bump: rpcs3 kotlin-native kotlin

This commit is contained in:
Raboneko
2026-03-16 10:13:54 +00:00
parent d960ff8191
commit a95304ca89
3 changed files with 6 additions and 6 deletions
+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 6c48bd8f93fee36cafa4438d8bd262673191c437
%global ver 0.0.40-18974
%global commit 8b74ea8757889eed03e3e11975e78ceb9b2a4faa
%global ver 0.0.40-18976
Name: rpcs3
Version: %(echo %{ver} | sed 's/-/^/g')
@@ -2,8 +2,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Name: kotlin-native
Version: 2.3.10
Release: 1%?dist
Version: 2.3.20
Release: 1%{?dist}
Summary: LLVM backend for the Kotlin compiler
ExclusiveArch: x86_64
+2 -2
View File
@@ -1,8 +1,8 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Name: kotlin
Version: 2.3.10
Release: 1%?dist
Version: 2.3.20
Release: 1%{?dist}
Summary: Statically typed programming language
License: Apache-2.0