Accepting request 146647 from home:posophe:branches:multimedia:libs

update to 0.4.1

OBS-URL: https://build.opensuse.org/request/show/146647
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquvi?expand=0&rev=8
This commit is contained in:
Ismail Dönmez 2012-12-29 18:34:57 +00:00 committed by Git OBS Bridge
parent ae17bc0b7a
commit 2f2d759214
4 changed files with 16 additions and 9 deletions

View File

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

3
libquvi-0.4.1.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Dec 29 18:01:49 UTC 2012 - p.drouand@gmail.com
- Update to 0.4.1 version:
* Add examples/parse.c [a26f5f6]
* Add examples/supported.c [179d997]
* DOC: Replace buzzhumor with gaskrank [3d2e015]
* FIX: Lua 5.2: Use luaL_newstate instead (#89) [6de7322]
* FIX: Make verify c/b check against correct option [0c4ff3b]
* FIX: Use dirname(3) properly [b2f1621]
- Remove conditionnal BuildRequires macros; now work fine with lua 5.2
-------------------------------------------------------------------
Mon Jan 23 09:26:42 UTC 2012 - vuntz@opensuse.org

View File

@ -19,19 +19,14 @@
%define soname 7
Name: libquvi
Version: 0.4.0
Version: 0.4.1
Release: 0
Summary: Library to parse flash media stream URLs
License: LGPL-2.1+
Group: System/Libraries
Url: http://quvi.sourceforge.net/
Source: %{name}-%{version}.tar.bz2
%if 0%{?suse_version} > 1210
# Not yet compatible with lua 5.2, see http://sourceforge.net/apps/trac/quvi/ticket/89
BuildRequires: lua51-devel
%else
BuildRequires: lua-devel >= 5.1
%endif
# For pkgconfig() Provides
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcurl) >= 7.18.2