rpms/xfce4-settings/devel xfce4-settings.spec, 1.9, 1.10 xfce4-settings-4.6.0-fedora.patch, 1.1, 1.2

Kevin Fenzi kevin at fedoraproject.org
Wed Apr 15 19:58:13 UTC 2009


Author: kevin

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

Modified Files:
	xfce4-settings.spec xfce4-settings-4.6.0-fedora.patch 
Log Message:
Make Antialias default (bug #495700)



Index: xfce4-settings.spec
===================================================================
RCS file: /cvs/extras/rpms/xfce4-settings/devel/xfce4-settings.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- xfce4-settings.spec	20 Mar 2009 04:21:05 -0000	1.9
+++ xfce4-settings.spec	15 Apr 2009 19:57:42 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           xfce4-settings
 Version:        4.6.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Settings Manager for Xfce
 
 Group:          User Interface/Desktops
@@ -111,6 +111,9 @@
 %{_datadir}/applications/xfce*.desktop
 
 %changelog
+* Wed Apr 15 2009 Kevin Fenzi <kevin at tummy.com> - 4.6.0-4
+- Make Antialias default (bug #495700)
+
 * Thu Mar 19 2009 Kevin Fenzi <kevin at tummy.com> - 4.6.0-3
 - display settings fixes from upstream svn. 
 

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.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xfce4-settings-4.6.0-fedora.patch	28 Feb 2009 01:38:05 -0000	1.1
+++ xfce4-settings-4.6.0-fedora.patch	15 Apr 2009 19:57:43 -0000	1.2
@@ -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-02-27 17:59:02.000000000 -0700
-@@ -2,8 +2,8 @@
++++ xfce4-settings-4.6.0/xfsettingsd/xsettings.xml	2009-04-15 13:08:22.000000000 -0600
+@@ -2,10 +2,11 @@
  
  <channel name="xsettings" version="1.0">
    <property name="Net" type="empty">
@@ -12,3 +12,6 @@
    </property>
    <property name="Xft" type="empty">
      <property name="DPI" type="int" value="-1"/>
++    <property name="Antialias" type="int" value="1"/>
+   </property>
+ </channel>




More information about the fedora-extras-commits mailing list