rpms/anaconda/FC-4 anaconda-10.3.0.4-newgtk.patch, NONE, 1.1.2.1 anaconda.spec, 1.236.2.1, 1.236.2.2

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Aug 15 10:17:26 UTC 2005


Author: dwmw2

Update of /cvs/dist/rpms/anaconda/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv29185

Modified Files:
      Tag: private-fc4-pegasos-branch
	anaconda.spec 
Added Files:
      Tag: private-fc4-pegasos-branch
	anaconda-10.3.0.4-newgtk.patch 
Log Message:
pegasos.2

anaconda-10.3.0.4-newgtk.patch:
 progress_gui.py |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE anaconda-10.3.0.4-newgtk.patch ---
--- anaconda-10.3.0.4/iw/progress_gui.py	2005-05-23 21:11:06.000000000 +0100
+++ anaconda-10.3.0.5/iw/progress_gui.py	2005-07-07 21:53:50.000000000 +0100
@@ -332,7 +332,7 @@ class InstallProgressWindow_NEW (Install
         self.totalProgress = gtk.ProgressBar ()
 
 	progressTable = gtk.Table (2, 2, False)
-	progressTable.attach (self.totalProgress, 1, 2, 0, 1, ypadding=2)
+	progressTable.attach (self.totalProgress, 1, 2, 0, 1, xpadding=0, ypadding=2)
 
 #	label = gtk.Label (_("Package Progress: "))
 #	label.set_alignment (1.0, 0.5)


Index: anaconda.spec
===================================================================
RCS file: /cvs/dist/rpms/anaconda/FC-4/anaconda.spec,v
retrieving revision 1.236.2.1
retrieving revision 1.236.2.2
diff -u -r1.236.2.1 -r1.236.2.2
--- anaconda.spec	14 Aug 2005 14:05:58 -0000	1.236.2.1
+++ anaconda.spec	15 Aug 2005 10:17:22 -0000	1.236.2.2
@@ -1,11 +1,13 @@
 Name: anaconda
 Version: 10.2.1.5
-Release: 2.pegasos
+Release: 2.pegasos.2
 License: GPL
 Summary: Graphical system installer
 Group: Applications/System
 Source: anaconda-%{PACKAGE_VERSION}.tar.bz2
 Patch0: anaconda-10.3.0.7-pegasos.patch
+Patch1: anaconda-10.3.0.4-newgtk.patch
+ExclusiveArch: ppc
 
 BuildPreReq: pump-devel >= 0.8.20, kudzu-devel >= 1.1.52, pciutils-devel, bzip2-devel, e2fsprogs-devel, python-devel gtk2-devel rpm-python >= 4.2-0.61, newt-devel, rpm-devel, gettext >= 0.11, rhpl, booty, libxml2-python, zlib-devel, bogl-devel >= 0:0.1.9-17, bogl-bterm >= 0:0.1.9-17, elfutils-devel, beecrypt-devel, libselinux-devel >= 1.6, xorg-x11-devel, intltool >= 0.31.2-3, python-urlgrabber
 Requires: rpm-python >= 4.2-0.61, rhpl > 0.63, parted >= 1.6.3-7, booty, kudzu
@@ -35,6 +37,7 @@
 
 %setup -q
 %patch0 -p1 -b .pegasos
+%patch1 -p1 -b .newgtk
 
 %build
 make depend
@@ -72,6 +75,9 @@
 /sbin/chkconfig --del reconfig >/dev/null 2>&1 || :
 
 %changelog
+* Mon Aug 15 2005 David Woodhouse <dwmw2 at redhat.com> - 10.2.1.5-2.pegasos.2
+- Work with updated GTK+
+
 * Sun Aug 14 2005 David Woodhouse <dwmw2 at redhat.com> - 10.2.1.5-2.pegasos
 - Pegasos install support
 




More information about the fedora-cvs-commits mailing list