[wxsvg] Update to 1.5.10, added support of EXIF metadata.

Sérgio M. Basto sergiomb at rpmfusion.org
Mon Oct 24 14:33:59 CEST 2016


commit e4a02b888fb73b84ac8c35e66b8011860a17ab32
Author: Sérgio M. Basto <sergio at serjux.com>
Date:   Mon Oct 24 13:33:14 2016 +0100

    Update to 1.5.10, added support of EXIF metadata.

 .gitignore | 1 +
 sources    | 2 +-
 wxsvg.spec | 7 +++++--
 3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c887f33..c421ed9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,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
diff --git a/sources b/sources
index f97b496..7462105 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02d715277d0ac7b28288c3c40b8cc087  wxsvg-1.5.9.tar.bz2
+f9d6aa80acedcf7d88294de42a3fa53e  wxsvg-1.5.10.tar.bz2
diff --git a/wxsvg.spec b/wxsvg.spec
index ec1b6d4..0ba10be 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,6 +1,6 @@
 Name:          wxsvg
-Version:       1.5.9
-Release:       4%{?dist}
+Version:       1.5.10
+Release:       1%{?dist}
 Summary:       C++ library to create, manipulate and render SVG files
 
 Group:         System Environment/Libraries
@@ -68,6 +68,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_libdir}/pkgconfig/lib%{name}.pc
 
 %changelog
+* Mon Oct 24 2016 Sérgio Basto <sergio at serjux.com> - 1.5.10-1
+- Update to 1.5.10, added support of EXIF metadata.
+
 * Tue Sep 27 2016 Sérgio Basto <sergio at serjux.com> - 1.5.9-4
 - Let try compat-wxGTK3-gtk2, rfbz#4267
 


More information about the rpmfusion-commits mailing list