View | Details | Raw Unified | Return to bug 23463
Collapse All | Expand All

(-)patch.spec.orig (-13 / +12 lines)
Lines 1-6 Link Here
1
Name: patch
1
Name: patch
2
Version: 2.5.9
2
Version: 2.6.1
3
Release: alt3
3
Release: alt1
4
4
5
Summary: The GNU patch command, for modifying/upgrading files
5
Summary: The GNU patch command, for modifying/upgrading files
6
License: GPL
6
License: GPL
Lines 8-21 Group: Text tools Link Here
8
Url: http://www.gnu.org/software/patch/
8
Url: http://www.gnu.org/software/patch/
9
Packager: Dmitry V. Levin <ldv@altlinux.org>
9
Packager: Dmitry V. Levin <ldv@altlinux.org>
10
10
11
# ftp://alpha.gnu.org/gnu/diffutils/patch-%version.tar.gz
11
# Source: ftp://ftp.gnu.org/gnu/patch/patch-%{version}.tar.gz
12
Source: patch-%version.tar
12
Source: patch-%version.tar.gz
13
13
14
Patch0: patch-2.5.9-cvs-20030702-p_strip_trailing_cr.patch
14
Patch0: patch-%version-rh-stderr.patch
15
Patch1: patch-2.5.9-suse-remember-backup-files.patch
15
Patch1: patch-%version-mdk-sigsegv.patch
16
Patch2: patch-2.5.9-rh-stderr.patch
16
Patch2: patch-%version-mdk-backup.patch
17
Patch3: patch-2.5.9-mdk-sigsegv.patch
18
Patch4: patch-2.5.9-mdk-backup.patch
19
17
20
%description
18
%description
21
The patch program applies diff files to originals.  The diff command
19
The patch program applies diff files to originals.  The diff command
Lines 26-40 original file (patching the file). Link Here
26
24
27
%prep
25
%prep
28
%setup -q
26
%setup -q
29
%patch0 -p0
27
%patch0 -p1
30
%patch1 -p1
28
%patch1 -p1
31
%patch2 -p1
29
%patch2 -p1
32
%patch3 -p1
33
%patch4 -p1
34
bzip2 -9k ChangeLog
30
bzip2 -9k ChangeLog
35
31
36
%build
32
%build
37
autoreconf -fisv
38
%configure
33
%configure
39
%make_build
34
%make_build
40
35
Lines 47-52 autoreconf -fisv Link Here
47
%doc AUTHORS ChangeLog.bz2 NEWS README
42
%doc AUTHORS ChangeLog.bz2 NEWS README
48
43
49
%changelog
44
%changelog
45
* Fri May 7 2010 Vitaly Kuzmichev <vtlkuzmichev@gmail.com> 2.6.1-alt1
46
- Updated to 2.6.1
47
- Updated some patches, retired others
48
50
* Sat Apr 14 2007 Dmitry V. Levin <ldv@altlinux.org> 2.5.9-alt3
49
* Sat Apr 14 2007 Dmitry V. Levin <ldv@altlinux.org> 2.5.9-alt3
51
- Uncompressed tarball.
50
- Uncompressed tarball.
52
51
(-)patch-2.5.9-rh-stderr.patch
Lines 1-7 Link Here
(-)patch-2.5.9-mdk-sigsegv.patch (-1 lines)
Lines 1-7 Link Here
1
diff -upk.orig patch-2.5.9.orig/inp.c patch-2.5.9/inp.c
(-)- patch-2.5.9.orig/inp.c (-1 lines)
Lines 16-34 diff -upk.orig patch-2.5.9.orig/inp.c pa Link Here
16
 /* Construct the line index, somehow or other. */
16
 /* Construct the line index, somehow or other. */
17
 
17
 
18
 void
18
 void
19
diff -upk.orig patch-2.5.9.orig/inp.h patch-2.5.9/inp.h
(-)patch-2.5.9-mdk-backup.patch (-1 lines)
Lines 1-7 Link Here
1
diff -upk.orig patch-2.5.9.orig/patch.man patch-2.5.9/patch.man
(-)- patch-2.5.9.orig/patch.man (-1 lines)
Lines 10-24 diff -upk.orig patch-2.5.9.orig/patch.ma Link Here
10
 as a placeholder to represent the nonexistent file.
10
 as a placeholder to represent the nonexistent file.
11
 See the
11
 See the
12
 .B \-V
12
 .B \-V
13
diff -upk.orig patch-2.5.9.orig/util.c patch-2.5.9/util.c

Return to bug 23463