Hello community,

here is the log from the commit of package openstack-cinder for 
openSUSE:Factory checked in at 2013-02-08 07:12:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-cinder (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-cinder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-cinder", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-cinder/openstack-cinder.changes        
2013-01-29 06:45:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-cinder.new/openstack-cinder.changes   
2013-02-08 07:12:31.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Feb  6 06:55:55 UTC 2013 - [email protected]
+
+- Update to version 2012.2.4+git.1360133755.a8caa79:
+  + Final versioning for 2012.2.3
+  + Bump version to 2012.2.4
+  + Fix typo in cinder/db/api.py
+
+--------------------------------------------------------------------

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

Other differences:
------------------
++++++ openstack-cinder-doc.spec ++++++
--- /var/tmp/diff_new_pack.ymHQ6y/_old  2013-02-08 07:12:34.000000000 +0100
+++ /var/tmp/diff_new_pack.ymHQ6y/_new  2013-02-08 07:12:34.000000000 +0100
@@ -19,7 +19,7 @@
 %define component cinder
 
 Name:           openstack-%{component}-doc
-Version:        2012.2.3+git.1358429029.cdf6c13
+Version:        2012.2.4+git.1360133755.a8caa79
 Release:        1
 License:        Apache-2.0
 Summary:        OpenStack Block Storage (Cinder) - Documentation
@@ -58,7 +58,7 @@
 This package contains documentation files for %{name}.
 
 %prep
-%setup -q -n cinder-2012.2.3
+%setup -q -n cinder-2012.2.4
 %openstack_cleanup_prep
 
 %build

++++++ openstack-cinder.spec ++++++
--- /var/tmp/diff_new_pack.ymHQ6y/_old  2013-02-08 07:12:34.000000000 +0100
+++ /var/tmp/diff_new_pack.ymHQ6y/_new  2013-02-08 07:12:34.000000000 +0100
@@ -21,7 +21,7 @@
 %define username openstack-%{component}
 
 Name:           openstack-%{component}
-Version:        2012.2.3+git.1358429029.cdf6c13
+Version:        2012.2.4+git.1360133755.a8caa79
 Release:        1
 License:        Apache-2.0
 Summary:        OpenStack Block Storage (Cinder)
@@ -143,7 +143,7 @@
 functionality of OpenStack Cinder.
 
 %prep
-%setup -q -n cinder-2012.2.3
+%setup -q -n cinder-2012.2.4
 %patch0 -p1
 %openstack_cleanup_prep
 # FIXME: Fix path to test/policy.json due to our special test setup

++++++ cinder-stable-folsom.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinder-2012.2.3/AUTHORS new/cinder-2012.2.4/AUTHORS
--- old/cinder-2012.2.3/AUTHORS 2013-01-17 07:02:18.000000000 +0100
+++ new/cinder-2012.2.4/AUTHORS 2013-02-04 15:48:43.000000000 +0100
@@ -29,6 +29,7 @@
 Monty Taylor <[email protected]>
 MotoKen <[email protected]>
 Nirmal Ranganathan <[email protected]>
+Ollie Leahy <[email protected]>
 Pádraig Brady <[email protected]>
 Rafi Khardalian <[email protected]>
 Ray Chen <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinder-2012.2.3/ChangeLog 
new/cinder-2012.2.4/ChangeLog
--- old/cinder-2012.2.3/ChangeLog       2013-01-17 07:02:18.000000000 +0100
+++ new/cinder-2012.2.4/ChangeLog       2013-02-04 15:48:43.000000000 +0100
@@ -1,3 +1,44 @@
+commit a8caa79fd93e9837055660904494141251572413
+Author: Ollie Leahy <[email protected]>
+Date:   Tue Jan 29 11:25:27 2013 +0000
+
+    Fix typo in cinder/db/api.py
+    
+    The api method quota_destroy_all_by_project() calls the implementation
+    quota_get_all_by_project()
+    
+    Change-Id: I11927e1fd29c6248ce755dfd236bf0f9adf39d94
+    Fixes: bug #1108766
+    (cherry picked from commit b79e1f485c85cbb16280adc8d590886e25694c87)
+
+ cinder/db/api.py           |    2 +-
+ cinder/tests/test_quota.py |   15 +++++++++++++++
+ 2 files changed, 16 insertions(+), 1 deletion(-)
+
+commit 712f5ce76f8f3d095212df079040d1e60867895e
+Author: Mark McLoughlin <[email protected]>
+Date:   Thu Jan 31 21:33:47 2013 +0000
+
+    Bump version to 2012.2.4
+    
+    Set version to 2012.2.4, but with final=False
+    
+    Change-Id: I9dab1dc62e41cdb4143a3c8083e65c4b13a22eb4
+
+ cinder/version.py |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit a52ca0c0a03b3c15847445d8e4e9b52e9dab46c1
+Author: Mark McLoughlin <[email protected]>
+Date:   Thu Jan 31 21:30:33 2013 +0000
+
+    Final versioning for 2012.2.3
+    
+    Change-Id: Ic83a1c1617ad74b931f54f1755bc9dcecfe2c527
+
+ cinder/version.py |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit cdf6c1398a1f5a57799b9532a4fc9a13f6eed2d4
 Author: Carlos Goncalves <[email protected]>
 Date:   Thu Dec 6 14:50:29 2012 +0000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinder-2012.2.3/PKG-INFO new/cinder-2012.2.4/PKG-INFO
--- old/cinder-2012.2.3/PKG-INFO        2013-01-17 07:02:21.000000000 +0100
+++ new/cinder-2012.2.4/PKG-INFO        2013-02-04 15:48:47.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: cinder
-Version: 2012.2.3
+Version: 2012.2.4
 Summary: block storage service
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinder-2012.2.3/cinder/db/api.py 
new/cinder-2012.2.4/cinder/db/api.py
--- old/cinder-2012.2.3/cinder/db/api.py        2013-01-17 06:59:35.000000000 
+0100
+++ new/cinder-2012.2.4/cinder/db/api.py        2013-02-04 15:45:39.000000000 
+0100
@@ -600,7 +600,7 @@
 
 def quota_destroy_all_by_project(context, project_id):
     """Destroy all quotas associated with a given project."""
-    return IMPL.quota_get_all_by_project(context, project_id)
+    return IMPL.quota_destroy_all_by_project(context, project_id)
 
 
 def reservation_expire(context):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinder-2012.2.3/cinder/tests/test_quota.py 
new/cinder-2012.2.4/cinder/tests/test_quota.py
--- old/cinder-2012.2.3/cinder/tests/test_quota.py      2013-01-17 
06:59:35.000000000 +0100
+++ new/cinder-2012.2.4/cinder/tests/test_quota.py      2013-02-04 
15:45:39.000000000 +0100
@@ -904,6 +904,21 @@
                 ])
         self.assertEqual(result, ['resv-1', 'resv-2', 'resv-3'])
 
+    def _stub_quota_destroy_all_by_project(self):
+        def fake_quota_destroy_all_by_project(context, project_id):
+            self.calls.append(('quota_destroy_all_by_project', project_id))
+            return None
+        self.stubs.Set(sqa_api, 'quota_destroy_all_by_project',
+                       fake_quota_destroy_all_by_project)
+
+    def test_destroy_by_project(self):
+        self._stub_quota_destroy_all_by_project()
+        self.driver.destroy_all_by_project(FakeContext('test_project',
+                                                       'test_class'),
+                                           'test_project')
+        self.assertEqual(self.calls, [('quota_destroy_all_by_project',
+                                      ('test_project')), ])
+
 
 class FakeSession(object):
     def begin(self):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinder-2012.2.3/cinder/version.py 
new/cinder-2012.2.4/cinder/version.py
--- old/cinder-2012.2.3/cinder/version.py       2013-01-17 06:59:35.000000000 
+0100
+++ new/cinder-2012.2.4/cinder/version.py       2013-02-04 15:45:39.000000000 
+0100
@@ -14,7 +14,7 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
-CINDER_VERSION = ['2012', '2', '3']
+CINDER_VERSION = ['2012', '2', '4']
 YEAR, COUNT, REVISION = CINDER_VERSION
 FINAL = False   # This becomes true at Release Candidate time
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cinder-2012.2.3/cinder.egg-info/PKG-INFO 
new/cinder-2012.2.4/cinder.egg-info/PKG-INFO
--- old/cinder-2012.2.3/cinder.egg-info/PKG-INFO        2013-01-17 
07:02:18.000000000 +0100
+++ new/cinder-2012.2.4/cinder.egg-info/PKG-INFO        2013-02-04 
15:48:43.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: cinder
-Version: 2012.2.3
+Version: 2012.2.4
 Summary: block storage service
 Home-page: http://www.openstack.org/
 Author: OpenStack

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

Reply via email to