Hello community,

here is the log from the commit of package libreiserfs for openSUSE:Factory 
checked in at 2019-08-05 11:18:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libreiserfs (Old)
 and      /work/SRC/openSUSE:Factory/.libreiserfs.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libreiserfs"

Mon Aug  5 11:18:15 2019 rev:23 rq:718598 version:0.3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/libreiserfs/libreiserfs.changes  2014-08-29 
17:42:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libreiserfs.new.4126/libreiserfs.changes        
2019-08-05 11:18:16.498513660 +0200
@@ -1,0 +2,5 @@
+Wed Jul 24 22:48:10 UTC 2019 - antoine.belv...@opensuse.org
+
+- Fix build with gettext 0.20: Add libreiserfs-0.3.0.5-gettext.patch.
+
+-------------------------------------------------------------------

New:
----
  libreiserfs-0.3.0.5-gettext.patch

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

Other differences:
------------------
++++++ libreiserfs.spec ++++++
--- /var/tmp/diff_new_pack.QGPNxv/_old  2019-08-05 11:18:16.994513457 +0200
+++ /var/tmp/diff_new_pack.QGPNxv/_new  2019-08-05 11:18:16.998513456 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libreiserfs
 #
-# Copyright (c) 2014 SUSE LINUX Products 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/
 #
 
 
@@ -22,7 +22,7 @@
 Version:        0.3.0.5
 Release:        0
 Summary:        ReiserFS File System Access Library
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/C and C++
 Source:         
http://ftp.roedu.net/pub/mirrors/ftp.namesys.com/pub/libreiserfs/progsreiserfs-%{version}.tar.bz2
 Source1:        series
@@ -32,6 +32,8 @@
 Patch3:         reiserfs-dal-64bit.diff
 Patch4:         libreiserfs-autoconf-fixups
 Patch5:         libreiserfs-devel-fix
+# PATCH-FIX-UPSTREAM libreiserfs-0.3.0.5-gettext.patch -- Support gettext 0.20
+Patch6:         libreiserfs-0.3.0.5-gettext.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 PreReq:         %install_info_prereq
 BuildRequires:  libtool
@@ -58,8 +60,8 @@
 
 %package -n %lname
 Summary:        ReiserFS File System Access Library
-Group:          System/Libraries
 # added on 2012-05-24
+Group:          System/Libraries
 Obsoletes:      libreiserfs < %version-%release
 Provides:       libreiserfs = %version-%release
 
@@ -117,6 +119,7 @@
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 cp /usr/share/gettext/config.rpath .

++++++ libreiserfs-0.3.0.5-gettext.patch ++++++
diff -up progsreiserfs-0.3.0.5/aclocal.m4.orig progsreiserfs-0.3.0.5/aclocal.m4
diff -up progsreiserfs-0.3.0.5/configure.in.orig 
progsreiserfs-0.3.0.5/configure.in
--- progsreiserfs-0.3.0.5/configure.in.orig     2019-07-25 00:43:48.918008863 
+0200
+++ progsreiserfs-0.3.0.5/configure.in  2019-07-25 00:43:57.350009212 +0200
@@ -108,7 +108,7 @@ AM_PROG_LIBTOOL
 
 dnl Initialize i18n:
 ALL_LINGUAS=""
-AM_GNU_GETTEXT
+AM_GNU_GETTEXT([external])
 CFLAGS="$CFLAGS -DLOCALEDIR=\"\\\"$datadir/locale\\\"\""
 
 dnl if test "$USE_INCLUDED_LIBINTL" = "yes"; then

Reply via email to