From 94bcc2aab71f90ef26a779343cf219772179a4bc Mon Sep 17 00:00:00 2001 From: zhangrui Date: Thu, 27 Aug 2020 09:16:59 +0800 Subject: [PATCH] upgrade tk from 8.6.8 to 8.6.10 --- tk.spec | 3 +++ tk.yaml | 4 ---- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 tk.yaml diff --git a/tk.spec b/tk.spec index 347c542..5e2b2cc 100644 --- a/tk.spec +++ b/tk.spec @@ -105,6 +105,9 @@ sed -i -e "s|$PWD/unix|%{_libdir}|; s|$PWD|%{_includedir}/%{name}-private|" %{bu * Wed Aug 19 2020 zhangrui - 1:8.6.10-1 - Upgrade to 1:8.6.10-1 +* Tue Aug 2020 smileknife - 1:8.6.8-5 +- update release for rebuilding + * Mon Jan 13 2020 zhangrui - 1:8.6.8-4 - del patches to be consistent with open source diff --git a/tk.yaml b/tk.yaml deleted file mode 100644 index 663bc84..0000000 --- a/tk.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version_control: github -src_repo: tcltk/tk -tag_prefix: ^core- -seperator: "-"