commit recode for openSUSE:Factory

2020-08-16 Thread root
Hello community,

here is the log from the commit of package recode for openSUSE:Factory checked 
in at 2020-08-16 20:27:42

Comparing /work/SRC/openSUSE:Factory/recode (Old)
 and  /work/SRC/openSUSE:Factory/.recode.new.3399 (New)


Package is "recode"

Sun Aug 16 20:27:42 2020 rev:4 rq:826891 version:3.7.7

Changes:

--- /work/SRC/openSUSE:Factory/recode/recode.changes2020-05-26 
17:19:31.572001359 +0200
+++ /work/SRC/openSUSE:Factory/.recode.new.3399/recode.changes  2020-08-16 
20:27:44.778113754 +0200
@@ -1,0 +2,7 @@
+Sat Aug 15 20:56:49 UTC 2020 - Dirk Mueller 
+
+- update to 3.7.7
+  + Improvements to the build system.
+  + Updates to nl, pt, sv translations (thanks, translators!).
+
+---

Old:

  recode-3.7.6.tar.gz

New:

  recode-3.7.7.tar.gz



Other differences:
--
++ recode.spec ++
--- /var/tmp/diff_new_pack.w65kUV/_old  2020-08-16 20:27:45.418114108 +0200
+++ /var/tmp/diff_new_pack.w65kUV/_new  2020-08-16 20:27:45.422114111 +0200
@@ -18,7 +18,7 @@
 
 %define  libname lib%{name}3
 Name:   recode
-Version:3.7.6
+Version:3.7.7
 Release:0
 Summary:Character Set Converter
 License:GPL-3.0-or-later AND LGPL-2.1-or-later

++ recode-3.7.6.tar.gz -> recode-3.7.7.tar.gz ++
 7954 lines of diff (skipped)




commit recode for openSUSE:Factory

2020-05-26 Thread root
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.changes2019-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 
+
+- 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.
+
+---

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)




commit recode for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package recode for openSUSE:Factory checked 
in at 2019-06-01 09:48:30

Comparing /work/SRC/openSUSE:Factory/recode (Old)
 and  /work/SRC/openSUSE:Factory/.recode.new.5148 (New)


Package is "recode"

Sat Jun  1 09:48:30 2019 rev:2 rq:705918 version:3.7.1

Changes:

--- /work/SRC/openSUSE:Factory/recode/recode.changes2019-05-07 
23:15:37.884485461 +0200
+++ /work/SRC/openSUSE:Factory/.recode.new.5148/recode.changes  2019-06-01 
09:48:31.951344099 +0200
@@ -1,0 +2,6 @@
+Mon Mar 18 14:32:46 UTC 2019 - Jan Engelhardt 
+
+- Remove --with-pic (useless in the face of --disable-static).
+- Proper Group: tag for librecode.
+
+---



Other differences:
--
++ recode.spec ++
--- /var/tmp/diff_new_pack.I2Fif9/_old  2019-06-01 09:48:32.439343933 +0200
+++ /var/tmp/diff_new_pack.I2Fif9/_new  2019-06-01 09:48:32.443343931 +0200
@@ -33,6 +33,7 @@
 
 %description
 Recode converts files between various character sets.
+It supports conversion to and from HTML entities as well.
 
 %package  devel
 Summary:Character Set Converter
@@ -46,7 +47,7 @@
 %package -n %{libname}
 Summary:Recode shared library
 License:GPL-3.0-or-later AND LGPL-2.1-or-later
-Group:  Productivity/Text/Convertors
+Group:  System/Libraries
 
 %description -n %{libname}
 Recode converts files between various character sets.
@@ -59,7 +60,7 @@
 
 %build
 #autoreconf -fiv
-%configure --with-pic --disable-static
+%configure --disable-static
 make %{?_smp_mflags}
 
 %check




commit recode for openSUSE:Factory

2013-03-11 Thread h_root
Hello community,

here is the log from the commit of package recode for openSUSE:Factory checked 
in at 2013-03-11 10:00:27

Comparing /work/SRC/openSUSE:Factory/recode (Old)
 and  /work/SRC/openSUSE:Factory/.recode.new (New)


Package is recode, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/recode/recode.changes2012-06-06 
18:03:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.recode.new/recode.changes   2013-03-11 
10:00:27.0 +0100
@@ -1,0 +2,10 @@
+Wed Mar  6 15:32:44 UTC 2013 - seife+...@b1-systems.com
+
+- fix build with automake 1.13.1
+
+---
+Fri Feb  1 12:03:13 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ recode.spec ++
--- /var/tmp/diff_new_pack.g6K8HV/_old  2013-03-11 10:00:30.0 +0100
+++ /var/tmp/diff_new_pack.g6K8HV/_new  2013-03-11 10:00:30.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package recode
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,6 +18,8 @@
 
 Name:   recode
 BuildRequires:  libtool
+# it looks like automake-1.13.1 now also needs makeinfo installed...
+BuildRequires:  makeinfo
 # bug437293
 %ifarch ppc64
 Obsoletes:  recode-64bit
@@ -26,7 +28,7 @@
 Version:3.6
 Release:0
 Summary:Character Set Converter
-License:GPL-2.0+ ; LGPL-2.1+
+License:GPL-2.0+ and LGPL-2.1+
 Group:  Productivity/Text/Convertors
 Url:http://recode.progiciels-bpi.ca/
 Source: ftp://ftp.gnu.org/pub/old-gnu/recode/recode-%{version}.tar.gz
@@ -87,6 +89,8 @@
 cp -v %{S:1} i18n/cs.po
 rm m4/{lcmessage.m4,libtool.m4}
 rm acinclude.m4
+# new autoconf-1.13.1 removed old macro
+sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in
 
 %build
 autoreconf -fiv

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit recode for openSUSE:Factory

2012-06-06 Thread h_root
Hello community,

here is the log from the commit of package recode for openSUSE:Factory checked 
in at 2012-06-06 18:02:55

Comparing /work/SRC/openSUSE:Factory/recode (Old)
 and  /work/SRC/openSUSE:Factory/.recode.new (New)


Package is recode, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/recode/recode.changes2012-02-14 
19:07:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.recode.new/recode.changes   2012-06-06 
18:03:03.0 +0200
@@ -1,0 +2,5 @@
+Wed Jun  6 16:01:50 CEST 2012 - meiss...@suse.de
+
+- fix build with new automake
+
+---

New:

  recode-3.6-automake.patch



Other differences:
--
++ recode.spec ++
--- /var/tmp/diff_new_pack.nGjwSN/_old  2012-06-06 18:03:04.0 +0200
+++ /var/tmp/diff_new_pack.nGjwSN/_new  2012-06-06 18:03:04.0 +0200
@@ -40,6 +40,7 @@
 Patch5: recode-%{version}-memleak.patch
 Patch6: recode-3.6-fix-flex-m4.patch
 Patch7: recode-3.6-segfault.patch
+Patch8: recode-3.6-automake.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 PreReq: %install_info_prereq
 
@@ -82,6 +83,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p0
+%patch8 -p1
 cp -v %{S:1} i18n/cs.po
 rm m4/{lcmessage.m4,libtool.m4}
 rm acinclude.m4

++ recode-3.6-automake.patch ++
Index: recode-3.6/configure.in
===
--- recode-3.6.orig/configure.in
+++ recode-3.6/configure.in
@@ -15,7 +15,7 @@ AC_MINIX
 AM_PROG_LIBTOOL
 
 AC_ISC_POSIX
-AM_C_PROTOTYPES
+dnl AM_C_PROTOTYPES
 AC_C_CONST
 AC_C_INLINE
 ad_AC_PROG_FLEX
Index: recode-3.6/src/Makefile.am
===
--- recode-3.6.orig/src/Makefile.am
+++ recode-3.6/src/Makefile.am
@@ -17,7 +17,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 # 02111-1307, USA.
 
-AUTOMAKE_OPTIONS = gnits ansi2knr
+AUTOMAKE_OPTIONS = gnits
 bin_PROGRAMS = recode
 lib_LTLIBRARIES = librecode.la
 man_MANS = recode.1
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit recode for openSUSE:Factory

2012-02-14 Thread h_root
Hello community,

here is the log from the commit of package recode for openSUSE:Factory checked 
in at 2012-02-14 19:07:03

Comparing /work/SRC/openSUSE:Factory/recode (Old)
 and  /work/SRC/openSUSE:Factory/.recode.new (New)


Package is recode, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/recode/recode.changes2011-12-21 
10:03:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.recode.new/recode.changes   2012-02-14 
19:07:05.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 13 10:54:26 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+---



Other differences:
--
++ recode.spec ++
--- /var/tmp/diff_new_pack.LmSV3u/_old  2012-02-14 19:07:06.0 +0100
+++ /var/tmp/diff_new_pack.LmSV3u/_new  2012-02-14 19:07:06.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package recode
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,8 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   recode
-License:GPLv2+ ; LGPLv2.1+
-Group:  Productivity/Text/Convertors
 BuildRequires:  libtool
 # bug437293
 %ifarch ppc64
@@ -28,8 +24,10 @@
 %endif
 #
 Version:3.6
-Release:646
+Release:0
 Summary:Character Set Converter
+License:GPL-2.0+ ; LGPL-2.1+
+Group:  Productivity/Text/Convertors
 Url:http://recode.progiciels-bpi.ca/
 Source: ftp://ftp.gnu.org/pub/old-gnu/recode/recode-%{version}.tar.gz
 Source1:cs_recode.po
@@ -55,8 +53,8 @@
 Francois Pinard pin...@iro.umontreal.ca
 
 %package  devel
-License:LGPLv2.1+
 Summary:Character Set Converter
+License:LGPL-2.1+
 Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 # bug437293

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit recode for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package recode for openSUSE:Factory checked 
in at 2011-12-21 10:03:31

Comparing /work/SRC/openSUSE:Factory/recode (Old)
 and  /work/SRC/openSUSE:Factory/.recode.new (New)


Package is recode, Maintainer is sbra...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/recode/recode.changes2011-09-23 
12:44:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.recode.new/recode.changes   2011-12-21 
10:03:33.0 +0100
@@ -1,0 +2,10 @@
+Thu Dec 15 20:11:48 UTC 2011 - a...@suse.de
+
+- Fix source URL.
+
+---
+Wed Nov 23 12:47:05 UTC 2011 - co...@suse.com
+
+- add libtool as buildrequire to avoid implicit dependency
+
+---

Old:

  recode-3.6.tar.bz2

New:

  recode-3.6.tar.gz



Other differences:
--
++ recode.spec ++
--- /var/tmp/diff_new_pack.Dr7moN/_old  2011-12-21 10:03:34.0 +0100
+++ /var/tmp/diff_new_pack.Dr7moN/_new  2011-12-21 10:03:34.0 +0100
@@ -1,5 +1,5 @@
 #
-# spec file for package recode (Version 3.6)
+# spec file for package recode
 #
 # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
@@ -21,7 +21,7 @@
 Name:   recode
 License:GPLv2+ ; LGPLv2.1+
 Group:  Productivity/Text/Convertors
-AutoReqProv:on
+BuildRequires:  libtool
 # bug437293
 %ifarch ppc64
 Obsoletes:  recode-64bit
@@ -31,7 +31,7 @@
 Release:646
 Summary:Character Set Converter
 Url:http://recode.progiciels-bpi.ca/
-Source: ftp://ftp.gnu.org/pub/gnu/recode/recode-%{version}.tar.bz2
+Source: ftp://ftp.gnu.org/pub/old-gnu/recode/recode-%{version}.tar.gz
 Source1:cs_recode.po
 Source2:baselibs.conf
 Patch0: recode-%{version}.patch

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org