automatic version update by autodist [release 0.50.4-1mamba;Mon Mar 01 2021]

This commit is contained in:
Automatic Build System 2024-01-05 18:53:48 +01:00
parent d765e52ee6
commit 5094aaa11b

View File

@ -1,21 +1,20 @@
%define majver %(echo %version | cut -d. -f 1-2)
%define apiver %majver
Name: vala
Version: 0.50.3
Version: 0.50.4
Release: 1mamba
Summary: Compiler for the GObject type system
Group: Development/Languages
Vendor: openmamba
Distribution: openmamba
Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://live.gnome.org/Vala
URL: https://live.gnome.org/Vala
Source: http://download.gnome.org/sources/vala/%{majver}/vala-%{version}.tar.xz
License: LGPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libglib-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Vala is a new programming language that aims to bring modern programming language features to GNOME developers without imposing any additional runtime requirements and without using a different ABI compared to applications and libraries written in C.
@ -118,6 +117,9 @@ This package contains tools to generate Vala projects, as well as API bindings f
%{_mandir}/man1/valadoc.1*
%changelog
* Mon Mar 01 2021 Automatic Build System <autodist@mambasoft.it> 0.50.4-1mamba
- automatic version update by autodist
* Mon Jan 11 2021 Automatic Build System <autodist@mambasoft.it> 0.50.3-1mamba
- automatic version update by autodist