Bug 2249882 - Review Request: rust-emojis - Lookup emoji in *O(1)* time!
Summary: Review Request: rust-emojis - Lookup emoji in *O(1)* time!
Keywords:
Status: ASSIGNED
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Fabio Valentini
QA Contact: Fedora Extras Quality Assurance
URL: https://crates.io/crates/emojis
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2023-11-15 18:56 UTC by Leo Puvilland
Modified: 2023-11-29 16:18 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:
decathorpe: fedora-review?


Attachments (Terms of Use)
The .spec file difference from Copr build 6639735 to 6695932 (778 bytes, patch)
2023-11-26 18:26 UTC, Fedora Review Service
no flags Details | Diff

Description Leo Puvilland 2023-11-15 18:56:28 UTC
Spec URL: https://pagure.io/leo/rpms-wip/raw/master/f/rust-emojis/rust-emojis.spec
SRPM URL: https://download.copr.fedorainfracloud.org/results/leo/rpms-wip/srpm-builds/06639730/rust-emojis-0.6.1-1.src.rpm
Description:  Lookup emoji in *O(1)* time, access metadata and GitHub shortcodes, iterate over all emoji, and more!
Fedora Account System Username: leo

Koji Scratch Build: https://koji.fedoraproject.org/koji/taskinfo?taskID=109078440

Comment 1 Fedora Review Service 2023-11-15 19:03:12 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/6639735
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2249882-rust-emojis/fedora-rawhide-x86_64/06639735-rust-emojis/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.

Comment 2 Fabio Valentini 2023-11-25 18:18:30 UTC
Package looks good in general, only two minor issues:

- The summary is way too long. Please replace the "Summary" tag in the package with something more concise.
- The spec file inside the uploaded SRPM does not match the uploaded spec file. Make sure they match.

Additionally, please update the the summary in the bug title according to whatever shortened Summary you come up with.

Comment 4 Fedora Review Service 2023-11-26 18:26:31 UTC
Created attachment 2001567 [details]
The .spec file difference from Copr build 6639735 to 6695932

Comment 5 Fedora Review Service 2023-11-26 18:26:33 UTC
Copr build:
https://copr.fedorainfracloud.org/coprs/build/6695932
(succeeded)

Review template:
https://download.copr.fedorainfracloud.org/results/@fedora-review/fedora-review-2249882-rust-emojis/fedora-rawhide-x86_64/06695932-rust-emojis/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.

Comment 6 Fabio Valentini 2023-11-29 16:18:32 UTC
Thanks, looks better now.

Upon closer inspection of the source code, I found some code that is generated from Unicode data ("src/gen/*.rs"):
https://unicode.org/Public/emoji/15.1/emoji-test.txt

Code generated from this data is usually covered by the terms of the "Unicode Data Files and Software License" (Unicode-DFS-2016):
https://www.unicode.org/copyright.html
https://www.unicode.org/license.txt

Please ask the upstream project to clarify the license of these files. If they are indeed covered by the terms of the Unicode-DFS-2016 license, the crate metadata should probably reflect that, and the text of the license in a file (like "LICENSE-UNICODE") should be included - similarly to what https://github.com/dtolnay/unicode-ident does.


Note You need to log in before you can comment on or make changes to this bug.