Hello community,

here is the log from the commit of package kcontacts for openSUSE:Factory 
checked in at 2019-10-14 13:34:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kcontacts (Old)
 and      /work/SRC/openSUSE:Factory/.kcontacts.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kcontacts"

Mon Oct 14 13:34:09 2019 rev:49 rq:738014 version:5.63.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kcontacts/kcontacts.changes      2019-09-09 
12:23:46.161878380 +0200
+++ /work/SRC/openSUSE:Factory/.kcontacts.new.2352/kcontacts.changes    
2019-10-14 13:34:38.650469874 +0200
@@ -1,0 +2,6 @@
+Sun Oct  6 14:21:37 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 5.63.0
+  * kcontacts is now a KDE framework.
+
+-------------------------------------------------------------------

Old:
----
  applications.keyring
  kcontacts-19.08.1.tar.xz
  kcontacts-19.08.1.tar.xz.sig

New:
----
  frameworks.keyring
  kcontacts-5.63.0.tar.xz
  kcontacts-5.63.0.tar.xz.sig

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

Other differences:
------------------
++++++ kcontacts.spec ++++++
--- /var/tmp/diff_new_pack.Uz0LHi/_old  2019-10-14 13:34:39.062468800 +0200
+++ /var/tmp/diff_new_pack.Uz0LHi/_new  2019-10-14 13:34:39.066468790 +0200
@@ -16,40 +16,39 @@
 #
 
 
-%define kf5_version 5.26.0
-%define lname libKF5Contacts5
-# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
-%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+%define _tar_path 5.63
+# Full KF5 version (e.g. 5.33.0)
+%{!?_kf5_version: %global _kf5_version %{version}}
+# Last major and minor KF5 version (e.g. 5.33)
+%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | 
awk -F. '{print $1"."$2}')}
 %bcond_without lang
-
 Name:           kcontacts
-Version:        19.08.1
+Version:        5.63.0
 Release:        0
 Summary:        KDE Frameworks based address book API
 License:        LGPL-2.1-or-later
 Group:          System/GUI/KDE
 URL:            https://www.kde.org
-Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+Source:         
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
 %if %{with lang}
-Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
+Source1:        
https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
+Source2:        frameworks.keyring
 %endif
 Source99:       baselibs.conf
 BuildRequires:  extra-cmake-modules >= 1.3.0
-BuildRequires:  kcodecs-devel >= %{kf5_version}
-BuildRequires:  kconfig-devel >= %{kf5_version}
-BuildRequires:  kcoreaddons-devel >= %{kf5_version}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
-BuildRequires:  pkgconfig
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.3.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(KF5Codecs) >= %{kf5_version}
+BuildRequires:  cmake(KF5Config) >= %{kf5_version}
+BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}
+BuildRequires:  cmake(KF5I18n) >= %{kf5_version}
+BuildRequires:  cmake(Qt5Gui) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
 
 %description
 kcontacts is a Qt5 based library which provides an API
 to access address book data stored in different formats.
 
-%package -n %{lname}
+%package -n libKF5Contacts5
 Summary:        KDE Frameworks based address book API
 Group:          System/Libraries
 Provides:       %{name} = %{version}
@@ -65,7 +64,7 @@
 %package devel
 Summary:        Development files for kcontacts
 Group:          Development/Libraries/KDE
-Requires:       kcoreaddons-devel >= %{kf5_version}
+Requires:       cmake(KF5CoreAddons) >= %{kf5_version}
 Requires:       libKF5Contacts5 = %{version}
 Provides:       kcontacts5-devel = %{version}
 Obsoletes:      kcontacts5-devel < %{version}
@@ -77,7 +76,7 @@
 %lang_package
 
 %prep
-%setup -q -n kcontacts-%{version}
+%setup -q
 
 %build
   %cmake_kf5 -d build -- -DBUILD_TESTING=ON
@@ -92,7 +91,7 @@
 %post -n libKF5Contacts5 -p /sbin/ldconfig
 %postun -n libKF5Contacts5 -p /sbin/ldconfig
 
-%files -n %{lname}
+%files -n libKF5Contacts5
 %license COPYING*
 %{_kf5_libdir}/libKF5Contacts.so.*
 %{_kf5_debugdir}/*.categories

++++++ kcontacts-19.08.1.tar.xz -> kcontacts-5.63.0.tar.xz ++++++
++++ 12710 lines of diff (skipped)


Reply via email to