commit f155c00b0845d94d6cc734a7afb96166fdacf974
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Tue Aug 9 23:56:39 2016 +0100
Update to 1.5.9
- Remove patch0, patch is already in source.
.gitignore | 1 +
sources | 2 +-
wxsvg.spec | 10 ++++++----
3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ef1a576..c887f33 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
wxsvg-1.5.5.tar.bz2
/wxsvg-1.5.8.tar.bz2
+/wxsvg-1.5.9.tar.bz2
diff --git a/sources b/sources
index 482efa8..f97b496 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1df94fd485a16d5c71ee8ba22dde160 wxsvg-1.5.8.tar.bz2
+02d715277d0ac7b28288c3c40b8cc087 wxsvg-1.5.9.tar.bz2
diff --git a/wxsvg.spec b/wxsvg.spec
index fa65aaf..615ed4c 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,13 +1,12 @@
Name: wxsvg
-Version: 1.5.8
-Release: 4%{?dist}
+Version: 1.5.9
+Release: 1%{?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
-Patch0: wxsvg-1.5.8-wxSVGMatrix.patch
BuildRequires: autoconf automake libtool gettext
BuildRequires: expat-devel
BuildRequires: ffmpeg-devel
@@ -31,7 +30,6 @@ provides the files required to develop programs that use wxsvg.
%prep
%setup -q
-%patch0 -p1 -b wxSVGMatrix
%build
#clean autogenerated files before run autoreconf
@@ -70,6 +68,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Tue Aug 09 2016 Sérgio Basto <sergio(a)serjux.com> - 1.5.9-1
+- Update to 1.5.9
+- Remove patch0, patch is already in source.
+
* Sat Jul 30 2016 Julian Sikorski <belegdol(a)fedoraproject.org> - 1.5.8-4
- Rebuilt for ffmpeg-3.1.1