Hello community,

here is the log from the commit of package GraphicsMagick for openSUSE:Factory 
checked in at 2015-03-25 21:04:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/GraphicsMagick (Old)
 and      /work/SRC/openSUSE:Factory/.GraphicsMagick.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "GraphicsMagick"

Changes:
--------
--- /work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick.changes    
2014-09-22 11:11:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.GraphicsMagick.new/GraphicsMagick.changes       
2015-03-25 21:04:59.000000000 +0100
@@ -1,0 +2,6 @@
+Sat Mar 21 11:41:22 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 1.3.21
+  * See included NEWS.txt for details
+
+-------------------------------------------------------------------

Old:
----
  GraphicsMagick-1.3.20.tar.bz2

New:
----
  GraphicsMagick-1.3.21.tar.bz2

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

Other differences:
------------------
++++++ GraphicsMagick.spec ++++++
--- /var/tmp/diff_new_pack.fPwiVd/_old  2015-03-25 21:05:00.000000000 +0100
+++ /var/tmp/diff_new_pack.fPwiVd/_new  2015-03-25 21:05:00.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package GraphicsMagick
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,14 @@
 
 
 Name:           GraphicsMagick
-Version:        1.3.20
+Version:        1.3.21
 Release:        0
 # Define Quantum depth
 %define quant 16
 %define base_version 1.3
+%define so_ver          3
+%define pp_so_ver       11
+%define wand_so_ver     2
 Summary:        Viewer and Converter for Images
 License:        MIT
 Group:          Productivity/Graphics/Convertors
@@ -72,12 +75,12 @@
 This package is compiled with Q%{quant}, which means that it provides better
 performance on %{quant} bit images and less.
 
-%package     -n libGraphicsMagick-Q%{quant}-3
+%package     -n libGraphicsMagick-Q%{quant}-%{so_ver}
 Summary:        Viewer and Converter for Images - runtime library
 Group:          System/Libraries
 Requires:       libGraphicsMagick3-config = %{version}
 
-%description -n libGraphicsMagick-Q%{quant}-3
+%description -n libGraphicsMagick-Q%{quant}-%{so_ver}
 GraphicsMagick(TM) provides a powerful image manipulation and
 translation utility. It is capable of displaying still images and
 animations using the X Window system, provides a simple interface for
@@ -97,11 +100,11 @@
 This package is compiled with Q%{quant}, that means it provides better
 performance on %{quant} and less bit images.
 
-%package     -n libGraphicsMagick3-config
+%package     -n libGraphicsMagick%{so_ver}-config
 Summary:        Viewer and Converter for Images - library config
 Group:          Productivity/Graphics/Convertors
 
-%description -n libGraphicsMagick3-config
+%description -n libGraphicsMagick%{so_ver}-config
 GraphicsMagick(TM) provides a powerful image manipulation and
 translation utility. It is capable of displaying still images and
 animations using the X Window system, provides a simple interface for
@@ -120,11 +123,11 @@
 
 This package contains GraphicsMagick library configuration files.
 
-%package     -n libGraphicsMagickWand-Q%{quant}-2
+%package     -n libGraphicsMagickWand-Q%{quant}-%{wand_so_ver}
 Summary:        Viewer and Converter for Images - runtime library
 Group:          System/Libraries
 
-%description -n libGraphicsMagickWand-Q%{quant}-2
+%description -n libGraphicsMagickWand-Q%{quant}-%{wand_so_ver}
 GraphicsMagick(TM) provides a powerful image manipulation and
 translation utility. It is capable of displaying still images and
 animations using the X Window system, provides a simple interface for
@@ -149,8 +152,8 @@
 Group:          Development/Libraries/C and C++
 # These comes from check in AB for 11.4
 Requires:       glibc-devel
-Requires:       libGraphicsMagick-Q%{quant}-3 = %{version}
-Requires:       libGraphicsMagickWand-Q%{quant}-2 = %{version}
+Requires:       libGraphicsMagick-Q%{quant}-%{so_ver} = %{version}
+Requires:       libGraphicsMagickWand-Q%{quant}-%{wand_so_ver} = %{version}
 
 %description    devel
 GraphicsMagick(TM) provides a powerful image manipulation and
@@ -184,11 +187,11 @@
 
 This package contains perl interface to GraphicsMagick library.
 
-%package     -n libGraphicsMagick++-Q%{quant}-3
+%package     -n libGraphicsMagick++-Q%{quant}-%{pp_so_ver}
 Summary:        Viewer and Converter for Images - C++ interface
 Group:          System/Libraries
 
-%description -n libGraphicsMagick++-Q%{quant}-3
+%description -n libGraphicsMagick++-Q%{quant}-%{pp_so_ver}
 GraphicsMagick(TM) provides a powerful image manipulation and
 translation utility. It is capable of displaying still images and
 animations using the X Window system, provides a simple interface for
@@ -207,7 +210,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{name}-devel = %{version}
 Requires:       c++_compiler
-Requires:       libGraphicsMagick++-Q%{quant}-3 = %{version}
+Requires:       libGraphicsMagick++-Q%{quant}-%{pp_so_ver} = %{version}
 Provides:       GraphicsMagick-C++-devel
 Obsoletes:      GraphicsMagick-C++-devel <= 1.1.7
 
@@ -275,17 +278,17 @@
 %check
 make check
 
-%post -n libGraphicsMagick-Q%{quant}-3 -p /sbin/ldconfig
+%post -n libGraphicsMagick-Q%{quant}-%{so_ver} -p /sbin/ldconfig
 
-%postun -n libGraphicsMagick-Q%{quant}-3 -p /sbin/ldconfig
+%postun -n libGraphicsMagick-Q%{quant}-%{so_ver} -p /sbin/ldconfig
 
-%post -n libGraphicsMagickWand-Q%{quant}-2 -p /sbin/ldconfig
+%post -n libGraphicsMagickWand-Q%{quant}-%{wand_so_ver} -p /sbin/ldconfig
 
-%postun -n libGraphicsMagickWand-Q%{quant}-2 -p /sbin/ldconfig
+%postun -n libGraphicsMagickWand-Q%{quant}-%{wand_so_ver} -p /sbin/ldconfig
 
-%post -n libGraphicsMagick++-Q%{quant}-3 -p /sbin/ldconfig
+%post -n libGraphicsMagick++-Q%{quant}-%{pp_so_ver} -p /sbin/ldconfig
 
-%postun -n libGraphicsMagick++-Q%{quant}-3 -p /sbin/ldconfig
+%postun -n libGraphicsMagick++-Q%{quant}-%{pp_so_ver} -p /sbin/ldconfig
 
 %files
 %defattr(644, root, root, 755)
@@ -298,7 +301,7 @@
 %doc %{_mandir}/man4/*gz
 %doc %{_mandir}/man5/*gz
 
-%files -n libGraphicsMagick-Q%{quant}-3
+%files -n libGraphicsMagick-Q%{quant}-%{so_ver}
 %defattr(644, root, root, 755)
 %{_libdir}/lib%{name}-Q%{quant}.so.*
 %dir %{_libdir}/%{name}-%{version}
@@ -308,14 +311,14 @@
 %{_libdir}/%{name}-%{version}/modules-Q%{quant}/*/*.so
 %{_libdir}/%{name}-%{version}/modules-Q%{quant}/*/*.la
 
-%files -n libGraphicsMagick3-config
+%files -n libGraphicsMagick%{so_ver}-config
 %defattr(-,root,root)
 %dir %{_libdir}/%{name}-%{version}/config
 %{_libdir}/%{name}-%{version}/config/*.mgk
 %dir %{_datadir}/%{name}-%{version}
 %{_datadir}/%{name}-%{version}/config
 
-%files -n libGraphicsMagickWand-Q%{quant}-2
+%files -n libGraphicsMagickWand-Q%{quant}-%{wand_so_ver}
 %defattr(644, root, root, 755)
 %{_libdir}/lib%{name}Wand-Q%{quant}.so.*
 
@@ -345,7 +348,7 @@
 %{perl_vendorarch}/auto/Graphics/Magick/*
 %doc %{_mandir}/man3/*gz
 
-%files -n libGraphicsMagick++-Q%{quant}-3
+%files -n libGraphicsMagick++-Q%{quant}-%{pp_so_ver}
 %defattr(644, root, root, 755)
 %{_libdir}/lib%{name}++-Q%{quant}.so.*
 

++++++ GraphicsMagick-1.3.20.tar.bz2 -> GraphicsMagick-1.3.21.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick-1.3.20.tar.bz2 
/work/SRC/openSUSE:Factory/.GraphicsMagick.new/GraphicsMagick-1.3.21.tar.bz2 
differ: char 11, line 1

++++++ GraphicsMagick-include.patch ++++++
--- /var/tmp/diff_new_pack.fPwiVd/_old  2015-03-25 21:05:00.000000000 +0100
+++ /var/tmp/diff_new_pack.fPwiVd/_new  2015-03-25 21:05:00.000000000 +0100
@@ -9,4 +9,4 @@
 +#include <cstring>
  #include <ctype.h> // for isdigit
  #include <string.h> // for strcpy
- 
+ #include <cassert>

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to