SPECS: evolution-data-server.spec, evolution.spec, geany.spec, gth...

sparky sparky at pld-linux.org
Sat Aug 5 23:07:18 CEST 2006


Author: sparky                       Date: Sat Aug  5 21:07:18 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- convert no_build_with_as_needed 1 to filterout_ld -Wl,--as-needed

---- Files affected:
SPECS:
   evolution-data-server.spec (1.81 -> 1.82) , evolution.spec (1.197 -> 1.198) , geany.spec (1.13 -> 1.14) , gthumb.spec (1.60 -> 1.61) , xfce4-panel.spec (1.56 -> 1.57) , xmoto.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/evolution-data-server.spec
diff -u SPECS/evolution-data-server.spec:1.81 SPECS/evolution-data-server.spec:1.82
--- SPECS/evolution-data-server.spec:1.81	Tue Jul 25 21:20:26 2006
+++ SPECS/evolution-data-server.spec	Sat Aug  5 23:07:11 2006
@@ -44,7 +44,7 @@
 Requires:	%{name}-libs = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		no_build_with_as_needed	1
+%define		filterout_ld	(-Wl,)?--as-needed
 %define		schemadir	/usr/share/openldap/schema
 
 %description
@@ -242,6 +242,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.82  2006/08/05 21:07:11  sparky
+- convert no_build_with_as_needed 1 to filterout_ld -Wl,--as-needed
+
 Revision 1.81  2006/07/25 19:20:26  freetz
 - 1.7.90.1, removed obsoleted gg-im and libdb patches,
   unfortuneltely --as-needed is broken with this release.

================================================================
Index: SPECS/evolution.spec
diff -u SPECS/evolution.spec:1.197 SPECS/evolution.spec:1.198
--- SPECS/evolution.spec:1.197	Wed Jul 26 22:35:50 2006
+++ SPECS/evolution.spec	Sat Aug  5 23:07:11 2006
@@ -77,7 +77,7 @@
 Obsoletes:	gnome-pim
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		no_build_with_as_needed	1
+%define		filterout_ld	(-Wl,)?--as-needed
 
 %description
 Evolution is the GNOME mailer, calendar, contact manager and
@@ -505,6 +505,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.198  2006/08/05 21:07:11  sparky
+- convert no_build_with_as_needed 1 to filterout_ld -Wl,--as-needed
+
 Revision 1.197  2006/07/26 20:35:50  freetz
 - changlog key-note ;)
 

================================================================
Index: SPECS/geany.spec
diff -u SPECS/geany.spec:1.13 SPECS/geany.spec:1.14
--- SPECS/geany.spec:1.13	Mon Jul 24 21:08:56 2006
+++ SPECS/geany.spec	Sat Aug  5 23:07:11 2006
@@ -20,7 +20,7 @@
 BuildRequires:	vte-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		no_build_with_as_needed	1
+%define		filterout_ld	(-Wl,)?--as-needed
 
 %description
 Geany is a small and lightweight integrated development environment.
@@ -96,6 +96,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14  2006/08/05 21:07:11  sparky
+- convert no_build_with_as_needed 1 to filterout_ld -Wl,--as-needed
+
 Revision 1.13  2006/07/24 19:08:56  freetz
 - disabled --as-needed, not very usable on HEAD (crash at startup caused by
   double-free)

================================================================
Index: SPECS/gthumb.spec
diff -u SPECS/gthumb.spec:1.60 SPECS/gthumb.spec:1.61
--- SPECS/gthumb.spec:1.60	Wed Jul 26 20:45:04 2006
+++ SPECS/gthumb.spec	Sat Aug  5 23:07:11 2006
@@ -41,7 +41,7 @@
 Requires:	hicolor-icon-theme
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		no_build_with_as_needed	1
+%define		filterout_ld	(-Wl,)?--as-needed
 
 %description
 gThumb lets you browse your hard disk, showing you thumbnails of image
@@ -123,6 +123,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.61  2006/08/05 21:07:11  sparky
+- convert no_build_with_as_needed 1 to filterout_ld -Wl,--as-needed
+
 Revision 1.60  2006/07/26 18:45:04  freetz
 - 2.8.8, use rpm macros, disable --as-needed build
 

================================================================
Index: SPECS/xfce4-panel.spec
diff -u SPECS/xfce4-panel.spec:1.56 SPECS/xfce4-panel.spec:1.57
--- SPECS/xfce4-panel.spec:1.56	Mon Jul 24 20:23:46 2006
+++ SPECS/xfce4-panel.spec	Sat Aug  5 23:07:11 2006
@@ -38,7 +38,7 @@
 Obsoletes:	xfce4-themes
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		no_build_with_as_needed	1
+%define		filterout_ld	(-Wl,)?--as-needed
 
 %description
 xfce4-panel is the panel for the Xfce desktop environment.
@@ -157,6 +157,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2006/08/05 21:07:11  sparky
+- convert no_build_with_as_needed 1 to filterout_ld -Wl,--as-needed
+
 Revision 1.56  2006/07/24 18:23:46  freetz
 - rel.2, disabled --as-needed
 

================================================================
Index: SPECS/xmoto.spec
diff -u SPECS/xmoto.spec:1.20 SPECS/xmoto.spec:1.21
--- SPECS/xmoto.spec:1.20	Fri Jul 28 19:16:51 2006
+++ SPECS/xmoto.spec	Sat Aug  5 23:07:11 2006
@@ -24,7 +24,7 @@
 BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		no_build_with_as_needed	1
+%define		filterout_ld	(-Wl,)?--as-needed
 
 %description
 X-Moto is a challenging 2D motocross platform game, where physics play
@@ -84,6 +84,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2006/08/05 21:07:11  sparky
+- convert no_build_with_as_needed 1 to filterout_ld -Wl,--as-needed
+
 Revision 1.20  2006/07/28 17:16:51  wolf
 - rel 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/evolution-data-server.spec?r1=1.81&r2=1.82&f=u
    http://cvs.pld-linux.org/SPECS/evolution.spec?r1=1.197&r2=1.198&f=u
    http://cvs.pld-linux.org/SPECS/geany.spec?r1=1.13&r2=1.14&f=u
    http://cvs.pld-linux.org/SPECS/gthumb.spec?r1=1.60&r2=1.61&f=u
    http://cvs.pld-linux.org/SPECS/xfce4-panel.spec?r1=1.56&r2=1.57&f=u
    http://cvs.pld-linux.org/SPECS/xmoto.spec?r1=1.20&r2=1.21&f=u



More information about the pld-cvs-commit mailing list