Accepting request 405057 from home:AndreasStieger:branches:Base:System
GNU autogen 5.18.10 OBS-URL: https://build.opensuse.org/request/show/405057 OBS-URL: https://build.opensuse.org/package/show/Base:System/autogen?expand=0&rev=48
This commit is contained in:
parent
2d72a104ab
commit
996b2c83a6
3
autogen-5.18.10.tar.xz
Normal file
3
autogen-5.18.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e248e02c50404ea5c5fc29027d26600f895a9eae7ea5ef851be2c8587abc148
|
||||
size 1017960
|
11
autogen-5.18.10.tar.xz.sig
Normal file
11
autogen-5.18.10.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2
|
||||
|
||||
iQEcBAABAgAGBQJXRLPZAAoJEMnvdt63TudiBLkH+wZrrlSVZqp4nkCkmDSn+OJ+
|
||||
T8PjZ8GOHJNn707/SNdlr8YFpIFbKUq3iFAJUfv/ftGyrQiakoWfKqPnaVOOnzhv
|
||||
3M8D8qyg4OYaZJX5mZtwIqe8b6Jk08d6QxAUaoYY1DIyv8Ot2KUqBqBRvYP0hn3/
|
||||
hmGaDX1j4kqyNwSRTRTgPs7lBspOBdsEYD2DR5EhOO0XlegnaoOMkOeAqaSk04rx
|
||||
M4nZdrB1M0C9dFvTFTTSdOaB2KFFg8FlADfsuojKXGE4njX9ZsczVVUHkSAfZjIK
|
||||
azWBP7ruCYixXY9jT80bX6FSW3aS/HW3LigP95phrLowzB1sHGd+5LDacP67O08=
|
||||
=/AZ1
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7a580a5e18931cb341b255cec2fee2dfd81bea5ddbf0d8ad722703e19aaa405
|
||||
size 1021400
|
@ -1,7 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
Version: GnuPG v2.0.22 (GNU/Linux)
|
||||
|
||||
iEYEABECAAYFAlZk0mkACgkQ2SBMtb+/AiGFPQCgqA96RXnO0G8t+e/sgOfbhRUk
|
||||
ZZIAniRhmrxsmmZf/kv60SCyfWOf7I8W
|
||||
=v3Sx
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 27 18:38:22 UTC 2016 - astieger@suse.com
|
||||
|
||||
- GNU autogen 5.18.10:
|
||||
* NUL terminate CGI definitions text
|
||||
- GNU autogen 5.18.9:
|
||||
* When parsing CGI, do not allow spaces to be lost
|
||||
* In producing usage text, check more rigorously that
|
||||
option "values" are really not flag characters.
|
||||
- GNU autogen 5.18.8:
|
||||
* Ensure testing vars start as unset for testing
|
||||
* happy new year & de-uglifications
|
||||
- update download URL and usptream signing key
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 5 07:10:15 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
BIN
autogen.keyring
BIN
autogen.keyring
Binary file not shown.
12
autogen.spec
12
autogen.spec
@ -18,22 +18,22 @@
|
||||
|
||||
%define libname libopts25
|
||||
Name: autogen
|
||||
Version: 5.18.7
|
||||
Version: 5.18.10
|
||||
Release: 0
|
||||
Summary: Automated Text File Generator
|
||||
License: GPL-3.0+
|
||||
Group: Development/Tools/Building
|
||||
Url: http://autogen.sourceforge.net/
|
||||
Source0: https://ftp.gnu.org/gnu/autogen/%{name}-%{version}.tar.xz
|
||||
Source1: https://ftp.gnu.org/gnu/autogen/%{name}-%{version}.tar.xz.sig
|
||||
Source2: %{name}.keyring
|
||||
Source0: https://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
|
||||
Source1: https://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz.sig
|
||||
Source2: http://savannah.gnu.org/project/memberlist-gpgkeys.php?group=autogen&download=1#/%{name}.keyring
|
||||
Patch1: autogen-build_ldpath.patch
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: guile-devel
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xz
|
||||
# Since shared library and devel package were split, we need to require
|
||||
# libopts-devel untill all depending packages have fixed buildrequires
|
||||
@ -65,8 +65,8 @@ This package contains shared library libopts
|
||||
%package -n libopts-devel
|
||||
Summary: Development files for libopts
|
||||
Group: Development/Languages/C and C++
|
||||
Obsoletes: %{libname}-devel < %{version}-%{release}
|
||||
Requires: %{libname} = %{version}-%{release}
|
||||
Obsoletes: %{libname}-devel < %{version}-%{release}
|
||||
|
||||
%description -n libopts-devel
|
||||
AutoGen is a tool designed for generating program files that contain
|
||||
|
Loading…
Reference in New Issue
Block a user