]> git.pld-linux.org Git - packages/rpm.git/blobdiff - rpm-noexpand.patch
- don't output pkgconfig dependency for all *.pc found
[packages/rpm.git] / rpm-noexpand.patch
index 7d6edc0f3a77276e98e268460de7635eec572055..781a54e24c856d67edc54d287846e7b8e893f0e4 100644 (file)
@@ -1,9 +1,9 @@
---- rpm-4.3/build/parseChangelog.c.wiget       Tue Jun 25 16:52:52 2002
-+++ rpm-4.3/build/parseChangelog.c     Fri May 16 00:06:47 2003
-@@ -221,7 +221,7 @@
-     
-     while (! (nextPart = isPart(spec->line))) {
+--- rpm-4.4.3/build/parseChangelog.c.orig      2005-11-12 01:20:12.000000000 +0100
++++ rpm-4.4.3/build/parseChangelog.c   2005-11-18 19:46:50.357322048 +0100
+@@ -255,7 +255,7 @@
+       line = xstrtolocale(line);
        appendStringBuf(sb, spec->line);
+       line = _free(line);
 -      if ((rc = readLine(spec, STRIP_COMMENTS)) > 0) {
 +      if ((rc = readLine(spec, STRIP_COMMENTS | STRIP_NOEXPAND)) > 0) {
            nextPart = PART_NONE;
This page took 0.022411 seconds and 4 git commands to generate.