SHA256
1
0
forked from pool/quvi

Accepting request 221684 from GNOME:Next

Update to 0.9.5

OBS-URL: https://build.opensuse.org/request/show/221684
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/quvi?expand=0&rev=8
This commit is contained in:
Ismail Dönmez 2014-02-11 09:26:20 +00:00 committed by Git OBS Bridge
parent cf0f3e544b
commit 361d079a9c
4 changed files with 27 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Feb 10 19:28:55 UTC 2014 - dimstar@opensuse.org
- Update to version 0.9.5:
+ Fix compilation errors:
- array initialized from parenthesized string constant.
- comma at end of enumerator list.
+ linput: Rewrite input parsing completely.
+ quvi-dump: Do not escape reserved chars in URLs.
- Changes from version 0.9.4:
+ Add --enable-cookies.
+ g_type_init: no longer needs to be called.
+ Revise --version output.
+ --version: Add "configuration" to output.
+ --version: Add QUVI_VERSION_SCRIPTS_CONFIGURATION to output.
- Changes from version 0.9.3.1:
+ AC_PREREQ: Bump to 2.69/
+ DOC: Add chevs and (missing) ARGNAMEs to "config:" lines.
+ status: Mark message output for translation.
+ status: Redo frames to look similar to progressbar frames.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 26 11:10:59 UTC 2013 - dimstar@opensuse.org Mon Aug 26 11:10:59 UTC 2013 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package quvi # spec file for package quvi
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: quvi Name: quvi
Version: 0.9.3 Version: 0.9.5
Release: 0 Release: 0
Summary: Command line tool for parsing flash media stream URLs Summary: Command line tool for parsing flash media stream URLs
License: LGPL-2.1+ License: LGPL-2.1+
Group: Productivity/Multimedia/Other Group: Productivity/Multimedia/Other
Url: http://quvi.sourceforge.net/ Url: http://quvi.sourceforge.net/
Source: http://sourceforge.net/projects/quvi/files/0.9/quvi/quvi-0.9.3.tar.xz Source: http://sourceforge.net/projects/quvi/files/0.9/quvi/quvi-0.9.5.tar.xz
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: pkgconfig(glib-2.0) >= 2.24 BuildRequires: pkgconfig(glib-2.0) >= 2.24
BuildRequires: pkgconfig(gobject-2.0) >= 2.24 BuildRequires: pkgconfig(gobject-2.0) >= 2.24