Skip to content

Commit a207b1f

Browse files
author
Git for Windows Build Agent
committed
Update 10 packages
info (7.1.1-1 -> 7.2-1) libsqlite (3.46.1-1 -> 3.49.1-2) mingw-w64-i686-gettext-libtextstyle (0.24-2 -> 0.24.1-1) mingw-w64-i686-gettext-runtime (0.24-2 -> 0.24.1-1) mingw-w64-i686-gettext-tools (0.24-2 -> 0.24.1-1) mingw-w64-i686-sqlite3 (3.47.2-1 -> 3.49.1-1) mingw-w64-x86_64-gettext-libtextstyle (0.24-2 -> 0.24.1-1) mingw-w64-x86_64-gettext-runtime (0.24-2 -> 0.24.1-1) mingw-w64-x86_64-gettext-tools (0.24-2 -> 0.24.1-1) mingw-w64-x86_64-sqlite3 (3.47.2-1 -> 3.49.1-1) Signed-off-by: Git for Windows Build Agent <[email protected]>
1 parent 6087afa commit a207b1f

File tree

1,655 files changed

+6479
-8778
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,655 files changed

+6479
-8778
lines changed

mingw32/bin/autopoint

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
progname=$0
2424
package=gettext-tools
25-
version=0.24
26-
archive_version=0.24
25+
version=0.24.1
26+
archive_version=0.24.1
2727

2828
# Set variables
2929
# - gettext_datadir directory where the data files are stored.
@@ -393,7 +393,7 @@ case "$ver" in
393393
0.21 | 0.21.1 | \
394394
0.22 | 0.22.1 | 0.22.2 | 0.22.3 | 0.22.4 | 0.22.5 | \
395395
0.23 | 0.23.1 | \
396-
0.24 )
396+
0.24 | 0.24.1 )
397397
;;
398398
*)
399399
func_fatal_error "The AM_GNU_GETTEXT_VERSION declaration in your $configure_in

mingw32/bin/dbhash.exe

475 Bytes
Binary file not shown.

mingw32/bin/envsubst.exe

-512 Bytes
Binary file not shown.

mingw32/bin/gettext.exe

0 Bytes
Binary file not shown.

mingw32/bin/gettext.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ if test -z "${ZSH_VERSION+set}"; then
4848
gettext.sh | */gettext.sh | *\\gettext.sh)
4949
progname=$0
5050
package=gettext-runtime
51-
version=0.24
51+
version=0.24.1
5252
# func_usage
5353
# outputs to stdout the --help usage message.
5454
func_usage ()

mingw32/bin/gettextize

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222

2323
progname=$0
2424
package=gettext-tools
25-
version=0.24
26-
archive_version=0.24
25+
version=0.24.1
26+
archive_version=0.24.1
2727

2828
# Set variables
2929
# - gettext_datadir directory where the data files are stored.
@@ -886,7 +886,7 @@ if test -f "$srcdir/Makefile.am"; then
886886
for file in $m4filelist; do
887887
same=no
888888
if test -f "$srcdir/$m4dir/$file"; then
889-
if cmp -s "${datarootdir}/aclocal/$file" "$srcdir/$m4dir/$file"; then
889+
if cmp -s "${datarootdir}/gettext/m4/$file" "$srcdir/$m4dir/$file"; then
890890
same=yes
891891
fi
892892
else
@@ -900,7 +900,7 @@ if test -f "$srcdir/Makefile.am"; then
900900
fi
901901
fi
902902
func_backup "$m4dir/$file"
903-
func_linkorcopy "${datarootdir}/aclocal/$file" "${datarootdir}/aclocal/$file" "$m4dir/$file"
903+
func_linkorcopy "${datarootdir}/gettext/m4/$file" "${datarootdir}/gettext/m4/$file" "$m4dir/$file"
904904
done
905905
missing_m4Makefileam=
906906
if test -n "$added_m4files"; then
@@ -1092,7 +1092,7 @@ else
10921092
please="$please
10931093
Please add the files
10941094
$m4filelist
1095-
from the ${datarootdir}/aclocal directory to your aclocal.m4 file.
1095+
from the ${datarootdir}/gettext/m4 directory to your aclocal.m4 file.
10961096
"
10971097
fi
10981098

mingw32/bin/libasprintf-0.dll

80.2 KB
Binary file not shown.

mingw32/bin/libgettextpo-0.dll

67 KB
Binary file not shown.
382 KB
Binary file not shown.

0 commit comments

Comments
 (0)