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

Bryan Kearney bkearney at fedoraproject.org
Mon Jan 18 14:40:41 UTC 2010


Author: bkearney

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

Modified Files:
	.cvsignore import.log libvirt-java.spec sources 
Log Message:
Added better null checking around Scheduled Parameters and error callbacks.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	24 Nov 2009 15:37:43 -0000	1.5
+++ .cvsignore	18 Jan 2010 14:40:40 -0000	1.6
@@ -1 +1 @@
-libvirt-java-0.4.0.tar.gz
+libvirt-java-0.4.1.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/import.log,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- import.log	1 Dec 2009 14:19:04 -0000	1.3
+++ import.log	18 Jan 2010 14:40:41 -0000	1.4
@@ -1,3 +1,4 @@
 libvirt-java-0_3_0-1_fc10:HEAD:libvirt-java-0.3.0-1.fc10.src.rpm:1248884790
 libvirt-java-0_4_0-1_fc12:F-12:libvirt-java-0.4.0-1.fc12.src.rpm:1259076897
 libvirt-java-0_4_0-2_fc12:F-12:libvirt-java-0.4.0-2.fc12.src.rpm:1259677128
+libvirt-java-0_4_1-1_fc12:F-12:libvirt-java-0.4.1-1.fc12.src.rpm:1263825541


Index: libvirt-java.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/libvirt-java.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- libvirt-java.spec	1 Dec 2009 14:19:04 -0000	1.8
+++ libvirt-java.spec	18 Jan 2010 14:40:41 -0000	1.9
@@ -1,8 +1,8 @@
 Summary:    Java bindings for the libvirt virtualization API
 Name:       libvirt-java
-Version:    0.4.0
+Version:    0.4.1
 Prefix:     libvirt
-Release:    2%{?dist}
+Release:    1%{?dist}
 License:    LGPLv2+
 BuildArch:  noarch
 Group:      Development/Libraries
@@ -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.7.0
+It requires libvirt-client >= 0.7.0
 
 %package    devel
 Summary:    Compressed Java source files for %{name}
@@ -85,6 +85,10 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}-%{version}
 
 %changelog
+* 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.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libvirt-java/F-12/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	1 Dec 2009 14:19:04 -0000	1.6
+++ sources	18 Jan 2010 14:40:41 -0000	1.7
@@ -1 +1 @@
-d285105168b720a75bd23efd2adfb799  libvirt-java-0.4.0.tar.gz
+6ece9c606480e6d38969c9d31e186443  libvirt-java-0.4.1.tar.gz



More information about the scm-commits mailing list