diff --git a/pamela-1.1.0.tar.gz b/pamela-1.1.0.tar.gz deleted file mode 100644 index 62660e7c733a93671b83d99e90d0a10bc2e6e0f4..0000000000000000000000000000000000000000 Binary files a/pamela-1.1.0.tar.gz and /dev/null differ diff --git a/pamela-1.2.0.tar.gz b/pamela-1.2.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..19b780b65b3a357633ce8882c19a192b2d4d733e Binary files /dev/null and b/pamela-1.2.0.tar.gz differ diff --git a/python-pamela.spec b/python-pamela.spec index efa783b221f2bf68bea2075f4b21f7b587010f83..d22b8d5f7e4de0f760835fd04681c7d9ca339d6d 100644 --- a/python-pamela.spec +++ b/python-pamela.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pamela -Version: 1.1.0 +Version: 1.2.0 Release: 1 Summary: PAM interface using ctypes License: MIT URL: https://github.com/minrk/pamela -Source0: https://files.pythonhosted.org/packages/b0/0c/e89683efb8da719cf856cf8156dd7bc665c59d575035d9b44a229019dc27/pamela-1.1.0.tar.gz +Source0: https://files.pythonhosted.org/packages/ef/1c/9d82a11b766bd17a23533a75cd41989f343ffe9c0a1dc31a588546c9bed9/pamela-1.2.0.tar.gz BuildArch: noarch @@ -29,7 +29,7 @@ Provides: python3-pamela-doc Yet another Python wrapper for PAM. %prep -%autosetup -n pamela-1.1.0 +%autosetup -n pamela-1.2.0 %build %py3_build @@ -69,6 +69,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Sep 05 2024 liudy - 1.2.0-1 +- Update version to 1.2.0 + * Wed Jul 05 2023 chenzixuan - 1.1.0-1 - Update package to version 1.1.0