Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2014-04-13 13:19:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and      /work/SRC/openSUSE:Factory/.roundcubemail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "roundcubemail"

Changes:
--------
--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes      
2014-04-09 13:15:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2014-04-13 13:19:53.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Apr 10 20:22:54 UTC 2014 - [email protected]
+
+- Remove possible 'leftover' SQL directory from document root,
+  preventing upgrades from versions > 0.9.5 [bnc#872790]
+
+-------------------------------------------------------------------
@@ -68 +74 @@
-- Fixed typo in apache2 config file
+- Fixed typo in apache2 config file [bnc#842800]

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

Other differences:
------------------
++++++ roundcubemail.spec ++++++
--- /var/tmp/diff_new_pack.xttU0f/_old  2014-04-13 13:19:54.000000000 +0200
+++ /var/tmp/diff_new_pack.xttU0f/_new  2014-04-13 13:19:54.000000000 +0200
@@ -178,6 +178,13 @@
         mv %{roundcubepath}/temp %{roundcubepath}/migration/.
     fi
 fi
+if [[ ! -h %{roundcubepath}/SQL ]]; then
+    if [[ -d %{roundcubepath}/SQL ]]; then
+        mkdir -p %{roundcubepath}/migration
+        mv %{roundcubepath}/SQL %{roundcubepath}/migration/.
+    fi
+fi
+
 for PLUGIN in acl managesieve password; do
     if [[ ! -h %{roundcubepath}/plugins/$PLUGIN/config.inc.php ]]; then
         if [[ -f %{roundcubepath}/plugins/$PLUGIN/config.inc.php ]]; then
@@ -223,6 +230,11 @@
         mv %{roundcubepath}/migration/temp %{roundcubepath}/migrated/.
     fi
 fi
+if [[ -h %{roundcubepath}/SQL ]]; then
+    if [[ -d %{roundcubepath}/migration/SQL ]]; then
+        rm -r %{roundcubepath}/migration/SQL
+    fi
+fi
 for PLUGIN in acl managesieve password; do
     if [[ -f %{roundcubepath}/migration/$PLUGIN.inc.php ]]; then
         if [[ -h %{roundcubepath}/plugins/$PLUGIN/config.inc.php ]]; then

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

Reply via email to