This commit is contained in:
parent
13d7385c40
commit
085266c636
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:567ce85bef44cb233741879d8a244c60304889cf5464a427298be13240091869
|
|
||||||
size 293628
|
|
3
patch-2.5.9-118-g4e89466.tar.bz2
Normal file
3
patch-2.5.9-118-g4e89466.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:85c0b63832ff2e443a2c5662b596aa5cc594805477764e9268a0c465ee5d1638
|
||||||
|
size 245065
|
@ -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
|
Tue Apr 7 14:29:16 CEST 2009 - agruen@suse.de
|
||||||
|
|
||||||
|
22
patch.spec
22
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.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -18,16 +18,16 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Url: ftp://alpha.gnu.org/gnu/diffutils/
|
Url: ftp://alpha.gnu.org/gnu/diffutils/
|
||||||
%define ver 2.5.9-104-gaba1379
|
%define ver 2.5.9-118-g4e89466
|
||||||
|
|
||||||
Name: patch
|
Name: patch
|
||||||
License: GPL v3 or later
|
License: GPL v3 or later
|
||||||
Group: Productivity/Text/Utilities
|
Group: Productivity/Text/Utilities
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.5.9.104
|
Version: 2.5.9.118
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: GNU patch
|
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
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -62,6 +62,20 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man1/patch.1.gz
|
%doc %{_mandir}/man1/patch.1.gz
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 07 2009 agruen@suse.de
|
||||||
- Version 2.5.9.104: timestamp parsing fix, 64-bit fix.
|
- Version 2.5.9.104: timestamp parsing fix, 64-bit fix.
|
||||||
* Mon Apr 06 2009 agruen@suse.de
|
* Mon Apr 06 2009 agruen@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user