Hello community,

here is the log from the commit of package kapptemplate for openSUSE:Factory 
checked in at 2017-05-16 14:34:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kapptemplate (Old)
 and      /work/SRC/openSUSE:Factory/.kapptemplate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kapptemplate"

Tue May 16 14:34:44 2017 rev:46 rq:490374 version:17.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/kapptemplate/kapptemplate.changes        
2017-03-16 09:37:14.247265090 +0100
+++ /work/SRC/openSUSE:Factory/.kapptemplate.new/kapptemplate.changes   
2017-05-16 14:34:45.322800594 +0200
@@ -1,0 +2,32 @@
+Sun Apr 16 10:44:51 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:
+  * None
+
+-------------------------------------------------------------------
+Wed Apr 12 20:25:21 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:
+  * No longer use KDE as toplevel category, but Qt or for plugins the system
+  * KUrlRequester is a subclass of QWidget in K Frameworks
+  * Include KDECompilerSettings before other CMake macros, to influence those
+
+-------------------------------------------------------------------
+Sat Mar 25 23:10:16 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:
----
  kapptemplate-16.12.3.tar.xz

New:
----
  kapptemplate-17.04.0.tar.xz

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

Other differences:
------------------
++++++ kapptemplate.spec ++++++
--- /var/tmp/diff_new_pack.nnDQ8G/_old  2017-05-16 14:34:45.866724177 +0200
+++ /var/tmp/diff_new_pack.nnDQ8G/_new  2017-05-16 14:34:45.870723616 +0200
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%bcond_without lang
 
 Name:           kapptemplate
-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:        Template for KDE Application Development
 License:        GPL-2.0 and GFDL-1.2
 Group:          Development/Tools/IDE
-Url:            http://www.kde.org/
+Url: http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules
 BuildRequires:  karchive-devel
@@ -42,12 +43,17 @@
 Obsoletes:      %{name}5 < %{version}
 Provides:       %{name}5 = %{version}
 Obsoletes:      kapptemplate5 < %{version}
+Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This package contains templates to start the development of a new KDE
 application/part/plugin.
 
+%if %{with lang}
+%lang_package
+%endif
+
 %prep
 %setup -q
 sed -i 
's|Categories=Qt;KDE;Development;|Categories=Qt;KDE;Development;IDE;X-KDE-KDevelopIDE;|g'
 src/application/org.kde.kapptemplate.desktop
@@ -58,6 +64,10 @@
 
 %install
   %kf5_makeinstall -C build
+  %if %{with lang}
+    %find_lang %{name} --with-man --all-name
+    %kf5_find_htmldocs
+  %endif
   %suse_update_desktop_file    org.kde.kapptemplate
 
 %post -p /sbin/ldconfig
@@ -75,4 +85,9 @@
 %dir %{_kf5_appstreamdir}
 %{_kf5_appstreamdir}/org.kde.kapptemplate.appdata.xml
 
+%if %{with lang}
+%files lang -f %{name}.lang
+%doc COPYING*
+%endif
+
 %changelog

++++++ kapptemplate-16.12.3.tar.xz -> kapptemplate-17.04.0.tar.xz ++++++
++++ 19597 lines of diff (skipped)


Reply via email to