Accepting request 30879 from devel:tools

Copy from devel:tools/patch based on submit request 30879 from user agruen

OBS-URL: https://build.opensuse.org/request/show/30879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patch?expand=0&rev=17
This commit is contained in:
OBS User autobuild 2010-02-04 08:11:00 +00:00 committed by Git OBS Bridge
parent fc7cf49875
commit b9b24b06f2
4 changed files with 13 additions and 7 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5fbb52fed5c34cb3571296bbc4b48908c3ffacae5d010f0c48f5b762a4e478b
size 254560

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d1441380c92ed8572049411406964a0a987aefd228be3abb8623eca1f3ced8a
size 253719

View File

@ -1,4 +1,10 @@
-------------------------------------------------------------------
Sun Jan 31 16:22:05 CET 2010 - agruen@suse.de
- Version 2.6.1.9:
+ Skip another ed-dependent test when ed isn't installed.
+ More portability fixes.
-------------------------------------------------------------------
Wed Dec 30 17:14:24 CET 2009 - agruen@suse.de
- Version 2.6.1:

View File

@ -1,5 +1,5 @@
#
# spec file for package patch (Version 2.6.1)
# spec file for package patch (Version 2.6.1.9)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,13 +18,13 @@
# norootforbuild
Url: ftp://alpha.gnu.org/gnu/diffutils/
%define ver %version
%define ver 2.6.1-9-gf376c5d
Name: patch
License: GPLv3+
Group: Productivity/Text/Utilities
AutoReqProv: on
Version: 2.6.1
Version: 2.6.1.9
Release: 1
Summary: GNU patch
Source: ftp://alpha.gnu.org/gnu/patch/patch-%ver.tar.bz2
@ -43,7 +43,7 @@ Authors:
Paul Eggert
%prep
%setup -n patch-%ver
%setup -q -n patch-%ver
%patch -p1
%build