update to 5.249.0 [release 5.249.0-1mamba;Mon Feb 05 2024]

This commit is contained in:
Silvan Calarco 2024-02-08 11:40:04 +01:00
parent 1884224b78
commit d2d781305d

View File

@ -1,8 +1,8 @@
%define framework %(echo ${name/kf6-})
%define framework %(echo %name | sed "s|^kf6-||")
%define majver %(echo %version | cut -d. -f1-2)
Name: kf6-ksvg
Version: 5.248.0
Version: 5.249.0
Release: 1mamba
Summary: KDE Frameworks Components for handling SVGs
Group: System/Libraries
@ -10,7 +10,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://invent.kde.org/frameworks/ksvg
Source: https://download.kde.org/unstable/frameworks/%{version}/ksvg-%{version}.tar.xz
Source: https://download.kde.org/%{stable_kf6}/frameworks/%{version}/ksvg-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -36,8 +36,8 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
KDE Frameworks Components for handling SVGs.
%package -n lib%{name}
Group: KDE Frameworks Components for handling SVGs
Summary: Shared libraries for %{name}
Group: System/Libraries
Summary: KDE Frameworks Components for handling SVGs
%description -n lib%{name}
KDE Frameworks Components for handling SVGs.
@ -53,7 +53,7 @@ This package contains libraries and header files for developing applications tha
%debug_package
%prep
%setup -q -n ksvg-%{version}
%setup -q -n %{framework}-%{version}
%build
%cmake_kf6
@ -96,5 +96,8 @@ exit 0
%changelog
* Mon Feb 05 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.249.0-1mamba
- update to 5.249.0
* Tue Jan 30 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.248.0-1mamba
- package created using the webbuild interface