Change logs for liboil source package in Hardy

  • liboil (0.3.14-3) unstable; urgency=low
    
      * debian/rules:
        + Make unit test suite failures fatal now and let them fail the build.
      * debian/patches/03_amd64-wavelet-segfault.patch:
        + Fix segfault on amd64 in lshift_s16_mmx/lshift_s16_mmx2. Patch
          from upstream GIT, fixing a segfault with schroedinger.
    
    liboil (0.3.14-2) unstable; urgency=low
    
      * Upload to unstable.
      * debian/patches/02_oil-altivec-fault-static.patch:
        + Make oil_check_altivec_fault() a static function as it's used locally
          only and gets exported otherwise.
    
    liboil (0.3.14-1) experimental; urgency=low
    
      * New upstream release:
        + debian/liboil0.3.shlibs:
          - Update shlibs to >= 0.3.14.
        + patches/01_liboil-linking.patch,
          patches/02_ecx-clobbering.patch,
          patches/03_jit-compilation.patch,
          patches/04_oil-detect-arm-non-static.patch,
          patches/05_disable-arm-opt.patch,
          patches/06_alignment-bus-error.patch,
          patches/99_autoreconf.patch:
          - Dropped, merged upstream.
      * debian/liboil0.3.symbols,
        debian/control:
        + Add symbols file, generated from version 0.3.1, 0.3.10, 0.3.13, 0.3.14.
      * debian/control:
        + Add Homepage field.
        + Add ${shlibs:Depends} and ${misc:Depends} everywhere where it makes sense.
      * debian/patches/01_arm-vfp.patch:
        + Enable ARM optimizations on armel only, doesn't work on plain arm.
    
    liboil (0.3.13-4) experimental; urgency=low
    
      * debian/control,
        debian/liboil0.3-dev.install,
        debian/liboil0.3-doc.install:
        + Move documentation to it's own package and include all files, including
          the devhelp file for devhelp integration (Closes: #467438).
    
     -- Sebastian Dr?ge <email address hidden>   Fri,  21 Mar 2008 11:54:29 +0000
  • liboil (0.3.13-3) unstable; urgency=low
    
      * debian/control:
        + Set priority of the debug package to extra.
      * debian/patches/06_alignment-bus-error.patch:
        + Dereference float * as float * instead of double *. Fixes several
          bus errors on ia64, resulting in a unit suite failure and FTBFS
          of many packages build dependending on liboil.
    
    liboil (0.3.13-2) unstable; urgency=low
    
      * debian/rules:
        + Call the unit test suite after the build but don't fail the build
          if there's an error.
      * debian/watch:
        + Add watch file.
      * debian/patches/05_disable-arm-opt.patch,
        debian/patches/99_autoreconf.patch:
        + Disable assembler optimizations and special compiler parameters on ARM
          completely as there's no runtime detection for the features needed
          and this fails to link on arm.
    
    liboil (0.3.13-1) unstable; urgency=low
    
      * New upstream release (Closes: #467251):
        + Adds OS detection for GNU/kFreeBSD (Closes: #433025).
        + Fixes SEGV if /proc is not mounted on ARM (Closes: #455724).
        + Fixes PowerPC FPU test (Closes: #444170).
        + debian/liboil0.3.shlibs:
          - Update to >= 0.3.13.
      * debian/control:
        + Package adopted by pkg-gstreamer as David doesn't want to continue
          maintaining it. Thanks for all the good work in the past.
        + Use ${binary:Version} instead of ${Source-Version}.
        + Remove unnecessary build dependency on chrpath.
        + Build depend on autotools-dev.
      * debian/control,
        debian/compat:
        + Update to debhelper compat level 6 and Standards-Version 3.7.3.
      * debian/bin:
        + Removed, not needed.
      * debian/patches/01_liboil-linking.patch:
        + Link liboil against librt.
      * debian/patches/02_ecx-clobbering.patch:
        + Add ecx to the clobbered registers on i386, fixes a crash with
          pulseaudio. Patch taken from upstream GIT.
      * debian/patches/03_jit-compilation.patch:
        + Don't compile the JIT example, this needs GLib.
      * debian/patches/04_oil-detect-arm-non-static.patch:
        + Make the oil_cpu_detect_arch() function non-static to fix the build.
          Patch taken from gstreamer-devel by Robert Schwebel.
    
     -- Sebastian Dr?ge <email address hidden>   Wed,  27 Feb 2008 16:48:52 +0000
  • liboil (0.3.12-1) unstable; urgency=low
    
      * New upstream release (Closes: #427023)
      * bump shlibs version (Closes: 420577)
    
     -- Sebastian Dr?ge <email address hidden>   Fri,  08 Jun 2007 13:39:59 +0100