3.3.8
This commit is contained in:
parent
fc2cd864b1
commit
ce29274edd
3 changed files with 11 additions and 6 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -64,3 +64,5 @@
|
|||
/pango-no-gi-3.3.6.tar.gz
|
||||
/pango-3.3.7.gem
|
||||
/pango-no-gi-3.3.7.tar.gz
|
||||
/pango-3.3.8.gem
|
||||
/pango-no-gi-3.3.8.tar.gz
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@
|
|||
|
||||
Summary: Ruby binding of pango-1.x
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 3.3.7
|
||||
Release: 2%{?dist}
|
||||
Version: 3.3.8
|
||||
Release: 1%{?dist}
|
||||
# from README
|
||||
License: LGPLv2
|
||||
URL: http://ruby-gnome2.sourceforge.jp/
|
||||
|
|
@ -100,7 +100,7 @@ gem unpack %{SOURCE0}
|
|||
gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
|
||||
|
||||
# Allow ruby-gnome2 no less than ones
|
||||
sed -i -e 's|= 3\.3\.7|>= 3.3.7|' %{gem_name}.gemspec
|
||||
sed -i -e 's|= 3\.3\.8|>= 3.3.8|' %{gem_name}.gemspec
|
||||
|
||||
# Fix wrong shebang
|
||||
|
||||
|
|
@ -139,7 +139,7 @@ grep -rl '#!.*/usr/bin' sample | \
|
|||
find sample/ -name \*.rb | xargs chmod 0644
|
||||
|
||||
gem spec ../%{gem_name}-%{version}.gem -l --ruby > %{gem_name}.gemspec
|
||||
sed -i -e 's|= 3\.3\.7|>= 3.3.7|' %{gem_name}.gemspec
|
||||
sed -i -e 's|= 3\.3\.8|>= 3.3.8|' %{gem_name}.gemspec
|
||||
export CONFIGURE_ARGS="--with-cflags='%{optflags}'"
|
||||
export CONFIGURE_ARGS="$CONFIGURE_ARGS --with-pkg-config-dir=$(pwd)%{_libdir}/pkgconfig"
|
||||
gem build %{gem_name}.gemspec
|
||||
|
|
@ -278,6 +278,9 @@ ruby -Ilib:test:ext/%{gem_name} ./test/run-test.rb \
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 3 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.3.8-1
|
||||
- 3.3.8
|
||||
|
||||
* Sun Sep 8 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.3.7-2
|
||||
- Rebuild again
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (pango-3.3.7.gem) = ac07fb6efaba7ae72dedd9b4a5fb6eae404b463964ef73e71fb72c46c335e9633ded28b9165c57dadb4a656f6d43068c0658d0c4cd0a4651de9b7ec42f9c2501
|
||||
SHA512 (pango-no-gi-3.3.7.tar.gz) = 54f01313f25d9707dc7a8eaf41e643589e812748399f2607096650eb4bf07f86dfe3a6b408f35c1a2fee9b45828183edfa83bcc01de0573a93464185c514f8e8
|
||||
SHA512 (pango-3.3.8.gem) = 60630269a2f53f6ce2a016369aba73462fc8d3b22b0e8535798e8648ad6126ff6b3cb00ee8c7c51cb144b3673b93e939f21ed4069b5ede678415040c756007ab
|
||||
SHA512 (pango-no-gi-3.3.8.tar.gz) = c26a4e12be1405c3e9f953c3ed0cb54c51441f9f79d5248d831d4c9ed459db26aade75b6290a70d6cc6c2f427517e8a2a0f322a034255fb0dddf66a05948413b
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue