rpms/libvirt-java/F-9 libvirt-0.2.1-gcj-javadoc.patch, NONE, 1.1 libvirt-java.spec, 1.1, 1.2

Daniel Veillard (veillard) fedora-extras-commits at redhat.com
Fri Aug 8 14:02:11 UTC 2008


Author: veillard

Update of /cvs/pkgs/rpms/libvirt-java/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16149

Modified Files:
	libvirt-java.spec 
Added Files:
	libvirt-0.2.1-gcj-javadoc.patch 
Log Message:
upstream release 0.2.1, Daniel


libvirt-0.2.1-gcj-javadoc.patch:

--- NEW FILE libvirt-0.2.1-gcj-javadoc.patch ---
Index: src/org/libvirt/StoragePoolInfo.java
===================================================================
RCS file: /data/cvs/libvirt-java/src/org/libvirt/StoragePoolInfo.java,v
retrieving revision 1.1
diff -u -p -r1.1 StoragePoolInfo.java
--- src/org/libvirt/StoragePoolInfo.java	8 Aug 2008 12:28:54 -0000	1.1
+++ src/org/libvirt/StoragePoolInfo.java	8 Aug 2008 13:36:52 -0000
@@ -38,8 +38,8 @@ public class StoragePoolInfo {
 		/**
 		 * Running degraded
 		 */
-		VIR_STORAGE_POOL_DEGRADED,
-	}
+		VIR_STORAGE_POOL_DEGRADED
+	};
 
 	/**
 	 * This is meant to be called from the JNI side, as a convenience constructor
Index: src/org/libvirt/StorageVolInfo.java
===================================================================
RCS file: /data/cvs/libvirt-java/src/org/libvirt/StorageVolInfo.java,v
retrieving revision 1.1
diff -u -p -r1.1 StorageVolInfo.java
--- src/org/libvirt/StorageVolInfo.java	8 Aug 2008 12:28:54 -0000	1.1
+++ src/org/libvirt/StorageVolInfo.java	8 Aug 2008 13:36:52 -0000
@@ -23,8 +23,8 @@ public class StorageVolInfo {
 		/**
 		 * Block based volumes
 		 */
-		VIR_STORAGE_VOL_BLOCK,
-	}
+		VIR_STORAGE_VOL_BLOCK
+	};
 
 	/**
 	 * This is meant to be called from the JNI side, as a convenience constructor


Index: libvirt-java.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-9/libvirt-java.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libvirt-java.spec	18 Jul 2008 15:01:15 -0000	1.1
+++ libvirt-java.spec	8 Aug 2008 14:01:41 -0000	1.2
@@ -1,6 +1,6 @@
 Summary:	Java bindings for the libvirt virtualization API
 Name:		libvirt-java
-Version:	0.2.0
+Version:	0.2.1
 Release:	1%{?dist}
 License:	LGPLv2+
 Group:		Development/Libraries
@@ -8,13 +8,14 @@
 URL:		http://libvirt.org/
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
-Requires:	libvirt >= 0.4.0
+Requires:	libvirt >= 0.4.1
 Requires:	java >= 1.5.0
 Requires:	jpackage-utils
-BuildRequires:	libvirt-devel >= 0.4.0
+BuildRequires:	libvirt-devel >= 0.4.1
 BuildRequires:	java-devel >= 1.5.0
 BuildRequires:	pkgconfig
 BuildRequires:	jpackage-utils
+Patch0:		libvirt-0.2.1-gcj-javadoc.patch
 
 #
 # the jpackage-utils should provide a %{java_home} macro
@@ -25,13 +26,13 @@
 %description
 Libvirt-java is a base framework allowing to use libvirt, the virtualization
 API though the Java programming language.
-It requires libvirt >= 0.4.0
+It requires libvirt >= 0.4.1
 
 %package	devel
 Summary:	Compressed Java source files for %{name}
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
-Requires:	libvirt-devel >= 0.4.0
+Requires:	libvirt-devel >= 0.4.1
 Requires:	pkgconfig
 
 %description	devel
@@ -49,6 +50,7 @@
 API documentation for %{name}.
 %prep
 %setup -q
+%patch0 -p0
 
 %build
 %configure --with-java-home=%{java_home}
@@ -90,6 +92,11 @@
 /usr/share/javadoc/%{name}-%{version}
 
 %changelog
+* Fri Aug  8 2008 Daniel Veillard <veillard at redhat.com> - 0.2.1-1.fc9
+- new release 0.2.1
+- avoid leaks
+- adds support for storage APIs
+
 * Fri Jul 18 2008 Daniel Veillard <veillard at redhat.com> - 0.2.0-1.fc9
 - new release 0.2.0
 - finished cleanup of APIs




More information about the fedora-extras-commits mailing list