[wxsqlite3] fixed library path in pkgconfig file

Martin Gansser martinkg at fedoraproject.org
Sun Jan 4 21:17:33 UTC 2015


commit a777b7197d353dc9940b8515ac7c63c95f1d6a7e
Author: Martin Gansser <mgansser at alice.de>
Date:   Sun Jan 4 22:17:35 2015 +0100

    fixed library path in pkgconfig file

 sources        |    3 +--
 wxsqlite3.spec |    5 ++++-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/sources b/sources
index 214c389..945473f 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-97ed1ec2f5a37db37d1c19afdb4164c9  wxsqlite3-3.0.3.pc.in
-618476322516de436c770a2fe405e26e  wxsqlite3-3.2.0.tar.gz
+1d6bb74e56a8190706c6862ab9dd5004  wxsqlite3-3.0.3.pc.in
diff --git a/wxsqlite3.spec b/wxsqlite3.spec
index 5dee947..7ca5fbb 100644
--- a/wxsqlite3.spec
+++ b/wxsqlite3.spec
@@ -3,7 +3,7 @@
 
 Name:           wxsqlite3
 Version:        3.2.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        C++ wrapper around the SQLite 3.x database
 
 Group:          System Environment/Libraries
@@ -111,6 +111,9 @@ sed -e "s!@VERSION@!3.2.0!" \
 
 
 %changelog
+* Sun Jan 04 2015 Martin Gansser <martinkg at fedoraproject.org> 3.2.0-2
+- fixed library path in pkgconfig file
+
 * Sun Jan 04 2015 Martin Gansser <martinkg at fedoraproject.org> 3.2.0-1
 - update to 3.2.0
 


More information about the scm-commits mailing list