Package Release Info

libdmapsharing3-2.9.39-1.19

Update Info: Base Release
Available in Package Hub : 15 SP5 Subpackages

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libdmapsharing-3_0-2

Change Logs

* Thu Sep 26 2019 bjorn.lie@gmail.com
- Package libdmapsharing3 as compat package, rename of
  libdmapsharing, as it has as soname and .pc version bump.
- Update to version 2.9.39:
  + No upstream changes/NEWS provided, please see upstream git.
- Disable build of tests, via passing --disable-tests to configure
  as they currently fails to build, and it allows us to drop
  pkgconfig(gtk+-2.0) BuildRequires.
- Run spec-cleaner, modernize spec.
* Tue Sep 10 2019 bjorn.lie@gmail.com
- Add missing pkgconfig(avahi-client) and pkgconfig(gtk+-2.0)
  BuildRequires previously pulled in by avahi.
* Fri Apr 19 2019 mlin@suse.com
- Fix build with vala >= 0.43
  * Add new_vala_build.patch carry from
    https://gitlab.gnome.org/GNOME/libdmapsharing/issues/7
* Thu Jun 22 2017 zaitor@opensuse.org
- Update to version 2.9.38:
  + After failing to get preferred port, try both IPV4 and IPV6.
  + Fix bad error handling on soup_server_get_uris (Clang
    scan-build).
* Thu Feb 23 2017 zaitor@opensuse.org
- Update to version 2.9.37:
  + Use g_new0 (bgo#773400).
  + Do not use literal "VERSION"; use VERSION macro (bgo#773480).
  + Remove memory failure check (bgo#755210).
- Changes from version 2.9.36:
  + Allow explicit disable of libcheck at configure time.
- Changes from version 2.9.35:
  + tests: Fix compilation due to wrong formats.
* Mon Feb 29 2016 zaitor@opensuse.org
- Update to version 2.9.34:
  + Move g_object_unref of server inside conditional.
  + Remove extra g_object_unref in dacp-share.c.
  + Initialize the share_bitwise_t share member.
- Changes from version 2.9.33:
  + Use soup_session_new() instead of deprecated
    soup_session_new_async().
  + Always set base URI path.
  + Use new SoupServer API to create DMAPShare server.
  + Require libsoup 2.48.0.
  + Add to dmap-mdns-browser-dnssd.c the ability to lookup host
    name using mDNS.
  + Fix compile error.
  + First pass cleaning up dmap-mdns-browser-dnssd.c.
  + dns-sd browser: extract name out of, e.g.,
    Foo\032Bar._daap._tcp.local.
  + Set GError when DNSServiceBrowse fails.
* Mon Dec 07 2015 jengelh@inai.de
- Summary and RPM group update
* Mon Nov 23 2015 mpluskal@suse.com
- Update to 2.9.32
  * Small fix for dmap_mdns_browser_start
- Make building more verbose
* Fri Jul 10 2015 zaitor@opensuse.org
- Update to version 2.9.31:
  + Update some Vala-related files.
  + Fix two errors identified by Coverity (bgo#749886).
  + Update libdmapsharing-3.0-docs.xml.
  + Use --pkg gio-2.0, not --pkg glib-2.0 for Vala.
- Replace pkgconfig(glib-2.0) for pkgconfig(gio-2.0) BuildRequires
  following upstream changes.
* Sat Mar 21 2015 mpluskal@suse.com
- Cleanup spec file with spec-cleaner
- Update to 2.9.30
  * DNSSD backend: Always send TXT record Password=true or false,
    as iTunes 12.1.0.50 requires this