Merged update from upstream sources
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/liblouis.git#eb293618df533c05d04325491f6bb8d67d685626
This commit is contained in:
parent
ef9d0d53b8
commit
438780b255
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@
|
||||
/liblouis-3.10.0.tar.gz
|
||||
/liblouis-3.12.0.tar.gz
|
||||
/liblouis-3.15.0.tar.gz
|
||||
/liblouis-3.16.0.tar.gz
|
||||
|
31
liblouis-tests.patch
Normal file
31
liblouis-tests.patch
Normal file
@ -0,0 +1,31 @@
|
||||
From 87106c3d8df3244dbe3d855b25ac3caf88eb658b Mon Sep 17 00:00:00 2001
|
||||
From: Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||
Date: Tue, 1 Dec 2020 12:49:10 +0100
|
||||
Subject: [PATCH] tests: Drop reference to the removed ru-ru-g1 table (#1033)
|
||||
|
||||
---
|
||||
tests/braille-specs/spaces.yaml | 11 -----------
|
||||
1 file changed, 11 deletions(-)
|
||||
|
||||
diff --git a/tests/braille-specs/spaces.yaml b/tests/braille-specs/spaces.yaml
|
||||
index 0c090e59f..db6e796c5 100644
|
||||
--- a/tests/braille-specs/spaces.yaml
|
||||
+++ b/tests/braille-specs/spaces.yaml
|
||||
@@ -1752,17 +1752,6 @@ tests:
|
||||
- ['\x000a', '\x0020']
|
||||
- ['\x000c', '\x0020']
|
||||
- ['\x000d', '\x0020']
|
||||
-table: ru-ru-g1.utb
|
||||
-flags: {testmode: bothDirections}
|
||||
-tests:
|
||||
- - ['\x0020', '\x0020']
|
||||
- - ['\x00a0', 'a']
|
||||
-flags: {testmode: forward}
|
||||
-tests:
|
||||
- - ['\x0009', '\x0020']
|
||||
- - ['\x000a', '\x0020']
|
||||
- - ['\x000c', '\x0020']
|
||||
- - ['\x000d', '\x0020']
|
||||
table: sa.tbl
|
||||
flags: {testmode: bothDirections}
|
||||
tests:
|
@ -2,14 +2,18 @@
|
||||
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
||||
|
||||
Name: liblouis
|
||||
Version: 3.15.0
|
||||
Release: 2%{?dist}
|
||||
Version: 3.16.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Braille translation and back-translation library
|
||||
|
||||
License: LGPLv3+
|
||||
URL: http://liblouis.org
|
||||
Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
|
||||
# remove test for dropped ru-ru-g1 table
|
||||
# https://github.com/liblouis/liblouis/commit/87106c3d8df3244dbe3d855b25ac3caf88eb658b
|
||||
Patch0: %{name}-tests.patch
|
||||
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: gcc
|
||||
BuildRequires: help2man
|
||||
@ -81,6 +85,8 @@ This package provides the documentation for liblouis.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
|
||||
|
||||
%build
|
||||
%configure --disable-static --enable-ucs4
|
||||
@ -88,6 +94,7 @@ This package provides the documentation for liblouis.
|
||||
make
|
||||
cd doc; xetex %{name}.texi
|
||||
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
@ -140,6 +147,9 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 01 2020 Martin Gieseking <martin.gieseking@uos.de> - 3.16.0-1
|
||||
- Update to 3.16.0
|
||||
|
||||
* Mon Sep 07 2020 Martin Gieseking <martin.gieseking@uos.de> - 3.15.0-2
|
||||
- Use make_install macro.
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (liblouis-3.15.0.tar.gz) = 11413f480f097bc0fcba21bc32d17d1aa44249749640f43ab9db1e7c025d8f7a3270685de9c00975817e98fa4c5e554055024819a7dd17576c1c2d8b1ce2a68e
|
||||
SHA512 (liblouis-3.16.0.tar.gz) = b247e8e501b3b07c45e55ff5df79d7ee8174c12dba9cf7e11ae88e0bbb845c08330e6a1be5ebabc21258bcfd7276484f525e9acc56605ba0fd3ec910b7289a1b
|
||||
|
Loading…
Reference in New Issue
Block a user