Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2020-12-17 16:56:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and      /work/SRC/openSUSE:Factory/.libkipi.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkipi"

Thu Dec 17 16:56:33 2020 rev:125 rq:855273 version:20.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2020-11-10 
13:39:05.268517086 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new.5145/libkipi.changes        
2020-12-17 16:56:49.801186063 +0100
@@ -1,0 +2,24 @@
+Sat Dec  5 23:17:42 UTC 2020 - Luca Beltrame <[email protected]>
+
+- Update to 20.12.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-12-apps-update
+- No code change since 20.11.90
+
+-------------------------------------------------------------------
+Fri Nov 27 15:17:55 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.11.90
+  * New feature release
+- No code change since 20.11.80
+
+-------------------------------------------------------------------
+Sat Nov 14 00:02:57 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.11.80
+  * New feature release
+- Changes since 20.08.3:
+  * Remove extra ';'
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ libkipi.spec ++++++
--- /var/tmp/diff_new_pack.dRy0T0/_old  2020-12-17 16:56:50.441186750 +0100
+++ /var/tmp/diff_new_pack.dRy0T0/_new  2020-12-17 16:56:50.445186754 +0100
@@ -16,11 +16,13 @@
 #
 
 
-%define sover_maj 32
-%define libname libKF5Kipi
+%define _soversion 32_0_0
+%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.3
+Version:        20.12.0
 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
@@ -45,13 +47,13 @@
 some KDE image applications. Plug-ins for this interface are in the
 kipi-plugins package.
 
-%package -n %{libname}%{sover_maj}_0_0
+%package -n libKF5Kipi%{_soversion}
 Summary:        KDE Image Plug-In Interface
 Group:          System/Libraries
 Requires:       libkipi-data >= %{version}
 Recommends:     kipi-plugins
 
-%description -n %{libname}%{sover_maj}_0_0
+%description -n libKF5Kipi%{_soversion}
 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.
@@ -59,7 +61,7 @@
 %package data
 Summary:        KDE Image Plug-In Interface - data files
 Group:          System/Libraries
-Conflicts:      %{libname}30_0_0
+Conflicts:      libKF5Kipi30_0_0
 
 %description data
 This package contains data files needed by the KDE image plug-in library.
@@ -67,7 +69,7 @@
 %package devel
 Summary:        KDE Image Plugin Interface
 Group:          Development/Libraries/KDE
-Requires:       %{libname}%{sover_maj}_0_0 = %{version}
+Requires:       libKF5Kipi%{_soversion} = %{version}
 Requires:       cmake(KF5Config)
 Requires:       cmake(KF5I18n)
 Requires:       cmake(KF5Service)
@@ -87,18 +89,17 @@
 %autosetup -p1
 
 %build
-  %cmake_kf5 -d build
-  %cmake_build
+%cmake_kf5 -d build
+%cmake_build
 
 %install
-  %kf5_makeinstall -C build
+%kf5_makeinstall -C build
 
-%post -n %{libname}%{sover_maj}_0_0 -p /sbin/ldconfig
-%postun -n %{libname}%{sover_maj}_0_0 -p /sbin/ldconfig
+%post -n libKF5Kipi%{_soversion} -p /sbin/ldconfig
+%postun -n libKF5Kipi%{_soversion} -p /sbin/ldconfig
 
-%files -n %{libname}%{sover_maj}_0_0
-%{_kf5_libdir}/%{libname}.so.5.2.0
-%{_kf5_libdir}/%{libname}.so.%{sover_maj}.0.0
+%files -n libKF5Kipi%{_soversion}
+%{_kf5_libdir}/libKF5Kipi.so.*
 
 %files data
 %{_kf5_iconsdir}/hicolor/*/apps/kipi.png
@@ -110,6 +111,6 @@
 %{_kf5_cmakedir}/KF5Kipi/
 %{_kf5_includedir}/KIPI/
 %{_kf5_includedir}/libkipi_version.h
-%{_kf5_libdir}/%{libname}.so
+%{_kf5_libdir}/libKF5Kipi.so
 
 %changelog


++++++ libkipi-20.08.3.tar.xz -> libkipi-20.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-20.08.3/src/kipiplugin.desktop 
new/libkipi-20.12.0/src/kipiplugin.desktop
--- old/libkipi-20.08.3/src/kipiplugin.desktop  2020-08-26 09:48:06.000000000 
+0200
+++ new/libkipi-20.12.0/src/kipiplugin.desktop  2020-09-25 06:15:46.000000000 
+0200
@@ -4,6 +4,7 @@
 X-KDE-DerivedName=KIPI Plugin
 Name=KIPIPlugin
 Name[ar]=كايْبِيبْلوغِن
+Name[az]=KIPIPlugin
 Name[bg]=KIPIPlugin
 Name[bs]=KIPI priključak
 Name[ca]=Connector de KIPI
@@ -63,6 +64,7 @@
 Name[zh_TW]=KIPI 外掛程式
 Comment=A KIPI Plugin
 Comment[ar]=ملحق كايْبي
+Comment[az]=KIPI Qoşması
 Comment[bg]=Приставка KIPI
 Comment[bs]=KIPI priključak
 Comment[ca]=Un connector de KIPI
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkipi-20.08.3/src/pluginloader.cpp 
new/libkipi-20.12.0/src/pluginloader.cpp
--- old/libkipi-20.08.3/src/pluginloader.cpp    2020-08-26 09:48:06.000000000 
+0200
+++ new/libkipi-20.12.0/src/pluginloader.cpp    2020-09-25 06:15:46.000000000 
+0200
@@ -224,7 +224,7 @@
     {
         interface = nullptr;
         parent    = nullptr;
-    };
+    }
 
     QStringList              ignoredPlugins;
     QStringList              disabledActions;
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/[email protected]

Reply via email to