rpms/ruby-libvirt/devel .cvsignore, 1.7, 1.8 ruby-libvirt.spec, 1.13, 1.14 sources, 1.7, 1.8 no-capabilities-test.patch, 1.1, NONE test-sort-list.patch, 1.1, NONE

Chris Lalancette clalance at fedoraproject.org
Thu Jul 1 18:25:06 UTC 2010


Author: clalance

Update of /cvs/pkgs/rpms/ruby-libvirt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1541

Modified Files:
	.cvsignore ruby-libvirt.spec sources 
Removed Files:
	no-capabilities-test.patch test-sort-list.patch 
Log Message:
Update the ruby-libvirt bindings to 0.2.0.




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-libvirt/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	18 Nov 2008 14:17:13 -0000	1.7
+++ .cvsignore	1 Jul 2010 18:25:05 -0000	1.8
@@ -1 +1,2 @@
 ruby-libvirt-0.1.0.tgz
+ruby-libvirt-0.2.0.tgz


Index: ruby-libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-libvirt/devel/ruby-libvirt.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- ruby-libvirt.spec	27 Jul 2009 03:22:17 -0000	1.13
+++ ruby-libvirt.spec	1 Jul 2010 18:25:05 -0000	1.14
@@ -2,15 +2,14 @@
 %{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
 
 Name:           ruby-libvirt
-Version:        0.1.0
-Release:        5%{?dist}
+Version:        0.2.0
+Release:        1%{?dist}
 Summary:        Ruby bindings for libvirt
 Group:          Development/Languages
 
 License:        LGPLv2+
 URL:            http://libvirt.org/ruby/
-Source0:        http://libvirt.org/ruby/download/ruby-libvirt-0.1.0.tgz
-Patch0:         test-sort-list.patch
+Source0:        http://libvirt.org/ruby/download/ruby-libvirt-0.2.0.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ruby ruby-devel rubygem(rake)
@@ -23,7 +22,6 @@ Ruby bindings for libvirt.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS"
@@ -36,11 +34,6 @@ install -d -m0755 %{buildroot}%{ruby_sit
 install -p -m0644 lib/libvirt.rb %{buildroot}%{ruby_sitelib}
 install -p -m0755 ext/libvirt/_libvirt.so %{buildroot}%{ruby_sitearch}
 
-#%check
-#%if 0%{?fedora:%fedora} >= 5 || 0%{?rhel:%rhel} > 5
-#rake test
-#%endif
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -53,6 +46,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 01 2010 Chris Lalancette <clalance at redhat.com> - 0.2.0-1
+- Updated bindings to have many of the new libvirt methods implemented
+- Bumped package version to 0.2.0
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1.0-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-libvirt/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- sources	18 Nov 2008 14:17:13 -0000	1.7
+++ sources	1 Jul 2010 18:25:05 -0000	1.8
@@ -1 +1,2 @@
 f377f4e81df9f5577efb82e56ca89728  ruby-libvirt-0.1.0.tgz
+cd7934fd11ac3909b753f490dc12dabc  ruby-libvirt-0.2.0.tgz


--- no-capabilities-test.patch DELETED ---


--- test-sort-list.patch DELETED ---



More information about the scm-commits mailing list