rpms/geglmm/F-10 geglmm-0.0.22-add-cstdio.patch, NONE, 1.1 geglmm-0.0.22-kill-warnings.patch, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dodji Seketeli dodji at fedoraproject.org
Wed Feb 18 17:55:47 UTC 2009


Author: dodji

Update of /cvs/pkgs/rpms/geglmm/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv21467/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	geglmm-0.0.22-add-cstdio.patch 
	geglmm-0.0.22-kill-warnings.patch import.log 
Log Message:
* Wed Feb 18 2009 Dodji Seketeli <dodji at redhat.org> 0.0.22-2
- Use dist macro
- Give source0 with full URL
- Remove babl-devel from Requires, as gegl-devel already requires it
- Make dependency between -devel and base package be EVR specific
- Use defattr(-,root,root,-)
- Add AUTHORS COPYING COPYING.LESSER to main package
- Add ChangeLog to devel package
- Add add-cstdio.patch
- Add kill-warnings.patch



geglmm-0.0.22-add-cstdio.patch:

--- NEW FILE geglmm-0.0.22-add-cstdio.patch ---
commit 58eed3442d52b6deae9ca985dda9450bcd4aa569
Author: Dodji Seketeli <dodji at redhat.com>
Date:   Sun Feb 15 14:39:38 2009 +0100

    Fix a compilation error
    
    	* examples/hello-world.cc: Include <cstdio> to declare snprintf.

diff --git a/examples/hello-world.cc b/examples/hello-world.cc
index 1fd2641..7f44c9b 100644
--- a/examples/hello-world.cc
+++ b/examples/hello-world.cc
@@ -1,3 +1,4 @@
+#include <cstdio>
 #include <glib.h>
 #include <geglmm/init.h>
 #include <geglmm/node.h>

geglmm-0.0.22-kill-warnings.patch:

--- NEW FILE geglmm-0.0.22-kill-warnings.patch ---
commit 2523a724b8481fdba4f1adc319a25a243e07dacf
Author: Dodji Seketeli <dodji at redhat.com>
Date:   Sun Feb 15 14:46:28 2009 +0100

    Fix warnings
    
    	* examples/geglbuffer-clock.cc (main): Remove unused variables.
    	val and string.

diff --git a/examples/geglbuffer-clock.cc b/examples/geglbuffer-clock.cc
index 093e958..c1cc9d3 100644
--- a/examples/geglbuffer-clock.cc
+++ b/examples/geglbuffer-clock.cc
@@ -60,11 +60,9 @@ main (gint    argc,
   {
     gint frame;
     gint frames = 1024;
-    GTimeVal val;
 
     for (frame=0; frame<frames; frame++)
       {
-        gchar string[512];
         struct timeval tv;
 
         int t = gettimeofday(&tv, NULL);


--- NEW FILE import.log ---
geglmm-0_0_22-2_fc10:F-10:geglmm-0.0.22-2.fc10.src.rpm:1234979636


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/geglmm/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	16 Feb 2009 21:35:25 -0000	1.1
+++ .cvsignore	18 Feb 2009 17:55:16 -0000	1.2
@@ -0,0 +1 @@
+geglmm-0.0.22.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/geglmm/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	16 Feb 2009 21:35:25 -0000	1.1
+++ sources	18 Feb 2009 17:55:16 -0000	1.2
@@ -0,0 +1 @@
+70cb8d6a97b0d51cc25bde84f4593786  geglmm-0.0.22.tar.bz2




More information about the fedora-extras-commits mailing list