]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
add changes, bump version to 0.6.5 0.6.5
authorMichael Schroeder <mls@suse.de>
Thu, 11 Sep 2014 15:38:43 +0000 (17:38 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 11 Sep 2014 15:38:43 +0000 (17:38 +0200)
VERSION.cmake
examples/solv.c
package/libsolv.changes
src/transaction.c

index ac9ef359a5a2c28e5242998cdcc6d7d9f8ea6b0c..324dfa7a6c2b07a120ac490621277230c57b1cf1 100644 (file)
@@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0")
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "4")
+SET(LIBSOLV_PATCH "5")
 
index d9b03a1cec5b00ab8939ef6e623a24f9611e8747..7ae67e3520d13f527845901ca5b054ea75b48e48 100644 (file)
@@ -2464,6 +2464,7 @@ showdiskusagechanges(Transaction *trans)
   int i;
 
   /* XXX: use mountpoints here */
+  memset(duc, 0, sizeof(duc));
   duc[0].path = "/";
   duc[1].path = "/usr/share/man";
   duc[2].path = "/sbin";
index 7368f386759a1d742f6245ac250f97db42a6551d..28bd9763ca4c22b6e4842c88be4b5c19dc04ac74 100644 (file)
@@ -1,3 +1,14 @@
+-------------------------------------------------------------------
+Thu Sep 11 17:33:04 CEST 2014 - mls@suse.de
+
+- support DUCHANGES_ONLYADD flag in diskusage calculation
+  [bnc#783100]
+- add whatmatchesdep to bindings
+- support pool->considered in testcases
+- always call selection_filelist if SELECTION_FILELIST is set
+- support yum style obsolete handling for package splits
+- bump version to 0.6.5
+
 -------------------------------------------------------------------
 Tue Jul  8 14:13:40 CEST 2014 - mls@suse.de
 
index 7dac0a816320a0c0942625fa23508567a371f97f..49e58e86f8aed0bd71c8eb3eff8e562fbae18a31 100644 (file)
@@ -666,7 +666,7 @@ create_transaction_info(Transaction *trans, Queue *decisionq)
                  s2 = pool->solvables + p2;
                  if (s2->repo != installed)
                    continue;
-                 if (!pool->obsoleteusesprovides && !pool_match_nevr(pool, pool->solvables + p2, obs))
+                 if (!pool->obsoleteusesprovides && !pool_match_nevr(pool, s2, obs))
                    continue;
                  if (pool->obsoleteusescolors && !pool_colormatch(pool, s, s2))
                    continue;