From 31c6d73e6c2204ca07a63e52fdca2f90031c06a2 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Thu, 20 Feb 2014 21:22:39 -0700 Subject: Update to github-markdown 0.6.4 - Require: ruby (not ruby(release)) since this is a C extension --- .gitignore | 2 +- rubygem-github-markdown.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index e849bff..754944d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/github-markdown-0.6.3.gem +/github-markdown-0.6.4.gem 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 - 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 - 0.6.3-1 - Initial package diff --git a/sources b/sources index 6d61547..b43d9ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -178d0271dc3e5c52348c6619e0326108 github-markdown-0.6.3.gem +8841e6dfd5845aaff13bff904cdb35f1 github-markdown-0.6.4.gem -- cgit