diff --git a/lxqt-powermanagement.spec b/lxqt-powermanagement.spec index 655760c..518b7f1 100644 --- a/lxqt-powermanagement.spec +++ b/lxqt-powermanagement.spec @@ -1,6 +1,6 @@ Name: lxqt-powermanagement -Version: 0.17.1 -Release: 1mamba +Version: 1.0.0 +Release: 2mamba Summary: Tools to monitor power management events and optionally trigger actions Group: Graphical Desktop/Applications/Utilities Vendor: openmamba @@ -11,18 +11,22 @@ Source: https://github.com/lxqt/lxqt-powermanagement.git/%{version}/lxqt- License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libQt5Svg-devel +BuildRequires: libQt5X11Extras-devel +BuildRequires: libX11-devel BuildRequires: libgcc BuildRequires: libglib-devel BuildRequires: libkidletime-devel BuildRequires: libkwindowsystem-devel BuildRequires: liblxqt-devel BuildRequires: liblxqt-globalkeys-devel -BuildRequires: libqt5-devel BuildRequires: libqtxdg-devel BuildRequires: libsolid-devel BuildRequires: libstdc++6-devel +BuildRequires: qt5-qtbase-devel ## AUTOBUILDREQ-END BuildRequires: cmake +BuildRequires: liblxqt-globalkeys-devel >= %{version} %description Tools to monitor power management events and optionally trigger actions like e. g. shut down a system when laptop batteries are low on power. @@ -59,6 +63,12 @@ done %doc AUTHORS LICENSE %changelog +* Wed Nov 24 2021 Silvan Calarco 1.0.0-2mamba +- rebuilt with liblxqt-globalkeys 1.0.0 + +* Sun Nov 21 2021 Automatic Build System 1.0.0-1mamba +- automatic version update by autodist + * Sat Apr 24 2021 Automatic Build System 0.17.1-1mamba - automatic version update by autodist