Packages changed:
appstream-glib (0.5.5 -> 0.5.7)
cheese
desktop-data-openSUSE
gnome-calculator (3.18.2 -> 3.18.3)
gst-rtsp-server (1.6.1 -> 1.6.2)
gstreamer-editing-services (1.6.1 -> 1.6.2)
libtcnative-1-0 (1.1.32 -> 1.2.4)
nghttp2
python3-pycurl (7.19.5.3 -> 7.21.5)
python3-setuptools (19.6 -> 19.7)
vala (0.30.0 -> 0.30.1)
wicked (0.6.29 -> 0.6.30)
xdg-utils (20151112 -> 20151219)
=== Details ===
==== appstream-glib ====
Version update (0.5.5 -> 0.5.7)
Subpackages: libappstream-builder8 libappstream-glib8
- openSUSE-appstream-process: use specific temporary/cache
directories between calls. Otherwise, icons extracted from a
previous run bleed into the next one.
- Update to version 0.5.7:
+ trivial: post release version bump.
+ Detect web-apps which are added as .desktop files.
+ Make the check for screenshot equality more robust.
+ trivial: Fix self tests after the xdg-app fixes.
+ trivial: Never write empty tags.
+ Move the blacklisted application list to the front-end client.
+ ostree: Work around threadsafety issue with
g_get_language_names.
+ ostree: Remove unnecessary workarounds for bundle paths.
+ Move the gettext parsing to libappstream-glib.
+ trivial: Use G_DEFINE_QUARK.
+ Only build the test firmware files when using
- -enable-firmware.
+ Allow disabling font support with --disable-fonts.
+ Allow multiple NLS domains to be specified when searching.
+ Add as_image_load_filename_full().
+ Support date=iso8601 attributes in markup.
+ Add appstream-compose.
+ Remove all traces of ostree.
+ Remove the GStreamer plugin.
+ Remove the GIR and GResource, nm and KDE-specific plugins.
+ trivial: Fix 'make distcheck' with the new gettext test files.
+ trivial: Fix building firmware after the ostree removal.
+ Release version 0.5.7.
- Update to version 0.5.6:
+ trivial: post release version bump.
+ Accept various 'or later' metadata content licenses.
+ libappstream-glib: Add the runtime ID kind.
+ trivial: Fix a small memory leak when parsing debs.
+ Assume a release value of '0' when unset.
+ Fix AppStream generation when using duplicate .deb packages.
+ Check the project_group when validating.
+ Check name uniqueness when validating AppStream data.
+ trivial: Mark some more strings as translatable.
+ Install gettext ITS rules.
+ Cull the application blacklist now we depend on AppData files
for the builder.
+ trivial: Add the gettext files to the example spec file.
+ Set a validation failure for files using when
being strict.
+ Allow dumping inf files using appstream-util.
+ trivial: Fix the Since: value on as_utils_is_spdx_license().
+ Always blacklist desktop files for uninstalling software.
+ Automatically add missing .inf types as required.
+ trivial: Fix the self tests after the blacklist cull.
+ Prefer stock icons when using as_app_get_icon_default().
+ package-ostree: Init NEVRA on open otherwise we don't get the
right tmpdir name.
+ asb-package-ostree: Fix things up for xdg-app use.
+ ostree: Allow specifying a particular arch only.
+ Release version 0.5.6.
==== cheese ====
Subpackages: libcheese-common libcheese-gtk25 libcheese8
- Drop appdata-tools BuildRequires: We consider validating the
shipped appdata.xml upstreams responsibility.
==== desktop-data-openSUSE ====
- Added package_edutainment.png which is used by Yast's software
management module as Education package group icon (bnc#953027)
==== gnome-calculator ====
Version update (3.18.2 -> 3.18.3)
Subpackages: gnome-shell-search-provider-gnome-calculator
- Update to version 3.18.3:
+ Fix:
- Chinese Yuan symbol (bgo#761075).
- MathDisplay grabs focus after being shown (bgo#748743).
- Missing mnemonic bond in Gross Profit Margin dialog.
- Check if base exponent are complex for xpowy() method.
- Prevent infinte loop on some operations with imaginary
numbers (bgo#757657).
- e^(-0.5) returned the wrong value (bgo#756960).
==== gst-rtsp-server ====
Version update (1.6.1 -> 1.6.2)
- Update to version 1.6.2:
+ rtsp-server: Change the logic so we don't pop a NULL context.
==== gstreamer-editing-services ====
Version update (1.6.1 -> 1.6.2)
Subpackages: libges-1_0-0 typelib-1_0-GES-1_0
- Update to version 1.6.2:
+ bash-completion: Disable during "make distcheck".
+ Revert "build: fix make distcheck."
+ tests: Properly setup GST_PLUGIN_PATH in test environement.
+ Dist gst-editing-services.doap.
+ ges: Set restriction caps in the audio source caps filter.
+ formatter: Do not serialize top effect priorities.
+ launcher: Make sure to not activate validate twice when simply
loading a scene.
==== libtcnative-1-0 ====
Version update (1.1.32 -> 1.2.4)
- Version update to version 1.2.4:
* See changelog.html for in-depth upstream changes
* This connector to properly work requires openssl 1.0.2 or newer
so do not backport to other codestreams.
==== nghttp2 ====
- Add nghttp2-c++14.patch to properly guard make_unique templates.
[bsc#964140]
==== python3-pycurl ====
Version update (7.19.5.3 -> 7.21.5)
- specfile:
* update copyright year
* update patch
- update to version 7.21.5:
* Highlights of this release:
+ Socket callbacks are now fully implemented
("CURLOPT_OPENSOCKETFUNCTION", "CURLOPT_SOCKOPTFUNCTION",
"CURLOPT_CLOSESOCKETFUNCTION"). Unfortunately this required
changing "OPENSOCKETFUNCTION" API once again in a
backwards-incompatible manner. Support for "SOCKOPTFUNCTION" and
"CLOSESOCKETFUNCTION" was added in this
release. "OPENSOCKETFUNCTION" now supports Unix sockets.
+ Many other libcurl options and constants have been added to
PycURL.
+ When "pycurl" module initialization fails, "ImportError" is
raised instead of a fatal error terminating the process.
+ Usability of official Windows builds has been greatly improved
==== python3-setuptools ====
Version update (19.6 -> 19.7)
- update to version 19.7:
* `Off-project PR `_:
For FreeBSD, also honor root certificates from ca_root_nss.
- update to version 19.6.2:
* Issue #491: Correct regression incurred in 19.4 where a
double-namespace package installed using pip would cause a
TypeError.
- update to version 19.6.1:
* Restore compatibility for PyPy 3 compatibility lost in 19.4.1
addressing Issue #487.
* "setuptools.launch" shim now loads scripts in a new namespace,
avoiding getting relative imports from the setuptools package on
Python 2.
==== vala ====
Version update (0.30.0 -> 0.30.1)
Subpackages: libvala-0_30-0
- Update to version 0.30.1:
+ Bug fixes and binding updates.
==== wicked ====
Version update (0.6.29 -> 0.6.30)
Subpackages: libwicked-0-6 wicked-service
- version 0.6.30
- wireless: fix EAP inconsistencies and add missing auth method
names to translation maps (bsc#936514, boo#927615).
- ipv6: clear old address list before applying new fixing to not
wait full time in the client-side tentative address check
- fsm: do not segfault on device hierarchy loops but (bnc#959356)
- fsm: handle down/step back events in ifup flow instead to try to
workaround in nanny (bsc#955864).
- man: documented how to declare several team link watches.
- ethtool: map da,none,other port types (bsc#957944).
- ipv4: removed pointless broadcast calculations and send to the
kernel only if explicitly requested in ifcfg file or by dhcp
options. The kernel has an own logic to automatically calculate
related settings as needed. Also removed broadcast setting from
ifcfg-lo to not override kernel's setup (bsc#944710).
==== xdg-utils ====
Version update (20151112 -> 20151219)
- Update to 20151219:
* xdg-open: Improve fallbacks, add open_generic (almost)
everywhere (fdo#93442).
* xdg-open: Standardise output redirection style.
- Add xdg-terminal-fix-terminal--x-arg.patch: fix for "-x" usage
(default option for MATE and GNOME terminals).
- Spec cleanup.