From fd60d012d5826f63da2be21ac55097757c5f0e76 Mon Sep 17 00:00:00 2001 From: madomado Date: Sat, 26 Oct 2024 15:07:13 +0800 Subject: [PATCH] chore(sync): frawhide -> f41 (#2421) --- .../terra-gnome-shell-extension-pop-shell.spec | 4 ++-- anda/devs/zed/nightly/zed-nightly.spec | 7 ++++--- anda/langs/python/ruff/python3-ruff.spec | 5 ++--- anda/lib/backtrace/libbacktrace-nightly.spec | 4 ++-- anda/lib/tdlib/tdlib-nightly.spec | 4 ++-- anda/themes/klassy/klassy.spec | 4 ++-- anda/tools/buildsys/muon/muon.spec | 5 +++-- anda/tools/buildsys/muon/update.rhai | 5 ++++- 8 files changed, 21 insertions(+), 17 deletions(-) diff --git a/anda/desktops/gnome/gnome-shell-extension-pop-shell/terra-gnome-shell-extension-pop-shell.spec b/anda/desktops/gnome/gnome-shell-extension-pop-shell/terra-gnome-shell-extension-pop-shell.spec index 5c65531bb1..8a38058e15 100644 --- a/anda/desktops/gnome/gnome-shell-extension-pop-shell/terra-gnome-shell-extension-pop-shell.spec +++ b/anda/desktops/gnome/gnome-shell-extension-pop-shell/terra-gnome-shell-extension-pop-shell.spec @@ -1,9 +1,9 @@ # from Fedora upstream %global extension pop-shell %global uuid %{extension}@system76.com -%global commit cfa0c55e84b7ce339e5ce83832f76fee17e99d51 +%global commit e25621e2595eb5235ecb1a41167d1324a2b2a297 %global shortcommit %{lua:print(macros.commit:sub(1,7))} -%global commit_date 20240404 +%global commit_date 20241010 %global ver 1.2.0 Name: terra-gnome-shell-extension-%{extension} diff --git a/anda/devs/zed/nightly/zed-nightly.spec b/anda/devs/zed/nightly/zed-nightly.spec index 5eadf20ac3..abc3724b33 100644 --- a/anda/devs/zed/nightly/zed-nightly.spec +++ b/anda/devs/zed/nightly/zed-nightly.spec @@ -1,7 +1,7 @@ -%global commit e35114815257f800acf9020aeb82470b8cec53b3 +%global commit d7a277607b17e9875a1aba6351e3acc64db0c1d3 %global shortcommit %(c=%{commit}; echo ${c:0:7}) -%global commit_date 20241009 -%global ver 0.157.0 +%global commit_date 20241026 +%global ver 0.160.0 %bcond_with check @@ -31,6 +31,7 @@ BuildRequires: gcc BuildRequires: g++ BuildRequires: clang BuildRequires: mold +BuildRequires: cmake BuildRequires: alsa-lib-devel BuildRequires: fontconfig-devel BuildRequires: wayland-devel diff --git a/anda/langs/python/ruff/python3-ruff.spec b/anda/langs/python/ruff/python3-ruff.spec index 7257b61662..bce81de566 100644 --- a/anda/langs/python/ruff/python3-ruff.spec +++ b/anda/langs/python/ruff/python3-ruff.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: python3-ruff -Version: 0.7.0 +Version: 0.7.1 Release: 1%?dist Summary: An extremely fast Python linter, written in Rust License: MIT @@ -33,10 +33,9 @@ rm -rf %{python3_sitelib}/ruff/__pycache__ /usr/lib64/python*/site-packages/ruff-%{version}.dist-info/INSTALLER /usr/lib64/python*/site-packages/ruff-%{version}.dist-info/REQUESTED /usr/lib64/python*/site-packages/ruff-%{version}.dist-info/direct_url.json -/usr/lib64/python*/site-packages/ruff-%{version}.dist-info/license_files/LICENSE +/usr/lib64/python*/site-packages/ruff-%{version}.dist-info/licenses/LICENSE /usr/lib64/python*/site-packages/ruff/__init__.py /usr/lib64/python*/site-packages/ruff/__main__.py -/usr/lib64/python*/site-packages/ruff/__pycache__/*.cpython-*.opt-1.pyc /usr/lib64/python*/site-packages/ruff/__pycache__/*.cpython-*.pyc /usr/bin/ruff diff --git a/anda/lib/backtrace/libbacktrace-nightly.spec b/anda/lib/backtrace/libbacktrace-nightly.spec index acb83704a6..33470bf221 100644 --- a/anda/lib/backtrace/libbacktrace-nightly.spec +++ b/anda/lib/backtrace/libbacktrace-nightly.spec @@ -1,8 +1,8 @@ %global debug_package %nil -%global commit 86885d14049fab06ef8a33aac51664230ca09200 +%global commit d48f84034ce3e53e501d10593710d025cb1121db %global shortcommit %(c=%commit; echo ${c:0:7}) -%global commit_date 20240806 +%global commit_date 20241026 %global _desc %{expand: A C library that may be linked into a C/C++ program to produce symbolic backtraces. diff --git a/anda/lib/tdlib/tdlib-nightly.spec b/anda/lib/tdlib/tdlib-nightly.spec index 8d28faadd1..358e015087 100644 --- a/anda/lib/tdlib/tdlib-nightly.spec +++ b/anda/lib/tdlib/tdlib-nightly.spec @@ -1,5 +1,5 @@ -%global commit fe6f2f93e79f6d1ce49c010ec4931b7dc8554538 -%global ver 1.8.37 +%global commit c684471b3728afb1050f3aadef532a018ca6d7df +%global ver 1.8.38 %global commit_date 20240219 %global shortcommit %(c=%{commit}; echo ${c:0:7}) diff --git a/anda/themes/klassy/klassy.spec b/anda/themes/klassy/klassy.spec index 5e3cadd759..514bc95e2d 100644 --- a/anda/themes/klassy/klassy.spec +++ b/anda/themes/klassy/klassy.spec @@ -1,8 +1,8 @@ Name: klassy %global forgeurl https://github.com/paulmcauley/%{name} -%global tag 6.1.breeze6.0.3 -%global date 20240411 +%global tag 6.2.breeze6.2.1 +%global date 20241019 %forgemeta Version: %{tag} diff --git a/anda/tools/buildsys/muon/muon.spec b/anda/tools/buildsys/muon/muon.spec index 037161437b..151d7eba2b 100644 --- a/anda/tools/buildsys/muon/muon.spec +++ b/anda/tools/buildsys/muon/muon.spec @@ -1,6 +1,6 @@ Name: muon -Version: 0.3.0 -Release: 1%{?dist} +Version: 0.3.1 +Release: 1%?dist Summary: A meson-compatible build system # muon is licensed under the GPL version 3 (see LICENSE). Tests under tests/project were copied from the meson project tests and are licensed under Apache 2.0. @@ -15,6 +15,7 @@ BuildRequires: libcurl-devel BuildRequires: libarchive-devel BuildRequires: libpkgconf-devel BuildRequires: scdoc +BuildRequires: git-core %description An implementation of the meson build system in c99 with minimal dependencies. diff --git a/anda/tools/buildsys/muon/update.rhai b/anda/tools/buildsys/muon/update.rhai index 4425e2426d..61177c274a 100644 --- a/anda/tools/buildsys/muon/update.rhai +++ b/anda/tools/buildsys/muon/update.rhai @@ -1 +1,4 @@ -rpm.version(get("https://muon.build/releases/").json_arr().pop().name); +let versions = get("https://muon.build/releases/").json().keys(); +versions.sort(); +versions.pop(); +rpm.version(versions.pop());