rpms/xdg-utils/EL-4 xdg-utils-1.0.1-htmlview.patch, NONE, 1.1 xdg-utils-1.0.1-typo.patch, NONE, 1.1 .cvsignore, 1.7, 1.8 sources, 1.7, 1.8 xdg-utils.spec, 1.10, 1.11

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Oct 8 16:51:37 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/xdg-utils/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16229

Modified Files:
	.cvsignore sources xdg-utils.spec 
Added Files:
	xdg-utils-1.0.1-htmlview.patch xdg-utils-1.0.1-typo.patch 
Log Message:
* Wed Oct 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-2
- Requires: which (#312601)

* Sun Jun 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-1
- xdg-utils-1.0.2

* Mon Apr 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-3
- add htmlview,links to browser fallbacks

* Tue Dec 19 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-2
- fix typo in xdg-icon-resource manpage


xdg-utils-1.0.1-htmlview.patch:

--- NEW FILE xdg-utils-1.0.1-htmlview.patch ---
--- xdg-utils-1.0.1/scripts/xdg-open.htmlview	2007-04-23 08:46:17.000000000 -0500
+++ xdg-utils-1.0.1/scripts/xdg-open	2007-04-23 08:47:28.000000000 -0500
@@ -417,7 +417,7 @@
 if [ x"$DE" = x"" ]; then
     # if BROWSER variable is not set, check some well known browsers instead
     if [ x"$BROWSER" = x"" ]; then
-        BROWSER=firefox:mozilla:netscape
+        BROWSER=htmlview:firefox:mozilla:netscape:links:lynx
     fi
     DE=generic
 fi

xdg-utils-1.0.1-typo.patch:

--- NEW FILE xdg-utils-1.0.1-typo.patch ---
--- xdg-utils-1.0.1/scripts/man/xdg-icon-resource.1.typo	2006-11-03 21:35:57.000000000 -0600
+++ xdg-utils-1.0.1/scripts/man/xdg-icon-resource.1	2006-12-19 15:52:35.000000000 -0600
@@ -56,7 +56,7 @@
 .SH "OPTIONS"
 .TP
 \fB\-\-noupdate\fR
-Postpone updating the desktop icon system. If multiple icons are added in sequence this flag can be used to indicate that additional changes will follow and that it is not necassery to update the desktop icon system right away.
+Postpone updating the desktop icon system. If multiple icons are added in sequence this flag can be used to indicate that additional changes will follow and that it is not necessary to update the desktop icon system right away.
 .TP
 \fB\-\-novendor\fR
 Normally, xdg\-icon\-resource checks to ensure that an icon file to be installed in the


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/EL-4/.cvsignore,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- .cvsignore	6 Nov 2006 14:03:45 -0000	1.7
+++ .cvsignore	8 Oct 2007 16:51:04 -0000	1.8
@@ -2,3 +2,4 @@
 xdg-utils-1.0rc1.tgz
 xdg-utils-1.0.tgz
 xdg-utils-1.0.1.tgz
+xdg-utils-1.0.2.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/EL-4/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	6 Nov 2006 14:03:45 -0000	1.7
+++ sources	8 Oct 2007 16:51:04 -0000	1.8
@@ -1 +1 @@
-d67b8e5eaace131c56ea7ae811c6f9f1  xdg-utils-1.0.1.tgz
+348a5b91dc66426505022c74a64b2940  xdg-utils-1.0.2.tgz


Index: xdg-utils.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xdg-utils/EL-4/xdg-utils.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- xdg-utils.spec	6 Nov 2006 14:03:45 -0000	1.10
+++ xdg-utils.spec	8 Oct 2007 16:51:04 -0000	1.11
@@ -1,8 +1,8 @@
 
 Summary: Basic desktop integration functions 
 Name:    xdg-utils
-Version: 1.0.1
-Release: 1%{?dist}
+Version: 1.0.2
+Release: 2%{?dist}
 
 URL:     http://portland.freedesktop.org/ 
 Source0: http://portland.freedesktop.org/download/xdg-utils-%{version}%{?beta}.tgz
@@ -12,15 +12,21 @@
 BuildArch: noarch
 
 Patch1: xdg-utils-1.0-mimeopen.patch
+Patch2: xdg-utils-1.0.1-typo.patch
+Patch3: xdg-utils-1.0.1-htmlview.patch
 
+Requires: coreutils
 Requires: desktop-file-utils
 ## kde-config
 #Requires(hint): kdelibs
 ## update-gtk-icon-cache
 #Requires(hint): gtk2
+## htmlview patch
+#Requires(hint): htmlview links
 ## mimeopen generic default
 #Requires(hint): %{_bindir}/mimeopen
 #Requires(hint): perl-File-MimeInfo 
+Requires: which
 
 
 %description
@@ -49,6 +55,8 @@
 %setup -q -n %{name}-%{version}%{?beta}
 
 %patch1 -p1 -b .mimeopen
+%patch2 -p1 -b .typo
+%patch3 -p1 -b .htmlview
 
 
 %build
@@ -75,6 +83,18 @@
 
 
 %changelog
+* Wed Oct 03 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-2
+- Requires: which (#312601)
+
+* Sun Jun 24 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.2-1
+- xdg-utils-1.0.2
+
+* Mon Apr 23 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-3
+- add htmlview,links to browser fallbacks
+
+* Tue Dec 19 2006 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.1-2
+- fix typo in xdg-icon-resource manpage
+
 * Mon Nov 06 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.0.1-1
 - xdg-utils-1.0.1
 




More information about the fedora-extras-commits mailing list