commit eeb8fd61339be929766bae949d8009f65e66ed63
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Aug 16 04:03:30 2016 +0100
Remove Requires old wxGTK-devel in wxsvg-devel, also don't need Requires wxsvg
wxsvg.spec | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/wxsvg.spec b/wxsvg.spec
index 7b964a5..a10ca29 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,6 +1,6 @@
Name: wxsvg
Version: 1.5.9
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -21,8 +21,6 @@ wxSVG is C++ library to create, manipulate and render SVG files.
%package devel
Summary: Development files for the wxSVG library
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: wxGTK-devel
%description devel
wxSVG is C++ library to create, manipulate and render SVG files. This package
@@ -68,6 +66,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Tue Aug 16 2016 Sérgio Basto <sergio(a)serjux.com> - 1.5.9-3
+- Remove Requires old wxGTK-devel in wxsvg-devel, also don't need Requires wxsvg
+
* Mon Aug 15 2016 Sérgio Basto <sergio(a)serjux.com> - 1.5.9-2
- Upstream suggested to use wxGTK 3.x.