Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
mingw-w64-i686-pkgconf (1~2.0.0-1 -> 1~2.0.1-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Aug 14, 2023
1 parent 95d2dec commit 0adb019
Show file tree
Hide file tree
Showing 20 changed files with 15 additions and 9 deletions.
Binary file modified mingw32/bin/i686-w64-mingw32-pkg-config.exe
Binary file not shown.
Binary file modified mingw32/bin/i686-w64-mingw32-pkgconf.exe
Binary file not shown.
Binary file modified mingw32/bin/libpkgconf-4.dll
Binary file not shown.
Binary file modified mingw32/bin/pkg-config.exe
Binary file not shown.
Binary file modified mingw32/bin/pkgconf.exe
Binary file not shown.
10 changes: 8 additions & 2 deletions mingw32/include/pkgconf/libpkgconf/libpkgconf.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ typedef struct pkgconf_fragment_ pkgconf_fragment_t;
typedef struct pkgconf_path_ pkgconf_path_t;
typedef struct pkgconf_client_ pkgconf_client_t;
typedef struct pkgconf_cross_personality_ pkgconf_cross_personality_t;
typedef struct pkgconf_queue_ pkgconf_queue_t;

#define PKGCONF_ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x)))

Expand All @@ -79,8 +80,13 @@ typedef struct pkgconf_cross_personality_ pkgconf_cross_personality_t;
#define PKGCONF_FOREACH_LIST_ENTRY_REVERSE(tail, value) \
for ((value) = (tail); (value) != NULL; (value) = (value)->prev)

#define LIBPKGCONF_VERSION 20000
#define LIBPKGCONF_VERSION_STR "2.0.0"
#define LIBPKGCONF_VERSION 20001
#define LIBPKGCONF_VERSION_STR "2.0.1"

struct pkgconf_queue_ {
pkgconf_node_t iter;
char *package;
};

struct pkgconf_fragment_ {
pkgconf_node_t iter;
Expand Down
2 changes: 1 addition & 1 deletion mingw32/lib/pkgconfig/libpkgconf.pc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ libdir=${prefix}/lib
Name: libpkgconf
Description: a library for accessing and manipulating development framework configuration
URL: https://github.com/pkgconf/pkgconf
Version: 2.0.0
Version: 2.0.1
Libs: -L${libdir} -lpkgconf
Cflags: -I${includedir}/pkgconf -DPKGCONFIG_IS_NOT_STATIC
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1682971561

%INSTALLDATE%
1691809938
1691982786

%PACKAGER%
Johannes Schindelin <[email protected]>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-pkgconf

%VERSION%
1~2.0.0-1
1~2.0.1-1

%BASE%
mingw-w64-pkgconf
Expand All @@ -17,16 +17,16 @@ https://github.com/pkgconf/pkgconf
any

%BUILDDATE%
1691169899
1691870804

%INSTALLDATE%
1691291579
1691982780

%PACKAGER%
CI (msys2/msys2-autobuild/1f1fabad/5764875022)
CI (msys2/msys2-autobuild/1f1fabad/5843164342)

%SIZE%
548676
550837

%GROUPS%
mingw-w64-i686-toolchain
Expand Down
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw32.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/mingw64.db.sig
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/ucrt64.db.sig
Binary file not shown.

0 comments on commit 0adb019

Please sign in to comment.