rpms/cairo-dock/F-11 cairo-dock.spec,1.37,1.38

Mamoru Tasaka mtasaka at rpmfusion.org
Wed Mar 31 21:16:49 CEST 2010


Author: mtasaka

Update of /cvs/free/rpms/cairo-dock/F-11
In directory se02.es.rpmfusion.net:/tmp/cvs-serv16611/F-11

Modified Files:
	cairo-dock.spec 
Log Message:
* Thu Apr  1 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.1.3.7-2
- Try to enable Network-Monitor and Scooby-do (while the codes say that
  this will be enabled from 2.1.4) (bug 578393)



Index: cairo-dock.spec
===================================================================
RCS file: /cvs/free/rpms/cairo-dock/F-11/cairo-dock.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- cairo-dock.spec	13 Mar 2010 17:06:41 -0000	1.37
+++ cairo-dock.spec	31 Mar 2010 19:16:18 -0000	1.38
@@ -24,7 +24,7 @@
 %global		build_webkit	1
 %global		build_xfce	1
 
-%global		fedora_main_rel	1
+%global		fedora_main_rel	2
 
 
 %global		fedora_rel	%{?pre_release:0.}%{fedora_main_rel}%{?betaver:.%betaver}
@@ -246,6 +246,16 @@
 
 # source code fix
 
+# Scooby-do & Network-Monitor
+# try to enable these modules (where the original code says
+# these will be enabled from 2.1.4)
+for mod in  \
+	Network-Monitor Scooby-Do
+do
+	sed -i.ver -e 's|2, 1, 4,|2, 1, 3,|' \
+	$mod/src/applet-init.c
+done
+
 # stacks: directory fix
 %if 0%{?released} < 1
 %patch100 -p0 -b .compile
@@ -612,6 +622,10 @@
 %{_libdir}/pkgconfig/*.pc
 
 %changelog
+* Thu Apr  1 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.1.3.7-2
+- Try to enable Network-Monitor and Scooby-do (while the codes say that
+  this will be enabled from 2.1.4) (bug 578393)
+
 * Sun Mar 14 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 2.1.3.7-1
 - 2.1.3-7
 - Some packaging changes out of requests from the upstream



More information about the rpmfusion-commits mailing list