rpms/grisbi/devel grisbi-0.5.9-xdgopen.patch, NONE, 1.1 grisbi.spec, 1.19, 1.20 grisbi-0.5.5-htmlview.diff, 1.2, NONE

Aurelien Bompard abompard at fedoraproject.org
Sat Sep 6 08:10:12 UTC 2008


Author: abompard

Update of /cvs/pkgs/rpms/grisbi/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1478

Modified Files:
	grisbi.spec 
Added Files:
	grisbi-0.5.9-xdgopen.patch 
Removed Files:
	grisbi-0.5.5-htmlview.diff 
Log Message:
* Sat Sep 06 2008 Aurelien Bompard <abompard at fedoraproject.org> 0.5.9-7
- rediff patch0


grisbi-0.5.9-xdgopen.patch:

--- NEW FILE grisbi-0.5.9-xdgopen.patch ---
diff -up ./src/constants.h.xdgopen ./src/constants.h
--- ./src/constants.h.xdgopen	2005-02-13 14:36:45.000000000 +0100
+++ ./src/constants.h	2008-09-06 10:05:57.000000000 +0200
@@ -113,7 +113,7 @@
 #endif
 
 /* quelques chaines de configuration*/
-#define ETAT_WWW_BROWSER "mozilla"
+#define ETAT_WWW_BROWSER "xdg-open"
 
 /* To be portable on little screen like Zaurus */
 #define LOWEST_RESOLUTION 639


Index: grisbi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/grisbi/devel/grisbi.spec,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- grisbi.spec	6 Sep 2008 07:42:25 -0000	1.19
+++ grisbi.spec	6 Sep 2008 08:09:42 -0000	1.20
@@ -1,7 +1,7 @@
 %define GRISBI_HELP_DIR %{_datadir}/doc/%{name}/help
 Name:		grisbi
 Version:	0.5.9
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Personal finances manager
 
 Group:		Applications/Productivity
@@ -9,7 +9,7 @@
 URL:		http://www.grisbi.org
 Source0:	http://dl.sf.net/grisbi/%{name}-%{version}.tar.bz2
 Source1:	%{name}.desktop
-Patch0:		%{name}-0.5.5-htmlview.diff
+Patch0:		grisbi-0.5.9-xdgopen.patch
 Patch1:     grisbi-0.5.9-check.g_free.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -33,7 +33,7 @@
 
 %prep
 %setup -q
-%patch0
+%patch0 -p0 -b .xdgopen
 %patch1 -p1 -b .check-g_free
 
 %build
@@ -114,6 +114,9 @@
 %ghost %{_datadir}/doc/%{name}/help/fr/grisbi-manuel.html
 
 %changelog
+* Sat Sep 06 2008 Aurelien Bompard <abompard at fedoraproject.org> 0.5.9-7
+- rediff patch0
+
 * Sat Sep 06 2008 Aurelien Bompard <abompard at fedoraproject.org> 0.5.9-6
 - use texlive instead of tetex
 


--- grisbi-0.5.5-htmlview.diff DELETED ---




More information about the fedora-extras-commits mailing list