diff --git a/firebirdsql-1.2.1.tar.gz b/firebirdsql-1.2.1.tar.gz deleted file mode 100644 index 67c8289efbb91d2c394821559e9abac8f4bd0fb5..0000000000000000000000000000000000000000 Binary files a/firebirdsql-1.2.1.tar.gz and /dev/null differ diff --git a/firebirdsql-1.2.2.tar.gz b/firebirdsql-1.2.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..ff73a731e0b9aaa0f52c630ee702590545f7f446 Binary files /dev/null and b/firebirdsql-1.2.2.tar.gz differ diff --git a/python-firebirdsql.spec b/python-firebirdsql.spec index 3d496c9a184a35b22943b55542092b1fe51eef93..a42c50f9b4754106e10be635ddbceed5d5fb8a89 100644 --- a/python-firebirdsql.spec +++ b/python-firebirdsql.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-firebirdsql -Version: 1.2.1 +Version: 1.2.2 Release: 1 Summary: Firebird RDBMS bindings for python. License: BSD URL: http://github.com/nakagami/pyfirebirdsql/ -Source0: https://files.pythonhosted.org/packages/1e/da/9e61882b7fcec7169043e3174284ede8f7c21f050460ea2eb76815ae7bde/firebirdsql-1.2.1.tar.gz +Source0: https://files.pythonhosted.org/packages/24/44/58551f6b2ac30820247e8302447e33126261757cdc3691018e67e22d828b/firebirdsql-1.2.2.tar.gz BuildArch: noarch @@ -27,7 +27,7 @@ Provides: python3-firebirdsql-doc Python DBAPI module for FirebirdSQL %prep -%autosetup -n firebirdsql-1.2.1 +%autosetup -n firebirdsql-%{version} %build %py3_build @@ -67,5 +67,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 28 2022 wangjunqi - 1.2.2-1 +- Update package version to 1.2.2 + * Mon Dec 20 2021 Python_Bot - 1.2.1-1 - Package Init