Ignore:
Timestamp:
Mar 1, 2016, 7:19:53 PM (10 years ago)
Author:
dmik
Message:

spec: pixman: Release version 0.32.8-3.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • spec/trunk/SPECS/pixman.spec

    r665 r681  
    33Name:           pixman
    44Version:        0.32.8
    5 Release:        2%{?dist}
     5Release:        3%{?dist}
    66Summary:        Pixel manipulation library
    77
     
    4646
    4747%build
    48 export LDFLAGS="-Zhigh-mem"
    49 export LIBS="-lurpo"
     48CFLAGS="%{optflags}" \
     49LDFLAGS="-Zhigh-mem" \
     50LIBS="-lurpo" \
    5051%configure \
    5152  --disable-static
     
    7677
    7778%changelog
     79* Tue Mar 1 2016 Dmitriy Kuminov <coding@dmik.org> 0.32.8-3
     80- Use respective optimization flags for different architectures.
     81
    7882* Sat Feb 20 2016 Dmitriy Kuminov <coding@dmik.org> 0.32.8-2
    7983- Allow loading DLL into high memory.
Note: See TracChangeset for help on using the changeset viewer.