rpms/mojito/devel mojito-fixNMdetect.patch, NONE, 1.1 mojito.spec, 1.15, 1.16

Peter Robinson pbrobinson at fedoraproject.org
Mon Aug 31 13:59:12 UTC 2009


Author: pbrobinson

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

Modified Files:
	mojito.spec 
Added Files:
	mojito-fixNMdetect.patch 
Log Message:
- Actually commit patch for detection of new NetworkManager

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

--- NEW FILE mojito-fixNMdetect.patch ---
--- mojito-0.20/configure.ac.orig	2009-08-31 14:42:10.000000000 +0100
+++ mojito-0.20/configure.ac	2009-08-31 14:42:27.000000000 +0100
@@ -69,7 +69,7 @@
         [test "$with_online" = networkmanager],
         [
         AC_MSG_RESULT([Network Manager])
-        PKG_CHECK_MODULES(NM, libnm_glib >= 0.7)
+        PKG_CHECK_MODULES(NM, libnm-glib >= 0.7)
         AC_DEFINE([WITH_ONLINE_NM], 1, [NM online detection])
         ],
 


Index: mojito.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mojito/devel/mojito.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- mojito.spec	31 Aug 2009 13:50:51 -0000	1.15
+++ mojito.spec	31 Aug 2009 13:59:12 -0000	1.16
@@ -7,7 +7,7 @@ Group:          Applications/Internet
 License:        LGPLv2.1
 URL:            http://moblin.org/projects/mojito
 Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
-Patch0:         nmn-fixNMdetect.patch
+Patch0:         mojito-fixNMdetect.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -105,6 +105,9 @@ rm -rf %{buildroot}
 %{_libdir}/libmojito-keystore.so
 
 %changelog
+* Mon Aug 31 2009 Peter Robinson <pbrobinson at gmail.com> 0.20-5
+- Actually commit patch for detection of new NetworkManager
+
 * Mon Aug 31 2009 Peter Robinson <pbrobinson at gmail.com> 0.20-4
 - Add patch for detection of new NetworkManager
 




More information about the fedora-extras-commits mailing list