Author: awjb
Update of /cvs/extras/rpms/aterm/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10791
Modified Files: aterm.spec Added Files: aterm-cleanup.patch Log Message: - backport fixes from 1.00beta2 to close #149366 - add dist tag
aterm-cleanup.patch:
--- NEW FILE aterm-cleanup.patch --- --- src/scrollbar2.c.orig 2005-06-01 00:38:04.000000000 +0200 +++ src/scrollbar2.c 2005-06-01 00:39:11.000000000 +0200 @@ -647,7 +647,7 @@ int scrollbar_show(int update) { - scrollbar_show_cached(update, 0); + return scrollbar_show_cached(update, 0); }
--- src/pixmap.c.orig 2005-06-01 00:38:20.000000000 +0200 +++ src/pixmap.c 2005-06-01 00:38:45.000000000 +0200 @@ -607,7 +607,7 @@
/* PROTO */ -Pixmap +void SetSrcPixmap(Pixmap p) { if( BG.srcPixmap != None && BG.bMySource )
Index: aterm.spec =================================================================== RCS file: /cvs/extras/rpms/aterm/FC-3/aterm.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- aterm.spec 10 Dec 2004 22:03:01 -0000 1.5 +++ aterm.spec 31 May 2005 22:46:38 -0000 1.6 @@ -1,6 +1,6 @@ Name: aterm Version: 0.4.2 -Release: 5 +Release: 6%{?dist} Epoch: 0 Summary: Aterm (Afterstep XVT) - a VT102 emulator for the X window system Group: User Interface/X @@ -8,6 +8,7 @@ URL: http://aterm.sourceforge.net Source0: http://dl.sf.net/aterm/%%7Bname%7D-%%7Bversion%7D.tar.gz Source1: aterm.desktop +Patch0: aterm-cleanup.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: XFree86-devel @@ -27,7 +28,7 @@
%prep %setup -q - +%patch0
%build %configure --enable-utmp \ @@ -72,6 +73,10 @@
%changelog +* Wed Jun 01 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de> +- backport from 1.00beta2 to close #149366 +- add dist + * Sun Jun 22 2003 Andreas Bierfert (awjb) <andreas.bierfert[AT]awbsworld.de> 0:0.4.2-0.fdr.5 - changed Source0 - changed configure options ( both noticed by Adrian Reber )
scm-commits@lists.fedoraproject.org