Resolves: rhbz#856594 disable icu symbol renaming
This commit is contained in:
parent
ed001727b7
commit
c36751576f
7
icu.spec
7
icu.spec
@ -1,6 +1,6 @@
|
|||||||
Name: icu
|
Name: icu
|
||||||
Version: 49.1.1
|
Version: 49.1.1
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: International Components for Unicode
|
Summary: International Components for Unicode
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
License: MIT and UCD and Public Domain
|
License: MIT and UCD and Public Domain
|
||||||
@ -63,7 +63,7 @@ cd source
|
|||||||
autoconf
|
autoconf
|
||||||
CFLAGS='%optflags -fno-strict-aliasing'
|
CFLAGS='%optflags -fno-strict-aliasing'
|
||||||
CXXFLAGS='%optflags -fno-strict-aliasing'
|
CXXFLAGS='%optflags -fno-strict-aliasing'
|
||||||
%configure --with-data-packaging=library --disable-samples
|
%configure --with-data-packaging=library --disable-samples --disable-renaming
|
||||||
#rhbz#225896
|
#rhbz#225896
|
||||||
sed -i 's|-nodefaultlibs -nostdlib||' config/mh-linux
|
sed -i 's|-nodefaultlibs -nostdlib||' config/mh-linux
|
||||||
#rhbz#681941
|
#rhbz#681941
|
||||||
@ -153,6 +153,9 @@ make %{?_smp_mflags} -C source check
|
|||||||
%doc source/__docs/%{name}/html/*
|
%doc source/__docs/%{name}/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 12 2012 Caolán McNamara <caolanm@redhat.com> - 49.1.1-6
|
||||||
|
- Resolves: rhbz#856594 disable icu symbol renaming
|
||||||
|
|
||||||
* Fri Aug 31 2012 Tom Callaway <spot@fedoraproject.org> - 49.1.1-5
|
* Fri Aug 31 2012 Tom Callaway <spot@fedoraproject.org> - 49.1.1-5
|
||||||
- apply upstream fix (bug 9283) for regexcmp crash causing Chromium segfaults
|
- apply upstream fix (bug 9283) for regexcmp crash causing Chromium segfaults
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user