rpms/mc/devel .cvsignore, 1.44, 1.45 mc-extensions.patch, 1.17, 1.18 mc.spec, 1.155, 1.156 sources, 1.52, 1.53

Jindrich Novy jnovy at fedoraproject.org
Sun Jan 3 10:06:07 UTC 2010


Author: jnovy

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

Modified Files:
	.cvsignore mc-extensions.patch mc.spec sources 
Log Message:
* Sat Jan  2 2010 Jindrich Novy <jnovy at redhat.com> 4.7.0.1-1
- update to 4.7.0.1
- update bindings to use xdg-open wherever possible



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/mc/devel/.cvsignore,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -p -r1.44 -r1.45
--- .cvsignore	26 Dec 2009 14:04:08 -0000	1.44
+++ .cvsignore	3 Jan 2010 10:06:06 -0000	1.45
@@ -1 +1 @@
-mc-4.7.0.tar.lzma
+mc-4.7.0.1.tar.lzma

mc-extensions.patch:
 configure.ac   |    2 +-
 misc/mc.ext.in |   51 ++++++++++++++++++++++++++++++++++-----------------
 2 files changed, 35 insertions(+), 18 deletions(-)

Index: mc-extensions.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mc/devel/mc-extensions.patch,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- mc-extensions.patch	15 Dec 2009 14:57:00 -0000	1.17
+++ mc-extensions.patch	3 Jan 2010 10:06:06 -0000	1.18
@@ -107,7 +107,7 @@ diff -up mc-4.7.0-pre4/misc/mc.ext.in.ex
  # html
  regex/\.([hH][tT][mM][lL]?)$
 -	Open=(if test -n "@X11_WWW@" && test -n "$DISPLAY"; then (@X11_WWW@ file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null
-+	Open=(if test -n "$DISPLAY"; then (xdg-open file://%d/%p &) 1>&2; else links %f || lynx -force_html %f || ${PAGER:-more} %f; fi) 2>/dev/null
++	Open=xdg-open file://%d/%p 1>&2
  	View=%view{ascii} links -dump %f 2>/dev/null || w3m -dump %f 2>/dev/null || lynx -dump -force_html %f
  
  # StarOffice 5.2
@@ -116,30 +116,30 @@ diff -up mc-4.7.0-pre4/misc/mc.ext.in.ex
  # Microsoft Word Document
  regex/\.([Dd][oO][cCtT]|[Ww][rR][iI])$
 -	Open=(abiword %f >/dev/null 2>&1 &)
-+	Open=(ooffice %f &)
++	Open=(xdg-open %f &)
 +#	Open=(abiword %f >/dev/null 2>&1 &)
  	View=%view{ascii} antiword -t %f || catdoc -w %f || word2x -f text %f - || strings %f
  type/^Microsoft\ Word
 -	Open=(abiword %f >/dev/null 2>&1 &)
-+	Open=(ooffice %f &)
++	Open=(xdg-open %f &)
 +#	Open=(abiword %f >/dev/null 2>&1 &)
  	View=%view{ascii} antiword -t %f || catdoc -w %f || word2x -f text %f - || strings %f
  
  # RTF document
  regex/\.([rR][tT][fF])$
 -	Open=(abiword %f >/dev/null 2>&1 &)
-+	Open=(ooffice %f &)
++	Open=(xdg-open %f &)
 +#	Open=(abiword %f >/dev/null 2>&1 &)
  
  # Microsoft Excel Worksheet
  regex/\.([xX][lL][sSwW])$
 -	Open=(gnumeric %f >/dev/null 2>&1 &)
-+	Open=(ooffice %f &)
++	Open=(xdg-open %f &)
 +#	Open=(gnumeric %f >/dev/null 2>&1 &)
  	View=%view{ascii} xls2csv %f || strings %f
  type/^Microsoft\ Excel
 -	Open=(gnumeric %f >/dev/null 2>&1 &)
-+	Open=(ooffice %f &)
++	Open=(xdg-open %f &)
 +#	Open=(gnumeric %f >/dev/null 2>&1 &)
  	View=%view{ascii} xls2csv %f || strings %f
  


Index: mc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mc/devel/mc.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -p -r1.155 -r1.156
--- mc.spec	26 Dec 2009 14:04:09 -0000	1.155
+++ mc.spec	3 Jan 2010 10:06:06 -0000	1.156
@@ -1,6 +1,6 @@
 Summary:	User-friendly text console file manager and visual shell
 Name:		mc
-Version:	4.7.0
+Version:	4.7.0.1
 Release:	1%{?dist}
 Epoch:		1
 License:	GPLv2
@@ -82,6 +82,10 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{_libexecdir}/mc
 
 %changelog
+* Sat Jan  2 2010 Jindrich Novy <jnovy at redhat.com> 4.7.0.1-1
+- update to 4.7.0.1
+- update bindings to use xdg-open wherever possible
+
 * Sat Dec 26 2009 Jindrich Novy <jnovy at redhat.com> 4.7.0-1
 - update to official 4.7.0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/mc/devel/sources,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- sources	26 Dec 2009 14:04:09 -0000	1.52
+++ sources	3 Jan 2010 10:06:06 -0000	1.53
@@ -1 +1 @@
-f945a4767104534167ecb8dae7c23c06  mc-4.7.0.tar.lzma
+4fec587435388701fd137bbe99ec77cd  mc-4.7.0.1.tar.lzma




More information about the fedora-extras-commits mailing list