mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
100 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d540513e03 | |||
| b8dae0f97f | |||
| 1849bbe5b1 | |||
| 81fe4d7077 | |||
| d55c180a53 | |||
| 4d880ad864 | |||
| 109cdeca4d | |||
| 0ed616efb3 | |||
| 38180b24a2 | |||
| 50e7f1b0a1 | |||
| beefac544a | |||
| b344eab84e | |||
| 76fd1eed6d | |||
| f0b9dd0033 | |||
| 2a24f1f09d | |||
| 197e3551c5 | |||
| f6b5b6e879 | |||
| 2c3f0292af | |||
| 1165db69da | |||
| e4c8ebcbda | |||
| d31f11e7a6 | |||
| 5486c99ae3 | |||
| 3d919e427a | |||
| 70509cf6b7 | |||
| d96eefe1bf | |||
| b16c278331 | |||
| 0ce180383d | |||
| de3dd628c4 | |||
| 143d7d2839 | |||
| 2783e09afc | |||
| 55d86c3de9 | |||
| 7114c60ef1 | |||
| c56e903ced | |||
| 4fed2e9490 | |||
| eded5e0573 | |||
| 4f9ecbe6db | |||
| f69b8e6b62 | |||
| 4564f51413 | |||
| 66c56c8fc9 | |||
| 0747df2dc5 | |||
| d9a801eb96 | |||
| 9d54181ae1 | |||
| abe03530f7 | |||
| 05feb6592a | |||
| c35b15f873 | |||
| 93da800820 | |||
| ccc3f09804 | |||
| 2e3029b9f7 | |||
| 9ae94e559a | |||
| d34a42b63d | |||
| 4513a8595f | |||
| ccf63194fa | |||
| aa8a5b2738 | |||
| 14299672ed | |||
| a12c2c7fc8 | |||
| 95215a055a | |||
| 14c769128a | |||
| f7b367dd21 | |||
| e15ea833d9 | |||
| ffcc579705 | |||
| 8bd978cb20 | |||
| 030e6d5612 | |||
| bd9fc8022c | |||
| 0bc7434c93 | |||
| 330696cc31 | |||
| 05213ce7ea | |||
| af5fe45476 | |||
| 9cba2bb2c0 | |||
| 2c4d585031 | |||
| 4ee8559a49 | |||
| 7230b03c13 | |||
| a8a197417b | |||
| 5bb933637e | |||
| 6a0bff116b | |||
| 5dcb174854 | |||
| 3e8f3f64eb | |||
| d1cbb5f356 | |||
| 94bfa4a246 | |||
| c2cb76081c | |||
| c23ab3d6e1 | |||
| 5c2c6eb19a | |||
| f5fc15a224 | |||
| 96e0df220e | |||
| a49eca0757 | |||
| 857a4f30a1 | |||
| 126d31143d | |||
| ffb7e78ef4 | |||
| 4ca28bd8d6 | |||
| 2957485e6c | |||
| 3c104675be | |||
| 016f686ab4 | |||
| 35e22e5210 | |||
| 79da7acb5b | |||
| 2ee3afd9bd | |||
| a75a73fceb | |||
| 7e36bcfe0c | |||
| ebec4bb056 | |||
| b5aba5a7ed | |||
| 4aed959690 | |||
| 28ce98d86b |
+1
-1
@@ -2,7 +2,7 @@
|
||||
"repoOwner": "terrapkg",
|
||||
"repoName": "packages",
|
||||
"resetAuthor": true,
|
||||
"targetBranchChoices": ["frawhide", "f43", "f42", "el10"],
|
||||
"targetBranchChoices": ["frawhide", "f44", "f43", "f42", "el10"],
|
||||
"branchLabelMapping": {
|
||||
"^sync-(.+)$": "$1"
|
||||
}
|
||||
|
||||
@@ -14,9 +14,12 @@ body:
|
||||
- type: input
|
||||
id: pkg
|
||||
attributes:
|
||||
label: Full Package Name
|
||||
description: If you report multiple packages, only the main package is needed if applicable, or separate them with spaces otherwise. Obtain the full package name using `rpm -qa pkg-name`.
|
||||
placeholder: anda-0.4.14-1.fc43.x86_64
|
||||
label: Full Raw Package Name (e.g. anda-0.4.14-1.fcrawhide.x86_64)
|
||||
description: |
|
||||
If you report multiple packages, only the main package is needed if applicable, or separate them with spaces otherwise. Obtain the full package name using `rpm -qa pkg-name`.
|
||||
|
||||
**The format MUST BE LITERALLY THE SAME as `anda-0.4.14-1.fc43.x86_64`. Do NOT add anything else, not even backticks.**
|
||||
placeholder: anda-0.4.14-1.fc43.x86_64 (MUST be under this format, no backticks)
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
|
||||
@@ -54,6 +54,9 @@ jobs:
|
||||
- name: Build terra-release
|
||||
run: anda build -D "vendor Terra" -rrpmbuild anda/terra/release/pkg
|
||||
|
||||
- name: Build terra-appstream-helper
|
||||
run: anda build -D "vendor Terra" -D "__python %{__python3}" -rrpmbuild anda/terra/appstream-helper/pkg
|
||||
|
||||
- name: Build Subatomic
|
||||
run: anda build -D "vendor Terra" -rrpmbuild anda/tools/buildsys/subatomic/pkg
|
||||
- name: Install Subatomic
|
||||
|
||||
@@ -35,12 +35,6 @@ on:
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
env:
|
||||
RUSTC_WRAPPER: "/usr/bin/sccache"
|
||||
# SCCACHE_NO_DAEMON: "1"
|
||||
# Disable incremental compilation so sccache works better
|
||||
CARGO_INCREMENTAL: "false"
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
@@ -75,13 +69,12 @@ jobs:
|
||||
dir=$(dirname ${{ matrix.pkg.pkg }})
|
||||
dnf5 builddep -y ${dir}/*.spec
|
||||
|
||||
|
||||
- name: Run sccache-cache
|
||||
uses: mozilla-actions/sccache-action@v0.0.9
|
||||
|
||||
- name: Configure sccache
|
||||
if: ${{ !contains(matrix.pkg.labels, 'sccache') }}
|
||||
run: |
|
||||
set -euo pipefail
|
||||
echo "RUSTC_WRAPPER=/usr/bin/sccache" >> $GITHUB_ENV
|
||||
echo "CARGO_INCREMENTAL=false" >> $GITHUB_ENV
|
||||
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
|
||||
if [ "${{ inputs.bust_cache }}" = "true" ]; then
|
||||
echo "SCCACHE_BUST_CACHE=true" >> $GITHUB_ENV
|
||||
@@ -89,7 +82,7 @@ jobs:
|
||||
|
||||
|
||||
- name: Build with Andaman
|
||||
run: anda build -D "vendor Terra" ${{ matrix.pkg.pkg }} -c terra-${{ matrix.version }}-${{ matrix.pkg.arch }} ${{ !matrix.pkg.labels.mock == '1' && '-rrpmbuild' || '' }}
|
||||
run: anda build -D "vendor Terra" -D "__python %{__python3}" ${{ matrix.pkg.pkg }} -c terra-${{ matrix.version }}-${{ matrix.pkg.arch }} ${{ !matrix.pkg.labels.mock == '1' && '-rrpmbuild' || '' }}
|
||||
|
||||
- name: Generating artifact name
|
||||
id: art
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 0.0.864
|
||||
Version: 0.0.871
|
||||
Release: 1%?dist
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary
|
||||
Version: 0.0.864
|
||||
Version: 0.0.871
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-openasar
|
||||
Version: 0.0.123
|
||||
Version: 0.0.124
|
||||
Release: 1%?dist
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-ptb-openasar
|
||||
Version: 0.0.176
|
||||
Version: 0.0.177
|
||||
Release: 1%?dist
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-ptb
|
||||
Version: 0.0.176
|
||||
Version: 0.0.177
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers.
|
||||
URL: https://discord.com
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord
|
||||
Version: 0.0.123
|
||||
Version: 0.0.124
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: https://discord.com
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: feishin
|
||||
Version: 1.4.2
|
||||
Version: 1.5.0
|
||||
Release: 1%?dist
|
||||
Summary: A modern self-hosted music player
|
||||
License: GPL-3.0
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
||||
|
||||
%global ver 13.3.0
|
||||
%global commit c4000368c8f48d726d38c3458300e1a4f3fc53a0
|
||||
%global commit 739a809557d8be3ee8f3f7d16dffd0cfd391de09
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260204
|
||||
%global commit_date 20260208
|
||||
%global devel_name QtColorWidgets
|
||||
%global _distro_extra_cflags -fuse-ld=mold
|
||||
%global _distro_extra_cxxflags -fuse-ld=mold
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 43fc986a36f10da2fab4924d4e2974b30d53e311
|
||||
%global commit 4ea08fb13e496995af3490d7e501aee2f3c20b4d
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260205
|
||||
%global commit_date 20260211
|
||||
%global ver 2.0.1^
|
||||
%global base_name goofcord
|
||||
%global git_name GoofCord
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit df59d55a39662553a8f6f1502272bb4b4991e6f7
|
||||
%global commit_date 20260202
|
||||
%global commit 08329c25f3344819047b1bddf311df82e953d900
|
||||
%global commit_date 20260208
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global debug_package %nil
|
||||
%global __strip /bin/true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit 9ccd8899ff28c4f6bdd113026d307af3d46133c5
|
||||
%global commit 3847a8157f6e44d7788dea2d1c172bc20bc50120
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260207
|
||||
%global commit_date 20260210
|
||||
%global ver 0.41.0
|
||||
|
||||
Name: mpv-nightly
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
%define debug_package %nil
|
||||
|
||||
Name: peazip
|
||||
Version: 10.8.0
|
||||
Release: 3%?dist
|
||||
Version: 10.9.0
|
||||
Release: 1%?dist
|
||||
Summary: Free Zip / Unzip software and Rar file extractor. Cross-platform file and archive manager
|
||||
License: LGPL-3.0-only
|
||||
URL: https://peazip.github.io
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: proton-vpn-gtk-app
|
||||
Version: 4.14.0
|
||||
Release: 1%?dist
|
||||
Version: 4.14.1
|
||||
Release: 2%?dist
|
||||
Summary: Official ProtonVPN Linux app
|
||||
License: GPL-3.0-only
|
||||
URL: https://protonvpn.com/download-linux
|
||||
@@ -27,6 +27,7 @@ Requires: python3-gobject
|
||||
Requires: python3-dbus
|
||||
Requires: python3-packaging
|
||||
Requires: python3-proton-vpn-api-core
|
||||
Requires: python3-proton-core >= 0.7.0
|
||||
Requires: librsvg2
|
||||
|
||||
Provides: protonvpn
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-02-07
|
||||
%global ver 2026-02-12
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: rustnet
|
||||
Version: 0.18.0
|
||||
Release: 1%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%?dist
|
||||
Summary: A cross-platform network monitoring terminal UI tool built with Rust
|
||||
License: Apache-2.0 AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 AND ISC) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-2-Clause AND (BSD-3-Clause OR Apache-2.0) AND BSL-1.0 AND ISC AND (LGPL-2.1-only OR BSD-2-Clause) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib
|
||||
URL: https://github.com/domcyrus/rustnet
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Name: signal-desktop
|
||||
%electronmeta -aD
|
||||
Version: 7.88.0
|
||||
Version: 7.89.0
|
||||
Release: 1%?dist
|
||||
Summary: A private messenger for Windows, macOS, and Linux
|
||||
URL: https://signal.org
|
||||
|
||||
@@ -1 +1 @@
|
||||
v1.12.20
|
||||
v1.12.21
|
||||
@@ -10,8 +10,8 @@
|
||||
Name: vesktop
|
||||
Obsoletes: VencordDesktop < 1.5.8-1
|
||||
Obsoletes: vencord-desktop < 1.5.8-1
|
||||
Version: 1.6.4
|
||||
Release: 3%?dist
|
||||
Version: 1.6.5
|
||||
Release: 1%?dist
|
||||
License: GPL-3.0-or-later
|
||||
Summary: Vesktop is a cross platform desktop app aiming to give you a snappier Discord experience with Vencord pre-installed
|
||||
URL: https://vesktop.dev
|
||||
|
||||
@@ -2,9 +2,9 @@
|
||||
|
||||
%global realname hyprwayland-scanner
|
||||
%global ver 0.4.5
|
||||
%global commit f6cf414ca0e16a4d30198fd670ec86df3c89f671
|
||||
%global commit 0bd8b6cde9ec27d48aad9e5b4deefb3746909d40
|
||||
%global shortcommit %{sub %commit 1 7}
|
||||
%global commit_date 20251121
|
||||
%global commit_date 20260208
|
||||
|
||||
Name: %realname.nightly
|
||||
Version: %ver^%{commit_date}git.%shortcommit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
|
||||
%global commit 6407b3a5a8d331c27546caff4d7a6dbda788436e
|
||||
%global commit 9f2d93b1c3d0bd9eda2b3f8c699273d600dfba5b
|
||||
%forgemeta
|
||||
|
||||
Name: lomiri-system-settings
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: mangowc
|
||||
Version: 0.11.0
|
||||
Version: 0.12.1
|
||||
Release: 1%?dist
|
||||
Summary: wayland compositor base wlroots and scenefx (dwm but wayland)
|
||||
License: GPL-3.0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: noctalia-shell
|
||||
Version: 4.4.0
|
||||
Version: 4.4.3
|
||||
Release: 1%?dist
|
||||
Summary: A Quickshell-based custom shell setup
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
|
||||
Name: atac
|
||||
Version: 0.22.1
|
||||
Version: 0.23.0
|
||||
Release: 1%?dist
|
||||
Summary: Arguably a Terminal API Client
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
%global appid sh.oven.bun
|
||||
|
||||
Name: bun-bin
|
||||
Version: 1.3.8
|
||||
Version: 1.3.9
|
||||
Release: 1%?dist
|
||||
Summary: Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
|
||||
License: MIT
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
%global appid com.vscodium.VSCodium
|
||||
|
||||
Name: codium
|
||||
Version: 1.108.20787
|
||||
Version: 1.109.21026
|
||||
Release: 1%?dist
|
||||
Summary: Code editing. Redefined.
|
||||
License: MIT
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
--- deno-2.6.3/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ deno-2.6.3/Cargo.toml 2025-12-24T13:35:12.790326+00:00
|
||||
@@ -657,24 +657,3 @@
|
||||
--- deno-2.6.9/Cargo.toml 1970-01-01T00:00:01+00:00
|
||||
+++ deno-2.6.9/Cargo.toml 2026-02-12T15:05:13.386522+00:00
|
||||
@@ -667,24 +667,3 @@
|
||||
[target."cfg(unix)".dependencies.shell-escape]
|
||||
version = "=0.1.5"
|
||||
|
||||
-[target."cfg(windows)".dependencies.deno_subprocess_windows]
|
||||
-version = "0.25.0"
|
||||
-version = "0.26.0"
|
||||
-
|
||||
-[target."cfg(windows)".dependencies.winapi]
|
||||
-version = "=0.3.9"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global crate deno
|
||||
|
||||
Name: rust-deno
|
||||
Version: 2.6.8
|
||||
Version: 2.6.9
|
||||
Release: 1%?dist
|
||||
Summary: Deno executable
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: flow-control
|
||||
Epoch: 1
|
||||
Version: 0.6.0
|
||||
Version: 0.7.0
|
||||
Release: 1%?dist
|
||||
Summary: A programmer's text editor
|
||||
License: MIT
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: flutter
|
||||
Version: 3.38.9
|
||||
Version: 3.41.0
|
||||
Release: 1%?dist
|
||||
Summary: SDK for crafting beautiful, fast user experiences from a single codebase
|
||||
License: BSD-3-Clause
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 6c0e02d1138d5376e4ac2f5e311b225494514a97
|
||||
%global commit 1576a09b0169b437b454067f9b10750d9efea9e0
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2026-02-06
|
||||
%global fulldate 2026-02-11
|
||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
||||
%global ver 1.3.0
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
|
||||
# Naming variable as something other than "commit" is necessary
|
||||
# to stop %%gometa from putting commit hash in release
|
||||
%global commit_hash 3a7403bde4d508afea93a94d1113ca73cf37c1c1
|
||||
%global commit_date 20260129
|
||||
%global commit_hash 4aa706cbc5480121dc003f8f675f6db996a0400a
|
||||
%global commit_date 20260211
|
||||
%global shortcommit %{sub %{commit_hash} 1 7}
|
||||
%global ver 2.0.15
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit 10c3c088fe63525b0301648304f14610cffb4585
|
||||
%global commit ee3f40fe25d206ca363b753e5b86e09ac6181eca
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260207
|
||||
%global ver 0.224.0
|
||||
%global commit_date 20260212
|
||||
%global ver 0.225.0
|
||||
|
||||
%bcond_with check
|
||||
%bcond_with debug_no_build
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global debug_package %{nil}
|
||||
%endif
|
||||
|
||||
%global ver 0.223.2-pre
|
||||
%global ver 0.224.0-pre
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
%global rustflags_debuginfo 0
|
||||
|
||||
Name: zed
|
||||
Version: 0.222.4
|
||||
Version: 0.223.3
|
||||
Release: 1%?dist
|
||||
Summary: Zed is a high-performance, multiplayer code editor
|
||||
SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
%global ver geist@1.7.0
|
||||
|
||||
Name: geist-font
|
||||
Version: geist@1.7.0
|
||||
Version: %(echo %ver | sed 's/^geist@//')
|
||||
Release: 1%?dist
|
||||
URL: https://vercel.com/font
|
||||
Source0: https://github.com/vercel/geist-font/archive/refs/tags/%version.tar.gz
|
||||
Source0: https://github.com/vercel/geist-font/archive/refs/tags/%ver.tar.gz
|
||||
License: OFL-1.1
|
||||
Summary: Geist is a new font family for Vercel, created by Vercel in collaboration with Basement Studio
|
||||
BuildRequires: make python3 python3.10 python3.10-devel meson cairo cairo-devel gcc
|
||||
@@ -28,7 +30,7 @@ Geist Mono is a monospaced typeface that has been crafted to be the perfect part
|
||||
It is designed to be used in code editors, diagrams, terminals, and other textbased interfaces where code is represented.
|
||||
|
||||
%prep
|
||||
%autosetup -n %name-%version
|
||||
%autosetup -n %name-geist-%version
|
||||
|
||||
%build
|
||||
%make_build
|
||||
|
||||
@@ -1 +1 @@
|
||||
rpm.version(gh("vercel/geist-font"));
|
||||
rpm.global("ver", gh("vercel/geist-font"));
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global crate honkers-railway-launcher
|
||||
%global appid moe.launcher.the-honkers-railway-launcher
|
||||
Name: %{crate}
|
||||
Version: 1.14.2
|
||||
Version: 1.14.3
|
||||
Release: 1%?dist
|
||||
Summary: The Honkers Railway launcher for Linux with automatic patching and telemetry disabling
|
||||
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
||||
%global appid org.prismlauncher.PrismLauncher-nightly
|
||||
|
||||
%global commit 0229c0fd0cd25786290c4621fe76055092f7efd6
|
||||
%global commit 157ae6fb72592492ef9269588f58ddb0ca87e4d2
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global commit_date 20260207
|
||||
%global commit_date 20260212
|
||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||
|
||||
# Change this variables if you want to use custom keys
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: dart
|
||||
Version: 3.10.9
|
||||
Version: 3.11.0
|
||||
Release: 1%?dist
|
||||
Summary: The Dart Language
|
||||
License: BSD-3-Clause
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
# https://github.com/twpayne/chezmoi
|
||||
%global goipath github.com/twpayne/chezmoi
|
||||
Version: 2.69.3
|
||||
Version: 2.69.4
|
||||
|
||||
%gometa -f
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
|
||||
# https://github.com/abenz1267/elephant
|
||||
%global goipath github.com/abenz1267/elephant
|
||||
Version: 2.19.2
|
||||
Version: 2.19.3
|
||||
|
||||
%gometa -f
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
# https://github.com/grpc/grpc-go
|
||||
%global goipath google.golang.org/grpc
|
||||
%global forgeurl https://github.com/grpc/grpc-go
|
||||
Version: 1.78.0
|
||||
Version: 1.79.0
|
||||
|
||||
%gometa -L
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
# https://github.com/jesseduffield/lazygit
|
||||
%global goipath github.com/jesseduffield/lazygit
|
||||
Version: 0.58.1
|
||||
Version: 0.59.0
|
||||
|
||||
%gometa -f
|
||||
|
||||
@@ -13,7 +13,7 @@ Simple terminal UI for git commands.}
|
||||
%global godocs docs README.md VISION.md
|
||||
|
||||
Name: golang-github-jesseduffield-lazygit
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Simple terminal UI for git commands
|
||||
|
||||
License: MIT
|
||||
@@ -23,10 +23,19 @@ Packager: sadlerm <lerm@chromebooks.lol>
|
||||
|
||||
BuildRequires: anda-srpm-macros
|
||||
|
||||
Provides: lazygit = %{version}-%{release}
|
||||
Provides: lazygit = %{evr}
|
||||
|
||||
%description %{common_description}
|
||||
|
||||
|
||||
%package doc
|
||||
Summary: Documentations for %{name}
|
||||
Requires: %{name} = %{evr}
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
%{summary}.
|
||||
|
||||
%gopkg
|
||||
|
||||
%prep
|
||||
@@ -43,5 +52,8 @@ install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc docs README.md VISION.md
|
||||
%doc README.md
|
||||
%{_bindir}/lazygit
|
||||
|
||||
%files doc
|
||||
%doc docs/ VISION.md CONTRIBUTING.md CODE-OF-CONDUCT.md
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "holyc.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,50 @@
|
||||
%global ver 0.0.10
|
||||
|
||||
Name: holyc
|
||||
Version: %{ver}~beta
|
||||
Release: 3%{?dist}
|
||||
Summary: HolyC compiler and transpiler
|
||||
License: BSD-2-Clause
|
||||
URL: https://holyc-lang.com
|
||||
Source0: https://github.com/Jamesbarford/holyc-lang/archive/refs/tags/beta-v%{ver}.tar.gz
|
||||
BuildRequires: cmake
|
||||
BuildRequires: cmake-rpm-macros
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: sqlite-devel
|
||||
Packager: Gilver E. <roachy@fyralabs.com>
|
||||
|
||||
%description
|
||||
HolyC is a fun recreational programming language designed by Terry A. Davis.
|
||||
Originally implemented in TempleOS as a general purpose programming language and scripting language for all manner of tasks.
|
||||
|
||||
%prep
|
||||
# Currently needed to fetch the commit hash for hcc --version
|
||||
%git_clone https://github.com/Jamesbarford/holyc-lang.git beta-v%{ver}
|
||||
%setup -T -D -n holyc-lang/src
|
||||
# Make packaged versions of HolyC report the correct Git hash
|
||||
sed -i 's|git rev-parse main|git rev-parse HEAD|g' CMakeLists.txt
|
||||
# Make the binary correctly report its installed location as /usr/bin instead of /usr
|
||||
sed -i 's|binary: %%s/hcc|binary: %%s/bin/hcc|g' cli.c
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
-DCMAKE_BUILD_TYPE="Release" \
|
||||
-DHCC_LINK_SQLITE3="1"
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
|
||||
%check
|
||||
%{buildroot}%{_bindir}/hcc --version
|
||||
|
||||
%files
|
||||
%license ../COPYING
|
||||
%doc ../README.md
|
||||
%{_bindir}/hcc
|
||||
%{_includedir}/tos.HH
|
||||
|
||||
%changelog
|
||||
* Tue Feb 10 2026 Gilver E. <roachy@fyralabs.com> - 0.0.10~beta-1
|
||||
- Initial package
|
||||
@@ -0,0 +1,7 @@
|
||||
let v = gh("Jamesbarford/holyc-lang");
|
||||
v.crop(6);
|
||||
rpm.global("ver", v);
|
||||
|
||||
if rpm.changed() {
|
||||
rpm.release();
|
||||
}
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit 12a2333817ad8864cbb2e36367701c908631c787
|
||||
%global commit 5fa11c5686f652772472639b5c761cfea91055eb
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20260206
|
||||
%global commit_date 20260212
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: nimble
|
||||
Version: 0.20.1
|
||||
Version: 0.22.0
|
||||
Release: 1%?dist
|
||||
Summary: Package manager for the Nim programming language
|
||||
License: BSD
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global _desc Send usage data from your Python code to PostHog.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 7.8.3
|
||||
Version: 7.8.6
|
||||
Release: 1%?dist
|
||||
Summary: Send usage data from your Python code to PostHog
|
||||
License: MIT
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "proton-core.spec"
|
||||
}
|
||||
labels {
|
||||
subrepo = "extras"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
%define unmangled_name proton-core
|
||||
%define github_repo_name python-proton-core
|
||||
%global _desc The proton-core component contains core logic used by the other Proton components.
|
||||
|
||||
Name: python-proton-core
|
||||
Version: 0.7.0
|
||||
Release: 1%?dist
|
||||
Summary: %{unmangled_name} library
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/ProtonVPN/%{github_repo_name}
|
||||
Source: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-pip
|
||||
BuildRequires: python3-setuptools
|
||||
BuildArch: noarch
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
%_desc
|
||||
|
||||
%package -n python3-%{unmangled_name}
|
||||
Summary: %{summary}
|
||||
%{?python_provide:%python_provide python3-%{unmangled_name}}
|
||||
|
||||
%description -n python3-%{unmangled_name}
|
||||
%_desc
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
%build
|
||||
%pyproject_wheel
|
||||
|
||||
%install
|
||||
%pyproject_install
|
||||
%pyproject_save_files proton
|
||||
|
||||
%files -n python3-%{unmangled_name} -f %{pyproject_files}
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Feb 10 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh_tag("ProtonVPN/python-proton-core"));
|
||||
@@ -2,4 +2,7 @@
|
||||
rpm {
|
||||
spec = "proton-vpn-local-agent.spec"
|
||||
}
|
||||
labels {
|
||||
sccache = 0
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
%define debug_package %{nil}
|
||||
%define __python /usr/bin/python3
|
||||
|
||||
%global pypi_name proton-vpn-local-agent
|
||||
%global _desc Proton VPN local agent written in Rust.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 1.6.0
|
||||
Release: 2%?dist
|
||||
Release: 3%?dist
|
||||
Summary: Proton VPN local agent written in Rust
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/ProtonVPN/local-agent-rs
|
||||
@@ -15,7 +16,7 @@ BuildRequires: python3-devel
|
||||
BuildRequires: cargo-rpm-macros
|
||||
|
||||
# Really cursed but there is no pyproject.toml or setup.py in this package to auto-provide this, and proton-vpn needs this
|
||||
Provides: python3.14dist(proton-vpn-local-agent)
|
||||
%dnl Provides: python3.14dist(proton-vpn-local-agent)
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
@@ -43,12 +44,12 @@ popd
|
||||
|
||||
%install
|
||||
pushd %{name}
|
||||
install -Dm0644 target/release/libpython_proton_vpn_local_agent.so %{buildroot}%{_libdir}/proton/local_agent.so
|
||||
install -Dm0644 target/release/libpython_proton_vpn_local_agent.so %{buildroot}%{python_sitearch}/proton/vpn/local_agent.so
|
||||
popd
|
||||
|
||||
%files -n python3-%{pypi_name}
|
||||
%doc README.md CODEOWNERS
|
||||
%{_libdir}/proton/local_agent.so
|
||||
%{python_sitearch}/proton/vpn/local_agent.so
|
||||
|
||||
%changelog
|
||||
* Sun Jan 18 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit d7595e2b327bc55239b8e6ecc4408d51373c4782
|
||||
%global commit_date 20260206
|
||||
%global commit 601dc5f9e98c5ff924b7dedd3edb6580beab8465
|
||||
%global commit_date 20260212
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name types-colorama
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: fresh
|
||||
Version: 0.1.99
|
||||
Version: 0.2.3
|
||||
Release: 1%?dist
|
||||
Summary: Text editor for your terminal: easy, powerful and fast
|
||||
URL: https://sinelaw.github.io/fresh/
|
||||
Source0: https://github.com/sinelaw/fresh/archive/refs/tags/v%version.tar.gz
|
||||
License: GPL-2.0-Only
|
||||
License: GPL-2.0-only
|
||||
BuildRequires: cargo anda-srpm-macros cargo-rpm-macros mold
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
@@ -15,10 +15,10 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
%{summary}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentaion for %{name}
|
||||
Summary: Documentation for %{name}
|
||||
|
||||
%description doc
|
||||
Documentaion for %{name}.
|
||||
Documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global crate usage-cli
|
||||
|
||||
Name: rust-usage-cli
|
||||
Version: 2.16.1
|
||||
Version: 2.16.2
|
||||
Release: 1%?dist
|
||||
Summary: CLI for working with usage-based CLIs
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.16.0-dev.2510+bcb5218a2
|
||||
version=0.16.0-dev.2535+b5bd49460
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
%define llvm_compat 20
|
||||
%endif
|
||||
%global llvm_version 20.0.0
|
||||
%global ver 0.16.0-dev.2510+bcb5218a2
|
||||
%global ver 0.16.0-dev.2535+b5bd49460
|
||||
%bcond bootstrap 1
|
||||
%bcond docs %{without bootstrap}
|
||||
%bcond test 1
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
%global zig_cache_dir %{builddir}/zig-cache
|
||||
|
||||
Name: zig-master
|
||||
Version: 0.16.0~dev.2510+bcb5218a2
|
||||
Version: 0.16.0~dev.2535+b5bd49460
|
||||
Release: 2%?dist
|
||||
Summary: Master builds of the Zig language
|
||||
License: MIT AND NCSA AND LGPL-2.1-or-later AND LGPL-2.1-or-later WITH GCC-exception-2.0 AND GPL-2.0-or-later AND GPL-2.0-or-later WITH GCC-exception-2.0 AND BSD-3-Clause AND Inner-Net-2.0 AND ISC AND LicenseRef-Fedora-Public-Domain AND GFDL-1.1-or-later AND ZPL-2.1
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: apparmor
|
||||
Version: 5.0.0~alpha5
|
||||
Version: 4.1.6
|
||||
Release: 1%?dist
|
||||
Summary: AppArmor userspace components
|
||||
|
||||
@@ -185,6 +185,9 @@ install -Dm644 %{SOURCE1} %{buildroot}%{_presetdir}/70-apparmor.preset
|
||||
|
||||
find %{buildroot} \( -name "*.a" -o -name "*.la" \) -delete
|
||||
|
||||
mkdir -p %buildroot%python3_sitearch/LibAppArmor
|
||||
mv %buildroot%python3_sitearch/{LibAppArmor.py,_LibAppArmor.cpython-*-linux-gnu.so,__pycache__/LibAppArmor.*} %buildroot%python3_sitearch/LibAppArmor/
|
||||
|
||||
%find_lang aa-binutils
|
||||
%find_lang apparmor-parser
|
||||
%find_lang apparmor-utils
|
||||
@@ -276,11 +279,11 @@ make -C utils check
|
||||
%{_bindir}/aa-exec
|
||||
%{_bindir}/aa-features-abi
|
||||
%{_sbindir}/aa-load
|
||||
%{_sbindir}/aa-show-usage
|
||||
%dnl %{_sbindir}/aa-teardown
|
||||
%dnl %{_unitdir}/apparmor.service
|
||||
#{_sbindir}/aa-show-usage
|
||||
%{_sbindir}/aa-teardown
|
||||
%{_unitdir}/apparmor.service
|
||||
%{_presetdir}/70-apparmor.preset
|
||||
%dnl %{_prefix}/lib/apparmor
|
||||
%{_prefix}/lib/apparmor
|
||||
%dir %{_sysconfdir}/apparmor
|
||||
# FIXME: the confusion…? how did this happen
|
||||
%config(noreplace) %{_sysconfdir}/apparmor/default_unconfined.template
|
||||
@@ -294,8 +297,8 @@ make -C utils check
|
||||
%{_mandir}/man7/apparmor.7.gz
|
||||
%{_mandir}/man7/apparmor_xattrs.7.gz
|
||||
%{_mandir}/man8/aa-load.8.gz
|
||||
%{_mandir}/man8/aa-show-usage.8.gz
|
||||
%dnl %{_mandir}/man8/aa-teardown.8.gz
|
||||
#{_mandir}/man8/aa-show-usage.8.gz
|
||||
%{_mandir}/man8/aa-teardown.8.gz
|
||||
%{_mandir}/man8/apparmor_parser.8.gz
|
||||
|
||||
%files utils -f apparmor-utils.lang
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define debug_package %nil
|
||||
|
||||
Name: args-hxx
|
||||
Version: 6.4.7
|
||||
Version: 6.4.8
|
||||
Release: 1%?dist
|
||||
Summary: A simple header-only C++ argument parser library
|
||||
License: MIT
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global appid org.freedesktop.libfprint
|
||||
|
||||
Name: libfprint-tod
|
||||
Version: 1.94.9+tod1
|
||||
Version: 1.94.10+tod1
|
||||
Release: 1%?dist
|
||||
URL: https://gitlab.freedesktop.org/3v1n0/libfprint/
|
||||
Source: %{url}/-/archive/v%{version}/libfprint-v%{version}.tar.gz
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
diff -up mesa-22.3.0-rc4/src/util/00-mesa-defaults.conf.dma mesa-22.3.0-rc4/src/util/00-mesa-defaults.conf
|
||||
--- mesa-22.3.0-rc4/src/util/00-mesa-defaults.conf.dma 2022-11-25 10:32:32.175879868 +1000
|
||||
+++ mesa-22.3.0-rc4/src/util/00-mesa-defaults.conf 2022-11-25 10:32:43.743067470 +1000
|
||||
@@ -653,6 +653,7 @@ TODO: document the other workarounds.
|
||||
<application name="gnome-shell" executable="gnome-shell">
|
||||
<option name="adaptive_sync" value="false" />
|
||||
<option name="v3d_nonmsaa_texture_size_limit" value="true" />
|
||||
+ <option name="mesa_glthread" value="false"/>
|
||||
</application>
|
||||
<application name="Desktop — Plasma" executable="plasmashell">
|
||||
<option name="adaptive_sync" value="false" />
|
||||
@@ -1,27 +0,0 @@
|
||||
From 087ef6401515d7260eafbffe423f39afc2af985c Mon Sep 17 00:00:00 2001
|
||||
From: Tomeu Vizoso <tomeu.vizoso@collabora.com>
|
||||
Date: Tue, 18 Nov 2025 11:36:43 +0100
|
||||
Subject: [PATCH] dril: don't build a rocket_dri.so
|
||||
|
||||
As Teflon doesn't dynamically load drivers (yet?).
|
||||
---
|
||||
src/gallium/targets/dril/meson.build | 3 +--
|
||||
1 file changed, 1 insertion(+), 2 deletions(-)
|
||||
|
||||
diff --git a/src/gallium/targets/dril/meson.build b/src/gallium/targets/dril/meson.build
|
||||
index 140022f077da9..62a816f44a625 100644
|
||||
--- a/src/gallium/targets/dril/meson.build
|
||||
+++ b/src/gallium/targets/dril/meson.build
|
||||
@@ -124,8 +124,7 @@ foreach d : [[with_gallium_kmsro, [
|
||||
[with_gallium_lima, 'lima_dri.so'],
|
||||
[with_gallium_d3d12, 'd3d12_dri.so'],
|
||||
[with_gallium_zink, 'zink_dri.so'],
|
||||
- [with_gallium_asahi, 'asahi_dri.so'],
|
||||
- [with_gallium_rocket, 'rocket_dri.so']]
|
||||
+ [with_gallium_asahi, 'asahi_dri.so']]
|
||||
if d[0]
|
||||
dril_drivers += d[1]
|
||||
endif
|
||||
--
|
||||
GitLab
|
||||
|
||||
+11
-20
@@ -84,13 +84,13 @@
|
||||
|
||||
Name: %{srcname}
|
||||
Summary: Mesa graphics libraries
|
||||
%global ver 25.3.4
|
||||
%global ver 26.0.0
|
||||
Epoch: 1
|
||||
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
|
||||
Release: 1
|
||||
Packager: Kyle Gospodnetich <me@kylegospodneti.ch>
|
||||
License: MIT AND BSD-3-Clause AND SGI-B-2.0
|
||||
URL: http://www.mesa3d.org
|
||||
URL: https://mesa3d.org
|
||||
|
||||
Source0: https://archive.mesa3d.org/%{srcname}-%{version}.tar.xz
|
||||
# src/gallium/auxiliary/postprocess/pp_mlaa* have an ... interestingly worded license.
|
||||
@@ -115,9 +115,6 @@ Source13: https://crates.io/api/v1/crates/syn/%{rust_syn_ver}/download#/sy
|
||||
Source14: https://crates.io/api/v1/crates/unicode-ident/%{rust_unicode_ident_ver}/download#/unicode-ident-%{rust_unicode_ident_ver}.tar.gz
|
||||
Source15: https://crates.io/api/v1/crates/rustc-hash/%{rustc_hash_ver}/download#/rustc-hash-%{rustc_hash_ver}.tar.gz
|
||||
|
||||
# Teflon: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38532
|
||||
Patch12: mesa-38532.patch
|
||||
|
||||
# Open Gaming Collective Patches
|
||||
Patch30: https://raw.githubusercontent.com/OpenGamingCollective/mesa/refs/tags/%{ver}/limiter.patch
|
||||
Patch31: https://raw.githubusercontent.com/OpenGamingCollective/mesa/refs/tags/%{ver}/radv-defaults.patch
|
||||
@@ -240,8 +237,8 @@ Obsoletes: %{name}-libOSMesa < %{?epoch:%{epoch}:}25.1.0~rc2-1
|
||||
Summary: Mesa libGL development package
|
||||
Requires: (%{name}-libGL%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} if %{name}-libGL%{?_isa})
|
||||
Requires: libglvnd-devel%{?_isa} >= 1:1.3.2
|
||||
Provides: libGL-devel
|
||||
Provides: libGL-devel%{?_isa}
|
||||
Provides: libGL-devel = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: libGL-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Recommends: gl-manpages
|
||||
Obsoletes: %{name}-libOSMesa-devel < %{?epoch:%{epoch}:}25.1.0~rc2-1
|
||||
|
||||
@@ -262,8 +259,8 @@ Summary: Mesa libEGL development package
|
||||
Requires: (%{name}-libEGL%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} if %{name}-libEGL%{?_isa})
|
||||
Requires: libglvnd-devel%{?_isa} >= 1:1.3.2
|
||||
Requires: %{name}-khr-devel%{?_isa}
|
||||
Provides: libEGL-devel
|
||||
Provides: libEGL-devel%{?_isa}
|
||||
Provides: libEGL-devel = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: libEGL-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description libEGL-devel
|
||||
%{summary}.
|
||||
@@ -292,8 +289,8 @@ Obsoletes: %{name}-vaapi-drivers < %{?epoch:%{epoch}:}22.2.0-5
|
||||
|
||||
%package libgbm
|
||||
Summary: Mesa gbm runtime library
|
||||
Provides: libgbm
|
||||
Provides: libgbm%{?_isa}
|
||||
Provides: libgbm = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: libgbm%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Recommends: %{name}-dri-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
# If mesa-dri-drivers are installed, they must match in version. This is here to prevent using
|
||||
# older mesa-dri-drivers together with a newer mesa-libgbm and its dependants.
|
||||
@@ -306,8 +303,8 @@ Requires: (%{name}-dri-drivers%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{r
|
||||
%package libgbm-devel
|
||||
Summary: Mesa libgbm development package
|
||||
Requires: %{name}-libgbm%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: libgbm-devel
|
||||
Provides: libgbm-devel%{?_isa}
|
||||
Provides: libgbm-devel = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Provides: libgbm-devel%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
|
||||
%description libgbm-devel
|
||||
%{summary}.
|
||||
@@ -355,6 +352,7 @@ Summary: Mesa Vulkan drivers
|
||||
Requires: vulkan%{_isa}
|
||||
Requires: %{name}-filesystem%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: mesa-vulkan-devel < %{?epoch:%{epoch}:}%{version}-%{release}
|
||||
Obsoletes: VK_hdr_layer < 1
|
||||
|
||||
%description vulkan-drivers
|
||||
The drivers with support for the Vulkan API.
|
||||
@@ -515,13 +513,6 @@ rm -vf %{buildroot}%{_libdir}/dri/apple_dri.so
|
||||
# determine the vendor
|
||||
ln -s %{_libdir}/libGLX_mesa.so.0 %{buildroot}%{_libdir}/libGLX_system.so.0
|
||||
|
||||
# this keeps breaking, check it early. note that the exit from eu-ftr is odd.
|
||||
pushd %{buildroot}%{_libdir}
|
||||
for i in libGL.so ; do
|
||||
eu-findtextrel $i && exit 1
|
||||
done
|
||||
popd
|
||||
|
||||
%files filesystem
|
||||
%doc docs/Mesa-MLAA-License-Clarification-Email.txt
|
||||
%dir %{_libdir}/dri
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global _distro_extra_cflags -Wno-discarded-qualifiers
|
||||
%global _distro_extra_cflags -Wno-discarded-qualifiers -Wno-maybe-uninitialized
|
||||
|
||||
Name: quickjs-ng
|
||||
Version: 0.11.0
|
||||
Version: 0.12.1
|
||||
Release: 1%?dist
|
||||
License: MIT
|
||||
Summary: A mighty JavaScript engine
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit cb863c1600082404428f1a84e407b866b9d412a8
|
||||
%global ver 1.8.60
|
||||
%global commit_date 20260109
|
||||
%global commit 6d509061574d684117f74133056aa43df89022fc
|
||||
%global ver 1.8.61
|
||||
%global commit_date 20260208
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: tdlib-nightly
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "rfc_reader.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,40 @@
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: rfc_reader
|
||||
Version: 0.11.2
|
||||
Release: 1%?dist
|
||||
Summary: An RFC viewer with TUI
|
||||
URL: https://github.com/ozan2003/rfc_reader
|
||||
Source0: %url/archive/refs/tags/v%{version}.tar.gz
|
||||
License: MIT AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND CDLA-Permissive-2.0 AND MIT AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT) AND Zlib
|
||||
BuildRequires: cargo
|
||||
BuildRequires: cargo-rpm-macros
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
|
||||
Provides: rfc-reader
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
%summary.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version}
|
||||
%cargo_prep_online
|
||||
|
||||
%build
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
%crate_install_bin
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%files
|
||||
%doc README.md CHANGELOG.md
|
||||
%license LICENSE
|
||||
%license LICENSE.dependencies
|
||||
%{_bindir}/rfc_reader
|
||||
|
||||
%changelog
|
||||
* Thu Feb 05 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("ozan2003/rfc_reader"));
|
||||
@@ -1,7 +1,7 @@
|
||||
%global snapshot r1245.8e82100
|
||||
|
||||
Name: gpu-screen-recorder
|
||||
Version: 5.12.3
|
||||
Version: 5.12.4
|
||||
Release: 1%?dist
|
||||
Summary: A shadowplay-like screen recorder for Linux
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 3f0c0a2c09207011ca8505b694ceeb9a1b4036b7
|
||||
%global commit 756aa56d036599e53a563afdfa8b4d143b95f9b4
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260203
|
||||
%global commit_date 20260207
|
||||
|
||||
Name: vgmstream
|
||||
Version: 0~%{commit_date}git.%shortcommit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: limine
|
||||
Version: 10.6.6
|
||||
Version: 10.7.0
|
||||
Release: 1%?dist
|
||||
Summary: Modern, advanced, portable, multiprotocol bootloader
|
||||
License: BSD-2-Clause
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: compat-nvidia-repo-580
|
||||
Version: 580.126.09
|
||||
Version: 580.126.16
|
||||
Epoch: 3
|
||||
Release: 1%?dist
|
||||
Summary: Compatibility package required by official CUDA packages
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
%endif
|
||||
|
||||
Name: %{real_name}-580
|
||||
Version: 580.126.09
|
||||
Release: 2%?dist
|
||||
Version: 580.126.16
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
|
||||
Epoch: 3
|
||||
License: NVIDIA License
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global __brp_strip %{nil}
|
||||
|
||||
Name: nvidia-580-kmod-common
|
||||
Version: 580.126.09
|
||||
Version: 580.126.16
|
||||
Release: 1%?dist
|
||||
Summary: Common file for NVIDIA's proprietary driver kernel modules
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global real_name nvidia-modprobe
|
||||
|
||||
Name: %{real_name}-580
|
||||
Version: 580.126.09
|
||||
Version: 580.126.16
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA kernel module loader
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global real_name nvidia-persistenced
|
||||
|
||||
Name: %{real_name}-580
|
||||
Version: 580.126.09
|
||||
Version: 580.126.16
|
||||
Release: 1%?dist
|
||||
Summary: A daemon to maintain persistent software state in the NVIDIA driver
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global real_name nvidia-settings
|
||||
|
||||
Name: %{real_name}-580
|
||||
Version: 580.126.09
|
||||
Version: 580.126.16
|
||||
Release: 1%?dist
|
||||
Summary: Configure the NVIDIA graphics driver
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global real_name nvidia-xconfig
|
||||
|
||||
Name: %{real_name}-580
|
||||
Version: 580.126.09
|
||||
Version: 580.126.16
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA X configuration file editor
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 00e24700a615387153e469c7c7aa5482ac51f2cb
|
||||
%global commit a4ac610a2f5e98f878ae3436e3f0e7ea9e41e4a1
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260207
|
||||
%global commit_date 20260208
|
||||
%global ver 0.6.6.2
|
||||
|
||||
# We aren't using Mono but RPM expected Mono
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit 30f3260e94ed975a4ae771f50e2351fa34c597bd
|
||||
%global commit 88fe0d0be3626218b1e47fffeebe812e6bd78e20
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260207
|
||||
%global ver 1.0.19
|
||||
%global commitdate 20260212
|
||||
%global ver 1.0.20
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: scx-scheds-nightly
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: scx-scheds
|
||||
Version: 1.0.19
|
||||
Release: 2%{?dist}
|
||||
Version: 1.0.20
|
||||
Release: 1%?dist
|
||||
Summary: sched_ext schedulers
|
||||
SourceLicense: GPL-2.0-only
|
||||
License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-2-Clause AND BSD-3-Clause AND GPL-2.0-only AND ISC AND (LGPL-2.1-only OR BSD-2-Clause) AND LGPL-2.1 AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND (MPL-2.0 OR MIT OR Apache-2.0) AND MPL-2.0-only and MPL-2.0-or-later AND (Unlicense OR MIT) AND Zlib
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
%global commit 2cced64079cc2d1fbd570746b6bd47e93b99d09e
|
||||
%global commit 0a52e98197721b396bdbc1632b8e35e8f6b27a03
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260114
|
||||
%global ver 1.0.19
|
||||
%global commitdate 20260211
|
||||
%global ver 1.0.20
|
||||
%global appid com.sched_ext.scx
|
||||
%global developer "sched-ext Contributors"
|
||||
%global org "com.sched_ext"
|
||||
|
||||
Name: scx-tools-nightly
|
||||
Version: %{ver}^%{commitdate}.git.%{shortcommit}
|
||||
Release: 2%{?dist}
|
||||
Release: 1%?dist
|
||||
Summary: Sched_ext Tools
|
||||
License: ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND GPL-2.0-only AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0) AND MIT AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
|
||||
SourceLicense: GPL-2.0-only
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
%global org "com.sched_ext"
|
||||
|
||||
Name: scx-tools
|
||||
Version: 1.0.19
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.20
|
||||
Release: 1%?dist
|
||||
Summary: Sched_ext Tools
|
||||
License: ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND GPL-2.0-only AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0) AND MIT AND MPL-2.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT)
|
||||
SourceLicense: GPL-2.0-only
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
project pkg {
|
||||
rpm {
|
||||
spec = "veracrypt.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<component type="desktop-application">
|
||||
<id>jp.veracrypt.veracrypt</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>Apache-2.0 AND TrueCrypt-License-version-3.0 AND LGPL-3.0-only AND BSD-2-Clause AND Zlib AND BSD-3-Clause AND Public Domain</project_license>
|
||||
<icon type="remote">https://github.com/veracrypt/VeraCrypt/blob/master/src/Resources/Icons/VeraCrypt.svg</icon>
|
||||
|
||||
<name>Veracrypt</name>
|
||||
<summary>Disk encryption with strong security based on TrueCrypt</summary>
|
||||
|
||||
<description>
|
||||
<p>
|
||||
Free open source disk encryption software for Windows, Mac OSX and Linux. Brought to you by AM Crypto and based on TrueCrypt 7.1a.
|
||||
</p>
|
||||
<p>
|
||||
VeraCrypt main features:
|
||||
|
||||
- Creates a virtual encrypted disk within a file and mounts it as a real disk.
|
||||
- Encrypts an entire partition or storage device such as USB flash drive or hard drive.
|
||||
- Encrypts a partition or drive where Windows is installed (pre-boot authentication).
|
||||
- Encryption is automatic, real-time(on-the-fly) and transparent.
|
||||
- Parallelization and pipelining allow data to be read and written as fast as if the drive was not encrypted.
|
||||
- Encryption can be hardware-accelerated on modern processors.
|
||||
- Provides plausible deniability, in case an adversary forces you to reveal the password: Hidden volume (steganography) and hidden operating system.
|
||||
- More information about the features of VeraCrypt may be found in the documentation
|
||||
|
||||
</p>
|
||||
</description>
|
||||
|
||||
<launchable type="desktop-id">veracrypt.desktop</launchable>
|
||||
|
||||
<url type="homepage">https://veracrypt.jp/en/Home.html</url>
|
||||
|
||||
<keywords>
|
||||
<keyword>Encryption</keyword>
|
||||
</keywords>
|
||||
</component>
|
||||
@@ -0,0 +1 @@
|
||||
rpm.global("ver", gh("veracrypt/VeraCrypt"));
|
||||
@@ -0,0 +1,81 @@
|
||||
%define debug_package %{nil}
|
||||
%define _unpackaged_files_terminate_build 0
|
||||
%define appid jp.veracrypt.veracrypt
|
||||
%global ver VeraCrypt_1.26.24
|
||||
%global sanitized_ver %(echo %{ver} | sed 's/^VeraCrypt_//')
|
||||
|
||||
Name: veracrypt
|
||||
Version: %{sanitized_ver}
|
||||
Release: 1%?dist
|
||||
Summary: Disk encryption with strong security based on TrueCrypt
|
||||
URL: https://veracrypt.jp/en/Home.html
|
||||
Source0: https://github.com/veracrypt/VeraCrypt/archive/refs/tags/VeraCrypt_%version.tar.gz
|
||||
Source1: %{appid}.metainfo.xml
|
||||
License: Apache-2.0 AND TrueCrypt-License-version-3.0 AND LGPL-3.0-only AND BSD-2-Clause AND Zlib AND BSD-3-Clause AND Public Domain
|
||||
BuildRequires: make
|
||||
BuildRequires: yasm
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: clang
|
||||
BuildRequires: pkgconf-pkg-config
|
||||
BuildRequires: wxGTK-devel
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pcsc-lite-devel
|
||||
Requires: wxGTK-devel
|
||||
|
||||
Provides: VeraCrypt
|
||||
|
||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%package lang
|
||||
Summary: Translations for package %{name}
|
||||
Requires: %{name} = %{evr}
|
||||
Supplements: %{name}
|
||||
Provides: %{name}-lang-all = %{evr}
|
||||
BuildArch: noarch
|
||||
|
||||
%description lang
|
||||
%{summary}.
|
||||
|
||||
%package doc
|
||||
Summary: Documentation for %{name}
|
||||
Requires: %{name} = %{evr}
|
||||
Supplements: %{name}
|
||||
BuildArch: noarch
|
||||
|
||||
%description doc
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -n VeraCrypt-VeraCrypt_%{version}
|
||||
|
||||
%build
|
||||
%make_build -C src
|
||||
|
||||
%install
|
||||
%make_install -C src
|
||||
cp -r doc/ %{buildroot}%{_pkgdocdir}/
|
||||
%terra_appstream -o %{SOURCE1}
|
||||
|
||||
%files
|
||||
%doc README.md
|
||||
%license License.txt
|
||||
%{_bindir}/veracrypt
|
||||
%{_bindir}/veracrypt-uninstall.sh
|
||||
%{_appsdir}/veracrypt.desktop
|
||||
%{_datadir}/mime/packages/veracrypt.xml
|
||||
%{_datadir}/pixmaps/veracrypt.xpm
|
||||
%{_metainfodir}/%{appid}.metainfo.xml
|
||||
|
||||
%files lang
|
||||
%{_datadir}/veracrypt/languages/*
|
||||
|
||||
%files doc
|
||||
%{_pkgdocdir}/
|
||||
|
||||
%changelog
|
||||
* Sat Feb 07 2026 Owen Zimmerman <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: vicinae
|
||||
Version: 0.19.6
|
||||
Version: 0.19.7
|
||||
Release: 1%?dist
|
||||
License: GPL-3.0
|
||||
URL: https://docs.vicinae.com
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: wine-staging
|
||||
Version: 11.1
|
||||
Version: 11.2
|
||||
Release: 1%?dist
|
||||
Epoch: 1
|
||||
Summary: WINE Is Not An Emulator - runs MS Windows programs
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global _distro_extra_cflags -Wno-discarded-qualifiers
|
||||
|
||||
Name: xbps
|
||||
Version: 0.60.6
|
||||
Version: 0.60.7
|
||||
Release: 1%?dist
|
||||
License: BSD-2-Clause AND BSD-3-Clause AND ISC
|
||||
Summary: A binary package system designed and implemented from scratch
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: terra-mock-configs
|
||||
Version: 2.1.2
|
||||
Version: 2.2.2
|
||||
Release: 1%?dist
|
||||
Epoch: 1
|
||||
Summary: Mock configs for Terra repos
|
||||
|
||||
@@ -1 +1 @@
|
||||
6.10.1
|
||||
6.10.2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: kde-material-you-colors
|
||||
Version: 2.0.0
|
||||
Release: 3%{?dist}
|
||||
Release: 4%?dist
|
||||
Summary: Automatic Material You Colors Generator from your wallpaper for the Plasma Desktop
|
||||
License: GPL-3.0-only
|
||||
URL: https://github.com/luisbocanegra/%{name}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user