Update to 2.3.0.
This commit is contained in:
parent
ef2089b4bb
commit
d0f880de93
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
openexr_viewers-*.tar.gz
|
||||
/OpenEXR_Viewers-2.3.0.tar.gz
|
||||
|
@ -10,14 +10,17 @@
|
||||
%define priority 5
|
||||
%endif
|
||||
|
||||
%global project openexr
|
||||
|
||||
Name: %{real_name}
|
||||
Version: 2.2.1
|
||||
Release: 2%{?dist}
|
||||
Version: 2.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Viewers programs for OpenEXR
|
||||
|
||||
License: AMPAS BSD
|
||||
URL: http://www.openexr.com
|
||||
Source0: http://download.savannah.nongnu.org/releases/openexr/openexr_viewers-%{version}.tar.gz
|
||||
Source0: https://github.com/%{project}/%{project}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# missing header from ^^, should be fixed/included in subsequent releases
|
||||
#Source1: namespaceAlias.h
|
||||
|
||||
@ -125,8 +128,8 @@ if [ $1 -eq 0 ]; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%doc AUTHORS ChangeLog NEWS README
|
||||
%license COPYING
|
||||
%doc ChangeLog README.md
|
||||
%license LICENSE
|
||||
%ghost %{_bindir}/exrdisplay
|
||||
%{_bindir}/exrdisplay%{V_suffix}
|
||||
%if %with_Cg
|
||||
@ -138,6 +141,9 @@ fi
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Apr 02 2019 Richard Shaw <hobbes1069@gmail.com> - 2.3.0-1
|
||||
- Update to 2.3.0.
|
||||
|
||||
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
diff -up openexr_viewers-2.0.1/configure.ac.dso openexr_viewers-2.0.1/configure.ac
|
||||
--- openexr_viewers-2.0.1/configure.ac.dso 2013-06-18 15:58:29.000000000 -0500
|
||||
+++ openexr_viewers-2.0.1/configure.ac 2013-10-11 14:15:38.870351295 -0500
|
||||
@@ -75,6 +75,18 @@ AM_PATH_PKGCONFIG(
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -77,6 +77,18 @@ AM_PATH_PKGCONFIG(
|
||||
[-lIlmImfCtl -lIlmImf -lz -lImath -lHalf -lIex -lIlmThread -lpthread -lIlmCtlSimd -lIlmCtlMath -lIlmCtl],
|
||||
[openexrctl-prefix])
|
||||
|
||||
@ -18,11 +17,10 @@ diff -up openexr_viewers-2.0.1/configure.ac.dso openexr_viewers-2.0.1/configure.
|
||||
+ [-lGL],
|
||||
+ [gl-prefix])
|
||||
|
||||
dnl --enable-threading
|
||||
AC_ARG_ENABLE(threading,
|
||||
diff -up openexr_viewers-2.0.1/exrdisplay/Makefile.am.dso openexr_viewers-2.0.1/exrdisplay/Makefile.am
|
||||
--- openexr_viewers-2.0.1/exrdisplay/Makefile.am.dso 2013-06-18 14:51:41.000000000 -0500
|
||||
+++ openexr_viewers-2.0.1/exrdisplay/Makefile.am 2013-10-11 14:17:07.953771623 -0500
|
||||
dnl Enable and choose c++ standard
|
||||
AC_ARG_ENABLE(cxxstd,
|
||||
--- a/exrdisplay/Makefile.am
|
||||
+++ b/exrdisplay/Makefile.am
|
||||
@@ -5,11 +5,12 @@ if HAVE_FLTK
|
||||
bin_PROGRAMS = exrdisplay
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openexr_viewers-2.2.1.tar.gz) = f62909ee212f6333ee161885011ce8a469413e790ae31e9e25d4a8114d58f0c11284bd0bae09b2cf60122bc11ca136e839a193b4056c02ad940686c8ca1dfcaa
|
||||
SHA512 (OpenEXR_Viewers-2.3.0.tar.gz) = 2b7ce7c75733f390bec5c3f9c49edc08da2631e3a45ae20a732dddf9fd813137c3124d0c6e90450fa2b9068f0c40c76374ee7ff9cf0d8697080b2b180c624c5d
|
||||
|
Loading…
Reference in New Issue
Block a user