Hello community,

here is the log from the commit of package kopano for openSUSE:Factory checked 
in at 2017-07-09 13:04:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kopano (Old)
 and      /work/SRC/openSUSE:Factory/.kopano.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kopano"

Sun Jul  9 13:04:28 2017 rev:5 rq:508968 version:8.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/kopano/kopano.changes    2017-05-06 
18:29:45.158370662 +0200
+++ /work/SRC/openSUSE:Factory/.kopano.new/kopano.changes       2017-07-09 
13:04:31.328363079 +0200
@@ -1,0 +2,20 @@
+Thu Jul  6 16:06:09 UTC 2017 - [email protected]
+
+- Update to new bugfix release 8.3.1
+  * inetmapi: do not force HTML when use_tnef is set
+    to minimal [KC-664]
+  * spooler: avoid a use-after-free, and a deadlock after
+    this failure [KC-588]
+  * server: avoid unchecked return value and unsigned
+    underflow [KC-656]
+  * php: rework pointer value storing
+  * daemons: call initgroups when switching user and
+    don't fall over [KC-684,KC-690]
+- Update to new bugfix release 8.3.2
+  * gateway: fix an IMAP protocol error [KC-668]
+    Apple Mail/Alpine did not show mails with long encoded subjects
+  * common: restore ability to output crashdump [KC-630]
+  * inetmapi: avoid short allocation on group
+    expansion [KC-388,KC-727]
+
+-------------------------------------------------------------------

Old:
----
  kopano-bash-completion.sh
  kopanocore-8.3.0.tar.xz

New:
----
  kopanocore-8.3.2.tar.xz

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

Other differences:
------------------
++++++ kopano.spec ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:33.484058958 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:33.488058394 +0200
@@ -17,17 +17,16 @@
 #
 
 
+%define version_unconverted 8.3.2
+
 Name:           kopano
-Version:        8.3.0
+Version:        8.3.2
 Release:        0
-%define rversion 8.3.0
-%define revision 1042
 Summary:        Collaboration software for professionals
 License:        AGPL-3.0
 Group:          Productivity/Networking/Email/Servers
 Url:            https://kopano.io/
 Source:         kopanocore-%version.tar.xz
-Source2:        kopano-bash-completion.sh
 Source3:        %name-rpmlintrc
 Source4:        build.collax
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -43,7 +42,7 @@
 BuildRequires:  libs3-devel
 BuildRequires:  libtool
 BuildRequires:  libuuid-devel
-BuildRequires:  libvmime-devel >= 0.9.2
+BuildRequires:  libvmime-devel >= 0.9.1.999
 BuildRequires:  libxml2-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  openldap2-devel
@@ -87,7 +86,7 @@
 BuildRequires:  pwdutils
 %endif
 %if "%_repository" == "RHEL_6" || "%_repository" == "RHEL_6_PHP_56"
-BuildRequires:  devtoolset-4-gcc-c++
+BuildRequires:  devtoolset-6-gcc-c++
 %endif
 %if "%{?_initddir}" == ""
        %define _initddir %_initrddir
@@ -517,15 +516,14 @@
 echo Detected old RPM with broken _initddir
 %endif
 %setup -qn kopanocore-%version
-echo "rversion=%rversion revision=%revision"
 
 %build
 autoreconf -fi
 export CFLAGS="%optflags"
 export CXXFLAGS="$CFLAGS"
-if [ -x /opt/rh/devtoolset-4/root/usr/bin/gcc ]; then
-       export CC="/opt/rh/devtoolset-4/root/usr/bin/gcc"
-       export CXX="/opt/rh/devtoolset-4/root/usr/bin/g++"
+if [ -x /opt/rh/devtoolset-6/root/usr/bin/gcc ]; then
+       export CC="/opt/rh/devtoolset-6/root/usr/bin/gcc"
+       export CXX="/opt/rh/devtoolset-6/root/usr/bin/g++"
 fi
 export LDFLAGS="-Wl,-z -Wl,relro"
 %if 0%{?centos_version} == 600
@@ -549,9 +547,10 @@
        --with-quotatemplate-prefix="%_sysconfdir/kopano/quotamail" \
        --with-php-config="%phpconfig" \
        --enable-epoll --enable-unicode \
-       --disable-static --enable-release
-echo "%rversion" >version #hot override
-echo "%revision" >revision
+       --disable-static --enable-release --enable-icu
+echo "%version" >version
+# Same as kopano.io
+echo "15" >revision
 make V=1 %{?_smp_mflags}
 
 %install
@@ -568,10 +567,6 @@
 mv "$b/%_sysconfdir/init.d"/* "$b/%_initddir/"
 %endif
 
-# completion
-mkdir -p "$b/%_sysconfdir/bash_completion.d"
-install -Dm0644 "%{S:2}" "$b/%_sysconfdir/bash_completion.d/"
-
 mkdir -p "$b/%_localstatedir/log/kopano"
 chmod 750 "$b/%_localstatedir/log/kopano"
 %find_lang kopano
@@ -1025,7 +1020,7 @@
 %_mandir/man*/kopano-search.*
 %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano
 %attr(0750,kopano,kopano) %dir %_localstatedir/lib/kopano/search
-%attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano
+%attr(0750,kopano,kopano) %dir %_localstatedir/log/kopano/
 %dir %_docdir/kopano
 %dir %_docdir/kopano/example-config
 %_docdir/kopano/example-config/search.cfg

++++++ PKGBUILD ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:33.532052188 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:33.532052188 +0200
@@ -1,5 +1,5 @@
 pkgname=kopano
-pkgver=8.3.0
+pkgver=8.3.2
 pkgrel=0
 pkgdesc='Kopano'
 arch=('x86_64')

++++++ _service ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:33.556048802 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:33.556048802 +0200
@@ -1,9 +1,13 @@
 <services>
+       <!-- bumping the version here also requires (or at least, indicates)
+            that you should do the same for the "version.in" file in the tree. 
-->
        <service name="tar_scm" mode="disabled">
                <param name="scm">git</param>
                <param 
name="url">https://stash.kopano.io/scm/kc/kopanocore.git</param>
-               <param name="revision">kopanocore-8.3.0</param>
-               <param name="versionformat">8.3.0</param>
+               <param name="revision">kopanocore-8.3.2</param>
+               <param name="filename">kopanocore</param>
+               <param name="parent-tag">bp/8.3.2</param>
+               <param name="versionformat">8.3.2</param>
        </service>
        <service name="recompress" mode="disabled">
                <param name="file">*.tar</param>

++++++ build.collax ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:33.572046545 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:33.576045981 +0200
@@ -2,7 +2,7 @@
 
 set -x
 source=kopanocore
-version=8.3.0
+version=8.3.2
 revnum=0
 build=0
 
@@ -95,7 +95,7 @@
        libstdc++-v3-dev
        libtasn1
        libtasn1-dev
-       libvmime-kopano-dev
+       libvmime-dev
        libxml2
        libxml2-dev
        mariadb-dev

++++++ debian.changelog ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:33.596043160 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:33.596043160 +0200
@@ -1,4 +1,4 @@
-kopano (8.3.0-0) unstable; urgency=low
+kopano (8.4.0~1054-0) unstable; urgency=low
 
   * Current release.
 

++++++ debian.control ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:33.628038646 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:33.632038082 +0200
@@ -6,12 +6,13 @@
  autotools-dev, g++, automake (>= 1:1.9) | automake1.9, autoconf (>= 2.59),
  libtool (>= 1.5), libtool-bin | libtool, pkg-config (>= 0.18), libssl-dev,
  libvmime-kopano-dev (>= 0.9.2~), uuid-dev, php-dev | php5-dev | php7.0-dev,
- libmysqlclient15-dev | libmysqlclient-dev,
+ libmysqlclient15-dev | libmysqlclient-dev | libmariadb-client-lgpl-dev,
  libcurl3-dev | libcurl4-openssl-dev, gettext, libldap2-dev, m4,
  zlib1g-dev, fakeroot, libncurses5-dev, libncursesw5-dev, libxml2-dev,
  libpam0g-dev, libkrb5-dev,
  libicu-dev, libical-dev, swig, python-dev,
- gsoap-kopano-dev (>= 2.8.39), libgoogle-perftools-dev, openssl, libs3-dev
+ gsoap-kopano-dev (>= 2.8.39), libgoogle-perftools-dev, openssl,
+ libs3-dev (>= 3)
 Standards-Version: 3.7.3
 
 Package: kopano-server-packages
@@ -63,6 +64,8 @@
 
 Package: kopano-migration-imap
 Architecture: any
+Depends: libdigest-hmac-perl, libfile-copy-recursive-perl, 
libunicode-string-perl,
+ libreadonly-perl, libio-tee-perl, libmail-imapclient-perl
 Description: Utility to migrate between IMAP mailboxes
  kopano-migration-imap provides a utility based on imapsync to migrate
  between IMAP mailboxes (including Kopano).
@@ -87,7 +90,7 @@
 Package: kopano-common
 Architecture: any
 Depends: lsb-base
-Obsoletes: libkcservice0, libkcsoapclient0, libkcsoapserver0
+Replaces: libkcservice0, libkcsoapclient0, libkcsoapserver0
 Description: Shared files for Kopano Core services.
  Common components for services of Kopano Core.
 

++++++ debian.kopano-dagent.install ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:33.792015512 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:33.796014948 +0200
@@ -6,6 +6,8 @@
 usr/sbin/kopano-autorespond
 usr/sbin/kopano-mr-accept
 usr/sbin/kopano-mr-process
+usr/sbin/kopano-mr-accept.py
+usr/sbin/kopano-mr-process.py
 usr/share/doc/kopano-dagent/
 usr/share/man/man5/kopano-dagent.cfg.5
 usr/share/man/man8/kopano-dagent.8

++++++ debian.kopano-search.postinst ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:33.943994072 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:33.943994072 +0200
@@ -1,6 +1,8 @@
 #!/bin/sh
+mkdir -p /var/log/kopano /var/lib/kopano/search || :
 chmod 750 /var/log/kopano || :
 chown -Rh kopano:kopano /var/log/kopano 2>/dev/null || :
+chown -Rh kopano:kopano /var/lib/kopano/search 2>/dev/null || :
 
 #DEBHELPER#
 

++++++ debian.kopano-utils.install ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:34.007985044 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:34.007985044 +0200
@@ -7,10 +7,13 @@
 usr/sbin/kopano-archiver-aclsync
 usr/sbin/kopano-archiver-restore
 usr/sbin/kopano-cachestat
+usr/sbin/kopano-cli
 usr/sbin/kopano-mailbox-permissions
 usr/sbin/kopano-search-upgrade-findroots.py
 usr/libexec/kopano/mapitime
+usr/lib/python*/*/kopano_cli/
 usr/share/man/man8/kopano-admin.8
+usr/share/man/man8/kopano-cli.8
 usr/share/man/man1/kopano-fsck.1
 usr/share/man/man1/kopano-passwd.1
 usr/share/man/man1/kopano-stats.1

++++++ debian.python-mapi.install ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:34.259949497 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:34.263948933 +0200
@@ -1,4 +1,4 @@
-usr/lib/python*/*/{MAPICore,inetmapi,icalmapi}.py
-usr/lib/python*/*/_{MAPICore,inetmapi,icalmapi}.so
+usr/lib/python*/*/{MAPICore,inetmapi,icalmapi,libfreebusy}.py
+usr/lib/python*/*/_{MAPICore,inetmapi,icalmapi,libfreebusy}.so
 usr/lib/python*/*/MAPI*.egg-info
 usr/lib/python*/*/MAPI/

++++++ debian.rules ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:34.287945548 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:34.287945548 +0200
@@ -51,7 +51,7 @@
                --with-systemunitdir=/lib/systemd/system \
                --with-userscript-prefix=/etc/kopano/userscripts \
                --with-quotatemplate-prefix=/etc/kopano/quotamail \
-               --disable-static --enable-tcmalloc TCMALLOC_CFLAGS=" " \
+               --enable-tcmalloc TCMALLOC_CFLAGS=" " \
                TCMALLOC_LIBS="-ltcmalloc_minimal" --enable-epoll \
                --enable-unicode $(CONFFLAG) \
                --enable-release
@@ -111,6 +111,9 @@
        # Add here commands to install the arch part of the package into 
        # debian/tmp.
        $(MAKE) DESTDIR=$(INSTDIR) install 
PHP_SYSCONF_DIR=/usr/share/kopano/php/mapi
+       mkdir -p ${INSTDIR}/etc/kopano/autorespond
+       cp -av ${INSTDIR}/usr/share/doc/kopano/example-config/*.cfg 
${INSTDIR}/etc/kopano/
+       rm -fv ${INSTDIR}/etc/kopano/ldap.cfg
 
        # since this is not linked to an initscript anymore, install the file 
ourselves.
        mkdir -p $(INSTDIR)/etc/default

++++++ kopano.dsc ++++++
--- /var/tmp/diff_new_pack.kIItRu/_old  2017-07-09 13:04:34.323940469 +0200
+++ /var/tmp/diff_new_pack.kIItRu/_new  2017-07-09 13:04:34.327939906 +0200
@@ -1,7 +1,7 @@
 Format: 1.0
 Source: kopano
 Architecture: any all
-Version: 8.3.0-0
+Version: 8.3.2-0
 DEBTRANSFORM-RELEASE: 1
 Maintainer: Kopano Development <[email protected]>
 Homepage: https://kopano.com
@@ -9,11 +9,11 @@
 Build-Depends: debhelper (>= 4.0.0), binutils (>= 2.12.90.0.9), devscripts,
  autotools-dev, g++, automake (>= 1:1.9) | automake1.9, autoconf (>= 2.59),
  libtool (>= 1.5), libtool-bin | libtool, pkg-config (>= 0.18), libssl-dev,
- libvmime-kopano-dev (>= 0.9.2~), uuid-dev, php-dev | php4-dev | php5-dev,
- libmysqlclient15-dev | libmysqlclient-dev,
+ libvmime-dev (>= 0.9.2~), uuid-dev, php-dev | php4-dev | php5-dev,
+ libmysqlclient15-dev | libmysqlclient-dev | libmariadb-client-lgpl-dev,
  libcurl3-dev | libcurl4-openssl-dev, gettext, libldap2-dev, m4,
  zlib1g-dev, fakeroot, libncurses5-dev, libncursesw5-dev, libxml2-dev,
  libpam0g-dev, libkrb5-dev,
  libicu-dev, libical-dev, swig, python-dev,
- gsoap-kopano-dev (>= 2.8.39), libgoogle-perftools-dev, openssl, libs3-dev
+ gsoap-dev (>= 2.8.39), libgoogle-perftools-dev, openssl, libs3-dev
 Files:

++++++ kopanocore-8.3.0.tar.xz -> kopanocore-8.3.2.tar.xz ++++++
++++ 2029 lines of diff (skipped)


Reply via email to