rpms/grip/devel grip-64bit-fix.patch,NONE,1.1 grip.spec,1.12,1.13

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


Author: adrian

Update of /cvs/extras/rpms/grip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14640

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/devel/grip.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- grip.spec	12 May 2006 08:03:35 -0000	1.12
+++ grip.spec	23 Jun 2006 09:07:26 -0000	1.13
@@ -1,7 +1,7 @@
 Summary: Front-end for CD rippers and Ogg Vorbis encoders
 Name: grip
 Version: 3.2.0
-Release: 11%{?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,10 @@
 %{_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
 




More information about the fedora-extras-commits mailing list