rpms/quilt/devel .cvsignore, 1.9, 1.10 quilt.spec, 1.22, 1.23 sources, 1.9, 1.10 quilt-rpm-4.6-setup.patch, 1.1, NONE

Rahul Sundaram sundaram at fedoraproject.org
Thu Jun 17 21:58:21 UTC 2010


Author: sundaram

Update of /cvs/pkgs/rpms/quilt/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4478

Modified Files:
	.cvsignore quilt.spec sources 
Removed Files:
	quilt-rpm-4.6-setup.patch 
Log Message:
* Fri Jun 18 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 0.48-1
- New upstream release
- Drop upstreamed patch
- Update spec to drop redundant buildroot items and clean section



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/quilt/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- .cvsignore	22 Aug 2008 14:23:00 -0000	1.9
+++ .cvsignore	17 Jun 2010 21:58:20 -0000	1.10
@@ -1 +1 @@
-quilt-0.47.tar.gz
+quilt-0.48.tar.gz


Index: quilt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/quilt/devel/quilt.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -p -r1.22 -r1.23
--- quilt.spec	27 Jul 2009 02:41:34 -0000	1.22
+++ quilt.spec	17 Jun 2010 21:58:20 -0000	1.23
@@ -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/patche
 
 %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 Jun 18 2010 Rahul Sundaram <sundaram at fedoraproject.org> - 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 <rel-eng at lists.fedoraproject.org> - 0.47-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/quilt/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- sources	22 Aug 2008 14:23:01 -0000	1.9
+++ sources	17 Jun 2010 21:58:20 -0000	1.10
@@ -1 +1 @@
-d33d2442bd34387260b1c1db3e623af0  quilt-0.47.tar.gz
+f77adda60039ffa753f3c584a286f12b  quilt-0.48.tar.gz


--- quilt-rpm-4.6-setup.patch DELETED ---



More information about the scm-commits mailing list