Rebuild for pugixml with c++11 enabled.

This commit is contained in:
Richard M. Shaw 2016-10-03 10:09:23 -05:00
parent 5b32429582
commit 4b8967bd97
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Name: OpenImageIO
Version: 1.5.24
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Library for reading and writing images
Group: Development/Libraries
@ -172,6 +172,9 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
%changelog
* Mon Oct 03 2016 Richard Shaw <hobbes1069@gmail.com> - 1.5.24-3
- Rebuild for pugixml with c++11 enabled.
* Sun Jul 3 2016 Richard Shaw <hobbes1069@gmail.com> - 1.5.24-2
- Rebuild for updated Field3D which broke due to soname bump, fixes BZ#1352267.