The following Fedora EPEL 6 Security updates need testing: Age URL 241 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-5620/bugzilla-3.4.14-2.el6 13 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-13671/bogofilter-1.2.3-1.el6 27 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-13537/claws-mail-3.9.0-1.el6,claws-mail-plugins-3.9.0-2.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-13733/v8-3.13.7.5-1.el6 7 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-13740/pcp-3.6.10-2.el6 1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-13787/Django14-1.4.2-3.el6 65 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-13172/ssmtp-2.61-19.el6 65 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-13176/icecast-2.3.3-1.el6 18 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-13610/drupal6-ctools-1.10-1.el6 164 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-6348/bcfg2-1.2.3-1.el6 429 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4701/supybot-gribble-0.83.4.1-10.el6 1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-13786/fail2ban-0.8.8-1.el6 1 https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-13784/openstack-nova-2012.2.2-1.el6
The following builds have been pushed to Fedora EPEL 6 updates-testing ReviewBoard-1.6.15-1.el6 abi-compliance-checker-1.98.7-1.el6 guacd-0.7.0-1.el6 iverilog-0.9.20120609-1.el6 libguac-0.7.0-1.el6 libguac-client-rdp-0.7.0-1.el6 libguac-client-vnc-0.7.0-1.el6 myproxy-5.9-2.el6 offlineimap-6.5.2.1-3.el6 php-Faker-1.1.0-2.el6 php-Pimple-1.0.1-1.el6 php-doctrine-DoctrineCommon-2.3.0-2.el6 php-horde-Horde-Http-2.0.1-1.el6 php-horde-Horde-Stream-Wrapper-2.0.1-1.el6 php-horde-Horde-Support-2.0.2-1.el6 php-horde-Horde-Url-2.0.1-1.el6 php-phpass-0.3-2.el6 php-when-0.3-2.el6 python-djblets-0.6.27-1.el6 python-dogpile-cache-0.4.0-3.el6 python-logging-tree-1.1-2.el6 recoll-1.18.1-1.el6 shflags-1.0.3-4.el6 spec2scl-0.3.3-1.el6 znc-infobot-1.0-2.el6 Details about builds: ================================================================================ ReviewBoard-1.6.15-1.el6 (FEDORA-EPEL-2012-13793) Web-based code review tool -------------------------------------------------------------------------------- Update Information: Review Board: - New upstream release 1.6.15 - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.14/ - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.15/ - New Features: * Accepted Subversion certificates are now stored in the database * SH key handling has internally been made more flexible and extensible * Added support for p4api 12.2 - Performance Enhancements: * The diff viewer now handle very large files * The number of database queries for the review request page has been further reduced - Usability Improvements: * The Create/Update Repository forms now have more meaningful content for the Path field’s help text * The Create/Update Repository form's default hosting account is now the first actual account listed for that hosting service, and not "<Link a new account>", making it quicker to configure a repository - Web API Changes: * Review groups can now be added, modified or deleted using the API * Review requests not backed by a repository can now be created by simply not providing a repository argument * The Diff Comments resource now returns a 404 if the resource IDs in the path were invalid * The User list resources now include an avatar_url field in the resulting payload that provides the Gravatar URL for the user - Bug Fixes: * The "Add Comment" link is no longer missing after canceling the edit field * The "Server" field in the General Settings page in the Administration UI now reflects the proper server value, rather than being blank * Added a better fallback for diff content encoding * Mercurial version parsing no longer fails when including "rc" or other identifiers in the version * Fixed some edge cases with data entered into the New Review Request page * The starred groups list in the dashboard didn't always show the right list of groups * The "Comment Saved" bubble in the diff viewer had a broken style * Fixed stale caching of issue statuses in review requests * Fixed a bug that caused counts in the dashboard to be incorrect * The "Raw file URL mask" field for Git repositories wasn’t displaying anymore * Fixed the URLs for settings pages on the sidebar in the administration UI when on a subdirectory install * Fixed the display of extra whitespace in the diff viewer * Fixed default raw paths for Gitorious repositories to accomodate their latest URLs * Some settings in the administration UI weren't showing the correct values, due to a load order issue * Fixed a broken link in the site installer Djblets: - New upstream release 0.6.27 - General: * We now require Django 1.3.4 - djblets.gravatars: * Added a get_gravatar_url() function, which can be used to get the URL for a user's gravatar without generating HTML * The gravatar URL used for HTTPS connections now uses https://secure.gravatar.com and not https://www.gravatar.com - djblets.webapi: * generate_etag() and serialize_*_field() functions now take a request parameter * Resource handler functions that provide default values for parameters can now expect those to be used * The allowed_mimetypes list in WebAPIResource is no longer getting polluted with every WebAPIResource's allowed item and list mimetypes -------------------------------------------------------------------------------- ChangeLog: * Tue Dec 18 2012 Stephen Gallagher <sgall...@redhat.com> - 1.6.15-1 - New upstream release 1.6.15 - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.14/ - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.15/ - New Features: * Accepted Subversion certificates are now stored in the database * SH key handling has internally been made more flexible and extensible * Added support for p4api 12.2 - Performance Enhancements: * The diff viewer now handle very large files * The number of database queries for the review request page has been further reduced - Usability Improvements: * The Create/Update Repository forms now have more meaningful content for the Path field’s help text * The Create/Update Repository form's default hosting account is now the first actual account listed for that hosting service, and not "<Link a new account>", making it quicker to configure a repository - Web API Changes: * Review groups can now be added, modified or deleted using the API * Review requests not backed by a repository can now be created by simply not providing a repository argument * The Diff Comments resource now returns a 404 if the resource IDs in the path were invalid * The User list resources now include an avatar_url field in the resulting payload that provides the Gravatar URL for the user - Bug Fixes: * The "Add Comment" link is no longer missing after canceling the edit field * The "Server" field in the General Settings page in the Administration UI now reflects the proper server value, rather than being blank * Added a better fallback for diff content encoding * Mercurial version parsing no longer fails when including "rc" or other identifiers in the version * Fixed some edge cases with data entered into the New Review Request page * The starred groups list in the dashboard didn't always show the right list of groups * The "Comment Saved" bubble in the diff viewer had a broken style * Fixed stale caching of issue statuses in review requests * Fixed a bug that caused counts in the dashboard to be incorrect * The "Raw file URL mask" field for Git repositories wasn’t displaying anymore * Fixed the URLs for settings pages on the sidebar in the administration UI when on a subdirectory install * Fixed the display of extra whitespace in the diff viewer * Fixed default raw paths for Gitorious repositories to accomodate their latest URLs * Some settings in the administration UI weren't showing the correct values, due to a load order issue * Fixed a broken link in the site installer -------------------------------------------------------------------------------- ================================================================================ abi-compliance-checker-1.98.7-1.el6 (FEDORA-EPEL-2012-13674) An ABI Compliance Checker -------------------------------------------------------------------------------- Update Information: Version 1.98.7 (December 14, 2012) Improvements Extended extra info dumped by -extra-info option Extended additional info dumped by -extra-dump option Added specifiers for structs, unions and enums in the report and ABI dump Improved support for old ABI dumps Bug Fixes Corrected -debug option Corrected creating of archives with ABI dumps Corrected parsing of includes in header files Corrected processing of undefined symbols Corrected -app option Corrected processing of default paths to system libraries Version 1.98.6 (December 04, 2012) Improvements Extended -extra-info and -extra-dump options Bug Fixes Corrected processing of input XML descriptor Corrected "Parameter_Default_Value_Removed" rule Other fixes Version 1.98.5 (November 30, 2012) This is a bug-fix release with a few new features. Improvements Added "throw" and "weak" attributes of methods to ABI dump New Options -extra-info -extra-dump -force Bug Fixes Corrected order of user-defined include paths Corrected internal C++ mangler Removed false positives of the "Parameter_Type_Format" rule Other fixes Other Extended test suite Code cleaning Docs cleaning -------------------------------------------------------------------------------- ChangeLog: * Sat Dec 15 2012 Richard Shaw <hobbes1...@gmail.com> - 1.98.7-1 - Update to latest upstream release. * Wed Dec 5 2012 Richard Shaw <hobbes1...@gmail.com> - 1.98.6-1 - Update to latest upstream release. -------------------------------------------------------------------------------- ================================================================================ guacd-0.7.0-1.el6 (FEDORA-EPEL-2012-13809) Proxy daemon for Guacamole -------------------------------------------------------------------------------- Update Information: Guacamole stack version 0.7.0 -------------------------------------------------------------------------------- ChangeLog: * Thu Dec 13 2012 Simone Caronni <negativ...@gmail.com> - 0.7.0-1 - Updated to 0.7.0. -------------------------------------------------------------------------------- ================================================================================ iverilog-0.9.20120609-1.el6 (FEDORA-EPEL-2012-13794) Icarus Verilog is a verilog compiler and simulator -------------------------------------------------------------------------------- Update Information: Updated to version 0.9.6 to support the latest version of gtkwave -------------------------------------------------------------------------------- ChangeLog: * Wed Dec 12 2012 Chitlesh Goorah <chitlesh [AT] fedoraproject DOT org> - 0.9.20120609-1 - new stable upstream release 0.9.6 * Thu Jul 19 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 0.9.20111101-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Feb 28 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 0.9.20111101-3 - Rebuilt for c++ ABI breakage * Fri Jan 13 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 0.9.20111101-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ libguac-0.7.0-1.el6 (FEDORA-EPEL-2012-13809) The common library used by all C components of Guacamole -------------------------------------------------------------------------------- Update Information: Guacamole stack version 0.7.0 -------------------------------------------------------------------------------- ChangeLog: * Thu Dec 13 2012 Simone Caronni <negativ...@gmail.com> - 0.7.0-1 - Updated to 0.7.0. -------------------------------------------------------------------------------- ================================================================================ libguac-client-rdp-0.7.0-1.el6 (FEDORA-EPEL-2012-13809) RDP support for guacd -------------------------------------------------------------------------------- Update Information: Guacamole stack version 0.7.0 -------------------------------------------------------------------------------- ChangeLog: * Thu Dec 13 2012 Simone Caronni <negativ...@gmail.com> - 0.7.0-1 - Updated to 0.7.0. -------------------------------------------------------------------------------- ================================================================================ libguac-client-vnc-0.7.0-1.el6 (FEDORA-EPEL-2012-13809) VNC support for guacd -------------------------------------------------------------------------------- Update Information: Guacamole stack version 0.7.0 -------------------------------------------------------------------------------- ChangeLog: * Thu Dec 13 2012 Simone Caronni <negativ...@gmail.com> - 0.7.0-1 - Updated to 0.7.0. -------------------------------------------------------------------------------- ================================================================================ myproxy-5.9-2.el6 (FEDORA-EPEL-2012-13797) Manage X.509 Public Key Infrastructure (PKI) security credentials -------------------------------------------------------------------------------- Update Information: Change in myproxy 5.9 * fix a memory error in myproxy-logon --voms when more than 19 entries in vomses file <https://bugzilla.mcs.anl.gov/globus/show_bug.cgi?id=7261> -------------------------------------------------------------------------------- ChangeLog: * Mon Dec 17 2012 Steve Traylen <steve.tray...@cern.ch> - 5.9-2 - rpm .spec file parsing oddness. * Mon Dec 17 2012 Steve Traylen <steve.tray...@cern.ch> - 5.9-1 - Update to 5.9 , update TeX build requirements. - remove myproxy-server-setup script, rhbz#671561. - Switch to systemd scriptlet macros rhbz#850221. - Use reserved uid:gid for myproxy user rhbz#733671 * Fri Jul 20 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 5.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #671561 - myproxy-server-setup script seems to be broken. https://bugzilla.redhat.com/show_bug.cgi?id=671561 [ 2 ] Bug #850221 - Introduce new systemd-rpm macros in myproxy spec file https://bugzilla.redhat.com/show_bug.cgi?id=850221 [ 3 ] Bug #733671 - Request static uid/gid for myproxy service. https://bugzilla.redhat.com/show_bug.cgi?id=733671 -------------------------------------------------------------------------------- ================================================================================ offlineimap-6.5.2.1-3.el6 (FEDORA-EPEL-2012-13807) Powerful IMAP/Maildir synchronization and reader support -------------------------------------------------------------------------------- Update Information: Here is where you give an explanation of your update. -------------------------------------------------------------------------------- ChangeLog: * Sat Aug 25 2012 Dodji Seketeli <do...@seketeli.org> - 6.5.2.1-3 - Do away with the (too heavy) use of git to apply patches - Apply 35bccdc7dfab8 - Avoid trying to synchronize folders that have empty names This is from git://github.com/OfflineIMAP/offlineimap, in the 'pu' branch. Fixes #835688 - offline fails to sync with 'new' folder in tree created by dovecot * Fri Jul 20 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 6.5.2.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Feb 14 2012 Christoph Höger <choe...@umpa-net.de> 6.5.2.1-1 - Upgrade to latest stable version - Fixes #789805 * Fri Jan 13 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 6.3.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- References: [ 1 ] Bug #835688 - offline fails to sync with 'new' folder in tree created by dovecot https://bugzilla.redhat.com/show_bug.cgi?id=835688 -------------------------------------------------------------------------------- ================================================================================ php-Faker-1.1.0-2.el6 (FEDORA-EPEL-2012-13792) A PHP library that generates fake data -------------------------------------------------------------------------------- Update Information: Faker is a PHP library that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you. Faker is heavily inspired by Perl's Data::Faker (http://search.cpan.org/~jasonk/Data-Faker/), and by Ruby's Faker (http://faker.rubyforge.org/). -------------------------------------------------------------------------------- References: [ 1 ] Bug #885515 - Review Request: php-Faker - A PHP library that generates fake data https://bugzilla.redhat.com/show_bug.cgi?id=885515 -------------------------------------------------------------------------------- ================================================================================ php-Pimple-1.0.1-1.el6 (FEDORA-EPEL-2012-13798) A simple Dependency Injection Container for PHP -------------------------------------------------------------------------------- Update Information: Updated to upstream version 1.0.1 Changelog: https://github.com/fabpot/Pimple/compare/v1.0.0...v1.0.1 -------------------------------------------------------------------------------- ChangeLog: * Sun Dec 16 2012 Shawn Iwinski <shawn.iwin...@gmail.com> 1.0.1-1 - Updated to upstream version 1.0.1 -------------------------------------------------------------------------------- References: [ 1 ] Bug #887479 - php-Pimple-1.0.1 is available https://bugzilla.redhat.com/show_bug.cgi?id=887479 -------------------------------------------------------------------------------- ================================================================================ php-doctrine-DoctrineCommon-2.3.0-2.el6 (FEDORA-EPEL-2012-13801) Doctrine Common PHP Extensions -------------------------------------------------------------------------------- Update Information: The Doctrine Common project is a library that provides extensions to core PHP functionality. Optional dependencies: * APC (for Doctrine\Common\Cache\ApcCache) * memcache (for Doctrine\Common\Cache\MemcacheCache) * memcached (for Doctrine\Common\Cache\MemcachedCache) * XCache (for Doctrine\Common\Cache\XcacheCache) -------------------------------------------------------------------------------- References: [ 1 ] Bug #837666 - Review Request: php-doctrine-DoctrineCommon - Doctrine Common PHP Extensions https://bugzilla.redhat.com/show_bug.cgi?id=837666 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Http-2.0.1-1.el6 (FEDORA-EPEL-2012-13806) Horde HTTP libraries -------------------------------------------------------------------------------- Update Information: Update to latest Horde version -------------------------------------------------------------------------------- ChangeLog: * Wed Dec 12 2012 Nick Bebout <n...@fedoraproject.org> - 2.0.1-1 - Update to 2.0.1 * Tue Aug 14 2012 Remi Collet <r...@fedoraproject.org> - 1.1.1-2 - rebuilt for new pear_testdir -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Stream-Wrapper-2.0.1-1.el6 (FEDORA-EPEL-2012-13806) Horde Stream wrappers -------------------------------------------------------------------------------- Update Information: Update to latest Horde version -------------------------------------------------------------------------------- ChangeLog: * Wed Dec 12 2012 Nick Bebout <n...@fedoraproject.org> - 2.0.1-1 - Update to 2.0.1 -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Support-2.0.2-1.el6 (FEDORA-EPEL-2012-13806) Horde support package -------------------------------------------------------------------------------- Update Information: Update to latest Horde version -------------------------------------------------------------------------------- ChangeLog: * Wed Dec 12 2012 Nick Bebout <n...@fedoraproject.org> - 2.0.2-1 - Update to 2.0.2 * Tue Aug 14 2012 Remi Collet <r...@fedoraproject.org> - 1.0.2-3 - rebuilt for new pear_testdir -------------------------------------------------------------------------------- ================================================================================ php-horde-Horde-Url-2.0.1-1.el6 (FEDORA-EPEL-2012-13806) Horde Url class -------------------------------------------------------------------------------- Update Information: Update to latest Horde version -------------------------------------------------------------------------------- ChangeLog: * Wed Dec 12 2012 Nick Bebout <n...@fedoraproject.org> - 2.0.1-1 - Update to 2.0.1 * Tue Aug 14 2012 Remi Collet <r...@fedoraproject.org> - 1.0.2-3 - rebuilt for new pear_testdir * Fri Jul 20 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ php-phpass-0.3-2.el6 (FEDORA-EPEL-2012-13795) Portable password hashing framework for use in PHP applications -------------------------------------------------------------------------------- Update Information: Portable password hashing framework for use in PHP applications -------------------------------------------------------------------------------- References: [ 1 ] Bug #886230 - Review Request: php-phpass - Portable password hashing framework for use in PHP applications https://bugzilla.redhat.com/show_bug.cgi?id=886230 -------------------------------------------------------------------------------- ================================================================================ php-when-0.3-2.el6 (FEDORA-EPEL-2012-13803) Date/Calendar recursion library for PHP -------------------------------------------------------------------------------- Update Information: Date/Calendar recursion library for PHP -------------------------------------------------------------------------------- References: [ 1 ] Bug #886261 - Review Request: php-when - Date/Calendar recursion library for PHP 5.2+ https://bugzilla.redhat.com/show_bug.cgi?id=886261 -------------------------------------------------------------------------------- ================================================================================ python-djblets-0.6.27-1.el6 (FEDORA-EPEL-2012-13793) A collection of useful classes and functions for Django -------------------------------------------------------------------------------- Update Information: Review Board: - New upstream release 1.6.15 - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.14/ - http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.6.15/ - New Features: * Accepted Subversion certificates are now stored in the database * SH key handling has internally been made more flexible and extensible * Added support for p4api 12.2 - Performance Enhancements: * The diff viewer now handle very large files * The number of database queries for the review request page has been further reduced - Usability Improvements: * The Create/Update Repository forms now have more meaningful content for the Path field’s help text * The Create/Update Repository form's default hosting account is now the first actual account listed for that hosting service, and not "<Link a new account>", making it quicker to configure a repository - Web API Changes: * Review groups can now be added, modified or deleted using the API * Review requests not backed by a repository can now be created by simply not providing a repository argument * The Diff Comments resource now returns a 404 if the resource IDs in the path were invalid * The User list resources now include an avatar_url field in the resulting payload that provides the Gravatar URL for the user - Bug Fixes: * The "Add Comment" link is no longer missing after canceling the edit field * The "Server" field in the General Settings page in the Administration UI now reflects the proper server value, rather than being blank * Added a better fallback for diff content encoding * Mercurial version parsing no longer fails when including "rc" or other identifiers in the version * Fixed some edge cases with data entered into the New Review Request page * The starred groups list in the dashboard didn't always show the right list of groups * The "Comment Saved" bubble in the diff viewer had a broken style * Fixed stale caching of issue statuses in review requests * Fixed a bug that caused counts in the dashboard to be incorrect * The "Raw file URL mask" field for Git repositories wasn’t displaying anymore * Fixed the URLs for settings pages on the sidebar in the administration UI when on a subdirectory install * Fixed the display of extra whitespace in the diff viewer * Fixed default raw paths for Gitorious repositories to accomodate their latest URLs * Some settings in the administration UI weren't showing the correct values, due to a load order issue * Fixed a broken link in the site installer Djblets: - New upstream release 0.6.27 - General: * We now require Django 1.3.4 - djblets.gravatars: * Added a get_gravatar_url() function, which can be used to get the URL for a user's gravatar without generating HTML * The gravatar URL used for HTTPS connections now uses https://secure.gravatar.com and not https://www.gravatar.com - djblets.webapi: * generate_etag() and serialize_*_field() functions now take a request parameter * Resource handler functions that provide default values for parameters can now expect those to be used * The allowed_mimetypes list in WebAPIResource is no longer getting polluted with every WebAPIResource's allowed item and list mimetypes -------------------------------------------------------------------------------- ChangeLog: * Tue Dec 18 2012 Stephen Gallagher <sgall...@redhat.com> - 0.6.27-1 - New upstream release 0.6.27 - General: * We now require Django 1.3.4 - djblets.gravatars: * Added a get_gravatar_url() function, which can be used to get the URL for a user's gravatar without generating HTML * The gravatar URL used for HTTPS connections now uses https://secure.gravatar.com and not https://www.gravatar.com - djblets.webapi: * generate_etag() and serialize_*_field() functions now take a request parameter * Resource handler functions that provide default values for parameters can now expect those to be used * The allowed_mimetypes list in WebAPIResource is no longer getting polluted with every WebAPIResource's allowed item and list mimetypes -------------------------------------------------------------------------------- ================================================================================ python-dogpile-cache-0.4.0-3.el6 (FEDORA-EPEL-2012-13805) A caching front-end based on the Dogpile lock -------------------------------------------------------------------------------- Update Information: Initial packaging -------------------------------------------------------------------------------- References: [ 1 ] Bug #886164 - Review Request: python-dogpile-cache - A caching front-end based on the Dogpile lock. https://bugzilla.redhat.com/show_bug.cgi?id=886164 -------------------------------------------------------------------------------- ================================================================================ python-logging-tree-1.1-2.el6 (FEDORA-EPEL-2012-13804) Introspect and display the logger tree inside "logging" -------------------------------------------------------------------------------- Update Information: Initial packaging -------------------------------------------------------------------------------- References: [ 1 ] Bug #883478 - Review Request: python-logging-tree - Introspect and display the logger tree inside "logging" https://bugzilla.redhat.com/show_bug.cgi?id=883478 -------------------------------------------------------------------------------- ================================================================================ recoll-1.18.1-1.el6 (FEDORA-EPEL-2012-13796) Desktop full text search tool with Qt GUI -------------------------------------------------------------------------------- Update Information: Rebased to upstream 1.18.1 release. -------------------------------------------------------------------------------- ChangeLog: * Mon Nov 19 2012 Terje Rosten <terje.ros...@ntnu.no> - 1.18.1-1 - 1.18.1 * Sat Jul 21 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.17.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Wed May 30 2012 Terje Rosten <terje.ros...@ntnu.no> - 1.17.3-1 - 1.17.3 * Sat Mar 31 2012 Terje Rosten <terje.ros...@ntnu.no> - 1.17.1-1 - 1.17.1 * Sun Mar 25 2012 Terje Rosten <terje.ros...@ntnu.no> - 1.17-1 - 1.17 * Tue Feb 28 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.16.2-3 - Rebuilt for c++ ABI breakage * Wed Feb 15 2012 Terje Rosten <terje.ros...@ntnu.no> - 1.16.2-2 - Add patch to build with gcc 4.7 * Wed Feb 1 2012 Terje Rosten <terje.ros...@ntnu.no> - 1.16.2-1 - 1.16.2 * Sat Jan 14 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.16.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ shflags-1.0.3-4.el6 (FEDORA-EPEL-2012-13808) Simple handling of command-line flags in Bourne based Unix scripts -------------------------------------------------------------------------------- Update Information: License is LGPL-2.1 -------------------------------------------------------------------------------- ChangeLog: * Mon Dec 17 2012 Ralph Bean <rb...@redhat.com> - 1.0.3-4 - Updated the license field to LGPLv2 after receiving feedback from upstream. * Sat Jul 21 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 1.0.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- ================================================================================ spec2scl-0.3.3-1.el6 (FEDORA-EPEL-2012-13800) Convert RPM specfiles to be SCL ready -------------------------------------------------------------------------------- Update Information: Brings support for piping, doesn't break any already-present functionality. -------------------------------------------------------------------------------- ChangeLog: * Wed Dec 19 2012 Bohuslav Kabrda <bkab...@redhat.com> - 0.3.3-1 - Update to 0.3.3. -------------------------------------------------------------------------------- ================================================================================ znc-infobot-1.0-2.el6 (FEDORA-EPEL-2012-13799) infobot module for ZNC IRC Bouncer -------------------------------------------------------------------------------- Update Information: Build against latest ZNC -------------------------------------------------------------------------------- ChangeLog: * Wed Nov 28 2012 Tom Callaway <s...@fedoraproject.org> - 1.0-2 - it lives! * Tue Nov 13 2012 Nick Bebout <n...@fedoraproject.org> - 1.0-1 - Rebuild for znc 1.0 * Sun Jul 22 2012 Fedora Release Engineering <rel-...@lists.fedoraproject.org> - 0.206-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild -------------------------------------------------------------------------------- _______________________________________________ epel-devel-list mailing list epel-devel-list@redhat.com https://www.redhat.com/mailman/listinfo/epel-devel-list