- Update to 5.16.2:

* Coverity cleanups
  * evade Guile issue on BSD platform.
  * avoid emitting non-error messages to stderr

OBS-URL: https://build.opensuse.org/package/show/Base:System/autogen?expand=0&rev=24
This commit is contained in:
Philipp Thomas 2013-04-16 09:25:24 +00:00 committed by Git OBS Bridge
parent c2e849e773
commit 7a31671763
6 changed files with 26 additions and 23 deletions

3
autogen-5.16.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aa0dd7cab871b8ac9cbabff1693859631a7411bc26da7a5fa4fbb45ba5923e7a
size 945700

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8769c74984113628717c903cca66982ce1c38a7eb08ed8982f4188a7b3c6dc92
size 940456

View File

@ -1,20 +1,11 @@
--- 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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: autoopts/Makefile.am
===================================================================
--- autoopts/Makefile.am.orig 2012-08-11 18:41:23.000000000 +0200
+++ autoopts/Makefile.am 2013-04-16 11:22:38.233788275 +0200
@@ -133,7 +133,7 @@ INST_SH = autoopts-con
man_MANS = $(INST_MANS)

View File

@ -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

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 16 11:24:00 CEST 2013 - pth@suse.de
- Update to 5.16.2:
* Coverity cleanups
* evade Guile issue on BSD platform.
* avoid emitting non-error messages to stderr
-------------------------------------------------------------------
Sat Mar 2 12:05:34 UTC 2013 - seife+obs@b1-systems.com

View File

@ -26,7 +26,7 @@ BuildRequires: xz
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