Hello community, here is the log from the commit of package kopete for openSUSE:Factory checked in at 2016-05-31 12:22:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kopete (Old) and /work/SRC/openSUSE:Factory/.kopete.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kopete" Changes: -------- --- /work/SRC/openSUSE:Factory/kopete/kopete.changes 2016-03-26 15:17:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kopete.new/kopete.changes 2016-05-31 12:22:54.000000000 +0200 @@ -1,0 +2,30 @@ +Tue May 24 07:15:09 UTC 2016 - [email protected] + +- Add gcc6.patch from kde#363053: Fix build with gcc6 +- Run spec-cleaner on kopete.spec + +------------------------------------------------------------------- +Sat May 7 10:34:54 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.1 + * KDE Applications 16.04.1 + * https://www.kde.org/announcements/announce-applications-16.04.1.php + + +------------------------------------------------------------------- +Sun Apr 17 06:10:32 UTC 2016 - [email protected] + +- Update to KDE Applications 16.04.0 + * KDE Applications 16.04.0 + * https://www.kde.org/announcements/announce-applications-16.04.0.php + + +------------------------------------------------------------------- +Mon Apr 11 06:46:32 UTC 2016 - [email protected] + +- Update to KDE Applications 16.03.90 + * KDE Applications 16.04.0 RC + * https://www.kde.org/announcements/announce-applications-16.04-rc.php + + +------------------------------------------------------------------- Old: ---- kopete-15.12.3.tar.xz New: ---- gcc6.patch kopete-16.04.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kopete.spec ++++++ --- /var/tmp/diff_new_pack.QaDu8y/_old 2016-05-31 12:22:55.000000000 +0200 +++ /var/tmp/diff_new_pack.QaDu8y/_new 2016-05-31 12:22:55.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package kopete # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,6 +17,14 @@ Name: kopete +Version: 16.04.1 +Release: 0 +Summary: Instant Messenger +License: GPL-2.0+ +Group: Productivity/Networking/Instant Messenger +Source0: %{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM gcc6.patch kde#363053 -- fix build with GCC6 +Patch1: gcc6.patch BuildRequires: alsa-devel BuildRequires: giflib-devel BuildRequires: libgadu-devel @@ -31,23 +39,18 @@ BuildRequires: meanwhile-devel BuildRequires: mediastreamer2-devel BuildRequires: openslp-devel +BuildRequires: pkgconfig BuildRequires: speex-devel BuildRequires: sqlite-devel BuildRequires: pkgconfig(expat) +BuildRequires: pkgconfig(jsoncpp) BuildRequires: pkgconfig(libotr) >= 4.0.0 BuildRequires: pkgconfig(libsrtp) BuildRequires: pkgconfig(ortp) >= 0.22 -BuildRequires: pkgconfig(jsoncpp) -Version: 15.12.3 -Release: 0 -Summary: Instant Messenger -License: GPL-2.0+ -Group: Productivity/Networking/Instant Messenger -Source0: %{name}-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-build Recommends: kdepim4-runtime -%kde4_runtime_requires -%kde4_pimlibs_requires +BuildRoot: %{_tmppath}/%{name}-%{version}-build +%{kde4_runtime_requires} +%{kde4_pimlibs_requires} %description Kopete is the KDE instant messenger and supports multiple protocols. @@ -55,25 +58,26 @@ %package devel Summary: Instant Messenger - Development Files Group: Productivity/Networking/Instant Messenger -Requires: kopete >= %version +Requires: kopete >= %{version} Requires: libkdepimlibs4-devel Provides: kde4-kopete-devel = %{version} Obsoletes: kde4-kopete-devel < %{version} -%kde4_runtime_requires +%{kde4_runtime_requires} %description devel Kopete is the KDE instant messenger and supports multiple protocols. %prep %setup -q +%patch1 -p1 %build %ifarch ppc ppc64 export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" %endif -export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fPIE" +export RPM_OPT_FLAGS="%{optflags} -fPIE" export LDFLAGS="-pie" - %cmake_kde4 -d build -- -DMOZPLUGIN_INSTALL_DIR=/usr/%{_lib}/browser-plugins + %cmake_kde4 -d build -- -DMOZPLUGIN_INSTALL_DIR=%{_libdir}/browser-plugins %make_jobs %install @@ -82,7 +86,6 @@ %kde_post_install %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig %files @@ -128,7 +131,7 @@ %{_kde4_appsdir}/kopete_yahoo/ %{_kde4_modulesdir}/plugins/accessible/ %{_kde4_appsdir}/kopeterichtexteditpart/ -%_kde4_servicesdir/kconfiguredialog/ +%{_kde4_servicesdir}/kconfiguredialog/ %{_kde4_configdir}/kopeterc %files devel ++++++ gcc6.patch ++++++ --- kopete-16.04.0/plugins/history2/history2logger.h.old 2016-05-13 22:23:50.000000000 -0400 +++ kopete-16.04.0/plugins/history2/history2logger.h 2016-05-13 22:25:57.040719375 -0400 @@ -94,7 +94,7 @@ * from Kopete::Contact @param c in the given @param sens */ QList<Kopete::Message> readMessages(int lines, - int offset=0, const Kopete::MetaContact *c=false, bool reverseOrder=true); + int offset=0, const Kopete::MetaContact *c=NULL, bool reverseOrder=true); /** * Same as the following, but for one date. I did'nt reuse the above function ++++++ kopete-15.12.3.tar.xz -> kopete-16.04.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/kopete/kopete-15.12.3.tar.xz /work/SRC/openSUSE:Factory/.kopete.new/kopete-16.04.1.tar.xz differ: char 26, line 1
