Hello community,
here is the log from the commit of package gettext-runtime for openSUSE:Factory
checked in at 2013-12-24 20:01:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old)
and /work/SRC/openSUSE:Factory/.gettext-runtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gettext-runtime"
Changes:
--------
gettext-java.changes: same change
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes
2013-10-30 15:31:48.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes
2013-12-24 20:01:28.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Dec 24 08:59:10 UTC 2013 - [email protected]
+
+- avoid testing gnulib copies - we're not interested in bugs in gnulib
+ as we don't use it
+
+-------------------------------------------------------------------
gettext-runtime.changes: same change
New:
----
gettext-dont-test-gnulib.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
gettext-java.spec: same change
++++++ gettext-runtime-mini.spec ++++++
--- /var/tmp/diff_new_pack.mkBu1i/_old 2013-12-24 20:01:29.000000000 +0100
+++ /var/tmp/diff_new_pack.mkBu1i/_new 2013-12-24 20:01:29.000000000 +0100
@@ -61,6 +61,8 @@
Patch2: gettext-0.12.1-gettextize.patch
Patch4: gettext-po-mode.diff
Patch5: gettext-initialize_vars.patch
+# PATCH-FIX-OPENSUSE gettext-dont-test-gnulib.patch -- [email protected]
+Patch6: gettext-dont-test-gnulib.patch
Patch9: gettext-needlessly_init_vars.patch
%description
@@ -116,6 +118,7 @@
%patch2
%patch4
%patch5
+%patch6 -p1
%patch9
%build
gettext-runtime.spec: same change
++++++ gettext-dont-test-gnulib.patch ++++++
Subject: This is not gnulib, so don't test it
From: Stephan Kulow <[email protected]>
Index: gettext-0.18.3.1/gettext-tools/Makefile.am
===================================================================
--- gettext-0.18.3.1.orig/gettext-tools/Makefile.am
+++ gettext-0.18.3.1/gettext-tools/Makefile.am
@@ -19,7 +19,7 @@
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I
libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc
man m4 tests gnulib-tests examples
+SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc
man m4 tests examples
EXTRA_DIST = misc/DISCLAIM
MOSTLYCLEANFILES = core *.stackdump
Index: gettext-0.18.3.1/gettext-tools/Makefile.in
===================================================================
--- gettext-0.18.3.1.orig/gettext-tools/Makefile.in
+++ gettext-0.18.3.1/gettext-tools/Makefile.in
@@ -1551,7 +1551,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies
ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../m4 -I gnulib-m4 -I
libgrep/gnulib-m4 -I libgettextpo/gnulib-m4
-SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc
man m4 tests gnulib-tests examples
+SUBDIRS = doc intl gnulib-lib libgrep src libgettextpo po projects styles misc
man m4 tests examples
# Allow users to use "gnulib-tool --update".
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]