diff options
author | Łukasz Stelmach <l.stelmach@samsung.com> | 2014-01-15 14:47:33 +0100 |
---|---|---|
committer | Łukasz Stelmach <l.stelmach@samsung.com> | 2014-02-04 16:26:01 +0100 |
commit | 8348c5fad2fa1c94568338fc1f790aef6e5200f6 (patch) | |
tree | 79ac3dbf411c834b68bf1d1fc853becb8399caef | |
parent | 9f0048abd78a1f5205c1bc44e45fd3ebc6c9de5c (diff) | |
download | diffutils-8348c5fad2fa1c94568338fc1f790aef6e5200f6.tar.gz diffutils-8348c5fad2fa1c94568338fc1f790aef6e5200f6.tar.bz2 diffutils-8348c5fad2fa1c94568338fc1f790aef6e5200f6.zip |
Import Upstream version 3.3
+ 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 <l.stelmach@samsung.com>
-rw-r--r-- | packaging/diffutils.spec | 10 |
1 files 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 |