diff --git a/fribidi-0.19.2.tar.gz b/fribidi-0.19.2.tar.gz deleted file mode 100644 index 7e86490..0000000 --- a/fribidi-0.19.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:49cf91586e48b52fe25872ff66c1da0dff0daac2593f9f300e2af12f44f64177 -size 668933 diff --git a/fribidi-0.19.6.tar.bz2 b/fribidi-0.19.6.tar.bz2 new file mode 100644 index 0000000..1595c86 --- /dev/null +++ b/fribidi-0.19.6.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cba8b7423c817e5adf50d28ec9079d14eafcec9127b9e8c8f1960c5ad585e17d +size 639022 diff --git a/fribidi.changes b/fribidi.changes index 8145951..1b5c322 100644 --- a/fribidi.changes +++ b/fribidi.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Nov 6 09:50:44 UTC 2014 - i@marguerite.su + +- update version 0.19.6 + * Fix two minor bidi bugs. + * Build with new libtool to support ppc64le. +- fix boo#903462: -enable-malloc to be thread safe + ------------------------------------------------------------------- Wed Sep 10 13:36:21 UTC 2014 - ftake@geeko.jp diff --git a/fribidi.spec b/fribidi.spec index 0e9fd8d..0c65a9a 100644 --- a/fribidi.spec +++ b/fribidi.spec @@ -16,34 +16,35 @@ # -Name: fribidi %define lname libfribidi0 -Version: 0.19.2 +Name: fribidi +Version: 0.19.6 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 +Source2: baselibs.conf +BuildRequires: fdupes +BuildRequires: pkg-config +# +Provides: locale(ar;he) +BuildRoot: %{_tmppath}/%{name}-%{version}-build # bug437293 %ifarch ppc64 Obsoletes: fribidi-64bit %endif -# -Provides: locale(ar;he) -Source: http://fribidi.org/download/%{name}-%{version}.tar.gz -Source2: baselibs.conf -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: pkg-config %description This library implements the algorithm as described in "Unicode Standard Annex #9, the Bidirectional Algorithm". -%package -n %lname +%package -n %{lname} Summary: Free Implementation of the Unicode BiDi Algorithm Group: System/Libraries -%description -n %lname +%description -n %{lname} This library implements the algorithm as described in "Unicode Standard Annex #9, the Bidirectional Algorithm, http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhaustively @@ -66,28 +67,28 @@ This package provides headers and manual files for FriBiDi. %setup -q %build -%configure --disable-static -%__make %{?_smp_mflags} +%configure --disable-static \ + --enable-malloc +make %{?_smp_mflags} %check -%__make check +make %{?_smp_mflags} check %install -%__make DESTDIR=%buildroot install -%__rm %buildroot%{_libdir}/libfribidi.la +make DESTDIR=%{buildroot} install %{?_smp_mflags} +find %{buildroot} -type f -name "*.la" -delete -print +%fdupes %{buildroot} -%clean -%__rm -rf %buildroot +%post -n %{lname} -p /sbin/ldconfig -%post -n %lname -p /sbin/ldconfig -%postun -n %lname -p /sbin/ldconfig +%postun -n %{lname} -p /sbin/ldconfig %files %defattr(-,root,root) %{_bindir}/fribidi -%doc AUTHORS COPYING ChangeLog INSTALL NEWS README THANKS TODO +%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO -%files -n %lname +%files -n %{lname} %defattr(-,root,root) %{_libdir}/libfribidi.so.0*