xbps: remove unrelated changes from latest patch.
This commit is contained in:
parent
75fc63c89c
commit
3288c60f04
|
@ -14,21 +14,6 @@ This fixes the following problem:
|
|||
lib/transaction_ops.c | 2 +-
|
||||
2 files changed, 6 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/NEWS b/NEWS
|
||||
index e198f02..5fb96fe 100644
|
||||
--- NEWS
|
||||
+++ NEWS
|
||||
@@ -1,5 +1,10 @@
|
||||
xbps-0.19.1 (???):
|
||||
|
||||
+ * libxbps: when a package has not been configured and there's an update
|
||||
+ in transaction, libxbps incorrectly tried to ignore the update and
|
||||
+ configure this package. Fix this by not ignoring the update even if
|
||||
+ package has any state.
|
||||
+
|
||||
* xbps-query(8): -l, --list-packages option now prints pkg state as follows:
|
||||
|
||||
STATE PKGVER DESCRIPTION
|
||||
diff --git a/lib/transaction_ops.c b/lib/transaction_ops.c
|
||||
index e25f1c4..89233f0 100644
|
||||
--- lib/transaction_ops.c
|
||||
|
|
Loading…
Reference in New Issue