diff --git a/0001-Support-specify-CC.patch b/0001-Support-specify-CC.patch index a197d89..ff463c6 100644 --- a/0001-Support-specify-CC.patch +++ b/0001-Support-specify-CC.patch @@ -22,7 +22,7 @@ index 752e550..0297cf7 100644 +CC?=gcc INSTALL=install - VERSION=2.1.0 + VERSION=2.1.1 -- 2.40.0 diff --git a/tree-2.1.0.tgz b/tree-2.1.0.tgz deleted file mode 100644 index 0cf412e..0000000 Binary files a/tree-2.1.0.tgz and /dev/null differ diff --git a/tree-2.1.1.tgz b/tree-2.1.1.tgz new file mode 100644 index 0000000..9c0257c Binary files /dev/null and b/tree-2.1.1.tgz differ diff --git a/tree.spec b/tree.spec index df665b9..7abd3df 100644 --- a/tree.spec +++ b/tree.spec @@ -1,6 +1,6 @@ Name: tree -Version: 2.1.0 -Release: 2 +Version: 2.1.1 +Release: 1 Summary: Tree file viewer tool License: GPLv2+ URL: http://mama.indstate.edu/users/ice/tree/ @@ -46,6 +46,9 @@ install -D -m 644 doc/tree.1 $RPM_BUILD_ROOT%{_mandir}/man1/tree.1 %{_mandir}/man1/* %changelog +* Mon Jul 17 2023 Kunlin Yang - 2.1.1-1 +- upgrade package from 2.1.0 to 2.1.1 + * Wed Apr 19 2023 jammyjellyfish - 2.1.0-2 - Support specify CC