From 3288c60f049bfed08e0b66e594c26267e1e92e5a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 20 Dec 2012 12:55:15 +0100 Subject: [PATCH] xbps: remove unrelated changes from latest patch. --- ...gure-pkg-if-there-s-an-update-in-transac.patch | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/srcpkgs/xbps/patches/0001-Do-not-configure-pkg-if-there-s-an-update-in-transac.patch b/srcpkgs/xbps/patches/0001-Do-not-configure-pkg-if-there-s-an-update-in-transac.patch index c4621b011c0..22326753a64 100644 --- a/srcpkgs/xbps/patches/0001-Do-not-configure-pkg-if-there-s-an-update-in-transac.patch +++ b/srcpkgs/xbps/patches/0001-Do-not-configure-pkg-if-there-s-an-update-in-transac.patch @@ -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