Skip to content

Commit c74379d

Browse files
author
Git for Windows Build Agent
committed
Update 1 package
mingw-w64-i686-libxml2 (2.12.7-1 -> 2.12.8-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent d08fc75 commit c74379d

File tree

23 files changed

+14
-14
lines changed

23 files changed

+14
-14
lines changed

mingw32/bin/libxml2-2.dll

5.01 KB
Binary file not shown.

mingw32/bin/xml2-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ while test $# -gt 0; do
5858
;;
5959

6060
--version)
61-
echo 2.12.7
61+
echo 2.12.8
6262
exit 0
6363
;;
6464

mingw32/bin/xmlcatalog.exe

1.51 KB
Binary file not shown.

mingw32/bin/xmllint.exe

1.01 KB
Binary file not shown.

mingw32/include/libxml2/libxml/xmlversion.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@ XMLPUBFUN void xmlCheckVersion(int version);
2929
*
3030
* the version string like "1.2.3"
3131
*/
32-
#define LIBXML_DOTTED_VERSION "2.12.7"
32+
#define LIBXML_DOTTED_VERSION "2.12.8"
3333

3434
/**
3535
* LIBXML_VERSION:
3636
*
3737
* the version number: 1.2.3 value is 10203
3838
*/
39-
#define LIBXML_VERSION 21207
39+
#define LIBXML_VERSION 21208
4040

4141
/**
4242
* LIBXML_VERSION_STRING:
4343
*
4444
* the version number string, 1.2.3 value is "10203"
4545
*/
46-
#define LIBXML_VERSION_STRING "21207"
46+
#define LIBXML_VERSION_STRING "21208"
4747

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

6363
#ifndef VMS
6464
#if 0

mingw32/lib/cmake/libxml2/libxml2-config.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ get_filename_component(_libxml2_rootdir ${CMAKE_CURRENT_LIST_DIR}/../../../ ABSO
2727

2828
set(LIBXML2_VERSION_MAJOR 2)
2929
set(LIBXML2_VERSION_MINOR 12)
30-
set(LIBXML2_VERSION_MICRO 7)
31-
set(LIBXML2_VERSION_STRING "2.12.7")
30+
set(LIBXML2_VERSION_MICRO 8)
31+
set(LIBXML2_VERSION_STRING "2.12.8")
3232
set(LIBXML2_DEFINITIONS "")
3333
set(LIBXML2_INSTALL_PREFIX ${_libxml2_rootdir})
3434
set(LIBXML2_INCLUDE_DIR ${_libxml2_rootdir}/include/libxml2)

mingw32/lib/libxml2.a

86 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/libxml-2.0.pc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ includedir=${prefix}/include
55
modules=1
66

77
Name: libXML
8-
Version: 2.12.7
8+
Version: 2.12.8
99
Description: libXML library version2.
1010
Requires.private: zlib liblzma
1111
Libs: -L${libdir} -lxml2
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-git-extra-1.1.641.031e03baf-1/desc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ any
2020
1718204230
2121

2222
%INSTALLDATE%
23-
1718680603
23+
1719083879
2424

2525
%PACKAGER%
2626
Johannes Schindelin <[email protected]>
Binary file not shown.

var/lib/pacman/local/mingw-w64-i686-libxml2-2.12.7-1/desc renamed to var/lib/pacman/local/mingw-w64-i686-libxml2-2.12.8-1/desc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mingw-w64-i686-libxml2
33

44
%VERSION%
5-
2.12.7-1
5+
2.12.8-1
66

77
%BASE%
88
mingw-w64-libxml2
@@ -17,16 +17,16 @@ https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home
1717
any
1818

1919
%BUILDDATE%
20-
1715677413
20+
1718875035
2121

2222
%INSTALLDATE%
23-
1715764350
23+
1719083876
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/9c7e8d31/9076632714)
26+
CI (msys2/msys2-autobuild/40ab9379/9594622277)
2727

2828
%SIZE%
29-
7129351
29+
7138183
3030

3131
%REASON%
3232
1
Binary file not shown.

var/lib/pacman/sync/clang64.db

942 Bytes
Binary file not shown.

var/lib/pacman/sync/clang64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db

-348 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db

490 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db.sig

0 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db

1.04 KB
Binary file not shown.

var/lib/pacman/sync/ucrt64.db.sig

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)