SHA256
1
0
forked from pool/dateutils

Accepting request 134653 from home:rudi_m

- bump version 0.2.3, this is a bug fix and feature release.

OBS-URL: https://build.opensuse.org/request/show/134653
OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=18
This commit is contained in:
Ruediger Meier 2012-09-17 11:27:28 +00:00 committed by Git OBS Bridge
parent 3c8b2f71ad
commit 1f68376dfe
4 changed files with 22 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Sep 14 15:02:04 UTC 2012 - sweet_f_a@gmx.de
- bump version 0.2.3, this is a bug fix and feature release.
* ISO 8601 week dates are now first class objectsi
(of type DT_YWD)
* introduce %rY specifier to denote years in calendars that
deviate from the Gregorian year
* dgrep accepts short-hand inputs (today, now, etc.) and also
inputs as specified by -i
* dadd'ing months and years to YMCW dates works now
* zoneinfo files with only transitions in the past are handled
properly (bug #10)
* dseq with just 1 argument is working properly (story #36051287)
* See info page examples and/or README.
-------------------------------------------------------------------
Fri Jul 20 18:01:13 UTC 2012 - sweet_f_a@gmx.de

View File

@ -16,10 +16,10 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define xversion 0.2.2
%define xversion 0.2.3
Name: dateutils
Version: 0.2.2
Version: 0.2.3
Release: 0
Summary: Nifty command line date and time utilities
License: BSD-3-Clause
@ -90,6 +90,7 @@ rm -rf %{buildroot}
%{_bindir}/dtest
%{_bindir}/strptime
%doc %{_infodir}/%{name}.info*
%doc %{_mandir}/man1/%{name}.1*
%doc %{_mandir}/man1/dadd.1*
%doc %{_mandir}/man1/dconv.1*
%doc %{_mandir}/man1/ddiff.1*