rpms/accountsdialog/devel accountsdialog.spec,1.9,1.10

Bastien Nocera hadess at fedoraproject.org
Mon Feb 22 17:13:09 UTC 2010


Author: hadess

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

Modified Files:
	accountsdialog.spec 
Log Message:
* Mon Feb 22 2010 Bastien Nocera <bnocera at redhat.com> 0.5-2
- Fix crasher with newer cheese



Index: accountsdialog.spec
===================================================================
RCS file: /cvs/pkgs/rpms/accountsdialog/devel/accountsdialog.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- accountsdialog.spec	15 Feb 2010 19:34:20 -0000	1.9
+++ accountsdialog.spec	22 Feb 2010 17:13:07 -0000	1.10
@@ -1,6 +1,6 @@
 Name:           accountsdialog
 Version:        0.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        An application to view and modify user accounts information
 
 Group:          Applications/System
@@ -10,6 +10,9 @@ Source0:        http://download.gnome.or
 
 # hide nonfunctional UI
 Patch0:         hide-unimplemented-parts.patch
+# https://bugzilla.redhat.com/show_bug.cgi?id=567084
+Patch1: 0001-Update-cheese-dependencies-and-reflect-recent-api-ch.patch
+Requires: cheese-libs >= 2.29.90
 
 BuildRequires:  intltool
 BuildRequires:  glib2-devel
@@ -37,6 +40,7 @@ also lets you configure some aspects of 
 %prep
 %setup -q
 %patch0 -p1 -b .hide-unimplemented-parts
+%patch1 -p1 -b .cheese-crasher
 
 %build
 %configure
@@ -64,6 +68,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Feb 22 2010 Bastien Nocera <bnocera at redhat.com> 0.5-2
+- Fix crasher with newer cheese
+
 * Mon Feb 15 2010 Matthias Clasen <mclasen at redhat.com> 0.5-1
 - Update to 0.5
 - Require passwd



More information about the scm-commits mailing list