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 + <https://datatracker.ietf.org/doc/html/rfc7888> + + Support of RFC 2231 <https://datatracker.ietf.org/doc/html/rfc2231> + 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 %{buildroot}%{_defaultdocdir}/%{name}/ @@ -303,17 +300,12 @@ %files %defattr(0644, root, root,0755) -%doc CHANGELOG %if 0%{?suse_version} >= 1500 %license LICENSE %else %doc LICENSE %endif -%doc README.md -%doc README.openSUSE -%doc UPGRADING -%doc SQL/ -%doc %{_defaultdocdir}/%{name}/* +%doc %{_defaultdocdir}/%{name} %dir %{roundcubepath} %dir %{roundcubeconfigpath} %dir %{roundcubeconfigpath}/skins @@ -329,8 +321,8 @@ %config(noreplace) %{apache_sysconfdir}/conf.d/%{name}.conf %config(noreplace) %{apache_sysconfdir}/conf.d/%{name}.inc %config(noreplace) %{_sysconfdir}/logrotate.d/%{name} -%config(noreplace) %{roundcubeconfigpath}/skins/elastic/styles/_styles.less -%config(noreplace) %{roundcubeconfigpath}/skins/elastic/styles/_variables.less +%config(noreplace) %{roundcubeconfigpath}/skins/elastic/styles/styles.less +%config(noreplace) %{roundcubeconfigpath}/skins/elastic/styles/variables.less %{roundcubepath}/composer.json-dist %{roundcubepath}/composer.json %{roundcubepath}/composer.lock @@ -339,7 +331,6 @@ %{roundcubepath}/robots.txt %dir %{roundcubepath}/bin %attr(0755,root,root) %{roundcubepath}/bin/*.sh -%attr(0755,root,root) %{roundcubepath}/vendor/roundcube/plugin-installer/src/bin/rcubeinitdb.sh %attr(0755,root,root) %{roundcubepath}/plugins/password/helpers/change_ldap_pass.pl %attr(0755,root,root) %{roundcubepath}/vendor/pear/crypt_gpg/scripts/crypt-gpg-pinentry %{roundcubepath}/installer/ ++++++ roundcubemail-1.4.11-complete.tar.gz -> roundcubemail-1.5.0-complete.tar.gz ++++++ /work/SRC/openSUSE:Factory/roundcubemail/roundcubemail-1.4.11-complete.tar.gz /work/SRC/openSUSE:Factory/.roundcubemail.new.1890/roundcubemail-1.5.0-complete.tar.gz differ: char 5, line 1