Hello community, here is the log from the commit of package liblxqt for openSUSE:Factory checked in at 2019-02-25 17:59:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblxqt (Old) and /work/SRC/openSUSE:Factory/.liblxqt.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblxqt" Mon Feb 25 17:59:12 2019 rev:11 rq:678875 version:0.14.1 Changes: -------- --- /work/SRC/openSUSE:Factory/liblxqt/liblxqt.changes 2018-06-29 22:31:43.650240650 +0200 +++ /work/SRC/openSUSE:Factory/.liblxqt.new.28833/liblxqt.changes 2019-02-25 17:59:16.082184465 +0100 @@ -1,0 +2,23 @@ +Mon Feb 25 10:06:01 UTC 2019 - [email protected] + +- Update to 0.14.1: + * Bumped version to 0.14.1 + * Enable/disable a standard button if it exists. This is needed for adding + Apply button later because Apply button should be enabled/disabled + appropriately. + * Updated translations + * Note for packagers: liblxqt now depend on libqtxdg 3.3.1 + +------------------------------------------------------------------- +Thu Jan 31 09:39:31 UTC 2019 - Michael Vetter <[email protected]> + +- Update to 0.14.0: + * Added missing text color of our HTML delegate + * lxqtbacklight: fix and improve command line parameter handling + * lxqthtmldelegate: Position, alignment and size fixes for HTML delegate + * lxqtpageselectwidget: Fix config dialog cell height + * lxqtpageselectwidget: Fixed config dialog select widget cells +- Remove liblxqt-0.13.0-backlight.patch: upstreamed +- Move translation from lxqt-l10n into package + +------------------------------------------------------------------- Old: ---- liblxqt-0.13.0-backlight.patch liblxqt-0.13.0.tar.xz liblxqt-0.13.0.tar.xz.asc New: ---- liblxqt-0.14.1.tar.xz liblxqt-0.14.1.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblxqt.spec ++++++ --- /var/tmp/diff_new_pack.DiozGN/_old 2019-02-25 17:59:16.974183715 +0100 +++ /var/tmp/diff_new_pack.DiozGN/_new 2019-02-25 17:59:16.974183715 +0100 @@ -1,7 +1,7 @@ # # spec file for package liblxqt # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,36 +17,39 @@ Name: liblxqt -Version: 0.13.0 +Version: 0.14.1 Release: 0 Summary: Core utility library for LXQt -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Url: http://www.lxqt.org Source: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz Source1: https://github.com/lxqt/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.asc Source2: %{name}.keyring -Patch0: liblxqt-0.13.0-backlight.patch -BuildRequires: cmake >= 3.0.2 +BuildRequires: cmake >= 3.1.0 BuildRequires: fdupes BuildRequires: gcc-c++ -BuildRequires: lxqt-build-tools-devel >= 0.5.0 -BuildRequires: cmake(KF5WindowSystem) +BuildRequires: libqt5xdg-devel >= 3.3.1 +BuildRequires: lxqt-build-tools-devel >= 0.6.0 BuildRequires: pkgconfig +BuildRequires: cmake(KF5WindowSystem) BuildRequires: pkgconfig(Qt5DBus) BuildRequires: pkgconfig(Qt5UiTools) -BuildRequires: pkgconfig(polkit-qt5-1) BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5Xdg) >= 3.1.0 +BuildRequires: pkgconfig(polkit-qt5-1) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xscrnsaver) Obsoletes: liblxqt-qt5 < %{version} Provides: liblxqt-qt5 = %{version} +Recommends: %{name}-lang %description liblxqt represents the core library of LXQt providing essential functionality needed by nearly all of its components. +%lang_package + %package -n liblxqt0 Summary: LXQt core library Group: System/Libraries @@ -73,7 +76,6 @@ %prep %setup -q -n liblxqt-%{version} -%patch0 -p1 %build %cmake -DPULL_TRANSLATIONS=No @@ -82,6 +84,8 @@ %install %cmake_install +%find_lang %{name} --with-qt + %post -n liblxqt0 -p /sbin/ldconfig %postun -n liblxqt0 -p /sbin/ldconfig @@ -103,4 +107,9 @@ %{_libdir}/pkgconfig/lxqt.pc %{_libdir}/%{name}.so +%files lang -f %{name}.lang +%dir %{_datadir}/lxqt +%dir %{_datadir}/lxqt/translations +%dir %{_datadir}/lxqt/translations/liblxqt + %changelog ++++++ liblxqt-0.13.0.tar.xz -> liblxqt-0.14.1.tar.xz ++++++ ++++ 10093 lines of diff (skipped)
