packages: fluxbox/fluxbox.spec, fluxbox/fluxbox-gcc.patch (NEW) - rel 3 - f...

baggins baggins at pld-linux.org
Thu Jul 28 12:36:10 CEST 2011


Author: baggins                      Date: Thu Jul 28 10:36:10 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 3
- fix latest g++ incompatibilities

---- Files affected:
packages/fluxbox:
   fluxbox.spec (1.119 -> 1.120) , fluxbox-gcc.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/fluxbox/fluxbox.spec
diff -u packages/fluxbox/fluxbox.spec:1.119 packages/fluxbox/fluxbox.spec:1.120
--- packages/fluxbox/fluxbox.spec:1.119	Thu Jul 28 12:17:07 2011
+++ packages/fluxbox/fluxbox.spec	Thu Jul 28 12:36:04 2011
@@ -10,7 +10,7 @@
 Summary(pt_BR.UTF-8):	Fluxbox é um gerenciador de janelas baseado no Blackbox
 Name:		fluxbox
 Version:	1.3.1
-Release:	2
+Release:	3
 Epoch:		1
 License:	MIT-like
 Group:		X11/Window Managers
@@ -21,6 +21,7 @@
 Source3:	%{name}-pld.style
 Source4:	%{name}-pld.jpg
 Source5:	%{name}.menu
+Patch0:		%{name}-gcc.patch
 URL:		http://fluxbox.org/
 BuildRequires:	autoconf >= 2.52
 BuildRequires:	automake
@@ -73,6 +74,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 echo "session.screen0.antialias: true" >> data/init.in
 
@@ -178,6 +180,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.120  2011/07/28 10:36:04  baggins
+- rel 3
+- fix latest g++ incompatibilities
+
 Revision 1.119  2011/07/28 10:17:07  baggins
 - renamed gnome bcond
 

================================================================
Index: packages/fluxbox/fluxbox-gcc.patch
diff -u /dev/null packages/fluxbox/fluxbox-gcc.patch:1.1
--- /dev/null	Thu Jul 28 12:36:10 2011
+++ packages/fluxbox/fluxbox-gcc.patch	Thu Jul 28 12:36:04 2011
@@ -0,0 +1,30 @@
+--- fluxbox-1.3.1/src/FbTk/MacroCommand.hh~	2009-10-04 21:45:38.000000000 +0200
++++ fluxbox-1.3.1/src/FbTk/MacroCommand.hh	2011-07-28 12:31:21.200516416 +0200
+@@ -26,6 +26,7 @@
+ #include "RefCount.hh"
+ 
+ #include <vector>
++#include <cstring>
+ 
+ namespace FbTk {
+ 
+--- fluxbox-1.3.1/src/FbTk/LayerItem.hh~	2011-02-24 17:00:37.000000000 +0100
++++ fluxbox-1.3.1/src/FbTk/LayerItem.hh	2011-07-28 12:32:18.541516401 +0200
+@@ -26,6 +26,7 @@
+ #include "Layer.hh"
+ #include "NotCopyable.hh"
+ #include <vector>
++#include <cstring>
+ 
+ namespace FbTk {
+ 
+--- fluxbox-1.3.1/src/FbTk/MultLayers.hh~	2011-02-24 17:00:37.000000000 +0100
++++ fluxbox-1.3.1/src/FbTk/MultLayers.hh	2011-07-28 12:32:40.603516398 +0200
+@@ -24,6 +24,7 @@
+ #define FBTK_MULTLAYERS_HH
+ 
+ #include <vector>
++#include <cstring>
+ 
+ namespace FbTk {
+ 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fluxbox/fluxbox.spec?r1=1.119&r2=1.120&f=u



More information about the pld-cvs-commit mailing list