Accepting request 101105 from multimedia:libs

Revert my last change, sorry :/ (forwarded request 101102 from vuntz)

OBS-URL: https://build.opensuse.org/request/show/101105
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libquvi?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2012-01-24 11:19:11 +00:00 committed by Git OBS Bridge
commit 2251c60580
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