mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
19 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f5ab427f6c | |||
| ec9ae5d884 | |||
| abc525f5ef | |||
| 2d07a0b480 | |||
| f66273f1a8 | |||
| 87d0188a23 | |||
| 8f25c016e0 | |||
| f244cd93d2 | |||
| 1460919927 | |||
| 9d08b834bf | |||
| 5a3ca09d09 | |||
| e2172c3e85 | |||
| b41d268806 | |||
| c7b3a3138b | |||
| 6ac055cfe8 | |||
| 525487823e | |||
| 1fcce67e45 | |||
| 17c5cd6c1b | |||
| 73d05b89d4 |
@@ -73,6 +73,6 @@ jobs:
|
||||
# Upload the results to GitHub's code scanning dashboard (optional).
|
||||
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
||||
- name: "Upload to code-scanning"
|
||||
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4
|
||||
uses: github/codeql-action/upload-sarif@68bde559dea0fdcac2102bfdf6230c5f70eb485e # v4
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: bazzite-portal
|
||||
Version: 0.2.2
|
||||
Version: 0.2.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Bazzite Portal is a tabbed frontend for curated script execution, with a focus on distro specific QOL shortcuts
|
||||
URL: https://github.com/ublue-os/yafti-gtk
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 1.0.1071
|
||||
Version: 1.0.1075
|
||||
Release: 1%{?dist}
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: discord-canary
|
||||
Version: 1.0.1071
|
||||
Version: 1.0.1075
|
||||
Release: 1%{?dist}
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
||||
|
||||
%global ver 13.3.0
|
||||
%global commit 410cfae9e2ab32c376e3844c0fc41470362c3174
|
||||
%global commit 95032bd2b752c711860ed06b9f0225243a4b6cbd
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260508
|
||||
%global commit_date 20260513
|
||||
%global devel_name QtColorWidgets
|
||||
%global _distro_extra_cflags -fuse-ld=mold
|
||||
%global _distro_extra_cxxflags -fuse-ld=mold
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit 7732c305a5d23c145e84a54eaf1695f263bf9210
|
||||
%global commit 21351a058030cc67e50be138ca7bd4f96b448db2
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260512
|
||||
%global commit_date 20260513
|
||||
%global ver 0.41.0
|
||||
|
||||
Name: mpv-nightly
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2026-05-12
|
||||
%global ver 2026-05-13
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
+2
-2
@@ -1,5 +1,5 @@
|
||||
%global commit fb4d52638e4677f8192292621e4f2a08f61a88f7
|
||||
%global commit_date 20260512
|
||||
%global commit 5d5bb105380a90b2f9767df328eb846009299ddb
|
||||
%global commit_date 20260513
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global extension multi-monitors-bar
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
A hardware-accelerated terminal emulator focusing to run in desktops and browsers.}
|
||||
|
||||
Name: rio
|
||||
Version: 0.4.3
|
||||
Version: 0.4.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A hardware-accelerated terminal written in Rust.
|
||||
SourceLicense: MIT
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 1a2e50e3f222ae7d223acf718d2e8384a9b7fbe6
|
||||
%global commit cc84bed4eb7b66db5695e72ad0b65577e9aaa292
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260512
|
||||
%global commit_date 20260513
|
||||
%global ver 1.3.0
|
||||
|
||||
%bcond_with check
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "zsh-autocomplete.spec"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
%define debug_package %nil
|
||||
|
||||
Name: zsh-autocomplete
|
||||
Version: 25.03.19
|
||||
Release: 1%?dist
|
||||
@@ -8,6 +6,7 @@ License: MIT
|
||||
URL: https://github.com/marlonrichert/zsh-autocomplete
|
||||
Source0: %url/archive/refs/tags/%version.tar.gz
|
||||
Packager: madonuko <mado@fyralabs.com>
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This plugin for Zsh adds real-time type-ahead autocompletion to your command
|
||||
|
||||
@@ -4,16 +4,17 @@
|
||||
%global crate chess-tui
|
||||
|
||||
Name: rust-chess-tui
|
||||
Version: 2.6.2
|
||||
Version: 2.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Rusty chess game in your terminal 🦀
|
||||
|
||||
License: MIT
|
||||
License: MIT AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND Apache-2.0 AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-3-Clause AND (BSD-3-Clause OR MIT OR Apache-2.0) AND CDLA-Permissive-2.0 AND GPL-3.0 AND GPL-3.0+ AND ISC AND (ISC AND (Apache-2.0 OR ISC)) AND (ISC AND (Apache-2.0 OR ISC) AND Apache-2.0 AND MIT AND BSD-3-Clause AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR ISC OR MIT-0)) AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT)
|
||||
URL: https://crates.io/crates/chess-tui
|
||||
Source: %{crates_source}
|
||||
|
||||
BuildRequires: cargo-rpm-macros >= 24
|
||||
BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(alsa)
|
||||
|
||||
%global _description %{expand:
|
||||
A rusty chess game in your terminal 🦀.}
|
||||
@@ -32,7 +33,7 @@ License: (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0
|
||||
%license LICENSE.dependencies
|
||||
%doc CONTRIBUTING.md
|
||||
%doc README.md
|
||||
%{_bindir}/chess-tui
|
||||
%{_bindir}/chess_tui
|
||||
|
||||
%package devel
|
||||
Summary: %{summary}
|
||||
@@ -76,9 +77,9 @@ use the "chess-tui" feature of the "%{crate}" crate.
|
||||
%prep
|
||||
%autosetup -n %{crate}-%{version} -p1
|
||||
%cargo_prep_online
|
||||
sed -i 's/chess-tui/chess_tui/g' Cargo.toml
|
||||
|
||||
%build
|
||||
%{cargo_license_summary_online}
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%install
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
%global name_pretty %{quote:Prism Launcher (Nightly)}
|
||||
%global appid org.prismlauncher.PrismLauncher-nightly
|
||||
|
||||
%global commit ecc551b44e5265aee504dd7828b0ba4cc1e0569c
|
||||
%global commit 323c25d83b08b5654294ac2a1851a0a73f2022b9
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global commit_date 20260512
|
||||
%global commit_date 20260513
|
||||
%global snapshot_info %{commit_date}.%{shortcommit}
|
||||
|
||||
# Change this variables if you want to use custom keys
|
||||
|
||||
@@ -9,8 +9,8 @@
|
||||
# GLIBCXX_ASSERTIONS is known to break RPCS3
|
||||
%global build_cflags %(echo "%{__build_flags_lang_c}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||
%global build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||
%global commit 021f16f775fadaf5d9f2ed0584972b0bd0e4b6db
|
||||
%global ver 0.0.40-19351
|
||||
%global commit 320e8d634ae0a0dc0917e9483d12e5156c655160
|
||||
%global ver 0.0.40-19359
|
||||
|
||||
Name: rpcs3
|
||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit f0c60b06e5cff8064bf0a9a32ec2d2bc14a694d9
|
||||
%global commit 6204e48ba597972569eab9148b630bbf0ed66fce
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20260510
|
||||
%global commit_date 20260513
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
%global _desc The model-definition framework for state-of-the-art machine learning models.
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 5.8.0
|
||||
Release: 2%{?dist}
|
||||
Version: 5.8.1
|
||||
Release: 1%{?dist}
|
||||
Summary: The model-definition framework for state-of-the-art machine learning models
|
||||
License: Apache-2.0
|
||||
URL: https://huggingface.co/docs/transformers/index
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit bfcf8df2918b0d24c810a31d9b56c4a9ddd23958
|
||||
%global commit_date 20260512
|
||||
%global commit 4f63ff20e1fe9a7928358cfd3693af194380af15
|
||||
%global commit_date 20260513
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name types-colorama
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate television
|
||||
|
||||
Name: rust-television
|
||||
Version: 0.15.6
|
||||
Version: 0.15.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Very fast, portable and hackable fuzzy finder for the terminal
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate zellij
|
||||
|
||||
Name: rust-zellij
|
||||
Version: 0.44.2
|
||||
Version: 0.44.3
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal workspace with batteries included
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
version=0.17.0-dev.296+a85a29ae4
|
||||
version=0.17.0-dev.298+ad1b746e2
|
||||
|
||||
mirrors=()
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%define llvm_compat 22
|
||||
%endif
|
||||
%global llvm_version 22.0.0
|
||||
%global ver 0.17.0-dev.296+a85a29ae4
|
||||
%global ver 0.17.0-dev.298+ad1b746e2
|
||||
%bcond bootstrap 1
|
||||
%bcond docs %{without bootstrap}
|
||||
%bcond test 1
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
%global zig_cache_dir %{builddir}/zig-cache
|
||||
|
||||
Name: zig-master
|
||||
Version: 0.17.0~dev.296+a85a29ae4
|
||||
Version: 0.17.0~dev.298+ad1b746e2
|
||||
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
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 49b3bcbb6bfebf2ed44dd9f25102d2e1a94a58c4
|
||||
%global commit 7a7081bfd29b8f3a8f2257010c6a3684598e6bf6
|
||||
%global ver 1.8.64
|
||||
%global commit_date 20260508
|
||||
%global commit_date 20260513
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: tdlib-nightly
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global commit cbe523b693d78f1239a41f8fe1a26484996f43e9
|
||||
%global commit b7eb614d7ab4c1de56de6fab906fe46dc4798e12
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 20260512024130
|
||||
%global commit_date 20260512
|
||||
%global ver 20260512150306
|
||||
%global commit_date 20260513
|
||||
|
||||
Name: v2ray-domain-list-community
|
||||
Version: %{ver}^%{commit_date}git.%{shortcommit}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 2fddd37cdec8f17d59d0ff7c4d72f336eaad9e3b
|
||||
%global commit 6a4beb41a2544bd75641047af5f18b97c8ee5dbf
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20260510
|
||||
%global commit_date 20260512
|
||||
|
||||
Name: vgmstream
|
||||
Version: 0~%{commit_date}git.%shortcommit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 9a46affc33710a1acf115851c696db9e206f2b16
|
||||
%global commit_date 20260512
|
||||
%global commit ced3762a67b69d66cda5b929500e5bcf266c4217
|
||||
%global commit_date 20260513
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: cloud-hypervisor-nightly
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 38d5d947269b1a37f229af30f3cab7dccfa7e711
|
||||
%global commit c630228b0df1d6612335aca0a13f039b58c679e0
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20260510
|
||||
%global commit_date 20260513
|
||||
%global ver 0.6.7
|
||||
|
||||
# We aren't using Mono but RPM expected Mono
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit ae839bc2f959db23b983a9a692f3c531ef1c6a08
|
||||
%global commit af47f06b18939fccbef7b5ab9f6413d7463c10b9
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20260512
|
||||
%global commitdate 20260513
|
||||
%global ver 1.1.0
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global goipath github.com/arduino/remoteocd
|
||||
|
||||
%global commit ada87dad6fb195d57c4e2abbe2e6c99092c12d33
|
||||
%global commit_date 20260505
|
||||
%global commit 7109bed7d4f138795d7a5c07c0b9d292fd81d77d
|
||||
%global commit_date 20260513
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Version: 0^%commit_date.%shortcommit
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: cloudflare-speed-cli
|
||||
Version: 0.6.8
|
||||
Version: 0.6.10
|
||||
Release: 1%{?dist}
|
||||
Summary: CLI for internet speed test via cloudflare
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%undefine __brp_mangle_shebangs
|
||||
|
||||
Name: kittyCAD-cli
|
||||
Version: 0.2.165
|
||||
Version: 0.2.167
|
||||
Release: 1%{?dist}
|
||||
Summary: The Zoo command line tool for KittyCAD
|
||||
URL: https://github.com/KittyCAD/cli
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# https://github.com/nats-io/natscli
|
||||
%global goipath github.com/nats-io/natscli
|
||||
%global commit 69d70e5c15fa8f93b42031c61f504c8463ddfe4a
|
||||
%global commit_date 20260512
|
||||
%global commit 1643ccaf83d6b4d79f9c7d2b142984ec6d2281e2
|
||||
%global commit_date 20260513
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
|
||||
%gometa -f
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 13a00815aec535ca50d2ac0e4abdb4f52cf8904d
|
||||
%global commit_date 20260509
|
||||
%global commit 6745396fbf6b578a1aff1fa0d1240da4a42ec2f6
|
||||
%global commit_date 20260513
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: raindrop
|
||||
|
||||
Reference in New Issue
Block a user