rpms/gyachi/F-13 .cvsignore, 1.30, 1.31 gyachi.spec, 1.52, 1.53 sources, 1.34, 1.35

Gregory D Hosler ghosler at fedoraproject.org
Sat Jun 19 13:35:04 UTC 2010


Author: ghosler

Update of /cvs/pkgs/rpms/gyachi/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29760

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/F-13/.cvsignore,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -p -r1.30 -r1.31
--- .cvsignore	15 Jun 2010 11:48:50 -0000	1.30
+++ .cvsignore	19 Jun 2010 13:35:03 -0000	1.31
@@ -1 +1 @@
-gyachi-1.2.8.tar.gz
+gyachi-1.2.9.tar.gz


Index: gyachi.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/F-13/gyachi.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -p -r1.52 -r1.53
--- gyachi.spec	15 Jun 2010 11:57:34 -0000	1.52
+++ gyachi.spec	19 Jun 2010 13:35:04 -0000	1.53
@@ -26,8 +26,8 @@
 %endif
 
 Name:		gyachi
-Version:	1.2.8
-Release:	3%{?dist}
+Version:	1.2.9
+Release:	2%{?dist}
 Summary:	A Yahoo! chat client with Webcam and voice support
 
 Group:		Applications/Internet
@@ -372,6 +372,11 @@ 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
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gyachi/F-13/sources,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- sources	15 Jun 2010 11:48:50 -0000	1.34
+++ sources	19 Jun 2010 13:35:04 -0000	1.35
@@ -1 +1 @@
-783fabedfd69003b47c4bffa5163bcee  gyachi-1.2.8.tar.gz
+edcfb182d1e47d99ab59aaf5beee4e06  gyachi-1.2.9.tar.gz



More information about the scm-commits mailing list