Hello community,

here is the log from the commit of package libpgf for openSUSE:Factory checked 
in at 2019-04-30 13:02:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libpgf (Old)
 and      /work/SRC/openSUSE:Factory/.libpgf.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libpgf"

Tue Apr 30 13:02:15 2019 rev:10 rq:697657 version:7.19.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libpgf/libpgf.changes    2018-02-16 
21:45:56.132354141 +0100
+++ /work/SRC/openSUSE:Factory/.libpgf.new.5536/libpgf.changes  2019-04-30 
13:02:21.870134355 +0200
@@ -1,0 +2,7 @@
+Sat Apr 20 20:35:30 UTC 2019 - Asterios Dramis <asterios.dra...@gmail.com>
+
+- Update to version 7.19.3:
+  * This version fixes a compilation bug seen when ROI support is
+    disabled.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libpgf.spec ++++++
--- /var/tmp/diff_new_pack.AHE7bH/_old  2019-04-30 13:02:22.838133947 +0200
+++ /var/tmp/diff_new_pack.AHE7bH/_new  2019-04-30 13:02:22.842133946 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libpgf
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,21 +12,20 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define so_ver 7
 Name:           libpgf
-Version:        7.15.32
+Version:        7.19.3
 Release:        0
 Summary:        Progressive Graphics File Library
-License:        LGPL-2.1+
+License:        LGPL-2.1-or-later
 Group:          Productivity/Graphics/Other
-Url:            http://www.libpgf.org/
+URL:            http://www.libpgf.org/
 Source0:        
https://sourceforge.net/projects/%{name}/files/%{name}/%{version}-latest/libPGF-codec-and-console-src.zip
 BuildRequires:  doxygen
-BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz
 BuildRequires:  libtool
@@ -53,54 +52,42 @@
 libpgf is a library for working with PGF (Progresive Graphics File) images.
 
 %prep
-%setup -q -n PGF
+%setup -q -n libPGF-codec-and-console-src
 
-cd Codec/
+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 permissions (fix rpmlint errors "spurious-executable-perm" and 
"executable-docs")
-chmod 644 COPYING README
-
 # Fix rpmlint warning "wrong-file-end-of-line-encoding"
 sed -i 's/\r$//' README
 
 # Remove build time references so build-compare can do its work
 echo "HTML_TIMESTAMP = NO" >> doc/Doxyfile.in
 
-# Fix end-of-line-encoding (fixes compilation)
-sed -i 's/\r$//' configure.ac
-
 %build
-cd Codec/
+cd PGF/Codec/
 sh autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 
 %install
-cd Codec/
+cd PGF/Codec/
 %make_install DOC_DIR=%{buildroot}%{_docdir}/%{name}-devel/
 
-# Install additional documentation
-install -pm 0644 COPYING README %{buildroot}%{_docdir}/%{name}-devel/
-
 # Remove libtool config files
 find %{buildroot} -type f -name "*.la" -delete -print
 
-# Remove unneeded man pages
-rm -f %{buildroot}%{_mandir}/man3/libpgf-*rpmbuild*
-
-%fdupes -s %{buildroot}
-
 %post -n libpgf%{so_ver} -p /sbin/ldconfig
 %postun -n libpgf%{so_ver} -p /sbin/ldconfig
 
 %files devel
+%license PGF/Codec/COPYING
+%doc PGF/Codec/README
 %doc %{_docdir}/%{name}-devel/
 %{_includedir}/libpgf/
 %{_libdir}/pkgconfig/libpgf.pc
 %{_libdir}/libpgf.so
-%{_mandir}/man3/libpgf-*.3%{ext_man}
+%{_mandir}/man3/libpgf-*.3%{?ext_man}
 
 %files -n libpgf%{so_ver}
 %{_libdir}/libpgf.so.%{so_ver}*

++++++ libPGF-codec-and-console-src.zip ++++++
Binary files /var/tmp/diff_new_pack.AHE7bH/_old and 
/var/tmp/diff_new_pack.AHE7bH/_new differ


Reply via email to