From 085266c63669bd57c65dde2fd4d5897408713d3e468520de680c9f5f22a619c7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 20 Jun 2009 03:11:45 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patch?expand=0&rev=11 --- patch-2.5.9-104-gaba1379.tar.gz | 3 --- patch-2.5.9-118-g4e89466.tar.bz2 | 3 +++ patch.changes | 20 ++++++++++++++++++++ patch.spec | 22 ++++++++++++++++++---- 4 files changed, 41 insertions(+), 7 deletions(-) delete mode 100644 patch-2.5.9-104-gaba1379.tar.gz create mode 100644 patch-2.5.9-118-g4e89466.tar.bz2 diff --git a/patch-2.5.9-104-gaba1379.tar.gz b/patch-2.5.9-104-gaba1379.tar.gz deleted file mode 100644 index a4d99a1..0000000 --- a/patch-2.5.9-104-gaba1379.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:567ce85bef44cb233741879d8a244c60304889cf5464a427298be13240091869 -size 293628 diff --git a/patch-2.5.9-118-g4e89466.tar.bz2 b/patch-2.5.9-118-g4e89466.tar.bz2 new file mode 100644 index 0000000..be40c87 --- /dev/null +++ b/patch-2.5.9-118-g4e89466.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85c0b63832ff2e443a2c5662b596aa5cc594805477764e9268a0c465ee5d1638 +size 245065 diff --git a/patch.changes b/patch.changes index 2c779fb..344f9ef 100644 --- a/patch.changes +++ b/patch.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Jun 19 08:33:32 CEST 2009 - agruen@suse.de + +- Version 2.5.9.118: + + Change the default value of PATCH_GET to 0. + + When merging, make sure that hunks will not end up "out of order" + + When the file to patch is specified on the command line, + apply all patches to that file + + Some portability fixes/improvements + + Don't fail when removing nonexistent files in move_file + +------------------------------------------------------------------- +Wed Apr 8 16:47:49 CEST 2009 - agruen@suse.de + +- Version 2.5.9.109: + + Preserve timestamps in reject files. + + Add support for sending output to standard output. + + Allow special characters in filenames read interactively. + + Don't forget to NUL terminate ptimestr in fetchname(). + ------------------------------------------------------------------- Tue Apr 7 14:29:16 CEST 2009 - agruen@suse.de diff --git a/patch.spec b/patch.spec index 12f8e00..42c77ed 100644 --- a/patch.spec +++ b/patch.spec @@ -1,5 +1,5 @@ # -# spec file for package patch (Version 2.5.9.104) +# spec file for package patch (Version 2.5.9.118) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -18,16 +18,16 @@ # norootforbuild Url: ftp://alpha.gnu.org/gnu/diffutils/ -%define ver 2.5.9-104-gaba1379 +%define ver 2.5.9-118-g4e89466 Name: patch License: GPL v3 or later Group: Productivity/Text/Utilities AutoReqProv: on -Version: 2.5.9.104 +Version: 2.5.9.118 Release: 1 Summary: GNU patch -Source: ftp://alpha.gnu.org/gnu/patch/patch-%ver.tar.gz +Source: ftp://alpha.gnu.org/gnu/patch/patch-%ver.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -62,6 +62,20 @@ make install DESTDIR=$RPM_BUILD_ROOT %doc %{_mandir}/man1/patch.1.gz %changelog +* Fri Jun 19 2009 agruen@suse.de +- Version 2.5.9.118: + + Change the default value of PATCH_GET to 0. + + When merging, make sure that hunks will not end up "out of order" + + When the file to patch is specified on the command line, + apply all patches to that file + + Some portability fixes/improvements + + Don't fail when removing nonexistent files in move_file +* Wed Apr 08 2009 agruen@suse.de +- Version 2.5.9.109: + + Preserve timestamps in reject files. + + Add support for sending output to standard output. + + Allow special characters in filenames read interactively. + + Don't forget to NUL terminate ptimestr in fetchname(). * Tue Apr 07 2009 agruen@suse.de - Version 2.5.9.104: timestamp parsing fix, 64-bit fix. * Mon Apr 06 2009 agruen@suse.de