rpms/postr/devel fix_upload_button.patch, NONE, 1.1 postr.spec, 1.16, 1.17

Tim Lauridsen timlau at fedoraproject.org
Wed Aug 5 07:58:26 UTC 2009


Author: timlau

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

Modified Files:
	postr.spec 
Added Files:
	fix_upload_button.patch 
Log Message:
Added patch to fix upload button

fix_upload_button.patch:
 postr.glade |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE fix_upload_button.patch ---
--- postr-0.12.3/src/postr.glade	2008-12-19 14:51:01.000000000 +0000
+++ postr-0.12.3/src/postr.glade	2009-06-04 12:31:57.870332040 +0100
@@ -256,7 +256,7 @@
                         <property name="receives_default">True</property>
                         <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                         <property name="response_id">0</property>
-                        <signal name="activate" handler="on_upload_activate"/>
+                        <signal name="clicked" handler="on_upload_activate"/>
                         <child>
                           <widget class="GtkHBox" id="hbox2">
                             <property name="visible">True</property>


Index: postr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/postr/devel/postr.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- postr.spec	26 Jul 2009 19:18:14 -0000	1.16
+++ postr.spec	5 Aug 2009 07:58:26 -0000	1.17
@@ -2,13 +2,14 @@
 
 Name:           postr
 Version:        0.12.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Flickr uploader
 
 Group:          Applications/Multimedia
 License:        GPLv2+
 URL:            http://www.burtonini.com/blog/computers/postr
 Source0:        http://burtonini.com/computing/%{name}-%{version}.tar.gz
+Patch0:		fix_upload_button.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -29,6 +30,7 @@ Tool for uploading photos to the photo-s
 
 %prep
 %setup -q
+%patch0 -p1
 
 
 %build
@@ -71,6 +73,9 @@ touch --no-create %{_datadir}/icons/hico
 
 
 %changelog
+* Wed Aug 5 2009 Tim Lauridsen <timlau at fedoraproject.org> - 0.12.3-4
+- Added fix_upload_button.patch to fix the upload button
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.12.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list