public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/awatcher] f45: Update to v0.4.0
@ 2026-08-29 9:04
0 siblings, 0 replies; only message in thread
From: @ 2026-08-29 9:04 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/awatcher
Branch : f45
Commit : 1de0e2b7e1835fb0624557c3073217f606c20fe9
Author : Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
Date : 2026-08-29T11:03:22+02:00
Stats : +25/-38 in 7 file(s)
URL : https://src.fedoraproject.org/rpms/awatcher/c/1de0e2b7e1835fb0624557c3073217f606c20fe9?branch=f45
Log:
Update to v0.4.0
---
diff --git a/.gitignore b/.gitignore
index a32c05d..b75eb96 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@
/v0.3.2.tar.gz
/aw-server-rust-656f3c9.tar.gz
/v0.3.3.tar.gz
+/aw-server-rust-2875df5.tar.gz
+/v0.4.0.tar.gz
diff --git a/0001-Use-locally-downloaded-aw-server-rust.patch b/0001-Use-locally-downloaded-aw-server-rust.patch
index 19697bf..87f9e21 100644
--- a/0001-Use-locally-downloaded-aw-server-rust.patch
+++ b/0001-Use-locally-downloaded-aw-server-rust.patch
@@ -1,4 +1,4 @@
-From 4fb6918b309e6cb4de5f367fdaee4cfe6d40d7d0 Mon Sep 17 00:00:00 2001
+From 0997b2713d770d05fb7c2a0f74b7b9c8a3a9c940 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
<lukasz.wojnilowicz@gmail.com>
Date: Sun, 9 Feb 2025 10:20:23 +0100
@@ -9,18 +9,18 @@ Subject: [PATCH 1/3] Use locally downloaded aw-server-rust
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/watchers/Cargo.toml b/watchers/Cargo.toml
-index e1b6147..0fc67e2 100644
+index 7eab12c..0fc67e2 100644
--- a/watchers/Cargo.toml
+++ b/watchers/Cargo.toml
@@ -14,7 +14,7 @@ rstest = "0.26.1"
tempfile = "3.13.0"
[dependencies]
--aw-client-rust = { git = "https://github.com/ActivityWatch/aw-server-rust", rev = "656f3c9" }
+-aw-client-rust = { git = "https://github.com/ActivityWatch/aw-server-rust", rev = "2875df5" }
+aw-client-rust = { path = "../aw-client-rust" }
wayland-client = "0.31.7"
wayland-protocols = { version = "0.32.6", features = ["staging", "client" ]}
wayland-protocols-plasma = { version = "0.3.5", features = ["client"] }
--
-2.51.1
+2.54.0
diff --git a/0002-Fix-dependencies-to-the-one-used-in-Fedora.patch b/0002-Fix-dependencies-to-the-one-used-in-Fedora.patch
index 7c9761a..59dbc97 100644
--- a/0002-Fix-dependencies-to-the-one-used-in-Fedora.patch
+++ b/0002-Fix-dependencies-to-the-one-used-in-Fedora.patch
@@ -1,29 +1,13 @@
-From 7201628059ca71f2f3a15d7bea4136af6f9fc3c6 Mon Sep 17 00:00:00 2001
+From 6f391ea42b312b8c59ffd64c8554765d565dcf61 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
<lukasz.wojnilowicz@gmail.com>
Date: Sun, 17 Aug 2025 15:33:42 +0200
Subject: [PATCH 2/3] Fix dependencies to the one used in Fedora
---
- Cargo.toml | 4 ++--
watchers/Cargo.toml | 4 ++--
- 2 files changed, 4 insertions(+), 4 deletions(-)
+ 1 file changed, 2 insertions(+), 2 deletions(-)
-diff --git a/Cargo.toml b/Cargo.toml
-index 6b0b66c..4436255 100644
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -33,8 +33,8 @@ tempfile = "3.20.0"
- [dependencies]
- watchers = { path = "./watchers", default-features = false }
- chrono = "0.4.41"
--toml = "0.9.5"
--clap = { version = "4.5.45", features = ["string"] }
-+toml = "0.9.2"
-+clap = { version = "4.5.42", features = ["string"] }
- fern = { version = "0.7.1", features = ["colored"] }
- log = { workspace = true }
- anyhow = { workspace = true }
diff --git a/watchers/Cargo.toml b/watchers/Cargo.toml
index 0fc67e2..5fe667a 100644
--- a/watchers/Cargo.toml
@@ -44,5 +28,5 @@ index 0fc67e2..5fe667a 100644
anyhow = { workspace = true }
async-trait = "0.1.83"
--
-2.51.1
+2.54.0
diff --git a/0003-Remove-cosmic-watcher.patch b/0003-Remove-cosmic-watcher.patch
index 824a20c..ee4163d 100644
--- a/0003-Remove-cosmic-watcher.patch
+++ b/0003-Remove-cosmic-watcher.patch
@@ -1,4 +1,4 @@
-From 2117ab4c3b75733238b80cfb9e504feb43d7cbf0 Mon Sep 17 00:00:00 2001
+From f214b47c4c8f6e7c48b88a09b91612147a83178f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
<lukasz.wojnilowicz@gmail.com>
Date: Sun, 17 Aug 2025 15:38:01 +0200
@@ -369,5 +369,5 @@ index 17a8060..0000000
- }
-}
--
-2.51.1
+2.54.0
diff --git a/0004-Remove-unneeded-dev-dependencies.patch b/0004-Remove-unneeded-dev-dependencies.patch
index 8ca2b05..796dfdf 100644
--- a/0004-Remove-unneeded-dev-dependencies.patch
+++ b/0004-Remove-unneeded-dev-dependencies.patch
@@ -1,27 +1,28 @@
-From c441d8a698d252908b0cd3957e9fc1c69123abde Mon Sep 17 00:00:00 2001
+From 7f0e0d71c2e8d496a13e34b8f006859970ed53bb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
<lukasz.wojnilowicz@gmail.com>
Date: Sun, 9 Feb 2025 10:57:02 +0100
Subject: [PATCH] Remove unneeded dev dependencies
---
- aw-client-rust/Cargo.toml | 6 ------
- 1 file changed, 6 deletions(-)
+ aw-client-rust/Cargo.toml | 7 -------
+ 1 file changed, 7 deletions(-)
diff --git a/aw-client-rust/Cargo.toml b/aw-client-rust/Cargo.toml
-index f41c370..bf8ad4e 100644
+index 8b0bc62..befe37c 100644
--- a/aw-client-rust/Cargo.toml
+++ b/aw-client-rust/Cargo.toml
-@@ -12,9 +12,3 @@ serde_json = "1.0"
- chrono = { version = "0.4", features = ["serde"] }
- aw-models = { path = "../aw-models" }
- tokio = { version = "1.28.2", features = ["rt"] }
+@@ -18,10 +18,3 @@ libc = "0.2"
+ thiserror = "1.0"
+ dirs = "6.0"
+ fs4 = { version = "0.13", features = ["sync"] }
-
-[dev-dependencies]
-aw-datastore = { path = "../aw-datastore" }
-aw-server = { path = "../aw-server", default-features = false, features=[] }
-rocket = "0.5.0-rc.1"
-tokio-test = "*"
+-toml = "0.8"
--
-2.48.1
+2.54.0
diff --git a/awatcher.spec b/awatcher.spec
index f43a089..da112f4 100644
--- a/awatcher.spec
+++ b/awatcher.spec
@@ -2,11 +2,11 @@
%bcond check 0
%global watcher_name aw-awatcher
-%global aw_server_rust_commit 656f3c97b3b5fb9be96b9e3a60f52c9e5cfdaf67
+%global aw_server_rust_commit 2875df589f02606df1a90be022c8126c36e608a3
%global aw_server_rust_short_commit %(c=%{aw_server_rust_commit}; echo ${c:0:7})
Name: awatcher
-Version: 0.3.3
+Version: 0.4.0
Release: %autorelease
Summary: A window activity and idle watcher
# (Apache-2.0 OR MIT) AND BSD-3-Clause
diff --git a/sources b/sources
index 033a09b..b5cd210 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-SHA512 (aw-server-rust-656f3c9.tar.gz) = 64a48bd3bd6f42f6c584744dcdface957af716ae99f0356d9c5ec276df7a1cd729a6bd13a300ac6527079ae703df74bc2d657b64fca870084718f8a745bd95cf
-SHA512 (v0.3.3.tar.gz) = 7e1c9336246453ece1aa631c99ec5f201106c42189f0e2437ce0bd38029162bd565c5a637259e0d6644f7b319be005d83163563cd7912a5b84abe4eea88eb2d8
+SHA512 (aw-server-rust-2875df5.tar.gz) = 81f225e0b10659368ece69c4a96edc52e0fe695b80a7978f90c49fc9ed24287c9b7877723d6921e639ba99aa7ad17094cf30f1f582ac4df42ba0323309101072
+SHA512 (v0.4.0.tar.gz) = 828673795417281c3f3e005b6921ccd1bd3836cebeaa9d17471045d7d687a9cea888c04f1382808359278770ced47a412ddd5ff63c9e8cc923b1f08bdd9e8c0c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-29 9:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-29 9:04 [rpms/awatcher] f45: Update to v0.4.0
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox