[wxsqlite3] update to 3.2.0

Martin Gansser martinkg at fedoraproject.org
Sun Jan 4 09:34:59 UTC 2015


commit 52f4ae1b289c2885cd802565975a71783dfb907e
Author: Martin Gansser <mgansser at alice.de>
Date:   Sun Jan 4 10:34:56 2015 +0100

    update to 3.2.0

 .gitignore     |    1 +
 sources        |    3 +--
 wxsqlite3.spec |    9 ++++++---
 3 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2ba39f..68be558 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@
 /wxsqlite3-3.1.0.tar.gz
 /wxsqlite3-3.0.3.pc.in
 /wxsqlite3-3.1.1.tar.gz
+/wxsqlite3-3.2.0.tar.gz
diff --git a/sources b/sources
index c0287a4..49cd1fc 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-97ed1ec2f5a37db37d1c19afdb4164c9  wxsqlite3-3.0.3.pc.in
-2f5bb363d5398e3c2ff4d7f497edd25e  wxsqlite3-3.1.1.tar.gz
+618476322516de436c770a2fe405e26e  wxsqlite3-3.2.0.tar.gz
diff --git a/wxsqlite3.spec b/wxsqlite3.spec
index 9774265..5dee947 100644
--- a/wxsqlite3.spec
+++ b/wxsqlite3.spec
@@ -2,8 +2,8 @@
 %global wxincdir %{_includedir}/wx-%{wxversion}
 
 Name:           wxsqlite3
-Version:        3.1.1
-Release:        2%{?dist}
+Version:        3.2.0
+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.1.1!" \
+sed -e "s!@VERSION@!3.2.0!" \
 	-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.1.1!" \
 
 
 %changelog
+* Sun Jan 04 2015 Martin Gansser <martinkg at fedoraproject.org> 3.2.0-1
+- update to 3.2.0
+
 * Mon Aug 18 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 


More information about the scm-commits mailing list