Accepting request 577652 from home:luc14n0:branches:M17N

Update to version 1.0.1.

OBS-URL: https://build.opensuse.org/request/show/577652
OBS-URL: https://build.opensuse.org/package/show/M17N/fribidi?expand=0&rev=16
This commit is contained in:
OBS User mrdocs 2018-02-18 01:51:46 +00:00 committed by Git OBS Bridge
parent 46eae7dd72
commit 22a000a179
4 changed files with 36 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cba8b7423c817e5adf50d28ec9079d14eafcec9127b9e8c8f1960c5ad585e17d
size 639022

3
fribidi-1.0.1.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c1b182d70590b6cdb5545bab8149de33b966800f27f2d9365c68917ed5a174e4
size 2074127

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Feb 17 22:43:30 UTC 2018 - luc14n0@linuxmail.org
- Update to version 1.0.1:
+ Minor distribution related fixes.
- Changes from version 1.0.0:
+ Full isolate and parenthesis support as per Unicode 6.3 to
Unicode 10.0.
+ To get access to the new algorithm calls to the function
`fribidi_get_par_embedding_levels()` must be replaced with
calls to `fribidi_get_par_embedding_levels_ex()`. These
functions are not API compatible. Calling the older function
will use default values for the new bracket properties and will
sometimes yield non-complient results.
- Changes from version 0.19.7:
+ Disable thread-unsafe memory pool by default (fdo#79385).
+ Misc fixes.
- Update Url tag to https://github.com/fribidi/fribidi: the current
Fribidi web page.
- Drop enable-malloc configure option: the thread safety problem is
already fixed and it's not an available configure option anymore.
- Drop fdupes BuildRequires and its macro: it is no longer needed.
-------------------------------------------------------------------
Thu Nov 6 09:50:44 UTC 2014 - i@marguerite.su

View File

@ -1,7 +1,7 @@
#
# spec file for package fribidi
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,15 +18,14 @@
%define lname libfribidi0
Name: fribidi
Version: 0.19.6
Version: 1.0.1
Release: 0
Summary: Free Implementation of Unicode BiDi Algorithm
License: LGPL-2.1
Group: Development/Libraries/C and C++
Url: http://fribidi.org/
Source: http://fribidi.org/download/%{name}-%{version}.tar.bz2
Url: https://github.com/fribidi/fribidi
Source: https://github.com/fribidi/fribidi/releases/download/v%{version}/%{name}-%{version}.tar.bz2
Source2: baselibs.conf
BuildRequires: fdupes
BuildRequires: pkg-config
#
Provides: locale(ar;he)
@ -67,17 +66,15 @@ This package provides headers and manual files for FriBiDi.
%setup -q
%build
%configure --disable-static \
--enable-malloc
%configure --disable-static
make %{?_smp_mflags}
%check
make %{?_smp_mflags} check
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%fdupes %{buildroot}
%post -n %{lname} -p /sbin/ldconfig
@ -85,18 +82,20 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files
%defattr(-,root,root)
%doc NEWS README
%{_bindir}/fribidi
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
%files -n %{lname}
%defattr(-,root,root)
%license COPYING
%{_libdir}/libfribidi.so.0*
%files devel
%defattr(-, root, root)
%doc AUTHORS ChangeLog THANKS TODO
%doc %{_mandir}/man3/fribidi_*
%{_includedir}/fribidi/
%{_libdir}/libfribidi.so
%{_libdir}/pkgconfig/fribidi.pc
%doc %{_mandir}/man3/fribidi_*
%changelog