rpms/moblin-panel-status/devel moblin-panel-status.spec, 1.4, 1.5 mps-mc5-port.patch, 1.1, 1.2

Peter Robinson pbrobinson at fedoraproject.org
Tue Sep 29 10:19:27 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/moblin-panel-status/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18139

Modified Files:
	moblin-panel-status.spec mps-mc5-port.patch 
Log Message:
- Add new telepathy-glib dep


Index: moblin-panel-status.spec
===================================================================
RCS file: /cvs/pkgs/rpms/moblin-panel-status/devel/moblin-panel-status.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- moblin-panel-status.spec	28 Sep 2009 21:34:30 -0000	1.4
+++ moblin-panel-status.spec	29 Sep 2009 10:19:26 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           moblin-panel-status
 Version:        0.0.5
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Moblin Panel for Social Network Status
 
 Group:          System Environment/Libraries
@@ -15,7 +15,7 @@ BuildRequires: gtk2-devel
 BuildRequires: mojito-devel
 BuildRequires: mutter-moblin-devel
 BuildRequires: nbtk-devel
-BuildRequires: telepathy-mission-control-devel
+BuildRequires: telepathy-glib-devel
 BuildRequires: intltool
 
 # Generated with:
@@ -60,6 +60,9 @@ rm -rf %{buildroot}
 %{_datadir}/%{name}
 
 %changelog
+* Tue Sep 29 2009 Peter Robinson <pbrobinson at gmail.com> 0.0.5-3
+- Add new telepathy-glib dep
+
 * Mon Sep 28 2009 Bastien Nocera <bnocera at redhat.com> 0.0.5-2
 - Add patch for new Mission Control support
 

mps-mc5-port.patch:
 configure.ac                |    3 
 src/mnb-im-status-row.c     |  150 +++++++++++++++--------
 src/mnb-status-marshal.list |    2 
 src/moblin-panel-status.c   |  285 +++++++++++++++++++-------------------------
 4 files changed, 227 insertions(+), 213 deletions(-)

Index: mps-mc5-port.patch
===================================================================
RCS file: /cvs/pkgs/rpms/moblin-panel-status/devel/mps-mc5-port.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mps-mc5-port.patch	28 Sep 2009 21:34:30 -0000	1.1
+++ mps-mc5-port.patch	29 Sep 2009 10:19:26 -0000	1.2
@@ -1,25 +1,3 @@
-commit 419ffd4e56794e2b5ab068586d55419b7a808356
-Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
-Date:   Mon Sep 28 15:35:49 2009 +0100
-
-    configure.ac: add a versioned depends on telepathy-glib
-    
-    Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
-
-diff --git a/configure.ac b/configure.ac
-index 555a04b..4bd087b 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -23,7 +23,7 @@ PKG_CHECK_MODULES([STATUS],
-                    clutter-x11-1.0 >= 1.0.0     dnl
-                    clutter-gtk-0.10
-                    mojito-client >= 0.20.1      dnl
--                   telepathy-glib
-+                   telepathy-glib >= 0.9.0
-                    nbtk-1.2])
- 
- AC_ARG_ENABLE([cache],
-
 commit 937414d951216d1bb5399ef33d9777f66c09869a
 Author: Jonny Lamb <jonny.lamb at collabora.co.uk>
 Date:   Sat Sep 26 17:03:59 2009 +0100
@@ -786,7 +764,7 @@ index b29fbc1..555a04b 100644
 -                   libmissioncontrol            dnl
 +                   clutter-gtk-0.10
                     mojito-client >= 0.20.1      dnl
-+                   telepathy-glib
++                   telepathy-glib >= 0.9.0
                     nbtk-1.2])
  
  AC_ARG_ENABLE([cache],




More information about the fedora-extras-commits mailing list