Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 133738fd1ec1a496d35c2af5039a0eb4 > files > 28

apt-0.5.15lorg3.94-32.mga7.src.rpm

diff -up ./apt-pkg/rpm/rpmhandler.cc.tv ./apt-pkg/rpm/rpmhandler.cc
--- ./apt-pkg/rpm/rpmhandler.cc.tv	2014-09-17 02:22:41.607858761 +0200
+++ ./apt-pkg/rpm/rpmhandler.cc	2014-09-17 02:23:20.854856939 +0200
@@ -344,7 +344,7 @@ bool RPMHdrHandler::PRCO(unsigned int Ty
 	 break;
 #if RPM_VERSION >= 0x040403
       case pkgCache::Dep::Suggests:
-	 deptype = RPMTAG_SUGGESTSNAME;
+	 deptype = RPMTAG_SUGGESTNAME;
 	 break;
 #if 0 // Enhances dep type is not even known to apt, sigh..
       case pkgCache::Dep::Enhances: