Update with bugfix not to bundle

f38
gerd 12 years ago
parent b1f6d96195
commit 796fd32e01

1
.gitignore vendored

@ -1,2 +1,3 @@
rdiscount-1.6.3.2.gem
/rdiscount-2.0.7.gem
/rdiscount-2.0.7.3.gem

@ -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 <gp@zimt.uni-siegen.de> - 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 <bkabrda@redhat.com> - 2.0.7-5
- Rebuild for https://fedoraproject.org/wiki/Features/Ruby_2.0.0

@ -1 +1 @@
5c17bbc5d62da79607075b2707cf0857 rdiscount-2.0.7.gem
6fb3b77971f6d0785c6c1351f1370460 rdiscount-2.0.7.3.gem

Loading…
Cancel
Save