Parcourir la source

upgrading package: imagemagick 6.4.2.9 -> 6.4.2.10

Ralf S. Engelschall il y a 17 ans
Parent
commit
c0834506e2
2 fichiers modifiés avec 9 ajouts et 9 suppressions
  1. 7 7
      imagemagick/imagemagick.patch
  2. 2 2
      imagemagick/imagemagick.spec

+ 7 - 7
imagemagick/imagemagick.patch

@@ -1,19 +1,19 @@
 Index: PerlMagick/Makefile.PL.in
---- PerlMagick/Makefile.PL.in.orig	2008-02-05 19:50:44 +0100
-+++ PerlMagick/Makefile.PL.in	2008-04-03 16:08:07 +0200
+--- PerlMagick/Makefile.PL.in.orig	2008-08-17 03:01:11 +0200
++++ PerlMagick/Makefile.PL.in	2008-08-18 19:33:38 +0200
 @@ -77,7 +77,7 @@
     'INSTALLBIN'	=> '@BIN_DIR@',
  
     # Library specification
--   'LIBS'	=> [ '-L@MAGICKLIBDIR@ -L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand' ],
-+   'LIBS'	=> [ '-L@MAGICKLIBDIR@ -L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand @LDFLAGS@ -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lbz2 -lxml2 -liconv -lz -lm' ],
+-   'LIBS'	=> [ '-L@MAGICKCORE_PATH@ -L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand' ],
++   'LIBS'	=> [ '-L@MAGICKCORE_PATH@ -L../magick/.libs -lMagickCore -L../wand/.libs -lMagickWand @LDFLAGS@ -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lbz2 -lxml2 -liconv -lz -lm' ],
  
     # Perl binary name (if a Perl binary is built)
     'MAP_TARGET'	=> 'PerlMagick',
 Index: configure
---- configure.orig	2008-04-01 02:18:31 +0200
-+++ configure	2008-04-03 16:05:00 +0200
-@@ -46399,7 +46399,7 @@
+--- configure.orig	2008-08-17 20:29:52 +0200
++++ configure	2008-08-18 19:30:22 +0200
+@@ -48156,7 +48156,7 @@
  # Append VALUE to the end of shell variable VAR.
  func_append ()
  {

+ 2 - 2
imagemagick/imagemagick.spec

@@ -23,7 +23,7 @@
 
 #   package version
 %define       V_major 6.4.2
-%define       V_minor 9
+%define       V_minor 10
 %define       V_dist  %{V_major}-%{V_minor}
 %define       V_opkg  %{V_major}.%{V_minor}
 
@@ -38,7 +38,7 @@ Class:        BASE
 Group:        Graphics
 License:      GPL
 Version:      %{V_opkg}
-Release:      20080816
+Release:      20080818
 
 #   package options
 %option       with_perl   no