rpms/contact-lookup-applet/devel evolution_seg.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 contact-lookup-applet.spec, 1.5, 1.6 sources, 1.4, 1.5

Brian Pepple (bpepple) fedora-extras-commits at redhat.com
Tue Apr 12 15:36:09 UTC 2005


Author: bpepple

Update of /cvs/extras/rpms/contact-lookup-applet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19399/devel

Modified Files:
	.cvsignore contact-lookup-applet.spec sources 
Added Files:
	evolution_seg.patch 
Log Message:
auto-import contact-lookup-applet-0.10-5.fc3 on branch devel from contact-lookup-applet-0.10-5.fc3.src.rpm

evolution_seg.patch:

--- NEW FILE evolution_seg.patch ---
--- src/contact-lookup-applet.c.OLD	2004-10-09 09:44:01.000000000 -0400
+++ src/contact-lookup-applet.c	2005-04-12 11:15:32.000000000 -0400
@@ -175,6 +175,7 @@
   GSList *list, *l;
   ESourceGroup *sources = NULL;
   g_return_if_fail (user_data != NULL);
+  g_return_if_fail (entry->value != NULL);
   g_return_if_fail (entry->value->type == GCONF_VALUE_LIST);
   g_return_if_fail (gconf_value_get_list_type (entry->value) == GCONF_VALUE_STRING);
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/contact-lookup-applet/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	11 Apr 2005 14:54:05 -0000	1.4
+++ .cvsignore	12 Apr 2005 15:36:07 -0000	1.5
@@ -1 +1 @@
-contact-lookup-applet-0.12.tar.gz
+contact-lookup-applet-0.10.tar.gz


Index: contact-lookup-applet.spec
===================================================================
RCS file: /cvs/extras/rpms/contact-lookup-applet/devel/contact-lookup-applet.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- contact-lookup-applet.spec	12 Apr 2005 02:23:29 -0000	1.5
+++ contact-lookup-applet.spec	12 Apr 2005 15:36:07 -0000	1.6
@@ -1,17 +1,18 @@
 Name:		contact-lookup-applet
-Version:	0.12
-Release:	2.fc4
+Version:	0.10
+Release:	5.fc3
 Summary:	Contact Lookup Applet
 
 Group:		Applications/Communications
 License:	GPL
-URL:		http://www.burtonini.com/blog/computers/contact-lookup-applet-0.12
-Source0:	http://www.burtonini.com/computing/contact-lookup-applet-%{version}.tar.gz       
+URL:		http://www.burtonini.com/blog/2004/Oct/27/
+Source0:	http://www.burtonini.com/computing/contact-lookup-applet-0.10.tar.gz
+Patch1:		evolution_seg.patch        
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	libgnomeui-devel >= 2.7.92
-BuildRequires:	gnome-panel-devel >= 2.9.4
-BuildRequires:	evolution-data-server-devel >= 1.2.0
+BuildRequires:	gnome-panel-devel >= 2.7.90
+BuildRequires:	evolution-data-server-devel >= 1.0.0
 BuildRequires:	gettext
 
 %description
@@ -21,6 +22,7 @@
 
 %prep
 %setup -q
+%patch1
 
 %build
 %configure
@@ -44,19 +46,14 @@
 %{_datadir}/lookup-applet/%{name}.glade
 
 %changelog
-* Mon Apr 11 2005 Brian Pepple <bdpepple at ameritech.net> - 0.12-2.fc4
-- Correct URL.
+* Tue Apr 12 2005 Brian Pepple <bdpepple at ameritech.net> - 0.10-5.fc3
+- Added patch to prevent segfault if contact-lookup-applet is started before evolution,
 
-* Mon Apr 11 2005 Brian Pepple <bdpepple at ameritech.net> - 0.12-1.fc4
-- Update to 0.12.
+* Tue Mar 29 2005 Brian Pepple <bdpepple at ameritech.net> - 0.10-4.fc3
+- Add dist tag.
 
-* Tue Mar 29 2005 Brian Pepple <bdpepple at ameritech.net> - 0.11-2.fc4
-- Added dist tag.
-
-* Tue Mar 29 2005 Brian Pepple <bdpepple at ameritech.net> - 0.11-1
-- Updated to 0.11.
-- Drop BuildRequires for gtk2-devel.
-- Bump gnome-panel-devel & evolution-data-server-devel versions to minimum needed.
+* Tue Mar 29 2005 Brian Pepple <bdpepple at ameritech.net> - 0.10-3
+- Drop BuldRequires for gtk2-devel.
 
 * Mon Mar 21 2005 Brian Pepple <bdpepple at ameritech.net> - 0.10-2
 - fixed ownership of %%{_datadir}.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/contact-lookup-applet/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	11 Apr 2005 14:54:05 -0000	1.4
+++ sources	12 Apr 2005 15:36:07 -0000	1.5
@@ -1 +1 @@
-34199504980ac48676c4d5efed6dd56d  contact-lookup-applet-0.12.tar.gz
+d0a14459676a0f64e871d28dd334f5f8  contact-lookup-applet-0.10.tar.gz




More information about the fedora-extras-commits mailing list