automatic version update by autodist [release 0.99.12-1mamba;Fri Jun 18 2021]

This commit is contained in:
Automatic Build System 2024-01-05 18:50:25 +01:00
parent cfca7595fb
commit 51ada95774

View File

@ -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 <autodist@mambasoft.it>
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 <autodist@mambasoft.it> 0.99.12-1mamba
- automatic version update by autodist
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 0.99.11-1mamba
- automatic version update by autodist