commit 747c968b348eb184af6ed9f744011fea0e584bf2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Sat Dec 4 23:57:39 2021 +0000
Rebuild with wxGTK-3.1.x
Some cleanups
wxsvg-wxwin.m4.patch | 27 ---------------------------
wxsvg.spec | 16 ++++++++++------
2 files changed, 10 insertions(+), 33 deletions(-)
---
diff --git a/wxsvg.spec b/wxsvg.spec
index 1df47fe..6d2fe29 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,21 +1,23 @@
Name: wxsvg
Version: 1.5.23
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
License: wxWidgets
URL:
http://sourceforge.net/projects/wxsvg
Source0:
http://downloads.sourceforge.net/wxsvg/wxsvg-%{version}.tar.bz2
-Patch1: wxsvg-wxwin.m4.patch
-BuildRequires: autoconf automake libtool gettext
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
+BuildRequires: gettext
BuildRequires: gcc-c++
BuildRequires: expat-devel
BuildRequires: ffmpeg-devel
BuildRequires: freetype-devel
BuildRequires: libart_lgpl-devel
BuildRequires: pango-devel
-BuildRequires: wxGTK3-devel
+BuildRequires: wxGTK-devel
BuildRequires: libexif-devel
%description
@@ -31,8 +33,6 @@ provides the files required to develop programs that use wxsvg.
%prep
%setup -q
-# IIRC we just need patch1 if we use compat-wxGTK3-gtk2
-#patch1 -p1
%build
#clean autogenerated files before run autoreconf
@@ -71,6 +71,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Sat Dec 04 2021 Sérgio Basto <sergio(a)serjux.com> - 1.5.23-2
+- Rebuild with wxGTK-3.1.x
+- Some cleanups
+
* Wed Dec 01 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.5.23-1
- Update to 1.5.23