[rubygem-rdiscount] update to 2.0.7

Gerd Pokorra gerd at fedoraproject.org
Thu Feb 7 10:49:11 UTC 2013


commit 019f8a06f38b5a96d41857015fb5f8c30e036d6c
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Thu Feb 7 11:30:09 2013 +0100

    update to 2.0.7

 .gitignore             |    1 +
 rubygem-rdiscount.spec |   15 +++++++++------
 sources                |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c1ca11c..614e412 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 rdiscount-1.6.3.2.gem
+/rdiscount-2.0.7.gem
diff --git a/rubygem-rdiscount.spec b/rubygem-rdiscount.spec
index 2ea4dd0..9015ea4 100644
--- a/rubygem-rdiscount.spec
+++ b/rubygem-rdiscount.spec
@@ -1,17 +1,15 @@
-# Generated from rdiscount-1.6.3.2.gem by gem2rpm -*- rpm-spec -*-
-
-
 %global gem_name rdiscount
 
 Summary: Fast Implementation of Gruber's Markdown in C
 Name: rubygem-%{gem_name}
-Version: 1.6.3.2
-Release: 8%{?dist}
+Version: 2.0.7
+Release: 1%{?dist}
 Group: Development/Languages
 License: ASL 1.1
 URL: http://github.com/rtomayko/rdiscount
 Source0: http://rubygems.org/gems/%{gem_name}-%{version}.gem
-Requires: ruby(abi) = 1.9.1
+Requires: ruby(release) >= 1.9.3
+#Requires: ruby(abi) = 1.9.1
 Requires: ruby(rubygems)
 BuildRequires: rubygems-devel
 BuildRequires: ruby-devel
@@ -78,6 +76,7 @@ popd
 %dir %{gem_instdir}
 %{gem_instdir}/bin/
 %{gem_libdir}/
+%doc %{gem_instdir}/BUILDING
 %doc %{gem_instdir}/COPYING
 %doc %{gem_instdir}/README.markdown
 %{gem_cache}
@@ -98,6 +97,10 @@ popd
 
 
 %changelog
+* Thu Feb 07 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> - 2.0.7-1
+- Update to 2.0.7
+- Add file BUIlDING
+
 * Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.3.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index e85abdb..5859cb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4dd15db2e2a3def6ed41d13f7063f925  rdiscount-1.6.3.2.gem
+5c17bbc5d62da79607075b2707cf0857  rdiscount-2.0.7.gem


More information about the scm-commits mailing list