[pacman-dev] [PATCH] API changes between 3.2 and 3.3

Xavier shiningxc at gmail.com
Wed Jul 22 05:01:05 EDT 2009


On Wed, Jul 15, 2009 at 5:26 PM, Nagy Gabor<ngaba at bibl.u-szeged.hu> wrote:
> >From e9d1686e5e54bff2aad12820e335c10603b307db Mon Sep 17 00:00:00 2001
> From: Nagy Gabor <ngaba at bibl.u-szeged.hu>
> Date: Wed, 15 Jul 2009 17:08:28 +0200
> Subject: [PATCH] API changes between 3.2 and 3.3
>
> Signed-off-by: Nagy Gabor <ngaba at bibl.u-szeged.hu>
> ---
>  README |   50 ++++++++++++++++++++++++++++++++++++++++++++++++++
>  1 files changed, 50 insertions(+), 0 deletions(-)
>
> diff --git a/README b/README
> index 1dadc92..131d9dd 100644
> --- a/README
> +++ b/README
> @@ -246,3 +246,53 @@ API CHANGES BETWEEN 3.1 AND 3.2
>  - flags:
>     PM_TRANS_FLAG_ALLEXPLICIT, PM_TRANS_FLAG_UNNEEDED and
>     PM_TRANS_FLAG_RECURSEALL
> +
> +
> +API CHANGES BETWEEN 3.2 AND 3.3
> +===============================
> +
> +[REMOVED]
> +- pmsyncpkg_t struct (pmpkg_t is used for all types of transaction
> targets):
> +  - alpm_sync_get_pkg()
> +  - alpm_sync_get_removes() (use alpm_pkg_get_removes() instead)
> +- HoldPkg handling (it is the front-end's task):
> +  - alpm_option_get_holdpkgs()
> +  - alpm_option_add_holdpkg()
> +  - alpm_option_set_holdpkgs()
> +  - alpm_option_remove_holdpkg()

you also need to remove the reference to holdpkgs in the same README
file, as you mentioned earlier.
I did not find any other updates needed.


More information about the pacman-dev mailing list