Package Release Info

gupnp-av-0.12.11-bp153.1.20

Update Info: Base Release
Available in Package Hub : 15 SP3

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gupnp-av
libgupnp-av-1_0-2
libgupnp-av-devel
typelib-1_0-GUPnPAV-1_0

Change Logs

Version: 0.12.11-1.56
* Tue Nov 13 2018 dimstar@opensuse.org
- Update to version 0.12.11:
  + Fix memory leak in GUPnPAVXMLDoc.
  + Fix parsing of storageUsed.
  + Fix name clash of internal XML utility functions.
  + Fix multiple compiler warnings with recent GCC.
  + Remove deprecated g_type_class_add_private.
  + Bugs fixed: bgo#770174, bgo#778396, bgo#784511.
Version: 0.12.11-bp152.1.15
* Tue Nov 13 2018 Dominique Leuenberger <dimstar@opensuse.org>
- Update to version 0.12.11:
  + Fix memory leak in GUPnPAVXMLDoc.
  + Fix parsing of storageUsed.
  + Fix name clash of internal XML utility functions.
  + Fix multiple compiler warnings with recent GCC.
  + Remove deprecated g_type_class_add_private.
  + Bugs fixed: bgo#770174, bgo#778396, bgo#784511.
Version: 0.12.10-bp150.2.3
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Sat Oct 15 2016 zaitor@opensuse.org
- Update to version 0.12.10:
  + Remove unneeded dependency on GSSDP-1.0.gir.
* Mon Oct 10 2016 zaitor@opensuse.org
- Update to version 0.12.9:
  + Drop dependency on GUPnP.
- Drop pkgconfig(gupnp-1.0) BuildRequires following upstreams
  changes.
- Add explicit pkgconfig(gobject-2.0) and pkgconfig(libxml-2.0)
  BuildRequires, previously pulled in by gupnp.
* Tue Feb 09 2016 dimstar@opensuse.org
- Update to version 0.12.8:
  + Remove gnome-common.
  + Use -Wno-unused-parameter.
  + Make DIDL-Lite check less restrictive.
  + Distribute VAPI file.
  + Bugs fixed: bgo#740266, bgo#751102, bgo#753382.
* Mon Jan 05 2015 dimstar@opensuse.org
- Update to version 0.12.7:
  + Remove use of deprecated INCLUDES.
  + Fix GUPnPDIDLLiteObject namespace getters.
  + Avoid warnings on missing protocol info.
  + Require vapigen 0.22 to avoid endless loop on VAPI generation.
  + Bugs fixed: bgo#740265, bgo#741103, bgo#741555, bgo#740365.
* Mon Jun 30 2014 dimstar@opensuse.org
- Update to version 0.12.6:
  + Fix some coverity issues.
  + lazy-create XML namespaces so only used-ones are declared.
  + Bugs fixed: bgo#705564, bgo#730590, bgo#730591, bgo#731033.
* Mon Feb 03 2014 zaitor@opensuse.org
- Update to version 0.12.5:
  + Fix name of cleartext-size property.
  + Fix creation of pv namespace in DIDLLite parser.
  + Check for empty mandatory tags in UpdateObject.
  + Bugs fixed: bgo#705522, bgo#719377.
* Tue Nov 19 2013 dimstar@opensuse.org
- Update to version 0.12.4:
  + Add support for pv:subtitleFileUri and pv:subtitleFileType.
  + Bugs fixed: bgo#695990.
* Wed Oct 16 2013 dimstar@opensuse.org
- Update to version 0.12.3:
  + Add support for link protection DLNA flags.
  + Fix DLNA.ORG_PS generation.
  + Add res@dlna:cleartextSize attribute.
  + Only use DLNA XML namespace when it's actually used.
  + Add res@dlna:trackTotal attribute.
  + Bugs fixed: bgo#705564, bgo#707495, bgo#702557, bgo#706926,
    bgo#706928.
* Fri May 31 2013 zaitor@opensuse.org
- Update to version 0.12.2:
  + Fix VAPI generation if GObject-introspection version is >=
    1.36.
  + Fix vala bindings for LastChangeParser.parse_last_change.
  + Small improvement to resource matching.
  + Fix DIDLLiteContainer.get_total_deleted_child_count return
    value.
  + Fix compiling with -Wall -Werror.
  + Fix gtk-doc warnings.
* Tue Mar 19 2013 zaitor@opensuse.org
- Update to version 0.12.1:
  + Fix compiler warnings.
  + Update .gitignore.
* Wed Feb 20 2013 dimstar@opensuse.org
- Update to version 0.12.0:
  + Fix implicit dependency on glib 2.32.
  + Explicitly call AM_MAINTAINER_MODE([enable]).
* Wed Dec 26 2012 zaitor@opensuse.org
- Update to version 0.11.6:
  + Fix an unitialized variable.
  + Fix a wrong use of BAD_CAST.
  + Fix handling of updateID in the CDS LastChange parser.
  + Fix CDS LastChange test.
  + Bugs fixed: bgo#689701, bgo#689808.
- Changes from version 0.11.4:
  + Fix API definition in gupnp-cds-last-change-parser.h
  + Set items in a media collection to "restricted" by default.
  + Bugs fixed: bgo#689517.
- Changes from version 0.11.3:
  + Fix DIDL_S parsing issues in GUPnPMediaCollection.
  + Fix reference count issues in GUPnPMediaCollection.
  + Add more tests for GUPnPMediaCollection.
  + Add test for LastChange parser.
  + Fix LD_LIBRARAY_PATH handling on make check.
  + Silence XSD validation errors on make check.
  + Silence makefile portability warnings.
  + Some gtk-doc fixes.
  + Add LastChange parser for LastChange in ContentDirectory:3
    including tests.
  + Bugs fixed: bgo#689094, bgo#689141, bgo#689276.
* Sun Nov 25 2012 dimstar@opensuse.org
- Update to version 0.11.3:
  + Fix documentation generation for recently added functionality.
  + Tweak XSD files to make the validation shut up completely.
  + Fix an issue in the DIDL-Lite filtering.
  + Add new class GUPnPMediaCollection for parsing and creation of
    DIDL_S playlists.
  + Bugs fixed: bgo#687462.
* Tue Oct 30 2012 dimstar@opensuse.org
- Update to version 0.11.2:
  + Implement fragment handling and verification in DIDLLiteObject.
  + Don't error out if vapigen cannot be found.
  + Updated translations.
- Require gupnp-av >= %{version} from the library package, as there
  are now some data files packaged. We require '>=' in order to
  allow multiple library versions in parallel, assuming the data
  format stays compatible.
* Wed Oct 24 2012 dimstar@opensuse.org
- Update to version 0.11.1:
  + Add m4 vapigen detection macro.
  + Fix introspection install dirs.
  + Fix objectUpdateID setter.
  + Add a FeatureList parser.
  + Add some XML fragment getters for DIDLLiteObject.
  + Lower G-I requirements.
  + Enable introspection during distcheck.
  + Undeprecate single-value _{get|set}_creator methods.
  + Bugs fixed: bgo#685963, bgo#686464.
* Sun Oct 07 2012 zaitor@opensuse.org
- Update to version 0.11.0:
  + Add support for properties needed to implement MediaServer:3
    "Track changes" functionality.
  + Add proper upnp:createClass support.
  + Clean-up pkg-config files and link to the correct libraries
    instead of relying on gupnp leaking the right ones.
  + Generate vapi from GIR files.
  + Bugs fixed: bgo#684297, bgo#685477.
- Replace gobject-introspection-devel, libgupnp-devel BuildRequires
  for their pkgconfig counterparts, gobject-introspection-1.0 and
  gupnp-1.0.
- Add pkgconfig(vapigen) BuildRequires, needed to build the new
  vala bindings.
* Sun Aug 19 2012 dimstar@opensuse.org
- Update to version 0.10.3:
  + Ignore case when parsing DIDLLite and LastChange.
  + Fix gupnp_didl_lite_container_get_{create|search}_classes.
  + Fix a potential memory corruption in parse_additional_info.
  + Bugs fixed: bgo#674322, bgo#676372, bgo#678784.
* Mon Apr 23 2012 dimstar@opensuse.org
- 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.
* Wed Dec 21 2011 vuntz@opensuse.org
- Remove libgupnp-devel Requires from devel subpackage: it will
  automatically be added the pkgconfig() way.