forked from pool/patch
Accepting request 39416 from devel:tools
checked in (request 39416) OBS-URL: https://build.opensuse.org/request/show/39416 OBS-URL: https://build.opensuse.org/package/show/devel:tools/patch?expand=0&rev=19
This commit is contained in:
parent
e6cdd7d5c3
commit
fb3b41f19d
3
patch-2.6.1.65-0c83.tar.bz2
Normal file
3
patch-2.6.1.65-0c83.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:dcf36e73f3ad03978350a1064b02fe3e187d1e5d77936eb326d9bb123bcca58b
|
||||||
|
size 590393
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:43c52e50a87c3d6895fed2dbdb33a021f77320ce0688de37bceba58e9b000d74
|
|
||||||
size 593415
|
|
@ -1,12 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Wed May 5 01:28:12 CEST 2010 - agruen@suse.de
|
|
||||||
|
|
||||||
- Version 2.6.1.81:
|
|
||||||
+ Fix backup file detection for deleted files
|
|
||||||
+ Allow to create and delete empty files
|
|
||||||
+ Stick to the best name in the reversed-patch check
|
|
||||||
+ Various portability improvements
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 2 15:57:54 CEST 2010 - agruen@suse.de
|
Sun May 2 15:57:54 CEST 2010 - agruen@suse.de
|
||||||
|
|
||||||
|
@ -18,16 +18,16 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Url: ftp://alpha.gnu.org/gnu/diffutils/
|
Url: ftp://alpha.gnu.org/gnu/diffutils/
|
||||||
%define hash -5b68
|
%define ver 2.6.1.65-0c83
|
||||||
|
|
||||||
Name: patch
|
Name: patch
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.6.1.81
|
Version: 2.6.1.65
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: GNU patch
|
Summary: GNU patch
|
||||||
Source: ftp://alpha.gnu.org/gnu/patch/patch-%version%hash.tar.bz2
|
Source: ftp://alpha.gnu.org/gnu/patch/patch-%ver.tar.bz2
|
||||||
Patch: unified-reject-files-compat.diff
|
Patch: unified-reject-files-compat.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
@ -43,7 +43,7 @@ Authors:
|
|||||||
Paul Eggert
|
Paul Eggert
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n patch-%version%hash
|
%setup -q -n patch-%ver
|
||||||
%patch -p1
|
%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user