Projects
Kolab:16:TestingLinked
roundcubemail
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 30
View file
roundcubemail.spec
Changed
@@ -66,6 +66,8 @@ Source100: plesk.config.inc.php Source101: plesk.password.inc.php +Source200: 2017111400.sql + Patch201: default-configuration.patch BuildArch: noarch @@ -1051,6 +1053,9 @@ pushd %{name}-%{version} +cp -vf %{SOURCE200} SQL/mysql/ +rm -rvf SQL/mysql/2016081200.sql + rm -rf temp/js_cache/ find . -type d -name "classic" | while read dir; do @@ -2840,7 +2845,10 @@ %defattr(-,root,root,-) %changelog -* Thu Nov 9 2017 Timotheus Pokorra <tp@tbits.net> - 1.3.3 +* Tue Nov 14 2017 Jeroen van Meeuwen <vanmeeuwen@kolabsys.com> - 1.3.3-2 +- Stop dropping columns + +* Thu Nov 9 2017 Timotheus Pokorra <tp@tbits.net> - 1.3.3-1 - Check in upstream 1.3.3 release * Wed Oct 4 2017 Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> - 1.3.1.12-1
View file
2017111400.sql
Added
@@ -0,0 +1,15 @@ +SET @s = (SELECT IF( + (SELECT COUNT(*) + FROM INFORMATION_SCHEMA.COLUMNS + WHERE table_name = 'session' + AND table_schema = DATABASE() + AND column_name = 'created' + ) > 0, + "SELECT 1", + "ALTER TABLE session ADD COLUMN created datetime NOT NULL DEFAULT '1970-01-01 00:00:00'" +)); + +PREPARE stmt FROM @s; +EXECUTE stmt; +DEALLOCATE PREPARE stmt; +
View file
debian.changelog
Changed
@@ -1,3 +1,9 @@ +roundcubemail (1.3.3-0~kolab2) unstable; urgency=low + + * Stop dropping columns + + -- Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Tue, 14 Nov 2017 11:11:11 +0200 + roundcubemail (1.3.3-0~kolab1) unstable; urgency=low * Check in upstream 1.3.3 release
View file
debian.rules
Changed
@@ -113,6 +113,8 @@ roundcubemail-plugin-$${plugin} deb web extra" debian/control ; \ done + cp -v ../SOURCES/2017111400.sql SQL/mysql/ + if -f "/etc/plesk-release" ; then \ cp -v ../SOURCES/plesk.config.inc.php config/config.inc.php ; \ cp -v ../SOURCES/plesk.password.inc.php config/password.inc.php ; \
View file
plesk.config.inc.php
Changed
@@ -150,7 +150,7 @@ $config'im_identify_path' = '/usr/bin/identify'; $config'im_convert_path' = '/usr/bin/convert'; $config'log_dir' = 'logs/'; - $config'temp_dir' = '/var/lib/roundcubemail/'; + $config'temp_dir' = '/tmp'; $config'archive_mbox' = 'Archive'; $config'junk_mbox' = 'Spam';
View file
roundcubemail.dsc
Changed
@@ -2,7 +2,7 @@ Source: roundcubemail Binary: roundcubemail Architecture: all -Version: 1:1.3.3-0~kolab1 +Version: 1:1.3.3-0~kolab2 Maintainer: Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> Uploaders: Paul Klos <kolab@klos2day.nl> Homepage: http://www.roundcube.net/
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.