commit kdoctools for openSUSE:Factory
Hello community, here is the log from the commit of package kdoctools for openSUSE:Factory checked in at 2017-03-28 15:14:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdoctools (Old) and /work/SRC/openSUSE:Factory/.kdoctools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "kdoctools" Tue Mar 28 15:14:12 2017 rev:41 rq:481608 version:5.32.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes 2017-03-03 19:48:16.400976245 +0100 +++ /work/SRC/openSUSE:Factory/.kdoctools.new/kdoctools.changes 2017-03-28 15:14:14.861336390 +0200 @@ -1,0 +2,27 @@ +Mon Mar 20 06:10:22 UTC 2017 - lbeltrame@kde.org + +- Add a new subpackage to track the new shared library provided + by doctools + +------------------------------------------------------------------- +Sun Mar 19 14:50:32 CET 2017 - lbeltrame@kde.org + +- Update to 5.32.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.32.0.php +- Changes since 5.31.0: + * meinproc5: link to the files, not to the library + * Commit translations from l10n-kf5 + * Remove the KF5::XsltKde static library + * Port to categorized logging and clean includes + * Export a proper shared library for KDocTools + * Upgrade ECM and KF5 version requirements for 5.32.0 release. + * Add function to extract a single file + * Revert "Port to categorized logging and clean includes" + * Port to categorized logging and clean includes + * Fail the build early if xmllint is not available + * Upgrade KF5 version to 5.32.0. + * add entity for application Kst + +------------------------------------------------------------------- Old: ---- kdoctools-5.31.0.tar.xz New: ---- baselibs.conf kdoctools-5.32.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdoctools.spec ++++++ --- /var/tmp/diff_new_pack.ynUouW/_old 2017-03-28 15:14:16.253139237 +0200 +++ /var/tmp/diff_new_pack.ynUouW/_new 2017-03-28 15:14:16.253139237 +0200 @@ -17,9 +17,10 @@ %bcond_without lang -%define _tar_path 5.31 +%define lname libKF5DocTools5 +%define _tar_path 5.32 Name: kdoctools -Version: 5.31.0 +Version: 5.32.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 3.0 @@ -42,14 +43,25 @@ Group: System/GUI/KDE Url: http://www.kde.org Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Provides tools to generate documentation in various format from DocBook files. +%package -n %lname +Summary: Create documentation from DocBook +Group: System/Libraries +Recommends: %{name} = %{version} +%requires_ge libQt5Core5 + +%description -n %lname +Provides tools to generate documentation in various format from DocBook files. + %package devel Summary: Create documentation from DocBook Group: Development/Libraries/KDE +Requires: %lname = %{version} Requires: %{name} = %{version} Requires: docbook-xsl-stylesheets Requires: extra-cmake-modules >= 1.8.0 @@ -86,6 +98,10 @@ echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}.lang %endif +%post -n %lname -p /sbin/ldconfig + +%postun -n %lname -p /sbin/ldconfig + %if %{with lang} %files lang -f %{name}.lang %endif @@ -102,11 +118,16 @@ %doc %lang(en) %{_kf5_mandir}/*/kf5options.* %doc %lang(en) %{_kf5_mandir}/*/qt5options.* +%files -n %lname +%defattr(-,root,root) +%doc COPYING* README* +%{_kf5_libdir}/libKF5DocTools.so.* + %files devel %defattr(-,root,root) -%{_kf5_libdir}/libKF5XsltKde.a %{_kf5_libdir}/cmake/KF5DocTools/ %dir %{_kf5_includedir}/*/ %{_kf5_includedir}/*/ +%{_libdir}/libKF5DocTools.so %changelog ++++++ baselibs.conf ++++++ libKF5DocTools5 kdoctools-devel requires "libKF5DocTools5-<targettype> = <version>" ++++++ kdoctools-5.31.0.tar.xz -> kdoctools-5.32.0.tar.xz ++++++ ++++ 3622 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de