------------------------------------------------------------------
--- Changelog.all ----------- Sun May 20 13:06:13 UTC 2012 ------
------------------------------------------------------------------
------------------------------------------------------------------
------------------ 2012-5-16 - May 16 2012 -------------------
------------------------------------------------------------------
++++ MozillaFirefox:
- reenabled crashreporter for Factory/12.2
(fix in mozilla-gcc47.patch)
++++ MozillaThunderbird:
- reenabled crashreporter for Factory/12.2
(fix in mozilla-gcc47.patch)
++++ archivemail:
- update to version 0.9.0
* IMAP: support for international mailbox names containing
non-ASCII characters
- dropped obsolete archivemail-0.7.2-fix-paths.patch
++++ checkbashisms:
- update to current git version
- detect substr expansion with dynamic length
- allow stdin to be checked by accepting '-' as file name
- do not unconditionally swallow stdin
- detect the use of 'setvar'
- Update scripts to use GNU getopt-compatible option parsing
- add stdin support
- replace occurences of old FSF address with the FSF
recommendation what should be written inside of source files
- allow kill/trap XSI-isms unless --posix is given
- warn when EOF is reached unexpectedly
- avoid a false positive output redirection match
- detect the use of 'command' with options other than -p
- detect the use of the 'jobs' built-in
- detect the use of exponentiation
- fix multiple quotes-handling bugs
- checkabshisms: Fix support for indented heredoc delimiters
- fix some false positives when checking makefiles
- fix a false positive 'should be >word 2>&1'
- also handle 'ignore errors' in makefiles
- improve handling of line continuations
- allow SHELL to be prefixed with 'override'
- improve detection of n++-like arithmetic
- handle line continuations
- detect the ';;&' and ';&' case/esac operators
- detect the use of the 'coproc' built-in
- detect some printf-related bashisms
- detect use of $((n++)) (and similar variants)
- detect the use of [^] instead of [!]
- simplify all shell variables in makefiles
- simplify make variables as shell variables
- detect more Bash builtins -- readarray, mapfile, enable
- fix typo spotted by Dann Frazier
++++ desktop-translations:
- Update translations.
++++ font-util:
- updated CP932.TXT to make buildservice happy
++++ hg-git:
- update to version 0.3.2
- add support for the HTTP smart protocol when using Dulwich tip
- updated documentation
- support for newer dulwich and hg versions
- allow generating a git repo that has the same "branch names" as
an older hg repo that has named branches, and has had bookmarks
added in to mirror the branch names
++++ libmusicbrainz4:
- Update to 4.0.2
Add extra attributes to Alias
Add IPI lists to Artist and Label
Add 'Ended' to Lifespan
Add PrimaryType and SecondaryTypeList to ReleaseGroup
Add text based track number to Track
Add ISWC list to Work
Debug builds show queries and responses on stderr
Documentation updates
++++ python-pybtex:
- update to version 0.16
- BibTeX .bib and .bst parsers were completely rewritten; they
are now much faster and more BibTeX-compatible
- syntax errors and undefined strings in .bib files now result in
warnings instead of errors, like in BibTeX
- unused entries in .bib files are now skipped, like in BibTeX
- the case of entry keys is now preserved (in previous versions
they were converted to lowercase)
- pythonic style engine now supports sorting
- pythonic style engine: fixed nested optional() blocks
- fixed parsing of some names with a Last part but no von part
- fixed processing of brace-level-one "special characters" in
purify$ BibTeX built-in function
- added proper error messages on encoding errors in .bib files
- the default encoding is now UTF-8 on all platforms
- pybtex-convert now preserves the order of entries in BibTeX and
BibTeXML files
- fixed first_of behavior when non-empty child is followed by a
child that has a missing field
- fixed crossref lookups when key is not lower case
- completed unsrt and plain python styles: they now contain all
entry types
- added doctree backend for rendering into a tree of docutils
nodes
- added support for non-string backends
++++ wine:
- Use .*def as regexp instead of glob *.def
++++ xfce4-notifyd:
- update to current git snapshot
- show dialog in settings category
- emit closed signal on correct object
- avoid flickering of the window
- fixup type setting
- accept uri-image locations
------------------------------------------------------------------
------------------ 2012-5-15 - May 15 2012 -------------------
------------------------------------------------------------------
++++ clanlib:
- clean up dependencies and fix dependencies for clanlib-devel
++++ clanlib-doc:
- fix license to conform new standards
++++ dmenu:
- added link to dmenu changelog in the *.changes file
++++ oxygen-gtk2:
- Update to version 1.2.4
* Bugfix release
* Disable build oxygen-gtk-deco by default
++++ oxygen-gtk3:
- Update to version 1.0.4
* Bugfix release
++++ liblastfm:
- Fix build with Ruby 1.9
++++ opencv:
- Update to OpenCV 2.4.0
More info at:
http://code.opencv.org/projects/opencv/wiki/ChangeLog
++++ stk:
- Fix license issues (bnc#760936)
++++ mawk:
- package COPYING
- simplify installation
- make example scripts executable
++++ midori:
- update to version 0.4.6
+ fix crasher in geolocation infobar
+ fix crasher in about:version on some systems
+ fix crasher opening bookmarks from Unity global menu
+ use WebKitFaviconDatabase as of WebKit 1.8.0
+ use midori-prefixed temp folder in midori_view_save_source
+ fix cancelling downloads with SteadyFlow or Aria2
+ fix crash dialog instead of opening tab in a running window
+ fix page icons in multi-frame sites (gmail, tumbler)
+ distinguish Simplified and Traditional Chinese
+ support go-jump-symbolic
+ handle empty tabs due to download links with a target
+ handle frame load interrupted in the unholy trinity
+ fix libsoup version check and wrong SSL status in location
- drop obsolete midori-fix-broken-libsoup-macros.patch
++++ opensuse-manuals_en:
- Update text and image files.
++++ polkit-default-privs:
- add more udisks2 privileges (bnc#761872)
++++ virtualbox:
- modify vboxadd-init-script.diff to fix issues with missing
config file on guest [bnc#761923]
++++ rpmlint:
- add texlive.texlive to whitelist (bnc#762144)
++++ shorewall:
- Update to 4.5.3.1 For more details see changelog.txt and
releasenotes.txt
* Previously, nested conditionals did not work correctly in all
cases. In particular:
?IF $FALSE
?IF $FALSE
foo
bar
?ENDIF
baz
bop
?ENDIF
In this case, the lines 'baz' and 'bodyp' were incorrectly
included when they should have beeen omitted.
* The 'balance' routing table is now cleared if there are no
'balance' providers.
* Previously, the compiler generated an invalid 'ip add route'
command if an IPv6 provider had '-' in the GATEWAY column.
* As noted in the Migration Considerations, the generated
firewall script maintains the interface .status files used by
LSM and SWPING. Up to now, however, the 'disable' command did
not update the .status file. That has been corrected. As part
of the change, the 'isusable' script is no longer consulted by
the'enable' command.
++++ syslinux:
- gcc47 fix: use .init_array section instead of .ctors
++++ wpa_supplicant:
- Update to 1.0
* Delay STA entry removal until Deauth/Disassoc TX status
in AP mode. This allows the driver to use PS buffering of
Deauthentication and Disassociation frames when the STA
is in power save sleep. Only available with drivers that
provide TX status events for Deauth/Disassoc frames
(nl80211).
* Drop oldest unknown BSS table entries first. This makes
it less likely to hit connection issues in environments
with huge number of visible APs.
* Add systemd support.
* Add support for setting the syslog facility from the
config file at build time.
* atheros: Add support for IEEE 802.11w configuration.
* AP mode: Allow enable HT20 if driver supports it, by
setting the config parameter ieee80211n.
* Allow AP mode to disconnect STAs based on low ACK
condition (when the data connection is not working
properly, e.g., due to the STA going outside the range
of the AP).
* nl80211:
- Support GTK rekey offload.
- Support PMKSA candidate events. This adds support for
RSN pre-authentication with nl80211 interface and
drivers that handle roaming internally.
* Improved dbus interface
* New wpa_cli commands to setup the scan interval and
to support P2P and WPS/WPS ER
* AP mode: Add max_num_sta config option, which can be used
to limit the number of stations allowed to connect to the
AP.
* wext: Increase scan timeout from 5 to 10 seconds.
* Allow an external program to manage the BSS blacklist
and display its current contents.
* WPS:
- Add wpa_cli wps_pin get command for generating random
PINs. This can be used in a UI to generate a PIN
without starting WPS (or P2P) operation.
- Set RF bands based on driver capabilities, instead of
hardcoding them.
- Add mechanism for indicating non-standard WPS errors.
- Add wps_ap_pin cli command for wpa_supplicant AP mode.
- Add wps_check_pin cli command for processing PIN from
user input. UIs can use this command to process a PIN
entered by a user and to validate the checksum digit
(if present).
- Cancel WPS operation on PBC session overlap detection.
- New wps_cancel command in wpa_cli will cancel a
pending WPS operation.
- wpa_cli action: Add WPS_EVENT_SUCCESS and
WPS_EVENT_FAIL handlers.
- Trigger WPS config update on Manufacturer, Model Name,
Model Number, and Serial Number changes.
- Fragment size is now configurable for EAP-WSC peer.
Use wpa_cli set wps_fragment_size .
- Disable AP PIN after 10 consecutive failures. Slow down
attacks on failures up to 10.
- Allow AP to start in Enrollee mode without AP PIN for
probing, to be compatible with Windows 7.
- Add Config Error into WPS-FAIL events to provide more
info to the user on how to resolve the issue.
- Label and Display config methods are not allowed to be
enabled at the same time, since it is unclear which
PIN to use if both methods are advertised.
- When controlling multiple interfaces:
- apply WPS commands to all interfaces configured to
use WPS
- apply WPS config changes to all interfaces that use
WPS
- when an attack is detected on any interface, disable
AP PIN on all interfaces
* WPS ER:
- Add special AP Setup Locked mode to allow read only ER.
- Show SetSelectedRegistrar events as ctrl_iface events
- Add wps_er_set_config to enroll a network based on a
local network configuration block instead of having to
(re-)learn the current AP settings with wps_er_learn.
- Allow AP filtering based on IP address, add ctrl_iface
event for learned AP settings, add wps_er_config
command to configure an AP.
* Add support for WPS 2.0
* TDLS:
- Propogate TDLS related nl80211 capability flags from
kernel and add them as driver capability flags. If the
driver doesn't support capabilities, assume TDLS is
supported internally. When TDLS is explicitly not
supported, disable all user facing TDLS operations.
- Allow TDLS to be disabled at runtime.
- Honor AP TDLS settings that prohibit/allow TDLS.
- Add a special testing feature for changing TDLS
behavior.
- Add support for TDLS 802.11z.
* wlantest: Add a tool wlantest for IEEE802.11 protocol
testing. wlantest can be used to capture frames from a
monitor interface for realtime capturing or from pcap
files for offline analysis.
* bgscan learn: Add new bgscan that learns BSS information
based on previous scans, and uses that information to
dynamically generate the list of channels for background
scans.
* Add a new debug message level for excessive information.
* TLS: Add support for tls_disable_time_checks=1 in client
mode.
* Improved internal TLS
* Add RFKill support by adding an interface state
"disabled".
* Reorder some IEs to get closer to IEEE 802.11 standard.
Move WMM into end of Beacon, Probe Resp and (Re)Assoc
Resp frames. Move HT IEs to be later in (Re)Assoc Resp.
* Wi-Fi Direct support
- Remove wpa_supplicant-dbus-events.patch (merged upstream)
- Remove wpa_supplicant-probed-cert-dbus-signal.patch (merged
upstream)
++++ yast2-trans:
- Updated languages: ar cs da de es fi fr it km ru zh_CN.
------------------------------------------------------------------
------------------ 2012-5-14 - May 14 2012 -------------------
------------------------------------------------------------------
++++ build:
- work around command line size limit
mkbaselibs may fail on an excessive number of packages (bnc#761977)
- improve build root owner setting
- don't die at compile time if Archive::Tar is not available
++++ libcaca:
- update to libcaca-0.99beta18
- new "cacaclock" utility
- improved FIGlet support
- improved Python and Ruby bindings
- numerous improvements and bugfixes
- fix build with ruby 1.9 and re-enable python support
++++ cpufrequtils:
- don't build cpufreq-aperf and turbostat for arm
++++ ghex:
- Update to version 3.4.1:
+ Updated translations.
++++ gnome-web-photo:
- Update to version 0.10.6:
+ Updated translations.
++++ gperftools:
- license update: BSD-3-Clause
SPDX format
++++ hxtools:
- Update to new upstream release 20120514
* add statparse.pl (parse numbers from /proc/X/stat)
* printcaps: support new capabilities as of Linux 3.2
* sysinfo: avoid counting disks multiple times
* googtts: automatically split long text into multiple HTTP reqs
++++ installation-images:
- disable xen
- adjust to package changes
++++ jpackage-utils:
- disable maven.req and osgi.req from fileattrs
++++ poppler:
- Change pkgconfig(lcms) to pkgconfig(lcms2) since poppler 0.20 now
supports lcms2.
++++ poppler-qt:
- Change pkgconfig(lcms) to pkgconfig(lcms2) since poppler 0.20 now
supports lcms2.
++++ librelp:
- license update: GPL-3.0+
No indication of GPL-3.0 ^only^ files in package. Fedora also using
GPL-3.0+
++++ net-snmp:
- fix array index error that could lead to a crash (CVE-2012-2141)
(bnc#759352)
++++ libvirt-glib:
- Update to version 0.0.8:
+ Fix build of test suites with Debian's libtool
+ Add API for disk source startup policy
+ Add API for domain controller devices
+ Add APIs for USB controllers
+ Add APIs for USB / PCI device addressing schemes
+ Add APIs for USB redirection devices
+ Add ASync API for fetching domain info
+ Add APIs for domain timer configuration
++++ parallel-printer-support:
- Simplified the spec file.
- %files can create device nodes itself
- %doc README.SUSE works without having to install it specially
- no need to have a tarball with a single README in it.
++++ rpmlint:
- add 'mktex' group as used by texlive
++++ rubygem-rdoc:
- license update: Ruby
According to spdx.org/licenses the Ruby license encompasses both the
GPL-2.0 _and_ the artistic like ruby license
++++ shotwell:
- Update to version 0.12.3:
+ Corrects an issue where tags could be inappropriately removed
from a library.
+ Enhances support for AVCHD-capable cameras.
+ Prevents a soft lockup that could occur when certain very dark
images were autoenhanced.
+ Corrects an issue where pressing the zoom hotkeys in certain
parts of the application could cause a crash.
++++ uget:
- Update to version 1.8.2:
+ Fix: aria2 plug-in can't use user and password.
+ Updated translations.
++++ xen:
- add dummy asm/smp-processor-id.h for kernel-source 3.4-rcX
- remove inclusion of asm/system.h from platform-pci.c
++++ xf86-video-newport:
- Update to version 0.2.4:
+ Fix compatibility with Xorg servers >= 1.7.
+ Build system improvements.
- Drop xf86-video-newport-commit-48f48e5.diff: fixed upstream.
++++ xfce4-panel-plugin-battery:
- update to version 1.0.4
- improve the plugin UI in vertical/deskbar/multirows panels
++++ xfce4-panel-plugin-mount:
- update to version 0.6.4
- trim too long device names
- cleaned-up and consistent error dialogs
- updated information in the accompanying README file
++++ xfce4-panel-plugin-mpc:
- update to version 0.4.3
- compile the plugin as a module
- fix xfce4-panel 4.9 detection
- improve look on multirow panels
++++ xfce4-panel-plugin-sensors:
- update to version 1.2.4
- fix some memory issues
- stabilize support for hddtemp
- improve battery reading via ACPI and sysfs
- translation updates
++++ xorg-x11-driver-video-intel-legacy:
- xorg-x11-driver-video-intel-legacy doesn't support ARM
------------------------------------------------------------------
------------------ 2012-5-13 - May 13 2012 -------------------
------------------------------------------------------------------
++++ calibre:
- updated to 0.8.48
- New Features
- When switching libraries preserve the position and selected books if
you switch back to a previously opened library.
- Conversion pipeline: Filter out the useless font-face rules inserted
by Microsoft Word for every font on the system
- Driver for Motorola XT875 and Pandigital SuperNova
- Add a colour swatch the the dialog for creating column coloring rules,
to ease selection of colors
- EPUB Output: Consolidate internal CSS generated by calibre into
external stylesheets for ease of editing the EPUB
- List EPUB and MOBI at the top of the dropdown list fo formats to
convert to, as they are the most common choices
- Bug Fixes
- E-book viewer: Improve performance when switching between normal and
fullscreen views.
- Edit metadata dialog: When running download metadata do not insert
duplicate tags into the list of tags
- KF8 Input: Do not error out if the file has a few invalidly encoded
bytes.
- Fix download of news in AZW3 format not working
- Pocketbook driver: Update for new PB 611 firmware.
- ebook-convert: Error out if the user prvides extra command line args
instead of silently ignoring them
- EPUB Output: Do not self close any container tags to prevent artifacts
when EPUBs are viewed using buggy browser based viewers.
- Fix regression in 0.8.50 that broke the conversion of HTML files that
contained non-ascii font-face declarations, typically produced by
Microsoft Word
++++ chromium:
- Update to 21.0.1137
* Fixes crashes when manually typing in URL's
++++ clanlib:
- Update to version 2.3.6:
* No breaking changes from 2.3.5
* complete list of changes is available at
http://clanlib.org/wiki/ClanLib_2.3.6_Release_Notes
- removed upstream integrated patch for gcc 4.7.
++++ clanlib-doc:
- Update to version 2.3.6:
* No breaking changes from 2.3.5
* complete list of changes is available at
http://clanlib.org/wiki/ClanLib_2.3.6_Release_Notes
++++ glucat:
- Update to version 0.6.0:
+ Includes the PyClical extension module for Python
+ Changes to the clifford_algebra<> API:
- The real() function is now synonymous with scalar() and the
imag() function always returns 0
- New operators lhs | rhs and lhs |= rhs transform lhs by the
twisted adjoint action of rhs
- New member functions, grade() : maximum of the grades of
each term; pure() : pure part
- New function complexifier(val) : square root of -1 which
commutes with all members of the frame of the multivector
val. The name "elliptic" is now deprecated: use
"complexifier" instead
- New functions sqrt(val,i,prechecked), and
log(val,i,prechecked) : square root and logarithm of
multivector with specified complexifier
- Split out python-glucat package with the python module
- Package is now arch dependent.
++++ kde3-amarok:
- add patches from Alt Linux to fix build with ruby-1.9
++++ kdebase4-openSUSE:
- Add Recommends: Mesa-demo-x in kio_sysinfo, it provides glxinfo
++++ kdebindings3:
- fix build with ruby-1.9, add compile patch from Alt Linux
++++ lhasa:
- Initial package for build.opensuse.org
++++ tinyxml:
- updated to 2.6.2:
* Switched over to VC 2010
* Fixed up all the build issues arising from that.
(Lots of latent build problems.)
* Removed the old, now unmaintained and likely not working,
build files.
* Fixed some static analysis issues reported by orbitcowboy
from cppcheck.
* Bayard 95 sent in analysis from a different analyzer - fixes
applied from that as well.
* Tim Kosse sent a patch fixing an infinite loop.
* Ma Anguo identified a doc issue.
* Eddie Cohen identified a missing qualifier resulting in a
compilation error on some systems.
* Fixed a line ending bug. (What year is this? Can we all agree
on a format for text files? Please? ...oh well.)
++++ plasmoid-cwp:
- Update to version 1.6.2:
* xml: accuweather.com (US): fixed wrong data at night time
++++ qt-creator:
- Update to 2.5.0
See http://qt.gitorious.org/qt-creator/qt-creator/blobs/2.5/dist/changes-2.5.0
for the complete changelog
- Spec cleanup
++++ rubygem-multi_json:
- update to 1.3.5
* Just some polishing of docu
------------------------------------------------------------------
------------------ 2012-5-12 - May 12 2012 -------------------
------------------------------------------------------------------
++++ gcin:
- bring in gcin as default IM for TW/HK/MO locale.
- add Provides: locale(zh_TW;zh_HK;zh_MO).
++++ libjansson:
- Update to new upstream release 2.3.1
* Add support for optional object keys with the "{s?o}" syntax
in json_unpack and the like
* Add json_object_update_existing() and json_object_update_missing()
for updating only existing keys or only adding missing keys to an
object.
* Add json_object_foreach() for more convenient iteration over
objects.
* When decoding JSON, write the number of bytes that were read from
input to "error.position" also on success. This is handy with
JSON_DISABLE_EOF_CHECK.
* Add support for decoding any JSON value, not just arrays or
objects. The support is enabled with the new "JSON_DECODE_ANY"
flag.
* Avoid problems with object's serial number growing too big.
* Remove "+" and leading zeros from exponents in the encoder.
* Decoding functions now return NULL if the first argument is NULL.
++++ projectM:
- fix the version in the pkg-config file
++++ libteam:
- Initial package for build.opensuse.org
++++ package-translations:
- automated update on 2012-05-12
++++ pfstools:
- fix build by correcting the build dependency on libMagick++-devel
++++ powertop:
- Update to new upstream release 2.0:
* Interactive mode: redesigned, tab-based user interface with full
on-demand window refresh support.
* Reporting mode: PowerTOP v2.0 now allows you to specify not only
the duration of each test measurement cycle, but the number of
iterations to measure. PowerTOP can now produce HTML and CSV.
* Increased WLAN support: PowerTOP now supports multiple
WLAN interfaces
* Enhanced i915 driver support
* More robust battery data acquisition
* Real time measurement support for USB hot-plug.
++++ roundcubemail:
- added README.openSUSE to document openSUSE specifics needed for
installation/configuration
++++ rubygem-highline:
- update to 1.6.12:
* Silenced warnings (by James McEwan).
++++ rubygem-passenger:
- fix compilation with gcc 4.7
- update to 3.0.12
* [Apache] Support Apache 2.4. The event MPM is now also supported.
* [Nginx] Preferred Nginx version upgraded to 1.0.15.
* [Nginx] Preferred PCRE version upgraded to 8.30.
* [Nginx] Fixed compatibility with Nginx < 1.0.10.
* [Nginx] Nginx is now installed with http_gzip_static_module by default.
* [Nginx] Fixed a memory disclosure security problem.
The issue is documented at http://www.nginx.org/en/security_advisories.html
and affects more modules than just Phusion Passenger. Users are advised
to upgrade as soon as possible. Patch submitted by Gregory Potamianos.
* [Nginx] passenger_show_version_in_header now hides the Phusion Passenger version number from the 'Server:' header too.
Patch submitted by Gregory Potamianos.
* Fixed a /proc deprecation warning on Linux kernel >= 3.0.
* Fixed a compilation problem on platforms without alloca.h, such as FreeBSD 7.
* Improved performance and solved some warnings on Xen systems by compiling
with `-mno-tls-direct-seg-refs`. Patch contributed by Michał Pokrywka.
* [Nginx] Dropped support for Nginx versions older than 1.0.0
* [Nginx] Fixed support for Nginx 1.1.4+
* [Nginx, Standalone] Upgraded default Nginx version to 1.0.10
The previously default version was 1.0.5.
* [Nginx] New option passenger_max_requests
This is equivalent to the PassengerMaxRequests option in the Apache
version: Phusion Passenger will automatically shutdown a worker process
once it has processed the specified number of requests.
Contributed by Paul Kmiec.
* [Apache] New option PassengerBufferResponse
The Apache version did not buffer responses. This could block the Ruby
worker process in case of slow clients. We now enable response buffering
by default. It can be turned off through this option. Feature contributed
by Ryo Onodera.
* Fixed remaining Ruby 1.9.3 compatibility problems
We already supported Ruby 1.9.3 since 3.0.8, but due to bugs in Ruby
1.9.3's build system Phusion Passenger would fail to detect Ruby 1.9.3
features on some systems. Fixes issue #714.
* Fixed a bug in PassengerPreStart
A regression was introduced in 3.0.8, causing the prespawn script to
connect to the host name instead of to 127.0.0.1. Fix contributed by
Andy Allan.
* Fixed compatibility with GCC 4.6
Affected systems include Ubuntu 11.10.
* Fixed various compilation problems.
* Fixed some Ruby 1.9 encoding problems.
* Fixed some Ruby 1.9.3 deprecation warnings.
++++ rubygem-rack-1_1:
- provide the single digit name too
++++ rubygem-rdoc:
- update to 3.12
* Minor enhancements
* Added DEVELOPERS document which contains an overview of how RDoc works and
how to add new features to RDoc.
* Improved title for HTML output to include --title in the
title element.
* rdoc --pipe now understands --markup.
* RDoc now supports irc-scheme hyperlinks. Issue #83 by trans.
* Bug fixes
* Fix title on HTML output for pages.
* Fixed parsing of non-indented HEREDOC.
* Fixed parsing of %w[] and other % literals. Issue #84 by
Erik Hollensbe
* Fixed arrow replacement in HTML output munging the spaceship operator.
Issue #85 by eclectic923.
* Verbatim sections with ERB that match the ruby code whitelist are no
longer syntax-highlighted. Issue #86 by eclectic923
* Line endings on windows are normalized immediately after reading with
binmode. Issue #87 by Usa Nakamura
* RDoc better understands directives for comments. Comment directives can
now be found anywhere in multi-line comments. Issue #90 by Ryan Davis
* Tidy links to methods show the label again. Issue #88 by Simon Chiang
* RDoc::Parser::C can now find comments directly above
rb_define_class_under. Issue #89 by Enrico
* In rdoc, backspace and ansi formatters, labels and notes without bodies
are now shown.
* In rdoc, backspace and ansi formatters, whitespace between label or note
and the colon is now stripped.
++++ rubygem-sass:
- update to 3.1.18
* Ruby 2.0 compatibility. Thanks to Jeremy Kemper.
* Deprecate the use of @extend within directives such as @media.
This has never worked correctly, and now it’s officially deprecated.
It will be an error in 3.2.
++++ xfce4-panel-plugin-genmon:
- update to version 3.4.0
- port from libxfcegui4 to libxfce4ui
- install as a shared library rather than an executable
- no longer uses troublesome fixed-length text buffers
- bug fixes
------------------------------------------------------------------
------------------ 2012-5-11 - May 11 2012 -------------------
------------------------------------------------------------------
++++ audiofile:
- Update to version 0.3.4:
+ Use hidden visibility for internal symbols.
+ Add support for Sample Vision format.
+ Update license for extended-precision floating-point conversion
routines.
++++ boost:
- fixing the previous fix
++++ chromium:
- Update to 21.0.1135.0
* Added patch for Sqlite which should resolve crashes when build
with GCC 4.7
* Fixes for rendering and stability
* Fixed about:inducebrowsercrashforrealz (Issue: 124843)
* Mouse over on apps/extensions makes place holder blank in
web store. (Issue: 125777)
* Security Fixes (bnc#760264):
- CVE-2011-3078: Use after free in floats handling.
- CVE-2012-1521: Use after free in xml parser.
- CVE-2011-3079: IPC validation failure.
- CVE-2011-3080: Race condition in sandbox IPC
- CVE-2011-3081: Use after free in floats handling.
++++ fhs:
- license update: SUSE-FHS
A new license was created in the spreadsheet linked from
license.opensuse.org specifically for this package and license
++++ gstreamer-0_10-plugins-gl:
- Update to version 0.10.3:
+ fix build and cocoa examples on MacOSX
+ more OpenGL ES 2.0 friendly
+ error out instead of doing nothing if an OpenGL feature is not
present
+ gloverlay: add support to manage texture ratio and can load
jpeg files
+ glshader: new element that load shader from files
+ glimagesink: Totem compatibility, fix pixel-aspect-ratio
property
+ libvisual-gl: new plugin libvisual-gl, new element
libvisual_gl_projectM
+ Bugs fixed: bgo#310775, bgo#572767, bgo#600195, bgo#630525,
bgo#631019, bgo#636070, bgo#637260, bgo#651035, bgo#664367,
bgo#665102, bgo#671734.
- Add libjpeg-devel BuildRequires: needed for the new jpeg support
in gloverlay.
- Add pkgconfig(libvisual-0.4) BuildRequires: needed to build the
new libvisual-gl plugin.
- Stop passing non-existing --disable-schemas-install option to
configure.
++++ kdesdk3:
- drop custom gettext which does not build and use the system one
++++ kiwi:
- v5.03.5 released
++++ libclastfm0:
- Update to 0.5.
* Fixed segfault when passing NULL context to user API.
++++ libnl3:
- Update to version 3.2.9:
* Fix return value of nl_recvmsgs()
++++ plymouth:
- Split x11 renderer into his own package; the x11 renderer allows
users to test plymouth themes; having it available on the devel
package will force people who just want to test a theme to
install a lot of unwanted dependencies. Being on it's own package
without explicit dependencies provides extra functionality to
users who want to test themes without having to rebuild initrd
and rebooting for testing.
- bnc#761403
++++ librcc:
- rename base package to librcc to avoid package renames later
++++ librelp:
- Remove redundant sections and tags from specfile
- Enable parallel build
++++ taglib:
-Update to 1.7.2:
* Fixed division by zero while parsing corrupted MP4 files (CVE-2012-2396).
* Fixed compilation on Haiku.
* Improved parsing of corrupted WMA, RIFF and OGG files.
* Fixed a memory leak in the WMA parser.
* Fixed a memory leak in the FLAC parser.
* Fixed a possible division by zero in the APE parser.
* Added detection of TTA2 files.
* Fixed saving of multiple identically named tags to Vorbis Comments.
-Fixed a build failure related to doxygen.
++++ upower:
- Update to version 0.9.16:
+ New Features:
- Add boolean RunPowersaveCommand to UPower.conf
- Install a systemd service file if systemd is used
+ Bugfixes:
- Clamp the UPS percentage from 0 to 100 to fix syslog spam
- Correct the cap on the energy rate
- Do not print error message for missing /etc/crypttab
- Fix crash in up_device_csr_finalize
- Never detect HID devices with batteries as power supplies
- Re-coldplug dock status when resuming from sleep
- Return all history records for a timespan of zero
- libupower-glib: fix small memory leak
- libupower-glib: srcdir != builddir fix
- OpenBSD fixes
- Correctly package systemd service file:
+ Add pkgconfig(systemd) BuildRequires.
+ Use %{?systemd_requires} and add %service_add_{pre,post} and
%service_del_{preun,postun} in scriptlets.
++++ obs-service-format_spec_file:
- licenses update
++++ parallel-printer-support:
- Added code to create lp0 up to lp3
++++ ruby19:
- there is no obvious use for the vim buildrequires and it's causing
a build cycle (because vim really requires ruby) - so remove it
- rubygem-rake is still named like this
++++ shorewall:
- Update to 4.5.3 For more details see changelog.txt and
releasenotes.txt
* The LOCKFILE setting in shorewall.conf and shorewall6.conf had
inadvertently become undocumented. It is now documented again.
* In an initial installation of Shorewall, Shorewall6, Shorewall
Lite or Shorewall6 Lite was done under Shorewall 4.5.2, then the
firewall would not start up at boot even though the installer
indicated that it would. That defect has been corrected.
* Previously, when per-IP rate limiting was invoked, the compiler
would use the deprecated '--ratelimit' option, even if the
preferred '--ratelimit-upto' option was available. Now, the
compiler uses the preferred option if it is supported by the
installed version of iptables.
* Prior to this release, using a manual chain in the ACTION
column of a macro body generated an error:
ERROR: Invalid Action (mychain) in macro, macro.FOO (line ...)
This now works correctly and generates a jump to the specified
manual chain.
* Previously, a line with the single word COMMENT in the tunnels
file would generate the following error:
ERROR: Zone must be specified
Now, such a line correctly resets the current rule comment.
* In Shorewall 4.5.2, the MARK column in the tcrules file was
renamed to ACTION but only 'mark' was accepted in the alternate
specification format. Now both 'mark' and 'action' are
accepted.
* The alternative method of provider balancing using the
statistic match feature of iptables/Netfilter was missing some
logic, with the result that it was ineffective.
* If a logical interface name was used by itself in the SOURCE
column of the rtrules file, the generated routing rule would
contain the logical name rather than the physical name.
++++ xf86-input-synaptics:
- Update to version 1.6.1:
+ Fix wrong conversion causing coasting to be triggered on almost
all scroll events.
+ Fix bug where, on clickpads, moving the clicking finger out of
the soft button area caused erroneous button events.
- Rebase xf86-input-synaptics-wait.diff,
xf86-input-synaptics-add-clickpad-support.diff,
xf86-input-synaptics-add-led-support.diff,
xf86-input-synaptics-fix-clickpad-capabilities.diff,
xf86-input-synaptics-filter-bogus-coord.diff: this is needed
because of whitespace changes in the code.
++++ xfs:
- make use of %verfiy(not md5 size mtime) for /etc/X11/fs/config
(bnc#761824)
++++ xkbcomp:
- Split the pkg-config file in a devel subpackage, instead of
removing it: it might be needed by some configure scripts.
- Remove xkbcomp-devel Provides from main subpackage now that we
have a proper devel subpackage.
- remove the pkgconfig file - it requires all devel packages and
nothing of that is needed to run xkbcomp
++++ xorg-x11-driver-video-intel-legacy:
- n_xf86-video-intel_PIOOffset-removed-from-_vgaHWRec-struct.patch
* PIOOffset removed from _vgaHWRec structure in latest Xserver ABI
------------------------------------------------------------------
------------------ 2012-5-10 - May 10 2012 -------------------
------------------------------------------------------------------
++++ Mesa-demo:
- fixed build by making use of autoreconf
++++ apache2-mod_python:
- license update: Apache-2.0
Choose the correct license and use SPDX format
(http://www.spdx.org/licenses)
++++ bind:
- added patch to fix an assertion failure
++++ ca-certificates-cacert:
- include root distribution license (bnc#761554)
++++ classworlds:
- license update: BSD-3-Clause
Open Source is not a recognised license. Use the proper license
(BSD-3-Clause) in SPDX format
++++ cm-unicode-fonts:
- updated to 0.7.0 -> OFL-1.1 license
++++ csindex:
- license update: SUSE-MakeIndex
This license was added to the spreadsheet linked at license.opensuse.org
to cater for this package
++++ fbi:
- cleanup
* fixed file-contains-date-and-time warning
* removed not used ida.png and ida-desktop.patch
++++ freealut:
- Do not use -ansi as default dialect.
++++ libopenraw:
- Run make check
- Do not use gcc -ansi flag
- Ensure all C files include "config.h"
++++ gstreamer-0_10:
- Change packaging to make it possible to scan for 32bit plugins on
64bit systems (which we want), see background discussion at
http://lists.opensuse.org/opensuse-packaging/2012-05/msg00062.html
+ Pass --libexecdir=%{_libdir} to configure, in order to move
gst-plugin-scanner to libdir.
+ Package gst-plugin-scanner in gstreamer-0_10-32bit.
++++ ipset:
- Update to new upstream release 6.12
* Report syntax error messages immediately
* Add dynamic module support to ipset userspace tool
* Fix timeout value overflow bug at large timeout parameters
* gcc 4.7 support
++++ iptraf:
- Update to new upstream release 1.1.2
* New RFC1071-based IP checksum implementation
* Various fixes for IPv6 port statistics and byte counting,
interfaces with long names, PPP handling
* Make capturing on TUN interfaces work
* Support GRE tunnels
++++ libGLw:
- disable motif support in light of recent findings of the
legal-team
- switched to minimal pkgconfig buildrequires
++++ libebml:
- Do not use gcc -ansi flag.
++++ sssd:
- Update to new upstream release 1.8.3
* LDAP: Handle situations where the RootDSE is not available
anonymously
* LDAP: Fix regression for users using non-standard LDAP attributes
for user information
- Switch from openssl to mozilla-nss, as this is the officially
supported crypto integration
++++ openldap2-client:
- update to 2.4.31
* Added slapo-accesslog support for reqEntryUUID (ITS#6656)
* Fixed libldap IPv6 URL detection (ITS#7194)
* Fixed libldap rebinding on failed connection (ITS#7207)
* Fixed slapd listener initialization (ITS#7233)
* Fixed slapd cn=config with olcTLSVerifyClient (ITS#7197)
* Fixed slapd delta-syncrepl fallback on non-leaf error (ITS#7195)
* Fixed slapd to reject MMR setups with bad serverID setting
(ITS#7200)
* Fixed slapd approxIndexer key generation (ITS#7203)
* Fixed slapd modification of olcSuffix (ITS#7205)
* Fixed slapd schema validation with missing definitions
(ITS#7224)
* Fixed slapd syncrepl -c with supplied CSN values (ITS#7245)
* Fixed slapd-bdb/hdb idlcache with only one element (ITS#7231)
* Fixed slapo-accesslog deadlock with non-logged write ops
(ITS#7088)
* Fixed slapo-syncprov sessionlog check (ITS#7218)
* Fixed slapo-syncprov entry leak (ITS#7234)
* Fixed slapo-syncprov startup initialization (ITS#7235)
++++ libmatroska:
- Do not use gcc 's -ansi flag, but whatever the compiler
has a default.
++++ pcre:
- Add devel-static package
++++ poppler:
- Update to version 0.20.0:
+ Core:
- Merge Xpdf 3.03
- Annotation improvements
- CairoOutputDev:
. Fix regression caused by mesh gradients
. Use correct userfont font bbox (fdo#48399)
. Fix paintTransparencyGroup when both mask and fill opacity
are required (fdo#48453)
. Ensure 0 width lines with stroke_adjust are aligned
. Only align stroke coords for horizontal and vertical lines
(fdo#48318)
. Fix stroke pattern with transparency group (fdo#48468)
. Update cairo mesh pattern to 1.12 api
. Fix some transparency issues (fdo#47739)
. Fix regression in some shadings
. Avoid setting huge clip area when printing (fdo#44002)
. Fix test for rotation (fdo#14619)
. Don't read inline image streams twice (fdo#45668)
. Set mask matrix before drawing an image with a mask
(fdo#40828)
- SplashOutputDev:
. Implement Overprint
. Fix slow rendering of pdf with a lot of image masks in
pattern colorspace
. Fix rendering of knockout groups (fdo#12185)
. Fix cmyk transfer bug (fdo#49341)
- PSOutputDev: Implement Overprint
- TextOutputDev: Don't add newline to last line extracted by
TextSelectionDumper (fdo#45955)
- Add support for lcms2
- More compatible file writing
- CJK font improvements
- ttc<->ttf fallback is expected for CJK font list in for
Windows (fdo#48046)
- Improve font matching for non embedded fonts
- Fix typos glyph names in truetype 'post' table standard mac
ordering
- Fix page labels to not have a null character at the end
- Fix logic error in Rendition parsing code (fdo#47063)
- Minor API changes to SplashOutputDev (fdo#46622)
- Expand glyph name ligatures such as "ff", "ffi" etc to
normal form (fdo#7002)
- Use an Identity CharCodeToUnicode for Adobe-Identity and
Adobe-UCS collections (fdo#35468)
- Update glyph names to Unicode values mapping (fdo#13131)
- Only use Hints table when there are no parse errors
(fdo#46459)
- Fix crash in JBIG2Stream decoding
- Fix crashes in broken documents
- Expose POPPLER_VERSION in poppler-config.h
- Reconstruct xref table if xref needed but missing
(fdo#40719)
- Fix getFullyQualifiedName with unicode field names
(fdo#49256)
- Bring back the Outputdev::begin/endMarkedContent virtuals
+ Qt4:
- Annotations can now be modified/added/removed
- Form support improvements
- Support for LinkMovie object (fdo#40561)
- Support for Media Rendition
- Add the option of PSConverter creating EPS
- Convert propertly unicode encoded field qualified names
+ Glib:
- Add poppler_fonts_iter_get_encoding
- Add poppler_fonts_iter_get_substitute_name
- Demo improvements
- Update gtk-doc makefile and m4 file
- Fix typos in documentation
- glib: Use delete[] to free array allocated with new[]
(fdo#48447)
+ Utils:
- pdftohtml:
. Fix crash when the destination file does not exist
. Add producer and version to xml output
. Fix the mask inversion for PNG
. Extract mask images even if they are not JPEG (fdo#47186)
. Flip images if they need to (fdo#32340)
. Add possibilty of controlling word breaks percentage
(fdo#47022)
. Output images in -xml mode if no -i option is specified
. Get rid of static data members; merge duplicated jpeg
dumping code
. Be more consistent generating the outlines
. Generate outlines in pdftohtml in -xml mode (fdo#56993)
. Combine UTF16 surrogate pairs (fdo#46521)
- pdffonts:
. List the encoding of each font. (fdo#46888)
. Add -subst option to list the substitute font name and
filename
- pdfinfo:
. Report page rotation
. Decode utf-16 surrogate pairs
- pdftotext: Add missing section heading to man page
- pdftops: Fix -passfonts regression. (fdo#46744)
- pdftoppm: Allow one of -scale-to-[xy] = -1 to mean the
aspect ratio is to be preserved (fdo#43393)
- pdftocairo: Allow one of -scale-to-[xy] = -1 to mean the
aspect ratio is to be preserved
- pdfseparate: Produce PDF/X conformant pdf pages if the
original PDF was PDF/X conformant
- pdfimages: Add -list option to list all images (fdo#46066)
- Improve various manpages
+ Build system:
- autotools:
. Do not append "-ansi" to CXXFLAG, if "-std=XXX" is already
specified.
. Do not clear FREETYPE_CFLAGS, FREETYPE_LIBS before
PKG_CHECK_MODULES()
. Copying graphics library CFLAGS to cpp frontend Makefile.am
. Print the cairo version required if not found (fdo#44619)
. Print the glib version required if not found
. Use pkgconfig to check for libopenjpeg (fdo#21789)
. Replace openjpeg compile test with a version test
- Minor cmake fixes
- Add a configuration option for the test data dir
- Updated sonames for shared libraries in keeping with upstream
package changes: poppler_soname is now 25, poppler_qt4_soname is
now 4.
++++ poppler-qt:
- Update to version 0.20.0:
+ Core:
- Merge Xpdf 3.03
- Annotation improvements
- CairoOutputDev:
. Fix regression caused by mesh gradients
. Use correct userfont font bbox (fdo#48399)
. Fix paintTransparencyGroup when both mask and fill opacity
are required (fdo#48453)
. Ensure 0 width lines with stroke_adjust are aligned
. Only align stroke coords for horizontal and vertical lines
(fdo#48318)
. Fix stroke pattern with transparency group (fdo#48468)
. Update cairo mesh pattern to 1.12 api
. Fix some transparency issues (fdo#47739)
. Fix regression in some shadings
. Avoid setting huge clip area when printing (fdo#44002)
. Fix test for rotation (fdo#14619)
. Don't read inline image streams twice (fdo#45668)
. Set mask matrix before drawing an image with a mask
(fdo#40828)
- SplashOutputDev:
. Implement Overprint
. Fix slow rendering of pdf with a lot of image masks in
pattern colorspace
. Fix rendering of knockout groups (fdo#12185)
. Fix cmyk transfer bug (fdo#49341)
- PSOutputDev: Implement Overprint
- TextOutputDev: Don't add newline to last line extracted by
TextSelectionDumper (fdo#45955)
- Add support for lcms2
- More compatible file writing
- CJK font improvements
- ttc<->ttf fallback is expected for CJK font list in for
Windows (fdo#48046)
- Improve font matching for non embedded fonts
- Fix typos glyph names in truetype 'post' table standard mac
ordering
- Fix page labels to not have a null character at the end
- Fix logic error in Rendition parsing code (fdo#47063)
- Minor API changes to SplashOutputDev (fdo#46622)
- Expand glyph name ligatures such as "ff", "ffi" etc to
normal form (fdo#7002)
- Use an Identity CharCodeToUnicode for Adobe-Identity and
Adobe-UCS collections (fdo#35468)
- Update glyph names to Unicode values mapping (fdo#13131)
- Only use Hints table when there are no parse errors
(fdo#46459)
- Fix crash in JBIG2Stream decoding
- Fix crashes in broken documents
- Expose POPPLER_VERSION in poppler-config.h
- Reconstruct xref table if xref needed but missing
(fdo#40719)
- Fix getFullyQualifiedName with unicode field names
(fdo#49256)
- Bring back the Outputdev::begin/endMarkedContent virtuals
+ Qt4:
- Annotations can now be modified/added/removed
- Form support improvements
- Support for LinkMovie object (fdo#40561)
- Support for Media Rendition
- Add the option of PSConverter creating EPS
- Convert propertly unicode encoded field qualified names
+ Glib:
- Add poppler_fonts_iter_get_encoding
- Add poppler_fonts_iter_get_substitute_name
- Demo improvements
- Update gtk-doc makefile and m4 file
- Fix typos in documentation
- glib: Use delete[] to free array allocated with new[]
(fdo#48447)
+ Utils:
- pdftohtml:
. Fix crash when the destination file does not exist
. Add producer and version to xml output
. Fix the mask inversion for PNG
. Extract mask images even if they are not JPEG (fdo#47186)
. Flip images if they need to (fdo#32340)
. Add possibilty of controlling word breaks percentage
(fdo#47022)
. Output images in -xml mode if no -i option is specified
. Get rid of static data members; merge duplicated jpeg
dumping code
. Be more consistent generating the outlines
. Generate outlines in pdftohtml in -xml mode (fdo#56993)
. Combine UTF16 surrogate pairs (fdo#46521)
- pdffonts:
. List the encoding of each font. (fdo#46888)
. Add -subst option to list the substitute font name and
filename
- pdfinfo:
. Report page rotation
. Decode utf-16 surrogate pairs
- pdftotext: Add missing section heading to man page
- pdftops: Fix -passfonts regression. (fdo#46744)
- pdftoppm: Allow one of -scale-to-[xy] = -1 to mean the
aspect ratio is to be preserved (fdo#43393)
- pdftocairo: Allow one of -scale-to-[xy] = -1 to mean the
aspect ratio is to be preserved
- pdfseparate: Produce PDF/X conformant pdf pages if the
original PDF was PDF/X conformant
- pdfimages: Add -list option to list all images (fdo#46066)
- Improve various manpages
+ Build system:
- autotools:
. Do not append "-ansi" to CXXFLAG, if "-std=XXX" is already
specified.
. Do not clear FREETYPE_CFLAGS, FREETYPE_LIBS before
PKG_CHECK_MODULES()
. Copying graphics library CFLAGS to cpp frontend Makefile.am
. Print the cairo version required if not found (fdo#44619)
. Print the glib version required if not found
. Use pkgconfig to check for libopenjpeg (fdo#21789)
. Replace openjpeg compile test with a version test
- Minor cmake fixes
- Add a configuration option for the test data dir
- Updated sonames for shared libraries in keeping with upstream
package changes: poppler_soname is now 25, poppler_qt4_soname is
now 4.
++++ taglib:
- Also, define GNU_SOURCE
- No dont use -ansi gcc flag.
++++ libvmime:
- Use RPM_OPT_FLAGS
- Do not use -ansi gcc flag.
++++ llvm:
- Depend on python-base so we don't pull whole Mesa
++++ luit:
- Update to version 1.2-20120129:
+ Add some error checking for the poll and select logic to avoid
looping when a file descriptor is no longer valid.
+ Various portability fixes.
++++ mathomatic:
- Updated to the latest Mathomatic version 15.8.4
This release features bug fixes and interface improvements.
All changes are listed at http://mathomatic.org/NEWS
++++ mc:
- Samba VFS restored, fixed path to smb.conf
++++ ocaml:
- license update: QPL-1.0 and SUSE-LGPL-2.0-with-linking-exception
Use SPDX format (http://www.spdx.org/licenses). Where there is no
suitable shortname available on spdx.org check the spreadsheet linked at
license.opensuse.org
++++ openldap2:
- update to 2.4.31
* Added slapo-accesslog support for reqEntryUUID (ITS#6656)
* Fixed libldap IPv6 URL detection (ITS#7194)
* Fixed libldap rebinding on failed connection (ITS#7207)
* Fixed slapd listener initialization (ITS#7233)
* Fixed slapd cn=config with olcTLSVerifyClient (ITS#7197)
* Fixed slapd delta-syncrepl fallback on non-leaf error (ITS#7195)
* Fixed slapd to reject MMR setups with bad serverID setting
(ITS#7200)
* Fixed slapd approxIndexer key generation (ITS#7203)
* Fixed slapd modification of olcSuffix (ITS#7205)
* Fixed slapd schema validation with missing definitions
(ITS#7224)
* Fixed slapd syncrepl -c with supplied CSN values (ITS#7245)
* Fixed slapd-bdb/hdb idlcache with only one element (ITS#7231)
* Fixed slapo-accesslog deadlock with non-logged write ops
(ITS#7088)
* Fixed slapo-syncprov sessionlog check (ITS#7218)
* Fixed slapo-syncprov entry leak (ITS#7234)
* Fixed slapo-syncprov startup initialization (ITS#7235)
++++ vtk:
- Remove openmotif dependency
++++ rpm:
- remove duplicated rb_ macros - they are in ruby
++++ ruby19:
- update to 1.9.3 p194
- update rubygems to 1.8.23 to verify ssl certificates
- other bug fixes
++++ strongswan:
- Updated to strongSwan 4.6.3 release:
- The tnc-pdp plugin implements a RADIUS server interface allowing
a strongSwan TNC server to act as a Policy Decision Point.
- The eap-radius authentication backend enforces Session-Timeout
attributes using RFC4478 repeated authentication and acts upon
RADIUS Dynamic Authorization extensions, RFC 5176. Currently
supported are disconnect requests and CoA messages containing
a Session-Timeout.
- The eap-radius plugin can forward arbitrary RADIUS attributes
from and to clients using custom IKEv2 notify payloads. The new
radattr plugin reads attributes to include from files and prints
received attributes to the console.
- Added support for untruncated MD5 and SHA1 HMACs in ESP as used
in RFC 4595.
- The cmac plugin implements the AES-CMAC-96 and AES-CMAC-PRF-128
algorithms as defined in RFC 4494 and RFC 4615, respectively.
- The resolve plugin automatically installs nameservers via
resolvconf(8), if it is installed, instead of modifying
/etc/resolv.conf directly.
- The IKEv2 charon daemon supports now raw RSA public keys in RFC
3110 DNSKEY and PKCS#1 file format.
- The farp plugin sends ARP responses for any tunneled address,
not only virtual IPs.
- Charon resolves hosts again during additional keying tries.
- Fixed switching back to original address pair during MOBIKE.
- When resending IKE_SA_INIT with a COOKIE charon reuses the previous
DH value, as specified in RFC 5996.
This has an effect on the lifecycle of diffie_hellman_t, see
source:src/libcharon/sa/keymat.h#39 for details.
- COOKIEs are now kept enabled a bit longer to avoid certain race
conditions the commit message to 1b7debcc has some details.
- The new stroke user-creds command allows to set username/password
for a connection.
- strongswan.conf option added to set identifier for syslog(3) logging.
- Added a workaround for null-terminated XAuth secrets (as sent by
Android 4).
++++ tcsh:
- Fix tcsh segfaults in bb_cleanup() (bnc#761353)
++++ valgrind:
- Remove xorg-x11-devel BuildRequires: I can only guess it was
there to make sure the xfree supp files are used, but they are
used anyway by default. This helps resolve a build loop between
libdrm and valgrind.
++++ xdm:
- /etc/pam.d/xdm-np: add session require to pam_loginuid.so in
order to fix running commands via sudo (bnc #746704)
++++ xmahjong:
- Pass FONTDIR=%{fontdir}/.. to "make install" so that the font is
correctly installed in /usr/share/fonts/misc instead of
/usr/share/fonts/X11/misc.
++++ yast2:
- removed ShellSafeWrite as it is not needed anymore with new ag_ini - bnc#750325
- 2.23.0
++++ yast2-ncurses:
- Improve table sorting: sort numeric columns in numeric order,
respect locale setting
- V 2.22.3
------------------------------------------------------------------
------------------ 2012-5-9 - May 9 2012 -------------------
------------------------------------------------------------------
++++ IccXML:
- omit temp file removal during package build
++++ SampleICC:
- more spec tweaks
++++ lapack:
- fixing dependencies for devel-32bit
++++ boost:
- fixing baselibs.conf after version bump
++++ cfitsio:
- Renamed package from libcfitsio0 to cfitsio.
- Renamed subpackage libcfitsio-doc to libcfitsio-devel-doc (added obsoletes
entry for libcfitsio-doc of previous openSUSE versions).
- Suggest the libcfitsio-devel-doc package in libcfitsio-devel.
- Removed the requirement for libcfitsio0 from libcfitsio-(devel)-doc (not
needed).
++++ cm-unicode-fonts:
- license update: SUSE-XFree86-with-font-exception
This license was added to the spreadsheet linked at license.opensuse.org
today (SUSE-prefix until spdx.org accepts the license)
++++ rabbitmq-server:
- Updated to 2.8.2
++++ fbi:
- reworked package
* remove dependency to openmotif-devel and therefore remove
subpackage ida due to licensing (bnc#761246)
* fix fbi man page display error
++++ freetype2:
- USe -std=gnu99 in all targets not only on ARM
++++ libxfce4ui:
- add versioned build dependency
++++ go:
- Update to version 1.0.1
- fix escape analysis bug that could cause memory corruption
- other minor updates see:
http://code.google.com/p/go/source/list?name=release-branch.go1
- go.spec: remove arch dependent conditionals from %files section
we don't have to select these anymore.
++++ irqbalance:
- Update to version 1.0.3 and make spec file to spec-cleaner clean.
++++ kernel-debug:
- geodefb: Depend on X86_32.
Disables:
- CONFIG_FB_GEODE_GX1
- CONFIG_FB_GEODE_GX
- CONFIG_FB_GEODE_LX
- CONFIG_FB_GEODE
- commit 1f260fb
- Disabled testing config options on !debug
- CONFIG_CRYPTO_TEST
- CONFIG_DMATEST
- CONFIG_RTC_DRV_TEST
- commit d7c9a65
- Update ARM configs
- commit aac8787
++++ kernel-default:
- geodefb: Depend on X86_32.
Disables:
- CONFIG_FB_GEODE_GX1
- CONFIG_FB_GEODE_GX
- CONFIG_FB_GEODE_LX
- CONFIG_FB_GEODE
- commit 1f260fb
- Disabled testing config options on !debug
- CONFIG_CRYPTO_TEST
- CONFIG_DMATEST
- CONFIG_RTC_DRV_TEST
- commit d7c9a65
- Update ARM configs
- commit aac8787
++++ kernel-desktop:
- geodefb: Depend on X86_32.
Disables:
- CONFIG_FB_GEODE_GX1
- CONFIG_FB_GEODE_GX
- CONFIG_FB_GEODE_LX
- CONFIG_FB_GEODE
- commit 1f260fb
- Disabled testing config options on !debug
- CONFIG_CRYPTO_TEST
- CONFIG_DMATEST
- CONFIG_RTC_DRV_TEST
- commit d7c9a65
- Update ARM configs
- commit aac8787
++++ kernel-source:
- geodefb: Depend on X86_32.
Disables:
- CONFIG_FB_GEODE_GX1
- CONFIG_FB_GEODE_GX
- CONFIG_FB_GEODE_LX
- CONFIG_FB_GEODE
- commit 1f260fb
- Disabled testing config options on !debug
- CONFIG_CRYPTO_TEST
- CONFIG_DMATEST
- CONFIG_RTC_DRV_TEST
- commit d7c9a65
- Update ARM configs
- commit aac8787
++++ kernel-docs:
- geodefb: Depend on X86_32.
Disables:
- CONFIG_FB_GEODE_GX1
- CONFIG_FB_GEODE_GX
- CONFIG_FB_GEODE_LX
- CONFIG_FB_GEODE
- commit 1f260fb
- Disabled testing config options on !debug
- CONFIG_CRYPTO_TEST
- CONFIG_DMATEST
- CONFIG_RTC_DRV_TEST
- commit d7c9a65
- Update ARM configs
- commit aac8787
++++ kernel-ec2:
- geodefb: Depend on X86_32.
Disables:
- CONFIG_FB_GEODE_GX1
- CONFIG_FB_GEODE_GX
- CONFIG_FB_GEODE_LX
- CONFIG_FB_GEODE
- commit 1f260fb
- Disabled testing config options on !debug
- CONFIG_CRYPTO_TEST
- CONFIG_DMATEST
- CONFIG_RTC_DRV_TEST
- commit d7c9a65
- Update ARM configs
- commit aac8787
++++ kernel-pae:
- geodefb: Depend on X86_32.
Disables:
- CONFIG_FB_GEODE_GX1
- CONFIG_FB_GEODE_GX
- CONFIG_FB_GEODE_LX
- CONFIG_FB_GEODE
- commit 1f260fb
- Disabled testing config options on !debug
- CONFIG_CRYPTO_TEST
- CONFIG_DMATEST
- CONFIG_RTC_DRV_TEST
- commit d7c9a65
- Update ARM configs
- commit aac8787
++++ kernel-syms:
- geodefb: Depend on X86_32.
Disables:
- CONFIG_FB_GEODE_GX1
- CONFIG_FB_GEODE_GX
- CONFIG_FB_GEODE_LX
- CONFIG_FB_GEODE
- commit 1f260fb
- Disabled testing config options on !debug
- CONFIG_CRYPTO_TEST
- CONFIG_DMATEST
- CONFIG_RTC_DRV_TEST
- commit d7c9a65
- Update ARM configs
- commit aac8787
++++ kernel-trace:
- geodefb: Depend on X86_32.
Disables:
- CONFIG_FB_GEODE_GX1
- CONFIG_FB_GEODE_GX
- CONFIG_FB_GEODE_LX
- CONFIG_FB_GEODE
- commit 1f260fb
- Disabled testing config options on !debug
- CONFIG_CRYPTO_TEST
- CONFIG_DMATEST
- CONFIG_RTC_DRV_TEST
- commit d7c9a65
- Update ARM configs
- commit aac8787
++++ kernel-vanilla:
- geodefb: Depend on X86_32.
Disables:
- CONFIG_FB_GEODE_GX1
- CONFIG_FB_GEODE_GX
- CONFIG_FB_GEODE_LX
- CONFIG_FB_GEODE
- commit 1f260fb
- Disabled testing config options on !debug
- CONFIG_CRYPTO_TEST
- CONFIG_DMATEST
- CONFIG_RTC_DRV_TEST
- commit d7c9a65
- Update ARM configs
- commit aac8787
++++ kernel-xen:
- geodefb: Depend on X86_32.
Disables:
- CONFIG_FB_GEODE_GX1
- CONFIG_FB_GEODE_GX
- CONFIG_FB_GEODE_LX
- CONFIG_FB_GEODE
- commit 1f260fb
- Disabled testing config options on !debug
- CONFIG_CRYPTO_TEST
- CONFIG_DMATEST
- CONFIG_RTC_DRV_TEST
- commit d7c9a65
- Update ARM configs
- commit aac8787
++++ kiwi:
- fixed bootloader setup if yaboot is used. the boot partition
id is set to fat (0xc) and we have to make sure to provide
bootinfo.txt, yaboot.cnf and the yaboot binary at the root
of the boot partition. We don't distinguish the layout between
LVM and non LVM setup if yaboot is used in order to have a
clean state
- changed function names installBootLoaderLilo and setupBootLoaderLilo
to installBootLoaderYaboot and setupBootLoaderYaboot. lilo is only
supported together with yaboot on ppc at the moment. So the function
names are misleading and would block us if we want to add support
for real lilo.
- fixed package check for package scripts. The rpm database from
the image root system has to be used instead of the build system
package database
++++ libXi:
- Update to version 1.6.1:
+ Major bugs fixed:
- wrong button and mask copy
- raw event sourceid is now set
+ Small cleanups and bug fixes.
++++ redland:
- removed unnecessary postgresl-devel package and it's .la
- removed libpq5 require
++++ libreoffice-templates-de:
- patch license to be in spdx.org format
++++ libreoffice-templates-en:
- patch license to be in spdx.org format
++++ librest:
- Add baselibs.conf, as we need the 32bit package for
gnome-online-account libraries.
++++ thunar:
- add versioned dependencies
++++ v8:
- Update to 3.10.8.4
* Enabled MIPS cross-compilation.
* Ensured reload of elements pointer in StoreFastDoubleElement
stub. (Chromium issue 125515)
* Fixed corner cases in truncation behavior when storing to
TypedArrays. (issue 2110)
* Fixed failure to properly recognize and report out-of-memory
conditions when allocating code space pages. (Chromium issue
118625)
* Fixed idle notifications to perform a round of incremental GCs
after context disposal. (issue 2107)
* Fixed preparser for try statement. (issue 2109)
++++ xcb-util-keysyms:
- Fix baselibs.conf: reference libxcb-keysyms1 instead of
libxcb-keysyms0.
++++ xfconf:
- add versioned build dependency
++++ mathgl:
- Add mathgl-fix-python-module-path.patch to fix the path where
python modules are installed.
++++ mdadm:
- New upstream version: 3.2.4. /run/mdadm is not
used for runtime files, not /var/run or /dev/.mdadm.
++++ mirror:
- license update: SUSE-mirror
See the explanation added in the spreadsheet linked at
license.opensuse.org (SUSE-mirror is a new addition to that spreadsheet)
++++ postfix:
- bnc#753910 - {name} instead of %{name} in postfix .spec
- bnc#756452 - VUL-1: postfix: VRFY allows enumerating users
++++ python-nautilus:
- Explicitly add missing typelib(Nautilus) Requires: we can't use
the automatic typelib() Requires generator since this python
module is written in C.
++++ rubygem-hoe:
- update to 3.0.5
* Fixed ridocs argument handling (erikh)
++++ thryomanes-fonts:
- renamed fonts-thryomanes -> thryomanes-fonts
++++ trader:
- New upstream release of Star Traders: version 7.4.
++++ vm-install:
- bnc#754906 - virt-manager is not allowing to upgrade oes11 to
oes11sp1 machine
++++ xf86-input-keyboard:
- changed license to GPL 2.0+ after proper review (bnc#759527)
++++ xf86-input-synaptics:
- Update to version 1.6.0:
+ Fix coasting for negative scroll directions.
+ Fix issues on resuming after suspend.
+ Documentation fixes.
+ Build fixes.
- Changes from version 1.5.99.904:
+ Ensure hw millis are monotonic.
+ Don't release the button on TS_3 if TapAndDrag is disabled.
+ Various scroll-related fixes.
+ Various coasting-related fixes.
+ Several other bug fixes.
- Rebase xf86-input-synaptics-clickpad-doc-update.diff and
xf86-input-synaptics-filter-bogus-coord.diff.
++++ xf86-input-wacom:
- Update to version 0.15.0:
+ No changes compared to 0.14.99.1.
++++ xfdesktop:
- add versioned dependencies
++++ xorg-x11-driver-video:
- Change xf86-video-geode Requires to Recommends: xf86-video-geode
only works on x86, so a plain Requires on x86_64 (for instance)
is wrong. Since we can't use %ifarch (because our build
architecture is noarch), we can't really use a Requires. Using a
Recommends is enough for what we need.
++++ xsd:
- Change license to SUSE-GPL-2.0-with-FLOSS-exception
++++ yast2-samba-server:
- enhanced check for password requirement in Users plugin
- 2.22.3
------------------------------------------------------------------
------------------ 2012-5-8 - May 8 2012 -------------------
------------------------------------------------------------------
++++ tre:
- license update: BSD-3-Clause
Package is predominantly BSD-3-Clause licensed. This spec file license
update makes the openSUSE package license substantially similar to the
Fedora package license"
++++ apparmor:
- add apparmor-techdoc.patch to remove traces of the build time in PDF files
++++ build-compare:
- Further handling of pdf files (bnc#760867), patch by
David Haller .
++++ cfitsio:
- Update to version 3.300:
Enhancements
* Added new routine called fits_is_reentrant which returns 1 or 0 depending
on whether or not CFITSIO was compiled with the -D_REENTRANT directive.
This can be used to determine if it is safe to use CFITSIO in
multi-threaded programs.
* Implimented much faster byte-swapping algorithms in swapproc.c based on
code provided by Julian Taylor at ESO, Garching. These routines
significantly improve the FITS image read and write speed (by more than a
factor of 2 in some cases) on little-endian machines (e.g., Linux and
Microsoft Windows running on x86 PCs) where byte-swapping is required.
This has no effect on big-endian machines (e.g., Macs). Even faster
performance can be achieved in some cases by invoking the new
"--enable-sse2" or "--enable-ssse3" configure options when building CFITSIO
on machines that have CPUs and compilers that support the SSE2 and SSSE3
machine instructions.
* added additional support for implicit data type conversion in cases where
the floating point image has been losslessly compressed with gzip. The
pixels in these compressed images can now be read back as arrays of short,
int, and long integers as well as single and double precision
floating-point.
* modified fitsio2.h and f77_wrap.h to recognize IBM System z mainframes by
testing if __s390x__ or __s390__ is defined.
* small change to ffgcrd in getkey.c so that it supports reading a blank
keyword (e.g., a keyword whose name simply contains 8 space chracters).
Bug Fixes
* fixed a bug in imcomp_decompress_tile that caused the tile-compressed image
to be uncompressed incorrectly (even though the tile-compressed image
itself was written correctly) under the following specific conditions:
- the original FITS image has a "float" datatype (R*4)
- one or more of the image tiles cannot be compressed using the standard
quantization method and instead are losslessly compressed with gzip
- the pixels in these tiles are not all equal to zero (this bug does
affect tiles where all the pixels are equal to zero)
- the program that is reading the compressed image uses CFITSIO's
"implicit datatype conversion" feature to read the "float" image
back into an array of "double" pixel values.
If all these conditions are met, then the returned pixel values in the
affected image tiles will be garbage, with values often ranging
up to 10**34. Note that this bug does not affect the fpack/funpack
programs, because funpack does not use CFITSIO's implicit datatype
conversion feature when uncompressing the image.
- Replaced cfitsio-makefile.patch with cfitsio.patch (taken from Fedora). It's
the same patch with the addition of linking libcfitsio with libpthread and
libm (fixes possible errors with packages requiring libcfitsio0 and compiled
with the "--as-needed" flag).
- Added a patch (cfitsio-zlib.patch) to use system zlib (based on patches from
Fedora and Debian). Added zlib-devel in build depencdencies.
- Added a patch (implicit-pointer-decl.patch) to fix "implicit-pointer-decl"
rpm post build check warning.
- Moved "-lpthread" and added "-lz" in Libs.private: of cfitsio pkg-config
file.
- Removed "-fno-strict-aliasing" from CFLAGS.
- Don't install static libraries.
++++ cpupower:
- Update to latest 3.4.rc6 kernel based version
++++ froxlor:
- upstream upragde to version 0.9.27
Bug #700: APS template errors
Bug #992: Can't enable FTP Backup
Bug #1022: Remove php-fpm-specific configuration (files) correctly
Bug #1025: cron_traffic.php causes mysql error
Bug #1027: Unavailable repository 'gentoo_prefix' referenced by masters entry in layman
Bug #1028: Traffic-Cron - missing php-extension?
Bug #1032: Error while creating a new customer in 0.9.26 (posix_getpwuid())
Bug #1033: Natural sorting function for customers doesn't work
Bug #1034: Froxlor Install / Upgraded SysCP: Unknown tables
Bug #1037: [Security Bug] Customers can access all tickets
Feature #1010: Provide setting for special logfiles after creating domains
Feature #1017: Fast CGI Idle Timeout
Feature #1030: Use the name "Administrator" in the mail body instead of Froxlor-Team
Feature #1031: Improve customer default index.html file
Bug #1019: Debian GPG keyserver unreachable
Bug #1061: Current froxlor ebuilds needs non-existant php use flag "pcre" to build
++++ glibc:
- Refresh glibc-2.16-avx.patch and handle FMA4.
++++ glibc:
- Refresh glibc-2.16-avx.patch and handle FMA4.
++++ javazic:
- license update: GPL-2.0-with-classpath-exception
SPDX syntax
++++ kernel-debug:
- Update Xen patches to 3.4-rc6.
- commit 8ed7ef0
++++ kernel-default:
- Update Xen patches to 3.4-rc6.
- commit 8ed7ef0
++++ kernel-desktop:
- Update Xen patches to 3.4-rc6.
- commit 8ed7ef0
++++ kernel-source:
- Update Xen patches to 3.4-rc6.
- commit 8ed7ef0
++++ kernel-docs:
- Update Xen patches to 3.4-rc6.
- commit 8ed7ef0
++++ kernel-ec2:
- Update Xen patches to 3.4-rc6.
- commit 8ed7ef0
++++ kernel-pae:
- Update Xen patches to 3.4-rc6.
- commit 8ed7ef0
++++ kernel-syms:
- Update Xen patches to 3.4-rc6.
- commit 8ed7ef0
++++ kernel-trace:
- Update Xen patches to 3.4-rc6.
- commit 8ed7ef0
++++ kernel-vanilla:
- Update Xen patches to 3.4-rc6.
- commit 8ed7ef0
++++ kernel-xen:
- Update Xen patches to 3.4-rc6.
- commit 8ed7ef0
++++ kiwi:
- Revert "- don't set vga= kernel parameter for lilo bootlader setup"
This reverts commit 5e815b28c84e805d4777551d67be8da0433e1238.
lilo on ppc is something complete different than lilo on other
architectures. The vga value is supported well on 'real' lilo
so this issue should be fixed in the bootloader
++++ SDL_ttf:
- license update: LGPL-2.1+
SPDX syntax - dropping Freetype license from spec file as no files found
under that license.
++++ libpcd:
- spec file cleanup
++++ redland:
- Updated to include postgresql storage support and development
packages
++++ libsmbios:
- license update: GPL-2.0+ or OSL-2.1
SPDX format (http://www.spdx.org/licenses)
++++ libsolv:
- build with swig-2.0.6
++++ libzypp:
- Use ld version script to hide symbols outside zypp namespace (bnc#755324)
- remove base/Deprecated.h (macros now in APIConfig.h)
- Disribute Easy.h in APIConfig.h
- Add APIConfig.h providing ZYPP_API and ZYPP_LOCAL macros
- version 11.6.0 (6)
++++ llvm:
- make -rewrite-includes support -C and -CC
++++ parkverbot:
- Initial package for build.opensuse.org
++++ perl-Filesys-Df:
- license update: GPL-1.0+ or Artistic-1.0
SPDX format (http://www.spdx.org/licenses)
++++ perl-Readonly:
- license update: Artistic-1.0 or GPL-1.0+
Use SPDX format (http://www.spdx.org/licenses)
++++ pwdutils:
- Update to version 3.2.19 (fixes [bnc#754081], display of
account status)
++++ python-pyexiv2:
- Added spec license for the spec file
++++ rapid-photo-downloader:
- add perl-Image-ExifTool gdk-pixbuf-loader-rsvg to requires
++++ ruby:
- make this package a wrapper around the default ruby - ruby19 for now
++++ ruby19:
- readd the requires on ruby-common to fix gems suffix
++++ rubygem-haml:
- update to 3.1.5
* Respect Rails’ html_safe flag when escaping attribute values
* Fix for Rails 3.2.3 textarea helpers
++++ rubygem-json:
- update to 1.7.1
* Some small fixes for building
++++ rubygem-json_pure:
- update to 1.7.1
* Small fixes
++++ suspend:
- s2disk: Do not fail hibernation withoug a VT console (bnc#472861).
++++ syslinux:
- fix build with latest kernel headers
++++ vm-install:
- bnc#761142 - vm-install fails to create its new VM: bogus "Not
enough space on device" message
++++ xinput:
- fixing pkgconfig requries to be true
++++ xrestop:
- license update: GPL-2.0+
See COPYING and xrestop.c
++++ yast2-ncurses-pkg:
- Bug-fix for typo in help text (bnc #759100)
- add filter for recommended, suggested, orphaned or unneeded
packages ('Package Classification in 'Filter' list)
- respect locale setting when sorting the list of packages
- 2.22.6
------------------------------------------------------------------
------------------ 2012-5-7 - May 7 2012 -------------------
------------------------------------------------------------------
++++ libarchive:
- Enforce usage of reentrant versions of libc functions
++++ build-compare:
- Further handling of pdf files (bnc#760867).
- Handle /ID in pdf files (bnc#760867).
++++ coreutils:
- Two new upstream patches:
* id and groups, when invoked with no user name argument, would
print the default group ID listed in the password database, and
sometimes that ID would be neither real nor effective. For
example, when run set-GID, or in a session for which the default
group has just been changed, the new group ID would be listed,
even though it is not yet effective.
* 'cp S D' is no longer subject to a race: if an existing D were
removed between the initial stat and subsequent
open-without-O_CREAT, cp would fail with a confusing diagnostic
saying that the destination, D, was not found. Now, in this
unusual case, it retries the open (but with O_CREAT), and hence
usually succeeds. With NFS attribute caching, the condition was
particularly easy to trigger, since there, the removal of D could
precede the initial stat. [This bug was present in "the
beginning".] (bnc#760926).
++++ curlftpfs:
- curlftpfs requires building with -pthread
++++ desktop-translations:
- Update translations.
++++ xfce4-branding-openSUSE:
- add back pager and reduce workspaces to two
++++ fcitx:
- enable lua by default
++++ fcitx-unikey:
- initial package 0.1.0
* Vietnamese unikey support for Fcitx.
++++ pidgin:
- Update to version 2.10.4:
+ General:
- Support building against Farstream in addition to Farsight.
+ IRC:
- Disable periodic WHO timer. IRC channel user lists will no
longer automatically display away status, but libpurple will
be much kinder to the network.
- Print unknown numerics to channel windows if we can associate
them.
+ MSN:
- Fix a possible crash when receiving messages with certain
characters or character encodings.
+ XMPP:
- Fix a possible crash when receiving a series of specially
crafted file transfer requests. (CVE-2012-2214)
+ Windows-Specific Changes:
- Words added to spell check dictionaries are saved across
restarts of Pidgin.
- Drop pidgin-port-to-farstream.patch: fixed upstream
++++ libxfce4ui:
- bring back xfhelp4 since it is still needed until all
applications have been ported to xfce_dialog_show_help() or an
alternative mechanism
++++ glyr:
- Update to 0.9.9.
* Added --as-one (and --no-as-one) option to glyrc.
* Fixed up readme.
* Updated help.
* Added support for :escape: characters in --write and
- -callback.
* Added slothradio provider.
* Various fixes.
- Rebase "date-n-time" and "optflags" patches.
++++ gmp:
- Update to release GMP 5.0.5
* A bug causing AMD 11h processors to be treated like AMD 10h has been fixed.
* A bug affecting recent Intel Sandy Bridge CPUs resulting in
configuration failures has been fixed.
++++ kernel-debug:
- IA32 emulation: Fix build problem for modular ia32 a.out
support. (Xen version)
- commit 1c19c30
- IA32 emulation: Fix build problem for modular ia32 a.out
support.
- commit ad06d7d
- Update to 3.4-rc6.
- Eliminated 2 patches.
- commit 749ea8f
++++ kernel-default:
- IA32 emulation: Fix build problem for modular ia32 a.out
support. (Xen version)
- commit 1c19c30
- IA32 emulation: Fix build problem for modular ia32 a.out
support.
- commit ad06d7d
- Update to 3.4-rc6.
- Eliminated 2 patches.
- commit 749ea8f
++++ kernel-desktop:
- IA32 emulation: Fix build problem for modular ia32 a.out
support. (Xen version)
- commit 1c19c30
- IA32 emulation: Fix build problem for modular ia32 a.out
support.
- commit ad06d7d
- Update to 3.4-rc6.
- Eliminated 2 patches.
- commit 749ea8f
++++ kernel-source:
- IA32 emulation: Fix build problem for modular ia32 a.out
support. (Xen version)
- commit 1c19c30
- IA32 emulation: Fix build problem for modular ia32 a.out
support.
- commit ad06d7d
- Update to 3.4-rc6.
- Eliminated 2 patches.
- commit 749ea8f
++++ kernel-docs:
- IA32 emulation: Fix build problem for modular ia32 a.out
support. (Xen version)
- commit 1c19c30
- IA32 emulation: Fix build problem for modular ia32 a.out
support.
- commit ad06d7d
- Update to 3.4-rc6.
- Eliminated 2 patches.
- commit 749ea8f
++++ kernel-ec2:
- IA32 emulation: Fix build problem for modular ia32 a.out
support. (Xen version)
- commit 1c19c30
- IA32 emulation: Fix build problem for modular ia32 a.out
support.
- commit ad06d7d
- Update to 3.4-rc6.
- Eliminated 2 patches.
- commit 749ea8f
++++ kernel-pae:
- IA32 emulation: Fix build problem for modular ia32 a.out
support. (Xen version)
- commit 1c19c30
- IA32 emulation: Fix build problem for modular ia32 a.out
support.
- commit ad06d7d
- Update to 3.4-rc6.
- Eliminated 2 patches.
- commit 749ea8f
++++ kernel-syms:
- IA32 emulation: Fix build problem for modular ia32 a.out
support. (Xen version)
- commit 1c19c30
- IA32 emulation: Fix build problem for modular ia32 a.out
support.
- commit ad06d7d
- Update to 3.4-rc6.
- Eliminated 2 patches.
- commit 749ea8f
++++ kernel-trace:
- IA32 emulation: Fix build problem for modular ia32 a.out
support. (Xen version)
- commit 1c19c30
- IA32 emulation: Fix build problem for modular ia32 a.out
support.
- commit ad06d7d
- Update to 3.4-rc6.
- Eliminated 2 patches.
- commit 749ea8f
++++ kernel-vanilla:
- IA32 emulation: Fix build problem for modular ia32 a.out
support. (Xen version)
- commit 1c19c30
- IA32 emulation: Fix build problem for modular ia32 a.out
support.
- commit ad06d7d
- Update to 3.4-rc6.
- Eliminated 2 patches.
- commit 749ea8f
++++ kernel-xen:
- IA32 emulation: Fix build problem for modular ia32 a.out
support. (Xen version)
- commit 1c19c30
- IA32 emulation: Fix build problem for modular ia32 a.out
support.
- commit ad06d7d
- Update to 3.4-rc6.
- Eliminated 2 patches.
- commit 749ea8f
++++ kiwi:
- don't set vga= kernel parameter for lilo bootlader setup
I was told this causes trouble when lilo.conf is converted
to yaboot.conf
- use correct size for FAT table when yaboot is used
- we don't need the mbrid information for ppc/yaboot
the searchOFBootDevice function doesn't request it
- respect custom boot timeout value for yaboot setup
++++ krename:
- Fix taglib requires for older distros
++++ ktorrent:
- Fix taglib requires for older distros
++++ libgit2:
- Fix license to be GPL-2.0-with-GCC-exception
++++ nagios:
- update to 3.4.0
* Use execv() to execute active check commands (#86 - Ton Voon, dnsmichi)
* Added service_check_timeout_state configuration variable (Bill McGonigle)
* Permanently remove sleep on run_event == FALSE in main loop (Max
)
* Reduce notification load by moving notification viability check into
notification list creation (Opsview Team)
* Added code to apply allow_empty_hostgroup_assignment flag to host and
service dependencies (Daniel Wittenberg)
* Users can now see hostgroups and servicegroups that contain at least
one host or service they are authorized for, instead of having to be
authorized for them all (Ethan Galstad)
* RSS feed boxes fallback if an error occurs (Ethan Galstad)
* RSS feeds no longer block main page load (Mike Guthrie)
FIXES
* Fix $NOTIFICATIONRECIPIENTS$ macro to contain all contacts assigned to
host|service, not only notified contacts (Bug #98 Matt Harrington)
* Scheduled Downtime Notifications Resent On Nagios Restart/reload (Bug
[#124] - ricardo)
* NOTIFICATIONTYPE MACRO never became CUSTOM (Bug #168 - Alexey
Dvoryanchikov)
* Plugged minor memory leaks in notification logic
++++ plasmoid-cwp:
- Update to version 1.6.1:
* xml: accuweather.com (US): fixed wrong weather data
++++ rsyslog:
- Updated to 5.8.11 [V5-stable] 2012-05-03:
- bugfix: ommysql did not properly init/exit the mysql runtime
library this could lead to segfaults. Triggering condition:
multiple action instances using ommysql. Thanks to Tomas
Heinrich for reporting this problem and providing an initial
patch (which my solution is based on, I need to add more code
to clean the mess up).
- bugfix: rsyslog did not terminate when delayable inputs were
blocked due to unvailable sources. Fixes:
http://bugzilla.adiscon.com/show_bug.cgi?id=299
Thanks to Marcin M for bringing up this problem and Andre
Lorbach for helping to reproduce and fix it.
- bugfix: active input in “light delay state” could block
rsyslog termination, at least for prolonged period of time
- bugfix: imptcp input name could not be set. Config directive
was accepted, but had no effect
bugfix: assigned ruleset was lost when using disk queues
This looked quite hard to diagnose for disk-assisted queues,
as the pure memory part worked well, but ruleset info was lost
for messages stored inside the disk queue.
- bugfix: hostname was not requeried on HUP
Thanks to Per Jessen for reporting this bug and Marius
Tomaschewski for his help in testing the fix.
- bugfix: inside queue.c, some thread cancel states were not
correctly reset. While this is a bug, we assume it did have
no practical effect because the reset as it was done was set
to the state the code actually had at this point. But better
fix this…
- Removed obsolete requery hostname patch
++++ tellico:
- Fix taglib requires for older distros
++++ vegastrike:
- Tag patches in spec file
++++ xfce4-power-manager:
- removed xfce4-power-manager-1.0.10-use-docdir.patch and
added xfce4-power-manager-fix-help.patch in order to use
xfce_dialog_show_help() instead of calling xfhelp4 and to remove
the bundled documentation (bxo#8846)
++++ xfce4-panel-plugin-mailwatch:
- fix help function by depending on libxfce4ui-tools which provides
xfhelp4 again
++++ xfce4-panel-plugin-quicklauncher:
- fix help function by depending on libxfce4ui-tools which provides
xfhelp4 again
++++ xfce4-screenshooter:
- fix xfce4-screenshooter-fix-plugin-linking.patch so the panel
plugin is linked against libscreenshooter
- fix help function by depending on libxfce4ui-tools which provides
xfhelp4 again
++++ yast2-trans:
- Updated languages: af am ar be bg bn bs ca cs cy da de el es et fa fi
fr gl gu he hi hr hu id it ja jv ka km kn ko ku lo lt mk mr ms my nb nl
nn pa pl pt ro ru si sk sl sr sv sw ta tg th tk tr uk vi wa xh zu en_GB
en_US pt_BR zh_CN zh_TW ast nds.
++++ zlib:
- Update to 1.2.7
* Fix bug in gzclose_w() when gzwrite() fails to allocate memory
* Add "x" (O_EXCL) and "e" (O_CLOEXEC) modes support to gzopen()
* Add gzopen_w() in Windows for wide character path names
* Fix type mismatch between get_crc_table() and crc_table
- Passed the spec file through spec cleaner
------------------------------------------------------------------
------------------ 2012-5-6 - May 6 2012 -------------------
------------------------------------------------------------------
++++ akonadi-google:
- Update to version 0.3.1:
* Fixed bugs and crashes:
kde#296541 – Uncought exception in signal handler in Contacts resource
kde#297824 – Uncought exception in signal handler in Calendar resource
kde#297548 – Crash at akonadi start after having added a new contact
resource
kde#298054 - Can’t build libkgoogle with KCal
kde#298518 – Unable to edit newly created events
kde#298519 – Deleting events incorrectly reports an error
* Various improvements to libkgoogle to better work with 3rd party apps.
++++ dos2unix:
- update to 6.0:
* Conversion of Windows UTF-16 files to Unix UTF-8 files
* Conversion of Unix UTF-8 files to Windows UTF-8 files with byte
order mark
++++ kdemultimedia4:
- switch to taglib buildrequires on 12.1 and later and restore
11.4 package names
++++ fcitx:
- update to 4.2.3
* Lua extension support, same interface with Googlepinyin.
* super can be used in hotkey again
* fixes Trad-Simp native engine in chttrans.
* Update fcitx-pinyin algorithm
* txt2mb and mb2txt support new English format
* Fix a crash when enable share status.
* Add surrounding text support.
* Commit input when unfocus.
* Classic UI improvement, including trayicon, menu.
++++ fcitx-chewing:
- update to 0.1.2
* fix space key
* fix issue 553
++++ fcitx-configtool:
- update to 0.4.3
* lower gtk2 version library request compatible to RHEL/CentOS 6.
++++ kcm-fcitx:
- update to 0.3.3
* add super support
* workaround a potential freeze bug
++++ fcitx-fbterm:
- update version 0.1.4
* kill the fcitx and dbus-daemon launched by the script
++++ fcitx-hangul:
- update to 0.1.1
* add surrounding text support
++++ fcitx-keyboard:
- update to 0.1.3
* add existing keyboard layout on first start up
* try to set fcitx “first input method as inactive state” when install
* restore origin keyboard layout on exit.
++++ fcitx-m17n:
- update version 0.1.2
* add surrounding text support
++++ fcitx-sunpinyin:
- update to 0.3.6
* option for memory strength, enable fuzzy segement by default
++++ fcitx-table-extra:
- update to 0.3.0
* add more table from ibus-table-chinese.
++++ fcitx-table-other:
- initial package 0.1.0
* Fork of ibus-table-others.
++++ python-virtinst:
- Backport patch from git:
* virt-install: fix cloning of qcow2 disks
++++ rubygem-hoe:
- update to 3.0.4
* Removed rubygems/deprecated and rolled my own for users on older rubygems
++++ rubygem-json:
- update to 1.7.0
* Add JSON::GenericObject for method access to objects transmitted via JSON.
* Fix possible crash when trying to parse nil value.
++++ rubygem-json_pure:
- update to 1.7.0
* Add JSON::GenericObject for method access to objects transmitted via JSON.
* Fix possible crash when trying to parse nil value.
++++ rubygem-multi_json:
- update to 1.3.4
* Fix tests on JRuby
++++ rubygem-rake-compiler:
- update to 0.8.1
* Raise error when either make or gmake could be found. Closes #53, #54
++++ rubygem-sass:
- update to 3.1.17
Don’t crash when calling #inspect on an internal Sass tree object in Ruby 1.9.
Fix some bugs in sass --watch introduced in 3.1.16. Thanks to Maher Sallam.
Support bare interpolation in the value portion of attribute selectors (e.g. [name=#{$value}]).
Support keyword arguments for the invert() function.
Handle backslash-separated paths better on Windows.
Fix rake install on Ruby 1.9.
Properly convert nested @if statements with sass-convert.
++++ slrn:
- update to version pre1.0.0-40
* Parse mime sub-keywords without regard to case
++++ swipl:
- Make pkg-config detect the right include directory (bug 758354).
++++ zypper:
- Update zypper-po.tar.bz2
------------------------------------------------------------------
------------------ 2012-5-5 - May 5 2012 -------------------
------------------------------------------------------------------
++++ apparmor:
- update to AppArmor 2.8 beta5 (= 2.7.103 / r2031)
- new utility aa-exec to confine a program with the specified AppArmor profile
- add support for mount rules
- see http://wiki.apparmor.net/index.php/ReleaseNotes_2_8 for full upstream
changelog
- removed upstreamed and backported patches
- remove outdated autobuild and "disable repo" patches that were disabled since
the AppArmor 2.7 package
- create the Immunix::SubDomain compat perl module only for openSUSE <= 12.1
(bnc#720617 #c7)
++++ branding-openSUSE:
- Add kdm branding for 12.2
++++ kernel-debug:
- Disabled MMC_TEST (bnc#760077).
- commit c36bb06
++++ kernel-default:
- Disabled MMC_TEST (bnc#760077).
- commit c36bb06
++++ kernel-desktop:
- Disabled MMC_TEST (bnc#760077).
- commit c36bb06
++++ kernel-source:
- Disabled MMC_TEST (bnc#760077).
- commit c36bb06
++++ kernel-docs:
- Disabled MMC_TEST (bnc#760077).
- commit c36bb06
++++ kernel-ec2:
- Disabled MMC_TEST (bnc#760077).
- commit c36bb06
++++ kernel-pae:
- Disabled MMC_TEST (bnc#760077).
- commit c36bb06
++++ kernel-syms:
- Disabled MMC_TEST (bnc#760077).
- commit c36bb06
++++ kernel-trace:
- Disabled MMC_TEST (bnc#760077).
- commit c36bb06
++++ kernel-vanilla:
- Disabled MMC_TEST (bnc#760077).
- commit c36bb06
++++ kernel-xen:
- Disabled MMC_TEST (bnc#760077).
- commit c36bb06
++++ libnl3:
- Update to new upstream release 3.2.8
* Support plug qdisc - queue traffic until explicit release
++++ librecad:
- Update to new upstream release 1.0.2
* replaces dependency on fparser library by
license-compatible muparser
++++ libsamplerate:
- build with profiling rnabled
++++ mathgl:
- Update to version 2.0:
+ mglGraph class is single plotter class instead of mglGraphZB,
mglGraphPS and so on
+ Text style and text color positions are swapped. I.e. text
style ‘r:C’ give red centered text, but not roman dark cyan
text as for v.1.*
+ ColumnPlot() indexing is reverted
+ Move most of arguments of plotting functions into the string
parameter and/or options
+ "Bright" colors (like {b8}) can be used in color schemes and
line styles
+ Intensively use pthread internally for parallelization of
drawing and data processing
+ Add tick labels rotation and skipping. Add ticks in
time/date format
+ New kinds of plots (Tape(), Label(), Cones(), ContV())
+ Extend existing plots
+ New primitives (Circle(), Ellipse(), Rhomb(), ...)
+ New plot positioning (MultiPlot(), GridPlot())
+ Improve MGL scripts. Add ’ask’ command and allow string
concatenation from different lines
+ Export to LaTeX and to 3D formats (OBJ, OFF, STL)
+ Add pipes support in utilities (mglconv, mglview)
- Turn off fltk bindings for openSUSE 12.1 and lower as they
cause build errors
- Disable python-mathgl package as it does not build
- Rebase mathgl-fltk.patch
- Add mathgl-libpath.patch to allow setting the location of
installed libraries using a cmake variable
- Add texlive-latex as build dependency; required for
generation of pdf documentation.
- -----------------------------------------------------------------
++++ mutter:
- Add mutter-fix-crash-when-frame-is-NULL.patch: fixes crashes in
various extensions.
++++ nagios-plugins-zypper:
- update to 1.41:
+ openSUSE 11.2 and 11.3 are unsupported
+ openSUSE 12.2 is supported
++++ plasmoid-cwp:
- Update to version 1.6.0:
* Greek translation
* xml: satellite_images: new images
* xml: accuweather.com (World): port to new location code
* xml: www.weather.com: fixed
------------------------------------------------------------------
------------------ 2012-5-4 - May 4 2012 -------------------
------------------------------------------------------------------
++++ accountsservice:
- Update to version 0.6.20:
+ Fix user listing which broke in previous release
- Changes from version 0.6.19:
+ Fix spurious warnings in logs
+ Make userdel succeed even if user is already logged in
+ Exclude users with no shell
+ Exclude "at" user
- Drop accountsservice-filter-more-accounts.patch and
accountsservice-filter-no-shell.patch: fixed upstream.
++++ bind:
- many dnssec fixes and features (too many to list them
here, check the changelog)
- improved startup time
- improved scalability
- Added support for Uniform Resource Identifier (URI) resource
records
- Local copies of slave zones are now saved in raw format by
default to improve startup performance
BIND 9.9 changes the default storage format for slave zone
files from text to raw. Because named's behavior when a slave
server cannot read or parse a zone file is to move the offending
file out of the way and retransfer the zone, slave servers
that are updated from a pre-9.9.0 version of BIND and which
have existing copies of slave zone data may wind up with
extraneous copies of zone data stored, as the existing
text-format zone file copies will be moved aside to filenames
of the format db-###### and journal files to the format
jn-###### (where # represents a hexadecimal digit.)
- many many bugfixes. Please read changelog for details
- fixed handling of TXT records in ldapdump
(bnc#743758)
- 9.9.0
++++ lapack:
- Update to 3.4.1
* Bug fixes
++++ ca-certificates:
- give hint about SSL_CTX_set_default_verify_paths in cert bundle
++++ cal10n:
- fix bnc#759912 - Manual for cal10n 0.7.4 uses CC-BY-SA-NC-2.5 license
++++ kdenlive:
- Change license from GPL-2.0+ to GPL-2.0 (bnc#760651)
++++ kernel-debug:
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
- commit 94b5c35
++++ kernel-default:
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
- commit 94b5c35
++++ kernel-desktop:
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
- commit 94b5c35
++++ kernel-source:
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
- commit 94b5c35
++++ kernel-docs:
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
- commit 94b5c35
++++ kernel-ec2:
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
- commit 94b5c35
++++ kernel-pae:
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
- commit 94b5c35
++++ kernel-syms:
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
- commit 94b5c35
++++ kernel-trace:
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
- commit 94b5c35
++++ kernel-vanilla:
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
- commit 94b5c35
++++ kernel-xen:
- sysctl/defaults: kernel.hung_task_timeout -> kernel.hung_task_timeout_secs (bnc#700174)
- commit 94b5c35
++++ kiwi:
- don't remove cpio program from initrd, required for custom splash setup
follow up fix for the other architectures s390, ppc and arm
- allow evaluation of $DO_NOT_INSTALL_BOOTLOADER variable in
netboot suse-preinit to prevent installation of the bootloader
by a variable (bnc #760502)
- netboot: use --metadata=0.9 format for raid setup (bnc #760713)
- v5.03.4 released
- fixed URL repo check, correctly use is_success method and
make sure every repo is checked for rpm-md _and_ repodata
- removed 'in progress' indicators from messages containing a path
People reported to be confused about the path to be complete :)
- create rootfs.meta data file which includes information about
the required min size and (good) inode value for split systems.
This prevents the initrd code from getting that information out
of the rootfs.tar tarball and thus speeds up the boot
++++ libburnia:
- updated libburn to version 1.2.2
* Small internal refinements
- updated libisofs to version 1.2.2
* New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba()
* New API calls isoburn_igopt_set_rr_reloc(), isoburn_igopt_get_rr_reloc()
* New API calls isoburn_ropt_set_data_cache(), isoburn_ropt_get_data_cache()
* New commands -x, -list_arg_sorting
* New command -rr_reloc_dir
* New command -data_cache_size
* New -as mkisofs option -rr_reloc, implemented option -hide-rr-moved
* Now ignoring -as mkisofs -no-split-symlink-components -no-split-symlink-fields
* Bug fix: -osirrox on:sort_lba_on -extract from / restored nearly nothing
* Bug fix: -as mkisofs without -graft-points could not handle names with "="
* Bug fix: Relaxation options joliet_rec_mtime and iso1999_rec_mtime had wrong values
- updated libisoburn to version 1.2.2
* New API call iso_write_opts_set_rr_reloc()
* Bug fix: Directory name mapping to ISO level 1 was too liberal if
iso_write_opts_set_allow_dir_id_ext() was enabled
* New API call iso_write_opts_set_allow_7bit_ascii()
* Improved standards compliance for ISO level 1 names with partly relaxed
constraints.
++++ neon:
- don't use ca-bundle.pem. neon correctly uses openssl's default
instead (ie the /etc/ssl/certs directory)
++++ openssl:
- don't install any demo or expired certs at all
++++ sqlite3:
- Spec file cleanup
- Drop support for the pre 11.0 packaging scheme.
- New version 3.7.11. Changes since 3.7.8 include:
* Enhance the INSERT syntax to allow multiple rows to be inserted
via the VALUES clause.
* Enhance the CREATE VIRTUAL TABLE command to support the IF NOT
EXISTS clause.
* Added the sqlite3_stricmp() interface as a counterpart to
sqlite3_strnicmp().
* Added the sqlite3_db_readonly() interface.
* Added the SQLITE_FCNTL_PRAGMA file control, giving VFS
implementations the ability to add new PRAGMA statements or to
override built-in PRAGMAs.
* Queries of the form: "SELECT max(x), y FROM table" returns the
value of y on the same row that contains the maximum x value.
* Added support for the FTS4 languageid option.
* Documented support for the FTS4 content option. This feature
has actually been in the code since version 3.7.9 but is only
now considered to be officially supported.
* Pending statements no longer block ROLLBACK. Instead, the
pending statement will return SQLITE_ABORT upon next access
after the ROLLBACK.
* Improvements to the handling of CSV inputs in the command-line
shell
* The default schema format number is changed from 1 to 4. This
means that, unless the PRAGMA legacy_file_format=ON statement
is run, newly created database files will be unreadable by
version of SQLite prior to 3.3.0 (2006-01-10). It also means
that the descending indices are enabled by default.
* The sqlite3_pcache_methods structure and the
SQLITE_CONFIG_PCACHE and SQLITE_CONFIG_GETPCACHE configuration
parameters are deprecated. They are replaced by a new
sqlite3_pcache_methods2 structure and SQLITE_CONFIG_PCACHE2 and
SQLITE_CONFIG_GETPCACHE2 configuration parameters.
* Added the powersafe overwrite property to the VFS
interface. Provide the SQLITE_IOCAP_POWERSAFE_OVERWRITE I/O
capability, the SQLITE_POWERSAFE_OVERWRITE compile-time option,
and the "psow=BOOLEAN" query parameter for URI filenames.
* Added the sqlite3_db_release_memory() interface and the
shrink_memory pragma.
* Added the sqlite3_db_filename() interface.
* Added the sqlite3_stmt_busy() interface.
* Added the sqlite3_uri_boolean() and sqlite3_uri_int64()
interfaces.
* If the argument to PRAGMA cache_size is negative N, that means
to use approximately -1024*N bytes of memory for the page cache
regardless of the page size.
* Enhanced the default memory allocator to make use of _msize()
on windows, malloc_size() on Mac, and malloc_usable_size() on
Linux.
* Enhanced the query planner to support index queries with range
constraints on the rowid.
* Enhanced the query planner flattening logic to allow UNION ALL
compounds to be promoted upwards to replace a simple wrapper
SELECT even if the compounds are joins.
* Enhanced the query planner so that the xfer optimization can be
used with INTEGER PRIMARY KEY ON CONFLICT as long as the
destination table is initially empty.
* Enhanced the windows VFS so that all system calls can be
overridden using the xSetSystemCall interface.
* Updated the "unix-dotfile" VFS to use locking directories with
mkdir() and rmdir() instead of locking files with open() and
unlink().
* Enhancements to the test_quota.c extension to support
stdio-like interfaces with quotas.
* Change the unix VFS to be tolerant of read() system calls that
return less then the full number of requested bytes.
* Change both unix and windows VFSes to report a sector size of
4096 instead of the old default of 512.
* In the TCL Interface, add the -uri option to the "sqlite3" TCL
command used for creating new database connection objects.
* Added the SQLITE_TESTCTRL_EXPLAIN_STMT test-control option with
the SQLITE_ENABLE_TREE_EXPLAIN compile-time option to enable
the command-line shell to display ASCII-art parse trees of SQL
statements that it processes, for debugging and analysis.
* Bug fix: Add an additional xSync when restarting a WAL in order
to prevent an exceedingly unlikely but theoretically possible
database corruption following power-loss. Ticket ff5be73dee.
* Bug fix: Change the VDBE so that all registers are initialized
to Invalid instead of NULL. Ticket 7bbfb7d442
* Bug fix: Fix problems that can result from 32-bit integer
overflow. Ticket ac00f496b7e2
* If a search token (on the right-hand side of the MATCH
operator) in FTS4 begins with "^" then that token must be the
first in its field of the document. ** Potentially Incompatible
Change **
* Added options SQLITE_DBSTATUS_CACHE_HIT and
SQLITE_DBSTATUS_CACHE_MISS to the sqlite3_db_status()
interface.
* Removed support for SQLITE_ENABLE_STAT2, replacing it with the
much more capable SQLITE_ENABLE_STAT3 option.
* Enhancements to the sqlite3_analyzer utility program, including
the --pageinfo and --stats options and support for multiplexed
databases.
* Enhance the sqlite3_data_count() interface so that it can be
used to determine if SQLITE_DONE has been seen on the prepared
statement.
* Added the SQLITE_FCNTL_OVERWRITE file-control by which the
SQLite core indicates to the VFS that the current transaction
will overwrite the entire database file.
* Increase the default lookaside memory allocator allocation size
from 100 to 128 bytes.
* Enhanced the query planner so that it can factor terms in and
out of OR expressions in the WHERE clause in an effort to find
better indices.
* Added the SQLITE_DIRECT_OVERFLOW_READ compile-time option,
causing overflow pages to be read directly from the database
file, bypassing the page cache.
* Remove limits on the magnitude of precision and width value in
the format specifiers of the sqlite3_mprintf() family of string
rendering routines.
* Fix a bug that prevent ALTER TABLE ... RENAME from working on
some virtual tables in a database with a UTF16 encoding.
* Fix a bug in ASCII-to-float conversion that causes slow
performance and incorrect results when converting numbers with
ridiculously large exponents.
* Fix a bug that causes incorrect results in aggregate queries
that use multiple aggregate functions whose arguments contain
complicated expressions that differ only in the case of string
* literals contained within those expressions.
* Fix a bug that prevented the page_count and quick_check pragmas
from working correctly if their names were capitalized.
* Fix a bug that caused VACUUM to fail if the count_changes
pragma was engaged.
* Fix a bug in virtual table implementation that causes a crash
if an FTS4 table is dropped inside a transaction and a
SAVEPOINT occurs afterwards.
++++ libzypp:
- build with gcc-4.7 (bnc#755324)
- version 11.5.0 (5)
++++ lonote:
- Update to version 1.7.9
* contacting author for changelog.
++++ opensuse-manuals_en:
- Update text and image files.
- Re-add apparmor-admin_en obsoletion info.
++++ python3-cairo:
- Fix rpmlint warnings
- Small spec file cleanups
++++ sysvinit:
- Add two patch from upstream
+ Avoid crash for exported environment for processes init spawns
- Fix typo as the script for powerd (bnc#758920)
++++ xsd:
- Update to 3.3.0.1
- Spec cleanup
++++ yast2-core:
- added support for shell like (un)quoting and (un)escaping of values
- 2.23.0
++++ yast2-qt:
- Sort numeric table columns in numeric order
- Version: 2.22.6
------------------------------------------------------------------
------------------ 2012-5-3 - May 3 2012 -------------------
------------------------------------------------------------------
++++ IPython:
- license update: BSD-3-Clause
See http://ipython.org/ipython-doc/dev/about/license_and_copyright.html
++++ armadillo:
- Update to version 3.0.3:
+ Fixes for inplace transpose of complex number matrices
+ Fixes for complex number version of svd_econ()
+ Fixes for potential aliasing issues with submatrix views.
++++ ca-certificates-mozilla:
- update certificates to revision 1.83 (bnc#760503)
* new: EC_ACC.pem
* new: Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
* new: Security_Communication_RootCA2.pem
* removed: TC_TrustCenter_Germany_Class_2_CA.pem
* removed: TC_TrustCenter_Germany_Class_3_CA.pem
* removed: Verisign_Class_1_Public_Primary_Certification_Authority.1.pem
* removed: Verisign_Class_2_Public_Primary_Certification_Authority.pem
* removed: Verisign_Class_4_Public_Primary_Certification_Authority_G2.pem
- license change to MPL-2.0
++++ cpmono_v07-fonts:
- renamed cpmono_v07-font to cpmono_v07-fonts
++++ daps:
Version 1.0.2 (Bugfix Release):
* Important:
- in order to avoid confusion with short options for daps itself
(such as -d for --docconfig and --draft),
the subcommands only support long options now. The following
short options for subcommands are no longer supported:
- c (use --comments)
- d (use --draft)
- f (use --file)
- m (use --meta)
- n (use --name)
- p (use --pretty)
- r (use --remarks)
- s (use --show)
- the only short option that will remain is -h (help)
* Bugfixes:
- added proper help texts for subcommands
- target warn-images did not work
- target missinggraphics did not show all missing images
- daps failed with a useless error message when $MAIN was not
well-formed. The fix produces a useful error message now
- --remarks option did not work with DocBook stylesheets
- paths specified on the command line or the config file had to
be absolute. The fix now allows to also specify relative paths
for all configurable directories and files
- COMMENTS_STR, DRAFT_STR and REMARK_STR were not correctly unset
when one of these modes was not set on the command line but
implied by another mode (e.g. --meta). The result was a wrong
filename
- target webhelp-dir-name was missing
- draft.png was not shown in PDF/HTML draft builds when using the
DocBook Stylesheets
- Due to a variable name mismatch, the --name option did not work
properly
- target showvariable exited with an error if requested variable
was empty
- config options FOP_CONFIG and XEP_CONFIG were not used. The fix
renames them to FOP_CONFIG_FILE and XEP_CONFIG_FILE - these
variables are used in the wrapper scripts
- FOP_WRAPPER and XEP_WRAPPER were not set correctly when
DAPSROOT was set
- disabled Permalink generation for PDFs (this is an HTML-only
feature)
- images were not cerrectly references for target jsp
- the DEF file was not correctly packaged in target locdrop
- fixed webhelp target. Wildcards do not work in classpath
expression, resolved them with $(wildcard $(firstword())
- Warning message "DEF file is missing" was issued for targets
that do not have a --def-file option
- targets package-html and package-pdf failed with an error on
desktop files generation
- target remaininggraphics always returned an empty list
- SVG to SVG conversions generated useless error messages
* Stylesheets:
- removed obsolete stuff for @role=productname,
productnumber, or productnameref
* Documentation:
- Quick Start Guide: Finished
- User Guide: Significant additions, but still work in progress
- Updated README.upgrade_from_susedoc_4.x
++++ deb:
- install missing parts of devscripts
* install man pages installed by debian/manpages
* install symlinks installed by debian/links
++++ debootstrap:
- Prepare for factory submission
* Remove _service and add source file
* Line-wrap description
++++ efont-serif-fonts:
- renamed efont-serif-ttf -> efont-serif-fonts
++++ xfce4-branding-openSUSE:
- remove the launchers from the panel and switch from action
buttons to the actions menu
- mark the global menus as config files, they may be edited by an
administrator and should not be silently overwritten
- use actions menu rather than buttons in the panel
++++ gdouros-musica-fonts:
- renamed musica-fonts -> gdouros-musica-fonts
++++ gimp:
- Update to version 2.8.0:
+ Core: Add gimp's own GimpOperationBrightnessContrast because
GEGL one is different
+ Plug-ins: Fix some GFig rendering issues
+ Source and build system: Depend on Babl 0.1.10, GEGL 0.2.0
and some other new library versions.
++++ libxfce4ui:
- fix license of libxfce4ui-tools (bnc#760492)
++++ glibc:
- Fix dynamic linker name for ARMv5.
++++ glibc:
- Fix dynamic linker name for ARMv5.
++++ kernel-debug:
- Update config/armv7l/omap2plus
- commit db627f7
++++ kernel-default:
- Update config/armv7l/omap2plus
- commit db627f7
++++ kernel-desktop:
- Update config/armv7l/omap2plus
- commit db627f7
++++ kernel-source:
- Update config/armv7l/omap2plus
- commit db627f7
++++ kernel-docs:
- Update config/armv7l/omap2plus
- commit db627f7
++++ kernel-ec2:
- Update config/armv7l/omap2plus
- commit db627f7
++++ kernel-pae:
- Update config/armv7l/omap2plus
- commit db627f7
++++ kernel-syms:
- Update config/armv7l/omap2plus
- commit db627f7
++++ kernel-trace:
- Update config/armv7l/omap2plus
- commit db627f7
++++ kernel-vanilla:
- Update config/armv7l/omap2plus
- commit db627f7
++++ kernel-xen:
- Update config/armv7l/omap2plus
- commit db627f7
++++ kiwi:
- fixed unit test due to the removal of the aufs support
- remove the urlResponse() method and use the timeout function
implemented in LWP::UserAgent properly to resolve URL's
- make sure releaseNetwork() also deconfigures the interface and
configuration. Meaning don't use the -p option as we already
check for root over NFS/AOE/NBD it doesn't make sense anymore
- make sure releaseNetwork() unsets the HOSTNAME as it might
conflict with the later system image network setup
- allow kiwisplitroot_size= which specifies how much
size is reserved for the tmpfs holding the temporary rootfs
data in a split image. Also fixed the calculation of the inode
number for this tmpfs
- removed support for aufs overlay filesystem. The problem is that
no overlay filesystem like aufs, unionfs, deltafs and friends
is accepted by the kernel people. Thus support for them inside
the distribution(s) is hard to maintain and the system barely
works. My hope is that some day there will be the mount --overlay
method implemented in a clean way and supported by the kernel
until then we live with the fuse based approach (clicfs) and
the device mapper snapshot method for the caching
system (bnc #760159)
- unit tests for preference settings
- check only for presence and boolean value
The "additive" attribute is a boolean value, i.e. valid values
are true or false. We should only check for supported values.
The removed check for 0 is possibly an artifact from times
where we alloed 0 to indicate false in the XML.
- fixed hook call with parameters containing spaces (bnc #760331)
++++ lklug-fonts:
- renamed lklug -> lklug-fonts
++++ llvm:
- patch for -rewrite-includes feature
++++ loki_setup:
- update ancient config.sub's
++++ man-pages:
- update to version 3.40
* New and rewritten pages
process_vm_readv.2
New page for process_vm_readv(2) and process_vm_writev(2)
mcheck.3
New man page for mcheck(3) and related functions
Also describes mcheck_check_all(3), mcheck_pedantic(3),
and mprobe(3)
* Newly documented interfaces in existing pages
rcmd.3
Document "_af" variants of these functions
Document rcmd_af(), rresvport_af(), iruserok_af(), ruserok_af().
Also some restructuring and other clarifications.
rexec.3
Document rexec_af()
* New and changed links
iruserok_af.3
rcmd_af.3
rresvport_af.3
ruserok_af.3
New links to rcmd.3
rexec_af.3
New link to rexec.3
* Changes to individual pages
clock_getres.2
Clarify difference between CLOCK_MONOTONIC and CLOCK_MONOTONIC_RAW
Note interactions of these two clocks with discontinuous
adjustments to the system time and NTP/adjtime(2).
fallocate.2
Fix description of ENOSYS and EOPNOTSUP errors
As reported in https://bugzilla.redhat.com/show_bug.cgi?id=680214
fchmodat.2
Improve discussion of difference between wrapper and underlying syscall
gettimeofday.2
gettimeofday() is affected by discontinuous jumps in the system time
Advise reader to use clock_gettime(2), if they need a
monotonically increasing time source.
SEE ALSO: Add clock_gettime(2)
prctl.2
Add PR_TASK_PERF_EVENTS_DISABLE and PR_TASK_PERF_EVENTS_ENABLE
Add some basic documentation of these operations, with a pointer to
tools/perf/design.txt for more information.
Amend details of PR_SET_PDEATHSIG
ptrace.2
Note SPARC deviation with respect to get/set regs
SPARC reverses the use of 'addr' and 'data' for
PTRACE_GETREGS, PTRACE_GETFPREGS, PTRACE_SETREGS,
and PTRACE_SETFPREGS.
send.2
Document EACCES error case for UDP
sigaction.2
Remove mention of raise(3) for SI_USER
For a long time now, glibc's raise(3) didn't yield SI_USER
for the signal receiver, so remove mention of raise(3)
here. The user can deduce the details, if needed, by looking
at the recently updated raise(3) page.
aio_cancel.3
Rewrite RETURN VALUE section to be clearer
aio_init.3
Remove extraneous "POSIX" from NAME section
btree.3
dbopen.3
hash.3
mpool.3
recno.3
Note that glibc no longer provides these interfaces
glibc stopped providing these interfaces with v2.2.
Nowadays, the user that finds these pages probably wants
the libdb API, so note this in the page.
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=337581
fopen.3
BUGS: Note limitation on number of flag characters parsed in 'mode'
Note that 'c' and 'e' flags are ignored for fdopen()
Determined from reading libio/iofdopen.c.
Document ",ccs=string" feature of 'mode' for fopen()/freopen()
getgrnam.3
Fix discussion of _SC_GETGR_R_SIZE_MAX
The value is not meant to be a maximum (as was specified in
SUSv3) but an initial guess at the required size
(as specified in SUSv4).
getpwnam.3
Fix discussion of _SC_GETPW_R_SIZE_MAX
The value is not meant to be a maximum (as was specified in
SUSv3) but an initial guess at the required size
(as specified in SUSv4).
malloc.3
mallopt.3
mtrace.3
SEE ALSO: add mcheck(3)
memchr.3
Clarify description, omitting mention of "strings" and "characters"
The existing text slipped into talking about characters and
strings, which could mislead readers into thing that, for
example, searches for the byte '\0' are treated specially.
Therefore, rewrite in terms of "bytes" and "memory areas".
At the same time, make a few source file clean-ups.
mkstemp.3
Add "mkstemps" and "mkostemps" to NAME line
posix_openpt.3
Add some details on use of the slave pathname
An explicit pointer to ptsname(3) is useful, as is a note
of the fact that the slave device pathname exists only as
long as the master device is held open.
raise.3
Add some notes on underlying system call that is used
rcmd.3
Add some details of the rresvport() 'port' argument
resolver.3
Note that many options are documented in resolv.conf(5)
scandir.3
Improve EXAMPLE source code: s/0/NULL/ in scandir() call
strchr.3
Explain behavior when searching for '\0'
strerror.3
Improve strerror_r() description
POSIX requires that perror() not modify the static storage
returned by strerror(). POSIX 2008 and C99 both require that
strerror() never return NULL (a strerror() that always
returns "" for all inputs is valid for C99, but not for POSIX).
http://sourceware.org/bugzilla/show_bug.cgi?id=12204
documents glibc's change to come into compliance with POSIX
regarding strerror_r() return value. The GNU strerror_r() use
of 'buf' was confusing - I ended up writing a test program that
proves that 'buf' is unused for valid 'errnum', but contains
truncated "unknown message" for out-of-range 'errnum'.
See also http://austingroupbugs.net/view.php?id=382
Correct description of error return for XSI strerror_r()
Note how to use 'errno' to detect errors when calling strerror()
Add an example of the kind of string returned by strerror()
resolv.conf.5
Document "single-request" option
inotify.7
Note buffer size that guarantees being able to read at least one event
Correct description of size of inotify_event structure
iso_8859-1.7
Add "-" for SOFT HYPHEN
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=156154
netdevice.7
Document some SIOC configuration ioctls
This patch adds common but missing SIOC configuration ioctls to
the netdevice.7 manual pages that are not documented anywhere
else. SIOCSIFPFLAGS and SIOCGIFPFLAGS are linux-specific. Flag
values come from Linux 2.6.25 kernel headers for sockios. The
others are standard BSD ioctls that have always been implemented
by Linux and were verified from inspecting netdevice.c kernel
code.
socket.7
Correct description of SO_BROADCAST
tcp.7
lepton
Correct description for TCP_MAXSEG on modern kernel
- obsoletes upstreamed resolv.conf.patch
++++ patterns-openSUSE:
- Cristian Rodríguez (1):
move irqbalance to ENHANCED-BASIS-OPT it serves
no real purpose nowdays on machines without hundred of cpus.
Guido Berhoerster (13):
completely remove non-existent package lightdm-branding-openSUSE
completely remove xfce4-panel-plugin-cddrive and xfce4-panel-plugin-places which are not in Factory
add back thunar-volman-branding-openSUSE
make xfce_basis visible again since this is not a problem with patterns
remove gnome-bluetooth since it requires gnome-control-center (bnc#732689)
adapt to recent packaging changes
xfce-utils has been removed upstream
correct the list of panel plugins
xfce4-panel-plugin-datetime does not need to be installed by default
added xfce4-panel-plugin-xkb since xkb layout switching is useful
install gnome-keyring, it is enabled by default in xfce4-session
clean up comments
add tracker-gui, tracker is already dragged in by default
Stephan Kulow (1):
grub2 is needed now
Commit: 772347e1
++++ pitivi:
- Update to version 0.15.2:
+ Bug fixed for a regression introduced by 0.15.1
+ Updated translations.
++++ postfix:
- update to 2.8.10
* 20120401
Bitrot: shut up useless warnings about Cyrus SASL call-back
function pointer type mis-matches. Files: xsasl/xsasl_cyrus.h,
xsasl/xsasl_cyrus_server.c, xsasl/xsasl_client.c.
* 20120422
Bit-rot: OpenSSL 1.0.1 introduces new protocols. Update the
known TLS protocol list so that protocols can be turned off
selectively to work around implementation bugs. Based on
a patch by Victor Duchovni. Files: proto/TLS_README.html,
proto/postconf.proto, tls/tls.h, tls/tls_misc.c, tls/tls_client.c,
tls/tls_server.c.
- update to 2.8.9
* 20120217
Cleanup: missing #include statement for bugfix code added
20111226. File: local/unknown.c.
* 20120214
Bugfix (introduced: Postfix 2.4): extraneous null assignment
caused core dump when postlog emitted the "usage" message.
Reported by Kant (fnord.hammer). File: postlog/postlog.c.
* 20120202
Bugfix (introduced: Postfix 2.3): the "change header" milter
request could replace the wrong header. A long header name
could match a shorter one, because a length check was done
on the wrong string. Reported by Vladimir Vassiliev. File:
cleanup/cleanup_milter.c.
- use latest VDA patch (2.8.9)
++++ pothana2000-fonts:
- renamed pothana2000 -> pothana2000-fonts
++++ pragha:
- Update to 1.0.2.
* Use totem-pl-parser to open playlists when is available.
+ With this can open internet radios playlist.
+ Supports many more formats.
* Imports playlists when update the library.
* Use libxfce4ui instead of libexo-1 to session management.
* In/Sensitive menus according playback and lastfm status.
* Allow displaying length and progress of remote files.
* Fixed bugs (see NEWS file).
* Updated translations.
- Dropped "optflags", "desktop", "russian" patches (fixed
upstream).
- Updated "pixdir" patch.
++++ python-Pygments:
- Removed files with non-oss license, see bnc#760344
- Cleanups in python 2 and python 3 spec files
++++ python-sympy:
- license update: BSD-3-Clause
Always state the exact version of the license and use SPDX syntax
(http://www.spdx.org/licenses)
++++ roboto-fonts:
- renamed roboto-font -> roboto-fonts
++++ sil-abyssinica-fonts:
- renamed sil-abyssinica -> sil-abyssinica-fonts
++++ sil-padauk-fonts:
- renamed sil-padauk -> sil-padauk-fonts
++++ suse-xsl-stylesheets:
- Version 1.9.6:
- fo: Fixed xref to external target; use article title instead of book title
- fo: Make formal titles float, but don't indent screen (or other objects)
Removed test for xep.extensions and moved float=none and clear=both
attributes to fo/mode-object.title.markup.xsl
(only needed for XEP)
++++ systemd:
- Disable logind-logout.patch: it crashes sudo session (if called
after su -l) (bnc#746704).
++++ terminus-bitmap-fonts:
- renamed terminus-font -> terminus-bitmap-fonts
++++ vm-install:
- bnc#760557 - Error: Two of the virtual disks have conflicting
virtual names or physical devices
++++ xfce4-screenshooter:
- update to version 1.8.1
- adapting the panel plugin to xfce4-panel 4.9+
- add a clipboard CLI option
- panel plugin is now built as a library
- fix crash with some window managers
- fix crash with NULL save path
- install documentation to new location
- add explicit -lm link to LIBADD
- plugin installation location compatible with xfce4-panel 4.9+
- update outdated man page
- rebased xfce4-screenshooter-1.8.0-use-docdir.patch as
xfce4-screenshooter-use-docdir.patch
- added xfce4-screenshooter-fix-plugin-linking.patch in order to
link the plugin module correctly
++++ yast2-devtools:
- updated Makefile.am.common - rebuilds ybc when make package-local
- 2.21.9
++++ yast2-packager:
- pad repository priority with "0" so table sorting works correctly
also in non-POSIX locale (bnc#752768)
- 2.22.3
------------------------------------------------------------------
------------------ 2012-5-2 - May 2 2012 -------------------
------------------------------------------------------------------
++++ GraphicsMagick:
- updated to 1.3.15:
Bug fixes:
* PNG - fixed problem with bit depth when the encoder decides to
write RGBA instead of indexed PNG.
* Fixed some temporary file leaks which were caused by the temporary
file name being automatically extended to include a scene number,
and therefore fail to be deleted.
New Features:
* Added '+noise random' and '-operator noise-random' to 'convert'
and 'mogrify'. This modulates the existing image data with
uniformely random noise.
* Added -strip option in composite, convert, mogrify, and montage to
remove all profiles and text attributes from the image.
* Added -repage option to composite, convert, mogrify, and montage
subcommands to reset or adjust the current image page offsets
based on a provided geometry specification.
* New C function StripImage() to remove all profiles and text
attributes from the image.
* New C function ResetImagePage() to adjust the current image page
canvas and position based on a relative page specification.
* C functions GenerateDifferentialNoise(), AddNoiseImageChannel(),
QuantumOperatorRegionImage(), AddNoiseImage() updated to support
RandomNoise enumeration.
* New C++ Image method strip(), and unary function stripImage() to
remove all profiles and text attributes from the image.
* XCF format now respects image subimage and subrange members so
that returned image layers may be selected.
* The INFO coder (e.g. output file "info:-") now respects the
- format option so that its output may be adjusted identically to
how -format works for 'identify'.
* TclMagick now supports Random noise.
Feature improvements:
* C function ThumbnailImage() now allows the user to override the
filter used, but still defaults to using the box filter.
Behavior Changes:
* No longer add a printf-style scene formatting specification to
filenames which do not have one and no longer automatically
operate in 'adjoin' mode in such cases. If multiple numbered
files are intended to be output, then add +adjoin to the command
line and use an output filename specification similar to
"image-%d.jpg". Output files are now completely specified and
predictable but this may break some existing usages which
anticipate the automatic file numbering.
++++ calligra:
- Recommends kdepim4-runtime instead of Requires
++++ fbi:
- update to 2.09
* fix /usr/share/X11/app-defaults/Ida installation
++++ kdebase3:
- make kdebase3-ksysguard installable in parallel with
kdebase4-worspace-ksysguardd, remove any file conflicts
++++ grub2:
- grub2-automake-1-11-2.patch : fix grub2 build error on newer
autotools (automake >= 1.11.2)
- call ./autogen.sh
++++ hyper-v:
- update insserv part, see comments in OBS submit request #112701
++++ kernel-debug:
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
- commit e0eb735
- omap-usb-host: include .
- commit 4d1394a
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
- commit 3cd703f
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
- commit 30145a4
++++ kernel-default:
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
- commit e0eb735
- omap-usb-host: include .
- commit 4d1394a
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
- commit 3cd703f
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
- commit 30145a4
++++ kernel-desktop:
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
- commit e0eb735
- omap-usb-host: include .
- commit 4d1394a
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
- commit 3cd703f
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
- commit 30145a4
++++ kernel-source:
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
- commit e0eb735
- omap-usb-host: include .
- commit 4d1394a
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
- commit 3cd703f
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
- commit 30145a4
++++ kernel-docs:
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
- commit e0eb735
- omap-usb-host: include .
- commit 4d1394a
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
- commit 3cd703f
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
- commit 30145a4
++++ kernel-ec2:
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
- commit e0eb735
- omap-usb-host: include .
- commit 4d1394a
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
- commit 3cd703f
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
- commit 30145a4
++++ kernel-pae:
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
- commit e0eb735
- omap-usb-host: include .
- commit 4d1394a
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
- commit 3cd703f
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
- commit 30145a4
++++ kernel-syms:
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
- commit e0eb735
- omap-usb-host: include .
- commit 4d1394a
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
- commit 3cd703f
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
- commit 30145a4
++++ kernel-trace:
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
- commit e0eb735
- omap-usb-host: include .
- commit 4d1394a
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
- commit 3cd703f
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
- commit 30145a4
++++ kernel-vanilla:
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
- commit e0eb735
- omap-usb-host: include .
- commit 4d1394a
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
- commit 3cd703f
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
- commit 30145a4
++++ kernel-xen:
- patches.drivers/ehea-modinfo.patch: Updated patch-mainline for submission.
- commit e0eb735
- omap-usb-host: include .
- commit 4d1394a
- rpm/kernel-binary.spec.in: Do not require distribution-release
during build.
- commit 3cd703f
- rpm/kernel-binary.spec.in: Depend on distribution-release, so that
the grub entry has correct title (bnc#757565).
- commit 30145a4
++++ kiwi:
- fixed redundancy in getElementsByTagName ("...") -> get_nodelist();
calls. According to the spec getElementsByTagName already returns
the node list if called in array context.
- added unit test for XML split settings
- fixed naming inconsistency: getSplitTmpExceptions/getSplitTempExceptions
++++ libmsn:
- Update to version 4.2.1
* no upstream changelog available
++++ libmusicbrainz4:
- Update to 4.0.1
Fixed bug LMB-30 - Unable to access all relation lists on objects with multiple relation lists
Fixed bug LMB-31 - mb_relationlist_get_targettype always returns "target-type"
++++ qrupdate:
- license update: GPL-3.0+
No GPL-3.0 (only) code found in package
++++ spice-gtk:
- Fix license to be GPL-2.0+ and LGPL-2.1+ since
spice-client-glib-usb-acl-helper is GPL-2.0+
++++ libstorage:
- 2.22.2
- add code to support resizing of a btrfs volume (bnc#731753)
++++ tulip:
- Fix GCC 4.7 build
++++ mkfontdir:
- Add mkontscale Requires, as mkfontdir is only a wrapper script.
[bnc#759473]
++++ nfs-utils:
- nfsserver.init: remove VERSION_LIST. This is
unnecessary duplication of VERSION_PARAMS
- nfsserver.init: Don't depend on "mount" preserving
unknown options - it doesn't any more. This can
confuse nfsd_unbind_mounts (bnc#754805)
++++ squirrel:
- update to version 3.0.2
+ added sq_gethash API
+ now array.sort() is implemented with heapsort
+ now floats in scientific notation also accept numbers with no '.' (eg. 1e+6 or 1e6)
+ fixed some warning
+ fixed some documentation
+ fixed bug in GC
++++ vm-install:
- bnc#760023 - Can't upgrade an OES 2 (64-bit) XEN Guest Server to
OES 11
++++ yast2-libyui:
- Fixed bnc#753784: YaST help dialogs appear fullscreen
- Version: 2.21.4
++++ yast2-network:
- bnc#750325 - allow apostrophe in ESSID
- 2.23.0
------------------------------------------------------------------
------------------ 2012-5-1 - May 1 2012 -------------------
------------------------------------------------------------------
++++ bluedevil:
- Update to version 1.2.3
* Fix kde#298633 - Crash in kded daemon (ObexFtp module)
* Fix kde#279911 - Crash after receiving a file
* Fix kde#297785 - Not confirmed if it is fixed
* Fix kde#286466 - Be able to pair WiiMotes (needs BlueZ 4.96)
* Fix kde#276911 - Pairing Keyboards with SSPairing (Bluetooth 2.2)
* Fix kde#291708 - Now we show again the small overlay icon
* Updated pin databse for more automatic experience
- Delete unapplied bluedevil-obexsession-iterators.diff
- Refresh typo2.diff
++++ xfce4-branding-openSUSE:
- fix xfcemail and xfce-nomail icons
- rename %{_datadir}/wallpapers/xfce/default.jpg to
%{_datadir}/wallpapers/xfce/default.wallpaper, the default
wallpaper formats may differ and xfdesktop doesn't care about
the filetype extension
++++ git:
- Fix build on SLE_11, seems %files there doesn't support more
than one -f option
++++ kdebase4-workspace:
- remove "obsoletes" and "provides" for kdebase3-ksysguardd as I completely
separated the two and removed the conflict: both KDE3 and KDE4 versions
can be installed in parallel now
++++ kiwi:
- v5.03.3 released
- fixed baseStripUnusedLibs() to be more robust and prepared
for the move of libraries to another location
- don't remove cpio program from initrd, required for custom splash setup
- v5.03.2 released
++++ libbluedevil:
- Update to version 1.9.2
* Fill properties with defaults in case that GetProperties is not valid (kde#288865)
* Print possible errors using qDebug and fix dbus handling
* When BlueZ service is unregistered, remove all adapters
++++ orage:
- recommend sox so /usr/bin/play can be used to play notification
sounds
++++ rapid-photo-downloader:
- update to 0.4.3 For details see ChangeLog :
* ExifTool is now a required dependency for Rapid Photo Downloader.
ExifTool can be used to help download videos on Linux distributions
that have not packaged hachoir-metadata.
* Exiftran is another new dependency. It is used to automatically
rotate JPEG images.
* Fixed bug #704482: Delete photos option should be easily accessible
* Fixed bug #754531: extract Exif.CanonFi.FileNumber metadata
* Fixed bug #695517: Added functionality to download MTS video files.
* Fixed bug #859998: Download THM video thumbnail files
* Fixed bug #594533: Lossless JPEG rotation based on EXIF data after
picture transfer
* Fixed bug #859012: Confirm if really want to download from /home,
/media or /
- Use the original source files
- Follow openSUSE license format
- Include ChangeLog AUTHORS COPYING in the docs
- Use license for the spec itself
++++ rekonq:
- Update to version 0.9.2
* Bugfix release
++++ shorewall:
- Update to 4.5.2.4 For more details see changelog.txt and
releasenotes.txt
* The 'shorewall reset' command now correctly resets the IPv4
packet and byte counters; previously, it was resetting the IPv6
counters.
* The Shorewall installer now modifies the Chains.pm file for
Digest::SHA depencency when $DESTDIR is set, provided that
$BUILD = $HOST. This allows rpm to automatically generate the correct
module dependency.
++++ vegastrike:
- Disable building with Ogre, for more repeatable builds
++++ vtkdata:
- Add Copyright.txt from upstream
++++ xfdesktop:
- rename %{_datadir}/wallpapers/xfce/default.jpg to
%{_datadir}/wallpapers/xfce/default.wallpaper, the default
wallpaper formats may differ and xfdesktop doesn't care about
the filetype extension
------------------------------------------------------------------
------------------ 2012-4-30 - Apr 30 2012 -------------------
------------------------------------------------------------------
++++ IPython:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ MozillaThunderbird:
- update to Thunderbird 12.0.1
* fix regressions
- POP3 filters (bmo#748090)
- Message Body not loaded when using "Fetch Headers Only"
(bmo#748865)
- Received messages contain parts of other messages with
movemail account (bmo#748726)
- New mail notification issue (bmo#748997)
- crash in nsMsgDatabase::MatchDbName (bmo#748432)
++++ bzflag:
- Use system c-ares and glew
- Stop using autoreconf
++++ cacti:
- New version 0.8.8a
- Fixed an rpmlint warning
++++ cacti-spine:
- license update: LGPL-2.1+
Use SPDX format for license strings (http://www.spdx.org/licenses)
- New Version: 0.8.8a
- Add source as bz2
++++ clementine:
- Update to 26/04/2012 git head to fix factory build
- Upstream added clementine-tagreader
++++ xfce4-branding-openSUSE:
- remove ristretto icons and use the new icons provided by
ristretto 0.6.0
++++ kadu:
- Upstream update to 0.12.3, bugfix only:
+ import history plugin fix
+ setting proper description on shutdown
++++ kernel-debug:
- Updated and re-enabled armv7l.
Thanks to Guillaume GARDET
- commit d5a693e
- Update config files.
Add CONFIG options for NFSv4v1 support.
bnc#730444
- commit bd05821
- Update to 3.4-rc5.
- commit e4e6b33
++++ kernel-default:
- Updated and re-enabled armv7l.
Thanks to Guillaume GARDET
- commit d5a693e
- Update config files.
Add CONFIG options for NFSv4v1 support.
bnc#730444
- commit bd05821
- Update to 3.4-rc5.
- commit e4e6b33
++++ kernel-desktop:
- Updated and re-enabled armv7l.
Thanks to Guillaume GARDET
- commit d5a693e
- Update config files.
Add CONFIG options for NFSv4v1 support.
bnc#730444
- commit bd05821
- Update to 3.4-rc5.
- commit e4e6b33
++++ kernel-source:
- Updated and re-enabled armv7l.
Thanks to Guillaume GARDET
- commit d5a693e
- Update config files.
Add CONFIG options for NFSv4v1 support.
bnc#730444
- commit bd05821
- Update to 3.4-rc5.
- commit e4e6b33
++++ kernel-docs:
- Updated and re-enabled armv7l.
Thanks to Guillaume GARDET
- commit d5a693e
- Update config files.
Add CONFIG options for NFSv4v1 support.
bnc#730444
- commit bd05821
- Update to 3.4-rc5.
- commit e4e6b33
++++ kernel-ec2:
- Updated and re-enabled armv7l.
Thanks to Guillaume GARDET
- commit d5a693e
- Update config files.
Add CONFIG options for NFSv4v1 support.
bnc#730444
- commit bd05821
- Update to 3.4-rc5.
- commit e4e6b33
++++ kernel-pae:
- Updated and re-enabled armv7l.
Thanks to Guillaume GARDET
- commit d5a693e
- Update config files.
Add CONFIG options for NFSv4v1 support.
bnc#730444
- commit bd05821
- Update to 3.4-rc5.
- commit e4e6b33
++++ kernel-syms:
- Updated and re-enabled armv7l.
Thanks to Guillaume GARDET
- commit d5a693e
- Update config files.
Add CONFIG options for NFSv4v1 support.
bnc#730444
- commit bd05821
- Update to 3.4-rc5.
- commit e4e6b33
++++ kernel-trace:
- Updated and re-enabled armv7l.
Thanks to Guillaume GARDET
- commit d5a693e
- Update config files.
Add CONFIG options for NFSv4v1 support.
bnc#730444
- commit bd05821
- Update to 3.4-rc5.
- commit e4e6b33
++++ kernel-vanilla:
- Updated and re-enabled armv7l.
Thanks to Guillaume GARDET
- commit d5a693e
- Update config files.
Add CONFIG options for NFSv4v1 support.
bnc#730444
- commit bd05821
- Update to 3.4-rc5.
- commit e4e6b33
++++ kernel-xen:
- Updated and re-enabled armv7l.
Thanks to Guillaume GARDET
- commit d5a693e
- Update config files.
Add CONFIG options for NFSv4v1 support.
bnc#730444
- commit bd05821
- Update to 3.4-rc5.
- commit e4e6b33
++++ libmemcached:
- Update to 1.0.7
* Add API call for exist calls.
* Update all license files to be BSD bnc#757326
++++ llvm:
- Update to svn revision 155819 from 3.1 branch
* C++11 fixes
++++ mkinitrd:
- Add Logitech Unifying devices to initrd (bnc#741451).
- support cp, mount, umount, and dmesg in usr tree
++++ mono-kde4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ obexd:
- with_phonebook=dummy instead of ebook.
* to avoid evolution-data-server dependencies.
* more friendly to non-Gnome desktop environments.
* http://lists.opensuse.org/opensuse-packaging/2012-04/msg00023.html
++++ octave:
- license update: GPL-3.0+
See COPYING - octave is GPL-3.0+ licensed, not GPL-2.0+
++++ opensuse-manuals_en:
- Fix integration with KDE
- Single out PDF as a build switch
- Remove apparmor-admin_en obsoletion info (wrong version)
++++ perl-AnyEvent-I3:
- license update: Artistic-1.0 or GPL-1.0+
See README
++++ python-Jinja2:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ python-Pygments:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ python-SQLAlchemy:
- Update to 0.7.6
* orm
- [bug] Fixed event registration bug
which would primarily show up as
events not being registered with
sessionmaker() instances created
after the event was associated
with the Session class. [ticket:2424]
- [bug] Fixed bug whereby a primaryjoin
condition with a "literal" in it would
raise an error on compile with certain
kinds of deeply nested expressions
which also needed to render the same
bound parameter name more than once.
[ticket:2425]
- [feature] Added "no_autoflush" context
manager to Session, used with with:
will temporarily disable autoflush.
- [feature] Added cte() method to Query,
invokes common table expression support
from the Core (see below). [ticket:1859]
- [bug] Removed the check for number of
rows affected when doing a multi-delete
against mapped objects. If an ON DELETE
CASCADE exists between two rows, we can't
get an accurate rowcount from the DBAPI;
this particular count is not supported
on most DBAPIs in any case, MySQLdb
is the notable case where it is.
[ticket:2403]
- [bug] Fixed bug whereby objects using
attribute_mapped_collection or
column_mapped_collection could not be
pickled. [ticket:2409]
- [bug] Fixed bug whereby MappedCollection
would not get the appropriate collection
instrumentation if it were only used
in a custom subclass that used
@collection.internally_instrumented.
[ticket:2406]
- [bug] Fixed bug whereby SQL adaption mechanics
would fail in a very nested scenario involving
joined-inheritance, joinedload(), limit(), and a
derived function in the columns clause.
[ticket:2419]
- [bug] Fixed the repr() for CascadeOptions to
include refresh-expire. Also reworked
CascadeOptions to be a .
[ticket:2417]
- [feature] Added the ability to query for
Table-bound column names when using
query(sometable).filter_by(colname=value).
[ticket:2400]
- [bug] Improved the "declarative reflection"
example to support single-table inheritance,
multiple calls to prepare(), tables that
are present in alternate schemas,
establishing only a subset of classes
as reflected.
- [bug] Scaled back the test applied within
flush() to check for UPDATE against partially
NULL PK within one table to only actually
happen if there's really an UPDATE to occur.
[ticket:2390]
- [bug] Fixed bug whereby if a method name
conflicted with a column name, a
TypeError would be raised when the mapper
tried to inspect the __get__() method
on the method object. [ticket:2352]
* sql
- [bug] Fixed memory leak in core which would
occur when C extensions were used with
particular types of result fetches,
in particular when orm query.count()
were called. [ticket:2427]
- [bug] Fixed issue whereby attribute-based
column access on a row would raise
AttributeError with non-C version,
NoSuchColumnError with C version. Now
raises AttributeError in both cases.
[ticket:2398]
- [feature] Added support for SQL standard
common table expressions (CTE), allowing
SELECT objects as the CTE source (DML
not yet supported). This is invoked via
the cte() method on any select() construct.
[ticket:1859]
- [bug] Added support for using the .key
of a Column as a string identifier in a
result set row. The .key is currently
listed as an "alternate" name for a column,
and is superseded by the name of a column
which has that key value as its regular name.
For the next major release
of SQLAlchemy we may reverse this precedence
so that .key takes precedence, but this
is not decided on yet. [ticket:2392]
- [bug] A warning is emitted when a not-present
column is stated in the values() clause
of an insert() or update() construct.
Will move to an exception in 0.8.
[ticket:2413]
- [bug] A significant change to how labeling
is applied to columns in SELECT statements
allows "truncated" labels, that is label names
that are generated in Python which exceed
the maximum identifier length (note this is
configurable via label_length on create_engine()),
to be properly referenced when rendered inside
of a subquery, as well as to be present
in a result set row using their original
in-Python names. [ticket:2396]
- [bug] Fixed bug in new "autoload_replace" flag
which would fail to preserve the primary
key constraint of the reflected table.
[ticket:2402]
- [bug] Index will raise when arguments passed
cannot be interpreted as columns or expressions.
Will warn when Index is created
with no columns at all. [ticket:2380]
* engine
- [feature] Added "no_parameters=True" execution
option for connections. If no parameters
are present, will pass the statement
as cursor.execute(statement), thereby invoking
the DBAPIs behavior when no parameter collection
is present; for psycopg2 and mysql-python, this
means not interpreting % signs in the string.
This only occurs with this option, and not
just if the param list is blank, as otherwise
this would produce inconsistent behavior
of SQL expressions that normally escape percent
signs (and while compiling, can't know ahead of
time if parameters will be present in
some cases). [ticket:2407]
- [bug] Added execution_options() call to
MockConnection (i.e., that used with
strategy="mock") which acts as a pass through
for arguments.
- [feature] Added pool_reset_on_return argument
to create_engine, allows control over
"connection return" behavior. Also added
new arguments 'rollback', 'commit', None
to pool.reset_on_return to allow more control
over connection return activity. [ticket:2378]
- [feature] Added some decent context managers
to Engine, Connection:
with engine.begin() as conn:
and:
with engine.connect() as conn:
Both close out the connection when done,
commit or rollback transaction with errors
on engine.begin().
* sqlite
- [bug] Fixed bug in C extensions whereby
string format would not be applied to a
Numeric value returned as integer; this
affected primarily SQLite which does
not maintain numeric scale settings.
[ticket:2432]
* mssql
- [feature] Added support for MSSQL INSERT,
UPDATE, and DELETE table hints, using
new with_hint() method on UpdateBase.
[ticket:2430]
* mysql
- [feature] Added support for MySQL index and
primary key constraint types
(i.e. USING) via new mysql_using parameter
to Index and PrimaryKeyConstraint,
courtesy Diana Clarke. [ticket:2386]
- [feature] Added support for the "isolation_level"
parameter to all MySQL dialects. Thanks
to mu_mind for the patch here. [ticket:2394]
* oracle
- [feature] Added a new create_engine() flag
coerce_to_decimal=False, disables the precision
numeric handling which can add lots of overhead
by converting all numeric values to
Decimal. [ticket:2399]
- [bug] Added missing compilation support for
LONG [ticket:2401]
- [bug] Added 'LEVEL' to the list of reserved
words for Oracle. [ticket:2435]
* examples
- [bug] Altered _params_from_query() function
in Beaker example to pull bindparams from the
fully compiled statement, as a quick means
to get everything including subqueries in the
columns clause, etc.
++++ python-docutils:
- license update: Python-2.0 and BSD-2-Clause and GPL-2.0+ and GPL-3.0+ and
SUSE-Public-Domain
tools/editors/emacs/rst.el is GPL-3.0+ - see also COPYING file
++++ python-pip:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ python-pyenchant:
- Add python 3 package
- Clean up python 2 spec file
++++ python-pylint:
- Cleaned up spec file formatting
- Added python 3 package
++++ python-pysvn:
- license update: Apache-1.1
See LICENSE.txt (most of the package is in fact BSD-3-Clause licensed"
++++ python-tornado:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ python3-IPython:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ python3-Jinja2:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ python3-logilab-astng:
- Removed tests for unsupported openSUSE versions
++++ python3-logilab-common:
- Removed tests for unsupported openSUSE versions
++++ python3-numpy:
- Removed tests for unsupported openSUSE versions
++++ python3-pip:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ python3-pyenchant:
- Add python 3 package
- Clean up python 2 spec file
++++ python3-pylint:
- Cleaned up spec file formatting
- Added python 3 package
- license update: Apache-1.1
See LICENSE.txt (most of the package is in fact BSD-3-Clause licensed"
++++ roundcubemail:
- enable Roundcube access from everywhere by default after
installation
- ship *.dist configuration files
++++ seamonkey:
- update to Seamonkey 2.9.1
* fix regressions
- POP3 filters (bmo#748090)
- Message Body not loaded when using "Fetch Headers Only"
(bmo#748865)
- Received messages contain parts of other messages with
movemail account (bmo#748726)
- New mail notification issue (bmo#748997)
- crash in nsMsgDatabase::MatchDbName (bmo#748432)
++++ swig:
- Update to 2.0.6
* Various fixes with templates and typedef types.
* Some template lookup problems fixed.
* Templated type fixes to use correct typemaps.
* Autodoc documentation generation improvements.
* Python STL container wrappers improvements including addition of
stepped slicing.
* Approximately 70 fixes and minor enhancements for the following
target languages: AllegroCL, C#, D, Go, Java, Lua, Ocaml, Octave,
Perl, PHP, Python, R, Ruby, Tcl, Xml.
++++ trader:
- Updated the variable rpm_release_num to 3
- More tweaking just for the very pedantic "osc ci"
- Updated the variable rpm_release_num to 2
- Added missing %changelog section to RPM spec file
- Changed some RPM spec fields to match what "osc ci" requires
- Made the RPM spec file more specific for OpenSUSE by removing
Fedoraisms.
++++ xf86-video-sis:
- license update: BSD-3-Clause and MIT
See COPYING
++++ xfce4-panel-plugin-battery:
- update to version 1.0.2
- change icon depending on charge level/ac status
- install icons from xfpm
- add AC color state and allow user-configurable colors
- make the progressbar optional
- improve battery removal detection
- rework configuration dialog to use tabs
- only display time if it's valid
++++ yast2-gtk:
- Fix for bnc #722053 by Michael Meeks
- 2.22.5
++++ yast2-lxc:
- updated help texts
- cleaned debugging code, added comments
- 2.22.1
------------------------------------------------------------------
------------------ 2012-4-29 - Apr 29 2012 -------------------
------------------------------------------------------------------
++++ kdepim4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdetoys4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ analitza:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ ark:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ armadillo:
- Update to version 3.0.2:
+ Fixes for handling diagonal matrices
+ Fixes for compilation errors
+ Fixes for potential aliasing issues.
++++ blinken:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdegames4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ cantor:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdesdk4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ chromium:
- Update to 20.0.1123.0
++++ dnsmasq:
- update to 2.61:
* add ra-names, ra-stateless and slaac keywords for DHCPv6: dnsmasq can now
synthesise AAAA records for dual-stack hosts which get IPv6 addresses via
SLAAC; it is also now possible to use SLAAC and stateless DHCPv6, and to
tell clients to use SLAAC addresses as well as DHCP ones
* add --dhcp-duid to allow DUID-EN uids to be used
* explicity send DHCPv6 replies to the correct port, instead of relying on
clients to send requests with the correct source address, since at least
one client in the wild gets this wrong
* send a preference value of 255 in DHCPv6 replies when --dhcp-authoritative
is in effect: his tells clients not to wait around for other DHCP servers
* better logging of DHCPv6 options
* add --host-record
* invoke the DHCP script with action "tftp" when a TFTP file transfer
completes: the size of the file, address to which it was sent and complete
pathname are supplied; note that version 2.60 introduced some script
incompatibilties associated with DHCPv6, and this is a further change; to
be safe, scripts should ignore unknown actions, and if not IPv6-aware,
should exit if the environment variable DNSMASQ_IAID is set; the use-case
for this is to track netboot/install
* update contrib/port-forward/dnsmasq-portforward to reflect the above
* set the environment variable DNSMASQ_LOG_DHCP when running the script id
- -log-dhcp is in effect, so that script can taylor their logging verbosity
* arrange that addresses specified with --listen-address work even if there
is no interface carrying the address; this is chiefly useful for IPv4
loopback addresses, where any address in 127.0.0.0/8 is a valid loopback
address, but normally only 127.0.0.1 appears on the lo interface
* fix crash, introduced in 2.60, when a DHCPINFORM is received from a network
which has no valid dhcp-range
* add a new DHCP lease time keyword, "deprecated" for --dhcp-range: this is
only valid for IPv6, and sets the preffered lease time for both DHCP and RA
to zero; the effect is that clients can continue to use the address for
existing connections, but new connections will use other addresses, if they
exist; this makes hitless renumbering at least possible
* fix bug in address6_available() which caused DHCPv6 lease aquistion to fail
if more than one dhcp-range in use
* provide RDNSS and DNSSL data in router advertisements, using the settings
provided for DHCP options option6:domain-search and option6:dns-server
* don't cache data from non-recursive nameservers, since it may erroneously
look like a valid CNAME to a non-exitant name
* call SO_BINDTODEVICE on the DHCP socket(s) when doing DHCP on exacly one
interface and --bind-interfaces is set; this makes the OpenStack use-case
of one dnsmasq per virtual interface work
* give correct from-cache answers to explict CNAME queries
* add --tftp-lowercase option
* ensure that the DBus DhcpLeaseUpdated events are generated when a lease
goes through INIT_REBOOT state, even if the dhcp-script is not in use
++++ kdebase4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdemultimedia4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ xfce4-branding-openSUSE:
- added depenency of libgarcon-branding-openSUSE on
libxfce4ui-tools snce the menu references xfce4-about.desktop
++++ exo:
- update to version 0.8.0
- rename "Novell Evolution" to "Evolution"
- add Iceweasel helper
- translation updates
++++ filelight:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ freerdp:
- added freerdp-fix-incorrect-numlock-state.patch which fixes
incorrect num lock state when connecting
(https://github.com/FreeRDP/FreeRDP/pull/564)
++++ gigolo:
- added dependency on xdg-utils since xdg-open is used
- require gvfs, gigolo does not make much sense without it
++++ libxfce4ui:
- update to version 4.10.0
- update contributor credits
- enable startup notification in xfce4-appfinder shortcuts
- translation updates
- make libxfce4ui-1-0 depend on exo-tools, it uses exo-open
++++ libxfcegui4:
- update to version 4.10.0
- fix link against libm
- use exo-open in xfce_exec
- translation updates
- dropped obsolete libxfcegui4-use-exo-open.patch
- make libxfcegui4-4 depend on exo-tools, it uses exo-open for
opening URLs in the about dialog and in xfce_exec
++++ gthumb:
- Update to version 3.0.0:
+ Metadata category names WON'T show translated strings
(bgo#674033)
+ Selections: fixed keyboard shortcuts for some keyboard layouts.
(bgo#673872)
+ Fixed compilation without libjpeg.
+ Ignore extensions with a different API version.
+ Fixed file navigation with the mouse wheel with Gtk+ 3.4.0 or
greater.
+ Fixed possible crash when changing location.
+ Updated translations.
++++ gwenview:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ jovie:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kaccessible:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kactivities4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kalgebra:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kalzium:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kanagram:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kate:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kbruch:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kcalc:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kcharselect:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kcolorchooser:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdeadmin4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kde4-filesystem:
- bump version requirements to 4.8.3
++++ kdebase4-workspace:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kde4-l10n:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kde4-printer-applet:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdeartwork4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdebase4-runtime:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdebase4-wallpapers:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdebindings-smokegen:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdegraphics-strigi-analyzer:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdegraphics-thumbnailers:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdelibs3:
- fix a dcop header for gcc-4.7 so that other packages not to fail
when built against it
++++ kdelibs4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdelibs4-apidocs:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdenetwork4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdepim4-runtime:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdepimlibs4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdf:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdewebdev4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kfloppy:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kgamma:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kgeography:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kgpg:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ khangman:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kig:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kamera:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kiten:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ klettres:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kmousetool:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kmouth:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kmplot:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kolourpaint:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ konsole:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kremotecontrol:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kross-interpreters:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kruler:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ ksaneplugin:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ ksnapshot:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kstars:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ ktimer:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ ktouch:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kturtle:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kwalletmanager:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kwordquiz:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ libgarcon:
- update to version 0.2.0
- updates for xfce4-run.desktop
- remove xfhelp4.desktop from the menu
- add debugging for file monitoring and reloading
- reduce signal emission on delete events
- translation updates
- make libgarcon-1-0 depend on exo-tools, it uses exo-open for
Type=Link items
- make libgarcon-branding-upstream depend on libxfce4ui-tools since
the included menu references xfce4-about.desktop
++++ libkdcraw:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ libkdeedu4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ libkexiv2:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ libkipi:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ libksane:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ marble:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ mono-qt4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ rocs:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdebindings-smokekde:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ kdebindings-smokeqt:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ spice-gtk:
- Update to version 0.12:
+ Fix memory leak when guest is resized
+ Fix color-depth setting
+ Hide/Show cursor correctly when needed
+ Fix blue-tinted video with old Spice servers
+ Correct scroll-event not received with recent Gtk+
+ Fix various migrations issues
+ Allow to disable CELT encoding at runtime with
SPICE_DISABLE_CELT
+ Various crash fixes (on pubkey, recording, clipboard)
+ Build changes (common submodule) and fixes
++++ thunar:
- update to version 1.4.0
- add a 64x64 and 128x128 icon for Thunar
- move away from the hard-coded size of window icons
- link against gmodule
- don't use deprecated g_format_size_for_display
- don't use g_atexit anymore
- use mount operations with eject and unmount
- unref mount operation from sendto menu
- translation updates
- depend on exo-tools, thunar uses exo-desktop-item-edit, exo-open
- renamed thunar-fix-terminal-icon-name.patch to
thunar-use-xdg-icon-spec-icons.patch and replace xfce-filemanager
which is provided by libxfcegui4 with system-file-manager
++++ tumbler:
- update to version 0.1.25
- remove some unused m4 macros
- add or fix missing licenses
- translation updates
++++ xfce4-panel:
- update to version 4.10.0
- use correct LGPL licenses in the libs
- restore child properties when moving a plugin
- migrate: use correct pointer for action migrate
- migrate: don't try to migrate already migrated plugin
- translation updates
- add dependency on exo-tools since it uses exo-open to launch
applications in a terminal
++++ libxfce4util:
- update to version 4.10.0
- translation updates
++++ xfconf:
- update to version 4.10.0
- don't emit property-changed on canceled calls
- accept NULL as a string value
- check abicheck.sh to be more portable
- fix more deprecated g_value_set_char
- explicitly link against gthread
- drop deprecated g_mapped_file_free
- translation updates
++++ xfce4-session:
- update to version 4.10.0
- remove remaining code to shutdown gconf
- skip gpg/ssh-agent if GNOME compat is enabled and gnome-keyring
found
- replace mkdirhier with mkdir
- translation updates
++++ mathomatic:
- Updated to Mathomatic version 15.8.3
- Added matho_clear(3) man page.
- All other changes are listed at http://mathomatic.org/NEWS
++++ meld:
- Update to version 1.6.0:
+ Fix cursor location handling when our tree models change.
+ Updated translations.
++++ mobipocket:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ okular:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ oxygen-icon-theme:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ parley:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ perl-kde4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ perl-qt4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ plasma-addons:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ python-kde4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ python-kdebase4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ virtualbox:
- use workaround for issue with kmk_sed and gcc4.7 http://svn.netlabs.org/kbuild/ticket/112,
which breaks build, instead of kmk_sed use /usr/bin/sed
++++ ristretto:
- update to version 0.6.0
- online documentation on http://docs.xfce.org/
- the option to limit the maximum image-quality to the screen
dimensions (to improve memory-usage and performance) - this
was the default behaviour for 0.3, now ristretto renders at
full quality with this option disabled
- only one toolbar, instead of two
- a quick-launch button on the toolbar to execute an editor
- the option to pick a default-editor per mime-type
- an optional clock that shows up when ristretto is fullscreen
- ristretto now shows a 'Loading..' message in the statusbar, to
indicate when it is busy
- progressive loading of directories, prevent lockup of the UI
- added ristretto-fix-icon-installation.patch which fixes a typo
causing the 128x128 icon to be installed into 48x48
++++ ruby-kde4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ ruby-qt4:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ step:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ superkaramba:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ sweeper:
- update to 4.8.3
* see http://kde.org/announcements/changelogs/changelog4_8_2to4_8_3.php for details
++++ texworks:
- Update to version 0.4.4:
+ Fix crash caused by Qt when adding lines at the beginning of a
document
+ Fix search/replace for multi-line strings
+ Work around layout issues which cause lines to disappear
+ Fix building with BSD make
+ Fix block selection of last paragraph
+ Fix overwrite of "Find all occurrences" option
+ Improve "Unable to execute..." error dialog
+ Rename "Show/Hide Output Panel" to "Show/Hide Console Output"
in the menu and the preferences dialog
+ Remove subject and add instructions to body of the "email to
mailinglist"
+ Bring the window running TeX to the top at the beginning of
typesetting to ensure that the console output is visible
+ Allow symlinks and display only folders in "path for programs"
in the preferences dialog
+ Add "Clear Recent Files" to "Open Recent" menu
+ Add an autocompletion entry to the preferences dialog
+ Add Lua(La)TeX to the default tools (and drop LaTeXmk by
default)
+ Add an option to open log files
+ Add CMake support (experimental)
+ Update SyncTeX to version 1.17
+ Update URLs to http://www.tug.org/texworks/
+ Some enhancements to functions available to scripting
+ Avoid showing an empty message box for script results
+ Resolve symlinks when looking for scripts
+ Expose the scripts' titles, authors, filenames, etc. to
scripting
+ Update/improve scripts: open pdf in default viewer, derive
spellchecking language from babel package, log parser.
++++ thunar-volman:
- update to version 0.8.0
- translation updates
++++ xfce4-appfinder:
- update to version 4.10.0
- add a valid category to xfce4-run.desktop
- fix property-changed matching
- avoid a single category if the root menu has a directory
- avoid segfault when right-clicking a custom command
- only focus view if an item is selected on entry active
- try to spawn a custom command in expanded view as well
- translation updates
- depend on exo-tools since it uses exo-open
++++ xfce4-dev-tools:
- update to version 4.10.0
- bump glib dependency to 2.24
++++ xfce4-dict:
- add dependency on xdg-utils since xdg-open is used
++++ xfce4-panel-plugin-battery:
- add dependency on exo-tools since exo-open is used
++++ xfce4-power-manager:
- update to version 1.2.0
- fix compilation without dpms
- fix incorrect dialog message and error
- plug memory leak
- use valid printf string
- translation updates
++++ xfce4-panel-plugin-clipman:
- add dependency on exo-tools since exo-open is used
++++ xfce4-panel-plugin-cpugraph:
- update to version 1.0.2
- ported to libxfce4ui
- fixed buffer overflow
- fixes plugin losing associated command value
- build the plugin as a module
- adapt to panel 4.9 api
- removed obsolete
xfce4-panel-plugin-cpugraph-1.0.1-fix-buffer-overflow.patch
++++ xfce4-panel-plugin-datetime:
- add dependency on exo-tools since exo-open is used
++++ xfce4-panel-plugin-diskperf:
- update to version 2.5.2
- gracefully handle device that are not present and show
statistics only when the device is plugged
++++ xfce4-panel-plugin-fsguard:
- add dependency on exo-tools since exo-open is used
++++ xfce4-panel-plugin-notes:
- add dependency on exo-tools since exo-open is used
++++ xfce4-panel-plugin-verve:
- add dependency on exo-tools since exo-open is used
++++ xfce4-panel-plugin-weather:
- add dependency on exo-tools since exo-open is used
++++ xfce4-settings:
- update to version 4.10.0
- use the more generic application-x-executable icon for MIME
editor
- Xsettings: fix an alignment problem seen on PPC
- translation updates
++++ xfce4-taskmanager:
- add dependency on exo-tools since exo-open is used
++++ xfdesktop:
- update to version 4.10.0
- use the correct default value for the 'show thumbnails'
checkbox
- remove deprecated glib/gio functions
- translation updates
- added dependency on exo-tools since it uses exo-desktop-item-edit
++++ xfwm4:
- update to version 4.10.0
- translation updates
++++ xfwm4-themes:
- update to version 4.10.0
- move a few old themes to xfwm4-themes
++++ zypper:
- Update zypper-po.tar.bz2
------------------------------------------------------------------
------------------ 2012-4-28 - Apr 28 2012 -------------------
------------------------------------------------------------------
++++ IPython:
- added python-tornado Requires for ipython notebook mode
++++ calibre:
- update to 0.8.48
- Features
* Experimental support for generating Amazon's new KF8 format MOBI files
* Upgrade to using cssutils 0.9.9 for CSS parsing. Improved speed and
robustness.
* Show cover size in a tooltip in the conversion dialog
* Driver for Nook Simple Touch with Glow Light
- Bugfixes
* Heuristics: When italicizing words do not operate on words not in
between HTML tags.
* Fix (I hope) the bulk metadata download process crashing for some
people on OS X when clicking the Yes button to apply the updates.
* Fix tooltip not being updated in the book details panel when pasting
in a new cover
* Cover Browser: Wrap the title on space only, not in between words.
* Edit metadata dialog: If a permission denied error occurs when
clicking the next or prev buttons, stay on the current book.
* Fix heuristics not removing unnecessary hyphens from the end of lines.
++++ darktable:
- Update to release 1.0.3
+ Usability improvements:
* Filmstrip centers on selected image
+ Behavioral changes:
* Improved (hierarchical) tag export for flickr and friends
+ Camera support:
* Improved Sony NEX-7 support
* Initial camera support for Nikon D800 and Sony SLT-A57
* White balance updates for Canon EOS Rebel T3, Olympus E-5 & Nikon
D800
+ Various:
* New subtle denoise preset for equalizer
* Various build fixes
* Numerous other fixes
++++ debootstrap:
- update to 1.0.40
++++ gtk-xfce-engine:
- update to version 3.0.0
- added px for border sizes
- corrected DETAIL names
- use the correct colors for options and checks
- more consistent extension rendering
- corrected class matching and alignments
- require Gtk 3.2
- tuned default theme for Gtk 3.2
- added Gtk 3.4 support to the engine
- default themes don't support Gtk+-3.4
++++ i3:
- updated version to 4.2
- added icon for i3 in /usr/share/pixmaps/
- added a patch to prevent the desktop file error
ERROR: No sufficient Category definition: /home/abuild/rpmbuild/BUILDROOT/i3-4.2-0.x86_64//usr/share/applications/i3.desktop
++++ kdegraphics3:
- build without fpermissive
++++ plymouth:
- Reduce the number of fonts that are included in the initrd. Also
let mkinitrd sort out the dependencies for the required libs.
- Use the same font as that grub2 is currently using for it's
graphics mode.
++++ perl-CPANPLUS:
- update to 0.9128; cumulated changes from 0.9120:
* silenced annoying warnings related to older perls and the progress
indicators
* speed enhancements to module indexing
* save the history between invocations of the shell
* added support for adding blib/script to PATH
* don't spawn a process to check whether perl version prereqs are satisfied
* resolved a regression with dev '_' version numbers since 0.9109
++++ perl-DBD-mysql:
- update to 4.021:
* fix to enable PERL_NO_GET_CONTEXT to spee up DBD on thread Perls
* fix to is_prefix not being exported by mysql
* eliminate DBIS usage
* enhanced/fixed server side prepared statement checks
* fix missprint in doc of DBD::mysql of mysql_bind_type_guessing
* misprint in lib/DBD/mysql.pm
++++ python-pycurl:
- added python3 package
- spec file slighly cleaned (old buildroot macro replaced)
++++ python-tornado:
- added python3 package
++++ virtualbox:
- update to virtualbox 4.1.14 (This is a maintenance release):
* Network: fixed the problem with packets larger than MTU-4 when PCnet or PRO/1000 was bridged to certain types of adapters on OS X hosts (bug #3783)
* NAT: fixed a segfault under rare circumstances
* 3D Support: fixed Windows WDDM video driver crash for SMP guests (bugs #10200, #10331)
* Windows Guest Additions, VRDP: fixed occasional text corruption (bug #3001)
++++ python3-IPython:
- added python3-tornado Requires for ipython3 notebook mode
- fixed runtime Requires python3-xml and python3-distribute
++++ python3-pycurl:
- python3 package created
- added python3 patch from upstream bugtracker
++++ ristretto:
- update to version 0.3.7
- reset adjustment-limits on closing the image (hide scrollbars)
- remove call to gtk_message_dialog_get_message_area (> gtk 2.20)
- improve rendering performance when closing a file
++++ suspend:
- fix build by creating /etc in DESTDIR before "make install"
------------------------------------------------------------------
------------------ 2012-4-27 - Apr 27 2012 -------------------
------------------------------------------------------------------
++++ IPython:
- Update to 0.12.1
Bugfixes
- Comment out non-existant wxpython-related python 3 packages
- Change python 3 binary names so they don't conflict with the
python 2 ones
- Fix removal of hidden git info in python3 package
- Small python 2 package spec file cleanups
- added build dependency python3-2to3
without it files just not converted silently
++++ MozillaThunderbird:
- fixed build with gcc 4.7
++++ WindowMaker-applets:
- wmgmon and wmmail use proplist-compat.h there for disabled
as they need to be fixed. Probably need quite a lof of rewriting
proplist-compat.h has been removed from windowmaker 0.95.2
See: http://lists.windowmaker.org/dev/msg02649.html
++++ cal10n:
- format spec for Factory
++++ chromium:
- Update to 20.0.1119.0
Fixes
- Adjust spec-file to include two new resource files that are
required for the UI. (bnc#759381)
++++ coreutils:
- Make stdbuf binary find libstdbuf.so by looking in the right
path (bnc#741241).
++++ emacs:
- Add version number to provide/obsolete.
- provide/obsolete nxml-mode; now part of emacs.
++++ xfce4-branding-openSUSE:
- remove dependency of libgarcon-branding-openSUSE on
libgarcon-data
- remove dependency of xfce4-panel-branding-openSUSE on exo-tools
- added xfce-schedule icon
- bump version to 4.10
++++ exo:
- make the library package recommend exo-tools
++++ gdouros-musica-fonts:
- SUSE-Permissive license
++++ ghostscript:
- BuildRequires dbus-1-devel for "configure --enable-dbus"
to have colord support in gstoraster (see the entry regarding
"color management daemon" in doc/History9.htm).
++++ libxfcegui4:
- add unversioned dependency of libxfcegui4-4 on libxfcegui4-data
++++ irqd:
- Fix for ARM va_list NULL is not allowed.
Work around via va_list ap creation, so an empty va_list is created.
++++ javassist:
- format spec file for Factory
++++ kdepim3:
- add a patch for IMAP from Pardus
- merge three patches into one
++++ kernel-debug:
- Disabled more Moorestown/Medfield drivers.
Specific options disabled:
I2C_INTEL_MID
CONFIG_SFI
MTD_NAND_DENALI
SERIAL_MRST_MAX3110
DRM_GMA600
SPI_DW_MID_DMA
APDS9802ALS
- commit 9a9ecdf
++++ kernel-default:
- Disabled more Moorestown/Medfield drivers.
Specific options disabled:
I2C_INTEL_MID
CONFIG_SFI
MTD_NAND_DENALI
SERIAL_MRST_MAX3110
DRM_GMA600
SPI_DW_MID_DMA
APDS9802ALS
- commit 9a9ecdf
++++ kernel-desktop:
- Disabled more Moorestown/Medfield drivers.
Specific options disabled:
I2C_INTEL_MID
CONFIG_SFI
MTD_NAND_DENALI
SERIAL_MRST_MAX3110
DRM_GMA600
SPI_DW_MID_DMA
APDS9802ALS
- commit 9a9ecdf
++++ kernel-source:
- Disabled more Moorestown/Medfield drivers.
Specific options disabled:
I2C_INTEL_MID
CONFIG_SFI
MTD_NAND_DENALI
SERIAL_MRST_MAX3110
DRM_GMA600
SPI_DW_MID_DMA
APDS9802ALS
- commit 9a9ecdf
++++ kernel-docs:
- Disabled more Moorestown/Medfield drivers.
Specific options disabled:
I2C_INTEL_MID
CONFIG_SFI
MTD_NAND_DENALI
SERIAL_MRST_MAX3110
DRM_GMA600
SPI_DW_MID_DMA
APDS9802ALS
- commit 9a9ecdf
++++ kernel-ec2:
- Disabled more Moorestown/Medfield drivers.
Specific options disabled:
I2C_INTEL_MID
CONFIG_SFI
MTD_NAND_DENALI
SERIAL_MRST_MAX3110
DRM_GMA600
SPI_DW_MID_DMA
APDS9802ALS
- commit 9a9ecdf
++++ kernel-pae:
- Disabled more Moorestown/Medfield drivers.
Specific options disabled:
I2C_INTEL_MID
CONFIG_SFI
MTD_NAND_DENALI
SERIAL_MRST_MAX3110
DRM_GMA600
SPI_DW_MID_DMA
APDS9802ALS
- commit 9a9ecdf
++++ kernel-syms:
- Disabled more Moorestown/Medfield drivers.
Specific options disabled:
I2C_INTEL_MID
CONFIG_SFI
MTD_NAND_DENALI
SERIAL_MRST_MAX3110
DRM_GMA600
SPI_DW_MID_DMA
APDS9802ALS
- commit 9a9ecdf
++++ kernel-trace:
- Disabled more Moorestown/Medfield drivers.
Specific options disabled:
I2C_INTEL_MID
CONFIG_SFI
MTD_NAND_DENALI
SERIAL_MRST_MAX3110
DRM_GMA600
SPI_DW_MID_DMA
APDS9802ALS
- commit 9a9ecdf
++++ kernel-vanilla:
- Disabled more Moorestown/Medfield drivers.
Specific options disabled:
I2C_INTEL_MID
CONFIG_SFI
MTD_NAND_DENALI
SERIAL_MRST_MAX3110
DRM_GMA600
SPI_DW_MID_DMA
APDS9802ALS
- commit 9a9ecdf
++++ kernel-xen:
- Disabled more Moorestown/Medfield drivers.
Specific options disabled:
I2C_INTEL_MID
CONFIG_SFI
MTD_NAND_DENALI
SERIAL_MRST_MAX3110
DRM_GMA600
SPI_DW_MID_DMA
APDS9802ALS
- commit 9a9ecdf
++++ kiwi:
- added optional
attribute which allows to configure if the Failsafe boot menu
entry for the install media should be displayed or not.
- removed misleading Restore wording in install iso boot menu
- make sure required libs for filesystem tools stay inside the initrd
++++ libgarcon:
- make the libgarcon-1-0 recommend -data which in turn requires
- branding rather than recommending -branding
++++ spice-gtk:
- Build also gtk2 version (and its python bindings)
++++ xfce4-panel:
- add dependency on libgarcon-data which provides the menu data
++++ lklug-fonts:
- use tarball
- license GPL-2.0 instead of GPL-2.0+, see CREDITS
- updated to 0.6
++++ llvm:
- Update to svn revision 155700 from 3.1 branch
* Crash fixes
* C++11 fixes
++++ maya-fonts:
- SUSE-Permissive license, see README
++++ mgopen-fonts:
- SUSE-MgOpen license
++++ nagios-plugins:
- fix build on ix86
- only recommend subpackages that have new (and not always available
dependencies)
- move examples directory to the libs package: the permissions
file there is more useful here
- new subpackage nagios-plugins-all recommending all other
subpackages
++++ obs-service-source_validator:
- use --nodeps with rpmbuild in 20-files-present-and-referenced
++++ perl-AnyEvent-I3:
- initial package 0.09
* created by cpanspec 1.78.06
++++ perl-BSSolv:
- update BSSolv.xs so that the worker caches binaries again
++++ perl-Bootloader:
- fix after grub2 package update, the system become unbootable. (bnc#758570)
also fix running update-bootloader --refresh returns error when extended
partition is to be installed.
- 0.6.3
++++ python-dateutil:
- Fix building python 3 package on openSUSE 11.4
++++ python-docutils:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ python-logilab-common:
- Update to version 0.58.0
* new 'registry' module containing a backport of CubicWeb selectable objects registry (closes #84654)
* testlib: DocTestCase fix builtins pollution after doctest execution.
* shellutil: add argument to "ProgressBar.update" to tune cursor progression (closes #88981)
* deprecated: new DeprecationWrapper class (closes #88942)
- Change license to LGPL 2.1+
++++ python-nose:
- Fix building python 3 package on openSUSE 11.4
++++ python-nose-doc:
- Fix building python 3 package on openSUSE 11.4
++++ python-pip:
- Add python 3 package
++++ python-pyflakes:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ python-pysvn:
- Fix building python 3 package on openSUSE 11.4
++++ python-requests:
- Update to 0.11.2
* Attempt to use the OS's certificate bundle if certifi isn't available.
* Infinite digest auth redirect fix
* Multi-part file upload improvements
* Fix decoding of invalid %encodings in URLs
* If there is no content in a response don't throw an error the second time
that content is attempted to be read.
* Upload data on redirects.
++++ python-tz:
- Fix building python 3 package on openSUSE 11.4 x86_64
- update to 2012c
++++ python3-IPython:
- Update to 0.12.1
Bugfixes
- Comment out non-existant wxpython-related python 3 packages
- Change python 3 binary names so they don't conflict with the
python 2 ones
- Fix removal of hidden git info in python3 package
- Small python 2 package spec file cleanups
- added build dependency python3-2to3
without it files just not converted silently
++++ python3-cairo:
- Fix building on openSUSE 11.4 x86_64
++++ python3-dateutil:
- Fix building python 3 package on openSUSE 11.4
++++ python3-docutils:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ python3-logilab-common:
- Update to version 0.58.0
* new 'registry' module containing a backport of CubicWeb selectable objects registry (closes #84654)
* testlib: DocTestCase fix builtins pollution after doctest execution.
* shellutil: add argument to "ProgressBar.update" to tune cursor progression (closes #88981)
* deprecated: new DeprecationWrapper class (closes #88942)
- Change license to LGPL 2.1+
++++ python3-nose:
- Fix building python 3 package on openSUSE 11.4
++++ python3-pip:
- Add python 3 package
++++ python3-pyflakes:
- Fix building python 3 package on openSUSE 11.4 x86_64
++++ python3-pysvn:
- Fix building python 3 package on openSUSE 11.4
++++ python3-pyzmq:
- fixed building of python3 package on openSUSE 11.4 and older
++++ python3-tz:
- Fix building python 3 package on openSUSE 11.4 x86_64
- update to 2012c
- fixed building on openSUSE 11.4
++++ roboto-fonts:
- Apache-2.0 license
- added COPYING
++++ seamonkey:
- fixed build with gcc 4.7
++++ sil-doulos-fonts:
- obsoletes and provides sil-doulos
++++ slf4j:
- format spec file to be suitable for Factory
++++ unidings-fonts:
- SUSE-Permissive license (README)
++++ vegastrike:
- GCC 4.7 compatibility fix
++++ virt-manager:
- Recommend python-SpiceClientGtk
++++ wang-fonts:
- GPL-2.0+ license (license.txt)
++++ wmakerconf:
- fix for sf#3488712 (fix build for new wmaker-0.95)
* add wmakerconf-2.12-wmaker-0.95_support.patch
- try to fix implicit-pointer-decl
* add implicit-pointer-decl patch
- rebase patches to be p0
- some spec cleanup
- enable parallel build
++++ xf86-input-wacom:
- license update: GPL-2.0+
src/xf86Wacom.c and other files are GPL-2.0+ licensed
++++ xfce4-panel-plugin-mount:
- update to version 0.6.3
- fix a bug introduced in 0.6.0, the 'on-mount' command is now
run asynchronously to avoid blocking the plugin UI
- translation updates
++++ xfdesktop:
- add dependency on libgarcon-data which provides menu data
++++ yast2-control-center:
- workaround for gcc 4.7
- Version: 2.22.2
++++ yast2-lxc:
- openSUSE version
- 2.22.0
- updated help texts
- try to higlight lxc-checkconfig output in ncurses
- 2.17.5
++++ yast2-qt-pkg:
- Workaround for gcc 4.7 issues
- 2.21.24
++++ yast2-trans:
- Updated languages: ar cs da de el es et fr gl gu he hu it ja nl pl
ru pt_BR.
------------------------------------------------------------------
------------------ 2012-4-26 - Apr 26 2012 -------------------
------------------------------------------------------------------
++++ amavisd-new:
- fix build for < 1210
++++ bluez:
- fix mysterious build failure by creating /var/lib/bluetooth
++++ bluez-gstreamer:
- fix mysterious build failure by creating /var/lib/bluetooth
++++ ccgfs:
- Update to new upstream release 0.81
* build with -pthread
++++ cpmono_v07-fonts:
- license contains only SPDX tag
++++ efont-serif-fonts:
- license GPL-2.0 instead GPL-2.0+; I haven't found reference to
"GPL-2.0 or later"
++++ fftw3:
- fix build on %arm
* disable neon it would require --enable-single (precision)
- enable openmpi for %arm
++++ glibc:
- Fix mcheck (optimization problem with gcc 4.7)
++++ glibc:
- Fix mcheck (optimization problem with gcc 4.7)
++++ gnome-pilot:
- Add gnome-pilot-pkglib-fix.patch: do not redefine pkglibdir in
Makefile.am, but instead define pkgconfigdir. This fixes an error
with recent autotools.
++++ gthumb:
- Change pkgconfig(libsoup-2.4) BuildRequires to
pkgconfig(libsoup-gnome-2.4) as it offers additional features.
++++ installation-images:
- add yast2-x11 (bnc #759246, bnc #749184)
++++ kernel-debug:
- Disabled DECNet and ARCNet.
Specific config options disabled:
CONFIG_ARCNET
CONFIG_ARCNET_1051
CONFIG_ARCNET_1201
CONFIG_ARCNET_CAP
CONFIG_ARCNET_COM20020_CS
CONFIG_ARCNET_COM20020
CONFIG_ARCNET_COM20020_PCI
CONFIG_ARCNET_COM90xxIO
CONFIG_ARCNET_COM90xx
CONFIG_ARCNET_RAW
CONFIG_ARCNET_RIM_I
CONFIG_DECNET
CONFIG_DECNET_NF_GRABULATOR
- commit 272dd14
- Disabled embedded hardware on all architectures except armv7l.
Regulator drivers, except those needed by Via vx885/875 and OLPC
are disabled. IIO drivers are disabled. SPI drivers are disabled.
Drivers used only with Intel Medfield or Moorestown have been disabled.
Specific options disabled:
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
- commit 0f27f25
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
- commit 43b6598
++++ kernel-default:
- Disabled DECNet and ARCNet.
Specific config options disabled:
CONFIG_ARCNET
CONFIG_ARCNET_1051
CONFIG_ARCNET_1201
CONFIG_ARCNET_CAP
CONFIG_ARCNET_COM20020_CS
CONFIG_ARCNET_COM20020
CONFIG_ARCNET_COM20020_PCI
CONFIG_ARCNET_COM90xxIO
CONFIG_ARCNET_COM90xx
CONFIG_ARCNET_RAW
CONFIG_ARCNET_RIM_I
CONFIG_DECNET
CONFIG_DECNET_NF_GRABULATOR
- commit 272dd14
- Disabled embedded hardware on all architectures except armv7l.
Regulator drivers, except those needed by Via vx885/875 and OLPC
are disabled. IIO drivers are disabled. SPI drivers are disabled.
Drivers used only with Intel Medfield or Moorestown have been disabled.
Specific options disabled:
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
- commit 0f27f25
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
- commit 43b6598
++++ kernel-desktop:
- Disabled DECNet and ARCNet.
Specific config options disabled:
CONFIG_ARCNET
CONFIG_ARCNET_1051
CONFIG_ARCNET_1201
CONFIG_ARCNET_CAP
CONFIG_ARCNET_COM20020_CS
CONFIG_ARCNET_COM20020
CONFIG_ARCNET_COM20020_PCI
CONFIG_ARCNET_COM90xxIO
CONFIG_ARCNET_COM90xx
CONFIG_ARCNET_RAW
CONFIG_ARCNET_RIM_I
CONFIG_DECNET
CONFIG_DECNET_NF_GRABULATOR
- commit 272dd14
- Disabled embedded hardware on all architectures except armv7l.
Regulator drivers, except those needed by Via vx885/875 and OLPC
are disabled. IIO drivers are disabled. SPI drivers are disabled.
Drivers used only with Intel Medfield or Moorestown have been disabled.
Specific options disabled:
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
- commit 0f27f25
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
- commit 43b6598
++++ kernel-source:
- Disabled DECNet and ARCNet.
Specific config options disabled:
CONFIG_ARCNET
CONFIG_ARCNET_1051
CONFIG_ARCNET_1201
CONFIG_ARCNET_CAP
CONFIG_ARCNET_COM20020_CS
CONFIG_ARCNET_COM20020
CONFIG_ARCNET_COM20020_PCI
CONFIG_ARCNET_COM90xxIO
CONFIG_ARCNET_COM90xx
CONFIG_ARCNET_RAW
CONFIG_ARCNET_RIM_I
CONFIG_DECNET
CONFIG_DECNET_NF_GRABULATOR
- commit 272dd14
- Disabled embedded hardware on all architectures except armv7l.
Regulator drivers, except those needed by Via vx885/875 and OLPC
are disabled. IIO drivers are disabled. SPI drivers are disabled.
Drivers used only with Intel Medfield or Moorestown have been disabled.
Specific options disabled:
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
- commit 0f27f25
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
- commit 43b6598
++++ kernel-docs:
- Disabled DECNet and ARCNet.
Specific config options disabled:
CONFIG_ARCNET
CONFIG_ARCNET_1051
CONFIG_ARCNET_1201
CONFIG_ARCNET_CAP
CONFIG_ARCNET_COM20020_CS
CONFIG_ARCNET_COM20020
CONFIG_ARCNET_COM20020_PCI
CONFIG_ARCNET_COM90xxIO
CONFIG_ARCNET_COM90xx
CONFIG_ARCNET_RAW
CONFIG_ARCNET_RIM_I
CONFIG_DECNET
CONFIG_DECNET_NF_GRABULATOR
- commit 272dd14
- Disabled embedded hardware on all architectures except armv7l.
Regulator drivers, except those needed by Via vx885/875 and OLPC
are disabled. IIO drivers are disabled. SPI drivers are disabled.
Drivers used only with Intel Medfield or Moorestown have been disabled.
Specific options disabled:
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
- commit 0f27f25
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
- commit 43b6598
++++ kernel-ec2:
- Disabled DECNet and ARCNet.
Specific config options disabled:
CONFIG_ARCNET
CONFIG_ARCNET_1051
CONFIG_ARCNET_1201
CONFIG_ARCNET_CAP
CONFIG_ARCNET_COM20020_CS
CONFIG_ARCNET_COM20020
CONFIG_ARCNET_COM20020_PCI
CONFIG_ARCNET_COM90xxIO
CONFIG_ARCNET_COM90xx
CONFIG_ARCNET_RAW
CONFIG_ARCNET_RIM_I
CONFIG_DECNET
CONFIG_DECNET_NF_GRABULATOR
- commit 272dd14
- Disabled embedded hardware on all architectures except armv7l.
Regulator drivers, except those needed by Via vx885/875 and OLPC
are disabled. IIO drivers are disabled. SPI drivers are disabled.
Drivers used only with Intel Medfield or Moorestown have been disabled.
Specific options disabled:
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
- commit 0f27f25
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
- commit 43b6598
++++ kernel-pae:
- Disabled DECNet and ARCNet.
Specific config options disabled:
CONFIG_ARCNET
CONFIG_ARCNET_1051
CONFIG_ARCNET_1201
CONFIG_ARCNET_CAP
CONFIG_ARCNET_COM20020_CS
CONFIG_ARCNET_COM20020
CONFIG_ARCNET_COM20020_PCI
CONFIG_ARCNET_COM90xxIO
CONFIG_ARCNET_COM90xx
CONFIG_ARCNET_RAW
CONFIG_ARCNET_RIM_I
CONFIG_DECNET
CONFIG_DECNET_NF_GRABULATOR
- commit 272dd14
- Disabled embedded hardware on all architectures except armv7l.
Regulator drivers, except those needed by Via vx885/875 and OLPC
are disabled. IIO drivers are disabled. SPI drivers are disabled.
Drivers used only with Intel Medfield or Moorestown have been disabled.
Specific options disabled:
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
- commit 0f27f25
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
- commit 43b6598
++++ kernel-syms:
- Disabled DECNet and ARCNet.
Specific config options disabled:
CONFIG_ARCNET
CONFIG_ARCNET_1051
CONFIG_ARCNET_1201
CONFIG_ARCNET_CAP
CONFIG_ARCNET_COM20020_CS
CONFIG_ARCNET_COM20020
CONFIG_ARCNET_COM20020_PCI
CONFIG_ARCNET_COM90xxIO
CONFIG_ARCNET_COM90xx
CONFIG_ARCNET_RAW
CONFIG_ARCNET_RIM_I
CONFIG_DECNET
CONFIG_DECNET_NF_GRABULATOR
- commit 272dd14
- Disabled embedded hardware on all architectures except armv7l.
Regulator drivers, except those needed by Via vx885/875 and OLPC
are disabled. IIO drivers are disabled. SPI drivers are disabled.
Drivers used only with Intel Medfield or Moorestown have been disabled.
Specific options disabled:
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
- commit 0f27f25
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
- commit 43b6598
++++ kernel-trace:
- Disabled DECNet and ARCNet.
Specific config options disabled:
CONFIG_ARCNET
CONFIG_ARCNET_1051
CONFIG_ARCNET_1201
CONFIG_ARCNET_CAP
CONFIG_ARCNET_COM20020_CS
CONFIG_ARCNET_COM20020
CONFIG_ARCNET_COM20020_PCI
CONFIG_ARCNET_COM90xxIO
CONFIG_ARCNET_COM90xx
CONFIG_ARCNET_RAW
CONFIG_ARCNET_RIM_I
CONFIG_DECNET
CONFIG_DECNET_NF_GRABULATOR
- commit 272dd14
- Disabled embedded hardware on all architectures except armv7l.
Regulator drivers, except those needed by Via vx885/875 and OLPC
are disabled. IIO drivers are disabled. SPI drivers are disabled.
Drivers used only with Intel Medfield or Moorestown have been disabled.
Specific options disabled:
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
- commit 0f27f25
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
- commit 43b6598
++++ kernel-vanilla:
- Disabled DECNet and ARCNet.
Specific config options disabled:
CONFIG_ARCNET
CONFIG_ARCNET_1051
CONFIG_ARCNET_1201
CONFIG_ARCNET_CAP
CONFIG_ARCNET_COM20020_CS
CONFIG_ARCNET_COM20020
CONFIG_ARCNET_COM20020_PCI
CONFIG_ARCNET_COM90xxIO
CONFIG_ARCNET_COM90xx
CONFIG_ARCNET_RAW
CONFIG_ARCNET_RIM_I
CONFIG_DECNET
CONFIG_DECNET_NF_GRABULATOR
- commit 272dd14
- Disabled embedded hardware on all architectures except armv7l.
Regulator drivers, except those needed by Via vx885/875 and OLPC
are disabled. IIO drivers are disabled. SPI drivers are disabled.
Drivers used only with Intel Medfield or Moorestown have been disabled.
Specific options disabled:
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
- commit 0f27f25
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
- commit 43b6598
++++ kernel-xen:
- Disabled DECNet and ARCNet.
Specific config options disabled:
CONFIG_ARCNET
CONFIG_ARCNET_1051
CONFIG_ARCNET_1201
CONFIG_ARCNET_CAP
CONFIG_ARCNET_COM20020_CS
CONFIG_ARCNET_COM20020
CONFIG_ARCNET_COM20020_PCI
CONFIG_ARCNET_COM90xxIO
CONFIG_ARCNET_COM90xx
CONFIG_ARCNET_RAW
CONFIG_ARCNET_RIM_I
CONFIG_DECNET
CONFIG_DECNET_NF_GRABULATOR
- commit 272dd14
- Disabled embedded hardware on all architectures except armv7l.
Regulator drivers, except those needed by Via vx885/875 and OLPC
are disabled. IIO drivers are disabled. SPI drivers are disabled.
Drivers used only with Intel Medfield or Moorestown have been disabled.
Specific options disabled:
CONFIG_AD2S1200, CONFIG_AD2S1210, CONFIG_AD2S90, CONFIG_AD5064,
CONFIG_AD5360, CONFIG_AD5380, CONFIG_AD5421, CONFIG_AD5446, CONFIG_AD5504,
CONFIG_AD5624R_SPI, CONFIG_AD5686, CONFIG_AD5764, CONFIG_AD5791,
CONFIG_AD5930, CONFIG_AD5933, CONFIG_AD7150, CONFIG_AD7152, CONFIG_AD7192,
CONFIG_AD7280, CONFIG_AD7291, CONFIG_AD7298, CONFIG_AD7476,
CONFIG_AD7606_IFACE_PARALLEL, CONFIG_AD7606_IFACE_SPI, CONFIG_AD7606,
CONFIG_AD7746, CONFIG_AD7780, CONFIG_AD7793, CONFIG_AD7816, CONFIG_AD7887,
CONFIG_AD799X, CONFIG_AD799X_RING_BUFFER, CONFIG_AD9832, CONFIG_AD9834,
CONFIG_AD9850, CONFIG_AD9852, CONFIG_AD9910, CONFIG_AD9951,
CONFIG_ADE7753, CONFIG_ADE7754, CONFIG_ADE7758, CONFIG_ADE7759,
CONFIG_ADE7854_I2C, CONFIG_ADE7854, CONFIG_ADE7854_SPI, CONFIG_ADIS16060,
CONFIG_ADIS16080, CONFIG_ADIS16130, CONFIG_ADIS16201, CONFIG_ADIS16203,
CONFIG_ADIS16204, CONFIG_ADIS16209, CONFIG_ADIS16220, CONFIG_ADIS16240,
CONFIG_ADIS16260, CONFIG_ADIS16400, CONFIG_ADT7310, CONFIG_ADT7316_I2C,
CONFIG_ADT7316, CONFIG_ADT7316_SPI, CONFIG_ADT7410, CONFIG_ADXRS450,
CONFIG_BACKLIGHT_WM831X, CONFIG_CAN_JANZ_ICAN3, CONFIG_FB_SM501,
CONFIG_GPIO_JANZ_TTL, CONFIG_GPIO_RDC321X, CONFIG_GPIO_STMPE,
CONFIG_GPIO_TIMBERDALE, CONFIG_GPIO_WM831X, CONFIG_IIO_BUFFER,
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2, CONFIG_IIO_GPIO_TRIGGER,
CONFIG_IIO_KFIFO_BUF, CONFIG_IIO, CONFIG_IIO_PERIODIC_RTC_TRIGGER,
CONFIG_IIO_SIMPLE_DUMMY, CONFIG_IIO_ST_HWMON, CONFIG_IIO_SW_RING,
CONFIG_IIO_SYSFS_TRIGGER, CONFIG_IIO_TRIGGER,
CONFIG_INPUT_MC13783_PWRBUTTON, CONFIG_INPUT_WM831X_ON,
CONFIG_KEYBOARD_STMPE, CONFIG_KXSD9, CONFIG_LEDS_MC13783,
CONFIG_LEDS_REGULATOR, CONFIG_LEDS_WM831X_STATUS,
CONFIG_LIS3L02DQ_BUF_KFIFO, CONFIG_LIS3L02DQ, CONFIG_MAX1363,
CONFIG_MAX1363_RING_BUFFER, CONFIG_MAX517, CONFIG_MFD_CORE,
CONFIG_MFD_JANZ_CMODIO, CONFIG_MFD_MC13783, CONFIG_MFD_MC13XXX,
CONFIG_MFD_RDC321X, CONFIG_MFD_SM501_GPIO, CONFIG_MFD_SM501,
CONFIG_MFD_STMPE, CONFIG_MFD_TIMBERDALE, CONFIG_MFD_TPS65217,
CONFIG_MFD_WM831X_SPI, CONFIG_MFD_WM831X, CONFIG_MFD_WM8400,
CONFIG_RADIO_TIMBERDALE, CONFIG_REGMAP_I2C, CONFIG_REGMAP_SPI,
CONFIG_REGMAP, CONFIG_REGULATOR_AD5398, CONFIG_REGULATOR_DA903X,
CONFIG_REGULATOR_DEBUG, CONFIG_REGULATOR_DUMMY,
CONFIG_REGULATOR_FIXED_VOLTAGE, CONFIG_REGULATOR_GPIO,
CONFIG_REGULATOR_ISL6271A, CONFIG_REGULATOR_LP3971,
CONFIG_REGULATOR_LP3972, CONFIG_REGULATOR_MAX1586,
CONFIG_REGULATOR_MAX8649, CONFIG_REGULATOR_MAX8660,
CONFIG_REGULATOR_MAX8952, CONFIG_REGULATOR_MC13783,
CONFIG_REGULATOR_MC13892, CONFIG_REGULATOR_MC13XXX_CORE,
CONFIG_REGULATOR_PCAP, CONFIG_REGULATOR_TPS6105X,
CONFIG_REGULATOR_TPS62360, CONFIG_REGULATOR_TPS65023,
CONFIG_REGULATOR_TPS6507X, CONFIG_REGULATOR_TPS65217,
CONFIG_REGULATOR_TPS6524X, CONFIG_REGULATOR_USERSPACE_CONSUMER,
CONFIG_REGULATOR_VIRTUAL_CONSUMER, CONFIG_REGULATOR_WM831X,
CONFIG_REGULATOR_WM8400, CONFIG_REGULATOR, CONFIG_RFKILL_REGULATOR,
CONFIG_RTC_DRV_MC13XXX, CONFIG_RTC_DRV_WM831X, CONFIG_SCA3000,
CONFIG_SENSORS_AK8975, CONFIG_SENSORS_HMC5843, CONFIG_SENSORS_ISL29018,
CONFIG_SENSORS_MC13783_ADC, CONFIG_SENSORS_TSL2563, CONFIG_SENSORS_WM831X,
CONFIG_SERIAL_MFD_HSU, CONFIG_SERIAL_UARTLITE, CONFIG_STMPE_I2C,
CONFIG_STMPE_SPI, CONFIG_TOUCHSCREEN_MC13783, CONFIG_TOUCHSCREEN_STMPE,
CONFIG_TOUCHSCREEN_WM831X, CONFIG_TPS6105X, CONFIG_TSL2583,
CONFIG_WM831X_BACKUP, CONFIG_WM831X_POWER, CONFIG_WM831X_WATCHDOG
- commit 0f27f25
- Disabled CONFIG_COPS and CONFIG_LTPC: Ancient ISA LocalTalk hardware.
- commit 43b6598
++++ kile:
- Update to 2.1.2
* Correctly convert special characters that were typed with caps
lock enabled into LaTeX. This fix works from KDE 4.3 upwards.
(kde#296123)
* Use 'utf8' instead of 'utf8x' as default encoding (in document
templates). It should be sufficient in most cases and it is
installed by default in LaTeX distributions.
* Correctly insert '\c{c}' for the cedilla character (kde#296006,
kde#289529)
* Use the correct name for some icons. In this way, they can be
used even if the current icon theme is not Oxygen.
(Patch by Pino Toscano)
* Correctly restore VI input mode key settings (kde#293262)
* Update 'biblatex.cwl'. Thanks to Denis Bitouzé!
++++ kiwi:
- v5.03.01 relased
- make sure libext2fs stays inside the initrd, it's required
for tune2fs on Factory/openSUSE 12.2
- fixed evaluation of --edit-bootconfig. There is either the
choice for setting the value on the commandline or as attribute
inside the XML description. Before this fix the code did not
correctly get the value depending on how kiwi is called
- make sure any iso is created via the KIWIISOLinux provided
functions. According to this editbootconfig now also works
for the creation of installs ISO's
- unit tests for the getPXEDeploy* methods
- fix typo in XML OEM settings unit test configuration
- fix typo in explanatory comment
++++ SDL:
- build version 1.2.15
* SDL-1.2.14-wesnoth_clicks.patch is now included in the source code
* SDL-1.2.14-joystick-crash.patch is now included in the source code
++++ libX11:
- Drop xorg-x11-libX11.sh and xorg-x11-libX11.csh files: they were
not used in the package, although they were intended to be
installed in /etc/profile.d. However, /etc/profile and
/etc/csh.login already contain this code (setting the XKEYSYMDB
and XNLSPATH environment variables), so we don't need them.
++++ netcdf:
- upstream removed Texinfo documentation
++++ sqlite3:
- fixing tcl macro for old or non-SuSE builds
++++ libusb-compat:
- Update to version 0.1.4:
* Fix usb_*_write() prototypes.
* Fix usb_detach_kernel_driver_np() error mapping
(libusb#42, bnc#683307).
++++ libusb-1_0:
- Use %makeinstall instead of %make_install to build on SLE11.
++++ v8:
- Update to 3.10.6.0
* Fixed some bugs in accessing details of the last regexp match.
* Fixed source property of empty RegExp objects. (issue 1982)
* Enabled inlining some V8 API functions.
- spec file fix for arm, ifarch arm isn't correct needs percent sign before arm
++++ vcdimager:
- Removed libcdio-paranoia from build requires. See bnc#756564
++++ link-grammar:
- Add link-grammar-install-include.patch: install additional header
referenced by the main header, to fix build failure in abiword.
++++ llvm:
- Update to svn revision 155574 from 3.1 branch
* Crash fixes
* Correctly enable compiler-rt
* Remove unneeded runtime python dependencies
- Switch to 2-stage bootstrap because we don't do build-compare
anyway.
++++ mc:
- Update to 4.8.1.3 (regression fix release):
This release fixes two regressions in the just-released
previous stable version: a crash in the chown and symlink dialogs,
and an erroneous error popup when entering a tar archive.
++++ mkvtoolnix:
- Use system version of rake instead of the included drake. Fixes
build in Factory/12.2.
++++ nagios-plugins:
- do not package check_xenvm on ix86 as this setup is (no longer)
supported
++++ pam_ldap:
- created patch pam_ldap-arm-linux-gnueabi.patch to build the
arm binaries correctly
- Update to pam-ldap-186:
* fix for BUG#424: build fails on Darwin
++++ phpMyAdmin:
- update to 3.4.11.0
* bug sf#3486970 [import] Exception on XML import
* bug sf#3488777 [navi] $cfg['ShowTooltipAliasTB'] and blank names
in navigation
* bug sf#3512565 [navi] Fixed missing word "Rows" in table list
tooltip after click
++++ python-Jinja2:
- Add 2to3 buildrequires to allow for proper conversion of python 3
version
++++ python-dateutil:
- Add python 3 package
++++ python-logilab-astng:
- Add python 3 package
- Change license to LGPL 2.1+
++++ python-matplotlib:
- Remove configobj buildrequires, all configobj files should have
been removed from matplotlib years ago
++++ python-nose:
- Add python 3 packages
++++ python-nose-doc:
- Add python 3 packages
++++ python-pyflakes:
- Add python 3 package
++++ python-pysvn:
- Add python 3 package
++++ python-tz:
- Add python 3 version
++++ python3-Jinja2:
- Add 2to3 buildrequires to allow for proper conversion of python 3
version
++++ python3-cairo:
- Fix building of python 3 version on openSUSE 11.4
++++ python3-dateutil:
- Add python 3 package
++++ python3-logilab-astng:
- Add python 3 package
- Change license to LGPL 2.1+
++++ python3-nose:
- Add python 3 packages
++++ python3-pyflakes:
- Add python 3 package
++++ python3-pysvn:
- Add python 3 package
++++ python3-tz:
- Add python 3 version
++++ reptyr:
-bump version to git HEAD (0.3dev, d69f9d220d)
++++ udhcp:
- place binary in /usr tree (UsrMerge project)
++++ valgrind:
- Added patch valgrind-3.7.0-automake-1.11.2.patch to fix automake issue
* See https://bugs.kde.org/show_bug.cgi?id=290719
++++ xkbcomp:
- Version the Provides for xkbcomp-devel, as it can be useful.
++++ yast2-lxc:
- check if configuration is prepared
- updated help texts
- 2.17.4
++++ yast2-qt-pkg:
- Added package group for unneeded packages
- 2.21.23
++++ yast2-sound:
- 2.22.1
++++ zypper:
- Update zypper-po.tar.bz2
------------------------------------------------------------------
------------------ 2012-4-25 - Apr 25 2012 -------------------
------------------------------------------------------------------
++++ Mesa:
- Added patches from upstream Master to enable building with
llvm 3.1
- For full OpenGL 3.0 compliance, it is necessary to
have floating-point textures, so Mesa is now compiled with
"--enable-texture-float" parameter to have OpenGL 3.0 support.
- disabling glut/glw no longer required since it's no longer
shipped with Mesa
++++ arts:
- fix build with automake 1.11.5 (the script identified 1.11.5 as 1.5)
++++ autofs:
- duplicate parent options for included maps (bnc#753693)
++++ chromium:
- Update to 20.0.1116.0
* Fixes and update to newer v8 version
++++ exiv2:
- Update to version 0.23:
+ Add write support for Canon CR2 raw images.
+ Add support for CR2 IFD2 image preview.
+ Add support for Pentax makernotes in Pentax native DNG images.
+ Add several KIPI XMP properties.
+ Add support for Windows Live Photo Gallery face tags.
+ Add MS Photo RegionInfo and MetaWorkingGroup Regions schemas.
+ Update various lens lists
+ Exiv2 utility: Allow to add/set tags without a value with the
command line tool.
+ Several new minor features.
+ Bugfixes.
- Rename libexiv2-11 subpackage to libexiv2-12 following upstream
soversion change.
++++ kdebase3:
- Add fileshareset2-gcc47.patch: Fix build with gcc 4.7.
- add a patch to fix sftp on modern systems
++++ glibc:
- Also check for armv7hl.
- provide old ld-linux.so.3 on armv7, not catched by find.provides
++++ glibc:
- Also check for armv7hl.
- provide old ld-linux.so.3 on armv7, not catched by find.provides
++++ libgsf:
- Stop building python bindings, as we now have introspection
support:
+ Remove python-devel, python-gobject2-devel, python-gtk-devel
BuildRequires.
+ Add python-gsf Obsoletes to libgsf-1-114 subpackage, to smooth
upgrades.
+ Do not pass --with-python to configure.
- Remove xz BuildRequires now that it comes for free in the build
system.
++++ vim:
- Add a vim-python subpackage that only enables Python interpreter support
(and X11 clibboard, too), for users that don't want the extra dependencies
of vim-enhanced (basically the perl, ruby and tcl base packages)
++++ kdelibs3:
- Add kdelibs-automake-1.11.5.patch: make an exception for automake
1.11.5, which is good enough (but matches automake*1.5*).
++++ kdepim3:
- Add kdepim3-gcc47.patch: Fix build with gcc 4.7.
++++ kernel-debug:
- dl2k: Tighten ioctl permissions (bnc#758813).
- commit 8d00242
- Update to 3.4-rc4.
- commit 37113a8
++++ kernel-default:
- dl2k: Tighten ioctl permissions (bnc#758813).
- commit 8d00242
- Update to 3.4-rc4.
- commit 37113a8
++++ kernel-desktop:
- dl2k: Tighten ioctl permissions (bnc#758813).
- commit 8d00242
- Update to 3.4-rc4.
- commit 37113a8
++++ kernel-source:
- dl2k: Tighten ioctl permissions (bnc#758813).
- commit 8d00242
- Update to 3.4-rc4.
- commit 37113a8
++++ kernel-docs:
- dl2k: Tighten ioctl permissions (bnc#758813).
- commit 8d00242
- Update to 3.4-rc4.
- commit 37113a8
++++ kernel-ec2:
- dl2k: Tighten ioctl permissions (bnc#758813).
- commit 8d00242
- Update to 3.4-rc4.
- commit 37113a8
++++ kernel-pae:
- dl2k: Tighten ioctl permissions (bnc#758813).
- commit 8d00242
- Update to 3.4-rc4.
- commit 37113a8
++++ kernel-syms:
- dl2k: Tighten ioctl permissions (bnc#758813).
- commit 8d00242
- Update to 3.4-rc4.
- commit 37113a8
++++ kernel-trace:
- dl2k: Tighten ioctl permissions (bnc#758813).
- commit 8d00242
- Update to 3.4-rc4.
- commit 37113a8
++++ kernel-vanilla:
- dl2k: Tighten ioctl permissions (bnc#758813).
- commit 8d00242
- Update to 3.4-rc4.
- commit 37113a8
++++ kernel-xen:
- dl2k: Tighten ioctl permissions (bnc#758813).
- commit 8d00242
- Update to 3.4-rc4.
- commit 37113a8
++++ kiwi:
- make sure grub menu.lst is correctly utf-8 encoded
- added __hasValidLVMName() runtime check. This checks if the
optional LVM group name already exist on the build host.
- fixed typo in error message, $! is empty but we stored the
messages in $status
++++ lensfun:
- update lens data for Sony, Olympus and Pentax
++++ mariadb:
- fix plugin libdir on ppc64
++++ libreoffice:
- updated to libreoffice-3.5.3.2 (3.5.3-rc2):
* misc SVG import fixes
* border printing (fdo#38635)
* alpha blending (bnc#714787)
* border corner gaps (fdo#38635)
* misc performance improvements
* Java script loading (fdo#46102)
* PDF export of images (bnc#717947)
* autoformat undo cursors (fdo#39003)
* add inch as source unit (fdo#48969)
* duplicate code removal (bnc#714787)
* textbox size in DOCX import (bnc#751573)
* make "Replace All" work with REs (fdo#44861)
* fix find toolbar X error handling (fdo#46687)
* transition gradients came out empty (fdo#33591)
* use older ODF encryption by default (fdo#47484)
* duplicated characters in PDF import (fdo#45848)
* do not increase height of checkboxes (fdo#47963)
* do not play sound in presenter console (fdo#33914)
* switch units in Converter::convertDouble (fdo#48969)
* improved label/BC wizard - set paper size (fdo#44516)
* export all style information to XLS/XLSX, (fdo#46738)
* ignore corrupted items in recent documents (fdo#46074)
* border paint ordering (fdo#45562, fdo#47717, fdo#42750)
* colorspace conversion for greyscale bitmaps (fdo#34324)
* copy column privileges into table privileges (fdo#47937)
* fix incorrect relative moves after closePath (fdo#47406)
* incorrect text wrapping around drawing shapes (fdo#45376)
* right arrow button does not work in TOC dialog (fdo#40948)
* vertical align when switching mode in multibar (fdo#44140)
* regression in lineshapes ODP import (bnc#719989, bnc#719997)
* prevent update during init in new autofilter dlg (fdo#45679)
* removed strange non-wrapping condition (bnc#750258, i#40155)
* more reliable way to check for RTL text (fdo#48431, fdo#32530)
* CSV import got confused by erroneous HTML detection (fdo#40021)
* default to Office 2007/2010 filter for OOXML export (fdo#48941)
* shift+F3 shortcut for Edit/Duplicate in Draw (fdo#48584, fdo#32559)
* misc RTF import fixes (fdo#48104, fdo#46955, fdo#45182, fdo#45394,
bnc#703032, fdo#47326, fdo#47036, fdo#47802, fdo#48640, fdo#47107,
fdo#48356)
- update libvisio to version 0.0.16:
* adapt the end and start line markers to recent changes in LO
- removed upstreamed patches:
* libreoffice-3.5-unpack-sources.diff
* buildfix-icu-4.9.diff
- reordered %prep phase to work better with quilt
++++ libreoffice:
- updated to libreoffice-3.5.3.2 (3.5.3-rc2):
* misc SVG import fixes
* border printing (fdo#38635)
* alpha blending (bnc#714787)
* border corner gaps (fdo#38635)
* misc performance improvements
* Java script loading (fdo#46102)
* PDF export of images (bnc#717947)
* autoformat undo cursors (fdo#39003)
* add inch as source unit (fdo#48969)
* duplicate code removal (bnc#714787)
* textbox size in DOCX import (bnc#751573)
* make "Replace All" work with REs (fdo#44861)
* fix find toolbar X error handling (fdo#46687)
* transition gradients came out empty (fdo#33591)
* use older ODF encryption by default (fdo#47484)
* duplicated characters in PDF import (fdo#45848)
* do not increase height of checkboxes (fdo#47963)
* do not play sound in presenter console (fdo#33914)
* switch units in Converter::convertDouble (fdo#48969)
* improved label/BC wizard - set paper size (fdo#44516)
* export all style information to XLS/XLSX, (fdo#46738)
* ignore corrupted items in recent documents (fdo#46074)
* border paint ordering (fdo#45562, fdo#47717, fdo#42750)
* colorspace conversion for greyscale bitmaps (fdo#34324)
* copy column privileges into table privileges (fdo#47937)
* fix incorrect relative moves after closePath (fdo#47406)
* incorrect text wrapping around drawing shapes (fdo#45376)
* right arrow button does not work in TOC dialog (fdo#40948)
* vertical align when switching mode in multibar (fdo#44140)
* regression in lineshapes ODP import (bnc#719989, bnc#719997)
* prevent update during init in new autofilter dlg (fdo#45679)
* removed strange non-wrapping condition (bnc#750258, i#40155)
* more reliable way to check for RTL text (fdo#48431, fdo#32530)
* CSV import got confused by erroneous HTML detection (fdo#40021)
* default to Office 2007/2010 filter for OOXML export (fdo#48941)
* shift+F3 shortcut for Edit/Duplicate in Draw (fdo#48584, fdo#32559)
* misc RTF import fixes (fdo#48104, fdo#46955, fdo#45182, fdo#45394,
bnc#703032, fdo#47326, fdo#47036, fdo#47802, fdo#48640, fdo#47107,
fdo#48356)
- update libvisio to version 0.0.16:
* adapt the end and start line markers to recent changes in LO
- removed upstreamed patches:
* libreoffice-3.5-unpack-sources.diff
* buildfix-icu-4.9.diff
- reordered %prep phase to work better with quilt
++++ libreoffice-branding-upstream:
- updated to libreoffice-3.5.3.2 (3.5.3-rc2)
++++ libreoffice-help-group1:
- updated to libreoffice-3.5.3.2 (3.5.3-rc2)
- removed upstreamed patches:
* libreoffice-3.5-unpack-sources.diff
* buildfix-icu-4.9.diff
- reordered %prep phase to work better with quilt
++++ libreoffice-help-en-US:
- updated to libreoffice-3.5.3.2 (3.5.3-rc2)
- removed upstreamed patches:
* libreoffice-3.5-unpack-sources.diff
* buildfix-icu-4.9.diff
- reordered %prep phase to work better with quilt
++++ libreoffice-help-group2:
- updated to libreoffice-3.5.3.2 (3.5.3-rc2)
- removed upstreamed patches:
* libreoffice-3.5-unpack-sources.diff
* buildfix-icu-4.9.diff
- reordered %prep phase to work better with quilt
++++ libreoffice-help-group3:
- updated to libreoffice-3.5.3.2 (3.5.3-rc2)
- removed upstreamed patches:
* libreoffice-3.5-unpack-sources.diff
* buildfix-icu-4.9.diff
- reordered %prep phase to work better with quilt
++++ libreoffice-help-group4:
- updated to libreoffice-3.5.3.2 (3.5.3-rc2)
- removed upstreamed patches:
* libreoffice-3.5-unpack-sources.diff
* buildfix-icu-4.9.diff
- reordered %prep phase to work better with quilt
++++ libreoffice-help-group5:
- updated to libreoffice-3.5.3.2 (3.5.3-rc2)
- removed upstreamed patches:
* libreoffice-3.5-unpack-sources.diff
* buildfix-icu-4.9.diff
- reordered %prep phase to work better with quilt
++++ libreoffice-icon-themes:
- updated to libreoffice-3.5.3.2 (3.5.3-rc2)
++++ libreoffice-l10n:
- updated to libreoffice-3.5.3.2 (3.5.3-rc2)
++++ libvirt:
- Copy user in virURIParse
4eb1c256-viruri-user.patch
bnc#757766
- yajl is availabile in all supported SUSE products, so always
use it when building libvirtd
++++ libzypp:
- Fix lost device info when mounting CD/DVD
++++ linux-glibc-devel:
- Fix typo: it's __NR_mq_getsetattr
++++ llvm:
- More fixes to llvm-config
++++ nagios-plugins:
- added nagios-plugins-enhance_check_sensors.patch (thanks to
Craig Gardner): return unkown if the needed kernel module
is not loaded
++++ perl-BSSolv:
- bump version to 0.18.2
- update to libsolv-0.1.0 to fix opensuse 11.4 builds
++++ perl-YAML-LibYAML:
- CVE-2012-1152: added patch to fix multiple format string flaws:
A remote attacker could provide a specially-crafted YAML document, which once
processed by the perl-YAML-LibYAML interface would lead to perl-YAML-LibYAML
based process crash. bnc#751503
++++ pithos:
- Updated to new version 0.3.16:
+ Numerous bugfixes.
+ Minor User Interface improvements.
- Add pithos-fix-incorrect-fsf-address.patch: Fix incorrect FSF
address (lp#987883).
- Add pithos-fix-non-executable-script.patch: Fix file contains a
shebang (lp#988364).
++++ python-pyasn1:
- updated to upstrean release 0.1.3
From upstream CHANGES:
- Include class name into asn1 value constraint violation exception.
- Fix to OctetString.prettyOut() method that looses leading zero when
building hex string.
++++ qtcurve-kde4:
- Update to version 1.8.12
* Dont setup KDE4 fonts/colours in constructor - seems to mess things up when using
proxy styles. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638629
++++ rubygem-multi_json:
- update to 1.3.2
re-add and deprecate default_engine
++++ suse-xsl-stylesheets:
- Version 1.9.5:
- removes suse aspell wordlist
- package is norach again
++++ tboot:
- reenable exclusivearch to avoid building it on ppc and arm.
++++ xf86-input-wacom:
- Update to version 0.14.99.1:
+ Add support for the Intuos5 and DTI-520.
+ Don't share names of action atoms across properties to prevent
accidental aliasing.
+ Fix configuration to only match Waltop event devices classified
as tablets.
+ Several small bug fixes.
++++ xorg-x11-server:
- remove BuildRequires to ghostscript-library, since it conflicts
with ghostscript-mini apparently now required by some other
package
++++ yast2-ca-management:
- version 2.22.2
- Add details to hostname warning while exporting a
common server certificate (bnc#756014)
++++ yast2-sound:
- path to asound.state has been changed (now stored in /var/lib/alsa
instead of /etc)
------------------------------------------------------------------
------------------ 2012-4-24 - Apr 24 2012 -------------------
------------------------------------------------------------------
++++ autoyast2:
- added postpartitioning-scripts to rnc file
(bnc#752896)
- 2.22.1
++++ branding-openSUSE:
- Add extra license for xfce subpackage (bnc#758793).
++++ build:
- fixed breakage with older perls
- ~ support for rpm version compare
- handle broken deb packages better
- no more hardcoded copy-in of qemu* binaries
++++ calligra:
- Update to 2.4.1
* Optimisations
- Make histogram calculation in Krita much faster
* Bugfixes
- Fix showing the tab chooser in the ruler:
the tab chooser is now in the upper-left corner of Words,
Stage, Karbon, Flow the tab chooser is only created on demand,
not always (so it does not appear for Krita, like before)
the current tab in the the tab chooser is only shown/active
if tabs are also shown in the ruler
- Fixes linespacing in Words (kde#283351)
- Fix updating styles in Words (kde#296487)
- Fix layout and rendering bug in tables borders
- Fix saving ODT files when compiled with GCC 4.7 (kde#296487)
- Fix updating field name in property editor in Kexi (kde#278296)
- Fix crash in loading an SVG file created by Blender (kde#260429)
- Fix crash during load of doc with custum numbered pages (kde#298106)
- Fix loading image files in krita with the wrong extension (kde#297656)
- Fix crash in statistics docker (kde#298172)
- Fix crash in Sheets when saving a document without styles.
- Fix saving of cell-anchored shapes with proper offset in Sheets.
- Fix problem when loading a file with a bookmark that contains
non-latin characters in Words
- Fix canvas update in Krita when using rectangle tool
- Fix ordering of gradients in gradient chooser in Krita
- Fix order of channels in specfic color selector in Krita
- Fix the position of a text shape inserted with Krita's text tool
- Fix error in Kexi when attempting to compact an open database
- Translation updates
++++ calligra-l10n:
- Update to 2.4.1
++++ cmake:
- Add cmake-pkgconfig.patch to fix cmake bug #13125
++++ ctan-junicode-fonts:
- OFL 1.1 license, added OFL.txt
++++ digikam:
- Add digikam-gcc47.patch: Fix build with gcc 4.7.
++++ ghostscript:
- Install documentation which is not installed by default
(LICENSE doc/AUTHORS doc/COPYING doc/thirdparty.htm
doc/WhatIsGS.htm doc/GS9_Color_Management.pdf
doc/gs-vms.hlp doc/Ps2ps2.htm).
- Add a link from SUSE's usual documentation directory
(/usr/share/doc/packages/ghostscript/) to Ghostscript's
documentation directory (/usr/share/ghostscript/9.05/doc/)
because "configure --docdir=..." does not work.
++++ ghostscript-mini:
- Install documentation which is not installed by default
(LICENSE doc/AUTHORS doc/COPYING doc/thirdparty.htm
doc/WhatIsGS.htm doc/GS9_Color_Management.pdf
doc/gs-vms.hlp doc/Ps2ps2.htm).
- Add a link from SUSE's usual documentation directory
(/usr/share/doc/packages/ghostscript/) to Ghostscript's
documentation directory (/usr/share/ghostscript/9.05/doc/)
because "configure --docdir=..." does not work.
- Let ghostscript-mini "Conflicts: ghostscript-library".
++++ hplip:
- hplip.SuSEfirewall2 is no longer provided
(see SUSE Bugzilla bnc#757354 comment #10).
++++ i3:
- added dependency to get i3-wsbar run
- added dependency to get the build work again in Factory
- installed missing i3-wsbar from source package to provide a more customizable bar
http://i3wm.org/docs/wsbar.html
++++ installation-images:
- adjust to package changes
++++ kde3-knemo:
- use sys backend by default instead of nettools
++++ kiwi:
- fixed flag state for iso in extras/suse-11.4/suse-min-gnome
- redirect errors from rpm --rebuilddb into the result variable
++++ openexr:
- disable the test at all, as running them in OBS seems not to be
reliable
++++ blocxx:
- Build with gcc 4.6 for now - otherwise yast segfaults.
++++ v8:
- Update to 3.10.5.0
* Put new global var semantics behind a flag until WebKit tests
are cleaned up.
* Enabled stepping into callback passed to builtins.
(Chromium issue 109564)
* Fixed issues when stressing compaction with WeakMaps.
* Fixed missing GVN flag for new-space promotion.
(Chromium issue 123919)
* Simplify invocation sequence at monomorphic function
invocation sites. (issue 2079)
* Fixed several bugs in heap profiles (including issue 2078).
* Throw syntax errors on illegal escape sequences.
* Implemented rudimentary module linking (behind --harmony flag)
* Implemented ES5 erratum: Global declarations should shadow
inherited properties.
* Made handling of const more consistent when combined with 'eval'
and 'with'.
* Fixed V8 on MinGW-x64 (issue 2026).
* Performance and stability improvements on all platforms.
++++ llvm:
- Fix llvm-config --libs output
++++ man-pages:
- update to version 3.39
* New and rewritten pages
malloc_trim.3
New man page for malloc_trim(3)
malloc_usable_size.3
New man page for malloc_usable_size(3)
* Newly documented interfaces in existing pages
prctl.2
Document PR_SET_MM (new in Linux 3.3)
Various edits and improvements to Cyrill's patch
* Changes to individual pages
epoll_create.2
Rework discussion of 'size' argument
Add .SS for description of epoll_create1()
epoll_wait.2
Another thread can add to epoll instance while epoll_wait is blocked
See https://bugzilla.kernel.org/show_bug.cgi?id=43072
Clarify that epoll_pwait() blocks calling *thread*
A few wording improvements
fchmodat.2
Note difference between glibc wrapper and underlying system call
The wrapper function has a 'flags' argument (which currently
serves no purpose), while the underlying system call does not.
fcntl.2
Explain behaviour of F_GETLEASE during lease break
Change type of arg from "long" to "int"
Various fcntl(2) commands require an integral 'arg'.
The man page said it must be "long" in all such cases.
However, for the cases covered by POSIX, there is an
explicit requirement that these arguments be "int".
Update the man page to reflect. Probably, all of the
other "long" cases (not specified in POSIX) should
be "int", and this patch makes them so. Based on a
note fromEric Blake, relating to F_DUPFD_CLOEXEC.
gettimeofday.2
Reorganize content
The main change is to move the historical information about
the 'tz_dsttime' to NOTES.
Note that compiler issues warnings if 'tv' is NULL
mmap.2
Clarify that this system call should not be invoked directly
See https://bugzilla.kernel.org/show_bug.cgi?id=42892
Clarify NOTES discussion of mmap() versus mmap2()
poll.2
Document negative value in 'fd' field
Document semantics of passing zero in 'events' field
ptrace.2
Various fixes
For some reason, the PTRACE_TRACEME paragraph talks about some
general aspects of ptraced process behavior. It repeats the
"tracee stops on every signal" information even though that was
already explained just a few paragraphs before. Then it describes
legacy SIGTRAP on execve().
This patch deletes the first part, and moves the second part up,
into the general ptrace description. It also adds
"If PTRACE_O_TRACEEXEC option is not in effect" to the description
of the legacy SIGTRAP on execve().
The patch also amends the part which says "For requests other
than PTRACE_KILL, the tracee must be stopped." - PTRACE_ATTACH
also doesn't require that.
sigaction.2
Clarify that the use of SI_SIGIO is for Linux 2.2 only
See also http://sourceware.org/bugzilla/show_bug.cgi?id=6745
sigprocmask.2
ERRORS: add EFAULT
times.2
ERRORS: Add EFAULT
div.3
CONFORMING TO: Add C99
fread.3
Clarify further that return value is number of items, not bytes
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665780
getaddrinfo.3
Correct type of ai_addrlen field
malloc.3
SEE ALSO: add malloc_usable_size(3)
SEE ALSO: Add malloc_trim(3)
mallopt.3
Fix text describing M_PERTURB and free()
SEE ALSO: Add malloc_trim(3)
memchr.3
Remove mention of terminating null in description of rawmemchr()
perror.3
Note that use of 'sys_errlist' is deprecated
rcmd.3
glibc eventually added a declaration of iruserok() in version 2.12
sysconf.3
Add mention of _SC_SYMLOOP_MAX
nologin.5
nologin must not only exist, but *be readable* to be effective
nsswitch.conf.5
Significant rewrites and improvements
This patch applies to nsswitch.conf.5 in man-pages-3.36.
My changes almost completely rewrite large sections of the
man page. They are needed to add clarity, correct grammar,
reduce confusion, and bring up-to-date with the latest glibc.
I have checked the man page against the nss source code in
glibc 2.14.90.
Historical notes are demoted to the footer.
The rewrite makes the man page much clearer to
understand, more authoratitive, and easier to read.
Light edits to Mark Bannister's changes
capabilities.7
Add prctl(PR_SET_MM) to CAP_SYS_RESOURCE
epoll.7
Some minor clarifications at start of DESCRIPTION
netlink.7
Note cases where nonprivileged users can use netlink multicast groups
See also https://bugzilla.novell.com/show_bug.cgi?id=754611
unix.7
Add a detail on autobind feature
ld.so.8
Document effect of hwcaps on search path
Wording by Aurelien Jarno from Debian glibc's r4701 (2011-06-04).
Addresses http://bugs.debian.org/622385
- removed upstreamed netlink.patch
++++ mcelog:
- Fixed description in init-file.
++++ meslo-lg-fonts:
- added COPYING
++++ microcode_ctl:
- Update AMD microcode to 2012-01-17.
- Autoloading on fam15 and newer have a _famXX suffix, which is
causing warnings during boot on new systems (bnc#758499).
++++ ocfs2-tools:
- Add ocfs2-tools-kernel33.patch: Fix build with kernel 3.3, which
dropped umode_t.
++++ opengl-games-utils:
- Require glxinfo by binary path
- Fix category to match official list
++++ perl-Net-Twitter:
- update to 3.18002:
* added API method subscriptions; list_subscriptions is now all_subscriptions
with alias list_subscriptions
* deprecated TwitterVision API support
* added API method members_destroy_all with alias remove_list_members
* added deprecation warning for 'trends'; calls trends_location(1), instead
++++ python-docutils:
- Disable testsuite altogether, fails also on the bleeding_edge_* repos
++++ python-nose:
- Disable testsuite on openSUSE-11.4 and less to fix build
++++ python-tornado:
- Update to 2.2.1:
- tornado.web.RequestHandler.set_header now properly sanitizes
input values to protect against header injection, response
splitting, etc. (it has always attempted to do this, but the
check was incorrect). Note that redirects, the most likely
source of such bugs, are protected by a separate check in
RequestHandler.redirect.
- Colored logging configuration in tornado.options is compatible
with Python 3.2.3 (and 3.3).
++++ rubygem-exception_notification:
- update to 2.6.1
* bug fixes
* Fix finding custom sections on Background notifications. Fixes [#68]
++++ rubygem-sass:
- update to 3.1.16
Fix some bugs in sass-convert selector parsing when converting from CSS.
Substantially improve compilation performance on Ruby 1.8.
Support the @-moz-document directive’s non-standard url-prefix and domain function syntax.
Support the @supports directive.
Fix a performance issue when using /*! */ comments with the Rails asset pipeline.
Support -moz-element.
Properly handle empty lists in sass-convert.
Move from FSSM to Listen for file-system monitoring.
++++ suse-xsl-stylesheets:
- Version 1.9.4:
Fixed the following bugs:
- Ticket#48: Replace Obsolete PI Mechanism for product names and numbers
Preliminary, need to test it
- Added setinfo in set for Novdoc DTD
++++ systemd:
- Add fix-getty-isolate.patch: don't quit getty when changing
runlevel (bnc#746594)
++++ thessalonica-tempora-lgc-fonts:
- license update: GPL-2.0-with-font-exception
See /tempora-lgc.otf/README
++++ virt-utils:
- update qemu utils to latest stable release: 1.0.1
For changes see: http://wiki.qemu.org/ChangeLog/1.0
++++ virt-viewer:
- Fix failure of viewer to close when guest is terminated
virtview-git-vnc-close.patch
- Additional upstream fix
virtview-git-uri-crash.patch
++++ xorg-x11-driver-video:
- Change xf86-video-qxl Requires to Recommends, as recent versions
of xf86-video-qxl don't build on openSUSE <= 12.1 due to the
requirement on spice. For all our practical needs, the Recommends
matches what we need anyway.
- This makes xorg-x11-driver-video installable on openSUSE <= 12.1
again.
++++ yast2-audit-laf:
- fixed desktop file for autoyast
- 2.22.2
++++ yast2-bootloader:
- don't do kexec on hyper-v (bnc#732693)
- 2.23.3
++++ yast2-dns-server:
- Fixed redrawing records settings UI entries when deleting
records (BNC#758745).
- 2.23.2
++++ yast2-network:
- keep_install_network added to rnc file (bnc#758529)
++++ yast2-schema:
- fix for pxe.rnc from the autoyast package
- 2.22.0
- added yast2-online-update-configuration to
BUILDREQUIRES
++++ yast2-sound:
- reimplemented driver reloading ("rcalsasound reload" does not
work with systemd) (bnc#751689)
++++ yast2-sshd:
- fixed schema definition in desktop file
- 2.22.0
++++ zypper:
- More fixes for multibyte string output (bnc#735016)
- version 1.7.2
------------------------------------------------------------------
------------------ 2012-4-23 - Apr 23 2012 -------------------
------------------------------------------------------------------
++++ Mesa:
- Enable xa state tracker and svga gallium drivers (vmwgfx stack)
++++ accountsservice:
- Add back accountsservice-filter-more-accounts.patch to filter the
at user.
- Add accountsservice-filter-no-shell.patch to filter users with no
shell, which happens when NIS is setup.
- This should fix bnc#757662.
- Rebase accountsservice-filter-suse-accounts.patch.
++++ build:
- do not use sle-baselibs.conf on openSUSE
++++ collectd:
- Drop collectd-fix_new_yajl_lib.patch and collect-libnotify_070.patch
both are handled in the new version.
++++ crmsh:
- Add libxslt-tools to BuildRequires
++++ dd_rhelp:
- Update to version 0.3.0:
* new: fix of some macos bugs
* fix: handfull of little buts where fixed as usual.
* fix: several patches from Kurt Garloff were merged.
From version 0.2.0:
* new: macosx support will use BSD sed and BSD stat
* new: main algo is somewhat cleverer than before by going first
forward then backwards and choosing a bias to favor forward
dd_rescueing which is often much quicker.
* new: big efforts on the testing bed for dd_rhelp.
* imp: efforts to add some consistency checks all around.
* imp: some effort to cache some values results in some soft speed
ameliorations.
* fix: handfull of little bugs where fixed.
* fix: correctly handle strange behavior where EINVAL is sent in
place of EOF
- Removed all previous patches (since they are merged upstream or fixed
otherwise).
++++ xfce4-branding-openSUSE:
- libgarcon-branding-openSUSE should have a reverse dependency on
libgarcon-data rather than libgarcon-1-0
++++ fslsfonts:
- Update to version 1.0.4:
+ Compiler warning fixes.
+ Janitorial cleanups.
+ Build configuration improvements.
++++ fstobdf:
- Update to version 1.0.5:
+ Compiler warning fixes.
+ Janitorial cleanups.
+ Build configuration improvements.
- Add pkgconfig(xproto) BuildRequires: new dependency upstream.
++++ gdl:
- Update to version 3.4.2:
+ Use correct so name (bgo#673010)
+ Updated translations.
- Drop gdl-soversion.patch: fixed upstream.
++++ gedit-plugins:
- Update to version 3.4.0:
+ Misc bugfixes
+ Updated translations.
- Drop gedit-plugins-implicit.patch: fixed upstream.
++++ gmime:
- Update to version 2.6.9:
+ Properly handle application/x-pkcs7-signature (bgo#674032)
- Changes from version 2.6.8:
+ Bugs fixed: bgo#671785, bgo#673493.
++++ gnome-disk-utility:
- Update to version 3.4.1:
+ Updated translations.
++++ google-alegreya-fonts:
- remove Vendor: tag
++++ google-cabin-fonts:
- remove Vendor: tag
++++ google-cousine-fonts:
- remove Vendor: tag
++++ google-nobile-fonts:
- removed Vendor: tag
++++ gpsd:
- update to gpsd version 3.5
++++ guile:
- mark this threads test as unresolved since it may produce false
negatives, depending on the behavior/timing of the garbage
collector.
++++ kiwi:
- v5.02.25 released
++++ kvm:
- Update to qemu-kvm v1.0.1
- see http://wiki.qemu.org/ChangeLog/1.0 for details
- Update SeaBIOS to v1.7.0, which includes the following:
- Many enhancements to VGA BIOS code - it should now be feature
complete with LGPL vgabios
- Support for virtio-scsi
- Improved USB drive (usb-msc) support
- Several USB controller bug fixes and improvements
- Runtime ACPI AML PCI hotplug construction
- Support for running on i386 and i486 CPUs
- Enhancements to PCI init when running on emulators
- Several bug fixes
- Update to iPXE v1.0.0
- many misc fixes
++++ gupnp-av:
- Update to version 0.10.2:
+ Update Autotools integration.
+ Several fixes from static code analysis.
+ Fix an endless loop on really large {Source,Sink}ProtocolInfo
strings.
+ Fix a crash in gupnp_didl_lite_contributor_get_name.
+ Fix documentation for gupnp_didl_lite_object_get_parent_id.
+ Fix a memory leak in resolution parsing.
+ Allow OP, CI and PS params without DLNA profile.
+ Bugs fixed: bgo#653894, bgo#671246, bgo#674319, bgo#674324,
bgo#674325.
++++ openldap2-client:
- Disabled testsuite for now. Causes problems in the buildserivce
++++ openssl:
- update to latest stable verison 1.0.0i
including the following patches:
CVE-2012-2110.path
Bug748738_Tolerate_bad_MIME_headers.patch
bug749213-Free-headers-after-use.patch
bug749210-Symmetric-crypto-errors-in-PKCS7_decrypt.patch
CVE-2012-1165.patch
CVE-2012-0884.patch
bug749735.patch
++++ libsolv:
- added testcase framework
- add solver_get_unneeded() to get a list of no longer needed
installed packages
- changed duprule generation to ignore uninstallable packages [bnc#750485]
- fix memory leaks
- speed up whatprovides generation
- support 64bit nums, return files sizes in bytes
- return errors instead of calling exit()
- support tilde in rpm version comparison [bnc#466994]
- 0.1.0
++++ telepathy-glib:
- Update to version 0.18.1:
+ Enhancements:
- Make various methods of the form get_foo() available to
gobject-introspection
- Improve stream tube examples
- Improve documentation
+ Fixes:
- Change the type of TpStreamTubeConnection::closed's argument
from POINTER to ERROR so PyGI can bind it
- Avoid TpCallChannel potentially returning a TpContact with no
identifier
- Use the right macro to avoid post-2.30 GLib APIs
- Fix warnings with newer gtk-doc and g-ir-scanner (fdo#48592,
fdo#48363, fdo#48620)
- Make various warnings non-fatal for this stable branch: GIR
scanner warnings, documentation completeness, and deprecated
functions (fdo#48363)
- Don't hard-code use of a particular abstract socket in
dbus-tube-chan test, fixing test failure on non-Linux
(fdo#48600)
++++ mc:
- Update to 4.8.1.2 (bugfix release):
The changes since 4.8.1.1 are to numerous to list here.
Please see the file NEWS in the documentation for a complete list.
- mc-mcviewsegfault.patch removed, fixed in changeset 95fdd2
++++ nagios-plugins:
- introduce a new subpackage nagios-plugins-libs that contains
most of the content of the former nagios-plugins package. That
should make updates easier as the nagios-plugins package itself
can now require all former included packages and the single
check-packages just need to require the nagios-plugins-libs
package on demand
- change recommends to requires in nagios-plugins and
nagios-plugins-extras, so users with 'solver.onlyRequires'=true
can also upgrade to the new package layout without problems
- provide the nagios-plugins-xenvm package only for x86 hardware
as the required xen-tools are just built there
++++ ntp:
- bnc#758253 - L3: ntp fails if host has more than 1024 IP-addresses
ntp#1180 - ntpd won't start with more than 1000 interfaces
++++ openldap2:
- Disabled testsuite for now. Causes problems in the buildserivce
++++ opensuse-manuals_ru:
- Manuals translate update for 12.1 (bnc#758401)
++++ pam:
- Update homepage URL in specfile
++++ perl-Bootloader:
- add read/write grub2-efi's settings for global options from yast2's
bootloader option widgets, including timeout, hiddenmenu, vgamode, append
and default
- add read/write grub2's settings for serial console from yast2's bootloader
option widgets
- add read/write grub2's settings for global options from yast2's bootloader
option widgets, including timeout, hiddenmenu, vgamode, append and default
- fix bootloader_entry util to correctly handle grub2's case (bnc#755183)
++++ python-Jinja2:
- Add python 3 package
- Simplify vim plugin packaging
- Add suggests for vim and emacs in their respective
packages
- Removed test for obsolete openSUSE version
++++ python-django-picklefield:
- Update to 0.2.1:
* Use __slots__ to optimize _ObjectWrapper (thanks to Simon
Charette).
++++ python-djvulibre:
- Corrected license: GPL-2.0 only (bnc#758438).
++++ python-numpy:
- Add python 3 package
- devel package BuildRequires -> Requires
++++ python-pyasn1-modules:
- Update to upstrean release 0.0.3
++++ python3-Jinja2:
- Add python 3 package
- Simplify vim plugin packaging
- Add suggests for vim and emacs in their respective
packages
- Removed test for obsolete openSUSE version
++++ python3-docutils:
- Add python 3 package
++++ python3-numpy:
- Add python 3 package
- devel package BuildRequires -> Requires
++++ rpm-python:
- modified capsule api diff to match rpm upstream
++++ rubygem-actionpack-3_2:
- Fix dependencies, (build)require actionpack-3_2, rack-cache-1_2
and activesupport-3_2 directly (instead of unversioned packages)
++++ rubygem-activemodel-3_2:
- Explicit (build)requires for rubygem-activesupport-3_2
++++ rubygem-activeresource-3_2:
- Explicit (build)requires for rubygem-activesupport-3_2 and
rubygem-activemodel-3_2
++++ rubygem-mail-2_4:
- Also require rubygem-i18n-0_6 instead of rubygem-i18n
++++ seamonkey:
- update to Seamonkey 2.9 (bnc#758408)
* MFSA 2012-20/CVE-2012-0467/CVE-2012-0468
Miscellaneous memory safety hazards
* MFSA 2012-22/CVE-2012-0469 (bmo#738985)
use-after-free in IDBKeyRange
* MFSA 2012-23/CVE-2012-0470 (bmo#734288)
Invalid frees causes heap corruption in gfxImageSurface
* MFSA 2012-24/CVE-2012-0471 (bmo#715319)
Potential XSS via multibyte content processing errors
* MFSA 2012-25/CVE-2012-0472 (bmo#744480)
Potential memory corruption during font rendering using cairo-dwrite
* MFSA 2012-26/CVE-2012-0473 (bmo#743475)
WebGL.drawElements may read illegal video memory due to
FindMaxUshortElement error
* MFSA 2012-27/CVE-2012-0474 (bmo#687745, bmo#737307)
Page load short-circuit can lead to XSS
* MFSA 2012-28/CVE-2012-0475 (bmo#694576)
Ambiguous IPv6 in Origin headers may bypass webserver access
restrictions
* MFSA 2012-29/CVE-2012-0477 (bmo#718573)
Potential XSS through ISO-2022-KR/ISO-2022-CN decoding issues
* MFSA 2012-30/CVE-2012-0478 (bmo#727547)
Crash with WebGL content using textImage2D
* MFSA 2012-31/CVE-2011-3062 (bmo#739925)
Off-by-one error in OpenType Sanitizer
* MFSA 2012-32/CVE-2011-1187 (bmo#624621)
HTTP Redirections and remote content can be read by javascript errors
* MFSA 2012-33/CVE-2012-0479 (bmo#714631)
Potential site identity spoofing when loading RSS and Atom feeds
++++ vm-install:
- Updated numerous language files
++++ vsftpd:
- fix building on 11.4 x86_64 and lower
* fix where, when, & how __USE_GNU gets #defined
* make seccomp optional and disable it on 10.3 and lower
++++ xf86-input-synaptics:
- Disable xf86-input-synaptics-move-threshold.diff: having this
patch enabled and touching the pad resets X.
++++ xfce4-panel-plugin-mount:
- update to version 0.6.2
- remove the sudo(8) option, after all experienced users can
still prepend sudo using custom mount commands
- translation updates
++++ xmodmap:
- Update to version 1.0.7:
+ Build fixes.
++++ yast2-bootloader:
- add "Boot Loader Options" dialog for grub2-efi that provides widgets for
manipulating global options. These options include timeout, vgamode,
append and default.
- add widgets for enabling serial console and specify it's arguments on
"Boot Loader Options" dialog.
- add "Boot Loader Options" dialog for grub2 that provides widgets for
manipulating global options. These options include activate, generic_mbr,
timeout, vgamode, append and default.
- 2.23.2
- adapted ssh command for 2nd stage ssh installation (bnc#745340)
++++ yast2-lxc:
- handle more consoles running
- check console processes state
- properly handle buttons enablement
- report error on start failure
- stop container before deleting
- enable manual refreshing of the table
- 2.17.3
- show list of containers
- start container in background, allow connect via console
- 2.17.2
------------------------------------------------------------------
------------------ 2012-4-22 - Apr 22 2012 -------------------
------------------------------------------------------------------
++++ branding-openSUSE:
- Fully updated design for 12.2
- ksplash-qml-suse added
++++ colorhug-client:
-add proper copyright to the spec file
++++ dbus-1:
- added libdbus-1-3 to build for -32bit...
- adeed post and postun sections for libdbus-1-3
++++ freerdp:
- added freerdp-fix-FindPCSC-macro.patch which fixes the build by
setting PCSC_LIBRARIES and PCSC_INCLUDE_DIRS variables explicitly
which are otherwise empty
(https://github.com/FreeRDP/FreeRDP/issues/562)
++++ fuse:
- update to 2.9.0
- Add "zero copy" support for kernel 2.6.35 or newer
- Make maximum background requests tunable on kernel 2.6.32 or
newer
- Require --no-canonicalize in (u)mount (util-linux version 2.18
or newer) to fix security problems with fusermount
- Use dynamically sized hash tables in high level library
- Memory use of filesystem daemon can shrink more easily
- Add "auto_unmount" option
- Add "remember" option
- Add man pages for fusermount, mount.fuse and ulockmgr_server
- API changes:
- Introduce "store" and "retrieve" for accessing kernel
buffers on kernel 2.6.36 or newer
- Introduce abstract buffer for zero copy operations
- Allow path calculation to be omitted on certain operations
- Allow batching forget requests
- Add "flock" method
- Add support for ioctl on directories
- Add delete notification
- drop fuse-pc-remove-libdir-from-Libs.diff (upstream)
++++ glibc:
- gcc 4.7 does not build crt files properly on powerpc64, backport
patch from upstream to handle this
(glibc-2.16-powerpc-initfini.patch)
++++ glibc:
- gcc 4.7 does not build crt files properly on powerpc64, backport
patch from upstream to handle this
(glibc-2.16-powerpc-initfini.patch)
++++ hello:
- update to version 2.8
- use newer autotools and friends
- update translations
++++ imapfilter:
- update to version 2.5.2
- Persistent errors or connection failures are now ignored when
running in daemon mode, and a reconnection is attempted during
the next loop iteration.
- Bug fix; problems with failure handling during login/logout.
++++ iscsitarget:
- Update to svn trunk, r480, which identifies itself as 0.4.20.3
+ Fix build with latest kernels.
++++ kernel-debug:
- Update config files: Merged omap2plus changes.
- commit f0e2149
++++ kernel-default:
- Update config files: Merged omap2plus changes.
- commit f0e2149
++++ kernel-desktop:
- Update config files: Merged omap2plus changes.
- commit f0e2149
++++ kernel-source:
- Update config files: Merged omap2plus changes.
- commit f0e2149
++++ kernel-docs:
- Update config files: Merged omap2plus changes.
- commit f0e2149
++++ kernel-ec2:
- Update config files: Merged omap2plus changes.
- commit f0e2149
++++ kernel-pae:
- Update config files: Merged omap2plus changes.
- commit f0e2149
++++ kernel-syms:
- Update config files: Merged omap2plus changes.
- commit f0e2149
++++ kernel-trace:
- Update config files: Merged omap2plus changes.
- commit f0e2149
++++ kernel-vanilla:
- Update config files: Merged omap2plus changes.
- commit f0e2149
++++ kernel-xen:
- Update config files: Merged omap2plus changes.
- commit f0e2149
++++ kiwi:
- fixed loop in partition size check
- added a check for the split read/write partition size
when creating the virtual disk.
++++ json-c:
- Fix LFS support in x86.
- Do not build with -Werror
- Remove "la" files
- tune up autotools scripts as well ensure config.h is included
everywhere
++++ v4l-utils:
- Update to v0.8.8
Utils changes:
* dvb-format-convert: fix argument check and helper message
libv4l changes:
* tinyjpeg: Better luminance quantization table for Pixart JPEG
* tinyjpeg: Fix out of bounds array usage
* libv4lconvert: Use bytesperline instead of width
* libv4lconvert: Revert Lenovo X201 upside down table entry
* libv4lconver: Add 06f8:301b pac7302 based cam to the quirk table
++++ libzypp:
- Update zypp-po.tar.bz2
++++ llvm:
- Update to svn revision 155320 from 3.1 branch
* AVX fixes
++++ mercurial:
- update to version 2.1.2
* bugfix release
http://mercurial.selenic.com/wiki/WhatsNew
++++ plplot:
- Extend plplot-gcc-ada46-libs.patch to include gnat-4.7 in plus.
++++ vtk:
- Use the gl2ps and hdf5 system libraries for building in openSUSE > 12.1.
- Updated Mesa and XOrg dependencies for openSUSE > 12.1.
- Removed the following dependencies which are not needed:
MesaGLw-devel, freeglut-devel, gcc-java, libgcj-devel and sqlite3-devel.
- Removed postgresql-devel dependency (wasn't enabled and fails to compile
anyway - added a note about it).
- Removed build time references so build-compare can do its work.
- Compile the package out-of-source.
- Use the generic "VTK_USE_SYSTEM_LIBRARIES" cmake variable for enabling the
use of system libraries instead of doing it with a per package variable.
++++ qpdf:
- Add qpdf-gcc47.patch: Fix build with gcc 4.7.
++++ sdparm:
- Update to version 1.07
- LB provisioning + Block limits VPD pages to sbc3r27
- Enhanced phy control page: optical mode enabled (spl-r07)
- Phy control and discover page: sync to spl2r02
- sync with spc4r31+32 (handle status good with sense)
- extented inquiry VPD: add POA_SUP, HRA_SUP and VSA_SUP
- application tag mode page subcode 0xf0->0x2 (sbc3r28)
- add 'sinq' pseudo VPD page for standard inquiry response
- add power consumption mode and VPD pages (spc4r33)
- point out some mode page numbers are vendor specific
++++ sg3_utils:
- Update to version 1.33
- sg_ses: major rework of indexes (again), now two level
- sg_write_buffer: new --specific option for mode specific
field; new mode 13 (spc4r32)
- sg_vpd: add hp3par volume info vendor VPD page
- fix 'scsi ports' [0x88] page problem
- add 'sinq' pseudo page for standard inquiry response
- add power consumption page
- sg_format: add --poll= option for request sense polling
- improve handling of disks > 2 TB and DIF (protection)
- sg_logs: LB provision lpage extra (sbc3r28)
- sg_modes: application tag mpage subcode 0xf0->0x2
- sg_write_same: no prot fields when wrprotect=0
- sg_get_lba_status: reflect change in sbc3r25 to Parameter
Data Length response field (offset reduced from 8 to 4)
- sg_inq, sg_vpd: sync with spc4r33
- win32: change DataBufferOffset type per MSDN; caused
problem with 64 bit machines (with buffered interface)
- sg_luns: tweak documentation for vendor specific reports
- add man pages for scsi_loging_level, scsi_mandat,
scsi_satl and scsi_temperature
++++ splashy:
- Add splashy-glib231.patch: Fix build with glib 2.31.
++++ tcpd:
- Refresh all patches
- Also, pass getconf LFS_CFLAGS into CFLAGS
++++ xorg-x11-driver-video-ivtv:
- Update to version 1.1.2:
+ Adjust to latest Xorg.
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ zypper:
- Update zypper-po.tar.bz2
------------------------------------------------------------------
------------------ 2012-4-21 - Apr 21 2012 -------------------
------------------------------------------------------------------
++++ MozillaFirefox:
- update to Firefox 12.0 (bnc#758408)
* rebased patches
* MFSA 2012-20/CVE-2012-0467/CVE-2012-0468
Miscellaneous memory safety hazards
* MFSA 2012-22/CVE-2012-0469 (bmo#738985)
use-after-free in IDBKeyRange
* MFSA 2012-23/CVE-2012-0470 (bmo#734288)
Invalid frees causes heap corruption in gfxImageSurface
* MFSA 2012-24/CVE-2012-0471 (bmo#715319)
Potential XSS via multibyte content processing errors
* MFSA 2012-25/CVE-2012-0472 (bmo#744480)
Potential memory corruption during font rendering using cairo-dwrite
* MFSA 2012-26/CVE-2012-0473 (bmo#743475)
WebGL.drawElements may read illegal video memory due to
FindMaxUshortElement error
* MFSA 2012-27/CVE-2012-0474 (bmo#687745, bmo#737307)
Page load short-circuit can lead to XSS
* MFSA 2012-28/CVE-2012-0475 (bmo#694576)
Ambiguous IPv6 in Origin headers may bypass webserver access
restrictions
* MFSA 2012-29/CVE-2012-0477 (bmo#718573)
Potential XSS through ISO-2022-KR/ISO-2022-CN decoding issues
* MFSA 2012-30/CVE-2012-0478 (bmo#727547)
Crash with WebGL content using textImage2D
* MFSA 2012-31/CVE-2011-3062 (bmo#739925)
Off-by-one error in OpenType Sanitizer
* MFSA 2012-32/CVE-2011-1187 (bmo#624621)
HTTP Redirections and remote content can be read by javascript errors
* MFSA 2012-33/CVE-2012-0479 (bmo#714631)
Potential site identity spoofing when loading RSS and Atom feeds
- added mozilla-libnotify.patch to allow fallback from libnotify
to xul based events if no notification-daemon is running
- gcc 4.7 fixes
* mozilla-gcc47.patch
* disabled crashreporter temporarily for Factory
- recommend libcanberra0 for proper sound notifications
++++ MozillaThunderbird:
- update to Thunderbird 12.0 (bnc#758408)
* MFSA 2012-20/CVE-2012-0467/CVE-2012-0468
Miscellaneous memory safety hazards
* MFSA 2012-22/CVE-2012-0469 (bmo#738985)
use-after-free in IDBKeyRange
* MFSA 2012-23/CVE-2012-0470 (bmo#734288)
Invalid frees causes heap corruption in gfxImageSurface
* MFSA 2012-24/CVE-2012-0471 (bmo#715319)
Potential XSS via multibyte content processing errors
* MFSA 2012-25/CVE-2012-0472 (bmo#744480)
Potential memory corruption during font rendering using cairo-dwrite
* MFSA 2012-26/CVE-2012-0473 (bmo#743475)
WebGL.drawElements may read illegal video memory due to
FindMaxUshortElement error
* MFSA 2012-27/CVE-2012-0474 (bmo#687745, bmo#737307)
Page load short-circuit can lead to XSS
* MFSA 2012-28/CVE-2012-0475 (bmo#694576)
Ambiguous IPv6 in Origin headers may bypass webserver access
restrictions
* MFSA 2012-29/CVE-2012-0477 (bmo#718573)
Potential XSS through ISO-2022-KR/ISO-2022-CN decoding issues
* MFSA 2012-30/CVE-2012-0478 (bmo#727547)
Crash with WebGL content using textImage2D
* MFSA 2012-31/CVE-2011-3062 (bmo#739925)
Off-by-one error in OpenType Sanitizer
* MFSA 2012-32/CVE-2011-1187 (bmo#624621)
HTTP Redirections and remote content can be read by javascript errors
* MFSA 2012-33/CVE-2012-0479 (bmo#714631)
Potential site identity spoofing when loading RSS and Atom feeds
- update Enigmail to 1.4.1
- added mozilla-revert_621446.patch
- added mozilla-libnotify.patch (bmo#737646)
- added mailnew-showalert.patch (bmo#739146)
- added mozilla-gcc47.patch and mailnews-literals.patch to fix
compilation issues with recent gcc 4.7
- disabled crashreporter temporarily for Factory (gcc 4.7 issue)
++++ cairo:
- Add cairo-fix-wrong-allocation: fix wrong allocation in
_cairo_pdf_surface_add_source_surface (bnc#758422).
++++ calibre:
- update to 0.8.48
- New Features
* Conversion: The search and replace feature has been completely
revamped.
* Support for the new '.azw3' files that Amazon recently started
generating. calibre will now detect them as ebooks. It can also
view/convert them, if they are DRM free.
* Drivers for Samsung Galaxy ACE GT-S5830L and HTC One X
- Bug Fixes
* Get Books: Support the new website design of Barnes & Noble
* T1 driver: Fix books sent to SD card sometimes resulting problems when
deleted.
* Do not allow author names to be set to blank via the Manage authors
function. Blank authors are now automatically set to 'Unknown'
* MOBI Output: Handle background color specified on and in addition to
tags.
* MOBI Output: Fix underline style applied to parent element not getting
inherited by children.
++++ kiwi:
- add unit tests for the getOEM* methods
Prior to undertacing the restructuring of the XML object we need to get
unit tests in place
++++ kmod:
- Restore patch descriptions
(and use `quilt setup` for rediff in future)
++++ samba:
- docs-xml: fix default name resolve order; (bso#7564).
- s3-aio-fork: Fix a segfault in vfs_aio_fork; (bso#8836).
- docs: remove whitespace in example samba.ldif; (bso#8789).
- s3-smbd: move print_backend_init() behind init_system_info(); (bso#8845).
- s3-docs: Prepend '/' to filename argument; (bso#8826).
++++ xulrunner:
- update to 12.0 (bnc#758408)
* rebased patches
* MFSA 2012-20/CVE-2012-0467/CVE-2012-0468
Miscellaneous memory safety hazards
* MFSA 2012-22/CVE-2012-0469 (bmo#738985)
use-after-free in IDBKeyRange
* MFSA 2012-23/CVE-2012-0470 (bmo#734288)
Invalid frees causes heap corruption in gfxImageSurface
* MFSA 2012-24/CVE-2012-0471 (bmo#715319)
Potential XSS via multibyte content processing errors
* MFSA 2012-25/CVE-2012-0472 (bmo#744480)
Potential memory corruption during font rendering using cairo-dwrite
* MFSA 2012-26/CVE-2012-0473 (bmo#743475)
WebGL.drawElements may read illegal video memory due to
FindMaxUshortElement error
* MFSA 2012-27/CVE-2012-0474 (bmo#687745, bmo#737307)
Page load short-circuit can lead to XSS
* MFSA 2012-28/CVE-2012-0475 (bmo#694576)
Ambiguous IPv6 in Origin headers may bypass webserver access
restrictions
* MFSA 2012-29/CVE-2012-0477 (bmo#718573)
Potential XSS through ISO-2022-KR/ISO-2022-CN decoding issues
* MFSA 2012-30/CVE-2012-0478 (bmo#727547)
Crash with WebGL content using textImage2D
* MFSA 2012-31/CVE-2011-3062 (bmo#739925)
Off-by-one error in OpenType Sanitizer
* MFSA 2012-32/CVE-2011-1187 (bmo#624621)
HTTP Redirections and remote content can be read by javascript errors
* MFSA 2012-33/CVE-2012-0479 (bmo#714631)
Potential site identity spoofing when loading RSS and Atom feeds
- added mozilla-libnotify.patch to allow fallback from libnotify
to xul based events if no notification-daemon is running
- gcc 4.7 fixes
* mozilla-gcc47.patch
* disabled crashreporter temporarily for Factory
++++ virtualbox:
- drop vbox-config.diff and use LocalConfig.kmk to properly define
lib,app and doc paths (bnc#737525)
++++ seamonkey:
- update to 2.9b4
- added mozilla-sle11.patch and add exceptions to be able to build
for SLE11/11.1
- exclude broken gl locale from build
- fixed build on 11.2-x86_64 by adding mozilla-revert_621446.patch
- added mozilla-gcc47.patch and mailnews-literals.patch to fix
compilation issues with recent gcc 4.7
------------------------------------------------------------------
------------------ 2012-4-20 - Apr 20 2012 -------------------
------------------------------------------------------------------
++++ CodeAnalyst:
- Add CodeAnalyst-gcc47.patch: Fix build with gcc 4.7.
++++ aaa_base:
- fix return values of systemd detection
++++ alsa-tools:
- Backport upstream patches to add hda-verb program
++++ calligra:
- Changed license of calligra-plan and calligra-words to
"GPL-2.0 and GPL-2.0+ and LGPL-2.1+" (fix for bnc#757711).
++++ cogl:
- Update to version 1.10.2:
+ Fix for fallback path in cogl_texture_get_data when reading
from an FBO doesn't work.
+ Bug fix to make cogl_pipeline_get_depth_state work.
+ The cogl-crate and cogl-msaa examples now show error messages
if it fails to initialise.
+ cogl_context_new no longer crashes if initialisation fails when
passed a NULL display.
+ Visual Studio build fixes.
+ Bugs fixed: bgo#672533, bgo#673137.
+ Updated translations.
++++ colorhug-client:
- Change BuildRequires to pkgconfig() style:
+ Old ones: glib2-devel, gtk3-devel, libcanberra-devel,
libcolord-devel, libgusb2-devel, liblcms2-devel, libsoup-devel.
+ New ones: colord, gio-2.0, glib-2.0, gmodule-2.0, gobject-2.0,
gtk+-3.0, gusb, lcms2, libcanberra-gtk3, libsoup-2.4.
- Remove unneeded BuildRequires: gettext, libcanberra-gtk3-0,
sqlite-devel.
- Change license tag from GPL-2.0 to GPL-2.0+.
- Split translations in a lang subpackage.
- General cleanup of spec file for inclusion in Factory.
++++ desktop-translations:
- Set version to 12.2.
- Update translations.
- PREPARE_PACKAGE: do not allow msgattrib to break long lines (use
- -width 1000).
++++ xfce4-branding-openSUSE:
- libxfce4ui-branding-openSUSE
- added keyboard shortcuts for starting browser and MUA with
XF86WWW and XF86Mail
- use startup notification for xfce4-appfinder shortcuts
- xfce4-settings-branding-openSUSE
- order the menus in xfce-settings-manager.menu
- xfwm4-branding-openSUSE
- enable tiling
++++ glibc:
- Disable patch x86-cpuid-level2.patch, this should be fixed in
valgrind now.
++++ glibc:
- Disable patch x86-cpuid-level2.patch, this should be fixed in
valgrind now.
++++ gramofile:
- Add all patches from debian that we don't already have:
20-overflow-fixes.dpatch
20-shell-quoting.dpatch
20-via-kludge.dpatch
20-warning-fixes.dpatch
30-basename-fix.dpatch
40-fast-swap-and-buffer.dpatch
50-cmf3.dpatch
60-bplay_in_gramo.dpatch
70-endian-fixes.dpatch
91_rename_cdrecord_wodim.dpatch
70-endian-fixes.dpatch is the most important one as it fixes
endianess bugs as well as making 64 bit binaries work again.
++++ libgsf:
- Update to version 1.14.23:
+ Fix read/write of GSF_DOCPROP_VECTOR_TYPE meta data
[Part of bgo#672716].
+ Add gobject introspection support. [bgo#610340]
+ OpenBSD portability fix.
+ Make introspection work when libgsf is not installed
[bgo#671698]
+ Fix time stamp drift problem. [Part of bgo#671860]
+ New GsfODFOut class.
- Pass --with-python to configure. This was implicit before.
- Add pkgconfig(gobject-introspection-1.0) BuildRequires: Add new
gobject-introespection support.
- Split out typelib in typelib-1_0-Gsf-1 subpackage and require
the new subpackage from the -devel package.
++++ kbd:
- Place binaries into /usr tree (UsrMerge project)
++++ kernel-debug:
- Update Xen patches to 3.4-rc3 and c/s 1172.
- config.conf: Re-enabled Xen configs.
- Update config files.
- commit 9f943f6
++++ kernel-default:
- Update Xen patches to 3.4-rc3 and c/s 1172.
- config.conf: Re-enabled Xen configs.
- Update config files.
- commit 9f943f6
++++ kernel-desktop:
- Update Xen patches to 3.4-rc3 and c/s 1172.
- config.conf: Re-enabled Xen configs.
- Update config files.
- commit 9f943f6
++++ kernel-source:
- Update Xen patches to 3.4-rc3 and c/s 1172.
- config.conf: Re-enabled Xen configs.
- Update config files.
- commit 9f943f6
++++ kernel-docs:
- Update Xen patches to 3.4-rc3 and c/s 1172.
- config.conf: Re-enabled Xen configs.
- Update config files.
- commit 9f943f6
++++ kernel-ec2:
- Update Xen patches to 3.4-rc3 and c/s 1172.
- config.conf: Re-enabled Xen configs.
- Update config files.
- commit 9f943f6
++++ kernel-pae:
- Update Xen patches to 3.4-rc3 and c/s 1172.
- config.conf: Re-enabled Xen configs.
- Update config files.
- commit 9f943f6
++++ kernel-syms:
- Update Xen patches to 3.4-rc3 and c/s 1172.
- config.conf: Re-enabled Xen configs.
- Update config files.
- commit 9f943f6
++++ kernel-trace:
- Update Xen patches to 3.4-rc3 and c/s 1172.
- config.conf: Re-enabled Xen configs.
- Update config files.
- commit 9f943f6
++++ kernel-vanilla:
- Update Xen patches to 3.4-rc3 and c/s 1172.
- config.conf: Re-enabled Xen configs.
- Update config files.
- commit 9f943f6
++++ kernel-xen:
- Update Xen patches to 3.4-rc3 and c/s 1172.
- config.conf: Re-enabled Xen configs.
- Update config files.
- commit 9f943f6
++++ kiwi:
- v5.02.24 released
++++ multipath-tools:
- Run update of initrd at %post and %postun.
We need this to make sure initrd reflects the updates.
++++ samba:
- Update to 3.6.5.
- Restrict self granting privileges where security=ads for Samba post-3.3.16;
CVE-2012-2111; (bnc#757576).
++++ udev:
- Don't forget to run mkinitrd_setup first, then mkinitrd.
- Added PreReq /sbin/mkinitrd.
We need it before we run %post or %postun.
++++ proj:
- minor fix to install projects.h needed in devel package.
++++ libreoffice:
- buildfix-icu-4.9.diff: fix build with icu-4.9; needed for openSUSE-12.2
++++ libreoffice:
- buildfix-icu-4.9.diff: fix build with icu-4.9; needed for openSUSE-12.2
++++ libreoffice-help-group1:
- buildfix-icu-4.9.diff: fix build with icu-4.9; needed for openSUSE-12.2
++++ libreoffice-help-en-US:
- buildfix-icu-4.9.diff: fix build with icu-4.9; needed for openSUSE-12.2
++++ libreoffice-help-group2:
- buildfix-icu-4.9.diff: fix build with icu-4.9; needed for openSUSE-12.2
++++ libreoffice-help-group3:
- buildfix-icu-4.9.diff: fix build with icu-4.9; needed for openSUSE-12.2
++++ libreoffice-help-group4:
- buildfix-icu-4.9.diff: fix build with icu-4.9; needed for openSUSE-12.2
++++ libreoffice-help-group5:
- buildfix-icu-4.9.diff: fix build with icu-4.9; needed for openSUSE-12.2
++++ libusb-1_0:
- Update to version 1.0.9:
+ Numerous bug fixes and improvements
+ Backend for Windows, for devices using the WinUSB.sys driver
+ Backend for OpenBSD and NetBSD, for devices using the ugen
driver
+ Add libusb_get_device_speed()
+ Add libusb_has_capability()
+ Add libusb_error_name()
+ Add libusb_get_version()
- Drop libtool BuildRequires and call to autoreconf: as we switched
to an officialy released tarball, there is no need to bootstrap
anymore.
++++ usbredir:
- Update to version 0.4.3:
+ usbredirhost:
- Don't crash on devices in unconfigured state
- Restore original device configuration when releasing the device
- Significantly speed up reset handling
+ usbredirserver:
- Add a manpage
++++ xfce4-session:
- update to version 4.9.2
- make the buttons sensitive when using sudo
- restore ssh and gpg agent starting
- translation updates
++++ lvm2:
- Run update of initrd at %post and %postun.
We need this to make sure initrd reflects the updates.
++++ lxc:
- Add various fixes to opensuse template :
+ create /etc/hostname as symlink to /etc/HOSTNAME
(lxc-clone fix)
+ fix inadequate space in lxc.mount config (lxc-clone fix)
+ disable network in container if not configured
+ configure network scripts properly
- Add lxc-snapshot-btrfs-lvm.patch: backport snapshot support,
using btrfs or lvm2.
- Add lxc-opensuse-tmpfs.patch: ensure container shutting down is
correctly detected by LXC.
++++ mdadm:
- Run update of initrd at %post and %postun.
We need this to make sure initrd reflects the updates.
++++ nautilus-image-converter:
- Remove empty clean section, thanks to Sascha Peilicke for
spotting this.
++++ perl-YAML:
- update to 0.81:
* patch from https://rt.cpan.org/Public/Bug/Display.html?id=74826
* YAML::Mo uses Safe Mo https://rt.cpan.org/Public/Bug/Display.html?id=76664
- changes from 0.80:
* patch from https://rt.cpan.org/Ticket/Display.html?id=73702
* make YAML::Node subclass YAML::Mo::Object as well as Exporter
- changes from 0.79:
* noticed Mo::xxx causing problems on newer perls, removed xxx for now
- changes from 0.78:
* deal with B::Deparse changes
++++ pound:
- upgrade to version 2.6
++++ pure-ftpd:
- spec file: fixed pure-ftpd.service file installation
++++ rpm:
- fix some more crashes on malformed header data
[bnc#754281] [bnc#754284] [bnc#754285]
- fix quoting in brp-python-hardlink [bnc#756087]
- change env handling for supplements [bnc#741543]
- fix _fix macros [bnc#728682]
- fix obsoletes handling of installed packages [bnc#714724]
- implement tilde support in version comparison [bnc#466994]
++++ rubygem-warden:
- Requires: rubygem-rack-1_1 in order to make factory happy
(needed by rubygem-devise)
++++ sane-backends:
- Configure --enable-libusb_1_0 plus BuildRequires libusb-1_0-devel
to use libusb1 (instead of using libusb0 via libusb-compat),
see https://bugzilla.novell.com/show_bug.cgi?id=559697#c7
for the libusb versioning numbering.
- Use traditional bash scriptlets for post/postun with
an explicite "exit 0" line at the end to be fail safe
and therefore also "PreReq: /sbin/ldconfig" explicitly,
see the "Shared_libraries" section in
http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
- BuildIgnore ghostscript-x11 because BuildRequires texlive-latex
is needed for sane.tex -> sane.dvi -> sane.ps but texlive-latex
requires texlive which requires ghostscript-x11 but the latter
is not needed and blows up the build system.
- Minor cleanups in the spec file.
++++ systemd:
- Implemented SUSE specific sysconfig numlock logic (bnc#746595).
++++ tar:
- disable 'runtime checks' in m4/*.m4 that override
system calls with custom implementations to workaround
very old kernel/libc bugs (dating 2003-2009)
we do not ship those buggy components nowdays.
- Switch to default archive type to POSIX.1-2001, which is ten years
old and has no limits on filesize,filename length etc.
++++ x11-input-mtrack:
- Add mtrack-xorg112.patch: Fix build with X.Org 1.12. Do not build
the tests that are anyway not installed.
- Add %x11_abi_xinput_req to ensure we have a compatible X Server.
++++ xf86-input-void:
- Use %x11_abi_xinput_req instead of static ABI Requires.
++++ xf86-video-chips:
- Use %x11_abi_videodrv_req instead of static ABI Requires.
- Add xf86-video-chips-git-fixes.patch: several fixes from git for
compatibility xith Xorg ABI 1.12 and build warnings.
++++ xf86-video-fbdev:
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-intel:
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-mga:
- Update to version 1.5.0:
+ Compatibility with Xorg ABI 1.12.
+ Compatibility with some new chipset models and models
with > 8Mb VRAM.
+ Delete support for MGA's proprietary HAL.
+ When we can't load the xaa or exa modules, use shadowfb
instead.
+ Various cleanups.
- Rebase xf86-video-mga-g200se-swcursor.diff.
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-newport:
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-nv:
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-tga:
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-v4l:
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-voodoo:
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xfce4-panel-plugin-battery:
- add documentation files
++++ xfce4-panel-plugin-cellmodem:
- added documentation files
++++ xfce4-panel-plugin-cpufreq:
- added documentation files
++++ xfce4-panel-plugin-cpugraph:
- added documentation files
++++ xfce4-panel-plugin-datetime:
- added documentation files
++++ xfce4-panel-plugin-diskperf:
- added documentation files
++++ xfce4-panel-plugin-eyes:
- added documentation files
++++ xfce4-panel-plugin-fsguard:
- corrected license
- added documentation files
++++ xfce4-panel-plugin-genmon:
- corrected license
- added documentation files
++++ xfce4-panel-plugin-mailwatch:
- corrected license
++++ xfce4-panel-plugin-mount:
- added documentation files
++++ xfce4-panel-plugin-mpc:
- corrected license
- added documentation files
++++ xfce4-panel-plugin-netload:
- added documentation files
++++ xfce4-panel-plugin-notes:
- added documentation files
- added xfce4-panel-plugin-notes-create-unversioned-lib.patch in
order to build the plugin module as an unversioned lib, also
install it in the default panel plugin module path
- removed xfce4-panel-plugin-notes-1.7.7-fix-desktop-file.patch
which is obsoleted by the above
++++ xfce4-panel-plugin-places:
- added documentation files
++++ xfce4-panel-plugin-quicklauncher:
- added documentation files
++++ xfce4-panel-plugin-radio:
- corrected license
- added documentation files
++++ xfce4-panel-plugin-sensors:
- added documentation files
++++ xfce4-panel-plugin-smartbookmark:
- added documentation files
++++ xfce4-panel-plugin-systemload:
- corrected license
++++ xfce4-panel-plugin-timeout:
- added documentation files
++++ xfce4-panel-plugin-timer:
- added documentation files
++++ xfce4-panel-plugin-verve:
- added documentation files
++++ xfce4-panel-plugin-wavelan:
- corrected license
- corrected documentation files
++++ xfce4-panel-plugin-weather:
- added documentation files
++++ xfce4-panel-plugin-xkb:
- added documentation files
++++ xorg-sgml-doctools:
- Update to version 1.10.99.901:
+ CSS style: support styling for multi licensed docs
+ Add libXt entry in masterdb.xml
+ ToC on separate page in pdfs
+ Set defs.ent values for X11R7.7 RC1
++++ yast2-dns-server:
- Fixed removing RRs from LDAP when they share the same LDAP
object with another non-deleted RRs (BNC#755592).
++++ yast2-lxc:
- read bridges id's
- explicit buttons for Create/Start/Destroy
- 2.17.1
++++ yast2-trans:
- Updated languages: af am ar be bg bn bs ca cs cy da de el es et fa fi
fr gl gu he hi hr hu id it ja jv ka km kn ko ku lo lt mk mr ms my nb nl
nn pa pl pt ro ru si sk sl sr sv sw ta tg th tk tr uk vi wa xh zu en_GB
en_US pt_BR zh_CN zh_TW ast nds.
------------------------------------------------------------------
------------------ 2012-4-19 - Apr 19 2012 -------------------
------------------------------------------------------------------
++++ binutils:
- Consistently use $target-suse-linux triplets.
++++ bluedevil:
- fix build for older distros
++++ chromium:
- Added the ChromeDriver as a separate package. Normal users
will not require this as it is a standalone server for testing
webbrowsers
++++ cifs-utils:
- Don't package get-, setcifsacl, and cifs.idmap for Mandriva pre-201100.
- Don't care at all what the real uid is when we call toggle_dac_capability().
- Make use of the stored return code in toggle_dac_capability() of mount.cifs.
- Declare krb5_auth_con_set_req_cksumtype if the prototype does not exist.
- Initialize bkupuid and bkupgid.
- BuildRequire pkg-config for post-10.2 systems and else pkgconfig.
- mount.cifs: fix up some -D_FORTIFY_SOURCE=2 warnings
- Update to cifs-utils 5.4.
+ the "rootsbindir" can now be specified at configure time
+ mount.cifs now supports the -s option by passing "sloppy" to the
kernel in the options string
+ cifs.upcall now properly respects the domain_realm section in krb5.conf
+ unprivileged users can no longer mount onto dirs into which they
can't chdir (fixes CVE-2012-1586)
++++ clutter:
- Work around broken build in some cases because of something racy:
build test-unit-names.h before the real make. This is temporary
until bgo#674365 gets fixed. Thanks to Dominique Leuenberger
for the workaround.
++++ cobbler:
- moved the secret generation from RPM post-script to the
init-script, to avoid that all appliances will still have the
same key
++++ gcc47:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ cross-alpha-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-arm-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-armv7l-gcc47-icecream-backend:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ cross-avr-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-hppa-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-hppa-gcc47-icecream-backend:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ cross-i386-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-i386-gcc47-icecream-backend:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ cross-ia64-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-ia64-gcc47-icecream-backend:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ cross-mips-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-ppc-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-ppc-gcc47-icecream-backend:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ cross-ppc64-gcc47-icecream-backend:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ cross-s390-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-s390-gcc47-icecream-backend:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ cross-s390x-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-s390x-gcc47-icecream-backend:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ cross-sparc-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-spu-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-x86_64-binutils:
- Consistently use $target-suse-linux triplets.
++++ cross-x86_64-gcc47-icecream-backend:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ dbus-1:
- More news from the dependency hell: Let dbus-1-devel require
dbus-1.
++++ dbus-1-glib:
- Further dependency changes: Let dbus-1-glib-devel require
dbus-1-devel (implicitly pulls dbus-1).
- Fix and loosen dependency towards dbus-1. Reported by Andreas
Jaeger .
++++ dbus-1-x11:
- More news from the dependency hell: Let dbus-1-devel require
dbus-1.
++++ kdemultimedia4:
- fix buildrequires
++++ exo:
- properly obsolete exo-doc
++++ kdebase3:
- make tray icons standard 16px
++++ freerdp:
- applied fix for a bug in freerdp-fix-bitmap-cache.patch from
upstream git
++++ libgcj47:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ gcc47-testresults:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ glibc:
- Reorder patches, refresh to apply cleanly with -p1.
++++ glibc:
- Reorder patches, refresh to apply cleanly with -p1.
++++ gnome-devel-docs:
- Add gnome-devel-docs-fix-figures.patch: fix broken figure
symlinks, that break bundle-lang-gnome-extras.
++++ google-alegreya-fonts:
- License OFL-1.1
- package OFL.txt
++++ google-allerta-fonts:
- OFL-1.1 license
++++ google-anonymouspro-fonts:
- OFL-1.1 license
++++ google-cabin-fonts:
- OFL-1.1 license
++++ google-cousine-fonts:
- OFL-1.1 license
++++ google-droid-fonts:
- Apache-2.0 license
++++ google-exo-fonts:
- OFL-1.1 license
- added OFL.txt
++++ google-lato-fonts:
- OFL-1.1 license
- added OFL.txt
++++ google-merriweather-fonts:
- added OFL.txt
++++ google-nobile-fonts:
- OFL-1.1 license
- added OFL.txt
++++ google-opensans-fonts:
- Apache-2.0 license
- packaged LICENSE.txt
++++ grep:
- use -mlong-double-64 on ppc*
++++ grub2:
- grub2-probe-disk-mountby.patch : fix grub2-probe fails on
probing mount-by devices under /dev/disk/by-(id|uuid|path).
(bnc#757746)
++++ intel-gpu-tools:
- updated to version 1.2:
support for recent Intel graphic chips, many fixes
See ChangeLog for details
- Don't build test directory (to simplify the packaging)
++++ kaffeine:
- provide/obsolete kaffeine-lang
++++ kdelibs3:
- revert the konq patch because it slows the operation down
- make tray icons standard 16px
++++ kiwi:
- take package section type into account when processing
bootincluded packages. This means packages added as bootincluded
into the e.g image section gets added to the image section
in the boot image too. If the target description doesn't
provide the section the package will be added to the default
bootstrap section as before
- remove db4 package from the delete list in the RHEL
boot image descriptions
- fixed rpm package database rebuild check for RHEL/yum
this reverts commit: c3e4ac88562074d87cad21e96cfe3d6dde976e48
- moved yum priority installation from the RHEL boot- into the
system image template and make it a bootincluded package.
That's because there are name differences like yum-priority
and yum-plugin-priority
- fixed rebuild of package database when yum is used
++++ kmod:
- Update to new upstream release 8
* doc: remove links to NULL going nowhere.
* modprobe: handle -ENOENT return from init_module.
* doc: silent man page generation and fix gtk-doc warnings.
* modprobe: fix typo in config dump: option->options.
++++ lensfun:
- fix build for older distros
++++ gcc46:
- Fix canonicalized cross targets again.
- Disable icecream and crosses.
++++ libffi47:
- Fix canonicalized target names for crosses.
- Enable icecream backends, make their package name version specific.
++++ lightdm:
- update to version 1.2.2
- fix wrapper path in AppArmor profile (broken since 1.1.1)
- add show-manual-login and allow-guest options to
lightdm-set-defaults
- add missing regression test script
- dropped lightdm-use-pkglibexecdir.patch which has been
incorporated upstream
++++ thunar:
- obsolete thunar-doc properly
++++ wxWidgets-ansi:
- Added support for Fedora compatible 24c variants (bnc#660438).
- Change name of compat-lib-config virtual provide to not clash
with package name, fix requires/provides generator (bnc#757124).
- Added wxPython fix backport.
++++ wxWidgets:
- Added support for Fedora compatible 24c variants (bnc#660438).
- Change name of compat-lib-config virtual provide to not clash
with package name, fix requires/provides generator (bnc#757124).
- Added wxPython fix backport.
++++ wxWidgets-wxcontainer:
- Added support for Fedora compatible 24c variants (bnc#660438).
- Change name of compat-lib-config virtual provide to not clash
with package name, fix requires/provides generator (bnc#757124).
- Added wxPython fix backport.
++++ wxWidgets-wxcontainer24c:
- Added support for Fedora compatible 24c variants (bnc#660438).
- Change name of compat-lib-config virtual provide to not clash
with package name, fix requires/provides generator (bnc#757124).
- Added wxPython fix backport.
++++ xfce4-panel:
- obsolete xfce4-panel-doc properly
++++ xfce4-session:
- obsolete all xfce-utils subpackages packages properly
- obsolete xfce4-session-doc as well
- change license to GPL-2.0 (bnc#758033)
- let -devel depend on libxfsm-4_6-0 rather than the main package
++++ libzypp:
- Always consider (block) devices passed as url option (bnc#755815)
- Update zypp-po.tar.bz2
++++ obs-service-format_spec_file:
- licenses update
++++ openmpi:
- Require mpi-selector in the "preun" instead of the "post" section as needed
by the spec file.
- change the soname of the internal libotf to avoid mismatches between
the font library and this one
++++ perl-Class-Method-Modifiers:
- updated to 1.09
- Install modified subs in the proper namespace [#74569]
(Karen Etheridge)
++++ pm-utils:
-Created a git repository at git@gitorious.org:opensuse/pm-utils.git as a branch of
git://anongit.freedesktop.org/git/pm-utils, to avoid having suse
hooks in a separate package, using this repository (all patches
removed as they are included there)
-Fixed bnc#751887 - Hibernation failure after security patches applied;
-Fixed bnc#751621 - /usr/lib/pm-utils/sleep.d/06autofs unconditionally (re)starts autofs
-Fixed bnc#751811 - pm-suspend generates defective /var/log/pm-suspend.log file
-Fixed bnc#753589 - sysctl.conf settings are lost when changing
powerstate
-Fixed bnc#633496 - /usr/lib/pm-utils/sleep.d/75modules should cancel suspend2disk when unloading a module fails
++++ python-django-celery:
- Update to 2.5.5:
* Fixed bug where task modules were not imported.
++++ systemd:
- Add dbus-1 as BuildRequires to fix build.
++++ t1lib:
- fix bnc#684802 - VUL-0: t1lib: memory corruption
* used fix from Jaroslav Škarvada from RedHat
* t1lib-type1-fix-invalid-rw.patch (CVE-2011-1552,
CVE-2011-1553, CVE-2011-1554)
- fix bnc#757961: VUL-0: t1lib: heap overflow in afm font parser
* t1lib-5.1.1-afm-fix.patch (CVE-2011-0433)
++++ tellico:
- fix build for older distros
++++ translate-toolkit:
- Add Provides: python-translate-toolkit for compatibility with old packages
++++ vm-install:
- bnc#757346 - XEN guest OS installation (SLES 11 SP2 guest) fails
on SLED 11 SP2
++++ xf86-input-evdev:
- Update to version 2.7.0:
+ Only force REL_X/Y if no ABS_X/Y exists
+ Copy last valuator values into new touch valuator masks
+ Prefere relative axis labelling over absolute axis labelling
+ Force x/y axes to exist on devices with any other axes
(fdo#44655)
- Add pkgconfig(libudev) BuildRequires: New dependency
- Add pkgconfig(mtdev) BuildRequires: Support Multi-Touch.
- Use %x11_abi_xinpot_req instead of static ABI Requires.
++++ xf86-input-joystick:
- Update to version 1.6.1:
+ Copy pInfo->driver to option list to fix hotplugging of
keyboard device
+ unify capitalization of joystick properties
+ Return proper default for unknown values in
pInfo->device_control.
- Use %x11_abi_xinput_req instead of static ABI Requires.
++++ xf86-input-keyboard:
- Update to version 1.6.1:
+ man: link to xkeyboard-config(7) (fdo#14494)
- Use %x11_abi_xinput_req instead of static ABI Requires
++++ xf86-input-mouse:
- Update to version 1.7.2:
+ minor code clean ups
+ Bug fixes
- Use %x11_abi_xinput_req instead of static ABI Requires.
++++ xf86-input-synaptics:
- Update to version 1.5.99.903:
+ Support inverted scroll direction.
+ Use maximum number of touches reported by evdev
+ Don't count fingers twice when guessing distance (fdo#48316)
+ Replace hardcoded max number of touches with a define.
+ Check touch record bounds before access
+ Do not perform a tap action when more than three touches
+ Count number of multitouch touches for multitouch finger count
+ conf: the bcm5974 doesn't have Apple in the product name
- Drop patches:
+ xf86-input-synaptics-settings.diff
+ xf86-input-synaptics-led-double-tap.diff
+ xf86-input-synaptics-clickpad-threshold.diff
- Rebased patches:
+ xf86-input-synaptics-add-clickpad-support.diff
+ xf86-input-synaptics-add-led-support.diff
+ xf86-input-synaptics-fix-clickpad-capabilities.diff
+ xf86-input-synaptics-move-threshold.diff
+ xf86-input-synaptics-filter-bogus-coord.diff
- Add pkgconfig(mtdev) BuildRequires: new dependency.
- Use %x11_abi_xinput_req instead of static ABI Requires.
++++ xf86-input-vmmouse:
- Update to version 12.8.0:
+ Adjust the kernel name in the udev file.
+ Deal with opaque InputOption types in ABI 14
- Use %x11_abi_xinput_req instead of static ABI Requires.
++++ xf86-input-wacom:
- Update to version 0.14.0:
+ wcmXCommand: Fix invalid array size for serial values.
+ Build system fixes
+ Other bugs fixed: fdo#43221, fdo#45557.
- Use %x11_abi_xinput_req instead of statio ABI Requires.
++++ xf86-video-ark:
- Update to version 0.7.4:
+ Compatibility with xorg-server 1.12.
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-ast:
- Update to version 0.95.0:
+ Fix for new vgaHW ABI
+ Make failure to XAA non-fatal
+ Check ABI major not encoded ABI
+ Adapt to domain changes in videoabi 12
- Use %x11_Abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-ati:
- Update to version 6.14.4:
+ bump libdrm requirement for TN support
+ radeon/kms: add TN pci ids
+ r6xx: initialize SX_MISC
+ DRI2: Unreference buffers immediately when event wait info is
invalidated.
+ Re-register DRM FD wakeup handler for each server generation.
+ Bugs fixed: fdo#45827, fdo#45937, fdo#45829, fdo#43893.
- Drop patches:
+ xf86-video-ati-bug474071-fix2.diff
+ xf86-video-ati-ia64_screen_blank.diff
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-cirrus:
- Update to version 1.4.0:
+ alpine: Fix int10 setup
+ Fix for new vgaHW ABI
+ Fall back to shadowfb if XAA is unavailable
+ Build fix for older servers (error: conflicting types for
'pciTag')
+ Disable PC98 code on newer servers.
+ Add support for the NEC PC-9821 (fdo#1837)
+ Limit the maximul pitch of GD5436 and GD5446 (fdo#23775)
+ Build fix for ABI Version 12
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-dummy:
- Update to version 0.3.5:
+ Add a configure option to disable dga
+ Dummy drivers don't need PCI
+ Fix DGA includes
+ Increase the maximum framebuffer size to 32767x32767
+ Build system fixes.
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-geode:
- Update to version 2.11.13:
+ Overhaul of build system
+ code cleanups.
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-glint:
- Update to version 1.2.7:
+ compatibility with X.Org 1.12.x
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-i128:
- Update to version 1.3.5:
+ Fix for new vgaHW ABI
+ Make failure to XAA non-fatal
+ Build fix for ABI Version 12
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-mach64:
- Update to version 6.9.1:
+ Fall back to shadowfb if XAA is unavailable
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-neomagic:
- Update to version 1.2.6:
+ Fix for new vgahw ABI
+ Fall back to shadowfb when XAA is unavailable
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-qxl:
- Update to version 0.0.17:
+ options: Turn surfaces and caching on by default
+ Code cleanups
- Add pkgconfig(spice-protocol) BuildRequires: new dependency.
- Use %x11_abi_videodrv_req instead of static ABI Requiers.
++++ xf86-video-r128:
- Update to version 6.8.2:
+ Untangle XF86DRI from the driver-specific DRI define
+ Fix for new vgahw ABI
+ Make failure to XAA non-fatal
+ Build fix for older servers (error: conflicting types for
'pciTag')
+ Don't allow the config file to override BIOS location
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-savage:
- Update to version 2.3.4:
+ Untangle XF86DRI from the driver-specific DRI define
+ Merge almost identical code in SAVAGEInitVisualConfigs
(fdo#9961)
+ Fix for new vgahw ABI
+ Fall back to shadowfb if XAA is unavailable
- Changes from version 2.3.3:
+ savage: Warn if broken drm maps are detected (fdo#32511)
+ savage: Fix Xv scaling on non-native resolutions (lp#670790)
+ Other bugs fixed: bko#4607
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-siliconmotion:
- Update to version 1.7.6:
+ Don't check for randrproto or renderproto
+ Fix for new vgaHW ABI
+ Make failure to XAA non-fatal
+ Check ABI major not encoded ABI
+ Adapt to missing PIOOffset in videoabi 12
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-sis:
- Update to version 0.10.4:
+ Fix build with XInput version 12
+ Untangle XF86DRI from the driver-specific DRI define
+ Use miPointerSetPosition, not miPointerAbsoluteCursor
+ Fall back to shadowfb if XAA is unavailable
+ Build fix for older servers (error: conflicting types for
'pciTag')
+ Convert use of LookupWindow to dixLookupWindow
+ Build fix for ABI Version 12
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-tdfx:
- Update to version 1.4.4:
+ Untangle XF86DRI from the driver-specific DRI define
+ Fix for new vgaHW ABI
+ Check ABI major not encoded ABI
+ Adapt to missing PIOOffset in vgahw
+ Fix compiler warnings about signedness
- Drop xf86-video-tdfx.diff: Fixed upstream.
- Use %x11_abi_videodrv_req instead of static ABI Requires.
++++ xf86-video-trident:
- Update to version 1.3.5:
+ Fix for new vgaHW ABI
+ Fall back to shadowfb if XAA is unavailable
+ Disable PC98 code on newer servers
+ Build fix for ABI Version 12
- Drop xf86-video-trident-1.3.3.diff: no longer needed.
- Use %x11_abi_videodrv_req instead of static ABI requires.
++++ xf86-video-vesa:
- Update to version 2.3.1:
+ Require a newer version of libpciaccess
+ Code style cleanup to make the map and unmap blocks more
consistent
+ Build fix for ABI Version 12
+ Be forgiving of character-cell size mismatches in mode sizes
+ Fix memory leak in mode validation
+ Refuse to load if there's a kernel driver bound to the device
- Use %x11_abi_videodrv_req instead of static VIDEODRV_ABI requires
++++ xf86-video-vmware:
- Update to version 12.0.2:
+ Adapt to X 1.12 API
- Use %x11_abi_videodrv_req instead of static ABI requires.
++++ xfwm4:
- obsolete xfwm4-doc properly
++++ xorg-cf-files:
- Change font-util BuildRequires to xorg-x11-fonts-devel:
xorg-x11-fonts-devel hasn't been renamed yet.
++++ xorg-x11-libs:
- Remove all tarballs and patches, since they're not used anymore
with the split packages.
- Stop making xorg-x11-devel have a Requires on xorg-x11-libs: both
are metapackages, so it's useless.
- Add a README.meta file to explain the goal of the compatibility
metapackages, and update their summaries and descriptions as
well.
++++ xorg-x11-driver-video:
- Add compatibility Requires on xf86-video-chips, as it's back at
Egbert Eich's request.
++++ zypper:
- Update zypper-po.tar.bz2
------------------------------------------------------------------
------------------ 2012-4-18 - Apr 18 2012 -------------------
------------------------------------------------------------------
++++ akonadi-runtime:
- Update to 1.7.2
* Fix and optimize searching via Nepomuk.
++++ automake:
- Update to 1.11.5:
Bugs fixed in 1.11.5:
* Bugs introduced by 1.11.3:
- Vala files with '.vapi' extension are now recognized and
handled correctly again.
- Vala support work again for projects that contain some program
built from '.vala' (and possibly '.c') sources and some other
program built from '.c' sources *only*.
++++ autossh:
- updated autossh configuration options
++++ bluez:
- Make libsbc installable; Required by update to Opal.
++++ bluez-gstreamer:
- Make libsbc installable; Required by update to Opal.
++++ clisp:
- fix libsigsegv link. To make service run happy
++++ cmake:
- Update to 2.8.8
- see /usr/share/doc/packages/cmake/Changelog for changes
++++ cmake-gui:
- Update to 2.8.8
- see /usr/share/doc/packages/cmake/Changelog for changes
++++ colord:
- Update to version 0.1.19:
+ New Features:
- Add a user suffix to the object path of user-created devices
and profiles
+ Bugfixes:
- Add User key to colord-sane's DBus service file
- Do not enable PrivateNetwork=yes as it breaks hotplugging
devices
- Ensure colord-sane can create devices and profiles
- Fix usage of CD_OBJECT_SCOPE_* enums
- Honor aclocal flags
- Remove the 'Default,' profile title prefix if legacy profiles
are installed
++++ colorhug-client:
- Version 0.1.8
Released: 2012-04-17
New Features:
- Add a libusb0.1 example program that can run on RHEL5
- Add a simple colorhug-ccmx icon
- Make a sound when colorhug-flash fails or completes the update
Bugfixes:
- Add gmodule-2.0 to the GLib configure check
- Automatically use the correct proxy server using glib-networking
- Check the buffer size before attempting to parse
- Don't assume const data is available when verifying firmware
- Keep track of the device state in ChDeviceQueue
- Prevent critical warnings when doing 'colorhug list-calibration'
- Use the device state to work out if there are pending commands
++++ gcc:
- Switch gcc to default 4.7.
++++ csound:
- VUL-0: csound: buffer overflow in pv_import (CVE-2012-2106,
bnc#757254),
VUL-0: csound: buffer overflow in lpc_import (CVE-2012-2107,
bnc#757255),
VUL-0: csound: Stack-based buffer overflow in lpc_import
(CVE-2012-2108, bnc#757256):
a single patch for all three issues
++++ dbus-1:
- Split dbus-1 into libdbus-1 and dbus-1.
++++ dbus-1-x11:
- Split dbus-1 into libdbus-1 and dbus-1.
++++ deja-dup:
- Update to version 22.1:
+ Allow resuming an encrypted but incomplete backup (lp#902985).
+ Updated translations.
++++ docbook-utils:
- split out the backends that do not require tex to work
++++ epiphany:
- Update to version 3.4.1:
+ Listen to the org.gnome.Eiphany.ui.show-toolbars setting
+ Do not always show bookmarks without any topic set in the
completion (bgo#673301)
+ Use the right StartupNotify key name for Web Apps (bgo#673865)
+ Updated translations.
++++ gdouros-aegean-fonts:
- SUSE-Permissive license
++++ gdouros-aegyptus-fonts:
- SUSE-Permissive license
++++ gdouros-akkadian-fonts:
- SUSE-Permissive license
++++ gdouros-alexander-fonts:
- SUSE-Permissive license
++++ gdouros-alfios-fonts:
- SUSE-Permissive license
++++ gdouros-anaktoria-fonts:
- SUSE-Permissive license
++++ gdouros-analecta-fonts:
- renamed analecta-fonts -> gdouros-analecta-fonts
- SUSE-Permissive license
++++ gdouros-anatolian-fonts:
- SUSE-Permissive license
++++ gdouros-aroania-fonts:
- SUSE-Permissive license
++++ gdouros-atavyros-fonts:
- SUSE-Permissive license
++++ gdouros-avdira-fonts:
- SUSE-Permissive license
++++ gdouros-symbola-fonts:
- SUSE-Permissive license
++++ glibc:
- Build profiled libs only for base.
- Cleanup patches.
- Remove glibc-2.14-fix-ctors.patch, we have proper support in
binutils now.
++++ glibc:
- Build profiled libs only for base.
- Cleanup patches.
- Remove glibc-2.14-fix-ctors.patch, we have proper support in
binutils now.
++++ gnome-shell:
- Update to version 3.4.1:
+ Fix crash that occurred when an icon theme change caused
unexpected reentrancy in the icon loading code [bgo#673512]
+ Don't show system and other disabled users in the GDM user list
[bgo#673784]
+ Make gnome-shell-calendar-server initialize GTK+ so it can
display password prompts if needed [bgo#673608]
+ Adapt to Mutter API change for keybinding addition [bgo#673014]
+ Fix crash when an extension was installed as both a user
extension and a system extension [bgo#673613]
+ Fix bug where chat entry could end up partially offscreen
[bgo#661944]
+ Fix problem where icons weren't updating when theme was changed
[bgo#672941]
+ Look for Evolution calendar settings in GSettings, not GConf
[bgo#673610]
+ Add F10 for the application menu [bgo#672909]
+ Fix %Id format characters to work in translations [bgo#673106]
+ Fix error when NetworkManager restarts [bgo#673043]
+ Improve efficiency of overview redraws by working around
Clutter issue [bgo#670636]
+ Misc bug fixes [bgo#672592, bgo#672641, bgo#672719, bgo#673187,
bgo#673233, bgo#673656]
+ Updated translations.
++++ gnome-system-log:
- Update to version 3.4.1:
+ Store the currently active log when selection changes
+ Fix broken logic when setting a log as active
++++ gns3:
- fix license to be in spdx format
++++ gobject-introspection:
- Update to version 1.32.1:
+ repository:
- Make g_callable_info_invoke public
- Fix leak
+ Update glib annotations.
++++ gpg2:
- Mention some of the changes in Greg's version update
++++ installation-images:
- efont-unicode was renamed
++++ intel-gpu-tools:
- Split intel-gpu-tools from xorg-x11-driver-video.
Initial version: 1.0.2-20101210-292ae45.
++++ jhbuild:
- Update to version 3.4.0:
+ Use parallel make by default.
+ Remove arch support.
+ Use new documentation infrastructure.
+ Many updates to modulesets.
+ Bugs fixed: bgo#634985, bgo#650533, bgo#654555, bgo#654686,
bgo#654872, bgo#655164, bgo#655688, bgo#656399, bgo#656789,
bgo#658601, bgo#660939, bgo#661010, bgo#661367, bgo#661412,
bgo#661533, bgo#661641, bgo#661848, bgo#662392, bgo#662928,
bgo#663003, bgo#663189, bgo#663255, bgo#663839, bgo#664154,
bgo#664230, bgo#664231, bgo#664304, bgo#664796, bgo#665030,
bgo#665499, bgo#666425, bgo#666546, bgo#666577, bgo#668107,
bgo#668368, bgo#668434, bgo#668879, bgo#669205, bgo#669437,
bgo#669475, bgo#669589, bgo#669658, bgo#669750, bgo#669953,
bgo#669956, bgo#670094, bgo#670123, bgo#670127, bgo#670154,
bgo#670343, bgo#670349, bgo#670533, bgo#670625, bgo#670698,
bgo#670774, bgo#670799, bgo#670801, bgo#670917, bgo#670940,
bgo#670943, bgo#670993, bgo#671162, bgo#671217, bgo#671226,
bgo#671353, bgo#671365, bgo#671460, bgo#671634, bgo#671697,
bgo#671700, bgo#671789, bgo#671891, bgo#672172, bgo#672206,
bgo#672266, bgo#672634, bgo#673950, bgo#673957, bgo#673994,
bgo#673999, bgo#674007.
+ Updated translations.
- Replace gnome-doc-utils-devel with yelp-tools-devel, following
upstream change.
++++ kadu:
- Upstream update to 0.11.2, bugfix only.
++++ kdepimlibs4:
- Add patch to increase fontsize in the detailsview of kaddressbook (kde#221963)
++++ kiwi:
- arm: adapt JeOS description for beagle and fixed building in emulated environment
++++ kmod:
- Update to new upstream release 7
* build-sys: don't set CFLAGS and LDFLAGS.
* build-sys: re-organize configure.ac.
* configure.ac: Move link only flags out of CFLAGS and into LDFLAGS.
* Add CC_CHECK_LDFLAGS_APPEND m4 macro.
* config: use order /etc, /run, /lib.
* modprobe: set log prio to 0 if user passed -q arg.
* modprobe: always try to remove all modules in command line.
* modprobe: don't check if module builtin to decide if it's builtin.
* modprobe: fix error path in removing modules.
++++ qt-gstreamer:
- add boost148_buildfix.diff
Workaround for QTBUG-22829
++++ libjreen:
- Update to version 1.1.0
* Added PGP payloads
* Added support for Message Forwarding
* Added MetaContacts support
* Added experimental Jingle support
* Fixed authorization with SCRAM-SHA1
* Fixed sending of IQ's on connect
- Changes in version 1.0.6
* Fixed parsing of PubSub payload
* Fixed serializing of PubSub payload
++++ ldapcpplib:
- license update: OLDAP-2.8
Use SPDX syntax (http://www.spdx.org/licenses)
++++ libzypp:
- Fix install progress hopping back and forth
- Try to create a missing destination dir before switching to tmp
space (bnc#755239)
++++ mutter:
- Update to version 3.4.1:
+ API change: the meta_display_add_keybinding() function added in
3.4 wasn't usable from a GNOME Shell extension, so has been
changed to take a GSettings object rather than the name of a
schema [bgo#673014]
+ Don't try to auto-maximize not-maximizable windows; this fixes
the problem with the Nautilus desktop window being
mis-positioned when enabled [bgo#673566]
+ Fix a crash in the default plugin (not used in GNOME)
[bgo#673809]
+ Make the key work when set as the mouse button modifier
[bgo#662476]
+ Updated translations.
++++ openSUSE-build-key:
- install the security@suse.de key as %doc for offline import
++++ openstack-keystoneclient:
- moved python bindings into it's own package with the name
python-python-keystoneclient
- changed group from openstack-keystoneclient to Productivity/Other
- set new description and summary for openstack-keystoneclient
- license update: Apache-2.0
Use SPDX format license strings
++++ openstack-novaclient:
- moved python bindings into it's own package with the name
python-python-novaclient
- changed group from openstack-novaclient to Productivity/Other
- set new description and summary for openstack-novaclient
- license update: Apache-2.0
Use SPDX format license strings
++++ pdns:
- use %{_sysconfdir}/init.d/ instead of %{_initddir} to fix build
on older distros
- update to 3.0.1
This is 3.0 + the fix for CVE-2012-0206
Warning:
Version 3.0 of the PowerDNS Authoritative Server is a major
upgrade. Please refer to Section 1, “From PowerDNS Authoritative
Server 2.9.x to 3.0” for important information on correct and
stable operation, as well as notes on performance and memory use.
For the details see:
http://rtfm.powerdns.com/changelog.html#changelog-auth-3-0-1
- build all binaries with as PIE (bnc#743152)
++++ python-pyasn1:
- Fix obsoletes for python-asn1 instead
++++ python-python-daemon:
- BuildRequire lowercase python-minimock
- to also work with the existing 11.4 package
++++ rpcbind:
- socket-activation: Fix rpcbind.service to use separate
sockets (bnc#757909).
- socket-activation: don't unlink socket we didn't create (bnc#757667).
++++ rubygem-warden:
- BuildRequires: rubygem-rack-1_1 in order to make factory happy
++++ tunctl:
- only buildrequire the minimal set of docbook-utils, we only need
docbook2man
++++ vegastrike:
- Update license to use spdx.org
- Use fdupes to collapse identical man files
- Update license text to update FSF address
++++ xf86-input-evdev:
- Split xf86-input-evdev from xorg-x11-driver-input.
Initial version: 2.6.0.
++++ xf86-input-joystick:
- Split xf86-input-joystick from xorg-x11-driver-input.
Initial version: 1.6.0.
++++ xf86-input-keyboard:
- Split xf86-input-keyboard from xorg-x11-driver-input.
Initial version: 1.6.0.
++++ xf86-input-mouse:
- Split xf86-input-mouse from xorg-x11-driver-input.
Initial version: 1.7.1.
++++ xf86-input-synaptics:
- Split xf86-input-synaptics from xorg-x11-driver-input.
Initial version: 1.5.0.
++++ xf86-input-vmmouse:
- Split xf86-input-vmmouse from xorg-x11-driver-input.
Initial version: 12.7.0.
++++ xf86-input-void:
- Split xf86-input-void from xorg-x11-driver-input.
Initial version: 1.4.0.
++++ xf86-input-wacom:
- Split xf86-input-wacom from xorg-x11-driver-input.
Initial version: 0.12.0.
++++ xf86-video-ark:
- Split xf86-video-ark from xorg-x11-driver-video.
Initial version: 0.7.3.
++++ xf86-video-ast:
- Split xf86-video-ast from xorg-x11-driver-video.
Initial version: 0.93.9.
++++ xf86-video-ati:
- Split xf86-video-ati from xorg-x11-driver-video.
Initial version: 6.14.3.
++++ xf86-video-chips:
- Split xf86-video-chips from xorg-x11-driver-video.
Initial version: 1.2.4.
++++ xf86-video-cirrus:
- Split xf86-video-cirrus from xorg-x11-driver-video.
Initial version: 1.3.2.
++++ xf86-video-dummy:
- Split xf86-video-dummy from xorg-x11-driver-video.
Initial version: 0.3.4.
++++ xf86-video-fbdev:
- Split xf86-video-fbdev from xorg-x11-driver-video.
Initial version: 0.4.2.
++++ xf86-video-geode:
- Split xf86-video-geode from xorg-x11-driver-video.
Initial version: 2.11.12.
++++ xf86-video-glint:
- Split xf86-video-glint from xorg-x11-driver-video.
Initial version: 1.2.6.
++++ xf86-video-i128:
- Split xf86-video-i128 from xorg-x11-driver-video.
Initial version: 1.3.4.
++++ xf86-video-intel:
- Split xf86-video-intel from xorg-x11-driver-video.
Initial version: 2.18.0.
++++ xf86-video-mach64:
- Split xf86-video-mach64 from xorg-x11-driver-video.
Initial version: 6.9.0.
++++ xf86-video-mga:
- Split xf86-video-mga from xorg-x11-driver-video.
Initial version: 1.4.13.
++++ xf86-video-neomagic:
- Split xf86-video-neomagic from xorg-x11-driver-video.
Initial version: 1.2.5.
++++ xf86-video-newport:
- Split xf86-video-newport from xorg-x11-driver-video.
Initial version: 0.2.3.
++++ xf86-video-nv:
- Split xf86-video-nv from xorg-x11-driver-video.
Initial version: 2.1.18.
++++ xf86-video-qxl:
- Split xf86-video-qxl from xorg-x11-driver-video.
Initial version: 0.0.13.
++++ xf86-video-r128:
- Split xf86-video-r128 from xorg-x11-driver-video.
Initial version: 6.8.1.
++++ xf86-video-savage:
- Split xf86-video-savage from xorg-x11-driver-video.
Initial version: 2.3.2.
++++ xf86-video-siliconmotion:
- Split xf86-video-siliconmotion from xorg-x11-driver-video.
Initial version: 1.7.5.
++++ xf86-video-sis:
- Split xf86-video-sis from xorg-x11-driver-video.
Initial version: 0.10.3.
++++ xf86-video-tdfx:
- Split xf86-video-tdfx from xorg-x11-driver-video.
Initial version: 1.4.3.
++++ xf86-video-tga:
- Split xf86-video-tga from xorg-x11-driver-video.
Initial version: 1.2.1.
++++ xf86-video-trident:
- Split xf86-video-trident from xorg-x11-driver-video.
Initial version: 1.3.4.
++++ xf86-video-v4l:
- Split xf86-video-v4l from xorg-x11-driver-video.
Initial version: 0.2.0.
++++ xf86-video-vesa:
- Split xf86-video-vesa from xorg-x11-driver-video.
Initial version: 2.3.0.
++++ xf86-video-vmware:
- Split xf86-video-vmware from xorg-x11-driver-video.
Initial version: 11.0.3.
++++ xf86-video-voodoo:
- Split xf86-video-voodoo from xorg-x11-driver-video.
Initial version: 1.2.4.
++++ xfce4-panel-plugin-mount:
- update to version 0.6.1
- fixes an issue with translations
++++ xfce4-panel-plugin-quicklauncher:
- remove libtool file
++++ xfce4-panel-plugin-smartbookmark:
- remove libtool file
++++ xfce4-panel-plugin-systemload:
- update to version 1.1.0
- fix progressbar width in vertical mode
- added about dialog
- use a single label to show uptime, either 'X days' (if > 0) or
'hh:mm'
- build the plugin as a module
- added a power-saving interval option using upower (if present
at build time)
- added an update interval option
- rewritten configuration dialog
- conditional retrieval of system stats
- port to libxfce4ui
- fix transparency issues
++++ xorg-x11:
- Add a README.meta documentation file to explain this metapackage.
++++ xorg-x11-server:
- Rebase VNC patches
Rebase confine_to_shape.diff
++++ xorg-x11-driver-input:
- Split drivers in their own source packages: xf86-input-evdev
xf86-input-joystick xf86-input-keyboard xf86-input-mouse
xf86-input-synaptics xf86-input-vmmouse xf86-input-void
xf86-input-wacom
- Drop drivers that are unmaintained upstream, and apparently only
useful to a handful of people (we can always resurrect them as
new packages if needed): xf86-input-acecad xf86-input-aiptek
xf86-input-elographics xf86-input-fpit xf86-input-hyperpen
xf86-input-mutouch xf86-input-penmount
- Bump version to 7.6_1 since the split packages have a Conflicts
with xorg-x11-driver-input <= 7.6.
- Add Provides/Obsoletes to the main subpackage, for the now
removed devel subpackage, to smooth upgrades.
- Add a README.meta file to explain the goal of this compatibility
metapackage.
- Drop jamstudio driver:
+ It is marked as deactivated in xorg-docs' MAINTAINERS.
+ Remove xf86-input-jamstudio-1.2.0.tar.bz2 and
xf86-input-jamstudio.diff.
++++ xorg-x11-driver-video:
- Split drivers in their own source packages: xf86-video-ark
xf86-video-ast xf86-video-ati xf86-video-cirrus xf86-video-dummy
xf86-video-fbdev xf86-video-geode xf86-video-glint
xf86-video-i128 xf86-video-intel xf86-video-mach64 xf86-video-mga
xf86-video-neomagic xf86-video-newport xf86-video-nv
xf86-video-qxl xf86-video-r128 xf86-video-savage
xf86-video-siliconmotion xf86-video-sis xf86-video-tdfx
xf86-video-tga xf86-video-trident xf86-video-v4l xf86-video-vesa
xf86-video-vmware xf86-video-voodoo
- Split intel-gpu-tools in its own source package.
- Drop drivers that are unmaintained upstream: xf86-video-apm
xf86-video-chips xf86-video-i740 xf86-video-rendition
xf86-video-s3 xf86-video-s3virge xf86-video-sisusb
xf86-video-tseng xf86-video-xgi xf86-video-xgixp
- Bump version to 7.6_1 since the split packages have a Conflicts
with xorg-x11-driver-video <= 7.6.
- Add a README.meta file to explain the goal of this compatibility
metapackage.
++++ zypper:
- Some progress bar fixes
- Fix eating terminal lines (bnc#735016)
------------------------------------------------------------------
------------------ 2012-4-17 - Apr 17 2012 -------------------
------------------------------------------------------------------
++++ NetworkManager:
- Add nm-gerror-must-be-null.patch: GError * must be initialized to
NULL (bnc#757656).
++++ accerciser:
- Update to version 3.4.1:
+ bgo#673782: Accerciser does not fully load in F17
+ Updated translations.
++++ aisleriot:
- Update to version 3.4.1:
+ Updated translations.
++++ arpwatch-ethercodes:
- automated update on 2012-04-17
++++ at-spi2-core:
- Update to version 2.4.1:
+ Fix a GError set when a method call returns a reply of the
wrong type.
+ Do not time out method calls for the first 15 seconds that an
application is on the bus (work-around for Orca setting an
application's script as "default" after a timeout on a
slow-starting application).
++++ brasero:
- Update to version 3.4.1:
+ Updated translations.
++++ build:
- license update: GPL-2.0+ and GPL-2.0
See e.g. spec2changelog by Pascal Bleser. Also, there should be a copy of
the GPL-2.0 license in the package
++++ cheese:
- Update to version 3.4.1:
+ Build fix (bgo#673628).
+ Updated translations.
++++ chromium:
- Update to 20.0.1106.0
* Fixes issues with fonts (Issue: 108645).
* Enable the Chrome To Mobile page action for users with
compatible registered devices
* file: downloads allowed again
++++ clutter:
- Update to version 1.10.2:
+ Fix expansion of actors inside a TableLayout.
+ Fix text length passed to ClutterTextBuffer.
+ Clean up handling of in-flight changes during implicit
transitions.
+ Bugs fixed: bgo#672853, bgo#672890, bgo#672945, bgo#673783,
bgo#674105.
++++ cobbler:
- create a secret during installation
++++ collectd:
- changed copyright from GPL-2.0+ to GPL-2.0, see bnc#757527:
https://bugzilla.novell.com/show_bug.cgi?id=757527
- added myself to the copyright header in the spec file, have been maintaining
this spec file since 2005 ;)
++++ cryptsetup:
- boot.crypto:
* prefer physdev from crypttab
* fix non-plymouth use
++++ devhelp:
- Update to version 3.4.1:
+ Updated translations.
++++ empathy:
- Update to version 3.4.1:
+ Bugs fixed: bgo#673691.
+ Updated translations.
++++ eog:
- Update to version 3.4.1:
+ Extend help docs.
+ Updated translations.
++++ evolution:
- Update to version 3.4.1:
+ Add ability to specify INBOX for non-storage type accounts.
Email daemon allows to store mails in individual INBOX rather
than a common one.
+ Various other code changes.
+ Bugs fixed:
- bgo#600860: Opening IMAP message with large attachment blocks
UI
- bgo#617930, bgo#672916, bgo#672986, bgo#673895, bgo#673955.
+ Updated translations.
++++ evolution-data-server:
- Update to version 3.4.1:
+ CalDAV backend could starve on its dispose waiting for slave
finish
+ Several fixes for Google address books and calendars.
+ Bugs fixed:
- bgo#666438: Contact's Full name field not displayed in list
view
- bgo#666896: Workaround Improper GB-2312 Mail Encodings
- bgo#667477: EXDATE containing time are not handled correctly
- bgo#670470: Do not force password for IMAPx connection
- bgo#671172: smtp: Make EHLO keywords check case insensitive
- bgo#673563: Encoded filename for Outlook broken by spaces
- bgo#663324, bgo#664793, bgo#672258, bgo#673527, bgo#673894.
+ Updated translations.
++++ evolution-ews:
- Update to version 3.4.1:
+ Bugs fixed: bgo#661436, bgo#670217, bgo#671969, bgo#673349.
++++ evolution-exchange:
- Update to version 3.4.1:
+ Updated translations.
++++ fcitx-configtool:
- update to 0.4.2
* fix fcitx-config-gtk3 color and hotkey problem.
++++ fcitx-ui-light:
- initial version 0.1.3
* sync code with mainstream fcitx.
++++ file-roller:
- Update to version 3.4.1:
+ Updated translations.
++++ folks:
- Update to version 0.6.9:
+ Forced quiescence timeout has been increased to 30s (from 5s)
+ Updates and improvements to the Telepathy backend test suite
+ Bugs fixed: bgo#672980.
++++ gcalctool:
- Update to version 6.4.1.1:
+ Build fixes.
- Changes from version 6.4.1:
+ Only show thousands separators in decimal mode
+ Add trailing semicolon to .desktop file
++++ gcr:
- Update to version 3.4.1:
+ Fix more issues disabling grabs during password prompts
+ More debug messages to GcrSystemPrompter
+ Fix up GCR_DEBUG and GCK_DEBUG environment variables
+ Build fixes
+ Updated translations.
++++ librsvg:
- Update to version 2.36.1:
+ Bugs fixed: bgo#672725, bgo#672791, bgo#672885, bgo#673748.
- Add pkgconfig(gmodule-2.0) BuildRequire: new dependency upstream.
++++ gedit:
- Update to version 3.4.1:
+ Misc bugfixes
+ Updated translations.
++++ gtkhtml:
- Update to version 4.4.1:
+ bgo#666850: Grab focus on context menu popup in editor
+ Updated translations.
++++ gtksourceview:
- Update to version 3.4.1:
+ Fix problems with the completion popup when headers are hidden
+ Misc bugfixes
+ Updated translations.
++++ vte:
- Update to version 0.32.1:
+ emulation: Fix off-by-one error in interpretation of ECH
(bgo#670037)
+ pty: Fix custom child setup function (bgo#672649)
+ Fix leak in vte_draw_set_text_font() (bgo#672757)
++++ glib-networking:
- Update to version 2.32.1:
+ gnutls: Added /etc/ssl/ca-bundle.pem to the list of files to
check for to use as the default CA list (bgo#673944)
+ Updated translations.
++++ glibc:
- The dynamic linker for armv7 hardware float is called
/lib/ld-linux-armhf.so.3. Provide symlink for old location.
- Build for power4 only, don't support power3 anymore.
- Add option to build glibc a bit more quickly for testing purposes.
- Remove disabled patch glibc-revert-netlink-cache.patch.
- Start renumbering patches.
++++ glibc:
- The dynamic linker for armv7 hardware float is called
/lib/ld-linux-armhf.so.3. Provide symlink for old location.
- Build for power4 only, don't support power3 anymore.
- Add option to build glibc a bit more quickly for testing purposes.
- Remove disabled patch glibc-revert-netlink-cache.patch.
- Start renumbering patches.
++++ gnome-boxes:
- Update to version 3.4.1:
+ Express installation:
- Require password for Fedora express installation since
Anaconda requires it. To not complicate users' life more than
needed in this case, we free them from display (SPICE)
authentication.
- Make use of 'distro' data from libosinfo. No need to hardcode
each Fedora version anymore.
+ Fix selection/fullscreen'ing of new machines.
+ Mark a user-visible string for translation.
+ Bugs fixed: bgo#670306, bgo#673847, bgo#672567.
+ Updated translations.
++++ gnome-control-center:
- Update to version 3.4.1:
+ Display:
- Fix translation of the rotation drop-down
+ Printers:
- Use PrinterAddOption method to set media size
+ User Accounts:
- Make controls insensitive when a user is not selected
+ Wacom:
- Fix alignment of the "Map to Monitor..." button
+ Updated translations.
++++ gnome-desktop:
- Update to version 3.4.1:
+ Updated translations.
++++ gnome-devel-docs:
- Update to version 3.4.1:
+ Updates to Accessibility Development Guide, Platform Demos and
Platform Overview.
+ Updated translations.
++++ gnome-do-plugins:
- Add gnome-do-mono-detection.patch: Synchronize the mono compiler
detection with gnome-do 0.9 (default changed from gmcs to dmcs).
- Add gnome-common BuildRequires and call to autoreconf, as above
patch touches the build system.
++++ gnome-keyring:
- Update to version 3.4.1:
+ Set 'text/plain' content type on secrets returned from daemon
+ Use correct XDG_RUNTIME_DIR when started from PAM
+ License fix
+ More tests
+ Build fixes
+ Updated translations.
++++ gnome-online-accounts:
- Update to version 3.4.1:
+ Remove the credentials from the keyring when an account is
removed (bgo#654168).
+ Make sure the GError** passed is always pointer to NULL.
+ Updated translations.
++++ gnome-screenshot:
- Update to version 3.4.1:
+ Fall back to $HOME when XDG_PICTURES_DIR fails.
+ Updated translations.
++++ gnome-settings-daemon:
- Update to version 3.4.1:
+ Mouse:
- Fix applying settings to touchpads
+ Printers:
- Use PrinterAddOption method to set media size
+ Updates:
- Fix possible crashes when exiting
+ Wacom:
- Don't put touchscreens in relative mode, just touch tablets
(such as the Bamboo Touch)
+ Updated translations.
++++ gnome-system-monitor:
- Update to version 3.4.1:
+ Bugs fixed: bgo#672741, bgo#673146.
+ Updated translations.
++++ gnome-terminal:
- Update to version 3.4.1.1:
+ No changes.
- Changes from version 3.4.1:
+ Updated translations.
++++ gnome-themes-standard:
- Update to version 3.4.1:
+ Fix text shadow on active GtkLinkButton state and Documents
selection toolbar
+ Fix opaque background for tooltips children
+ Fix text spacing in progress bars
+ Fix cell renderer progress bar border rendering
+ Fix double background in fallback panel menuitem images
+ Fix insensitive state for treeview column header buttons
++++ gnome-user-docs:
- Update to version 3.4.1:
+ Many updates.
+ Updated translations.
++++ gsettings-desktop-schemas:
- Update to version 3.4.1:
+ Updated translations.
++++ gtkmm-documentation:
- Update to version 3.4.0:
+ Application examples: Add an AppMenu example.
+ Improve the Entry and ComboBox with Entry sections
(bgo#655489).
+ Replace the deprecated Gtk::Entry::signal_activate() by
signal_key_press_event() (bgo#655489).
+ Install all screenshots used in the tutorial (bgo#655489).
++++ gucharmap:
- Update to version 3.4.1.1:
+ No changes.
- Changes from version 3.4.1:
+ Updated translations.
++++ gvfs:
- Update to version 1.12.1:
+ afc: Fix building against libimobiledevice-1.1.2
+ afp: Prevent redefinition of GVfsAfpServer
+ gphoto2: Initialize mutex early enough
+ udisks2: Fix some memory leaks
+ Updated translations.
++++ installation-images:
- adjust rescue system setup
- installkey.gpg no longer needed
++++ kaffeine:
- fix build for older distros
++++ kdebase4-openSUSE:
- Install battery.png for sysinfo (bnc#683738)
++++ kdebase4-session:
- dont show 2 KDE Plasma Workspace session (bnc#757053)
++++ kdevelop4:
- Update to 4.3.1
* Bugfixes in C++ support
++++ kdevelop4-plugins:
- Update to 1.3.1
* PHP plugin fixes:
- properly report uses after instanceof operator
- take range into account when looking for redeclarations
- properly check context before accessing it
++++ kdevplatform:
- update to 1.3.1
* no changelog
++++ kernel-debug:
- Update to 3.4-rc3.
- Eliminated 1 patch.
- commit 2fde7e0
++++ kernel-default:
- Update to 3.4-rc3.
- Eliminated 1 patch.
- commit 2fde7e0
++++ kernel-desktop:
- Update to 3.4-rc3.
- Eliminated 1 patch.
- commit 2fde7e0
++++ kernel-source:
- Update to 3.4-rc3.
- Eliminated 1 patch.
- commit 2fde7e0
++++ kernel-docs:
- Update to 3.4-rc3.
- Eliminated 1 patch.
- commit 2fde7e0
++++ kernel-ec2:
- Update to 3.4-rc3.
- Eliminated 1 patch.
- commit 2fde7e0
++++ kernel-pae:
- Update to 3.4-rc3.
- Eliminated 1 patch.
- commit 2fde7e0
++++ kernel-syms:
- Update to 3.4-rc3.
- Eliminated 1 patch.
- commit 2fde7e0
++++ kernel-trace:
- Update to 3.4-rc3.
- Eliminated 1 patch.
- commit 2fde7e0
++++ kernel-vanilla:
- Update to 3.4-rc3.
- Eliminated 1 patch.
- commit 2fde7e0
++++ kernel-xen:
- Update to 3.4-rc3.
- Eliminated 1 patch.
- commit 2fde7e0
++++ kiten:
- reduce buildrequires
++++ kiwi:
- really fixed boot.script setup according to (bnc #757489)
- arm: On other systems which supports a boot menu we add
the linux kernel and initrd with its file names. But on
arm systems there can only be one kernel because uboot
doesn't support a menu. Thus perl-bootloader also doesn't
support updating the uboot configuration and that's the
reason why we use the links created by mkinitrd to point
to the kernel and initrd in order to support kernel
updates (bnc #757489)
++++ klettres:
- reduce buildrequires
++++ kmplot:
- reduce buildrequires
++++ kturtle:
- reduce buildrequires
++++ libcryptui:
- Update to version 3.4.1:
+ Build fixes
++++ libgnome-keyring:
- Update to version 3.4.1:
+ Build fixes
+ Fix copyright headers
+ Updated translations.
++++ nautilus:
- Update to version 3.4.1:
+ Don't display comment field for desktop files
+ Fix off-by-one error in file operation counts
+ Fix mouse hardware back/forward buttons not working correctly
+ Fix "Undo Trash" for files with non-ASCII characters
+ Fix name corruption for untitled files under some circumstances
++++ plymouth:
- Correct the theme name in the post install script of
plymouth-branding-openSUSE
++++ rocs:
- reduce buildrequires
++++ libsoup:
- Update to version 2.38.1:
+ Fixed a situation where soup_connection_disconnect() could end
up calling g_object_unref(NULL) when an idle connection was
closed. [bgo#672178]
+ Fixed two warnings when cancelling an in-progress
soup_socket_connect_async().
+ Fixed a crash when disposing a SoupServer with open
connections. [bgo#673468]
+ Fixed the SoupSession:ssl-use-system-ca-file property to get
turned off (rather than on) when you set it to FALSE... Also
fixed up the property notifications around the various
certificate-verification properties (ssl-ca-file,
ssl-use-system-ca-file, and tls-database).
+ Fixed SoupSession to not leak paused SoupMessages that were
still in progress when it was unreffed. [bgo#673905]
+ Updated the win32 file: URI code again, to fix regressions in
the WebKit tests. [webkit#82484]
++++ sushi:
- Update to version 0.4.1:
+ Fix a crash when fetching album cover art
+ Move the window to the current desktop workspace when shown
+ Avoid maximization and window snapping
+ Plug some memory leaks
++++ v8:
- Update to 3.10.2.1
* Fixed native ARM build (issues 1744, 539)
* Return LOOKUP variable instead of CONTEXT for non-context
allocated outer scope parameters (Chromium issue 119609).
* Fixed regular and ElementsKind transitions interfering with
each other (Chromium issue 122271).
* Improved performance of keyed loads/stores which have a
HeapNumber index (issues 1388, 1295).
* Fixed WeakMap processing for evacuation candidates (issue 2060).
* Bailout on possible direct eval calls (Chromium issue 122681).
* Do not assume that names of function expressions are context-allocated
(issue 2051).
* Performance and stability improvements on all platforms.
++++ yelp:
- Update to version 3.4.1:
+ Updated translations.
++++ link-grammar:
- Update to version 4.7.5:
+ Remove several duplicate given names.
+ Remove several dozen duplicated idioms.
+ Some intransitive verbs are actually transitive in rare cases.
+ Clean up misc minor compiler warnings.
+ Use enum not int for the cost-model type.
+ Update the man page to reflect actual command usage.
+ Start using -O3 optimization for another 2% perf improvment.
+ Fix configure.in --enable/--disable flags.
+ New AM_SILENT_RULES for less noisy build.
+ Remove malloc-dbg.c from the MSVC9 project file.
- Add gcc-c++ BuildRequires: it is now needed for the build.
++++ linuxrc:
- adjust rescue system setup
- move prepare_rescue script
++++ llvm:
- Update to svn revision 154914 from 3.1 branch
Major new features:
* AddressSanitizer, a fast memory error detector.
* MachineInstr Bundles, Support to model instruction
bundling / packing.
* ARM Integrated Assembler, A full featured assembler
and direct-to-object support for ARM.
* Basic Block Placement Probability driven basic block placement.
LLVM IR and Core Improvements
* IR support for half float
* IR support for vectors of pointers, including vector GEPs.
* Module flags have been introduced.
* Loads can now have range metadata attached to them to
describe the possible values being loaded.
* Inline cost heuristics have been completely overhauled
and now closely model constant propagation through call sites,
disregard trivially dead code costs, and
can model C++ STL iterator patterns.
Optimizer Improvements
* The loop unroll pass now is able to unroll loops with
run-time trip counts. This feature is turned off by default,
and is enabled with the -unroll-runtime flag.
* A new basic-block autovectorization pass is available.
Pass -vectorize to run this pass along with some associated
post-vectorization cleanup passes.
X86-32 and X86-64 Target Improvements
* Bug fixes and improved support for AVX1
* Support for AVX2 (still incomplete at this point)
ARM Target Improvements
* The constant island pass now supports basic block and
constant pool entry alignments greater than 4 bytes.
Clang Changes
* New: -Wdangling-else, -Wstrncat-size
* Improved: -Wformat, -Wempty-body, -Wliteral-conversion
* Clang 3.1 adds support for anonymous structs and anonymous unions,
added in the latest ISO C standard. Use -std=c11 or -std=gnu11
to enable support for the new language standard.
The new C11 features are backwards-compatible and are available
as an extension in all language modes.
* All warning and language selection flags which previously accepted
c1x have been updated to accept c11. The old c1x forms have been removed.
* Generalized constant expressions
* Lambda expressions
* Generalized initializers
* Unrestricted unions
* User-defined literals
* Forward-declared enumerations
* Atomics (both libc++'s and libstdc++4.7's are supported)
++++ mkinitrd:
- Change firmware search path to /usr/lib/firmware -- udev as of 182
doesn't look in /lib/firmware (bnc#757655).
++++ mousetweaks:
- Update to version 3.4.1:
+ Updated translations.
++++ nagios-plugins:
- update README.SuSE as users should also allow broadcasts in their
firewall if they use check_dhcp (thanks to Rüdiger Oertel)
- split up the checks into subpackages to follow the other
distributions and allow users to install a minimal setup on their
machines with minimal dependencies (moved dependencies into
subpackages)
- run set_permissions on newer distributions
- added nagios-plugins-wrong_return_in_check_swap.patch:
preventing check_swap from returning OK, if no swap activated
++++ openSUSE-build-key:
- remove generated key rings, no longer needed by
installation-images and linuxrc (bnc#724625)
- remove security@suse.de key, never used for package signing
- remove old build@suse.de key, was used on sle10
- remove openSUSE\x3aFactory@build.opensuse.org key, not used anymore
- leave sle11 build@suse.de key as backup
++++ openstack-keystoneclient:
- added rpmlintrc file
- fixed description
- added fdupes
++++ openstack-novaclient:
- added fdupes
++++ orca:
- Update to version 3.4.1:
+ GNOME 3:
- Present the name change of the suspend/power off menu item
- Prevent nameless panels from delaying presentation of Top Bar
button
- Prevent focused objects in gnome-shell dialogs from
preempting presentation of the dialog itself
- Fix for Empathy active descendant presentation getting
incorrectly interrupted
- Minor adjustments to get Orca working with Empathy 3.4
- bgo#672461: Orca now presents the full file list when the
file chooser is opened
+ Unity:
- bgo#673397: Using flat review while in Unity Greeter makes
Orca stop presenting screen contents
- bgo#673157: Unhandled exception when in Unity Greeter
- bgo#673648: Orca does not present Unity 2d indicators
correctly in braille
+ Qt:
- Fix for Orca incorrectly skipping certain menu item events in
KMail
- bgo#673142: Unhandled exceptions (GError: No such object
path) when using Skype
+ WebKitGtk:
- bgo#673540: List and list item structural navigation
sometimes fails
- Prevent Orca from double-presenting focused links with
structural navigation in lists
- bgo#672464: Orca double presents headings which are links
- Fix braille rolename presentation
- bgo#673757: Pages with alt attribute present, but not
actually set, results in traceback
- Fix a UnicodeWarning
+ Gecko:
- bgo#673715: Orca double-echoes keys pressed in Thunderbird
address fields
- bgo#673567: List in Firefox preferences dialog not presented
+ LibreOffice:
- bgo#672787: Unhandled exceptions from dead accessibles in
Calc
- bgo#673530: Orca multi-presents the focused cell's contents
when arrowing in Calc
- bgo#672953: Orca is presenting extra "input line frame"
announcements in LibreOffice Calc
+ Orca and AT-SPI:
- Handle the new AT-SPI2 timeout errors
- Add additional debugging info to help track down
hard-to-reproduce issues
- Use os.makedirs instead of os.mkdir if the XDG data home
directory doesn't exist
- Disable braille monitor if the import fails
- Ensure 'orca -t' works even without a Desktop
- bgo#673336: Problems (re)binding commands with Caps_Lock
+ Updated translations.
++++ parley:
- reduce buildrequires
++++ python-pyasn1:
- remove self-obsoletes
++++ python-repoze.lru:
- license update: SUSE-Repoze
Use this identifier to refer to (exactly) the Repoze Public License
++++ python-usb:
- Build version 1.0.0a2
- Included coded fixes
- MANIFEST.in: Removed old test firmware from manifest file
- usb/backend/libusb10.py, usb/backend/openusb.py: Fixed: use None
when errno value is not available
- tests/utils.py: Fixed Python 3 string test case for ctrl_transfer
In Python 3, string is 4 bytes long, so ctrl_transfer test case was
failing with 'Broken error' message. This was caused because control
buffer in the benchmark firmware can only hold 8 bytes, thus it
could not handle more than a two character length string.
- usb/backend/libusb01.py: Fixed correct device enumeration for
libusb01 backend
++++ rubygem-exception_notification:
- update to 2.6.0
enhancements
Avoid raising exception on dev mode
Add ignore_if option to avoid sending certain notifications.
Add normalize_subject option to remove numbers from email so that they thread (by @jjb)
Allow the user to provide a custom message and hash of data (by @jjb)
Add support for configurable background sections and a data partial (by @jeffrafter)
Include timestamp of exception in notification body
Add support for rack based session management (by @phoet)
Add ignore_crawlers option to ignore exceptions generated by crawlers
Add verbode_subject option to exclude exception message from subject (by @amishyn)
bug fixes
Correctly set view path at the right time so that new sections are properly available (by @scrozier)
Fix handling exceptions with no backtrace
Fix issue on Solaris with hostname (by @bluescripts)
Ensure exceptions in view templates doesn’t cause problems, allowing the notification to be sent anyway (by @sce)
++++ rubygem-multi_json:
- update to 1.3.1
some fixes, old engines API deprecated
++++ rubygem-sqlite3:
- update to 1.3.6
* Enhancements
* Windows: build against SQLite 3.7.11
* Added SQLite3::ResultSet#each_hash for fetching each row as a hash.
* Added SQLite3::ResultSet#next_hash for fetching one row as a hash.
* Bugfixes
* Support both UTF-16LE and UTF-16BE encoding modes on PPC. Closes #63
* Protect parameters to custom functions from being garbage collected too
soon. Fixes #60. Thanks hirataya!
* Fix backwards compatibility with 1.2.5 with bind vars and `query` method.
Fixes #35.
* Fix double definition error caused by defining sqlite3_int64/uint64.
* Fix suspicious version regexp.
* Deprecations
* ArrayWithTypesAndFields#types is deprecated and the class will be removed
in version 2.0.0. Please use the `types` method on the ResultSet class
that created this object.
* ArrayWithTypesAndFields#fields is deprecated and the class will be removed
in version 2.0.0. Please use the `columns` method on the ResultSet class
that created this object.
* The ArrayWithTypesAndFields class will be removed in 2.0.0
* The ArrayWithTypes class will be removed in 2.0.0
* HashWithTypesAndFields#types is deprecated and the class will be removed
in version 2.0.0. Please use the `types` method on the ResultSet class
that created this object.
* HashWithTypesAndFields#fields is deprecated and the class will be removed
in version 2.0.0. Please use the `columns` method on the ResultSet class
++++ seahorse:
- Update to version 3.4.1:
+ Fix crash during failed HKP exports
+ Fix memory errors when searching for keys
+ Build fixes
+ Updated translations.
++++ suse-xsl-stylesheets:
Version 1.9.3:
Fixed the following bugs:
- Ticket#69: Improve Space Between Formal Titles and Verbatim Text
- Ticket#58: SUSE Branding: Quick Start Layout (I)
- Ticket#59: SUSE Branding: Quick Start Layout (II)
- Ticket#34: SUSE Branding: Stylesheets produce invalid HTML 4.01
Transitional
- bnc#703489: FOP: Problems with Tables (reported upstream)
- bnc#706459: FOP: Distance Between Page Number and Left/Right Footer
- bnc#706464: FOP: Space Between Figure/Procedure XYZ and Title
- bnc#706475: FOP: Some Issues with Callouts
- bnc#706479: FOP: Line Break in Elements
- bnc#708637: HTML: susedoc/daps stylesheets produce invalid HTML 4.01
Transitional (Moved to Ticket#68)
++++ syslog-ng:
- update to syslog-ng 3.3.5 which fixes even more memleaks
- resolves bnc#757680
++++ thunar-plugin-shares:
- use upstream tarball instead of recompressed source
++++ tomboy:
- Update to version 1.10.1:
+ Updated translations.
++++ u-boot:
- Included u-boot.spec.in and gen_spec.sh in the spec file
++++ vinagre:
- Update to version 3.4.1:
+ Use example.com in address examples (bgo#672238)
+ Updated translations.
++++ vino:
- Update to version 3.4.1:
+ Updated translations.
++++ xfce4-panel-plugin-battery:
- fix source URL
- update to version 1.0.1
- build the plugin as a module
- port to libxfce4ui
- port to panel 4.9+
- add about dialog
- don't show percentage/time if charge is 0
- dropped obsolete
xfce4-battery-plugin-1.0.0-show-time-when-on-battery-power.patch
++++ xfce4-panel-plugin-cellmodem:
- fix source URL
- use upstream tarball instead of recompressed one
++++ xfce4-panel-plugin-clipman:
- fix source URL
++++ xfce4-panel-plugin-cpufreq:
- corrected source URL
++++ xfce4-panel-plugin-cpugraph:
- corrected source URL
++++ xfce4-panel-plugin-datetime:
- corrected source URL
++++ xfce4-panel-plugin-diskperf:
- corrected source URL
++++ xfce4-panel-plugin-eyes:
- corrected source URL
++++ xfce4-panel-plugin-fsguard:
- corrected source URL
++++ xfce4-panel-plugin-genmon:
- corrected source URL
++++ xfce4-panel-plugin-mailwatch:
- corrected source URL
- corrected source URL
- use pristine source tarball
++++ xfce4-panel-plugin-mount:
- corrected source URL
- update to version 0.6.0
- port to panel 4.8/4.9
- port to libxfce4ui
- build the plugin as a module
- use standard icon names, drop old unused icons
- add a checkbox option to use sudo
- rewrite config saving/loading
- general cleanup
- removed xfce4-panel-plugin-mount-0.5.5-fix-missing-include.patch,
xfce4-panel-plugin-mount-0.5.5-hide-gvfs-fuse-daemon-mount.patch
which have been incorporated upstream
++++ xfce4-panel-plugin-mpc:
- corrected source URL
++++ xfce4-panel-plugin-netload:
- corrected source URL
++++ xfce4-panel-plugin-notes:
- corrected source URL
++++ xfce4-panel-plugin-places:
- corrected source URL
++++ xfce4-panel-plugin-quicklauncher:
- corrected source URL
++++ xfce4-panel-plugin-radio:
- corrected source URL
++++ xfce4-panel-plugin-sensors:
- corrected source URL
++++ xfce4-panel-plugin-smartbookmark:
- corrected source URL
++++ xfce4-panel-plugin-systemload:
- corrected source URL
++++ xfce4-panel-plugin-timeout:
- corrected source URL
- update to version 1.0.1
- port to libxfce4ui
- build the plugin as a module
- fix double-free when seconds are not displayed
- port to GtkTooltip
- emit the 'update' signal only if the countdown is running
- only call gtk_progress_set_percentage() with valid value
- dropped obsolete
xfce4-panel-plugin-timeout-1.0.0-hidden_progress_bar.patch
++++ xfce4-panel-plugin-timer:
- corrected source URL
++++ xfce4-panel-plugin-verve:
- corrected source URL
++++ xfce4-panel-plugin-wavelan:
- corrected source URL
++++ xfce4-panel-plugin-weather:
- corrected source URL
++++ xfce4-panel-plugin-xkb:
- corrected source URL
++++ xinput:
- Update to version 1.5.99.901:
+ Handle XA_CARDINAL as property type.
+ Print the source ID for raw events (XI 2.2 only).
+ Improvements to NVIDIA-specific output checking.
+ User-visible changes: map-to-crtc was changed to map-to-output.
+ Several bug fixes and cleanups.
++++ xlsfonts:
- Update to version 1.0.4:
+ Compiler warning silencing
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: new upstream dependency.
++++ yast2-dns-server:
- Triggering the global "modified" flag while adding/modifying
a zone to be correctly stored later (BNC#753038).
++++ yast2-ncurses-pkg:
- Merged text from proof-read
- 2.22.5
++++ yelp-tools:
- Update to version 3.4.1:
+ yelp.m4: Fix dist when using the LINGUAS envar
++++ yelp-xsl:
- Update to version 3.4.1:
+ Updated translations.
------------------------------------------------------------------
------------------ 2012-4-16 - Apr 16 2012 -------------------
------------------------------------------------------------------
++++ aaa_base:
- remove mingetty dependency from aaa_base as it's needed by sysvinit
++++ apparmor:
- replace patch for dnsmasq profile with upstream patch (bnc#738905)
++++ autossh:
- license update: BSD-3-Clause
See fakepoll.h (BSD-4-Clause with UCB clarification). There is no GPL in
this package
++++ autoyast2:
- setting disklabel to gpt did not work (bnc#757324)
++++ cacti:
- Corrected the crontab file for openSUSE >= 12.2
- Some cross distro fixes so plugins will also build for other distros
++++ collectd:
- Remove modbus support since modbus is not in openSUSE:Factory.
- Fix buildrequires: it's libxtables-devel for 12.2.
++++ coreutils:
- Update to 8.16:
- Improvements:
* As a GNU extension, 'chmod', 'mkdir', and 'install' now accept
operators '-', '+', '=' followed by octal modes;
* Also, ordinary numeric modes with five or more digits no longer
preserve setuid and setgid bits, so that 'chmod 00755 FOO' now
clears FOO's setuid and setgid bits.
* dd now accepts the count_bytes, skip_bytes iflags and the
seek_bytes oflag, to more easily allow processing portions of a
file.
* dd now accepts the conv=sparse flag to attempt to create sparse
output, by seeking rather than writing to the output file.
* ln now accepts the --relative option, to generate a relative
symbolic link to a target, irrespective of how the target is
specified.
* split now accepts an optional "from" argument to
- -numeric-suffixes, which changes the start number from the
default of 0.
* split now accepts the --additional-suffix option, to append an
additional static suffix to output file names.
* basename now supports the -a and -s options, which allow
processing of more than one argument at a time. Also the
complementary -z option was added to delimit output items with
the NUL character.
* dirname now supports more than one argument. Also the complementary
z option was added to delimit output items with the NUL character.
- Bug fixes
* du --one-file-system (-x) would ignore any non-directory
specified on the command line. For example, "touch f; du -x f"
would print nothing. [bug introduced in coreutils-8.15]
* mv now lets you move a symlink onto a same-inode destination
file that has two or more hard links.
* "mv A B" could succeed, yet A would remain.
* realpath no longer mishandles a root directory.
- Improvements
* ls can be much more efficient, especially with large directories
on file systems for which getfilecon-, ACL-check- and XATTR-
check-induced syscalls fail with ENOTSUP or similar.
* 'realpath --relative-base=dir' in isolation now implies
'--relative-to=dir' instead of causing a usage failure.
* split now supports an unlimited number of split files as default
behavior.
For a detaild list se NEWS in the documentation.
- Add up-to-date german translation.
- Add two upstream patches that speed up ls (bnc#752943):
* Cache (l)getfilecon calls to avoid the vast majority of the failing
underlying getxattr syscalls.
* Avoids always-failing queries for whether a file has a nontrivial
ACL and for whether a file has certain "capabilities".
++++ cryptsetup:
- new version 1.4.2
* Fix header check to support old (cryptsetup 1.0.0) header alignment. (1.4.0)
* Add --keyfile-offset and --new-keyfile-offset parameters to API and CLI.
* Add repair command and crypt_repair() for known LUKS metadata problems repair.
* Allow to specify --align-payload only for luksFormat.
* Unify password verification option.
* Support password verification with quiet flag if possible. (1.2.0)
* Fix retry if entered passphrases (with verify option) do not match.
* Support UUID= format for device specification.
* Add --master-key-file option to luksOpen (open using volume key).
* Fix use of empty keyfile.
* Fix error message for luksClose and detached LUKS header.
* Allow --header for status command to get full info with detached header.
- boot.crypto:
* avoid warning about module 'kernel' (bnc#741468)
* incorporate plymouth support
++++ dietlibc:
- rework ppc patch. Needs to be applied only on ppc64
++++ doxygen:
- updated to 1.8.0svn20120416:
* fixed crash [bnc#755402]
++++ doxywizard:
- updated to 1.8.0svn20120416:
* fixed crash [bnc#755402]
++++ firebird:
- Remove merged patch Firebird-edit_fix.diff.
++++ glibc:
- Do not build locales and profile for i686 since we only ship
the base and glibc-devel packages.
++++ glibc:
- Do not build locales and profile for i686 since we only ship
the base and glibc-devel packages.
++++ gnome-backgrounds:
- Update to version 3.4.1:
+ Updated translations.
++++ gnome-panel:
- Update to version 3.4.1:
+ Updated translations.
++++ gnome-session:
- Update to version 3.4.1:
+ Properly move to next phase if an app dies on startup
+ Fix some restart/poweroff problems in the systemd code
+ Cleanups
+ Updated translations.
- Update gnome-session-kdm-support.patch, from Stefan Bruens
:
+ Support suspend with KDM
+ Fix crash when cancelling log out
++++ gphoto:
- updated to 2.4.14
- --list-all-config
- translation updates
- small bugfixes
++++ oxygen-gtk2:
- Update to version 1.2.3
* Bugfix release.
++++ oxygen-gtk3:
- Update to version 1.0.3
* Bugfix release
* Due to used macro GTK_STYLE_CLASS_SIDEBAR then added check whether gtk
version more than 3.2.0
++++ usbmuxd:
- license update: (GPL-2.0 or GPL-3.0) and LGPL-2.1+
See README
++++ kalzium:
- Add back glew-devel and python-devel BuildRequires to fix the
build.
++++ kdebase4-runtime:
- Delete unapplied patches
* 50ef3393-nepomuk-data-merging-fix.diff
* 754275ed-nepomuk-res-ident-perf.diff
* phonon-wakeups.diff
++++ kiwi:
- s390: fixed recreateVTOCTable() to wait until the volume
group has settled before deactivating it in a LVM setup
- removed obsolete error console information
- kiwi creates a link with filesystem extension pointing to
the root filesystem image when created. The function
compressImage creates a .gz version of that root filesystem
image and therefore break the link. This fix enhances
compressImage() in a way that it receives the filesystem
information in order to repair the link
- added oem type to s390 JeOS image description
- update s390 SLE repo in JeOS template
- v5.02.23 released
++++ kwebkitpart:
- make it build on older distros
++++ libgit2:
- Update to 0.16.0
- Git Attributes support (see git2/attr.h)
There is now support to efficiently parse and retrieve information
from `.gitattribute` files in a repository. Note that this
information is not yet used e.g. when checking out files.
- .gitignore support
Likewise, all the operations that are affected by `.gitignore` files
now take into account the global, user and local ignores when
skipping the relevant files.
- Cleanup of the object ownership semantics
The ownership semantics for all repository subparts (index, odb,
config files, etc) has been redesigned. All these objects are now
reference counted, and can be hot-swapped in the middle of
execution, allowing for instance to add a working directory and an
index to a repository that was previously opened as bare, or to
change the source of the ODB objects after initialization.
Consequently, the repository API has been simplified to remove all
the `_openX` calls that allowed setting these subparts *before*
initialization.
- git_index_read_tree()
Git trees can now be read into the index.
- More reflog functionality
The reference log has been optimized, and new API calls to rename
and delete the logs for a reference have been added.
- Rewrite of the References code with explicit ownership semantics
The references code has been mostly rewritten to take into account
the cases where another Git application was modifying a repository's
references while the Library was running.
References are now explicitly loaded and free'd by the user, and
they may be reloaded in the middle of execution if the user suspects
that their values may have changed on disk. Despite the new
ownership semantics, the references API stays the same.
- Simplified the Remotes API
Some of the more complex Remote calls have been refactored into
higher level ones, to facilitate the usual `fetch` workflow of a
repository.
- Greatly improved thread-safety
The library no longer has race conditions when loading objects from
the same ODB and different threads at the same time. There's now
full TLS support, even for error codes. When the library is built
with `THREADSAFE=1`, the threading support must be globally
initialized before it can be used (see `git_threads_init()`)
- Tree walking API
A new API can recursively traverse trees and subtrees issuing callbacks for
every single entry.
- Tree diff API
There is basic support for diff'ing an index against two trees.
++++ totem-pl-parser:
- Update to version 3.4.1:
+ archive:// URI fixes.
+ Use the best available format for video sites.
+ Test case updates.
++++ libzypp:
- ResStatus: add 'unneeded' bit (determined by solver)
- Force using gcc-4.6 until it builds with 4.7
- Support multiversion definitions being read from files in /etc/zypp/multiversion.d.
- Workaround doxygen SEGV and accept incomplete docs (until bnc#755402 is fixed)
- Rename zypp::sat::AttrMatcher to zypp::StrMatcher (base/StrMatcher.h)
- Support (source)package download by non-root user (bnc#755239)
- Delay construction of ZYppGlobalLock until its actually needed (bnc#575096)
- Fix buddy handling in solver results
- Simplify Selectable::multiversionInstall
- Don't cache defaultCandidate as it depends on solver::allowVendorChange flag (bnc#754286)
- version 11.4.0 (4)
++++ linuxrc:
- add api to run scripts at various places
- mount /dev/pts after devtmpfs (bnc #755845)
++++ midori:
- added midori-fix-broken-libsoup-macros.patch in order to fix the
broken usage of HAVE_LIBSOUP_* macros (lp#983137)
++++ totem:
- Update to version 3.4.1:
+ Remote option argument parsing fixes.
+ Fix for keyboard shortcuts when using ModeSwitch.
+ Updated translations.
++++ nginx-1.0:
- Update to version 1.0.15
Changes with nginx 1.0.15 12 Apr 2012
* ) Security: specially crafted mp4 file might allow to overwrite memory
locations in a worker process if the ngx_http_mp4_module was used,
potentially resulting in arbitrary code execution (CVE-2012-2089).
Thanks to Matthew Daley.
* ) Bugfix: in the ngx_http_mp4_module.
++++ octave:
- Spec file cleanup: remove Authors from description, remove
conditionals referring to obsolete suse_versions.
++++ openttd:
- update to 1.2.0
* too many changes to list here, please see changelog.txt
(files data/* moved to baseset/, no gm/ anymore)
++++ openttd-opengfx:
- update 0.4.4
- Change: Don't let the road works flash that much (issue #3395)
- Add: [Makefile] Introduce target 'clean-gfx' which deletes png files which can be re-built from source and allow 'maintainer-clean' to delete the opengfx.check.md5
- Add: More font sprites (issue #3578)
- Fix: Landing lights were inoperational for helipad and some broken at the heliport (issue #3709)
- Fix: German semaphore signals were not available anymore (issue #3429)
- Fix: Broken river borders at sea level (issue #3562)
- Fix: Add GridDesert to terrain.xcf and fix spelling of GridTropical (issue #3769)
- Fix: Wrong wanter pixels on some river and coast tiles (issue #3714)
++++ perl-XML-LibXML:
- disable 12html.t as it causes OOM on ppc64
++++ postgresql-plr:
- Make factory happy added R-base as Build-Require
++++ python-Routes:
- Require python-repoze.lru
++++ python-celery:
- Update to 2.5.3:
* A bug causes messages to be sent with UTC timestamps even though
CELERY_ENABLE_UTC was not enabled (Issue #636).
* celerybeat: No longer crashes if an entry's args is set to None
(Issue #657).
* Autoreload did not work if a module's __file__ attribute
was set to the modules '.pyc' file. (Issue #647).
* Fixes early 2.5 compatibility where __package__ does not exist
(Issue #638).
++++ python-django-celery:
- Update to 2.5.4:
* Compatibility with celery 2.5.3
* Database scheduler now imports exchange, routing_key and queue
options from CELERYBEAT_SCHEDULE.
++++ python-repoze.lru:
- Initial version
++++ qutim:
- Cleanup spec file:
* run through spec-cleaner
* Remove duplicate changelog lines
* Run fdupes.
++++ shellinabox:
- license update: SUSE-GPL-2.0-with-openssl-exception
See COPYING. SUSE- prefix is used until upstream (spdx.org) accept
GPL-2.0-with-openssl-exception
++++ sysvinit:
- add mingetty to Requires
* remove it as dependency from aaa_base ad it's needed for sysvinit only
++++ zypper:
- Let zypper remove lock follow addlock with respect to args and behavior (bnc#751976)
- Typo (bnc#756192)
- Improve source package related messages upon install and remove (bnc#755239)
- Pass --root to libzypp early so lockfile is created chroot (bnc#575096)
- Do not acquire a zypp lock for 'zypper ps' (bnc#703598)
- Show note about possibly incomplete 'zypper ps' if not run as root (bnc#710872)
- version 1.7.1
------------------------------------------------------------------
------------------ 2012-4-15 - Apr 15 2012 -------------------
------------------------------------------------------------------
++++ Mesa:
- use same dri drivers on ia64 as on ppc (no drm_intel)
++++ brltty:
- Update to version 4.3:
+ New options:
The -F [--speech-fifo=] option has been renamed to -i [--speech-input=].
The -F [--preferences-file=] option sets the path to the preferences file.
The -L [--log-file=] brltty option writes timestamped logs to a file.
The -q [--quiet] xbrlapi option suppresses the displaying of window titles.
The -r [--reformat-text] ctbtest option joins unindented input lines.
The log level can now be specified within brltty.conf.
+ New device support:
A braille driver for BrailComm displays has been added.
The HandyTech braille driver now supports the Active Braille.
The Voyager braille driver now supports the part 232 serial adapter.
The Voyager braille driver now supports the Braille Pen (aka Easy Link).
+ Preferences menu changes:
The preference selections now apply to the preferences menu itself, too.
Keyboard key bindings now work correctly within the preferences menu.
The "Text Style" preference has new settings:
8-Dot Computer Braille (formerly 8-dot)
Contracted Braille (formerly 6-dot)
6-Dot Computer Braille
The "Expand Current Word" preference has been added.
It's only visible if "Text Style" is set to "Contracted Braille".
It can be set to:
Yes (don't contract the word the cursor is on)
No (contract the whole line)
The "Capitalization Mode" preference has been added.
It's only visible if "Text Style" is set to "Contracted Braille".
It can be set to:
No Capitalization
Use Capital Sign
Superimpose Dot 7
+ General changes:
Internationalization support has been improved.
French and German translations have been added.
Support for multi-byte local character sets has been improved.
Horizontal window motions now work correctly with contracted braille.
The half window left motion no longer can move to a bad location.
Alert messages no longer disappear unexpectedly.
The speech FIFO is now created relative to the current working directory.
Serial flow control is now enabled before device probing.
The following global variables for use within tables are now predefined:
tablesDirectory
tableExtension
subtableExtension
+ Alva braille driver changes:
The BC key bindings have been changed significantly in order to add
more functions and to support the USB640 (which has no smartpad).
The braille keyboard of the BC Feature Pack is now supported.
+ Baum braille driver changes:
Updating the text and status cells of the Vario 80 has been fixed.
The front and command keys of the Vario 80 are now supported.
+ EuroBraille braille driver changes:
Reading keys is faster and no longer generates spurious input errors.
+ HandyTech braille driver changes:
Support for the Active Braille has been added.
The help screen now describes how the keypad keys are named.
+ Papenmeier braille driver changes:
The initial state of the switches and keys of EL models is detected.
+ Seika braille driver changes:
The help screen now describes the key layout.
+ TTY braille driver changes:
A few more key bindings have been defined.
+ Voyager braille driver changes:
Serial support has been added.
Bluetooth support has been added.
Support for the part 232 serial adapter has been added.
Support for the Braille Pen (aka Easy Link) has been added.
+ XWindow braille driver changes:
More and less restrictive fonts are supported.
Hard program exits have been removed.
+ eSpeak speech driver changes:
The full advertized speech rate range can now be used.
+ FestivalLite speech driver changes:
The default voice has been changed to kal (from kal16).
+ AtSpi screen driver changes:
No more annoying warnings when not on an AtSpi widget.
+ BrlAPI fixes:
ISO-8859-1 is now accepted as a character set when iconv isn't available.
The autorepeat flags are now handled on a per session basis.
Commands are now processed when the device is released.
+ WindowEyes BrlAPI driver changes:
Testing for BrlAPI open errors has been improved.
+ Text table changes:
A common subtable for the block characters has been added.
The glyph directive has been added.
Several alternate fonts for the Latin letters are now defined.
If a character isn't defined then check for an alternative which is:
(its Unicode base character, its iconv-defined ASCII equivalent, etc).
The en_UK text table has been renamed to en_GB (to comply with ISO 3166).
Updated text tables:
bo (Tibetan)
brf: dot 7 is no longer presented
fr_FR (French France)
fr-vs (French table used by VisioBraille devices)
is (Icelandic): updated to the newly adopted standard
+ Contraction table changes:
If a zero-width character isn't defined then don't show it.
Updated tables:
de-kurzschrift (German)
en-us-g2 (American English)
es (Spanish)
fr-abrege (French)
zh-tw (Taiwanese Chinese)
+ Key table changes:
A specific key within a set can now be specified by number.
A key combination can now include specific keys which aren't in set 0.
Keys which aren't in set 0 can now be mapped to keyboard functions.
A key set name can now be used to define a hotkey.
The help text no longer includes hidden hotkeys.
The help text now handles context-specific hotkeys correctly.
The note directive now supports the use of variables.
+ Windows changes:
Serial devices beyond COM9 may now be specified.
The WindowEyes driver is now copied into the correct installation directory.
+ Build changes:
Building an exported (not checked out) copy now "knows" its revision number.
Make support for install/uninstall of /usr/share/doc/brltty has been added.
The make targets for source archives are now prefixed with "src-".
The bin-tar, bin-tar-gzip, and bin-tar-bzip2 make targets have been added.
Support for xz compression of binary and source archives has been added.
The preferences file has been moved to /var/lib/brltty/brltty.prefs.
There's now only one preferences file (instead of one per braille driver).
The preferences file is now text-based (instead of binary).
The "writable" directory has been moved to /var/run/brltty.
The "library" directory is now known as the "drivers" directory.
The "data" directory no longer has a use and has been removed.
Support for the "gjar" command has been added.
- Fixed tcl bindings failing in brp-tcl
++++ xfce4-branding-openSUSE:
- only build midori-branding-openSUSE for > 11.4 since Midori does
not support 11.4 any more
- only depend on wallpaper-branding-openSUSE for > 11.4
++++ exo:
- removed system-file-manager and utilities-terminal icons since
these are standard icon names from the Icon Naming Spec
++++ font-util:
- Rename source and binary package from xorg-x11-fonts-devel to
font-utils.
- Add Provides/Obsoletes for xorg-x11-fonts-devel to smooth
upgrades.
++++ gdm:
- Update to version 3.4.1:
+ Fix various problems in the systemd support code.
+ Omit locked users from the user list.
+ Updated translations.
++++ getmail:
- update to 4.26.0:
* switch to using BODY.PEEK in IMAP retrieval; upstream no longer see
problems with this feature in my testing; if users experience
incompatibility with any IMAP servers where 4.25.0 worked, contact upstream
++++ gnome-applets:
- Update to version 3.4.1:
+ Identical to 3.4.0, which was not released on time.
- Changes from version 3.4.0:
+ Updated translations.
++++ gnome-screensaver:
- Update to version 3.4.1:
+ Drop num lock warning.
+ Updated translations.
++++ gns3:
- New upstream version 0.8.2 (Virtual box support)
++++ k3b:
- update buildrequires (taglib->libtag)
++++ kalzium:
- reduce buildrequires
++++ kanagram:
- reduce buildrequires
++++ kdelibs4:
- Make XF86Calculator key work (bnc#726550, kde#257900)
++++ kdelibs4-apidocs:
- Make XF86Calculator key work (bnc#726550, kde#257900)
++++ kgeography:
- reduce buildrequires
++++ khangman:
- reduce buildrequires
++++ kig:
- reduce buildrequires
++++ kmousetool:
- reduce buildrequires
++++ krename:
- fix buildrequires (taglib->libtag)
++++ ktorrent:
- fix buildrequires (taglib->libtag)
++++ kwebkitpart:
- reduce buildrequires
++++ kwordquiz:
- reduce buildrequires
++++ libgphoto2:
- 2.4.14 release
- Canon EOS 5D Mark III support
- Samsung Galaxy support restored
- bugfixes
++++ mariadb:
- migrated to MariaDB 5.5.23, see:
http://kb.askmonty.org/en/what-is-mariadb-55
http://kb.askmonty.org/en/release-notes-mariadb-55-series
http://kb.askmonty.org/en/changelogs-mariadb-55-series
++++ orage:
- recommend the -doc subpackage
++++ pcsc-ccid:
- Updated to version 1.4.6:
* Add support of Avtor SC Reader 371, Avtor SecureToken,
DIGIPASS KEY 202, Fujitsu SmartCase KB SCR eSIG,
Giesecke & Devrient StarSign CUT,
Inside Secure VaultIC 460 Smart Object,
Macally NFC CCID eNetPad reader, OmniKey 6321 USB,
SCM SDI 011, Teridian TSC12xxF, Vasco DIGIPASS KEY 101
* Remove support of readers without a USB CCID descriptor file
0x08E6:0x34C1:Gemalto Ezio Shield Secure Channel
0x08E6:0x34C4:Gemalto Ezio Generic
0x04E6:0x511A:SCM SCR 3310 NTTCom
0x0783:0x0008:C3PO LTC32 USBv2 with keyboard support
0x0783:0x9002:C3PO TLTC2USB
0x047B:0x020B:Silitek SK-3105
* Disable SPE for HP USB CCID Smartcard Keyboard. The reader is
bogus and unsafe.
* Fix a problem with ICCD type A devices. We now wait for device
ready
* Secure PIN Verify and PIN Modify: set the minimum timeout to
90 seconds
* Add support of wIdVendor and wIdProduct properties
* Add support of dwMaxAPDUDataSize
* Add support of Gemalto firmware features
* some minor bugs removed
++++ python-numpy:
- Fix SLE_11 build
++++ qutim:
- Version 0.3.1:
* Added PGP support
* Added OTR support
* Added ability to disable showing of ContactList on startup
* Added ability of starting up in minimized mode
* Added filtration in ServiceChooser and PluginChooser
* Added "melva" chat style
* Added metacontacts synchronization for Jabber accounts
* Improved support for Adium Chat Styles
* Improved quotering support
* Fixed switching from autoresize to normal TextEdit
* Fixed several crashes
++++ rfc:
- automated update on 2012-04-15
++++ roundcubemail:
- Update to version 0.7.2
* bugfixes as outlined in CHANGELOG
++++ shorewall:
- Update to 4.5.2.2 For more details see changelog.txt and
releasenotes.txt
* If a shorewallrc file is passed to the 4.5.2.1 Shorewall-core
install.sh, subsequent compilations fail. The error message
indicates that the compiler is looking for lib.core, but the
pathname has embedded spaces.
* The 4.5.2.1 Shorewall/Shorewall6 installer installs an
incorrect file as /etc/shorewall[6]/Makefile.
++++ step:
- reduce buildrequires
++++ thunar-volman:
- enable thunar-volman-branding-upstream for all openSUSE versions
++++ twm:
- Update to version 1.0.7:
+ Replace most sprintf calls with snprintf
+ lex & yacc: only header file needs to be in BUILT_SOURCES
+ Bugs fixed: fdo#32696
- Changes from version 1.0.6:
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: new upstream dependency.
++++ udev-browse:
-License File Updated
-install -D works
-updated description
- Udev-browse successfully packaged
++++ x11perf:
- Update to version 1.5.4:
+ Minor bug fixes
+ Build system fixes
- Changes from version 1.5.3:
+ Avoid "rep" calculation overflow.
+ Clamp test time to positive values.
+ Bugs fixed: fdo#31640.
++++ xcmsdb:
- Update to version 1.0.4:
+ Improved error handling for corrupt intensity profiles
+ Coding style cleanup to appease static analyzer
+ Build system fixes.
++++ xcompmgr:
- Update to version 1.1.6:
+ Only define shape_kind() function if DEBUG_SHAPE is true
+ Make dpy a local variable instead of a global
+ Add xext to PKG_CHECK_MODULES for calls of shape ext. functions
in libXext
+ Handle XShape window which shape change (fdo#20839)
+ Build system fixes.
- Add pkgconfig(xext) BuildRequires: new dependency.
++++ xfce4-panel-plugin-datetime:
- recommend -lang subpackage
++++ xfce4-panel-plugin-fsguard:
- recommend -lang subpackage
++++ xfce4-panel-plugin-smartbookmark:
- added xfce4-panel-plugin-smartbookmark-use-exo-open.patch in
order to use exo-open instead of xfbrowser4 which has been
removed in 4.10 (bxo#8642)
- use https://bugzilla.xfce.org/ as the default bookmark
++++ xinit:
- Move /etc/X11/Xresources from xorg-x11 to this package (in
xinit.tar.bz2), since this is the base package using this file.
++++ xinput:
- Update to version 1.5.99.1:
+ Print usage when run with --help
+ xinput: Assume 'list' by default if no args given. (same usage
as xrandr)
+ Support touch raw events
+ Support XI 2.1
+ Add support for device-to-screen mapping
+ Build system fixes.
- Add pkgconfig(xinerama) and pkgconfig(xrandr) BuildRequires: new
upstream dependencies.
++++ xorg-scripts:
- Split xorg-scripts from xorg-x11. Initial version: 1.0.1.
++++ xorg-x11:
- Split scripts upstream module in the xorg-scripts source package.
- Move /etc/X11/Xresources to xinit from this package, since xinit
is the base package using this file.
- Make package noarch.
++++ xorg-x11-server:
- Update to version 1.12.1
- Drop xorg-docs-1.6.tar.bz2: the docs are provided in a sep.
package.
- Add ABI Provides verification:
+ pre_checkin.sh to be launched with --tar before checkin (no
parameter given will try to do the right thing).
+ pre_checkin.sh is used during build to verify that the ABI
values match the expectations, to ensure we provide by rpm what
the binaries do.
- Add rpm macro file, allowing driver and input packages to specify
%x11_abi_videodrv_req, %x11_abi_xinput_req.
- Rebased patches to apply on 1.12.1 code base:
+ 0001-Check-harder-for-primary-PCI-device.patch
+ 0001-Fix-segfault-when-killing-X-with-ctrl-alt-backspace.patch
+ autoconfig_fallback_fbdev_first.diff
+ bug534768-prefer_local_symbols.patch
+ dpms_screensaver.diff
+ driver-autoconfig.diff
+ fbdevhw.diff
+ fix-dpi-values.diff
+ fix_fglrx_screendepth_issue.patch
+ p_default-module-path.diff
+ pu_fixes.diff
+ p_xnest-ignore-getimage-errors.diff
+ randr1_1-sig11.diff
+ vidmode-sig11.diff
+ xorg-detect-psb.patch
+ xorg-server-xdmcp.patch
+ zap_warning_xserver.diff
+ sync-fix.patch
- Drop upstream fixed patches:
+ U_dix-on-PointerRootWin-send-a-FocusIn-to-the-sprite-w.patch
+ U_dix-send-focus-events-to-the-immediate-parent-44079.patch
+ U_Don-t-call-deleted-Block-WakeupHandler.patch
+ u_OS-acpi-Reconnect-to-acpid-when-it-gets-restarted.patch
+ u_record-fix-sig11.patch
++++ xorg-x11-util-devel:
- Split utilities in their own source packages: gccmakedep imake
lndir makedepend xorg-cf-files xorg-sgml-doctools
- Bump version to 7.6_1 since the split packages have a Conflicts
with xorg-x11-util-devel <= 7.6.
- Add a README.meta file to explain the goal of this compatibility
metapackage.
++++ xtrans:
- Rename source and binary package from xorg-x11-xtrans-devel to
xtrans.
- Add Provides/Obsoletes for xorg-x11-xtrans-devel to smooth
upgrades.
- Pass --docdir=%{_docdir}/xtrans to configure to install
xtrans.xml in the right doc directory, instead of
/usr/share/doc/xtrans/).
++++ zypper:
- Update zypper-po.tar.bz2
------------------------------------------------------------------
------------------ 2012-4-14 - Apr 14 2012 -------------------
------------------------------------------------------------------
++++ accountsservice:
- Update to version 0.6.18:
+ Fix systemd configure check
+ Add a few more common system accounts to the blacklist
+ Fix some issues in systemd session handling
- Drop accountsservice-filter-more-accounts.patch: fixed upstream.
- Drop accountsservice-fix-systemd-test-always-evaluating-true.patch:
fixed upstream.
++++ kdepim4:
- fix buildrequires on kdepimlibs4-devel
++++ bitmap:
- Update to version 1.0.6:
+ Code clean-ups.
+ Man page fixes
+ Build system fixes
- Add pkgconfig(xproto) BuildRequires: New dependency.
++++ dee:
- Update to version 1.0.10:
+ Bugs fixed: lp#938382, lp#953978, lp#963991.
++++ kdebase4:
- Make kdebase4-nsplugin only suggest nspluginwrapper.
++++ xfce4-branding-openSUSE:
- make libgarcon-branding-openSUSE depend on libgarcon-data
- added openSUSE-xfce-icon-theme which provides icons missing from
gnome-icon-theme
- moved licenses into the tarballs
- xfce4-panel-branding-openSUSE
- use internal clock plugin again
- added new button images
%{_datadir}/pixmaps/xfce4-opensuse-light.png and
%{_datadir}/pixmaps/xfce4-opensuse-dark.png
- xfce4-session-branding-openSUSE
- dropped xfce4-settings-helper which ash been removed
- dropped xscreensaver which is now started via autostart
- xfwm4-branding-openSUSE
- increased doubleclick time to 400ms
- enabled composite by default
- enabled shadows
- libgarcon-branding-openSUSE
- reworked application menu and incorporated a customized
xfce-settings-manager-menu
- xfce4-settings-branding-openSUSE
- added customized
%{_sysconfdir}/xdg/menus/xfce-settings-manager.menu which also
includes non-Xfce settings
- switch from the GNOME icon theme to the openSUSE Xfce icon
theme
- xfdesktop-branding-openSUSE
- deliver symlink %{_datadir}/xfce4/backdrops/default.jpg
pointing to the default backdrop image from
wallpaper-branding-openSUSE which is now the compiled-in
default and removed
%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-desktop.xml
so that now all screens have the same default
- enabled thunar-volman-branding-openSUSE for 11.4
++++ exo:
- update to version 0.7.3
- enable startup-notify in the exo-open desktop files
- use g_file_set_contents on local files
- bump gtk to 2.20 and glib to 2.24
- don't set invalid startup id
- replace deprecated function g_strcasecmp
- fix possible segfault in exo_str_looks_like_an_uri
- updates licenses
- fix saving of desktop files in local dir
- translation updates
++++ expect:
- Remove execute permission from logfiles
++++ gdk-pixbuf:
- Update to version 2.26.1:
+ Fix srcdir != builddir build (bgo#672133)
+ Avoid an integer overflow in the xbm loader (bgo#672811)
+ Updated translations.
++++ gimp-dds:
- Initial build.
- Add gimp-dds-fix-linker.patch: Fix linker and optflags
(http://code.google.com/p/gimp-dds/issues/detail?id=13).
- Add gimp-dds-fix-incorrect-fsf-address.patch: Fix incorrect FSF
address (http://code.google.com/p/gimp-dds/issues/detail?id=14).
++++ glib2:
- Update to version 2.32.1:
+ Bugs fixed: bgo#669285, bgo#670254, bgo#672541, bgo#673139,
bgo#673174, bgo#673191, bgo#673216, bgo#673439, bgo#673612,
bgo#673762, bgo#673803, bgo#673911.
+ Updated translations.
- Replace libelf-devel BuildRequires with pkgconfig(libelf). This
change follows the change on how upstream detects libelf now.
++++ libxfce4ui:
- update to version 4.9.2
- increase gtk and glib versions
- bump 4util dependency
- remove unused function prototype
- translation updates
++++ libxfcegui4:
- replaced libxfcegui4-use-thunar.patch with
libxfcegui4-use-exo-open.patch in order to replace calls to
xftree4 and xfterm4 with exo-open
- update to version 4.9.0
- drop XfceDesktopEntry usage
- add missing flag to linking
- translation updates
++++ gnome-do:
- Update to version 0.9:
+ New DynamicItemSource API. This allows plugins to notify Do
when a new item is available,
+ The Application item source uses this new API. You are now able
to launch freshly-installed applications immediately from Do,
rather than having to wait for them to be indexed.
+ Numerous bug fixes
+ Switch from the unmaintained NDesk.DBus to dbus-sharp.
+ Bugs fixed: lp#289556, lp#330505, lp#551056, lp#551059,
lp#551102, lp#551125, lp#551180, lp#589649, lp#706299,
lp#897450, lp#907678.
- Drop pkgconfig(ndesk-dbus-1.0) and pkgconfig(ndesk-dbus-glib-1.0)
and add pkgconfig(dbus-sharp-1.0) and
pkgconfig(dbus-sharp-glib-1.0) BuildRequires after the switch
from NDesk.DBus to dbus-sharp.
- Drop gnome-do-fix-warning-empty-keybinding.patch: fixed upstream.
- Drop gnome-do-glib-2.31.patch: fixed upstream.
++++ gnome-nettool:
- Update to version 3.2.0:
+ Change schema path to standard format.
+ Updated translations.
++++ gtk-xfce-engine:
- update to version 2.99.3
- link against libm for floor() and ceil()
- reduce GtkComboBox padding
++++ gtk3:
- Update to version 3.4.1:
+ Win32 fixes
+ OS X fixes.
+ Bugs fixed: bgo#587441, bgo#672133, bgo#672358, bgo#672544,
bgo#672961, bgo#673090, bgo#673125, bgo#673139, bgo#673200,
bgo#673328, bgo#673440, bgo#673441, bgo#673458, bgo#673693,
bgo#673882
+ Updated translations.
++++ iceauth:
- Update to version 1.0.5:
+ auth_finalize: Attempt to rename() if link() fails.
+ Error out and avoid a call to malloc(0) if given a bad hex
string.
+ Man page fixes.
+ Build system fixes.
++++ kdebase4-workspace:
- remove dependency on google-gadgets
++++ kdelibs4:
- fix build on older distributions
++++ kdelibs4-apidocs:
- fix build on older distributions
++++ kdepim4-runtime:
- fix build dependency on kdepimlibs
++++ libQtWebKit4:
- Add libQtWebKit4-gcc47.patch: Fix build with gcc 4.7. Patch taken
from Fedora.
++++ libgarcon:
- make -branding packages depend on -data and not the other way
around
- make libgarcon-1-0 recommend -branding
- update to version 0.1.12
- add missing or fix incorrect licenses
- fix segfault if null is set
- translation updates
++++ python-base:
- update to 2.7.3:
* no change
- remove static libpython.a from build to avoid packages
linking it statically
++++ qrencode:
- fix build with older distros
++++ qrupdate:
- Update BuildRequires in keeping with lapack package naming
changes
- Spec file cleanups including modifying License in keeping with
spdx.org specifications
- Make devel package Require shared lib = %{version} instead of
%{version}-%{release}.
++++ sox:
- Update to version 14.4.0
o Add floating point encodings in AIFF-C files.
o Pad WAV data chunks to an even number of bytes.
o Made Pulse Audio driver the default driver.
o Lots of improvements to man pages.
o New upsample, hilbert, and downsample effects.
o Fix fading bugs.
o Enable --plot on biquad and fir effects.
o Now effects chain can be unlimitted length.
o Fix newfile/restart effects when merging or mixing files.
o Fix crash in compand and mcompand effect.
o Improved audio length calculations when using effects.
o New trim effect with enhanced capabilities.
o Improved large file support.
o MP2 write support.
- Split librarires to follow SLPP
- Optionally enable twolame support
- Use pkgconfig() style BuildRequires
- Update ocloexec patch to apply to the new version
- Remove audioio.h/sunaudio support
- Remove unneeded ncurses BuildRequire
- Remove patches not needed anymore (sox-14.3.2-new_ffmpeg.patch,
sox-14.3.1-undefined.patch and sox-14.3.1-aliasing.patch)
++++ libtasn1:
- update to version 2.12
+ Cleanup license headers.
+ build: Update gnulib files.
+ Corrected DER decoding issue (reported by Matthew Hall).
Added self check to detect the problem, see tests/Test_overflow.c.
This problem can lead to at least remotely triggered crashes, see
further analysis on the libtasn1 mailing list.
++++ thunar:
- update to version 1.3.2
- support small property for trash panel applet
- make uca.xml readable for humans
- enable startup-notify in the uca example
- hide thumb queue cleanup debug and plug memleak
- plug more leaks in thumbnailer
- reload ThunarView if job finishes
- use macro to get uri where possible
- free string in progress view
- fix file selection problems
- free module list in provider factory
- use a normal ExoBinding to avoid mem leak
- bump 4util and 4ui dependencies
- translation updates
++++ xfce4-panel:
- update to version 4.9.2
- Launcher: fix desktop file monitoring on some systems
- Panel: improved DnD markers
- Panel: fix invalid autohide with socket dialog
- Panel: remove duplicated function
- Panel: remove duplicated function
- Actions: show translated strings
- Actions: fix mnemonics conflict
- Clock: fix compiler warning
- Bump version-info of libxfce4panel
- Translation updates
++++ libxfce4util:
- update to version 4.9.1
- bump glib to 2.24
- translation updates
++++ xfconf:
- update to version 4.9.1
- use LT_PREREQ and LT_INIT
- UTF-8 check xfconf strings
- do not dup strings in xfconf_channel_set_string
- bump package dependency versions
- fix comment in perl package info
- don't use deprecated g_value_set_char
- translation updates
- added xfconf-query manpage from Debian
++++ xfce4-session:
- removed leftover dependency on xfce-utils
- recommend a minimal selection of packages for a Xfce session
- update to version 4.9.1
- fix return value of CanSuspend and CanHibernate
- make common no-reply error more subtile
- bump package dependency versions
- remove deprecated or unused code from xinit
- fallback to old method for shutdown
- improve xflock4 script
- drop the sync code because it can segfault on ext2
- always escape name and comment in dialog
- translation updates
- drop xflock4.sh which has been included upstream
++++ liferea:
- Update to version 1.8.5:
+ Reimplemented feed title matching rule for search folders.
+ Missing include when compiling with libindicate (sf#3515880).
+ Fixes search folders being invisible in reduced mode.
- Drop liferea-missing-include.patch: fixed upstream.
++++ listres:
- Update to version 1.0.3:
+ Replace computed printf format string with static string.
+ Combine usage string/fprintf calls into one.
+ listres depends on xproto, not x11 (Xlib).
+ Man page fixes.
+ Build system fixes.
- Replace pkgconfig(x11) BuildRequires with pkgconfig(xproto),
following upstreams changes.
++++ midori:
- update to version 0.4.5
+ work around black border around widgets on Win32
+ whitelist direct/ re-directed navigation requests in adblock
+ require Vala 0.14
+ provide geolocation diagnostics in about:geolocation
+ list available about: URLs and app instance name in
about:version
+ replace illegal characters in download filenames
+ tweak app options on Win32 and use ShellExecuteEx in
sokoke_show_uri
+ use sokoke_show_uri in midori_browser_download_status_cb
+ external Download manager Steadyflow and Aria2 (with
cookies)
+ ensure adblock config folder when blocking images
+ use sqlite WAL mode for history if available
+ allow relative -c/ --config path
+ context menus on Back and Forward toolbar items
+ always show the tabbar by default
+ use ubuntu-bug if it exists
+ show inline find while typing and statusbar text in overlay
with GTK+ 3.2
+ Esc/ closing "downloads still active" should cancel, not
continue
+ optional Granite support for notebook and bookmark dialog as
pop-over
+ Ctrl+j to toggle statusbar aka downloads
+ show at most 3 search engines in completion
+ don't replace existing onclick/ blur with autosuggest
+ implement low_memory_profile for FreeBSD and Win32
+ use var in internal javascript, to fix Google apps
+ handle download requests in frames
- correct dependencies
++++ mkfontdir:
- Update to version 1.0.7:
+ Fix issues where mkfontscale and mkfontdir are installed in
different locations or bindir contains a space (fdo#24465).
+ Man page fixes.
+ Build system fixes.
++++ mkfontscale:
- Update to version 1.1.0:
+ mkfontscale: fix Culmus entries to precede URW
+ Add Culmus foundry to the vendor list for TrueType & Type1
fonts
+ Add const attributes to fix gcc -Wwrite-strings warnings
+ Mark format string argument to dsprintf as const char *
+ mkfontscale: Support FontForge weight designations.
- Changes from version 1.0.9:
+ Add _X_ATTRIBUTE_PRINTF to functions taking printf format
arguments
+ makeList: free partially allocated list on failure
+ Leave room for null terminator in file & font name arrays
+ Sort contents of encodings.dir
+ Remove unused NEED_SNPRINTF code to #include non-existent
snprintf.c
+ Make fscanf format string constant so it can be checked at
compile time
+ Man page fixes.
+ Build system fixes.
++++ obexd:
- BuildRequires in pkgconfig() format.
- Drop explicit Requires: evolution-data-server from main package.
- Update to 0.45:
+ Fix issue with SRM and GET requests.
+ Fix issue with SRM headers and CONNECT.
+ Fix issue with ABORT request not being not processed.
+ Fix issue with file deletion when push gets aborted.
+ Fix issue with missing parsing of PUT application parameter.
+ Fix issue with parsing of PBAP client application parameter.
+ Fix issue with byte-order conversion and L2CAP.
+ Add support for OBEX over L2CAP transport.
+ Add support for MAP AP core functions.
++++ oclock:
- Update to version 1.0.3:
+ Enable the latent XKBStdBell code in oclock.
+ Combine usage output into a single string/fprintf call.
+ Man page fixes.
+ Build system fixes.
- Add pkgconfig(xkbfile) BuildRequires: new dependency.
++++ openmpi:
- fix ARM support again
++++ pithos:
- New bzr version now at revision 202:
+ Tweaks to prefs dialog.
+ Pass album art URL to MPRIS for Unity sound menu (lp#876984).
+ Add "Quit" item to menu (lp#904589).
+ Better handling of fatal gstreamer codec errors.
+ Add "Player" to category to allow build on openSUSE Open Build
service (lp#976327).
+ Handle urllib HTTPError.
- Drop pithos-fix-no-sufficient-category-definition.patch as this
has been upstreamed.
++++ python-kdebase4:
- remove dependency on google-gadgets
++++ sessreg:
- Update to version 1.0.7:
+ Add const attributes to fix gcc -Wwrite-strings warnings
+ Make lastlog work on BSD systems without .
+ Simply define LLOG_FILE and TTYS_FILE unconditionally.
+ Fix whitespace inconsistencies.
+ Just use time_t directly.
+ Only expose the sflag variable when needed.
+ Get rid of SYSV definition. Just check for pututline().
+ Don't forget to include before .
+ Get rid of bzero() calls. Replace them by memset().
+ Only split off /dev/ instead trimming to last /.
+ Fix typo in function name check.
+ Build system fixes.
++++ setxkbmap:
- Update to version 1.3.0:
+ Mention xkeyboard-config(7) in setxkbmap(1)
+ Add const attributes to fix gcc -Wwrite-strings warnings
+ Minor style changes in help message.
+ Few messages added for easier troubleshooting.
+ Consistent handling of memory allocation errors.
+ Removed unused arg subdir in function findFileInPath()
+ Bug in searching config files fixed.
+ Data refactored: list_t introduced to keep list and its sizes
together.
+ Bugs fixes: fdo#34117, fdo#34118, fdo#34151.
++++ shorewall:
- Update to 4.5.2.1 For more details see changelog.txt and
releasenotes.txt
* In release 4.5.2, if an INCLUDE directive appeared inside a ?IF
... ?ENDIF sequence, then the following error would be
generated after the included file had been read:
ERROR: Missing ?ENDIF to match the ?IF at line ...
* An error in the shorewallrc.apple file has been corrected.
* The shorewallrc.redhat file has been change to conform to
Fedora packaging guidelines.
* The output of the 'version -a' command reflected incorrect
versions when Shorewall-core 4.5.2 was installed. That has been
corrected.
++++ ssh-contact:
- Update to version 0.7:
+ Use newer telepathy-glib high-level API.
+ Throw error if account has no contacts.
+ Remove vinagre plugin, it never worked.
- Drop libX11-devel BuildRequires: as we don't bootstrap, we do not
care for AC_PATH_XTRA not being available.
++++ thunar-volman:
- update to version 0.7.1
- translation updates
++++ trader:
- New upstream release of Star Traders: 7.4-pre2
++++ virtuoso:
- fix sequence point warning
++++ wireshark:
- Update to version 1.6.7:
+ Bugs fixed:
- Malformed Packets H263-1996 (RFC2190). (Bug 6996)
- Wireshark could crash while trying to open an rpcap: URL.
(Bug 6922)
+ Updated H.263 Protocol Support
++++ xauth:
- Update to version 1.0.7:
+ Remove alarm handler in get_hostname
+ Add const attributes to fix gcc -Wwrite-strings warnings
+ convert strlen/malloc/strcpy combo to strdup
- Changes from version 1.0.6:
+ auth_finalize: Attempt to rename() if link() fails
+ Error out and avoid a call to malloc(0) if given a bad hex
string
+ Build system fixes.
- Rebase xauth-tolerant-hostname-changes.diff.
++++ xclipboard:
- Update to version 1.1.2:
+ xclipboard: avoid overflow crash when building labels
(lp#792642)
+ Change resource to better position Accept/Cancel (fdo#17364)
+ Build system fixes.
++++ xclock:
- Update to version 1.0.6:
+ Calculate text and window size from LC_CTYPE instead of LC_TIME
+ Build system fixes.
++++ xcursorgen:
- Update to version 1.0.5:
+ Build and build system fixes.
++++ xdpyinfo:
- Update to version 1.3.0:
+ Use xcb for -queryExt instead of a round-trip per extension
+ Build system fixes.
- Add pkgconfig(x11-xcb) and pkgconfig(xcb) BuildRequires: new
dependencies.
++++ xev:
- Update to version 1.2.0:
+ Show RandR events
+ Build system fixes
- Add pkgconfig(xproto) and pkgconfig(xrandr) BuildRequires.
++++ xfburn:
- added xfburn-fix-missing-include.patch in order to include a
missing header
++++ xfce4-appfinder:
- update to version 4.9.5
- don't use deprecated g_mapped_file_free
- bump gtk, glib and xfce dependencies
- make launch button translatable
- translation updates
++++ xfce4-dev-tools:
- update to version 4.9.2
- fix license
- remove the old BM_ macros
- use ?_VERSION for special versioned binary detection
- never disable checks
++++ xfce4-power-manager:
- update to version 1.1.0
- show dialog in settings category
- store brightness properties as uint
- put traps around X functions
- prevent idle being called on removed battery
- fix brightness not working with numlock on
- translation updates
- dropped obsolete
xfce4-power-manager-fix-brightness-key-modifiers.patch,
xfce4-power-manager-1.0.10-fix-saving-brightness-levels.patch,
xfce4-power-manager-workaround-xrandr-error.patch,
xfce4-power-manager-fix-battery-removal.patch
- edit desktop file instead of using
xfce4-power-manager-0.9.98-lxde-support.patch
++++ xfce4-panel-plugin-diskperf:
- update to version 2.5.1
- translation updates
++++ xfce4-panel-plugin-places:
- update to version 1.3.0
- several long-standing issues were patched, which should reduce
burden on distributors
- compatibility with xfce4-panel v4.9
- dropped obsolete
xfce4-panel-plugin-places-1.2.0-fix-build-with-4.7.patch,
xfce4-panel-plugin-places-fix-linking.patch,
xfce4-places-plugin-1.2.0-port-to-gio.patch
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-wavelan:
- update to version 0.5.10
- add an option to hide the icon for small screen/panels
- translation updates
++++ xfce4-settings:
- update to version 4.9.5
- fix display rate matching
- bump package dependency versions
- fix missing : in Xft.hintstyle
- set Xcursor resources too
- fix typo in appearance error
- add hardcoded fallback if menu is not found
- translation updates
++++ xfd:
- Update to version 1.1.1:
+ Remove freetype2 from PKG_CHECK_MODULES list
+ Build system fixes.
- Remove pkgconfig(freetype2) BuildRequires, followin upstream
changes.
++++ xfd:
- Update to version 1.1.1:
+ Remove freetype2 from PKG_CHECK_MODULES list
+ Build system fixes.
- Remove pkgconfig(freetype2) BuildRequires, following upstream
changes.
++++ xfdesktop:
- update to version 4.9.3
- fix dependency versions
- hide unneeded message on startup
- apply single click option on startup
- disable the resize grip from the root window
- add new background and remove old ones
- make string translatable
- fix a mnemonic conflict
- simplify the menu reloading
- translation updates
- added xfdesktop-default-backdrop-image.patch which sets the
default backdrop image to a symlink that is delivered by branding
packages
- added xfdesktop-backgrounds-path.patch in order to deliver
background images under DATADIR/wallpapers which is already used
by openSUSE
++++ xfindproxy:
- Update to version 1.0.2:
+ Build system fixes.
++++ xfontsel:
- Update to version 1.0.4:
+ Build system fixes.
++++ xfwm4:
- recommend %{name}-lang
- update to version 4.9.1
- improve tiling
- reduce tiling distance
- keep pointer position relative to the window being moved
- set spacing to avoid overlap with some themes
- add workspace settings in a notebook
- improve workspace dialog subtitle/comment
- generate default icon during make dist
- update FSF address in settings dialogs
- add missing license
- restore button press/release mask as removing it breaks switching
workspaces with scroll wheel
- add UI option to WM tweaks for tiling
- resize fullscreen windows on screen size changes
- don't use deprecated g_str(n)casecmp
- translation updates
++++ xfwp:
- Update to version 1.0.2:
+ Build system fixes.
- Replace pkgconfig(x11) BuildRequires with pkgconfig(xproto)
BuildRequires following upstream changes.
++++ xgamma:
- Update to version 1.0.5:
+ Document that xgamma is useless on XRandr screens.
+ Build system fixes.
++++ xhost:
- Update to version 1.0.5:
+ Rework si:type:value code to remove need for shadowed namelen
variable
+ man: xhost can not take a user name as a parameter.
+ Declare some char * as const to fix gcc -Wwrite-strings
warnings
+ Only need CFLAGS, not LIBS from xau package
+ Move "-help" handling up to before XOpenDisplay (fdo#39633)
+ xhost: check return value of X{Add,Remove}Host
+ Build system fixes.
++++ xinit:
- Update to version 1.3.2:
+ Use default clientargs, serverargs, and display if none were
set
+ launchd: Add an option (--with-launchagent-xserver) to set the
default X11 server
+ startx: Choose an unused $DISPLAY by default on all platforms
(fdo#1789)
+ Include and unconditionally
(fdo#40632)
+ darwin: Buildfix for Tiger which doesn't have posix_spawn
- Changes from version 1.3.1:
+ launchd: Brownbag fix string compare
+ launchd: console_redirect: Actually read and log the remaining
data when we get EV_EOF
+ launchd: Enable stdout/stderr redirection to ASL
+ launchd: Fix an array-index-out-of-bounds crasher
+ launchd: Log messages to ASL rather than fprintf
+ launchd: Reorganized layout of launchd sources
+ launchd: Set the correct id for privileged_startx
+ launchd: Silence clang static analyzer
+ launchd: syslog: Use facility org.x rather than user
+ launchd: Update console redirection to work with libdispatch
+ privileged_startx: Prefer /usr/bin/mktemp
+ Rename launchd-id-prefix to bundle-id-prefix
+ Use XORG_MANPAGE_SECTIONS rather than cpprules.in to build man
pages
+ Build system fixes.
- Rebase xinit.diff.
++++ xkbcomp:
- Update to version 1.2.4:
+ Delete redundant redeclarations of extern Atoms in symbols.c
+ Make sure to leave room for trailing nil byte in yyGetNumber
+ include resets group compatibility modifiers fdo#43091
+ Correct our zeroing out of the row in InitRowInfo
+ Add missing _X_NORETURN to uFatalError
+ Add .pc file for version export
+ Print version number on -version.
+ Build system fixes.
- Changes from version 1.2.3:
+ Interp: Allow explicit Any/NoSymbol mappings
+ Constify LookupKeysym input argument
- Changes from version 1.2.2:
+ Interp: Ignore NoSymbol definitions
+ Interp: Don't make modifier lookup failure fatal
+ Replace repeated checks for gcc with _X_ATTRIBUTE_PRINTF from
xproto
+ xkbcomp: Stop possible overflow in yyGetnumber. fdo#31647
+ Inline the oiText macro in the only place it's used
+ Build system fixes.
- Changes from version 1.2.1:
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: new dependency.
- Provide xkbcomp-devel from the main-package. This is a compiler,
and as such per definition a -devel tool. This helps to silence
a rpmlint warning, as we now also have a .pc file.
++++ xkbevd:
- Update to version 1.1.3:
+ Replace local u*alloc wrappers with direct calls to standard
funcs.
+ Check for strdup & strcasecmp in configure before defining our
own.
+ Build system fixes.
++++ xkbprint:
- Update to version 1.0.3:
+ Build system fixes.
+ Bugs fixed: fdo#24206, fdo#24242
- Remove AUTHORS and NEWS from %doc section: they are no longer
shipped in the tarball, as they were empty anyway.
++++ xload:
- Update to version 1.1.1:
+ Solaris: use getloadavg from libc instead of kstats.
+ Solaris: Read avenrun_1min kstat as a uint32, not a long.
+ Remove DG/UX support.
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: new dependency.
++++ xlogo:
- Update to version 1.0.4:
+ Require xt >= 1.0 for appdefaultdir.
+ Build system fixes.
+ Bugs fixed: fdo#37237, fdo#31645
++++ xlsatoms:
- Update to version 1.1.1:
+ Build and Build system fixes.
++++ xman:
- Update to version 1.1.2:
+ Remove xmu dependency by inlining AssignMax macro.
+ Use snprintf to PATH_MAX sized buffers to construct filenames.
+ Convert more sprintf calls to snprintf.
+ Don't need to copy static strings to a buffer before calling
PopupWarning.
+ Mark string argument to PopupWarning as a const char *.
+ Build system fixes.
- Remove pkgconfig(xmu) BuildRequires.
++++ xmodmap:
- Update to version 1.0.6:
+ Replace chk_malloc + sprintf with asprintf.
+ Free copy of input line at end of process_line instead of
leaking it.
+ Fix gcc -Wwrite-strings warnings.
+ Add missing _X_NORETURN to functions that need it.
+ Include strings.h for strcasecmp.
+ Improve error handling in copy_to_scratch.
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: new dependency.
- Add xmodmap-includes.patch: Fix build: as asprintf is only
defined when building as _GNU_SOURCE.
++++ xpr:
- Update to version 1.0.4:
+ Use memmove rather than bcopy
+ Add _X_NORETURN to usage() & leave() as suggested by gcc
- Wmissing-noreturn
+ Add const attributes to fix gcc -Wwrite-strings warnings
+ Fix printf type warnings in LP64 builds
+ Define pixel mask constant as unsigned long
+ Refactor invalid depth error reporting to allow printf format
checking
+ Replace gcc noreturn & printf attributes with macros from
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: new dependency.
++++ xprop:
- Update to version 1.2.1:
+ Improves the man page.
+ Fixes issues found by static code analysis
+ Other cleanups to the code
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: New dependency.
++++ xrandr:
- Update to version 1.3.5:
+ Correct several issues found by static code analysis tools.
+ Clean up some build configuration issues.
- Add pkgconfig(xproto) BuildRequires: new upstream dependency.
++++ xrdb:
- Update to version 1.0.9:
+ Create shell-escape-safe cpp options in the non-pathetic-cpp
case (CVE-2011-0465).
- Changes from version 1.0.8:
+ Merge usage() printf() strings/calls into a single string/call.
+ Replace complex malloc calculations with asprintf().
+ Man page fixes.
+ Build system fixes.
- Drop xrdb-Create-shell-escape-safe-cpp-options-in-the-non-path-bnc674733.patch:
fixed upstream.
- Drop xrdb-traditional-cpp.diff: obsoleted.
++++ xscope:
- Update to version 1.3.1:
+ Add const attributes to clear gcc -Wwrite-strings warnings
+ Add Intel copyright to COPYING for glx additions in xscope 1.3
+ Allocate buffers dynamically as needed instead of as part of
fdinfo struct
+ Call realloc() instead of open coding it
+ Check the right return value for malloc failure
+ Clean up existing malloc calls
+ Ensure ScopeHost global is initialized when built with
USE_XTRANS
+ File descriptors should be stored in ints not shorts
+ Fix builds of scope.c with Solaris Studio compilers
+ Make CS dynamically allocated
+ Make FDinfo dynamically allocated
+ Make ReplyQ dynamically allocated
+ Mark panic() as _X_NORETURN
+ Remove extra definition of ScopeEnabled from x11.h
+ Remove StaticMaxFD now that all uses now allocate dynamically
+ Remove unused variable server_client from print_lbx.c
+ Stop wrapping malloc & free
+ Store ClientNumber as int instead of converting back & forth to
long
+ Use calloc() instead of malloc(); bzero();
+ Use strdup instead of malloc(strlen+1); strcpy();
+ Build system fixes
- Add pkgconfig(xproto) BuildRequires: New upstream dependency.
++++ xset:
- Update to version 1.2.2:
+ Remove direct call to Solaris nanosleep system call
+ Mark error() & usage() functions as _X_NORETURN
+ Give better error for "xset dpms force" without argument
+ Print pixel colors in hex not decimal
+ Man page fixes.
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: new upstream dependency.
++++ xwd:
- Update to version 1.0.5:
+ Mark usage as _X_NORETURN.
+ Dead code removal.
+ Fix LP64 bug.
+ Replace local checks for gcc with _X_NORETURN from xproto
7.0.17.
+ Rewrite parse_long to not fail -Wformat-nonliteral.
+ Man page fixes.
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: New upstream dependency.
- Add xwd-no-xt-dependency.patch: Removes need for including
in multiVis.c just to get the Pixel typedef.
++++ xwininfo:
- Update to version 1.1.2:
+ When matching window names, ensure name lengths match too
+ Fix for invalid free if window has a _NET_WM_NAME property
+ Update to xcb-icccm 0.3.8 API (Disabled by default)
+ Build fixes.
+ Man page fixes.
+ Build system fixes.
++++ xwud:
- Update to version 1.0.4:
+ Replace malloc(strlen) + strcpy() with strdup().
+ Man page fixes.
+ Build system fixes.
- Add pkgconfig(xproto) BuildRequires: new upstream dependency.
------------------------------------------------------------------
------------------ 2012-4-13 - Apr 13 2012 -------------------
------------------------------------------------------------------
++++ alsa-tools:
- Backport patches from upstream
- Update README of hwmixvolume
- Add hdajackretask program
- Built some ISA-specific programs only for ix86
++++ apparmor:
- add apparmor-r2022-log-parser-network-bnc755923.patch - logprof didn't
create network rules because of changed log format (bnc#755923, lp#800826)
- add profile for samba winbindd (bnc#748499)
++++ appres:
- Split appres from xorg-x11. Initial version: 1.0.3.
++++ armadillo:
- Update to version 3.0.1:
+ Fixes for compilation errors
+ Fixes for potential aliasing issues.
++++ bdftopcf:
- Split bdftopcf from xorg-x11. Initial version: 1.0.3.
++++ beforelight:
- Split beforelight from xorg-x11. Initial version: 1.0.4.
++++ bitmap:
- Split bitmap from xorg-x11. Initial version: 1.0.5.
++++ update-desktop-files:
- accept new XFCE category
++++ chromium:
- Use desktop_database macros at install time.
++++ gcc47:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ cross-armv7l-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ cross-hppa-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ cross-i386-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ cross-ia64-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ cross-ppc-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ cross-ppc64-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ cross-s390-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ cross-s390x-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ cross-x86_64-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ ctan-latinmodern-fonts:
- license update: LPPL-1.3c
Gust Font License is most akin to the SPDX recognized LPPL-1.3c. Use this
for compatibility
++++ e2fsprogs:
- Update to 1.42.2:
* resize2fs uses much less CPU and is much faster for very large fs.
* The seti and freei commands in debugfs can now take an optional length
argument to set and clear a contiguous range of inodes.
* E2fsck will now make explicit checks for the EOFBLOCKS_FL, since we
plan to remove support for it from the kernel file system driver.
* mke2fs can now use direct I/O via "mke2fs -D"
* E2fsck was needlessly closing and re-opening the file system as a side
effect of adding Multiple Mount Protection (MMP). This isn't
necessary for non-MMP file systems, so drop it.
* E2fsck will now abort if there are memory allocation failures when
the file system is initially opened and during the block group
descriptor checks.
* e2fsck will now report the incorrect and corrected checksum values
for incorrect block groups.
* e2fsck can now write log files containing the details of the problems
that were found and fixed directly, via configuration parameters in
/etc/e2fsck.conf.
* The number of messages reported by e2fsck for a given problem type
can be limited.
* dumpe2fs, debugfs, and tune2fs now use rbtree bitmaps, which noticably
reduces memory consumption for large file systems.
* E2fsck now checks for extents with a zero length.
* Fixed a number of bugs relating to discard.
* E2fsck's CPU utilization in pass 5 has been optimized.
* E2image will now skip copying uninitialized bitmap and inode table
blocks.
* Fixed mke2fs -S so it does not corrupt the first block group's
information.
* E2fsck will now check the new sysfs interface to determine if we are
using the battery or AC mains.
- Add up-to-date german messages
- Remove the obsolete german messages.
++++ editres:
- Split editres from xorg-x11. Initial version: 1.0.5.
++++ rabbitmq-server:
- Require python >= 2.6 for json
- Add _initddir define for SLE11 build
++++ euca2ools:
- update to version 2.0.1
unfortunately upstream does not provide release notes or
change information past the 1.3.1 release
++++ fonttosfnt:
- Split fonttosfnt from xorg-x11. Initial version: 1.0.4.
++++ fslsfonts:
- Split fslsfonts from xorg-x11. Initial version: 1.0.3.
++++ fstobdf:
- Split fstobdf from xorg-x11. Initial version: 1.0.4.
++++ libgcj47:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ gcc47-testresults:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ gccmakedep:
- Split gccmakedep from xorg-x11-util-devel.
Initial version: 1.0.2.
++++ glibc:
- Fix check-abi to succeed.
- Use feof_unlocked in glibc-2.3.90-bindresvport.blacklist.diff.
- Make x86 to be elf/check-localplt clean again
- Refresh some patches to apply without fuzz.
++++ glibc:
- Fix check-abi to succeed.
- Use feof_unlocked in glibc-2.3.90-bindresvport.blacklist.diff.
- Make x86 to be elf/check-localplt clean again
- Refresh some patches to apply without fuzz.
++++ glyr:
- Update to 0.9.8.
* Fixed --musictree -> --musictree-path.
* Updated help accordingly.
* Fixed crash in relations:musicbrainz.
* Fixed storing of getters with optional artist/album.
* Added musicbrainz as cover provider.
* Fix for -v0.
* Added extra trimming for all text items.
* Fixed magistrix parser.
* Fixed incorrect trimming.
* Fixed cover:albumart.
* Made jamendo provider work inplace.
++++ iceauth:
- Split iceauth from xorg-x11. Initial version: 1.0.4.
++++ ico:
- Split ico from xorg-x11. Initial version: 1.0.3.
++++ imake:
- Split imake from xorg-x11-util-devel. Initial version: 1.0.5.
++++ kernel-debug:
- Drivers: scsi: storvsc: Account for in-transit packets in the
RESET path.
- commit 4c1e258
++++ kernel-default:
- Drivers: scsi: storvsc: Account for in-transit packets in the
RESET path.
- commit 4c1e258
++++ kernel-desktop:
- Drivers: scsi: storvsc: Account for in-transit packets in the
RESET path.
- commit 4c1e258
++++ kernel-source:
- Drivers: scsi: storvsc: Account for in-transit packets in the
RESET path.
- commit 4c1e258
++++ kernel-docs:
- Drivers: scsi: storvsc: Account for in-transit packets in the
RESET path.
- commit 4c1e258
++++ kernel-ec2:
- Drivers: scsi: storvsc: Account for in-transit packets in the
RESET path.
- commit 4c1e258
++++ kernel-pae:
- Drivers: scsi: storvsc: Account for in-transit packets in the
RESET path.
- commit 4c1e258
++++ kernel-syms:
- Drivers: scsi: storvsc: Account for in-transit packets in the
RESET path.
- commit 4c1e258
++++ kernel-trace:
- Drivers: scsi: storvsc: Account for in-transit packets in the
RESET path.
- commit 4c1e258
++++ kernel-vanilla:
- Drivers: scsi: storvsc: Account for in-transit packets in the
RESET path.
- commit 4c1e258
++++ kernel-xen:
- Drivers: scsi: storvsc: Account for in-transit packets in the
RESET path.
- commit 4c1e258
++++ kiwi:
- DB: rebuild documentation
- DB: update documentation
- added preCallInit hook to be available for the vmx type too
- fixed partition based oem install method. parsing proc/partitions
was broken in OEMFindPartitions because the ID device name was
used as reference instead of the unix device name
++++ laptop-mode-tools:
- update to 1.60:
* Check for block device's existence. Thanks to Simon Que.
* Add suspend/resume helper tools: pm-helper, pm-suspend, pm-hibernate.
* What laptop-mode-tools is stopped from init, also kill polling daemon.
* Reliable and much better locking mechanics.
* Make polling dameon lock safe.
* Make lmt-udev distro neutral. Thanks to Simon Que.
* Change Intel HDA Audio's default power save timeout to 2 seconds.
++++ lbxproxy:
- Add lbxproxy-fix-cast.patch to fix a cast that causes build
breakage.
- Split lbxproxy from xorg-x11. Initial version: 1.0.2.
++++ samba:
- Remove all precompiled idl output to ensure any pidl changes take effect;
(bnc#757080).
++++ libffi47:
- Update to gcc-4_7-branch head (r186417).
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
- Drop to release checking.
- Fix build of cross targets with canonicalized name.
++++ mozilla-nss:
- update to 3.13.4 RTM
* fixed some bugs
* fixed cert verification regression in PKIX mode (bmo#737802)
introduced in 3.13.2
++++ sssd:
- Fix build error on SLES 11 builds
++++ libmemcached:
- update to 1.0.6
* Fixes for gcc 4.7, lp:961812
* Fix for restart issue that happens under testing.
* Fix for lp:962815.
* Support for transparent AES encryption.
- changes from 1.0.5
* Fixes for OSX.
* Version is now parsed directly in the parser, which makes buffered
operations now work with it..
* memstat has been extended so that it can be used to find the version
of the server.
* Update documentation.
* Fixes for compile issues on Debian and Ubuntu
++++ libosinfo:
- Update to version 0.1.1:
+ Fixes the OS media detection
+ Add support fro more OSs: NetBSD and Mandrake
+ More complete and fixed data
+ Add support for install tree metadata
+ Add support for filtering products cased on release/EOL dates.
+ Add support for product codenames.
+ Add support for 'distro'.
+ Also extract application ID from ISO9660 media.
+ Add test cases for validating ISO9660 data.
+ Disable obsolete media URLs.
+ Standardize OS family names as all lowercase.
+ Standardize format for OS id, short-id, distro, version.
+ Add RNG schema for database files.
+ Add a 'osinfo-db-validate' command for verifying database files
+ Add a 'osinfo-query' command for searching/listing information
from database.
+ Add a man page for the osinfo-detect command.
+ Add support for loading extra local database files. By default,
libosinfo will expect them to be in /etc/libosinfo/db and
$HOME/.local/config/libosinfo/db but new API is provided to
change this behavior.
+ Fix generation of docs in a VPATH builder.
+ Fix loading of vendor and product names of USB and PCI devices.
+ Remove obsolete scripts for PCI/USB id conversion.
+ Remove redundant generic linux entries from database.
+ Fixes for 'make dist'.
+ Actually handle '--enable-vala' configure option and don't
mandate vapigen if this option is not specified.
+ Add missing export of osinfo_entity_set_param.
+ Various other fixes and improvements.
- Add pkgconfig(libsoup-2.4) and pkgconfig(libsoup-gnome-2.4)
BuildRequires: new upstream dependencies.
++++ libreoffice:
- pyuno-path.diff: basis-link directory does not longer exist
++++ libreoffice:
- pyuno-path.diff: basis-link directory does not longer exist
++++ libva:
- update intel driver to version 1.0.17
Version 1.0.17 - 02.Apr.2012
* Add support for IMC1/IMC3 surface formats
* Fix rendering of interlaced surfaces
* Fix MPEG-2 decoding of interlaced streams (SNB, IVB)
* Fix H.264 weighted prediction indicator (SNB)
* Fix and simplify calculation of H.264 macroblock bit offset (ILK, SNB, IVB)
Version 1.0.16 - 14.Feb.2012
* Fix VC-1 bitplane buffer size (SNB, IVB)
* Fix VC-1 motion vector modes for Ivy Bridge
* Fix MFX_QM_STATE for H.264 flat scaling lists (IVB)
* Fix and simplify AVC_REF_IDX_STATE setup (ILK, SNB, IVB)
* Fix memory leak of encoder buffers
* Fix check for internal VA surface format prior to rendering
* Add support for B43 chipset (Alexander Inyukhin)
++++ xerces-c:
- updated to 3.1.1
* Check that we have non-NULL host before trying to connect (XERCESC-1920).
* Recover from the mismatching start/end even count which may happen when we continue parsing an invalid document (XERCESC-1919).
* If the transcoder doesn't process any input, throw an exception (XERCESC-1916).
* Delay the recursive expansion of includes until the document fragment has been placed in the final location (XERCESC-1918).
* The code formatting a content model was skipping the cardinality indicators (*, +, ?) (XERCESC-1914).
* Fix a few bugs and memory leaks in XInclude code.
* Give proper name to 64-bit PDB file in static build (XERCESC-1907).
* Spelling fixes (XERCESC-1911).
* Don't include cpuid.h if we are using intrin.h (XERCESC-1912).
* Fix socket leak.
* Set scanner object on validation context. Needed during QName validation. Don't re-validate default/fixed values in preContentValidation when called from loadGrammar. This values are already validated in TraverseSchema.
* Remove explicit setting of prefix for cloned elements and attributes since it is done properly by the create*() functions (XERCESC-1913).
* Initializing unitialized variables in TranscodeToStr and TranscodeFromStr (#XERCESC-1858).
* Fixed a bug when transcoding small strings using TranscodeToStr (XERCESC-1858).
++++ xfce4-panel:
- added xfce4-panel-fix-icon-name.patch which fixes an icon naming
inconsistency
++++ listres:
- Split listres from xorg-x11. Initial version: 1.0.2.
++++ lndir:
- Split lndir from xorg-x11-util-devel. Initial version: 1.0.3.
++++ luit:
- Split luit from xorg-x11. Initial version: 1.2-20111030.
++++ lxc:
- Add lxc-createconfig script to easy LXC configuration
(bnc#723950).
++++ makedepend:
- Split makedepend from xorg-x11-util-devel.
Initial version: 1.0.4.
++++ mkcomposecache:
- Split mkcomposecache from xorg-x11. Initial version: 1.2.1.
++++ mkfontdir:
- Split mkfontdir from xorg-x11. Initial version: 1.0.6.
++++ mkfontscale:
- Update mkfontscale-skip_symlinks.diff to use realpath() instead
of the GNU-specific canonicalize_file_name().
- Split mkfontscale from xorg-x11. Initial version: 1.0.8.
++++ nagstamon:
- update to 0.9.9 (final):
+ fixed popwin misplacement
+ many fixes for the Windows port
++++ oclock:
- Split oclock from xorg-x11. Initial version: 1.0.2.
++++ octave:
- Modify BuildRequires to match recent name changes of lapack and
blas in project.
++++ proxymngr:
- Split proxymngr from xorg-x11. Initial version: 1.0.2.
++++ pymol:
- update to svn rev 3996
* Fixed ID: 3512313 TER records before residues like MSE, patch submitted by Thomas Holder
* Fixed ID:3513708, cmd.get_unused_name fix; thanks to Thomas Holder
* Default all Intel cards to not use shaders
++++ python-django-celery:
- Update to 2.5.3:
* 2.5.2 release broke installation because of an import in the package.
Fixed by not having setup.py import the djcelery module anymore,
but rather parsing the package file for metadata.
- Update to 2.5.2:
* PeriodicTask admin now lists the enabled field in the list view
Contributed by Gabe Jackson.
* Fixed a compatibility issue with Django < 1.3
Fix contributed by Roman Barczyski
* Admin monitor now properly escapes args and kwargs.
Fix contributed by Serj Zavadsky
* PeriodicTask admin now gives error if no schedule set (or both set)
(Issue #126).
* examples/demoproject has been updated to use the Django 1.4 template.
* Database connection is no longer closed for eager tasks (Issue #116).
Fix contributed by Mark Lavin.
* The first-steps document for django-celery has been moved to the main
Celery documentation.
* djcelerymon command no longer worked properly, this has now been fixed
(Issue #123).
- Now it requires python-celery to build.
++++ python-kombu:
- Update to 2.1.5:
* The url parser removed more than the first leading slash (Issue #121).
* SQLAlchemy: Can now specify url using + separator
Example::
BrokerConnection("sqla+mysql://localhost/db")
* Better support for anonymous queues (Issue #116).
Contributed by Michael Barrett.
* Connection.as_uri now quotes url parts (Issue #117).
* Beanstalk: Can now set message TTR as a message property.
Contributed by Andrii Kostenko
++++ python-numpy:
- Modify BuildRequires to match recent name changes of lapack and
blas in project.
++++ python-pep8:
- Update to release 1.0.1 For more details regarding changes since
release 0.6.1 please consult CHANGES.txt
* Fix inconsistent version numbers.
++++ python-py2pack:
- Update to version 0.4.1.1
* spec file template conforms to spec-cleaner
++++ python-slumber:
- Update to version 0.4.1:
+ Added a session kwarg to slumber.API allowing passing a requests
session that will be used instead of the slumber created one
++++ rendercheck:
- Split rendercheck from xorg-x11. Initial version: 1.4.
++++ rgb:
- Split rgb from xorg-x11. Initial version: 1.0.4.
++++ rstart:
- Split rstart from xorg-x11. Initial version: 1.0.4.
++++ rubygem-yard:
- Update to version 0.7.5:
* See ChangeLog for details
- Provide rubygem-yard-0_7
++++ sessreg:
- Split sessreg from xorg-x11. Initial version: 1.0.6.
++++ setxkbmap:
- Split setxkbmap from xorg-x11. Initial version: 1.2.0.
++++ shorewall:
- Update to 4.5.2 For more details see changelog.txt and
releasenotes.txt
* The generated firewall script includes code to automatically
create ipsets that are referenced but that don't exist. That code
was broken in releases 4.4.22 and later. This defect has been
corrected. As part of the fix, the generated script will now
issue a warning message when it creates an ipset.
* The 'mss' option is now supported in the /etc/shorewall[6]/hosts
files. See the manpages for details.
* It is now possible to conditionally include or omit
configuration entries based on the settings of shell variables.
See http://www.shorewall.net/configuration_file_basics.htm
for details.
* The MARK/CLASSIFY column in /etc/shorewall[6]/tcrules has been
renamed ACTION to reflect the expanded set of actions that can
be specified in the column.
* Some users are finding these ipset warnings objectionable:
+ Warning when a referenced ipset does not exist.
+ Warning when using [src] in a destination column or [dst] in
a source column.
These warnings may now be suppressed by setting
IPSET_WARNINGS=No in shorewall.conf and/or shorewall6.conf.
++++ showfont:
- Split showfont from xorg-x11. Initial version: 1.0.3.
++++ smproxy:
- Update to version 1.0.5:
+ Fix a possible NULL dereference in an error handler
+ Explicitly depend on libICE
+ Man page improvements
+ Build configuration improvements
- Add pkgconfig(ice) BuildRequires: new explicit dependency
upstream.
- Split smproxy from xorg-x11. Initial version: 1.0.4.
++++ twm:
- Split twm from xorg-x11. Initial version: 1.0.5.
++++ viewres:
- Split viewres from xorg-x11. Initial version: 1.0.3.
++++ x11perf:
- Split x11perf from xorg-x11. Initial version: 1.5.2.
++++ xauth:
- Split xauth from xorg-x11. Initial version: 1.0.5.
++++ xbacklight:
- Split xbacklight from xorg-x11. Initial version: 1.1.2.
++++ xbiff:
- Split xbiff from xorg-x11. Initial version: 1.0.3.
++++ xcalc:
- Split xcalc from xorg-x11. Initial version: 1.0.4.1.
++++ xclipboard:
- Split xclipboard from xorg-x11. Initial version: 1.1.1.
++++ xclock:
- Split xclock from xorg-x11. Initial version: 1.0.5.
++++ xcmsdb:
- Split xcmsdb from xorg-x11. Initial version: 1.0.3.
++++ xcompmgr:
- Split xcompmgr from xorg-x11. Initial version: 1.1.5.
- Split xconsole from xorg-x11. Initial version: 1.0.4.
++++ xcursor-themes:
- Split xcursor-themes from xorg-x11. Initial version: 1.0.3.
++++ xcursorgen:
- Split xcursorgen from xorg-x11. Initial version: 1.0.4.
- Split xdbedizzy from xorg-x11. Initial version: 1.1.0.
++++ xditview:
- Split xditview from xorg-x11. Initial version: 1.0.2.
++++ xdm:
- Split xdm from xorg-x11. Initial version: 1.1.10.
++++ xdpyinfo:
- Split xdpyinfo from xorg-x11. Initial version: 1.2.0.
- Split xedit from xorg-x11. Initial version: 1.2.0.
++++ xev:
- Split xev from xorg-x11. Initial version: 1.1.0.
- Split xeyes from xorg-x11. Initial version: 1.1.1.
++++ xf86dga:
- Split xf86dga from xorg-x11. Initial version: 1.0.3.
++++ xfce4-settings:
- add back X-XFCE category to all desktop files until XFCE is
supported by %suse_update_desktop_file
- fix non-existent icon name in xfce4-mime-settings.desktop
++++ xfd:
- Split xfd from xorg-x11. Initial version: 1.1.0.
++++ xfd:
- Split xfd from xorg-x11. Initial version: 1.1.0.
++++ xfindproxy:
- Split xfindproxy from xorg-x11. Initial version: 1.0.1.
++++ xfontsel:
- Split xfontsel from xorg-x11. Initial version: 1.0.3.
++++ xfs:
- Update to version 1.1.2:
+ Fix issues found by static analysis and compiler warnings
+ Code & doc cleanups
+ Build configuration improvements
- Add pkgconfig(xproto) BuildRequires: new upstream dependency.
- Remove pkgconfig(libfs) BuildRequires: dependency has been
removed.
- Call %restart_on_update for xfs in %postun, as recommended by
packaging guidelines.
- Split xfs from xorg-x11. Initial version: 1.1.1.
++++ xfsinfo:
- Split xfsinfo from xorg-x11. Initial version: 1.0.3.
++++ xfwp:
- Split xfwp from xorg-x11. Initial version: 1.0.1.
++++ xgamma:
- Split xgamma from xorg-x11. Initial version: 1.0.4.
- Split xgc from xorg-x11. Initial version: 1.0.3.
++++ xhost:
- Split xhost from xorg-x11. Initial version: 1.0.4.
++++ xinit:
- Split xinit from xorg-x11. Initial version: 1.3.0.
++++ xinput:
- Split xinput from xorg-x11. Initial version: 1.5.3.
++++ xkbcomp:
- Split xkbcomp from xorg-x11. Initial version: 1.2.0.
++++ xkbevd:
- Split xkbevd from xorg-x11. Initial version: 1.1.2.
++++ xkbprint:
- Split xkbprint from xorg-x11. Initial version: 1.0.2.
- Split xkbutils from xorg-x11. Initial version: 1.0.3.
++++ xkill:
- Split xkill from xorg-x11. Initial version: 1.0.3.
++++ xload:
- Split xload from xorg-x11. Initial version: 1.1.0.
++++ xlogo:
- Split xlogo from xorg-x11. Initial version: 1.0.3.
++++ xlsatoms:
- Split xlsatoms from xorg-x11. Initial version: 1.1.0.
- Split xlsclients from xorg-x11. Initial version: 1.1.2.
++++ xlsfonts:
- Split xlsfonts from xorg-x11. Initial version: 1.0.3.
- Split xmag from xorg-x11. Initial version: 1.0.4.
++++ xman:
- Split xman from xorg-x11. Initial version: 1.1.1.
++++ xmessage:
- Split xmessage from xorg-x11. Initial version: 1.0.3.
++++ xmh:
- Split xmh from xorg-x11. Initial version: 1.0.2.
++++ xmodmap:
- Split xmodmap from xorg-x11. Initial version: 1.0.5.
++++ xmore:
- Split xmore from xorg-x11. Initial version: 1.0.2.
++++ xorg-cf-files:
- Split xorg-cf-files from xorg-x11-util-devel.
Initial version: 1.0.4.
++++ xorg-sgml-doctools:
- Split xorg-sgml-doctools from xorg-x11-util-devel.
Initial version: 1.10.
++++ xorg-x11:
- Split utilities in their own source packages:
appres bdftopcf beforelight bitmap editres fonttosfnt fslsfonts
fstobdf iceauth ico lbxproxy listres luit mkcomposecache
mkfontdir mkfontscale oclock proxymngr rendercheck rgb rstart
sessreg setxkbmap showfont smproxy twm viewres x11perf xauth
xbacklight xbiff xcalc xclipboard xclock xcmsdb xcompmgr xconsole
xcursorgen xcursor-themes xdbedizzy xditview xdm xdpyinfo xedit
xev xeyes xf86dga xfindproxy xfontsel xfs xfsinfo xfwp xgamma xgc
xhost xinit xinput xkbcomp xkbevd xkbprint xkbutils xkill xload
xlogo xlsatoms xlsclients xlsfonts xmag xman xmessage xmh xmodmap
xmore xplsprinters xpr xprehashprinterlist xprop xrandr xrdb
xrefresh xrestop xrx xscope xset xsetmode xsetpointer xsetroot
xsm xstdcmap xtrap xvidtune xvinfo xwd xwininfo xwud
- Bump version to 7.6_1 since the split packages have a Conflicts
with xorg-x11 <= 7.6.
++++ xplsprinters:
- Split xplsprinters from xorg-x11. Initial version: X11R7.0-1.0.1.
++++ xpr:
- Split xpr from xorg-x11. Initial version: 1.0.3.
- Split xprehashprinterlist from xorg-x11. Initial version: X11R7.0-1.0.1.
++++ xprop:
- Split xprop from xorg-x11. Initial version: 1.2.0.
++++ xrandr:
- Split xrandr from xorg-x11. Initial version: 1.3.4.
++++ xrdb:
- Split xrdb from xorg-x11. Initial version: 1.0.7.
- Split xrefresh from xorg-x11. Initial version: 1.0.4.
++++ xrestop:
- Split xrestop from xorg-x11. Initial version: 0.4.
++++ xrx:
- Split xrx from xorg-x11. Initial version: 1.0.4.
++++ xscope:
- Split xscope from xorg-x11. Initial version: 1.3.
++++ xset:
- Split xset from xorg-x11. Initial version: 1.2.1.
- Split xsetmode from xorg-x11. Initial version: X11R7.0-1.0.0.
- Split xsetpointer from xorg-x11. Initial version: 1.0.1.
- Split xsetroot from xorg-x11. Initial version: 1.1.0.
++++ xsm:
- Split xsm from xorg-x11. Initial version: 1.0.2.
++++ xstdcmap:
- Split xstdcmap from xorg-x11. Initial version: 1.0.2.
++++ xtrap:
- Split xtrap from xorg-x11. Initial version: X11R7.1-1.0.2.
++++ xvidtune:
- Split xvidtune from xorg-x11. Initial version: 1.0.2.
- Split xvinfo from xorg-x11. Initial version: 1.1.1.
++++ xwd:
- Split xwd from xorg-x11. Initial version: 1.0.4.
++++ xwininfo:
- Split xwininfo from xorg-x11. Initial version: 1.1.1.
++++ xwud:
- Split xwud from xorg-x11. Initial version: 1.0.3.
++++ yast2-lxc:
- initial version
------------------------------------------------------------------
------------------ 2012-4-12 - Apr 12 2012 -------------------
------------------------------------------------------------------
++++ calligra:
- Add dependency on core calligra package to app subpackages to
ensure they are kept in sync, there may be BIC additions since betas
++++ ctan-latinmodern-fonts:
- Remove unused fonts (again) after 2.004 update
++++ cups:
- No longer require Ghostscript but only "Recommends: ghostscript"
because the Ghostscript device "cups" is needed by several CUPS
filters (in particular the "rasterto..." filters) but those
filters are not used on all systems (e.g. on a print server
with only "raw" queues) so that a weak Recommends fits better.
Furthermore this avoids a build dependency cycle between the
main-packages cups and ghostscript.
- No longer require /usr/bin/pdftops but only a "Recommends"
because the CUPS filter /usr/lib/cups/filter/pdftops
(which calls /usr/bin/pdftops) is not used on all systems
(e.g. on a print server with only "raw" queues) so that
a weak Recommends fits better.
++++ eric5:
- Update to 5.2.1
* bug fixes
++++ fcitx-fbterm:
- support fedora , RedHat and Centos
++++ gnutls:
- fix bug[bnc#753301] - VUL-0: gnutls/libtasn1
"asn1_get_length_der()" DER decoding issue
CVE-2012-1569
and bug[bnc#754223] - GenericBlockCipher heap corruption DoS
CVE-2012-1573
++++ hplip:
- Upgraded to version 3.12.4:
Uninstall Support: User can uninstall complete HPLIP package
by running "hp-uninstall" command.
Upgrade Support: Settings can be configured using
"hp-systray -> settings -> Update settings" for notification
of newer version of HPLIP release. User can also upgrade to
latest version by running "hp-upgrade" command.
Queue Analyzer: Print/Fax queues can be analyzed by
running "hp-diagnose-queues" command or by clicking
on "Diagnose Queues" from toolbox.
Several more supported printers and all-in-one devices.
Several bug fixes.
For details see
http://hplipopensource.com/hplip-web/release_notes.html
- Removed hp-toolbox.wrapper because the reason for it
is no longer valid (see SUSE Bugzilla bnc#755820).
- Added "BuildRequires: python-cups" to get special
RPM Provides tags for the printers supported by
this package (see SUSE Bugzilla bnc#735865).
++++ kiwi:
- properly pick up splash image for pre-built initrd. At present
it is not possible to use a splash screen with a prebuilt
initrd. For a pre-built initrd the splash file is named with
extension '.spl', but we are loking for the extension '.splash.gz',
thus the file is not found. With this change we look for the
file with the appropriate extension.
++++ libX11:
- Update to version 1.4.99.901:
+ Allow modifier releases in compose sequences
+ XQueryColors: Split a request into multiple requests if
necessary
+ Revert "xcb: Add TCP fallback"
+ Block for other threads in _XUserLockDisplay
+ Fixes for compiler warnings and problems found by code static
analysis tools
+ New compose sequences
+ Documentation fixes and improvements
- Changes from version 1.4.99.1:
+ New macro/API added: GetRequestSized to get a request of a
specific size
+ New compose sequences
+ Various bug fixes, including:
- Fix for pasting more than 1024 bytes into xterm
- Make Xim handle NEED_SYNC_REPLY flag
- Fix modifier key range in Xutil.h
- Fix build/target word size mismatch when cross-compiling in
makekeys
+ Cleanup of specs
- Changes from version 1.4.4:
+ Fixes for problems found by static analysis or to ease further
static analysis
+ Documentation fixes and improvements
+ Improved assertions to help users and developers figure out why
Xlib just crashed on them
- Changes from version 1.4.3:
+ Add support for the Sinhala keysyms
- Changes from version 1.4.2:
+ Fixes for problems found by code static analysis tools
+ Fixes for Display lock handling that caused some deadlocks when
using xcb for transport
+ Build configuration improvements
- Changes from version 1.4.1:
+ Fix two issues in Xlib event handling
+ Convert the XKB API spec to DocBook format
- Drop 0001--XIM-Revert-commit-1a1a42a3.patch: a fix was committed
according to latest comments in fdo#7869.
- Drop p_sr_CS-compose.diff: some (Serbian) Cyrillic NFD sequences
were added in git commit fa2eecca, so we don't need our own patch
anymore. Fix bnc#95813.
- Rewrite bug153744.diff after build system change.
- Rebase p_new-locales.diff: some of it was integrated upstream.
- Rebase p_khmer-compose.diff: some of it was integrated upstream.
- Rebase bug-239698_libx11.diff: fix for fdo#7869 (commit 738f7b86)
changed the macro to be used.
- Update Xcms.diff to use $(datadir) instead of /usr/share so that
it's upstreamable.
++++ libXaw:
- Update to version 1.0.10:
+ Fix potential infinte loop in XawBoxQueryGeometry()
+ Fixes for compiler warnings
+ General cleanups
+ Build configuration and documentation improvements
- Changes from version 1.0.9:
+ Fix build issues
+ Minor documentation cleanups
+ Build configuration improvements
++++ libXcursor:
- Update to version 1.1.13:
+ Make the version number reported in Xcursor.h match the one
reported in xcursor.pc
+ Fix issues found by Parfait bug checking tool
+ Build system improvements
- Changes from version 1.1.12:
+ Fix leaks
+ Fix compiler warnings and issues found by clang
+ Build system improvements
++++ libXext:
- Update to version 1.3.1:
+ Fixes for compiler warnings
+ Improvements to formattings for all the included extension API
specs
+ Improvements to the documentation
- Changes from version 1.3.0:
+ New API functions to support the Fence Sync Objects added in
Sync extension version 3.1
+ Redefine the return values of several MIT-SHM API calls from
Status (#define Status int) to Bool (typedef int Bool) to
clarify the expected interpretation of the return values
+ Fix build issues
+ Documentation improvements
+ Build system improvements
++++ libXfont:
- Update to version 1.4.5:
+ Updates to better handle fonts compressed with compress(1)
+ Do proper input validation to fix for CVE-2011-2895
+ Fix crash if pcf header is corrupted
+ Cleanups for compiler warnings
+ Improvements for the developer documentation
+ Build configuration improvements
- Changes from version 1.4.4:
+ LZW decompress: fix for CVE-2011-2895
+ Fix memory leak
+ Build configuration improvements
- Drop U_libXfont_LZW-decompress-fix-for-CVE-2011-2895.patch: fixed
upstream.
++++ libXft:
- Update to version 2.3.0:
+ Subpixel LCD text rendering improvements
+ Fix two crasher bugs
+ Fix compiler warnings
+ Code cleanups
+ Build system improvements
- Add pkgconfig(x11) BuildRequires: new explicit dependency
upstream.
- Add libXft-fix-bold-fonts.patch: fix regression that broke bold
fonts, taken from git.
- Drop libXft-2.1.7-lcd-filter-2.patch: integrated upstream.
++++ libXt:
- Update to version 1.1.3:
+ Revert "Treat unexpected returned events from poll as errors":
this caused regressions.
- Changes from version 1.1.2:
+ Good number of bug fixes:
- Make XtAppMainLoop work without a Display
- LP64 fix for TypedArgToArg()
- add missing bound checking in FreeSelectionProperty()
- don't pop elements from array while iterating through it
- don't re-enter the WaitLoop if block is set to false
- treat unexpected returned events from poll as errors
+ Initial unit tests for checking several recent fixes
+ Fixes for compiler warnings
+ Documentation for the libXt API moved to the DocBook/XML format
+ Build configuration improvements
- Changes from version 1.1.1:
+ Fix longstanding crash on 64bit sparc
+ Fix memory corruption in XtAsprintf
+ Build fixes
- Changes from version 1.1.0:
+ Add XtAsprintf to exported API
+ Bug fixes:
- various fixes related to NULL access/reference
- protect against underflow when type conversion fails in
GetResources
- fix iconic state being ignored in initial state
+ Janitorial cleanups
+ Build configuration improvements
- Pass --docdir=%_docdir/%name to configure to correctly install
the libXt API documentation.
- Update libXt.diff to use $(datadir) instead of /usr/share so that
it's upstreamable.
++++ util-linux:
- fix miscalculation in sfdisk on ix86 (bnc#754789)
- add sfdisk-fix-calculation-due-to-type-mismatch.patch
++++ c++-gtk-utils:
- Update to version 2.0.7:
+ Fix compilation with gcc-4.7.
+ Provide unit test for Future asynchronous functions.
+ Avoid types deprecated in gtk+-3.4 in the Application unit
test, when compiled against gtk+-3.4.
+ Update FSF address in relevant copyright notices.
+ Update documentation.
- Drop c++-gtk-utils-fix-incorrect-fsf-address.patch: fixed
upstream.
- Drop c++-gtk-utils-gcc47.patch: fixed upstream.
++++ libdrm:
- Update to version 2.4.33:
+ intel: add some PCI IDs for Haswell
+ omap: add omapdrm support
+ radeon: add TN surface support
- Changes from version 2.4.32:
+ Add valgrind support
+ Make drm/drm_fourcc.h portable to non-linux platforms
+ intel:
- Add support for (possibly) unsynchronized maps
- Add .aub file output support
- Add support for overriding the PCI ID via an environment
variable
- Add decode for gen7 3DSTATE_WM, HIER_DEPTH_BUFFER
- Add per-dword decode of gen7 3DPRIMITIVE
+ radeon: fix pitch alignment for scanout buffer
+ radeon_cs_setup_bo: Fix accounting if caller specified write
and read domains
+ Build system improvements
- Add pkgconfig(valgrind) BuildRequires to build valgrind support.
++++ libfli:
- add group back for older distros
++++ libpciaccess:
- Update to version 0.13.1:
+ linux: Fix out[bwl] macros on non-I/O architectures
+ Fix pci_io_handle allocation routines to provide sound stable
memory allocation
+ Fix in OpenBSD support
- Changes from version 0.13:
+ linux: Don't use /dev/port
+ Use O_CLOEXEC for internal file descriptors
+ delete_io_handle: fix deletion of last handle causing crash
+ Fix leak and compiler warnings
+ Improvements to OpenBSD and Solaris support
++++ libreoffice-converter:
- put sources into a source tarball to make the life easier for Debian
maintainer
- add README and COPYING
++++ libreoffice-voikko:
- set license tag correctly to GPL-3.0+ (bnc#741551)
++++ thunar:
- added thunar-fix-terminal-icon-name.patch in order to use a
generic icon for "Open in terminal" action that conforms to the
XDG Icon Naming Spec
++++ libvirt:
- Update to libvirt 0.9.11
- Add support for the suspend event
- Add support for event tray moved of removable disks
- qemu: Support numad
- cpustats: API, improvements and qemu support
- qemu: support type='hostdev' network devices at domain start
- Introduce virDomainPMWakeup API
- network: support Open vSwitch
- snapshot improvements
++++ man-pages:
- update to version 3.38
* New and rewritten pages
get_nprocs_conf.3
New page documenting get_nprocs_conf(3) and get_nprocs(3)
Some additions and improvements
malloc_get_state.3
New page documenting malloc_get_state(3) and malloc_set_state(3)
mallopt.3
New man page for mallopt(3)
mtrace.3
Complete rewrite of page, adding much more detail
scandirat.3
New page for scandirat(3) (new in glibc 2.15)
* Newly documented interfaces in existing pages
posix_memalign.3
Document aligned_alloc(3)
aligned_alloc() is new in C11.
Document pvalloc(3)
qsort.3
Add documentation of qsort_r(3)
Improvements to Mark R Bannister's qsort_r() patch
Add VERSIONS section for qsort_r()
* New and changed links
aligned_alloc.3
New link to posix_memalign.3
get_nprocs.3
Link to new get_nprocs_conf.3 page
malloc_set_state.3
Link to new malloc_get_state.3 page
pvalloc.3
New link to posix_memalign.3
* Global changes
* Various pages
Global formatting fix: balance .nf/.fi pairs
* Various pages
Global fix: place sections in correct order
* Various pages
Global fix: Remove duplicated words
Remove instances of duplicate words found using Justin's
grep-fu:
for f in man?/*.[1-9]; do
grep -HE ' ([[:alpha:]]{2,} +)\1' "$f" |
grep -Evw '(proc|hugetlbfs|XXX*|root|long) *\1';
done | grep -E --colo ' ([[:alpha:]]{2,} +)\1'
* Various pages
Correct order of SEE ALSO entries
* Changes to individual pages
futimesat.2
PROTOTYPE: Correct header file and feature test macro requirements
keyctl.2
Strip trailing tabs from source line
See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664688
ptrace.2
Document PTRACE_GETEVENTMSG for PTRACE_EVENT_EXEC
Various fixes to recent updates of this page
symlinkat.2
PROTOTYPE: Correct header file
syscalls.2
Remove unimplemented system calls from main syscall list
The unimplemented system calls are in any case noted lower down
in the page. Also: rearrange the text describing the unimplemented
system calls.
Note a few system calls that were removed in Linux 2.6
Add process_vm_readv(2) and process_vm_writev(2)
unlinkat.2
PROTOTYPE: Correct header file
PROTOTYPE: Add for AT_* constants
utimensat.2
PROTOTYPE: Add for AT_* constants
copysign.3
DESCRIPTION: Add a couple of examples
malloc.3
NOTES: Add a short discussion of arenas
Replace discussion of MALLOC_CHECK_ with pointer to mallopt(3)
SEE ALSO: Add mtrace(3)
SEE ALSO: add malloc_get_state(3)
posix_memalign.3
Rename memalign() argument
Rename "boundary" to "alignment" for consistency
with posix_memalign().
Improve discussion of feature test macros and header files for valloc(3)
rtnetlink.3
Fix example code, rta_len assignment should use RTA_LENGTH()
See also http://bugs.debian.org/655088
scandir.3
SEE ALSO: Add scandirat(3)
sigqueue.3
Remove rt_sigqueueinfo from TH line
rt_sigqueueinfo() now has its own manual page, so should not
be listed in the .TH line of this page.
tzset.3
Correct description for Julian 'n' date format
The Julian 'n' date format counts starting from 0, not 1.
Add some clarifying remarks to discussion of Julian day formats
packet.7
Fix comment on 'sll_hatype' field
tcp.7
Correct RFC for TIME_WAIT assassination hazards
++++ obs-service-verify_file:
- Change license to MIT (see bnc#753973) and provide a copy of the license text
++++ postfix:
- bnc#756450 - postfix: remove version from banner
++++ python-virtualenvwrapper:
- license update: HPND
License most akin to SPDX HPND license
++++ qutim:
- initial packaging of version 0.3
++++ rsyslog:
- Added upstream patchset to requery hostname on HUP (bnc#755857)
- Removed obsolete rsyslog-5.8.7-systemd-log-socket.patch
- Updated to 5.8.10 [V5-stable] 2012-04-05:
- bugfix: segfault on startup if $actionqueuefilename was missing
for disk queue config. Thanks to Tomas Heinrich for the patch.
- bugfix: segfault if disk-queue was started up with old queue file
Thanks to Tomas Heinrich for the patch.
- bugfix: memory leak in array passing output module mode
by 5.8.9 [V5-stable] 2012-03-15:
- added tool to recover disk queue if .qi file is missing
(recover_qi.pl)
Thanks to Kaiwang Chen for contributing this tool
- bugfix: stopped DA queue was never processed after a restart
due to a regression from statistics module.
- added better doc for statsobj interface.
Thanks to Kaiwang Chen for his suggestions and analysis in
regard to the stats subsystem.
by 5.8.8 [V5-stable] 2012-03-05:
- bugfix: omprog made rsyslog abort on startup if not binary to
execute was configured
- bugfix: imklog invalidly computed facility and severity
closes: http://bugzilla.adiscon.com/show_bug.cgi?id=313
improves interop with systemd journal
++++ shotwell:
- Update to version 0.12.2:
+ Corrects an issue where graphical corruption of the UI could
occur if the user navigated away from a camera page while
camera previews were being generated.
+ Adds enhanced support for the Unity desktop environment.
+ Clarified several strings.
+ The application now recovers gracefully from corrupted tag
data.
++++ x11-japanese-bitmap-fonts:
- license SUSE-Public-Domain and HPND
++++ xkeyboard-config:
- Update to version 2.5.1:
+ Updated translations.
- Changes from version 2.5:
+ Critical security bug fixed: Grabs and screensavers
+ Add option to map Zenkaku_Hankaku to Escape
+ 15 bugs fixed
+ Updated translations.
- Changes from version 2.4.1:
+ Critical bug fixed: many Ctl+Alt combinations broken
- Changes from version 2.4:
+ Add option to use RAlt as RCtrl
+ 9 bugs fixed
+ Updated translations.
- Changes from version 2.3:
+ Serious cleanup of descriptions
+ Updated translations.
- Drop MDSW-change-keycode.diff: fixed upstream.
- Add pkgconfig(xorg-macros) BuildRequires: new dependency
upstream.
++++ yast2-dns-server:
- Fixed zone-file agent to handle semicolons in TXT records
correctly instead of considering them to represent comments
(bnc#755766).
- 2.23.1
++++ yast2-libyui:
- Fix build with gcc 4.7.
++++ zypper:
- Update zypper-po.tar.bz2
------------------------------------------------------------------
------------------ 2012-4-11 - Apr 11 2012 -------------------
------------------------------------------------------------------
++++ GeoIP:
- add build requirement libtool
++++ atheme:
- Update to new upstream release 6.0.10
* ircd/charybdis: send messages to channels even if we're not on it from the bots themselves.
* ircd/unrealircd: reset +x if a vhost is removed.
* ircd/inspircd: reset +x if a vhost is removed and track whether or not m_cloaking is loaded.
* nickserv: ensure certfp resources are released when an account object is destroyed
* bugs fixed in this release - SRV-148, SRV-160, SRV-166
++++ blender:
- Add blender-collada858.patch: openCOLLADA >= svn 858 installs
the headers to /usr/include/COLLADA* instead of
/usr/include/COLLADA*/include, thus messing up the build of
blender.
- Add blender-gcc47.patch: Fix build with gcc 4.7. Taken from
upstream svn, r44000.
++++ libdbus-1-qt3-0:
- add a patch to fix a bug with incorrectly de-marshalling arrays
of objectpath by Serghei Amelian
++++ e2fsprogs:
- place binaries and libraries into the /usr tree (UsrMerge project)
++++ font-util:
- Update to font-util 1.3.0:
+ bdftruncate: Properly support -w and +w
+ Fix compiler warnings
+ Better support for cross-compiling
- Include version of font-util in the version of the package. For
instance, this will now be 7.6_1.3.0.
++++ gnokii:
- Move the mysql/postgres smsd plugins from devel subpackage to
smsd subpackage, where they really belong.
++++ gthumb:
- Update to version 2.90.3:
+ New features and user visible changes:
- Selections: fixed reordering of files.
- Added command Alt+Shift+n to remove files from selection n.
- Added a command to open the original folder.
- Show an emblem when a file is added to a selection.
+ Bugs fixed:
- Require exiv2 version 0.21. since the code uses Exiv2::LogMsg
(bgo#673711)
- Removed potentially dangerous strncpy (bgo#672866)
- Fixed possible crash when changing directory quickly.
- Fixed possible crash after closing the context menu in the
folder tree.
- Fixed run-time warning when uninhibiting the screensaver.
+ Updated translations.
++++ kdump:
- kdump: Add 'none' format
- kdump: Allow format to be a list
- kdump: Save dmesg during dump
- kdump: Use correct script location in udev rule
++++ keyutils:
- Add nfs4 idmap support
++++ kiwi:
- update list of allowed VMware guestOS values
- Fix the handling of the --mbrid command line switch
The value passed to the --mbrid flag is parsed to an integer by
GetOptions (format is 'o' = extended integer). There is code
checking whether this integer is within the expected range and
formats it as hexadecimal value. But commit:
a5c7ab512dfb02dd99044c1db1cbc46ab05bf221
introduced a regression in the way the value of the --mbrid flag
was handled because the value is set using $cmdL -> setMBRID()
before the range checking and conversion.
- prepare the code for the move of the udev tools to the usr
tree. At present the location of udevadmin is hardcoded to
/sbin, once the tools move into the /usr tree and a link
exists the '-x' test will fail. This would result in broken
images.
++++ libFS:
- Update to version 1.0.4:
+ Fixs a pile of issues found by static analysis & compiler
warnings
+ Cleanup the library's exported symbol list
+ Build configuration improvements
++++ libICE:
- Update to version 1.0.8:
+ Fix a number of issues found by static analysis and compiler
warnings
+ Large set of cleanups and improvements to the DocBook format
specs for the protocol and docs for the API.
++++ libSM:
- Update to version 1.2.1:
+ Fixes for issues found by static analysis & compiler warnings
+ Documentation cleanups & improvements,
+ Build configuration improvements
++++ libXres:
- Update to version 1.0.6:
+ Janitorial cleanups
+ Build configuration improvements
++++ libXScrnSaver:
- Update to version 1.2.2:
+ Janitorial cleanups
+ Build configuration improvements
++++ libXau:
- Update to version 1.0.7:
+ Improve the handling of "normal" locking collisions
+ Documentation cleanups
+ Build configuration improvements
++++ libXdmcp:
- Update to version 1.1.1:
+ Improvements to documentation
+ Build configuration improvements
++++ libXi:
- Update to version 1.6.0:
+ Implement XI 2.2 (which provides multitouch)
+ Various cleanups and bug fixes
- Changes from version 1.5.0:
+ Implement XI 2.1 (which provides smooth scrolling)
+ Various cleanups and bug fixes
+ Man page improvements
- Changes from version 1.4.2:
+ Various cleanups and bug fixes
+ Build configuration improvements
- Changes from version 1.4.1:
+ Important fixes for bugs that cause clients to misbehave.
++++ libXinerama:
- Update to version 1.1.2:
+ Janitorial cleanups
+ Build configuration improvements
++++ libXmu:
- Update to version 1.1.1:
+ Cleanups of code that causes compiler warnings
+ Improvements to the documentation
+ Build configuration improvements
++++ libXp:
- Update to version 1.0.1:
+ Fix compiler warnings
+ Build fixes
+ Build configuration improvements
- Add pkgconfig(xorg-macros) BuildRequires: new dependency
upstream.
++++ libXpm:
- Update to version 3.5.10:
+ Compiler warning fixes
+ Janitorial cleanups
+ Build configuration improvements
++++ libXrandr:
- Update to version 1.3.2:
+ Man page improvements
+ Build configuration improvements
++++ libXrender:
- Update to version 0.9.7:
+ Fix alpha premultiplication in XRenderParseColor
+ Compiler warning fixes
+ Documentation typo fixes
+ Build configuration fixes
++++ libXtst:
- Update to version 1.2.1:
+ Fix for gcc warning
+ Improvements to documentation
+ Build configuration improvements
++++ libXv:
- Update to version 1.0.7:
+ Janitorial cleanups
+ Man page fix
+ Build configuration improvements
++++ libXvMC:
- Update to version 1.0.7:
+ Janitorial cleanups
+ Build configuration improvements
++++ libXxf86dga:
- Update to version 1.1.3:
+ Fix capitalization of ViewportStep in man page to match
xf86dgaproto headers
+ Janitorial cleanups
+ Build configuration improvements
++++ libXxf86vm:
- Update to version 1.1.2:
+ Janitorial cleanups
+ Build configuration improvements
++++ libdbusmenu-qt:
- Update to 0.9.2:
* Fix disabling and hiding actions
* Avoid spamming dbus at startup
* Do not print warnings when not necessary
From 0.9.1:
* Add support for "opened" and "closed" events
* Add support for icon-data (LP BUG 633339)
- Install also the development documentation.
++++ libdmapsharing:
- Update to version 2.9.15:
+ Change "Ignoring local service..." message from g_warning to
g_debug
+ Use pkg-config's uninstalled feature with vapigen
++++ libdmx:
- Update to version 1.1.2:
+ Janitorial cleanups
+ Build configuration improvements
++++ libfontenc:
- Update to version 1.1.1:
+ Fix compiler warnings
+ Build configuration improvements
- Add zlib-devel BuildRequires as there are explicit checks for
zlib.
++++ sleuthkit:
- Add sleuthkit-gcc47.patch: Fix buffer overflow.
++++ udisks2:
- Update to version 1.94.0:
+ Pass --readonly to cryptsetup(8) if device to unlock is
read-only
+ Add udev rules for identifying devices which should not be
shown
+ Fix unmounting large disks when not asked to
+ Make escaping work properly with non-ASCII UTF-8 strings
+ Change some D-Bus types from bytestring ('ay') to UTF8 ('s')
+ Convert some g_warning() uses to udisks_warning()
+ Improved documentation.
++++ v4l-utils:
- Update to v0.8.7
Utils changes:
* ir-keytable: Fixed file parsing errors
* qv4l2: fix segfault when there are no inputs or outputs
* dvb: Merged DVB tools from development branch
libv4l changes:
* Add some more laptop models to the upside down devices table
- Rebased disable_rds_compilation.patch to apply cleanly.
++++ v8:
- Update to 3.10.1.0
* Fixed bug with arguments object in inlined functions (issue
2045).
* Fixed performance bug with lazy initialization (Chromium issue
118686).
* Added suppport for Mac OS X 64bit builds with GYP.
* Fixed bug with hidden properties (issue 2034).
* Fixed a performance bug when reloading pages (Chromium issue
117767, V8 issue 1902).
* Fixed bug when optimizing throw in top-level code (issue 2054).
* Fixed two bugs with array literals (issue 2055, Chromium issue
121407).
* Fixed bug with Math.min/Math.max with NaN inputs (issue 2056).
* Fixed a bug with the new runtime profiler (Chromium issue
121147).
* Fixed compilation of V8 using uClibc.
* Optimized boot-up memory use.
* Optimized regular expressions.
++++ libxkbfile:
- Update to version 1.0.8:
+ Janitorial cleanups
+ Build configuration improvements
++++ pan:
- Add pan-gtkspell3.patch: Make configure look for the right
pkgconfig name for gtkspell3.
++++ pciutils-ids:
- automated update on 2012-04-11
++++ peksystray:
- Add autoconf as buildrequire to avoid implicit dependency.
- Use spec-cleaner to clean spec file.
- Update description to avoid rpmlint warnings.
++++ pg_comparator:
- Spec file cleanup.
++++ picard:
- Remove obsolete SUSE version checks
- Call icon_theme_cache_post(un) (bnc#756522)
- Remove Mandriva checks, not tested nor enabled in this project
++++ python-slumber:
- Disable testsuite on SLE_11_SP2 to fix build
++++ xorg-x11-proto-devel:
- Update many proto to latest versions:
+ See details for each proto.
+ Most of them have (sometimes, without any other change):
- fixes for author affiliation and copyright text
- some trivial documentation cleanup
- some build system improvements and cleanup
- Update applewmproto to version 1.4.2:
+ Clarifies some ambiguity in the protocol by refering the caller
to the Xplugin API for some constants rather than relying on
values and meaning within AppleWM (which is just exposing parts
of the Xplugin API to X11 clients).
- Update bigreqsproto to version 1.1.2.
- Update dmxproto to version 2.3.1.
- Update evieext to version 1.1.1.
- Update fontsproto to version 2.1.2.
- Update glproto to version 1.4.15:
+ Document GLX_ARB_create_context and
GLX_ARB_create_context_profile protocol
- Update inputproto to version 2.2:
+ Support for multitouch devices.
+ Ability for clients to register for and receive touch events.
+ Changes from version 2.1:
- Smooth scrolling support.
- New raw event behaviour allows clients to listen to raw
events from a device even if that device is currently
grabbed.
- Update kbproto to version 1.0.6:
+ Convert from Framemaker to DocBook/XML.
+ Fix formatting of last item in KEYPAD key type list.
+ Fix bad link anchors.
+ Remove duplicate 'See see' text.
+ Remove empty revision history.
+ Convert images from gif to svg format.
- Update printproto to version 1.0.5:
+ Move Xprint protocol spec & overview man pages from xorg-docs.
- Update recordproto to version 1.14.2.
- Update resourceproto to version 1.2.0:
+ Distribute & install resproto.txt with the release.
+ Two new requests: XResQueryClientIds and XResQueryResourceBytes
- Update scrnsaverproto to version 1.2.2.
- Update util-macros to version 1.17:
+ Add Add XORG_ENABLE_INTEGRATION_TESTS
+ Several bug fixes
+ Changes from 1.16.2:
- Cache the results of checking compiler flag support in
XORG_TESTSET_CFLAG
- Define BASE_CXXFLAGS when C++ is the chosen language
+ Changes from 1.16.1:
- Provide a configure option to turn off the selective
- Werror=... CFLAGS
+ Changes from 1.16.0:
- Add XORG_TESTSET_CFLAG
- Add XORG_COMPILER_FLAGS to replace XORG_CWARNFLAGS
- Add an optional argument to XORG_LD_WRAP
- Add XORG_MEMORY_CHECK_FLAGS
- Update xcb-proto to version 1.7.1:
+ Add ge and xf86vidmode protocol descriptions
+ Remove now unnecessary files as everything is implemented in
xcbgen
+ Rename the ExprType "parent" attribute to "parents"
- Update xcmiscproto to version 1.2.2.
- Update xextproto to version 7.2.1.
- Update xf86driproto to version 2.1.1.
- Update xf86vidmodeproto to version 2.3.1.
- Update xineramaproto to version 1.2.1.
- Update xproto to version 7.0.23:
+ Documentation improvements.
+ Define new keysyms needed for input of various langugages.
+ Build fixes.
++++ python3-sip:
- Link against libpython. Fixes bnc#756282 and bnc#721280.
- license update: GPL-2.0 or GPL-3.0 or SUSE-SIP
Use SUSE- proprietary extension until SIP license is accepted upstream at
spdx.org
- Remove SUSE_ASNEEDED=0 from spec file.
++++ rpm-python:
- Fix usage of deprecated AsVoidPtr Python/C API,
replaced by Capsule API
++++ rubygem-flog:
- license update: MIT
See README.txt
++++ rubygem-hoe:
- update to 3.0.3
* Fixed racc plugin's gem dependency activation
* Fixed rake multi's use of multiruby_skip.
++++ vegastrike:
- Fix music (upstream r13353-r13354)
++++ xorg-x11-util-devel:
- Update to imake 1.0.5:
+ Silence useless pedantry warning from find(1) when running
cleanlinks
+ Fix compiler warnings
+ Janitorial cleanups
- Update to lndir 1.0.3:
+ Fix compiler warnings
+ Janitorial cleanups
- Update to makedepend 1.0.4:
+ Raise MAXFILES from 1024 to 2048
+ Fix bashism
+ Fix compiler warnings
+ Janitorial cleanups
- Update to xorg-cf-files 1.0.4:
+ Update xorgversion.def from 7.5 to 7.6
+ Remove libXp from XawClientLibs
+ Use font-util 1.1 macros to set FontDir and FontEncDir in
site.def
+ Build system improvements
- Update to xorg-sgml-doctools 1.10:
+ Embed CSS styles inside the HTML HEAD element
+ Add olink support for chunked html
+ Changes from 1.9:
- Add support for generating chunked xhtml for DocBooks
- Review documents cascading style sheet
- Update masterdb for libX11/i18n/compose/libX11-keys.xml
+ Changes from 1.8:
- Change the location where the target dbs for olinks are
expected to be located
- Match libX11 installation directory structure change
- Remove the libXi porting document target db
+ Changes from 1.7:
- Add support for docbook external references
- Add xorg-x11-xtrans-devel BuildRequires since xorg-cf-files now
requires font-util.
++++ xtrans:
- Update to xtrans 1.2.7:
+ Lot of cleanups, both from manual inspection and from automated
static code analysis
+ Bug fixes, including:
- fix some resource & memory leaks
- avoid buffer overrun in SocketReopen
+ Remove decnet leftover
+ Remove SUN specific code, let solaris create .X11-pipe with
sticky bit on
+ Documentation & build configuration improvments
- Include version of xtrans in the version of the package. For
instance, this will now be 7.6_1.2.7.
- Add pkgconfig(xorg-macros) BuildRequires.
++++ yast2-network:
- Fixed a dead reference to proxy code; moved a forgotten file.
- 2.22.7
++++ yast2-pkg-bindings:
- 2.22.2
- license update: GPL-2.0
Numerous GPL-2.0 files in the package (see e.g. src/Arch.cc)
++++ yast2-proxy:
- Moved over one forgotten file.
- 2.22.1
------------------------------------------------------------------
------------------ 2012-4-10 - Apr 10 2012 -------------------
------------------------------------------------------------------
++++ R-base:
- make R-base-devel require R-base as some packages think this
dependancy is already there (i.e. some KDE packages).
++++ autoyast2:
- license to gpl v2
++++ bluedevil:
- Fix the typo value of X-KDE-Library on bluedevilsendfile.desktop
and refresh typo2.diff
++++ branding-openSUSE:
- Update summaries in subpackages.
++++ busybox:
- busybox-1.19.4-typedef_umode_t.patch:
fix compile as umode_t is only defined with KERNEL and is
used in header linux/linux/ext2_fs.h
- update to 1.19.4
- fix getty, mdev, modinfo and wget
- update to 1.19.3
- fix chpasswd, crond, inetd, syslogd, tail, tftp
- update to 1.19.2
- fix ash/hush, cttyhack, find, grep, less, patch, sed, top,
uncompress
- update to 1.19.0:
- countless fixes in all utility programs, please see
http://www.busybox.net/ for details
- remove obsolete patches previously marked as upstreamed
++++ busybox-static:
- busybox-1.19.4-typedef_umode_t.patch:
fix compile as umode_t is only defined with KERNEL and is
used in header linux/linux/ext2_fs.h
- update to 1.19.4
- fix getty, mdev, modinfo and wget
- update to 1.19.3
- fix chpasswd, crond, inetd, syslogd, tail, tftp
- update to 1.19.2
- fix ash/hush, cttyhack, find, grep, less, patch, sed, top,
uncompress
- update to 1.19.0:
- countless fixes in all utility programs, please see
http://www.busybox.net/ for details
- remove obsolete patches previously marked as upstreamed
++++ cacti:
- Install cacti in /srv/www/cacti/ from openSUSE 12.2 onwards
- Passed the spec file through spec-cleaner
- Cacti-PA can be removed as cacti includes the Plugin Architure
- Minor changes in the spec file, updated version to 0.8.8
++++ calligra:
- Update to 2.4.0
* Fixes over 2.3.92
- Added: new default marker style "Arrow concave", as found in LibreOffice 3.4.5
- Changed: add sunken shadows to separators in KoModeBox
- Changed: cleanup includes
- Changed: disable mapshape for 2.4, as discussed on ml
- Changed: have KoConnectionShapeConfigWidget use QFormLayout instead of QGridLayout
- Changed: improve layout of KWDocumentColumns by using a QFormLayout
- Changed: in KoToolBoxLayout reuse the same variable for the length in the current orientation
- Changed: make labels of KoPageLayoutWidget right-aligned, improve resize behaviour
- Changed: merge KoToolBoxLayout::tryPlaceItems
- Changed: no need for ceilf, ceiling operation can be rewritten by
- Changed: no need to set margins of KoPageLayoutWidget object to 0, is by default
- Changed: printing option widgets need to have outer margins set, due to being set to a tab page
- Changed: remove group boxes from CharacterHighlighting dialog
- Changed: right-align all labels in the document info dialog
- Changed: right-align labels on paragraph/character dialogs
- Changed: set display-names of default marker styles to english names in LibreOffice 3.4.5
- Changed: while the toolbox icons should be square, still use iconSize.width
- Changed: align toolbox behaviour for all Calligra programs
- Fix closing tab window from context menu when window is not current.
- Fix deep copying of KexiDB query schema and ORDER BY structures
- Fix forms bug: Setting a text box as readonly allows changes to be made
- Fix inserting table shape in non-english locale
- Fix invalid buddy + warning
- Fix loading patterns
- Fix loading xls in sheets on windows
- Fix lookup column page combo boxes and lookup combos in tables and forms
- Fix private member name. Reviewed by JStaniek.
- Fix symbols of kexidb_sqlite3_icu library for windows
- Fix typos
- Fix unit test fails due to daylight saving time
- Fix visibility of layers
- Fixed: KoCellToolFactory now sets tooltype to "CalligraSheets", no longer "CalligraTables"
- Fixed: substitute remaining references to Calligra Tables with Calligra Sheets
- Fixed: attribute "alignment" not yet supported for layout items in UI files in 4.7
- Fixed: broken calculation of toolbox layout
- Fixed: preview of Paragraph dialog always had a "." behind the bullet figure
- Fixed: s/seperator/separator/g in KoToolBox code
- Fixed: Data source property for fields shows invalid list
- Fixed: (tables) Details of lookup column not visible
- Forms: Fixed saving "Enabled" property
- Forms: Setting a text boxes to Read Only changes the look to dimmed
- Forms: memory leak in data source page
- KexiDB: Properly deep-copy query asterisks when cloning query objects
- KexiDB: fix functions for field's type group name and type group string
See projects.kde.org/calligra for the full list of changes.
++++ calligra-l10n:
- Update to 2.4.0
++++ cronie:
- added cronie-1.4.8-bug_756197.diff to remove references to anacron
in crontab.5
++++ cups:
- In cups.spec only "Requires: ghostscript" but no longer require
ghostscript-fonts-std in cups.spec because in ghostscript.spec
there is already "Requires: ghostscript-fonts-std"
(related to openSUSE Bugzilla bnc#735824).
- In cups.spec remove the Obsoletes/Provides cups-SUSE-ppds-dat
because cups-SUSE-ppds-dat.rpm existed only up to SLE10
but it does no longer exist since 11.1/SLE11
and CUPS 1.5.x is not provided for SLE10.
- Use traditional bash scriptlets for post/postun with
an explicite "exit 0" line at the end to be fail safe and
therefore also "PreReq: /sbin/ldconfig" explicitly for the
cups-libs sub-package, see the "Shared_libraries" section in
http://en.opensuse.org/openSUSE:Packaging_scriptlet_snippets
++++ expat:
- update to 2.1.0
- Bug Fixes:
[#1742315]: Harmful XML_ParserCreateNS suggestion.
[#2895533]: CVE-2012-1147 - Resource leak in readfilemap.c.
[#1785430]: Expat build fails on linux-amd64 with gcc version>=4.1 -O3.
[#1983953], 2517952, 2517962, 2649838:
Build modifications using autoreconf instead of buildconf.sh.
[#2815947], #2884086: OBJEXT and EXEEXT support while building.
[#1990430]: CVE-2009-3720 - Parser crash with special UTF-8 sequences.
[#2517938]: xmlwf should return non-zero exit status if not well-formed.
[#2517946]: Wrong statement about XMLDecl in xmlwf.1 and xmlwf.sgml.
[#2855609]: Dangling positionPtr after error.
[#2894085]: CVE-2009-3560 - Buffer over-read and crash in big2_toUtf8().
[#2958794]: CVE-2012-1148 - Memory leak in poolGrow.
[#2990652]: CMake support.
[#3010819]: UNEXPECTED_STATE with a trailing "%" in entity value.
[#3206497]: Unitialized memory returned from XML_Parse.
[#3287849]: make check fails on mingw-w64.
[#3496608]: CVE-2012-0876 - Hash DOS attack.
- Patches:
[#1749198]: pkg-config support.
[#3010222]: Fix for bug #3010819.
[#3312568]: CMake support.
[#3446384]: Report byte offsets for attr names and values.
- New Features / API changes:
* Added new API member XML_SetHashSalt() that allows setting an
intial value (salt) for hash calculations. This is part of the
fix for bug #3496608 to randomize hash parameters.
* When compiled with XML_ATTR_INFO defined, adds new API member
XML_GetAttributeInfo() that allows retrieving the byte
offsets for attribute names and values (patch #3446384).
* Added CMake build system. See bug #2990652 and patch #3312568.
* Added run-benchmark target to Makefile.in - relies on testdata
module present in the same relative location as in the repository.
++++ fcitx:
- added baselibs.conf to build 32bit im modules and libraries.
++++ fritzing:
- update to new upstream version 0.7.3b
++++ glibmm2:
- Update to version 2.32.0:
+ Glib:
- Dispatcher: Don't send messages to a deleted Dispatcher
(bgo#651942).
- Make SignalTimeout/SignalIdle::connect_once() more thread
safe (bgo#396963).
- Document Glib::Property and Glib::PropertyBase (bgo#673291).
+ gmmproc:
- Add macro _CUSTOM_CTOR_CAST in _CLASS_BOXEDTYPE (bgo#511136,
comment 20).
- Generate the documentation of default constructors of
interface classes (bgo#673213).
+ Build:
- Update Visual Studio projects.
++++ gparted:
- Update to version 0.12.1:
+ Enable minimal file system resize API (FAT and HFS* only)
(bgo#668281)
+ Properly handle more than 15 partitions on a disk (bgo#632345)
+ Ensure space for EBR when resizing Extended partition
(bgo#664050)
+ Improve reiser4 file system uuid reading method
+ Fix uninitialised read when pasting into an existing partition
(bgo#672654)
+ Fix for FS size & flags becoming unknown after change UUID
(bgo#673245) and fix for FS flags becoming unknown after change
label
+ Fix attempt data rescue fail to open read-only view
(bgo#673246)
+ Add requested partition details to log if resize/move fails
+ Use cached method first to read UUID to shorten device scan
time
+ Rework Align to MiB adjustments to end sector of partition
+ Ensure Align to MiB does not overlap following partition
(bgo#661744)
+ Updated translations.
++++ gtkmm3:
- Update to version 3.4.0:
+ Gtk:
- CellArea: Add signals.
- TreePath: Guarantee that all constructors make gobject_ != 0
(bgo#511136).
- Window: Add begin/move_resize_drag() overloads that take a
Device.
+ Build:
- Remove the Maemo Extensions API.
+ Documentation:
- Gtk::Widget: add documentation for the destructor
(bgo#670275).
++++ gtranslator:
- Update to version 2.91.2:
+ Use new libpeas API
+ Complete list of plural forms
+ Misc bugfixes
+ Updated translations.
++++ icu:
- license update: MIT and SUSE-Public-Domain
This is _not_ IBM Public License code.
++++ jack:
- Disable parallel build to limit resource usage and prevent hung
build hosts.
++++ kdebase4-workspace:
- Require desktop-data-openSUSE as this is needed for the KDE menu
(bnc#754104)
++++ samba:
- Update to 3.6.4.
- Samba pre-3.6.4 are affected by a vulnerability that allows remote code exe-
cution as the "root" user; PIDL based autogenerated code allows overwriting
beyond of allocated array; CVE-2012-1182; (bso#8815); (bnc#752797).
++++ libhugetlbfs:
- Update to version 2.13
* hugeadm can now be used to control Transparent Huge Page tunables
* New morecore mode to better support THP
* Check permissions on hugetlbfs mount point before marking it as
available
* Fix shm tests to use random address instead of fixed, old address
failed on ARM
++++ sssd:
- Add suse_version condition for glib over libunistring for
SLES 11 SP2.
- Update to new upstream release 1.8.2
* Fix for GSSAPI binds when the keytab contains unrelated
principals
* Workarounds added for LDAP servers with unreadable RootDSE
++++ mariadb:
- updated to MariaDB 5.3.6
* Release notes:
http://kb.askmonty.org/v/mariadb-536-release-notes
* Changelog:
http://kb.askmonty.org/v/mariadb-536-changelog
++++ libzypp:
- Update zypp-po.tar.bz2
++++ make:
- Faster globbing support from upstream to speed up
some large make projects like libreoffice. bnc#753323
++++ pan:
- Update to version 0.136:
+ Support for uploading attachments (with NZB creation) to
Usenet.
+ Selectable Content-Transfer-Encoding.
+ Selectable GtkSpell default language.
+ Support for encrypting and signing articles with a
public/private PGP key.
+ Connections can now be encrypted with TLS 1.0.
+ Various bugfixes/enhancements from Bugzilla.
+ Auto-Cache/-Download/-Delete/-Mark read based on scores.
+ D-Bus support for automatic batch addition of new files to the
Download Queue.
+ Status Icon support.
+ GNOME Keyring support for safely storing server passwords.
+ Updated translations.
- Rebase fix-desktop-file-11.0.diff, and stop updating pan.desktop
there: instead remove pan.desktop in %prep, so it will get
rebuilt.
- Drop pan-glib-2.31.patch: fixed upstream.
- Add pan-fix-warnings.patch: fix some gcc warnings breaking the
build.
- Add pkgconfig(enchant) BuildRequires to keep building spelling
support.
- Add pkgconfig(gnome-keyring-1) BuildRequires on 12.1 and later to
enable password storage.
- Add pkgconfig(gnutls) BuildRequires and pass --with-gnutls to
configure for TLS support.
- Add pkgconfig(libnotify) BuildRequires for notifications support.
++++ plasma-addons:
- Fix For Upstream. Patch3. fixed a hard to reproduce bug
that when you input super fast, panel will break and disappear.
should be removed when 4.8.3
++++ pstoedit:
- fix buildrequires, ImageMagick-Magick++-devel
is now libMagick++-devel
++++ pure-ftpd:
- update to 1.0.36 :
- Sync built-in glob(3) code with OpenBSD-current, and remove code we
don't use instead of ifdef'ing it.
- Repair checkproc() on Linux when support for capabitilies is
compiled in. Reported by Eric Gouyer.
- Don't read /dev/*random every time we need a value. Just use
arc4random() everywhere and seed it before we possibly chroot().
- Add support for MFMT, with the same code as SITE UTIME.
- Support 2-arguments SITE UTIME.
- LDAP: Add LDAPDefaultHomeDirectory, suggested by Landry Breuil.
- Add SSL_OP_NO_SSLv3 to SSL options if the list of ciphers is
prefixed by -S: , needed by Brad.
- Use more paranoid compiler options whenever possible, and preliminary
uncluttering of the autoconf script.
- Try to cache locale-related data at startup after tzset(), rather
than during a session.
- Fix quota computation after rename() overwrites an existing file.
Reported by Hiramoto Koujo, thanks!
- Improved autoconf detection of -fstack-protector and -fPIE
- If 10 digits are not enough to print the size of a file in an
ls-like output, bump the max number of digits to 18. This adds support for
files up to 1 exabyte.
- Don't display dot files (except . and ..) if dot_read_ok is 0 in
donlist() - but not in sglob() yet. This change is purely cosmetic. There are
many ways to figure out if a file exists.
- document bnc#756306: pure-ftpd umask setting not working properly
* /etc/pure-ftpd/pure-ftpd.conf contains a note about a side-effect of pam_umask
- add native pure-ftpd.service for systemd-powered systems
- use the same way how to start the daemon in sysvinit script and put
$remote_fs dependency
usr/sbin/pure-config.pl /etc/pure-ftpd/pure-ftpd.conf --daemonize
++++ python-kdebase4:
- Require desktop-data-openSUSE as this is needed for the KDE menu
(bnc#754104)
++++ python-sip:
- Link against libpython. Fixes bnc#756282 and bnc#721280.
- Remove SUSE_ASNEEDED=0 from spec file.
++++ python-slimit:
- Update to version 0.6.2:
* Better multiline handling
++++ python-virtualenvwrapper:
- Use upstream URL
- Macro simplification
++++ rubygem-sass:
- update to 3.1.15, see
http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
++++ rubygem-sprockets-2_1:
- Require tilt version in 1.1, we have multiple versions that are '>= 1.1'
++++ sysconfig:
- version 0.76.2
- ifup-bridge: apply stp contstrains when STP is on (bnc#753387)
- ifup-route: fixed use of -4/6 option for ip route (bnc#745252)
and do not require dummy gateway for ipv4 multicast routes.
- Added tests to the 77-network.rules rule file if the /sbin/ifup
and /etc/sysconfig/network/scripts/ifup-sysctl exist (bnc#724775),
disabled ipw3945d.sh script run and updated 81-mount.rules file
to work with more actual udev versions. Thanks to Robert Milasan,
who proposed these changes.
++++ vsftpd:
- update to upstream 3.0.0:
* Make listen mode the default.
* Fix missing "const" in ssl.c
* Add seccompsandbox.c to support a seccomp filter sandbox; works against
Ubuntu 12.04 ABI.
* Rearrange ftppolicy.c a bit so the syscall list is easily comparable with
seccompsandbox.c
* Rename deprecated "sandbox" to "ptrace_sandbox".
* Add a few more state checks to the privileged helper processes.
* Add tunable "seccomp_sandbox", default on.
* Use hardened build flags.
* Retry creating a PASV socket upon port reuse race between bind() and
listen(), patch from Ralph Wuerthner .
* Don't die() if recv() indicates a closed remote connection. Problem report
on a Windows client from Herbert van den Bergh,
.
* Add new config setting "allow_writeable_chroot" to help people in a bit of
a spot with the v2.3.5 defensive change. Only applies to non-anonymous.
* Remove a couple of fixed things from BUGS.
* strlen() trunction fix -- no particular impact.
* Apply some tidyups from mmoufid@yorku.ca.
* Fix delete_failed_uploads if there is a timeout. Report from Alejandro
Hernández Hdez .
* Fix other data channel bugs such as failure to log failure upon timeout.
* Use exit codes a bit more consistently.
* Fix bad interaction between SSL and trans_chunk_size.
* Redo data timeout to fire properly for SSL sessions.
* Redo idle timeout to fire properly for SSL sessions.
* Make sure PROT_EXEC isn't allowed, thanks to Will Drewry for noticing.
* Use 10 minutes as a max linger time just in case an alarm gets lost.
* Change PR_SET_NO_NEW_PRIVS define, from Kees Cook.
* Add AES128-SHA to default SSL cipher suites for FileZilla compatibility.
Unfortunately the default vsftpd SSL confiuration still doesn't fully work with
FileZilla, because FileZilla has a data connection security problem: no client
certificate presentation and no session reuse. At least the error message is
now very clear.
* Add restart_syscall to seccomp policy. Triggers reliably if you strace whilst
a data transfer is in progress.
* Fix delete_failed_uploads for anonymous sessions.
* Don't listen for urgent data if the control connection is SSL, due to possible
protocol synchronization issues.
- SUSE specific changes:
* turn off the listen mode (listen=NO) by default and change README.SUSE
* merge new hardended flags for build and linking
* fix the wrong Type=forking from systemd service file
* turn off the seccomp_sandbox off by default as SUSE kernel does not support
it (yet)
++++ xfce4-panel-plugin-clipman:
- update to version 1.2.3
- use new online documentation location http://docs.xfce.org/
- handle images and texts as one stack
- added a checkbox "Don't ask again" to clear the history
- include rows support from Xfce Panel 4.9
- don't terminate gtk_message_dialog_new_with_markup with
NULL
- use g_return_val_if_fail instead of g_return_if_fail
- dropped obsolete
xfce4-clipman-plugin-1.2.2-fix-gtk_message_dialog_new_with_markup-usage.patch,
xfce4-clipman-plugin-1.2.2-fix-non-void-function-not-returning-value.patch
++++ xfce4-panel-plugin-diskperf:
- update to version 2.5.0
- build the plugin as a module, loadable by Xfce4's panel wrapper
- use an icon name compliant to the spec
++++ xfce4-panel-plugin-wavelan:
- update to version 0.5.8
- build the plugin as a module loadable by Xfce4's panel wrapper
- add an about dialog
- fix properties dialog look
++++ yast2-fingerprint-reader:
- added Retry button, do not show two Cancel buttons (bnc#680117)
- reduce agent logging
- 2.22.3
++++ yast2-iscsi-client:
- version 2.22.1
- Changed license to GPL 2.0
++++ yast2-iscsi-server:
- Changed license to GPL 2.0
- 2.22.0
++++ yast2-network:
- Moved proxy client config to a new package yast2-proxy.rpm
- 2.22.6
++++ yast2-proxy:
- Split off yast2-network
- 2.22.0
++++ yast2-qt:
- BuildRequire libxcrypt-devel only for < 12.2
- Version: 2.22.5
++++ yast2-slp:
- 2.22.0
- BuildRequire libxcrypt-devel only for < 12.2
++++ yast2-transfer:
- BuildRequire libxcrypt-devel only for < 12.2
++++ yast2-tune:
- fixed comment for translators (bnc#756202)
- 2.22.0
++++ zypper:
- Update zypper-po.tar.bz2
------------------------------------------------------------------
------------------ 2012-4-9 - Apr 9 2012 -------------------
------------------------------------------------------------------
++++ aria2:
- Update to version 1.15.0:
+ Use CreateProcessW instead of CreateProcessA in MinGW build.
This means filename is now passed as wchar string, not UTF-8
encoded char string.
+ Check with pkg-config only: c-ares, openssl, sqlite3 and zlib.
+ Fixed compile error with i686-w64-mingw32 and
x86_64-w64-mingw32 cross compilers.
+ Get the home directory of the effective user ID using
getpwuid() if $HOME is not defined.
+ Don't use locale dependent toupper and tolower.
+ Rewritten TLS hostname check based on RFC 6125 for both GNUTLS
and OpenSSL builds.
+ Added --bt-remove-unselected-file option. Removes the
unselected files when download is completed in BitTorrent. To
select files, use --select-file option. If it is not used, all
files are assumed to be selected. Please use this option with
care because it will actually remove files from your disk.
This option is default to false.
+ Fixed compile error on Open Solaris. Fixes bug#3497518
+ Added JSON-RPC over WebSocket.
+ Fixed assertion failure if Chunked encoding along with
Content-Length is used.
+ Fixed clang and gcc-4.7 warning and errors.
+ Fixed the bug that aria2 cannot read line longer than 4096
bytes from the file specified by --input-file option
(sf#3495336).
- Drop aria2-1.14.2-gcc47.patch: fixed upstream.
++++ armadillo:
- Update to version 3.0.0:
+ Added non-contiguous submatrix views
+ Added shorthand for inverse: .i()
+ Added hist() and histc()
+ Faster repmat()
+ Faster handling of submatrix views with one row or column
+ Faster generation of random numbers
+ Faster element access in fixed size matrices
+ Better detection of vector expressions by various functions
+ Expressions X=A.i()*B and X=inv(A)*B are automatically
converted to X=solve(A,B)
- Rename shared library package to libarmadillo3 in keeping with
.so file number change
- Update baselibs.conf in keeping with changes to the shared
library package name.
++++ cacti-spine:
- Version 0.8.8
++++ kdesdk4:
- lokalize requires kross-python for scripts (bnc#754576)
++++ dovecot20:
- Update to 2.0.20:
+ doveadm user: Added -m parameter to show some of the mail settings.
- doveadm import didn't import messages' flags
- Make sure IMAP clients can't create directories when accessing
nonexistent users' mailboxes via shared namespace.
- Dovecot auth clients authenticating via TCP socket could have failed
with bogus "PID already in use" errors.
++++ kdebase3:
- fix printers.desktop (bnc#631274)
++++ kdelibs3:
- patch for automatic refresh in konqueror
++++ kernel-debug:
- Update to 3.4-rc2.
- commit 976094f
++++ kernel-default:
- Update to 3.4-rc2.
- commit 976094f
++++ kernel-desktop:
- Update to 3.4-rc2.
- commit 976094f
++++ kernel-source:
- Update to 3.4-rc2.
- commit 976094f
++++ kernel-docs:
- Update to 3.4-rc2.
- commit 976094f
++++ kernel-ec2:
- Update to 3.4-rc2.
- commit 976094f
++++ kernel-pae:
- Update to 3.4-rc2.
- commit 976094f
++++ kernel-syms:
- Update to 3.4-rc2.
- commit 976094f
++++ kernel-trace:
- Update to 3.4-rc2.
- commit 976094f
++++ kernel-vanilla:
- Update to 3.4-rc2.
- commit 976094f
++++ kernel-xen:
- Update to 3.4-rc2.
- commit 976094f
++++ kiwi:
- Do not allow whitespce in the value of the name attribute for the
and elements. At present the user can specify
a name containing whitespace. This leads to problems that are
difficult to diagnose in when the user tries to run the resulting
image, as the image will not properly operate.
++++ kross-interpreters:
- Initial package based on KDE 4.8.2
++++ libimobiledevice:
- Allow compilation on 11.4 by disabling cython bindings
- Update to 1.1.4:
- Fix a bug in idevicesyslog causing the connection to close after timeout
- Bump soname revision
- Bump libusbmuxd dependency to 1.0.8
- Fix reading from syslog_relay and remove null characters
- Relicense ideviceimagemounter and idevicescreenshot to LGPL
- Fix a crash when using restored_client_free()
- API: Add sbservices_get_interface_orientation()
- Update man pages and code comments for documentation
- Minor cleanup
- Add Python bindings generated by Cython
- Bump libplist requirement to latest 1.8
- Add support for OpenSSL with fallback to GNUTLS
- Improvements and various fixes for Win32 and OS X build
- Remove glib dependency
- Improve restored implementation
- Fix various memory leaks
- Fix support for iOS 5 and later
- Remove swig patch as bindings have been removed
- Remove gstatbuf patch as it is obselete now
++++ netcdf:
- Updated to 4.2
* Fortran and C++ APIs are now in separate packages
- Removed netcdf-dependencies.patch
++++ libplist:
- Allow compilation on 11.4 by disabling cython bindings
++++ pidgin-sipe:
- Update to version 1.13.1:
+ Detect incompatible encryption level with Lync
+ purple: add URI validity check to Add Buddy callback
+ Various build fixes
+ Updated translations.
- Drop pidgin-sipe-gcc47.patch: fixed upstream.
++++ offlineimap:
- update to version 6.5.3
* --dry-run mode protects us from performing any actual action
* internal code changes to prepare for Python3
* improve user documentation of nametrans/folderfilter
* fixed some cases where invalid nametrans rules were not caught
and we would not propagate local folders to the remote
repository
* revert "* Slight performance enhancement uploading mails to an
IMAP server in the common case.", it might have led to
instabilities
* revamped documentation structure, `make` in the `docs` dir or
`make doc` in the root dir will now create the 1) man page and
2) the user documentation using sphinx
* -f command line option only works on the untranslated remote
repository folder names now
* some better output when using nonsensical configuration
settings
* improve compatability of the curses UI with python 2.6
++++ openttd:
- remove update-alternatives again (bnc#749128)
- symlink openttd to openttd-dedicated
++++ openwsman-yast:
- BuildRequire libxcrypt-devel only for < 12.2
++++ postfix:
- add port 587 smtp-auth submission to postfix-fw bnc#756289
++++ python-dojango:
- Update to 0.5.5:
- Sorry, no changelog atm.
++++ python-virtualenvwrapper:
- Update to 3.2:
- Make project_dir a local variable so that
command-cdproject does not interfere with other variables
the user might have set. (contributed by slackorama)
- Fix typo in documentation reported by Nick Martin.
- Change trove classifier for license "MIT" to reflect the license
text presented in the documentation. *This does not indicate a
change in the license, just a correction to the expression of that
intent. See license (contributed by ralphbean as fix for 134)
- Extend command-rmvirtualenv to allow removing more than one
environment at a time. (contributed by ciberglo)
- Change the definition of
virtualenvwrapper_get_site_packages_dir to ask distutils
for the site-packages directory instead of trying to build the
path ourselves in the shell script. This should resolve
112 and improve support for Python interpreters other
than C Python. Thanks to Carl Meyer and Dario Bertini for their
contributions toward the fix.
++++ rubygem-flog:
- update to version 2.5.3
* class_stack now always pushes on symbols or strings for class names.
* Fixed klass_name returning an ugly mix of sexps and strings.
* Improved parse error output. (impurist)
* Added RegexpError to error handler.
* Improved error output and suggest --continue
* Record the flog score for the full class name, not just suffix. (dkubb)
* Fixed block_pass when passed a multi-level const (xavier)
++++ rubygem-haml:
- update to 3.1.4
Fix the use of FormBuilder#block with a label in Haml.
Fix indentation after a self-closing tag with dynamic attributes.
++++ rubygem-ruby_parser:
- update to 2.3.1
* Fixed line numbers at end of special var+whitespace (larsch)
* Holy crap I was smokin' something good... Fixed 1.9.3 warning
* Add -g flag to parser compile if DEBUG
* Lexer now embeds line number in yacc_value for keywords, helping fix up line numbers
* Fix method line numbers when no args and no parens (quix)
* Fixed line numbers on return/break/next w/ result expr. (pjnz)
* Fixed some lexing state in order to parse: 'f (1), 2' as 'f(1, 2)'. (invernizzi)
* Moved Keyword, Environment, and StackState inside of RubyParser
* Added proper dsym and dsym->sym support.
* Added extra (failing) tests for call/iter line number checking (quix)
* Fixed line numbers for certain call/iter edge cases
* Fixed parsing of: alias :"<<" :">>".
* Added new accessor canonicalize_conditions to toggle conditional canonicalization (on by default). (confused)
* Awesome cleanup: Replaced call to append_block by block_append. (Confusion)
* Fixed handling last line of =begin/=end. (raybaxter)
* Fixed source line numbers after heredocs. (jbarreneche)
* Switched to hoe's racc plugin to clean up rakefile and builds
* Fixed empty =begin/end.
++++ slrn:
- update to version pre1.0.0~39
- bugfixes
- support for multipart mime messages
- compile without -fno-strict-aliasing
- enable SSL support via GnuTLS which seems to work on
openSUSE > 12.1
- drop superfluous patch slrn-0.9.9p1.diff
- drop slrn-0.9.9p1-hardcode-inews-path.diff and add a build
dependency on mininews instead, this also makes
slrn-0.9.9p1-configure.diff unecessary
- rebased slrn-0.9.9p1-do-not-strip-binaries.diff and renamed to
slrn-do-not-strip-binaries.patch
- removed slrn.run, there is no SUSE menu any more
- removed obsolete slrn.rc migration pre-script
- replace __DATE__ and __TIME__ with date/time of latest changelog
entry
- do not replace slrn.rc
++++ swig:
- Added a patch (r12814.patch) to fix regression leading to uncompilable code
when using typedef and function pointer references (taken from Debian).
++++ tomahawk:
- Version 0.4.2
* Resuming playback restores correct volume settings.
* Reduced CPU usage during playback.
++++ transmission:
- Update to version 2.51:
+ All Platforms:
- Update the bundled libnatpmp and miniupnp libraries for port
forwarding
- Add environment variable options to have libcurl verify SSL
certs
- Support user-specified CXX environment variables during
compile time
+ GTK+:
- Fix crash when adding torrents on systems without
G_USER_DIRECTORY_DOWNLOAD
- Honor the notification sound setting
- Add a tooltip to files in the torrents' file list
- Fix broken handling of the Cancel button in the "Open URL"
dialog
- Improve support for Gnome Shell and Unity
- Catch SIGTERM instead of SIGKILL
+ Qt:
- Progress bar colors are now similar to the Mac and Web
clients'
- Improve the "Open Folder" behavior
+ Web Client:
- Fix global seed ratio progress bars
- Fix sometimes-incorrect ratio being displayed in the
Inspector
- If multiple torrents are selected, show the aggregate info in
the Inspector
- Upgrade to jQuery 1.7.2
+ Daemon:
- Show magnet link information in transmission-remote -i.
++++ yast2-perl-bindings:
- BuildRequire libxcrypt-devel only for < 12.2
++++ yast2-python-bindings:
- BuildRequire libxcrypt-devel only for < 12.2
------------------------------------------------------------------
------------------ 2012-4-8 - Apr 8 2012 -------------------
------------------------------------------------------------------
++++ clementine:
- Fixed libcdio, changed build dependency to pkgconfig(libcdio)
++++ kdebase4:
- Add fix for kde#297458 and kde#297488
++++ xfce4-branding-openSUSE:
- bump version to 4.9.0
- remove xfce4-tips autostart file
- add build dependencies on upstream branding to avoid ambiguities
++++ exo:
- update to version 0.7.2
- drop gtk 2.24 api
- bump libxfce4ui dependency for help function
- send exo-open startup-id to child instead of using it
- add preferred app helper for Chromium
- remove package manuals and link to online documentation
- queue an icon view resize if the requesitions don't match
- add new API exo_icon_view_get_item_{column,row}
- add keynav-failed to ExoIconView
- show Preferred Application in settings category
- don't destroy already destroyed widget
- do not insert symlink icons in the icon chooser
- use libxfce4ui instead of support library
- drop the python bindings
- use new libtool macros and versions
- remove spec file and rpm build
- silenty save to local application is permission denied to
original file in exo-desktop-item-edit
- support hexadecimal xid and center exo-desktop-item-edit on
parent
- translation updates
++++ fcitx:
- update to 4.2.2
* Can use text as classic UI icon.
* Add more key can be used as hotkey.
* Fixes 536(trayicon),538(enter as submit).
* Make tray icon has a maximum size, so it will looks good under other tray.
++++ kcm-fcitx:
- update to 0.3.2
* Add more X key to Qt key conversion.
++++ fcitx-fbterm:
- update version 0.1.3
* Fix combination key handling.
++++ fcitx-hangul:
- initial package 0.1.0
* Add hangul support.
++++ fcitx-keyboard:
- update to 0.1.2
* Allow to adjust minimum hint trigger length.
* If available, don’t display preedit in input window.
++++ fcitx-m17n:
- update version 0.1.1
* Fix wrong option name.
* If available, don’t display preedit in input window.
++++ fcitx-sunpinyin:
- update to 0.3.5
* Fix issue 538 of saving dict.
++++ kdebase3:
- use udisks-glue instead of devmon; implement check whether it is
already running to avoid multiple instances (in case of relogin)
- partial fix for build with gcc4.7
++++ libxfce4ui:
- update to version 4.9.1
- open docs.xfce.org when Help in xfce4-about is clicked
- cache header icons and avoid large icons in XfceTitledDialog
- restore glade directory information in .pc file
- update translator credits
- a lot of improvements in the shortcuts code
- add Alt + F1 as a shortcut for applications menu
- remove unused code from the internal header widget
- add xfce4-about from xfce-utils package
- use xdt-csource instead of exo-csource, depend on xdt 4.9.0
- update to new xfce4-appfinder commands
- fix build against 3.9 Glade
- add shortcuts for XF86WWW and XF86Mail
- simplify the xfce_gdk_screen_get_active fucntion
- add xfce_dialog_show_help function
- translation updates
- dropped libxfce4ui-fix-shortcut-handling.patch which is not
applicable any more
- split off -tools subpackage
++++ gtk-xfce-engine:
- update to version 2.99.2
- improved menu theming
- theme gtk-tooltip
- scale radio and check boxes
- draw inset border around default button
- changed rendering of GtkSpinButton
- pixel align checkboxes in the Gtk+-3.0 engine
- link against libm (bug #6253)
- added Gtk+-3.0 theming engine
- changed drawing routines to use cairo
++++ usbmuxd:
- Update to version 1.0.8
* Fix possible buffer overflow in libusbmuxd
* Fix detection for Apple TV 2 due to small interface detection bug
* Licensed common/utils.c and common/utils.h under LGPL
* Several bug fixes and improvements in libusbmuxd's device detection and
event handling code
* udev: Set owner to usbmux on device node to make it useable for usbmux user
* function usbmuxd_get_device_by_uuid has been renamed to
usbmuxd_get_device_by_udid
* usbmuxd_device_info_t member uuid been renamed to udid
++++ kiwi:
- Fix ownership issue with persistent tmpdir
At present the script fails if /var/tmp does not exist. Although /var/tmp
should always exist, the new code assures proper handling if this directory
is missing.
- Fix race condition in launch script for openNebula test
At present the test script may cause a condition where the openNebula
infrastructure issues a "[VirtualMachineAllocate] Error allocating a
new virtual machine. Could not get disk image for VM." message. Giving
the system some time to copy the image file eliminates this issue.
++++ thunar:
- update to version 1.3.1
- fix crash when trying to thumbnail a file with unknown content
type
- fix properties dialog crash with files with unknown content
type
- fix crash when hovering a CD drive with a special icon
- use portable abicheck.sh from xfconf
- avoid segfaults due to interpreting display names as format
strings
- improve the UI according to bugs #7496 and #7497
- treat backup files as hidden as with thunar-vfs
- fix crash when opening a mountable drive with no media
in a way that does not break SMB shares
- fix segfaults in case icons are missing or not found
- allow exec bit of MS-DOS executables and MSI to be changed
- prevent falling back to an unexpected locale
- show translated names of desktop files
- fix sorting of filenames with large numbers
- respect ThunarIconFactory::show-thumbnails. Fixes a regression
- fix crash when removing an ancestor of the current folder
- fix handling %U when launching multiple files with an app
- improve sorting of file names that include numbers
- add a "Skip All" button to the file overwrite dialog
- compress icons and images
- remove the manual
- use 32 instead of 36 pixels for small icons
- show Thunar settings in category
- don't update UI more then fourth per second in deep count job
- fix sorting of applications in chooser dialog
- depend on Gtk 2.20 and Glib 2.24 and drop some workarounds
- fix removing custom application launchers again
- prevent looping in some renamers
- fix segfault when plugin returns a NULL suffix
- remove spec file, rpm build and update libtool
- lowercase the thunar executable and install a Thunar symlink
- make the clipboard persistence
- use glib functions for get/set cwd
- don't interpret file display names as format strings
- paste files in correct order
- fix truncated strings when loading and storing emblems
- only erase top-level items from trash
- don't interpret file display names as format strings
- ship stock_folder-copy.png and stock_folder-move.png icons with
Thunar itself
- fix segfault when calling strcasecmp with NULL parameters
- only change the Name field when renaming desktop files
- force desktop file reload after changing the Name field
- fix memory leak caused by not destroying the rename job
- allow installation of helper scripts in a custom location using
the --with-helper-path-prefix=PATH configure option
- improve thumbnailing by avoid sending thumbnail requests while
the user is scrolling in a directory
- cancel thumbnail requests when leaving a directory
- avoid regenerating thumbnails when files are copied, moved,
linked or trashed
- update the thumbnail cache when files are deleted permanently
- translation updates
- drop obsolete thunar-allow-custom-helper-dir.patch
- drop thunar-fix-desktop-files.patch and edit desktop file instead
++++ xfce4-panel:
- update to versio 4.9.1
- Panel: don't destroy window when focussed and Alt+F4 is pressed
- Panel: use new help function to redirect to docs.xfce.org
- Docs: remove mallard documentation
- Docs: don't install the gtkrc README
- Clock: don't use sigval_t
- Panel: add support for pluggable dialogs
- Panel: save changed plugin ids if a plugin failed to load
- Directorymenu: fix prefered app not working without snotify
- Launcher: small=FALSE in deskbar mode with label visible
- Actions: limit size of action buttons to row size
- Panel: removed item size checks
- Clock: fixing clock orientation in vertical/deskbar mode
- Pager: fixing infinite loopin in the WNCK pager aspect ratio
workaround
- Pager: fixing plugin->size updates
- Pager: fixed workspace ordering in the vertical mode
- Pager: workaround for aspect ratio error in WNCK pager in
deskbar mode
- Pager: changing orientation depending on the panel mode
- Clock: changing default value of rotate-vertically to TRUE
- Pager: fixed preprocessor macro
- Pager: removing broken workaround for aspect ratio in deskbar
mode
- Pager: making use of a fixed libwnck version (>=2.31.0)
- revert "Use realtime POSIX timers for the clock."
- revert "Clock: Don't use sigval_t (bug #8297)."
- Launcher: show the desktop file in the tooltip
- Panel: make string in about translatable
- Panel: don't ask for panel when inserting items
- Panel: reply to the caller for plugin events
- Applicationsmenu: fall-back to xfdesktop for
xfce4-popup-applicationsmenu
- Applicationsmenu: recurse application menu selection-done
gignal
- Panel: add (un)lock option to panel menu
- Panel: add confirmation before creating launchers from dnd
- Applicationsmenu: allow non-squared icons in applications
button
- Panel: save plugin-ids when removing and moving items in ed
- Tasklist: bringing back 4.8 max-button-size property
- Tasklist: capping buttons height when button labels are
visible
- Tasklist: reverting "ceil" to "floor" (as in 4.8)
- Actions: query visibility and save as strings
- Panel: add option in preferences dialog to disable struts
- Showdesktop: allow middle-click to shade windows
- Panel: add style property to control size of autohide window
- Panel: make compositing settings insensitive
- Tasklist: add option to disable mouse scrolling
- Tasklist: make the plugin shrink instead of expand
- drop AC_PROG_LIBTOOL and AC_DISABLE_STATIC for LT_PREREQ and
LT_INIT
- Clock: use realtime POSIX timers for the clock
- Actions: merge functionality of xfce4-session plugin
- Applicationmenu: show menu on button-press-event
- Migrate: add version based config migration
- Clock: fix typo in tooltip
- General: add deskbar mode and nrows property to plugins
- General: add small property for plugins
- Separator: remove new line option
- General: make plugins work with deskbar mode and small property
- Panel: change drop highlighting to a red line
- Applicationmenu: reload menu on directory changes
- Panel: make sure the panel has a position on startup
- Panel: work with a unique id for each panel
- Panel: remove autosaving on exit and with timeout
- Panel: only save what is required and when needed
- Docs: update to latest version
- translation updates
- dropped obsolete xfce4-panel-fix-terminal-invocation.patch
++++ libxfce4util:
- update to version 4.9.0
- make licenses static. You can only use
xfce_get_license_text(...)
- remove unused .h files
- remove xfce_strip_context(), use g_strip_context()
- remove XfceDesktopEntry
- don't generate enum types
- only link against glib
- set version string to 4.10
- remove spec file and rpm build
- missing fallback for AC_RUN_IF_ELSE() when cross-compiling
- fix XfceRc group parsing with brackets in name
- reduce XfceRc structure size from from 216 to 176 bytes
- use some macros and drop unneeded strlen's in XfceRc
- use GSList in xfce-resource
- bump verinfo to 6:0:0
- translation updates
++++ xfconf:
- update to version 4.9.0
- use sh as interpreter in tests
- add hook to skip the xfconf tests
- make the abicheck work on Solaris and PPC64
- fix licenses and use new FSF address
- fix compiler warnings on Solaris
- avoid GCC 4.6 compiler warning
- add toggle option to xfconf-query
- remove unusable import and export options from xfconf-query
- translate all error strings in xfconf-query
- cleanup Makefile.am files a bit
- improve --version output in xfconf-query
- cleanup #includes
- drop usage of the G_CONST_RETURN macro
- translation updates
++++ xfce4-session:
- update to version 4.9.0
- add accelerators to logout dialog buttons
- add support for starting assistive technologies
- remove optional dependency for gconf
- remove Xfce4-tips
- remove early xfsettingsd autostart and add it to the session
- fix crash if save timeout for a client is triggered
- add a way to delete sessions
- drop usage of G_CONST_RETURN macro
- add Xft.xrdb, startxfce4, xinit, xfce.desktop and xflock4
files from xfce-utils
- explicitly link to libm where needed
- remove the xfce4-panel logout menu plugin
- don't try to remove the $HOME directory
- remove manual and link to docs.xfce.org
- Show dialog in settings category
- link to gmodule
- improve fadeout code with compositing enabled
- start screensaver with autostart
- support the TryExec key for autostart in the settings dialog
- rework the logout dialog code
- cleanup the power management code
- let xfce4-session handle the dbus-launch checking
- add support for launching xfce4-session in consolekit
- add --with-ck-launch support to startxfce4
- add option to lock the screen on suspend/hibernate
- remove unused icons
- show all applications in autostart
- drop gpg-agent and ssh-agent handling
- translation updates
- dropped xfce4-session-fix-gnome-mode.patch since upstream
provides an improved implementation
- dropped obsolete
xfce4-session-respect-session-save-setting.patch,
xfce4-session-lock-screen-on-suspend-hibernate.patch
- added xfce4-session-adapt-session-script.patch in order to adapt
the upstream sessions script to openSUSE
++++ libzypp:
- Update zypp-po.tar.bz2
++++ mkvtoolnix:
- Update to 5.5.0
* Tag, chapter and segment info XML files supporting more of the
Matroska spec.
* A new mode for "--split" has been implemented that let's you
keep certain ranges and discard others without the need for
temporary files or multiple muxing passes.
- Remove support for openSUSE < 11.4.
- Stop using obsoleted %suse_update_desktop_file.
++++ opengost-fonts:
- Initial package created - 0.2.
++++ pithos:
- Initial build.
- Add pithos-fix-no-sufficient-category-definition.patch: Add
Player to categories in desktop file (lp#976327).
++++ vtk:
- Fix compilation with boost 1.49 and enable boost again
++++ rubygem-tzinfo:
- update to 0.3.33
* Updated to tzdata version 2012c
(http://article.gmane.org/gmane.comp.time.tz/4859).
++++ thunar-volman:
- update to version 0.7.0
- show in correct settings category
- drop thunar-volman-brp-desktop-friendly-icon.patch, not needed
any more
++++ xfce4-appfinder:
- update to version 4.9.4
- add Help button to preferences dialog
- make sure the header icon does not shrink
- set single line label for icon sizes < "small"
- add option to disable the background service
- block maximize and fullscreen in collapsed mode
- chain-up unmap
- start in collapsed mode if xfrun4 symlink is used
- select entry when Ctrl+L is pressed
- quit the mainloop when receiving an exit signal
- avoid xfconf error when closing windows on quit
- add icon view mode and add preferences to set icon sizes
- only show categories with items
- add keybinds to switch modes (Ctrl-1 and Ctrl-2)
- improve reloading of items and directories
- add popup menu to edit, hide and revert desktop files
- add refcount debugging
- remove xfrun from the utility menu
- fix some segfaults
- add option to save custom command matches
- insert and reload history command in model
- change treeview filter prio to avoid window resize
- add left/right navigation to the treeviews
- add a custom completion match function
- use long option, looks better in code completion
- drop usage of new Gdk keycode api
- fix launching in collapsed mode
- don't ignore arguments of the desktop file command
- always allow up/down unless the completion menu is shown
- fix segfault when loading default actions
- rewrite of the the application finder to merge the
functionality of the appfinder as we know it in 4.8 and xfrun4
(start with --collapsed)
- Translation updates
++++ xfce4-dev-tools:
- update to version 4.9.1
- add support for LT_PREREQ
- remove spec file and rpm build target
- do not create a gzip tarball
- never use xdt-autogen in autogen.sh
- fix FSF address and add missing licenses
- don't use -g3 for full debugging
- use pkg-config macro for detection
- port exo-csource to xdt-csource
++++ xfce4-settings:
- update to version 4.9.4
- fix compilation without device property support
- Xfsettingsd: don't set large dpi in xrdb
- include xscreensaver in the manager dialog
- complete theme installation script
- Settings editor: set sensitivity of save button on init
- Xfsettingsd: properly round display refresh rate to find match
- add mime icons in the mime-editor treeview
- store window and column sizes in xfconf
- add cateogry based settings manager
- re-add support for pluggable dialogs and enable them always
- rework settings editor
- clear out keyboard shortcuts before resetting to defaults
- use daemon() for xfsettingsd if available
- hide the xfconfd-already running message completely
- excluded items with NoDisplay=true in the settings dialog
- remove duplicated accelerators
- add theme dnd-installation by dropping in a treeview
- drop AC_LIBTOOL in favor of LT_PREREQ and LT_INIT
- wait for the window manager before setting workspace names
- add option to disable numlock restoring
- add Help button and make existing buttons work with wiki
- add new MIME Type editor
- depend on Gtk+ 2.20 and Glib 2.24
- merge xfce4-settings-helper into xfsettingsd
- add support to xfsettingsd for pointing device properties
- rework the mouse dialog and add support for basic synaptics
and wacom settings
- add option to enable assistive technologies during login
- add fontconfig monitoring
- improved debugging with XFSETTINGSD_DEBUG=1
- updated translation
- dropped obsolete
xfce4-settings-fix-keyboard-shortcut-settings.patch
++++ xfdesktop:
- update to version 4.9.2
- enable pseudo-transparent backgrounds again
- fix menu without desktop icons
- use the preferred file manager when opening folders
- keep the image width to something sensible for
xfdesktop-settings
- change xfdesktop's menu icon to "applications-other"
- prevent multiple instances of xfdesktop from running
- comments in .desktop files are displayed in the tooltip
- get correct workspace size with multimon display
- fix xinerama_stretch not refreshing on all monitors
- added the root menu popup when there are no icons shown on the
desktop
- fix a segfault when tumbler isn't available
- single click option to open items on desktop
- arrange icons on the desktop
- always use gdk_screen_get_monitor_geometry
- stretch background across all monitors setting
- unmounted volumes are semi-transparent
- fix for moving files instead of copy when src isn't writable
- modified xfdesktop_icon_view_drag_drop to allow all selected
files to drag and drop
- backdrop image cycling on a timer
- change to POINTER_MOTION_HINT_MASK & use
gdk_event_request_motions
- icon positions are saved/restored per resolution
- fix for shift + drag selections
- display correct trash icon on menu & desktop
- adds the code required to perform a paste on the on the
desktop
- thumbnail desktop icon previews using tumblerd
- added a check for GDK_GRAB_INVALID_TIME in
xfdesktop_popup_grab_available to mitigate slow menu popups on
a right mouse click
- right-click Drag and Drop
- show dialog in settings category
- remove docs and link to wiki
- drop AC_PROG_LIBTOOL for LT_PREREQ and LT_INIT
- fix moving files to the desktop with shift & drag
- fix some compiler warnings
- fix window actions on minimised windows' icons
- fix creation of empty file from template menu
- fix potential crash in xfdesktop-settings
- retrieve the translated desktop file name
- fix crash on focus in when items are selected
- properly invalidate tooltips on file changes
- fix crash when cancelling a file download
- implement open and empty actions for the trash
- implement monitoring for special file icons like the trash
- scroll to the selected background in the settings
- support absolute icon paths in desktop files
- handle volume changes in a timeout
- make sure the background is reloaded on compositing changes
- use Name field as display name of desktop files
++++ xfwm4:
- update to version 4.9.0
- add tiling feature
- navigate with arrows in task switcher
- show dialogs in settings category
- do not cancel pending focus transition and use actual
meaningful timestamp to avoid setting focus on wrong window in
focus follow mouse
- remove docbook documentation
- remove older themes from main package (moved to xfwm4-themes
now)
- add patch for themeable tab-window
- use themeable icons for the settings manager and the menu,
rework the default icons for the settings manager and the
window menu and add SVG version
- reintroduce the double-click timeout
- drop AC_PROG_LIBTOOL in favor of LT_PREREQ and LT_INIT
- simply double click detection logic
- add special icons for the button layout in settings
- remove some XFlush() calls
- upon restart, restore the previous selected workspace
- improve horizontal/vertical maximization toggle so that
de-maximizing in either direction while fully maximized gives
the expected maximization result
- change the default theme to differentiate from 4.8
- update mouse cursor theme and size dynamically
- optimize transients for group evaluation while withdrawing#
windows
- increase timeout for other WM to exit with "--replace",
- rework focus and fullscreen windows to make xfwm4 simpler and
more predictable
- get rid or of old GNOME 1.x protocol
- get rif of legacy fullscreen emulation
- translation updates
++++ zypper:
- Update zypper-po.tar.bz2
------------------------------------------------------------------
------------------ 2012-4-7 - Apr 7 2012 -------------------
------------------------------------------------------------------
++++ banshee-community-extensions:
- Update to version 2.4.0:
+ New extension:
- FolderSync: Copy and synchronize tracks from playlists into
specified folders
+ Enhancements:
- AlbumArtWriter:
. Allow forcing a copy of the album art into the album
folders
. Add configuration of the name and the type of the image
file
- DuplicateSongDetector: Use a more aggressive algorithm for
detecting duplicates
+ Bug fixes, including:
- DuplicateSongDetector: Fix bug causing the window to be blank
- Karaoke:
. Don't change the visual style of the lyrics
. Disable keybindings in the context pane
- LiveRadio:
. Fix crash when updating the genre list
. Disable non-functional plugins: shoutcast, magnatune,
realradios
. Fix crash when live365 session stream cannot be retrieved
. Fix crash when clicking multiple genres quickly
(bgo#662794)
- Lyrics: Use HTTP proxy management provided by Banshee
(bgo#664710)
- Telepathy: Fix dllmap for cross-architecture support
- Change versioned Obsoletes from <= to < now that we have a new
version.
- Create banshee-extension-folder-sync subpackage for new
extension.
++++ cantarell-fonts:
- Added xz to the list of BuildRequire-ments
++++ gimp:
- Update license from GPL-2.0+ to GPL-3.0+, following upstream
change.
- Completely drop HAL-related packaging since it is now gone
upstream:
+ Remove build_hal macro
+ Remove optional hal-devel BuildRequires.
+ Remove optional gimp-module-hal subpackage.
+ Note that we already have a Obsoletes for gimp-module-hal.
- Add pkgconfig(gudev-1.0) BuildRequires for the new gudev input
module.
- Add ghostscript-devel, ghostscript-library, libbz2-devel,
libjasper-devel, pkgconfig(atk), pkgconfig(xcursor)
BuildRequires: new dependencies upstream.
+ Note about ghostscript-library: ideally, we'd avoid listing it
explicitly, but in OBS, ghostscript-mini is preferred by
default, but it is not enough for gimp.
- Add explicit pkgconfig(gdk-pixbuf-2.0) BuildRequires so it can be
versioned.
- Add explicit libjpeg-devel, xorg-x11-libXpm-devel, zlib-devel
BuildRequires: they were missing before.
- Add libxslt-tools BuildRequires (or libxslt-devel on versions of
openSUSE <= 12.1) to have xsltproc installed.
- Add fdupes BuildRequires and use %fdupes in %install to avoid
duplicated files.
- Change gimp-doc Obsoletes in devel subpackage from <= to < to
avoid rpmlint warning about self-obsoletion.
++++ hdjmod:
- Fixed build on SLE 11 SP 2
++++ kwebkitpart:
- Translation update
++++ vcdimager:
- Update to 0.7.24cvs to fix build with libcdio-0.83
- See ChangeLog for upstream changes.
++++ lightdm-gtk-greeter:
- initial packaging
- initial packaging
++++ plplot:
- Update lapack buildrequires in keeping with lapack package
naming changes in devel project; enables building on openSUSE
12.1 and 11.4 again.
++++ texmaker:
- Update to version 3.3.3:
+ New Features:
- A light session management has been added
- In the pdf viewer, the horizontal position is restored after
compilation and the zoom factor is restored after a restart
of texmaker
- It is now possible to modify a "user tag"
- User tags can now be reordered by dragging items
- Us english dictionary has been added
- @electronic has been added to the bibliography items
detection
+ Bugs fixed:
- The bad detection of the path of a file displayed in the
log panel has been fixed
- The # parameter is no more used if okular is used as pdf
viewer
- Shift(ctrl)+Ins doesn't anymore set the editor to overwrite
mode
- A bug about the number of copies while printing a pdf has
been fixed
++++ xfdesktop:
- added xfdesktop-fix-slow-popup-menu.patch which adds a check for
GDK_GRAB_INVALID_TIME in xfdesktop_popup_grab_available to
mitigate slow menu popups on a right mouse click (bnc#669768,
bxo#7172)
------------------------------------------------------------------
------------------ 2012-4-6 - Apr 6 2012 -------------------
------------------------------------------------------------------
++++ apparmor:
- fix dnsmasq profile (bnc#738905)
++++ automake:
- Update to 1.11.4
* WARNING - future backward-incompatibilities:
- The support for the "obscure" multilib feature has been deprecated,
and will be moved out of the automake core in the next major Automake
release (1.12).
- The support for ".log -> .html" conversion and the check-html and
recheck-html targets will be removed in the next major Automake
release (1.12).
- The obsolescent AM_WITH_REGEX macro has been deprecated (since the
GNU rx library has been decommissioned), and will be removed in the
next major Automake release (1.12).
- The `lzma' compression format for distribution archives has been
deprecated in favor of `xz' and `lzip', and will be removed in the
next major Automake release (1.12).
- The `--acdir' option of aclocal is deprecated, and will probably be
removed in the next major Automake release (1.12).
- The exact order in which the directories in the aclocal macro
search path are looked up is probably going to be changed in the
next Automake release (1.12).
- The Automake support for automatic de-ANSI-fication will be removed
in the next major Automake release (1.12).
- Starting from the next Automake release (1.12), warnings in the
`extra-portability' category will be enabled by `-Wall' (right now,
one has to use `-Wextra-portability' explicitly).
* Misc changes:
- The 'ar-lib' script now ignores the "s" (symbol index) and "S" (no
symbol index) modifiers as well as the "s" action, as the symbol index
is created unconditionally by Microsoft lib. Also, the "q" (quick)
action is now a synonym for "r" (replace). Also, the script has been
ignoring the "v" (verbose) modifier already since Automake 1.11.3
- When the 'compile' script is used to wrap MSVC, it now accepts an
optional space between the -I, -L and -l options and their respective
arguments, for better POSIX compliance
- There is an initial, experimental support for automatic dependency
tracking with tcc (the Tiny C Compiler). Its associated depmode is
currently recognized as "icc" (but this and other details are likely
to change in future versions)
- Automatic dependency tracking now works also with the IBM XL C/C++
compilers, thanks to the new new depmode 'xlc'
* Bugs fixed:
- A definition of 'noinst_PYTHON' before 'python_PYTHON' (or similar)
don't cause spurious failures upon "make install" anymore
- The user can now instruct the 'uninstall-info' rule not to update
the '${infodir}/dir' file by exporting the environment variable
'AM_UPDATE_INFO_DIR' to the value "no". This is done for consistency
with how the 'install-info' rule operates since automake 1.11.2.
* Long standing bugs:
- It is now possible for a foo_SOURCES variable to hold Vala sources
together with C header files, as well as with sources and headers for
other supported languages (e.g., C++). Previously, only mixing C and
Vala sources was supported
- If "aclocal --install" is used, and the first directory specified with
'-I' is non-existent, aclocal will now create it before trying to copy
files in it
- An empty declaration of a "foo_PRIMARY" don't cause anymore the
generated install rules to create an empty $(foodir) directory;
for example, if Makefile.am contains something like:
pkglibexec_SCRIPTS =
if FALSE
pkglibexec_SCRIPTS += bar.sh
endif
the $(pkglibexec) directory will not be created upon "make install".
- Changes from 1.11.3
- Automake's own build system is more silent by default, making use of
the 'silent-rules' option
- The master copy of the `gnupload' script is now maintained in gnulib,
not in automake
- The `missing' script doesn't try to wrap calls to `tar' anymore
- "make dist" doesn't wrap `tar' invocations with the `missing' script
anymore. Similarly, the obsolescent variable `$(AMTAR)' (which you
shouldn't be using BTW ;-) does not invoke the missing script anymore
to wrap tar, but simply invokes the `tar' program itself
- "make dist" can now create lzip-compressed tarballs
- In the Automake info documentation, the Top node and the nodes about
the invocation of the automake and aclocal programs have been renamed;
now, calling "info automake" will open the Top node, while calling
"info automake-invocation" and "info aclocal-invocation" will access
the nodes about the invocation of respectively automake and aclocal
- Automake is now distributed as a gzip-compressed and an xz-compressed
tarball. Previously, bzip2 was used instead of xz
- The last relics of Python 1.5 support have been removed from the
AM_PATH_PYTHON macro
- For programs and libraries, automake now detects EXTRA_foo_DEPENDENCIES
and adds them to the normal list of dependencies, but without
overwriting the foo_DEPENDENCIES variable, which is normally computed
by automake
* Bugs fixed:
- Automake now correctly recognizes the prefix/primary combination
`pkglibexec_SCRIPTS' as valid
- The parallel-tests harness doesn't trip anymore on sed implementations
with stricter limits on the length of input lines (problem seen at
least on Solaris 8)
* Long standing bugs:
- The "deleted header file problem" for *.am files is avoided by stub
rules. This allows `make' to trigger a rerun of `automake' also if
some previously needed `.am' file has been removed
- The `silent-rules' option now generates working makefiles even
for the uncommon `make' implementations that do not support the
nested-variables extension to POSIX 2008. For such `make'
implementations, whether a build is silent is determined at
configure time, and cannot be overridden at make time with
`make V=0' or `make V=1'
- Vala support now works better in VPATH setups
- Changes from 1.11.2
* Changes to aclocal:
- The `--acdir' option is deprecated. Now you should use the new options
`--automake-acdir' and `--system-acdir' instead.
- The `ACLOCAL_PATH' environment variable is now interpreted as a
colon-separated list of additional directories to search after the
automake internal acdir (by default ${prefix}/share/aclocal-APIVERSION)
and before the system acdir (by default ${prefix}/share/aclocal).
* Misc changes:
- The Automake support for automatic de-ANSI-fication has been
deprecated. It will probably be removed in the next major Automake
release (1.12).
- The `lzma' compression scheme and associated automake option `dist-lzma'
is obsoleted by `xz' and `dist-xz' due to upstream changes.
- You may adjust the compression options used in dist-xz and dist-bzip2.
The default is now merely -e for xz, but still -9 for bzip; you may
specify a different level via the XZ_OPT and BZIP2 envvars respectively.
E.g., "make dist-xz XZ_OPT=-7" or "make dist-bzip2 BZIP2=-5"
- The `compile' script now converts some options for MSVC for a better
user experience. Similarly, the new `ar-lib' script wraps Microsoft lib.
- The py-compile script now accepts empty arguments passed to the options
`--destdir' and `--basedir', and complains about unrecognized options.
Moreover, a non-option argument or a special `--' argument terminates
the list of options.
- A developer that needs to pass specific flags to configure at "make
distcheck" time can now, and indeed is advised to, do so by defining
the developer-reserved makefile variable AM_DISTCHECK_CONFIGURE_FLAGS,
instead of the old DISTCHECK_CONFIGURE_FLAGS.
The DISTCHECK_CONFIGURE_FLAGS variable should now be reserved for the
user; still, the old Makefile.am files that used to define it will
still continue to work as before.
- New macro AM_PROG_AR that looks for an archiver and wraps it in the new
'ar-lib' auxiliary script if the selected archiver is Microsoft lib.
This new macro is required for LIBRARIES and LTLIBRARIES when automake
is run with -Wextra-portability and -Werror.
- When using DejaGnu-based testsuites, the user can extend the `site.exp'
file generated by automake-provided rules by defining the special make
variable `$(EXTRA_DEJAGNU_SITE_CONFIG)'.
- The `install-info' rule can now be instructed not to create/update
the `${infodir}/dir' file, by exporting the new environment variable
`AM_UPDATE_INFO_DIR' to the value "no".
* Bugs fixed:
- When the parallel-tests driver is in use, automake now explicitly
rejects invalid entries and conditional contents in TEST_EXTENSIONS,
instead of issuing confusing and apparently unrelated error messages
(e.g., "non-POSIX variable name", "bad characters in variable name",
or "redefinition of TEST_EXTENSIONS), or even, in some situations,
silently producing broken `Makefile.in' files
- The `silent-rules' option now truly silences all compile rules, even
when dependency tracking is disabled. Also, when `silent-rules' is
not used, `make' output no longer contains spurious backslash-only
lines, thus once again matching what Automake did before 1.11.
- The AM_COND_IF macro also works if the shell expression for the
conditional is no longer valid for the condition.
* Long standing bugs:
- The order of Yacc and Lex flags is fixed to be consistent with other
languages: $(AM_YFLAGS) comes before $(YFLAGS), and $(AM_LFLAGS) before
$(LFLAGS), so that the user variables override the developer variables.
- "make distcheck" now correctly complains also when "make uninstall"
leaves one and only one file installed in $(prefix).
- A "make uninstall" issued before a "make install", or after a mere
"make install-data" or a mere "make install-exec" does not spuriously
fail anymore.
- Automake now warns about more primary/directory invalid combinations,
such as "doc_LIBRARIES" or "pkglib_PROGRAMS".
- Rules generated by Automake now try harder to not change any files when
`make -n' is invoked. Fixes include compilation of Emacs Lisp, Vala, or
Yacc source files and the rule to update config.h.
- Several scripts and the parallel-tests testsuite driver now exit with
the right exit status upon receiving a signal.
- A per-Makefile.am setting of -Werror does not erroneously carry over
to the handling of other Makefile.am files.
- The code for automatic dependency tracking works around a Solaris
make bug triggered by sources containing repeated slashes when the
`subdir-objects' option was used.
- The makedepend and hp depmodes now work better with VPATH builds.
- Java sources specified with check_JAVA are no longer compiled for
"make all", but only for "make check".
- An usage like "java_JAVA = foo.java" will now cause Automake to warn
and error out if `javadir' is undefined, instead of silently producing
a broken Makefile.in.
- aclocal and automake now honour the configure-time definitions of
AUTOCONF and AUTOM4TE when they spawn autoconf or autom4te processes.
- The `install-info' recipe no longer tries to guess whether the
`install-info' program is from Debian or from GNU, and adaptively
change its behaviour; this has proven to be frail and easy to
regress.
++++ autossh:
- added insserv_cleanup macro
- added SysV-style initscript and configuration file fillup template
++++ banshee:
- Uncomment pkgconfig() BuildRequires for UPnP support: mono.ssdp,
mono.upnp, mono.upnp.dcp.mediaserver1. The pkg-config files
related to mono-upnp package are now fixed.
++++ calibre:
- added Patch calibre-no-update.diff for disabling Autoupdate Searcher
- update to 4.8.46
- New Features:
* Auto adding: When automatically adding files from a folder,
automatically convert the files to the current output format after
adding. This can be turned off via Preferences->Adding
Books->Automatic Adding.
* E-book viewer: When reading a MOBI file that is actually a KF8 book,
show the format as being KF8
* Content server: Workaround for android stock browser not support HTTP
AUTH.
* Edit metadata dialog: Change the remove unused series button to a
* clear series button (as the remove unused series function is now
automatic)
* Driver for PocketBook 622.
- Bug Fixes:
* Run metadata downloads in a separate process to workaround memory
leaks in third party plugins. Also removes the need to break up bulk
metadata downloads into 100 book batches.
* Make tag browser filtering work when capital letters are entered.
* EPUB metadata: Ignore urn:isbn: prefix from ISBN declaration when
reading metadata
* Get books: Fix feedbooks store not showing all available formats
* KF8 Input: When the KF8 book has no metadata ToC, try to extract the
ToC from the HTML instead.
* Fix regression that broke access to Preferences via the Preferences
item in the calibre menu on OS X
* Fix bug that ignored metadata specified on the command line when using
calibredb add
++++ chromium:
- Update to 20.0.1094.0
Fixes:
* Other Devices menu shows last update time for other sessions,
and allows sessions to be hidden using a context menu.
* Fix sync issue with sessions (open tabs) triggering an
unrecoverable error.
* Fixed Sync/Apps: NTP apps icons missing after sync.
[Issue: 117857]
* Fixed bookmarks drag-n-drop in Bookmark Manager.
[Issue: 118715]
Security Fixes:
* Medium CVE-2011-3066: Out-of-bounds read in Skia clipping.
* Medium CVE-2011-3067: Cross-origin iframe replacement.
* High CVE-2011-3068: Use-after-free in run-in handling.
* High CVE-2011-3069: Use-after-free in line box handling.
* High CVE-2011-3070: Use-after-free in v8 bindings.
* High CVE-2011-3071: Use-after-free in HTMLMediaElement.
* Low CVE-2011-3072: Cross-origin violation parenting pop-up
window.
* High CVE-2011-3073: Use-after-free in SVG resource handling.
* Medium CVE-2011-3074: Use-after-free in media handling.
* High CVE-2011-3075: Use-after-free applying style command.
* High CVE-2011-3076: Use-after-free in focus handling.
* Medium CVE-2011-3077: Read-after-free in script bindings.
++++ ecryptfs-utils:
- patch so ecryptfs-setup-swap executes boot.crypto
++++ empathy:
- Update to version 3.4.0.2:
+ Bring back the "Previous conversations" menu item which had
been accidentally removed.
+ Fix build with --enable-empathy-av.
++++ evolution-rss:
- Update to version 0.3.91:
+ Additional fixes for compatibility with evolution 3.4.
+ Fix memory leaks.
- Drop evolution-rss-evo-3.4.patch: fixed upstream.
- Remove gnome-common BuildRequires and call to gnome-autogen.sh,
that were only needed for above patch.
++++ gimp:
- Update to 2.8.0-RC1:
+ User Interface:
- Single-Window Mode
- Multi-Column Dock Windows
- More Screen Real Estate For Dockable Dialogs
- Save And Export
- Layer Groups
- Tools Drawn With Cairo
- On-Canvas Text Editing
- Keyboard Shortcut Changes
- Simple Math In Size Entries
+ Tools & Plug-ins:
- Brush System Improvements
- Tool Preset Improvements
- Cage Transform Tool
- File Plug-Ins
- For Tablet Users
- Resource Tagging
+ Miscellaneous:
- Enhancements to scripting abilities
- API changes
+ For detailed changes, see NEWS file and
http://www.gimp.org/release-notes/gimp-2.7.html
++++ glibc:
- Disable building with as-needed since it breaks glibc
(testsuite will fail, even if testsuite does not use as-needed)
++++ glibc:
- Disable building with as-needed since it breaks glibc
(testsuite will fail, even if testsuite does not use as-needed)
++++ glipper:
- Update to version 2.3. Changes since version 1.0 include:
+ Remove GNOME applet and use app indicator or status icon.
+ Get rid of many dependencies.
+ Various fixes.
- Complete change BuildRequires following move from autotools to
python-distutils:
+ Removed: gnome-doc-utils-devel, gnome-python-desktop,
gtk2-devel, python-crypto, python-devel, python-gtk-devel,
python-gnome-devel.
+ Added: python-base, python-distutils-extra.
- Add hicolor-icon-theme BuildRequires for directory ownership and
definition of %icon_theme_cache_* macros.
- Add update-desktop-files BuildRequires for
%suse_update_desktop_file.
- Remove now unneeded devel subpackage and add Obsoletes for it to
main package.
- Remove now unneeded gnome-python-desktop and python-gnome
Requires.
- Add new Requires and Recommends, following upstream
recommendations:
+ Requires: python-gobject2, python-keybinder, python-xdg.
+ Recommends: python-appindicator, python-crypto, python-prctl.
- Change %build and %install to use python-distutils commands, and
fix debian-ism in installation of gconf schemas.
- Update summary and description.
- Make package noarch.
++++ gromit:
- Add gromit-link-x11.patch: explicitly link to libX11 and libm to
fix build.
++++ gtk-recordMyDesktop:
- Replace License tag with spdx identifier (GPL-2.0+).
++++ kernel-debug:
- Update AppArmor for 3.4.
- apparmor: Add "profiles" list to sysfs.
- commit 59517ac
++++ kernel-default:
- Update AppArmor for 3.4.
- apparmor: Add "profiles" list to sysfs.
- commit 59517ac
++++ kernel-desktop:
- Update AppArmor for 3.4.
- apparmor: Add "profiles" list to sysfs.
- commit 59517ac
++++ kernel-source:
- Update AppArmor for 3.4.
- apparmor: Add "profiles" list to sysfs.
- commit 59517ac
++++ kernel-docs:
- Update AppArmor for 3.4.
- apparmor: Add "profiles" list to sysfs.
- commit 59517ac
++++ kernel-ec2:
- Update AppArmor for 3.4.
- apparmor: Add "profiles" list to sysfs.
- commit 59517ac
++++ kernel-pae:
- Update AppArmor for 3.4.
- apparmor: Add "profiles" list to sysfs.
- commit 59517ac
++++ kernel-syms:
- Update AppArmor for 3.4.
- apparmor: Add "profiles" list to sysfs.
- commit 59517ac
++++ kernel-trace:
- Update AppArmor for 3.4.
- apparmor: Add "profiles" list to sysfs.
- commit 59517ac
++++ kernel-vanilla:
- Update AppArmor for 3.4.
- apparmor: Add "profiles" list to sysfs.
- commit 59517ac
++++ kernel-xen:
- Update AppArmor for 3.4.
- apparmor: Add "profiles" list to sysfs.
- commit 59517ac
++++ lightdm:
- update to version 1.2.0
- new major release, please see the included NEWS for a detailed
list of changes
- dropped lightdm-desktop-session-env-pam.patch since
DESKTOP_SESSION is now in the PAM environment before
pam_open_session() is called
- dropped lightdm-remove-xauthority-ownership-fix.patch since the
code has been removed by upstream
- dropped lightdm-call-g_thread_init-conditionally.patch since the
problem has been fixed by upstream
- removed lightdm-gtk-greeter and lightdm-qt-greeter which are now
separate projects
++++ raptor:
- Update to v2.0.7
* CVE-2012-0037 fixed (bnc#745298)
* Removed Expat support
* Removed internal Unicode NFC code for better and optional ICU
* Added options for denying file requests and XML entity loading
* Added options for SSL certificate verifying
++++ libreoffice:
- disable ccache; does not make sense for clean build; saves 1GB on the disk
- hard link binaries in the build tree; it might save several GBs on the disk
and is faster
- clean up configure switches:
* move switches from SUSE*.conf to spec files
* use --with-system-headers and --with-system-libs to prefer system
stuff over internal copies
* use --without-system- only for stuff that is not packaged
or not patched in the SUSE distribution, for example libvisio,
redland, mythes
* bin not longer existing options
- use system libwpd, libwpg, libwps, librsvg, vigra on openSUSE >= 11.4
- remove unused sablot-devel, xalan-j2, xerces-j2, xml-commons-apis
from BuildRequires and Requires
- remove some %if sections for not longer supported openSUSE < 11.1
- update license tag: added BSD-4-Clause, SUSE-Public-Domain, W3C
++++ libreoffice:
- disable ccache; does not make sense for clean build; saves 1GB on the disk
- hard link binaries in the build tree; it might save several GBs on the disk
and is faster
- clean up configure switches:
* move switches from SUSE*.conf to spec files
* use --with-system-headers and --with-system-libs to prefer system
stuff over internal copies
* use --without-system- only for stuff that is not packaged
or not patched in the SUSE distribution, for example libvisio,
redland, mythes
* bin not longer existing options
- use system libwpd, libwpg, libwps, librsvg, vigra on openSUSE >= 11.4
- remove unused sablot-devel, xalan-j2, xerces-j2, xml-commons-apis
from BuildRequires and Requires
- remove some %if sections for not longer supported openSUSE < 11.1
- update license tag: added BSD-4-Clause, SUSE-Public-Domain, W3C
++++ libreoffice-help-group1:
- clean up configure switches:
* move switches from SUSE*.conf to spec files
* use --with-system-headers and --with-system-libs to prefer system
stuff over internal copies
* use --without-system- only for stuff that is not packaged
or not patched in the SUSE distribution, for example libvisio,
redland, mythes
* bin not longer existing options
- build zip-3.0 only for openSUSE < 11.4
- add patches for the extra zip-3.0 from the last zip package
- make sure that parallel build is used for dmake and GNU make
build parts
++++ libreoffice-help-en-US:
- clean up configure switches:
* move switches from SUSE*.conf to spec files
* use --with-system-headers and --with-system-libs to prefer system
stuff over internal copies
* use --without-system- only for stuff that is not packaged
or not patched in the SUSE distribution, for example libvisio,
redland, mythes
* bin not longer existing options
- remove unused python-devel from BuildRequires
- build zip-3.0 only for openSUSE < 11.4
- add patches for the extra zip-3.0 from the last zip package
- make sure that parallel build is used for dmake and GNU make
build parts
++++ libreoffice-help-group2:
- clean up configure switches:
* move switches from SUSE*.conf to spec files
* use --with-system-headers and --with-system-libs to prefer system
stuff over internal copies
* use --without-system- only for stuff that is not packaged
or not patched in the SUSE distribution, for example libvisio,
redland, mythes
* bin not longer existing options
- build zip-3.0 only for openSUSE < 11.4
- add patches for the extra zip-3.0 from the last zip package
- make sure that parallel build is used for dmake and GNU make
build parts
++++ libreoffice-help-group3:
- clean up configure switches:
* move switches from SUSE*.conf to spec files
* use --with-system-headers and --with-system-libs to prefer system
stuff over internal copies
* use --without-system- only for stuff that is not packaged
or not patched in the SUSE distribution, for example libvisio,
redland, mythes
* bin not longer existing options
- build zip-3.0 only for openSUSE < 11.4
- add patches for the extra zip-3.0 from the last zip package
- make sure that parallel build is used for dmake and GNU make
build parts
++++ libreoffice-help-group4:
- clean up configure switches:
* move switches from SUSE*.conf to spec files
* use --with-system-headers and --with-system-libs to prefer system
stuff over internal copies
* use --without-system- only for stuff that is not packaged
or not patched in the SUSE distribution, for example libvisio,
redland, mythes
* bin not longer existing options
- build zip-3.0 only for openSUSE < 11.4
- add patches for the extra zip-3.0 from the last zip package
- make sure that parallel build is used for dmake and GNU make
build parts
++++ libreoffice-help-group5:
- clean up configure switches:
* move switches from SUSE*.conf to spec files
* use --with-system-headers and --with-system-libs to prefer system
stuff over internal copies
* use --without-system- only for stuff that is not packaged
or not patched in the SUSE distribution, for example libvisio,
redland, mythes
* bin not longer existing options
- build zip-3.0 only for openSUSE < 11.4
- add patches for the extra zip-3.0 from the last zip package
- make sure that parallel build is used for dmake and GNU make
build parts
++++ v8:
- Update to 3.10.0.5
* Fixed store IC writability check in strict mode
(Chromium issue 120099).
* Resynchronize timers if the Windows system time was changed.
(Chromium issue 119815)
* Removed "-mfloat-abi=hard" from host compiler cflags when
building for hardfp ARM
* Fixed edge case for case independent regexp character classes
(issue 2032).
* Reset function info counters after context disposal.
(Chromium issue 117767, V8 issue 1902)
* Fixed missing write barrier in CopyObjectToObjectElements.
(Chromium issue 119926)
* Fixed missing bounds check in HasElementImpl.
(Chromium issue 119925)
++++ open-vm-tools:
- Update to version 8.8.2:
+ Updated code for compatibility with newer Linux kernel
releases.
+ Minor tweaks in Unity and Resolution set plugins
- Drop vmhgfs-2011.12.20.patch: fixed upstream.
++++ libzeitgeist:
- Update to version 0.3.18:
+ Added missing Result Type constant (*CurrentUri and
* EventOrigin)
+ Now async functions fail instead of lingering indefinitely if
Zeitgeist isn't available
++++ man-pages:
- amend netlink.7 man page [bnc#754611]
++++ mono-upnp:
- Update to versions 0.1.1:
+ Fix crash when handling client service removal
- Fix autoreconf so that expansions.m4 is found; otherwise,
pkg-config files are broken because of a non-substituted
variable.
++++ nautilus-image-converter:
- Add nautilus-image-converter-git.patch to update to git version:
+ Port to Gtk3/GNOME3.
+ Build fixes.
- Changes from version 0.3.0:
+ Port to Nautilus 2.21 / GIO.
+ Updated translations.
- Drop nautilus-image-converter-0.2.1-extensiondir.patch: fixed
upstream.
- Change gtk2-devel BuildRequires to gtk3-devel: code was ported to
GNOME 3 technologies.
- Remove gnome-vfs2-devel and libglade2-devel BuildRequires: code
was ported to GNOME 3 technologies.
- Add gnome-common BuildRequires and change autoreconf call to
gnome-autogen.sh, to enable proper use of
nautilus-image-converter-git.patch.
- Change Requires of lang subpackage to Recommends.
- Remove nautilus Requires: the automatic Requires on the nautilus
library is enough.
++++ nini:
- Fix pkg-config file generated in %build to reference the full
path for Nini.dll in Libs. Else, it's useless.
++++ patch:
- patch-revert-e0f70752.patch: Revert broken upstream commit
(bnc#755136).
++++ pidgin-guifications:
- Create a pidgin-plugin-guifications subpackage, for consistency
with other pidgin plugins.
- Replace License tag with spdx identifier (GPL-2.0+).
++++ python-psycopg2:
- Update to 2.4.5:
* The close() methods on connections and cursors don't raise exceptions
if called on already closed objects.
* Fixed fetchmany() with no argument in cursor subclasses
(ticket #84).
* Use lo_creat() instead of lo_create() when possible for better
interaction with pgpool-II (ticket #88).
* Error and its subclasses are picklable, useful for multiprocessing
interaction (ticket #90).
* Better efficiency and formatting of timezone offset objects thanks
to Menno Smits (tickets #94, #95).
* Fixed 'rownumber' during iteration on cursor subclasses.
Regression introduced in 2.4.4 (ticket #100).
* Added support for 'inet' arrays.
* Fixed 'commit()' concurrency problem (ticket #103).
* Codebase cleaned up using the GCC Python plugin's static analysis
tool, which has revealed several unchecked return values, possible
NULL dereferences, reference counting problems. Many thanks to David
Malcolm for the useful tool and the assistance provided using it.
++++ python-requests:
- Update to 0.11.1:
* POST redirects now break RFC to do what browsers do: Follow up with a GET.
* New strict_mode configuration to disable new redirect behavior.
- 0.11.0 (2012-03-14)
* Private SSL Certificate support
* Remove select.poll from Gevent monkeypatching
* Remove redundant generator for chunked transfer encoding
* Fix: Response.ok raises Timeout Exception in safe_mode
++++ python-veusz:
- Update to version 1.15 (for complete list of changes please see
http://home.gna.org/veusz/releasenotes/1.15.txt):
+ Major changes:
- Improved hatching
- Added options to extend axes by 2, 5, 10 and 15% of data
range
- Full screen graph view mode
- Ctrl+MouseWheel zooms in and out of plot
- New dataset plugins: Linear interpolation, Cumulative value,
Rolling average, Subtract mean / minimum
- Allow grid widgets to be placed in grid widgets
- Allow multiple datasets to be selected in dataset browser
- Allow tagging of datasets and allow datasets be grouped by
tags in dataset browser
- Allow text to be written as text in SVG, rather than curves
- Add DBus interface to program, if DBus is installed
- 2D QDP support
- Add title option for keys.
+ Bug fixes:
- Use / rather than \ for path separator in saved file names
- Trap case where nan values could be plotted
- Fix error if website not accessible in exception dialog
- Crash when min and max of axes are too similar
- Fix clipping of paths after transform in SVG files
- Fix crash in picker
- Fix crash if duplication of characters in CSV date format
- Fix crash in tool tip in dataset browser
- Fix GlobalColor error (on certain dark color sets)
- Fix blocked data import if no descriptor
- Fix crash if log contours and minimum is zero
- Bug fix https://bugzilla.redhat.com/show_bug.cgi?id=800196.
+ Several minor fixes.
++++ recordmydesktop:
- Replace License tag with spdx identifier (GPL-2.0).
++++ telepathy-gabble:
- Update to version 0.16.0:
+ Install plugins in their own special (versioned) gabble
directory so we're not installing unversioned ABI-unstable
libraries.
+ The DownloadAtConnection and Download ContactList members have
been implemented.
+ Handle errors in IBB bytestreams (fdo#47999).
++++ uget:
- Update to version 1.8.1:
+ Avoid problem with file size larger than 2GB in 32bit systems.
+ Fix build failure on gtk 3.3
+ Change aria2 default arguments from --enable-xml-rpc to
- -enable-rpc
+ Updated translations.
- Only apply uget-gtk-deprecation.patch for gtk3.
++++ zeroinstall-injector:
- Updated to 1.7. For a list of changes see:
http://thread.gmane.org/gmane.comp.file-systems.zero-install.devel/5493
------------------------------------------------------------------
------------------ 2012-4-5 - Apr 5 2012 -------------------
------------------------------------------------------------------
++++ apper:
- rename the apper kcm to distiguish it from YAST software management
(bnc#664083)
++++ autossh:
- a ssh connection watch daemon
++++ baobab:
- Update to version 3.4.1:
+ Fix a problem with chart tooltips
+ Updated translations.
++++ bash:
- Remove not required patch (was a fix for bnc#141394) which now
cause a wrong behaviour if applied (bnc#755453)
++++ scout:
- scout.spec: minor cleanup.
++++ e2fsprogs:
- SPARC: avoid retention of libquota.a
- Remove redundant tags/sections from specfile
++++ empathy:
- Update to version 3.4.0.1:
+ Fix calls logging.
+ Create notification when someone mention the user on IRC
(bgo#652800)
+ Bugs fixed: bgo#670601, bgo#672560, bgo#672561, bgo#672796,
bgo#672839, bgo#673030, bgo#673046, bgo#673141, bgo#673162,
bgo#673444, bgo#673451, bgo#673480.
+ Updated translations.
++++ filezilla:
- add filezilla-3.5.3-buildinfo-no-date.patch
fixing W: file-contains-date-and-time
++++ ghostscript:
- Removed BuildRequires docbook-toys which is not needed
(db2ps and db2pdf called in ijs/Makefile.am to make ijs_spec.ps
and ijs_spec.pdf but neither of them is made - both are
provided in the sources) but docbook-toys pulls in packages
like texlive-bin-jadetex and texlive-jadetex which needlessly
blow up the build system.
++++ glibc:
- Another fix for dynamic linking.
- Properly fix dl_lookup_x crash (glibc-fix-noload.patch), disable
glibc-fix-lookup-crash.patch.
++++ glibc:
- Another fix for dynamic linking.
- Properly fix dl_lookup_x crash (glibc-fix-noload.patch), disable
glibc-fix-lookup-crash.patch.
++++ go:
- spec/go.sh/macros
change install location of third party libs to $GOROOT/contrib
add $GOROOT/contrib as the last location in users $GOPATH
- re-add sachape's typo and version check fixes
- Update godoc patch and add contrib src dir
++++ iso-codes:
- Update to version 3.34:
+ Update ISO-3166 after publication of ISO-3166 maintenance
agency newsletter VI-12 dated 2012-02-15:
- Change English full name of Hungary to..."Hungary"
+ Updated translations for ISO 3166, ISO 15924, ISO 639-3,
ISO 639 and ISO 3166-2.
++++ kernel-debug:
- Update richacl patchset for 3.4.
- commit f13764e
- Updated to 3.4-rc1.
- Eliminated 121 patches.
- Xen is unavailable.
- ACPI overrides are unavailable.
- AppArmor network feature are unavailable.
- commit 3ac7e79
- Updated patch headers
- commit 09c9338
++++ kernel-default:
- Update richacl patchset for 3.4.
- commit f13764e
- Updated to 3.4-rc1.
- Eliminated 121 patches.
- Xen is unavailable.
- ACPI overrides are unavailable.
- AppArmor network feature are unavailable.
- commit 3ac7e79
- Updated patch headers
- commit 09c9338
++++ kernel-desktop:
- Update richacl patchset for 3.4.
- commit f13764e
- Updated to 3.4-rc1.
- Eliminated 121 patches.
- Xen is unavailable.
- ACPI overrides are unavailable.
- AppArmor network feature are unavailable.
- commit 3ac7e79
- Updated patch headers
- commit 09c9338
++++ kernel-source:
- Update richacl patchset for 3.4.
- commit f13764e
- Updated to 3.4-rc1.
- Eliminated 121 patches.
- Xen is unavailable.
- ACPI overrides are unavailable.
- AppArmor network feature are unavailable.
- commit 3ac7e79
- Updated patch headers
- commit 09c9338
++++ kernel-docs:
- Update richacl patchset for 3.4.
- commit f13764e
- Updated to 3.4-rc1.
- Eliminated 121 patches.
- Xen is unavailable.
- ACPI overrides are unavailable.
- AppArmor network feature are unavailable.
- commit 3ac7e79
- Updated patch headers
- commit 09c9338
++++ kernel-ec2:
- Update richacl patchset for 3.4.
- commit f13764e
- Updated to 3.4-rc1.
- Eliminated 121 patches.
- Xen is unavailable.
- ACPI overrides are unavailable.
- AppArmor network feature are unavailable.
- commit 3ac7e79
- Updated patch headers
- commit 09c9338
++++ kernel-pae:
- Update richacl patchset for 3.4.
- commit f13764e
- Updated to 3.4-rc1.
- Eliminated 121 patches.
- Xen is unavailable.
- ACPI overrides are unavailable.
- AppArmor network feature are unavailable.
- commit 3ac7e79
- Updated patch headers
- commit 09c9338
++++ kernel-syms:
- Update richacl patchset for 3.4.
- commit f13764e
- Updated to 3.4-rc1.
- Eliminated 121 patches.
- Xen is unavailable.
- ACPI overrides are unavailable.
- AppArmor network feature are unavailable.
- commit 3ac7e79
- Updated patch headers
- commit 09c9338
++++ kernel-trace:
- Update richacl patchset for 3.4.
- commit f13764e
- Updated to 3.4-rc1.
- Eliminated 121 patches.
- Xen is unavailable.
- ACPI overrides are unavailable.
- AppArmor network feature are unavailable.
- commit 3ac7e79
- Updated patch headers
- commit 09c9338
++++ kernel-vanilla:
- Update richacl patchset for 3.4.
- commit f13764e
- Updated to 3.4-rc1.
- Eliminated 121 patches.
- Xen is unavailable.
- ACPI overrides are unavailable.
- AppArmor network feature are unavailable.
- commit 3ac7e79
- Updated patch headers
- commit 09c9338
++++ kernel-xen:
- Update richacl patchset for 3.4.
- commit f13764e
- Updated to 3.4-rc1.
- Eliminated 121 patches.
- Xen is unavailable.
- ACPI overrides are unavailable.
- AppArmor network feature are unavailable.
- commit 3ac7e79
- Updated patch headers
- commit 09c9338
++++ libQtWebKit4:
- add back designer plugin (bnc#743937)
++++ muparser:
- update to new upstream release 2.2.2
* Retrieving all results of expressions made up of comma separate
subexpressions is now possible with a new Eval overload.
* Callback functions with fixed number of arguments can now have up
to 10 parameters
* ternary if-then-else operator added (C-like; "x?y:z")
* new intrinsic binary operators: "&&", "||" (logical and, or)
* A new bulkmode allows submitting large arrays as variables to
compute large numbers of expressions with a single call.- enable
parallel build
++++ netcdf:
- Do not require valgrind on arches where it is not available
(e.g. sparc)
++++ openbabel:
- add -32bit libs for avogadro
++++ plymouth:
- Updated the initrd patch to include the necessary files to have
text support (e.g. LUKS passphrase question, etc)
- Temporarily added a openSUSE plymouth theme
(plymouth-branding-openSUSE) to have a better integration with
12.2.
++++ libqt4:
- make tga reader compatible
++++ libstorage:
- suppress dm maps for "-real" and "-cow" of LVM snapshots in
general Dm container
- fix order of LV removals in removeVg when snapshots are present
(bnc#755021)
++++ telepathy-farstream:
- Update to version 0.4.0:
+ No major change since 0.2.3.
++++ libzrtpcpp:
- better libdir handling
- fix libdir for ppc64
++++ libzypp:
- Update zypp-po.tar.bz2
++++ mcstrans:
- add LIBDIR, so ppc and ppc64 can build
++++ openstack-keystoneclient:
- updated sources to first release of Essex (2012.1)
++++ openstack-novaclient:
- updated sources to first release of Essex (2012.1)
- updated sources to RC4
++++ python-Fabric:
- Update to 1.4.1:
* Add ``capture`` kwarg to `~fabric.contrib.project.rsync_project`
to aid in debugging rsync problems.
* Allow `~fabric.operations.local` to display stdout/stderr when it
warns/aborts, if it was capturing them.
* Added :ref:`an FAQ entry ` detailing how to
handle init scripts which misbehave when a pseudo-tty is allocated.
* `~fabric.tasks.execute` allowed too much of its internal state
changes (to variables such as ``env.host_string`` and ``env.parallel``) to
persist after execution completed; this caused a number of different
incorrect behaviors. `~fabric.tasks.execute` has been overhauled to clean up
its own state changes -- while preserving any state changes made by the task
being executed.
* `~fabric.contrib.project.upload_project` did not take explicit
remote directory location into account when untarring, and now uses
`~fabric.context_managers.cd` to address this. Thanks to Ben Burry for the
patch.
* `~fabric.decorators.with_settings` did not perfectly match
`~fabric.context_managers.settings`, re: ability to inline additional context
managers. This has been corrected. Thanks to Rory Geoghegan for the patch.
* `contrib.files.first ` used an
outdated function signature in its wrapped `~fabric.contrib.files.exists`
call. This has been fixed. Thanks to Massimiliano Torromeo for catch & patch.
* `--list <-l>` output now detects terminal window size
and truncates (or doesn't truncate) accordingly. Thanks to Horacio G. de Oro
for the initial pull request.
* Parallel task aborts (as oppposed to unhandled exceptions) now
correctly print their abort messages instead of tracebacks, and cause the
parent process to exit with the correct (nonzero) return code. Thanks to Ian
Langworth for the catch.
* Remote paths now use posixpath for a separator. Thanks to Jason
Coombs for the patch.
++++ rekonq:
- Update to 0.9.1:
* Bugfix release
++++ rubygem-hoe:
- update to 3.0.2 - long History.txt
++++ rubygem-json_pure:
- update to 1.6.6:
* Propagate src encoding to values made from it (fixes 1.9 mode converting
everything to ascii-8bit; harmless for 1.8 mode too) (Thomas E. Enebo
), should fix
https://github.com/flori/json/issues#issue/119.
* Fix https://github.com/flori/json/issues#issue/124 Thx to Jason Hutchens.
* Fix https://github.com/flori/json/issues#issue/117
++++ rubygem-rake-compiler:
- update to 0.8.0
* Enhancements:
* Invocation from command line now support extra options similar to RubyGems.
Closes #4 from Pull #47 [jonforums]
$ rake compile -- --with-opt-dir=/opt/local
* Bugfixes:
* Only emit cross-compilation warnings for C when `cross` is invoked.
Closes #16 from Pull #48 [mvz]
* Only emit warnings when invoking cross-compilation tasks for JRuby.
Pull #45 [jfirebaugh]
* Use x86 MinGW cross-compiler. Pull #49 [larskanis]
++++ rubygem-ruby-dbus:
- 0.7.2, a bugfix release
* Fixed "undefined local variable or method `continue'" in
DBus::Main#run when a service becomes idle (by Ravil Bayramgalin)
++++ rubygem-sqlite3:
- update to 1.3.5
* Enhancements
* Windows: build against SQLite 3.7.9
* Static: enable SQLITE_ENABLE_COLUMN_METADATA
* Added Statement#clear_bindings! to set bindings back to nil
* Bugfixes
* Fixed a segv on Database.new. Fixes #34 (thanks nobu!)
* Database error is not reset, so don't check it in Statement#reset!
* Remove conditional around Bignum statement bindings.
Fixes #52. Fixes #56. Thank you Evgeny Myasishchev.
* Internal
* Use proper endianness when testing database connection with UTF-16.
Fixes #40. Fixes #51
* Use -fPIC for static compilation when host is x86_64.
++++ superkaramba:
- Add xz to BuildRequires
++++ telepathy-haze:
- Update to version 0.6.0:
+ The ContactBlocking interface has been implemented.
++++ telepathy-salut:
- Update to version 0.8.0:
+ Fix build with OLPC code enabled.
+ Fix MUC code to announce the user as a member of the MUC if it
is the creator.
+ Fix race in file transfer code which was giving the IO channel
to Gibber before it knew how to deal with it.
++++ tomahawk:
- Version 0.4.1
* Fixed various crashes.
* Fixed issues with auto-updating XSPF playlists.
* Double-clicking a playlist starts playing it.
* Resolvers can now return disc number and album position for results.
* Fixed sorting playlists by track number.
* Fixed issues with changing proxy.
* Fixed Twitter authentication issues.
- drop patch that is part of the release
++++ wine:
- Include /usr/lib/wine/*.def files in wine-devel-32bit
++++ xtables-addons:
- update to new upstream release 1.42
* Linux 3.3/3.4 support
++++ xtables-geoip:
- update db files to 2012.04
++++ yast2-ruby-bindings:
- removed libxcrypt-devel from buildrequires
++++ yast2-trans:
- Updated languages: af am ar be bg bn bs ca cs cy da de el es et fa fi
fr gl gu he hi hr hu id it ja jv ka km kn ko ku lo lt mk mr ms my nb nl
nn pa pl pt ro ru si sk sl sr sv sw ta tg th tk tr uk vi wa xh zu en_GB
en_US pt_BR zh_CN zh_TW ast nds.
++++ yast2-wagon:
- fixes in helptexts (bnc#755532)
- 2.22.2
++++ zypper:
- Update zypper-po.tar.bz2
------------------------------------------------------------------
------------------ 2012-4-4 - Apr 4 2012 -------------------
------------------------------------------------------------------
++++ armadillo:
- Update to version 2.4.4:
+ Fixes for qr() and syl()
+ More portable wall_clock class
+ Faster relational operators on submatrices.
- Update lapack dependencies in keeping with lapack changes in
devel project to fix builds on openSUSE 12.1 and 11.4.
++++ build-compare:
- Handle gtk-doc documentation
++++ cyrus-sasl:
- remove rpath
++++ cyrus-sasl-saslauthd:
- remove rpath
++++ emacs:
- Remove obsolete Obsoletes and Provides tags
- Correct License tag that is that emacs is now GPLv3 or later (bnc#755524)
++++ fwbuilder:
- Build version 5.1.0.3599
- Cleaned the spec file
++++ gawk:
- Update to version 4.0.1
* completed the implementation of Rational Range Interpretation
* failure to get the group set is no longer a fatal error
* lots of minor bugs fixed and portability clean-ups
- refreshed gawk-3.1.8.diff
- removed gawk-revert-gsub-gawk3.patch deprecated by this release
++++ gnuplot:
- Use new bcond_without h3d_gridbox to switch back to h3d-quadtree
if h3d-gridbox will be disabled on the commandline of rpmbuild
++++ graphviz-plugins:
- Force lua 5.1 to fix Factory build
++++ libnice:
- Update to version 0.1.2:
+ Fix a bug where a controlled agent may never go to READY if it
received early conncheck
+ Restart connchecks on a failed candidate pair when receiving a
triggered check
+ Fix a bug where gathering-done signal could be sent before UPnP
mapping finishes
+ Fix a race condition where setting remote-candidates on a
gathered stream failed if another stream was gathering
+ Many fixes to complete and stabilize TURN support
+ Fix a bug in proxy support where TURN packets were misread
+ Refactor libnice to use GSocket which works around a glib
limitation of g_io_channel on windows
+ Fix a bug with receiving error messages during conncheck
+ Fix a possible infinite loop bug
+ Fix memory leaks and multi-threaded race conditions
+ Better compatibility for BSD and Mingw
+ Added support files for Visual Studio compilation
+ Various fixes to UPnP support
+ Fixes to the build system
++++ gwibber:
- Update to version 3.4.0:
+ Check shorten-urls setting in the dispatcher before attempting
to shorten (lp#896639)
+ Removing unnecessary 'Image' link from entries with images
obtained through imgpreview() (lp#966285)
+ Replace all instances of a hashtag's occurance in a tweet at
once rather than one at a time (lp#966467)
+ Replace all instances of a nick's occurance in a tweet at once
rather than one at a time (lp#966467)
+ Catch errors from creating the pixbuf separately from sending
the notification (lp#940182)
+ Encode URLs to UTF8 before using them (lp#954374)
++++ java-1_6_0-openjdk:
- Add xorg-x11 BuildRequires to have xprop
++++ kiwi:
- v5.02.22 released
- fixed missing filesystem resize operation for LVM based images.
If oem-systemsize and a freespace=all volume is setup kiwi
resized only the freespace=all volume and missed to resize the
root volume
++++ udev:
- version 182:
- extras: ata_id - do not log error if HDIO_GET_IDENTITY fails
- extras: path_id - add comment about readdir() rebase logic
- rules: Enable USB autosuspend on more USB HID devices
- extras: path_id - skip ATA transport class devices
- rules: move all rules to top level rules/ dir
- rules: delete s390 rules, they will move to s390utils
- remove edd_id extra
- rules: move 42-qemu-usb.rules to rules/ dir
- rules: delete outdated 30-kernel-compat.rules
- udev.conf - do not set any value by default
- remove udev-acl
- rules: do not create by-id/scsi-* links for ATA devices
- builtin: path_id - remove dead cciss code
++++ sssd:
- Update to new upstream release 1.8.1
* Resolve issue where we could enter an infinite loop trying to
connect to an auth server
++++ libreoffice:
- solenv-java-source-version.diff: generate selected bytecode
version also in gbuild
- enable again the brp check for byte code version
++++ libreoffice:
- solenv-java-source-version.diff: generate selected bytecode
version also in gbuild
- enable again the brp check for byte code version
++++ libreoffice-help-group1:
- clean up lo-help-gen-spec according to lo-l10n-gen-spec
- do not supplement l10n packages; we provide support for the given locale;
the extra recommends annoys users when updating on Live-CD (bnc#551003)
- use Requires(pre) instead of PreReq on never distributions
++++ libreoffice-help-en-US:
- clean up lo-help-gen-spec according to lo-l10n-gen-spec
- do not supplement l10n packages; we provide support for the given locale;
the extra recommends annoys users when updating on Live-CD (bnc#551003)
- use Requires(pre) instead of PreReq on never distributions
++++ libreoffice-help-group2:
- clean up lo-help-gen-spec according to lo-l10n-gen-spec
- do not supplement l10n packages; we provide support for the given locale;
the extra recommends annoys users when updating on Live-CD (bnc#551003)
- use Requires(pre) instead of PreReq on never distributions
++++ libreoffice-help-group3:
- clean up lo-help-gen-spec according to lo-l10n-gen-spec
- do not supplement l10n packages; we provide support for the given locale;
the extra recommends annoys users when updating on Live-CD (bnc#551003)
- use Requires(pre) instead of PreReq on never distributions
++++ libreoffice-help-group4:
- clean up lo-help-gen-spec according to lo-l10n-gen-spec
- do not supplement l10n packages; we provide support for the given locale;
the extra recommends annoys users when updating on Live-CD (bnc#551003)
- use Requires(pre) instead of PreReq on never distributions
++++ libreoffice-help-group5:
- clean up lo-help-gen-spec according to lo-l10n-gen-spec
- do not supplement l10n packages; we provide support for the given locale;
the extra recommends annoys users when updating on Live-CD (bnc#551003)
- use Requires(pre) instead of PreReq on never distributions
++++ telepathy-logger:
- Update to version 0.4.0:
+ No changes.
- Changes from version 0.2.13:
+ Support Call1.
- Remove --enable-call from configure call: the option is gone.
++++ libusb-compat:
- Properly emulate error codes of usb_detach_kernel_driver_np()
(bnc#683307).
++++ xfce4-panel:
- simplify libXext-devel dependency
- fix missing icon
++++ mc:
- .torrent extension viewer fixed
++++ midori:
- add soft dependency on ca-certificates in order to allow
certificate verification
- add missing build depdendency on pkgconfig(xscrnsaver)
++++ nspluginwrapper:
- Add missing x11, xt and xext BuildRequires
- Add nspluginwrapper-1.4.4-glib.patch
++++ openstack-keystoneclient:
- updated sources to RC2
++++ openstack-novaclient:
- updated sources to RC3
++++ patch:
- Version 2.6.1.136
++++ patterns-openSUSE:
- Stephan Kulow (3):
add more yast languages more to the CDs
clean up requires of rpm build environment
drop xgl/compiz from DVD
Vincent Untz (3):
gnome: Add nautilus-extension-seahorse and update for gnome-utils split
gnome: Add gcr-viewer
gnome: Add gsf-office-thumbnailer
Commit: dd2a4380
++++ perl-BSSolv:
- bump version to 0.18.1
- update to current libsolv
- enable arch linux support
++++ python-boto:
- Update to version 2.3.0:
* See https://github.com/boto/boto/wiki/2.3.0-Release-Notes
- Add seperate doc package for HTML documentation
++++ python-boto-doc:
- Initial version, put into seperate package to allow access to
system-wide boto installation
++++ python-cloudfiles:
- Update to version 1.7.10:
* Various bug fixes.
- No need for --skip-build in %install section, distribute is smart enough
- Removed obsolete SUSE version checks
- New runtime requirement: httplib2
++++ python-django-athumb:
- Initial version
++++ python-django-mediasync:
- Use upstream tarball
- Set SPDX-style license (BSD-3-Clause)
- Don't install testsuite
- Add LICENSE and README.rst to documentation
++++ python-seacucumber:
- Initial version
++++ python-slimmer:
- Use upstream tarball
- Set SPDX-style license (Python-2.0)
++++ virtualbox:
- deprecated vbox-visibility.diff and vbox-gsoap_ssl.diff
- update to virtualbox 4.1.12 (This is a maintenance release):
* VMM: fixed VERR_NOT_SUPPORTED and VERR_RAW_MODE_INVALID_SMP guru meditation due to an invalid reschedule to raw mode (bug #10370)
* VMM: fixed PDMCritSectLeave guru meditation under rare circumstances with SMP guests
* VMM: proper Math Fault handling with certain legacy guests (bug #9042)
* NAT: fixed a socket leak under certain conditions
* Storage: better sanity check against reading beyond end-of-file
* Audio: fixed a crash in the NUL audio backend (bug #10374; 4.1.10 regression)
* HGCM: fixed a crash during savestate under rare circumstances
* VBoxSVC: several locking fixes
* VBoxManage: return the correct error code if controlvm savestate failed (bug #10134)
* Guest Additions: VBoxService should not crash on exit (bug #10326; 4.1.10 regression)
* Windows Additions: set the correct time stamp when a file is closed (bug #6473)
* Windows Additions: better help if the DirectX backups are not properly installed
* Linux Additions: Linux 3.4-rc1 compile fixes
++++ rubygem-actionmailer-3_2:
- update to 3.2.3,
* Upgrade mail version to 2.4.3
++++ rubygem-actionpack-3_2:
- update to 3.2.3
* Remove the leading \n added by textarea on assert_select. *Santiago Pastorino*
* Fix #5632, render :inline set the proper rendered format. *Santiago Pastorino*
* Fix textarea rendering when using plugins like HAML. Such plugins encode the first newline character in the content. This issue was introduced in https://github.com/rails/rails/pull/5191 *James Coleman*
* Add `config.action_view.embed_authenticity_token_in_remote_forms` (defaults to true) which allows to set if authenticity token will be included by default in remote forms. If you change it to false, you can still force authenticity token by passing `:authenticity_token => true` in form options *Piotr Sarnacki*
* Do not include the authenticity token in forms where remote: true as ajax forms use the meta-tag value *DHH*
* Turn off verbose mode of rack-cache, we still have X-Rack-Cache to
check that info. Closes #5245. *Santiago Pastorino*
* Fix #5238, rendered_format is not set when template is not rendered. *Piotr Sarnacki*
* Upgrade rack-cache to 1.2. *José Valim*
* ActionController::SessionManagement is deprecated. *Santiago Pastorino*
* Since the router holds references to many parts of the system like engines, controllers and the application itself, inspecting the route set can actually be really slow, therefore we default alias inspect to to_s. *José Valim*
* Add a new line after the textarea opening tag. Closes #393 *Rafael Mendonça França*
* Always pass a respond block from to responder. We should let the responder to decide what to do with the given overridden response block, and not short circuit it. *sikachu*
* Fixes layout rendering regression from 3.2.2. *José Valim*
[#]# Rails 3.2.2 (March 1, 2012) ##
* Format lookup for partials is derived from the format in which the template is being rendered. Closes #5025 part 2 *Santiago Pastorino*
* Use the right format when a partial is missing. Closes #5025. *Santiago Pastorino*
* Default responder will now always use your overridden block in `respond_with` to render your response. *Prem Sichanugrist*
* check_box helper with :disabled => true will generate a disabled hidden field to conform with the HTML convention where disabled fields are not submitted with the form.
This is a behavior change, previously the hidden tag had a value of the disabled checkbox.
* Tadas Tamosauskas*
++++ rubygem-activemodel-3_2:
- update to 3.2.3, just a version bump
++++ rubygem-activeresource-3_2:
- update to 3.2.3, just a version bump
++++ rubygem-activesupport-2_3:
- fix exception message for ruby 1.9
++++ rubygem-activesupport-3_2:
- update to 3.2.3, no changes (it says literally)
++++ rubygem-bundler:
- update to 1.1.3, see CHANGELOG.md
++++ rubygem-delayed_job-3_0:
- update to 3.0.2, no changelog
++++ rubygem-railties-3_2:
- update to 3.2.3, no changes
++++ rubygem-ruby-dbus:
- 0.7.1, a bugfix release
* Fixed calling asynchronous methods on the default interface (Issue#13,
by Eugene Korbut).
* Fixed Main#quit to really quit the loop (by Josef Reidinger)
* Unbundled files from Active Support (by Bohuslav Kabrda)
++++ rubygem-test-unit:
- update to 2.4.8 - History.txt removed ;(
++++ rubygem-treetop:
- update to 1.4.10, no changelog
++++ sblim-gather:
- Update to Version 2.2.5
Bugs fixed:
- 3482806 blkio not updated for inactive domains
- 3482867 virDomainBlkStats garbage if domain undefined
- 3482869 segv parsing xml if domain becomes undefined
- 3482875 virDomBlkInfo garbage if domain undefined
- 3514701 segv parsing xml if no defined source media
- Update to Version 2.2.4
Bugs fixed:
- 3394202 large network counters overflow raw metric buffer
- 3412635 bad string allocations
- 3419837 bad alloc and unsigned returns in metricVirt
- 3397109 UnixProcess plugins occasionally crashes
- 3429346 libvirt race conditions
- 3429347 initscript incorrect return code
- 3438050 clean up IPProtocolEP raw data parsing
- 3439114 storage plugin leaks file descriptors
Features added:
- 3438074 add packet drop metrics to IPProtocolEP
- 3439075 add Host Block IO metrics
- 3444879 add VM Block IO Metrics
Features removed:
- 3098510 add process name to UnixProcessMetric
++++ xdg-user-dirs-gtk:
- Update to version 0.9:
+ Port to Gtk 3
+ Add Unity and LXDE to desktop file OnlyShowIn
+ Faster startup by only initializing Gtk when needed
+ Updated ranslations.
- Drop xdg-user-dirs-gtk-LXDE-autostart.patch: fixed upstream.
- Rebase xdg-user-dirs-gtk-XFCE-autostart.patch.
- Remove perl-XML-Parser BuildRequires: it was only needed when it
was not required by intltool.
- Change gtk2-devel BuildRequires to gtk3-devel, following port to
GTK+ 3.
++++ xfce4-panel-plugin-cellmodem:
- fix missing icon
++++ xfce4-panel-plugin-mailwatch:
- dixed missing icon
++++ xfce4-panel-plugin-mount:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-sensors:
- specfile cleanup
- split off -lang subpackage
++++ xfce4-panel-plugin-smartbookmark:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-systemload:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-timeout:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-timer:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-verve:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-weather:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-xkb:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-vala:
- loosen vala version constraints to make package installable
++++ yast2-apparmor:
- fixed text labels (bnc#755539)
- 2.22.2
++++ ytalk:
- Remove unneeded autoregenerate calls
- Strip redundant tags/sections from specfile
- Build in parallel with %_smp_mflags
------------------------------------------------------------------
------------------ 2012-4-3 - Apr 3 2012 -------------------
------------------------------------------------------------------
++++ SampleICC:
- minor spec tweaks
- add copyright to spec file
++++ accountsservice:
- Add accountsservice-filter-more-accounts.patch: filter out ftp,
games, man and mysql system users too, taken from git.
- Add accountsservice-filter-suse-accounts.patch: filter out some
openSUSE-specific accounts (beagleindex, suse-ncc).
++++ akonadi-google:
- Add provides/obsoletes
- Install the license file.
++++ avogadro:
- Fix compile with boost 1.48
++++ babl:
- Update to version 0.1.10:
+ LUT based speedups for gamma correction / uncorrection.
- Changes from version 0.1.8:
+ Added support for indexed/pallette based formats.
+ Constified API.
- Pass --enable-introspection to configure to make sure we build
introspection support.
- Add babl-fix-gir-build.patch: this fixes the build of
introspection (as well as the generated data).
- Since the build of vala bindings is broken, temporarily disable
it with a build_vala macro that helps us pass --without-vala to
configure.
++++ bulk_extractor:
- update to v 1.2.0
* src/scan_zip.cpp (scan_zip): now detects decmopression bomb attack and changes mode of operation so that buffers are hashed prior to being decompressed and the same buffer will only be hashed just one.
* src/bulk_extractor.cpp (main): added -G to specify page size
* src/xml.h (class xml): added svn_version to DFXML output.
* src/bulk_extractor.cpp (main): the -s (context-sensitive stop
list) option is removed. The -r (alert list) and -w (stop list)
will now take a list of regular expressions, a list of globs or
feature files.
* src/scan_aes.cpp (scan_aes): scan_aes now runs in 15% the time of the original version. It is now, therefore, enabled by default.
* configure.ac (HAVE_LIBEWF_H): removed gnuexif support.
++++ chromium:
- Update to 20.0.1090
Fixes:
* Fixed issue cannot add GMail app to Chrome. [Issue: 119975]
* Fixed theme and bookmarks bar notifications. [Issue: 117027]
* Fixed popup prompting permission for flash plugin.
[Issue: 120358]
Security Fixes:
* Medium CVE-2011-3058: Bad interaction possibly leading to
XSS in EUC-JP.
* Medium CVE-2011-3059: Out-of-bounds read in SVG text handling.
* Medium CVE-2011-3060: Out-of-bounds read in text fragment
handling.
* Medium CVE-2011-3061: SPDY proxy certificate checking error.
* High CVE-2011-3062: Off-by-one in OpenType Sanitizer.
* Low CVE-2011-3063: Validate navigation requests from the
renderer more carefully.
* High CVE-2011-3064: Use-after-free in SVG clipping.
* High CVE-2011-3065: Memory corruption in Skia.
* Medium CVE-2011-3057: Invalid read in v8.
++++ collectd:
- update to 5.0.4
++++ daps:
Version 1.0:
Bugfix:
- Use XEP/FOP wrapper scripts by default
++++ kdebase4:
- Remove Dolphin's dependency on kfind; this was removed in KDE 4.6
++++ efont-unicode-bitmap-fonts:
- SUSE-Public-Domain and BSD-3-Clause license
++++ gegl:
- Update to version 0.2.0:
+ OpenCL support
+ Build improvements.
+ High level API to apply ops directly to buffers with arguments.
+ Final bits of translation infrastructure.
+ Invalidate regions when disconnecting input pads.
+ Operations:
- New operation: global-matting
- Allow transform core to do perspective transforms.
- Added string based key/value pairs to operations.
- Added arguments for dealing with scaled down preview
rendering.
+ Added human interaction ranges and non-linear mapping to
properties.
+ Buffer:
- Removed broken lanczos sampler.
- Add gegl_buffer_set_color and gegl_buffer_set_pattern
- Added ability to drop cached tiles.
- Added API for handling abyss policy (not implemented yet)
- Avoid iterating global tile cache when flushing/destroying
buffers that have no tiles in the cache.
- Add intltool BuildRequires: new dependency upstream, for
translations.
- Add lensfun-devel BuildRequires to build with lensfun support.
- Add libexiv2-devel BuildRequires to build with libexiv2 support.
- Add libjasper-devel BuildRequires to build with Jasper support.
- Add libspiro-devel BuildRequires to build with SPIRO support.
- Add suitesparse-devel BuildRequires to build with UMFPACK
support.
- Uncomment ruby BuildRequires: it was commented out because a file
was missing in a earlier tarball.
- Rename subpackages from gegl-0_1/libgegl-0_1-0 to
gegl-0_2/libgegl-0_2-0 following the upstream soname change.
- Create a gegl-0_2-lang subpackage for new translations.
++++ libxfcegui4:
- split into libxfcegui4-4 and libxfcegui4-data in order to
conform to the shared library packaging policy
- renamed libxfcegui4-gladeui to glade3-catalog-libxfce4ui
++++ gummi:
- Update to version 0.6.3:
+ Bugs fixed:
- Fix bibtex regression since 0.6.2
- Fix for compiling through dvi/ps
- Correctly disable template open button when none exist
- Gummi toolbar can be hidden again
- Fix LaTeX error screen and error line output
- Menu item compatibility with Ubuntu's Unity fixed
- Added Chinese (simplified) translation.
- Changes from version 0.6.2:
+ Bugs fixed:
- Recovery mode is also triggered when gummi is run with file
argv
- Incomplete compilation processes are killed on tab switch
- Fix template addition crash when zero tabs are opened
- PDF files can now be used by the image importer
- Fixed building/compilation scripts for explicit linking
- Default text only written to disk when changes are made
- SyncTeX auto-scrolling is now disabled by default
- Converted snippet offsets to utf8
- Bibliography items with all capital letters can be parsed
- Various minor spelling/phrasing errors
- Build files can now be removed from the menu
- Lots of Windows specific issues
- Addition of user guide link.
++++ icu:
- Update to new upstream release 49.1:
* Unicode 6.1: New scripts & blocks; changes to grapheme break &
line break property values; some characters change from symbol to
Po or No; etc.
* CLDR 21.0.1: Changes in segmentation data to match Unicode 6.1;
new structures for support of Chinese calendar, for
context-dependent capitalization, for gender of lists of people,
for ordinal categories, and for multiple number systems per
locale; deprecation of "commonlyUsed" element in timezone names;
removal of "whole-locale" aliases; major cleanups of timezone
names, delimiter data, abbreviated number data.
* Support for ISO 4217 numeric currency code
* See http://site.icu-project.org/download/49 for more
++++ installation-images:
- reenable xen now that olaf made it build
- follow font package renaming
++++ kdbg:
- Update to 2.5.1
- .hpp files undergo syntax highlighting.
- Keys j and k can be used to move the cursor position in the source code.
- Cooperation with newer GDB (7.2 and 7.3) is improved:
* wchar_t strings as printed by GDB 7.2 are recognized;
* the thread list was missing with GDB 7.3;
* program exit was not detected (also GDB 7.3).
- Enum values in anonymous namespaces are now recognized.
++++ kernel-debug:
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
++++ kernel-default:
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
++++ kernel-desktop:
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
++++ kernel-source:
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
++++ kernel-docs:
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
++++ kernel-ec2:
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
++++ kernel-pae:
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
++++ kernel-syms:
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
++++ kernel-trace:
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
++++ kernel-vanilla:
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
++++ kernel-xen:
- Drivers: scsi: storvsc: Properly handle errors from the host
(bnc#747404).
- commit 2f7920e
++++ kiwi:
- fixed XSL stylesheet conversion: convert49to50.xsl
the apply templates recursion is broken by using another mode
so the fix is to stay in the same mode and select the value by
a modified xpath expression
++++ libXcm:
- use of autotools
- switch to X Color Management spec from net-color spec.
- some more features where added
- all found bugs or fixed
- details http://www.oyranos.org/2012/03/libxcm-0-5-0-released/
- full ChangeLog http://www.oyranos.org/scm?p=xcolor.git;a=blobdiff;f=ChangeLog;h=b44ea8252a2039074ddcdbabbe8eea1fc44a12ca;hp=1198b093f724da40a6fa1aae264abd969a13609c;hb=2e1562482e2d8549db6111d401d5be7b55c5680c;hpb=68fe9706a48121eb68a1cce057a93e4235d28d7f
++++ libgdata:
- Update to version 0.12.0:
+ Updated translations.
- Remove xz BuildRequires now that it comes for free in the build
system.
++++ telepathy-mission-control:
- Update to version 5.12.0:
+ Add mcd_service_stop() and stop the service when SIGINT is
sent (fdo#47054).
++++ libmtp:
- updated to 1.1.3
- Soname libmtp.so.9.0.3 - binary compatible.
- Probably nailed the bugs in the Samsung Galaxy Tab S2 family
of devices. Ignacio Martinez helped us fixing this!
- Build fixes by Alessio Treglia and others.
- A horde of new devices in the database.
++++ libqt4:
- add fix for qtextlayout crash triggered in calligra (qt bug 24718)
++++ libqt4-devel-doc:
- add fix for qtextlayout crash triggered in calligra (qt bug 24718)
++++ libqt4-sql-plugins:
- add fix for qtextlayout crash triggered in calligra (qt bug 24718)
++++ libreoffice-l10n:
- generate the whole spec file from a template and a data file
- do not recommend help packages and dictionaries; they provide support
for the given locale itself; the extra recommends annoys users
when updating on Live-CD (bnc#551003)
- use Requires(pre) instead of PreReq on never distributions
- spec file clean up
++++ libreoffice-languagetool:
- fix build with LO-3.5:
* basis directory does not longer exist
* use libreoffice instead of libreoffice-ure in BuildRequires
- generate the whole spec file from a template and a data file
- update license to follow spdx.org standard
- spec file clean up
++++ telepathy-glib:
- Update to version 0.18.0:
+ Support the DownloadAtConnection property in TpBaseContactList.
+ Add high-level API for TpDBusTubeChannel classes (fdo#29271).
+ Various improvements to the ContactList test suite.
++++ libusb-1_0:
- Update to the latest git snapshot 6b1982b:
* Bug fixes.
* Support for USB 3.0.
* Add LIBUSB_TRANSFER_ADD_ZERO_PACKET flag.
++++ rrdtool:
- Only require lua51-devel on openSUSE_12.2 or later
++++ meld:
- Update to version 1.5.4:
+ Fixes:
- Slightly faster diff calculation
- Avoid too-tall commit dialogues
- Minor bug fixes and performance improvements
+ Updated translations.
++++ memcached:
- removed fix-strict-aliasing.patch deprecated by this release
- Update to version 1.4.13
* Fix inline issue with older compilers (gcc 4.2.2)
* Better detection of sasl_callback_ft
- Changes from version 1.4.12
Fixes:
* fix glitch with flush_all (exptime)
* Skip SASL tests unless RUN_SASL_TESTS is defined.
* Look around for saslpasswd2 (typically not in the user's path).
* build fix: Define sasl_callback_ft on older versions of sasl.
* fix segfault when sending a zero byte command
* fix warning in UDP test
* properly detect GCC atomics
* tests: loop on short binary packet reads
* fix slabs_reassign tests on 32bit hosts
- Changes from version 1.4.11
Fixes:
* bug237 : Don't compute incorrect argc for timedrun
* fix 'age' stat for stats items
* binary deletes were not ticking stats counters
* Fix a race condition from 1.4.10 on item_remove
* close some idiotic race conditions
* initial slab automover
* slab reassignment
* clean do_item_get logic a bit. fix race.
* clean up the do_item_alloc logic
* shorten lock for item allocation more
* Fix to build with cyrus sasl 2.1.25
New features:
* Slab page reassignment and bug fixes over 1.4.10.
- Changes from version 1.4.10
Fixes:
* Disable issue 140 's test.
* Push cache_lock deeper into item_alloc
* Use item partitioned lock for as much as possible
* Remove the depth search from item_alloc
* Move hash calls outside of cache_lock
* Use spinlocks for main cache lock
* Remove uncommon branch from asciiprot hot path
* Allow all tests to run as root
New features:
* tested improvements in speed between 3 and 6 worker
threads (-t 3 to -t 6) More than 6 reduced speed
- Changes from version 1.4.9
* Add a systemd service file
* Fix some minor typos in the protocol doc
* Issue 224 - check retval of main event loop
* Fix -c so maxconns can be raised above default.
- Changes from version 1.4.8
Fixes:
* Fix to write correct pid from start-memcached
* Fix to enable LRU when using binary protocol
* Upgrade stats items counters to 64bit
* Add new stats expired_unfetched, evicted_unfetched
* Allow setting initial size of the hash table
* Expose stats for the internal hash table
* bug220 : incr would sometimes return the previous item's CAS
* Fixed bug on multi get processing
* Experimental maxconns_fast option
* Add an ASCII touch command
* Add binary GATK/GATKQ
* Backport binary TOUCH/GAT/GATQ commands
* Issue 221 : Increment treats leading spaces as 0
* Fix compile error on OS X
New features:
* touch commands
* fast connection limit handling
* internal hash table
* expored_unfetched, evicted_unfetched
- Changes from version 1.4.7
Fixes:
* Use a monotonically increasing timer
* Immediately expire items when given a negative expiration time
* fix memcached-tool to print about all slabs
* Properly daemonize memcached for debian
* Don't permanently close UDP listeners on error
* Allow memcached-init to start multiple instances (not recommended)
* Issue 214 : Search for network libraries before searching for libevent
* Issue 213 : Search for clock_gettime in librt
* Issue 115 : accont for CAS in item_size_ok
* Fix incredibly slim race for maxconns handler. Should no longer hang ever
* Issue 183 - Reclaim items dead by flush_all
* Issue 200 : Don't fire dtrace probe as the last thing in a function
New features:
* monotonic clock
- Changes from version 1.4.6
* Gcc on Solaris sparc wants -R and not -rpath
* Issue 121 : Set the runtime path when --with-libevent is used
* Fix autogen failure when unable to find supported command.
* fix race crash for accepting new connections
* fix incr/decr race conditions for binary prot
* fix incr/decr race conditions for ASCII prot
* Compile fix (-Werror=unused-but-set-variable warnings)
* Bind each UDP socket to an a single worker thread in multiport env
* Add support for using multiple ports
* Issue 154 : pid file out of sync (created before socket binding)
* Issue 163 : Buggy mem_requested values
* Fix cross compilation issues in configure
* Issue 140 - Fix age for items stats
* Issue 131 - ChangeLog is outdated
* Issue 155 : bind to multiple interface
* Issue 161 incorrect allocation in cache_create
* Fix type-punning issues exposed with GCC 4.5.1
* Simplify stats aggregation code
* Reverse backward expected/actual params in test
* Issue 152 : Fix error message from mget
* Refuse to start if we detect libevent 1.12
* Fix compilation issue on Solaris 9 wrt isspace() macro - Resolves
issue 111
New features:
* multiple port binding
++++ myspell-dictionaries:
- update license to follow spdx.org standard
++++ obs-service-format_spec_file:
- licenses update
++++ pam-config:
- Add support for pam_ecryptfs [bnc#752851]
++++ pam-modules:
- Update to pam_unix2 2.9.1 (merge of patches)
++++ pg_comparator:
- license update: BSD-3-Clause
SPDX format
++++ python-django-grappelli:
- Update to 2.3.8:
* TinyMCE Update (3.5b2)
++++ python-kombu:
- Update to 2.1.4:
* MongoDB: URL parsing are now delegated to the pymongo library
(Fixes Issue #103 and Issue #87).
Fix contributed by Flavio Percoco Premoli and James Sullivan
* SQS: A bug caused SimpleDB to be used even if sdb persistence
was not enabled (Issue #108).
Fix contributed by Anand Kumria.
* Django: Transaction was committed in the wrong place, causing
data cleanup to fail (Issue #115).
Fix contributed by Daisuke Fujiwara.
* MongoDB: Now supports replica set URLs.
Contributed by Flavio Percoco Premoli.
* Redis: Now raises a channel error if a queue key that is currently
being consumed from disappears.
Fix contributed by Stephan Jaekel.
* All transport 'channel_errors' lists now includes
kombu.exception.StdChannelError.
* All kombu exceptions now inherit from a common
kombu.exceptions.KombuError.
++++ rednotebook:
- Update to version 1.4.0:
+ Search:
- If a search contains a hashtag (e.g. #Work or #Movies), only
days with all of those tags will be searched. This means you
can e.g. search for "project-xyz" only in the days tagged
with "Work" with the query "#Work project-xyz".
- Search for combinations of tags (e.g. #magazine #linux)
- If the query only contains a single hashtag (e.g. #Movies), a
list of all subtags (the names of the movies) is shown.
- Auto-complete tags in search
- Automatically scroll to found text in edit mode
+ Split tag and word clouds
+ Show tag and word cloud only if there are any tags and words
respectively
+ Remove spaces from multi-word tags during search and in clouds
+ Always include all tags regardless of their frequency in the
cloud
+ Exports:
- Correctly set the appropriate extension for each export type
- Always add a title for LaTeX exports
+ Other fixes:
- Correctly parse configuration values containing ='s
- Paths returned from file and folder choosers must be
converted to unicode
- Correctly redirect error output into the logfile on Windows
++++ rubygem-journey-1_0:
- update to 1.0.3
* lib/journey/formatter.rb: reject non-truthy parameters parts.
Fixes rails ticket #4587
++++ rubygem-json:
- update to 1.6.6
* Propagate src encoding to values made from it (fixes 1.9 mode converting
everything to ascii-8bit; harmless for 1.8 mode too) (Thomas E. Enebo
), should fix
https://github.com/flori/json/issues#issue/119.
* Fix https://github.com/flori/json/issues#issue/124 Thx to Jason Hutchens.
* Fix https://github.com/flori/json/issues#issue/117
++++ rubygem-mail-2_4:
- update to 2.4.4
* Fix security vulnerability allowing command line exploit when using file delivery method
* Fix security vulnerability allowing command line exploit when using exim or sendmail from the command line
* Change Mail#deliver! to also inform the interceptors
* Encodings.value_decode(str): Treat lines with mixed encoding correctly when the line ends with a plain text part.
++++ rubygem-mime-types:
- update to 1.18
* New MIME Types:
* Types reported in Issue #6 (https://github.com/halostatue/mime-types/issues/6):
* CoffeeScript (text/x-coffeescript; .coffee; 8bit).
* AIR (application/vnd.adobe.air-applicationinstaller-package+zip, .air; base64).
* WOFF (application/font-woff; .woff; base64).
* TrueType (application/x-font-truetype; .ttf; base64).
* OpenType (application/x-font-opentype; .otf; base64).
* WebM (audio/webm, video/webm; .webm). Issue #11 (https://github.com/halostatue/mime-types/issues/11).
* New extensions:
* f4v/f4p (video/mp4, used by Adobe); f4a/fb4 (audio/mp4, used by Adobe).
* Bug Fixes:
* It was pointed out that Licence.txt was incorrectly named. Fixed by renaming to Licence.rdoc (from Issue/Pull Request #8, https://github.com/halostatue/mime-types/issues/8).
* It was pointed out that a plan to have the test output generated automatically never went through. Issue #10 (https://github.com/halostatue/mime-types/issues/10)
++++ rubygem-multi_json:
- update to 1.2.0 - now with oj support (optimized json)
++++ rubygem-polyglot:
- update to 0.3.3, just cleanup of the gem
++++ rubygem-rack-cache-1_2:
- split off 1.2
* Fix a cookie leak vulnerability effecting large numbers of Rails 3.x installs:
https://github.com/rtomayko/rack-cache/pull/52
* Never 304 on PUT or POST requests.
* Misc bundler and test tooling fixes.
++++ rubygem-tzinfo:
- update to 0.3.32
* Updated to tzdata version 2012b
(http://article.gmane.org/gmane.comp.time.tz/4756).
++++ rubygem-xmlhash:
- do not buildrequire strange ruby versions
++++ sblim-cmpi-sysfs:
- Fix CentOS build
++++ sblim-cmpi-syslog:
- Fix CentOS build
++++ sblim-sfcb:
Changes in 1.3.14
=================
New features:
- 3367333 New entry point for authentication library
- 3367332 RHOST Support for PAM
- 3435778 Preserve leading/trailing whitespace in values
- 3433733 CreationClassNames should be supplied
- 3446179 Add a feature to validate CMPI types
- 3484025 Disable indication sequencing
- 3462309 Do not allow multiple instances of sfcb
- 3488688 Don't spawn logger for clients
- 3493493 Add sfcbsem
- 3495060 Verify filter and handler information during subscription
- 3498932 Implement ModifyInstance for CIM_ListenerDestination
- 3367361 Allow for releasing auth handle after CIM request completes
- 3367363 Add CMPIRole Support
- 3512575 Add indication delivery thread limit and timeout
Bugs fixed:
- 3414700 assocClass ignored for assoc upcalls
- 3416055 SIGSEGV sometimes does not print provider name
- 3416167 CIM_InstDeletion not in class repo by default
- 3422650 Associators calls to IndicationService depends on cmpi-base
- 3428806 type=null in authorizeFilter call
- 3419721 reset CMPIValue buffer in str2CMPIValue
- 3478930 Handle SIGPIPE in providerMgr
- 3478933 Sequence Number reset issues
- 3483294 InternalProvider Should Handle SFCB_RegisteredProfile
- 3485438 segfault while retrying to deliver an indication
- 3486814 sfcb crashes while freeing the cimxml response
- 3485830 SFCB Makes Redundant ActivateFilter Calls
- 3487419 TestIndication Provider Does Enable Correctly
- 3487675 Log messages can be concatenated
- 3492362 Problem with whitespace trimming if local connect only
- 3457460 PAM_RHOST set wrong
- 3495343 Bad pointer references in trace statements
- 3416164 Don't write CIM_IndicationService to disk
- 3495801 Correction to 3495343
- 3495789 Makefile improvements for test suite
- 3495806 isChild() can cause a provider mismatch
- 3483200 duplicate indication deliveries
- 3496061 IndicationSubscription May Be Undeletable
- 3484083 Exclude SFCBIndicationID
- 3496383 Faster Return from CBDeliverIndication
- 3416060 sigsegv in tool_mm_flush()
- 3497096 double free during stopProc
- 3497765 Better Error Handling in sfcb Provider Manager and Driver
- 3497950 SFCB Semaphore Handling Improvements
- 3498275 Remove __Namespace
- 3498044 RIEnabled conflicts with settable retries
- 3426027 cimAccountPassThrough does not set return code
- 3498719 Better SSL error reporting for sfcb
- 3471814 segfault in objectImpl.c:131,ClObjectGetClString
- 3499930 Check file repository writes
- 3497209 oom panic: out of memory using fsp indprovider
- 3504607 CMPIRole Support in brokerUpc
- 3506306 Fix count for InvokeMethod requests
- 3498496 sfcb hangs and fails to respond to CIM requests
- 3512425 SequenceContext needs to be set at startup
- 3510458 Malformed XML response to GetProperty
- 3510456 GetProperty calls not passing keys to providers
- 3505407 Client openlog changes settings
- 3408288 Safer Signal Handlers
- 3441028 sblim-sfcb fails on large https requests
- 3416054 Provider continues despite SIGSEGV
- 3512094 SFCB can leak PAM handles under error conditions
++++ systemd:
- apply ppc patch to systemd-gtk too (fixes build)
++++ systemd-gtk:
- apply ppc patch to systemd-gtk too (fixes build)
++++ texmaker:
- Update to version 3.3.2:
+ Bug fixed: Bad detection of the \part{} structure fixed
+ Added Swedish translation
+ An additionnal parameter (!) for the current directory is
available for the commands
++++ vm-install:
- Add Windows 8 as an operating system to install
- Add Ubuntu 12 as an operating system to install
++++ xcm:
- new switch to X Color Management spec
- new window informations can be be printed with xcm -p.
- new window regions can be delected with xcm -d
- new xcm -r accepts a --profile argument
- requires libXcm-0.5.0
++++ xen:
- Upstream patches from Jan
25098-x86-emul-lock-UD.patch
25101-x86-hpet-disable.patch
ioemu-9877-MSI-X-device-cleanup.patch
++++ xfce4-mixer:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-battery:
- added
xfce4-battery-plugin-1.0.0-show-time-when-on-battery-power.patch
in order to show the time when on battery power (bxo#3736)
++++ xfce4-panel-plugin-cellmodem:
- added xfce4-panel-plugin-cellmodem-fix-callback-signature.patch
which fixes a wrong callback function signature causing crashes
(bxo#6747)
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-clipman:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-cpufreq:
- added xfce4-panel-plugin-cpufreq-correctly-refresh-core.patch in
order to correctly refresh the selected core rather than always
the last one (bxo#7179)
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-cpugraph:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-datetime:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-diskperf:
- update to version 2.4.0
- port to libxfce4ui
- Port to panel 4.9
- Fix translations
- explicitely link with libm
- drop obsolete xfce4-diskperf-plugin-fix-libm-underlinking.patch
and xfce4-panel-plugin-diskperf-fix-transparency-colors.patch
- specfile cleanup
- correct dependencies
++++ xfce4-panel-plugin-eyes:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-fsguard:
- added xfce4-fsguard-plugin-fix-config-loading.patch in order to
fix the loading of the configuration file
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-genmon:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-mailwatch:
- added xfce4-panel-plugin-mailwatch-1.1.0-set-mail-interval.patch
which fixes a problem with the interval not being set correctly
(bxo#6947)
- added xfce4-panel-plugin-mailwatch-1.1.0-fix-format-sting-errors.patch
which fixes some format string errors (bxo#8063)
- added xfce4-panel-plugin-mailwatch-link-against-libgcrypt.patch
in order to link agains libgcrypt
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-mpc:
- specfile cleanup
- split off -lang subpackage
++++ xfce4-panel-plugin-netload:
- specfile cleanup
- split off -lang subpackage
++++ xfce4-panel-plugin-notes:
- dropped unnecessary
xfce4-panel-plugin-notes-1.7.7-add-missing-vapi-files.patch
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-quicklauncher:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-panel-plugin-radio:
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-screenshooter:
- specfile cleanup
- added xfce4-screenshooter-fix-crash-with-some-wms.patch which
fixes a crash when taking a screenshot of a window with some
window managers (bxo#8080)
- correct dependencies
++++ xfce4-panel-plugin-wavelan:
- update to version 0.5.7
- port to libxfce4ui
- adapt to panel 4.9 and newer
- fix transparency and bar color
- explicitely link against libm
- dropped obsolete
xfce4-panel-plugin-wavelan-0.5.6-fix-transparency-and-bar-color.patch,
xfce4-wavelan-plugin-0.5.6-fix-libm-underlinking.patch
- specfile cleanup
- correct dependencies
- split off -lang subpackage
++++ xfce4-volumed:
- specfile cleanup
- correct dependencies
++++ xfmpc:
- specfile cleanup
- split off -lang subpackage
++++ yast2-installation:
- adapted to move of testX (see bnc#749184)
- 2.22.6
++++ yast2-packager:
- adapted to move of testX (see bnc#749184)
- 2.22.2
++++ yast2-product-creator:
- updated list of compression flags (bnc#755004)
- 2.22.6
------------------------------------------------------------------
------------------ 2012-4-2 - Apr 2 2012 -------------------
------------------------------------------------------------------
++++ accountsservice:
- Add accountsservice-fix-systemd-test-always-evaluating-true.patch
Make it possible to build accountsservice without systemd
(fdo#48190).
++++ acpid:
- Update to acpid 2.0.16
+ Add tests for required functions to configure.ac.
(configure.ac) (Ted Felix)
+ Move fchmod() before bind() on socket. Debian bug #664705.
(sock.c ud_socket.c ud_socket.h) (Ted Felix)
+ Switch back to chown() as fchown() doesn't appear to work with sockets.
(sock.c) (Ted Felix)
+ Add support for headphone (and other) jack switch events.
(input_layer.c) (AlexanderR)
+ Add notes on making the tarball.
(README) (Ted Felix)
++++ afflib:
- Updated to v3.7.0
* Per upstream: Changed license from BSD with advertising to BSD without advertising.
* I still found lots of BSD 4-clause references in the source, so I left specfile license field as BSD 4-clause
* ALL FILES: Audited for copyright.
* COPYING: Clarified that Basis copyright only applies to
* .gitignore: created file in preparation for move to github
++++ akonadi-google:
- Update to 0.3 (release)
++++ apache-commons-beanutils:
- update to 1.8.3 and rename to apache- to follow the upstream
- fixes in this release
* memory leak in jdk5/jdk6 BEANUTILS-291, BEANUTILS-366
* BEANUTILS-373 MethodUtils is not thread safe because WeakFastHashMap which
uses WeakHashMap is not thread-safe
* [BEANUTILS-371] Add constructors which have useColumnLabel parameter to
ResultSetDynaClass and RowSetDynaClass
* and a lot of other like NPE in BeanUtilsBean.setProperty()
++++ apache-commons-codec:
- add junit4 to fix a build fail
++++ apache-commons-logging:
- provide commons-logging
++++ arphic-ukai-fonts:
- updated to 20080216:
* This release comes as TrueType Collection with 4 font flavors:
* AR PL UKai CN: glyph shapes according to GB18030-2000
* AR PL UKai HK: glyph shapes according to the Ming-Uni reference font
and HKSCS printed material published by the HKSAR government
* AR PL UKai TW: glyph styles according to CNS11643
* AR PL UKai TW MBE: like "AR PL UKai TW" plus MBE glyph shapes in the
Bopomofo Extended block used for Minnan and Hakka
* For now, variants are only available for U+4EE4 and U+9AA8 as proof of
concept. All other glyphs have the same style throughout all flavors.
++++ arphic-uming-fonts:
- updated to 0.2.20080216:
* This release comes as TrueType Collection with 4 font flavors:
* AR PL UMing CN: glyph shapes according to GB18030-2000
* AR PL UMing HK: glyph shapes according to the Ming-Uni reference font
and HKSCS printed material published by the HKSAR government
* AR PL UMing TW: glyph styles according to CNS11643
* AR PL UMing TW MBE: like "AR PL UMing TW" plus MBE glyph shapes in the
Bopomofo Extended block used for Minnan and Hakka
* For now, variants are only available for U+4EE4 and U+9AA8 as proof of
concept. All other glyphs have the same style throughout all flavors.
++++ autofs:
- update 5.0.6 upstream patches to 20120402, fixing some bugs:
* use strtok_r() in linux_version_code()
* improve UDP RPC timeout handling
* allow MOUNT_WAIT to override probe
* fix rework error return handling in rpc code
* fix typo in libtirpc file name
* fix function to check mount.nfs version
* fix segmentation fault in get_query_dn() (bnc#752044)
- remove patches that are now upstream:
* autofs-5.0.6-fix-libtirpc-name-typo.patch
++++ baekmuk-bitmap-fonts:
- license update: HPND
SPDX format (and choose the correct license)
++++ lapack:
- Undo spec file obfuscation
++++ books:
- license update: GPL-2.0+ and SUSE-LDPL-2.0
SPDX format
++++ bundle-lang-common:
- update package list
++++ bundle-lang-gnome:
- update package list
++++ bundle-lang-gnome-extras:
- update package list
++++ bundle-lang-kde:
- update package list
++++ daps:
version 1.0 RC5:
* Bugfix:
- Setting stack size for FOP to 512k in wrapper script, otherwise
builds on i586 fail during hyphenation
Version 1.0 RC4
* Bugfix:
- Not all links were dereferenced with --static
++++ digikam:
- Add digikam-boost-1.48.patch to fix build with new boost
++++ gcin:
- Amend the post-install script of gcin-gtk3-immodule to avoid
adding gcin into gnome-shell more than once.
++++ glibc:
- Fix building on Armv5 (glibc-add-arm-dependency-libmemusage.patch)
++++ glibc:
- Fix building on Armv5 (glibc-add-arm-dependency-libmemusage.patch)
++++ gnome-session:
- Enable systemd support only for openSUSE >= 12.2. On earlier
versions, don't use libsystemd-daemon/libsystemd-login
pkgconfig() BuildRequires since systemd is too old there.
++++ gnome-system-monitor:
- Enable systemd support only for openSUSE >= 12.2. On earlier
versions, don't use libsystemd-daemon/libsystemd-login
pkgconfig() BuildRequires since systemd is too old there.
++++ gnuplot:
- Avoid to stumble on bug in QtCore.pc on older distributions
- Refresh patches to see in which C function each change is in
- Reenable bitmap terminals
++++ go:
- Add %godoc macro to help with packaging API docs
- Fixed some typos
- Removed checks for outdated SUSE versions
- update profile.d go.sh with $GOBIN for users
- cmd/go - re-enable building from binary only packages
we are a binary distro and the last minue change to go clean -i
disabled building from third party binary packages. package management
will be done via yast/zypper anyway and not go clean.
++++ iftop:
- update to 1.0pre2:
* reverse IPv6 using all methods except ares
* faster switching of graph scale
* fixed support for DLT_NULL
* fix for segfault on interfaces with no MAC address
* improved interface autodetect
* a stab at implementing support for radiotap interfaces (DLT 127).
- updated iftop-manpage.patch to fix manpage formatting warning
- remove INSTALL from installed files
- removed revious source
- removed iftop-1.0-includes_fix.patch
- removed counter_hash.h
++++ installation-images:
- adjust to package changes
- disable xen
++++ jakarta-commons-daemon:
- fix ppc64 architecture detection
++++ kaffeine:
- Add kaffeine-gcc47.patch: Fix build with gcc 4.7.
++++ kdebase4-workspace:
- Add patch for kde#297272 - KWin does not repaint window
shadow regions after closing window
++++ kdeaccessibility3:
- spec file cleanup
++++ kdeedu3:
- more spec file cleanup
++++ kdegames3:
- spec file cleanup
++++ kdepim4-runtime:
- Fix kde#297039 - KAlarm/Kontact crash
++++ kernel-debug:
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
- samsung-laptop: make the dmi check less strict (bnc#746695).
- commit 170a6a2
++++ kernel-default:
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
- samsung-laptop: make the dmi check less strict (bnc#746695).
- commit 170a6a2
++++ kernel-desktop:
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
- samsung-laptop: make the dmi check less strict (bnc#746695).
- commit 170a6a2
++++ kernel-source:
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
- samsung-laptop: make the dmi check less strict (bnc#746695).
- commit 170a6a2
++++ kernel-docs:
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
- samsung-laptop: make the dmi check less strict (bnc#746695).
- commit 170a6a2
++++ kernel-ec2:
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
- samsung-laptop: make the dmi check less strict (bnc#746695).
- commit 170a6a2
++++ kernel-pae:
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
- samsung-laptop: make the dmi check less strict (bnc#746695).
- commit 170a6a2
++++ kernel-syms:
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
- samsung-laptop: make the dmi check less strict (bnc#746695).
- commit 170a6a2
++++ kernel-trace:
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
- samsung-laptop: make the dmi check less strict (bnc#746695).
- commit 170a6a2
++++ kernel-vanilla:
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
- samsung-laptop: make the dmi check less strict (bnc#746695).
- commit 170a6a2
++++ kernel-xen:
- armv7l: Disable CONFIG_TOUCHSCREEN_EGALAX on default and u8500 due to missing infrastructure.
- commit b614c98
- samsung-laptop: make the dmi check less strict (bnc#746695).
- commit 170a6a2
++++ kiwi:
- fixed misleading error message when kiwi can't find the
image file on the pxe download server (bnc #754275)
- fixed oem installation with luks encrypted root filesystem
during the repartitioning the luks setup has to close down
otherwise the partition table is busy (bnc #754978)
- fixed test -z expression
- fixed creation of sat job list, eliminate duplicate jobs
- make sure solver failed packages/patterns are evaluated in info module
++++ kradio:
- fix build fail with directories not owned by a package
++++ libXcm:
- use final source package
- fix download link
++++ udev:
- there is no 40-ppc.rules anymore
++++ libplist:
- Update to version 1.8
* Add Cython based Python bindings
* Fix memory corruption in libcnary
* Fix building on Big Endian systems
* Removed glib dependency, libplist now uses bundled libcnary
* Fix building of Python bindings with GCC 4.6
- Do not build SWIG bindings for Python
- Remove gcc46_build_fix.patch due to upstream fixes
- Update pkgconfig patch
++++ portaudio:
- run spec_cleaner
- use full URL in Source tag
- add missing provides/obsoletes from previous rename
- use date in version number: makes more sense and otherwise the
obsoletes of the package rename would not work
- patch __DATE__ and __TIME__ references to help build-compare
++++ libreoffice-voikko:
- fix build with LibreOffice-3.5; basis directory does not longer exist
- call unopkg-sync-bundled in %posttrans and %post to update extensions
cache and make it actually working
- spec file clean up
++++ spice:
- Add spice-gcc47.patch: Fix build with gcc 4.7. Most of this used
to be in spice-signed-comparison.patch which got dropped with
latest update.
++++ libstorage:
- calculate max_primary for artificial XEN disks (bnc#754649)
++++ loki_setup:
- build require xorg-x11-devel to fix build on factory.
++++ monapo-fonts:
- IPA license
++++ openttd:
- update to 1.2.0-RC4
++++ perl:
- correct license statement
++++ phpMyAdmin:
- update to 3.4.10.2 (fix for bnc#755211)
- [security] Fixed local path disclosure vulnerability,
see PMASA-2012-2
http://www.phpmyadmin.net/home_page/security/PMASA-2012-2.php
++++ plasmoid-cwp:
- Update to version 1.5.14:
* xml: gismeteo.com: current wind condition fixed
++++ postfix:
- set exit code explicitely in cond_slp, systemd checks for it
++++ python-kdebase4:
- Add patch for kde#297272 - KWin does not repaint window
shadow regions after closing window
++++ python-nose:
- Move doc package into seperate spec to break build cycle between
python-nose and python-Pygments (pulled in by python-Sphinx)
++++ python-nose-doc:
- Move doc package into seperate spec to break build cycle between
python-nose and python-Pygments (pulled in by python-Sphinx)
++++ python-wxWidgets:
- Update to version 2.8.12.1:
* Compatible with wxWidgets-2.8.12 (bnc#740950).
* Added ToolTipString property to wx.Window.
* Bug and typo fixes.
- Require exact version of wxWidgets for build and runtime
(bnc#740950).
++++ qt3:
- delay libpng15 porting, it's gone from factory again
++++ qt3-devel-doc:
- delay libpng15 porting, it's gone from factory again
++++ qt3-extensions:
- delay libpng15 porting, it's gone from factory again
++++ remmina:
- use original tarball name to fix download check
- disable the NX plugin by default
++++ rubygem-arel-3_0:
- update to 3.0.2 - smaller fixes
++++ rubygem-nokogiri:
- update to 1.5.2
* Features
* XML::Builder#comment allows creation of comment nodes.
* CSS searches now support namespaced attributes. #593
* Java integration feature is added. Now, XML::Document.wrap
and XML::Document#to_java methods are available.
* RelaxNG validator support in the `nokogiri` cli utility. #591 (thanks, Dan Radez!)
* Bugfixes
* Fix many memory leaks and segfault opportunities. Thanks, Tim Elliott!
* extconf searches homebrew paths if homebrew is installed.
* Inconsistent behavior of Nokogiri 1.5.0 Java #620
* Inheriting from Nokogiri::XML::Node on JRuby (1.6.4/5) fails #560
* XML::Attr nodes are not allowed to be added as node children, so an
exception is raised. #558
* No longer defensively "pickle" adjacent text nodes on
Node#add_next_sibling and Node#add_previous_sibling calls. #595.
* Java version inconsistency: it returns nil for empty attributes #589
* to_xhtml incorrectly generates
when tag is empty #557
* Document#add_child now accepts a Node, NodeSet, DocumentFragment,
or String. #546.
* Document#create_element now recognizes namespaces containing
non-word characters (like "SOAP-ENV"). This is mostly relevant to
users of Builder, which calls Document#create_element for nearly
everything. #531.
* File encoding broken in 1.5.0 / jruby / windows #529
* Java version does not return namespace defs as attrs for ::HTML #542
* Bad file descriptor with Nokogiri 1.5.0 #495
* remove_namespace! doesn't work in pure java version #492
* The Nokogiri Java native build throws a null pointer exception
when ActiveSupport's .blank? method is called directly on a parsed
object. #489
* 1.5.0 Not using correct character encoding #488
* Raw XML string in XML Builder broken on JRuby #486
* Nokogiri 1.5.0 XML generation broken on JRuby #484
* Do not allow multiple root nodes. #550
* Fixes for custom XPath functions. #605, #606 (thanks, Juan Wajnerman!)
* Node#to_xml does not override :save_with if it is provided. #505
* Node#set is a private method [JRuby]. #564 (thanks, Nick Sieger!)
* C14n cleanup and Node#canonicalize (thanks, Ivan Pirlik!) #563
++++ rubygem-rack-1_4:
- Spec file cleanup:
* Prepare for Factory submission
++++ rubygem-rack-test-0_6:
- Spec file cleanup:
* Prepare for Factory submission
++++ shellinabox:
- fix build on powerpc
++++ suspend:
- Added patch from Frederic Crozat to enable plymouth support
++++ taskwarrior:
- update to taskwarrior 2.0.0
- changes from beta4
* 'age' component for urgency
* improved text wrapping in utf-8
* 'diagnostics' commands checks duplicated UUIDs
- remove external task-2.0.0.ref.pdf and install the one
bundled in source code
- ignore already upstreamed taskwarrior-lua52.patch
++++ timezone:
- update to 2012c:
* Morocco DST starts late April 2012
* Changes for Gaza, Hebron and Syria (for 2012)
* Haiti now follows US/Canada rules regarding DST
++++ timezone-java:
- update to 2012c:
* Morocco DST starts late April 2012
* Changes for Gaza, Hebron and Syria (for 2012)
* Haiti now follows US/Canada rules regarding DST
++++ vlgothic-fonts:
- license update: BSD-3-Clause and SUSE-mplus
See the LICENSE file
++++ whaawmp:
- specfile cleanup
- correct dependencies
- added whaawmp-rpmlintrc
- split off -lang subpackage
++++ x11-japanese-bitmap-fonts:
- license update: SUSE-Public_Domain and HPND
The x11/ fonts are not public domain
++++ xano-mincho-fonts:
- license update: SUSE-Xano
Added SUSE-Xano to list linked from license.opensuse.org. Fedora also
uses this categorisation
++++ xcm:
- fix Url
++++ xen:
- bnc#750679 - "ps2pdf xenapi.ps xenapi.pdf" fails for user abuild in Factory
add dummy xenapi.tex until ghostscript is fixed
++++ xfce4-dict:
- specfile cleanup
- correct dependencies
++++ xorg-x11-driver-video-intel-legacy:
- not needed for ppc (there is no intel cards available)
++++ yast2-security:
- testsuite: explicitely set the output of target.stat
- 2.22.5
++++ yast2-x11:
- added icewm config to keep Firefox window on top (bnc#749184)
- created package with testX binary from sax2-tools and
window-manager config from yast2-installation
- 2.22.0
------------------------------------------------------------------
------------------ 2012-4-1 - Apr 1 2012 -------------------
------------------------------------------------------------------
++++ aespipe:
- Fix spec formatting and licence
++++ kdepim4:
- Updated specfile to package all files created by the libkdepim.
(bnc#732019)
++++ kdesdk4:
- Fix broken permissions problem in script
++++ checkinstall:
- Split off language package.
- Correct "translations" patch:
* no locale renamed to nb.
* ru.po: /charset=KOI8-R/charset=UTF-8/.
- Correct "destdir" patch:
* don't strip while installig installwatch.so.
- Install man pages from Debian project.
- Install docs.
- Use full URL as a source.
- Cosmetic changes in spec.
++++ evince:
- Split package according to SLPP (bnc#737897):
+ Create subpackages:
- libevdocument3-4
- libevview3-3
- typelib-1_0-EvinceDocument-3_0
- typelib-1_0-EvinceView-3_0
+ Add Requires for all new subpackages to the -devel package.
+ Move /sbin/ldconfig from %post/%postun of evince to
%post/%postun of libevdocument3-4 and libevview3-3.
++++ xfce4-branding-openSUSE:
- added midori-branding-openSUSE
- added openSUSE package search to the list of search engines
- use opensuse.org as the default home page
++++ mx:
- Update to version 1.4.5:
+ adjustment: emit the "changed" signal if the value property
changes
+ application: ensure the singleton variable is properly
assigned
+ combo-box: don't use NULL when setting the ClutterText "text"
property
+ css: pseudo-class should be identified by ':' in debug output
+ dialog:
- ensure that the initial size of the dialog is correct
- disable the blurred background when using Clutter ≥ 1.10
+ entry: Don't emit the notify text signal on switching between
the hint text
+ scroll-view: clip around the child instead of setting
clip-to-allocation
+ table: fix sorting depth
+ test-containers: create a grid of actors in a group for
viewport tests
+ viewport: implement apply_transform and get_paint_volume
+ Changes from version 1.4.4:
+ Improved compatibility with Clutter 1.9
+ button: avoid setting the ClutterText "text" property to NULL
++++ gnome-boxes:
- Update to version 3.4.0.1:
+ Fix broken layouts.
+ Fix first-time connection to boxes requiring password.
+ Fix text color of notifications during selection mode.
+ Don't timeout notifications if main window isn't active so that
user can't easily miss them.
+ Box creation wizard:
- Remember the selected file/URL when going back to source
selection page.
- Forget the selected file/URL when box creation is cancelled.
- Install Fedora 16 and older from remote repository.
- Add SPICE agent channel to newly created domains so that
features like copy&paste with client/host work for guests
with vdagent drivers installed.
- Sane default sound and video devices for unknown OSs.
+ Rid of theme parser warnings.
+ Bugs fixed: bgo#670306, bgo#672159, bgo#672160, bgo#672528,
bgo#672853, bgo#672872, bgo#672983, bgo#673053.
+ Updated translations.
++++ gnome-control-center:
- Change /usr/bin/glxinfo Recommends to Mesa-demo-x Requires. Since
bnc#748373 has been resolved, we can require the real package
again.
++++ kde3-basket:
- Add basket-gcc47.patch: Fix build with gcc 4.7.
++++ kdeartwork3:
- add license information for the sound files (bnc#754072)
++++ kdelibs4:
- Remove wrongly added %kde_runtime_requires macro
++++ kdelibs4-apidocs:
- Remove wrongly added %kde_runtime_requires macro
++++ kdenetwork4:
- Add kdenetwork4-gcc47.patch: Fix build with gcc 4.7.
++++ lftp:
- update to 4.3.6:
* adds explicit retracker support (new setting torrent:retracker)
* adds support for HTTP status code 429 Too Many Requests
* improves FTP login error handling
* fixes errors reported by -Werror=format-security
* fixes HTTP error reporting
++++ libjreen:
- Update to version 1.0.5
* Fixed parsing of message's thread attribute
- Changes in 1.0.4
* Added support for in-band registration
* Added ability to force/deny compression/encryption
* Added CAPTCHA support
* Fixed IQ requests to yourself
* Fixed handling of messages' types in MessageSession
++++ spice:
- Update to version 0.10.1:
+ Mini header support.
+ Add server API for injecting a client connection socket.
+ Add Xinerama support to spicec.
+ Many bugfixes / code cleanups.
+ Requires spice-protocol >= 0.10.1
- Drop spice-signed-comparison.patch and
0001-server-red_parse_qxl.h-License-should-be-LGPLv2-rath.patch
Fixed upstream.
++++ libvirt-glib:
- Update to version 0.0.7:
+ Fix typo in filesystem access mode constant.
+ Remove incorrect encoding of XML attributes.
+ Add support for USB redirection devices.
+ Add support for SPICE agent device.
+ Fix typo in channel device target constant.
+ Make all string getters return a const string.
+ Keep list of devices sorted in original XML order.
++++ libvirt-glib:
- Update to version 0.0.7:
+ Fix typo in filesystem access mode constant.
+ Remove incorrect encoding of XML attributes.
+ Add support for USB redirection devices.
+ Add support for SPICE agent device.
+ Fix typo in channel device target constant.
+ Make all string getters return a const string.
+ Keep list of devices sorted in original XML order.
++++ midori:
- add branding subpackage
- specfile cleanup
++++ parole:
- specfile cleanup
- corrected dependencies
- merged parole-0.2.0.2-fix-lib-linking-order.patch into
parole-fix-linking.patch
++++ perl-Chart:
- update to 2.4.5: no upstream changelog available
++++ perl-URI:
- update to 1.60:
* avoid failure if the local hostname is 'foo' [RT#75519]
* fix RT#59274 - courtesy of a stupid 5.8.[12] join bug
++++ picard:
- Update to version 0.16 - 2011-10-23
- Added AcoustID support.
- Fixed track metadata plugins.
- Added new internal %_totalalbumtracks% tag field. (PICARD-16)
- Track metadata plugins now run also on non-album tracks. (PICARD-7)
- Fixed custom Various Artists name on the %albumartist% field. (PICARD-5)
- Album artist is now correctly "translated". (PICARD-1)
- Unicode punctuation is now converted to ASCII by default.
- WavPack correction files are moved together with the main files. (PICARD-15)
- Unicode filename normalization on OS X.
- Original release date is now saved into %originaldate%.
- Allow tagging with localized artist aliases (PICARD-17)
- Added a quit confirmation dialog. (PICARD-46)
- Standalone recordings can be tagged with relationships now. (PICARD-10)
- Refreshing an album will refresh its "other versions" listing. (PICARD-8)
- "Unicode punctuation to ASCII" now works on album-level metadata. (PICARD-50)
- DJ-mix tags should only be written to the medium where they apply. (PICARD-20)
- Support URL redirects in web service/network request module (PICARD-54)
- Jamendo and Archive.org cover art is displayed on web page, but not loaded by Picard plugin (PICARD-52)
- Edits to metadata in "Details..." menu not reflected in UI (PICARD-13)
- The status bar/new metadata box is updated when a selected file/track is changed. (PICARD-14)
++++ postgresql-plr:
- Fix formatting & licence scheme
++++ virtualbox:
- added vbox-gsoap_ssl.diff to fix building websrv with ssl support
- drop deprecated kernel-3.3.patch
- update to virtualbox 4.1.10 (This is a maintenance release):
* GUI: if 3D support on the host is not available for some reason, do not only disable this VM setting but also uncheck the checkbox
* VMM: fixed a potential problem causing to schedule interrupts during SYSEXIT right after STI
* VMM: fixed a potential guest memory corruption issue with page fusion
* VMM: adjusted the module matching algorithm for page fusion a little, generally resulting in slightly more shared pages
* Main: host interfaces no longer have "defaults" for IP address and network mask attributes
* Main: don't depend on a password for certain guest control operations (bug #10030)
* 3D Support: fixed Windows XP hosts support (4.1.8 regression; bugs #10071 and #10088)
* 3D Support: rendering fixes for Linux hosts with NVIDIA graphics
* 3D Support: fixed saved state issues (4.1.8 regression; bug #10126)
* 3D Support: WDDM driver: fixed powershell_ise crashes (bug #10167), make WPF-based apps work with Aero enabled, fixed additional possible WinSAT crashes
* VRDP: fixed remote clipboard compatibility issues with some clients
* Storage: fixed a possible data corruption when compacting VDI or VHD images with snapshots (32-bit hosts only)
* iSCSI: fixed crash when using incorrect credentials when authenticating with a LIO target (bug #10173)
* Serial: don't abort in host mode under rare error conditions (non-Windows hosts only)
* SDK: actually ship current C bindings
* SDK: fixed the Java glue code for JDK 1.7.0 (bug #9848)
* SDK: added Python example
* Metrics: make metrics collection more robust regarding blocked VMs
* Web service: added SSL/TLS support
* VBoxShell: fixed Guest Additions information lookup
* Solaris installer: fixed dependency checking while installing VirtualBox in a zone
* Linux hosts/guests: Linux 3.3-rc1 compile fixes
* Solaris hosts: fixed debug kernel panics while opening module CTF data (bug #9651)
* Mac OS X hosts: fixed Python support on Lion
* Linux Additions: make 3D passthrough work on OL/RHEL 6.2 (bug #10010)
* Linux Additions: fixed missing implementation when copying shared folder data through kernel high memory (bug #9878)
* Linux Additions: make sure all data is written when closing a memory mapped file on a shared folder
* Linux Additions: added support for X.Org Server 1.12
* Solaris Additions: fixed guest kernel driver to load properly on guest reboot (4.1.8 regression; bug #10113)
* Solaris Additions: fixed missing 64-bit OpenGL library VBoxOGL.so (bug #10151)
* Solaris Additions: fixed VBoxService import and start for Solaris 11 guests.
* Windows Additions: some Windows 8 adaptions
* Windows Additions: several fixes for shared folders (bug #9753)
* Guest control: miscellaneous bugfixes
++++ ristretto:
- update to version 0.3.6
- clear tooltip if image is closed
- provide mime-type when loading image, gdkpixbufloader makes
mistakes guessing it
- keep a list of file-monitors for each file when a selection of
files is opened
- make a difference between delete from disk and send to trash
++++ usb_modeswitch:
- New data package 20120120
- Update to 1.2.3
- Add BuildRequires tcl
- Using fdupes
++++ vegastrike:
- Upgraded to upstream 0.5.1.r1 source release
* Fixed: MIP loading on rectangular textures
* Fixed: tumbling capships while docking
* Issues #3487109, #2531359, #2808586, #2812869, #2879873,
[#2929602] fixed
++++ wireshark:
- Update to version 1.6.6:
+ wnpa-sec-2012-04: The ANSI A dissector could dereference a NULL
pointer and crash. (Bug 6823)
+ wnpa-sec-2012-05: The IEEE 802.11 dissector could go into an
infinite loop. (Bug 6809)
+ wnpa-sec-2012-06: The pcap and pcap-ng file parsers could crash
trying to read ERF data. (Bug 6804)
+ wnpa-sec-2012-07: The MP2T dissector could try to allocate too
much memory and crash. (Bug 6804)
+ The Windows installers now include GnuTLS 1.12.18, which fixes
several vulnerabilities.
+ Bugs fixed:
- ISO SSAP: ActivityStart: Invalid decoding the activity
parameter as a BER Integer. (Bug 2873)
- Forward slashes in URI need to be converted to backslashes if
WIN32. (Bug 5237)
- Character echo pauses in Capture Filter field in Capture
Options. (Bug 5356)
- Some PGM options are not parsed correctly. (Bug 5687)
- dumpcap crashes when capturing from pipe to a pcap-ng file
(e.g., when passing data from CACE Pilot to Wireshark). (Bug
5939)
- Unable to rearrange columns in preferences on Windows. (Bug
6077) (Note: this bug still affects the 64-bit package)
- No error for UDP/IPv6 packet with zero checksum. (Bug 6232)
- Wireshark installer doesn't add access_bpf in 10.5.8. (Bug
6526)
- Corrupted Diameter dictionary file that crashes Wireshark.
(Bug 6664)
- packetBB dissector bug: More than 1000000 items in the tree
possible infinite loop. (Bug 6687)
- ZEP dissector: Timestamp not always displayed correctly.
Fractional seconds never displayed. (Bug 6703)
- GOOSE Messages don't use the length field to perform the
dissection. (Bug 6734)
- Ethernet traces in K12 text format sometimes give bogus
"malformed frame" errors and other problems. (Bug 6735)
- max_ul_ext isn't printed/decoded to the packet details log in
GTP protocol packet. (Bug 6761)
- non-IPP packets to or from port 631 are dissected as IPP.
(Bug 6765)
- lua proto registration fails for uppercase proto /
g_ascii_strdown problem. (Bug 6766)
- no menu item Fle->Export->SSL Session Keys in GTK. (Bug 6813)
- IAX2 dissector reads past end of packet for unknown IEs. (Bug
6815)
- TShark 1.6.5 immediately crashes on SSL decryption (every
time). (Bug 6817)
- USB: unknown GET DESCRIPTOR response triggers assert failure.
(Bug 6826)
- IEEE1588 PTPv2 over IPv6. (Bug 6836)
- Patch to fix DTLS decryption. (Bug 6847)
- Expression... dialog crash. (Bug 6891)
- display filter "gtp.msisdn" not working. (Bug 6947)
- Multiprotocol Label Switching Echo - Return Code: Reserved(5)
(Bug 6951)
- ISAKMP : VendorID CheckPoint : Malformed Packet. (Bug 6972)
- Adding a Custom HTTP Header Field with a trailing colon
causes wireshark to immediately crash (and crash upon
restart). (Bug 6982)
- Radiotap dissector lists a bogus "DBM TX Attenuation" bit.
(Bug 7000)
- MySQL dissector assertion. (Ask 8649)
- Radiotap header format data rate alignment issues. (Ask 8649)
++++ xfburn:
- specfile cleanup
- correct dependencies
- drop xfburn-0.4.3-desktop.patch and edit files in place
- split off -lang subpackage
++++ xfce4-panel-plugin-battery:
- specfile cleanup
- correct dependencies
------------------------------------------------------------------
------------------ 2012-3-31 - Mar 31 2012 -------------------
------------------------------------------------------------------
++++ Terminal:
- added defattrc to filelist to fix the build on 11.4
++++ kdepim4:
- Add xz to BuildRequires
++++ kdetoys4:
- Add xz to BuildRequires
++++ analitza:
- Add xz to BuildRequires
++++ blinken:
- Add xz to BuildRequires
++++ kdegames4:
- Add xz to BuildRequires
++++ calibre:
- update to 0.8.45
++++ cantor:
- Add xz to BuildRequires
++++ kdesdk4:
- Add xz to BuildRequires
++++ kdebase4:
- Add xz to BuildRequires
++++ kdemultimedia4:
- Add xz to BuildRequires
++++ epdfview:
- split off -lang subpackage
- specfile cleanup
- drop epdfview-0.1.7-desktop.patch and edit the desktop file in
place
++++ xfce4-branding-openSUSE:
- own %{_datadir}/desktop-directories/ for >= 12.1
++++ exo:
- fix provides
++++ filelight:
- Add xz to BuildRequires
++++ libxfce4ui:
- recommending the branding package is enough
++++ go:
- change provides to match go release string as per VERSION file
- fix %pre, %post etc godoc service statement
++++ gtk-xfce-engine:
- specfile cleanup
++++ gwenview:
- Add xz to BuildRequires
++++ iproute2:
- Distribute COPYING file for rpm(bnc#745225).
++++ jovie:
- Add xz to BuildRequires
++++ kaccessible:
- Add xz to BuildRequires
++++ kactivities4:
- Add xz to BuildRequires
++++ kalgebra:
- Add xz to BuildRequires
++++ kalzium:
- Add xz to BuildRequires
++++ kanagram:
- Add xz to BuildRequires
++++ kate:
- Add xz to BuildRequires
++++ kbruch:
- Add xz to BuildRequires
++++ kcalc:
- Add xz to BuildRequires
++++ kcharselect:
- Add xz to BuildRequires
++++ kcolorchooser:
- Add xz to BuildRequires
++++ kdeadmin4:
- Add xz to BuildRequires
++++ kdebase4-workspace:
- Change the entry for sysinfo in kickoff to "My Computer" to make
it consistent with the actual window (bnc#626886)
- Add xz to BuildRequires
- Remove kdepimlibs4 requirement from base package because this has
now been moved into the subpackages that have a real requirement.
++++ kde4-l10n:
- Add xz to BuildRequires
++++ kde4-printer-applet:
- Add xz to BuildRequires
++++ kdeartwork4:
- Add xz to BuildRequires
++++ kdebase4-runtime:
- Add xz to BuildRequires
++++ kdebase4-wallpapers:
- Add xz to BuildRequires
++++ kdegraphics-strigi-analyzer:
- Add xz to BuildRequires
++++ kdegraphics-thumbnailers:
- Add xz to BuildRequires
++++ kdenetwork4:
- Add xz to BuildRequires
++++ kdepim4-runtime:
- Add xz to BuildRequires
++++ kdepimlibs4:
- Add xz to BuildRequires
++++ kdf:
- Add xz to BuildRequires
++++ kdewebdev4:
- Add xz to BuildRequires
++++ kfloppy:
- Add xz to BuildRequires
++++ kgamma:
- Add xz to BuildRequires
++++ kgeography:
- Add xz to BuildRequires
++++ kgpg:
- Add xz to BuildRequires
++++ khangman:
- Add xz to BuildRequires
++++ kig:
- Add xz to BuildRequires
++++ kamera:
- Add xz to BuildRequires
++++ kiten:
- Add xz to BuildRequires
++++ kiwi:
- make sure libkmod stays in the initrd
- make sure solver problems are evaluated in info module
++++ klettres:
- Add xz to BuildRequires
++++ kmousetool:
- Add xz to BuildRequires
++++ kmouth:
- Add xz to BuildRequires
++++ kmplot:
- Add xz to BuildRequires
++++ kolourpaint:
- Add xz to BuildRequires
++++ konsole:
- Add xz to BuildRequires
++++ kremotecontrol:
- Add xz to BuildRequires
++++ kruler:
- Add xz to BuildRequires
++++ ksaneplugin:
- Add xz to BuildRequires
++++ ksnapshot:
- Add xz to BuildRequires
++++ kstars:
- Add xz to BuildRequires
++++ ktimer:
- Add xz to BuildRequires
++++ ktouch:
- Add xz to BuildRequires
++++ kturtle:
- Add xz to BuildRequires
++++ kwalletmanager:
- Add xz to BuildRequires
++++ kwordquiz:
- Add xz to BuildRequires
++++ util-linux:
- update to util-linux-2.21.1
- bugfix release
++++ libgarcon:
- update to version 0.1.11
- use applications-science icon for education directory
- translation updates
++++ libkdcraw:
- Add xz to BuildRequires
++++ libkdeedu4:
- Add xz to BuildRequires
++++ libkexiv2:
- Add xz to BuildRequires
++++ libkipi:
- Add xz to BuildRequires
++++ libksane:
- Add xz to BuildRequires
++++ lua51:
- Correction in Provides and Obsolete for lua-libs
++++ marble:
- Add xz to BuildRequires
++++ rocs:
- Add xz to BuildRequires
++++ kdebindings-smokekde:
- Add xz to BuildRequires
++++ tumbler:
- update to version 0.1.24
- link all plugins that use rint() against libm
- call dbus_g_thread_init() to fix threading issues
- add application/vnd.rn-realmedia to the ffmpeg plugin
- explicitly link against gmodule
- avoid accessing list elements after they have been freed
- make sure to include PLATFORM flags everywhere
- translation updates
++++ mobipocket:
- Add xz to BuildRequires
++++ okular:
- Add xz to BuildRequires
++++ parley:
- Add xz to BuildRequires
++++ perl-App-Cmd:
- updated to 0.317
App::Cmd::Tester now reports exit code 1 for unknown commands, as
App::Cmd would exit(1) in that case; addresses
https://rt.cpan.org/Public/Bug/Display.html?id=73084 reported by
David Golden
++++ python-kde4:
- Add xz to BuildRequires
++++ python-kdebase4:
- Change the entry for sysinfo in kickoff to "My Computer" to make
it consistent with the actual window (bnc#626886)
- Add xz to BuildRequires
- Remove kdepimlibs4 requirement from base package because this has
now been moved into the subpackages that have a real requirement.
++++ ristretto:
- specfile cleanup
++++ step:
- Add xz to BuildRequires
++++ sweeper:
- Add xz to BuildRequires
++++ thunar-volman:
- update to version 0.6.1
- do not make icon names translatable
- auto generate the ChangeLog
- translation updates
++++ xfce4-notifyd:
- split off -lang subpackage
- specfile cleanup
------------------------------------------------------------------
------------------ 2012-3-30 - Mar 30 2012 -------------------
------------------------------------------------------------------
++++ NetworkManager-openconnect:
- Add NetworkManager-openconnect-0.9.4-dropping_privs_check.patch:
check for success when dropping privileges. This issue was raised
by the security team in bnc#732915, comments 13-16. Patch taken
from upstream.
++++ R-base:
- Upstream updated to 2.15.0
- see, as usual, /usr/lib/R/doc/NEWS.html
++++ Terminal:
- specfile cleanup
- correct dependencies
- improve packaging of localized manpages
++++ alsa-plugins:
- stop recommending -32bit packages
++++ lapack:
- Fixed building on openSUSE 11.4 by fixing defattr
- Made the package groups consistent: Development/Libraries/Parallel
- Cleaned up spec file formatting
- Made all requires use the new package naming
++++ ccrtp:
- license update: SUSE-GPL-2.0+-with-openssl-exception
fix subpackage
++++ daps:
Version 1.0 RC3
* Bugfixes:
- Issuing hint on missing formatter scripts only when verbosity
is >= 1
- spec-file: Fixed typo on suse-xsl-stylesheet recommends
python-xml needs to be a general requirement
- fixed path to callouts and style images for FO
* Lots of minor documentation fixes/enhancements
++++ xfce4-branding-openSUSE:
- enable GNOME compatibility mode in order to start gnome-keyring
by default (bnc#754700)
- adapt to renamed packages
++++ kdebase3:
- recommend udisks so to ensure that udisks-1 is installed,
for automount script
- watch also /run/mount/utab for future udisks-2 compatibility
++++ freerdp:
- added freerdp-fix-bitmap-cache.patch fixing a problem with the
bitmap cache resulting in garbled images
(https://github.com/FreeRDP/FreeRDP/issues/348)
++++ freetype2:
- Unbreak SLE builds
++++ gdl:
- Update to version 3.4.1:
+ Fix shared library name.
- Add gdl-soversion.patch: additional fix for soversion, taken from
git.
- Rename libgdl-3-3 back to libgdl-3-2 now that soversion is fixed.
++++ gigolo:
- specfile cleanup
- correct dependencies
- build using autotools rather than waf
++++ go:
- Export $GOBIN for the %gobuild() macro
++++ goobox:
- Update to version 3.0.1:
+ Fixed compilation linking explicitly to the math library.
+ Updated translations.
++++ unico:
- Update to version 1.0.2:
+ Updated to work with Gtk+ 3.4.0.
+ Fixed one memory leak.
+ Allow using a texture for the resize grip.
- Add explicit pkgconfig(cairo) and pkgconfig(glib-2.0)
BuildRequires so they can be versioned.
++++ gvfs:
- Add udisks2 Recommends to backends subpackage when udisks2
support is enabled: we need udisks2 for the volume monitor to
work.
++++ iproute2:
- Update to new upstream release 3.3.0
* This release updates qdisc parameters in sfq and red, adds Netem
extensions for shaping and for loss models, adds lots of manual
page corrections, adds the QFQ scheduler and the LLDP-to-ethernet
type table (along with support for processless network namespaces
and L2TPv3 plus L2TP tunneling), improves RED options, and adds
assorted bugfixes.
++++ kde3-i18n:
- adapt to kdelibs3 change that moves manpages to /opt
++++ kernel-debug:
- drm/i915: suspend fbdev device around suspend/hibernate
(bnc#732908).
- commit 028c29f
++++ kernel-default:
- drm/i915: suspend fbdev device around suspend/hibernate
(bnc#732908).
- commit 028c29f
++++ kernel-desktop:
- drm/i915: suspend fbdev device around suspend/hibernate
(bnc#732908).
- commit 028c29f
++++ kernel-source:
- drm/i915: suspend fbdev device around suspend/hibernate
(bnc#732908).
- commit 028c29f
++++ kernel-docs:
- drm/i915: suspend fbdev device around suspend/hibernate
(bnc#732908).
- commit 028c29f
++++ kernel-ec2:
- drm/i915: suspend fbdev device around suspend/hibernate
(bnc#732908).
- commit 028c29f
++++ kernel-pae:
- drm/i915: suspend fbdev device around suspend/hibernate
(bnc#732908).
- commit 028c29f
++++ kernel-syms:
- drm/i915: suspend fbdev device around suspend/hibernate
(bnc#732908).
- commit 028c29f
++++ kernel-trace:
- drm/i915: suspend fbdev device around suspend/hibernate
(bnc#732908).
- commit 028c29f
++++ kernel-vanilla:
- drm/i915: suspend fbdev device around suspend/hibernate
(bnc#732908).
- commit 028c29f
++++ kernel-xen:
- drm/i915: suspend fbdev device around suspend/hibernate
(bnc#732908).
- commit 028c29f
++++ kimtoy:
- Update version 1.6
* statusbar will not overlap fullscreen application
* fix scim-kconfig symbol name so to be loaded correctly
* rewrite scim-panel using dbus-c++
* fix the issue that scim panel freezes after quit
* add trayicon bar mode
* disable statusbar theme and property widget meanwhile
* fix a rare crash in loading theme
* update libpng-apng copy to 1.5.9
++++ kiwi:
- v5.02.21 released
- fixed incorrect fstab entry created for read-only systems
- fixed identifyDevice() to calculate the correct index for
accessing an entry in the deviceArray list
- moved from md5_base64 to md5_hex for the creation of random
repo alias names. md5_base64 could create names with a '/'
and that causes trouble when checking for the existence of
the repo file. In order to avoid to implement the same
escape code as used by zypper in kiwi for such alias names,
I'd better moved the code to create hex number based alias
names
++++ libQtWebKit4:
- Sync with Qt 4.8.1
++++ openscap:
- Updated to 0.8.2
- XCCDF check-import support
- XSLT transformation for XCCDF 1.1 to 1.2 migration
- SCE reports now optionally use the new check-import functionality
and don't need separate SCE result files
- bug fixes
++++ pcsc-lite:
- Updated to version 1.8.3
* ignore directories and hidden (.*) files when parsing a
configuration directory (like /etc/reader.conf.d/)
* fix a bug in PC/SC spy tool when loading of the real library
fails
* add
PCSCv2_PART10_PROPERTY_dwMaxAPDUDataSize,
PCSCv2_PART10_PROPERTY_wIdVendor,
PCSCv2_PART10_PROPERTY_wIdProduct
from PC/SC v2 part 10 release 2.02.09
* Some other minor improvements and bug corrections
++++ libquicktime:
- update to 1.2.4:
* upgrades for newer ffmpeg versions
* 10 bit DNxHD support
* limited support for edit lists in the public API
* several fixes
++++ open-vm-tools:
- Build vmci as first module and copy Modules.symvers to source of
all subsequent modules to be built. Fixes issues where vmhgfs for
example does not have all symbols available and fails to load
[bnc#703959].
- Add a tools.conf to the package. All settings are left to default
except [guestinfo] / disable-perf-mon=1, which resolves
bnc#698181.
++++ xfce4-session:
- specfile cleanup
- corrected dependencies
- split off libxfsm-4_6-0, -doc and -lang subpackages
- added xfce4-session-respect-session-save-setting.patch in order
to respect the value of the "/general/SaveOnExit" option from
xfce4-session in the logout panel plugin as well (bxo#7915)
++++ man-pages-fr:
- license update: GPL-2.0 and GPL-2.0+ and BSD-3-Clause and GFDL-1.1 and
GFDL-1.2
SPDX format for aggregation
++++ man-pages-it:
- license update: GPL-2.0 and GPL-2.0+ and BSD-3-Clause and GFDL-1.1
SPDX compatible license listing
++++ man-pages-ja:
- license update: GPL-2.0 and BSD-3-Clause and GFDL-1.1 and GFDL-1.2 and
GFDL-1.3
SPDX format for the aggregation
++++ manufacturer-PPDs:
- Empty the changelog section in the spec file.
++++ mono-kde4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ mplus-fonts:
- SUSE-mplus license
++++ opensuse-manuals_en:
- Update text and image files.
++++ orage:
- specfile cleanup
- correct dependencies
- split off -doc subpackage
++++ postgresql-plr:
- Fix installation directory : goes to extension now
- Added missing expected plr.out to doc as sample howto
++++ python-gnupg:
- Update to 0.2.9:
- Fixed Issue #36 : Now handles CARDCTRL and POLICY_URL messages.
- Fixed Issue #40 : Now handles DECRYPTION_INFO, DECRYPTION_FAILED
and DECRYPTION_OKAY messages. The random_binary_data file is no
longer shipped, but constructed by the test suite if needed.
++++ python-pymetar:
- Update to version 0.19:
+ Fix COPYING, make man page installable.
+ More GPL fixes and single-char-obj cleanup.
+ Typo-fix & regenerate man page and HTML.
+ Fix RE bug in condition extraction code.
+ Add test for sky conditions.
- Drop python-pymetar-add-manpage.patch as fix upstreamed.
++++ rubygem-cssmin:
- Initial version
++++ rubygem-rack-1_4:
- handle /usr/bin/rackup via update-alternatives
++++ rubygem-tilt-1_1:
- add missing provides for old -1 package name
++++ shotwell:
- Update to version 0.12.1:
+ Fix a critical issue where the application could not be started
in direct-edit mode.
++++ suse-xsl-stylesheets:
Version 1.9.2:
* Bugfixes:
- fixed SGML catalog entry generation when updating the package
- fixed path to admon graphics in fo stylesheets
- added svg admonition graphics for fo builds
- Fixed empty fo:table-cell with fo:block to make FOP happy
- Added missing booktitlepage.color.logo parameter to fo
stylesheets
- Renamed obsolete dtdroot to styleroot in fo stylesheets
- fixed broken callout generation for XEP and FOP
* Added more flexibilty to flyer layout: headline url can now
be set per suse-quickstart pi with attribute url
++++ trader:
- Complete translation added.
++++ wine:
- Updated to 1.5.1 development snapshot
- Built-in JavaScript now preferred over Gecko in most cases.
- Support for scalable font resources.
- Fixes for audio and video playback.
- Support for script decoding in JScript.
- Various bug fixes.
++++ xfce4-icon-theme:
- specfile cleanup
++++ xfce4-power-manager:
- update to version 1.0.11
- don't attach to the status icon if libnotify >= 0.7
- fix default spin down toggle value
- support NetworkManager 0.9
- fix libnotify detection of
notify_notification_attach_to_status_icon
- fix broken empty battery icon
- change backlight property type to long
- only dim brightness if the current level is brighter
- refresh adaptor icon when battery device removed
- optimize icons
- translation updates
- dropped obsolete
xfce4-power-manager-1.0.10-fix-libnotify-0.7.patch,
xfce4-power-manager-1.0.10-support-networkmanager-0.9.patch,
xfce4-power-manager-1.0.10-fix-broken-icon.patch
- specfile cleanup
- correct dependencies
- split off -lang and -doc subpackages
++++ xfce4-settings:
- specfile cleanup
- correct dependencies
- added xfce4-settings-fix-keyboard-shortcut-settings.patch in
order to clear out all old entries in the list of shortcuts when
resetting the keyboard shortcuts in order to prevent duplicates
(bxo#8138)
++++ xfce4-taskmanager:
- specfile cleanup
- split off -lang subpackage
++++ xfce4-vala:
- specfile cleanup
- correct dependencies
++++ xfwm4-themes:
- specfile cleanup
++++ yast2-sysconfig:
- fixed displaying UTF-8 values (bnc#728588), fixed handling values
containing single quotes
- 2.22.0
------------------------------------------------------------------
------------------ 2012-3-29 - Mar 29 2012 -------------------
------------------------------------------------------------------
++++ kdepim4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ almanah:
- Add %glib2_gsettings_schema_* schema handling in preamble and
post/postun.
- Don't complicate post/postun with checks for obsoleted openSUSE
versions.
++++ alsa-oss:
- stop recommending alsa-oss-32bit
++++ kdetoys4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ analitza:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ ark:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ arphic-fonts:
- SUSE-Arphic license
++++ arphic-ukai-fonts:
- SUSE-Arphic license
++++ arphic-uming-fonts:
- SUSE-Arphic license
++++ autoyast2:
- merged proofread texts
++++ bitstream-vera-fonts:
- SUSE-Bitstream-Vera license
++++ blinken:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdegames4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ cantor:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdesdk4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ crmsh:
- Change how appropriate version of pacemaker for ticket support is
required (bnc#752241)
++++ daps:
Version 1.0 RC2
* Bugfixes:
- issue a hint rather than exiting when XEP/FOP_WRAPPER do not
exist
- daps_xslt/yelp/*.xsl was not installed by make install
++++ kdebase4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdemultimedia4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ filelight:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdebase3:
- move man pages to /opt/kde3/share/man
- reenable man pages previously deleted due to conflict with KDE4
++++ foomatic-filters:
- BuildRequire only ghostscript-mini-devel (instead of
ghostscript-devel and ghostscript-library) because
in the "Printing" repository Ghostscript is cleaned up
and upgraded to a stable release >= 9.05 (bnc #735824)
where ghostscript-library is replaced
by ghostscript plus ghostscript-devel
and ghostscript-mini plus ghostscript-mini-devel.
++++ gl2ps:
- license update: LGPL-2.0+ or SUSE-GL2PS-2.0
SPDX format and include the other half of the license choice
++++ glibc:
- Fix crash when nscd is not running (bnc#741021) properly
and disable patch glibc-revert-netlink-cache.patch
++++ glibc:
- Fix crash when nscd is not running (bnc#741021) properly
and disable patch glibc-revert-netlink-cache.patch
++++ grub2:
- Add Requires to os-prober as script depends on it for probing
foreign os (bnc#753229)
++++ gstreamer-0_10-plugins-good:
- Don't recommend gstreamer-0_10-plugin-esd if only libesd0 is
installed. Recommend it when esound-daemon is installed.
++++ gthumb:
- Update to version 2.90.2:
+ New features and user visible changes:
- Added a Location dialog to enter the path to display.
- Copy/Move dialog: save the list of the last 10 choosed
folders.
- Added a tool to import the embedded metadata in the gThumb
comment system.
- Map view: added a scale on the map.
+ Bugs fixes:
- Show "Moving" instead of "Copying" when moving a file.
- Fixed some performance issues when updating thumbnails.
- Fixed many memory leaks.
+ Other bugs fixed: bgo#672184, bgo#671940, bgo#671892,
bgo#671451
+ Updated translations.
- Drop gthumb-gdk_window.patch: fixed upstream.
++++ gwenview:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ hawk:
- Requite appropriate version of pacemaker package for ticket support
(bnc#752242, bnc#752241)
++++ ipa-ex-fonts:
- IPA license
++++ ipa-fonts:
- IPA license
++++ ipa-uigothic-fonts:
- IPA license
++++ jovie:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kaccessible:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kactivities4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
- Remove obsolete kded module desktop file
++++ kalgebra:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kalzium:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kanagram:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kate:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kbiff:
- move manpages to /opt
++++ kbruch:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kcalc:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kcharselect:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kcolorchooser:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdeadmin4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kde4-filesystem:
- bump version requirements to 4.8.2
++++ kdebase4-workspace:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
- Stop installing redundant Network Management backends
++++ kde4-l10n:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kde4-printer-applet:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdeartwork4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdebase4-runtime:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdebase4-wallpapers:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdebindings-smokegen:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdebindings3:
- move man pages to /opt/kde3/share/man
++++ kdebindings3-java:
- move man pages to /opt/kde3/share/man
++++ kdebindings3-javascript:
- move man pages to /opt/kde3/share/man
++++ kdegraphics-strigi-analyzer:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdegraphics-thumbnailers:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdelibs4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdelibs4-apidocs:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdenetwork4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdepim4-runtime:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdepimlibs4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdesdk3:
- move man pages to /opt/kde3/share/man
++++ kdf:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdewebdev4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kfloppy:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kgamma:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kgeography:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kgpg:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ khangman:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kig:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kamera:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kiten:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kiwi:
- make sure ZYPP_LOCKFILE_ROOT is set appropriately when zypper
is used with --root option (bnc #753818)
++++ klettres:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kmousetool:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kmouth:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kmplot:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kolourpaint:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ konsole:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kremotecontrol:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kruler:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ ksaneplugin:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ ksnapshot:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kstars:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ ktimer:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ ktouch:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kturtle:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kwalletmanager:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kwordquiz:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ libgexiv2:
- Update to version 0.4.1:
+ Always build with -fPIC.
++++ libkdcraw:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ libkdeedu4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ libkexiv2:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ libkipi:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ libksane:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ lua:
- Correction in Provides and Obsolete for lua-libs
- Passed the spec file through spec-cleaner
++++ marble:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ pacemaker:
- Add provides to identify support level for tickets (bnc#752241)
++++ plymouth:
- Ensure that both grub and grub2 are adjusted with regards to the
splash parameter. Running grub2-mkconfig to have the right
configuration.
- Installation of themes are not causing any reset of the selected
default theme anymore. Now this only happens when a theme is
installed and the default theme is set to TEXT.
++++ libpng12:
- updated to 1.2.49: [bnc#754745]
Revised png_set_text_2() to avoid potential memory corruption (fixes
CVE-2011-3048).
Prevent PNG_EXPAND+PNG_SHIFT doing the shift twice.
++++ libpng14:
- updated to 1.4.11: [bnc#754745]
Revised png_set_text_2() to avoid potential memory corruption (fixes
CVE-2011-3048).
Prevent PNG_EXPAND+PNG_SHIFT doing the shift twice.
++++ python3-base:
- update to 3.2.3rc2
* fixes several security issues:
* CVE-2012-0845, bnc#747125
* CVE-2012-1150, bnc#751718
* CVE-2011-4944, bnc#754447
* CVE-2011-3389, bnc#754677
- fix for insecure .pypirc (CVE-2011-4944, bnc#754447)
- disable test_gdb because it is broken by our gdb
++++ libqt4:
- update to 4.8.1:
* extremely long list of forward and backward compatible
bug fixes. see included changes-4.8.1 for details
++++ libqt4-devel-doc:
- update to 4.8.1:
* extremely long list of forward and backward compatible
bug fixes. see included changes-4.8.1 for details
++++ libqt4-sql-plugins:
- update to 4.8.1:
* extremely long list of forward and backward compatible
bug fixes. see included changes-4.8.1 for details
++++ qwt6:
- license update: SUSE-QWT-1.0
Added to spreadsheet linked at license.opensuse.org. Package warrants its
own license
++++ mono-qt4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ rocs:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdebindings-smokekde:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ kdebindings-smokeqt:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ net-snmp:
- fix agent crash when reloading a subagent (AgentX) during a query
(bnc#670789)
- add OCFS2 to the list of known file systems
++++ tiff:
- Add lzma support
- Implement %check
- Drop visibility patch because it breaks compilation
++++ vcdimager:
- Split off libvcdinfo0 as a separate package and cleaned up spec.
++++ xfconf:
- corrected dependencies
- split of -lang subpackage
- specfile cleanup
++++ m2300w:
- BuildRequire ghostscript-mini (instead of ghostscript-library)
because ghostscript-mini is sufficient to build it
(related to Ghostscript cleanup bnc#735824).
- Updated m2300w-0.51-resolution.patch.
++++ man-pages-cs:
- license update: GPL-2.0+ and BSD-3-Clause and GFDL-1.1 and GFDL-1.2 and
GPL-2.0
PERMISSIVE-OSI-COMPLIANT is not recognised
- updated to 0.18.20090209
* downloaded from http://tropikhajma.sweb.cz/man-pages-cs/,
url tag now contains this address
* upstreamed DESTDIR patch
++++ mobipocket:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ nss-myhostname:
- Use addFilter for rpmlintrc.
++++ obs-service-format_spec_file:
- licenses update
++++ okular:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ openvpn:
- Fixed SLES build readding Group tags to sub-packages in spec,
not require libselinux-devel on SLE-10 and datadir/doc cleanup.
++++ oxygen-icon-theme:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ pam_userpass:
- license update: ISC
Obligations most akin to http://www.spdx.org/licenses/HPND
++++ paratype-pt-mono-fonts:
- Update to 1.002OFL.
* Added Bold style.
++++ parley:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ perl-kde4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ perl-qt4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ pg_comparator:
- New version: 1.8.1
++++ phpPgAdmin:
- update to 5.0.4
- Released: 22th March 2012
- Bug fixes.
* Fix #3468882 "UPDATE single row with varchar key: empty where
clause", reported by "Dirk Kraemer"
* Fix XSS in function.php, reported by Mateusz Goik
* Fix bug where renaming a tablespace was leading to an error
* Fix a bug where clicking to "Show all schemas" on schema
privilege page leads back to the latest tab used in database level
* Fix a bug when executing a query from the history
* Fix bad confirmation message when droping an autovacuum table setup
* Fix bug #3429633 '"Back" link from "Browse" leads to error'
* Fix a PHP warning when Slony conf parameters are not set
* Show cancel/kill actions in process page only if role is a superuser
* Some more small code cleanup and fixes.
- fix for bnc#754694 (CVE-2012-1600)
* https://bugzilla.novell.com/show_bug.cgi?id=754694
++++ plasma-addons:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ polkit-default-privs:
- add org.kde.recorditnow.helper.watch (bnc#753908)
- add org.gnome.settings-daemon.plugins.wacom.wacom-led-helper (bnc#750795)
++++ python-html5lib:
- Use upstream tarball
- Don't install tests, but install README
++++ python-kde4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ python-kdebase4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
- Stop installing redundant Network Management backends
++++ ruby-kde4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ ruby-qt4:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ step:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ superkaramba:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ sweeper:
- update to 4.8.2
* see http://kde.org/announcements/changelogs/changelog4_8_1to4_8_2.php for details
++++ t1utils:
- license update: ISC
Obligations most akin to ISC license (http://www.spdx.org/licenses/ISC)
++++ telepathy-salut:
- Update to version 0.7.2:
+ Enhancements:
- fdo#18530: Support for IPv4 and IPv6 types for the local
socket for file transfer
- Several improvements on Windows (fdo#45716, fdo#46345,
fdo#47072, fdo#47429, fdo#47729)
+ Fixes:
- fdo#31729: The ContactList interface is now actually
advertised as supported
- Pass --disable-static to configure to avoid shipping a .a file.
++++ timezone:
- adjust license to spdx.org format (bnc#752642)
++++ timezone-java:
- adjust license to spdx.org format (bnc#752642)
++++ trader:
- Initial openSUSE package
- Add german translation and add de to po/LINGUAS
++++ virt-manager:
- added missing requirements python-gobject, python-gtk,
python-gconf and xorg-x11-fonts
++++ wqy-bitmap-fonts:
- GPL-2.0-with-font-exception license
++++ wqy-microhei-fonts:
- Apache-2.0 or SUSE-GPL-3.0+-with-font-exception license
++++ wqy-zenhei-fonts:
- GPL-2.0-with-font-exception license
++++ xfce4-appfinder:
- split off -lang subpackage
- corrected dependencies
- specfile cleanup
++++ xfdesktop:
- split off -lang subpackage
- specfile cleanup
++++ xfwm4:
- split-off -lang subpackage
- correct dependencies
- do not regenerate documentation
- specfile cleanup
++++ yast2:
- merged proofed texts
- 2.22.6
++++ yast2-add-on:
- merged proofread texts
- confirmed license
- 2.22.0
++++ yast2-add-on-creator:
- merged proofread texts
- 2.22.1
++++ yast2-audit-laf:
- merged proofread texts
- 2.22.1
++++ yast2-autofs:
- merged proofread texts
- confirmed license
- 2.22.0
++++ yast2-backup:
- merged proofread texts
- confirmed license
- 2.22.1
++++ yast2-ca-management:
- merged proofed texts
++++ yast2-country:
- merged proofed texts
- 2.22.5
++++ yast2-dhcp-server:
- merged proofed texts
- confirmed license
- 2.22.0
++++ yast2-fcoe-client:
- merged proofread texts
- V 2.22.3
++++ yast2-fingerprint-reader:
- merged proofread texts
- 2.22.2
++++ yast2-firstboot:
- merged proofed texts
- 2.22.1
++++ yast2-ftp-server:
- merged proofed texts
- confirmed license
- 2.22.0
++++ yast2-http-server:
- merged proofed texts
- confirmed license
- 2.22.0
++++ yast2-iscsi-client:
- merged proofed texts
++++ yast2-iscsi-server:
- merged proofed texts
++++ yast2-kerberos-client:
- merged proofread texts
- 2.22.2
++++ yast2-ldap-server:
- fixed build failure (symlink to find include file)
- 2.22.2
++++ yast2-network:
- merged proofread texts
++++ yast2-nis-client:
- merged proofread texts
- 2.22.2
++++ yast2-online-update:
- merged proofread texts
- 2.22.2
- corectly handle the output of installation's ContinueCancel popup
- 2.22.1
++++ yast2-profile-manager:
- merged proofread texts
- 2.22.3
++++ yast2-samba-client:
- merge proofread texts
- 2.22.2
++++ yast2-samba-server:
- merge proofread texts
- 2.22.2
++++ yast2-security:
- merge proofread texts
- 2.22.4
++++ yast2-snapper:
- merge proofread texts
- 2.22.4
++++ yast2-sound:
- merge proofread texts
++++ yast2-sshd:
- merge proofread texts
++++ yast2-sudo:
- merge proofread texts
- confirmed license
- 2.22.0
++++ yast2-sysconfig:
- merge proofread texts
++++ yast2-tune:
- merged proofread texts
++++ yast2-users:
- merged proofread texts
- 2.22.4
++++ yast2-wagon:
- merged proofread texts
------------------------------------------------------------------
------------------ 2012-3-28 - Mar 28 2012 -------------------
------------------------------------------------------------------
++++ accountsservice:
- Update to version 0.6.17:
+ Fix user filtering which was broken in 0.6.16
+ Fix double free in user code
++++ aspell-dictionaries:
- fixed aspell-pt_BR summary and description [bnc#754392]
++++ banshee:
- Update to version 2.4.0:
+ Implement SSL certificate validation in browser (bgo#671536).
+ Add support for the Archos Internet Tablet.
+ Better compatibility with some DAAP servers (bgo#659146).
+ Fix crash during scrobbling in Lastfm plugin (bgo#662122).
+ Several bug fixes in UPnP support.
+ Various other bug fixes.
+ Updated translations.
- Add commented out pkgconfig() BuildRequires for UPnP support:
mono.ssdp, mono.upnp, mono.upnp.dcp.mediaserver1. This is
commented out as the mono-upnp package is currently broken.
++++ bundle-lang-common:
- update package list
++++ bundle-lang-gnome:
- update package list
++++ bundle-lang-gnome-extras:
- update package list
++++ bundle-lang-kde:
- update package list
++++ daps:
Version 1.0 RC1
* Bugfixes:
- fixed minor package building issues
- inkscape always returns 0, even in case of an error. Added
a workaround, so daps now exits when an image conversion with
inkscape fails
- --main option should work now
- Fixed errors on setting the fallback stylesheets
- comments and remarks did not show up in the docs when requested
(again ;-(( ) - this is fixed now
* much better error handling - daps will now exit when wrong paths
or a non existing ROOTID are entered in the user config file
or the DC file
* significant enhancements to the Documentation
(Reference & Quickstart)
++++ dbus-1:
- Update to version 1.5.12:
- Add public API to validate various string types:
dbus_validate_path(), dbus_validate_interface(),
dbus_validate_member(), dbus_validate_error_name(),
dbus_validate_bus_name(), dbus_validate_utf8()
(fd.o #39549, Simon McVittie)
- Turn DBusBasicValue into public API so bindings don't need to
invent their own "union of everything" type (fd.o #11191, Simon
McVittie)
- Enumerate data files included in the build rather than using
find(1) (fd.o #33840, Simon McVittie)
- Add support for policy rules like
in dbus-daemon
(fd.o #46273, Alban Crequy)
- Windows-specific:
- make dbus-daemon.exe --print-address (and --print-pid) work
again on Win32, but not on WinCE (fd.o #46049, Simon
McVittie)
- fix duplicate case value when compiling against mingw-w64
(fd.o #47321, Andoni Morales Alastruey)
++++ dbus-1-x11:
- Update to version 1.5.12:
- Add public API to validate various string types:
dbus_validate_path(), dbus_validate_interface(),
dbus_validate_member(), dbus_validate_error_name(),
dbus_validate_bus_name(), dbus_validate_utf8()
(fd.o #39549, Simon McVittie)
- Turn DBusBasicValue into public API so bindings don't need to
invent their own "union of everything" type (fd.o #11191, Simon
McVittie)
- Enumerate data files included in the build rather than using
find(1) (fd.o #33840, Simon McVittie)
- Add support for policy rules like
in dbus-daemon
(fd.o #46273, Alban Crequy)
- Windows-specific:
- make dbus-daemon.exe --print-address (and --print-pid) work
again on Win32, but not on WinCE (fd.o #46049, Simon
McVittie)
- fix duplicate case value when compiling against mingw-w64
(fd.o #47321, Andoni Morales Alastruey)
++++ dee:
- Update to version 1.0.8:
+ Bug fixes: lp#956882, lp#959458.
++++ dhcp:
- Added RFC 4833 TimeZone PosixString and Name declarations to
server and client configs [not used yet].
++++ docky:
- Update to version 2.1.4:
+ Core:
- matcher: fix for libreoffice 3.4+ (lp#823834)
- add support building with dmcs
+ Updated translations.
++++ ecryptfs-utils:
- updated to 96
- bugfixes
- testsuite added
- ecryptfs-verify utility added
- write-read test utility
- mark /sbin/mount.eccryptfs_private as setuidable (bnc#745584 , bnc#740110)
++++ epiphany:
- Update to version 3.4.0.1:
+ Listen to favicon changes in the history window (bgo#672525)
+ Remove ephy-history.h from epiphany.h
+ Updated translations.
- Drop epiphany-fix-header.patch: fixed upstream.
++++ evolution:
- Update to version 3.4.0.1:
+ Re-release 3.4.0 to fix a build bug in 3.4.0 tarball caused by
gnome-doc-utils.
- Remove xz BuildRequires now that it comes for free in the build
system.
- Disable call to gnome-autogen.sh as it's not needed anymore for
now.
++++ freerdp:
- split off -plugins subpackage
- specfile cleanup
++++ gdm:
- Update to version 3.4.0.1:
+ Fix autologin
- Remove xz BuildRequires now that it comes for free in the build
system.
- Temporarily disable systemd support as it breaks on Factory
because of our old Xorg (bnc#753498):
+ Add a with_systemd macro, set to 0.
+ Only use --with-systemd configure option if with_systemd is set
to 1.
+ Only use pkgconfig(libsystemd-daemon) and
pkgconfig(libsystemd-login) BuildRequires if with_systemd is
set to 1.
++++ gedit-collaboration:
- Update to version 3.4.0:
+ Use GResource
+ Misc bugfixes
+ Updated translations.
- Change License tag from GPL-3.0+ to GPL-2.0+, now that bgo#670950
has been resolved.
++++ gedit-latex:
- Update to version 3.4.0:
+ Combined toolbar by default
+ Support cleverref
+ Support natbib
+ Do not print debug log messages to stdout by default
+ Misc bugfixes
+ Updated translations.
++++ genius:
- Update to version 1.0.15:
+ New functions CurrentTime, MacaulayRep, MacaulayLowerOperator,
MacaulayBound.
+ Fix rational powers of negative numbers, and exact negative
rational powers.
+ Fix zooming in graphs using the mouse when the functions take
long to run.
+ Accept log instead of ln for symbolic derivative when used with
only one parameter.
+ Updated translations.
++++ gfxboot:
- ddc test record
- rework monitor detection
- new video selection menu
++++ ghostscript:
- Require the basic fonts for Ghostscript
(package ghostscript-fonts-std) and recommend the
optional fonts (package ghostscript-fonts-other).
++++ ghostscript-fonts:
- Have the version the same as the current ghostscript package
(currently Ghostscript version 9.05). This versioning scheme
makes sense because this ghostscript-fonts-* packages are the
right ones for this Ghostscript version (see bnc#735824).
++++ ghostscript-mini:
- Require only the basic fonts for Ghostscript
(package ghostscript-fonts-std) but do not recommend
optional fonts (package ghostscript-fonts-other).
++++ gjs:
- Update to version 1.32.0:
+ No changes.
++++ libpeas:
- Update to version 1.4.0:
+ Fix critical warning when destroying a PeasPluginManagerView.
+ Updated translations.
++++ glibmm2:
- Update to version 2.31.22:
+ Glib:
- Threads, Dispatcher: Delete DispatchNotifier (bgo#671587).
+ Gio:
- Action: Ensure vfunc callbacks return valid memory.
- ActionGroup: list_actions_vfunc(): Do not return freed
memory.
- Move AppLaunchContext into its own header file.
- Add Menu and MenuItem.
- SimpleAction: Constructor: Add a parameter that takes no
VariantType.
+ Gio::DBus:
- Object: Ensure vfunc callbacks return valid memory.
- Add the Interface and Object interfaces.
+ gmmproc:
- _WRAP_SIGNAL() can now take an optional deprecated parameter,
like _WRAP_METHOD() and _WRAP_PROPERTY().
- _WRAP_PROPERTY(): Correct the ifdefs in generated code when
using the optional deprecated parameter.
+ Other:
- Dispatcher examples: Use Glib::signal_idle().connect_once()
(bgo#396963).
- Some fixes for minor clang++ warnings.
++++ gnome-icon-theme:
- Update to version 3.4.0:
+ No changes.
++++ gnome-media:
- Update to version 3.4.0:
+ Updated translations.
++++ go:
- Go version 1
http://golang.org/doc/go1.html
++++ gobject-introspection:
- Update to version 1.32.0:
+ No changes.
++++ gsl:
- Remove the unneccessary -fno-strict-aliasing.
- Replace FSF address in headers by link to the FSF licenses web
page.
- prefix all patch files with a 'gsl-'
++++ gtkmm3:
- Update to version 3.3.20:
+ Gdk:
- Added AppLaunchContext.
- Device: Added list_axes().
- Display: Deprecate the set_double_click_[time|distance]()
methods.
- RGBA: set_grey(), set_grey_u(): Correct the default alpha
values (bgo#671573).
+ Gtk:
- Actionable: Ensure virtual functions don't return freed
memory.
- Button:
. Deprecate the activate signal.
. Deprecated signal_pressed(), signal_released(),
signal_enter() and signal_leave().
- CellArea: Added foreach() and some properties.
- ColorChooser: Added add_palette().
- ComboBox: Added signal_format_entry_text().
- Entry: Deprecate the activate signal.
- FontChooser: Added set_filter().
- MenuItem:
. Deprecated get/set_right_justified().
. Added signal_select() and signal_deselect().
- MenuShell: Added Add signal_insert().
- Notebook: Deprecated get_tab_hborder() and get_tab_vborder().
- ScrolledWindow: Added get/set_kinetic_scrolling(),
get/set_capture_button_press() and the kinetic-scrolling
property.
- Scale: Added set/get_has_origin() and property.
- Settings: Added several new properties.
- StyleContext: Added list_classes() and get_parent().
- TreeView: Added get_n_columns().
- Widget:
. Deprecated get/set_state() and signal_state_changed(),
adding signal_state_flags_changed().
. Added signal_touch_event().
- Undeprecate init_gtkmm_internals()
+ Build:
- Fix warnings found by clang++.
- TreeView: Work around a HP-UX aCC compiler error.
++++ gtranslator:
- Update to version 2.91.1:
+ Make translation memory a standalone plugin
+ Misc bugfixes
+ Updated translations.
++++ gvfs:
- Update to version 1.12.0:
+ Updated translations.
++++ libinfinity:
- Update to version 0.5.2:
+ Fix a crash when a server certificate does not have a hostname
set
+ Fix a crash when the remote side sends invalid UTF-8
+ Fix compilation with glib >= 2.31
- Drop libinfinity-glib-2.31.patch: fixed upstream.
++++ kdelibs3:
- move man pages to /opt/kde3/share/man to avoid conflict with KDE4
++++ kernel-debug:
- net: fix a potential rcu_read_lock() imbalance in
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
++++ kernel-default:
- net: fix a potential rcu_read_lock() imbalance in
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
++++ kernel-desktop:
- net: fix a potential rcu_read_lock() imbalance in
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
++++ kernel-source:
- net: fix a potential rcu_read_lock() imbalance in
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
++++ kernel-docs:
- net: fix a potential rcu_read_lock() imbalance in
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
++++ kernel-ec2:
- net: fix a potential rcu_read_lock() imbalance in
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
++++ kernel-pae:
- net: fix a potential rcu_read_lock() imbalance in
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
++++ kernel-syms:
- net: fix a potential rcu_read_lock() imbalance in
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
++++ kernel-trace:
- net: fix a potential rcu_read_lock() imbalance in
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
++++ kernel-vanilla:
- net: fix a potential rcu_read_lock() imbalance in
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
++++ kernel-xen:
- net: fix a potential rcu_read_lock() imbalance in
rt6_fill_node() (bnc#754186).
- commit 8d5a9e4
++++ kinput2:
- license update: HPND
++++ kiwi:
- fixed updateOtherDeviceFstab() to correctly create missing
mount points inside the root file system (bnc #754344)
- make sure volume group name doesn't contain white spaces
++++ gcc46:
- Fix libstdc++.so-gdb.py autoload script. [bnc#750960]
++++ libgexiv2:
- Update to version 0.4.0:
+ It's now possible (and advisable for multithreaded client
applications) to initialize the XMP-handling subsystem in a
thread-safe manner prior to encoding or decoding.
- Rename libgexiv2-0 subpackage to libgexiv2-1, following upstream
soversion bump.
++++ libgnomekbd:
- Update to version 3.4.0.2:
+ Really fix issues introduced in 3.4.0.
++++ libwebkit:
- Update to version 1.8.0:
+ Merge WebCore and JavaScriptCore regressions committed after
the branch point.
+ Fix several crashes in script bindings by adjusting incorrect
signal signatures.
+ Fix --disable-geolocation build.
+ Updated translations.
++++ libwebkit:
- Update to version 1.8.0:
+ Merge WebCore and JavaScriptCore regressions committed after
the branch point.
+ Fix several crashes in script bindings by adjusting incorrect
signal signatures.
+ Fix --disable-geolocation build.
+ Updated translations.
++++ libwebkit3:
- Update to version 1.8.0:
+ Merge WebCore and JavaScriptCore regressions committed after
the branch point.
+ Fix several crashes in script bindings by adjusting incorrect
signal signatures.
+ Fix --disable-geolocation build.
+ Updated translations.
++++ python-base:
- update to 2.7.3rc2
* fixes several security issues:
* CVE-2012-0845, bnc#747125
* CVE-2012-1150, bnc#751718
* CVE-2011-4944, bnc#754447
* CVE-2011-3389
- fix for insecure .pypirc (CVE-2011-4944, bnc#754447)
!!important!!
- disabled test_unicode which segfaults on 64bits.
this should not happen, revisit in next RC!
!!important!!
++++ qwt6:
- Initial release
++++ libreoffice:
- updated to libreoffice-3.5.5.2 (3.5.2-rc2)
* general
* support Java 7 (1.7)
* produce ODF 1.2 conforming documents by default
* more secure encryption algorithm (AES-256) for password protection
* core GUI changes
* better color picker
* transparent object handles
* better handle unused toolbar menus
* move context-sensitive toolbars to the bottom
* several GTK+ right-to-left interface glitches
* menus list their entries in a natural sort order
* "Link" checkbox in "Insert Movie and Sound" dialog
* filter bundled, shared, and user extensions in the manager dialog
* writer
* RTF import rewrite
* new numbering types
* grammar checking improvements
* better page breaks indicators
* TOC use hyperlinks by default
* various DOCX import improvements
* support comments DOCX export/import
* label printing positioning (fdo#36874)
* display bitmap image resolution in PPI
* numbering in DOC, DOCX, and RTF import
* better UI for Header and Footers handling
* Basic Fonts (Western) option page removed
* handling of tab stop behind the end margin
* new typographic features by improved Graphite port
* display non-printable characters on the end of line
* modeless word count dialog; being updated when typing
* corrected autotext "Formula numbering" for most locales
* calc
* more new line ends
* supports 10000 sheets
* new multiline input bar
* additional data point markers
* updated line chart's smoothing
* re-designed all range name dialogs
* re-designed Autofilter popup window
* improved performance of ODS/XLS/XLSX import
* improved performance of many sheet operations
* better handling DDE and external links failures
* unlimited number of rules for conditional formatting
* configurable initial number of sheets in new documents
* "Protect Sheet" also from the context menu of the sheet tab
* allow pasting a single cell range to multiple destination ranges
* new Calc Functions: BITAND, BITOR, BITXOR BITRSHIFT, BITLSHIFT, SEC,
CSC, SECH, and CSCH
* impress / draw
* elliptical arcs in path
* better hidden slides PDF export
* better Smart Art in PPTX import
* MS Visio documents import/export
* better handling of custom animation list
* start Impress without the wizard by default
* better custom shapes and their presets in PPTX import
* support embedding palettes and other property list types
* math
* new "does not exist" symbol
* new symbols for Games theory
* support math formulas in DOCX import/export
* base
* lots fixes
* integrated PostgreSQL native driver
* Basic IDE
* new menu item View->Goto Line
* new menu item View->Line Numbers
* dialog controls have a spinbutton
* presenter console extension
* "Exchange Screen Images" button to work around problems with
detecting projector and laptop screen
* Python scripting
* allow to initialize UNO structures by name instead of by position
* localization
* update translations
* better date handling
- remove obsolete testtool subpackage; not longer supported and maintained
- basis subdirectory does not longer exists on the installed system
- mozilla is not longer needed for build:
* use --disable-mozilla, --without-system-mozilla, --with-system-nss,
- -disable-ldap, --enable-xmlsec instead of --with-system-mozilla,
- -with-system-mozilla=xulrunner
- numbretext and GoogleDocs extensions are integrated upstream:
* use --enable-ext-google-docs and --enable-ext-numbertext
- use --without-help to build help separately instead of the patches
- use internal hacked make version 3.82, snapshot 20120301 to get fast
and reliable parallel build
- build zip-3.0 on openSUSE < 11.4; --filesync is needed during build
- temporary disable check for bytecode version until we produce right
bytecode again
- temporary disable mono support
- update numbertext to version 0.9.4
- update libexttextcat to version 3.2.0
- update mysql-connector-c++ to version 1.1.0
- update libwpg to version 0.2.1
- update libwpd to version 0.9.4
- update libwps to version 0.2.4
- remove obsolete translate-toolkit
- add libcmis, version 0.1.0
- add libvisio, version 0.0.15
- add librsvg, version 2.32.1
- add postgresql, version 9.1.1 for SLED11; the system one is perfectly fine
for newer systems
- libreoffice-3.5-unpack-sources.diff: allow to unpack source tarballs
- javasetting-mark-config.diff: mark share/config/javasettingsunopkginstall.xml
as %config; it is updated by unopkg in %post
- scripting-prefer-internal-rhino.diff: put internal rhino into XBootClasspath
to fix build with OpenJDK
- distro-install-file-lists-3.5.diff: update file list generation for 3.5
- library-link-order-to-build-with-as-needed.diff: fix build with link as needed
- mediawiki-no-broken-help.diff: disable non-working help also in the mediawiki
extensions
- zip-3.0-*.patch: fixes from zip source package
++++ libreoffice:
- updated to libreoffice-3.5.5.2 (3.5.2-rc2)
* general
* support Java 7 (1.7)
* produce ODF 1.2 conforming documents by default
* more secure encryption algorithm (AES-256) for password protection
* core GUI changes
* better color picker
* transparent object handles
* better handle unused toolbar menus
* move context-sensitive toolbars to the bottom
* several GTK+ right-to-left interface glitches
* menus list their entries in a natural sort order
* "Link" checkbox in "Insert Movie and Sound" dialog
* filter bundled, shared, and user extensions in the manager dialog
* writer
* RTF import rewrite
* new numbering types
* grammar checking improvements
* better page breaks indicators
* TOC use hyperlinks by default
* various DOCX import improvements
* support comments DOCX export/import
* label printing positioning (fdo#36874)
* display bitmap image resolution in PPI
* numbering in DOC, DOCX, and RTF import
* better UI for Header and Footers handling
* Basic Fonts (Western) option page removed
* handling of tab stop behind the end margin
* new typographic features by improved Graphite port
* display non-printable characters on the end of line
* modeless word count dialog; being updated when typing
* corrected autotext "Formula numbering" for most locales
* calc
* more new line ends
* supports 10000 sheets
* new multiline input bar
* additional data point markers
* updated line chart's smoothing
* re-designed all range name dialogs
* re-designed Autofilter popup window
* improved performance of ODS/XLS/XLSX import
* improved performance of many sheet operations
* better handling DDE and external links failures
* unlimited number of rules for conditional formatting
* configurable initial number of sheets in new documents
* "Protect Sheet" also from the context menu of the sheet tab
* allow pasting a single cell range to multiple destination ranges
* new Calc Functions: BITAND, BITOR, BITXOR BITRSHIFT, BITLSHIFT, SEC,
CSC, SECH, and CSCH
* impress / draw
* elliptical arcs in path
* better hidden slides PDF export
* better Smart Art in PPTX import
* MS Visio documents import/export
* better handling of custom animation list
* start Impress without the wizard by default
* better custom shapes and their presets in PPTX import
* support embedding palettes and other property list types
* math
* new "does not exist" symbol
* new symbols for Games theory
* support math formulas in DOCX import/export
* base
* lots fixes
* integrated PostgreSQL native driver
* Basic IDE
* new menu item View->Goto Line
* new menu item View->Line Numbers
* dialog controls have a spinbutton
* presenter console extension
* "Exchange Screen Images" button to work around problems with
detecting projector and laptop screen
* Python scripting
* allow to initialize UNO structures by name instead of by position
* localization
* update translations
* better date handling
- remove obsolete testtool subpackage; not longer supported and maintained
- basis subdirectory does not longer exists on the installed system
- mozilla is not longer needed for build:
* use --disable-mozilla, --without-system-mozilla, --with-system-nss,
- -disable-ldap, --enable-xmlsec instead of --with-system-mozilla,
- -with-system-mozilla=xulrunner
- numbretext and GoogleDocs extensions are integrated upstream:
* use --enable-ext-google-docs and --enable-ext-numbertext
- use --without-help to build help separately instead of the patches
- use internal hacked make version 3.82, snapshot 20120301 to get fast
and reliable parallel build
- build zip-3.0 on openSUSE < 11.4; --filesync is needed during build
- temporary disable check for bytecode version until we produce right
bytecode again
- temporary disable mono support
- update numbertext to version 0.9.4
- update libexttextcat to version 3.2.0
- update mysql-connector-c++ to version 1.1.0
- update libwpg to version 0.2.1
- update libwpd to version 0.9.4
- update libwps to version 0.2.4
- remove obsolete translate-toolkit
- add libcmis, version 0.1.0
- add libvisio, version 0.0.15
- add librsvg, version 2.32.1
- add postgresql, version 9.1.1 for SLED11; the system one is perfectly fine
for newer systems
- libreoffice-3.5-unpack-sources.diff: allow to unpack source tarballs
- javasetting-mark-config.diff: mark share/config/javasettingsunopkginstall.xml
as %config; it is updated by unopkg in %post
- scripting-prefer-internal-rhino.diff: put internal rhino into XBootClasspath
to fix build with OpenJDK
- distro-install-file-lists-3.5.diff: update file list generation for 3.5
- library-link-order-to-build-with-as-needed.diff: fix build with link as needed
- mediawiki-no-broken-help.diff: disable non-working help also in the mediawiki
extensions
- zip-3.0-*.patch: fixes from zip source package
++++ libreoffice-branding-upstream:
- updated to libreoffice-3.5.5.2 (3.5.2-rc2)
++++ libreoffice-help-group1:
- updated to libreoffice-3.5.5.2 (3.5.2-rc2)
- basis subdirectory does not longer exists on the installed system
- mozilla is not longer used for build:
* use --disable-mozilla, --without-system-mozilla, --with-system-nss,
- -disable-ldap, --enable-xmlsec instead of --with-system-mozilla,
- -with-system-mozilla=xulrunner
- enable python during build; it is needed to localize the sources
- use internal hacked make version 3.82, snapshot 20120301 to get fast
and reliable parallel build
- build zip-3.0 on openSUSE < 11.4; --filesync is needed during build
- libreoffice-3.5-unpack-sources.diff: allow to unpack source tarballs
- build-helpcontent-do-not-check-cups.diff: cups is not needed for helpcontent
++++ libreoffice-help-en-US:
- updated to libreoffice-3.5.5.2 (3.5.2-rc2)
- basis subdirectory does not longer exists on the installed system
- mozilla is not longer used for build:
* use --disable-mozilla, --without-system-mozilla, --with-system-nss,
- -disable-ldap, --enable-xmlsec instead of --with-system-mozilla,
- -with-system-mozilla=xulrunner
- use internal hacked make version 3.82, snapshot 20120301 to get fast
and reliable parallel build
- build zip-3.0 on openSUSE < 11.4; --filesync is needed during build
- libreoffice-3.5-unpack-sources.diff: allow to unpack source tarballs
- build-helpcontent-do-not-check-cups.diff: cups is not needed for helpcontent
++++ libreoffice-help-group2:
- updated to libreoffice-3.5.5.2 (3.5.2-rc2)
- basis subdirectory does not longer exists on the installed system
- mozilla is not longer used for build:
* use --disable-mozilla, --without-system-mozilla, --with-system-nss,
- -disable-ldap, --enable-xmlsec instead of --with-system-mozilla,
- -with-system-mozilla=xulrunner
- enable python during build; it is needed to localize the sources
- use internal hacked make version 3.82, snapshot 20120301 to get fast
and reliable parallel build
- build zip-3.0 on openSUSE < 11.4; --filesync is needed during build
- libreoffice-3.5-unpack-sources.diff: allow to unpack source tarballs
- build-helpcontent-do-not-check-cups.diff: cups is not needed for helpcontent
++++ libreoffice-help-group3:
- updated to libreoffice-3.5.5.2 (3.5.2-rc2)
- basis subdirectory does not longer exists on the installed system
- mozilla is not longer used for build:
* use --disable-mozilla, --without-system-mozilla, --with-system-nss,
- -disable-ldap, --enable-xmlsec instead of --with-system-mozilla,
- -with-system-mozilla=xulrunner
- enable python during build; it is needed to localize the sources
- use internal hacked make version 3.82, snapshot 20120301 to get fast
and reliable parallel build
- build zip-3.0 on openSUSE < 11.4; --filesync is needed during build
- libreoffice-3.5-unpack-sources.diff: allow to unpack source tarballs
- build-helpcontent-do-not-check-cups.diff: cups is not needed for helpcontent
++++ libreoffice-help-group4:
- updated to libreoffice-3.5.5.2 (3.5.2-rc2)
- basis subdirectory does not longer exists on the installed system
- mozilla is not longer used for build:
* use --disable-mozilla, --without-system-mozilla, --with-system-nss,
- -disable-ldap, --enable-xmlsec instead of --with-system-mozilla,
- -with-system-mozilla=xulrunner
- enable python during build; it is needed to localize the sources
- use internal hacked make version 3.82, snapshot 20120301 to get fast
and reliable parallel build
- build zip-3.0 on openSUSE < 11.4; --filesync is needed during build
- libreoffice-3.5-unpack-sources.diff: allow to unpack source tarballs
- build-helpcontent-do-not-check-cups.diff: cups is not needed for helpcontent
++++ libreoffice-help-group5:
- updated to libreoffice-3.5.5.2 (3.5.2-rc2)
- basis subdirectory does not longer exists on the installed system
- mozilla is not longer used for build:
* use --disable-mozilla, --without-system-mozilla, --with-system-nss,
- -disable-ldap, --enable-xmlsec instead of --with-system-mozilla,
- -with-system-mozilla=xulrunner
- enable python during build; it is needed to localize the sources
- use internal hacked make version 3.82, snapshot 20120301 to get fast
and reliable parallel build
- build zip-3.0 on openSUSE < 11.4; --filesync is needed during build
- libreoffice-3.5-unpack-sources.diff: allow to unpack source tarballs
- build-helpcontent-do-not-check-cups.diff: cups is not needed for helpcontent
++++ libreoffice-icon-themes:
- updated to libreoffice-3.5.5.2 (3.5.2-rc2)
- basis subdirectory does not longer exists on the installed system
- remove unused ooo_piece_version and ooo_build_version macros
++++ libreoffice-l10n:
- updated to libreoffice-3.5.5.2 (3.5.2-rc2)
- basis subdirectory does not longer exists on the installed system
- remove unused ooo_piece_version, ooo_build_version, and ooo_sourcedirname
macros
++++ tiff:
- change package name libtiff4 to libtiff5.
library number is 5 actually.
- Update to 4.0.1
* configure.ac
- Add libtiff private dependency on -llzma for pkg-config
- Add support for using library symbol versioning on
ELF systems with the GNU linker.
* libtiff/tif_win32.c: Eliminate some minor 64-bit warnings in
tif_win32.c
* libtiff/tif_jpeg.c: Extra caution for case where sp is NULL.
* libtiff/tif_dir.c, libtiff/tif_dirread.c: Extra caution around
assumption tag fetching is always successful.
* libtiff/tiffio.h: Use double-underbar syntax in GCC printf
attribute specification to lessen the risk of accidental macro
substitution.
* Update automake used to 1.11.3.
- license update: HPND
tiff license most akin to spdx recognised
http://www.spdx.org/licenses/HPND
++++ trousers:
- Updated to TROUSERS_0_3_8
- Fix ssl_ui.c overflow
- Handling of TPM_CERTIFY_INFO2 structure special case
- Fix possible obfuscation of obj_migdata.c errors.
- Make 1.2 keys respect the TPM_PCRIGNOREDONREAD flag.
- PCRInfo member allocation in Trspi_Unload_CERTIFY_INFO.
- Add functions for deserializing NVRAM related data structures
- Add NVRAM specific error messages
- Fix spec file so one can build an rpm
- Initialize the tcsd_config_file with NULL.
- support for -c command line option
- Establish a .gitignore file
- ENDIAN_H and htole definition fix
++++ liferea:
- Update to version 1.8.4:
+ Improve DB item counting statements.
+ Change OpenStreetMap rendering from osmarender to mapnik.
+ Reimplemented search folder rule for item with enclosures.
+ Reimplemented search folder rule for item categories.
+ sf#3480238: crashes when double clicking find
+ deb#660602: Item pane may be reset during feed update
- Add liferea-missing-include.patch: add missing include to fix
build.
++++ mkinitrd:
- add patches mkinitrd_cpbin_follow_link.patch and
mkinitrd_simplify_netsetup.patch; pull requests 6 & 7 in gitorious
- setup-prepare: cp_bin() needs to follow links
- setup-network: move loop independent operation outside the loop
++++ moc:
- Initial package
++++ mrtg:
- fix SG300 issue in mrtg-switches.patch directly
- fix lib64 issue by workaround
- support SG300 switches by cisco
++++ nemiver:
- Update to version 0.9.2:
+ Support renaming of sessions (bgo#543488).
+ Support GDB/MI properties displayint, dynamic, has_more.
+ Support 'new_children' property of GDB/MI changelist LIST.
+ Add a --load-core command line switch.
+ Better default directory in core loading dialog.
+ Various other code changes.
+ Code maintainability enhancements.
+ Bugs fixed: bgo#641595, bgo#664463, bgo#665498, bgo#667677,
bgo#667723, bgo#670464, bgo#672409.
+ Updated translations.
++++ openssh-askpass-gnome:
- Add build require on autoconf and automake.
++++ perl-Any-Moose:
- Solved bnc#752049
Added missing Requires: perl(Moose)
++++ python-South:
- Initial version
++++ python-cups:
- Update to version 1.9.61:
+ Several bug fixes, including reference count fixes and better
handling of failures from Py* functions.
++++ python-gdata:
- Update to version 2.0.16:
+ Add support for label deletion in the Email Settings API client
library
+ Fix ACL batching URI in Docs.
+ Update RetrieveAllUsers and RetrieveAllAliases to return all
pages instead of one.
+ Removing force=True from some ACL requests in DocsClient
+ Add RetrieveGroups method and updated RetrieveAllGroups and
RetrieveAllMembers method
+ Add a client for organization unit provisioning
+ Add client architecture for group provisioning
+ Add client architecture for provisioning api and tests for
client
+ Add support for batch requests to update spreadsheet cells.
+ Add GetAcl alias for get_acl in DocsClient
+ Add new ACL and get by ID methods to DocsClient.
+ Add some conditional imports for tlslite.
+ Updates to category handling for Documents list API
+ Add a function to retrieve all the aliases for a given user
email.
+ Add test for RetrieveAllUserAliases and changed OAuth scopes
for Apps
+ New and improved samples.
++++ remmina:
- added separare patch remmina-fix-install-paths.patch in order to
fix the installation paths
- specfile cleanup
- removed remmina-plugins-common, now provided by the main package
- split off -lang subpackage
++++ sash:
- Provide declaration of umode_t to fix build with Linux 3.3
kernel headers.
- license update: ISC
sash license most akin to SPDX recognised ISC license (you are free to
use, modify, distribute - only requirement is retention of attribution)
++++ shotwell:
- Update to version 0.12.0:
+ Several bug fixes and stability enhancements.
+ Updated translations.
++++ smugbatch:
- Update to v007:
- smugbatch: Add missing prototype.
- smugbatch: Avoid buffer overflow
- smug_login: fix a memory leak
- Remove merged patch.
++++ splix:
- Replace the oversophisticated _libexecdir which evaluates
to "...lib64..." on x86_64 and use instead a plain simple
fixed /usr/lib/cups/filter/ according to what is actually
used by CUPS on all platforms. Additionally this hopefully
makes it more obvious that a fixed /usr/lib/cups/filter/
is intentionally used.
++++ synapse:
- Update to version 0.2.10:
+ Fixes for Suspend and Hibernate.
+ Support for Unity and LXDE.
+ Add plugin for Xnoise media player.
+ Improvements to ssh plugin.
+ Several bug fixes.
+ Build with vala >= 0.14.
- Always use vala BuildRequires (instead of vala-0_12 on 12.1 and
later): we always need vala 0.14 now.
- Remove pkgconfig(dbus-glib-1) BuildRequires: the dependency is
gone now.
++++ vm-install:
- Add 'Random' as a translatable string.
++++ xen:
- remove vcd.o rule from PVonHVM Makefile, not needed anymore
++++ xengine:
- license update: ISC
Obligations in this packages^s licenses are most akin to the ISC license
(http://www.spdx.org/licenses/ISC)
++++ xmgrace:
- license update: GPL-2.0+
SPDX format
++++ yast2:
- Revert the change in FileUtils::Exists() (change is not needed
here but will cause failure of testsuites)
- 2.22.5
------------------------------------------------------------------
------------------ 2012-3-27 - Mar 27 2012 -------------------
------------------------------------------------------------------
++++ FastCGI:
- license update: SUSE-OML
Use SUSE- proprietary prefix until license is accepted upstream by
SPDX.org. Fedora tracks this as OML.
++++ ImageMagick:
- cleanup the package
- updated to 6.7.6.1: fixes
* CVE-2012-0247 [bnc#746880]
* CVE-2012-0248 [bnc#746880]
* CVE-2012-1185 [bnc#752879]
* CVE-2012-1186 [bnc#752879]
++++ MozillaThunderbird:
- update to Thunderbird 11.0.1 (bnc#755060)
* Fixing an issue where filters can get messed up (bmo#735940)
* Fixes a hang when switching IMAP folders, or doing other
imap functions (bmo#733731)
++++ accerciser:
- Update to version 3.4.0:
+ Updated translations.
++++ accountsservice:
- Update to version 0.6.16:
+ Don't filter out users below UID_MIN in login.defs
+ Filter out users with invalid shells
+ Use infinite timeout for ListCachedUsers calls
+ Port to GDBus
+ Add systemd support
+ Build fixes for srcdir != builddir
+ Vala support and introspection fixes
+ PPC32 fixes
+ Updated translations.
- Drop pkgconfig(dbus-glib-1) BuildRequires: dependency is gone
upstream.
- Enable support for systemd session tracking:
+ Note that it will fall back to ConsoleKit at runtime, so it's
fine to build it.
+ Add pkgconfig() BuildRequires: libsystemd-login,
libsystemd-daemon.
- Rebase accountsservice-sysconfig.patch.
- Add vala BuildRequires, which is now needed because of the
gnome-autogen.sh call.
++++ anjuta:
- Update to version 3.4.0:
+ Updated translations.
++++ anjuta-extras:
- Update to version 3.4.0:
+ scintilla:
- Update to include scintilla 3.0.3.
- Respect theme colours and blinking cursor preference
(bgo#348850, bgo#351214).
- Explicitly set GDK_SCROLL_MASK as recent gtk+ versions
require.
- Build fixes.
+ Updated translations.
- Pass %{?no_lang_C} to %find_lang, as we want to make sure the
english documentation is in the main package.
++++ at-spi2-atk:
- Update to version 2.4.0:
+ Updated translations.
++++ at-spi2-core:
- Update to version 2.4.0:
+ Fix typo in at-spi-dbus-bus.desktop.in (bgo#605662).
++++ atk:
- Update to version 2.4.0:
+ bgo#593220: Some typos in atktable signals (docs)
+ Updated translations.
++++ cantarell-fonts:
- Update to version 0.0.8:
+ accented l (bgo#665433)
+ extrema & node fixes
+ build related fixes
++++ caribou:
- Update to version 0.4.2:
+ Build fixes.
+ Updated translations.
++++ clisp:
- update to libsigsegv 2.9 to fix ppc build
++++ cobbler:
- update to 2.2.2
* please see CHANGELOG for more info
- remove obsolete virt-auto-boot patch
- rebase patches
++++ compface:
- license update: MIT
Use SPDX license
++++ crash:
- Update to crash 6.0.5 from upstream and adjust patch positions
to match current crash source.
6.0.5 changelog is:
o Enhancement to the "foreach" command to allow any of the "name"
arguments to be POSIX extended regular expressions. The
expression string must be encompassed by "'" characters, and
will be matched against the names of all tasks.
o Fix for the embedded gdb module's "ptype" command, and by
extension, the crash utility's "struct" command, to be able to
fully display embedded structure or union members of a
structure/union. Without the patch, if a structure or union is
a member of a structure or union that is a member of a
structure or union, then it is displayed as "struct {...}" or
"union {...}".
o Extend the "ps -l" output to also display the task state next
to its last_run/timestamp value.
o Enhancement to the "foreach" command which adds a new "state"
task-indentifier argument that filters tasks by their task
state. The state argument may be any of the task states
displayed by the "ps" command: RU, IN, UN, ST, ZO, SW or DE.
o Implemented a new pc->cmd_cleanup function pointer and an
optional pc->cmd_cleanup_arg argument that will allow any
command to register a function and an optional argument that
will be called after a command has completed successfully, or
more likely, unsuccessfully. Normally the only cleanup required
for a command is the freeing of buffers that were allocated
with GETBUF(), but that is performed automatically after each
command is run. However, with the introduction of the new
POSIX regular expression functionality of the "foreach"
command, there needed to be a way to call regfree() in the case
where where regcomp() was called successfully, but then the
command later encountered one of several fatal error
conditions. This facility is also available for use by
extension module commands.
o Enforce the usage of a kernel thread's pgd from its active_mm
for the ARM "vtop -c" command; if its active_mm is NULL, make
the command fail similarly to the other architectures,
displaying the error message "vtop: no active_mm for this
kernel thread".
o Fix for the x86_64 "bt" command running against recent kernels
if an active task was operating on its IRQ stack when the crash
occurred. Without the patch, the determination of the IRQ
exception frame was off-by-8, displaying invalid register data
and the error message "bt: WARNING: possibly bogus exception
frame".
o Update to handle the vfsmount structure change in 3.3 kernels,
in which most members of the vfsmount structure have been moved
into a new "struct mount", and the vfsmount structure has been
embedded in the new mount structure. Without the patch, the
following commands will fail, displaying the following error
messages:
mount: "mount: invalid structure member offset: vfsmount_mnt_list"
files: "files: invalid structure member offset: dentry_d_covers"
vm: "vm: invalid structure member offset: dentry_d_covers"
swap: "swap: invalid structure member offset: dentry_d_covers
fuser: "files: invalid structure member offset: dentry_d_covers"
The "fuser" command generates the above error because it uses
the "files" command behind the scenes.
o Fix for the "ps" command to prevent the display of "??" under
the ST (task state) column. Without the patch, in more recent
kernels, if more than one bit were set in the task_struct.state
field, the state would display "??". With the fix, the primary
state will always be displayed.
o Update to the output of the "set" command when it displays a
task's state. Without the patch, if more than one bit was set
in the task_struct.state field, "STATE: (unknown)" would be
displayed. With the fix, all bits in both the task_struct.state
and task_struct.exit_state fields are translated.
o Implemented a new "vm -P " option, which is similar
to "vm -p", but only does the page translations of the specified
VM area of a context.
o Add support for the Freescale PowerPC e500mc version of the E500
processor chipset, and rework the PPC platform-specific code in
order to more easily support new processors.
o Implemented a new "gdb" crash environment variable that can be
used to alter a crash session's behavior such that all commands
are passed directly to the embedded gdb module. The new mode
is turned on and off by entering "set gdb on" and "set gdb off".
When running in this mode, the command prompt will be "gdb>".
In order to execute native crash commands while running in this
mode, precede the command with the "crash" directive, for
example, "crash ps".
o Fix for a "*** stack smashing detected ***: crash terminated"
failure during the initial system banner display on a 32-bit
PPC platform.
o Redesigned/simplified the internal read_string() function to
prevent a potential segmentation violation.
o Updates for the 32-bit PPC "vtop" command output:
(1) Translate kernel virtual addresses for FSL BOOKE by using
the TLBCAM setting
(2) Remove the PMD line from the display
(3) Fix the displayed PHYSICAL values of FSL BOOKE PTE format
o Fix for crash invocation failure on 3.3-era kernels in which
the former standalone "xtime" timespec structure has been moved
into the "timekeeper" structure. Without the patch, the crash
session would fail early on with the message "crash: cannot
resolve: xtime". The patch also prevents the crash session
failure in the unlikely event that the timespec access fails.
++++ crmsh:
- drop dependency on python-xdg (lives in SDK repo)
- add Requires pacemaker >= 1.1.6-2 to the spec file
++++ dcraw:
- license update: GPL-2.0+
Use option (b) from dcraw.c
++++ devhelp:
- Update to version 3.4.0:
+ bgo#671256: Fix compilation warnings with
- Wunused-but-set-variable
+ Updated translations.
++++ drwright:
- Update to version 3.2.5:
+ Install gnome-typing-monitor in libexec dir (bgo#672553)
+ Updated translations.
++++ epiphany-extensions:
- Update to version 3.4.0:
+ Build fix.
+ Updated translations.
- Drop epiphany-extensions-fix-help.patch: fixed upstream.
++++ folks:
- Update to version 0.6.8:
+ FOLKS_DEBUG has been removed in favour of G_MESSAGES_DEBUG (and
the bug where folks would set G_MESSAGES_DEBUG for any process
linked to it has been fixed)
+ A --disable-fatal-warnings configure flag has been added for
non-developers
+ Update favourite status of EDS contacts with membership of the
‘Starred in Android’ Google Contacts group
+ Improvements to linking suggestions (potential matches)
+ Improvements to folks-inspect to make it a good command line
citizen
+ Small API addition.
+ Bugs fixed: bgo#660235, bgo#661490, bgo#669984, bgo#670191,
bgo#670347, bgo#670348, bgo#670523, bgo#670872, bgo#671499,
bgo#671714, bgo#671900, bgo#672373, bgo#672381.
- Drop folks-libsocialweb-quiescent.patch: fixed upstream.
- Bump module_version define to 32, following upstream change.
++++ gcalctool:
- Update to version 6.4.0:
+ Updated translations.
++++ gdl:
- Update to version 3.4.0:
+ Updated translations.
- Rename libgdl-3-2 to libgdl-3-3 following upstream soversion
bump.
++++ gdm:
- Update to version 3.4.0:
+ Updated translations.
++++ ghostscript-fonts:
- ghostscript-fonts-std-8.11.patch is made by mfabian@suse.de
see https://bugzilla.novell.com/show_bug.cgi?id=suse36778
(bnc#51778).
It changes weight of "Nimbus Roman No9 L:style=Medium Italic"
and "Nimbus Roman No9 L:style=Medium" back to "Bold" instead
of "Medium".
ghostscript-fonts-std-8.11.patch must be listed as SourceNNN
because it is applied via an explicit patch call in install
section but the SUSE internal check_if_valid_source_dir tool
could abort with fatal error because it thinks this patch
is not applied
(see https://bugzilla.novell.com/show_bug.cgi?id=649207#c17).
- Initial ghostscript-fonts package.
++++ glade:
- Update to version 3.12.0:
+ New features:
- Implement callback name suggestion on glade-signal-editor
(bgo#667570)
- Emit a signal to notify signal activation (bgo#669272)
+ Other bugs fixed: bgo#645340, bgo#646366, bgo#664912.
- Drop glade-sig-activation.patch: fixed upstream.
++++ glade3:
- Update to version 3.8.2:
+ Improved performance of modifying GtkTable contents (bgo#663516).
+ Make size groups widget selection work (bgo#647984).
+ Build fixes (including bgo#646997, bgo#665784).
- Drop glade3-explicit-gmodule.patch: fixed upstream.
- Stop passing --enable-gtk-doc to configure: it's not needed (the
doc is already built in the tarball) and it breaks the build.
Also remove gtk-doc BuildRequires.
++++ libxfcegui4:
- added libxfcegui4-use-thunar.patch in order to use Thunar instead
of xftree4
- added libxfcegui4-fix-menu-icon-name-handling.patch in order to
allow icons with dots in their name (bxo#3614)
- correct dependencies
- split off -lang subpackage
++++ glib-networking:
- Update to version 2.32.0:
+ Updated translations.
++++ gnome-bluetooth:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-icon-theme-extras:
- Update to version 3.4.0:
+ Added colorhug icon.
++++ gnome-icon-theme-symbolic:
- Update to version 3.4.0:
+ remove a duplicate icon
+ improve emblem-system-symbolic (bgo#672635)
++++ gnome-screensaver:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-search-tool:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-session:
- Update to version 3.4.0:
+ Don't show toggle switches for gnome-shell extensions in fail
whale dialog; simply disable all extensions instead
+ Code cleanups
+ Updated translations.
++++ gnome-system-monitor:
- Update to version 3.4.0:
+ Bug fixed: bgo#668574.
+ Updated translations.
++++ gnome-user-docs:
- Update to version 3.4.0:
+ Many updates.
+ Updated translations.
++++ gnome-video-effects:
- Update to version 0.4.0:
+ Add horizontal flip effect (bgo#666930)
+ Overhaul build system.
+ Updated translations.
++++ go:
- Release candidate 2
- Bug fixes and resolved issues
http://weekly.golang.org/doc/devel/weekly.html#2012-03-22
++++ gpg2:
- update to upstream 2.0.19
* GPG now accepts a space separated fingerprint as a user ID. This
allows to copy and paste the fingerprint from the key listing.
* GPG now uses the longest key ID available. Removed support for the
original HKP keyserver which is not anymore used by any site.
* Rebuild the trustdb after changing the option --min-cert-level.
* Ukrainian translation.
* Honor option --cert-digest-algo when creating a cert.
* Emit a DECRYPTION_INFO status line.
* Improved detection of JPEG files.
++++ gsettings-desktop-schemas:
- Update to version 3.4.0:
+ Updated translations.
++++ hawk:
- GUI: summary_view, simulator: Support standby/activate tickets (bnc#752242)
- GUI: simulator: Sort ticket names in inject dialog
- Misc: Cib model: Look for ticket state in "/cib/status/tickets/ticket_state"
- Build: Bump spec file version to 0.5.2
- Upstream version cs:aca681a3c2fb
++++ hyper-v:
- add kvptest.ps1.txt to docs, a PowerShell script to verify KVP
++++ i3:
- handle breakage in Factory, this will automatically be fixed when
xcb-keyboard comes back properly.
++++ iptables:
- Update to new upstream release 1.4.13
* Add the rpfilter, nfacct and IPv6 ECN extensions
++++ keybinder:
- correct license
- correct build dependencies
- use upstream tarball
++++ gcc46:
- Fix build of cross targets with canonicalized name.
++++ libmlt:
- Set license to GPLv3 for discussion in bnc#753622
++++ mysql-community-server:
- updated to 5.5.22, see
http://dev.mysql.com/doc/refman/5.5/en/news-5-5-22.html
++++ libnetfilter_acct:
- Update to new upstream release 1.0.0
* nfacct: change prototype of nfacct_snprintf() to support output
in XML
* nfacct: check if attribute is set in nfacct_attr_get*
++++ libnotify:
- Update to version 0.7.5:
+ Build fixes
+ Documentation improvements
+ Spec clarifications
++++ openssl:
- fix bug[bnc#749735] - Memory leak when creating public keys.
fix bug[bnc#751977] - CMS and S/MIME Bleichenbacher attack
CVE-2012-0884
++++ pango:
- Update to version 1.30.0:
+ bgo#667799: Fix cross-compiling bug in configure.in
+ bgo#664125: Zero-width spaces cause missing characters
+ CoreText backend:
- implement font fallbacks
- make more robust against broken fonts
- make shaping engine more robust
- Guard against glyph count of zero
+ Win32 build fixes
++++ projectM:
- fix ppc64 build
++++ sblim-cmpiutil:
- little cleanup
++++ libsoup:
- Update to version 2.38.0:
+ Minor documentation fixes
++++ sushi:
- Update to version 0.4.0:
+ Updated translations.
++++ thunar:
- specfile cleanup
++++ libtorrent-rasterbar:
- Upstream update to 0.15.10, bugfix release:
+ fixed peer_tos (type of service) setting
+ fix connection queue issue causing shutdown delays
+ fix overflow bug in progress_ppm field
+ don't filter local peers received from a non-local tracker
+ fix python deadlock when using python extensions
+ fixed small memory leak in DHT
++++ totem-pl-parser:
- Update to version 3.4.0:
+ Updated translations.
++++ tumbler:
- split of -lang and shared library subpackages in order to comply
with the shread library packaging policy
- enable ODF and RAW plugins and add the option to build the ffmpeg
plugin
- correct dependencies
++++ libwacom:
- Update to version 0.4:
+ More metadata for:
- Intuos4 WL
- Bamboo One
- Intuos5 series
+ Don't fail to create a WacomDevice for Touch devices
+ Add API to access all items in the database
+ Add helper tool to generate udev rules from the database
++++ linux_pcnfsd2:
- license update: Zlib
The obligations in this license (see common.h) are most akin to those in
the Zlib license (which is a recognised SPDX license)
++++ mfsm:
- license update: ISC
Rights and obligations most akin to ISC license
(spdx.org/licenses/ISC#licenseText)
++++ myspell-dictionaries:
- Update pt_BR dictionary (Vero 2.1), its license, URL and description
++++ totem:
- Update to version 3.4.0:
+ Mark some strings as translatable
+ Handle Clutter failing to initialise
+ Don't handle Ctrl+Space (which is used for IM switching)
++++ nmap:
- as nmap is built with the inluded and stripped nmap-libdnet-1.12,
remove system libdnet as build requirement
++++ nfacct:
- Update to new upstream release 1.0.0
* add support for XML output
++++ notification-daemon:
- Update to version 0.7.4:
+ Updated translations.
++++ nss-myhostname:
- Add autoconf as build require.
++++ obs-service-format_spec_file:
- licenses update
++++ perl-BIND-Conf_Parser:
- license update: ISC
The rights and obligations in verify_zones are most akin to the SPDX
recognised ISC (Internet Systems Consortium) license
++++ perl-File-Mork:
- license update: MIT
SPDX
++++ perl-Net-Netmask:
- license update: Artistic-1.0 or GPL-1.0+
Package is licensed under the same terms as Perl
++++ pgaccess:
- license update: PostgreSQL
SPDX format as per spdx.org/licenses/PostgreSQL
++++ pk-update-icon:
- specfile cleanup
- split off -lang subpackage
++++ python-CouchDB:
- Simplify macro usage
- Fix doc package requires on base package
- Only suggest couchdb, it may reside on a different machine
++++ python-atspi:
- Update to version 2.4.0:
+ No changes.
++++ python-gevent:
- Run testsuite
- Require python-greenlet
- Simplify macro usage
++++ python-kombu:
- Change rabbitmq-server recommends to suggests, OpenStack doesn't like that
- Simplified macro usage
- Use upstream tarball
++++ python-magic:
- ran pre_checkin.sh
++++ python-psycopg2:
- Can't hurt to suggest postgresql-server
++++ python-pyzmq:
- Update to version 2.1.11:
* remove support for LABEL prefixes. A major feature of libzmq-3.0, the LABEL
prefix, has been removed from libzmq, prior to the first stable libzmq 3.x release.
* The prefix argument to ~.Socket.send_multipart remains, but it continue to behave in
exactly the same way as it always has on 2.1.x, simply prepending message parts.
* ~.Socket.recv_multipart will always return a list, because prefixes are once
again indistinguishable from regular message parts.
* add .Socket.poll method, for simple polling of events on a single socket.
* no longer require monkeypatching tornado IOLoop. The :class:.ioloop.ZMQPoller class
is a poller implementation that matches tornado's expectations, and pyzmq sockets can
be used with any tornado application just by specifying the use of this poller. The
pyzmq IOLoop implementation now only trivially differs from tornado's.
- Don't package documentation sources
++++ vtk:
- Cleaned up spec file formatting
- Build and package python-qt (python-sip) bindings
- Link libraries to library directory instead of moving them to
avoid breaking the find vtk cmake macro
- Force enable of various additional optional components
- Removed redundant packages (readme and logo) from backends
- Make the devel package depend on the backends, since it does not
work properly without them
- Disable boost building on factory due to an icompatibility with
boosswt 1.4.9+. See http://vtk.org/Bug/view.php?id=12988
++++ qgo:
- Build in parallel with %_smp_mflags
- Strip redundant sections/tags from specfile
++++ smlnj:
- Update to version 110.74
Compiler:
* Added cuprit tracking
SML/NJ Library:
* Added hash-table-based implementation of sets to the utility
library.
* Added new S-expression library for I/O of semi-structured data.
* Fixed bug in JSON scanner.
Fixed Bugs:
* Incorrect type inference with functor taking/producing
polymorphic type (bug #60)
* Errors in ml-lpt manual (bug #74)
* blastWrite crashes (bug #76)
* strange error message for syntax error (bug #77)
* Installation fails on Linux 3.0 (bug #80)
* sml/nj does not work with Linux 3.0 (bug #81)
* No support for Kernel 3.x (bug #83)
- Drop config.diff, runtime.diff
- Add pack_new_version.sh to pack new versions
++++ sound-juicer:
- Update to version 3.4.0:
+ Remove libdbus use from mb-test (bgo#670397)
+ Updated translations.
- Drop sound-juicer-no-dbus.patch: fixed upstream.
++++ splix:
- Fix build, add missing -lpthread.
- Cleanup spec file.
++++ t-prot:
- license update: BSD-4-Clause
BSD with advertising - use SPDX format
++++ thunar-plugin-archive:
- added source URL
++++ thunar-plugin-media-tags:
- added source URL
++++ thunar-plugin-shares:
- added source URL
++++ thunar-plugin-vcs:
- added source URL
++++ thunar-volman:
- correct dependencies
- specfile cleanup
++++ timidity:
- Add buildrequire on xorg-x11 for directory ownership.
++++ xfce4-dev-tools:
- added source URL
++++ xgrabsc:
- license update: HPND
This SPDX recognised license most closely resembles the rights and
obligations of this package^s license
++++ xless:
- license update: MIT
Use SPDX license
++++ xroach:
- license update: GPL-2.0+
See toon_root.c
++++ xsupplicant:
- license update: GPL-2.0+ or BSD-4-Clause
SPDX format (also compliant with Fedora)
++++ yast2-ncurses:
- remove libxcrypt-devel from BuildRequires
- V 2.22.2
++++ yast2-ncurses-pkg:
- Select correct package version and vendor for update (bnc#704123)
- remove libxcrypt-devel from BuildRequires
- 2.22.4
++++ yast2-packager:
- removed libxcrypt-devel from buildrequires
- 2.22.1
++++ yast2-pkg-bindings:
- removed libxcrypt-devel from buildrequires (aschnell)
- dropped build support for openSUSE-11.x
- 2.22.1
------------------------------------------------------------------
------------------ 2012-3-26 - Mar 26 2012 -------------------
------------------------------------------------------------------
++++ ColPack:
- correct source URL
++++ aisleriot:
- Update to version 3.4.0.1:
+ Updated translations.
- Remove sed hack in %prep for missing translations: fixed
upstream.
- Update to version 3.4.0:
+ Updated translations.
- Note that we keep the sed hack in %prep for missing translations:
things are still broken, unfortunately.
- Remove hack to find localized help: this has been fixed in
find-lang.sh.
++++ almanah:
- Update to version 0.9.0:
+ Removed ‘definitions’ in favour of hyperlinks.
+ Move to a new XML-based entry serialisation format.
+ Use the new GApplication single instance mechanism.
+ Various fixes to the import system.
+ Search is now asynchronous and case-insensitive.
+ Fixed build with --enable-spell-checking and
- -disable-encryption.
+ The first phase of a major re-working of the UI to make it more
GNOME-3-ish.
+ Re-enable spell checking with GTK+3.
+ Automatically save the current entry every 5 minutes.
+ Bugs fixed: bgo#631835, bgo#622193, bgo#647691, bgo#647690,
bgo#662016, bgo#662014, bgo#667263, bgo#666801, bgo#671801,
bgo#669927.
+ Updated translations.
- Drop almanah-largefile.patch: fixed upstream.
- Remove gnome-common BuildRequires and call to gnome-autogen.sh:
they were only needed for above patch.
- Add pkgconfig(gtkspell-3.0) BuildRequires for spell checking
support.
++++ baobab:
- Update to version 3.4.0:
+ Updated translations.
++++ brasero:
- Update to version 3.4.0:
+ Updated translations.
++++ cairo:
- Update to version 1.12.0:
+ Introduction of a new procedural pattern: the mesh gradient.
+ New API to create a callback pattern:
cairo_pattern_create_raster_source.
+ XCB is now a supported backend.
+ New common API to address any surface as an image and so allow
direct modification of the raster data:
cairo_surface_create_similar_image, cairo_surface_map_to_image,
and cairo_surface_unmap_image.
+ Many performance improvements.
+ Introduction of new antialias hints (NONE, FAST, GOOD, BEST).
+ Introduction of a new observation architecture:
cairo_surface_observer_t.
+ OpenGL backend has seen significant work including the port to
GLESv2 and the exploitation of advanced hardware features.
- Enable build of XCB backend as it's now officially supported: set
%build_xcb_backend macro to 1.
- Note that we don't build Xlib/XCB support as it's disabled by
default upstream.
- Also add pkgconfig(xcb-shm) BuildRequires for XCB/SHM support.
- Drop cairo-fix-libs.patch: fixed upstream.
++++ cheese:
- Update to version 3.4.0:
+ Updated translations.
- Remove hack to find localized help: this has been fixed in
find-lang.sh.
++++ crmsh:
- move user files to standard locations (XDG)
- site: ticket standby and activate commands
- cibstatus: ticket management
- site: update interface to crm_ticket
- cibconf: use uname instead of id when listing nodes (cl#5043)
- ra: use only effective UID when choosing RA interface
- ra: always use lrmadmin with glue 1.0.10 (cl#5036)
- upstream cs: 9569a7f283cb
++++ libdb-4_5:
- Drop check-build.sh, no need to check for at least kernel 2.6.4.
++++ dconf:
- Update to version 0.12.0:
+ No changes.
++++ dita-ot:
- license update: CPL-1.0 or Apache-2.0
See license.txt - Other uncritical OpenSource License is not acceptable
in a spec file
++++ empathy:
- Update to version 3.4.0:
+ Bugs fixed: bgo#672504, bgo#672506, bgo#672508, bgo#672596,
bgo#672608, bgo#672633, bgo#672828.
+ Updated translations.
- Remove hack to find localized help: this has been fixed in
find-lang.sh.
++++ eog:
- Update to version 3.4.0:
+ Updated translations.
++++ eog-plugins:
- Update to version 3.4.0:
+ Updated translations.
++++ epiphany:
- Update to version 3.4.0:
+ Avoid infinite loops in the profile migrator for existing but
empty history files (bgo#672547)
+ Updated translations.
- Add epiphany-fix-header.patch: fix epiphany.h to be usable, taken
from git.
++++ epplet-base:
- Add epplet-base-linking.patch: Fix linking.
++++ evince:
- Update to version 3.4.0:
+ Fix smclient detection when GDK targets contain more than one
backend (bgo#672613)
+ Updated translations.
++++ evolution:
- Update to version 3.4.0:
+ Bugs fixed: bgo#672474, bgo#672593.
+ Updated translations.
- Use gnome-autogen.sh instead of calls to intltoolize and
autoreconf: that's better for GNOME packages, and it comes with
the benefit that it fixes the build for this tarball (else,
things break because of a gnome-doc-utils bug that got fixed in
newer gnome-doc-utils).
- Also remove hack editing help/Makefile.in in %build: there's no
need for that.
++++ evolution-data-server:
- Update to version 3.4.0:
+ Various last-minute IMAPX crash fixes.
+ Updated translations.
++++ evolution-ews:
- Update to version 3.4.0:
+ Updated translations.
++++ evolution-exchange:
- Update to version 3.4.0:
+ Updated translations.
++++ evolution-groupwise:
- Update to version 3.4.0:
+ No changes.
++++ farstream:
- Update to version 0.1.2:
+ Ignore config while comparing send codecs, fixes H.264 and
Theora negotation
+ Require GLib 2.30, do not allow APIs added after and ignore
later deprecations
+ Add default element properties for rawconference
+ Set better latency/buffer time for pulse src/sink
+ Remove the buffer-time property on the shm transmitter, because
the gst-plugins-bad plugin has a bug, we will restore it once a
new gst-plugins-bad version has been released
++++ file-roller:
- Update to version 3.4.0:
+ Updated translations.
++++ pidgin:
- Update to version 2.10.3:
+ MSN:
- Fix buddies not going offline.
++++ fonts-config:
- in generate_java_font_setup() was wrongly picked last installed
font from @sans_latin1_priority, instead of first
++++ gcalctool:
- Remove hack to find localized help: this has been fixed in
find-lang.sh.
++++ gcr:
- Update to version 3.4.0:
+ No changes.
++++ librsvg:
- Update to version 2.36.0:
+ Bugs fixed: bgo#669563, bgo#672414, bgo#672792, bgo#672725.
- Drop librsvg-gdk-pixbuf-query-loaders-64.patch: fixed upstream,
by checking for both gdk-pixbuf-query-loaders-64 and
gdk-pixbuf-query-loaders.
- Remove automake BuildRequires: it was only needed for above
patch.
- Remove hack in %install to not install data files for an old
non-working GTK+ 3 theme: fixed upstream.
++++ gedit:
- Update to version 3.4.0:
+ Updated translations.
- Remove hack to find localized help: this has been fixed in
find-lang.sh.
++++ ghex:
- Update to version 3.4.0:
+ Fix a desktop-file-validate warning about ghex.desktop.
+ Updated translations.
++++ gtkhtml:
- Update to version 4.4.0:
+ Updated translations.
++++ gtksourceview:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-backgrounds:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-boxes:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-color-manager:
- Update to version 3.4.0:
+ New Features:
- Add an environment variable of ENABLE_COLORHUG=1 for
ArgyllCMS V1.3.6
+ Bugfix:
- Optimize printer target patch count for ColorMunki &
A4/Letter paper
+ Updated translations.
++++ gnome-common:
- Update to version 3.4.0.1:
+ No changes.
- Changes from version 3.4.0:
+ Update following move to deprecation attributes for libraries.
++++ gnome-contacts:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-control-center:
- Update to version 3.4.0:
+ Network:
- Fix a crash by disconnecting idle sources
+ Printers:
- Fix crash in actualize_printers_list
+ Updated translations.
++++ gnome-desktop:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-devel-docs:
- Update to version 3.4.0:
+ Updates to Human Interface Guidelines.
+ Updated translations.
++++ gnome-dictionary:
- Update to version 3.4.0:
+ Use XDG configuration directories to store the dictionary data.
+ Updated translations.
++++ gnome-disk-utility:
- Update to version 3.4.0:
+ Initialize gettext support so i18n actually works.
+ Small theming fix.
+ Updated translations.
++++ gnome-doc-utils:
- Update to version 0.20.10:
+ Fixed problem with dist and install with too many files
+ Updated translations.
++++ gnome-font-viewer:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-keyring:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-menus:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-online-accounts:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-packagekit:
- Update to version 3.4.0:
+ Bugfix:
- Return with success if we try to install no packages
+ Updated translations.
++++ gnome-panel:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-power-manager:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-screenshot:
- Update to version 3.4.0:
+ Updated translations.
++++ gnome-settings-daemon:
- Update to version 3.4.0:
+ Wacom:
- Check if the "last-stylus" property has been set
+ Updated translations.
++++ gnome-shell:
- Update to version 3.4.0:
+ Don't crash when taking screenshots [bgo#672775]
+ Fix dialog-resizing problem [bgo#672543]
+ Updated translations.
++++ gnome-system-log:
- Update to version 3.4.0:
+ Fix crash during initial setup
+ Fix crash when storing array of saved log files
+ Ensure GPL v2+ is mentioned in all license headers
+ Updated translations.
++++ gnome-terminal:
- Update to version 3.4.0.1:
+ No changes.
- Changes from version 3.4.0:
+ Use symbolic icon for the close button.
+ Adapt for scroll changes in GTK+ 3.4.
+ Updated translations.
++++ gnome-themes-standard:
- Update to version 3.4.0:
+ Fix notebook tab gradient scaling
+ Fix missing border in the screensaver unlock dialog
++++ gnome-user-docs:
- Remove hack to find localized help: this has been fixed in
find-lang.sh.
- Re-enable parallel build now that a bug that made it extremely
slow is fixed.
++++ gtk3:
- Update to version 3.4.0:
+ Bugs fixed: bgo#658875, bgo#671006, bgo#672163, bgo#672587,
bgo#672763.
+ Updated translations.
++++ gucharmap:
- Update to version 3.4.0.1:
+ No changes.
- Changes from version 3.4.0:
+ Revert unintentional API/ABI break.
+ Build fixes.
+ Updated translations.
- Drop gucharmap-fix-pkg-config.patch: fixed upstream.
++++ hyper-v:
- update hv_kvp_daemon to 3.4-rc1 state
use a copy linux/hyperv.h to compile the daemon
++++ installation-images:
- adjust to package changes
++++ javacc3:
- license update: SUSE-BSD-3-Clause-with-non-nuclear-addition
Use this SPDX-like license until upstream accept it
++++ jmock:
- license update: BSD-3-Clause
uncritical open source license is not acceptable
++++ kdeartwork3:
- license update: GPL-2.0+
bnc#754072
++++ kdelibs4:
- Do not build aspell backend, only enchant. This is less confusing, as there is no interface for choosing the backend. Aspell is still supported by the enchant backend, but default is hunspell.
++++ kdelibs4-apidocs:
- Do not build aspell backend, only enchant. This is less confusing, as there is no interface for choosing the backend. Aspell is still supported by the enchant backend, but default is hunspell.
++++ kernel-debug:
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
++++ kernel-default:
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
++++ kernel-desktop:
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
++++ kernel-source:
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
++++ kernel-docs:
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
++++ kernel-ec2:
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
++++ kernel-pae:
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
++++ kernel-syms:
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
++++ kernel-trace:
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
++++ kernel-vanilla:
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
++++ kernel-xen:
- net/hyperv: Fix the code handling tx busy.
- Tools: hv: Support enumeration from all the pools.
- Tools: hv: Fully support the new KVP verbs in the user level
daemon.
- Drivers: hv: Support the newly introduced KVP messages in
the driver.
- Drivers: hv: Add new message types to enhance KVP.
- net/hyperv: Add support for vlan trunking from guests.
- net/hyperv: Fix data corruption in rndis_filter_receive().
- drivers: hv: Increase the number of VCPUs supported in the
guest.
- drivers: hv: kvp: Cleanup the kernel/user protocol.
- tools: hv: Use hyperv.h to get the KVP definitions.
- drivers: hv: Cleanup the kvp related state in hyperv.h.
- net/hyperv: Remove the unnecessary memset in
rndis_filter_send().
- net/hyperv: Correct the assignment in netvsc_recv_callback().
- net/hyperv: Convert camel cased variables in rndis_filter.c
to lower cases.
- drivers: hv: kvp: Move the contents of hv_kvp.h to hyperv.h.
- drivers: hv: kvp: Add/cleanup connector defines.
- drivers: hv: Get rid of some unnecessary code.
- commit 78acc3b
++++ libHBAAPI2:
- license update: SUSE-SNIA-1.1
Use propriertary SUSE- prefix until upstream (spdx.org) accepts the
license
++++ openCOLLADA:
- Update to svn 868:
+ Support make install target
+ Fixes build with gcc 4.7
- Rebase openCOLLADA-cmakelinuxbuild.patch
- Add openCOLLADA-gcc47.patch: Fix some more gcc 4.7 issues.
++++ libcroco:
- Update to version 0.6.5:
+ Fix mapping of 'green' colour (bgo#672332)
++++ libcryptui:
- Update to version 3.4.0:
+ No changes.
++++ libdb_java-4_5:
- Drop check-build.sh, no need to check for at least kernel 2.6.4.
- Add autoconf as build requires.
++++ libgarcon:
- correct build dependencies
- split off -lang and -data subpackages and move unversioned menu
data to the latter
++++ libgnome-keyring:
- Update to version 3.4.0:
+ No changes.
++++ libgnomekbd:
- Update to version 3.4.0.1:
+ Revert "Small memory leak fixed": it was a bad idea.
- Change update-desktop-files BuildRequires to desktop-file-utils:
we don't need %suse_update_desktop_file anymore, but we need the
%desktop_database_* macros.
++++ udev:
- Added post-install and post-uninstall update of initrd.
- Created /lib/firmware and link /usr/lib/firmware, udev looks for
firmware now in /usr/lib/firmware.
++++ libmicro:
- license update: CDDL-1.0
SPDX format
++++ nautilus:
- Update to version 3.4.0:
+ Fix a regression where "Open With" was hidden for folders
+ Updated translations.
++++ pacemaker:
- Resolve coverity RESOURCE_LEAK, REVERSE_INULL and UNREACHABLE defects
++++ python-gobject:
- Update to version 3.2.0:
+ No changes.
++++ python3-gobject:
- Update to version 3.2.0:
+ No changes.
++++ scintilla:
- license update: MIT
License is closely related to the MIT license. Use SPDX format
++++ vala:
- Update to version 0.16.0:
+ Add udisks2 bindings.
+ Bug fixes and binding updates.
++++ libvirt:
- Remove unconditional define of 'with_netcontrol'
++++ libwnck:
- Update to version 3.4.0:
+ Updated translations.
++++ yelp:
- Update to version 3.4.0:
+ Updated translations.
++++ libzypp:
- Cleanup orphaned media attach points (bnc#751221)
- Show max support status if package is in multiple repos (bnc#735841)
- Parse proxy user/pass from url (bnc#752497)
- Add CMake option to disable libproxy usage and disable it on SLE. (bnc#752500)
- version 11.3.0 (1)
++++ linuxrc:
- fight compiler warnings
- mount devtmpfs to /dev
- scan whole block dev for filesystem also when there are partitions (bnc #753574)
++++ lsof:
- license update: Zlib
lsof license is most similar to Zlib (also use SPDX format)
++++ mcstrans:
- removed use of /var/lock/subsys in init script [bnc#714633]
++++ mousetweaks:
- Update to version 3.4.0:
+ Updated translations.
++++ multisync-gui:
- Add multisync-gui-gthread.patch: g_thread_init is deprecated and
does not need to be called.
++++ mutter:
- Update to version 3.4.0:
+ Fix crash when a full-screen window is opened [bgo#672797]
+ Fix memory leaks [bgo#672640]
+ Updated translations.
++++ seahorse-nautilus:
- Update to version 3.4.0:
+ No changes.
++++ nmap:
- Update to nmap-5.61TEST5
- refresh nmap-4.00-libpcap-filter.diff for moved source lines
- refresh nmap-4.00-noreturn.diff for moved source lines
- refresh nmap-4.75-nostrip.patch for moved source lines
- update nmap-5.00-desktop_files.patch
to nmap-5.61-desktop_files.patch for change source
- update su-to-zenmap.patch for moved source lines
- Conditionally change lua-devel BuildRequires to lua51-devel on
openSUSE > 12.1. The code is not yet ready for lua 5.2.
++++ orca:
- Update to version 3.4.0:
+ Updated translations.
++++ python-EasyProcess:
- Initial version
++++ python-PyVirtualDisplay:
- Initial version
++++ python-entrypoint2:
- Initial version
++++ python-imaging:
- add lcms support
- spec file clean up
++++ python-junitxml:
- Initial version
++++ rpm:
- Update remove-translations.diff to fix a echo statement that was
using -n.
++++ rubygem-abstract:
- license update: Ruby
See README.txt
++++ rubygem-delayed_job-3_0:
- Initial version
++++ rubygem-exception_notification:
- update to version 2.5.2
- Require rubygem-actionmailer-3_2, 3_0 is not in Factory
++++ rubygem-locale:
- license update: Ruby
SPDX
++++ rubygem-locale_rails:
- license update: Ruby or LGPL-3.0+
++++ rubygem-ruby_parser:
- license update: MIT
See README.txt
++++ rygel:
- Update to version 0.14.0:
+ Updated translations.
++++ sblim-cmpi-boot_control_profile:
- license update: EPL-1.0
SPDX format
++++ seahorse:
- Update to version 3.4.0:
+ Updated translations.
++++ seahorse-sharing:
- Update to version 3.4.0:
+ No changes.
++++ tomboy:
- Update to version 1.10.0:
+ Remember last open notes on hard shutdown (bgo#672482)
+ Updated translations.
++++ translate-toolkit:
- Cosmetic change in 'for' used to remove shebangs
++++ vinagre:
- Update to version 3.4.0:
+ Fixed help/Makefile.am.
+ Updated translations.
- Remove hack to find localized help: this has been fixed in
find-lang.sh.
++++ vino:
- Update to version 3.4.0:
+ Updated translations.
++++ wine:
- Updated to 1.5.0 development snapshot (use Emulators:Wine:STABLE for wine 1.4)
- New version of the Gecko engine.
- Partial support for using the Trash on Mac OS X.
- Support for path gradients in GdiPlus.
- Various MSXML improvements.
- Fixes to 64-bit exception handling.
- Various bug fixes.
++++ wine-gecko:
- Include 1.5 gecko version for 1.5.0 and later.
++++ words:
- Fix typo in spec file (LC_CYPTE -> LC_CTYPE)
++++ xmldb-api:
- license update: Apache-1.1
SPÃDX
++++ yast2-ldap:
- removed libxcrypt-devel from buildrequires
- 2.22.2
++++ yast2-nis-client:
- testsuite adapted to changes in FileUtils.ycp
- 2.22.1
++++ yast2-profile-manager:
- removed libxcrypt-devel from buildrequires
- 2.22.2
++++ yast2-samba-server:
- adpated for recent changes in FileUtils.ycp
- 2.22.1
++++ yast2-security:
- testsuite adapted to changes in FileUtils.ycp
- 2.22.3
++++ yast2-ycp-ui-bindings:
- removed libxcrypt-devel from buildrequires (aschnell)
- add more examples (gs)
- 2.21.3
++++ yelp-tools:
- Update to version 3.4.0:
+ yelp-check: links and hrefs commands now work for DocBook.
++++ yelp-xsl:
- Update to version 3.4.0:
+ Updated translations.
++++ ypbind:
- Update to ypbind-1.35 (bug fix release)
------------------------------------------------------------------
------------------ 2012-3-25 - Mar 25 2012 -------------------
------------------------------------------------------------------
++++ djvulibre:
- Add pkg-config BuildRequires.
++++ exo:
- -branding-upstream should supplement exo-data
- replace %lang_package by a manually specfified -lang package
- %{libname} should recommend -lang since there are translations
for the library
- drop rpmlintrc
++++ fdupes:
- added "which" requirement for red hat distros
++++ glib2:
- Update to version 2.32.0:
+ Bugs fixed: bgo#671988, bgo#672095, bgo#672406.
+ Updated translations.
++++ oxygen-gtk2:
- Update to 1.2.2.1:
* Bugfix release.
- Removed dbus-glib-1 build requirement (not needed anymore because of use of
glib's built-in dbus interface).
++++ oxygen-gtk3:
- Update to 1.0.2.1:
* Bugfix release.
- Removed dbus-glib-1 build requirement (not needed anymore because of use of
glib's built-in dbus interface).
++++ help2man:
- Update to version 1.40.7:
* Update Greek translation.
From 1.40.6:
* Fix FSF address in comments.
++++ icc-profiles-openicc:
- Update to 1.3.1
* add newly created ProPhoto-RGB.icc
++++ jfbterm:
- fix Source URLs
- add a man page
- fix AUTHORS encoding to UTF-8
- Fix build for X86_64
++++ kid3-qt:
- Add kid3-qt-gcc47.patch: Fix build with gcc 4.7.
++++ samba:
- s3-winbindd: Only use SamLogonEx when we can get unencrypted session keys;
(bso#8599).
- Correctly handle DENY ACEs when privileges apply; (bso#8797).
++++ libgnomekbd:
- Update to version 3.4.0:
+ Dropping obsolete plugins architecture.
+ Small memory leak fixed.
+ Options comparison improved.
++++ libgsasl:
- Enable building against libntlm (now that it exists in factory)
- Parallel build with %_smp_mflags; strip redundant spec sections
++++ pacemaker:
- Tools: crm_simulate - Support to grant/revoke/standby/activate
tickets from the new ticket state section (bnc#752241)
- Tools: Add crm_ticket to be profiled by valgrind
- Tools: crm_ticket - Display the tickets that are referenced in
rsc_ticket constraints but have never been granted yet (bnc#752241)
- Tools: crm_mon - Support to display tickets (bnc#752242)
++++ plymouth:
- Update to the official release of 0.8.4
* Bugfix: Use /dev/fb0 instead of /dev/fb, this resolves the
issue of not showing the splash during shutdown
++++ newsbeuter:
run -osc service localrun format_spec_file to fix copyright
++++ perl-File-BaseDir:
- regenerate with cpanspec
++++ pingus:
- Add pingus-gcc47.patch: Fix build with gcc 4.7.
- Disable wiimote support (using a with_wiimote defines) for now on
openSUSE > 12.1, as bluez needs to be fixed first.
++++ python-python-digest:
- license update: BSD-3-Clause
See PKG-INFO
++++ qbittorrent:
- Add qbittorrent-gcc47.patch: Fix build with gcc 4.7.
++++ smb4k:
- Update to version 1.0.1:
* Fixed potential crash in Smb4KWalletManager::init().
* Fixed KDEInit complaining when Smb4K is started from a desktop icon (closes
SF ticket #23).
* Fixed periodic scanning.
- Removed enscript and texlive from recommended programs (not needed anymore).
++++ smugbatch:
- Fix buffer overflow during login (bnc#753945).
++++ telepathy-gabble:
- Update to version 0.15.5:
+ Enhancements:
- fdo#46513: Refactor Jingle code to remove Telepathy in
preparation of moving it to Wocky.
- fdo#45602: Subclass TpBaseChannel in more channel
implemenations.
- fdo#47502: Add a --disable-voip configure flag to disable
building gabble with VoIP support.
+ Fixes:
- Correctly convert between Telepathy and Jingle candidate
types.
- Start sending automatically on accepting bidirectional calls.
- Change dbus-1-glib-devel BuildRequires to pkgconfig(dbus-glib-1).
++++ xorg-x11-driver-video:
- Parallel build with %_smp_mflags; strip redundant spec sections
++++ zenity:
- Update to version 3.4.0:
+ Add support for lists and trees with --forms.
+ zenity --list from stdin gives bogus "Invalid file descriptor"
warning (bgo#668935).
+ Updated translations.
------------------------------------------------------------------
------------------ 2012-3-24 - Mar 24 2012 -------------------
------------------------------------------------------------------
++++ GeoIP:
- run libtoolize -f, or make will fail
- fix filelist, which had a hardcoded version number
++++ NetworkManager:
- Update to version 0.9.4.0:
+ Removed support for WiFi Ad-Hoc WPA connections due to kernel
bugs
++++ NetworkManager-gnome:
- Update to version 0.9.4.1:
+ No change compared to 0.9.4.1.
- Changes from version 0.9.4.0:
+ Do not run our own secret agent when GNOME Shell is running.
+ Several bug fixes.
+ Updated translations.
- Drop NetworkManager-gnome-OnlyShowIn.patch: this was implemented
with NotShowIn upstream.
++++ NetworkManager-openconnect:
- Update to version 0.9.4.0:
+ Build system changes.
++++ NetworkManager-openvpn:
- Update to version 0.9.4.0:
+ Fix auth failure in some case.
+ Updated translations.
++++ NetworkManager-pptp:
- Update to version 0.9.4.0:
+ Fix auth failure in some cases.
+ Updated translations.
++++ NetworkManager-vpnc:
- Update to version 0.9.4.0:
+ Pass multiple domain names for NetworkManager if given by vpnc.
+ Fix auth failure in some cases.
+ Updated translations.
++++ OpenLP:
- Bumped version from 1.9.8 to 1.9.9
- Removed openlp-1.9.8-impress-segfault-backport.patch because the
upstream release incorporates the fix
++++ baobab:
- Remove hack to find localized help: this has been fixed in
find-lang.sh.
++++ kdegames4:
- Add kdegames-gcc47.patch: Fix build with gcc 4.7.
++++ celt:
- fixed "no dependecies on libcelt*" warning.
++++ chromium:
- Update to 19.0.1079
Security Fixes (bnc#754456):
* High CVE-2011-3050: Use-after-free with first-letter handling
* High CVE-2011-3045: libpng integer issue from upstream
* High CVE-2011-3051: Use-after-free in CSS cross-fade handling
* High CVE-2011-3052: Memory corruption in WebGL canvas handling
* High CVE-2011-3053: Use-after-free in block splitting
* Low CVE-2011-3054: Apply additional isolations to webui
privileges
* Low CVE-2011-3055: Prompt in the browser native UI for unpacked
extension installation
* High CVE-2011-3056: Cross-origin violation with “magic iframe”.
* Low CVE-2011-3049: Extension web request API can interfere with
system requests
Other Fixes:
* The short-cut key for caps lock (Shift + Search) is disabled
when an accessibility screen reader is enabled
* Fixes an issue with files not being displayed in File Manager
when some file names contain UTF-8 characters (generally
accented characters)
* Fixed dialog boxes in settings. (Issue: 118031)
* Fixed flash videos turning white on mac when running with
- -disable-composited-core-animation-plugins (Issue: 117916)
* Change to look for correctly sized favicon when multiple images
are provided. (Issue: 118275)
* Fixed issues - 116044, 117470, 117068, 117668, 118620
++++ dmtcp:
- Add dmctp-gcc47.patch: Fix build with gcc 4.7
++++ dvb:
- channels-fr-Gironde.patch Fix frequency tables for cities in
Gironde, France.
++++ fcitx-table-extra:
- update to 0.2.1
++++ ffado:
- Add ffado-gcc47.patch: Fix build with gcc 4.7.
++++ libxfce4ui:
- split off libxfce4ui-1-0 subpackage in order to conform to the
shared library packaging policy
- specfile cleanup
- added libxfce4ui-fix-shortcut-handling.patch which normalizes
string representation of keyboard shortcuts before comparing them
in the libxfce4kbd-private shortcut matching code
++++ vim:
- Try to fix bnc#753907
++++ kdegraphics3:
- require libusb-compat-devel for openSUSE > 12.1
++++ kdesvn:
- Add kdesvn-gcc47.patch: Fix build with gcc 4.7.
++++ kernel-debug:
- Revert "Btrfs: increase the global block reserve estimates"
- commit 7e9dd21
- Refresh patches.suse/btrfs-handle-EIO.
- Refresh
patches.suse/btrfs-volumes-schedule_bio-should-return-void.
- commit d97ade6
++++ kernel-default:
- Revert "Btrfs: increase the global block reserve estimates"
- commit 7e9dd21
- Refresh patches.suse/btrfs-handle-EIO.
- Refresh
patches.suse/btrfs-volumes-schedule_bio-should-return-void.
- commit d97ade6
++++ kernel-desktop:
- Revert "Btrfs: increase the global block reserve estimates"
- commit 7e9dd21
- Refresh patches.suse/btrfs-handle-EIO.
- Refresh
patches.suse/btrfs-volumes-schedule_bio-should-return-void.
- commit d97ade6
++++ kernel-source:
- Revert "Btrfs: increase the global block reserve estimates"
- commit 7e9dd21
- Refresh patches.suse/btrfs-handle-EIO.
- Refresh
patches.suse/btrfs-volumes-schedule_bio-should-return-void.
- commit d97ade6
++++ kernel-docs:
- Revert "Btrfs: increase the global block reserve estimates"
- commit 7e9dd21
- Refresh patches.suse/btrfs-handle-EIO.
- Refresh
patches.suse/btrfs-volumes-schedule_bio-should-return-void.
- commit d97ade6
++++ kernel-ec2:
- Revert "Btrfs: increase the global block reserve estimates"
- commit 7e9dd21
- Refresh patches.suse/btrfs-handle-EIO.
- Refresh
patches.suse/btrfs-volumes-schedule_bio-should-return-void.
- commit d97ade6
++++ kernel-pae:
- Revert "Btrfs: increase the global block reserve estimates"
- commit 7e9dd21
- Refresh patches.suse/btrfs-handle-EIO.
- Refresh
patches.suse/btrfs-volumes-schedule_bio-should-return-void.
- commit d97ade6
++++ kernel-syms:
- Revert "Btrfs: increase the global block reserve estimates"
- commit 7e9dd21
- Refresh patches.suse/btrfs-handle-EIO.
- Refresh
patches.suse/btrfs-volumes-schedule_bio-should-return-void.
- commit d97ade6
++++ kernel-trace:
- Revert "Btrfs: increase the global block reserve estimates"
- commit 7e9dd21
- Refresh patches.suse/btrfs-handle-EIO.
- Refresh
patches.suse/btrfs-volumes-schedule_bio-should-return-void.
- commit d97ade6
++++ kernel-vanilla:
- Revert "Btrfs: increase the global block reserve estimates"
- commit 7e9dd21
- Refresh patches.suse/btrfs-handle-EIO.
- Refresh
patches.suse/btrfs-volumes-schedule_bio-should-return-void.
- commit d97ade6
++++ kernel-xen:
- Revert "Btrfs: increase the global block reserve estimates"
- commit 7e9dd21
- Refresh patches.suse/btrfs-handle-EIO.
- Refresh
patches.suse/btrfs-volumes-schedule_bio-should-return-void.
- commit d97ade6
++++ kolor-manager:
- Add kolor-manager-gcc47.patch: Fix build with gcc 4.7.
++++ krb5-ticket-watcher:
- Add krb5-ticket-watcher-gcc47.patch: Fix build with gcc 4.7.
++++ kst:
- Depend on netcdf-devel for openSUSE >= 12.2
- Build in parallel
++++ kvirc:
- Add kvirc-gcc47.patch: Fix build with gcc 4.7.
++++ libechonest:
- ppc64 also puts libraries under lib64
++++ libmusicbrainz4:
- Add libmusicbrainz4-gcc47.patch: Fix build with gcc 4.7.
++++ openscap:
- require libnl-devel on older SUSE version
++++ pacemaker:
- PE: Move the ticket state section to
"/cib/status/tickets/ticket_state" (bnc#752241)
- PE: Support to make tickets standby for relinquishing tickets
gracefully (bnc#752241)
- Tools: Implement a new crm_ticket (bnc#752241)
- Tools: Update CLI regression tests for the new crm_ticket
- Tools: Add CLI regression tests for ticket standby state
- PE: Update regression tests for the new ticket state section
- PE: Support to make tickets standby for relinquishing tickets
gracefully (regression tests)
++++ pidgin-sipe:
- Add pidgin-sipe-gcc47.patch: Fix build with gcc 4.7; taken from
git.
++++ libqtpod:
- Add libqtpod-gcc47.patch: Fix build with gcc 4.7.
++++ v8:
- Update to 3.9.24.1
* Activated count-based profiler for ARM.
* Fixed use of proxies as f.prototype properties. (issue 2021)
* Enabled snapshots on MIPS.
* Use correct arguments adaptation environment when inlining
function containing arguments. (Issue 2014)
* Performance and stability improvements on all platforms
++++ xfce4-panel:
- correct build dependencies
- specfile cleanup
- split off -lang subpackage
- added xfce4-panel-fix-terminal-invocation.patch in order to fix
the invocation of a terminal emulator by the directory menu
plugin (bxo#8018)
++++ liferea:
- Update to version 1.8.3:
+ Increasing sqlite3 dependency to 3.7+ for WAL journaling.
+ Removed sqliteasync code in favour of WAL journaling. This
significantly improves performance for ext4.
+ Added indices for parent_item_id and parent_node_id to avoid
slow item removal.
++++ mathomatic:
- Updated to Mathomatic version 15.8.2
This release fixes regressions and other bugs.
All changes are listed at http://mathomatic.org/NEWS
++++ mc:
- x11_browser issues fixed
* use xdg-open if it possible
* HTML-files openning fixed
* firefox & chromium detection added
++++ nqp:
- updated to version 2012.03
++++ openstack-keystoneclient:
- updated sources to RC1
++++ q4wine:
- Add q4wine-gcc47.patch: Fix build with gcc 4.7.
++++ qt-creator:
- Add qt-creator-gcc47.patch: Fix build with gcc 4.7.
++++ rakudo:
- update to 2012.03
++++ rosegarden:
- Add rosegarden-gcc47.patch: Fix build with gcc 4.7.
++++ rubygem-highline:
- remove installed .cvsignore files
++++ rubygem-xmlhash:
- fix a crash in heavy load
++++ scim-bridge:
- Add scim-bridge-gcc47.patch: Fix build with gcc 4.7.
++++ scim-hangul:
- Add scim-hangul-gcc47.patch: Fix build with gcc 4.7.
++++ squirrel:
- Add squirrel-gcc47.patch: Fix build with gcc 4.7.
++++ u3-tool:
- This tool only runs on Little Endian machines
Exclude ppc, ppc64
++++ xplanet:
- Update to 1.3.0:
* add "outlined" keyword to marker files
* update JPL ephemeris code for 64 bit machines
* add bump_shade config file parameter
* add opacity keyword for markers
* implement Rayleigh scattering
++++ yafray:
- Add yafray-gcc47.patch: Fix build with gcc 4.7.
------------------------------------------------------------------
------------------ 2012-3-23 - Mar 23 2012 -------------------
------------------------------------------------------------------
++++ GeoIP:
- update to 1.4.8
* Fix GEOIP_DOMAIN_EDITION_V6
* Add new Datatypes GEOIP_NETSPEED_EDITION_REV1_V6 and
GEOIP_NETSPEED_EDITION_REV1
* Fix possible directory traversal weakness in geoipupdate-pureperl.pl with
malicious update server
* Fix GEOIP_ORG_EDITION_V6 and GEOIP_ISP_EDITION_V6
++++ NetworkManager-kde4:
- Update to git snapshot 20120319
* Import/Export Routes for VPN connections
* Fix "Last Used label resets to Never after a minute".
* Use localized provider's name and plan in Mobile Connection Wizard
* Fix wifi hidden network support (kde#209464)
* Allow creating cdma connections when no cdma device is plugged
(kde#293068)
* Don't show Access technology in tray icon while connecting
(kde#103828)
* Fix and workaround graphical artifacts (kde#290964)
* Use asynchronous DBus API in plasmoid and kded module
communication
* Hide non-Internet APNs in Mobile Connection Wizard (kde#291122)
* Fix security type identification for wifi shared connections
* Fix wifi security type icon in connection list
* Correctly detect adhoc WPA access points
* Do not crash if no security type has been detected
++++ bzflag:
- Strip redundant sections/tags from specfile
++++ calligra-l10n:
- Update to 2.3.92
++++ ccrtp:
- license update: SUSE-GPL-2.0+-with-openssl-exception
Use SUSE- proprietary prefix until license accepted upstream at spdx.org
++++ clutter-gtk:
- Update to version 1.2.0:
+ Ensure that style changes are propagated to embedded widgets.
+ Avoid segfaults when unrealizing.
+ Introspection fixes.
+ Bugs fixed: bgo#670662, bgo#667742.
- Remove xz BuildRequires now that it comes for free in the build
system.
++++ dom2-core-tests:
- license update: W3C
SPDX
++++ dom4j:
- license update: Apache-1.1
SPDX
++++ farstream:
- Change libgstfarsight-0_10-0 Conflicts to Obsoletes in
gstreamer-0_10-plugins-farstream: now that all the farstream
stack has entered Factory, we can drop the farsight one. The
Obsoletes will help with a smooth transition.
++++ pidgin:
- Finish transition from farsight2 to farstream in 12.2:
+ Update pidgin-port-to-farstream.patch to latest version of the
patch.
+ Add farstream-devel BuildRequires on openSUSE > 12.1, now that
farstream is in Factory.
+ Stop passing --disable-vv to configure on > 12.1.
- Pass --disable-schemas-install to configure: this should be used
when packaging applications with gconf schemas.
++++ fonts-config:
- turn off hinting_setup() and font_dirs_setup()
++++ ghostscript:
- Cleaned up BuildRequires.
- Added ghostscript-mini.spec with minimal BuildRequires.
- Explicitly specify configure --with-* versus --without-*
in ghostscript.spec versus ghostscript-mini.spec
to make the differences clear.
++++ ghostscript-mini:
- Cleaned up BuildRequires.
- Explicitly specify configure --with-* versus --without-*
in ghostscript.spec versus ghostscript-mini.spec
to make the differences clear.
++++ glibc:
- Fix path for nss_db (bnc#753657).
++++ glibc:
- Fix path for nss_db (bnc#753657).
++++ gstreamer-0_10-plugins-bad:
- Add spandsp-devel BuildRequires on openSUSE > 12.1 (since it's a
new package), to build spandsp plugin.
++++ vim:
- add patchlevel to package version. This makes it easier for proper version
to be determined, and to let other repos properly handle "which version is
newer than the other" without having to rely on the Release number, which osc
does not keep track of cross-repos. Side effect, openSUSE:Tumbleweed can
properly include vim now.
++++ ipmiutil:
- license update: BSD-3-Clause
SPDX format
++++ jfbterm:
- Update to 0.4.7
* Fix local exploit
- Fix build for openSUSE 12.2
++++ kdevelop4:
- Change license to GPL-3.0+ per discussion in bnc#753628
++++ kernel-debug:
- Update Xen patches to 3.3 final and c/s 1165.
- commit 6c5f5ef
++++ kernel-default:
- Update Xen patches to 3.3 final and c/s 1165.
- commit 6c5f5ef
++++ kernel-desktop:
- Update Xen patches to 3.3 final and c/s 1165.
- commit 6c5f5ef
++++ kernel-source:
- Update Xen patches to 3.3 final and c/s 1165.
- commit 6c5f5ef
++++ kernel-docs:
- Update Xen patches to 3.3 final and c/s 1165.
- commit 6c5f5ef
++++ kernel-ec2:
- Update Xen patches to 3.3 final and c/s 1165.
- commit 6c5f5ef
++++ kernel-pae:
- Update Xen patches to 3.3 final and c/s 1165.
- commit 6c5f5ef
++++ kernel-syms:
- Update Xen patches to 3.3 final and c/s 1165.
- commit 6c5f5ef
++++ kernel-trace:
- Update Xen patches to 3.3 final and c/s 1165.
- commit 6c5f5ef
++++ kernel-vanilla:
- Update Xen patches to 3.3 final and c/s 1165.
- commit 6c5f5ef
++++ kernel-xen:
- Update Xen patches to 3.3 final and c/s 1165.
- commit 6c5f5ef
++++ kiwi:
- v5.02.20 released
++++ libGLw:
- Change file naming sceme to what's expected for libraries:
Now the packages are named after the library, without any Mesa*
in their names.
++++ cwiid:
- Use pkgconfig symbols for BuildRequires
++++ openbabel:
- Add python bindings
++++ parrot:
- update to parrot-4.2.0
* The signature of getprop was changed from (PMC,String,PMC) to
(PMC,PMC,String) for consistency
* PCC now reuses continuation PMCs internally, which reduces GC work by 25%
* Winxed snapshop updated to 1.6.devel
* Fixed a segfault when reading packfiles with no constant or main_sub
* The OS Dynamic PMC now has separate functions to unlink a file and
remove an empty directory (rmdir)
* various small bug fixes
- fixed a failure in the configuration script
++++ telepathy-glib:
- Update to version 0.17.7:
+ Enhancements:
- Use close_channels_async on the channel dispatch operation in
the example approver.
- API additions
+ Fixes:
- TpBaseMediaCallContent: be sure to update the local sending
state on call acceptance.
- A few miscellaneous fixes to the Call1 code.
++++ libxfce4util:
- split into libxfce4util4, -tools, -lang subpackages conforming
to the shared library policy
- correct build dependencies
++++ mailx:
- Avoid header rewrite in case of specified ttycharset in wrong
locale but subject in ttycharset (bnc#753340)
- Try to support not only UTF-8 but also latin text encodings (bnc#753340)
++++ man-pages:
- license update: BSD-3-Clause and GPL-2.0+ and MIT
SPDX
++++ neverball:
- Parallel build with %_smp_mflags; strip redundant spec sections
- No reason to have files owned by "games"; give them to root
++++ openssl-ibmca:
- fix build (add autoconf automake libtool to BuildRequires)
++++ phalanx:
- Parallel build with %_smp_mflags; strip redundant sections/tags
++++ plasmoid-cwp:
- Update to version 1.5.13:
* xml: www.wetter.com: current temperature fixed
* xml: accuweather.com (World): forecast temperature fixed
++++ po4a:
- Reflect changes on libxslt package (-tool subpackage created)
++++ python-Coffin:
- license update: BSD-3-Clause
SPDX
++++ python-Durus:
- license update: CNRI-Python
SPDX
++++ python-django:
- Update to 1.4:
- Please read the release notes
https://docs.djangoproject.com/en/dev/releases/1.4
- Removed Patch2, it was merged on upstream,
++++ python-django-nose:
- Use upstream tarball
- Simplified macro usage
- Run testsuite
++++ python-feedzilla:
- Update to 0.1.20:
- Sorry, no changelog atm.
++++ python-ldap:
- Added dependencies to python-pyasn1 and python-pyasn1-modules
++++ python-pyasn1:
- updated to upstrean release 0.1.2
From upstream CHANGES:
- Fix to __long__() to actually return longs on py2k
- Fix to OctetString.__str__() workings of a non-initialized object.
- Fix to quote initializer of OctetString.__repr__()
- Minor fix towards ObjectIdentifier.prettyIn() reliability
- ObjectIdentifier.__str__() is aliased to prettyPrint()
- Exlicit repr() calls replaced with '%r'
++++ python-pyasn1-modules:
- Initial submission of upstream release 0.0.2
++++ python-sip:
- license update: GPL-2.0 or GPL-3.0 or SUSE-SIP
Use SUSE- proprietary extension until SIP license is accepted upstream at
spdx.org
++++ redis:
- fix ppc and ppc64 build.
disable tests for powerpc for now
++++ rocksndiamonds:
- Parallel build with %_smp_mflags; strip redundant sections/tags
++++ rubygem-actionmailer-3_2:
- Spec file cleanup:
* Factory preparation
++++ rubygem-actionpack-3_2:
- Spec file cleanup:
* Factory preparation
++++ rubygem-activemodel-3_2:
- Spec file cleanup:
* Factory preparation
++++ rubygem-activeresource-3_2:
- Spec file cleanup:
* Factory preparation
++++ rubygem-activesupport-3_2:
- Spec file cleanup:
* Factory preparation
++++ rubygem-arel-3_0:
- Spec file cleanup:
* Factory preparation
++++ rubygem-builder-3_0:
- Spec file cleanup:
* Factory preparation
++++ rubygem-bundler:
- Spec file cleanup:
* Factory preparation
++++ rubygem-hike:
- Spec file cleanup:
* Factory preparation
++++ rubygem-i18n-0_6:
- Spec file cleanup:
* Factory preparation
++++ rubygem-journey-1_0:
- Spec file cleanup:
* Factory preparation
++++ rubygem-mail-2_4:
- Spec file cleanup:
* Factory preparation
++++ rubygem-mime-types:
- Spec file cleanup:
* Factory preparation
++++ rubygem-multi_json:
- Spec file cleanup:
* Factory preparation
++++ rubygem-mysql2:
- Spec file cleanup:
* Factory preparation
++++ rubygem-polyglot:
- Spec file cleanup:
* Factory preparation
++++ rubygem-rack-1_3:
- Spec file cleanup:
* Prepare for Factory
++++ rubygem-rack-cache-1_1:
- Spec file cleanup:
* Factory preparation
++++ rubygem-rack-cache-1_2:
- Spec file cleanup:
* Factory preparation
++++ rubygem-rack-ssl:
- Spec file cleanup:
* Factory preparation
++++ rubygem-railties-3_2:
- Spec file cleanup:
* Factory preparation
++++ rubygem-sprockets-2_1:
- Spec file cleanup:
* Factory preparation
++++ rubygem-thor:
- Spec file cleanup:
* Factory preparation
++++ rubygem-tilt:
- Spec file cleanup:
* Factory preparation
++++ rubygem-treetop:
- Spec file cleanup:
* Factory preparation
++++ ssh-contact:
- Switch to upstream tarball instead of a tarball generated from
git. This means we can remove the automake and libtool
BuildRequires as well as the autogen.sh call.
++++ w3m:
- Removed w3m-helppaths.patch, because it broke interactive help
(bnc#747560). It was a leftover that should have been removed
as part of the May 2011 package overhaul.
++++ yast2-qt-pkg:
- Fixed bnc#704123: When updating packages, same version numbers in different repositories confuse YaST
- Version: 2.21.22
------------------------------------------------------------------
------------------ 2012-3-22 - Mar 22 2012 -------------------
------------------------------------------------------------------
++++ ColPack:
- Create new package for ColPack with version 1.0.6
++++ adolc:
- Update to new upsteam version 2.3.0
* list of changes in the release announcement
see http://list.coin-or.org/pipermail/adol-c/2012-March/000804.html
* licensing modified
see http://list.coin-or.org/pipermail/adol-c/2012-March/000805.html
- Update License tag in accordance with above change
- Remove ColPack, it can be packaged in its own package with v1.0.6
- Add a BuildRequires for ColPack-devel
++++ calligra:
- Update to 2.3.92 (2.4rc2)
* Tables is renamed to Sheets.
++++ cantor:
- fix bnc#753292
- add documentation
- separate shared libraries
++++ cluster-glue:
- add dependency on perl-TimeDate for hb_report (bnc#753562)
++++ clutter:
- Update to version 1.10.0:
+ Fix ClutterTimeline:current-repeat accessor
+ Improve the memory management of Transitions
+ Remove the Animatable argument for PropertyTransition
constructor
+ Clean up documentation and examples
+ Fix TableLayout policy for actors spanning multiple rows or
columns
+ Build fixes for the Wayland backend.
+ Updated VisualStudio project files.
+ Bugs fixed: bgo#672557.
++++ gcc47:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ cross-armv7l-gcc47-icecream-backend:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ cross-hppa-gcc47-icecream-backend:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ cross-i386-gcc47-icecream-backend:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ cross-ia64-gcc47-icecream-backend:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ cross-ppc-gcc47-icecream-backend:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ cross-ppc64-gcc47-icecream-backend:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ cross-s390-gcc47-icecream-backend:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ cross-s390x-gcc47-icecream-backend:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ cross-x86_64-gcc47-icecream-backend:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ deja-dup:
- Update to version 22.0:
+ Bug Fixes:
- When restoring files outside of $HOME from a non-cloud remote
server, don't run under sudo since it will fail anyway
- Tell user when a file could not be restored due to permission
problems
+ Updated translations.
++++ dynamips:
- fix ppc and ppc64 builds
++++ gcalctool:
- Update to version 6.3.92.1:
+ Fix acos/asin/atan not working
+ Fix help not being correctly installed
- Changes from version 6.3.92:
+ Remove widget background color tints (not working in recent GTK
themes)
+ Use symbolic icons for clear/undo
- Remove --disable-scrollkeeper from configure: this option is
gone.
++++ libgcj47:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ gcc47-testresults:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ glibc:
- Fix LD_PROFILE invocation.
++++ glibc:
- Fix LD_PROFILE invocation.
++++ gnome-screensaver:
- Update to version 3.3.92:
+ Fix fade when explicitly locking screen
+ Updated translations.
++++ gnome-user-share:
- Update to version 3.0.2:
+ Port from libunique to GtkApplication
+ Add missing string.h include
+ Build cleanups
+ Updated translations.
- Remove pkgconfig(unique-3.0) BuildRequires: dropped upstream.
- Drop gnome-user-share-includes.patch: fixed upstream.
++++ gwibber:
- Update to version 3.3.93:
+ More fallbacks for dupe detection, try with link_name,
image_name, and video_name (lp#826323)
+ Protect against trying to create a pixbuf from an icon that
doesn't exist (lp#949395)
++++ icecream:
- make linux 3 based kernel hosts incompatible with the rest, just
as a workaround for glibc becoming incompatble
++++ inn:
- license update: GPL-2.0+ and BSD-4-Clause
SPDX format and also include *.in files from control/ as BSD-4-Clause
++++ kakasi:
- fix ppc64 build
++++ kernel-debug:
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
++++ kernel-default:
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
++++ kernel-desktop:
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
++++ kernel-source:
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
++++ kernel-docs:
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
++++ kernel-ec2:
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
++++ kernel-pae:
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
++++ kernel-syms:
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
++++ kernel-trace:
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
++++ kernel-vanilla:
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
++++ kernel-xen:
- Update config files: Disable CONFIG_INTEL_IOMMU_DEFAULT_ON (bnc#740102 and others)
- commit b244b17
- Update config files: Disabled CONFIG_COMPAT_BRK and CONFIG_COMPAT_VDSO (FATE#313171)
- commit 990b059
++++ kiwi:
- arm: added support for optional ${append} bootargs variable (bnc #752623)
++++ libGLw:
- Replace Mesa package as source of libGLw by stand alone glw package
created by the Mesa Project:
Delete: MesaLib-7.10.2.tar.bz2
Add: glw-1.0.0_20120320_4d1acb3.tar.bz2
NOTE: Since there is no release of glw yet a tarball generated from
the source repository is used. This contains the sources of
the last version in MesaLib-7.10.2 plus a few bug fixes.
++++ libffi47:
- Update to GCC 4.7.0 release.
- Update to gcc-4_7-branch head (r185687).
++++ openssl:
- fix bug[bnc#751946] - S/MIME verification may erroneously fail
CVE-2012-1165
++++ pixman:
- Parallel build with %_smp_mflags; remove redundant sections
++++ python-gobject:
- Update to version 3.1.93:
+ Fix warnings on None values in added tree/list store rows
(bgo#672463)
+ Support marshalling GI_TYPE_TAG_INTERFACE (bgo#668903)
+ Fixes in tests.
++++ python3-gobject:
- Update to version 3.1.93:
+ Fix warnings on None values in added tree/list store rows
(bgo#672463)
+ Support marshalling GI_TYPE_TAG_INTERFACE (bgo#668903)
+ Fixes in tests.
++++ net-snmp:
- update copyright notice of AGENT.txt allowing us to redistribute
the file in our package (from Dave Shield) (bnc#750704)
++++ libucl1:
- license update: GPL-2.0+
No evidence of GPL-2.0 (i.e. only) files in the package
++++ xcb-util:
- Grammar/ortho fixes, and desc update (libraries gone in 0.3.8)
++++ libxml++:
- Update to version 2.35.2:
+ Node: Add get_first_child() (bgo#648125).
+ Build: Remove the --disable-api-exceptions configure option.
++++ mkinitrd:
- boot-udev: add blkid dependency (bnc#751140, bnc#754049, and others).
++++ perl-Bootloader:
- grub2-kernel-commandline.patch: add kerenl parameters (detected
necessary and user specfied one during installation) to grub2's
config file.(bnc#752939)
- 0.6.1
- grub2-efi-module.patch: add new grub2-efi module to support
booting on UEFI firmware.
++++ python-gunicorn:
- Update to version 0.14.2
- add validate_class validator: allows to use a class or a method
to initialize the app during in-code configuration
- add support for max_requests in tornado worker
- add support for disabling x_forwarded_for_header in tornado worker
- gevent_wsgi is now an alias of gevent_pywsgi
- Fix gevent_pywsgi worker
++++ python-slumber:
- Initial version
++++ qterm:
- Fix build with gcc 4.7.
++++ ristretto:
- updated build dependencies
- split off -lang subpackage
++++ rubygem-sexp_processor:
- Update to version 3.1.0:
* Added test_call_arglist_trailing_comma__19 (presidentbeef)
* Added test_fcall_inside_parens. (presidentbeef)
* Added test_if_args_no_space_symbol__18. (presidentbeef)
* Added tests for new hash syntax and ternaries in 1.9 (lastobelus)
++++ signing-party:
- license update: GPL-2.0+
Various Open Source Licenses is not acceptable as a spec file license.
For this package, GPL-2.0+ seems to be the most accurate license choice
++++ spec-cleaner:
- Set license to SPDX style (BSD-3-Clause)
++++ systemd:
- Update fixppc.patch with upstream patches
- Add comments from upstream in
0001-util-never-follow-symlinks-in-rm_rf_children.patch.
- Add logind-logout.patch: it should fix sudo / su with pam_systemd
(bnc#746704).
++++ systemd-gtk:
- Update fixppc.patch with upstream patches
- Add comments from upstream in
0001-util-never-follow-symlinks-in-rm_rf_children.patch.
- Add logind-logout.patch: it should fix sudo / su with pam_systemd
(bnc#746704).
++++ thttpd:
- drop thttpd-2.25b-x86_64_machine_not_recognized.patch but copy
config.guess from automake to fix ppc64 as well
++++ thunar-plugin-archive:
- updated URL
- corrected summary
- updated build dependencies
- split off -lang subpackage
++++ thunar-plugin-media-tags:
- corrected URL
- updated build dependencies
- split off -lang subpackage
++++ thunar-plugin-shares:
- corrected URL
- require samba, it does not make much sense without it
- updated build dependencies
++++ thunar-plugin-vcs:
- enabled subversion support
- updated build dependencies
- corrected URL
++++ vym:
- Fix build with gcc 4.7.
++++ xemacs-packages:
- Make rpmlint happy
++++ xorg-x11-server:
- Parallel build with %_smp_mflags; strip redundant sections/tags
- Use pkgconfig symbols for BuildRequires/Requires
++++ xorg-x11-driver-video-intel-legacy:
- Parallel build with %_smp_mflags; strip redundant sections/tags
++++ xorg-x11-util-devel:
- Parallel build with %_smp_mflags; strip redundant sections/tags
- Use pkgconfig symbols for BuildRequires
++++ xtrans:
- Parallel build with %_smp_mflags; strip redundant sections/tags
++++ yast2-bootloader:
- add kernel parameters (detected necessary and user specfied one during
installation) to grub2's config file (bnc#752939)
- 2.23.1
- add new grub2-efi module to support booting on UEFI firmware.
++++ yast2-ldap-client:
- simplify ldap_config client for only one usage from users module
- 2.22.7
++++ yast2-ldap-server:
- PasswordPolicyDialog moved to users module (fate#313143)
- 2.22.1
++++ yast2-users:
- User specific LDAP configuration moved here from ldap-client,
shown as "LDAP Administration Settings" dialog (fate#313143)
- fixed Password Policy handling
- 2.22.3
------------------------------------------------------------------
------------------ 2012-3-21 - Mar 21 2012 -------------------
------------------------------------------------------------------
++++ Mesa:
-- Updated software rasterizer to use llvmpipe the advanced,
- multithreaded,software rasterizer if availaible for that
- archetecture (ie. X86/X86-64).
- Adjust baselibs.conf for OSMesa soname change
- U_gallium-rtasm-properly-detect-SSE-and-SSE2.patch
* gallium/rtasm: properly detect SSE and SSE2; this should fix
crashes on ancient processors. (bnc#728737)
++++ chromium:
- Update to 19.0.1077
++++ clucene-core:
- build contrib libs too
++++ cluster-glue:
- clplumbing: cl_msg: increase max message size to 512Kb
- clplumbing: cl_msg: increase compression threshold
- clplumbing: cl_msg: don't use traditional compression by default
- clplumbing: cl_msg: try compressing message before rejecting it as too big
- clplumbing: load bz2 compression module by default
- clplumbing: ipc: fix message size checks (bnc#752231)
- stonith: external/vcenter: return list of configured hosts on gethosts
- Upstream version cs: 6766d7061071
++++ drwright:
- Fix build on 64-bit systems; until bgo#672553 is fixed, we have a
binary in %{_libdir} instead of %{_libexecdir}.
++++ epiphany:
- Update to version 3.3.92:
+ Fail in application mode if we get a nonexistent profile
(bgo#669700)
+ Add unit tests for EphyWebView (bgo#669548)
+ Open pages in a new tab on middle click for the history editor
(bgo#671635)
+ Set a max width to the statusbar label (bgo#671520)
+ Automatically add file:// when existing absolute paths are
typed in the URL entry (bgo#671792)
+ Fix bookmarklet's titles when they are created (bgo#672194)
+ Replace the EphyFaviconCache with WebKit's favicon cache
(bgo#648653)
+ Other bugfixes and cleanups.
++++ evolution-groupwise:
- Remove xz BuildRequires since it comes for free in the build
system.
- Change the BuildRequires to be versioned. Helps Factory in
deciding the build order.
++++ file:
- Update to file version 5.11 (bnc#753303, CVE-2012-1571)
* Fix CDF parsing issues found by CERT's fuzzing tool (Will Dormann)
++++ fontconfig:
- updated to 2.9.0:
* many bugfixes, see NEWS
* removed suse-font-dirs.conf
* changed suse-hinting.conf: use hintslight with autohinter,
hintfull only for BCI [bnc#722427]
* include suse-generic-names.conf again
* added Cantarell into suse-generic-names.conf and suse-post-user.conf
(sans-serif font)
* added STIXGeneral into suse-generic-names.conf and suse-post-user.conf
(serif font)
* turn autohinter on for Liberation Sans (BCI off)
* dropped upstreamed urw-aliases-whitespaces.patch
* dropped upstreamed bugzilla-246783-do-not-crash-when-config-files-contain-broken-stuff.patch
* dropped upstreamed bugzilla-179457-fix-font-file-names-for-wine.patch
(https://bugzilla.novell.com/show_bug.cgi?id=179457#c8)
* dropped upstreamed bnc438855-make-FcInitReinitialize-work-again.patch
* dropped AppleRoman-DynaFont.patch
++++ fparser:
- enabled -DFP_SUPPORT_TR1_MATH_FUNCS -DFP_SUPPORT_COMPLEX_NUMBERS
- patch to compile with gcc4.7 (gcc4.7.patch)
++++ gdm:
- Also pass --with-console-kit to configure to make sure we also
build the ConsoleKit support.
- Move %glib2_gsettings_schema_requires from
gdm-simple-greeter-extensions to main subpackage, where the
GSettings schemas live.
- Update gdm-plymouth.patch with Fedora's version.
- Rebase and re-enable gdm-greeter-greater-ui.patch.
- Disable gnome-patch-translation-{prepare,update} calls in %prep
as they're only needed for gdm-domain-logon.patch, which needs to
be rebased.
++++ glib2:
- Fix glib2.csh: add missing breaksw statements in case. Fix
bnc#560929.
++++ gjs:
- Update to version 1.31.22:
+ Various bug fixes and code changes.
+ Build fixes.
- Remove xz BuildRequires now that it comes for free in the build
system.
- Drop gjs-fix-build.patch: fixed upstream.
++++ glibc:
- Fix cycle detection in loading of dynamic objects.
++++ glibc:
- Fix cycle detection in loading of dynamic objects.
++++ gnome-contacts:
- Update to version 3.3.92:
+ Updated translations.
++++ gnome-doc-utils:
- Update to version 0.20.9:
+ Temporarily adding RNG files back for compatibility.
++++ gnome-online-accounts:
- Update to version 3.3.92.1:
+ No change, fix broken tarball.
++++ gobject-introspection:
- Update to version 1.31.22:
+ repository:
- Fix conversion of FFI values on big-endian architectures
- Add new public gi_type_info_extract_ffi_return_value() API
+ scanner: Fix matching of methods named *_get_type()
+ Various other code changes.
+ Update glib annotations.
++++ grub2:
- Mark %config(noreplace) to /etc/default/grub (bnc#753246)
++++ gtkmathview:
- Replace gtkmathview-gcc43-fixes.patch with proper fixes:
+ Add gtkmathview-git-fixes.patch, taken from git.
+ Define AM_BINRELOC macros in acinclude.m4 during %prep, to
avoid issue during autoreconf.
- Rebase gtkmathview-0.8.0-gcc47.patch.
- Add missing patch tags for all patches.
++++ installation-images:
- adjust to package changes
++++ ipmiutil:
- added Copyright comment (osc service localrun format_spec_file)
++++ kdelibs3:
- drop kdelibs3-devel-doc
++++ kernel-debug:
- rpm: include crtsavres.o on ppc
- commit 854a031
++++ kernel-default:
- rpm: include crtsavres.o on ppc
- commit 854a031
++++ kernel-desktop:
- rpm: include crtsavres.o on ppc
- commit 854a031
++++ kernel-source:
- rpm: include crtsavres.o on ppc
- commit 854a031
++++ kernel-docs:
- rpm: include crtsavres.o on ppc
- commit 854a031
++++ kernel-ec2:
- rpm: include crtsavres.o on ppc
- commit 854a031
++++ kernel-pae:
- rpm: include crtsavres.o on ppc
- commit 854a031
++++ kernel-syms:
- rpm: include crtsavres.o on ppc
- commit 854a031
++++ kernel-trace:
- rpm: include crtsavres.o on ppc
- commit 854a031
++++ kernel-vanilla:
- rpm: include crtsavres.o on ppc
- commit 854a031
++++ kernel-xen:
- rpm: include crtsavres.o on ppc
- commit 854a031
++++ khmeros-fonts:
- added obsoletes/provides KhmerOS-fonts
++++ kvpnc:
- Add kvpnc-gcc47.patch: Fix build with gcc 4.7.
++++ libgexiv2:
- Update to version 0.3.92:
+ Exposes functionality to initialize the non-threadsafe parts
of the XMP parser manually.
++++ libgxps:
- Update to version 0.2.2:
+ Bug fixes:
- Fix COPYING file that used lgl2 instead of lgpl2.1
(bgo#671271)
- Fix the build with --enable-gtk-doc (bgo#671274)
- Fix several memory leaks when parsing fails (bgo#668937,
bgo#668940, bgo#668941, bgo#668969, bgo#668968, bgo#668966,
bgo#668965)
+ Tools:
- Set image parameters after jpeg_set_defaults(), so the
resolution does not get overwritten by the defaults
+ Documentation:
- Ignore private headers when generating API doc
- Add index of new symbols in 0.2.1
- Add Since: tag to GXPS_VERSION_STRING api docs
++++ lightdm:
- update to version 1.0.10
- fix compilation failure in liblightdm-qt with GCC 4.7
- dropped obsolete lightdm-fix-missing-includes.patch
++++ openssl:
- fix bug[bnc#749213]-Free headers after use in error message
and bug[bnc#749210]-Symmetric crypto errors in PKCS7_decrypt
++++ python-gobject:
- Split a python-gobject-pygtkcompat subpackage, for the the
pygtkcompat module: it is in no way required by default, and it
requires a lot of introspection bindings.
- Update to version 3.1.92:
+ Add a PyGTK compatibility layer.
+ Fixes for Python 3.
+ Add default values for paramaters to several constructors and
methods.
+ Atomic inserts in Gtk.{List,Tree}Store overrides.
+ Fix Gtk.Button constructor to accept use_stock parameter.
+ Correct bad rebase, remove duplicate Window.
+ Add bw-compatible arguments to Gtk.Adjustment.
+ GtkTreePath: make it iterable.
+ Fix double-freeing GValues in arrays.
+ Renamed "property" class to "Property".
+ Fix Python to C marshalling of GValue arrays.
+ Correct the Gtk.Window hierarchy.
+ Renamed getter/setter instance attributes to fget/fset
respectively.
+ Add Gtk.Arrow/Gtk.Window constructor override.
+ Fix marshalling to/from Python to work on big endian machines.
+ Use gi_cclosure_marshal_generic instead of duplicating it.
+ Override Gtk.TreeView.get_visible_range to fix return.
+ Plug memory leak in _is_union_member.
+ Add and improve tests.
++++ python3-gobject:
- Split a python-gobject-pygtkcompat subpackage, for the the
pygtkcompat module: it is in no way required by default, and it
requires a lot of introspection bindings.
- Update to version 3.1.92:
+ Add a PyGTK compatibility layer.
+ Fixes for Python 3.
+ Add default values for paramaters to several constructors and
methods.
+ Atomic inserts in Gtk.{List,Tree}Store overrides.
+ Fix Gtk.Button constructor to accept use_stock parameter.
+ Correct bad rebase, remove duplicate Window.
+ Add bw-compatible arguments to Gtk.Adjustment.
+ GtkTreePath: make it iterable.
+ Fix double-freeing GValues in arrays.
+ Renamed "property" class to "Property".
+ Fix Python to C marshalling of GValue arrays.
+ Correct the Gtk.Window hierarchy.
+ Renamed getter/setter instance attributes to fget/fset
respectively.
+ Add Gtk.Arrow/Gtk.Window constructor override.
+ Fix marshalling to/from Python to work on big endian machines.
+ Use gi_cclosure_marshal_generic instead of duplicating it.
+ Override Gtk.TreeView.get_visible_range to fix return.
+ Plug memory leak in _is_union_member.
+ Add and improve tests.
++++ v8:
- Update to 3.9.22.0
* Enabled count-based profiler by default.
* Implemented a hash based look-up to speed up address checks
in large object space (issue 853).
* Fixed push-to-trunk script (and re-push).
* Added API call that identifies strings that are guaranteed only to
contain ASCII characters.
* Fixed declarations escaping global strict eval. (Issue 1624)
* Fixed wrapping of receiver for non-strict callbacks. (Issue 1973)
* Fixed function declarations overwriting read-only global properties.
(Chromium issue 115452)
* Fixed --use-strict flag in combination with --harmony[-scoping].
* Debugger: naive implementation of "step into Function.prototype.bind".
* Debugger: added ability to set script source from within OnBeforeCompile
* Added flag to always call DebugBreak on abort.
* Re-enabled constructor inlining and inline === comparison with boolean
constants. (Issue 2009)
* Don't use an explicit s0 in ClampDoubleToUint8. (Issue 2004)
* Performance and stability improvements on all platforms.
++++ libva:
- Remove redundant sections, compress filelist
- Enable parallel build
- Use pkgconfig symbols for deps
++++ libvpd2:
- Add libvpd2-gcc47.patch: Fix build with gcc 4.7.
++++ libxcb:
- Update to new upstream release 1.8.1
* Fallback to TCP if no protocol is specified and the UNIX
connection fails
++++ xcb-util-wm:
- Initial package build.opensuse.org
- Initial package for build.opensuse.org
++++ xcb-util-keysyms:
- Initial package for build.opensuse.org
- Initial package for build.opensuse.org
++++ libxspf:
- Add libxspf-gcc47.patch: Fix build with gcc 4.7.
++++ libzeitgeist:
- Update to version 0.3.16:
+ Update the list of MIME-type mappings.
++++ liferea:
- Update to version 1.8.2:
+ Prevent node info update for anything besides folders.
+ Do not update DB node and subscription info on startup for
performance reasons.
+ Perform VACCUM only when page fragmentation ratio < 10%.
+ Removed tooltip on the "Next Unread Item" button to avoid
having it flashing each time it is clicked when skimming
through items.
- Drop liferea-avahi.patch: there is nothing useful left in there
after a rebase, as it would just remove dead code.
- Remove libtool BuildRequires and call to autoreconf, that were
only needed for above patch.
++++ mc:
- Update to 4.8.1.1. Major changes is:
* License version updated to GPL3+ (#1551)
* Configuration files was moved from your $HOME/.mc directory into
XDG_CONFIG_* directories to respect FDO standard
* VFS structure and paths is changed
* keybinding names was renamed to provide some unification
The changes since 4.7.5 are to numerous to list here.
Please see the file NEWS in the documentation for a complete list.
- an CMake language syntax highlighting for mcedit added
- added .torrent extension
- use meadiainfo (if exists) to view multimemedia files
++++ nautilus-sendto:
- Update to version 3.0.2:
+ Update for ancient API change.
+ Fix getting default mailer for GNOME 3.0.
+ Port to newest e-d-s using GSettings.
+ Add --xid command-line option.
+ Documentation fixes.
+ Updated translations.
- Add pkgconfig(libedataserverui-3.0) BuildRequires: new upstream
dependency.
++++ newsbeuter:
- Add newsbeuter-gcc47.patch: Fix build with gcc 4.7.
++++ nvidia-texture-tools:
- Add nvidia-texture-tools-gcc47.patch: Fix build with gcc 4.7.
++++ nvidia-texture-tools:
- Add nvidia-texture-tools-gcc47.patch: Fix build with gcc 4.7.
++++ obs-service-format_spec_file:
- licenses update
++++ openstack-keystoneclient:
- branched from development for preparation for the upcoming essex
release
- added sources of E4
++++ pcsc-cyberjack:
- Add pcsc-cyberjack-gcc47.patch: Fix build with gcc 4.7.
++++ po4a:
- Add perl_requires and libxslt1
++++ psi:
- Add psi-gcc47.patch: Fix build with gcc 4.7.
++++ python-biplist:
- Initial version
++++ python-celerymon:
- Initial version
++++ python-ctypes:
- Spec file cleanup:
* Run testsuite, but don't install it
* ran spec-cleaner
++++ python-django-celery:
- Spec file cleanup:
* Simplified macro usage
* Don't install tests
* Require python-celerymon
++++ python-django-tastypie:
- Initial version
++++ python-mimeparse:
- Initial version
++++ python-python-digest:
- Initial version
++++ python-pytz:
- Initial version
++++ python-sphinxcontrib-issuetracker:
- Initial version
++++ python-tornado:
- Update requires on python-curl to python-pycurl
++++ qnotify:
- Extend qnotify-header.patch to include all headers needed to
build against gcc 4.7.
++++ quassel:
- fix names of some renamed icons
++++ remmina:
- rewrote spec for using cmake
- merged with remmina-plugins into one source package (upstream
now diestributes a single tarball with plugins)
- update to version 1.0.0
+ Main program design and functionality:
* Switch to the CMake build system
* Refactoring of code style
* Changing file name convention
+ RDP protocol related:
* Support for FreeRDP 1.0
* Support for RemoteFX
* Support for Network Level Authentication
* Added certificate validation prompt
- added remmina-fix-linker-issue.patch which fixes a linking issue
(backport from upstream git)
- added remmina-fix-desktop-file.patch which fixes the installation
of the .desktop file (backport from upstream git)
- added remmina-gtk-2-22-support.patch in order to build on
openSUSE 11.4 with GTK 2.22 as upstream requires 2.24+
++++ rpmlint:
- fix false positives for swp matching
++++ rubygem-xmlhash:
- update to 1.2 to fix crashes on high memory load
++++ scmon:
- Add scmon-glib231.patch: Fix build with glib 2.31. Only glib.h
can be #included.
++++ seahorse:
- Update to version 3.3.92:
+ Fix warning cancelling the signing dialog.
+ If multiple keys with same label in signer list, add hex keyid.
+ Build fixes.
+ Updated translations.
++++ smpppd:
- Add smpppd-gcc47.patch: Fix build with gcc 4.7.
++++ ssh-contact:
- Rename package to ssh-contact, following upstream name.
- Split client and server in two subpackages, so that users don't
have to install both at the same time.
- Cleanup for inclusion in Factory.
++++ taskwarrior:
- Add taskwarrior-gcc47.patch: Fix build with gcc 4.7.
++++ virt-viewer:
- Update to virt-viewer version 0.5.2
* Require libvirt > 0.9.7, spice-gtk > 0.11, spice-protocol >= 0.10.1
* Import newer translations from transifex
* remote-viewer learned Spice controller customizable key bindings, smartcard property, and foreign menu
* Fix Spice crash on re-connection
* Fix connecting via ssh to a password-protected server
* Add a sendkey menu in fullscreen mode
* Add USB device selection in fullscreen mode
* Misc reference leak / crash bugs fixed
++++ wget:
- Adjust wget-libproxy.patch: give debug output only when
opt.debug is set to non-zero values, so when -d is specified.
Fix bnc#753242.
++++ xbitmaps:
- Avoid tarballs in the Homepage link
++++ yast2-iscsi-client:
- change potential race of chmod after file create (bnc#753129)
++++ yast2-product-creator:
- locale settings: remove unsupported entries, allow deleting
(bnc#751588)
- 2.22.5
++++ yast2-qt-pkg:
- Added shortcut to conflict dialog
- Version: 2.21.21
++++ zeitgeist-datahub:
- Update to version 0.8.2:
+ Download monitor:
- don't log *.part files
- ignore hidden and backup files
------------------------------------------------------------------
------------------ 2012-3-20 - Mar 20 2012 -------------------
------------------------------------------------------------------
++++ NetworkManager:
- Update to version 0.9.3.997:
+ A bug causing IPv6 address assignment to fail on newer kernels
with libnl3 has been fixed
+ Fix a bug in the ifcfg-rh plugin with backticks in WPA
passphrases
+ Ensure connections that cannot be stored are ignored by the
ifnet plugin
+ Enable out-of-the-box IPv6 connectivity by allowing IPv4 to
fail if IPv6 succeeds
+ Allow proxying of DNSSEC data when using the dnsmasq local
caching nameserver plugin
+ Add support for multiple domain names sent from VPN plugins
++++ NetworkManager-gnome:
- Update to version 0.9.3.997:
+ More flexible build-time warnings with
- -enable-more-warnings=[yes|no|error]
+ Removed unused PolicyKit configure check
+ Lazily initialize the notification service for faster startup
+ Fix various memory leaks
+ Warn user if CA certificate is left blank in the editor for
802.1x
+ Disabled creation of WPA-protected Ad-Hoc WiFi networks due to
kernel bugs
- Remove polkit-devel BuildRequires: removed upstream.
++++ accerciser:
- Update to version 3.3.92:
+ bgo#671325: Fix unexpected behaviours in 'Hide/Show
applications with <0 children' feature
+ Updated translations.
++++ anjuta:
- Update to version 3.3.92:
+ Various bug fixes and code changes.
+ Updated translations.
++++ apache2:
- fix truncating and resulting paniking of answer headers (bnc#690734)
++++ aria2:
- Add aria2-1.14.2-gcc47.patch: Fix build with gcc 4.7
++++ at-spi2-atk:
- Update to version 2.3.92:
+ Updated translations.
++++ at-spi2-core:
- Update to version 2.3.92:
+ Some changes to try to prevent at-spi2-registryd from
incorrectly thinking that an AT is hung and passing keys meant
for it to the application.
+ Fix crash fetching an error from a reply when retrieving a
property.
++++ atk:
- Update to version 2.3.95:
+ bgo#671857: Add deprecation attributes to deprecated functions
+ Updated translations.
++++ brasero:
- Update to version 3.3.92:
+ Fix formatting error in man page.
+ Updated translations.
++++ cadaver:
- remove obsoluted %suse_update_config macro
++++ cheese:
- Update to version 3.3.92:
+ Avoid overwriting errors in CheeseCamera (bgo#671902)
+ Handle smooth scroll wheel events in EogThumbNav (bgo#672311)
+ Avoid gtk_main_quit warning on exit (bgo#671904)
+ Fix gcc warnings.
+ Updated translations.
++++ cogl:
- Update to version 1.10.0:
+ Add cogl_framebuffer_draw_[*_]rectangle functions.
+ Fixed flushing the point size with the GL driver when using
GLSL.
+ Added the missing cogl_is_onscreen and cogl_is_framebuffer
functions.
+ Added cogl_quaternion_init_from_quaternion and
cogl_quaternion_init_from_matrix to the public headers.
+ Make cogl_has_feature available when only
COGL_ENABLE_EXPERIMENTAL_API is defined.
+ Add cogl_framebuffer_read_pixels.
+ Added a public cogl_bitmap_new_for_data function.
+ Visual Studio build fixes.
+ Bugs fixed: bgo#669122, bgo#671984, bgo#671985, bgo#672038,
bgo#672174, bgo#672243.
+ Updated translations.
++++ gcc47:
- Package the gdb python scripts. [bnc#750960]
++++ cross-armv7l-gcc47-icecream-backend:
- Package the gdb python scripts. [bnc#750960]
++++ cross-hppa-gcc47-icecream-backend:
- Package the gdb python scripts. [bnc#750960]
++++ cross-i386-gcc47-icecream-backend:
- Package the gdb python scripts. [bnc#750960]
++++ cross-ia64-gcc47-icecream-backend:
- Package the gdb python scripts. [bnc#750960]
++++ cross-ppc-gcc47-icecream-backend:
- Package the gdb python scripts. [bnc#750960]
++++ cross-ppc64-gcc47-icecream-backend:
- Package the gdb python scripts. [bnc#750960]
++++ cross-s390-gcc47-icecream-backend:
- Package the gdb python scripts. [bnc#750960]
++++ cross-s390x-gcc47-icecream-backend:
- Package the gdb python scripts. [bnc#750960]
++++ cross-x86_64-gcc47-icecream-backend:
- Package the gdb python scripts. [bnc#750960]
++++ daps:
* Bugfix: Target for index generation had wrong ending
(.idx instead of .ind)
++++ empathy:
- Update to version 3.3.92:
+ Bugs fixed: bgo#616159, bgo#671035, bgo#671547, bgo#671644,
bgo#671718, bgo#671720, bgo#671790, bgo#671875, bgo#671884,
bgo#671914, bgo#671931, bgo#671981, bgo#671983, bgo#671994,
bgo#672036, bgo#672037, bgo#672063, bgo#672120.
+ Updated translations.
- Remove sed hacks from %prep to use libchamplain 0.12 instead of
libchamplain 0.13/0.14: the dependency moved back to 0.12.
++++ eog:
- Update to version 3.3.92:
+ Fix crash with gtk+-3.3.18 and X.Org server 1.12.
+ Various code cleanups and fixes.
+ Bug fixes: bgo#671402, bgo#671643, bgo#671944, bgo#672312.
+ Updated translations.
++++ eog-plugins:
- Update to version 3.3.92:
+ Updated translations.
++++ evolution:
- Update to version 3.3.92:
+ Various code changes.
+ User documentation improvements.
+ Bugs fixed: bgo#659756, bgo#661654, bgo#664169, bgo#664205,
bgo#664323, bgo#664326, bgo#665008, bgo#665106, bgo#665129,
bgo#665130, bgo#665399, bgo#669246, bgo#669490, bgo#671068,
bgo#671233, bgo#671509, bgo#671509, bgo#671633, bgo#671716.
- Add pkgconfig(dbus-glib-1) BuildRequires: new dependency
upstream, needed to initialize thread for GConf.
++++ evolution-data-server:
- Update to version 3.3.92:
+ Various code changes.
+ Update API documentation.
+ Bugs fixed: bgo#659756, bgo#664186, bgo#665025, bgo#671470,
bnc#736655.
+ Updated translations.
- Add pkgconfig(dbus-glib-1) BuildRequires: new dependency
upstream, needed to initialize thread for GConf.
++++ evolution-ews:
- Update to version 3.3.92:
+ Suppress deprecation warnings.
+ Various other code changes.
+ Bugs fixed: bgo#660428, bgo#665801, bgo#667849.
++++ evolution-exchange:
- Update to version 3.3.92:
+ Suppress deprecation warnings.
+ Updated translations.
- Remove xz BuildRequires now that it comes for free in the build
system.
++++ evolution-groupwise:
- Update to version 3.3.92:
+ Update store<=>folder summaries connection on folder rename.
+ Suppress deprecation warnings.
++++ file-roller:
- Update to version 3.3.92:
+ Updated translations.
++++ libgcj47:
- Package the gdb python scripts. [bnc#750960]
++++ gcc47-testresults:
- Package the gdb python scripts. [bnc#750960]
++++ gdk-pixbuf:
- Update to version 2.26.0:
+ Correctly load .ANI files without sequence chunks.
+ Win32 build fixes.
+ Updated translations.
++++ gdm:
- Update to version 3.3.92.1:
+ ConsoleKit fixes.
- Changes from version 3.3.92:
+ Only start Xorg with high verbosity when debug is enabled.
+ Land support for systemd and multi-seat.
+ Switch from GConf to GSettings.
+ Auth fixes.
+ Miscellaneous fixes.
+ Updated translations.
- Drop gdm-gconf-path.patch: not needed after port to GSettings.
- Rebase gdm-desktop-session-env-pam.patch and gdm-plymouth.patch.
- Temporarily disable gdm-greeter-greater-ui.patch: it needs to be
rebased.
- Drop gconf2-devel BuildRequires and gconf packaging: gdm got
ported to GSettings.
- Enable systemd support:
+ Note that it nicely falls back to ConsoleKit if systemd is not
used on the system.
+ Pass --with-systemd to configure
+ Add pkgconfig(libsystemd-login) and
pkgconfig(libsystemd-daemon) BuildRequires.
++++ gedit:
- Update to version 3.3.8:
+ Misc bugfixes.
+ Updated translations.
- Rebase gedit-desktop.patch.
++++ ghostscript-mini:
- Initial ghostscript-mini package.
++++ glib2:
- Update to version 2.31.22:
+ Bugs fixed: bgo#531901, bgo#653167, bgo#668973, bgo#669797,
bgo#670846, bgo#671664, bgo#671676, bgo#671918, bgo#671942,
bgo#671997, bgo#672013, bgo#672026, bgo#672095, bgo#672201,
bgo#672239, bgo#672249.
+ Updated translations.
- Change zlib-devel BuildRequires to its pkgconfig() variant:
pkgconfig(zlib).
++++ gtksourceview:
- Update to version 3.3.5:
+ Misc bugfixes.
+ Updated translations.
++++ glib-networking:
- Update to version 2.31.22:
+ Updated translations.
++++ gnome-bluetooth:
- Update to version 3.3.92:
+ Applet:
- String fixes
+ Library:
- Remove generated file from version control
+ Wizard:
- Add support for pairing the iCade
- Improve support for keyboard PINs
- Add OUI for Apple Magic Trackpad
- Add OUI for Sony BD Remote Control
++++ gnome-boxes:
- Update to version 3.3.92:
+ Cancel notificationbar actions before exiting.
+ Box creation wizard:
- Only show ISO files in file chooser.
- Don't wait for domain creation event.
+ Add --checks commandline option to check if HW virtualization
extensions and kvm modules are available/enabled.
+ Correct Debian and openSUSE trademark ownership.
+ Bugs fixed: bgo#671673, bgo#671847, bgo#671878, bgo#671921,
bgo#672153.
+ Updated translations.
++++ gnome-devel-docs:
- Update to version 3.3.92:
+ Updates to Human Interface Guidelines, Integration Guide and
Platform Demos.
+ Updated translations.
++++ gnome-dvb-daemon:
- Update to version 0.2.8:
+ Fix issues with Unicode encoding.
+ Remove a couple of deprecation warnings by Vala.
+ Updated translations.
- Remove xz BuildRequires since it comes for free in the
buildsystem now.
++++ gnome-keyring:
- Update to version 3.3.92:
+ Use runtime dir instead of /tmp for sockets.
+ Fix copyright headers.
+ Build fixes.
+ Updated translations.
++++ gnome-packagekit:
- Update to version 3.3.92:
+ Improved strings in the UI.
+ Updated translations.
++++ gnome-power-manager:
- Update to version 3.3.92:
+ Compile the GtkBuilder file as a GResource to speed up startup.
+ Updated translations.
- Remove xz BuildRequires now that it comes for free in the build
system.
- Add explicit pkgconfig(glib-2.0) BuildRequires so it can be
versioned.
++++ gnome-shell:
- Update to version 3.3.92:
+ Add shell-dialogs for GNOME Keyring prompts (bgo#652459,
bgo#652460 and bgo#671034)
+ When the user returns from idle, bring up the message tray if
there were messages while they were away (bgo#643014)
+ https://live.gnome.org/EveryDetailMatters
- Make the workspace thumbnails clickable all the way to the
edge of the screen (bgo#643319)
- Don't slide out the workspace thumbnails if the mouse is over
them when entering the overview (bgo#651092)
- Fix placeholder jumps while dragging a dash item (bgo#651842)
- Don't favorite apps if they are dropped back at the same
position (bgo#656333)
- To avoid confusion, don't allow removing running apps from
favorites (bgo#644853)
- Fix creation of new workspaces by dragging application
launchers (bgo#664202)
- Make it easier to drag dash items without triggering the menu
+ Accessibility:
- Add StWidget API for easily adding accessible states and
setting roles, names (bgo#668366, bgo#667432 and bgo#671378)
- Set accessibility information on UI elements (bgo#644255,
bgo#667432, bgo#668361, bgo#672047, bgo#670308, bgo#670312,
bgo#670719 and bgo#671404)
+ Improve key-navigation in the overview (bgo#663901)
+ Key navigation bug fixes (bgo#662493, bgo#663437, bgo#665215
and bgo#671998)
+ Honor a 'org.gnome.shell.overrides.dynamic-workspaces' setting
that determines whether the workspace count is dynamic and
unsaved in GSettings or static and saved (bgo#671568)
+ Avoid saving user presence to GSettings when not necessary
(bgo#665701, bgo#668214)
+ Save screencasts in the users Videos/ directory (bgo#670749)
and use a "human readable" filename (bgo#670753)
+ Allow dragging from the empty part of the top panel to
unmaximize a window (bgo#666359)
+ Fix hangs that could occur when switching away to a VT
(bgo#653833)
+ Fix problems with installing from extensions.gnome.org
(bgo#671134)
+ Fix locking the screen when suspending via menu (bgo#670820)
+ Fix browser plugin with Konqueror and Opera
+ Fix shell restart not to bring up failure screen (bgo#648384)
+ Reorganize and clean up CSS theming (bgo#668209)
+ Improve appearance of modal dialogs (bgo#670227, bgo#668209)
+ Update the calendar code to use ECalClient (bgo#671177)
+ Update jhbuild script to use the main moduleset (bgo#668440)
+ StTextureCache: code cleanup, evict unused icons, merge
together simulataneous requests for the same icon (bgo#670771,
bgo#671656 and bgo#672273)
+ Clean up St for recent Clutter changes and fix bugs.
StContainer and StGroup are removed (bgo#670034, bgo#670640,
bgo#670904)
+ Code cleanup (bgo#613194, bgo#671086, bgo#671103)
+ Misc bugs fixed: bgo#651130, bgo#658946, bgo#667552,
bgo#670076, bgo#671001, bgo#670979, bgo#671410, bgo#671411,
bgo#671556, bgo#671656, bgo#671657, bgo#672011, bgo#672024,
bgo#672240, bgo#672265, bgo#672270, bgo#672321, bgo#672326,
bgo#672413, bgo#672471.
+ Updated translations.
- Add pkgconfig(gcr-3) BuildRequires for the new keyring dialogs.
++++ gnome-system-log:
- Update to version 3.3.92:
+ Insert UTF-8 converted data into the text buffer.
+ Fix missing title for the add/edit filter dialog.
+ Fix unused variables warnings.
++++ gnome-system-monitor:
- Update to version 3.3.92:
+ Bug fixed: bgo#672302.
+ Updated translations.
++++ gnome-themes-standard:
- Update to version 3.3.92:
+ Add HighContrast icon theme generated from
gnome-icon-theme-symbolic
+ Don't make floating bars yellow
+ Fix text shadows in active+insensitive toolbar buttons
+ Fix right WM border in focused left tiled windows
+ Add no-highlight versions of insensitive radio/check assets for
use in treeviews
+ Fix expander radius in treeviews
+ Fix color for 'image' style class over a selected background
+ Fix GtkTreeView separators on hover and backdrop states
+ Fix color of dim labels in treeview renderers
+ Fix border for buttons in NautilusQueryEditor infobars
+ Add styling for gedit's not-found search entry style class
- Add pkgconfig() BuildRequires for new build dependencies to
create HighContrast icon theme: cairo, gdk-3.0, gdk-pixbuf-2.0,
gio-2.0.
++++ gsettings-desktop-schemas:
- Update to version 3.3.92:
+ Adjust default bindings for maximize/restore.
+ Make evolution launch the correct component.
+ Update default background URI.
+ Updated translations.
++++ gtk3:
- Update to version 3.3.20:
+ Theming:
- Reduced memory consumption in the css parser
- Fixed Windows theme rendering under XP
- Support for background-position
+ Bugs fixed: bgo#657385, bgo#662023, bgo#670176, bgo#671065,
bgo#671453, bgo#671488, bgo#671588, bgo#671659, bgo#671819,
bgo#671898, bgo#672009, bgo#672117, bgo#672125, bgo#672173,
bgo#672182, bgo#672367.
++++ ibus-chewing:
- Fix ibus-chewing build fail for ibus-1.4.1
https://bugs.gentoo.org/show_bug.cgi?id=407695
++++ ibus-hangul:
- update to 1.4.0
* Require ibus 1.4
* Add desktop menu for ibus-setup-hangul
* Add an option for automatic reordering
* Add an option for a word preedit text
* Update MS IME compatible symbol table
* Use surrounding text feature on converting to hanja
++++ ibus-pinyin:
- Update to 1.4.0
- Fix FSF-address warnings in RPMLINT report
++++ ibus-unikey:
- Update to 0.6.1
Fix build fail with ibus-1.4.1
++++ iprutils:
- update to 2.3.9
dropped iprutils-noswab.patch (merged upstream)
Long time no update, so many changes:
- Adds support for FPGA updates.
- Only uses primary adapter for initialize and format disk task.
- Fixes segmentation fault when qac is not available.
- Increases maximum dump size.
- Adds initial support for sis64 asymmetric access changes.
- Fixes segmentation faults when trying to display certain information.
- Fixes code incompatibility with libsysfs version 1.
- Adds Resource Path display for SIS64 devices.
- Adds support for the new live dump functionality.
- Fixes battery info for little endian architectures.
- Fixes buffer overflow when the SCSI Host ID is equal or greater than 1000.
- Fixes firmware image files left open after getting firmware level.
- Changes IOA DRAM size display from hex to decimal base.
- Handles SG_IO ioctl error with older distros which caused disk microcode
download to fail with JBOD's.
- Fixes platform location display on blades.
- Fixes the Platform Location Information display for hotplug adapters and
displays the information for non-hotplug adapters.
- Fixes a NULL pointer dereference which caused the daemons to silently fail.
- Fixes several potential memory leak problems.
- Add support for SSD drives.
++++ jhead:
- Updated to version 2.95
* Handle very large unsigned rational numbers in exif header
++++ kdebase4-workspace:
- Added patch to support GRUB2
- Added patch to resolve reboot/shutdown issue when using systemd
and KDM
- Added patch to have initial support within kdebase4-workspace for
shutdown/reboot through systemd. Not yet Activated !!
- Included patch from Rober Milasan to set the correct default
homepage for the openSUSE branding
++++ kdenetwork3:
- backport yahoo protocol from KDE4 (patch from gentoo kde-suset repo)
++++ kiwi:
- make sure loader variable is initialized
++++ libdbus-c++:
- Created libdbus-c++-gcc47.patch to fix a gcc 47 build error
++++ libffi47:
- Package the gdb python scripts. [bnc#750960]
++++ libgnome-keyring:
- Update to version 3.3.92:
+ Updated translations.
++++ libhangul:
- Rename package name to libhangul1 because shlib-policy-name-error
- Update to 0.1.0
Removed deprecated API
Keycode normalization and more
++++ libwebkit:
- Update to version 1.7.92:
+ Add a new favicon database API that corrects the problems of
the old one.
+ Fix rendering of combobox / menulist buttons that do not have
separators.
+ Fix misrendering of text shadow extents in some situations.
+ Fix 'make check' for source trees without an internal jhbuild.
+ Miscellaneous build fixes.
++++ libwebkit:
- Update to version 1.7.92:
+ Add a new favicon database API that corrects the problems of
the old one.
+ Fix rendering of combobox / menulist buttons that do not have
separators.
+ Fix misrendering of text shadow extents in some situations.
+ Fix 'make check' for source trees without an internal jhbuild.
+ Miscellaneous build fixes.
++++ libwebkit3:
- Update to version 1.7.92:
+ Add a new favicon database API that corrects the problems of
the old one.
+ Fix rendering of combobox / menulist buttons that do not have
separators.
+ Fix misrendering of text shadow extents in some situations.
+ Fix 'make check' for source trees without an internal jhbuild.
+ Miscellaneous build fixes.
++++ metacity:
- Update to version 2.34.3:
+ Use the correct translation domain in keybinding definitions.
+ Updated translations.
++++ openssl:
- license update: OpenSSL
++++ pacemaker:
- Tools: crm_ticket - Granting/revoking tickets need user to confirm
unless "--force" option is used (bnc#752269)
++++ pwlib:
- Use versioned Provides/Obsoletes
++++ libsatsolver:
- add copyright to specfile, fix license
++++ sensors:
- Update to lm_sensors 3.3.2
* Support for many subfeatures implemented by new hwmon drivers.
* Fix to support a sysfs implementation change in upcoming kernels.
* Better printing of power sensors in sensors.
* Memory leaks fixed in sensord.
* New chips known by sensors-detect, as usual.
- lm_sensors-r5991-improve-filtering-of-fake-DMI-data.patch,
lm_sensors-r5992-print-DMI-product-version.patch,
lm_sensors-r5993-fix-loading-of-cpuid-module.patch,
lm_sensors-r6016-handle-superio-wo-logdev.patch,
lm_sensors-r6017-fix-sysfs-detection.patch,
lm_sensors-r6025-sensord-fix-memory-leaks.patch,
lm_sensors-r6030-fix-power-interval-output.patch: Removes,
obsolete.
++++ libserf:
- update to upstream 1.0.3 (1.0.2 was not released)
- changes in Serf 1.0.3:
Map more OpenSSL errors into SERF_SSL_CERT_UNKNOWNCA
++++ libsoup:
- Update to version 2.37.92:
+ Added soup_session_prefetch_dns() and deprecated
soup_session_prepare_for_uri(). The new method takes a
completion callback, allowing you to know how many DNS
resolutions are currently outstanding, so you don't spam the
resolver. [webkit#41630]
++++ telepathy-farstream:
- Update to version 0.2.3:
+ Fix various bugs.
+ Improve debug messages.
+ Improve GI annotations.
+ Use the generic marshallers.
++++ telepathy-glib:
- Update to version 0.17.6:
+ Enhancements:
- TpCapabilities: add API to check for Call and FileTransfer
support
- Use GObject's FFI-based generic marshaller instead of
generating our own marshallers (fdo#46523)
- Add tp_list_connection_managers_async,
tp_protocol_dup_params, tp_protocol_dup_param,
tp_protocol_borrow_params,
tp_connection_manager_dup_protocols
- Add accessors for TpAccount properties, parameters and
storage identifier represented as a GVariant (fdo#30422)
- TpCallChannel: add API to put the call on hold.
- TpCallContentMediaDescription now implements the
RTPHeaderExtensions, RTCPFeedback and RTCPExtendedReports
interfaces.
+ Fixes:
- Don't change the direction of Call streams because of a Hold
- Use the right error when rejecting incompatible codecs
- Reject local updates to a media description while an offer is
pending
- Avoid forward-declaring Call classes, fixing compilation on
clang, older gcc, and other compilers not targeting C1x
- Fix namespaces in example_call.manager
- Produce self-contained header files from
glib-interfaces-gen.py (fdo#46835)
- Correctly implement and document tp_call_channel_has_dtmf()
- Fix various build failures in out-of-tree or parallel builds,
and don't rebuild everything whenever the documentation
changes (fdo#36398)
- Improve test coverage for the connection manager test
(fdo#46358)
- TpCallChannel::state-changed is properly annotate (fdo#47410)
+ Several API deprecations, see NEWS for details.
- Add explicit pkgconfig(glib-2.0) BuildRequires so it can be
versioned.
++++ thunar:
- merged -devel-doc into -devel
- specfile cleanup
- corrected dependencies
- rename thunarx-refrence-images.tar.bz2 to
thunarx-reference-images.tar.bz2
- removed thunar-sendto-bluetooth.desktop, gnome-bluetooth is
is not in the Xfce pattern any more
++++ libzip:
- updated to 0.10.1: fixes
* CVE-2012-1162 [bnc#751829]
* CVE-2012-1163 [bnc#751830]
++++ llvm:
- Target i586-linux for 32bit builds
++++ mkinitrd:
- boot-udev: Trigger add action for subsystems (bnc#750668).
++++ mousetweaks:
- Update to version 3.3.92:
+ Updated translations.
++++ mutter:
- Update to version 3.3.92:
+ Automaximize large windows on map (bgo#671677).
+ When unmaximizing windows, make sure the unminimized size
is signficantly less than the maximized size (bgo#671677).
+ Don't offer maximize option for windows larger than the screen
(bgo#643606).
+ Always focus the window immediately underneath without
restacking when closing a window (bgo#620744).
+ Avoid drawing shadows when two windows are tiled together
(bgo#643075).
+ Remove tooltips for window decorations (bgo#645101)
+ Add org.gnome.mutter.dynamic-workspaces GSetting - when this is
set to true, workspace counts are never saved to GSettings,
avoiding pointless disk traffic for GNOME dynamic workspaces
(bgo#671568).
+ Add ::grab-op-begin, ::grab-op-end signals to MetaDisplay
(bgo#670658).
+ Add meta_display_get_ignored_modifier_mask() (bgo#665215).
+ Remove pointless wrapper methods on MetaPlugin (bgo#671103).
+ Fix frame drawing with 3.3.x GTK+ releases (bgo#671796).
+ Build fixes.
+ Bugs fixed: bgo#661256, bgo#667437, bgo#671087, bgo#671601,
bgo#672374.
+ Updated translations.
++++ obs-service-verify_file:
- Renamed spec/changes file to OBS package name to please factory-auto review
- Added spec file license header
- Set license to SDPX style (GPL-2.0+
++++ openmpi:
- Update to 1.5.4:
* Add support for the (as yet unreleased) Mellanox MXM transport.
* Add support for dynamic service levels (SLs) in the openib BTL.
* Fixed C++ bindings cosmetic/warnings issue with
MPI::Comm::NULL_COPY_FN and MPI::Comm::NULL_DELETE_FN.
* Also allow the word "slots" in rankfiles (i.e., not just "slot").
* Add Mellanox ConnectX 3 device IDs to the openib BTL defaults.
* Various FCA updates.
* Add missing ARM assembly code files.
* Update to allow more than 128 entries in an appfile.
* Various VT updates and bug fixes.
* Update description of btl_openib_cq_size to be more accurate.
* Various assembly "clobber" fixes.
* Fix a hang in carto selection in obscure situations.
* Updated to Automake 1.11.1
* Fix compilation of LSF support.
* Update MPI_Comm_spawn_multiple.3 man page to reflect what it
actually does.
* Fix for possible corruption of the environment.
* Enable use of PSM on direct-launch SLURM jobs.
* Update paffinity hwloc to v1.2, and to fix minor bugs affinity
assignment bugs on PPC64/Linux platforms.
* Let the openib BTL auto-detect its bandwidth.
* Support new MPI-2.2 datatypes.
* Updates to support more datatypes in MPI one-sided communication.
* Fix recursive locking bug when MPI-IO was used with
MPI_THREAD_MULTIPLE.
* Fix mpirun handling of prefix conflicts.
* Ensure mpirun's --xterm options leaves sessions attached.
* Fixed type of sendcounts and displs in the "use mpi" F90 module.
ABI is preserved, but applications may well be broken. See the
README for more details.
* Fix indexed datatype leaks.
* Fix debugger mapping when mpirun's -npernode option is used.
* Fix segv associated with MPI_Comm_create with MPI_GROUP_EMPTY.
* Improved LoadLeveler ORTE support.
* Add new btl_openib_gid_index MCA parameter to allow selecting which
GID to use on an OpenFabrics device's GID table.
* Add support for PCI relaxed ordering in the OpenFabrics BTL (when
available).
* Update rsh logic to allow correct SGE operation.
* Ensure that the mca_paffinity_alone MCA parameter only appears once
in the ompi_info output.
* Fixed return codes from MPI_PROBE and MPI_IPROBE.
* If something goes wrong during MPI_INIT, fix the error
message to say that it's illegal to invoke MPI_INIT before
MPI_INIT.
For further changes see NEWS in the package documentation.
++++ openstack-novaclient:
- branched from development for preparation for the upcoming essex
release
- added sources of RC1
++++ orca:
- Update to version 3.3.92:
+ Tracebacks seen when interacting with Thunderbird's message
filter rules dialog (bgo#672276).
+ Orca presents an extra panel on places&devices and documents
search result (bgo#672242).
+ Sanity check that we have a desktop to get before we attempt to
get its apps
+ Gecko combobox selection is no longer presented (bgo#659839).
+ Do not treat "busy indicator" progress bars as progress bars
with values.
+ Handle errors seen when restarting gnome-shell.
+ Handle GErrors which prevent Orca from speaking menu items in
Skype.
+ Attend to object:state-changed:expanded events for push
buttons.
+ Updated translations.
++++ phonon-backend-gstreamer-0_10:
- Update to 4.6.0 release
* fix endless looping of KDE audio notifications
* Fix for volume fading
* Fix for VideoWidget
- Removed patch to fix build, part of 4.6.0
++++ php5-pear-Horde_Core:
- version 1.8.5
- [jan] Fix setting default values for HTML signatures.
- [mjr] Throw exception if no weather service configured (Bug #11005).
- [mms] Fix viewable prefs when toggling from Hide->Show Advanced.
- [mms] Better error message when missing required parameters (Bug #10979).
- [mms] Add Horde_Core_Alarm_Handler_Notify class.
++++ python-atspi:
- Update to version 2.3.92:
+ Another fix for --enable-tests.
++++ python-djvulibre:
- Update to 0.3.9.
* Ensure that all S-expression output is 7-bit.
This is work-around for deb#664626.
++++ python-feedparser:
- Update to 5.1.1:
* Fix mistakes, typos, and bugs in the unit test code
* Fix crash in Python 2.4 and 2.5 if the feed has a UTF_32 byte order mark
* Replace the RFC822 date parser for more extensibility
* Issue 304 (handle RFC822 dates with timezones like GMT+00:00)
* Issue 309 (itunes:keywords should be split by commas, not whitespace)
* Issue 310 (pubDate should map to published, not updated)
* Issue 313 (include the compression test files in MANIFEST.in)
* Issue 314 (far-flung RFC822 dates don't throw OverflowError on x64)
* Issue 315 (HTTP server for unit tests runs on 0.0.0.0)
* Issue 321 (malformed URIs can cause ValueError to be thrown)
* Issue 322 (HTTP redirect to HTTP 304 causes SAXParseException)
* Issue 323 (installing chardet causes 11 unit test failures)
* Issue 325 (map description_detail to summary_detail)
* Issue 326 (Unicode filename causes UnicodeEncodeError if locale is ASCII)
* Issue 327 (handle RFC822 dates with extraneous commas)
* Issue 328 (temporarily map updated to published due to issue 310 )
* Issue 329 (escape backslashes in Windows path in docs/introduction.rst)
* Issue 331 (don't escape backslashes that are in raw strings in the docs)
- Re-enabled tests now that the broken ones are fixed
++++ python-kdebase4:
- Added patch to support GRUB2
- Added patch to resolve reboot/shutdown issue when using systemd
and KDM
- Added patch to have initial support within kdebase4-workspace for
shutdown/reboot through systemd. Not yet Activated !!
- Included patch from Rober Milasan to set the correct default
homepage for the openSUSE branding
++++ python-kombu:
- Update to 2.1.3:
* Fixes Jython compatibility issues.
* Fixes Python 2.5 compatibility issues.
++++ python-matplotlib:
- Fix Qt Designer plugin directories
++++ python-pyramid:
- Update to version 1.3.b3
* No changelog provided
- Don't install documentation with problematic licensing terms (bnc#753015)
++++ python-web.py:
- license update: SUSE-Public-Domain and BSD-3-Clause
See e.g. Colin Stewart copyright and license in web/httpserver.py (lines
22 to 25)
++++ quassel:
- update to version 0.8.0
* Add support for syslog request
* Make TAB completion keyboard shortcut configurable
* /showkey command for blowfish encryption
* Keyboard navigation: shortcut for hiding the current buffer
* oidentd support
++++ rpmlint:
- better deal with spaces in logrotate config
- add colord-sane dbus service to whitelist (bnc#752518)
++++ rygel:
- Update to version 0.13.4:
+ Add the new logo.
+ Don't abort if a client requests an invalid thumbnail or
subtitle.
+ Don't crash if a GStreamer element is missing.
+ Set X_DLNACAP according to the allow-upload/allow-deletion
configuration.
+ Drop the "maximum version" requirements in configure.ac.
+ Revert the "npt=0- is not a seek" patch since it broke DLNA
requirement 7.3.33.4.
+ Don't crash if a User-Agent contains non-UTF-8 characters.
+ MPRIS:
- Don't abort if a server doesn't use the proper type for the
"Metadata" property.
+ MediaExport:
- Set proper UPnP class for virtual containers.
+ Mediathek:
- Reduce severity of a warning message.
+ Playbin:
- Emit duration change once the playbin can know it.
+ Tracker:
- Refactor alternative properties.
+ Bugs fixed: bgo#667781, bgo#672048.
+ Updated translations.
++++ sane-backends:
- re-add support for USB scanners
++++ seahorse-sharing:
- Update to version 3.3.92:
+ Build fix, rename gettext package
- Drop hack to remove translations in %install now that a
non-conflicting domain is used, and enable the use of a lang
subpackage by removing the have_lang macro.
++++ sgi-bitmap-fonts:
- added COPYING file [bnc#752246]
++++ shorewall:
- Update to 4.5.1.1 For more details see changelog.txt and
releasenotes.txt
* When checking or compiling for export (-e option),
/sbin/shorewall would previously issue a warning message if
the SHOREWALL_SHELL specified in the remote
firewall's shorewall.conf did not exist.
* The changes to TOS handling in 4.5.1 are incompatible with
older releases such as RHEL5 and derivatives. That has been
corrected.
* The rules compiler now verifies that the protocol is TCP, UDP,
SCTP or DCCP when checking a port range (low:high or low-high).
* Previously, start or restart using the init script would fail
with an error message referencing 'SHOREWALL_INIT_SCRIPT'.
This defect was not visible to users that set AUTOMAKE=Yes or
that run Shorewall-init.
++++ suse-xsl-stylesheets:
* Bugfix: fixed %postun routine, so catalog entries only get removed
on a real package installation
- Improved webhelp
- Fixed Ticket#55 (Toc in PDF)
++++ texlive-bin:
- Fix bnc#752502 by helping epspdf to find its resource file
- Add advanced overflow patch for eptex
- Clean out spec file to make rpmlint happy again
- Make sure that perl and ruby library files are found
- Reorder some patches to be able to run several spec files
++++ translate-toolkit:
- Add proper specfile header as requested in sr#109322
++++ virtuoso:
- Update to 6.1.5
* Fixes over 6.1.4. See the Changelog file for full changelog.
* Drop suse-gawk-4.diff
++++ xen:
- bnc#753165 - xen/scripts/network-bridge wont create bridge
bridge-bonding.diff
++++ yast2-dbus-server:
- fixed for gcc 4.7
- 2.22.1
++++ yast2-fingerprint-reader:
- fixed for gcc 4.7
- 2.22.1
++++ yast2-ldap-client:
- removed user specific settings and texts (fate#313143)
- warn about usage of nss_ldap
- 2.22.6
++++ yast2-sound:
- fixed for gcc 4.7
- 2.22.0
------------------------------------------------------------------
------------------ 2012-3-19 - Mar 19 2012 -------------------
------------------------------------------------------------------
++++ OpenLP:
- Added python-xdg as a dependency so that data files are always
stored in ~/.local/share/openlp
++++ aaa_base:
- remove bin from mime.types for application/x-stuffit (bnc#743741)
- rc.status: also allow to specify files as /etc/rc.d/foo
(bnc#734476)
- update mime.types file (merged old file with upstream) (see bnc#720464)
- add primitive script to merge mime.types file
++++ baobab:
- Update to version 3.3.4:
+ Misc bugfixes.
+ Updated translations.
++++ brp-extract-appdata:
- remove the icon tag if there is no icon
++++ clutter:
- Update to version 1.9.16:
+ Support implicit animatable properties.
+ Introduce paint nodes.
+ Support Content delegates.
+ ClutterText improvements.
+ Support for the XInput 2.2 extension.
+ Bugs fixed: bgo#655491, bgo#656156, bgo#668801, bgo#671736,
bgo#671779, bgo#672316.
+ Updated translations.
++++ gcc47:
- Change armv5 to use soft floating-point.
++++ cross-armv7l-gcc47-icecream-backend:
- Change armv5 to use soft floating-point.
++++ cross-hppa-gcc47-icecream-backend:
- Change armv5 to use soft floating-point.
++++ cross-i386-gcc47-icecream-backend:
- Change armv5 to use soft floating-point.
++++ cross-ia64-gcc47-icecream-backend:
- Change armv5 to use soft floating-point.
++++ cross-ppc-gcc47-icecream-backend:
- Change armv5 to use soft floating-point.
++++ cross-ppc64-gcc47-icecream-backend:
- Change armv5 to use soft floating-point.
++++ cross-s390-gcc47-icecream-backend:
- Change armv5 to use soft floating-point.
++++ cross-s390x-gcc47-icecream-backend:
- Change armv5 to use soft floating-point.
++++ cross-x86_64-gcc47-icecream-backend:
- Change armv5 to use soft floating-point.
++++ csync2:
- Force debug output off completely when running under xinetd (fixes
protocol breakage when target directories don't exist; bnc#752563)
++++ dconf:
- Update to version 0.11.7:
+ engine: Don't leak the lock table if a system database changes
while a program is running.
+ dbus-1: Call g_slist_remove_link instead of g_slist_remove.
+ editor: Set 'wrap' property on default value label.
+ dconf update:
- Code cleanup, better error handling.
- Read keyfiles in a defined order (later files take
precedence)
- Don't issue warnings if a key is defined in multiple files.
++++ dhcp:
- dhcp-server: fixed to escape all values used in constructed
ldap filters as a DN may contain e.g. asterisks (bnc#721829,
[ISC-Bugs #28545]).
++++ dmenu:
- updated to version 4.5
Changelog:
http://hg.suckless.org/dmenu/log
- enhanced description
- removed package name from summary
- added new files to %file section
++++ evince:
- Update to version 3.3.92:
+ Bug fixes:
- Fix typos in ev-form-field.h (bgo#635055).
- Fix the build with mingw.
+ Documentation:
- Fix key sequences in documentation (bgo#672296).
- Fix several markups in documentation (bgo#672299, bgo#672296)
+ Updated translations.
++++ exo:
- split exo into libexo-1-0, exo-tools, and exo-data in order to
conform to the shared library packaging policy
- added exo-icons.tar.bz2 with icons from tango-icon-theme 0.8.90
in order to provide icons for all desktop files and to prevent a
dependency on an icon theme
- specfile cleanup
- added exo-fix-python-install-location.patch in order to install
all python files under %%{python_sitearch}
- dropped exo-env.patch, shebang lines are fixed during build
instead
++++ ext4magic:
- clean up buildrequires logic - no end user impact
++++ libgcj47:
- Change armv5 to use soft floating-point.
++++ gcc47-testresults:
- Change armv5 to use soft floating-point.
++++ gcr:
- Update to version 3.3.92:
+ Fix up copyright headers.
+ Build fix.
+ Updated translations.
++++ gtkhtml:
- Update to version 4.3.92:
+ Suppress deprecation warnings.
+ Updated translation.
++++ vte:
- Update to version 0.32.0:
+ Use GResource for our default termcap.
+ Build fixes for interix (bgo#652290).
+ Allocate PTYs with openpty on BSD (bgo#670758).
+ Introspection fixes (bgo#648183, bgo#655402, bgo#661716).
+ Fix mouse whell scrolling with gtk+ 3.4 (bgo#671305).
+ Use correct library name for glade integration (bgo#671760).
+ gnome-pty-helper: Respect SUID_CFLAGS and SUID_LDFLAGS
(bgo#67073).
- Drop vte-suid_flags.patch: fixed upstream.
- Remove autoconf and automake BuildRequires, and no longer call
autoreconf in gnome-pty-helper subdirectory, as we don't carry
any patches anymore.
++++ gnome-backgrounds:
- Update to version 3.3.92:
+ Updated version of Sundown Dunes.
+ Updated translations.
++++ gnome-control-center:
- Update to version 3.3.92:
+ Common:
- Add missing git.mk to two panels.
+ Color:
- Do not select the device in the treeview if it changes.
- Don't allow the user to add existing profiles to devices.
- Prevent a crash when hotplugging monitors when the color
panel is open.
+ Date Time:
- Fix broken time setting on 32-bit machines.
+ Display:
- Simplify add_key() calls and function.
- Sort resolutions by width first.
- Use symbolic name.
+ Mouse:
- Don't enable two-finger scrolling based on width.
+ Region:
- Don't make the dialogue overly wide.
- Fix possible crasher with empty layout.
+ Universal Access:
- Hide zoom options when not in shell.
+ User Accounts:
- Minimum of 200 width for the users list.
+ Updated translations.
++++ gnome-desktop:
- Update to version 3.3.92:
+ libgnome-desktop:
- GnomeBG:
. Publish the 'representative color'.
. Code cleanups.
- GnomeRR:
. Add definition for next rotation.
. Detect Apple DFP outputs as internal.
+ Updated translations.
++++ gnome-doc-utils:
- Update to version 0.20.8:
+ Don't call RNG files, removed in 0.20.7
++++ gnome-font-viewer:
- Update to version 3.3.92:
+ Fix unused variables GCC warnings.
+ Updated translations.
++++ gnome-icon-theme-symbolic:
- Update to version 3.3.91.1:
+ more fixes to the fill/stroke misrendering.
++++ gnome-online-accounts:
- Update to version 3.3.92:
+ Add a border on the webkit view (bgo#660514).
+ Build fixes.
+ Facebook related changes:
- OAuth2Provider: add support for facebook client side auth
flow (bgo#672060).
- FacebookProvider: move to client-side flow (bgo#672060).
- configure.ac: remove the facebook client secret (bgo#672060).
- Unref the JSON parser (bgo#672060).
- offline_access has been removed since it is deprecated.
+ Updated translations.
- Drop xz BuildRequires, as it now comes for free in the build
system.
- Pass --enable-facebook to configure now that it doesn't require a
secret key anymore.
++++ gnome-panel:
- Update to version 3.3.92:
+ Add style class for orientation to several widgets to allow
adjust theming on vertical panels.
+ Fix random grey box on logout.
+ Updated translations.
++++ gnome-screenshot:
- Update to version 3.3.92:
+ Updated translations.
++++ gnome-session:
- Update to version 3.3.92:
+ Minor bug fixes.
+ Updated translations.
++++ gnome-settings-daemon:
- Update to version 3.3.92:
+ Color:
- Apply the color profile even if the device has an invalid
EDID.
- Create a color device even if the device has an invalid EDID.
- Don't use the username in the profile ID, it's optional and
not-required.
+ Common:
- Add hint on how to set the script path.
- Fix library linkage on Mageia.
- Support explicitly setting G_MESSAGES_DEBUG.
+ Media Keys:
- Avoid hard-coded shortcuts not working.
- Call Shutdown for the logout action.
+ Mouse:
- Stop syndaemon when settings-daemon dies.
+ Power:
- Do not emit DBus interface change signals when doing the idle
dim.
- Don't print a message when no backlights are detected.
- Failing to clear DPMS timeouts should not be fatal.
- Fix broken abs_to_percentage() logic.
- Lazily connect to gnome-screensaver.
- Lock the screensaver if the lid is closed and lock is
enabled.
- Make the idle dim time 90 seconds to match OSX.
+ Print Notifications:
- Add test tool.
- Don't unref floating GVariant.
+ Wacom:
- Add README about configuration storage.
+ XRandR:
- Fix the rotate display button not working.
- List external display only before internal only.
+ XSettings:
- Add README.xsettings about overrides.
- Add test-xsettings program.
- Add xsettings_setting_get() accessor.
- Add XSETTINGS_VARIANT_TYPE_COLOR macro.
- Always call xsettings_setting_set().
- Don't return XSettingsResult codes.
- Introduce 'tiers' of XSettings.
- Load overrides on startup.
- Remove global 'settings' list.
- Switch manager to GLib memory functions.
- Switch to GVariant for value storage.
- Use GHashTable in the xsettings manager.
- Wire overrides into GSettings.
+ Updated translations.
++++ gtkmathview:
- Add gtkmathview-0.8.0-gcc47.patch: fix building with GCC 4.7;
patch taken from Fedora.
++++ gvfs:
- Update to version 1.11.5:
+ fuse: Keep using ~/.gvfs as fallback.
+ udisks2: Set G_VOLUME_IDENTIFIER_KIND_CLASS identifier for
volumes.
+ Updated translations.
- Enable udisks2 support in gvfs.
++++ hugin:
- added patch to fix gcc 4.7 failure (gcc47.diff)
- added fdupes
++++ kernel-debug:
- Update vanilla config files.
- commit bd476d4
- Update (vanilla) config files.
- commit 55a0a56
- Delete
patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch.
- Delete patches.arch/dell_optiplex_990_fix_reboot.patch.
- Delete
patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu.
- Delete patches.drivers/libata-unlock-hpa-by-default.
- Delete patches.fixes/scsi-add-tgps-setting.
- Delete patches.fixes/scsi-dh-rdac-add-stk.
- Delete patches.suse/dm-mpath-evaluate-request-result-and-sense.
- Delete patches.suse/richacl-fix.
Remove unused patches.
- commit 2cbabfe
- Update to 3.3-final.
- commit a9ab64a
++++ kernel-default:
- Update vanilla config files.
- commit bd476d4
- Update (vanilla) config files.
- commit 55a0a56
- Delete
patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch.
- Delete patches.arch/dell_optiplex_990_fix_reboot.patch.
- Delete
patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu.
- Delete patches.drivers/libata-unlock-hpa-by-default.
- Delete patches.fixes/scsi-add-tgps-setting.
- Delete patches.fixes/scsi-dh-rdac-add-stk.
- Delete patches.suse/dm-mpath-evaluate-request-result-and-sense.
- Delete patches.suse/richacl-fix.
Remove unused patches.
- commit 2cbabfe
- Update to 3.3-final.
- commit a9ab64a
++++ kernel-desktop:
- Update vanilla config files.
- commit bd476d4
- Update (vanilla) config files.
- commit 55a0a56
- Delete
patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch.
- Delete patches.arch/dell_optiplex_990_fix_reboot.patch.
- Delete
patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu.
- Delete patches.drivers/libata-unlock-hpa-by-default.
- Delete patches.fixes/scsi-add-tgps-setting.
- Delete patches.fixes/scsi-dh-rdac-add-stk.
- Delete patches.suse/dm-mpath-evaluate-request-result-and-sense.
- Delete patches.suse/richacl-fix.
Remove unused patches.
- commit 2cbabfe
- Update to 3.3-final.
- commit a9ab64a
++++ kernel-source:
- Update vanilla config files.
- commit bd476d4
- Update (vanilla) config files.
- commit 55a0a56
- Delete
patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch.
- Delete patches.arch/dell_optiplex_990_fix_reboot.patch.
- Delete
patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu.
- Delete patches.drivers/libata-unlock-hpa-by-default.
- Delete patches.fixes/scsi-add-tgps-setting.
- Delete patches.fixes/scsi-dh-rdac-add-stk.
- Delete patches.suse/dm-mpath-evaluate-request-result-and-sense.
- Delete patches.suse/richacl-fix.
Remove unused patches.
- commit 2cbabfe
- Update to 3.3-final.
- commit a9ab64a
++++ kernel-docs:
- Update vanilla config files.
- commit bd476d4
- Update (vanilla) config files.
- commit 55a0a56
- Delete
patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch.
- Delete patches.arch/dell_optiplex_990_fix_reboot.patch.
- Delete
patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu.
- Delete patches.drivers/libata-unlock-hpa-by-default.
- Delete patches.fixes/scsi-add-tgps-setting.
- Delete patches.fixes/scsi-dh-rdac-add-stk.
- Delete patches.suse/dm-mpath-evaluate-request-result-and-sense.
- Delete patches.suse/richacl-fix.
Remove unused patches.
- commit 2cbabfe
- Update to 3.3-final.
- commit a9ab64a
++++ kernel-ec2:
- Update vanilla config files.
- commit bd476d4
- Update (vanilla) config files.
- commit 55a0a56
- Delete
patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch.
- Delete patches.arch/dell_optiplex_990_fix_reboot.patch.
- Delete
patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu.
- Delete patches.drivers/libata-unlock-hpa-by-default.
- Delete patches.fixes/scsi-add-tgps-setting.
- Delete patches.fixes/scsi-dh-rdac-add-stk.
- Delete patches.suse/dm-mpath-evaluate-request-result-and-sense.
- Delete patches.suse/richacl-fix.
Remove unused patches.
- commit 2cbabfe
- Update to 3.3-final.
- commit a9ab64a
++++ kernel-pae:
- Update vanilla config files.
- commit bd476d4
- Update (vanilla) config files.
- commit 55a0a56
- Delete
patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch.
- Delete patches.arch/dell_optiplex_990_fix_reboot.patch.
- Delete
patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu.
- Delete patches.drivers/libata-unlock-hpa-by-default.
- Delete patches.fixes/scsi-add-tgps-setting.
- Delete patches.fixes/scsi-dh-rdac-add-stk.
- Delete patches.suse/dm-mpath-evaluate-request-result-and-sense.
- Delete patches.suse/richacl-fix.
Remove unused patches.
- commit 2cbabfe
- Update to 3.3-final.
- commit a9ab64a
++++ kernel-syms:
- Update vanilla config files.
- commit bd476d4
- Update (vanilla) config files.
- commit 55a0a56
- Delete
patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch.
- Delete patches.arch/dell_optiplex_990_fix_reboot.patch.
- Delete
patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu.
- Delete patches.drivers/libata-unlock-hpa-by-default.
- Delete patches.fixes/scsi-add-tgps-setting.
- Delete patches.fixes/scsi-dh-rdac-add-stk.
- Delete patches.suse/dm-mpath-evaluate-request-result-and-sense.
- Delete patches.suse/richacl-fix.
Remove unused patches.
- commit 2cbabfe
- Update to 3.3-final.
- commit a9ab64a
++++ kernel-trace:
- Update vanilla config files.
- commit bd476d4
- Update (vanilla) config files.
- commit 55a0a56
- Delete
patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch.
- Delete patches.arch/dell_optiplex_990_fix_reboot.patch.
- Delete
patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu.
- Delete patches.drivers/libata-unlock-hpa-by-default.
- Delete patches.fixes/scsi-add-tgps-setting.
- Delete patches.fixes/scsi-dh-rdac-add-stk.
- Delete patches.suse/dm-mpath-evaluate-request-result-and-sense.
- Delete patches.suse/richacl-fix.
Remove unused patches.
- commit 2cbabfe
- Update to 3.3-final.
- commit a9ab64a
++++ kernel-vanilla:
- Update vanilla config files.
- commit bd476d4
- Update (vanilla) config files.
- commit 55a0a56
- Delete
patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch.
- Delete patches.arch/dell_optiplex_990_fix_reboot.patch.
- Delete
patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu.
- Delete patches.drivers/libata-unlock-hpa-by-default.
- Delete patches.fixes/scsi-add-tgps-setting.
- Delete patches.fixes/scsi-dh-rdac-add-stk.
- Delete patches.suse/dm-mpath-evaluate-request-result-and-sense.
- Delete patches.suse/richacl-fix.
Remove unused patches.
- commit 2cbabfe
- Update to 3.3-final.
- commit a9ab64a
++++ kernel-xen:
- Update vanilla config files.
- commit bd476d4
- Update (vanilla) config files.
- commit 55a0a56
- Delete
patches.arch/acpi_ec_provide_non_interrupt_mode_boot_param.patch.
- Delete patches.arch/dell_optiplex_990_fix_reboot.patch.
- Delete
patches.drivers/alsa-hda-0004-Add-missing-static-ADC-tables-for-ALC269-qu.
- Delete patches.drivers/libata-unlock-hpa-by-default.
- Delete patches.fixes/scsi-add-tgps-setting.
- Delete patches.fixes/scsi-dh-rdac-add-stk.
- Delete patches.suse/dm-mpath-evaluate-request-result-and-sense.
- Delete patches.suse/richacl-fix.
Remove unused patches.
- commit 2cbabfe
- Update to 3.3-final.
- commit a9ab64a
++++ kiwi:
- don't use -s option for losetup:
the option -s is in collision with the Loop-AES losetup dialect that
is used in some distributions. Use the long version (--show) only.
- changed repartition code for LVM concerning the use of
element '' and 'freespace=all' volume:
* if none of the two is specified, the root will be expanded to
occupy all available space
* if only oem-systemsize is specified, the root will be expanded
as much as specified
* if only freespace=all is specified (for non-root volume), then
the root will not be expanded and the other volume will take all
available space
* Finally, if both are specified, then the root will be expanded to
take as much as oem-systemsize requires and any remaining space is
assigned to the other volume.
++++ gcc46:
- Change armv5 to use soft floating point.
++++ libffi47:
- Change armv5 to use soft floating-point.
++++ nautilus:
- Update to version 3.3.92:
+ Fix scrolling in compact view to work with latest GTK.
+ Fix Ctrl+Scroll zooming to work with latest GTK.
+ Don't hide Open With applications for subtypes of
application/x-desktop.
+ Add support for the "network" GVolume class identifier.
+ Fix a crash at exit with certain extensions that keep refs of
the NautilusFileInfos.
+ Fix initial focus row when moving the focus into the Places
sidebar.
+ Fix Shift+Click selection when going back/forward in browsing
history.
+ Fix packing of desktop file box in properties view.
+ Fix pathbar button sizing when a file watched by the pathbar
changes name.
+ Fix properties window not being able to shrink size.
+ Remove unused --enable-profiler configure option.
++++ openscap:
- license update: LGPL-2.1+
There is no GPL-3.0+ in this package. Also, the Fedora spec file states
LGPL-2.1+. This appears to be the correct license
++++ libpqxx:
- Add libpqxx-gcc47.patch: Fix build with gcc 4.7.
++++ spice:
- Extend spice-signed-comparison.patch: incl. git commit 965a1a.
++++ sushi:
- Update to version 0.3.92:
+ Properly center the window title in the allocated space.
+ Clear signal handlers when switching between viewer.
+ Updated translations.
++++ yelp:
- Update to version 3.3.92:
+ Fixed links to page #fragments (bgo#671018).
+ Updated translations.
++++ linux-glibc-devel:
- Update to Linux 3.3 headers.
++++ mysql-workbench:
- Fix build by adding libuuid-devel
++++ obs-service-tar_scm:
- Check that git pull succeeds
++++ opensuse-manuals_en:
- attributes: Add apparmor-admin_en obsoletes/provides info.
++++ openttd-openmsx:
- change timidity from requires to recommends (bnc#752669)
++++ python-djvulibre:
- Update to 0.3.8.
* Ensure that S-expression input/output functions are always
initialized.
This is work-around for deb#664442.
++++ qbittorrent:
- Upstream update to 2.9.7, bugfix release.
++++ rubygem-xmlhash:
- update to 1.1.1 to fix tests on SLE11
- update to 1.1 to fix compilation with ruby 1.9 and to avoid
problems with C++ on sles11 ;(
++++ siproxd:
- switch from user nobody to own user siproxd (bnc#710608)
++++ systemd:
- Add 0001-add-sparse-support-to-detect-endianness-bug.patch: fix
endianness error, preventing journal to work properly on ppc.
- Add fixppc.patch: fix build and warnings on ppc.
- Add 0001-util-never-follow-symlinks-in-rm_rf_children.patch: fix
CVE-2012-1174 (bnc#752281).
++++ systemd-gtk:
- Add 0001-add-sparse-support-to-detect-endianness-bug.patch: fix
endianness error, preventing journal to work properly on ppc.
- Add fixppc.patch: fix build and warnings on ppc.
- Add 0001-util-never-follow-symlinks-in-rm_rf_children.patch: fix
CVE-2012-1174 (bnc#752281).
++++ tomboy:
- Update to version 1.9.10:
+ Fix doc errors for sync (bgo#636539).
+ Updated translations.
++++ vinagre:
- Update to version 3.3.92:
+ Minor bugfixes.
+ Updated translations.
++++ vino:
- Update to version 3.3.92:
+ Updated translations.
++++ xen:
- Upstream patches from Jan
24950-gnttab-copy-mapped.patch
24970-x86-cpuidle-deny-port-access.patch
24996-x86-cpuidle-array-overrun.patch
25041-tapdisk2-create-init-name.patch
++++ yast2-core:
- fixed for gcc 4.7
++++ yast2-hardware-detection:
- fixed for gcc 4.7
- 2.22.0
++++ yast2-phone-services:
- Fixed definition of Fax user edit dialog - bnc#739731
- 2.21.1
++++ yelp-tools:
- Update to version 3.3.4:
+ yelp-check: Added --strict option to validate.
++++ yelp-xsl:
- Update to version 3.3.92:
+ Be more flexible with revisions for editor banner.
+ Don't auto-link Python symbols when syntax highlighting.
+ Fixed private templates and stylesheet variables in xsldoc.
+ Use common links template for topic, guide, seealso, facets.
+ Support for profile-checking in TTML.
+ Support for xml:lang and xml:space in TTML.
+ Support for TTML br element.
+ Support for TTML dur attribute.
+ Support for h and m time units in TTML.
+ Support for Mallard block content in TTML.
+ Dropped unused DocBook chunking params.
+ Handle DocBook literallayout with class="monospaced".
+ Updated translations.
------------------------------------------------------------------
------------------ 2012-3-18 - Mar 18 2012 -------------------
------------------------------------------------------------------
++++ chromium:
- Update to 19.0.1074
- Build Chromium on openSUSE > 12.1 with the gold linker
- Fix build issues with GCC 4.7
++++ dcmtk:
- Added a patch (gcc-4.7_fix.patch) to fix compilation with gcc-4.7.
- Remove zero-length file /usr/share/dcmtk/wlistdb/OFFIS/lockfile (fix rpmlint
warning).
++++ gl2ps:
- Initial release (version 1.3.6).
- Added the following patches:
* gl2ps-soversion.patch (Fix missing SO version, taken from Fedora).
* no-copy-dt-needed-entries.patch (Fix linking with
- -no-copy-dt-needed-entries).
++++ glucat:
- add conditionnal noarch target to devel package to fix SLE build
++++ goldendict:
- Add goldendict-gcc47.patch: Fix build with gcc 4.7.
++++ groff:
- Remove redundant tags/sections from specfile
- Enable parallel build with %_smp_mflags
++++ gxditview:
- Remove redundant tags/sections from specfile
- Enable parallel build with %_smp_mflags
++++ kde3-celestia:
- Add celestia-gcc47.patch: Fix build with gcc 4.7.
++++ libetpan:
- update to 1.1
* Not summarized changes, look at ChangeLog file.
++++ totem:
- Update to version 3.3.92:
+ Check plugins for introspection in configure.
++++ python-pyexiv2:
- Fix SPDX license
- update to 0.3.2 release
Changes:
- Compiles and tested against the latest libexiv2 (0.22)
- ImageMetadata implements the collections.MutableMapping interface
- Consistent API across all types of tags to access the value(s)
- Read/write access to the EXIF thumbnail
- Decode and encode EXIF comments according to the specified charset
- API to (un)register custom XMP namespaces
- API to get, set and delete the (optional) IPTC charset
- Added pickling support to tags
- Use fractions.Fraction when available in the standard library (Python ≥ 2.6)
Bugs fixed:
- 880659: Regression: pyexiv2 0.3.1 doesn’t work with Python 2.6
- 802176: UnicodeDecodeError when opening a file with unicode characters in the
path
- 815430: [win32] Saving previews to disk produces bogus JPEG files
- 781464: Pentax MakerNote tags advertised with the wrong type, decoding their
value raises a ValueError
- 786253: Exif headers with zero-denominator rational (fraction) types raise
DivideByZero exception unnecessarily
- 797626: Cannot assign dates earlier than the year 1900
- 797644: Timezone info is not correctly passed to libexiv2 when writing IPTC
and XMP tags
- 823104: Setting an XMP tag from a value with incorrect type results in a
confusing KeyError being raised
- 696240: pyexiv2-0.3.0 docs fail to build with sphinx-1.0.5
- 736143: scons error
- 813224: String representation of Rational not implemented
- 617557: Feature request: consistent getter/setter API for EXIF/IPTC/XMP
- 618540: Windows build for Python 2.7
- 644143: Failing to parse a raw value silently fails
- 677267: Crashes when trying to read Xmp.lr.hierarchicalSubject
- 684177: FTBFS against exiv2-0.21
- 559903: Please decode EXIF comments according to charset
- 587614: Where's the good old setThumbnailData in 0.2.X series ?
- 622739: Segmentation fault when replacing a tag by itself
- 624283: Unit tests fail with a non-unicode locale
- 624999: test_write_dont_preserve_timestamps fails
- 683232: assignment of fractions.Fraction to Exif.GPSInfo.GPSAltitude leads to
backtrace
- 687373: Misleading exception raised when metadata not read
- 688209: test_write_exif_thumbnail_to_file fails on windows
- 461847: feature request: convenience function to set IPTC encoding to UTF-8
- 507620: Investigate the ability to catch stderr from libexiv2 in pyexiv
- 514415: Replace the Rational class by fractions.Fraction
- 549496: Feature request: Custom XMP namespaces
- 628735: Pickling an {Exif,Iptc,Xmp}Tag itself
- 648624: Feature request: inherit ImageMetadata from collections.MutableMapping
++++ virtualbox:
- use pie/fPIE for setuid binaries (vbox-fpie.diff) (bnc#743143)
- clean up virtualbox-60-vboxdrv.rules and use fillup_only for vbox sysconfig file
- added vbox-vboxweb-init-script.diff to use proper pid file and runlevels in vboxweb initscript
++++ tomahawk:
- fix build with QTweetLib 0.5
- restart a failed build with a single make job so the error
is easier to spot
------------------------------------------------------------------
------------------ 2012-3-17 - Mar 17 2012 -------------------
------------------------------------------------------------------
++++ augeas:
- Ensure libxml2 is present in .pc file
++++ bleachbit:
- updated to version 0.9.2
- These are the changes since version 0.9.1
These are the changes since version 0.9.1:
* Clean Firefox crash reports.
* Clean more Google Chrome and Chromium history: omnibox shortcuts,
Network Action Predictor, and keywords_backup.
* Clean LibreOffice.
++++ boost:
- Adjust Require for new libxslt-tools
++++ clamav:
- Add clamav-gcc47.patch: Fix build with gcc 4.7.
- New version 0.97.4
* libclamav/bytecode.c: reset to BYTECODE_AUTO mode at db reload
so that we don't fail to re-enable or re-disable it again
(bb#3789)
* misc: performance improvement for HP-UX PA-RISC - patch from
Michael Pelletier
(bb#3926)
* libclamav/pe.c: parse vinfo where varfileinfo occours before
stringfileinfo (bb#3062)
* clamd: add support for on-access scanning on OS X with ClamAuth
(beta)
* libclamav/bytecode_api*: Fix Sparc crash (bb #4324)
* libclamav: fix bytecode whitelisting
* libclamav: fix macro detection in OLE2BlockMacros (bb#4269)
* libclamav/readdb.c: allow comments in all db files (bb#3930)
* libclamav/scanners.c: use lsigs when scanning vba data (bb#3922)
* libclamav/matcher-hash.c: Fix SIGBUS on PA-RISC (big-endian)
architectures (bb #3894).
++++ exim:
- Disable format-security and missing-format-attribute warnings via CFLAGS on
pre-11.2 systems.
++++ festival:
- Add speech_tools-gcc47.patch: Fix build with gcc 4.7.
++++ fiwalk:
- Add fiwalk-gcc47.patch: Fix build with gcc 4.7.
++++ fwbuilder:
- Add fwbuilder-gcc47.patch: Fix build with gcc 4.7.
++++ gle-graphics:
- Add gle-graphics-gcc47.patch: Fix build with gcc 4.7.
++++ gnome-commander:
- Add gnome-commander-gcc47.patch: Fix build with gcc 4.7.
++++ gptfdisk:
- Add gptfdisk-gcc47.patch: Fix build with gcc 4.7.
++++ gupnp-dlna:
- Update to version 0.6.6:
+ Fix minor issues found by static code analysis.
+ Add MKV profiles.
+ Add AVC_MP4_*_EAC3 profiles from Harmattan.
++++ hydrogen:
- Add hydrogen-gcc47.patch: Fix build with gcc 4.7.
++++ kdump:
- Add kdump-gcc47.patch: Fix build with gcc 4.7.
++++ kiwi:
- fixed compare of object addresses by using refaddr. This is
more robust because objects can overload operators like '!='
- fixed pattern names used in examples (bnc #752754)
++++ konkretcmpi:
- Add konkretcmpi-gcc47.patch: Fix build with gcc 4.7.
++++ libcryptopp:
- Add libcryptopp-gcc47.patch: Fix build with gcc 4.7.
++++ c++-gtk-utils:
- Add c++-gtk-utils-gcc47.patch: Fix build with gcc 4.7.
++++ gupnp:
- Update to version 0.18.2:
+ Revert the charset quoting patch from 0.18.1. Apparently this
issue was only present in a special version of libsoup.
+ Fix subscription timeout calculation.
+ Minor fixes from static code analysis.
+ Fix byte-range requests.
+ Add a unit-test for byte-range requests.
+ Bugs fixed: bgo#670518
- Remove xz BuildRequires now that it comes for free in the build
system.
- Add explicit pkgconfig(glib-2.0) BuildRequires so it can be
versioned.
++++ lightdm:
- add lightdm-fix-missing-includes.patch which adds missing
includes (lp#958097)
++++ libmsn:
- Add libmsn-gcc47.patch: Fix build with gcc 4.7.
++++ opencv:
- Add opencv-gcc47.patch: Fix build with gcc 4.7.
++++ podofo:
- Change lua-devel BuildRequires to lua51-devel on openSUSE > 12.1:
the code is not ready to work with lua 5.2.
++++ libqtweetlib:
- Version bump to 0.5
* Fix leading zeros in OAuth pins being cut off
++++ sunpinyin:
- Add sunpinyin-gcc47.patch: Fix build with gcc 4.7.
++++ totem-pl-parser:
- Update to version 3.3.92:
+ Fix introspection of TotemPlParserMetadata.
+ Fix compilation with libgcrypt.
+ Handle RSS feeds for video sites.
++++ libxslt:
- Make sure to follow shlib policy; put tools in a separate package
like done in libxml2
++++ memtest86+:
- PreReq perl to avoid update-bootloader to abort while install; (bnc#730022).
++++ mgdiff:
- add %dir /usr/share/X11/app-defaults to fix factory build.
++++ nxtvepg:
- add %dir /usr/share/X11/app-defaults to fix factory build
++++ sblim-wbemcli:
- Add sblim-wbemcli-gcc47.patch: Fix build with gcc 4.7.
++++ simple-scan:
- Update to version 3.3.92:
+ Fix buffer overrun writing black and white PDFs.
+ Build help with yelp-tools instead of gnome-doc-utils.
- Replace gnome-doc-utils-devel BuildRequires with yelp-tools,
following upstream switch.
- Correctly mark translated documentation with %lang() tags; this
will be done by %find_lang shortly in Factory, but not for old
releases.
++++ vdr:
- Add vdr-gcc47.patch: Fix build with gcc 4.7.
++++ wpa_supplicant:
- Add wpa_supplicant-gcc47.patch: Fix build with gcc 4.7.
++++ wvstreams:
- Add wvstreams-gcc47.patch: Fix build with gcc 4.7.
++++ xbase:
- Add xbase-2.0.0-gcc47.patch: Fix build with gcc 4.7.
------------------------------------------------------------------
------------------ 2012-3-16 - Mar 16 2012 -------------------
------------------------------------------------------------------
++++ DirectFB:
- Restore parallel build
++++ acpid:
- Update to acpid 2.0.15
+ Improve man page (Debian bug #656676)
(acpid.8 acpi_listen.8) (Ted Felix)
+ Change makefile to get rid of double slashes on install paths.
Note: This change was lost due to introduction of autoconf which
wiped out the old Makefile. (Makefile) (Gilles Espinasse)
+ Switch from Makefile to autoconf build system. Fix some related
warnings.
(Makefile Makefile.am README TODO acpi_ids.c acpi_ids.h acpid.h
configure.ac connection_list.h event.c kacpimon/Makefile.am
kacpimon/makefile proc.h sock.h)
(Cristian Rodriguez)
+ Fix build warnings uncovered by new gcc settings from autoconf.
(inotify_handler.c input_layer.c kacpimon/acpi_ids.c kacpimon/acpi_ids.h
kacpimon/connection_list.c kacpimon/connection_list.h
kacpimon/input_layer.c kacpimon/kacpimon.c kacpimon/netlink.c netlink.c
proc.c sock.c)
(Ted Felix)
+ Remove fcntl() calls to set FD_CLOEXEC and replace with
CLOEXEC flags within the various open(), recvmsg() and other calls.
Requires kernel version 2.6.23 and above.
(acpi_listen.c inotify_handler.c input_layer.c libnetlink.c netlink.c
proc.c ud_socket.c)
(Cristian Rodriguez)
+ Add SOCK_NONBLOCK to ud_create_socket().
(ud_socket.c) (Cristian Rodriguez)
+ Use isfdtype() instead of getsockopt() in is_socket(). Use fchmod(),
fstat(), and fchown() instead of the non-"f" versions in open_sock().
(sock.c) (Cristian Rodriguez)
+ Use __attribute__ for argument checking in acpid_log().
(input_layer.c log.h netlink.c ud_socket.c) (Cristian Rodriguez)
+ Close only the open fds in close_fds().
(acpid.c) (Cristian Rodriguez)
+ Use accept4() with SOCK_CLOEXEC and SOCK_NONBLOCK in ud_accept().
Remove unnecessary calls to fcntl() in process_sock().
(sock.c ud_socket.c) (Cristian Rodriguez)
+ Use asprintf() instead of snprintf() in process_sock().
(sock.c) (Cristian Rodriguez)
+ Use TEMP_FAILURE_RETRY macro instead of bogus checks for EINTR.
(acpi_listen.c acpid.c event.c input_layer.c libnetlink.c netlink.c
proc.c ud_socket.c) (Cristian Rodriguez)
+ Use safer, faster, and more modern functions asprintf(), fstatat(),
openat(), and fdopen() in the configuration file processing.
(event.c) (Cristian Rodriguez)
- refreshed patches - acpid-makefile.patch acpid-wrong-memset.patch
++++ alee-fonts:
- license update: SUSE-Artistic-1.0+
This package is Artistic-1.0 or later. Use SUSE- proprietary prefix until
the license is accepted upstream at spdx.org
++++ colorhug-client:
- Version 0.1.7
Released: 2012-03-15
New Features:
- Add a class responsible for async-queued-operations to multiple
devices
- Allow the user to update to test firmware if enabled in GSettings
- Create a libcolorhug library that is designed for low level
access to the device
Bugfixes:
- Add self test code to test the new incomplete-request functionality
- Convert colorhug-ccmx to using ChDeviceQueue to decrease the
startup delay
- Convert colorhug-flash to using ChDeviceQueue to increase the
flash speed
- Convert the colormgr tool to using ChDeviceQueue
- Correctly detect the failure to re-enumerate
- Do not hardcode the server path, instead set it in the GSettings
schema
- Do not show an empty warning box if there is no firmware flash
warning
- Do not use g_usleep() when waiting for a device reconnect
++++ cups-pk-helper:
- Update to version 0.2.2:
+ Add PrinterAddOption D-Bus method.
+ Set requesting-user-name tag in requests.
+ Code cleanups.
+ Build fixes and improvements.
+ New/updated translations.
++++ daps:
* Bugfix: Typo in Makefile caused wrong catalog entries
++++ djvulibre:
- updated to 3.5.25:
* Removed the deprecated djview3 code.
* Removed the deprecated cothreads code.
* Removed the unmaintained japanese man pages.
* Added ddjvu option to skip corrupted pages.
* Miniexp API is now reentrant.
* Bug fixes all around.
++++ fftw3:
- source the mpi environment
++++ firmwarekit:
- It's nostdlib and not nostdlibs as command line option.
- Remove obsolete version checks.
++++ gcin:
- qt*-immodule subpackages are license GPL-2.0
++++ gcin-branding-openSUSE:
-This package is LGPL-2.1 licensed
-Add COPYING file to source
++++ ghostscript:
- Unfortunately ghostscript-library.spec and ghostscript-mini.spec
have unversioned "Provides: ghostscript" and for RPM this means
that both ghostscript-library and ghostscript-mini
provide any version of ghostscript. Therefore any non-matching
version of ghostscript-library and ghostscript-mini fulfill
any RPM requirement for ghostscript in the ghostscript-x11
and ghostscript-devel sub-packages which is wrong.
Therefore explicit conflicts with ghostscript-library and
ghostscript-mini are specified in the ghostscript-x11
and ghostscript-devel sub-packages to avoid the mess.
++++ grub2:
- Fix build with gcc 4.7 (needs -fno-strict-aliasing for zfs code).
++++ gwibber:
- Update to version 3.3.92:
+ Determine if we are DST or not, and set isdst in the time
struct. This fixes the time delta being off by an hour for DST.
+ Make sure we don't keep references to Dee.ModelIter that has
been removed. (lp#937607)
+ Use the SHA1 hash of the avatar URL instead of simply stripping
the slashes, to avoid the resulting filename being too long to
be created on ecryptfs volumes. (lp#845374)
+ Improved error handling to UrlLib2Downloader. (lp#946049)
+ Facebook: try to handle data from facebook of type=question to
prevent empty posts in the feed.
+ Since gtk+ 3.3.18 scroll events are getting blocked in the
Gtk.Label for message, so we need to add the event mask for it.
++++ hawk:
- GUI: summary_view: show last granted time for tickets
- GUI: summary_view: Allow viewing details of all tickets, nodes,
resources simultaneously
- GUI: summary_view: Right align item counts
- GUI: simulator: Support granting/revoking tickets
- GUI: Constraints: Add arrows to ticket constraint display, show
loss policy in constraint list
- Misc: Cib model: Pick up tickets from rsc_ticket constraints in
addition to status section
- Upstream version cs:d1abac6f90da
++++ imagewriter:
- Add imagewriter-gcc47.patch: Fix build with gcc 4.7.
++++ inn:
- require perl-MIME-tools
++++ installation-images:
- remove libelf0
- adjust xorg lib deps
++++ ispell-hungarian:
- Remove redundant tags/sections from specfile
- Use UTF-8 encoding in description
++++ jhead:
- Fixed file-contains-date-and-time rpmlint warning. Date is set as
last date in the changes file.
++++ kernel-debug:
- Update bugnumber patches.suse/sd_init.mark_majors_busy.patch (bnc#744658).
- commit e60f2c3
++++ kernel-default:
- Update bugnumber patches.suse/sd_init.mark_majors_busy.patch (bnc#744658).
- commit e60f2c3
++++ kernel-desktop:
- Update bugnumber patches.suse/sd_init.mark_majors_busy.patch (bnc#744658).
- commit e60f2c3
++++ kernel-source:
- Update bugnumber patches.suse/sd_init.mark_majors_busy.patch (bnc#744658).
- commit e60f2c3
++++ kernel-docs:
- Update bugnumber patches.suse/sd_init.mark_majors_busy.patch (bnc#744658).
- commit e60f2c3
++++ kernel-ec2:
- Update bugnumber patches.suse/sd_init.mark_majors_busy.patch (bnc#744658).
- commit e60f2c3
++++ kernel-pae:
- Update bugnumber patches.suse/sd_init.mark_majors_busy.patch (bnc#744658).
- commit e60f2c3
++++ kernel-syms:
- Update bugnumber patches.suse/sd_init.mark_majors_busy.patch (bnc#744658).
- commit e60f2c3
++++ kernel-trace:
- Update bugnumber patches.suse/sd_init.mark_majors_busy.patch (bnc#744658).
- commit e60f2c3
++++ kernel-vanilla:
- Update bugnumber patches.suse/sd_init.mark_majors_busy.patch (bnc#744658).
- commit e60f2c3
++++ kernel-xen:
- Update bugnumber patches.suse/sd_init.mark_majors_busy.patch (bnc#744658).
- commit e60f2c3
++++ kiwi:
- v5.02.19 released
- fixed order of files in an ova tar archive per spec
in http://www.vmware.com/pdf/ovf_spec_draft.pdf (bnc #752581)
- fixed malformed ovf file. the Envelope properties
xmlns:rasd and xmlns:vssd are split in two lines with
an extra quote (") (bnc #752580)
- only remove the KIWI created initrd and kernel if mkinitrd run was successful
- remove unused variable haveVMX
++++ samba:
- s3:smb2_server: fix a logic error, we should sign non guest sessions;
(bso8749).
- Allow vfs_aio_pthread to build as a static module; (bso#8723).
- s3:dbwrap_ctdb: return the number of records in db_ctdb_traverse() for
persistent dbs; (#bso8527).
- s3: segfault in dom_sid_compare(bso#8567).
- Honor SeTakeOwnershiPrivilege when client asks for SEC_STD_WRITE_OWNER;
(bso#8768).
- s3-winbindd: Close netlogon connection if the status returned by the
NetrSamLogonEx call is timeout in the pam_auth_crap path; (bso#8771).
- s3-winbindd: set the can_do_validation6 also for trusted domain; (bso#8599).
- Fix problem when calculating the share security mask, take priviliges into
account for the connecting user; (bso#8784).
++++ util-linux:
- Fix Obsoletes / Provides for login.
++++ libexpat0:
- Remove redundant tags/sections
- Enable parallel build with %_smp_mflags
++++ mysql-community-server:
- fix libdir for ppc64
++++ netcdf:
- license update: SUSE-NetCDF
Use SPDX- proprietary prefix until this license is accepted upstream by
spdx.org
++++ libofa:
- fix license tag
++++ protobuf:
- Add gtest-1.5.0.tar.bz2: This is the release tarball of gtest 1.5
which is being used by make check. The included 1.4.0 does not
work with gcc 4.7, thus replacing the gtest folder with this
snapshot.
- Wrapped the gtest extraction with a version check... on next
version the package will fail in order to remember to take this
out again (next release of protobuf bundles gtest 1.5.0)
- Add libtool BuildRequires and call to autoreconf, as gtest 1.5.0
needs to be bootstrapped.
++++ sword:
- Add sword-gcc47.patch: Fix build with gcc 4.7.
++++ libunicap:
- Port rules to the new udev (bnc#726471).
++++ libunistring:
- license update: LGPL-3.0+ and GPL-3.0+
Numerous files in tests/ and woedll are GPL-3.0+ licensed. Either put
them in a separate GPL-3.0+ labelled subpackage or use this label for the
main License: line
++++ libvmime:
- Update to new SVN snapshot rev 603 (ZCP 7.0.6 dependency)
* Set Diffie-Hellman prime size (bug SF#3434852)
++++ libx86:
- Remove Prefix: tag
++++ linux-glibc-devel:
- Update version.h text (bnc#751668).
++++ nginx-1.0:
- Update to Version 1.0.14
Changes with nginx 1.0.14 15 Mar 2012
* ) Security: content of previously freed memory might be sent to a
client if backend returned specially crafted response.
Thanks to Matthew Daley.
++++ openmpi:
- updated to 1.4.5
- added files to make openmpi available via Modules
Changes since 1.4.4
- Fixed the --disable-memory-manager configure switch.
(** also to appear in 1.5.5)
- Fix typos in code and man pages. Thanks to Fujitsu for these fixes.
(** also to appear in 1.5.5)
- Improve management of the registration cache; when full, try freeing
old entries and attempt to re-register.
- Fixed a data packing pointer alignment issue. Thanks to Fujitsu
for the patch.
(** also to appear in 1.5.5)
- Add ability to turn off warning about having the shared memory backing
store over a networked filesystem. Thanks to Chris Samuel for this
suggestion.
(** also to appear in 1.5.5)
- Removed an unnecessary memmove() and plugged a couple of small memory leaks
in the openib OOB connection setup code.
- Fixed some QLogic bugs. Thanks to Mark Debbage from QLogic for the patches.
- Fixed problem with MPI_IN_PLACE and other sentinel Fortran constants
on OS X.
(** also to appear in 1.5.5)
- Fix SLURM cpus-per-task allocation.
(** also to appear in 1.5.5)
- Fix the datatype engine for when data left over from the previous
pack was larger than the allowed space in the pack buffer. Thanks to
Yuki Matsumoto and Takahiro Kawashima for the bug report and the
patch.
- Fix Fortran value for MPI_MAX_PORT_NAME. Thanks to Enzo Dari for
raising the issue.
- Workaround an Intel compiler v12.1.0 2011.6.233 vector optimization
bug.
- Fix issues on Solaris with the openib BTL.
- Fixes for the Oracle Studio 12.2 Fortran compiler.
- Update iWARP parameters for the Intel NICs.
(** also to appear in 1.5.5)
- Fix obscure cases where MPI_ALLGATHER could crash. Thanks to Andrew
Senin for reporting the problem.
(** also to appear in 1.5.5)
++++ openttd-openmsx:
- new install location for basesets
++++ perl-B-Hooks-EndOfScope:
- remove old_test_more patch and use sed statement
instead (less likely to break with every package update)
++++ perl-Data-OptList:
- remove old_test_more.patch and use sed statement
instead (less likely to break with every package update)
++++ perl-File-BaseDir:
- fix License
++++ perl-Params-Util:
- update to 1.07:
+ Disable XS version on cygwin as it shows bizarre behaviour
that breaks form when using Params::Util XS verwion.
++++ perl-namespace-clean:
- update to 0.23:
+ Rely on B::Hooks::EndOfScope version 0.10 to fix issues with
new Module::Runtime versions (>= 0.012) on perl 5.10 due
to incorrect hook firing due to %^H localisation.
+ Fix failures on 5.13.6 due to incorrect version number threshold
(RT#74683)
++++ python-ldap:
- Remove service
- Spec file cleanup:
* Remove outdated sections
* Proper macro usage
++++ python-matplotlib:
- Cleaned up spec file formatting
- Removed tests for obsolete openSUSE versions
- Added Qt Designer plugin from Python(x,y) project
++++ rpmlint:
- fix parsing of update-alternatives and clarify info message
++++ sblim-sfcb:
- Make License tag spdx.org compliant
++++ shorewall:
- Update to 4.5.1 For more details see changelog.txt and
releasenotes.txt
* This release includes all defect repair from versions
4.5.0.1-4.5.0.3.
* A typo has been corrected in the blrules man pages.
* Previously, if the interface appearing in the HOSTS column of
/etc/shorewall6/hosts was not defined in
/etc/shorewall6/interfaces, then the compiler would terminate
with a Perl diagnostic:
Can't use an undefined value as a HASH reference at
/usr/share/shorewall/Shorewall/Zones.pm line 1817,
<$currentfile> line ...
* The compiler was previously failing to validate the contents of
the LENGTH and TOS columns in /etc/shorewall/tcrules. The
contents of those columns are now validated by the compiler and
an appropriate error message is issued if validation fails.
* The column headings in the tos files are now in the proper
order. Previously, the SOURCE PORT and DEST PORT columns were
reversed.
++++ sshfs:
- update to 2.4
* Add "-oworkaround=fstat" for SFTP servers which don't support
the FSTAT message. Patch by: Percy Jahn
* Remove "-oPreferredAuthentications" from ssh options if the
"password_stdin" option is used. Reported by E. Kuemmerle
* Fix double free if reconnection races with request sending.
Patch by E. Kuemmerle
* Submit max 32k reads and writes to the sftp server. Also don't
limit the kernel to 64k reads and writes, rather split into 32k
sized chunks and send them to the server all at once. This is
more efficient and less demanding from the server. Reported by
Ludovic Courtès. Fix suggested by Niels Möller
* Make chown respect the UID mapping policy. Reported and tested
by Vivenzio Pagliari
* Add -o idmap=file, -o uidmap=FILE, -o gidmap=FILE. These options
allow you to create a pair of local files, similar to /etc/passwd or
/etc/group files from the remote server, and use those to remap all
the given UIDs/GIDs.
* Add -o slave. This option routes the sftp communication over stdin
and stdout, bypassing SSH and network.
* Make sure idmap files aren't writable by others otherwise, other
local users could change the mapping, and gain access to things
they shouldn't. Patch by Mike Kelly
++++ systemd:
- Update to version 43:
+ Support optional initialization of the machine ID from the KVM
or container configured UUID.
+ Support immediate reboots with "systemctl reboot -ff"
+ Show /etc/os-release data in systemd-analyze output
+ Many bugfixes for the journal, including endianess fixes and
ensuring that disk space enforcement works
+ non-UTF8 strings are refused if used in configuration and unit
files.
+ Register Mimo USB Screens as suitable for automatic seat
configuration
+ Reorder configuration file lookup order. /etc now always
overrides /run.
+ manpages for journal utilities.
- Drop fix-c++-compat.patch, no-tmpfs-fsck.patch,
systemd-journald-fix-endianess-bug.patch.
- Requires util-linux >= 2.21 (needed to fix fsck on tmpfs).
++++ systemd-gtk:
- Update to version 43:
+ Support optional initialization of the machine ID from the KVM
or container configured UUID.
+ Support immediate reboots with "systemctl reboot -ff"
+ Show /etc/os-release data in systemd-analyze output
+ Many bugfixes for the journal, including endianess fixes and
ensuring that disk space enforcement works
+ non-UTF8 strings are refused if used in configuration and unit
files.
+ Register Mimo USB Screens as suitable for automatic seat
configuration
+ Reorder configuration file lookup order. /etc now always
overrides /run.
+ manpages for journal utilities.
- Drop fix-c++-compat.patch, no-tmpfs-fsck.patch,
systemd-journald-fix-endianess-bug.patch.
- Requires util-linux >= 2.21 (needed to fix fsck on tmpfs).
++++ sysvinit:
- Add two patch from upstream
+ Handle deleted binaries in pidof (was upstream bug #34992)
+ Allow init to delte extra environment variables (was upstream
bug #35858)
+ Avoid that init double environment variables for its childs
(was upstream bug #35855)
++++ yast2-core:
- do not use xcrypt (removes bigcrypt) (fate #312617)
- 2.22.5
++++ yast2-gtk:
- Fix for bnc #751309: markup of release notes
- 2.22.4
++++ yast2-libyui:
- Fixed bnc#722325: untranslated rpm groups
- Version: 2.21.3
++++ yast2-nfs-server:
- Fixed testsuites
- 2.21.3
++++ yast2-qt-pkg:
- Fixed bnc#722325: untranslated rpm groups
- Version: 2.21.20
------------------------------------------------------------------
------------------ 2012-3-15 - Mar 15 2012 -------------------
------------------------------------------------------------------
++++ Mesa-demo:
- added "-x" subpackage for most common GLX-based demos like
glxgears, glxinfo, pbinfo (bnc #748373)
++++ MozillaFirefox-branding-openSUSE:
- bumped version to 6.0
- support firefox-esr RPM packages
- removed MozillaFirefox build dependency and PreReq
* everything controlled by Supplements and Requirements from
base package
++++ aaa_base:
- Try to fix several bash completion bug caused by fix for bug #725657
++++ arabic-fonts:
- license update: GPL-2.0+
See the license file. This is _not_ public domain. Also, use SPDX
(http://www.spdx.org) format
++++ armagetron:
- Update to version 0.2.8.3.2:
+ Various security and bug fixes
+ For a full list of changes see NEWS file.
- Drop patches that have been fixed upstream:
+ armagetronad-0.2.8.2.1-no_type_punning.patch
+ armagetronad-0.2.8.2.1-string_const.patch
+ armagetronad-missing_headers.patch
+ gcc46_add_default_ctors.patch
- Add armagetron-configure.patch: Change detection of libpng.
++++ asl:
- fix ppc64 build
++++ brp-extract-appdata:
- fix XML structure of generated files
++++ canna:
- copy config.guess, as the stock one is too old and not able to
guess ppc64
++++ ccrtp:
- ppc64 should also install libs in /usr/lib64
++++ chromium:
- Update to 19.0.1071
* Several fixes and improvements in the new Settings, Extensions,
and Help pages.
* Fixed the flashing when switched between composited and
non-composited mode. [Issue: 116603]
* Fixed stability issues 116913, 117217, 117347, 117081
++++ clanlib:
- Update to version 2.3.5:
* complete list of changes is available at
http://clanlib.org/wiki/ClanLib_2.3.5_Release_Notes
- Add clanlib-gcc47.patch: Fix build with gcc 4.7.
++++ clucene-core:
- fix ppc64 build
++++ colord:
- Update to version 0.1.18:
+ New Features:
- Add a Manager.CreateProfileWithFd() method for QtDBus
- Add the GAMUT_coverage metadata key to the spec
- Add the GAMUT_volume metadata key to the spec
- Depend on lcms2 >= 2.2
- Make cd-fix-profile add the GAMUT keys to the ICC file
- Split out the SANE support into it's own process
+ Bugfixes:
- Do not delete 'disk' or 'normal' devices when the session
exits
- Ensure we return NULL for missing device properties
- Fix a small leak when creating devices and profiles in
clients
- Fix cd-fix-profile to add and remove metadata entries
- Install per-machine profiles in /var/lib/colord/icc
- Show what DBus names have inhibited each device
- When doing 'get-devices' show the profile ID and filename
- Add new colord-sane.service as argument to calls to
%service_{add,del}_* macros.
++++ cpufrequtils:
- don't build cpufreq-aperf and turbostat for ppc and ppc64
++++ daps:
* showvariable now only shows the result to make it better suited
for script usage
Version 1.0beta2:
* Bugfix:
Finally found the correct solution for adding/removing catalog
entries in the spec file
* Enhancement: webhelp suppport
++++ darktable:
- Upgrade to release 1.0
+ new cameras supported
* Leica M9
* NX100/NX5/NX10/NX11
* Panasonic DMC-GX1
* Pentax K-r
* Canon Powershot S100
* Olympus XZ-1
* Olympus E-P3
* Sony DSLR A330
* Sony NEX-5N
* Canon EOS 1000D
* Canon EOS 600D
* Sony Alpha 390
* Fuji Finepix HS20EXR
+ new and updated translations (we now have chinese!)
+ new image cache
* faster concurrent access and insertion
* reduces needed memory
* more thumbnails stored on disk
* read embedded jpegs for creating thumbnails (faster folder
import)
+ increased general speed on sqlite3 (journaled, pagesize
optimizations)
+ reworked, modular ui
+ keyboard shortcuts support - key accelerators (GSoC)
+ quicktool bar: exposure, presets and styles
+ new color picker
+ web gallery export now with next/prev buttons per image
+ removed gconf: not used anymore, we have our own backend
+ bugfixes
+ there have been issues with memory on 32-bit systems. seems to
be okay currently, but something to keep in mind. use 64-bits
if you can
++++ dietlibc:
- fix ppc and ppc64 builds
++++ djvulibre:
- Add djvulibre-gcc47.patch: Fix build with gcc 4.7.
++++ dovecot20:
- Update to 2.0.19:
- IMAP: ENABLE CONDSTORE/QRESYNC + STATUS for a mailbox might not
have seen latest external changes to it, like new mails.
- imap_id_* settings were ignored before login.
- doveadm altmove did too much work sometimes, retrying moves
it had already done.
- mbox: Fixed accessing Dovecot v1.x mbox index files without errors.
++++ elfutils:
- Update to 0.153:
* Fix building with gcc 4.7
* New --disable-werror for portability.
* Support for .zdebug sections
* type_units and DW_AT_GNU_odr_signature support
* low level support DW_OP_GNU_entry_value and DW_TAG_GNU_call_site
- Revert scanf changes in portability patch since C99 gives %a a new
meaning.
++++ firebird:
- Add firebird-gcc47.patch: Fix build with gcc 4.7.
++++ ghostscript:
- Configure --without-libpaper disables libpaper support
because SUSE does not have libpaper.
- Configure --without-jasper and --enable-openjpeg because
since Ghostscript 9.05 JasPer is deprecated and Ghostscript
now ships modified OpenJPEG sources for JPEG2000 decoding
(replacing JasPer). Performance, reliability and memory use
whilst decoding JPX streams are all improved. Accordingly
the BuildRequires libjasper-devel is removed.
- Configure --without-ufst and --without-luratech because
those are relevant to commercial releases only
which would require a commercial license.
- Added BuildRequires libtool which requires automake and
automake requires autoconf to fix build requirements
for openSUSE:Factory.
++++ gnash:
- VUL-0: gnash: integer overflow (CVE-2012-1175, bnc#752373)
++++ gnuplot:
- Update to gnuplot 4.6.0
* New syntax supporting multi-line blocks of code delimited by curly braces
if () { ... } else { ... }
do for [] { ... }
while () { ... }
* Time formats can handle fractional seconds to microsecond precision.
* User-definable linetypes that can be used to establish a locally
preferred default sequence of colors or dash/thickness/point styles.
* Statistical summary of the data to be plotted (new command "stats")
* New terminal drivers: qt context epscairo cairolatex
* The version for Windows received major improvements
(GUI, help, native terminal and wxt, installer)
* Improved support for UTF-8, SJIS and other multi-byte encodings
++++ installation-images:
- make it build for i586 too, so we can have it in M2
- make vbox package optional
- add yast.ssh link (bnc #745340)
- disable vbox
++++ jhead:
- Updated to version 2.93: For details please read changes.txt
* Fixed bug in jhead -cmd that caused metatdata to be deleted.
++++ kdebase4-runtime:
- Add patches from 4.8 branch to improve mail indexing
* Improve performance of storing semantic metadata
* Fix failure to store semantic metadata on merge with existing
++++ kdevelop4-plugins:
- Update to 1.3.0 in line with kdevplatform
++++ kiwi:
- make split building more robust. the read-only partition size
will be a bit bigger than the actual read-only filesystem image
to be sure it fits into the partition. Due to the alignment this
was required and costs a few bytes
- make sure kernelCheck() initializes list of kernels if empty (bnc #752259)
++++ ksh:
- Port and readd memory leak patch to put_ifs() of sh/init.c
- Make sigexec more smart to help the pty helper binary to work as
this helper is used in the test suite
++++ samba:
- Fix crash in dcerpc_lsa_lookup_sids_noalloc() with over 1000 groups;
(bso#8807); (bnc#751454).
++++ gcc46:
- Backport patch to not search for lto-plugin when only preprocessing.
[bnc#747918]
++++ blocxx:
- Add blocxx-gcc47.patch: Fix build with gcc 4.7.
++++ ldapcpplib:
- Add ldapcpplib-gcc47.patch: Fix build with gcc 4.7.
++++ mjpegtools:
- Add mjpegtools-gcc47.patch: Fix build with gcc 4.7.
++++ libmodplug:
- Fix buffer overflow.
++++ libnxcl:
- Add libnxcl-gcc47.patch: Fix build with gcc 4.7.
++++ libpng14:
- updated to 1.4.10:
* fixed CVE-2011-3045 [bnc#752008]
++++ libpt2:
- Add libpt2-gcc47.patch: Fix build with gcc 4.7.
++++ pwlib:
- Add pwlib-gcc47.patch: Fix build with gcc 4.7.
++++ pidgin-sipe:
- Update to version 1.13.0:
+ Added [MS-SIPAE] TLS-DSK authentication scheme:
- TLS-DSK has been introduced in Lync
- mandatory for Office365 accounts
- also works for non-public Lync installations
- does not work yet with SSPI on Windows
+ Added [MS-DLX] based Get Info/Contact Search:
- [MS-PRES] SIP-Based Active Directory Search is disabled in
Lync
+ Added experimental media TCP transport
+ Make it compile against the latest purple 3.0.x API
+ Make it compile against the latest glib2 2.31.x API
+ Completed cleanup: core no longer requires libpurple
+ Refactored crypto code, ie. NSS can replaced if necessary
+ Removed kopete backend: KDE is moving to telepathy
+ Build-related changes
- Drop pidgin-sipe-no-deprecated.patch: fixed upstream.
++++ libqca2:
- Fix build with gcc 4.7.
++++ libqt4:
- Fix build with gcc 4.7 (patch qt-everywhere-opensource-src-4.8.0-gcc-4.7.patch
from Fedora).
++++ libqt4-devel-doc:
- Fix build with gcc 4.7 (patch qt-everywhere-opensource-src-4.8.0-gcc-4.7.patch
from Fedora).
++++ libqt4-sql-plugins:
- Fix build with gcc 4.7 (patch qt-everywhere-opensource-src-4.8.0-gcc-4.7.patch
from Fedora).
++++ libserf:
- move headers into /usr/include/serf-1 to match what subversion
configure script expects
++++ snapper:
- added missing includes for gcc 4.7
++++ libstorage:
- fixes for gcc 4.7
- 2.22.1
++++ strigi:
- Fix build: Always include unistd.h for sleep declaration.
++++ libtcnative-1-0:
- update to 1.1.23 - latest upstream version
* autodetect java7
* better support for ipv6
* OCSP verification support
* explicit use in FIPS mode allowed
* and fixes many bugs, leaks and crashes
- split the spec from tomcat6 sources as it was never needed
++++ v8:
- Update to 3.9.19.0
* Performance and stability improvements on all platforms.
* Fix the heap profiler crash caused by memory layout changes
between passes.
* Fix Error.prototype.toString to throw TypeError. (issue 1980)
* Fix double-rounding in strtod for MinGW. (issue 1062)
* Fix corrupted snapshot serializaton on ia32.
(Chromium issue v8/1985)
* Added basic interface inference for modules (behind the
- -harmony flag).
* Updated the Unicode tables to Unicode version 6.1.0.
* Fixed VFP detection through compiler defines. (issue 1996)
* Add Code-related fields to postmortem metadata.
* Ensure consistency of Math.sqrt on Intel platforms.
* Remove static initializers in v8. (issue 1859)
* Add explicit dependency on v8_base in the GYP-based build.
* Ensure there is a smi check of the receiver for global load and call
ICs (Chromium issue 117794).
++++ open-vm-tools:
- added call to vmware-rpctool in %preun to unset the installed
version [bnc#748517]
++++ libzypp:
- Add API for patch severity (bnc#733723, FATE#312633)
- version 11.2.0 (1)
++++ liferea:
- Update to version 1.8.1b:
+ Fixes Makefile problem.
- Rebase liferea-avahi.patch.
++++ mkinitrd:
- setup-network: Print warnings to stderr.
++++ openttd-openmsx:
- license update: GPL-2.0
SPDX format
++++ osc:
- update to 0.134.1
* adding unlock command
* maintenance_incident requests get created with source revision of package
++++ python-dingus:
- Update to version 0.3.4:
* Clarify licensing terms (it's indeed MIT), solves bnc#752201
++++ python-web.py:
- Initial version
++++ qtcurve-kde4:
- Update to version 1.8.11
* Fix flashing of clementine's position slider tooltip.
- Changes in 1.8.10
* Fix some toolbutton icon clipping.
* Korean translation - thanks to YoungUk Kim.
* Fix kwin button corruption when compositing is disabled under KDE SC4.8
* Minimum 1ms delay for sub menus.
- Changes in 1.8.9
* Dont force alternate listview colours for KAboutApplicationDialog
* Fix issues with konqueror style menu toolbar buttons and the joined toolbar button style.
* Implement shadows for KDE SC4.7
++++ sblim-cim-client2:
- Version 2.1.12
This release contains several new features:
* A new sample - Jsr48SfcbIndicationSample - demonstrates how to
receive indications from and generate test indications in the
sfcb CIMOM (#3480115)
* Two new internal APIs - LogAndTraceBroker.isLoggableTrace and
isLoggableMessage - can be used to determine if the specified
Level will be logged (#3484014)
* A new internal interface - IndicationListenerSBLIM - along with
its indicationOccured method and corresponding three new internal
WBEMListenerSBLIM.addListener methods, can be used to pass the
InetAddress of the indication sender to the listener (#3477087)
* A new property - sblim.wbem.listenerIndicationTraceFilter - can
be used to trace incoming indications at the FINE Level (#3485074)
* A new property - sblim.wbem.listenerAddSenderIPAddress - can be
used to add a SBLIMJCC_SenderIPAddress property to indications
that contains the IP address of the indication sender (#3492214)
* A new property - sblim.wbem.socketConnectTimeout - can be used
to set the timeout for socket connect requests when
sblim.wbem.socketConnectWithTimeout=true (#3492224)
* Three new JSR48 APIs - CIMObjectPath.getKeyValue,
WBEMListener.getProperty and WBEMListener.setProperty - have
been added to support JSR48 1.0.0 (#3496349 and #3496385)
Version 2.1.12 also contains several changes that might affect existing
applications:
* The internal WBEMListenerSBLIM.WBEMListenerImpl and CIMEventDispatcher
constructors now accept EventListener instead of IndicationListener
(#3477087)
* Reliable indication support now allows for the SequenceContext
and SequenceNumber properties to be present/absent as the CIMOM
enables/disables them on the fly (#3484022)
* The WBEMListenerFactory.getPROTOCOLS method has been deleted
after being deprecated in version 2.1.1 (#3490009)
* The four WBEMException constructors that accept the integer
error ID now throw an IllegalArgumentException for an invalid ID;
valid IDs are 0-12, 14-17 and 19-28 (#3490032)
* The sblim.wbem.httpTimeout property no longer specifies the
timeout for socket connect requests, sblim.wbem.socketConnectTimeout
does (#3492224)
* The two WBEMClient.associators and references methods that return
a CloseableIterator have been deprecated (#3496343)
Version 2.1.12 also contains a critical fix (#3498482) to counteract
a possible Denial of Service attack against products that use hashing
to parse XML, The complete list of changes follows:
3504344 Sync Experimental/HEAD branches
3504304 Rename socket timeout variables
3498482 Red Hat: Possible XML Hash DoS in sblim
3496355 JSR48 1.0.0: add new WBEMClientConstants
3496385 JSR48 1.0.0: add WBEMListener get/setProperty
3496380 JSR48 1.0.0: add new WBEMListenerConstants
3496349 JSR48 1.0.0: add CIMObjectPath getKeyValue
3496343 JSR48 1.0.0: deprecate WBEMClient associators and references
3496301 Sync up javax.* javadoc with JSR48 1.0.0 Final
3495662 Invalid HTML from HttpConnectionHandler.writeError
3477298 Error compiling JSR48
3489638 PERF: Bottleneck in LogAndTraceBroker.java - getCaller()
3492224 Need two different timeouts for Socket connections
3492214 Add a SenderIPAddress property indications
3492246 Rename new indication trace property
3490355 TCK: Cannot instantiate WBEMClientFactory
3490032 TCK: WBEMException must validate error ID
3490009 TCK: Too many WBEMListenerFactory class methods
3484022 Turn reliable indication mode on and off based on SC/SN
3485074 An Indication trace request
3477087 Need Access to an Indication Sender's IP Address
3484014 Add LogAndTraceBroker.isLoggable for message/trace
3480115 Add Jsr48SfcbIndicationSample
3469427 Fix broken HTML links
3469210 Include reliable indications in HTML
3469018 Properties not passed to CIMIndicationHandler
++++ seahorse:
- Update to version 3.3.91:
+ Fix regression of configure ssh keys
+ Fix line on top of the sidebar
+ Updated translations.
++++ shared-desktop-ontologies:
- Backport fix to cardinality of nmo#mailHeader, fixing mail indexing
++++ ssh-contact:
- initial commit at version 0.6
++++ suse-xsl-stylesheets:
* Installing aspell wordlist to libdir makes this package
architecture-specific
* Fixed installation procedure for aspell wordlist
++++ terminator:
- Some more spec cleanup
++++ tomcat6:
- move the libtcnative-1-0 to own source package
++++ xfsprogs:
- no need to link the lib in /lib
++++ yast2-control-center:
- added missing include for gcc 4.7
------------------------------------------------------------------
------------------ 2012-3-14 - Mar 14 2012 -------------------
------------------------------------------------------------------
++++ ModemManager:
- Update to version 0.5.2.0:
+ Retry sending SMS messages in PDU mode if an error occurs in
text mode
++++ PackageKit-branding-openSUSE:
- Rebase PackageKit-branding-vendor.patch.
++++ Terminal:
- Moved localized man pages to language package.
- Clean up spec.
++++ audacity:
- Update to version 2.0.0
* Bug fixes for:
- Interface:
- Fixed playback speed and synchronization problems when dragging
clips or tracks between tracks having different sample rates.
- Imports and Exports:
- Fixed crashes when changing the sample format of read-directly WAV
or AIFF files using the Track Drop-Down Menu.
- Fixed a crash importing MP3 files that had duplicate metadata tags
(this is a bug in current libsndfile which has been patched in
Audacity; MP3 files mislabeled as WAV which have duplicate tags
will still crash Audacity on Linux if Audacity has been compiled
against an affected version of system libsndfile).
- Fixed an issue where excessively high or corrupted sample values in
the audio could corrupt exports from the start of the problem for
the rest of the file, and could corrupt the rest of the project.
- Fixed Audacity could not be compiled against FFmpeg
0.7.x and 0.8.x.
- Effects and Analysis:
- Fixed crash on launch when using "Ambisonic Decoders (PC)" VST
plug-ins and other plug-ins that enable additional floating point
exceptions.
- Fixed Plot Spectrum background could be transparent on some machines.
- Bug fixes for Click Track, High Pass, Low Pass and Vocal Remover.
- Chirp, Tone and Silence generators now remember their settings.
- Other miscellaneous bug fixes.
* Changes and Improvements:
- New Interface preference to show the track name in the display (this
is off by default).
- Longer default Playback preference for effects preview and preview
before cut.
- Restored use of Page Up and Page Down to scroll horizontally.
++++ lapack:
- Adhere to shared library policy, packages containing *.so or *.h
files have to be named $FOO-devel, packages containing *.a files either
have to be named $FOO-devel-static or provide this name
- Set license to 'BSD-3-Clause', according to the file LICENSE and the
description on http://www.netlib.org/lapack/ it's not public domain
- Package README and LICENSE in library packages
- Removed rpmlint filters
- Use upstream tarball URL
++++ dd_rhelp:
- Added dd_rhelp_largedisk.diff patch (change parsing from dd_rhelp to support
positions / sizes > 1TB).
++++ emacs:
- add %dir /usr/share/X11/app-defaults to fix factory build.
++++ espeak-gui:
- Update to version 0.4:
+ Added automatic language guessing.
+ Updated translations.
- Drop espeak-gui-fix-setup.patch:
+ Some of this can be avoided by not using --skip-build during
%install.
+ The rest is manually worked around in %install, as it's simpler
to do it this way for now.
- Fix license to be GPL-3.0+ instead of GPL-3.0.
- Remove unneeded BuildRequires: espeak-devel, gcc-c++,
python-devel.
- Add missing Requires: python-gconf, python-gtkspell, python-xdg.
- Improve summary and description.
- Create a lang subpackage for translations, now that they are
installed.
- Only add Player category to espeak-gui.desktop: there's no need
to replace existing categories.
++++ farsi-fonts:
- license update: GPL-2.0+
See COPYING
++++ farstream:
- Change license of source package to "GPL-2.0+ and LGPL-2.1+"
because of the license of some tools from the tarball used during
the build. This does not affect the license of the binary
packages. Fix bnc#751720.
++++ pidgin:
- Update to version 2.10.2:
+ General:
- Fix compilation when using binutils 2.22 and new GDK pixbuf.
- Fix compilation of the MXit protocol plugin with GLib 2.31.
+ Pidgin:
- Add support for the GNOME3 Network dialog.
- Fix rare crash.
- Add support for the GNOME3 Default Application dialog for
configuring the Browser.
+ libpurple:
- Support new connection states and signals for NetworkManager
0.9+.
+ AIM and ICQ:
- Fix a possible crash when receiving an unexpected message
from the server.
- Allow signing on with usernames containing periods and
underscores.
- Allow adding buddies containing periods and underscores.
- Don't try to format ICQ usernames entered as email addresses.
This gets rid of an "Unable to format username" error at
login.
+ MSN:
- Fix possible crashes caused by not validating incoming
messages as UTF-8.
- Support new protocol version MSNP18.
- Fix messages to offline contacts.
+ Plugins:
- The autoaccept plugin will no longer reset the preference for
unknown buddies to "Auto Reject" in certain cases.
+ Windows-Specific Changes.
- Drop pidgin-nm09-more.patch: fixed upstream.
- Drop pidgin-glib-2.31.patch: fixed upstream.
++++ libpeas:
- Drop libpeas-released-gjs.patch: we have a new gjs now.
- Remove gnome-common BuildRequires and call to gnome-autogen.sh:
those were needed for above patch only.
++++ glibc:
- Update getaddrinfo-ipv6-sanity.diff (bnc#684534).
++++ glibc:
- Update getaddrinfo-ipv6-sanity.diff (bnc#684534).
++++ glom:
- Update to version 1.21.7:
+ Build: Fix some warnings from clang++.
+ libglom:
- Remove some deprecated methods.
- LayoutItem_GroupBy: Add get and set methods for members.
++++ gnome-color-manager:
- Update to version 3.3.91:
+ New Features:
- Compile the GtkBuilder files as a GResources to speed up
startup
- Show the calibration progress bar level for new versions of
Argyllcms
+ Bugfix:
- Allow the calibration to ask more than one interaction
question
- Correctly restore the calibration status panel after asking
the user a question
- Detect a sample misread from argyllcms and try to recover
- Do not show a critical warning if we re-try a failed
calibration
- Don't assume dispcal is /usr/bin/dispcal
- Ensure the user can quit if the calibration fails
- Ensure the VTE is flushed when the spawned program exits
- Fix a critial warning when setting the brightness
- Replace use of deprecated clutter api
+ Updated translations.
++++ gnu-free-fonts:
- license update: SUSE-GPL-3.0+-with-font-exception
There are GPL-3.0 licensed fonts - also, use SUSE- proprietary prefix
until license is accepted upstream at spdx.org
++++ installation-images:
- build fails on dangling symlinks
- adjust to package changes
++++ kdelibs4:
- added fix for KMail2 crashes from
https://bugs.kde.org/show_bug.cgi?id=295474#c27
++++ kdelibs4-apidocs:
- added fix for KMail2 crashes from
https://bugs.kde.org/show_bug.cgi?id=295474#c27
++++ kiwi:
- don't remove libbz2 from isoboot boot images for SLE11
- fixed removePackages() function
* make sure rpmLibs() is called prior to rpm. if all packages
are installed by bootstrap only this is required
* make sure to check for empty $final variable
- added ovf format example to examples/suse-12.1/suse-vm-guest
- better warning message about required machine section data
++++ ksh:
- Update to 2012-02-29 of ksh93u+ for final version
12-02-29 A bug which could lead to a core dump when more that four shared
libraries were added with the builtin command has been fixed.
12-02-29 Fixed a few bugs which caused SIGCHLD to be blocked preventing
background jobs from being reaped until a foreground job was run.
12-02-27 A bug in which sh -c for a simple command caused a fork() has been
fixed.
12-02-27 A timing bug on systems such as AIX that doesn't support vfork()
that could cause the exist status to get lost has been fixed.
12-02-22 A private file descriptor that was not close-on-exec for a command
substitution and has been fixed.
pty:
12-02-28 pty.c: change --verbose[=level] to --debug=level
libast:
12-03-10 misc/optget.c: HELP_index for "PLUGIN" too
12-02-29 include/shcmd.h: PLUGIN_VERSION 20111111 for cdt disc/meth change
12-02-29 comp/spawnveg.c: fix sigcritical() to include waitpid() for internal child
12-02-29 malloc.c: make __malloc_hook initialization thread safe
12-02-24 comp/iconv.c: fix winix UTF-8 vs UCS-2 over-conversion
12-02-24 astsa/*.h: clean up header guards
12-02-24 astsa/astsa.omk: clean up standalone old make makefile interactions
12-02-21 misc/cmdarg.c: fix bug that set argv[0]
libcoshell:
12-02-22 coinit.c: handle non-identifier export var names
libpp:
12-02-29 pp.probe: handle predefined function-like macro definitions
libsum:
12-02-29 sum-sha2.c: bitcount[] order reversed to allow a single noalias buffer copy
++++ samba:
- Remove obsoleted Authors lines from spec file for post-11.2 systems.
++++ libconfig:
- Fix typo, it's %{_smp_mflags}
- Remove unwanted description paragraphs
++++ libindi:
- Added a patch (taken from Fedora) to fix compilation with gcc-4.7.
++++ libjreen:
- Update to version 1.0.3
* Added Logger implementation
* Fixed QJDns initialization issue
- Changes in 1.0.2
* Added support for ProxyFactory
* Added immunity to invalid stanzas
* Added localization support for incoming stanzas
* Fixed QJDns initialization behaviour
++++ mysql-community-server:
- better va_list handling (fixes build on arm)
++++ libofa:
- Add libofa-0.9.3-gcc47.patch: Fix build with gcc 4.7.
++++ libofx:
- Add libofx-gcc47.patch: Fix build with gcc 4.7.
++++ libpng12:
- updated to 1.2.48:
* fixed CVE-2011-3045 [bnc#752008]
++++ proj:
- update to version 4.8.0
- Added the Natural Earth projection.
- Added HEALPIX, rHEALPIX and Icosahedral Snyder Equal Area projections.
- nad2bin now produces "CTable2" format grid shift files by default which
are platform independent.
- nad2nad removed, use cs2cs for datum shift operations.
- projects.h no longer installed as a public include file. Please try to
only use proj_api.h.
- Add pj_get_spheroid_defn() accessor.
- Added an alternate version of pj_init() that takes a projCtx (execution
context) structure to address multithreading issues with error management
and to provide a support for application hookable error reporting and
logging.
- Upgrade to EPSG 7.9. Some changes in ideal datum selection.
- JNI bindings reworked, org.proj4.Projections deprecated in favor of
org.proj4.PJ.
- Added preliminary vertical datum support.
- Fix various multithreading issues, particular in datum grid handling code.
- Added support for the +axis= option for alternate axis orientations as
part of a coordinate system (used for TM South Orientated support).
- +proj=omerc implementatioin replaced with code from libproj4. +rot_conv
flag no longer works, and some coordinate systems (ie. Malaysian) will
need to use +gamma instead. "epsg" init file updated accordingly.
- Added BuildRequires pkg-config
- Added %{_libdir}/pkgconfig/proj.pc
++++ libraw:
- Add libraw-gcc47.patch: Fix build with gcc 4.7.
++++ libreoffice:
- libreoffice-3.4.5.5 == SUSE 3.4.5-rc3 == final
++++ libreoffice:
- libreoffice-3.4.5.5 == SUSE 3.4.5-rc3 == final
++++ libreoffice-branding-upstream:
- libreoffice-3.4.5.5 == SUSE 3.4.5-rc3 == final
++++ libreoffice-converter:
- update package description for LibreOffice (bnc#751624)
- typo in man page
++++ libreoffice-help-group1:
- libreoffice-3.4.5.5 == SUSE 3.4.5-rc3 == final
++++ libreoffice-help-en-US:
- libreoffice-3.4.5.5 == SUSE 3.4.5-rc3 == final
++++ libreoffice-help-group2:
- libreoffice-3.4.5.5 == SUSE 3.4.5-rc3 == final
++++ libreoffice-help-group3:
- libreoffice-3.4.5.5 == SUSE 3.4.5-rc3 == final
++++ libreoffice-help-group4:
- libreoffice-3.4.5.5 == SUSE 3.4.5-rc3 == final
++++ libreoffice-help-group5:
- libreoffice-3.4.5.5 == SUSE 3.4.5-rc3 == final
++++ libreoffice-icon-themes:
- libreoffice-3.4.5.5 == SUSE 3.4.5-rc3 == final
++++ libreoffice-l10n:
- libreoffice-3.4.5.5 == SUSE 3.4.5-rc3 == final
++++ mkinitrd:
- Copy ifcfg settings regardless of nettype value (bnc#724775).
++++ openstack-keystoneclient:
- initial version
++++ openstack-novaclient:
- initial version
++++ pcmanx-gtk2:
- pcmanx-gtk2 is a BBS telnet client.
++++ python-FormEncode:
- Set license to SDPX style (Python-2.0)
- Removed outdated %clean section
- Simplified macro usage
- Only package HTML documentation (not the doc sources)
++++ python-Routes:
- Update to version 1.13:
* Fix bug with dots forcing extension by default. The portion with the dot
can now be recognized. Patch by Michael Basnight.
- Simplified macro usage
++++ python-Shed_Skin:
- Update to version 0.9.1:
- new -L option to add library directories (Artem Egorkine)
- support /etc/shedskin/FLAGS, /usr/share/shedskin/lib (triggered by Paul Boddie)
- support enumerate 'start' argument
- itertools.product optimization (triggered by lesshaste)
- str.join and str non-equality optimization (triggered by lesshaste)
- new example: hq2x image scaling
- fix for itertools.izip (Jérémie Roquet)
- several fixes for MSVC (Liu Zhenhai)
- fix os.listdir crash (Pierre-Marie de Rodat)
- annotation fix (William Edwards)
- fix for 'not a < b < c' (François Boutines)
- os.popen2 improvement (triggered by Danny Milosavljevic)
- improved extmod warnings (triggered by Paul Boddie)
- sys.exit improvements (reported by rodseth)
- added missing class qualifier/include statement
- fix for ConfigParser model (reported by Danny Milosavljevic)
- Changes from version 0.9.0:
- major type inference scalability improvements (c64 emulator 10 times faster!)
- support for 'mmap' module (francois boutines)
- support for 'binascii' module (fahrzin hemmati)
- support for 'colorsys' module (tony veijalainen)
- greatly improved file I/O performance (francois)
- massive optimization for complex numbers (copy-by-value)
- optimized 'for .., .. in somedict.iteritems()'
- 6 new example programs (now 63 in total!):
- natural language parser (andreas van cranenburgh)
- sokoban (uses array, collections.deque)
- connect-4
- interactive mandelbrot (tony veijalainen)
- dancing links sudoku solver
- K-means++ clustering
- c64 emulator example now without glitches for international karate
- fixes for 'universal mode' (francois)
- only print tracebacks for uncaught exceptions (shedskin -x; joris van zwieten)
- some further exception handling cleanups
- add set.isdisjoint, sys.maxsize (brent pedersen)
- several set methods now take multiple arguments (brent)
- string equality optimization (francois)
- fix for string/array equality and \0 (francois)
- improved support for overloading comparison operators
- several inheritance fixes (thanks to test case by jason ye)
- improvements for working with 'incompatible' types (e.g., [[]] == [[1]])
- implementation of builtins split up into separate files (triggered by francois)
- cleaned up GCC warnings for builtins (triggered by francois)
- support 'id' builtin for non-scalars
- some optimizations for array('c')
- some improvements for 'copy' module
- use 'long' type for hash values everywhere
- support for 'isinstance' was dropped
- avoid 'jump' to 100% in progress bar
- removed -d command-line option, replaced it with hidden debug-level option
- add --silent mode, showing only warnings
- add timer (jason ye)
- os.utime implementation for windows
- documented how to profile extension modules
- documentation moved to wiki
- Use examples from external tarball
- Remove outdated %clean section
- Simplified macro usage
- Added some requirements you typically want to have when translating
Python modules to C++ with Shed Skin
++++ python-WebHelpers:
- Simplified macro usage
++++ python-async:
- Use upstream tarball
- Package AUTHORS and README
- Add -fno-strict-aliasing CFLAG
- Simplified macro usage
++++ python-celery:
- Do not touch files without a submitrequest.
- License tag fixed to BSD-3-Clause.
- Don't buildrequire pymongo, it's not yet in Factory and only needed to let
some additional tests pass. It's however still suggested.
++++ python-distutils-extra:
- Update to version 2.32. Summary of changes since 2.23:
+ Port code to be fully Python 3 compatible.
+ Rename "check" command to "pylint".
+ Add support for installing GSettings schema files.
+ Properly support GI repository module detection.
+ Remove pykdeuic4 integration.
+ Drop support for the long-obsolete PolicyKit (pre polkit 1.0
API).
+ Several bug fixes.
++++ python-django-nose:
- Update to 1.0.0:
* New fixture-bundling plugin for avoiding needless fixture setup (Erik Rose)
* Moved FastFixtureTestCase in from test-utils, so now all the
fixture-bundling stuff is in one library. (Erik Rose)
* Added the REUSE_DB setting for faster startup and shutdown. (Erik Rose)
* Fixed a crash when printing options with certain verbosities. (Daniel Abel)
* Broke hard dependency on MySQL. Support PostgreSQL. (Roger Hu)
* Support SQLite, both memory- and disk-based. (Roger Hu and Erik Rose)
* Nail down versions of the package requirements. (Daniel Mizyrycki)
++++ python-django-picklefield:
- Use upstream tarball
- Simplified macro usage
++++ python-django-static:
- Simplified macro usage
- Removed outdated %clean section
- Package README.rst
- Pick BSD-3-Clause as license (instead of just 'BSD')
++++ python-djvulibre:
- Update to 0.3.7.
* Use floor division operator instead of relying on "classic"
division semantics.
++++ python-imaging:
- fixed jpeg support so factory passes tests
++++ python-interlude:
- Use license mentioned in README.rst
++++ python-kombu:
- Add BuildRequires python-unittest2 to fix SLE builds.
- Do not touch files without a submitrequest.
++++ python-smmap:
- Use upstream tarball
- Simplified macro usage
- Run testsuite
++++ python-socketpool:
- Ran spec-cleaner
++++ python-stomper:
- Simplified macro usage, ran spec-cleaner
++++ python-virtinst:
- bnc#752138 - python-virtinst causes virt-manager uninstall
python-virtinst.spec
- SUSE URL installs want install= rather than method=
virtinst-git-suse-url.diff
++++ virtualbox:
- enabled websrv feature, this feature is now provided by new subpackage virtualbox-websrv
- added vbox-visibility.diff to fix websrv build (ommit -fvisibility=hidden gcc flag for gsoap related builds)
++++ rubygem-fast_xs:
- Update to version 0.8.0:
* preserve encoding of original string under Ruby 1.9
* avoid warnings when monkey patching
* internal cleanups
++++ signing-party:
- Build version 1.1.4
* gpg-key2ps:
+ Apply patch from Uwe Kleine-König to deal with latin1 characters
* gpg-mailkeys:
+ Correct path of ~/.gpg-mailkeysrc and ~/.signature in manpage.
+ Add new environment variable SENDMAIL_ARGS to allow user to pass
arguments to sendmail
* caff:
+ Correct path of ~/.caffrc in informational messages
+ Be more verbose on unexpected key ID
+ Refactor import of own key and import for keys to sign from keyrings.
+ Also automatically import keys to sign from the user's normal gpg
keyrings.
+ Use --no-auto-check-trustdb when importing keys from files or
the user's normal gpg keyrings
+ manpage: Refer to all of /usr/share/doc/signing-party/caff/ and not
just to /usr/share/doc/signing-party/caff/caffrc.sample
+ Fix horrible &function calls used because of broken prototypes.
+ Even if all keys to sign were found in the user's normal gpg
keyrings we still need to import them (again) from any keyrings
passed with --key-files - the keys there might be newer, containing
new subkeys (for encryption), uids (for signing) or revocations.
+ Make importing of keys to be signed from the normal gpg optional
(--keys-from-gnupg).
+ refactor copying of command line options into global config variable.
+ Create the mail files in ~/.caff/keys even if mail is not sent
++++ sound-juicer:
- Change libmusicbrainz3-devel BuildRequires to
pkgconfig(libdiscid) and pkgconfig(libmusicbrainz4) now that we
have libmusicbrainz4 in Factory.
++++ suse-xsl-stylesheets:
Bugfix: - aspell wordlist is now installed in teh correct place
- fixed path to fo draft image in fo stylesheets
++++ thai-fonts:
- license update: GPL-2.0-with-font-exception and LPPL-1.3c
This package is not public domain. Also, use SPDX format
++++ thunar-plugin-vcs:
- recommend -lang subpackage
++++ tpm-tools:
- Updated to 1.3.7.1
- smaller bugfixes from last release
++++ translate-toolkit:
- Fix for bnc#750652 (remove Apache-2.0 file as the programa has a fallbak)
++++ viewnior:
- Update to 1.3.
* New features:
+ Wallpaper support for LXDE.
+ Hebrew translation.
* Fixes:
+ Wallpaper fix for XFCE.
+ Minor fixes.
- Changes in 1.2.
* New features:
+ Improved menu interface.
+ Wallpaper support for Gnome 2, Gnome 3, XFCE and FluxBox.
+ --fullscreen argument to start in Fullscreen mode.
+ GConf independent.
* Fixes:
+ Drop images with right click.
+ Save 'Auto resize' option between sessions.
- Split off language package.
- Use full URL as a source.
- Use pkgconfig(*) as build dependencies.
- Removed useless build dependencies (gconf2-devel, gettext,
shared-mime-info).
- Use make_install macro.
- Added desktop_database_post/un and icon_theme_cache_post/un
macros.
- Clean up spec.
++++ xen:
- use BuildRequires: gcc46 only in sles11sp2 to avoid issues
when gcc47 and newer is the distro default
++++ xfce4-screenshooter:
- recommend -lang subpackage
++++ xorg-x11-driver-video:
- back to UXA for intel for stability reasons (bnc #750309);
rather likely upstream will change to glamor anyway
++++ yast2-bootloader:
- adapted ssh command for 2nd stage ssh installation (bnc#745340)
++++ yast2-installation:
- create link yast.ssh for 2nd stage ssh installation (bnc#745340)
- 2.22.5
++++ yast2-ncurses-pkg:
- Online Update: possibility to search in patch summary, improve
formatting of patch descriptions
- 2.22.3
++++ yast2-network:
- No need to chmod /etc/sysconfig/network/providers after placing
files there (which opens up a race): filesystem.rpm and
permissions.rpm have the correct permissions for it already
(bnc#713661)
------------------------------------------------------------------
------------------ 2012-3-13 - Mar 13 2012 -------------------
------------------------------------------------------------------
++++ NetworkManager:
- Add NetworkManager Supplements to
NetworkManager-device-plugin-wimax so that it gets automatically
installed by default.
++++ aaa_base:
- Oops add missed double quote (bnc#752061)
++++ aria2:
- license update: SUSE-GPL-2.0+-with-openssl-exception
Package expressly allows linking against openSSL
++++ bash:
- Update bash 4.2 to patch level 24
++++ boost:
- Update to 1.49.0. Major changes since 1.46.1:
New libraries:
* Heap.
* Container
* Locale
* Move
* Chrono
* Geometry
* Phoenix
* Ratio
For a detailed descriptions see
http://www.boost.org/users/history/version_1_47_0.html
http://www.boost.org/users/history/version_1_48_0.html
http://www.boost.org/users/history/version_1_49_0.html
- Rebuilt the man documentation with gcc 4.5 as the current gcc
segfaults when building quickbook.
- Package PDF documentation independent of whether we build it
ourselves.
- Fix missing function return in Boost::Chrono's process_cpu_clocks.hpp
++++ brp-check-suse:
- integrate brp-check-xdg-menus.patch (and add to git)
- ignore empty elements in rpath
++++ bundle-lang-common:
- update package list
++++ bundle-lang-gnome:
- update package list
++++ bundle-lang-gnome-extras:
- update package list
++++ bundle-lang-kde:
- update package list
++++ cluster-glue:
- LRM: lrmd: add basic authentication (lf#2547)
- LRM: lrmd: if set, get max-children from the LRMD_MAX_CHILDREN environment var
- hb_report: add /etc/booth/booth.conf to the list of configurations (bnc#750049)
- Upstream version cs: 58686d5ae302
++++ gcc47:
- Update to gcc-4_7-branch head (r185330).
++++ cross-armv7l-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r185330).
++++ cross-hppa-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r185330).
++++ cross-i386-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r185330).
++++ cross-ia64-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r185330).
++++ cross-ppc-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r185330).
++++ cross-ppc64-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r185330).
++++ cross-s390-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r185330).
++++ cross-s390x-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r185330).
++++ cross-x86_64-gcc47-icecream-backend:
- Update to gcc-4_7-branch head (r185330).
++++ libdbus-1-qt3-0:
- specify QTDIR explicitely, cleanup
++++ debootstrap:
- update to 1.0.39
++++ dee:
- Update to version 1.0.6:
+ Provide a way to have a ReadOnly model (lp#675565).
+ Several optimizations for speed.
+ Add new --watch-changes option for dee-tool, for debugging.
+ Other bug fixes: lp#933111, lp#933131, lp#940419.
- Fixed sourceurl to actually point to source.
++++ djvulibre:
- fix build for factory (define $QTDIR)
++++ ffado-mixer:
- Changed build to noarch as suggested by rpmlint
++++ filesystem:
- Also create /usr/share/help/$LOCALE for each LOCALE defined in
the languages file. This will allow our packages to have
translations for the XDG help system.
++++ flac:
- Add flac-gcc47.patch: Replacing strcpy without 'lenght
limitation' with strncpy, limited to 4 chars. This is safe, as we
check the length already to be sure it is 4 chars, yet do not
suffer from the problem that strcpy wants to add a '\0' char in
plus to the target string.
++++ fritzing:
- update to new upstream version 0.7.1b
- remove tools and datasheet directorys because of licence issues
++++ libgcj47:
- Update to gcc-4_7-branch head (r185330).
++++ gcc47-testresults:
- Update to gcc-4_7-branch head (r185330).
++++ gnome-disk-utility:
- Update to version 3.3.93:
+ Use "Size", not "Disk Size"
+ Show WWN for a disk/drive, if available
+ Fix a couple of internationalization problems
+ Reword potentially confusing description of SMART attribute
+ Various interface improvements to fstab and crypttab dialogs
+ Updated translations.
++++ go:
- No language changes
- Initial Go 1 beta offering
- Many bug fixes and resolved issues
http://weekly.golang.org/doc/devel/weekly.html#2012-03-13
++++ grep:
- Update to 2.11:
* grep no longer dumps core on lines whose lengths do not fit in
'int'. (e.g., lines longer than 2 GiB on a typical 64-bit host).
Instead, grep either works as expected, or reports an error.
An error can occur if not enough main memory is available, or if
the GNU C library's regular expression functions cannot handle
such long lines. [bug present since "the beginning"]
* The -m, -A, -B, and -C options no longer mishandle context line
counts that do not fit in 'int'. Also, grep -c's counts are now
limited by the type 'intmax_t' (typically less than 2**63) rather
than 'int' (typically less than 2**31).
* grep no longer silently suppresses errors when reading a directory
as if it were a text file. For example, "grep x ." now reports a
read error on most systems; formerly, it ignored the error.
[bug introduced in grep-2.5]
* grep now exits with status 2 if a directory loop is found, instead
of possibly exiting with status 0 or 1. [bug introduced in
grep-2.3]
* The -s option now suppresses certain input error diagnostics that
it formerly failed to suppress. These include errors when closing
the input, when lseeking the input, and when the input is also the
output. [bug introduced in grep-2.4]
* On POSIX systems, commands like "grep PAT < FILE >> FILE" now report
an error instead of looping. [bug present since "the beginning"]
* The --include, --exclude, and --exclude-dir options now handle
command-line arguments more consistently. --include and --exclude
apply only to non-directories and --exclude-dir applies only to
directories. "-" (standard input) is never excluded, since it is
not a file name. [bug introduced in grep-2.5]
* grep no longer rejects "grep -qr . > out", i.e., when run with -q
and an input file is the same as the output file, since with -q
grep generates no output, so there is no risk of infinite loop or
of an output-affecting race condition. Thus, the use of the
following options also disables the input-equals-output failure:
- -max-count=N (-m) (for N >= 2)
- -files-with-matches (-l)
- -files-without-match (-L)
[bug introduced in grep-2.10]
* grep no longer emits an error message and quits on MS-Windows when
invoked with the -r option.
* grep no longer misinterprets some alternations involving anchors
(^, $, \< \> \B, \b). For example, grep -E "(^|\B)a" no
longer reports a match for the string "x a". [bug present since
"the beginning"]
* If no file operand is given, and a command-line -r or equivalent
option is given, grep now searches the working directory. Formerly
grep ignored the -r and searched standard input nonrecursively.
An -r found in GREP_OPTIONS does not have this new effect.
* grep now supports color highlighting of matches on MS-Windows.
* Use of the --mmap option now elicits a warning. It has been a no-op
since March of 2010.
* grep no longer diagnoses write errors repeatedly; it exits after
diagnosing the first write error. This is better behavior when
writing to a dangling pipe.
* Syntax errors in GREP_COLORS are now ignored, instead of sometimes
eliciting warnings. This is more consistent with programs that
(e.g.) ignore errors in termcap entries.
- changes from 2.10:
* grep no longer mishandles high-bit-set pattern bytes on systems
where "char" is a signed type. [bug appears to affect only
MS-Windows]
* On POSIX systems, grep now rejects a command like
"grep -r pattern . > out", in which the output file is also one
of the inputs, because it can result in an "infinite" disk-filling
loop. [bug present since "the beginning"]
- removed fix-testsuite.diff obsoleted by this release
++++ grub2:
- Fix error in installation to extended partition (bnc#750897)
add grub2-iterate-and-hook-for-extended-partition.patch
add grub2-install-opt-skip-fs-probe.patch
++++ gtkmm-documentation:
- Update to version 3.3.18:
+ Remove Table and other deprecated classes.
+ Use and mention Gtk::Application instead of Gtk::Main.
+ Use Gtk::ApplicationWindow.
+ Use ColorChooserDialog instead of deprecated
ColorSelectionDialog.
+ Keyboard Events chapter: Clarify keyboard event propagation.
(bgo#661857).
+ New example programs in the DrawingArea chapter. (bgo#666885).
++++ hdjmod:
- Fixed USB hotplugging
Previously the module also loaded for devices of other vendors.
++++ jython:
- license update: Python-2.0 and Apache-2.0
Use SPDX format
++++ kdevelop4:
- update to 4.3.0
* add c++11 support
* improved clang support
* improved session management
* many bug fixes
++++ kdevelop4-pg-qt:
- update to 1.0.0 release
* Better error messages
* Better compatibility
* Added lexer generation
* Bug fixes
++++ kdevplatform:
- update to 1.3.0:
* more fixes to gcc 4.7 and cvstest in regard to macro handling
* Only store katepart session information for the last 20 files
* cleanup includes
* Give a warning and return false on isTextDocument if the
text-document is not properly initialized.
* Translate session picker
* Save and reload settings exposed by katepart per file
* skip files that are larger than 5MiB during parsing
* Activate the new active view through the main-window after
switching working-set, to get the correct focus.
* Don't disable updates while changing working-sets. There seems
to be a bug in Qt which can cause the updates to stay disabled
forever, ignoring setUpdatesEnabled(true).
* Fix a regression caused by the introduced quickopen-timer which
led to the previous quickopen-filter being used instead of a blank one.
* fix serious memory leak of kate documents
* Calling toString() is very slow, use the native way of filtering
empty identifiers.
* optimize: .contains && .value can be reduced to a single call to
.value()
* fallback to document-controller when looking for a mimetype of
files without a file extension
* optimize: apply quickopen filter after 150ms timeout
* delay calls to QuickOpenModel::restart
* hide quickopen project items with empty identifier
++++ kimtoy:
- remove dependency: libpng-apng.
* reason: libpng upstream rejected Mozilla's apng. so can't be
included in SuSE.
++++ kiwi:
- run the unit tests in verbose mode during package build
++++ util-linux:
- Enable /bin/login and obsolete old fork now merged back
(not moved to /usr/bin until all problems are solved to
avoid that root is not able to login).
++++ libedit:
- open all FDs with O_CLOEXEC in the library code.
- use gcc visibility by just reusing upstream macros "public"
and "protected"
++++ libffi47:
- Update to gcc-4_7-branch head (r185330).
++++ udev:
- version 181
- boot.udev: root_symlink_rule now creates the rule 10-root-symlink.rules
in /run/udev/rules.d and a link to /dev/.udev (for the good old times).
- require kmod version 5.
- keymap: Add Fujitsu Siemens Amilo Li 2732
- ata_id: fix identify string fixup
- ata_id: whitespace fixes
- keymap: Fix touchpad toggle button on Lenovo Ideapad
* version 180:
- Bugfixes.
* version 179:
- Bugfixes.
* version 178:
- RUN+="socket:.." option is deprecated and should not be used.
* version 177:
- Bugfixes.
* version 176:
- 'devtmpfs' filesystem is required now, udev will not create or delete
device nodes anymore.
- writable /run directory (ususally tmpfs) is required now.
- there is no longer a fallback to /dev/.udev.
- modules are now loaded directly by linking udev to 'libkmod'.
- udev links directly to libblkid now.
- 'udevadm control --reload-rules' option has been renamed to '--reload'.
* version 175:
- Bugfixes.
* version 174:
- udev daemon moved to /lib/udev/udevd.
(we moved it back: move-udevd-and-udevadm-back-to-sbin.patch)
- long deprecated keys: SYSFS=, ID=, BUS= have been removed.
- 'udevadm trigger --type=failed, and the RUN{fail_event_on_error} attribute
was removed.
- udev control socket is now created in /run/udev/control.
(for more info please check /usr/share/doc/packages/udev/NEWS)
- build-requires:
libblkid-devel >= 2.20 , libkmod-devel, libtool, automake, autoconf.
- requires:
util-linux >= 2.20, libkmod2, systemd > 39.
++++ pacemaker:
- Tools: Implement the support of granting/revoking tickets for
crm_simulate (bnc#752241)
++++ libproxy:
- Add libproxy-gcc47.patch: Fix build with gcc 4.7.
++++ libproxy-plugins:
- Add libproxy-gcc47.patch: Fix build with gcc 4.7.
++++ sanlock:
- Update to sanlock 2.1
- python: release leases for other processes
- python: add shared resource parameter to acquire
- add a logrotate file
- status for all shared tokens
- retry transient sh failures
- fix inquire state string
++++ trousers:
- license update: CPL-1.0
SPDX format
++++ libzypp:
- Force libproxy into using "/etc/sysconfig/proxy" if it exists (bnc#679322)
- Apply soft locks by name and not per package (bnc#749418)
- version 11.1.1 (1)
++++ nagstamon:
- update to 0.9.9 Release Candidate 17 (0.9.9.17):
+ added custom actions in context menu (see documentation)
+ added reauthentication in case of authenticaton problems
+ added filter for flapping hosts and services
+ added history button for monitors
+ added shortcut to filter settings in popup window
+ improved keyboard usage in acknowledge/downtime/submit dialogs
+ changed configuration file to configuration directory
(default: ~/.nagstamon)
+ fixed bug in Icinga acknowledgement
+ fixed bug in Check_MK Multisite sorting
+ fixed some Check_MK Multisite UTF trouble
++++ nginx-1.0:
- Update to Version 1.0.13
Changes with nginx 1.0.13 05 Mar 2012
* ) Feature: the "return" and "error_page" directives can now be used to
return 307 redirections.
* ) Bugfix: a segmentation fault might occur in a worker process if the
"resolver" directive was used and there was no "error_log" directive
specified at global level.
Thanks to Roman Arutyunyan.
* ) Bugfix: memory leaks.
Thanks to Lanshun Zhou.
* ) Bugfix: nginx might log incorrect error "upstream prematurely closed
connection" instead of correct "upstream sent too big header" one.
Thanks to Feibo Li.
* ) Bugfix: on ZFS filesystem disk cache size might be calculated
incorrectly; the bug had appeared in 1.0.1.
* ) Bugfix: the number of internal redirects to named locations was not
limited.
* ) Bugfix: temporary files might be not removed if the "proxy_store"
directive was used with SSI includes.
* ) Bugfix: in some cases non-cacheable variables (such as the $args
variable) returned old empty cached value.
* ) Bugfix: the "proxy_redirect" directives might be inherited
incorrectly.
* ) Bugfix: nginx could not be built with the ngx_http_perl_module if the
- -with-openssl option was used.
* ) Bugfix: nginx could not be built by the icc 12.1 compiler.
Changes with nginx 1.0.12 06 Feb 2012
* ) Feature: the "TLSv1.1" and "TLSv1.2" parameters of the
"ssl_protocols" directive.
* ) Feature: the "if" SSI command supports captures in regular
expressions.
* ) Bugfix: the "if" SSI command did not work inside the "block" command.
* ) Bugfix: in AIO error handling on FreeBSD.
* ) Bugfix: in the OpenSSL library initialization.
* ) Bugfix: the "worker_cpu_affinity" directive might not work.
* ) Bugfix: the "limit_conn_log_level" and "limit_req_log_level"
directives might not work.
* ) Bugfix: the "read_ahead" directive might not work combined with
"try_files" and "open_file_cache".
* ) Bugfix: the "proxy_cache_use_stale" directive with "error" parameter
did not return answer from cache if there were no live upstreams.
* ) Bugfix: a segmentation fault might occur in a worker process if small
time was used in the "inactive" parameter of the "proxy_cache_path"
directive.
* ) Bugfix: responses from cache might hang.
* ) Bugfix: in error handling while connecting to a backend.
Thanks to Piotr Sikora.
* ) Bugfix: in the "epoll" event method.
Thanks to Yichun Zhang.
* ) Bugfix: the $sent_http_cache_control variable might contain a wrong
value if the "expires" directive was used.
Thanks to Yichun Zhang.
* ) Bugfix: the "limit_rate" directive did not allow to use full
throughput, even if limit value was very high.
* ) Bugfix: the "sendfile_max_chunk" directive did not work, if the
"limit_rate" directive was used.
* ) Bugfix: nginx could not be built on Solaris; the bug had appeared in
1.0.11.
* ) Bugfix: in the ngx_http_scgi_module.
* ) Bugfix: in the ngx_http_mp4_module.
Changes with nginx 1.0.11 15 Dec 2011
* ) Change: now double quotes are encoded in an "echo" SSI-command
output.
Thanks to Zaur Abasmirzoev.
* ) Feature: the "image_filter_sharpen" directive.
* ) Bugfix: a segmentation fault might occur in a worker process if SNI
was used; the bug had appeared in 1.0.9.
* ) Bugfix: SIGWINCH signal did not work after first binary upgrade; the
bug had appeared in 1.0.9.
* ) Bugfix: the "If-Modified-Since", "If-Range", etc. client request
header lines might be passed to backend while caching; or not passed
without caching if caching was enabled in another part of the
configuration.
* ) Bugfix: in the "scgi_param" directive, if complex parameters were
used.
* ) Bugfix: "add_header" and "expires" directives did not work if a
request was proxied and response status code was 206.
* ) Bugfix: in the "expires @time" directive.
* ) Bugfix: in the ngx_http_flv_module.
Thanks to Piotr Sikora.
* ) Bugfix: in the ngx_http_mp4_module.
* ) Bugfix: nginx could not be built on FreeBSD 10.
* ) Bugfix: nginx could not be built on AIX.
++++ postfix:
- Documentation for bnc#751994 - SuSEconfig module postfix does not exist
++++ pragha:
- Update to 1.0.1.
* Added Get lyrics, Get artist info to the selection on current
playlist.
* Added Love, Unlove, and Get similar options to the selection on
current playlist.
* Add an icon in the panel to suggest tag corrections of lastfm
when update now_playing.
* Added tootips to show equalizer bands values.
* Select last track when append new songs.
* Also append radios when restore session.
* Append Hz, kbps, and Channels string to file properties dialog.
* Check status of network manager when launch pragha. If is
online, init lastfm, otherwise wait 30 seconds.
* Removed search album art option in menu.
* Only search covers art in lastfm temporarily. Returns better
results.
* Updated translations: German, Portuguese, Italian, Russian.
* A lot of bugs fixed (see NEWS).
- Depends on libclastfm >= 0.5.
- Updated "russian" patch.
++++ psmisc:
- Submit ASCII null fix in pstree upsrtream
- Submit support for static background process for stat system call
upstream
- Rebuild package with upstream patches
++++ pssh:
- Update to 2.3.1
* fixed a problem where man pages were omitted from the tar file
- Changes from 2.3
* added a --inline-stdout option (issue #57). Thanks to
pablo.barbachano for the patch.
* Added a PSSH_HOST environment variable (issue #62).
* Added a --version option (issues #33 and #45)
* Expanded the pssh man page and added man pages for all other
commands (issues #10 and #55).
* Fixed askpass on Mac OS X 10.6.7 (issue #50)
* Many other small fixes
++++ pwdutils:
- Update to version 3.2.18 (fixes [bnc#738114])
++++ python-django-avatar:
- Add %changelog line
++++ python-django-celery:
- license update: BSD-3-Clause
SPDX format
++++ python-django-dajax:
- license update: BSD-3-Clause
COPYING clearly is BSD-3-Clause
++++ python-django-debug-toolbar:
- license update: BSD-3-Clause
Most of the license references point to the BSD-2-Clause on
opensource.org but the COPYING file is BSD-3-Clause
++++ python-django-piston:
- license update: BSD-2-Clause
SPDX syntax
++++ python-geopy:
- Update to 0.94.2:
ADDED: MANIFEST.in so that LICENSE file gets included in dist
packages (per req by Debian Python Module Team)
UPDATED: Yahoo geocoder uses new PlaceFinder API instead of
outdated MapsService V1 API.
++++ python-versiontools:
- Update to 1.9.1:
* Just bump version to final, sorry
- Version 1.9
* Reorganize and update documentation.
* Add a new way of using versiontools that does not require using
setup_requires. This way is based on bundling a small helper module to
help you bootstrap your project when installed from source.
* Add versiontools.Version.from_expression() that creates a Version object
from a python import expression (and an optional variable identifer)
* Move and rename private function versiontools.handle_version to
versiontools.setuptools_hooks:version().
* Move and rename private function versiontools.get_exception_message to
versiontools._get_exception_message().
* Remove private function versiontools.isstring.
++++ python-zc_buildout:
- Regenerate spec file with py2pack.
++++ reptyr:
-fix CLFAGS
-fix copyright in the spec file
++++ rpm:
- Add rpm-gcc47.patch: Fix build with gcc 4.7 by correcting a
strncat call and including missing headers.
- Add findlang-new-help.diff: patch based on git commit 6047ddf6 to
make find-lang know about the new gnome help layout.
- Add findlang-new-help-fix.diff: additional fix to above patch, so
that locales with a territory work too (for instance, fr_FR).
- Rebase langnoc.diff on top of findlang-new-help.diff, so that we
won't need to rebase it with a future release containing
findlang-new-help.diff.
- Update remove-translations.diff to also remove help translations
for languages that are not supported by the filesystem package.
++++ rpmlint:
- block .swp files as well (they are usually vi(m) backup files)
++++ seamonkey:
- update to Seamonkey 2.8 (bnc#750044)
* MFSA 2012-13/CVE-2012-0455 (bmo#704354)
XSS with Drag and Drop and Javascript: URL
* MFSA 2012-14/CVE-2012-0456/CVE-2012-0457 (bmo#711653, #720103)
SVG issues found with Address Sanitizer
* MFSA 2012-15/CVE-2012-0451 (bmo#717511)
XSS with multiple Content Security Policy headers
* MFSA 2012-16/CVE-2012-0458
Escalation of privilege with Javascript: URL as home page
* MFSA 2012-17/CVE-2012-0459 (bmo#723446)
Crash when accessing keyframe cssText after dynamic modification
* MFSA 2012-18/CVE-2012-0460 (bmo#727303)
window.fullScreen writeable by untrusted content
* MFSA 2012-19/CVE-2012-0461/CVE-2012-0462/CVE-2012-0464/
CVE-2012-0463
Miscellaneous memory safety hazards
- explicitely build-require X libs
++++ sil-abyssinica:
- license update: OFL-1.1
SPDX format
++++ sil-abyssinica-fonts:
- license update: OFL-1.1
SPDX format
++++ sil-padauk-fonts:
- license update: OFL-1.1
Use SPDX format
++++ usbip:
- updated usbip to version 1.1.1 which are from linux kernel tree
(drivers/staging/usbip/userspace), git commit fde7d904, since
usbip had huge change in the kernel modules.
++++ uucp:
- Add missing linkerflags to make it build w/ -fPIE properly
++++ wine:
- Updated winetricks to 20120308
++++ yast2-storage:
- warn about slowness when resizing mounted fs by more than 50Gig
(bnc#749946)
- 2.22.1
------------------------------------------------------------------
------------------ 2012-3-12 - Mar 12 2012 -------------------
------------------------------------------------------------------
++++ boost-jam:
- Update to version 2011.04 from the boost-1.49.0 release.
++++ calibre:
- update to 0.8.42
- New Features
- Support for reading Amazon's new KF8 format
- Add a tweak to Preferences->Tweaks to control the font size used in
the book details panel
- Allow specifying a list of file types to exclude when automatically
adding files from a folder
- Show ratings in the book details panel as stars. Also allow the user
to change the alignment of the ratings column in the main books list.
No longer display the stars in blue, instead their color can be
customized via the column coloring rules, like any other column
When setting metadata in EPUB ensure that the tag has its name
attribute first. Needed for the Nook.
- Drivers for Novo 7, LG G2x and Zenithink T-280
- Update linux binaries to Qt 4.8.0
- Bug Fixes
- Fix some rar files causing crashes on OS X (updated libunrar.dylib in
the OS X build)
- MOBI Output: Ignore the Table of Contents pointed to by the guide, if
it contains no links
- ODT Input: Ignore margin declaration in ODT styles if more specific
margin-* declarations are present
- Conversion pipeline: Fix @import rules in CSS stylesheets that have
comments on their first few lines being ignored.
- EPUB Input: When extracting the contents of epub files on windows, do
not error out if one or more of the components in the epub file have
filepaths containing characters that are invalid for the windows
filesystem, instead, just replace those characters, since those
entries are likely to be errors in the zip container anyway.
- Textile output: Fix issue with blockquotes and sentences getting
removed.
- MOBI Output: When using the prefer author sort conversion option,
handle multiple authors better.
- Fix regression in 0.8.41 that broke direct connection to iDevices in
windows
- Fix the download bulk metadata completed popup causing a crash if the
Esc key is pressed.
- Fix rating values doubled in CSV/XML catalogs
- EPUB Input: Remove non markup documents from the spine automatically,
instead of erroring out
When formatting ratings in templates, etc., do not have an unnecessary
.0
- Calibre portable: Do not allow calibre portable to run if it is placed
in a location whose path is too long. Also hide the library location
setup in the welcome wizard when running the portable build.
- Fix regression in 0.8.41 that broke calibre if the TMP or TEMP
environment variable is set to the root of a drive.
- Fix display of ratings type custom fields in the content server
++++ cmpi-bindings:
- Update to 0.5.1
Confine data_data to wrapping CMPIData, don't convert the value
(fixes issue #3 reported by mibanescu)
++++ dd_rescue:
- Update to version 1.25:
* Fix for spurious "Success" messages that resulted from overwritten
(cleared) errno. Bad blocks are formatted in a way that they are not
overwritten on screen and block numbers are output as unsigned.
- Removed dd_rhelp from the package (dd_rhelp will become a separate package. A
recommended entry for dd_rhelp was added in dd_rescue).
- Spec file updates:
* Updated License: to "GPL-2.0 or GPL-3.0".
* Removed bc from BuildRequires: (not needed since dd_rhelp was removed).
++++ dos2unix:
- Update to 5.3.3:
- enabled wildcard expansion
- small update in RETURN VALUE section of man page
- removed dos2unix-correct_ending.patch (instead pass HTMLEXT="html"
to make)
++++ dosemu:
- updated to 1.4.0.1 current SVN state (r2065)
++++ evince:
- Replace old-style BuildRequires with pkgconfig() style ones and
be more explicit. List all BuildRequires that are checked for by
configure:
+ Old style: gnome-doc-utils-devel, gobject-introspection-devel,
gtk3-devel, libdjvulibre-devel, libgnome-keyring-devel,
libgxps-devel, libpoppler-glib-devel, libspectre-devel,
nautilus-devel, zlib-devel.
+ New style: ddjvuapi, gio-2.0, gnome-doc-utils,
gnome-icon-theme, gnome-keyring-1, gobject-introspection-1.0,
gthread-2.0, gtk+-3.0, ice, libgxps, libnautilus-extension,
libspectre, libxml-2.0, poppler-glib, sm, x11, zlib.
- Drop libtool BuildRequires: there is no need for it.
- Pass --with-smclient=xsmp to configure: this used to be
autodetected, but having multiple backends in gdk makes this
detection fail.
++++ fcitx-cloudpinyin:
- Update to 0.2.1
Change http to https for google
++++ fcitx-googlepinyin:
- license update: GPL-3.0+
++++ fcitx-table-extra:
- emergency upstream fix for bug [bnc#751808].
- add fix-for-upstream-no-detailed-license.patch.
* will be droped with next major release.
++++ ffado:
- Added "Recommends: ffado-mixer" to the ffado rpm.
++++ gnome-keyring:
- Pass --with-ca-certificates=%{_sysconfdir}/ssl/ca-bundle.pem
instead of --with-root-certs=%{_sysconfdir}/ssl/certs to
configure: it's better to use the single ca certificates file
than the directory with all certificates, as it's what upstream
prefers.
++++ grub2:
- Added BuildRequires for gnu-unifont in order to create the
necessary fonts for a graphical boot menu.
++++ oxygen-gtk2:
- Update to 1.2.2:
Fixes include:
* Cleanup of signals and hooks when unloading theme.
* Use of glib's built-in dbus interface.
* Fixed crash in gtk-chtheme (and possibly other theme-switching
applications).
* Fixed margins and spacing for several widgets to make them look more
similar to Qt's version.
++++ oxygen-gtk3:
- Update to 1.0.2:
Fixes include:
* Cleanup of signals and hooks when unloading theme.
* Use of glib's built-in dbus interface.
* Fixed crash in gtk-chtheme (and possibly other theme-switching
applications).
* Fixed margins and spacing for several widgets to make them look more
similar to Qt's version.
++++ hdf5:
- install libhdf5.settings (bnc#751747)
- move executables h5cc and h5c++ to the devel package
++++ hxtools:
- license update: GPL-2.0+
spec file license should be in SPDX (compatible) format. GPL-2.0+ seems
to be the most appropriate license choice for the resulting binary (no
GPL-3.0 except for as choice in dual license situation)
++++ ipmiutil:
- update to upstream ipmiutil-2.8.2
++++ jakarta-commons-net:
- fix bnc#749895 - ant FTP action fails on the date with leap year
++++ kernel-debug:
- Update Xen patches to 3.3-rc7 and c/s 1163.
- commit 0054c83
- Staging: hv: storvsc: Cleanup some comments.
- Staging: hv: storvsc: Cleanup storvsc_probe().
- Staging: hv: storvsc: Cleanup storvsc_queuecommand().
- Staging: hv: storvsc: Introduce defines for srb status codes.
- Staging: hv: storvsc: Cleanup storvsc_host_reset_handler().
- Staging: hv: storvsc: Move and cleanup storvsc_remove().
- Staging: hv: storvsc: Add a comment to explain life-cycle
management.
- Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request.
- Staging: hv: storvsc: Rename the context field in
hv_storvsc_request.
- Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver.
- Staging: hv: storvsc: Cleanup the code for generating protocol
version.
- Staging: hv: storvsc: Cleanup some protocol related constants.
- Staging: hv: storvsc: Get rid of some unused defines.
- Staging: hv: storvsc: Consolidate the request structure.
- Staging: hv: storvsc: Consolidate all the wire protocol
definitions.
- Staging: hv: storvsc: Move the storage driver out of the
staging area.
- Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to
patches.suse/suse-hv-pata_piix-ignore-disks.patch
- commit 7487199
- Update to 3.3-rc7.
- commit 81a18ea
++++ kernel-default:
- Update Xen patches to 3.3-rc7 and c/s 1163.
- commit 0054c83
- Staging: hv: storvsc: Cleanup some comments.
- Staging: hv: storvsc: Cleanup storvsc_probe().
- Staging: hv: storvsc: Cleanup storvsc_queuecommand().
- Staging: hv: storvsc: Introduce defines for srb status codes.
- Staging: hv: storvsc: Cleanup storvsc_host_reset_handler().
- Staging: hv: storvsc: Move and cleanup storvsc_remove().
- Staging: hv: storvsc: Add a comment to explain life-cycle
management.
- Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request.
- Staging: hv: storvsc: Rename the context field in
hv_storvsc_request.
- Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver.
- Staging: hv: storvsc: Cleanup the code for generating protocol
version.
- Staging: hv: storvsc: Cleanup some protocol related constants.
- Staging: hv: storvsc: Get rid of some unused defines.
- Staging: hv: storvsc: Consolidate the request structure.
- Staging: hv: storvsc: Consolidate all the wire protocol
definitions.
- Staging: hv: storvsc: Move the storage driver out of the
staging area.
- Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to
patches.suse/suse-hv-pata_piix-ignore-disks.patch
- commit 7487199
- Update to 3.3-rc7.
- commit 81a18ea
++++ kernel-desktop:
- Update Xen patches to 3.3-rc7 and c/s 1163.
- commit 0054c83
- Staging: hv: storvsc: Cleanup some comments.
- Staging: hv: storvsc: Cleanup storvsc_probe().
- Staging: hv: storvsc: Cleanup storvsc_queuecommand().
- Staging: hv: storvsc: Introduce defines for srb status codes.
- Staging: hv: storvsc: Cleanup storvsc_host_reset_handler().
- Staging: hv: storvsc: Move and cleanup storvsc_remove().
- Staging: hv: storvsc: Add a comment to explain life-cycle
management.
- Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request.
- Staging: hv: storvsc: Rename the context field in
hv_storvsc_request.
- Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver.
- Staging: hv: storvsc: Cleanup the code for generating protocol
version.
- Staging: hv: storvsc: Cleanup some protocol related constants.
- Staging: hv: storvsc: Get rid of some unused defines.
- Staging: hv: storvsc: Consolidate the request structure.
- Staging: hv: storvsc: Consolidate all the wire protocol
definitions.
- Staging: hv: storvsc: Move the storage driver out of the
staging area.
- Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to
patches.suse/suse-hv-pata_piix-ignore-disks.patch
- commit 7487199
- Update to 3.3-rc7.
- commit 81a18ea
++++ kernel-source:
- Update Xen patches to 3.3-rc7 and c/s 1163.
- commit 0054c83
- Staging: hv: storvsc: Cleanup some comments.
- Staging: hv: storvsc: Cleanup storvsc_probe().
- Staging: hv: storvsc: Cleanup storvsc_queuecommand().
- Staging: hv: storvsc: Introduce defines for srb status codes.
- Staging: hv: storvsc: Cleanup storvsc_host_reset_handler().
- Staging: hv: storvsc: Move and cleanup storvsc_remove().
- Staging: hv: storvsc: Add a comment to explain life-cycle
management.
- Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request.
- Staging: hv: storvsc: Rename the context field in
hv_storvsc_request.
- Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver.
- Staging: hv: storvsc: Cleanup the code for generating protocol
version.
- Staging: hv: storvsc: Cleanup some protocol related constants.
- Staging: hv: storvsc: Get rid of some unused defines.
- Staging: hv: storvsc: Consolidate the request structure.
- Staging: hv: storvsc: Consolidate all the wire protocol
definitions.
- Staging: hv: storvsc: Move the storage driver out of the
staging area.
- Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to
patches.suse/suse-hv-pata_piix-ignore-disks.patch
- commit 7487199
- Update to 3.3-rc7.
- commit 81a18ea
++++ kernel-docs:
- Update Xen patches to 3.3-rc7 and c/s 1163.
- commit 0054c83
- Staging: hv: storvsc: Cleanup some comments.
- Staging: hv: storvsc: Cleanup storvsc_probe().
- Staging: hv: storvsc: Cleanup storvsc_queuecommand().
- Staging: hv: storvsc: Introduce defines for srb status codes.
- Staging: hv: storvsc: Cleanup storvsc_host_reset_handler().
- Staging: hv: storvsc: Move and cleanup storvsc_remove().
- Staging: hv: storvsc: Add a comment to explain life-cycle
management.
- Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request.
- Staging: hv: storvsc: Rename the context field in
hv_storvsc_request.
- Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver.
- Staging: hv: storvsc: Cleanup the code for generating protocol
version.
- Staging: hv: storvsc: Cleanup some protocol related constants.
- Staging: hv: storvsc: Get rid of some unused defines.
- Staging: hv: storvsc: Consolidate the request structure.
- Staging: hv: storvsc: Consolidate all the wire protocol
definitions.
- Staging: hv: storvsc: Move the storage driver out of the
staging area.
- Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to
patches.suse/suse-hv-pata_piix-ignore-disks.patch
- commit 7487199
- Update to 3.3-rc7.
- commit 81a18ea
++++ kernel-ec2:
- Update Xen patches to 3.3-rc7 and c/s 1163.
- commit 0054c83
- Staging: hv: storvsc: Cleanup some comments.
- Staging: hv: storvsc: Cleanup storvsc_probe().
- Staging: hv: storvsc: Cleanup storvsc_queuecommand().
- Staging: hv: storvsc: Introduce defines for srb status codes.
- Staging: hv: storvsc: Cleanup storvsc_host_reset_handler().
- Staging: hv: storvsc: Move and cleanup storvsc_remove().
- Staging: hv: storvsc: Add a comment to explain life-cycle
management.
- Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request.
- Staging: hv: storvsc: Rename the context field in
hv_storvsc_request.
- Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver.
- Staging: hv: storvsc: Cleanup the code for generating protocol
version.
- Staging: hv: storvsc: Cleanup some protocol related constants.
- Staging: hv: storvsc: Get rid of some unused defines.
- Staging: hv: storvsc: Consolidate the request structure.
- Staging: hv: storvsc: Consolidate all the wire protocol
definitions.
- Staging: hv: storvsc: Move the storage driver out of the
staging area.
- Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to
patches.suse/suse-hv-pata_piix-ignore-disks.patch
- commit 7487199
- Update to 3.3-rc7.
- commit 81a18ea
++++ kernel-pae:
- Update Xen patches to 3.3-rc7 and c/s 1163.
- commit 0054c83
- Staging: hv: storvsc: Cleanup some comments.
- Staging: hv: storvsc: Cleanup storvsc_probe().
- Staging: hv: storvsc: Cleanup storvsc_queuecommand().
- Staging: hv: storvsc: Introduce defines for srb status codes.
- Staging: hv: storvsc: Cleanup storvsc_host_reset_handler().
- Staging: hv: storvsc: Move and cleanup storvsc_remove().
- Staging: hv: storvsc: Add a comment to explain life-cycle
management.
- Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request.
- Staging: hv: storvsc: Rename the context field in
hv_storvsc_request.
- Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver.
- Staging: hv: storvsc: Cleanup the code for generating protocol
version.
- Staging: hv: storvsc: Cleanup some protocol related constants.
- Staging: hv: storvsc: Get rid of some unused defines.
- Staging: hv: storvsc: Consolidate the request structure.
- Staging: hv: storvsc: Consolidate all the wire protocol
definitions.
- Staging: hv: storvsc: Move the storage driver out of the
staging area.
- Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to
patches.suse/suse-hv-pata_piix-ignore-disks.patch
- commit 7487199
- Update to 3.3-rc7.
- commit 81a18ea
++++ kernel-syms:
- Update Xen patches to 3.3-rc7 and c/s 1163.
- commit 0054c83
- Staging: hv: storvsc: Cleanup some comments.
- Staging: hv: storvsc: Cleanup storvsc_probe().
- Staging: hv: storvsc: Cleanup storvsc_queuecommand().
- Staging: hv: storvsc: Introduce defines for srb status codes.
- Staging: hv: storvsc: Cleanup storvsc_host_reset_handler().
- Staging: hv: storvsc: Move and cleanup storvsc_remove().
- Staging: hv: storvsc: Add a comment to explain life-cycle
management.
- Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request.
- Staging: hv: storvsc: Rename the context field in
hv_storvsc_request.
- Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver.
- Staging: hv: storvsc: Cleanup the code for generating protocol
version.
- Staging: hv: storvsc: Cleanup some protocol related constants.
- Staging: hv: storvsc: Get rid of some unused defines.
- Staging: hv: storvsc: Consolidate the request structure.
- Staging: hv: storvsc: Consolidate all the wire protocol
definitions.
- Staging: hv: storvsc: Move the storage driver out of the
staging area.
- Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to
patches.suse/suse-hv-pata_piix-ignore-disks.patch
- commit 7487199
- Update to 3.3-rc7.
- commit 81a18ea
++++ kernel-trace:
- Update Xen patches to 3.3-rc7 and c/s 1163.
- commit 0054c83
- Staging: hv: storvsc: Cleanup some comments.
- Staging: hv: storvsc: Cleanup storvsc_probe().
- Staging: hv: storvsc: Cleanup storvsc_queuecommand().
- Staging: hv: storvsc: Introduce defines for srb status codes.
- Staging: hv: storvsc: Cleanup storvsc_host_reset_handler().
- Staging: hv: storvsc: Move and cleanup storvsc_remove().
- Staging: hv: storvsc: Add a comment to explain life-cycle
management.
- Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request.
- Staging: hv: storvsc: Rename the context field in
hv_storvsc_request.
- Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver.
- Staging: hv: storvsc: Cleanup the code for generating protocol
version.
- Staging: hv: storvsc: Cleanup some protocol related constants.
- Staging: hv: storvsc: Get rid of some unused defines.
- Staging: hv: storvsc: Consolidate the request structure.
- Staging: hv: storvsc: Consolidate all the wire protocol
definitions.
- Staging: hv: storvsc: Move the storage driver out of the
staging area.
- Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to
patches.suse/suse-hv-pata_piix-ignore-disks.patch
- commit 7487199
- Update to 3.3-rc7.
- commit 81a18ea
++++ kernel-vanilla:
- Update Xen patches to 3.3-rc7 and c/s 1163.
- commit 0054c83
- Staging: hv: storvsc: Cleanup some comments.
- Staging: hv: storvsc: Cleanup storvsc_probe().
- Staging: hv: storvsc: Cleanup storvsc_queuecommand().
- Staging: hv: storvsc: Introduce defines for srb status codes.
- Staging: hv: storvsc: Cleanup storvsc_host_reset_handler().
- Staging: hv: storvsc: Move and cleanup storvsc_remove().
- Staging: hv: storvsc: Add a comment to explain life-cycle
management.
- Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request.
- Staging: hv: storvsc: Rename the context field in
hv_storvsc_request.
- Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver.
- Staging: hv: storvsc: Cleanup the code for generating protocol
version.
- Staging: hv: storvsc: Cleanup some protocol related constants.
- Staging: hv: storvsc: Get rid of some unused defines.
- Staging: hv: storvsc: Consolidate the request structure.
- Staging: hv: storvsc: Consolidate all the wire protocol
definitions.
- Staging: hv: storvsc: Move the storage driver out of the
staging area.
- Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to
patches.suse/suse-hv-pata_piix-ignore-disks.patch
- commit 7487199
- Update to 3.3-rc7.
- commit 81a18ea
++++ kernel-xen:
- Update Xen patches to 3.3-rc7 and c/s 1163.
- commit 0054c83
- Staging: hv: storvsc: Cleanup some comments.
- Staging: hv: storvsc: Cleanup storvsc_probe().
- Staging: hv: storvsc: Cleanup storvsc_queuecommand().
- Staging: hv: storvsc: Introduce defines for srb status codes.
- Staging: hv: storvsc: Cleanup storvsc_host_reset_handler().
- Staging: hv: storvsc: Move and cleanup storvsc_remove().
- Staging: hv: storvsc: Add a comment to explain life-cycle
management.
- Staging: hv: storvsc: Get rid of the on_io_completion in
hv_storvsc_request.
- Staging: hv: storvsc: Rename the context field in
hv_storvsc_request.
- Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver.
- Staging: hv: storvsc: Cleanup the code for generating protocol
version.
- Staging: hv: storvsc: Cleanup some protocol related constants.
- Staging: hv: storvsc: Get rid of some unused defines.
- Staging: hv: storvsc: Consolidate the request structure.
- Staging: hv: storvsc: Consolidate all the wire protocol
definitions.
- Staging: hv: storvsc: Move the storage driver out of the
staging area.
- Rename patches.suse/staging-hv-pata_piix-ignore-disks.patch to
patches.suse/suse-hv-pata_piix-ignore-disks.patch
- commit 7487199
- Update to 3.3-rc7.
- commit 81a18ea
++++ kiwi:
- fix Validator test
Revert f551128061 and d76e57194c, comparison in question checks for
equality of objects, thus numerical comparison is appropriate
++++ libchamplain:
- Update to version 0.12.2:
+ Call vapigen with --pkg cogl-pango-1.0.
+ Don't call vapigen during distcheck and use pre-generated vapi
instead to become independent of vala version during distcheck.
+ Minor changes here and there.
- Drop libchamplain-vapi-cogl-pango.patch: fixed upstream.
- Remove libtool BuildRequires and call to autoreconf: we don't
carry any patches anymore.
- Remove xz BuildRequires since it now comes for free in the build
system.
++++ libclastfm0:
- Update from git to 0.4+git20120304 (pre 0.5 version).
* Get track correction when update now playing.
* Version number bump due to API & ABI change.
* Improve support for lastfm error codes and messages.
- Dropped "curl_include" patch (fixed upstream).
++++ libconfig:
- Fixed changes file markup
++++ libdbus-c++:
- Added baselibs.conf for 32 bit compat libs.
++++ libgdata:
- Update to version 0.11.1:
+ bgo#667577: fix introspection for srcdir != builddir builds.
+ bgo#668365: libgdata 0.10.x link error because of exported
symbols that don't exist.
+ bgo#671535: Security issue in libgdata: Validate SSL
certificates for all connections
+ Updated translations.
++++ libwebkit:
- Update to version 1.7.91:
+ Properly advertise flac support for the audio tag.
+ Fix a WebProcess segmentation fault related to clipboard
handling.
+ Add a Find API for WebKit2.
+ Add zoom-text-only setting to WebKit2 GTK+ API.
+ Miscellaneous build fixes.
- Drop libwebkit-fix-gtk2.patch: fixed upstream.
++++ libwebkit:
- Update to version 1.7.91:
+ Properly advertise flac support for the audio tag.
+ Fix a WebProcess segmentation fault related to clipboard
handling.
+ Add a Find API for WebKit2.
+ Add zoom-text-only setting to WebKit2 GTK+ API.
+ Miscellaneous build fixes.
- Drop libwebkit-fix-gtk2.patch: fixed upstream.
++++ libwebkit3:
- Update to version 1.7.91:
+ Properly advertise flac support for the audio tag.
+ Fix a WebProcess segmentation fault related to clipboard
handling.
+ Add a Find API for WebKit2.
+ Add zoom-text-only setting to WebKit2 GTK+ API.
+ Miscellaneous build fixes.
- Drop libwebkit-fix-gtk2.patch: fixed upstream.
++++ mariadb:
- migrated to MariaDB 5.3.5, see:
http://kb.askmonty.org/en/what-is-mariadb-53
http://kb.askmonty.org/en/release-notes-mariadb-53-series
http://kb.askmonty.org/en/changelogs-mariadb-53-series
++++ ncurses:
- Add check_build script to avoid to stumble on gcc exception 32
- Add ncurses patch 5.9.20120310
+ fix some strict compiler warnings for abi6 and 64-bits.
+ use begin_va_copy/end_va_copy macros in lib_printw.c (cf: 20120303).
+ improve a limit-check in infocmp.c (Werner Fink)
++++ libreoffice:
- updated to libreoffice-3.4.5.5 (SUSE 3.4.5-rc3):
* extras
* add SUSE color palette (fate#312645)
* filters
* crash when loading embedded elements (bnc#693238)
* crash when importing an empty paragraph (rh#667082)
* writer
* do not use an invalidated iterator (fdo#46337)
++++ libreoffice:
- updated to libreoffice-3.4.5.5 (SUSE 3.4.5-rc3):
* extras
* add SUSE color palette (fate#312645)
* filters
* crash when loading embedded elements (bnc#693238)
* crash when importing an empty paragraph (rh#667082)
* writer
* do not use an invalidated iterator (fdo#46337)
++++ libreoffice-branding-upstream:
- updated to libreoffice-3.4.5.5 (SUSE 3.4.5-rc3)
++++ libreoffice-help-group1:
- updated to libreoffice-3.4.5.5 (SUSE 3.4.5-rc3)
++++ libreoffice-help-en-US:
- updated to libreoffice-3.4.5.5 (SUSE 3.4.5-rc3)
++++ libreoffice-help-group2:
- updated to libreoffice-3.4.5.5 (SUSE 3.4.5-rc3)
++++ libreoffice-help-group3:
- updated to libreoffice-3.4.5.5 (SUSE 3.4.5-rc3)
++++ libreoffice-help-group4:
- updated to libreoffice-3.4.5.5 (SUSE 3.4.5-rc3)
++++ libreoffice-help-group5:
- updated to libreoffice-3.4.5.5 (SUSE 3.4.5-rc3)
++++ libreoffice-icon-themes:
- updated to libreoffice-3.4.5.5 (SUSE 3.4.5-rc3)
++++ libreoffice-l10n:
- updated to libreoffice-3.4.5.5 (SUSE 3.4.5-rc3)
++++ libstorage:
- tell in resize text that it may potentially need very long to
complete and that one must not abort while resize is running
(bnc#749946)
- removed deactivation of MD RAIDs using DM during installation
(bnc#751780)
++++ lilo:
- Add support for PowerNV platform
++++ lyx:
- Correct the license: lyx is GPL-2.0 and later, not LGPL-2.1 and later
- Fix some rpmlint warnings
++++ man-pages:
- update to version 3.37
* New and rewritten pages
getent.1
New page to document 'getent' binary provided by glibc
* Changes to individual pages
bdflush.2
Note that bdflush() is deprecated, and does nothing
nfsservctl.2
Note that this system call was removed in Linux 3.1
ptrace.2
add extended description of various ptrace quirks
Changes include:
s/parent/tracer/g, s/child/tracee/g - ptrace interface now
is sufficiently cleaned up to not treat tracing process
as parent.
Deleted several outright false statements:
- pid 1 can be traced
- tracer is not shown as parent in ps output
- PTRACE_ATTACH is not "the same behavior as if tracee had done
a PTRACE_TRACEME": PTRACE_ATTACH delivers a SIGSTOP.
- SIGSTOP _can_ be injected.
- Removed mentions of SunOS and Solaris as irrelevant.
- Added a few more known bugs.
Added a large block of text in DESCRIPTION which doesn't focus
on mechanical description of each flag and operation, but rather
tries to describe a bigger picture. The targeted audience is
a person which is reasonably knowledgeable in Unix but did not
spend years working with ptrace, and thus may be unaware of its
quirks. This text went through several iterations of review by
Oleg Nesterov and Tejun Heo.
This block of text intentionally uses as little markup as possible,
otherwise future modifications to it will be very hard to make.
Global clean-up of page
* Wording and formatting fixes to existing text and
Denys Vlasenko's new text.
* Various technical amendments and improvements to
Denys Vlasenko's new text.
* Added FIXME for various problems with the current text.
Integrated changes after further review from Denys Vlasenko
syscalls.2
Note that nfsservctl(2) was removed in Linux 3.1
Note that bdflush(2) is deprecated
capabilities.7
Add CAP_WAKE_ALARM
Add various operations under CAP_SYS_ADMIN
Add perf_event_open(2) to CAP_SYS_ADMIN
Add VM86_REQUEST_IRQ vm86(2) command to CAP_SYS_ADMIN
Update CAP_NET_ADMIN with notes from include/linux/capability.h
Add nfsservctl(2) to CAP_SYS_ADMIN
Add ioctl(FIBMAP) under CAP_SYS_RAWIO
Add virtual terminal ioctl()s under CAP_SYS_TTY_CONFIG
Update CAP_NET_RAW with notes from include/linux/capability.h
Add F_SETPIPE_SZ case to CAP_SYS_RESOURCE
Add POSIX messages queues queues_max case to CAP_SYS_RESOURCE
Update CAP_SYS_RESOURCE with notes from include/linux/capability.h
SEE ALSO: Add libcap(3)
ld.so.8
Add --adit command-line option
++++ perl-CHI:
- updated to 0.52
- Subclasses inherit configuration from their parents unless they
also call config()
- Fix Config test to not require memcached
- changes from 0.51
- add CHI->config() to register storage types, and set core and
per-namespace defaults
- fix new test_max_key_length test to work on drivers that do not
support get_keys
++++ perl-File-BaseDir:
- added a copyright
- changed to correct BuildRoot
++++ perl-Proc-ProcessTable:
- pacified rpmlint
++++ plasmoid-cwp:
- Update to version 1.5.12:
* xml: www.wetter.com: complete rewrite
* xml: www.weather.com: current weather description fixed
++++ pyalsa:
- Updated to version 1.0.25
- Add register_poll for alsaseq
- alsa-python mixer: add poll_fds property
- ctltest1.py: use new class member names
- alsamixer: Fix bad PyArg_ParseTuple format strings
- Two backport fixes from upstream:
Fix get_volume_array() for mono channels
Fix pyalsa tests for new function names
++++ python-Pygments:
- Update to version 1.5:
- Fix Python 3 terminal highlighting with pygmentize
- In the LaTeX formatter, escape special &, < and > chars
- In the LaTeX formatter, fix display problems for styles with token
background colors
- Enhancements to the Squid conf lexer
- Several fixes to the reStructuredText lexer
- Recognize methods in the ObjC lexer
- Fix Lua "class" highlighting: it does not have classes
- Fix degenerate regex in Scala lexer and highlighting bugs
- Fix number pattern order in Ocaml lexer
- Fix generic type highlighting in ActionScript 3
- Fixes to the Clojure lexer
- Fix degenerate regex in Nemerle lexer
- Fix infinite looping in CoffeeScript lexer
- Fix crashes and analysis with ObjectiveC lexer
- Add some Fortran 2003 keywords.
- Fix Boo string regexes
- Add "rrt" style
- Fix infinite looping in Darcs Patch lexer.
- Lots of misc fixes to character-eating bugs and ordering problems in many
different lexers.
++++ python-WebError:
- Simplify macro usage
- Re-enable testsuite
++++ python-Werkzeug:
- Update to version 0.8.3:
- Fixed another issue with :func:`werkzeug.wsgi.make_line_iter`
where lines longer than the buffer size were not handled
properly.
- Restore stdout after debug console finished executing so
that the debugger can be used on GAE better.
- Fixed a bug with the redis cache for int subclasses
(affects bool caching).
- Fixed an XSS problem with redirect targets coming from
untrusted sources.
- Changes from version 0.8.2:
- Fixed a problem with request handling of the builtin server
not repsonding to socket errors properly.
- The routing request redirect exception's code attribute is now
used properly.
- Fixed a bug with shutdowns on Windows.
- Fixed a few unicode issues with non-ascii characters being
hardcoded in URL rules.
- Fixed two property docstrings being assigned to fdel instead
of ``__doc__``.
- Fixed an issue where CRLF line endings could be split into two
by the line iter function, causing problems with multipart file
uploads.
++++ python-bottle:
- update to version 0.10.9
++++ python-cssutils:
- Update to version 9.9.9:
* No changelog provided
++++ python-django-avatar:
- Spec file cleanup
++++ python-django-debug-toolbar:
- Fix typo, it's README.rst, not README.rs1
++++ python-django-guardian:
- Update to 1.0.4:
* Added accept_global_perms flag for decorators
* Added missing *fieldset* closing tag at template
* Fixed misleading comments at docstrings
* Fixed broken grappelli tests
* Fixed issue disallowing creation of RPM package
* Started using tox for tests
* Expanded orphaned object permissions documentation
* Expanded configuration settings documentation
++++ python-djvulibre:
- license update: GPL-2.0+
No indication of GPL-2.0 (i.e. only) licenses in the package
++++ python-interlude:
- Initial version
++++ python-mechanize:
- Simplified macro usage
++++ python-mox:
- Use upstream tarball
++++ python-odict:
- Initial version
++++ python-paramiko:
- Simplified macro usage
++++ python-psycopg2:
- Simplify macro usage
- Remove outdated SUSE version checks
++++ python-pycrypto:
- Update to version 2.5:
* Added PKCS#1 encryption schemes (v1.5 and OAEP). We now have
a decent, easy-to-use non-textbook RSA implementation. Yay!
* Added PKCS#1 signature schemes (v1.5 and PSS). v1.5 required some
extensive changes to Hash modules to contain the algorithm specific
ASN.1 OID. To that end, we now always have a (thin) Python module to
hide the one in pure C.
* Added 2 standard Key Derivation Functions (PBKDF1 and PBKDF2).
* Added export/import of RSA keys in OpenSSH and PKCS#8 formats.
* Added password-protected export/import of RSA keys (one old method
for PKCS#8 PEM only).
* Added ability to generate RSA key pairs with configurable public
exponent e.
* Added ability to construct an RSA key pair even if only the private
exponent d is known, and not p and q.
* Added SHA-2 C source code (fully from Lorenz Quack).
* Unit tests for all the above.
* Updates to documentation (both inline and in Doc/pycrypt.rst)
* All of the above changes were put together by Legrandin (Thanks!)
* Minor bug fixes (setup.py and tests).
- Changes from version 2.4.1:
* Fix "error: Setup script exited with error: src/config.h: No such file or
directory" when installing via easy_install. (Sebastian Ramacher)
- Changes from version 2.4:
* Python 3 support! (Thorsten E. Behrens, Anders Sundman)
PyCrypto now supports every version of Python from 2.1 through 3.2.
* Timing-attack countermeasures in _fastmath: When built against
libgmp version 5 or later, we use mpz_powm_sec instead of mpz_powm.
This should prevent the timing attack described by Geremy Condra at
PyCon 2011:
http://blip.tv/pycon-us-videos-2009-2010-2011/pycon-2011-through-the-side-channel-timing-and-implementation-attacks-in-python-4897955
* New hash modules (for Python >= 2.5 only): SHA224, SHA384, and
SHA512 (Frédéric Bertolus)
* Configuration using GNU autoconf. This should help fix a bunch of
build issues.
* Support using MPIR as an alternative to GMP.
* Improve the test command in setup.py, by allowing tests to be
performed on a single sub-package or module only. (Legrandin)
* Fix double-decref of "counter" when Cipher object initialisation
fails (Ryan Kelly)
* Apply patches from Debian's python-crypto 2.3-3 package (Jan
Dittberner, Sebastian Ramacher):
- fix-RSA-generate-exception.patch
- epydoc-exclude-introspect.patch
- no-usr-local.patch
* Fix launchpad bug #702835: "Import key code is not compatible with
GMP library" (Legrandin)
* More tests, better documentation, various bugfixes.
++++ python-pyramid:
- Update to version 1.3.b2
* No changelog provided
++++ python-simplejson:
- Update to version 2.4.0:
* New bigint_as_string option for encoder to trade JavaScript number
precision issues for type issues.
- Run testsuite
- Package README.rst, CHANGES.txt and LICENSE.txt
++++ python-slimit:
- Initial version
++++ python-storm:
- Update to version 0.19:
- A new Cast expressions compiles an input and the type to cast it to
into a call the CAST function
- The storm.zope.testing.ZStormResourceManager now supports applying database
schemas using a custom URI, typically for connecting to the database using a
different user with greater privileges than the user running the tests. Note
that the format of the 'databases' parameter passed to the constructor of
the ZStormResourceManager class has changed.
- A new storm.twisted.transact module has been added with facilities to
integrate Storm with twisted, by running transactions in a separate
thread from the main one in order to not block the reactor.
- ResultSet.config's "distinct" argument now also accepts a tuple of
columns, which will be turned into a DISTINCT ON clause.
- Provide wrapped cursor objects in the Django integration
layer. Catch some disconnection errors that might otherwise be
missed, leading to broken connections.
- A new JSON property is available. It's similar to the existing
Pickle property, except that it serializes data as JSON, and must
back onto a text column rather than a byte column.
- Cache the compilation of columns and tables
- Add two new tracers extracted from the Launchpad codebase.
BaseStatementTracer provides statements with parameters substituted
to its subclasses. TimelineTracer records queries in a timeline
(useful for OOPS reports).
- New ROW constructor
- Add support for Postgres DISTINCT ON queries.
* See NEWS for more details
- Split of Django and Twisted support packages
++++ python-tornado:
- Simplified macro usage
- Use upstream tarball
++++ python-virtualenvwrapper:
- Update to 3.1:
- Fix a problem with activation hooks when associating a new
virtualenv with an existing project directory. (issue 122)
- Fix a problem with command-add2virtualenv and paths containing
“special” characters such as &. (issue 132)
++++ stix-fonts:
- license update: OFL-1.1
STIX is licensed under the OFL-1.1
++++ sysstat:
- update to 10.0.4
* [Andrey Borzenkov]: Don't take virtual devices into account in
sar -b results.
* [Peter Schiffer]: iostat didn't display target device
information when a symbolic link was specified as a parameter.
This is now fixed.
* The number of jiffies spent by a CPU in guest mode given by the
corresponding counter in /proc/stat may be slightly different
from that included in the user counter. Take this into account
when calculating current time interval value.
* configure script updated: Added --disable-stripping option.
Using this option tells configure to NOT strip object files.
* FAQ updated.
* sa1 manual page updated.
* NLS updated. Serbian translation added.
- drop sysstat-do-not-strip.patch (use new configure option
- -disable-stripping instead)
++++ systemd:
- Add fix-c++-compat.patch: fix C++ compatibility error in header.
++++ systemd-gtk:
- Add fix-c++-compat.patch: fix C++ compatibility error in header.
------------------------------------------------------------------
------------------ 2012-3-11 - Mar 11 2012 -------------------
------------------------------------------------------------------
++++ OpenLP:
- Changed download_files service mode to localonly to comply with
Factory rules
++++ atk:
- Update to version 2.3.93:
+ Revert "Using abstract atk_object_get_name to check
accessible-name notification" change made on 2.3.91. Related
to bmo#733712
++++ brp-extract-appdata:
- add required perl modules
++++ chmsee:
- Update to version 1.99.08
* compatibility with Gecko 10
- increased compatibility to Gecko 11
- link to major version xulrunner link (bnc#750673)
++++ chromium:
- Update to 19.0.1066
* Fixed Chrome install/update resets Google search preferences
(Issue: 105390)
* Don't trigger accelerated compositing on 3D CSS when using
swiftshader (Issue: 116401)
* Fixed a GPU crash (Issue: 116096)
* More fixes for Back button frequently hangs (Issue: 93427)
* Bastion now works (Issue: 116285)
* Fixed Composited layer sorting irregularity with accelerated
canvas (Issue: 102943)
* Fixed Composited layer sorting irregularity with accelerated
canvas (Issue: 102943)
* Fixed Google Feedback causes render process to use too much
memory (Issue: 114489)
* Fixed after upgrade, some pages are rendered as blank
(Issue: 109888)
* Fixed Pasting text into a single-line text field shouldn't
keep literal newlines (Issue: 106551)
- Security Fixes:
* Critical CVE-2011-3047: Errant plug-in load and GPU process
memory corruption
* Critical CVE-2011-3046: UXSS and bad history navigation.
++++ epiphany:
- Update to version 3.3.91:
+ The big change is that the history backend has been completely
rewritten. It now uses SQLite as the storage medium, and can
keep your browsing history indefinitely (so gone is the 10-day
limit).
+ Validate web applications before listing them in
about:applications (bgo#669836)
+ Fix loading of : URIs (bgo#669461)
+ Fix loading of : URIs (bgo#670674)
+ Add back the extensions menu (bgo#669951)
+ Many other small fixes and improvements.
- Add pkgconfig(sqlite3) BuildRequires for the new history backend.
++++ gconf2:
- Update to version 3.2.5:
+ Fix an obvious memory error from the last release.
++++ gedit-code-assistance:
- Update to version 0.1.3:
+ Fix memory leaks
+ Move c backend to its own directory
+ Misc bugfixes.
- Drop gedit-code-assistance-vala015.patch: fixed upstream.
++++ gnome-games:
- Update to version 3.3.91.1:
+ Fixed a build problem in the docs.
++++ kernel-debug:
- btrfs: Handle EIO.
- btrfs: add varargs to btrfs_error.
- btrfs: Remove BUG_ON from __finish_chunk_alloc().
- btrfs: Remove BUG_ON from __btrfs_alloc_chunk().
- btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent().
- btrfs: Go readonly on tree errors in balance_level.
- btrfs: Don't BUG_ON errors from update_ref_for_cow().
- btrfs: Go readonly on bad extent refs in update_ref_for_cow().
- btrfs: Don't BUG_ON errors in __finish_chunk_alloc().
- btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range().
- btrfs: Don't BUG_ON() errors in update_ref_for_cow().
- btrfs: Don't BUG_ON errors from btrfs_create_subvol_root().
- btrfs: btrfs_drop_snapshot should return int.
- brfs: split extent_state ops.
- btrfs: drop gfp_t from lock_extent.
- btrfs: scrub functions should return void.
- btrfs: btrfs_set_item_key_safe should BUG on error and return
void.
- btrfs: Add extent_state alloc/free tracing.
- btrfs: btrfs_destroy_pending_snapshots should return void.
- btrfs: btrfs_destroy_ordered_extents should return void.
- btrfs: btrfs_destroy_ordered_operations should return void.
- btrfs: del_fs_roots should return void.
- btrfs: btrfs_free_fs_root should return void.
- btrfs: btrfs_add_ordered_sum should return void.
- btrfs: btrfs_add_ordered_operation should return void.
- btrfs: btrfs_run_ordered_operations should return void.
- btrfs: btrfs_wait_ordered_range should return void.
- btrfs: btrfs_wait_ordered_extents should return void.
- btrfs: __btrfs_remove_ordered_extent should return void.
- btrfs: btrfs_put_ordered_extent should return void.
- btrfs: update_inline_extent_backref should return void.
- btrfs: copy_for_split should return void.
- btrfs: end_compressed_writeback should return void.
- btrfs: btrfs_extend_item should return void.
- btrfs: btrfs_truncate_item should return void.
- btrfs: add_delayed_data_ref should return void.
- btrfs: add_delayed_tree_ref should return void.
- btrfs: add_delayed_ref_head should return void.
- btrfs: insert_ptr should return void.
- btrfs: del_ptr should return void.
- btrfs: setup_items_for_insert should return void.
- btrfs: fixup_low_keys should return void.
- btrfs: __add_reloc_root error push-up.
- btrfs: ->submit_bio_hook error push-up.
- btrfs: Factor out tree->ops->merge_bio_hook call.
- btrfs: Simplify btrfs_submit_bio_hook.
- btrfs: Fix kfree of member instead of structure.
- btrfs: setup_inline_extent_backref should return void.
- btrfs: btrfs_set_block_group_rw should return void.
- btrfs: btrfs_prepare_extent_commit should return void.
- btrfs: btrfs_destroy_delalloc_inodes should return void.
- btrfs: __setup_root should return void.
- btrfs: btrfs_invalidate_inodes should return void.
- btrfs: btrfs_init_compress should return void.
- btrfs: wait_for_writer should return void.
- btrfs: btrfs_end_log_trans should return void.
- btrfs: btrfs_requeue_work should return void.
- btrfs: btrfs_stop_workers should return void.
- btrfs: run_ordered_completions should return void.
- btrfs: fill_device_from_item should return void.
- btrfs: schedule_bio should return void.
- btrfs: btrfs_close_extra_devices should return void.
- btrfs: run_scheduled_bios should return void.
- btrfs: btrfs_cleanup_fs_uuids should return void.
- btrfs: clear_extent_buffer_dirty should return void.
- btrfs: check_page_writeback should return void.
- btrfs: check_page_locked should return void.
- btrfs: check_page_uptodate should return void.
- btrfs: __unlock_for_delalloc should return void.
- btrfs: wait_extent_bit should return void.
- btrfs: wait_on_state should return void.
- btrfs: btrfs_update_root error push-up.
- btrfs: find_and_setup_root error push-up.
- btrfs: Remove set bits return from clear_extent_bit.
- btrfs: avoid NULL deref in btrfs_reserve_extent with
DEBUG_ENOSPC.
- btrfs: clean_tree_block should panic on observed memory
corruption and return void.
- btrfs: btrfs_tree_{,un}lock should return void.
- btrfs: Simplify btrfs_insert_root.
- btrfs: Panic on bad rbtree operations.
- btrfs: Catch locking failures in {set,clear,convert}_extent_bit.
- btrfs: Add btrfs_panic().
- commit fd31baf
++++ kernel-default:
- btrfs: Handle EIO.
- btrfs: add varargs to btrfs_error.
- btrfs: Remove BUG_ON from __finish_chunk_alloc().
- btrfs: Remove BUG_ON from __btrfs_alloc_chunk().
- btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent().
- btrfs: Go readonly on tree errors in balance_level.
- btrfs: Don't BUG_ON errors from update_ref_for_cow().
- btrfs: Go readonly on bad extent refs in update_ref_for_cow().
- btrfs: Don't BUG_ON errors in __finish_chunk_alloc().
- btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range().
- btrfs: Don't BUG_ON() errors in update_ref_for_cow().
- btrfs: Don't BUG_ON errors from btrfs_create_subvol_root().
- btrfs: btrfs_drop_snapshot should return int.
- brfs: split extent_state ops.
- btrfs: drop gfp_t from lock_extent.
- btrfs: scrub functions should return void.
- btrfs: btrfs_set_item_key_safe should BUG on error and return
void.
- btrfs: Add extent_state alloc/free tracing.
- btrfs: btrfs_destroy_pending_snapshots should return void.
- btrfs: btrfs_destroy_ordered_extents should return void.
- btrfs: btrfs_destroy_ordered_operations should return void.
- btrfs: del_fs_roots should return void.
- btrfs: btrfs_free_fs_root should return void.
- btrfs: btrfs_add_ordered_sum should return void.
- btrfs: btrfs_add_ordered_operation should return void.
- btrfs: btrfs_run_ordered_operations should return void.
- btrfs: btrfs_wait_ordered_range should return void.
- btrfs: btrfs_wait_ordered_extents should return void.
- btrfs: __btrfs_remove_ordered_extent should return void.
- btrfs: btrfs_put_ordered_extent should return void.
- btrfs: update_inline_extent_backref should return void.
- btrfs: copy_for_split should return void.
- btrfs: end_compressed_writeback should return void.
- btrfs: btrfs_extend_item should return void.
- btrfs: btrfs_truncate_item should return void.
- btrfs: add_delayed_data_ref should return void.
- btrfs: add_delayed_tree_ref should return void.
- btrfs: add_delayed_ref_head should return void.
- btrfs: insert_ptr should return void.
- btrfs: del_ptr should return void.
- btrfs: setup_items_for_insert should return void.
- btrfs: fixup_low_keys should return void.
- btrfs: __add_reloc_root error push-up.
- btrfs: ->submit_bio_hook error push-up.
- btrfs: Factor out tree->ops->merge_bio_hook call.
- btrfs: Simplify btrfs_submit_bio_hook.
- btrfs: Fix kfree of member instead of structure.
- btrfs: setup_inline_extent_backref should return void.
- btrfs: btrfs_set_block_group_rw should return void.
- btrfs: btrfs_prepare_extent_commit should return void.
- btrfs: btrfs_destroy_delalloc_inodes should return void.
- btrfs: __setup_root should return void.
- btrfs: btrfs_invalidate_inodes should return void.
- btrfs: btrfs_init_compress should return void.
- btrfs: wait_for_writer should return void.
- btrfs: btrfs_end_log_trans should return void.
- btrfs: btrfs_requeue_work should return void.
- btrfs: btrfs_stop_workers should return void.
- btrfs: run_ordered_completions should return void.
- btrfs: fill_device_from_item should return void.
- btrfs: schedule_bio should return void.
- btrfs: btrfs_close_extra_devices should return void.
- btrfs: run_scheduled_bios should return void.
- btrfs: btrfs_cleanup_fs_uuids should return void.
- btrfs: clear_extent_buffer_dirty should return void.
- btrfs: check_page_writeback should return void.
- btrfs: check_page_locked should return void.
- btrfs: check_page_uptodate should return void.
- btrfs: __unlock_for_delalloc should return void.
- btrfs: wait_extent_bit should return void.
- btrfs: wait_on_state should return void.
- btrfs: btrfs_update_root error push-up.
- btrfs: find_and_setup_root error push-up.
- btrfs: Remove set bits return from clear_extent_bit.
- btrfs: avoid NULL deref in btrfs_reserve_extent with
DEBUG_ENOSPC.
- btrfs: clean_tree_block should panic on observed memory
corruption and return void.
- btrfs: btrfs_tree_{,un}lock should return void.
- btrfs: Simplify btrfs_insert_root.
- btrfs: Panic on bad rbtree operations.
- btrfs: Catch locking failures in {set,clear,convert}_extent_bit.
- btrfs: Add btrfs_panic().
- commit fd31baf
++++ kernel-desktop:
- btrfs: Handle EIO.
- btrfs: add varargs to btrfs_error.
- btrfs: Remove BUG_ON from __finish_chunk_alloc().
- btrfs: Remove BUG_ON from __btrfs_alloc_chunk().
- btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent().
- btrfs: Go readonly on tree errors in balance_level.
- btrfs: Don't BUG_ON errors from update_ref_for_cow().
- btrfs: Go readonly on bad extent refs in update_ref_for_cow().
- btrfs: Don't BUG_ON errors in __finish_chunk_alloc().
- btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range().
- btrfs: Don't BUG_ON() errors in update_ref_for_cow().
- btrfs: Don't BUG_ON errors from btrfs_create_subvol_root().
- btrfs: btrfs_drop_snapshot should return int.
- brfs: split extent_state ops.
- btrfs: drop gfp_t from lock_extent.
- btrfs: scrub functions should return void.
- btrfs: btrfs_set_item_key_safe should BUG on error and return
void.
- btrfs: Add extent_state alloc/free tracing.
- btrfs: btrfs_destroy_pending_snapshots should return void.
- btrfs: btrfs_destroy_ordered_extents should return void.
- btrfs: btrfs_destroy_ordered_operations should return void.
- btrfs: del_fs_roots should return void.
- btrfs: btrfs_free_fs_root should return void.
- btrfs: btrfs_add_ordered_sum should return void.
- btrfs: btrfs_add_ordered_operation should return void.
- btrfs: btrfs_run_ordered_operations should return void.
- btrfs: btrfs_wait_ordered_range should return void.
- btrfs: btrfs_wait_ordered_extents should return void.
- btrfs: __btrfs_remove_ordered_extent should return void.
- btrfs: btrfs_put_ordered_extent should return void.
- btrfs: update_inline_extent_backref should return void.
- btrfs: copy_for_split should return void.
- btrfs: end_compressed_writeback should return void.
- btrfs: btrfs_extend_item should return void.
- btrfs: btrfs_truncate_item should return void.
- btrfs: add_delayed_data_ref should return void.
- btrfs: add_delayed_tree_ref should return void.
- btrfs: add_delayed_ref_head should return void.
- btrfs: insert_ptr should return void.
- btrfs: del_ptr should return void.
- btrfs: setup_items_for_insert should return void.
- btrfs: fixup_low_keys should return void.
- btrfs: __add_reloc_root error push-up.
- btrfs: ->submit_bio_hook error push-up.
- btrfs: Factor out tree->ops->merge_bio_hook call.
- btrfs: Simplify btrfs_submit_bio_hook.
- btrfs: Fix kfree of member instead of structure.
- btrfs: setup_inline_extent_backref should return void.
- btrfs: btrfs_set_block_group_rw should return void.
- btrfs: btrfs_prepare_extent_commit should return void.
- btrfs: btrfs_destroy_delalloc_inodes should return void.
- btrfs: __setup_root should return void.
- btrfs: btrfs_invalidate_inodes should return void.
- btrfs: btrfs_init_compress should return void.
- btrfs: wait_for_writer should return void.
- btrfs: btrfs_end_log_trans should return void.
- btrfs: btrfs_requeue_work should return void.
- btrfs: btrfs_stop_workers should return void.
- btrfs: run_ordered_completions should return void.
- btrfs: fill_device_from_item should return void.
- btrfs: schedule_bio should return void.
- btrfs: btrfs_close_extra_devices should return void.
- btrfs: run_scheduled_bios should return void.
- btrfs: btrfs_cleanup_fs_uuids should return void.
- btrfs: clear_extent_buffer_dirty should return void.
- btrfs: check_page_writeback should return void.
- btrfs: check_page_locked should return void.
- btrfs: check_page_uptodate should return void.
- btrfs: __unlock_for_delalloc should return void.
- btrfs: wait_extent_bit should return void.
- btrfs: wait_on_state should return void.
- btrfs: btrfs_update_root error push-up.
- btrfs: find_and_setup_root error push-up.
- btrfs: Remove set bits return from clear_extent_bit.
- btrfs: avoid NULL deref in btrfs_reserve_extent with
DEBUG_ENOSPC.
- btrfs: clean_tree_block should panic on observed memory
corruption and return void.
- btrfs: btrfs_tree_{,un}lock should return void.
- btrfs: Simplify btrfs_insert_root.
- btrfs: Panic on bad rbtree operations.
- btrfs: Catch locking failures in {set,clear,convert}_extent_bit.
- btrfs: Add btrfs_panic().
- commit fd31baf
++++ kernel-source:
- btrfs: Handle EIO.
- btrfs: add varargs to btrfs_error.
- btrfs: Remove BUG_ON from __finish_chunk_alloc().
- btrfs: Remove BUG_ON from __btrfs_alloc_chunk().
- btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent().
- btrfs: Go readonly on tree errors in balance_level.
- btrfs: Don't BUG_ON errors from update_ref_for_cow().
- btrfs: Go readonly on bad extent refs in update_ref_for_cow().
- btrfs: Don't BUG_ON errors in __finish_chunk_alloc().
- btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range().
- btrfs: Don't BUG_ON() errors in update_ref_for_cow().
- btrfs: Don't BUG_ON errors from btrfs_create_subvol_root().
- btrfs: btrfs_drop_snapshot should return int.
- brfs: split extent_state ops.
- btrfs: drop gfp_t from lock_extent.
- btrfs: scrub functions should return void.
- btrfs: btrfs_set_item_key_safe should BUG on error and return
void.
- btrfs: Add extent_state alloc/free tracing.
- btrfs: btrfs_destroy_pending_snapshots should return void.
- btrfs: btrfs_destroy_ordered_extents should return void.
- btrfs: btrfs_destroy_ordered_operations should return void.
- btrfs: del_fs_roots should return void.
- btrfs: btrfs_free_fs_root should return void.
- btrfs: btrfs_add_ordered_sum should return void.
- btrfs: btrfs_add_ordered_operation should return void.
- btrfs: btrfs_run_ordered_operations should return void.
- btrfs: btrfs_wait_ordered_range should return void.
- btrfs: btrfs_wait_ordered_extents should return void.
- btrfs: __btrfs_remove_ordered_extent should return void.
- btrfs: btrfs_put_ordered_extent should return void.
- btrfs: update_inline_extent_backref should return void.
- btrfs: copy_for_split should return void.
- btrfs: end_compressed_writeback should return void.
- btrfs: btrfs_extend_item should return void.
- btrfs: btrfs_truncate_item should return void.
- btrfs: add_delayed_data_ref should return void.
- btrfs: add_delayed_tree_ref should return void.
- btrfs: add_delayed_ref_head should return void.
- btrfs: insert_ptr should return void.
- btrfs: del_ptr should return void.
- btrfs: setup_items_for_insert should return void.
- btrfs: fixup_low_keys should return void.
- btrfs: __add_reloc_root error push-up.
- btrfs: ->submit_bio_hook error push-up.
- btrfs: Factor out tree->ops->merge_bio_hook call.
- btrfs: Simplify btrfs_submit_bio_hook.
- btrfs: Fix kfree of member instead of structure.
- btrfs: setup_inline_extent_backref should return void.
- btrfs: btrfs_set_block_group_rw should return void.
- btrfs: btrfs_prepare_extent_commit should return void.
- btrfs: btrfs_destroy_delalloc_inodes should return void.
- btrfs: __setup_root should return void.
- btrfs: btrfs_invalidate_inodes should return void.
- btrfs: btrfs_init_compress should return void.
- btrfs: wait_for_writer should return void.
- btrfs: btrfs_end_log_trans should return void.
- btrfs: btrfs_requeue_work should return void.
- btrfs: btrfs_stop_workers should return void.
- btrfs: run_ordered_completions should return void.
- btrfs: fill_device_from_item should return void.
- btrfs: schedule_bio should return void.
- btrfs: btrfs_close_extra_devices should return void.
- btrfs: run_scheduled_bios should return void.
- btrfs: btrfs_cleanup_fs_uuids should return void.
- btrfs: clear_extent_buffer_dirty should return void.
- btrfs: check_page_writeback should return void.
- btrfs: check_page_locked should return void.
- btrfs: check_page_uptodate should return void.
- btrfs: __unlock_for_delalloc should return void.
- btrfs: wait_extent_bit should return void.
- btrfs: wait_on_state should return void.
- btrfs: btrfs_update_root error push-up.
- btrfs: find_and_setup_root error push-up.
- btrfs: Remove set bits return from clear_extent_bit.
- btrfs: avoid NULL deref in btrfs_reserve_extent with
DEBUG_ENOSPC.
- btrfs: clean_tree_block should panic on observed memory
corruption and return void.
- btrfs: btrfs_tree_{,un}lock should return void.
- btrfs: Simplify btrfs_insert_root.
- btrfs: Panic on bad rbtree operations.
- btrfs: Catch locking failures in {set,clear,convert}_extent_bit.
- btrfs: Add btrfs_panic().
- commit fd31baf
++++ kernel-docs:
- btrfs: Handle EIO.
- btrfs: add varargs to btrfs_error.
- btrfs: Remove BUG_ON from __finish_chunk_alloc().
- btrfs: Remove BUG_ON from __btrfs_alloc_chunk().
- btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent().
- btrfs: Go readonly on tree errors in balance_level.
- btrfs: Don't BUG_ON errors from update_ref_for_cow().
- btrfs: Go readonly on bad extent refs in update_ref_for_cow().
- btrfs: Don't BUG_ON errors in __finish_chunk_alloc().
- btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range().
- btrfs: Don't BUG_ON() errors in update_ref_for_cow().
- btrfs: Don't BUG_ON errors from btrfs_create_subvol_root().
- btrfs: btrfs_drop_snapshot should return int.
- brfs: split extent_state ops.
- btrfs: drop gfp_t from lock_extent.
- btrfs: scrub functions should return void.
- btrfs: btrfs_set_item_key_safe should BUG on error and return
void.
- btrfs: Add extent_state alloc/free tracing.
- btrfs: btrfs_destroy_pending_snapshots should return void.
- btrfs: btrfs_destroy_ordered_extents should return void.
- btrfs: btrfs_destroy_ordered_operations should return void.
- btrfs: del_fs_roots should return void.
- btrfs: btrfs_free_fs_root should return void.
- btrfs: btrfs_add_ordered_sum should return void.
- btrfs: btrfs_add_ordered_operation should return void.
- btrfs: btrfs_run_ordered_operations should return void.
- btrfs: btrfs_wait_ordered_range should return void.
- btrfs: btrfs_wait_ordered_extents should return void.
- btrfs: __btrfs_remove_ordered_extent should return void.
- btrfs: btrfs_put_ordered_extent should return void.
- btrfs: update_inline_extent_backref should return void.
- btrfs: copy_for_split should return void.
- btrfs: end_compressed_writeback should return void.
- btrfs: btrfs_extend_item should return void.
- btrfs: btrfs_truncate_item should return void.
- btrfs: add_delayed_data_ref should return void.
- btrfs: add_delayed_tree_ref should return void.
- btrfs: add_delayed_ref_head should return void.
- btrfs: insert_ptr should return void.
- btrfs: del_ptr should return void.
- btrfs: setup_items_for_insert should return void.
- btrfs: fixup_low_keys should return void.
- btrfs: __add_reloc_root error push-up.
- btrfs: ->submit_bio_hook error push-up.
- btrfs: Factor out tree->ops->merge_bio_hook call.
- btrfs: Simplify btrfs_submit_bio_hook.
- btrfs: Fix kfree of member instead of structure.
- btrfs: setup_inline_extent_backref should return void.
- btrfs: btrfs_set_block_group_rw should return void.
- btrfs: btrfs_prepare_extent_commit should return void.
- btrfs: btrfs_destroy_delalloc_inodes should return void.
- btrfs: __setup_root should return void.
- btrfs: btrfs_invalidate_inodes should return void.
- btrfs: btrfs_init_compress should return void.
- btrfs: wait_for_writer should return void.
- btrfs: btrfs_end_log_trans should return void.
- btrfs: btrfs_requeue_work should return void.
- btrfs: btrfs_stop_workers should return void.
- btrfs: run_ordered_completions should return void.
- btrfs: fill_device_from_item should return void.
- btrfs: schedule_bio should return void.
- btrfs: btrfs_close_extra_devices should return void.
- btrfs: run_scheduled_bios should return void.
- btrfs: btrfs_cleanup_fs_uuids should return void.
- btrfs: clear_extent_buffer_dirty should return void.
- btrfs: check_page_writeback should return void.
- btrfs: check_page_locked should return void.
- btrfs: check_page_uptodate should return void.
- btrfs: __unlock_for_delalloc should return void.
- btrfs: wait_extent_bit should return void.
- btrfs: wait_on_state should return void.
- btrfs: btrfs_update_root error push-up.
- btrfs: find_and_setup_root error push-up.
- btrfs: Remove set bits return from clear_extent_bit.
- btrfs: avoid NULL deref in btrfs_reserve_extent with
DEBUG_ENOSPC.
- btrfs: clean_tree_block should panic on observed memory
corruption and return void.
- btrfs: btrfs_tree_{,un}lock should return void.
- btrfs: Simplify btrfs_insert_root.
- btrfs: Panic on bad rbtree operations.
- btrfs: Catch locking failures in {set,clear,convert}_extent_bit.
- btrfs: Add btrfs_panic().
- commit fd31baf
++++ kernel-ec2:
- btrfs: Handle EIO.
- btrfs: add varargs to btrfs_error.
- btrfs: Remove BUG_ON from __finish_chunk_alloc().
- btrfs: Remove BUG_ON from __btrfs_alloc_chunk().
- btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent().
- btrfs: Go readonly on tree errors in balance_level.
- btrfs: Don't BUG_ON errors from update_ref_for_cow().
- btrfs: Go readonly on bad extent refs in update_ref_for_cow().
- btrfs: Don't BUG_ON errors in __finish_chunk_alloc().
- btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range().
- btrfs: Don't BUG_ON() errors in update_ref_for_cow().
- btrfs: Don't BUG_ON errors from btrfs_create_subvol_root().
- btrfs: btrfs_drop_snapshot should return int.
- brfs: split extent_state ops.
- btrfs: drop gfp_t from lock_extent.
- btrfs: scrub functions should return void.
- btrfs: btrfs_set_item_key_safe should BUG on error and return
void.
- btrfs: Add extent_state alloc/free tracing.
- btrfs: btrfs_destroy_pending_snapshots should return void.
- btrfs: btrfs_destroy_ordered_extents should return void.
- btrfs: btrfs_destroy_ordered_operations should return void.
- btrfs: del_fs_roots should return void.
- btrfs: btrfs_free_fs_root should return void.
- btrfs: btrfs_add_ordered_sum should return void.
- btrfs: btrfs_add_ordered_operation should return void.
- btrfs: btrfs_run_ordered_operations should return void.
- btrfs: btrfs_wait_ordered_range should return void.
- btrfs: btrfs_wait_ordered_extents should return void.
- btrfs: __btrfs_remove_ordered_extent should return void.
- btrfs: btrfs_put_ordered_extent should return void.
- btrfs: update_inline_extent_backref should return void.
- btrfs: copy_for_split should return void.
- btrfs: end_compressed_writeback should return void.
- btrfs: btrfs_extend_item should return void.
- btrfs: btrfs_truncate_item should return void.
- btrfs: add_delayed_data_ref should return void.
- btrfs: add_delayed_tree_ref should return void.
- btrfs: add_delayed_ref_head should return void.
- btrfs: insert_ptr should return void.
- btrfs: del_ptr should return void.
- btrfs: setup_items_for_insert should return void.
- btrfs: fixup_low_keys should return void.
- btrfs: __add_reloc_root error push-up.
- btrfs: ->submit_bio_hook error push-up.
- btrfs: Factor out tree->ops->merge_bio_hook call.
- btrfs: Simplify btrfs_submit_bio_hook.
- btrfs: Fix kfree of member instead of structure.
- btrfs: setup_inline_extent_backref should return void.
- btrfs: btrfs_set_block_group_rw should return void.
- btrfs: btrfs_prepare_extent_commit should return void.
- btrfs: btrfs_destroy_delalloc_inodes should return void.
- btrfs: __setup_root should return void.
- btrfs: btrfs_invalidate_inodes should return void.
- btrfs: btrfs_init_compress should return void.
- btrfs: wait_for_writer should return void.
- btrfs: btrfs_end_log_trans should return void.
- btrfs: btrfs_requeue_work should return void.
- btrfs: btrfs_stop_workers should return void.
- btrfs: run_ordered_completions should return void.
- btrfs: fill_device_from_item should return void.
- btrfs: schedule_bio should return void.
- btrfs: btrfs_close_extra_devices should return void.
- btrfs: run_scheduled_bios should return void.
- btrfs: btrfs_cleanup_fs_uuids should return void.
- btrfs: clear_extent_buffer_dirty should return void.
- btrfs: check_page_writeback should return void.
- btrfs: check_page_locked should return void.
- btrfs: check_page_uptodate should return void.
- btrfs: __unlock_for_delalloc should return void.
- btrfs: wait_extent_bit should return void.
- btrfs: wait_on_state should return void.
- btrfs: btrfs_update_root error push-up.
- btrfs: find_and_setup_root error push-up.
- btrfs: Remove set bits return from clear_extent_bit.
- btrfs: avoid NULL deref in btrfs_reserve_extent with
DEBUG_ENOSPC.
- btrfs: clean_tree_block should panic on observed memory
corruption and return void.
- btrfs: btrfs_tree_{,un}lock should return void.
- btrfs: Simplify btrfs_insert_root.
- btrfs: Panic on bad rbtree operations.
- btrfs: Catch locking failures in {set,clear,convert}_extent_bit.
- btrfs: Add btrfs_panic().
- commit fd31baf
++++ kernel-pae:
- btrfs: Handle EIO.
- btrfs: add varargs to btrfs_error.
- btrfs: Remove BUG_ON from __finish_chunk_alloc().
- btrfs: Remove BUG_ON from __btrfs_alloc_chunk().
- btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent().
- btrfs: Go readonly on tree errors in balance_level.
- btrfs: Don't BUG_ON errors from update_ref_for_cow().
- btrfs: Go readonly on bad extent refs in update_ref_for_cow().
- btrfs: Don't BUG_ON errors in __finish_chunk_alloc().
- btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range().
- btrfs: Don't BUG_ON() errors in update_ref_for_cow().
- btrfs: Don't BUG_ON errors from btrfs_create_subvol_root().
- btrfs: btrfs_drop_snapshot should return int.
- brfs: split extent_state ops.
- btrfs: drop gfp_t from lock_extent.
- btrfs: scrub functions should return void.
- btrfs: btrfs_set_item_key_safe should BUG on error and return
void.
- btrfs: Add extent_state alloc/free tracing.
- btrfs: btrfs_destroy_pending_snapshots should return void.
- btrfs: btrfs_destroy_ordered_extents should return void.
- btrfs: btrfs_destroy_ordered_operations should return void.
- btrfs: del_fs_roots should return void.
- btrfs: btrfs_free_fs_root should return void.
- btrfs: btrfs_add_ordered_sum should return void.
- btrfs: btrfs_add_ordered_operation should return void.
- btrfs: btrfs_run_ordered_operations should return void.
- btrfs: btrfs_wait_ordered_range should return void.
- btrfs: btrfs_wait_ordered_extents should return void.
- btrfs: __btrfs_remove_ordered_extent should return void.
- btrfs: btrfs_put_ordered_extent should return void.
- btrfs: update_inline_extent_backref should return void.
- btrfs: copy_for_split should return void.
- btrfs: end_compressed_writeback should return void.
- btrfs: btrfs_extend_item should return void.
- btrfs: btrfs_truncate_item should return void.
- btrfs: add_delayed_data_ref should return void.
- btrfs: add_delayed_tree_ref should return void.
- btrfs: add_delayed_ref_head should return void.
- btrfs: insert_ptr should return void.
- btrfs: del_ptr should return void.
- btrfs: setup_items_for_insert should return void.
- btrfs: fixup_low_keys should return void.
- btrfs: __add_reloc_root error push-up.
- btrfs: ->submit_bio_hook error push-up.
- btrfs: Factor out tree->ops->merge_bio_hook call.
- btrfs: Simplify btrfs_submit_bio_hook.
- btrfs: Fix kfree of member instead of structure.
- btrfs: setup_inline_extent_backref should return void.
- btrfs: btrfs_set_block_group_rw should return void.
- btrfs: btrfs_prepare_extent_commit should return void.
- btrfs: btrfs_destroy_delalloc_inodes should return void.
- btrfs: __setup_root should return void.
- btrfs: btrfs_invalidate_inodes should return void.
- btrfs: btrfs_init_compress should return void.
- btrfs: wait_for_writer should return void.
- btrfs: btrfs_end_log_trans should return void.
- btrfs: btrfs_requeue_work should return void.
- btrfs: btrfs_stop_workers should return void.
- btrfs: run_ordered_completions should return void.
- btrfs: fill_device_from_item should return void.
- btrfs: schedule_bio should return void.
- btrfs: btrfs_close_extra_devices should return void.
- btrfs: run_scheduled_bios should return void.
- btrfs: btrfs_cleanup_fs_uuids should return void.
- btrfs: clear_extent_buffer_dirty should return void.
- btrfs: check_page_writeback should return void.
- btrfs: check_page_locked should return void.
- btrfs: check_page_uptodate should return void.
- btrfs: __unlock_for_delalloc should return void.
- btrfs: wait_extent_bit should return void.
- btrfs: wait_on_state should return void.
- btrfs: btrfs_update_root error push-up.
- btrfs: find_and_setup_root error push-up.
- btrfs: Remove set bits return from clear_extent_bit.
- btrfs: avoid NULL deref in btrfs_reserve_extent with
DEBUG_ENOSPC.
- btrfs: clean_tree_block should panic on observed memory
corruption and return void.
- btrfs: btrfs_tree_{,un}lock should return void.
- btrfs: Simplify btrfs_insert_root.
- btrfs: Panic on bad rbtree operations.
- btrfs: Catch locking failures in {set,clear,convert}_extent_bit.
- btrfs: Add btrfs_panic().
- commit fd31baf
++++ kernel-syms:
- btrfs: Handle EIO.
- btrfs: add varargs to btrfs_error.
- btrfs: Remove BUG_ON from __finish_chunk_alloc().
- btrfs: Remove BUG_ON from __btrfs_alloc_chunk().
- btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent().
- btrfs: Go readonly on tree errors in balance_level.
- btrfs: Don't BUG_ON errors from update_ref_for_cow().
- btrfs: Go readonly on bad extent refs in update_ref_for_cow().
- btrfs: Don't BUG_ON errors in __finish_chunk_alloc().
- btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range().
- btrfs: Don't BUG_ON() errors in update_ref_for_cow().
- btrfs: Don't BUG_ON errors from btrfs_create_subvol_root().
- btrfs: btrfs_drop_snapshot should return int.
- brfs: split extent_state ops.
- btrfs: drop gfp_t from lock_extent.
- btrfs: scrub functions should return void.
- btrfs: btrfs_set_item_key_safe should BUG on error and return
void.
- btrfs: Add extent_state alloc/free tracing.
- btrfs: btrfs_destroy_pending_snapshots should return void.
- btrfs: btrfs_destroy_ordered_extents should return void.
- btrfs: btrfs_destroy_ordered_operations should return void.
- btrfs: del_fs_roots should return void.
- btrfs: btrfs_free_fs_root should return void.
- btrfs: btrfs_add_ordered_sum should return void.
- btrfs: btrfs_add_ordered_operation should return void.
- btrfs: btrfs_run_ordered_operations should return void.
- btrfs: btrfs_wait_ordered_range should return void.
- btrfs: btrfs_wait_ordered_extents should return void.
- btrfs: __btrfs_remove_ordered_extent should return void.
- btrfs: btrfs_put_ordered_extent should return void.
- btrfs: update_inline_extent_backref should return void.
- btrfs: copy_for_split should return void.
- btrfs: end_compressed_writeback should return void.
- btrfs: btrfs_extend_item should return void.
- btrfs: btrfs_truncate_item should return void.
- btrfs: add_delayed_data_ref should return void.
- btrfs: add_delayed_tree_ref should return void.
- btrfs: add_delayed_ref_head should return void.
- btrfs: insert_ptr should return void.
- btrfs: del_ptr should return void.
- btrfs: setup_items_for_insert should return void.
- btrfs: fixup_low_keys should return void.
- btrfs: __add_reloc_root error push-up.
- btrfs: ->submit_bio_hook error push-up.
- btrfs: Factor out tree->ops->merge_bio_hook call.
- btrfs: Simplify btrfs_submit_bio_hook.
- btrfs: Fix kfree of member instead of structure.
- btrfs: setup_inline_extent_backref should return void.
- btrfs: btrfs_set_block_group_rw should return void.
- btrfs: btrfs_prepare_extent_commit should return void.
- btrfs: btrfs_destroy_delalloc_inodes should return void.
- btrfs: __setup_root should return void.
- btrfs: btrfs_invalidate_inodes should return void.
- btrfs: btrfs_init_compress should return void.
- btrfs: wait_for_writer should return void.
- btrfs: btrfs_end_log_trans should return void.
- btrfs: btrfs_requeue_work should return void.
- btrfs: btrfs_stop_workers should return void.
- btrfs: run_ordered_completions should return void.
- btrfs: fill_device_from_item should return void.
- btrfs: schedule_bio should return void.
- btrfs: btrfs_close_extra_devices should return void.
- btrfs: run_scheduled_bios should return void.
- btrfs: btrfs_cleanup_fs_uuids should return void.
- btrfs: clear_extent_buffer_dirty should return void.
- btrfs: check_page_writeback should return void.
- btrfs: check_page_locked should return void.
- btrfs: check_page_uptodate should return void.
- btrfs: __unlock_for_delalloc should return void.
- btrfs: wait_extent_bit should return void.
- btrfs: wait_on_state should return void.
- btrfs: btrfs_update_root error push-up.
- btrfs: find_and_setup_root error push-up.
- btrfs: Remove set bits return from clear_extent_bit.
- btrfs: avoid NULL deref in btrfs_reserve_extent with
DEBUG_ENOSPC.
- btrfs: clean_tree_block should panic on observed memory
corruption and return void.
- btrfs: btrfs_tree_{,un}lock should return void.
- btrfs: Simplify btrfs_insert_root.
- btrfs: Panic on bad rbtree operations.
- btrfs: Catch locking failures in {set,clear,convert}_extent_bit.
- btrfs: Add btrfs_panic().
- commit fd31baf
++++ kernel-trace:
- btrfs: Handle EIO.
- btrfs: add varargs to btrfs_error.
- btrfs: Remove BUG_ON from __finish_chunk_alloc().
- btrfs: Remove BUG_ON from __btrfs_alloc_chunk().
- btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent().
- btrfs: Go readonly on tree errors in balance_level.
- btrfs: Don't BUG_ON errors from update_ref_for_cow().
- btrfs: Go readonly on bad extent refs in update_ref_for_cow().
- btrfs: Don't BUG_ON errors in __finish_chunk_alloc().
- btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range().
- btrfs: Don't BUG_ON() errors in update_ref_for_cow().
- btrfs: Don't BUG_ON errors from btrfs_create_subvol_root().
- btrfs: btrfs_drop_snapshot should return int.
- brfs: split extent_state ops.
- btrfs: drop gfp_t from lock_extent.
- btrfs: scrub functions should return void.
- btrfs: btrfs_set_item_key_safe should BUG on error and return
void.
- btrfs: Add extent_state alloc/free tracing.
- btrfs: btrfs_destroy_pending_snapshots should return void.
- btrfs: btrfs_destroy_ordered_extents should return void.
- btrfs: btrfs_destroy_ordered_operations should return void.
- btrfs: del_fs_roots should return void.
- btrfs: btrfs_free_fs_root should return void.
- btrfs: btrfs_add_ordered_sum should return void.
- btrfs: btrfs_add_ordered_operation should return void.
- btrfs: btrfs_run_ordered_operations should return void.
- btrfs: btrfs_wait_ordered_range should return void.
- btrfs: btrfs_wait_ordered_extents should return void.
- btrfs: __btrfs_remove_ordered_extent should return void.
- btrfs: btrfs_put_ordered_extent should return void.
- btrfs: update_inline_extent_backref should return void.
- btrfs: copy_for_split should return void.
- btrfs: end_compressed_writeback should return void.
- btrfs: btrfs_extend_item should return void.
- btrfs: btrfs_truncate_item should return void.
- btrfs: add_delayed_data_ref should return void.
- btrfs: add_delayed_tree_ref should return void.
- btrfs: add_delayed_ref_head should return void.
- btrfs: insert_ptr should return void.
- btrfs: del_ptr should return void.
- btrfs: setup_items_for_insert should return void.
- btrfs: fixup_low_keys should return void.
- btrfs: __add_reloc_root error push-up.
- btrfs: ->submit_bio_hook error push-up.
- btrfs: Factor out tree->ops->merge_bio_hook call.
- btrfs: Simplify btrfs_submit_bio_hook.
- btrfs: Fix kfree of member instead of structure.
- btrfs: setup_inline_extent_backref should return void.
- btrfs: btrfs_set_block_group_rw should return void.
- btrfs: btrfs_prepare_extent_commit should return void.
- btrfs: btrfs_destroy_delalloc_inodes should return void.
- btrfs: __setup_root should return void.
- btrfs: btrfs_invalidate_inodes should return void.
- btrfs: btrfs_init_compress should return void.
- btrfs: wait_for_writer should return void.
- btrfs: btrfs_end_log_trans should return void.
- btrfs: btrfs_requeue_work should return void.
- btrfs: btrfs_stop_workers should return void.
- btrfs: run_ordered_completions should return void.
- btrfs: fill_device_from_item should return void.
- btrfs: schedule_bio should return void.
- btrfs: btrfs_close_extra_devices should return void.
- btrfs: run_scheduled_bios should return void.
- btrfs: btrfs_cleanup_fs_uuids should return void.
- btrfs: clear_extent_buffer_dirty should return void.
- btrfs: check_page_writeback should return void.
- btrfs: check_page_locked should return void.
- btrfs: check_page_uptodate should return void.
- btrfs: __unlock_for_delalloc should return void.
- btrfs: wait_extent_bit should return void.
- btrfs: wait_on_state should return void.
- btrfs: btrfs_update_root error push-up.
- btrfs: find_and_setup_root error push-up.
- btrfs: Remove set bits return from clear_extent_bit.
- btrfs: avoid NULL deref in btrfs_reserve_extent with
DEBUG_ENOSPC.
- btrfs: clean_tree_block should panic on observed memory
corruption and return void.
- btrfs: btrfs_tree_{,un}lock should return void.
- btrfs: Simplify btrfs_insert_root.
- btrfs: Panic on bad rbtree operations.
- btrfs: Catch locking failures in {set,clear,convert}_extent_bit.
- btrfs: Add btrfs_panic().
- commit fd31baf
++++ kernel-vanilla:
- btrfs: Handle EIO.
- btrfs: add varargs to btrfs_error.
- btrfs: Remove BUG_ON from __finish_chunk_alloc().
- btrfs: Remove BUG_ON from __btrfs_alloc_chunk().
- btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent().
- btrfs: Go readonly on tree errors in balance_level.
- btrfs: Don't BUG_ON errors from update_ref_for_cow().
- btrfs: Go readonly on bad extent refs in update_ref_for_cow().
- btrfs: Don't BUG_ON errors in __finish_chunk_alloc().
- btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range().
- btrfs: Don't BUG_ON() errors in update_ref_for_cow().
- btrfs: Don't BUG_ON errors from btrfs_create_subvol_root().
- btrfs: btrfs_drop_snapshot should return int.
- brfs: split extent_state ops.
- btrfs: drop gfp_t from lock_extent.
- btrfs: scrub functions should return void.
- btrfs: btrfs_set_item_key_safe should BUG on error and return
void.
- btrfs: Add extent_state alloc/free tracing.
- btrfs: btrfs_destroy_pending_snapshots should return void.
- btrfs: btrfs_destroy_ordered_extents should return void.
- btrfs: btrfs_destroy_ordered_operations should return void.
- btrfs: del_fs_roots should return void.
- btrfs: btrfs_free_fs_root should return void.
- btrfs: btrfs_add_ordered_sum should return void.
- btrfs: btrfs_add_ordered_operation should return void.
- btrfs: btrfs_run_ordered_operations should return void.
- btrfs: btrfs_wait_ordered_range should return void.
- btrfs: btrfs_wait_ordered_extents should return void.
- btrfs: __btrfs_remove_ordered_extent should return void.
- btrfs: btrfs_put_ordered_extent should return void.
- btrfs: update_inline_extent_backref should return void.
- btrfs: copy_for_split should return void.
- btrfs: end_compressed_writeback should return void.
- btrfs: btrfs_extend_item should return void.
- btrfs: btrfs_truncate_item should return void.
- btrfs: add_delayed_data_ref should return void.
- btrfs: add_delayed_tree_ref should return void.
- btrfs: add_delayed_ref_head should return void.
- btrfs: insert_ptr should return void.
- btrfs: del_ptr should return void.
- btrfs: setup_items_for_insert should return void.
- btrfs: fixup_low_keys should return void.
- btrfs: __add_reloc_root error push-up.
- btrfs: ->submit_bio_hook error push-up.
- btrfs: Factor out tree->ops->merge_bio_hook call.
- btrfs: Simplify btrfs_submit_bio_hook.
- btrfs: Fix kfree of member instead of structure.
- btrfs: setup_inline_extent_backref should return void.
- btrfs: btrfs_set_block_group_rw should return void.
- btrfs: btrfs_prepare_extent_commit should return void.
- btrfs: btrfs_destroy_delalloc_inodes should return void.
- btrfs: __setup_root should return void.
- btrfs: btrfs_invalidate_inodes should return void.
- btrfs: btrfs_init_compress should return void.
- btrfs: wait_for_writer should return void.
- btrfs: btrfs_end_log_trans should return void.
- btrfs: btrfs_requeue_work should return void.
- btrfs: btrfs_stop_workers should return void.
- btrfs: run_ordered_completions should return void.
- btrfs: fill_device_from_item should return void.
- btrfs: schedule_bio should return void.
- btrfs: btrfs_close_extra_devices should return void.
- btrfs: run_scheduled_bios should return void.
- btrfs: btrfs_cleanup_fs_uuids should return void.
- btrfs: clear_extent_buffer_dirty should return void.
- btrfs: check_page_writeback should return void.
- btrfs: check_page_locked should return void.
- btrfs: check_page_uptodate should return void.
- btrfs: __unlock_for_delalloc should return void.
- btrfs: wait_extent_bit should return void.
- btrfs: wait_on_state should return void.
- btrfs: btrfs_update_root error push-up.
- btrfs: find_and_setup_root error push-up.
- btrfs: Remove set bits return from clear_extent_bit.
- btrfs: avoid NULL deref in btrfs_reserve_extent with
DEBUG_ENOSPC.
- btrfs: clean_tree_block should panic on observed memory
corruption and return void.
- btrfs: btrfs_tree_{,un}lock should return void.
- btrfs: Simplify btrfs_insert_root.
- btrfs: Panic on bad rbtree operations.
- btrfs: Catch locking failures in {set,clear,convert}_extent_bit.
- btrfs: Add btrfs_panic().
- commit fd31baf
++++ kernel-xen:
- btrfs: Handle EIO.
- btrfs: add varargs to btrfs_error.
- btrfs: Remove BUG_ON from __finish_chunk_alloc().
- btrfs: Remove BUG_ON from __btrfs_alloc_chunk().
- btrfs: Don't BUG_ON insert errors in btrfs_alloc_dev_extent().
- btrfs: Go readonly on tree errors in balance_level.
- btrfs: Don't BUG_ON errors from update_ref_for_cow().
- btrfs: Go readonly on bad extent refs in update_ref_for_cow().
- btrfs: Don't BUG_ON errors in __finish_chunk_alloc().
- btrfs: Don't BUG_ON kzalloc error in btrfs_lookup_csums_range().
- btrfs: Don't BUG_ON() errors in update_ref_for_cow().
- btrfs: Don't BUG_ON errors from btrfs_create_subvol_root().
- btrfs: btrfs_drop_snapshot should return int.
- brfs: split extent_state ops.
- btrfs: drop gfp_t from lock_extent.
- btrfs: scrub functions should return void.
- btrfs: btrfs_set_item_key_safe should BUG on error and return
void.
- btrfs: Add extent_state alloc/free tracing.
- btrfs: btrfs_destroy_pending_snapshots should return void.
- btrfs: btrfs_destroy_ordered_extents should return void.
- btrfs: btrfs_destroy_ordered_operations should return void.
- btrfs: del_fs_roots should return void.
- btrfs: btrfs_free_fs_root should return void.
- btrfs: btrfs_add_ordered_sum should return void.
- btrfs: btrfs_add_ordered_operation should return void.
- btrfs: btrfs_run_ordered_operations should return void.
- btrfs: btrfs_wait_ordered_range should return void.
- btrfs: btrfs_wait_ordered_extents should return void.
- btrfs: __btrfs_remove_ordered_extent should return void.
- btrfs: btrfs_put_ordered_extent should return void.
- btrfs: update_inline_extent_backref should return void.
- btrfs: copy_for_split should return void.
- btrfs: end_compressed_writeback should return void.
- btrfs: btrfs_extend_item should return void.
- btrfs: btrfs_truncate_item should return void.
- btrfs: add_delayed_data_ref should return void.
- btrfs: add_delayed_tree_ref should return void.
- btrfs: add_delayed_ref_head should return void.
- btrfs: insert_ptr should return void.
- btrfs: del_ptr should return void.
- btrfs: setup_items_for_insert should return void.
- btrfs: fixup_low_keys should return void.
- btrfs: __add_reloc_root error push-up.
- btrfs: ->submit_bio_hook error push-up.
- btrfs: Factor out tree->ops->merge_bio_hook call.
- btrfs: Simplify btrfs_submit_bio_hook.
- btrfs: Fix kfree of member instead of structure.
- btrfs: setup_inline_extent_backref should return void.
- btrfs: btrfs_set_block_group_rw should return void.
- btrfs: btrfs_prepare_extent_commit should return void.
- btrfs: btrfs_destroy_delalloc_inodes should return void.
- btrfs: __setup_root should return void.
- btrfs: btrfs_invalidate_inodes should return void.
- btrfs: btrfs_init_compress should return void.
- btrfs: wait_for_writer should return void.
- btrfs: btrfs_end_log_trans should return void.
- btrfs: btrfs_requeue_work should return void.
- btrfs: btrfs_stop_workers should return void.
- btrfs: run_ordered_completions should return void.
- btrfs: fill_device_from_item should return void.
- btrfs: schedule_bio should return void.
- btrfs: btrfs_close_extra_devices should return void.
- btrfs: run_scheduled_bios should return void.
- btrfs: btrfs_cleanup_fs_uuids should return void.
- btrfs: clear_extent_buffer_dirty should return void.
- btrfs: check_page_writeback should return void.
- btrfs: check_page_locked should return void.
- btrfs: check_page_uptodate should return void.
- btrfs: __unlock_for_delalloc should return void.
- btrfs: wait_extent_bit should return void.
- btrfs: wait_on_state should return void.
- btrfs: btrfs_update_root error push-up.
- btrfs: find_and_setup_root error push-up.
- btrfs: Remove set bits return from clear_extent_bit.
- btrfs: avoid NULL deref in btrfs_reserve_extent with
DEBUG_ENOSPC.
- btrfs: clean_tree_block should panic on observed memory
corruption and return void.
- btrfs: btrfs_tree_{,un}lock should return void.
- btrfs: Simplify btrfs_insert_root.
- btrfs: Panic on bad rbtree operations.
- btrfs: Catch locking failures in {set,clear,convert}_extent_bit.
- btrfs: Add btrfs_panic().
- commit fd31baf
++++ kiwi-instsource-plugins-openSUSE-12-1:
- require and call extract-appdata-icons (only useful in 12.2)
++++ ding-libs:
- Update to new upstream release 0.1.3
* Fixes a serious bug in libdhash with very large (>1024 slots)
initial size
++++ libdbus-c++:
- Added libdbus-c++-noreturn.patch to fix rpmlint error, will be
reported upstream as the comment in the source file suggests that
the developer hasn't decided what to do about it yet.
++++ sssd:
- Update to new upstream release 1.8.0
* Support for the service map in NSS
* Support for setting default SELinux user context from FreeIPA
* Support for retrieving SSH user and host keys from LDAP
* Support for caching autofs LDAP requests
* Support for caching SUDO rules
* Include the IPA AutoFS provider
* Fixed several memory-corruption bugs
* Fixed a regression in the proxy provider
++++ libqca2:
- Build respecting RPM_OPT_FLAGS, ugly hack to fix all
* .pro files ensued.
- Build with visibility-inlines-hidden
++++ spandsp:
- Update to new upstream release 0.0.6pre20
* No upstream changelog has been specified
* Protect against T.38 stuff arriving after document has finished
- License clarifications (bnc#731943)
++++ spice-gtk:
- spice-client-glib-usb-acl-helper is here again. Besides depending
on the right version ofpolkit, it also depends of usbredir, which
caused it to silently disappear last time.
++++ libunistring:
- Nuke unnecessary libunistring binary package: move documentation
files to devel subpackage
++++ libxml2:
- libxml2-2 should not require libxml2-tools. There is no trouble
expected, since attempting to install libxml2 will already pull
in libxml2-tools due to Provides tags.
++++ perl-Text-CSV_XS:
- updated to 0.87
* Extra check on utf8 output (RT#74330)
* examples/csvdiff now recognizes numerically sorted CSV files
* Document example comparing getline_hr vs bind_columns + getline
++++ perl-Text-DelimMatch:
- set version to what is in cpan, to avoid an annoying "another
upstream version available" warning
++++ php5-pear-phpunit-PHP_CodeCoverage:
- Added missing Requires: php5-pear-phpunit-PHP_TokenStream
++++ poedit:
- Use wxWidgets defines.
- Split off language package.
- Removed check for unsupported openSUSE versions.
- Use full URL as a source.
- Corrected Summary style.
- Use fdupes to remove file duplicates.
- Added icon_theme_cache_post/un macros.
- Removed redundant "clean" section.
- Removed zip from build dependencies.
++++ rhythmbox:
- Update to version 2.96:
+ Revived Magnatune plugin.
+ Better handling of non-media files.
+ Dbus media server plugin improved again.
+ Bugs fixed: bgo#454247, bgo#622874, bgo#644045, bgo#654637,
bgo#661957, bgo#663353, bgo#667971, bgo#668864, bgo#670666,
bgo#670772, bgo#671379.
+ Updated translations.
- Remove xz BuildRequires, since it comes for free in the
buildsystem now.
++++ ruby19:
- let gems of 1.9 install bins without suffix
++++ tnef:
- Update to 1.4.9:
* Fix some memory leaks.
* Fixes for printing out MIME types.
------------------------------------------------------------------
------------------ 2012-3-10 - Mar 10 2012 -------------------
------------------------------------------------------------------
++++ i4l-base:
- Employ shlib policy for libcapi20.so
- Remove .la files in standard directories
++++ dosemu:
- force vm86 emulation mode as we have mmap_min_addr >0 and
use of the vm86 syscall will not work. bnc#742752
++++ gmime:
- Update to version 2.6.7:
+ Remove the trailing comma from the last enum item to silence
gcc -pedantic warnings.
+ Be lenient from "From " lines found in message headers.
(bgo#671680).
++++ gnote:
- Update to version 0.9.0:
+ New Features:
- Added core synchronization support
- Added addin to synchronize with local folder.
+ Fixes:
- Fix missing header for Glib::signal_idle (bgo#667349)
- Call startup defined in GApplication
- Remove mnemonic references in documentation (bgo#670916)
- Fix selection deletion and remembering it
- Fix quit application for glib >= 2.32
+ Updated translations.
- Remove xz BuildRequires now that it comes for free in the build
system.
- Drop gnote-new-glibmm.patch: fixed upstream.
- Add gnote-buildfix.patch: Fix build by incuding missing headers.
++++ go:
- Add additional Go vim scripts, tweak goversion macro
++++ kmod:
- place binary in /usr tree (UsrMerge project)
++++ libechonest:
- Make build verbose to let rpmlint do its job.
++++ libmlt:
- Drop swfdec dependency, swfdec is not maintained.
++++ oyranos:
- require libXcm >= 0.5.0
++++ qoauth:
- Use RPM_OPT_FLAGS
- Fix -debuginfo generation..
- Build with inlines-hidden
++++ mkvtoolnix:
- Update to 5.4.0
* The AVC/h.264 timecode assignment code has been completely
rewritten. Users do not have to specify the default
duration/FPS for such tracks anymore safe for the rarest cases.
* Tons of bug fixes.
* Improvements regarding file type recognition.
* Complete re-write of the (E)AC3 parsing code.
++++ python-amqplib:
- Use upstream URL
- Simplify macro usage
++++ python-anyjson:
- Use upstream tarball
- Simplify macro usage
- Buildrequire python-distribute instead of setuptools
++++ python-celery:
- Suggest python-eventlet, python-gevent, python-pymongo, python-pytyrant
- Recommend python-curses, python-pyOpenSSL
- Run testsuite
- Changes file cleanup
++++ python-cl:
- Initial version
++++ python-coverage:
- Simplify macro usage
++++ python-dingus:
- Initial version
++++ python-distribute:
- Update to 0.6.25:
- Issue #258: Workaround a cache issue
- Issue #260: distribute_setup.py now accepts the --user
parameter for Python 2.6 and later.
- Issue #262: package_index.open_with_auth no longer throws
LookupError on Python 3.
- Issue #269: AttributeError when an exception occurs reading
Manifest.in on late releases of Python.
- Issue #272: Prevent TypeError when namespace package names
are unicode and single-install-externally-managed is used. Also
fixes PIP issue 449.
- Issue #273: Legacy script launchers now install with Python2/3
support.
++++ python-django-debug-toolbar:
- Use upstream tarball
- Simplify macro usage
++++ python-gunicorn:
- Fix doc package summary
- Update to version 0.14.1
++++ python-kombu:
- Require rabbitmq-server, suggest mongodb or couchdb
- Update to version 2.1.1:
* Connection URLs now supports encoded characters.
* Fixed a case where connection pool could not recover from connection loss.
* We now patch amqplib's ``__del__`` method to skip trying to close the socket
if it is not connected, as this resulted in an annoying warning.
* Compression can now be used with binary message payloads.
- Don't install INSTALL
- Run testsuite
++++ python-mock:
- Update to version 0.8.0:
- See docs/changelog.txt for details
++++ python-nose:
- Simply macro usage
- Run testsuite
++++ python-nose-cover3:
- Initial version
++++ python-nose-doc:
- Simply macro usage
- Run testsuite
++++ python-pyudev:
- Update to version 0.15:
* #20: :meth:`pyudev.Monitor.filter_by()` and
:meth:`pyudev.Monitor.filter_by_tag()` can be called after
:meth:`pyudev.Monitor.enable_receiving()` now
* #20: Added :meth:`~pyudev.Monitor.remove_filter()`
* :class:`pyudev.MonitorObserver` calls
:meth:`pyudev.Monitor.enable_receiving()` now when started.
* #40: Added user guide to the documentation
* #39: Added :meth:`pyudev.Device.from_device_file()`
* :data:`errno.EINVAL` from underlying libudev functions causes
:exc:`~exceptions.ValueError` instead of
:exc:`~exceptions.EnvironmentError` now.
++++ python-requests:
- Update to version 0.10.8:
* Generate chunked ValueError fix
* Proxy configuration by environment variables
* Simplification of iter_lines.
* New trust_env configuration for disabling system/environment hints.
* Suppress cookie errors.
- Changes from version 0.10.7:
* encode_uri = False
++++ python3-distribute:
- Update to 0.6.25:
- Issue #258: Workaround a cache issue
- Issue #260: distribute_setup.py now accepts the --user
parameter for Python 2.6 and later.
- Issue #262: package_index.open_with_auth no longer throws
LookupError on Python 3.
- Issue #269: AttributeError when an exception occurs reading
Manifest.in on late releases of Python.
- Issue #272: Prevent TypeError when namespace package names
are unicode and single-install-externally-managed is used. Also
fixes PIP issue 449.
- Issue #273: Legacy script launchers now install with Python2/3
support.
++++ synaptiks:
- Spec file updates:
* Replaced python-setuptools with python-distribute and pyudev with
python-pyudev in BuildRequires: and Requires: (current package names).
* Removed libkde4-devel from BuildRequires: (not needed).
* Added dbus-1-python and upower in recommended packages based on package
requirements.
------------------------------------------------------------------
------------------ 2012-3-9 - Mar 9 2012 -------------------
------------------------------------------------------------------
++++ ImageMagick:
- moved the libtool archives to the main package
- separated the bulk documentation
- added a regression %check for the locale comma crash
++++ MozillaFirefox:
- update to Firefox 11.0 (bnc#750044)
* MFSA 2012-13/CVE-2012-0455 (bmo#704354)
XSS with Drag and Drop and Javascript: URL
* MFSA 2012-14/CVE-2012-0456/CVE-2012-0457 (bmo#711653, #720103)
SVG issues found with Address Sanitizer
* MFSA 2012-15/CVE-2012-0451 (bmo#717511)
XSS with multiple Content Security Policy headers
* MFSA 2012-16/CVE-2012-0458
Escalation of privilege with Javascript: URL as home page
* MFSA 2012-17/CVE-2012-0459 (bmo#723446)
Crash when accessing keyframe cssText after dynamic modification
* MFSA 2012-18/CVE-2012-0460 (bmo#727303)
window.fullScreen writeable by untrusted content
* MFSA 2012-19/CVE-2012-0461/CVE-2012-0462/CVE-2012-0464/
CVE-2012-0463
Miscellaneous memory safety hazards
- ported and reenabled KDE integration (bnc#746591)
- explicitely build-require X libs
++++ MozillaThunderbird:
- update to Thunderbird 11.0 (bnc#750044)
* MFSA 2012-13/CVE-2012-0455 (bmo#704354)
XSS with Drag and Drop and Javascript: URL
* MFSA 2012-14/CVE-2012-0456/CVE-2012-0457 (bmo#711653, #720103)
SVG issues found with Address Sanitizer
* MFSA 2012-15/CVE-2012-0451 (bmo#717511)
XSS with multiple Content Security Policy headers
* MFSA 2012-16/CVE-2012-0458
Escalation of privilege with Javascript: URL as home page
* MFSA 2012-17/CVE-2012-0459 (bmo#723446)
Crash when accessing keyframe cssText after dynamic modification
* MFSA 2012-18/CVE-2012-0460 (bmo#727303)
window.fullScreen writeable by untrusted content
* MFSA 2012-19/CVE-2012-0461/CVE-2012-0462/CVE-2012-0464/
CVE-2012-0463
Miscellaneous memory safety hazards
- update enigmail to 1.4
- added KDE integration patches (bnc#749440)
++++ aaa_base:
- Yet an other bash completion problem worked around
- Add old request from gitorious
++++ aqbanking:
- Update to version 5.0.23:
+ minor improvements to the CSV profile editor
++++ baobab:
- Update to version 3.3.3:
+ Misc bugfixes.
+ Updated translations.
++++ bash:
- Avoid endless loop in user completion caused by endpw patches
++++ brp-check-suse:
- Add brp-check-xdg-menus.patch: Accept all icons specified in icon
naming spec.
++++ btrfsprogs:
- place binaries in /usr tree (UsrMerge project)
- adjust mkinitrd scrippt accordingly
++++ chmsee:
- Change the xulrunner-devel BuildRequires: to pkgconfig(libxul),
fixes build for openSUSE 12.1
++++ coreutils:
- Update to 8.15:
* * New programs
realpath: print resolved file names.
* * Bug fixes
du --one-file-system (-x) would ignore any non-directory specified on
the command line. For example, "touch f; du -x f" would print nothing.
[bug introduced in coreutils-8.14]
du -x no longer counts root directories of other file systems.
[bug introduced in coreutils-5.1.0]
ls --color many-entry-directory was uninterruptible for too long
[bug introduced in coreutils-5.2.1]
ls's -k option no longer affects how ls -l outputs file sizes.
It now affects only the per-directory block counts written by -l,
and the sizes written by -s. This is for compatibility with BSD
and with POSIX 2008. Because -k is no longer equivalent to
- -block-size=1KiB, a new long option --kibibyte stands for -k.
[bug introduced in coreutils-4.5.4]
ls -l would leak a little memory (security context string) for each
nonempty directory listed on the command line, when using SELinux.
[bug probably introduced in coreutils-6.10 with SELinux support]
split -n 1/2 FILE no longer fails when operating on a growing file, or
(on some systems) when operating on a non-regular file like /dev/zero.
It would report "/dev/zero: No such file or directory" even though
the file obviously exists. Same for -n l/2.
[bug introduced in coreutils-8.8, with the addition of the -n option]
stat -f now recognizes the FhGFS and PipeFS file system types.
tac no longer fails to handle two or more non-seekable inputs
[bug introduced in coreutils-5.3.0]
tail -f no longer tries to use inotify on GPFS or FhGFS file systems
[you might say this was introduced in coreutils-7.5, along with inotify
support, but the new magic numbers weren't in the usual places then.]
* * Changes in behavior
df avoids long UUID-including file system names in the default listing.
With recent enough kernel/tools, these long names would be used, pushing
second and subsequent columns far to the right. Now, when a long name
refers to a symlink, and no file systems are specified, df prints the
usually-short referent instead.
tail -f now uses polling (not inotify) when any of its file arguments
resides on a file system of unknown type. In addition, for each such
argument, tail -f prints a warning with the FS type magic number and a
request to report it to the bug-reporting address.
- Bring german message catalog up to date.
- Include upstream fix for du.
- Include upstream patch fixing basename documentation.
++++ crystalhd-libs:
- license update: SUSE-Firmware
Use SUSE-Firmware to describe firmware which can be freely distributed in
non-modifiable form. The SUSE- prefix should be used until SPDX.org
accept the license upstream
++++ devmem2:
- Initial release for devmem2 utility
++++ fcitx:
- update to 4.2.1
* Changes related to API:
Cleanup Unused macro and API
Some new FcitxInputState series API for get the origin key event
for frontend.
Portable with custom path, hide two path related API that may
break portable.
Make FcitxHotkeyGetKey process latin letter and strip shift
modifier for them.
Ability to bind menu with a status.
Ability to update client preedit with formatted string.
* Change related to user:
Update Taiwan punctuation
Quick Phrase can use grave as trigger key.
ctrl rshift can switch input method in reverse order.
2nd 3rd candidate choosing key will not conflict with same
switch key.
AutoEng can accept upper case english key which is not the
initial key.
Add Zenkaku_Hankaku and Hangul as default trigger key when
locale is ja and ko.
Add Symbolic icon for gnome-shell’s kimpanel.
++++ fcitx-chewing:
- update to 0.1.1
Fix a bug when input is too long
++++ fcitx-configtool:
- update to 0.4.1
* Tree view for input method choosing
* Better UI layout, keep focus on last selected input method when
move up and down.
* update gtk3 version to use gtk3 new API.
++++ kcm-fcitx:
- update to 0.3.1
sync with head
++++ fcitx-googlepinyin:
- update to 0.4.1
Portable to run with archive
++++ fcitx-keyboard:
- update to 0.1.1
* Use aspell by default, for performance
* keyboard layout change can be ignored, but force to
apply for fcitx-keyboard-series.
++++ fcitx-libpinyin:
- update to 0.1.1
* Portable
* Can use traditional chinese data for pinyin and simplified
chinese data for zhuyin
* Use tone for zhuyin by default
* When using Zhuyin, Enter for first candidate, Shift+Enter
for commit English Character
++++ fcitx-sunpinyin:
- update to 0.3.4
Portable to run with archive
++++ fcitx-table-extra:
- update to 0.2.0
* update Traditional Chinese translation
* Add Quick 3,5 and classic
* Quick is a derivative of Cangjie.
++++ mgetty:
- fixpie.patch: Use LDFLAGS instead of CFLAGS to make building with
PIE work properly
++++ gconf2-branding-openSUSE:
- Remove system-wide desktop icons:
+ This was done with a patch that won't get used anymore, see
discussion in bnc#533598.
+ Drop GnomeOnlineHelp.desktop and suse-help.svg sources.
+ Stop changing /apps/nautilus/desktop/predefined_items_dir.
- Update for metacity/mutter move to GSettings:
+ Stop changing /apps/metacity/general/audible_bell.
+ Remove commented entries for /apps/metacity/general/theme,
/apps/metacity/general/titlebar_font,
/desktop/gnome/shell/windows/theme.
- Update after drop of gnome-main-menu and move to GNOME 3 in
general:
+ Stop changing
/apps/metacity/global_keybindings/panel_main_menu_list.
- Update after drop of PolicyKit-gnome:
+ Stop changing
/desktop/gnome/policykit/auth_dialog_retain_authorization.
++++ ghex:
- Update to version 3.3.91:
+ Store the UI definition file as resource data
+ Better experience for the "Goto Byte..." dialog
+ Various code cleanups
+ Updated translations.
++++ glib2-branding-openSUSE:
- Change GSettings default:
+ Disable audible bell
(org.gnome.desktop.wm.preferences/audible-bell): it's more
annoying than useful.
+ Add comments to help people who want to change the window
manager theme.
++++ glom:
- Update to version 1.21.6:
+ Make auto-increment fields work even if they are not primary
keys (bgo#661702)
+ Do not hide the database structure if the user does not have
view rights, and prevent SQL errors in that case (bgo#669299)
+ Allow printing of print layouts from the List view too, to
avoid confusion (bgo#670462)
+ Print Layout: Avoid sometimes over-scaled images (bgo#668901)
+ Users/Groups:
- Example files: Really load the table privileges.
- Really prevent changing to developer mode for non-developers.
(bgo#669043)
- Allow user and group names to have spaces and other special
characters (bgo#669012)
- Limit user and group name lengths because PostgreSQL seems to
have an (undocumented) limit.
- Warn if we cannot get the list of users (bgo#669178)
- Add tests.
+ Button scripts: Check and warn about pygtk2 instead of crashing
(bgo#669196 and bgo#661766)
+ ReportBuilder:
- Make summary fields work again.
- Add error checking (bgo#669281)
+ Database Preferences: Really store the organization name in the
database (bgo#668836)
+ Field Formatting: Related Choices: Default to showing the
primary key (bgo#668759)
+ Choices: Allow the field to be be other than the primary key
and do not crash if it is not, or if it is hidden (bgo#668759)
+ Document: Avoid accumulating old nodes in the XML.
+ Examples: Remove empty group in the Lesson Planner example file
(bgo#671263)
+ libglom: Glom::Utils::get_find_where_clause_quick(): Handle an
empty value properly.
+ Use Gtk::Application and Gtk::ApplicationWindow instead of
Gtk::Main.
+ Windows build fixes (not complete) (bgo#671120, bgo#670903)
- Remove xz BuildRequires now that it comes for free in the build
system.
- Add pkgconfig(goocanvas-2.0) BuildRequires: there's a check for
it since glom wants a version that contains some specific fixes.
++++ gnome-keyring:
- Update to version 3.3.91:
+ Fix regression in changing a keyring master password
+ Set better button labels for the prompts
+ Fix assertion when cancelling a unlock prompt
+ Use a single CA certificates file by default
+ Updated translations.
++++ tracker-extras:
- Add tracker-libgrss-0.5.patch: Support and require libgrss 0.5.
- Add libtool BuildRequires and call to autoreconf, as above patch
touches the build system.
- Remove xz BuildRequires now that it comes for free in the build
system.
++++ go:
- update spec and macro file to provide working requires
++++ gsoap:
- license update: SUSE-GPL-2.0+-with-openssl-exception
gsoap allows linking against openssl. Use the SUSE- proprietary prefix
until spdx.org accepts this license
++++ gthumb:
- Update to version 2.90.1:
+ New features and user visible changes:
- Added 'selections' as a more powerful way to select files.
- High quality zoom for SVG images.
- Comment and tags dialogs: allow to save the metadata without
closing the dialog.
- Added option to reuse the active window when opening files
from an external application.
- Allow to hide/show the file properties pane.
- Allow to change the position of the file properties in
browser mode.
- Save the image keyworks in the Xmp.dc.subject tag as well.
- Save the Exif.Image.Software tag only if the content was
modified.
- Sync the rating with the Xmp.xmp.Rating tag.
- Video viewer: jump to the specified position when clicking on
the progress bar.
- Video viewer: use symbolic icons for the play button and the
volume control.
- Make the 'shrink wrap' command work for the video viewer as
well.
- Image viewer: hide the horizontal scrollbar in 'fit width'
mode
- Image viewer: implemented the checked transparency.
- Show the Edit button in browser mode as well
- Moved the location chooser above the file list.
- Preferences: show the slideshow preferences in the viewer tab
to save some horizontal space.
- Use the PICTURES special dir as the default startup location.
+ Internal changes:
- Ported to Gtk+ 3
- Ported from GConf to GSettings.
- Ported from libunique to GtkApplication.
- Ported to libchamplain version 0.12.
- Removed use of deprecated functions.
- Use the G_DEFINE_* macros to define GObject classes.
- Added a custom widget to display the thumbnail list instead
of GtkIconView.
+ Updated translations.
- Remove xz BuildRequires as it now comes for free in the build
system.
- Remove no longer needed BuildRequires: gconf2-devel, gtk2-devel,
pkgconfig(unique-1.0).
- Add pkgconfig(gtk+-3.0), pkgconfig(zlib) BuildRequires, following
the code port to GTK+ 3.
- Add pkgconfig(librsvg-2.0) BuildRequires for the new high quality
zoom for SVG images.
- Convert -devel BuildRequires to pkgconfig() style ones:
+ Old ones: brasero-devel, clutter-devel, clutter-gtk-devel,
libopenraw-devel, libsoup-devel gstreamer-0_10-devel,
gstreamer-0_10-plugins-base-devel, libexiv2-devel,
libgnome-keyring-devel.
+ New ones: clutter-1.0, clutter-gtk-1.0, exiv2, gnome-keyring-1,
gstreamer-0.10, gstreamer-interfaces-0.10, libbrasero-burn3,
libopenraw-1.0, libsoup-2.4.
- Add pkgconfig() BuildRequires that were implicitly brought in
before: gio-unix-2.0, glib-2.0. gmodule-2.0, gthread-2.0, libpng.
- Pass --with-smclient=xsmp to configure to make sure we enable
session management.
- Remove --disable-schema-install configure parameter, as it is no
longer known after GSettings port.
- Replace gconf_schemas_* macros with gsettings_* after GSettings
port.
- Add gthumb-gdk_window.patch: Fix build with gtk 3.3.18.
++++ gtkmm3:
- Update to version 3.3.18:
+ Gtk:
- AboutDialog: Added add_credits_section().
- Application: Added get/set_app_menu(), get/set_menubar(),
add/remove_accelerator(), inhibit(), uninhibit(),
is_inhibited() properties and signals.
- Add ApplicationWindow.
- Add ColorChooser and ColorChooserDialog.
- ColorSelection*: Document these as deprecated.
- EntryCompletion: Added compute_prefix().
- FontChooser: Add properties and signals.
- Image: Add set_from_resource().
- Main: Deprecate (most of) this in favor of Gtk::Application.
- StyleContext: Added set_parent() and unset_parent().
- Widget: Add get_modifier_mask().
- Window: Add unset/set/get_attached_to(),
get/set_hide_titlebar_when_maximized() and property.
+ gmmproc: _CLASS_GTKOBJECT: Include destructor documentation
(bgo#668918).
++++ gwenhywfar:
- Update to version 4.3.2:
+ fixes network problems on Windows
++++ gwibber:
- Update to version 3.3.91:
+ Fix duplicate detection by falling back to comparing html,
link_description, image_url and video_url (lp#933694).
+ Fixed account migration path from 2.32 (desktopcouch) to 3.4
(sqlite) (lp#740494).
+ gwibber-accounts crashed with TypeError in function(): Item 0:
must be a subtype of gi.Boxed (lp#936071).
+ Fixed position tracking so page down and page up move the
appropriate number of tiles (lp#629420).
+ More escaping of text that pango markup can't support.
+ Twitter: Use Twitter entities, improves getting hashtags,
mentions, links, images, and videos. (lp#948092).
++++ icc_examin:
- release 0.51
++++ kernel-debug:
- mark busy sd majors as allocated (bug#744658).
- commit b2a640b
++++ kernel-default:
- mark busy sd majors as allocated (bug#744658).
- commit b2a640b
++++ kernel-desktop:
- mark busy sd majors as allocated (bug#744658).
- commit b2a640b
++++ kernel-source:
- mark busy sd majors as allocated (bug#744658).
- commit b2a640b
++++ kernel-docs:
- mark busy sd majors as allocated (bug#744658).
- commit b2a640b
++++ kernel-ec2:
- mark busy sd majors as allocated (bug#744658).
- commit b2a640b
++++ kernel-pae:
- mark busy sd majors as allocated (bug#744658).
- commit b2a640b
++++ kernel-syms:
- mark busy sd majors as allocated (bug#744658).
- commit b2a640b
++++ kernel-trace:
- mark busy sd majors as allocated (bug#744658).
- commit b2a640b
++++ kernel-vanilla:
- mark busy sd majors as allocated (bug#744658).
- commit b2a640b
++++ kernel-xen:
- mark busy sd majors as allocated (bug#744658).
- commit b2a640b
++++ kiwi:
- v5.02.18 released
- fixed entry for hv_netvsc.ko driver
++++ libXcm:
- release 0.5.0
++++ libcryptui:
- Update to version 3.3.91:
+ Add dependency on libSM and libICE, needed for XSMP client
- No packaging change: we already have those BuildRequires.
++++ libdc1394:
- Update to 2.2.0.
- new Windows stack
- fixed small memory leak in Juju
- added two USB cameras from Point Grey.
++++ libgnome-keyring:
- Update to version 3.3.91:
+ GObject introspection fixes.
+ Build fixes.
++++ libgweather:
- Update to version 3.4.1:
+ Link with libm explicitly
+ Set the URL for the package's home page in AC_INIT
- Drop libgweather-libm.patch: fixed upstream.
++++ oyranos:
- release of 0.4.0
++++ p11-kit:
- Update to version 0.12:
+ Build fix.
++++ plymouth:
- Add a small change in order to have plymouth activated with Grub2
++++ telepathy-farstream:
- Update to version 0.2.2:
+ Allow an Endpoint to be removed so as it work with Rakia call
transfers
+ Ignore glib post-2.26 deprecations
+ added a tf_channel_new_finish() function
+ Misc bug fixes
- Add explicit pkgconfig(glib-2.0) and pkgconfig(gobject-2.0)
BuildRequires. They are being pulled in by others already, but
having explicit BuildRequires allows us to require them
versioned.
- Rename telepathy-farstream1 to telepathy-farstream2, following
the upstream soname change.
++++ tracker:
- Add tracker-libgrss-0.5.patch: Support and require libgrss 0.5.
- Add libtool BuildRequires and call to autoreconf, as above patch
touches the build system.
- Remove xz BuildRequires now that it comes for free in the build
system.
++++ usbredir:
- Update to version 0.4.2:
+ Add usb_redir_babble status code
+ usbredirparser:
- extend the usb_redir_ep_info packet header with a
max_packet_size field
+ usbredirhost:
- Ensure we always re-attach kernel drivers on cleanup
- Make set_config handling more robust
- A set_config or a reset can cause us to loose access to the
device
- Changes from version 0.4.1:
+ Brown paper bag release, fix a return without value in a non
void function
- Changes from version 0.4:
+ Add usb_redir_filter_reject and usb_redir_filter_filter
packets and an usb_redir_cap_filter capability flag
+ Add an usb_redir_device_disconnect_ack packet and an
usb_redir_cap_device_disconnect_ack capability flag
+ usbredirparser:
- Add an usbredirparser_have_peer_caps function
+ usbredirhost:
- Allow re-using a host instance with multiple devices
- Quite a few bugfixes
++++ mathomatic:
- Updated to Mathomatic version 15.8.1
This is a bugfix release
- Removed unnecessary INSTALL_PROGRAM=install from mathomatic.spec
- All other changes are listed at http://mathomatic.org/NEWS
++++ midori:
- update to version 0.4.4
+ disable page cache with < 352 MB RAM
+ display filename in download dialog
+ fix box packing in GTK+3 (in most cases)
+ enable experimental HTML5 fullscreen API
+ harden IPv6 address recognition in location
+ experimental site data policy support (see FAQ)
+ close tabs by middle clicking close button
+ merge cookies and other data in Clear Private Data
+ improve KatzeArrayAction for Unity menuproxy compatibility
+ use GDateTime for history to avoid broken C runtimes
+ add Midori tag to DuckDuckGo default URI
+ rewrite completion popup resizing
+ streamline page icon loading stages and fallbacks
+ disable clipboard work-around for WebKit >= 1.4.3
+ re-word .desktop entry as an action
+ display informative text in private browsing
+ consistent clear icons in entries
+ revised download filename generation
+ add 'Open in Image Viewer' menu item
+ formhistory 2.0 with GDOM support
+ handle javascript: and mailto: links better
+ handle = key in Ukrainian layout better
+ fix bookmark export and deletion of bookmark folders
+ speed dial shortcut re-reordering by DND
++++ xulrunner:
- update to version 11.0 (bnc#750044)
* MFSA 2012-13/CVE-2012-0455 (bmo#704354)
XSS with Drag and Drop and Javascript: URL
* MFSA 2012-14/CVE-2012-0456/CVE-2012-0457 (bmo#711653, #720103)
SVG issues found with Address Sanitizer
* MFSA 2012-15/CVE-2012-0451 (bmo#717511)
XSS with multiple Content Security Policy headers
* MFSA 2012-16/CVE-2012-0458
Escalation of privilege with Javascript: URL as home page
* MFSA 2012-17/CVE-2012-0459 (bmo#723446)
Crash when accessing keyframe cssText after dynamic modification
* MFSA 2012-18/CVE-2012-0460 (bmo#727303)
window.fullScreen writeable by untrusted content
* MFSA 2012-19/CVE-2012-0461/CVE-2012-0462/CVE-2012-0464/
CVE-2012-0463
Miscellaneous memory safety hazards
- fix build on ARM
- disable jemalloc on s390(x)
++++ nautilus-actions:
- Update to version 3.2.2:
+ UI enhancements: let the example label be expandable
+ Bump FDL to 1.3 among all documentation
+ Validate desktop file when making distcheck
+ Fix wrong display in tabs vs. the current selection in tree
view
+ Bugs fixed: bgo#671043, bgo#671044, bgo#671083
+ Updated translations.
++++ gconf2-branding-SLES:
- Remove system-wide desktop icons:
+ This was done with a patch that won't get used anymore, see
discussion in bnc#533598.
+ Drop GnomeOnlineHelp.desktop and suse-help.svg sources.
+ Stop changing /apps/nautilus/desktop/predefined_items_dir.
- Update for metacity/mutter move to GSettings:
+ Stop changing /apps/metacity/general/audible_bell.
+ Remove commented entries for /apps/metacity/general/theme,
/apps/metacity/general/titlebar_font,
/desktop/gnome/shell/windows/theme.
- Update after drop of gnome-main-menu and move to GNOME 3 in
general:
+ Stop changing
/apps/metacity/global_keybindings/panel_main_menu_list.
- Update after drop of PolicyKit-gnome:
+ Stop changing
/desktop/gnome/policykit/auth_dialog_retain_authorization.
++++ obs-service-format_spec_file:
- licenses update
++++ perl-Bootloader:
- grub2-skip-fs-probe-for-extended-partition.patch (bnc#750897)
++++ perl-Test-Spec:
- updated to 0.42
- Added context() and xcontext() aliases for describe/xdescribe
(reported by intrigeri)
- Added license info to Makefile.PL (RT#75400)
- Fixed test suite problems on Windows
++++ python-lxml:
- Update to version 2.3.3:
* lxml.html.tostring() gained new serialisation options with_tail and doctype.
* Fixed a crash when using iterparse() for HTML parsing and requesting start events.
* Fixed parsing of more selectors in cssselect. Whitespace before
pseudo-elements and pseudo-classes is significant as it is a descendant
combinator. "E :pseudo" should parse the same as "E *:pseudo", not "E:pseudo".
* lxml.html.diff no longer raises an exception when hitting 'img' tags without 'src' attribute.
- Changes from version 2.3.2:
* lxml.objectify.deannotate() has a new boolean option cleanup_namespaces to
remove the objectify namespace declarations (and generally clean up the
namespace declarations) after removing the type annotations.
* lxml.objectify gained its own SubElement() function as a copy of
etree.SubElement to avoid an otherwise redundant import of lxml.etree on the user side.
* Fixed the "descendant" bug in cssselect a second time
* Fixed parsing of some selectors in cssselect.
- Changes from version 2.3.1:
* New option kill_tags in lxml.html.clean to remove specific tags and their
content (i.e. their whole subtree).
* pi.get() and pi.attrib on processing instructions to parse
pseudo-attributes from the text content of processing instructions.
* lxml.get_include() returns a list of include paths that can be used to
compile external C code against lxml.etree.
* Resolver.resolve_file() takes an additional option close_file that
configures if the file(-like) object will be closed after reading or not.
* HTML cleaning didn't remove 'data:' links.
* The html5lib parser integration now uses the 'official' implementation in
html5lib itself, which makes it work with newer releases of the library.
* In lxml.sax, endElementNS() could incorrectly reject a plain tag name when
the corresponding start event inferred the same plain tag name to be in the default namespace.
* When an open file-like object is passed into parse() or iterparse(), the
parser will no longer close it after use.
* Assertion error in lxml.html.cleaner when discarding top-level elements.
* In lxml.cssselect, use the xpath 'A//B' (short for
'A/descendant-or-self::node()/B') instead of 'A/descendant::B' for the css
descendant selector ('A B').
* In lxml.html, non-selected