Accepting request 1222564 from X11:terminals
OBS-URL: https://build.opensuse.org/request/show/1222564 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alacritty?expand=0&rev=41
This commit is contained in:
commit
186d130834
3
_service
3
_service
@ -4,7 +4,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/alacritty/alacritty.git</param>
|
||||
<param name="revision">refs/tags/v0.13.2</param>
|
||||
<param name="revision">refs/tags/v0.14.0</param>
|
||||
<param name="match-tag">v*</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -38,5 +38,4 @@
|
||||
<param name="update">true</param>
|
||||
<param name="filter">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="manual"/>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/alacritty/alacritty.git</param>
|
||||
<param name="changesrevision">bb8ea18ea848f67ce981b0c2446d1eee2c49eada</param></service></servicedata>
|
||||
<param name="changesrevision">22a447573bbd67c0a5d3946d58d6d61bac3b4ad2</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0d1057cbfd18948d69ca060d892f02ebff804f3e3fc8b00c13a589e67fe2ee5a
|
||||
size 1176737
|
3
alacritty-0.14.0.tar.zst
Normal file
3
alacritty-0.14.0.tar.zst
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:191bd338f07d0c6060d43d7c0c0bce977e03582015c0c817deccec4ce6acccb6
|
||||
size 1182323
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 25 20:39:28 UTC 2024 - adam@mizerski.pl
|
||||
|
||||
- Update to version 0.14.0:
|
||||
* Packaging
|
||||
+ Minimum Rust version has been bumped to 1.74.0
|
||||
* Added
|
||||
+ Support relative path imports from config files
|
||||
+ alacritty migrate support for TOML configuration changes
|
||||
+ Headless mode using alacritty --daemon
|
||||
* Changed
|
||||
+ Pressing Alt with unicode input will now add ESC like for ASCII input
|
||||
+ Decorations use opaque style and system window background on macOS
|
||||
+ No longer source ~/.zshenv on macOS
|
||||
+ Moved config options import, working_directory, live_config_reload, and ipc_socket
|
||||
+ to the new general section
|
||||
+ Moved config option shell to terminal.shell
|
||||
+ ctrl+shift+u binding to open links to ctrl+shift+o to avoid collisions with IMEs
|
||||
+ Use Beam cursor for single char cursor inside the IME preview
|
||||
* Fixed
|
||||
+ Crash when trying to create a new tab without decorations enabled
|
||||
+ New window being treated as focused when it's not on Wayland
|
||||
+ IME preview blending into text below it
|
||||
+ Dynamic title disabled for new windows when initial one has title as CLI option
|
||||
+ While terminal in mouse mode, mouse bindings that used the shift modifier and
|
||||
+ had multiple actions only performed the first action
|
||||
+ Leaking FDs when closing windows on Unix systems
|
||||
+ Config emitting errors for nonexistent import paths
|
||||
+ Kitty keyboard protocol reporting shifted key codes
|
||||
+ Broken search with words broken across line boundary on the first character
|
||||
+ Config import changes not being live reloaded
|
||||
+ Cursor color requests with default cursor colors
|
||||
+ Fullwidth semantic escape characters
|
||||
+ Windows app icon now displays properly in old alt+tab on Windows
|
||||
+ Alacritty not being properly activated with startup notify
|
||||
+ Invalid URL highlights after terminal scrolling
|
||||
+ Hollow block cursor not spanning multiple chars being edited inside the IME preview
|
||||
+ Vi inline search only working for direct key input without modifiers
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 21 15:22:01 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: alacritty
|
||||
version: 0.13.2
|
||||
mtime: 1711302655
|
||||
commit: bb8ea18ea848f67ce981b0c2446d1eee2c49eada
|
||||
version: 0.14.0
|
||||
mtime: 1729638601
|
||||
commit: 22a447573bbd67c0a5d3946d58d6d61bac3b4ad2
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: alacritty
|
||||
Version: 0.13.2
|
||||
Version: 0.14.0
|
||||
Release: 0
|
||||
Summary: A GPU-accelerated terminal emulator
|
||||
License: Apache-2.0
|
||||
@ -26,17 +26,17 @@ Source0: %{name}-%{version}.tar.zst
|
||||
Source1: vendor.tar.zst
|
||||
Source3: README.suse-maint
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: cmake
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libxkbcommon-devel
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: rust >= 1.70
|
||||
BuildRequires: rust >= 1.74
|
||||
BuildRequires: scdoc
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xclip
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
# taken from vendor/freetype-sys/build.rs
|
||||
BuildRequires: pkgconfig(freetype2) >= 24.3.18
|
||||
Suggests: terminfo
|
||||
|
||||
%description
|
||||
@ -72,15 +72,6 @@ The official zsh completion script for alacritty.
|
||||
%prep
|
||||
%autosetup -a1
|
||||
|
||||
%ifarch aarch64 ppc64le riscv64
|
||||
# Remove checksum of config.guess and config.sub since aarch64 and ppc64le modify them
|
||||
sed -i 's#"expat/conftools/config.guess":"ebaffe1c6683ae2c3dcabb87825a83b892f00391514756f7640c4a3dcafbad4f",##g' ./vendor/expat-sys/.cargo-checksum.json
|
||||
sed -i 's#"expat/conftools/config.sub":"523cb028db907d1fbbcecdcac6737f9e2eeba48fb639231dbc5ae69238f276c9",##g' ./vendor/expat-sys/.cargo-checksum.json
|
||||
%endif
|
||||
%ifarch riscv64
|
||||
sed -i -e 's#"config.guess":"e0c1d7ef8ce964fb57c35e7704ae8661d7e4ca87d6a3c18950e503ae26b62319",##' -e 's#"config.sub":"f7e62c3cb15cd5bbc4e7f3617793b227481fc554d39697a9c322a266d20fb626",##' vendor/servo-fontconfig-sys/.cargo-checksum.json
|
||||
%endif
|
||||
|
||||
%build
|
||||
%{cargo_build}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:20ef9efbd1728c2ff06995275b5de2869d6cc404bbfc13993420cc183e87746d
|
||||
size 10586945
|
||||
oid sha256:99a52bd28f19c07d2e007679618b943c8601c319a17357fd0592b64771344111
|
||||
size 10283472
|
||||
|
Loading…
x
Reference in New Issue
Block a user