Compare commits

..

6 Commits

Author SHA1 Message Date
madomado 1f21b3801d Merge branch 'frawhide' into mado/fix/run0-sudo-shim
Signed-off-by: madomado <madonuko@outlook.com>
2026-07-02 23:54:20 +08:00
madonuko e6baf85f32 subrepo extras 2026-07-02 23:53:35 +08:00
madonuko e6914ff78f packager 2026-06-28 15:11:00 +08:00
madomado 8043c62aaf email
Signed-off-by: madomado <madonuko@outlook.com>
2026-06-28 15:09:21 +08:00
hamachitan[bot] 853c4c0d29 chore: add changelogs 2026-06-28 06:59:51 +00:00
madonuko 5e2de75b38 fix(run0-sudo-shim): provides sudo 2026-06-28 14:58:37 +08:00
22 changed files with 32 additions and 31 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ name: Update
permissions:
contents: read
on:
#schedule:
# - cron: "*/10 * * * *"
schedule:
- cron: "*/10 * * * *"
workflow_dispatch:
jobs:
+3 -3
View File
@@ -1,14 +1,14 @@
%global appid dev.astramusic.astra
%global ver v0.6.1-beta
%global ver 0.6.1-beta
Name: astra
%electronmeta -D
Version: %(echo %ver | sed 's/-/~/;s/^v//')
Version: %(echo %ver | sed 's/-/~/')
Release: 1%?dist
Summary: A desktop music player for people who still have a music library
License: GPL-3.0-only AND %electron_license
URL: https://astramusic.dev
Source0: https://github.com/Boof2015/astra/archive/refs/tags/%ver.tar.gz
Source0: https://github.com/Boof2015/astra/archive/refs/tags/v%ver.tar.gz
BuildRequires: nodejs-npm nodejs-packaging
%description
+1 -1
View File
@@ -1 +1 @@
rpm.global("ver", gh("Boof2015/astra"));
rpm.version(gh("Boof2015/astra"));
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar
Version: 1.0.1388
Version: 1.0.1387
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.1388
Version: 1.0.1387
Release: 1%{?dist}
Summary: Free Voice and Text Chat for Gamers
URL: discord.com
+1 -1
View File
@@ -5,7 +5,7 @@
%global crate mise
Name: rust-mise
Version: 2026.7.0
Version: 2026.6.15
Release: 1%{?dist}
Summary: Front-end to your dev env
-3
View File
@@ -2,7 +2,4 @@ project pkg {
rpm {
spec = "hyprlock.spec"
}
labels {
updbranch = 1
}
}
@@ -1 +1 @@
rpm.global("ver", gh("adobe-fonts/source-han-serif"));
rpm.version(gh("adobe-fonts/source-han-serif"));
+3
View File
@@ -2,4 +2,7 @@ project pkg {
rpm {
spec = "run0-sudo-shim.spec"
}
labels {
subrepo = "extras"
}
}
@@ -1,13 +1,15 @@
Name: run0-sudo-shim
Version: 1.4.2
Release: 1%{?dist}
Release: 2%{?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
URL: https://github.com/LordGrimmauld/run0-sudo-shim
Source0: %url/archive/refs/tags/%version.tar.gz
Packager: madonuko <mado@fyralabs.com>
BuildRequires: rpm_macro(cargo_install) rust-packaging
Conflicts: sudo
Provides: sudo = %evr
%description
run0-sudo-shim attempts to imitate sudo as close as possible, while actually using run0 in the back.
@@ -33,3 +35,7 @@ ln -s %_bindir/run0-sudo-shim %buildroot%_bindir/sudo
%license LICENSE.dependencies
%_bindir/run0-sudo-shim
%_bindir/sudo
%changelog
* Sun Jun 28 2026 madonuko <mado@fyralabs.com> - 1.3.1-2
- add provides sudo
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh_tag("google/breakpad"));
rpm.version(gh("google/breakpad"));
+1 -1
View File
@@ -84,7 +84,7 @@
Name: %{srcname}
Summary: Mesa graphics libraries
%global ver 26.1.4
%global ver 26.1.3
Epoch: 1
Version: %{lua:ver = string.gsub(rpm.expand("%{ver}"), "-", "~"); print(ver)}
Release: 1%{?dist}
+1 -1
View File
@@ -1,2 +1,2 @@
let v = find(`mesa-([\d.]+).tar.xz`, get("https://archive.mesa3d.org/?C=D;O=D"), 1);
rpm.global("ver", v);
rpm.version(v);
-1
View File
@@ -5,6 +5,5 @@ project pkg {
}
labels {
mock = 1
updbranch = 1
}
}
+2 -2
View File
@@ -1,6 +1,6 @@
Name: bup
Version: 0.33.10
Release: 1%{?dist}
Version: 0.33.9
Release: 1%?dist
Summary: Efficient backup system based on the git packfile format
License: LGPL-2.0-only
URL: https://bup.github.io
+1 -3
View File
@@ -1,3 +1 @@
let v = gh_tag("bup/bup");
v.crop(4);
rpm.version(v);
rpm.version(gh("bup/bup"));
+1 -1
View File
@@ -1,5 +1,5 @@
Name: kew
Version: 4.1.6
Version: 4.1.4
Release: 1%{?dist}
Summary: Music for the Shell
URL: https://codeberg.org/ravachol/kew
+1 -1
View File
@@ -1,5 +1,5 @@
%global commit 0b7f1f1f6586dc65ff480f3cda5c2170a70aa020
%global commit_date 20260702
%global commit_date 20260310
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 1.0
+1 -3
View File
@@ -1,6 +1,4 @@
let ver = gh_tag("albfan/miraclecast");
ver.crop(1);
rpm.global("ver", ver);
rpm.global("ver", gh("albfan/miraclecast"));
rpm.global("commit", gh_commit("albfan/miraclecast"));
if rpm.changed() {
+1 -1
View File
@@ -1,5 +1,5 @@
let v = gh("stakira/OpenUtau");
let url = `OpenUtau-linux-x64.tar.gz`;
let url = `OpenUtau-linux-x64.tar.gz`
if get(`https://github.com/stakira/OpenUtau/releases/expanded_assets/${v}`).contains(url) {
rpm.global("ver", v);
+1 -1
View File
@@ -1 +1 @@
rpm.version(gh_tag("WeirdTreeThing/croskbd"));
rpm.version(gh("WeirdTreeThing/croskbd"));
@@ -1,5 +1,5 @@
Name: virtualsmartcard
Version: 0.10
Version: 0.10
Release: 2%?dist
Summary: Smart card emulator and driver for networked smart card reader/emulator
URL: https://frankmorgner.github.io/vsmartcard/index.html