Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package pngquant for openSUSE:Factory checked in at 2023-02-04 14:10:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pngquant (Old) and /work/SRC/openSUSE:Factory/.pngquant.new.4462 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pngquant" Sat Feb 4 14:10:55 2023 rev:10 rq:1062652 version:2.18.0 Changes: -------- --- /work/SRC/openSUSE:Factory/pngquant/pngquant.changes 2021-12-02 02:21:28.101400035 +0100 +++ /work/SRC/openSUSE:Factory/.pngquant.new.4462/pngquant.changes 2023-02-04 14:26:47.889448350 +0100 @@ -1,0 +2,7 @@ +Sun Jan 29 18:48:01 UTC 2023 - Dirk Müller <[email protected]> + +- update to 2.18.0: + * build fixes on ARM + * small quality improvement + +------------------------------------------------------------------- Old: ---- pngquant-2.17.0.tar.gz New: ---- pngquant-2.18.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pngquant.spec ++++++ --- /var/tmp/diff_new_pack.KmdiwJ/_old 2023-02-04 14:26:48.645452522 +0100 +++ /var/tmp/diff_new_pack.KmdiwJ/_new 2023-02-04 14:26:48.685452743 +0100 @@ -1,7 +1,7 @@ # # spec file for package pngquant # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: pngquant -Version: 2.17.0 +Version: 2.18.0 Release: 0 Summary: Tool for lossy compression of PNG images License: GPL-3.0-or-later ++++++ pngquant-2.17.0.tar.gz -> pngquant-2.18.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pngquant-2.17.0/CHANGELOG new/pngquant-2.18.0/CHANGELOG --- old/pngquant-2.17.0/CHANGELOG 2021-11-21 23:19:03.000000000 +0100 +++ new/pngquant-2.18.0/CHANGELOG 2023-01-28 18:34:34.000000000 +0100 @@ -1,3 +1,9 @@ +version 2.17 +------------ +- fix for Unicode filenames on Windows +- builds for ARM +- small quality improvements + version 2.16 ------------ - reduced stack usage, prevenitng stack overlfow in pathological cases diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pngquant-2.17.0/Cargo.toml new/pngquant-2.18.0/Cargo.toml --- old/pngquant-2.17.0/Cargo.toml 2021-11-21 23:19:03.000000000 +0100 +++ new/pngquant-2.18.0/Cargo.toml 2023-01-28 18:34:34.000000000 +0100 @@ -1,5 +1,5 @@ [package] -version = "2.17.0" +version = "2.18.0" authors = ["Kornel LesinÌski <[email protected]>"] build = "rust/build.rs" categories = ["multimedia::images"] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pngquant-2.17.0/pngquant.c new/pngquant-2.18.0/pngquant.c --- old/pngquant-2.17.0/pngquant.c 2021-11-21 23:19:03.000000000 +0100 +++ new/pngquant-2.18.0/pngquant.c 2023-01-28 18:34:34.000000000 +0100 @@ -58,7 +58,7 @@ #include "libimagequant.h" /* if it fails here, run: git submodule update; ./configure; or add -Ilib to compiler flags */ #include "pngquant_opts.h" -char *PNGQUANT_VERSION = LIQ_VERSION_STRING " (September 2021)"; +char *PNGQUANT_VERSION = LIQ_VERSION_STRING " (January 2023)"; static pngquant_error prepare_output_image(liq_result *result, liq_image *input_image, rwpng_color_transform tag, png8_image *output_image); static void set_palette(liq_result *result, png8_image *output_image); @@ -346,16 +346,6 @@ liq_result_destroy(tmp_quantize); } -#ifdef _OPENMP - // if there's a lot of files, coarse parallelism can be used - if (options->num_files > 2*omp_get_max_threads()) { - omp_set_nested(0); - omp_set_dynamic(1); - } else { - omp_set_nested(1); - } -#endif - unsigned int error_count=0, skipped_count=0, file_count=0; pngquant_error latest_error=SUCCESS; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pngquant-2.17.0/pngquant.spec new/pngquant-2.18.0/pngquant.spec --- old/pngquant-2.17.0/pngquant.spec 2021-11-21 23:19:03.000000000 +0100 +++ new/pngquant-2.18.0/pngquant.spec 2023-01-28 18:34:34.000000000 +0100 @@ -1,5 +1,5 @@ Name: pngquant -Version: 2.17.0 +Version: 2.18.0 Release: 1%{?dist} Summary: PNG quantization tool for reducing image file size # New code is under GPL, forked from old BSD-like diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pngquant-2.17.0/snapcraft.yaml new/pngquant-2.18.0/snapcraft.yaml --- old/pngquant-2.17.0/snapcraft.yaml 2021-11-21 23:19:03.000000000 +0100 +++ new/pngquant-2.18.0/snapcraft.yaml 2023-01-28 18:34:34.000000000 +0100 @@ -1,5 +1,5 @@ name: pngquant -version: 2.17.0 +version: 2.18.0 summary: pngquant description: | Lossy PNG compressor â pngquant command based
