diff --git a/.gitignore b/.gitignore index 6a5245e..dc66696 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ quilt-0.47.tar.gz +/quilt-0.48.tar.gz diff --git a/quilt.spec b/quilt.spec index a65dd44..89b79a8 100644 --- a/quilt.spec +++ b/quilt.spec @@ -6,11 +6,10 @@ Name: quilt Summary: Scripts for working with series of patches License: GPLv2 Group: Development/Tools -Version: 0.47 -Release: 5%{?dist} +Version: 0.48 +Release: 1%{?dist} Source: http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz URL: http://savannah.nongnu.org/projects/quilt -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gettext gawk util-linux-ng Requires: coreutils Requires: diffutils @@ -23,7 +22,6 @@ Requires: %{_sbindir}/sendmail Requires: util-linux-ng Requires: tar Requires: rpm-build -Patch0: quilt-rpm-4.6-setup.patch %description These scripts allow one to manage a series of patches by keeping track of the @@ -34,22 +32,17 @@ http://www.zip.com.au/~akpm/linux/patches/ %prep %setup -%patch0 -p0 %build %configure --with-sendmail=%{_sbindir}/sendmail --with-diffstat=%{_bindir}/diffstat make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install BUILD_ROOT=$RPM_BUILD_ROOT %{find_lang} %{name} mv $RPM_BUILD_ROOT/%{_docdir}/%{name}-%{version}/* . rm -rf $RPM_BUILD_ROOT/%{_docdir} -%clean -rm -rf $RPM_BUILD_ROOT - %files -f %{name}.lang %defattr(-, root, root) %doc README README.MAIL quilt.pdf @@ -64,6 +57,11 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Fri Sep 3 2010 Vivek Shah - 0.48-1 +- New upstream release +- Drop upstreamed patch +- Update spec to drop redundant buildroot items and clean section + * Sun Jul 26 2009 Fedora Release Engineering - 0.47-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index d15bda4..b2cfe14 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d33d2442bd34387260b1c1db3e623af0 quilt-0.47.tar.gz +f77adda60039ffa753f3c584a286f12b quilt-0.48.tar.gz