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