[wxsvg] Update to 1.5.23
by Martin Gansser
commit f26de1167e9a76f911ec41dba48bfd11f1be5906
Author: Martin Gansser <mgansser(a)online.de>
Date: Wed Dec 1 15:49:44 2021 +0100
Update to 1.5.23
.gitignore | 1 +
sources | 2 +-
wxsvg.spec | 7 +++++--
3 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5970435..a4835c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ wxsvg-1.5.5.tar.bz2
/wxsvg-1.5.20.tar.bz2
/wxsvg-1.5.21.tar.bz2
/wxsvg-1.5.22.tar.bz2
+/wxsvg-1.5.23.tar.bz2
diff --git a/sources b/sources
index eeffdaa..eb9cc56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (wxsvg-1.5.22.tar.bz2) = de9ffe314293267b728d0c9bd79b72c87ab057ca9e40af4e7f248ff4e39040a8f1b2a95a1e0bf2db20f3e718ad585e26dc8e69beeeb23b3161edac447e3cfe7b
+SHA512 (wxsvg-1.5.23.tar.bz2) = c15f58fecbee595f0f981c9347f1e1b929656b7d9c9dfb699252111df927d554cb88b6d7801b323451b0f906ec8c7d6935c9e15372e213f1921f0fdd90733422
diff --git a/wxsvg.spec b/wxsvg.spec
index 295f1c6..1df47fe 100644
--- a/wxsvg.spec
+++ b/wxsvg.spec
@@ -1,6 +1,6 @@
Name: wxsvg
-Version: 1.5.22
-Release: 7%{?dist}
+Version: 1.5.23
+Release: 1%{?dist}
Summary: C++ library to create, manipulate and render SVG files
Group: System Environment/Libraries
@@ -71,6 +71,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%{_libdir}/pkgconfig/lib%{name}.pc
%changelog
+* Wed Dec 01 2021 Martin Gansser <martinkg(a)fedoraproject.org> - 1.5.23-1
+- Update to 1.5.23
+
* Fri Nov 12 2021 Leigh Scott <leigh123linux(a)gmail.com> - 1.5.22-7
- Rebuilt for new ffmpeg snapshot
2 years, 11 months