rpms/grip/FC-6 grip-3.2.0-default.patch, 1.1, 1.2 grip.spec, 1.15, 1.16

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Tue Jan 2 23:22:35 UTC 2007


Author: adrian

Update of /cvs/extras/rpms/grip/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22885

Modified Files:
	grip-3.2.0-default.patch grip.spec 
Log Message:
* Wed Jan 03 2007 Adrian Reber <adrian at lisas.de> - 1:3.2.0-15
- changed default file extension (#220777)


grip-3.2.0-default.patch:

Index: grip-3.2.0-default.patch
===================================================================
RCS file: /cvs/extras/rpms/grip/FC-6/grip-3.2.0-default.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- grip-3.2.0-default.patch	2 Mar 2005 08:48:40 -0000	1.1
+++ grip-3.2.0-default.patch	2 Jan 2007 23:22:05 -0000	1.2
@@ -38,10 +38,9 @@
    ginfo->selected_encoder=1;
 -  strcpy(ginfo->mp3cmdline,"-h -b %b %w %m");
 -  FindExeInPath("lame", ginfo->mp3exename, sizeof(ginfo->mp3exename));
--  strcpy(ginfo->mp3fileformat,"~/mp3/%A/%d/%n.%x");
 +  strcpy(ginfo->mp3cmdline,"-o %m -a %a -l %d -t %n -N %t -G %G -d %y -q 4 %w");
 +  FindExeInPath("oggenc", ginfo->mp3exename, sizeof(ginfo->mp3exename));
-+  strcpy(ginfo->mp3fileformat,"~/ogg/%A/%d/%n.ogg");
+   strcpy(ginfo->mp3fileformat,"~/mp3/%A/%d/%n.%x");
    strcpy(ginfo->mp3extension,"mp3");
    ginfo->mp3nice=0;
    *ginfo->mp3_filter_cmd='\0';


Index: grip.spec
===================================================================
RCS file: /cvs/extras/rpms/grip/FC-6/grip.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- grip.spec	31 Oct 2006 20:29:53 -0000	1.15
+++ grip.spec	2 Jan 2007 23:22:05 -0000	1.16
@@ -1,7 +1,7 @@
 Summary: Front-end for CD rippers and Ogg Vorbis encoders
 Name: grip
 Version: 3.2.0
-Release: 14%{?dist}
+Release: 15%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Multimedia
@@ -74,6 +74,9 @@
 %{_mandir}/man1/*
 
 %changelog
+* Wed Jan 03 2007 Adrian Reber <adrian at lisas.de> - 1:3.2.0-15
+- changed default file extension (#220777)
+
 * Tue Oct 31 2006 Adrian Reber <adrian at lisas.de> - 1:3.2.0-14
 - rebuilt for new curl
 




More information about the scm-commits mailing list