Hello community,

here is the log from the commit of package ktp-text-ui for openSUSE:Factory 
checked in at 2013-10-08 10:55:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ktp-text-ui (Old)
 and      /work/SRC/openSUSE:Factory/.ktp-text-ui.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ktp-text-ui"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ktp-text-ui/ktp-text-ui.changes  2013-09-25 
14:32:38.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ktp-text-ui.new/ktp-text-ui.changes     
2013-10-08 10:55:25.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Sep 26 22:02:19 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Update to version 0.6.80
+  * New feature release, please see 
http://www.sharpley.org.uk/blog/ktp-0.7-beta
+- Devel package no longer exists
+- Added 0001-Fix-build-with-kdelibs-4.10.patch from upstream
+
+-------------------------------------------------------------------

Old:
----
  ktp-text-ui-0.6.3.tar.bz2

New:
----
  0001-Fix-build-with-kdelibs-4.10.patch
  ktp-text-ui-0.6.80.tar.bz2

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

Other differences:
------------------
++++++ ktp-text-ui.spec ++++++
--- /var/tmp/diff_new_pack.oO96TG/_old  2013-10-08 10:55:28.000000000 +0200
+++ /var/tmp/diff_new_pack.oO96TG/_new  2013-10-08 10:55:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ktp-text-ui
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,24 +17,28 @@
 
 
 Name:           ktp-text-ui
-Version:        0.6.3
+Version:        0.6.80
 Release:        0
 Summary:        Telepathy chat handler for KDE
 License:        GPL-2.0+
 Group:          Productivity/Networking/Instant Messenger
 Url:            
http://community.kde.org/Real-Time_Communication_and_Collaboration
-Source0:        
http://download.kde.org/stable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
+Source0:        
http://download.kde.org/unstable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
 Patch0:          fix_desktop.diff
+# PATCH-FIX-UPSTREAM 0001-Fix-build-with-kdelibs-4.10.patch -- fixes build 
with kdelibs < 4.10
+Patch1:         0001-Fix-build-with-kdelibs-4.10.patch
 BuildRequires:  fdupes
 BuildRequires:  ktp-common-internals-devel
 BuildRequires:  libkde4-devel >= 4.4.75
+BuildRequires:  libqjson-devel
 BuildRequires:  oxygen-icon-theme
-BuildRequires:  telepathy-qt4-devel >= 0.9.1
 BuildRequires:  telepathy-logger-devel >= 0.2
 BuildRequires:  telepathy-logger-qt4-devel
+BuildRequires:  telepathy-qt4-devel >= 0.9.1
 BuildRequires:  pkgconfig(QtGLib-2.0)
 Requires:       telepathy-logger
 Recommends:     %{name}-lang
+Obsoletes:      %{name}-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
 
@@ -42,19 +46,12 @@
 Includes KDE's implementation of the Telepathy chat handler,
 a chat plasmoid, and a chat log viewer application.
 
-%package devel
-Summary:        Development files for %{name}
-License:        GPL-2.0+
-Group:          Development/Libraries/KDE
-Requires:       %{name} = %{version}
-
-%description devel
-Development libraries and headers needed to build software using ${name}
-
 %lang_package
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+
 %build
   %cmake_kde4 -d build
   %make_jobs
@@ -97,8 +94,5 @@
 %_kde4_appsdir/ktp-log-viewer/
 %_kde4_applicationsdir/ktp-log-viewer.desktop
 %_kde4_servicetypes/ktptxtui_message_filter.desktop
-%files devel
-%defattr(-,root,root)
-%_kde4_includedir/KTp/
 
 %changelog

++++++ 0001-Fix-build-with-kdelibs-4.10.patch ++++++
>From deadf73df2452ba82cd64700a19f2035af3a29bb Mon Sep 17 00:00:00 2001
From: Christophe Giboudeaux <cgiboude...@gmx.com>
Date: Wed, 25 Sep 2013 11:13:30 +0200
Subject: [PATCH 1/1] Fix build with kdelibs < 4.10

---
 logviewer/dates-model.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/logviewer/dates-model.cpp b/logviewer/dates-model.cpp
index d887841..c474892 100644
--- a/logviewer/dates-model.cpp
+++ b/logviewer/dates-model.cpp
@@ -26,7 +26,7 @@
 #include <TelepathyQt/Account>
 
 #include <KDE/KLocalizedString>
-#include <KDE/KLocalizedDate>
+#include <klocalizeddate.h>
 #include <KDE/KDebug>
 
 Q_DECLARE_METATYPE(Tp::AccountPtr)
-- 
1.8.4

++++++ ktp-text-ui-0.6.3.tar.bz2 -> ktp-text-ui-0.6.80.tar.bz2 ++++++
++++ 7846 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to