Compare commits

...

10 Commits

Author SHA1 Message Date
Kalev Lember 0c8fb2d982 Update to 0.48.19 2023-05-19 10:31:58 +00:00
Mohan Boddu 3c07606b7f Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-08-10 01:14:31 +00:00
Tomas Pelka 79e825f831 enabling gating for el9 2021-06-16 13:49:54 +02:00
Kalev Lember c04a509db9 Update to 0.48.17
Resolves: #1951156

(cherry picked from Fedora commit 4497546f38ac9a0695eb46a587250b5d7e864dc5)
2021-05-07 17:41:52 +02:00
Mohan Boddu cb9ae63f44 - Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
Signed-off-by: Mohan Boddu <mboddu@redhat.com>
2021-04-16 06:05:02 +00:00
DistroBaker f0b89170dc Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vala.git#e8b418ceeaad5699163551ac6c71b3f24a51d35b
2021-03-23 13:49:25 +00:00
DistroBaker ac32c24de3 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vala.git#0a6b6c71aa074a086847f3083c34ec431fa1d3a9
2021-03-11 20:20:14 +00:00
DistroBaker ffeaffa9f5 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vala.git#f6f37a00c47358a15cc1212b02fcf0e0b1d3b919
2021-02-04 22:34:51 +00:00
DistroBaker 764a48b1f7 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vala.git#2dae252fd5df3087cd0464dfefd3744995f43219
2021-01-16 22:16:58 +00:00
DistroBaker 5469663933 Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/vala.git#2f7f48fe4c71296eaeac8bb7bebb915d2405a7e6
2021-01-15 23:43:08 +00:00
5 changed files with 52 additions and 4 deletions

6
.gitignore vendored
View File

@ -108,3 +108,9 @@
/vala-0.48.10.tar.xz
/vala-0.48.11.tar.xz
/vala-0.48.12.tar.xz
/vala-0.48.13.tar.xz
/vala-0.48.14.tar.xz
/vala-0.48.15.tar.xz
/vala-0.48.17.tar.xz
/vala-0.48.18.tar.xz
/vala-0.48.19.tar.xz

1
.vala.metadata Normal file
View File

@ -0,0 +1 @@
57ffcc77747a2153453aa6f577deaeb13458eacc vala-0.48.19.tar.xz

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: desktop-qe.desktop-ci.tier1-gating.functional}

View File

@ -1 +1 @@
SHA512 (vala-0.48.12.tar.xz) = da7becf8b92985a07b139651c14bd41ec86aed3e2b610029d2b376f70335c98607f39de4a1fa4efe9d51e6088edd4c13d22431cada389679d55f684ad548f4d1
SHA512 (vala-0.48.19.tar.xz) = 4dcd15ce55ad0328d3f99ff4fb2b5632f67b3d1e1fa585f30c0a76a2a2bb91c973bc8bfd66b69d5d6258e7fdb3037514de3d6004a3a559d9e73e90454847d711

View File

@ -2,7 +2,7 @@
%global priority 90
Name: vala
Version: 0.48.12
Version: 0.48.19
Release: 1%{?dist}
Summary: A modern programming language for GNOME
@ -11,12 +11,13 @@ License: LGPLv2+ and BSD
URL: https://wiki.gnome.org/Projects/Vala
Source0: https://download.gnome.org/sources/vala/0.48/vala-%{version}.tar.xz
BuildRequires: flex
BuildRequires: bison
BuildRequires: flex
BuildRequires: glib2-devel
BuildRequires: gobject-introspection-devel
BuildRequires: graphviz-devel
BuildRequires: libxslt
BuildRequires: make
# only if Vala source files are patched
#BuildRequires: vala
@ -138,6 +139,12 @@ make %{?_smp_mflags}
%install
%make_install
# Avoid multilib conflicts in vala-gen-introspect
mv %{buildroot}%{_bindir}/vala-gen-introspect-%{api_ver}{,-`uname -m`}
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}
# own this directory for third-party *.vapi files
mkdir -p $RPM_BUILD_ROOT%{_datadir}/vala/vapi
find %{buildroot} -name '*.la' -exec rm -f {} ';'
@ -168,7 +175,7 @@ fi
%{_bindir}/valac
%{_bindir}/valac-%{api_ver}
%{_bindir}/vala-gen-introspect
%{_bindir}/vala-gen-introspect-%{api_ver}
%{_bindir}/vala-gen-introspect-%{api_ver}*
%{_bindir}/vapigen
%{_bindir}/vapigen-%{api_ver}
%{_libdir}/pkgconfig/vapigen*.pc
@ -212,6 +219,34 @@ fi
%changelog
* Sun Aug 22 2021 Kalev Lember <klember@redhat.com> - 0.48.19-1
- Update to 0.48.19
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 0.48.17-2
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688
* Fri May 07 2021 Kalev Lember <klember@redhat.com> - 0.48.17-1
- Update to 0.48.17
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.48.15-2
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
* Thu Mar 18 2021 Kalev Lember <klember@redhat.com> - 0.48.15-1
- Update to 0.48.15
* Sun Feb 28 2021 Kalev Lember <klember@redhat.com> - 0.48.14-1
- Update to 0.48.14
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.48.13-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Jan 16 2021 Kalev Lember <klember@redhat.com> - 0.48.13-1
- Update to 0.48.13
* Fri Jan 15 2021 Kalev Lember <klember@redhat.com> - 0.48.12-2
- Fix multilib conflicts in vala-gen-introspect
* Thu Nov 19 2020 Kalev Lember <klember@redhat.com> - 0.48.12-1
- Update to 0.48.12