Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package netpbm for openSUSE:Factory checked 
in at 2025-07-17 17:17:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/netpbm (Old)
 and      /work/SRC/openSUSE:Factory/.netpbm.new.8875 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "netpbm"

Thu Jul 17 17:17:43 2025 rev:85 rq:1293422 version:11.11.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/netpbm/netpbm.changes    2025-03-11 
20:44:10.823344209 +0100
+++ /work/SRC/openSUSE:Factory/.netpbm.new.8875/netpbm.changes  2025-07-17 
17:18:19.634658678 +0200
@@ -1,0 +2,63 @@
+Tue Jul 15 11:21:43 UTC 2025 - Pedro Monreal <pmonr...@suse.com>
+
+- Remove the doc and man pages for pamtojpeg2k since the binary
+  has not been available since jasper was dropped. [bsc#1245164]
+
+-------------------------------------------------------------------
+Tue Jul 15 07:23:25 UTC 2025 - Pedro Monreal <pmonr...@suse.com>
+
+- Update to 11.11.00:
+  * pamflip: add -inverse.
+  * pamflip: add -reflect.
+  * pamdice: add -outsuffix.
+  * libnetpbm and 'ppmdraw' circle drawing functions: use floating
+    point arithmetic to make smoother circle.
+  * pamdice, pamundice: Add PBM fast path.
+  * ppmdraw: fix error message about 'filledrectangle' syntax.
+  * pamdice: fix using more digits than necessary in output file
+    names -- width was based on one more slice than was actually
+    generated. Broken since Netpbm 10.29 (August 2005).
+  * pnmquantall: fix arbitrary shell command execution with input
+    file names or color count that contain shell metacharacters.
+    Always present ('pnmquantall' has existed, aka 'ppmquantall',
+    since primordial Netpbm).
+  * ppmtogif: fix arbitrary shell commands when arguments contain
+    shell metacharacters. Broken in Netpbm 10.37 (June 2006).
+  * pnmtofiasco: fix crash when image is really small. Always
+    broken (program was new in Netpbm 9.6, July 2000).
+  * pnmtofiasco: fix bug: uses one tile regardless of
+    --tiling-exponent. Always broken (programs were new in Netpbm
+    9.6, July 2000).
+  * pnmtofiasco: fix bug: infinite loop with multiple tiles.
+    Always broken (program was new in Netpbm 96., July 2000),
+    but made functional by bug fix in 11.10 (March 2025).
+  * pnmtofiasco: fix bug: does wrong level of optimization
+    Introduced in Netpbm 11.05 (December 2023).
+  * libnetpbm ppmd_fill and ppmdraw filled shapes: fix bug: final
+    span of filling omitted from output. Always broken (ppmd_fill
+    was in primordial Netpbm).
+
+-------------------------------------------------------------------
+Tue Jul 15 07:21:30 UTC 2025 - Pedro Monreal <pmonr...@suse.com>
+
+- Update to 11.10.00:
+  * pamdice: Add -listfile, -indexfile, -numberwidth, -dry-run.
+  * pamundice: Add -indexfile.
+  * pamflip: improve efficiency - less copying of tuples in basic
+    whole-image non-PBM case.
+  * pamflip: more direct error message for -memsize=0.
+  * pamflip: warn if redundant -pagesize specified with -verbose.
+  * pcdovtoppm: improve syntax error messages.
+  * pammixmulti: Fix crash from uninitialized memory. Introduced in
+    Netpbm 11.09 (December 2024).
+  * giftopnm: Fix wild pointer reference with -verbose and
+    invalid extension type. Broken in Netpbm 10.59 (December 2012).
+  * pdbimgtopam, pamtopdbimg: Fix crash when out of memory. Always
+    broken (programs were new in Netpbm 10.52 (September 2010)).
+  * pamrestack: fix failure when height too large for computations.
+    Broken in Netpbm 10.99 (June 2022).
+  * pamflip: fix: Don't allow -xform with older transform options
+    (-leftright, etc.). Before, -xform would be ignored in that
+    case.
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ netpbm.spec ++++++
--- /var/tmp/diff_new_pack.pN1SqF/_old  2025-07-17 17:18:21.058717901 +0200
+++ /var/tmp/diff_new_pack.pN1SqF/_new  2025-07-17 17:18:21.062718068 +0200
@@ -20,10 +20,10 @@
 %define asan_build     0
 %define ubsan_build    0
 %define libmaj  11
-%define libmin  109
+%define libmin  111
 %define libver  %{libmaj}.%{libmin}
 Name:           netpbm
-Version:        11.9.3
+Version:        11.11.0
 Release:        0
 Summary:        A Graphics Conversion Package
 License:        BSD-3-Clause AND GPL-2.0-or-later AND IJG AND MIT AND 
SUSE-Public-Domain
@@ -117,6 +117,8 @@
 %endif
 make %{?_smp_mflags} CFLAGS="$CFLAGS"
 rm doc/INSTALL
+# Remove doc and man pages for pamtojpeg2k [bsc#1245164]
+find -type f -name "pamtojpeg2k.[h1]*" -delete -print
 # DOC
 cd netpbm.sourceforge.net/doc
 # CVE-2024-38526

++++++ netpbm-11.9.3-documentation.tar.bz2 -> 
netpbm-11.11.0-documentation.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/netpbm/netpbm-11.9.3-documentation.tar.bz2 
/work/SRC/openSUSE:Factory/.netpbm.new.8875/netpbm-11.11.0-documentation.tar.bz2
 differ: char 11, line 1

++++++ netpbm-11.9.3-nohpcdtoppm-noppmtompeg.tar.bz2 -> 
netpbm-11.11.0-nohpcdtoppm-noppmtompeg.tar.bz2 ++++++
++++ 9849 lines of diff (skipped)

Reply via email to