commit roundcubemail for openSUSE:Factory

2024-03-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2024-03-07 22:02:23

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.1770 (New)


Package is "roundcubemail"

Thu Mar  7 22:02:23 2024 rev:83 rq:1156090 version:1.6.6

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2024-02-13 22:44:31.312898054 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.1770/roundcubemail.changes
2024-03-07 22:02:51.279734544 +0100
@@ -1,0 +2,6 @@
+Fri Feb 23 11:43:56 UTC 2024 - Dominique Leuenberger 
+
+- Use %autosetup macro. Allows to eliminate the usage of deprecated
+  %patchN.
+
+---



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.AMUxcf/_old  2024-03-07 22:02:52.219769127 +0100
+++ /var/tmp/diff_new_pack.AMUxcf/_new  2024-03-07 22:02:52.219769127 +0100
@@ -84,8 +84,8 @@
 The user interface is skinnable using XHTML and CSS 2.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
+
 cp %{SOURCE4} .
 # remove cruft from source archive:
 # .arcconfig   => file for phabricator.uri


commit roundcubemail for openSUSE:Factory

2023-11-06 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2023-11-06 21:14:57

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.17445 (New)


Package is "roundcubemail"

Mon Nov  6 21:14:57 2023 rev:81 rq:1123659 version:1.6.5

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2023-10-26 17:14:30.328459456 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.17445/roundcubemail.changes   
2023-11-06 21:15:14.473391288 +0100
@@ -1,0 +2,20 @@
+Mon Nov  6 16:39:57 UTC 2023 - Lars Vogdt 
+
+- update to 1.6.5 (bsc#1216895)
+  * Fix cross-site scripting (XSS) vulnerability in setting 
+Content-Type/Content-Disposition for attachment 
+preview/download  CVE-2023-47272
+  Other changes
+  * Fix PHP8 fatal error when parsing a malformed BODYSTRUCTURE (#9171)
+  * Fix duplicated Inbox folder on IMAP servers that do not use Inbox 
+folder with all capital letters (#9166)
+  * Fix PHP warnings (#9174)
+  * Fix UI issue when dealing with an invalid managesieve_default_headers 
+value (#9175)
+  * Fix bug where images attached to application/smil messages 
+weren't displayed (#8870)
+  * Fix PHP string replacement error in utils/error.php (#9185)
+  * Fix regression where smtp_user did not allow pre/post strings 
+before/after %u placeholder (#9162)
+
+---

Old:

  roundcubemail-1.6.4-complete.tar.gz
  roundcubemail-1.6.4-complete.tar.gz.asc

New:

  roundcubemail-1.6.5-complete.tar.gz
  roundcubemail-1.6.5-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.vZBJqB/_old  2023-11-06 21:15:15.285421179 +0100
+++ /var/tmp/diff_new_pack.vZBJqB/_new  2023-11-06 21:15:15.289421326 +0100
@@ -20,7 +20,7 @@
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 
 Name:   roundcubemail
-Version:1.6.4
+Version:1.6.5
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later

++ roundcubemail-1.6.4-complete.tar.gz -> 
roundcubemail-1.6.5-complete.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/roundcubemail-1.6.4/CHANGELOG.md 
new/roundcubemail-1.6.5/CHANGELOG.md
--- old/roundcubemail-1.6.4/CHANGELOG.md2023-10-16 11:23:06.0 
+0200
+++ new/roundcubemail-1.6.5/CHANGELOG.md2023-11-05 09:58:58.0 
+0100
@@ -1,11 +1,22 @@
 # Changelog Roundcube Webmail
 
+## Release 1.6.5
+
+- Fix PHP8 fatal error when parsing a malformed BODYSTRUCTURE (#9171)
+- Fix duplicated Inbox folder on IMAP servers that do not use Inbox folder 
with all capital letters (#9166)
+- Fix PHP warnings (#9174)
+- Fix UI issue when dealing with an invalid managesieve_default_headers value 
(#9175)
+- Fix bug where images attached to application/smil messages weren't displayed 
(#8870)
+- Fix PHP string replacement error in utils/error.php (#9185)
+- Fix regression where `smtp_user` did not allow pre/post strings before/after 
`%u` placeholder (#9162)
+- Fix cross-site scripting (XSS) vulnerability in setting 
Content-Type/Content-Disposition for attachment preview/download
+
 ## Release 1.6.4
 
 - Fix PHP8 warnings (#9142, #9160)
 - Fix default 'mime.types' path on Windows (#9113)
 - Managesieve: Fix javascript error when relational or spamtest extension is 
not enabled (#9139)
-- Fix cross-site scripting (XSS) vulnerability in handling of SVG in HTML 
messages (#9168)
+- Fix cross-site scripting (XSS) vulnerability in handling of SVG in HTML 
messages [CVE-2023-5631] (#9168)
 
 ## Release 1.6.3
 
@@ -24,7 +35,7 @@
 - Fix "Show source" on mobile with x_frame_options = deny (#9084)
 - Fix various PHP warnings (#9098)
 - Fix deprecated use of ldap_connect() in password's ldap_simple driver (#9060)
-- Fix cross-site scripting (XSS) vulnerability in handling of linkrefs in 
plain text messages
+- Fix cross-site scripting (XSS) vulnerability in handling of linkrefs in 
plain text messages [CVE-2023-43770]
 
 ## Release 1.6.2
 
@@ -180,7 +191,7 @@
 - Fix locked SQLite database for the CLI tools (#8035)
 - Fix Makefile on Linux (#8211)
 - Fix so PHP warnings are ignored when resizing a malformed image attachment 
(#8387)
-- Fix various PHP8 warnings (#8392)
+- Fix various PHP8 warnings (#8392, #9193)
 - Fix mail headers injection via the subject field on mail compose (#8404)
 - Fix bug where small message/rfc822 parts could not be decoded (#8408)
 - Fix setting HTML mode on reply/forward of a signed message 

commit roundcubemail for openSUSE:Factory

2023-09-21 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2023-09-21 22:23:35

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.1770 (New)


Package is "roundcubemail"

Thu Sep 21 22:23:35 2023 rev:79 rq:1112797 version:1.6.3

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2023-07-03 17:44:43.857405829 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.1770/roundcubemail.changes
2023-09-21 22:24:20.819692780 +0200
@@ -1,0 +2,30 @@
+Wed Sep 20 15:57:21 UTC 2023 - Alexander Bergmann 
+
+- update to 1.6.3 (bsc#1215433)
+  * Fix bug where installto.sh/update.sh scripts were removing some
+essential options from the config file (#9051)
+  * Update jQuery-UI to version 1.13.2 (#9041)
+  * Fix regression that broke use_secure_urls feature (#9052)
+  * Fix potential PHP fatal error when opening a message with
+message/rfc822 part (#8953)
+  * Fix bug where a duplicate  tag in HTML email could cause some
+parts being cut off (#9029)
+  * Fix bug where a list of folders could have been sorted
+incorrectly (#9057)
+  * Fix regression where LDAP addressbook 'filter' option was
+ignored (#9061)
+  * Fix wrong order of a multi-folder search result when sorting by
+size (#9065)
+  * Fix so install/update scripts do not require PEAR (#9037)
+  * Fix regression where some mail parts could have been decoded
+incorrectly, or not at all (#9096)
+  * Fix handling of an error case in Cyrus IMAP BINARY FETCH, fallback to
+non-binary FETCH (#9097)
+  * Fix PHP8 deprecation warning in the reconnect plugin (#9083)
+  * Fix "Show source" on mobile with x_frame_options = deny (#9084)
+  * Fix various PHP warnings (#9098)
+  * Fix deprecated use of ldap_connect() in password's ldap_simple driver 
(#9060)
+  * Fix cross-site scripting (XSS) vulnerability in handling of linkrefs
+in plain text messages 
+
+---

Old:

  roundcubemail-1.6.2-complete.tar.gz
  roundcubemail-1.6.2-complete.tar.gz.asc

New:

  roundcubemail-1.6.3-complete.tar.gz
  roundcubemail-1.6.3-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.NuJlix/_old  2023-09-21 22:24:22.515754325 +0200
+++ /var/tmp/diff_new_pack.NuJlix/_new  2023-09-21 22:24:22.519754469 +0200
@@ -20,7 +20,7 @@
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 
 Name:   roundcubemail
-Version:1.6.2
+Version:1.6.3
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later

++ roundcubemail-1.6.2-complete.tar.gz -> 
roundcubemail-1.6.3-complete.tar.gz ++
 5479 lines of diff (skipped)


commit roundcubemail for openSUSE:Factory

2023-07-03 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2023-07-03 17:44:25

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.13546 (New)


Package is "roundcubemail"

Mon Jul  3 17:44:25 2023 rev:78 rq:1096571 version:1.6.2

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2023-01-31 16:20:37.809750182 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.13546/roundcubemail.changes   
2023-07-03 17:44:43.857405829 +0200
@@ -1,0 +2,43 @@
+Mon Jul  3 12:41:18 UTC 2023 - Lars Vogdt 
+
+- update to 1.6.2
+  * Add Uyghur localization
+  * Fix regression in OAuth request URI caused by use of REQUEST_URI 
+instead of SCRIPT_NAME as a default (#8878)
+  * Fix bug where false attachment reminder was displayed on HTML mail 
+with inline images (#8885)
+  * Fix bug where a non-ASCII character in app.js could cause error in 
+javascript engine (#8894)
+  * Fix JWT decoding with url safe base64 schema (#8890)
+  * Fix bug where .wav instead of .mp3 file was used for the new mail 
+notification in Firefox (#8895)
+  * Fix PHP8 warning (#8891)
+  * Fix support for Windows-31J charset (#8869)
+  * Fix so LDAP VLV option is disabled by default as documented (#8833)
+  * Fix so an email address with name is supported as input to the 
+managesieve notify :from parameter (#8918)
+  * Fix Help plugin menu (#8898)
+  * Fix invalid onclick handler on the logo image when using non-array 
+skin_logo setting (#8933)
+  * Fix duplicate recipients in "To" and "Cc" on reply (#8912)
+  * Fix bug where it wasn't possible to scroll lists by clicking middle 
+mouse button (#8942)
+  * Fix bug where label text in a single-input dialog could be partially 
+invisible in some locales (#8905)
+  * Fix bug where LDAP (fulltext) search didn't work without 'search_fields' 
+in config (#8874)
+  * Fix extra leading newlines in plain text converted from HTML (#8973)
+  * Fix so recipients with a domain ending with .s are allowed (#8854)
+  * Fix so vCard output does not contain non-standard/redundant TYPE=OTHER 
+and TYPE=INTERNET (#8838)
+  * Fix QR code images for contacts with non-ASCII characters (#9001)
+  * Fix PHP8 warnings when using list_flags and list_cols properties by 
plugins (#8998)
+  * Fix bug where subfolders could loose subscription on parent folder rename 
(#8892)
+  * Fix connecting to LDAP using an URI with ldapi:// scheme (#8990)
+  * Fix insecure shell command params handling in cmd_learn driver of 
markasjunk plugin (#9005)
+  * Fix bug where some mail headers didn't work in cmd_learn driver of 
markasjunk plugin (#9005)
+  * Fix PHP fatal error when importing vcf file using PHP 8.2 (#9025)
+  * Fix so output of log_date_format with microseconds contains time in 
+server time zone, not UTC
+
+---

Old:

  roundcubemail-1.6.1-complete.tar.gz
  roundcubemail-1.6.1-complete.tar.gz.asc

New:

  roundcubemail-1.6.2-complete.tar.gz
  roundcubemail-1.6.2-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.2pOozO/_old  2023-07-03 17:44:44.737411009 +0200
+++ /var/tmp/diff_new_pack.2pOozO/_new  2023-07-03 17:44:44.741411033 +0200
@@ -20,7 +20,7 @@
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 
 Name:   roundcubemail
-Version:1.6.1
+Version:1.6.2
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later

++ roundcubemail-1.6.1-complete.tar.gz -> 
roundcubemail-1.6.2-complete.tar.gz ++
 14563 lines of diff (skipped)


commit roundcubemail for openSUSE:Factory

2023-01-31 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2023-01-31 16:10:08

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.32243 (New)


Package is "roundcubemail"

Tue Jan 31 16:10:08 2023 rev:77 rq:1062213 version:1.6.1

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2022-08-16 17:08:15.851971489 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.32243/roundcubemail.changes   
2023-01-31 16:20:37.809750182 +0100
@@ -1,0 +2,43 @@
+Tue Jan 24 10:10:14 UTC 2023 - Lars Vogdt 
+
+- update to 1.6.1
+  * Kill session if refreshing oauth token fails (#8734)
+  * Fix various PHP 8.1 warnings (#8628, #8644, #8667, #8656, #8647)
+  * Password: Remove references to %c variable that has been removed before 
(#8633)
+  * Fix anchor links in HTML mail (#8632)
+  * Fix bug where config creation in Installer did ignore options in the form 
(#8634)
+  * Fix bug where renamed options were removed from the config on 
+installto.sh (update.sh) run (#8643)
+  * Fix favicon rewrite rule in .htaccess (#8654)
+  * Fix various PHP 8.2 warnings
+  * Fix bug where it wasn't possible to create more than one response 
+record on SQLite and Postgres (#8664)
+  * Fix support for ManageSieve over implicit SSL (#8670)
+  * Fix bug where "about:blank" page could trigger "load error" (#8554)
+  * Fix bug where setting 'Clear Trash on Logout' to 'all messages' 
+didn't work (#8687)
+  * Fix bug where the attachment menu wouldn't disappear after an action 
+is selected (#8691)
+  * Fix bug where some dialogs in an eml attachment preview would not 
+close on mobile (#8627)
+  * Fix bug where multiline data:image URI's in emails were stripped 
+from the message on display (#8613)
+  * Fix fatal error on identity page if Enigma plugin is misconfigured (#8719)
+  * Fix so N property always exists in a vCard export (#8771)
+  * Fix authenticating to Courier IMAP with passwords containing 
+a '~' character (#8772)
+  * Fix handling of smtp/imap port options on configuration file 
+update (#8756)
+  * Fix bug where array values could not be saved in utils/save_pref 
+action (#8781)
+  * Add workaround for using Roundcube behind a reverse proxy with a 
+subpath: 'request_path' option (#8738, #8770)
+  * Fix bug where "Invalid skin name" error was logged on preferences 
+save if there's only one skin (#8825)
+  * Fix SIGBUS raised in ImageMagick when more than one process tried 
+to generate a thumbnail of the same image attachment (#8511)
+  * Fix bug where updater does not update the vendor packages (#8642)
+  * Fix missing mail composing textarea on reply/draft with a long 
+plain text content (#8866)
+
+---

Old:

  roundcubemail-1.6.0-complete.tar.gz
  roundcubemail-1.6.0-complete.tar.gz.asc

New:

  roundcubemail-1.6.1-complete.tar.gz
  roundcubemail-1.6.1-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.nrjQJ5/_old  2023-01-31 16:20:38.273752978 +0100
+++ /var/tmp/diff_new_pack.nrjQJ5/_new  2023-01-31 16:20:38.277753002 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package roundcubemail
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 
 Name:   roundcubemail
-Version:1.6.0
+Version:1.6.1
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later

++ roundcubemail-1.6.0-complete.tar.gz -> 
roundcubemail-1.6.1-complete.tar.gz ++
 5426 lines of diff (skipped)


commit roundcubemail for openSUSE:Factory

2022-08-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2022-08-16 17:08:13

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.1521 (New)


Package is "roundcubemail"

Tue Aug 16 17:08:13 2022 rev:76 rq:997324 version:1.6.0

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2022-07-04 11:33:01.560037718 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.1521/roundcubemail.changes
2022-08-16 17:08:15.851971489 +0200
@@ -1,0 +2,12 @@
+Thu Jul 28 23:16:09 UTC 2022 - Michael Str??der 
+
+- update to 1.6.0 with these most noteworthy changes:
+  * PHP 8.1 support
+  * Dropped support for PHP < 7.3
+  * Support responses (snippets) in HTML format
+  * Option to purge deleted mails older than 30, 60 or 90 days
+  * Unified and simplified services connection config options
+  * Removed the Classic and Larry skins from the release packages
+  * SQLite: Use foreign keys, require SQLite >= 3.6.19
+
+---

Old:

  roundcubemail-1.5.3-complete.tar.gz
  roundcubemail-1.5.3-complete.tar.gz.asc

New:

  roundcubemail-1.6.0-complete.tar.gz
  roundcubemail-1.6.0-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.l4s4Ur/_old  2022-08-16 17:08:17.067975125 +0200
+++ /var/tmp/diff_new_pack.l4s4Ur/_new  2022-08-16 17:08:17.071975137 +0200
@@ -20,7 +20,7 @@
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 
 Name:   roundcubemail
-Version:1.5.3
+Version:1.6.0
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later

++ roundcubemail-1.5.3-complete.tar.gz -> 
roundcubemail-1.6.0-complete.tar.gz ++
/work/SRC/openSUSE:Factory/roundcubemail/roundcubemail-1.5.3-complete.tar.gz 
/work/SRC/openSUSE:Factory/.roundcubemail.new.1521/roundcubemail-1.6.0-complete.tar.gz
 differ: char 5, line 1


commit roundcubemail for openSUSE:Factory

2022-07-04 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2022-07-04 11:32:53

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.1548 (New)


Package is "roundcubemail"

Mon Jul  4 11:32:53 2022 rev:75 rq:986510 version:1.5.3

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2022-01-08 23:24:02.566252387 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.1548/roundcubemail.changes
2022-07-04 11:33:01.560037718 +0200
@@ -1,0 +2,21 @@
+Sun Jun 26 21:55:20 UTC 2022 - Michael Str??der 
+
+- update to 1.5.3
+  * Enigma: Fix initial synchronization of private keys
+  * Enigma: Fix double quoted-printable encoding of pgp-signed messages with 
no attachments (#8413)
+  * Fix various PHP8 warnings (#8392)
+  * Fix mail headers injection via the subject field on mail compose (#8404)
+  * Fix bug where small message/rfc822 parts could not be decoded (#8408)
+  * Fix setting HTML mode on reply/forward of a signed message (#8405)
+  * Fix handling of RFC2231-encoded attachment names inside of a 
message/rfc822 part (#8418)
+  * Fix bug where some mail parts (images) could have not be listed as 
attachments (#8425)
+  * Fix bug where attachment icons were stuck at the top of the messages list 
in Safari (#8433)
+  * Fix handling of message/rfc822 parts that are small and are multipart 
structures with a single part (#8458)
+  * Fix bug where session could time out if DB and PHP timezone were different 
(#8303)
+  * Fix bug where DSN flag state wasn't stored with a draft (#8371)
+  * Fix broken encoding of HTML content encapsulated in a RTF attachment 
(#8444)
+  * Fix problem with aria-hidden=true on toolbar menus in the Elastic skin 
(#8517)
+  * Fix bug where title tag content was displayed in the body if it contained 
HTML tags (#8540)
+  * Fix support for DSN specification without host e.g. pgsql:///dbname (#8558)
+
+---

Old:

  roundcubemail-1.5.2-complete.tar.gz
  roundcubemail-1.5.2-complete.tar.gz.asc

New:

  roundcubemail-1.5.3-complete.tar.gz
  roundcubemail-1.5.3-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.NYse7k/_old  2022-07-04 11:33:02.320038942 +0200
+++ /var/tmp/diff_new_pack.NYse7k/_new  2022-07-04 11:33:02.336038968 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package roundcubemail
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 
 Name:   roundcubemail
-Version:1.5.2
+Version:1.5.3
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later
@@ -129,6 +129,8 @@
 # extract roundcube-framework
 install -d -m 0755 %{buildroot}/%{_datadir}/php
 mv program/lib/Roundcube %{buildroot}%{_datadir}/php/Roundcube
+# fix path to the roundcube-framework via symlink
+ln -s %{_datadir}/php/Roundcube program/lib/Roundcube
 
 # install roundcubemail
 install -d -m 0755 %{buildroot}/%{roundcubepath}

++ roundcubemail-1.5.2-complete.tar.gz -> 
roundcubemail-1.5.3-complete.tar.gz ++
/work/SRC/openSUSE:Factory/roundcubemail/roundcubemail-1.5.2-complete.tar.gz 
/work/SRC/openSUSE:Factory/.roundcubemail.new.1548/roundcubemail-1.5.3-complete.tar.gz
 differ: char 5, line 1


commit roundcubemail for openSUSE:Factory

2022-01-08 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2022-01-08 23:23:27

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.1892 (New)


Package is "roundcubemail"

Sat Jan  8 23:23:27 2022 rev:74 rq:944737 version:1.5.2

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2021-12-02 02:25:45.216503334 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.1892/roundcubemail.changes
2022-01-08 23:24:02.566252387 +0100
@@ -1,0 +2,32 @@
+Fri Dec 31 12:03:35 UTC 2021 - Michael Str??der 
+
+- update to 1.5.2
+  * OAuth: pass 'id_token' to 'oauth_login' plugin hook (#8214)
+  * OAuth: fix expiration of short-lived oauth tokens (#8147)
+  * OAuth: fix relative path to assets if /index.php/foo/bar url is used 
(#8144)
+  * OAuth: no auto-redirect on imap login failures (#8370)
+  * OAuth: refresh access token in 'refresh' plugin hook (#8224)
+  * Fix so folder search parameters are honored by subscriptions_option plugin 
(#8312)
+  * Fix password change with Directadmin driver (#8322, #8329)
+  * Fix so css files in plugins/jqueryui/themes will be minified too (#8337)
+  * Fix handling of unicode/special characters in custom From input (#8357)
+  * Fix some PHP8 compatibility issues (#8363)
+  * Fix chpass-wrapper.py helper compatibility with Python 3 (#8324)
+  * Fix scrolling and missing Close button in the Select image dialog in 
Elastic/mobile (#8367)
+  * Security: fix cross-site scripting (XSS) via HTML messages with malicious 
CSS content
+- added Suggests: php-sqlite
+
+---
+Tue Dec 28 13:25:37 UTC 2021 - Lars Vogdt 
+
+- use the virtual provides from each PHP module, to allow the installation
+  of roundcubemail with various PHP versions. 
+  The only problem, we are currently facing is the automatic 
+  enablement of the PHP apache module during post-installation: 
+  Trying to evaluate the correct PHP module now during post as well, 
+  which should eleminate the pre-definition of the required 
+  PHP-Version during build completely.
+  See https://build.opensuse.org/request/show/940859 for the initial
+  discussion.
+
+---

Old:

  roundcubemail-1.5.1-complete.tar.gz
  roundcubemail-1.5.1-complete.tar.gz.asc

New:

  roundcubemail-1.5.2-complete.tar.gz
  roundcubemail-1.5.2-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.Xn8ej3/_old  2022-01-08 23:24:03.330253011 +0100
+++ /var/tmp/diff_new_pack.Xn8ej3/_new  2022-01-08 23:24:03.338253018 +0100
@@ -18,9 +18,9 @@
 
 %define roundcubepath %{apache_serverroot}/%{name}
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
-%define php_name  %(php -r "print 'php' . PHP_MAJOR_VERSION;")
+
 Name:   roundcubemail
-Version:1.5.1
+Version:1.5.2
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later
@@ -40,17 +40,17 @@
 BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2
 BuildRequires:  php-cli
-Requires:   %{php_name}-dom
-Requires:   %{php_name}-exif
-Requires:   %{php_name}-gettext
-Requires:   %{php_name}-iconv
-Requires:   %{php_name}-intl
-Requires:   %{php_name}-json
-Requires:   %{php_name}-mbstring
-Requires:   %{php_name}-openssl
-Requires:   apache2-mod_%{php_name}
+Requires:   php-dom
+Requires:   php-exif
+Requires:   php-gettext
+Requires:   php-iconv
+Requires:   php-intl
+Requires:   php-json
+Requires:   php-mbstring
+Requires:   php-openssl
+Requires(pre):  mod_php_any
+Requires:   mod_php_any
 ## Requires: for upstream dep package
-Requires:   %{php_name}-sockets
 Requires:   php-pear-Auth_SASL >= 1.0.6
 Requires:   php-pear-MDB2_Driver_mysqli
 Requires:   php-pear-Mail_Mime >= 1.10.0
@@ -59,13 +59,15 @@
 Requires:   php-pear-Net_SMTP >= 1.8.1
 Requires:   php-pear-Net_Sieve >= 1.4.3
 Requires:   php-pear-Net_Socket >= 1.0.12
-Requires:   (%{php_name}-mysql or %{php_name}-pgsql)
-Recommends: %{php_name}-fileinfo
-Recommends: %{php_name}-imagick
-Recommends: %{php_name}-zip
+Requires:   php-sockets
+Requires:   (php-mysql or php-pgsql)
 Recommends: logrotate
+Recommends: php-fileinfo
+Recommends: php-imagick
 Recommends: php-pear-Crypt_GPG >= 1.6.3
-Suggests:   %{php_name}-mysql
+Recommends: php-zip
+Suggests:   php-mysql
+Suggests:   php-sqlite
 

commit roundcubemail for openSUSE:Factory

2021-12-01 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2021-12-01 20:47:15

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.31177 (New)


Package is "roundcubemail"

Wed Dec  1 20:47:15 2021 rev:73 rq:934870 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2021-10-26 20:14:59.738051070 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.31177/roundcubemail.changes   
2021-12-02 02:25:45.216503334 +0100
@@ -1,0 +2,26 @@
+Sun Nov 28 20:14:40 UTC 2021 - Michael Str??der 
+
+- update to 1.5.1
+  * Fix importing contacts with no email address (#8227)
+  * Fix so session's search scope is not used if search is not active (#8199)
+  * Fix some PHP8 warnings (#8239)
+  * Fix so dark mode state is retained after closing the browser (#8237)
+  * Fix bug where new messages were not added to the list on refresh if 
skip_deleted=true (#8234)
+  * Fix colors on "Show source" page in dark mode (#8246)
+  * Fix handling of dark_mode_support:false setting in skins meta.json - also 
when devel_mode=false (#8249)
+  * Fix database initialization if db_prefix is a schema prefix (#8221)
+  * Fix undefined constant error in Installer on Windows (#8258)
+  * Fix installation/upgrade on MySQL 5.5 - Index column size too large (#8231)
+  * Fix regression in setting of contact listing name (#8260)
+  * Fix bug in Larry skin where headers toggle state was reset on full page 
preview (#8203)
+  * Fix bug where \u200b characters were added into the recipient input 
preventing mail delivery (#8269)
+  * Fix charset conversion errors on PHP < 8 for charsets not supported by 
mbstring (#8252)
+  * Fix bug where adding a contact to trusted senders via "Always allow 
from..." button didn't work (#8264, #8268)
+  * Fix bug with show_images setting where option 1 and 3 were swapped (#8268)
+  * Fix PHP fatal error on an undefined constant in contacts import action 
(#8277)
+  * Fix fetching headers of multiple message parts at once in 
rcube_imap_generic::fetchMIMEHeaders() (#8282)
+  * Fix bug where attachment download could sometimes fail with a CSRF check 
error (#8283)
+  * Fix an infinite loop when parsing environment variables with float/integer 
values (#8293)
+  * Fix so 'small-dark' logo has more priority than the 'small' logo (#8298)
+
+---

Old:

  roundcubemail-1.5.0-complete.tar.gz
  roundcubemail-1.5.0-complete.tar.gz.asc

New:

  roundcubemail-1.5.1-complete.tar.gz
  roundcubemail-1.5.1-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.1WGnUw/_old  2021-12-02 02:25:45.776501401 +0100
+++ /var/tmp/diff_new_pack.1WGnUw/_new  2021-12-02 02:25:45.780501387 +0100
@@ -20,10 +20,10 @@
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 %define php_name  %(php -r "print 'php' . PHP_MAJOR_VERSION;")
 Name:   roundcubemail
-Version:1.5.0
+Version:1.5.1
 Release:0
 Summary:A browser-based multilingual IMAP client
-License:GPL-3.0-or-later AND GPL-2.0-only AND BSD-3-Clause
+License:BSD-3-Clause AND GPL-2.0-only AND GPL-3.0-or-later
 Group:  Productivity/Networking/Email/Clients
 URL:https://www.roundcube.net/
 Source0:
https://github.com/roundcube/%{name}/releases/download/%{version}/%{name}-%{version}-complete.tar.gz
@@ -60,11 +60,11 @@
 Requires:   php-pear-Net_Sieve >= 1.4.3
 Requires:   php-pear-Net_Socket >= 1.0.12
 Requires:   (%{php_name}-mysql or %{php_name}-pgsql)
-Recommends: logrotate
 Recommends: %{php_name}-fileinfo
 Recommends: %{php_name}-imagick
-Recommends: php-pear-Crypt_GPG >= 1.6.3
 Recommends: %{php_name}-zip
+Recommends: logrotate
+Recommends: php-pear-Crypt_GPG >= 1.6.3
 Suggests:   %{php_name}-mysql
 Conflicts:  roundcube-framework
 Provides:   roundcube_framework = %{version}

++ roundcubemail-1.5.0-complete.tar.gz -> 
roundcubemail-1.5.1-complete.tar.gz ++
/work/SRC/openSUSE:Factory/roundcubemail/roundcubemail-1.5.0-complete.tar.gz 
/work/SRC/openSUSE:Factory/.roundcubemail.new.31177/roundcubemail-1.5.1-complete.tar.gz
 differ: char 5, line 1


commit roundcubemail for openSUSE:Factory

2021-10-26 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2021-10-26 20:14:14

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.1890 (New)


Package is "roundcubemail"

Tue Oct 26 20:14:14 2021 rev:72 rq:927527 version:1.5.0

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2021-02-16 09:19:31.923211984 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.1890/roundcubemail.changes
2021-10-26 20:14:59.738051070 +0200
@@ -1,0 +2,26 @@
+Tue Oct 19 07:20:01 UTC 2021 - l...@linux-schulserver.de - 1.5.0
+
+- update to 1.5.0
+  + full PHP8 support
+  + Dark mode for Elastic skin
+  + OAuth2/XOauth support (with plugin hooks)
+  + Collected recipients and trusted senders
+  + Moving recipients between inputs with drag & drop
+  + Full unicode support with MySQL database
+  + Support of IMAP LITERAL- extension RFC 7888
+
+  + Support of RFC 2231 
+encoded names
+  + Cache refactoring
+  More at https://github.com/roundcube/roundcubemail/releases/tag/1.5.0
+- adjusted some file names to new release 
+  (_styles.less -> styles.less; _variables.less -> variables.less; 
+   CHANGELOG -> CHANGELOG.md)
+- vendor/roundcube/plugin-installer/src/bin/rcubeinitdb.sh does not exist 
+  any longer
+- added SECURITY.md to documentation
+- mark the whole documentation directory as documentation instead of 
+  listing some files and others not (avoid duplicate entries in RPM-DB)
+- adjust requirements: php-intl is now required
+
+---

Old:

  roundcubemail-1.4.11-complete.tar.gz
  roundcubemail-1.4.11-complete.tar.gz.asc

New:

  roundcubemail-1.5.0-complete.tar.gz
  roundcubemail-1.5.0-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.SZ51JX/_old  2021-10-26 20:15:00.390051414 +0200
+++ /var/tmp/diff_new_pack.SZ51JX/_new  2021-10-26 20:15:00.394051415 +0200
@@ -20,7 +20,7 @@
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 %define php_name  %(php -r "print 'php' . PHP_MAJOR_VERSION;")
 Name:   roundcubemail
-Version:1.4.11
+Version:1.5.0
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:GPL-3.0-or-later AND GPL-2.0-only AND BSD-3-Clause
@@ -44,6 +44,7 @@
 Requires:   %{php_name}-exif
 Requires:   %{php_name}-gettext
 Requires:   %{php_name}-iconv
+Requires:   %{php_name}-intl
 Requires:   %{php_name}-json
 Requires:   %{php_name}-mbstring
 Requires:   %{php_name}-openssl
@@ -61,7 +62,6 @@
 Requires:   (%{php_name}-mysql or %{php_name}-pgsql)
 Recommends: logrotate
 Recommends: %{php_name}-fileinfo
-Recommends: %{php_name}-intl
 Recommends: %{php_name}-imagick
 Recommends: php-pear-Crypt_GPG >= 1.6.3
 Recommends: %{php_name}-zip
@@ -94,8 +94,6 @@
 for file in .arcconfig .gitignore .php_cs.dist .scrutinizer.yml .travis.yml ; 
do
find . -name "$file" -delete
 done
-# remove php documentor script
-rm vendor/pear/net_smtp/phpdoc.sh
 # remove 0-byte files
 find . -size 0 -delete
 # no need to check .htaccess each time, the apache config takes care of the 
restrictions
@@ -117,7 +115,6 @@
 sed -i 's|/usr/bin/env php|%{_bindir}/php|' \
bin/*.sh \
vendor/pear/crypt_gpg/scripts/crypt-gpg-pinentry \
-   vendor/roundcube/plugin-installer/src/bin/rcubeinitdb.sh \
plugins/enigma/bin/import_keys.sh
 
 %build
@@ -162,7 +159,7 @@
 
 # skins have some configurable files in their directories
 mkdir -p %{buildroot}%{roundcubeconfigpath}/skins/elastic/styles
-for file in _styles.less _variables.less ; do
+for file in styles.less variables.less ; do
 mv %{buildroot}%{roundcubepath}/skins/elastic/styles/$file 
%{buildroot}%{roundcubeconfigpath}/skins/elastic/styles/
 ln -s %{roundcubeconfigpath}/skins/elastic/styles/$file 
%{buildroot}%{roundcubepath}/skins/elastic/styles/
 done
@@ -178,10 +175,10 @@
 # install docs
 install -d -m 0755 %{buildroot}/%{_defaultdocdir}/%{name}
 %if 0%{?suse_version} >= 1500
-TXT="CHANGELOG UPGRADING README.md README.openSUSE SQL"
+TXT="CHANGELOG.md UPGRADING README.md README.openSUSE SQL SECURITY.md"
 rm %{buildroot}%{roundcubepath}/LICENSE
 %else
-TXT="CHANGELOG UPGRADING README.md README.openSUSE SQL LICENSE"
+TXT="CHANGELOG.md UPGRADING README.md README.openSUSE SQL SECURITY.md LICENSE"
 %endif
 for i in $TXT; do
 mv -v %{buildroot}%{roundcubepath}/$i 

commit roundcubemail for openSUSE:Factory

2021-02-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2021-02-16 09:19:30

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.28504 (New)


Package is "roundcubemail"

Tue Feb 16 09:19:30 2021 rev:71 rq:872672 version:1.4.11

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2021-01-30 13:57:45.978396946 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.28504/roundcubemail.changes   
2021-02-16 09:19:31.923211984 +0100
@@ -1,0 +2,6 @@
+Mon Feb  8 21:26:29 UTC 2021 - Michael Str??der 
+
+- update to 1.4.11 with security fix:
+  Fix cross-site scripting (XSS) via HTML messages with malicious CSS content
+
+---

Old:

  roundcubemail-1.4.10-complete.tar.gz
  roundcubemail-1.4.10-complete.tar.gz.asc

New:

  roundcubemail-1.4.11-complete.tar.gz
  roundcubemail-1.4.11-complete.tar.gz.asc



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.ZgetFr/_old  2021-02-16 09:19:32.611212933 +0100
+++ /var/tmp/diff_new_pack.ZgetFr/_new  2021-02-16 09:19:32.611212933 +0100
@@ -20,7 +20,7 @@
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 %define php_name  %(php -r "print 'php' . PHP_MAJOR_VERSION;")
 Name:   roundcubemail
-Version:1.4.10
+Version:1.4.11
 Release:0
 Summary:A browser-based multilingual IMAP client
 License:GPL-3.0-or-later AND GPL-2.0-only AND BSD-3-Clause

++ roundcubemail-1.4.10-complete.tar.gz -> 
roundcubemail-1.4.11-complete.tar.gz ++
/work/SRC/openSUSE:Factory/roundcubemail/roundcubemail-1.4.10-complete.tar.gz 
/work/SRC/openSUSE:Factory/.roundcubemail.new.28504/roundcubemail-1.4.11-complete.tar.gz
 differ: char 5, line 1


commit roundcubemail for openSUSE:Factory

2021-01-30 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2021-01-30 13:56:40

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.28504 (New)


Package is "roundcubemail"

Sat Jan 30 13:56:40 2021 rev:70 rq:867791 version:1.4.10

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2020-12-28 13:56:16.569036966 +0100
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.28504/roundcubemail.changes   
2021-01-30 13:57:45.978396946 +0100
@@ -1,0 +2,8 @@
+Fri Jan 22 17:46:59 UTC 2021 - Arjen de Korte 
+
+- add PHP version to Requires: and Recommends: to make sure the same
+  version is installed as used during packaging
+- drop Requires: http_daemon (fixes boo#1180132) and Suggests: apache2
+  (which is already required though mod_php_any)
+
+---



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.wmvXVg/_old  2021-01-30 13:57:47.026398714 +0100
+++ /var/tmp/diff_new_pack.wmvXVg/_new  2021-01-30 13:57:47.026398714 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package roundcubemail
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define roundcubepath %{apache_serverroot}/%{name}
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
-%define php_major_version   %(php -r "echo PHP_MAJOR_VERSION;")
+%define php_name  %(php -r "print 'php' . PHP_MAJOR_VERSION;")
 Name:   roundcubemail
 Version:1.4.10
 Release:0
@@ -39,17 +39,17 @@
 Patch0: %{name}-config_dir.patch
 BuildRequires:  apache-rpm-macros
 BuildRequires:  apache2
-BuildRequires:  php
-Requires:   http_daemon
-Requires:   mod_php_any >= 5.4
-Requires:   php-dom
-Requires:   php-exif
-Requires:   php-gettext
-Requires:   php-iconv
-Requires:   php-json
-Requires:   php-mbstring
-Requires:   php-openssl
+BuildRequires:  php-cli
+Requires:   %{php_name}-dom
+Requires:   %{php_name}-exif
+Requires:   %{php_name}-gettext
+Requires:   %{php_name}-iconv
+Requires:   %{php_name}-json
+Requires:   %{php_name}-mbstring
+Requires:   %{php_name}-openssl
+Requires:   apache2-mod_%{php_name}
 ## Requires: for upstream dep package
+Requires:   %{php_name}-sockets
 Requires:   php-pear-Auth_SASL >= 1.0.6
 Requires:   php-pear-MDB2_Driver_mysqli
 Requires:   php-pear-Mail_Mime >= 1.10.0
@@ -58,17 +58,14 @@
 Requires:   php-pear-Net_SMTP >= 1.8.1
 Requires:   php-pear-Net_Sieve >= 1.4.3
 Requires:   php-pear-Net_Socket >= 1.0.12
-Requires:   php-session
-Requires:   php-sockets
-Requires:   php_any_db
+Requires:   (%{php_name}-mysql or %{php_name}-pgsql)
 Recommends: logrotate
-Recommends: php-fileinfo
-Recommends: php-intl
-Recommends: php-imagick
-Recommends: php-mysql
+Recommends: %{php_name}-fileinfo
+Recommends: %{php_name}-intl
+Recommends: %{php_name}-imagick
 Recommends: php-pear-Crypt_GPG >= 1.6.3
-Recommends: php-zip
-Suggests:   apache2
+Recommends: %{php_name}-zip
+Suggests:   %{php_name}-mysql
 Conflicts:  roundcube-framework
 Provides:   roundcube_framework = %{version}
 BuildArch:  noarch
@@ -117,8 +114,11 @@
 # remove INSTALL doc
 rm INSTALL
 # fix interpreter for shell scripts
-sed -e 's|%{_bindir}/env php|%{_bindir}/php|' -i bin/*.sh 
-sed -e 's|%{_bindir}/env php|%{_bindir}/php|' -i 
vendor/pear/crypt_gpg/scripts/crypt-gpg-pinentry 
vendor/roundcube/plugin-installer/src/bin/rcubeinitdb.sh
+sed -i 's|/usr/bin/env php|%{_bindir}/php|' \
+   bin/*.sh \
+   vendor/pear/crypt_gpg/scripts/crypt-gpg-pinentry \
+   vendor/roundcube/plugin-installer/src/bin/rcubeinitdb.sh \
+   plugins/enigma/bin/import_keys.sh
 
 %build
 
@@ -128,8 +128,8 @@
 install %{SOURCE5} %{buildroot}/%{_sysconfdir}/logrotate.d/%{name}
 
 # extract roundcube-framework
-install -d -m 0755 %{buildroot}/%{_datadir}/php%{php_major_version}
-mv program/lib/Roundcube 
%{buildroot}%{_datadir}/php%{php_major_version}/Roundcube
+install -d -m 0755 %{buildroot}/%{_datadir}/%{php_name}
+mv program/lib/Roundcube %{buildroot}%{_datadir}/%{php_name}/Roundcube
 
 # install roundcubemail
 install -d -m 0755 %{buildroot}/%{roundcubepath}
@@ -250,7 +250,7 @@
   # enable required apache modules
   %if 0%{?suse_version} > 01500
 if ! grep -q php %{_sysconfdir}/sysconfig/apache2 1>&2 

commit roundcubemail for openSUSE:Factory

2020-12-10 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package roundcubemail for openSUSE:Factory 
checked in at 2020-12-10 15:58:56

Comparing /work/SRC/openSUSE:Factory/roundcubemail (Old)
 and  /work/SRC/openSUSE:Factory/.roundcubemail.new.2328 (New)


Package is "roundcubemail"

Thu Dec 10 15:58:56 2020 rev:68 rq:854465 version:1.4.9

Changes:

--- /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail.changes  
2020-09-30 19:54:31.560791931 +0200
+++ /work/SRC/openSUSE:Factory/.roundcubemail.new.2328/roundcubemail.changes
2020-12-10 15:58:57.614900909 +0100
@@ -1,0 +2,5 @@
+Tue Dec  1 14:37:42 UTC 2020 - pgaj...@suse.com
+
+- use system apache rpm macros
+
+---



Other differences:
--
++ roundcubemail.spec ++
--- /var/tmp/diff_new_pack.z2gTHC/_old  2020-12-10 15:58:58.286901542 +0100
+++ /var/tmp/diff_new_pack.z2gTHC/_new  2020-12-10 15:58:58.290901545 +0100
@@ -16,8 +16,6 @@
 #
 
 
-%define apache_serverroot %(%{_sbindir}/apxs2 -q DATADIR)
-%define apache_sysconfdir %(%{_sbindir}/apxs2 -q SYSCONFDIR)
 %define roundcubepath %{apache_serverroot}/%{name}
 %define roundcubeconfigpath %{_sysconfdir}/%{name}
 %define php_major_version   %(php -r "echo PHP_MAJOR_VERSION;")
@@ -39,8 +37,8 @@
 Source8:robots.txt
 # PATCH-FIX-OPENSUSE roundcubemail-config_dir.patch -- use the general config 
directory /etc
 Patch0: %{name}-config_dir.patch
-BuildRequires:  apache2-devel
-BuildRequires:  pcre-devel
+BuildRequires:  apache-rpm-macros
+BuildRequires:  apache2
 BuildRequires:  php
 Requires:   http_daemon
 Requires:   mod_php_any >= 5.4
___
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org