Skip to content

Commit

Permalink
Update 2 packages
Browse files Browse the repository at this point in the history
mingw-w64-i686-libxml2 (2.12.7-1 -> 2.12.8-1)
mingw-w64-x86_64-libxml2 (2.12.7-1 -> 2.12.8-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Jun 22, 2024
1 parent e4057ff commit 33a4334
Show file tree
Hide file tree
Showing 41 changed files with 27 additions and 27 deletions.
Binary file modified mingw32/bin/libxml2-2.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/bin/xml2-config
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ while test $# -gt 0; do
;;

--version)
echo 2.12.7
echo 2.12.8
exit 0
;;

Expand Down
Binary file modified mingw32/bin/xmlcatalog.exe
Binary file not shown.
Binary file modified mingw32/bin/xmllint.exe
Binary file not shown.
8 changes: 4 additions & 4 deletions mingw32/include/libxml2/libxml/xmlversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ XMLPUBFUN void xmlCheckVersion(int version);
*
* the version string like "1.2.3"
*/
#define LIBXML_DOTTED_VERSION "2.12.7"
#define LIBXML_DOTTED_VERSION "2.12.8"

/**
* LIBXML_VERSION:
*
* the version number: 1.2.3 value is 10203
*/
#define LIBXML_VERSION 21207
#define LIBXML_VERSION 21208

/**
* LIBXML_VERSION_STRING:
*
* the version number string, 1.2.3 value is "10203"
*/
#define LIBXML_VERSION_STRING "21207"
#define LIBXML_VERSION_STRING "21208"

/**
* LIBXML_VERSION_EXTRA:
Expand All @@ -58,7 +58,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
* Macro to check that the libxml version in use is compatible with
* the version the software has been compiled against
*/
#define LIBXML_TEST_VERSION xmlCheckVersion(21207);
#define LIBXML_TEST_VERSION xmlCheckVersion(21208);

#ifndef VMS
#if 0
Expand Down
4 changes: 2 additions & 2 deletions mingw32/lib/cmake/libxml2/libxml2-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ get_filename_component(_libxml2_rootdir ${CMAKE_CURRENT_LIST_DIR}/../../../ ABSO

set(LIBXML2_VERSION_MAJOR 2)
set(LIBXML2_VERSION_MINOR 12)
set(LIBXML2_VERSION_MICRO 7)
set(LIBXML2_VERSION_STRING "2.12.7")
set(LIBXML2_VERSION_MICRO 8)
set(LIBXML2_VERSION_STRING "2.12.8")
set(LIBXML2_DEFINITIONS "")
set(LIBXML2_INSTALL_PREFIX ${_libxml2_rootdir})
set(LIBXML2_INCLUDE_DIR ${_libxml2_rootdir}/include/libxml2)
Expand Down
Binary file modified mingw32/lib/libxml2.a
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/lib/pkgconfig/libxml-2.0.pc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ includedir=${prefix}/include
modules=1

Name: libXML
Version: 2.12.7
Version: 2.12.8
Description: libXML library version2.
Requires.private: zlib liblzma
Libs: -L${libdir} -lxml2
Expand Down
Binary file modified mingw32/lib/python3.11/site-packages/libxml2mod.pyd
Binary file not shown.
Binary file modified mingw64/bin/libxml2-2.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/bin/xml2-config
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ while test $# -gt 0; do
;;

--version)
echo 2.12.7
echo 2.12.8
exit 0
;;

Expand Down
Binary file modified mingw64/bin/xmlcatalog.exe
Binary file not shown.
Binary file modified mingw64/bin/xmllint.exe
Binary file not shown.
8 changes: 4 additions & 4 deletions mingw64/include/libxml2/libxml/xmlversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ XMLPUBFUN void xmlCheckVersion(int version);
*
* the version string like "1.2.3"
*/
#define LIBXML_DOTTED_VERSION "2.12.7"
#define LIBXML_DOTTED_VERSION "2.12.8"

/**
* LIBXML_VERSION:
*
* the version number: 1.2.3 value is 10203
*/
#define LIBXML_VERSION 21207
#define LIBXML_VERSION 21208

/**
* LIBXML_VERSION_STRING:
*
* the version number string, 1.2.3 value is "10203"
*/
#define LIBXML_VERSION_STRING "21207"
#define LIBXML_VERSION_STRING "21208"

/**
* LIBXML_VERSION_EXTRA:
Expand All @@ -58,7 +58,7 @@ XMLPUBFUN void xmlCheckVersion(int version);
* Macro to check that the libxml version in use is compatible with
* the version the software has been compiled against
*/
#define LIBXML_TEST_VERSION xmlCheckVersion(21207);
#define LIBXML_TEST_VERSION xmlCheckVersion(21208);

#ifndef VMS
#if 0
Expand Down
4 changes: 2 additions & 2 deletions mingw64/lib/cmake/libxml2/libxml2-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ get_filename_component(_libxml2_rootdir ${CMAKE_CURRENT_LIST_DIR}/../../../ ABSO

set(LIBXML2_VERSION_MAJOR 2)
set(LIBXML2_VERSION_MINOR 12)
set(LIBXML2_VERSION_MICRO 7)
set(LIBXML2_VERSION_STRING "2.12.7")
set(LIBXML2_VERSION_MICRO 8)
set(LIBXML2_VERSION_STRING "2.12.8")
set(LIBXML2_DEFINITIONS "")
set(LIBXML2_INSTALL_PREFIX ${_libxml2_rootdir})
set(LIBXML2_INCLUDE_DIR ${_libxml2_rootdir}/include/libxml2)
Expand Down
Binary file modified mingw64/lib/libxml2.a
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw64/lib/pkgconfig/libxml-2.0.pc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ includedir=${prefix}/include
modules=1

Name: libXML
Version: 2.12.7
Version: 2.12.8
Description: libXML library version2.
Requires.private: zlib liblzma
Libs: -L${libdir} -lxml2
Expand Down
Binary file modified mingw64/lib/python3.11/site-packages/libxml2mod.pyd
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-i686-libxml2

%VERSION%
2.12.7-1
2.12.8-1

%BASE%
mingw-w64-libxml2
Expand All @@ -17,16 +17,16 @@ https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
any

%BUILDDATE%
1715677413
1718875035

%INSTALLDATE%
1715764316
1719083888

%PACKAGER%
CI (msys2/msys2-autobuild/9c7e8d31/9076632714)
CI (msys2/msys2-autobuild/40ab9379/9594622277)

%SIZE%
7129351
7138183

%REASON%
1
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1718204260

%INSTALLDATE%
1718679606
1719083891

%PACKAGER%
Johannes Schindelin <johannes.schindelin@gmx.de>
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
mingw-w64-x86_64-libxml2

%VERSION%
2.12.7-1
2.12.8-1

%BASE%
mingw-w64-libxml2
Expand All @@ -17,16 +17,16 @@ https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
any

%BUILDDATE%
1715677420
1718875017

%INSTALLDATE%
1715764321
1719083888

%PACKAGER%
CI (msys2/msys2-autobuild/9c7e8d31/9076632714)
CI (msys2/msys2-autobuild/40ab9379/9594622277)

%SIZE%
7046029
7054783

%REASON%
1
Expand Down
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clang32.db.sig
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/clangarm64.db
Binary file not shown.
Binary file modified var/lib/pacman/sync/clangarm64.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 33a4334

Please sign in to comment.