[wxsqlite3] Update to 3.0.1-2

Martin Gansser martinkg at fedoraproject.org
Sun Dec 23 14:58:45 UTC 2012


commit 2900c53a7c18e7d385759a2a10d27485c764e078
Author: Martin Gansser <mgansser at alice.de>
Date:   Sun Dec 23 15:58:36 2012 +0100

    Update to 3.0.1-2

 .gitignore     |    1 +
 sources        |    2 ++
 wxsqlite3.spec |   10 ++++++++--
 3 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a9bff99..7318dac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /wxsqlite3.spec
 /wxsqlite3.pc
 /wxsqlite3-3.0.1.tar.gz
+/wxsqlite3-pc.patch
diff --git a/sources b/sources
index 5867254..d9f76f6 100644
--- a/sources
+++ b/sources
@@ -4,3 +4,5 @@
 ca8906dade022b6e3ab9da436ea6fc1f  wxsqlite3.spec
 0db142cddbb190d76507ea524691f666  wxsqlite3.spec
 218831eb475db1e7398a6c89533b2f1f  wxsqlite3-3.0.1.tar.gz
+33d42b44ad0bc7e3897c744aedc8e01b  wxsqlite3.spec
+eaae4fcb03bd6d166e3beca1a821ce2c  wxsqlite3-pc.patch
diff --git a/wxsqlite3.spec b/wxsqlite3.spec
index f7a18cd..8f57b00 100644
--- a/wxsqlite3.spec
+++ b/wxsqlite3.spec
@@ -1,12 +1,14 @@
 Name:           wxsqlite3
 Version:        3.0.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        C++ wrapper around the SQLite 3.x database
 
 Group:          System Environment/Libraries
 License:        wxWidgets
 URL:            http://wxcode.sourceforge.net/components/wxsqlite3/
 Source0:        http://downloads.sourceforge.net/wxcode/%{name}-%{version}.tar.gz
+# https://sourceforge.net/tracker/?func=detail&aid=3578735&group_id=51305&atid=462816
+Patch0:         %{name}-pc.patch
 # don't %%build the included wxSQLite+ application
 
 BuildRequires:  wxGTK-devel
@@ -55,6 +57,7 @@ that use %{name}.
 
 %prep
 %setup -q -n %{name}-3.0.1
+%patch0 -p1
 
 # delete bundled sqlite3 files
 find -name sqlite3 -type d | xargs rm -rfv
@@ -95,7 +98,10 @@ install -Dpm 644 %{name}.pc \
 
 
 %changelog
-* Sun Nov 25 2012 Martin Gansser <martinkg[at]fedoraproject.org> 3.0.1-1
+* Sun Dec 23 2012 Martin Gansser <martinkg at fedoraproject.org> 3.0.1-2
+- added wxsqlite3.pc patch for pkgconfig
+
+* Sat Nov 24 2012 Martin Gansser <linux4martin[at]gmx.de> 3.0.1-1
 - update to 3.0.1
 - specfile cleanup
 


More information about the scm-commits mailing list