commit eww for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package eww for openSUSE:Factory checked in at 2024-06-03 17:42:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eww (Old) and /work/SRC/openSUSE:Factory/.eww.new.24587 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "eww" Mon Jun 3 17:42:00 2024 rev:2 rq:1178025 version:0.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/eww/eww.changes 2024-03-03 20:20:08.983628624 +0100 +++ /work/SRC/openSUSE:Factory/.eww.new.24587/eww.changes 2024-06-03 17:42:15.048359569 +0200 @@ -1,0 +2,18 @@ +Mon Apr 22 07:30:42 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me> + +- Update to version 0.6.0 + + Fixes + - The shell-completions subcommand is now run before anything + is set up + - Fix nix flake + - Fix jq + - Labels now use gtk's truncation system + + Features + - Add libdbusmenu-gtk3-devel BuildRequires: add systray widget + - Add :checked property to checkbox +- Disable cargo update: could not find `ObjectExt` in `glib` + (gh#elkowar/eww#1062 gh#elkowar/eww#1063) +- Add cargo test script +- Add CHANGELOG.md to doc + +------------------------------------------------------------------- Old: ---- eww-0.5.0.tar.gz New: ---- eww-0.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eww.spec ++++++ --- /var/tmp/diff_new_pack.M7iQI0/_old 2024-06-03 17:42:17.400445494 +0200 +++ /var/tmp/diff_new_pack.M7iQI0/_new 2024-06-03 17:42:17.404445639 +0200 @@ -16,8 +16,9 @@ # +%bcond_without test Name: eww -Version: 0.5.0 +Version: 0.6.0 Release: 0 Summary: ElKowars wacky widgets License: MIT @@ -25,6 +26,7 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz Source1: vendor.tar.zst BuildRequires: cargo-packaging +BuildRequires: libdbusmenu-gtk3-devel BuildRequires: gtk-layer-shell-devel BuildRequires: gtk3-devel BuildRequires: rust >= 1.70.0 @@ -35,7 +37,6 @@ %prep %autosetup -a1 -p1 - rm docs/.gitignore sed -i '1s|#!/bin/sh|#!/usr/bin/sh|' examples/eww-bar/scripts/getvol @@ -45,8 +46,13 @@ %install install -Dm755 target/release/%{name} -t %{buildroot}%{_bindir} +%check +%if %{with test} +%{cargo_test} +%endif + %files %license LICEN* -%doc README* docs examples +%doc README* docs examples CHANGELOG.md %{_bindir}/%{name} ++++++ _service ++++++ --- /var/tmp/diff_new_pack.M7iQI0/_old 2024-06-03 17:42:17.436446809 +0200 +++ /var/tmp/diff_new_pack.M7iQI0/_new 2024-06-03 17:42:17.440446955 +0200 @@ -3,7 +3,7 @@ <service name="cargo_vendor" mode="manual"> <param name="src">eww-*.tar.gz</param> <param name="compression">zst</param> - <param name="update">true</param> + <param name="update">false</param> </service> <service name="cargo_audit" mode="manual"/> </services> ++++++ eww-0.5.0.tar.gz -> eww-0.6.0.tar.gz ++++++ ++++ 5106 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/eww/vendor.tar.zst /work/SRC/openSUSE:Factory/.eww.new.24587/vendor.tar.zst differ: char 7, line 1
participants (1)
-
Source-Sync