Skip to content

Commit 261673a

Browse files
author
Git for Windows Build Agent
committed
Update 2 packages
mingw-w64-i686-libsystre (1.0.1-5 -> 1.0.1-6) mingw-w64-i686-libtre-git-r177.07e66d0 (2 -> 0.9.0-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 2db5a65 commit 261673a

File tree

34 files changed

+24
-21
lines changed

34 files changed

+24
-21
lines changed
490 Bytes
Binary file not shown.

mingw32/bin/libsystre-0.dll

6 Bytes
Binary file not shown.

mingw32/bin/libtre-5.dll

2.01 KB
Binary file not shown.

mingw32/include/tre/tre-config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
#define TRE_WCHAR 1
3333

3434
/* TRE version string. */
35-
#define TRE_VERSION "0.8.0"
35+
#define TRE_VERSION "0.9.0"
3636

3737
/* TRE version level 1. */
3838
#define TRE_VERSION_1 0
3939

4040
/* TRE version level 2. */
41-
#define TRE_VERSION_2 8
41+
#define TRE_VERSION_2 9
4242

4343
/* TRE version level 3. */
4444
#define TRE_VERSION_3 0

mingw32/include/tre/tre.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ typedef int reg_errcode_t;
7474
#endif
7575

7676
/* Extra tre_regcomp() return error codes. */
77-
#define REG_BADMAX REG_BADPAT
77+
#define REG_BADMAX REG_BADBR
7878

7979
/* Extra tre_regcomp() flags. */
8080
#ifndef REG_BASIC

mingw32/lib/libgnurx.a

0 Bytes
Binary file not shown.

mingw32/lib/libgnurx.dll.a

0 Bytes
Binary file not shown.

mingw32/lib/libregex.a

0 Bytes
Binary file not shown.

mingw32/lib/libregex.dll.a

0 Bytes
Binary file not shown.

mingw32/lib/libsystre.a

0 Bytes
Binary file not shown.

mingw32/lib/libsystre.dll.a

0 Bytes
Binary file not shown.

mingw32/lib/libtre.a

280 Bytes
Binary file not shown.

mingw32/lib/libtre.dll.a

0 Bytes
Binary file not shown.

mingw32/lib/pkgconfig/tre.pc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ includedir=${prefix}/include
55

66
Name: TRE
77
Description: TRE regexp matching library
8-
Version: 0.8.0
9-
Libs: -L${libdir} -ltre -pipe -Wl,--no-seh -Wl,--large-address-aware -lintl
10-
Cflags: -I${includedir} -D__USE_MINGW_ANSI_STDIO=1 -I/mingw32/include
8+
Version: 0.9.0
9+
Libs: -L${libdir} -ltre -Wl,--no-seh -Wl,--large-address-aware -lintl
10+
Cflags: -I${includedir} -I/mingw32/include
-3.99 KB
Binary file not shown.
-3.65 KB
Binary file not shown.
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-
1728962559
23+
1729135294
2424

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

var/lib/pacman/local/mingw-w64-i686-libsystre-1.0.1-5/desc renamed to var/lib/pacman/local/mingw-w64-i686-libsystre-1.0.1-6/desc

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

44
%VERSION%
5-
1.0.1-5
5+
1.0.1-6
66

77
%BASE%
88
mingw-w64-libsystre
@@ -17,16 +17,16 @@ Wrapper library around TRE that provides POSIX API (mingw-w64)
1717
any
1818

1919
%BUILDDATE%
20-
1702884782
20+
1729069579
2121

2222
%INSTALLDATE%
23-
1702955610
23+
1729135292
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/0eca067d/7244897230)
26+
CI (msys2/msys2-autobuild/7c56a1d7/11362381552)
2727

2828
%SIZE%
29-
31471
29+
31477
3030

3131
%REASON%
3232
1
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
%NAME%
2-
mingw-w64-i686-libtre-git
2+
mingw-w64-i686-libtre
33

44
%VERSION%
5-
r177.07e66d0-2
5+
0.9.0-1
66

77
%BASE%
8-
mingw-w64-libtre-git
8+
mingw-w64-libtre
99

1010
%DESC%
1111
The approximate regex matching library and agrep command line tool (mingw-w64)
@@ -17,16 +17,16 @@ https://github.com/laurikari/tre
1717
any
1818

1919
%BUILDDATE%
20-
1706878866
20+
1729069450
2121

2222
%INSTALLDATE%
23-
1706930092
23+
1729135292
2424

2525
%PACKAGER%
26-
CI (msys2/msys2-autobuild/b78070c6/7756097756)
26+
CI (msys2/msys2-autobuild/7c56a1d7/11362381552)
2727

2828
%SIZE%
29-
283266
29+
278320
3030

3131
%REASON%
3232
1
@@ -38,13 +38,16 @@ BSD
3838
sha256
3939
pgp
4040

41+
%REPLACES%
42+
mingw-w64-i686-libtre-git
43+
4144
%DEPENDS%
4245
mingw-w64-i686-gcc-libs
4346
mingw-w64-i686-gettext-runtime
4447

4548
%CONFLICTS%
46-
mingw-w64-i686-libtre
49+
mingw-w64-i686-libtre-git
4750

4851
%PROVIDES%
49-
mingw-w64-i686-libtre
52+
mingw-w64-i686-libtre-git
5053

Binary file not shown.
Binary file not shown.

var/lib/pacman/sync/clang64.db

553 Bytes
Binary file not shown.

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

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw32.db

-159 Bytes
Binary file not shown.

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

0 Bytes
Binary file not shown.

var/lib/pacman/sync/mingw64.db

725 Bytes
Binary file not shown.

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

0 Bytes
Binary file not shown.

var/lib/pacman/sync/ucrt64.db

-38 Bytes
Binary file not shown.

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

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)