Skip to content

Commit

Permalink
Fix missing dependency updates in packaging files
Browse files Browse the repository at this point in the history
missing updates in 2c1919b

Related: #143
  • Loading branch information
cfelder committed Jan 3, 2022
1 parent c7c171a commit 986e920
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packaging/debian/debian.rules
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ override_dh_auto_configure:
cp ../SOURCES/ffmpeg-4.2.1.tar.gz ${THIRDPARTY_SRC}
cp ../SOURCES/glfw-3.3.3.tar.gz ${THIRDPARTY_SRC}
cp ../SOURCES/zeromq-4.3.4.tar.gz ${THIRDPARTY_SRC}
cp ../SOURCES/cairo-1.14.6.tar.xz ${THIRDPARTY_SRC}
cp ../SOURCES/pixman-0.34.0.tar.gz ${THIRDPARTY_SRC}
cp ../SOURCES/cairo-1.16.0.tar.xz ${THIRDPARTY_SRC}
cp ../SOURCES/pixman-0.40.0.tar.gz ${THIRDPARTY_SRC}
cp ../SOURCES/tiff-4.0.10.tar.gz ${THIRDPARTY_SRC}
cp ../SOURCES/libopenh264-2.0.0.tar.gz ${THIRDPARTY_SRC}

Expand Down
6 changes: 3 additions & 3 deletions packaging/redhat/gr.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

Name: gr
Summary: GR, a universal framework for visualization applications
Version: 0.51.1
Version: 0.63.0
Release: 3%{?dist}
License: MIT
Group: Development/Libraries
Expand All @@ -28,8 +28,8 @@ Source4: https://gr-framework.org/downloads/3rdparty/ffmpeg-4.2.1.tar.gz
Source5: https://gr-framework.org/downloads/3rdparty/glfw-3.3.3.tar.gz
Source6: https://gr-framework.org/downloads/3rdparty/zeromq-4.3.4.tar.gz
Source7: https://gr-framework.org/downloads/3rdparty/cmake-3.6.3-Linux-x86_64.tar.gz
Source8: https://gr-framework.org/downloads/3rdparty/cairo-1.14.6.tar.xz
Source9: https://gr-framework.org/downloads/3rdparty/pixman-0.34.0.tar.gz
Source8: https://gr-framework.org/downloads/3rdparty/cairo-1.16.0.tar.xz
Source9: https://gr-framework.org/downloads/3rdparty/pixman-0.40.0.tar.gz
Source10: https://gr-framework.org/downloads/3rdparty/tiff-4.0.10.tar.gz
Source11: https://gr-framework.org/downloads/3rdparty/libopenh264-2.0.0.tar.gz
BuildRequires: git
Expand Down

0 comments on commit 986e920

Please sign in to comment.