From: cristy Date: Wed, 20 Mar 2013 00:42:46 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~4053 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72c167ca8739bb09ec5a4d5dbebdfe2b1a1c3f53;p=imagemagick --- diff --git a/ImageMagick.spec.in b/ImageMagick.spec.in index ca9a29934..3ff19a310 100644 --- a/ImageMagick.spec.in +++ b/ImageMagick.spec.in @@ -63,6 +63,7 @@ Requires: libjpeg-devel Requires: lcms-devel Requires: jasper-devel Requires: pkgconfig +Requires: %{name}-libs = %{version}-%{release} %description devel ImageMagick-devel contains the library links and header files you'll @@ -74,6 +75,13 @@ APIs, you need to install ImageMagick-devel as well as ImageMagick. You do not need to install it if you just want to use ImageMagick, however. +%package libs +Summary: ImageMagick libraries to link with +Group: Applications/Multimedia + +%description libs +This packages contains a shared libraries to use within other applications. + %package djvu Summary: DjVu plugin for ImageMagick Group: Applications/Multimedia @@ -207,11 +215,11 @@ fi %clean rm -rf %{buildroot} -%post -p /sbin/ldconfig +%post libs -p /sbin/ldconfig %post c++ -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig %postun c++ -p /sbin/ldconfig diff --git a/MagickCore/version.h b/MagickCore/version.h index 2dc944b61..bb72dc3b0 100644 --- a/MagickCore/version.h +++ b/MagickCore/version.h @@ -34,7 +34,7 @@ extern "C" { #define MagickLibAddendum "-0" #define MagickLibInterface 1 #define MagickLibMinInterface 1 -#define MagickReleaseDate "2013-03-18" +#define MagickReleaseDate "2013-03-19" #define MagickChangeDate "20121005" #define MagickAuthoritativeURL "http://www.imagemagick.org" #define MagickFeatures "DPC HDRI OpenMP"