https://bugzilla.redhat.com/show_bug.cgi?id=2441037
--- Comment #5 from Fabio Valentini <[email protected]> --- Good catch! I've applied your suggestions: Spec URL: https://decathorpe.fedorapeople.org/rust-xcb.spec SRPM URL: https://decathorpe.fedorapeople.org/rust-xcb-1.6.0-1.fc43.src.rpm rust2rpm.toml configuration: ``` [package] cargo-toml-patch-comments = [ "bump quick-xml build-dependency from v0.30 to v0.31", "drop example program that pulls in the \"gl\" dev-dependency", ] [requires] build = ["libxcb-devel"] lib = ["libxcb-devel"] [features] # enable features that are required by some doctests enable = ["xkb", "xinput"] [tests] skip = ["test::test_dynbuf_from_data_panic"] skip-exact = true comments = ["skip one test that does not panic as expected in release mode"] ``` -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2441037 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202441037%23c5 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
