Hello community,

here is the log from the commit of package rzsz for openSUSE:Factory checked in 
at 2019-07-16 08:41:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rzsz (Old)
 and      /work/SRC/openSUSE:Factory/.rzsz.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rzsz"

Tue Jul 16 08:41:21 2019 rev:5 rq:715357 version:0.12.21~rc

Changes:
--------
--- /work/SRC/openSUSE:Factory/rzsz/rzsz.changes        2018-04-19 
15:32:01.972788832 +0200
+++ /work/SRC/openSUSE:Factory/.rzsz.new.1887/rzsz.changes      2019-07-16 
08:41:27.195038470 +0200
@@ -1,0 +2,7 @@
+Tue Jul  9 20:10:36 UTC 2019 - BenoƮt Monin <benoit.mo...@gmx.fr>
+
+- add lrzsz-0.12.21rc-drop-po-intl.patch:
+  fix build with gettext >= 0.20
+- generate and install translation file manually
+
+-------------------------------------------------------------------

New:
----
  lrzsz-0.12.21rc-drop-po-intl.patch

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

Other differences:
------------------
++++++ rzsz.spec ++++++
--- /var/tmp/diff_new_pack.AmoG4x/_old  2019-07-16 08:41:28.375037737 +0200
+++ /var/tmp/diff_new_pack.AmoG4x/_new  2019-07-16 08:41:28.375037737 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rzsz
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -34,6 +34,7 @@
 Patch8:         lrzsz-0.12.20-null-pointer.patch
 # PATCH-FIX-UPSTREAM fix getopt optstring boo#1076576
 Patch9:         lrzsz-0.12.20-fix-lsz-getopt.patch
+Patch10:        lrzsz-0.12.21rc-drop-po-intl.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 Provides:       lrzsz
@@ -52,6 +53,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 # Missing file
 >> config.rpath
@@ -60,14 +62,19 @@
 # Broken header
 rm -f acconfig.h
 
-
 %build
 autoreconf -fvi
 %configure
 make %{?_smp_mflags}
+# generate translation
+msgfmt -o po/de.mo po/de.po
 
 %install
 %make_install
+
+# install translation
+mkdir -p "%{buildroot}/%{_datarootdir}/locale/de/LC_MESSAGES"
+cp po/de.mo "%{buildroot}/%{_datarootdir}/locale/de/LC_MESSAGES/lrzsz.mo"
 %find_lang lrzsz
 
 # Fix various symlinks

++++++ lrzsz-0.12.21rc-drop-po-intl.patch ++++++
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = lib intl src po man testsuite
+SUBDIRS = lib src man testsuite
 EXTRA_DIST = check.lrzsz COMPATABILITY README.cvs README.isdn4linux \
        README.gettext rpmrc buildrpm systype.in fastcheck.sh README.tests \
        beos-runpiped.c fastcheck.beos
--- a/Makefile.in
+++ b/Makefile.in
@@ -92,7 +92,7 @@ USE_NLS = @USE_NLS@
 VERSION = @VERSION@
 l = @l@
 
-SUBDIRS = lib intl src po man testsuite
+SUBDIRS = lib src man testsuite
 EXTRA_DIST = check.lrzsz COMPATABILITY README.cvs README.isdn4linux    
README.gettext rpmrc buildrpm systype.in fastcheck.sh README.tests      
beos-runpiped.c fastcheck.beos
 
 noinst_SCRIPTS = systype
--- a/configure.in
+++ b/configure.in
@@ -107,7 +107,7 @@ dnl AC_PROG_MAKE_SET included in AM_INIT
 AC_PROG_RANLIB
 AC_ISC_POSIX
 AC_USE_SYSTEM_EXTENSIONS
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
 AC_C_CONST
 AC_C_INLINE
 

Reply via email to