SHA256
1
0
forked from pool/dateutils

Accepting request 399855 from home:rudi_m

- bump version 0.4.0, this is a feature release.
  * Bugfixes:
    - document %g/%G format specifiers
    - bug/42, accept NUL characters in input
    - bug/45, correctly display Gregorian and ISO week dates in one
      line
    - bug/46, adhere to ISO group's official formatting of week
      dates
    - bug/47, allow rounding of Epoch based timestamps
    - bug/48, avoid crash for void input to strptime(3)
  * Features:
    - datetest supports --isvalid to conditionalise on date/time
      parsing
    - all tools support --from-locale to parse localised input
    - tools with output formatting support --locale to format
      output according to locale
  * See info page examples and/or README.

OBS-URL: https://build.opensuse.org/request/show/399855
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=48
This commit is contained in:
Ismail Dönmez
2016-06-02 16:50:15 +00:00
committed by Git OBS Bridge
parent 553bf7be8b
commit 1823076f80
4 changed files with 27 additions and 5 deletions

View File

@@ -16,7 +16,7 @@
#
%define xversion 0.3.5
%define xversion 0.4.0
%define have_octave 0
@@ -39,7 +39,7 @@
%endif
Name: dateutils
Version: 0.3.5
Version: 0.4.0
Release: 0
Summary: Nifty command line date and time utilities
License: BSD-3-Clause
@@ -134,6 +134,7 @@ rm -rf %{buildroot}
%{_bindir}/datezone
%{_bindir}/strptime
%dir %{_datadir}/dateutils/
%{_datadir}/dateutils/locale
%{_datadir}/dateutils/*.tzmcc
%doc %{_infodir}/%{name}.info*
%doc %{_mandir}/man1/%{name}.1*