diff --git a/quvi-0.9.3.tar.xz b/quvi-0.9.3.tar.xz deleted file mode 100644 index e6185a4..0000000 --- a/quvi-0.9.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2e0a550d2c8846ff655d5c11b98b3784883a5d605f6977fa0781bc6a75ce75e -size 315020 diff --git a/quvi-0.9.5.tar.xz b/quvi-0.9.5.tar.xz new file mode 100644 index 0000000..859d6cf --- /dev/null +++ b/quvi-0.9.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb3918aad990b9bc49828a5071159646247199a63de0dd4c706adc5c8cd0a2c0 +size 316676 diff --git a/quvi.changes b/quvi.changes index 8a3c641..47df042 100644 --- a/quvi.changes +++ b/quvi.changes @@ -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 diff --git a/quvi.spec b/quvi.spec index 9e8d1dd..d2b1c89 100644 --- a/quvi.spec +++ b/quvi.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: quvi -Version: 0.9.3 +Version: 0.9.5 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: 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: pkgconfig(glib-2.0) >= 2.24 BuildRequires: pkgconfig(gobject-2.0) >= 2.24