Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alacritty for openSUSE:Factory checked in at 2022-12-14 14:11:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alacritty (Old) and /work/SRC/openSUSE:Factory/.alacritty.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alacritty" Wed Dec 14 14:11:42 2022 rev:28 rq:1042857 version:0.11.0 Changes: -------- --- /work/SRC/openSUSE:Factory/alacritty/alacritty.changes 2022-06-21 16:32:48.171845564 +0200 +++ /work/SRC/openSUSE:Factory/.alacritty.new.1835/alacritty.changes 2022-12-14 14:12:07.327840091 +0100 @@ -1,0 +2,37 @@ +Wed Dec 07 21:22:40 UTC 2022 - Soc Virnyl Estela <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- alacritty-0.10.1.tar.xz New: ---- _constraints alacritty-0.11.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alacritty.spec ++++++ --- /var/tmp/diff_new_pack.IQp5Ok/_old 2022-12-14 14:12:09.279850132 +0100 +++ /var/tmp/diff_new_pack.IQp5Ok/_new 2022-12-14 14:12:09.283850153 +0100 @@ -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 @@ 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 @@ # 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 @@ %{_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 ++++++ _constraints ++++++ <?xml version="1.0"?> <constraints> <hardware> <memory> <size unit="G">8</size> </memory> </hardware> </constraints> ++++++ _service ++++++ --- /var/tmp/diff_new_pack.IQp5Ok/_old 2022-12-14 14:12:09.363850564 +0100 +++ /var/tmp/diff_new_pack.IQp5Ok/_new 2022-12-14 14:12:09.367850585 +0100 @@ -6,9 +6,12 @@ <service name="obs_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/alacritty/alacritty.git</param> - <param name="revision">13b6248dd92b823bc90e86c77e367b77c27ed4a0</param> - <param name="version">0.10.1</param> - + <param name="revision">8dbaa0bbd308a72075910ff32d8ffcca09ae3529</param> + <param name="match-tag">*</param> + <param name="versionformat">@PARENT_TAG@</param> + <param name="versionrewrite-pattern">v(.*)</param> + <param name="versionrewrite-replacement">\1</param> + <param name="changesgenerate">enable</param> <param name="exclude">.builds</param> <param name="exclude">.github</param> <param name="exclude">.agignore</param> @@ -31,14 +34,13 @@ <param name="file">*.tar</param> <param name="compression">xz</param> </service> + <service mode="disabled" name="set_version"/> <service name="cargo_vendor" mode="disabled"> <param name="srcdir">alacritty</param> <param name="compression">xz</param> <param name="update">true</param> </service> - <service name="cargo_audit" mode="disabled"> - <param name="srcdir">alacritty</param> - </service> + <service name="cargo_audit" mode="disabled" /> </services> ++++++ alacritty-0.10.1.tar.xz -> alacritty-0.11.0.tar.xz ++++++ ++++ 17180 lines of diff (skipped) ++++++ vendor.tar.xz ++++++ /work/SRC/openSUSE:Factory/alacritty/vendor.tar.xz /work/SRC/openSUSE:Factory/.alacritty.new.1835/vendor.tar.xz differ: char 25, line 1
