commit a10dc680390f118c01b363be0b33d93f082e185f
Author: Erik van Pienbroek <epien...@fedoraproject.org>
Date:   Wed Nov 20 21:33:22 2013 +0100

    Update to 3.8.1

 .gitignore                              |    1 +
 mingw-sqlite.spec                       |   14 ++++++--------
 mingw32-sqlite-3.7.9-no-undefined.patch |   20 --------------------
 sources                                 |    2 +-
 4 files changed, 8 insertions(+), 29 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a2b4a79..42f1550 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ sqlite-3.6.22.tar.gz
 /sqlite-src-3071600.zip
 /sqlite-src-3071602.zip
 /sqlite-src-3071700.zip
+/sqlite-src-3080100.zip
diff --git a/mingw-sqlite.spec b/mingw-sqlite.spec
index 113b72a..969f403 100644
--- a/mingw-sqlite.spec
+++ b/mingw-sqlite.spec
@@ -2,8 +2,8 @@
 
 %global name1 sqlite
 
-%global realver 3071700
-%global rpmver 3.7.17
+%global realver 3080100
+%global rpmver 3.8.1
 
 # bcond default logic is nicely backwards...
 %bcond_with tcl
@@ -11,7 +11,7 @@
 
 Name:           mingw-%{name1}
 Version:        %{rpmver}
-Release:        3%{?dist}
+Release:        1%{?dist}
 Summary:        MinGW Windows port of sqlite embeddable SQL database engine
 
 License:        Public Domain
@@ -21,9 +21,6 @@ Source0:        
http://www.sqlite.org/2013/%{name1}-src-%{realver}.zip
 
 BuildArch:      noarch
 
-# Patches for MinGW port.
-Patch1000:      mingw32-sqlite-3.7.9-no-undefined.patch
-
 # Don't try to link against pthreads even if it is available
 Patch1001:      sqlite-dont-search-for-pthreads-on-non-unix.patch
 
@@ -140,8 +137,6 @@ This package contains static cross-compiled library
 %patch1001 -p0
 autoreconf -i --force
 
-%patch1000 -p1
-
 
 %build
 # I think there's a bug in the configure script where, if
@@ -229,6 +224,9 @@ mv $RPM_BUILD_ROOT%{mingw64_libdir}/libsqlite3-0.dll 
$RPM_BUILD_ROOT%{mingw64_bi
 
 
 %changelog
+* Wed Nov 20 2013 Erik van Pienbroek <epien...@fedoraproject.org> - 3.8.1-1
+- Update to 3.8.1
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-...@lists.fedoraproject.org> 
- 3.7.17-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 11bb21d..f2e8041 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20f31ef72d9874fd8749c66441eaff74  sqlite-src-3071700.zip
+f05e46a9bea9f4be2165de2b425d0eed  sqlite-src-3080100.zip
_______________________________________________
mingw mailing list
mingw@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/mingw

Reply via email to