Hello community,

here is the log from the commit of package hp2xx for openSUSE:Factory checked 
in at 2012-09-10 15:20:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/hp2xx (Old)
 and      /work/SRC/openSUSE:Factory/.hp2xx.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "hp2xx", Maintainer is "nadvor...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/hp2xx/hp2xx.changes      2012-01-11 
15:37:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.hp2xx.new/hp2xx.changes 2012-09-10 
15:20:39.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep  6 07:34:03 UTC 2012 - pgaj...@suse.com
+
+- builds also against libpng15
+  * extended png-deprecated.patch
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ hp2xx.spec ++++++
--- /var/tmp/diff_new_pack.vJpTlj/_old  2012-09-10 15:20:40.000000000 +0200
+++ /var/tmp/diff_new_pack.vJpTlj/_new  2012-09-10 15:20:40.000000000 +0200
@@ -16,14 +16,13 @@
 #
 
 
-
 Name:           hp2xx
 Version:        3.4.2
-Release:        567
-License:        GPL-2.0+
+Release:        0
 Summary:        Converts HP-GL Plotter Language into a Variety of Formats
-Url:            http://www.gnu.org/software/hp2xx/hp2xx.html
+License:        GPL-2.0+
 Group:          Productivity/Graphics/Convertors
+Url:            http://www.gnu.org/software/hp2xx/hp2xx.html
 Source:         hp2xx-%{version}.tar.bz2
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0:         hp2xx-%{version}-fix.patch
@@ -31,9 +30,9 @@
 Patch1:         hp2xx-3.4.2-implicit-decls.patch
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch2:         hp2xx-3.4.2-png-deprecated.patch
+BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
-BuildRequires:  libjpeg-devel
 BuildRequires:  xorg-x11-libX11-devel
 Requires(pre):  %install_info_prereq
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ hp2xx-3.4.2-png-deprecated.patch ++++++
--- /var/tmp/diff_new_pack.vJpTlj/_old  2012-09-10 15:20:40.000000000 +0200
+++ /var/tmp/diff_new_pack.vJpTlj/_new  2012-09-10 15:20:40.000000000 +0200
@@ -1,8 +1,16 @@
 Index: sources/png.c
 ===================================================================
---- sources/png.c.orig 2002-04-07 13:53:17.000000000 +0200
-+++ sources/png.c      2010-02-25 15:14:32.256293000 +0100
-@@ -38,7 +38,7 @@ void pdImagePNG(im, fd)
+--- sources/png.c.orig
++++ sources/png.c
+@@ -4,6 +4,7 @@
+ 
+ #include <stdio.h>
+ #include <stdlib.h>
++#include <zlib.h>
+ #include "to_png.h"
+ #include <png.h>
+ 
+@@ -38,7 +39,7 @@ void pdImagePNG(im, fd)
        }
  
        /* set up error handlimg for libpng */
@@ -11,7 +19,7 @@
        {    
                png_destroy_write_struct(&png_ptr, &info_ptr);
                return;
-@@ -98,7 +98,7 @@ void pdImagePNG(im, fd)
+@@ -98,7 +99,7 @@ void pdImagePNG(im, fd)
        png_write_end(png_ptr, info_ptr);
  
        /* if you malloced the palette, free it here */

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

Reply via email to