From 1a4352e11b16f6933356ca80b4a09233c8efb874 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Mon, 11 Feb 2008 19:24:01 +0000 Subject: [PATCH] - Xresources: s/don't/do not/, cpp is dumb. (#431704) --- Xresources | 2 +- xorg-x11-xinit.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Xresources b/Xresources index 18bc908..814e990 100644 --- a/Xresources +++ b/Xresources @@ -7,7 +7,7 @@ Xft.dpi: 96 ! hintstyle: medium means that (for Postscript fonts) we ! position the stems for maximum constrast and consistency -! but don't force the stems to integral widths. hintnone, +! but do not force the stems to integral widths. hintnone, ! hintslight, and hintfull are the other possibilities. Xft.hintstyle: hintmedium Xft.hinting: true diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index 3ea5262..7e34d5e 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -3,7 +3,7 @@ Summary: X.Org X11 X Window System xinit startup scripts Name: xorg-x11-%{pkgname} Version: 1.0.7 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT/X11 Group: User Interface/X URL: http://www.x.org @@ -118,6 +118,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/xinit.1* %changelog +* Mon Feb 11 2008 Adam Jackson 1.0.7-5 +- Xresources: s/don't/do not/, cpp is dumb. (#431704) + * Mon Feb 11 2008 Adam Jackson 1.0.7-4 - xinit-1.0.7-unset.patch: Unset various session-related environment variables at the top of startx. (#431899)