]> git.pld-linux.org Git - packages/openexr_viewers.git/commitdiff
- updated to 2.3.0 master auto/th/openexr_viewers-2.3.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Feb 2022 20:52:55 +0000 (21:52 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Feb 2022 20:52:55 +0000 (21:52 +0100)
- updated am patch

openexr_viewers-am.patch
openexr_viewers.spec

index 28118d586dbe728853eb3a17e694d830f287d71e..0a29e0e14492d2cc12a39823953e279f8050cd88 100644 (file)
@@ -1,7 +1,7 @@
---- openexr_viewers-2.0.0/configure.ac.orig    2013-02-04 19:22:35.000000000 +0100
-+++ openexr_viewers-2.0.0/configure.ac 2013-03-29 06:25:58.558626667 +0100
-@@ -3,7 +3,7 @@
- AC_SUBST(OPENEXR_VIEWERS_VERSION, 2.0.0)
+--- openexr_viewers-2.3.0/configure.ac.orig    2018-08-10 03:35:00.000000000 +0200
++++ openexr_viewers-2.3.0/configure.ac 2022-02-05 21:45:55.988645818 +0100
+@@ -3,7 +3,7 @@ AC_INIT(OpenEXR_Viewers, 2.3.0)
+ AC_SUBST(OPENEXR_VIEWERS_VERSION, 2.3.0)
  AC_CANONICAL_HOST
  AC_CONFIG_SRCDIR(playexr/main.cpp)
 -AM_CONFIG_HEADER(config/OpenEXR_ViewersConfig.h)
index 6b1b7a75a5b374c8da7a2eab3e4b1fc24986c560..feae89f0ad62ac502051f380edead67c28e9cf78 100644 (file)
@@ -5,27 +5,28 @@
 Summary:       Simple still OpenEXR image viewer
 Summary(pl.UTF-8):     Prosta przeglądarka nieruchomych obrazów OpenEXR
 Name:          openexr_viewers
-Version:       2.2.1
+Version:       2.3.0
 Release:       1
 License:       BSD
-Group:         Libraries
-Source0:       http://download.savannah.gnu.org/releases/openexr/%{name}-%{version}.tar.gz
-# Source0-md5: f68d5cb2c09420f26c967a6411c463a9
+Group:         X11/Applications/Graphics
+#Source0Download: https://github.com/AcademySoftwareFoundation/openexr/releases
+Source0:       https://github.com/AcademySoftwareFoundation/openexr/releases/download/v%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 15561e0e79da1218b7cc124bdd13ef3e
 Patch0:                %{name}-am.patch
-URL:           http://www.openexr.com/
-BuildRequires: OpenEXR-devel >= 2.2.1
+URL:           https://www.openexr.com/
+BuildRequires: OpenEXR-devel >= 2.3.0
 BuildRequires: OpenGL-devel
-%{?with_cg:BuildRequires:      OpenGL-glut-devel}
+%{?with_cg:BuildRequires:       OpenGL-glut-devel}
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1.6.3
 %{?with_cg:BuildRequires:      cg-devel}
 BuildRequires: fltk-gl-devel >= 1.1
-BuildRequires: libstdc++-devel
+BuildRequires: libstdc++-devel >= 6:5
 BuildRequires: libtool >= 2:1.5
 BuildRequires: openexr_ctl-devel >= 1.5
 BuildRequires: pkgconfig
 BuildRequires: zlib-devel
-Requires:      OpenEXR >= 2.2.1
+Requires:      OpenEXR >= 2.3.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -76,7 +77,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README doc/OpenEXRViewers.pdf
+%doc ChangeLog LICENSE README.md doc/OpenEXRViewers.pdf
 %attr(755,root,root) %{_bindir}/exrdisplay
 %if %{with cg}
 %attr(755,root,root) %{_bindir}/playexr
This page took 0.086248 seconds and 4 git commands to generate.