From 19b3fa9c1ea3181e460d9dedc1f91f224a65ef68555bb23badb10f557e3215e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Sat, 23 Jan 2016 09:26:03 +0000 Subject: [PATCH] Accepting request 355470 from home:rudi_m - bump version 0.3.5, this is a bugfix release. * Bugfixes: - bug/40, distinguish between numerals-only dates and durations - tests will succeed independent of current date * See info page examples and/or README. - remove dateutils-0.3.4-fix-test-126.patch (upstream applied) OBS-URL: https://build.opensuse.org/request/show/355470 OBS-URL: https://build.opensuse.org/package/show/utilities/dateutils?expand=0&rev=44 --- dateutils-0.3.4-fix-test-126.patch | 23 ----------------------- dateutils-0.3.4.tar.xz | 3 --- dateutils-0.3.5.tar.xz | 3 +++ dateutils.changes | 10 ++++++++++ dateutils.spec | 7 ++----- 5 files changed, 15 insertions(+), 31 deletions(-) delete mode 100644 dateutils-0.3.4-fix-test-126.patch delete mode 100644 dateutils-0.3.4.tar.xz create mode 100644 dateutils-0.3.5.tar.xz diff --git a/dateutils-0.3.4-fix-test-126.patch b/dateutils-0.3.4-fix-test-126.patch deleted file mode 100644 index 7279b34..0000000 --- a/dateutils-0.3.4-fix-test-126.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 3e1c9a3768c4837ac812230c89fd89043eebeb2c Mon Sep 17 00:00:00 2001 -From: Sebastian Freundt -Date: Fri, 8 Jan 2016 06:38:43 +0000 -Subject: [PATCH] test, fix, it's 2016 - ---- - test/dconv.126.clit | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/test/dconv.126.clit b/test/dconv.126.clit -index 80f8e74..a852056 100644 ---- a/test/dconv.126.clit -+++ b/test/dconv.126.clit -@@ -1,7 +1,7 @@ - #!/usr/bin/clitoris ## -*- shell-script -*- - --$ dconv -i '%_b%_y' K5 -f '%Y-%m' --2015-05 -+$ dconv -i '%_b%_y' K7 -f '%Y-%m' -+2017-05 - $ dconv -i '%_b%_y' Z2 -f '%Y-%m' - 2022-12 - $ diff --git a/dateutils-0.3.4.tar.xz b/dateutils-0.3.4.tar.xz deleted file mode 100644 index cea054e..0000000 --- a/dateutils-0.3.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fe71d6f05705565612a61de848071bfb39fb604695c8052e8d7959c5f34a714 -size 593016 diff --git a/dateutils-0.3.5.tar.xz b/dateutils-0.3.5.tar.xz new file mode 100644 index 0000000..48a5ddc --- /dev/null +++ b/dateutils-0.3.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cff341d3e6394627d98cb9643b9ca1235b839037ede58983c927df4f27ee31a7 +size 593112 diff --git a/dateutils.changes b/dateutils.changes index 5699c41..a9fb370 100644 --- a/dateutils.changes +++ b/dateutils.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 22 22:45:28 UTC 2016 - sweet_f_a@gmx.de + +- bump version 0.3.5, this is a bugfix release. + * Bugfixes: + - bug/40, distinguish between numerals-only dates and durations + - tests will succeed independent of current date + * See info page examples and/or README. +- remove dateutils-0.3.4-fix-test-126.patch (upstream applied) + ------------------------------------------------------------------- Sun Jan 10 10:11:42 UTC 2016 - antoine.belvire@laposte.net diff --git a/dateutils.spec b/dateutils.spec index 890d4c5..a375685 100644 --- a/dateutils.spec +++ b/dateutils.spec @@ -16,7 +16,7 @@ # -%define xversion 0.3.4 +%define xversion 0.3.5 %define have_octave 0 @@ -39,15 +39,13 @@ %endif Name: dateutils -Version: 0.3.4 +Version: 0.3.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: https://bitbucket.org/hroptatyr/dateutils/downloads/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM dateutils-0.3.4-fix-test-126 -- Fix the test that was failing due to year change (from upstream) -Patch: dateutils-0.3.4-fix-test-126.patch BuildRequires: pkgconfig BuildRequires: xz %if 0%{?suse_version} @@ -80,7 +78,6 @@ Dateutils can be used from within matlab or ocatave. %prep %setup -q -n %{name}-%{xversion} -%patch -p1 %build %configure \