mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
Compare commits
5 Commits
f0f7b90e3c
...
68072d9dc5
| Author | SHA1 | Date | |
|---|---|---|---|
| 68072d9dc5 | |||
| b0d1dc4251 | |||
| 1d6e311e3f | |||
| a705ea9343 | |||
| 0d1f82088a |
@@ -9,8 +9,8 @@
|
|||||||
# GLIBCXX_ASSERTIONS is known to break RPCS3
|
# 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_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 build_cxxflags %(echo "%{__build_flags_lang_cxx}" | sed 's|-Wp,-D_GLIBCXX_ASSERTIONS ||g') %{?_distro_extra_cflags}
|
||||||
%global commit b9d027a76c8dae877cf814808703b1c02d2ae0c1
|
%global commit 1bd246d2d31cee65b867d93ff82993cec8f012cb
|
||||||
%global ver 0.0.40-19405
|
%global ver 0.0.40-19408
|
||||||
|
|
||||||
Name: rpcs3
|
Name: rpcs3
|
||||||
Version: %(echo %{ver} | sed 's/-/^/g')
|
Version: %(echo %{ver} | sed 's/-/^/g')
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%global _desc Python bindings for FluidSynth.
|
%global _desc Python bindings for FluidSynth.
|
||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.3.6
|
Version: 1.4.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Python bindings for FluidSynth
|
Summary: Python bindings for FluidSynth
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Name: cardwire
|
Name: cardwire
|
||||||
Version: 0.8.0
|
Version: 0.8.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: A GPU Manager for linux that uses eBPF LSM hooks to block GPUs
|
Summary: A GPU Manager for linux that uses eBPF LSM hooks to block GPUs
|
||||||
URL: https://opengamingcollective.github.io/cardwire/
|
URL: https://opengamingcollective.github.io/cardwire/
|
||||||
Source0: https://github.com/OpenGamingCollective/cardwire/archive/refs/tags/v%{version}.tar.gz
|
Source0: https://github.com/OpenGamingCollective/cardwire/archive/refs/tags/v%{version}.tar.gz
|
||||||
@@ -10,6 +10,9 @@ BuildRequires: systemd-rpm-macros
|
|||||||
BuildRequires: libbpf-devel
|
BuildRequires: libbpf-devel
|
||||||
BuildRequires: clang-devel
|
BuildRequires: clang-devel
|
||||||
|
|
||||||
|
Requires: hwdata
|
||||||
|
Requires: upower
|
||||||
|
|
||||||
Packager: Owen Zimmerman <owen@fyralabs.com>
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: uutils-coreutils-replace
|
Name: uutils-coreutils-replace
|
||||||
Version: 0.8.0
|
Version: 0.9.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Cross-platform Rust rewrite of the GNU coreutils
|
Summary: Cross-platform Rust rewrite of the GNU coreutils
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: vicinae
|
Name: vicinae
|
||||||
Version: 0.21.2
|
Version: 0.21.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
URL: https://docs.vicinae.com
|
URL: https://docs.vicinae.com
|
||||||
|
|||||||
Reference in New Issue
Block a user