Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package jbig2dec for openSUSE:Factory checked in at 2023-10-19 22:49:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jbig2dec (Old) and /work/SRC/openSUSE:Factory/.jbig2dec.new.1945 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jbig2dec" Thu Oct 19 22:49:02 2023 rev:10 rq:1118753 version:0.20 Changes: -------- --- /work/SRC/openSUSE:Factory/jbig2dec/jbig2dec.changes 2020-09-14 12:33:09.193283259 +0200 +++ /work/SRC/openSUSE:Factory/.jbig2dec.new.1945/jbig2dec.changes 2023-10-19 22:51:35.755738310 +0200 @@ -1,0 +2,21 @@ +Sat Oct 14 13:08:10 UTC 2023 - Atri Bhattacharya <a.bhattacha...@uliege.be> + +- Update to version 0.20: + * Move definition of inline macro so that it doesn't cause + linker errors during cross-compilation. + * Fix OSS-fuzz issue 10862, a memory leak, by freeing image + resources upon error. + * Fix a bug where a buffer was accessed without considering + alignment requirements on architectures such as SPARC. + * Fix compiler warnings. + * Improve custom memory allocator used in testing to restricting + memory usage. + * Use silent automake rules when compiling as a separate + project. +- Some specfile cleanups: + * Drop additional CFLAGS/LDFLAGS passed for PIE; these are now + taken care of by default build flags. + * %make_build instead of make. +- New Source URL. + +------------------------------------------------------------------- Old: ---- jbig2dec-0.19.tar.gz New: ---- jbig2dec-0.20.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jbig2dec.spec ++++++ --- /var/tmp/diff_new_pack.yTF3Ln/_old 2023-10-19 22:51:36.231755575 +0200 +++ /var/tmp/diff_new_pack.yTF3Ln/_new 2023-10-19 22:51:36.231755575 +0200 @@ -1,7 +1,7 @@ # # spec file for package jbig2dec # -# Copyright (c) 2020 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 @@ -18,12 +18,12 @@ %define _sover 0 Name: jbig2dec -Version: 0.19 +Version: 0.20 Release: 0 Summary: JBIG2 Decoder Utility License: AGPL-3.0-or-later URL: https://jbig2dec.com -Source: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs9530/jbig2dec-%{version}.tar.gz +Source: https://github.com/ArtifexSoftware/jbig2dec/releases/download/%{version}/%{name}-%{version}.tar.gz Source1: baselibs.conf # PATCH-FIX-UPSTREAM fix-for-restore-abi.patch deb#940605 -- Restores the ABI export of jbig2_ctx_new Patch1: fix-for-restore-abi.patch @@ -57,13 +57,11 @@ %autosetup -p1 %build -export CFLAGS="%{optflags} -fPIC" -export LDFLAGS="-pie" autoreconf -fiv %configure \ --disable-static \ --with-libpng -make %{?_smp_mflags} +%make_build %install %make_install ++++++ jbig2dec-0.19.tar.gz -> jbig2dec-0.20.tar.gz ++++++ ++++ 14853 lines of diff (skipped)