diff --git a/qt6-qtsvg.spec b/qt6-qtsvg.spec index cb7f64a..d554a49 100644 --- a/qt6-qtsvg.spec +++ b/qt6-qtsvg.spec @@ -1,8 +1,8 @@ %define majver %(echo %version | cut -d. -f1-2) Name: qt6-qtsvg -Version: 6.6.0 -Release: 2mamba +Version: 6.6.1 +Release: 1mamba Summary: Qt6 SVG components Group: System/Libraries Vendor: openmamba @@ -37,7 +37,7 @@ This package contains libraries and header files for developing applications tha %prep %setup -q -n qtsvg-everywhere-src-%{version} -%patch 0 -p1 -b .invalid-svg-crash +#%patch 0 -p1 -b .invalid-svg-crash %build %cmake -d build @@ -86,6 +86,9 @@ This package contains libraries and header files for developing applications tha %{_libdir}/pkgconfig/Qt6Svg*.pc %changelog +* Fri Dec 01 2023 Automatic Build System 6.6.1-1mamba +- automatic version update by autodist + * Sun Oct 29 2023 Silvan Calarco 6.6.0-2mamba - backport upstream patch to fix crash with SVG format check failed error (telegram-desktop)