commit tor for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package tor for openSUSE:Factory checked in 
at 2014-04-20 11:37:20

Comparing /work/SRC/openSUSE:Factory/tor (Old)
 and  /work/SRC/openSUSE:Factory/.tor.new (New)


Package is "tor"

Changes:

--- /work/SRC/openSUSE:Factory/tor/tor.changes  2014-03-09 20:27:18.0 
+0100
+++ /work/SRC/openSUSE:Factory/.tor.new/tor.changes 2014-04-20 
11:37:21.0 +0200
@@ -1,0 +2,5 @@
+Sat Apr 19 02:54:55 UTC 2014 - mook.moz+com.nov...@gmail.com
+
+- Add tor-fw-helper for UPnP port forwarding; not used by default
+
+---



Other differences:
--
++ tor.spec ++
--- /var/tmp/diff_new_pack.HMWl2z/_old  2014-04-20 11:37:22.0 +0200
+++ /var/tmp/diff_new_pack.HMWl2z/_new  2014-04-20 11:37:22.0 +0200
@@ -18,6 +18,7 @@
 
 %define with_bufferevents 0%{?suse_version} > 1220
 %define with_systemd 0%{?suse_version} > 1140
+%define with_upnp 0%{?suse_version} >= 1220 
 %define toruser %{name}
 %define torgroup %{name}
 %define home_dir %{_localstatedir}/lib/empty
@@ -36,6 +37,9 @@
 Source4:tor.tmpfiles
 # PATCH-FIX-UPSTREAM tor-0.2.2.37-logrotate.patch -- add su to logrotate 
config to fix W: suse-logrotate-user-writable-log-dir
 Patch0: tor-0.2.2.37-logrotate.patch
+%if %{with_upnp}
+BuildRequires:  libminiupnpc-devel
+%endif
 BuildRequires:  openssl-devel
 BuildRequires:  pwdutils
 Requires:   logrotate
@@ -93,6 +97,9 @@
 %configure \
--with-tor-user=%{toruser} \
--with-tor-group=%{torgroup} \
+%if %{with_upnp}
+   --enable-upnp \
+%endif
 %if %{with_bufferevents}
--enable-bufferevents \
 %endif
@@ -174,6 +181,9 @@
 %{_bindir}/%{name}ify
 %{_bindir}/%{name}-gencert
 %{_bindir}/%{name}-resolve
+%if %{with_upnp} 
+%{_bindir}/%{name}-fw-helper
+%endif
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/geoip*
 %config(noreplace) %attr(0644,root,root) %{_sysconfdir}/logrotate.d/%{name}


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit rabbitmq-server for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package rabbitmq-server for openSUSE:Factory 
checked in at 2014-04-20 11:36:43

Comparing /work/SRC/openSUSE:Factory/rabbitmq-server (Old)
 and  /work/SRC/openSUSE:Factory/.rabbitmq-server.new (New)


Package is "rabbitmq-server"

Changes:

--- /work/SRC/openSUSE:Factory/rabbitmq-server/rabbitmq-server.changes  
2014-04-05 21:41:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.rabbitmq-server.new/rabbitmq-server.changes 
2014-04-20 11:36:44.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 10 10:25:08 UTC 2014 - matwey.korni...@gmail.com
+
+- require epmd.socket in .service in order not to start earlier
+  than epmd.socket
+
+---



Other differences:
--
++ rabbitmq-server.service ++
--- /var/tmp/diff_new_pack.sRWlRH/_old  2014-04-20 11:36:45.0 +0200
+++ /var/tmp/diff_new_pack.sRWlRH/_new  2014-04-20 11:36:45.0 +0200
@@ -1,6 +1,7 @@
 [Unit]
 Description=RabbitMQ broker
-After=syslog.target network.target
+After=epmd.socket syslog.target network.target
+Requires=epmd.socket
 
 [Service]
 Type=simple

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit libxmp for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package libxmp for openSUSE:Factory checked 
in at 2014-04-20 11:37:04

Comparing /work/SRC/openSUSE:Factory/libxmp (Old)
 and  /work/SRC/openSUSE:Factory/.libxmp.new (New)


Package is "libxmp"

Changes:

--- /work/SRC/openSUSE:Factory/libxmp/libxmp.changes2014-03-04 
13:46:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.libxmp.new/libxmp.changes   2014-04-20 
11:37:06.0 +0200
@@ -1,0 +2,19 @@
+Mon Apr 14 07:46:14 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 4.2.7
+* This release adds support for ADPCM samples in XM files, and
+  implements an OctaMED channel pan effect. It also fixes OctaMED
+  MMD2 and MMD3 note and sample mapping, the XM channel pan
+  effect, and a disabled pan in IT instruments.
+
+---
+Tue Apr  8 14:18:07 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 4.2.6
+* This release has fixes for the Impulse Tracker tempo slide
+  effect, for 15-instrument Soundtracker sample loops, and many
+  fixes for OctaMED modules, including 2-to-7 octave IFFOCT
+  samples, hold and decay support, vibrato depth, and synth
+  instrument volume.
+
+---

Old:

  libxmp-4.2.5.tar.gz

New:

  libxmp-4.2.7.tar.gz



Other differences:
--
++ libxmp.spec ++
--- /var/tmp/diff_new_pack.IyvPuu/_old  2014-04-20 11:37:06.0 +0200
+++ /var/tmp/diff_new_pack.IyvPuu/_new  2014-04-20 11:37:06.0 +0200
@@ -21,7 +21,7 @@
 Summary:Module Player library for MOD, S3M, IT and others
 License:LGPL-2.1
 Group:  Development/Libraries/C and C++
-Version:4.2.5
+Version:4.2.7
 Release:0
 Url:http://xmp.sf.net/
 

++ libxmp-4.2.5.tar.gz -> libxmp-4.2.7.tar.gz ++
 3791 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-trove for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-trove for openSUSE:Factory 
checked in at 2014-04-20 11:36:39

Comparing /work/SRC/openSUSE:Factory/openstack-trove (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-trove.new (New)


Package is "openstack-trove"

Changes:

--- /work/SRC/openSUSE:Factory/openstack-trove/openstack-trove.changes  
2014-04-14 12:33:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-trove.new/openstack-trove.changes 
2014-04-20 11:36:40.0 +0200
@@ -1,0 +2,11 @@
+Thu Apr 17 12:55:28 UTC 2014 - dmuel...@suse.com
+
+- update to 2014.1:
+  * no change
+
+---
+Mon Apr 14 12:34:29 UTC 2014 - dmuel...@suse.com
+
+- switch to release (2014.1.rc1) 
+
+---

Old:

  trove-milestone-proposed.tar.gz

New:

  trove-2014.1.tar.gz



Other differences:
--
++ openstack-trove.spec ++
--- /var/tmp/diff_new_pack.VEwpJ8/_old  2014-04-20 11:36:41.0 +0200
+++ /var/tmp/diff_new_pack.VEwpJ8/_new  2014-04-20 11:36:41.0 +0200
@@ -21,13 +21,13 @@
 %define username %{component}
 
 Name:   openstack-%{component}
-Version:2014.1.dev62.g3582409
+Version:2014.1
 Release:0
 Summary:Openstack DBaaS (Trove)
 License:Apache-2.0
 Group:  System/Management
 Url:https://launchpad.net/trove
-Source: 
http://tarballs.openstack.org/trove/trove-milestone-proposed.tar.gz
+Source: http://tarballs.openstack.org/trove/trove-%{version}.tar.gz
 Source1:%{name}.init
 Source2:%{name}.logrotate
 %if 0%{?suse_version} > 1230
@@ -65,22 +65,22 @@
 Group:  Development/Languages/Python
 Requires:   python >= 2.6.8
 Requires:   python-Jinja2
-Requires:   python-PasteDeploy >= 1.5.0
+Requires:   python-PasteDeploy >= 1.5
 Requires:   python-Routes >= 1.12.3
 Requires:   python-SQLAlchemy >= 0.7.8
 Requires:   python-WebOb >= 1.2.3
 Requires:   python-cinderclient >= 1.0.6
-Requires:   python-designateclient >= 1.0.0
-Requires:   python-eventlet >= 0.13.0
+Requires:   python-designateclient >= 1
+Requires:   python-eventlet >= 0.13
 Requires:   python-heatclient >= 0.2.3
 Requires:   python-iso8601 >= 0.1.9
-Requires:   python-jsonschema >= 2.0.0
-Requires:   python-keystoneclient >= 0.7.0
+Requires:   python-jsonschema >= 2
+Requires:   python-keystoneclient >= 0.7
 Requires:   python-kombu >= 2.4.8
 Requires:   python-lxml >= 2.3
 Requires:   python-netaddr >= 0.7.6
-Requires:   python-novaclient >= 2.17.0
-Requires:   python-oslo.config >= 1.2.0
+Requires:   python-novaclient >= 2.17
+Requires:   python-oslo.config >= 1.2
 Requires:   python-passlib
 Requires:   python-pexpect >= 3.1
 Requires:   python-proboscis >= 1.2.5.3
@@ -136,7 +136,7 @@
 %if 0%{?suse_version} <= 1110
 Requires:   python-discover
 %endif
-Requires:   python-WebTest >= 2.0
+Requires:   python-WebTest >= 2
 Requires:   python-mockito
 Requires:   python-mox >= 0.5.3
 Requires:   python-nose
@@ -149,7 +149,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n %{component}-2014.1.dev62.g3582409
+%setup -q -n %{component}-%{version}
 %openstack_cleanup_prep
 
 %build

++ trove-milestone-proposed.tar.gz -> trove-2014.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trove-2014.1.dev62.g3582409/ChangeLog 
new/trove-2014.1/ChangeLog
--- old/trove-2014.1.dev62.g3582409/ChangeLog   2014-04-02 14:13:29.0 
+0200
+++ new/trove-2014.1/ChangeLog  2014-04-17 11:36:15.0 +0200
@@ -1,6 +1,9 @@
 CHANGES
 ===
 
+2014.1
+--
+
 * Fixed unit test to not actually run backup command
 * Fix create call for security group rules
 * Updated from global requirements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trove-2014.1.dev62.g3582409/PKG-INFO 
new/trove-2014.1/PKG-INFO
--- old/trove-2014.1.dev62.g3582409/PKG-INFO2014-04-02 14:13:29.0 
+0200
+++ new/trove-2014.1/PKG-INFO   2014-04-17 11:36:15.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: trove
-Version: 2014.1.dev62.g3582409
+Version: 2014.1
 Summary: OpenStack DBaaS
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trove-2014.1.dev62.g3582409/trove.egg-info/PKG-INFO 
new/trove-2014.1/trove.egg-info/PKG-INFO
--- old/trove-2014.1.dev62.g3582409/trove.egg-info/PKG-INFO 2014

commit crmsh for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package crmsh for openSUSE:Factory checked 
in at 2014-04-20 11:36:51

Comparing /work/SRC/openSUSE:Factory/crmsh (Old)
 and  /work/SRC/openSUSE:Factory/.crmsh.new (New)


Package is "crmsh"

Changes:

--- /work/SRC/openSUSE:Factory/crmsh/crmsh.changes  2014-04-09 
13:12:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.crmsh.new/crmsh.changes 2014-04-20 
11:36:52.0 +0200
@@ -1,0 +2,16 @@
+Fri Apr 11 07:58:21 UTC 2014 - kgronl...@suse.com
+
+- hb_report: pcmk lib changed permissions (bnc#872958)
+- history: Use subsecond precision if possible (bnc#872932)
+- history: set colours for all nodes found (bnc#872936)
+- upstream: 2.0.0-18-ga957470950b6
+
+---
+Wed Apr  9 12:37:17 UTC 2014 - kgronl...@suse.com
+
+- parse: Support cib object tags (fate#315101)
+- cibconfig: Support filename-style globs in show/edit (bnc#864346)
+- Support Pacemaker 1.3 schema
+- upstream: 2.0.0-12-g60ed9131ec43
+
+---



Other differences:
--
++ crmsh.spec ++
--- /var/tmp/diff_new_pack.c272Ki/_old  2014-04-20 11:36:53.0 +0200
+++ /var/tmp/diff_new_pack.c272Ki/_new  2014-04-20 11:36:53.0 +0200
@@ -41,7 +41,7 @@
 Summary:High Availability cluster command-line interface
 License:GPL-2.0+
 Group:  %{pkg_group}
-Version:2.0+git5
+Version:2.0+git18
 Release:%{?crmsh_release}%{?dist}
 Url:http://crmsh.github.io
 Source0:crmsh.tar.bz2

++ crmsh.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/doc/crm.8.txt new/crmsh/doc/crm.8.txt
--- old/crmsh/doc/crm.8.txt 2014-04-07 22:28:33.0 +0200
+++ new/crmsh/doc/crm.8.txt 2014-04-11 09:31:00.0 +0200
@@ -2717,6 +2717,24 @@
 op_defaults record-pending=true
 ...
 
+[[cmdhelp_configure_tag,Define resource tags]]
+ `tag`
+
+Define a resource tag. A tag is an id referring to one or more
+resources, without implying any constraints between the tagged
+resources. This can be useful for grouping conceptually related
+resources.
+
+Usage:
+...
+tag :  [ ...]
+...
+Example:
+...
+tag web: p-webserver p-vip
+...
+
+
 [[cmdhelp_configure_schema,set or display current CIB RNG schema]]
  `schema`
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/crmsh/hb_report/ha_cf_support.sh 
new/crmsh/hb_report/ha_cf_support.sh
--- old/crmsh/hb_report/ha_cf_support.sh2014-04-07 22:28:33.0 
+0200
+++ new/crmsh/hb_report/ha_cf_support.sh2014-04-11 09:31:00.0 
+0200
@@ -76,7 +76,7 @@
cat< [, ...]]
+out: ...
+"""
+tagid = cli_list[0][1][0][1]
+tag = etree.Element('tag', id=tagid)
+for rsc in cli_list[1]:
+etree.SubElement(tag, 'obj_ref', id=rsc)
+return tag
+
 #
 
 
@@ -2182,6 +2208,7 @@
 "fencing-topology": ("fencing_topology", CibFencingOrder, "configuration"),
 "acl_role": ("role", CibAcl, "acls"),
 "acl_user": ("user", CibAcl, "acls"),
+"tag": ("tag", CibTag, "tags"),
 }
 
 # generate a translation cli -> tag
@@ -2212,7 +2239,7 @@
 self.last_commit_time = 0
 # internal (just not to produce silly messages)
 self._no_constraint_rm_msg = False
-self.supported_cib_re = "^pacemaker-1[.][012]$"
+self.supported_cib_re = "^pacemaker-1[.][0123]$"
 
 def is_cib_sane(self):
 # try to initialize
@@ -2616,16 +2643,23 @@
 self._clean_state()
 id_store.clear()
 
-def find_object(self, obj_id):
-"Find an object for id."
+def find_objects(self, obj_id):
+"Find objects for id (can be a wildcard-glob)."
+matchfn = lambda x: fnmatch.fnmatch(x, obj_id)
+objs = []
 for obj in self.cib_objects:
-if obj.obj_id == obj_id:
-return obj
+if matchfn(obj.obj_id):
+objs.append(obj)
 # special case for Heartbeat nodes which have id
 # different from uname
-if obj.obj_type == "node" and \
-obj.node.get("uname") == obj_id:
-return obj
+elif obj.obj_type == "node" and matchfn(obj.node.get("uname")):
+objs.append(obj)
+return objs
+
+def find_object(self, obj_id):
+objs = self.find_objects(obj_id)
+if len(objs) > 0:
+return objs[0]
 return None
 

commit python-sphinxcontrib-docbookrestapi for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package python-sphinxcontrib-docbookrestapi 
for openSUSE:Factory checked in at 2014-04-20 11:36:35

Comparing /work/SRC/openSUSE:Factory/python-sphinxcontrib-docbookrestapi (Old)
 and  /work/SRC/openSUSE:Factory/.python-sphinxcontrib-docbookrestapi.new 
(New)


Package is "python-sphinxcontrib-docbookrestapi"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-sphinxcontrib-docbookrestapi/python-sphinxcontrib-docbookrestapi.changes
  2014-04-13 13:18:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sphinxcontrib-docbookrestapi.new/python-sphinxcontrib-docbookrestapi.changes
 2014-04-20 11:36:37.0 +0200
@@ -1,0 +2,5 @@
+Mon Apr 14 13:36:51 UTC 2014 - dmuel...@suse.com
+
+- add 0001-Fix-the-code-to-work-with-Python2.6.patch 
+
+---

New:

  0001-Fix-the-code-to-work-with-Python2.6.patch



Other differences:
--
++ python-sphinxcontrib-docbookrestapi.spec ++
--- /var/tmp/diff_new_pack.xKMNXN/_old  2014-04-20 11:36:38.0 +0200
+++ /var/tmp/diff_new_pack.xKMNXN/_new  2014-04-20 11:36:38.0 +0200
@@ -26,6 +26,7 @@
 Source: sphinxcontrib-docbookrestapi-%{version}.tar.gz
 # PATCH-FIX-UPSTREAM speili...@suse.com -- 
https://review.openstack.org/#/c/84132/
 Patch0: 0001-Properly-declare-namespace-package.patch
+Patch1: 0001-Fix-the-code-to-work-with-Python2.6.patch
 BuildRequires:  python-devel
 BuildRequires:  python-pbr
 Requires:   python-Sphinx
@@ -44,6 +45,7 @@
 %prep
 %setup -q -n sphinxcontrib-docbookrestapi-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 python setup.py build

++ 0001-Fix-the-code-to-work-with-Python2.6.patch ++
>From 9ad4e8f5fe41b3c9bf334a3f9aea925a5128eddc Mon Sep 17 00:00:00 2001
From: Cyril Roelandt 
Date: Fri, 29 Nov 2013 18:44:09 +0100
Subject: [PATCH] Fix the code to work with Python2.6

It was previously using some features introduced in Python2.7.

Change-Id: I3b4b2895f231cf98235efd16f65eb123db8a9157
---
 sphinxcontrib/docbookrestapi/docbook.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sphinxcontrib/docbookrestapi/docbook.py 
b/sphinxcontrib/docbookrestapi/docbook.py
index 63ecfd9..e923e53 100644
--- a/sphinxcontrib/docbookrestapi/docbook.py
+++ b/sphinxcontrib/docbookrestapi/docbook.py
@@ -30,7 +30,7 @@ def generate_id(path, method):
 path = path.replace('(', '')
 path = path.replace(')', '')
 elems = path.split('/')
-elems = filter(lambda x: x, elems)  # Remove empty strings
+elems = list(filter(lambda x: x, elems))  # Remove empty strings
 elems = elems[1:]  # Remove "vx" (v1, v2...)
 
 n_elems = len(elems)
@@ -189,12 +189,12 @@ class MyNodeVisitor(SparseNodeVisitor):
 self.in_method_definition = False
 
 def visit_desc(self, node):
-attrs = {k: v for (k, v) in node.attlist()}
+attrs = dict(node.attlist())
 if attrs['domain'] == 'http':
 self.in_method_definition = True
 
 def visit_desc_signature(self, node):
-attrs = {k: v for (k, v) in node.attlist()}
+attrs = dict(node.attlist())
 if 'method' in attrs and 'path' in attrs:
 method_id = generate_id(attrs['path'], attrs['method'])
 self.current_method = ET.Element('method', {
-- 
1.9.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-openstackclient for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package python-openstackclient for 
openSUSE:Factory checked in at 2014-04-20 11:36:24

Comparing /work/SRC/openSUSE:Factory/python-openstackclient (Old)
 and  /work/SRC/openSUSE:Factory/.python-openstackclient.new (New)


Package is "python-openstackclient"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-openstackclient/python-openstackclient.changes
2014-04-09 19:09:58.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackclient.new/python-openstackclient.changes
   2014-04-20 11:36:25.0 +0200
@@ -2 +2 @@
-Thu Mar 27 10:25:53 UTC 2014 - dmuel...@suse.com
+Mon Apr  7 16:42:07 UTC 2014 - dmuel...@suse.com
@@ -4,44 +4 @@
-- go back to released version (0.3.1) for Icehouse 
-

-Mon Mar 24 01:10:32 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.23.gee22070:
-  * Correct display of project/tenant id on display of credentials
-

-Sun Mar 23 01:11:42 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.21.g4900c64:
-  * Produce a useful error message for NoUniqueMatch
-

-Fri Mar 14 00:44:21 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.20.g0c0803d:
-  * identity v3 allow project list filtering by domain
-  * Add ability to set key value pairs in projects
-

-Thu Mar 13 00:55:17 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.17.g65f094e:
-  * Updated from global requirements
-

-Tue Mar 11 00:58:06 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.16.gcf8506d:
-  * Fix 'keypair show' command output
-

-Mon Mar 10 15:39:48 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version python-openstackclient-0.3.1.14.g4632238:
-  * add interface and url to endpoint list
-  * Fixed spelling error, compatability to compatibility
-  * Fixed Spelling errors - compatability to compatibility
-  * Fixed spelling errors - occurance to occurence
-  * Updated from global requirements
-  * Add --volume option to image create command
-  0.3.1
+- switch to released version (0.3.1) 



Other differences:
--
++ python-openstackclient.spec ++
--- /var/tmp/diff_new_pack.Jg2tzU/_old  2014-04-20 11:36:26.0 +0200
+++ /var/tmp/diff_new_pack.Jg2tzU/_new  2014-04-20 11:36:26.0 +0200
@@ -36,7 +36,6 @@
 %endif
 BuildRequires:  python-Babel >= 1.3
 BuildRequires:  python-cliff >= 1.4.3
-BuildRequires:  python-fixtures
 BuildRequires:  python-glanceclient >= 0.9.0
 BuildRequires:  python-keyring >= 1.6.1
 BuildRequires:  python-keystoneclient >= 0.3.2
@@ -48,14 +47,13 @@
 BuildRequires:  python-six >= 1.4.1
 BuildRequires:  python-testrepository >= 0.0.17
 BuildRequires:  python-testtools >= 0.9.32
-Requires:   python-WebOb >= 1.2.3
 Requires:   python-cinderclient >= 1.0.6
 Requires:   python-cliff >= 1.4.3
 Requires:   python-glanceclient >= 0.9.0
 Requires:   python-keyring >= 1.6.1
-Requires:   python-keystoneclient >= 0.6.0
+Requires:   python-keystoneclient >= 0.3.2
 Requires:   python-novaclient >= 2.15.0
-Requires:   python-pbr >= 0.6
+Requires:   python-pbr >= 0.5.21
 Requires:   python-pycrypto >= 2.6
 Requires:   python-requests >= 1.1
 Requires:   python-six >= 1.4.1

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-oslo.config for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package python-oslo.config for 
openSUSE:Factory checked in at 2014-04-20 11:36:06

Comparing /work/SRC/openSUSE:Factory/python-oslo.config (Old)
 and  /work/SRC/openSUSE:Factory/.python-oslo.config.new (New)


Package is "python-oslo.config"

Changes:

--- /work/SRC/openSUSE:Factory/python-oslo.config/python-oslo.config.changes
2014-03-28 13:56:30.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-oslo.config.new/python-oslo.config.changes   
2014-04-20 11:36:07.0 +0200
@@ -2 +2 @@
-Thu Mar 27 10:19:08 UTC 2014 - dmuel...@suse.com
+Wed Apr  2 09:05:43 UTC 2014 - speili...@suse.com
@@ -4,2 +4,29 @@
-- switch back to released version of oslo.config (which is
-  recommended for Icehouse)
+- Update to version 1.3.0:
+  * Include the 'meta' trove classifiers for python versions
+  * Do substitution on overrides and defaults too
+  * Follow style guide for help strings
+  * Updated from global requirements
+  * Convert to oslo.test
+  * Fix a whitespace in a comment
+  * Fix docstring of parsing order
+  * Switch over to oslosphinx
+  * Remove extraneous vim configuration comments
+  * Fix misspellings in oslo.config
+  * Add py33 trove classifier
+  * Support building wheels (PEP-427)
+  * Add Style Guide for help of config options
+  * Add docs for types
+  * Throw exception if --config-dir doesn't exist
+  * Remove copyright from empty files
+  * Implemented support for custom opt types
+  * Fix for parsing error with Dollar Sign ($) in values
+  * Utilizes assertIsNone and assertIsNotNone
+  * Fix spelling errors in docstrings and comments
+  * Added support of operator '=='
+  * Updated from global requirements
+  * Updated from global requirements
+  * Fix to make ConfigOpts no longer obscure IOErrors
+  * Replace assertEquals with assertEqual
+  * Updated from global requirements
+  * Add the ability to validate default options value
+- Switch to Icehouse release
@@ -8 +35 @@
-Mon Mar 10 16:24:49 UTC 2014 -  cloud-de...@suse.de
+Thu Mar 27 10:19:08 UTC 2014 - dmuel...@suse.com
@@ -10,2 +37,2 @@
-- Update to version oslo.config-1.3.0a0.40.gb347519:
-  * Include the 'meta' trove classifiers for python versions
+- switch back to released version of oslo.config (which is
+  recommended for Icehouse)

Old:

  oslo.config-1.2.1.tar.gz

New:

  oslo.config-1.3.0.tar.gz



Other differences:
--
++ python-oslo.config.spec ++
--- /var/tmp/diff_new_pack.5pb4Bp/_old  2014-04-20 11:36:08.0 +0200
+++ /var/tmp/diff_new_pack.5pb4Bp/_new  2014-04-20 11:36:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-oslo.config
-Version:1.2.1
+Version:1.3.0
 Release:0
 Url:https://launchpad.net/oslo/
 Summary:OpenStack configuration API
@@ -28,8 +28,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  fdupes
 BuildRequires:  python-devel
-BuildRequires:  python-oslosphinx
 BuildRequires:  python-pbr
+# Documentation requirements:
+BuildRequires:  python-oslosphinx
 # Test requirements:
 #BuildRequires:  python-coverage >= 3.6
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
@@ -39,13 +40,13 @@
 BuildRequires:  python-fixtures >= 0.3.14
 BuildRequires:  python-mock >= 1.0
 BuildRequires:  python-oslotest
-BuildRequires:  python-python-subunit
-BuildRequires:  python-six
+BuildRequires:  python-python-subunit >= 0.0.18
+BuildRequires:  python-six >= 1.5.2
 BuildRequires:  python-testrepository >= 0.0.17
 BuildRequires:  python-testscenarios >= 0.4
 BuildRequires:  python-testtools >= 0.9.32
 Requires:   python-pbr
-Requires:   python-six
+Requires:   python-six >= 1.5.2
 Provides:   python-oslo-config = 2013.2
 Obsoletes:  python-oslo-config < 2013.2
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110

++ _service ++
--- /var/tmp/diff_new_pack.5pb4Bp/_old  2014-04-20 11:36:08.0 +0200
+++ /var/tmp/diff_new_pack.5pb4Bp/_new  2014-04-20 11:36:08.0 +0200
@@ -5,6 +5,8 @@
   
 oslo.config
   
+  
+  
   
 enable
   

++ oslo.config-1.2.1.tar.gz -> oslo.config-1.3.0.tar.gz ++
 5712 lines of diff (skipped)


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-ceilometer for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-ceilometer for 
openSUSE:Factory checked in at 2014-04-20 11:36:31

Comparing /work/SRC/openSUSE:Factory/openstack-ceilometer (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-ceilometer.new (New)


Package is "openstack-ceilometer"

Changes:

--- 
/work/SRC/openSUSE:Factory/openstack-ceilometer/openstack-ceilometer.changes
2014-04-14 10:52:44.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-ceilometer.new/openstack-ceilometer.changes
   2014-04-20 11:36:32.0 +0200
@@ -1,0 +2,8 @@
+Mon Apr 14 08:54:16 UTC 2014 - dmuel...@suse.com
+
+- update to 2014.1.rc2:
+  * Allowed nested resource metadata in POST'd samples
+  * Fix Jenkins translation jobs
+  * Updated from global requirements
+
+---

Old:

  ceilometer-2014.1.rc1.tar.gz

New:

  ceilometer-2014.1.rc2.tar.gz



Other differences:
--
++ openstack-ceilometer-doc.spec ++
--- /var/tmp/diff_new_pack.NPSfZ5/_old  2014-04-20 11:36:33.0 +0200
+++ /var/tmp/diff_new_pack.NPSfZ5/_new  2014-04-20 11:36:33.0 +0200
@@ -19,7 +19,7 @@
 %define component ceilometer
 
 Name:   openstack-%{component}-doc
-Version:2014.1.rc1
+Version:2014.1.rc2
 Release:0
 Summary:OpenStack Metering (Ceilometer) - Documentation
 License:Apache-2.0

++ openstack-ceilometer.spec ++
--- /var/tmp/diff_new_pack.NPSfZ5/_old  2014-04-20 11:36:33.0 +0200
+++ /var/tmp/diff_new_pack.NPSfZ5/_new  2014-04-20 11:36:33.0 +0200
@@ -22,7 +22,7 @@
 %define username %{component}
 
 Name:   openstack-%{component}
-Version:2014.1.rc1
+Version:2014.1.rc2
 Release:0
 Summary:OpenStack Metering (Ceilometer)
 License:Apache-2.0
@@ -92,18 +92,18 @@
 Requires:   python-croniter >= 0.3.4
 Requires:   python-eventlet >= 0.13.0
 Requires:   python-glanceclient >= 0.9.0
-Requires:   python-happybase >= 0.4
-Requires:   python-iso8601 >= 0.1.8
+Requires:   python-happybase >= 0.5
+Requires:   python-iso8601 >= 0.1.9
 Requires:   python-jsonpath-rw >= 1.2.0
 Requires:   python-jsonschema >= 2.0.0
-Requires:   python-keystoneclient >= 0.6.0
+Requires:   python-keystoneclient >= 0.7.0
 Requires:   python-kombu >= 2.4.8
 Requires:   python-lockfile >= 0.8
 Requires:   python-lxml >= 2.3
 Requires:   python-msgpack-python
-Requires:   python-novaclient >= 2.15.0
+Requires:   python-novaclient >= 2.17.0
 Requires:   python-oslo.config >= 1.2.0
-Requires:   python-oslo.vmware
+Requires:   python-oslo.vmware >= 0.2
 Requires:   python-pecan >= 0.4.5
 Requires:   python-pymongo >= 2.4
 Requires:   python-pysnmp >= 4.2.1

++ ceilometer-2014.1.rc1.tar.gz -> ceilometer-2014.1.rc2.tar.gz ++
 13176 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit openstack-keystone for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-keystone for 
openSUSE:Factory checked in at 2014-04-20 11:36:01

Comparing /work/SRC/openSUSE:Factory/openstack-keystone (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-keystone.new (New)


Package is "openstack-keystone"

Changes:

--- /work/SRC/openSUSE:Factory/openstack-keystone/openstack-keystone.changes
2014-04-14 10:55:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-keystone.new/openstack-keystone.changes   
2014-04-20 11:36:04.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 17 12:52:36 UTC 2014 - dmuel...@suse.com
+
+- update to 2014.1:
+  * no change
+
+---

Old:

  keystone-2014.1.rc2.tar.gz

New:

  keystone-2014.1.tar.gz



Other differences:
--
++ openstack-keystone-doc.spec ++
--- /var/tmp/diff_new_pack.YRfJRq/_old  2014-04-20 11:36:04.0 +0200
+++ /var/tmp/diff_new_pack.YRfJRq/_new  2014-04-20 11:36:04.0 +0200
@@ -19,7 +19,7 @@
 %define component keystone
 
 Name:   openstack-%{component}-doc
-Version:2014.1.rc2
+Version:2014.1
 Release:0
 Summary:OpenStack Identity Service (Keystone) - Documentation
 License:Apache-2.0

++ openstack-keystone.spec ++
--- /var/tmp/diff_new_pack.YRfJRq/_old  2014-04-20 11:36:04.0 +0200
+++ /var/tmp/diff_new_pack.YRfJRq/_new  2014-04-20 11:36:04.0 +0200
@@ -21,7 +21,7 @@
 %define username %{component}
 
 Name:   openstack-%{component}
-Version:2014.1.rc2
+Version:2014.1
 Release:0
 Summary:OpenStack Identity Service (Keystone)
 License:Apache-2.0
@@ -65,16 +65,16 @@
 Requires:   logrotate
 Requires:   python-iso8601 >= 0.1.9
 Requires:   python-keystone = %{version}
-Requires:   python-oslo.config >= 1.2.0
+Requires:   python-oslo.config >= 1.2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 # keystone dependencies
 # To generate a self-signed certificate to be used in demo setups:
 Requires(post): coreutils
 Requires(post): crudini
 Requires(post): python-keystone
-Requires(post): python-dogpile.cache >= 0.5.0
+Requires(post): python-dogpile.cache >= 0.5
 Requires(post): python-argparse
-Requires(post): python-iso8601 >= 0.1.8
+Requires(post): python-iso8601 >= 0.1.9
 # NOTE(saschp): We need OpenStack'S fork here:
 Requires(post): python-sqlalchemy-migrate >= 0.8.2
 Requires(post): python-Routes >= 1.12.3
@@ -98,23 +98,23 @@
 Requires:   python >= 2.6.8
 Requires:   python-Babel >= 1.3
 Requires:   python-Paste
-Requires:   python-PasteDeploy >= 1.5.0
+Requires:   python-PasteDeploy >= 1.5
 Requires:   python-Routes >= 1.12.3
 Requires:   python-SQLAlchemy >= 0.7.8
 Requires:   python-WebOb >= 1.2.3
-Requires:   python-dogpile.cache >= 0.5.0
-Requires:   python-eventlet >= 0.13.0
+Requires:   python-dogpile.cache >= 0.5
+Requires:   python-eventlet >= 0.13
 Requires:   python-greenlet >= 0.3.2
 Requires:   python-iso8601 >= 0.1.9
-Requires:   python-jsonschema >= 2.0.0
-Requires:   python-keystoneclient >= 0.7.0
+Requires:   python-jsonschema >= 2
+Requires:   python-keystoneclient >= 0.7
 Requires:   python-kombu >= 2.4.8
 Requires:   python-ldap >= 2.3.13
 Requires:   python-lockfile >= 0.8
 Requires:   python-lxml >= 2.3
 Requires:   python-netaddr >= 0.7.6
 Requires:   python-oauthlib >= 0.6
-Requires:   python-oslo.messaging >= 1.3.0a9
+Requires:   python-oslo.messaging >= 1.3
 Requires:   python-pam >= 0.1.4
 Requires:   python-passlib
 Requires:   python-pbr >= 0.6
@@ -134,13 +134,13 @@
 Summary:Testsuite for the OpenStack Keystone
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
-Requires:   python-WebTest >= 2.0
+Requires:   python-WebTest >= 2
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 Requires:   python-discover
 %endif
 Requires:   python-fixtures >= 0.3.14
-Requires:   python-keystoneclient >= 0.7.0
-Requires:   python-mock >= 1.0
+Requires:   python-keystoneclient >= 0.7
+Requires:   python-mock >= 1
 Requires:   python-mox >= 0.5.3
 Requires:   python-pysqlite
 Requires:   python-python-memcached >= 1.48

++ keystone-2014.1.rc2.tar.gz -> keystone-2014.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/keystone-2014.1.rc2/ChangeLog 
new/keystone-2014.1/ChangeLog
--- old/keystone-2014.1.rc2/ChangeLog   2014-04-08 10:48:06.0 +0200
+++ new/keystone-2014.1/ChangeLog   2014-04-17 11:22:17.0 +0200
@

commit openstack-neutron for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-neutron for 
openSUSE:Factory checked in at 2014-04-20 11:36:09

Comparing /work/SRC/openSUSE:Factory/openstack-neutron (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-neutron.new (New)


Package is "openstack-neutron"

Changes:

--- /work/SRC/openSUSE:Factory/openstack-neutron/openstack-neutron.changes  
2014-04-14 10:56:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-neutron.new/openstack-neutron.changes 
2014-04-20 11:36:10.0 +0200
@@ -1,0 +2,11 @@
+Thu Apr 17 12:53:32 UTC 2014 - dmuel...@suse.com
+
+- update to 2014.1:
+  * no change
+
+---
+Tue Apr 15 13:59:52 UTC 2014 - dmuel...@suse.com
+
+- add 0001-Robust-detection-for-postgresql-connection-errors.patch 
(bnc#872361) 
+
+---

Old:

  neutron-2014.1.rc2.tar.gz

New:

  0001-Robust-detection-for-postgresql-connection-errors.patch
  neutron-2014.1.tar.gz



Other differences:
--
++ openstack-neutron-doc.spec ++
--- /var/tmp/diff_new_pack.32xKQr/_old  2014-04-20 11:36:11.0 +0200
+++ /var/tmp/diff_new_pack.32xKQr/_new  2014-04-20 11:36:11.0 +0200
@@ -19,7 +19,7 @@
 %define component neutron
 
 Name:   openstack-neutron-doc
-Version:2014.1.rc2
+Version:2014.1
 Release:0
 Summary:OpenStack Virtual Network Service (Neutron) - Documentation
 License:Apache-2.0

++ openstack-neutron.spec ++
--- /var/tmp/diff_new_pack.32xKQr/_old  2014-04-20 11:36:11.0 +0200
+++ /var/tmp/diff_new_pack.32xKQr/_new  2014-04-20 11:36:11.0 +0200
@@ -21,7 +21,7 @@
 %define username %{component}
 
 Name:   openstack-neutron
-Version:2014.1.rc2
+Version:2014.1
 Release:0
 Summary:OpenStack Network
 License:Apache-2.0
@@ -40,6 +40,7 @@
 %endif
 Patch1: 0001-Only-enable-IP6Tables-managing-if-IPv6-is-available.patch
 Patch2: 0001-Start-ping-listener-also-for-postgresql.patch
+Patch3: 0001-Robust-detection-for-postgresql-connection-errors.patch
 BuildRequires:  crudini
 BuildRequires:  fdupes
 BuildRequires:  openstack-suse-macros
@@ -52,7 +53,7 @@
 Requires:   openstack-suse-sudo
 Requires:   python >= 2.6.8
 Requires:   python-neutron = %{version}
-Requires:   python-oslo.config >= 1.2.0
+Requires:   python-oslo.config >= 1.2
 Provides:   openstack-quantum = 2013.2.0
 Obsoletes:  openstack-quantum < 2013.2.0
 Requires(pre):  pwdutils
@@ -81,24 +82,24 @@
 Requires:   python >= 2.6.8
 Requires:   python-Jinja2
 Requires:   python-Paste
-Requires:   python-PasteDeploy >= 1.5.0
+Requires:   python-PasteDeploy >= 1.5
 Requires:   python-Routes >= 1.12.3
 Requires:   python-SQLAlchemy >= 0.7.8
 Requires:   python-WebOb >= 1.2.3
 Requires:   python-alembic >= 0.4.1
 Requires:   python-amqplib >= 0.6.1
 Requires:   python-anyjson >= 0.3.3
-Requires:   python-eventlet >= 0.13.0
+Requires:   python-eventlet >= 0.13
 Requires:   python-greenlet >= 0.3.2
 Requires:   python-httplib2 >= 0.7.5
 Requires:   python-iso8601 >= 0.1.9
 Requires:   python-jsonrpclib
-Requires:   python-keystoneclient >= 0.7.0
+Requires:   python-keystoneclient >= 0.7
 Requires:   python-kombu >= 2.4.8
 Requires:   python-netaddr >= 0.7.6
 Requires:   python-neutronclient >= 2.3.4
-Requires:   python-novaclient >= 2.17.0
-Requires:   python-oslo.config >= 1.2.0
+Requires:   python-novaclient >= 2.17
+Requires:   python-oslo.config >= 1.2
 Requires:   python-oslo.rootwrap
 Requires:   python-pbr >= 0.6
 Requires:   python-requests >= 1.1
@@ -304,14 +305,14 @@
 Summary:OpenStack Network - Testsuite
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
-Requires:   python-WebTest >= 2.0
+Requires:   python-WebTest >= 2
 Requires:   python-cliff >= 1.4.3
 Requires:   python-configobj
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 Requires:   python-discover
 %endif
 Requires:   python-fixtures >= 0.3.14
-Requires:   python-mock >= 1.0
+Requires:   python-mock >= 1
 Requires:   python-python-subunit >= 0.0.18
 Requires:   python-testrepository >= 0.0.18
 Requires:   python-testtools >= 0.9.34
@@ -326,6 +327,7 @@
 %setup -q -n %{component}-%{version}
 %patch1 -p1
 %patch2
+%patch3 -p1
 %openstack_cleanup_prep
 
 %build

++ 0001-Robust-detection-for-postgresql-connection-errors.patch ++
>From d9bbb042f6287061e89c1e2f96b9f70c176c871a Mon Sep 17 00:00:00 2001
F

commit openstack-cinder for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-cinder for 
openSUSE:Factory checked in at 2014-04-20 11:35:57

Comparing /work/SRC/openSUSE:Factory/openstack-cinder (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-cinder.new (New)


Package is "openstack-cinder"

Changes:

--- /work/SRC/openSUSE:Factory/openstack-cinder/openstack-cinder.changes
2014-04-14 10:52:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-cinder.new/openstack-cinder.changes   
2014-04-20 11:35:58.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 17 12:47:09 UTC 2014 - dmuel...@suse.com
+
+- update to 2014.1
+  * driver.create/remove_export() require elevated ctx
+  * Check for silent failure of tgtadm remove
+
+---
+Tue Apr 15 08:29:46 UTC 2014 - dmuel...@suse.com
+
+- Update to version 2014.1.rc2
+  * driver.create/remove_export() require elevated ctx
+  * Check for silent failure of tgtadm remove
+- fix requires
+
+---

Old:

  cinder-milestone-proposed.tar.gz

New:

  cinder-2014.1.tar.gz



Other differences:
--
++ openstack-cinder-doc.spec ++
--- /var/tmp/diff_new_pack.Of1FnC/_old  2014-04-20 11:35:59.0 +0200
+++ /var/tmp/diff_new_pack.Of1FnC/_new  2014-04-20 11:35:59.0 +0200
@@ -19,13 +19,13 @@
 %define component cinder
 
 Name:   openstack-%{component}-doc
-Version:2014.1.dev17.g512170a
+Version:2014.1
 Release:0
 Summary:OpenStack Block Storage (Cinder) - Documentation
 License:Apache-2.0
 Group:  Documentation/HTML
 Url:https://launchpad.net/cinder
-Source: 
http://tarballs.openstack.org/cinder/cinder-milestone-proposed.tar.gz
+Source: http://tarballs.openstack.org/cinder/cinder-%{version}.tar.gz
 BuildRequires:  graphviz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-Babel

++ openstack-cinder.spec ++
--- /var/tmp/diff_new_pack.Of1FnC/_old  2014-04-20 11:35:59.0 +0200
+++ /var/tmp/diff_new_pack.Of1FnC/_new  2014-04-20 11:35:59.0 +0200
@@ -21,13 +21,13 @@
 %define username %{component}
 
 Name:   openstack-%{component}
-Version:2014.1.dev17.g512170a
+Version:2014.1
 Release:0
 Summary:OpenStack Block Storage (Cinder)
 License:Apache-2.0
 Group:  System/Management
 Url:https://launchpad.net/cinder
-Source: 
http://tarballs.openstack.org/cinder/cinder-milestone-proposed.tar.gz
+Source: http://tarballs.openstack.org/cinder/cinder-%{version}.tar.gz
 Source1:%{name}.init
 Source2:%{name}.logrotate
 Source3:cinder-sudoers
@@ -60,7 +60,7 @@
 Requires:   python >= 2.6.8
 Requires:   python-cinder = %{version}
 Requires:   python-kombu >= 2.4.8
-Requires:   python-oslo.config >= 1.2.0
+Requires:   python-oslo.config >= 1.2
 Requires:   python-swiftclient >= 1.6
 %if 0%{?suse_version} > 1110
 Requires(pre):  pwdutils
@@ -87,22 +87,24 @@
 Requires:   python >= 2.6.8
 Requires:   python-Babel >= 1.3
 Requires:   python-Paste
-Requires:   python-PasteDeploy >= 1.5.0
+Requires:   python-PasteDeploy >= 1.5
 Requires:   python-Routes >= 1.12.3
 Requires:   python-SQLAlchemy >= 0.7.8
 Requires:   python-WebOb >= 1.2.3
 Requires:   python-amqplib >= 0.6.1
 Requires:   python-anyjson >= 0.3.3
-Requires:   python-eventlet >= 0.13.0
-Requires:   python-glanceclient >= 0.9.0
+Requires:   python-eventlet >= 0.13
+Requires:   python-glanceclient >= 0.9
 Requires:   python-greenlet >= 0.3.2
 Requires:   python-iso8601 >= 0.1.9
-Requires:   python-keystoneclient >= 0.7.0
+Requires:   python-keystoneclient >= 0.7
 Requires:   python-lxml >= 2.3
 Requires:   python-netaddr >= 0.7.6
-Requires:   python-novaclient >= 2.17.0
+Requires:   python-novaclient >= 2.17
+Requires:   python-oslo.messaging >= 1.3
 Requires:   python-oslo.rootwrap
-Requires:   python-paramiko >= 1.9.0
+Requires:   python-paramiko >= 1.9
+Requires:   python-requests >= 1.1
 Requires:   python-rtslib-fb >= 2.1.39
 Requires:   python-six >= 1.5.2
 Requires:   python-sqlalchemy-migrate >= 0.8.2
@@ -170,10 +172,10 @@
 Requires:   python-discover
 %endif
 Requires:   python-fixtures >= 0.3.14
-Requires:   python-glanceclient >= 0.9.0
-Requires:   python-hp3parclient >= 3.0
-Requires:   python-hplefthandclient >= 1.0.0
-Requires:   python-mock >= 1.0
+Requires:   python-glanceclient >= 0.9
+Requires:   python-hp3parclient >= 3
+Requires:   python-hplefth

commit openstack-glance for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package openstack-glance for 
openSUSE:Factory checked in at 2014-04-20 11:35:53

Comparing /work/SRC/openSUSE:Factory/openstack-glance (Old)
 and  /work/SRC/openSUSE:Factory/.openstack-glance.new (New)


Package is "openstack-glance"

Changes:

--- /work/SRC/openSUSE:Factory/openstack-glance/openstack-glance-doc.changes
2014-04-14 10:53:09.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.openstack-glance.new/openstack-glance-doc.changes   
2014-04-20 11:35:54.0 +0200
@@ -2,72 +1,0 @@
-Thu Mar 27 01:43:33 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version glance-2014.1.dev44.gdc2672a:
-  * Return 405 when attempting DELETE on /tasks
-  * Removes use of timeutils.set_time_override
-  * Remove dependency of test_v1_api on other tests
-

-Wed Mar 26 01:45:24 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version glance-2014.1.dev38.gb5d3295:
-  * Pass Message object to webob exception
-

-Tue Mar 25 01:45:22 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version glance-2014.1.dev36.gaabc62a:
-  * VMware store.add to return the image size uploaded
-  * registry: log errors on failure
-

-Sat Mar 22 01:43:00 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version glance-2014.1.dev32.g09265f6:
-  * Remove openstack.common.fixture
-

-Fri Mar 21 01:54:56 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version glance-2014.1.dev31.g49d3220:
-  * Detect MultiDict when generating json body
-

-Mon Mar 17 01:06:27 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version glance-2014.1.dev29.gddae276:
-  * Make the VMware datastore backend more robust
-  * Add copyright text to glance/openstack/common/__init__.py
-

-Sat Mar 15 01:08:01 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version glance-2014.1.dev26.gc6365cc:
-  * Makes possible to enable Registry API v1 and v2
-  * Fix glance db migration failed on 031
-  * Include Location header in POST /tasks response
-  * Catch exception when image cache pruning
-

-Fri Mar 14 00:36:42 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version glance-2014.1.dev19.g2d3fa9e:
-  * Updated from global requirements
-  * Provide an upgrade period for enabling stores
-  * API v2: Allow GET on unowned images with show_image_direct_url
-

-Thu Mar 13 01:43:08 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version glance-2014.1.dev14.g09b583e:
-  * Remove import specific validation from tasks resource
-  * Provide explicit image create value in Registry v2 API test
-

-Tue Mar 11 01:50:21 UTC 2014 -  cloud-de...@suse.de
-
-- Update to version glance-2014.1.dev10.gcc118d4:
-  * Don't enable all stores by default
-  2014.1.b3
-  * Log 'image_id' with all BadStoreURI error messages
-

--- /work/SRC/openSUSE:Factory/openstack-glance/openstack-glance.changes
2014-04-14 10:53:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-glance.new/openstack-glance.changes   
2014-04-20 11:35:54.0 +0200
@@ -2 +2 @@
-Thu Mar 27 10:15:05 UTC 2014 - dmuel...@suse.com
+Thu Apr 17 12:50:28 UTC 2014 - dmuel...@suse.com
@@ -4 +4,2 @@
-- switch back to Icehouse branch
+- update to 2014.1:
+  * no change
@@ -7 +8 @@
-Thu Mar 27 01:43:36 UTC 2014 -  cloud-de...@suse.de
+Mon Apr 14 19:30:59 UTC 2014 - dmuel...@suse.com
@@ -9,4 +10 @@
-- Update to version glance-2014.1.dev44.gdc2672a:
-  * Return 405 when attempting DELETE on /tasks
-  * Removes use of timeutils.set_time_override
-  * Remove dependency of test_v1_api on other tests
+- switch over to non-openstack-prefix'ed users 
@@ -15 +13 @@
-Wed Mar 26 01:45:27 UTC 2014 -  cloud-de...@suse.de
+Mon Apr 14 09:05:21 UTC 2014 - dmuel...@suse.com
@@ -17,2 +15,7 @@
-- Update to version glance-2014.1.dev38.gb5d3295:
-  * Pass Message object to webob exception
+- update to 2014.1.rc2:
+  * Fixes Glance Registry V2 client
+  * Update Glance configuration sample files for database options
+  * To prevent remote code injection on Sheepdog store
+  * Fix Jenkins translation jobs
+  * Catch loading failures if transport_url is not set
+  * Updated from global requirements
@@ -21 +24 @@
-Tue Mar 25 01:45:25 UTC 2014 -  cloud-de...@suse.de
+Fri Apr  4 13:35:31 UT

commit python3-nose for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package python3-nose for openSUSE:Factory 
checked in at 2014-04-20 11:35:10

Comparing /work/SRC/openSUSE:Factory/python3-nose (Old)
 and  /work/SRC/openSUSE:Factory/.python3-nose.new (New)


Package is "python3-nose"

Changes:

--- /work/SRC/openSUSE:Factory/python3-nose/python3-nose-doc.changes
2013-06-21 19:01:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-nose.new/python3-nose-doc.changes   
2014-04-20 11:35:11.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 17 11:18:47 UTC 2014 - toddrme2...@gmail.com
+
+- update to 1.3.1:
+  * very long list of bugfixes, see included CHANGELOG for details
+  
+---
--- /work/SRC/openSUSE:Factory/python3-nose/python3-nose.changes
2014-02-26 06:55:37.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-nose.new/python3-nose.changes   
2014-04-20 11:35:12.0 +0200
@@ -1,0 +2,6 @@
+Thu Apr 17 11:18:47 UTC 2014 - toddrme2...@gmail.com
+
+- update to 1.3.1:
+  * very long list of bugfixes, see included CHANGELOG for details
+
+---

Old:

  nose-1.3.0.tar.gz

New:

  nose-1.3.1.tar.gz



Other differences:
--
++ python3-nose-doc.spec ++
--- /var/tmp/diff_new_pack.oQ4XOO/_old  2014-04-20 11:35:12.0 +0200
+++ /var/tmp/diff_new_pack.oQ4XOO/_new  2014-04-20 11:35:12.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python3-nose-doc
-Version:1.3.0
+Version:1.3.1
 Release:0
 Url:http://readthedocs.org/docs/nose/
 Summary:Nose extends unittest to make testing easier

python3-nose.spec: same change
++ nose-1.3.0.tar.gz -> nose-1.3.1.tar.gz ++
 2522 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit perl-Sys-Virt for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2014-04-20 11:35:00

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2014-03-04 13:58:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2014-04-20 11:35:02.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  7 12:00:30 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.3
+  - Add all new APIs and constants in libvirt 1.2.3
+
+---

Old:

  Sys-Virt-1.2.2.tar.gz

New:

  Sys-Virt-1.2.3.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.pQkyeL/_old  2014-04-20 11:35:03.0 +0200
+++ /var/tmp/diff_new_pack.pQkyeL/_new  2014-04-20 11:35:03.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:1.2.2
+Version:1.2.3
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection

++ Sys-Virt-1.2.2.tar.gz -> Sys-Virt-1.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/Changes new/Sys-Virt-1.2.3/Changes
--- old/Sys-Virt-1.2.2/Changes  2014-03-03 12:21:53.0 +0100
+++ new/Sys-Virt-1.2.3/Changes  2014-04-07 12:35:31.0 +0200
@@ -1,5 +1,11 @@
 Revision history for perl module Sys::Virt
 
+1.2.3 2014-04-07
+
+ - Add VIR_FROM_CRYPTO error constant
+ - Add VIR_MIGRATE_AUTO_CONVERGE migration constant
+ - Add virDomainCoreDumpWithFormat and its constants
+
 1.2.2 2014-03-03
 
  - Add new domain blk I/O constants
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/META.yml new/Sys-Virt-1.2.3/META.yml
--- old/Sys-Virt-1.2.2/META.yml 2014-03-03 12:22:04.0 +0100
+++ new/Sys-Virt-1.2.3/META.yml 2014-04-07 12:50:38.0 +0200
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name: Sys-Virt
 abstract: Extension for the libvirt library
-version:  1.2.2
+version:  1.2.3
 author:
   - Daniel P. Berrange 
 license: perl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/MYMETA.json 
new/Sys-Virt-1.2.3/MYMETA.json
--- old/Sys-Virt-1.2.2/MYMETA.json  2014-03-03 12:21:57.0 +0100
+++ new/Sys-Virt-1.2.3/MYMETA.json  2014-04-07 12:50:30.0 +0200
@@ -42,5 +42,5 @@
   }
},
"release_status" : "stable",
-   "version" : "v1.2.2"
+   "version" : "v1.2.3"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/MYMETA.yml 
new/Sys-Virt-1.2.3/MYMETA.yml
--- old/Sys-Virt-1.2.2/MYMETA.yml   2014-03-03 12:21:57.0 +0100
+++ new/Sys-Virt-1.2.3/MYMETA.yml   2014-04-07 12:50:30.0 +0200
@@ -24,4 +24,4 @@
   Test::Pod::Coverage: 0
   Time::HiRes: 0
   XML::XPath: 0
-version: v1.2.2
+version: v1.2.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/Makefile.PL 
new/Sys-Virt-1.2.3/Makefile.PL
--- old/Sys-Virt-1.2.2/Makefile.PL  2014-03-03 12:21:53.0 +0100
+++ new/Sys-Virt-1.2.3/Makefile.PL  2014-04-07 12:35:31.0 +0200
@@ -3,7 +3,7 @@
 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
 # the contents of the Makefile that is written.
 
-my $libvirtver = "1.2.2";
+my $libvirtver = "1.2.3";
 my $stat = system "pkg-config --atleast-version=$libvirtver libvirt";
 die "cannot run pkg-config to check libvirt version" if $stat == -1;
 die "libvirt >= $libvirtver is required\n" unless $stat == 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/README new/Sys-Virt-1.2.3/README
--- old/Sys-Virt-1.2.2/README   2014-03-03 12:21:53.0 +0100
+++ new/Sys-Virt-1.2.3/README   2014-04-07 12:35:31.0 +0200
@@ -7,6 +7,6 @@
 The only pre-requisite for this module is libvirt itself. For
 installation instructions, consult the INSTALL file.
 
-The current minimum required version of libvirt is 1.2.2
+The current minimum required version of libvirt is 1.2.3
 
 -- End
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-1.2.2/Virt.xs new/Sys-Virt-1.2.3/Virt.xs
--- old/Sys-Virt-1.2.2/Virt.xs  2014-03-03 12:21:53.0 +0100
+++ new/Sys-Virt-1.2.3/Virt.xs  2014-04-07 12:35:31.0 +0200
@@ -3125,13 +3125,24 @@
 void
 core_dump(dom, to, flags=0)
   virDomainPtr dom

commit libvirt-python for openSUSE:Factory

2014-04-20 Thread h_root
Hello community,

here is the log from the commit of package libvirt-python for openSUSE:Factory 
checked in at 2014-04-20 11:34:57

Comparing /work/SRC/openSUSE:Factory/libvirt-python (Old)
 and  /work/SRC/openSUSE:Factory/.libvirt-python.new (New)


Package is "libvirt-python"

Changes:

--- /work/SRC/openSUSE:Factory/libvirt-python/libvirt-python.changes
2014-03-04 13:45:29.0 +0100
+++ /work/SRC/openSUSE:Factory/.libvirt-python.new/libvirt-python.changes   
2014-04-20 11:34:58.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  7 11:54:39 MDT 2014 - jfeh...@suse.com
+
+- Update to 1.2.3
+  - Add all new APIs and constants in libvirt 1.2.3
+
+---

Old:

  libvirt-python-1.2.2.tar.bz2

New:

  libvirt-python-1.2.3.tar.bz2



Other differences:
--
++ libvirt-python.spec ++
--- /var/tmp/diff_new_pack.vSLO1F/_old  2014-04-20 11:34:59.0 +0200
+++ /var/tmp/diff_new_pack.vSLO1F/_new  2014-04-20 11:34:59.0 +0200
@@ -18,7 +18,7 @@
 
 Name:   libvirt-python
 Url:http://libvirt.org/
-Version:1.2.2
+Version:1.2.3
 Release:0
 Summary:Library providing a simple virtualization API
 License:LGPL-2.1+

++ libvirt-python-1.2.2.tar.bz2 -> libvirt-python-1.2.3.tar.bz2 ++
 1834 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org