Hello community,

here is the log from the commit of package libkipi for openSUSE:Factory checked 
in at 2016-01-23 01:09:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkipi (Old)
 and      /work/SRC/openSUSE:Factory/.libkipi.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkipi"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkipi/libkipi.changes  2015-11-15 
12:42:54.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libkipi.new/libkipi.changes     2016-01-23 
01:09:56.000000000 +0100
@@ -1,0 +2,18 @@
+Sat Jan  9 18:33:55 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.1
+   * KDE Applications 15.12.1 
+   * https://www.kde.org/announcements/announce-applications-15.12.1.php
+   * boo#961265
+
+
+-------------------------------------------------------------------
+Sun Dec 13 13:31:47 UTC 2015 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.0
+   * KDE Applications 15.12.0 
+   * https://www.kde.org/announcements/announce-applications-15.12.0.php
+   * boo#958887
+
+
+-------------------------------------------------------------------

Old:
----
  libkipi-15.08.3.tar.xz

New:
----
  libkipi-15.12.1.tar.xz

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

Other differences:
------------------
++++++ libkipi.spec ++++++
--- /var/tmp/diff_new_pack.GC2y4Q/_old  2016-01-23 01:09:57.000000000 +0100
+++ /var/tmp/diff_new_pack.GC2y4Q/_new  2016-01-23 01:09:57.000000000 +0100
@@ -16,21 +16,26 @@
 #
 
 
-%define _so 11
+%define _so 30_0_0
+%define libname libKF5Kipi
 
 Name:           libkipi
-BuildRequires:  libkde4-devel
-BuildRequires:  oxygen-icon-theme-large
-BuildRequires:  xz
+BuildRequires:  extra-cmake-modules >= 1.1.0
+BuildRequires:  kconfig-devel >= 5.1.0
+BuildRequires:  ki18n-devel >= 5.1.0
+BuildRequires:  kservice-devel >= 5.1.0
+BuildRequires:  kxmlgui-devel >= 5.1.0
+BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 Summary:        KDE Image Plugin Interface
 License:        BSD-3-Clause and GPL-2.0+ and LGPL-2.1+ and MIT
 Group:          Development/Libraries/KDE
 Url:            http://www.kde.org
-Version:        15.08.3
+Version:        15.12.1
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
 
 %description
 This package provides a generic KDE Image Plug-in Interface used by
@@ -41,42 +46,45 @@
 %setup -q -n %{name}-%version
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
-  cd build
-  %kde4_makeinstall
-  %kde_post_install
+  %kf5_makeinstall -C build
 
-%package -n %{name}%{_so}
+%package -n %{libname}%{_so}
 Summary:        KDE Image Plug-In Interface
 Group:          Development/Libraries/KDE
-%requires_ge  libqt4-x11
 
-%description -n %{name}%{_so}
+%description -n %{libname}%{_so}
 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.
 
-%files -n %{name}%{_so}
+%files -n %{libname}%{_so}
 %defattr(-,root,root)
-%_kde4_appsdir/kipi/
-%_kde4_libdir/%{name}.so.*
-%_kde4_datadir/icons/hicolor/*/apps/kipi.png
-%_kde4_servicetypes/kipiplugin.desktop
+%_kf5_libdir/%{libname}.so.*
+%_kf5_iconsdir/hicolor/*/apps/kipi.png
+%_kf5_servicetypesdir/kipiplugin.desktop
+%_kf5_datadir/kipi/
 
-%post -n libkipi%{_so} -p /sbin/ldconfig
+%post -n %{libname}%{_so} -p /sbin/ldconfig
 
-%postun -n libkipi%{_so} -p /sbin/ldconfig
+%postun -n %{libname}%{_so} -p /sbin/ldconfig
 
 %package devel
 Summary:        KDE Image Plugin Interface
 Group:          Development/Libraries/KDE
-Provides:       %{name}6-devel = %version
-Obsoletes:      %{name}6-devel <= 4.1.87
-Requires:       %{name}%{_so} = %version
-Requires:       libkde4-devel
+Requires:       %{libname}%{_so} = %version
+Requires:       kconfig-devel >= 5.1.0
+Requires:       ki18n-devel >= 5.1.0
+Requires:       kservice-devel >= 5.1.0
+Requires:       kxmlgui-devel >= 5.1.0
+Requires:       pkgconfig(Qt5Core) >= 5.2.0
+Requires:       pkgconfig(Qt5Gui) >= 5.2.0
+Requires:       pkgconfig(Qt5Widgets) >= 5.2.0
+Obsoletes:      libkipi-kf5-devel < %{version}
+Provides:       libkipi-kf5-devel = %{version}
 
 %description devel
 This package provides a generic KDE Image Plug-in Interface used by
@@ -86,8 +94,9 @@
 %files devel
 %defattr(-,root,root)
 %doc COPYING README
-%_kde4_libdir/%{name}.so
-%_kde4_includedir/%{name}/
-%_kde4_libdir/pkgconfig/%{name}.pc
+%_kf5_libdir/%{libname}.so
+%_kf5_includedir/KIPI/
+%_kf5_includedir/libkipi_version.h
+%_kf5_libdir/cmake/KF5Kipi/
 
 %changelog

++++++ libkipi-15.08.3.tar.xz -> libkipi-15.12.1.tar.xz ++++++
++++ 19427 lines of diff (skipped)


Reply via email to