From 8e1423ee1f1abee8c531dfcbd64648448ac42a0e Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 17:45:12 +0100 Subject: [PATCH] update to 1.3.37 [release 1.3.37-1mamba;Thu Dec 23 2021] --- GraphicsMagick.spec | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index b50bc4f..b32f803 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -1,12 +1,12 @@ Name: GraphicsMagick -Version: 1.3.36 +Version: 1.3.37 Release: 1mamba Summary: The swiss army knife of image processing Group: Applications/Graphics Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://www.graphicsmagick.org/ +URL: http://www.graphicsmagick.org/ Source: http://downloads.sourceforge.net/sourceforge/graphicsmagick/GraphicsMagick-%{version}.tar.bz2 License: MIT ## AUTOBUILDREQ-BEGIN @@ -17,6 +17,7 @@ BuildRequires: libX11-devel BuildRequires: libXau-devel BuildRequires: libXdmcp-devel BuildRequires: libXext-devel +BuildRequires: libbrotli-devel BuildRequires: libbsd-devel BuildRequires: libbzip2-devel BuildRequires: libfreetype-devel @@ -42,6 +43,7 @@ BuildRequires: libwmf-devel BuildRequires: libxcb-devel BuildRequires: libxml2-devel BuildRequires: libz-devel +BuildRequires: libzstd-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END #BuildRequires: libtrio-devel @@ -57,7 +59,6 @@ BuildRequires: libsane-backends BuildRequires: wget BuildRequires: ghostscript-fonts Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description GraphicsMagick is the swiss army knife of image processing. @@ -98,6 +99,8 @@ Requires: perl >= %{perl_major_ver} PerlMagick is an objected-oriented Perl interface to GraphicsMagick. Use the module to read, manipulate, or write an image or image sequence from within a Perl script. This makes it very suitable for Web CGI scripts. +%debug_package + %prep %setup -q @@ -218,6 +221,9 @@ chmod 755 %{buildroot}%{perl_vendorarch}/auto/Graphics/Magick/Magick.so %defattr(-,root,root) %changelog +* Thu Dec 23 2021 Silvan Calarco 1.3.37-1mamba +- update to 1.3.37 + * Thu Feb 04 2021 Automatic Build System 1.3.36-1mamba - automatic version update by autodist