Hello community,

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

Package is "openstack-nova", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-nova/openstack-nova.changes    
2013-01-30 22:22:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-nova.new/openstack-nova.changes       
2013-02-08 07:13:08.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Feb  6 06:59:13 UTC 2013 - [email protected]
+
+- Update to version 2012.2.4+git.1360133953.e5d0f4b:
+  + Final versioning for 2012.2.3
+  + Bump version to 2012.2.4
+
+--------------------------------------------------------------------
@@ -8,0 +16 @@
+    (CVE-2013-0208)

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

Other differences:
------------------
++++++ openstack-nova-doc.spec ++++++
--- /var/tmp/diff_new_pack.DYPoFn/_old  2013-02-08 07:13:10.000000000 +0100
+++ /var/tmp/diff_new_pack.DYPoFn/_new  2013-02-08 07:13:10.000000000 +0100
@@ -20,7 +20,7 @@
 %define majorversion 2012.2.3
 
 Name:           openstack-%{component}-doc
-Version:        2012.2.3+git.1359529791.317cc0a
+Version:        2012.2.4+git.1360133953.e5d0f4b
 Release:        1
 License:        Apache-2.0
 Summary:        OpenStack Compute (Nova) - Documentation
@@ -65,7 +65,7 @@
 This package contains documentation files for openstack-nova.
 
 %prep
-%setup -q -n nova-2012.2.3
+%setup -q -n nova-2012.2.4
 %openstack_cleanup_prep
 
 %build

++++++ openstack-nova.spec ++++++
--- /var/tmp/diff_new_pack.DYPoFn/_old  2013-02-08 07:13:10.000000000 +0100
+++ /var/tmp/diff_new_pack.DYPoFn/_new  2013-02-08 07:13:10.000000000 +0100
@@ -22,7 +22,7 @@
 %define username openstack-%{component}
 
 Name:           openstack-%{component}
-Version:        2012.2.3+git.1359529791.317cc0a
+Version:        2012.2.4+git.1360133953.e5d0f4b
 Release:        1
 License:        Apache-2.0
 Summary:        OpenStack Compute (Nova)
@@ -216,7 +216,7 @@
 OpenStack Nova and its components.
 
 %prep
-%setup -q -n nova-2012.2.3
+%setup -q -n nova-2012.2.4
 %patch5 -p1
 %patch7 -p1
 %openstack_cleanup_prep

++++++ nova-stable-folsom.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nova-2012.2.3/ChangeLog new/nova-2012.2.4/ChangeLog
--- old/nova-2012.2.3/ChangeLog 2013-01-29 20:57:42.000000000 +0100
+++ new/nova-2012.2.4/ChangeLog 2013-02-01 02:09:20.000000000 +0100
@@ -1,3 +1,27 @@
+commit e5d0f4b95cae7b83233a517c083cfc0855b8f722
+Author: Mark McLoughlin <[email protected]>
+Date:   Thu Jan 31 21:32:07 2013 +0000
+
+    Bump version to 2012.2.4
+    
+    Set version to 2012.2.4, but with final=False
+    
+    Change-Id: I9dab1dc62e41cdb4143a3c8083e65c4b13a22eb4
+
+ nova/version.py |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit c1170aaa94e7bfbf900220ac22a9df743ee97f4d
+Author: Mark McLoughlin <[email protected]>
+Date:   Thu Jan 31 21:28:46 2013 +0000
+
+    Final versioning for 2012.2.3
+    
+    Change-Id: Ic83a1c1617ad74b931f54f1755bc9dcecfe2c527
+
+ nova/version.py |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
 commit 317cc0af385536dee43ef2addad50a91357fc1ad
 Author: Vishvananda Ishaya <[email protected]>
 Date:   Thu Jan 24 10:07:33 2013 +0000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nova-2012.2.3/PKG-INFO new/nova-2012.2.4/PKG-INFO
--- old/nova-2012.2.3/PKG-INFO  2013-01-29 20:57:48.000000000 +0100
+++ new/nova-2012.2.4/PKG-INFO  2013-02-01 02:09:26.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: nova
-Version: 2012.2.3
+Version: 2012.2.4
 Summary: cloud computing fabric controller
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nova-2012.2.3/nova/version.py 
new/nova-2012.2.4/nova/version.py
--- old/nova-2012.2.3/nova/version.py   2013-01-29 20:53:38.000000000 +0100
+++ new/nova-2012.2.4/nova/version.py   2013-02-01 02:05:36.000000000 +0100
@@ -14,7 +14,7 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
-NOVA_VERSION = ['2012', '2', '3']
+NOVA_VERSION = ['2012', '2', '4']
 YEAR, COUNT, REVISION = NOVA_VERSION
 FINAL = False   # This becomes true at Release Candidate time
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nova-2012.2.3/nova.egg-info/PKG-INFO 
new/nova-2012.2.4/nova.egg-info/PKG-INFO
--- old/nova-2012.2.3/nova.egg-info/PKG-INFO    2013-01-29 20:57:43.000000000 
+0100
+++ new/nova-2012.2.4/nova.egg-info/PKG-INFO    2013-02-01 02:09:21.000000000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: nova
-Version: 2012.2.3
+Version: 2012.2.4
 Summary: cloud computing fabric controller
 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