[wxsqlite3] update to 3.1.1

Martin Gansser martinkg at fedoraproject.org
Mon Jun 30 16:37:59 UTC 2014


commit 2f4437ea30e2f32f367f556b97d3c50d5371f5d7
Author: Martin Gansser <mgansser at alice.de>
Date:   Mon Jun 30 18:38:02 2014 +0200

    update to 3.1.1

 .gitignore     |    1 +
 sources        |    3 +--
 wxsqlite3.spec |   10 +++++-----
 3 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f18a923..a2ba39f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
 /wxsqlite3-3.0.6.1.tar.gz
 /wxsqlite3-3.1.0.tar.gz
 /wxsqlite3-3.0.3.pc.in
+/wxsqlite3-3.1.1.tar.gz
diff --git a/sources b/sources
index 57f0de7..385c11d 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-97ed1ec2f5a37db37d1c19afdb4164c9  wxsqlite3-3.0.3.pc.in
-4abd7a3e8437207db42ac7269e525b5f  wxsqlite3-3.1.0.tar.gz
+2f5bb363d5398e3c2ff4d7f497edd25e  wxsqlite3-3.1.1.tar.gz
diff --git a/wxsqlite3.spec b/wxsqlite3.spec
index 79dac35..4f4d568 100644
--- a/wxsqlite3.spec
+++ b/wxsqlite3.spec
@@ -2,8 +2,8 @@
 %global wxincdir %{_includedir}/wx-%{wxversion}
 
 Name:           wxsqlite3
-Version:        3.1.0
-Release:        3%{?dist}
+Version:        3.1.1
+Release:        1%{?dist}
 Summary:        C++ wrapper around the SQLite 3.x database
 
 Group:          System Environment/Libraries
@@ -59,7 +59,7 @@ that use %{name}.
 
 
 %prep
-%setup -q -n %{name}-3.1.0
+%setup -q -n %{name}-%{version}
 
 # delete bundled sqlite3 files
 find -name sqlite3 -type d | xargs rm -rfv
@@ -111,8 +111,8 @@ sed -e "s!@VERSION@!3.1.0!" \
 
 
 %changelog
-* Sun Jun 08 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.0-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+* Mon Jun 30 2014 Martin Gansser <martinkg at fedoraproject.org> 3.1.1-1
+- update to 3.1.1
 
 * Mon Jun 02 2014 Martin Gansser <martinkg at fedoraproject.org> 3.1.0-2
 - dropped CXXFLAGS to avoid compiler warnings


More information about the scm-commits mailing list