diff --git a/libquvi.changes b/libquvi.changes index 6fb3182..12e7a70 100644 --- a/libquvi.changes +++ b/libquvi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 17 12:37:03 UTC 2012 - vuntz@opensuse.org + +- Always build against lua-devel: lua 5.2 on 12.2/Factory doesn't + seem to be an issue. + ------------------------------------------------------------------- Tue Jan 10 13:13:14 UTC 2012 - vuntz@opensuse.org diff --git a/libquvi.spec b/libquvi.spec index bf38acf..841c988 100644 --- a/libquvi.spec +++ b/libquvi.spec @@ -1,7 +1,7 @@ # # spec file for package libquvi # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,17 +15,18 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define soname 7 Name: libquvi Version: 0.4.0 -Release: 1 +Release: 0 Summary: Library to parse flash media stream URLs -Group: System/Libraries License: LGPL-2.1+ +Group: System/Libraries Url: http://quvi.sourceforge.net/ Source: %{name}-%{version}.tar.bz2 -BuildRequires: lua51-devel +BuildRequires: lua-devel >= 5.1 # For pkgconfig() Provides BuildRequires: pkg-config BuildRequires: pkgconfig(libcurl) >= 7.18.2