Hello community,

here is the log from the commit of package openstack-swift for openSUSE:Factory 
checked in at 2013-09-25 14:33:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-swift (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-swift.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-swift"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-swift/openstack-swift.changes  
2013-09-16 16:23:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-swift.new/openstack-swift.changes     
2013-09-25 14:33:34.000000000 +0200
@@ -1,0 +2,38 @@
+Sat Sep 21 00:19:50 UTC 2013 - [email protected]
+
+- Update to version 1.9.2.168.g10bb74a+git.1379722790.10bb74a:
+  + Add a user variable to templates
+  + SLOs broken for range requests
+  + Fix unsuitable assertTrue
+
+--------------------------------------------------------------------
+Fri Sep 20 00:34:35 UTC 2013 - [email protected]
+
+- Update to version 1.9.2.163.g9ca7085+git.1379637275.9ca7085:
+  + Fix probe tests
+  + add seek() to CompressingFileReader
+
+--------------------------------------------------------------------
+Thu Sep 19 13:45:33 UTC 2013 - [email protected]
+
+- Update to version 1.9.2.160.gdad4bf3+git.1379598333.dad4bf3:
+  + Handle X-Copy-From header in account_quota mw
+  + Optimizations to Ring.get_more_nodes()
+  + Refactor common/utils methods to common/ondisk
+  + Add HTTPSeeOther(303) and HTTPTemporaryRedirect(307) to swob
+
+-------------------------------------------------------------------
+Wed Sep 18 09:05:24 UTC 2013 - [email protected]
+
+- fix requires 
+
+--------------------------------------------------------------------
+Mon Sep 16 23:51:16 UTC 2013 - [email protected]
+
+- Update to version 1.9.2.152.g8e48dd6+git.1379375476.8e48dd6:
+  + remove useless if from slo
+  + Remove unused method iter_devices_partition
+  + Removed many unnecessary uses of dict.keys
+  + Supply correct arguments to __init__ of a base class
+
+--------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openstack-swift-doc.spec ++++++
--- /var/tmp/diff_new_pack.0EbsG3/_old  2013-09-25 14:33:35.000000000 +0200
+++ /var/tmp/diff_new_pack.0EbsG3/_new  2013-09-25 14:33:35.000000000 +0200
@@ -19,7 +19,7 @@
 %define component swift
 
 Name:           openstack-%{component}-doc
-Version:        1.9.2.144.g31f706b+git.1379203387.31f706b
+Version:        1.9.2.168.g10bb74a+git.1379722790.10bb74a
 Release:        0
 Summary:        OpenStack Storage (Swift) - Documentation
 License:        Apache-2.0
@@ -47,7 +47,7 @@
 This package contains documentation files for openstack-swift.
 
 %prep
-%setup -q -n swift-1.9.2.144.g31f706b
+%setup -q -n swift-1.9.2.168.g10bb74a
 sed -i "s/\r//" LICENSE # Fix wrong-file-end-of-line-encoding warning
 %openstack_cleanup_prep
 

++++++ openstack-swift.spec ++++++
--- /var/tmp/diff_new_pack.0EbsG3/_old  2013-09-25 14:33:35.000000000 +0200
+++ /var/tmp/diff_new_pack.0EbsG3/_new  2013-09-25 14:33:35.000000000 +0200
@@ -21,7 +21,7 @@
 %define username openstack-%{component}
 
 Name:           openstack-%{component}
-Version:        1.9.2.144.g31f706b+git.1379203387.31f706b
+Version:        1.9.2.168.g10bb74a+git.1379722790.10bb74a
 Release:        0
 Summary:        OpenStack Storage (Swift)
 License:        Apache-2.0
@@ -82,7 +82,6 @@
 more expensive equipment.
 
 %package -n python-swift
-
 Summary:        OpenStack Storage (Swift) - Python module
 Group:          Development/Languages/Python
 Requires:       python >= 2.6.8
@@ -92,6 +91,7 @@
 Requires:       python-eventlet >= 0.9.15
 Requires:       python-greenlet >= 0.3.1
 Requires:       python-netifaces >= 0.5
+Requires:       python-pbr >= 0.5.21
 Requires:       python-simplejson >= 2.0.9
 Requires:       python-swiftclient
 Requires:       python-xattr >= 0.4
@@ -100,7 +100,6 @@
 This package contains the core Python module of OpenStack Swift.
 
 %package account
-
 Summary:        OpenStack Storage (Swift) - Account Server
 Group:          Productivity/Clustering/Computing
 Requires:       %{name} = %{version}
@@ -114,7 +113,6 @@
 This package contains the openstack-swift account server.
 
 %package container
-
 Summary:        OpenStack Storage (Swift) - Container Server
 Group:          Productivity/Clustering/Computing
 Requires:       %{name} = %{version}
@@ -128,7 +126,6 @@
 This package contains the openstack-swift container server.
 
 %package object
-
 Summary:        OpenStack Storage (Swift) - Object Server
 Group:          Productivity/Clustering/Computing
 Requires:       %{name} = %{version}
@@ -142,7 +139,6 @@
 This package contains the openstack-swift object server.
 
 %package proxy
-
 Summary:        OpenStack Storage (Swift) - Proxy Server
 Group:          Productivity/Clustering/Computing
 Requires:       %{name} = %{version}
@@ -156,12 +152,12 @@
 This package contains the openstack-swift proxy server.
 
 %package test
-
 Summary:        OpenStack Storage (Swift) - Testsuite
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
 Requires:       python-coverage
 Requires:       python-flake8 >= 2.0
+Requires:       python-hacking >= 0.5.6
 Requires:       python-mock >= 0.8.0
 Requires:       python-nose
 Requires:       python-nosehtmloutput
@@ -175,7 +171,7 @@
 of OpenStack Swift.
 
 %prep
-%setup -q -n swift-1.9.2.144.g31f706b
+%setup -q -n swift-1.9.2.168.g10bb74a
 sed -i "s/\r//" LICENSE # Fix wrong-file-end-of-line-encoding warning
 tar xvf %{SOURCE21}
 %openstack_cleanup_prep

++++++ swift-master.tar.gz ++++++
++++ 2941 lines of diff (skipped)

++++++ swift-test-configs-0.0.0.tar.bz2 ++++++

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to