forked from pool/dateutils
Accepting request 153051 from home:rudi_m
- bump version 0.2.4, this is a bug fix release. * added special output format `jdn' and `ldn' for julian/lilian day number * multiple occurrences of date/times within one line are now all processed rather than only the first occurrence * zone difference specifier (%Z) is supported for parsing and printing * matlab zone converter tzconv has been added * building with icc 13 works now * many gcc warnings are fixed * See info page examples and/or README. OBS-URL: https://build.opensuse.org/request/show/153051 OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=20
This commit is contained in:
committed by
Git OBS Bridge
parent
013db5a4a3
commit
764ed85681
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5404956c86e28a15efc211eaab2759699314915d1c2ac2226a380ab2d6c194d7
|
||||
size 317220
|
3
dateutils-0.2.4.tar.xz
Normal file
3
dateutils-0.2.4.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8695d012e2588fcb2705b037b07ab58ce3473f3789877013873f2f0d0ad30d82
|
||||
size 475160
|
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 7 16:58:01 UTC 2013 - sweet_f_a@gmx.de
|
||||
|
||||
- bump version 0.2.4, this is a bug fix release.
|
||||
* added special output format `jdn' and `ldn' for julian/lilian
|
||||
day number
|
||||
* multiple occurrences of date/times within one line are now all
|
||||
processed rather than only the first occurrence
|
||||
* zone difference specifier (%Z) is supported for parsing and
|
||||
printing
|
||||
* matlab zone converter tzconv has been added
|
||||
* building with icc 13 works now
|
||||
* many gcc warnings are fixed
|
||||
* See info page examples and/or README.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 14 15:02:04 UTC 2012 - sweet_f_a@gmx.de
|
||||
|
||||
|
@@ -1,8 +1,7 @@
|
||||
|
||||
#
|
||||
# spec file for package dateutils
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,10 +15,11 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%define xversion 0.2.3
|
||||
|
||||
%define xversion 0.2.4
|
||||
|
||||
Name: dateutils
|
||||
Version: 0.2.3
|
||||
Version: 0.2.4
|
||||
Release: 0
|
||||
Summary: Nifty command line date and time utilities
|
||||
License: BSD-3-Clause
|
||||
@@ -83,7 +83,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%doc %{_docdir}/%{name}
|
||||
%{_bindir}/dadd
|
||||
%{_bindir}/dconv
|
||||
%{_bindir}/ddiff
|
||||
|
Reference in New Issue
Block a user