public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/aw-server-rust] f43: Update to b199671
Date: Wed, 24 Jun 2026 19:04:54 GMT	[thread overview]
Message-ID: <178232789410.1.14654225890979045678.rpms-aw-server-rust-862bedcba9ac@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/aw-server-rust
Branch : f43
Commit : 862bedcba9ac9988e9efcc282b5f3926fe36117e
Author : Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
Date   : 2026-06-24T20:28:17+02:00
Stats  : +99/-124 in 12 file(s)
URL    : https://src.fedoraproject.org/rpms/aw-server-rust/c/862bedcba9ac9988e9efcc282b5f3926fe36117e?branch=f43

Log:
Update to b199671

---
diff --git a/.gitignore b/.gitignore
index dd2ffb6..5a30ce5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /aw-server-rust-8e369e7.tar.gz
 /aw-server-rust-9a8802a.tar.gz
 /aw-server-rust-df49b3d.tar.gz
+/aw-server-rust-b199671.tar.gz

diff --git a/0001-Remove-vendored-openssl.patch b/0001-Remove-vendored-openssl.patch
index 3530301..f820fdc 100644
--- a/0001-Remove-vendored-openssl.patch
+++ b/0001-Remove-vendored-openssl.patch
@@ -1,15 +1,15 @@
-From 33c1ed9ba59ff8a9af9f38647fc38773a54267c4 Mon Sep 17 00:00:00 2001
+From 25b795af707612a1414a298dc50ee5f1d8b9ed03 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
  <lukasz.wojnilowicz@gmail.com>
 Date: Mon, 9 Dec 2024 17:13:00 +0100
-Subject: [PATCH 1/8] Remove vendored openssl
+Subject: [PATCH 1/7] Remove vendored openssl
 
 ---
  aw-sync/Cargo.toml | 3 ---
  1 file changed, 3 deletions(-)
 
 diff --git a/aw-sync/Cargo.toml b/aw-sync/Cargo.toml
-index eccaa13..fc2deeb 100644
+index 4bd53ca..456690d 100644
 --- a/aw-sync/Cargo.toml
 +++ b/aw-sync/Cargo.toml
 @@ -32,9 +32,6 @@ aw-models = { path = "../aw-models" }
@@ -17,7 +17,7 @@ index eccaa13..fc2deeb 100644
  aw-client-rust = { path = "../aw-client-rust" }
  
 -[target.'cfg(target_os="linux")'.dependencies]
--openssl = { version = "0.10.79", features = ["vendored"] }  # https://github.com/ActivityWatch/aw-server-rust/issues/478
+-openssl = { version = "0.10.80", features = ["vendored"] }  # https://github.com/ActivityWatch/aw-server-rust/issues/478
 -
  [target.'cfg(target_os="android")'.dependencies]
  jni = { version = "0.21", default-features = false }

diff --git a/0002-Remove-Android-dependencies.patch b/0002-Remove-Android-dependencies.patch
index 130aca6..9d393a5 100644
--- a/0002-Remove-Android-dependencies.patch
+++ b/0002-Remove-Android-dependencies.patch
@@ -1,8 +1,8 @@
-From 4b79bd870f5b4c6c85a247d273d26b7a83b78387 Mon Sep 17 00:00:00 2001
+From 45d2e8a9ddb18877eaeb238f6ff566d3902cac65 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
  <lukasz.wojnilowicz@gmail.com>
 Date: Mon, 9 Dec 2024 17:21:41 +0100
-Subject: [PATCH 2/8] Remove Android dependencies
+Subject: [PATCH 2/7] Remove Android dependencies
 
 ---
  aw-server/Cargo.toml | 7 -------
@@ -10,10 +10,10 @@ Subject: [PATCH 2/8] Remove Android dependencies
  2 files changed, 10 deletions(-)
 
 diff --git a/aw-server/Cargo.toml b/aw-server/Cargo.toml
-index da6c908..a12eded 100644
+index 814a621..58f4e1f 100644
 --- a/aw-server/Cargo.toml
 +++ b/aw-server/Cargo.toml
-@@ -40,10 +40,3 @@ sd-notify = "0.4.2"
+@@ -50,10 +50,3 @@ sd-notify = "0.4.2"
  
  [target.'cfg(all(target_os="linux", target_arch="x86"))'.dependencies]
  jemallocator = "0.5.0"
@@ -25,7 +25,7 @@ index da6c908..a12eded 100644
 -openssl-sys = { version = "0.9.82", features = ["vendored"]}
 -aw-client-rust = { path = "../aw-client-rust" }
 diff --git a/aw-sync/Cargo.toml b/aw-sync/Cargo.toml
-index fc2deeb..37d6976 100644
+index 456690d..37075d8 100644
 --- a/aw-sync/Cargo.toml
 +++ b/aw-sync/Cargo.toml
 @@ -32,9 +32,6 @@ aw-models = { path = "../aw-models" }
@@ -39,5 +39,5 @@ index fc2deeb..37d6976 100644
  default = ["cli"]
  cli = ["clap", "ctrlc"]
 -- 
-2.51.1
+2.54.0
 

diff --git a/0003-Remove-jemallocator.patch b/0003-Remove-jemallocator.patch
index ca74988..785e655 100644
--- a/0003-Remove-jemallocator.patch
+++ b/0003-Remove-jemallocator.patch
@@ -1,8 +1,8 @@
-From fb92acc136b746426e33ac3ff900762823b2b9f2 Mon Sep 17 00:00:00 2001
+From 1dc2e713794a34dfb25e73674c5fa095cc130518 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
  <lukasz.wojnilowicz@gmail.com>
 Date: Mon, 9 Dec 2024 17:24:49 +0100
-Subject: [PATCH 3/8] Remove jemallocator
+Subject: [PATCH 3/7] Remove jemallocator
 
 ---
  aw-server/Cargo.toml  | 2 --
@@ -10,17 +10,17 @@ Subject: [PATCH 3/8] Remove jemallocator
  2 files changed, 7 deletions(-)
 
 diff --git a/aw-server/Cargo.toml b/aw-server/Cargo.toml
-index a12eded..e1320b9 100644
+index 58f4e1f..8347d45 100644
 --- a/aw-server/Cargo.toml
 +++ b/aw-server/Cargo.toml
-@@ -38,5 +38,3 @@ aw-query = { path = "../aw-query" }
+@@ -48,5 +48,3 @@ aw-query = { path = "../aw-query" }
  [target.'cfg(target_os="linux")'.dependencies]
  sd-notify = "0.4.2"
  
 -[target.'cfg(all(target_os="linux", target_arch="x86"))'.dependencies]
 -jemallocator = "0.5.0"
 diff --git a/aw-server/src/main.rs b/aw-server/src/main.rs
-index 2cbf39e..b744a3e 100644
+index 9e6e6a1..f94458d 100644
 --- a/aw-server/src/main.rs
 +++ b/aw-server/src/main.rs
 @@ -11,11 +11,6 @@ use aw_server::*;
@@ -36,5 +36,5 @@ index 2cbf39e..b744a3e 100644
  /// Rust server for ActivityWatch
  #[derive(Parser)]
 -- 
-2.51.1
+2.54.0
 

diff --git a/0004-Allow-fancy-regex-versions-through-0.17.patch b/0004-Allow-fancy-regex-versions-through-0.17.patch
new file mode 100644
index 0000000..bafd7d7
--- /dev/null
+++ b/0004-Allow-fancy-regex-versions-through-0.17.patch
@@ -0,0 +1,41 @@
+From 2cf66e0e3933e821a5918a0e07e4d1892541d062 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
+ <lukasz.wojnilowicz@gmail.com>
+Date: Mon, 9 Dec 2024 17:44:27 +0100
+Subject: [PATCH 4/7] Allow fancy-regex versions through 0.17
+
+https://github.com/ActivityWatch/aw-server-rust/pull/558
+---
+ aw-query/Cargo.toml     | 2 +-
+ aw-transform/Cargo.toml | 2 +-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/aw-query/Cargo.toml b/aw-query/Cargo.toml
+index 37b025b..0eabeb8 100644
+--- a/aw-query/Cargo.toml
++++ b/aw-query/Cargo.toml
+@@ -12,7 +12,7 @@ serde_json = "1.0"
+ chrono = { version = "0.4", features = ["serde"] }
+ plex = "0.3.0"
+ log = "0.4"
+-fancy-regex = "0.12.0"
++fancy-regex = ">=0.13.0, <0.18.0"
+ aw-datastore = { path = "../aw-datastore" }
+ aw-models = { path = "../aw-models" }
+ aw-transform = { path = "../aw-transform" }
+diff --git a/aw-transform/Cargo.toml b/aw-transform/Cargo.toml
+index c61735e..6324321 100644
+--- a/aw-transform/Cargo.toml
++++ b/aw-transform/Cargo.toml
+@@ -10,7 +10,7 @@ edition = "2021"
+ serde = "1.0"
+ url = ">=2.2"
+ serde_json = "1.0"
+-fancy-regex = "0.12.0"
++fancy-regex = ">=0.13.0, <0.18.0"
+ log = "0.4"
+ chrono = { version = "0.4", features = ["serde"] }
+ aw-models = { path = "../aw-models" }
+-- 
+2.54.0
+

diff --git a/0004-Fix-fancy-regex-dependency-to-the-one-used-in-Fedora.patch b/0004-Fix-fancy-regex-dependency-to-the-one-used-in-Fedora.patch
deleted file mode 100644
index d5f7cf5..0000000
--- a/0004-Fix-fancy-regex-dependency-to-the-one-used-in-Fedora.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 55d42666581f407b8e87478b6f847eebda3fe598 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
- <lukasz.wojnilowicz@gmail.com>
-Date: Mon, 9 Dec 2024 17:44:27 +0100
-Subject: [PATCH 4/8] Fix fancy-regex dependency to the one used in Fedora
-
----
- aw-query/Cargo.toml     | 2 +-
- aw-transform/Cargo.toml | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/aw-query/Cargo.toml b/aw-query/Cargo.toml
-index 37b025b..d25d3c4 100644
---- a/aw-query/Cargo.toml
-+++ b/aw-query/Cargo.toml
-@@ -12,7 +12,7 @@ serde_json = "1.0"
- chrono = { version = "0.4", features = ["serde"] }
- plex = "0.3.0"
- log = "0.4"
--fancy-regex = "0.12.0"
-+fancy-regex = "0.13.0"
- aw-datastore = { path = "../aw-datastore" }
- aw-models = { path = "../aw-models" }
- aw-transform = { path = "../aw-transform" }
-diff --git a/aw-transform/Cargo.toml b/aw-transform/Cargo.toml
-index c61735e..ac31135 100644
---- a/aw-transform/Cargo.toml
-+++ b/aw-transform/Cargo.toml
-@@ -10,7 +10,7 @@ edition = "2021"
- serde = "1.0"
- url = ">=2.2"
- serde_json = "1.0"
--fancy-regex = "0.12.0"
-+fancy-regex = "0.13.0"
- log = "0.4"
- chrono = { version = "0.4", features = ["serde"] }
- aw-models = { path = "../aw-models" }
--- 
-2.51.1
-

diff --git a/0005-Fix-rusqlite-dependency-to-the-one-used-in-Fedora.patch b/0005-Fix-rusqlite-dependency-to-the-one-used-in-Fedora.patch
index a59ee69..a5ade6a 100644
--- a/0005-Fix-rusqlite-dependency-to-the-one-used-in-Fedora.patch
+++ b/0005-Fix-rusqlite-dependency-to-the-one-used-in-Fedora.patch
@@ -1,26 +1,41 @@
-From 5932aed095cdb911b8a1d85b38e912c8105f5406 Mon Sep 17 00:00:00 2001
+From ed864a929da9f0358351a002b4fb347ec813d7a4 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
  <lukasz.wojnilowicz@gmail.com>
 Date: Mon, 9 Dec 2024 17:47:23 +0100
-Subject: [PATCH 5/8] Fix rusqlite dependency to the one used in Fedora
+Subject: [PATCH 5/7] Fix rusqlite dependency to the one used in Fedora
 
 ---
- aw-datastore/Cargo.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ aw-datastore/Cargo.toml | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
 
 diff --git a/aw-datastore/Cargo.toml b/aw-datastore/Cargo.toml
-index 73d768b..076d023 100644
+index e00bed4..3321cdd 100644
 --- a/aw-datastore/Cargo.toml
 +++ b/aw-datastore/Cargo.toml
-@@ -13,7 +13,7 @@ dirs = "6"
+@@ -7,7 +7,7 @@ edition = "2021"
+ [features]
+ default = ["bundled"]
+ # Use bundled SQLite (default, no encryption support)
+-bundled = ["rusqlite/bundled"]
++bundled = []
+ # Use bundled SQLCipher for encrypted databases (mutually exclusive with 'bundled')
+ # Build with: cargo build --no-default-features --features encryption
+ # Requires OpenSSL. Use 'encryption-vendored' to vendor OpenSSL as well.
+@@ -21,7 +21,7 @@ dirs = "6"
  serde = "1.0"
  serde_json = "1.0"
  chrono = { version = "0.4", features = ["serde"] }
--rusqlite = { version = "0.30", features = ["chrono", "serde_json", "bundled"]  }
-+rusqlite = { version = "0.31", features = ["chrono", "serde_json"]  }
+-rusqlite = { version = "0.30", features = ["chrono", "serde_json"] }
++rusqlite = { version = "0.31", features = ["chrono", "serde_json"] }
  mpsc_requests = "0.3"
  log = "0.4"
+ zeroize = { version = "1", optional = true, features = ["alloc"] }
+@@ -32,4 +32,4 @@ regex = "1"
  
+ [dev-dependencies]
+ # Used by migration tests to construct databases with old schema versions
+-rusqlite = { version = "0.30", features = ["chrono", "serde_json"] }
++rusqlite = { version = "0.31", features = ["chrono", "serde_json"] }
 -- 
-2.51.1
+2.54.0
 

diff --git a/0006-Remove-criterion.patch b/0006-Remove-criterion.patch
index a648eac..7f71a94 100644
--- a/0006-Remove-criterion.patch
+++ b/0006-Remove-criterion.patch
@@ -1,8 +1,8 @@
-From 2ad8e3a8aee7c1d37798d159092cf2fbc0e0bea7 Mon Sep 17 00:00:00 2001
+From 6253afc653c180bb84ebea3abcf34ec13f834763 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
  <lukasz.wojnilowicz@gmail.com>
 Date: Mon, 9 Dec 2024 17:57:00 +0100
-Subject: [PATCH 6/8] Remove criterion
+Subject: [PATCH 6/7] Remove criterion
 
 ---
  aw-query/Cargo.toml     | 3 ---
@@ -10,7 +10,7 @@ Subject: [PATCH 6/8] Remove criterion
  2 files changed, 6 deletions(-)
 
 diff --git a/aw-query/Cargo.toml b/aw-query/Cargo.toml
-index d25d3c4..fcd9ad7 100644
+index 0eabeb8..78d6266 100644
 --- a/aw-query/Cargo.toml
 +++ b/aw-query/Cargo.toml
 @@ -17,9 +17,6 @@ aw-datastore = { path = "../aw-datastore" }
@@ -24,7 +24,7 @@ index d25d3c4..fcd9ad7 100644
  name = "benchmark"
  harness = false
 diff --git a/aw-transform/Cargo.toml b/aw-transform/Cargo.toml
-index ac31135..1de6f65 100644
+index 6324321..fc2b224 100644
 --- a/aw-transform/Cargo.toml
 +++ b/aw-transform/Cargo.toml
 @@ -15,9 +15,6 @@ log = "0.4"
@@ -38,5 +38,5 @@ index ac31135..1de6f65 100644
  name = "bench"
  harness = false
 -- 
-2.51.1
+2.54.0
 

diff --git a/0007-Allow-dirs-6.patch b/0007-Allow-dirs-6.patch
index 5d29ce7..688d03d 100644
--- a/0007-Allow-dirs-6.patch
+++ b/0007-Allow-dirs-6.patch
@@ -1,8 +1,8 @@
-From 0884573e80feb1b588372a5e911543c389605ddf Mon Sep 17 00:00:00 2001
+From 403264cc39f2077418b0959710c0801d9483d31c Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
  <lukasz.wojnilowicz@gmail.com>
 Date: Sun, 8 Mar 2026 11:14:59 +0100
-Subject: [PATCH 7/8] Allow dirs 6
+Subject: [PATCH 7/7] Allow dirs 6
 
 ---
  aw-server/Cargo.toml | 2 +-
@@ -10,10 +10,10 @@ Subject: [PATCH 7/8] Allow dirs 6
  2 files changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/aw-server/Cargo.toml b/aw-server/Cargo.toml
-index e1320b9..91f03ff 100644
+index 8347d45..87c9c81 100644
 --- a/aw-server/Cargo.toml
 +++ b/aw-server/Cargo.toml
-@@ -19,7 +19,7 @@ rocket_cors = { version = "0.6.0" }
+@@ -29,7 +29,7 @@ rocket_cors = { version = "0.6.0" }
  serde = { version = "1.0", features = ["derive"] }
  serde_json = "1.0"
  chrono = { version = "0.4", features = ["serde"] }
@@ -23,18 +23,18 @@ index e1320b9..91f03ff 100644
  log = "0.4"
  fern = { version = "0.7", features = ["colored"] }
 diff --git a/aw-sync/Cargo.toml b/aw-sync/Cargo.toml
-index 37d6976..999ff2b 100644
+index 37075d8..7918185 100644
 --- a/aw-sync/Cargo.toml
 +++ b/aw-sync/Cargo.toml
 @@ -20,7 +20,7 @@ chrono = { version = "0.4", features = ["serde"] }
  serde = "1.0"
  serde_json = "1.0"
- reqwest = { version = "0.11", features = ["json", "blocking"] }
+ reqwest = { version = "0.12", features = ["json", "blocking"] }
 -dirs = "6"
 +dirs = ">=5.0.1, <7.0"
  gethostname = "0.4.3"
  
  # CLI-only dependencies (optional)
 -- 
-2.51.1
+2.54.0
 

diff --git a/0008-Allow-fancy-regex-versions-through-0.17.patch b/0008-Allow-fancy-regex-versions-through-0.17.patch
deleted file mode 100644
index fd33670..0000000
--- a/0008-Allow-fancy-regex-versions-through-0.17.patch
+++ /dev/null
@@ -1,41 +0,0 @@
-From 360571885635c92d21c7abb5c3d7ba0bcf96a735 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
- <lukasz.wojnilowicz@gmail.com>
-Date: Sun, 8 Mar 2026 11:16:52 +0100
-Subject: [PATCH 8/8] Allow fancy-regex versions through 0.17
-
-https://github.com/ActivityWatch/aw-server-rust/pull/558
----
- aw-query/Cargo.toml     | 2 +-
- aw-transform/Cargo.toml | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/aw-query/Cargo.toml b/aw-query/Cargo.toml
-index fcd9ad7..78d6266 100644
---- a/aw-query/Cargo.toml
-+++ b/aw-query/Cargo.toml
-@@ -12,7 +12,7 @@ serde_json = "1.0"
- chrono = { version = "0.4", features = ["serde"] }
- plex = "0.3.0"
- log = "0.4"
--fancy-regex = "0.13.0"
-+fancy-regex = ">=0.13.0, <0.18.0"
- aw-datastore = { path = "../aw-datastore" }
- aw-models = { path = "../aw-models" }
- aw-transform = { path = "../aw-transform" }
-diff --git a/aw-transform/Cargo.toml b/aw-transform/Cargo.toml
-index 1de6f65..fc2b224 100644
---- a/aw-transform/Cargo.toml
-+++ b/aw-transform/Cargo.toml
-@@ -10,7 +10,7 @@ edition = "2021"
- serde = "1.0"
- url = ">=2.2"
- serde_json = "1.0"
--fancy-regex = "0.13.0"
-+fancy-regex = ">=0.13.0, <0.18.0"
- log = "0.4"
- chrono = { version = "0.4", features = ["serde"] }
- aw-models = { path = "../aw-models" }
--- 
-2.51.1
-

diff --git a/aw-server-rust.spec b/aw-server-rust.spec
index 596140e..eb91ddc 100644
--- a/aw-server-rust.spec
+++ b/aw-server-rust.spec
@@ -1,10 +1,10 @@
 %bcond check 1
 
-%global commit df49b3d01f8f98cd4382df082355ff0b350309a3
+%global commit b1996715a90cbf0a1b2ca724ff1a1def8dc2ee20
 %global short_commit %(c=%{commit}; echo ${c:0:7})
 
 Name:           aw-server-rust
-Version:        0.14.0^20260516.git%{short_commit}
+Version:        0.14.0^20260624.git%{short_commit}
 Release:        %autorelease
 Summary:        A re-implementation of aw-server in Rust
 # (Apache-2.0 OR MIT) AND BSD-3-Clause
@@ -37,15 +37,14 @@ Patch0:         0001-Remove-vendored-openssl.patch
 Patch1:         0002-Remove-Android-dependencies.patch
 # jemallocator will not be packaged for Fedora, so remove it
 Patch2:         0003-Remove-jemallocator.patch
+# https://github.com/ActivityWatch/aw-server-rust/pull/558
+Patch3:         0004-Allow-fancy-regex-versions-through-0.17.patch
 # switch to dependency versions available in Fedora
-Patch3:         0004-Fix-fancy-regex-dependency-to-the-one-used-in-Fedora.patch
 Patch4:         0005-Fix-rusqlite-dependency-to-the-one-used-in-Fedora.patch
 # drop an unused, benchmark-only criterion dev-dependency to speed up builds
 Patch5:         0006-Remove-criterion.patch
 # https://github.com/ActivityWatch/aw-server-rust/pull/545
 Patch6:         0007-Allow-dirs-6.patch
-# https://github.com/ActivityWatch/aw-server-rust/pull/558
-Patch7:         0008-Allow-fancy-regex-versions-through-0.17.patch
 
 BuildRequires:  cargo-rpm-macros >= 24
 BuildRequires:  systemd-rpm-macros

diff --git a/sources b/sources
index 2aabeae..06a0e56 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (aw-server-rust-df49b3d.tar.gz) = 45b9995324bb9ec9ddf5b87aa85727ad6dfb5b211902765e4c4448318b77ec6a279c1b84b0f4c8f56f5bf596fbc0b2d2fc2f94fa97eeb167dabb029f0c411b2f
+SHA512 (aw-server-rust-b199671.tar.gz) = 217f9f769af7c4998307884fe53b44d3221eb511352615d4882742cc0486545873247c8d4cd708a62c0e50f09448470f2ba61b683727d339292583566e53c63a

                 reply	other threads:[~2026-06-24 19:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178232789410.1.14654225890979045678.rpms-aw-server-rust-862bedcba9ac@fedoraproject.org \
    --to=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox