[rubygem-atk] 2.2.3

Mamoru TASAKA mtasaka at fedoraproject.org
Wed Nov 5 09:16:51 UTC 2014


commit 7c7bc7747c4ec9e708173fa6b2d3dddf5b14e152
Author: Mamoru TASAKA <mtasaka at fedoraproject.org>
Date:   Wed Nov 5 18:17:03 2014 +0900

    2.2.3

 .gitignore       |    1 +
 rubygem-atk.spec |   11 +++++++----
 sources          |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2fa986b..a928589 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,3 +23,4 @@
 /atk-2.0.2.gem
 /atk-2.1.0.gem
 /atk-2.2.0.gem
+/atk-2.2.3.gem
diff --git a/rubygem-atk.spec b/rubygem-atk.spec
index c6d87f1..c72968a 100644
--- a/rubygem-atk.spec
+++ b/rubygem-atk.spec
@@ -2,13 +2,13 @@
 
 %global	gem_name	atk
 
-%global	glibminver	2.1.0
+%global	glibminver	2.2.0
 %global	obsoleteevr	0.90.7-1.999
 
 Summary:	Ruby binding of ATK-1.0.x
 Name:		rubygem-%{gem_name}
-Version:	2.2.0
-Release:	4%{?dist}
+Version:	2.2.3
+Release:	1%{?dist}
 Group:		Development/Languages
 # from README
 License:	LGPLv2
@@ -64,7 +64,7 @@ gem unpack %{SOURCE0}
 gem spec %{SOURCE0} -l --ruby > %{gem_name}.gemspec
 
 # Allow ruby-gnome2 no less than ones
-sed -i -e 's|= 2\.2\.0|>= 2.2.0|' %{gem_name}.gemspec
+sed -i -e 's|= 2\.2\.3|>= 2.2.3|' %{gem_name}.gemspec
 
 # Fix up Rakefile for "gnome2-raketask" requirement
 sed -i -e "/require.*gnome2-raketask/s|^\(.*\)|begin\n  \1\nrescue LoadError\n  require 'rubygems'\n  require 'gnome2-raketask'\nend\n|" \
@@ -145,6 +145,9 @@ popd
 %exclude %{gem_instdir}/test/
 
 %changelog
+* Wed Nov  5 2014 Mamoru TASAKA <mtasaka at fedoraproject.org> - 2.2.3-1
+- 2.2.3
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 027f987..7f3567e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d6d9b266e69af528fd0974cfaaf4cfba  atk-2.2.0.gem
+476eddabf9cb17d8470efc5192c810c9  atk-2.2.3.gem


More information about the scm-commits mailing list