rpms/gnome-applets/devel gnome-applets-2.3.6-ppp-command.patch, 1.2, 1.3 gnome-applets.spec, 1.66, 1.67

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Apr 26 15:54:18 UTC 2005


Author: rstrode

Update of /cvs/dist/rpms/gnome-applets/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv15825

Modified Files:
	gnome-applets.spec 
Added Files:
	gnome-applets-2.3.6-ppp-command.patch 
Log Message:
- Add back old patch to change ppp connect/disconnect commands
  (bug 147675)


gnome-applets-2.3.6-ppp-command.patch:
 modemlights.schemas.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

Index: gnome-applets-2.3.6-ppp-command.patch
===================================================================
RCS file: gnome-applets-2.3.6-ppp-command.patch
diff -N gnome-applets-2.3.6-ppp-command.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gnome-applets-2.3.6-ppp-command.patch	26 Apr 2005 15:54:15 -0000	1.3
@@ -0,0 +1,20 @@
+--- gnome-applets-2.3.6/modemlights/modemlights.schemas.in	2003-08-18 14:18:22.000000000 +0200
++++ gnome-applets-2.3.6/modemlights/modemlights.schemas.in	2003-08-18 14:18:59.000000000 +0200
+@@ -27,7 +27,7 @@
+         <key>/schemas/apps/modemlights/prefs/connect</key>
+         <owner>modemlights_applet2</owner>
+         <type>string</type>
+-        <default>pppon</default>
++        <default>/sbin/ifup ppp0</default>
+         <locale name="C">
+           <short>Command executed when connecting</short>
+           <long></long>
+@@ -38,7 +38,7 @@
+         <key>/schemas/apps/modemlights/prefs/disconnect</key>
+         <owner>modemlights_applet2</owner>
+         <type>string</type>
+-        <default>pppoff</default>
++        <default>/sbin/ifdown ppp0</default>
+         <locale name="C">
+           <short>Command executed when disconnecting</short>
+           <long></long>


Index: gnome-applets.spec
===================================================================
RCS file: /cvs/dist/rpms/gnome-applets/devel/gnome-applets.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- gnome-applets.spec	20 Apr 2005 14:17:16 -0000	1.66
+++ gnome-applets.spec	26 Apr 2005 15:54:15 -0000	1.67
@@ -19,7 +19,7 @@
 Summary:        Small applications for the GNOME panel.
 Name:     	gnome-applets
 Version: 	2.10.1
-Release:	4
+Release:	5
 Epoch:          1
 License:	GPL
 Group:          User Interface/Desktops
@@ -28,6 +28,7 @@
 Patch0:		gnome-applets-2.10.1-use-old-modemlights.patch
 Patch1:		gnome-applets-2.10.1-fix-docs-error.patch
 Patch2:		gnome-applets-2.10.1-use-builtin-apm.patch
+Patch3:		gnome-applets-2.3.6-ppp-command.patch
 URL:		http://www.gnome.org/
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
@@ -75,6 +76,8 @@
 rm -rf modemlights
 tar xjf %{SOURCE1}
 
+%patch3 -p1 -b .ppp-command
+
 autoconf
 %build
 
@@ -153,6 +156,10 @@
 %{_libdir}/pkgconfig/gswitchit.pc
 
 %changelog
+* Tue Apr 26 2005 Ray Strode <rstrode at redhat.com> 1:2.10.1-5
+- Add back old patch to change ppp connect/disconnect commands
+  (bug 147675)
+
 * Wed Apr 20 2005 Ray Strode <rstrode at redhat.com> 1:2.10.1-4
 - Use builtin copy of apmlib instead of adding an external dependency
   (bug 155125)




More information about the fedora-cvs-commits mailing list