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
This commit is contained in:
Ismail Dönmez 2013-08-26 11:31:52 +00:00 committed by Git OBS Bridge
parent 3d1db13602
commit df3e945914
4 changed files with 38 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f4e40c14373cb3d358ae1b14a427625774fd09a366b6da0c97d94cb1ff733c3
size 129842

3
quvi-0.9.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e2e0a550d2c8846ff655d5c11b98b3784883a5d605f6977fa0781bc6a75ce75e
size 315020

View File

@ -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

View File

@ -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