mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
chore(sync): frawhide -> f41 (#2421)
This commit is contained in:
+2
-2
@@ -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}
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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})
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user