diff --git a/recode.changes b/recode.changes index 15cb5b4..94e0294 100644 --- a/recode.changes +++ b/recode.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Mon May 25 10:36:06 UTC 2020 - Andreas Vetter + +- reflect version of shared library in package name: librecode3 + +------------------------------------------------------------------- +Thu May 21 15:24:20 UTC 2020 - Bjørn Lie + +- 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. + ------------------------------------------------------------------- Mon Mar 18 14:32:46 UTC 2019 - Jan Engelhardt diff --git a/recode.spec b/recode.spec index 1dfb560..4ca9c09 100644 --- a/recode.spec +++ b/recode.spec @@ -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 @@ Group: Productivity/Text/Convertors 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 @@ This package contains librecode shared library for embedding in 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 diff --git a/recode-3.7.1.tar.gz b/recode-3.7.1.tar.gz deleted file mode 100644 index 265e619..0000000 --- a/recode-3.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da1195fce1d1c2887bc32108b4ef4ae09b7bcbe90e87f4f20390c20ca4832508 -size 2226391 diff --git a/recode-3.7.6.tar.gz b/recode-3.7.6.tar.gz new file mode 100644 index 0000000..baad440 --- /dev/null +++ b/recode-3.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46c5828ac6f5fb759ecf98b16a674188d901b84675b0dbbc0afc03c542d3a954 +size 2210564