Compare commits

..

7 Commits

Author SHA1 Message Date
Willow C Reed 595dbe0454 formatting thing 2026-06-09 14:22:10 -06:00
Willow C Reed a120a68178 break description into two lines 2026-06-09 14:18:33 -06:00
Willow C Reed 788770cb03 move meson macro to conf section 2026-06-09 14:15:53 -06:00
Cypress Reed d43033ae76 Merge branch 'frawhide' into cypress/add-noctalia-greeter 2026-06-09 14:14:52 -06:00
Willow C Reed 85a6e7b81c forgot to update repo name in the update script 2026-06-09 14:13:30 -06:00
Willow C Reed 4362ef4518 i forgot to update the commit 2026-06-09 14:12:54 -06:00
Willow C Reed c8b56ddb10 add noctalia-greeter 2026-06-09 14:12:28 -06:00
77 changed files with 210 additions and 119 deletions
+1 -1
View File
@@ -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@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
uses: github/codeql-action/upload-sarif@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4
with:
sarif_file: results.sarif
@@ -1,12 +1,12 @@
%global __requires_exclude ^lib-.*.so
%global __provides_exclude ^lib-.*.so
%global ver Audacity-3.7.8
%global ver Audacity-3.7.7
%global sanitized_ver %(echo %{ver} | sed 's/Audacity-//g')
Name: audacity-freeworld
Version: %{sanitized_ver}
Release: 1%{?dist}
Release: 1%?dist
Summary: Multitrack audio editor
License: GPLv2
URL: https://www.audacityteam.org/
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar
Version: 1.0.1251
Version: 1.0.1224
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.1251
Version: 1.0.1224
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.195
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.195
Version: 1.0.194
Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers.
URL: https://discord.com
+2 -2
View File
@@ -1,9 +1,9 @@
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
%global ver 13.3.0
%global commit e408812d77ff1835957f85796c4cf737466bd69d
%global commit da6121bdd6fe58060fd7c05fb8503520a150b715
%global shortcommit %{sub %{commit} 1 7}
%global commit_date 20260611
%global commit_date 20260609
%global devel_name QtColorWidgets
%global _distro_extra_cflags -fuse-ld=mold
%global _distro_extra_cxxflags -fuse-ld=mold
@@ -1,6 +1,6 @@
%global commit 7cd0395ebd3e0591c0ae4f850f22425b0be30a45
%global commit f6e935d4ac4f4a8aae5a632bf5dc2d169ed2becb
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260612
%global commit_date 20260608
%global ver 2.2.1^
%global base_name goofcord
%global git_name GoofCord
@@ -11,7 +11,7 @@
%endif
Name: helium-browser-bin
Version: 0.13.3.1
Version: 0.13.1.1
Release: 1%{?dist}
Summary: Private, fast, and honest web browser based on Chromium
+1 -1
View File
@@ -5,7 +5,7 @@
%global pure_protobuf_version 2.0.0
Name: komikku
Version: 50.6.0
Version: 50.5.0
%forgemeta
Release: 1%{?dist}
Summary: A manga reader for GNOME
+2 -2
View File
@@ -1,9 +1,9 @@
# Disable X11 for RHEL 10+
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
%global commit 304426c390901436fb1d4a63efbd582ae80c88f4
%global commit 6444c050592991d94cf36ecdb013dac193c24ff5
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260610
%global commit_date 20260608
%global ver 0.41.0
Name: mpv-nightly
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver 2026-06-12
%global ver 2026-06-09
%global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil}
%bcond_without mold
+1 -1
View File
@@ -2,7 +2,7 @@
Name: signal-desktop
%electronmeta -aD
Version: 8.14.0
Version: 8.13.0
Release: 1%{?dist}
Summary: A private messenger for Windows, macOS, and Linux
URL: https://signal.org
-1
View File
@@ -54,7 +54,6 @@ sed -i 's~add_library(qhotkey 3rdparty/QHotkey/qhotkey.cpp)~add_library(qhotkey
pushd core/server
export GOBIN=$(pwd)/gobin
export PATH="${PATH}:${GOBIN}"
go mod tidy
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
go install github.com/chai2010/protorpc/protoc-gen-protorpc@latest
+1 -1
View File
@@ -5,7 +5,7 @@
%global crate mise
Name: rust-mise
Version: 2026.6.3
Version: 2026.6.2
Release: 1%{?dist}
Summary: Front-end to your dev env
@@ -1,5 +1,5 @@
%global commit bd8475a3f103360945450a9fa8e8cf32034527b6
%global commit_date 20260610
%global commit 238425abdf77c49ce89bc788c619c3035f5cec7f
%global commit_date 20260605
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global extension multi-monitors-bar
@@ -1,5 +1,5 @@
%global forgeurl https://gitlab.com/ubports/development/core/lomiri-system-settings
%global commit ef2c0c3c06fd54597cf1b9626c30182048f10415
%global commit b581b003c5fa3f0c3175fff9ae99d8cc52540f76
%forgemeta
Name: lomiri-system-settings
@@ -1,7 +1,7 @@
Name: ayatana-indicator-datetime
Summary: A GTK implementation of the StatusNotifierItem Specification
Version: 26.6.0
Release: 1%{?dist}
Version: 25.4.0
Release: 1%?dist
License: GPL-3.0
URL: https://github.com/AyatanaIndicators/ayatana-indicator-datetime
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
+1 -1
View File
@@ -2,7 +2,7 @@
%global ver 5.0.0
%global commit 885b5f12594ae92a97f861897f90549a820ca4e6
%global commit 65b228b950225ae7e4b212930a7a42f9248d24d9
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260608
+8
View File
@@ -0,0 +1,8 @@
project pkg {
rpm {
spec = "noctalia-greeter.spec"
}
labels {
nightly = 1
}
}
@@ -0,0 +1,72 @@
%global ver 1.0.0
%global commit db60c06b5f6ff5da4d5f1126eff312b2a41ef614
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260609
Name: noctalia-greeter
Version: %{ver}^%{commitdate}git.%{shortcommit}
Release: 1%{?dist}
Summary: A minimal login greeter for greetd that matches the look and feel of Noctalia Shell.
License: shortcommit
URL: https://github.com/noctalia-dev/noctalia-greeter
Source0: https://github.com/noctalia-dev/noctalia-greeter/archive/%{commit}/noctalia-greeter-%{commit}.tar.gz
BuildRequires: cage
BuildRequires: dbus
BuildRequires: gcc-c++
BuildRequires: greetd
BuildRequires: just
BuildRequires: meson
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(egl)
BuildRequires: pkgconfig(fontconfig)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(glesv2)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(librsvg-2.0)
BuildRequires: pkgconfig(libwebp)
BuildRequires: pkgconfig(pango)
BuildRequires: pkgconfig(wayland-client)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(xkbcommon)
BuildRequires: polkit
BuildRequires: wlr-randr
Requires: cage
Requires: dbus
Requires: greetd
Packager: Cypress Reed <cypress@fyralabs.com>
%description
Noctalia Greeter is the screen you see before your desktop session starts.
It lets you pick a user, enter your password, choose a Wayland session, and pick a color scheme - with the same visual language as Noctalia Shell.
%prep
%autosetup -n noctalia-greeter-%{commit}
%conf
export LDFLAGS="%{__global_ldflags} -Wl,-z,notext"
%meson
%build
%meson_build
%install
%meson_install
%files
%doc README.md
%license LICENSE
%{_bindir}/%{name}
%{_bindir}/%{name}-apply-appearance
%{_bindir}/%{name}-print-greetd-config
%{_bindir}/%{name}-session
%{_datadir}/%{name}/*
%{_datadir}/polkit-1/actions/org.noctalia.greeter.apply-appearance.policy
%changelog
* Tue Jun 09 2026 Cypress Reed <cypress@fyralabs.com>
- Port to terra from Fedora COPR lionheartp/Hyprland
@@ -0,0 +1,6 @@
rpm.global("commit", get("https://api.github.com/repos/noctalia-dev/noctalia-greeter/commits/main").json().sha);
if rpm.changed() {
rpm.global("ver", gh("noctalia-dev/noctalia-greeter"));
rpm.global("commit_date", date());
rpm.release();
}
@@ -1,5 +1,5 @@
%global commit 38ea9d0581872af8b07d44d067796de985959b85
%global commit_date 20260612
%global commit 186b53b02db00ebdb6a91d5c052ea18eb2726719
%global commit_date 20260609
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: libsingularity
@@ -1,5 +1,5 @@
%global commit 9281c15fae057f82ffed44a36266f2a7d79bf641
%global commit_date 20260612
%global commit f14a78e4c572f24a63aa4e06629e42929f097388
%global commit_date 20260320
%global shortcommit %(c=%{commit}; echo ${c:0:7})
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
@@ -16,7 +16,7 @@
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
Name: android-studio-canary
Version: 2026.1.2.7
Version: 2026.1.2.6
Release: 1%{?dist}
Summary: Official IDE for Android development (Canary build)
License: Apache-2.0
@@ -24,7 +24,7 @@ Packager: veuxit <erroor234@gmail.com>
ExclusiveArch: x86_64
URL: https://developer.android.com/studio/preview
%define suffixS quail2-canary7
%define suffixS quail2-canary6
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
@@ -16,7 +16,7 @@
%global __requires_exclude ^libaaudio\\.so.*|^libandroid\\.so.*|^libmediandk\\.so.*|^liblog\\.so.*|^libc\\.so.*|^libm\\.so.*|^libdl\\.so.*|^libcrypt\\.so.*|^libstdc\\+\\+\\.so.*|^libncursesw\\.so.*|^libtinfo\\.so.*|^libnsl\\.so.*|^libpanelw\\.so.*$
Name: android-studio
Version: 2026.1.1.9
Version: 2026.1.1.8
Release: 1%{?dist}
Summary: Official IDE for Android development
License: Apache-2.0
@@ -24,7 +24,7 @@ Packager: veuxit <erroor234@gmail.com>, like-engels <higashikataengels@icl
ExclusiveArch: x86_64
URL: https://developer.android.com/studio
%define suffixS quail1-patch1
%define suffixS quail1
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
+1 -1
View File
@@ -6,7 +6,7 @@
%global crate deno
Name: rust-deno
Version: 2.8.3
Version: 2.8.2
Release: 1%{?dist}
Summary: Deno executable
+1 -1
View File
@@ -1,5 +1,5 @@
Name: flutter
Version: 3.44.2
Version: 3.44.1
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 5659cef41f4f2f7a478d0800a11836fa17e64d66
%global commit 69095e298ab88bb0eb5ba541f4c505f2c22d07f5
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global fulldate 2026-06-10
%global fulldate 2026-06-08
%global commit_date %(echo %{fulldate} | sed 's/-//g')
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
%global ver 1.3.2
+2 -2
View File
@@ -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 363cd2bb4020c7b422260e40a11b1effcfbe462d
%global commit_date 20260612
%global commit_hash b75cfc79a175524839492053dab80fcee18b41bf
%global commit_date 20260602
%global shortcommit %{sub %{commit_hash} 1 7}
%global ver 2.0.15
+1 -1
View File
@@ -4,7 +4,7 @@
A hardware-accelerated terminal emulator focusing to run in desktops and browsers.}
Name: rio
Version: 0.4.7
Version: 0.4.6
Release: 1%{?dist}
Summary: A hardware-accelerated terminal written in Rust.
SourceLicense: MIT
+6 -5
View File
@@ -1,7 +1,7 @@
%global commit fef979dec45c8ee83231aeb1d782ccb536093f65
%global commit 308a1067ec88869b0932e4234a67aab9057ce81c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260612
%global ver 1.8.0
%global commit_date 20260609
%global ver 1.7.0
%bcond_with check
%bcond_with debug_no_build
@@ -25,8 +25,8 @@ Name: zed-nightly
Version: %ver^%commit_date.%shortcommit
Release: 1%{?dist}
Summary: Zed is a high-performance, multiplayer code editor
SourceLicense: Apache-2.0 AND GPL-3.0-or-later
License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND NCSA) 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 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR GPL-2.0-only) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT/BSL-1.0/CC0-1.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-2-Clause AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND CC0-1.0 AND GPL-3.0-or-later AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (ISC AND (Apache-2.0 OR ISC)) AND ISC AND (MIT AND (MIT OR Apache-2.0)) AND (MIT AND BSD-3-Clause) AND (MIT OR Apache-2.0 OR CC0-1.0) AND (MIT OR Apache-2.0 OR NCSA) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib
SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later
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 AND ISC) AND AGPL.3.0-only AND AGPL-3.0-or-later AND (Apache-2.0 OR BSL-1.0 OR MIT) 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 (Apache-2.0 WITH LLVM-exception) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-2-Clause AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND CC0-1.0 AND GPL-3.0-or-later AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (ISC AND (Apache-2.0 OR ISC)) AND ISC AND (MIT AND (MIT OR Apache-2.0)) AND (MIT AND BSD-3-Clause) AND (MIT OR Apache-2.0 OR CC0-1.0) AND (MIT OR Apache-2.0 OR NCSA) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib
URL: https://zed.dev/
Source0: https://github.com/zed-industries/zed/archive/%{commit}.tar.gz
Source1: override.xml
@@ -175,6 +175,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%appid.desktop
%files
%doc CODE_OF_CONDUCT.md
%doc README.md
%license LICENSE-AGPL
%license LICENSE-APACHE
%license LICENSE-GPL
%if %{without debug_no_build}
+5 -3
View File
@@ -7,7 +7,7 @@
%global debug_package %{nil}
%endif
%global ver 1.7.1-pre
%global ver 1.6.1-pre
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
@@ -21,8 +21,9 @@ Name: zed-preview
Version: %(echo %ver | sed 's/-/~/')
Release: 1%{?dist}
Summary: Zed is a high-performance, multiplayer code editor
SourceLicense: Apache-2.0 AND GPL-3.0-or-later
License: ((Apache-2.0 OR MIT) AND BSD-3-Clause) AND ((MIT OR Apache-2.0) AND NCSA) 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 OR MIT) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR GPL-2.0-only) AND (Apache-2.0 OR ISC OR MIT) AND (Apache-2.0 OR MIT) AND (Apache-2.0 OR MIT/BSL-1.0/CC0-1.0) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-2-Clause AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND CC0-1.0 AND GPL-3.0-or-later AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (ISC AND (Apache-2.0 OR ISC)) AND ISC AND (MIT AND (MIT OR Apache-2.0)) AND (MIT AND BSD-3-Clause) AND (MIT OR Apache-2.0 OR CC0-1.0) AND (MIT OR Apache-2.0 OR NCSA) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND ZlibURL: https://zed.dev/
SourceLicense: AGPL-3.0-only AND Apache-2.0 AND GPL-3.0-or-later
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 AND ISC) AND AGPL.3.0-only AND AGPL-3.0-or-later AND (Apache-2.0 OR BSL-1.0 OR MIT) 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 (Apache-2.0 WITH LLVM-exception) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND (BSD-2-Clause OR MIT OR Apache-2.0) AND BSD-2-Clause AND (CC0-1.0 OR Apache-2.0 OR Apache-2.0 WITH LLVM-exception) AND (CC0-1.0 OR Apache-2.0) AND (CC0-1.0 OR MIT-0 OR Apache-2.0) AND CC0-1.0 AND GPL-3.0-or-later AND (ISC AND (Apache-2.0 OR ISC) AND OpenSSL) AND (ISC AND (Apache-2.0 OR ISC)) AND ISC AND (MIT AND (MIT OR Apache-2.0)) AND (MIT AND BSD-3-Clause) AND (MIT OR Apache-2.0 OR CC0-1.0) AND (MIT OR Apache-2.0 OR NCSA) AND (MIT OR Apache-2.0 OR Zlib) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MIT AND MPL-2.0 AND Unicode-3.0 AND (Unlicense OR MIT) AND (Zlib OR Apache-2.0 OR MIT) AND Zlib
URL: https://zed.dev/
Source0: https://github.com/zed-industries/zed/archive/refs/tags/v%{ver}.tar.gz
Source1: override.xml
@@ -165,6 +166,7 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%appid.desktop
%files
%doc CODE_OF_CONDUCT.md
%doc README.md
%license LICENSE-AGPL
%license LICENSE-APACHE
%license LICENSE-GPL
%if %{without debug_no_build}
+1 -1
View File
@@ -17,7 +17,7 @@
%global rustflags_debuginfo 0
Name: zed
Version: 1.6.3
Version: 1.5.4
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
@@ -3,10 +3,10 @@
%global name_pretty %{quote:Prism Launcher (Nightly)}
%global appid org.prismlauncher.PrismLauncher-nightly
%global commit 5f59aa58294b24e178e30a408230dda3d98ea5b0
%global commit 803115cfdedd4feece5b829ab03d00e214748b90
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260612
%global commit_date 20260605
%global snapshot_info %{commit_date}.%{shortcommit}
# Change this variables if you want to use custom keys
+2 -2
View File
@@ -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 1492d647f411b04d6a78d4aed9d32f5c55b1f455
%global ver 0.0.41-19455
%global commit e379fba97d132a84b976709ce35670c520ccc0ae
%global ver 0.0.41-19452
Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g')
@@ -1,7 +1,7 @@
%global commit 63f97f5a5616bf008033225461fce5686a157da6
%global commit 3bfa8a541c62e30a0ea753f83035b0ea7600046c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver v5.49.0
%global commit_date 20260611
%global commit_date 20260609
%global goipath github.com/v2fly/v2ray-core
Version: %{ver}^%{commit_date}git.%{shortcommit}
+2 -2
View File
@@ -1,7 +1,7 @@
%global commit da21a8f77f31b295e77e1b55e9ef408ca3bf9402
%global commit 83cf229909dfb8f0513db5a407abb190f60ab2c4
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver v26.3.27
%global commit_date 20260610
%global commit_date 20260609
%global goipath github.com/XTLS/Xray-core
Version: %{ver}^%{commit_date}git.%{shortcommit}
+2 -2
View File
@@ -1,5 +1,5 @@
%global commit b1e34319a18e87fa83afbb7494a3bcc59da4f289
%global commit_date 20260611
%global commit b7311cc688bcd615d4faac9e1439a594abdf409a
%global commit_date 20260512
%global shortcommit %{sub %commit 1 7}
Name: grabnim
+2 -2
View File
@@ -1,8 +1,8 @@
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
%global commit b44d373b7df1611b19594357b90002b1ac90df37
%global commit e942da94b5b52fa7e09b133d52125037ba69c7b7
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 2.3.1
%global commit_date 20260612
%global commit_date 20260609
%global debug_package %nil
Name: nim-nightly
+2 -2
View File
@@ -4,8 +4,8 @@
%global _desc A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration, automatic mixed precision (including fp8), and easy-to-configure FSDP and DeepSpeed support.
Name: python-%{pypi_name}
Version: 1.14.0
Release: 1%{?dist}
Version: 1.13.0
Release: 2%?dist
Summary: A simple way to launch, train, and use PyTorch models on almost any device and distributed configuration
License: Apache-2.0
URL: https://github.com/huggingface/accelerate
+2 -2
View File
@@ -2,8 +2,8 @@
%global _desc Flexible Python configuration system. The last one you will ever need.
Name: python-%{pypi_name}
Version: 2.3.1
Release: 1%{?dist}
Version: 2.3.0
Release: 2%?dist
Summary: Flexible Python configuration system. The last one you will ever need
License: BSD-3-Clause
URL: https://github.com/omry/omegaconf
@@ -6,8 +6,8 @@
%bcond_with doc
Name: python-%{srcname}
Version: 1.4.0
Release: 1%{?dist}
Version: 1.3.0
Release: 2%?dist
Summary: Python library for working with HEIF images and plugin for Pillow
License: BSD-3-Clause
+2 -2
View File
@@ -2,8 +2,8 @@
%global _desc Send usage data from your Python code to PostHog.
Name: python-%{pypi_name}
Version: 7.18.1
Release: 1%{?dist}
Version: 7.18.0
Release: 2%{?dist}
Summary: Send usage data from your Python code to PostHog
License: MIT
URL: https://posthog.com/docs/libraries/python
@@ -2,8 +2,8 @@
%global pypi_name protobuf
Name: python-%{pypi_name}
Version: 7.35.1
Release: 1%{?dist}
Version: 7.35.0
Release: 2%{?dist}
Summary: Protocol Buffers
License: BSD-3-Clause
+3
View File
@@ -3,4 +3,7 @@ project pkg {
rpm {
spec = "proton-core.spec"
}
labels {
subrepo = "extras"
}
}
@@ -1,8 +1,8 @@
%global _desc Python3 Proton linux keyring base implementation.
Name: python-proton-keyring-linux
Version: 0.2.2
Release: 1%{?dist}
Version: 0.2.1
Release: 2%{?dist}
Summary: Python3 Proton linux keyring base implementation
License: GPL-3.0-or-later
URL: https://github.com/ProtonVPN/python-proton-keyring-linux
@@ -4,8 +4,8 @@
%global __requires_exclude ^python3\\.14dist\\(proton-vpn-local-agent\\)$
Name: python-%{pypi_name}
Version: 5.2.5
Release: 1%{?dist}
Version: 5.2.4
Release: 2%{?dist}
Summary: A facade to the other Proton VPN components
License: GPL-3.0-Only
URL: https://github.com/ProtonVPN/python-proton-vpn-api-core
@@ -2,8 +2,8 @@
%global _desc A powerful tool to conveniently update all of your ISOs!
Name: python-%{pypi_name}
Version: 2.4.1
Release: 1%{?dist}
Version: 2.4.0
Release: 2%{?dist}
Summary: %{_desc}
License: GPL-3.0-or-later
URL: https://github.com/JoshuaVandaele/SuperISOUpdater
@@ -2,8 +2,8 @@
%global _desc The model-definition framework for state-of-the-art machine learning models.
Name: python-%{pypi_name}
Version: 5.11.0
Release: 1%{?dist}
Version: 5.10.2
Release: 2%{?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 7e1dfd9d2db07c7c846b1cb7235cda67f30878d2
%global commit_date 20260612
%global commit abc114fe3984f89b62f852d9f7237859f8cc1e9c
%global commit_date 20260609
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global pypi_name types-colorama
+1 -1
View File
@@ -1,7 +1,7 @@
%undefine __brp_mangle_shebangs
Name: fresh
Version: 0.4.0
Version: 0.3.12
Release: 1%{?dist}
Summary: Text editor for your terminal: easy, powerful and fast
URL: https://getfresh.dev
@@ -1,6 +1,6 @@
Name: run0-sudo-shim
Version: 1.3.1
Release: 1%{?dist}
Version: 1.2.0
Release: 1%?dist
Summary: An imitation of sudo, using run0 internally
SourceLicense: BSD-3-Clause
License: (Apache-2.0 OR MIT) AND BSD-3-Clause AND MIT
+1 -1
View File
@@ -4,7 +4,7 @@
%global crate usage-cli
Name: rust-usage-cli
Version: 3.5.0
Version: 3.4.0
Release: 1%{?dist}
Summary: CLI for working with usage-based CLIs
+1 -1
View File
@@ -6,7 +6,7 @@
%bcond_with tests
Name: apparmor
Version: 5.0.1
Version: 5.0.1~rc1
Release: 1%{?dist}
Summary: AppArmor userspace components
+1 -1
View File
@@ -2,7 +2,7 @@
%global debug_package %{nil}
Name: glaze-devel
Version: 7.8.1
Version: 7.7.1
Release: 1%{?dist}
License: MIT
URL: https://stephenberry.github.io/glaze
+1 -1
View File
@@ -3,7 +3,7 @@
#define _empty_manifest_terminate_build 0
Name: liblsp-dsp
Version: 1.0.36
Version: 1.0.35
Release: 1%{?dist}
Summary: DSP library for signal processing
License: LGPL-3.0
+1 -1
View File
@@ -5,7 +5,7 @@
%global cuda_version 13
Name: cuda-cudnn
Version: 9.23.1.3
Version: 9.23.0.39
Release: 1%{?dist}
Epoch: 1
Summary: NVIDIA CUDA Deep Neural Network library (cuDNN)
+2 -2
View File
@@ -1,6 +1,6 @@
Name: qmenumodel
Version: 0.10.0
Release: 1%{?dist}
Version: 0.9.2
Release: 2%{?dist}
Summary: Qt5 renderer for Ayatana Indicators
License: LGPL-3.0-or-later
URL: https://github.com/AyatanaIndicators/qmenumodel
+3 -3
View File
@@ -1,6 +1,6 @@
%global commit d6debbb2aae29a39e280f86e25ec0e54960dc838
%global ver 1.8.65
%global commit_date 20260612
%global commit e0943d068ce90b5010f1aea946e6901e25b43bf6
%global ver 1.8.64
%global commit_date 20260519
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: tdlib-nightly
+1 -1
View File
@@ -4,7 +4,7 @@
%define _build_id_links none
Name: sass
Version: 1.101.0
Version: 1.100.0
Release: 1%{?dist}
Summary: The reference implementation of Sass, written in Dart
License: MIT
+1 -1
View File
@@ -3,7 +3,7 @@
%define debug_package %{nil}
Name: signal-cli
Version: 0.14.5
Version: 0.14.4.1
Release: 1%{?dist}
Summary: signal-cli provides an unofficial commandline, JSON-RPC and dbus interface for the Signal messenger
License: GPL-3.0-only
@@ -1,7 +1,7 @@
%global commit 17d25ab58ef25ef490efe169cdfeb8a7f3b9e436
%global commit 945cb940d7c86b0a521701284d157d5f0cbd6d5f
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 20260611150933
%global commit_date 20260612
%global ver 20260609022440
%global commit_date 20260609
Name: v2ray-domain-list-community
Version: %{ver}^%{commit_date}git.%{shortcommit}
+1 -1
View File
@@ -1,5 +1,5 @@
Name: cardwire
Version: 0.10.1
Version: 0.10.0
Release: 1%{?dist}
Summary: A GPU Manager for linux that uses eBPF LSM hooks to block GPUs
URL: https://opengamingcollective.github.io/cardwire/
@@ -1,5 +1,5 @@
%global commit bf4b856dd2ad8da117c5ec5f1a12801a3b06ca24
%global commit_date 20260612
%global commit 829676e6403ff3fa711c9e901f90f05737c08b88
%global commit_date 20260609
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: cloud-hypervisor-nightly
+2 -2
View File
@@ -1,7 +1,7 @@
%global debug_package %{nil}
%global commit 28d678f8169bf2fa5ec3e0917233633340a400ef
%global commit 0e665c46a87ba99b41a07169fa3acf6162739648
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260611
%global commit_date 20260507
%global patches %{_datadir}/src/nvidia-patch
@@ -1,6 +1,6 @@
%global commit 7b30e23a57ee425732e87ea9699a9d3df3a0eb2a
%global commit 934b41449fc48a0c106d2cf7cef1f0549c53bb18
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260612
%global commitdate 20260609
%global ver 1.1.1
%undefine __brp_mangle_shebangs
+1 -1
View File
@@ -1,7 +1,7 @@
%define debug_package %{nil}
%define _unpackaged_files_terminate_build 0
%define appid jp.veracrypt.veracrypt
%global ver VeraCrypt_1.26.29
%global ver VeraCrypt_1.26.24
%global sanitized_ver %(echo %{ver} | sed 's/^VeraCrypt_//')
Name: veracrypt
@@ -1,5 +1,5 @@
%global goipath github.com/arduino/arduino-app-cli
Version: 0.11.1
Version: 0.11.0
%gometa -f
@@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: cloudflare-speed-cli
Version: 1.0.5
Version: 1.0.4
Release: 1%{?dist}
Summary: CLI for internet speed test via cloudflare
+1 -1
View File
@@ -1,6 +1,6 @@
%global forgeurl https://github.com/nakst/gf
%global commit 56c97f66769ec8109a9aff2e475a86c9a6781742
%global commit 46174e9b25850c9898ca0c2de90af31ad83122d7
%global shortcommit %{sub %{commit} 0 7}
%global commitdate 20251231
+1 -1
View File
@@ -1,7 +1,7 @@
%undefine __brp_mangle_shebangs
Name: kittyCAD-cli
Version: 0.2.176
Version: 0.2.175
Release: 1%{?dist}
Summary: The Zoo command line tool for KittyCAD
URL: https://github.com/KittyCAD/cli
+2 -2
View File
@@ -1,6 +1,6 @@
Name: nemu
Version: 3.5.0
Release: 1%{?dist}
Version: 3.4.0
Release: 1%?dist
Summary: Ncurses UI for QEMU
URL: https://github.com/nemuTUI/nemu
@@ -2,8 +2,8 @@
Name: neovim-default-editor
# Version, release, and epoch are inherited from the editor package just like other default editors
Version: 0.12.3
Release: 1%{?dist}
Version: 0.12.2
Release: 2%{?dist}
Epoch: 0
# Inherited from Neovim itself
License: Apache-2.0 AND Vim AND MIT
+2 -2
View File
@@ -1,5 +1,5 @@
%global commit 5b5674949bfa0d53b9ee490ed662bd46f6997ba9
%global commit_date 20260612
%global commit 509820e9467b4420d7392bb472392fed97f5602f
%global commit_date 20260604
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: spotx-bash
+1 -1
View File
@@ -3,7 +3,7 @@
Name: rust-topgrade
# renovate: datasource=github-releases depName=topgrade-rs/topgrade
Version: 17.6.1
Version: 17.5.1
Release: 1%{?dist}
Summary: Upgrade all the things
+1 -1
View File
@@ -2,7 +2,7 @@
%global oldpkgname yt-dlp-nightly
Name: yt-dlp-git
Version: 2026.06.11.144344
Version: 2026.06.09.160730
Release: 1%{?dist}
Summary: A command-line program to download videos from online video platforms