Compare commits

..

7 Commits

19 changed files with 69 additions and 17 deletions
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar
Version: 1.0.1193
Version: 1.0.1205
Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
+1 -1
View File
@@ -1,5 +1,5 @@
Name: discord-canary
Version: 1.0.1193
Version: 1.0.1205
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-ptb-openasar
Version: 1.0.193
Version: 1.0.194
Release: 1%{?dist}
Summary: A snappier Discord rewrite with features like further customization and theming
License: MIT AND https://discord.com/terms
+1 -1
View File
@@ -1,5 +1,5 @@
Name: discord-ptb
Version: 1.0.193
Version: 1.0.194
Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers.
URL: https://discord.com
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver 2026-06-04
%global ver 2026-06-05
%global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil}
%bcond_without mold
+1 -1
View File
@@ -1,5 +1,5 @@
Name: iio-niri
Version: 2.0.0
Version: 2.1.0
Release: 1%{?dist}
Summary: Autorotation daemon for niri
URL: https://github.com/Zhaith-Izaliel/iio-niri
+1 -1
View File
@@ -1,5 +1,5 @@
Name: satty
Version: 0.20.1
Version: 0.21.0
Release: 1%{?dist}
Summary: Modern screenshot annotation tool
URL: https://github.com/Satty-org/Satty
@@ -2,7 +2,7 @@
%global _desc The model-definition framework for state-of-the-art machine learning models.
Name: python-%{pypi_name}
Version: 5.10.1
Version: 5.10.2
Release: 1%{?dist}
Summary: The model-definition framework for state-of-the-art machine learning models
License: Apache-2.0
+1 -1
View File
@@ -1,7 +1,7 @@
%undefine __brp_mangle_shebangs
Name: fresh
Version: 0.3.10
Version: 0.3.12
Release: 1%{?dist}
Summary: Text editor for your terminal: easy, powerful and fast
URL: https://getfresh.dev
+1 -1
View File
@@ -1,7 +1,7 @@
%define __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
%global crate zoi-rs
%global crate_version 1.16.1
%global crate_version 1.17.0
Name: rust-zoi-rs
Version: %(echo %crate_version | sed 's/-/~/g')
+1 -1
View File
@@ -1,6 +1,6 @@
#!/usr/bin/bash
version=0.17.0-dev.667+0569f1f6a
version=0.17.0-dev.690+c5a61e899
mirrors=()
@@ -6,7 +6,7 @@
%define llvm_compat 22
%endif
%global llvm_version 22.0.0
%global ver 0.17.0-dev.667+0569f1f6a
%global ver 0.17.0-dev.690+c5a61e899
%bcond bootstrap 1
%bcond docs %{without bootstrap}
%bcond test 1
+1 -1
View File
@@ -18,7 +18,7 @@
%global zig_cache_dir %{builddir}/zig-cache
Name: zig-master
Version: 0.17.0~dev.667+0569f1f6a
Version: 0.17.0~dev.690+c5a61e899
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 -1
View File
@@ -1 +1 @@
rpm.version(gh_tag("delthas/senpai"));
rpm.version(gh("delthas/senpai"));
+5
View File
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "delphitools-cli.spec"
}
}
@@ -0,0 +1,46 @@
Name: delphitools-cli
Version: 0.2.0
Release: 1%{?dist}
Summary: indie toolkit for designers colour, image, PDF, type, calc, all in one offline CLI
URL: https://delphi.tools/
Source0: https://github.com/1612elphi/delphitools-cli/archive/refs/tags/v%{version}.tar.gz
SourceLicense: 0BSD
License: %{sourcelicense} AND ((MIT OR Apache-2.0) AND NCSA) AND (Apache-2.0 OR MIT) AND (MIT OR Apache-2.0 OR Zlib) AND (0BSD OR MIT OR Apache-2.0) AND BSD-2-Clause AND Zlib AND MIT AND ((MIT OR Apache-2.0) AND Unicode-DFS-2016) AND ((MIT OR Apache-2.0) AND Unicode-3.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND MPL-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (CC0-1.0 OR Apache-2.0) AND (BSD-3-Clause OR Apache-2.0) AND ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND BSD-3-Clause AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (Unlicense OR MIT)
BuildRequires: rust
BuildRequires: anda-srpm-macros
BuildRequires: cargo-rpm-macros
BuildRequires: pkgconfig(openssl)
BuildRequires: gcc-c++
Packager: Its-J <jonah@fyralabs.com>
%description
%{summary}.
%prep
%autosetup -n %{name}-%{version}
%cargo_prep_online
%build
%cargo_build
%install
install -Dm 755 target/release/delphi %{buildroot}%{_bindir}/delphi
install -Dm 755 target/release/delphitools %{buildroot}%{_bindir}/delphitools
install -Dm 755 target/release/dt %{buildroot}%{_bindir}/dt
install -Dm 644 man/*.1 -t %{buildroot}%{_mandir}/man1/
%{cargo_license_online} > LICENSE.dependencies
%files
%{_bindir}/delphi
%{_bindir}/delphitools
%{_bindir}/dt
%{_mandir}/man1/delphi*.1.*
%license LICENSE
%license LICENSE.dependencies
%doc README.md
%changelog
* Wed Jun 03 2026 Its-J <jonah@fyralabs.com>
- Package delphitools-cli
+1
View File
@@ -0,0 +1 @@
rpm.version(gh("1612elphi/delphitools-cli"));
@@ -4,7 +4,7 @@
# The srcrpm is not prefixed with Python because the source is mostly Rust
Name: modern-colorthief
Version: 0.2.1
Version: 0.3.0
Release: 1%{?dist}
Summary: ColorThief reimagined
SourceLicense: MIT
+2 -2
View File
@@ -1,6 +1,6 @@
Name: nvm
Version: 0.40.4
Release: 1%?dist
Version: 0.40.5
Release: 1%{?dist}
Summary: Node Version Manager
License: MIT
URL: https://github.com/nvm-sh/nvm