Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

allegro-devel-4.2.2-7.fc7 RPM for ppc

From Fedora 7 updates for ppc

Name: allegro-devel Distribution: Unknown
Version: 4.2.2 Vendor: Fedora Project
Release: 7.fc7 Build date: Tue Jan 22 11:41:03 2008
Group: Development/Libraries Build host: ppc3.fedora.redhat.com
Size: 8035989 Source RPM: allegro-4.2.2-7.fc7.src.rpm
Packager: Fedora Project
Url: http://alleg.sourceforge.net/
Summary: A game programming library
Allegro is a cross-platform library intended for use in computer games
and other types of multimedia programming. This package is needed to
build programs written with Allegro.

Provides

Requires

Copyright

Giftware

Signatures

internal MD5: be876eb08cb7cef924aab5012645c79a
GPG

Changelog

* Mon Jan 21 2008 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.2-7
  - Add makedoc utility to allegro-devel as allegro-makedoc (bz 429450)
  - Fix sound when using pulseaudio
  - Fix compilation of inline asm with gcc 4.3
* Mon Oct 15 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.2-6
  - Require timidity++-patches instead of timidity++ itself so that we don't
    drag in arts and through arts, qt and boost
  - Add BuildRequires: glib2-devel to workaround RH bug 331841
* Thu Aug 23 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.2-5
  - Update to pristine upstream sources instead of using allegro.cc pre-release
* Wed Aug 22 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.2-4
  - Rebuild for buildId
* Mon Aug 13 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.2-3
  - Enable building of JACK (Jack Audio Connection Kit) sound output plugin
  - Put non default sound output plugins in their own subpackage to avoid
    dragging in unwanted deps (allegro-esound-plugin, allegro-arts-plugin,
    allegro-jack-plugin) (bz 250736)
  - Make man pages and info file UTF-8
* Wed Jul 25 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.2-2
  - sync .libdir patch to 4.2.2 and use it again for multilib devel goodness
    (make allegro-devel i386 and x86_64 parallel installable again)
* Tue Jul 24 2007 Jindrich Novy <jnovy@redhat.com> 4.2.2-1
  - update to 4.2.2
  - drop .libdir patch
  - sync .multilib patch
* Sat Jul 07 2007 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.1-3
  - Silence output of chcon command in %post, because otherwise users get this:
    "chcon: can't apply partial context to unlabeled file" when installing with
    selinux disabled (bz 246820)
* Fri Dec 22 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.1-2
  - Restore multilib devel goodness patch (make allegro-devel i386 and x86_64
    parallel installable)
  - Restore execstack patch so that binaries linked against allegro do not
    require an execstack and thus work under selinux (without this
    liballeg_unshareable.a contains object files which require an executable
    stack which will end up in any app linked against allegro)
  - Make alleg-dga2.so plugin 100% PIC so it can load with selinux enabled
  - Mark alleg-vga.so plugin as textrel_shlib_t as it isn't 100% PIC and cannot
    be fixed (easily) to be 100% PIC
* Tue Nov 28 2006 Jindrich Novy <jnovy@redhat.com> 4.2.1-1
  - update to 4.2.1
* Mon Oct 16 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-18
  - Multilib devel goodness (make allegro-devel i386 and x86_64 parallel
    installable)
* Sun Sep 03 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-17
  - FE6 Rebuild
* Sat Jul 15 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-16
  - Don't package the main allegro lib in -devel as its already in the main
    package, iow only put the debug and profile versions -devel.
* Fri Jul 07 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-15
  - Stop allegro from making applications linked against it claim that they
    need an executable stack (Patch11). Unfortunatly this requires a rebuild of
    all applications linked against allegro.
* Tue Jun 27 2006 Jindrich Novy <jnovy@redhat.com> 4.2.0-14
  - compile alld and allp debuging/profiling libraries (#196616)
  - fix typo in release caused by recent changes
* Sun Jun 11 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-13
  - Add autoconf BR for missing autoheader with the new mock config.
* Tue Mar 21 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-12
  - Sleep in xwindows vsync emulation, instead of busy waiting.
  - Add %{dist} to Release
* Mon Mar 13 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-11
  - really, _really_ fix asm stretch code on i386 with NX processors, long
    story see bugzilla bug 185214 .
* Sat Mar 11 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-10
  - really fix asm stretch code on i386 with NX processors, on OpenBSD mprotects
    first argument does not need to be page-aligned, but on Linux it does.
    Note that for this to work you may also need to disable selinux (rh 185214)
* Wed Mar 08 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-9
  - fix fullscreen <-> window switching bug (bz 183645)
  - fix asm stretch code on i386 with NX processors, thanks to openBSD.
* Mon Feb 27 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-8
  - fix sound not working on PPC (bz 183112)
  - fix allegro not finding and loading plugins/modules on x86_64 (bz 183113)
* Wed Feb 08 2006 Jindrich Novy <jnovy@redhat.com> 4.2.0-7
  - set timidity++ as Requires instead of BuildRequires
* Tue Feb 07 2006 Jindrich Novy <jnovy@redhat.com> 4.2.0-6
  - fix digmid loading of timidity midi patches (#180154)
* Wed Jan 25 2006 Jindrich Novy <jnovy@redhat.com> 4.2.0-5
  - update default allegro configuration to use sound successfully,
    thanks to Hans de Goede (#178383)
  - add timidity++ dependency
* Mon Jan 23 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-4
  - add allegro-4.2.0-nostrip.patch, so that the main .so file
    doesn't get stripped and we actually get debuginfo for it in
    allegro-debuginfo
* Fri Jan 20 2006 Hans de Goede <j.w.r.degoede@hhs.nl> 4.2.0-3
  - update / fix BuildRequires for modular X (bz 178245)
* Fri Dec 16 2005 Jindrich Novy <jnovy@redhat.com> 4.2.0-2
  - update dependencies for the new modular X
  - disable _smp_mflags to workaround build failure caused
    by bad dependencies
* Thu May 26 2005 Jindrich Novy <jnovy@redhat.com> 4.2.0-1
  - update to 4.2.0
  - package dat2c, allegro.m4
  - replace XFree86-devel Buildrequires with xorg-x11-devel
  - drop mmaptest, novga, gcc4 patches
* Thu May 26 2005 Jindrich Novy <jnovy@redhat.com> 4.0.3-13
  - fix compilation on x86_64 (#158648)
* Mon May 23 2005 Jeremy Katz <katzj@redhat.com> - 4.0.3-12
  - rebuild on all arches
* Tue May 03 2005 Jindrich Novy <jnovy@redhat.com> 0:4.0.3-11
  - fix build failures with gcc4 (#156224)
  - don't use %{name} in patch names
  - add Czech translation to package description/summary
* Fri Apr 08 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  - rebuilt
* Fri Mar 04 2005 Ville Skyttä <ville.skytta at iki.fi>
  - Split context marked dependency syntax to work around #118773.
* Sun Feb 13 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.3-9
  - Disable vga and vbeaf on all non-%{ix86}.
  - Fix lib paths in allegro-config for 64-bit archs.
  - Use *nix commands in allegrorc's [grabber] section.
* Sun Feb 13 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.3-8
  - Build without vga and vbeaf on non-x86-like archs.
  - Apply upstream patch to fix build without vga.
* Fri Nov 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.3-7
  - Explicitly disable svgalib for now.
  - Let rpm take care of all stripping.
  - Build with whatever the compiler supports, MMX and friends are detected
    at runtime.
  - Minor specfile style improvements.
* Wed Nov 10 2004 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:4.0.3-6
  - Fix build for FC3 via fixed mmap test in configure script.
* Mon Nov 10 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.3-0.fdr.5
  - Use MMX/SSE where appropriate (bug 959).
* Tue May 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.3-0.fdr.4
  - Include *.so.* symlink.
  - Re-introduce ldconfigs.
  - *grumble*
* Tue May 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.3-0.fdr.3
  - -devel Requires XFree86-devel.
* Tue May 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.3-0.fdr.2
  - Handle --excludedocs installs gracefully.
  - BuildRequires arts-devel.
  - Make *.so executable so RPM groks autodependencies.
  - Update to accordance with current Fedora spec template.
* Sun Apr 27 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.3-0.fdr.1
  - Update to 4.0.3.
  - Make build honor optflags.
  - Remove redundant ldconfigs.
* Sun Apr 06 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.3-0.fdr.0.1.rc3
  - Update to 4.0.3RC3.
* Thu Mar 20 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:4.0.3-0.fdr.0.1.rc2
  - Update to 4.0.3RC2, and to current Fedora guidelines.
  - make -jX works again.
  - Don't remove info files on -devel upgrade.
* Wed Feb 19 2003 Warren Togami <warren@togami.com> 4.0.3-0.beta2.fedora.2
  - Disable smp make flags, Makefile needs fixing
* Wed Feb 12 2003 Ville Skyttä <ville.skytta at iki.fi> - 4.0.3-0.beta2.fedora.1
  - First Fedora release, based on upstream source RPM.
* Fri Dec 07 2001 Angelo Mottola <lillo@users.sourceforge.net>  4.0.0-1
  - added italian translation
* Wed Oct 03 2001 Peter Wang <tjaden@users.sourceforge.net>  3.9.39-1
  - icon courtesy of Johan Peitz
* Tue Sep 25 2001 Peter Wang <tjaden@users.sourceforge.net>
  - remaining translations by Eric Botcazou and Grzegorz Adam Hankiewicz
* Mon Sep 24 2001 Peter Wang <tjaden@users.sourceforge.net>
  - translations by Eric Botcazou and Javier González
  - language.dat and keyboard.dat moved to main package
  - devel split into devel and tools packages
  - makedoc added to tools package
* Mon Sep 17 2001 Peter Wang <tjaden@users.sourceforge.net>
  - merged Osvaldo's spec file with gfoot's spec and some other changes
* Thu Sep 28 2000 Osvaldo Santana Neto <osvaldo@conectiva.com>
  - updated to 3.9.33

Files

ÈÓâ$


Generated by rpm2html 1.8.1

Daniel Veillard, Sat Jan 3 04:17:21 2009