Bug 2249404
| Summary: | Review Request: rust-gtk-blueprint - Use Blueprint in Rust GTK applications | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Davide Cavalca <davide> |
| Component: | Package Review | Assignee: | Fabio Valentini <decathorpe> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | decathorpe, package-review |
| Target Milestone: | --- | Flags: | decathorpe:
fedora-review?
|
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | https://crates.io/crates/gtk-blueprint | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-10-18 15:50:35 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Davide Cavalca
2023-11-12 20:42:21 UTC
I used this rust2rpm.toml: [requires] build = ["blueprint-compiler"] test = ["gtk4-devel"] lib = ["blueprint-compiler"] Copr build: https://copr.fedorainfracloud.org/coprs/build/6627078 (succeeded) Review template: https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2249404-rust-gtk-blueprint/fedora-rawhide-x86_64/06627078-rust-gtk-blueprint/fedora-review/review.txt Please take a look if any issues were found. --- This comment was created by the fedora-review-service https://github.com/FrostyX/fedora-review-service If you want to trigger a new Copr build, add a comment containing new Spec and SRPM URLs or [fedora-review-service-build] string. > license = "GPL-3.0" This is a deprecated identifier. Its non-deprecated equivalent is "GPL-3.0-only". It might be good to ask the upstream project about clarifying this (i.e. "GPL-3.0-only" or "GPL-3.0-or-later"). c.f. https://spdx.org/licenses/#deprecated I've submitted https://github.com/Megadash452/gtk-blueprint/pull/1 for that To clarify, it would be fine to fix the license identifier downstream if there were *any* indication in this project whether it should be GPL-3.0-only or GPL-3.0-or-later, but I can't find anything in the code that would support picking either one. I'm going to drop this, ended up using something else and I don't need it anymore. |