[rubygem-chronic] Update to Chronic 0.9.1.

Vít Ondruch vondruch at fedoraproject.org
Fri Mar 8 11:52:47 UTC 2013


commit 63f0d03184c58088d461bd5ec805e60948f3ad54
Author: Vít Ondruch <vondruch at redhat.com>
Date:   Fri Mar 8 12:52:17 2013 +0100

    Update to Chronic 0.9.1.

 .gitignore           |    1 +
 rubygem-chronic.spec |   19 ++++++++-----------
 sources              |    2 +-
 3 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad735c8..93137b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 chronic-0.2.3.gem
 /chronic-0.6.6.gem
+/chronic-0.9.1.gem
diff --git a/rubygem-chronic.spec b/rubygem-chronic.spec
index a39f13d..9262a29 100644
--- a/rubygem-chronic.spec
+++ b/rubygem-chronic.spec
@@ -4,12 +4,12 @@
 
 Summary: A natural language date parser
 Name: rubygem-%{gem_name}
-Version: 0.6.6
-Release: 4%{?dist}
+Version: 0.9.1
+Release: 1%{?dist}
 Group: Development/Languages
 License: MIT
 URL: http://chronic.rubyforge.org/
-Source0: http://gems.rubyforge.org/gems/%{gem_name}-%{version}.gem
+Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
 
 Requires: ruby(release)
 Requires: ruby(rubygems)
@@ -36,9 +36,7 @@ Chronic is a natural language date/time parser written in pure Ruby.
 %build
 
 %install
-
-mkdir -p %{buildroot}%{gem_dir}
-%gem_install -n %{SOURCE0}
+%gem_install -n %{SOURCE0} -d %{buildroot}%{gem_dir}
 
 %check
 pushd %{buildroot}%{gem_instdir}
@@ -47,14 +45,12 @@ popd
 
 
 %files
-%exclude %{gem_instdir}/.gemtest
-%exclude %{gem_instdir}/.gitignore
-%exclude %{gem_instdir}/.yardopts
+%exclude %{gem_instdir}/.*
 %exclude %{gem_instdir}/%{gem_name}.gemspec
 %dir %{gem_instdir}
 %{gem_libdir}
 %doc %{gem_instdir}/LICENSE
-%{gem_cache}
+%exclude %{gem_cache}
 %{gem_spec}
 
 %files doc
@@ -65,8 +61,9 @@ popd
 %{gem_instdir}/test
 
 %changelog
-* Fri Mar 08 2013 Vít Ondruch <vondruch at redhat.com> - 0.6.6-4
+* Fri Mar 08 2013 Vít Ondruch <vondruch at redhat.com> - 0.9.1-1
 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0
+- Update to Chronic 0.9.1.
 
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
diff --git a/sources b/sources
index 5cbc506..1b00912 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e233f017c512f185990050a4bea6c5ed  chronic-0.6.6.gem
+8430ab13eb0d0aa2d82faf98e6eca3e6  chronic-0.9.1.gem


More information about the scm-commits mailing list