Update to 0.56.4

This commit is contained in:
David King 2023-03-10 12:43:04 +00:00
parent 969e29022c
commit bea00c525e
3 changed files with 15 additions and 8 deletions

1
.gitignore vendored
View File

@ -133,3 +133,4 @@
/vala-0.56.1.tar.xz
/vala-0.56.2.tar.xz
/vala-0.56.3.tar.xz
/vala-0.56.4.tar.xz

View File

@ -1 +1 @@
SHA512 (vala-0.56.3.tar.xz) = 3222edab995a1d405bc891b37ffb4915677b7bb56ce3be7d1ece1dfb77f2d054bf7499dad9e6eb593c42678ae2c2c7cd779a595b702a3e2e38e9e0e0d69ba99e
SHA512 (vala-0.56.4.tar.xz) = 302e72a42fcb0cffc1c8eec28014f216c3848aaecec100acabc5e952d6f3ad2471b341e92a266f452c3335b8d1dde9cb0b1e6da62b754ffb4749b0aa862f24ba

View File

@ -2,14 +2,14 @@
%global priority 90
Name: vala
Version: 0.56.3
Release: 2%{?dist}
Version: 0.56.4
Release: 1%{?dist}
Summary: A modern programming language for GNOME
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
License: LGPLv2+ and BSD
License: LGPL-2.1-or-later AND BSD-2-Clause
URL: https://wiki.gnome.org/Projects/Vala
Source0: https://download.gnome.org/sources/vala/0.55/vala-%{version}.tar.xz
Source0: https://download.gnome.org/sources/%{name}/0.56/%{name}-%{version}.tar.xz
BuildRequires: bison
BuildRequires: flex
@ -121,7 +121,7 @@ developing applications that use valadoc.
%configure
# Don't use rpath!
sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
make %{?_smp_mflags}
%make_build
%install
@ -133,15 +133,18 @@ echo -e '#!/bin/sh\nexec %{_bindir}/vala-gen-introspect-%{api_ver}-`uname -m` "$
%{buildroot}%{_bindir}/vala-gen-introspect-%{api_ver}
chmod +x %{buildroot}%{_bindir}/vala-gen-introspect-%{api_ver}
find %{buildroot} -name '*.la' -exec rm -f {} ';'
find %{buildroot} -name '*.la' -delete
%check
make check
# https://gitlab.gnome.org/GNOME/vala/-/issues/1416
export -n VALAFLAGS
%make_build check
%files
%license COPYING
%doc README.md
%{_bindir}/vala
%{_bindir}/vala-%{api_ver}
%{_bindir}/valac
@ -191,6 +194,9 @@ make check
%changelog
* Thu Mar 09 2023 David King <amigadave@amigadave.com> - 0.56.4-1
- Update to 0.56.4
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild