Hello community,

here is the log from the commit of package openstack-heat for openSUSE:Factory 
checked in at 2013-10-18 19:22:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-heat (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-heat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-heat"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-heat/openstack-heat.changes    
2013-10-03 07:26:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openstack-heat.new/openstack-heat.changes       
2013-10-18 19:23:18.000000000 +0200
@@ -1,0 +2,33 @@
+Thu Oct 17 15:57:11 UTC 2013 - dmuel...@suse.com
+
+- update to 2013.2:
+  + No changes
+- Update requires
+
+-------------------------------------------------------------------
+Sat Oct 12 12:07:33 UTC 2013 - speili...@suse.com
+
+- Update to verison 2013.2.rc2:
+  + No changes
+
+-------------------------------------------------------------------
+Wed Oct  9 09:25:16 UTC 2013 - dmuel...@suse.com
+
+- default to sqlite (like the other openstack modules)
+
+-------------------------------------------------------------------
+Mon Oct  7 10:09:58 UTC 2013 - opensuse-cl...@opensuse.org
+
+- Update to version 2013.2.rc1:
+  + Log exception traces in APIs
+  + Disable lazy translation
+  + heat_keystoneclient: Fix consuming trusts via v2 API
+  + Add _() around the attributes_schema in net.py
+  + Add the "show" attribute to the neurton attribute_schema
+  + Purge Fedora getting started of old info
+  + Purge ubuntu getting started guide of old info
+  + Imported Translations from Transifex
+  + Fix F17 CFN link in Getting Started
+  + Updated from global requirements
+
+-------------------------------------------------------------------

Old:
----
  heat-master.tar.gz

New:
----
  heat-2013.2.tar.gz

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

Other differences:
------------------
++++++ openstack-heat-doc.spec ++++++
--- /var/tmp/diff_new_pack.Lpi6Qt/_old  2013-10-18 19:23:19.000000000 +0200
+++ /var/tmp/diff_new_pack.Lpi6Qt/_new  2013-10-18 19:23:19.000000000 +0200
@@ -19,13 +19,13 @@
 %define component heat
 
 Name:           openstack-%{component}-doc
-Version:        2013.2.a205.g003a3b9
+Version:        2013.2
 Release:        0
 Summary:        OpenStack Orchestration (Heat) - Documentation
 License:        Apache-2.0
 Group:          Documentation/HTML
 Url:            https://launchpad.net/heat
-Source:         heat-master.tar.gz
+Source:         heat-2013.2.tar.gz
 BuildRequires:  graphviz
 BuildRequires:  openstack-suse-macros
 BuildRequires:  python-Babel
@@ -65,7 +65,7 @@
 This package contains documentation files for openstack-heat.
 
 %prep
-%setup -q -n heat-2013.2.a205.g003a3b9
+%setup -q -n heat-2013.2
 %openstack_cleanup_prep
 
 %build

++++++ openstack-heat.spec ++++++
--- /var/tmp/diff_new_pack.Lpi6Qt/_old  2013-10-18 19:23:19.000000000 +0200
+++ /var/tmp/diff_new_pack.Lpi6Qt/_new  2013-10-18 19:23:19.000000000 +0200
@@ -21,13 +21,13 @@
 %define username openstack-%{component}
 
 Name:           openstack-%{component}
-Version:        2013.2.a205.g003a3b9
+Version:        2013.2
 Release:        0
 Summary:        Openstack Orchestration (Heat)
 License:        Apache-2.0
 Group:          System/Management
 Url:            https://launchpad.net/heat
-Source:         heat-master.tar.gz
+Source:         heat-2013.2.tar.gz
 Source1:        %{name}.init
 Source2:        %{name}.logrotate
 BuildRequires:  crudini
@@ -69,8 +69,8 @@
 Requires:       python-SQLAlchemy >= 0.7.8
 Requires:       python-WebOb >= 1.2.3
 Requires:       python-argparse
-Requires:       python-ceilometerclient >= 1.0.3
-Requires:       python-cinderclient >= 1.0.4
+Requires:       python-ceilometerclient >= 1.0.5
+Requires:       python-cinderclient >= 1.0.5
 Requires:       python-eventlet >= 0.13.0
 Requires:       python-greenlet >= 0.3.2
 Requires:       python-httplib2
@@ -80,15 +80,15 @@
 Requires:       python-lxml >= 2.3
 Requires:       python-netaddr
 Requires:       python-neutronclient >= 2.3.0
-Requires:       python-novaclient >= 2.12.0
-Requires:       python-oslo.config >= 1.2.0a3
+Requires:       python-novaclient >= 2.15.0
+Requires:       python-oslo.config >= 1.2.0
 Requires:       python-paramiko >= 1.8.0
 Requires:       python-pbr >= 0.5.21
 Requires:       python-pycrypto >= 2.6
 Requires:       python-python-memcached
 Requires:       python-six
 Requires:       python-sqlalchemy-migrate >= 0.7.2
-Requires:       python-swiftclient >= 1.2
+Requires:       python-swiftclient >= 1.5
 
 %description -n python-heat
 This package contains the core Python module of OpenStack Heat.
@@ -149,7 +149,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n heat-2013.2.a205.g003a3b9
+%setup -q -n heat-2013.2
 %openstack_cleanup_prep
 #NOTE(saschpe): Kill heat Sphinx extension, we're only building manpages:
 sed -i "s|'heat.doc.resources'||" doc/source/conf.py
@@ -177,6 +177,7 @@
 crudini --set %{buildroot}/etc/%{component}/heat.conf DEFAULT log_file heat.log
 crudini --set %{buildroot}/etc/%{component}/heat.conf DEFAULT log_dir 
/var/log/heat
 crudini --set %{buildroot}/etc/%{component}/heat.conf DEFAULT rpc_backend 
heat.openstack.common.rpc.impl_kombu
+crudini --set %{buildroot}/etc/%{component}/heat.conf DEFAULT sql_connection 
'sqlite:///var/lib/heat/heat.db'
 crudini --set %{buildroot}/etc/%{component}/heat.conf keystone_authtoken 
admin_tenant_name '%%SERVICE_TENANT_NAME%%'
 crudini --set %{buildroot}/etc/%{component}/heat.conf keystone_authtoken 
admin_user heat
 crudini --set %{buildroot}/etc/%{component}/heat.conf keystone_authtoken 
admin_password '%%SERVICE_PASSWORD%%'

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Lpi6Qt/_old  2013-10-18 19:23:19.000000000 +0200
+++ /var/tmp/diff_new_pack.Lpi6Qt/_new  2013-10-18 19:23:19.000000000 +0200
@@ -1,6 +1,6 @@
 <services>
   <service name="git_tarballs" mode="disabled">
-    <param 
name="url">http://tarballs.openstack.org/heat/heat-master.tar.gz</param>
+    <param 
name="url">http://tarballs.openstack.org/heat/heat-2013.2.tar.gz</param>
     <param name="email">opensuse-cl...@opensuse.org</param>
     <param name="plain-version">True</param>
   </service>

++++++ heat-master.tar.gz -> heat-2013.2.tar.gz ++++++
++++ 20817 lines of diff (skipped)

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

Reply via email to