rpms/grip/FC-4 grip-64bit-fix.patch,NONE,1.1 grip.spec,1.8,1.9

Adrian Reber (adrian) fedora-extras-commits at redhat.com
Fri Jun 23 09:11:17 UTC 2006


Author: adrian

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

Modified Files:
	grip.spec 
Added Files:
	grip-64bit-fix.patch 
Log Message:
* 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)


grip-64bit-fix.patch:

--- NEW FILE grip-64bit-fix.patch ---
--- src/launch.c	2006/03/22 11:27:42	1.1
+++ src/launch.c	2006/03/22 11:28:02
@@ -243,7 +243,7 @@ void ArgsToLocale(GString **args)
   char *new_str;
   GString *new_arg;
   int pos;
-  int len;
+  gsize len;
 
   for(pos=1;args[pos];pos++) {
     new_str=g_locale_from_utf8(args[pos]->str,-1,NULL,&len,NULL);


Index: grip.spec
===================================================================
RCS file: /cvs/extras/rpms/grip/FC-4/grip.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- grip.spec	15 Sep 2005 20:10:26 -0000	1.8
+++ grip.spec	23 Jun 2006 09:11:17 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: Front-end for CD rippers and Ogg Vorbis encoders
 Name: grip
 Version: 3.2.0
-Release: 8%{?dist}
+Release: 12%{?dist}
 Epoch: 1
 License: GPL
 Group: Applications/Multimedia
@@ -11,6 +11,7 @@
 Patch2: grip-cell-renderer.patch
 Patch3: grip-3.2.0-id3.c.patch
 Patch4: grip.desktop.patch
+Patch5: grip-64bit-fix.patch
 URL: http://www.nostatic.org/grip/
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: vorbis-tools
@@ -31,6 +32,7 @@
 %patch2 -p1 -b .cell-renderer
 %patch3 -p1 -b .id3
 %patch4
+%patch5
 
 %build
 %configure
@@ -72,6 +74,19 @@
 %{_mandir}/man1/*
 
 %changelog
+* 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)
+
+* Fri May 12 2006 Adrian Reber <adrian at lisas.de> - 1:3.2.0-11
+- rebuilt for new vte
+
+* Mon Feb 13 2006 Adrian Reber <adrian at lisas.de> - 1:3.2.0-10
+- rebuilt
+
+* Tue Nov 15 2005 Adrian Reber <adrian at lisas.de> - 1:3.2.0-9
+- rebuilt
+
 * Wed Sep 14 2005 Adrian Reber <adrian at lisas.de> - 1:3.2.0-8
 - added .desktop patch from Chong Kai Xiong (#167989)
 




More information about the fedora-extras-commits mailing list