From 8ca9fbca77119213ec7b2a72f0306ba6201458822bbe97c621b8a2d65561f27c Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 14 Aug 2018 10:43:55 +0000 Subject: [PATCH] - Update to 0.4.4: Incompatible changes: * suffix `m` is no longer accepted as a synonym for `mo` with date-only input, issue #76 Bugfixes: * expose BSD routines (fgetln()) to yuck * for dates passed to dateround(1) that coincidentally match the roundspecs do read them as dates * wrong timestamps read via -i %s signal error * facilitate bmake build * time rounding on date-only input keeps the date unchanged * dateseq's short-cut iterator (2 date arguments) does not interfere with the 3-argument version * adding 0 date or time units does not change the summand * datezone on times (without date) will return times * zones are singletons now, opened and closed only once OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=59 --- dateutils-0.4.3.tar.asc | 7 ------- dateutils-0.4.3.tar.xz | 3 --- dateutils-0.4.4.tar.asc | 7 +++++++ dateutils-0.4.4.tar.xz | 3 +++ dateutils.changes | 20 ++++++++++++++++++++ dateutils.spec | 4 ++-- 6 files changed, 32 insertions(+), 12 deletions(-) delete mode 100644 dateutils-0.4.3.tar.asc delete mode 100644 dateutils-0.4.3.tar.xz create mode 100644 dateutils-0.4.4.tar.asc create mode 100644 dateutils-0.4.4.tar.xz diff --git a/dateutils-0.4.3.tar.asc b/dateutils-0.4.3.tar.asc deleted file mode 100644 index b223a43..0000000 --- a/dateutils-0.4.3.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEABECAAYFAlqX3AwACgkQlMmhrILJOQ5MfQCfaGEJxOsBqL65wLUuCHMcQLIy -uiAAnimBb1IwPc0pTJjQljf7sl0jNuA5 -=c0m1 ------END PGP SIGNATURE----- diff --git a/dateutils-0.4.3.tar.xz b/dateutils-0.4.3.tar.xz deleted file mode 100644 index ca993f8..0000000 --- a/dateutils-0.4.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0d579062bc957823fb7efcb2c520fb6fb43ab79a352026402b06ecfc4c58f1a -size 631216 diff --git a/dateutils-0.4.4.tar.asc b/dateutils-0.4.4.tar.asc new file mode 100644 index 0000000..e01cfae --- /dev/null +++ b/dateutils-0.4.4.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEABECAAYFAltxYX8ACgkQlMmhrILJOQ7VngCePXVR1LcIFLO6OJiv4iGjXONr +Vz8Anj5TZk065ZpgsHLnZyk58mVKdB9O +=zIdE +-----END PGP SIGNATURE----- diff --git a/dateutils-0.4.4.tar.xz b/dateutils-0.4.4.tar.xz new file mode 100644 index 0000000..c53ea4c --- /dev/null +++ b/dateutils-0.4.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9cc2efbb10681130ac725946984e12330e94f43877d865d7f5c131dcf09c84f +size 635696 diff --git a/dateutils.changes b/dateutils.changes index 0c07907..0c3cfab 100644 --- a/dateutils.changes +++ b/dateutils.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Tue Aug 14 10:42:17 UTC 2018 - mvetter@suse.com + +- Update to 0.4.4: + Incompatible changes: + * suffix `m` is no longer accepted as a synonym for `mo` + with date-only input, issue #76 + Bugfixes: + * expose BSD routines (fgetln()) to yuck + * for dates passed to dateround(1) that coincidentally + match the roundspecs do read them as dates + * wrong timestamps read via -i %s signal error + * facilitate bmake build + * time rounding on date-only input keeps the date unchanged + * dateseq's short-cut iterator (2 date arguments) does not + interfere with the 3-argument version + * adding 0 date or time units does not change the summand + * datezone on times (without date) will return times + * zones are singletons now, opened and closed only once + ------------------------------------------------------------------- Sat Mar 3 19:38:04 UTC 2018 - sweet_f_a@gmx.de diff --git a/dateutils.spec b/dateutils.spec index 9632831..71fdd6a 100644 --- a/dateutils.spec +++ b/dateutils.spec @@ -1,7 +1,7 @@ # # spec file for package dateutils # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -34,7 +34,7 @@ %define have_octave 1 %endif Name: dateutils -Version: 0.4.3 +Version: 0.4.4 Release: 0 Summary: Nifty command line date and time utilities License: BSD-3-Clause