[wxsqlite3] update to 3.1.0

Martin Gansser martinkg at fedoraproject.org
Wed May 28 20:38:45 UTC 2014


commit 16a743e1a7a1a448eb49bd55413bab66cca64a96
Author: Martin Gansser <mgansser at alice.de>
Date:   Wed May 28 22:38:40 2014 +0200

    update to 3.1.0
    
    - added CXXFLAGS

 .gitignore               |    2 ++
 clog                     |    3 ++-
 sources                  |    2 +-
 wxsqlite3-3.0.5.pc.in    |   14 --------------
 wxsqlite3-3.0.5.tar.gz   |  Bin 2531350 -> 0 bytes
 wxsqlite3-3.0.6.1.tar.gz |  Bin 2707120 -> 0 bytes
 wxsqlite3.spec           |   14 +++++++++-----
 7 files changed, 14 insertions(+), 21 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b2d841e..f18a923 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,5 @@
 /wxsqlite3-3.0.5.tar.gz
 /wxsqlite3-3.0.5.pc.in
 /wxsqlite3-3.0.6.1.tar.gz
+/wxsqlite3-3.1.0.tar.gz
+/wxsqlite3-3.0.3.pc.in
diff --git a/clog b/clog
index fa76ec6..dc1648f 100644
--- a/clog
+++ b/clog
@@ -1,2 +1,3 @@
-update to 3.0.6.1
+update to 3.1.0
 
+- added CXXFLAGS
diff --git a/sources b/sources
index 3058037..0038c80 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef98360f585a37456ba032a159fae9bf  wxsqlite3-3.0.6.1.tar.gz
+97ed1ec2f5a37db37d1c19afdb4164c9  wxsqlite3-3.0.3.pc.in
diff --git a/wxsqlite3.spec b/wxsqlite3.spec
index e7ab0bd..908aff1 100644
--- a/wxsqlite3.spec
+++ b/wxsqlite3.spec
@@ -2,7 +2,7 @@
 %global wxincdir %{_includedir}/wx-%{wxversion}
 
 Name:           wxsqlite3
-Version:        3.0.6.1
+Version:        3.1.0
 Release:        1%{?dist}
 Summary:        C++ wrapper around the SQLite 3.x database
 
@@ -11,7 +11,7 @@ License:        wxWidgets
 URL:            http://wxcode.sourceforge.net/components/wxsqlite3/
 Source0:        http://downloads.sourceforge.net/wxcode/%{name}-%{version}.tar.gz
 # https://sourceforge.net/p/wxcode/bugs/_discuss/thread/d8bda5df/e523/attachment/wxsqlite3-3.0.3.pc.in
-Source1:        %{name}-3.0.5.pc.in
+Source1:        %{name}-3.0.3.pc.in
 
 # don't %%build the included wxSQLite+ application
 
@@ -59,7 +59,7 @@ that use %{name}.
 
 
 %prep
-%setup -q -n %{name}-3.0.6
+%setup -q -n %{name}-3.1.0
 
 # delete bundled sqlite3 files
 find -name sqlite3 -type d | xargs rm -rfv
@@ -72,7 +72,7 @@ cp %{SOURCE1} %{name}.pc.in
 
 %build
 %configure
-make %{?_smp_mflags}
+make CXXFLAGS="$cflags -Wno-unused-local-typedefs" %{?_smp_mflags}
 
 
 %install
@@ -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.0.6!" \
+sed -e "s!@VERSION@!3.1.0!" \
 	-e "s!@LIBDIR@!%{_lib}!" \
 	-e "s!@WXVERSION@!%{wxversion}!g" \
         %{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-%{wxversion}.pc
@@ -111,6 +111,10 @@ sed -e "s!@VERSION@!3.0.6!" \
 
 
 %changelog
+* Wed May 28 2014 Martin Gansser <martinkg at fedoraproject.org> 3.1.0-1
+- update to 3.1.0
+- added CXXFLAGS
+
 * Mon Dec 9 2013 Martin Gansser <martinkg at fedoraproject.org> 3.0.6.1-1
 - update to 3.0.6.1
 


More information about the scm-commits mailing list