rpms/libvirt-java/F-11 .cvsignore, 1.6, 1.7 import.log, 1.3, 1.4 libvirt-java.spec, 1.7, 1.8 sources, 1.6, 1.7

Bryan Kearney bkearney at fedoraproject.org
Fri Jan 29 16:50:08 UTC 2010


Author: bkearney

Update of /cvs/pkgs/rpms/libvirt-java/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1636/F-11

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



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-11/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	24 Nov 2009 14:53:20 -0000	1.6
+++ .cvsignore	29 Jan 2010 16:50:08 -0000	1.7
@@ -1 +1 @@
-libvirt-java-0.3.2.tar.gz
+libvirt-java-0.4.2.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-11/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	24 Nov 2009 14:53:20 -0000	1.3
+++ import.log	29 Jan 2010 16:50:08 -0000	1.4
@@ -1,3 +1,4 @@
 libvirt-java-0_3_0-1_fc10:F-11:libvirt-java-0.3.0-1.fc10.src.rpm:1248887303
 libvirt-java-0_3_1-1_fc11:F-11:libvirt-java-0.3.1-1.fc11.src.rpm:1256846668
 libvirt-java-0_3_2-1_fc12:F-11:libvirt-java-0.3.2-1.fc12.src.rpm:1259074386
+libvirt-java-0_4_2-1_fc12:F-11:libvirt-java-0.4.2-1.fc12.src.rpm:1264783864


Index: libvirt-java.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-11/libvirt-java.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- libvirt-java.spec	24 Nov 2009 14:53:21 -0000	1.7
+++ libvirt-java.spec	29 Jan 2010 16:50:08 -0000	1.8
@@ -1,6 +1,6 @@
 Summary:    Java bindings for the libvirt virtualization API
 Name:       libvirt-java
-Version:    0.3.2
+Version:    0.4.2
 Prefix:     libvirt
 Release:    1%{?dist}
 License:    LGPLv2+
@@ -11,7 +11,7 @@ URL:        http://libvirt.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires:   jna
-Requires:   libvirt >= 0.6.1
+Requires:   libvirt-client >= 0.7.0
 Requires:   java >= 1:1.6.0
 Requires:   jpackage-utils
 BuildRequires:  ant
@@ -29,7 +29,7 @@ BuildRequires:  jpackage-utils
 %description
 Libvirt-java is a base framework allowing to use libvirt, the virtualization
 API though the Java programming language.
-It requires libvirt >= 0.6.1
+It requires libvirt-client >= 0.7.0
 
 %package    devel
 Summary:    Compressed Java source files for %{name}
@@ -85,6 +85,20 @@ 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
+
+* Tue Dec 1 2009 Bryan Kearney <bkearney at redhat.com> - 0.4.0-2
+- Modified the dependency to be libvirt-client instead of libvirt.
+
+* Tue Nov 24 2009 Bryan Kearney <bkearney at redhat.com> - 0.4.0-1
+- Added libvirt APIs up through 0.7.0
+
 * Tue Nov 24 2009 Bryan Kearney <bkearney at redhat.com> - 0.3.2-1
 - Added libvirt APIs up through 0.6.1
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-11/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	24 Nov 2009 14:53:21 -0000	1.6
+++ sources	29 Jan 2010 16:50:08 -0000	1.7
@@ -1 +1 @@
-6e893c19626c3d77b725b33e90ae5b30  libvirt-java-0.3.2.tar.gz
+1eda1351bb7378713317a96b4c2c4a68  libvirt-java-0.4.2.tar.gz



More information about the scm-commits mailing list