You're updating from elixir 1.16.x to 1.17.x: the 1.17.0 release ships with breaking changes. I wouldn't ship this to a live stable fedora release.
3. Soft deprecations (no warnings emitted)
Elixir
[GenServer] Deprecate c:GenServer.format_status/2 callback to align with Erlang/OTP 25+
Mix
[mix profile.cprof] Deprecated in favor of the new mix profile.tprof
[mix profile.eprof] Deprecated in favor of the new mix profile.tprof
4. Hard deprecations
Elixir
[IO] Passing :all to IO.read/2 and IO.binread/2 is deprecated, pass :eof instead
[Kernel] Single-quote charlists are deprecated, use ~c instead
[Kernel] Deprecate escaping closing delimiter in uppercase sigils
[Range] left..right without explicit steps inside patterns and guards is deprecated, write left..right//step instead
[Range] Decreasing ranges, such as 10..1 without an explicit step is deprecated, write 10..1//-1 instead
ExUnit
[ExUnit.Case] register_test/4 is deprecated in favor of register_test/6 for performance reasons
CC @ankursinha
This update has been unpushed.
Works!
Works here as well.
Fixes the dependency bug, works properly with qutebrowser.
Works as expected.
Works as expected.
I launched the builds of 1.5.1 for f28 and f29 a few days ago and went to work on something else. I forgot to submit them to bodhi when they finished... I will submit the update in a few minutes, once 1.5.1 is built for f27.
Thank you!
The above vulnerability is now known as CVE-2018-1000559.
The above vulnerability is now known as CVE-2018-1000559.
The package doesn't even build elixir: nothing's working. More on RHBZ #1451526 in a few minutes.
I use pass, but never tried qtpass before.
I don't know if it's due to this update, but I changed qtpass's backend from git/gpg to pass itself and now qtpass doesn't start anymore (without any error message). I can open a bug if you want.
Looks good to me !
Works fine for me.
This update has been unpushed.
There are typo in some (weak) Qt dependencies. See http://pkgs.fedoraproject.org/rpms/qutebrowser/pull-request/3#request_diff for details.
I'm going to unpush this version from testing.
Works nicely here.