diff --git a/libquvi-0.4.0.tar.bz2 b/libquvi-0.4.0.tar.bz2 deleted file mode 100644 index ea8ea98..0000000 --- a/libquvi-0.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:763a7876274cba3824f4c74b7efd555b3886e2a25c03fe6c8cdca20d67bfcf04 -size 301644 diff --git a/libquvi-0.4.1.tar.bz2 b/libquvi-0.4.1.tar.bz2 new file mode 100644 index 0000000..e30ceb5 --- /dev/null +++ b/libquvi-0.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5a2fb0571634483e8a957910f44e739f5a72eb9a1900bd10b453c49b8d5f49d +size 308126 diff --git a/libquvi.changes b/libquvi.changes index 0d04fac..aea393b 100644 --- a/libquvi.changes +++ b/libquvi.changes @@ -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 diff --git a/libquvi.spec b/libquvi.spec index 11ca7b7..94f2a9f 100644 --- a/libquvi.spec +++ b/libquvi.spec @@ -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