Hello community,

here is the log from the commit of package netpbm for openSUSE:Factory checked 
in at 2014-09-10 07:27:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netpbm (Old)
 and      /work/SRC/openSUSE:Factory/.netpbm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netpbm"

Changes:
--------
--- /work/SRC/openSUSE:Factory/netpbm/netpbm.changes    2014-09-01 
07:55:51.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.netpbm.new/netpbm.changes       2014-09-10 
07:27:48.000000000 +0200
@@ -1,0 +2,22 @@
+Mon Sep  8 08:17:28 UTC 2014 - pgaj...@suse.com
+
+- updated to 10.67.4
+  * pcdovtoppm: Fix crash due to invalid operator == on some 
+    systems.
+  * Fix incorrect option parsing when there are multiple common
+    options (e.g. -plain -quiet).
+  * sgitopnm: add ability to convert 2-channel SGI image.
+    Thanks Prophet of the Way <a...@wta.att.ne.jp>.
+  * etc. see HISTORY
+
+- modified patches:
+  * netpbm-make.patch (refreshed)
+  * netpbm-security-code.patch (refreshed)
+
+-------------------------------------------------------------------
+Mon Sep  8 02:07:35 UTC 2014 - crrodrig...@opensuse.org
+
+- minor: man pages from section 3 are developer docs, move 
+  to -devel package
+
+-------------------------------------------------------------------

Old:
----
  netpbm-10.66.3-documentation.tar.bz2
  netpbm-10.66.3-nohpcdtoppm-noppmtompeg.tar.bz2

New:
----
  netpbm-10.67.4-documentation.tar.bz2
  netpbm-10.67.4-nohpcdtoppm-noppmtompeg.tar.bz2

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

Other differences:
------------------
++++++ netpbm.spec ++++++
--- /var/tmp/diff_new_pack.Dfluhu/_old  2014-09-10 07:27:50.000000000 +0200
+++ /var/tmp/diff_new_pack.Dfluhu/_new  2014-09-10 07:27:50.000000000 +0200
@@ -17,11 +17,11 @@
 
 
 %define libmaj  11
-%define libmin  66
+%define libmin  67
 %define libver  %{libmaj}.%{libmin}
 
 Name:           netpbm
-Version:        10.66.3
+Version:        10.67.4
 Release:        0
 Summary:        A Powerful Graphics Conversion Package
 License:        BSD-3-Clause and GPL-2.0+ and IJG and MIT and 
SUSE-Public-Domain
@@ -163,9 +163,8 @@
 %defattr(-,root,root)
 %doc README doc/* netpbm.sourceforge.net/doc
 %doc pnmtopalm/
-%doc %{_mandir}/man1/*.gz
-%doc %{_mandir}/man3/*.gz
-%doc %{_mandir}/man5/*.gz
+%doc %{_mandir}/man1/*%{ext_man}
+%doc %{_mandir}/man5/*%{ext_man}
 %{_bindir}/*
 %{_datadir}/%{name}
 
@@ -178,5 +177,6 @@
 %defattr(-,root,root)
 %{_includedir}/%{name}
 %{_libdir}/lib*.so
+%{_mandir}/man3/*%{ext_man}
 
 %changelog

++++++ netpbm-10.66.3-documentation.tar.bz2 -> 
netpbm-10.67.4-documentation.tar.bz2 ++++++
++++ 2690 lines of diff (skipped)

++++++ netpbm-10.66.3-nohpcdtoppm-noppmtompeg.tar.bz2 -> 
netpbm-10.67.4-nohpcdtoppm-noppmtompeg.tar.bz2 ++++++
++++ 15211 lines of diff (skipped)

++++++ netpbm-make.patch ++++++
--- /var/tmp/diff_new_pack.Dfluhu/_old  2014-09-10 07:27:51.000000000 +0200
+++ /var/tmp/diff_new_pack.Dfluhu/_new  2014-09-10 07:27:51.000000000 +0200
@@ -1,8 +1,8 @@
 Index: config.mk.in
 ===================================================================
---- config.mk.in.orig
-+++ config.mk.in
-@@ -109,7 +109,7 @@ INSTALL = $(SRCDIR)/buildtools/install.s
+--- config.mk.in.orig  2014-09-08 09:55:59.652026877 +0200
++++ config.mk.in       2014-09-08 10:00:54.684021821 +0200
+@@ -120,7 +120,7 @@
  #OSF1:
  #INSTALL = $(SRCDIR)/buildtools/installosf
  #Red Hat Linux:
@@ -11,7 +11,7 @@
  
  # STRIPFLAG is the option you pass to the above install program to make it
  # strip unnecessary information out of binaries.
-@@ -295,7 +295,7 @@ LDRELOC = NONE
+@@ -306,7 +306,7 @@
  CFLAGS_SHLIB = 
  # Gcc:
  #CFLAGS_SHLIB = -fpic
@@ -20,7 +20,7 @@
  # Sun compiler:
  #CFLAGS_SHLIB = -Kpic
  #CFLAGS_SHLIB = -KPIC
-@@ -362,7 +362,7 @@ NETPBMLIB_RUNTIME_PATH =
+@@ -373,7 +373,7 @@
  # The TIFF library.  See above.  If you want to build the tiff
  # converters, you must have the tiff library already installed.
  
@@ -29,7 +29,7 @@
  TIFFHDR_DIR =
  
  #TIFFLIB = libtiff.so
-@@ -393,7 +393,7 @@ TIFFLIB_NEEDS_Z = Y
+@@ -404,7 +404,7 @@
  # JPEG stuff statically linked in, in which case you won't need 
  # JPEGLIB in order to build the Tiff converters.
  
@@ -38,7 +38,7 @@
  JPEGHDR_DIR =
  #JPEGLIB = libjpeg.so
  #JPEGHDR_DIR = /usr/include/jpeg
-@@ -451,7 +451,7 @@ PNGVER =
+@@ -462,7 +462,7 @@
  #
  # If you have 'libpng-config' (see above), these are irrelevant.
  
@@ -47,8 +47,8 @@
  ZHDR_DIR = 
  #ZLIB = libz.so
  
-@@ -461,8 +461,8 @@ JBIGLIB = $(BUILDDIR)/converter/other/jb
- JBIGHDR_DIR = $(SRCDIR)/converter/other/jbig
+@@ -472,8 +472,8 @@
+ JBIGHDR_DIR = $(INTERNAL_JBIGHDR_DIR)
  
  # The Jasper JPEG-2000 image compression library (aka JasPer):
 -JASPERLIB = $(INTERNAL_JASPERLIB)

++++++ netpbm-security-code.patch ++++++
++++ 942 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/netpbm/netpbm-security-code.patch
++++ and /work/SRC/openSUSE:Factory/.netpbm.new/netpbm-security-code.patch

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

Reply via email to