diff --git a/.cvsignore b/.cvsignore index d56587f..e008c4f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -quilt-0.42.tar.gz +quilt-0.43.tar.gz diff --git a/quilt-fix-debuginfo.patch b/quilt-fix-debuginfo.patch deleted file mode 100644 index 6ef82ba..0000000 --- a/quilt-fix-debuginfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in~ 2005-07-22 20:06:32.000000000 +0300 -+++ Makefile.in 2005-10-27 23:13:41.000000000 +0300 -@@ -236,7 +236,7 @@ - @INSTALL@ -m 644 scripts/patchfns $(BUILD_ROOT)$(SCRIPTS_DIR) - - @INSTALL@ -d $(BUILD_ROOT)$(LIB_DIR) -- @INSTALL@ -m 755 -s $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/ -+ @INSTALL@ -m 755 $(LIB:%=lib/%) $(BUILD_ROOT)$(LIB_DIR)/ - - @INSTALL@ -d $(BUILD_ROOT)$(docdir)/$(PACKAGE)-$(VERSION)/ - @INSTALL@ -m 644 doc/README \ diff --git a/quilt.spec b/quilt.spec index ef15b81..cf8fd04 100644 --- a/quilt.spec +++ b/quilt.spec @@ -6,8 +6,8 @@ Name: quilt Summary: Scripts for working with series of patches License: GPL Group: Development/Tools -Version: 0.42 -Release: 2%{?dist} +Version: 0.43 +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) @@ -23,7 +23,6 @@ Requires: %{_sbindir}/sendmail Requires: util-linux Requires: tar Requires: rpm-build -Patch: quilt-fix-debuginfo.patch %description These scripts allow one to manage a series of patches by keeping track of the @@ -34,7 +33,6 @@ http://www.zip.com.au/~akpm/linux/patches/ %prep %setup -%patch0 -p0 %build %configure --with-mta=%{_sbindir}/sendmail --with-diffstat=%{_bindir}/diffstat @@ -63,6 +61,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/* %changelog +* Thu Feb 2 2006 - jwboyer@jdub.homelinux.org 0.43-1 +- Update to latest upstream +- Drop fix-debuginfo patch (upstream) + * Fri Oct 28 2005 - jwboyer@jdub.homelinux.org 0.42-2 - fix debuginfo package (bug 171917) diff --git a/sources b/sources index a3d6e38..a149c22 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c07d43f24f4a473cab4519732647086b quilt-0.42.tar.gz +a0bed88a3dbc0d2f25659bf9077c2515 quilt-0.43.tar.gz