Accepting request 29050 from devel:tools
Copy from devel:tools/patchutils based on submit request 29050 from user coolo OBS-URL: https://build.opensuse.org/request/show/29050 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/patchutils?expand=0&rev=6
This commit is contained in:
parent
544c7834fb
commit
63e644dd98
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 6 03:04:34 CET 2010 - jengelh@medozas.de
|
||||
|
||||
- enable parallel build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 24 10:25:43 CET 2009 - sndirsch@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package patchutils (Version 0.3.1)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,11 +20,11 @@
|
||||
|
||||
Name: patchutils
|
||||
Url: http://cyberelk.net/tim/patchutils/
|
||||
License: GPL v2 or later
|
||||
License: GPLv2+
|
||||
Group: Productivity/File utilities
|
||||
AutoReqProv: on
|
||||
Version: 0.3.1
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: A Collection of Tools for Manipulating Patch Files
|
||||
Source: %name-%version.tar.bz2
|
||||
Patch: %name-0.2.30-tailsyntax.diff
|
||||
@ -58,7 +58,7 @@ Authors:
|
||||
autoreconf -fi
|
||||
export CFLAGS="$RPM_OPT_FLAGS"
|
||||
./configure --prefix=/usr --mandir=%_mandir
|
||||
make
|
||||
make %{?_smp_mflags}
|
||||
make check
|
||||
|
||||
%install
|
||||
@ -71,72 +71,3 @@ make DESTDIR=%buildroot install
|
||||
%_mandir/man1/*.1.gz
|
||||
|
||||
%changelog
|
||||
* Sat Jan 24 2009 sndirsch@suse.de
|
||||
- patchutils 0.3.1
|
||||
* new release
|
||||
* 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
|
||||
- converted neededforbuild to BuildRequires
|
||||
* Wed Oct 05 2005 mmj@suse.de
|
||||
- Update to 0.2.31 which fixes severeal small bugs
|
||||
* 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
|
||||
- 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
|
||||
- Update to 0.2.27 including since 0.2.22:
|
||||
o An option was added to lsdiff to treating empty files as
|
||||
absent.
|
||||
o The filterdiff and interdiff utilities now handle patches
|
||||
containing embedded null characters.
|
||||
o The dehtmldiff utility was improved slightly.
|
||||
o A new filterdiff option for displaying patch filenames.
|
||||
o A new splitdiff option to make it behave more like diffsplit.
|
||||
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
|
||||
- add %%defattr
|
||||
* Tue Apr 08 2003 ro@suse.de
|
||||
- fix tail calling syntax in testsuite
|
||||
* 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
|
||||
· A new tool was added for exchanging the order of two patches
|
||||
· Support for ISO 8601 timezones
|
||||
· Several bug fixes
|
||||
· Our patches are in mainline
|
||||
* 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
|
||||
- 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
|
||||
- update -> 0.2.14 (hunk-level filtering was added to filterdiff)
|
||||
* Fri May 10 2002 uli@suse.de
|
||||
- update -> 0.2.13
|
||||
* Fri Apr 19 2002 uli@suse.de
|
||||
- fixed the fix
|
||||
* Fri Apr 19 2002 uli@suse.de
|
||||
- update -> 0.2.12pre1
|
||||
- added support for different date formats
|
||||
* Fri Feb 01 2002 uli@suse.de
|
||||
- update -> 0.2.8 (adds grepdiff, bugfixes)
|
||||
* Tue Dec 04 2001 uli@suse.de
|
||||
- update -> 0.2.5 (bugs in lsdiff and combinediff fixed)
|
||||
* Wed Nov 28 2001 uli@suse.de
|
||||
- initial package
|
||||
|
Loading…
Reference in New Issue
Block a user