commit 352e997e7660694f031f2b314f9dfefa1a05c948
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Thu Sep 1 11:02:44 2022 +0100
Update wxsvg to 1.5.24, this release fixes the build with ffmpeg 5.x
.gitignore | 1 +
sources | 2 +-
wxsvg.spec | 14 +++++---------
3 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a4835c3..1ab7389 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ wxsvg-1.5.5.tar.bz2
/wxsvg-1.5.21.tar.bz2
/wxsvg-1.5.22.tar.bz2
/wxsvg-1.5.23.tar.bz2
+/wxsvg-1.5.24.tar.bz2
diff --git a/sources b/sources
index eb9cc56..d619415 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (wxsvg-1.5.23.tar.bz2) =
c15f58fecbee595f0f981c9347f1e1b929656b7d9c9dfb699252111df927d554cb88b6d7801b323451b0f906ec8c7d6935c9e15372e213f1921f0fdd90733422
+SHA512 (wxsvg-1.5.24.tar.bz2) =
cceba943102eece67d40f480b5b6fa3d6294e6d6733732f35112406453e2d86f516c07817983a074136dc929b911620ca87018cbe79ce4ba3a9e3562fb53cf58
diff --git a/wxsvg.spec b/wxsvg.spec
index a5e345f..faf00b7 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,6 +1,6 @@
Name: wxsvg
-Version: 1.5.23
-Release: 5%{?dist}
+Version: 1.5.24
+Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -13,11 +13,7 @@ BuildRequires: libtool
BuildRequires: gettext
BuildRequires: gcc-c++
BuildRequires: expat-devel
-%if 0%{?fedora} && 0%{?fedora} > 35
-BuildRequires: compat-ffmpeg4-devel
-%else
BuildRequires: ffmpeg-devel
-%endif
BuildRequires: freetype-devel
BuildRequires: libart_lgpl-devel
BuildRequires: pango-devel
@@ -39,9 +35,6 @@ provides the files required to develop programs that use wxsvg.
%setup -q
%build
-%if 0%{?fedora} && 0%{?fedora} > 35
-export PKG_CONFIG_PATH="%{_libdir}/compat-ffmpeg4/pkgconfig"
-%endif
#clean autogenerated files before run autoreconf
rm install-sh mkinstalldirs missing depcomp config.sub ltmain.sh config.guess compile
aclocal.m4 Makefile.in configure
rm m4/libtool.m4 m4/lt~obsolete.m4 m4/ltoptions.m4 m4/ltsugar.m4 m4/ltversion.m4
@@ -78,6 +71,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Wed Aug 31 2022 Sérgio Basto <sergio(a)serjux.com> - 1.5.24-1
+- Update wxsvg to 1.5.24, this release fixes the build with ffmpeg 5.x
+
* Sun Aug 07 2022 Leigh Scott <leigh123linux(a)gmail.com> - 1.5.23-5
- Rebuilt for
https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild and ffmpeg
5.1