[libvirt-java] Release of libvirt-java-0.4.8

Daniel Veillard veillard at fedoraproject.org
Fri Jul 6 14:26:57 UTC 2012


commit 73dee08f6a88a1b7a66ae34d2b8c33407b1975d5
Author: Daniel Veillard <veillard at redhat.com>
Date:   Fri Jul 6 22:25:35 2012 +0800

    Release of libvirt-java-0.4.8
    
    - Add flags to StoragePoolRefresh
    - use byte[] array for secretGetValue
    - Fix for the jna parameter passing issue
    - Added domain flags and error constants for libvirt 0.9.12
    Daniel

 .gitignore        |    1 +
 libvirt-java.spec |   14 ++++++++++----
 sources           |    2 +-
 3 files changed, 12 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a109458..4bde864 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 libvirt-java-0.4.6.tar.gz
 /libvirt-java-0.4.7.tar.gz
+/libvirt-java-0.4.8.tar.gz
diff --git a/libvirt-java.spec b/libvirt-java.spec
index d8c933d..0fcdebe 100644
--- a/libvirt-java.spec
+++ b/libvirt-java.spec
@@ -1,8 +1,8 @@
 Summary:    Java bindings for the libvirt virtualization API
 Name:       libvirt-java
-Version:    0.4.7
+Version:    0.4.8
 Prefix:     libvirt
-Release:    3%{?dist}
+Release:    1%{?dist}%{?extra_release}
 License:    LGPLv2+
 BuildArch:  noarch
 Group:      Development/Libraries
@@ -11,7 +11,7 @@ URL:        http://libvirt.org/
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root
 
 Requires:   jna
-Requires:   libvirt-client >= 0.8.2
+Requires:   libvirt-client >= 0.9.12
 Requires:   java >= 1:1.5.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-client >= 0.8.2
+It requires libvirt-client >= 0.9.12
 
 %package    devel
 Summary:    Compressed Java source files for %{name}
@@ -86,6 +86,12 @@ rm -rf %{buildroot}
 %{_javadocdir}/%{name}
 
 %changelog
+* Fri Jul 6 2012 Daniel Veillard <veillard at redhat.com> - 0.4.8-1
+- Add flags to StoragePoolRefresh
+- use byte[] array for secretGetValue
+- Fix for the jna parameter passing issue
+- Added domain flags and error constants for libvirt 0.9.12
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 3778adf..76c7968 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-47d2558a1d2783fb88595a081889e01a  libvirt-java-0.4.7.tar.gz
+714e1f754ecedbdcda947568711fb5f2  libvirt-java-0.4.8.tar.gz


More information about the scm-commits mailing list