diff --git a/apsw-3.33.0-r1.tar.gz b/3.33.0-r1.tar.gz similarity index 100% rename from apsw-3.33.0-r1.tar.gz rename to 3.33.0-r1.tar.gz diff --git a/python-apsw.changes b/python-apsw.changes index 6f342b9..1893847 100644 --- a/python-apsw.changes +++ b/python-apsw.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 22 11:54:56 UTC 2020 - Tomáš Chvátal + +- Fix the source url to really match reality + ------------------------------------------------------------------- Tue Sep 22 10:29:18 UTC 2020 - Hans-Peter Jansen diff --git a/python-apsw.spec b/python-apsw.spec index 47e6761..c1e480b 100644 --- a/python-apsw.spec +++ b/python-apsw.spec @@ -25,12 +25,12 @@ Summary: Another Python SQLite Wrapper License: Zlib Group: Development/Libraries/Python URL: https://github.com/rogerbinns/apsw/ -Source: https://github.com/rogerbinns/apsw/releases/download/%{tarver}/apsw-%{tarver}.tar.gz +Source: https://github.com/rogerbinns/apsw/archive/%{tarver}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: pkgconfig BuildRequires: python-rpm-macros -BuildRequires: sqlite3-devel >= 3.30 +BuildRequires: pkgconfig(sqlite3) >= 3.30 %python_subpackages %description