From 624a623e10eeb58017d50861ab94862e2b5976d5246b97b7f595477e22713df7 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 25 Oct 2007 23:51:33 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quilt?expand=0&rev=9 --- quilt-0.46-cvs.tar.bz2 | 3 +++ quilt-0.46_cvs20071024.tar.bz2 | 3 --- quilt.changes | 13 +++++++++---- quilt.spec | 28 +++++++++++++++------------- 4 files changed, 27 insertions(+), 20 deletions(-) create mode 100644 quilt-0.46-cvs.tar.bz2 delete mode 100644 quilt-0.46_cvs20071024.tar.bz2 diff --git a/quilt-0.46-cvs.tar.bz2 b/quilt-0.46-cvs.tar.bz2 new file mode 100644 index 0000000..5d6d266 --- /dev/null +++ b/quilt-0.46-cvs.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb1240d0c0b3df2b860d6a62852c9bff5120f6829c1abf88c17f5ae0947dac99 +size 373946 diff --git a/quilt-0.46_cvs20071024.tar.bz2 b/quilt-0.46_cvs20071024.tar.bz2 deleted file mode 100644 index a13f980..0000000 --- a/quilt-0.46_cvs20071024.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:028c6bbcad29e3f4ddad7ca5ca295b5d80b289b07ce2af5774bddc71770c0298 -size 376497 diff --git a/quilt.changes b/quilt.changes index f10b64e..c98f66f 100644 --- a/quilt.changes +++ b/quilt.changes @@ -1,9 +1,14 @@ ------------------------------------------------------------------- -Wed Oct 24 12:50:55 CEST 2007 - bwalle@suse.de +Thu Oct 25 14:07:46 CEST 2007 - agruen@suse.de -- change version to '0.46_cvs20071024' to make it clear to the - user that this is a CVS version -- fix some rpmlint warnings +- quilt/mail.in: Make sure that shell meta-characters like * in + subjects won't get expanded by accident (this was broken). Add + test case. +- quilt/mail.in: ``formail -x Foo'' will extract all Foo* headers, + so use ``formail -x Foo:'' instead. +- quilt/mail.in: Recognize sequences of common subject prefixes + like Fwd:, Fw:, Re:, Aw:, Tr:, [foo] only at the beginning of + subjects. ------------------------------------------------------------------- Mon Oct 15 15:51:48 CEST 2007 - agruen@suse.de diff --git a/quilt.spec b/quilt.spec index 233dc3f..d600419 100644 --- a/quilt.spec +++ b/quilt.spec @@ -1,5 +1,5 @@ # -# spec file for package quilt (Version 0.46_cvs20071024) +# spec file for package quilt (Version 0.46) # # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -15,11 +15,11 @@ BuildRequires: diffstat ed procmail Summary: A Tool for Working with Many Patches License: GPL v2 or later Group: Productivity/Text/Utilities -Version: 0.46_cvs20071024 -Release: 1 +Version: 0.46 +Release: 67 Requires: coreutils diffutils patch gzip bzip2 perl mktemp diffstat AutoReqProv: off -Source: %{name}-%{version}.tar.bz2 +Source: %{name}-%{version}-cvs.tar.bz2 Source1: suse-start-quilt-mode.el Patch1: expand.diff Patch2: docdir.diff @@ -43,7 +43,7 @@ Authors: Andreas Gruenbacher %prep -%setup -q -n quilt-%{version} +%setup -q -n quilt-0.46 %patch -p1 -P 1 -P 2 -P 3 -P 4 %build @@ -63,17 +63,14 @@ CFLAGS="$RPM_OPT_FLAGS" \ --with-patch=/usr/bin/patch \ --with-rpmbuild=/usr/lib/rpm/rpmb make BUILD_ROOT=$RPM_BUILD_ROOT RELEASE=%release - -%check make check %install # /usr/share/quilt/compat/mta will be a stale symlink: we don't want to add # sendmail to neededforbuild just because of this. export NO_BRP_STALE_LINK_ERROR=yes +rm -rf $RPM_BUILD_ROOT make install BUILD_ROOT=$RPM_BUILD_ROOT -#make rpmlint happy -chmod 755 $RPM_BUILD_ROOT/%{_datadir}/quilt/scripts/patchfns # We only needed the /usr/bin/patch compatibility symlink for the # test suite. [ $RPM_BUILD_ROOT/usr/share/quilt/compat/patch -ef /usr/bin/patch ] \ @@ -105,10 +102,15 @@ rm -rf $RPM_BUILD_ROOT %doc doc/README.MAIL %doc doc/quilt.pdf %changelog -* Wed Oct 24 2007 - bwalle@suse.de -- change version to '0.46_cvs20071024' to make it clear to the - user that this is a CVS version -- fix some rpmlint warnings +* Thu Oct 25 2007 - agruen@suse.de +- quilt/mail.in: Make sure that shell meta-characters like * in + subjects won't get expanded by accident (this was broken). Add + test case. +- quilt/mail.in: ``formail -x Foo'' will extract all Foo* headers, + so use ``formail -x Foo:'' instead. +- quilt/mail.in: Recognize sequences of common subject prefixes + like Fwd:, Fw:, Re:, Aw:, Tr:, [foo] only at the beginning of + subjects. * Mon Oct 15 2007 - agruen@suse.de - Update to latest CVS version. * Thu Jul 26 2007 - agruen@suse.de