Bug 1297534

Summary: Review Request: golang-gopkg-inf - "Infinite-precision" decimal arithmetic
Product: [Fedora] Fedora Reporter: Ed Marshall <esm>
Component: Package ReviewAssignee: Athos Ribeiro <athoscribeiro>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: athoscribeiro, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-10-07 21:03:30 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 Ed Marshall 2016-01-11 19:18:31 UTC
Spec URL: https://fedorapeople.org/~logic/vault/golang-gopkg-inf/golang-gopkg-inf.spec
SRPM URL: https://fedorapeople.org/~logic/vault/golang-gopkg-inf/golang-gopkg-inf-0-0.1.git3887ee9.fc24.src.rpm
Description: Package inf (type inf.Dec) implements "infinite-precision" decimal arithmetic.
"Infinite precision" describes two characteristics: practically unlimited
precision for decimal number representation and no support for calculating
with any specific fixed precision. (Although there is no practical limit on
precision, inf.Dec can only represent finite decimals.)
Fedora Account System Username: logic

Comment 2 Athos Ribeiro 2017-05-22 19:28:08 UTC
Hi Ed,

Apparently, this was packaged as golang-googlecode-go-decimal-inf, which was reviewed in BZ#1181212 (See [1] below).

I understand there may be a naming problem here, since other projects may import this under different names. In this case, I am not sure what the best approach would be. You could either patch the project importing it to import the correct name in Fedora or try contacting the package maintainer to figure out a way to provide both name spaces and provide links for the proper paths. I believe this is a problem when packaging golang software.

Also, the proper name for this package seems to be golang-github-go-inf-inf (?).

[1]:
$ dnf info golang-googlecode-go-decimal-inf-devel.noarch
Available Packages
Name        : golang-googlecode-go-decimal-inf-devel
Arch        : noarch
Epoch       : 0
Version     : 0.9.0
Release     : 0.1.git3887ee9.fc25
Size        : 24 k
Repo        : updates
Summary     : Package implementing "infinite-precision" decimal arithmetic
URL         : https://github.com/go-inf/inf
License     : BSD

Comment 3 Ed Marshall 2017-10-07 21:03:30 UTC
Looks like this has been resolved in golang-googlecode-go-decimal-inf, so I'll go ahead and close this out.