Hello community, here is the log from the commit of package kopano for openSUSE:Factory checked in at 2018-02-07 18:40:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kopano (Old) and /work/SRC/openSUSE:Factory/.kopano.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kopano" Wed Feb 7 18:40:53 2018 rev:11 rq:573320 version:8.5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kopano/kopano.changes 2018-01-19 11:53:08.195854841 +0100 +++ /work/SRC/openSUSE:Factory/.kopano.new/kopano.changes 2018-02-07 18:40:56.105526477 +0100 @@ -1,0 +2,12 @@ +Mon Feb 5 23:10:07 UTC 2018 - [email protected] + +- Update to final tag 8.5.0 + * libserver: store size for orphaned stores was reported + incorrectly + * client: have OpenEntry check for NULL entryids and entryids + too short + * dagent, client: fix nonfunctional HTML filter + * common: switch logging to stderr when pipe dies + * spooler: avoid printing garbage when non-worker child exits + +------------------------------------------------------------------- @@ -4 +16 @@ -- Update to new upstream tag 8.4.91 +- Update to new upstream tag 8.4.91 (RC) Old: ---- build.collax kopanocore-8.4.91.14.tar.xz New: ---- kopanocore-8.5.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kopano.spec ++++++ --- /var/tmp/diff_new_pack.CwWqfd/_old 2018-02-07 18:40:58.977391988 +0100 +++ /var/tmp/diff_new_pack.CwWqfd/_new 2018-02-07 18:40:58.981391800 +0100 @@ -17,14 +17,14 @@ # -%define version_unconverted 8.4.91.14 +%define version_unconverted 8.5.0.0 # Compat macro for new _fillupdir macro introduced in Nov 2017 %if ! %{defined _fillupdir} %define _fillupdir /var/adm/fillup-templates %endif Name: kopano -Version: 8.4.91.14 +Version: 8.5.0.0 Release: 0 Summary: Groupware server suite License: AGPL-3.0 @@ -32,8 +32,8 @@ Url: https://kopano.io/ Source: kopanocore-%version.tar.xz Source3: %name-rpmlintrc -Source4: build.collax BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: gcc-c++ >= 4.8 BuildRequires: gettext-devel BuildRequires: gperftools-devel BuildRequires: gsoap-devel >= 2.8.49 @@ -188,6 +188,7 @@ Requires(pre): %_sbindir/groupadd Requires(pre): %_sbindir/useradd %if 0%{?distro_without_intelligent_package_manager} +Obsoletes: libkchl0 Obsoletes: libkcservice0 Obsoletes: libkcsoapclient0 Obsoletes: libkcsoapserver0 @@ -580,12 +581,11 @@ %build autoreconf -fi +# Grab new compiler (like devtoolset-7-gcc for RH) from prjconf +export CC="%__cc" +export CXX="%__cxx" export CFLAGS="%optflags" export CXXFLAGS="$CFLAGS" -if [ -x /opt/rh/devtoolset-7/root/usr/bin/gcc ]; then - export CC="/opt/rh/devtoolset-7/root/usr/bin/gcc" - export CXX="/opt/rh/devtoolset-7/root/usr/bin/g++" -fi export LDFLAGS="-Wl,-z -Wl,relro" %if 0%{?centos_version} == 600 # CO6's ncurses-config is messed up @@ -616,7 +616,7 @@ --with-userscript-prefix="%_sysconfdir/kopano/userscripts" \ --with-quotatemplate-prefix="%_sysconfdir/kopano/quotamail" \ --with-php-config="%phpconfig" --enable-epoll --enable-release \ - PYTHON="$pyint" PYTHON_CFLAGS="$PYTHON_CFLAGS" PYTHON_LIBS="$PYTHON_LIBS" + PYTHON="$(which $pyint)" PYTHON_CFLAGS="$PYTHON_CFLAGS" PYTHON_LIBS="$PYTHON_LIBS" echo "%version" >version make V=1 %{?_smp_mflags} ++++++ PKGBUILD ++++++ --- /var/tmp/diff_new_pack.CwWqfd/_old 2018-02-07 18:40:59.017390115 +0100 +++ /var/tmp/diff_new_pack.CwWqfd/_new 2018-02-07 18:40:59.021389928 +0100 @@ -1,5 +1,5 @@ pkgname=kopano -pkgver=8.4.91.14 +pkgver=8.5.0.0 pkgrel=0 pkgdesc='Kopano' arch=('x86_64') ++++++ _service ++++++ --- /var/tmp/diff_new_pack.CwWqfd/_old 2018-02-07 18:40:59.037389178 +0100 +++ /var/tmp/diff_new_pack.CwWqfd/_new 2018-02-07 18:40:59.041388991 +0100 @@ -3,8 +3,8 @@ <param name="scm">git</param> <param name="url">https://stash.kopano.io/scm/kc/kopanocore.git</param> <param name="revision">kc-8.5.x</param> - <param name="parent-tag">kopanocore-8.4.91</param> - <param name="versionformat">8.4.91.@TAG_OFFSET@</param> + <param name="parent-tag">kopanocore-8.5.0</param> + <param name="versionformat">8.5.0.@TAG_OFFSET@</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ debian.changelog ++++++ --- /var/tmp/diff_new_pack.CwWqfd/_old 2018-02-07 18:40:59.061388055 +0100 +++ /var/tmp/diff_new_pack.CwWqfd/_new 2018-02-07 18:40:59.061388055 +0100 @@ -1,4 +1,4 @@ -kopano (8.4.91.14-0) unstable; urgency=low +kopano (8.5.0.0-0) unstable; urgency=low * Current release. ++++++ debian.control ++++++ --- /var/tmp/diff_new_pack.CwWqfd/_old 2018-02-07 18:40:59.105385994 +0100 +++ /var/tmp/diff_new_pack.CwWqfd/_new 2018-02-07 18:40:59.105385994 +0100 @@ -90,7 +90,7 @@ Package: kopano-common Architecture: any Depends: lsb-base -Replaces: libkcservice0, libkcsoapclient0, libkcsoapserver0 +Replaces: libkchl0, libkcservice0, libkcsoapclient0, libkcsoapserver0 Description: Shared files for Kopano Core services. Common components for services of Kopano Core. ++++++ kopano.dsc ++++++ --- /var/tmp/diff_new_pack.CwWqfd/_old 2018-02-07 18:40:59.861350598 +0100 +++ /var/tmp/diff_new_pack.CwWqfd/_new 2018-02-07 18:40:59.861350598 +0100 @@ -1,7 +1,7 @@ Format: 1.0 Source: kopano Architecture: any all -Version: 8.4.91.14-0 +Version: 8.5.0.0-0 DEBTRANSFORM-RELEASE: 1 Maintainer: Kopano Development <[email protected]> Homepage: https://kopano.com ++++++ kopanocore-8.4.91.14.tar.xz -> kopanocore-8.5.0.0.tar.xz ++++++ ++++ 44419 lines of diff (skipped)
