Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Martin Gansser
7b709ae174 update to 3.0.6.1 2013-12-10 19:09:10 +01:00
5 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View file

@ -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

2
clog
View file

@ -1,2 +1,2 @@
update to 3.0.5
update to 3.0.6.1

View file

@ -1 +1 @@
97ed1ec2f5a37db37d1c19afdb4164c9 wxsqlite3-3.0.5.pc.in
ef98360f585a37456ba032a159fae9bf wxsqlite3-3.0.6.1.tar.gz

BIN
wxsqlite3-3.0.6.1.tar.gz Normal file

Binary file not shown.

View file

@ -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 <martinkg@fedoraproject.org> 3.0.6.1-1
- update to 3.0.6.1
* Mon Sep 9 2013 Martin Gansser <martinkg@fedoraproject.org> 3.0.5-1
- update to 3.0.5