Hello community,

here is the log from the commit of package kdoctools for openSUSE:Factory 
checked in at 2015-04-13 20:24:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdoctools (Old)
 and      /work/SRC/openSUSE:Factory/.kdoctools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdoctools"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes      2015-03-16 
09:30:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdoctools.new/kdoctools.changes 2015-04-13 
20:24:57.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Apr  4 14:40:43 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Update to 5.9.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.9.0.php
+
+-------------------------------------------------------------------

Old:
----
  kdoctools-5.8.0.tar.xz

New:
----
  kdoctools-5.9.0.tar.xz

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

Other differences:
------------------
++++++ kdoctools.spec ++++++
--- /var/tmp/diff_new_pack.2chIbb/_old  2015-04-13 20:24:58.000000000 +0200
+++ /var/tmp/diff_new_pack.2chIbb/_new  2015-04-13 20:24:58.000000000 +0200
@@ -16,24 +16,27 @@
 #
 
 
-%define _tar_path 5.8
+%bcond_without lang
+%define _tar_path 5.9
 Name:           kdoctools
-Version:        %{_tar_path}.0
+Version:        5.9.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  docbook_4
-BuildRequires:  extra-cmake-modules >= 1.8.0
+BuildRequires:  extra-cmake-modules >= %{_tar_path}
 BuildRequires:  fdupes
-BuildRequires:  karchive-devel >= %{kf5_version}
+BuildRequires:  karchive-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
-BuildRequires:  ki18n-devel >= %{kf5_version}
+BuildRequires:  ki18n-devel >= %{_tar_path}
 BuildRequires:  libxml2-devel
 BuildRequires:  libxslt-devel
 BuildRequires:  perl-URI
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
+%if %{with lang}
 Recommends:     %{name}-lang = %{version}
+%endif
 Summary:        Create documentation from DocBook
 License:        LGPL-2.1+ and MIT
 Group:          System/GUI/KDE
@@ -68,19 +71,22 @@
 
 %install
   %kf5_makeinstall -C build
-  %fdupes -s %{buildroot}
+  %fdupes %{buildroot}
 
-  %find_lang %{name}5 %{name}.lang
+%if %{with lang}
+%find_lang %{name}5 %{name}.lang
+echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}.lang
+echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}.lang
+echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}.lang
+echo "%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR" >>%{name}.lang
+echo "%doc %lang(ru) %{_kf5_mandir}/ru" >>%{name}.lang
+echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}.lang
+echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}.lang
+%endif
 
+%if %{with lang}
 %files lang -f %{name}.lang
-%defattr(-,root,root)
-%doc %lang(de) %{_kf5_mandir}/de
-%doc %lang(it) %{_kf5_mandir}/it
-%doc %lang(nl) %{_kf5_mandir}/nl
-%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
-%doc %lang(ru) %{_kf5_mandir}/ru
-%doc %lang(sv) %{_kf5_mandir}/sv
-%doc %lang(uk) %{_kf5_mandir}/uk
+%endif
 
 %files
 %defattr(-,root,root)

++++++ kdoctools-5.8.0.tar.xz -> kdoctools-5.9.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdoctools-5.8.0/CMakeLists.txt 
new/kdoctools-5.9.0/CMakeLists.txt
--- old/kdoctools-5.8.0/CMakeLists.txt  2015-03-07 15:42:36.000000000 +0100
+++ new/kdoctools-5.9.0/CMakeLists.txt  2015-04-04 14:04:49.000000000 +0200
@@ -3,7 +3,7 @@
 project(KDocTools)
 
 # ECM setup
-find_package(ECM 1.8.0 REQUIRED NO_MODULE)
+find_package(ECM 5.9.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} 
${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -11,8 +11,8 @@
 include(ECMMarkNonGuiExecutable)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.8.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.8.0") # handled by release scripts
+set(KF5_VERSION "5.9.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.9.0") # handled by release scripts
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDOCTOOLS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kdoctools_version.h"
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5DocToolsConfigVersion.cmake"


Reply via email to