Browse Source

upgrading package: imagemagick 6.3.5.5 -> 6.3.5.6

Christoph Schug 18 years ago
parent
commit
af85c4f53f
2 changed files with 5 additions and 14 deletions
  1. 3 12
      imagemagick/imagemagick.patch
  2. 2 2
      imagemagick/imagemagick.spec

+ 3 - 12
imagemagick/imagemagick.patch

@@ -1,21 +1,12 @@
 Index: PerlMagick/Makefile.PL
---- PerlMagick/Makefile.PL.orig	2007-08-02 04:05:37 +0200
-+++ PerlMagick/Makefile.PL	2007-08-02 16:56:24 +0200
+--- PerlMagick/Makefile.PL.orig	2007-08-11 02:46:48 +0200
++++ PerlMagick/Makefile.PL	2007-08-11 17:02:19 +0200
 @@ -18,7 +18,7 @@
  # Compute test specification
  my $delegate_tests='t/*.t';
  my $delegate;
--foreach $delegate (qw/bzlib fontconfig freetype gs gvc jpeg jp2 lcms openexr png tiff wmf x11 xml wmf zlib/) {
+-foreach $delegate (qw/bzlib fontconfig freetype gvc jpeg jp2 lcms openexr png rsvg tiff x11 xml zlib/) {
 +foreach $delegate (qw/bzlib fontconfig freetype gvc jpeg lcms openexr png rsvg tiff x11 xml zlib/) {
    if( -d "t/$delegate" ) {
      $delegate_tests .= " t/$delegate/*.t";
    }
-@@ -41,7 +41,7 @@
-    'VERSION'   => '6.3.5',
- 
-    # Preprocessor defines
--   'DEFINE'	=> ' -D_LARGE_FILES=1 -DHAVE_CONFIG_H',     # e.g., '-DHAVE_SOMETHING' 
-+   'DEFINE'	=> ' -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1 -DHAVE_CONFIG_H',     # e.g., '-DHAVE_SOMETHING' 
- 
-    # Header search specfication and preprocessor flags
-    'INC'	=> '-I../ -I.. -I/usr/include/freetype2 -I/usr/include/libxml2',

+ 2 - 2
imagemagick/imagemagick.spec

@@ -24,7 +24,7 @@
 
 #   package version
 %define       V_major 6.3.5
-%define       V_minor 5
+%define       V_minor 6
 %define       V_dist  %{V_major}-%{V_minor}
 %define       V_opkg  %{V_major}.%{V_minor}
 
@@ -39,7 +39,7 @@ Class:        BASE
 Group:        Graphics
 License:      GPL
 Version:      %{V_opkg}
-Release:      20070804
+Release:      20070811
 
 #   package options
 %option       with_perl   no