rpms/file/devel file-4.26-graphviz-latex.patch, NONE, 1.1 file.spec, 1.84, 1.85

Daniel Novotny dnovotny at fedoraproject.org
Mon Dec 15 16:27:03 UTC 2008


Author: dnovotny

Update of /cvs/extras/rpms/file/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4071

Modified Files:
	file.spec 
Added Files:
	file-4.26-graphviz-latex.patch 
Log Message:

fix LaTex issue in #474156


file-4.26-graphviz-latex.patch:

--- NEW FILE file-4.26-graphviz-latex.patch ---
diff -up file-4.26/magic/Magdir/graphviz.latex file-4.26/magic/Magdir/graphviz
--- file-4.26/magic/Magdir/graphviz.latex	2008-12-15 16:55:28.000000000 +0100
+++ file-4.26/magic/Magdir/graphviz	2008-12-15 17:10:07.000000000 +0100
@@ -1,7 +1,7 @@
 
 #------------------------------------------------------------------------------
 # graphviz:  file(1) magic for http://www.graphviz.org/
-0	regex/100	[\r\n\t\ ]*graph[\r\n\t\ ]*.*\\{	graphviz graph text
+0	regex/100	[\r\n\t\ ]*graph[\r\n\t\ ]+.*\\{	graphviz graph text
 !:mime	text/vnd.graphviz
-0	regex/100	[\r\n\t\ ]*digraph[\r\n\t\ ]*.*\\{	graphviz digraph text
+0	regex/100	[\r\n\t\ ]*digraph[\r\n\t\ ]+.*\\{	graphviz digraph text
 !:mime	text/vnd.graphviz


Index: file.spec
===================================================================
RCS file: /cvs/extras/rpms/file/devel/file.spec,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- file.spec	4 Dec 2008 17:23:36 -0000	1.84
+++ file.spec	15 Dec 2008 16:26:32 -0000	1.85
@@ -5,7 +5,7 @@
 Summary: A utility for determining file types
 Name: file
 Version: 4.26
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: BSD
 Group: Applications/File
 Source0: ftp://ftp.astron.com/pub/file/file-%{version}.tar.gz
@@ -14,6 +14,7 @@
 Patch1: file-4.26-devdrv.patch
 Patch2: file-4.26-mime-encoding.patch
 Patch3: file-4.26-perl5.patch
+Patch4: file-4.26-graphviz-latex.patch
 
 Requires: file-libs = %{version}-%{release}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -66,6 +67,8 @@
 %patch2 -p1
 #fixes #470811
 %patch3 -p1
+#fixes #474156
+%patch4 -p1
 
 iconv -f iso-8859-1 -t utf-8 < doc/libmagic.man > doc/libmagic.man_
 touch -r doc/libmagic.man doc/libmagic.man_
@@ -139,6 +142,9 @@
 %endif
 
 %changelog
+* Mon Dec 15 2008 Daniel Novotny <dnovotny at redhat.com> 4.26-7
+- fix the LaTex issue in bz#474156
+
 * Thu Dec 04 2008 Ignacio Vazquez-Abrams <ivazqueznet+rpm at gmail.com> - 4.26-6
 - Rebuild for Python 2.6
 




More information about the fedora-extras-commits mailing list