Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2014-03-09 20:22:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-01 21:22:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new/roundcubemail.changes 
2014-03-09 20:22:39.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Mar  7 11:24:50 UTC 2014 - [email protected]
+
+- Use macros for DES string replacement
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ roundcubemail.spec ++++++
--- /var/tmp/diff_new_pack.GpEetz/_old  2014-03-09 20:22:40.000000000 +0100
+++ /var/tmp/diff_new_pack.GpEetz/_new  2014-03-09 20:22:40.000000000 +0100
@@ -201,7 +201,10 @@
     done
     echo $str
 }
-sed -i "s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/" 
/etc/roundcubemail/main.inc.php || : &> /dev/null
+if [ -f %{roundcubeconfigpath}/main.inc.php ]; then
+  sed -i "s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/" 
%{roundcubeconfigpath}/main.inc.php || : &> /dev/null
+fi
+sed -i "s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/" 
%{roundcubeconfigpath}/main.inc.php.dist || : &> /dev/null
 
 # enable apache required apache modules
 if [ -x /usr/sbin/a2enmod ]; then

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

Reply via email to