Accepting request 183063 from devel:libraries:c_c++

- update to 2.0.1
  This is a maintenance push that predominantly addresses edge case
  failures in the optimisation code paths by temporarily disabling the
  feature. For more details, please refer to the
  /usr/share/doc/packages/openexr/ChangeLog
- add gpg-offline based verification

OBS-URL: https://build.opensuse.org/request/show/183063
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openexr?expand=0&rev=18
This commit is contained in:
Stephan Kulow 2013-07-16 14:45:24 +00:00 committed by Git OBS Bridge
parent c82031a4f0
commit d14ef2239f
6 changed files with 50 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4c3742256ad4546c4c386817a6ab05fe8dc0ad8a548272df4708584440bc492d
size 12589533

3
openexr-2.0.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b9924d2f9d57376ff99234209231ad97a47f5cfebd18a5d0570db6d1a220685a
size 12609335

BIN
openexr-2.0.1.tar.gz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jul 15 11:00:04 UTC 2013 - mvyskocil@suse.com
- update to 2.0.1
This is a maintenance push that predominantly addresses edge case
failures in the optimisation code paths by temporarily disabling the
feature. For more details, please refer to the
/usr/share/doc/packages/openexr/ChangeLog
- add gpg-offline based verification
-------------------------------------------------------------------
Sat Apr 20 20:29:35 UTC 2013 - coolo@suse.com

28
openexr.keyring Normal file
View File

@ -0,0 +1,28 @@
pub 1024D/A49DCF6A 2010-07-23
uid Piotr <pstanczyk@ilm.com>
sub 1024g/C1F1D235 2010-07-23
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v2.0.19 (GNU/Linux)
mQGiBExI/Z8RBACCuviWxXBgTDrz+x2zCBPBnjcMvMD5BUd0JZ1T8jDhv5FR2rW+
+FTj2NYi5k8UTmQn1n7HLqrBjO9RyronTumjHwQQw14wMN9Jj20HDduczhBZrPz2
BglR+t8xHdFjuHHnIaIlopudu+ycAEwf/w81Lbuv/He4wMSBi833rsTELwCgswrp
KlLDYi1wpOPG3pDPJrwhP3cD/3Rxeoc5grLwldApB3EiW+Xg3BOYuUp3s8kcZviz
92ijxDJ8Fa6a6VG6gOvtk1RnrgJXCardORVebnIfs0s9q1av6c6k8IGye9gicVvn
IOywL0fz9V4GE81UqulxqYjFmRCp26NhjMPpB5NDLC9fQoxpqfA0WecDbcwFZHBF
1SdGA/9uTid5XX/782Rq/29vcGnAajMj889skMlTOkBQYU+bQIS0IKHvUHuGIV6I
CBLn3V+5SkwuexMSsAH9k2/uvLbk/CQYffKQG5fRgzjAOLdAAxHaGZkPTIESsU3U
R+S5TJe/A+tp2mODc5I3osrcMud0pDey1+Ct5iYaHmGNqxbJKrQZUGlvdHIgPHBz
dGFuY3p5a0BpbG0uY29tPohgBBMRAgAgBQJMSP2fAhsjBgsJCAcDAgQVAggDBBYC
AwECHgECF4AACgkQsSZXcKSdz2qOXQCcC7A71LU0c9PfpWJNAq445zQJ7h0Amwbm
kDupQXXJTUrsqLeFw+lOk1d/uQENBExI/aEQBADCK3KdRlH13eIt5lTeVUKOcpGd
cboxrSMjqa4YfrWovzbGwfDIR/1F9VBuVJNhtbY13sTdsy+cfuiVFTFkoWbKAiP5
dkRnSFaCFo6HJ7hbiKCMUBUybz3tqjyurIepPPgnEdj3sbf7lZvKKiqUdD+LCyw9
DNc3bK+V0PMex9X8MwADBQP/cnrHrVUvk0DQjDQPT6XfqPtcLtOiRk3/DsP7//rq
SLYDxQpAPcOgxyXZw7LKpZJfmmZXW77iSCLD5TbvF28IPX+6NVj9vk+w5HUhLBXp
JlV4ZtqzjQQkzf9rEZpndsxPXIpnq8XO/ruf8Az45higSBfFSwOsJyUlOApB18va
bEGISQQYEQIACQUCTEj9oQIbDAAKCRCxJldwpJ3PapxkAJ9r8f8mqcLu27oMZ4Hx
Omu3ypvNvACeOUp0AYy4GYbpdNXDwGnyqeKNEdY=
=at9E
-----END PGP PUBLIC KEY BLOCK-----

View File

@ -19,7 +19,7 @@
%global so_suffix -Imf_2_0-20
Name: openexr
Version: 2.0.0
Version: 2.0.1
Release: 0
Summary: Utilities for work with HDR images in OpenEXR format
License: BSD-3-Clause
@ -27,6 +27,9 @@ Group: Productivity/Graphics/Other
Url: http://www.openexr.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: automake
%if 0%{suse_version} >= 1220
BuildRequires: gpg-offline
%endif
BuildRequires: fltk-devel
BuildRequires: freeglut-devel
BuildRequires: gcc-c++
@ -36,7 +39,9 @@ BuildRequires: zlib-devel
Obsoletes: OpenEXR <= 1.6.1
Provides: OpenEXR = %{version}
Source0: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Source1: baselibs.conf
Source1: http://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz.sig
Source2: baselibs.conf
Source3: openexr.keyring
%description
OpenEXR is a high dynamic-range (HDR) image file format developed by
@ -101,6 +106,7 @@ Industrial Light & Magic for use in computer imaging applications.
This package contains a documentation
%prep
%{?gpg_verify: %gpg_verify %{S:1}}
%setup -q
# remove a non-linux file
@ -123,7 +129,7 @@ export PTHREAD_LIBS="-lpthread"
%{__rm} -f %{buildroot}%{_libdir}/*.la
install -d -m 0755 %{buildroot}%{_defaultdocdir}/
mv %{buildroot}%{_datadir}/doc/OpenEXR-2.0.0 %{buildroot}%{_defaultdocdir}/%{name}-%{version}
mv %{buildroot}%{_datadir}/doc/OpenEXR-2* %{buildroot}%{_defaultdocdir}/%{name}-%{version}
%check
#XXX: it seems running tests in BS is not very reliable, so