From 549ae303a512fdf7cd46e410566a1f24673e9300 Mon Sep 17 00:00:00 2001 From: maci Date: Sep 24 2013 22:15:24 +0000 Subject: update to 3.8.0-r2 --- diff --git a/.gitignore b/.gitignore index 8671f0c..4834e5a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /apsw-3.7.15.2-r1.zip +/apsw-3.8.0-r2.zip diff --git a/python-apsw.spec b/python-apsw.spec index 312fe7b..a7e3303 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -4,8 +4,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")} %endif -%global sqlite_version 3.7.15.2 -%global uprel 1 +%global sqlite_version 3.8.0 +%global uprel 2 %global pkg_version %{sqlite_version}-r%{uprel} %filter_provides_in %{python_sitearch}/.*\.so$ @@ -96,6 +96,9 @@ popd %endif # with_python3 %changelog +* Tue Sep 24 2013 Marcel Wysocki - 3.8.0.r2-1 +- update to 3.8.0-r2 + * Fri Feb 15 2013 Marcel Wysocki - 3.7.15.2.r1-1 - update to 3.7.15.2-r1 diff --git a/sources b/sources index 170e179..c79d673 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bf9edeb5406193c3b61f33a9364de2d0 apsw-3.7.15.2-r1.zip +3c09915c3dc334220dfcc4bc80ffed27 apsw-3.8.0-r2.zip