Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-11-10 13:38:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and      /work/SRC/openSUSE:Factory/.libkipi.new.11331 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkipi"

Tue Nov 10 13:38:18 2020 rev:124 rq:846928 version:20.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-10-12 
13:52:58.194059242 +0200
+++ /work/SRC/openSUSE:Factory/.libkipi.new.11331/libkipi.changes       
2020-11-10 13:39:05.268517086 +0100
@@ -1,0 +2,22 @@
+Sat Nov  7 16:03:48 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Recommend kipi-plugins
+
+-------------------------------------------------------------------
+Fri Nov  6 19:23:59 UTC 2020 - Fabian Vogt <fab...@ritter-vogt.de>
+
+- Drop obsolete parts for SLE, including dont-install-pics.diff
+- Mention soversion and libversion explicitly, also in %files
+- Drop unused Requires
+- Drop unused macros
+
+-------------------------------------------------------------------
+Thu Nov  5 22:47:43 UTC 2020 - Luca Beltrame <lbeltr...@kde.org>
+
+- Update to 20.08.3
+  * New bugfix release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-11-apps-update
+- No code change since 20.08.2
+
+-------------------------------------------------------------------

Old:
----
  dont-install-pics.diff
  libkipi-20.08.2.tar.xz
  libkipi-20.08.2.tar.xz.sig

New:
----
  libkipi-20.08.3.tar.xz
  libkipi-20.08.3.tar.xz.sig

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

Other differences:
------------------
++++++ libkipi.spec ++++++
--- /var/tmp/diff_new_pack.qS4rMd/_old  2020-11-10 13:39:05.876515879 +0100
+++ /var/tmp/diff_new_pack.qS4rMd/_new  2020-11-10 13:39:05.876515879 +0100
@@ -16,22 +16,21 @@
 #
 
 
-%define _so 32_0_0
+%define sover_maj 32
 %define libname libKF5Kipi
-%define kf5_version 5.60.0
-# 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}')}
 %bcond_without lang
 Name:           libkipi
-Version:        20.08.2
+Version:        20.08.3
 Release:        0
 Summary:        KDE Image Plugin Interface
 License:        BSD-3-Clause AND GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
 Group:          Development/Libraries/KDE
 URL:            https://www.kde.org
 Source:         
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
-#PATCH-FIX-OPENSUSE dont-install-pics.diff - Don't install icons since those 
are included in libkipi11 in SLE12
-Patch0:         dont-install-pics.diff
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 BuildRequires:  extra-cmake-modules >= 1.1.0
 BuildRequires:  cmake(KF5Config)
 BuildRequires:  cmake(KF5I18n)
@@ -40,27 +39,19 @@
 BuildRequires:  cmake(Qt5Core)
 BuildRequires:  cmake(Qt5Gui)
 BuildRequires:  cmake(Qt5Widgets)
-Requires:       %{libname}%{_so} = %{version}
-%if %{with lang}
-Source1:        
https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
-Source2:        applications.keyring
-%endif
 
 %description
 This package provides a generic KDE Image Plug-in Interface used by
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
 
-%package -n %{libname}%{_so}
+%package -n %{libname}%{sover_maj}_0_0
 Summary:        KDE Image Plug-In Interface
 Group:          System/Libraries
 Requires:       libkipi-data >= %{version}
-%if !0%{?is_opensuse} && 0%{?sle_version} < 150000
-#kipi icons are provided by libkipi11
-Requires:       libkipi11
-%endif
+Recommends:     kipi-plugins
 
-%description -n %{libname}%{_so}
+%description -n %{libname}%{sover_maj}_0_0
 This package provides a generic KDE image plug-in interface used by
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
@@ -76,7 +67,7 @@
 %package devel
 Summary:        KDE Image Plugin Interface
 Group:          Development/Libraries/KDE
-Requires:       %{libname}%{_so} = %{version}
+Requires:       %{libname}%{sover_maj}_0_0 = %{version}
 Requires:       cmake(KF5Config)
 Requires:       cmake(KF5I18n)
 Requires:       cmake(KF5Service)
@@ -93,10 +84,7 @@
 kipi-plugins package.
 
 %prep
-%setup -q
-%if !0%{?is_opensuse} && 0%{?sle_version} < 150000
-%patch0 -p1
-%endif
+%autosetup -p1
 
 %build
   %cmake_kf5 -d build
@@ -105,16 +93,15 @@
 %install
   %kf5_makeinstall -C build
 
-%post -n %{libname}%{_so} -p /sbin/ldconfig
-%postun -n %{libname}%{_so} -p /sbin/ldconfig
+%post -n %{libname}%{sover_maj}_0_0 -p /sbin/ldconfig
+%postun -n %{libname}%{sover_maj}_0_0 -p /sbin/ldconfig
 
-%files -n %{libname}%{_so}
-%{_kf5_libdir}/%{libname}.so.*
+%files -n %{libname}%{sover_maj}_0_0
+%{_kf5_libdir}/%{libname}.so.5.2.0
+%{_kf5_libdir}/%{libname}.so.%{sover_maj}.0.0
 
 %files data
-%if 0%{?is_opensuse} || !0%{?sle_version} < 150000
 %{_kf5_iconsdir}/hicolor/*/apps/kipi.png
-%endif
 %{_kf5_servicetypesdir}/kipiplugin.desktop
 
 %files devel


++++++ libkipi-20.08.2.tar.xz -> libkipi-20.08.3.tar.xz ++++++


Reply via email to