From 55b814fa86dbb42aa851ccc48f2059dde753286c23e3b673da282a4987ad914c Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 5 Feb 2020 19:17:46 +0000 Subject: [PATCH] - Update to 0.4.7: * strptime mimics return code behaviour of dateconv * use unsigned arithmetic for leap second conversion * fix up ymds before adding days or business days * drain prchunk if filled with many small lines OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=67 --- dateutils-0.4.6.tar.asc | 7 ------- dateutils-0.4.6.tar.xz | 3 --- dateutils-0.4.7.tar.asc | 7 +++++++ dateutils-0.4.7.tar.xz | 3 +++ dateutils.changes | 9 +++++++++ dateutils.spec | 6 +++--- 6 files changed, 22 insertions(+), 13 deletions(-) delete mode 100644 dateutils-0.4.6.tar.asc delete mode 100644 dateutils-0.4.6.tar.xz create mode 100644 dateutils-0.4.7.tar.asc create mode 100644 dateutils-0.4.7.tar.xz diff --git a/dateutils-0.4.6.tar.asc b/dateutils-0.4.6.tar.asc deleted file mode 100644 index e079779..0000000 --- a/dateutils-0.4.6.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEABECAAYFAlyQZRkACgkQlMmhrILJOQ4FhACfd9We+hcwUjUeKWkR/CFisihl -NqQAn1AHVRfghgMqN4n+pq6E+E88DoeH -=OdjS ------END PGP SIGNATURE----- diff --git a/dateutils-0.4.6.tar.xz b/dateutils-0.4.6.tar.xz deleted file mode 100644 index 8e5db57..0000000 --- a/dateutils-0.4.6.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26a071317ae5710f226a3e6ba9a54d3764cd9efe3965aecc18e75372088757cd -size 640552 diff --git a/dateutils-0.4.7.tar.asc b/dateutils-0.4.7.tar.asc new file mode 100644 index 0000000..ea5bc97 --- /dev/null +++ b/dateutils-0.4.7.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEABECAAYFAl44GZYACgkQlMmhrILJOQ7ZawCfYa/dLh8ODFQiM5cfOlLsyE93 +JvoAnAoJqSxtFxYk33ClkLnjdFIPVPfE +=bbJ9 +-----END PGP SIGNATURE----- diff --git a/dateutils-0.4.7.tar.xz b/dateutils-0.4.7.tar.xz new file mode 100644 index 0000000..a48ac25 --- /dev/null +++ b/dateutils-0.4.7.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49725457f5bef45ea424baade8999a6e54496e357f64280474ff7134a54f599a +size 649932 diff --git a/dateutils.changes b/dateutils.changes index b30081a..ec30325 100644 --- a/dateutils.changes +++ b/dateutils.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Feb 5 19:16:19 UTC 2020 - Michael Vetter + +- Update to 0.4.7: + * strptime mimics return code behaviour of dateconv + * use unsigned arithmetic for leap second conversion + * fix up ymds before adding days or business days + * drain prchunk if filled with many small lines + ------------------------------------------------------------------- Tue Mar 19 06:06:21 UTC 2019 - mvetter@suse.com diff --git a/dateutils.spec b/dateutils.spec index 9099ceb..1550edf 100644 --- a/dateutils.spec +++ b/dateutils.spec @@ -1,7 +1,7 @@ # # spec file for package dateutils # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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 @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: dateutils -Version: 0.4.6 +Version: 0.4.7 Release: 0 Summary: Command line date and time utilities License: BSD-3-Clause