- make it compile
authorMichael Schroeder <mls@suse.de>
Tue, 2 Sep 2008 10:20:04 +0000 (10:20 +0000)
committerMichael Schroeder <mls@suse.de>
Tue, 2 Sep 2008 10:20:04 +0000 (10:20 +0000)
- bumb version, add changes

VERSION.cmake
package/libsatsolver.changes
src/solver.c

index 5d630f3..f7a58ef 100644 (file)
@@ -46,6 +46,6 @@
 
 SET(LIBSATSOLVER_MAJOR "0")
 SET(LIBSATSOLVER_MINOR "10")
-SET(LIBSATSOLVER_PATCH "5")
+SET(LIBSATSOLVER_PATCH "6")
 
 # last released 0.10.4
index 6747bde..0f38023 100644 (file)
@@ -1,4 +1,17 @@
 -------------------------------------------------------------------
+Tue Sep  2 12:17:03 CEST 2008 - mls@suse.de
+
+- make solver includes use "" instead of <>, fixes bnc#415920
+- implement otherproviders()
+- make patches do nevr matching
+- make patch conflicts work with multiversion
+- new job commands, now combinded from job type and select type
+- support for distupgrade mode
+- make SOLVER_ERASE_SOLVABLE work
+- also check obsoletes when disabling update rules
+- 0.10.6
+
+-------------------------------------------------------------------
 Fri Aug 22 18:04:12 CEST 2008 - dmacvicar@suse.de
 
 - add support for extensible metadata over primary +
index 5e4079f..9970faf 100644 (file)
@@ -1064,6 +1064,7 @@ makemultiversionconflict(Solver *solv, Id n, Id con)
   queue_push(&q, -n);
   FOR_PROVIDES(p, pp, sn->name)
     {
+      s = pool->solvables + p;
       if (s->name != sn->name || s->arch != sn->arch)
        continue;
       if (!MAPTST(&solv->noobsoletes, p))