rpms/ruby-libvirt/devel .cvsignore, 1.2, 1.3 ruby-libvirt.spec, 1.3, 1.4 sources, 1.2, 1.3

David Lutterkort (lutter) fedora-extras-commits at redhat.com
Tue Apr 1 17:05:27 UTC 2008


Author: lutter

Update of /cvs/pkgs/rpms/ruby-libvirt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14437/devel

Modified Files:
	.cvsignore ruby-libvirt.spec sources 
Log Message:
Fix build issues; new version


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-libvirt/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	20 Dec 2007 17:40:51 -0000	1.2
+++ .cvsignore	1 Apr 2008 17:04:50 -0000	1.3
@@ -1 +1 @@
-ruby-libvirt-0.0.2.tgz
+ruby-libvirt-0.0.4.tgz


Index: ruby-libvirt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-libvirt/devel/ruby-libvirt.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-libvirt.spec	19 Feb 2008 12:50:59 -0000	1.3
+++ ruby-libvirt.spec	1 Apr 2008 17:04:50 -0000	1.4
@@ -2,18 +2,19 @@
 %{!?ruby_sitearch: %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")}
 
 Name:           ruby-libvirt
-Version:        0.0.2
-Release:        4%{?dist}
+Version:        0.0.4
+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.0.2.tgz
+Source0:        http://libvirt.org/ruby/download/ruby-libvirt-0.0.4.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  ruby ruby-devel rubygem(rake)
-BuildRequires:  libvirt-devel
+BuildRequires:  libvirt-devel >= 0.4.0
+BuildRequires:  xen-devel
 Requires:       ruby(abi) = 1.8
 Provides:       ruby(libvirt) = %{version}
 
@@ -36,7 +37,9 @@
 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
@@ -50,8 +53,8 @@
 
 
 %changelog
-* Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.0.2-4
-- Autorebuild for GCC 4.3
+* Thu Mar  6 2008 David Lutterkort <dlutter at redhat.com> - 0.0.3-1
+- Updated for libvirt 0.4.1
 
 * Wed Jan  2 2008 David Lutterkort <dlutter at redhat.com> - 0.0.2-3
 - Make _libvirt.so stripable by changing permissions to +x


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ruby-libvirt/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	20 Dec 2007 17:40:51 -0000	1.2
+++ sources	1 Apr 2008 17:04:50 -0000	1.3
@@ -1 +1 @@
-23346961e20543536de15bccb017932c  ruby-libvirt-0.0.2.tgz
+0e524800162ab777c277c84ba7f16564  ruby-libvirt-0.0.4.tgz




More information about the fedora-extras-commits mailing list