Accepting request 47772 from GNOME:Factory

Copy from GNOME:Factory/gupnp-dlna based on submit request 47772 from user vuntz

OBS-URL: https://build.opensuse.org/request/show/47772
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp-dlna?expand=0&rev=2
This commit is contained in:
OBS User autobuild
2010-09-13 10:14:47 +00:00
committed by Git OBS Bridge
parent 470421ff53
commit 3fbce250db
4 changed files with 26 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05e21d84bdb640a268f72494795cd890f5586f16f0d085043077dd7eb90e9bc1
size 336860

3
gupnp-dlna-0.3.1.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:869db6dabadbfefbd58010945dc68992ad04e60562a845bba004bdc9e6223722
size 348507

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Sep 1 12:20:15 CEST 2010 - vuntz@opensuse.org
- Update to version 0.3.1:
+ Update license from LGPL 2.0 to 2.1
+ Implement a "relaxed mode" so that we can match more media
(while not being strictly conformant to the DLNA spec.)
+ Modify several audio and video profiles to allow for relaxed
matching
+ Implement support for "extended profiles" so that we can add
custom profiles for popular formats no supported but the DLNA
spec.
+ Add extended and relaxed modes to gupnp-dlna-info and
gupnp-dlna-ls-profiles
+ Minor fixes and profile updates
- Update License tags to "LGPL v2.1 or later".
-------------------------------------------------------------------
Thu Aug 26 11:14:36 CEST 2010 - vuntz@opensuse.org

View File

@@ -1,5 +1,5 @@
#
# spec file for package gupnp-dlna (Version 0.3.0)
# spec file for package gupnp-dlna (Version 0.3.1)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,9 +18,9 @@
Name: gupnp-dlna
Version: 0.3.0
Version: 0.3.1
Release: 1
License: LGPL v2 or later
License: LGPLv2.1+
Summary: A collection of helpers for building DLNA applications
Url: http://www.gupnp.org/
Group: Development/Libraries/C and C++
@@ -35,7 +35,7 @@ GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.
%package -n libgupnp-dlna-1_0-2
License: LGPL v2 or later
License: LGPLv2.1+
Summary: A collection of helpers for building DLNA applications
Group: Development/Libraries/C and C++
@@ -44,7 +44,7 @@ GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.
%package -n libgupnp-dlna-devel
License: LGPL v2 or later
License: LGPLv2.1+
Summary: A collection of helpers for building DLNA applications - Development Files
Group: Development/Libraries/C and C++
Requires: libgupnp-dlna-1_0-2 = %{version}
@@ -54,7 +54,7 @@ GUPnP-dlna is a collection of helpers for building DLNA media sharing
applications using GUPnP.
%package -n gupnp-dlna-tools
License: LGPL v2 or later
License: LGPLv2.1+
Summary: A collection of helpers for building DLNA applications
Group: Development/Tools/Other