[wxsqlite3] update to 3.2.1

Martin Gansser martinkg at fedoraproject.org
Thu Mar 5 20:04:57 UTC 2015


commit 6683c568b33b0d77a34cf16d772b84307d1b31e4
Author: Martin Gansser <mgansser at alice.de>
Date:   Thu Mar 5 21:04:54 2015 +0100

    update to 3.2.1

 .gitignore     | 1 +
 sources        | 3 +--
 wxsqlite3.spec | 9 ++++++---
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 68be558..95e9e1b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /wxsqlite3-3.0.3.pc.in
 /wxsqlite3-3.1.1.tar.gz
 /wxsqlite3-3.2.0.tar.gz
+/wxsqlite3-3.2.1.tar.gz
diff --git a/sources b/sources
index 1836f2c..81dcff9 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-1d6bb74e56a8190706c6862ab9dd5004  wxsqlite3-3.0.3.pc.in
-618476322516de436c770a2fe405e26e  wxsqlite3-3.2.0.tar.gz
+2ac2508d05901a8a8e9de9915ed7a7f9  wxsqlite3-3.2.1.tar.gz
diff --git a/wxsqlite3.spec b/wxsqlite3.spec
index 7ca5fbb..e6b404c 100644
--- a/wxsqlite3.spec
+++ b/wxsqlite3.spec
@@ -2,8 +2,8 @@
 %global wxincdir %{_includedir}/wx-%{wxversion}
 
 Name:           wxsqlite3
-Version:        3.2.0
-Release:        2%{?dist}
+Version:        3.2.1
+Release:        1%{?dist}
 Summary:        C++ wrapper around the SQLite 3.x database
 
 Group:          System Environment/Libraries
@@ -86,7 +86,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 # install own Debian-compatible pkgconfig file
 mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/pkgconfig
-sed -e "s!@VERSION@!3.2.0!" \
+sed -e "s!@VERSION@!3.2.1!" \
 	-e "s!@LIBDIR@!%{_lib}!" \
 	-e "s!@WXVERSION@!%{wxversion}!g" \
         %{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-%{wxversion}.pc
@@ -111,6 +111,9 @@ sed -e "s!@VERSION@!3.2.0!" \
 
 
 %changelog
+* Thu Mar 05 2015 Martin Gansser <martinkg at fedoraproject.org> 3.2.1-1
+- update to 3.2.1
+
 * Sun Jan 04 2015 Martin Gansser <martinkg at fedoraproject.org> 3.2.0-2
 - fixed library path in pkgconfig file
 


More information about the scm-commits mailing list