diff --git a/_constraints b/_constraints
new file mode 100644
index 0000000..a466c11
--- /dev/null
+++ b/_constraints
@@ -0,0 +1,9 @@
+
+
+
+
+ 8
+
+
+
+
diff --git a/_service b/_service
index 17a4a59..a710f8e 100644
--- a/_service
+++ b/_service
@@ -6,9 +6,12 @@
git
https://github.com/alacritty/alacritty.git
- 13b6248dd92b823bc90e86c77e367b77c27ed4a0
- 0.10.1
-
+ 8dbaa0bbd308a72075910ff32d8ffcca09ae3529
+ *
+ @PARENT_TAG@
+ v(.*)
+ \1
+ enable
.builds
.github
.agignore
@@ -31,13 +34,12 @@
*.tar
xz
+
alacritty
xz
true
-
- alacritty
-
+
diff --git a/alacritty-0.10.1.tar.xz b/alacritty-0.10.1.tar.xz
deleted file mode 100644
index 367de26..0000000
--- a/alacritty-0.10.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:0fb5eef275ec1431ef7f566a35fe5eefdc94d21a6d1a8483b89ae1a4ef04a0b6
-size 969012
diff --git a/alacritty-0.11.0.tar.xz b/alacritty-0.11.0.tar.xz
new file mode 100644
index 0000000..ab9d0ee
--- /dev/null
+++ b/alacritty-0.11.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:1e6e2d9c2ca3da3c0ab5d678141c864fff7038c7e3bf2506209ceeaa0f8be235
+size 999056
diff --git a/alacritty.changes b/alacritty.changes
index 3453825..b8b8aab 100644
--- a/alacritty.changes
+++ b/alacritty.changes
@@ -1,3 +1,40 @@
+-------------------------------------------------------------------
+Wed Dec 07 21:22:40 UTC 2022 - Soc Virnyl Estela
+
+- Update to version 0.11.0:
+ * Packaging
+ - Minimum Rust version has been bumped to 1.57.0
+ - Renamed io.alacritty.Alacritty.appdata.xml to org.alacritty.Alacritty.appdata.xml
+ - Renamed io.alacritty to org.alacritty for Alacritty.app
+ * Fixed
+ - Creating the IPC socket failing if WAYLAND_DISPLAY contains an absolute path
+ - Crash when resetting the terminal while in vi mode
+ - font.glyph_offset not live reloading
+ - Failure when running on 10-bit color system
+ - The colors being slightly different when using srgb displays on macOS
+ - Vi cursor blinking not reset when navigating in search
+ - Scrolling and middle-clicking modifying the primary selection
+ - Bottom gap for certain builtin box drawing characters
+ - Incorrect built-in glyphs for U+2567 and U+2568
+ - Character mappings in the DEC special graphics character set (line drawing)
+ - Window flickering on resize on Wayland
+ - Unnecessary config reload when using /dev/null as a config file
+ - Windows Open Alacritty Here on root of drive displaying error
+ - On macOS, font.use_thin_strokes did not work since Big Sur
+ - On macOS, trying to load a disabled font would crash
+ - On macOS, Alacritty sessions did not appear in the list of tty sessions for w and who
+ - Cursor not hiding on GNOME Wayland
+ - Font having different scale factor after monitor powering off/on on X11
+ - Viewport not updating after opening a new tabbed window on macOS
+ - Terminal not exiting sometimes after closing all windows on macOS
+ - CPU usage spikes due to mouse movements for unfocused windows on X11/Windows
+ - First window on macOS not tabbed with system prefer tabs setting
+ - Window being treaten as focused by default on Wayland
+ * Removed
+ - font.use_thin_strokes config field; to use thin strokes on macOS, set
+ - AppleFontSmoothing to 0 with $ defaults write -g AppleFontSmoothing -int 0
+- Add _constraints file. 8GB of RAM to build alacritty
+
-------------------------------------------------------------------
Mon Jun 20 03:29:18 UTC 2022 - William Brown
diff --git a/alacritty.spec b/alacritty.spec
index 908986f..e9bf569 100644
--- a/alacritty.spec
+++ b/alacritty.spec
@@ -19,7 +19,7 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: alacritty
-Version: 0.10.1
+Version: 0.11.0
Release: 0
Summary: A GPU-accelerated terminal emulator
License: Apache-2.0
@@ -74,15 +74,6 @@ The official zsh completion script for alacritty.
mkdir .cargo
cp %{SOURCE2} .cargo/config
-%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
RUSTFLAGS=%{rustflags} %{cargo_build}
@@ -96,8 +87,8 @@ rm -fr %{buildroot}%{_datadir}
# install man page and completions
install -Dm 0644 extra/linux/Alacritty.desktop %{buildroot}/%{_datadir}/applications/Alacritty.desktop
install -Dm 0644 extra/logo/alacritty-simple.svg %{buildroot}/%{_datadir}/pixmaps/Alacritty.svg
-install -Dm 0644 extra/linux/io.alacritty.Alacritty.appdata.xml \
- %{buildroot}/%{_datadir}/appdata/io.alacritty.Alacritty.appdata.xml
+install -Dm 0644 extra/linux/org.alacritty.Alacritty.appdata.xml \
+ %{buildroot}/%{_datadir}/appdata/org.alacritty.Alacritty.appdata.xml
install -Dm 0644 extra/%{name}.man %{buildroot}/%{_mandir}/man1/%{name}.1
install -Dm 0644 extra/completions/%{name}.bash %{buildroot}/%{_datadir}/bash-completion/completions/%{name}
install -Dm 0644 extra/completions/%{name}.fish %{buildroot}/%{_datadir}/fish/vendor_completions.d/%{name}.fish
@@ -115,7 +106,7 @@ install -Dm 0644 extra/completions/_%{name} %{buildroot}/%{_datadir}/zsh/site-f
%{_mandir}/man1/%{name}.1%{?ext_man}
%{_datadir}/applications/Alacritty.desktop
%{_datadir}/pixmaps/Alacritty.svg
-%{_datadir}/appdata/io.alacritty.Alacritty.appdata.xml
+%{_datadir}/appdata/org.alacritty.Alacritty.appdata.xml
%files bash-completion
%{_datadir}/bash-completion
diff --git a/vendor.tar.xz b/vendor.tar.xz
index 92d2486..b11c0ab 100644
--- a/vendor.tar.xz
+++ b/vendor.tar.xz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b100acb73c03d0ecd7802cbb6f1d02fb9ad6147434647d8617219214195616d0
-size 17995272
+oid sha256:ddb2b50e6922d7865cb4f8da93a7650f9f0e2b185d05f6d43090a0d354bc3004
+size 22766032