Accepting request 158407 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158407 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gupnp?expand=0&rev=46
This commit is contained in:
parent
9f53974e3c
commit
47c1c925d7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6b437d5711b212292c6080626b97480268310da636a6cf937ad6119291af78a1
|
|
||||||
size 361524
|
|
3
gupnp-0.20.1.tar.xz
Normal file
3
gupnp-0.20.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a98ab69289742a075c9a7655650e0d1944a3886bb7851bf40ed82608a9ddac61
|
||||||
|
size 368108
|
@ -1,3 +1,70 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 6 12:30:37 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.20.1:
|
||||||
|
+ Fix suspicious use of va_list in the code.
|
||||||
|
+ Bugs fixed: bgo#689813.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 20 19:38:50 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.20.0:
|
||||||
|
+ Fix Accept-Language header generation.
|
||||||
|
+ Fix some issues with Windows support on mingw64.
|
||||||
|
+ Bugs fixed: bgo#683199.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 12 16:56:52 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.19.4:
|
||||||
|
+ Shuffle around some test data.
|
||||||
|
+ Fix a GError leak in the linux cm.
|
||||||
|
+ Fix a leak in variable notification.
|
||||||
|
+ Clarify usage of gupnp_service_proxy_remove_notify.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 26 10:43:01 UTC 2012 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.19.3:
|
||||||
|
+ Work-around missing notification messages.
|
||||||
|
- Changes from version 0.19.1:
|
||||||
|
+ Support Windows.
|
||||||
|
+ Fix searching for services in ControlPoint.
|
||||||
|
+ Drop deprecated calls to g_type_init on glib >= 2.35.
|
||||||
|
+ Fix LD_LIBRARY_PATH in make check.
|
||||||
|
+ Explicitly use IPv4 in tests.
|
||||||
|
+ Allow autogen.sh to be run out-of-tree.
|
||||||
|
+ Expose GSSDPResourceGroup of a root device.
|
||||||
|
+ Bugs fixed: bgo#687320, bgo#687621, bgo#689028, bgo#688411,
|
||||||
|
bgo#685643, bgo#682580, bgo#672830.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 24 22:06:03 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.19.1:
|
||||||
|
+ Include m4 macro for finding vapigen.
|
||||||
|
+ Run introspection with make distcheck.
|
||||||
|
+ Lower G-I requirement again.
|
||||||
|
+ Add gupnp_context_manager_get_port.
|
||||||
|
+ Don't stop configure if vapigen can't be found.
|
||||||
|
+ Drop some deprecated stuff from VAPI.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 7 09:46:32 UTC 2012 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.19.0:
|
||||||
|
+ Add an abstract base class for simple context managers.
|
||||||
|
+ Clean-up pkg-config files to not leak libraries.
|
||||||
|
+ Generate VAPI from GIR file.
|
||||||
|
+ Bugs fixed: bgo#680322, bgo#681963, bgo#673100, bgo#673933,
|
||||||
|
bgo#676803, bgo#682005, bgo#679204.
|
||||||
|
- Add pkgconfig(vapigen) BuildRequires, needed to build the new
|
||||||
|
vala bindings.
|
||||||
|
- Replace gobject-introspection-devel, libgssdp-devel,
|
||||||
|
libsoup-devel, libuuid-devel and libxml2-devel BuildRequires for
|
||||||
|
their pkgconfig counterparts, gobject-introspection-1.0,
|
||||||
|
gssdp-1.0, libsoup-2.4, libxml-2.0, uuid.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 19 22:07:30 UTC 2012 - dimstar@opensuse.org
|
Sun Aug 19 22:07:30 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
19
gupnp.spec
19
gupnp.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gupnp
|
# spec file for package gupnp
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,20 +17,21 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gupnp
|
Name: gupnp
|
||||||
Version: 0.18.4
|
Version: 0.20.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Implementation of the UPnP specification
|
Summary: Implementation of the UPnP specification
|
||||||
License: LGPL-2.0+
|
License: LGPL-2.0+
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://www.gupnp.org/
|
Url: http://www.gupnp.org/
|
||||||
Source: http://download.gnome.org/sources/gupnp/0.18/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gupnp/0.20/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: gobject-introspection-devel
|
|
||||||
BuildRequires: libgssdp-devel >= 0.11.2
|
|
||||||
BuildRequires: libsoup-devel >= 2.28.2
|
|
||||||
BuildRequires: libuuid-devel
|
|
||||||
BuildRequires: libxml2-devel
|
|
||||||
# Needed for the GTest
|
# Needed for the GTest
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.16
|
BuildRequires: pkgconfig(glib-2.0) >= 2.16
|
||||||
|
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.6.4
|
||||||
|
BuildRequires: pkgconfig(gssdp-1.0) >= 0.13.0
|
||||||
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.28.2
|
||||||
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
|
BuildRequires: pkgconfig(uuid)
|
||||||
|
BuildRequires: pkgconfig(vapigen)
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -121,5 +122,7 @@ rm -rf %{buildroot}
|
|||||||
%dir %{_datadir}/gtk-doc
|
%dir %{_datadir}/gtk-doc
|
||||||
%dir %{_datadir}/gtk-doc/html
|
%dir %{_datadir}/gtk-doc/html
|
||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
%{_datadir}/vala/vapi/gupnp-1.0.deps
|
||||||
|
%{_datadir}/vala/vapi/gupnp-1.0.vapi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user