Fedora 11 updates-testing report

updates at fedoraproject.org updates at fedoraproject.org
Tue May 26 07:57:56 UTC 2009


The following builds have been pushed to Fedora 11 updates-testing

    arora-0.7.0-1.fc11
    cabal2spec-0.16-2.fc11
    etherboot-5.4.4-14.fc11
    geany-0.17-1.fc11
    gstreamer-0.10.23-1.fc11
    gstreamer-plugins-base-0.10.23-1.fc11
    gstreamer-plugins-good-0.10.15-1.fc11
    ibus-1.1.0.20090508-4.fc11
    ibus-pinyin-1.1.0.20090303-2.fc11
    libvirt-0.6.2-11.fc11
    perl-Catalyst-Plugin-I18N-0.09-2.fc11
    php-IDNA_Convert-0.6.3-2.fc11
    php-simplepie-1.1.3-3.fc11
    postal-0.70-4.fc11
    rpmdevtools-7.3-1.fc11
    xorg-x11-server-1.6.1.901-2.fc11

Details about builds:


================================================================================
 arora-0.7.0-1.fc11 (FEDORA-2009-5508)
 A cross platform web browser
--------------------------------------------------------------------------------
Update Information:

Update to 0.7.0    Most visible changes:  - Add support for OpenSearch to the
toolbar search  - Add the ability to click a button before loading flash
(clickToFlash)  - Allow to enable/disable the cache  - Revert the check for the
Oxygen style so when under KDE4 Oxygen will be used even if it has issues.
Full Changelog: http://arorabrowser.blogspot.com/2009/05/arora-070.html
--------------------------------------------------------------------------------
ChangeLog:

* Mon May 25 2009 Jaroslav Reznik <jreznik at redhat.com> - 0.7.0-1
- Update to 0.7.0
- Googlesuggest removed
--------------------------------------------------------------------------------


================================================================================
 cabal2spec-0.16-2.fc11 (FEDORA-2009-5475)
 Tool for creating .spec files for Haskell Cabal Packages
--------------------------------------------------------------------------------
Update Information:

Update to latest version and drop explicit ghc dependency
--------------------------------------------------------------------------------
ChangeLog:

* Mon May 25 2009 Jens Petersen <petersen at redhat.com> - 0.16-2
- drop the ghc requires (and arch) completely since not actually needed
* Wed May 13 2009 Jens Petersen <petersen at redhat.com> - 0.16-1
- add BR ghc-rpm-macros to templates
* Thu Apr 30 2009 Jens Petersen <petersen at redhat.com> - 0.15-2
- use exclusivearch since no ghc on ppc64 yet
* Sat Apr 25 2009 Jens Petersen <petersen at redhat.com> - 0.15-1
- templates buildrequire at least ghc-6.10.2-3 for macros
- fix binlib doc filelist name
* Fri Apr 24 2009 Jens Petersen <petersen at redhat.com> - 0.14-1
- ghc_version is now in macros.ghc in ghc-6.10.2-3
* Fri Apr 24 2009 Jens Petersen <petersen at redhat.com> - 0.13-1
- requires at least ghc-6.10.2-2
- ghc_version is now set directly from ghc
- ghc buildrequires no longer versioned
- pkg_libdir and pkg_docdir replaced by ghcpkgdir and ghcdocdir in macros.ghc
- add doc filelist
--------------------------------------------------------------------------------


================================================================================
 etherboot-5.4.4-14.fc11 (FEDORA-2009-5506)
 Etherboot collection of boot roms
--------------------------------------------------------------------------------
Update Information:

This update enables the PXE_DHCP_STRICT compile-time option as it is reported to
fix PXE booting for some users.
--------------------------------------------------------------------------------
ChangeLog:

* Mon May 25 2009 Mark McLoughlin <markmc at redhat.com> - 5.4.4-14
- Enable PXE_DHCP_STRICT to fix PXE boot failures (bug #494541)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #494541 - [KVM] E1000 PXE boot fails with "No IP address"
        https://bugzilla.redhat.com/show_bug.cgi?id=494541
--------------------------------------------------------------------------------


================================================================================
 geany-0.17-1.fc11 (FEDORA-2009-5514)
 A fast and lightweight IDE using GTK2
--------------------------------------------------------------------------------
Update Information:

There are the release not for Geany 0.17 :
------------------------------------------        Bug fixes:      * Fix broken
selection of "Document->Set Encoding" menu items.      * Fix broken non-
incremental search with the toolbar search entry when        pressing Enter
(closes #2638180).      * Fix parsing of Make output (closes #2694479, patch by
Andrea Mazzoleni).      * Fix crashes on quitting Geany (closes #2533990).
* Fix disabled Go to Tag items in the editor menu when using the        keyboard
(#2780044).      * Prevent crashes when two or more top level items in the
symbol        list have the same name (closes #2778246).        Prefs:      *
Add an option to set an additional plugin lookup path.      * Add a hidden
preference 'use_safe_file_saving'. This has serious side        effects, please
read the documentation before enabling this.        Interface:      * Add 'Send
Selection to Terminal' command to the Edit->Format menu.      * Change the
background colour of the search entries in the Find        and Replace dialogs
according to the search results.      * Add 'Close Other Documents' and 'Close
All' menu items to the tab bar        menu.      * Add an option to allow
appending the toolbar to the main menu bar        to save some vertical space.
* When a project is loaded, replace the project base path with the
project name in the Documents sidebar for parent items (closes #2723679).      *
Make the file open dialog more compact.      * Ellipsize tab labels and some
status messages for very long        filenames (closes #2777348).      * Add new
toolbar element: Print (patch by Roland Baudin).      * Remember the active
sidebar page between sessions.      * Add "Recent Projects" menu to the Project
menu (#2728630,        patch by Elias Pschernig).      * Add
Tools->Configuration Files item for snippets.conf.        Filetypes:      * Fix
wrong Fortran 90 comment characters when inserting templates.      * Add
filetype ActionScript (patch by Chris Macksey).      * Fixes for CSS, Fortran
and Ruby parsers.      * Add a trivial symbol parser for NSIS files.
Windows:      * On Windows, change the working directory to the Geany
installation        path at startup to avoid unwanted directory locking(closes
#2626124).      * Fix window positioning on startup.      * Make build commands
on Windows run synchronously to avoid problems        with reading build
commands' output.        Plugins:      * HTMLchars: Extend plugin by bulk
replace and replace on        input for special characters to their HTML
entities.      * Splitwindow: Add keybindings for the split actions.      *
VCDiff: Remove plugin from Geany. Use GeanyVC instead.        Plugin API:      *
Deprecate sci_get_text(), sci_get_selected_text() and
sci_get_text_range().      * Add sci_get_contents(), sci_get_contents_range()
and        sci_get_selection_contents() as replacement functions to provide
an easier and cleaner API (initial patch by Frank).      * Make
GEANY_FILETYPES_NONE = 0, sort filetype IDs randomly (so we can        append
new filetypes without breaking the ABI); add        filetypes_by_title sorted
list to GeanyData.        Documentation:      * Describe how to build Geany
using the Waf build system.        Internationalisation:      * Updated
translations: be, cs, de, es, fi, fr, hu, ja, pt_BR, ru,        sv, tr, zh_CN
--------------------------------------------------------------------------------
ChangeLog:

* Wed May 20 2009 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0.17-1
- Update to version 0.17
- Replace gtk214.c.tags with gtk216.c.tags
- Add standard.css.tags
- Add all tags files to CVS
* Wed Apr 15 2009 pingou <pingou at pingoured.fr> - 0.16-3
- Add requires for gtk2-devel to geany-devel
--------------------------------------------------------------------------------


================================================================================
 gstreamer-0.10.23-1.fc11 (FEDORA-2009-5297)
 GStreamer streaming media framework runtime
--------------------------------------------------------------------------------
Update Information:

New upstream releases with a large number of bug fixes, and an updated
PulseAudio plugin.
--------------------------------------------------------------------------------
ChangeLog:

* Mon May 11 2009 Bastien Nocera <bnocera at redhat.com> 0.10.23-1
- Update to 0.10.23
* Thu Feb 26 2009 Warren Togami <wtogami at redhat.com> - 0.10.22-4
- Move req on which and pkgconfig to gstreamer-tools
--------------------------------------------------------------------------------


================================================================================
 gstreamer-plugins-base-0.10.23-1.fc11 (FEDORA-2009-5297)
 GStreamer streaming media framework base plug-ins
--------------------------------------------------------------------------------
Update Information:

New upstream releases with a large number of bug fixes, and an updated
PulseAudio plugin.
--------------------------------------------------------------------------------
ChangeLog:

* Mon May 11 2009 Bastien Nocera <bnocera at redhat.com> 0.10.23-1
- Update to 0.10.23
--------------------------------------------------------------------------------


================================================================================
 gstreamer-plugins-good-0.10.15-1.fc11 (FEDORA-2009-5297)
 GStreamer plug-ins with good code and licensing
--------------------------------------------------------------------------------
Update Information:

New upstream releases with a large number of bug fixes, and an updated
PulseAudio plugin.
--------------------------------------------------------------------------------
ChangeLog:

* Thu May 21 2009 Bastien Nocera <bnocera at redhat.com> 0.10.15-1
- Update to 0.10.15
* Thu May 14 2009 Bastien Nocera <bnocera at redhat.com> 0.10.14-3
- Update pulsesink to latest upstream version, fixes assertion when
  Rhythmbox tries to change the sound from the wrong thread
--------------------------------------------------------------------------------


================================================================================
 ibus-1.1.0.20090508-4.fc11 (FEDORA-2009-5495)
 Intelligent Input Bus for Linux OS
--------------------------------------------------------------------------------
ChangeLog:

* Mon May 25 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090508-4
- Update ibus-HEAD.patch.
- Fix bug 501211 - ibus-setup window should be raised if running or just stay on top/grab focus
- Fix bug 501640 - ibus should adds new IMEs at end of engine list not beginning
- Fix bug 501644 - [IBus] focus-out and disabled IME should hide language panel
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #501211 - ibus-setup window should be raised if running or just stay on top/grab focus
        https://bugzilla.redhat.com/show_bug.cgi?id=501211
  [ 2 ] Bug #501640 - ibus should adds new IMEs at end of engine list not beginning
        https://bugzilla.redhat.com/show_bug.cgi?id=501640
  [ 3 ] Bug #501644 - [IBus] focus-out and disabled IME should hide language panel
        https://bugzilla.redhat.com/show_bug.cgi?id=501644
--------------------------------------------------------------------------------


================================================================================
 ibus-pinyin-1.1.0.20090303-2.fc11 (FEDORA-2009-5484)
 The PinYin engine for IBus platform
--------------------------------------------------------------------------------
ChangeLog:

* Mon May 25 2009 Huang Peng <shawn.p.huang at gmail.com> - 1.1.0.20090303-2
- Update to HEAD version in upstream git repository
- Fix bug 500762 - The iBus input speed becomes much slower after "Fuzzy PinYin" enabled
- Fix bug 501218 - make the pinyin setup window come to the front
- Fix bug 500763 - User DB is unavailable in ibus for liveCD
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #500763 - User DB is unavailable in ibus for liveCD
        https://bugzilla.redhat.com/show_bug.cgi?id=500763
  [ 2 ] Bug #501218 - make the pinyin setup window come to the front
        https://bugzilla.redhat.com/show_bug.cgi?id=501218
  [ 3 ] Bug #500762 - The iBus input speed becomes much slower after "Fuzzy PinYin" enabled
        https://bugzilla.redhat.com/show_bug.cgi?id=500762
--------------------------------------------------------------------------------


================================================================================
 libvirt-0.6.2-11.fc11 (FEDORA-2009-5515)
 Library providing a simple API virtualization
--------------------------------------------------------------------------------
ChangeLog:

* Mon May 25 2009 Mark McLoughlin <markmc at redhat.com> - 0.6.2-11.fc11
- Bring up the bridge, even if it doesn't have an IP address (bug #501912)
* Fri May 22 2009 Mark McLoughlin <markmc at redhat.com> - 0.6.2-10.fc11
- Don't log monitor output to domain log file (bug #499584)
* Thu May 21 2009 Mark McLoughlin <markmc at redhat.com> - 0.6.2-9.fc11
- Fix qemu argv detection with latest qemu (bug #501923)
- Fix XML attribute escaping (bug #499791)
- Fix serious event handling issues causing guests to be destroyed (bug #499698)
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #501912 - libvirt does not activate bridge if no IP address is assigned
        https://bugzilla.redhat.com/show_bug.cgi?id=501912
  [ 2 ] Bug #499584 - info balloon is repeated in qemu log once per second
        https://bugzilla.redhat.com/show_bug.cgi?id=499584
  [ 3 ] Bug #501923 - libvirt with latest qemu-kvm error: "Cannot determine QEMU argv syntax /usr/bin/qemu-kvm"
        https://bugzilla.redhat.com/show_bug.cgi?id=501923
  [ 4 ] Bug #499791 - virt-manager does not escape special characters in ISO file name
        https://bugzilla.redhat.com/show_bug.cgi?id=499791
  [ 5 ] Bug #499698 - 'virsh destroy' destroys multiple VMs
        https://bugzilla.redhat.com/show_bug.cgi?id=499698
--------------------------------------------------------------------------------


================================================================================
 perl-Catalyst-Plugin-I18N-0.09-2.fc11 (FEDORA-2009-5477)
 I18N for Catalyst
--------------------------------------------------------------------------------
Update Information:

Adds a missing dependency on perl(Locale::Maketext::Lexicon) and uses
MRO::Compat instead of NEXT.
--------------------------------------------------------------------------------
ChangeLog:

* Sun May 24 2009 Iain Arnell <iarnell at gmail.com> 0.09-2
- add missing requires perl(Locale::Maketext::Lexicon)
* Wed Apr 22 2009 Iain Arnell <iarnell at gmail.com> 0.09-1
- update to 0.09
- BR perl(MRO::Compat) and perl(Test::Pod::Coverage)
--------------------------------------------------------------------------------


================================================================================
 php-IDNA_Convert-0.6.3-2.fc11 (FEDORA-2009-5486)
 Provides conversion of internationalized strings to UTF8
--------------------------------------------------------------------------------


================================================================================
 php-simplepie-1.1.3-3.fc11 (FEDORA-2009-5478)
 Simple RSS Library in PHP
--------------------------------------------------------------------------------


================================================================================
 postal-0.70-4.fc11 (FEDORA-2009-5492)
 Tools for benchmarking mail servers
--------------------------------------------------------------------------------


================================================================================
 rpmdevtools-7.3-1.fc11 (FEDORA-2009-5479)
 RPM Development Tools
--------------------------------------------------------------------------------
Update Information:

Update to 7.3: http://cvs.fedoraproject.org/viewvc/devel/rpmdevtools/rpmdevtools
.spec?r1=1.16&r2=1.19
--------------------------------------------------------------------------------
ChangeLog:

* Mon May 25 2009 Ville Skyttä <ville.skytta at iki.fi> - 7.3-1
- Release 7.3.
* Sat May 23 2009 Ville Skyttä <ville.skytta at iki.fi>
- Add rpmdev-packager - script for getting rpm packager info.
- Use rpmdev-packager in rpmdev-bumpspec and rpmdev-init.el.
- Fix rpmdev-extract MIME type comparisons with file(1) output containing
  parameters.
* Wed May 20 2009 Ville Skyttä <ville.skytta at iki.fi> - 7.2-1
- Release 7.2.
* Sun May  3 2009 Ville Skyttä <ville.skytta at iki.fi>
- Add dummy spec template for ad-hoc testing.
* Sat May  2 2009 Ville Skyttä <ville.skytta at iki.fi>
- Improve newspec/newinit when only "-o foo" argument is given (#498588,
  thanks to Edwin ten Brink).
- Try to get packager mail address for *Emacs rpm-spec-mode from ~/.fedora.cert
  if rpm-spec-user-mail-address is not set.
- Add xz support to rpmdev-extract.
* Sat Apr 18 2009 Ville Skyttä <ville.skytta at iki.fi>
- Make bumpspec's use of "head" POSIX compliant.
* Thu Apr 16 2009 Ville Skyttä <ville.skytta at iki.fi>
- Add rpmdev-newinit for easier access to the init script template, move the
  template to %{_sysconfdir}/rpmdevtools, improve reload action example.
* Tue Apr  7 2009 Ville Skyttä <ville.skytta at iki.fi>
- Speed up rpmls bash completion.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #498588 - rpmdev-newspec -o perl-test.spec falls back to generic template (incl. patch)
        https://bugzilla.redhat.com/show_bug.cgi?id=498588
--------------------------------------------------------------------------------


================================================================================
 xorg-x11-server-1.6.1.901-2.fc11 (FEDORA-2009-5491)
 X.Org X11 X server
--------------------------------------------------------------------------------
Update Information:

Fix crash due to uninitialized VModMap fields. If an unreferenced xorg.conf
section is found with the synaptics driver, the server does not emulate a
default mouse device. Don't synthesise a mouse section if an unreferenced
synaptics entry is found in the xorg.conf.
--------------------------------------------------------------------------------
ChangeLog:

* Mon May 25 2009 Peter Hutterer <peter.hutterer at redhat.com> 1.6.1.901-2
- xserver-1.6.1-mousedrivers.patch: treat other drivers as mouse drivers too
  when parsing the config file (complements xserver-1.6.1-synaptics.patch)
- xserver-1.6.1-xkbsendmap.patch: Fix crash due to uninitialized VModMap fields.
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #456376 - xorg crashes - BOGUS LENGTH in write keyboard desc
        https://bugzilla.redhat.com/show_bug.cgi?id=456376
  [ 2 ] Bug #499792 - xorg.conf confiuration section for synaptics no longer used with xorg-x11-drv-synaptics-1.1.0-5
        https://bugzilla.redhat.com/show_bug.cgi?id=499792
--------------------------------------------------------------------------------





More information about the fedora-test-list mailing list