Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2020-01-07 23:55:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and      /work/SRC/openSUSE:Factory/.roundcubemail.new.6675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "roundcubemail"

Tue Jan  7 23:55:10 2020 rev:59 rq:761569 version:1.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes      
2019-12-23 22:48:48.626097918 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.6675/roundcubemail.changes    
2020-01-07 23:55:35.972101265 +0100
@@ -1,0 +2,58 @@
+Thu Jan  2 19:43:40 UTC 2020 - Lars Vogdt <[email protected]>
+
+- update to 1.4.2:
+  * Plugin API: Make actionbefore, before, actionafter and after 
+                events working with plugin actions (#7106)
+  * Managesieve: Replace "Filter disabled" with "Filter enabled" (#7028)
+  * Managesieve: Fix so modifier type select wasn't hidden after hiding 
+                 modifier select on header change
+  * Managesieve: Fix filter selection after removing a first filter (#7079)
+  * Markasjunk: Fix marking more than one message as spam/ham with 
+                email_learn driver (#7121)
+  * Password: Fix kpasswd and smb drivers' double-escaping bug (#7092)
+  * Enigma: Add script to import keys from filesystem to the db 
+            storage (for multihost)
+  * Installer: Fix DB Write test on SQLite database
+               ("database is locked" error) (#7064)
+  * Installer: Fix so SQLite DSN with a relative path to the database
+               file works in Installer
+  * Elastic: Fix contrast of warning toasts (#7058)
+  * Elastic: Simple search in pretty selects (#7072)
+  * Elastic: Fix hidden list widget on mobile/tablet when selecting 
+             folder while search menu is open (#7120)
+  * Fix so type attribute on script tags is not used on HTML5 pages (#6975)
+  * Fix unread count after purge on a folder that is not currently selected 
(#7051)
+  * Fix bug where Enter key didn't work on messages list in "List" layout 
(#7052)
+  * Fix bug where deleting a saved search in addressbook caused 
+    display issue on sources/groups list (#7061)
+  * Fix bug where a new saved search added after removing all searches
+    wasn't added to the list (#7061)
+  * Fix bug where a new contact group added after removing all groups
+    from addressbook wasn't added to the list
+  * Fix so install-jsdeps.sh removes Bootstrap's sourceMappingURL (#7035)
+  * Fix so use of Ctrl+A does not scroll the list (#7020)
+  * Fix/remove useless keyup event handler on username input in logon form 
(#6970)
+  * Fix bug where cancelling switching from HTML to plain text didn't
+    set the flag properly (#7077)
+  * Fix bug where HTML reply could add an empty line with extra indentation
+    above the original message (#7088)
+  * Fix matching multiple X-Forwarded-For addresses with 'proxy_whitelist' 
(#7107)
+  * Fix so displayed maximum attachment size depends also on 
'max_message_size' (#7105)
+  * Fix bug where 'skins_allowed' option didn't enforce user skin 
+    preference (#7080)
+  * Fix so contact's organization field accepts up to 128 characters
+    (it was 50)
+  * Fix bug where listing tables in PostgreSQL database with db_prefix 
+    didn't work (#7093)
+  * Fix bug where 'text' attribute on body tag was ignored when 
+    displaying HTML message (#7109)
+  * Fix bug where next message wasn't displayed after delete in List mode 
(#7096)
+  * Fix so number of contacts in a group is not limited to 200 when
+    redirecting to mail composer from Contacts (#6972)
+  * Fix malformed characters in HTML message with charset meta tag 
+   not in head (#7116)
+- renamed patches:
+  - roundcubemail-1.1-beta-config_dir.patch
+  + roundcubemail-1.4.2-config_dir.patch
+
+-------------------------------------------------------------------

Old:
----
  roundcubemail-1.1-beta-config_dir.patch
  roundcubemail-1.4.1-complete.tar.gz
  roundcubemail-1.4.1-complete.tar.gz.asc

New:
----
  roundcubemail-1.4.2-complete.tar.gz
  roundcubemail-1.4.2-complete.tar.gz.asc
  roundcubemail-1.4.2-config_dir.patch

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

Other differences:
------------------
++++++ roundcubemail.spec ++++++
--- /var/tmp/diff_new_pack.OltZ0n/_old  2020-01-07 23:55:37.016101807 +0100
+++ /var/tmp/diff_new_pack.OltZ0n/_new  2020-01-07 23:55:37.056101828 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package roundcubemail
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 %define php_major_version       %(php -r "echo PHP_MAJOR_VERSION;")
 Name:           roundcubemail
-Version:        1.4.1
+Version:        1.4.2
 Release:        0
 Summary:        A browser-based multilingual IMAP client
 License:        GPL-3.0-or-later AND GPL-2.0-only AND BSD-3-Clause
@@ -37,7 +37,7 @@
 Source7:        
https://github.com/roundcube/roundcubemail/releases/download/%{version}/%{name}-%{version}-complete.tar.gz.asc
 Source8:        robots.txt
 # PATCH-FIX-OPENSUSE roundcubemail-1.1-beta-config_dir.patch -- use the 
general config directory /etc
-Patch0:         %{name}-1.1-beta-config_dir.patch
+Patch0:         %{name}-%{version}-config_dir.patch
 BuildRequires:  apache2-devel
 BuildRequires:  pcre-devel
 BuildRequires:  php
@@ -244,7 +244,7 @@
 # Update ?
 if [ ${1:-0} -eq 1 ]; then
   if [ -x %{_sbindir}/a2enmod ]; then
-  # enable apache required apache modules
+  # enable required apache modules
   %if 0%{?suse_version} > 01500
     if ! grep -q php %{_sysconfdir}/sysconfig/apache2 1>&2 2>/dev/null; then
       %{_sbindir}/a2enmod -q php7    || %{_sbindir}/a2enmod php7

++++++ roundcubemail-1.4.1-complete.tar.gz -> 
roundcubemail-1.4.2-complete.tar.gz ++++++
/work/SRC/openSUSE:Factory/roundcubemail/roundcubemail-1.4.1-complete.tar.gz 
/work/SRC/openSUSE:Factory/.roundcubemail.new.6675/roundcubemail-1.4.2-complete.tar.gz
 differ: char 5, line 1

++++++ roundcubemail-1.1-beta-config_dir.patch -> 
roundcubemail-1.4.2-config_dir.patch ++++++
--- 
/work/SRC/openSUSE:Factory/roundcubemail/roundcubemail-1.1-beta-config_dir.patch
    2019-11-26 16:54:38.628201299 +0100
+++ 
/work/SRC/openSUSE:Factory/.roundcubemail.new.6675/roundcubemail-1.4.2-config_dir.patch
     2020-01-07 23:55:35.896101226 +0100
@@ -1,7 +1,8 @@
-diff -ur roundcubemail-1.4.0.orig/program/include/iniset.php 
roundcubemail-1.4.0/program/include/iniset.php
---- roundcubemail-1.4.0.orig/program/include/iniset.php        2019-11-09 
21:13:25.000000000 +0100
-+++ roundcubemail-1.4.0/program/include/iniset.php     2019-11-10 
10:56:06.217671159 +0100
-@@ -28,7 +28,7 @@
+Index: roundcubemail-1.4.2/program/include/iniset.php
+===================================================================
+--- roundcubemail-1.4.2.orig/program/include/iniset.php
++++ roundcubemail-1.4.2/program/include/iniset.php
+@@ -28,7 +28,7 @@ if (!defined('INSTALL_PATH')) {
  }
  
  if (!defined('RCMAIL_CONFIG_DIR')) {
@@ -10,4 +11,3 @@
  }
  
  if (!defined('RCUBE_LOCALIZATION_DIR')) {
-[1]+  Done                    geany 
roundcubemail-1.4.0/program/include/iniset.php:30



Reply via email to