New upstream release.

Fix private shared object provides with python library.
This commit is contained in:
Richard M. Shaw 2011-08-08 16:16:36 -05:00
parent 5371afc196
commit 66ec4f2441
1 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: OpenImageIO
Version: 0.10.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for reading and writing images
Group: Development/Libraries
@ -21,6 +21,12 @@ BuildRequires: pugixml-devel
# currently exists for Fedora. Re-enable when fixed.
#BuildRequires: hdf5-devel Field3D-devel
# We don't want to provide private python extension libs
%{?filter_setup:
%filter_provides_in %{python_sitearch}/.*\.so$
%filter_setup
}
%description
OpenImageIO is a library for reading and writing images, and a bunch of related
@ -100,8 +106,9 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
%changelog
* Thu Aug 04 2011 Richard Shaw <hobbes1069@gmail.com> - 0.10.1-1
* Thu Aug 04 2011 Richard Shaw <hobbes1069@gmail.com> - 0.10.1-2
- New upstream release.
- Fix private shared object provides with python library.
* Mon Jul 18 2011 Richard Shaw <hobbes1069@gmail.com> - 0.10.0-2
- Disabled use of the TBB library.