Accepting request 220697 from home:rudi_m
- bump version 0.2.7, this is a feature release. * Features: - dgrep supports -v|--invert-match like grep - output specifier %G is supported for compatibility with POSIX - ddiff calculates year-day differences - ddiff calculates ISO-week date differences - ddiff output can be zero and space padded through 0 and SPC modifier - zoneinfo database on AIX >= 6.1 is taken into account * Bug fixes: - ddiff can calculate full year differences, [issue 21][1] fixed - dseq now accepts %W, %V output formats, [issue 22][2] fixed - builds with clang >= 3.3 work again, [clang bug 18028][3] * See info page examples and/or README. [1]: https://github.com/hroptatyr/dateutils/issues/21 [2]: https://github.com/hroptatyr/dateutils/issues/22 [3]: http://llvm.org/bugs/show_bug.cgi?id=18028 OBS-URL: https://build.opensuse.org/request/show/220697 OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=26
This commit is contained in:
parent
00446c62cf
commit
5a5d9bd066
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1d476498cbe9e5c788d5160f1c134a07a631061784b51a52fe05fbf6a56c3440
|
|
||||||
size 485740
|
|
3
dateutils-0.2.7.tar.xz
Normal file
3
dateutils-0.2.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f7d0c502d79dec4a604ebc30e7c44988d7095bd303137d1fa652720350337042
|
||||||
|
size 490456
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 29 16:43:02 UTC 2014 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
- bump version 0.2.7, this is a feature release.
|
||||||
|
* Features:
|
||||||
|
- dgrep supports -v|--invert-match like grep
|
||||||
|
- output specifier %G is supported for compatibility with POSIX
|
||||||
|
- ddiff calculates year-day differences
|
||||||
|
- ddiff calculates ISO-week date differences
|
||||||
|
- ddiff output can be zero and space padded through 0 and SPC
|
||||||
|
modifier
|
||||||
|
- zoneinfo database on AIX >= 6.1 is taken into account
|
||||||
|
* Bug fixes:
|
||||||
|
- ddiff can calculate full year differences, [issue 21][1] fixed
|
||||||
|
- dseq now accepts %W, %V output formats, [issue 22][2] fixed
|
||||||
|
- builds with clang >= 3.3 work again, [clang bug 18028][3]
|
||||||
|
* See info page examples and/or README.
|
||||||
|
[1]: https://github.com/hroptatyr/dateutils/issues/21
|
||||||
|
[2]: https://github.com/hroptatyr/dateutils/issues/22
|
||||||
|
[3]: http://llvm.org/bugs/show_bug.cgi?id=18028
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 29 16:45:20 UTC 2013 - sweet_f_a@gmx.de
|
Tue Oct 29 16:45:20 UTC 2013 - sweet_f_a@gmx.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dateutils
|
# spec file for package dateutils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products 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
|
||||||
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define xversion 0.2.6
|
%define xversion 0.2.7
|
||||||
|
|
||||||
Name: dateutils
|
Name: dateutils
|
||||||
Version: 0.2.6
|
Version: 0.2.7
|
||||||
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…
Reference in New Issue
Block a user