Commit Graph

39242 Commits

Author SHA1 Message Date
Jan Tojnar
9a64ee2b45
Merge branch 'staging-next' into staging 2021-03-13 01:58:15 +01:00
github-actions[bot]
b0a6c2b8a5
Merge master into staging-next 2021-03-13 00:38:26 +00:00
R. RyanTM
3a8e7c26c6 liblouis: 3.16.1 -> 3.17.0 2021-03-13 00:46:18 +01:00
Matthew O'Gorman
b71eb2869a
gtk3: add broadwayd to path (#116053) 2021-03-12 19:59:14 +01:00
Jan Tojnar
f747bcb868
Merge branch 'master' into staging-next 2021-03-12 19:58:39 +01:00
Jan Tojnar
6eed4a89f6
libqmi: propagate requireds
glib and libqrtr-glib are listed in the Requires field of the pkg-config file so we need to propagate them in order for depenents to be able to use this library.
2021-03-12 19:45:43 +01:00
Rick van Schijndel
51d401fec4 libwebsockets: add myself as maintainer 2021-03-12 19:21:12 +01:00
Jan Tojnar
4b6373aa2e
Merge pull request #115837 from r-ryantm/auto-update/flatpak
flatpak: 1.10.1 -> 1.10.2
2021-03-12 16:59:37 +01:00
R. RyanTM
b868a483a4 libgdata: 0.18.0 -> 0.18.1 2021-03-12 15:41:15 +01:00
github-actions[bot]
121cc02fe8
Merge master into staging-next 2021-03-12 06:17:54 +00:00
github-actions[bot]
903fc48674
Merge master into staging-next 2021-03-12 00:39:51 +00:00
Rick van Schijndel
03b6aa509a libwebsockets: improve cross-compilation support
Building works on aarch64-multiplatform:

- libwebsockets_3_1
- libwebsockets_3_2
- libwebsockets_4_0
- libwebsockets_4_1
2021-03-11 23:09:31 +01:00
Jan Tojnar
3d92c78160
Merge pull request #115620 from r-ryantm/auto-update/telepathy-glib
telepathy-glib: 0.24.1 -> 0.24.2
2021-03-11 19:35:34 +01:00
github-actions[bot]
d6257d451b
Merge master into staging-next 2021-03-11 18:23:54 +00:00
Guillaume Girol
a72148f3bc
Merge pull request #114881 from collares/sage-dependencies
sage dependency updates
2021-03-11 17:52:16 +00:00
Michael Weiss
90e466041a
intel-media-driver: 21.1.1 -> 21.1.2 2021-03-11 18:30:45 +01:00
Michael Weiss
9bee10090e
libxkbcommon: 1.0.3 -> 1.1.0
https://lists.freedesktop.org/archives/wayland-devel/2021-March/041747.html
2021-03-11 16:37:22 +01:00
Jan Tojnar
5285e5b72c
telepathy-glib: 0.24.1 -> 0.24.2
Switched to python3 & cleaned up the expression while at it.

https://github.com/TelepathyIM/telepathy-glib/compare/telepathy-glib-0.24.1...telepathy-glib-0.24.2
2021-03-11 16:12:31 +01:00
Jan Tojnar
8f3169ab3d
telepathy-glib: do not propagate python
Python is only used as build tool these days so it is not necessary to ensure consistency across telepathy packages.
2021-03-11 16:05:36 +01:00
R. RyanTM
837b1beaca sratom: 0.6.4 -> 0.6.8 2021-03-11 15:58:16 +01:00
R. RyanTM
ab1ca5a6e7 serd: 0.30.4 -> 0.30.10 2021-03-11 15:57:04 +01:00
R. RyanTM
1deeba1f13 tepl: 5.0.0 -> 5.0.1 2021-03-11 15:37:49 +01:00
Jan Tojnar
f026133110
flatpak: 1.10.1 -> 1.10.2 2021-03-11 15:29:53 +01:00
github-actions[bot]
31dc9fe457
Merge master into staging-next 2021-03-11 06:18:03 +00:00
github-actions[bot]
0a8ec23e51
Merge master into staging-next 2021-03-11 00:39:21 +00:00
Sandro Jäckel
3d17f64b4e
wxwidgets_3: remove ? null from inputs, format 2021-03-10 23:54:55 +01:00
Sandro Jäckel
eaff9e7a3e
mauikit: remove superfluous lib 2021-03-10 23:52:39 +01:00
markuskowa
dd201ce4bb
Merge pull request #115649 from markuskowa/upd-openmpi
openmpi: 4.0.5 -> 4.1.0
2021-03-10 23:08:56 +01:00
github-actions[bot]
a3b4d14288
Merge staging-next into staging 2021-03-10 18:23:23 +00:00
github-actions[bot]
6a3a358b0d
Merge master into staging-next 2021-03-10 18:23:15 +00:00
Doron Behar
7cad6e22ea
Merge pull request #115497 from r-ryantm/auto-update/qtutilities
libsForQt5.qtutilities: 6.3.0 -> 6.3.3
2021-03-10 15:17:58 +00:00
sternenseemann
1979284362 ocamlPackages.ctypes: 0.17.1 -> 0.18.0
https://github.com/ocamllabs/ocaml-ctypes/blob/0.18.0/CHANGES.md#ctypes-0180

* ocamlPackages.async_ssl: fix compatibility with ctypes 0.18.0 by using
  ctypes.foreign instead of ctypes.foreign.threaded since the distinction
  between threaded and unthreaded has been removed in this release.
* libbap: link with -thread so linking ctypes.foreign doesn't fail
  https://github.com/BinaryAnalysisPlatform/bap-bindings/issues/18
* ocaml-ng.ocamlPackages_4_07.sodium: patch lib_gen/_tags to also add
  the `package(bigarray)` directive since `ctypes.stubs` no longer
  propgates that, leading to module not found error.
* ocaml-ng.ocamlPackages_4_{04,05,06,07}.async_ssl: mark as broken: due to
  the bigarray-compat dependency, we need dune 2 for ctypes which breaks
  compilation of the legacy async_ssl 0.11 version since we can't
  upgrade to dune 2 for it since that version doesn't support the legacy
  jbuild files.
2021-03-10 16:12:03 +01:00
Austin Seipp
462d059909
liburing: 0.7 -> 2.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2021-03-10 08:59:39 -06:00
R. RyanTM
fca1305251 libsForQt5.qtutilities: 6.3.0 -> 6.3.3 2021-03-10 13:13:15 +02:00
github-actions[bot]
2e71fff3a8
Merge staging-next into staging 2021-03-10 06:17:43 +00:00
github-actions[bot]
90a20b5f9b
Merge master into staging-next 2021-03-10 06:17:36 +00:00
Sandro
4883b23647
Merge pull request #115612 from Thra11/nemo-qml-plugin-dbus
nemo-qml-plugin-dbus: 2.1.23 -> 2.1.24
2021-03-10 02:30:40 +01:00
Sandro
3eb8efbe12
Merge pull request #113092 from sikmir/wxgtk30
wxGTK30: 3.0.4 → 3.0.5
2021-03-10 02:30:22 +01:00
github-actions[bot]
ae64aaa5c0
Merge staging-next into staging 2021-03-10 00:39:15 +00:00
github-actions[bot]
149a81c88d
Merge master into staging-next 2021-03-10 00:39:07 +00:00
R. RyanTM
3a093544b2 rankwidth: 0.7 -> 0.9 2021-03-09 21:28:46 -03:00
Mauricio Collares
5e74f259f3 sympow: work around extra logfile output from pari 2.13 2021-03-09 20:54:55 -03:00
R. RyanTM
9723df462e arb: 2.17.0 -> 2.19.0 2021-03-09 20:48:29 -03:00
R. RyanTM
b296707371 commonsLang: 3.11 -> 3.12.0 2021-03-09 15:42:55 -08:00
R. RyanTM
3ee4f8297b ortp: 4.4.24 -> 4.4.32 2021-03-09 15:39:03 -08:00
R. RyanTM
85db88798d mediastreamer: 4.4.24 -> 4.4.32 2021-03-09 15:36:29 -08:00
R. RyanTM
a2b6c7b042
openmpi: 4.0.5 -> 4.1.0 2021-03-10 00:32:29 +01:00
R. RyanTM
bd526f897e libqb: 2.0.2 -> 2.0.3 2021-03-09 15:32:24 -08:00
Sandro
aa3af19774
Merge pull request #115424 from siraben/darwin-mass-fix-buildInputs=0 2021-03-09 21:14:38 +01:00
markuskowa
f5dc3f9e06
Merge pull request #113087 from r-ryantm/auto-update/pmix
pmix: 3.2.2 -> 3.2.3
2021-03-09 21:04:15 +01:00