From 6ae4ec358879b20eddc2a1f57c5642e1f31b79b1b169a2ab09ea2ac3da3b8526 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 6 Mar 2018 10:05:53 +0000 Subject: [PATCH] Accepting request 583246 from home:rudi_m - bump version 0.4.3 * Features: - base expansion works for times now * Bugfixes: - durations in months weeks and days are calculated like durations in months and days, consistency - am and pm indicators in inputs are handled properly - military midnights decay when not printed in full - revert non-portable changes of the last commit (SLE 11 build) OBS-URL: https://build.opensuse.org/request/show/583246 OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=57 --- dateutils-0.4.2.tar.asc | 7 ------- dateutils-0.4.2.tar.xz | 3 --- dateutils-0.4.3.tar.asc | 7 +++++++ dateutils-0.4.3.tar.xz | 3 +++ dateutils.changes | 17 +++++++++++++++++ dateutils.spec | 7 +++++-- 6 files changed, 32 insertions(+), 12 deletions(-) delete mode 100644 dateutils-0.4.2.tar.asc delete mode 100644 dateutils-0.4.2.tar.xz create mode 100644 dateutils-0.4.3.tar.asc create mode 100644 dateutils-0.4.3.tar.xz diff --git a/dateutils-0.4.2.tar.asc b/dateutils-0.4.2.tar.asc deleted file mode 100644 index fb30da8..0000000 --- a/dateutils-0.4.2.tar.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.22 (GNU/Linux) - -iEYEABECAAYFAlmH8eYACgkQlMmhrILJOQ4uowCgig+tN2QM3UWBQGP8K5X1/7cn -mOMAn09ezqnktxFnCi9+8pyzEc5vmh8e -=j2pq ------END PGP SIGNATURE----- diff --git a/dateutils-0.4.2.tar.xz b/dateutils-0.4.2.tar.xz deleted file mode 100644 index 912555e..0000000 --- a/dateutils-0.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ecdae892584098ee9d8f5b14bd555fd63e09d1199cb75aac6b02f09c7e2eb46b -size 620196 diff --git a/dateutils-0.4.3.tar.asc b/dateutils-0.4.3.tar.asc new file mode 100644 index 0000000..b223a43 --- /dev/null +++ b/dateutils-0.4.3.tar.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2 + +iEYEABECAAYFAlqX3AwACgkQlMmhrILJOQ5MfQCfaGEJxOsBqL65wLUuCHMcQLIy +uiAAnimBb1IwPc0pTJjQljf7sl0jNuA5 +=c0m1 +-----END PGP SIGNATURE----- diff --git a/dateutils-0.4.3.tar.xz b/dateutils-0.4.3.tar.xz new file mode 100644 index 0000000..ca993f8 --- /dev/null +++ b/dateutils-0.4.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0d579062bc957823fb7efcb2c520fb6fb43ab79a352026402b06ecfc4c58f1a +size 631216 diff --git a/dateutils.changes b/dateutils.changes index 7d8f5f1..0c07907 100644 --- a/dateutils.changes +++ b/dateutils.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sat Mar 3 19:38:04 UTC 2018 - sweet_f_a@gmx.de + +- bump version 0.4.3 + * Features: + - base expansion works for times now + * Bugfixes: + - durations in months weeks and days are calculated + like durations in months and days, consistency + - am and pm indicators in inputs are handled properly + - military midnights decay when not printed in full + +------------------------------------------------------------------- +Thu Nov 9 10:01:28 UTC 2017 - sweet_f_a@gmx.de + +- revert non-portable changes of the last commit (SLE 11 build) + ------------------------------------------------------------------- Wed Oct 18 06:37:06 UTC 2017 - aavindraa@gmail.com diff --git a/dateutils.spec b/dateutils.spec index ed1a4a8..9632831 100644 --- a/dateutils.spec +++ b/dateutils.spec @@ -34,7 +34,7 @@ %define have_octave 1 %endif Name: dateutils -Version: 0.4.2 +Version: 0.4.3 Release: 0 Summary: Nifty command line date and time utilities License: BSD-3-Clause @@ -44,13 +44,14 @@ Source: https://github.com/hroptatyr/dateutils/releases/download/v%{vers Source1: https://github.com/hroptatyr/dateutils/releases/download/v%{version}/%{name}-%{version}.tar.asc BuildRequires: pkgconfig BuildRequires: xz -Requires(pre): info %if 0%{?suse_version} BuildRequires: timezone %endif %if %{have_octave} BuildRequires: octave-devel %endif +BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires(pre): info %description Dateutils are a bunch of tools that revolve around fiddling with dates @@ -104,6 +105,7 @@ fi %endif %files +%defattr(-,root,root) %doc %{_docdir}/%{name} %{_bindir}/dadd %{_bindir}/dconv @@ -151,6 +153,7 @@ fi %if %{have_octave} %files octave +%defattr(-,root,root) %dir %{_libdir}/octave/site/oct/*/dateutils/ %{_libdir}/octave/site/oct/*/dateutils/tzconv.m %{_libdir}/octave/site/oct/*/dateutils/tzconv.mex