From df3e94591448aab1d9bd8c4f4ba5ab49ca98c407dd32e143e471b6b86facb1bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 26 Aug 2013 11:31:52 +0000 Subject: [PATCH] Accepting request 196380 from home:dimstar:libquvi Update to 0.9.3 OBS-URL: https://build.opensuse.org/request/show/196380 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/quvi?expand=0&rev=6 --- quvi-0.4.2.tar.bz2 | 3 --- quvi-0.9.3.tar.xz | 3 +++ quvi.changes | 22 ++++++++++++++++++++++ quvi.spec | 17 +++++++++++++---- 4 files changed, 38 insertions(+), 7 deletions(-) delete mode 100644 quvi-0.4.2.tar.bz2 create mode 100644 quvi-0.9.3.tar.xz diff --git a/quvi-0.4.2.tar.bz2 b/quvi-0.4.2.tar.bz2 deleted file mode 100644 index 8f091dc..0000000 --- a/quvi-0.4.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f4e40c14373cb3d358ae1b14a427625774fd09a366b6da0c97d94cb1ff733c3 -size 129842 diff --git a/quvi-0.9.3.tar.xz b/quvi-0.9.3.tar.xz new file mode 100644 index 0000000..e6185a4 --- /dev/null +++ b/quvi-0.9.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2e0a550d2c8846ff655d5c11b98b3784883a5d605f6977fa0781bc6a75ce75e +size 315020 diff --git a/quvi.changes b/quvi.changes index 59611ef..8a3c641 100644 --- a/quvi.changes +++ b/quvi.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Mon Aug 26 11:10:59 UTC 2013 - dimstar@opensuse.org + +- Update to version 0.9.3: + + cb_status: Update for user_data + + configure.ac: Require a2x when building from git. + + DOC: --exec: Add details to %e and %f sequences. + + DOC: --exec: Add the missing %e sequence. + + DOC: quvi-get(1): Revise the output-regex description. + + FIX: configure.ac: AS_IF for date(1). + + FIX: regex pattern extraction (e.g. --output-regex). + + status: Replace use of GDateTime with static frames. + + --version: Add CC and CFLAGS to output. + + --version: libquvi: Add QUVI_VERSION_BUILD_CC_FLAGS to output. +- Add new BuildRequires, based on configure checks: + + pkgconfig(glib-2.0) + + pkgconfig(gobject-2.0) + + pkgconfig(json-glib-1.0) + + pkgconfig(libxml-2.0) +- Replace pkgconfig(libquvi) BuildRequires with + pkgconfig(libquvi-0.9), following the port to libquvi-0.9. + ------------------------------------------------------------------- Sat May 4 20:54:51 UTC 2013 - grauwolf@geekosphere.org diff --git a/quvi.spec b/quvi.spec index 9bd4eea..9e8d1dd 100644 --- a/quvi.spec +++ b/quvi.spec @@ -1,7 +1,7 @@ # # spec file for package quvi # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -17,16 +17,20 @@ Name: quvi -Version: 0.4.2 +Version: 0.9.3 Release: 0 Summary: Command line tool for parsing flash media stream URLs License: LGPL-2.1+ Group: Productivity/Multimedia/Other Url: http://quvi.sourceforge.net/ -Source: %{name}-%{version}.tar.bz2 +Source: http://sourceforge.net/projects/quvi/files/0.9/quvi/quvi-0.9.3.tar.xz BuildRequires: pkg-config +BuildRequires: pkgconfig(glib-2.0) >= 2.24 +BuildRequires: pkgconfig(gobject-2.0) >= 2.24 +BuildRequires: pkgconfig(json-glib-1.0) >= 0.12 BuildRequires: pkgconfig(libcurl) >= 7.18.2 -BuildRequires: pkgconfig(libquvi) >= 0.4.0 +BuildRequires: pkgconfig(libquvi-0.9) >= 0.9 +BuildRequires: pkgconfig(libxml-2.0) >= 2.7.8 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -49,5 +53,10 @@ make %{?_smp_mflags} %doc AUTHORS ChangeLog COPYING NEWS README %{_bindir}/quvi %{_mandir}/man1/quvi.1%{?ext_man} +%{_mandir}/man1/quvi-dump.1%{?ext_man} +%{_mandir}/man1/quvi-get.1%{?ext_man} +%{_mandir}/man1/quvi-info.1%{?ext_man} +%{_mandir}/man1/quvi-scan.1%{?ext_man} +%{_mandir}/man5/quvirc.5%{?ext_man} %changelog