forked from pool/autogen
Accepting request 127887 from Base:System
- Fix source URL, this update must reach 12.2 because autogen was generating broken C code that segfaults with fortify source. (forwarded request 127886 from elvigia) OBS-URL: https://build.opensuse.org/request/show/127887 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autogen?expand=0&rev=26
This commit is contained in:
commit
76bab1eeb0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f4c8fbbb072671141a9c499cb07b1274322117d3bd5e80e0bcf82dd5167c7c17
|
|
||||||
size 1050419
|
|
3
autogen-5.16.tar.xz
Normal file
3
autogen-5.16.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8769c74984113628717c903cca66982ce1c38a7eb08ed8982f4188a7b3c6dc92
|
||||||
|
size 940456
|
@ -1,8 +1,6 @@
|
|||||||
Index: doc/mk-agen-texi-in
|
--- doc/mk-agen-texi-in.orig
|
||||||
===================================================================
|
+++ doc/mk-agen-texi-in
|
||||||
--- doc/mk-agen-texi-in.orig 2011-02-03 18:07:54.000000000 +0100
|
@@ -102,9 +102,9 @@ setup_exports()
|
||||||
+++ doc/mk-agen-texi-in 2011-03-09 14:35:50.638982611 +0100
|
|
||||||
@@ -98,9 +98,9 @@ setup_exports()
|
|
||||||
srcdir=`cd @srcdir@ ; pwd`
|
srcdir=`cd @srcdir@ ; pwd`
|
||||||
PATH=${top_builddir}/columns:${PATH}
|
PATH=${top_builddir}/columns:${PATH}
|
||||||
timer=`expr @AG_TIMEOUT@ '*' 5`
|
timer=`expr @AG_TIMEOUT@ '*' 5`
|
||||||
@ -15,20 +13,9 @@ Index: doc/mk-agen-texi-in
|
|||||||
|
|
||||||
eval `egrep '^AG_[A-Z_]*' ${top_srcdir}/VERSION`
|
eval `egrep '^AG_[A-Z_]*' ${top_srcdir}/VERSION`
|
||||||
|
|
||||||
@@ -222,7 +222,7 @@ setup_exports
|
--- autoopts/Makefile.am.orig
|
||||||
sanity_check
|
+++ autoopts/Makefile.am
|
||||||
run_getdefs
|
@@ -133,7 +133,7 @@ INST_SH = autoopts-con
|
||||||
|
|
||||||
-env >&2
|
|
||||||
+${VERBOSE} && env | sort >&2
|
|
||||||
exec 3> ${tmp_dir}/ag.ini
|
|
||||||
cat >&3 <<- _EOF_
|
|
||||||
timeout ${timer}
|
|
||||||
Index: autoopts/Makefile.am
|
|
||||||
===================================================================
|
|
||||||
--- autoopts/Makefile.am.orig 2011-03-08 01:35:12.000000000 +0100
|
|
||||||
+++ autoopts/Makefile.am 2011-03-09 14:50:16.858878038 +0100
|
|
||||||
@@ -120,7 +120,7 @@ INST_SH = autoopts-con
|
|
||||||
|
|
||||||
man_MANS = $(INST_MANS)
|
man_MANS = $(INST_MANS)
|
||||||
m4data_DATA = autoopts.m4
|
m4data_DATA = autoopts.m4
|
||||||
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 14 17:28:10 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Fix source URL, this update must reach 12.2 because
|
||||||
|
autogen was generating broken C code that segfaults
|
||||||
|
with fortify source.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 22 03:55:25 UTC 2012 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 5.16
|
||||||
|
* Changes, many see http://autogen.sourceforge.net/announce.html.
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 30 20:07:43 UTC 2011 - coolo@suse.com
|
Fri Sep 30 20:07:43 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
16
autogen.spec
16
autogen.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package autogen
|
# spec file for package autogen
|
||||||
#
|
#
|
||||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,17 +16,19 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: autogen
|
Name: autogen
|
||||||
BuildRequires: guile-devel libxml2-devel pkg-config
|
BuildRequires: guile-devel
|
||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
|
BuildRequires: libxml2-devel
|
||||||
|
BuildRequires: pkg-config
|
||||||
|
BuildRequires: xz
|
||||||
Summary: Automated Text File Generator
|
Summary: Automated Text File Generator
|
||||||
Version: 5.11.8
|
|
||||||
Release: 2
|
|
||||||
Group: Development/Tools/Building
|
|
||||||
License: GPL-3.0+
|
License: GPL-3.0+
|
||||||
|
Group: Development/Tools/Building
|
||||||
|
Version: 5.16
|
||||||
|
Release: 0
|
||||||
Url: http://autogen.sourceforge.net/
|
Url: http://autogen.sourceforge.net/
|
||||||
Source: http://ftp.gnu.org/gnu/autogen/%{version}/%{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.xz
|
||||||
Patch0: autogen-setfilename.patch
|
Patch0: autogen-setfilename.patch
|
||||||
Patch1: autogen-build_ldpath.patch
|
Patch1: autogen-build_ldpath.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user