]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- updated for 4.4.3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 Nov 2005 18:46:20 +0000 (18:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-noexpand.patch -> 1.5

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.03907 seconds and 4 git commands to generate.