From 1065a717c64ae561d78ec26bb7253461ccdfbbed Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 11 Mar 2013 06:16:44 -0500 Subject: [PATCH] 1.3.18-1 - 1.3.18 (#920064) - add %rhel conditionals --- .gitignore | 1 + GraphicsMagick.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index ef90b67..a3c42a0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /GraphicsMagick-1.3.17.tar.xz +/GraphicsMagick-1.3.18.tar.xz diff --git a/GraphicsMagick.spec b/GraphicsMagick.spec index b073bc2..fa19cc0 100644 --- a/GraphicsMagick.spec +++ b/GraphicsMagick.spec @@ -3,21 +3,21 @@ %global _with_quantum_depth --with-quantum-depth=16 %endif -%if 0%{?fedora} > 16 +%if 0%{?fedora} > 16 || 0%{?rhel} > 6 %global lcms lcms2 %else %global lcms lcms %endif -%if 0%{?fedora} > 18 +%if 0%{?fedora} > 18 || 0%{?rhel} > 6 %global _enable_quantum_library_names --enable-quantum-library-names %global libQ -Q16 %endif Summary: An ImageMagick fork, offering faster image generation and better quality Name: GraphicsMagick -Version: 1.3.17 -Release: 4%{?dist} +Version: 1.3.18 +Release: 1%{?dist} License: MIT Group: Applications/Multimedia @@ -277,6 +277,10 @@ rm -rf %{buildroot} %changelog +* Mon Mar 11 2013 Rex Dieter - 1.3.18-1 +- 1.3.18 (#920064) +- add %%rhel conditionals + * Wed Feb 13 2013 Fedora Release Engineering - 1.3.17-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild diff --git a/sources b/sources index 968f249..90ba2f5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d0ee66a320e843a6bf69b57ce17a6be2 GraphicsMagick-1.3.17.tar.xz +45e16e0e9628c167390de837d2144042 GraphicsMagick-1.3.18.tar.xz