From 2e5283d63413ac80c9df7c51ff3d4e9233e5a364 Mon Sep 17 00:00:00 2001 From: Denis Fateyev Date: Sep 17 2016 22:33:43 +0000 Subject: python-apsw: bump upstream to 3.14.1-r1 --- diff --git a/.gitignore b/.gitignore index a2944fc..3865f17 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /apsw-3.11.0-r1.zip /apsw-3.12.2-r1.zip /apsw-3.13.0-r1.zip +/apsw-3.14.1-r1.zip diff --git a/python-apsw.spec b/python-apsw.spec index 65bf070..b4cf5f3 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -5,9 +5,6 @@ # 2) in all cases, it can't be less than 'release' tag value in _any_ maintainable # EPEL branch (currently, "3" in epel7). -# For old Fedora versions -%{!?python3_pkgversion:%global python3_pkgversion 3} - %if 0%{?rhel} == 7 %global sqlite_version 3.7.17 %global uprel 1 @@ -23,13 +20,13 @@ %endif %if 0%{?fedora} == 24 -%global sqlite_version 3.12.2 +%global sqlite_version 3.13.0 %global uprel 1 %global pkg_version %{sqlite_version}-r%{uprel} %endif %if 0%{?fedora} >= 25 -%global sqlite_version 3.13.0 +%global sqlite_version 3.14.1 %global uprel 1 %global pkg_version %{sqlite_version}-r%{uprel} %endif @@ -42,7 +39,7 @@ Name: python-apsw Version: %{real_version} -Release: 4%{?dist} +Release: 3%{?dist} Summary: Another Python SQLite Wrapper Group: Development/Libraries License: zlib @@ -109,7 +106,10 @@ CFLAGS="%{optflags}" python%{python3_version} setup.py build_ext --inplace test %changelog -* Tue Jul 19 2016 Fedora Release Engineering - 3.11.0.r1-4 +* Fri Sep 16 2016 Denis Fateyev - 3.14.1.r1-3 +- Bump upstream version to 3.14.1 + +* Tue Jul 19 2016 Fedora Release Engineering - 3.13.0.r1-4 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Sun Jun 19 2016 Denis Fateyev - 3.13.0.r1-3 diff --git a/sources b/sources index 90dad41..5b66628 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -54ecc75082848d440821007dc3806f39 apsw-3.13.0-r1.zip +d74b308984c51591ecf8f0551c26410b apsw-3.14.1-r1.zip