From 92ab442bd976e4115b970074aebf7723eab2abdd13715d6940bfbac3b7de9816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 24 Dec 2012 16:07:54 +0000 Subject: [PATCH] - Update to version 5.0.2 * Numeric constants in mathematical contexts can contain underscores. * functions -T turns on tracing for specific functions. - See the included NEWS file for other changes. OBS-URL: https://build.opensuse.org/package/show/shells/zsh?expand=0&rev=113 --- zsh-5.0.0.tar.bz2 | 3 --- zsh-5.0.2.tar.bz2 | 3 +++ zsh.changes | 9 +++++++++ zsh.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 zsh-5.0.0.tar.bz2 create mode 100644 zsh-5.0.2.tar.bz2 diff --git a/zsh-5.0.0.tar.bz2 b/zsh-5.0.0.tar.bz2 deleted file mode 100644 index ac31f5f..0000000 --- a/zsh-5.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd014a8e09a3607c68369d1615db96d0fbb7279a125950b32032fd448c44a888 -size 3014362 diff --git a/zsh-5.0.2.tar.bz2 b/zsh-5.0.2.tar.bz2 new file mode 100644 index 0000000..eff99b8 --- /dev/null +++ b/zsh-5.0.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb220ae5a8076191ec6b4c6a5a2f18122d074a19f25b45f0320b44b8166c5a03 +size 3025767 diff --git a/zsh.changes b/zsh.changes index 892450b..b70dfbe 100644 --- a/zsh.changes +++ b/zsh.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 24 15:53:42 UTC 2012 - idonmez@suse.com + +- Update to version 5.0.2 + * Numeric constants in mathematical contexts can contain + underscores. + * functions -T turns on tracing for specific functions. +- See the included NEWS file for other changes. + ------------------------------------------------------------------- Fri Nov 16 03:49:21 UTC 2012 - crrodriguez@opensuse.org diff --git a/zsh.spec b/zsh.spec index e3c5661..70f5f96 100644 --- a/zsh.spec +++ b/zsh.spec @@ -17,7 +17,7 @@ Name: zsh -Version: 5.0.0 +Version: 5.0.2 Release: 0 Summary: Shell with comprehensive completion License: MIT