Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libpgf for openSUSE:Factory checked in at 2021-03-30 21:08:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpgf (Old) and /work/SRC/openSUSE:Factory/.libpgf.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpgf" Tue Mar 30 21:08:50 2021 rev:11 rq:875684 version:7.21.7 Changes: -------- --- /work/SRC/openSUSE:Factory/libpgf/libpgf.changes 2019-04-30 13:02:21.870134355 +0200 +++ /work/SRC/openSUSE:Factory/.libpgf.new.2401/libpgf.changes 2021-03-30 21:08:52.177276211 +0200 @@ -1,0 +2,11 @@ +Sat Feb 27 23:18:17 UTC 2021 - Asterios Dramis <[email protected]> + +- Update to version 7.21.7: + * This bug fix is for ROI decoding only. This bug fix is + necessary if several Read() and ResetStreamPos() operations are + called with the same PGFimage object after a single Open() + call. + From version 7.21.2: + * Documentation and build tool update. + +------------------------------------------------------------------- Old: ---- libPGF-codec-and-console-src.zip New: ---- libpgf.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpgf.spec ++++++ --- /var/tmp/diff_new_pack.hXB5Rc/_old 2021-03-30 21:08:56.689281167 +0200 +++ /var/tmp/diff_new_pack.hXB5Rc/_new 2021-03-30 21:08:56.693281172 +0200 @@ -1,7 +1,7 @@ # # spec file for package libpgf # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ %define so_ver 7 Name: libpgf -Version: 7.19.3 +Version: 7.21.7 Release: 0 Summary: Progressive Graphics File Library License: LGPL-2.1-or-later Group: Productivity/Graphics/Other -URL: http://www.libpgf.org/ -Source0: https://sourceforge.net/projects/%{name}/files/%{name}/%{version}-latest/libPGF-codec-and-console-src.zip +URL: https://www.libpgf.org/ +Source0: https://sourceforge.net/projects/%{name}/files/%{name}/%{version}/libpgf.zip BuildRequires: doxygen BuildRequires: gcc-c++ BuildRequires: graphviz @@ -52,26 +52,32 @@ libpgf is a library for working with PGF (Progresive Graphics File) images. %prep -%setup -q -n libPGF-codec-and-console-src +%setup -q -n %{name} + +# Fix autogen.sh failure "wrong-file-end-of-line-encoding" +find . -name Makefile.am | xargs sed -i 's/\r$//' +sed -i 's/\r$//' config.h.in +sed -i 's/\r$//' configure.ac +sed -i 's/\r$//' autogen.sh + +# Fix autogen.sh failure +touch README -cd PGF/Codec/ # Add "libpgf-" prefix to all man pages to prevent conflicts with other packages sed -i 's/\$(mandir)\/man3\/\$\$f/\$(mandir)\/man3\/libpgf-\$\$f/' doc/Makefile.am # Fix rpmlint warning "wrong-file-end-of-line-encoding" -sed -i 's/\r$//' README +sed -i 's/\r$//' README.txt # Remove build time references so build-compare can do its work echo "HTML_TIMESTAMP = NO" >> doc/Doxyfile.in %build -cd PGF/Codec/ sh autogen.sh %configure --disable-static -make %{?_smp_mflags} +%make_build %install -cd PGF/Codec/ %make_install DOC_DIR=%{buildroot}%{_docdir}/%{name}-devel/ # Remove libtool config files @@ -81,8 +87,8 @@ %postun -n libpgf%{so_ver} -p /sbin/ldconfig %files devel -%license PGF/Codec/COPYING -%doc PGF/Codec/README +%license COPYING +%doc README.txt %doc %{_docdir}/%{name}-devel/ %{_includedir}/libpgf/ %{_libdir}/pkgconfig/libpgf.pc
