This commit is contained in:
Mamoru TASAKA 2015-09-09 14:48:51 +09:00
parent 5edbcfdc96
commit d2fab896d0
3 changed files with 4 additions and 4 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/cairo-1.12.9.gem
/cairo-1.14.0.gem
/cairo-1.14.1.gem
/cairo-1.14.3.gem

View File

@ -1,7 +1,7 @@
%global header_dir %{ruby_vendorarchdir}
%global gem_name cairo
%global gemver 1.14.1
%global gemver 1.14.3
#%%global gem_githash af3e3fc059
# Upstream GIT http://github.com/rcairo/
@ -9,7 +9,7 @@
Summary: Ruby bindings for cairo
Name: rubygem-%{gem_name}
Version: %{gemver}
Release: 3%{?dist}
Release: 1%{?dist}
Group: Development/Languages
License: GPLv2 or Ruby
URL: http://cairographics.org/rcairo/
@ -158,7 +158,6 @@ popd
# Fix up test/run-test.rb
sed -i -e '\@require .rubygems@a\\ngem "test-unit"\n' test/run-test.rb
sed -i -e "\@require 'bundler/setup'@d" test/run-test.rb
sed -i -e "\@require@s|test-unit|test/unit|" test/run-test.rb
ruby ./test/run-test.rb
popd

View File

@ -1 +1 @@
3ac58dbe91e48a105f4f5979ab147e9f cairo-1.14.1.gem
b28fcddc3e4483b078e012fca5fb9723 cairo-1.14.3.gem