rpms/cheese/devel fix-schemas.patch,NONE,1.1 cheese.spec,1.58,1.59

Matthias Clasen mclasen at fedoraproject.org
Fri Aug 14 19:57:25 UTC 2009


Author: mclasen

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

Modified Files:
	cheese.spec 
Added Files:
	fix-schemas.patch 
Log Message:
fix schemas file


fix-schemas.patch:
 cheese.schemas.in |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE fix-schemas.patch ---
diff -up cheese-2.27.90/data/cheese.schemas.in.fix-schemas cheese-2.27.90/data/cheese.schemas.in
--- cheese-2.27.90/data/cheese.schemas.in.fix-schemas	2009-08-14 15:54:43.643811926 -0400
+++ cheese-2.27.90/data/cheese.schemas.in	2009-08-14 15:54:48.860844990 -0400
@@ -148,6 +148,7 @@
       </locale>
     </schema>
 
+    <schema>
       <key>/schemas/apps/cheese/wide_mode</key>
       <applyto>/apps/cheese/wide_mode</applyto>
       <owner>cheese</owner>


Index: cheese.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cheese/devel/cheese.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- cheese.spec	11 Aug 2009 04:52:23 -0000	1.58
+++ cheese.spec	14 Aug 2009 19:57:24 -0000	1.59
@@ -1,6 +1,6 @@
 Name:           cheese
 Version:        2.27.90
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Application for taking pictures and movies from a webcam
 
 Group:          Amusements/Graphics
@@ -34,13 +34,16 @@ Requires(post): GConf2
 Requires(pre): GConf2
 Requires(preun): GConf2
 
+#
+Patch0: fix-schemas.patch
+
 %description
 Cheese is a Photobooth-inspired GNOME application for taking pictures and
 videos from a webcam. It can also apply fancy graphical effects.
 
 %prep
 %setup -q
-
+%patch0 -p1 -b .fix-schemas
 
 %build
 %configure
@@ -123,6 +126,9 @@ fi
 %{_datadir}/dbus-1/services/org.gnome.Cheese.service
 
 %changelog
+* Fri Aug 14 2009 Matthias Clasen  <mclasen at redhat.com> 2.27.90-2
+- Fix schemas file syntax
+
 * Tue Aug 11 2009 Matthias Clasen  <mclasen at redhat.com> 2.27.90-1
 - Update to 2.27.90
 




More information about the fedora-extras-commits mailing list