rpms/expendable/F-8 expendable-packing.patch, NONE, 1.1 expendable.spec, 1.3, 1.4

Tim Waugh twaugh at fedoraproject.org
Thu Oct 2 11:15:06 UTC 2008


Author: twaugh

Update of /cvs/pkgs/rpms/expendable/F-8
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31191

Modified Files:
	expendable.spec 
Added Files:
	expendable-packing.patch 
Log Message:
* Thu Oct  2 2008 Tim Waugh <twaugh at redhat.com> 0.0.3-2
- Fixed accounts tree view packing.


expendable-packing.patch:

--- NEW FILE expendable-packing.patch ---
diff -up expendable-0.0.3/window.glade.packing expendable-0.0.3/window.glade
--- expendable-0.0.3/window.glade.packing	2008-10-01 16:42:35.000000000 +0100
+++ expendable-0.0.3/window.glade	2008-10-02 12:05:52.000000000 +0100
@@ -338,8 +338,8 @@
 		    </widget>
 		    <packing>
 		      <property name="padding">0</property>
-		      <property name="expand">False</property>
-		      <property name="fill">False</property>
+		      <property name="expand">True</property>
+		      <property name="fill">True</property>
 		    </packing>
 		  </child>
 


Index: expendable.spec
===================================================================
RCS file: /cvs/pkgs/rpms/expendable/F-8/expendable.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- expendable.spec	1 Oct 2008 18:16:54 -0000	1.3
+++ expendable.spec	2 Oct 2008 11:14:36 -0000	1.4
@@ -1,12 +1,14 @@
 Summary: Home finances modeling program
 Name: expendable
 Version: 0.0.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPLv2+
 Group: Applications/Productivity
 URL: https://fedorahosted.org/expendable/
 # Add "?format=raw" to the following URL to download file:
 Source0: https://fedorahosted.org/expendable/attachment/wiki/ProjectReleases/%{name}-%{version}.tar.bz2
+Patch0: expendable-packing.patch
+
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: python
@@ -27,6 +29,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .packing
 
 %build
 %configure
@@ -66,6 +69,9 @@
 %{_datadir}/applications/*.desktop
 
 %changelog
+* Thu Oct  2 2008 Tim Waugh <twaugh at redhat.com> 0.0.3-2
+- Fixed accounts tree view packing.
+
 * Wed Oct  1 2008 Tim Waugh <twaugh at redhat.com> 0.0.3-1
 - 0.0.3.
 - Don't run 'make check' as it requires an X display.




More information about the scm-commits mailing list