summaryrefslogtreecommitdiffstats
path: root/rubygem-rugged.spec
diff options
context:
space:
mode:
authorVít Ondruch <vondruch@redhat.com>2015-01-16 15:47:00 +0100
committerVít Ondruch <vondruch@redhat.com>2015-01-16 15:47:00 +0100
commit911945c7919b375c02ef644451ef41d8038c8c0c (patch)
tree81616feeaae72ed17bc87887c8d1f3bdb84f28a7 /rubygem-rugged.spec
parentbf4ffde327e022f9cf01f0aa1e28c32fe63b17db (diff)
downloadrubygem-rugged-911945c7919b375c02ef644451ef41d8038c8c0c.tar.gz
rubygem-rugged-911945c7919b375c02ef644451ef41d8038c8c0c.tar.xz
rubygem-rugged-911945c7919b375c02ef644451ef41d8038c8c0c.zip
Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.2
Diffstat (limited to 'rubygem-rugged.spec')
-rw-r--r--rubygem-rugged.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/rubygem-rugged.spec b/rubygem-rugged.spec
index 3eee9a7..61e9273 100644
--- a/rubygem-rugged.spec
+++ b/rubygem-rugged.spec
@@ -3,7 +3,7 @@
Summary: Rugged is a Ruby binding to the libgit2 library
Name: rubygem-%{gem_name}
Version: 0.21.0
-Release: 3%{?dist}
+Release: 4%{?dist}
Group: Development/Languages
License: MIT
URL: http://github.com/libgit2/rugged
@@ -99,6 +99,9 @@ popd
%doc %{gem_docdir}
%changelog
+* Fri Jan 16 2015 Vít Ondruch <vondruch@redhat.com> - 0.21.0-4
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.2
+
* Fri Dec 26 2014 Mamoru TASAKA <mtasaka@fedoraproject.org> - 0.21.0-3
- Install gem.build_complete on F-21 and move extension file to the
correct location (bug 1176450)