diff --git a/.gitignore b/.gitignore index 2059095..8175648 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /apsw-3.7.17-r1.zip /apsw-3.8.10.1-r1.zip /apsw-3.11.0-r1.zip +/apsw-3.12.2-r1.zip diff --git a/python-apsw.spec b/python-apsw.spec index a3aea94..2a54bb1 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -22,12 +22,18 @@ %global pkg_version %{sqlite_version}-r%{uprel} %endif -%if 0%{?fedora} >= 24 +%if 0%{?fedora} == 24 %global sqlite_version 3.11.0 %global uprel 1 %global pkg_version %{sqlite_version}-r%{uprel} %endif +%if 0%{?fedora} >= 25 +%global sqlite_version 3.12.2 +%global uprel 1 +%global pkg_version %{sqlite_version}-r%{uprel} +%endif + %global real_version %(eval echo %{pkg_version} | %{__sed} 's/-/./') %filter_provides_in %{python_sitearch}/.*\.so$ @@ -103,6 +109,9 @@ CFLAGS="%{optflags}" python%{python3_version} setup.py build_ext --inplace test %changelog +* Fri May 20 2016 Denis Fateyev - 3.12.2.r1-3 +- Bump upstream version to 3.12.2 + * Fri Mar 04 2016 Denis Fateyev - 3.11.0.r1-3 - Modernize the package spec, bump upstream version diff --git a/sources b/sources index 378331f..a629fb5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -da7d903881be0f68d33e9579e7af83d2 apsw-3.11.0-r1.zip +fdac46b00b4aef8169126b3857d06b80 apsw-3.12.2-r1.zip