Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

libgupnp-1_2-0-1.2.2-lp152.1.1 RPM for aarch64

From OpenSuSE Ports Leap 15.2 for aarch64

Name: libgupnp-1_2-0 Distribution: openSUSE Leap 15.2
Version: 1.2.2 Vendor: openSUSE
Release: lp152.1.1 Build date: Fri Mar 6 15:34:32 2020
Group: Development/Libraries/C and C++ Build host: obs-arm-3
Size: 332559 Source RPM: gupnp-1.2.2-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: http://www.gupnp.org/
Summary: Implementation of the UPnP specification
GUPnP implements the UPnP specification: resource announcement and
discovery, description, control, event notification, and presentation
(GUPnP includes basic web server functionality through libsoup). GUPnP
does not include helpers for construction or control of specific
standardized resources (e.g. MediaServer); this is left for higher level
libraries utilizing the GUPnP framework.

Provides

Requires

License

LGPL-2.0-or-later

Changelog

* Thu Jan 02 2020 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.2.2:
    + Fix macOS dylib versioning.
    + Fix endless loop on early notify.
    + Several documentation fixes.
    + Implement version-independent type registration in
      ResourceFactory.
    + Fix an issue with implementation of the depracted functions.
    + Fix an issue with including net/if.h and linux/if.h.
    + Add async introspection functions matching the usual GIO
      function pattern.
    + Go through main loop if introspection fails before the actual
      network request.
    + Bump required GLib version to 2.58.
* Thu May 30 2019 bjorn.lie@gmail.com
  - Update to version 1.2.1:
    + Fix a deadlock when cancelling an action.
    + Do not call-back a cancelled action.
    + Fix public dependencies.
* Thu May 30 2019 bjorn.lie@gmail.com
  - Update to version 1.2.0:
    + Stable release version bump.
* Thu May 30 2019 bjorn.lie@gmail.com
  - Update to version 1.1.2:
    + Use python3 in binding tool.
    + Avoid a static buffer in the linux context manager.
    + Add UDA version and address family to linux context manager.
    + Implement ssdp:update in context manager.
    + Update documentation.
    + Introduce new sync/async service proxy call API.
* Thu May 30 2019 bjorn.lie@gmail.com
  - Update to version 1.1.1:
    + Fix issue when building VAPI.
    + Pass on network mask from linux CM.
    + Properly rewrite v6 link-local urls when accessing.
    + Minor introspection annotation fixes.
    + Properly filter v6 scopes in linux CM.
    + Fix compile issues with linux CM when there is no wireless.h.
    + Fix doble-free in linux CM.
    + Simplify build tests a bit.
  - Changes from version 1.1.0:
    + Bump API and ABI version.
    + GUPnPRootDevice implements GInitable.
    + Clean-up functions added for GObject-Introspection
      compatibility.
    + Remove all deprecated functions from GUPnP 1.0 API.
    + Switch build to Meson.
    + Port everything to new GLib type macros.
    + Add IPv6 support to Linux context manager.
    + Fix IPv6 LL support for context.
    + Add gupnp_context_manager_create_full for specifying the socket
      family.
    + Bugs fixed: bgo#654446, bgo#770318, bgo#777491, bgo#780640,
      bgo#780715, bgo#793955.
  - Switch to meson buildsystem, add meson and gtk-doc BuildRequires
    and macros.
  - Add pkgconfig(gio-2.0), pkgconfig(glib-2.0),
    pkgconfig(gmodule-2.0) and pkgconfig(gobject-2.0) BuildRequires:
    align with what meson checks for.
  - Replace pkgconfig(gssdp-1.0) with pkgconfig(gssdp-1.2)
    BuildRequires following upstreams changes.
  - Add soname and sover defines and set them to 1_2-0 and 1.2, make
    future API and ABI bumps easier.
* Wed May 29 2019 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 1.0.4:
    + Fix some win32-specific warnings.
    + Backport meson support form master.
    + Fix introspection annotations for get_icon_url
    + Avoid static buffer in linux context manager.
    + Fix wrong include in ACL header.
    + Fix endless loop in service proxy.
* Tue Jul 31 2018 bjorn.lie@gmail.com
  - Update to version 1.0.3:
    + Avoid a crash in gupnp_root_device_constructor.
    + Propagage User-Agent from Cache.
    + Fix potential issue with boolean vs. bitwise evaluation.
    + Fix a crash in GUPnPServiceProxy::subscription_expire.
    + Accept broken Action header without the ".
    + Fix issue with strcpy destination buffer size in linux context
      manager.
    + Bugs fixed: bgo#780640, bgo#780715, bgo#793955.
* Mon Jun 04 2018 dimstar@opensuse.org
  - Drop NetworkManager recommends from libgupn-1_0-4: There is no
    reason to pollute a system with NM just because something pulls
    in libgupnp (boo#1082090).
* Wed Feb 28 2018 dimstar@opensuse.org
  - Modernize spec-file by calling spec-cleaner
* Mon Mar 20 2017 dimstar@opensuse.org
  - Update to version 1.0.2:
    + Fix a potential crash of GUPnPProxy when trying to access a
      dangling GUPnPServiceProxy pointer of a server handler
      (bgo#777491).
* Sat Oct 15 2016 zaitor@opensuse.org
  - Update to version 1.0.1:
    + Connman CM: Various fixes.
    + Linux CM: Fix compiler warning about negative shift.
    + Documentation:
    - Fix FSF address.
    - Fix references.
    + Build: Update ax_append_link_flags.
    + Bugs fixed: bgo#770318.
* Mon Sep 19 2016 zaitor@opensuse.org
  - Update to version 1.0.0:
    + No changes.
* Tue Aug 16 2016 zaitor@opensuse.org
  - Update to version 0.99.0:
    + Fix build on OS X.
* Tue Jun 21 2016 zaitor@opensuse.org
  - Update to version 0.20.18:
    + Retry description URL on failure.
    + Bugs fixed: bgo#694450.
* Thu May 19 2016 tyang@suse.com
  - Update to GNOME 3.20.2  Fate#318572.
* Tue Apr 26 2016 zaitor@opensuse.org
  - Update to version 0.20.17:
    + Update autogen.sh from GNOME template.
    + Cache user agents by IP.
    + Remove intltool.
    + Use newTargetValue in light example.
    + Bugs fixed: bgo#653894, bgo#763945, bgo#764050.
* Fri Apr 15 2016 mgorse@suse.com
  - Update to GNOME 3.20  Fate#318572
* Tue Feb 09 2016 dimstar@opensuse.org
  - Update to version 0.20.16:
    + Don't hardcode python path in gupnp-binding-tool.
    + Check for IFA_FLAGS to not bind ourselves to a recent kernel
      version.
    + Add missing m4 files.
    + Fix issues with introspection.
    + Make GUPnPServiceAction boxed.
    + Some JavaScript examples.
    + Distribute VAPI file in tarball.
    + Bugs fixed: bgo#760217, bgo#760430, bgo#761265.
* Sun Jan 03 2016 zaitor@opensuse.org
  - Update to version 0.20.15:
    + Remove gnome-common
    + Fix issue with gupnp_service_signals_autoconnect() blocking
      endlessly.
    + Fix return type for BIN_HEX.
    + Update some m4 macros.
    + Fix typos in API docs.
    + NetworkManager context manager:
    - Fix use-after-free issue.
    - Fix various static code analysis findings.
    + Netlink context manager:
    - Use proper macros for RTM_*ADDRESS messages.
    - Use device name from netlink.
    - Add possibility to dump received netlink packets for
      debugging.
    - Fix issues with losing contexts after DHCP renew happens.
    - Some style fixes.
    + Bugs fixed: bgo#736365, bgo#741257, bgo#750936, bgo#752490,
      bgo#759000.
* Mon May 11 2015 dimstar@opensuse.org
  - Update to version 0.20.14:
    + Simplify UUID handling.
    + Bugs fixed: bgo#743072, bgo#744221.
* Mon Jan 05 2015 dimstar@opensuse.org
  - Update to version 0.20.13:
    + Fix cyclic includes.
    + Avoid redefinition of symbols.
    + Fix missing function declaration.
    + Don't check for connman.pc.
    + Allow actions without arguments.
    + Respect "prefer_bigger" even if there is no icon size.
    + DOAP fixes.
    + Fix VAPI generation.
    + Fix reference counting.
    + Port to new libsoup API.
    + Bugs fixed: bgo#722696, bgo#731209, bgo#731457, bgo#733241,
      bgo#740267, bgo#742075.
* Thu Oct 16 2014 hrvoje.senjan@gmail.com
  - Add baselibs.conf: provide multi-arch packages.

Files

/usr/lib64/libgupnp-1.2.so.0
/usr/lib64/libgupnp-1.2.so.0.0.0
/usr/share/doc/packages/libgupnp-1_2-0
/usr/share/doc/packages/libgupnp-1_2-0/AUTHORS
/usr/share/doc/packages/libgupnp-1_2-0/NEWS
/usr/share/doc/packages/libgupnp-1_2-0/README
/usr/share/licenses/libgupnp-1_2-0
/usr/share/licenses/libgupnp-1_2-0/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:07:01 2024