e2eb78
%if 0%{?rhel}
e2eb78
%bcond_with arts
e2eb78
%bcond_with esound
e2eb78
%bcond_with nas
e2eb78
%else
e2eb78
%bcond_without arts
e2eb78
%bcond_without esound
e2eb78
%bcond_without nas
e2eb78
%endif
e2eb78
e2eb78
Name:       SDL
e2eb78
Version:    1.2.15
cfd472
Release:    38%{?dist}
e2eb78
Summary:    A cross-platform multimedia library
e2eb78
URL:        http://www.libsdl.org/
e2eb78
# The license of the file src/video/fbcon/riva_mmio.h is bad, but the contents
e2eb78
# of the file has been relicensed to MIT in 2008 by Nvidia for the 
e2eb78
# xf86_video-nv driver, therefore it can be considered ok.
e2eb78
# The license in the file src/stdlib/SDL_qsort.c is bad, but author relicensed
e2eb78
# it to zlib on 2016-02-21,
e2eb78
# <https://www.mccaughan.org.uk/software/qsort.c-1.14>, bug #1381888.
e2eb78
License:    LGPLv2+
e2eb78
# Source: http://www.libsdl.org/release/%%{name}-%%{version}.tar.gz
e2eb78
# To create the repackaged archive use ./repackage.sh %%{version}
e2eb78
Source0:    %{name}-%{version}_repackaged.tar.gz
e2eb78
Source1:    SDL_config.h
e2eb78
Source2:    repackage.sh
e2eb78
Patch0:     SDL-1.2.12-multilib.patch
e2eb78
# Rejected by upstream as sdl1155, rh480065
e2eb78
Patch1:     SDL-1.2.10-GrabNotViewable.patch
e2eb78
# Proposded to upstream as sdl1769
e2eb78
Patch2:     SDL-1.2.15-const_XData32.patch
e2eb78
# sdl-config(1) manual from Debian, rh948864
e2eb78
Patch3:     SDL-1.2.15-add_sdl_config_man.patch
e2eb78
# Upstream fix for sdl1486, rh990677
e2eb78
Patch4:     SDL-1.2.15-ignore_insane_joystick_axis.patch
e2eb78
# Do not use backing store by default, sdl2383, rh1073057, rejected by
e2eb78
# upstream
e2eb78
Patch5:     SDL-1.2.15-no-default-backing-store.patch
e2eb78
# Fix processing keyboard events if SDL_EnableUNICODE() is enabled, sdl2325,
e2eb78
# rh1126136, in upstream after 1.2.15
e2eb78
Patch6:     SDL-1.2.15-SDL_EnableUNICODE_drops_keyboard_events.patch
e2eb78
# Fix vec_perm() usage on little-endian 64-bit PowerPC, bug #1392465
e2eb78
Patch7:     SDL-1.2.15-vec_perm-ppc64le.patch
e2eb78
#fixed upstream
e2eb78
Patch8:	    0001-Fixed-bug-4108-Missing-break-statements-in-SDL_CDRes.patch
e2eb78
#fixes for small errors
e2eb78
Patch9:	    0001-fix-small-errors-detected-by-coverity.patch
afe9db
# upstream bug #4538, in upstream after 1.2.15
afe9db
Patch10:    SDL-1.2.15-CVE-2019-13616-validate_image_size_when_loading_BMP_files.patch
e2eb78
cfd472
Patch11:	0001-CVE-2019-7572-Fix-a-buffer-overread-in-IMA_ADPCM_nib.patch
cfd472
Patch12:	0002-CVE-2019-7578-Fix-a-buffer-overread-in-InitIMA_ADPCM.patch
cfd472
Patch13:	0003-CVE-2019-7574-Fix-a-buffer-overread-in-IMA_ADPCM_dec.patch
cfd472
Patch14:	0004-CVE-2019-7577-Fix-a-buffer-overread-in-MS_ADPCM_deco.patch
cfd472
Patch15:	0005-CVE-2019-7577-Fix-a-buffer-overread-in-MS_ADPCM_nibb.patch
cfd472
Patch16:	0006-CVE-2019-7572-Fix-a-buffer-overwrite-in-IMA_ADPCM_de.patch
cfd472
Patch17:	0007-CVE-2019-7573-CVE-2019-7576-Fix-buffer-overreads-in-.patch
cfd472
Patch18:	0008-CVE-2019-7575-Fix-a-buffer-overwrite-in-MS_ADPCM_dec.patch
cfd472
Patch19:	0009-CVE-2019-7635-Reject-BMP-images-with-pixel-colors-ou.patch
cfd472
Patch20:	0010-CVE-2019-7638-CVE-2019-7636-Refuse-loading-BMP-image.patch
cfd472
Patch21:	0011-CVE-2019-7637-Fix-in-integer-overflow-in-SDL_Calcula.patch
cfd472
e2eb78
BuildRequires:  alsa-lib-devel
e2eb78
%if %{with arts}
e2eb78
BuildRequires:  arts-devel
e2eb78
%endif
e2eb78
BuildRequires:  coreutils
e2eb78
%if %{with esound}
e2eb78
BuildRequires:  esound-devel
e2eb78
%endif
e2eb78
BuildRequires:  gcc
e2eb78
BuildRequires:  glibc-common
e2eb78
BuildRequires:  mesa-libGL-devel
e2eb78
BuildRequires:  mesa-libGLU-devel
e2eb78
BuildRequires:  libXext-devel
e2eb78
BuildRequires:  libX11-devel
e2eb78
BuildRequires:  libXrandr-devel
e2eb78
BuildRequires:  libXrender-devel
e2eb78
BuildRequires:  make
e2eb78
%if %{with nas}
e2eb78
BuildRequires:  nas-devel
e2eb78
%endif
e2eb78
%ifarch %{ix86}
e2eb78
BuildRequires:  nasm
e2eb78
%endif
e2eb78
BuildRequires:  pulseaudio-libs-devel
e2eb78
%if %{with esound}
e2eb78
BuildRequires:  sed
e2eb78
%endif
e2eb78
# Autotools
e2eb78
BuildRequires:  automake
e2eb78
BuildRequires:  autoconf
e2eb78
BuildRequires:  libtool
e2eb78
e2eb78
%description
e2eb78
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed
e2eb78
to provide fast access to the graphics frame buffer and audio device.
e2eb78
e2eb78
%package devel
e2eb78
Summary:    Files needed to develop Simple DirectMedia Layer applications
e2eb78
Requires:   SDL%{?_isa} = %{version}-%{release}
e2eb78
Requires:   alsa-lib-devel
e2eb78
Requires:   mesa-libGL-devel
e2eb78
Requires:   mesa-libGLU-devel
e2eb78
Requires:   libX11-devel
e2eb78
Requires:   libXext-devel
e2eb78
Requires:   libXrandr-devel
e2eb78
Requires:   libXrender-devel
e2eb78
e2eb78
%description devel
e2eb78
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed
e2eb78
to provide fast access to the graphics frame buffer and audio device. This
e2eb78
package provides the libraries, include files, and other resources needed for
e2eb78
developing SDL applications.
e2eb78
e2eb78
%package static
e2eb78
Summary:    Files needed to develop static Simple DirectMedia Layer applications
e2eb78
Requires:   SDL-devel%{?_isa} = %{version}-%{release}
e2eb78
e2eb78
%description static
e2eb78
Simple DirectMedia Layer (SDL) is a cross-platform multimedia library designed
e2eb78
to provide fast access to the graphics frame buffer and audio device. This
e2eb78
package provides the static libraries needed for developing static SDL
e2eb78
applications.
e2eb78
e2eb78
%prep
e2eb78
%setup -q -b0
e2eb78
%patch0 -p1
e2eb78
%patch1 -p0
e2eb78
%patch2 -p1
e2eb78
%patch3 -p1
e2eb78
%patch4 -p1
e2eb78
%patch5 -p1
e2eb78
%patch6 -p1
e2eb78
%patch7 -p1
e2eb78
%patch8 -p1
e2eb78
%patch9 -p1
afe9db
%patch10 -p1
cfd472
%patch11 -p1
cfd472
%patch12 -p1
cfd472
%patch13 -p1
cfd472
%patch14 -p1
cfd472
%patch15 -p1
cfd472
%patch16 -p1
cfd472
%patch17 -p1
cfd472
%patch18 -p1
cfd472
%patch19 -p1
cfd472
%patch20 -p1
cfd472
%patch21 -p1
afe9db
e2eb78
for F in CREDITS; do 
e2eb78
    iconv -f iso8859-1 -t utf-8 < "$F" > "${F}.utf"
e2eb78
    touch --reference "$F" "${F}.utf"
e2eb78
    mv "${F}.utf" "$F"
e2eb78
done
e2eb78
%if %{without esound}
e2eb78
# Compilation without ESD
e2eb78
sed -i -e 's/.*AM_PATH_ESD.*//' configure.in
e2eb78
%endif
e2eb78
# Update config.sub to support aarch64, bug #926510
e2eb78
cp -p %{_datadir}/automake-*/config.{sub,guess} build-scripts
e2eb78
e2eb78
%build
e2eb78
aclocal
e2eb78
libtoolize
e2eb78
autoconf
e2eb78
%configure \
e2eb78
    --disable-video-svga \
e2eb78
    --disable-video-ggi \
e2eb78
    --disable-video-aalib \
e2eb78
    --enable-sdl-dlopen \
e2eb78
%if %{with arts}
e2eb78
    --enable-arts-shared \
e2eb78
%else
e2eb78
    --disable-arts \
e2eb78
%endif
e2eb78
%if %{with esound}
e2eb78
    --enable-esd-shared \
e2eb78
%else
e2eb78
    --disable-esd \
e2eb78
%endif
e2eb78
%if %{with nas}
e2eb78
    --enable-nas-shared \
e2eb78
%else
e2eb78
    --disable-nas \
e2eb78
%endif
e2eb78
    --enable-pulseaudio-shared \
e2eb78
    --enable-alsa \
e2eb78
    --disable-video-ps3 \
e2eb78
    --disable-rpath
e2eb78
make %{?_smp_mflags}
e2eb78
e2eb78
%install
e2eb78
make install DESTDIR=%{buildroot}
e2eb78
e2eb78
# Rename SDL_config.h to SDL_config-<arch>.h to avoid file conflicts on
e2eb78
# multilib systems and install SDL_config.h wrapper
e2eb78
mv %{buildroot}/%{_includedir}/SDL/SDL_config.h %{buildroot}/%{_includedir}/SDL/SDL_config-%{_arch}.h
e2eb78
install -m644 %{SOURCE1} %{buildroot}/%{_includedir}/SDL/SDL_config.h
e2eb78
e2eb78
# remove libtool .la file
e2eb78
rm -f %{buildroot}%{_libdir}/*.la
e2eb78
e2eb78
%post -p /sbin/ldconfig
e2eb78
e2eb78
%postun -p /sbin/ldconfig
e2eb78
e2eb78
%files
e2eb78
%license COPYING
e2eb78
%doc BUGS CREDITS README-SDL.txt
e2eb78
%{_libdir}/lib*.so.*
e2eb78
e2eb78
%files devel
e2eb78
%doc README docs.html docs/html docs/index.html TODO WhatsNew
e2eb78
%{_bindir}/*-config
e2eb78
%{_libdir}/lib*.so
e2eb78
%{_libdir}/pkgconfig/sdl.pc
e2eb78
%{_includedir}/SDL
e2eb78
%{_datadir}/aclocal/*
e2eb78
%{_mandir}/man1/*
e2eb78
%{_mandir}/man3/SDL*.3*
e2eb78
e2eb78
%files static
e2eb78
%{_libdir}/lib*.a
e2eb78
e2eb78
%changelog
cfd472
* Mon Mar 23 2020 Wim Taymans <wtaymans@redhat.com> - 1.2.15-38
cfd472
- fix CVEs
cfd472
- Resolves: rhbz#1716209, rhbz#1716210, rhbz#1716211, rhbz#1716212,
cfd472
            rhbz#1716213, rhbz#1716214, rhbz#1716215, rhbz#1716216,
cfd472
	    rhbz#1716217, rhbz#1716218, rhbz#1716219
cfd472
afe9db
* Thu Nov 21 2019 Wim Taymans <wtaymans@redhat.com> - 1.2.15-37
afe9db
- Rebuild
afe9db
- Resolves: rhbz#1756279
afe9db
afe9db
* Fri Aug 30 2019 Petr Pisar <ppisar@redhat.com> - 1.2.15-36
afe9db
- Fix CVE-2019-13616 (a heap buffer over-read in BlitNtoN) (bug #1747237)
afe9db
- Resolves: rhbz#1756279
afe9db
e2eb78
* Mon May 27 2019 Wim Taymans <wtaymans@redhat.com> - 1.2.15-35
e2eb78
- Rebuild after gating
e2eb78
- Resolves: rhbz#1602687
e2eb78
e2eb78
* Tue Apr 30 2019 Wim Taymans <wtaymans@redhat.com> - 1.2.15-34
e2eb78
- Rebuild
e2eb78
- Resolves: rhbz#1602687
e2eb78
e2eb78
* Mon Apr 29 2019 Wim Taymans <wtaymans@redhat.com> - 1.2.15-33
e2eb78
- Small fixes for problems found by coverity
e2eb78
- Resolves: rhbz#1602687
e2eb78
e2eb78
* Thu Aug 16 2018 Wim Taymans <wtaymans@redhat.com> - 1.2.15-32
e2eb78
- Fix wrong fall throughs in cdrom
e2eb78
- Resolves: rhbz#1602687
e2eb78
e2eb78
* Tue Jul 17 2018 Wim Taymans <wtaymans@redhat.com> - 1.2.15-31
e2eb78
- Remove obsolete audiofile-devel BR
e2eb78
e2eb78
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.15-30
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e2eb78
e2eb78
* Tue Sep 19 2017 Petr Pisar <ppisar@redhat.com> - 1.2.15-29
e2eb78
- Fix vec_perm() usage on little-endian 64-bit PowerPC (bug #1392465)
e2eb78
e2eb78
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.15-28
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
e2eb78
e2eb78
* Sun Jul 30 2017 Florian Weimer <fweimer@redhat.com> - 1.2.15-27
e2eb78
- Rebuild with binutils fix for ppc64le (#1475636)
e2eb78
e2eb78
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.15-26
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e2eb78
e2eb78
* Tue Jul 25 2017 Petr Pisar <ppisar@redhat.com> - 1.2.15-25
e2eb78
- Rebuild with newer GCC to fix miscompilation on PowerPC (bug #1427880)
e2eb78
e2eb78
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.15-24
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e2eb78
e2eb78
* Tue Jan 10 2017 Petr Pisar <ppisar@redhat.com> - 1.2.15-23
e2eb78
- Enable setting gamma by programing palette as supported by xorg-server
e2eb78
  1.19.0 again (bug #891973)
e2eb78
e2eb78
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.15-21
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e2eb78
e2eb78
* Thu Oct 22 2015 Petr Pisar <ppisar@redhat.com> - 1.2.15-20
e2eb78
- Enable support for ESound
e2eb78
e2eb78
* Fri Sep 04 2015 Michal Toman <mtoman@fedoraproject.org> - 1.2.15-19
e2eb78
- Add support for MIPS architecture to SDL_config.h
e2eb78
- Disable support for ESound
e2eb78
e2eb78
* Tue Jun 16 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.15-18
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e2eb78
e2eb78
* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.15-17
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
e2eb78
e2eb78
* Mon Aug 04 2014 Petr Pisar <ppisar@redhat.com> - 1.2.15-16
e2eb78
- Fix processing keyboard events if SDL_EnableUNICODE() is enabled
e2eb78
  (bug #1126136)
e2eb78
e2eb78
* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.15-15
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e2eb78
e2eb78
* Fri Mar 07 2014 Petr Pisar <ppisar@redhat.com> - 1.2.15-14
e2eb78
- Do not harness backing store by default. Export SDL_VIDEO_X11_BACKINGSTORE
e2eb78
  environment variable to enable it. (bug #1073057)
e2eb78
e2eb78
* Fri Jan 17 2014 Petr Pisar <ppisar@redhat.com> - 1.2.15-13
e2eb78
- Add support for ppc64le architecture (bug #1054397)
e2eb78
e2eb78
* Thu Dec 05 2013 Petr Pisar <ppisar@redhat.com> - 1.2.15-12
e2eb78
- Ignore joystick axis events if they aren't in a sane range (bug #990677)
e2eb78
e2eb78
* Tue Jul 30 2013 Petr Pisar <ppisar@redhat.com> - 1.2.15-11
e2eb78
- Fix a typo in controlling NAS support
e2eb78
e2eb78
* Fri Jul 26 2013 Petr Pisar <ppisar@redhat.com> - 1.2.15-10
e2eb78
- Add esound and arts support (bug #851349)
e2eb78
- Add NAS support
e2eb78
e2eb78
* Wed Jun 19 2013 Petr Pisar <ppisar@redhat.com> - 1.2.15-9
e2eb78
- Add sdl-config(1) manual page (bug #948864)
e2eb78
e2eb78
* Thu May 23 2013 Petr Pisar <ppisar@redhat.com> - 1.2.15-8
e2eb78
- Update header files to support aarch64 (bug #966115)
e2eb78
e2eb78
* Wed Mar 27 2013 Petr Pisar <ppisar@redhat.com> - 1.2.15-7
e2eb78
- Update config.sub to support aarch64 (bug #926510)
e2eb78
- Adapt to libX11-1.5.99.901
e2eb78
e2eb78
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.15-6
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e2eb78
e2eb78
* Wed Jan 23 2013 Petr Pisar <ppisar@redhat.com> - 1.2.15-5
e2eb78
- Work around bug in Xorg to allow changing gamma on X11 (bug #891973)
e2eb78
e2eb78
* Mon Sep 10 2012 Petr Pisar <ppisar@redhat.com> - 1.2.15-4
e2eb78
- GL and GLU headers have been moved to mesa-GL-devel and mesa-GLU-devel
e2eb78
e2eb78
* Thu Aug 23 2012 Matthias Clasen <mclasen@redhat.com> - 1.2.15-3
e2eb78
- Drop esound and arts support (bug #851349)
e2eb78
e2eb78
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.15-2
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e2eb78
e2eb78
* Thu Feb 23 2012 Petr Pisar <ppisar@redhat.com> - 1.2.15-1
e2eb78
- Beautify spec code
e2eb78
- 1.2.15 bump
e2eb78
e2eb78
* Thu Jan 19 2012 Petr Pisar <ppisar@redhat.com> - 1.2.14-16
e2eb78
- Replace my patch with upstream one (bug #782251)
e2eb78
e2eb78
* Tue Jan 17 2012 Petr Pisar <ppisar@redhat.com> - 1.2.14-15
e2eb78
- Restore compatibility with libX11-1.4.99.1 (bug #782251)
e2eb78
e2eb78
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.14-14
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e2eb78
e2eb78
* Fri Aug 26 2011 Petr Pisar <ppisar@redhat.com> - 1.2.14-13
e2eb78
- Don't block SDL_WM_GrabInput() if window is not viewable (bug #480065)
e2eb78
e2eb78
* Thu Feb 24 2011 Petr Pisar <ppisar@redhat.com> - 1.2.14-12
e2eb78
- Adapt to nasm-2.09 (bug #678818)
e2eb78
e2eb78
* Fri Feb 18 2011 Petr Pisar <ppisar@redhat.com> - 1.2.14-11
e2eb78
- Correct patch application
e2eb78
- Make intradependecies architecture specific
e2eb78
e2eb78
* Fri Feb 18 2011 Petr Pisar <ppisar@redhat.com> - 1.2.14-10
e2eb78
- Do not call memcpy() on overlapping areas (bug #669844)
e2eb78
e2eb78
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.14-9
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e2eb78
e2eb78
* Mon Aug 16 2010 Petr Pisar <ppisar@redhat.com> - 1.2.14-8
e2eb78
- Kernel joystick structure has grown in unknown 2.6 Linux version (rh624241,
e2eb78
  sdl900)
e2eb78
e2eb78
* Thu Aug 12 2010 Petr Pisar <ppisar@redhat.com> - 1.2.14-7
e2eb78
- Fix left button press event in windowed mode (rh556608, sdl894)
e2eb78
- Remove unrecognized --disable-debug and --enable-dlopen configure options
e2eb78
  (rh581056)
e2eb78
e2eb78
* Mon Aug 02 2010 Petr Pisar <ppisar@redhat.com> - 1.2.14-6
e2eb78
- Make repacked source tar ball relative
e2eb78
- Remove useless src/joystick/darwin/10.3.9-FIX/IOHIDLib.h because of APSL-2.0
e2eb78
  license
e2eb78
- Apply SDL-1.2.14-xio_error-rh603984.patch (rh603984, sdl1009)
e2eb78
- Escape spec file comments
e2eb78
- Convert CREDITS to UTF-8
e2eb78
e2eb78
* Wed Jun 23 2010 Hans de Goede <hdegoede@redhat.com> 1.2.14-5
e2eb78
- Don't crash when trying to exit because of an xio-error (rh603984, sdl1009)
e2eb78
e2eb78
* Wed Mar 24 2010 Thomas Woerner <twoerner@redhat.com> 1.2.14-4
e2eb78
- added repackage.sh script to remove joyos2,h and symbian.zip because of
e2eb78
  licensing problems
e2eb78
- added comment about riva_mmio.h license
e2eb78
e2eb78
* Tue Feb 16 2010 Josh Boyer <jwboyer@gmail.com> 1.2.14-3
e2eb78
- disable ps3 video support that was added in 2.14.  It fails to
e2eb78
  build on ppc/ppc64
e2eb78
e2eb78
* Fri Feb 12 2010 Thomas Woerner <twoerner@redhat.com> 1.2.14-2
e2eb78
- fixed build for libtool 2.2.6 in F-13 (rhbz#555501)
e2eb78
e2eb78
* Tue Oct 27 2009 Thomas Woerner <twoerner@redhat.com> 1.2.14-1
e2eb78
- new version 1.2.14
e2eb78
- dropped patches for upstream fixes: libdir, dynamic-esd, x11dyn64,
e2eb78
  dynamic-pulse, pa-rewrite, rh484362 and rh487720
e2eb78
e2eb78
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.13-10
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
e2eb78
e2eb78
* Tue Apr  7 2009 Thomas Woerner <twoerner@redhat.com> 1.2.13-9
e2eb78
- fixed qemu-kvm segfaults on startup in SDL_memcpyMMX/SSE (rhbz#487720)
e2eb78
  upstream patch
e2eb78
e2eb78
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.13-8
e2eb78
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
e2eb78
e2eb78
* Fri Feb 13 2009 Hans de Goede <hdegoede@redhat.com> 1.2.13-7
e2eb78
- Rewrite pulseaudio support to stop the crackle crackle with the
e2eb78
  new glitch free pulseaudio, this also gives us much better latency,
e2eb78
  as good as with directly using alsa (rh 474745, sdl 698)
e2eb78
- Workaround an obscure bug in the inline-asm revcpy function (by disabling it) 
e2eb78
  This fixes Ri-li crashing on i386 (rh 484121, rh 484362, sdl 699)
e2eb78
e2eb78
* Tue Sep  2 2008 Thomas Woerner <twoerner@redhat.com> 1.2.13-6
e2eb78
- dropped pulseaudio hack (rhbz#448270)
e2eb78
- pulseaudio is now used by default
e2eb78
- simplified spec file for new architecture support (rhbz#433618)
e2eb78
e2eb78
* Mon Jul 14 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.2.13-5
e2eb78
- fix license tag
e2eb78
e2eb78
* Wed May 28 2008 Dennis Gilmore <dennis@ausil.us> 1.2.13-4
e2eb78
- fix sparc multilib handling
e2eb78
e2eb78
* Mon Apr  7 2008 Thomas Woerner <twoerner@redhat.com> 1.2.13-3
e2eb78
- updated PulseAudio driver (rhbz#439847)
e2eb78
  Thanks to Lennart Poettering for the patch
e2eb78
e2eb78
* Fri Feb  1 2008 Thomas Woerner <twoerner@redhat.com> 1.2.13-2
e2eb78
- new static sub package for static libraries
e2eb78
e2eb78
* Mon Jan  7 2008 Thomas Woerner <twoerner@redhat.com> 1.2.13-1
e2eb78
- new version 1.2.13
e2eb78
  - fixes i810 video overlay problem (rhbz#310841)
e2eb78
  - fixes c++ style comments in header files (rhbz#426475)
e2eb78
- review fixes: spec file cleanup, dropped static libs (rhbz#226402)
e2eb78
- fixed pulseaudio hack scripts from Warren for multilib systems (rhbz#426579)
e2eb78
- fixed pulseaudio detection in configure to enable dynamic use of pulseaudio
e2eb78
  libraries
e2eb78
e2eb78
* Fri Dec 21 2007 Warren Togami <wtogami@redhat.com> 1.2.12-5
e2eb78
- correct stupid mistake that broke SDL-devel
e2eb78
  RPM should error out if a SourceX is defined twice...
e2eb78
e2eb78
* Wed Dec 19 2007 Warren Togami <wtogami@redhat.com> 1.2.12-4
e2eb78
- Build with --enable-pulseaudio-shared for testing purposes (#343911)
e2eb78
  It is known to not work in some cases, so not enabled by default.
e2eb78
- Move pulseaudio enabler hack from SDL_mixer (#426275)
e2eb78
- Make pulseaudio enabler hack conditional.  It will only attempt to use it if
e2eb78
  alsa-plugins-pulseaudio is installed.
e2eb78
e2eb78
* Tue Nov  6 2007 Thomas Woerner <twoerner@redhat.com> 1.2.12-3
e2eb78
- fixed latest multiarch conflicts: dropped libdir from sdl-config completely
e2eb78
  (rhbz#343141)
e2eb78
e2eb78
* Tue Aug 28 2007 Thomas Woerner <twoerner@redhat.com> 1.2.12-2
e2eb78
- use uname -m in multilib patch instead of arch
e2eb78
e2eb78
* Mon Aug 27 2007 Thomas Woerner <twoerner@redhat.com> 1.2.12-1
e2eb78
- new version 1.2.12
e2eb78
  fixes TEXTRELs (rhbz#179407)
e2eb78
- added arm support (rhbz#245411)
e2eb78
  Thanks to Lennert Buytenhek for the patch
e2eb78
- added alpha support (rhbz#246463)
e2eb78
  Thanks to Oliver Falk for the patch
e2eb78
- disabled yasm for SDL (rhbz#234823)
e2eb78
  Thanks to Nikolay Ulyanitsky for the patch
e2eb78
e2eb78
* Tue Mar 20 2007 Thomas Woerner <twoerner@redhat.com> 1.2.11-2
e2eb78
- use X11 dlopen code for 64 bit architectures (rhbz#207903)
e2eb78
e2eb78
* Mon Mar 19 2007 Thomas Woerner <twoerner@redhat.com> 1.2.11-1
e2eb78
- new version 1.2.11
e2eb78
- fixed man page SDL_ListModes (rhbz#208212)
e2eb78
- fixed spurious esound, audiofile dependencies (rhbz#217389)
e2eb78
  Thanks to Ville Skyttä for the patch
e2eb78
- dropped requirements for imake and libXt-devel (rhbz#226402)
e2eb78
- made nasm arch %%{ix86} only (rhbz#226402)
e2eb78
- dropped O3 from options (rhbz#226402)
e2eb78
- dropped tagname environment variable (rhbz#226402)
e2eb78
e2eb78
* Thu Nov  2 2006 Thomas Woerner <twoerner@redhat.com> 1.2.10-9
e2eb78
- fixed arch order in SDL_config.h wrapper
e2eb78
e2eb78
* Fri Oct 27 2006 Thomas Woerner <twoerner@redhat.com> 1.2.10-8
e2eb78
- fixed multilib conflicts for SDL (#212288)
e2eb78
e2eb78
* Wed Jul 26 2006 Thomas Woerner <twoerner@redhat.com> 1.2.10-6.2
e2eb78
- setting the X11 lib and include paths hard to get shared X11 support on all
e2eb78
  architectures
e2eb78
e2eb78
* Wed Jul 26 2006 Thomas Woerner <twoerner@redhat.com> 1.2.10-6.1
e2eb78
- added build requires for automake and autoconf
e2eb78
e2eb78
* Tue Jul 25 2006 Thomas Woerner <twoerner@redhat.com> 1.2.10-6
e2eb78
- dropped libXt build requires, because libSDL does not need libXt at all - 
e2eb78
  this was an autofoo bug (fixed already)
e2eb78
- fixed multilib devel conflicts (#192749)
e2eb78
- added buidrequires for imake: AC_PATH_X needs imake currently
e2eb78
e2eb78
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.2.10-5
e2eb78
- rebuild
e2eb78
- use %%configure macro
e2eb78
e2eb78
* Tue Jun 20 2006 Christopher Stone <chris.stone@gmail.com> 1.2.10-4
e2eb78
- added missing (build) requires for libXt libXrender libXrandr
e2eb78
- remove %%makeinstall macro (bad practice)
e2eb78
- use %%{buildroot} macro consistantly
e2eb78
e2eb78
* Tue Jun  6 2006 Thomas Woerner <twoerner@redhat.com> 1.2.10-2
e2eb78
- added missing (build) requires for GL and GLU
e2eb78
e2eb78
* Mon May 22 2006 Thomas Woerner <twoerner@redhat.com> 1.2.10-1
e2eb78
- new version 1.2.10
e2eb78
- dropped the following patches because they are not needed anymore:
e2eb78
  ppc_modes, gcc4, yuv_mmx_gcc4 and no_exec_stack
e2eb78
- new pagesize patch (drop PAGE_SIZE, use sysconf(_SC_PAGESIZE) instead)
e2eb78
e2eb78
* Mon Feb 13 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-5.2.1
e2eb78
- rebump for build order issues during double-long bump
e2eb78
e2eb78
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-5.2
e2eb78
- bump again for double-long bug on ppc(64)
e2eb78
e2eb78
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.2.9-5.1
e2eb78
- rebuilt for new gcc4.1 snapshot and glibc changes
e2eb78
e2eb78
* Fri Jan 27 2006 Thomas Woerner <twoerner@redhat.com> 1.2.9-5
e2eb78
- added upstream no exec stack patch
e2eb78
e2eb78
* Thu Jan 26 2006 Thomas Woerner <twoerner@redhat.com> 1.2.9-4
e2eb78
- prefer alsa sound output, then artsd and esd
e2eb78
e2eb78
* Tue Jan 24 2006 Thomas Woerner <twoerner@redhat.com> 1.2.9-3
e2eb78
- dropped libtool .la files from devel package
e2eb78
e2eb78
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
e2eb78
- rebuilt
e2eb78
e2eb78
* Wed Nov 16 2005 Thomas Woerner <twoerner@redhat.com> 1.2.9-2.1
e2eb78
- fixed build requires
e2eb78
e2eb78
* Tue Nov 15 2005 Warren Togami <wtogami@redhat.com> 1.2.9-2
e2eb78
- -devel req actual X libs
e2eb78
e2eb78
* Mon Nov  7 2005 Thomas Woerner <twoerner@redhat.com> 1.2.9-1
e2eb78
- new version 1.2.9 with additional gcc4 fixes
e2eb78
- using xorg-x11-devel instead of XFree86-devel
e2eb78
e2eb78
* Thu May 26 2005 Bill Nottingham <notting@redhat.com> 1.2.8-3.2
e2eb78
- fix configure script for libdir so library deps are identical on all
e2eb78
  arches (#158346)
e2eb78
e2eb78
* Thu Apr 14 2005 Thomas Woerner <twoerner@redhat.com> 1.2.8-3.1
e2eb78
- new version of the gcc4 fix
e2eb78
e2eb78
* Tue Apr 12 2005 Thomas Woerner <twoerner@redhat.com> 1.2.8-3
e2eb78
- fixed gcc4 compile problems
e2eb78
- fixed x86_64 endian problem
e2eb78
e2eb78
* Wed Feb  9 2005 Thomas Woerner <twoerner@redhat.com> 1.2.8-2
e2eb78
- rebuild
e2eb78
e2eb78
* Fri Dec 17 2004 Thomas Woerner <twoerner@redhat.com> 1.2.8-1
e2eb78
- new version 1.2.8
e2eb78
e2eb78
* Thu Oct 14 2004 Thomas Woerner <twoerner@redhat.com> 1.2.7-8
e2eb78
- added patch from SDL CVS for arts detection/initialization problem (#113831)
e2eb78
e2eb78
* Wed Sep 29 2004 Thomas Woerner <twoerner@redhat.com> 1.2.7-7.1
e2eb78
- moved to new autofoo utils
e2eb78
e2eb78
* Fri Jul  9 2004 Thomas Woerner <twoerner@redhat.com> 1.2.7-7
e2eb78
- fixed resolution switching for ppc (#127254)
e2eb78
e2eb78
* Mon Jun 21 2004 Thomas Woerner <twoerner@redhat.com> 1.2.7-6
e2eb78
- fixed gcc34 build problems
e2eb78
e2eb78
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
e2eb78
- rebuilt
e2eb78
e2eb78
* Mon May 24 2004 Thomas Woerner <twoerner@redhat.com> 1.2.7-4
e2eb78
- added requires for alsa-lib-devel (#123374)
e2eb78
e2eb78
* Wed Mar 31 2004 Harald Hoyer <harald@redhat.com> - 1.2.7-3
e2eb78
- fixed gcc34 compilation issues
e2eb78
e2eb78
* Wed Mar 10 2004 Thomas Woerner <twoerner@redhat.com> 1.2.7-2.1
e2eb78
- added buildrequires for alsa-lib-devel
e2eb78
- now using automake 1.5
e2eb78
e2eb78
* Tue Mar  9 2004 Thomas Woerner <twoerner@redhat.com> 1.2.7-2
e2eb78
- Fixed SDL requires for devel package
e2eb78
e2eb78
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
e2eb78
- rebuilt
e2eb78
- Revive SDL-ppc64.patch
e2eb78
e2eb78
* Mon Mar  1 2004 Thomas Woerner <twoerner@redhat.com> 1.2.7-1
e2eb78
- new version 1.2.7
e2eb78
e2eb78
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
e2eb78
- rebuilt
e2eb78
e2eb78
* Thu Feb  5 2004 Thomas Woerner <twoerner@redhat.com> 1.2.6-3.1
e2eb78
- disabled several video modes, hopefuilly fixes (#113831)
e2eb78
e2eb78
* Thu Jan 29 2004 Thomas Woerner <twoerner@redhat.com> 1.2.6-3
e2eb78
- fix for alsa 1.0
e2eb78
e2eb78
* Tue Nov 25 2003 Thomas Woerner <twoerner@redhat.com> 1.2.6-2
e2eb78
- removed rpath
e2eb78
- using O3 instead of O2, now (SDL_RLEaccel.c compile error)
e2eb78
- added BuildRequires for nasm
e2eb78
e2eb78
* Tue Sep  2 2003 Thomas Woerner <twoerner@redhat.com> 1.2.6-1
e2eb78
- new version 1.2.6
e2eb78
e2eb78
* Thu Aug  7 2003 Elliot Lee <sopwith@redhat.com> 1.2.5-9
e2eb78
- Fix libtool
e2eb78
e2eb78
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
e2eb78
- rebuilt
e2eb78
e2eb78
* Wed Jun  4 2003 Than Ngo <than@redhat.com> 1.2.5-7
e2eb78
- fix build problem with gcc 3.3
e2eb78
- clean up specfile
e2eb78
e2eb78
* Mon May 19 2003 Thomas Woerner  <twoerner@redhat.com> 1.2.5-5
e2eb78
- rebuild
e2eb78
e2eb78
* Tue Apr 15 2003 Thomas Woerner  <twoerner@redhat.com> 1.2.5-4
e2eb78
- X11 modes fix (use more than 60 Hz, when possible)
e2eb78
e2eb78
* Mon Feb 17 2003 Elliot Lee <sopwith@redhat.com> 1.2.5-3.5
e2eb78
- ppc64 fix
e2eb78
e2eb78
* Mon Feb 10 2003 Thomas Woerner  <twoerner@redhat.com> 1.2.5-3
e2eb78
- added -fPIC to LDFLAGS
e2eb78
e2eb78
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
e2eb78
- rebuilt
e2eb78
e2eb78
* Tue Dec 10 2002 Thomas Woerner <twoerner@redhat.com> 1.2.5-1
e2eb78
- new version 1.2.5
e2eb78
- disabled conflicting automake16 patch
e2eb78
- dgavideo modes fix (#78861)
e2eb78
e2eb78
* Sun Dec 01 2002 Elliot Lee <sopwith@redhat.com> 1.2.4-7
e2eb78
- Fix unpackaged files by including them.
e2eb78
- _smp_mflags
e2eb78
e2eb78
* Fri Nov 29 2002 Tim Powers <timp@redhat.com> 1.2.4-6
e2eb78
- remove unpackaged files from the buildroot
e2eb78
- lib64'ize
e2eb78
e2eb78
* Sat Jul 20 2002 Florian La Roche <Florian.LaRoche@redhat.de>
e2eb78
- do not require nasm for mainframe
e2eb78
e2eb78
* Tue Jul  2 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.4-4
e2eb78
- Fix bug #67255
e2eb78
e2eb78
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
e2eb78
- automated rebuild
e2eb78
e2eb78
* Sun May 26 2002 Tim Powers <timp@redhat.com>
e2eb78
- automated rebuild
e2eb78
e2eb78
* Thu May 23 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.4-1
e2eb78
- 1.2.4
e2eb78
- Fix build with automake 1.6
e2eb78
e2eb78
* Mon Mar 11 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.3-7
e2eb78
- Fix AM_PATH_SDL automake macro with AC_LANG(c++) (#60533)
e2eb78
e2eb78
* Thu Feb 28 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.3-6
e2eb78
- Rebuild in current environment
e2eb78
e2eb78
* Thu Jan 24 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.3-5
e2eb78
- dlopen() aRts and esd rather than linking directly to them.
e2eb78
- make sure aRts and esd are actually used if they're running.
e2eb78
e2eb78
* Mon Jan 21 2002 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.3-4
e2eb78
- Don't crash without xv optimization: BuildRequire a version of nasm that
e2eb78
  works.
e2eb78
e2eb78
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
e2eb78
- automated rebuild
e2eb78
e2eb78
* Mon Dec 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.3-2
e2eb78
- Rebuild with new aRts, require arts-devel rather than kdelibs-sound-devel
e2eb78
- Temporarily exclude alpha (compiler bugs)
e2eb78
e2eb78
* Thu Nov 22 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.3-1
e2eb78
- 1.2.3
e2eb78
e2eb78
* Sat Nov 17 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-5
e2eb78
- Add workaround for automake 1.5 asm bugs
e2eb78
e2eb78
* Tue Oct 30 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-4
e2eb78
- Make sure -fPIC is used on all architectures (#55039)
e2eb78
- Fix build with autoconf 2.5x
e2eb78
e2eb78
* Fri Aug 31 2001 Bill Nottingham <notting@redhat.com> 1.2.2-3
e2eb78
- rebuild (fixes #50750??)
e2eb78
e2eb78
* Thu Aug  2 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-2
e2eb78
- SDL-devel should require esound-devel and kdelibs-sound-devel (#44884)
e2eb78
e2eb78
* Tue Jul 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.2-1
e2eb78
- Update to 1.2.2; this should fix #47941
e2eb78
- Add build dependencies
e2eb78
e2eb78
* Tue Jul 10 2001 Elliot Lee <sopwith@redhat.com> 1.2.1-3
e2eb78
- Rebuild to eliminate libXv/libXxf86dga deps.
e2eb78
e2eb78
* Fri Jun 29 2001 Preston Brown <pbrown@redhat.com>
e2eb78
- output same libraries for sdl-config whether --libs or --static-libs 
e2eb78
  selected.  Fixes compilation of most SDL programs.
e2eb78
- properly packaged new HTML documentation
e2eb78
e2eb78
* Sun Jun 24 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.1-1
e2eb78
- 1.2.1
e2eb78
e2eb78
* Mon May  7 2001 Bernhard Rosenkraenzer <bero@redhat.com> 1.2.0-2
e2eb78
- Add Bill's byteorder patch
e2eb78
e2eb78
* Sun Apr 15 2001 Bernhard Rosenkraenzer <bero@redhat.com>
e2eb78
- 1.2.0
e2eb78
e2eb78
* Tue Feb 27 2001 Karsten Hopp <karsten@redhat.de>
e2eb78
- SDL-devel requires SDL
e2eb78
e2eb78
* Tue Jan 16 2001 Bernhard Rosenkraenzer <bero@redhat.com>
e2eb78
- Require arts rather than kdelibs-sound
e2eb78
e2eb78
* Sun Jan  7 2001 Bernhard Rosenkraenzer <bero@redhat.com>
e2eb78
- 1.1.7
e2eb78
e2eb78
* Tue Oct 24 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e2eb78
- 1.1.6
e2eb78
e2eb78
* Mon Aug  7 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e2eb78
- build against new DGA
e2eb78
- update to 1.1.4, remove patches (they're now in the base release)
e2eb78
e2eb78
* Tue Aug  1 2000 Bernhard Rosenkraenzer <bero@redhat.com>
e2eb78
- %%post -p /sbin/ldconfig (Bug #14928)
e2eb78
- add URL
e2eb78
e2eb78
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
e2eb78
- automatic rebuild
e2eb78
e2eb78
* Sun Jun 18 2000 Bill Nottingham <notting@redhat.com>
e2eb78
- replace patch that fell out of SRPM
e2eb78
e2eb78
* Tue Jun 13 2000 Preston Brown <pbrown@redhat.com>
e2eb78
- FHS paths
e2eb78
- use 1.1 (development) version; everything even from Loki links to it!
e2eb78
e2eb78
* Thu May  4 2000 Bill Nottingham <notting@redhat.com>
e2eb78
- autoconf fixes for ia64
e2eb78
e2eb78
* Mon Apr 24 2000 Tim Powers <timp@redhat.com>
e2eb78
- updated to 1.0.8
e2eb78
e2eb78
* Tue Feb 15 2000 Tim Powers <timp@redhat.com>
e2eb78
- updated to 1.0.4, fixes problems when run in 8bpp
e2eb78
e2eb78
* Tue Feb 01 2000 Tim  Powers <timp@redhat.com>
e2eb78
- applied patch from Hans de Goede <hans@highrise.nl> for fullscreen toggling.
e2eb78
- using  --enable-video-x11-dgamouse since it smoothes the mouse some.
e2eb78
e2eb78
* Sun Jan 30 2000 Tim Powers <timp@redhat.com>
e2eb78
- updated to 1.0.3, bugfix update
e2eb78
e2eb78
* Fri Jan 28 2000 Tim Powers <timp@redhat.com>
e2eb78
- fixed group etc
e2eb78
e2eb78
* Fri Jan 21 2000 Tim Powers <timp@redhat.com>
e2eb78
- build for 6.2 Powertools
e2eb78
e2eb78
* Wed Jan 19 2000 Sam Lantinga <slouken@devolution.com>
e2eb78
- Re-integrated spec file into SDL distribution
e2eb78
- 'name' and 'version' come from configure 
e2eb78
- Some of the documentation is devel specific
e2eb78
- Removed SMP support from %%build - it doesn't work with libtool anyway
e2eb78
e2eb78
* Tue Jan 18 2000 Hakan Tandogan <hakan@iconsult.com>
e2eb78
- Hacked Mandrake sdl spec to build 1.1
e2eb78
e2eb78
* Sun Dec 19 1999 John Buswell <johnb@mandrakesoft.com>
e2eb78
- Build Release
e2eb78
e2eb78
* Sat Dec 18 1999 John Buswell <johnb@mandrakesoft.com>
e2eb78
- Add symlink for libSDL-1.0.so.0 required by sdlbomber
e2eb78
- Added docs
e2eb78
e2eb78
* Thu Dec 09 1999 Lenny Cartier <lenny@mandrakesoft.com>
e2eb78
- v 1.0.0
e2eb78
e2eb78
* Mon Nov  1 1999 Chmouel Boudjnah <chmouel@mandrakesoft.com>
e2eb78
- First spec file for Mandrake distribution.
e2eb78
e2eb78
# end of file