forked from pool/dateutils
- 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
This commit is contained in:
parent
6ae4ec3588
commit
8ca9fbca77
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
Version: GnuPG v2
|
|
||||||
|
|
||||||
iEYEABECAAYFAlqX3AwACgkQlMmhrILJOQ5MfQCfaGEJxOsBqL65wLUuCHMcQLIy
|
|
||||||
uiAAnimBb1IwPc0pTJjQljf7sl0jNuA5
|
|
||||||
=c0m1
|
|
||||||
-----END PGP SIGNATURE-----
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b0d579062bc957823fb7efcb2c520fb6fb43ab79a352026402b06ecfc4c58f1a
|
|
||||||
size 631216
|
|
7
dateutils-0.4.4.tar.asc
Normal file
7
dateutils-0.4.4.tar.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
Version: GnuPG v2
|
||||||
|
|
||||||
|
iEYEABECAAYFAltxYX8ACgkQlMmhrILJOQ7VngCePXVR1LcIFLO6OJiv4iGjXONr
|
||||||
|
Vz8Anj5TZk065ZpgsHLnZyk58mVKdB9O
|
||||||
|
=zIdE
|
||||||
|
-----END PGP SIGNATURE-----
|
3
dateutils-0.4.4.tar.xz
Normal file
3
dateutils-0.4.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a9cc2efbb10681130ac725946984e12330e94f43877d865d7f5c131dcf09c84f
|
||||||
|
size 635696
|
@ -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
|
Sat Mar 3 19:38:04 UTC 2018 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dateutils
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,7 +34,7 @@
|
|||||||
%define have_octave 1
|
%define have_octave 1
|
||||||
%endif
|
%endif
|
||||||
Name: dateutils
|
Name: dateutils
|
||||||
Version: 0.4.3
|
Version: 0.4.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Nifty command line date and time utilities
|
Summary: Nifty command line date and time utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
x
Reference in New Issue
Block a user