[wxsqlite3] update to 3.0.2

Martin Gansser martinkg at fedoraproject.org
Sat Feb 16 18:24:28 UTC 2013


commit 75624c66551d8a29a0dacd0f1a2aefe589596cce
Author: Martin Gansser <mgansser at alice.de>
Date:   Sat Feb 16 19:24:20 2013 +0100

    update to 3.0.2
    
    - rebuild for new release

 sources        |    2 --
 wxsqlite3.spec |   10 +++++++---
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index ca1ca3f..151b5a7 100644
--- a/sources
+++ b/sources
@@ -1,4 +1,2 @@
 218831eb475db1e7398a6c89533b2f1f  wxsqlite3-3.0.1.tar.gz
-1eaac5ca1379f8a0d509073081f6a053  wxsqlite3.spec
-bb773f6231aa1e674c603c6a6bd40654  wxsqlite3.spec
 1d6bb74e56a8190706c6862ab9dd5004  wxsqlite3-3.0.1.pc.in
diff --git a/wxsqlite3.spec b/wxsqlite3.spec
index 15609c6..3c187e2 100644
--- a/wxsqlite3.spec
+++ b/wxsqlite3.spec
@@ -2,8 +2,8 @@
 %global wxincdir %{_includedir}/wx-%{wxversion}
 
 Name:           wxsqlite3
-Version:        3.0.1
-Release:        5%{?dist}
+Version:        3.0.2
+Release:        1%{?dist}
 Summary:        C++ wrapper around the SQLite 3.x database
 
 Group:          System Environment/Libraries
@@ -85,7 +85,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.1!" \
+sed -e "s!@VERSION@!3.0.2!" \
 	-e "s!@LIBDIR@!%{_lib}!" \
 	-e "s!@WXVERSION@!%{wxversion}!g" \
         %{SOURCE1} > $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-%{wxversion}.pc
@@ -110,6 +110,10 @@ sed -e "s!@VERSION@!3.0.1!" \
 
 
 %changelog
+* Sat Feb 16 2013 Martin Gansser <martinkg at fedoraproject.org> 3.0.2-1
+- update to 3.0.2
+- rebuild for new release
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0.1-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list