Hello community, here is the log from the commit of package recode for openSUSE:Factory checked in at 2020-05-26 17:19:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/recode (Old) and /work/SRC/openSUSE:Factory/.recode.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "recode" Tue May 26 17:19:13 2020 rev:3 rq:808724 version:3.7.6 Changes: -------- --- /work/SRC/openSUSE:Factory/recode/recode.changes 2019-06-01 09:48:31.951344099 +0200 +++ /work/SRC/openSUSE:Factory/.recode.new.2738/recode.changes 2020-05-26 17:19:31.572001359 +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.qZ1Hxv/_old 2020-05-26 17:19:32.408003156 +0200 +++ /var/tmp/diff_new_pack.qZ1Hxv/_new 2020-05-26 17:19:32.412003165 +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)
