Hello community,

here is the log from the commit of package autogen for openSUSE:Factory checked 
in at 2013-04-17 17:36:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/autogen (Old)
 and      /work/SRC/openSUSE:Factory/.autogen.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "autogen", Maintainer is "p...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/autogen/autogen.changes  2013-03-04 
17:24:38.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.autogen.new/autogen.changes     2013-04-17 
17:36:33.000000000 +0200
@@ -1,0 +2,9 @@
+Tue Apr 16 11:24:00 CEST 2013 - p...@suse.de
+
+- Update to 5.16.2:
+  * Coverity cleanups
+  * evade Guile issue on BSD platform.
+  * avoid emitting non-error messages to stderr
+- Adapt autogen-build_ldpath.patch to the changed sources.
+
+-------------------------------------------------------------------

Old:
----
  autogen-5.16.tar.xz

New:
----
  autogen-5.16.2.tar.xz

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

Other differences:
------------------
++++++ autogen.spec ++++++
--- /var/tmp/diff_new_pack.bbMkn0/_old  2013-04-17 17:36:36.000000000 +0200
+++ /var/tmp/diff_new_pack.bbMkn0/_new  2013-04-17 17:36:36.000000000 +0200
@@ -26,7 +26,7 @@
 Summary:        Automated Text File Generator
 License:        GPL-3.0+
 Group:          Development/Tools/Building
-Version:        5.16
+Version:        5.16.2
 Release:        0
 Url:            http://autogen.sourceforge.net/
 Source:         %{name}-%{version}.tar.xz

++++++ autogen-5.16.tar.xz -> autogen-5.16.2.tar.xz ++++++
++++ 20055 lines of diff (skipped)

++++++ autogen-build_ldpath.patch ++++++
--- /var/tmp/diff_new_pack.bbMkn0/_old  2013-04-17 17:36:37.000000000 +0200
+++ /var/tmp/diff_new_pack.bbMkn0/_new  2013-04-17 17:36:37.000000000 +0200
@@ -1,20 +1,12 @@
---- doc/mk-agen-texi-in.orig
-+++ doc/mk-agen-texi-in
-@@ -102,9 +102,9 @@ setup_exports()
-   srcdir=`cd @srcdir@ ; pwd`
-   PATH=${top_builddir}/columns:${PATH}
-   timer=`expr @AG_TIMEOUT@ '*' 5`
--  d=`find ${top_builddir}/autoopts -type f -name libopts.a -print`
--  test -f "$d" || die "Cannot locate libopts.a"
--  LIBS="$d ${LIBS}"
-+  d=`find ${top_builddir}/autoopts -type f -name libopts.a -o -name 
libopts.so | head -n 1`
-+  LIBS="-L`dirname \"$d\"` -lopts ${LIBS}"
-+  LD_LIBRARY_PATH="`dirname \"$d\"`:$LD_LIBRARY_PATH"
- 
-   eval `egrep '^AG_[A-Z_]*' ${top_srcdir}/VERSION`
- 
---- autoopts/Makefile.am.orig
-+++ autoopts/Makefile.am
+---
+ autoopts/Makefile.am |    2 +-
+ doc/mk-agen-texi.sh  |    6 +++---
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+Index: autoopts/Makefile.am
+===================================================================
+--- autoopts/Makefile.am.orig  2012-08-11 18:41:23.000000000 +0200
++++ autoopts/Makefile.am       2013-04-16 11:26:51.454797966 +0200
 @@ -133,7 +133,7 @@ INST_SH                   = autoopts-con
  
  man_MANS                  = $(INST_MANS)
@@ -24,3 +16,20 @@
  lib_LTLIBRARIES           = $(INST_LIBS)
  nobase_include_HEADERS    = $(INST_HDRS)
  bin_SCRIPTS               = $(INST_SH)
+Index: doc/mk-agen-texi.sh
+===================================================================
+--- doc/mk-agen-texi.sh.orig   2012-05-13 22:52:48.000000000 +0200
++++ doc/mk-agen-texi.sh        2013-04-16 11:27:17.865173188 +0200
+@@ -91,9 +91,9 @@ setup_exports()
+ 
+   PATH=${top_builddir}/columns:${PATH}
+   timer=`expr ${AG_TIMEOUT} '*' 5`
+-  d=`find ${top_builddir}/autoopts -type f -name libopts.a -print`
+-  test -f "$d" || die "Cannot locate libopts.a"
+-  LIBS="$d ${LIBS}"
++  d=`find ${top_builddir}/autoopts -type f -name libopts.a -o -name 
libopts.so | head -n 1`
++  LIBS="-L`dirname \"$d\"` -lopts ${LIBS}"
++  LD_LIBRARY_PATH="`dirname \"$d\"`:$LD_LIBRARY_PATH"
+ 
+   eval `${EGREP} '^AG_[A-Z_]*' ${top_srcdir}/VERSION`
+ 

++++++ autogen-setfilename.patch ++++++
--- /var/tmp/diff_new_pack.bbMkn0/_old  2013-04-17 17:36:37.000000000 +0200
+++ /var/tmp/diff_new_pack.bbMkn0/_new  2013-04-17 17:36:37.000000000 +0200
@@ -1,7 +1,11 @@
+---
+ doc/autogen.texi |    1 +
+ 1 file changed, 1 insertion(+)
+
 Index: doc/autogen.texi
 ===================================================================
---- doc/autogen.texi.orig      2011-03-08 01:36:31.000000000 +0100
-+++ doc/autogen.texi   2011-03-09 14:33:06.355135652 +0100
+--- doc/autogen.texi.orig      2012-08-11 18:42:47.000000000 +0200
++++ doc/autogen.texi   2013-04-16 11:20:14.285193571 +0200
 @@ -1,4 +1,5 @@
  \input texinfo
 +@setfilename autogen.info

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

Reply via email to