summaryrefslogtreecommitdiffstats
path: root/rubygem-github-markdown.spec
diff options
context:
space:
mode:
authorKen Dreyer <ktdreyer@ktdreyer.com>2014-02-20 21:22:39 -0700
committerKen Dreyer <ktdreyer@ktdreyer.com>2014-02-20 21:22:39 -0700
commit31c6d73e6c2204ca07a63e52fdca2f90031c06a2 (patch)
tree03750a84fcef1f6c503cadb629a82e57f8069e33 /rubygem-github-markdown.spec
parent1fb7f907e78a2e11ba1a01b13b627e0167aa750d (diff)
downloadrubygem-github-markdown-31c6d73e6c2204ca07a63e52fdca2f90031c06a2.tar.gz
rubygem-github-markdown-31c6d73e6c2204ca07a63e52fdca2f90031c06a2.tar.xz
rubygem-github-markdown-31c6d73e6c2204ca07a63e52fdca2f90031c06a2.zip
Update to github-markdown 0.6.4HEADmaster
- Require: ruby (not ruby(release)) since this is a C extension
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