Compare commits

...

23 Commits

Author SHA1 Message Date
Raboneko c4d1e7ddf9 bump: yarnpkg-berry rust-tectonic 2026-04-17 07:50:02 +00:00
Owen Zimmerman f36eb581aa chore (xbps): use %conf (#11288)
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-04-17 01:00:05 -05:00
Raboneko 279c284840 bump(branch): sc0710-kmod dkms-sc0710 2026-04-17 05:13:50 +00:00
Raboneko 78e95e503b bump: ruffle-nightly wails3 2026-04-17 03:47:01 +00:00
Raboneko 9c61a5d12e bump(nightly): flameshot-nightly goofcord-nightly legcord-nightly mpv-nightly ghostty-nightly zed-nightly prismlauncher-nightly nim-nightly vala-nightly v2ray-domain-list-community cloud-hypervisor-nightly opentabletdriver-nightly sc0710 scx-scheds-nightly natscli 2026-04-17 02:55:26 +00:00
Raboneko 6311743603 bump: rio 2026-04-17 00:04:59 +00:00
Raboneko 36fd39d784 bump: rpcs3 gpu-screen-recorder 2026-04-16 23:25:22 +00:00
Raboneko d666374ec6 bump: flutter zed-preview 2026-04-16 22:40:08 +00:00
lea 3ff9ba3ed0 fix: use proper cirun arm64 label (#11282) 2026-04-16 17:33:40 -05:00
Raboneko 75f288d392 bump: discord-ptb-openasar discord-ptb fresh 2026-04-16 21:53:20 +00:00
Owen Zimmerman 44ca18328d fix (cagebreak): update dep (#11276)
Signed-off-by: Owen-sz <owen@fyralabs.com>
2026-04-16 16:40:25 -05:00
Raboneko 584dbf4447 bump: discord-canary-openasar discord-canary lomiri-api rpcs3 2026-04-16 19:59:31 +00:00
Raboneko 5be153a43f bump: android-studio-canary yarnpkg-berry 2026-04-16 16:09:26 +00:00
Raboneko 29264c6d74 bump: driftwm 2026-04-16 14:32:24 +00:00
Raboneko 6285d87ad5 bump: vicinae 2026-04-16 12:52:40 +00:00
Raboneko 250dff0f3b bump: driftwm rust-mise 2026-04-16 11:34:13 +00:00
Raboneko c04ad6dc75 bump: rpcs3 posthog 2026-04-16 08:53:57 +00:00
dependabot[bot] f8b7bb1bac build(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#11271)
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...3a2844b7e9c422d3c10d287c895573f7108da1b3)

---
updated-dependencies:
- dependency-name: actions/github-script
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 15:19:20 +08:00
dependabot[bot] 2820d36e3c build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (#11270)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-16 15:19:00 +08:00
Raboneko d2b78c737d bump: wails3 2026-04-16 05:18:40 +00:00
Raboneko d6488ec56f bump(branch): logitech-rs50-linux-driver-kmod dkms-logitech-rs50-linux-driver 2026-04-16 03:51:49 +00:00
Raboneko 0905e0ede9 bump(nightly): legcord-nightly mpv-nightly zed-nightly prismlauncher-nightly xray-nightly nim-nightly types-colorama v2ray-domain-list-community cloud-hypervisor-nightly logitech-rs50-linux-driver opentabletdriver-nightly scx-scheds-nightly 2026-04-16 03:19:42 +00:00
Raboneko dde9fa0f0a bump: rpcs3 xray electron 2026-04-16 02:40:41 +00:00
48 changed files with 84 additions and 82 deletions
+4 -4
View File
@@ -45,7 +45,7 @@ jobs:
pkg: ${{ fromJson(inputs.packages) }}
version: ["rawhide"]
fail-fast: false
runs-on: ${{ inputs.custom_builder && inputs.custom_builder || (matrix.pkg.arch == 'aarch64' && matrix.pkg.labels['large']) && 'cirun-arm64-lg' || matrix.pkg.arch == 'aarch64' && 'ubuntu-22.04-arm' || matrix.pkg.labels['large'] && format('cirun-x86-64-lg--{0}', github.run_id) || 'ubuntu-22.04' }}
runs-on: ${{ inputs.custom_builder && inputs.custom_builder || (matrix.pkg.arch == 'aarch64' && matrix.pkg.labels['large']) && format('cirun-arm64-lg--{0}', github.run_id) || matrix.pkg.arch == 'aarch64' && 'ubuntu-22.04-arm' || matrix.pkg.labels['large'] && format('cirun-x86-64-lg--{0}', github.run_id) || 'ubuntu-22.04' }}
container:
image: ghcr.io/terrapkg/builder:f${{ matrix.version }}
options: --cap-add=SYS_ADMIN --privileged
@@ -61,7 +61,7 @@ jobs:
- name: Configure sccache
id: sccache
if: ${{ !contains(matrix.pkg.labels.sccache, '0') }}
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
env:
SCCACHE_GHA_VERSION: ${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }}
SCCACHE_GHA_CACHE_FROM: ${{ matrix.version }}-${{ matrix.pkg.arch }}-${{ matrix.pkg.pkg }}
@@ -89,7 +89,7 @@ jobs:
- name: Report Cache Summary
if: steps.sccache.outcome == 'success'
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
with:
script: |
const script = require('./.github/scripts/sccache-stats.js')
@@ -102,7 +102,7 @@ jobs:
x=${NAME//\//@}
echo "name=$x" >> $GITHUB_OUTPUT
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: ${{ steps.art.outputs.name }}
compression-level: 0 # The RPMs are already compressed :p
+1 -1
View File
@@ -64,7 +64,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: SARIF file
path: results.sarif
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary-openasar
Version: 0.0.961
Version: 0.0.962
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
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-canary
Version: 0.0.961
Version: 0.0.962
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: 0.0.186
Version: 0.0.187
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
@@ -6,7 +6,7 @@
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
Name: discord-ptb
Version: 0.0.186
Version: 0.0.187
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 55c04e8b033a0e855571d171b4314eab560d722d
%global commit caf17033f96d8aa4b77b4c83bf292254170e0fcb
%global shortcommit %{sub %{commit} 1 7}
%global commit_date 20260414
%global commit_date 20260417
%global devel_name QtColorWidgets
%global _distro_extra_cflags -fuse-ld=mold
%global _distro_extra_cxxflags -fuse-ld=mold
@@ -1,6 +1,6 @@
%global commit 5e55462aa5db85554b4252411c17160b34a71d3b
%global commit c7c4e02265738c1bc0c6ad050a4c0545ee8d1a60
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260410
%global commit_date 20260417
%global ver 2.2.0^
%global base_name goofcord
%global git_name GoofCord
@@ -1,5 +1,5 @@
%global commit bebb6ddd2e5f3fe13f3e8bce08cebe6320ccd719
%global commit_date 20260415
%global commit b3d18900a9132ceeb5cbaef82f8b9526c7c2a37e
%global commit_date 20260417
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global debug_package %nil
%global __strip /bin/true
+2 -2
View File
@@ -1,9 +1,9 @@
# Disable X11 for RHEL 10+
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
%global commit da4789c2ddce92713347ecf1b5912fceb812ea39
%global commit 1fea31f00c7947c8aa2fe2c2cee3032a43527215
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260413
%global commit_date 20260417
%global ver 0.41.0
Name: mpv-nightly
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver 2026-04-15
%global ver 2026-04-17
%global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil}
%bcond_without mold
+3 -3
View File
@@ -5,7 +5,7 @@
Name: cagebreak
Version: %{tag}
Release: 1%{?dist}
Summary: A wayland tiling compositor inspired by Ratpoison
Summary: A wayland tiling compositor inspired by Ratpoison
License: MIT
URL: %{forgeurl}
@@ -16,7 +16,7 @@ Packager: metcya <metcya@gmail.com>
BuildRequires: meson
BuildRequires: gcc
BuildRequires: scdoc
BuildRequires: pkgconfig(wlroots-0.19)
BuildRequires: pkgconfig(wlroots-0.20)
BuildRequires: pkgconfig(wayland-protocols)
BuildRequires: pkgconfig(wayland-server)
BuildRequires: pkgconfig(wayland-cursor)
@@ -43,7 +43,7 @@ conceptually based on the X11 window manager ratpoison.
%build
%meson -Dxwayland=true -Dman-pages=true
%meson_build
%meson_build
%install
%meson_install
+1 -1
View File
@@ -1,5 +1,5 @@
Name: driftwm
Version: 0.1.6
Version: 0.2.1
Release: 1%{?dist}
Summary: A trackpad-first infinite canvas Wayland compositor
License: GPL-3.0-or-later
@@ -3,8 +3,8 @@
%forgemeta
Name: lomiri-api
Version: 0.3.0
Release: 1%?dist
Version: 0.3.1
Release: 1%{?dist}
Summary: API for Lomiri
License: LGPL-3.0-or-later
@@ -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: 2025.3.4.4
Version: 2026.1.1.1
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 panda4-canary4
%define suffixS quail1-canary1
Source0: https://dl.google.com/dl/android/studio/ide-zips/%{version}/android-studio-%{suffixS}-linux.tar.gz
+1 -1
View File
@@ -1,5 +1,5 @@
Name: flutter
Version: 3.41.6
Version: 3.41.7
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 49a43bf560322eac0ba5d30c20a8b212106e3883
%global commit 9e080c5a403475dcbee93c40eeb22cf6f92121f4
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global fulldate 2026-04-14
%global fulldate 2026-04-15
%global commit_date %(echo %{fulldate} | sed 's/-//g')
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
%global ver 1.3.2
+1 -1
View File
@@ -4,7 +4,7 @@ A hardware-accelerated terminal emulator focusing to run in desktops and browser
%bcond docs 1
Name: rio
Version: 0.3.10
Version: 0.3.11
Release: 1%{?dist}
Summary: A hardware-accelerated terminal written in Rust.
SourceLicense: MIT
+1 -1
View File
@@ -1,7 +1,7 @@
%bcond bootstrap 0
Name: yarnpkg-berry
Version: 4.13.0
Version: 4.14.1
Release: 1%{?dist}
Summary: Active development version of Yarn
License: BSD-2-Clause
+3 -3
View File
@@ -1,7 +1,7 @@
%global commit e8f097f8ee90bb44640c9c1bdd3c1711cf19efa7
%global commit a5e78b02de143b64f9bf3a1bafd7c486f29cc5d2
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260415
%global ver 0.233.0
%global commit_date 20260417
%global ver 0.234.0
%bcond_with check
%bcond_with debug_no_build
+1 -1
View File
@@ -5,7 +5,7 @@
%global debug_package %{nil}
%endif
%global ver 0.233.0-pre
%global ver 0.233.1-pre
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
@@ -3,10 +3,10 @@
%global name_pretty %{quote:Prism Launcher (Nightly)}
%global appid org.prismlauncher.PrismLauncher-nightly
%global commit 7e8db638828bc2dc9e41a95eddc1c5582a870cf2
%global commit f40cbf816e1c594584587a981d29971692e615ab
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260415
%global commit_date 20260417
%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 e79f56bfdc1b37ea224c636250b990fcfdecf2ed
%global ver 0.0.40-19211
%global commit 3b9cc0bc3ae104f86b66de0e013df58151e193f5
%global ver 0.0.40-19217
Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g')
+2 -2
View File
@@ -1,7 +1,7 @@
%global commit 14e8ecfacf3343dc3da032f45f5b78f87cb76c21
%global commit c5edc122b70ec56e24ea8038e727da6f823e34be
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver v26.3.27
%global commit_date 20260414
%global commit_date 20260416
%global goipath github.com/XTLS/Xray-core
Version: %{ver}^%{commit_date}git.%{shortcommit}
+1 -1
View File
@@ -1,7 +1,7 @@
# Disabled because compiled without debug
%global goipath github.com/XTLS/Xray-core
Version: 26.4.13
Version: 26.4.15
%global golicenses LICENSE
%global godocs README.md SECURITY.md CODE_OF_CONDUCT.md
+2 -2
View File
@@ -1,8 +1,8 @@
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
%global commit 5b1a05e2826ae222b0cedce740b809ae318af392
%global commit b4d4028afaf4d64b1a66040c39f6e42cb31ecf2c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 2.3.1
%global commit_date 20260415
%global commit_date 20260417
%global debug_package %nil
Name: nim-nightly
+1 -1
View File
@@ -2,7 +2,7 @@
%global _desc Send usage data from your Python code to PostHog.
Name: python-%{pypi_name}
Version: 7.11.2
Version: 7.12.0
Release: 1%{?dist}
Summary: Send usage data from your Python code to PostHog
License: MIT
@@ -1,5 +1,5 @@
%global commit c03c2b926422c82ab680d27f3ad2491845000802
%global commit_date 20260414
%global commit bd18cc640cba4dadc51ac9a5157b79ff6adf5de3
%global commit_date 20260416
%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.2.23
Version: 0.2.24
Release: 1%{?dist}
Summary: Text editor for your terminal: easy, powerful and fast
URL: https://getfresh.dev
+1 -1
View File
@@ -4,7 +4,7 @@
%global crate tectonic
Name: rust-tectonic
Version: 0.16.8
Version: 0.16.9
Release: 1%{?dist}
Summary: Modernized, complete, embeddable TeX/LaTeX engine
@@ -3,11 +3,11 @@
%global priority 90
%global real_name vala
%global commit 2c9e91b4a0387b8e6e2fbd11a9b335cdc63896cd
%global commit a3e522fdef952cb4449e51b1bc00316186b47a5e
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global repo https://gitlab.gnome.org/GNOME/%{real_name}.git
%global commit_date 20260327
%global commit_date 20260417
%global snapshot_info %{commit_date}.%{shortcommit}
Name: vala-nightly
+1 -1
View File
@@ -1,4 +1,4 @@
%global ver v3.0.0-alpha.74
%global ver v3.0.0-alpha.76
%global sanitized_ver %(echo %{ver} | sed 's/-/~/g')
%global goipath github.com/wailsapp/wails/v3
@@ -1,7 +1,7 @@
%global commit 9e6de56421f1240c724893b4f81d6d5dfb671c12
%global commit e2ce012c22d16647dfe7d2b5c473ffe77ab04e92
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 20260415023321
%global commit_date 20260415
%global ver 20260417012021
%global commit_date 20260417
Name: v2ray-domain-list-community
Version: %{ver}^%{commit_date}git.%{shortcommit}
@@ -1,6 +1,6 @@
Name: gpu-screen-recorder
Version: 5.12.5
Release: 3%?dist
Version: 5.13.0
Release: 1%{?dist}
Summary: A shadowplay-like screen recorder for Linux
License: GPL-3.0-or-later
@@ -1,5 +1,5 @@
%global commit c657ea6e2368c8017525293abe5d5b9ee887507c
%global commit_date 20260415
%global commit 43b5a474f9422f79b5df824e16e763f41d023931
%global commit_date 20260417
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: cloud-hypervisor-nightly
@@ -7,8 +7,8 @@
%global debug_package %{nil}
%endif
%global commit 899dea0408fbbe219f6dbbf67c2e0e5b8f812d98
%global commitdate 20260415
%global commit 1c75a5b626b450a73b21fad1bb59421c06b22e29
%global commitdate 20260416
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global modulename logitech-rs50-linux-driver
@@ -1,8 +1,8 @@
%global commit 899dea0408fbbe219f6dbbf67c2e0e5b8f812d98
%global commit 1c75a5b626b450a73b21fad1bb59421c06b22e29
%global debug_package %{nil}
%global modulename logitech-rs50-linux-driver
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260415
%global commitdate 20260416
Name: dkms-%{modulename}
Version: 1.0^%{commitdate}git.%{shortcommit}
@@ -1,6 +1,6 @@
%global commit 899dea0408fbbe219f6dbbf67c2e0e5b8f812d98
%global commit 1c75a5b626b450a73b21fad1bb59421c06b22e29
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260415
%global commitdate 20260416
Name: logitech-rs50-linux-driver
Version: 1.0^%{commitdate}git.%{shortcommit}
@@ -1,6 +1,6 @@
%global commit d98506843c03d336a7a22d9be353231f7a413ec1
%global commit f2e127512ddfb381427be476e6a5d541d8f70de2
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20260415
%global commit_date 20260417
%global ver 0.6.6.2
# We aren't using Mono but RPM expected Mono
+3 -3
View File
@@ -1,6 +1,6 @@
%global commit 51e965aafd4b25f28061b85cbbe68e0839ac1e3b
%global commit 504690d51311ba657fc60c88b7ed3ea419aee7dd
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260409
%global commitdate 20260417
%global ver 0
%define buildforkernels akmod
%global debug_package %{nil}
@@ -8,7 +8,7 @@
Name: %{modulename}-kmod
Version: %{ver}^%{commitdate}git.%{shortcommit}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Elgato 4K60 Pro MK.2 / 4K Pro capture card driver
License: GPL-2.0-only
URL: https://github.com/Nakildias/sc0710
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 51e965aafd4b25f28061b85cbbe68e0839ac1e3b
%global commit 504690d51311ba657fc60c88b7ed3ea419aee7dd
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260409
%global commitdate 20260417
%global ver 0
%global debug_package %{nil}
%global modulename sc0710
+2 -2
View File
@@ -1,6 +1,6 @@
%global commit 51e965aafd4b25f28061b85cbbe68e0839ac1e3b
%global commit 504690d51311ba657fc60c88b7ed3ea419aee7dd
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260409
%global commitdate 20260417
%global ver 0
Name: sc0710
@@ -1,6 +1,6 @@
%global commit 28ecba74575a8bf6e59262fef4b11ad179814144
%global commit d1aacb9826f10fd4792e1b7dff8fba892e40c4f0
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commitdate 20260415
%global commitdate 20260417
%global ver 1.1.0
%undefine __brp_mangle_shebangs
+1 -1
View File
@@ -1,5 +1,5 @@
Name: vicinae
Version: 0.20.12
Version: 0.20.13
Release: 1%{?dist}
License: GPL-3.0
URL: https://docs.vicinae.com
+3 -1
View File
@@ -37,8 +37,10 @@ featureful and portable as much as possible.
%prep
%autosetup
%build
%conf
%configure
%build
%make_build
%install
+1 -1
View File
@@ -5,7 +5,7 @@
%global crate mise
Name: rust-mise
Version: 2026.4.14
Version: 2026.4.15
Release: 1%{?dist}
Summary: Front-end to your dev env
+1 -1
View File
@@ -1,6 +1,6 @@
Name: electron
%electronmeta
Version: 41.2.0
Version: 41.2.1
Release: 1%{?dist}
Summary: Build cross platform desktop apps with web technologies
License: %{electron_license}
+2 -2
View File
@@ -1,7 +1,7 @@
# https://github.com/nats-io/natscli
%global goipath github.com/nats-io/natscli
%global commit c40ebb5d7dac8756efa3651df05f7a8cbce370c8
%global commit_date 20260409
%global commit a29b9044d80d0bf5662bd48d2033a0138b41e7fc
%global commit_date 20260417
%global shortcommit %{sub %{commit} 1 7}
%gometa -f