[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/fvwm/devel fvwm-2.5.21-xdg-open.patch, NONE, 1.1 fvwm.spec, 1.7, 1.8 fvwm-2.5.21-htmlview.patch, 1.1, NONE
- From: Adam Goode (agoode) <fedora-extras-commits redhat com>
- To: fedora-extras-commits redhat com
- Subject: rpms/fvwm/devel fvwm-2.5.21-xdg-open.patch, NONE, 1.1 fvwm.spec, 1.7, 1.8 fvwm-2.5.21-htmlview.patch, 1.1, NONE
- Date: Tue, 2 Oct 2007 21:40:13 -0400
Author: agoode
Update of /cvs/extras/rpms/fvwm/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9179
Modified Files:
fvwm.spec
Added Files:
fvwm-2.5.21-xdg-open.patch
Removed Files:
fvwm-2.5.21-htmlview.patch
Log Message:
* Tue Oct 2 2007 Adam Goode <adam spicenitz org> - 2.5.23-3
- Change htmlview to xdg-open (thanks, Ville Skyttä !)
fvwm-2.5.21-xdg-open.patch:
--- NEW FILE fvwm-2.5.21-xdg-open.patch ---
diff -ur fvwm-2.5.21~/bin/fvwm-menu-headlines.in fvwm-2.5.21/bin/fvwm-menu-headlines.in
--- fvwm-2.5.21~/bin/fvwm-menu-headlines.in 2006-03-25 11:15:39.000000000 -0500
+++ fvwm-2.5.21/bin/fvwm-menu-headlines.in 2007-02-28 21:16:54.000000000 -0500
@@ -192,7 +192,7 @@
my $name = undef;
my $title = undef;
my $itemF = '%h\t%[(%Y-%m-%d %H:%M)]';
-my $execF = q(netscape -remote 'openURL(%u, new-window)' || netscape '%u');
+my $execF = q(xdg-open '%u');
my $commF = undef;
my $iconT = '';
my $iconI = '';
Index: fvwm.spec
===================================================================
RCS file: /cvs/extras/rpms/fvwm/devel/fvwm.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- fvwm.spec 10 Sep 2007 04:54:30 -0000 1.7
+++ fvwm.spec 3 Oct 2007 01:39:40 -0000 1.8
@@ -1,6 +1,6 @@
Name: fvwm
Version: 2.5.23
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Highly configurable multiple virtual desktop window manager
Group: User Interface/X
@@ -11,7 +11,7 @@
Source2: http://www.cl.cam.ac.uk/~pz215/fvwm-scripts/scripts/fvwm-xdg-menu.py
-Patch0: fvwm-2.5.21-htmlview.patch
+Patch0: fvwm-2.5.21-xdg-open.patch
Patch1: fvwm-2.5.21-mimeopen.patch
Patch2: fvwm-2.5.21-menu-generate.patch
@@ -27,7 +27,7 @@
Requires: %{_sbindir}/sendmail
# for fvwm-menu-headlines
-Requires: htmlview
+Requires: xdg-utils
# for fvwm-menu-xlock
Requires: xlockmore
@@ -111,6 +111,9 @@
%changelog
+* Tue Oct 2 2007 Adam Goode <adam spicenitz org> - 2.5.23-3
+- Change htmlview to xdg-open (thanks, Ville Skyttä !)
+
* Mon Sep 10 2007 Adam Goode <adam spicenitz org> - 2.5.23-2
- Don't add gnome-libs-devel to BR (not on ppc64?)
--- fvwm-2.5.21-htmlview.patch DELETED ---
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]