Hello community,

here is the log from the commit of package libksane for openSUSE:Factory 
checked in at 2018-12-19 13:37:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libksane (Old)
 and      /work/SRC/openSUSE:Factory/.libksane.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libksane"

Wed Dec 19 13:37:21 2018 rev:100 rq:658486 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libksane/libksane.changes        2018-11-12 
09:32:10.109941488 +0100
+++ /work/SRC/openSUSE:Factory/.libksane.new.28833/libksane.changes     
2018-12-19 13:37:23.000299512 +0100
@@ -1,0 +2,46 @@
+Fri Dec 14 06:09:19 UTC 2018 - [email protected]
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+-------------------------------------------------------------------
+Mon Dec 03 20:56:15 UTC 2018 - [email protected]
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * No code changes since 18.11.80
+
+-------------------------------------------------------------------
+Tue Nov 20 06:22:58 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:28 UTC 2018 - [email protected]
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Use QOverload
+  * Reduce differences between KSaneScanThread and KSanePreviewThread
+  * Extract KSanePreviewImageBuilder::renewImage()
+  * Fix debug messages
+  * Fix setting gamma-tables that are not symmetrical (items / range) 
(kde#370972)
+  * Extract KSanePreviewImageBuilder from KSanePreviewThread
+  * Use the multi-arg overload of QString::arg()
+  * Use override instead of Q_DECL_OVERRIDE
+  * Use nullptr
+  * Require Qt 5.7 to use C++11
+  * Rename KSanePreviewThread::status to m_saneStatus
+  * Add workaround for broken bytes_per_line values in line-art mode
+
+-------------------------------------------------------------------
@@ -47 +93 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -101 +147 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -217 +263 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -276 +322 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -373 +419 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -494 +540 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:
----
  libksane-18.08.3.tar.xz

New:
----
  libksane-18.12.0.tar.xz

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

Other differences:
------------------
++++++ libksane.spec ++++++
--- /var/tmp/diff_new_pack.vh6tbY/_old  2018-12-19 13:37:23.724298482 +0100
+++ /var/tmp/diff_new_pack.vh6tbY/_new  2018-12-19 13:37:23.724298482 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libksane
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,24 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without lang
-
 %define _so 5
 %define lname libKF5Sane
-Name:           libksane
-Version:        18.08.3
-Release:        0
 %define kf5_version 5.26.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:           libksane
+Version:        18.12.0
+Release:        0
 Summary:        KDE scanning library
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Libraries/KDE
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kconfig-devel
@@ -38,12 +37,12 @@
 BuildRequires:  ktextwidgets-devel
 BuildRequires:  kwallet-devel
 BuildRequires:  kwidgetsaddons-devel
+BuildRequires:  pkgconfig
 BuildRequires:  sane-backends-devel
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 The KDE scanner library provides an API and widgets for using
@@ -94,16 +93,14 @@
 %postun -n %{lname}%{_so} -p /sbin/ldconfig
 
 %files -n %{lname}%{_so}
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_libdir}/%{lname}.so.*
 %{_kf5_iconsdir}/hicolor/*/actions/black-white.png
 %{_kf5_iconsdir}/hicolor/*/actions/color.png
 %{_kf5_iconsdir}/hicolor/*/actions/gray-scale.png
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_cmakedir}/KF5Sane/
 %{_kf5_includedir}/KSane/
 %{_kf5_includedir}/ksane_version.h
@@ -111,7 +108,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ libksane-18.08.3.tar.xz -> libksane-18.12.0.tar.xz ++++++
++++ 3677 lines of diff (skipped)


Reply via email to