summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/main.tex2
-rw-r--r--quilt.changes6
-rw-r--r--quilt.spec5
3 files changed, 10 insertions, 3 deletions
diff --git a/doc/main.tex b/doc/main.tex
index 28d407d..698b89c 100644
--- a/doc/main.tex
+++ b/doc/main.tex
@@ -762,7 +762,7 @@ welcome, of course.
\bibitem{akpm02}
Andrew Morton: Patch Management Scripts,
\url{http://lwn.net/Articles/13518/} and
-\url{http://www.zip.com.au/~akpm/linux/patches/patch-scripts-0.9}.
+\url{http://userweb.kernel.org/~akpm/stuff/patch-scripts.tar.gz}.
\bibitem{quilt}
Andreas Grünbacher et al.: Patchwork Quilt,
diff --git a/quilt.changes b/quilt.changes
index 2848df3..4b6f7c6 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Wed Jan 6 18:27:09 CET 2010 - jdelvare@suse.de
+
+- quilt.spec, doc/main.tex: Update URI of Andrew Morton's patch
+ scripts. Reported by Randy Dunlap.
+
+-------------------------------------------------------------------
Sat Dec 19 15:45:12 CET 2009 - bert.wesarg@googlemail.com
- quilt/scripts/patchfns.in: Fix pager on broken pipe.
diff --git a/quilt.spec b/quilt.spec
index 5b9fc91..1b0a9aa 100644
--- a/quilt.spec
+++ b/quilt.spec
@@ -19,7 +19,7 @@ track of the changes each patch makes. Patches can be
applied, un-applied, refreshed, etc.
The scripts are heavily based on Andrew Morton's patch scripts
-found at http://www.zip.com.au/~akpm/linux/patches/.
+found at http://userweb.kernel.org/~akpm/stuff/patch-scripts.tar.gz.
Authors:
--------
@@ -1481,7 +1481,8 @@ rm -rf $RPM_BUILD_ROOT
Messages are found even when not installing into /usr.
* Fri Jul 02 2004 - agruen@suse.de
- Several Fixes from Joe Green <jgreen@mvista.com>:
- + Another sed problem, in Makefile.in
+ + Another sed
+ problem, in Makefile.in
+ Bad error message on "quilt delete" of non-existent patch
+ "import" doesn't remove all leading components on patch file
+ Misspelling in "import" help text