forked from pool/dateutils
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
This commit is contained in:
parent
3c50c2c009
commit
19b3fa9c1e
@ -1,23 +0,0 @@
|
|||||||
From 3e1c9a3768c4837ac812230c89fd89043eebeb2c Mon Sep 17 00:00:00 2001
|
|
||||||
From: Sebastian Freundt <freundt@ga-group.nl>
|
|
||||||
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
|
|
||||||
$
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1fe71d6f05705565612a61de848071bfb39fb604695c8052e8d7959c5f34a714
|
|
||||||
size 593016
|
|
3
dateutils-0.3.5.tar.xz
Normal file
3
dateutils-0.3.5.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cff341d3e6394627d98cb9643b9ca1235b839037ede58983c927df4f27ee31a7
|
||||||
|
size 593112
|
@ -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
|
Sun Jan 10 10:11:42 UTC 2016 - antoine.belvire@laposte.net
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define xversion 0.3.4
|
%define xversion 0.3.5
|
||||||
|
|
||||||
%define have_octave 0
|
%define have_octave 0
|
||||||
|
|
||||||
@ -39,15 +39,13 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: dateutils
|
Name: dateutils
|
||||||
Version: 0.3.4
|
Version: 0.3.5
|
||||||
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
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
Url: https://github.com/hroptatyr/dateutils/
|
Url: https://github.com/hroptatyr/dateutils/
|
||||||
Source: https://bitbucket.org/hroptatyr/dateutils/downloads/%{name}-%{version}.tar.xz
|
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: pkgconfig
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
@ -80,7 +78,6 @@ Dateutils can be used from within matlab or ocatave.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{xversion}
|
%setup -q -n %{name}-%{xversion}
|
||||||
%patch -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user