SHA256
3
0
forked from pool/automake

Accepting request 18716 from Base:System

Copy from Base:System/automake based on submit request 18716 from user coolo

OBS-URL: https://build.opensuse.org/request/show/18716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/automake?expand=0&rev=15
This commit is contained in:
OBS User autobuild 2009-08-28 15:50:33 +00:00 committed by Git OBS Bridge
parent 06ba3fa26e
commit 935f237788
7 changed files with 41 additions and 30 deletions

View File

@ -12,10 +12,10 @@ Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
tests/specflg10.test | 1 + tests/specflg10.test | 1 +
2 files changed, 7 insertions(+), 0 deletions(-) 2 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/tests/specflg10.test b/tests/specflg10.test Index: automake-1.11/tests/specflg10.test
index 98be12a..efe13f5 100755 ===================================================================
--- a/tests/specflg10.test --- automake-1.11.orig/tests/specflg10.test
+++ b/tests/specflg10.test +++ automake-1.11/tests/specflg10.test
@@ -16,6 +16,7 @@ @@ -16,6 +16,7 @@
# AM_DEFAULT_SOURCE_EXT # AM_DEFAULT_SOURCE_EXT
@ -24,6 +24,3 @@ index 98be12a..efe13f5 100755
. ./defs || Exit 1 . ./defs || Exit 1
set -e set -e
--
1.6.3

View File

@ -1,6 +1,8 @@
--- lib/config.guess Index: lib/config.guess
===================================================================
--- lib/config.guess.orig
+++ lib/config.guess +++ lib/config.guess
@@ -139,6 +139,16 @@ @@ -139,6 +139,16 @@ UNAME_RELEASE=`(uname -r) 2>/dev/null` |
UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
@ -17,7 +19,7 @@
# Note: order is significant - the case branches are not exclusive. # Note: order is significant - the case branches are not exclusive.
case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
@@ -853,13 +863,13 @@ @@ -856,13 +866,13 @@ EOF
if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \
| grep -q __ARM_EABI__ | grep -q __ARM_EABI__
then then
@ -34,7 +36,7 @@
exit ;; exit ;;
cris:Linux:*:*) cris:Linux:*:*)
echo cris-axis-linux-gnu echo cris-axis-linux-gnu
@@ -868,16 +878,16 @@ @@ -871,16 +881,16 @@ EOF
echo crisv32-axis-linux-gnu echo crisv32-axis-linux-gnu
exit ;; exit ;;
frv:Linux:*:*) frv:Linux:*:*)
@ -55,7 +57,7 @@
exit ;; exit ;;
mips:Linux:*:*) mips:Linux:*:*)
eval $set_cc_for_build eval $set_cc_for_build
@@ -900,7 +910,7 @@ @@ -903,7 +913,7 @@ EOF
s: ::g s: ::g
p p
}'`" }'`"
@ -64,7 +66,7 @@
;; ;;
mips64:Linux:*:*) mips64:Linux:*:*)
eval $set_cc_for_build eval $set_cc_for_build
@@ -923,16 +933,16 @@ @@ -926,16 +936,16 @@ EOF
s: ::g s: ::g
p p
}'`" }'`"
@ -85,7 +87,7 @@
exit ;; exit ;;
alpha:Linux:*:*) alpha:Linux:*:*)
case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
@@ -946,7 +956,7 @@ @@ -949,7 +959,7 @@ EOF
esac esac
objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
@ -94,7 +96,7 @@
exit ;; exit ;;
padre:Linux:*:*) padre:Linux:*:*)
echo sparc-unknown-linux-gnu echo sparc-unknown-linux-gnu
@@ -954,34 +964,34 @@ @@ -957,34 +967,34 @@ EOF
parisc:Linux:*:* | hppa:Linux:*:*) parisc:Linux:*:* | hppa:Linux:*:*)
# Look for CPU level # Look for CPU level
case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
@ -138,7 +140,7 @@
exit ;; exit ;;
i*86:Linux:*:*) i*86:Linux:*:*)
# The BFD linker knows what the default object file format is, so # The BFD linker knows what the default object file format is, so
@@ -996,15 +1006,15 @@ @@ -999,15 +1009,15 @@ EOF
p'` p'`
case "$ld_supported_targets" in case "$ld_supported_targets" in
elf32-i386) elf32-i386)
@ -157,7 +159,7 @@
exit ;; exit ;;
esac esac
# Determine whether the default compiler is a.out or elf # Determine whether the default compiler is a.out or elf
@@ -1038,7 +1048,7 @@ @@ -1041,7 +1051,7 @@ EOF
p p
}'`" }'`"
test x"${LIBC}" != x && { test x"${LIBC}" != x && {
@ -166,7 +168,7 @@
exit exit
} }
test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; }
@@ -1063,16 +1073,16 @@ @@ -1066,16 +1076,16 @@ EOF
echo ${UNAME_MACHINE}-pc-os2-emx echo ${UNAME_MACHINE}-pc-os2-emx
exit ;; exit ;;
i*86:XTS-300:*:STOP) i*86:XTS-300:*:STOP)
@ -186,7 +188,7 @@
exit ;; exit ;;
i*86:*DOS:*:*) i*86:*DOS:*:*)
echo ${UNAME_MACHINE}-pc-msdosdjgpp echo ${UNAME_MACHINE}-pc-msdosdjgpp
@@ -1092,7 +1102,7 @@ @@ -1095,7 +1105,7 @@ EOF
*Pentium) UNAME_MACHINE=i586 ;; *Pentium) UNAME_MACHINE=i586 ;;
*Pent*|*Celeron) UNAME_MACHINE=i686 ;; *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
esac esac
@ -195,7 +197,7 @@
exit ;; exit ;;
i*86:*:3.2:*) i*86:*:3.2:*)
if test -f /usr/options/cb.name; then if test -f /usr/options/cb.name; then
@@ -1128,7 +1138,7 @@ @@ -1134,7 +1144,7 @@ EOF
if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4 echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
else # Add other i860-SVR4 vendors below as they are discovered. else # Add other i860-SVR4 vendors below as they are discovered.
@ -204,9 +206,9 @@
fi fi
exit ;; exit ;;
mini*:CTIX:SYS*5:*) mini*:CTIX:SYS*5:*)
@@ -1155,19 +1165,19 @@ @@ -1171,19 +1181,19 @@ EOF
/bin/uname -p 2>/dev/null | grep 86 >/dev/null \ /bin/uname -p 2>/dev/null | /bin/grep pteron >/dev/null \
&& { echo i486-ncr-sysv4; exit; } ;; && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;;
m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
- echo m68k-unknown-lynxos${UNAME_RELEASE} - echo m68k-unknown-lynxos${UNAME_RELEASE}
+ echo m68k-${VENDOR}-lynxos${UNAME_RELEASE} + echo m68k-${VENDOR}-lynxos${UNAME_RELEASE}
@ -228,7 +230,7 @@
exit ;; exit ;;
SM[BE]S:UNIX_SV:*:*) SM[BE]S:UNIX_SV:*:*)
echo mips-dde-sysv${UNAME_RELEASE} echo mips-dde-sysv${UNAME_RELEASE}
@@ -1217,7 +1227,7 @@ @@ -1233,7 +1243,7 @@ EOF
if [ -d /usr/nec ]; then if [ -d /usr/nec ]; then
echo mips-nec-sysv${UNAME_RELEASE} echo mips-nec-sysv${UNAME_RELEASE}
else else
@ -237,7 +239,7 @@
fi fi
exit ;; exit ;;
BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
@@ -1298,13 +1308,13 @@ @@ -1314,13 +1324,13 @@ EOF
else else
UNAME_MACHINE="$cputype" UNAME_MACHINE="$cputype"
fi fi
@ -254,7 +256,7 @@
exit ;; exit ;;
KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
echo pdp10-dec-tops20 echo pdp10-dec-tops20
@@ -1313,16 +1323,16 @@ @@ -1329,16 +1339,16 @@ EOF
echo pdp10-xkl-tops20 echo pdp10-xkl-tops20
exit ;; exit ;;
*:TOPS-20:*:*) *:TOPS-20:*:*)

View File

@ -1,6 +1,8 @@
--- automake.in Index: automake.in
===================================================================
--- automake.in.orig
+++ automake.in +++ automake.in
@@ -7146,12 +7146,14 @@ @@ -7768,12 +7768,14 @@ sub require_file_internal ($$$@)
my $fullfile = "$dir/$file"; my $fullfile = "$dir/$file";
my $found_it = 0; my $found_it = 0;
my $dangling_sym = 0; my $dangling_sym = 0;

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 26 11:27:35 CEST 2009 - coolo@novell.com
- rediff to avoid fuzz
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 10 19:37:24 UTC 2009 - jansimon.moeller@opensuse.org Fri Jul 10 19:37:24 UTC 2009 - jansimon.moeller@opensuse.org

View File

@ -26,7 +26,7 @@ AutoReqProv: on
PreReq: %{install_info_prereq} PreReq: %{install_info_prereq}
Requires: autoconf >= 2.62 Requires: autoconf >= 2.62
Version: 1.11 Version: 1.11
Release: 3 Release: 4
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
Url: http://www.gnu.org/software/automake Url: http://www.gnu.org/software/automake
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 26 11:27:35 CEST 2009 - coolo@novell.com
- rediff to avoid fuzz
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Jul 10 19:37:24 UTC 2009 - jansimon.moeller@opensuse.org Fri Jul 10 19:37:24 UTC 2009 - jansimon.moeller@opensuse.org

View File

@ -26,7 +26,7 @@ AutoReqProv: on
PreReq: %{install_info_prereq} PreReq: %{install_info_prereq}
Requires: autoconf >= 2.62 Requires: autoconf >= 2.62
Version: 1.11 Version: 1.11
Release: 3 Release: 4
Summary: A Program for Automatically Generating GNU-Style Makefile.in Files Summary: A Program for Automatically Generating GNU-Style Makefile.in Files
Url: http://www.gnu.org/software/automake Url: http://www.gnu.org/software/automake
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build