public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bustle] f45: Update to version 0.14.0; Fixes RHBZ#2536508
@ 2026-09-19 7:27 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-19 7:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bustle
Branch : f45
Commit : 1d841a9889da8d6d229a59104dbdf805480336c6
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2026-09-18T16:27:29+02:00
Stats : +38/-27 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/bustle/c/1d841a9889da8d6d229a59104dbdf805480336c6?branch=f45
Log:
Update to version 0.14.0; Fixes RHBZ#2536508
---
diff --git a/.gitignore b/.gitignore
index 074fb69..b71edd3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/bustle-0.8.0.tar.gz
/bustle-0.12.0.tar.gz
/bustle-0.13.0.tar.gz
+/bustle-0.14.0.tar.gz
diff --git a/0001-adapt-meson-wrapper-code-for-cargo-for-compatibility.patch b/0001-adapt-meson-wrapper-code-for-cargo-for-compatibility.patch
index 2d46e08..277633f 100644
--- a/0001-adapt-meson-wrapper-code-for-cargo-for-compatibility.patch
+++ b/0001-adapt-meson-wrapper-code-for-cargo-for-compatibility.patch
@@ -1,36 +1,43 @@
-From 13d776a9b058513717889c4da580d9ede7f6d23a Mon Sep 17 00:00:00 2001
+From 6be2031ce9a968d7b768d5b784ae1a481eb42c82 Mon Sep 17 00:00:00 2001
From: Fabio Valentini <decathorpe@gmail.com>
-Date: Wed, 18 Jun 2025 19:20:20 +0200
+Date: Fri, 18 Sep 2026 16:02:41 +0200
Subject: [PATCH] adapt meson wrapper code for cargo for compatibility with RPM
macros
---
- src/meson.build | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
+ meson.build | 2 +-
+ src/meson.build | 4 ++--
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+diff --git a/meson.build b/meson.build
+index 1ac47f2..ebfc208 100644
+--- a/meson.build
++++ b/meson.build
+@@ -53,7 +53,7 @@ endif
+ cargo_home = meson.project_build_root() / 'cargo-home'
+ cargo_target = meson.project_build_root() / 'cargo-target'
+ cargo_env = environment()
+-cargo_env.set('CARGO_HOME', cargo_home)
++cargo_env.set('CARGO_HOME', meson.project_source_root())
+ cargo_env.set('CARGO_TARGET_DIR', cargo_target)
+
+ meson.add_devenv(cargo_env)
diff --git a/src/meson.build b/src/meson.build
-index d99036d..ff059b9 100644
+index c3bc2f4..35ab65d 100644
--- a/src/meson.build
+++ b/src/meson.build
-@@ -22,15 +22,15 @@ cargo_options = [ '--manifest-path', meson.project_source_root() / 'Cargo.toml'
- cargo_options += [ '--target-dir', meson.project_build_root() / 'src' ]
+@@ -19,9 +19,9 @@ run_command(
+ )
if get_option('profile') == 'default'
-- cargo_options += [ '--release' ]
+- cargo_release_options = [ '--release' ]
++ cargo_release_options = [ '--profile', 'rpm' ]
+ cargo_clippy_deny_warnings = []
- rust_target = 'release'
-+ cargo_options += [ '--profile', 'rpm' ]
+ rust_target = 'rpm'
message('Building in release mode')
else
- rust_target = 'debug'
- message('Building in debug mode')
- endif
-
--cargo_env = [ 'CARGO_HOME=' + meson.project_build_root() / 'cargo-home' ]
-+cargo_env = [ 'CARGO_HOME=' + meson.project_source_root() ]
-
- cargo_build = custom_target(
- 'cargo-build',
+ cargo_release_options = []
--
-2.49.0
+2.55.0
diff --git a/bustle.spec b/bustle.spec
index 59d5177..6a5a723 100644
--- a/bustle.spec
+++ b/bustle.spec
@@ -1,5 +1,5 @@
Name: bustle
-Version: 0.13.0
+Version: 0.14.0
Release: %autorelease
Summary: Visualize D-Bus activity
@@ -9,17 +9,20 @@ SourceLicense: LGPL-2.1-or-later
# - (MIT OR Apache-2.0) AND Unicode-3.0
# - (MIT OR Apache-2.0) AND Unicode-DFS-2016
# - Apache-2.0 OR MIT
+# - Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT
+# - LGPL-2.1-or-later
# - MIT
# - MIT OR Apache-2.0
# - Unlicense OR MIT
# LICENSE.dependencies contains a full license breakdown
License: %{shrink:
- LGPL-2.1-or-later AND
- MIT AND
- Unicode-3.0 AND
- Unicode-DFS-2016 AND
- (Apache-2.0 OR MIT) AND
- (Unlicense OR MIT)
+ LGPL-2.1-or-later
+ AND MIT
+ AND Unicode-3.0
+ AND Unicode-DFS-2016
+ AND (Apache-2.0 OR MIT)
+ AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT)
+ AND (Unlicense OR MIT)
}
URL: https://gitlab.gnome.org/World/bustle
diff --git a/sources b/sources
index 09ee9be..da5f331 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (bustle-0.13.0.tar.gz) = 8ba65dff5e3beb267b850d20086e4a3997a8ef0360a255ad4139fc6fdacc697bb32a60dcbc41514f6b9e0572142ad37fdeb6ac6c3dc29f8ffaaa272ce66651ee
+SHA512 (bustle-0.14.0.tar.gz) = 325d6522610433ff9fd0defb6a93fd995c0d5419283da497ea2bcb430c6990dcf37a30591d588d017c08f7ae5aff961f418ff3988555c519c7fb868306465fad
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-19 7:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-19 7:27 [rpms/bustle] f45: Update to version 0.14.0; Fixes RHBZ#2536508 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox