Hello community,

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

Package is "knotes"

Wed Dec 19 13:35:25 2018 rev:26 rq:658433 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/knotes/knotes.changes    2018-11-12 
09:29:04.794171486 +0100
+++ /work/SRC/openSUSE:Factory/.knotes.new.28833/knotes.changes 2018-12-19 
13:35:26.840460417 +0100
@@ -1,0 +2,35 @@
+Fri Dec 14 06:09:14 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:05 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:36 UTC 2018 - Luca Beltrame <[email protected]>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:09 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:
+  * Too many changes to list here
+
+-------------------------------------------------------------------
@@ -47 +82 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -101 +136 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -215 +250 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -274 +309 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php

Old:
----
  knotes-18.08.3.tar.xz

New:
----
  knotes-18.12.0.tar.xz

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

Other differences:
------------------
++++++ knotes.spec ++++++
--- /var/tmp/diff_new_pack.X2ThA3/_old  2018-12-19 13:35:27.472459597 +0100
+++ /var/tmp/diff_new_pack.X2ThA3/_new  2018-12-19 13:35:27.476459592 +0100
@@ -16,24 +16,18 @@
 #
 
 
-%bcond_without lang
-
-Name:           knotes
-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:           knotes
+Version:        18.12.0
+Release:        0
 Summary:        Popup Notes
 License:        GPL-2.0-or-later
 Group:          Productivity/Other
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_headers-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gettext-devel
 BuildRequires:  grantlee5-devel
@@ -79,12 +73,16 @@
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
 BuildRequires:  pkgconfig(Qt5Xml) >= 5.2.0
+Recommends:     %{name}-lang
 Obsoletes:      knotes5 < %{version}
 Provides:       knotes5 = %{version}
-Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # It can only build on the same platforms as Qt Webengine
 ExclusiveArch:  %{ix86} x86_64 %{arm} aarch64 mips mips64
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_headers-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 KNotes is a note taking application for KDE.
@@ -102,7 +100,7 @@
 %kf5_makeinstall -C build
 %if %{with lang}
   %find_lang %{name} --with-man --all-name
-  %kf5_find_htmldocs
+  %{kf5_find_htmldocs}
 %endif
 %suse_update_desktop_file org.kde.knotes          Utility  DesktopUtility
 
@@ -110,8 +108,8 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
-%doc COPYING* README
+%license COPYING*
+%doc README
 %config %{_kf5_configdir}/knotes.categories
 %config %{_kf5_configdir}/knotes.renamecategories
 %config %{_kf5_configdir}/knotes_printing_theme.knsrc
@@ -144,7 +142,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++++++ knotes-18.08.3.tar.xz -> knotes-18.12.0.tar.xz ++++++
++++ 12682 lines of diff (skipped)


Reply via email to