rhbz#856594 to-do add --disable-renaming on next soname bump
This commit is contained in:
parent
c36751576f
commit
c830678fab
8
icu.spec
8
icu.spec
@ -1,6 +1,6 @@
|
||||
Name: icu
|
||||
Version: 49.1.1
|
||||
Release: 6%{?dist}
|
||||
Release: 7%{?dist}
|
||||
Summary: International Components for Unicode
|
||||
Group: Development/Tools
|
||||
License: MIT and UCD and Public Domain
|
||||
@ -63,7 +63,8 @@ cd source
|
||||
autoconf
|
||||
CFLAGS='%optflags -fno-strict-aliasing'
|
||||
CXXFLAGS='%optflags -fno-strict-aliasing'
|
||||
%configure --with-data-packaging=library --disable-samples --disable-renaming
|
||||
#rhbz#856594 to-do add --disable-renaming on next soname bump
|
||||
%configure --with-data-packaging=library --disable-samples
|
||||
#rhbz#225896
|
||||
sed -i 's|-nodefaultlibs -nostdlib||' config/mh-linux
|
||||
#rhbz#681941
|
||||
@ -153,6 +154,9 @@ make %{?_smp_mflags} -C source check
|
||||
%doc source/__docs/%{name}/html/*
|
||||
|
||||
%changelog
|
||||
* Wed Sep 12 2012 Caolán McNamara <caolanm@redhat.com> - 49.1.1-7
|
||||
- Related: rhbz#856594 reenable icu symbol renaming
|
||||
|
||||
* Wed Sep 12 2012 Caolán McNamara <caolanm@redhat.com> - 49.1.1-6
|
||||
- Resolves: rhbz#856594 disable icu symbol renaming
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user