Hello community,

here is the log from the commit of package openstack-heat for openSUSE:13.1 
checked in at 2013-10-23 11:26:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:13.1/openstack-heat (Old)
 and      /work/SRC/openSUSE:13.1/.openstack-heat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-heat"

Changes:
--------
--- /work/SRC/openSUSE:13.1/openstack-heat/openstack-heat.changes       
2013-09-27 17:55:16.000000000 +0200
+++ /work/SRC/openSUSE:13.1/.openstack-heat.new/openstack-heat.changes  
2013-10-23 11:26:42.000000000 +0200
@@ -1,0 +2,87 @@
+Thu Oct 17 15:57:11 UTC 2013 - [email protected]
+
+- update to 2013.2:
+  + No changes
+- Update requires
+
+-------------------------------------------------------------------
+Sat Oct 12 12:07:33 UTC 2013 - [email protected]
+
+- Update to verison 2013.2.rc2:
+  + No changes
+
+-------------------------------------------------------------------
+Wed Oct  9 09:25:16 UTC 2013 - [email protected]
+
+- default to sqlite (like the other openstack modules)
+
+-------------------------------------------------------------------
+Mon Oct  7 10:09:58 UTC 2013 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------
+Wed Oct  2 00:22:31 UTC 2013 - [email protected]
+
+- Update to version 2013.2.a205.g003a3b9:
+  + Fix inconsitencies in HOT template guide and spec
+  + Lazily load resources when loading a Stack
+  + Remove tools/openstack*
+
+-------------------------------------------------------------------
+Tue Oct  1 14:29:32 UTC 2013 - [email protected]
+
+- Fix description of python-heat subpackage.
+
+-------------------------------------------------------------------
+Mon Sep 30 23:47:48 UTC 2013 - [email protected]
+
+- Update to version 2013.2.a200.g002dcaa:
+  + Conform stack resource error so it gives a 4xx
+  + Do not assume fixed_ips is a specified property
+
+-------------------------------------------------------------------
+Sun Sep 29 00:45:24 UTC 2013 - [email protected]
+
+- Update to version 2013.2.a196.g31dac07:
+  + Document EIP resource properties:
+  + api : default signal body to None
+  + Store tenant with trust details in user_creds
+  + Remove Router resource id attribute
+  + Remove Subnet id attribute
+  + Provide config option to cap events per stack
+  + Remove Neutron VPN resources id attributes
+
+-------------------------------------------------------------------
+Sat Sep 28 00:49:53 UTC 2013 - [email protected]
+
+- Update to version 2013.2.a182.gdcbd7b6:
+  + Rename counter_name to meter_name in alarm
+  + Do not translate HOT param constraints
+  + Sync gettextutils from oslo
+  + Document floatingip properties
+  + For Subnet gateway_ip, pass None for empty string
+  + Handle HOT param constraints in provider templates
+  + Move Rackspace resources into contrib
+  + Document neutron Net properties
+  + Make availability zone for CinderVolume optional
+  + Imported Translations from Transifex
+  + Skip None values in fixed_ips when creating Port
+  + Return parsed list value in CommaDelimitedList
+
+-------------------------------------------------------------------
+Fri Sep 27 16:23:53 UTC 2013 - [email protected]
+
+- switch to crudini 
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ openstack-heat-doc.spec ++++++
--- /var/tmp/diff_new_pack.CJHRe1/_old  2013-10-23 11:26:42.000000000 +0200
+++ /var/tmp/diff_new_pack.CJHRe1/_new  2013-10-23 11:26:42.000000000 +0200
@@ -19,13 +19,13 @@
 %define component heat
 
 Name:           openstack-%{component}-doc
-Version:        2013.2.a158.g841862b
+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.a158.g841862b
+%setup -q -n heat-2013.2
 %openstack_cleanup_prep
 
 %build

++++++ openstack-heat.spec ++++++
--- /var/tmp/diff_new_pack.CJHRe1/_old  2013-10-23 11:26:42.000000000 +0200
+++ /var/tmp/diff_new_pack.CJHRe1/_new  2013-10-23 11:26:42.000000000 +0200
@@ -21,18 +21,18 @@
 %define username openstack-%{component}
 
 Name:           openstack-%{component}
-Version:        2013.2.a158.g841862b
+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
 BuildRequires:  fdupes
 BuildRequires:  openstack-suse-macros
-BuildRequires:  openstack-utils
 BuildRequires:  python-base
 BuildRequires:  python-d2to1 >= 0.2.10
 BuildRequires:  python-oslo.sphinx
@@ -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,18 +80,18 @@
 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 Keystone.
+This package contains the core Python module of OpenStack Heat.
 
 %package api
 Summary:        OpenStack Orchestration (Heat) - API
@@ -149,7 +149,7 @@
 This package contains testsuite files for %{name}.
 
 %prep
-%setup -q -n heat-2013.2.a158.g841862b
+%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
@@ -173,13 +173,14 @@
 install -p -m 644 etc/heat/environment.d/*.yaml 
%{buildroot}%{_sysconfdir}/%{component}/environment.d
 install -p -m 644 etc/heat/templates/*.yaml 
%{buildroot}%{_sysconfdir}/%{component}/templates
 
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf DEFAULT verbose 
True
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf DEFAULT 
log_file heat.log
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf DEFAULT log_dir 
/var/log/heat
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf DEFAULT 
rpc_backend heat.openstack.common.rpc.impl_kombu
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf 
keystone_authtoken admin_tenant_name '%%SERVICE_TENANT_NAME%%'
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf 
keystone_authtoken admin_user heat
-openstack-config --set %{buildroot}/etc/%{component}/heat.conf 
keystone_authtoken admin_password '%%SERVICE_PASSWORD%%'
+crudini --set %{buildroot}/etc/%{component}/heat.conf DEFAULT verbose True
+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%%'
 
 ### bash-completion/logrotate/etc.
 install -p -D -m 644 %{SOURCE2} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}

++++++ _service ++++++
--- /var/tmp/diff_new_pack.CJHRe1/_old  2013-10-23 11:26:42.000000000 +0200
+++ /var/tmp/diff_new_pack.CJHRe1/_new  2013-10-23 11:26:42.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">[email protected]</param>
     <param name="plain-version">True</param>
   </service>

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

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

Reply via email to