From 8348c5fad2fa1c94568338fc1f790aef6e5200f6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=81ukasz=20Stelmach?= Date: Wed, 15 Jan 2014 14:47:33 +0100 Subject: [PATCH] Import Upstream version 3.3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit + Upgrade to the upstream 3.3 + Adjust spec file to avoid problems reported by rpmlint + Drop stdio (272bfb8a) patch Change-Id: I68f886ca8c84088965f9b78983362a52394ac487 Signed-off-by: Łukasz Stelmach --- packaging/diffutils.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packaging/diffutils.spec b/packaging/diffutils.spec index 310feaf..7f5a0c9 100644 --- a/packaging/diffutils.spec +++ b/packaging/diffutils.spec @@ -1,15 +1,15 @@ Name: diffutils -Version: 3.2 +Version: 3.3 Release: 0 -License: GFDL-1.2 ; GPL-3.0+ +License: GPL-3.0+ and GFDL-1.3+ Summary: GNU diff Utilities Url: http://www.gnu.org/software/diffutils/ -Group: Productivity/Text/Utilities +Group: System/Utilities Source: %{name}-%{version}.tar.xz Source1001: diffutils.manifest BuildRequires: xz -Provides: diff -Obsoletes: diff +Provides: diff = %{version} +Obsoletes: diff < %{version} %description The GNU diff utilities find differences between files. diff is used to -- 2.7.4