rpms/xfce4-settings/devel xfce4-settings.spec, 1.11, 1.12 xfce4-settings-4.6.0-fedora.patch, 1.2, 1.3

Kevin Fenzi kevin at fedoraproject.org
Thu Apr 16 21:38:21 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/xfce4-settings/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10238

Modified Files:
	xfce4-settings.spec xfce4-settings-4.6.0-fedora.patch 
Log Message:
Have to add Antialias type to really enable by default.



Index: xfce4-settings.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-settings/devel/xfce4-settings.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- xfce4-settings.spec	15 Apr 2009 20:05:54 -0000	1.11
+++ xfce4-settings.spec	16 Apr 2009 21:37:50 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           xfce4-settings
 Version:        4.6.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Settings Manager for Xfce
 
 Group:          User Interface/Desktops
@@ -111,6 +111,9 @@
 %{_datadir}/applications/xfce*.desktop
 
 %changelog
+* Thu Apr 16 2009 Kevin Fenzi <kevin at tummy.com> - 4.6.0-6
+- Have to add Antialias type to really enable by default. 
+
 * Wed Apr 15 2009 Kevin Fenzi <kevin at tummy.com> - 4.6.0-5
 - Bump to fix tagging mistake. 
 

xfce4-settings-4.6.0-fedora.patch:

Index: xfce4-settings-4.6.0-fedora.patch
===================================================================
RCS file: /cvs/extras/rpms/xfce4-settings/devel/xfce4-settings-4.6.0-fedora.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xfce4-settings-4.6.0-fedora.patch	15 Apr 2009 19:57:43 -0000	1.2
+++ xfce4-settings-4.6.0-fedora.patch	16 Apr 2009 21:37:50 -0000	1.3
@@ -1,7 +1,7 @@
 diff -Nur xfce4-settings-4.6.0.orig/xfsettingsd/xsettings.xml xfce4-settings-4.6.0/xfsettingsd/xsettings.xml
 --- xfce4-settings-4.6.0.orig/xfsettingsd/xsettings.xml	2009-02-20 10:12:35.000000000 -0700
-+++ xfce4-settings-4.6.0/xfsettingsd/xsettings.xml	2009-04-15 13:08:22.000000000 -0600
-@@ -2,10 +2,11 @@
++++ xfce4-settings-4.6.0/xfsettingsd/xsettings.xml	2009-04-16 15:25:44.000000000 -0600
+@@ -2,10 +2,12 @@
  
  <channel name="xsettings" version="1.0">
    <property name="Net" type="empty">
@@ -13,5 +13,6 @@
    <property name="Xft" type="empty">
      <property name="DPI" type="int" value="-1"/>
 +    <property name="Antialias" type="int" value="1"/>
++    <property name="HintStyle" type="string" value="hintfull"/>
    </property>
  </channel>




More information about the fedora-extras-commits mailing list