]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Wed, 11 Nov 2009 01:04:23 +0000 (01:04 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Wed, 11 Nov 2009 01:04:23 +0000 (01:04 +0000)
ImageMagick.spec
config/configure.xml
libtool
magick/semaphore.c
magick/version.h
version.sh

index 81ac3e34087ef6a3bb4768c4b69f21203174853a..c62bf44da2a1aea4f7ea76f1036a722c7114692b 100644 (file)
@@ -1,5 +1,5 @@
 %define VERSION  6.5.7
-%define Patchlevel  8
+%define Patchlevel  7
 
 Name:           ImageMagick
 Version:        %{VERSION}
index 3cb58f5e3b0ee76a9c7881fab4bf6ed860d5fd3a..bf1c8abbb8adcb81e686f5609408b3261dd57540 100644 (file)
@@ -8,7 +8,7 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x657"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,5,7,8"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,5,7,7"/>
   <configure name="RELEASE_DATE" value="2009-11-10"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
diff --git a/libtool b/libtool
index b71117e232485221937a0f6c8bc713ab780c3a29..1d512b38a09957b165bf9464dcdbf47a8eb0cdc6 100755 (executable)
--- a/libtool
+++ b/libtool
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (ImageMagick) 6.5.7-8
+# Generated automatically by config.status (ImageMagick) 6.5.7-7
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index cb48f460b11adc99acc333db6c196babd30bae1d..299482dae0956880b98bf4cb1d4cebcfdae04c86 100644 (file)
@@ -399,11 +399,6 @@ MagickExport MagickBooleanType SemaphoreComponentGenesis(void)
 */
 MagickExport void SemaphoreComponentTerminus(void)
 {
-#if defined(MAGICKCORE_HAVE_PTHREAD)
-  if (pthread_mutex_destroy(&semaphore_mutex) != 0)
-    (void) fprintf(stderr,"pthread_mutex_destroy failed %s\n",
-      GetExceptionMessage(errno));
-#endif
 }
 \f
 /*
index 5896802a782936a1d5c061e6d8501cab3211d691..12c83ee1a17d4c2bb74bc9dfe235d0d366bd253a 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #define MagickLibVersion  0x657
 #define MagickLibVersionText  "6.5.7"
 #define MagickLibVersionNumber  2,0,1
-#define MagickLibSubversion  "-8"
+#define MagickLibSubversion  "-7"
 #define MagickReleaseDate  "2009-11-10"
 #define MagickChangeDate   "20091109"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
index 1dd048038216e8a0152103c6187b81b64949b592..d3a2490cad9ea47e8b4c16788943baac33e35d30 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.5.7'
 PACKAGE_LIB_VERSION="0x657"
-PACKAGE_RELEASE="8"
+PACKAGE_RELEASE="7"
 PACKAGE_LIB_VERSION_NUMBER="6,5,7,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"