Hello community,

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

Package is "ktp-common-internals"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/ktp-common-internals/ktp-common-internals.changes    
    2013-09-25 14:31:52.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.ktp-common-internals.new/ktp-common-internals.changes
   2013-10-08 10:54:09.000000000 +0200
@@ -1,0 +2,13 @@
+Mon Oct  7 18:09:12 UTC 2013 - hrvoje.sen...@gmail.com
+
+- Bump so version to 6, as per upstream change
+- Mark the so in filelist with %version
+- Added some missing Requires to devel package
+
+-------------------------------------------------------------------
+Thu Sep 26 22:02:12 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
+
+-------------------------------------------------------------------

Old:
----
  ktp-common-internals-0.6.3.tar.bz2

New:
----
  ktp-common-internals-0.6.80.tar.bz2

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

Other differences:
------------------
++++++ ktp-common-internals.spec ++++++
--- /var/tmp/diff_new_pack.McbE0Q/_old  2013-10-08 10:54:09.000000000 +0200
+++ /var/tmp/diff_new_pack.McbE0Q/_new  2013-10-08 10:54:09.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ktp-common-internals
 #
-# 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
@@ -11,26 +11,27 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define soversion 5
+
+%define soversion 6
 
 Name:           ktp-common-internals
-Version:        0.6.3
+Version:        0.6.80
 Release:        0
-License:        LGPL-2.1+
 Summary:        Telepathy common module
-Url:            
http://community.kde.org/Real-Time_Communication_and_Collaboration
+License:        LGPL-2.1+
 Group:          Development/Libraries/Other
-Source0:        
http://download.kde.org/stable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
+Url:            
http://community.kde.org/Real-Time_Communication_and_Collaboration
+Source0:        
http://download.kde.org/unstable/kde-telepathy/%{version}/src/%{name}-%{version}.tar.bz2
+BuildRequires:  boost-devel
 BuildRequires:  fdupes
-BuildRequires:  libqt4-devel >= 4.8.0
 BuildRequires:  libkde4-devel
-BuildRequires:  telepathy-qt4-devel >= 0.9.2.1
+BuildRequires:  libqt4-devel >= 4.8.0
 BuildRequires:  telepathy-logger-qt4-devel >= 0.6.0
-BuildRequires:  boost-devel
+BuildRequires:  telepathy-qt4-devel >= 0.9.2.1
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %kde4_runtime_requires
@@ -49,11 +50,12 @@
 %package devel
 Summary:        Telepathy common module
 Group:          Development/Libraries/Other
-Requires:       boost-devel
 Requires:       %{name} = %{version}
+Requires:       boost-devel
+Requires:       libkde4-devel
 Requires:       libktpcommoninternals%{soversion} = %{version}
-Requires:       telepathy-logger-qt4-devel
-Requires:       telepathy-qt4-devel
+Requires:       telepathy-logger-qt4-devel >= 0.6.0
+Requires:       telepathy-qt4-devel >= 0.9.2.1
 
 %description devel
 ktp-common-internals is the base library for all the KDE Telepathy packages.
@@ -81,7 +83,6 @@
 %find_lang ktp-common-internals %{name}.lang
   %fdupes -s %{buildroot}
 
-
 %post -n libktpcommoninternals%{soversion} -p /sbin/ldconfig
 
 %postun -n libktpcommoninternals%{soversion} -p /sbin/ldconfig
@@ -94,9 +95,15 @@
 %dir %{_kde4_modulesdir}/imports
 %dir %{_kde4_modulesdir}/imports/org
 %dir %{_kde4_modulesdir}/imports/org/kde
+%dir %{_kde4_appsdir}/katepart
+%dir %{_kde4_appsdir}/katepart/syntax
 %{_kde4_appsdir}/ktelepathy/
 %{_kde4_bindir}/ktp-debugger
+%{_kde4_modulesdir}/ktploggerplugin_tplogger.so
 %{_kde4_modulesdir}/imports/org/kde/telepathy/
+%{_kde4_appsdir}/katepart/syntax/ktpdebugoutput.xml
+%{_kde4_servicesdir}/ktploggerplugin_tplogger.desktop
+%{_kde4_servicetypes}/ktp_logger_plugin.desktop
 
 %files -n ktp-icons
 %defattr(-,root,root)
@@ -104,7 +111,8 @@
 
 %files -n libktpcommoninternals%{soversion}
 %defattr(-,root,root)
-%{_kde4_libdir}/libktp*.so.*
+%{_kde4_libdir}/libktp*.so.%{version}
+%{_kde4_libdir}/libktp*.so.%{soversion}
 
 %files devel
 %defattr(-,root,root)

++++++ ktp-common-internals-0.6.3.tar.bz2 -> 
ktp-common-internals-0.6.80.tar.bz2 ++++++
++++ 15773 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