Hello community,

here is the log from the commit of package kpimtextedit for openSUSE:Factory 
checked in at 2017-05-08 18:55:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kpimtextedit (Old)
 and      /work/SRC/openSUSE:Factory/.kpimtextedit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kpimtextedit"

Mon May  8 18:55:02 2017 rev:21 rq:490462 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kpimtextedit/kpimtextedit.changes        
2017-03-15 00:56:34.697342313 +0100
+++ /work/SRC/openSUSE:Factory/.kpimtextedit.new/kpimtextedit.changes   
2017-05-08 18:55:04.271466746 +0200
@@ -1,0 +2,33 @@
+Sun Apr 16 10:45:08 CEST 2017 - [email protected]
+
+- Update to 17.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04.0.php
+- Changes since 17.03.90:
+  * Fix some clazy warninbg
+  * Use private symbol here
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:50 CEST 2017 - [email protected]
+
+- Update to 17.03.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.04-rc.php
+- Changes since 17.03.80:
+  * Remove spell checking
+  * Allow to show selected text. So we can improve html here.
+  * Fix indent
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:39 CET 2017 - [email protected]
+
+- Update to 17.03.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+- Changes since 16.12.3:
+  * Too many changes to list here
+
+-------------------------------------------------------------------

Old:
----
  kpimtextedit-16.12.3.tar.xz

New:
----
  kpimtextedit-17.04.0.tar.xz

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

Other differences:
------------------
++++++ kpimtextedit.spec ++++++
--- /var/tmp/diff_new_pack.gntOlT/_old  2017-05-08 18:55:05.031359402 +0200
+++ /var/tmp/diff_new_pack.gntOlT/_new  2017-05-08 18:55:05.039358272 +0200
@@ -16,12 +16,14 @@
 #
 
 
+%bcond_without lang
+
 %define kf5_version 5.1.0
 Name:           kpimtextedit
-Version:        16.12.3
+Version:        17.04.0
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.3 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.11.80 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        KDE PIM Libraries: Text edit functionality
 License:        LGPL-2.1+
@@ -52,14 +54,16 @@
 BuildRequires:  pkgconfig(Qt5Designer) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Test) >= 5.4.0
 BuildRequires:  pkgconfig(Qt5Widgets) >= 5.4.0
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
-This package contains the basic packages for KDE PIM applications.
+This package contains the basic packages for KDE PIM applications, in 
particular those related to editing text, like email messages.
 
 %package -n libKF5PimTextEdit5
 Summary:        KDE PIM Libraries: Text editing functionality
 Group:          Development/Libraries/KDE
+Requires:       %{name}
 
 %description  -n libKF5PimTextEdit5
 This package provides text editing functionality for KDE PIM applications
@@ -75,6 +79,10 @@
 This package contains necessary include files and libraries needed
 to develop KDE PIM applications.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q -n kpimtextedit-%{version}
 
@@ -84,10 +92,17 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+    %find_lang %{name} --with-man --all-name
+  %endif
 
 %post -n libKF5PimTextEdit5 -p /sbin/ldconfig
 %postun -n libKF5PimTextEdit5 -p /sbin/ldconfig
 
+%files
+%defattr(-,root,root)
+%config %{_kf5_configdir}/kpimtextedit.categories
+
 %files -n libKF5PimTextEdit5
 %defattr(-,root,root)
 %doc COPYING.LIB
@@ -103,4 +118,9 @@
 %{_kf5_mkspecsdir}/qt_KPIMTextEdit.pri
 %{_kf5_plugindir}/designer/kpimtexteditwidgets.so
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ kpimtextedit-16.12.3.tar.xz -> kpimtextedit-17.04.0.tar.xz ++++++
++++ 44351 lines of diff (skipped)


Reply via email to