Hello community,

here is the log from the commit of package recode for openSUSE:Leap:15.2 
checked in at 2020-05-28 20:09:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/recode (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.recode.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "recode"

Thu May 28 20:09:34 2020 rev:2 rq:809178 version:3.7.6

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/recode/recode.changes  2020-01-15 
15:55:56.931684070 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.recode.new.3606/recode.changes        
2020-05-28 20:09:34.902896406 +0200
@@ -1,0 +2,26 @@
+Mon May 25 10:36:06 UTC 2020 - Andreas Vetter <[email protected]>
+
+- reflect version of shared library in package name: librecode3
+
+-------------------------------------------------------------------
+Thu May 21 15:24:20 UTC 2020 - Bjørn Lie <[email protected]>
+
+- Update to version 3.7.6:
+  * Improvements to the build system.
+- Changes from version 3.7.5:
+  * Port tests to Python 3.
+- Changes from version 3.7.4:
+  * Fixes to file handling in enchant program.
+  * Fix tests on Windows.
+- Changes from version 3.7.3:
+  * No code changes to recode itself; this release features a
+    properly versioned shared library.
+- Changes from version 3.7.2:
+  * No code changes to recode itself; this release includes updates
+    to license headers to guide users to the GPL online, corrects
+    the version of COPYING-LIB shipped with the sources, and
+    updates the message files for various languages.
+- Replace python and python-Cython for their py3 variants following
+  upstreams port.
+
+-------------------------------------------------------------------

Old:
----
  recode-3.7.1.tar.gz

New:
----
  recode-3.7.6.tar.gz

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

Other differences:
------------------
++++++ recode.spec ++++++
--- /var/tmp/diff_new_pack.0ewR3W/_old  2020-05-28 20:09:35.214897335 +0200
+++ /var/tmp/diff_new_pack.0ewR3W/_new  2020-05-28 20:09:35.214897335 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package recode
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define          libname lib%{name}0
+%define          libname lib%{name}3
 Name:           recode
-Version:        3.7.1
+Version:        3.7.6
 Release:        0
 Summary:        Character Set Converter
 License:        GPL-3.0-or-later AND LGPL-2.1-or-later
@@ -26,8 +26,8 @@
 URL:            https://github.com/rrthomas/recode
 Source:         
https://github.com/rrthomas/recode/releases/download/v%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  flex
-BuildRequires:  python
-BuildRequires:  python-Cython
+BuildRequires:  python3
+BuildRequires:  python3-Cython
 Requires(post): %{install_info_prereq}
 Requires(preun): %{install_info_prereq}
 
@@ -56,15 +56,15 @@
 other applications.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 #autoreconf -fiv
 %configure --disable-static
-make %{?_smp_mflags}
+%make_build
 
 %check
-make %{?_smp_mflags} check
+%make_build check
 
 %install
 %make_install

++++++ recode-3.7.1.tar.gz -> recode-3.7.6.tar.gz ++++++
++++ 54097 lines of diff (skipped)


Reply via email to