diff options
Diffstat (limited to 'ImageMagick6.spec')
| -rw-r--r-- | ImageMagick6.spec | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/ImageMagick6.spec b/ImageMagick6.spec index 18f95e8..e5f4472 100644 --- a/ImageMagick6.spec +++ b/ImageMagick6.spec @@ -9,7 +9,7 @@ # Please preserve changelog entries # %global VER 6.9.13 -%global Patchlevel 50 +%global Patchlevel 51 %global incsuffixe -6 %global libsuffixe -6.Q16 %bcond_without tests @@ -36,6 +36,11 @@ %global libname ImageMagick +%global gh_vend ImageMagick +%global gh_proj ImageMagick6 +%global forgeurl https://github.com/%{gh_vend}/%{gh_proj} +%global tag %{VER}-%{Patchlevel} + %if 0%{?fedora} >= 38 # No need to relocate as ImageMagick is v7 Name: %{libname}6 @@ -53,7 +58,11 @@ License: ImageMagick Url: https://legacy.imagemagick.org/ #Source0: ftp://ftp.ImageMagick.org/pub/ImageMagick/ImageMagick-%%{VER}-%%{Patchlevel}.tar.xz #Source0: https://www.imagemagick.org/download/ImageMagick-%%{VER}-%%{Patchlevel}.tar.xz -Source0: https://imagemagick.org/archive/ImageMagick-%{VER}-%{Patchlevel}.tar.xz +#Source0: https://imagemagick.org/archive/ImageMagick-%%{VER}-%%{Patchlevel}.tar.xz +%forgemeta +Source0: %{forgesource} + +Patch0: 0001-Fix-437-revert-soname-change.patch BuildRequires: gcc BuildRequires: gcc-c++ @@ -329,7 +338,9 @@ however. %prep -%setup -q -n %{libname}-%{VER}-%{Patchlevel} +%forgesetup + +%patch -P0 -p1 -b .soname # for %%doc mkdir Magick++/examples @@ -582,6 +593,11 @@ fi %changelog +* Wed Jun 24 2026 Remi Collet <remi@remirepo.net> - 6.9.13.51-1 +- update to version 6.9.13 patch level 51 +- sources from github +- open https://github.com/ImageMagick/ImageMagick6/issues/437 soname change + * Fri Jun 5 2026 Remi Collet <remi@remirepo.net> - 6.9.13.50-1 - update to version 6.9.13 patch level 50 |
