Hello community,

here is the log from the commit of package GraphicsMagick for openSUSE:12.2 
checked in at 2012-08-09 17:55:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:12.2/GraphicsMagick (Old)
 and      /work/SRC/openSUSE:12.2/.GraphicsMagick.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "GraphicsMagick", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:12.2/GraphicsMagick/GraphicsMagick.changes       
2012-06-25 15:14:23.000000000 +0200
+++ /work/SRC/openSUSE:12.2/.GraphicsMagick.new/GraphicsMagick.changes  
2012-08-09 17:55:57.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 31 12:20:32 UTC 2012 - [email protected]
+
+- fixed PerlMagick/Makefile.PL.in [bnc#771540]
+
+-------------------------------------------------------------------

New:
----
  GraphicsMagick-perl-link.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ GraphicsMagick.spec ++++++
--- /var/tmp/diff_new_pack.Kwz1Ra/_old  2012-08-09 17:55:57.000000000 +0200
+++ /var/tmp/diff_new_pack.Kwz1Ra/_new  2012-08-09 17:55:57.000000000 +0200
@@ -16,26 +16,37 @@
 #
 
 
-
 Name:           GraphicsMagick
-BuildRequires:  cups-client dcraw freetype2-devel gcc-c++ 
ghostscript-fonts-other ghostscript-fonts-std ghostscript-library 
libjasper-devel liblcms-devel libtiff-devel libwmf-devel libxml2-devel pkgconfig
+BuildRequires:  cups-client
+BuildRequires:  dcraw
+BuildRequires:  freetype2-devel
+BuildRequires:  gcc-c++
+BuildRequires:  ghostscript-fonts-other
+BuildRequires:  ghostscript-fonts-std
+BuildRequires:  ghostscript-library
+BuildRequires:  libjasper-devel
+BuildRequires:  liblcms-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  libwmf-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  pkgconfig
 # Define Quantum depth
 %define quant 8
 %define base_version 1.3
 Summary:        Viewer and Converter for Images
-Version:        1.3.15
-Release:        12
 License:        MIT
 Group:          Productivity/Graphics/Convertors
+Version:        1.3.15
+Release:        0
 #Source:         
ftp://ftp.GraphicsMagick.org/pub/%{name}/%{base_version}/%{name}-%{version}.tar.bz2
 Source:         %{name}-%{version}.tar.bz2
 # following typemap file is needed for building PerlMagick with perl 5.16;
 # should be present in Graphics Magick 1.4.0
 Source1:        typemap
+Patch0:         GraphicsMagick-perl-link.patch
 Patch2:         %{name}-%{version}-debian-fixed.patch
 Patch10:        %{name}-%{version}-include.patch
 Url:            http://www.GraphicsMagick.org/
-AutoReqProv:    on
 Requires:       xorg-x11-fonts
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -65,7 +76,6 @@
     see the AUTHORS file
 
 %package -n libGraphicsMagick3
-License:        MIT
 Summary:        Viewer and Converter for Images - runtime library
 Group:          Productivity/Graphics/Convertors
 
@@ -96,7 +106,6 @@
     see the AUTHORS file
 
 %package -n libGraphicsMagickWand2
-License:        MIT
 Summary:        Viewer and Converter for Images - runtime library
 Group:          Productivity/Graphics/Convertors
 
@@ -127,7 +136,6 @@
     see the AUTHORS file
 
 %package devel
-License:        MIT
 Summary:        Viewer and Converter for Images - files mandatory for 
development
 Group:          Development/Libraries/C and C++
 # These comes from check in AB for 11.4
@@ -152,10 +160,10 @@
     see the AUTHORS file
 
 %package -n perl-GraphicsMagick
-License:        MIT
 Summary:        Viewer and Converter for Images - perl interface
 Group:          Development/Libraries/Perl
-Requires:       %{name} = %{version} perl = %{perl_version}
+Requires:       %{name} = %{version}
+Requires:       perl = %{perl_version}
 
 %description -n perl-GraphicsMagick
 GraphicsMagick(TM) provides a powerful image manipulation and
@@ -178,7 +186,6 @@
     see the AUTHORS file
 
 %package -n libGraphicsMagick++3
-License:        MIT
 Summary:        Viewer and Converter for Images - C++ interface
 Group:          System/Libraries
 
@@ -203,14 +210,13 @@
     see the AUTHORS file
 
 %package -n libGraphicsMagick++-devel
-License:        MIT
 Summary:        Viewer and Converter for Images - C++ interface - development 
files
 Group:          Development/Libraries/C and C++
 Provides:       GraphicsMagick-C++-devel 
 Obsoletes:      GraphicsMagick-C++-devel <= 1.1.7 
-Requires:       libGraphicsMagick++3 = %{version}
 Requires:       %{name}-devel = %{version}
 Requires:       c++_compiler
+Requires:       libGraphicsMagick++3 = %{version}
 
 %description -n libGraphicsMagick++-devel
 GraphicsMagick(TM) provides a powerful image manipulation and
@@ -232,6 +238,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 %patch2 -p1
 %patch10
 

++++++ GraphicsMagick-perl-link.patch ++++++
https://bugzilla.redhat.com/show_bug.cgi?id=203975#c20
Index: GraphicsMagick-1.3.16/PerlMagick/Makefile.PL.in
===================================================================
--- GraphicsMagick-1.3.16.orig/PerlMagick/Makefile.PL.in
+++ GraphicsMagick-1.3.16/PerlMagick/Makefile.PL.in
@@ -78,7 +78,7 @@ WriteMakefile
    'INSTALLBIN'        => $magick_BIN_DIR,
 
    # Library specification
-   'LIBS'      => ["-L$magick_LIB_DIR -lGraphicsMagick $magick_LDFLAGS 
$magick_DEP_LIBS"],
+   'LIBS'      => ["-L$magick_LIB_DIR -L../magick/.libs -lGraphicsMagick 
$magick_LDFLAGS $magick_DEP_LIBS"],
 
    # Perl binary name (if a Perl binary is built)
    'MAP_TARGET'        => 'PerlMagick',
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to