Hello community, here is the log from the commit of package fribidi for openSUSE:Factory checked in at 2020-08-14 09:30:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fribidi (Old) and /work/SRC/openSUSE:Factory/.fribidi.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fribidi" Fri Aug 14 09:30:09 2020 rev:30 rq:825419 version:1.0.10 Changes: -------- --- /work/SRC/openSUSE:Factory/fribidi/fribidi.changes 2020-05-28 09:10:37.412213537 +0200 +++ /work/SRC/openSUSE:Factory/.fribidi.new.3399/fribidi.changes 2020-08-14 09:30:13.584303008 +0200 @@ -1,0 +2,32 @@ +Sun Aug 9 20:02:12 UTC 2020 - Matthias Eliasson <[email protected]> + +- Update to version 1.0.10: + * Fixed various compilation problems and symbol exports necessary for + proper compilation under windows. +- Changes from version 1.0.9: + * A bug fix in the fribidi unicode algorithm where isolate sequences were + not really isolated. + * Restored mistakenly removed deprecated function + fribidi_log2vis_get_embedding_levels() + * autotools now generates xz archives instead of bzip2 archives +- Changes from version 1.0.8: + * A bug fix in the fribidi unicode algorithm for multiple isolate + sequences. + * Fixed a potential buffer overflow for a long sequence of isolate + overrides characters +- Changes from version 1.0.7: + * This is a minor bugfix that removes symlinks and updates the meson + version. +- Changes from version 1.0.6: + * This is a minor bugfix release that fixes a list of minor issues that + have turned up during the last year. + * Various compilation and cross compilation issues. + * Various minor header cleanups. + * Removed libc's bsearch for performance and portability reasons +- Run spec-cleaner + * Remove package groups +- Drop patches fixed upstream + * Truncate-isolate_level-to-FRIBIDI_BIDI_MAX_EXPLICIT_.diff + * no-config-h.diff + +------------------------------------------------------------------- Old: ---- Truncate-isolate_level-to-FRIBIDI_BIDI_MAX_EXPLICIT_.diff fribidi-1.0.5.tar.bz2 no-config-h.diff New: ---- fribidi-1.0.10.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fribidi.spec ++++++ --- /var/tmp/diff_new_pack.PdkANU/_old 2020-08-14 09:30:15.332303904 +0200 +++ /var/tmp/diff_new_pack.PdkANU/_new 2020-08-14 09:30:15.332303904 +0200 @@ -18,18 +18,13 @@ %define lname libfribidi0 Name: fribidi -Version: 1.0.5 +Version: 1.0.10 Release: 0 Summary: An implementation of the Unicode BiDi algorithm License: LGPL-2.1-only -Group: Development/Libraries/C and C++ URL: https://github.com/fribidi/fribidi -Source: https://github.com/fribidi/fribidi/releases/download/v%{version}/%{name}-%{version}.tar.bz2 +Source: https://github.com/fribidi/fribidi/releases/download/v%{version}/%{name}-%{version}.tar.xz Source2: baselibs.conf -# PATCH-FIX-UPSTREAM no-config-h.diff - copied from Debian -Patch1: no-config-h.diff -# PATCH-FIX-UPSTREAM Truncate-isolate_level-to-FRIBIDI_BIDI_MAX_EXPLICIT_.diff - copied from Debian -Patch2: Truncate-isolate_level-to-FRIBIDI_BIDI_MAX_EXPLICIT_.diff BuildRequires: pkgconfig # Provides: locale(ar;he) @@ -44,7 +39,6 @@ %package -n %{lname} Summary: An implementation of the Unicode BiDi algorithm -Group: System/Libraries %description -n %{lname} This library implements the algorithm as described in "Unicode @@ -59,16 +53,13 @@ %package devel Summary: Development Files for FriBiDi -Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} %description devel This package provides headers and manual files for FriBiDi. %prep -%setup -q -%patch1 -p1 -%patch2 -p1 +%autosetup -p1 %build %configure --disable-static
