Hello community,

here is the log from the commit of package openstack-utils for openSUSE:Factory 
checked in at 2014-03-09 18:29:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openstack-utils (Old)
 and      /work/SRC/openSUSE:Factory/.openstack-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openstack-utils"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openstack-utils/openstack-utils.changes  
2014-01-23 15:50:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.openstack-utils.new/openstack-utils.changes     
2014-03-09 18:29:33.000000000 +0100
@@ -1,0 +2,11 @@
+Fri Feb  7 00:58:53 UTC 2014 - cloud-de...@suse.de
+
+- Update to latest git (687c8f6):
+  + create heat database with default character set utf-8
+
+-------------------------------------------------------------------
+Wed Jan 29 09:12:35 UTC 2014 - speili...@suse.com
+
+- Add refresh_patches source service
+
+-------------------------------------------------------------------

Old:
----
  openstack-utils-2013.2.3+git.1389795372.7c70ed8.tar.gz

New:
----
  openstack-utils-2013.2.3+git.1391702476.687c8f6.tar.gz

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

Other differences:
------------------
++++++ openstack-utils.spec ++++++
--- /var/tmp/diff_new_pack.OH8Vcx/_old  2014-03-09 18:29:33.000000000 +0100
+++ /var/tmp/diff_new_pack.OH8Vcx/_new  2014-03-09 18:29:33.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           openstack-utils
-Version:        2013.2.3+git.1389795372.7c70ed8
+Version:        2013.2.3+git.1391702476.687c8f6
 Release:        0
 Summary:        Helper utilities for OpenStack service
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.OH8Vcx/_old  2014-03-09 18:29:33.000000000 +0100
+++ /var/tmp/diff_new_pack.OH8Vcx/_new  2014-03-09 18:29:33.000000000 +0100
@@ -16,4 +16,8 @@
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>
+
+  <service name="refresh_patches" mode="disabled">
+    <param name="changesgenerate">enable</param>
+  </service>
 </services>

++++++ openstack-utils-2013.2.3+git.1389795372.7c70ed8.tar.gz -> 
openstack-utils-2013.2.3+git.1391702476.687c8f6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openstack-utils-2013.2.3+git.1389795372.7c70ed8/NEWS 
new/openstack-utils-2013.2.3+git.1391702476.687c8f6/NEWS
--- old/openstack-utils-2013.2.3+git.1389795372.7c70ed8/NEWS    2014-01-16 
01:58:11.000000000 +0100
+++ new/openstack-utils-2013.2.3+git.1391702476.687c8f6/NEWS    2014-02-07 
01:41:07.000000000 +0100
@@ -1,6 +1,8 @@
 201X.X-X dd-mm-yyyy
   openstack-status:
     Report status of openstack-cinder-backup on >= Havana
+  openstack-db:
+    Set default charset for new DBs to UTF8 to avoid migrate issues
 
 2013.2-3 19-01-2014
   openstack-db:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openstack-utils-2013.2.3+git.1389795372.7c70ed8/utils/openstack-db 
new/openstack-utils-2013.2.3+git.1391702476.687c8f6/utils/openstack-db
--- old/openstack-utils-2013.2.3+git.1389795372.7c70ed8/utils/openstack-db      
2014-01-10 12:57:55.000000000 +0100
+++ new/openstack-utils-2013.2.3+git.1391702476.687c8f6/utils/openstack-db      
2014-02-07 01:41:07.000000000 +0100
@@ -323,7 +323,7 @@
 if [ "$MODE" = 'init' ]; then
   echo "Creating '$APP' database." >&2
 cat << EOF
-CREATE DATABASE $APP;
+CREATE DATABASE $APP DEFAULT CHARACTER SET utf8;
 CREATE USER '$APP'@'localhost' IDENTIFIED BY '${MYSQL_APP_PW}';
 CREATE USER '$APP'@'%' IDENTIFIED BY '${MYSQL_APP_PW}';
 GRANT ALL ON $APP.* TO '$APP'@'localhost';

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

Reply via email to