Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package unpaper for openSUSE:Factory checked 
in at 2022-05-05 23:07:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unpaper (Old)
 and      /work/SRC/openSUSE:Factory/.unpaper.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unpaper"

Thu May  5 23:07:00 2022 rev:20 rq:975084 version:7.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/unpaper/unpaper.changes  2015-04-10 
09:52:54.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.unpaper.new.1538/unpaper.changes        
2022-05-05 23:07:36.389648159 +0200
@@ -1,0 +2,15 @@
+Thu May  5 07:17:40 UTC 2022 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to version 7.0.0:
+ * Tests now compare a golden file by counting the bytes that differ
+   between it and the result. This allows non-byte-perfect
+   calculations to be executed and still not fail the tests. This is
+   required as fused multiply-add instructions can increase precision
+   and thus deviate from the base C code, when using floating-point
+   arithmetic.
+ * Build is now provided by Meson, replacing the Autotools based
+   build system introduced in 0.4, 10?? years ago.
+ * Compatibility expanded to ffmpeg-5, which is the current widely
+   available release.
+
+-------------------------------------------------------------------

Old:
----
  unpaper-6.1.tar.xz

New:
----
  unpaper-7.0.0.tar.xz

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

Other differences:
------------------
++++++ unpaper.spec ++++++
--- /var/tmp/diff_new_pack.c4sBcQ/_old  2022-05-05 23:07:37.885650026 +0200
+++ /var/tmp/diff_new_pack.c4sBcQ/_new  2022-05-05 23:07:37.889650031 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unpaper
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,23 +12,26 @@
 # 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/
 #
 
 
 Name:           unpaper
+Version:        7.0.0
+Release:        0
 Summary:        Post-Processing Tool for Scanned Text Pages
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Productivity/Graphics/Other
-Version:        6.1
-Release:        0
-Url:            https://www.flameeyes.eu/projects/unpaper
+URL:            https://www.flameeyes.eu/projects/unpaper
 Source:         https://www.flameeyes.eu/files/%{name}-%{version}.tar.xz
+BuildRequires:  %{python_module Sphinx >= 3.4}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  libavcodec-devel
 BuildRequires:  libavformat-devel
 BuildRequires:  libavutil-devel
 BuildRequires:  libxslt-tools
-BuildRequires:  pkg-config
+BuildRequires:  meson
+BuildRequires:  pkgconfig
 
 %description
 The unpaper command line tool helps with post-processing scanned text
@@ -40,16 +43,14 @@
 %setup -q
 
 %build
-%configure --docdir=%{_docdir}/%{name}
-make %{?_smp_mflags}
+%meson
+%meson_build
 
 %install
-make DESTDIR=%{buildroot} install
+%meson_install
 
 %files
-%defattr(-, root, root)
-%{_docdir}/%{name}
-%{_bindir}/*
-%{_mandir}/man1/%{name}.1.gz
+%{_bindir}/unpaper
+%{_mandir}/man1/unpaper.1%{?ext_man}
 
 %changelog

++++++ unpaper-6.1.tar.xz -> unpaper-7.0.0.tar.xz ++++++
++++ 31277 lines of diff (skipped)

Reply via email to