[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-07-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802

Neal Gompa  changed:

   What|Removed |Added

 CC||ngomp...@gmail.com
   Assignee|nob...@fedoraproject.org|ngomp...@gmail.com
  Flags||fedora-review?



--- Comment #1 from Neal Gompa  ---
Taking this review.

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-07-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802



--- Comment #2 from Neal Gompa  ---
A cursory check of this package sources indicate that it depends on gettext
(maybe gettext-devel?) to and "golang(github.com/jessevdk/go-flags)" to build.
Neither appear present in your spec.

Are you sure this is set up right?

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-07-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802



--- Comment #3 from Zygmunt Krynicki  ---
(In reply to Neal Gompa from comment #2)
> A cursory check of this package sources indicate that it depends on gettext
> (maybe gettext-devel?) to and "golang(github.com/jessevdk/go-flags)" to
> build. Neither appear present in your spec.
> 
> Are you sure this is set up right?

This is actually (confusingly) correct.

Checking the code we simply link to libc, not to anything specific in
gettext-devel.

Ah, I missed the go-flags comment. How did you find this? AFAIK nothing imports
go-flags in the source package (I just gripped for it)


^^ - just comments I wrote as a reply to the bugzilla email (sorry, not used to
the process yet).

Best regards
ZK

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-07-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802

Neal Gompa  changed:

   What|Removed |Added

 CC||m...@zygoon.pl
  Flags||needinfo?(m...@zygoon.pl)



--- Comment #4 from Neal Gompa  ---
(In reply to Zygmunt Krynicki from comment #3)
> (In reply to Neal Gompa from comment #2)
> > A cursory check of this package sources indicate that it depends on gettext
> > (maybe gettext-devel?) to and "golang(github.com/jessevdk/go-flags)" to
> > build. Neither appear present in your spec.
> > 
> > Are you sure this is set up right?
> 
> This is actually (confusingly) correct.
> 
> Checking the code we simply link to libc, not to anything specific in
> gettext-devel.
>

Weird, the readme seems to imply that it needs to link to gettext-devel...

> Ah, I missed the go-flags comment. How did you find this? AFAIK nothing
> imports go-flags in the source package (I just gripped for it)
> 
> 

I saw the go-flags import here:
https://github.com/gosexy/gettext/blob/master/go-xgettext/main.go#L42

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-07-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802

Zygmunt Krynicki  changed:

   What|Removed |Added

  Flags|needinfo?(m...@zygoon.pl) |



--- Comment #5 from Zygmunt Krynicki  ---
(In reply to Neal Gompa from comment #4)
> (In reply to Zygmunt Krynicki from comment #3)
> > (In reply to Neal Gompa from comment #2)
> > > A cursory check of this package sources indicate that it depends on 
> > > gettext
> > > (maybe gettext-devel?) to and "golang(github.com/jessevdk/go-flags)" to
> > > build. Neither appear present in your spec.
> > > 
> > > Are you sure this is set up right?
> > 
> > This is actually (confusingly) correct.
> > 
> > Checking the code we simply link to libc, not to anything specific in
> > gettext-devel.
> >
> 
> Weird, the readme seems to imply that it needs to link to gettext-devel...

Ah, all is clear now. Look at the version I'm working on vs upstream master

https://github.com/gosexy/gettext/commits/98b7b91596d20b96909e6b60d57411547dd9959c

I guess I should simply update the package to take the most recent
release/commit.

Thanks
ZK

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-07-25 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802



--- Comment #6 from Neal Gompa  ---
It looks like there's quite a few changes between that commit and master:
https://github.com/gosexy/gettext/compare/98b7b91596d20b96909e6b60d57411547dd9959c...master

There may be other new dependencies involved here...

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-07-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802



--- Comment #7 from Zygmunt Krynicki  ---
I've updated the package to latest upstream snapshot. I also made unit tests to
run and pass.

The SRPM is now golang-github-gosexy-gettext-0-0.2.git305f360.fc24.src.rpm (the
spec file name is the same). Both were pushed to my fedora people website.

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-07-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802



--- Comment #8 from Neal Gompa  ---
In the future, please post a comment with the Spec URL and an updated SRPM URL
when you update them. It makes it easier for folks reviewing on a mobile device
or by email.

Shouldn't the go-flags import be declared, too? It seems to be pulled in at
https://github.com/gosexy/gettext/blob/master/go-xgettext/main.go#L42

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-08-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802

Neal Gompa  changed:

   What|Removed |Added

  Flags||needinfo?(m...@zygoon.pl)



-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-08-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802

Zygmunt Krynicki  changed:

   What|Removed |Added

  Flags|needinfo?(m...@zygoon.pl) |



--- Comment #9 from Zygmunt Krynicki  ---
I fixed the missing build dependency on go-flags and started building the
go-xgettext binary in a separate binary package. Built-tested in mock.

Spec file: https://fedorapeople.org/~zyga/golang-github-gosexy-gettext.spec
SRPM:
https://fedorapeople.org/~zyga/golang-github-gosexy-gettext-0-0.2.git305f360.fc24.src.rpm

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-08-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802

Neal Gompa  changed:

   What|Removed |Added

  Flags|fedora-review?  |fedora-review+



--- Comment #10 from Neal Gompa  ---
Package was generated through gofed, simplifying the review considerably.

- Conforms to packaging guidelines (gofed generated spec)
- license correct and valid
- only sources installed in all subpackages except go-xgettext, which provides
/usr/bin/go-xgettext

Package approved.

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-08-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802



--- Comment #16 from Fedora Update System  ---
golang-github-gosexy-gettext-0-0.2.git305f360.fc23 has been pushed to the
Fedora 23 testing repository. If problems still persist, please make note of it
in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-6abbfaa875

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-08-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802



--- Comment #17 from Fedora Update System  ---
golang-github-gosexy-gettext-0-0.2.git305f360.fc25 has been pushed to the
Fedora 25 testing repository. If problems still persist, please make note of it
in this bug report.
See https://fedoraproject.org/wiki/QA:Updates_Testing for
instructions on how to install test updates.
You can provide feedback for this update here:
https://bodhi.fedoraproject.org/updates/FEDORA-2016-0eff5c48e4

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802



--- Comment #18 from Fedora Update System  ---
golang-github-gosexy-gettext-0-0.2.git305f360.fc23 has been pushed to the
Fedora 23 stable repository. If problems still persist, please make note of it
in this bug report.

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802

Fedora Update System  changed:

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA
Last Closed||2016-08-17 20:49:56



-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-08-17 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802



--- Comment #19 from Fedora Update System  ---
golang-github-gosexy-gettext-0-0.2.git305f360.fc24 has been pushed to the
Fedora 24 stable repository. If problems still persist, please make note of it
in this bug report.

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org


[Bug 1359802] Review Request: golang-github-gosexy-gettext - Gettext support for the Go language

2016-08-27 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1359802



--- Comment #20 from Fedora Update System  ---
golang-github-gosexy-gettext-0-0.2.git305f360.fc25 has been pushed to the
Fedora 25 stable repository. If problems still persist, please make note of it
in this bug report.

-- 
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
___
package-review mailing list
package-review@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/package-review@lists.fedoraproject.org