From 764ed85681e8694ee063b683df8d1e39836bf204a6866352465369a255aa4827 Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Thu, 7 Feb 2013 20:42:50 +0000 Subject: [PATCH] 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 --- dateutils-0.2.3.tar.xz | 3 --- dateutils-0.2.4.tar.xz | 3 +++ dateutils.changes | 15 +++++++++++++++ dateutils.spec | 10 +++++----- 4 files changed, 23 insertions(+), 8 deletions(-) delete mode 100644 dateutils-0.2.3.tar.xz create mode 100644 dateutils-0.2.4.tar.xz diff --git a/dateutils-0.2.3.tar.xz b/dateutils-0.2.3.tar.xz deleted file mode 100644 index 4d30c3a..0000000 --- a/dateutils-0.2.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5404956c86e28a15efc211eaab2759699314915d1c2ac2226a380ab2d6c194d7 -size 317220 diff --git a/dateutils-0.2.4.tar.xz b/dateutils-0.2.4.tar.xz new file mode 100644 index 0000000..896d7ee --- /dev/null +++ b/dateutils-0.2.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8695d012e2588fcb2705b037b07ab58ce3473f3789877013873f2f0d0ad30d82 +size 475160 diff --git a/dateutils.changes b/dateutils.changes index 9a72d1c..1330434 100644 --- a/dateutils.changes +++ b/dateutils.changes @@ -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 diff --git a/dateutils.spec b/dateutils.spec index fcb0c80..7c07e1e 100644 --- a/dateutils.spec +++ b/dateutils.spec @@ -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