diff --git a/upower.spec b/upower.spec index 65953ae..ad4b5b0 100644 --- a/upower.spec +++ b/upower.spec @@ -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 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 0.99.10-1mamba +- update to 0.99.10 + * Tue Dec 19 2017 Automatic Build System 0.99.7-1mamba - automatic update by autodist