[Uludag-commits] r12303 - branches/pisi-1.1/scripts
svn-uludag at uludag.org.tr
svn-uludag at uludag.org.tr
9 Şub 2007 Cum 11:56:57 EET
Author: caglar
Date: Fri Feb 9 11:56:57 2007
New Revision: 12303
Modified:
branches/pisi-1.1/scripts/repostats.py
Log:
sync with trunk
Modified: branches/pisi-1.1/scripts/repostats.py
=================================================================
--- branches/pisi-1.1/scripts/repostats.py (original)
+++ branches/pisi-1.1/scripts/repostats.py Fri Feb 9 11:56:57 2007
@@ -405,8 +405,8 @@
dict = {
"name": self.name,
"source": source.name,
- "version": source.version,
- "release": source.release,
+ "version": self.source.spec.getSourceVersion(),
+ "release": self.source.spec.getSourceRelease(),
"buildDeps": ", ".join(bDeps),
"runtimeDeps": ", ".join(rDeps),
"revBuildDeps": ", ".join(rbDeps),
@@ -457,8 +457,8 @@
"name": self.name,
"homepage": source.homepage,
"license": ", ".join(source.license),
- "version": source.version,
- "release": source.release,
+ "version": self.spec.getSourceVersion(),
+ "release": self.spec.getSourceRelease(),
"history": template_table("history", histdata),
"packages": "<br>".join(paks),
"summary": source.summary,
Uludag-commits mesaj listesiyle ilgili
daha fazla bilgi