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
This commit is contained in:
parent
b6a1696386
commit
3c8b2f71ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:72f9aa98e502d6bf38f0cd11ab2b7517476c5d210668a700de73ae8f0b363ee2
|
|
||||||
size 281196
|
|
3
dateutils-0.2.2.tar.xz
Normal file
3
dateutils-0.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ad956c7345da2c0aef76b2b9a8b513418407b5cc780237e8caf8bf7601a47d2
|
||||||
|
size 296024
|
@ -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
|
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 dadd tool now supports mass-adding durations (from stdin).
|
||||||
* The ddiff tool is now time zone aware.
|
* The ddiff tool is now time zone aware.
|
||||||
* A new tool dround is added to round dates or times or
|
* A new tool dround is added to round dates or times or
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
%define xversion 0.2.1
|
%define xversion 0.2.2
|
||||||
|
|
||||||
Name: dateutils
|
Name: dateutils
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Nifty command line date and time utilities
|
Summary: Nifty command line date and time utilities
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -102,6 +102,7 @@ rm -rf %{buildroot}
|
|||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/dateutils/
|
%{_includedir}/dateutils/
|
||||||
%{_libdir}/pkgconfig/libdu[dt]*core.pc
|
%{_libdir}/libdut.a
|
||||||
|
%{_libdir}/pkgconfig/libdut.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user