diff --git a/jeepney-0.6.0.tar.gz b/jeepney-0.6.0.tar.gz deleted file mode 100644 index ac3ac17..0000000 Binary files a/jeepney-0.6.0.tar.gz and /dev/null differ diff --git a/jeepney-0.7.1.tar.gz b/jeepney-0.7.1.tar.gz new file mode 100644 index 0000000..542dab9 Binary files /dev/null and b/jeepney-0.7.1.tar.gz differ diff --git a/python-jeepney.spec b/python-jeepney.spec index 468cdca..4330ef5 100644 --- a/python-jeepney.spec +++ b/python-jeepney.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-jeepney -Version: 0.6.0 +Version: 0.7.1 Release: 1 Summary: Low-level, pure Python DBus protocol wrapper. License: MIT License URL: https://gitlab.com/takluyver/jeepney -Source0: https://files.pythonhosted.org/packages/bb/4f/06017fbbe94eeaf1e7852c2dd7a065ca7d813e17b4500f4e842531d72593/jeepney-0.6.0.tar.gz +Source0: https://files.pythonhosted.org/packages/09/0d/81744e179cf3aede2d117c20c6d5b97a62ffe16b2ca5d856e068e81c7a68/jeepney-0.7.1.tar.gz BuildArch: noarch Requires: python3-testpath @@ -59,7 +59,7 @@ number of `more mature Python DBus bindings > filelist.lst + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then - find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then - find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then - find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then - find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv %{buildroot}/filelist.lst . @@ -99,5 +99,8 @@ mv %{buildroot}/doclist.lst . %{_pkgdocdir} %changelog +* Mon Jul 25 2022 renliang16 - 0.7.1-1 +- Upgrade package python3-jeepney to version 0.7.1 + * Thu Dec 3 2020 baizhonggui - Package init