rpms/libvirt-java/devel .cvsignore, 1.7, 1.8 import.log, 1.5, 1.6 libvirt-java.spec, 1.10, 1.11 sources, 1.8, 1.9

Bryan Kearney bkearney at fedoraproject.org
Fri Jan 29 16:42:52 UTC 2010


Author: bkearney

Update of /cvs/pkgs/rpms/libvirt-java/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32541/devel

Modified Files:
	.cvsignore import.log libvirt-java.spec sources 
Log Message:
Made the Scheduled Parameters a Union instead of a struct



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/devel/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- .cvsignore	18 Jan 2010 14:33:31 -0000	1.7
+++ .cvsignore	29 Jan 2010 16:42:51 -0000	1.8
@@ -1 +1 @@
-libvirt-java-0.4.1.tar.gz
+libvirt-java-0.4.2.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/devel/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- import.log	18 Jan 2010 14:33:31 -0000	1.5
+++ import.log	29 Jan 2010 16:42:52 -0000	1.6
@@ -3,3 +3,4 @@ libvirt-java-0_3_1-1_fc11:HEAD:libvirt-j
 libvirt-java-0_4_0-1_fc12:HEAD:libvirt-java-0.4.0-1.fc12.src.rpm:1259076139
 libvirt-java-0_4_0-2_fc12:HEAD:libvirt-java-0.4.0-2.fc12.src.rpm:1259676627
 libvirt-java-0_4_1-1_fc12:HEAD:libvirt-java-0.4.1-1.fc12.src.rpm:1263825112
+libvirt-java-0_4_2-1_fc12:HEAD:libvirt-java-0.4.2-1.fc12.src.rpm:1264783418


Index: libvirt-java.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/devel/libvirt-java.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- libvirt-java.spec	18 Jan 2010 14:33:31 -0000	1.10
+++ libvirt-java.spec	29 Jan 2010 16:42:52 -0000	1.11
@@ -1,6 +1,6 @@
 Summary:    Java bindings for the libvirt virtualization API
 Name:       libvirt-java
-Version:    0.4.1
+Version:    0.4.2
 Prefix:     libvirt
 Release:    1%{?dist}
 License:    LGPLv2+
@@ -85,6 +85,10 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}-%{version}
 
 %changelog
+* Fri Jan 29 2010 Bryan Kearney <bkearney at redhat.com> - 0.4.2-1
+- Changed Scheduled Parameters to be a Union instead of a Struct.
+- Better Pointer mappings in the error callback
+
 * Mon Jan 18 2010 Bryan Kearney <bkearney at redhat.com> - 0.4.1-1
 - Better null checking around Scheduled Parameters
 - Added error function callback


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	18 Jan 2010 14:33:31 -0000	1.8
+++ sources	29 Jan 2010 16:42:52 -0000	1.9
@@ -1 +1 @@
-6ece9c606480e6d38969c9d31e186443  libvirt-java-0.4.1.tar.gz
+1eda1351bb7378713317a96b4c2c4a68  libvirt-java-0.4.2.tar.gz



More information about the scm-commits mailing list