New upstream release.

This commit is contained in:
Richard M. Shaw 2011-08-04 19:41:29 -05:00
parent 7a63317dbd
commit 5371afc196
3 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/OpenImageIO-oiio-Release-0.10.0-12-g8055b0f.tar.gz
/OpenImageIO-oiio-Release-0.10.1-0-g8c102cf.tar.gz

View File

@ -1,13 +1,13 @@
Name: OpenImageIO
Version: 0.10.0
Release: 2%{?dist}
Version: 0.10.1
Release: 1%{?dist}
Summary: Library for reading and writing images
Group: Development/Libraries
License: BSD
URL: https://sites.google.com/site/openimageio/home
Source0: https://download.github.com/%{name}-oiio-Release-%{version}-12-g8055b0f.tar.gz
Source0: https://download.github.com/%{name}-oiio-Release-%{version}-0-g8c102cf.tar.gz
Patch0: OpenImageIO-0.10.0-git_backports.patch
Patch1: OpenImageIO-0.10.0-atomic_test_fix.patch
Patch2: OpenImageIO-0.10.0-use_system_tbb.patch
@ -45,7 +45,7 @@ Development files for package %{name}
%prep
%setup -q -n %{name}-oiio-8055b0f
%setup -q -n %{name}-oiio-8c102cf
%patch0 -p1
%patch1 -p1
%patch2 -p1
@ -53,7 +53,7 @@ Development files for package %{name}
# Remove bundled pugixml
rm -f src/include/pugixml.hpp \
src/include/pugiconfig.hpp \
src/libutil/pugixml.cpp \
src/libutil/pugixml.cpp
rm -rf src/include/tbb
@ -87,7 +87,6 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
%files
%defattr(-,root,root,-)
%doc CHANGES LICENSE
%{_bindir}/*
%{_libdir}/libOpenImageIO.so.*
@ -95,14 +94,18 @@ cp -a doc/*.1 %{buildroot}%{_mandir}/man1
%{_mandir}/man1/*
%files devel
%defattr(-,root,root,-)
%doc src/doc/*.pdf
%{_libdir}/libOpenImageIO.so
%{_includedir}/*
%changelog
* Thu Aug 04 2011 Richard Shaw <hobbes1069@gmail.com> - 0.10.1-1
- New upstream release.
* Mon Jul 18 2011 Richard Shaw <hobbes1069@gmail.com> - 0.10.0-2
- Disabled use of the TBB library.
- Moved headers to named directory.
* Tue Jul 05 2011 Richard Shaw <hobbes1069@gmail.com> - 0.10.0-1
- Inital Release.

View File

@ -1 +1 @@
29097c71383ba39a4d50bd3de1b6322d OpenImageIO-oiio-Release-0.10.0-12-g8055b0f.tar.gz
77243e288a6fbad7b848150b10a1149d OpenImageIO-oiio-Release-0.10.1-0-g8c102cf.tar.gz