rpms/moblin-panel-status/devel mps-fixchamplain.patch, NONE, 1.1 moblin-panel-status.spec, 1.16, 1.17

Peter Robinson pbrobinson at fedoraproject.org
Wed Jul 14 13:13:28 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/moblin-panel-status/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30433

Modified Files:
	moblin-panel-status.spec 
Added Files:
	mps-fixchamplain.patch 
Log Message:
- Patch to fix the build

mps-fixchamplain.patch:
 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mps-fixchamplain.patch ---
--- moblin-panel-status-0.1.21/configure.ac.orig	2010-07-14 13:26:20.438371801 +0100
+++ moblin-panel-status-0.1.21/configure.ac	2010-07-14 13:27:07.965328460 +0100
@@ -32,7 +32,7 @@
                    clutter-gtk-0.10
                    libsocialweb-client >= 0.20.1      dnl
                    mx-1.0 >= 0.9.0
-                   champlain-0.4
+                   champlain-0.6
                    geoclue
                    gconf-2.0])
 


Index: moblin-panel-status.spec
===================================================================
RCS file: /cvs/pkgs/rpms/moblin-panel-status/devel/moblin-panel-status.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- moblin-panel-status.spec	6 Jul 2010 13:02:31 -0000	1.16
+++ moblin-panel-status.spec	14 Jul 2010 13:13:27 -0000	1.17
@@ -1,12 +1,13 @@
 Name:          moblin-panel-status
 Version:       0.1.21
-Release:       4%{?dist}
+Release:       5%{?dist}
 Summary:       Moblin Panel for Social Network Status
 
 Group:         User Interface/Desktops
 License:       LGPLv2
 URL:           http://www.meego.com
 Source0:       http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.gz
+Patch0:        mps-fixchamplain.patch
 
 BuildRequires: clutter-devel
 BuildRequires: clutter-gtk-devel
@@ -32,7 +33,9 @@ status.
 
 %prep
 %setup -q
+%patch0 -p1 -b .fixchamplain
 
+autoreconf
 # run autogen.sh until we have a proper release, but don't run configure twice.
 #NOCONFIGURE=true ./autogen.sh
 
@@ -58,6 +61,9 @@ rm -rf %{buildroot}
 %{_datadir}/mutter-moblin/panels/moblin-panel-status.desktop
 
 %changelog
+* Wed Jul 14 2010 Peter Robinson <pbrobinson at gmail.com> 0.1.21-5
+- Patch to fix the build
+
 * Tue Jul  6 2010 Peter Robinson <pbrobinson at gmail.com> 0.1.21-4
 - Rebuild against new libchamplain
 



More information about the scm-commits mailing list