Accepting request 162182 from GNOME:Factory

Push G:Factory

OBS-URL: https://build.opensuse.org/request/show/162182
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gupnp-av?expand=0&rev=28
This commit is contained in:
Stephan Kulow
2013-04-02 18:37:00 +00:00
committed by Git OBS Bridge
4 changed files with 110 additions and 8 deletions

View File

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

3
gupnp-av-0.12.1.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7c73f3c1e1c8f552079b8db8971348acf85078c82ed4da883b218bd993fcd4c4
size 336864

View File

@@ -1,3 +1,97 @@
-------------------------------------------------------------------
Tue Mar 19 10:11:11 UTC 2013 - zaitor@opensuse.org
- Update to version 0.12.1:
+ Fix compiler warnings.
+ Update .gitignore.
-------------------------------------------------------------------
Wed Feb 20 20:26:20 UTC 2013 - dimstar@opensuse.org
- Update to version 0.12.0:
+ Fix implicit dependency on glib 2.32.
+ Explicitly call AM_MAINTAINER_MODE([enable]).
-------------------------------------------------------------------
Wed Dec 26 10:50:08 UTC 2012 - zaitor@opensuse.org
- Update to version 0.11.6:
+ Fix an unitialized variable.
+ Fix a wrong use of BAD_CAST.
+ Fix handling of updateID in the CDS LastChange parser.
+ Fix CDS LastChange test.
+ Bugs fixed: bgo#689701, bgo#689808.
- Changes from version 0.11.4:
+ Fix API definition in gupnp-cds-last-change-parser.h
+ Set items in a media collection to "restricted" by default.
+ Bugs fixed: bgo#689517.
- Changes from version 0.11.3:
+ Fix DIDL_S parsing issues in GUPnPMediaCollection.
+ Fix reference count issues in GUPnPMediaCollection.
+ Add more tests for GUPnPMediaCollection.
+ Add test for LastChange parser.
+ Fix LD_LIBRARAY_PATH handling on make check.
+ Silence XSD validation errors on make check.
+ Silence makefile portability warnings.
+ Some gtk-doc fixes.
+ Add LastChange parser for LastChange in ContentDirectory:3
including tests.
+ Bugs fixed: bgo#689094, bgo#689141, bgo#689276.
-------------------------------------------------------------------
Sun Nov 25 20:01:02 UTC 2012 - dimstar@opensuse.org
- Update to version 0.11.3:
+ Fix documentation generation for recently added functionality.
+ Tweak XSD files to make the validation shut up completely.
+ Fix an issue in the DIDL-Lite filtering.
+ Add new class GUPnPMediaCollection for parsing and creation of
DIDL_S playlists.
+ Bugs fixed: bgo#687462.
-------------------------------------------------------------------
Tue Oct 30 20:01:13 UTC 2012 - dimstar@opensuse.org
- Update to version 0.11.2:
+ Implement fragment handling and verification in DIDLLiteObject.
+ Don't error out if vapigen cannot be found.
+ Updated translations.
- Require gupnp-av >= %{version} from the library package, as there
are now some data files packaged. We require '>=' in order to
allow multiple library versions in parallel, assuming the data
format stays compatible.
-------------------------------------------------------------------
Wed Oct 24 22:08:03 UTC 2012 - dimstar@opensuse.org
- Update to version 0.11.1:
+ Add m4 vapigen detection macro.
+ Fix introspection install dirs.
+ Fix objectUpdateID setter.
+ Add a FeatureList parser.
+ Add some XML fragment getters for DIDLLiteObject.
+ Lower G-I requirements.
+ Enable introspection during distcheck.
+ Undeprecate single-value _{get|set}_creator methods.
+ Bugs fixed: bgo#685963, bgo#686464.
-------------------------------------------------------------------
Sun Oct 7 10:24:17 UTC 2012 - zaitor@opensuse.org
- Update to version 0.11.0:
+ Add support for properties needed to implement MediaServer:3
"Track changes" functionality.
+ Add proper upnp:createClass support.
+ Clean-up pkg-config files and link to the correct libraries
instead of relying on gupnp leaking the right ones.
+ Generate vapi from GIR files.
+ Bugs fixed: bgo#684297, bgo#685477.
- Replace gobject-introspection-devel, libgupnp-devel BuildRequires
for their pkgconfig counterparts, gobject-introspection-1.0 and
gupnp-1.0.
- Add pkgconfig(vapigen) BuildRequires, needed to build the new
vala bindings.
-------------------------------------------------------------------
Sun Aug 19 21:57:50 UTC 2012 - dimstar@opensuse.org

View File

@@ -1,7 +1,7 @@
#
# spec file for package gupnp-av
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,16 @@
Name: gupnp-av
Version: 0.10.3
Version: 0.12.1
Release: 0
Summary: Library to ease the handling and implementation of UPnP A/V profiles
License: LGPL-2.0+
Group: Development/Libraries/C and C++
Url: http://www.gupnp.org/
Source: http://download.gnome.org/sources/gupnp-av/0.10/%{name}-%{version}.tar.xz
BuildRequires: gobject-introspection-devel
BuildRequires: libgupnp-devel >= 0.17.0
Source: http://download.gnome.org/sources/gupnp-av/0.12/%{name}-%{version}.tar.xz
BuildRequires: pkgconfig(gobject-introspection-1.0) >= 0.9.5
BuildRequires: pkgconfig(gupnp-1.0) >= 0.19.0
BuildRequires: pkgconfig(vapigen)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -35,6 +36,7 @@ implementation of UPnP A/V profiles.
%package -n libgupnp-av-1_0-2
Summary: Library to ease the handling and implementation of UPnP A/V profiles
Group: Development/Libraries/C and C++
Requires: %{name} >= %{version}
%description -n libgupnp-av-1_0-2
GUPnP A/V is a small utility library that aims to ease the handling and
@@ -78,6 +80,10 @@ rm -rf %{buildroot}
%postun -n libgupnp-av-1_0-2 -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_datadir}/gupnp-av/
%files -n libgupnp-av-1_0-2
%defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS README
@@ -96,5 +102,7 @@ rm -rf %{buildroot}
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/%{name}
%{_datadir}/vala/vapi/gupnp-av-1.0.deps
%{_datadir}/vala/vapi/gupnp-av-1.0.vapi
%changelog