rpms/expendable/devel expendable-packing.patch, NONE, 1.1 expendable.spec, 1.8, 1.9

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


Author: twaugh

Update of /cvs/pkgs/rpms/expendable/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30445

Modified Files:
	expendable.spec 
Added Files:
	expendable-packing.patch 
Log Message:
* Thu Oct  2 2008 Tim Waugh <twaugh at redhat.com> 0.0.3-4
- 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/devel/expendable.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- expendable.spec	1 Oct 2008 18:12:24 -0000	1.8
+++ expendable.spec	2 Oct 2008 11:10:55 -0000	1.9
@@ -1,12 +1,14 @@
 Summary: Home finances modeling program
 Name: expendable
 Version: 0.0.3
-Release: 3%{?dist}
+Release: 4%{?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-4
+- Fixed accounts tree view packing.
+
 * Wed Oct  1 2008 Tim Waugh <twaugh at redhat.com> 0.0.3-3
 - 0.0.3.
 - Don't run 'make check' as it requires an X display.




More information about the fedora-extras-commits mailing list