Hello community,

here is the log from the commit of package libkvkontakte for openSUSE:Factory 
checked in at 2015-06-04 11:25:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkvkontakte (Old)
 and      /work/SRC/openSUSE:Factory/.libkvkontakte.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkvkontakte"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkvkontakte/libkvkontakte.changes      
2011-11-28 14:49:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libkvkontakte.new/libkvkontakte.changes 
2015-06-04 11:25:20.000000000 +0200
@@ -1,0 +2,29 @@
+Tue May 26 11:50:21 UTC 2015 - [email protected]
+
+- Update to version 4.11.0
+  Bugfixes:
+     - DigiKam crash when vkontakte plugin failed to upload images
+       (bko#345358)
+
+  OTHER CHANGES:
+     - Deprecate class GetVariableJob, please use UserInfoJob 
+       instead
+     - Add unit tests for UserInfoJob and UserInfoFullJob
+     - Add unit tests for job classes working with photo albums
+     - NotesListJob: Fix setting of user ID with current 
+       VK API version
+     - Add unit tests for job classes working with notes
+     - Follow VK API changes (renamed methods to 
+       database.get[...]ById)
+     - Deprecate unused classes GetInfoJob and GroupListJob
+     - VkontakteJobs: Make more members private
+     - Retry HTTP request after a delay on error "Too many requests 
+       per second"
+     - Rewrite HTTP multipart request using QHttpMultiPart
+     - UserInfoJob: Use VK API method users.get instead of getProfiles
+     - Use vk.com instead of vkontakte.ru everywhere
+
+- Drop the separate COPYING* files as that upstream now includes
+  the correct licensing files
+
+-------------------------------------------------------------------

Old:
----
  COPYING
  COPYING.LGPL
  libkvkontakte-1.0.0.tar.bz2

New:
----
  libkvkontakte-4.11.0.tar.xz

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

Other differences:
------------------
++++++ libkvkontakte.spec ++++++
--- /var/tmp/diff_new_pack.dNIrjY/_old  2015-06-04 11:25:21.000000000 +0200
+++ /var/tmp/diff_new_pack.dNIrjY/_new  2015-06-04 11:25:21.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libkvkontakte
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           libkvkontakte
-Version:        1.0.0
-Release:        1
-License:        GPL-2.0+
+Version:        4.11.0
+Release:        0
 Summary:        Library for asynchronous interaction with vkontakte.ru social 
network
-Url:            https://projects.kde.org/projects/extragear/libs/libkvkontakte/
+License:        GPL-2.0+
 Group:          System/Libraries
-Source0:        %{name}-%{version}.tar.bz2
-Source1:        COPYING
-Source2:        COPYING.LGPL
+Url:            https://projects.kde.org/projects/extragear/libs/libkvkontakte/
+Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  libkde4-devel
 BuildRequires:  libqjson-devel
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -34,7 +33,6 @@
 vkontakte.ru social network via its open API.
 
 %package devel
-License:        GPL-2.0+
 Summary:        Development file for libkvkontakte
 Group:          Development/Libraries/C and C++
 Requires:       libkvkontakte1 = %{version}
@@ -42,17 +40,28 @@
 %description devel
 This package contains development file for libkvkontakte.
 
+%package lang
+Summary:               Languages for package %{name}
+Group:                 System/Localization
+Requires:              libkvkontakte1 = %{version}
+Provides:              %{name}-lang-all = %{version}
+Supplements:   packageand(bundle-lang-other:%{name}) 
+BuildArch:             noarch
+
+%description lang
+Provides translations to the package %{name}
+
 %package -n libkvkontakte1
-License:        GPL-2.0+
 Summary:        Library for asynchronous interaction with vkontakte.ru social 
network
 Group:          System/Libraries
+Recommends:     %{name}-lang
 
 %description -n libkvkontakte1
 libkvkontakte is a KDE C++ library for asynchronous interaction with
 vkontakte.ru social network via its open API.
 
 %prep
-%setup -q -n %{name}
+%setup -q -n %{name}-%{version}
 
 %build
 %cmake_kde4 "-DLIB_INSTALL_DIR_SUFFIX=$_kde_libsuffix" -d build
@@ -63,7 +72,7 @@
 %kde4_makeinstall
 cd ..
 
-install -pm 0644 %{S:1} %{S:2} .
+%find_lang %{name}
 
 %post -n libkvkontakte1 -p /sbin/ldconfig
 
@@ -71,14 +80,15 @@
 
 %files devel
 %defattr(-,root,root,-)
-%doc COPYING COPYING.LGPL
-%doc BUGS-facebook TODO TODO-facebook
 %{_kde4_includedir}/libkvkontakte/
 %{_kde4_libdir}/cmake/LibKVkontakte/
 %{_kde4_libdir}/libkvkontakte.so
 
 %files -n libkvkontakte1
 %defattr(-,root,root,-)
-%{_kde4_libdir}/libkvkontakte.so.1*
+%doc COPYING COPYING.LGPL-2
+%{_kde4_libdir}/libkvkontakte.so.*
+
+%files lang -f %{name}.lang
 
 %changelog


Reply via email to