Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
141ce2c4fb | ||
|
|
6a0424b989 | ||
|
|
bc78e90f87 |
1 changed files with 22 additions and 9 deletions
|
|
@ -1,12 +1,12 @@
|
|||
%if 0%{?rhel} == 7
|
||||
%global vala_version_api 0.26
|
||||
%global vala_version_api 0.40
|
||||
%else
|
||||
%global vala_version_api 0.32
|
||||
%global vala_version_api 0.36
|
||||
%endif
|
||||
|
||||
Name: xfce4-vala
|
||||
Version: 4.10.3
|
||||
Release: 12%{?dist}
|
||||
Release: 18%{?dist}
|
||||
Summary: Vala bindings for the Xfce framework
|
||||
|
||||
License: LGPLv2+
|
||||
|
|
@ -23,13 +23,8 @@ BuildRequires: xfconf-devel
|
|||
|
||||
BuildRequires: vala-devel
|
||||
|
||||
# Needed for %{_datadir}/vala*/vapi directory
|
||||
%if 0%{?rhel} == 7
|
||||
Requires: vala >= %{vala_version_api}
|
||||
Requires: vala <= %{vala_version_api}.99
|
||||
%else
|
||||
# Needed for %%{_datadir}/vala*/vapi directory
|
||||
Requires: vala(api) = %{vala_version_api}
|
||||
%endif
|
||||
|
||||
%description
|
||||
Xfce4 Vala provides bindings for the Xfce framework
|
||||
|
|
@ -54,6 +49,24 @@ Xfce4 Vala provides bindings for the Xfce framework
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Nov 07 2018 Kevin Fenzi <kevin@scrye.com> - 4.10.3-18
|
||||
- Update vala api version to 0.40. Fixes bug #1647569
|
||||
|
||||
* Sun Aug 20 2017 Kevin Fenzi <kevin@scrye.com> - 4.10.3-17
|
||||
- Rebuild for new vala in RHEL7.4. Fixes bug #1481728
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.10.3-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
* Mon Feb 13 2017 Kalev Lember <klember@redhat.com> - 4.10.3-15
|
||||
- Rebuilt for vala 0.36
|
||||
|
||||
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.10.3-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 4.10.3-13
|
||||
- Rebuilt for vala 0.34
|
||||
|
||||
* Thu Mar 10 2016 Raphael Groner <projects.rg@smart.ms> - 4.10.3-12
|
||||
- improve check of vala API version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue