From bc82cbce45d99e5c7a56cd66b62fa46f3bd2cf8e7d955aed3d809a6d1bdc27d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Rodr=C3=ADguez?= Date: Tue, 22 Oct 2013 00:02:33 +0000 Subject: [PATCH] Accepting request 204195 from home:scarabeus_iv - Version bump to 0.9.3: - AC_PREREQ: Bump to 2.69 [c591b1b] - API: Add QUVI_OPTION_ALLOW_COOKIES [f56798b] - API: Add QUVI_VERSION_SCRIPTS_CONFIGURATION [f0c95e0] - API: quvi_version: Read "version" file as ini-file [4466c98] - FIX: error: implicit declaration of function 'luaL_register' [f02cc3a] - FIX: Unescape input URL before URL resolving [f2ce9b7] - quvi.http.cookie: Return unless QUVI_OPTION_ALLOW_COOKIES is QUVI_TRUE [876949e] OBS-URL: https://build.opensuse.org/request/show/204195 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libquvi?expand=0&rev=12 --- libquvi-0.9.2.tar.xz | 3 --- libquvi-0.9.3.tar.xz | 3 +++ libquvi.changes | 12 ++++++++++++ libquvi.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 libquvi-0.9.2.tar.xz create mode 100644 libquvi-0.9.3.tar.xz diff --git a/libquvi-0.9.2.tar.xz b/libquvi-0.9.2.tar.xz deleted file mode 100644 index 03abc17..0000000 --- a/libquvi-0.9.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:30f567e805641e582df9219db6ef3e642989b29c10ece0cbd58b002ad14c89a2 -size 370052 diff --git a/libquvi-0.9.3.tar.xz b/libquvi-0.9.3.tar.xz new file mode 100644 index 0000000..5faaf2c --- /dev/null +++ b/libquvi-0.9.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:894182cbc8858bf4dc5ae3f56661967a12d5677a931679730df1fa533af6187b +size 372012 diff --git a/libquvi.changes b/libquvi.changes index 77e5f8d..c903c24 100644 --- a/libquvi.changes +++ b/libquvi.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Oct 21 13:48:36 UTC 2013 - tchvatal@suse.com + +- Version bump to 0.9.3: + - AC_PREREQ: Bump to 2.69 [c591b1b] + - API: Add QUVI_OPTION_ALLOW_COOKIES [f56798b] + - API: Add QUVI_VERSION_SCRIPTS_CONFIGURATION [f0c95e0] + - API: quvi_version: Read "version" file as ini-file [4466c98] + - FIX: error: implicit declaration of function 'luaL_register' [f02cc3a] + - FIX: Unescape input URL before URL resolving [f2ce9b7] + - quvi.http.cookie: Return unless QUVI_OPTION_ALLOW_COOKIES is QUVI_TRUE [876949e] + ------------------------------------------------------------------- Wed Aug 14 09:08:35 UTC 2013 - dimstar@opensuse.org diff --git a/libquvi.spec b/libquvi.spec index 056a615..a74f1a7 100644 --- a/libquvi.spec +++ b/libquvi.spec @@ -16,16 +16,16 @@ # -%define soname -0_9-0_9_2 +%define soname -0_9-0_9_3 Name: libquvi -Version: 0.9.2 +Version: 0.9.3 Release: 0 Summary: Library to parse flash media stream URLs License: LGPL-2.1+ Group: System/Libraries Url: http://quvi.sourceforge.net/ -Source: http://downloads.sourceforge.net/project/quvi/0.9/libquvi/libquvi-0.9.2.tar.xz +Source: http://downloads.sourceforge.net/project/quvi/0.9/libquvi/libquvi-%{version}.tar.xz BuildRequires: lua-devel # For pkgconfig() Provides BuildRequires: libgcrypt-devel