diff --git a/patch-ng-1.17.4.tar.gz b/patch-ng-1.17.4.tar.gz deleted file mode 100644 index a27f9033786b4e18ad12c105e718a9ae594aea20..0000000000000000000000000000000000000000 Binary files a/patch-ng-1.17.4.tar.gz and /dev/null differ diff --git a/patch-ng-1.18.0.tar.gz b/patch-ng-1.18.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..f663d02ee3d72880d1f246e081de6dcecba7ad1d Binary files /dev/null and b/patch-ng-1.18.0.tar.gz differ diff --git a/python-patch-ng.spec b/python-patch-ng.spec index 85a8b72568b84f9ac9382e529b316ca800d3b1b7..459523cb9d17ce2a59acc953f0e8b3599da648ac 100644 --- a/python-patch-ng.spec +++ b/python-patch-ng.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-patch-ng -Version: 1.17.4 +Version: 1.18.0 Release: 1 Summary: Library to parse and apply unified diffs. License: MIT URL: https://github.com/conan-io/python-patch -Source0: https://files.pythonhosted.org/packages/c1/b2/ad3cd464101435fdf642d20e0e5e782b4edaef1affdf2adfc5c75660225b/patch-ng-1.17.4.tar.gz +Source0: https://files.pythonhosted.org/packages/2a/f0/f61a7368ae332d9a45534068c740d4eee4a06ece6cf48af5c3eb9e4bc50e/patch-ng-1.18.0.tar.gz BuildArch: noarch @@ -29,7 +29,7 @@ Provides: python3-patch-ng-doc Fork of the original python-patch library to parse and apply unified diffs %prep -%autosetup -n patch-ng-1.17.4 +%autosetup -n patch-ng-1.18.0 %build %py3_build @@ -69,5 +69,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Oct 18 2024 zhaosaisai - 1.18.0-1 +- Upgrade to latest version 1.18.0 + * Mon Jul 12 2021 Python_Bot - 1.17.4-1 - Package Spec generated