update to 0.99.10 [release 0.99.10-1mamba;Sun Mar 24 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 18:50:25 +01:00
parent 6aec98c905
commit ef635975e0

View File

@ -1,5 +1,6 @@
%define gitver %(echo %version | tr . _)
Name: upower
Version: 0.99.7
Version: 0.99.10
Release: 1mamba
Summary: Power Management Service
Group: System/Libraries
@ -7,7 +8,8 @@ Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://upower.freedesktop.org/
Source: http://upower.freedesktop.org/releases/upower-%{version}.tar.xz
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
Patch0: upower-0.9.6-ensure-gerror-is-init.patch
# don't return more or less than once from a dbus call
@ -88,6 +90,8 @@ This package contains %{name} API documentation.
#%patch1 -p1
#%patch2 -p1
./autogen.sh
%build
%configure \
%ifnarch arm
@ -158,6 +162,9 @@ This package contains %{name} API documentation.
%endif
%changelog
* Sun Mar 24 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99.10-1mamba
- update to 0.99.10
* Tue Dec 19 2017 Automatic Build System <autodist@mambasoft.it> 0.99.7-1mamba
- automatic update by autodist