rpms/vorbis-tools/F-13 vorbis-tools-1.2.0-vcomment-tag.patch, NONE, 1.1 vorbis-tools.spec, 1.39, 1.40

Kamil Dudka kdudka at fedoraproject.org
Tue Jun 15 10:49:14 UTC 2010


Author: kdudka

Update of /cvs/extras/rpms/vorbis-tools/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2690

Modified Files:
	vorbis-tools.spec 
Added Files:
	vorbis-tools-1.2.0-vcomment-tag.patch 
Log Message:
- fix SIGSEGV of vorbiscomment --tag (#602904)

vorbis-tools-1.2.0-vcomment-tag.patch:
 vcomment.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE vorbis-tools-1.2.0-vcomment-tag.patch ---
diff --git a/vorbiscomment/vcomment.c b/vorbiscomment/vcomment.c
index d37ba08..83ce1db 100644
--- a/vorbiscomment/vcomment.c
+++ b/vorbiscomment/vcomment.c
@@ -34,7 +34,7 @@
 struct option long_options[] = {
 	{"list",0,0,'l'},
 	{"append",0,0,'a'},
-	{"tag",0,0,'t'},
+	{"tag",required_argument,0,'t'},
 	{"write",0,0,'w'},
 	{"help",0,0,'h'},
 	{"quiet",0,0,'q'}, /* unused */


Index: vorbis-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/vorbis-tools/F-13/vorbis-tools.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -p -r1.39 -r1.40
--- vorbis-tools.spec	25 Nov 2009 18:15:24 -0000	1.39
+++ vorbis-tools.spec	15 Jun 2010 10:49:14 -0000	1.40
@@ -1,14 +1,20 @@
 Summary:	The Vorbis General Audio Compression Codec tools
 Name:		vorbis-tools
 Version:	1.2.0
-Release:	7%{?dist}
+Release:	8%{?dist}
 Epoch:		1
 Group:		Applications/Multimedia
 License:	GPLv2
 URL:		http://www.xiph.org/
 Source:		http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
 Patch0:		vorbis-tools-1.2.0-non-block.patch
+
+# fix for #526653
 Patch1:		vorbis-tools-1.2.0-oggenc-resample.patch
+
+# fix for #602904
+Patch2:		vorbis-tools-1.2.0-vcomment-tag.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	libvorbis-devel libao-devel curl-devel speex-devel flac-devel
 Obsoletes:	vorbis < %{epoch}:%{version}-%{release}
@@ -27,6 +33,7 @@ comment editor.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure
@@ -51,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Jun 15 2010 Kamil Dudka <kdudka at redhat.com> - 1:1.2.0-8
+- fix SIGSEGV of vorbiscomment --tag (#602904)
+
 * Wed Nov 25 2009 Kamil Dudka <kdudka at redhat.com> - 1:1.2.0-7
 - fix source URL
 



More information about the scm-commits mailing list