Accepting request 808724 from Base:System
- reflect version of shared library in package name: librecode3
- 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.
OBS-URL: https://build.opensuse.org/request/show/808724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/recode?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 25 10:36:06 UTC 2020 - Andreas Vetter <vetter@physik.uni-wuerzburg.de>
|
||||
|
||||
- reflect version of shared library in package name: librecode3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 15:24:20 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- 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 <jengelh@inai.de>
|
||||
|
||||
|
||||
+8
-8
@@ -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
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da1195fce1d1c2887bc32108b4ef4ae09b7bcbe90e87f4f20390c20ca4832508
|
||||
size 2226391
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:46c5828ac6f5fb759ecf98b16a674188d901b84675b0dbbc0afc03c542d3a954
|
||||
size 2210564
|
||||
Reference in New Issue
Block a user