From e2cc0675efa4f62670ddcf9124452ab6acdc74c9 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:44:52 +0100 Subject: [PATCH] update to 3.8.5_r1 [release 3.8.5_r1-1mamba;Thu Jul 10 2014] --- python-apsw.spec | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/python-apsw.spec b/python-apsw.spec index 099cbec..4a4b6c6 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -1,13 +1,15 @@ +%define pkgver %(echo %version | tr _ -) Name: python-apsw -Version: 3.8.1 +Version: 3.8.5_r1 Release: 1mamba Summary: Another Python SQLite Wrapper Group: System/Libraries Vendor: openmamba Distribution: openmamba -Packager: openmamba WebBuild System +Packager: Silvan Calarco URL: https://code.google.com/p/apsw/ -Source: https://apsw.googlecode.com/files/apsw-%{version}-r1.zip +Source: https://github.com/rogerbinns/apsw.git/%{pkgver}/apsw-%{version}.tar.bz2 +#Source: https://apsw.googlecode.com/files/apsw-%{version}-r1.zip License: GPL ## AUTOBUILDREQ-BEGIN ## note: run 'autospec -u -a6 python-apsw' to get the list of build requirements. @@ -20,7 +22,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root %{summary} for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just to translate the complete SQLite API into Python. The documentation has a section on the differences between APSW and pysqlite. APSW supports CPython 2.3 onwards and CPython 3.1 onwards. %prep -%setup -q -n apsw-%{version}-r1 +%setup -q -n apsw-%{version} %build CFLAGS="%{optflags}" %{__python} setup.py build @@ -46,6 +48,9 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist # %changelog +* Thu Jul 10 2014 Silvan Calarco 3.8.5_r1-1mamba +- update to 3.8.5_r1 + * Sat Mar 01 2014 Automatic Build System 3.8.1-1mamba - automatic version update by autodist