rpms/grip/FC-5 grip-3.2.0-default.patch, 1.2, 1.3 grip.spec, 1.13, 1.14

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


Author: adrian

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

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-5/grip-3.2.0-default.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- grip-3.2.0-default.patch	30 Mar 2006 10:22:26 -0000	1.2
+++ grip-3.2.0-default.patch	2 Jan 2007 23:20:45 -0000	1.3
@@ -23,15 +23,6 @@
  				      {"",""}
 --- grip-3.2.0/src/grip.c.rh-default-encoder	2004-04-15 20:23:54.000000000 +0200
 +++ grip-3.2.0/src/grip.c	2004-06-20 01:51:47.994840760 +0200
-@@ -515,7 +515,7 @@
-   GtkWidget *logo;
-   GtkWidget *ebox;
-   GtkWidget *button;
--  char versionbuf[20];
-+  char versionbuf[22];
- 
-   aboutpage=MakeNewPage(uinfo->notebook,_("About"));
- 
 @@ -832,7 +832,7 @@
    ginfo->using_builtin_cdp=FALSE;
  #endif
@@ -47,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-5/grip.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- grip.spec	23 Jun 2006 09:09:38 -0000	1.13
+++ grip.spec	2 Jan 2007 23:20:45 -0000	1.14
@@ -1,7 +1,7 @@
 Summary: Front-end for CD rippers and Ogg Vorbis encoders
 Name: grip
 Version: 3.2.0
-Release: 12%{?dist}
+Release: 15%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Multimedia
@@ -74,6 +74,15 @@
 %{_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
+
+* Sat Sep 09 2006 Adrian Reber <adrian at lisas.de> - 1:3.2.0-13
+- rebuilt
+
 * Fri Jun 23 2006 Adrian Reber <adrian at lisas.de> - 1:3.2.0-12
 - updated with patch from novell to fix crashes when calling
   external programs (#184542)




More information about the scm-commits mailing list