OBS User unknown 2008-06-25 20:45:17 +00:00 committed by Git OBS Bridge
parent 2eb4abda6e
commit 7904c2aeed
4 changed files with 39 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4d0e3b48ba31053ef8fc1b6747ca83963390fda8c81ece2a641c0934dab84fbd
size 376691

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:738f7c1f5b935934c090c3c80b4027cdbdab867b0f69dad352965a58d0522ecc
size 376738

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jun 13 15:16:05 CEST 2008 - bwalle@suse.de
- recommend bash-completion (bnc#399615)
-------------------------------------------------------------------
Fri Jun 13 11:50:30 CEST 2008 - agruen@suse.de
- quilt/import.in: When importing multiple patches at once, make
sure that they won't end up in the series file in reverse order.
This happened because each new patch was inserted before the
"next" patch, which made it the new "next" patch.
-------------------------------------------------------------------
Tue May 20 09:30:33 CEST 2008 - agruen@suse.de
- Stop using cp -l: it doesn't fall back to doing a regular copy
when hardlinks are not supported; on some types of filesystems
like AFS and in some situtions, this is annoying.
-------------------------------------------------------------------
Wed Mar 26 00:11:27 CET 2008 - agruen@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package quilt (Version 0.46_cvs20080326)
# spec file for package quilt (Version 0.46_cvs20080613)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -16,12 +16,13 @@ BuildRequires: diffstat ed procmail
Summary: A Tool for Working with Many Patches
License: GPL v2 or later
Group: Productivity/Text/Utilities
Version: 0.46_cvs20080326
Version: 0.46_cvs20080613
Release: 1
Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat procmail
AutoReqProv: off
Source: %{name}-%{version}.tar.bz2
Source1: suse-start-quilt-mode.el
Recommends: bash-completion
Patch1: expand.diff
Patch2: docdir.diff
Patch3: patch-wrapper-rpm.diff
@ -106,6 +107,17 @@ rm -rf $RPM_BUILD_ROOT
%doc doc/quilt.pdf
%changelog
* Fri Jun 13 2008 bwalle@suse.de
- recommend bash-completion (bnc#399615)
* Fri Jun 13 2008 agruen@suse.de
- quilt/import.in: When importing multiple patches at once, make
sure that they won't end up in the series file in reverse order.
This happened because each new patch was inserted before the
"next" patch, which made it the new "next" patch.
* Tue May 20 2008 agruen@suse.de
- Stop using cp -l: it doesn't fall back to doing a regular copy
when hardlinks are not supported; on some types of filesystems
like AFS and in some situtions, this is annoying.
* Wed Mar 26 2008 agruen@suse.de
- Assume patches are in unified format by default when applying
them. (For working with other patch formats, make sure to remove
@ -338,7 +350,7 @@ rm -rf $RPM_BUILD_ROOT
- Re-add diffstat support to refresh command.
- Documentation update.
- Bump version to 0.35.
* Thu Jun 10 2004 agruen@suse.de
* Fri Jun 11 2004 agruen@suse.de
- Add meta-data version check/upgrade code from Martin Quinson and
me; new `quilt upgrade' command.
- Handle new/removed files correctly in generated patches: If the
@ -381,7 +393,7 @@ rm -rf $RPM_BUILD_ROOT
of Holger Schurig's patcher tool,
http://www.holgerschurig.de/patcher.html.
- Update German translation.
* Tue Jun 01 2004 agruen@suse.de
* Wed Jun 02 2004 agruen@suse.de
- Fix from Dean Roehrich <roehrich@sgi.com>: Preserve file mode
of original file when creating backup files.
* Tue Jun 01 2004 mquinson@tuxfamily.org