From: Jakub Bogusz Date: Fri, 29 Jan 2016 18:27:57 +0000 (+0100) Subject: - updated to 0.19.7 X-Git-Tag: auto/th/fribidi-0.19.7-1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=4ed18fff2ec96da17268c3adc76e5418638b8d32;p=packages%2Ffribidi.git - updated to 0.19.7 - removed obsolete format-security patch --- diff --git a/format-security.patch b/format-security.patch deleted file mode 100644 index c0aea53..0000000 --- a/format-security.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- fribidi-0.19.5/bin/fribidi-main.c~ 2012-12-02 17:25:39.000000000 +0100 -+++ fribidi-0.19.5/bin/fribidi-main.c 2013-12-04 08:10:07.394884765 +0100 -@@ -609,7 +609,7 @@ - } - - if (*nl_found) -- printf (new_line); -+ printf ("%s",new_line); - } - } - } diff --git a/fribidi.spec b/fribidi.spec index 0ab6bac..6f5ddc2 100644 --- a/fribidi.spec +++ b/fribidi.spec @@ -6,13 +6,12 @@ Summary: GNU FriBidi - library implementing the Unicode BiDi algorithm Summary(pl.UTF-8): GNU FriBidi - biblioteka implementująca algorytm Unicode BiDi Name: fribidi -Version: 0.19.6 -Release: 2 +Version: 0.19.7 +Release: 1 License: LGPL v2.1+ Group: Libraries Source0: http://fribidi.org/download/%{name}-%{version}.tar.bz2 -# Source0-md5: ce93d862344991173dabb609bf93ca1d -Patch0: format-security.patch +# Source0-md5: 6c7e7cfdd39c908f7ac619351c1c5c23 URL: http://fribidi.freedesktop.org/ BuildRequires: autoconf >= 2.64 BuildRequires: automake >= 1:1.11.1 @@ -59,7 +58,6 @@ Biblioteka statyczna FriBidi. %prep %setup -q -%patch0 -p1 %build %{__libtoolize}