Accepting request 308252 from Base:System
- No longer call autoreconf (forwarded request 308251 from Andreas_Schwab) OBS-URL: https://build.opensuse.org/request/show/308252 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/autogen?expand=0&rev=35
This commit is contained in:
commit
a35d26fbaa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7fbaff0c25035aee5b96913de2c83d9a5cc973b8dc08d6b7489ecbcfd72eb84b
|
||||
size 1017936
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v1.4.12 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlQCD+MACgkQ2SBMtb+/AiEFWQCgvOLX9VQi6Yuni2cI9nmeIElP
|
||||
2JcAoJH3XTUXdLujuZvjK6NsPvORaqMI
|
||||
=KeoS
|
||||
-----END PGP SIGNATURE-----
|
3
autogen-5.18.5.tar.xz
Normal file
3
autogen-5.18.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d21f4bc972645fd84c50012e85f8797c069a0de4929305472606c3659389679
|
||||
size 1023840
|
7
autogen-5.18.5.tar.xz.sig
Normal file
7
autogen-5.18.5.tar.xz.sig
Normal file
@ -0,0 +1,7 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlVE7IMACgkQ2SBMtb+/AiH8+QCdF1mVyWYDEK/5/GMZ9HpOHpIe
|
||||
KUAAoIgwzyCibmBtktlx8nGUaehovkWD
|
||||
=Jyzt
|
||||
-----END PGP SIGNATURE-----
|
@ -3,19 +3,6 @@
|
||||
doc/mk-agen-texi.sh | 6 +++---
|
||||
2 files changed, 4 insertions(+), 4 deletions(-)
|
||||
|
||||
Index: autoopts/Makefile.am
|
||||
===================================================================
|
||||
--- autoopts/Makefile.am.orig
|
||||
+++ autoopts/Makefile.am
|
||||
@@ -164,7 +164,7 @@ INST_SH = autoopts-con
|
||||
|
||||
man_MANS = $(INST_MANS)
|
||||
m4data_DATA = autoopts.m4
|
||||
-nobase_data_DATA = $(INST_PKGCFG)
|
||||
+pkgconfig_DATA = $(INST_PKGCFG)
|
||||
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
|
||||
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 15:05:12 UTC 2015 - schwab@suse.de
|
||||
|
||||
- No longer call autoreconf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 21 13:47:09 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update info files dependencies
|
||||
- Refresh partially upstreamed autogen-build_ldpath.patch
|
||||
- Update to 5.18.5
|
||||
* Guile 1.6 is now obsolete. 1.7/8 or newer from now on.
|
||||
Fixed issues with Guile managed locale string processing.
|
||||
(It keeps getting better and better all the time and I
|
||||
must keep adjusting over and over all the time.)
|
||||
* more Guile-config somersaults
|
||||
config/misc.def: sometimes, "pkg-config --cflags-only-I" yields
|
||||
multiple directories for Guile and that incantation is the only
|
||||
way to find libguile/version.h and that header is the only way
|
||||
to determine the micro version and the micro version is the best
|
||||
way to check for certain types of breakage. (Testing is too
|
||||
convoluted.)
|
||||
* for-each handler functions may now be able to free (or not)
|
||||
the file text via the "handler-frees" attribute.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 2 15:38:31 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: autogen
|
||||
Version: 5.18.4
|
||||
Version: 5.18.5
|
||||
Release: 0
|
||||
Summary: Automated Text File Generator
|
||||
License: GPL-3.0+
|
||||
@ -34,7 +34,8 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: xz
|
||||
Requires(pre): %{install_info_prereq}
|
||||
Requires(post): %{install_info_prereq}
|
||||
Requires(postun): %{install_info_prereq}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -49,7 +50,6 @@ that must be kept synchronized in parallel tables.
|
||||
%patch1
|
||||
|
||||
%build
|
||||
autoreconf -fi
|
||||
%configure \
|
||||
--disable-static \
|
||||
--with-pic
|
||||
@ -76,6 +76,7 @@ make %{?_smp_mflags} check
|
||||
%{_bindir}/*
|
||||
%{_includedir}/*
|
||||
%{_libdir}/lib*
|
||||
%{_libdir}/autogen
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_mandir}/man?/*.gz
|
||||
%{_datadir}/aclocal/*
|
||||
|
Loading…
Reference in New Issue
Block a user