aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2007-07-02 15:11:24 +0000
committerPascal Rigaux <pixel@mandriva.com>2007-07-02 15:11:24 +0000
commit58b997826f660b99806ea10823229af5c7a7fa6a (patch)
tree623cde613c8dd564a13e18f2d0e64960c9e091d1 /NEWS
parent4d3ebe2ef621c3796fe0689a52ee5f1b2a138b4c (diff)
downloadperl-URPM-58b997826f660b99806ea10823229af5c7a7fa6a.tar
perl-URPM-58b997826f660b99806ea10823229af5c7a7fa6a.tar.gz
perl-URPM-58b997826f660b99806ea10823229af5c7a7fa6a.tar.bz2
perl-URPM-58b997826f660b99806ea10823229af5c7a7fa6a.tar.xz
perl-URPM-58b997826f660b99806ea10823229af5c7a7fa6a.zip
- fix --auto-select skipping some packages because of other packages providing
a more recent version, but no obsolete between those packages. the fix is to revert commit from Aug 2002: "fixed propable old package (according provides) requested by request_packages_to_upgrade." hopefully this change won't break too much... for the record, a few issues: - skipping java-1.5.0-gcj-1.5.0.0-14.7mdv2008.0.i586 since java-1.7.0-icedtea-1.7.0.0-1.3mdv2008.0.i586 provides a more recent version of jre (1.7.0 vs 1.5.0) - skipping emacs-common-22.1-2mdv2008.0.i586 since gnus-emacs-5.10.8-1mdv2007.0.noarch provides a more recent vers whereas java-1.5.0-gcj-1.5.0.0-14.6mdv and emacs-common-22.1-1mdv are installed
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index db02ba1..5e33b37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+- fix --auto-select skipping some packages because of other packages providing
+ a more recent version, but no obsolete between those packages.
+ the fix is to revert commit from Aug 2002:
+ "fixed propable old package (according provides) requested by
+ request_packages_to_upgrade."
+
Version 1.64 - 12 June 2007, by Pascal "Pixel" Rigaux
- hack on $pkg->is_arch_compat to make it return true for noarch packages