From 69a978634711470a6589f1ffdefa7af55f25a300 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 02:20:40 +0100 Subject: [PATCH] update to 5.10.0 [release 5.10.0-1mamba;Fri Jun 05 2015] --- knotifyconfig.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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