diff --git a/diff-match-patch-20230430.tar.gz b/diff-match-patch-20230430.tar.gz deleted file mode 100644 index 88e04bfd5b7b4e4a802672a1fb02cd09b1b3b968..0000000000000000000000000000000000000000 Binary files a/diff-match-patch-20230430.tar.gz and /dev/null differ diff --git a/diff-match-patch-20241021.tar.gz b/diff-match-patch-20241021.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..90ba2ec11aff0194e7bbe0f4ab37b7f812b5e7d1 Binary files /dev/null and b/diff-match-patch-20241021.tar.gz differ diff --git a/python-diff-match-patch.spec b/python-diff-match-patch.spec index fd17547c83f1870bb968ca90dafbe6113098e337..f6e0d000461cedc27e298d15868535e83b688ebe 100644 --- a/python-diff-match-patch.spec +++ b/python-diff-match-patch.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-diff-match-patch -Version: 20230430 +Version: 20241021 Release: 1 Summary: Repackaging of Google's Diff Match and Patch libraries. Offers robust algorithms to perform the operations required for synchronizing plain text. License: Apache-2.0 URL: https://github.com/diff-match-patch-python/diff-match-patch -Source0: https://files.pythonhosted.org/packages/48/40/7f0b68e3578453d1ccd3638cfd9682b515b9d22730903a88615f1ee92352/diff-match-patch-20230430.tar.gz +Source0: https://files.pythonhosted.org/packages/0e/ad/32e1777dd57d8e85fa31e3a243af66c538245b8d64b7265bec9a61f2ca33/diff-match-patch-20241021.tar.gz BuildArch: noarch %description @@ -49,6 +49,11 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Thu Oct 24 2024 zhangyulong - 20241021-1 +- Update package to version 20241021 + -Add fixes from maintained fork + -Fix different result from the official demo + * Sat May 06 2023 wangjunqi - 20230430-1 - Update package to version 20230430