mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-21 11:00:38 +00:00
Merge branch 'frawhide' into owen/scrcpy-fix
This commit is contained in:
@@ -1 +0,0 @@
|
||||
13.0.0.50
|
||||
@@ -8,7 +8,7 @@ for background device management, as well as a GUI to expertly customize your se
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
|
||||
Name: coolercontrol
|
||||
Version: 2.2.2
|
||||
Version: 3.0.1
|
||||
Release: 1%?dist
|
||||
Summary: Cooling device control for Linux
|
||||
License: GPL-3.0-or-later
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary-openasar
|
||||
Version: 0.0.771
|
||||
Version: 0.0.776
|
||||
Release: 1%?dist
|
||||
Summary: A snappier Discord rewrite with features like further customization and theming
|
||||
License: MIT AND https://discord.com/terms
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global __provides_exclude_from %{_datadir}/%{name}/.*\\.so
|
||||
|
||||
Name: discord-canary
|
||||
Version: 0.0.771
|
||||
Version: 0.0.776
|
||||
Release: 1%?dist
|
||||
Summary: Free Voice and Text Chat for Gamers
|
||||
URL: discord.com
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#? https://github.com/flameshot-org/flameshot/blob/master/packaging/rpm/fedora/flameshot.spec
|
||||
|
||||
%global ver 13.1.0
|
||||
%global commit 5be16b2edef82ed6baa91085eff3b85705f7353d
|
||||
%global commit f8ab6a67517476522631fb0838eab3fa58093402
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20251001
|
||||
%global commit_date 20251007
|
||||
%global devel_name QtColorWidgets
|
||||
%global _distro_extra_cflags -fuse-ld=mold
|
||||
%global _distro_extra_cxxflags -fuse-ld=mold
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit b55a0f58bae0c633498948ddab054f96da6da2d0
|
||||
%global commit_date 20250911
|
||||
%global commit e68610a3ecee4235666fd170eb8021d8447bfa1c
|
||||
%global commit_date 20251006
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global debug_package %nil
|
||||
%global __strip /bin/true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
# Disable X11 for RHEL 10+
|
||||
%bcond x11 %[%{undefined rhel} || 0%{?rhel} < 10]
|
||||
|
||||
%global commit e821a360df95877f346307d8690913357bea49d7
|
||||
%global commit 6083cf13f28a0e82fa116678d3a0a2848d99f182
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20251003
|
||||
%global commit_date 20251007
|
||||
%global ver 0.40.0
|
||||
|
||||
Name: mpv-nightly
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 60d90d92bb78b7deaac5908c51e5990f891b979a
|
||||
%global commit_date 20250930
|
||||
%global commit 2905b8fc7d4a5d3a952163e0ba5ee7968c92dfb4
|
||||
%global commit_date 20251003
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: appset
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 2025-10-02
|
||||
%global ver 2025-10-07
|
||||
%global goodver %(echo %ver | sed 's/-//g')
|
||||
%global __brp_mangle_shebangs %{nil}
|
||||
%bcond_without mold
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
*.deb
|
||||
@@ -0,0 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64", "aarch64"]
|
||||
rpm {
|
||||
spec = "tracktion-waveform.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,51 @@
|
||||
%undefine __brp_mangle_shebangs
|
||||
%define debug_package %nil
|
||||
%global __strip /bin/true
|
||||
|
||||
Name: tracktion-waveform
|
||||
Version: 13.5.13
|
||||
Packager: Cappy Ishihara <cappy@fyralabs.com>
|
||||
Release: 1%{?dist}
|
||||
Summary: Tracktion Waveform DAW
|
||||
ExclusiveArch: x86_64 aarch64
|
||||
%global majver %(echo %{version} | cut -d '.' -f 1)
|
||||
%global truncated_ver %(echo %{version} | tr -d .)
|
||||
|
||||
%ifarch x86_64
|
||||
%global pkgarch amd64
|
||||
%endif
|
||||
|
||||
%ifarch aarch64
|
||||
%global pkgarch arm64
|
||||
%endif
|
||||
|
||||
License: Proprietary
|
||||
URL: https://www.tracktion.com/products/waveform-free
|
||||
Source0: https://downloads.tracktion.com/w%{majver}/%{truncated_ver}b/waveform%{majver}_%{version}_%{pkgarch}.deb
|
||||
|
||||
BuildRequires: tar
|
||||
BuildRequires: binutils
|
||||
|
||||
%description
|
||||
%{summary}
|
||||
|
||||
%prep
|
||||
%autosetup -Tc
|
||||
|
||||
ar x %{SOURCE0}
|
||||
%install
|
||||
tar xvf data.tar.gz -C %{buildroot}
|
||||
export QA_RPATHS="[0-7]"
|
||||
|
||||
%files
|
||||
%{_bindir}/Waveform%{majver}
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/mime/packages/waveform13.xml
|
||||
%{_datadir}/applications/waveform13.desktop
|
||||
%{_docdir}/Waveform%{majver}/*
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Oct 07 2025 Cappy Ishihara <cappy@cappuchino.xyz>
|
||||
- Initial Release
|
||||
@@ -1,9 +1,9 @@
|
||||
#? https://src.fedoraproject.org/rpms/hyprgraphics/blob/rawhide/f/hyprgraphics.spec
|
||||
|
||||
%global realname hyprgraphics
|
||||
%global ver 0.1.6
|
||||
%global commit 899ff15787a17f5c8ccfc2e1f735caaa75f6827c
|
||||
%global commit_date 20251002
|
||||
%global ver 0.2.0
|
||||
%global commit 9431db625cd9bb66ac55525479dce694101d6d7a
|
||||
%global commit_date 20251004
|
||||
%global shortcommit %{sub %commit 1 7}
|
||||
|
||||
%bcond libjxl 1
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
#? https://src.fedoraproject.org/rpms/hyprland-protocols/blob/rawhide/f/hyprland-protocols.spec
|
||||
|
||||
%global realname hyprland-protocols
|
||||
%global ver 0.6.4
|
||||
%global commit 613878cb6f459c5e323aaafe1e6f388ac8a36330
|
||||
%global commit_date 20250604
|
||||
%global ver 0.7.0
|
||||
%global commit bd153e76f751f150a09328dbdeb5e4fab9d23622
|
||||
%global commit_date 20251005
|
||||
%global shortcommit %{sub %commit 1 7}
|
||||
|
||||
Name: %realname.nightly
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#? https://src.fedoraproject.org/rpms/hyprutils/blob/rawhide/f/hyprutils.spec
|
||||
|
||||
%global realname hyprutils
|
||||
%global ver 0.8.4
|
||||
%global ver 0.10.0
|
||||
|
||||
%global commit 1f80045da198ecfc1611b6b1bdbf98eb29274ebf
|
||||
%global commit_date 20251001
|
||||
%global commit 3df7bde01efb3a3e8e678d1155f2aa3f19e177ef
|
||||
%global commit_date 20251005
|
||||
%global shortcommit %{sub %commit 1 7}
|
||||
|
||||
Name: %realname.nightly
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
# prevent library files from being installed
|
||||
%global cargo_install_lib 0
|
||||
|
||||
%global upstream_version v1.2.1
|
||||
%global upstream_version v2.2.0
|
||||
%global ver %{sub %upstream_version 2}
|
||||
|
||||
Name: walker
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
%endif
|
||||
|
||||
Name: codium
|
||||
Version: 1.104.26450
|
||||
Version: 1.104.36664
|
||||
Release: 1%?dist
|
||||
Summary: Code editing. Redefined.
|
||||
License: MIT
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit f41e61cd31a1e5555a9a52ae29da6ee37f150d1f
|
||||
%global commit 3d1977ca4338fb217d1bc67567dd91dc7340f053
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global fulldate 2025-09-30
|
||||
%global fulldate 2025-10-06
|
||||
%global commit_date %(echo %{fulldate} | sed 's/-//g')
|
||||
%global public_key RWQlAjJC23149WL2sEpT/l0QKy7hMIFhYdQOFy0Z7z7PbneUgvlsnYcV
|
||||
%global ver 1.2.1
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
%global appid com.mitchellh.ghostty
|
||||
|
||||
Name: ghostty
|
||||
Version: 1.2.0
|
||||
Release: 2%?dist
|
||||
Version: 1.2.1
|
||||
Release: 1%?dist
|
||||
Summary: A fast, native terminal emulator written in Zig.
|
||||
License: MIT AND MPL-2.0 AND OFL-1.1 AND (WTFPL OR CC0-1.0) AND Apache-2.0
|
||||
URL: https://ghostty.org/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 64c289a9a2017a2b3f1678236c6f7413247b157b
|
||||
%global commit f6f11eb54409865705b7b5bb81ceb89c50dd87e4
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commit_date 20251003
|
||||
%global commit_date 20251007
|
||||
%global ver 0.208.0
|
||||
|
||||
%bcond_with check
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%bcond_with check
|
||||
|
||||
%global ver 0.207.0-pre
|
||||
%global ver 0.207.3-pre
|
||||
# Exclude input files from mangling
|
||||
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
%global rustflags_debuginfo 0
|
||||
|
||||
Name: zed
|
||||
Version: 0.206.6
|
||||
Version: 0.206.7
|
||||
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
|
||||
|
||||
@@ -11,8 +11,8 @@
|
||||
# Need to get rid of everything Clang can't use and undefine -Wunused-command-line-argument where possible due to the project's build flags
|
||||
%global build_cflags %(echo %{build_cflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument
|
||||
%global build_cxxflags %(echo %{build_cxxflags} | sed 's:-Werror ::g' | sed 's:-Wunused-command-line-argument ::g' | sed 's:-specs\=/usr/lib/rpm/redhat/redhat-annobin-cc1 ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-hardened-ld-errors ::g' | sed 's:-specs=/usr/lib/rpm/redhat/redhat-package-notes ::g') -Wno-unused-command-line-argument
|
||||
%global commit 23b339d410fafc21326502d381b4b03611fa294b
|
||||
%global ver 0.0.38-18170
|
||||
%global commit b18a0830f3be7b9a7368344c5e212b00dcf8a0a0
|
||||
%global ver 0.0.38-18179
|
||||
|
||||
Name: rpcs3
|
||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
# https://github.com/grpc/grpc-go
|
||||
%global goipath google.golang.org/grpc
|
||||
%global forgeurl https://github.com/grpc/grpc-go
|
||||
Version: 1.75.1
|
||||
Version: 1.76.0
|
||||
|
||||
%gometa -L
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 2433b28ac8ec384a2d9c294aa2aa037d669be659
|
||||
%global commit_date 20251001
|
||||
%global commit b62ac9ff0b0db73f1c294f055190e256de3938f9
|
||||
%global commit_date 20251005
|
||||
%global shortcommit %{sub %commit 1 7}
|
||||
|
||||
Name: grabnim
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: netto
|
||||
Version: 0.1.1
|
||||
Release: 2%?dist
|
||||
Version: 0.1.2
|
||||
Release: 1%?dist
|
||||
Summary: 📡 GUI Network Applet
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/madonuko/netto
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
|
||||
%global commit 483389d3999e243d7c61647c55187b0578dc57ee
|
||||
%global commit 440b55a44a82fa4e6b1d17e36c46d517d2b06cab
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global ver 2.3.1
|
||||
%global commit_date 20250929
|
||||
%global commit_date 20251007
|
||||
%global debug_package %nil
|
||||
|
||||
Name: nim-nightly
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit bee1e1f551c1c4b74b1cbb250ffd1152290b40a5
|
||||
%global commit_date 20251002
|
||||
%global commit 058aa6246b9c5b61267dadf1ea25b7040960d86a
|
||||
%global commit_date 20251007
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name types-colorama
|
||||
@@ -23,6 +23,8 @@ Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||
%package -n python3-%{pypi_name}
|
||||
Summary: %{summary}
|
||||
Provides: types-colorama
|
||||
Provides: python%{python3_pkgversion}dist(types-colorama)
|
||||
Provides: python3.13dist(types-colorama)
|
||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||
|
||||
%description -n python3-%{pypi_name}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global crate eza
|
||||
|
||||
Name: rust-eza
|
||||
Version: 0.23.3
|
||||
Version: 0.23.4
|
||||
Release: 1%?dist
|
||||
Summary: Modern replacement for ls
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
%define llvm_compat 20
|
||||
%endif
|
||||
%global llvm_version 20.0.0
|
||||
%global ver 0.16.0-dev.577+c50aa2b95
|
||||
%global ver 0.16.0-dev.646+2962db333
|
||||
%bcond bootstrap 1
|
||||
%bcond docs %{without bootstrap}
|
||||
%bcond test 1
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
%global mirror_url %(mirrors=%{zig_mirrors}; index=$(( RANDOM % ${#mirrors[@]} )); echo ${mirrors[$index]})
|
||||
|
||||
Name: zig-master
|
||||
Version: 0.16.0~dev.577+c50aa2b95
|
||||
Version: 0.16.0~dev.646+2962db333
|
||||
Release: 1%?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,6 +1,6 @@
|
||||
%global commit 55b24cd2abf0baef3cc79d7502aa1f9eb2275f45
|
||||
%global shortcommit 55b24cd
|
||||
%global commit_date 20251002
|
||||
%global commit 4340f050adad2895c068f2600cfed11d669679f8
|
||||
%global shortcommit 4340f05
|
||||
%global commit_date 20251007
|
||||
|
||||
Name: astal
|
||||
Version: 0^%commit_date.%commit
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
%global commit 55b24cd2abf0baef3cc79d7502aa1f9eb2275f45
|
||||
%global commit 4340f050adad2895c068f2600cfed11d669679f8
|
||||
%global shortcommit %{sub %commit 1 7}
|
||||
%global commit_date 20251002
|
||||
%global commit_date 20251007
|
||||
|
||||
Name: astal
|
||||
Version: 0^%commit_date.%shortcommit
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
Name: gstreamer1-plugins-bad
|
||||
Version: 1.26.6
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Epoch: 2
|
||||
Summary: GStreamer streaming media framework "bad" plugins
|
||||
License: LGPL-2.0-or-later and LGPL-2.0-only
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit 9a7456571b96e399e8d720c227ce381fa0af9219
|
||||
%global commit 354cb080bb5b5fab573ed77e5e80938b256860f5
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
%global commit_date 20250929
|
||||
%global commit_date 20251005
|
||||
|
||||
Name: vgmstream
|
||||
Version: 0~%{commit_date}git.%shortcommit
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: limine
|
||||
Version: 10.0.1
|
||||
Version: 10.1.0
|
||||
Release: 1%?dist
|
||||
Summary: Modern, advanced, portable, multiprotocol bootloader
|
||||
License: BSD-2-Clause
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: compat-nvidia-repo
|
||||
Version: 580.82.09
|
||||
Version: 580.95.05
|
||||
Epoch: 3
|
||||
Release: 1%?dist
|
||||
Summary: Compatibility package required by official CUDA packages
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
%global modulename nvidia
|
||||
|
||||
Name: dkms-%{modulename}
|
||||
Version: 580.82.09
|
||||
Version: 580.95.05
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA display driver kernel module
|
||||
Epoch: 3
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
%endif
|
||||
|
||||
Name: nvidia-driver
|
||||
Version: 580.82.09
|
||||
Version: 580.95.05
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA's proprietary display driver for NVIDIA graphic cards
|
||||
Epoch: 3
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global __brp_strip %{nil}
|
||||
|
||||
Name: nvidia-kmod-common
|
||||
Version: 580.82.09
|
||||
Version: 580.95.05
|
||||
Release: 1%?dist
|
||||
Summary: Common file for NVIDIA's proprietary driver kernel modules
|
||||
Epoch: 3
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: nvidia-kmod
|
||||
Version: 580.82.09
|
||||
Version: 580.95.05
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA display driver kernel module
|
||||
Epoch: 3
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: nvidia-open-kmod
|
||||
Version: 580.82.09
|
||||
Version: 580.95.05
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA display driver kernel module
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: nvidia-modprobe
|
||||
Version: 580.82.09
|
||||
Version: 580.95.05
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA kernel module loader
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: nvidia-persistenced
|
||||
Version: 580.82.09
|
||||
Version: 580.95.05
|
||||
Release: 1%?dist
|
||||
Summary: A daemon to maintain persistent software state in the NVIDIA driver
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: nvidia-settings
|
||||
Version: 580.82.09
|
||||
Version: 580.95.05
|
||||
Release: 1%?dist
|
||||
Summary: Configure the NVIDIA graphics driver
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: nvidia-xconfig
|
||||
Version: 580.82.09
|
||||
Version: 580.95.05
|
||||
Release: 1%?dist
|
||||
Summary: NVIDIA X configuration file editor
|
||||
Epoch: 3
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
%global commit 81f0364d15c51971494af84a8a971e679662de24
|
||||
%global commit_date 20250924
|
||||
%global commit bb8cfa0ec76c703faac1f47743206cc5e267d16d
|
||||
%global commit_date 20251004
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: readymade-git
|
||||
Version: %commit_date.%shortcommit
|
||||
Release: 1%?dist
|
||||
Release: 2%?dist
|
||||
Summary: Install ready-made distribution images!
|
||||
License: GPL-3.0-or-later
|
||||
URL: https://github.com/FyraLabs/readymade
|
||||
@@ -58,6 +58,7 @@ ln -sf %{_datadir}/applications/com.fyralabs.Readymade.desktop %{buildroot}%{_da
|
||||
|
||||
%files config-ultramarine
|
||||
%_sysconfdir/readymade.toml
|
||||
%_datadir/readymade/*
|
||||
|
||||
|
||||
%files
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
%global commit d0db9b05243989a89acb52f921159868d482bbf3
|
||||
%global commit 1d624e026144d0df6038d23503c4f7b595382086
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
%global commitdate 20251003
|
||||
%global commitdate 20251007
|
||||
%global ver 1.0.16
|
||||
|
||||
Name: scx-scheds-nightly
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
%global _prefix /usr/share/wine-dev
|
||||
%global srcmajor 10.x
|
||||
# Make this as a variable instead in case of WINE RCs
|
||||
%global ver wine-10.15
|
||||
%global ver wine-10.16
|
||||
%global cleanver %(echo %{ver} | sed 's/v//g;s/wine-//g')
|
||||
|
||||
# This is unfortunate but a lot of Fedora's/SUSE's hardening flags break WINE
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: wine-staging
|
||||
Version: 10.15
|
||||
Version: 10.16
|
||||
Release: 1%?dist
|
||||
Epoch: 1
|
||||
Summary: WINE Is Not An Emulator - runs MS Windows programs
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
%global modulename xone
|
||||
|
||||
Name: %{modulename}-kmod
|
||||
Version: 0.4.5
|
||||
Version: 0.4.8
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 2
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
%global modulename xone
|
||||
|
||||
Name: dkms-%{modulename}
|
||||
Version: 0.4.5
|
||||
Version: 0.4.8
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 2
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
%global firmware_hash1 080ce4091e53a4ef3e5fe29939f51fd91f46d6a88be6d67eb6e99a5723b3a223
|
||||
|
||||
Name: xone
|
||||
Version: 0.4.5
|
||||
Version: 0.4.8
|
||||
Release: 1%?dist
|
||||
%if 0%{?fedora} <= 43 || 0%{?rhel} <= 10
|
||||
Epoch: 2
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
%global ver 1.8.64
|
||||
%global ver 1.8.67
|
||||
|
||||
Summary: tauOS GTK/GNOME Shell Themes
|
||||
Name: helium-gtk-theme
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
%global crate mise
|
||||
|
||||
Name: rust-mise
|
||||
Version: 2025.10.1
|
||||
Version: 2025.10.5
|
||||
Release: 1%?dist
|
||||
Summary: Front-end to your dev env
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
%global pypi_name copyparty
|
||||
|
||||
Name: %{pypi_name}
|
||||
Version: 1.19.15
|
||||
Version: 1.19.16
|
||||
Release: 1%?dist
|
||||
Summary: Portable, featureful, and fast file server
|
||||
URL: https://github.com/9001/copyparty
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
%global __provides_exclude_from %{_libdir}/%{name}/.*\\.so
|
||||
|
||||
Name: electron
|
||||
Version: 38.2.0
|
||||
Version: 38.2.1
|
||||
Release: 1%?dist
|
||||
Summary: Build cross platform desktop apps with web technologies
|
||||
License: MIT
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: espanso-wayland
|
||||
Version: 2.2.7
|
||||
Version: 2.2.8
|
||||
Release: 1%?dist
|
||||
Summary: Cross-platform Text Expander written in Rust for Wayland
|
||||
License: GPL-3.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
Name: espanso-x11
|
||||
Version: 2.2.7
|
||||
Version: 2.2.8
|
||||
Release: 1%?dist
|
||||
Summary: Cross-platform Text Expander written in Rust for X11
|
||||
License: GPL-3.0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 7e725cb498b4bf1039d59a6332b92c42df384833
|
||||
%global commit_date 20251002
|
||||
%global commit 38daaf65082a21081b38bdc0d1a5a17fbc18f4d1
|
||||
%global commit_date 20251007
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
%global pypi_name glasgow
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# https://github.com/nats-io/natscli
|
||||
%global goipath github.com/nats-io/natscli
|
||||
%global commit f26e95f19c53418b6f496a1e4d2c571216cfc1d7
|
||||
%global commit_date 20251003
|
||||
%global commit 6a2312b5296cabee5781e8cebfaa8ad357e74792
|
||||
%global commit_date 20251007
|
||||
%global shortcommit %{sub %{commit} 1 7}
|
||||
|
||||
%gometa -f
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit cbda84c911a5b89a7ab216ed79525e7b264354d6
|
||||
%global commit_date 20250930
|
||||
%global commit ce72b7a951e91e5203e78e8a64ad66b55015ee40
|
||||
%global commit_date 20251003
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: raindrop
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%global commit 08b00cf6892ed76d9b4ee3c0cdd401362ad7d99b
|
||||
%global commit_date 20250924
|
||||
%global commit 2e954c23d8d184d8797b2e75fcfb625b780fc4da
|
||||
%global commit_date 20251006
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: spotx-bash
|
||||
|
||||
Reference in New Issue
Block a user