From 9e81b3787261e2bb43ad72e4e0f347f7271cfd1dc07771300a1fd4cbe8d0c5c7 Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Mon, 29 Jul 2013 10:07:52 +0000 Subject: [PATCH] Accepting request 184584 from home:rudi_m - bump version 0.2.5, this is a bug fix release. * issue 18, long inputs to a short specifier string will yield an error * consume zone specs (a la +1200) in the input via %Z specifier * ddiff's stdin stamps will undergo conversion according to --from-zone * clean up dist for inclusion in debian * See info page examples and/or README.- OBS-URL: https://build.opensuse.org/request/show/184584 OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=22 --- dateutils-0.2.4.tar.xz | 3 --- dateutils-0.2.5.tar.xz | 3 +++ dateutils.changes | 12 ++++++++++++ dateutils.spec | 8 ++++---- 4 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 dateutils-0.2.4.tar.xz create mode 100644 dateutils-0.2.5.tar.xz diff --git a/dateutils-0.2.4.tar.xz b/dateutils-0.2.4.tar.xz deleted file mode 100644 index 896d7ee..0000000 --- a/dateutils-0.2.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8695d012e2588fcb2705b037b07ab58ce3473f3789877013873f2f0d0ad30d82 -size 475160 diff --git a/dateutils-0.2.5.tar.xz b/dateutils-0.2.5.tar.xz new file mode 100644 index 0000000..94bc082 --- /dev/null +++ b/dateutils-0.2.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ecf1f92e1282f4975031f63148b5c778ce70b404a30846fb6bc5de64d3f3211 +size 478180 diff --git a/dateutils.changes b/dateutils.changes index 1330434..f65e56d 100644 --- a/dateutils.changes +++ b/dateutils.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jul 25 09:43:43 UTC 2013 - sweet_f_a@gmx.de + +- bump version 0.2.5, this is a bug fix release. + * issue 18, long inputs to a short specifier string will yield an + error + * consume zone specs (a la +1200) in the input via %Z specifier + * ddiff's stdin stamps will undergo conversion according to + --from-zone + * clean up dist for inclusion in debian + * See info page examples and/or README.- + ------------------------------------------------------------------- Thu Feb 7 16:58:01 UTC 2013 - sweet_f_a@gmx.de diff --git a/dateutils.spec b/dateutils.spec index 7c07e1e..0920ef1 100644 --- a/dateutils.spec +++ b/dateutils.spec @@ -16,16 +16,16 @@ # -%define xversion 0.2.4 +%define xversion 0.2.5 Name: dateutils -Version: 0.2.4 +Version: 0.2.5 Release: 0 Summary: Nifty command line date and time utilities License: BSD-3-Clause Group: Productivity/Text/Utilities -URL: https://github.com/hroptatyr/dateutils/ -Source: %{name}-%{version}.tar.xz +Url: https://github.com/hroptatyr/dateutils/ +Source: https://bitbucket.org/hroptatyr/dateutils/downloads/%{name}-%{version}.tar.xz BuildRequires: pkgconfig BuildRequires: xz %if 0%{?suse_version}