rpms/nbtk/devel nbtk-clutter1-pkcfg.patch, NONE, 1.1 nbtk.spec, 1.15, 1.16

Peter Robinson pbrobinson at fedoraproject.org
Thu Jul 30 15:29:23 UTC 2009


Author: pbrobinson

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

Modified Files:
	nbtk.spec 
Added Files:
	nbtk-clutter1-pkcfg.patch 
Log Message:
- Add another patch for clutter 1.0

nbtk-clutter1-pkcfg.patch:
 nbtk.pc.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE nbtk-clutter1-pkcfg.patch ---
>From 9de8c647a137f82e10585896706060420be9d830 Mon Sep 17 00:00:00 2001
From: Thomas Wood <thomas.wood at intel.com>
Date: Wed, 29 Jul 2009 14:21:36 +0000
Subject: [nbtk.pc.in] Update Requires field

---
diff --git a/nbtk.pc.in b/nbtk.pc.in
index c3fe5a5..cd043a0 100644
--- a/nbtk.pc.in
+++ b/nbtk.pc.in
@@ -8,4 +8,4 @@ Description: An experimental toolkit for moblin-netbook implementation
 Version: @VERSION@
 Libs: -L${libdir} -lnbtk- at NBTK_API_VERSION@
 Cflags: -I${includedir}/nbtk- at NBTK_API_VERSION@
-Requires: gobject-2.0 clutter-0.9 libccss-1
+Requires: clutter-1.0 libccss-1 = 0.3.1
--
cgit v0.8.2


Index: nbtk.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nbtk/devel/nbtk.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -p -r1.15 -r1.16
--- nbtk.spec	30 Jul 2009 10:59:02 -0000	1.15
+++ nbtk.spec	30 Jul 2009 15:29:23 -0000	1.16
@@ -1,6 +1,6 @@
 Name:           nbtk
 Version:        0.16.3
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        A toolkit for moblin NetBooks
 
 Group:          System Environment/Libraries
@@ -8,6 +8,7 @@ License:        LGPLv2
 URL:            http://moblin.org/projects/netbook-toolkit-nbtk
 Source0:        http://git.moblin.org/cgit.cgi/%{name}/snapshot/%{name}-%{version}.tar.bz2
 Patch0:		nbtk-clutter1.patch
+Patch1:		nbtk-clutter1-pkcfg.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: clutter-devel >= 1.0.0
@@ -45,6 +46,7 @@ Files for development with %{name}.
 %prep
 %setup -q
 %patch0 -p1 -b .clutter1
+%patch1 -p1 -b .clutter1-pkcfg
 
 # run autogen.sh until we have a proper release, but don't run configure twice.
 sed -i '/configure/d' autogen.sh
@@ -83,6 +85,9 @@ rm -rf %{buildroot}
 %{_datadir}/gtk-doc/html/nbtk
 
 %changelog
+* Thu Jul 30 2009 Peter Robinson <pbrobinson at gmail.com> 0.16.3-7
+- Add another patch for clutter 1.0
+
 * Thu Jul 30 2009 Peter Robinson <pbrobinson at gmail.com> 0.16.3-6
 - Add patch for clutter 1.0
 




More information about the fedora-extras-commits mailing list