SHA256
1
0
forked from pool/patch

Accepting request 27158 from devel:tools

Copy from devel:tools/patch based on submit request 27158 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/27158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patch?expand=0&rev=15
This commit is contained in:
OBS User autobuild 2009-12-21 13:32:32 +00:00 committed by Git OBS Bridge
parent e15ff121e8
commit 2ff96b8001
4 changed files with 13 additions and 8 deletions

View File

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

3
patch-2.6.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Nov 13 15:45:06 CET 2009 - agruen@suse.de
- Version 2.6.
-------------------------------------------------------------------
Mon Sep 7 13:30:46 CEST 2009 - agruen@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package patch (Version 2.5.9.122)
# spec file for package patch (Version 2.6)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -18,13 +18,13 @@
# norootforbuild
Url: ftp://alpha.gnu.org/gnu/diffutils/
%define ver 2.5.9-122-gba37782
%define ver %version
Name: patch
License: GPL v3 or later
License: GPLv3+
Group: Productivity/Text/Utilities
AutoReqProv: on
Version: 2.5.9.122
Version: 2.6
Release: 1
Summary: GNU patch
Source: ftp://alpha.gnu.org/gnu/patch/patch-%ver.tar.bz2
@ -49,7 +49,7 @@ Authors:
%build
CFLAGS="$RPM_OPT_FLAGS -Wall -O2 -pipe" \
./configure --prefix=%{_prefix}
make
make %{?jobs:-j%jobs};
%check
make check