Compare commits

..

7 Commits

Author SHA1 Message Date
Owen Zimmerman 62f07d7008 install metainfo
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-06-04 17:23:05 -05:00
Owen-sz a5cbc254e9 more macros
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-04 17:02:30 -05:00
Owen-sz fd97976114 chore (satty): update for 0.21.0
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-06-04 16:59:43 -05:00
Raboneko 91b507e465 bump: discord-canary-openasar discord-canary discord-ptb-openasar discord-ptb satty transformers modern-colorthief 2026-06-04 20:20:54 +00:00
J. bf8cbc2556 add: delphitools-cli (#12839) 2026-06-04 14:51:15 -05:00
Raboneko e3db1323bf bump(branch): zig-master 2026-06-04 19:19:30 +00:00
Raboneko 501dd4b9e3 bump: discord-canary-openasar discord-canary zig-master-bootstrap nvm 2026-06-04 18:03:05 +00:00
15 changed files with 85 additions and 26 deletions
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar
Version: 1.0.1193
Version: 1.0.1200
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.1200
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
+21 -14
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
@@ -7,38 +7,45 @@ Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
BuildRequires: cargo-rpm-macros
BuildRequires: libadwaita-devel
BuildRequires: libepoxy-devel
License: MPL-2.0 AND (MIT OR Apache-2.0) AND Unicode-3.0 AND Apache-2.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR Apache-2.0) AND CC0-1.0 AND (CC0-1.0 OR Apache-2.0) AND ISC AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT)
SourceLicense: MPL-2.0
License: %{SourceLicense} AND (MIT OR Apache-2.0) AND Unicode-3.0 AND Apache-2.0 AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (BSD-3-Clause OR Apache-2.0) AND CC0-1.0 AND (CC0-1.0 OR Apache-2.0) AND ISC AND MIT AND (MIT OR Apache-2.0) AND (MIT OR Apache-2.0 OR Zlib) AND (Unlicense OR MIT) AND Zlib AND (Zlib OR Apache-2.0 OR MIT)
Packager: Tulip Blossom <tulilirockz@outlook.com>
%description
%{summary}.
%pkg_completion -BNfz
%pkg_completion -BeNfz
%prep
%autosetup -n Satty-%{version}
%cargo_prep_online
%build
%cargo_build
%{cargo_license_online} > LICENSE.dependencies
%cargo_build -a
%{cargo_license_online -a} > LICENSE.dependencies
%install
install -Dpm0755 -t %{buildroot}%{_bindir} ./target/rpm/satty
install -Dpm0644 -t %{buildroot}%{_datadir}/applications/ ./satty.desktop
install -Dpm0644 -t %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/ ./assets/satty.svg
install -Dpm0644 -t %{buildroot}%{_datadir}/fish/vendor_completions.d/ ./completions/satty.fish
install -Dpm0644 -t %{buildroot}%{_datadir}/zsh/site-functions/ ./completions/_satty
install -Dpm0644 ./completions/satty.bash %{buildroot}%{_datadir}/bash-completion/completions/satty
install -Dpm0644 -t %{buildroot}%{_datadir}/nushell/vendor/autoload/ ./completions/satty.nu
install -Dpm0755 -t %{buildroot}%{_bindir} ./target/rpm/satty
install -Dpm0644 -t %{buildroot}%{_appsdir}/ ./satty.desktop
install -Dpm0644 -t %{buildroot}%{_scalableiconsdir}/ ./assets/satty.svg
install -Dpm0644 -t %{buildroot}%{fish_completions_dir}/ ./completions/satty.fish
install -Dpm0644 -t %{buildroot}%{zsh_completions_dir}/ ./completions/_satty
install -Dpm0644 ./completions/satty.bash %{buildroot}%{bash_completions_dir}/satty
install -Dpm0644 -t %{buildroot}%{elvish_completions_dir}/ ./completions/satty.elv
install -Dpm0644 -t %{buildroot}%{nushell_completions_dir}/ ./completions/satty.nu
install -Dpm0644 -t %{buildroot}%{_metainfodir}/ ./org.satty.Satty.metainfo.xml
%files
%doc README.md
%license LICENSE LICENSE.dependencies
%{_bindir}/%{name}
%{_datadir}/applications/satty.desktop
%{_datadir}/icons/hicolor/scalable/apps/satty.svg
%{_appsdir}/satty.desktop
%{_scalableiconsdir}/satty.svg
%{_metainfodir}/org.satty.Satty.metainfo.xml
%changelog
* Thu Jun 04 2026 Owen Zimmerman <owen@fyralabs.com> 0.21.0-1
- Update for 0.21.0
* Sun Mar 29 2026 Tulip Blossom <tulilirockz@outlook.com>
- Initial commit
@@ -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,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