Hello community, here is the log from the commit of package codespell for openSUSE:Factory checked in at 2020-05-26 17:20:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/codespell (Old) and /work/SRC/openSUSE:Factory/.codespell.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "codespell" Tue May 26 17:20:43 2020 rev:5 rq:808357 version:1.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/codespell/codespell.changes 2019-09-16 10:50:09.519174128 +0200 +++ /work/SRC/openSUSE:Factory/.codespell.new.2738/codespell.changes 2020-05-26 17:20:44.944159097 +0200 @@ -1,0 +2,8 @@ +Fri May 22 14:08:05 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 1.17.1: + * Upstream does not provide a changelog +- Update patch: + * help2man-run-needs-utf8-locale.patch + +------------------------------------------------------------------- Old: ---- codespell-1.16.0.tar.gz New: ---- codespell-1.17.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ codespell.spec ++++++ --- /var/tmp/diff_new_pack.ZUw6El/_old 2020-05-26 17:20:45.760160852 +0200 +++ /var/tmp/diff_new_pack.ZUw6El/_new 2020-05-26 17:20:45.760160852 +0200 @@ -1,7 +1,7 @@ # # spec file for package codespell # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: codespell -Version: 1.16.0 +Version: 1.17.1 Release: 0 Summary: Source code checker for common misspellings License: GPL-2.0-only ++++++ codespell-1.16.0.tar.gz -> codespell-1.17.1.tar.gz ++++++ ++++ 17416 lines of diff (skipped) ++++++ help2man-run-needs-utf8-locale.patch ++++++ --- /var/tmp/diff_new_pack.ZUw6El/_old 2020-05-26 17:20:45.888161127 +0200 +++ /var/tmp/diff_new_pack.ZUw6El/_new 2020-05-26 17:20:45.888161127 +0200 @@ -1,13 +1,13 @@ -Index: codespell-1.13.0/Makefile -=================================================================== ---- codespell-1.13.0.orig/Makefile 2018-05-17 15:50:40.000000000 +0000 -+++ codespell-1.13.0/Makefile 2018-07-04 10:37:54.803830458 +0000 -@@ -5,7 +5,7 @@ PHONY := all check check-dictionary sort - all: check-dictionary codespell.1 +diff --git a/Makefile b/Makefile +index 2313231..36b0536 100644 +--- a/Makefile ++++ b/Makefile +@@ -11,7 +11,7 @@ sort-dictionary: sort-dictionaries + trim-dictionary: trim-dictionaries codespell.1: codespell.1.include bin/codespell - PYTHONPATH=. help2man ./bin/codespell --include codespell.1.include --no-info --output codespell.1 + PYTHONPATH=. help2man ./bin/codespell -L en_US.UTF-8 --include codespell.1.include --no-info --output codespell.1 sed -i '/\.SS \"Usage/,+2d' codespell.1 - check-dictionary: + check-dictionaries:
