SHA256
1
0
forked from pool/libquvi

Accepting request 101102 from home:vuntz:branches:multimedia:libs

Revert my last change, sorry :/

OBS-URL: https://build.opensuse.org/request/show/101102
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquvi?expand=0&rev=6
This commit is contained in:
Ismail Dönmez 2012-01-23 09:55:10 +00:00 committed by Git OBS Bridge
parent ba22da7138
commit a4e0a0d717
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 23 09:26:42 UTC 2012 - vuntz@opensuse.org
- Revert my previous change: libquvi doesn't work with lua 5.2, see
http://sourceforge.net/apps/trac/quvi/ticket/89
-------------------------------------------------------------------
Tue Jan 17 12:37:03 UTC 2012 - vuntz@opensuse.org

View File

@ -26,7 +26,12 @@ 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