diff --git a/cloc-2.02.tar.gz b/cloc-2.02.tar.gz deleted file mode 100644 index 60d607e893e12695db6b51e5860053808b7bf84a..0000000000000000000000000000000000000000 Binary files a/cloc-2.02.tar.gz and /dev/null differ diff --git a/cloc-2.06.tar.gz b/cloc-2.06.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d46466cca7e9d63f3fae19b51056b5f77ed7e17c Binary files /dev/null and b/cloc-2.06.tar.gz differ diff --git a/cloc.spec b/cloc.spec index 9caf52c64b26fce5fedd532657f772e585a14772..a036ff003fa7c19b3126d9dc128ef6bdb153155a 100644 --- a/cloc.spec +++ b/cloc.spec @@ -1,5 +1,5 @@ name: cloc -Version: 2.02 +Version: 2.06 Release: 1 Summary: Program line caculation tools License: GPLv2+ @@ -42,6 +42,21 @@ make install DESTDIR="%{buildroot}" %{_mandir}/man1/%{name}.1* %changelog +* Thu Oct 09 2025 xu_ping <707078654@qq.com> - 2.06-1 +- update to 2.06 + * Add column headers for --show-lang and --show-ext output. + * Remove -> separator in --show-ext output. + * Remove leading blank space for --fmt output written to STDOUT. + * New switch --files-from as a synonym for --vcs. + * New switch --ksep/--thousands-delimiter to show a separator + (default is a comma) between thousands in output counts. + * New switch --percent as a shortcut to `--by-percent t' to + show percentage of totals in blank, comment, code columns. + * Add backtick and C++ style comment support for Svelte. + * Support --exclude-lang in --diff mode. + * New switch --ignore-regex to exclude files whose content matches a regex. + * New switch --unique to identify unique files found. + * Mon Sep 30 2024 zhangxingrong - 2.02-1 - update to 2.02