Hello community,

here is the log from the commit of package popt for openSUSE:Factory checked in 
at 2013-06-18 10:20:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/popt (Old)
 and      /work/SRC/openSUSE:Factory/.popt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "popt"

Changes:
--------
--- /work/SRC/openSUSE:Factory/popt/popt.changes        2013-04-17 
23:15:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.popt.new/popt.changes   2013-06-18 
10:20:57.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 14 15:15:49 UTC 2013 - [email protected]
+
+- fix popt-libc-updates.patch to work also with automake 1.13
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ popt-libc-updates.patch ++++++
--- /var/tmp/diff_new_pack.KZ8buG/_old  2013-06-18 10:20:58.000000000 +0200
+++ /var/tmp/diff_new_pack.KZ8buG/_new  2013-06-18 10:20:58.000000000 +0200
@@ -1,3 +1,5 @@
+Index: configure.ac
+===================================================================
 --- configure.ac.orig
 +++ configure.ac
 @@ -21,7 +21,7 @@ AC_SUBST(LT_AGE, 8)
@@ -33,6 +35,8 @@
  
  AM_GNU_GETTEXT([external])
  AM_ICONV_LINK
+Index: system.h
+===================================================================
 --- system.h.orig
 +++ system.h
 @@ -1,10 +1,9 @@
@@ -79,6 +83,8 @@
  #endif
  
  #if !defined(__GNUC__) && !defined(__attribute__)
+Index: Makefile.am
+===================================================================
 --- Makefile.am.orig
 +++ Makefile.am
 @@ -14,7 +14,7 @@ EXTRA_DIST = config.rpath lookup3.c auto
@@ -90,6 +96,17 @@
  
  noinst_HEADERS = poptint.h system.h
  
+@@ -37,7 +37,7 @@ noinst_SCRIPTS = testit.sh
+ TESTS_ENVIRONMENT = \
+ test1="$(top_builddir)/test1"
+ 
+-TESTS = $(top_srcdir)/testit.sh
++TESTS = testit.sh
+ 
+ include_HEADERS = popt.h
+ 
+Index: popt.c
+===================================================================
 --- popt.c.orig
 +++ popt.c
 @@ -197,7 +197,7 @@ poptContext poptGetContext(const char *
@@ -127,6 +144,8 @@
        default:
        return POPT_("unknown error");
      }
+Index: poptconfig.c
+===================================================================
 --- poptconfig.c.orig
 +++ poptconfig.c
 @@ -540,7 +540,7 @@ int poptReadDefaultConfig(poptContext co
@@ -138,6 +157,8 @@
        char * fn = malloc(strlen(home) + 20);
        if (fn != NULL) {
            (void) stpcpy(stpcpy(fn, home), "/.popt");
+Index: poptint.h
+===================================================================
 --- poptint.h.orig
 +++ poptint.h
 @@ -11,6 +11,8 @@

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to