From f4a2d8264bcbbdc8ebea7d046b052fa02dfd6d0d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 16 Mar 2019 12:21:50 +0100 Subject: [PATCH] Regenerate with dependency information Signed-off-by: Igor Gnatenko --- newsboat.yaml | 719 +++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 627 insertions(+), 92 deletions(-) diff --git a/newsboat.yaml b/newsboat.yaml index fff53b4..8726f3f 100644 --- a/newsboat.yaml +++ b/newsboat.yaml @@ -283,241 +283,776 @@ data: rationale: Something needs to orchestrate build of all stuff below. rust-autocfg: buildorder: 10 - rationale: Dependency of rust-backtrace, rust-rand, rust-rand_chacha, rust-rand_pcg. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-backtrace + * rust-rand + * rust-rand_chacha + * rust-rand_pcg + + Required by: + * rust-backtrace-devel + (built by rust-backtrace) + * rust-rand-devel + (built by rust-rand) + * rust-rand_chacha-devel + (built by rust-rand_chacha) + * rust-rand_pcg-devel + (built by rust-rand_pcg) ref: '81a855938853d5b158170384a78b4bfd0e640fd5' # rust-autocfg-0.1.2-3.fc30 rust-cc: buildorder: 10 - rationale: Dependency of rust-backtrace-sys. - ref: '5188adb9f5d74282e6e8e4856ba75535dbeae3e2' # rust-cc-1.0.30-2.fc31 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-backtrace-sys + + Required by: + * rust-backtrace-sys-devel + (built by rust-backtrace-sys) + ref: '1c083a0231c3d6df486a0e7a5957b60112b55967' # rust-cc-1.0.31-1.fc31 rust-cfg-if: buildorder: 10 - rationale: Dependency of rust-backtrace, rust-log, rust-tempfile. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-backtrace + * rust-log + * rust-tempfile + + Required by: + * rust-backtrace-devel + (built by rust-backtrace) + * rust-log-devel + (built by rust-log) + * rust-tempfile-devel + (built by rust-tempfile) ref: 'fa49aac8a48bd413f6e3f2062adbe2a4d56d9abf' # rust-cfg-if-0.1.7-1.fc31 rust-lazy_static: buildorder: 10 - rationale: Dependency of rust-thread_local. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-thread_local + + Required by: + * rust-thread_local-devel + (built by rust-thread_local) ref: '6e30973f915da136bba20baa034e2cff95a6b74e' # rust-lazy_static-1.3.0-3.fc31 rust-libc: buildorder: 10 - rationale: Dependency of newsboat, rust-backtrace, rust-backtrace-sys, rust-dirs, - rust-parking_lot_core, rust-rand, rust-rand0.5, rust-rand_os, rust-tempfile, - rust-time. + rationale: |- + Dependency of other components. + + BuildRequired by: + * newsboat + * rust-backtrace + * rust-backtrace-sys + * rust-dirs + * rust-parking_lot_core + * rust-rand + * rust-rand0.5 + * rust-rand_os + * rust-tempfile + * rust-time + + Required by: + * rust-backtrace-devel + (built by rust-backtrace) + * rust-backtrace-sys-devel + (built by rust-backtrace-sys) + * rust-dirs-devel + (built by rust-dirs) + * rust-parking_lot_core-devel + (built by rust-parking_lot_core) + * rust-rand-devel + (built by rust-rand) + * rust-rand0.5+std-devel + (built by rust-rand0.5) + * rust-rand_os-devel + (built by rust-rand_os) + * rust-tempfile-devel + (built by rust-tempfile) + * rust-time-devel + (built by rust-time) ref: '9b95ae890adec9addc9b4f80fb02f2ea21ce06bb' # rust-libc-0.2.50-1.fc31 rust-matches: buildorder: 10 - rationale: Dependency of rust-idna, rust-unicode-bidi, rust-url. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-idna + * rust-unicode-bidi + * rust-url + + Required by: + * rust-idna-devel + (built by rust-idna) + * rust-unicode-bidi-devel + (built by rust-unicode-bidi) + * rust-url-devel + (built by rust-url) ref: '8e9a1c4f46c1355869374fe7fb403a6b6c1b0fca' # rust-matches-0.1.8-4.fc30 rust-memchr: buildorder: 10 - rationale: Dependency of rust-aho-corasick, rust-regex. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-aho-corasick + * rust-regex + + Required by: + * rust-aho-corasick-devel + (built by rust-aho-corasick) + * rust-regex-devel + (built by rust-regex) ref: '1e687e82d0f14eca98597968c0985a0eaa048f38' # rust-memchr-2.2.0-2.fc31 rust-num-traits: buildorder: 10 - rationale: Dependency of rust-chrono, rust-num-integer. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-chrono + * rust-num-integer + + Required by: + * rust-chrono-devel + (built by rust-chrono) + * rust-num-integer-devel + (built by rust-num-integer) ref: 'f52b292282ba55da6bfe30e849f3e8a74fe9e1f9' # rust-num-traits-0.2.6-4.fc30 rust-percent-encoding: buildorder: 10 - rationale: Dependency of rust-url. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-url + + Required by: + * rust-url-devel + (built by rust-url) ref: '3454351c48f229751bbd1b0e0fa8622e6528d2b2' # rust-percent-encoding-1.0.1-7.fc30 + rust-rand_core: + buildorder: 10 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + * rust-rand_core0.3 + * rust-rand_jitter + * rust-rand_os + * rust-rand_pcg + + Required by: + * rust-rand+alloc-devel + (built by rust-rand) + * rust-rand+std-devel + (built by rust-rand) + * rust-rand-devel + (built by rust-rand) + * rust-rand_core0.3+alloc-devel + (built by rust-rand_core0.3) + * rust-rand_core0.3+serde1-devel + (built by rust-rand_core0.3) + * rust-rand_core0.3+std-devel + (built by rust-rand_core0.3) + * rust-rand_core0.3-devel + (built by rust-rand_core0.3) + * rust-rand_jitter+std-devel + (built by rust-rand_jitter) + * rust-rand_jitter-devel + (built by rust-rand_jitter) + * rust-rand_os-devel + (built by rust-rand_os) + * rust-rand_pcg-devel + (built by rust-rand_pcg) + ref: '2ffed169b8788f3f390f33f36bdcaa94c99ca8ce' # rust-rand_core-0.4.0-3.fc31 rust-remove_dir_all: buildorder: 10 - rationale: Dependency of rust-tempfile. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-tempfile + + Required by: + * rust-tempfile-devel + (built by rust-tempfile) ref: '8fe0af9b623f38dd787b38e38920ea425abca29b' # rust-remove_dir_all-0.5.1-5.fc31 rust-rustc-demangle: buildorder: 10 - rationale: Dependency of rust-backtrace. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-backtrace + + Required by: + * rust-backtrace-devel + (built by rust-backtrace) ref: '07caa0dc695b3332398f51e6eff2b72c91f5f78d' # rust-rustc-demangle-0.1.13-2.fc30 rust-scopeguard: buildorder: 10 - rationale: Dependency of rust-lock_api. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-lock_api + + Required by: + * rust-lock_api-devel + (built by rust-lock_api) ref: 'd058bbf19eab010ef6477045a7c26cb93381b7e1' # rust-scopeguard-0.3.3-7.fc30 rust-semver-parser0.7: buildorder: 10 - rationale: Dependency of rust-semver. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-semver + + Required by: + * rust-semver-devel + (built by rust-semver) ref: '171aa5834211cb7ba17fe68f68587879040bf342' # rust-semver-parser0.7-0.7.0-9.fc30 rust-serde: buildorder: 10 - rationale: Dependency of rust-rand0.5, rust-rand_core. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand0.5 + + Required by: + * rust-rand_core+serde1-devel + (built by rust-rand_core) ref: '6b0bcf9f0759180ad940ba8150115d38a38cdf38' # rust-serde-1.0.89-2.fc31 rust-smallvec: buildorder: 10 - rationale: Dependency of rust-parking_lot_core, rust-unicode-normalization. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-parking_lot_core + * rust-unicode-normalization + + Required by: + * rust-parking_lot_core-devel + (built by rust-parking_lot_core) + * rust-unicode-normalization-devel + (built by rust-unicode-normalization) ref: '0b1ca3633d5339c61780cbd948553ba37db89771' # rust-smallvec-0.6.9-2.fc31 rust-stable_deref_trait: buildorder: 10 - rationale: Dependency of rust-owning_ref. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-owning_ref + + Required by: + * rust-owning_ref-devel + (built by rust-owning_ref) ref: '75e1c3a99b3691a84a2908e5c0e1b47683bf6e07' # rust-stable_deref_trait-1.1.1-4.fc30 rust-ucd-util: buildorder: 10 - rationale: Dependency of rust-regex-syntax. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-regex-syntax + + Required by: + * rust-regex-syntax-devel + (built by rust-regex-syntax) ref: 'b1e81c701e5edeeb5bf13f05529c9efd651d7cc3' # rust-ucd-util-0.1.3-2.fc30 rust-unicode-width: buildorder: 10 - rationale: Dependency of newsboat. + rationale: |- + Dependency of other components. + + BuildRequired by: + * newsboat ref: '6b7a220e29805a34e566e0bbc056f04288e46b98' # rust-unicode-width-0.1.5-5.fc30 rust-unicode-xid: buildorder: 10 - rationale: Dependency of rust-proc-macro2, rust-syn. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-proc-macro2 + * rust-syn + + Required by: + * rust-proc-macro2-devel + (built by rust-proc-macro2) + * rust-syn-devel + (built by rust-syn) ref: 'f0f240a98191837a508e3a829186f3e68fb073a7' # rust-unicode-xid-0.1.0-8.fc30 rust-utf8-ranges: buildorder: 10 - rationale: Dependency of rust-regex. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-regex + + Required by: + * rust-regex-devel + (built by rust-regex) ref: '9ffdb97b701fca2b72af10278be1a94dbf09fbf9' # rust-utf8-ranges-1.0.2-2.fc30 rust-aho-corasick: buildorder: 20 - rationale: Dependency of rust-regex. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-regex + + Required by: + * rust-regex-devel + (built by rust-regex) ref: '24df14d51bc0cfcaff5a6481c6df1fca9348a658' # rust-aho-corasick-0.6.10-1.fc30 rust-backtrace-sys: buildorder: 20 - rationale: Dependency of rust-backtrace. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-backtrace + + Required by: + * rust-backtrace+libbacktrace-devel + (built by rust-backtrace) ref: '4881ae8b7c5ebd061d70d1d394aa595940899d58' # rust-backtrace-sys-0.1.28-2.fc30 rust-dirs: buildorder: 20 - rationale: Dependency of newsboat. + rationale: |- + Dependency of other components. + + BuildRequired by: + * newsboat ref: '8fc11cedb2221a5c75b97694e0e83ad250cb1977' # rust-dirs-1.0.5-1.fc31 + rust-lock_api: + buildorder: 20 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-parking_lot + + Required by: + * rust-parking_lot-devel + (built by rust-parking_lot) + ref: '2113933181dc804590ffdfad931e2dcd82c6ae86' # rust-lock_api-0.1.5-3.fc31 rust-log: buildorder: 20 - rationale: Dependency of rust-rand0.5. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand0.5 ref: 'f2ed0b96f2aef62b3f25f527f3970f857e7e42a3' # rust-log-0.4.6-3.fc31 rust-num-integer: buildorder: 20 - rationale: Dependency of rust-chrono. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-chrono + + Required by: + * rust-chrono-devel + (built by rust-chrono) ref: '95b28ad1b64403e529c3f3c8eb7cdd95218b865e' # rust-num-integer-0.1.39-6.fc31 rust-owning_ref: buildorder: 20 - rationale: Dependency of rust-lock_api. + rationale: |- + Dependency of other components. + + Required by: + * rust-lock_api+owning_ref-devel + (built by rust-lock_api) ref: 'a58a242f26a99df67cdc7249b0d27090189d2a9d' # rust-owning_ref-0.4.0-2.fc30 rust-proc-macro2: buildorder: 20 - rationale: Dependency of rust-quote, rust-serde_derive, rust-syn. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-quote + * rust-serde_derive + * rust-syn + + Required by: + * rust-quote+proc-macro-devel + (built by rust-quote) + * rust-quote-devel + (built by rust-quote) + * rust-serde_derive-devel + (built by rust-serde_derive) + * rust-syn+proc-macro-devel + (built by rust-syn) + * rust-syn-devel + (built by rust-syn) ref: '3855044696e35eafefebe7360043a1ca9a90c7ca' # rust-proc-macro2-0.4.27-1.fc30 + rust-rand_jitter: + buildorder: 20 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand+std-devel + (built by rust-rand) + * rust-rand-devel + (built by rust-rand) + ref: '397d4a229a47ef2806e7c3cd0a5c05382fa66344' # rust-rand_jitter-0.1.3-2.fc31 + rust-rand_os: + buildorder: 20 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand+std-devel + (built by rust-rand) + ref: 'bf6aba9620e08749b5697e4d3d3e4b5f2b3d8cf9' # rust-rand_os-0.1.3-2.fc31 + rust-rand_pcg: + buildorder: 20 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand-devel + (built by rust-rand) + ref: '55c099d27ef3d71b49404ff1cdaefa980dce3ae1' # rust-rand_pcg-0.1.2-2.fc31 rust-regex-syntax: buildorder: 20 - rationale: Dependency of rust-regex. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-regex + + Required by: + * rust-regex-devel + (built by rust-regex) ref: '9563466f81e609018817e7db23e1d2d6d110885a' # rust-regex-syntax-0.6.5-2.fc30 rust-semver: buildorder: 20 - rationale: Dependency of rust-rustc_version. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rustc_version + + Required by: + * rust-rustc_version-devel + (built by rust-rustc_version) ref: 'c6b7210fce440b9e2b2f8f489d49af557c023ae7' # rust-semver-0.9.0-8.fc31 rust-thread_local: buildorder: 20 - rationale: Dependency of rust-regex. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-regex + + Required by: + * rust-regex-devel + (built by rust-regex) ref: '203b239665653ad710d5dc0f750bfe691b3054f1' # rust-thread_local-0.3.6-4.fc30 rust-time: buildorder: 20 - rationale: Dependency of rust-chrono. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-chrono + + Required by: + * rust-chrono+clock-devel + (built by rust-chrono) ref: 'afc60bde9c4f5e9075775b51b084c7e2de45e2a7' # rust-time-0.1.42-4.fc31 rust-unicode-bidi: buildorder: 20 - rationale: Dependency of rust-idna. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-idna + + Required by: + * rust-idna-devel + (built by rust-idna) ref: 'e7e9c6c03dc86f7d21597ff8e6e780fd2626c315' # rust-unicode-bidi-0.3.4-8.fc31 rust-unicode-normalization: buildorder: 20 - rationale: Dependency of rust-idna. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-idna + + Required by: + * rust-idna-devel + (built by rust-idna) ref: 'c29ca70068f7d9723e2c8199cdd37f22ebeee74a' # rust-unicode-normalization-0.1.8-2.fc30 rust-backtrace: buildorder: 30 - rationale: Dependency of newsboat. + rationale: |- + Dependency of other components. + + BuildRequired by: + * newsboat ref: '8afa9b9e52f02ecf7bf44f5cbb90bf02c03fca26' # rust-backtrace-0.3.14-2.fc31 rust-chrono: buildorder: 30 - rationale: Dependency of newsboat. + rationale: |- + Dependency of other components. + + BuildRequired by: + * newsboat ref: 'f1fc5b2924e40b293ec6baec47b83aecd5726aa9' # rust-chrono-0.4.6-4.fc31 rust-idna: buildorder: 30 - rationale: Dependency of rust-url. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-url + + Required by: + * rust-url-devel + (built by rust-url) ref: 'b2fe751e5d267e82c63bddcb52492ab8181ab768' # rust-idna-0.1.5-4.fc30 - rust-lock_api: - buildorder: 30 - rationale: Dependency of rust-parking_lot. - ref: '2113933181dc804590ffdfad931e2dcd82c6ae86' # rust-lock_api-0.1.5-3.fc31 rust-quote: buildorder: 30 - rationale: Dependency of rust-serde_derive, rust-syn. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-serde_derive + * rust-syn + + Required by: + * rust-serde_derive-devel + (built by rust-serde_derive) + * rust-syn+printing-devel + (built by rust-syn) + * rust-syn+proc-macro-devel + (built by rust-syn) ref: 'f932c7e0b493c27300136ea4071d8e6356f269a5' # rust-quote-0.6.11-2.fc30 rust-regex: buildorder: 30 - rationale: Dependency of newsboat. + rationale: |- + Dependency of other components. + + BuildRequired by: + * newsboat ref: '3b32c066c90d665594c7ff75476d31c78ef7c132' # rust-regex-1.1.2-1.fc31 rust-rustc_version: buildorder: 30 - rationale: Dependency of rust-parking_lot_core. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-parking_lot_core + + Required by: + * rust-parking_lot_core-devel + (built by rust-parking_lot_core) ref: 'ca4603e4a52064674282104f297dd25dc12f909e' # rust-rustc_version-0.2.3-4.fc30 rust-syn: buildorder: 40 - rationale: Dependency of rust-serde_derive. - ref: '4ddfedc4a50404a75e5d52187fe81962404cf9da' # rust-syn-0.15.28-1.fc31 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-serde_derive + + Required by: + * rust-serde_derive-devel + (built by rust-serde_derive) + ref: '2078d9b6fc0501d0dae05f8f564dd3345f1d4078' # rust-syn-0.15.29-1.fc31 rust-url: buildorder: 40 - rationale: Dependency of newsboat. + rationale: |- + Dependency of other components. + + BuildRequired by: + * newsboat ref: 'b259e34417267000954a3cf6c878e66851ddb4d4' # rust-url-1.7.2-3.fc31 rust-serde_derive: buildorder: 50 - rationale: Dependency of rust-rand0.5, rust-rand_core. + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand0.5 + + Required by: + * rust-rand_core+serde1-devel + (built by rust-rand_core) ref: '5a760243ceaa6d89570498ebb78c41294bf6163c' # rust-serde_derive-1.0.89-1.fc31 - rust-rand_core: - buildorder: 60 - rationale: Dependency of rust-rand, rust-rand_core0.3, rust-rand_jitter, rust-rand_os, - rust-rand_pcg. - ref: '2ffed169b8788f3f390f33f36bdcaa94c99ca8ce' # rust-rand_core-0.4.0-3.fc31 rust-rand_core0.3: - buildorder: 70 - rationale: Dependency of rust-rand0.5, rust-rand_chacha, rust-rand_hc, rust-rand_isaac, - rust-rand_xorshift. + buildorder: 60 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand0.5 + * rust-rand_chacha + * rust-rand_hc + * rust-rand_isaac + * rust-rand_xorshift + + Required by: + * rust-rand0.5+alloc-devel + (built by rust-rand0.5) + * rust-rand0.5+std-devel + (built by rust-rand0.5) + * rust-rand0.5-devel + (built by rust-rand0.5) + * rust-rand_chacha-devel + (built by rust-rand_chacha) + * rust-rand_hc-devel + (built by rust-rand_hc) + * rust-rand_isaac-devel + (built by rust-rand_isaac) + * rust-rand_xorshift-devel + (built by rust-rand_xorshift) ref: '6352839625817d5694f2edcfeb89028c1361f930' # rust-rand_core0.3-0.3.1-2.fc30 - rust-rand_jitter: - buildorder: 70 - rationale: Dependency of rust-rand. - ref: '397d4a229a47ef2806e7c3cd0a5c05382fa66344' # rust-rand_jitter-0.1.3-2.fc31 - rust-rand_os: - buildorder: 70 - rationale: Dependency of rust-rand. - ref: 'bf6aba9620e08749b5697e4d3d3e4b5f2b3d8cf9' # rust-rand_os-0.1.3-2.fc31 - rust-rand_pcg: - buildorder: 70 - rationale: Dependency of rust-rand. - ref: '55c099d27ef3d71b49404ff1cdaefa980dce3ae1' # rust-rand_pcg-0.1.2-2.fc31 rust-rand0.5: - buildorder: 80 - rationale: Dependency of newsboat. + buildorder: 70 + rationale: |- + Dependency of other components. + + BuildRequired by: + * newsboat ref: '2e5737a7b6296a021026964be59c88b3b8e51f7a' # rust-rand0.5-0.5.6-2.fc30 rust-rand_chacha: - buildorder: 80 - rationale: Dependency of rust-rand. + buildorder: 70 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand-devel + (built by rust-rand) ref: '0e9ac782e7b4d9b50a674f96392dcf00527ee639' # rust-rand_chacha-0.1.1-2.fc30 rust-rand_hc: - buildorder: 80 - rationale: Dependency of rust-rand. + buildorder: 70 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand-devel + (built by rust-rand) ref: '4b6818ef7dabe874c31778c29ad01a7eead91aa4' # rust-rand_hc-0.1.0-3.fc30 rust-rand_isaac: - buildorder: 80 - rationale: Dependency of rust-rand. + buildorder: 70 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand-devel + (built by rust-rand) ref: '3cf62a581a3f5f399234f95f9da9d107fdd27bb5' # rust-rand_isaac-0.1.1-4.fc31 rust-rand_xorshift: - buildorder: 80 - rationale: Dependency of rust-rand. + buildorder: 70 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-rand + + Required by: + * rust-rand-devel + (built by rust-rand) ref: '45df31bb381c91d5f7bfd570192673d8809a627e' # rust-rand_xorshift-0.1.1-3.fc31 rust-rand: - buildorder: 90 - rationale: Dependency of rust-parking_lot_core, rust-tempfile. + buildorder: 80 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-parking_lot_core + * rust-tempfile + + Required by: + * rust-parking_lot_core-devel + (built by rust-parking_lot_core) + * rust-tempfile-devel + (built by rust-tempfile) ref: 'ed88355deb5e2867d0422f861bcbe4c720e12e0b' # rust-rand-0.6.5-3.fc31 rust-parking_lot_core: - buildorder: 100 - rationale: Dependency of rust-parking_lot. + buildorder: 90 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-parking_lot + + Required by: + * rust-parking_lot-devel + (built by rust-parking_lot) ref: 'c910ab0697d367be25661c75f722cfef1084e1ca' # rust-parking_lot_core-0.4.0-3.fc31 rust-tempfile: - buildorder: 100 - rationale: Dependency of newsboat. + buildorder: 90 + rationale: |- + Dependency of other components. + + BuildRequired by: + * newsboat ref: '0ae8e8a1d0071fa5c84ef8a7c08a92892731cb2f' # rust-tempfile-3.0.7-1.fc30 rust-parking_lot: - buildorder: 110 - rationale: Dependency of rust-once_cell. + buildorder: 100 + rationale: |- + Dependency of other components. + + BuildRequired by: + * rust-once_cell + + Required by: + * rust-once_cell+default-devel + (built by rust-once_cell) ref: '8daed268292f9b920aa1e8b54d73bf29f80269de' # rust-parking_lot-0.7.1-2.fc30 rust-once_cell: - buildorder: 120 - rationale: Dependency of newsboat. + buildorder: 110 + rationale: |- + Dependency of other components. + + BuildRequired by: + * newsboat ref: '27484e84d9754e96a667d7faeca7a5104e2d8ee1' # rust-once_cell-0.1.8-2.fc30 newsboat: - buildorder: 130 + buildorder: 120 rationale: Main component. - ref: master + ref: 'cdf08e6666eb2cdd027b28a4d3411bd680465ac8' # newsboat-2.14.1-1.fc31