From 9e8bfff49dd315bf5cefc62fbfaa99cbc5cf399d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 07:13:54 +0100 Subject: [PATCH] update to 4.8.20180515.e31cb60 [release 4.8.20180515.e31cb60-1mamba;Wed Mar 08 2023] --- mono-basic.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/mono-basic.spec b/mono-basic.spec index 197ff3d..47bf264 100644 --- a/mono-basic.spec +++ b/mono-basic.spec @@ -1,16 +1,18 @@ +%define gittag %(echo %version | cut -d. -f4) Name: mono-basic -Version: 4.7 +Version: 4.8.20180515.e31cb60 Release: 1mamba Summary: Mono VisualBasic.NET Compiler and Runtime Group: Development/Languages Vendor: openmamba Distribution: openmamba -Packager: Stefano Cotta Ramusino -URL: http://www.mono-project.com/VisualBasic.NET_support -Source: http://download.mono-project.com/sources/mono-basic/mono-basic-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://www.mono-project.com/docs/about-mono/languages/visualbasic/ +Source: https://github.com/mono/mono-basic.git/main@%{gittag}/mono-basic-%{version}.tar.bz2 +#Source: http://download.mono-project.com/sources/mono-basic/mono-basic-%{version}.tar.bz2 License: LGPL, BSD ## AUTOBUILDREQ-BEGIN -BuildRequires: mono-core +BuildRequires: mono-devel ## AUTOBUILDREQ-END BuildRequires: mono-winforms BuildRequires: mono-data @@ -18,7 +20,6 @@ BuildRequires: mono-web Requires: mono-winforms Requires: mono-data Requires: mono-web -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Mono Visual Basic.NET compiler (vbnc) allows developers to continue to code in their preferred Visual Basic/Visual Studio environment and compile and run that same code base on a variety of operating systems and architectures, including Windows, Linux, and Mac OS. @@ -54,6 +55,9 @@ This allows applications compiled using Microsoft's Visual Basic.NET compiler to %doc ChangeLog README vbnc/vbnc/Readme.txt %changelog +* Wed Mar 08 2023 Silvan Calarco 4.8.20180515.e31cb60-1mamba +- update to 4.8.20180515.e31cb60 + * Sun Apr 19 2020 Automatic Build System 4.7-1mamba - automatic update by autodist