From 5a5d9bd066047d4714ffe5e5a6d0046f7df8e3870fbb0699d7ebf6501041c469 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 4 Feb 2014 12:46:02 +0000 Subject: [PATCH] Accepting request 220697 from home:rudi_m - bump version 0.2.7, this is a feature release. * Features: - dgrep supports -v|--invert-match like grep - output specifier %G is supported for compatibility with POSIX - ddiff calculates year-day differences - ddiff calculates ISO-week date differences - ddiff output can be zero and space padded through 0 and SPC modifier - zoneinfo database on AIX >= 6.1 is taken into account * Bug fixes: - ddiff can calculate full year differences, [issue 21][1] fixed - dseq now accepts %W, %V output formats, [issue 22][2] fixed - builds with clang >= 3.3 work again, [clang bug 18028][3] * See info page examples and/or README. [1]: https://github.com/hroptatyr/dateutils/issues/21 [2]: https://github.com/hroptatyr/dateutils/issues/22 [3]: http://llvm.org/bugs/show_bug.cgi?id=18028 OBS-URL: https://build.opensuse.org/request/show/220697 OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=26 --- dateutils-0.2.6.tar.xz | 3 --- dateutils-0.2.7.tar.xz | 3 +++ dateutils.changes | 21 +++++++++++++++++++++ dateutils.spec | 6 +++--- 4 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 dateutils-0.2.6.tar.xz create mode 100644 dateutils-0.2.7.tar.xz diff --git a/dateutils-0.2.6.tar.xz b/dateutils-0.2.6.tar.xz deleted file mode 100644 index 3a7f9ab..0000000 --- a/dateutils-0.2.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1d476498cbe9e5c788d5160f1c134a07a631061784b51a52fe05fbf6a56c3440 -size 485740 diff --git a/dateutils-0.2.7.tar.xz b/dateutils-0.2.7.tar.xz new file mode 100644 index 0000000..af77e00 --- /dev/null +++ b/dateutils-0.2.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7d0c502d79dec4a604ebc30e7c44988d7095bd303137d1fa652720350337042 +size 490456 diff --git a/dateutils.changes b/dateutils.changes index a92c59d..922e7af 100644 --- a/dateutils.changes +++ b/dateutils.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Jan 29 16:43:02 UTC 2014 - sweet_f_a@gmx.de + +- bump version 0.2.7, this is a feature release. + * Features: + - dgrep supports -v|--invert-match like grep + - output specifier %G is supported for compatibility with POSIX + - ddiff calculates year-day differences + - ddiff calculates ISO-week date differences + - ddiff output can be zero and space padded through 0 and SPC + modifier + - zoneinfo database on AIX >= 6.1 is taken into account + * Bug fixes: + - ddiff can calculate full year differences, [issue 21][1] fixed + - dseq now accepts %W, %V output formats, [issue 22][2] fixed + - builds with clang >= 3.3 work again, [clang bug 18028][3] + * See info page examples and/or README. + [1]: https://github.com/hroptatyr/dateutils/issues/21 + [2]: https://github.com/hroptatyr/dateutils/issues/22 + [3]: http://llvm.org/bugs/show_bug.cgi?id=18028 + ------------------------------------------------------------------- Tue Oct 29 16:45:20 UTC 2013 - sweet_f_a@gmx.de diff --git a/dateutils.spec b/dateutils.spec index 7d4e6da..a7d9d24 100644 --- a/dateutils.spec +++ b/dateutils.spec @@ -1,7 +1,7 @@ # # spec file for package dateutils # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,10 +16,10 @@ # -%define xversion 0.2.6 +%define xversion 0.2.7 Name: dateutils -Version: 0.2.6 +Version: 0.2.7 Release: 0 Summary: Nifty command line date and time utilities License: BSD-3-Clause