Commit Graph

264 Commits

Author SHA1 Message Date
Jaroslav Škarvada e338b007cb Added LDFLAGS to more libraries
Related: rhbz#1543490
2018-05-21 21:53:56 +02:00
Mike Gahagan d1dfa2c6db Add brltty tests from the upstreamfirst (OSCI) project. 2018-05-15 14:15:44 -04:00
Richard W.M. Jones bbd11dcc78 OCaml 4.07.0-beta2 rebuild. 2018-04-26 18:58:08 +01:00
Jaroslav Škarvada 08856a3a47 Switched to upstream patch fixing building with distro's LDFLAGS
Related: rhbz#1543490
2018-04-25 12:33:33 +02:00
Jaroslav Škarvada 86624e877d Build with distro's LDFLAGS
Related: rhbz#1543490
2018-04-24 17:46:19 +02:00
Miro Hrončok 859c30f8fe Don't build Python 2 subpackage on EL > 7 and Fedora > 28 2018-03-16 14:25:54 +01:00
Ondřej Lysoněk 04792bcea2 Build with espeak support only on Fedora 2018-03-08 10:29:35 +01:00
Ondřej Lysoněk 45bfd205aa Add espeak-ng support 2018-03-06 10:22:35 +01:00
Ondřej Lysoněk 67fa97252d Fix the License tags
The license of whole brltty is LGPLv2+ since the 5.6 release:
https://github.com/brltty/brltty/commit/16ccb7d13f0
http://brltty.com/pipermail/brltty/2018-March/015601.html
2018-03-06 10:10:24 +01:00
Ondřej Lysoněk d01cd09355 Fix generating the brltty-debugsource package
The debugsource was not correctly picked up, because brltty built
the python3 subpackage outside the assigned build directory. The build
now follows
http://fedoraproject.org/wiki/Packaging:Python_Appendix#Using_separate_build_directories
2018-02-27 11:24:14 +01:00
Ondřej Lysoněk 255c83021f Use versioned python macros
This fixes the following errors during mockbuild:
sh: /usr/bin/python: No such file or directory
2018-02-26 23:23:01 +01:00
Ondřej Lysoněk 7ab3214621 Disable parallel build
It does indeed fail sometimes. This partially reverts commit b61d90716.
2018-02-26 23:22:59 +01:00
Gwyn Ciesla b61d907164 Flag fixes. 2018-02-12 16:18:19 -06:00
Gwyn Ciesla 89acc4a854 5.6 2018-02-06 08:49:36 -06:00
Iryna Shcherbina 8b6808e8cf Update Python 2 dependency declarations to new packaging standards 2017-12-15 13:10:46 +01:00
Richard W.M. Jones 2b1a65a6aa OCaml 4.06.0 rebuild. 2017-11-17 17:48:21 +00:00
Troy Dawson f27e5a7e38 Cleanup spec file conditionals 2017-10-04 08:26:08 -07:00
Zbigniew Jędrzejewski-Szmek 37841c06f0 2to3 is necessary 2017-08-19 18:09:56 -04:00
Zbigniew Jędrzejewski-Szmek fd2106741b Python 2 binary package renamed to python2-brltty 2017-08-19 09:38:07 -04:00
Richard W.M. Jones 7987d84c98 OCaml 4.05.0 rebuild. 2017-08-08 20:00:00 +01:00
Fedora Release Engineering b73caf3cc2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-02 18:25:54 +00:00
Fedora Release Engineering d082711a23 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-26 04:14:14 +00:00
Gwyn Ciesla 1ab2e779cb Force Python 3 for main RPM. 2017-07-11 08:22:15 -05:00
Gwyn Ciesla 222fb87b2d ocaml rebuild 2017-06-27 13:15:34 -05:00
Gwyn Ciesla 20d0c572c8 Fix FTBFS. 2017-06-22 08:44:32 -05:00
Richard W.M. Jones 04e0161200 OCaml 4.04.1 rebuild. 2017-05-12 20:34:44 +01:00
Gwyn Ciesla 4d67f0645b Sources. 2017-04-19 09:09:32 -05:00
Gwyn Ciesla 2cb1453cb3 5.5 2017-04-19 09:08:40 -05:00
Stephen Gallagher 0b88ce91e4
Don't pass unnecessary -Wno-format to Python bindings
Fixes FTBFS on gcc7
2017-03-17 10:47:05 -04:00
Fedora Release Engineering 14512078b8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-10 07:04:19 +00:00
Miro Hrončok f678f5f36e Rebuild for Python 3.6 2016-12-19 18:20:36 +01:00
Jaroslav Škarvada 0a5a917c33 Used upstream fix for OCaml 4.04 2016-11-09 11:51:50 +01:00
Richard W.M. Jones 5af3e75d48 Add fix for OCaml 4.04 (thanks: Jaroslav Škarvada). 2016-11-08 11:14:39 +00:00
Richard W.M. Jones 152e55c0bf Rebuild for OCaml 4.04.0. 2016-11-05 09:36:06 +00:00
Fedora Release Engineering fb5ae6819e - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages 2016-07-19 06:41:22 +00:00
Jaroslav Škarvada 40500d1f00 New version
Resolves: rhbz#1350990
- Dropped xw-fonts-fix and async-wait patches (both upstreamed)
2016-06-29 15:40:19 +02:00
Jaroslav Škarvada 2fce83b5ee Fixed async wait to handle zero timeouts (by async-wait patch) 2016-05-13 13:40:38 +02:00
Jaroslav Škarvada a9ee1f49bc Made brltty-config executable, currently useless, but FHS compliant
Resolves: rhbz#1332981
2016-05-04 15:50:41 +02:00
Jaroslav Škarvada f1c9977597 Improved fix for XW driver not showing Braille characters
Related: rhbz#1324669
2016-04-11 20:31:19 +02:00
Jaroslav Škarvada d8bc288c8d Doc subpackage cannot have arch requirements
It would create noarch rpms that would differ accross architectures.

Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2016-04-07 15:38:12 +02:00
Jaroslav Škarvada e49c30a111 Added missing requirements to the xw subpackage
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
2016-04-07 15:13:50 +02:00
Jaroslav Škarvada a54e8f333f Fixed XW driver to show Braille characters
Related: rhbz#1324669
- No need to explicitly harden
- Added architecture to subpackages requirements
- Made brltty main package to explicitly requires specific brlapi version
- Renumbered patches
2016-04-07 14:28:27 +02:00
Jaroslav Škarvada ab3a2f6816 Dropped man-fix patch (upstreamed)
- Hardened build
  Related: rhbz#1092547
2016-04-05 14:31:29 +02:00
Dennis Gilmore 64d27ff605 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-03 17:14:12 +00:00
Jon Ciesla c07fc8a974 Bump rel to fix EVR issue due to API not changing. 2015-12-23 04:37:58 -06:00
Jon Ciesla 0a639bb1d5 5.3.1. 2015-12-23 04:05:18 -06:00
Jon Ciesla 39983df0d9 5.3 2015-12-15 08:32:59 -06:00
Peter Robinson 3840640311 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-10 14:09:20 +00:00
Richard W.M. Jones a0dca49979 OCaml 4.02.3 rebuild. 2015-07-28 19:07:00 +01:00
Richard W.M. Jones 21feee102c ocaml-4.02.2 final rebuild. 2015-06-24 21:21:23 +01:00