https://bugzilla.redhat.com/show_bug.cgi?id=1534171
Bug ID: 1534171
Summary: Review Request: mumble - Voice chat suite aimed at
gamers
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: marcel(a)telka.sk
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL:
https://copr-be.cloud.fedoraproject.org/results/mzprx/mumble-epel/epel-7-x8…
SRPM URL:
https://copr-be.cloud.fedoraproject.org/results/mzprx/mumble-epel/epel-7-x8…
Description:
Mumble is a voip client server package. I'm trying to add it to EPEL together
with the celt071 package. This package is rebuild of recent mumble package
from Fedora with some minor tweaks to make it buildable on el7.
Fedora Account System Username: mzprx
--
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
https://bugzilla.redhat.com/show_bug.cgi?id=1374948
Bug ID: 1374948
Summary: Review Request: dynamips - Cisco router emulator
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: athmanem(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://athmane.fedorapeople.org/pkgs/gns3/dynamips.spec
SRPM URL:
https://athmane.fedorapeople.org/pkgs/gns3/dynamips-0.2.16-1.fc24.src.rpm
Description:
Dynamips emulates Cisco 7200/3600/3725/3745/2691 routers on a traditional PC.
Fedora Account System Username: athmane
--
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
https://bugzilla.redhat.com/show_bug.cgi?id=1519834
Bug ID: 1519834
Summary: Review Request: BOUT++ - Computational fluid
simulation library for curvi-linear geometries
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Assignee: nobody(a)fedoraproject.org
Reporter: david08741(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://github.com/dschwoerer/bout-spec/raw/master/bout%2B%2B.spec
SRPM URL:
https://copr-be.cloud.fedoraproject.org/results/davidsch/bout/fedora-rawhid…
Description:
BOUT++ is a framework for writing fluid and plasma simulations in curvilinear
geometry. It is intended to be quite modular, with a variety of numerical
methods and time-integration solvers available. BOUT++ is primarily designed
and tested with reduced plasma fluid models in mind, but it can evolve any
number of equations, with equations appearing in a readable form.
Fedora Account System Username: davidsch
--
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
https://bugzilla.redhat.com/show_bug.cgi?id=1357204
Bug ID: 1357204
Summary: Review Request: jmockit - Java toolkit for
unit/integration testing
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: projects.rg(a)smart.ms
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://raphgro.fedorapeople.org/review/java/testing/jmockit.spec
SRPM URL:
https://raphgro.fedorapeople.org/review/java/testing/jmockit-1.19-1.2015062…
Description: Java toolkit for unit/integration testing
JMockit is a Java toolkit for developer (unit/integration) testing.
It contains mocking APIs and other tools, supporting both JUnit and
TestNG. The mocking APIs allow all kinds of Java code, without testability
restrictions, to be tested in isolation from selected dependencies.
Fedora Account System Username: raphgro
Test builds:
https://copr.fedorainfracloud.org/coprs/raphgro/review/build/388898/
Note: Version 1.19 is the newest version I managed to build in Fedora 24
because of all the changing dependencies. For instance, latest version (1.26)
needs JUnit5 what's not yet released nor packaged.
--
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
https://bugzilla.redhat.com/show_bug.cgi?id=1293694
Bug ID: 1293694
Summary: Review Request: byte-buddy - Runtime code generation
for the Java virtual machine
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: puntogil(a)libero.it
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://gil.fedorapeople.org/byte-buddy.spec
SRPM URL: https://gil.fedorapeople.org/byte-buddy-0.7.7-1.fc23.src.rpm
Description:
Byte Buddy is a code generation library for creating Java classes during the
runtime of a Java application and without the help of a compiler. Other than
the code generation utilities that ship with the Java Class Library, Byte Buddy
allows the creation of arbitrary classes and is not limited to implementing
interfaces for the creation of runtime proxies.
Fedora Account System Username: gil
Task info: http://koji.fedoraproject.org/koji/taskinfo?taskID=12288448
mockito v2.0+ BuildRequires
--
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
https://bugzilla.redhat.com/show_bug.cgi?id=1481775
Bug ID: 1481775
Summary: Review Request: python-jep - Embed Python in Java
Product: Fedora
Version: rawhide
Component: Package Review
Assignee: nobody(a)fedoraproject.org
Reporter: projects.rg(a)smart.ms
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: http://raphgro.fedorapeople.org//python-jep.spec
SRPM URL: http://raphgro.fedorapeople.org//python-jep-3.7.0-1.fc26.src.rpm
Description:
Java Embedded Python
JEP embeds CPython in Java through JNI and is safe to use in a
heavily threaded environment.
Some benefits of embedding CPython in a JVM:
Using the native Python interpreter may be much faster than
alternatives.
Python is mature, well supported, and well documented.
Access to high quality Python modules, both native CPython
extensions and Python-based.
Compilers and assorted Python tools are as mature as the
language.
Python is an interpreted language, enabling scripting of
established Java code without requiring recompilation.
Both Java and Python are cross platform, enabling deployment
to different operating system.
--
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
https://bugzilla.redhat.com/show_bug.cgi?id=1434749
Bug ID: 1434749
Summary: Review Request: si-units - International System of
Units (JSR 363)
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: nathans(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://bintray.com/pcp/f25/download_file?file_path=uom-systems.spec
SRPM URL:
https://bintray.com/pcp/f25/download_file?file_path=uom-systems-0.6-2.fc25.…
Description: A library of SI quantities and unit types (JSR 363).
Fedora Account System Username: brolley, lberk, nathans
--
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
https://bugzilla.redhat.com/show_bug.cgi?id=1434745
Bug ID: 1434745
Summary: Review Request: uom-parent - Units of Measurement
Project Parent POM
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: nathans(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://bintray.com/pcp/f25/download_file?file_path=uom-parent.spec
SRPM URL:
https://bintray.com/pcp/f25/download_file?file_path=uom-parent-1.0.3-2.fc25…
Description:
Main parent POM for all Units of Measurement Maven projects.
Fedora Account System Username: brolley, lberk, nathans
--
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
https://bugzilla.redhat.com/show_bug.cgi?id=1434744
Bug ID: 1434744
Summary: Review Request: uom-lib - Java Units of Measurement
Libraries (JSR 363)
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: nathans(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://bintray.com/pcp/f25/download_file?file_path=uom-lib.spec
SRPM URL:
https://bintray.com/pcp/f25/download_file?file_path=uom-lib-1.0.1-4.fc25.sr…
Description:
Units of Measurement Libraries - extending and complementing JSR 363.
Fedora Account System Username: brolley, lberk, nathans
--
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
https://bugzilla.redhat.com/show_bug.cgi?id=1359246
Bug ID: 1359246
Summary: Review Request: netty5 - An asynchronous event-driven
network application framework and tools for Java
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: puntogil(a)libero.it
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://gil.fedorapeople.org/netty5.spec
SRPM URL: https://gil.fedorapeople.org/netty5-5.0.0-0.1.Alpha2.fc23.src.rpm
Description:
Netty is a NIO client server framework which enables quick and easy
development of network applications such as protocol servers and
clients. It greatly simplifies and streamlines network programming
such as TCP and UDP socket server.
'Quick and easy' doesn't mean that a resulting application will suffer
from a maintainability or a performance issue. Netty has been designed
carefully with the experiences earned from the implementation of a lot
of protocols such as FTP, SMTP, HTTP, and various binary and
text-based legacy protocols. As a result, Netty has succeeded to find
a way to achieve ease of development, performance, stability, and
flexibility without a compromise.
Fedora Account System Username: 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