From e6cdd7d5c34ea90ad3238a9bf6bbff5e8a36c574f40201d0748e8dace5b55591 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Tue, 4 May 2010 23:37:55 +0000 Subject: [PATCH 1/3] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:tools/patch?expand=0&rev=18 --- patch-2.6.1.65-0c83.tar.bz2 | 3 --- patch-2.6.1.81-5b68.tar.bz2 | 3 +++ patch.changes | 9 +++++++++ patch.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 patch-2.6.1.65-0c83.tar.bz2 create mode 100644 patch-2.6.1.81-5b68.tar.bz2 diff --git a/patch-2.6.1.65-0c83.tar.bz2 b/patch-2.6.1.65-0c83.tar.bz2 deleted file mode 100644 index 76d7c0a..0000000 --- a/patch-2.6.1.65-0c83.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcf36e73f3ad03978350a1064b02fe3e187d1e5d77936eb326d9bb123bcca58b -size 590393 diff --git a/patch-2.6.1.81-5b68.tar.bz2 b/patch-2.6.1.81-5b68.tar.bz2 new file mode 100644 index 0000000..f7ac3a3 --- /dev/null +++ b/patch-2.6.1.81-5b68.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c52e50a87c3d6895fed2dbdb33a021f77320ce0688de37bceba58e9b000d74 +size 593415 diff --git a/patch.changes b/patch.changes index b55c852..4042885 100644 --- a/patch.changes +++ b/patch.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/patch.spec b/patch.spec index 85b4036..9b52290 100644 --- a/patch.spec +++ b/patch.spec @@ -18,16 +18,16 @@ # norootforbuild Url: ftp://alpha.gnu.org/gnu/diffutils/ -%define ver 2.6.1.65-0c83 +%define hash -5b68 Name: patch License: GPLv3+ Group: Productivity/Text/Utilities AutoReqProv: on -Version: 2.6.1.65 +Version: 2.6.1.81 Release: 1 Summary: GNU patch -Source: ftp://alpha.gnu.org/gnu/patch/patch-%ver.tar.bz2 +Source: ftp://alpha.gnu.org/gnu/patch/patch-%version%hash.tar.bz2 Patch: unified-reject-files-compat.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,7 +43,7 @@ Authors: Paul Eggert %prep -%setup -q -n patch-%ver +%setup -q -n patch-%version%hash %patch -p1 %build From fb3b41f19da041fd68e4d21b5f93e76512b3364596e588c37b276e411095f9cb Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Wed, 5 May 2010 20:51:17 +0000 Subject: [PATCH 2/3] 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 --- patch-2.6.1.65-0c83.tar.bz2 | 3 +++ patch-2.6.1.81-5b68.tar.bz2 | 3 --- patch.changes | 9 --------- patch.spec | 8 ++++---- 4 files changed, 7 insertions(+), 16 deletions(-) create mode 100644 patch-2.6.1.65-0c83.tar.bz2 delete mode 100644 patch-2.6.1.81-5b68.tar.bz2 diff --git a/patch-2.6.1.65-0c83.tar.bz2 b/patch-2.6.1.65-0c83.tar.bz2 new file mode 100644 index 0000000..76d7c0a --- /dev/null +++ b/patch-2.6.1.65-0c83.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dcf36e73f3ad03978350a1064b02fe3e187d1e5d77936eb326d9bb123bcca58b +size 590393 diff --git a/patch-2.6.1.81-5b68.tar.bz2 b/patch-2.6.1.81-5b68.tar.bz2 deleted file mode 100644 index f7ac3a3..0000000 --- a/patch-2.6.1.81-5b68.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43c52e50a87c3d6895fed2dbdb33a021f77320ce0688de37bceba58e9b000d74 -size 593415 diff --git a/patch.changes b/patch.changes index 4042885..b55c852 100644 --- a/patch.changes +++ b/patch.changes @@ -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 diff --git a/patch.spec b/patch.spec index 9b52290..85b4036 100644 --- a/patch.spec +++ b/patch.spec @@ -18,16 +18,16 @@ # norootforbuild Url: ftp://alpha.gnu.org/gnu/diffutils/ -%define hash -5b68 +%define ver 2.6.1.65-0c83 Name: patch License: GPLv3+ Group: Productivity/Text/Utilities AutoReqProv: on -Version: 2.6.1.81 +Version: 2.6.1.65 Release: 1 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,7 +43,7 @@ Authors: Paul Eggert %prep -%setup -q -n patch-%version%hash +%setup -q -n patch-%ver %patch -p1 %build From 1a4053bd8ee2325de2c9d6fa153485125de945ff2cfcd6b9ca4526dda09f8fb7 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 5 May 2010 20:51:18 +0000 Subject: [PATCH 3/3] Updating link to change in openSUSE:Factory/patch revision 20.0 OBS-URL: https://build.opensuse.org/package/show/devel:tools/patch?expand=0&rev=1fb07bfae10cb5cabf8c560f45b3402d --- patch-2.6.1.65-0c83.tar.bz2 | 3 --- patch-2.6.1.81-5b68.tar.bz2 | 3 +++ patch.changes | 9 +++++++++ patch.spec | 10 +++++----- 4 files changed, 17 insertions(+), 8 deletions(-) delete mode 100644 patch-2.6.1.65-0c83.tar.bz2 create mode 100644 patch-2.6.1.81-5b68.tar.bz2 diff --git a/patch-2.6.1.65-0c83.tar.bz2 b/patch-2.6.1.65-0c83.tar.bz2 deleted file mode 100644 index 76d7c0a..0000000 --- a/patch-2.6.1.65-0c83.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dcf36e73f3ad03978350a1064b02fe3e187d1e5d77936eb326d9bb123bcca58b -size 590393 diff --git a/patch-2.6.1.81-5b68.tar.bz2 b/patch-2.6.1.81-5b68.tar.bz2 new file mode 100644 index 0000000..f7ac3a3 --- /dev/null +++ b/patch-2.6.1.81-5b68.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c52e50a87c3d6895fed2dbdb33a021f77320ce0688de37bceba58e9b000d74 +size 593415 diff --git a/patch.changes b/patch.changes index b55c852..4042885 100644 --- a/patch.changes +++ b/patch.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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 diff --git a/patch.spec b/patch.spec index 85b4036..d22ff60 100644 --- a/patch.spec +++ b/patch.spec @@ -1,5 +1,5 @@ # -# spec file for package patch (Version 2.6.1.65) +# spec file for package patch (Version 2.6.1.81) # # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,16 +18,16 @@ # norootforbuild Url: ftp://alpha.gnu.org/gnu/diffutils/ -%define ver 2.6.1.65-0c83 +%define hash -5b68 Name: patch License: GPLv3+ Group: Productivity/Text/Utilities AutoReqProv: on -Version: 2.6.1.65 +Version: 2.6.1.81 Release: 1 Summary: GNU patch -Source: ftp://alpha.gnu.org/gnu/patch/patch-%ver.tar.bz2 +Source: ftp://alpha.gnu.org/gnu/patch/patch-%version%hash.tar.bz2 Patch: unified-reject-files-compat.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -43,7 +43,7 @@ Authors: Paul Eggert %prep -%setup -q -n patch-%ver +%setup -q -n patch-%version%hash %patch -p1 %build