New upstream version 4.1

This commit is contained in:
Roman Rakus 2010-01-04 09:29:31 +00:00
parent f6663bbdd7
commit fd163761ff
3 changed files with 9 additions and 7 deletions

View File

@ -1 +1 @@
bash-4.1-rc1.tar.gz
bash-4.1.tar.gz

View File

@ -1,16 +1,15 @@
%define beta_tag rc1
#% define beta_tag rc1
%define patchleveltag .0
%define baseversion 4.1
Version: %{baseversion}%{?patchleveltag}
Name: bash
Summary: The GNU Bourne Again shell
Release: 0.2.%{beta_tag}%{?dist}
Release: 1%{?dist}
Group: System Environment/Shells
License: GPLv3+
Url: http://www.gnu.org/software/bash
#Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
Source0: ftp://ftp.cwru.edu/pub/bash/%{name}-%{baseversion}-%{beta_tag}.tar.gz
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{baseversion}.tar.gz
# For now there isn't any doc
#Source2: ftp://ftp.gnu.org/gnu/bash/bash-doc-%{version}.tar.gz
@ -67,7 +66,7 @@ This package contains documentation files for %{name}.
%prep
#%setup -q -a 2
%setup -q -n %{name}-%{baseversion}-%{beta_tag}
%setup -q -n %{name}-%{baseversion}
# Official upstream patches
# Other patches
@ -255,6 +254,9 @@ fi
#%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
%changelog
* Mon Jan 04 2010 Roman Rakus <rrakus@redhat.com> - 4.1.0-1
- Upstream 4.1
* Sun Dec 27 2009 Roman Rakus <rrakus@redhat.com> - 4.1-0.2.rc1
- Fixed patch for fuzz=0

View File

@ -1 +1 @@
fc8de7b0c715fe043129c9e347a5658c bash-4.1-rc1.tar.gz
9800d8724815fd84994d9be65ab5e7b8 bash-4.1.tar.gz