This commit is contained in:
parent
a5fbf2be72
commit
b9932a2e08
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d087c88f6e2cc8fde8d2ab12ff2f85ca3ecb2c67754d0483d158f2e5802b015
|
||||
size 146392
|
3
patchutils-0.3.0.tar.bz2
Normal file
3
patchutils-0.3.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27fa6420bbd1adda4dc296b3913ddf34a6d656438c4fda41dffcb10bf3dd5f22
|
||||
size 149003
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 4 15:33:33 CEST 2008 - sndirsch@suse.de
|
||||
|
||||
- patchutils 0.3.0
|
||||
* new release
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 16 18:05:26 CET 2007 - dmueller@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package patchutils (Version 0.2.31)
|
||||
# spec file for package patchutils (Version 0.3.0)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -10,13 +10,14 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: patchutils
|
||||
URL: http://cyberelk.net/tim/patchutils/
|
||||
License: GNU General Public License (GPL)
|
||||
Url: http://cyberelk.net/tim/patchutils/
|
||||
License: GPL v2 or later
|
||||
Group: Productivity/File utilities
|
||||
Autoreqprov: on
|
||||
Version: 0.2.31
|
||||
Release: 38
|
||||
AutoReqProv: on
|
||||
Version: 0.3.0
|
||||
Release: 1
|
||||
Summary: A Collection of Tools for Manipulating Patch Files
|
||||
Source: %name-%version.tar.bz2
|
||||
Patch: %name-0.2.30-tailsyntax.diff
|
||||
@ -63,23 +64,26 @@ make DESTDIR=%buildroot install
|
||||
%_mandir/man1/*.1.gz
|
||||
|
||||
%changelog
|
||||
* Fri Mar 16 2007 - dmueller@suse.de
|
||||
* Fri Jul 04 2008 sndirsch@suse.de
|
||||
- patchutils 0.3.0
|
||||
* new release
|
||||
* Fri Mar 16 2007 dmueller@suse.de
|
||||
- fix rediff to actually work
|
||||
* Wed Jan 25 2006 - mls@suse.de
|
||||
* Wed Jan 25 2006 mls@suse.de
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Oct 05 2005 - mmj@suse.de
|
||||
* Wed Oct 05 2005 mmj@suse.de
|
||||
- Update to 0.2.31 which fixes severeal small bugs
|
||||
* Wed Aug 11 2004 - mmj@suse.de
|
||||
* Wed Aug 11 2004 mmj@suse.de
|
||||
- Update to 0.2.30 where some minor parsing bugs were fixed,
|
||||
the documentation was clarified, and a new option was added to
|
||||
lsdiff/filterdiff for selecting patches based on the order in
|
||||
which they appear.
|
||||
* Tue Jul 06 2004 - mmj@suse.de
|
||||
* Tue Jul 06 2004 mmj@suse.de
|
||||
- Update to 0.2.29 including since 0.2.27:
|
||||
o Some format conversion bugs were fixed.
|
||||
o Fix no-newline handling
|
||||
o Generate context format that GNU patch actually understands.
|
||||
* Tue Mar 02 2004 - mmj@suse.de
|
||||
* Tue Mar 02 2004 mmj@suse.de
|
||||
- Update to 0.2.27 including since 0.2.22:
|
||||
o An option was added to lsdiff to treating empty files as
|
||||
absent.
|
||||
@ -91,11 +95,11 @@ make DESTDIR=%buildroot install
|
||||
o A new filterdiff option for removing timestamps.
|
||||
o New grepdiff options -E and -f.
|
||||
o Minor bugfixes
|
||||
* Sat Jan 10 2004 - adrian@suse.de
|
||||
* Sat Jan 10 2004 adrian@suse.de
|
||||
- add %%defattr
|
||||
* Tue Apr 08 2003 - ro@suse.de
|
||||
* Tue Apr 08 2003 ro@suse.de
|
||||
- fix tail calling syntax in testsuite
|
||||
* Wed Mar 26 2003 - mmj@suse.de
|
||||
* Wed Mar 26 2003 mmj@suse.de
|
||||
- Update to 0.2.22:, including the following since 0.2.17:
|
||||
· New splitdiff option to split out every file-level patch, and
|
||||
a new option was added to grepdiff to display matching hunks
|
||||
@ -103,26 +107,26 @@ make DESTDIR=%buildroot install
|
||||
· Support for ISO 8601 timezones
|
||||
· Several bug fixes
|
||||
· Our patches are in mainline
|
||||
* Mon Mar 03 2003 - pthomas@suse.de
|
||||
* Mon Mar 03 2003 pthomas@suse.de
|
||||
- Use execvp in rediff, fixes #22428.
|
||||
- Fix configure.in for automake 1.6.
|
||||
* Tue Sep 17 2002 - uli@suse.de
|
||||
* Tue Sep 17 2002 uli@suse.de
|
||||
- update -> 0.2.17 (support for conversion between unified and
|
||||
context formats, new option (--annotate) added to filterdiff,
|
||||
interdiff can now strip context lines from patches, recountdiff
|
||||
and unwrapdiff tools added)
|
||||
* Thu Jun 13 2002 - uli@suse.de
|
||||
* Thu Jun 13 2002 uli@suse.de
|
||||
- update -> 0.2.14 (hunk-level filtering was added to filterdiff)
|
||||
* Fri May 10 2002 - uli@suse.de
|
||||
* Fri May 10 2002 uli@suse.de
|
||||
- update -> 0.2.13
|
||||
* Fri Apr 19 2002 - uli@suse.de
|
||||
* Fri Apr 19 2002 uli@suse.de
|
||||
- fixed the fix
|
||||
* Fri Apr 19 2002 - uli@suse.de
|
||||
* Fri Apr 19 2002 uli@suse.de
|
||||
- update -> 0.2.12pre1
|
||||
- added support for different date formats
|
||||
* Fri Feb 01 2002 - uli@suse.de
|
||||
* Fri Feb 01 2002 uli@suse.de
|
||||
- update -> 0.2.8 (adds grepdiff, bugfixes)
|
||||
* Tue Dec 04 2001 - uli@suse.de
|
||||
* Tue Dec 04 2001 uli@suse.de
|
||||
- update -> 0.2.5 (bugs in lsdiff and combinediff fixed)
|
||||
* Wed Nov 28 2001 - uli@suse.de
|
||||
* Wed Nov 28 2001 uli@suse.de
|
||||
- initial package
|
||||
|
Loading…
Reference in New Issue
Block a user