[ovirt-engine-sdk-java/f19] Update to upstream version 3.4.3.0

Juan Hernandez jhernand at fedoraproject.org
Fri Jul 18 13:24:32 UTC 2014


commit 4f5fae4c50f170673a30f10152ef24d35cb7a8a6
Author: Juan Hernandez <juan.hernandez at redhat.com>
Date:   Fri Jul 18 13:56:59 2014 +0200

    Update to upstream version 3.4.3.0
    
    Signed-off-by: Juan Hernandez <juan.hernandez at redhat.com>

 .gitignore                 |    1 +
 ovirt-engine-sdk-java.spec |   22 +++++++++++++++++++---
 sources                    |    2 +-
 3 files changed, 21 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd46e01..9ebd0f4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /ovirt-engine-sdk-java-1.0.0.18.tar.xz
 /ovirt-engine-sdk-java-3.4.0.7.tar.xz
+/ovirt-engine-sdk-java-3.4.3.0.tar.xz
diff --git a/ovirt-engine-sdk-java.spec b/ovirt-engine-sdk-java.spec
index bb87358..6df32e6 100644
--- a/ovirt-engine-sdk-java.spec
+++ b/ovirt-engine-sdk-java.spec
@@ -1,5 +1,5 @@
 Name: ovirt-engine-sdk-java
-Version: 3.4.0.7
+Version: 3.4.3.0
 Release: 1%{?dist}
 Summary: oVirt Engine Software Development Kit (Java)
 Group: Development/Libraries
@@ -8,7 +8,7 @@ URL: http://ovirt.org
 
 # git clone git://gerrit.ovirt.org/ovirt-engine-sdk-java
 # cd ovirt-engine-sdk-java
-# git archive --prefix ovirt-engine-sdk-java-3.4.0.7/ 3.4.0.7 | xz > ovirt-engine-sdk-java-3.4.0.7.tar.xz
+# git archive --prefix ovirt-engine-sdk-java-3.4.3.0/ 3.4.3.0 | xz > ovirt-engine-sdk-java-3.4.3.0.tar.xz
 Source: %{name}-%{version}.tar.xz
 
 BuildArch: noarch
@@ -17,12 +17,13 @@ BuildRequires: apache-commons-compress
 BuildRequires: apache-commons-logging
 BuildRequires: httpcomponents-client
 BuildRequires: junit
+BuildRequires: log4j
 BuildRequires: maven-compiler-plugin
 BuildRequires: maven-install-plugin
 BuildRequires: maven-jar-plugin
 BuildRequires: maven-javadoc-plugin
-BuildRequires: maven-source-plugin
 BuildRequires: maven-local
+BuildRequires: maven-source-plugin
 
 
 %description
@@ -73,6 +74,21 @@ mv ovirt-engine-sdk-java/* .
 
 
 %changelog
+* Fri Jul 18 2014 Juan Hernandez <juan.hernandez at redhat.com> - 3.4.3.0-1
+- Update to upstream version 3.4.3.0.
+- Add expect and correlationId parameters to network labels related
+  methods #1101531.
+- Add method to get entity by string id #1099818.
+- Added maintenance operation to VM.
+- Added hosted_engine element to Host.
+- Added labels to Network.
+- Added labels to HostNIC.
+- Added actions to preview, commit and undo snapshots.
+- Added support for affinity groups.
+- Added support to import a VM as template.
+- Removed external_id from users and groups.
+- Renamed cloud_init.hostname to cloud_init.host.address.
+
 * Thu Mar 27 2014 Juan Hernandez <juan.hernandez at redhat.com> - 3.4.0.7-1
 - Update to upstream 3.4.0.7 in order to suport version 3.4 of the
   oVirt project.
diff --git a/sources b/sources
index 8a23926..159d6b6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b1bd034727f93e164272ae0cd828cba  ovirt-engine-sdk-java-3.4.0.7.tar.xz
+b2e44aba11700024f7881f4fb650ddba  ovirt-engine-sdk-java-3.4.3.0.tar.xz


More information about the scm-commits mailing list