rpms/grip/FC-5 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:09:38 UTC 2006


Author: adrian

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

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-5/grip.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- grip.spec	30 Mar 2006 10:22:26 -0000	1.12
+++ grip.spec	23 Jun 2006 09:09:38 -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,8 +74,12 @@
 %{_mandir}/man1/*
 
 %changelog
-* Mon Feb 13 2006 Adrian Reber <adrian at lisas.de> - 1:3.2.0-11
-- changed grip-3.2.0-default.patch to fix #187023
+* 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




More information about the fedora-extras-commits mailing list