From 22a000a1799000f46b073f38f6ef2e1faaf7fdcadfec69658c6991af9d4d7cbb Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Sun, 18 Feb 2018 01:51:46 +0000 Subject: [PATCH] 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 --- fribidi-0.19.6.tar.bz2 | 3 --- fribidi-1.0.1.tar.bz2 | 3 +++ fribidi.changes | 23 +++++++++++++++++++++++ fribidi.spec | 21 ++++++++++----------- 4 files changed, 36 insertions(+), 14 deletions(-) delete mode 100644 fribidi-0.19.6.tar.bz2 create mode 100644 fribidi-1.0.1.tar.bz2 diff --git a/fribidi-0.19.6.tar.bz2 b/fribidi-0.19.6.tar.bz2 deleted file mode 100644 index 1595c86..0000000 --- a/fribidi-0.19.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cba8b7423c817e5adf50d28ec9079d14eafcec9127b9e8c8f1960c5ad585e17d -size 639022 diff --git a/fribidi-1.0.1.tar.bz2 b/fribidi-1.0.1.tar.bz2 new file mode 100644 index 0000000..600f5ba --- /dev/null +++ b/fribidi-1.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1b182d70590b6cdb5545bab8149de33b966800f27f2d9365c68917ed5a174e4 +size 2074127 diff --git a/fribidi.changes b/fribidi.changes index 1b5c322..049d295 100644 --- a/fribidi.changes +++ b/fribidi.changes @@ -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 diff --git a/fribidi.spec b/fribidi.spec index 0c65a9a..f7710b1 100644 --- a/fribidi.spec +++ b/fribidi.spec @@ -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