This commit is contained in:
Gwyn Ciesla 2023-07-24 15:13:37 -05:00
parent bc9ce96d56
commit ac2c526635
3 changed files with 17 additions and 58 deletions

View File

@ -1,41 +0,0 @@
Filed upstream as https://github.com/brltty/brltty/pull/420
diff --git a/Messages/ru.po b/Messages/ru.po
index 6d8c5a7..1bbc931 100644
--- a/Messages/ru.po
+++ b/Messages/ru.po
@@ -1,3 +1,34 @@
+# BRLTTY - A background process providing access to the console screen (when in
+# text mode) for a blind person using a refreshable braille display.
+#
+# Copyright (C) 1995-2022 by The BRLTTY Developers.
+#
+# BRLTTY comes with ABSOLUTELY NO WARRANTY.
+#
+# This is free software, placed under the terms of the
+# GNU Lesser General Public License, as published by the Free Software
+# Foundation; either version 2.1 of the License, or (at your option) any
+# later version. Please see the file LICENSE-LGPL for details.
+#
+# Web Page: http://brltty.app/
+#
+# This software is maintained by Dave Mielke <dave@mielke.cc>.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: brltty 4.5\n"
+"Report-Msgid-Bugs-To: BRLTTY@brltty.app\n"
+"POT-Creation-Date: 2021-01-27 11:47-0500\n"
+"PO-Revision-Date: 2021-02-07 08:18-0500\n"
+"Last-Translator: Маргарита Мельникова <margaretmelnikova@gmail.com>\n"
+"Language-Team: Friends of BRLTTY <BRLTTY@brlttY.app>\n"
+"Language: ru\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && "
+"n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+
#: Programs/brltty.c:167
#, c-format
msgid "\"%s\" started as \"%s\"\n"

View File

@ -1,5 +1,5 @@
%define pkg_version 6.5
%define api_version 0.8.4
%define pkg_version 6.6
%define api_version 0.8.5
# minimal means brltty-minimal subpackage with minimal deps for
# braille support in Anaconda installer
@ -46,8 +46,8 @@
%global __requires_exclude ^(%{_privatelibs})$
Name: brltty
Version: %{pkg_version}
Release: 20%{?dist}
Version: 6.6
Release: 1%{?dist}
License: LGPL-2.0-or-later
URL: http://brltty.app/
Source0: http://brltty.app/archive/%{name}-%{version}.tar.xz
@ -57,8 +57,6 @@ Source3: brlapi-forbuild.h
Patch1: brltty-6.3-loadLibrary.patch
# libspeechd.h moved in latest speech-dispatch (NOT sent upstream)
Patch2: brltty-6.3-libspeechd.patch
# fix translations with gettext-0.22: https://github.com/brltty/brltty/pull/420
Patch3: brltty-6.5-gettext.patch
Summary: Braille display driver for Linux/Unix
BuildRequires: byacc
BuildRequires: glibc-kernheaders
@ -157,7 +155,7 @@ Obsoletes: brltty-espeak <= 5.6-5
This package provides the eSpeak-NG driver for BRLTTY.
%package -n brlapi
Version: %{api_version}
Version: 6.6
License: LGPL-2.0-or-later
Summary: Application Programming Interface for BRLTTY
Recommends: %{name} = %{pkg_version}-%{release}
@ -171,7 +169,7 @@ Install this package if you have an application which directly accesses
a refreshable braille display.
%package -n brlapi-devel
Version: %{api_version}
Version: 6.6
License: LGPL-2.0-or-later
Requires: brlapi%{?_isa} = %{api_version}-%{release}
Summary: Headers, static archive, and documentation for BrlAPI
@ -189,7 +187,7 @@ Install this package if you are developing or maintaining an application
which directly accesses a refreshable braille display.
%package -n tcl-brlapi
Version: %{api_version}
Version: 6.6
License: LGPL-2.0-or-later
Requires: brlapi%{?_isa} = %{api_version}-%{release}
BuildRequires: tcl-devel
@ -200,7 +198,7 @@ This package provides the Tcl binding for BrlAPI.
%if %{with python2}
%package -n python2-brlapi
%{?python_provide:%python_provide python2-brlapi}
Version: %{api_version}
Version: 6.6
License: LGPL-2.0-or-later
Requires: brlapi%{?_isa} = %{api_version}-%{release}
BuildRequires: Cython
@ -214,7 +212,7 @@ This package provides the Python 2 binding for BrlAPI.
%if %{with python3}
%package -n python3-brlapi
%{?python_provide:%python_provide python3-brlapi}
Version: %{api_version}
Version: 6.6
License: LGPL-2.0-or-later
Requires: brlapi%{?_isa} = %{api_version}-%{release}
BuildRequires: python3-Cython
@ -230,7 +228,7 @@ This package provides the Python 3 binding for BrlAPI.
%if %{JAVA}
%package -n brlapi-java
Version: %{api_version}
Version: 6.6
License: LGPL-2.0-or-later
Requires: brlapi%{?_isa} = %{api_version}-%{release}
BuildRequires: jpackage-utils
@ -242,7 +240,7 @@ This package provides the Java binding for BrlAPI.
%if 0%{?with_ocaml}
%package -n ocaml-brlapi
Version: %{api_version}
Version: 6.6
License: LGPL-2.0-or-later
Requires: brlapi%{?_isa} = %{api_version}-%{release}
BuildRequires: ocaml
@ -276,9 +274,8 @@ installer.
mv %{name}-%{version} python2
pushd python2
%patch1 -p1 -b .loadLibrary
%patch2 -p1 -b .libspeechd
%patch3 -p1 -b .gettext
%patch -P 1 -p1 -b .loadLibrary
%patch -P 2 -p1 -b .libspeechd
# remove packaged binary file
rm -f Programs/brltty-ktb
@ -692,6 +689,9 @@ fi
%config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/brltty/Initramfs/cmdline
%changelog
* Mon Jul 24 2023 Gwyn Ciesla <gwync@protonmail.com> - 6.6-1
- 6.6
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.5-20
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (brltty-6.5.tar.xz) = bbfbb89b1c3ba5063ad3bc0aa97b859dd23acea1feb79dab20c57dc74ff2f26649942fcecc7030a3f70555596f4d9d35cd05616af2a8e101d4d56b4c471a6ad3
SHA512 (brltty-6.6.tar.xz) = 852bfd9179570be7b0da8b1279f84bdfedc14a319988d9c2eac5a20a9ce8977f31fdee167e8e96bb411184a1d72f4cdc633944c7b3f55bddae411fc71a9e6898