[quilt] Update to new upstream release

Josh Boyer jwboyer at fedoraproject.org
Mon Jan 30 14:46:03 UTC 2012


commit 13fec03a7eabbead082964647ccf4fa46401c072
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Mon Jan 30 09:45:52 2012 -0500

    Update to new upstream release

 .gitignore                                         |    1 +
 quilt-0001-configure-Honor-TMPDIR-if-set.patch     |   40 -------------------
 ...sistently-use-TMPDIR-.-when-testing-if-TM.patch |   27 -------------
 ...t-File-name-means-read-from-stdin-for-tar.patch |   26 ------------
 ...t-0004-Don-t-let-TMPDIR-take-over-var-tmp.patch |   40 -------------------
 quilt-mail-Fix-delivery-address-checking.patch     |   41 --------------------
 quilt.spec                                         |   19 +++------
 sources                                            |    2 +-
 8 files changed, 8 insertions(+), 188 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 97ea515..2d90f90 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 quilt-0.48.tar.gz
 /quilt-0.50.tar.gz
+/quilt-0.51.tar.gz
diff --git a/quilt.spec b/quilt.spec
index 2f5e965..4e03779 100644
--- a/quilt.spec
+++ b/quilt.spec
@@ -6,8 +6,8 @@ Name:		quilt
 Summary:	Scripts for working with series of patches
 License:	GPLv2
 Group:		Development/Tools
-Version:	0.50
-Release:	4%{?dist}
+Version:	0.51
+Release:	1%{?dist}
 Source:		http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz
 URL:		http://savannah.nongnu.org/projects/quilt
 BuildRequires: gettext gawk util-linux-ng
@@ -22,11 +22,6 @@ Requires: %{_sbindir}/sendmail
 Requires: util-linux-ng
 Requires: tar
 Requires: rpm-build
-Patch1: quilt-mail-Fix-delivery-address-checking.patch
-Patch2: quilt-0001-configure-Honor-TMPDIR-if-set.patch
-Patch3: quilt-0002-inspect-Consistently-use-TMPDIR-.-when-testing-if-TM.patch
-Patch4: quilt-0003-inspect-File-name-means-read-from-stdin-for-tar.patch
-Patch5: quilt-0004-Don-t-let-TMPDIR-take-over-var-tmp.patch
 
 %description
 These scripts allow one to manage a series of patches by keeping track of the
@@ -37,14 +32,9 @@ http://www.zip.com.au/~akpm/linux/patches/
 
 %prep
 %setup
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
-%configure --with-sendmail=%{_sbindir}/sendmail --with-diffstat=%{_bindir}/diffstat
+%configure --with-sendmail=%{_sbindir}/sendmail --with-diffstat=%{_bindir}/diffstat --docdir=%{_docdir}/%{name}-%{version}
 make %{?_smp_mflags}
 
 %install
@@ -67,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT/%{_docdir}
 %{_mandir}/man1/*
 
 %changelog
+* Mon Jan 30 2012 Josh Boyer <jwboyer at redhat.com> - 0.51-1
+- Update to new upstream release
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.50-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index f0e0441..16e7ed7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ff5e1e041363c3af3c8fda4b968c9d1d  quilt-0.50.tar.gz
+d56d23d5212297d5777502e84dc0ee80  quilt-0.51.tar.gz


More information about the scm-commits mailing list