From 6db41f7ae1e8aaf545489716305d551a0493cfcc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 30 May 2016 22:17:58 -0500 Subject: [PATCH] 1.3.24 --- .gitignore | 2 +- GraphicsMagick.spec | 14 +++++++++----- sources | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 17b4390..95d442e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/GraphicsMagick-1.3.23.tar.xz +/GraphicsMagick-1.3.24.tar.xz diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index eac8f6f..26671dc 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -31,8 +31,8 @@ Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick -Version: 1.3.23 -Release: 6%{?dist} +Version: 1.3.24 +Release: 1%{?dist} License: MIT Group: Applications/Multimedia @@ -67,8 +67,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: xdg-utils BuildRequires: xz-devel BuildRequires: zlib-devel -## FIXME: %%check stuff -#BuildRequires: xorg-x11-server-Xvfb +## %%check stuff +BuildRequires: time ## conditional deps %if 0%{?fedora} || 0%{?rhel} > 6 BuildRequires: jbigkit-devel @@ -254,7 +254,8 @@ rm -f %{buildroot}%{_pkgdocdir}/Copyright.txt %check -make %{?_smp_mflags} check ||: +time \ +make %{?_smp_mflags} check # multilib hack only supports 32/64 bits for now %ifarch %{multilib_archs} %if ! (%{__isa_bits} == 32 || %{__isa_bits} == 64) @@ -317,6 +318,9 @@ rm -rf %{buildroot} %changelog +* Mon May 30 2016 Rex Dieter - 1.3.24-1 +- 1.3.24 + * Sat May 14 2016 Jitka Plesnikova - 1.3.23-6 - Perl 5.24 rebuild diff --git a/sources b/sources index 5d7cce6..08ab808 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9885ff5d91bc215a0adb3be1185e9777 GraphicsMagick-1.3.23.tar.xz +40034150f6eaae28a12b6c8f9baa3e5e GraphicsMagick-1.3.24.tar.xz