Add patch to remove opencv qt5 dependency.

This commit is contained in:
Richard Shaw 2017-09-04 09:51:41 -05:00
parent d69a60c059
commit 909e940a7a
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Name: OpenImageIO
Version: 1.7.17
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Library for reading and writing images
Group: Development/Libraries
@ -16,6 +16,7 @@ Source0: https://github.com/%{name}/%{subname}/archive/Release-%{version}
Patch0: OpenImageIO-man.patch
Patch1: OpenImageIO-uninit.patch
Patch2: OpenImageIO-as_needed.patch
BuildRequires: cmake gcc-c++
BuildRequires: txt2man
@ -187,6 +188,9 @@ cp -a src/doc/*.1 %{buildroot}%{_mandir}/man1
%changelog
* Mon Sep 04 2017 Richard Shaw <hobbes1069@gmail.com> - 1.7.17-2
- Add patch to remove opencv qt5 dependency.
* Sat Sep 02 2017 Richard Shaw <hobbes1069@gmail.com> - 1.7.17-1
- Update to latest upstream release.