[packages/icu] - updated to 56.1 (Unicode 8.0 support; note: new soname) - removed obsolete ac254-hack patch (appli
qboosh
qboosh at pld-linux.org
Tue Nov 10 20:29:31 CET 2015
commit c888482a721bfb5266770b3a4d48219465e5fb45
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Tue Nov 10 20:29:45 2015 +0100
- updated to 56.1 (Unicode 8.0 support; note: new soname)
- removed obsolete ac254-hack patch (applied upstream)
ac264-hack.patch | 14 --------------
icu.spec | 12 +++++-------
2 files changed, 5 insertions(+), 21 deletions(-)
---
diff --git a/icu.spec b/icu.spec
index 875abc1..4130927 100644
--- a/icu.spec
+++ b/icu.spec
@@ -6,15 +6,14 @@
Summary: International Components for Unicode
Summary(pl.UTF-8): Międzynarodowe komponenty dla unikodu
Name: icu
-Version: 55.1
-Release: 2
+Version: 56.1
+Release: 1
License: MIT-like
Group: Libraries
Source0: http://download.icu-project.org/files/icu4c/%{version}/%{name}4c-%{ver}-src.tgz
-# Source0-md5: e2d523df79d6cb7855c2fbe284f4db29
-Patch0: ac264-hack.patch
+# Source0-md5: c4a2d71ff56aec5ebfab2a3f059be99d
URL: http://www.icu-project.org/
-BuildRequires: autoconf >= 2.68
+BuildRequires: autoconf >= 2.69
BuildRequires: libstdc++-devel
Requires: libicu = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -95,7 +94,6 @@ biblioteki programistyczne ICU.
%prep
%setup -q -n %{name}
-%patch0 -p1
%build
cd source
@@ -160,7 +158,7 @@ rm -rf $RPM_BUILD_ROOT
%files -n libicu
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libicu*.so.*.*
-%attr(755,root,root) %ghost %{_libdir}/libicu*.so.55
+%attr(755,root,root) %ghost %{_libdir}/libicu*.so.56
%files -n libicu-devel
%defattr(644,root,root,755)
diff --git a/ac264-hack.patch b/ac264-hack.patch
deleted file mode 100644
index 82e408a..0000000
--- a/ac264-hack.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- icu/source/configure.ac~ 2009-09-21 21:51:51.000000000 +0300
-+++ icu/source/configure.ac 2009-09-21 21:51:55.877963019 +0300
-@@ -517,6 +517,11 @@
-
- AC_SUBST(U_HAVE_DIRENT_H)
-
-+dnl this AC_LINK_IFELSE is early here so that ac 2.64 wouldn't define the `ac_fn_cxx_try_link' in if..else condition
-+dnl this is a hack but at this time i don't know what is the real fix
-+AC_LANG_PUSH([C++])
-+AC_LINK_IFELSE([AC_LANG_PROGRAM()])
-+AC_LANG_POP([C++])
-
- AC_ARG_WITH(iostream,
- [ --with-iostream=version specify the version of iostream to use (none, old, std, auto) [default=auto]],
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/icu.git/commitdiff/c888482a721bfb5266770b3a4d48219465e5fb45
More information about the pld-cvs-commit
mailing list