From e2c9334e5c5fb3e956bf1280be8d7783272777ec493b482d61fb5010b25e0335 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Mon, 6 Apr 2009 08:32:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patch?expand=0&rev=8 --- patch-2.5.9-70-g71a9b5b.tar.gz | 3 --- patch-2.5.9-77-g1ce9b30.tar.gz | 3 +++ patch.changes | 7 +++++++ patch.spec | 13 ++++++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 patch-2.5.9-70-g71a9b5b.tar.gz create mode 100644 patch-2.5.9-77-g1ce9b30.tar.gz diff --git a/patch-2.5.9-70-g71a9b5b.tar.gz b/patch-2.5.9-70-g71a9b5b.tar.gz deleted file mode 100644 index 08600f8..0000000 --- a/patch-2.5.9-70-g71a9b5b.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3645c3b7a0e9d77ed2136a122f28df472d812f0349c038ed13e1194f6f8d170b -size 240329 diff --git a/patch-2.5.9-77-g1ce9b30.tar.gz b/patch-2.5.9-77-g1ce9b30.tar.gz new file mode 100644 index 0000000..08b0ebc --- /dev/null +++ b/patch-2.5.9-77-g1ce9b30.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cebda4f60db7ef22c5a85945b4ed8d502d0aced08c9f454df7ca0d3eef3bc933 +size 241297 diff --git a/patch.changes b/patch.changes index 85a2cc5..a2daddd 100644 --- a/patch.changes +++ b/patch.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 3 22:35:33 CEST 2009 - agruen@suse.de + +- Update to version patch-2.5.9.77: updated manpage and NEWS, no + strict depenency on ed in the test suite anymore, and slightly + improved handling of asymmetric hunks. + ------------------------------------------------------------------- Thu Apr 2 16:21:14 CEST 2009 - agruen@suse.de diff --git a/patch.spec b/patch.spec index 8240526..33f9667 100644 --- a/patch.spec +++ b/patch.spec @@ -1,5 +1,5 @@ # -# spec file for package patch (Version 2.5.9.70) +# spec file for package patch (Version 2.5.9.77) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,14 +18,13 @@ # norootforbuild Url: ftp://alpha.gnu.org/gnu/diffutils/ -%define ver 2.5.9-70-g71a9b5b +%define ver 2.5.9-77-g1ce9b30 Name: patch -BuildRequires: ed -License: GPL v2 or later +License: GPL v3 or later Group: Productivity/Text/Utilities AutoReqProv: on -Version: 2.5.9.70 +Version: 2.5.9.77 Release: 1 Summary: GNU patch Source: ftp://alpha.gnu.org/gnu/patch/patch-%ver.tar.gz @@ -63,6 +62,10 @@ make install DESTDIR=$RPM_BUILD_ROOT %doc %{_mandir}/man1/patch.1.gz %changelog +* Fri Apr 03 2009 agruen@suse.de +- Update to version patch-2.5.9.77: updated manpage and NEWS, no + strict depenency on ed in the test suite anymore, and slightly + improved handling of asymmetric hunks. * Thu Apr 02 2009 agruen@suse.de - Update to version patch-2.5.9.69 which has all our patches merged in one form or anther, along with many other fixes and