Bug 2249882

Summary: Review Request: rust-emojis - Lookup emoji in *O(1)* time!
Product: [Fedora] Fedora Reporter: Leo Puvilland <leo>
Component: Package ReviewAssignee: Fabio Valentini <decathorpe>
Status: ASSIGNED --- QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: decathorpe, package-review
Target Milestone: ---Flags: decathorpe: fedora-review?
Target Release: ---   
Hardware: All   
OS: Linux   
URL: https://crates.io/crates/emojis
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
The .spec file difference from Copr build 6639735 to 6695932 none

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.