Backport changes from Fedora 40
Resolves: RHEL-30248 Resolves: RHEL-33609
This commit is contained in:
parent
2fef940b24
commit
76a53c8ca5
1
.gitignore
vendored
1
.gitignore
vendored
@ -144,3 +144,4 @@
|
|||||||
/vala-0.56.12.tar.xz
|
/vala-0.56.12.tar.xz
|
||||||
/vala-0.56.13.tar.xz
|
/vala-0.56.13.tar.xz
|
||||||
/vala-0.56.14.tar.xz
|
/vala-0.56.14.tar.xz
|
||||||
|
/vala-0.56.17.tar.xz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (vala-0.56.14.tar.xz) = f13e7916acaba220bf8a0fb8825bf9a125fadcc13011c4e4f426e5d3a5af650543457294bede66dc5e1c742dd9b55f722a65b880e4737a6b480365c9df4c8c8b
|
SHA512 (vala-0.56.17.tar.xz) = 61df98ba6b15d589a1864598a6f69cc3bee9154ba65270fc3a2fb1d0c3a68c32c29b572bcc26d6616d3fa23d53fb41710af3636125507864dd17f47cf27d4723
|
||||||
|
14647
vala-c99.patch
14647
vala-c99.patch
File diff suppressed because it is too large
Load Diff
16
vala.spec
16
vala.spec
@ -2,15 +2,14 @@
|
|||||||
%global priority 90
|
%global priority 90
|
||||||
|
|
||||||
Name: vala
|
Name: vala
|
||||||
Version: 0.56.14
|
Version: 0.56.17
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern programming language for GNOME
|
Summary: A modern programming language for GNOME
|
||||||
|
|
||||||
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
|
# Most files are LGPLv2.1+, curses.vapi is 2-clause BSD
|
||||||
License: LGPL-2.1-or-later AND BSD-2-Clause
|
License: LGPL-2.1-or-later AND BSD-2-Clause
|
||||||
URL: https://wiki.gnome.org/Projects/Vala
|
URL: https://wiki.gnome.org/Projects/Vala
|
||||||
Source0: https://download.gnome.org/sources/%{name}/0.56/%{name}-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/%{name}/0.56/%{name}-%{version}.tar.xz
|
||||||
Patch0: vala-c99.patch
|
|
||||||
|
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@ -20,7 +19,7 @@ BuildRequires: libxslt
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
# only if Vala source files are patched
|
# only if Vala source files are patched
|
||||||
BuildRequires: vala
|
#BuildRequires: vala
|
||||||
|
|
||||||
# for tests
|
# for tests
|
||||||
BuildRequires: dbus-x11
|
BuildRequires: dbus-x11
|
||||||
@ -196,6 +195,15 @@ export -n VALAFLAGS
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 19 2024 David King <amigadave@amigadave.com> - 0.56.17-1
|
||||||
|
- Update to 0.56.17
|
||||||
|
|
||||||
|
* Fri Mar 15 2024 David King <amigadave@amigadave.com> - 0.56.16-1
|
||||||
|
- Update to 0.56.16
|
||||||
|
|
||||||
|
* Mon Mar 04 2024 David King <amigadave@amigadave.com> - 0.56.15-1
|
||||||
|
- Update to 0.56.15
|
||||||
|
|
||||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.14-4
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.56.14-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user