auto-import changelog data from tar-1.13.19-5.src.rpm

Thu May 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.19-5
- Fix build with current autoconf (stricter checking on AC_DEFINE)
- Fix segfault when tarring directories without having read permissions
    (#40802)
This commit is contained in:
cvsdist 2004-09-09 13:05:27 +00:00
parent 15b2e5f41f
commit e1b93c631b
3 changed files with 14 additions and 5 deletions

View File

@ -1 +1 @@
tar-1.13.19.tar.gz tar-1.13.19.tar.bz2

View File

@ -1 +1 @@
ff10ade59f5b312869ffb2f229177e14 tar-1.13.19.tar.gz ca9fcef246d4967e935ad9f48c47898e tar-1.13.19.tar.bz2

View File

@ -1,16 +1,18 @@
Summary: A GNU file archiving program. Summary: A GNU file archiving program.
Name: tar Name: tar
Version: 1.13.19 Version: 1.13.19
Release: 4 Release: 5
Copyright: GPL License: GPL
Group: Applications/Archiving Group: Applications/Archiving
Source: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.gz Source: ftp://ftp.gnu.org/pub/gnu/tar/tar-%{version}.tar.bz2
Patch0: tar-1.13.18-manpage.patch Patch0: tar-1.13.18-manpage.patch
Patch1: tar-1.13.19-I.patch Patch1: tar-1.13.19-I.patch
Patch2: tar-1.13.18-excluded_name.patch Patch2: tar-1.13.18-excluded_name.patch
Patch3: tar-1.13.17-ia64.patch Patch3: tar-1.13.17-ia64.patch
Patch4: tar-1.13.19-ac215.patch
Patch5: tar-1.13.17-fail.patch Patch5: tar-1.13.17-fail.patch
Patch6: tar-1.13.19-nolibrt.patch Patch6: tar-1.13.19-nolibrt.patch
Patch7: tar-1.13.19-error.patch
Prereq: info Prereq: info
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
@ -31,8 +33,10 @@ the rmt package.
%patch0 -p1 -b .manpage %patch0 -p1 -b .manpage
%patch1 -p1 -b .I %patch1 -p1 -b .I
%patch2 -p1 -b .excname %patch2 -p1 -b .excname
%patch4 -p1 -b .ac
%patch5 -p1 -b .fail %patch5 -p1 -b .fail
%patch6 -p1 -b .librt %patch6 -p1 -b .librt
%patch7 -p1 -b .err
%build %build
@ -109,6 +113,11 @@ rm -rf ${RPM_BUILD_ROOT}
%{_infodir}/tar.info* %{_infodir}/tar.info*
%changelog %changelog
* Thu May 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.13.19-5
- Fix build with current autoconf (stricter checking on AC_DEFINE)
- Fix segfault when tarring directories without having read permissions
(#40802)
* Tue Mar 6 2001 Bernhard Rosenkraenzer <bero@redhat.com> * Tue Mar 6 2001 Bernhard Rosenkraenzer <bero@redhat.com>
- Don't depend on librt. - Don't depend on librt.