--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-55785062b6
2016-06-30 19:57:05.714719
--------------------------------------------------------------------------------
Name : php-nette-di
Product : Fedora 24
Version : 2.3.11
Release : 1.fc24
URL : https://github.com/nette/di
Summary : Nette Dependency Injection Component
Description :
Purpose of the Dependecy Injection (DI) is to free classes from the
responsibility for obtaining objects that they need for its operation
(these objects are called services). To pass them these services on their
instantiation instead.
Nette DI is one of the most interesting part of framework.
It is compiled DI container, extremely fast and easy to configure.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/DI/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**application 2.3.13** * Route: Added variable for domain second level
name (%sld%) * Route: fixed checking for missing [ --- **bootstrap
2.3.5** * TracyBridge: fixed highlighting of long lines nette/tracy#156 *
compatible only with nette/di 2.3.* --- **di 2.3.11** * PhpReflection:
fixed expanding to FQCN in bracketed namespace * added
Compiler::setClassName() --- **http 2.3.7** * Session: removed duplicated
warning about sent headers * Response::setExpiration() removes header Pragma
--- **neon 2.3.5** * Decoder: fixed datetime regexp #29 * Decoder: some
regexps changed to constants --- **php-generator 2.3.6** * Helpers::dump()
support for infinite floats * added addComment(), setComment() and
getComment() --- **robot-loader 2.3.2** * tests, typos --- **security
2.3.2** * tests, typos --- **tokenizer 2.2.3** * improved coding style *
travis: migrating to container-based infrastructure --- **utils 2.3.10** *
Html: added addHtml() and addText() (#111)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update php-nette-di' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-55785062b6
2016-06-30 19:57:05.714719
--------------------------------------------------------------------------------
Name : php-nette-robot-loader
Product : Fedora 24
Version : 2.3.2
Release : 1.fc24
URL : https://github.com/nette/robot-loader
Summary : Nette RobotLoader: comfortable autoloading
Description :
RobotLoader is a tool that gives you comfort of automated class loading
for your entire application including third-party libraries.
- get rid of all require
- only necessary scripts are loaded
- requires no strict file naming conventions
- allows more classes in single file
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/RobotLoader/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**application 2.3.13** * Route: Added variable for domain second level
name (%sld%) * Route: fixed checking for missing [ --- **bootstrap
2.3.5** * TracyBridge: fixed highlighting of long lines nette/tracy#156 *
compatible only with nette/di 2.3.* --- **di 2.3.11** * PhpReflection:
fixed expanding to FQCN in bracketed namespace * added
Compiler::setClassName() --- **http 2.3.7** * Session: removed duplicated
warning about sent headers * Response::setExpiration() removes header Pragma
--- **neon 2.3.5** * Decoder: fixed datetime regexp #29 * Decoder: some
regexps changed to constants --- **php-generator 2.3.6** * Helpers::dump()
support for infinite floats * added addComment(), setComment() and
getComment() --- **robot-loader 2.3.2** * tests, typos --- **security
2.3.2** * tests, typos --- **tokenizer 2.2.3** * improved coding style *
travis: migrating to container-based infrastructure --- **utils 2.3.10** *
Html: added addHtml() and addText() (#111)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update php-nette-robot-loader' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-55785062b6
2016-06-30 19:57:05.714719
--------------------------------------------------------------------------------
Name : php-nette-tokenizer
Product : Fedora 24
Version : 2.2.3
Release : 1.fc24
URL : https://github.com/nette/tokenizer
Summary : Nette Tokenizer
Description :
Tokenizer is a tool that uses regular expressions to split given
string into tokens. What the hell is that good for, you might ask?
Well, you can create your own languages! Tokenizer is used in Latte for example.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/Tokenizer/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**application 2.3.13** * Route: Added variable for domain second level
name (%sld%) * Route: fixed checking for missing [ --- **bootstrap
2.3.5** * TracyBridge: fixed highlighting of long lines nette/tracy#156 *
compatible only with nette/di 2.3.* --- **di 2.3.11** * PhpReflection:
fixed expanding to FQCN in bracketed namespace * added
Compiler::setClassName() --- **http 2.3.7** * Session: removed duplicated
warning about sent headers * Response::setExpiration() removes header Pragma
--- **neon 2.3.5** * Decoder: fixed datetime regexp #29 * Decoder: some
regexps changed to constants --- **php-generator 2.3.6** * Helpers::dump()
support for infinite floats * added addComment(), setComment() and
getComment() --- **robot-loader 2.3.2** * tests, typos --- **security
2.3.2** * tests, typos --- **tokenizer 2.2.3** * improved coding style *
travis: migrating to container-based infrastructure --- **utils 2.3.10** *
Html: added addHtml() and addText() (#111)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update php-nette-tokenizer' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-55785062b6
2016-06-30 19:57:05.714719
--------------------------------------------------------------------------------
Name : php-nette-php-generator
Product : Fedora 24
Version : 2.3.6
Release : 1.fc24
URL : https://github.com/nette/php-generator
Summary : Nette PHP Generator
Description :
Generate PHP code with a simple programmatical API.
To use this library, you just have to add, in your project:
require_once '/usr/share/php/Nette/PhpGenerator/autoload.php';
--------------------------------------------------------------------------------
Update Information:
**application 2.3.13** * Route: Added variable for domain second level
name (%sld%) * Route: fixed checking for missing [ --- **bootstrap
2.3.5** * TracyBridge: fixed highlighting of long lines nette/tracy#156 *
compatible only with nette/di 2.3.* --- **di 2.3.11** * PhpReflection:
fixed expanding to FQCN in bracketed namespace * added
Compiler::setClassName() --- **http 2.3.7** * Session: removed duplicated
warning about sent headers * Response::setExpiration() removes header Pragma
--- **neon 2.3.5** * Decoder: fixed datetime regexp #29 * Decoder: some
regexps changed to constants --- **php-generator 2.3.6** * Helpers::dump()
support for infinite floats * added addComment(), setComment() and
getComment() --- **robot-loader 2.3.2** * tests, typos --- **security
2.3.2** * tests, typos --- **tokenizer 2.2.3** * improved coding style *
travis: migrating to container-based infrastructure --- **utils 2.3.10** *
Html: added addHtml() and addText() (#111)
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update php-nette-php-generator' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-701d52c373
2016-06-30 19:57:05.714680
--------------------------------------------------------------------------------
Name : jboss-logging-tools1
Product : Fedora 24
Version : 1.2.1
Release : 1.fc24
URL : https://github.com/jboss-logging/jboss-logging-tools
Summary : JBoss Logging I18n Annotation Processor
Description :
This package contains JBoss Logging I18n Annotation Processor
--------------------------------------------------------------------------------
Update Information:
Initial import (#1344446).
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1344446 - Review Request: jboss-logging-tools1 - JBoss Logging I18n Annotation Processor
https://bugzilla.redhat.com/show_bug.cgi?id=1344446
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update jboss-logging-tools1' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-ed0d74adff
2016-06-30 19:57:05.714639
--------------------------------------------------------------------------------
Name : pyotherside
Product : Fedora 24
Version : 1.5.0
Release : 2.fc24
URL : http://thp.io/2011/pyotherside/
Summary : Asynchronous Python 3 Bindings for Qt 5
Description :
A QML Plugin that provides access to a Python 3 interpreter from QML.
--------------------------------------------------------------------------------
Update Information:
New upstream release 1.5.0 - brings new APIs while keeping backwards
compatibility. What's new: http://pyotherside.readthedocs.io/en/latest/#io-thp-
pyotherside-1-5
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update pyotherside' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-8b2f7ede89
2016-06-30 19:57:05.714581
--------------------------------------------------------------------------------
Name : Lmod
Product : Fedora 24
Version : 6.4.3
Release : 2.fc24
URL : https://www.tacc.utexas.edu/tacc-projects/lmod
Summary : Environmental Modules System in Lua
Description :
Lmod is a Lua based module system that easily handles the MODULEPATH
Hierarchical problem. Environment Modules provide a convenient way to
dynamically change the users' environment through modulefiles. This includes
easily adding or removing directories to the PATH environment variable.
Modulefiles for library packages provide environment variables that specify
where the library and header files can be found.
--------------------------------------------------------------------------------
Update Information:
- Update to 6.4.3 - Add needed requires on coreutils
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1348077 - The post-script of Lmod cannot find rm command
https://bugzilla.redhat.com/show_bug.cgi?id=1348077
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update Lmod' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-055eb33bc8
2016-06-30 19:57:05.714541
--------------------------------------------------------------------------------
Name : josm
Product : Fedora 24
Version : 0
Release : 0.78.10327svn.fc24
URL : http://josm.openstreetmap.de/
Summary : An editor for OpenStreetMap (OSM)
Description :
JOSM is an editor for OpenStreetMap (OSM) written in Java
Currently it supports loading stand alone GPX track data from the OSM database,
loading and editing existing nodes, ways, metadata tags and relations.
OpenStreetMap is a project aimed squarely at creating and providing
free geographic data such as street maps to anyone who wants them.
The project was started because most maps you think of as free actually
have legal or technical restrictions on their use, holding back people
from using them in creative, productive or unexpected ways.
--------------------------------------------------------------------------------
Update Information:
Update to 10327 svn revision
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update josm' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-f4f74a6d80
2016-06-30 19:57:05.714498
--------------------------------------------------------------------------------
Name : tuxpaint-stamps
Product : Fedora 24
Version : 2009.06.28
Release : 10.fc24
URL : http://www.tuxpaint.org/
Summary : Extra stamp files for tuxpaint
Description :
This package is a collection of 'rubber stamps' for Tux Paint's "Stamp" tool.
--------------------------------------------------------------------------------
Update Information:
Enable tuxpaint-stamps to (eventually) appear in Gnome Software by adding a
metainfo.xml file.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1342396 - patch: add metainfo.xml for Gnome Software
https://bugzilla.redhat.com/show_bug.cgi?id=1342396
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update tuxpaint-stamps' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-0d535008b4
2016-06-30 19:57:05.714457
--------------------------------------------------------------------------------
Name : purple-libsteam
Product : Fedora 24
Version : 1.6.1
Release : 11.20160618gitcd5a294.fc24
URL : https://github.com/EionRobb/pidgin-opensteamworks
Summary : Steam plugin for Pidgin/Adium/libpurple
Description :
Adds support for Steam to Pidgin, Adium, Finch and other libpurple
based messengers.
--------------------------------------------------------------------------------
Update Information:
Initial import (#1297854).
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1297854 - Review Request: purple-libsteam - Adds support for Steam protocol to libpurple-based messengers
https://bugzilla.redhat.com/show_bug.cgi?id=1297854
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update purple-libsteam' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------