Hello community,

here is the log from the commit of package khelpcenter5 for openSUSE:Factory 
checked in at 2016-05-29 03:09:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/khelpcenter5 (Old)
 and      /work/SRC/openSUSE:Factory/.khelpcenter5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "khelpcenter5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/khelpcenter5/khelpcenter5.changes        
2016-04-07 13:28:53.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.khelpcenter5.new/khelpcenter5.changes   
2016-05-29 03:09:55.000000000 +0200
@@ -1,0 +2,33 @@
+Sat May  7 10:14:21 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.1
+   * KDE Applications 16.04.1
+   * https://www.kde.org/announcements/announce-applications-16.04.1.php
+
+
+-------------------------------------------------------------------
+Sun Apr 17 05:54:39 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.04.0
+   * KDE Applications 16.04.0
+   * https://www.kde.org/announcements/announce-applications-16.04.0.php
+
+
+-------------------------------------------------------------------
+Tue Apr 12 18:03:54 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 16.03.90
+   * KDE Applications 16.04.0 RC
+   * https://www.kde.org/announcements/announce-applications-16.04-rc.php
+
+- Khelpcenter was moved upstream to be part of KDE Applications
+
+-------------------------------------------------------------------
+Tue Apr  5 15:53:45 UTC 2016 - hrvoje.sen...@gmail.com
+
+- Update to 5.6.2
+  * New bugfix release
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.6.2.php
+
+-------------------------------------------------------------------

Old:
----
  khelpcenter-5.6.1.tar.xz

New:
----
  khelpcenter-16.04.1.tar.xz

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

Other differences:
------------------
++++++ khelpcenter5.spec ++++++
--- /var/tmp/diff_new_pack.j3iNFG/_old  2016-05-29 03:09:56.000000000 +0200
+++ /var/tmp/diff_new_pack.j3iNFG/_new  2016-05-29 03:09:56.000000000 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%bcond_without lang
 Name:           khelpcenter5
 BuildRequires:  extra-cmake-modules >= 1.3.0
 BuildRequires:  kf5-filesystem
@@ -33,15 +32,14 @@
 BuildRequires:  cmake(Qt5DBus) >= 5.4.0
 BuildRequires:  cmake(Qt5Widgets) >= 5.4.0
 BuildRequires:  cmake(Qt5Xml) >= 5.4.0
-%if %{with lang}
-Recommends:     %{name}-lang
-%endif
+BuildRequires:  grantlee5-devel
+BuildRequires:  libxapian-devel
 Provides:       suse_help_viewer
 Url:            http://www.kde.org
 Summary:        KDE Documentation Application
 License:        GPL-2.0+
 Group:          Productivity/Other
-Version:        5.6.1
+Version:        16.04.1
 Release:        0
 Source:         khelpcenter-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE khelpcenter-use-susehelp.patch -- use susehelp wrapper 
instead of directly starting khelpcenter
@@ -92,19 +90,6 @@
 %dir %{_kf5_htmldir}/en
 %dir %{_kf5_htmldir}
 %doc %lang(en) %{_kf5_htmldir}/en/*/
-
-%if %{with lang}
-%files lang
-%defattr(-,root,root)
-%{_kf5_localedir}/
-%doc %lang(ca) %{_kf5_htmldir}/ca/
-%doc %lang(it) %{_kf5_htmldir}/it/
-%doc %lang(nl) %{_kf5_htmldir}/nl/
-%doc %lang(sv) %{_kf5_htmldir}/sv/
-%doc %lang(uk) %{_kf5_htmldir}/uk/
-%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR/
-%doc %lang(sr) %{_kf5_htmldir}/sr/
-%doc %lang(sr@latin) %{_kf5_htmldir}/sr@latin/
-%endif
+%config %_kf5_configdir/khelpcenter.categories
 
 %changelog

++++++ coinstall.patch ++++++
--- /var/tmp/diff_new_pack.j3iNFG/_old  2016-05-29 03:09:56.000000000 +0200
+++ /var/tmp/diff_new_pack.j3iNFG/_new  2016-05-29 03:09:56.000000000 +0200
@@ -1,19 +1,18 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 35e2860..c858c56 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -88,11 +88,11 @@ qt5_add_dbus_adaptor( khelpcenter_KDEINIT_SRCS 
org.kde.khelpcenter.kcmhelpcenter
+diff -urNB a/CMakeLists.txt b/CMakeLists.txt
+--- a/CMakeLists.txt   2016-03-28 11:01:58.000000000 +0200
++++ b/CMakeLists.txt   2016-04-12 20:25:13.307433777 +0200
+@@ -92,11 +92,11 @@
  kconfig_add_kcfg_files(khelpcenter_KDEINIT_SRCS prefs.kcfgc )
  # kf5_add_app_icon(khelpcenter_KDEINIT_SRCS 
"${KDE4_INSTALL_DIR}/share/icons/oxygen/*/apps/help-browser.png")
  
 -kf5_add_kdeinit_executable( khelpcenter ${khelpcenter_KDEINIT_SRCS})
 -target_compile_definitions(kdeinit_khelpcenter PRIVATE 
-DPROJECT_VERSION="${PROJECT_VERSION}")
--target_link_libraries(kdeinit_khelpcenter KF5::KHtml KF5::KCMUtils 
KF5::Service KF5::DBusAddons KF5::IconThemes KF5::ConfigGui KF5::WindowSystem 
KF5::KDELibs4Support Qt5::Xml)
+-target_link_libraries(kdeinit_khelpcenter KF5::KHtml KF5::Service 
KF5::DBusAddons KF5::ConfigGui KF5::WindowSystem KF5::Bookmarks Qt5::Xml 
Grantlee5::Templates)
 -install(TARGETS kdeinit_khelpcenter  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 -install(TARGETS khelpcenter ${INSTALL_TARGETS_DEFAULT_ARGS})
 +kf5_add_kdeinit_executable( khelpcenter5 ${khelpcenter_KDEINIT_SRCS})
 +target_compile_definitions(kdeinit_khelpcenter5 PRIVATE 
-DPROJECT_VERSION="${PROJECT_VERSION}")
-+target_link_libraries(kdeinit_khelpcenter5 KF5::KHtml KF5::KCMUtils 
KF5::Service KF5::DBusAddons KF5::IconThemes KF5::ConfigGui KF5::WindowSystem 
KF5::KDELibs4Support Qt5::Xml)
++target_link_libraries(kdeinit_khelpcenter5 KF5::KHtml KF5::Service 
KF5::DBusAddons KF5::ConfigGui KF5::WindowSystem KF5::Bookmarks Qt5::Xml 
Grantlee5::Templates)
 +install(TARGETS kdeinit_khelpcenter5  ${INSTALL_TARGETS_DEFAULT_ARGS} )
 +install(TARGETS khelpcenter5 ${INSTALL_TARGETS_DEFAULT_ARGS})
  

++++++ khelpcenter-5.6.1.tar.xz -> khelpcenter-16.04.1.tar.xz ++++++
++++ 81449 lines of diff (skipped)


Reply via email to