rpms/gyachi/devel .cvsignore, 1.28, 1.29 gyachi.spec, 1.49, 1.50 sources, 1.32, 1.33

Gregory D Hosler ghosler at fedoraproject.org
Sun Jun 20 13:08:46 UTC 2010


Author: ghosler

Update of /cvs/pkgs/rpms/gyachi/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv25957

Modified Files:
	.cvsignore gyachi.spec sources 
Log Message:
2010-06-17 (V1-2-9) Misc seg fault fixes
        * - Fix argument prototyping in webcam application. This
        *   resulted in finding several function calls that were
        *   not being passed correct arguements, and therefore
        *   would cause unexpected crashs (instead of reporting
        *   webcam errors) when capturing frames.
        *   BZ 565304 583642 586277 603260 546299 550567
        * - disable button-press-events from chat pane. When in chat room
        *   gyachi click input goes into strange state. mouse clicks
        *   get lost. button press events get claimed on wrong tab, etc.
        * - Fix possible NULL pointer dereference in focus_pm_entry()
        *   BZ 554041
        * - Fix possible crash in on_login_button_clicked() when
        *   login_window is already/still NULL. BZ 577724
        * - Fix possible segv when animated gif is deleted before
        *   the timeout. BZ 553506 578264
        * - Fix possible stack corruption with a username that is a full 64
        *   characters (or more). BZ 605875
        * - Fix gyachi crashes when editting the buddy image
        *   BZ 541761 541795 562472 564430 571077 599177 600687 602517




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/devel/.cvsignore,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- .cvsignore	8 Feb 2010 16:00:30 -0000	1.28
+++ .cvsignore	20 Jun 2010 13:08:45 -0000	1.29
@@ -1 +1 @@
-gyachi-1.2.4.tar.gz
+gyachi-1.2.9.tar.gz


Index: gyachi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/devel/gyachi.spec,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -p -r1.49 -r1.50
--- gyachi.spec	8 Feb 2010 16:00:30 -0000	1.49
+++ gyachi.spec	20 Jun 2010 13:08:46 -0000	1.50
@@ -26,14 +26,15 @@
 %endif
 
 Name:		gyachi
-Version:	1.2.4
+Version:	1.2.9
 Release:	2%{?dist}
 Summary:	A Yahoo! chat client with Webcam and voice support
 
 Group:		Applications/Internet
 License:	GPLv2
 URL:		http://gyachi.sourceforge.net
-Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+#Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:	http://downloads.sourceforge.net/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 #Patch0:	configure.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -371,6 +372,17 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat Jun 19 2010 Gregory D Hosler <ghosler at users.sourceforge.net> - 1.2.9-3
+- Update to upstream. Fix BZ 565304 583642 586277 603260 546299 550567
+- 554041 577724 553506 578264 605875 541761 541795 562472 564430 571077
+- 599177 600687 602517
+
+* Mon Jun 14 2010 Gregory D Hosler <ghosler at users.sourceforge.net> - 1.2.8-2
+- Update to upstream to fix build/link issue
+
+* Mon Jun 14 2010 Gregory D Hosler <ghosler at users.sourceforge.net> - 1.2.7-2
+- Update to upstream.
+
 * Fri Aug 21 2009 Tomas Mraz <tmraz at redhat.com> - 1.2.1-6
 - rebuilt with new openssl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- sources	8 Feb 2010 16:00:30 -0000	1.32
+++ sources	20 Jun 2010 13:08:46 -0000	1.33
@@ -1 +1 @@
-4c56cdbc07174a07956b3fc8750c5f7e  gyachi-1.2.4.tar.gz
+edcfb182d1e47d99ab59aaf5beee4e06  gyachi-1.2.9.tar.gz



More information about the scm-commits mailing list