- release 4
- remove support for no longer suppoerted Fedora versions (<=25)
This commit is contained in:
parent
a40820d7d2
commit
3943b9a1b2
@ -1,6 +1,6 @@
|
||||
Name: openal-soft
|
||||
Version: 1.18.2
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
Summary: Open Audio Library
|
||||
|
||||
Group: System Environment/Libraries
|
||||
@ -16,12 +16,7 @@ BuildRequires: cmake
|
||||
BuildRequires: qt-devel
|
||||
BuildRequires: qt5-devel
|
||||
BuildRequires: SDL_sound-devel
|
||||
%if 0%{?fedora} >= 22 || 0%{?rhel} >= 7
|
||||
BuildRequires: fluidsynth-devel
|
||||
%endif
|
||||
%if 0%{?fedora} >= 23 || 0%{?rhel} >= 7
|
||||
BuildRequires: SDL2-devel SDL2_mixer-devel
|
||||
%endif
|
||||
Obsoletes: openal <= 0.0.10
|
||||
Provides: openal = %{version}
|
||||
|
||||
@ -118,8 +113,10 @@ install -Dpm644 alsoftrc.sample %{buildroot}%{_sysconfdir}/openal/alsoft.conf
|
||||
%files qt
|
||||
%{_bindir}/alsoft-config
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Tomasz Kłoczko <kloczek@fedoraproject.org> - 1.18.2-4
|
||||
- remove support for no longer suppoerted Fedora versions (<=25)
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.18.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user