rpms/ruby-gnome2/devel .cvsignore, 1.4, 1.5 import.log, 1.1, 1.2 ruby-gnome2.spec, 1.31, 1.32 sources, 1.4, 1.5 ruby-gnome2-0.17.0-bz456816.patch, 1.1, NONE

Allisson Azevedo allisson at fedoraproject.org
Mon Oct 6 22:15:46 UTC 2008


Author: allisson

Update of /cvs/pkgs/rpms/ruby-gnome2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10374/devel

Modified Files:
	.cvsignore import.log ruby-gnome2.spec sources 
Removed Files:
	ruby-gnome2-0.17.0-bz456816.patch 
Log Message:

- Update to 0.18.0
- Removed ruby-gnome2-0.17.0-bz456816.patch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-gnome2/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	9 Sep 2008 19:25:31 -0000	1.4
+++ .cvsignore	6 Oct 2008 22:15:16 -0000	1.5
@@ -1 +1 @@
-ruby-gnome2-all-0.17.0.tar.gz
+ruby-gnome2-all-0.18.0.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-gnome2/devel/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- import.log	9 Sep 2008 19:25:32 -0000	1.1
+++ import.log	6 Oct 2008 22:15:16 -0000	1.2
@@ -1 +1,2 @@
 ruby-gnome2-0_17_0-1_fc9:HEAD:ruby-gnome2-0.17.0-1.fc9.src.rpm:1220988267
+ruby-gnome2-0_18_0-1_fc9:HEAD:ruby-gnome2-0.18.0-1.fc9.src.rpm:1223331322


Index: ruby-gnome2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-gnome2/devel/ruby-gnome2.spec,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ruby-gnome2.spec	18 Sep 2008 02:23:34 -0000	1.31
+++ ruby-gnome2.spec	6 Oct 2008 22:15:16 -0000	1.32
@@ -10,8 +10,8 @@
 # - Mamoru Tasaka
 
 Name:           ruby-gnome2
-Version:        0.17.0
-Release:        3%{?dist}
+Version:        0.18.0
+Release:        1%{?dist}
 Summary:        Ruby binding of libgnome/libgnomeui-2.x
 
 Group:          System Environment/Libraries
@@ -21,10 +21,6 @@
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-all-%{version}.tar.gz
 Patch0:         ruby-gnome2-0.17.0-rc1-script.patch
 Patch14:        ruby-gnome2-all-0.16.0-xulrunner.patch
-# Already in upstream svn
-# Fix bug 456816
-# http://lists.sourceforge.jp/mailman/archives/kazehakase-devel/2008-September/002846.html
-Patch15:        ruby-gnome2-0.17.0-bz456816.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ruby ruby-devel gtk2-devel libgnome-devel libgnomeui-devel
@@ -210,6 +206,20 @@
 %description -n ruby-gnomevfs
 Ruby/GnomeVFS is a Ruby binding of GnomeVFS-2.0.x.
 
+%package -n ruby-goocanvas
+Summary:        Ruby binding of Goocanvas.
+Group:          System Environment/Libraries
+
+BuildRequires:  ruby ruby-devel goocanvas-devel
+
+Requires:       ruby(abi) = 1.8
+Requires:       ruby(glib2) = %{version}-%{release}
+
+Provides:       ruby(goocanvas) =  %{version}-%{release}
+
+%description -n ruby-goocanvas
+Ruby/Goocanvas is a Ruby binding of Goocanvas
+
 %package -n ruby-gstreamer
 Summary:        Ruby binding of GStreamer
 Group:          System Environment/Libraries
@@ -337,6 +347,21 @@
 %description -n ruby-gtksourceview
 Ruby/GtkSourceView is a Ruby binding of gtksourceview-1.0.x.
 
+%package -n ruby-gtksourceview2
+Summary:        Ruby binding of gtksourceview-2.x
+Group:          System Environment/Libraries
+
+BuildRequires:  ruby ruby-devel gtksourceview2-devel
+#BuildRequires:  ruby(gnome2) = %{version}
+
+Requires:       ruby(abi) = 1.8
+Requires:       ruby(gtk2) = %{version}-%{release}
+
+Provides:       ruby(gtksourceview2) = %{version}-%{release}
+
+%description -n ruby-gtksourceview2
+Ruby/GtkSourceView2 is a Ruby binding of gtksourceview-2.x.
+
 %package -n ruby-libart2
 Summary:        Ruby binding of Libart_lgpl
 Group:          System Environment/Libraries
@@ -491,7 +516,6 @@
 %if 0%{?fedora} >= 9
 %patch14 -p1 -b .xulrunner
 %endif
-%patch15 -p0 -b .bz456816
 
 # Fix the attributes of some files
 # suppress lots of messages..
@@ -578,6 +602,7 @@
 %{ruby_sitearch}/rbglib.h
 %{ruby_sitearch}/rbgobject.h
 %{ruby_sitearch}/rbgutil.h
+%{ruby_sitearch}/glib-enum-types.h
 
 %files -n ruby-gnomecanvas2
 %defattr(-,root,root,-)
@@ -603,6 +628,12 @@
 %{ruby_sitelib}/gnomevfs.rb
 %{ruby_sitearch}/gnomevfs.so
 
+%files -n ruby-goocanvas
+%defattr(-,root,root,-)
+%doc goocanvas/ChangeLog goocanvas/README goocanvas/sample
+%{ruby_sitelib}/goocanvas.rb
+%{ruby_sitearch}/goocanvas.so
+
 %files -n ruby-gstreamer
 %defattr(-,root,root,-)
 %doc gstreamer/ChangeLog gstreamer/COPYING.LIB gstreamer/README
@@ -621,6 +652,7 @@
 %files -n ruby-gtk2-devel
 %defattr(-,root,root,-)
 %{ruby_sitearch}/rbgtk.h
+%{ruby_sitearch}/rbgtkconversions.h
 
 %files -n ruby-gtkglext
 %defattr(-,root,root,-)
@@ -646,6 +678,12 @@
 %{ruby_sitelib}/gtksourceview.rb
 %{ruby_sitearch}/gtksourceview.so
 
+%files -n ruby-gtksourceview2
+%defattr(-,root,root,-)
+%doc gtksourceview2/ChangeLog gtksourceview2/COPYING.LIB gtksourceview2/README gtksourceview2/sample
+%{ruby_sitelib}/gtksourceview2.rb
+%{ruby_sitearch}/gtksourceview2.so
+
 %files -n ruby-libart2
 %defattr(-,root,root,-)
 %doc libart/ChangeLog libart/COPYING.LIB libart/README libart/sample
@@ -701,6 +739,11 @@
 
 
 %changelog
+
+* Mon Oct  6 2008 Allisson Azevedo <allisson at gmail.com> 0.18.0-1
+- Update to 0.18.0
+- Removed ruby-gnome2-0.17.0-bz456816.patch
+
 * Thu Sep 18 2008 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> 0.17.0-3
 - Patch from svn to fix Ruby/Glib bug (bug 456816)
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-gnome2/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	9 Sep 2008 19:25:32 -0000	1.4
+++ sources	6 Oct 2008 22:15:16 -0000	1.5
@@ -1 +1 @@
-cc54338888c487055670ee2898391caf  ruby-gnome2-all-0.17.0.tar.gz
+b8b7882319716b4ef5d4897d5f3bbacd  ruby-gnome2-all-0.18.0.tar.gz


--- ruby-gnome2-0.17.0-bz456816.patch DELETED ---




More information about the scm-commits mailing list