SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for Glide3-20050815-11.fc15.x86_64.rpm :
Mon Feb 7 13:00:00 2011 Fedora Release Engineering - 20050815-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Mon Nov 23 13:00:00 2009 Adam Jackson 20050815-10
- Fix BuildRequires for new DGA and VidMode packaging (#538961)

Fri Jul 24 14:00:00 2009 Fedora Release Engineering - 20050815-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Mon Feb 23 13:00:00 2009 Fedora Release Engineering - 20050815-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

Tue Feb 19 13:00:00 2008 Fedora Release Engineering - 20050815-7
- Autorebuild for GCC 4.3

Sun Aug 5 14:00:00 2007 Hans de Goede 20050815-6
- Update License tag for new Licensing Guidelines compliance

Mon Aug 28 14:00:00 2006 Hans de Goede 20050815-5
- FE6 Rebuild

Fri Apr 28 14:00:00 2006 Hans de Goede 20050815-4
- Add scripts to set SELinux type for the .so files to textrel_shlib_t
on i386, because of the non PIC asm used on i386 (bz 187484).

Mon Feb 13 13:00:00 2006 Hans de Goede 20050815-3
- Bump release and rebuild for new gcc4.1 and glibc.
- add %{?dist} for consistency with my other packages

Mon Jan 16 13:00:00 2006 Hans de Goede 20050815-2
- Add modular Xorg BuildReqs
- Add a patch which fixes gcc4.1 warnings

Mon Aug 15 14:00:00 2005 Hans de Goede 20050815-1
- Add -soname to linkerflags, so that we report the correct soname,
otherwise rpm can\'t properly resolve dependencies because of the
symlink stuff we do (merged upstream).

Sat Aug 13 14:00:00 2005 Hans de Goede 20050813-1
- Work together with upstream to keep Glide alive, use upstream CVS
glide-devel-branch as a base.
- Intergrate all our patches into upstream CVS glide-devel-branch.
- New upstream branch (re)adds support for Voodoo1 (sst1).
- Make Voodoo2 (cvg) code 64 bit clean (merged upstream).

Mon May 9 14:00:00 2005 Hans de Goede
- Change -L/usr/X11R6/lib to -L/usr/X11R6/lib64 when building on
x86_64 .
- Add an %ifarch around the install command for the v2 version.
- Modify the description to match the current state of affairs.

Thu May 5 14:00:00 2005 Hans de Goede
- More x86_64 fixes added to Glide-64bit.patch.
- Removed ancient Conflicts: XFree86-libs = 4.1.0

Wed May 4 14:00:00 2005 Hans de Goede
- Tested amd3dnow code on a voodoo2, works for me (tm). Enabled
amd3dnow code on i386 for now.
- Added FX_GLIDE_I386 AM-conditonal and define, only use and build
cpudtect.s when this is set. This should fix the cpudtect assemble problem
on x86_64. Made this part of Glide-64bit.patch.

Mon May 2 14:00:00 2005 Hans de Goede
- Fix amd3dnow code for cvg(voodoo2) so that it not only compiles but
also links. Still untested, so still disabled.

Sun May 1 14:00:00 2005 Hans de Goede
- Added a patch which fixes PIC compilation of amd3dnow asm code
for h3 and h5 and which fixes compilation of amd3dnow code in general
for cvg. Currently amd3dnow support is still disabled because it doesn\'t
work on my voodoo2 (linking problem).
- replaced configure with %configure

Sat Apr 30 14:00:00 2005 Hans de Goede
- Removed unnescearry makefile mods from Glide3-gcc4.patch. The option
I added disabled another warning then the one I was trying to get disabled.
- Replaced glide-ia64.patch with Glide-64bit.patch this patch adds support
for x86_64 and has lots of \"long\" replaced with \"unsigned long\" so that
the code stays 100% the same on i386.
- Made the use of the new 64bit patch unconditional (iow for all archs).
- Fixed Glide3-fixes.patch so that compilation with the 64bit patch applied
actually works.
- Don\'t build support for voodoo2 / cvg on 64 bit archs since the 64bit patch
only adds 64bit support for voodoo3 & 5 / h3 & h5.

Tue Apr 26 14:00:00 2005 Hans de Goede
- added x86_64 to ExclusiveArch list
- apply glide-ia64.patch for x86_64
- added Glide3-gcc4.patch which fixes all gcc4 errors
- first attempt to clean up the specfile a bit

Sat Sep 4 14:00:00 2004 Hans de Goede
- added Glide3-fixes.patch which:

* Generally do everything needed to get this to compile on FC3test1

* replaces gcc3-patch with a patch which fixes the macros instead of
the caller of the macros

* replaces and fixes libtool patch

* replaces and improves gcc34 patch

* also fix this all for voodoo2

* fixes a bug in g3df.c which caused some of the test programs to fail
- also compile for Voodoo 2 (cvg)
- do the make install for the Voodoo 5 (h5) build not the (h3) since the
h5 headers define some additional texture types which Mesa 6 needs to compile
- made the symlink point to voodoo2 by default, since the XFree included mesa
which is used for h3 and h5 knows how to load the correct Glide itself.
Maybe we should reintroduce glidelink, since the symlink will still be needed
for native glide apps on h3 and h5.
- removed unused automake version detection macros
- removed Prereq ldconfig, rpm should pick this up automaticly
- removed conflicting parts from glide-ia64 patch, these are all handled
in an architecture indepent way in Glide3-fixes.patch, move it back to
position 0.

Mon Jul 5 14:00:00 2004 Mike A. Harris 20010520-33
- Moved glide-ia64 patch from position 0 to position 50 as we no longer
build Glide3 on these architectures. The patch should be reworked to apply
cleanly after all of the other patches we apply that are required for our
real builds. Currently it will just fail to apply. (#126734)

Wed Jun 23 14:00:00 2004 Mike A. Harris
- Fixed missing dependancy in Glide3

Fri Jun 18 14:00:00 2004 Alan Cox
- Fixed gcc 3.4 compile breakage. It remains to see if it works. If not
I\'d try turning off aliasing in gcc

Tue Jun 15 14:00:00 2004 Elliot Lee
- rebuilt

Fri Mar 19 13:00:00 2004 Mike A. Harris 20010520-30
- Fixes from Alan Cox, who got Glide3 to build in Fedora Core devel:
- Added Glide3-gcc3.patch, Glide3-new-libtool.patch
- Use aclocal instead of aclocal-1.4, and automake instead of automake-1.4
- Run aclocal before libtoolize
- Added with_glide3_devel macro, enabled by default for now, which disables
the creation of the Glide3-devel subpackage. XFree86 4.2.0 and later seem
to dlopen() Glide3 now and not require it during build time, so there is not
any need to include Glide3-devel any longer. This needs to be install
tested and runtime tested first however, so we still include Glide3-devel
for now.
- Changed Prereq: /sbin/ldconfig to Requires(post,postun): /sbin/ldconfig

Fri Feb 27 13:00:00 2004 Mike A. Harris 20010520-29
- Added COPYING file to %doc in files list (#115945)

Thu Jan 29 13:00:00 2004 Mike A. Harris 20010520-28
- Rebuild for Fedora Core 2

Mon Sep 1 14:00:00 2003 Mike A. Harris 20010520-27
- Rebuild 20010520-26 for Cambridge, for self hosting chocolatey goodness
- ia64 wont compile anymore and the problems are far too large to bother
fixing. Glide3 is now supported only on x86/alpha

Tue Aug 5 14:00:00 2003 Elliot Lee 20010520-26
- Fix autoconf version

Wed Jan 22 13:00:00 2003 Tim Powers 20010520-25
- rebuilt

Fri Dec 20 13:00:00 2002 Mike A. Harris 20010520-24
- Reworded the -devel package description for bug (#79477)

Mon Nov 25 13:00:00 2002 Mike A. Harris 20010520-23
- Bump and rebuild to pick up Alpha which did not get built in -22 somehow

Sat Nov 23 13:00:00 2002 Mike A. Harris 20010520-22
- Moved comment from XFree86 package to here on how to create Glide3 tarball

Fri Nov 22 13:00:00 2002 Mike A. Harris 20010520-21
- Remove /usr/lib/libglide3.{a,la} from buildroot since we dont ship them
- Use _libdir, _includedir everywhere
- Remove redundant ExcludeArch directive for s390

Thu Oct 3 14:00:00 2002 Mike A. Harris 20010520-20
- All-arch rebuild
- Added \"Exclusivearch: {ix86}, alpha, ia64\" as Glide3 is not ported to
other arches and likely never ever will be. That way lays madness.

Fri Jun 21 14:00:00 2002 Tim Powers 20010520-18
- automated rebuild

Wed May 29 14:00:00 2002 Elliot Lee 20010520-17
- Make it specify the auto
* tool versions explicitly.

Tue May 28 14:00:00 2002 Mike A. Harris 20010520-16
- Rebuilt with gcc 3.1 with new GNU autoconk/autobreak/libfool
- Added Glide3-new-autotools-bugfix.patch to fix problems with Glide automake
files.

Wed Apr 3 14:00:00 2002 Mike A. Harris 20010520-13
- Removed glidelink cruft entirely.
- Simplified spec install stage, filelist, etc to minimize error potential
- Fixed dangling symlink bug (#61521)

Sun Mar 10 13:00:00 2002 Mike A. Harris 20010520-12
- Removed all the old /usr/lib/lib
* files, and removed the /usr/lib/glide3
directory. Moved the Voodoo 3 and voodoo 5 glide libs directly into
/usr/lib where the XFree86 4.2.0 tdfx dri driver will load them automatically.

Thu Feb 21 13:00:00 2002 Mike A. Harris 20010520-11
- Made glidelink conditional, and disabled by default, as it is not needed
in XFree86 4.2.0 as Mesa now loads the proper Glide3 library on its own.
- Added buildrequires kudzu-devel (#59960)

Sat Jan 26 13:00:00 2002 Mike A. Harris 20010520-10
- Added autoconf version detection and override via __automake so Glide3 will
build on any Red Hat Linux 7.
* or rawhide system without specfile editing.
- Added -q flag to setup section

Fri Jan 25 13:00:00 2002 Mike A. Harris 20010520-9
- Fixed a build failure on ia64 with the ia64 patch

Fri Jan 25 13:00:00 2002 Mike A. Harris 20010520-8
- Undeprecated the Glide3 package that was merged into XFree86 packaging as
it seemed to create more problems than it solved. Took the RHL 7.2 package
as a starting point, and deintegrated Glide from the XFree86 4.2.0 package
back to separate packaging. Bumped release up to -8
- Changed Copyright tag to License
- Added Glide3-redhat-cleanup-1.patch to clean up some compiler warnings.
- Added Conflicts: XFree86-libs = 4.1.0 and Conflicts: XFree86-devel = 4.1.0
- Fixed BuildRoot with _tmppath

Mon Feb 19 13:00:00 2001 Bill Nottingham
- fix typo in ia64 patch, only apply patch on alpha/ia64 (#27889)

Thu Dec 21 13:00:00 2000 Bill Nottingham
- fix alpha asm (rthAATTredhat.com)

Wed Dec 20 13:00:00 2000 Bill Nottingham
- update CVS
- build in 7.1 tree

Wed Aug 23 14:00:00 2000 Bill Nottingham
- initial packaging


 
ICM