update to 5.18.14
This commit is contained in:
parent
747e290234
commit
53d27709e7
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
/autogen-5.18.12.tar.xz
|
/autogen-5.18.14.tar.xz
|
||||||
|
@ -1,12 +0,0 @@
|
|||||||
diff -up autogen-5.18.12/pkg/libopts/mklibsrc.sh.verifyh autogen-5.18.12/pkg/libopts/mklibsrc.sh
|
|
||||||
--- autogen-5.18.12/pkg/libopts/mklibsrc.sh.verifyh 2015-10-03 19:39:47.000000000 +0200
|
|
||||||
+++ autogen-5.18.12/pkg/libopts/mklibsrc.sh 2017-03-07 11:35:23.952528880 +0100
|
|
||||||
@@ -42,7 +42,7 @@ files='libopts.c gettext.h parse-duratio
|
|
||||||
fgrep '#include' libopts.c | \
|
|
||||||
sed -e 's,"$,,;s,#.*",,' )
|
|
||||||
|
|
||||||
-for f in ${files} intprops.h
|
|
||||||
+for f in ${files} intprops.h verify.h
|
|
||||||
do
|
|
||||||
test -f ${f} &&
|
|
||||||
cp -f ${f} ${tagd}/${f} && continue
|
|
@ -1,6 +1,6 @@
|
|||||||
Summary: Automated text file generator
|
Summary: Automated text file generator
|
||||||
Name: autogen
|
Name: autogen
|
||||||
Version: 5.18.12
|
Version: 5.18.14
|
||||||
Release: 9%{?dist}
|
Release: 9%{?dist}
|
||||||
# Some files are licensed under GPLv2+.
|
# Some files are licensed under GPLv2+.
|
||||||
# We redistribute them under GPLv3+.
|
# We redistribute them under GPLv3+.
|
||||||
@ -11,8 +11,6 @@ Source0: ftp://ftp.gnu.org/gnu/autogen/rel%{version}/%{name}-%{version}.tar.xz
|
|||||||
|
|
||||||
# Fix multilib conflicts
|
# Fix multilib conflicts
|
||||||
Patch0: autogen-multilib.patch
|
Patch0: autogen-multilib.patch
|
||||||
# Include verify.h in libopts tear-off tarball
|
|
||||||
Patch1: autogen-verifyh.patch
|
|
||||||
|
|
||||||
Requires: %{name}-libopts%{?_isa} = %{version}-%{release}
|
Requires: %{name}-libopts%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
@ -59,14 +57,13 @@ This package contains development files for libopts.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .multilib
|
%patch0 -p1 -b .multilib
|
||||||
%patch1 -p1 -b .verifyh
|
|
||||||
|
|
||||||
# Disable failing test
|
# Disable failing test
|
||||||
sed -i 's|errors.test||' autoopts/test/Makefile.in
|
sed -i 's|errors.test||' autoopts/test/Makefile.in
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Static libraries are needed to run test-suite.
|
# Static libraries are needed to run test-suite.
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -Wno-format-contains-nul"
|
export CFLAGS="$RPM_OPT_FLAGS -Wno-implicit-fallthrough -Wno-format-overflow"
|
||||||
%configure
|
%configure
|
||||||
|
|
||||||
# Omit unused direct shared library dependencies.
|
# Omit unused direct shared library dependencies.
|
||||||
|
Loading…
Reference in New Issue
Block a user