Accepting request 289579 from home:rudi_m

- bump version 0.3.2, this is a bugfix release.
  * Bugfixes:
    - out of range minutes will be discarded
    - bug 30 (malicious input crashes dconv) has been fixed
  * Features:
    - military midnight stamps are supported (T24:00:00)
    - 8601 ordinal dates (year + doy) are recognised directly
      (`-f yd`)
    - strptime(1) can behave in a locale-dependent way
  * See info page examples and/or README.

OBS-URL: https://build.opensuse.org/request/show/289579
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=34
This commit is contained in:
Ruediger Meier 2015-03-05 19:25:38 +00:00 committed by Git OBS Bridge
parent d3e77d5418
commit 4e71f2a789
4 changed files with 19 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b34f9d0bcb831e91c7ad3e3d17e56a8efbed11db302a2ee22437fd85dce11b19
size 586848

3
dateutils-0.3.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:551620b01c08d5feffb68fde6bb669fe09275dd316a79aeca0efcbe3ec774a3e
size 586156

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Mar 5 16:25:37 UTC 2015 - sweet_f_a@gmx.de
- bump version 0.3.2, this is a bugfix release.
* Bugfixes:
- out of range minutes will be discarded
- bug 30 (malicious input crashes dconv) has been fixed
* Features:
- military midnight stamps are supported (T24:00:00)
- 8601 ordinal dates (year + doy) are recognised directly
(`-f yd`)
- strptime(1) can behave in a locale-dependent way
* See info page examples and/or README.
-------------------------------------------------------------------
Fri Jan 16 11:26:54 UTC 2015 - sweet_f_a@gmx.de

View File

@ -16,7 +16,7 @@
#
%define xversion 0.3.1
%define xversion 0.3.2
%define have_octave 0
@ -39,7 +39,7 @@
%endif
Name: dateutils
Version: 0.3.1
Version: 0.3.2
Release: 0
Summary: Nifty command line date and time utilities
License: BSD-3-Clause