Fedora 20 Update: pylint-1.3.1-2.fc20
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-12237
2014-10-05 06:43:59
--------------------------------------------------------------------------------
Name : pylint
Product : Fedora 20
Version : 1.3.1
Release : 2.fc20
URL : http://www.pylint.org/
Summary : Analyzes Python code looking for bugs and signs of poor quality
Description :
Pylint is a python tool that checks if a module satisfy a coding standard.
Pylint can be seen as another PyChecker since nearly all tests you can do
with PyChecker can also be done with Pylint. But Pylint offers some more
features, like checking line-code's length, checking if variable names are
well-formed according to your coding standard, or checking if declared
interfaces are truly implemented, and much more. The big advantage with
Pylint is that it is highly configurable, customizable, and you can easily
write a small plugin to add a personal feature.
--------------------------------------------------------------------------------
Update Information:
Update to upstream versions and drop patches included (all of them).
Fix GLib detection problem (#1141440)
python3-pylint-gui requires python3-tkinter
--------------------------------------------------------------------------------
ChangeLog:
* Mon Oct 27 2014 Brian C. Lane <bcl(a)redhat.com> 1.3.1-2
- python3-pylint-gui requires python3-tkinter
* Fri Oct 3 2014 Brian C. Lane <bcl(a)redhat.com> 1.3.1-1
- Upstream v1.3.1
Dropped patches included in upstream
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.2-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Mon Jun 2 2014 Brian C. Lane <bcl(a)redhat.com> 1.2-6
- Add python3-astroid and python3-setuptools as Requires (#1103479)
* Tue May 27 2014 Kalev Lember <kalevlember(a)gmail.com> - 1.2-5
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Fri May 9 2014 Brian C. Lane <bcl(a)redhat.com> 1.2-4
- Fix a potential AttributeError when checking for `reversed` arguments.
https://bitbucket.org/logilab/pylint/commits/93babaf6bffc59a49c75319d9850...
* Thu May 8 2014 Brian C. Lane <bcl(a)redhat.com> 1.2-3
- fix explicit check of python script
https://bitbucket.org/logilab/pylint/issue/219/
* Thu Apr 24 2014 Brian C. Lane <bcl(a)redhat.com> 1.2-2
- Patch to Fix --init-hook typo (dshea)
https://bitbucket.org/logilab/pylint/issue/211/init-hook-no-longer-works
* Tue Apr 22 2014 Brian C. Lane <bcl(a)redhat.com> 1.2-1
- Upstream v1.2
* Thu Feb 27 2014 Brian C. Lane <bcl(a)redhat.com> 1.1.0-1
- Upstream v1.1.0
Drop patch included in upstream
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1141440 - [PATCH] pylint has broken glib detection on f21
https://bugzilla.redhat.com/show_bug.cgi?id=1141440
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update pylint' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
8 years
Fedora 20 Update: python-astroid-1.2.1-2.fc20
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-12237
2014-10-05 06:43:59
--------------------------------------------------------------------------------
Name : python-astroid
Product : Fedora 20
Version : 1.2.1
Release : 2.fc20
URL : http://www.astroid.org
Summary : Python Abstract Syntax Tree New Generation
Description :
The aim of this module is to provide a common base representation of
python source code for projects such as pychecker, pyreverse,
pylint, and others. It extends the class defined in the compiler.ast
python module with some additional methods and attributes.
--------------------------------------------------------------------------------
Update Information:
Update to upstream versions and drop patches included (all of them).
Fix GLib detection problem (#1141440)
python3-pylint-gui requires python3-tkinter
--------------------------------------------------------------------------------
ChangeLog:
* Fri Oct 17 2014 Brian C. Lane <bcl(a)redhat.com> 1.2.1-2
- Add patch to fix GLib detection (#1141440)
https://bitbucket.org/logilab/astroid/issue/49
* Fri Oct 3 2014 Brian C. Lane <bcl(a)redhat.com> 1.2.1-1
- Upstream v1.2.1
Drop patches now included in upstream
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 14 2014 Bohuslav Kabrda <bkabrda(a)redhat.com> - 1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Wed Apr 23 2014 Brian C. Lane <bcl(a)redhat.com> 1.1-3
- Add patch to fix metaclass recursion (upstream bug #25)
https://bitbucket.org/logilab/astroid/issue/25/runtimeerror-maximum-recur...
* Tue Apr 22 2014 Brian C. Lane <bcl(a)redhat.com> 1.1-2
- Add missing source file
* Tue Apr 22 2014 Brian C. Lane <bcl(a)redhat.com> 1.1-1
- Upstream v1.1
Drop patches now included in upstream
* Tue Apr 1 2014 Cole Robinson <crobinso(a)redhat.com> - 1.0.1-3
- Fix some gobject introspection false positives (bz #1079643)
* Fri Feb 28 2014 Brian C. Lane <bcl(a)redhat.com> 1.0.1-2
- Add patch to fix gobject introspection of illegal symbol names (dshea)
* Thu Feb 27 2014 Brian C. Lane <bcl(a)redhat.com> 1.0.1-1
- Upstream v1.0.1
Drop patch included in upstream
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1141440 - [PATCH] pylint has broken glib detection on f21
https://bugzilla.redhat.com/show_bug.cgi?id=1141440
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update python-astroid' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
8 years
Fedora 20 Update: python-logilab-common-0.62.1-1.fc20
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2014-12237
2014-10-05 06:43:59
--------------------------------------------------------------------------------
Name : python-logilab-common
Product : Fedora 20
Version : 0.62.1
Release : 1.fc20
URL : http://www.logilab.org/projects/common
Summary : Common libraries for Logilab projects
Description :
This package contains several modules providing low level functionality
shared among some python projects developed by logilab.
--------------------------------------------------------------------------------
Update Information:
Update to upstream versions and drop patches included (all of them).
Fix GLib detection problem (#1141440)
python3-pylint-gui requires python3-tkinter
--------------------------------------------------------------------------------
ChangeLog:
* Fri Oct 3 2014 Brian C. Lane <bcl(a)redhat.com> 0.62.1-1
- Upstream 0.62.1
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.61.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed May 14 2014 Bohuslav Kabrda <bkabrda(a)redhat.com> - 0.61.0-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
* Thu Feb 27 2014 Brian C. Lane <bcl(a)redhat.com> 0.61.0-1
- Upstream 0.61.0
Fixes CVE-2014-1838 and CVE-2014-1839
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1141440 - [PATCH] pylint has broken glib detection on f21
https://bugzilla.redhat.com/show_bug.cgi?id=1141440
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update python-logilab-common' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
8 years
Fedora 21 Update: perl-Compress-Bzip2-2.22-1.fc21
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-2320
2015-02-20 04:53:39
--------------------------------------------------------------------------------
Name : perl-Compress-Bzip2
Product : Fedora 21
Version : 2.22
Release : 1.fc21
URL : http://search.cpan.org/dist/Compress-Bzip2/
Summary : Interface to Bzip2 compression library
Description :
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression
library. A relevant subset of the functionality provided by Bzip2 is available
in Compress::Bzip2. Compress::Bzip2 is not well integrated into PerlIO, use
the preferred IO::Compress::Bzip2 instead.
--------------------------------------------------------------------------------
Update Information:
This release fixes a memory leak.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Feb 19 2015 Petr Pisar <ppisar(a)redhat.com> - 2.22-1
- 2.22 bump
* Fri Jan 30 2015 Petr Pisar <ppisar(a)redhat.com> - 2.20-1
- 2.20 bump
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1194255 - perl-Compress-Bzip2-2.22 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1194255
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update perl-Compress-Bzip2' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
8 years
Fedora 21 Update: packagedb-cli-2.8.1-1.fc21
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-1817
2015-02-07 00:48:25
--------------------------------------------------------------------------------
Name : packagedb-cli
Product : Fedora 21
Version : 2.8.1
Release : 1.fc21
URL : https://fedorahosted.org/packagedb-cli/
Summary : A CLI for pkgdb
Description :
packagedb-cli is a command line interface of the well-known
packagedb of the Fedora project.
It allows you to manage the ACL for your packages as well
as requesting new ACL for new packages.
It also allows you to orphan and/or retire your package(s).
--------------------------------------------------------------------------------
Update Information:
Changelog:
* Update 2.8.1
* Fix install the pkgdb-admin script
* Update to 2.8
* Add the new pkgdb-admin script for rel-eng to process requests made in pkgdb2
* Drop the --test argument
* Add the --pkgdburl, --bzurl, --fasurl and --insecure arguments allowing to specify which applications to query and wether to check the SSL cert or not
--------------------------------------------------------------------------------
ChangeLog:
* Fri Feb 6 2015 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 2.8.1-1
- Update 2.8.1
- Fix install the pkgdb-admin script
* Fri Feb 6 2015 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 2.8-1
- Update to 2.8
- Add the new pkgdb-admin script for rel-eng to process requests made in pkgdb2
- Drop the --test argument
- Add the --pkgdburl, --bzurl, --fasurl and --insecure arguments allowing to
specify which applications to query and wether to check the SSL cert or not
* Wed Jan 21 2015 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 2.7-1
- Update to 2.7
- Add the `pending` action to retrieve someone's pending ACLs requests
- Provide a better description message for the --user arguments
- Fix the instructions in the README on how to run pkgdb-cli from the git tree
* Thu Dec 11 2014 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 2.6.1-1
- Update to 2.6.1
- Check the max length of the package names
This way the first column will always be either 33 char of length or the
maximum length of the package names plus two extra characters.
- Fix pkgdb-cli orphan --retire (Alexander Kurtakov)
* Fri Nov 21 2014 Pierre-Yves Chibon <pingou(a)pingoured.fr> - 2.6-1
- Update to 2.6
- New structure: use the traditional python module structure instead of two
python files
- Do one API call for `orphan --retire`
- Prevent user from retiring packages that have no dead.package file
- Add support for obsoleting ACL requests (Stanislav Ochotnicky)
- Enable restricting orphan to a specific user (while specifying more branches)
- Enable restricting give to a specific user (while specifying more branches)
- Let the unorphan action call the unorphan API endpoint
- When listing packages, encode the output as UTF-8 before printing
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update packagedb-cli' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
8 years
Fedora 21 Update: pari-2.7.3-1.fc21
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-2321
2015-02-20 04:53:41
--------------------------------------------------------------------------------
Name : pari
Product : Fedora 21
Version : 2.7.3
Release : 1.fc21
URL : http://pari.math.u-bordeaux.fr/
Summary : Number Theory-oriented Computer Algebra System
Description :
PARI is a widely used computer algebra system designed for fast computations in
number theory (factorizations, algebraic number theory, elliptic curves...),
but also contains a large number of other useful functions to compute with
mathematical entities such as matrices, polynomials, power series, algebraic
numbers, etc., and a lot of transcendental functions.
This package contains the shared libraries. The interactive
calculator PARI/GP is in package pari-gp.
--------------------------------------------------------------------------------
Update Information:
Cumulative bugfix release from upstream.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Feb 19 2015 Paul Howarth <paul(a)city-fan.org> - 2.7.3-1
- Update to 2.7.3 (see CHANGES for details)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1194274 - pari-2.7.3 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1194274
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update pari' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
8 years
Fedora 21 Update: libgit2-0.21.1-3.fc21
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-2119
2015-02-17 04:43:23
--------------------------------------------------------------------------------
Name : libgit2
Product : Fedora 21
Version : 0.21.1
Release : 3.fc21
URL : http://libgit2.github.com/
Summary : C implementation of the Git core methods as a library with a solid API
Description :
libgit2 is a portable, pure C implementation of the Git core methods
provided as a re-entrant linkable library with a solid API, allowing
you to write native speed custom Git applications in any language
with bindings.
--------------------------------------------------------------------------------
Update Information:
Backport crash fix
--------------------------------------------------------------------------------
ChangeLog:
* Mon Feb 16 2015 Veeti Paananen <veeti.paananen(a)rojekti.fi> - 0.21.1-3
- Backport crash fix
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1192920 - Fix segfault on F21
https://bugzilla.redhat.com/show_bug.cgi?id=1192920
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update libgit2' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
8 years
Fedora 20 Update: firefox-36.0-1.fc20
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-2616
2015-02-26 02:34:49
--------------------------------------------------------------------------------
Name : firefox
Product : Fedora 20
Version : 36.0
Release : 1.fc20
URL : http://www.mozilla.org/projects/firefox/
Summary : Mozilla Firefox Web browser
Description :
Mozilla Firefox is an open-source web browser, designed for standards
compliance, performance and portability.
--------------------------------------------------------------------------------
Update Information:
For changes see:
https://www.mozilla.org/en-US/firefox/36.0/releasenotes/
https://www.mozilla.org/en-US/thunderbird/31.5.0/releasenotes/
--------------------------------------------------------------------------------
ChangeLog:
* Fri Feb 20 2015 Jan Horak <jhorak(a)redhat.com> - 36.0-1
- Update to 36.0
* Mon Feb 9 2015 Martin Stransky <stransky(a)redhat.com> - 35.0.1-5
- Fixed rhbz#1190774 - update usear agent string for Fedora
* Wed Feb 4 2015 Petr Machata <pmachata(a)redhat.com> - 35.0.1-4
- Bump for rebuild.
* Tue Jan 27 2015 Martin Stransky <stransky(a)redhat.com> - 35.0.1-3
- Backed out the flash click-to-play setup
* Mon Jan 26 2015 David Tardon <dtardon(a)redhat.com> - 35.0.1-2
- rebuild for ICU 54.1
* Fri Jan 23 2015 Martin Stransky <stransky(a)redhat.com> - 35.0.1-1
- New upstream version
* Thu Jan 22 2015 Martin Stransky <stransky(a)redhat.com> - 35.0-7
- Updated hiDPI patch to upstream version (mozbz#975919)
* Thu Jan 22 2015 Martin Stransky <stransky(a)redhat.com> - 35.0-6
- Disabled flash by default because of 0day live flash exploit
(see https://isc.sans.edu/diary/Flash+0-Day+Exploit+Used+by+Angler+Exploit+Kit...)
* Mon Jan 19 2015 Martin Stransky <stransky(a)redhat.com> - 35.0-5
- Enable release build config
- Gtk3 - added patch for HiDPI support (mozbz#975919)
* Mon Jan 19 2015 Martin Stransky <stransky(a)redhat.com> - 35.0-4
- Gtk3 - fixed tabs rendering
* Wed Jan 14 2015 Martin Stransky <stransky(a)redhat.com> - 35.0-3
- Gtk3 - replaced obsoleted focus properties
- Make start.fedoraproject.org the homepage
* Mon Jan 12 2015 Martin Stransky <stransky(a)redhat.com> - 35.0-2
- Update to 35.0 Build 3
- Gtk3 - added fix for button/entry box sizes
- Gtk3 - added fix for button/entry focus sizes
- Spec clean-up (by moez.roy(a)gmail.com)
* Tue Jan 6 2015 Martin Stransky <stransky(a)redhat.com> - 35.0-1
- Update to 35.0 Build 1
* Mon Jan 5 2015 Martin Stransky <stransky(a)redhat.com> - 34.0-12
- Fixed rhbz#1014858 - GLib-CRITICAL **: g_slice_set_config:
assertion `sys_page_size == 0' failed
* Fri Jan 2 2015 Martin Stransky <stransky(a)redhat.com> - 34.0-11
- Build with system jpeg on rawhide
- Updated ATK patch for gtk3
* Tue Dec 23 2014 Martin Stransky <stransky(a)redhat.com> - 34.0-9
- Added fix for rhbz#1173156 - Native NTLM authentication
on Linux unsupported
- Added fix for rhbz#1170109 - data corruption bug on armhfp
* Sat Dec 13 2014 Martin Stransky <stransky(a)redhat.com> - 34.0-8
- Gtk3 - Workaround for Firefox freeze when accessibility is enabled
* Fri Dec 12 2014 Martin Stransky <stransky(a)redhat.com> - 34.0-7
- Added fix for mozbz#1097592 - Firefox freeze in Gtk3
* Thu Dec 11 2014 Martin Stransky <stransky(a)redhat.com> - 34.0-6
- Disabled Gtk3 on Fedora 21 and earlier (rhbz#1172926)
* Wed Dec 10 2014 Martin Stransky <stransky(a)redhat.com> - 34.0-5
- Disabled flash plugin instllation pop-up (mozbz#1108645)
* Mon Dec 8 2014 Jiri Vanek <jvanek(a)redhat.com> - 34.0-4
- added and applied patch218, java-plugin-url.patch
- fixed url for java plugin installation guide
- resolves rhbz#979985
* Mon Dec 8 2014 Martin Stransky <stransky(a)redhat.com> - 34.0-3
- Gtk3 flash plugin fix (rhbz#1171457)
- Gtk3 theme fixes
* Wed Dec 3 2014 Jan Horak <jhorak(a)redhat.com> - 34.0-2
- Fix for mozbz#1097550 - wrong default dictionary
* Mon Dec 1 2014 Martin Stransky <stransky(a)redhat.com> - 34.0-1
- Update to 34.0 build 2
* Thu Nov 13 2014 Martin Stransky <stransky(a)redhat.com> - 33.1-2
- Disabled downloads non-free OpenH264 blob on first start
(rhbz#1155499)
* Tue Nov 11 2014 Martin Stransky <stransky(a)redhat.com> - 33.1-1
- Update to 33.1 build 3
* Mon Nov 10 2014 Martin Stransky <stransky(a)redhat.com> - 33.0-5
- Fixed rhbz#1161110 - /usr/bin/firefox should not mess with TMPDIR
* Tue Nov 4 2014 Martin Stransky <stransky(a)redhat.com> - 33.0-4
- Do not use system libjpeg-turbo on rawhide
* Mon Nov 3 2014 Martin Stransky <stransky(a)redhat.com> - 33.0-3
- Added Gtk3 support
* Wed Oct 15 2014 Martin Stransky <stransky(a)redhat.com> - 33.0-2
- Added patches from mozbz#858919
* Tue Oct 14 2014 Martin Stransky <stransky(a)redhat.com> - 33.0-1
- Update to 33.0 build 2
* Fri Sep 19 2014 Jan Horak <jhorak(a)redhat.com> - 32.0.2-2
- Added support for Mozilla tests
* Thu Sep 18 2014 Martin Stransky <stransky(a)redhat.com> - 32.0.2-1
- Update to 32.0.2 build 1
* Tue Sep 16 2014 Martin Stransky <stransky(a)redhat.com> - 32.0.1-2
- disable baseline JIT on i686 (rhbz#1047079)
* Mon Sep 15 2014 Martin Stransky <stransky(a)redhat.com> - 32.0.1-1
- Update to 32.0.1 build 2
- Patch from rhbz#1140157
* Wed Sep 10 2014 Jan Horak <jhorak(a)redhat.com> - 32.0-2
- Fix for geolocation API (rhbz#1063739)
* Tue Aug 26 2014 Martin Stransky <stransky(a)redhat.com> - 32.0-1
- Update to 32.0 build 1
* Tue Aug 26 2014 David Tardon <dtardon(a)redhat.com> - 31.0-4
- rebuild for ICU 53.1
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 31.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Wed Jul 30 2014 Martin Stransky <stransky(a)redhat.com> - 31.0-2
- Added patch for mozbz#858919
* Thu Jul 17 2014 Martin Stransky <stransky(a)redhat.com> - 31.0-1
- Update to 31.0 build 2
* Wed Jun 11 2014 Martin Stransky <stransky(a)redhat.com> - 30.0-4
- Updated NSPR version
* Sat Jun 7 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 30.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Jun 5 2014 Martin Stransky <stransky(a)redhat.com> - 30.0-2
- Enable gstreamer 1.0
* Wed Jun 4 2014 Martin Stransky <stransky(a)redhat.com> - 30.0-1
- Update to 30.0 build 1
* Fri May 23 2014 Martin Stransky <stransky(a)redhat.com> - 29.0.1-5
- Added a build fix for ppc64 - rhbz#1100495
* Tue May 20 2014 Martin Stransky <stransky(a)redhat.com> - 29.0.1-4
- Enabled necko-wifi
* Thu May 15 2014 Peter Robinson <pbrobinson(a)fedoraproject.org> 29.0.1-3
- Add upstream patches for aarch64 support
* Thu May 15 2014 Martin Stransky <stransky(a)redhat.com> - 29.0.1-2
- Fixed rhbz#1098090 - Enable plugin-container for nspluginwrapper
* Wed May 14 2014 Martin Stransky <stransky(a)redhat.com> - 29.0.1-1
- Update to 29.0.1
* Mon Apr 28 2014 Martin Stransky <stransky(a)redhat.com> - 29.0-5
- An updated ppc64le patch (rhbz#1091054)
* Mon Apr 28 2014 Martin Stransky <stransky(a)redhat.com> - 29.0-4
- Arm build fixes
* Fri Apr 25 2014 Martin Stransky <stransky(a)redhat.com> - 29.0-3
- Build with system ICU
* Thu Apr 24 2014 Martin Stransky <stransky(a)redhat.com> - 29.0-2
- Removed unused patch
* Tue Apr 22 2014 Martin Stransky <stransky(a)redhat.com> - 29.0-1
- Update to 29.0 Build 1
* Tue Apr 8 2014 Jan Horak <jhorak(a)redhat.com> - 28.0-4
- Support for ppc64le architecture
* Wed Mar 19 2014 Martin Stransky <stransky(a)redhat.com> - 28.0-3
- Arm build fix
* Wed Mar 19 2014 Martin Stransky <stransky(a)redhat.com> - 28.0-2
- NSS version up, disable arm for now
* Tue Mar 18 2014 Martin Stransky <stransky(a)redhat.com> - 28.0-1
- Update to 28.0
* Thu Mar 6 2014 Martin Stransky <stransky(a)redhat.com> - 27.0.1-2
- Removed needless build patch
* Mon Feb 24 2014 Martin Stransky <stransky(a)redhat.com> - 27.0.1-1
- Update to 27.0.1
* Mon Feb 3 2014 Martin Stransky <stransky(a)redhat.com> - 27.0-1
- Update to 27.0
* Thu Jan 30 2014 Jan Horak <jhorak(a)redhat.com> - 26.0-7
- Set default homepage to about:newtab and make start.fedoraproject.org page pinned on it
- Disable system cairo because of rhbz#1059076
* Mon Jan 20 2014 Jan Horak <jhorak(a)redhat.com> - 26.0-6
- Fixed langpack installation
* Thu Jan 9 2014 Jan Horak <jhorak(a)redhat.com> - 26.0-5
- Build standalone firefox package without dependency on xulrunner
* Tue Dec 17 2013 Martin Stransky <stransky(a)redhat.com> - 26.0-4
- Added fix for rhbz#1007603 - NSS and cert9 (sql): firefox crash
on exit with https-everywhere installed (edit)
* Fri Dec 13 2013 Martin Stransky <stransky(a)redhat.com> - 26.0-3
- Build with -Werror=format-security (rhbz#1037063)
* Mon Dec 9 2013 Martin Stransky <stransky(a)redhat.com> - 26.0-2
- Update to 26.0 Build 2
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update firefox' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
8 years
Fedora 20 Update: thunderbird-31.5.0-1.fc20
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-2616
2015-02-26 02:34:49
--------------------------------------------------------------------------------
Name : thunderbird
Product : Fedora 20
Version : 31.5.0
Release : 1.fc20
URL : http://www.mozilla.org/projects/thunderbird/
Summary : Mozilla Thunderbird mail/newsgroup client
Description :
Mozilla Thunderbird is a standalone mail and newsgroup client.
--------------------------------------------------------------------------------
Update Information:
For changes see:
https://www.mozilla.org/en-US/firefox/36.0/releasenotes/
https://www.mozilla.org/en-US/thunderbird/31.5.0/releasenotes/
--------------------------------------------------------------------------------
ChangeLog:
* Tue Feb 24 2015 Jan Horak <jhorak(a)redhat.com> - 31.5.0-1
- Update to 31.5.0
* Fri Feb 20 2015 Martin Stransky <stransky(a)redhat.com> - 31.4.0-2
- Fixed rhbz#1187746 - GLib allocation error
when starting thunderbird
* Wed Jan 14 2015 Jan Horak <jhorak(a)redhat.com> - 31.4.0-1
- Update to 31.4.0
* Mon Jan 5 2015 Jan Horak <jhorak(a)redhat.com> - 31.3.0-2
- Exclude ppc64 arch for epel7
* Mon Dec 1 2014 Jan Horak <jhorak(a)redhat.com> - 31.3.0-1
- Update to 31.3.0
* Tue Oct 14 2014 Jan Horak <jhorak(a)redhat.com> - 31.2.0-1
- Update to 31.2.0
* Wed Oct 1 2014 Martin Stransky <stransky(a)redhat.com> - 31.1.1-2
- Sync prefs with Firefox
* Thu Sep 11 2014 Jan Horak <jhorak(a)redhat.com> - 31.1.1-1
- Update to 31.1.1
* Mon Sep 1 2014 Jan Horak <jhorak(a)redhat.com> - 31.1.0-1
- Update to 31.1.0
* Tue Aug 26 2014 Karsten Hopp <karsten(a)redhat.com> 31.0-5
- ppc64 patch 304 got removed and isn't required anymore (mozbz#973977)
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 31.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Mon Aug 4 2014 Peter Robinson <pbrobinson(a)fedoraproject.org> 31.0-3
- Build with system FFI as per firefox/xulrunner (fixes aarch64)
* Wed Jul 30 2014 Martin Stransky <stransky(a)redhat.com> - 31.0-2
- Added patch for mozbz#858919
* Tue Jul 29 2014 Martin Stransky <stransky(a)redhat.com> - 31.0-1
- Update to 31.0
* Tue Jul 22 2014 Jan Horak <jhorak(a)redhat.com> - 24.7.0-1
- Update to 24.7.0
* Mon Jun 9 2014 Jan Horak <jhorak(a)redhat.com> - 24.6.0-1
- Update to 24.6.0
* Sun Jun 8 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 24.5.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Fri May 23 2014 Brent Baude <baude(a)us.ibm.com> - 24.5.0-5
- Moving the ppc64 conditional up before the cd so it will
- apply cleanly
* Fri May 23 2014 Martin Stransky <stransky(a)redhat.com> - 24.5.0-4
- Added a build fix for ppc64 - rhbz#1100495
* Mon May 5 2014 Jan Horak <jhorak(a)redhat.com> - 24.5.0-3
- Fixed find requires
* Mon Apr 28 2014 Jan Horak <jhorak(a)redhat.com> - 24.5.0-1
- Update to 24.5.0
* Tue Apr 22 2014 Jan Horak <jhorak(a)redhat.com> - 24.4.0-2
- Added support for ppc64le
* Tue Mar 18 2014 Jan Horak <jhorak(a)redhat.com> - 24.4.0-1
- Update to 24.4.0
* Mon Feb 3 2014 Jan Horak <jhorak(a)redhat.com> - 24.3.0-1
- Update to 24.3.0
* Mon Dec 16 2013 Martin Stransky <stransky(a)redhat.com> - 24.2.0-4
- Fixed rhbz#1024232 - thunderbird: squiggly lines used
for spelling correction disappear randomly
* Fri Dec 13 2013 Martin Stransky <stransky(a)redhat.com> - 24.2.0-3
- Build with -Werror=format-security (rhbz#1037353)
* Wed Dec 11 2013 Martin Stransky <stransky(a)redhat.com> - 24.2.0-2
- rhbz#1001998 - added a workaround for system notifications
* Mon Dec 9 2013 Jan Horak <jhorak(a)redhat.com> - 24.2.0-1
- Update to 24.2.0
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update thunderbird' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
8 years
Fedora 21 Update: libfprint-0.6.0-1.fc21
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-1629
2015-02-04 04:30:20
--------------------------------------------------------------------------------
Name : libfprint
Product : Fedora 21
Version : 0.6.0
Release : 1.fc21
URL : http://www.freedesktop.org/wiki/Software/fprint/libfprint
Summary : Toolkit for fingerprint scanner
Description :
libfprint offers support for consumer fingerprint reader devices.
--------------------------------------------------------------------------------
Update Information:
This update adds support for AES3500, UPEK 147e:2020, EgisTec ES603 and VFS5011 devices. It also fixes a number of bugs in handling multiple readers.
--------------------------------------------------------------------------------
ChangeLog:
* Tue Feb 3 2015 Bastien Nocera <bnocera(a)redhat.com> 0.6.0-1
- Update to 0.6.0
* Wed Dec 17 2014 Rex Dieter <rdieter(a)fedoraproject.org> - 0.5.1-5
- error opening ATTR{/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/power/control} for writing (#950205)
- %build: --disable-silent-rules
--------------------------------------------------------------------------------
This update can be installed with the "yum" update program. Use
su -c 'yum update libfprint' 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 Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
8 years