Browse Source

pyxf86config: add patch4 to specify xorg.conf on readConfigFile() to avoid invalid escape warning.

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@4020 ec354946-7b23-47d6-9f5a-488ba84defc7
daisuke 13 years ago
parent
commit
a9c8b909c9
1 changed files with 7 additions and 1 deletions
  1. 7 1
      p/pyxf86config/pyxf86config-vl.spec

+ 7 - 1
p/pyxf86config/pyxf86config-vl.spec

@@ -2,7 +2,7 @@ Summary: Python wrappers for libxf86config
 Summary(ja): libxf86config の Python ラッパー
 Name: pyxf86config
 Version: 0.3.37
-Release: 3%{?_dist_release}
+Release: 4%{?_dist_release}
 
 URL: http://fedoraproject.org/wiki/pyxf86config
 License: GPLv2
@@ -13,6 +13,7 @@ Patch0: 0001-libxf86config.a-gained-dependency-on-xstrtokenize-pu.patch
 Patch1: 0002-Provide-xf86CheckBoolOption.patch
 Patch2: 0003-Initialize-configuration-file-parser-before-use.patch
 Patch3: %{name}-0.3.37-xorg-x11-7.5.patch
+Patch4: pyxf86config-0.3.37-xorgconf-path.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: glib2
@@ -36,6 +37,7 @@ It is used to read and write X server configuration files.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 export CFLAGS="$RPM_OPT_FLAGS -fPIC"
@@ -56,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/xf86config.py
 
 %changelog
+* Fri Jun 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.37-4
+- add patch4 to use /etc/X11/xorg.conf on pyxf86readConfigFile()
+  instead of auto search path template.
+
 * Sat May 28 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 0.3.37-3
 - rebuild for Vine 6
 - import patch0-2 from fedora