--- build_system/web/autobuild/results.php 2013/01/14 00:52:36 7079 +++ build_system/web/autobuild/results.php 2013/01/14 00:59:25 7080 @@ -79,7 +79,7 @@ preg_match("/(.*)-([^-]*-[^-]*mga)[1-9].src.rpm/", $rpm, $matches); if(!$packages[$matches[1]]) { $removed[$rpm] = 1; - } elseif ($packages[$matches[1]] != $matches[2]) { + } elseif ($packages[$matches[1]] > $matches[2]) { $fixed[$rpm] = 1; } }