[calendar/f15] Must increment release number regardless of cvstag

David Cantrell dcantrel at fedoraproject.org
Fri Jun 3 14:32:08 UTC 2011


commit 0f86523962024a18afeabe39b9e8ee0d55f4c37e
Author: David Cantrell <dcantrel at dado.bos.redhat.com>
Date:   Fri Jun 3 10:25:56 2011 -0400

    Must increment release number regardless of cvstag

 calendar.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/calendar.spec b/calendar.spec
index 88f6cac..25cefe5 100644
--- a/calendar.spec
+++ b/calendar.spec
@@ -3,7 +3,7 @@
 Summary: Reminder utility
 Name:    calendar
 Version: 1.26
-Release: 1.%{alphatag}%{?dist}
+Release: 3.%{alphatag}%{?dist}
 License: BSD
 Group:   Applications/Productivity
 URL:     http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/calendar
@@ -62,6 +62,9 @@ rm -rf %{buildroot}
 %{_datadir}/calendar
 
 %changelog
+* Fri Jun 02 2011 David Cantrell <dcantrell at redhat.com> - 1.26-3.20110531cvs
+- Must increment release number regardless of cvstag
+
 * Tue May 31 2011 David Cantrell <dcantrell at redhat.com> - 1.26-1.20110531cvs
 - Upgraded to calendar source from OpenBSD 4.9 (corrects two dates)
 - Require cpp (#708609)


More information about the scm-commits mailing list