From 2cc93d217a00a7505af6b3fe69a2031d58751e91 Mon Sep 17 00:00:00 2001 From: Martin Gansser Date: Mon, 30 Jun 2014 20:38:17 +0200 Subject: [PATCH] update to 3.1.1 - added absolute path for wx-config --- clog | 3 ++- wxsqlite3.spec | 14 +++++++++----- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/clog b/clog index 69ebf9b..506478c 100644 --- a/clog +++ b/clog @@ -1,2 +1,3 @@ -dropped CXXFLAGS to avoid compiler warnings +update to 3.1.1 +- added absolute path for wx-config diff --git a/wxsqlite3.spec b/wxsqlite3.spec index 10a4d37..f4c9ed5 100644 --- a/wxsqlite3.spec +++ b/wxsqlite3.spec @@ -1,9 +1,9 @@ -%global wxversion %(wx-config --release) +%global wxversion %(/bin/wx-config --release) %global wxincdir %{_includedir}/wx-%{wxversion} Name: wxsqlite3 -Version: 3.1.0 -Release: 2%{?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 @@ -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.0!" \ +sed -e "s!@VERSION@!3.1.1!" \ -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.1.0!" \ %changelog +* Mon Jun 30 2014 Martin Gansser 3.1.1-1 +- update to 3.1.1 +- added absolute path for wx-config + * Mon Jun 02 2014 Martin Gansser 3.1.0-2 - dropped CXXFLAGS to avoid compiler warnings