--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-6350
2012-07-08 16:57:31
--------------------------------------------------------------------------------
Name : php-phpunit-PHPUnit-Selenium
Product : Fedora EPEL 6
Version : 1.2.7
Release : 1.el6
URL : https://github.com/sebastianbergmann/phpunit-selenium
Summary : Selenium RC integration for PHPUnit
Description :
Selenium RC integration for PHPUnit
--------------------------------------------------------------------------------
Update Information:
Update PHPUnit components to latest stable
From upstream Changelog:
PHPUnit 3.6.11
--------------
* Fixed #503: Improved the error message for situation when compared strings only differ in line ending style.
* Fixed #510: `callable` type hint raises `E_NOTICE` when object is mocked.
* Fixed `phpunit-mock-object` #83: `getMockFromWsdl()` does not work twice for the same WSDL file.
* Fixed `phpunit-selenium` #72: Allow Selenium to have tests that have no concrete test methods.
* Tests for which the execution is aborted due to a timeout are no longer shown as incomplete but as an error instead.
* Fixed the fix for #466.
* Fixed #466: Undefined offset in `Configuration.php`.
* Fixed #463: `PHPUnit_Framework_TestCase::testRequirements()` collides with actual test methods.
* Fixed reflection errors when `PHPUnit_Framework_Warning` is used.
* Marked `--skeleton-class` and `--skeleton-test` as deprecated. Please use the `phpunit-skelgen` tool that is provided by the `PHPUnit_SkeletonGenerator` package instead.
PHPUnit_SkeletonGenerator 1.1.0
-------------------------------
* Implemented #2: Add `--bootstrap` option.
PHP_CodeCoverage 1.1.2
----------------------
* Fixed #80: Whitelisted files that do not exist lead to errors.
* Fixed #91: Traits are not handled properly.
* Fixed notice in `PHP_CodeCoverage_Util::resolveCoversToReflectionObjects()`.
* The `callbable`, `implements`, and `insteadof` keywords are now properly highlighted in the HTML report.
PHP_Invoker 1.1.0
-----------------
* `PHP_Invoker_TimeoutException` now holds information on the timeout.
DbUnit 1.1.2
-------------
* `PHPUnit_Extensions_Database_Constraint_TableIsEqual` did not work with PHPUnit 3.6 and DbUnit 1.1.
PHPUnit_Selenium 1.2.7
----------------------
* Implemented #130: version number available programmatically.
* Implemented $this->keys().
* Session is now closed on failure.
* Added various docblocks for SeleniumTestCase.
* Browser session can now be started even in setUp().
* Fixed #114 and #115: regressions of @depends/@dataProvider.
* Added $this->cookie() for adding and removing cookies via a Builder.
* Added Selenium2TestCase_Exception in the Cookie api.
* Supporting absolute URLs (http://...) in $this->url().
* Supporting uppercase URLs.
* Raising error message for stale elements reference (#117).
* No 500 errors when communicating with Selenium Server.
* Supporting Selenium 2.20.
* Tests for 404 pages.
* Supporting @depends/@dataProvider and similar annotations in SeleniumTestCase.
* Added getCssCount() in SeleniumTestCase.
* Added Window object accessible via $this->currentWindow().
* Implemented $this->timeouts()->asyncScript().
* Fixed #105: $browsers static property.
* Implemented $element->size().
* Implemented $element->location().
* Implemented $element->name(), $element->attribute(), $element->equals(), $element->enabled(), $element->displayed(), $element->css().
* Implemented $this->elements() for multiple element selection in the whole page.
* Implemented $this->frame() to switch focus between frames on a page.
* Implemented $this->execute() and $this->executeAsync() for executing arbitrary JavaScript.
* Implemented $this->windowHandle(), $this->windowHandles and $this->source().
* Implemented $this->alertText("...") for answering prompts.
* Supporting form submit (also via children elements).
* Supporting radio boxes.
* Supporting implicit waits on $this->by*().
* Supporting back and forward buttons via $this->back() and $this->forward().
* Supporting refresh of pages via $this->refresh().
* Supporting $element->clear().
* Correctly marking Selenium 1 tests as skipped when server is not running.
* Fixed package.xml to include missing SeleniumTestSuite.php file.
* Implemented Select object, available via $this->select().
* Added defaults for Selenium Server host and port.
* Added @method annotations on Selenium2TestCase.
* Fixed #83: `setUpBeforeClass` and `tearDownAfterClass` do not work with `PHPUnit_Extensions_SeleniumTestCase`.
* Fixed #85: using POST instead of GET in Selenium RC Driver.
* Supporting AndroidDriver, both on devices and emulators.
* Supporting UTF-8 characters in Element::value().
* Fixed #82: `@depends` annotation does not work with `PHPUnit_Extensions_SeleniumTestCase`.
* `package.xml` misses classes for Selenium 2 support.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-phpunit-PHPUnit-Selenium' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-6350
2012-07-08 16:57:31
--------------------------------------------------------------------------------
Name : php-phpunit-DbUnit
Product : Fedora EPEL 6
Version : 1.1.2
Release : 1.el6
URL : https://github.com/sebastianbergmann/dbunit
Summary : DbUnit port for PHP/PHPUnit
Description :
DbUnit port for PHP/PHPUnit
--------------------------------------------------------------------------------
Update Information:
Update PHPUnit components to latest stable
From upstream Changelog:
PHPUnit 3.6.11
--------------
* Fixed #503: Improved the error message for situation when compared strings only differ in line ending style.
* Fixed #510: `callable` type hint raises `E_NOTICE` when object is mocked.
* Fixed `phpunit-mock-object` #83: `getMockFromWsdl()` does not work twice for the same WSDL file.
* Fixed `phpunit-selenium` #72: Allow Selenium to have tests that have no concrete test methods.
* Tests for which the execution is aborted due to a timeout are no longer shown as incomplete but as an error instead.
* Fixed the fix for #466.
* Fixed #466: Undefined offset in `Configuration.php`.
* Fixed #463: `PHPUnit_Framework_TestCase::testRequirements()` collides with actual test methods.
* Fixed reflection errors when `PHPUnit_Framework_Warning` is used.
* Marked `--skeleton-class` and `--skeleton-test` as deprecated. Please use the `phpunit-skelgen` tool that is provided by the `PHPUnit_SkeletonGenerator` package instead.
PHPUnit_SkeletonGenerator 1.1.0
-------------------------------
* Implemented #2: Add `--bootstrap` option.
PHP_CodeCoverage 1.1.2
----------------------
* Fixed #80: Whitelisted files that do not exist lead to errors.
* Fixed #91: Traits are not handled properly.
* Fixed notice in `PHP_CodeCoverage_Util::resolveCoversToReflectionObjects()`.
* The `callbable`, `implements`, and `insteadof` keywords are now properly highlighted in the HTML report.
PHP_Invoker 1.1.0
-----------------
* `PHP_Invoker_TimeoutException` now holds information on the timeout.
DbUnit 1.1.2
-------------
* `PHPUnit_Extensions_Database_Constraint_TableIsEqual` did not work with PHPUnit 3.6 and DbUnit 1.1.
PHPUnit_Selenium 1.2.7
----------------------
* Implemented #130: version number available programmatically.
* Implemented $this->keys().
* Session is now closed on failure.
* Added various docblocks for SeleniumTestCase.
* Browser session can now be started even in setUp().
* Fixed #114 and #115: regressions of @depends/@dataProvider.
* Added $this->cookie() for adding and removing cookies via a Builder.
* Added Selenium2TestCase_Exception in the Cookie api.
* Supporting absolute URLs (http://...) in $this->url().
* Supporting uppercase URLs.
* Raising error message for stale elements reference (#117).
* No 500 errors when communicating with Selenium Server.
* Supporting Selenium 2.20.
* Tests for 404 pages.
* Supporting @depends/@dataProvider and similar annotations in SeleniumTestCase.
* Added getCssCount() in SeleniumTestCase.
* Added Window object accessible via $this->currentWindow().
* Implemented $this->timeouts()->asyncScript().
* Fixed #105: $browsers static property.
* Implemented $element->size().
* Implemented $element->location().
* Implemented $element->name(), $element->attribute(), $element->equals(), $element->enabled(), $element->displayed(), $element->css().
* Implemented $this->elements() for multiple element selection in the whole page.
* Implemented $this->frame() to switch focus between frames on a page.
* Implemented $this->execute() and $this->executeAsync() for executing arbitrary JavaScript.
* Implemented $this->windowHandle(), $this->windowHandles and $this->source().
* Implemented $this->alertText("...") for answering prompts.
* Supporting form submit (also via children elements).
* Supporting radio boxes.
* Supporting implicit waits on $this->by*().
* Supporting back and forward buttons via $this->back() and $this->forward().
* Supporting refresh of pages via $this->refresh().
* Supporting $element->clear().
* Correctly marking Selenium 1 tests as skipped when server is not running.
* Fixed package.xml to include missing SeleniumTestSuite.php file.
* Implemented Select object, available via $this->select().
* Added defaults for Selenium Server host and port.
* Added @method annotations on Selenium2TestCase.
* Fixed #83: `setUpBeforeClass` and `tearDownAfterClass` do not work with `PHPUnit_Extensions_SeleniumTestCase`.
* Fixed #85: using POST instead of GET in Selenium RC Driver.
* Supporting AndroidDriver, both on devices and emulators.
* Supporting UTF-8 characters in Element::value().
* Fixed #82: `@depends` annotation does not work with `PHPUnit_Extensions_SeleniumTestCase`.
* `package.xml` misses classes for Selenium 2 support.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-phpunit-DbUnit' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-6350
2012-07-08 16:57:31
--------------------------------------------------------------------------------
Name : php-phpunit-PHPUnit
Product : Fedora EPEL 6
Version : 3.6.11
Release : 1.el6
URL : http://www.phpunit.de
Summary : The PHP Unit Testing framework
Description :
PHPUnit is a family of PEAR packages that supports the development of
object-oriented PHP applications using the concepts and methods of Agile
Software Development, Extreme Programming, Test-Driven Development and
Design-by-Contract Development by providing an elegant and robust framework
for the creation, execution and analysis of Unit Tests.
--------------------------------------------------------------------------------
Update Information:
Update PHPUnit components to latest stable
From upstream Changelog:
PHPUnit 3.6.11
--------------
* Fixed #503: Improved the error message for situation when compared strings only differ in line ending style.
* Fixed #510: `callable` type hint raises `E_NOTICE` when object is mocked.
* Fixed `phpunit-mock-object` #83: `getMockFromWsdl()` does not work twice for the same WSDL file.
* Fixed `phpunit-selenium` #72: Allow Selenium to have tests that have no concrete test methods.
* Tests for which the execution is aborted due to a timeout are no longer shown as incomplete but as an error instead.
* Fixed the fix for #466.
* Fixed #466: Undefined offset in `Configuration.php`.
* Fixed #463: `PHPUnit_Framework_TestCase::testRequirements()` collides with actual test methods.
* Fixed reflection errors when `PHPUnit_Framework_Warning` is used.
* Marked `--skeleton-class` and `--skeleton-test` as deprecated. Please use the `phpunit-skelgen` tool that is provided by the `PHPUnit_SkeletonGenerator` package instead.
PHPUnit_SkeletonGenerator 1.1.0
-------------------------------
* Implemented #2: Add `--bootstrap` option.
PHP_CodeCoverage 1.1.2
----------------------
* Fixed #80: Whitelisted files that do not exist lead to errors.
* Fixed #91: Traits are not handled properly.
* Fixed notice in `PHP_CodeCoverage_Util::resolveCoversToReflectionObjects()`.
* The `callbable`, `implements`, and `insteadof` keywords are now properly highlighted in the HTML report.
PHP_Invoker 1.1.0
-----------------
* `PHP_Invoker_TimeoutException` now holds information on the timeout.
DbUnit 1.1.2
-------------
* `PHPUnit_Extensions_Database_Constraint_TableIsEqual` did not work with PHPUnit 3.6 and DbUnit 1.1.
PHPUnit_Selenium 1.2.7
----------------------
* Implemented #130: version number available programmatically.
* Implemented $this->keys().
* Session is now closed on failure.
* Added various docblocks for SeleniumTestCase.
* Browser session can now be started even in setUp().
* Fixed #114 and #115: regressions of @depends/@dataProvider.
* Added $this->cookie() for adding and removing cookies via a Builder.
* Added Selenium2TestCase_Exception in the Cookie api.
* Supporting absolute URLs (http://...) in $this->url().
* Supporting uppercase URLs.
* Raising error message for stale elements reference (#117).
* No 500 errors when communicating with Selenium Server.
* Supporting Selenium 2.20.
* Tests for 404 pages.
* Supporting @depends/@dataProvider and similar annotations in SeleniumTestCase.
* Added getCssCount() in SeleniumTestCase.
* Added Window object accessible via $this->currentWindow().
* Implemented $this->timeouts()->asyncScript().
* Fixed #105: $browsers static property.
* Implemented $element->size().
* Implemented $element->location().
* Implemented $element->name(), $element->attribute(), $element->equals(), $element->enabled(), $element->displayed(), $element->css().
* Implemented $this->elements() for multiple element selection in the whole page.
* Implemented $this->frame() to switch focus between frames on a page.
* Implemented $this->execute() and $this->executeAsync() for executing arbitrary JavaScript.
* Implemented $this->windowHandle(), $this->windowHandles and $this->source().
* Implemented $this->alertText("...") for answering prompts.
* Supporting form submit (also via children elements).
* Supporting radio boxes.
* Supporting implicit waits on $this->by*().
* Supporting back and forward buttons via $this->back() and $this->forward().
* Supporting refresh of pages via $this->refresh().
* Supporting $element->clear().
* Correctly marking Selenium 1 tests as skipped when server is not running.
* Fixed package.xml to include missing SeleniumTestSuite.php file.
* Implemented Select object, available via $this->select().
* Added defaults for Selenium Server host and port.
* Added @method annotations on Selenium2TestCase.
* Fixed #83: `setUpBeforeClass` and `tearDownAfterClass` do not work with `PHPUnit_Extensions_SeleniumTestCase`.
* Fixed #85: using POST instead of GET in Selenium RC Driver.
* Supporting AndroidDriver, both on devices and emulators.
* Supporting UTF-8 characters in Element::value().
* Fixed #82: `@depends` annotation does not work with `PHPUnit_Extensions_SeleniumTestCase`.
* `package.xml` misses classes for Selenium 2 support.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-phpunit-PHPUnit' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-6350
2012-07-08 16:57:31
--------------------------------------------------------------------------------
Name : php-phpunit-PHPUnit-SkeletonGenerator
Product : Fedora EPEL 6
Version : 1.1.0
Release : 1.el6
URL : http://pear.phpunit.de/
Summary : Tool that can generate skeleton test classes
Description :
Tool that can generate skeleton test classes from production code classes
and vice versa.
--------------------------------------------------------------------------------
Update Information:
Update PHPUnit components to latest stable
From upstream Changelog:
PHPUnit 3.6.11
--------------
* Fixed #503: Improved the error message for situation when compared strings only differ in line ending style.
* Fixed #510: `callable` type hint raises `E_NOTICE` when object is mocked.
* Fixed `phpunit-mock-object` #83: `getMockFromWsdl()` does not work twice for the same WSDL file.
* Fixed `phpunit-selenium` #72: Allow Selenium to have tests that have no concrete test methods.
* Tests for which the execution is aborted due to a timeout are no longer shown as incomplete but as an error instead.
* Fixed the fix for #466.
* Fixed #466: Undefined offset in `Configuration.php`.
* Fixed #463: `PHPUnit_Framework_TestCase::testRequirements()` collides with actual test methods.
* Fixed reflection errors when `PHPUnit_Framework_Warning` is used.
* Marked `--skeleton-class` and `--skeleton-test` as deprecated. Please use the `phpunit-skelgen` tool that is provided by the `PHPUnit_SkeletonGenerator` package instead.
PHPUnit_SkeletonGenerator 1.1.0
-------------------------------
* Implemented #2: Add `--bootstrap` option.
PHP_CodeCoverage 1.1.2
----------------------
* Fixed #80: Whitelisted files that do not exist lead to errors.
* Fixed #91: Traits are not handled properly.
* Fixed notice in `PHP_CodeCoverage_Util::resolveCoversToReflectionObjects()`.
* The `callbable`, `implements`, and `insteadof` keywords are now properly highlighted in the HTML report.
PHP_Invoker 1.1.0
-----------------
* `PHP_Invoker_TimeoutException` now holds information on the timeout.
DbUnit 1.1.2
-------------
* `PHPUnit_Extensions_Database_Constraint_TableIsEqual` did not work with PHPUnit 3.6 and DbUnit 1.1.
PHPUnit_Selenium 1.2.7
----------------------
* Implemented #130: version number available programmatically.
* Implemented $this->keys().
* Session is now closed on failure.
* Added various docblocks for SeleniumTestCase.
* Browser session can now be started even in setUp().
* Fixed #114 and #115: regressions of @depends/@dataProvider.
* Added $this->cookie() for adding and removing cookies via a Builder.
* Added Selenium2TestCase_Exception in the Cookie api.
* Supporting absolute URLs (http://...) in $this->url().
* Supporting uppercase URLs.
* Raising error message for stale elements reference (#117).
* No 500 errors when communicating with Selenium Server.
* Supporting Selenium 2.20.
* Tests for 404 pages.
* Supporting @depends/@dataProvider and similar annotations in SeleniumTestCase.
* Added getCssCount() in SeleniumTestCase.
* Added Window object accessible via $this->currentWindow().
* Implemented $this->timeouts()->asyncScript().
* Fixed #105: $browsers static property.
* Implemented $element->size().
* Implemented $element->location().
* Implemented $element->name(), $element->attribute(), $element->equals(), $element->enabled(), $element->displayed(), $element->css().
* Implemented $this->elements() for multiple element selection in the whole page.
* Implemented $this->frame() to switch focus between frames on a page.
* Implemented $this->execute() and $this->executeAsync() for executing arbitrary JavaScript.
* Implemented $this->windowHandle(), $this->windowHandles and $this->source().
* Implemented $this->alertText("...") for answering prompts.
* Supporting form submit (also via children elements).
* Supporting radio boxes.
* Supporting implicit waits on $this->by*().
* Supporting back and forward buttons via $this->back() and $this->forward().
* Supporting refresh of pages via $this->refresh().
* Supporting $element->clear().
* Correctly marking Selenium 1 tests as skipped when server is not running.
* Fixed package.xml to include missing SeleniumTestSuite.php file.
* Implemented Select object, available via $this->select().
* Added defaults for Selenium Server host and port.
* Added @method annotations on Selenium2TestCase.
* Fixed #83: `setUpBeforeClass` and `tearDownAfterClass` do not work with `PHPUnit_Extensions_SeleniumTestCase`.
* Fixed #85: using POST instead of GET in Selenium RC Driver.
* Supporting AndroidDriver, both on devices and emulators.
* Supporting UTF-8 characters in Element::value().
* Fixed #82: `@depends` annotation does not work with `PHPUnit_Extensions_SeleniumTestCase`.
* `package.xml` misses classes for Selenium 2 support.
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-phpunit-PHPUnit-SkeletonGenerator' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-6347
2012-07-08 16:57:22
--------------------------------------------------------------------------------
Name : php-bartlett-PHP-CompatInfo
Product : Fedora EPEL 6
Version : 2.5.0
Release : 1.el6.1
URL : http://php5.laurent-laville.org/compatinfo/
Summary : Find out version and the extensions required for a piece of code to run
Description :
PHP_CompatInfo will parse a file/folder/array to find out the minimum
version and extensions required for it to run. CLI version has many reports
(extension, interface, class, function, constant) to display and ability to
show content of dictionary references.
--------------------------------------------------------------------------------
Update Information:
From upstream Changelog:
Version 2.5.0 support all PHP versions until 5.4.4
Additions and changes:
* add 8 new references data dictionnaries related to extensions: exif, lzf, mailparse, mssql, solr, sphinx, xhprof, Yaml
* ext/mbstring : add support for mb_ereg_replace_callback function
Bug fixes:
* GH-37 : cache content depends on installed extension
* GH-41 : Prevent division by zero PHP warning from progressbar when nothing parsed
* fix wrong closure detection
* GH-31 : Don’t write warnings to reports and don’t print report if written to file
* GH-32 : Remove false positive on id(new stdClass)->c signature
* GH-33 : Avoid deadlock in object operator
RPM specific change:
* Use new reference="ALL" by default: phpci will report all used extensions instead of only installed ones.
* drop XslTest which fails because of backported features in EL-6
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update php-bartlett-PHP-CompatInfo' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-6243
2012-06-25 12:56:23
--------------------------------------------------------------------------------
Name : gfal2
Product : Fedora EPEL 6
Version : 2.0.0
Release : 0.10.2012062323snap.el6
URL : https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2
Summary : Grid file access library 2.0
Description :
GFAL 2.0 offers an a single and simple POSIX-like API
for the file operations in grids and cloud environments.
The set of supported protocols depends
of the gfal2 plugin install.
--------------------------------------------------------------------------------
Update Information:
snapshot of version 0.10
new snapshot of gfal 2.0 before official release
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update gfal2' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-6357
2012-07-11 00:47:05
--------------------------------------------------------------------------------
Name : openstack-utils
Product : Fedora EPEL 6
Version : 2012.1
Release : 2.el6
URL : https://github.com/fedora-openstack/openstack-utils
Summary : Helper utilities for OpenStack services
Description :
Utilities to aid the setup and configuration of OpenStack packages.
--------------------------------------------------------------------------------
Update Information:
- Improve validation done by openstack-config and openstack-db
- Fix openstack-demo-install
- add missing dependency for openstack-config
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update openstack-utils' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-6244
2012-06-25 12:56:29
--------------------------------------------------------------------------------
Name : gfal2
Product : Fedora EPEL 5
Version : 2.0.0
Release : 0.10.2012062323snap.el5
URL : https://svnweb.cern.ch/trac/lcgutil/wiki/gfal2
Summary : Grid file access library 2.0
Description :
GFAL 2.0 offers an a single and simple POSIX-like API
for the file operations in grids and cloud environments.
The set of supported protocols depends
of the gfal2 plugin install.
--------------------------------------------------------------------------------
Update Information:
snapshot of version 0.10
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update gfal2' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-6363
2012-07-11 00:47:21
--------------------------------------------------------------------------------
Name : cppcheck
Product : Fedora EPEL 5
Version : 1.55
Release : 1.el5
URL : http://cppcheck.wiki.sourceforge.net/
Summary : Tool for static C/C++ code analysis
Description :
Cppcheck is a static analysis tool for C/C++ code. Unlike C/C++
compilers and many other analysis tools it does not detect syntax
errors in the code. Cppcheck primarily detects the types of bugs that
the compilers normally do not detect. The goal is to detect only real
errors in the code (i.e. have zero false positives).
--------------------------------------------------------------------------------
Update Information:
Update to 1.55.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #837241 - cppcheck-1.55 is available
https://bugzilla.redhat.com/show_bug.cgi?id=837241
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update cppcheck' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2012-6306
2012-07-03 18:58:04
--------------------------------------------------------------------------------
Name : R
Product : Fedora EPEL 5
Version : 2.15.1
Release : 1.el5
URL : http://www.r-project.org
Summary : A language for data analysis and graphics
Description :
This is a metapackage that provides both core R userspace and
all R development components.
R is a language and environment for statistical computing and graphics.
R is similar to the award-winning S system, which was developed at
Bell Laboratories by John Chambers et al. It provides a wide
variety of statistical and graphical techniques (linear and
nonlinear modelling, statistical tests, time series analysis,
classification, clustering, ...).
R is designed as a true computer language with control-flow
constructions for iteration and alternation, and it allows users to
add additional functionality by defining new functions. For
computationally intensive tasks, C, C++ and Fortran code can be linked
and called at run time.
--------------------------------------------------------------------------------
Update Information:
Update to R 2.15.1. Rebuild rpy and rkward for new R (update rpy to 2.2.6). Fix dependency issue with tex.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #836817 - R-core depends on texlive-latex
https://bugzilla.redhat.com/show_bug.cgi?id=836817
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update R' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------