[Bug 808350] New: Review Request: racket - Scheme Interpreter (Replacement for plt-scheme)
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: racket - Scheme Interpreter (Replacement for plt-scheme)
https://bugzilla.redhat.com/show_bug.cgi?id=808350
Summary: Review Request: racket - Scheme Interpreter
(Replacement for plt-scheme)
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: unspecified
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: danw(a)bureau-13.org
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Spec URL: http://web.cecs.pdx.edu/~danw/racket.spec
SRPM URL: http://web.cecs.pdx.edu/~danw/racket-5.2.1-1.fc16.src.rpm
Description: Racket (formerly called PLT Scheme) is a multi-paradigm
programming language in the Lisp/Scheme family, that also serves as a platform
for language creation, design, and implementation.
The programming language is known for its powerful macro system which enables
the creation of embedded and domain-specific languages, language constructs
such as classes or modules, and separate dialects of Racket with different
semantics.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
7 years, 4 months
[Bug 807821] New: Review request: ns-3 Network Simulator
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review request: ns-3 Network Simulator
https://bugzilla.redhat.com/show_bug.cgi?id=807821
Summary: Review request: ns-3 Network Simulator
Product: Fedora
Version: 17
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: unspecified
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: rivanvx(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
This is F17 feature: http://fedoraproject.org/wiki/Features/Ns3
We are a bit late on the schedule because of coordination with upstream
regarding building with GCC 4.7. It should mostly work now. Since this is not
an invasive change, it shouldn't be a problem.
Package wise, ns-3 is a C++ library; aside from the fact that upstream
requested versioned SONAMEs and packaging both debug and optimized libs, there
is not much special stuff to see here.
I would like some general comments on the approach and structure. I know that
specfile isn't ready for inclusion since too much is commented out and it needs
substantial cleanup; I'm aware of that, that's the easy part that I will do
once I get green light on this approach to packaging.
Be warned, since we are still packaging pre-relase stuff, the source code
archive is quite large since it contains hg/bzr repodata. This will definitely
be sorted out before inclusion.
spec: http://inf2.ffri.hr/~vedranm/ns3fedora17/SPECS/
SRPM: http://inf2.ffri.hr/~vedranm/ns3fedora17/SRPMS/
x86_64 RPM: http://inf2.ffri.hr/~vedranm/ns3fedora17/RPMS/x86_64/
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
7 years, 6 months
[Bug 805013] New: Review Request: ecasound - Music application for multitrack audio editing
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: ecasound - Music application for multitrack audio editing
https://bugzilla.redhat.com/show_bug.cgi?id=805013
Summary: Review Request: ecasound - Music application for
multitrack audio editing
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Linux
Status: NEW
Severity: unspecified
Priority: unspecified
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: callkalpa(a)gmail.com
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Ecasound is a software package designed for multitrack audio processing. It can
be used for simple tasks like audio playback, recording and format conversions,
as well as for multitrack effect processing, mixing, recording and signal
recycling. Ecasound supports a wide range of audio inputs, outputs and effect
algorithms. Effects and audio objects can be combined in various ways, and
their parameters can be controlled by operator objects like oscillators and
MIDI-CCs. A versatile console mode user-interface is included in the package.
Here is the spec and the srpm files
Spec file: http://callkalpa.fedorapeople.org/ecasound/ecasound.spec
SRPM file:
http://callkalpa.fedorapeople.org/ecasound/ecasound-2.8.1-1.fc16.src.rpm
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
7 years, 6 months
[Bug 770765] New: Review Request: python3-modgrammar - Modular grammar-parsing engine
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Review Request: python3-modgrammar - Modular grammar-parsing engine
https://bugzilla.redhat.com/show_bug.cgi?id=770765
Summary: Review Request: python3-modgrammar - Modular
grammar-parsing engine
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: unspecified
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: pavlix(a)pavlix.net
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
Regression: ---
Mount Type: ---
Documentation: ---
Spec URL: http://data.pavlix.net/fedora/python3-modgrammar.spec
SRPM URL: http://data.pavlix.net/fedora/python3-modgrammar-0.8-2.fc16.src.rpm
Description:
Modgrammar is a general-purpose library for constructing language parsers and
interpreters using context-free grammar definitions in Python. Language parsing
rules (grammars) can be defined using standard Python syntax, and then used to
parse and validate input strings or files into meaningful data structures.
Possible applications range from simple input validation, to complex expression
evaluation, to full-fledged programming language parsing for compilers or
interpreters.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
7 years, 6 months
[Bug 731050] New: Re-Review Request: mrepo - A tool to set up a yum/apt mirror from various sources
by Red Hat Bugzilla
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Re-Review Request: mrepo - A tool to set up a yum/apt mirror from various sources
https://bugzilla.redhat.com/show_bug.cgi?id=731050
Summary: Re-Review Request: mrepo - A tool to set up a yum/apt
mirror from various sources
Product: Fedora
Version: rawhide
Platform: All
OS/Version: Linux
Status: NEW
Severity: medium
Priority: medium
Component: Package Review
AssignedTo: nobody(a)fedoraproject.org
ReportedBy: fedora(a)zaniyah.org
QAContact: extras-qa(a)fedoraproject.org
CC: notting(a)redhat.com,
package-review(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Type: ---
NB This package was previously in Fedora up until and including F15. It has
been marked deprecated and orphaned, so I have asked the previous maintainer if
I can take ownership of it.
Spec URL: http://people.fedoraproject.org/~zaniyah/mrepo/mrepo.spec
SRPM URL:
http://people.fedoraproject.org/~zaniyah/mrepo/mrepo-0.8.7-4.fc15.src.rpm
Description:
mrepo builds a local Apt/Yum RPM repository from local ISO files,
downloaded updates and extra packages from RHN and 3rd party
repositories.
It can download all updates and extras automatically, creates
the repository structure and meta-data, enables HTTP access to
the repository and creates a directory-structure for remote
network installations using PXE/TFTP.
mrepo supports ftp, http, sftp, rsync, rhn and other download methods.
With mrepo, you can enable your laptop or a local server to provide
updates for the whole network and provide the proper files to
allow installations via the network.
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
7 years, 6 months