From 47e0634eb790523beff7e24dd1cd0f218bb4e7b9 Mon Sep 17 00:00:00 2001 From: Ignacio Vazquez-Abrams Date: Wed, 25 Jan 2006 02:08:00 +0000 Subject: [PATCH] Fixed selecting entry from address book (#177189) --- linphone.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/linphone.spec b/linphone.spec index e7ffea9..6f233db 100644 --- a/linphone.spec +++ b/linphone.spec @@ -1,6 +1,6 @@ Name: linphone Version: 1.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications @@ -11,6 +11,7 @@ Patch: linphone-1.0.1-desktop.patch Patch1: linphone-1.2.0-ortp.patch Patch2: linphone-1.1.0-Werror.patch Patch3: linphone-1.2.0-maxrtp.patch +Patch4: linphone-1.2.0-gtkentry.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel @@ -47,6 +48,7 @@ Libraries and headers required to develop software with linphone. %patch1 -p 1 -b .ortp %patch2 -p 1 -b .Werror %patch3 -p 1 -b .maxrtp +%patch4 -p 1 -b .gtkentry rm -r oRTP %build @@ -99,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/pkgconfig/* %changelog +* Tue Jan 24 2006 Ignacio Vazquez-Abrams 1.2.0-2 +- Fixed selecting entry from address book (#177189) + * Tue Jan 3 2006 Ignacio Vazquez-Abrams 1.2.0-1 - Upstream update