diff options
| author | Remi Collet <fedora@famillecollet.com> | 2017-01-29 09:19:34 +0100 | 
|---|---|---|
| committer | Remi Collet <fedora@famillecollet.com> | 2017-01-29 09:19:34 +0100 | 
| commit | 460286bd289097d8705898fbc2077e8f14177cc3 (patch) | |
| tree | 5ac4154f5d9c44e830790002cd9da847cc54bb98 | |
| parent | 104a77ef5a9d37ab8e9994968798f43e0a06e4a0 (diff) | |
rebuild for ImageMagick6 soname change
| -rw-r--r-- | vips.spec | 10 | 
1 files changed, 9 insertions, 1 deletions
@@ -12,12 +12,17 @@  %global vips_soname_major 42  %global with_python2 1 +%if 0%{?fedora} +%global with_python3 1 +%global with_doc     1 +%else  %global with_python3 0  %global with_doc     0 +%endif  Name:		vips  Version:	%{vips_version} -Release:	3%{?dist} +Release:	4%{?dist}  Summary:	C/C++ library for processing large images  Group:		System Environment/Libraries @@ -223,6 +228,9 @@ find ${RPM_BUILD_ROOT}%{python3_sitearch} \  %changelog +* Sun Jan 29 2017 Remi Collet <remi@remirepo.net> - 8.4.4-4 +- rebuild against ImageMagick6 new soname (6.9.7-6) +  * Mon Dec 12 2016 Remi Collet <remi@remirepo.net> - 8.4.4-3  - rebuild against ImageMagick6  | 
