auto-import changelog data from make-3.80-1.src.rpm

Sun Nov 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 3.80
This commit is contained in:
cvsdist 2004-09-09 08:14:37 +00:00
parent 6e166d7389
commit d320491ce7
4 changed files with 33 additions and 32 deletions

View File

@ -1 +1 @@
make-3.79.1.tar.gz make-3.80.tar.bz2

View File

@ -1,7 +1,7 @@
--- make-3.79.1/configure.in.jj Fri Jun 23 12:09:41 2000 --- make-3.80/configure.in
+++ make-3.79.1/configure.in Tue Aug 1 16:12:12 2000 +++ make-3.80/configure.in
@@ -75,7 +75,7 @@ AC_MSG_RESULT($ac_cv_check_symbol_$1)])d @@ -91,7 +91,7 @@
if test "$make_cv_file_timestamp_hi_res" = yes; then
# Solaris 2.5.1 needs -lposix4 to get the clock_gettime function. # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function.
# Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4. # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4.
- AC_SEARCH_LIBS(clock_gettime, [rt posix4]) - AC_SEARCH_LIBS(clock_gettime, [rt posix4])
@ -9,14 +9,14 @@
if test "$ac_cv_search_clock_gettime" != no; then if test "$ac_cv_search_clock_gettime" != no; then
AC_DEFINE(HAVE_CLOCK_GETTIME, 1, AC_DEFINE(HAVE_CLOCK_GETTIME, 1,
[Define if you have the clock_gettime function.]) [Define if you have the clock_gettime function.])
--- make-3.79.1/configure.jj Fri Jun 23 12:09:54 2000 --- make-3.80/configure
+++ make-3.79.1/configure Tue Aug 1 16:13:42 2000 +++ make-3.80/configure
@@ -3090,7 +3090,7 @@ else @@ -6794,7 +6794,7 @@
cat conftest.$ac_ext >&5
fi fi
rm -f conftest* rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
-test "$ac_cv_search_clock_gettime" = "no" && for i in rt posix4; do if test "$ac_cv_search_clock_gettime" = no; then
+test "$ac_cv_search_clock_gettime" = "no" && for i in posix4; do - for ac_lib in rt posix4; do
LIBS="-l$i $ac_func_search_save_LIBS" + for ac_lib in posix4; do
cat > conftest.$ac_ext <<EOF LIBS="-l$ac_lib $ac_func_search_save_LIBS"
#line 3097 "configure" cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"

View File

@ -1,13 +1,12 @@
Summary: A GNU tool which simplifies the build process for users. Summary: A GNU tool which simplifies the build process for users.
Name: make Name: make
Epoch: 1 Epoch: 1
Version: 3.79.1 Version: 3.80
Release: 18 Release: 1
License: GPL License: GPL
Group: Development/Tools Group: Development/Tools
Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz Source: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.bz2
Patch: make-3.79.1-noclock_gettime.patch Patch: make-3.79.1-noclock_gettime.patch
Patch1: make-3.79.1-autoconf.patch
Patch2: make-3.79.1-siglist.patch Patch2: make-3.79.1-siglist.patch
Prereq: /sbin/install-info Prereq: /sbin/install-info
Prefix: %{_prefix} Prefix: %{_prefix}
@ -27,13 +26,12 @@ commonly used to simplify the process of installing programs.
%prep %prep
%setup -q %setup -q
%patch -p1 %patch -p1
%patch1 -p1 -b .ac253 #%patch2 -p1
%patch2 -p1 -b .sys_siglist
%build %build
autoreconf -f --install #autoreconf -f --install
%configure %configure
touch .deps/remote-stub.Po # Workaround for broken automake files #touch .deps/remote-stub.Po # Workaround for broken automake files
make %{?_smp_mflags} make %{?_smp_mflags}
make check make check
@ -44,7 +42,7 @@ rm -rf ${RPM_BUILD_ROOT}
pushd ${RPM_BUILD_ROOT} pushd ${RPM_BUILD_ROOT}
ln -sf make .%{_bindir}/gmake ln -sf make .%{_bindir}/gmake
gzip -9nf .%{_infodir}/make.info* #gzip -9nf .%{_infodir}/make.info*
rm -f .%{_infodir}/dir rm -f .%{_infodir}/dir
chmod ug-s .%{_bindir}/* chmod ug-s .%{_bindir}/*
popd popd
@ -70,6 +68,9 @@ fi
%{_infodir}/*.info* %{_infodir}/*.info*
%changelog %changelog
* Sun Nov 30 2003 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 3.80
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> * Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt - rebuilt

View File

@ -1 +1 @@
22ea95c125c7b80e04354d4ee4ae960d make-3.79.1.tar.gz 0bbd1df101bc0294d440471e50feca71 make-3.80.tar.bz2