[ruby-gnome2] - 0.90.1

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Sep 23 16:06:54 UTC 2010


commit 8094949e449182d8fffe570d7d737ff4c10b2d50
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Sep 24 01:06:49 2010 +0900

    - 0.90.1

 .gitignore       |    1 +
 ruby-gnome2.spec |   15 +++++++++++----
 sources          |    2 +-
 3 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f9ecb2..48aa5ef 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ruby-gnome2-all-0.19.4.tar.gz
+/ruby-gnome2-all-0.90.1.tar.gz
diff --git a/ruby-gnome2.spec b/ruby-gnome2.spec
index d48e8d5..2fb57e0 100644
--- a/ruby-gnome2.spec
+++ b/ruby-gnome2.spec
@@ -8,7 +8,7 @@
 # When changing release number, please make it sure that
 # the new EVR won't be higher than the one of higher branch!!
 #
-%define         mainrel                3
+%define         mainrel                1
 
 # Note
 # Currently this spec file does not support libgda module.
@@ -16,12 +16,12 @@
 # - Mamoru Tasaka
 
 Name:           ruby-gnome2
-Version:        0.19.4
+Version:        0.90.1
 #
 # When changing release number, please make it sure that
 # the new EVR won't be higher than the one of higher branch!!
 #
-Release:        %{mainrel}%{?dist}.1
+Release:        %{mainrel}%{?dist}
 Summary:        Ruby binding of libgnome/libgnomeui-2.x
 
 Group:          System Environment/Libraries
@@ -37,6 +37,8 @@ Patch0:         ruby-gnome2-0.17.0-rc1-script.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ruby ruby-devel gtk2-devel libgnome-devel libgnomeui-devel
+# pkg-config.rb moved to rubygem-pkg-config, and now this is needed for BR
+BuildRequires:  rubygem(pkg-config)
 BuildRequires:  ruby(abi) = 1.8
 
 Requires:       ruby(abi) = 1.8
@@ -867,8 +869,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc glib/ChangeLog glib/COPYING.LIB glib/README glib/sample
 %{ruby_sitelib}/glib2.rb
 %{ruby_sitelib}/glib-mkenums.rb
+%{ruby_sitelib}/gnome2-win32-binary-downloader.rb
 %{ruby_sitelib}/mkmf-gnome2.rb
-%{ruby_sitelib}/pkg-config.rb
+# Now in rubygem-pkg-config
+#%%{ruby_sitelib}/pkg-config.rb
 %{ruby_sitearch}/glib2.so
 
 %files -n ruby-glib2-devel
@@ -1087,6 +1091,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 24 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.90.1-1
+- 0.90.1
+
 * Thu Aug 19 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.19.4-3.1
 - rebuild (poppler)
 
diff --git a/sources b/sources
index 3189d17..a9005f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-40451e4173e2c8bcd5046aea7e499ef9  ruby-gnome2-all-0.19.4.tar.gz
+86f27cf75872dcc9a99516468941c177  ruby-gnome2-all-0.90.1.tar.gz


More information about the scm-commits mailing list