Commit Graph

77 Commits

Author SHA256 Message Date
b4dc88cc41 Accepting request 1115912 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1115912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=35
2023-10-08 10:16:07 +00:00
a7e4985204 Accepting request 1115579 from GNOME:Next
New upstream release

OBS-URL: https://build.opensuse.org/request/show/1115579
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=86
2023-10-05 19:12:04 +00:00
3c75290474 Accepting request 1085775 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1085775
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=34
2023-05-10 14:16:51 +00:00
8081e73ea3 Accepting request 1085719 from home:iznogood:factory
- Update to version 3.9.12:
  + Initialize a value that might not be initialized by
    g_object_get
  + libdmapsharing/Makefile.am:
    - rename check target to check-local
    - remove dmap-enums.h from maintained_headers
    - avoid cyclic dependencies when building enums
    - simplify use of glib-mkenums after experimenting with FreeBSD
    - drop use of patsubst, which is not POSIX
  + Update GTK-Doc markup to include summaries
  + dmap-structure.c: replace g_memdup, which glib2 replaced with
    g_memdup2
  + Replace deprecated portions of autotools files
- Update to version 3.9.11:
  + Migrate to libsoup3.
  + Remove extraneous #includes.
  + Round of cleanup.
  + vala-dmap-db.vala: fix object ownership issue.
- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0)
  following upstream changes.
- Drop baselibs.conf: there is no known consumer of the -32bit
  package.
- Update to version 3.9.10:
  + No upstream changes/changelog/NEWS provided, please see git-log
    at https://gitlab.gnome.org/GNOME/libdmapsharing
- Pass disable-static to configure, do not build static lib.
- Add new optional pkgconfig(gobject-introspection-1.0)
  BuildRequires, build introspection support.
- Package new introspection subpackage.
- Update to 3.9.7:
  + No upstream changes/changelog/NEWS provided, please see git-log
    at https://gitlab.gnome.org/GNOME/libdmapsharing
- Drop new_vala_build.patch: Fixed upstream.
- 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.
- Add majorver, soname and sover defines and set them to current
  values, ease future version updates that include so* changes.
- Align with what configure checks for: Add  pkgconfig(glib-2.0)
  and pkgconfig(gthread-2.0) BuildRequires, and drop
  pkgconfig(gio-2.0) BuildRequires.
- Run spec-cleaner, modernize spec.
- Add missing pkgconfig(avahi-client) and pkgconfig(gtk+-2.0)
  BuildRequires previously pulled in by avahi.
- Fix build with vala >= 0.43
  * Add new_vala_build.patch carry from
    https://gitlab.gnome.org/GNOME/libdmapsharing/issues/7
- 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).
- 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.
- 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.
- Summary and RPM group update
- Update to 2.9.32
  * Small fix for dmap_mdns_browser_start
- Make building more verbose
- 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.
- 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
- Add baselibs.conf to source list.
- Update to version 2.9.29
  * Make building tests optional
- Add pkgconfig(gee-0.8) and vala build require; new upstream dependencies
- Update to version 2.9.24:
  + Fix clang warning (bgo#711063).
  + Avoid OOB read with buggy servers (bgo#711063).
  + Use strlen() instead of hard-coding string length (bgo#711063).
- Changes from version 2.9.23:
  + Replace some assertions in dmap-gst-*-input-stream.c with error
    handling.
  + Fix daap-share.c:should_transcode().
- Update to version 2.9.22:
  + Fix memory leak in transcoding code.
  + Remove double "end_time = ".
- Changes from version 2.9.21:
  + Add hash to DMAP records.
  + Split out dmap_hash_progressive_to_string function.
  + Add progressive MD5 hash function
- Changes from version 2.9.20:
  + Modify use of DNS_SD_CFLAGS in configure.ac.
- Changes from version 2.9.19:
  + Require GLib2 >= 2.36 and fix some compile warnings in tests.
  + Fix up dmap.h and dmap-utils.h.
  + Get to compile without warnings.
  + Fix serving large videos.
  + Fix handling of pre-transcoded video; now works with iTunes
- Changes from version 2.9.18:
  + Export dmap_mime_to_format.
  + Update transcoders and add (still broken) QuickTime transcoder.
- Update to version 2.9.17:
  + Recompile Vala code with libgee-0.8.
- Changes from version 2.9.16:
  + Port to GStreamer 1.0
  + Use libgee 0.8
- Replace pkgconfig(gstreamer-plugins-base-0.10) BuildRequires with
  pkgconfig(gstreamer-plugins-base-1.0) and add explicit
  pkgconfig(gstreamer-app-1.0) BuildRequires.
- 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
- Update to version 2.9.14:
  + Use single include for glib.
- Update to version 2.9.13:
  + Use decodebin2 instead of decodebin.
  + Make Apple dns_sd DMAPMdnsBrowser work with multiple shares.
  + Several small bug fixes.
  + Plug memory leaks.
  + Code cleanups.
  + Build fixes.
- Drop libdmapsharing-missing-header.patch: fixed upstream.
- Update to version 2.9.12. This is a summary of the changes in the
  2.9.x branch:
  + Various API changes.
  + Attempt to serve on IPv6.
  + Fix authentication.
  + Add support for Remote version 2.
  + Add client-side DNS-SD.
  + Declare support for raop on mDNS (used by AirPortExpress).
  + Make library useful without GStreamer.
  + Vala-related clean up.
  + Several compatibility fixes.
  + Several bug fixes.
  + Code cleanups.
- Summary of changes introduced in the 2.1.x branches:
  + Add DACP support.
  + Fix serving to iTunes 10.
  + Allow two DMAP sub-protocols (e.g., DAAP and DPAP) in one
    process.
  + Several bug fixes.
- Change libsoup-devel BuildRequires to pkgconfig(libsoup-2.4).
- Add missing pkgconfig(gdk-pixbuf-2.0) BuildRequires, needed for
  cover art features.
- Remove pkgconfig(avahi-compat-libdns_sd) BuildRequires: we know
  it will not be used for dns-sd, as the standard avahi API will be
  used.
- Add libdmapsharing-missing-header.patch to fix build: add a
  missing include.
- Rename libdmapsharing2 to libdmapsharing-3_0-2 after library name
  change.
- Update descriptions.
- Stop using source service to download the tarball, as Factory
  will move away from this.
- Update to stable version 2.1.9 added mDNSResponder capability.
 
- Added 32bit compatibility libraries
- Added Url (fix for RPMLINT warning)
 
- Update to version 2.0.4:
  + Fix SO_VERSION and bump version number
- Changes from version 2.0.3:
  + Add DMAPMediaKind enum
- Changes from version 2.0.2:
  + Fix serving to iTunes 10
- Go back to version 2.0.1 (stable branch):
  + 2.1.0 is considered unstable and should not be used yet
  + Fixes the license headers in various source files, making clear
    that LGPLv2.1+ is the right license.
- Rename the shlib package to libdmapsharing1, according the soname
  of this version.
- Initial package, version 2.1.0

OBS-URL: https://build.opensuse.org/request/show/1085719
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=84
2023-05-09 17:10:07 +00:00
6108e4214d Accepting request 1073248 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1073248
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=33
2023-03-24 14:18:02 +00:00
d28187e503 Accepting request 1073094 from GNOME:Next
- Update to version 3.9.11:
  + Migrate to libsoup3.
  + Remove extraneous #includes.
  + Round of cleanup.
  + vala-dmap-db.vala: fix object ownership issue.
- Replace pkgconfig(libsoup-2.4) with pkgconfig(libsoup-3.0)
  following upstream changes.
- Drop baselibs.conf: there is no known consumer of the -32bit
  package.
- Update to version 3.9.10:
  + No upstream changes/changelog/NEWS provided, please see git-log
    at https://gitlab.gnome.org/GNOME/libdmapsharing
- Pass disable-static to configure, do not build static lib.
- Add new optional pkgconfig(gobject-introspection-1.0)
  BuildRequires, build introspection support.
- Package new introspection subpackage.
- Update to 3.9.7:
  + No upstream changes/changelog/NEWS provided, please see git-log
    at https://gitlab.gnome.org/GNOME/libdmapsharing
- Drop new_vala_build.patch: Fixed upstream.
- 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.
- Add majorver, soname and sover defines and set them to current
  values, ease future version updates that include so* changes.
- Align with what configure checks for: Add  pkgconfig(glib-2.0)
  and pkgconfig(gthread-2.0) BuildRequires, and drop
  pkgconfig(gio-2.0) BuildRequires.
- Run spec-cleaner, modernize spec.
- Add missing pkgconfig(avahi-client) and pkgconfig(gtk+-2.0)
  BuildRequires previously pulled in by avahi.
- Fix build with vala >= 0.43
  * Add new_vala_build.patch carry from
    https://gitlab.gnome.org/GNOME/libdmapsharing/issues/7
- 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).
- 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.
- 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.
- Summary and RPM group update
- Update to 2.9.32
  * Small fix for dmap_mdns_browser_start
- Make building more verbose
- 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.
- 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
- Add baselibs.conf to source list.
- Update to version 2.9.29
  * Make building tests optional
- Add pkgconfig(gee-0.8) and vala build require; new upstream dependencies
- Update to version 2.9.24:
  + Fix clang warning (bgo#711063).
  + Avoid OOB read with buggy servers (bgo#711063).
  + Use strlen() instead of hard-coding string length (bgo#711063).
- Changes from version 2.9.23:
  + Replace some assertions in dmap-gst-*-input-stream.c with error
    handling.
  + Fix daap-share.c:should_transcode().
- Update to version 2.9.22:
  + Fix memory leak in transcoding code.
  + Remove double "end_time = ".
- Changes from version 2.9.21:
  + Add hash to DMAP records.
  + Split out dmap_hash_progressive_to_string function.
  + Add progressive MD5 hash function
- Changes from version 2.9.20:
  + Modify use of DNS_SD_CFLAGS in configure.ac.
- Changes from version 2.9.19:
  + Require GLib2 >= 2.36 and fix some compile warnings in tests.
  + Fix up dmap.h and dmap-utils.h.
  + Get to compile without warnings.
  + Fix serving large videos.
  + Fix handling of pre-transcoded video; now works with iTunes
- Changes from version 2.9.18:
  + Export dmap_mime_to_format.
  + Update transcoders and add (still broken) QuickTime transcoder.
- Update to version 2.9.17:
  + Recompile Vala code with libgee-0.8.
- Changes from version 2.9.16:
  + Port to GStreamer 1.0
  + Use libgee 0.8
- Replace pkgconfig(gstreamer-plugins-base-0.10) BuildRequires with
  pkgconfig(gstreamer-plugins-base-1.0) and add explicit
  pkgconfig(gstreamer-app-1.0) BuildRequires.
- 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
- Update to version 2.9.14:
  + Use single include for glib.
- Update to version 2.9.13:
  + Use decodebin2 instead of decodebin.
  + Make Apple dns_sd DMAPMdnsBrowser work with multiple shares.
  + Several small bug fixes.
  + Plug memory leaks.
  + Code cleanups.
  + Build fixes.
- Drop libdmapsharing-missing-header.patch: fixed upstream.
- Update to version 2.9.12. This is a summary of the changes in the
  2.9.x branch:
  + Various API changes.
  + Attempt to serve on IPv6.
  + Fix authentication.
  + Add support for Remote version 2.
  + Add client-side DNS-SD.
  + Declare support for raop on mDNS (used by AirPortExpress).
  + Make library useful without GStreamer.
  + Vala-related clean up.
  + Several compatibility fixes.
  + Several bug fixes.
  + Code cleanups.
- Summary of changes introduced in the 2.1.x branches:
  + Add DACP support.
  + Fix serving to iTunes 10.
  + Allow two DMAP sub-protocols (e.g., DAAP and DPAP) in one
    process.
  + Several bug fixes.
- Change libsoup-devel BuildRequires to pkgconfig(libsoup-2.4).
- Add missing pkgconfig(gdk-pixbuf-2.0) BuildRequires, needed for
  cover art features.
- Remove pkgconfig(avahi-compat-libdns_sd) BuildRequires: we know
  it will not be used for dns-sd, as the standard avahi API will be
  used.
- Add libdmapsharing-missing-header.patch to fix build: add a
  missing include.
- Rename libdmapsharing2 to libdmapsharing-3_0-2 after library name
  change.
- Update descriptions.
- Stop using source service to download the tarball, as Factory
  will move away from this.
- Update to stable version 2.1.9 added mDNSResponder capability.
 
- Added 32bit compatibility libraries
- Added Url (fix for RPMLINT warning)
 
- Update to version 2.0.4:
  + Fix SO_VERSION and bump version number
- Changes from version 2.0.3:
  + Add DMAPMediaKind enum
- Changes from version 2.0.2:
  + Fix serving to iTunes 10
- Go back to version 2.0.1 (stable branch):
  + 2.1.0 is considered unstable and should not be used yet
  + Fixes the license headers in various source files, making clear
    that LGPLv2.1+ is the right license.
- Rename the shlib package to libdmapsharing1, according the soname
  of this version.
- Initial package, version 2.1.0

OBS-URL: https://build.opensuse.org/request/show/1073094
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=82
2023-03-20 12:55:02 +00:00
8449723693 Accepting request 1043972 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1043972
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=32
2022-12-21 15:06:23 +00:00
6f77569ecb Accepting request 1043713 from GNOME:Next
- Drop baselibs.conf: there is no known consumer of the -32bit
  package.

OBS-URL: https://build.opensuse.org/request/show/1043713
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=80
2022-12-20 17:56:45 +00:00
0ab89b4609 Accepting request 832548 from multimedia:libs
New upstream rel

OBS-URL: https://build.opensuse.org/request/show/832548
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=31
2020-09-09 15:46:47 +00:00
9b38ff885c Fix missing req in devel subpack
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=78
2020-09-05 21:46:32 +00:00
1b813da599 Accepting request 832545 from home:iznogood:branches:multimedia:libs
New stable rel

OBS-URL: https://build.opensuse.org/request/show/832545
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=77
2020-09-05 21:25:21 +00:00
878303160b Accepting request 733650 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/733650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=30
2019-10-07 11:36:07 +00:00
Tomáš Chvátal
3f3ff4fb4f Accepting request 733516 from home:iznogood:factory
New upstream release

OBS-URL: https://build.opensuse.org/request/show/733516
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=75
2019-09-27 10:25:32 +00:00
0f8cb962d4 Accepting request 730086 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/730086
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=29
2019-09-19 13:49:06 +00:00
bbf14c8870 Accepting request 730084 from home:iznogood:factory
Resub, with correct copy paste this time :-)

OBS-URL: https://build.opensuse.org/request/show/730084
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=73
2019-09-11 10:07:34 +00:00
30efcef9f1 Accepting request 696522 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/696522
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=28
2019-05-03 20:17:47 +00:00
b1f2361ea2 Accepting request 695917 from home:mlin7442:branches:multimedia:libs
fix build with vala >= 0.43

OBS-URL: https://build.opensuse.org/request/show/695917
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=71
2019-04-22 05:47:08 +00:00
736e84b1db Accepting request 505743 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/505743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=27
2017-06-23 07:18:44 +00:00
Bjørn Lie
da24ff2d2d Accepting request 505717 from home:Zaitor:branches:multimedia:libs
New upstream release

OBS-URL: https://build.opensuse.org/request/show/505717
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=69
2017-06-22 17:23:21 +00:00
e0408463db Accepting request 478745 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/478745
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=26
2017-03-12 19:05:42 +00:00
Bjørn Lie
c90a788ad7 Accepting request 477852 from home:Zaitor:branches:multimedia:libs
New upstream release

OBS-URL: https://build.opensuse.org/request/show/477852
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=67
2017-03-11 20:30:18 +00:00
147151a0f4 Accepting request 367296 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/367296
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=25
2016-03-08 08:39:10 +00:00
dd6b7d031b Accepting request 366630 from home:Zaitor:branches:multimedia:libs
New release

OBS-URL: https://build.opensuse.org/request/show/366630
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=65
2016-03-07 09:43:59 +00:00
24a27e3139 Accepting request 349526 from multimedia:libs
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/349526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=24
2015-12-21 11:04:57 +00:00
daa6c618f4 Accepting request 347842 from home:jengelh:branches:multimedia:libs
- Summary and RPM group update

OBS-URL: https://build.opensuse.org/request/show/347842
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=63
2015-12-11 16:30:50 +00:00
8931f04a6f Accepting request 346208 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/346208
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=23
2015-11-26 16:04:26 +00:00
23be87d5f1 Accepting request 345927 from home:pluskalm:branches:multimedia:libs
- Update to 2.9.32
  * Small fix for dmap_mdns_browser_start
- Make building more verbose

OBS-URL: https://build.opensuse.org/request/show/345927
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=61
2015-11-25 11:23:41 +00:00
Stephan Kulow
282be64d55 Accepting request 315980 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/315980
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=22
2015-07-14 15:44:04 +00:00
Bjørn Lie
e2d070f2e6 Accepting request 315977 from home:Zaitor:branches:multimedia:libs
New release

OBS-URL: https://build.opensuse.org/request/show/315977
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=59
2015-07-10 20:18:35 +00:00
2468b51d84 Accepting request 293082 from multimedia:libs
1

OBS-URL: https://build.opensuse.org/request/show/293082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=21
2015-03-25 20:05:59 +00:00
6c4ccadd90 Accepting request 292190 from home:pluskalm:branches:multimedia:libs
- 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

OBS-URL: https://build.opensuse.org/request/show/292190
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=57
2015-03-25 11:14:56 +00:00
a56d82084e Accepting request 284468 from multimedia:libs
- Add baselibs.conf to source list.

- Update to version 2.9.29
  * Make building tests optional
- Add pkgconfig(gee-0.8) and vala build require; new upstream dependencies

OBS-URL: https://build.opensuse.org/request/show/284468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=20
2015-02-06 21:38:03 +00:00
b3e2df5006 - Add baselibs.conf to source list.
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=55
2015-02-06 11:51:20 +00:00
bd06d8fc9c Accepting request 284206 from home:posophe:branches:multimedia:libs
Update

OBS-URL: https://build.opensuse.org/request/show/284206
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=54
2015-02-05 19:03:20 +00:00
Tomáš Chvátal
a7bf2374be Accepting request 212124 from multimedia:libs
- Update to version 2.9.24:
  + Fix clang warning (bgo#711063).
  + Avoid OOB read with buggy servers (bgo#711063).
  + Use strlen() instead of hard-coding string length (bgo#711063).
- Changes from version 2.9.23:
  + Replace some assertions in dmap-gst-*-input-stream.c with error
    handling.
  + Fix daap-share.c:should_transcode(). (forwarded request 211995 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/212124
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=18
2013-12-24 15:05:23 +00:00
fd0e21f42d Accepting request 211995 from home:Zaitor:branches:multimedia:libs
- Update to version 2.9.24:
  + Fix clang warning (bgo#711063).
  + Avoid OOB read with buggy servers (bgo#711063).
  + Use strlen() instead of hard-coding string length (bgo#711063).
- Changes from version 2.9.23:
  + Replace some assertions in dmap-gst-*-input-stream.c with error
    handling.
  + Fix daap-share.c:should_transcode().

OBS-URL: https://build.opensuse.org/request/show/211995
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=52
2013-12-23 18:07:21 +00:00
Tomáš Chvátal
3b89652327 Accepting request 186965 from multimedia:libs
Update to 2.9.22 (forwarded request 186938 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/186965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=16
2013-08-16 10:21:10 +00:00
30f0a6702d Accepting request 186938 from home:dimstar:branches:multimedia:libs
Update to 2.9.22

OBS-URL: https://build.opensuse.org/request/show/186938
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=50
2013-08-13 14:36:08 +00:00
Stephan Kulow
b007a92167 Accepting request 176010 from multimedia:libs
- Update to version 2.9.17:
  + Recompile Vala code with libgee-0.8.
- Changes from version 2.9.16:
  + Port to GStreamer 1.0
  + Use libgee 0.8
- Replace pkgconfig(gstreamer-plugins-base-0.10) BuildRequires with
  pkgconfig(gstreamer-plugins-base-1.0) and add explicit
  pkgconfig(gstreamer-app-1.0) BuildRequires. (forwarded request 175784 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/176010
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=15
2013-05-27 07:51:37 +00:00
Ismail Dönmez
cdff46ce06 Accepting request 175784 from home:dimstar:branches:multimedia:libs
- Update to version 2.9.17:
  + Recompile Vala code with libgee-0.8.
- Changes from version 2.9.16:
  + Port to GStreamer 1.0
  + Use libgee 0.8
- Replace pkgconfig(gstreamer-plugins-base-0.10) BuildRequires with
  pkgconfig(gstreamer-plugins-base-1.0) and add explicit
  pkgconfig(gstreamer-app-1.0) BuildRequires.

OBS-URL: https://build.opensuse.org/request/show/175784
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=48
2013-05-17 18:31:28 +00:00
Stephan Kulow
d928a1623e Accepting request 113182 from multimedia:libs
Update to 2.9.15 (forwarded request 113172 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/113182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=12
2012-04-12 07:37:03 +00:00
Ismail Dönmez
bb74be3f18 Accepting request 113172 from home:vuntz:branches:multimedia:libs
Update to 2.9.15

OBS-URL: https://build.opensuse.org/request/show/113172
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=46
2012-04-11 09:00:26 +00:00
Stephan Kulow
a420dad22d Accepting request 100528 from multimedia:libs
Update to 2.9.14 (forwarded request 100518 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/100528
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=11
2012-01-19 15:55:58 +00:00
b7c4ee96be Accepting request 100518 from home:vuntz:branches:multimedia:libs
Update to 2.9.14

OBS-URL: https://build.opensuse.org/request/show/100518
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=44
2012-01-18 08:46:47 +00:00
Stephan Kulow
b994925e3b replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=10
2011-12-06 17:23:09 +00:00
OBS User buildservice-autocommit
59e16f75ac Updating link to change in openSUSE:Factory/libdmapsharing revision 10.0
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=2174270e883c895646bb9223454b0848
2011-12-06 17:23:09 +00:00
Stephan Kulow
7e5a92616b Accepting request 91718 from multimedia:libs
Update to 2.9.13 (forwarded request 91717 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/91718
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=9
2011-11-16 16:18:40 +00:00
Ismail Dönmez
46df372dbb Accepting request 91717 from home:vuntz:branches:multimedia:libs
Update to 2.9.13

OBS-URL: https://build.opensuse.org/request/show/91717
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=42
2011-11-16 07:35:15 +00:00
Sascha Peilicke
16eefd4ce9 Accepting request 75239 from multimedia:libs
Update to 2.9.12

OBS-URL: https://build.opensuse.org/request/show/75239
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdmapsharing?expand=0&rev=7
2011-07-04 10:02:27 +00:00
Vincent Untz
a697d5d225 Accepting request 75238 from home:vuntz:branches:multimedia:libs
Update to 2.9.12

OBS-URL: https://build.opensuse.org/request/show/75238
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdmapsharing?expand=0&rev=40
2011-07-04 09:41:58 +00:00