diff --git a/knotifyconfig.spec b/knotifyconfig.spec index f2af519..9368036 100644 --- a/knotifyconfig.spec +++ b/knotifyconfig.spec @@ -1,5 +1,6 @@ +%define majver %(echo %version | cut -d. -f1-2) Name: knotifyconfig -Version: 5.9.0 +Version: 5.10.0 Release: 1mamba Summary: Configuration dialog for desktop notifications Group: System/Libraries @@ -7,7 +8,7 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.kde.org -Source: http://download.kde.org/stable/frameworks/5.9/knotifyconfig-%{version}.tar.xz +Source: http://download.kde.org/stable/frameworks/%{majver}/knotifyconfig-%{version}.tar.xz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel @@ -84,5 +85,8 @@ This package contains libraries and header files for developing applications tha %doc README.md %changelog +* Fri Jun 05 2015 Silvan Calarco 5.10.0-1mamba +- update to 5.10.0 + * Thu Apr 30 2015 Silvan Calarco 5.9.0-1mamba - package created using the webbuild interface