[bzr] 2.5b5

Henrik Nordström hno at fedoraproject.org
Tue Jan 17 21:36:50 UTC 2012


commit f79ddaab0d64e62a478c34849aac5e5bd4585262
Author: Henrik Nordstrom <henrik at henriknordstrom.net>
Date:   Tue Jan 17 22:36:19 2012 +0100

    2.5b5

 .gitignore |    2 ++
 bzr.spec   |   16 ++++++++--------
 sources    |    4 ++--
 3 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b339a60..d83374c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,5 @@ bzr-2.2b4.tar.gz.asc
 /bzr-2.4.1.tar.gz.sig
 /bzr-2.4.2.tar.gz
 /bzr-2.4.2.tar.gz.sig
+/bzr-2.5b5.tar.gz
+/bzr-2.5b5.tar.gz.sig
diff --git a/bzr.spec b/bzr.spec
index ee46e06..11fe3f2 100644
--- a/bzr.spec
+++ b/bzr.spec
@@ -10,17 +10,14 @@
 #   Version: bzr version, add subrelease version here
 #   bzrrc: release candidate version, if any, line starts with % for rc, # for stable releas (no %).
 #   release: rpm subrelease (0.N for rc candidates, N for stable releases)
-%global bzrmajor 2.4
-%global bzrminor .2
-#global bzrrc b5
-%global release 2
-
-# Magics to get the dots in Release string correct per the above
-%global subrelease %{?bzrrc:.}%{?bzrrc}
+%global bzrmajor 2.5
+#global bzrminor .0
+%global bzrrc b5
+%global release 0.1
 
 Name:           bzr
 Version:        %{bzrmajor}%{?bzrminor}
-Release:        %{release}%{?subrelease}%{?dist}
+Release:        %{release}%{?bzrrc:.}%{?bzrrc}%{?dist}
 Summary:        Friendly distributed version control system
 
 Group:          Development/Tools
@@ -136,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc %{_defaultdocdir}/%{name}-doc-%{version}/*
 
 %changelog
+* Tue Jan 17 2012 Henrik Nordstrom <henrik at henriknordstrom.net> - 2.5-0.1.b5
+- 2.5b5 final beta release of bzr 2.5
+
 * Thu Jan 12 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 698f5a1..f41f585 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-cfc06fddd348445c65a247c0b33a05db  bzr-2.4.2.tar.gz
-90294e34a45df20b16be47a32c800c89  bzr-2.4.2.tar.gz.sig
+1e56c85c73c0f830fd5741c0969b1486  bzr-2.5b5.tar.gz
+4c538ebec5030b1edff5fb90927d3274  bzr-2.5b5.tar.gz.sig


More information about the scm-commits mailing list