SOURCES: rpm-epoch0.patch - uint32_t num, noted by jbj

glen glen at pld-linux.org
Tue Feb 19 20:56:18 CET 2008


Author: glen                         Date: Tue Feb 19 19:56:18 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- uint32_t num, noted by jbj

---- Files affected:
SOURCES:
   rpm-epoch0.patch (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/rpm-epoch0.patch
diff -u SOURCES/rpm-epoch0.patch:1.7 SOURCES/rpm-epoch0.patch:1.8
--- SOURCES/rpm-epoch0.patch:1.7	Sun Feb 17 19:29:03 2008
+++ SOURCES/rpm-epoch0.patch	Tue Feb 19 20:56:13 2008
@@ -7,7 +7,7 @@
 +    /* Add Epoch: 0 to package header if it was not set by spec */
 +    he->tag = RPMTAG_NAME;
 +    if (headerGet(spec->packages->header, he, 0) == 0) {
-+    	int num = 0;
++    	uint32_t num = 0;
 +
 +	he->tag = RPMTAG_EPOCH;
 +	he->t = RPM_UINT32_TYPE;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/rpm-epoch0.patch?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list