[ruby-gnome2/f13/master] - 0.90.1

Mamoru Tasaka mtasaka at fedoraproject.org
Thu Sep 23 16:07:27 UTC 2010


commit cf458fab267ab0f71251859a123eb581252796f1
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Fri Sep 24 01:07:24 2010 +0900

    - 0.90.1

 .gitignore       |    1 +
 ruby-gnome2.spec |   19 ++++++++++++++++---
 sources          |    2 +-
 3 files changed, 18 insertions(+), 4 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 0321681..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                2
+%define         mainrel                1
 
 # Note
 # Currently this spec file does not support libgda module.
@@ -16,7 +16,7 @@
 # - 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!!
@@ -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,15 @@ 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)
+
+* Tue Jun 22 2010 Matthias Clasen <mclasen at redhat.com> - 0.19.4-2
+- Rebuild against new poppler
+
 * Fri May  7 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp>
 - F-13+: rebuild
 
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