Hello community,

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

Package is "libksane"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libksane/libksane.changes        2015-11-15 
12:43:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libksane.new/libksane.changes   2016-01-23 
01:10:05.000000000 +0100
@@ -1,0 +2,18 @@
+Sat Jan  9 18:34:17 UTC 2016 - [email protected]
+
+- 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:32:08 UTC 2015 - [email protected]
+
+- 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:
----
  libksane-15.08.3.tar.xz

New:
----
  libksane-15.12.1.tar.xz

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

Other differences:
------------------
++++++ libksane.spec ++++++
--- /var/tmp/diff_new_pack.w6CoRO/_old  2016-01-23 01:10:06.000000000 +0100
+++ /var/tmp/diff_new_pack.w6CoRO/_new  2016-01-23 01:10:06.000000000 +0100
@@ -15,27 +15,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-%define _so 0
+%define _so 5
+%define lname libKF5Sane
 
 Name:           libksane
-BuildRequires:  libkde4-devel
-BuildRequires:  oxygen-icon-theme-large
-BuildRequires:  xz
-%if 0%{?suse_version} > 1130
+BuildRequires:  extra-cmake-modules
+BuildRequires:  kconfig-devel
+BuildRequires:  kf5-filesystem
+BuildRequires:  ki18n-devel
+BuildRequires:  ktextwidgets-devel
+BuildRequires:  kwallet-devel
+BuildRequires:  kwidgetsaddons-devel
 BuildRequires:  sane-backends-devel
-%else
-BuildRequires:  sane-backends
-%endif
+BuildRequires:  xz
+BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 Summary:        KDE Image Plugin Interface
 License:        GPL-2.0+
 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 contains a library to add scan support to KDE
@@ -45,60 +48,50 @@
 %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 %{lname}%{_so}
 Summary:        KDE scan library
 Group:          Productivity/Graphics/Other
-Provides:       %{name}%{_so}-devel = 3.95.1
-Obsoletes:      %{name}%{_so}-devel < 3.95.1
 
-%description -n %{name}%{_so}
+%description -n %{lname}%{_so}
 This package contains a library to add scan support to KDE
 applications.
  
-%post -n %{name}%{_so} -p /sbin/ldconfig
+%post -n %{lname}%{_so} -p /sbin/ldconfig
 
-%postun -n %{name}%{_so} -p /sbin/ldconfig
+%postun -n %{lname}%{_so} -p /sbin/ldconfig
 
-%files -n %{name}%{_so}
+%files -n %{lname}%{_so}
 %defattr(-,root,root)
-%doc COPYING README TODO
-%_kde4_libdir/%{name}.so.*
+%doc COPYING*
+%{_kf5_libdir}/%{lname}.so.*
 
 %package devel
 Summary:        KDE scan library - Development Files
 Group:          Development/Libraries/KDE
-Requires:       %{name}%{_so} = %version
-Requires:       libkde4-devel
-%if 0%{?suse_version} > 1130
+Requires:       %{lname}%{_so} = %version
 Requires:       sane-backends-devel
-%else
-Requires:       sane-backends
-%endif
+Requires:       pkgconfig(Qt5Widgets) >= 5.2.0
+Requires:       kwallet-devel
+Requires:       kwidgetsaddons-devel
+Obsoletes:      libksane-kf5-devel < %{version}
+Provides:       libksane-kf5-devel = %{version}
 
 %description devel
 This package contains a library to add scan support to KDE
 applications.
  
  
- 
-Authors:
---------
-    The KDE Team <[email protected]>
- 
 %files devel
 %defattr(-,root,root)
-%_kde4_includedir/%{name}/
-%_kde4_libdir/pkgconfig/%{name}.pc
-%_kde4_libdir/%{name}.so
-%_kde4_datadir/icons/hicolor/*/actions/*.png
-%_kde4_libdir/cmake/KSane/
+%{_kf5_prefix}/include/KF5/KSane/
+%{_kf5_prefix}/include/KF5/ksane_version.h
+%{_kf5_libdir}/%{lname}.so
+%{_kf5_libdir}/cmake/KF5Sane/
 
 %changelog

++++++ libksane-15.08.3.tar.xz -> libksane-15.12.1.tar.xz ++++++
++++ 23627 lines of diff (skipped)


Reply via email to