Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
mingw-w64-clang-aarch64-wineditline (2.206-1 -> 2.208-1)

Signed-off-by: Git for Windows Build Agent <ci@git-for-windows.build>
  • Loading branch information
Git for Windows Build Agent committed Oct 21, 2024
1 parent abd24fb commit 6b5715d
Show file tree
Hide file tree
Showing 26 changed files with 21 additions and 13 deletions.
Binary file modified clangarm64/bin/edit.dll
Binary file not shown.
Binary file modified clangarm64/bin/edit_test.exe
Binary file not shown.
Binary file modified clangarm64/bin/edit_test_dll.exe
Binary file not shown.
6 changes: 5 additions & 1 deletion clangarm64/include/editline/readline.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ readline.h
is part of:
WinEditLine (formerly MinGWEditLine)
Copyright 2010-2020 Paolo Tosco <paolo.tosco.mail@gmail.com>
Copyright 2010-2022 Paolo Tosco <paolo.tosco.mail@gmail.com>
All rights reserved.
Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -45,6 +45,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
these defines may be changed
*/
#define DEFAULT_HISTORY_SIZE 200 /* default number of history entries */
#define RL_READLINE_VERSION 0x020208 /* 0xMMmmpp where MM is major, mm minor, pp patch version */

#ifdef __cplusplus
extern "C" {
Expand Down Expand Up @@ -108,11 +109,14 @@ extern variables
extern char *rl_line_buffer;
extern char *rl_prompt;
extern int rl_point;
extern int rl_end;
extern int rl_attempted_completion_over;
extern int rl_completion_append_character;
extern int rl_readline_version;
extern const char rl_basic_word_break_characters[];
extern const char *rl_completer_word_break_characters;
extern const char *rl_readline_name;
extern const char *rl_library_version;
extern rl_completion_func_t *rl_attempted_completion_function;
extern rl_compentry_func_t *rl_completion_entry_function;
extern rl_compentryfree_func_t *rl_user_completion_entry_free_function;
Expand Down
Binary file added clangarm64/lib/libedit.a
Binary file not shown.
Binary file modified clangarm64/lib/libedit.dll.a
Binary file not shown.
Binary file removed clangarm64/lib/libedit_static.a
Binary file not shown.
4 changes: 2 additions & 2 deletions clangarm64/lib/pkgconfig/wineditline.pc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
prefix=/clangarm64
exec_prefix=/clangarm64
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include

Name: wineditline
Description: EditLine API implementation for the native Windows Console
Version: 2.205
Version: 2.208
Cflags: -I${includedir}/editline
Libs: -L${libdir} -ledit
2 changes: 1 addition & 1 deletion clangarm64/share/licenses/wineditline/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
WinEditLine (formerly MinGWEditLine)
Copyright 2010-2020 Paolo Tosco <paolo.tosco.mail@gmail.com>
Copyright 2010-2021 Paolo Tosco <paolo.tosco.mail@gmail.com>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ any
1718204686

%INSTALLDATE%
1729165335
1729481381

%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,13 +2,13 @@
mingw-w64-clang-aarch64-wineditline

%VERSION%
2.206-1
2.208-1

%BASE%
mingw-w64-wineditline

%DESC%
port of the NetBSD Editline library (mingw-w64)
An EditLine API implementation for the native Windows Console (mingw-w64)

%URL%
https://mingweditline.sourceforge.io/
Expand All @@ -17,23 +17,27 @@ https://mingweditline.sourceforge.io/
any

%BUILDDATE%
1684776025
1729405018

%INSTALLDATE%
1684811748
1729481374

%PACKAGER%
CI (msys2-arm/msys2-autobuild/8d98d967/5048536662)
CI (msys2-arm/msys2-autobuild/7c56a1d7/11424020336)

%SIZE%
179084
236108

%REASON%
1

%LICENSE%
BSD
spdx:BSD-3-Clause

%VALIDATION%
sha256
pgp

%XDATA%
pkgtype=pkg

Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ clangarm64/include/
clangarm64/include/editline/
clangarm64/include/editline/readline.h
clangarm64/lib/
clangarm64/lib/libedit.a
clangarm64/lib/libedit.dll.a
clangarm64/lib/libedit_static.a
clangarm64/lib/pkgconfig/
clangarm64/lib/pkgconfig/wineditline.pc
clangarm64/share/
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 6b5715d

Please sign in to comment.