[calendar] Must increment release number regardless of cvstag

David Cantrell dcantrel at fedoraproject.org
Fri Jun 3 15:04:58 UTC 2011


commit 7a72326f7e676764f5019f6850edc4b4e704385f
Author: David Cantrell <dcantrell at redhat.com>
Date:   Fri Jun 3 10:58:46 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