[gcal/f15] Update to 3.6.2-1.

Daiki Ueno ueno at fedoraproject.org
Wed May 16 09:08:46 UTC 2012


commit 10e3c8cc3ee10c2f8d59b53047a3586a5b1b1e56
Author: Daiki Ueno <ueno at unixuser.org>
Date:   Wed May 16 18:08:39 2012 +0900

    Update to 3.6.2-1.

 .gitignore |    1 +
 gcal.spec  |   27 ++++++++++++++++++++-------
 sources    |    2 +-
 3 files changed, 22 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 84225bd..c30025d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /gcal-3.6.tar.xz
 /gcal-man-v3.6.tar.gz
+/gcal-3.6.2.tar.xz
diff --git a/gcal.spec b/gcal.spec
index 41499ed..e0b3e19 100644
--- a/gcal.spec
+++ b/gcal.spec
@@ -1,6 +1,8 @@
+%global gcalmantag 3.6
+
 Name:		gcal
-Version:	3.6
-Release:	3%{?dist}
+Version:	3.6.2
+Release:	1%{?dist}
 Summary:	GNU Gregorian calendar program
 
 Group:		Applications/System
@@ -9,14 +11,18 @@ URL:		http://www.gnu.org/software/gcal/
 Source0:	ftp://ftp.gnu.org/gnu/gcal/%{name}-%{version}.tar.xz
 # The man pages are not shipped in tarball but reside in the git repository.
 # To fetch the man pages, do:
-# $ gcalver=3.6
-# $ git archive --format=tar v${gcalver} -- doc/en/man | \
-#     gzip -c > gcal-man-v${gcalver}.tar.gz
-Source1:	gcal-man-v%{version}.tar.gz
+# $ gcalmantag=3.6
+# $ git archive --format=tar v${gcalmantag} -- doc/en/man | \
+#     gzip -c > gcal-man-v${gcalmantag}.tar.gz
+Source1:	gcal-man-v%{gcalmantag}.tar.gz
 BuildRequires:	gettext
 Requires(post): info
 Requires(preun): info
 
+# Gnulib is granted exception of "no bundled libraries" packaging guideline:
+# https://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries#Packages_granted_exceptions
+Provides: bundled(gnulib)
+
 %description
 Gcal is a program for calculating and printing calendars.  Gcal
 displays hybrid and proleptic Julian and Gregorian calendar sheets.
@@ -58,7 +64,6 @@ fi
 
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc AUTHORS BUGS COPYING LIMITATIONS NEWS README THANKS TODO
 %{_bindir}/gcal
 %{_bindir}/gcal2txt
@@ -69,6 +74,14 @@ fi
 %{_mandir}/man1/*.1*
 
 %changelog
+* Wed May 16 2012 Daiki Ueno <dueno at redhat.com> - 3.6.2-1
+- new upstream release
+- add "Provides: bundled(gnulib)" (#821755)
+- minor cleanup of the spec
+
+* Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
 * Tue May 17 2011 Daiki Ueno <dueno at redhat.com> - 3.6-3
 - add Group: tag
 - use %%optflags when building
diff --git a/sources b/sources
index cad186d..a17abdc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-9172fe05f6d7ab92961ff3247fa880aa  gcal-3.6.tar.xz
+c13e973fe7c1947c65622279c2e000bd  gcal-3.6.2.tar.xz
 9ce5908a3cce954ef0bd1b38aa6f8d6b  gcal-man-v3.6.tar.gz


More information about the scm-commits mailing list