update to version 0.56.14

This commit is contained in:
lwg K 2023-11-20 11:19:55 +08:00
parent 60d8500bfa
commit 4ec9a12acb
3 changed files with 6 additions and 3 deletions

BIN
vala-0.56.14.tar.xz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -4,8 +4,8 @@
%global vala_manpages valac vala-gen-introspect vapigen
Name: vala
Version: 0.56.3
Release: 3
Version: 0.56.14
Release: 1
Summary: Compiler Using the GObject Type System
License: LGPLv2+ and BSD
URL: https://wiki.gnome.org/Projects/Vala
@ -49,7 +49,7 @@ Help documents for vala.
%build
%configure
sed -i 's|/lib /usr/lib|/lib /usr/lib /lib64 /usr/lib64|' libtool
make %{?_smp_mflags}
%make_build
%install
%make_install
@ -128,6 +128,9 @@ make check
%doc %{_datadir}/devhelp/books/vala-%{api_ver}
%changelog
* Mon Nov 20 2023 lwg <liweiganga@uniontech.com> - 0.56.14-1
- update to version 0.56.14
* Sat Mar 18 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.56.3-3
- fix issue : I6O4ZM