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