Bug 2027121 - Review Request: casc - Colored Abstract Simplicial Complex (CASC) Library
Summary: Review Request: casc - Colored Abstract Simplicial Complex (CASC) Library
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: Package Review
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Major Hayden 🀠
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-11-28 20:08 UTC by Ben Beasley
Modified: 2022-05-19 16:04 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2022-05-09 15:07:03 UTC
Type: ---
Embargoed:
mhayden: fedora-review+


Attachments (Terms of Use)

Description Ben Beasley 2021-11-28 20:08:55 UTC
Spec URL: https://music.fedorapeople.org/casc.spec
SRPM URL: https://music.fedorapeople.org/casc-1.0.5-1.fc35.src.rpm

Description:

CASC is a modern and header-only C++ library which provides a data structure to
represent arbitrary dimension abstract simplicial complexes with user-defined
classes stored directly on the simplices at each dimension. This is achieved by
taking advantage of the combinatorial nature of simplicial complexes and new
C++ code features such as: variadic templates and automatic function return
type deduction. Essentially CASC stores the full topology of the complex
according to a Hasse diagram. The representation of the topology is decoupled
from interactions of user data through the use of metatemplate programming.

Fedora Account System Username: music

Koji scratch builds:

F36: https://koji.fedoraproject.org/koji/taskinfo?taskID=79383408
F35: https://koji.fedoraproject.org/koji/taskinfo?taskID=79383409
F34: https://koji.fedoraproject.org/koji/taskinfo?taskID=79383410

Comment 2 Ben Beasley 2022-03-22 12:32:58 UTC
New links in that last comment should have been:

Spec URL: https://music.fedorapeople.org/20220228/casc.spec
SRPM URL: https://music.fedorapeople.org/20220228/casc-1.0.5-1.fc35.src.rpm

Comment 3 Ben Beasley 2022-05-06 18:08:54 UTC
@mhayden, is this in your comfort zone? It’s a mostly-straightforward C++ header-only library.

Comment 4 Major Hayden 🀠 2022-05-06 18:37:36 UTC
Thanks, Ben! Repo requested.

Comment 5 Major Hayden 🀠 2022-05-06 18:38:12 UTC
Oh boy, it would be nice if I didn't get my tickets crossed. πŸ€¦πŸ»β€β™‚οΈ I am reviewing this one now.

Comment 6 Ben Beasley 2022-05-06 18:45:08 UTC
Thanks!

Comment 7 Major Hayden 🀠 2022-05-06 20:39:39 UTC
Package Review
==============

Legend:
[x] = Pass, [!] = Fail, [-] = Not applicable, [?] = Not evaluated
[ ] = Manual review needed


Issues:
=======
- Header files in -devel subpackage, if present.
  Note: casc-doc : /usr/share/doc/casc-
  doc/examples/surfacemesh/include/SurfaceMesh.h casc-doc :
  /usr/share/doc/casc-doc/examples/surfacemesh/include/Vertex.h casc-doc :
  /usr/share/doc/casc-doc/examples/surfacemesh/include/tensor.h
  See: https://docs.fedoraproject.org/en-US/packaging-
  guidelines/#_devel_packages

  Ignoring this one since the package only has headers. πŸ™ƒ

- Using the forgemeta macros might make things a little easier for maintenance, but it's not required.

- This one looks good to go! πŸŽ‰ βœ…


===== MUST items =====

C/C++:
[x]: Package does not contain kernel modules.
[x]: Package contains no static executables.
[x]: If your application is a C or C++ application you must list a
     BuildRequires against gcc, gcc-c++ or clang.
[x]: Package does not contain any libtool archives (.la)
[x]: Rpath absent or only used for internal libs.

Generic:
[x]: Package successfully compiles and builds into binary rpms on at least
     one supported primary architecture.
     Note: Using prebuilt packages
[x]: Package is licensed with an open-source compatible license and meets
     other legal requirements as defined in the legal section of Packaging
     Guidelines.
[x]: License field in the package spec file matches the actual license.
     Note: Checking patched sources after %prep for licenses. Licenses
     found: "Unknown or generated", "GNU Lesser General Public License v2.1
     or later", "*No copyright* GNU Lesser General Public License, Version
     2.1". 23 files have unknown license. Detailed output of licensecheck
     in /var/lib/copr-rpmbuild/results/casc/licensecheck.txt
[x]: License file installed when any subpackage combination is installed.
[x]: %build honors applicable compiler flags or justifies otherwise.
[x]: Package contains no bundled libraries without FPC exception.
[x]: Changelog in prescribed format.
[x]: Sources contain only permissible code or content.
[-]: Package contains desktop file if it is a GUI application.
[x]: Development files must be in a -devel package
[x]: Package uses nothing in %doc for runtime.
[x]: Package consistently uses macros (instead of hard-coded directory
     names).
[x]: Package is named according to the Package Naming Guidelines.
[x]: Package does not generate any conflict.
[x]: Package obeys FHS, except libexecdir and /usr/target.
[-]: If the package is a rename of another package, proper Obsoletes and
     Provides are present.
[x]: Requires correct, justified where necessary.
[x]: Spec file is legible and written in American English.
[-]: Package contains systemd file(s) if in need.
[-]: Useful -debuginfo package or justification otherwise.
[x]: Package is not known to require an ExcludeArch tag.
[x]: Package complies to the Packaging Guidelines
[x]: Package installs properly.
[x]: Rpmlint is run on all rpms the build produces.
     Note: There are rpmlint messages (see attachment).
[x]: If (and only if) the source package includes the text of the
     license(s) in its own file, then that file, containing the text of the
     license(s) for the package is included in %license.
[x]: Package requires other packages for directories it uses.
[x]: Package must own all directories that it creates.
[x]: Package does not own files or directories owned by other packages.
[x]: Package uses either %{buildroot} or $RPM_BUILD_ROOT
[x]: Package does not run rm -rf %{buildroot} (or $RPM_BUILD_ROOT) at the
     beginning of %install.
[x]: Macros in Summary, %description expandable at SRPM build time.
[x]: Dist tag is present.
[x]: Package does not contain duplicates in %files.
[x]: Permissions on files are set properly.
[x]: Package must not depend on deprecated() packages.
[x]: Package use %makeinstall only when make install DESTDIR=... doesn't
     work.
[x]: Package is named using only allowed ASCII characters.
[x]: Package does not use a name that already exists.
[x]: Package is not relocatable.
[x]: Sources used to build the package match the upstream source, as
     provided in the spec URL.
[x]: Spec file name must match the spec package %{name}, in the format
     %{name}.spec.
[x]: File names are valid UTF-8.
[x]: Large documentation must go in a -doc subpackage. Large could be size
     (~1MB) or number of files.
     Note: Documentation size is 0 bytes in 0 files.
[x]: Packages must not store files under /srv, /opt or /usr/local

===== SHOULD items =====

Generic:
[!]: Reviewer should test that the package builds in mock.
[-]: If the source package does not include license text(s) as a separate
     file from upstream, the packager SHOULD query upstream to include it.
[x]: Final provides and requires are sane (see attachments).
[x]: Fully versioned dependency in subpackages if applicable.
     Note: No Requires: %{name}%{?_isa} = %{version}-%{release} in casc-
     devel
[x]: Package functions as described.
[x]: Latest version is packaged.
[x]: Package does not include license text files separate from upstream.
[x]: Patches link to upstream bugs/comments/lists or are otherwise
     justified.
[-]: Sources are verified with gpgverify first in %prep if upstream
     publishes signatures.
     Note: gpgverify is not used.
[x]: Package should compile and build into binary rpms on all supported
     architectures.
[x]: %check is present and all tests pass.
[x]: Packages should try to preserve timestamps of original installed
     files.
[x]: Buildroot is not present
[x]: Package has no %clean section with rm -rf %{buildroot} (or
     $RPM_BUILD_ROOT)
[x]: No file requires outside of /etc, /bin, /sbin, /usr/bin, /usr/sbin.
[x]: Packager, Vendor, PreReq, Copyright tags should not be in spec file
[x]: Sources can be downloaded from URI in Source: tag
[x]: SourceX is a working URL.
[x]: Spec use %global instead of %define unless justified.

===== EXTRA items =====

Generic:
[x]: Rpmlint is run on all installed packages.
     Note: There are rpmlint messages (see attachment).
[x]: Large data in /usr/share should live in a noarch subpackage if package
     is arched.


Rpmlint
-------
Cannot parse rpmlint output:


Rpmlint (installed packages)
----------------------------
Cannot parse rpmlint output:


Source checksums
----------------
https://github.com/ctlee/casc/archive/v1.0.5/casc-1.0.5.tar.gz :
  CHECKSUM(SHA256) this package     : e98927a5a1934cb2cd9351d30629135d7d7ad231c820fb4eaa0e94c99ce6cef3
  CHECKSUM(SHA256) upstream package : e98927a5a1934cb2cd9351d30629135d7d7ad231c820fb4eaa0e94c99ce6cef3


Requires
--------
casc-devel (rpmlib, GLIBC filtered):

casc-doc (rpmlib, GLIBC filtered):



Provides
--------
casc-devel:
    casc-devel
    casc-devel(x86-64)
    casc-static

casc-doc:
    casc-doc



Generated by fedora-review 0.8.0 (e988316) last change: 2022-04-07
Command line :/usr/bin/fedora-review --no-colors --prebuilt --rpm-spec --name casc --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg
Buildroot used: fedora-rawhide-x86_64
Active plugins: C/C++, Generic, Shell-api
Disabled plugins: PHP, Perl, SugarActivity, Java, Haskell, fonts, Python, R, Ocaml
Disabled flags: EPEL6, EPEL7, DISTTAG, BATCH, EXARCH

Comment 8 Ben Beasley 2022-05-07 11:28:57 UTC
Thanks! Repository requested: https://pagure.io/releng/fedora-scm-requests/issue/44256

My claim with the header files is the fedora-review warning is targeted at incorrectly-packaged API headers, which these are not; instead, they are correctly in the documentation package because they are part of a complete example in source code form.

Comment 9 Jens Petersen 2022-05-07 13:50:53 UTC
Review bugs need to be assigned before making a SCM request.

https://pagure.io/releng/fedora-scm-requests/issue/44256

Comment 10 Major Hayden 🀠 2022-05-09 12:23:07 UTC
Thanks for fixing the assignment, Ben. πŸ€¦πŸ»β€β™‚οΈ I think I saw the NEEDINFO and assumed it was assigned. Hooray for Fridays!

Comment 11 Gwyn Ciesla 2022-05-09 13:49:10 UTC
(fedscm-admin):  The Pagure repository was created at https://src.fedoraproject.org/rpms/casc

Comment 12 Fedora Update System 2022-05-09 15:05:43 UTC
FEDORA-2022-f1d99959fe has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2022-f1d99959fe

Comment 13 Fedora Update System 2022-05-09 15:07:03 UTC
FEDORA-2022-f1d99959fe has been pushed to the Fedora 37 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 14 Fedora Update System 2022-05-09 21:07:12 UTC
FEDORA-2022-214afd61a5 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-214afd61a5

Comment 15 Fedora Update System 2022-05-09 21:24:41 UTC
FEDORA-2022-20cb223a0e has been submitted as an update to Fedora 35. https://bodhi.fedoraproject.org/updates/FEDORA-2022-20cb223a0e

Comment 16 Fedora Update System 2022-05-10 01:30:07 UTC
FEDORA-2022-20cb223a0e has been pushed to the Fedora 35 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2022-20cb223a0e \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-20cb223a0e

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 17 Fedora Update System 2022-05-10 02:05:27 UTC
FEDORA-2022-214afd61a5 has been pushed to the Fedora 36 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2022-214afd61a5 \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-214afd61a5

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 18 Fedora Update System 2022-05-10 15:43:20 UTC
FEDORA-2022-110ea5906c has been submitted as an update to Fedora 34. https://bodhi.fedoraproject.org/updates/FEDORA-2022-110ea5906c

Comment 19 Fedora Update System 2022-05-10 16:23:02 UTC
FEDORA-EPEL-2022-1fe6cbd824 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-1fe6cbd824

Comment 20 Fedora Update System 2022-05-11 03:17:00 UTC
FEDORA-2022-110ea5906c has been pushed to the Fedora 34 testing repository.
Soon you'll be able to install the update with the following command:
`sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2022-110ea5906c \*`
You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-110ea5906c

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 21 Fedora Update System 2022-05-11 03:49:49 UTC
FEDORA-EPEL-2022-1fe6cbd824 has been pushed to the Fedora EPEL 9 testing repository.

You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-1fe6cbd824

See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.

Comment 22 Fedora Update System 2022-05-18 01:08:45 UTC
FEDORA-2022-214afd61a5 has been pushed to the Fedora 36 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 23 Fedora Update System 2022-05-18 01:11:15 UTC
FEDORA-2022-20cb223a0e has been pushed to the Fedora 35 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 24 Fedora Update System 2022-05-19 01:00:48 UTC
FEDORA-2022-110ea5906c has been pushed to the Fedora 34 stable repository.
If problem still persists, please make note of it in this bug report.

Comment 25 Fedora Update System 2022-05-19 16:04:13 UTC
FEDORA-EPEL-2022-1fe6cbd824 has been pushed to the Fedora EPEL 9 stable repository.
If problem still persists, please make note of it in this bug report.


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