Accepting request 221686 from GNOME:Next

Update to 0.9.4

OBS-URL: https://build.opensuse.org/request/show/221686
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquvi?expand=0&rev=14
This commit is contained in:
Ismail Dönmez 2014-02-11 09:26:42 +00:00 committed by Git OBS Bridge
parent bc82cbce45
commit 3de0e2d3cd
4 changed files with 14 additions and 7 deletions

View File

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

3
libquvi-0.9.4.tar.xz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Feb 10 19:32:50 UTC 2014 - dimstar@opensuse.org
- Update to version 0.9.4:
+ API: Return URLs in escaped (percent-encoded) form.
+ m_url_unescaped_form: Check if g_uri_unescape_string fails.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 21 13:48:36 UTC 2013 - tchvatal@suse.com Mon Oct 21 13:48:36 UTC 2013 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libquvi # spec file for package libquvi
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 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
@ -16,16 +16,16 @@
# #
%define soname -0_9-0_9_3 %define soname -0_9-0_9_4
Name: libquvi Name: libquvi
Version: 0.9.3 Version: 0.9.4
Release: 0 Release: 0
Summary: Library to parse flash media stream URLs Summary: Library to parse flash media stream URLs
License: LGPL-2.1+ License: LGPL-2.1+
Group: System/Libraries Group: System/Libraries
Url: http://quvi.sourceforge.net/ Url: http://quvi.sourceforge.net/
Source: http://downloads.sourceforge.net/project/quvi/0.9/libquvi/libquvi-%{version}.tar.xz Source: http://sourceforge.net/projects/quvi/files/0.9/libquvi/libquvi-0.9.4.tar.xz
BuildRequires: lua-devel BuildRequires: lua-devel
# For pkgconfig() Provides # For pkgconfig() Provides
BuildRequires: libgcrypt-devel BuildRequires: libgcrypt-devel