diff --git a/copr-1.125.tar.gz b/copr-1.125.tar.gz deleted file mode 100644 index 7264270..0000000 Binary files a/copr-1.125.tar.gz and /dev/null differ diff --git a/copr-1.128.tar.gz b/copr-1.128.tar.gz new file mode 100644 index 0000000..93a234c Binary files /dev/null and b/copr-1.128.tar.gz differ diff --git a/python-copr.spec b/python-copr.spec index 535fe76..d5b06e8 100644 --- a/python-copr.spec +++ b/python-copr.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-copr -Version: 1.125 +Version: 1.128 Release: 1 Summary: Python client for copr service. License: GPL-2.0+ URL: https://pagure.io/copr/copr -Source0: https://files.pythonhosted.org/packages/6d/48/5dc0c89a168c0bffe5cf7413474c12496aeafc70b96d91657b129092ab01/copr-1.125.tar.gz +Source0: https://files.pythonhosted.org/packages/3f/92/8d28ca35313e0d3a9aedf785f4c05f17dd648e8564acd852a1de3e939476/copr-1.128.tar.gz BuildArch: noarch %description @@ -53,6 +53,9 @@ if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.rst ]; then cp -af README.rst %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.md ]; then cp -af README.md %{buildroot}/%{_pkgdocdir}; fi +if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi pushd %{buildroot} if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst @@ -81,6 +84,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Apr 12 2023 wubijie - 1.128-1 +- Update package to version 1.128 + * Mon Mar 20 2023 wubijie - 1.125-1 - Update package to version 1.125