summaryrefslogtreecommitdiffstats
path: root/rubygem-github-markdown.spec
diff options
context:
space:
mode:
Diffstat (limited to 'rubygem-github-markdown.spec')
-rw-r--r--rubygem-github-markdown.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/rubygem-github-markdown.spec b/rubygem-github-markdown.spec
index 0590dcf..27da9d1 100644
--- a/rubygem-github-markdown.spec
+++ b/rubygem-github-markdown.spec
@@ -1,14 +1,14 @@
%global gem_name github-markdown
Name: rubygem-%{gem_name}
-Version: 0.6.3
+Version: 0.6.4
Release: 1%{?dist}
Summary: The Markdown parser for GitHub.com
Group: Development/Languages
License: ISC
URL: https://github.github.com/github-flavored-markdown/
Source0: https://rubygems.org/gems/%{gem_name}-%{version}.gem
-Requires: ruby(release)
+Requires: ruby
Requires: ruby(rubygems)
BuildRequires: ruby(release)
BuildRequires: rubygems-devel
@@ -86,5 +86,9 @@ popd
%exclude %{gem_instdir}/test
%changelog
+* Sun Feb 16 2014 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.6.4-1
+- Update to github-markdown 0.6.4
+- Require: ruby (not ruby(release)) since this is a C extension
+
* Sat Dec 28 2013 Ken Dreyer <ktdreyer@ktdreyer.com> - 0.6.3-1
- Initial package