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 840d11c
Date: Sat, 29 Aug 2026 09:21:44 GMT	[thread overview]
Message-ID: <178799530473.1.5464807850177830621.rpms-aw-server-rust-9aa205fa3bab@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/aw-server-rust
Branch : f43
Commit : 9aa205fa3bab65d2b2b13321c109a7f89e1cd2f4
Author : Łukasz Wojniłowicz <lukasz.wojnilowicz@gmail.com>
Date   : 2026-08-29T11:05:23+02:00
Stats  : +20/-18 in 12 file(s)
URL    : https://src.fedoraproject.org/rpms/aw-server-rust/c/9aa205fa3bab65d2b2b13321c109a7f89e1cd2f4?branch=f43

Log:
Update to 840d11c

---
diff --git a/.gitignore b/.gitignore
index 269b5f3..a36c5d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /aw-server-rust-df49b3d.tar.gz
 /aw-server-rust-b199671.tar.gz
 /aw-server-rust-b2e2dee.tar.gz
+/aw-server-rust-840d11c.tar.gz

diff --git a/0001-Remove-vendored-openssl.patch b/0001-Remove-vendored-openssl.patch
index 00056c2..4e7f586 100644
--- a/0001-Remove-vendored-openssl.patch
+++ b/0001-Remove-vendored-openssl.patch
@@ -1,4 +1,4 @@
-From 21e70fe5551950440bbc6e9060501ea5f28b097e Mon Sep 17 00:00:00 2001
+From eac14f647e81f53aac149bd4f2e037866f1c8578 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
@@ -9,7 +9,7 @@ Subject: [PATCH 1/9] Remove vendored openssl
  1 file changed, 3 deletions(-)
 
 diff --git a/aw-sync/Cargo.toml b/aw-sync/Cargo.toml
-index 4bd53ca..456690d 100644
+index 74d825d..44ccea3 100644
 --- a/aw-sync/Cargo.toml
 +++ b/aw-sync/Cargo.toml
 @@ -32,9 +32,6 @@ aw-models = { path = "../aw-models" }
@@ -21,7 +21,7 @@ index 4bd53ca..456690d 100644
 -
  [target.'cfg(target_os="android")'.dependencies]
  jni = { version = "0.21", default-features = false }
- 
+ android_logger = "0.13"
 -- 
 2.54.0
 

diff --git a/0002-Remove-Android-dependencies.patch b/0002-Remove-Android-dependencies.patch
index 088b524..abe3c61 100644
--- a/0002-Remove-Android-dependencies.patch
+++ b/0002-Remove-Android-dependencies.patch
@@ -1,4 +1,4 @@
-From d3168a7591203ec24f2b4897027541bcf38b71ee Mon Sep 17 00:00:00 2001
+From 74f80f9634ff5d10d105a09ac92ec05897814438 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
@@ -6,8 +6,8 @@ Subject: [PATCH 2/9] Remove Android dependencies
 
 ---
  aw-server/Cargo.toml | 7 -------
- aw-sync/Cargo.toml   | 3 ---
- 2 files changed, 10 deletions(-)
+ aw-sync/Cargo.toml   | 4 ----
+ 2 files changed, 11 deletions(-)
 
 diff --git a/aw-server/Cargo.toml b/aw-server/Cargo.toml
 index 230645d..7109db4 100644
@@ -25,15 +25,16 @@ index 230645d..7109db4 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 456690d..37075d8 100644
+index 44ccea3..37075d8 100644
 --- a/aw-sync/Cargo.toml
 +++ b/aw-sync/Cargo.toml
-@@ -32,9 +32,6 @@ aw-models = { path = "../aw-models" }
+@@ -32,10 +32,6 @@ aw-models = { path = "../aw-models" }
  aw-datastore = { path = "../aw-datastore" }
  aw-client-rust = { path = "../aw-client-rust" }
  
 -[target.'cfg(target_os="android")'.dependencies]
 -jni = { version = "0.21", default-features = false }
+-android_logger = "0.13"
 -
  [features]
  default = ["cli"]

diff --git a/0003-Remove-jemallocator.patch b/0003-Remove-jemallocator.patch
index f5c9968..a01ad59 100644
--- a/0003-Remove-jemallocator.patch
+++ b/0003-Remove-jemallocator.patch
@@ -1,4 +1,4 @@
-From 94df1d7ff45e0815c5b1ce493e625cfa13be589b Mon Sep 17 00:00:00 2001
+From e8fae874250167e30b5fc57ce624c795dadd621e 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

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
index fe227e8..71754c3 100644
--- 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
@@ -1,4 +1,4 @@
-From 86618807aad2d7ffabb57f14b2ff3609f0f4dde6 Mon Sep 17 00:00:00 2001
+From 63321f68047bc077636f9b7e55494c1e8096ceff Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
  <lukasz.wojnilowicz@gmail.com>
 Date: Sun, 16 Aug 2026 11:05:51 +0200

diff --git a/0005-Fix-lru-dependency-to-the-one-used-in-Fedora.patch b/0005-Fix-lru-dependency-to-the-one-used-in-Fedora.patch
index 16044be..c154108 100644
--- a/0005-Fix-lru-dependency-to-the-one-used-in-Fedora.patch
+++ b/0005-Fix-lru-dependency-to-the-one-used-in-Fedora.patch
@@ -1,4 +1,4 @@
-From 10f1cb9f9f040a4d6683c0e743fb170b07482b32 Mon Sep 17 00:00:00 2001
+From a91b53d4a17dc78cb87ba555a7a4b5c071e1fd61 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
  <lukasz.wojnilowicz@gmail.com>
 Date: Sun, 16 Aug 2026 10:02:03 +0200

diff --git a/0006-Fix-rusqlite-dependency-to-the-one-used-in-Fedora.patch b/0006-Fix-rusqlite-dependency-to-the-one-used-in-Fedora.patch
index 1780e5e..5f99b16 100644
--- a/0006-Fix-rusqlite-dependency-to-the-one-used-in-Fedora.patch
+++ b/0006-Fix-rusqlite-dependency-to-the-one-used-in-Fedora.patch
@@ -1,4 +1,4 @@
-From 44cc8a81b1322ac336634d2a88061072087ada97 Mon Sep 17 00:00:00 2001
+From 6d955e39926889ede472ec52a49c0d7c52312b23 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

diff --git a/0007-Fix-proptest-dependency-to-the-one-used-in-Fedora.patch b/0007-Fix-proptest-dependency-to-the-one-used-in-Fedora.patch
index 7d74665..7d85001 100644
--- a/0007-Fix-proptest-dependency-to-the-one-used-in-Fedora.patch
+++ b/0007-Fix-proptest-dependency-to-the-one-used-in-Fedora.patch
@@ -1,4 +1,4 @@
-From 63e2e4aba35b839a8324139f2a7d340ca89ea88f Mon Sep 17 00:00:00 2001
+From b12b8dfaa29e4d779a6b340c1532e5690b3a0f56 Mon Sep 17 00:00:00 2001
 From: =?UTF-8?q?=C5=81ukasz=20Wojni=C5=82owicz?=
  <lukasz.wojnilowicz@gmail.com>
 Date: Sun, 16 Aug 2026 11:29:20 +0200

diff --git a/0008-Remove-criterion.patch b/0008-Remove-criterion.patch
index 206d40e..14225cb 100644
--- a/0008-Remove-criterion.patch
+++ b/0008-Remove-criterion.patch
@@ -1,4 +1,4 @@
-From b6424b40345b361e098f4f334612be6621fb7e74 Mon Sep 17 00:00:00 2001
+From d954d21e68d3961e9714e68d67d1f49ae991bd85 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

diff --git a/0009-Allow-dirs-6.patch b/0009-Allow-dirs-6.patch
index c2ac36d..3de224f 100644
--- a/0009-Allow-dirs-6.patch
+++ b/0009-Allow-dirs-6.patch
@@ -1,4 +1,4 @@
-From 629102cbcd16393bcf8313a3869deb23b8234dfb Mon Sep 17 00:00:00 2001
+From c331c049f712fd92e7784b02caece0b3e737e5d6 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

diff --git a/aw-server-rust.spec b/aw-server-rust.spec
index 3909f59..dda450d 100644
--- a/aw-server-rust.spec
+++ b/aw-server-rust.spec
@@ -1,10 +1,10 @@
 %bcond check 1
 
-%global commit b2e2dee7eead1152df5489e60ccdf78328127352
+%global commit 840d11c9cb97b1485a60fe77fdbca6537b508eda
 %global short_commit %(c=%{commit}; echo ${c:0:7})
 
 Name:           aw-server-rust
-Version:        0.14.0^20260816.git%{short_commit}
+Version:        0.14.0^20260829.git%{short_commit}
 Release:        %autorelease
 Summary:        A re-implementation of aw-server in Rust
 # (Apache-2.0 OR MIT) AND BSD-3-Clause

diff --git a/sources b/sources
index b929235..683ba5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (aw-server-rust-b2e2dee.tar.gz) = 2fdb54169c8aab02003f1cf0dc95f3e08c2cb8c51bfbf521ad85ca8a7b8a89cfb46cf871af16fd4d6b430272d903e7d5566c44175e8058a3e224bc0c5e9a0f75
+SHA512 (aw-server-rust-840d11c.tar.gz) = 5788a4db8ffc9e3d09b7de4b62fd4d7dad45430b2c344a2fe9445ee8fb7236316a20dc174fd99820dfdbfec5cb171a50071289bbc6a5cd417c3ec4c7980b7aad

                 reply	other threads:[~2026-08-29  9:21 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=178799530473.1.5464807850177830621.rpms-aw-server-rust-9aa205fa3bab@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