From 3c8b2f71adf93efa5508051ec8a97eaca7addfc220f37710cb0d8e111861e42f Mon Sep 17 00:00:00 2001 From: Ruediger Meier Date: Mon, 23 Jul 2012 21:20:11 +0000 Subject: [PATCH] Accepting request 128806 from home:rudi_m - bump version 0.2.2, this is a bug fix and feature release. * Olson's zoneinfo database files are checked for at configure time * leap-aware calculations use shipped leapseconds file * ddiff and dadd can take leap-second transitions into account * issue 7: ddiff without arguments does not segfault * issue 8: dadd copes with huge summands * issue 9: dadd stumbles on ymcw dates * bug 33104651: bday negative difference A > B ddiff A B -f %db is wrong * See info page examples and/or README. OBS-URL: https://build.opensuse.org/request/show/128806 OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=17 --- dateutils-0.2.1.tar.xz | 3 --- dateutils-0.2.2.tar.xz | 3 +++ dateutils.changes | 17 ++++++++++++++++- dateutils.spec | 7 ++++--- 4 files changed, 23 insertions(+), 7 deletions(-) delete mode 100644 dateutils-0.2.1.tar.xz create mode 100644 dateutils-0.2.2.tar.xz diff --git a/dateutils-0.2.1.tar.xz b/dateutils-0.2.1.tar.xz deleted file mode 100644 index 1c663d6..0000000 --- a/dateutils-0.2.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:72f9aa98e502d6bf38f0cd11ab2b7517476c5d210668a700de73ae8f0b363ee2 -size 281196 diff --git a/dateutils-0.2.2.tar.xz b/dateutils-0.2.2.tar.xz new file mode 100644 index 0000000..42f0e3b --- /dev/null +++ b/dateutils-0.2.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad956c7345da2c0aef76b2b9a8b513418407b5cc780237e8caf8bf7601a47d2 +size 296024 diff --git a/dateutils.changes b/dateutils.changes index 1dcc580..a9d4d64 100644 --- a/dateutils.changes +++ b/dateutils.changes @@ -1,7 +1,22 @@ +------------------------------------------------------------------- +Fri Jul 20 18:01:13 UTC 2012 - sweet_f_a@gmx.de + +- bump version 0.2.2, this is a bug fix and feature release. + * Olson's zoneinfo database files are checked for at configure + time + * leap-aware calculations use shipped leapseconds file + * ddiff and dadd can take leap-second transitions into account + * issue 7: ddiff without arguments does not segfault + * issue 8: dadd copes with huge summands + * issue 9: dadd stumbles on ymcw dates + * bug 33104651: bday negative difference A > B ddiff A B -f %db + is wrong + * See info page examples and/or README. + ------------------------------------------------------------------- Tue Jun 19 08:32:30 UTC 2012 - sweet_f_a@gmx.de -- bump version v0.2.1, this is a bug fix and feature release. +- bump version 0.2.1, this is a bug fix and feature release. * The dadd tool now supports mass-adding durations (from stdin). * The ddiff tool is now time zone aware. * A new tool dround is added to round dates or times or diff --git a/dateutils.spec b/dateutils.spec index e46ecdb..bc85b56 100644 --- a/dateutils.spec +++ b/dateutils.spec @@ -16,10 +16,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%define xversion 0.2.1 +%define xversion 0.2.2 Name: dateutils -Version: 0.2.1 +Version: 0.2.2 Release: 0 Summary: Nifty command line date and time utilities License: BSD-3-Clause @@ -102,6 +102,7 @@ rm -rf %{buildroot} %files devel %defattr(-,root,root,-) %{_includedir}/dateutils/ -%{_libdir}/pkgconfig/libdu[dt]*core.pc +%{_libdir}/libdut.a +%{_libdir}/pkgconfig/libdut.pc %changelog