Commit graph

147062 commits

Author SHA1 Message Date
Gadzhi Kharkharov
556e9968ff lf: update to r23. 2021-06-08 14:15:09 -03:00
FollieHiyuki
59e8cfc4e8 element-desktop: update to 1.7.30 2021-06-08 14:14:53 -03:00
Alexander Egorenkov
09fa22975e nyxt: fix dependencies
* Remove unneeded dependencies
  - curl
  - pkg-config
  - sqlite (bookmarks stored as s-exps now)
  - openssl-devel

* Add runtime dependency libfixposix-devel

Unhandled SIMPLE-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                    {1000FB0103}>:
  Error opening shared object "libfixposix.so":
  libfixposix.so: cannot open shared object file: No such file or directory.

* Add enchant2 dependency for spell checking

Signed-off-by: Alexander Egorenkov <egorenar-dev@posteo.net>
2021-06-08 19:07:34 +02:00
Roberto Ricci
2f511dc197 zoom: update to 5.6.22045.0607. 2021-06-08 14:06:14 -03:00
Roberto Ricci
27995aff13 xterm: update to 368. 2021-06-08 14:06:03 -03:00
Roberto Ricci
1a92715a42 revive: update to 1.0.7. 2021-06-08 14:04:49 -03:00
Roberto Ricci
cd16c85a19 github-cli: update to 1.11.0. 2021-06-08 14:03:28 -03:00
Roberto Ricci
bc0919bc73 whois: update to 5.5.10. 2021-06-08 14:01:56 -03:00
Colin Booth
588b8c8313 unibilium: fix license, description 2021-06-08 23:37:42 +07:00
Colin Booth
b33c7d648d umurmur: fix license, http->https, template cleanup 2021-06-08 23:37:42 +07:00
Colin Booth
61c4838f52 ucspi-tcp: fix license, skip checks (methodology broken) 2021-06-08 23:37:42 +07:00
Colin Booth
f6fc1bce56 ucommon: fix license, description 2021-06-08 23:37:42 +07:00
Colin Booth
d645b5e310 ucl: fix license, layout 2021-06-08 23:37:42 +07:00
Leah Neukirchen
f8f3882ca2 stress-ng: update to 0.12.10. 2021-06-08 18:09:39 +02:00
Leah Neukirchen
54eeacbffc python3-boto3: update to 1.17.89. 2021-06-08 18:09:39 +02:00
Leah Neukirchen
efff6aab04 python3-fasteners: update to 0.16.2. 2021-06-08 18:09:39 +02:00
Andrew Benson
ba07c9278b bpytop: update to 1.0.67. 2021-06-08 09:19:42 -05:00
Andrew Benson
322667e41b QMPlay2: update to 21.06.07. 2021-06-08 09:18:48 -05:00
Đoàn Trần Công Danh
741f5f0f4d gdk-pixbuf: correct license 2021-06-08 20:06:02 +07:00
Roberto Ricci
cb5bcaabb4 mpg123: update to 1.28.0. 2021-06-08 09:38:35 -03:00
Philipp David
5def8cbfd2 python3-pikepdf: update to 2.12.2. 2021-06-08 09:33:42 -03:00
Đoàn Trần Công Danh
b7aab30fcf psensor: fix build with microhttpd-0.9.71 2021-06-08 15:42:32 +07:00
Michael Aldridge
42de9bc010 nomad: update to 1.1.0. 2021-06-08 00:16:56 -07:00
UsernameRandomlyGenerated
08bfdac40e psensor: update to 1.2.1.
Also:
- add changelog
- import build fixes from digitalagedragon

Closes: #31218 [via git-merge-pr]
2021-06-08 00:51:50 -03:00
Morgan Thomas
bdd8730b20 retroshare: patch for libmicrohttpd >=0.9.71 2021-06-08 00:51:49 -03:00
Morgan Thomas
a6f4c6166b libmicrohttpd: update to 0.9.73.
This update breaks some C++ implementations (see [1] and
05ed2cb76b).

All packages that depend on libmicrohttpd have been checked; all but two
(psensor and retroshare) build against libmicrohttpd >= 0.9.71 by now,
and those two are easy enough to patch.

The relevant change is just switching some API return types from `int`
to an enum with the same values, so there isn't any concern about ABI
compatibility with the change (and in fact it's only a warning on a C
compiler).

[1] https://github.com/kismetwireless/kismet/issues/281
2021-06-08 00:51:49 -03:00
Pulux
9b62ece48c python3-Flask-SQLAlchemy: update to 2.5.1. 2021-06-08 00:18:34 -03:00
mobinmob
3a560abff8 python3-Flask-HTTPAuth: update to 4.4.0.
Also fix tests.
2021-06-08 00:18:12 -03:00
Pulux
ba61308af7 python3-Flask: update to 2.0.1.
Also fix tests (by ericonr).

Closes: #31243 [via git-merge-pr]
2021-06-08 00:17:29 -03:00
Paper
6550b7936c obs: update to 27.0.0. 2021-06-08 00:06:33 -03:00
Érico Nogueira
db4a9848f7 noto-fonts-emoji: update to 20200916.
Also clean up template to use proper tags instead of hashes.

Unfortunately this version still doesn't work with xbps-src
update-check.
2021-06-08 00:00:28 -03:00
aliasless
aaa1d6a677 stepmania: fix runtime crash when built with new versions of gcc.
Closes: #16630 [via git-merge-pr]
2021-06-07 23:50:47 -03:00
mobinmob
6f4f42629b gscreenshot: update to 2.15.0.
Also:
- add gettext to dependencies to compile translations
- don't try to run non-existent tests (by ericonr)

Closes: #31287 [via git-merge-pr]
2021-06-07 23:45:44 -03:00
UsernameRandomlyGenerated
9c2a5884f7 todoman: update to 4.0.0.
By ericonr:
- remove configobj dep
- add changelog; will also help with solving issues due to config format
  changes in this version

Closes: #31308 [via git-merge-pr]
2021-06-07 23:27:50 -03:00
UsernameRandomlyGenerated
0eeb67541b dua-cli: update to 2.13.0.
Closes: #31307 [via git-merge-pr]
2021-06-07 23:18:18 -03:00
Roberto Ricci
8c3c37ac5d gocryptfs: update to 2.0.1. 2021-06-07 23:12:24 -03:00
Frank Steinborn
94edb5892f ModemManager: update to 1.16.6. 2021-06-07 23:03:01 -03:00
Joseph Benden
25fac8b97b SweetHome3D: update to 6.5.2.
Signed-off-by: Joseph Benden <joe@benden.us>
2021-06-07 23:02:06 -03:00
newbluemoon
b2877b6a28 rosegarden: update to 21.06 2021-06-07 23:01:11 -03:00
Anjandev Momi
07336fa431 dino: update to 0.2.1. 2021-06-08 07:16:49 +07:00
Andrew J. Hesford
b339c0edb9 python3-tifffile: update to 2021.6.6. 2021-06-07 16:12:16 -04:00
dkwo
7276821491 python3-jupyter: update to 4.7.1 and take ownership
Closes: #30873 [via git-merge-pr]
2021-06-07 15:33:22 -04:00
dkwo
7526aede98 New package: jupyterlab-3.0.15 2021-06-07 15:33:22 -04:00
dkwo
9c20a39c51 New package: python3-nbclassic-0.2.8 2021-06-07 15:30:19 -04:00
dkwo
b264c0f493 New package: python3-jupyterlab_server-2.5.1 2021-06-07 15:30:19 -04:00
dkwo
be02724cbc New package: python3-jupyter_server-1.7.0 2021-06-07 15:30:18 -04:00
dkwo
c3bef24827 New package: python3-json5-0.9.5 2021-06-07 15:30:18 -04:00
dkwo
80f4fa84a3 New package: python3-anyio-3.0.1 2021-06-07 15:30:18 -04:00
dkwo
78dd3aeca9 python3-terminado: update to 0.9.4 2021-06-07 15:30:18 -04:00
dkwo
fc0abefe46 New package: python3-pyrsistent-0.17.3 2021-06-07 15:30:18 -04:00