commit b1cb0e2a6f462f495ee11f5aad4df35157b382a3
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Wed Jan 18 19:27:20 2017 +0000
Update wxsvg to 1.5.11
.gitignore | 1 +
sources | 2 +-
wxsvg.spec | 5 ++++-
3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c421ed9..a5ed153 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ wxsvg-1.5.5.tar.bz2
/wxsvg-1.5.8.tar.bz2
/wxsvg-1.5.9.tar.bz2
/wxsvg-1.5.10.tar.bz2
+/wxsvg-1.5.11.tar.bz2
diff --git a/sources b/sources
index 7462105..665bf58 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f9d6aa80acedcf7d88294de42a3fa53e wxsvg-1.5.10.tar.bz2
+afaf1e46ed956fc7d5b354213e053d72 wxsvg-1.5.11.tar.bz2
diff --git a/wxsvg.spec b/wxsvg.spec
index 9a0f3cf..5ab6c84 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,5 +1,5 @@
Name: wxsvg
-Version: 1.5.10
+Version: 1.5.11
Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
@@ -69,6 +69,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Wed Jan 18 2017 Sérgio Basto <sergio(a)serjux.com> - 1.5.11-1
+- Update wxsvg to 1.5.11
+
* Mon Oct 24 2016 Sérgio Basto <sergio(a)serjux.com> - 1.5.10-1
- Update to 1.5.10, added support of EXIF metadata.