2 Commits

Author SHA256 Message Date
f87d232180 Accepting request 1267144 from X11:windowmanagers
OBS-URL: https://build.opensuse.org/request/show/1267144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/i3status-rust?expand=0&rev=10
2025-04-04 16:10:00 +00:00
Dawid Adam
3117e74ec8 - Update to 0.33.2:
* .eng formatter: add show parameter
  * when using theme overrides you can now reference a color name defined in ~/.Xresources, e.g., x:background looks for a line like *background: #aabbcc in ~/.Xresources (see also .Xresources)
  * Add support for wheel left and right clicks
  * Fix bad event errors in focused_window block
  * Removed apt, dnf, and pacman blocks, use packages block instead

OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/i3status-rust?expand=0&rev=31
2025-04-04 12:41:56 +00:00
9 changed files with 24 additions and 16 deletions

View File

@@ -3,12 +3,10 @@
<param name="url">https://github.com/greshake/i3status-rust</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="scm">git</param>
<param name="revision">v0.33.1</param>
<param name="revision">v0.33.2</param>
<param name="match-tag">*</param>
<param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">nyslay@gmail.com</param>
</service>
<service mode="disabled" name="tar" />
<service mode="disabled" name="recompress">

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9955ccba2cad7c3e3851e621dc3dcc1c75dbdb554afc654d620d058355d6bff8
size 1163276

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:74888ab2b6bec95dc8db7ce48b9feede43041c91291b97911134fb71f1c0f655
size 441783

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f392ffbcf5d10428fe6b134eeeb2b8aa7e37024b932c305d9219c858a7ccfb89
size 1267724

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:364dfba94385a28c87cedec13e1d328aaada13efbb4b8ce2f400b9a953fb09ba
size 463060

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 4 12:04:36 UTC 2025 - Dawid Adam <nyslay@gmail.com>
- Update to 0.33.2:
* .eng formatter: add show parameter
* when using theme overrides you can now reference a color name defined in ~/.Xresources, e.g., x:background looks for a line like *background: #aabbcc in ~/.Xresources (see also .Xresources)
* Add support for wheel left and right clicks
* Fix bad event errors in focused_window block
* Removed apt, dnf, and pacman blocks, use packages block instead
-------------------------------------------------------------------
Fri May 31 09:35:42 UTC 2024 - Dawid Adam <nyslay@gmail.com>

View File

@@ -1,4 +1,4 @@
name: i3status-rust
version: 0.33.1
mtime: 1712509703
commit: 974402d0d3cd458e9df14581d53081779fd6ef6b
version: 0.33.2
mtime: 1731162414
commit: be37f671934c7673037d83d7044b3a7b8d363271

View File

@@ -1,7 +1,7 @@
#
# spec file for package i3status-rust
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
Name: i3status-rust
Version: 0.33.1
Version: 0.33.2
Release: 0%{?dist}
Summary: Feature-rich and resource-friendly replacement for i3status, written in Rust

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:23160a1f693c559614bfb5671d594549a86fd1fb5ee80c62994f34b107bf660e
size 51503584
oid sha256:31321e4c8b873485bb0406dd2bd13cf9e4f9122fbfdfcdaac69ccba595791294
size 60883282