2021-08-22 21:09:36 +00:00
|
|
|
# For the generated library symbol suffix
|
|
|
|
%if 0%{?__isa_bits} == 32
|
|
|
|
%global libsymbolsuffix %{nil}
|
|
|
|
%else
|
|
|
|
%global libsymbolsuffix ()(%{__isa_bits}bit)
|
|
|
|
%endif
|
|
|
|
|
|
|
|
# For declaring rich dependency on libdecor
|
|
|
|
%global libdecor_majver 0
|
|
|
|
|
2013-07-30 13:00:20 +00:00
|
|
|
Name: SDL2
|
2021-08-10 18:15:31 +00:00
|
|
|
Version: 2.0.16
|
2021-08-22 21:09:36 +00:00
|
|
|
Release: 2%{?dist}
|
2017-11-05 20:02:22 +00:00
|
|
|
Summary: Cross-platform multimedia library
|
2013-07-30 13:00:20 +00:00
|
|
|
License: zlib and MIT
|
2016-07-10 19:10:53 +00:00
|
|
|
URL: http://www.libsdl.org/
|
2013-09-04 08:16:13 +00:00
|
|
|
Source0: http://www.libsdl.org/release/%{name}-%{version}.tar.gz
|
2013-08-24 09:14:16 +00:00
|
|
|
Source1: SDL_config.h
|
2020-03-11 06:12:27 +00:00
|
|
|
|
2013-08-24 09:14:16 +00:00
|
|
|
Patch0: multilib.patch
|
2019-02-16 01:27:21 +00:00
|
|
|
# ptrdiff_t is not the same as khronos defines on 32bit arches
|
|
|
|
Patch1: SDL2-2.0.9-khrplatform.patch
|
2020-03-11 06:12:27 +00:00
|
|
|
|
2021-08-10 18:15:31 +00:00
|
|
|
# Proposed upstream
|
|
|
|
## From: https://github.com/libsdl-org/SDL/pull/4622
|
|
|
|
Patch0101: SDL2-2.0.16-PR4622.patch
|
|
|
|
|
2021-05-17 13:40:08 +00:00
|
|
|
BuildRequires: cmake
|
2021-01-12 11:25:50 +00:00
|
|
|
BuildRequires: make
|
2019-02-16 02:00:35 +00:00
|
|
|
BuildRequires: gcc
|
2021-05-17 13:40:08 +00:00
|
|
|
BuildRequires: gcc-c++
|
2013-07-30 13:00:20 +00:00
|
|
|
BuildRequires: alsa-lib-devel
|
|
|
|
BuildRequires: mesa-libGL-devel
|
|
|
|
BuildRequires: mesa-libGLU-devel
|
|
|
|
BuildRequires: mesa-libEGL-devel
|
|
|
|
BuildRequires: mesa-libGLES-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXi-devel
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
BuildRequires: libXScrnSaver-devel
|
|
|
|
BuildRequires: libusb-devel
|
2013-12-10 09:20:33 +00:00
|
|
|
BuildRequires: libXinerama-devel
|
|
|
|
BuildRequires: libXcursor-devel
|
|
|
|
BuildRequires: systemd-devel
|
2016-07-10 19:03:40 +00:00
|
|
|
# PulseAudio
|
|
|
|
BuildRequires: pkgconfig(libpulse-simple)
|
2017-09-23 08:19:51 +00:00
|
|
|
# Jack
|
|
|
|
BuildRequires: pkgconfig(jack)
|
2021-08-10 18:15:31 +00:00
|
|
|
# PipeWire
|
|
|
|
BuildRequires: pkgconfig(libpipewire-0.3)
|
2016-07-10 19:03:40 +00:00
|
|
|
# D-Bus
|
|
|
|
BuildRequires: pkgconfig(dbus-1)
|
2016-07-10 18:54:11 +00:00
|
|
|
# IBus
|
|
|
|
BuildRequires: pkgconfig(ibus-1.0)
|
2014-03-08 19:07:00 +00:00
|
|
|
# Wayland
|
2021-08-22 21:09:36 +00:00
|
|
|
BuildRequires: pkgconfig(libdecor-%{libdecor_majver})
|
2016-07-10 19:03:40 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
BuildRequires: pkgconfig(wayland-egl)
|
|
|
|
BuildRequires: pkgconfig(wayland-cursor)
|
2016-09-05 14:23:21 +00:00
|
|
|
BuildRequires: pkgconfig(wayland-protocols)
|
|
|
|
BuildRequires: pkgconfig(wayland-scanner)
|
2016-07-10 19:03:40 +00:00
|
|
|
BuildRequires: pkgconfig(xkbcommon)
|
2017-09-23 08:19:51 +00:00
|
|
|
# Vulkan
|
|
|
|
BuildRequires: vulkan-devel
|
2018-04-11 20:37:56 +00:00
|
|
|
# KMS
|
|
|
|
BuildRequires: mesa-libgbm-devel
|
|
|
|
BuildRequires: libdrm-devel
|
2013-07-30 13:00:20 +00:00
|
|
|
|
2021-08-22 21:09:36 +00:00
|
|
|
# Ensure libdecor is pulled in when libwayland-client is (rhbz#1992804)
|
|
|
|
Requires: (libdecor-%{libdecor_majver}.so.%{libdecor_majver}%{libsymbolsuffix} if libwayland-client)
|
|
|
|
|
2013-07-30 13:00:20 +00:00
|
|
|
%description
|
|
|
|
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed
|
|
|
|
to provide fast access to the graphics frame buffer and audio device.
|
|
|
|
|
|
|
|
%package devel
|
2016-07-10 19:10:53 +00:00
|
|
|
Summary: Files needed to develop Simple DirectMedia Layer applications
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
Requires: mesa-libEGL-devel%{?_isa}
|
|
|
|
Requires: mesa-libGLES-devel%{?_isa}
|
|
|
|
Requires: libX11-devel%{?_isa}
|
2021-06-03 16:00:04 +00:00
|
|
|
# Needed to keep CMake happy
|
|
|
|
Requires: %{name}-static%{?_isa} = %{version}-%{release}
|
2013-07-30 13:00:20 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed
|
|
|
|
to provide fast access to the graphics frame buffer and audio device. This
|
|
|
|
package provides the libraries, include files, and other resources needed for
|
|
|
|
developing SDL applications.
|
|
|
|
|
2016-02-25 19:39:56 +00:00
|
|
|
%package static
|
2018-01-03 15:58:38 +00:00
|
|
|
Summary: Static libraries for SDL2
|
2016-02-25 19:39:56 +00:00
|
|
|
|
|
|
|
%description static
|
|
|
|
Static libraries for SDL2.
|
|
|
|
|
2013-07-30 13:00:20 +00:00
|
|
|
%prep
|
2016-10-20 12:28:27 +00:00
|
|
|
%autosetup -p1
|
2021-08-10 18:15:31 +00:00
|
|
|
sed -i -e 's/\r//g' TODO.txt README.md WhatsNew.txt BUGS.txt LICENSE.txt CREDITS.txt README-SDL.txt
|
2013-07-30 13:00:20 +00:00
|
|
|
|
|
|
|
%build
|
2021-05-17 13:40:08 +00:00
|
|
|
# Deal with new CMake policy around whitespace in LDFLAGS...
|
|
|
|
export LDFLAGS="%{shrink:%{build_ldflags}}"
|
|
|
|
|
|
|
|
%cmake \
|
|
|
|
-DSDL_DLOPEN=ON \
|
|
|
|
-DVIDEO_KMSDRM=ON \
|
|
|
|
-DARTS=OFF \
|
|
|
|
-DESD=OFF \
|
|
|
|
-DNAS=OFF \
|
|
|
|
-DPULSEAUDIO_SHARED=ON \
|
|
|
|
-DJACK_SHARED=ON \
|
2021-08-10 18:15:31 +00:00
|
|
|
-DPIPEWIRE_SHARED=ON \
|
2021-05-17 13:40:08 +00:00
|
|
|
-DALSA=ON \
|
|
|
|
-DVIDEO_WAYLAND=ON \
|
2021-08-10 18:15:31 +00:00
|
|
|
-DLIBDECOR_SHARED=ON \
|
2021-05-17 13:40:08 +00:00
|
|
|
-DVIDEO_VULKAN=ON \
|
|
|
|
-DSSE3=OFF \
|
|
|
|
-DRPATH=OFF \
|
|
|
|
-DSDL_STATIC=ON \
|
2018-03-04 20:17:06 +00:00
|
|
|
%ifarch ppc64le
|
2021-05-17 13:40:08 +00:00
|
|
|
-DALTIVEC=OFF \
|
2018-03-04 20:17:06 +00:00
|
|
|
%endif
|
|
|
|
|
2021-05-17 13:40:08 +00:00
|
|
|
%cmake_build
|
2013-07-30 13:00:20 +00:00
|
|
|
|
|
|
|
%install
|
2021-05-17 13:40:08 +00:00
|
|
|
%cmake_install
|
2013-07-30 13:00:20 +00:00
|
|
|
|
2013-08-24 09:14:16 +00:00
|
|
|
# Rename SDL_config.h to SDL_config-<arch>.h to avoid file conflicts on
|
|
|
|
# multilib systems and install SDL_config.h wrapper
|
2013-08-24 09:24:31 +00:00
|
|
|
mv %{buildroot}%{_includedir}/SDL2/SDL_config.h %{buildroot}%{_includedir}/SDL2/SDL_config-%{_arch}.h
|
2013-08-24 09:14:16 +00:00
|
|
|
install -p -m 644 %{SOURCE1} %{buildroot}%{_includedir}/SDL2/SDL_config.h
|
|
|
|
|
2013-07-30 13:00:20 +00:00
|
|
|
|
|
|
|
%files
|
2021-08-10 18:15:31 +00:00
|
|
|
%license LICENSE.txt
|
2016-02-25 19:39:56 +00:00
|
|
|
%doc BUGS.txt CREDITS.txt README-SDL.txt
|
2021-01-21 16:21:29 +00:00
|
|
|
%{_libdir}/libSDL2-2.0.so.0*
|
2013-07-30 13:00:20 +00:00
|
|
|
|
|
|
|
%files devel
|
2021-08-10 18:15:31 +00:00
|
|
|
%doc README.md TODO.txt WhatsNew.txt
|
2013-07-30 13:00:20 +00:00
|
|
|
%{_bindir}/*-config
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/pkgconfig/sdl2.pc
|
2016-01-04 15:46:36 +00:00
|
|
|
%{_libdir}/cmake/SDL2/
|
2013-07-30 13:00:20 +00:00
|
|
|
%{_includedir}/SDL2
|
|
|
|
%{_datadir}/aclocal/*
|
|
|
|
|
2016-02-25 19:39:56 +00:00
|
|
|
%files static
|
2021-08-10 18:15:31 +00:00
|
|
|
%license LICENSE.txt
|
2016-02-25 19:39:56 +00:00
|
|
|
%{_libdir}/lib*.a
|
|
|
|
|
2013-07-30 13:00:20 +00:00
|
|
|
%changelog
|
2021-08-22 21:09:36 +00:00
|
|
|
* Sun Aug 22 2021 Neal Gompa <ngompa@fedoraproject.org> - 2.0.16-2
|
|
|
|
- Ensure libdecor is pulled in when libwayland-client is (rhbz#1992804)
|
|
|
|
|
2021-08-10 18:15:31 +00:00
|
|
|
* Tue Aug 10 2021 Neal Gompa <ngompa@fedoraproject.org> - 2.0.16-1
|
|
|
|
- Update to 2.0.16
|
|
|
|
|
2021-07-21 17:01:22 +00:00
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-03 16:00:04 +00:00
|
|
|
* Thu Jun 3 2021 Tom Callaway <spot@fedoraproject.org> - 2.0.14-5
|
|
|
|
- add -static Requires to -devel to make CMake stop failing on missing files (bz1965359)
|
|
|
|
|
2021-05-17 13:40:08 +00:00
|
|
|
* Mon May 17 2021 Neal Gompa <ngompa13@gmail.com> - 2.0.14-4
|
|
|
|
- Switch to CMake to build SDL2
|
|
|
|
- Build JACK support unconditionally since PipeWire-JACK exists in RHEL 9
|
|
|
|
|
2021-02-22 11:45:59 +00:00
|
|
|
* Mon Feb 22 2021 Hans de Goede <hdegoede@redhat.com> - 2.0.14-3
|
|
|
|
- SDL2 no longer uses audiofile, drop the audiofile-devel BuildRequires
|
|
|
|
|
2021-01-25 23:34:54 +00:00
|
|
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2021-01-21 16:29:21 +00:00
|
|
|
* Thu Jan 21 2021 Pete Walter <pwalter@fedoraproject.org> - 2.0.14-1
|
|
|
|
- Update to 2.0.14
|
|
|
|
- Rebase multilib.patch
|
2021-01-21 16:21:29 +00:00
|
|
|
- Don't use globs in the form of libFOO.so.* for listing files
|
2021-01-21 16:29:21 +00:00
|
|
|
|
2021-01-12 11:25:50 +00:00
|
|
|
* Tue Jan 12 2021 Wim Taymans <wtaymans@redhat.com> - 2.0.12-5
|
|
|
|
- Disable JACK on rhel >= 8
|
|
|
|
|
2020-08-01 08:59:09 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-4
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-27 11:30:33 +00:00
|
|
|
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.12-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-13 16:34:44 +00:00
|
|
|
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 2.0.12-2
|
|
|
|
- Use make macros
|
|
|
|
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
|
|
|
|
|
2020-03-11 06:12:27 +00:00
|
|
|
* Wed Mar 11 2020 Pete Walter <pwalter@fedoraproject.org> - 2.0.12-1
|
|
|
|
- Update to 2.0.12
|
|
|
|
|
2020-02-11 13:46:16 +00:00
|
|
|
* Tue Feb 11 2020 Tom Callaway <spot@fedoraproject.org> - 2.0.10-3
|
|
|
|
- apply upstream fix for FTBFS
|
|
|
|
|
2020-01-28 10:55:11 +00:00
|
|
|
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.10-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-07-26 21:37:33 +00:00
|
|
|
* Fri Jul 26 2019 Pete Walter <pwalter@fedoraproject.org> - 2.0.10-1
|
|
|
|
- Update to 2.0.10
|
|
|
|
|
2019-07-24 17:14:09 +00:00
|
|
|
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.9-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-02-16 01:27:21 +00:00
|
|
|
* Fri Feb 15 2019 Tom Callaway <spot@fedoraproject.org> - 2.0.9-3
|
|
|
|
- use khrplatform defines, not ptrdiff_t
|
|
|
|
|
2019-01-31 12:41:16 +00:00
|
|
|
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.9-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
2018-11-02 13:01:52 +00:00
|
|
|
* Fri Nov 2 2018 Tom Callaway <spot@fedoraproject.org> - 2.0.9-1
|
|
|
|
- update to 2.0.9
|
|
|
|
|
2018-07-12 19:48:10 +00:00
|
|
|
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.8-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-05-21 18:37:27 +00:00
|
|
|
* Mon May 21 2018 Adam Jackson <ajax@redhat.com> - 2.0.8-5
|
|
|
|
- Backport a crash/hang fix from 2.0.9 (#1580541)
|
|
|
|
|
2018-04-11 20:37:56 +00:00
|
|
|
* Wed Apr 11 2018 Tom Callaway <spot@fedoraproject.org> - 2.0.8-4
|
|
|
|
- enable video-kmsdrm
|
|
|
|
|
2018-03-27 16:49:43 +00:00
|
|
|
* Fri Mar 30 2018 David Abdurachmanov <david.abdurachmanov@gmail.com> - 2.0.8-3
|
|
|
|
- Add riscv64 to SDL_config.h
|
|
|
|
|
2018-03-04 20:17:06 +00:00
|
|
|
* Sun Mar 04 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.8-2
|
|
|
|
- Disable altivec on ppc64le (RHBZ #1551338)
|
|
|
|
|
2018-03-04 16:13:24 +00:00
|
|
|
* Sun Mar 4 2018 Peter Robinson <pbrobinson@fedoraproject.org> 2.0.8-1
|
|
|
|
- Update to 2.0.8
|
|
|
|
|
2018-02-07 01:30:06 +00:00
|
|
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.7-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-31 16:20:25 +00:00
|
|
|
* Wed Jan 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.7-3
|
|
|
|
- Switch to %%ldconfig_scriptlets
|
|
|
|
|
2017-11-05 20:02:22 +00:00
|
|
|
* Sun Nov 05 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.7-2
|
|
|
|
- Fix IBus
|
|
|
|
|
2017-10-24 13:25:26 +00:00
|
|
|
* Tue Oct 24 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.7-1
|
|
|
|
- Update to 2.0.7
|
|
|
|
|
2017-10-19 07:53:32 +00:00
|
|
|
* Thu Oct 19 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.6-4
|
|
|
|
- Fully fix last overflow
|
|
|
|
|
2017-10-11 13:11:05 +00:00
|
|
|
* Wed Oct 11 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.6-3
|
|
|
|
- Fix potential overflow in surface allocation
|
|
|
|
|
2017-10-05 21:07:30 +00:00
|
|
|
* Thu Oct 05 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.6-2
|
|
|
|
- Fix invalid dbus arguments
|
|
|
|
|
2017-09-23 08:19:51 +00:00
|
|
|
* Sat Sep 23 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 2.0.6-1
|
|
|
|
- Update to 2.0.6
|
|
|
|
|
2017-08-02 17:14:38 +00:00
|
|
|
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-26 02:20:59 +00:00
|
|
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-02-10 05:33:08 +00:00
|
|
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2017-01-27 08:05:07 +00:00
|
|
|
* Fri Jan 27 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.0.5-3
|
|
|
|
- Fix NULL dereference (RHBZ #1416945)
|
|
|
|
|
2016-10-26 09:01:40 +00:00
|
|
|
* Wed Oct 26 2016 Dan Horák <dan[at]danny.cz> - 2.0.5-2
|
|
|
|
- fix FTBFS on ppc64/ppc64le
|
|
|
|
|
2016-10-20 12:28:27 +00:00
|
|
|
* Thu Oct 20 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.5-1
|
|
|
|
- Update to 2.0.5 (RHBZ #1387238)
|
|
|
|
|
2016-09-05 14:23:21 +00:00
|
|
|
* Mon Sep 05 2016 Kalev Lember <klember@redhat.com> - 2.0.4-9
|
|
|
|
- Backport Wayland fixes from upstream
|
|
|
|
|
2016-08-14 07:13:49 +00:00
|
|
|
* Sun Aug 14 2016 Igor Gnatenko <ignatenko@redhat.com> - 2.0.4-8
|
|
|
|
- Fix whitespaces in CMake file (RHBZ #1366868)
|
|
|
|
|
2016-07-10 19:10:53 +00:00
|
|
|
* Sun Jul 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.4-7
|
|
|
|
- Remove useless Requirements from -devel subpkg
|
|
|
|
|
2016-07-10 18:54:11 +00:00
|
|
|
* Sun Jul 10 2016 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.4-6
|
|
|
|
- Add ibus support
|
|
|
|
|
2016-07-10 17:17:26 +00:00
|
|
|
* Sun Jul 10 2016 Joseph Mullally <jwmullally@gmail.com> - 2.0.4-5
|
|
|
|
- fix Wayland dynamic symbol loading (bz1354155)
|
|
|
|
|
2016-02-25 19:39:56 +00:00
|
|
|
* Thu Feb 25 2016 Tom Callaway <spot@fedoraproject.org> - 2.0.4-4
|
|
|
|
- enable static subpackage (bz1253930)
|
|
|
|
|
2016-02-05 17:28:51 +00:00
|
|
|
* Fri Feb 5 2016 Tom Callaway <spot@fedoraproject.org> - 2.0.4-3
|
|
|
|
- fix compile against latest wayland
|
|
|
|
|
2016-02-03 15:48:37 +00:00
|
|
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2016-01-04 15:46:36 +00:00
|
|
|
* Mon Jan 04 2016 Tom Callaway <spot@fedoraproject.org> - 2.0.4-1
|
|
|
|
- update to 2.0.4
|
|
|
|
|
2015-09-09 16:08:00 +00:00
|
|
|
* Fri Sep 04 2015 Michal Toman <mtoman@fedoraproject.org> - 2.0.3-7
|
|
|
|
- Add support for MIPS architecture to SDL_config.h
|
|
|
|
|
2015-06-16 23:21:46 +00:00
|
|
|
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-06-02 18:50:20 +00:00
|
|
|
* Tue Jun 2 2015 Tom Callaway <spot@fedoraproject.org> - 2.0.3-5
|
|
|
|
- remove code preventing builds with ancient gcc
|
|
|
|
|
2014-08-15 19:30:25 +00:00
|
|
|
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-11 14:33:10 +00:00
|
|
|
* Wed Jun 11 2014 Karsten Hopp <karsten@redhat.com> 2.0.3-3
|
|
|
|
- fix filename of SDL_config.h for ppc64le
|
|
|
|
|
2014-06-06 23:37:36 +00:00
|
|
|
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-18 20:30:06 +00:00
|
|
|
* Wed Mar 19 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.3-1
|
|
|
|
- 2.0.3 upstream release
|
|
|
|
|
2014-03-08 19:07:00 +00:00
|
|
|
* Sat Mar 08 2014 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.2-1
|
|
|
|
- 2.0.2 upstream release
|
|
|
|
- Enable wayland backend
|
|
|
|
|
2013-12-10 09:20:33 +00:00
|
|
|
* Tue Dec 10 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.1-2
|
|
|
|
- Add libXinerama, libudev, libXcursor support (RHBZ #1039702)
|
|
|
|
|
2013-10-24 10:23:45 +00:00
|
|
|
* Thu Oct 24 2013 Tom Callaway <spot@fedoraproject.org> - 2.0.1-1
|
|
|
|
- update to 2.0.1
|
|
|
|
|
2013-08-24 09:14:16 +00:00
|
|
|
* Sat Aug 24 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-3
|
|
|
|
- Fix multilib issues
|
|
|
|
|
2013-08-13 09:43:55 +00:00
|
|
|
* Tue Aug 13 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-2
|
|
|
|
- SDL2 is released. Announce:
|
|
|
|
- http://lists.libsdl.org/pipermail/sdl-libsdl.org/2013-August/089854.html
|
|
|
|
|
2013-08-10 07:14:19 +00:00
|
|
|
* Sat Aug 10 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-1.rc4
|
|
|
|
- Update to latest SDL2 (08.08.2013)
|
|
|
|
|
2013-07-30 13:00:20 +00:00
|
|
|
* Tue Jul 30 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-1.rc3
|
|
|
|
- Fix Licenses
|
|
|
|
- some cleanups in spec
|
|
|
|
|
|
|
|
* Tue Jul 30 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-1.rc2
|
|
|
|
- Delete -static package
|
|
|
|
- Fix License tag
|
|
|
|
- Fix end-of-line in documents
|
|
|
|
- Remove all spike-nails EL-specify (if someone will want to do - 'patches are welcome')
|
|
|
|
- Change Release tag to .rcX%%{?dist} (maintainer has changed released tarballs)
|
|
|
|
|
|
|
|
* Mon Jul 29 2013 Igor Gnatenko <i.gnatenko.brain@gmail.com> - 2.0.0-1.rc1
|
|
|
|
- Some fixes in spec and cleanup
|
|
|
|
|
|
|
|
* Mon Jul 29 2013 Jon Ciesla <limburgher@gmail.com> - 2.0.0-1
|
|
|
|
- Ported from SDL 1.2.15-10
|