diff --git a/pamela-1.0.0.tar.gz b/pamela-1.0.0.tar.gz deleted file mode 100644 index a8d587df125e636b44ede71ea23b03497dfb3351..0000000000000000000000000000000000000000 Binary files a/pamela-1.0.0.tar.gz and /dev/null differ diff --git a/pamela-1.1.0.tar.gz b/pamela-1.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..62660e7c733a93671b83d99e90d0a10bc2e6e0f4 Binary files /dev/null and b/pamela-1.1.0.tar.gz differ diff --git a/python-pamela.spec b/python-pamela.spec index 55d4d6fcc6f518f6d1320a3d7a2bfd1d7b765f90..efa783b221f2bf68bea2075f4b21f7b587010f83 100644 --- a/python-pamela.spec +++ b/python-pamela.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-pamela -Version: 1.0.0 +Version: 1.1.0 Release: 1 Summary: PAM interface using ctypes License: MIT URL: https://github.com/minrk/pamela -Source0: https://files.pythonhosted.org/packages/48/4d/738e0122a263b6631c7112b3e98566a53afe7d00eefc6355370ec6d9edea/pamela-1.0.0.tar.gz +Source0: https://files.pythonhosted.org/packages/b0/0c/e89683efb8da719cf856cf8156dd7bc665c59d575035d9b44a229019dc27/pamela-1.1.0.tar.gz BuildArch: noarch @@ -29,7 +29,7 @@ Provides: python3-pamela-doc Yet another Python wrapper for PAM. %prep -%autosetup -n pamela-1.0.0 +%autosetup -n pamela-1.1.0 %build %py3_build @@ -69,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Jul 05 2023 chenzixuan - 1.1.0-1 +- Update package to version 1.1.0 + * Mon Sep 06 2021 Python_Bot - 1.0.0-1 - Package Init