forked from pool/gupnp
Accepting request 111749 from GNOME:Factory
Pushing G:F OBS-URL: https://build.opensuse.org/request/show/111749 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp?expand=0&rev=26
This commit is contained in:
commit
c1f1f29bcd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:13b6f1a4e8e721e03ff22846c6e0e4d7ea3992245976a18e028fc54f7845c9ae
|
||||
size 350952
|
3
gupnp-0.18.2.tar.xz
Normal file
3
gupnp-0.18.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3715fa56c1f351132cffe7d69127da1daada7ff50481838c6dbfd17d7182743d
|
||||
size 357828
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 17 16:02:35 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.18.2:
|
||||
+ Revert the charset quoting patch from 0.18.1. Apparently this
|
||||
issue was only present in a special version of libsoup.
|
||||
+ Fix subscription timeout calculation.
|
||||
+ Minor fixes from static code analysis.
|
||||
+ Fix byte-range requests.
|
||||
+ Add a unit-test for byte-range requests.
|
||||
+ Bugs fixed: bgo#670518
|
||||
- Remove xz BuildRequires now that it comes for free in the build
|
||||
system.
|
||||
- Add explicit pkgconfig(glib-2.0) BuildRequires so it can be
|
||||
versioned.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 10 19:00:38 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gupnp
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,8 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gupnp
|
||||
Version: 0.18.1
|
||||
Version: 0.18.2
|
||||
Release: 0
|
||||
Summary: Implementation of the UPnP specification
|
||||
License: LGPL-2.0+
|
||||
@ -28,8 +29,8 @@ BuildRequires: libgssdp-devel >= 0.11.2
|
||||
BuildRequires: libsoup-devel >= 2.28.2
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: libxml2-devel
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
# Needed for the GTest
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.16
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user