diff --git a/upower.spec b/upower.spec index 5609396..b1a81fe 100644 --- a/upower.spec +++ b/upower.spec @@ -1,13 +1,13 @@ %define gitver %(echo %version | tr . _) Name: upower -Version: 0.99.11 +Version: 0.99.12 Release: 1mamba Summary: Power Management Service Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Automatic Build System -URL: http://upower.freedesktop.org/ +URL: https://upower.freedesktop.org/ Source: https://gitlab.freedesktop.org/upower/upower.git/UPOWER_%{gitver}/upower-%{version}.tar.bz2 #Source: http://upower.freedesktop.org/releases/upower-%{version}.tar.xz # don't crash with new polkits @@ -19,16 +19,10 @@ Patch2: %{name}-0.9.15-use_percentage_when_noly_energy_full_is_unavailabl License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libdbus-devel -BuildRequires: libdbus-glib-devel -BuildRequires: libffi-devel BuildRequires: libglib-devel +BuildRequires: libgudev-devel BuildRequires: libimobiledevice-devel BuildRequires: libplist-devel -BuildRequires: libselinux-devel -BuildRequires: libudev-devel -BuildRequires: libusb-devel -BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: gobject-introspection-devel BuildRequires: libimobiledevice-devel >= 1.1.4 @@ -37,7 +31,6 @@ BuildRequires: libelf-devel BuildRequires: libplist-devel >= 1.11 Requires: libimobiledevice >= 1.1.4 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description UPower is an abstraction for enumerating power devices, listening to device events and querying history and statistics. Any application or service on the system can access the org.freedesktop.UPower service via the system message bus. Some operations (such as suspending the system) are restricted using PolicyKit. @@ -167,6 +160,9 @@ This package contains %{name} API documentation. %endif %changelog +* Fri Jun 18 2021 Automatic Build System 0.99.12-1mamba +- automatic version update by autodist + * Fri Oct 04 2019 Automatic Build System 0.99.11-1mamba - automatic version update by autodist