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:
parent
46eae7dd72
commit
22a000a179
@ -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
3
fribidi-1.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c1b182d70590b6cdb5545bab8149de33b966800f27f2d9365c68917ed5a174e4
|
||||||
|
size 2074127
|
@ -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
|
Thu Nov 6 09:50:44 UTC 2014 - i@marguerite.su
|
||||||
|
|
||||||
|
21
fribidi.spec
21
fribidi.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fribidi
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,15 +18,14 @@
|
|||||||
|
|
||||||
%define lname libfribidi0
|
%define lname libfribidi0
|
||||||
Name: fribidi
|
Name: fribidi
|
||||||
Version: 0.19.6
|
Version: 1.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Free Implementation of Unicode BiDi Algorithm
|
Summary: Free Implementation of Unicode BiDi Algorithm
|
||||||
License: LGPL-2.1
|
License: LGPL-2.1
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://fribidi.org/
|
Url: https://github.com/fribidi/fribidi
|
||||||
Source: http://fribidi.org/download/%{name}-%{version}.tar.bz2
|
Source: https://github.com/fribidi/fribidi/releases/download/v%{version}/%{name}-%{version}.tar.bz2
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
#
|
#
|
||||||
Provides: locale(ar;he)
|
Provides: locale(ar;he)
|
||||||
@ -67,17 +66,15 @@ This package provides headers and manual files for FriBiDi.
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static \
|
%configure --disable-static
|
||||||
--enable-malloc
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
%make_install
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%fdupes %{buildroot}
|
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -85,18 +82,20 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc NEWS README
|
||||||
%{_bindir}/fribidi
|
%{_bindir}/fribidi
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%license COPYING
|
||||||
%{_libdir}/libfribidi.so.0*
|
%{_libdir}/libfribidi.so.0*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
%doc AUTHORS ChangeLog THANKS TODO
|
||||||
|
%doc %{_mandir}/man3/fribidi_*
|
||||||
%{_includedir}/fribidi/
|
%{_includedir}/fribidi/
|
||||||
%{_libdir}/libfribidi.so
|
%{_libdir}/libfribidi.so
|
||||||
%{_libdir}/pkgconfig/fribidi.pc
|
%{_libdir}/pkgconfig/fribidi.pc
|
||||||
%doc %{_mandir}/man3/fribidi_*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user