Accepting request 171044 from Base:System
Update to 5.16.2 OBS-URL: https://build.opensuse.org/request/show/171044 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autogen?expand=0&rev=29
This commit is contained in:
commit
c9480d8876
3
autogen-5.16.2.tar.xz
Normal file
3
autogen-5.16.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa0dd7cab871b8ac9cbabff1693859631a7411bc26da7a5fa4fbb45ba5923e7a
|
||||
size 945700
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8769c74984113628717c903cca66982ce1c38a7eb08ed8982f4188a7b3c6dc92
|
||||
size 940456
|
@ -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`
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- Adapt autogen-build_ldpath.patch to the changed sources.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 2 12:05:34 UTC 2013 - seife+obs@b1-systems.com
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user