diff --git a/dateutils-0.2.2.tar.xz b/dateutils-0.2.2.tar.xz deleted file mode 100644 index 42f0e3b..0000000 --- a/dateutils-0.2.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ad956c7345da2c0aef76b2b9a8b513418407b5cc780237e8caf8bf7601a47d2 -size 296024 diff --git a/dateutils-0.2.3.tar.xz b/dateutils-0.2.3.tar.xz new file mode 100644 index 0000000..4d30c3a --- /dev/null +++ b/dateutils-0.2.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5404956c86e28a15efc211eaab2759699314915d1c2ac2226a380ab2d6c194d7 +size 317220 diff --git a/dateutils.changes b/dateutils.changes index a9d4d64..9a72d1c 100644 --- a/dateutils.changes +++ b/dateutils.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Sep 14 15:02:04 UTC 2012 - sweet_f_a@gmx.de + +- bump version 0.2.3, this is a bug fix and feature release. + * ISO 8601 week dates are now first class objectsi + (of type DT_YWD) + * introduce %rY specifier to denote years in calendars that + deviate from the Gregorian year + * dgrep accepts short-hand inputs (today, now, etc.) and also + inputs as specified by -i + * dadd'ing months and years to YMCW dates works now + * zoneinfo files with only transitions in the past are handled + properly (bug #10) + * dseq with just 1 argument is working properly (story #36051287) + * See info page examples and/or README. + ------------------------------------------------------------------- Fri Jul 20 18:01:13 UTC 2012 - sweet_f_a@gmx.de diff --git a/dateutils.spec b/dateutils.spec index bc85b56..8821e3f 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.2 +%define xversion 0.2.3 Name: dateutils -Version: 0.2.2 +Version: 0.2.3 Release: 0 Summary: Nifty command line date and time utilities License: BSD-3-Clause @@ -90,6 +90,7 @@ rm -rf %{buildroot} %{_bindir}/dtest %{_bindir}/strptime %doc %{_infodir}/%{name}.info* +%doc %{_mandir}/man1/%{name}.1* %doc %{_mandir}/man1/dadd.1* %doc %{_mandir}/man1/dconv.1* %doc %{_mandir}/man1/ddiff.1*