Hello community, here is the log from the commit of package fribidi for openSUSE:Factory checked in at 2018-02-19 12:58:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fribidi (Old) and /work/SRC/openSUSE:Factory/.fribidi.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fribidi" Mon Feb 19 12:58:55 2018 rev:25 rq:577661 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/fribidi/fribidi.changes 2014-11-10 17:27:58.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.fribidi.new/fribidi.changes 2018-02-19 12:58:56.886447665 +0100 @@ -1,0 +2,23 @@ +Sat Feb 17 22:43:30 UTC 2018 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- fribidi-0.19.6.tar.bz2 New: ---- fribidi-1.0.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fribidi.spec ++++++ --- /var/tmp/diff_new_pack.9MUFKE/_old 2018-02-19 12:58:57.826413766 +0100 +++ /var/tmp/diff_new_pack.9MUFKE/_new 2018-02-19 12:58:57.830413621 +0100 @@ -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 @@ %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 @@ %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 ++++++ fribidi-0.19.6.tar.bz2 -> fribidi-1.0.1.tar.bz2 ++++++ ++++ 645808 lines of diff (skipped)
