diff --git a/.gitignore b/.gitignore index be1e798..b2d841e 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /wxsqlite3-3.0.3.tar.gz /wxsqlite3-3.0.5.tar.gz /wxsqlite3-3.0.5.pc.in +/wxsqlite3-3.0.6.1.tar.gz diff --git a/clog b/clog index 90918df..fa76ec6 100644 --- a/clog +++ b/clog @@ -1,2 +1,2 @@ -update to 3.0.5 +update to 3.0.6.1 diff --git a/sources b/sources index 85dfd39..3058037 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -97ed1ec2f5a37db37d1c19afdb4164c9 wxsqlite3-3.0.5.pc.in +ef98360f585a37456ba032a159fae9bf wxsqlite3-3.0.6.1.tar.gz diff --git a/wxsqlite3-3.0.6.1.tar.gz b/wxsqlite3-3.0.6.1.tar.gz new file mode 100644 index 0000000..0bb095d Binary files /dev/null and b/wxsqlite3-3.0.6.1.tar.gz differ diff --git a/wxsqlite3.spec b/wxsqlite3.spec index 2ba1b8b..e7ab0bd 100644 --- a/wxsqlite3.spec +++ b/wxsqlite3.spec @@ -2,7 +2,7 @@ %global wxincdir %{_includedir}/wx-%{wxversion} Name: wxsqlite3 -Version: 3.0.5 +Version: 3.0.6.1 Release: 1%{?dist} Summary: C++ wrapper around the SQLite 3.x database @@ -59,7 +59,7 @@ that use %{name}. %prep -%setup -q +%setup -q -n %{name}-3.0.6 # delete bundled sqlite3 files find -name sqlite3 -type d | xargs rm -rfv @@ -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.5!" \ +sed -e "s!@VERSION@!3.0.6!" \ -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.0.5!" \ %changelog +* Mon Dec 9 2013 Martin Gansser 3.0.6.1-1 +- update to 3.0.6.1 + * Mon Sep 9 2013 Martin Gansser 3.0.5-1 - update to 3.0.5