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

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Jun 2 14:07:21 UTC 2016 - sweet_f_a@gmx.de
- 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.
-------------------------------------------------------------------
Fri Jan 22 22:45:28 UTC 2016 - sweet_f_a@gmx.de

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*