From 796fd32e0174fc1d59369529af909a17af1965fa Mon Sep 17 00:00:00 2001 From: gerd Date: Wed, 22 May 2013 09:15:46 +0200 Subject: [PATCH] Update with bugfix not to bundle --- .gitignore | 1 + rubygem-rdiscount.spec | 10 +++++++--- sources | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 614e412..8646139 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ rdiscount-1.6.3.2.gem /rdiscount-2.0.7.gem +/rdiscount-2.0.7.3.gem diff --git a/rubygem-rdiscount.spec b/rubygem-rdiscount.spec index e7e8421..515d575 100644 --- a/rubygem-rdiscount.spec +++ b/rubygem-rdiscount.spec @@ -2,8 +2,8 @@ Summary: Fast Implementation of Gruber's Markdown in C Name: rubygem-%{gem_name} -Version: 2.0.7 -Release: 5%{?dist} +Version: 2.0.7.3 +Release: 1%{?dist} Group: Development/Languages License: ASL 1.1 URL: http://github.com/rtomayko/rdiscount @@ -77,7 +77,7 @@ popd %{gem_spec} %{gem_extdir_mri}/ %{_mandir}/man1/rdiscount.1.gz -%{_mandir}/man7/markdown.7.gz +%exclude %{_mandir}/man7/markdown.7.gz #-- @@ -91,6 +91,10 @@ popd %changelog +* Wed May 22 2013 Gerd Pokorra - 2.0.7.3-1 +- Update to 2.0.7.3 +- Exclude man-page /usr/share/man/man7/markdown.7.gz + * Mon Mar 18 2013 Bohuslav Kabrda - 2.0.7-5 - Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0 diff --git a/sources b/sources index 5859cb0..7818e0d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c17bbc5d62da79607075b2707cf0857 rdiscount-2.0.7.gem +6fb3b77971f6d0785c6c1351f1370460 rdiscount-2.0.7.3.gem