[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

Mikolaj Izdebski mizde...@redhat.com changed:

   What|Removed |Added

 Status|NEW |CLOSED
 Blocks|177841 (FE-NEEDSPONSOR),|
   |652183 (FE-JAVASIG),|
   |1010003 (bigdata-review)|
 Resolution|--- |DUPLICATE
Last Closed||2015-03-31 11:56:52



--- Comment #12 from Mikolaj Izdebski mizde...@redhat.com ---
antlr4 has just been built for rawhide:
http://koji.fedoraproject.org/koji/taskinfo?taskID=9380964

Cooper, if you still want to become Fedora contributor you can package
something else or prove yourself by submitting patches for existing packages.
For Java-related stuff I recommend to join IRC channel #fedora-java on FreeNode
and ask there for review/sponsorship.

*** This bug has been marked as a duplicate of bug 1206080 ***


Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=177841
[Bug 177841] Tracker: Review requests from new Fedora packagers who need a
sponsor
https://bugzilla.redhat.com/show_bug.cgi?id=652183
[Bug 652183] Java SIG tracker bug
https://bugzilla.redhat.com/show_bug.cgi?id=1010003
[Bug 1010003] bigdata-sig review-tracker
-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-03-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700
Bug 1135700 depends on bug 1015909, which changed state.

Bug 1015909 Summary: Review Request: treelayout - Efficient and customizable 
Tree Layout Algorithm in Java
https://bugzilla.redhat.com/show_bug.cgi?id=1015909

   What|Removed |Added

 Status|ON_QA   |CLOSED
 Resolution|--- |ERRATA



-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-03-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

Mikolaj Izdebski mizde...@redhat.com changed:

   What|Removed |Added

 Blocks|1153934 |




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1153934
[Bug 1153934] checkstyle-6.3 is available
-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-03-26 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

Mikolaj Izdebski mizde...@redhat.com changed:

   What|Removed |Added

 Blocks|1197395 |




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1197395
[Bug 1197395] checkstyle-6.4.1 is available
-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-03-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

Mikolaj Izdebski mizde...@redhat.com changed:

   What|Removed |Added

 Blocks||1197395




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1197395
[Bug 1197395] checkstyle-6.4.1 is available
-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700



--- Comment #10 from Mikolaj Izdebski mizde...@redhat.com ---
Some important stuff first:

1) To become Fedora packager you need to complete FPCA first. See:
https://fedoraproject.org/wiki/Account_System/CompleteFPCA

2) Once you accept FPCA, any code submitted to Fedora will be licensed under
current default license, which is MIT. Thus you shouldn't add GPL headers to
code you write for Fedora.

3) Bundling is strictly prohibited. The package needs to build without using
any prebuilt binaries (JARs).

4) Make sure to read and understand packaging guidelines, especially
Java-related. Also read Java packaging HOWTO:
https://fedorahosted.org/released/javapackages/doc/

5) The package should probably have simillar structure to antlr3 package. It
should be built with Maven. All modules should be enabled, including Maven
plugin, as noted by Gil.

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-03-23 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700



--- Comment #11 from Cooper Clauson ceclau...@hotmail.com ---
So I've been emailing with Gil, he seems to have a pretty complete RPM.  The
only addition from my original version that still seems relevant is a wrapper
called grun that executes the class org.antlr.v4.runtime.misc.TestRig.  The
origins of this lie with the Antlr 4 documentation, it recommends a grun
command to do this.  I created the wrapper and included it so that the Fedora
user wouldn't have to.

I also had a patch to TestRig.java that modified the error/help text on the
command line to optionally reflect the name grun if it was given a -grun
flag, which was done by the wrapper.  Maybe this is worth preserving and,
depending on the current state of the project, pushing upstream?

Other than that I have no problem with Gil's version replacing mine.

Thanks

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700



--- Comment #8 from gil cattaneo punto...@libero.it ---
Please, import/build also the maven plugin

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

Cooper Clauson ceclau...@hotmail.com changed:

   What|Removed |Added

  Flags|needinfo?(ceclauson@hotmail |
   |.com)   |



--- Comment #7 from Cooper Clauson ceclau...@hotmail.com ---
New Links:
Spec URL: http://ceclauson.ddns.net/misc/antlr4.spec
SRPM URL: http://ceclauson.ddns.net/misc/antlr4-4.4-1.fc20.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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-03-22 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700



--- Comment #9 from Cooper Clauson ceclau...@hotmail.com ---
Hi guys,

To be honest, it's been a number of months since I looked at this, partially
because I perceived that there was little to no demand for this package in
Fedora.

However, because of the request above for the maven plugin, maybe this has
changed?  If so, maybe I can take a look at this in the near future.  Indeed,
there might be a ways to go to get this package in to shape.

Thanks and regards,
Cooper

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-03-20 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

Mikolaj Izdebski mizde...@redhat.com changed:

   What|Removed |Added

 CC||mizde...@redhat.com
  Flags||needinfo?(ceclauson@hotmail
   ||.com)



--- Comment #6 from Mikolaj Izdebski mizde...@redhat.com ---
Spec and SRPM links are invalid. Cooper, are you still interested in
maintaining antlr4? If so, please fix the links.

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-01-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

gil cattaneo punto...@libero.it changed:

   What|Removed |Added

 CC||punto...@libero.it
 Depends On||1015909
   ||(org.abego.treelayout.core)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1015909
[Bug 1015909] Review Request: treelayout - Efficiently create compact tree
layouts in Java
-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-01-24 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

gil cattaneo punto...@libero.it changed:

   What|Removed |Added

 Blocks||652183 (FE-JAVASIG),
   ||1010003 (bigdata-review)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=652183
[Bug 652183] Java SIG tracker bug
https://bugzilla.redhat.com/show_bug.cgi?id=1010003
[Bug 1010003] bigdata-sig review-tracker
-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2015-01-19 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

Michael Simacek msima...@redhat.com changed:

   What|Removed |Added

 Blocks||1153934




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=1153934
[Bug 1153934] checkstyle-6.2 is available
-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2014-09-07 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

Till Maas opensou...@till.name changed:

   What|Removed |Added

 CC||opensou...@till.name



--- Comment #5 from Till Maas opensou...@till.name ---
antlr3-3.5.2 is now in Fedora. Also I suggest that you provide two SPECs for
review. The first one should be for antlr4-4.3 and imported initially into
Fedora. Then this build can be used to update to antlr4-4.4. Or is it not
possible to later build antl4-4.4 using itself? If it is not possible, then two
packages e.g. antlr43 and antlr44 would be better.

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2014-08-31 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700



--- Comment #4 from Cooper Clauson ceclau...@hotmail.com ---
(In reply to Christopher Meng from comment #2)
 You should contact current antlr3 owner to see if this package is needed.
 antlr package in Fedora is maintained by people from Red Hat and they know
 what kind of version they want. A4 has changed a lot and as far as I know no
 software depends on it so far. 
 
 Basically I think you can't go further without help from them.

Hi Christopher,

I've gone ahead and emailed Colin Walters, the maintainer of antlr3 to see if
he would like to look at this.  However, I'm thinking that your objections may
be based on a misunderstanding of the relationship between antlr3 and antlr4.

Antlr4 is not backwards compatible with antlr3, and because of this it in no
way replaces, obsoletes or interferes with antlr3.  A good analogy is GTK+,
GTK2 and GTK3.  Each of these major versions broke backwards compatibility, and
as a result, all three are offered in the repository.  Similarly, antlr3 and
antlr4 and essentially two different tools, both can be offered in the
repository and both can be installed simultaneously on a system.

So while certainly it may be helpful for the antlr3 maintainer to look over the
package, technically there is no reason that this couldn't be introduced into
the repository without worrying about antlr and antlr3.  Aside from the build
dependency that I mentioned earlier and obvious geneological relationship,
antlr3 and antlr4 are essentially unrelated tools.

Thanks,
Cooper

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2014-08-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

Eduardo Mayorga e...@mayorgalinux.com changed:

   What|Removed |Added

 CC||e...@mayorgalinux.com



--- Comment #1 from Eduardo Mayorga e...@mayorgalinux.com ---
cclauson FAS username does not exist. Is this your first package? In that case,
follow the steps listed in here:
https://fedoraproject.org/wiki/Join_the_package_collection_maintainers

Please user your real name in Bugzilla.

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2014-08-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

Eduardo Mayorga e...@mayorgalinux.com changed:

   What|Removed |Added

 Blocks||177841 (FE-NEEDSPONSOR)




Referenced Bugs:

https://bugzilla.redhat.com/show_bug.cgi?id=177841
[Bug 177841] Tracker: Review requests from new Fedora packagers who need a
sponsor
-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2014-08-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700

Christopher Meng i...@cicku.me changed:

   What|Removed |Added

 CC||i...@cicku.me



--- Comment #2 from Christopher Meng i...@cicku.me ---
You should contact current antlr3 owner to see if this package is needed. antlr
package in Fedora is maintained by people from Red Hat and they know what kind
of version they want. A4 has changed a lot and as far as I know no software
depends on it so far. 

Basically I think you can't go further without help from them.

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review

[Bug 1135700] Review Request: antlr4 - parser generator tool

2014-08-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135700



--- Comment #3 from Cooper Clauson ceclau...@hotmail.com ---
(In reply to Eduardo Mayorga from comment #1)
 cclauson FAS username does not exist. Is this your first package? In that
 case, follow the steps listed in here:
 https://fedoraproject.org/wiki/Join_the_package_collection_maintainers
 
 Please user your real name in Bugzilla.

Thanks/sorry.  This is corrected now.

Yes, this is my first package :)

-- 
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://admin.fedoraproject.org/mailman/listinfo/package-review