[ovirt-engine-cli/f21] Update to upstream 3.5.0.5

Juan Hernandez jhernand at fedoraproject.org
Wed Jan 21 13:26:00 UTC 2015


commit b811fe7c3138d9f8ec865903f05e4a070c81a95a
Author: Juan Hernandez <juan.hernandez at redhat.com>
Date:   Wed Jan 21 14:13:20 2015 +0100

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

 .gitignore            |    1 +
 ovirt-engine-cli.spec |   21 +++++++++++++++++----
 sources               |    2 +-
 3 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f87087d..2c35f40 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /ovirt-engine-cli-3.3.0.4.tar.xz
 /ovirt-engine-cli-3.3.0.5.tar.xz
 /ovirt-engine-cli-3.4.0.5.tar.xz
+/ovirt-engine-cli-3.5.0.5.tar.xz
diff --git a/ovirt-engine-cli.spec b/ovirt-engine-cli.spec
index 433b7b8..2796241 100644
--- a/ovirt-engine-cli.spec
+++ b/ovirt-engine-cli.spec
@@ -1,6 +1,6 @@
 Name: ovirt-engine-cli
-Version: 3.4.0.5
-Release: 3%{dist}
+Version: 3.5.0.5
+Release: 1%{dist}
 Summary: oVirt Engine Command Line Interface
 Group: Development/Libraries
 License: ASL 2.0
@@ -8,7 +8,7 @@ URL: http://ovirt.org
 
 # git clone git://gerrit.ovirt.org/ovirt-engine-cli
 # cd ovirt-engine-cli
-# git archive --prefix ovirt-engine-cli-3.4.0.5/ 3.4.0.5 | xz > ovirt-engine-cli-3.4.0.5.tar.xz
+# git archive --prefix ovirt-engine-cli-3.5.0.5/ 3.5.0.5 | xz > ovirt-engine-cli-3.5.0.5.tar.xz
 Source: %{name}-%{version}.tar.xz
 
 BuildRequires: python2-devel
@@ -19,7 +19,7 @@ BuildRequires: python-kitchen
 BuildArch: noarch
 
 Requires: python
-Requires: ovirt-engine-sdk-python >= 3.4.0.5
+Requires: ovirt-engine-sdk-python >= 3.5.0.1
 Requires: python-setuptools
 Requires: python-ply
 Requires: python-kitchen
@@ -57,6 +57,19 @@ popd
 %doc LICENSE
 
 %changelog
+* Wed Jan 21 2015 Juan Hernandez <juan.hernandez at redhat.com> - 3.5.0.5-1
+- Update to upstream 3.5.0.5.
+- Calculate singulars and plurals correctly #1144110.
+- Explicitly document use of name in show #1091725.
+- Support show by alias #1091725.
+- No regular expression for IP, UUID or number #1110366.
+- Use UTF-8 for writing output files #1126763.
+- Don't fail when there is no tty #1119412.
+- Don't break long lines #1077806.
+- Update to version 2.12a of generateDS.py #1091688.
+- Don't write integer statistics as float #855724.
+- Escape comma in values #1088914.
+
 * Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 3.4.0.5-3
 - Replace pyhton-setuptools-devel BR with python-setuptools
 
diff --git a/sources b/sources
index 29176b0..32a374b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4e13a21c13ebad50ff549906bc167993  ovirt-engine-cli-3.4.0.5.tar.xz
+ee5056778b3f25727ff5377c04e7cdc9  ovirt-engine-cli-3.5.0.5.tar.xz


More information about the scm-commits mailing list