From 8bf0ab0e048b3576a67f04950dfd7efbe10ea6e34de3392889cbbd75a310679b Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Wed, 30 Jan 2013 06:47:59 +0000 Subject: [PATCH] Accepting request 150353 from home:aeneas_jaissle:branches:server:php:applications Updated to new upstream version 0.8.5 OBS-URL: https://build.opensuse.org/request/show/150353 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=49 --- roundcubemail-0.8.4.tar.gz | 3 --- roundcubemail-0.8.5.tar.gz | 3 +++ roundcubemail.changes | 18 ++++++++++++++++++ roundcubemail.spec | 10 +++++++--- 4 files changed, 28 insertions(+), 6 deletions(-) delete mode 100644 roundcubemail-0.8.4.tar.gz create mode 100644 roundcubemail-0.8.5.tar.gz diff --git a/roundcubemail-0.8.4.tar.gz b/roundcubemail-0.8.4.tar.gz deleted file mode 100644 index c24359e..0000000 --- a/roundcubemail-0.8.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f52a0f4ad69df2da9636304ac3c072a13fbda197e7cfbc98a3516dda0fdc234 -size 3723638 diff --git a/roundcubemail-0.8.5.tar.gz b/roundcubemail-0.8.5.tar.gz new file mode 100644 index 0000000..2a5b476 --- /dev/null +++ b/roundcubemail-0.8.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd35d7c8c7886af7d2853ddd0970c57b5db037dc757647858a7a906d874e9824 +size 3724025 diff --git a/roundcubemail.changes b/roundcubemail.changes index cfc3a83..266d959 100644 --- a/roundcubemail.changes +++ b/roundcubemail.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Jan 30 01:52:24 UTC 2013 - aj@ajaissle.de + +- New upstream release 0.8.5 + * Fix #countcontrols issue in IE<=8 when text is very long + (#1488890) + * Fix unwanted horizontal scrollbar in message preview header + (#1488866) + * Add workaround for IE<=8 bug where Content-Disposition:inline + was ignored (#1488844) + * Fix XSS vulnerability in vbscript: and data:text links handling + (#1488850) + * Fix absolute positioning in HTML messages (#1488819) + * Fix keybord events on messages list in opera browser (#1488823) + * Fix cache (in)validation after setting \Deleted flag + * Fix selection of collapsed thread rows (#1488772) + * Fix wrapping of quoted text with format=flowed (#1488177) + ------------------------------------------------------------------- Mon Nov 19 20:59:17 UTC 2012 - wr@rosenauer.org diff --git a/roundcubemail.spec b/roundcubemail.spec index 3977bc4..521c282 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -1,7 +1,7 @@ # # spec file for package roundcubemail # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,10 +21,12 @@ Summary: A modern browser-based multilingual IMAP client License: GPL-3.0+ and GPL-2.0 and BSD-3-Clause Group: Productivity/Networking/Email/Clients Url: http://www.roundcube.net/ -Version: 0.8.4 +Version: 0.8.5 Release: 0 BuildRequires: apache2-devel +%if 0%{suse_version} >= 1100 BuildRequires: fdupes +%endif BuildRequires: pcre-devel Requires: http_daemon Requires: mod_php_any @@ -96,7 +98,9 @@ done find %buildroot/%{roundcubepath} -name .htaccess -delete # fdupes -%fdupes %{buildroot}%{roundcubepath} +%if 0%{suse_version} >= 1100 +%fdupes %{buildroot}/%{roundcubepath} +%endif %clean rm -rf %buildroot