3.2.4
This commit is contained in:
parent
b418b04b46
commit
54ed4a7dbe
3 changed files with 11 additions and 5 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -32,3 +32,5 @@
|
|||
/gtk3-3.2.0-test-missing-files.tar.gz
|
||||
/gtk3-3.2.1.gem
|
||||
/gtk3-3.2.1-test-missing-files.tar.gz
|
||||
/gtk3-3.2.4.gem
|
||||
/gtk3-3.2.4-test-missing-files.tar.gz
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@
|
|||
# Planned for F-20+ only
|
||||
Summary: Ruby/GTK3 is a Ruby binding of GTK+-3.x
|
||||
Name: rubygem-%{gem_name}
|
||||
Version: 3.2.1
|
||||
Release: 4%{?dist}
|
||||
Version: 3.2.4
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Development/Languages
|
||||
# Various files in gem
|
||||
|
|
@ -24,6 +24,7 @@ Requires: ruby
|
|||
BuildRequires: ruby
|
||||
|
||||
Requires: ruby(rubygems)
|
||||
BuildRequires: gcc
|
||||
BuildRequires: ruby-devel
|
||||
BuildRequires: rubygems-devel
|
||||
BuildRequires: rubygem-cairo-devel
|
||||
|
|
@ -89,7 +90,7 @@ find . -name \*.rb -print0 | xargs --null chmod 0644
|
|||
gem specification -l --ruby %{SOURCE0} > %{gem_name}.gemspec
|
||||
|
||||
# Allow ruby-gnome2 no less than ones
|
||||
sed -i -e 's|= 3\.2\.1|>= 3.2.1|' %{gem_name}.gemspec
|
||||
sed -i -e 's|= 3\.2\.4|>= 3.2.4|' %{gem_name}.gemspec
|
||||
|
||||
# Add license text
|
||||
install -cpm 644 %{SOURCE1} ./COPYING.LIB
|
||||
|
|
@ -200,6 +201,9 @@ popd
|
|||
%exclude %{gem_instdir}/test/
|
||||
|
||||
%changelog
|
||||
* Thu Apr 19 2018 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.2.4-1
|
||||
- 3.2.4
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (gtk3-3.2.1.gem) = 167a583ed60ff19b0fb4753c72fdd2961b169d3cb8a4def344eceac9af3ac37b072b7bdccd6d9cabcb12408c226ef99b30d63d7696f13d740740c9559cae8a65
|
||||
SHA512 (gtk3-3.2.1-test-missing-files.tar.gz) = 8f9da872ebc6e57a7b0e8daf5d31ea16b1053601d4a87e0631eff2ce6e68971233b3f074bc95654453483c2cbb146217e3493b706adb4a009a81d4932bbe5c9f
|
||||
SHA512 (gtk3-3.2.4.gem) = 00c5f851ea6991af70d99a4ee634d061453815f1b28d9008917f002df787d858eb9d16b5ba3f1a7f3f8bcd03c71396f8f11b24bb0c078ccded4267db7db9512a
|
||||
SHA512 (gtk3-3.2.4-test-missing-files.tar.gz) = 61f4976beb4d941789c0ce8c04f003593cf611684a8f25cb325d5e82221427eef769b62b68c68029f5d481998093ab67035d4cb18b95bce77b4cf840a76f5c86
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue