[bash] Release bash-4.2

Roman Rakus rrakus at fedoraproject.org
Wed Feb 16 09:59:52 UTC 2011


commit 26fa72044c7504f4c989213476665ed8d533ee1b
Author: Roman Rakus <rrakus at redhat.com>
Date:   Wed Feb 16 10:59:24 2011 +0100

    Release bash-4.2
    
    Signed-off-by: Roman Rakus <rrakus at redhat.com>

 .gitignore |    1 +
 bash.spec  |   11 +++++++----
 sources    |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5ede28a..40bdc48 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 bash-4.1.tar.gz
 /bash-4.2-rc2.tar.gz
+/bash-4.2.tar.gz
diff --git a/bash.spec b/bash.spec
index a2fa40e..d80cfd1 100644
--- a/bash.spec
+++ b/bash.spec
@@ -1,4 +1,4 @@
-%define beta_tag rc2
+#% define beta_tag rc2
 %define patchleveltag .0
 %define baseversion 4.2
 %bcond_without tests
@@ -6,11 +6,11 @@
 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}-%{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
@@ -78,7 +78,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
 # none yet
@@ -282,6 +282,9 @@ fi
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Wed Feb 16 2011 Roman Rakus <rrakus at redhat.com> - 4.2.0-1
+- Release bash-4.2
+
 * Mon Feb 14 2011 Roman Rakus <rrakus at redhat.com> - 4.2.0-0.2.rc2
 - Enable system-wide .bash_logout for login shells
 
diff --git a/sources b/sources
index d87b910..42b0157 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-844214d7928f5be3caa46fac177347ce  bash-4.2-rc2.tar.gz
+3fb927c7c33022f1c327f14a81c0d4b0  bash-4.2.tar.gz


More information about the scm-commits mailing list