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

liboil-0.3.16-10.el7 RPM for i686

From CentOS 7.9.2009 for x86_64 / Packages

Name: liboil Distribution: Unknown
Version: 0.3.16 Vendor: CentOS
Release: 10.el7 Build date: Wed Jun 11 03:35:17 2014
Group: System Environment/Libraries Build host: worker1.bsys.centos.org
Size: 525757 Source RPM: liboil-0.3.16-10.el7.src.rpm
Packager: CentOS BuildSystem <http://bugs.centos.org>
Url: http://liboil.freedesktop.org/
Summary: Library of Optimized Inner Loops, CPU optimized functions
Liboil is a library of simple functions that are optimized for various CPUs.
These functions are generally loops implementing simple algorithms, such as
converting an array of N integers to floating-poing numbers or multiplying
and summing an array of N numbers. Clearly such functions are candidates for
significant optimization using various techniques, especially by using
extended instructions provided by modern CPUs (Altivec, MMX, SSE, etc.).

Provides

Requires

License

BSD

Changelog

* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 0.3.16-10
  - Mass rebuild 2014-01-24
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 0.3.16-9
  - Mass rebuild 2013-12-27
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.16-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.16-7
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.16-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.16-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.16-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Wed Jun 10 2009 Bastien Nocera <bnocera@redhat.com> 0.3.16-3
  - Fix ordering of the files members
* Wed Jun 10 2009 Bastien Nocera <bnocera@redhat.com> 0.3.16-2
  - Update with comments from merge review (#226036)
* Thu Mar 26 2009 - Behdad Esfahbod <besfahbo@redhat.com> - 0.3.16-1
  - Update to 0.3.16
  - Remove upstreamed patches
  - Resolves #489861
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.14-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Thu Dec 11 2008 Caolán McNamara <caolanm@redhat.com> - 0.3.14-2
  - rebuild to get provides pkgconfig(liboil-0.3)
* Mon Apr 07 2008 Colin Walters <walters@redhat.com> - 0.3.14-1
  - New upstream version
  - Drop upstreamed liboil-0.3.13-better-altivec-detect.patch
  - Drop upstreamed clobber-ecx.patch
* Wed Mar 12 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.13-6
  - Disable PPC64 optimisations as rgb2bgr_ppc() crashes on 64-bit
* Tue Mar 11 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.13-5
  - Detect Altivec using /proc instead of causing a SIGILL fault
* Mon Mar 10 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.13-4
  - Try disabling Altivec for now
* Tue Feb 26 2008 Matthias Clasen  <mclasen@redhat.com> - 0.3.13-3
  - Use the upstream fix instead
* Mon Feb 25 2008 Matthias Clasen  <mclasen@redhat.com> - 0.3.13-2
  - Work around a segfault by compiling the offending file with -O0 for now
* Fri Feb 22 2008 Matthias Clasen  <mclasen@redhat.com> - 0.3.13-1
  - Update to 0.3.13
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.3.12-12
  - Autorebuild for GCC 4.3
* Fri Sep 07 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3.12-11
  - Revert the previous commit, it's still broken, see:
    http://koji.fedoraproject.org/koji/taskinfo?taskID=151172
* Thu Aug 30 2007 - David Woodhouse <dwmw2@infradead.org> - 0.3.12-10
  - Re-enable explicit Altivec but don't let the compiler use it automatically
  - Start applying the ppc64-configure patch again
* Thu Aug 23 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3.12-9
  - Disable Altivec so we don't crash on non-Altivec PPCs, see
    https://bugzilla.redhat.com/bugzilla/process_bug.cgi#c16
* Thu Aug 16 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3.12-8
  - And another go at fixing #252179
* Wed Aug 15 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3.12-7
  - Add upstream patch to not crash on PPC machines without Altivec
    (hopefully this time the right one) (#252179)
* Tue Aug 14 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3.12-6
  - Revert previous change it's not the fix
* Tue Aug 14 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3.12-5
  - Add upstream patch to not crash on PPC machines without Altivec
    (#252179)
* Sun Aug 05 2007 Matthias Saou <http://freshrpms.net/> 0.3.12-4
  - Update License field.
  - Remove standard gcc-c++ build requirement.
  - Spec file cleanup, only consistency changes.
  - Remove standard rpath from oil-bugreport.
* Mon Jun 04 2007 - Bastien Nocera <bnocera@redhat.com> - 0.3.12-3
  - Add patch from David Woodhouse <dwmw2@redhat.com> to allow building
    on ppc64 systems (#242418)
* Mon Jun 04 2007 Christopher Aillon <caillon@redhat.com> - 0.3.12-2
  - ExcludeArch: ppc64 for now as it fails to build (#242418)
* Mon Jun 04 2007 Christopher Aillon <caillon@redhat.com> - 0.3.12-1
  - Update to 0.3.12
* Tue Nov 21 2006 Behdad Esfahbod <besfahbo@redhat.com> - 0.3.10-1
  - Update to 0.3.10
* Mon Oct 23 2006 Matthias Clasen <mclasen@redhat.com> - 0.3.9-1
  - Update to 0.3.9
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.3.8-2.1
  - rebuild
* Mon Mar 27 2006 Ray Strode <rstrode@redhat.com> 0.3.8-2
  - Update to 0.3.8 (bug 186930)
* Tue Mar 21 2006 Matthias Saou <http://freshrpms.net/> 0.3.7.1-1
  - Update to today's CVS code which should fix the PPC build issue.
  - Include new oil-bugreport tool in the devel package.
* Mon Mar 06 2006 Matthias Saou <http://freshrpms.net/> 0.3.7-3
  - FC5 rebuild (well, try at least since PPC fixes are required).
* Thu Feb 09 2006 Matthias Saou <http://freshrpms.net/> 0.3.7-2
  - Rebuild for new gcc/glibc.
* Fri Feb 03 2006 Matthias Saou <http://freshrpms.net/> 0.3.7-1
  - Update to 0.3.7.
* Wed Dec 14 2005 Matthias Saou <http://freshrpms.net/> 0.3.6-1
  - Update to 0.3.6.
* Mon Nov 14 2005 Matthias Saou <http://freshrpms.net/> 0.3.5-3
  - Sync spec files across branches.
  - Parallel make seems to have worked for 0.3.5 on devel, but just in case...
* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org> 0.3.5-2
  - Trigger rebuild.
* Sat Nov 12 2005 Thomas Vander Stichele <thomas at apestaart dot org> 0.3.5-1
  - Update to 0.3.5.
* Wed Oct 12 2005 Matthias Saou <http://freshrpms.net/> 0.3.3-3
  - Add patch to disable unrecognized "-fasm-blocks" gcc option on PPC.
* Tue Oct 04 2005 Matthias Saou <http://freshrpms.net/> 0.3.3-2
  - Update to 0.3.3.
  - Update liboil-0.3.3-gccoptfixes.patch.
* Thu Jun 16 2005 Thomas Vander Stichele <thomas at apestaart dot org> 0.3.2-2
  - Disable parallel make
* Wed May 25 2005 Matthias Saou <http://freshrpms.net/> 0.3.2-1
  - Update to 0.3.2.
  - Change ldconfig calls to be the program.
  - Include new gtk-doc files in the devel package.
  - add dist macro.
* Tue May 24 2005 Tom "spot" Callaway <tcallawa@redhat.com> - 0.3.0-4
  - fix compilation error in FC-4 (bz #158641)
  - use buildtime exported CFLAGS instead of making up its own
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.3.0-3
  - rebuild on all arches
* Thu Apr 07 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
  - rebuilt
* Fri Jan 28 2005 Matthias Saou <http://freshrpms.net/> 0.3.0-1
  - Update to 0.3.0.
* Wed Nov 24 2004 Matthias Saou <http://freshrpms.net/> 0.2.2-1
  - Update to 0.2.2.
* Thu Nov 04 2004 Matthias Saou <http://freshrpms.net/> 0.2.0-1
  - Initial RPM release.

Files

/usr/lib/liboil-0.3.so.0
/usr/lib/liboil-0.3.so.0.3.0
/usr/share/doc/liboil-0.3.16
/usr/share/doc/liboil-0.3.16/AUTHORS
/usr/share/doc/liboil-0.3.16/BUG-REPORTING
/usr/share/doc/liboil-0.3.16/COPYING
/usr/share/doc/liboil-0.3.16/NEWS
/usr/share/doc/liboil-0.3.16/README


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:35:08 2024