rpms/xdg-utils/F-13 xdg-utils-htmlview.patch, NONE, 1.1 .cvsignore, 1.17, 1.18 sources, 1.18, 1.19 xdg-utils-cvs_checkout.sh, 1.4, 1.5 xdg-utils.spec, 1.29, 1.30 xdg-utils-1.0.2-htmlview.patch, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Fri Jul 9 16:13:48 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/xdg-utils/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv4549

Modified Files:
	.cvsignore sources xdg-utils-cvs_checkout.sh xdg-utils.spec 
Added Files:
	xdg-utils-htmlview.patch 
Removed Files:
	xdg-utils-1.0.2-htmlview.patch 
Log Message:
sync w/devel


xdg-utils-htmlview.patch:
 xdg-open.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE xdg-utils-htmlview.patch ---
diff -up xdg-utils/scripts/xdg-open.in.htmlview xdg-utils/scripts/xdg-open.in
--- xdg-utils/scripts/xdg-open.in.htmlview	2010-03-07 04:45:48.000000000 -0600
+++ xdg-utils/scripts/xdg-open.in	2010-04-11 19:55:43.740818192 -0500
@@ -193,7 +193,7 @@ if [ x"$DE" = x"" ]; then
     if [ x"$BROWSER" = x"" ]; then
         BROWSER=links2:links:lynx:w3m
         if [ -n "$DISPLAY" ]; then
-            BROWSER=firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
+            BROWSER=htmlview:firefox:mozilla:epiphany:konqueror:chromium-browser:google-chrome:$BROWSER
         fi
     fi
     DE=generic


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/F-13/.cvsignore,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- .cvsignore	9 Apr 2010 20:07:43 -0000	1.17
+++ .cvsignore	9 Jul 2010 16:13:48 -0000	1.18
@@ -1 +1 @@
-xdg-utils-20100409.tgz
+xdg-utils-20100709.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/F-13/sources,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- sources	9 Apr 2010 20:07:43 -0000	1.18
+++ sources	9 Jul 2010 16:13:48 -0000	1.19
@@ -1 +1 @@
-c10d1dabf25180c7daf336e928b0d505  xdg-utils-20100409.tgz
+84fc518df2d6d00c42bacddfaf702644  xdg-utils-20100709.tgz


Index: xdg-utils-cvs_checkout.sh
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/F-13/xdg-utils-cvs_checkout.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- xdg-utils-cvs_checkout.sh	9 Apr 2010 20:07:44 -0000	1.4
+++ xdg-utils-cvs_checkout.sh	9 Jul 2010 16:13:48 -0000	1.5
@@ -1,8 +1,7 @@
 #!/bin/bash
 
 
-#CVSUSER=:pserver:anonymous
-CVSUSER=rdieter
+CVSUSER=:pserver:anonymous
 MODULE=$(basename $0 -cvs_checkout.sh)
 DATE=$(date +%Y%m%d)
 


Index: xdg-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/F-13/xdg-utils.spec,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -p -r1.29 -r1.30
--- xdg-utils.spec	9 Apr 2010 20:07:44 -0000	1.29
+++ xdg-utils.spec	9 Jul 2010 16:13:48 -0000	1.30
@@ -3,12 +3,12 @@
 %define obsoletes_htmlview 1
 %endif
 
-%define cvs 20100409
+%define cvs 20100709
 
 Summary: Basic desktop integration functions 
 Name:    xdg-utils
 Version: 1.0.2
-Release: 18.%{cvs}%{?dist}
+Release: 20.%{cvs}%{?dist}
 
 URL:     http://portland.freedesktop.org/ 
 %if 0%{?cvs:1}
@@ -24,7 +24,7 @@ BuildArch: noarch
 
 Source10: htmlview.sh
 
-Patch1: xdg-utils-1.0.2-htmlview.patch
+Patch1: xdg-utils-htmlview.patch
 
 BuildRequires: gawk
 BuildRequires: xmlto
@@ -111,6 +111,14 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jul 09 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.2-20.20100709
+- xdg-screensaver: consider gnome-screensaver a separate DE (fdo#20027)
+
+* Fri Jul 09 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.2-19.20100709
+- xdg-open man page needs updating to include FILE and SEE ALSO (#603841)
+- xdg-open should call mimeopen with -L option (#430072)
+- xdg-desktop-icon :  use localized desktop folder name (fdo#19011)
+
 * Fri Apr 09 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.0.2-18.20100409
 - xdg-settings fixes (#580715, fdo#26284)
 


--- xdg-utils-1.0.2-htmlview.patch DELETED ---



More information about the scm-commits mailing list