From 1823076f808c8be3d3bc9cd1f8376ce86e67bf0a7350214a3275f2a43dc04cc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 2 Jun 2016 16:50:15 +0000 Subject: [PATCH] Accepting request 399855 from home:rudi_m - bump version 0.4.0, this is a feature release. * Bugfixes: - document %g/%G format specifiers - bug/42, accept NUL characters in input - bug/45, correctly display Gregorian and ISO week dates in one line - bug/46, adhere to ISO group's official formatting of week dates - bug/47, allow rounding of Epoch based timestamps - bug/48, avoid crash for void input to strptime(3) * Features: - datetest supports --isvalid to conditionalise on date/time parsing - all tools support --from-locale to parse localised input - tools with output formatting support --locale to format output according to locale * See info page examples and/or README. OBS-URL: https://build.opensuse.org/request/show/399855 OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=48 --- dateutils-0.3.5.tar.xz | 3 --- dateutils-0.4.0.tar.xz | 3 +++ dateutils.changes | 21 +++++++++++++++++++++ dateutils.spec | 5 +++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 dateutils-0.3.5.tar.xz create mode 100644 dateutils-0.4.0.tar.xz diff --git a/dateutils-0.3.5.tar.xz b/dateutils-0.3.5.tar.xz deleted file mode 100644 index 48a5ddc..0000000 --- a/dateutils-0.3.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cff341d3e6394627d98cb9643b9ca1235b839037ede58983c927df4f27ee31a7 -size 593112 diff --git a/dateutils-0.4.0.tar.xz b/dateutils-0.4.0.tar.xz new file mode 100644 index 0000000..a5a9aff --- /dev/null +++ b/dateutils-0.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05af02bc60a82bdc21c0ac4779f1040f631b0a1233ed15c4f69a80d3dad23da +size 608364 diff --git a/dateutils.changes b/dateutils.changes index 633699a..b16c9d7 100644 --- a/dateutils.changes +++ b/dateutils.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Jun 2 14:07:21 UTC 2016 - sweet_f_a@gmx.de + +- bump version 0.4.0, this is a feature release. + * Bugfixes: + - document %g/%G format specifiers + - bug/42, accept NUL characters in input + - bug/45, correctly display Gregorian and ISO week dates in one + line + - bug/46, adhere to ISO group's official formatting of week + dates + - bug/47, allow rounding of Epoch based timestamps + - bug/48, avoid crash for void input to strptime(3) + * Features: + - datetest supports --isvalid to conditionalise on date/time + parsing + - all tools support --from-locale to parse localised input + - tools with output formatting support --locale to format + output according to locale + * See info page examples and/or README. + ------------------------------------------------------------------- Fri Jan 22 22:45:28 UTC 2016 - sweet_f_a@gmx.de diff --git a/dateutils.spec b/dateutils.spec index a375685..00afd81 100644 --- a/dateutils.spec +++ b/dateutils.spec @@ -16,7 +16,7 @@ # -%define xversion 0.3.5 +%define xversion 0.4.0 %define have_octave 0 @@ -39,7 +39,7 @@ %endif Name: dateutils -Version: 0.3.5 +Version: 0.4.0 Release: 0 Summary: Nifty command line date and time utilities License: BSD-3-Clause @@ -134,6 +134,7 @@ rm -rf %{buildroot} %{_bindir}/datezone %{_bindir}/strptime %dir %{_datadir}/dateutils/ +%{_datadir}/dateutils/locale %{_datadir}/dateutils/*.tzmcc %doc %{_infodir}/%{name}.info* %doc %{_mandir}/man1/%{name}.1*