Hello community, here is the log from the commit of package dateutils for openSUSE:Factory checked in at 2016-01-12 16:13:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dateutils (Old) and /work/SRC/openSUSE:Factory/.dateutils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dateutils" Changes: -------- --- /work/SRC/openSUSE:Factory/dateutils/dateutils.changes 2015-09-02 00:36:50.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dateutils.new/dateutils.changes 2016-01-12 16:13:29.000000000 +0100 @@ -1,0 +2,11 @@ +Sun Jan 10 10:11:42 UTC 2016 - antoine.belv...@laposte.net + +- Fix build: + * add dateutils-0.3.4-fix-test-126.patch (from upstream) + +------------------------------------------------------------------- +Wed Sep 2 13:34:24 UTC 2015 - sweet_...@gmx.de + +- remove old obsoletes line for devel package + +------------------------------------------------------------------- New: ---- dateutils-0.3.4-fix-test-126.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dateutils.spec ++++++ --- /var/tmp/diff_new_pack.Uho1IV/_old 2016-01-12 16:13:30.000000000 +0100 +++ /var/tmp/diff_new_pack.Uho1IV/_new 2016-01-12 16:13:30.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package dateutils # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -46,6 +46,8 @@ 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} @@ -56,7 +58,6 @@ %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires(pre): info -Obsoletes: %{name}-devel %description Dateutils are a bunch of tools that revolve around fiddling with dates @@ -79,6 +80,7 @@ %prep %setup -q -n %{name}-%{xversion} +%patch -p1 %build %configure \ ++++++ dateutils-0.3.4-fix-test-126.patch ++++++ >From 3e1c9a3768c4837ac812230c89fd89043eebeb2c Mon Sep 17 00:00:00 2001 From: Sebastian Freundt <freu...@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 $