rebuilt with ruby 3.2.0; added debug package [release 22.12.0-2mamba;Mon Jan 02 2023]
This commit is contained in:
parent
defe53cad6
commit
0712702d63
@ -2,13 +2,13 @@
|
||||
%define javarootdir %_jvmdir/jdk/
|
||||
|
||||
Name: kross-interpreters
|
||||
Version: 22.08.3
|
||||
Release: 1mamba
|
||||
Version: 22.12.0
|
||||
Release: 2mamba
|
||||
Summary: Kross interpreters
|
||||
Group: Graphical Desktop/Applications/Development
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://kde.org/
|
||||
Source0: http://download.kde.org/stable/release-service/%{version}/src/kross-interpreters-%{version}.tar.xz
|
||||
Patch0: %{name}-4.7.2-krossjava_jbyte_conversion.patch
|
||||
@ -33,6 +33,7 @@ BuildRequires: java-openjdk
|
||||
BuildRequires: java-openjdk-runtime
|
||||
%endif
|
||||
BuildRequires: falcon-devel
|
||||
BuildRequires: libruby-devel >= 3.2.0
|
||||
#Requires: kross-falcon
|
||||
Requires: kross-java = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: kross-python = %{?epoch:%epoch:}%{version}-%{release}
|
||||
@ -69,12 +70,14 @@ Python plugin for the Kross architecture in KDE5.
|
||||
%package -n kross-ruby
|
||||
Summary: Kross plugin for ruby
|
||||
Group: Development/Languages
|
||||
Requires: ruby
|
||||
Requires: ruby >= 3.2.0
|
||||
Provides: kross(ruby) = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n kross-ruby
|
||||
Ruby plugin for the Kross architecture in KDE5.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
@ -112,6 +115,12 @@ Ruby plugin for the Kross architecture in KDE5.
|
||||
%{_qt5_plugindir}/krossruby.so
|
||||
|
||||
%changelog
|
||||
* Mon Jan 02 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 22.12.0-2mamba
|
||||
- rebuilt with ruby 3.2.0; added debug package
|
||||
|
||||
* Thu Dec 08 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user