Accepting request 631611 from utilities
OBS-URL: https://build.opensuse.org/request/show/631611 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dateutils?expand=0&rev=21
This commit is contained in:
commit
5826d09ce6
@ -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,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 25 18:31:39 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Ensure neutrality of descriptions.
|
||||||
|
- Trim idempotent %if..%endif guards.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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,9 +34,9 @@
|
|||||||
%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: Command line date and time utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Url: https://github.com/hroptatyr/dateutils/
|
Url: https://github.com/hroptatyr/dateutils/
|
||||||
@ -61,7 +61,6 @@ market is shell scripts that need date calculations or calendar
|
|||||||
conversions, and as such they are highly pipe-able and modeled after
|
conversions, and as such they are highly pipe-able and modeled after
|
||||||
their well-known cousins (e.g. dtest vs. test, or dgrep vs. grep).
|
their well-known cousins (e.g. dtest vs. test, or dgrep vs. grep).
|
||||||
|
|
||||||
%if %{have_octave}
|
|
||||||
%package octave
|
%package octave
|
||||||
Summary: Dateutils functions for matlab and octave
|
Summary: Dateutils functions for matlab and octave
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
@ -70,7 +69,6 @@ Requires: octave
|
|||||||
|
|
||||||
%description octave
|
%description octave
|
||||||
Dateutils can be used from within matlab or ocatave.
|
Dateutils can be used from within matlab or ocatave.
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user