Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package GraphicsMagick for openSUSE:Factory 
checked in at 2023-10-03 20:14:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/GraphicsMagick (Old)
 and      /work/SRC/openSUSE:Factory/.GraphicsMagick.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "GraphicsMagick"

Tue Oct  3 20:14:57 2023 rev:89 rq:1114691 version:1.3.42

Changes:
--------
--- /work/SRC/openSUSE:Factory/GraphicsMagick/GraphicsMagick.changes    
2023-09-08 21:16:00.855485357 +0200
+++ /work/SRC/openSUSE:Factory/.GraphicsMagick.new.28202/GraphicsMagick.changes 
2023-10-03 20:15:06.190151685 +0200
@@ -1,0 +2,28 @@
+Mon Oct  2 06:55:47 UTC 2023 - pgaj...@suse.com
+
+- version update to 1.3.42
+Bug fixes:
+  * TIFF: Default the alpha channel to type EXTRASAMPLE_UNASSALPHA(2).
+  * BMP: Many fixes for reading esoteric BMP sub-formats.
+  * TranslateTextEx(): Revert change so now a NULL pointer is returned
+    when given an empty string.  Some algorithms (e.g. montage) were
+    depending on this!.
+  * PAM: Fix reading comments.
+  * PNG: Added Add missing module aliases "PNG00", "PNG48", "PNG64", so
+    it is again possible to request these subformats directly.
+  * TIFF: For common formats with the required number of channels, but
+    one is an 'unspecified' channel, promote unspecified alpha to
+    unassociated alpha so that the alpha channel is not ignored.
+  * "Magick" command line emulation: Eliminate duplicate utility name
+    output in error messages
+New Features:
+* BMP: Added the ability to read and write BMP using JPEG compression.
+  Use '-define bmp:allow-jpeg' to allow use of JPEG compression.
+* BMP: Added support for BI_ALPHABITFIELDS compression
+* BMP: Added support for reading BMP with PNG compression.
+- modified patches
+  % GraphicsMagick-disable-insecure-coders.patch (refreshed)
+- deleted patches
+  - strlcpy-wrong-sizing.patch (upstreamed)
+
+-------------------------------------------------------------------

Old:
----
  GraphicsMagick-1.3.40.tar.xz
  strlcpy-wrong-sizing.patch

New:
----
  GraphicsMagick-1.3.42.tar.xz

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

Other differences:
------------------
++++++ GraphicsMagick.spec ++++++
--- /var/tmp/diff_new_pack.L35Ww4/_old  2023-10-03 20:15:16.614527655 +0200
+++ /var/tmp/diff_new_pack.L35Ww4/_new  2023-10-03 20:15:16.614527655 +0200
@@ -24,7 +24,7 @@
 %define pp_so_ver       12
 %define wand_so_ver     2
 Name:           GraphicsMagick
-Version:        1.3.40
+Version:        1.3.42
 Release:        0
 Summary:        Viewer and Converter for Images
 License:        MIT
@@ -33,7 +33,6 @@
 Source:         
https://downloads.sourceforge.net/project/graphicsmagick/graphicsmagick/%{version}/%{name}-%{version}.tar.xz
 Patch0:         GraphicsMagick-perl-linkage.patch
 Patch1:         GraphicsMagick-disable-insecure-coders.patch
-Patch2:         strlcpy-wrong-sizing.patch
 BuildRequires:  cups-client
 BuildRequires:  dcraw
 BuildRequires:  gcc-c++

++++++ GraphicsMagick-1.3.40.tar.xz -> GraphicsMagick-1.3.42.tar.xz ++++++
++++ 30949 lines of diff (skipped)

++++++ GraphicsMagick-disable-insecure-coders.patch ++++++
--- /var/tmp/diff_new_pack.L35Ww4/_old  2023-10-03 20:15:17.886573534 +0200
+++ /var/tmp/diff_new_pack.L35Ww4/_new  2023-10-03 20:15:17.890573679 +0200
@@ -1,7 +1,7 @@
-Index: GraphicsMagick-1.3.40/coders/pdf.c
+Index: GraphicsMagick-1.3.42/coders/pdf.c
 ===================================================================
---- GraphicsMagick-1.3.40.orig/coders/pdf.c
-+++ GraphicsMagick-1.3.40/coders/pdf.c
+--- GraphicsMagick-1.3.42.orig/coders/pdf.c
++++ GraphicsMagick-1.3.42/coders/pdf.c
 @@ -499,7 +499,7 @@ ModuleExport void RegisterPDFImage(void)
    entry->seekable_stream=True;
    entry->description="Encapsulated Portable Document Format";
@@ -20,10 +20,10 @@
    (void) RegisterMagickInfo(entry);
  }
  
-Index: GraphicsMagick-1.3.40/coders/ps.c
+Index: GraphicsMagick-1.3.42/coders/ps.c
 ===================================================================
---- GraphicsMagick-1.3.40.orig/coders/ps.c
-+++ GraphicsMagick-1.3.40/coders/ps.c
+--- GraphicsMagick-1.3.42.orig/coders/ps.c
++++ GraphicsMagick-1.3.42/coders/ps.c
 @@ -456,7 +456,7 @@ ModuleExport void RegisterPSImage(void)
    entry->adjoin=False;
    entry->description="Adobe Encapsulated PostScript Interchange format";
@@ -69,10 +69,10 @@
    (void) RegisterMagickInfo(entry);
  }
  
-Index: GraphicsMagick-1.3.40/coders/ps2.c
+Index: GraphicsMagick-1.3.42/coders/ps2.c
 ===================================================================
---- GraphicsMagick-1.3.40.orig/coders/ps2.c
-+++ GraphicsMagick-1.3.40/coders/ps2.c
+--- GraphicsMagick-1.3.42.orig/coders/ps2.c
++++ GraphicsMagick-1.3.42/coders/ps2.c
 @@ -252,7 +252,7 @@ ModuleExport void RegisterPS2Image(void)
    entry->seekable_stream=True;
    entry->description="Adobe Level II Encapsulated PostScript";
@@ -91,10 +91,10 @@
    (void) RegisterMagickInfo(entry);
  }
  
-Index: GraphicsMagick-1.3.40/coders/ps3.c
+Index: GraphicsMagick-1.3.42/coders/ps3.c
 ===================================================================
---- GraphicsMagick-1.3.40.orig/coders/ps3.c
-+++ GraphicsMagick-1.3.40/coders/ps3.c
+--- GraphicsMagick-1.3.42.orig/coders/ps3.c
++++ GraphicsMagick-1.3.42/coders/ps3.c
 @@ -394,7 +394,7 @@ ModuleExport void RegisterPS3Image(void)
    entry->description="Adobe Level III Encapsulated PostScript";
    entry->seekable_stream=MagickTrue;
@@ -113,10 +113,10 @@
    (void) RegisterMagickInfo(entry);
  }
  
-Index: GraphicsMagick-1.3.40/config/delegates.mgk.in
+Index: GraphicsMagick-1.3.42/config/delegates.mgk.in
 ===================================================================
---- GraphicsMagick-1.3.40.orig/config/delegates.mgk.in
-+++ GraphicsMagick-1.3.40/config/delegates.mgk.in
+--- GraphicsMagick-1.3.42.orig/config/delegates.mgk.in
++++ GraphicsMagick-1.3.42/config/delegates.mgk.in
 @@ -76,27 +76,27 @@
    <delegate decode="dot" command='"@DOTDecodeDelegate@" -Tps "%i" -o "%o"' />
    <delegate decode="dvi" command='"@DVIDecodeDelegate@" -q -o "%o" "%i"' />
@@ -170,11 +170,11 @@
    <delegate decode="ps" encode="print" mode="encode" 
command='"@PrintDelegate@" "%i"' />
    <!-- Read HTML file  -->
    <delegate decode="shtml" command='"@HTMLDecodeDelegate@" -U -o "%o" "%i"' />
-Index: GraphicsMagick-1.3.40/Makefile.in
+Index: GraphicsMagick-1.3.42/Makefile.in
 ===================================================================
---- GraphicsMagick-1.3.40.orig/Makefile.in
-+++ GraphicsMagick-1.3.40/Makefile.in
-@@ -4326,7 +4326,6 @@ TESTS_TESTS = \
+--- GraphicsMagick-1.3.42.orig/Makefile.in
++++ GraphicsMagick-1.3.42/Makefile.in
+@@ -4338,7 +4338,6 @@ TESTS_TESTS = \
        tests/rwfile.tap \
        tests/rwfile_sized.tap \
        tests/rwfile_miff.tap \
@@ -182,16 +182,16 @@
        tests/rwfile_deep.tap
  
  TESTS_EXTRA_DIST = \
-Index: GraphicsMagick-1.3.40/tests/rwblob.tap
+Index: GraphicsMagick-1.3.42/tests/rwblob.tap
 ===================================================================
---- GraphicsMagick-1.3.40.orig/tests/rwblob.tap
-+++ GraphicsMagick-1.3.40/tests/rwblob.tap
+--- GraphicsMagick-1.3.42.orig/tests/rwblob.tap
++++ GraphicsMagick-1.3.42/tests/rwblob.tap
 @@ -10,7 +10,7 @@ rwblob=./rwblob
  check_types='bilevel gray pallette truecolor'
  
  # Number of tests we plan to run
--test_plan_fn 209
-+test_plan_fn 201
+-test_plan_fn 213
++test_plan_fn 205
  
  # ART format
  for type in ${check_types}
@@ -214,16 +214,16 @@
  # FAX format
  for type in ${check_types}
  do
-Index: GraphicsMagick-1.3.40/tests/rwfile.tap
+Index: GraphicsMagick-1.3.42/tests/rwfile.tap
 ===================================================================
---- GraphicsMagick-1.3.40.orig/tests/rwfile.tap
-+++ GraphicsMagick-1.3.40/tests/rwfile.tap
+--- GraphicsMagick-1.3.42.orig/tests/rwfile.tap
++++ GraphicsMagick-1.3.42/tests/rwfile.tap
 @@ -12,7 +12,7 @@ check_types='bilevel gray pallette truec
  check_types_noone='bilevel gray pallette truecolor'
  
  # Number of tests we plan to run
--test_plan_fn 818 # 820
-+test_plan_fn 768 # 820
+-test_plan_fn 838 # 828
++test_plan_fn 788 # 828
  
  # ART format
  for type in ${check_types}

Reply via email to