From fedora-extras-commits at redhat.com Sun May 1 10:06:46 2005 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Sun, 1 May 2005 06:06:46 -0400 Subject: rpms/apmud/devel apmud.spec,1.3,1.4 Message-ID: <200505011006.j41A6lGX013079@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/apmud/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13062 Modified Files: apmud.spec Log Message: BR xorg-x11-devel Index: apmud.spec =================================================================== RCS file: /cvs/extras/rpms/apmud/devel/apmud.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- apmud.spec 6 Apr 2005 22:11:10 -0000 1.3 +++ apmud.spec 1 May 2005 10:06:44 -0000 1.4 @@ -2,7 +2,7 @@ Name: apmud Version: 1.0.0 -Release: 2 +Release: 3 Summary: Power management daemon for Apple laptops Source0: http://linuxppc.jvc.nl/apmud-%{version}.tgz @@ -15,6 +15,7 @@ License: GPL Group: Utilities/System BuildRoot: %{_tmppath}/pmud-%{version}-buildroot +BuildRequires: xorg-x11-devel Prereq: chkconfig Obsoletes: trackpad, pmud ExclusiveArch: ppc @@ -94,10 +95,13 @@ %{_prefix}/share/man/man8/* %changelog -* Fri Apr 7 2005 Michael Schwendt +* Sun May 1 2005 David Woodhouse 1.0.0-3 +- BR xorg-x11-devel + +* Fri Apr 7 2005 Michael Schwendt 1.0.0-2 - rebuilt -* Sun Feb 13 2005 David Woodhouse +* Sun Feb 13 2005 David Woodhouse 1.0.0-1 - Import into Fedora extras - update pmud init script - fix fcntl bugs From fedora-extras-commits at redhat.com Sun May 1 11:03:41 2005 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 1 May 2005 07:03:41 -0400 Subject: rpms/clamav/devel sources,1.5,1.6 clamav.spec,1.12,1.13 Message-ID: <200505011103.j41B3fST014157@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14138 Modified Files: sources clamav.spec Log Message: version 0.84 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 15 Feb 2005 08:40:51 -0000 1.5 +++ sources 1 May 2005 11:03:39 -0000 1.6 @@ -1,2 +1,2 @@ -e3a1b6bbda8095c5aae4eb7bc753804c clamav-0.83.tar.gz -8bd9bb753a1f0cceb588f96dd0f002ab clamav-0.83.tar.gz.sig +4c89908cc3e8ea7684bbea4cfeae025a clamav-0.84.tar.gz.sig +c43213da01d510faf117daa9a4d5326c clamav-0.84.tar.gz Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- clamav.spec 6 Apr 2005 22:11:35 -0000 1.12 +++ clamav.spec 1 May 2005 11:03:39 -0000 1.13 @@ -21,14 +21,14 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.83 -Release: %release_func 2 +Version: 0.84 +Release: %release_func 0 License: GPL Group: Applications/File URL: http://www.clamav.net Source0: http://download.sourceforge.net/sourceforge/clamav/%{name}-%{version}.tar.gz -Source999: http://download.sourceforge.net/sourceforge/clamav/%{name}-%{version}.tar.gz.sig +#Source999: http://download.sourceforge.net/sourceforge/clamav/%{name}-%{version}.tar.gz.sig Source1: clamd-wrapper Source2: clamd.sysconfig Source3: clamd.logrotate @@ -406,6 +406,9 @@ %endif # _without_milter %changelog +* Sun May 1 2005 Enrico Scholz - 0.84 +- updated to 0.84 + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Sun May 1 11:05:25 2005 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 1 May 2005 07:05:25 -0400 Subject: rpms/dietlibc/devel dietlibc-0.28-syscall.patch,NONE,1.1 Message-ID: <200505011105.j41B5PI3014195@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/dietlibc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14176 Added Files: dietlibc-0.28-syscall.patch Log Message: initial checkin dietlibc-0.28-syscall.patch: --- NEW FILE dietlibc-0.28-syscall.patch --- 2005-05--1 Enrico Scholz * libcompat/syscall.S: added Herbert Poetzl's syscall(2) implementation for x86_64 and sparc* architectures (see http://vserver.13thfloor.at/Experimental/delta-diet.diff) diff -NurpP --minimal dietlibc-0.28/libcompat/syscall.S dietlibc-0.28.fixed/libcompat/syscall.S --- dietlibc-0.28/libcompat/syscall.S 2004-03-28 10:13:43.000000000 +0200 +++ dietlibc-0.28.fixed/libcompat/syscall.S 2005-05-01 05:47:50.000000000 +0200 @@ -77,5 +77,65 @@ syscall: cmp.eq p6,p0=-1,r10 (p6) br __error_unified_syscall br.ret.sptk.few rp +#elif (defined(__x86_64__)) + mov %rdi, %rax + mov %rsi, %rdi + mov %rdx, %rsi + mov %rcx, %rdx + mov %r8, %r10 + mov %r9, %r8 + mov 0x8(%rsp), %r9 + syscall + cmp $0xfffffffffffff001,%rax + jb .Lret +#ifdef __DYN_LIB + mov %rax, %rdx + call __errno_location + mov %rdx, (%rax) +#else + mov %rax, errno +#endif + xor %rax, %rax + dec %rax +.Lret: + retq +#elif (defined(__sparc__) && defined(__arch64__)) + mov %o0, %g1 + mov %o1, %o0 + mov %o2, %o1 + mov %o3, %o2 + mov %o4, %o3 + mov %o5, %o4 + ta 0x6d + bcc .Lret +#ifdef __DYN_LIB +#else + neg %o0 + sethi %hi(errno), %g1 + or %g1, %lo(errno), %g2 + st %o0, [%g2] +#endif + mov -1, %o0 +.Lret: + retl +#elif (defined(__sparc__)) + mov %o0, %g1 + mov %o1, %o0 + mov %o2, %o1 + mov %o3, %o2 + mov %o4, %o3 + mov %o5, %o4 + t 0x10 + bcc .Lret +#ifdef __DYN_LIB +#else + neg %o0 + sethi %hi(errno), %g1 + or %g1, %lo(errno), %g2 + st %o0, [%g2] +#endif + mov -1, %o0 +.Lret: + retl #endif .size syscall, . - syscall From fedora-extras-commits at redhat.com Sun May 1 11:06:14 2005 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 1 May 2005 07:06:14 -0400 Subject: rpms/dietlibc/devel dietlibc-0.28-scall.patch,1.1,1.2 Message-ID: <200505011106.j41B6EMm014229@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/dietlibc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14209 Modified Files: dietlibc-0.28-scall.patch Log Message: rediffed dietlibc-0.28-scall.patch: Index: dietlibc-0.28-scall.patch =================================================================== RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc-0.28-scall.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dietlibc-0.28-scall.patch 24 Apr 2005 19:49:59 -0000 1.1 +++ dietlibc-0.28-scall.patch 1 May 2005 11:06:12 -0000 1.2 @@ -5,10 +5,10 @@ --- dietlibc-0.28/libcompat/syscall.S.scall +++ dietlibc-0.28/libcompat/syscall.S -@@ -77,5 +77,14 @@ - cmp.eq p6,p0=-1,r10 - (p6) br __error_unified_syscall - br.ret.sptk.few rp +@@ -137,5 +137,13 @@ + mov -1, %o0 + .Lret: + retl +#else +#include + .section .note @@ -17,6 +17,5 @@ +#else + .long __syscall_2_not_implemented_for_this_arch +#endif -+ .previous #endif .size syscall, . - syscall From fedora-extras-commits at redhat.com Sun May 1 11:06:46 2005 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sun, 1 May 2005 07:06:46 -0400 Subject: rpms/dietlibc/devel dietlibc.spec,1.9,1.10 Message-ID: <200505011106.j41B6kYQ014252@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/dietlibc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14235 Modified Files: dietlibc.spec Log Message: added Herbert Poetzl's syscall(2) implementation for x86_64 and sparc* architectures (see http://vserver.13thfloor.at/Experimental/delta-diet.diff) Index: dietlibc.spec =================================================================== RCS file: /cvs/extras/rpms/dietlibc/devel/dietlibc.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- dietlibc.spec 24 Apr 2005 19:49:59 -0000 1.9 +++ dietlibc.spec 1 May 2005 11:06:43 -0000 1.10 @@ -36,7 +36,7 @@ Summary: Small libc implementation Name: %{?_with_cross:cross-%crossarch-}%NAME Version: 0.28 -Release: %release_func 4.3 +Release: %release_func 4.4 License: GPL Group: Development/Libraries URL: http://www.fefe.de/dietlibc/ @@ -47,9 +47,10 @@ Patch2: dietlibc-0.28-ppc.patch Patch3: dietlibc-0.28-hppa.patch Patch4: dietlibc-0.28-cflags.patch -Patch5: dietlibc-0.28-scall.patch Patch6: dietlibc-0.28-stat64.patch Patch7: dietlibc-0.28-madv.patch +Patch9: dietlibc-0.28-syscall.patch +Patch10: dietlibc-0.28-scall.patch BuildRoot: %_tmppath/%name-%version-buildroot %{?with_dyn:Requires: dietlibc-lib = %version-%release} @@ -84,10 +85,12 @@ %patch2 -p1 -b .ppc %patch3 -p1 -b .hppa %patch4 -p1 -b .cflags -%patch5 -p1 -b .scall %patch6 -p1 -b .stat64 %patch7 -p1 -b .madv +%patch9 -p1 -b .syscall +%patch10 -p1 -b .scall + ## only for 0.28; remove it in 0.29 sed -i -e 's!LD_RUN_PATH= !env -u LD_RUN_PATH !' Makefile @@ -149,7 +152,11 @@ %endif %changelog -* Sun Apr 24 2005 Enrico Scholz - 0.28-5 +* Sun May 1 2005 Enrico Scholz - 0.28-5 +- added Herbert Poetzl's syscall(2) implementation for x86_64 and + sparc* architectures (see + http://vserver.13thfloor.at/Experimental/delta-diet.diff); rediffed + the .call patch - catch the case when syscall(2) is used on archs where it is not implemented yet - define MADV_* constants on HPPA and IA64 archs From fedora-extras-commits at redhat.com Sun May 1 16:20:04 2005 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Sun, 1 May 2005 12:20:04 -0400 Subject: rpms/Glide3/devel Glide3-amd3dnow.patch, NONE, 1.1 Glide3.spec, 1.2, 1.3 glide-ia64.patch, 1.2, NONE Message-ID: <200505011620.j41GK48v019212@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Glide3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19193 Modified Files: Glide3.spec Added Files: Glide3-amd3dnow.patch Removed Files: glide-ia64.patch Log Message: - Added a patch which fixes PIC compilation of amd3dnow asm code for h3 and h5 and which fixes compilation of amd3dnow code in general for cvg. Currently amd3dnow support is still disabled because it doesn't work on my voodoo2. - replaced configure with %%configure Glide3-amd3dnow.patch: --- NEW FILE Glide3-amd3dnow.patch --- --- Glide3/h3/glide3/src/xdraw2.inc.S.amd3dnow 2000-10-20 21:07:00.000000000 +0200 +++ Glide3/h3/glide3/src/xdraw2.inc.S 2005-05-01 13:57:55.437237488 +0200 @@ -246,7 +246,11 @@ push %edi /* save caller's register variable */ push %esi /* save caller's register variable */ +#ifdef PIC + mov _gc-8(%esp) , gc /* gc on stack (NOT!!! in edx) from caller */ +#else mov %edx , gc /* gc in edx from caller */ +#endif push %ebx /* save caller's register variable */ push %ebp /* save frame pointer */ --- Glide3/h5/glide3/src/xdraw2.inc.s.amd3dnow 2000-11-17 22:31:06.000000000 +0100 +++ Glide3/h5/glide3/src/xdraw2.inc.s 2005-05-01 13:57:55.438237336 +0200 @@ -295,7 +295,11 @@ push %edi /* save caller's register variable */ push %esi /* save caller's register variable */ +#ifdef PIC + mov _gc-8(%esp) , gc /* gc on stack (NOT!!! in edx) from caller */ +#else mov %edx , gc /* gc in edx from caller */ +#endif push %ebx /* save caller's register variable */ push %ebp /* save frame pointer */ --- Glide3/cvg/glide3/src/xtexdl.S.amd3dnow 1999-12-07 22:42:38.000000000 +0100 +++ Glide3/cvg/glide3/src/xtexdl.S 2005-05-01 13:57:55.439237184 +0200 @@ -46,12 +46,12 @@ /* Arguments (STKOFF = 12 from 3 dword pushes) */ #define STACKOFFSET 12 -#define _gc$ STACKOFFSET -#define _baseAddr$ STACKOFFSET -#define _maxS$ STACKOFFSET -#define _minT$ STACKOFFSET -#define _maxT$ STACKOFFSET -#define _texData$ STACKOFFSET +#define _gc STACKOFFSET +#define _baseAddr STACKOFFSET +#define _maxS STACKOFFSET +#define _minT STACKOFFSET +#define _maxT STACKOFFSET +#define _texData STACKOFFSET /* NB: The first set of registers (eax-edx) are volatile across */ /* function calls. The remaining registers are supposedly non-volatile */ @@ -93,46 +93,46 @@ /* because we don't use or call anything that uses fp. */ femms - mov _gc$-STACKOFFSET+0(%esp) , gc + mov _gc-STACKOFFSET+0(%esp) , gc push %esi - mov _maxT$-STACKOFFSET+4(%esp) , maxT + mov _maxT-STACKOFFSET+4(%esp) , maxT push %edi shl $9 , maxT /* Convert maxT to rowAddr format */ push %ebp - mov _texData$(%esp) , dataPtr - mov _minT$(%esp) , curT + mov _texData(%esp) , dataPtr + mov _minT(%esp) , curT /* Pad out fifo so that we can use mmx writes the whole way w/o */ /* any intermediate tests in the inner loop for fifo alignment. */ /* Conveniently, the packet header is 2 dwords which matches */ /* the size of the mmx write. */ mov fifoPtr(gc) , fifo /* Cache fifo ptr */ - mov _baseAddr$(%esp) , texAddr /* Texture physical address */ + mov _baseAddr(%esp) , texAddr /* Texture physical address */ - mov _maxS$(%esp) , %temp1 /* Pre-convert maxS into packet 5 field format */ + mov _maxS(%esp) , temp1 /* Pre-convert maxS into packet 5 field format */ sub tex_ptr(gc) , texAddr /* Convert to hw base relative address */ - shl $2 , %temp1 /* Write size dwords -> bytes */ - mov texAddr , _baseAddr$(%esp) + shl $2 , temp1 /* Write size dwords -> bytes */ + mov texAddr , _baseAddr(%esp) shl $9 , curT /* curT = TEX_ROW_ADDR_INCR(curT) */ - mov %temp1 , _maxS$(%esp) /* Write back converted s coordinate */ + mov temp1 , _maxS(%esp) /* Write back converted s coordinate */ - shl $1 , %temp1 /* Write size to packet 5 field format */ + shl $1 , temp1 /* Write size to packet 5 field format */ test $0x4 , fifo /* Aligned fifo ptr? */ - mov fifoRoom(gc) , %temp2 /* temp2 = gc->fifoRoom */ - mov %temp1 , _maxT$(%esp) /* Write back converted field format size */ + mov fifoRoom(gc) , temp2 /* temp2 = gc->fifoRoom */ + mov temp1 , _maxT(%esp) /* Write back converted field format size */ jz .L__grTexDownload_3DNow_MMX___loopT /* Check to make sure there's room in the fifo. If not then */ /* we'll wrap and then it should be aligned for the remainder of */ /* this function invocation. */ - cmp $0x4 , %temp2 + cmp $0x4 , temp2 jg .L__grTexDownload_3DNow_MMX___mmxAlignFifo push __LINE__ /* Line # inside this function */ @@ -146,40 +146,40 @@ /* re-cache the fifoPtr since we may have wrapped. */ add $12 , %esp /* Pop the 3 DWORDs for the fifoWrap parameters */ - mov _gc$(%esp) , gc + mov _gc(%esp) , gc /* Setup the regs to do the alignment */ mov fifoPtr(gc) , fifo test $0x4 , fifo - mov fifoRoom(gc) , %temp2 + mov fifoRoom(gc) , temp2 jz .L__grTexDownload_3DNow_MMX___loopT .L__grTexDownload_3DNow_MMX___mmxAlignFifo: add $0x4 , fifo /* packetPtr++ */ - xor %temp1 , %temp1 /* Clear the nop packet */ + xor temp1 , temp1 /* Clear the nop packet */ mov fifo , fifoPtr(gc) /* gc->fifoPtr = packetPtr */ - sub $0x4 , %temp2 /* fifoRoom -= 4 */ + sub $0x4 , temp2 /* fifoRoom -= 4 */ - mov %temp2 , fifoRoom(gc) /* gc->fifoRoom = fifoRoom */ - GR_FIFO_WRITE(fifo , -4 , %temp1) /* NOP packet(0) */ + mov temp2 , fifoRoom(gc) /* gc->fifoRoom = fifoRoom */ + GR_FIFO_WRITE(fifo , -4 , temp1) /* NOP packet(0) */ .align 4 .L__grTexDownload_3DNow_MMX___loopT: /* Check for room to write the current texture scanline */ - mov _maxS$(%esp) , %temp1 /* temp1 = width of scanline (bytes) */ - mov fifoRoom(gc) , %temp2 /* temp2 = gc->fifoRoom (bytes) */ + mov _maxS(%esp) , temp1 /* temp1 = width of scanline (bytes) */ + mov fifoRoom(gc) , temp2 /* temp2 = gc->fifoRoom (bytes) */ - add $0x0C , %temp1 /* scanline width + sizeof(packet hdr) (bytes) + nop packet to mmx align */ - cmp %temp1 , %temp2 /* fifo space required >= space availible ? */ + add $0x0C , temp1 /* scanline width + sizeof(packet hdr) (bytes) + nop packet to mmx align */ + cmp temp1 , temp2 /* fifo space required >= space availible ? */ jge __dlBegin /* Yes, start download now w/ no more checking */ push __LINE__ /* Line # inside this function */ push $0x0 /* NULL file name */ - push %temp1 /* fifo space required */ + push temp1 /* fifo space required */ call __FifoMakeRoom /* Get fifo room */ add $12 , %esp /* Pop the 3 DWORDs for the fifoWrap parameters */ @@ -188,7 +188,7 @@ /* Calling out to external code means that our registers can get */ /* trashed in the same way that we trash things. Plus we need to */ /* re-cache the fifoPtr since we may have wrapped. */ - mov _gc$(%esp) , gc + mov _gc(%esp) , gc mov fifoPtr(gc) , fifo #ifdef GLIDE_DEBUG @@ -219,20 +219,20 @@ /* Compute packet header words */ /* hdr1: downloadSpace[31:30] numWords[21:3] packetType[2:0] */ /* hdr2: download address[29:0] */ - mov _baseAddr$(%esp) , texAddr /* Download base address */ - mov _maxT$(%esp) , %temp1 /* Pre-Converted # of words per packet/scanline */ + mov _baseAddr(%esp) , texAddr /* Download base address */ + mov _maxT(%esp) , temp1 /* Pre-Converted # of words per packet/scanline */ - mov $0x0C0000005 , %temp3 /* Base packet header (texture port | packet type 5) */ + mov $0x0C0000005 , temp3 /* Base packet header (texture port | packet type 5) */ add $8 , fifo /* Pre-increment fifo ptr (hdr1) */ - or %temp1 , %temp3 /* Base packet hdr | # of words */ + or temp1 , temp3 /* Base packet hdr | # of words */ add curT , texAddr /* texAddr = texBaseAddr + TEX_ROW_ADDR_INCR(curT) */ - GR_FIFO_WRITE(fifo , -8 , %temp3) /* Write hdr1 */ + GR_FIFO_WRITE(fifo , -8 , temp3) /* Write hdr1 */ add $0x200 , curT /* curT += TEX_ROW_ADDR_INCR(1) */ GR_FIFO_WRITE(fifo , -4 , texAddr) /* write hdr2 */ - mov _maxS$(%esp) , curS /* curS = maxS */ + mov _maxS(%esp) , curS /* curS = maxS */ .align 4 /* S coordinate inner loop unrolled for 8 texels a write */ @@ -246,20 +246,20 @@ movq %mm0 , -8(fifo) /* *fifoPtr = texelData[64 bits] */ jnz .L__grTexDownload_3DNow_MMX___loopS /* if curS > 0 */ - mov _gc$(%esp) , gc /* Re-cache gc which was trashed in the dl loop */ - mov fifo , %temp1 + mov _gc(%esp) , gc /* Re-cache gc which was trashed in the dl loop */ + mov fifo , temp1 /* Update gc->fifoPtr and gc->fifoRoom for the wrap/stall check */ - mov fifoPtr(gc) , %temp2 - sub %temp2 , %temp1 /* # of bytes written to the fifo */ + mov fifoPtr(gc) , temp2 + sub temp2 , temp1 /* # of bytes written to the fifo */ mov fifo , fifoPtr(gc) /* gc->fifoPtr = packetPtr */ - mov fifoRoom(gc) , %temp2 + mov fifoRoom(gc) , temp2 - sub %temp1 , %temp2 /* # of bytes left in fifo */ + sub temp1 , temp2 /* # of bytes left in fifo */ cmp maxT , curT /* if (curT <= maxT) ? */ - mov %temp2 , fifoRoom(gc) + mov temp2 , fifoRoom(gc) jle .L__grTexDownload_3DNow_MMX___loopT .L__grTexDownload_3DNow_MMX___dlDone: --- Glide3/cvg/glide3/src/xdraw2.inc.S.amd3dnow 2005-05-01 14:04:15.658435080 +0200 +++ Glide3/cvg/glide3/src/xdraw2.inc.S 2005-05-01 14:05:20.832527112 +0200 @@ -422,7 +422,7 @@ /* here: "write buffer" has one DWORD left over from vertex A */ mov dlpstrt , dlp /* reset the dataList */ - mov _vb$(%esp) , vertex /* Current vertex = B */ + mov _vb(%esp) , vertex /* Current vertex = B */ movd X(vertex) , %mm2 /* 0 | x if vertex B */ punpckldq %mm2 , %mm1 /* x | old param */ --- Glide3/cvg/glide3/src/xdraw3.S.amd3dnow 2005-05-01 14:27:16.678488120 +0200 +++ Glide3/cvg/glide3/src/xdraw3.S 2005-05-01 15:00:25.373160576 +0200 @@ -35,7 +35,7 @@ .align 8 .type _F256_F256, at object .size _F256_F256,8 -_F256_F256 .double 0x04380000043800000 /* 256 | 256 */ +_F256_F256: .double 0x04380000043800000 /* 256 | 256 */ .data .align 8 @@ -244,7 +244,7 @@ punpckldq %mm2 , %mm1 /* current param | previous param */ movq %mm1 , -8(fifo) /* PCI write current param | previous param */ - jnz win_datalist_loop_ND_WB0 /* nope, copy next parameter */ + jnz .L__grDrawVertexList_3DNow_Window_win_datalist_loop_ND_WB0 /* nope, copy next parameter */ .L__grDrawVertexList_3DNow_Window_win_datalist_end_ND_WB0: @@ -393,7 +393,7 @@ ret /* return, pop 5 DWORD parameters off stack */ - db $0x08d , $0x064 , $0x024 , $0x000 /* filler (not reachable) */ +/* db $0x08d , $0x064 , $0x024 , $0x000 */ /* filler (not reachable) */ .L__grDrawVertexList_3DNow_Window_deref_mode: @@ -704,14 +704,14 @@ mov vertexStride(gc) , %edx /* get stride in DWORDs */ movd (_GlideRoot+pool_f255) , %mm6 /* GlideRoot.pool.f255 */ - mov $4 , (strideinbytes) /* array of pointers */ + movl $4 , (strideinbytes) /* array of pointers */ jnz clip_coords_begin /* nope, it's mode 1 */ .L__grDrawVertexList_3DNow_Clip_clip_coordinates_ND: shl $2 , %edx /* stride in bytes */ - mov %edx , (strideinbytes) /* save off stride (in bytes) */ + movl %edx , (strideinbytes) /* save off stride (in bytes) */ .align 32 .L__grDrawVertexList_3DNow_Clip_clip_coords_begin: @@ -810,7 +810,7 @@ pfrcpit2 %mm1 , %mm0 /* oow = 1.0f / FARRAY(vPtr, gc->state.vData.wInfo.offset */ mov paramIndex(gc) , %esi /* gc->state.paramIndex */ -/* /* x, y */ */ + /* x, y */ /* TRI_SETF(FARRAY(vPtr, 0) */ /* *oow*gc->state.Viewport.hwidth + gc->state.Viewport.ox) */ /* TRI_SETF(FARRAY(vPtr, 4) */ @@ -1071,7 +1071,7 @@ .L__grDrawVertexList_3DNow_Clip_strip_done: /* } */ /* #undef FN_NAME */ -/* } /* _grDrawVertexList */ */ +/* } */ /* _grDrawVertexList */ pop %ebp /* restore frame pointer */ pop %ebx /* restore caller's register variable */ @@ -1086,8 +1086,8 @@ .align 32 -#define _a$ 20 -#define _b$ 24 +#define _a 20 +#define _b 24 #define gc %esi #define vb %edi @@ -1134,14 +1134,14 @@ /* 241 : */ /* 242 : /* */ /* 243 : ** compute absolute deltas and draw from low Y to high Y */ -/* 244 : */ */ +/* 244 : */ /* 245 : ADY = FARRAY(b, 4) - FARRAY(a, 4) */ /* 246 : i = *(long *)&ADY */ /* 247 : if (i < 0) { */ /* 248 : const void *tv */ /* 249 : tv = a a = b b = tv */ -/* 250 : i ^= 0x80000000 /* ady = -ady */ */ -/* 251 : /* (*(long *)&ADY) = i */ */ +/* 250 : i ^= 0x80000000 */ /* ady = -ady */ +/* 251 : */ /* (*(long *)&ADY) = i */ /* 252 : } */ movq (vb) , %mm1 /* FARRAY(b,4) | FARRAY(b,0) */ @@ -1177,10 +1177,10 @@ /* 254 : DX = FARRAY(b, 0) - FARRAY(a, 0) */ /* 255 : j = *(long *)&DX */ /* 256 : if (j < 0) { */ -/* 257 : j ^= 0x80000000 /* adx = -adx */ */ +/* 257 : j ^= 0x80000000 */ /* adx = -adx */ /* 258 : } */ /* 259 : */ -/* 260 : /* check for zero-length lines */ */ +/* 260 : */ /* check for zero-length lines */ /* 261 : if ((j >= i) && (j == 0)) */ /* 262 : return */ /* 263 : */ @@ -1218,7 +1218,7 @@ /* 266 : TRI_STRIP_BEGIN(kSetupCullDisable | kSetupStrip, 4, vSize, */ /* 267 : SSTCP_PKT3_BDDDDD | (1<<15)) */ -/* 268 : /* x major */ */ +/* 268 : */ /* x major */ /* 269 : if (j >= i) { */ mov fifoPtr(gc) , fifo /* gc->cmdTransportInfo.fifoPtr */ @@ -1284,7 +1284,7 @@ test %eax , %eax /* offset == 0 (end of offset list) ? */ movq %mm7 , -8(fifo) /* PCI write current component | previous component */ - jnz $vertex_loop1_WB0 /* offset != 0, process next component */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop1_WB0 /* offset != 0, process next component */ .L__grDrawTextureLine_3DNow_$vertex_loop1_done_WB0: @@ -1333,7 +1333,7 @@ test %eax , %eax /* offset == 0 (end of offset list) ? */ movq %mm7 , -8(fifo) /* PCI write current component | previous component */ - jnz $vertex_loop2_WB0 /* offset != 0, process next component */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop2_WB0 /* offset != 0, process next component */ .L__grDrawTextureLine_3DNow_$vertex_loop2_done_WB0: @@ -1433,7 +1433,7 @@ test %eax , %eax /* offset == 0 (end of offset list) ? */ movq %mm7 , -8(fifo) /* PCI write current component | previous component */ - jnz $vertex_loop4_WB0 /* offset != 0, process next component */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop4_WB0 /* offset != 0, process next component */ .L__grDrawTextureLine_3DNow_$vertex_loop4_done_WB0: add $8 , fifo /* fifoPtr += 2*sizeof(FxFloat) */ @@ -1444,7 +1444,7 @@ .L__grDrawTextureLine_3DNow_$j_lt_i2_WB0: -/* 317 : } else { /* y major */ */ +/* 317 : } else { */ /* y major */ /* 318 : TRI_SETF(FARRAY(b, 0) - _GlideRoot.pool.fHalf) */ /* 319 : dataElem = 0 */ /* 320 : TRI_SETF(FARRAY(b, 4)) */ @@ -1487,7 +1487,7 @@ test %eax , %eax /* offset == 0 (end of offset list) ? */ movq %mm7 , -8(fifo) /* PCI write current component | previous component */ - jnz $vertex_loop5_WB0 /* offset != 0, process next component */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop5_WB0 /* offset != 0, process next component */ .L__grDrawTextureLine_3DNow_$vertex_loop5_done_WB0: @@ -1536,7 +1536,7 @@ test %eax , %eax /* offset == 0 (end of offset list) ? */ movq %mm7 , -8(fifo) /* PCI write current component | previous component */ - jnz $vertex_loop6_WB0 /* offset != 0, process next component */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop6_WB0 /* offset != 0, process next component */ .L__grDrawTextureLine_3DNow_$vertex_loop6_done_WB0: @@ -1586,7 +1586,7 @@ test %eax , %eax /* offset == 0 (end of offset list) ? */ movq %mm7 , -8(fifo) /* PCI write current component | previous component */ - jnz $vertex_loop7_WB0 /* offset != 0, process next component */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop7_WB0 /* offset != 0, process next component */ .L__grDrawTextureLine_3DNow_$vertex_loop7_done_WB0: @@ -1637,7 +1637,7 @@ movq %mm7 , -8(fifo) /* PCI write current component | previous component */ test %eax , %eax /* offset == 0 (end of offset list) ? */ - jnz $vertex_loop8_WB0 /* offset != 0, process next component */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop8_WB0 /* offset != 0, process next component */ .L__grDrawTextureLine_3DNow_$vertex_loop8_done_WB0: @@ -1760,7 +1760,7 @@ mov -4(dlp) , %eax /* get next offset from offset list */ test %eax , %eax /* i == GR_DLIST_END ? */ - jnz $vertex_loop2_WB1 /* nope, more components to handle */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop2_WB1 /* nope, more components to handle */ .L__grDrawTextureLine_3DNow_$vertex_loop2_done_WB1: @@ -1815,7 +1815,7 @@ mov -4(dlp) , %eax /* get next offset from offset list */ cmp $0 , %eax /* i == GR_DLIST_END ? */ - jnz $vertex_loop3_WB1 /* nope, more components to handle */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop3_WB1 /* nope, more components to handle */ .L__grDrawTextureLine_3DNow_$vertex_loop3_done_WB1: @@ -1872,7 +1872,7 @@ mov -4(dlp) , %eax /* get next offset from offset list */ test %eax , %eax /* i == GR_DLIST_END ? */ - jnz $vertex_loop4_WB1 /* nope, more components to handle */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop4_WB1 /* nope, more components to handle */ .L__grDrawTextureLine_3DNow_$vertex_loop4_done_WB1: add $8 , fifo /* fifoPtr += 2*sizeof(FxFloat) */ @@ -1886,7 +1886,7 @@ .L__grDrawTextureLine_3DNow_$j_lt_i2_WB1: -/* 317 : } else { /* y major */ */ +/* 317 : } else { */ /* y major */ /* 318 : TRI_SETF(FARRAY(b, 0) - _GlideRoot.pool.fHalf) */ /* 319 : dataElem = 0 */ /* 320 : TRI_SETF(FARRAY(b, 4)) */ @@ -1935,7 +1935,7 @@ mov -4(dlp) , %eax /* get next offset from offset list */ test %eax , %eax /* i == GR_DLIST_END ? */ - jnz $vertex_loop5_WB1 /* nope, more components to handle */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop5_WB1 /* nope, more components to handle */ .L__grDrawTextureLine_3DNow_$vertex_loop5_done_WB1: @@ -2045,7 +2045,7 @@ mov -4(dlp) , %eax /* get next offset from offset list */ test %eax , %eax /* i == GR_DLIST_END ? */ - jnz $vertex_loop7_WB1 /* nope, more components to handle */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop7_WB1 /* nope, more components to handle */ .L__grDrawTextureLine_3DNow_$vertex_loop7_done_WB1: @@ -2102,7 +2102,7 @@ mov -4(dlp) , %eax /* get next offset from offset list */ cmp $0 , %eax /* i == GR_DLIST_END ? */ - jnz $vertex_loop8_WB1 /* nope, more components to handle */ + jnz .L__grDrawTextureLine_3DNow_$vertex_loop8_WB1 /* nope, more components to handle */ .L__grDrawTextureLine_3DNow_$vertex_loop8_done_WB1: @@ -2130,7 +2130,7 @@ /* 370 : _GlideRoot.stats.othertrisDrawn+=2 */ /* 371 : */ /* 372 : #undef FN_NAME */ -/* 373 : } /* grDrawTextureLine */ */ +/* 373 : } */ /* grDrawTextureLine */ mov fifoPtr(gc) , %eax /* old fifoPtr */ mov fifo , fifoPtr(gc) /* save new fifoPtr */ @@ -2258,7 +2258,7 @@ mov %eax , (_GlideRoot+trisProcessed) /* trisProcessed */ test %edx , %edx /* mode 0 (array of vertices) ? */ - jnz $deref_mode /* nope, it's mode 1 (array of pointers to vertices) */ + jnz .L__grDrawTriangles_3DNow_$deref_mode /* nope, it's mode 1 (array of pointers to vertices) */ mov vertexStride(gc) , %edx /* get stride in DWORDs */ nop /* filler */ @@ -2267,7 +2267,7 @@ cmp $0 , %ecx /* coordinate space == 0 (window) ? */ mov %edx , (strideinbytes) /* save off stride (in bytes) */ - jnz $clip_coordinates_ND /* nope, coordinate space != window */ + jnz .L__grDrawTriangles_3DNow_$clip_coordinates_ND /* nope, coordinate space != window */ /* 961 : while (count > 0) { */ /* 962 : FxI32 vcount = count >=15 ? 15 : count */ @@ -2376,7 +2376,7 @@ punpckldq %mm2 , %mm1 /* current param | previous param */ movq %mm1 , -8(fifo) /* PCI write current param | previous param */ - jnz $win_datalist_loop_ND_WB0 /* nope, copy next parameter */ + jnz .L__grDrawTriangles_3DNow_$win_datalist_loop_ND_WB0 /* nope, copy next parameter */ .L__grDrawTriangles_3DNow_$win_datalist_end_ND_WB0: @@ -2384,7 +2384,7 @@ dec vertexCount /* another vertex done. Any left? */ lea (vertex,%eax) , vertex /* points to next vertex */ - jnz $win_vertex_loop_ND_WB0 /* yup, output next vertex */ + jnz .L__grDrawTriangles_3DNow_$win_vertex_loop_ND_WB0 /* yup, output next vertex */ .L__grDrawTriangles_3DNow_$win_vertex_end_ND_WB0: @@ -2455,7 +2455,7 @@ mov -4(dlp) , %eax /* get next offset from offset list */ test %eax , %eax /* at end of offset list (offset == 0) ? */ - jnz $win_datalist_loop_ND_WB1 /* nope, copy next parameter */ + jnz .L__grDrawTriangles_3DNow_$win_datalist_loop_ND_WB1 /* nope, copy next parameter */ .L__grDrawTriangles_3DNow_$win_datalist_end_ND_WB1: @@ -2463,7 +2463,7 @@ dec vertexCount /* another vertex done. Any left? */ lea (vertex,%eax) , vertex /* points to next vertex */ - jnz $win_vertex_loop_ND_WB1 /* yup, output next vertex */ + jnz .L__grDrawTriangles_3DNow_$win_vertex_loop_ND_WB1 /* yup, output next vertex */ .L__grDrawTriangles_3DNow_$win_vertex_end_ND_WB1: @@ -2503,7 +2503,7 @@ prefetch (vertexPtr) /* pre-load first group of pointers */ test %ecx , %ecx /* coordinate space == 0 (window) ? */ - jnz $clip_coordinates_D /* nope, coordinate space != window */ + jnz .L__grDrawTriangles_3DNow_$clip_coordinates_D /* nope, coordinate space != window */ .L__grDrawTriangles_3DNow_$win_coords_loop_D: @@ -2587,12 +2587,12 @@ cmp $0 , %eax /* at end of offset list (offset == 0) ? */ movq %mm1 , -8(fifo) /* PCI write current param | previous param */ - jnz $win_datalist_loop_D_WB0 /* nope, copy next parameter */ + jnz .L__grDrawTriangles_3DNow_$win_datalist_loop_D_WB0 /* nope, copy next parameter */ .L__grDrawTriangles_3DNow_$win_datalist_end_D_WB0: dec vertexCount /* another vertex done. Any left? */ - jnz $win_vertex_loop_D_WB0 /* yup, output next vertex */ + jnz .L__grDrawTriangles_3DNow_$win_vertex_loop_D_WB0 /* yup, output next vertex */ .L__grDrawTriangles_3DNow_$win_vertex_end_D_WB0: @@ -2666,12 +2666,12 @@ mov -4(dlp) , %eax /* get next offset from offset list */ test %eax , %eax /* at end of offset list (offset == 0) ? */ - jnz $win_datalist_loop_D_WB1 /* nope, copy next parameter */ + jnz .L__grDrawTriangles_3DNow_$win_datalist_loop_D_WB1 /* nope, copy next parameter */ .L__grDrawTriangles_3DNow_$win_datalist_end_D_WB1: dec vertexCount /* another vertex done. Any left? */ - jnz $win_vertex_loop_D_WB1 /* yup, output next vertex */ + jnz .L__grDrawTriangles_3DNow_$win_vertex_loop_D_WB1 /* yup, output next vertex */ .L__grDrawTriangles_3DNow_$win_vertex_end_D_WB1: @@ -2710,9 +2710,9 @@ /* 989 : } */ /* 990 : else { */ -/* 991 : /* */ +/* 991 : */ /* 992 : * first cut of clip space coordinate code, no optimization. */ -/* 993 : */ */ +/* 993 : */ /* 994 : float oow */ /* 995 : */ /* 996 : while (count > 0) { */ @@ -2727,7 +2727,7 @@ /* 1005 : vPtr = *(float **)pointers */ /* 1006 : oow = 1.0f / FARRAY(vPtr, gc->state.vData.wInfo.offset) */ /* 1007 : */ -/* 1008 : /* x, y */ */ +/* 1008 : */ /* x, y */ /* 1009 : TRI_SETF(FARRAY(vPtr, 0) */ /* 1010 : *oow*gc->state.Viewport.hwidth + gc->state.Viewport.ox) */ /* 1011 : TRI_SETF(FARRAY(vPtr, 4) */ @@ -2742,7 +2742,7 @@ .L__grDrawTriangles_3DNow_$clip_coordinates_D: - mov $4 , (strideinbytes) /* unit stride for array of pointers to vertices */ + movl $4 , (strideinbytes) /* unit stride for array of pointers to vertices */ .L__grDrawTriangles_3DNow_$clip_coordinates_ND: @@ -2754,9 +2754,9 @@ /* } */ /* else { */ -/* /* */ +/* */ /* * first cut of clip space coordinate code, no optimization. */ -/* */ */ +/* */ /* float oow */ /* while (count > 0) { */ /* FxI32 k, vcount = count >= 15 ? 15 : count */ @@ -3042,7 +3042,7 @@ .L__grDrawTriangles_3DNow_$clip_setup_end: dec vertexCount /* vcount-- */ - jnz $clip_for_begin /* until */ + jnz .L__grDrawTriangles_3DNow_$clip_for_begin /* until */ .L__grDrawTriangles_3DNow_$clip_for_end: Index: Glide3.spec =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Glide3.spec 30 Apr 2005 10:18:56 -0000 1.2 +++ Glide3.spec 1 May 2005 16:20:02 -0000 1.3 @@ -1,6 +1,6 @@ Name: Glide3 Version: 20010520 -Release: 35 +Release: 35.1 Summary: Glide runtime for the 3Dfx Voodoo family of cards # Glide3 is x86/alpha/ia64/x86_64 only, ia64 and x86_64 are untested ExclusiveArch: %{ix86} alpha ia64 x86_64 @@ -21,6 +21,7 @@ Patch2: Glide3-redhat-cleanup-1.patch Patch3: Glide3-fixes.patch Patch4: Glide3-gcc4.patch +Patch5: Glide3-amd3dnow.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: automake14 autoconf xorg-x11-devel @@ -52,6 +53,7 @@ %patch2 -p1 -b .redhat-cleanup-1 %patch3 -p1 -b .fix %patch4 -p1 -b .gcc4 +%patch5 -p1 -b .amd3dnow %build @@ -60,23 +62,31 @@ automake-1.4 -a autoconf +#%ifarch %{ix86} +#%define enable_amd3d --enable-amd3d +#%else +%define enable_amd3d +#%endif + mkdir build-5 cd build-5 -../configure \ +ln -s ../configure configure +%configure \ --enable-fx-debug=no \ --enable-fx-glide-hw=h5 \ --enable-fx-dri-build \ - --prefix=/usr + %{enable_amd3d} make -f makefile.autoconf all cd .. mkdir build-3 cd build-3 -../configure \ +ln -s ../configure configure +%configure \ --enable-fx-debug=no \ --enable-fx-glide-hw=h3 \ --enable-fx-dri-build \ - --prefix=/usr + %{enable_amd3d} make -f makefile.autoconf all cd .. @@ -84,10 +94,11 @@ %ifarch %{ix86} mkdir build-2 cd build-2 -../configure \ +ln -s ../configure configure +%configure \ --enable-fx-debug=no \ --enable-fx-glide-hw=cvg \ - --prefix=/usr + %{enable_amd3d} make -f makefile.autoconf all cd .. %endif @@ -148,6 +159,13 @@ %changelog +* Sun May 1 2005 Hans de Goede +- Added a patch which fixes PIC compilation of amd3dnow asm code + for h3 and h5 and which fixes compilation of amd3dnow code in general + for cvg. Currently amd3dnow support is still disabled because it doesn't + work on my voodoo2. +- replaced configure with %%configure + * Sat Apr 30 2005 Hans de Goede - Removed unnescearry makefile mods from Glide3-gcc4.patch. The option I added disabled another warning then the one I was trying to get disabled. --- glide-ia64.patch DELETED --- From fedora-extras-commits at redhat.com Sun May 1 20:41:21 2005 From: fedora-extras-commits at redhat.com (Dams Nade (anvil)) Date: Sun, 1 May 2005 16:41:21 -0400 Subject: rpms/mknbi/devel mknbi-1.4.4-gcc4.patch, NONE, 1.1 mknbi-1.4.4-makefile-optflags.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 mknbi.spec, 1.7, 1.8 sources, 1.2, 1.3 mknbi-makefile-optflags.patch, 1.1, NONE Message-ID: <200505012041.j41KfLLe023315@cvs-int.fedora.redhat.com> Author: anvil Update of /cvs/extras/rpms/mknbi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23288 Modified Files: .cvsignore mknbi.spec sources Added Files: mknbi-1.4.4-gcc4.patch mknbi-1.4.4-makefile-optflags.patch Removed Files: mknbi-makefile-optflags.patch Log Message: mknbi: Updated to 1.4.4. gcc4 fix. mknbi-1.4.4-gcc4.patch: --- NEW FILE mknbi-1.4.4-gcc4.patch --- --- nfl.c.orig 2005-05-01 22:30:06.000000000 +0200 +++ nfl.c 2005-05-01 22:31:10.000000000 +0200 @@ -124,7 +124,7 @@ static unsigned short menu_cols = 0x0800; /* Terminal types. */ -static int terminal = TERMINAL_CONSOLE; +int terminal = TERMINAL_CONSOLE; /* Defined in ANSI.C */ extern unsigned short rows, columns, attr; mknbi-1.4.4-makefile-optflags.patch: --- NEW FILE mknbi-1.4.4-makefile-optflags.patch --- --- Makefile.orig 2005-05-01 22:14:30.000000000 +0200 +++ Makefile 2005-05-01 22:15:39.000000000 +0200 @@ -17,8 +17,7 @@ # This one makes multiple versions FIRSTRELOCS= 0x92800 0x82800 OLDGAS:= $(shell $(AS) --version | grep -q '2\.9\.1' && echo -DGAS291) -CFLAGS= -I. -Os -ffreestanding -fstrength-reduce -fomit-frame-pointer \ - -mcpu=i386 \ +CFLAGS= -I. $(RPM_OPT_FLAGS) -ffreestanding -fstrength-reduce -fomit-frame-pointer \ -Wall -W -Wno-format -Wno-unused -DVERSION=\"$(VERSION)$(EXTRAVERSION)\" LDBINARYFLAG= --oformat binary FIRST32SIZE= 6144 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mknbi/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:52:22 -0000 1.2 +++ .cvsignore 1 May 2005 20:41:19 -0000 1.3 @@ -1 +1 @@ -mknbi-1.4.0.tar.gz +mknbi-1.4.4.tar.gz Index: mknbi.spec =================================================================== RCS file: /cvs/extras/rpms/mknbi/devel/mknbi.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mknbi.spec 6 Apr 2005 22:12:41 -0000 1.7 +++ mknbi.spec 1 May 2005 20:41:19 -0000 1.8 @@ -1,13 +1,14 @@ Summary: Utility for creating network bootable images Name: mknbi -Version: 1.4.0 -Release: 5 +Version: 1.4.4 +Release: 1 License: GPL Group: Applications/System URL: http://etherboot.sourceforge.net/ Source0: http://dl.sf.net/etherboot/%{name}-%{version}.tar.gz -Patch1: mknbi-makefile-optflags.patch +Patch0: mknbi-1.4.4-gcc4.patch +Patch1: mknbi-1.4.4-makefile-optflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: perl ExclusiveArch: %{ix86} @@ -21,18 +22,17 @@ %prep %setup -q -%patch1 -p0 -mv Makefile Makefile.old -sed "s:/usr/local:%{_prefix}:g" Makefile.old > Makefile +%patch0 -p0 -b .gcc4 +%patch1 -p0 -b .optflags %build make realclean -make %{?_smp_mflags} +make %{?_smp_mflags} PREFIX=%{_prefix} %install rm -rf $RPM_BUILD_ROOT -make install PREFIX=$RPM_BUILD_ROOT/%{_prefix} MANDIR=$RPM_BUILD_ROOT/%{_mandir}/man1 -rm -Rf $RPM_BUILD_ROOT/%{_prefix}/doc/mknbi* +make install BUILD_ROOT=$RPM_BUILD_ROOT PREFIX=%{_prefix} +rm -Rf $RPM_BUILD_ROOT%{_docdir}/packages/mknbi* %clean rm -rf $RPM_BUILD_ROOT @@ -51,6 +51,11 @@ %{_mandir}/man1/mknbi.1* %changelog +* Sun May 1 2005 Dams - 1.4.4-1 +- Updated to 1.4.4 +- Patch for gcc4 fix +- Updated patch1 + * Fri Apr 7 2005 Michael Schwendt - rebuilt Index: sources =================================================================== RCS file: /cvs/extras/rpms/mknbi/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:52:22 -0000 1.2 +++ sources 1 May 2005 20:41:19 -0000 1.3 @@ -1 +1 @@ -c2850bc359fd1c7a9d14cd4d04b975b8 mknbi-1.4.0.tar.gz +5ddafef0a582cfb2b3cd30951662e6e2 mknbi-1.4.4.tar.gz --- mknbi-makefile-optflags.patch DELETED --- From fedora-extras-commits at redhat.com Mon May 2 09:23:21 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 2 May 2005 05:23:21 -0400 Subject: rpms/galeon/FC-3 .cvsignore, 1.2, 1.3 galeon.spec, 1.4, 1.5 sources, 1.4, 1.5 Message-ID: <200505020923.j429NLdK003790@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/galeon/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3755/FC-3 Modified Files: .cvsignore galeon.spec sources Log Message: Add autoreconf-Patch for fix build on x86_64 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/galeon/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:21:30 -0000 1.2 +++ .cvsignore 2 May 2005 09:23:19 -0000 1.3 @@ -1 +1,2 @@ galeon-1.3.11a-fixed.tar.bz2 +galeon-autoreconf.patch.bz2 Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/FC-3/galeon.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- galeon.spec 26 Apr 2005 19:44:38 -0000 1.4 +++ galeon.spec 2 May 2005 09:23:19 -0000 1.5 @@ -1,11 +1,12 @@ Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 1.3.20 -Release: 1.fc3 +Release: 2.fc3 License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ Source0: http://download.sourceforge.net/galeon/%{name}-%{version}%{?extraversion}.tar.bz2 +Patch0: galeon-autoreconf.patch.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) Requires: scrollkeeper Requires: mozilla = %(rpm -q mozilla-devel --qf='%%{epoch}:%%{version}' 2>/dev/null) @@ -25,7 +26,8 @@ %prep %setup -q -n %{name}-%{version}%{?extraversion} - +# Patch creation after autoreconf -f -i and rm -rf autom4te.cache/ +%patch0 -p 1 -b .patch0 %build %configure \ @@ -94,6 +96,9 @@ %changelog +* Mon May 02 2005 Thorsten Leemhuis - 1.3.20-2 +- Add autoreconf-Patch for fix build on x86_64 + * Wed Mar 16 2005 Dams - 1.3.20-1 - Updated to 1.3.20 Index: sources =================================================================== RCS file: /cvs/extras/rpms/galeon/FC-3/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Apr 2005 19:44:38 -0000 1.4 +++ sources 2 May 2005 09:23:19 -0000 1.5 @@ -1 +1,2 @@ 13954dd2f11748c02f3071ac9987d7d3 galeon-1.3.20.tar.bz2 +1bcafaba2b8c14221ad51566e003b8c7 galeon-autoreconf.patch.bz2 From fedora-extras-commits at redhat.com Mon May 2 09:23:22 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Mon, 2 May 2005 05:23:22 -0400 Subject: rpms/galeon/devel .cvsignore, 1.3, 1.4 galeon.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200505020923.j429NMwG003798@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/galeon/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3755/devel Modified Files: .cvsignore galeon.spec sources Log Message: Add autoreconf-Patch for fix build on x86_64 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 16 Mar 2005 21:15:07 -0000 1.3 +++ .cvsignore 2 May 2005 09:23:20 -0000 1.4 @@ -1 +1,2 @@ -galeon-1.3.20.tar.bz2 +galeon-1.3.11a-fixed.tar.bz2 +galeon-autoreconf.patch.bz2 Index: galeon.spec =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/galeon.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- galeon.spec 16 Mar 2005 21:15:07 -0000 1.6 +++ galeon.spec 2 May 2005 09:23:20 -0000 1.7 @@ -1,11 +1,12 @@ Summary: GNOME2 Web browser based on Mozilla Name: galeon Version: 1.3.20 -Release: 1 +Release: 2.fc4 License: GPL Group: Applications/Internet URL: http://galeon.sourceforge.net/ Source0: http://download.sourceforge.net/galeon/%{name}-%{version}%{?extraversion}.tar.bz2 +Patch0: galeon-autoreconf.patch.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) Requires: scrollkeeper Requires: mozilla = %(rpm -q mozilla-devel --qf='%%{epoch}:%%{version}' 2>/dev/null) @@ -25,7 +26,8 @@ %prep %setup -q -n %{name}-%{version}%{?extraversion} - +# Patch creation after autoreconf -f -i and rm -rf autom4te.cache/ +%patch0 -p 1 -b .patch0 %build %configure \ @@ -94,6 +96,10 @@ %changelog +* Mon May 02 2005 Thorsten Leemhuis - 1.3.20-2 +- Add autoreconf-Patch for fix build on x86_64 +- Add distag fc4 so this version is higher than the one for fc3 + * Wed Mar 16 2005 Dams - 1.3.20-1 - Updated to 1.3.20 Index: sources =================================================================== RCS file: /cvs/extras/rpms/galeon/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 16 Mar 2005 21:15:07 -0000 1.4 +++ sources 2 May 2005 09:23:20 -0000 1.5 @@ -1 +1,2 @@ 13954dd2f11748c02f3071ac9987d7d3 galeon-1.3.20.tar.bz2 +1bcafaba2b8c14221ad51566e003b8c7 galeon-autoreconf.patch.bz2 From fedora-extras-commits at redhat.com Mon May 2 13:51:49 2005 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 2 May 2005 09:51:49 -0400 Subject: rpms/Glide3/devel Glide3-amd3dnow.patch, 1.1, 1.2 Glide3.spec, 1.3, 1.4 Message-ID: <200505021351.j42Dpng1007709@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Glide3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7688 Modified Files: Glide3-amd3dnow.patch Glide3.spec Log Message: - Fix amd3dnow code for cvg(voodoo2) so that it not only compiles but also links. Still untested, so still disabled. Glide3-amd3dnow.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.1 -r 1.2 Glide3-amd3dnow.patch Index: Glide3-amd3dnow.patch =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3-amd3dnow.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Glide3-amd3dnow.patch 1 May 2005 16:20:02 -0000 1.1 +++ Glide3-amd3dnow.patch 2 May 2005 13:51:46 -0000 1.2 @@ -1,33 +1,5 @@ ---- Glide3/h3/glide3/src/xdraw2.inc.S.amd3dnow 2000-10-20 21:07:00.000000000 +0200 -+++ Glide3/h3/glide3/src/xdraw2.inc.S 2005-05-01 13:57:55.437237488 +0200 -@@ -246,7 +246,11 @@ - push %edi /* save caller's register variable */ - push %esi /* save caller's register variable */ - -+#ifdef PIC -+ mov _gc-8(%esp) , gc /* gc on stack (NOT!!! in edx) from caller */ -+#else - mov %edx , gc /* gc in edx from caller */ -+#endif - push %ebx /* save caller's register variable */ - - push %ebp /* save frame pointer */ ---- Glide3/h5/glide3/src/xdraw2.inc.s.amd3dnow 2000-11-17 22:31:06.000000000 +0100 -+++ Glide3/h5/glide3/src/xdraw2.inc.s 2005-05-01 13:57:55.438237336 +0200 -@@ -295,7 +295,11 @@ - push %edi /* save caller's register variable */ - push %esi /* save caller's register variable */ - -+#ifdef PIC -+ mov _gc-8(%esp) , gc /* gc on stack (NOT!!! in edx) from caller */ -+#else - mov %edx , gc /* gc in edx from caller */ -+#endif - push %ebx /* save caller's register variable */ - - push %ebp /* save frame pointer */ --- Glide3/cvg/glide3/src/xtexdl.S.amd3dnow 1999-12-07 22:42:38.000000000 +0100 -+++ Glide3/cvg/glide3/src/xtexdl.S 2005-05-01 13:57:55.439237184 +0200 ++++ Glide3/cvg/glide3/src/xtexdl.S 2005-05-02 15:02:40.000000000 +0200 @@ -46,12 +46,12 @@ /* Arguments (STKOFF = 12 from 3 dword pushes) */ @@ -47,7 +19,20 @@ /* NB: The first set of registers (eax-edx) are volatile across */ /* function calls. The remaining registers are supposedly non-volatile */ -@@ -93,46 +93,46 @@ +@@ -80,9 +80,9 @@ + .align 32 + + #ifdef GL_AMD3D +-.globl __grTexDownload_3DNow_MMX +-.type __grTexDownload_3DNow_MMX, at function +-__grTexDownload_3DNow_MMX: ++.globl _grTexDownload_3DNow_MMX ++.type _grTexDownload_3DNow_MMX, at function ++_grTexDownload_3DNow_MMX: + + /* Function prologue type things */ + /* NB: We are not bothering to preserve the contents */ +@@ -93,94 +93,94 @@ /* because we don't use or call anything that uses fp. */ femms @@ -97,17 +82,26 @@ + mov fifoRoom(gc) , temp2 /* temp2 = gc->fifoRoom */ + mov temp1 , _maxT(%esp) /* Write back converted field format size */ - jz .L__grTexDownload_3DNow_MMX___loopT +- jz .L__grTexDownload_3DNow_MMX___loopT ++ jz .L_grTexDownload_3DNow_MMX___loopT /* Check to make sure there's room in the fifo. If not then */ /* we'll wrap and then it should be aligned for the remainder of */ /* this function invocation. */ - cmp $0x4 , %temp2 +- jg .L__grTexDownload_3DNow_MMX___mmxAlignFifo + cmp $0x4 , temp2 - jg .L__grTexDownload_3DNow_MMX___mmxAlignFifo ++ jg .L_grTexDownload_3DNow_MMX___mmxAlignFifo push __LINE__ /* Line # inside this function */ -@@ -146,40 +146,40 @@ + push $0x0 /* NULL file name */ + + push $0x4 /* fifo space required */ +- call __FifoMakeRoom /* Get fifo room */ ++ call _FifoMakeRoom /* Get fifo room */ + + /* Calling out to external code means that our registers can get */ + /* trashed in the same way that we trash things. Plus we need to */ /* re-cache the fifoPtr since we may have wrapped. */ add $12 , %esp /* Pop the 3 DWORDs for the fifoWrap parameters */ @@ -119,10 +113,12 @@ test $0x4 , fifo - mov fifoRoom(gc) , %temp2 +- jz .L__grTexDownload_3DNow_MMX___loopT + mov fifoRoom(gc) , temp2 - jz .L__grTexDownload_3DNow_MMX___loopT ++ jz .L_grTexDownload_3DNow_MMX___loopT - .L__grTexDownload_3DNow_MMX___mmxAlignFifo: +-.L__grTexDownload_3DNow_MMX___mmxAlignFifo: ++.L_grTexDownload_3DNow_MMX___mmxAlignFifo: add $0x4 , fifo /* packetPtr++ */ - xor %temp1 , %temp1 /* Clear the nop packet */ + xor temp1 , temp1 /* Clear the nop packet */ @@ -137,7 +133,8 @@ + GR_FIFO_WRITE(fifo , -4 , temp1) /* NOP packet(0) */ .align 4 - .L__grTexDownload_3DNow_MMX___loopT: +-.L__grTexDownload_3DNow_MMX___loopT: ++.L_grTexDownload_3DNow_MMX___loopT: /* Check for room to write the current texture scanline */ - mov _maxS$(%esp) , %temp1 /* temp1 = width of scanline (bytes) */ - mov fifoRoom(gc) , %temp2 /* temp2 = gc->fifoRoom (bytes) */ @@ -149,17 +146,20 @@ + add $0x0C , temp1 /* scanline width + sizeof(packet hdr) (bytes) + nop packet to mmx align */ + cmp temp1 , temp2 /* fifo space required >= space availible ? */ - jge __dlBegin /* Yes, start download now w/ no more checking */ +- jge __dlBegin /* Yes, start download now w/ no more checking */ ++ jge .L_grTexDownload_3DNow_MMX___dlBegin /* Yes, start download now w/ no more checking */ push __LINE__ /* Line # inside this function */ push $0x0 /* NULL file name */ - push %temp1 /* fifo space required */ +- call __FifoMakeRoom /* Get fifo room */ + push temp1 /* fifo space required */ - call __FifoMakeRoom /* Get fifo room */ ++ call _FifoMakeRoom /* Get fifo room */ add $12 , %esp /* Pop the 3 DWORDs for the fifoWrap parameters */ -@@ -188,7 +188,7 @@ + nop +@@ -188,55 +188,55 @@ /* Calling out to external code means that our registers can get */ /* trashed in the same way that we trash things. Plus we need to */ /* re-cache the fifoPtr since we may have wrapped. */ @@ -168,7 +168,35 @@ mov fifoPtr(gc) , fifo #ifdef GLIDE_DEBUG -@@ -219,20 +219,20 @@ + /* Make sure that we have an mmx happy aligned fifoPtr */ + test $4 , fifo +- jz .L__grTexDownload_3DNow_MMX ++ jz .L_grTexDownload_3DNow_MMX + + /* Fault right away because this would be a huge suck */ + xor %eax , %eax + mov %eax , (%eax) +-.L__grTexDownload_3DNow_MMX: ++.L_grTexDownload_3DNow_MMX: + #endif /* GLIDE_DEBUG */ + + .align 4 +-.L__grTexDownload_3DNow_MMX___dlBegin: ++.L_grTexDownload_3DNow_MMX___dlBegin: + + #ifdef GLIDE_DEBUG + /* Make sure that we have an mmx happy aligned fifoPtr */ + test $4 , fifo +- jz .L__grTexDownload_3DNow_MMX_2 ++ jz .L_grTexDownload_3DNow_MMX_2 + + /* Fault right away because this would be a huge suck */ + xor %eax , %eax + mov %eax , (%eax) +-.L__grTexDownload_3DNow_MMX_2: ++.L_grTexDownload_3DNow_MMX_2: + #endif /* GLIDE_DEBUG */ + /* Compute packet header words */ /* hdr1: downloadSpace[31:30] numWords[21:3] packetType[2:0] */ /* hdr2: download address[29:0] */ @@ -195,9 +223,17 @@ .align 4 /* S coordinate inner loop unrolled for 8 texels a write */ -@@ -246,20 +246,20 @@ +-.L__grTexDownload_3DNow_MMX___loopS: ++.L_grTexDownload_3DNow_MMX___loopS: + movq (dataPtr) , %mm0 /* load (mmx) 64 bit data (8 texels) */ + add $0x8 , fifo /* pre-increment fifoPtr += 2 * sizeof(FxU32) */ + +@@ -244,25 +244,25 @@ + sub $0x8 , curS /* curS -= 2 * sizeof(FxU32) */ + movq %mm0 , -8(fifo) /* *fifoPtr = texelData[64 bits] */ - jnz .L__grTexDownload_3DNow_MMX___loopS /* if curS > 0 */ +- jnz .L__grTexDownload_3DNow_MMX___loopS /* if curS > 0 */ ++ jnz .L_grTexDownload_3DNow_MMX___loopS /* if curS > 0 */ - mov _gc$(%esp) , gc /* Re-cache gc which was trashed in the dl loop */ [...2371 lines suppressed...] ++ jge .L_grDrawTriangles_3DNow_$clip_tri_begin_D /* yup, start writing triangle data */ + + push $__LINE__ /* line number inside this function */ + push $0x0 /* pointer to function name = NULL */ +@@ -3501,7 +3501,7 @@ + add $12 , %esp /* remove 3 DWORD arguments from stack */ + nop /* filler */ + +-.L__grDrawTriangles_3DNow_$clip_tri_begin_D: ++.L_grDrawTriangles_3DNow_$clip_tri_begin_D: + + mov vertexCount , %edx /* number of vertices in triangles */ + mov fifoPtr(gc) , fifo /* get fifoPtr */ +@@ -3515,7 +3515,7 @@ + test %ebp , fifo /* fifoPtr QWORD aligned ? */ + + mov wInfo_offset(gc) , %eax /* gc->state.vData.wInfo.offset */ +- jz .L__grDrawTriangles_3DNow_$clip_fifo_aligned_D /* yup */ ++ jz .L_grDrawTriangles_3DNow_$clip_fifo_aligned_D /* yup */ + + mov %edx , (fifo) /* PCI write packet type */ + add $4 , fifo /* fifo pointer now QWORD aligned */ +@@ -3575,7 +3575,7 @@ + movq %mm7 , -8(fifo) /* PCI write transformed x, y write buffer=mm7 empty */ + + movq %mm4 , (atab+20) /* atable[6] = oow * gc->state.tmu_config[1].t_scale | atable[5] = oow * gc->state.tmu_config[1].s_scale */ +- jne .L__grDrawTriangles_3DNow_$not_pargb_WB0_D /* nope, gc->state.vData.colorType != GR_U8 */ ++ jne .L_grDrawTriangles_3DNow_$not_pargb_WB0_D /* nope, gc->state.vData.colorType != GR_U8 */ + + movd (%edx,%eax) , %mm7 /* get packed ARGB data 1 DWORD in "write buffer"=mm7 */ + nop /* filler */ +@@ -3583,10 +3583,10 @@ + mov tsuDataList+4(gc) , %eax /* get offset of next vertex component (after pargb) */ + add $4 , dataElem /* dataElem = 1 (namely pargb) */ + +-.L__grDrawTriangles_3DNow_$not_pargb_WB1_D: ++.L_grDrawTriangles_3DNow_$not_pargb_WB1_D: + + test %eax , %eax /* end of offset list ? */ +- jz .L__grDrawTriangles_3DNow_$clip_setup_end_WB1_D /* yup */ ++ jz .L_grDrawTriangles_3DNow_$clip_setup_end_WB1_D /* yup */ + + /* here: eax = offset into vertex */ + /* ebx = vertexPtr */ +@@ -3599,7 +3599,7 @@ + /* mm7 = write buffer */ + /* avail: eax, esi, mm0, mm3, mm4, mm5, mm6 */ + +-.L__grDrawTriangles_3DNow_$inner_loop_WB1_D: ++.L_grDrawTriangles_3DNow_$inner_loop_WB1_D: + mov tsuDatLstScal(gc,dataElem) , %esi /* iscaler */ + add $8 , fifo /* fifoPtr += 2*sizeof(FxFloat) */ + +@@ -3618,7 +3618,7 @@ + mov tsuDatLstScal+4(gc,dataElem) , %esi /* next iscaler */ + movq %mm7 , -8(fifo) /* PCI write new param | previous param */ + +- jz .L__grDrawTriangles_3DNow_$clip_setup_end_WB0_D /* yup, end of offset list, this vertex done */ ++ jz .L_grDrawTriangles_3DNow_$clip_setup_end_WB0_D /* yup, end of offset list, this vertex done */ + movd (%edx,%eax) , %mm7 /* TRI_SETF(FARRAY(vPtr, i) */ + + add $8 , dataElem /* dataElem += 2 */ +@@ -3636,7 +3636,7 @@ + jnz $inner_loop_WB1_D /* nope, get next component (1 DWORD in "write buffer") */ + nop /* filler */ + +-.L__grDrawTriangles_3DNow_$clip_setup_end_WB1_D: ++.L_grDrawTriangles_3DNow_$clip_setup_end_WB1_D: + mov (vertices) , vertexCount /* get back number of vertices left to process */ + mov wInfo_offset(gc) , %eax /* gc->state.vData.wInfo.offset */ + +@@ -3646,14 +3646,14 @@ + movd %mm7 , (fifo) /* flush "write buffer" */ + add $4 , fifo /* fifoPtr += sizeof(FxFloat) */ + +- jmp .L__grDrawTriangles_3DNow_$clip_setup_done_D /* all vertices handled, triangles done */ ++ jmp .L_grDrawTriangles_3DNow_$clip_setup_done_D /* all vertices handled, triangles done */ + nop /* filler */ + +-.L__grDrawTriangles_3DNow_$clip_fifo_aligned_D: ++.L_grDrawTriangles_3DNow_$clip_fifo_aligned_D: + + movd %edx , %mm7 /* write buffer has 1 DWORD now */ + +-.L__grDrawTriangles_3DNow_$clip_for_begin_WB1_D: ++.L_grDrawTriangles_3DNow_$clip_for_begin_WB1_D: + + /* here: eax = gc->state.vData.wInfo.offset */ + /* ebx = vertexPtr */ +@@ -3714,7 +3714,7 @@ + nop /* filler */ + + movq %mm3 , (atab+20) /* atable[6] = oow * gc->state.tmu_config[1].t_scale | atable[5] = oow * gc->state.tmu_config[1].s_scale */ +- jne .L__grDrawTriangles_3DNow_$not_pargb_WB1_D /* nope, gc->state.vData.colorType != GR_U8 */ ++ jne .L_grDrawTriangles_3DNow_$not_pargb_WB1_D /* nope, gc->state.vData.colorType != GR_U8 */ + + movd (%edx,%eax) , %mm6 /* get packed ARGB data */ + mov $4 , dataElem /* dataElem = 1 (namely pargb) */ +@@ -3725,9 +3725,9 @@ + movq %mm7 , (fifo) /* PCI write pargb | transformed y */ + add $8 , fifo /* fifoPtr += 2*sizeof(FxFloat) */ + +-.L__grDrawTriangles_3DNow_$not_pargb_WB0_D: ++.L_grDrawTriangles_3DNow_$not_pargb_WB0_D: + test %eax , %eax /* end of data offset list ? */ +- jz .L__grDrawTriangles_3DNow_$clip_setup_end_WB0_D /* yup, this vertex done */ ++ jz .L_grDrawTriangles_3DNow_$clip_setup_end_WB0_D /* yup, this vertex done */ + + /* here: eax = offset into vertex */ + /* ebx = vertexPtr */ +@@ -3739,7 +3739,7 @@ + /* mm2 = gc->state.Viewport.hheight|gc->state.Viewport.hwidth */ + /* avail: eax, esi, mm0, mm3, mm4, mm5, mm6, mm7 */ + +-.L__grDrawTriangles_3DNow_$inner_loop_WB0_D: ++.L_grDrawTriangles_3DNow_$inner_loop_WB0_D: + mov tsuDatLstScal(gc,dataElem) , %esi /* iscaler */ + movd (%edx,%eax) , %mm7 /* TRI_SETF(FARRAY(vPtr, i) */ + +@@ -3753,7 +3753,7 @@ + mov tsuDatLstScal+4(gc,dataElem) , %esi /* next iscaler */ + + test %eax , %eax /* offset == 0 (end of offset list) ? */ +- jz .L__grDrawTriangles_3DNow_$clip_setup_end_WB1_D /* yup, vertex done, 1 DWORD in "write buffer" */ ++ jz .L_grDrawTriangles_3DNow_$clip_setup_end_WB1_D /* yup, vertex done, 1 DWORD in "write buffer" */ + + movd (%edx,%eax) , %mm4 /* TRI_SETF(FARRAY(vPtr, i) */ + movd 4(%esi) , %mm6 /* atable[iscaler] */ +@@ -3773,14 +3773,14 @@ + movq %mm7 , -8(fifo) /* PCI write current component | previous component */ + jnz $inner_loop_WB0_D /* nope, vertex not done yet "write buffer" empty */ + +-.L__grDrawTriangles_3DNow_$clip_setup_end_WB0_D: ++.L_grDrawTriangles_3DNow_$clip_setup_end_WB0_D: + mov (vertices) , vertexCount /* get back number of vertices left to process */ + mov wInfo_offset(gc) , %eax /* gc->state.vData.wInfo.offset */ + + dec vertexCount /* one less vertex to process, any left? */ + jnz $clip_for_begin_WB0_D /* yup, vertices left, push out next vertex */ + +-.L__grDrawTriangles_3DNow_$clip_setup_done_D: ++.L_grDrawTriangles_3DNow_$clip_setup_done_D: + mov fifoPtr(gc) , %eax /* old fifoPtr */ + mov fifoRoom(gc) , %ebp /* old number of bytes available in fifo */ + +@@ -3797,13 +3797,13 @@ + mov vertexCount , _count(%esp) /* remaining number of vertices to process */ + + cmp $0 , vertexCount /* any vertices left to process */ +- jg .L__grDrawTriangles_3DNow_$clip_coords_begin_D /* loop if number of vertices to process >= 0 */ ++ jg .L_grDrawTriangles_3DNow_$clip_coords_begin_D /* loop if number of vertices to process >= 0 */ + + femms /* no more MMX code clear MMX/FPU state */ + + #endif /* GLIDE3_SCALER */ + +-.L__grDrawTriangles_3DNow_$tris_done: ++.L_grDrawTriangles_3DNow_$tris_done: + pop %ebp /* restore frame pointer */ + pop %ebx /* restore caller's register variable */ + +@@ -3811,8 +3811,8 @@ + pop %edi /* restore caller's register variable */ + + ret /* return, pop 3 DWORD parameters */ +-.L_END___grDrawTriangles_3DNow: +-.size __grDrawTriangles_3DNow,.L_END___grDrawTriangles_3DNow-__grDrawTriangles_3DNow ++.L_END__grDrawTriangles_3DNow: ++.size _grDrawTriangles_3DNow,.L_END__grDrawTriangles_3DNow-_grDrawTriangles_3DNow + + + /* -------------------------------------------------------------------------- */ +--- Glide3/h3/glide3/src/xdraw2.inc.S.amd3dnow 2000-10-20 21:07:00.000000000 +0200 ++++ Glide3/h3/glide3/src/xdraw2.inc.S 2005-05-02 15:02:40.000000000 +0200 +@@ -246,7 +246,11 @@ + push %edi /* save caller's register variable */ + push %esi /* save caller's register variable */ + ++#ifdef PIC ++ mov _gc-8(%esp) , gc /* gc on stack (NOT!!! in edx) from caller */ ++#else + mov %edx , gc /* gc in edx from caller */ ++#endif + push %ebx /* save caller's register variable */ + + push %ebp /* save frame pointer */ +--- Glide3/h5/glide3/src/xdraw2.inc.s.amd3dnow 2000-11-17 22:31:06.000000000 +0100 ++++ Glide3/h5/glide3/src/xdraw2.inc.s 2005-05-02 15:02:40.000000000 +0200 +@@ -295,7 +295,11 @@ + push %edi /* save caller's register variable */ + push %esi /* save caller's register variable */ + ++#ifdef PIC ++ mov _gc-8(%esp) , gc /* gc on stack (NOT!!! in edx) from caller */ ++#else + mov %edx , gc /* gc in edx from caller */ ++#endif + push %ebx /* save caller's register variable */ + + push %ebp /* save frame pointer */ Index: Glide3.spec =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- Glide3.spec 1 May 2005 16:20:02 -0000 1.3 +++ Glide3.spec 2 May 2005 13:51:46 -0000 1.4 @@ -1,6 +1,6 @@ Name: Glide3 Version: 20010520 -Release: 35.1 +Release: 35 Summary: Glide runtime for the 3Dfx Voodoo family of cards # Glide3 is x86/alpha/ia64/x86_64 only, ia64 and x86_64 are untested ExclusiveArch: %{ix86} alpha ia64 x86_64 @@ -63,19 +63,18 @@ autoconf #%ifarch %{ix86} -#%define enable_amd3d --enable-amd3d +#%define configure_flags --enable-fx-debug=no --enable-amd3d #%else -%define enable_amd3d +%define configure_flags --enable-fx-debug=no #%endif mkdir build-5 cd build-5 ln -s ../configure configure %configure \ - --enable-fx-debug=no \ + %{configure_flags} \ --enable-fx-glide-hw=h5 \ - --enable-fx-dri-build \ - %{enable_amd3d} + --enable-fx-dri-build make -f makefile.autoconf all cd .. @@ -83,10 +82,9 @@ cd build-3 ln -s ../configure configure %configure \ - --enable-fx-debug=no \ + %{configure_flags} \ --enable-fx-glide-hw=h3 \ - --enable-fx-dri-build \ - %{enable_amd3d} + --enable-fx-dri-build make -f makefile.autoconf all cd .. @@ -96,9 +94,8 @@ cd build-2 ln -s ../configure configure %configure \ - --enable-fx-debug=no \ - --enable-fx-glide-hw=cvg \ - %{enable_amd3d} + %{configure_flags} \ + --enable-fx-glide-hw=cvg make -f makefile.autoconf all cd .. %endif @@ -159,11 +156,15 @@ %changelog +* Mon May 2 2005 Hans de Goede +- Fix amd3dnow code for cvg(voodoo2) so that it not only compiles but + also links. Still untested, so still disabled. + * Sun May 1 2005 Hans de Goede - Added a patch which fixes PIC compilation of amd3dnow asm code for h3 and h5 and which fixes compilation of amd3dnow code in general for cvg. Currently amd3dnow support is still disabled because it doesn't - work on my voodoo2. + work on my voodoo2 (linking problem). - replaced configure with %%configure * Sat Apr 30 2005 Hans de Goede From fedora-extras-commits at redhat.com Mon May 2 14:12:18 2005 From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy)) Date: Mon, 2 May 2005 10:12:18 -0400 Subject: rpms/allegro/devel allegro-4.0.3-gcc4.patch, NONE, 1.1 allegro.spec, 1.11, 1.12 Message-ID: <200505021412.j42ECImG008633@cvs-int.fedora.redhat.com> Author: jnovy Update of /cvs/extras/rpms/allegro/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8613 Modified Files: allegro.spec Added Files: allegro-4.0.3-gcc4.patch Log Message: - fix build failures with gcc4 (#156224) - don't use %%{name} in patch names - add Czech translation to package description/summary allegro-4.0.3-gcc4.patch: --- NEW FILE allegro-4.0.3-gcc4.patch --- --- allegro-4.0.3/examples/exspline.c.gcc4 2003-04-19 09:06:46.000000000 +0200 +++ allegro-4.0.3/examples/exspline.c 2005-04-28 15:38:06.556128088 +0200 @@ -84,6 +84,7 @@ NODE dummy_node(NODE node, NODE prev) n.x = node.x - (prev.x - node.x) / 8; n.y = node.y - (prev.y - node.y) / 8; + n.tangent = 0; return n; } --- allegro-4.0.3/tools/textconv.c.gcc4 2003-04-19 09:06:49.000000000 +0200 +++ allegro-4.0.3/tools/textconv.c 2005-04-28 15:45:24.858496000 +0200 @@ -190,7 +190,7 @@ void write_output(FILE *f, int c) if (out_flip) c = ((c&0xFF)<<8) | ((c&0xFF00)>>8); - size = out_type->u_setc(buf, c); + size = out_type->u_setc((char *)buf, c); for (i=0; idata + _xwin.ximage->xoffset, + return _xwin_private_create_screen_bitmap(drv, 0, (unsigned char *)(_xwin.ximage->data + _xwin.ximage->xoffset), _xwin.ximage->bytes_per_line); } @@ -1400,7 +1400,7 @@ static int _xwin_private_fast_visual_dep return 0; /* Use first line of XImage for test. */ - p8 = _xwin.ximage->data + _xwin.ximage->xoffset; + p8 = (unsigned char *)(_xwin.ximage->data + _xwin.ximage->xoffset); p16 = (unsigned short*) p8; p32 = (unsigned long*) p8; @@ -2989,7 +2989,7 @@ static BITMAP *_xdga_private_create_scre XF86DGASetViewPort(_xwin.display, _xwin.screen, 0, 0); /* Create screen bitmap from frame buffer. */ - return _xwin_private_create_screen_bitmap(drv, 1, fb_addr + offset_y * fb_width + offset_x * (_xwin.fast_visual_depth / 8), fb_width); + return _xwin_private_create_screen_bitmap(drv, 1, (unsigned char *)(fb_addr + offset_y * fb_width + offset_x * (_xwin.fast_visual_depth / 8)), fb_width); } BITMAP *_xdga_create_screen(GFX_DRIVER *drv, int w, int h, int vw, int vh, int depth, int fullscreen) --- allegro-4.0.3/src/sound.c.gcc4 2003-04-19 09:06:47.000000000 +0200 +++ allegro-4.0.3/src/sound.c 2005-04-28 15:38:06.560127480 +0200 @@ -25,7 +25,7 @@ -extern DIGI_DRIVER digi_none; +static DIGI_DRIVER digi_none; --- allegro-4.0.3/src/fli.c.gcc4 2003-04-19 09:06:47.000000000 +0200 +++ allegro-4.0.3/src/fli.c 2005-04-28 15:38:06.561127328 +0200 @@ -184,16 +184,16 @@ static void fli_skip(int bytes) /* helpers for reading FLI chunk data */ -#define READ_BYTE_NC(p) (*((unsigned char *)(p))++) -#define READ_CHAR_NC(p) (*((signed char *)(p))++) +#define READ_BYTE_NC(p) (((unsigned char *)(p))[0]++) +#define READ_CHAR_NC(p) (((signed char *)(p))[0]++) #if (defined ALLEGRO_GCC) && (defined ALLEGRO_I386) /* for gcc on i386 */ -#define READ_WORD_NC(p) (*((unsigned short *)(p))++) -#define READ_SHORT_NC(p) (*((signed short *)(p))++) -#define READ_ULONG_NC(p) (*((unsigned long *)(p))++) -#define READ_LONG_NC(p) (*((signed long *)(p))++) +#define READ_WORD_NC(p) (((unsigned short *)(p))[0]++) +#define READ_SHORT_NC(p) (((signed short *)(p))[0]++) +#define READ_ULONG_NC(p) (((unsigned long *)(p))[0]++) +#define READ_LONG_NC(p) (((signed long *)(p))[0]++) #else @@ -289,16 +289,16 @@ static signed long _fli_read_long_nc(uns * sz is a size of chunk after subtructing size bytes (known to be < 0) * size is how much bytes we need * (size + sz) is how much bytes is left in chunk */ -#define FLI_KLUDGE(p,sz,size) \ -{ \ - if (((size) + (sz)) <= 0) { \ - memset(_fli_broken_data, 0, (size)); \ - } \ - else { \ - memcpy(_fli_broken_data, (p), (size) + (sz)); \ - memset(_fli_broken_data + (size) + (sz), 0, -(sz)); \ - } \ - (p) = _fli_broken_data; \ +inline void FLI_KLUDGE(char *p,int sz, int size) +{ + if (size + sz <= 0) { + memset(_fli_broken_data, 0, size); + } + else { + memcpy(_fli_broken_data, p, size + sz); + memset(_fli_broken_data + size + sz, 0, -sz); + } + p = _fli_broken_data; } Index: allegro.spec =================================================================== RCS file: /cvs/extras/rpms/allegro/devel/allegro.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- allegro.spec 6 Apr 2005 22:11:10 -0000 1.11 +++ allegro.spec 2 May 2005 14:12:16 -0000 1.12 @@ -1,20 +1,22 @@ Name: allegro Version: 4.0.3 -Release: 10 +Release: 11 Summary: A game programming library Summary(es): Una libreria de programacion de juegos Summary(fr): Une librairie de programmation de jeux Summary(it): Una libreria per la programmazione di videogiochi +Summary(cz): Knihovna pro programov??n?? her Group: System Environment/Libraries License: Giftware URL: http://alleg.sourceforge.net/ Source: http://download.sourceforge.net/alleg/allegro-4.0.3.tar.gz -Patch0: %{name}-4.0.3-mmaptest.patch -Patch1: %{name}-4.0.3-novga.patch -Patch2: %{name}-4.0.3-libdir.patch -Patch3: %{name}-4.0.3-cfg.patch +Patch0: allegro-4.0.3-mmaptest.patch +Patch1: allegro-4.0.3-novga.patch +Patch2: allegro-4.0.3-libdir.patch +Patch3: allegro-4.0.3-cfg.patch +Patch4: allegro-4.0.3-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: XFree86-devel, esound-devel, texinfo, perl, arts-devel @@ -34,11 +36,16 @@ Allegro ?? una libreria multipiattaforma dedicata all'uso nei videogiochi ed in altri tipi di programmazione multimediale. +%description -l cs +Allegro je multiplatformn?? knihovna pro po????ta??ov?? hry a jin?? +typy multimedi??ln??ho programov??n??. + %package devel Summary: A game programming library Summary(es): Una libreria de programacion de juegos Summary(fr): Une librairie de programmation de jeux Summary(it): Una libreria per la programmazione di videogiochi +Summary(cz): Knihovna pro programov??n?? her Group: Development/Libraries Requires: %{name} = %{version}-%{release}, XFree86-devel Requires(post): /sbin/install-info @@ -64,11 +71,17 @@ videogiochi ed in altri tipi di programmazione multimediale. Questo pacchetto ?? necessario per compilare programmi scritti con Allegro. +%description devel -l cs +Allegro je multiplatformn?? knihovna pro po????ta??ov?? hry a jin?? +typy multimedi??ln??ho programov??n??. Tento bal????ek je je pot??ebn?? +k sestaven?? program?? napsan??ch v Allegru. + %package tools Summary: Extra tools for the Allegro programming library -Summary(es): Herramientas adicionales para la librer??a de programaci??n Allegro -Summary(fr): Outils suppl??mentaires pour la librairie de programmation Allegro +Summary(es): Herramientas adicionales para la librer??a de programaci??n Allegro +Summary(fr): Outils suppl??mentaires pour la librairie de programmation Allegro Summary(it): Programmi di utilit?? aggiuntivi per la libreria Allegro +Summary(cz): P????davn?? n??stroje pro programovou knihovnu Allegro Group: Development/Tools Requires: %{name} = %{version}-%{release} @@ -95,6 +108,11 @@ pacchetto contiene programmi di utilit?? aggiuntivi utili allo sviluppo di programmi con Allegro. +%description tools -l cs +Allegro je multiplatformn?? knihovna pro po????ta??ov?? hry a jin?? +typy multimedi??ln??ho programov??n??. Tento bal????ek obsahuje p????davn?? n??stroje, +kter?? jsou u??ite??n?? pro v??voj Allegro program??. + %prep %setup -q @@ -102,6 +120,7 @@ %patch1 -p1 -b .novga %patch2 -p0 -b .libdir %patch3 -p0 -b .cfg +%patch4 -p1 -b .gcc4 %{__perl} -pi -e \ 's|\$TARGET_ARCH\s+-O\S+|\$RPM_OPT_FLAGS| ; s|LDFLAGS="-s |LDFLAGS="|' \ configure @@ -184,6 +203,11 @@ %changelog +* Mon May 2 2005 Jindrich Novy 0:4.0.3-11 +- fix build failures with gcc4 (#156224) +- don't use %%{name} in patch names +- add Czech translation to package description/summary + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Mon May 2 18:34:39 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 2 May 2005 14:34:39 -0400 Subject: rpms/perl-Devel-Cycle/FC-2 perl-Devel-Cycle.spec,1.3,1.4 Message-ID: <200505021834.j42IYdBn013024@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cycle/FC-2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12977/FC-2 Modified Files: perl-Devel-Cycle.spec Log Message: Sync with Fedora.us release Index: perl-Devel-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cycle/FC-2/perl-Devel-Cycle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Devel-Cycle.spec 22 Apr 2005 10:52:20 -0000 1.3 +++ perl-Devel-Cycle.spec 2 May 2005 18:34:37 -0000 1.4 @@ -1,6 +1,9 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + Name: perl-Devel-Cycle Version: 1.03 -Release: 2 +Release: 0.fdr.1.2 +Epoch: 0 Summary: Find memory cycles in objects Group: Development/Libraries @@ -11,6 +14,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(Test::More), perl(Scalar::Util) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -52,9 +56,6 @@ %changelog -* Fri Apr 22 2005 Jose Pedro Oliveira - 1.03-2 -- Fedora Extras: FC-4 version. - * Mon Jan 24 2005 Jose Pedro Oliveira - 0:1.03-0.fdr.1 - Update to 1.03. From fedora-extras-commits at redhat.com Mon May 2 18:34:38 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 2 May 2005 14:34:38 -0400 Subject: rpms/perl-Devel-Cycle/FC-1 perl-Devel-Cycle.spec,1.3,1.4 Message-ID: <200505021834.j42IYcKl013018@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cycle/FC-1 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12977/FC-1 Modified Files: perl-Devel-Cycle.spec Log Message: Sync with Fedora.us release Index: perl-Devel-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cycle/FC-1/perl-Devel-Cycle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Devel-Cycle.spec 22 Apr 2005 10:52:20 -0000 1.3 +++ perl-Devel-Cycle.spec 2 May 2005 18:34:36 -0000 1.4 @@ -1,6 +1,9 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + Name: perl-Devel-Cycle Version: 1.03 -Release: 2 +Release: 0.fdr.1.1 +Epoch: 0 Summary: Find memory cycles in objects Group: Development/Libraries @@ -11,6 +14,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(Test::More), perl(Scalar::Util) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -52,9 +56,6 @@ %changelog -* Fri Apr 22 2005 Jose Pedro Oliveira - 1.03-2 -- Fedora Extras: FC-4 version. - * Mon Jan 24 2005 Jose Pedro Oliveira - 0:1.03-0.fdr.1 - Update to 1.03. From fedora-extras-commits at redhat.com Mon May 2 18:34:39 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 2 May 2005 14:34:39 -0400 Subject: rpms/perl-Devel-Cycle/RHL-9 perl-Devel-Cycle.spec,1.3,1.4 Message-ID: <200505021834.j42IYdY7013030@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cycle/RHL-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12977/RHL-9 Modified Files: perl-Devel-Cycle.spec Log Message: Sync with Fedora.us release Index: perl-Devel-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cycle/RHL-9/perl-Devel-Cycle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Devel-Cycle.spec 22 Apr 2005 10:52:20 -0000 1.3 +++ perl-Devel-Cycle.spec 2 May 2005 18:34:37 -0000 1.4 @@ -1,6 +1,9 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + Name: perl-Devel-Cycle Version: 1.03 -Release: 2 +Release: 0.fdr.1.rh90 +Epoch: 0 Summary: Find memory cycles in objects Group: Development/Libraries @@ -11,6 +14,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 +BuildRequires: perl(Test::More), perl(Scalar::Util) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -52,9 +56,6 @@ %changelog -* Fri Apr 22 2005 Jose Pedro Oliveira - 1.03-2 -- Fedora Extras: FC-4 version. - * Mon Jan 24 2005 Jose Pedro Oliveira - 0:1.03-0.fdr.1 - Update to 1.03. From fedora-extras-commits at redhat.com Mon May 2 18:38:15 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 2 May 2005 14:38:15 -0400 Subject: rpms/perl-Test-Memory-Cycle/FC-1 perl-Test-Memory-Cycle.spec, 1.2, 1.3 Message-ID: <200505021838.j42Icjcl013115@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-1 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13066/FC-1 Modified Files: perl-Test-Memory-Cycle.spec Log Message: Sync with Fedora.us release Index: perl-Test-Memory-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-1/perl-Test-Memory-Cycle.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Test-Memory-Cycle.spec 22 Apr 2005 10:49:56 -0000 1.2 +++ perl-Test-Memory-Cycle.spec 2 May 2005 18:38:13 -0000 1.3 @@ -1,6 +1,9 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + Name: perl-Test-Memory-Cycle Version: 1.00 -Release: 3 +Release: 0.fdr.2.1 +Epoch: 0 Summary: Check for memory leaks and circular memory references Group: Development/Libraries @@ -11,7 +14,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(CGI), perl(Test::Builder::Tester) +BuildRequires: perl(CGI), perl(Test::More), perl(Test::Builder::Tester) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) BuildRequires: perl-Devel-Cycle >= 0:1.03 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -57,9 +60,6 @@ %changelog -* Fri Apr 22 2005 Jose Pedro Oliveira - 1.00-3 -- Fedora Extras: FC-4 version. - * Wed Apr 20 2005 Jose Pedro Oliveira - 0:1.00-0.fdr.2 - RedHat 9.0 (8.0 and 7.3): CGI.pm is shipped as perl-CGI (#1824). From fedora-extras-commits at redhat.com Mon May 2 18:38:16 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 2 May 2005 14:38:16 -0400 Subject: rpms/perl-Test-Memory-Cycle/FC-2 perl-Test-Memory-Cycle.spec, 1.2, 1.3 Message-ID: <200505021838.j42Icktg013118@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13066/FC-2 Modified Files: perl-Test-Memory-Cycle.spec Log Message: Sync with Fedora.us release Index: perl-Test-Memory-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/FC-2/perl-Test-Memory-Cycle.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Test-Memory-Cycle.spec 22 Apr 2005 10:49:56 -0000 1.2 +++ perl-Test-Memory-Cycle.spec 2 May 2005 18:38:14 -0000 1.3 @@ -1,6 +1,9 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + Name: perl-Test-Memory-Cycle Version: 1.00 -Release: 3 +Release: 0.fdr.2.2 +Epoch: 0 Summary: Check for memory leaks and circular memory references Group: Development/Libraries @@ -11,7 +14,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(CGI), perl(Test::Builder::Tester) +BuildRequires: perl(CGI), perl(Test::More), perl(Test::Builder::Tester) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) BuildRequires: perl-Devel-Cycle >= 0:1.03 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -57,9 +60,6 @@ %changelog -* Fri Apr 22 2005 Jose Pedro Oliveira - 1.00-3 -- Fedora Extras: FC-4 version. - * Wed Apr 20 2005 Jose Pedro Oliveira - 0:1.00-0.fdr.2 - RedHat 9.0 (8.0 and 7.3): CGI.pm is shipped as perl-CGI (#1824). From fedora-extras-commits at redhat.com Mon May 2 18:38:16 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 2 May 2005 14:38:16 -0400 Subject: rpms/perl-Test-Memory-Cycle/RHL-9 perl-Test-Memory-Cycle.spec, 1.2, 1.3 Message-ID: <200505021838.j42Ick10013121@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Memory-Cycle/RHL-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13066/RHL-9 Modified Files: perl-Test-Memory-Cycle.spec Log Message: Sync with Fedora.us release Index: perl-Test-Memory-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/RHL-9/perl-Test-Memory-Cycle.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Test-Memory-Cycle.spec 22 Apr 2005 10:49:56 -0000 1.2 +++ perl-Test-Memory-Cycle.spec 2 May 2005 18:38:14 -0000 1.3 @@ -1,6 +1,9 @@ +%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} + Name: perl-Test-Memory-Cycle Version: 1.00 -Release: 3 +Release: 0.fdr.2.rh90 +Epoch: 0 Summary: Check for memory leaks and circular memory references Group: Development/Libraries @@ -11,7 +14,7 @@ BuildArch: noarch BuildRequires: perl >= 1:5.6.1 -BuildRequires: perl(CGI), perl(Test::Builder::Tester) +BuildRequires: perl(CGI), perl(Test::More), perl(Test::Builder::Tester) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) BuildRequires: perl-Devel-Cycle >= 0:1.03 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -57,9 +60,6 @@ %changelog -* Fri Apr 22 2005 Jose Pedro Oliveira - 1.00-3 -- Fedora Extras: FC-4 version. - * Wed Apr 20 2005 Jose Pedro Oliveira - 0:1.00-0.fdr.2 - RedHat 9.0 (8.0 and 7.3): CGI.pm is shipped as perl-CGI (#1824). From fedora-extras-commits at redhat.com Mon May 2 18:51:35 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 2 May 2005 14:51:35 -0400 Subject: rpms/perl-Devel-Cycle/FC-3 .cvsignore, 1.2, 1.3 perl-Devel-Cycle.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200505021852.j42Iq5tU013268@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cycle/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13229/FC-3 Modified Files: .cvsignore perl-Devel-Cycle.spec sources Log Message: Update to 1.04. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cycle/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Apr 2005 00:14:58 -0000 1.2 +++ .cvsignore 2 May 2005 18:51:33 -0000 1.3 @@ -1 +1 @@ -Devel-Cycle-1.03.tar.gz +Devel-Cycle-1.04.tar.gz Index: perl-Devel-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cycle/FC-3/perl-Devel-Cycle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Devel-Cycle.spec 22 Apr 2005 10:52:20 -0000 1.3 +++ perl-Devel-Cycle.spec 2 May 2005 18:51:33 -0000 1.4 @@ -1,12 +1,12 @@ Name: perl-Devel-Cycle -Version: 1.03 +Version: 1.04 Release: 1 Summary: Find memory cycles in objects Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Devel-Cycle/ -Source0: http://www.cpan.org/authors/id/L/LD/LDS/Devel-Cycle-1.03.tar.gz +Source0: http://www.cpan.org/authors/id/L/LD/LDS/Devel-Cycle-1.04.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -52,6 +52,9 @@ %changelog +* Mon May 02 2005 Jose Pedro Oliveira - 1.04-1 +- Update to 1.04. + * Fri Apr 22 2005 Jose Pedro Oliveira - 1.03-1 - Fedora Extras: FC-3 version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cycle/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Apr 2005 00:14:58 -0000 1.2 +++ sources 2 May 2005 18:51:33 -0000 1.3 @@ -1 +1 @@ -4ffe74cfd683f1e8e1414efe3b70e664 Devel-Cycle-1.03.tar.gz +eb0106f82242989aec7ec0a4b65a84e3 Devel-Cycle-1.04.tar.gz From fedora-extras-commits at redhat.com Mon May 2 18:51:36 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 2 May 2005 14:51:36 -0400 Subject: rpms/perl-Devel-Cycle/devel .cvsignore, 1.2, 1.3 perl-Devel-Cycle.spec, 1.3, 1.4 sources, 1.2, 1.3 Message-ID: <200505021852.j42Iq6MY013273@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cycle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13229/devel Modified Files: .cvsignore perl-Devel-Cycle.spec sources Log Message: Update to 1.04. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cycle/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Apr 2005 00:14:58 -0000 1.2 +++ .cvsignore 2 May 2005 18:51:33 -0000 1.3 @@ -1 +1 @@ -Devel-Cycle-1.03.tar.gz +Devel-Cycle-1.04.tar.gz Index: perl-Devel-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cycle/devel/perl-Devel-Cycle.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Devel-Cycle.spec 22 Apr 2005 10:52:20 -0000 1.3 +++ perl-Devel-Cycle.spec 2 May 2005 18:51:33 -0000 1.4 @@ -1,12 +1,12 @@ Name: perl-Devel-Cycle -Version: 1.03 +Version: 1.04 Release: 2 Summary: Find memory cycles in objects Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Devel-Cycle/ -Source0: http://www.cpan.org/authors/id/L/LD/LDS/Devel-Cycle-1.03.tar.gz +Source0: http://www.cpan.org/authors/id/L/LD/LDS/Devel-Cycle-1.04.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -52,6 +52,9 @@ %changelog +* Mon May 02 2005 Jose Pedro Oliveira - 1.04-2 +- Update to 1.04. + * Fri Apr 22 2005 Jose Pedro Oliveira - 1.03-2 - Fedora Extras: FC-4 version. Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cycle/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Apr 2005 00:14:58 -0000 1.2 +++ sources 2 May 2005 18:51:33 -0000 1.3 @@ -1 +1 @@ -4ffe74cfd683f1e8e1414efe3b70e664 Devel-Cycle-1.03.tar.gz +eb0106f82242989aec7ec0a4b65a84e3 Devel-Cycle-1.04.tar.gz From fedora-extras-commits at redhat.com Mon May 2 18:56:43 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Mon, 2 May 2005 14:56:43 -0400 Subject: rpms/ncftp/devel ncftp-3.1.8-epsv.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 ncftp.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200505021856.j42Iuhug013357@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/ncftp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13332 Modified Files: .cvsignore ncftp.spec sources Added Files: ncftp-3.1.8-epsv.patch Log Message: Update to 3.1.8 and fix for non-IPv6 EPSV/LPSV commands. ncftp-3.1.8-epsv.patch: --- NEW FILE ncftp-3.1.8-epsv.patch --- --- ncftp-3.1.8/libncftp/ftp.c.org 2005-02-23 18:00:45.000000000 +0100 +++ ncftp-3.1.8/libncftp/ftp.c 2005-02-23 18:02:34.000000000 +0100 @@ -702,6 +702,7 @@ #endif unsigned short port; +#ifdef ENABLE_IPV6 rp = InitResponse(); if (rp == NULL) { FTPLogError(cip, kDontPerror, "Malloc failed.\n"); @@ -709,43 +710,37 @@ return (cip->errNo); } - result = RCmd(cip, rp, "EPSV"); - if (result != 2) - goto next; - - if (rp->codeType != 2) - goto next; - - for (cp = rp->msg.first->line; ; cp++) { - if (*cp == '\0') { - FTPLogError(cip, kDontPerror, "Cannot parse EPSV response: %s\n", rp->msg.first->line); - goto next; - } - if (isdigit((int) *cp)) - break; - } - if (sscanf(cp, "%hd|", &port) != 1) { - FTPLogError(cip, kDontPerror, "Cannot parse EPSV response: %s\n", rp->msg.first->line); - goto next; - } - - -#ifdef ENABLE_IPV6 - if (saddr->sa_family == AF_INET6) { - saddr6->sin6_addr = - ((struct sockaddr_in6 *)&cip->servCtlAddr)->sin6_addr; - saddr6->sin6_port = htons(port); - } else { -#endif - saddr4->sin_addr = - ((struct sockaddr_in *)&cip->servCtlAddr)->sin_addr; - saddr4->sin_port = htons(port); -#ifdef ENABLE_IPV6 + if(saddr->sa_family == AF_INET6) { + result = RCmd(cip, rp, "EPSV"); + if (result != 2) + goto next; + + if (rp->codeType != 2) + goto next; + + for (cp = rp->msg.first->line; ; cp++) { + if (*cp == '\0') { + FTPLogError(cip, kDontPerror, "Cannot parse EPSV response: %s\n", rp->msg.first->line); + goto next; + } + if (isdigit((int) *cp)) + break; + } + + if (sscanf(cp, "%hd|", &port) != 1) { + FTPLogError(cip, kDontPerror, "Cannot parse EPSV response: %s\n", rp->msg.first->line); + goto next; + } + + saddr6->sin6_addr = + ((struct sockaddr_in6 *)&cip->servCtlAddr)->sin6_addr; + saddr6->sin6_port = htons(port); + + goto done; } -#endif - goto done; next: +#endif rp = InitResponse(); if (rp == NULL) { FTPLogError(cip, kDontPerror, "Malloc failed.\n"); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ncftp/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 Mar 2005 22:28:24 -0000 1.2 +++ .cvsignore 2 May 2005 18:56:41 -0000 1.3 @@ -1,2 +1,2 @@ -ncftp-3.1.8-src.tar.bz2 -ncftp-3181-v6-20040826.diff.gz +ncftp-3.1.9-src.tar.bz2 +ncftp-319-v6-20050419.diff.gz Index: ncftp.spec =================================================================== RCS file: /cvs/extras/rpms/ncftp/devel/ncftp.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ncftp.spec 18 Apr 2005 18:51:25 -0000 1.4 +++ ncftp.spec 2 May 2005 18:56:41 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Improved console FTP client Name: ncftp -Version: 3.1.8 -Release: 5 +Version: 3.1.9 +Release: 1 Epoch: 2 License: Distributable Group: Applications/Internet @@ -9,11 +9,12 @@ Source: ftp://ftp.ncftp.com/ncftp/ncftp-%{version}-src.tar.bz2 Patch1: ncftp-3.0.1-pref.patch Patch2: ncftp-3.1.7-shell.patch -Patch3: ftp://ftp.kame.net/pub/kame/misc/ncftp-3181-v6-20040826.diff.gz +Patch3: ftp://ftp.kame.net/pub/kame/misc/ncftp-319-v6-20050419.diff.gz Patch4: ncftp-3.0.3-resume.patch Patch5: ncftp-3.1.5-pmeter.patch Patch6: ncftp-3.1.5-ncursesw.patch Patch7: ncftp-3.1.6-rh1.patch +Patch8: ncftp-3.1.8-epsv.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: ncurses-devel @@ -31,7 +32,8 @@ %patch4 -p1 -b .res %patch5 -p1 -b .pmeter %patch6 -p1 -b .ncursesw -#%patch7 -p1 -b .ask_save +#patch7 -p1 -b .ask_save +%patch8 -p1 -b .epsv %build @@ -69,6 +71,11 @@ %changelog +* Thu Apr 21 2005 Matthias Saou 2:3.1.9-1 +- Update to 3.1.9. +- Update IPv6 KAME patch to ncftp-319-v6-20050419.diff. +- Add EPSV/LPSV IPv6 patch (#149494). + * Sat Mar 5 2005 Matthias Saou 2:3.1.8-5 - Spec file cleanup. - Remove man pages from docs. Index: sources =================================================================== RCS file: /cvs/extras/rpms/ncftp/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 Mar 2005 22:28:24 -0000 1.2 +++ sources 2 May 2005 18:56:41 -0000 1.3 @@ -1,2 +1,2 @@ -dd5f47c72b6958fdb652355fb9bdb70c ncftp-3.1.8-src.tar.bz2 -ade187726693f5c6c6415e41832f514d ncftp-3181-v6-20040826.diff.gz +66cf8dacec848eb11a70632fe9f21807 ncftp-3.1.9-src.tar.bz2 +8a696bf0e2dcd4e04309da630e993dfd ncftp-319-v6-20050419.diff.gz From fedora-extras-commits at redhat.com Mon May 2 19:05:40 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 2 May 2005 15:05:40 -0400 Subject: rpms/perl-Config-IniFiles/FC-3 .cvsignore, 1.2, 1.3 perl-Config-IniFiles.spec, 1.2, 1.3 sources, 1.2, 1.3 Config-IniFiles-2.38-t-00load.t.patch, 1.1, NONE Message-ID: <200505021905.j42J5eX7014380@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Config-IniFiles/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14345/FC-3 Modified Files: .cvsignore perl-Config-IniFiles.spec sources Removed Files: Config-IniFiles-2.38-t-00load.t.patch Log Message: Update to 2.39. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Config-IniFiles/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Apr 2005 16:27:39 -0000 1.2 +++ .cvsignore 2 May 2005 19:05:38 -0000 1.3 @@ -1 +1 @@ -Config-IniFiles-2.38.tar.gz +Config-IniFiles-2.39.tar.gz Index: perl-Config-IniFiles.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Config-IniFiles/FC-3/perl-Config-IniFiles.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Config-IniFiles.spec 4 Apr 2005 16:39:29 -0000 1.2 +++ perl-Config-IniFiles.spec 2 May 2005 19:05:38 -0000 1.3 @@ -1,15 +1,14 @@ %{!?perl_vendorlib: %define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)} Name: perl-Config-IniFiles -Version: 2.38 -Release: 2 +Version: 2.39 +Release: 1 Summary: A module for reading .ini-style configuration files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Config-IniFiles/ -Source0: http://www.cpan.org/authors/id/W/WA/WADG/Config-IniFiles-2.38.tar.gz -Patch0: http://rt.cpan.org/NoAuth/Attachment/7150/9132/Config-IniFiles-2.38-t-00load.t.patch +Source0: http://www.cpan.org/authors/id/W/WA/WADG/Config-IniFiles-2.39.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -25,7 +24,6 @@ %prep %setup -q -n Config-IniFiles-%{version} -%patch0 -p1 chmod 644 README *.pm @@ -58,6 +56,9 @@ %changelog +* Fri Apr 29 2005 Jose Pedro Oliveira - 2.39-1 +- Update to 2.39. + * Tue May 25 2004 Jose Pedro Oliveira - 2.38-2 - Patch URI generated from the RT entry as suggested (bug 1625) Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Config-IniFiles/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Apr 2005 16:27:39 -0000 1.2 +++ sources 2 May 2005 19:05:38 -0000 1.3 @@ -1 +1 @@ -17e39e4244ede0061939dcb80ab6294e Config-IniFiles-2.38.tar.gz +af23906e7d4445c4690dafed9b491cc3 Config-IniFiles-2.39.tar.gz --- Config-IniFiles-2.38-t-00load.t.patch DELETED --- From fedora-extras-commits at redhat.com Mon May 2 19:05:41 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 2 May 2005 15:05:41 -0400 Subject: rpms/perl-Config-IniFiles/devel .cvsignore, 1.2, 1.3 perl-Config-IniFiles.spec, 1.3, 1.4 sources, 1.2, 1.3 Config-IniFiles-2.38-t-00load.t.patch, 1.1, NONE Message-ID: <200505021905.j42J5fgg014388@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Config-IniFiles/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14345/devel Modified Files: .cvsignore perl-Config-IniFiles.spec sources Removed Files: Config-IniFiles-2.38-t-00load.t.patch Log Message: Update to 2.39. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Config-IniFiles/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 4 Apr 2005 16:27:39 -0000 1.2 +++ .cvsignore 2 May 2005 19:05:39 -0000 1.3 @@ -1 +1 @@ -Config-IniFiles-2.38.tar.gz +Config-IniFiles-2.39.tar.gz Index: perl-Config-IniFiles.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Config-IniFiles/devel/perl-Config-IniFiles.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Config-IniFiles.spec 6 Apr 2005 22:12:44 -0000 1.3 +++ perl-Config-IniFiles.spec 2 May 2005 19:05:39 -0000 1.4 @@ -1,16 +1,12 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Config-IniFiles -Version: 2.38 -Release: 3 - +Version: 2.39 +Release: 2 Summary: A module for reading .ini-style configuration files Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/Config-IniFiles/ -Source0: http://www.cpan.org/authors/id/W/WA/WADG/Config-IniFiles-2.38.tar.gz -Patch0: http://rt.cpan.org/NoAuth/Attachment/7150/9132/Config-IniFiles-2.38-t-00load.t.patch +Source0: http://www.cpan.org/authors/id/W/WA/WADG/Config-IniFiles-2.39.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -26,7 +22,6 @@ %prep %setup -q -n Config-IniFiles-%{version} -%patch0 -p1 chmod 644 README *.pm @@ -59,6 +54,9 @@ %changelog +* Fri Apr 29 2005 Jose Pedro Oliveira - 2.39-2 +- Update to 2.39. + * Fri Apr 7 2005 Michael Schwendt - rebuilt Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Config-IniFiles/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 4 Apr 2005 16:27:39 -0000 1.2 +++ sources 2 May 2005 19:05:39 -0000 1.3 @@ -1 +1 @@ -17e39e4244ede0061939dcb80ab6294e Config-IniFiles-2.38.tar.gz +af23906e7d4445c4690dafed9b491cc3 Config-IniFiles-2.39.tar.gz --- Config-IniFiles-2.38-t-00load.t.patch DELETED --- From fedora-extras-commits at redhat.com Tue May 3 01:39:44 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Mon, 2 May 2005 21:39:44 -0400 Subject: rpms/pam_mount import.log,1.2,1.3 Message-ID: <200505030140.j431eE62023620@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_mount In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23577 Modified Files: import.log Log Message: auto-import pam_mount-0.9.23-0.fdr.1 on branch devel from pam_mount-0.9.23-0.fdr.1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pam_mount/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 8 Nov 2004 04:56:53 -0000 1.2 +++ import.log 3 May 2005 01:39:42 -0000 1.3 @@ -1 +1,2 @@ pam_mount-0_9_16-0_fdr_1_1:HEAD:pam_mount-0.9.16-0.fdr.1.1.src.rpm:1099889813 +pam_mount-0_9_23-0_fdr_1:HEAD:pam_mount-0.9.23-0.fdr.1.src.rpm:1115084281 From fedora-extras-commits at redhat.com Tue May 3 01:39:45 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Mon, 2 May 2005 21:39:45 -0400 Subject: rpms/pam_mount/devel .cvsignore, 1.2, 1.3 pam_mount.spec, 1.4, 1.5 sources, 1.2, 1.3 Message-ID: <200505030140.j431eFR4023625@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_mount/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23577/devel Modified Files: .cvsignore pam_mount.spec sources Log Message: auto-import pam_mount-0.9.23-0.fdr.1 on branch devel from pam_mount-0.9.23-0.fdr.1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:56:53 -0000 1.2 +++ .cvsignore 3 May 2005 01:39:43 -0000 1.3 @@ -1 +1 @@ -pam_mount-0.9.16.tar.gz +pam_mount-0.9.23.tar.gz Index: pam_mount.spec =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/pam_mount.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- pam_mount.spec 6 Apr 2005 22:12:42 -0000 1.4 +++ pam_mount.spec 3 May 2005 01:39:43 -0000 1.5 @@ -1,23 +1,24 @@ -Summary: PAM module that can mount volumes for a user session -Name: pam_mount -Version: 0.9.16 -Release: 2 +%define rel 0.fdr.1 +Summary: A PAM module that can mount volumes for a user session +Name: pam_mount +Version: 0.9.23 +Release: %rel License: LGPL Group: System Environment/Base -Source: http://www.flyn.org/projects/%{name}/%{name}-%{version}.tar.gz +Source: http://www.flyn.org/projects/%name/%name-%{PACKAGE_VERSION}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://www.flyn.org Requires: pam BuildRequires: glib2-devel pam-devel openssl-devel zlib-devel %description -This module is aimed at environments with SMB (Samba or Windows NT) -or NCP (Netware or Mars-NWE) servers that Unix users wish to access -transparently. It facilitates access to private volumes of these types -well. The module also supports mounting home directories using -loopback encrypted filesystems. The module was originally written for -use on the GNU/Linux operating system but has since been modified to +This module is aimed at environments with SMB (Samba or Windows NT) +or NCP (Netware or Mars-NWE) servers that Unix users wish to access +transparently. It facilitates access to private volumes of these types +well. The module also supports mounting home directories using +loopback encrypted filesystems. The module was originally written for +use on the GNU/Linux operating system but has since been modified to work on several flavors of BSD. o Every user can access his own volumes @@ -28,39 +29,44 @@ o There is no need to keep the login passwords in any additional file - o The volumes are unmounted upon logout, so it saves system resources, - avoiding the need of listing every every possibly useful remote - volume in /etc/fstab or in an automount/supermount config file. This + o The volumes are unmounted upon logout, so it saves system resources, + avoiding the need of listing every every possibly useful remote + volume in /etc/fstab or in an automount/supermount config file. This is also necessary for securing encrypted filesystems. -Pam_mount "understands" SMB, NCP, and any type of filesystem that can -be mounted using the standard mount command. If someone has a -particular need for a different filesystem, feel free to ask me to +Pam_mount "understands" SMB, NCP, and any type of filesystem that can +be mounted using the standard mount command. If someone has a +particular need for a different filesystem, feel free to ask me to include it and send me patches. -If you intend to use pam_mount to protect volumes on your computer -using an encrypted filesystem system, please know that there are many -other issues you need to consider in order to protect your data. -For example, you probably want to disable or encrypt your swap -partition (the cryptoswap can help you do this). Don't assume a +If you intend to use pam_mount to protect volumes on your computer +using an encrypted filesystem system, please know that there are many +other issues you need to consider in order to protect your data. +For example, you probably want to disable or encrypt your swap +partition (the cryptoswap can help you do this). Don't assume a system is secure without carefully considering potential threats. %prep + + %setup %build -%configure +%configure --libdir=/%{_lib} make %{?_smp_mflags} - %install rm -rf $RPM_BUILD_ROOT -%makeinstall +%makeinstall libdir=/%{_lib} mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/security +mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/macros +mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc install --owner=root --group=root --mode=0644 config/pam_mount.conf ${RPM_BUILD_ROOT}/%{_sysconfdir}/security +install --owner=root --group=root --mode=0644 config/pam_mount_macros.te ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/macros +install --owner=root --group=root --mode=0644 config/pam_mount.fc ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc rm -f ${RPM_BUILD_ROOT}/%{_lib}/security/pam_mount.a rm -f ${RPM_BUILD_ROOT}/%{_lib}/security/pam_mount.la @@ -71,21 +77,53 @@ %files %defattr(-, root, root) -%doc AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ /%{_lib}/security/pam_mount.so /%{_lib}/security/pam_mount_auth.so /%{_lib}/security/pam_mount_session.so +%{_sbindir}/pmvarrun %{_bindir}/mkehd %{_bindir}/autoehd %{_bindir}/passwdehd %{_bindir}/mount_ehd +%{_bindir}/mount.crypt +%{_bindir}/umount.crypt %{_mandir}/man8/* %config(noreplace) %{_sysconfdir}/security/pam_mount.conf +%policy %{_sysconfdir}/selinux/strict/src/policy/macros/pam_mount_macros.te +%policy %{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc/pam_mount.fc + + +%doc AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ %changelog -* Fri Apr 7 2005 Michael Schwendt -- rebuilt +* Thu Feb 10 2005 W. Michael Petullo - 0.9.22-0.fdr.1 + - Updated to pam_mount 0.9.22. + + - Should now build properly on x86-64. + +* Sun Dec 12 2004 W. Michael Petullo - 0.9.21-0.fdr.1 + - Updated to pam_mount 0.9.21. + +* Fri Jul 23 2004 W. Michael Petullo - 0.9.20-0.fdr.1 + - Updated to pam_mount 0.9.20. + +* Sun Jun 27 2004 W. Michael Petullo - 0.9.19-0.fdr.1 + - Updated to pam_mount 0.9.19. + + - Moved policy sources to /etc/selinux. + +* Sun Apr 25 2004 W. Michael Petullo - 0.9.18-0.fdr.1 + - Updated to pam_mount 0.9.18. + + - Added mount.crypt and umount/crypt. + + - Added pmvarrun. + +* Wed Apr 21 2004 W. Michael Petullo - 0.9.17-0.fdr.1 + - Updated to pam_mount 0.9.17. + + - Added pam_mount_macros.te. * Tue Mar 23 2004 W. Michael Petullo - 0.9.16-0.fdr.1 - Updated to pam_mount 0.9.16. @@ -119,3 +157,6 @@ * Fri Jan 23 2004 W. Michael Petullo - 0.9.12-0.fdr.1 - Updated to pam_mount 0.9.12. + + + Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:56:53 -0000 1.2 +++ sources 3 May 2005 01:39:43 -0000 1.3 @@ -1 +1 @@ -b23420475c5dd3fb4f4ac3ef23613c1d pam_mount-0.9.16.tar.gz +bd6fdd953495d8661036f72e177aa0c2 pam_mount-0.9.23.tar.gz From fedora-extras-commits at redhat.com Tue May 3 03:52:04 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 2 May 2005 23:52:04 -0400 Subject: common tobuild,1.34,1.35 Message-ID: <200505030352.j433q4iq025628@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25611 Modified Files: tobuild Log Message: ppc build/xmlrpc testing Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- tobuild 27 Apr 2005 04:12:25 -0000 1.34 +++ tobuild 3 May 2005 03:52:02 -0000 1.35 @@ -4,12 +4,6 @@ skvidal rpms/verbiste/devel verbiste-0_1_10-4 development skvidal rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-1_fc3 FC3 -skvidal rpms/blacs/FC-3 blacs-1_1-5_fc3 FC3 +skvidal rpms/gwget/devel gwget-0_93-2 development katzj rpms/liferea/devel liferea-0_9_1-2 development -skvidal rpms/cone/FC-3 cone-0_64-1 fc3 -skvidal rpms/blacs/devel blacs-1_1-5_fc4 development -skvidal rpms/scalapack/devel scalapack-1_7-3_fc4 development -skvidal rpms/exim/devel exim-4_50-2 development skvidal rpms/exim-doc/devel exim-doc-4_50-1 development -skvidal rpms/gwget/devel gwget-0_93-2 development -skvidal rpms/scalapack/FC-3 scalapack-1_7-3_fc3 FC3 From fedora-extras-commits at redhat.com Tue May 3 04:40:25 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 00:40:25 -0400 Subject: common tobuild,1.35,1.36 Message-ID: <200505030440.j434ePa6026651@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26634 Modified Files: tobuild Log Message: request build of rpms/galeon/FC-3 galeon-1_3_20-2_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- tobuild 3 May 2005 03:52:02 -0000 1.35 +++ tobuild 3 May 2005 04:40:23 -0000 1.36 @@ -7,3 +7,4 @@ skvidal rpms/gwget/devel gwget-0_93-2 development katzj rpms/liferea/devel liferea-0_9_1-2 development skvidal rpms/exim-doc/devel exim-doc-4_50-1 development +skvidal rpms/galeon/FC-3 galeon-1_3_20-2_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 3 04:40:48 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 00:40:48 -0400 Subject: common tobuild,1.36,1.37 Message-ID: <200505030440.j434emdW026679@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26662 Modified Files: tobuild Log Message: request build of rpms/galeon/devel galeon-1_3_20-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- tobuild 3 May 2005 04:40:23 -0000 1.36 +++ tobuild 3 May 2005 04:40:46 -0000 1.37 @@ -8,3 +8,4 @@ katzj rpms/liferea/devel liferea-0_9_1-2 development skvidal rpms/exim-doc/devel exim-doc-4_50-1 development skvidal rpms/galeon/FC-3 galeon-1_3_20-2_fc3 fc3 +skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development From fedora-extras-commits at redhat.com Tue May 3 04:41:42 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 00:41:42 -0400 Subject: common tobuild,1.37,1.38 Message-ID: <200505030441.j434fgMG026712@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26695 Modified Files: tobuild Log Message: request build of rpms/sylpheed-claws/FC-3 sylpheed-claws-1_0_4-1 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- tobuild 3 May 2005 04:40:46 -0000 1.37 +++ tobuild 3 May 2005 04:41:40 -0000 1.38 @@ -9,3 +9,4 @@ skvidal rpms/exim-doc/devel exim-doc-4_50-1 development skvidal rpms/galeon/FC-3 galeon-1_3_20-2_fc3 fc3 skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development +skvidal rpms/sylpheed-claws/FC-3 sylpheed-claws-1_0_4-1 fc3 From fedora-extras-commits at redhat.com Tue May 3 08:32:55 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 3 May 2005 04:32:55 -0400 Subject: rpms/Coin2/devel Coin2.spec,1.6,1.7 Message-ID: <200505030832.j438Wtw5031236@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/Coin2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31219 Modified Files: Coin2.spec Log Message: Minor spec changes. Index: Coin2.spec =================================================================== RCS file: /cvs/extras/rpms/Coin2/devel/Coin2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Coin2.spec 6 Apr 2005 22:10:46 -0000 1.6 +++ Coin2.spec 3 May 2005 08:32:53 -0000 1.7 @@ -10,7 +10,7 @@ Summary: High-level 3D visualization library Name: %{name} Version: %{srcvers} -Release: 6 +Release: 7.fc4 License: GPL @@ -56,16 +56,12 @@ %patch4 -p1 -b .orig %patch5 -p1 -b .orig -sed -e 's, at LIBFREETYPE_SONAME@,"%{libfreetype_SONAME}",' \ -< src/glue/freetype.c > src/glue/freetype.c~ -mv src/glue/freetype.c~ src/glue/freetype.c -sed -e 's, at LIBSIMAGE_SONAME@,"%{libsimage_SONAME}",' \ -< src/glue/simage_wrapper.c > src/glue/simage_wrapper.c~ -mv src/glue/simage_wrapper.c~ src/glue/simage_wrapper.c -sed -e 's, at LIBOPENAL_SONAME@,"%{libopenal_SONAME}",' \ -< src/glue/openal_wrapper.c > src/glue/openal_wrapper.c~ -mv src/glue/openal_wrapper.c~ src/glue/openal_wrapper.c - +sed -i -e 's, at LIBFREETYPE_SONAME@,"%{libfreetype_SONAME}",' \ + src/glue/freetype.c +sed -i -e 's, at LIBSIMAGE_SONAME@,"%{libsimage_SONAME}",' \ + src/glue/simage_wrapper.c +sed -i -e 's, at LIBOPENAL_SONAME@,"%{libopenal_SONAME}",' \ + src/glue/openal_wrapper.c %build %configure \ @@ -112,7 +108,10 @@ %doc %{_datadir}/Coin/html %changelog -* Fri Apr 7 2005 Michael Schwendt +* Tue May 03 2005 Ralf Corsepius - 0:2.3.0-7 +- Minor spec changes. + +* Fri Apr 7 2005 Michael Schwendt - 0:2.3.0-6 - rebuilt * Tue Feb 22 2005 Ralf Corsepius - 0:2.3.0-5 @@ -136,5 +135,5 @@ * Thu Jun 24 2004 Ralf Corsepius - 0:2.3.0-0.fdr.1 - Update to 2.3.0 -- Install html docs to default installation dir (%{_datadir}/html). +- Install html docs to default installation dir (%%{_datadir}/html). - Remove dependency to simage. From fedora-extras-commits at redhat.com Tue May 3 08:33:19 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 3 May 2005 04:33:19 -0400 Subject: rpms/Coin2/FC-3 Coin2.spec,1.4,1.5 Message-ID: <200505030833.j438XJo4031259@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/Coin2/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31242 Modified Files: Coin2.spec Log Message: Sync with devel. Index: Coin2.spec =================================================================== RCS file: /cvs/extras/rpms/Coin2/FC-3/Coin2.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Coin2.spec 25 Mar 2005 19:21:23 -0000 1.4 +++ Coin2.spec 3 May 2005 08:33:16 -0000 1.5 @@ -7,11 +7,10 @@ %define libsimage_SONAME libsimage.so.20 %define libfreetype_SONAME libfreetype.so.6 -Summary: A high-level 3D visualization library. +Summary: High-level 3D visualization library Name: %{name} Version: %{srcvers} -Epoch: 0 -Release: 5 +Release: 7.fc3 License: GPL Group: System Environment/Libraries @@ -40,7 +39,7 @@ %package devel Summary: Development files for Coin -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} Requires: XFree86-devel zlib-devel bzip2-devel Group: Development/Libraries @@ -56,16 +55,12 @@ %patch4 -p1 -b .orig %patch5 -p1 -b .orig -sed -e 's, at LIBFREETYPE_SONAME@,"%{libfreetype_SONAME}",' \ -< src/glue/freetype.c > src/glue/freetype.c~ -mv src/glue/freetype.c~ src/glue/freetype.c -sed -e 's, at LIBSIMAGE_SONAME@,"%{libsimage_SONAME}",' \ -< src/glue/simage_wrapper.c > src/glue/simage_wrapper.c~ -mv src/glue/simage_wrapper.c~ src/glue/simage_wrapper.c -sed -e 's, at LIBOPENAL_SONAME@,"%{libopenal_SONAME}",' \ -< src/glue/openal_wrapper.c > src/glue/openal_wrapper.c~ -mv src/glue/openal_wrapper.c~ src/glue/openal_wrapper.c - +sed -i -e 's, at LIBFREETYPE_SONAME@,"%{libfreetype_SONAME}",' \ + src/glue/freetype.c +sed -i -e 's, at LIBSIMAGE_SONAME@,"%{libsimage_SONAME}",' \ + src/glue/simage_wrapper.c +sed -i -e 's, at LIBOPENAL_SONAME@,"%{libopenal_SONAME}",' \ + src/glue/openal_wrapper.c %build %configure \ @@ -112,6 +107,9 @@ %doc %{_datadir}/Coin/html %changelog +* Tue May 03 2005 Ralf Corsepius - 0:2.3.0-7 +- Minor spec changes. + * Tue Feb 22 2005 Ralf Corsepius - 0:2.3.0-5 - Include simacros. - Regenerate configure from simacros and FC3 libtool for x86_64. @@ -133,5 +131,5 @@ * Thu Jun 24 2004 Ralf Corsepius - 0:2.3.0-0.fdr.1 - Update to 2.3.0 -- Install html docs to default installation dir (%{_datadir}/html). +- Install html docs to default installation dir (%%{_datadir}/html). - Remove dependency to simage. From fedora-extras-commits at redhat.com Tue May 3 11:05:20 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 3 May 2005 07:05:20 -0400 Subject: rpms/csmash/devel csmash-0.6.6-64bit-gcc4-fixes.patch, NONE, 1.1 csmash.spec, 1.6, 1.7 csmash-0.6.6-64bit-fixes.patch, 1.1, NONE Message-ID: <200505031105.j43B5LMY001758@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/csmash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1738 Modified Files: csmash.spec Added Files: csmash-0.6.6-64bit-gcc4-fixes.patch Removed Files: csmash-0.6.6-64bit-fixes.patch Log Message: Include gcc4 fixes. csmash-0.6.6-64bit-gcc4-fixes.patch: --- NEW FILE csmash-0.6.6-64bit-gcc4-fixes.patch --- diff -urN ../tmp-orig/csmash-0.6.6/matrix ./matrix --- csmash-0.6.6.orig/matrix 2002-03-06 17:46:01.000000000 +0100 +++ csmash-0.6.6/matrix 2005-01-06 19:43:32.037852232 +0100 @@ -42,15 +42,6 @@ /* __BEGIN__BEGIN__ */ //__NAMESPACE_BEGIN(ese); -#if (!defined __GNUG__) || (__GNUC__ == 3) -template -void swap(T& a, T& b) -{ - T c = a; - a = b; - b = c; -} -#endif // matrix_size MUST BE larger than 1 template @@ -174,9 +165,10 @@ mx = x; } } - swap(pivot[k], pivot[piv]); int kk = pivot[k]; + pivot[k] = pivot[piv]; + pivot[piv] = kk; float_t t = m[kk][kk]; if (0 == t) { return 0; @@ -222,9 +214,10 @@ mx = x; } } - swap(pivot[k], pivot[piv]); int kk = pivot[kk]; + pivot[k] = pivot[piv]; + pivot[piv] = kk; double t = a[kk][kk]; if (0 == t) { return 0; @@ -283,7 +276,8 @@ } ik = ip[j]; if (j != k) { - swap(ip[j], ip[k]); + ip[j] = ip[k]; + ip[k] = ik; det = -det; } u = a[ik][k]; Index: csmash.spec =================================================================== RCS file: /cvs/extras/rpms/csmash/devel/csmash.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- csmash.spec 6 Apr 2005 22:11:36 -0000 1.6 +++ csmash.spec 3 May 2005 11:05:18 -0000 1.7 @@ -1,13 +1,12 @@ Summary: 3D tabletennis game Name: csmash Version: 0.6.6 -Release: 6 - +Release: 7 License: GPL Group: Amusements/Games URL: http://cannonsmash.sourceforge.net/ Source: http://dl.sf.net/cannonsmash/csmash-%{version}.tar.gz -Patch: csmash-0.6.6-64bit-fixes.patch +Patch: csmash-0.6.6-64bit-gcc4-fixes.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: Mesa-devel, libjpeg-devel, zlib-devel, gtk2-devel >= 2.0.0 BuildRequires: SDL-devel >= 1.2.0, SDL_mixer-devel, SDL_image-devel @@ -22,7 +21,7 @@ %prep %setup -%patch -p0 -b .64bit +%patch -p1 -b .64bit-gcc4 %build @@ -68,8 +67,8 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt -- rebuilt +* Tue May 3 2005 Matthias Saou 0.6.6-7 +- Update 64bit patch to add gcc4 fixes too (from Debian bug #289015). * Tue Nov 16 2004 Matthias Saou 0.6.6-5 - Bump release to provide Extras upgrade path. --- csmash-0.6.6-64bit-fixes.patch DELETED --- From fedora-extras-commits at redhat.com Tue May 3 11:38:07 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 3 May 2005 07:38:07 -0400 Subject: rpms/d4x/devel d4x-2.5.0-fixes.patch,NONE,1.1 d4x.spec,1.6,1.7 Message-ID: <200505031138.j43Bc7lx001927@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/d4x/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1907 Modified Files: d4x.spec Added Files: d4x-2.5.0-fixes.patch Log Message: Include gcc4 fixes. d4x-2.5.0-fixes.patch: --- NEW FILE d4x-2.5.0-fixes.patch --- --- d4x-2.5.0rel.orig/main/face/lod.cc +++ d4x-2.5.0rel/main/face/lod.cc @@ -126,21 +126,20 @@ }; /***************************************************************/ - -struct GtkCellRendererProgress{ +struct GtkCellRendererProgressD4X{ GtkCellRenderer parent; gfloat percent; tDownload *dwn; }; -struct GtkCellRendererProgressClass{ +struct GtkCellRendererProgressD4XClass{ GtkCellRendererClass parent_class; }; -GtkType gtk_cell_renderer_progress_get_type (void); -GtkCellRenderer *gtk_cell_renderer_progress_new (void); +//GtkType gtk_cell_renderer_progress_get_type (void); +//GtkCellRenderer *gtk_cell_renderer_progress_new (void); -static void gtk_cell_renderer_progress_init (GtkCellRendererProgress *cellpixbuf){ +static void gtk_cell_renderer_progress_init (GtkCellRendererProgressD4X *cellpixbuf){ }; static void @@ -172,7 +171,7 @@ guint param_id, const GValue *value, GParamSpec *pspec){ - GtkCellRendererProgress *renderer = (GtkCellRendererProgress *)object; + GtkCellRendererProgressD4X *renderer = (GtkCellRendererProgressD4X *)object; switch (param_id){ case 1: renderer->percent=g_value_get_float(value); @@ -195,7 +194,7 @@ GdkRectangle *expose_area, GtkCellRendererState flags){ char tmpc[100]; - float p=((GtkCellRendererProgress*)cell)->percent; + float p=((GtkCellRendererProgressD4X*)cell)->percent; if (p>99.0 && p<100.0) sprintf(tmpc,"%.1f",p); @@ -223,7 +222,7 @@ switch (CFG.PROGRESS_MODE){ case 2:{ if (p<=0) break; - tDownload *temp=((GtkCellRendererProgress*)cell)->dwn;; + tDownload *temp=((GtkCellRendererProgressD4X*)cell)->dwn;; if (temp && temp->segments && temp->finfo.size>0){ temp->segments->lock_public(); tSegment *tmp=temp->segments->get_first(); @@ -271,7 +270,7 @@ }; -static void gtk_cell_renderer_progress_class_init (GtkCellRendererProgressClass *klass){ +static void gtk_cell_renderer_progress_class_init (GtkCellRendererProgressD4XClass *klass){ GObjectClass *object_class = G_OBJECT_CLASS (klass); GtkCellRendererClass *cell_class = GTK_CELL_RENDERER_CLASS (klass); @@ -300,19 +299,19 @@ { static const GTypeInfo cell_progress_info = { - sizeof (GtkCellRendererProgressClass), + sizeof (GtkCellRendererProgressD4XClass), NULL, /* base_init */ NULL, /* base_finalize */ (GClassInitFunc) gtk_cell_renderer_progress_class_init, NULL, /* class_finalize */ NULL, /* class_data */ - sizeof (GtkCellRendererProgress), + sizeof (GtkCellRendererProgressD4X), 0, /* n_preallocs */ (GInstanceInitFunc) gtk_cell_renderer_progress_init, }; cell_progress_type = g_type_register_static (GTK_TYPE_CELL_RENDERER, - "GtkCellRendererProgress", + "GtkCellRendererProgressD4X", &cell_progress_info, GTypeFlags(0)); } Index: d4x.spec =================================================================== RCS file: /cvs/extras/rpms/d4x/devel/d4x.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- d4x.spec 6 Apr 2005 22:11:36 -0000 1.6 +++ d4x.spec 3 May 2005 11:38:05 -0000 1.7 @@ -7,13 +7,13 @@ Summary: Downloader for X that supports resuming and many other features Name: d4x Version: 2.5.0 -Release: %{?pre:0.%{pre}.}4 - +Release: 5%{?pre:.%{pre}} Group: Applications/Internet License: Artistic URL: http://www.krasu.ru/soft/chuchelo/ Source: http://www.krasu.ru/soft/chuchelo/files/d4x-%{version}%{?pre}%{?final}.tar.gz Patch0: d4x-2.5.0-ifwithnoexpression.patch +Patch1: d4x-2.5.0-fixes.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gtk2-devel, glib2-devel >= 2.4.0, gcc-c++, libstdc++-devel BuildRequires: libao-devel, esound-devel, desktop-file-utils @@ -30,6 +30,7 @@ %prep %setup -n %{name}-%{version}%{?pre}%{?final} %patch0 -p1 +%patch1 -p1 %build %configure @@ -67,8 +68,8 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt -- rebuilt +* Tue May 3 2005 Matthias Saou 2.5.0-5 +- Added gcc4 patch from Debian. * Mon Feb 14 2005 David Woodhouse 2.5.0-3 - Fix #elif with no expression in main/sndserv.cc From fedora-extras-commits at redhat.com Tue May 3 13:17:11 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 09:17:11 -0400 Subject: common tobuild,1.38,1.39 Message-ID: <200505031317.j43DHBSM004034@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4017 Modified Files: tobuild Log Message: request build of rpms/sylpheed-claws/FC-3 sylpheed-claws-1_0_4-1 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- tobuild 3 May 2005 04:41:40 -0000 1.38 +++ tobuild 3 May 2005 13:17:09 -0000 1.39 @@ -10,3 +10,4 @@ skvidal rpms/galeon/FC-3 galeon-1_3_20-2_fc3 fc3 skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/sylpheed-claws/FC-3 sylpheed-claws-1_0_4-1 fc3 +skvidal rpms/sylpheed-claws/FC-3 sylpheed-claws-1_0_4-1 fc3 From fedora-extras-commits at redhat.com Tue May 3 13:22:07 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 09:22:07 -0400 Subject: common tobuild,1.39,1.40 Message-ID: <200505031322.j43DM78P004124@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4107 Modified Files: tobuild Log Message: tobuild stuff Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.39 retrieving revision 1.40 diff -u -r1.39 -r1.40 --- tobuild 3 May 2005 13:17:09 -0000 1.39 +++ tobuild 3 May 2005 13:22:05 -0000 1.40 @@ -2,12 +2,6 @@ # user repo tag target status # -skvidal rpms/verbiste/devel verbiste-0_1_10-4 development -skvidal rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-1_fc3 FC3 -skvidal rpms/gwget/devel gwget-0_93-2 development -katzj rpms/liferea/devel liferea-0_9_1-2 development -skvidal rpms/exim-doc/devel exim-doc-4_50-1 development skvidal rpms/galeon/FC-3 galeon-1_3_20-2_fc3 fc3 skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/sylpheed-claws/FC-3 sylpheed-claws-1_0_4-1 fc3 -skvidal rpms/sylpheed-claws/FC-3 sylpheed-claws-1_0_4-1 fc3 From fedora-extras-commits at redhat.com Tue May 3 13:39:58 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 3 May 2005 09:39:58 -0400 Subject: rpms/udftools/devel udftools-1.0.0b3-mkudffs-bigendian.patch, NONE, 1.1 udftools-1.0.0b3-pktsetup-chardev.patch, NONE, 1.1 udftools-1.0.0b3-wrudf-gcc4.patch, NONE, 1.1 udftools.spec, 1.3, 1.4 udftools-1.0.0b3.patch, 1.1, NONE Message-ID: <200505031339.j43DdwTI004207@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/udftools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4183 Modified Files: udftools.spec Added Files: udftools-1.0.0b3-mkudffs-bigendian.patch udftools-1.0.0b3-pktsetup-chardev.patch udftools-1.0.0b3-wrudf-gcc4.patch Removed Files: udftools-1.0.0b3.patch Log Message: Include endian and gcc4 fixes. udftools-1.0.0b3-mkudffs-bigendian.patch: --- NEW FILE udftools-1.0.0b3-mkudffs-bigendian.patch --- Date: Sun, 12 Dec 2004 14:25:09 +0100 From: Christoph Hellwig To: submit at bugs.debian.org Package: udftools Version: 1.0.0b3-6 mkduffs crashes with a segmentation fault when trying to create a filesystem on big-endian systems. e.g. mkudffs /dev/sda4 on my PowerMac. udffstools from CVS on sf.net is fine, and I've extracted the actual fix: diff -uNr -Xdontdiff -p udftools-1.0.0b3/mkudffs/mkudffs.c udftools/mkudffs/mkudffs.c --- udftools-1.0.0b3/mkudffs/mkudffs.c 2004-02-23 04:35:33.000000000 +0100 +++ udftools/mkudffs/mkudffs.c 2004-03-02 03:09:39.000000000 +0100 @@ -250,14 +250,14 @@ void split_space(struct udf_disc *disc) if (size % offsets[PSPACE_SIZE]) size -= (size % offsets[PSPACE_SIZE]); set_extent(disc, PSPACE, start, size); - for (i=0; iudf_lvd[0]->numPartitionMaps; i++) + for (i=0; iudf_lvd[0]->numPartitionMaps); i++) { if (i == 1) disc->udf_lvid->freeSpaceTable[i] = cpu_to_le32(0xFFFFFFFF); else disc->udf_lvid->freeSpaceTable[i] = cpu_to_le32(size); } - for (j=0; judf_lvd[0]->numPartitionMaps; j++) + for (j=0; judf_lvd[0]->numPartitionMaps); j++) { if (j == 1) disc->udf_lvid->sizeTable[i+j] = cpu_to_le32(0xFFFFFFFF); udftools-1.0.0b3-pktsetup-chardev.patch: --- NEW FILE udftools-1.0.0b3-pktsetup-chardev.patch --- From: Peter Osterlund Subject: Re: [RFC][PATCH] Control pktcdvd with an auxiliary character device To: linux-kernel at vger.kernel.org Cc: Christoph Hellwig , Arnd Bergmann , Jens Axboe , Andrew Morton Date: Wed Jul 14 02:17:27 2004 +0200 Peter Osterlund writes: > Peter Osterlund writes: > > > Christoph Hellwig writes: > > > > > On Sun, Jul 11, 2004 at 01:20:45AM +0200, Arnd Bergmann wrote: > > > > These are actually incorrect definitions since the ioctl argument is > > > > not a pointer to unsigned int but instead just an int. However, that's > > > > too late to fix without breaking the existing tools. > > > > > > The tools need to change anyway to get away from the broken behaviour to > > > issue in ioctl on the actual block device to bind it.. > > > > OK, I'll create a patch that gets rid of the ioctl interface and uses > > an auxiliary character device instead to control device bindings. > > Here is a patch for 2.6.7-mm7 that does that. The driver creates a > misc character device and bind/unbind of the block devices are > controlled by ioctl commands on the char device. > > This patch needs corresponding changes in the pktsetup user space > program. I'll post a patch for pktsetup as a separate message. And here is a patch for udftools-1.0.0b3 that updates the pktsetup program to make it able to use the character device for block device setup/teardown. --- udftools-1.0.0b3-petero/pktsetup/pktsetup.c | 245 +++++++++++++++++++++++++++- 1 files changed, 238 insertions(+), 7 deletions(-) diff -puN pktsetup/pktsetup.c~pktsetup-char-dev pktsetup/pktsetup.c --- udftools-1.0.0b3/pktsetup/pktsetup.c~pktsetup-char-dev 2004-07-12 19:57:51.000000000 +0200 +++ udftools-1.0.0b3-petero/pktsetup/pktsetup.c 2004-07-14 00:34:02.471317888 +0200 @@ -1,5 +1,6 @@ /* * Copyright (c) 1999,2000 Jens Axboe + * Copyright (c) 2004 Peter Osterlund * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,6 +20,7 @@ #include #include #include +#include #include #include #include @@ -33,8 +35,33 @@ #define PACKET_SETUP_DEV _IOW('X', 1, unsigned int) #define PACKET_TEARDOWN_DEV _IOW('X', 2, unsigned int) #endif +#ifndef PACKET_CTRL_CMD +#define PACKET_CTRL_CMD _IOWR('X', 1, struct pkt_ctrl_command) +#endif + +#define MAJOR(dev) ((dev & 0xfff00) >> 8) +#define MINOR(dev) ((dev & 0xff) | ((dev >> 12) & 0xfff00)) +#define MKDEV(ma,mi) ((mi & 0xff) | (ma << 8) | ((mi & ~0xff) << 12)) + +#define MISC_MAJOR 10 +#define CTL_DIR "/dev/pktcdvd" +#define CTL_DEV "control" + +#define PKT_CTRL_CMD_SETUP 0 +#define PKT_CTRL_CMD_TEARDOWN 1 +#define PKT_CTRL_CMD_STATUS 2 + +struct pkt_ctrl_command { + __u32 command; /* in: Setup, teardown, status */ + __u32 dev_index; /* in/out: Device index */ + __u32 dev; /* in/out: Device nr for cdrw device */ + __u32 pkt_dev; /* out: Device nr for packet device */ + __u32 num_devices; /* out: Largest device index + 1 */ + __u32 padding; +}; + -int init_cdrom(int fd) +static int init_cdrom(int fd) { if (ioctl(fd, CDROM_DRIVE_STATUS, CDSL_CURRENT) < 0) { perror("drive not ready\n"); @@ -54,7 +81,7 @@ int init_cdrom(int fd) return 0; } -void setup_dev(char *pkt_device, char *device, int rem) +static void setup_dev(char *pkt_device, char *device, int rem) { int pkt_fd, dev_fd, cmd; @@ -88,29 +115,233 @@ void setup_dev(char *pkt_device, char *d close(pkt_fd); } -int usage(void) +static int usage(void) { - printf("pktsetup /dev/pktcdvd0 /dev/cdrom\tsetup device\n"); - printf("pktsetup -d /dev/pktcdvd0\t\ttear down device\n"); + printf("For pktcdvd < 0.2.0:\n"); + printf(" pktsetup /dev/pktcdvd0 /dev/cdrom setup device\n"); + printf(" pktsetup -d /dev/pktcdvd0 tear down device\n"); + printf("For pktcdvd >= 0.2.0:\n"); + printf(" pktsetup dev_name /dev/cdrom setup device\n"); + printf(" pktsetup -d dev_name tear down device\n"); + printf(" pktsetup -d major:minor tear down device\n"); + printf(" pktsetup -s show device mappings\n"); return 1; } +/* + * Find the minor device number for the pktcdvd control device. + */ +static int get_misc_minor(void) +{ + int minor; + char name[64]; + FILE *f; + + if ((f = fopen("/proc/misc", "r")) == NULL) + return -1; + while (fscanf(f, " %d %64s", &minor, name) == 2) { + if (strcmp(name, "pktcdvd") == 0) { + fclose(f); + return minor; + } + } + fclose(f); + return -1; +} + +static const char *pkt_dev_name(const char *dev) +{ + static char buf[128]; + snprintf(buf, sizeof(buf), "%s/%s", CTL_DIR, dev); + return buf; +} + +static void create_ctl_dev(void) +{ + int misc_minor; + struct stat stat_buf; + int dev; + + if ((misc_minor = get_misc_minor()) < 0) { + system("/sbin/modprobe pktcdvd"); + misc_minor = get_misc_minor(); + } + if (misc_minor < 0) { + fprintf(stderr, "Can't find pktcdvd character device\n"); + return; + } + dev = MKDEV(MISC_MAJOR, misc_minor); + + if ((stat(pkt_dev_name(CTL_DEV), &stat_buf) >= 0) && + S_ISCHR(stat_buf.st_mode) && (stat_buf.st_rdev == dev)) + return; /* Already set up */ + + mkdir(CTL_DIR, 0755); + unlink(pkt_dev_name(CTL_DEV)); + mknod(pkt_dev_name(CTL_DEV), S_IFCHR | 0644, dev); +} + +static int remove_stale_dev_node(int ctl_fd, char *devname) +{ + struct stat stat_buf; + int i, dev; + struct pkt_ctrl_command c; + + if (stat(pkt_dev_name(devname), &stat_buf) < 0) + return 0; + if (!S_ISBLK(stat_buf.st_mode)) + return 1; + dev = stat_buf.st_rdev; + memset(&c, 0, sizeof(struct pkt_ctrl_command)); + for (i = 0; ; i++) { + c.command = PKT_CTRL_CMD_STATUS; + c.dev_index = i; + if (ioctl(ctl_fd, PACKET_CTRL_CMD, &c) < 0) { + perror("ioctl"); + return 1; + } + if (i >= c.num_devices) + break; + if (c.pkt_dev == dev) + return 1; /* busy */ + } + unlink(pkt_dev_name(devname)); + return 0; +} + +static void setup_dev_chardev(char *pkt_device, char *device, int rem) +{ + struct pkt_ctrl_command c; + struct stat stat_buf; + int ctl_fd, dev_fd; + + memset(&c, 0, sizeof(struct pkt_ctrl_command)); + + create_ctl_dev(); + if ((ctl_fd = open(pkt_dev_name(CTL_DEV), O_RDONLY)) < 0) { + perror("ctl open"); + return; + } + + if (!rem) { + if ((dev_fd = open(device, O_RDONLY | O_NONBLOCK)) == -1) { + perror("open cd-rom"); + goto out_close; + } + if (init_cdrom(dev_fd)) { + close(dev_fd); + goto out_close; + } + close(dev_fd); + + if (stat(device, &stat_buf) < 0) { + perror("stat cd-rom"); + goto out_close; + } + if (!S_ISBLK(stat_buf.st_mode)) { + fprintf(stderr, "Not a block device\n"); + goto out_close; + } + c.command = PKT_CTRL_CMD_SETUP; + c.dev = stat_buf.st_rdev; + + if (remove_stale_dev_node(ctl_fd, pkt_device) != 0) { + fprintf(stderr, "Device node '%s' already in use\n", pkt_device); + goto out_close; + } + if (ioctl(ctl_fd, PACKET_CTRL_CMD, &c) < 0) { + perror("ioctl"); + goto out_close; + } + mknod(pkt_dev_name(pkt_device), S_IFBLK | 0640, c.pkt_dev); + } else { + int major, minor, remove_node; + + if ((stat(pkt_dev_name(pkt_device), &stat_buf) >= 0) && + S_ISBLK(stat_buf.st_mode)) { + major = MAJOR(stat_buf.st_rdev); + minor = MINOR(stat_buf.st_rdev); + remove_node = 1; + } else if (sscanf(pkt_device, "%d:%d", &major, &minor) == 2) { + remove_node = 0; + } else { + fprintf(stderr, "Can't find major/minor numbers\n"); + goto out_close; + } + + c.command = PKT_CTRL_CMD_TEARDOWN; + c.pkt_dev = MKDEV(major, minor); + if (ioctl(ctl_fd, PACKET_CTRL_CMD, &c) < 0) { + perror("ioctl"); + goto out_close; + } + if (remove_node) + unlink(pkt_dev_name(pkt_device)); + } + +out_close: + close(ctl_fd); +} + +static void show_mappings(void) +{ + struct pkt_ctrl_command c; + int ctl_fd, i; + + memset(&c, 0, sizeof(struct pkt_ctrl_command)); + + create_ctl_dev(); + if ((ctl_fd = open(pkt_dev_name(CTL_DEV), O_RDONLY)) < 0) { + perror("ctl open"); + return; + } + + for (i = 0; ; i++) { + c.command = PKT_CTRL_CMD_STATUS; + c.dev_index = i; + if (ioctl(ctl_fd, PACKET_CTRL_CMD, &c) < 0) { + perror("ioctl"); + goto out_close; + } + if (i >= c.num_devices) + break; + if (c.dev) { + printf("%2d : %d:%d -> %d:%d\n", + i, MAJOR(c.pkt_dev), MINOR(c.pkt_dev), + MAJOR(c.dev), MINOR(c.dev)); + } + } + +out_close: + close(ctl_fd); +} + int main(int argc, char **argv) { int rem = 0, c; + char *pkt_device; + char *device; if (argc == 1) return usage(); - while ((c = getopt(argc, argv, "d")) != EOF) { + while ((c = getopt(argc, argv, "ds?")) != EOF) { switch (c) { case 'd': rem = 1; break; + case 's': + show_mappings(); + return 0; default: return usage(); } } - setup_dev(argv[optind], argv[optind + 1], rem); + pkt_device = argv[optind]; + device = argv[optind + 1]; + if (strchr(pkt_device, '/')) + setup_dev(pkt_device, device, rem); + else + setup_dev_chardev(pkt_device, device, rem); return 0; } _ -- Peter Osterlund - petero2 at telia.com http://w1.894.telia.com/~u89404340 udftools-1.0.0b3-wrudf-gcc4.patch: --- NEW FILE udftools-1.0.0b3-wrudf-gcc4.patch --- Subject: Bug#288621: udftools: FTBFS (amd64/gcc-4.0): invalid lvalue in assignment From: Andreas Jochens Message-Id: Date: Tue, 04 Jan 2005 19:29:01 +0100 Lines: 59 Package: udftools Severity: normal Tags: patch When building 'udftools' on amd64 with gcc-4.0, I get the following error: wrudf.c:119: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness wrudf.c:119: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness wrudf.c:119: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness wrudf.c:119: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness wrudf.c:230: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness wrudf.c:230: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness wrudf.c:230: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness wrudf.c:230: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness wrudf.c:230: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness wrudf.c:245: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness wrudf.c:245: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness wrudf.c:245: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness wrudf.c:245: warning: pointer targets in passing argument 1 of 'strcmp' differ in signedness wrudf.c:245: warning: pointer targets in passing argument 1 of 'strncmp' differ in signedness wrudf.c:248: error: invalid lvalue in assignment make[2]: *** [wrudf.o] Error 1 make[2]: Leaving directory `/udftools-1.0.0b3/wrudf' With the attached patch 'udftools' can be compiled on amd64 using gcc-4.0. The patch also changes the Build-Depends from 'libreadline4-dev' to 'libreadline5-dev'. Regards Andreas Jochens diff -urN ../tmp-orig/udftools-1.0.0b3/wrudf/wrudf.c ./wrudf/wrudf.c --- ../tmp-orig/udftools-1.0.0b3/wrudf/wrudf.c 2002-11-26 08:18:51.000000000 +0100 +++ ./wrudf/wrudf.c 2005-01-04 16:56:49.394078200 +0100 @@ -245,7 +245,7 @@ } else if( strncmp( spm->partIdent.ident, UDF_ID_VIRTUAL, strlen(UDF_ID_VIRTUAL)) == 0 ) virtualPartitionNum = i; } - (char*)spm += spm->partitionMapLength; + spm = (char*)spm + spm->partitionMapLength; } if( medium == CDR ) { diff -urN ../tmp-orig/udftools-1.0.0b3/debian/control ./debian/control Index: udftools.spec =================================================================== RCS file: /cvs/extras/rpms/udftools/devel/udftools.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- udftools.spec 6 Apr 2005 22:13:34 -0000 1.3 +++ udftools.spec 3 May 2005 13:39:55 -0000 1.4 @@ -1,13 +1,14 @@ Summary: Linux UDF Filesystem userspace utilities Name: udftools Version: 1.0.0b3 -Release: 2 - +Release: 3 License: GPL Group: Applications/Archiving URL: http://sourceforge.net/projects/linux-udf/ Source: http://dl.sf.net/linux-udf/udftools-%{version}.tar.gz -Patch: udftools-1.0.0b3.patch +Patch0: udftools-1.0.0b3-pktsetup-chardev.patch +Patch1: udftools-1.0.0b3-mkudffs-bigendian.patch +Patch2: udftools-1.0.0b3-wrudf-gcc4.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: readline-devel @@ -17,7 +18,9 @@ %prep %setup -%patch -p1 +%patch0 -p1 -b .pktsetup-chardev +%patch1 -p1 -b .mkudffs-bigendian +%patch2 -p1 -b .wrudf-gcc4 %build @@ -44,8 +47,8 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt -- rebuilt +* Tue May 3 2005 Matthias Saou 1.0.0b3-3 +- Include patches to fix big endian issue and gcc4 compile. * Mon Feb 7 2005 Matthias Saou 1.0.0b3-1 - Initial RPM release, based on spec file from John Treacy. --- udftools-1.0.0b3.patch DELETED --- From fedora-extras-commits at redhat.com Tue May 3 15:43:44 2005 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 3 May 2005 11:43:44 -0400 Subject: rpms/inadyn/devel inadyn.init,1.3,1.4 inadyn.spec,1.6,1.7 Message-ID: <200505031543.j43FhiDk006332@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/inadyn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6313 Modified Files: inadyn.init inadyn.spec Log Message: Description: Use /sbin/service in scriptlets. Modify initscript becouse bash don't get PID. Index: inadyn.init =================================================================== RCS file: /cvs/extras/rpms/inadyn/devel/inadyn.init,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- inadyn.init 28 Apr 2005 14:31:11 -0000 1.3 +++ inadyn.init 3 May 2005 15:43:42 -0000 1.4 @@ -32,10 +32,9 @@ # Start daemons. echo -n $"Starting $prog: " daemon $ina_bin - PID=$! RETVAL=$? echo - [ $RETVAL -eq 0 ] && echo "$PID" >$ina_pid && touch /var/lock/subsys/$prog + [ $RETVAL -eq 0 ] && touch /var/lock/subsys/$prog } stop() { Index: inadyn.spec =================================================================== RCS file: /cvs/extras/rpms/inadyn/devel/inadyn.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- inadyn.spec 28 Apr 2005 14:31:11 -0000 1.6 +++ inadyn.spec 3 May 2005 15:43:42 -0000 1.7 @@ -1,6 +1,6 @@ Name: inadyn Version: 1.90 -Release: 8 +Release: 9 Summary: Dynamic DNS Client Group: System Environment/Daemons @@ -12,7 +12,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/chkconfig +Requires(post): /sbin/service Requires(preun): /sbin/chkconfig +Requires(preun): /sbin/service %description INADYN is a dynamic DNS client. It maintains the IP address of a @@ -56,13 +58,13 @@ %preun if [ $1 -eq 0 ]; then - %{_initrddir}/inadyn stop >/dev/null 2>&1 || : + /sbin/service inadyn stop >/dev/null 2>&1 || : /sbin/chkconfig --del inadyn fi %postun if [ $1 -ge 1 ]; then - %{_initrddir}/inadyn condrestart >/dev/null + /sbin/service inadyn condrestart >/dev/null fi %files @@ -74,6 +76,10 @@ %config %{_sysconfdir}/inadyn.conf %changelog +* Tue May 3 2005 Jochen Schmitt 1.90-9 +- Use of /sbin/service to manage initscript in scriptlet +- Modify initscript, becouse bash don't return PID + * Thu Apr 28 2005 Jochen Schmitt 1.90-8 - Replace ez_pid to ina_pid in initscript From fedora-extras-commits at redhat.com Tue May 3 16:14:20 2005 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Tue, 3 May 2005 12:14:20 -0400 Subject: rpms/feh/devel feh.spec,1.2,1.3 sources,1.2,1.3 .cvsignore,1.2,1.3 Message-ID: <200505031614.j43GEKgF007393@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/feh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7372 Modified Files: feh.spec sources .cvsignore Log Message: Version bump Index: feh.spec =================================================================== RCS file: /cvs/extras/rpms/feh/devel/feh.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- feh.spec 25 Apr 2005 07:01:05 -0000 1.2 +++ feh.spec 3 May 2005 16:14:18 -0000 1.3 @@ -2,14 +2,14 @@ %define fedora 4 Name: feh -Version: 1.3.0 -Release: 3%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Fast command line image viewer using Imlib2 Group: Applications/Multimedia License: BSD URL: http://linuxbrit.co.uk/feh/ -Source0: http://linuxbrit.co.uk/feh/feh-1.3.0.tar.gz +Source0: http://linuxbrit.co.uk/downloads/feh-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: giblib-devel imlib2-devel libjpeg-devel libpng-devel @@ -47,6 +47,9 @@ %{_mandir}/man[^3]/* %changelog +* Tue May 03 2005 Aaron Kurtz - 1.3.1-1 + Bump to 1.3.1 + * Mon Apr 25 2005 Aaron Kurtz - 1.3.0-3 Spec file cleanup, dist tag Index: sources =================================================================== RCS file: /cvs/extras/rpms/feh/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 31 Mar 2005 02:53:37 -0000 1.2 +++ sources 3 May 2005 16:14:18 -0000 1.3 @@ -1 +1 @@ -41cbfbd0c1535a7162d199cf2d448f5b feh-1.3.0.tar.gz +0a3dfe65b795fed29a9aa1bc250d92d1 feh-1.3.1.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/feh/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 31 Mar 2005 02:53:37 -0000 1.2 +++ .cvsignore 3 May 2005 16:14:18 -0000 1.3 @@ -1 +1 @@ -feh-1.3.0.tar.gz +feh-1.3.1.tar.gz From fedora-extras-commits at redhat.com Tue May 3 16:16:12 2005 From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon)) Date: Tue, 3 May 2005 12:16:12 -0400 Subject: rpms/feh/FC-3 feh.spec,1.2,1.3 sources,1.2,1.3 .cvsignore,1.2,1.3 Message-ID: <200505031616.j43GGCUr007430@cvs-int.fedora.redhat.com> Author: dragoon Update of /cvs/extras/rpms/feh/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7409 Modified Files: feh.spec sources .cvsignore Log Message: Version bump Index: feh.spec =================================================================== RCS file: /cvs/extras/rpms/feh/FC-3/feh.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- feh.spec 25 Apr 2005 07:03:01 -0000 1.2 +++ feh.spec 3 May 2005 16:16:10 -0000 1.3 @@ -2,14 +2,14 @@ %define fedora 3 Name: feh -Version: 1.3.0 -Release: 3%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Fast command line image viewer using Imlib2 Group: Applications/Multimedia License: BSD URL: http://linuxbrit.co.uk/feh/ -Source0: http://linuxbrit.co.uk/feh/feh-1.3.0.tar.gz +Source0: http://linuxbrit.co.uk/downloads/feh-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: giblib-devel imlib2-devel libjpeg-devel libpng-devel @@ -47,6 +47,9 @@ %{_mandir}/man[^3]/* %changelog +* Tue May 03 2005 Aaron Kurtz - 1.3.1-1 + Bump to 1.3.1 + * Mon Apr 25 2005 Aaron Kurtz - 1.3.0-3 Spec file cleanup, dist tag Index: sources =================================================================== RCS file: /cvs/extras/rpms/feh/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 31 Mar 2005 02:53:37 -0000 1.2 +++ sources 3 May 2005 16:16:10 -0000 1.3 @@ -1 +1 @@ -41cbfbd0c1535a7162d199cf2d448f5b feh-1.3.0.tar.gz +0a3dfe65b795fed29a9aa1bc250d92d1 feh-1.3.1.tar.gz Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/feh/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 31 Mar 2005 02:53:37 -0000 1.2 +++ .cvsignore 3 May 2005 16:16:10 -0000 1.3 @@ -1 +1 @@ -feh-1.3.0.tar.gz +feh-1.3.1.tar.gz From fedora-extras-commits at redhat.com Tue May 3 17:11:47 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Tue, 3 May 2005 13:11:47 -0400 Subject: rpms/quilt/devel .cvsignore, 1.2, 1.3 quilt.spec, 1.3, 1.4 sources, 1.2, 1.3 fix-man-page.patch, 1.1, NONE Message-ID: <200505031711.j43HBlNC008484@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/quilt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8463 Modified Files: .cvsignore quilt.spec sources Removed Files: fix-man-page.patch Log Message: clog Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/quilt/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Apr 2005 00:21:05 -0000 1.2 +++ .cvsignore 3 May 2005 17:11:45 -0000 1.3 @@ -1 +1 @@ -quilt-0.39.tar.gz +quilt-0.40.tar.gz Index: quilt.spec =================================================================== RCS file: /cvs/extras/rpms/quilt/devel/quilt.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- quilt.spec 22 Apr 2005 13:26:57 -0000 1.3 +++ quilt.spec 3 May 2005 17:11:45 -0000 1.4 @@ -6,8 +6,8 @@ Summary: Scripts for working with series of patches License: GPL Group: Development/Tools -Version: 0.39 -Release: 7 +Version: 0.40 +Release: 1%{?dist} Source: http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz URL: http://savannah.nongnu.org/projects/quilt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -23,7 +23,6 @@ Requires: util-linux Requires: tar Requires: rpm-build -Patch0: fix-man-page.patch %description These scripts allow one to manage a series of patches by keeping track of the @@ -35,8 +34,6 @@ %prep %setup -%patch0 -p1 - %build %configure --with-mta=%{_sbindir}/sendmail --with-diffstat=%{_bindir}/diffstat make %{?_smp_mflags} @@ -64,6 +61,11 @@ %{_mandir}/man1/* %changelog +* Tue May 3 2005 - jwboyer at jdub.homelinux.org 0.40-1 +- Update to 0.40 +- Remove fix-man-page.patch as it's now upstream +- Fix release numbering for multiple distro version + * Fri Apr 22 2005 - jwboyer at jdub.homelinux.org 0.39-7 - Bump release to be higher than FC-3 branch Index: sources =================================================================== RCS file: /cvs/extras/rpms/quilt/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Apr 2005 00:21:05 -0000 1.2 +++ sources 3 May 2005 17:11:45 -0000 1.3 @@ -1 +1 @@ -34f0c654aefba0342db6c676988634b5 quilt-0.39.tar.gz +12305c1b114e9ca0a31980117b65a903 quilt-0.40.tar.gz --- fix-man-page.patch DELETED --- From fedora-extras-commits at redhat.com Tue May 3 17:16:39 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Tue, 3 May 2005 13:16:39 -0400 Subject: rpms/quilt/FC-3 .cvsignore, 1.2, 1.3 quilt.spec, 1.3, 1.4 sources, 1.2, 1.3 fix-man-page.patch, 1.1, NONE Message-ID: <200505031716.j43HGdkP008551@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/quilt/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8530 Modified Files: .cvsignore quilt.spec sources Removed Files: fix-man-page.patch Log Message: clog Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/quilt/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 21 Apr 2005 00:21:05 -0000 1.2 +++ .cvsignore 3 May 2005 17:16:37 -0000 1.3 @@ -1 +1 @@ -quilt-0.39.tar.gz +quilt-0.40.tar.gz Index: quilt.spec =================================================================== RCS file: /cvs/extras/rpms/quilt/FC-3/quilt.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- quilt.spec 22 Apr 2005 13:28:43 -0000 1.3 +++ quilt.spec 3 May 2005 17:16:37 -0000 1.4 @@ -6,8 +6,8 @@ Summary: Scripts for working with series of patches License: GPL Group: Development/Tools -Version: 0.39 -Release: 6 +Version: 0.40 +Release: 1%{?dist} Source: http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz URL: http://savannah.nongnu.org/projects/quilt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -23,7 +23,6 @@ Requires: util-linux Requires: tar Requires: rpm-build -Patch0: fix-man-page.patch %description These scripts allow one to manage a series of patches by keeping track of the @@ -35,8 +34,6 @@ %prep %setup -%patch0 -p1 - %build %configure --with-mta=%{_sbindir}/sendmail --with-diffstat=%{_bindir}/diffstat make %{?_smp_mflags} @@ -64,8 +61,13 @@ %{_mandir}/man1/* %changelog -* Fri Apr 22 2005 - jwboyer at jdub.homelinux.org 0.39-6 -- Bump release for build +* Tue May 3 2005 - jwboyer at jdub.homelinux.org 0.40-1 +- Update to 0.40 +- Remove fix-man-page.patch as it's now upstream +- Fix release numbering for multiple distro version + +* Fri Apr 22 2005 - jwboyer at jdub.homelinux.org 0.39-7 +- Bump release to be higher than FC-3 branch * Thu Apr 21 2005 - jwboyer at jdub.homelinux.org 0.39-5 - Add rpm-build requires back for setup function. rpm-build needs patch and Index: sources =================================================================== RCS file: /cvs/extras/rpms/quilt/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 21 Apr 2005 00:21:05 -0000 1.2 +++ sources 3 May 2005 17:16:37 -0000 1.3 @@ -1 +1 @@ -34f0c654aefba0342db6c676988634b5 quilt-0.39.tar.gz +12305c1b114e9ca0a31980117b65a903 quilt-0.40.tar.gz --- fix-man-page.patch DELETED --- From fedora-extras-commits at redhat.com Tue May 3 17:18:49 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 3 May 2005 13:18:49 -0400 Subject: rpms/pam_mount import.log,1.3,1.4 Message-ID: <200505031719.j43HJJNI008653@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_mount In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8618 Modified Files: import.log Log Message: auto-import pam_mount-0.9.23-0.fdr.1 on branch FC-3 from pam_mount-0.9.23-0.fdr.1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pam_mount/import.log,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- import.log 3 May 2005 01:39:42 -0000 1.3 +++ import.log 3 May 2005 17:18:47 -0000 1.4 @@ -1,2 +1,3 @@ pam_mount-0_9_16-0_fdr_1_1:HEAD:pam_mount-0.9.16-0.fdr.1.1.src.rpm:1099889813 pam_mount-0_9_23-0_fdr_1:HEAD:pam_mount-0.9.23-0.fdr.1.src.rpm:1115084281 +pam_mount-0_9_23-0_fdr_1:FC-3:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140626 From fedora-extras-commits at redhat.com Tue May 3 17:18:49 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 3 May 2005 13:18:49 -0400 Subject: rpms/pam_mount/FC-3 .cvsignore, 1.2, 1.3 pam_mount.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200505031719.j43HJJSo008659@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_mount/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8618/FC-3 Modified Files: .cvsignore pam_mount.spec sources Log Message: auto-import pam_mount-0.9.23-0.fdr.1 on branch FC-3 from pam_mount-0.9.23-0.fdr.1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:56:53 -0000 1.2 +++ .cvsignore 3 May 2005 17:18:47 -0000 1.3 @@ -1 +1 @@ -pam_mount-0.9.16.tar.gz +pam_mount-0.9.23.tar.gz Index: pam_mount.spec =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-3/pam_mount.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pam_mount.spec 2 Feb 2005 14:10:19 -0000 1.2 +++ pam_mount.spec 3 May 2005 17:18:47 -0000 1.3 @@ -1,10 +1,12 @@ +%define rel 0.fdr.1 + Summary: A PAM module that can mount volumes for a user session Name: pam_mount -Version: 0.9.16 -Release: 1 +Version: 0.9.23 +Release: %rel License: LGPL Group: System Environment/Base -Source: http://www.flyn.org/projects/%{name}/%{name}-%{version}.tar.gz +Source: http://www.flyn.org/projects/%name/%name-%{PACKAGE_VERSION}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) URL: http://www.flyn.org Requires: pam @@ -47,19 +49,24 @@ %prep + + %setup %build -%configure +%configure --libdir=/%{_lib} make %{?_smp_mflags} - %install rm -rf $RPM_BUILD_ROOT -%makeinstall +%makeinstall libdir=/%{_lib} mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/security +mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/macros +mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc install --owner=root --group=root --mode=0644 config/pam_mount.conf ${RPM_BUILD_ROOT}/%{_sysconfdir}/security +install --owner=root --group=root --mode=0644 config/pam_mount_macros.te ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/macros +install --owner=root --group=root --mode=0644 config/pam_mount.fc ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc rm -f ${RPM_BUILD_ROOT}/%{_lib}/security/pam_mount.a rm -f ${RPM_BUILD_ROOT}/%{_lib}/security/pam_mount.la @@ -73,18 +80,51 @@ /%{_lib}/security/pam_mount.so /%{_lib}/security/pam_mount_auth.so /%{_lib}/security/pam_mount_session.so +%{_sbindir}/pmvarrun %{_bindir}/mkehd %{_bindir}/autoehd %{_bindir}/passwdehd %{_bindir}/mount_ehd +%{_bindir}/mount.crypt +%{_bindir}/umount.crypt %{_mandir}/man8/* %config(noreplace) %{_sysconfdir}/security/pam_mount.conf +%policy %{_sysconfdir}/selinux/strict/src/policy/macros/pam_mount_macros.te +%policy %{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc/pam_mount.fc %doc AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ %changelog +* Thu Feb 10 2005 W. Michael Petullo - 0.9.22-0.fdr.1 + - Updated to pam_mount 0.9.22. + + - Should now build properly on x86-64. + +* Sun Dec 12 2004 W. Michael Petullo - 0.9.21-0.fdr.1 + - Updated to pam_mount 0.9.21. + +* Fri Jul 23 2004 W. Michael Petullo - 0.9.20-0.fdr.1 + - Updated to pam_mount 0.9.20. + +* Sun Jun 27 2004 W. Michael Petullo - 0.9.19-0.fdr.1 + - Updated to pam_mount 0.9.19. + + - Moved policy sources to /etc/selinux. + +* Sun Apr 25 2004 W. Michael Petullo - 0.9.18-0.fdr.1 + - Updated to pam_mount 0.9.18. + + - Added mount.crypt and umount/crypt. + + - Added pmvarrun. + +* Wed Apr 21 2004 W. Michael Petullo - 0.9.17-0.fdr.1 + - Updated to pam_mount 0.9.17. + + - Added pam_mount_macros.te. + * Tue Mar 23 2004 W. Michael Petullo - 0.9.16-0.fdr.1 - Updated to pam_mount 0.9.16. @@ -117,3 +157,6 @@ * Fri Jan 23 2004 W. Michael Petullo - 0.9.12-0.fdr.1 - Updated to pam_mount 0.9.12. + + + Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:56:53 -0000 1.2 +++ sources 3 May 2005 17:18:47 -0000 1.3 @@ -1 +1 @@ -b23420475c5dd3fb4f4ac3ef23613c1d pam_mount-0.9.16.tar.gz +bd6fdd953495d8661036f72e177aa0c2 pam_mount-0.9.23.tar.gz From fedora-extras-commits at redhat.com Tue May 3 17:21:39 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 3 May 2005 13:21:39 -0400 Subject: rpms/pam_mount import.log,1.4,1.5 Message-ID: <200505031722.j43HM9Dd008772@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_mount In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8734 Modified Files: import.log Log Message: auto-import pam_mount-0.9.23-0.fdr.1 on branch FC-1 from pam_mount-0.9.23-0.fdr.1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pam_mount/import.log,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- import.log 3 May 2005 17:18:47 -0000 1.4 +++ import.log 3 May 2005 17:21:37 -0000 1.5 @@ -1,3 +1,4 @@ pam_mount-0_9_16-0_fdr_1_1:HEAD:pam_mount-0.9.16-0.fdr.1.1.src.rpm:1099889813 pam_mount-0_9_23-0_fdr_1:HEAD:pam_mount-0.9.23-0.fdr.1.src.rpm:1115084281 pam_mount-0_9_23-0_fdr_1:FC-3:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140626 +pam_mount-0_9_23-0_fdr_1:FC-1:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140797 From fedora-extras-commits at redhat.com Tue May 3 17:21:39 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Tue, 3 May 2005 13:21:39 -0400 Subject: rpms/pam_mount/FC-1 .cvsignore, 1.2, 1.3 pam_mount.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200505031722.j43HMA5b008777@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_mount/FC-1 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8734/FC-1 Modified Files: .cvsignore pam_mount.spec sources Log Message: auto-import pam_mount-0.9.23-0.fdr.1 on branch FC-1 from pam_mount-0.9.23-0.fdr.1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-1/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:56:53 -0000 1.2 +++ .cvsignore 3 May 2005 17:21:37 -0000 1.3 @@ -1 +1 @@ -pam_mount-0.9.16.tar.gz +pam_mount-0.9.23.tar.gz Index: pam_mount.spec =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-1/pam_mount.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pam_mount.spec 8 Nov 2004 04:56:53 -0000 1.1 +++ pam_mount.spec 3 May 2005 17:21:37 -0000 1.2 @@ -2,8 +2,8 @@ Summary: A PAM module that can mount volumes for a user session Name: pam_mount -Version: 0.9.16 -Release: %rel.1 +Version: 0.9.23 +Release: %rel License: LGPL Group: System Environment/Base Source: http://www.flyn.org/projects/%name/%name-%{PACKAGE_VERSION}.tar.gz @@ -55,14 +55,18 @@ %build -%configure +%configure --libdir=/%{_lib} make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall +%makeinstall libdir=/%{_lib} mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/security +mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/macros +mkdir -p ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc install --owner=root --group=root --mode=0644 config/pam_mount.conf ${RPM_BUILD_ROOT}/%{_sysconfdir}/security +install --owner=root --group=root --mode=0644 config/pam_mount_macros.te ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/macros +install --owner=root --group=root --mode=0644 config/pam_mount.fc ${RPM_BUILD_ROOT}/%{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc rm -f ${RPM_BUILD_ROOT}/%{_lib}/security/pam_mount.a rm -f ${RPM_BUILD_ROOT}/%{_lib}/security/pam_mount.la @@ -76,18 +80,51 @@ /%{_lib}/security/pam_mount.so /%{_lib}/security/pam_mount_auth.so /%{_lib}/security/pam_mount_session.so +%{_sbindir}/pmvarrun %{_bindir}/mkehd %{_bindir}/autoehd %{_bindir}/passwdehd %{_bindir}/mount_ehd +%{_bindir}/mount.crypt +%{_bindir}/umount.crypt %{_mandir}/man8/* %config(noreplace) %{_sysconfdir}/security/pam_mount.conf +%policy %{_sysconfdir}/selinux/strict/src/policy/macros/pam_mount_macros.te +%policy %{_sysconfdir}/selinux/strict/src/policy/file_contexts/misc/pam_mount.fc %doc AUTHORS COPYING ChangeLog INSTALL NEWS README FAQ %changelog +* Thu Feb 10 2005 W. Michael Petullo - 0.9.22-0.fdr.1 + - Updated to pam_mount 0.9.22. + + - Should now build properly on x86-64. + +* Sun Dec 12 2004 W. Michael Petullo - 0.9.21-0.fdr.1 + - Updated to pam_mount 0.9.21. + +* Fri Jul 23 2004 W. Michael Petullo - 0.9.20-0.fdr.1 + - Updated to pam_mount 0.9.20. + +* Sun Jun 27 2004 W. Michael Petullo - 0.9.19-0.fdr.1 + - Updated to pam_mount 0.9.19. + + - Moved policy sources to /etc/selinux. + +* Sun Apr 25 2004 W. Michael Petullo - 0.9.18-0.fdr.1 + - Updated to pam_mount 0.9.18. + + - Added mount.crypt and umount/crypt. + + - Added pmvarrun. + +* Wed Apr 21 2004 W. Michael Petullo - 0.9.17-0.fdr.1 + - Updated to pam_mount 0.9.17. + + - Added pam_mount_macros.te. + * Tue Mar 23 2004 W. Michael Petullo - 0.9.16-0.fdr.1 - Updated to pam_mount 0.9.16. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_mount/FC-1/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:56:53 -0000 1.2 +++ sources 3 May 2005 17:21:37 -0000 1.3 @@ -1 +1 @@ -b23420475c5dd3fb4f4ac3ef23613c1d pam_mount-0.9.16.tar.gz +bd6fdd953495d8661036f72e177aa0c2 pam_mount-0.9.23.tar.gz From fedora-extras-commits at redhat.com Tue May 3 17:23:21 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 3 May 2005 13:23:21 -0400 Subject: rpms/libol/FC-3 .cvsignore, 1.3, 1.4 libol.spec, 1.5, 1.6 sources, 1.3, 1.4 Message-ID: <200505031723.j43HNpsW008867@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/libol/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8828/FC-3 Modified Files: .cvsignore libol.spec sources Log Message: Update to 0.3.16. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libol/FC-3/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Mar 2005 21:09:25 -0000 1.3 +++ .cvsignore 3 May 2005 17:23:19 -0000 1.4 @@ -1 +1 @@ -libol-0.3.15.tar.gz +libol-0.3.16.tar.gz Index: libol.spec =================================================================== RCS file: /cvs/extras/rpms/libol/FC-3/libol.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libol.spec 1 Mar 2005 21:09:25 -0000 1.5 +++ libol.spec 3 May 2005 17:23:19 -0000 1.6 @@ -5,15 +5,15 @@ %define with_scheme_preprocessor 0 Name: libol -Version: 0.3.15 -Release: 2 +Version: 0.3.16 +Release: 1 Epoch: 0 Summary: Support library for syslog-ng Group: Development/Libraries License: GPL Url: http://www.balabit.com/products/syslog-ng/ -Source: http://www.balabit.com/downloads/syslog-ng/libol/0.3/libol-0.3.15.tar.gz +Source: http://www.balabit.com/downloads/syslog-ng/libol/0.3/libol-0.3.16.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if %{with_scheme_preprocessor} BuildRequires: scsh @@ -73,6 +73,9 @@ %changelog +* Tue May 03 2005 Jose Pedro Oliveira - 0:0.3.16-1 +- Update to 0.3.16. + * Tue Mar 01 2005 Ville Skytt?? - 0:0.3.15-2 - Remove redundant explicit /sbin/ldconfig dependency. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libol/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2005 21:09:25 -0000 1.3 +++ sources 3 May 2005 17:23:19 -0000 1.4 @@ -1 +1 @@ -1c8d6a9c72a9200738a04d68e5a7b439 libol-0.3.15.tar.gz +1f29be3f4bcddb5b2f3d965e78f04006 libol-0.3.16.tar.gz From fedora-extras-commits at redhat.com Tue May 3 17:23:21 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Tue, 3 May 2005 13:23:21 -0400 Subject: rpms/libol/devel .cvsignore, 1.3, 1.4 libol.spec, 1.8, 1.9 sources, 1.3, 1.4 Message-ID: <200505031723.j43HNqN1008872@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/libol/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8828/devel Modified Files: .cvsignore libol.spec sources Log Message: Update to 0.3.16. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libol/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Mar 2005 21:12:43 -0000 1.3 +++ .cvsignore 3 May 2005 17:23:19 -0000 1.4 @@ -1 +1 @@ -libol-0.3.15.tar.gz +libol-0.3.16.tar.gz Index: libol.spec =================================================================== RCS file: /cvs/extras/rpms/libol/devel/libol.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libol.spec 6 Apr 2005 22:12:23 -0000 1.8 +++ libol.spec 3 May 2005 17:23:19 -0000 1.9 @@ -5,15 +5,14 @@ %define with_scheme_preprocessor 0 Name: libol -Version: 0.3.15 -Release: 3 - +Version: 0.3.16 +Release: 2 Summary: Support library for syslog-ng Group: Development/Libraries License: GPL Url: http://www.balabit.com/products/syslog-ng/ -Source: http://www.balabit.com/downloads/syslog-ng/libol/0.3/libol-0.3.15.tar.gz +Source: http://www.balabit.com/downloads/syslog-ng/libol/0.3/libol-0.3.16.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %if %{with_scheme_preprocessor} BuildRequires: scsh @@ -72,6 +71,9 @@ %changelog +* Tue May 03 2005 Jose Pedro Oliveira - 0.3.16-2 +- Update to 0.3.16. + * Fri Apr 7 2005 Michael Schwendt - rebuilt Index: sources =================================================================== RCS file: /cvs/extras/rpms/libol/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Mar 2005 21:12:43 -0000 1.3 +++ sources 3 May 2005 17:23:19 -0000 1.4 @@ -1 +1 @@ -1c8d6a9c72a9200738a04d68e5a7b439 libol-0.3.15.tar.gz +1f29be3f4bcddb5b2f3d965e78f04006 libol-0.3.16.tar.gz From bugs.michael at gmx.net Tue May 3 17:41:26 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Tue, 3 May 2005 19:41:26 +0200 Subject: rpms/pam_mount/FC-3 .cvsignore, 1.2, 1.3 pam_mount.spec, 1.2, 1.3 sources, 1.2, 1.3 In-Reply-To: <200505031719.j43HJJSo008659@cvs-int.fedora.redhat.com> References: <200505031719.j43HJJSo008659@cvs-int.fedora.redhat.com> Message-ID: <20050503194126.2b1a6f6f.bugs.michael@gmx.net> On Tue, 3 May 2005 13:18:49 -0400, W. Michael Petullo wrote: > Author: mikep > > Update of /cvs/extras/rpms/pam_mount/FC-3 > +%define rel 0.fdr.1 > + > Summary: A PAM module that can mount volumes for a user session > Name: pam_mount > -Version: 0.9.16 > -Release: 1 > +Version: 0.9.23 > +Release: %rel You probably have noticed that unlike fedora.us, Fedora Extras does not use the 0.fdr. prefix in the release field. Further, as "Release: 1" already defines %{release}, what's the point in introducing a separate %{rel} variable? > License: LGPL > Group: System Environment/Base > -Source: http://www.flyn.org/projects/%{name}/%{name}-%{version}.tar.gz > +Source: http://www.flyn.org/projects/%name/%name-%{PACKAGE_VERSION}.tar.gz And the point here is what? From fedora-extras-commits at redhat.com Tue May 3 17:57:01 2005 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 3 May 2005 13:57:01 -0400 Subject: rpms/inadyn/devel README.inadyn,NONE,1.1 inadyn.spec,1.7,1.8 Message-ID: <200505031757.j43Hv131008982@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/inadyn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8964 Modified Files: inadyn.spec Added Files: README.inadyn Log Message: Description: Add special notes about usage of inadyn. --- NEW FILE README.inadyn --- Usage Notes: Before you can use inadyn, you have to create an account by a DynDNS provider. Then you have to create the hostname, you want to use, via the web interface of the DynDNS provider for the first time. Then you may enter you username, your password and the hostname, you want to use, into /etc/inadyn.conf. Index: inadyn.spec =================================================================== RCS file: /cvs/extras/rpms/inadyn/devel/inadyn.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- inadyn.spec 3 May 2005 15:43:42 -0000 1.7 +++ inadyn.spec 3 May 2005 17:56:58 -0000 1.8 @@ -1,6 +1,7 @@ Name: inadyn Version: 1.90 -Release: 9 +Release: 10 + Summary: Dynamic DNS Client Group: System Environment/Daemons @@ -9,6 +10,7 @@ Source0: http://inadyn.ina-tech.net/inadyn.v%{version}.zip Source1: inadyn.conf Source2: inadyn.init +Source3: README.inadyn BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/chkconfig @@ -29,6 +31,8 @@ make -f makefile.linux CFLAGS="$RPM_OPT_FLAGS" %install +cp -f %{SOURCE3} README.Fedora + rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sbindir} @@ -69,7 +73,7 @@ %files %defattr(-,root,root,-) -%doc readme.html +%doc readme.html README.Fedora %{_sbindir}/inadyn %{_mandir}/man*/* %attr(0755,root,root) %{_initrddir}/inadyn @@ -77,6 +81,7 @@ %changelog * Tue May 3 2005 Jochen Schmitt 1.90-9 +- And special usage notes - Use of /sbin/service to manage initscript in scriptlet - Modify initscript, becouse bash don't return PID From fedora-extras-commits at redhat.com Tue May 3 19:00:43 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 3 May 2005 15:00:43 -0400 Subject: web/html/participate/documentation-guide acknowledgments.php, 1.1.1.1, 1.2 ch-converting.php, 1.1.1.1, 1.2 ch-cvs.php, 1.1.1.1, 1.2 ch-emacs-nxml.php, 1.1.1.1, 1.2 ch-emacs.php, 1.1.1.1, 1.2 ch-getting-files.php, 1.1.1.1, 1.2 ch-intro.php, 1.1.1.1, 1.2 ch-rh-guidelines.php, 1.1.1.1, 1.2 ch-tutorial.php, 1.1.1.1, 1.2 ch-vim.php, 1.1.1.1, 1.2 ch-xml-tags.php, 1.1.1.1, 1.2 generated-index.php, 1.1.1.1, 1.2 index.php, 1.1.1.1, 1.2 ln-legalnotice.php, 1.1.1.1, 1.2 s1-cvs-configure.php, 1.1.1.1, 1.2 s1-cvs-cvscommands.php, 1.1.1.1, 1.2 s1-diagrams-images.php, 1.1.1.1, 1.2 s1-emacs-additional-resources.php, 1.1.1.1, 1.2 s1-emacs-basic-commands.php, 1.1.1.1, 1.2 s1-emacs-cedfile.php, 1.1.1.1, 1.2 s1-emacs-colors.php, 1.1.1.1, 1.2 s1-emacs-examples.php, 1.1.1.1, 1.2 s1-emacs-loadced.php, 1.1.1.1, 1.2 s1-emacs-nxml-additional-resources.php, 1.1.1.1, 1.2 s1-emacs-nxml-readme.php, 1.1.1.1, 1.2 s1-nxml-examples.php, 1.1.1.1, 1.2 s1-screenshots.php, 1.1.1.1, 1.2 s1-tutorial-license.php, 1.1.1.1, 1.2 s1-vim-additional-resources.php, 1.1! .1.1, 1.2 s1-vim-keymapping.php, 1.1.1.1, 1.2 s1-xml-admon.php, 1.1.1.1, 1.2 s1-xml-guidelines-header.php, 1.1.1.1, 1.2 s1-xml-tag-sulink.php, 1.1.1.1, 1.2 s1-xml-tags-application.php, 1.1.1.1, 1.2 s1-xml-tags-chapter.php, 1.1.1.1, 1.2 s1-xml-tags-citetitle.php, 1.1.1.1, 1.2 s1-xml-tags-command.php, 1.1.1.1, 1.2 s1-xml-tags-compoutput.php, 1.1.1.1, 1.2 s1-xml-tags-emphasis.php, 1.1.1.1, 1.2 s1-xml-tags-example.php, 1.1.1.1, 1.2 s1-xml-tags-figure.php, 1.1.1.1, 1.2 s1-xml-tags-filename.php, 1.1.1.1, 1.2 s1-xml-tags-firstterm.php, 1.1.1.1, 1.2 s1-xml-tags-footnote.php, 1.1.1.1, 1.2 s1-xml-tags-gui.php, 1.1.1.1, 1.2 s1-xml-tags-indexing.php, 1.1.1.1, 1.2 s1-xml-tags-keycap.php, 1.1.1.1, 1.2 s1-xml-tags-lists.php, 1.1.1.1, 1.2 s1-xml-tags-option.php, 1.1.1.1, 1.2 s1-xml-tags-para.php, 1.1.1.1, 1.2 s1-xml-tags-part.php, 1.1.1.1, 1.2 s1-xml-tags-prompt.php, 1.1.1.1, 1.2 s1-xml-tags-replaceable.php, 1.1.1.1, 1.2 s1-xml-tags-screen.php, 1.1.1.1, 1.2 s1-xml-tags-sections.php, 1.1.1.1, 1.2 s1-xml-tags-table.php, 1.1.1.1, 1.2 s1-xml-tags-! trademark.php,1.1.1.1,1.2 s1-xml-tags-userinput.php,1.1.1.1,1.! 2 s1-x Message-ID: <200505031900.j43J0hfj010345@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/participate/documentation-guide In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10336 Modified Files: acknowledgments.php ch-converting.php ch-cvs.php ch-emacs-nxml.php ch-emacs.php ch-getting-files.php ch-intro.php ch-rh-guidelines.php ch-tutorial.php ch-vim.php ch-xml-tags.php generated-index.php index.php ln-legalnotice.php s1-cvs-configure.php s1-cvs-cvscommands.php s1-diagrams-images.php s1-emacs-additional-resources.php s1-emacs-basic-commands.php s1-emacs-cedfile.php s1-emacs-colors.php s1-emacs-examples.php s1-emacs-loadced.php s1-emacs-nxml-additional-resources.php s1-emacs-nxml-readme.php s1-nxml-examples.php s1-screenshots.php s1-tutorial-license.php s1-vim-additional-resources.php s1-vim-keymapping.php s1-xml-admon.php s1-xml-guidelines-header.php s1-xml-tag-sulink.php s1-xml-tags-application.php s1-xml-tags-chapter.php s1-xml-tags-citetitle.php s1-xml-tags-command.php s1-xml-tags-compoutput.php s1-xml-tags-emphasis.php s1-xml-tags-example.php s1-xml-tags-figure.php s1-xml-tags-filename.php s1-xml-tags-firstterm.php s1-xml-tags-footnote.php s1-xml-tags-gui.php s1-xml-tags-indexing.php s1-xml-tags-keycap.php s1-xml-tags-lists.php s1-xml-tags-option.php s1-xml-tags-para.php s1-xml-tags-part.php s1-xml-tags-prompt.php s1-xml-tags-replaceable.php s1-xml-tags-screen.php s1-xml-tags-sections.php s1-xml-tags-table.php s1-xml-tags-trademark.php s1-xml-tags-userinput.php s1-xml-tags-wordasword.php s1-xml-tags-xref.php Log Message: New style guidelines chapter, updated CVS information. Index: acknowledgments.php =================================================================== RCS file: /cvs/fedora/web/html/participate/documentation-guide/acknowledgments.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- acknowledgments.php 30 Mar 2005 17:47:24 -0000 1.1.1.1 +++ acknowledgments.php 3 May 2005 19:00:41 -0000 1.2 @@ -7,7 +7,7 @@ ?> -

Chapter?10.?Acknowledgments

+

Chapter 11. Acknowledgments

This document is based on the a document started by Tammy Fox (tfox at redhat.com) and contributed to by Sandra Moore (smoore at redhat.com) and Johnray Fuller (jrfuller at redhat.com). @@ -18,18 +18,18 @@

Patches from Gavin Henry (ghenry at suretecsystems.com) have been applied to add the trailing slashes to the figure tag example - in docs-xml-tags.xml and to add Chapter?4, Emacs and nXML Mode. + in docs-xml-tags.xml and to add Chapter 4, Emacs and nXML Mode.

A patch from Joshua Daniel Franklin (joshuadfranklin at yahoo.com) has been - applied to add Chapter?5, VIM and DocBook. + applied to add Chapter 5, VIM and DocBook.

A patch from Karsten Wade (kwade at redhat.com) has been applied to add - Section?2.4, “Screenshots”. It was edited by Paul + Section 2.4, “Screenshots”. It was edited by Paul W. Frields (stickstr5 at hotmail.com).

A patch from Paul W. Frields (stickstr5 at hotmail.com) has been applied - to add more explanation of the screen tag set to Section?6.22, “screen”. -

+ to add more explanation of the screen tag set to Section 6.22, “screen”. +

-

Chapter?8.?Converting to HTML and PDF

+

Chapter 9. Converting to HTML and PDF

Each directory containing a document also has a Makefile. In the directory, run the command make html to build the HTML version and make pdf to build the PDF version.

[Warning]Warning

The PDF production is somewhat fragile right now. It may or may not work. -

+

-

Chapter?9.?CVS

+

Chapter 10. CVS

CVS, or Concurrent Versions System, provides a framework for multiple users to edit the same files. As you can imagine, if a group of users edits the files in a single directory, chaos would reign. Using CVS, @@ -16,7 +16,7 @@ when in a central repository. If conflicts arise, CVS lets you know. CVS is usually used so that programmers can share code, but it also works well for documentation. -

9.1.?How CVS Works

+

10.1. How CVS Works

In most cases, each set of files that make up a package or project is stored as a module on the CVS server.

@@ -33,7 +33,7 @@ module, you must specify that you want to remove it from the repository on the CVS server and then commit the removal of the file.

- The specific commands to perform these actions are discussed in Section?9.3, “Basic CVS Commands”. + The specific commands to perform these actions are discussed in Section 10.3, “Basic CVS Commands”.

If someone has modified the file between the last time you grabbed the file from CVS and when you try to commit a change, it tried to merge the @@ -45,9 +45,9 @@ message that a file conflict has occurred. Thus, you need to update your files frequently. It is a good practice to update them right before you start modifying a file. Refer - to Section?9.3.7, “Resolving Conflicts” for instructions + to Section 10.3.7, “Resolving Conflicts” for instructions on resolving conflicts. -

+

-

Chapter?4.?Emacs and nXML Mode

+

Chapter 4. Emacs and nXML Mode

You can also use the nXML mode available for - Emacs to make it even easier to write in + Emacs to make it even easier to write in DocBook XML format. nXML mode provides context-sensitive editing using completion, real time validity error checking, syntax highlighting and indentation. All you need to do is install an RPM!!

[Note]Early stages

- Please be aware the nxml-mode for Emacs is + Please be aware the nxml-mode for Emacs is quite new, so there are a few things that the advanced user might notice when using it with other documents types. If you keep an eye on the mailing-list, you can keep up to date with these, as well as ask - questions. For more details, check out Section?4.4, “nXML README File”. -

4.1.?Getting the nXML RPM

+ questions. For more details, check out Section 4.4, “nXML README File”. +

4.1. Getting the nXML RPM

To use nXML mode with emacs, you will need to install the nXML RPM available from Tim Waugh's website or the source from http://www.thaiopensource.com/download/. The source requires a lot more work to setup, therefore we will only be concentrating on the RPM version.

- Information on where to get the source is available in Section?3.7, “Additional Resources”. -

+ Information on where to get the source is available in Section 3.7, “Additional Resources”. +

-

Chapter?3.?Emacs and PSGML Mode

+

Chapter 3. Emacs and PSGML Mode

You can use the PSGML mode available for Emacs to make it easier to write in XML format. PSGML mode provides syntax-highlighting, tag completion, and more. -

3.1.?Setting Up Your .emacs File

+

3.1. Setting Up Your .emacs File

For Emacs to parse your DocBook documents correctly, you must have a .emacs file. Cut and paste the following into your existing .emacs file or create a new one that @@ -149,8 +149,8 @@

Do you have a cool wheel mouse? If so, you can add the following to your .emacs file so your wheel will work in - Emacs (must be - Emacs version 21): + Emacs (must be + Emacs version 21):

 
 ;; Enable wheelmouse support by default for emacs 21
@@ -160,13 +160,13 @@
 
 

If you are using the older version 20 of - Emacs, add the following instead: + Emacs, add the following instead:

 
 ;; Enable wheelmouse support by default
 (require 'mwheel)
 
-
+
-

Chapter?1.?Getting the Files

+

Chapter 1. Getting the Files

To start working on the Docs Project, you will need the appropriate DocBook XML files, stylesheets, and scripts. The following packages are required: @@ -21,7 +21,7 @@

To check out the scripts anonymously:

-export CVSROOT=:pserver:anonymous at rhlinux.redhat.com:/usr/local/CVS
+export CVSROOT=:pserver:anonymous at cvs.fedora.redhat.com:/cvs/docs
 cvs -z3 login
 cvs -z3 co fedora-docs
 

@@ -36,7 +36,7 @@ in the root directory except for files shared by all documents such legalnotice.xml, which must be included in all docs so that the FDL is used for all docs. -

+

-

Introduction

+

Introduction

The goal of the Docs Project is to create easy-to-follow, task-based documentation for Fedora Core users and developers. Other than the Installation Guide, each tutorial should be in DocBook XML @@ -20,7 +20,7 @@ The purpose of this document is to explain the tools used by the Docs Project as well as to provide writing and tagging guidelines so that the documentation is consistent and easy-to-follow. -

+

-

Chapter?2.?Red Hat Documentation Guidelines

Please read this chapter carefully. This chapter describes the +

Chapter 2. Red Hat Documentation Guidelines

Please read this chapter carefully. This chapter describes the guidelines that must be followed such as naming conventions. -

2.1.?ID Naming Conventions

You will see certain ID names referred to below and this will +

2.1. ID Naming Conventions

You will see certain ID names referred to below and this will help to explain how we come up with those names. For example:

 
@@ -21,7 +21,7 @@
 
 

IDs are unique identifiers, allowing DocBook XML to know where to cross-reference a section or chapter or the like. -

The general rules for defining an ID are:

  • Keep it 32 characters or under (this is counted as +

    The general rules for defining an ID are:

    • Keep it 32 characters or under (this is counted as everything between the quotation marks)

    • Keep it as short and simple as possible

    • Make sure the name is relevant to the information (make it recognizable)

    Some examples are "ch-uniquename" (with 13 characters) and "s3-install-make-disks" (with 21 @@ -32,7 +32,7 @@ create your first section on disk partitions. That section ID would look similar to "s1-intro-partition" which contains the section number, the main chapter ID, and a unique ID for that section. -

    TagPrefix
    prefacepr-
    chapterch-
    sectionsn-
    sect1s1-
    sect2s2-
    sect3s3-
    sect4s4-
    figurefig-
    tabletb-
    appendixap-
    partpt-
    exampleex-

    Table?2.1.?Naming Conventions

+

TagPrefix
prefacepr-
chapterch-
sectionsn-
sect1s1-
sect2s2-
sect3s3-
sect4s4-
figurefig-
tabletb-
appendixap-
partpt-
exampleex-

Table 2.1. Naming Conventions

-

Chapter?6.?DocBook XML Tags

Please read this chapter carefully. This chapter describes the tags +

Chapter 6. DocBook XML Tags

Please read this chapter carefully. This chapter describes the tags used by the Docs Project. Some of the rules described are specific to the project.

If these tags are used appropriately, document searches will provide @@ -15,7 +15,7 @@ information relevant to the search request. Another benefit is that all Fedora Project documents will have a similar look and feel (however, they will have some differences depending upon the output format). -

All tags in XML must have an opening and closing tag Additionally, +

All tags in XML must have an opening and closing tag Additionally, proper XML conventions say that there must be a unique identifier for sections, chapters, figures, tables, and so on, so that they may be correctly identified, and cross referenced if needed.

Although XML is capable of handling many document types, the format @@ -26,7 +26,7 @@ http://www.docbook.org/tdg/en/html/docbook.html -

6.1.?Tags and Entities Caveats

+

6.1. Tags and Entities Caveats

It is very important that you remember the caveats in this section. Even though they are more strict than valid DocBook XML, these rules exist so that both the HTML and PDF outputs look proper. @@ -54,7 +54,7 @@ screen tags must be flush left as well unless the white space in intentional; otherwise, the extraneous whitespace will appear in the HTML version. -

+

-

Index

A

admonitions, Admonitions

C

cvs, CVS
.cvsrc, Configuring CVS on Your System
adding files, Adding Files
check out modules
checking out branches, Checking Out Branches of Modules
checking out modules, Checking Out Modules
commands, Basic CVS Commands
summary of, Summary
committing files, Committing Files
configuring your system for, Configuring CVS on Your System
CVSROOT, Configuri! ng CVS on Your System
CVS_RSH, Configuring CVS on Your System
how it works, How CVS Works
overview, How CVS Works
removing files, Removing Files
resolving conflicts, Resolving Conflicts
status of files, Status of Files
updating files, Updating Files
CVSROOT, Configuring CVS on Your System
CVS_RSH, Configuring CVS on Your System

D

diagrams
creating, Diagrams and Images

F

foo
bar, Index Entries

G

Guinness (see Beer)
Diagrams and Images
indexing, Index Entries
see tag, Index Entries
seealso tag, Index Entries

L

lists
creating, Lists
glosslist, glosslist
itemizedlist, itemizedlist
orderedlist, OrderedList
simplelist, Creating a List Within a Table Using Simplelist
variablelist, Variablelist

N!

naming conventions, ID Naming Conventions
rules for defining an ID, ID Naming Conventions
nXML, Emacs and nXML Mode
RPM, Getting the nXML RPM
nXML RPM, Getting the nXML RPM

R

recursion (see recursion)
RTFM
read the f*'ing manual, Red Hat Documentation Guidelines
(see also humor)

S

Salutations, Index Entries
screen ! captur (see screenshots)
screen grabs (see screenshots)
screenshots
how to take, Screenshots
sections, Sections
SWAK, Index Entries
(see also Salutations)

T

tables
creating a list within a table
simplelist, Creating a List Within a Table Using Simplelist
tutorial layout
license, Including the License Information
!

X

XML
general tag information, DocBook XML Tags
tags (see XML tags)
XML tags
admonitions
caution, Admonitions
important, Admonitions
note, Admonitions
tip, Admonitions
warning, Admonitions
application, application
caution, Admonitions, Creating Notes, Tips, Cautions, Importants, and Warnings
chapter, chapter
citetitle, citetitle
command, command
computeroutput, computeroutput
emphasis, emphasis
example, example
figure, figure
filename, filename
firstterm, firstterm
footnote, footnote
glosslist, glosslist
GUI tags, GUI Tags
guibutton, guibutton
guiicon, guiicon
guilabel, guilabel
guimenu, guimenu and +

Index

A

admonitions, Admonitions

B

Beer, Index Entries
!

C

cvs, CVS
.cvsrc, Configuring CVS on Your System
adding files, Adding Files
check out modules
checking out branches, Checking Out Branches of Modules
checking out modules, Checking Out Modules
commands, Basic CVS Commands
summary of, Summary
committing files, Committing Files
configuring your system for, Configuring CVS on Your System
CVSROOT, Configuring CVS on Your System
CVS_RSH, Configuring CVS on Your System
how it works, How CVS Works
overview, How CVS Works
removing files, Removing Files
resolving conflicts, Resolving Conflicts
status of files, Status of Files
updating files, Updating Files
CVSROOT, Configuring CVS on Your System
CVS_RSH, Configuring CVS on Your System

D

diagrams
creating, Diagrams and Images

F

foo
bar, Index Entries

G

Guinness (see Beer)

H

humor
RTFM, ! Red Hat Documentation Guidelines

I

images, Diagrams and Images
indexing, Index Entries
see tag, Index Entries
seealso tag, Index Entries

L

lists
creating, Lists
glosslist, glosslist
itemizedlist, itemizedlist
orderedlist, OrderedList
simplelist, Creating a List Within a Table Using Simplelist
variablelist, Variablelist

N

naming conventions, ID Naming Conventions
rules for defining an ID, ID Naming Conventions
nXML, Emacs and nXML Mode
RPM, Getting the nXML RPM
nXML RPM, Getting the nXML RPM

R

recursion (see recursion)
RTFM
read the f*'ing manual, Red Hat Documentation Guidelines
(see also humor)

S

Salut! ations, Index Entries
screen grabs (see screenshots)
screenshots
how to take, Screenshots
sections, Sections
style, Why Style Is Important
SWAK, Index Entries
(see also Salutations)

T

tables
creating a list within a table
simplelist, Creating a List Within a Table Using Simplelist
tutorial layout
license, Including the License Information

X

XML
general tag information, DocBook XML Tags
tags (see XML tags)
XML tags
admonitions
caution, Admonitions
important, Admonitions
note, Admonitions
tip, Admonitions
warning, Admonitions
application, application
caution, Admonitions, Creating Notes, Tips, Cautions, Importants, and Warnings
chapter, chapter
citetitle, citetitle
comma! nd, command
com! putero ut, computeroutput
emphasis, emphasis
example, example
figure, figure
filename, filename
firstterm, firstterm
footnote, footnote
glosslist, glosslist
GUI tags, GUI Tags
guibutton, guibutton
guiicon, guiicon
guilabel, guilabel
guimenu, guimenu and guimenuitem
guimenuitem, guimenu and guimenuitem
guibutton, guibutton
guiicon, guiicon
guilabel, guilabel
guimenu, guimenu and guimenuitem
guimenuitem, guimenu and - guimenuitem
important, Admonitions, Creating Notes, Tips, Cautions, Importants, and Warnings
indexing, Index Entries
itemizedlist, itemizedlist
keycap, keycap
keycombo, keycombo
lists
glosslist, glosslist
itemizedlist, itemizedlist
orderedlist, OrderedList
simplelist, Creating a List Within a Table Using Simplelist
variablelist, Variablelist
menuchoice, menuchoice
naming conventions, ID Naming Conventions
note, Admonitions, Creating Notes, Tips, Cautions, Importants, and Warnings
option, option
orderedlist, OrderedList
para, para
part, part
prompt, prompt
replaceable, replaceable
rules for defining an ID, ID Naming Conventions
screen, screen
sections, Sections
simple! list, href="s1-xml-tags-lists.php#s2-xml-tags-simplelist">Creating a List Within a Table Using Simplelist
table, table
list within a table, Creating a List Within a Table
tip, Admonitions, Creating Notes, Tips, Cautions, Importants, and Warnings
trademark, trademark
ulink, ulink
userinput, userinput
variablelist, Variablelist
warning, Admonitions, Creating Notes, Tips, Cautions, Importants, and Warnings
wordasword, wordasword
xref, xref
xml tags
caveats, Tags and Entities Caveats
+ guimenuitem
important, Admonitions, Creating Notes, Tips, Cautions, Importants, and Warnings
indexing, Index Entries
itemizedlist, itemizedlist
keycap, keycap
keycombo, keycombo
lists
glosslist, glosslist
itemizedlist, itemizedlist
orderedlist, OrderedList
simplelist, Creating a List Within a Table Using Simplelist
variablelist, Variablelist
menuchoice, menuchoice
naming conventions, ID Naming Conventions
note, Admonitions, Creating Notes, Tips, Cautions, Importants, and Warnings
option, option
orderedlist, OrderedList
para, para
part, part
prompt, prompt
replaceable, replaceable
rules for defining an ID, ID Naming Conventions
screen, screen
sections, Sections
simple! list, href="s1-xml-tags-lists.php#s2-xml-tags-simplelist">Creating a List Within a Table Using Simplelist
table, table
list within a table, Creating a List Within a Table
tip, Admonitions, Creating Notes, Tips, Cautions, Importants, and Warnings
trademark, trademark
ulink, ulink
userinput, userinput
variablelist, Variablelist
warning, Admonitions, Creating Notes, Tips, Cautions, Importants, and Warnings
wordasword, wordasword
xref, xref
xml tags
caveats, Tags and Entities Caveats
-

Fedora Project Documentation Guide

Version 0.2.5

Tammy Fox

Johnray Fuller

Sandra Moore


Table of Contents

Introduction
1. Getting the Files
2. Red Hat Documentation Guidelines
2.1. ID Naming Conventions
2.2. File Header
2.3. Admonitions
2.3.1. Creating Notes, Tips, Cautions, Importants, and Warnings
2.4. Screenshots
2.5. Diagrams and Images
3. Emacs and PSGML Mode
3.1. Setting Up Your .emacs File
! 3.2. < ref="s1-emacs-colors.php">Customizing Emacs
3.3. Create Recompiled DTD Subset
3.4. Load the Parsed DTD
3.5. Basic Emacs Commands
3.6. Examples
3.6.1. Tag Completion
3.6.2. Tag Closure
3.6.3. Other Emacs Tasks
3.7. Additional Resources
4. Emacs and nXML Mode
4.1. Getting the nXML RPM
4.2. Examples
4.2.1. Commands
!
4.3. Additional Resources
4.4. nXML README File
5. VIM and DocBook
5.1. Setting Up Your .vimrc File
5.2. Keymapping with VIM
5.3. Additional VIM Resources
6. DocBook XML Tags
6.1. Tags and Entities Caveats
6.2. application
6.3. chapter
6.4. citetitle
6.5. command
6.6. computeroutput
6.7. emphasis
6.8. e ple
6.9. filename
6.10. firstterm
6.11. footnote
6.12. figure
6.13. GUI Tags
6.13.1. guilabel
6.13.2. guibutton
6.13.3. guiicon
6.13.4. guimenu and - guimenuitem
6.14. keycap
6.14.1. menuchoice
6.14.2. keycombo
6.15. Lists
6.15.1. itemizedlist
6.15.2. OrderedList
6.15.3. Variablelist
6.15.4. Creating a List Within a Table Using Simplelist
6.15.5. glosslist
6.16. option
6.17. Index Entries
6.18. ! para
6.19. part
6.20. prompt
6.21. replaceable
6.22. screen
6.22.1. Using Inline Tags with screen
6.23. Sections
6.24. table
6.24.1. Creating a List Within a Table
6.25. trademark
6.26. userinput
6.27. ulink
6.28. wordasword
6.29. xref
7. The Layout of a ! Tutorial
7.1. The Parent File
7.2. Including the License Information
8. Converting to HTML and PDF
9. CVS
9.1. How CVS Works
9.2. Configuring CVS on Your System
9.3. Basic CVS Commands
9.3.1. Checking Out Modules
9.3.1.1. Checking Out Branches of Modules
9.3.2. Updating Files
9.3.3. Committing Files
9.3.4. Adding Files
9.3.5. Removing Files
9.3.6. Status of Files
9.3.7. Resolving Conflicts
9.3.8. Summary
10. Acknowledgments
Index
+

Fedora Project Documentation Guide

Version 0.2.6

Tammy Fox

Johnray Fuller

Sandra Moore


Table of Contents

Introduction
1. Getting the Files
2. Red Hat Documentation Guidelines
2.1. ID Naming Conventions
2.2. File Header
2.3. Admonitions
2.3.1. Creating Notes, Tips, Cautions, Importants, and Warnings
2.4. Screenshots2.5. Diagrams and Images
3. Emacs and PSGML Mode
3.1. Setting Up Your .emacs File
3.2. Customizing Emacs
3.3. Create Recompiled DTD Subset
3.4. Load the Parsed DTD
3.5. Basic Emacs Commands
3.6. Examples
3.6.1. Tag Completion
3.6.2. Tag Closure
3.6.3. Other Emacs Tasks
3.7. Additional Resources
4. Emacs and nXML Mode
4.1. Getting the nXML RPM
4.2. Examples
4.2.1. Commands
4.3. Additional Resources
4.4. nXML README File
5. VIM and DocBook
!
. Setting Up Your .vimrc File
5.2. Keymapping with VIM
5.3. Additional VIM Resources
6. DocBook XML Tags
6.1. Tags and Entities Caveats
6.2. application
6.3. chapter
6.4. citetitle
6.5. command
6.6. computeroutput
6.7. ! emphasis
6.8. example
6.9. filename
6.10. firstterm
6.11. footnote
6.12. figure
6.13. GUI Tags
6.13.1. guilabel
6.13.2. guibutton
6.13.3. guiicon
6.13.4. guimenu and + guimenuitem
6.14. keycap
6.14.1. menuchoice
6.14.2. keycombo
6.15. Lists
6.15.1. itemizedlist
6.15.2. OrderedList
6.15.3. Variablelist
6.15.4. Creating a List Within a Table Using Simplelist
6.15.5. glosslist
6.16. option
6.17. Index Entries
6.18. para
6.19. part
6.20. prompt
6.21. replaceable
6.22. screen
6.22.1. Using Inline Tags with screen
6.23. Sections
6.24. table
6.24.1. Creating a List Within a Table
6.25. trademark
6.26. userinput
6.27. ulink
6.28. wordasword
6.29. xref
7. The Layout of a Tutorial
7.1. The Parent File
7.2. Including the License Information
8. Style
8.1. Why Style Is Important
8.2. Fundamental Concepts of Technical Documentation
8.2.1. General Style Requirements
8.2.2. Golden Rules
8.2.3. Tone
8.2.4. Reaching the Right Audience
8.2.5. User Motivation
8.2.6. New Users
.7. Experienced Users
8.2.8. Do Not Offend Your Audience
8.3. Grammar and Usage Guidelines
8.4. Composition Tips
8.4.1. Active Voice
8.4.2. Present Tense
8.4.3. Narrative Voice
8.4.4. Negative Words
8.4.5. Uncertainty
8.4.6. Redundant Coverage
8.4.7. Self-referential Value Judgments
8.4.8. Precision of Language
8.4.9. DocBook Tips
8.4.9.1. Admonitions
8.4.9.2. The replaceable + Tag
8.4.9.3. XML Entities
9. Converting to HTML and PDF
10. CVS
10.1. How CVS Works
10.2. Configuring CVS on Your System
10.3. Basic CVS Commands
10.3.1. Checking Out Modules
10.3.1.1. Checking Out Branches of Modules
10.3.2. Updating Files
10.3.3. Committing Files
10.3.4. Adding Files
10.3.5. Removing Files
10.3.6. Status of Files
10.3.7. Resolving Conflicts
10.3.8. Summary
11. Acknowledgments
Index

- documentation-guide-0.2.5 (2004-09-12) + documentation-guide-0.2.6 (2005-05-03)

Red Hat, Red Hat Network, the Red Hat "Shadow Man" logo, RPM, Maximum RPM, the RPM logo, Linux Library, PowerTools, Linux Undercover, RHmember, RHmember More, Rough Cuts, Index: s1-cvs-configure.php =================================================================== RCS file: /cvs/fedora/web/html/participate/documentation-guide/s1-cvs-configure.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- s1-cvs-configure.php 30 Mar 2005 17:47:24 -0000 1.1.1.1 +++ s1-cvs-configure.php 3 May 2005 19:00:41 -0000 1.2 @@ -7,10 +7,10 @@ ?> -

9.2.?Configuring CVS on Your System

+

10.2. Configuring CVS on Your System

You need to have the RPM package cvs installed to use CVS. -

+

Follow these steps to configure your CVS environment:

  1. In your favorite Linux editor, add the following lines to your ~/.bashrc: @@ -33,14 +33,14 @@

     cvs login
     cvs checkout <module-name>
    -

    Refer to Section?9.3, “Basic CVS Commands” if you need help +

    Refer to Section 10.3, “Basic CVS Commands” if you need help using CVS.

Once you have checked it out, it doesn't matter what your CVSROOT is set to because it is stored in the file CVS/Root for each directory in your local repository. -

+

-

9.3.?Basic CVS Commands

+

10.3. Basic CVS Commands

After configuring your system to work with CVS, checkout the modules you will be working on. -

9.3.1.?Checking Out Modules

+

10.3.1. Checking Out Modules

You only need to checkout a module once. After a local copy of the module is on your system, it is on your system.

@@ -29,7 +29,7 @@

If a branch name is not specified when checking out a module, it is referred to as the HEAD of the CVS module. -

9.3.1.1.?Checking Out Branches of Modules

+

10.3.1.1. Checking Out Branches of Modules

Think of a CVS branch as a version of the files for a particular version of a manual or package.

@@ -75,7 +75,7 @@ Only tags marked as branches in the second column under the Existing Tags section can be checked out as a branch. -

9.3.2.?Updating Files

+

10.3.2. Updating Files

To retrieve the latest versions of the files in a module, change to the directory that contains the files for the module and execute the command: @@ -83,8 +83,8 @@ cvs up

The latest versions of all the files in the module are downloaded into - your local copy. If you notice a file conflict, refer to Section?9.3.7, “Resolving Conflicts”. -

9.3.3.?Committing Files

+ your local copy. If you notice a file conflict, refer to Section 10.3.7, “Resolving Conflicts”. +

10.3.3. Committing Files

After modifying files in your local version of a module, commit them to save the changes on the CVS server:

@@ -110,8 +110,8 @@
 	  of filenames specified because you might not remember exactly what
 	  files changed.
 	

- If you notice a file conflict, refer to Section?9.3.7, “Resolving Conflicts”. -

9.3.4.?Adding Files

+ If you notice a file conflict, refer to Section 10.3.7, “Resolving Conflicts”. +

10.3.4. Adding Files

To add a file to a module, create the file in your local copy, and execute the following command:

@@ -121,7 +121,7 @@
 	  server:
 	

 cvs commit -m "some log message" <file-to-add>
-

9.3.5.?Removing Files

+

10.3.5. Removing Files

If a file is no longer needed in the module, use the following command to remove it from your local version and commit the removal to the server. Even though the file is removed from current version of the @@ -140,7 +140,7 @@ If you need to rename a file, it is best to rename the file on the CVS server so that the history of the file is preserved. If you need to rename a file, contact Tammy (or whoever is the technical lead). -

9.3.6.?Status of Files

+

10.3.6. Status of Files

Sometimes it is necessary to view the status of a file in a CVS module. To view the status of a file, use the command:

@@ -163,14 +163,14 @@
 		edit it anyway.

File had conflicts on merge

Similar to Needs Merge, except when you tried to issue the cvs update command, the differences could not be resolved - automatically. Refer to Section?9.3.7, “Resolving Conflicts” + automatically. Refer to Section 10.3.7, “Resolving Conflicts” for more information on resolving conflicts.

Unknown

The CVS server does not know anything about this file. It has not been added or removed locally and has never been committed to the server. This status usually occurs for files you should not commit to CVS such as generated-index.sgml or for files that you want to add to the repository but have not issued the - cvs add command for yet.

9.3.7.?Resolving Conflicts

+ cvs add command for yet.

10.3.7. Resolving Conflicts

If you modify a file and the same content is modified by someone else and committed first, you will probably see a message similar to the following when committing the file or updating your local copy of the @@ -212,7 +212,7 @@ for the branch) on the server.

Resolve the conflict, and commit the file. -

9.3.8.?Summary

+

10.3.8. Summary

All commands assume you are in the proper directory for the CVS module.

CommandDescription
cvs checkout <module-name> @@ -224,7 +224,7 @@ <filename>Update file <filename> with the latest copy from your computer
cvs log <filename>View the commit messages for the file <filename>
cvs status <filename>View status of the file, such as Locally Modified
cvs status -v <filename>View existing tags and branches for file
cvs diff <filename>Show diff of the working copy of the file and the latest - version of the file for the branch
cvs diff -r1.1 -r1.2 <filename>Show diff of version 1.1 and 1.2 for file

Table?9.1.?Basic CVS Commands

+ version of the file for the branchcvs diff -r1.1 -r1.2 <filename>Show diff of version 1.1 and 1.2 for file

Table 10.1. Basic CVS Commands

For more information, read the CVS manual available on your system at /usr/share/doc/cvs-<version-number>/cvs.ps (the CVS version might vary) and visit the CVS webpage available at @@ -236,7 +236,7 @@ have to enter a password, refer to the Red Hat Linux 9 Customization Guide for details about using ssh-agent. -

+

-

2.5.?Diagrams and Images

+

2.5. Diagrams and Images

To be written -

+

-

3.7.?Additional Resources

Additional Emacs and PSGML references are available at the +

3.7. Additional Resources

Additional Emacs and PSGML references are available at the following locations:

+ — PSGML Tricks

-

3.5.?Basic Emacs Commands

- The Meta key is usually the Alt key. -

ShortcutDescription
Meta-x - sgml-parse-prolog, EnterParse DTD
Meta-xsgml-save-dtd, EnterSave the Parse DTD
Meta-xsgml-load-dtd, EnterLoad DTD
Ctrl-c, Shift-, TabDisplay list of valid tags
Ctrl-c, Shift-, type beginning of tag, - TabComplete the tag
Ctrl-gCancel a command in the minibuffer
Ctrl-c, /Close tag
Ctrl-aMove cursor to beginning of line
Ctrl-eMove cursor to the end of the line
Ctrl-HomeMove cursor to the beginning of the file
Ctrl-EndMove cursor to the end of the file
Ctrl-kCut line
Ctrl-yPaste line
Ctrl-sSearch forwa! rd in the file
Ctrl-rSearch backwards in the file
Meta-$Check spelling of current word
Meta-x ispell-word, EnterCheck spelling of current word
Meta-x ispell-buffer, EnterCheck spelling of current buffer
Ctrl-x, Ctrl-fOpen file
Ctrl-x, Ctrl-sSave file
Ctrl-x, Ctrl-cExit Emacs and prompt to save - files if necessary
Meta-qFill paragraph
Ctrl-c, Ctrl-aEdit attributes for a tag (for example, you can edit the +

3.5. Basic Emacs Commands

+ The Meta key is usually the Alt key. +

ShortcutDescription
Meta-x + sgml-parse-prolog, EnterParse DTD
Meta-xsgml-save-dtd, EnterSave the Parse DTD
Meta-xsgml-load-dtd, EnterLoad DTD
Ctrl-c, Shift-, TabDisplay list of valid tags
Ctrl-c, Shift-, type beginning of tag, + TabComplete the tag
Ctrl-gCancel a command in the minibuffer
Ctrl-c, /Close tag
Ctrl-aMove cursor to beginning of line
Ctrl-eMove cursor to the end of the line
Ctrl-HomeMove cursor to the beginning of the file
Ctrl-EndMove cursor to the end of the file
Ctrl-kCut line
Ctrl-yPaste line
Ctrl-sSearch forward in the file
Ctrl-rSearch backwards in the file
Meta-$Check spelling of current word
Meta-x ispell-word, EnterCheck spelling of current word
Meta-x ispell-buffer, EnterCheck spelling of current buffer
Ctrl-x, Ctrl-fOpen file
Ctrl-x, Ctrl-sSave file
Ctrl-x, Ctrl-cExit Emacs and prompt to save + files if necessary
Meta-qFill paragraph
Ctrl-c, Ctrl-aEdit attributes for a tag (for example, you can edit the url attribute of the - ulink tag)
Ctrl-c, - Ctrl-cExit edit attributes

Table?3.1.?Emacs Commands

+ ulink tag)
Ctrl-c, + Ctrl-cExit edit attributes

Table 3.1. Emacs Commands

-

3.3.?Create Recompiled DTD Subset

+

3.3. Create Recompiled DTD Subset

Emacs will perform syntax highlighting and indent correctly on DocBook XML files if you provide it with the proper Document Type Declarations (DTD) file. These two features will make your XML file @@ -29,7 +29,7 @@ Fontifying...done at the bottom of your screen. Save the parsed DTD to a file by choosing DTD -> Save Parsed DTD from the pulldown menu. -

  • Press Enter to save the file to the default +

  • Press Enter to save the file to the default filename or rename the file keeping the .ced extension. It can be useful to name it something generic such as docbook.ced so you can refer to it when @@ -41,7 +41,7 @@ sgml-parse-prolog to parse the file, and then use the command Meta-x sgml-save-dtd to save the parsed DTD to a .ced file. -

  • +

    -

    3.2.?Customizing Emacs

    +

    3.2. Customizing Emacs

    The colors, font, and geometry (default size of window) for Emacs in your ~/.Xresources file. The format for the settings is emacs.keyword:value @@ -31,9 +31,9 @@

     xrdb -merge ~/.Xresources
     

    - and restart Emacs for the changes to take + and restart Emacs for the changes to take place. -

    +

    -

    3.6.?Examples

    +

    3.6. Examples

    The table or reference card of Emacs and PSGML commands can be confusing for beginners. This section provides some examples of how to use them. -

    3.6.1.?Tag Completion

    [Note]Note

    This section assumes that you have already loaded the DTD file +

    3.6.1. Tag Completion

    [Note]Note

    This section assumes that you have already loaded the DTD file (.ced).

    Instead of typing a tag each time you need to use it, use - the key combination Ctrl-c, - followed by <. At the bottom of the - Emacs window, you will see: + the key combination Ctrl-c, + followed by <. At the bottom of the + Emacs window, you will see:

     Tag: <
     

    - To view a list of available tags, use either the Tab - or ?. Or, if you know the first few letters of a tag, - you can enter them followed by Tab for a complete + To view a list of available tags, use either the Tab + or ?. Or, if you know the first few letters of a tag, + you can enter them followed by Tab for a complete list of available tags beginning with those letters or for a tag completion.

    - Try the following: Type Ctrl-c - followed by <. Then enter the letter - k, followed by Tab. You may have to - use the Tab key several times to get a complete list. + Try the following: Type Ctrl-c + followed by <. Then enter the letter + k, followed by Tab. You may have to + use the Tab key several times to get a complete list.

    The output should look similar to the example below:

    @@ -41,44 +41,44 @@
     <keycap>                 <keycode>
     <keycombo>               <keysym>
     
    -

    3.6.2.?Tag Closure

    +

    3.6.2. Tag Closure

    Once you have started the tag of choice, you must close it. The easiest way to close an open tag is to use the keycombo - Ctrl-c, followed by - /. This will close the closest open tag you have. -

    3.6.3.?Other Emacs Tasks

    - Working with one window: Sometimes in - Emacs the window becomes split (with tags + Ctrl-c, followed by + /. This will close the closest open tag you have. +

    3.6.3. Other Emacs Tasks

    + Working with one window: Sometimes in + Emacs the window becomes split (with tags completions or other text in the bottom window). The easiest way to get it back so that only your XML and text appear on one screen is to - use the keycombo Ctrl-x, followed by - 1. + use the keycombo Ctrl-x, followed by + 1.

    - Saving your work: To save your work, use the - following keycombo, Ctrl-x followed by - Ctrl-s. + Saving your work: To save your work, use the + following keycombo, Ctrl-x followed by + Ctrl-s.

    - The "clear/quit" command: I have found on some + The "clear/quit" command: I have found on some occasions that I have gotten too far into the tag completion process and need to just exit back out to my text. The easiest way to do this is the - keycombo Ctrl-g. This command quits + keycombo Ctrl-g. This command quits what you have been doing within the file, without quitting the file itself.

    - Opening a new file: To open a new file, use the - keycombo Ctrl-x followed by - Ctrl-f. At the bottom of the emacs + Opening a new file: To open a new file, use the + keycombo Ctrl-x followed by + Ctrl-f. At the bottom of the emacs window, you will be able to enter in the file name (using - Tab completion if needed) of the file you wish to + Tab completion if needed) of the file you wish to open.

    - Closing emacs: The easiest way to close - emacs is to use the keycombo - Ctrl-x followed by - Ctrl-c. If you have not saved your work, + Closing emacs: The easiest way to close + emacs is to use the keycombo + Ctrl-x followed by + Ctrl-c. If you have not saved your work, it will prompt you to save the file, otherwise it will just quit the current emacs session you have been working with. -

    +

    -

    3.4.?Load the Parsed DTD

    +

    3.4. Load the Parsed DTD

    Now that you have saved the DTD settings, you can load the .ced file and see the syntax highlighting for your .sgml files. @@ -26,7 +26,7 @@

    [Tip]Tip

    You can also use the Emacs command Meta-x sgml-load-dtd to load the parsed DTD. -

    +

    -

    4.3.?Additional Resources

    +

    4.3. Additional Resources

    Additional Emacs and nXML references are available at the following locations:

    +

    -

    4.4.?nXML README File

    [Note]Note

    +

    4.4. nXML README File

    [Note]Note

    This file can be found in the directory you extracted the source into, or in /usr/share/doc/nxml-mode-<version>/ @@ -113,7 +113,7 @@ James Clark

    jjc at thaiopensource.com -

    +

    -

    4.2.?Examples

    +

    4.2. Examples

    Compared to PSGML mode there are only couple of commands that you - need. This speeds up writing with Emacs + need. This speeds up writing with Emacs considerably, which means you can concentrate more on the content of your article. -

    4.2.1.?Commands

    +

    4.2.1. Commands

    To create a tag, type < and then type the keyword. To complete the keyword, press Ctrl-Ret, then add the last >. To close a tag, type @@ -26,14 +26,14 @@ Ctrl-s and navigate to /usr/share/emacs/site-lisp/nxml-mode/schema/ and load - docbook.rnc. Emacs + docbook.rnc. Emacs will then prompt you to save it in the current working directory.

    [Tip]Tip

    The commands already discussed are the only differences between - using Emacs with PSGML mode and - Emacs with nXML mode. You will still need - to use all the same commands as discussed in Section?3.5, “Basic Emacs Commands”. -

    + using Emacs with PSGML mode and + Emacs with nXML mode. You will still need + to use all the same commands as discussed in Section 3.5, “Basic Emacs Commands”. +

    -

    2.4.?Screenshots

    +

    2.4. Screenshots

    There are two types of screenshots: graphical and textual. The philosophy on using these two types is rely on text over graphics. This means, if you can say it in text instead of @@ -28,17 +28,17 @@ Set the theme to Bluecurve defaults. This gives a look that is familiar to most readers, and makes Fedora Documentation Project documents consistent. From the panel menu, choose - Preferences, - Theme and select - Bluecurve from the theme list. + Preferences, + Theme and select + Bluecurve from the theme list.

  • Set fonts to Bluecurve defaults as well. From the panel menu, - choose Preferences, - Fonts. Set the - Application font and the - Desktop font to Sans Regular 10. Set the - Window Title font to Sans Bold 10. Set - the Terminal font to Monospace Regular + choose Preferences, + Fonts. Set the + Application font and the + Desktop font to Sans Regular 10. Set the + Window Title font to Sans Bold 10. Set + the Terminal font to Monospace Regular 10.

  • Before taking the screenshot, try to resize the targeted GUI @@ -49,35 +49,35 @@

  • To take the screenshot, select the GUI element with your mouse, bringing it to the forefront, or otherwise arranging - the elements. Press Alt-Print Screen to capture a single + the elements. Press Alt-Print Screen to capture a single GUI window. For capturing the entire desktop use - Print Screen. If you are taking a shot of + Print Screen. If you are taking a shot of multiple elements and have grouped them closely together, you - can crop the resulting image in The - GIMP. The image will be in the PNG format. + can crop the resulting image in The + GIMP. The image will be in the PNG format.

  • - If you need to, you can resize using The - GIMP. With the image open, right-click on it - and choose Image -> Scale - Image.... With the chain symbol intact, set the - New Width to 500 px, - and click OK. Be sure to Ctrl-s to save + If you need to, you can resize using The + GIMP. With the image open, right-click on it + and choose Image -> Scale + Image.... With the chain symbol intact, set the + New Width to 500 px, + and click OK. Be sure to Ctrl-s to save your changes to your PNG before converting to EPS.

  • - With the image open in The GIMP, - right-click on the image, selecting File - -> Save As.... Under - Determine File Type:, select - PostScript, then click - OK. Allow flattening of the image by - clicking Export. + With the image open in The GIMP, + right-click on the image, selecting File + -> Save As.... Under + Determine File Type:, select + PostScript, then click + OK. Allow flattening of the image by + clicking Export.

    - In the Save as PostScript window, select - Encapsulated PostScript, and click - OK. + In the Save as PostScript window, select + Encapsulated PostScript, and click + OK.

  • For more information about calling the images from the XML, refer - to Section?6.12, “figure”. + to Section 6.12, “figure”.

    Text Screenshot

    Textual screen information is also useful for readers. If you use a graphical screenshot to illustrate a function, and the textual mode has identical functions, you should not include @@ -89,7 +89,7 @@ userinput tags, and what the user is shown as output should be in computeroutput tags. For example, the usage in - Example?2.1 should look like Example?2.2. + Example 2.1, “Incorrect Textual Screenshot” should look like Example 2.2, “Correct Textual Screenshot”.

     ps ax | grep ssh
     
    @@ -100,7 +100,7 @@
     17227 pts/2    S      0:10 ssh rbalboa at smbshare2
     21113 pts/7    S      1:19 ssh rocky at xxx.private
     
    -	      

    Example?2.1.?Incorrect Textual Screenshot

    +

    Example 2.1. Incorrect Textual Screenshot

    To find all the currently active ssh sessions, execute the following command:

    @@ -114,9 +114,9 @@
      8032 pts/0    S      0:00 ssh user at host.example.com
      8032 pts/1    S      0:00 ssh root at backup.example.com
     
    -	      

    Example?2.2.?Correct Textual Screenshot

    - For more information about using screen, refer to Section?6.22, “screen”. -

    +

    Example 2.2. Correct Textual Screenshot

    + For more information about using screen, refer to Section 6.22, “screen”. +

    -

    7.2.?Including the License Information

    +

    7.2. Including the License Information

    All Fedora Project manuals must contain the file legalnotice.xml. This file makes the license for the file the GNU Free Documentation License (FDL).

    The sample parent file shows how it is included. -

    +

    -

    5.3.?Additional VIM Resources

    +

    5.3. Additional VIM Resources

    Additional information about VIM may be found from:

    • Example sgml-vimrc from the Beginner's guide to @@ -22,7 +22,7 @@ the vim-common package — /usr/share/vim/<version>/doc/intro.txt or type :help intro from within VIM -

    +

    -

    5.2.?Keymapping with VIM

    +

    5.2. Keymapping with VIM

    VIM can speed up your DocBook creation by mapping frequently typed tags (or any words or phrases) onto short key combinations. By default, the keymap leader is the backslash (\), but it can be @@ -52,8 +52,8 @@

    Unfortunately, there is not currently a complete macro set for all DocBook commands, so you will need to define them yourself or customize - the definitions in the examples from Section?5.3, “Additional VIM Resources”. -

    + the definitions in the examples from Section 5.3, “Additional VIM Resources”. +

    -

    2.3.?Admonitions

    There are five types of admonitions in DocBook: Caution, Important, +

    2.3. Admonitions

    There are five types of admonitions in DocBook: Caution, Important, Note, Tip, and Warning.

    All of the admonitions have the same structure: an optional Title followed by paragraph-level elements. The DocBook DTD does not impose any specific semantics on the individual admonitions. For example, DocBook does not mandate that Warnings be reserved for cases where bodily harm can - result.

    2.3.1.?Creating Notes, Tips, Cautions, Importants, and Warnings

    There are several ways to bring attention to text within a + result.

    2.3.1. Creating Notes, Tips, Cautions, Importants, and Warnings

    There are several ways to bring attention to text within a document. A Note is used to bring additional information to the users' attention. A Tip is used to show the user helpful information or another way to do @@ -62,7 +62,7 @@ <para>Body of text goes here.</para> </warning> -

    [Warning]Warning

    Body of text goes here.

    +
    [Warning]Warning

    Body of text goes here.

    -

    2.2.?File Header

    +

    2.2. File Header

    All the files must contain the CVS Id header.

    If you create a new file, the first line must be: @@ -23,7 +23,7 @@ <!-- $Id$ --> -

    +
    -

    6.27.?ulink

    +

    6.27. ulink

    To create a URL link within your text, use the following example:

     
    @@ -25,7 +25,7 @@
     	  If the URL does not end in a filename, it must end in a slash
     	  (/) to be a properly formed URL. For
     	  example, http://www.redhat.com/.
    -	

    +

    -

    6.2.?application

    An application is the name of a GUI software program. A command is +

    6.2. application

    An application is the name of a GUI software program. A command is the name of an executable (text) program or a software command.

    The <application> and </application> tags allow you to refer to an application or program. For example, the following XML: @@ -21,9 +21,9 @@

    produces the following output:

    - To view the Web in Linux, you can use Mozilla - or lynx if you only want a text-based browser. -

    + To view the Web in Linux, you can use Mozilla + or lynx if you only want a text-based browser. +

    -

    6.3.?chapter

    +

    6.3. chapter

    A DocBook book can be divided into chapters such as:

     
    @@ -24,8 +24,8 @@
     

    The chapter can also be further divided into sections (sect1, sect2, - sect3, etc.). Refer to Section?6.23, “Sections” for details. -

    + sect3, etc.). Refer to Section 6.23, “Sections” for details. +

    -

    6.4.?citetitle

    +

    6.4. citetitle

    The <citetitle> tag provides formatting for a specific references (title can be manually typed out or if already - defined within your document set, given as an entity[1] + defined within your document set, given as an entity[1] ).

    For example:

    @@ -20,10 +20,10 @@
     

    The output looks like Installation Guide because &IG; is an entity. -



    [1] An +



    [1] An entity is a short hand way of referring to another manual or guide. It can be defined within the parent document or within a set of files that - your DTD references for your specific documentation set.

    + your DTD references for your specific documentation set.

    -

    6.5.?command

    An application is the name of a GUI software program. A command is +

    6.5. command

    An application is the name of a GUI software program. A command is the name of an executable (text) program or a software command. Any program that is a command line or text-based only tool is marked with command tags.

    If you have text that is a command, use the @@ -48,7 +48,7 @@ set to define options in a configuration file.

    Terms marked with command tags because there aren't exact tags for them: -

    • Options in configuration files such as Apache directives

    • daemon names

    +

    • Options in configuration files such as Apache directives

    • daemon names

    -

    6.6.?computeroutput

    +

    6.6. computeroutput

    To show computer output use the following tags:

     
    @@ -17,7 +17,7 @@
     	The output:
           

    Do you really want to delete this file? y n -

    +

    -

    6.7.?emphasis

    +

    6.7. emphasis

    To emphasis content, use the <emphasis> and </emphasis> tags. For example:

    @@ -22,7 +22,7 @@
     	This installation will remove all existing Linux
     	partitions on all hard drives in your system;
     	non-Linux partitions will not be removed.
    -      

    +

    -

    6.8.?example

    The <example> and +

    6.8. example

    The <example> and </example> tags are used to format text within a document and is great for adding emphasis to show examples of code, exercises, and more.

    The <example> tag set should be given an ID @@ -36,7 +36,7 @@ fixed-address 192.168.1.4; } -

    Example?6.1.?Static IP Address using DHCP

    +

    Example 6.1. Static IP Address using DHCP

    -

    6.12.?figure

    [Important]Important

    +

    6.12. figure

    [Important]Important

    Order matters! The EPS file must be declared first.

    @@ -46,8 +46,8 @@ <phrase>Some text description of this image</phrase> ==> "Some text..." would be edited

    - For more information on taking screenshots, refer to Section?2.4, “Screenshots”. -

    + For more information on taking screenshots, refer to Section 2.4, “Screenshots”. +

    -

    6.9.?filename

    +

    6.9. filename

    The <filename> and </filename> tags define a filename or path to a file. Since directories are just special files, they are marked with the @@ -28,13 +28,13 @@

    The output:

    - To use the Keyboard Configuration Tool, the + To use the Keyboard Configuration Tool, the redhat-config-keyboard RPM package must be installed.

    [Note]Note

    Directory names must end with a forward slash (/) to distinguish them from file names. -

    +

    -

    6.10.?firstterm

    +

    6.10. firstterm

    The <firstterm> and </firstterm> tags helps to define a word that may be unfamiliar to the user, but that will be seen commonly throughout @@ -22,7 +22,7 @@

    Nearly every modern-day operating system uses disk partitions, and Fedora Core is no exception. -

    +

    -

    6.11.?footnote

    +

    6.11. footnote

    If you need to make a footnote, use the following example:

     
    @@ -23,11 +23,11 @@
     

    The output:

    - For those of you who need to perform a server-class [2] installation, refer to the + For those of you who need to perform a server-class [2] installation, refer to the Installation Guide. -



    [2] A +



    [2] A server-class installation sets up a typical server environment. Please note, no - graphical environment is installed during a server-class installation.

    + graphical environment is installed during a server-class installation.

    -

    6.13.?GUI Tags

    6.13.1.?guilabel

    +

    6.13. GUI Tags

    6.13.1. guilabel

    Use the <guilabel> and </guilabel> tags as a default for GUI descriptions, like a screen name or screen title. For example: @@ -19,9 +19,9 @@

    The output:

    - The Authentication Configuration screen shows you how to + The Authentication Configuration screen shows you how to make your system more secure. -

    6.13.2.?guibutton

    +

    6.13.2. guibutton

    Use the <guibutton> and </guibutton> tags to denote a button on a screen or menu. For example: @@ -33,9 +33,9 @@

    The output:

    - Check the Activate on boot button to have the X + Check the Activate on boot button to have the X Window System start automatically. -

    6.13.3.?guiicon

    +

    6.13.3. guiicon

    The <guiicon> and </guiicon> tags are used to denote a panel or desktop icon. For example:

    @@ -45,9 +45,9 @@
     

    The output:

    - Double-click the Start Here icon on the desktop. -

    6.13.4.?guimenu and - guimenuitem

    + Double-click the Start Here icon on the desktop. +

    6.13.4. guimenu and + guimenuitem

    To note a menu (like in the installation program or within the control panel), use the <guimenu> and </guimenu> tags. @@ -66,11 +66,11 @@

    The output:

    - From the control panel, click on Main Menu => - Programming => - Emacs to start the - Emacs text editor. -

    + From the control panel, click on Main Menu => + Programming => + Emacs to start the + Emacs text editor. +

    -

    6.17.?Index Entries

    The following command sequence shows you the code inserted into +

    6.17. Index Entries

    The following command sequence shows you the code inserted into the body of the text to add an index entry to your document:

     
    @@ -16,11 +16,11 @@
     <secondary>bar</secondary> <-- "bar" will be listed under "foo" 
     </indexterm> <-- closes this index entry
     
    -

    The <seealso> tag allows you to +

    The <seealso> tag allows you to reference another index entry or refer to another manual. Make sure the <seealso> reference you are pointing to has its own entry. For example: -

    +      

     
     <indexterm> 
     <primary>SWAK</primary> 
    @@ -32,10 +32,10 @@
     <primary>salutations</primary> 
     </indexterm>
     
    -

    +

    The <see> tag allows you to reference to another index entry entirely. For example: -

    +      

     
     <indexterm> 
     <primary>Guinness</primary> 
    @@ -48,14 +48,14 @@
     <primary>beer</primary>
     </indexterm>
     
    -

    To view the HTML output of the index entries shown here, refer +

    To view the HTML output of the index entries shown here, refer to the generated-index.php file at the end of this document.

    How does the index get generated? If indexterms exist in the document and the beginning and ending index tags exist before the end tag for the book or article, an index is created because of the generate.index stylesheet parameter, which is set to true by default. -

    +

    -

    6.14.?keycap

    +

    6.14. keycap

    To denote a specific key, you will need to use the <keycap> and </keycap> tags. Brackets are automatically added around the keycap, so do not add @@ -19,8 +19,8 @@

    The output:

    - To make your selection, press the Enter key. -

    6.14.1.?menuchoice

    + To make your selection, press the Enter key. +

    6.14.1. menuchoice

    Often using a mouse is tedious for common tasks. Therefore, programmers often build in keyboard-shortcuts to simplify their program. These should be described using the shortcut tag as a wrapper @@ -41,8 +41,8 @@ The output:

    Go to the menu bar and choose: - File->Save (Ctrl-s). -

    6.14.2.?keycombo

    + File->Save (Ctrl-s). +

    6.14.2. keycombo

    To illustrate a key combination, you need to use the <keycombo> and </keycombo>, @@ -58,8 +58,8 @@ The output:

    To reboot your system, press - Ctrl-Alt-Del. -

    + Ctrl-Alt-Del. +

    -

    6.15.?Lists

    There are several types of lists you can create using XML. You +

    6.15. Lists

    There are several types of lists you can create using XML. You can have a itemized (bulleted) list, a ordered (numbered) list, or a variable list (presents a term and then a separate paragraph).

    There is also a list format for tables and for for creating a list of glossary terms and their definitions.

    The sections below will discuss the proper uses for the various - list and how to create them.

    6.15.1.?itemizedlist

    An ItemizedList is best used to present + list and how to create them.

    6.15.1. itemizedlist

    An ItemizedList is best used to present information that is important for the reader to know, but that does not need to be in a specific order. It is shorter than a VariableList and presents the information in a @@ -38,7 +38,7 @@ </listitem> </itemizedlist> -

    The output looks like:

    • Getting familiar with the installation program's user interface

    • Starting the installation program

    • Selecting an installation method

    6.15.2.?OrderedList

    An orderedlist is best used to present +

    The output looks like:

    • Getting familiar with the installation program's user interface

    • Starting the installation program

    • Selecting an installation method

    6.15.2. OrderedList

    An orderedlist is best used to present information that is important for the reader to know in a specific order. orderedlists are a good way to convey step-by-step senarios to the audience you are writing for.

    @@ -82,7 +82,7 @@ errata. Using these URLs, you can download any necessary diskette images. Please note: use binary mode when transferring a diskette image. -

    6.15.3.?Variablelist

    A variablelist best represents a list of +

    6.15.3. Variablelist

    A variablelist best represents a list of terms and definitions or descriptions for those terms.

    To create a variablelist, use the following command sequence:

    [Note]Note

    Notice below that the text for the list @@ -125,7 +125,7 @@ Do not specify the frame attribute to the table. Doing so breaks PDF production. -

    6.15.4.?Creating a List Within a Table Using Simplelist

    A simplelist is an unadorned list of +

    6.15.4. Creating a List Within a Table Using Simplelist

    A simplelist is an unadorned list of items. simplelists can be inline or arranged in columns.

    We use simplelist to add separate paragraphs of text within a table element. A regular list, such as @@ -204,11 +204,11 @@ utility.Onboard termination is disabled when the power is off, unless jumpers are used to enforce termination.
    Set the onboard termination to automatic (the default).
    Use the internal SCSI connector for private - (non-cluster) storage.

    Table?6.1.?Host Bus Adapter Features and Configuration Requirements

    [Note]Note

    Notice how the SimpleList tags are + (non-cluster) storage.

    Table 6.1. Host Bus Adapter Features and Configuration Requirements

    [Note]Note

    Notice how the SimpleList tags are used. The <entry> and <simplelist> tags must be aligned beside one another, otherwise you will receive a parsing error.

    For each paragraph or list item to be added within a SimpleList, the <member> tag set must be - added around that particular text item.

    6.15.5.?glosslist

    Use the glosslist command set to create a + added around that particular text item.

    6.15.5. glosslist

    Use the glosslist command set to create a list of glossary terms and their definitions.

    In XML, an example looks like the following:

     
     	  <glosslist>
    @@ -241,7 +241,7 @@
     	  The output looks like:
     	

    applet

    A small application, usually a utility or other simple program.

    architecture

    The design for organization and integration of components within a computer or computer system.

    archive

    To transfer files into storage for the purpose of saving - space and/or organization.

    + space and/or organization.

    -

    6.16.?option

    If you have a command that offers an option or a flag, use the +

    6.16. option

    If you have a command that offers an option or a flag, use the <option> and </option> tags.

    [Note]Note

    The <option> tag set is only meant to be used for command @@ -20,7 +20,7 @@

    The output:

    For example, with the command ls you can - specify an option such as -la.

    + specify an option such as -la.

    -

    6.18.?para

    For any paragraph, the <para> and +

    6.18. para

    For any paragraph, the <para> and </para> tags must open and close that particular paragraph.

    Do not use para tags around anything other than a simple paragraph. Doing so will create additional white space within the text itself.

    Do not use <para> tags around the following (or, to put this another way, do not embed the - following within <para> tags):

    • <screen>

    • <itemizedlist>

    • <orderedlist>

    • <variablelist>

    • <table>

    -

    6.19.?part

    +

    6.19. part

    In the parent file, you can separate the chapters into parts to divide them into logical groups. For example, in the parent file, the part tags surround the chapter entities: @@ -38,7 +38,7 @@ In the HTML output, a separate HTML page is generated with the part number, title, introduction, and TOC. In the PDF output, the same information about the part is on a separate page. -

    +

    -

    6.20.?prompt

    +

    6.20. prompt

    To show a prompt, such as a root or DOS prompt, use the <prompt> and </prompt> commands. For example: @@ -29,7 +29,7 @@ When showing example computer output (usually in screen tags), do not include the prompt or command (unless the command or prompt is the actually computer output you want - to show).

    + to show).

    -

    6.21.?replaceable

    +

    6.21. replaceable

    To create replaceable text, use the tags <replaceable> and </replaceable> around the text you want to use as a @@ -21,7 +21,7 @@ The output:

     foo-version-number.arch.rpm
    -
    +
    -

    6.22.?screen

    +

    6.22. screen

    The <screen> command is used to format text within a document and is great for adding emphasis to show examples of code, computer output, and more. In HTML with the Fedora CSS file, this @@ -48,7 +48,7 @@

     This is an example of a screen.  You do not need <para> tags
     within this command.
    -

    6.22.1.?Using Inline Tags with screen

    +

    6.22.1. Using Inline Tags with screen

    If you choose to use inline tags inside a <screen> section, follow these guidelines for consistency. If the content in the screen is a listing of a @@ -112,8 +112,8 @@ GRAPHICAL=yes

    For an explanation of how to use the replaceable - tags within a set of screen tags, refer to Section?6.21, “replaceable”. -

    + tags within a set of screen tags, refer to Section 6.21, “replaceable”. +

    -

    6.23.?Sections

    Within an article (or chapter if it is a DocBook XML book like the +

    6.23. Sections

    Within an article (or chapter if it is a DocBook XML book like the Installation Guide), you can have sections and subsections. <sect1> is always the highest section and you cannot have two sections of the same level within one @@ -58,7 +58,7 @@ </para> </section> -

    +
    -

    6.24.?table

    +

    6.24. table

    The following is an example of creating a table.

     <table id="tb-mockup-before-begin">
    @@ -78,10 +78,10 @@
     </tbody> 
     </tgroup> 
     </table> 
    -
    Features GNOMEKDE
    highly configurableyesyes
    multiple window managers yesyes
    Internet applicationsyes yes

    Table?6.2.?Available Features of GNOME and KDE

    6.24.1.?Creating a List Within a Table

    Creating a list within a table can be a difficult task. It +

    Features GNOMEKDE
    highly configurableyesyes
    multiple window managers yesyes
    Internet applicationsyes yes

    Table 6.2. Available Features of GNOME and KDE

    6.24.1. Creating a List Within a Table

    Creating a list within a table can be a difficult task. It requires strict formatting and a set of commands that are not available for command completion in - Emacs.

    The tags you will need to use are + Emacs.

    The tags you will need to use are <simplelist> and <member>.

    The following example will show you the proper formatting for creating a list within a table.

    @@ -147,7 +147,7 @@
     		      Europe) Latent support is provided for the following
     		      serial attached power switch.  This switch has not yet
     		      been fully tested:APC Serial On/Off Switch (partAP9211), http://www.apc.com/Strongly recommended for data integrity under all failure
    -		  conditions

    Table?6.3.?Power Switch Hardware Table

    + conditions

    Table 6.3. Power Switch Hardware Table

    -

    6.25.?trademark

    Do not use the trademark entities &trade;, &copy;, or +

    6.25. trademark

    Do not use the trademark entities &trade;, &copy;, or &reg; because the do not produce HTML output that works for all charsets. The HTML output produces by these entities are declared in the DTD and cannot be changed via the stylesheet.

    Instead, use the trademark tag and its @@ -18,7 +18,7 @@ <trademark class="registered">registered trademark symbol after me</trademark> <trademark class="copyright">copyright symbol after me</trademark> -

    +
    -

    6.26.?userinput

    +

    6.26. userinput

    To show what a user would type, use the userinput tag. For example:

    @@ -22,7 +22,7 @@
     	At the prompt, type:
           

    dd if=boot.img of=/dev/fd0 bs=1440k -

    +

    -

    6.28.?wordasword

    The <wordasword> tag set is used to define a word meant +

    6.28. wordasword

    The <wordasword> tag set is used to define a word meant specifically as a word and not representing anything else.

    A lot of technical documentation contains words that have overloaded meanings. Sometimes it is useful to be able to use a word without invoking its technical meaning. The <wordasword> element identifies a word or @@ -27,7 +27,7 @@ linux.

    In the example, the word "linux" is just a word. It is not meant to convey anything about Linux as a subject, or to add relevance or meaning to the content. It can be replaced with any other word without - losing any of the context.

    + losing any of the context.

    -

    6.29.?xref

    +

    6.29. xref

    To refer to other sections or chapters within a manual, use the <xref> tag.

    @@ -21,9 +21,9 @@

    The output:

    - For more information about the parent file, refer to Chapter?7, The Layout of a Tutorial - and Section?7.1, “The Parent File”. -

    + For more information about the parent file, refer to Chapter 7, The Layout of a Tutorial + and Section 7.1, “The Parent File”. +

    Author: kwade Update of /cvs/fedora/web/html/participate/documentation-guide In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11304 Added Files: ch-style.php sn-composition-tips.php sn-grammar-and-usage.php sn-tech-docs-fundamentals.php Log Message: Here are the real style chapter files. ***** Error reading new file: [Errno 2] No such file or directory: 'ch-style.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-composition-tips.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-grammar-and-usage.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-tech-docs-fundamentals.php' From fedora-extras-commits at redhat.com Tue May 3 19:45:23 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 15:45:23 -0400 Subject: common tobuild,1.40,1.41 Message-ID: <200505031945.j43JjNec011520@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11503 Modified Files: tobuild Log Message: request build of rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- tobuild 3 May 2005 13:22:05 -0000 1.40 +++ tobuild 3 May 2005 19:45:21 -0000 1.41 @@ -5,3 +5,4 @@ skvidal rpms/galeon/FC-3 galeon-1_3_20-2_fc3 fc3 skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/sylpheed-claws/FC-3 sylpheed-claws-1_0_4-1 fc3 +skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development From fedora-extras-commits at redhat.com Tue May 3 19:54:41 2005 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 3 May 2005 15:54:41 -0400 Subject: rpms/inadyn/devel inadyn.spec,1.8,1.9 README.inadyn,1.1,NONE Message-ID: <200505031954.j43JsfCu011581@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/inadyn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11563 Modified Files: inadyn.spec Removed Files: README.inadyn Log Message: Description: Move note from README.inadyn to %description Index: inadyn.spec =================================================================== RCS file: /cvs/extras/rpms/inadyn/devel/inadyn.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- inadyn.spec 3 May 2005 17:56:58 -0000 1.8 +++ inadyn.spec 3 May 2005 19:54:39 -0000 1.9 @@ -1,6 +1,6 @@ Name: inadyn Version: 1.90 -Release: 10 +Release: 11 Summary: Dynamic DNS Client @@ -10,7 +10,6 @@ Source0: http://inadyn.ina-tech.net/inadyn.v%{version}.zip Source1: inadyn.conf Source2: inadyn.init -Source3: README.inadyn BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/chkconfig @@ -24,6 +23,10 @@ by the DSN server is the real current address of the machine that is running INADYN. +Before using inadyn for the first time you must use the DynDNS +provider's web interface to create the entry for the hostname. You +should then fill in /etc/inadyn.conf with the appropriate detail + %prep %setup -q -c @@ -31,8 +34,6 @@ make -f makefile.linux CFLAGS="$RPM_OPT_FLAGS" %install -cp -f %{SOURCE3} README.Fedora - rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sbindir} @@ -73,13 +74,16 @@ %files %defattr(-,root,root,-) -%doc readme.html README.Fedora +%doc readme.html %{_sbindir}/inadyn %{_mandir}/man*/* %attr(0755,root,root) %{_initrddir}/inadyn %config %{_sysconfdir}/inadyn.conf %changelog +* Tue May 3 2005 Jochen Schmitt 1.90-11 +- Move note from README.Fedora to %%description + * Tue May 3 2005 Jochen Schmitt 1.90-9 - And special usage notes - Use of /sbin/service to manage initscript in scriptlet --- README.inadyn DELETED --- From fedora-extras-commits at redhat.com Tue May 3 20:47:19 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 16:47:19 -0400 Subject: common tobuild,1.41,1.42 Message-ID: <200505032047.j43KlJvv012618@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12599 Modified Files: tobuild Log Message: blank out tobuild file and try it out all new. Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- tobuild 3 May 2005 19:45:21 -0000 1.41 +++ tobuild 3 May 2005 20:47:17 -0000 1.42 @@ -1,8 +1,3 @@ # this is the build control file. the format is # user repo tag target status # - -skvidal rpms/galeon/FC-3 galeon-1_3_20-2_fc3 fc3 -skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development -skvidal rpms/sylpheed-claws/FC-3 sylpheed-claws-1_0_4-1 fc3 -skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development From fedora-extras-commits at redhat.com Tue May 3 20:48:25 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 16:48:25 -0400 Subject: common tobuild,1.42,1.43 Message-ID: <200505032048.j43KmPCd012666@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12649 Modified Files: tobuild Log Message: request build of rpms/verbiste/devel verbiste-0_1_10-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- tobuild 3 May 2005 20:47:17 -0000 1.42 +++ tobuild 3 May 2005 20:48:22 -0000 1.43 @@ -1,3 +1,5 @@ # this is the build control file. the format is # user repo tag target status # +skvidal rpms/verbiste/devel verbiste-0_1_10-4 development +skvidal rpms/verbiste/devel verbiste-0_1_10-4 development From fedora-extras-commits at redhat.com Tue May 3 20:49:04 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 16:49:04 -0400 Subject: common tobuild,1.43,1.44 Message-ID: <200505032049.j43Kn4th012694@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12677 Modified Files: tobuild Log Message: make it icon's fault Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- tobuild 3 May 2005 20:48:22 -0000 1.43 +++ tobuild 3 May 2005 20:49:02 -0000 1.44 @@ -1,5 +1,4 @@ # this is the build control file. the format is # user repo tag target status # -skvidal rpms/verbiste/devel verbiste-0_1_10-4 development -skvidal rpms/verbiste/devel verbiste-0_1_10-4 development +icon rpms/verbiste/devel verbiste-0_1_10-4 development From fedora-extras-commits at redhat.com Tue May 3 21:11:32 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 3 May 2005 17:11:32 -0400 Subject: rpms/tla/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 tla-sysneon.patch, 1.2, 1.3 tla.spec, 1.11, 1.12 tla-1.2-alt-texinfo.patch, 1.1, NONE tla-1.2-texi.diff, 1.1, NONE tla-1.3.1-gcc4.patch, 1.1, NONE Message-ID: <200505032111.j43LBWlD013749@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13719 Modified Files: .cvsignore sources tla-sysneon.patch tla.spec Removed Files: tla-1.2-alt-texinfo.patch tla-1.2-texi.diff tla-1.3.1-gcc4.patch Log Message: update to 1.3.2 (with requisite build fixes) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tla/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 28 Mar 2005 16:27:43 -0000 1.6 +++ .cvsignore 3 May 2005 21:11:30 -0000 1.7 @@ -1,2 +1,2 @@ -tla-1.3.1-fix-1.tar.gz -tla-1.3.1-fix-1.tar.gz.sig +tla-1.3.2.tar.gz +tla-1.3.2.tar.gz.sig Index: sources =================================================================== RCS file: /cvs/extras/rpms/tla/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 28 Mar 2005 16:27:43 -0000 1.6 +++ sources 3 May 2005 21:11:30 -0000 1.7 @@ -1,2 +1,2 @@ -bab3b300176c5d038e190602eac40e86 tla-1.3.1-fix-1.tar.gz -3c24ed067763fec10a3bdb22f8a78665 tla-1.3.1-fix-1.tar.gz.sig +6dde0631a56b389768172cf089bbdc3a tla-1.3.2.tar.gz +f371db1c3cf58ffcbaa87d941b912838 tla-1.3.2.tar.gz.sig tla-sysneon.patch: Index: tla-sysneon.patch =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla-sysneon.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tla-sysneon.patch 21 Mar 2005 20:01:07 -0000 1.2 +++ tla-sysneon.patch 3 May 2005 21:11:30 -0000 1.3 @@ -1,6 +1,6 @@ -diff -Naru tla-1.3.orig/src/tla/libarch/pfs-dav.c tla-1.3/src/tla/libarch/pfs-dav.c ---- tla-1.3.orig/src/tla/libarch/pfs-dav.c 2004-12-23 06:30:26.000000000 +0200 -+++ tla-1.3/src/tla/libarch/pfs-dav.c 2005-01-30 11:05:37.203806225 +0200 +diff -ur tla-1.3.2-orig/src/tla/libarch/pfs-dav.c tla-1.3.2/src/tla/libarch/pfs-dav.c +--- tla-1.3.2-orig/src/tla/libarch/pfs-dav.c 2005-05-02 16:47:07.000000000 -0700 ++++ tla-1.3.2/src/tla/libarch/pfs-dav.c 2005-05-03 10:45:32.000000000 -0700 @@ -21,14 +21,14 @@ #include "tla/libfsutils/file-contents.h" #include "tla/libarch/archives.h" @@ -13,26 +13,41 @@ -#include "libneon/src/ne_uri.h" -#include "libneon/src/ne_redirect.h" -#include "libneon/src/ne_socket.h" -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include -diff -Naru tla-1.3.orig/src/tla/tla/Makefile.in tla-1.3/src/tla/tla/Makefile.in ---- tla-1.3.orig/src/tla/tla/Makefile.in 2004-12-23 06:30:26.000000000 +0200 -+++ tla-1.3/src/tla/tla/Makefile.in 2005-01-30 11:06:40.201846088 +0200 +diff -ur tla-1.3.2-orig/src/tla/PLUGIN/REQ tla-1.3.2/src/tla/PLUGIN/REQ +--- tla-1.3.2-orig/src/tla/PLUGIN/REQ 2005-05-02 16:47:05.000000000 -0700 ++++ tla-1.3.2/src/tla/PLUGIN/REQ 2005-05-03 10:45:32.000000000 -0700 +@@ -1,2 +1 @@ + hackerlab tla +-libneon tla +diff -ur tla-1.3.2-orig/src/tla/tla/Makefile.in tla-1.3.2/src/tla/tla/Makefile.in +--- tla-1.3.2-orig/src/tla/tla/Makefile.in 2005-05-02 16:47:09.000000000 -0700 ++++ tla-1.3.2/src/tla/tla/Makefile.in 2005-05-03 10:45:45.000000000 -0700 @@ -3,7 +3,7 @@ ../libawk/libawk.a \ ../libdate/libdate.a \ $(objroot)/hackerlab/libhackerlab/libhackerlab.a \ - ../../libneon/src/libneon.la \ + -lneon \ - -lm + -lm mains := tla.c +@@ -21,7 +21,7 @@ + endif + + $(programs):%$(cfg__exec_suffix):%.o $(thelib) $(filter-out -L%, $(filter-out -l%, $(libs))) +- $(SHELL) $(objroot)/libneon/libtool --mode=link $(CC) $(CFLAGS) -L../../expat -o $@ $< $(thelib) $(libs) ++ $(SHELL) libtool --mode=link $(CC) $(CFLAGS) -o $@ $< $(thelib) $(libs) + + clean: clean-prog + Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tla.spec 22 Apr 2005 15:47:45 -0000 1.11 +++ tla.spec 3 May 2005 21:11:30 -0000 1.12 @@ -1,27 +1,21 @@ Name: tla -Version: 1.3.1 -Release: 5.fix.1 +Version: 1.3.2 +Release: 2 Summary: The Low-Budget Arch Revision Control System Group: Development/Tools License: GPL URL: http://www.gnu.org/software/gnu-arch/ -Source0: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.1-fix-1.tar.gz -Source1: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.1-fix-1.tar.gz.sig +Source0: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.2.tar.gz +Source1: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.2.tar.gz.sig # Patch0 from SuSE 9.1's tla-1.2-15 Patch0: tla-1.2pre0-posix.patch -# Patch1,3 from ALT Linux's tla-1.2-alt6 -Patch1: tla-1.2-texi.diff -Patch2: tla-sysneon.patch -Patch3: tla-1.2-alt-texinfo.patch -Patch4: tla-1.3.1-gcc4.patch +Patch1: tla-sysneon.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: texinfo, neon-devel, which +BuildRequires: neon-devel, which Requires: tar, diffutils, patch -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info %description Arch is a really nifty revision control system. It's "whole-tree changeset @@ -33,69 +27,57 @@ %prep -%setup -q -n tla-1.3.1-fix-1 +%setup -q cd src %patch0 -p0 cd .. +rm -rf src/libneon +rm -rf src/expat %patch1 -p1 -rm -rf src/tla/libneon -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 - %build mkdir src/=build cd src/=build -export CFLAGS=$RPM_OPT_FLAGS +#export CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" ../configure \ --prefix=%{_prefix} --with-install-link-tools=yes --with-cc=%{__cc} -make # %{?_smp_mflags} # 1.[23] is not parallel build clean -cd ../docs-tla/texi -makeinfo arch.texi -cd ../.. - +make CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" # %{?_smp_mflags} # 1.[23] is not parallel build clean +mkdir -p docs-tla/html +cp -a ../docs-tla docs-tla/html +find docs-tla/html -not -name \*.css -not -name \*.html -exec rm {} \; %install rm -rf $RPM_BUILD_ROOT cd src/=build -make install destdir=$RPM_BUILD_ROOT -cd ../.. -rm -rf src/docs-tla/html/.arch-ids -ln -s arch.html src/docs-tla/html/index.html -install -Dpm 644 \ - src/docs-tla/texi/arch.info $RPM_BUILD_ROOT%{_infodir}/arch.info - +make install destdir=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" %check || : cd src/=build -make test +make test CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" %clean rm -rf $RPM_BUILD_ROOT - -%post -/sbin/install-info %{_infodir}/arch.info %{_infodir}/dir 2>/dev/null || : - -%preun -if [ $1 -eq 0 ] ; then - /sbin/install-info --delete %{_infodir}/arch.info \ - %{_infodir}/dir 2>/dev/null || : -fi - - %files %defattr(-,root,root,-) -%doc src/COPYING src/tla/ChangeLog src/docs-tla/HOWTO.crypto src/docs-tla/html +%doc src/COPYING src/tla/ChangeLog src/=build/docs-tla/html %{_bindir}/make-links %{_bindir}/remove-links %{_bindir}/tla -%{_infodir}/arch.info* - %changelog +* Tue May 03 2005 Shahms E. King - 0:1.3.2-2 +- Increment release for devel + +* Tue May 03 2005 Shahms E. King - 0:1.3.2-1 +- Update to upstream 1.3.2 +- Update sysneon patch +- Remove gcc4 patch as it was moved upstream +- Remove broken texinfo patches +- Remove non-existant texinfo documentation +- Fix building and installing HTML documentation + * Fri Apr 22 2005 Shahms E. King - 0:1.3.1-5.fix.1 - Increment EVR for devel package --- tla-1.2-alt-texinfo.patch DELETED --- --- tla-1.2-texi.diff DELETED --- --- tla-1.3.1-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Tue May 3 21:14:55 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:14:55 -0400 Subject: common tobuild,1.44,1.45 Message-ID: <200505032114.j43LEt80013922@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13905 Modified Files: tobuild Log Message: request build of rpms/galeon/devel galeon-1_3_20-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- tobuild 3 May 2005 20:49:02 -0000 1.44 +++ tobuild 3 May 2005 21:14:53 -0000 1.45 @@ -2,3 +2,5 @@ # user repo tag target status # icon rpms/verbiste/devel verbiste-0_1_10-4 development +skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development +skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development From fedora-extras-commits at redhat.com Tue May 3 21:15:05 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:15:05 -0400 Subject: common tobuild,1.45,1.46 Message-ID: <200505032115.j43LF5Gr013982@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13965 Modified Files: tobuild Log Message: request build of rpms/galeon/devel galeon-1_3_20-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- tobuild 3 May 2005 21:14:53 -0000 1.45 +++ tobuild 3 May 2005 21:15:03 -0000 1.46 @@ -4,3 +4,4 @@ icon rpms/verbiste/devel verbiste-0_1_10-4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development +skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development From fedora-extras-commits at redhat.com Tue May 3 21:16:20 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:16:20 -0400 Subject: common tobuild,1.46,1.47 Message-ID: <200505032116.j43LGKJs014079@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14062 Modified Files: tobuild Log Message: request build of rpms/galeon/devel galeon-1_3_20-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- tobuild 3 May 2005 21:15:03 -0000 1.46 +++ tobuild 3 May 2005 21:16:18 -0000 1.47 @@ -5,3 +5,4 @@ skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development +skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development From fedora-extras-commits at redhat.com Tue May 3 21:16:32 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:16:32 -0400 Subject: common tobuild,1.47,1.48 Message-ID: <200505032116.j43LGW1d014141@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14124 Modified Files: tobuild Log Message: request build of rpms/mknbi/devel mknbi-1_4_4-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- tobuild 3 May 2005 21:16:18 -0000 1.47 +++ tobuild 3 May 2005 21:16:30 -0000 1.48 @@ -6,3 +6,4 @@ skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development +skvidal rpms/mknbi/devel mknbi-1_4_4-1 development From fedora-extras-commits at redhat.com Tue May 3 21:16:45 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:16:45 -0400 Subject: common tobuild,1.48,1.49 Message-ID: <200505032116.j43LGjKD014203@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14186 Modified Files: tobuild Log Message: request build of rpms/wxGTK/devel wxGTK-2_4_2-10 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- tobuild 3 May 2005 21:16:30 -0000 1.48 +++ tobuild 3 May 2005 21:16:42 -0000 1.49 @@ -7,3 +7,4 @@ skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/mknbi/devel mknbi-1_4_4-1 development +skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development From fedora-extras-commits at redhat.com Tue May 3 21:16:59 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:16:59 -0400 Subject: common tobuild,1.49,1.50 Message-ID: <200505032116.j43LGxpW014266@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14249 Modified Files: tobuild Log Message: request build of rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- tobuild 3 May 2005 21:16:42 -0000 1.49 +++ tobuild 3 May 2005 21:16:57 -0000 1.50 @@ -8,3 +8,4 @@ skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/mknbi/devel mknbi-1_4_4-1 development skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development +skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development From fedora-extras-commits at redhat.com Tue May 3 21:17:12 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:17:12 -0400 Subject: common tobuild,1.50,1.51 Message-ID: <200505032117.j43LHCCI014329@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14312 Modified Files: tobuild Log Message: request build of rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- tobuild 3 May 2005 21:16:57 -0000 1.50 +++ tobuild 3 May 2005 21:17:10 -0000 1.51 @@ -9,3 +9,4 @@ skvidal rpms/mknbi/devel mknbi-1_4_4-1 development skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development +skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development From fedora-extras-commits at redhat.com Tue May 3 21:17:24 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:17:24 -0400 Subject: common tobuild,1.51,1.52 Message-ID: <200505032117.j43LHOuM014391@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14374 Modified Files: tobuild Log Message: request build of rpms/QuantLib/devel QuantLib-0_3_8-6 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- tobuild 3 May 2005 21:17:10 -0000 1.51 +++ tobuild 3 May 2005 21:17:22 -0000 1.52 @@ -10,3 +10,4 @@ skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development +skvidal rpms/QuantLib/devel QuantLib-0_3_8-6 development From fedora-extras-commits at redhat.com Tue May 3 21:17:36 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:17:36 -0400 Subject: common tobuild,1.52,1.53 Message-ID: <200505032117.j43LHasB014454@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14437 Modified Files: tobuild Log Message: request build of rpms/xmms-arts/devel xmms-arts-0_7_1-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- tobuild 3 May 2005 21:17:22 -0000 1.52 +++ tobuild 3 May 2005 21:17:34 -0000 1.53 @@ -11,3 +11,4 @@ skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development skvidal rpms/QuantLib/devel QuantLib-0_3_8-6 development +skvidal rpms/xmms-arts/devel xmms-arts-0_7_1-1 development From fedora-extras-commits at redhat.com Tue May 3 21:17:48 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:17:48 -0400 Subject: common tobuild,1.53,1.54 Message-ID: <200505032117.j43LHm5d014517@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14500 Modified Files: tobuild Log Message: request build of rpms/xmms-skins/devel xmms-skins-1_2_10-15 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- tobuild 3 May 2005 21:17:34 -0000 1.53 +++ tobuild 3 May 2005 21:17:46 -0000 1.54 @@ -12,3 +12,4 @@ skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development skvidal rpms/QuantLib/devel QuantLib-0_3_8-6 development skvidal rpms/xmms-arts/devel xmms-arts-0_7_1-1 development +skvidal rpms/xmms-skins/devel xmms-skins-1_2_10-15 development From fedora-extras-commits at redhat.com Tue May 3 21:18:01 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:18:01 -0400 Subject: common tobuild,1.54,1.55 Message-ID: <200505032118.j43LI1J2014580@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14563 Modified Files: tobuild Log Message: request build of rpms/lirc/devel lirc-0_7_1-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- tobuild 3 May 2005 21:17:46 -0000 1.54 +++ tobuild 3 May 2005 21:17:58 -0000 1.55 @@ -13,3 +13,4 @@ skvidal rpms/QuantLib/devel QuantLib-0_3_8-6 development skvidal rpms/xmms-arts/devel xmms-arts-0_7_1-1 development skvidal rpms/xmms-skins/devel xmms-skins-1_2_10-15 development +skvidal rpms/lirc/devel lirc-0_7_1-2 development From fedora-extras-commits at redhat.com Tue May 3 21:18:13 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:18:13 -0400 Subject: common tobuild,1.55,1.56 Message-ID: <200505032118.j43LIDQv014643@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14626 Modified Files: tobuild Log Message: request build of rpms/synergy/devel synergy-1_2_2-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- tobuild 3 May 2005 21:17:58 -0000 1.55 +++ tobuild 3 May 2005 21:18:11 -0000 1.56 @@ -14,3 +14,4 @@ skvidal rpms/xmms-arts/devel xmms-arts-0_7_1-1 development skvidal rpms/xmms-skins/devel xmms-skins-1_2_10-15 development skvidal rpms/lirc/devel lirc-0_7_1-2 development +skvidal rpms/synergy/devel synergy-1_2_2-2 development From fedora-extras-commits at redhat.com Tue May 3 21:18:25 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:18:25 -0400 Subject: common tobuild,1.56,1.57 Message-ID: <200505032118.j43LIPJB014706@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14689 Modified Files: tobuild Log Message: request build of rpms/nmh/devel nmh-1_1-7_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- tobuild 3 May 2005 21:18:11 -0000 1.56 +++ tobuild 3 May 2005 21:18:23 -0000 1.57 @@ -15,3 +15,4 @@ skvidal rpms/xmms-skins/devel xmms-skins-1_2_10-15 development skvidal rpms/lirc/devel lirc-0_7_1-2 development skvidal rpms/synergy/devel synergy-1_2_2-2 development +skvidal rpms/nmh/devel nmh-1_1-7_fc4 development From fedora-extras-commits at redhat.com Tue May 3 21:18:37 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:18:37 -0400 Subject: common tobuild,1.57,1.58 Message-ID: <200505032118.j43LIba0014772@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14752 Modified Files: tobuild Log Message: request build of rpms/fluxbox/devel fluxbox-0_9_9-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- tobuild 3 May 2005 21:18:23 -0000 1.57 +++ tobuild 3 May 2005 21:18:35 -0000 1.58 @@ -16,3 +16,4 @@ skvidal rpms/lirc/devel lirc-0_7_1-2 development skvidal rpms/synergy/devel synergy-1_2_2-2 development skvidal rpms/nmh/devel nmh-1_1-7_fc4 development +skvidal rpms/fluxbox/devel fluxbox-0_9_9-4 development From fedora-extras-commits at redhat.com Tue May 3 21:18:49 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:18:49 -0400 Subject: common tobuild,1.58,1.59 Message-ID: <200505032118.j43LIn6X014835@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14818 Modified Files: tobuild Log Message: request build of rpms/enigma/devel enigma-0_81-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- tobuild 3 May 2005 21:18:35 -0000 1.58 +++ tobuild 3 May 2005 21:18:47 -0000 1.59 @@ -17,3 +17,4 @@ skvidal rpms/synergy/devel synergy-1_2_2-2 development skvidal rpms/nmh/devel nmh-1_1-7_fc4 development skvidal rpms/fluxbox/devel fluxbox-0_9_9-4 development +skvidal rpms/enigma/devel enigma-0_81-5 development From fedora-extras-commits at redhat.com Tue May 3 21:19:02 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:19:02 -0400 Subject: common tobuild,1.59,1.60 Message-ID: <200505032119.j43LJ267014900@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14883 Modified Files: tobuild Log Message: request build of rpms/stellarium/devel stellarium-0_6_2-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- tobuild 3 May 2005 21:18:47 -0000 1.59 +++ tobuild 3 May 2005 21:19:00 -0000 1.60 @@ -18,3 +18,4 @@ skvidal rpms/nmh/devel nmh-1_1-7_fc4 development skvidal rpms/fluxbox/devel fluxbox-0_9_9-4 development skvidal rpms/enigma/devel enigma-0_81-5 development +skvidal rpms/stellarium/devel stellarium-0_6_2-4 development From fedora-extras-commits at redhat.com Tue May 3 21:19:14 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:19:14 -0400 Subject: common tobuild,1.60,1.61 Message-ID: <200505032119.j43LJEtO014963@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14946 Modified Files: tobuild Log Message: request build of rpms/glunarclock/devel glunarclock-0_32_2-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- tobuild 3 May 2005 21:19:00 -0000 1.60 +++ tobuild 3 May 2005 21:19:12 -0000 1.61 @@ -19,3 +19,4 @@ skvidal rpms/fluxbox/devel fluxbox-0_9_9-4 development skvidal rpms/enigma/devel enigma-0_81-5 development skvidal rpms/stellarium/devel stellarium-0_6_2-4 development +skvidal rpms/glunarclock/devel glunarclock-0_32_2-4 development From fedora-extras-commits at redhat.com Tue May 3 21:19:27 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:19:27 -0400 Subject: common tobuild,1.61,1.62 Message-ID: <200505032119.j43LJRNm015026@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15009 Modified Files: tobuild Log Message: request build of rpms/notemeister/devel notemeister-0_1_7-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- tobuild 3 May 2005 21:19:12 -0000 1.61 +++ tobuild 3 May 2005 21:19:25 -0000 1.62 @@ -20,3 +20,4 @@ skvidal rpms/enigma/devel enigma-0_81-5 development skvidal rpms/stellarium/devel stellarium-0_6_2-4 development skvidal rpms/glunarclock/devel glunarclock-0_32_2-4 development +skvidal rpms/notemeister/devel notemeister-0_1_7-5 development From fedora-extras-commits at redhat.com Tue May 3 21:19:40 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:19:40 -0400 Subject: common tobuild,1.62,1.63 Message-ID: <200505032119.j43LJeYc015089@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15072 Modified Files: tobuild Log Message: request build of rpms/manedit/devel manedit-0_5_11-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- tobuild 3 May 2005 21:19:25 -0000 1.62 +++ tobuild 3 May 2005 21:19:37 -0000 1.63 @@ -21,3 +21,4 @@ skvidal rpms/stellarium/devel stellarium-0_6_2-4 development skvidal rpms/glunarclock/devel glunarclock-0_32_2-4 development skvidal rpms/notemeister/devel notemeister-0_1_7-5 development +skvidal rpms/manedit/devel manedit-0_5_11-5 development From fedora-extras-commits at redhat.com Tue May 3 21:19:52 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:19:52 -0400 Subject: common tobuild,1.63,1.64 Message-ID: <200505032119.j43LJqiH015152@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15135 Modified Files: tobuild Log Message: request build of rpms/abicheck/devel abicheck-1_2-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- tobuild 3 May 2005 21:19:37 -0000 1.63 +++ tobuild 3 May 2005 21:19:50 -0000 1.64 @@ -22,3 +22,4 @@ skvidal rpms/glunarclock/devel glunarclock-0_32_2-4 development skvidal rpms/notemeister/devel notemeister-0_1_7-5 development skvidal rpms/manedit/devel manedit-0_5_11-5 development +skvidal rpms/abicheck/devel abicheck-1_2-5 development From fedora-extras-commits at redhat.com Tue May 3 21:20:05 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:20:05 -0400 Subject: common tobuild,1.64,1.65 Message-ID: <200505032120.j43LK5FF015220@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15198 Modified Files: tobuild Log Message: request build of rpms/irssi/devel irssi-0_8_9-7 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- tobuild 3 May 2005 21:19:50 -0000 1.64 +++ tobuild 3 May 2005 21:20:03 -0000 1.65 @@ -23,3 +23,4 @@ skvidal rpms/notemeister/devel notemeister-0_1_7-5 development skvidal rpms/manedit/devel manedit-0_5_11-5 development skvidal rpms/abicheck/devel abicheck-1_2-5 development +skvidal rpms/irssi/devel irssi-0_8_9-7 development From fedora-extras-commits at redhat.com Tue May 3 21:25:36 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:25:36 -0400 Subject: common tobuild,1.65,1.66 Message-ID: <200505032125.j43LPaQK015305@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15288 Modified Files: tobuild Log Message: request build of rpms/uim/devel uim-0_4_6-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- tobuild 3 May 2005 21:20:03 -0000 1.65 +++ tobuild 3 May 2005 21:25:34 -0000 1.66 @@ -24,3 +24,4 @@ skvidal rpms/manedit/devel manedit-0_5_11-5 development skvidal rpms/abicheck/devel abicheck-1_2-5 development skvidal rpms/irssi/devel irssi-0_8_9-7 development +skvidal rpms/uim/devel uim-0_4_6-1 development From fedora-extras-commits at redhat.com Tue May 3 21:25:51 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:25:51 -0400 Subject: common tobuild,1.66,1.67 Message-ID: <200505032125.j43LPpLo015368@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15351 Modified Files: tobuild Log Message: request build of rpms/ipython/devel ipython-0_6_13-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- tobuild 3 May 2005 21:25:34 -0000 1.66 +++ tobuild 3 May 2005 21:25:49 -0000 1.67 @@ -25,3 +25,4 @@ skvidal rpms/abicheck/devel abicheck-1_2-5 development skvidal rpms/irssi/devel irssi-0_8_9-7 development skvidal rpms/uim/devel uim-0_4_6-1 development +skvidal rpms/ipython/devel ipython-0_6_13-2 development From fedora-extras-commits at redhat.com Tue May 3 21:32:47 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:32:47 -0400 Subject: common tobuild,1.67,1.68 Message-ID: <200505032132.j43LWlYA015434@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15417 Modified Files: tobuild Log Message: request build of rpms/R/devel R-2_1_0-51 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- tobuild 3 May 2005 21:25:49 -0000 1.67 +++ tobuild 3 May 2005 21:32:45 -0000 1.68 @@ -26,3 +26,4 @@ skvidal rpms/irssi/devel irssi-0_8_9-7 development skvidal rpms/uim/devel uim-0_4_6-1 development skvidal rpms/ipython/devel ipython-0_6_13-2 development +skvidal rpms/R/devel R-2_1_0-51 development From fedora-extras-commits at redhat.com Tue May 3 21:32:59 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:32:59 -0400 Subject: common tobuild,1.68,1.69 Message-ID: <200505032132.j43LWxKm015497@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15480 Modified Files: tobuild Log Message: request build of rpms/exim/devel exim-4_50-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- tobuild 3 May 2005 21:32:45 -0000 1.68 +++ tobuild 3 May 2005 21:32:57 -0000 1.69 @@ -27,3 +27,4 @@ skvidal rpms/uim/devel uim-0_4_6-1 development skvidal rpms/ipython/devel ipython-0_6_13-2 development skvidal rpms/R/devel R-2_1_0-51 development +skvidal rpms/exim/devel exim-4_50-2 development From fedora-extras-commits at redhat.com Tue May 3 21:37:33 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:37:33 -0400 Subject: common tobuild,1.69,1.70 Message-ID: <200505032137.j43LbXML015576@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15559 Modified Files: tobuild Log Message: clip some dupes Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- tobuild 3 May 2005 21:32:57 -0000 1.69 +++ tobuild 3 May 2005 21:37:31 -0000 1.70 @@ -1,10 +1,6 @@ # this is the build control file. the format is # user repo tag target status # -icon rpms/verbiste/devel verbiste-0_1_10-4 development -skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development -skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development -skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/mknbi/devel mknbi-1_4_4-1 development skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development From fedora-extras-commits at redhat.com Tue May 3 22:47:26 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 3 May 2005 18:47:26 -0400 Subject: rpms/tla/devel tla.spec,1.12,1.13 Message-ID: <200505032247.j43MlQu5016648@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16628 Modified Files: tla.spec Log Message: fix documentation packaging Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- tla.spec 3 May 2005 21:11:30 -0000 1.12 +++ tla.spec 3 May 2005 22:47:24 -0000 1.13 @@ -1,6 +1,6 @@ Name: tla Version: 1.3.2 -Release: 2 +Release: 3.fc4 Summary: The Low-Budget Arch Revision Control System Group: Development/Tools @@ -42,9 +42,11 @@ ../configure \ --prefix=%{_prefix} --with-install-link-tools=yes --with-cc=%{__cc} make CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" # %{?_smp_mflags} # 1.[23] is not parallel build clean + +# put the documentation in a reasonable spot and only include html/css files mkdir -p docs-tla/html -cp -a ../docs-tla docs-tla/html -find docs-tla/html -not -name \*.css -not -name \*.html -exec rm {} \; +(cd ../docs-tla; find . -name \*.css -o -name \*.html | xargs tar -cf- ) | \ +(cd docs-tla/html; tar -xf-) %install rm -rf $RPM_BUILD_ROOT @@ -61,12 +63,16 @@ %files %defattr(-,root,root,-) -%doc src/COPYING src/tla/ChangeLog src/=build/docs-tla/html +%doc src/COPYING src/tla/ChangeLog src/=build/docs-tla/html/ %{_bindir}/make-links %{_bindir}/remove-links %{_bindir}/tla %changelog +* Tue May 03 2005 Shahms E. King - 0:1.3.2-3 +- Add disttag +- Fix documentation packaging + * Tue May 03 2005 Shahms E. King - 0:1.3.2-2 - Increment release for devel From fedora-extras-commits at redhat.com Tue May 3 22:47:50 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 3 May 2005 18:47:50 -0400 Subject: rpms/tla/FC-3 .cvsignore, 1.4, 1.5 sources, 1.6, 1.7 tla-sysneon.patch, 1.2, 1.3 tla.spec, 1.8, 1.9 tla-1.2-alt-texinfo.patch, 1.1, NONE tla-1.2-texi.diff, 1.1, NONE tla-1.3.1-gcc4.patch, 1.1, NONE Message-ID: <200505032247.j43Mlo5j016680@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16654 Modified Files: .cvsignore sources tla-sysneon.patch tla.spec Removed Files: tla-1.2-alt-texinfo.patch tla-1.2-texi.diff tla-1.3.1-gcc4.patch Log Message: update to upstream 1.3.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Feb 2005 22:50:04 -0000 1.4 +++ .cvsignore 3 May 2005 22:47:48 -0000 1.5 @@ -1,2 +1,2 @@ -tla-1.3.tar.gz -tla-1.3.tar.gz.sig +tla-1.3.2.tar.gz +tla-1.3.2.tar.gz.sig Index: sources =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 13 Apr 2005 19:54:21 -0000 1.6 +++ sources 3 May 2005 22:47:48 -0000 1.7 @@ -1,2 +1,2 @@ -bab3b300176c5d038e190602eac40e86 tla-1.3.1-fix-1.tar.gz -3c24ed067763fec10a3bdb22f8a78665 tla-1.3.1-fix-1.tar.gz.sig +6dde0631a56b389768172cf089bbdc3a tla-1.3.2.tar.gz +f371db1c3cf58ffcbaa87d941b912838 tla-1.3.2.tar.gz.sig tla-sysneon.patch: Index: tla-sysneon.patch =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/tla-sysneon.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tla-sysneon.patch 21 Mar 2005 20:01:07 -0000 1.2 +++ tla-sysneon.patch 3 May 2005 22:47:48 -0000 1.3 @@ -1,6 +1,6 @@ -diff -Naru tla-1.3.orig/src/tla/libarch/pfs-dav.c tla-1.3/src/tla/libarch/pfs-dav.c ---- tla-1.3.orig/src/tla/libarch/pfs-dav.c 2004-12-23 06:30:26.000000000 +0200 -+++ tla-1.3/src/tla/libarch/pfs-dav.c 2005-01-30 11:05:37.203806225 +0200 +diff -ur tla-1.3.2-orig/src/tla/libarch/pfs-dav.c tla-1.3.2/src/tla/libarch/pfs-dav.c +--- tla-1.3.2-orig/src/tla/libarch/pfs-dav.c 2005-05-02 16:47:07.000000000 -0700 ++++ tla-1.3.2/src/tla/libarch/pfs-dav.c 2005-05-03 10:45:32.000000000 -0700 @@ -21,14 +21,14 @@ #include "tla/libfsutils/file-contents.h" #include "tla/libarch/archives.h" @@ -13,26 +13,41 @@ -#include "libneon/src/ne_uri.h" -#include "libneon/src/ne_redirect.h" -#include "libneon/src/ne_socket.h" -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include -diff -Naru tla-1.3.orig/src/tla/tla/Makefile.in tla-1.3/src/tla/tla/Makefile.in ---- tla-1.3.orig/src/tla/tla/Makefile.in 2004-12-23 06:30:26.000000000 +0200 -+++ tla-1.3/src/tla/tla/Makefile.in 2005-01-30 11:06:40.201846088 +0200 +diff -ur tla-1.3.2-orig/src/tla/PLUGIN/REQ tla-1.3.2/src/tla/PLUGIN/REQ +--- tla-1.3.2-orig/src/tla/PLUGIN/REQ 2005-05-02 16:47:05.000000000 -0700 ++++ tla-1.3.2/src/tla/PLUGIN/REQ 2005-05-03 10:45:32.000000000 -0700 +@@ -1,2 +1 @@ + hackerlab tla +-libneon tla +diff -ur tla-1.3.2-orig/src/tla/tla/Makefile.in tla-1.3.2/src/tla/tla/Makefile.in +--- tla-1.3.2-orig/src/tla/tla/Makefile.in 2005-05-02 16:47:09.000000000 -0700 ++++ tla-1.3.2/src/tla/tla/Makefile.in 2005-05-03 10:45:45.000000000 -0700 @@ -3,7 +3,7 @@ ../libawk/libawk.a \ ../libdate/libdate.a \ $(objroot)/hackerlab/libhackerlab/libhackerlab.a \ - ../../libneon/src/libneon.la \ + -lneon \ - -lm + -lm mains := tla.c +@@ -21,7 +21,7 @@ + endif + + $(programs):%$(cfg__exec_suffix):%.o $(thelib) $(filter-out -L%, $(filter-out -l%, $(libs))) +- $(SHELL) $(objroot)/libneon/libtool --mode=link $(CC) $(CFLAGS) -L../../expat -o $@ $< $(thelib) $(libs) ++ $(SHELL) libtool --mode=link $(CC) $(CFLAGS) -o $@ $< $(thelib) $(libs) + + clean: clean-prog + Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/tla.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tla.spec 13 Apr 2005 19:54:21 -0000 1.8 +++ tla.spec 3 May 2005 22:47:48 -0000 1.9 @@ -1,27 +1,21 @@ Name: tla -Version: 1.3.1 -Release: 4.fix.1 +Version: 1.3.2 +Release: 3.fc3 Summary: The Low-Budget Arch Revision Control System Group: Development/Tools License: GPL URL: http://www.gnu.org/software/gnu-arch/ -Source0: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.1-fix-1.tar.gz -Source1: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.1-fix-1.tar.gz.sig +Source0: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.2.tar.gz +Source1: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.2.tar.gz.sig # Patch0 from SuSE 9.1's tla-1.2-15 Patch0: tla-1.2pre0-posix.patch -# Patch1,3 from ALT Linux's tla-1.2-alt6 -Patch1: tla-1.2-texi.diff -Patch2: tla-sysneon.patch -Patch3: tla-1.2-alt-texinfo.patch -Patch4: tla-1.3.1-gcc4.patch +Patch1: tla-sysneon.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: texinfo, neon-devel, which +BuildRequires: neon-devel, which Requires: tar, diffutils, patch -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info %description Arch is a really nifty revision control system. It's "whole-tree changeset @@ -33,69 +27,66 @@ %prep -%setup -q -n tla-1.3.1-fix-1 +%setup -q cd src %patch0 -p0 cd .. +rm -rf src/libneon +rm -rf src/expat %patch1 -p1 -rm -rf src/tla/libneon -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 - %build mkdir src/=build cd src/=build -export CFLAGS=$RPM_OPT_FLAGS +#export CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" ../configure \ --prefix=%{_prefix} --with-install-link-tools=yes --with-cc=%{__cc} -make # %{?_smp_mflags} # 1.[23] is not parallel build clean -cd ../docs-tla/texi -makeinfo arch.texi -cd ../.. +make CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" # %{?_smp_mflags} # 1.[23] is not parallel build clean +# put the documentation in a reasonable spot and only include html/css files +mkdir -p docs-tla/html +(cd ../docs-tla; find . -name \*.css -o -name \*.html | xargs tar -cf- ) | \ +(cd docs-tla/html; tar -xf-) %install rm -rf $RPM_BUILD_ROOT cd src/=build -make install destdir=$RPM_BUILD_ROOT -cd ../.. -rm -rf src/docs-tla/html/.arch-ids -ln -s arch.html src/docs-tla/html/index.html -install -Dpm 644 \ - src/docs-tla/texi/arch.info $RPM_BUILD_ROOT%{_infodir}/arch.info - +make install destdir=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" %check || : cd src/=build -make test +make test CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" %clean rm -rf $RPM_BUILD_ROOT - -%post -/sbin/install-info %{_infodir}/arch.info %{_infodir}/dir 2>/dev/null || : - -%preun -if [ $1 -eq 0 ] ; then - /sbin/install-info --delete %{_infodir}/arch.info \ - %{_infodir}/dir 2>/dev/null || : -fi - - %files %defattr(-,root,root,-) -%doc src/COPYING src/tla/ChangeLog src/docs-tla/HOWTO.crypto src/docs-tla/html +%doc src/COPYING src/tla/ChangeLog src/=build/docs-tla/html/ %{_bindir}/make-links %{_bindir}/remove-links %{_bindir}/tla -%{_infodir}/arch.info* - %changelog +* Tue May 03 2005 Shahms E. King - 0:1.3.2-3 +- Add disttag +- Fix documentation packaging + +* Tue May 03 2005 Shahms E. King - 0:1.3.2-2 +- Increment release for devel + +* Tue May 03 2005 Shahms E. King - 0:1.3.2-1 +- Update to upstream 1.3.2 +- Update sysneon patch +- Remove gcc4 patch as it was moved upstream +- Remove broken texinfo patches +- Remove non-existant texinfo documentation +- Fix building and installing HTML documentation + +* Fri Apr 22 2005 Shahms E. King - 0:1.3.1-5.fix.1 +- Increment EVR for devel package + * Mon Mar 28 2005 Shahms E. King - 0:1.3.1-4.fix.1 - Update to 1.3.1-fix-1 (hopefully fix PPC segfault) --- tla-1.2-alt-texinfo.patch DELETED --- --- tla-1.2-texi.diff DELETED --- --- tla-1.3.1-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Wed May 4 00:07:14 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 3 May 2005 20:07:14 -0400 Subject: devel/gnotime gnotime-separate-timeouts.patch, NONE, 1.1 gnotime.spec, 1.8, 1.9 Message-ID: <200505040007.j4407EAW018811@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/devel/gnotime In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18787 Modified Files: gnotime.spec Added Files: gnotime-separate-timeouts.patch Log Message: Added a patch to separate the idle timeout (when the computer isn't taking user input put a project timer is running) from the start project timeout (when no project timer is running, in case the user is doing something but forgot to enable the timer.) Original patch by Goedson Paixao from the gnotime tracker: http://sourceforge.net/tracker/index.php?func=detail&aid=1171394&group_id=55463&atid=477105 gnotime-separate-timeouts.patch: --- NEW FILE gnotime-separate-timeouts.patch --- # Modified from patch by Goedson Teixeira Paixao goedson at users.sf.net # and posted into the gnotime tracker: # http://sourceforge.net/tracker/index.php?func=detail&aid=1171394&group_id=55463&atid=477105 diff -urNad gnotime-2.2.1/glade/prefs.glade /tmp/dpep.7xYbhV/gnotime-2.2.1/glade/prefs.glade --- gnotime-2.2.1/glade/prefs.glade 2004-04-16 02:14:09.000000000 -0300 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/glade/prefs.glade 2005-03-27 10:54:23.292240224 -0300 @@ -10,6 +10,11 @@ False False False + True + False + False + GDK_WINDOW_TYPE_HINT_NORMAL + GDK_GRAVITY_NORTH_WEST @@ -45,6 +50,7 @@ Show Project Importance True GTK_RELIEF_NORMAL + True False False True @@ -66,6 +72,7 @@ Show Project Urgency True GTK_RELIEF_NORMAL + True False False True @@ -87,6 +94,7 @@ Show Project Status True GTK_RELIEF_NORMAL + True False False True @@ -108,6 +116,7 @@ Show Total Time Ever True GTK_RELIEF_NORMAL + True False False True @@ -129,6 +138,7 @@ Show Time This Year True GTK_RELIEF_NORMAL + True False False True @@ -150,6 +160,7 @@ Show Time This Month True GTK_RELIEF_NORMAL + True False False True @@ -171,6 +182,7 @@ Show Time This Week True GTK_RELIEF_NORMAL + True False False True @@ -192,6 +204,7 @@ Show Percent Complete True GTK_RELIEF_NORMAL + True False False True @@ -214,6 +227,7 @@ Show Estimated Effort True GTK_RELIEF_NORMAL + True False False True @@ -235,6 +249,7 @@ Show Project Due Date True GTK_RELIEF_NORMAL + True False False True @@ -256,6 +271,7 @@ Show Planned Project End Date True GTK_RELIEF_NORMAL + True False False True @@ -277,6 +293,7 @@ Show Planned Project Start Date True GTK_RELIEF_NORMAL + True False False True @@ -298,6 +315,7 @@ Show Current Diary Entry True GTK_RELIEF_NORMAL + True False False True @@ -319,6 +337,7 @@ Show Project Description True GTK_RELIEF_NORMAL + True False False True @@ -340,6 +359,7 @@ Show Time For The Current Diary Entry True GTK_RELIEF_NORMAL + True False False True @@ -361,6 +381,7 @@ Show Time Yesterday True GTK_RELIEF_NORMAL + True False False True @@ -382,6 +403,7 @@ Show Time Today True GTK_RELIEF_NORMAL + True False False True @@ -403,6 +425,7 @@ Show Time Last Week True GTK_RELIEF_NORMAL + True False False True @@ -487,6 +510,7 @@ Show Seconds True GTK_RELIEF_NORMAL + True False False True @@ -508,6 +532,7 @@ Show Status Bar True GTK_RELIEF_NORMAL + True False False True @@ -529,6 +554,7 @@ Show Table Header True GTK_RELIEF_NORMAL + True False False True @@ -550,6 +576,7 @@ Show Sub-Projects True GTK_RELIEF_NORMAL + True False False True @@ -803,6 +830,7 @@ Use Logfile True GTK_RELIEF_NORMAL + True False False True @@ -1006,6 +1034,8 @@ 10 False False + False + GTK_FILE_CHOOSER_ACTION_OPEN @@ -1103,6 +1133,7 @@ Show Toolbar Icons True GTK_RELIEF_NORMAL + True True False True @@ -1121,6 +1152,7 @@ Show Toolbar Texts True GTK_RELIEF_NORMAL + True True False True @@ -1139,6 +1171,7 @@ Show Tooltips True GTK_RELIEF_NORMAL + True True False True @@ -1199,6 +1232,7 @@ Show `New' True GTK_RELIEF_NORMAL + True True False True @@ -1217,6 +1251,7 @@ Show `Cut', `Copy', `Paste' True GTK_RELIEF_NORMAL + True False False True @@ -1235,6 +1270,7 @@ Show `Journal' True GTK_RELIEF_NORMAL + True True False True @@ -1253,6 +1289,7 @@ Show `Properties' True GTK_RELIEF_NORMAL + True True False True @@ -1271,6 +1308,7 @@ Show `Timer' True GTK_RELIEF_NORMAL + True True False True @@ -1289,6 +1327,7 @@ Show `Preferences' True GTK_RELIEF_NORMAL + True False False True @@ -1307,6 +1346,7 @@ Show `Help' True GTK_RELIEF_NORMAL + True True False True @@ -1325,6 +1365,7 @@ Show `Quit' True GTK_RELIEF_NORMAL + True True False True @@ -1487,6 +1528,97 @@ + + 4 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + True + 1 + 2 + False + 3 + 8 + + + + True + Idle Seconds: + False + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + The current active project will be made inactive after there has been no keyboard/mouse activity after this number of seconds. Set to -1 to disable. + True + True + True + 0 + + True + * + False + + + 1 + 2 + 0 + 1 + + + + + + + + + True + No Project Timeout + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + label_item + + + + + 0 + True + True + + + + True 0 --- gnotime-2.2.1/src/active-dialog.c 2004-04-01 22:31:05.000000000 -0300 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/active-dialog.c 2005-03-27 10:54:23.297239464 -0300 @@ -34,7 +34,7 @@ #include "util.h" -extern int config_idle_timeout; +int config_no_project_timeout; struct GttActiveDialog_s { @@ -196,13 +196,13 @@ */ if (cur_proj) return; if (FALSE == ad->armed) return; - if (0 > config_idle_timeout) return; + if (0 >= config_no_project_timeout) return; /* If there hasn't been a project running in a while, then pop. */ now = time(0); idle_time = now - ad->time_armed; // printf ("duude armed, waiting %d %d\n", idle_time, config_idle_timeout); - if (idle_time <= config_idle_timeout) return; + if (idle_time <= config_no_project_timeout) return; /* Due to GtkDialog broken-ness, re-realize the GUI */ if (NULL == ad->gtxml) @@ -264,3 +264,4 @@ } /* =========================== END OF FILE ============================== */ + --- gnotime-2.2.1/src/gconf-io.c 2004-04-22 23:06:58.000000000 -0300 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/gconf-io.c 2005-03-27 10:55:11.570900752 -0300 @@ -216,6 +216,7 @@ g_snprintf(s, sizeof (s), "%ld", time(0)); SETSTR ("/Misc/LastTimer", s); SETINT ("/Misc/IdleTimeout", config_idle_timeout); + SETINT ("/Misc/NoProjectTimeout", config_no_project_timeout); SETINT ("/Misc/AutosavePeriod", config_autosave_period); SETINT ("/Misc/TimerRunning", timer_is_running()); SETINT ("/Misc/CurrProject", gtt_project_get_id (cur_proj)); @@ -358,6 +359,7 @@ cur_proj_id = GETINT("/Misc/CurrProject", -1); config_idle_timeout = GETINT ("/Misc/IdleTimeout", 300); + config_no_project_timeout = GETINT ("/Misc/NoProjectTimeout", 300); config_autosave_period = GETINT ("/Misc/AutosavePeriod", 60); config_daystart_offset = GETINT ("/Misc/DayStartOffset", 0); config_weekstart_offset = GETINT ("/Misc/WeekStartOffset", 0); --- gnotime-2.2.1/src/prefs.c 2004-04-25 15:26:25.000000000 -0300 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/prefs.c 2005-03-27 10:54:23.298239312 -0300 @@ -138,6 +138,7 @@ GtkCheckButton *show_tb_exit; GtkEntry *idle_secs; + GtkEntry *no_project_secs; GtkEntry *daystart_secs; GtkOptionMenu *daystart_menu; GtkOptionMenu *weekstart_menu; @@ -374,6 +375,7 @@ { int change = 0; config_idle_timeout = atoi(gtk_entry_get_text(GTK_ENTRY(odlg->idle_secs))); + config_no_project_timeout = atoi(gtk_entry_get_text(GTK_ENTRY(odlg->no_project_secs))); /* Hunt for the hour-of night on which to start */ const char * buff = gtk_entry_get_text (odlg->daystart_secs); @@ -494,6 +496,9 @@ g_snprintf(s, sizeof (s), "%d", config_idle_timeout); gtk_entry_set_text(GTK_ENTRY(odlg->idle_secs), s); + g_snprintf(s, sizeof (s), "%d", config_no_project_timeout); + gtk_entry_set_text(GTK_ENTRY(odlg->no_project_secs), s); + /* Set the correct menu item based on current values */ int hour; if (0idle_secs = GTK_ENTRY(w); + w = GETWID ("no project secs"); + dlg->no_project_secs = GTK_ENTRY(w); + w = GETWID ("daystart entry"); dlg->daystart_secs = GTK_ENTRY(w); --- gnotime-2.2.1/src/timer.c 2004-04-28 02:59:05.000000000 -0300 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/timer.c 2005-03-27 10:54:23.298239312 -0300 @@ -111,7 +111,7 @@ */ if (!cur_proj) { - if (0 < config_idle_timeout) + if (0 < config_no_project_timeout) { /* Make sure the idle dialog is visible */ raise_idle_dialog (idt); --- gnotime-2.2.1/src/timer.h 2003-01-02 15:53:51.000000000 -0200 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/timer.h 2005-03-27 10:54:23.298239312 -0300 @@ -36,6 +36,7 @@ /* The idle timeout is how long, in seconds, that the system seems idle * before the clock stops itself */ extern int config_idle_timeout; +extern int config_no_project_timeout; /* The autosave period is how long, in seconds, we wait before doing a * periodic save-thyself. */ Index: gnotime.spec =================================================================== RCS file: /cvs/extras/devel/gnotime/gnotime.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnotime.spec 31 Mar 2005 04:08:11 -0000 1.8 +++ gnotime.spec 4 May 2005 00:07:12 -0000 1.9 @@ -1,6 +1,6 @@ Name: gnotime Version: 2.2.1 -Release: 7 +Release: 8 Summary: Tracks and reports time spent Group: Applications/Productivity @@ -27,6 +27,9 @@ Patch6: http://www.tiki-lounge.com/~toshio/fedora/gnotime-help-error.patch # Add wordwrapping to textviews Patch7: http://www.tiki-lounge.com/~toshio/fedora/gnotime-wordwrap.patch +# Adapt a patch from the gnotime issue tracker to separate the idle timeout +# from the no project running timeout. +Patch8: http://www.tiki-lounge.com/~toshio/fedora/gnotime-separate-timeouts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -66,6 +69,7 @@ %patch5 -p0 %patch6 -p0 %patch7 -p0 +%patch8 -p1 cp $RPM_SOURCE_DIR/gtt_restartwin.png $RPM_BUILD_DIR/%{name}-%{version}/doc/C/figures/ cp $RPM_SOURCE_DIR/gtt_startprojwin.png $RPM_BUILD_DIR/%{name}-%{version}/doc/C/figures/ @@ -144,6 +148,11 @@ %{_sysconfdir}/gconf/schemas/* %changelog +* Mon May 2 2005 Toshio Kuratomi - 2.2.1-8 +- Add a patch adapted from the gnotime tracker. Original patch by + goedson-users.sf.net. SF Tracker: 1171394. This allows separate setting + of the idle project and no project timeouts. + * Wed Mar 30 2005 Toshio Kuratomi - 2.2.1-7 - Rebuild for FC4t1. - Fix typo in the %%pre scriptlet. From fedora-extras-commits at redhat.com Wed May 4 03:42:35 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 23:42:35 -0400 Subject: common tobuild,1.70,1.71 Message-ID: <200505040342.j443gZGo021909@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21882 Modified Files: tobuild Log Message: remove galeon Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- tobuild 3 May 2005 21:37:31 -0000 1.70 +++ tobuild 4 May 2005 03:42:33 -0000 1.71 @@ -1,7 +1,6 @@ # this is the build control file. the format is # user repo tag target status # -skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/mknbi/devel mknbi-1_4_4-1 development skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development From fedora-extras-commits at redhat.com Wed May 4 04:06:19 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 00:06:19 -0400 Subject: rpms/mknbi/devel mknbi.spec,1.8,1.9 Message-ID: <200505040406.j4446JNl022926@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/mknbi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22909 Modified Files: mknbi.spec Log Message: fix buildreq Index: mknbi.spec =================================================================== RCS file: /cvs/extras/rpms/mknbi/devel/mknbi.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- mknbi.spec 1 May 2005 20:41:19 -0000 1.8 +++ mknbi.spec 4 May 2005 04:06:16 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Utility for creating network bootable images Name: mknbi Version: 1.4.4 -Release: 1 +Release: 2 License: GPL Group: Applications/System @@ -12,9 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: perl ExclusiveArch: %{ix86} -%ifarch %{ix86} BuildRequires: nasm -%endif %description Utility that accompanies Etherboot for making tagged images from ROM @@ -51,6 +49,10 @@ %{_mandir}/man1/mknbi.1* %changelog +* Wed May 4 2005 Seth Vidal - 1.4.4-2 +- remove ifarch. Overkill if it is already exclusivearch'd + + * Sun May 1 2005 Dams - 1.4.4-1 - Updated to 1.4.4 - Patch for gcc4 fix From fedora-extras-commits at redhat.com Wed May 4 04:07:24 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 00:07:24 -0400 Subject: common tobuild,1.71,1.72 Message-ID: <200505040407.j4447OZm022986@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22969 Modified Files: tobuild Log Message: request build of rpms/mknbi/devel mknbi-1_4_4-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- tobuild 4 May 2005 03:42:33 -0000 1.71 +++ tobuild 4 May 2005 04:07:22 -0000 1.72 @@ -23,3 +23,4 @@ skvidal rpms/ipython/devel ipython-0_6_13-2 development skvidal rpms/R/devel R-2_1_0-51 development skvidal rpms/exim/devel exim-4_50-2 development +skvidal rpms/mknbi/devel mknbi-1_4_4-2 development From ivazquez at ivazquez.net Wed May 4 04:12:39 2005 From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams) Date: Wed, 04 May 2005 00:12:39 -0400 Subject: APPROVED: inadyn Message-ID: <1115179959.5462.26.camel@ignacio.ignacio.lan> inadyn: Dynamic DNS Client Reviewer: Ignacio Vazquez-Abrams Maintainer: Jochen Schmitt -- Ignacio Vazquez-Abrams http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora-extras-commits at redhat.com Wed May 4 11:25:22 2005 From: fedora-extras-commits at redhat.com (Greg DeKoenigsberg (gdk)) Date: Wed, 4 May 2005 07:25:22 -0400 Subject: web/include navigation.inc,1.1.1.1,1.2 Message-ID: <200505041125.j44BPMUX031100@cvs-int.fedora.redhat.com> Author: gdk Update of /cvs/fedora/web/include In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31073/include Modified Files: navigation.inc Log Message: Removing some old projects from the nav, updating the front page to use a "latest news" format Index: navigation.inc =================================================================== RCS file: /cvs/fedora/web/include/navigation.inc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- navigation.inc 30 Mar 2005 17:47:28 -0000 1.1.1.1 +++ navigation.inc 4 May 2005 11:25:20 -0000 1.2 @@ -26,17 +26,18 @@ )), "Projects"=>array("uri"=>"/projects/","sub"=>array( "Anaconda Installer"=>array("uri"=>"/projects/anaconda-installer/"), - "Artwork"=>array("uri"=>"/projects/artwork/"), - "Configuration Tools"=>array("uri"=>"/projects/config-tools/"), + //"Artwork"=>array("uri"=>"/projects/artwork/"), + //"Configuration Tools"=>array("uri"=>"/projects/config-tools/"), "Desktop"=>array("uri"=>"/projects/desktop/"), "Docs"=>array("uri"=>"/projects/docs/"), + "Extras"=>array("uri"=>"/projects/extras/"), "Internationalization"=>array("uri"=>"/projects/i18n/"), - "QA"=>array("uri"=>"/projects/qa/"), + //"QA"=>array("uri"=>"/projects/qa/"), "SELinux"=>array("uri"=>"/projects/selinux/"), "Stateless Linux"=>array("uri"=>"/projects/stateless/"), "Translations"=>array("uri"=>"/projects/translations/"), "Virtualization"=>array("uri"=>"/projects/virtualization/"), - "Additional Projects"=>array("uri"=>"/projects/additional-projects/"), + //"Additional Projects"=>array("uri"=>"/projects/additional-projects/"), )), "Participate"=>array("uri"=>"/participate/","sub"=>array( "Communicate"=>array("uri"=>"/participate/communicate/","sub"=>array( From fedora-extras-commits at redhat.com Wed May 4 11:25:21 2005 From: fedora-extras-commits at redhat.com (Greg DeKoenigsberg (gdk)) Date: Wed, 4 May 2005 07:25:21 -0400 Subject: web/html index.php,1.4,1.5 Message-ID: <200505041125.j44BPL5i031092@cvs-int.fedora.redhat.com> Author: gdk Update of /cvs/fedora/web/html In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31073/html Modified Files: index.php Log Message: Removing some old projects from the nav, updating the front page to use a "latest news" format Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.php 11 Apr 2005 22:36:48 -0000 1.4 +++ index.php 4 May 2005 11:25:19 -0000 1.5 @@ -10,80 +10,22 @@
    -

    What is ?

    - is a Red-Hat-sponsored and -community-supported open source project. It is also a proving ground + is an open source project sponsored by +Red Hat and supported by the Fedora community. It is also a proving ground for new technology that may eventually make its way into Red Hat products. It is not a supported product of Red Hat, Inc.

    -The goal of - -is to work with the Linux community to build a complete, general purpose -operating system exclusively from free software. Development will be -done in a public forum. The project will produce time-based releases -of - -about 2-3 times a year with a public -release schedule. The Red -Hat engineering team will continue to participate in the building of - and will invite and encourage more outside -participation than was possible in Red Hat Linux. -By using this more open process, -we hope to provide an operating system that uses free software development -practices and is more appealing to the open source community. - -

    - -

    To learn more about the process, refer to About, the Objectives, and the FAQs.

    -

    -To learn what has changed and been improved, read the -Release Notes. -

    - -
    -

    Fedora Core 2 Transferred to Fedora Legacy

    -

    -With the release of Fedora Core 4 Test 2, the Fedora Steering Committee -would like to announce the transfer of Fedora Core 2 to the -Fedora Legacy Project. -

    -For more information on the Fedora Legacy Project, or if you wish to join -the team please see http://fedoralegacy.org/. - -


    -

    Fedora Core 4 test 2 Available!

    - -

    The second test release of Fedora Core 4 is now -available -from Red Hat and at distinguished mirror sites near you, and is also -available in the torrent. -New features in Fedora Core 4 test 2 include GNOME 2.10, KDE 3.4, as -well as a preview of GCC 4.0, as well as support for the PowerPC architecture. -Please file bugs via -Bugzilla, -Product Fedora Core, Version fc4test2, -so that they are noticed and appropriately classified. Discuss this release on -fedora-test-list. -

    - -
    -

    FUDCon 1

    -

    -The first Fedora Users & Developers Conference was held on -February 18, 2005 at Boston University in Boston, MA USA. Thanks to Boston University for all their help, and -thanks to the Fedora Community for helping make this a success! -

    +
    -

    Fedora Core 3 Available!

    Fedora Core 3 is now @@ -100,56 +42,57 @@ fedora-list.

    -
    -

    Fedora Core 1 Transferred to Fedora Legacy

    +
    -

    With the release of Fedora Core 3 Test 2, the Fedora Steering Committee would -like to announce the transfer of Fedora Core 1 to the -Fedora Legacy Project. - -

    This represents a one month extension from the original timetable - an -extension we hope will enable the Fedora Legacy Project to receive -considerably better quality access to the codebase.

    - -

    For more information on the Fedora Legacy Project, or if you wish to join -the team please see http://fedoralegacy.org/.

    - -
    - +

    Latest Fedora News

    -Join the fedora-list -mailing list or chat with other participants on IRC. + [03 May 2005] Endorsement of fedoraforum.org
    + The Fedora Project now endorses + fedoraforum.org as its end-user + forum of choice. Read more about the other available + discussion forums.

    - -
    - -

    Download

    -

    -Another objective of is to be widely available and freely -redistributable. -Each release of will be available for free download -via FTP and other distribution mechanisms (for example, BitTorrent). Anyone interested -in using, developing, testing, or evaluating is encouraged to -download the latest version (or the -latest test release if available) and try it. + [21 Apr 2005] FUDCon 2 Announced
    + FUDCon 2, the second gathering + of Fedora Users and Developers, will be held at LinuxTag in Karlsruhe, + Germany on the 24th and 25th of June.

    - -
    -

    The New Name

    -

    -The Red Hat Linux Project, as this used to be called, is merging with -the Fedora Linux project. -We had so many common goals that to work apart would be a waste of effort. -We have months of effort before we can have a unified infrastructure, -so we still have two different web sites, two sets of documentation, and -so forth, but we will be unifying our work over time. Red Hat would -like to thank Fedora Linux project developers for proposing the merger -and committing time to making the merger a reality. + [15 Apr 2005] Fedora Core 4 test 2 now available
    + The second test release of Fedora Core 4 + is now available. New features in FC4 + test 2 include GNOME 2.10, KDE 3.4, and a preview of GCC 4.0. PowerPC is + also supported. Download it from the torrent. File bugs in + bugzilla against Fedora + Core, version fc4test2. Discuss this release on + fedora-test-list.

    +

    + [15 Apr 2005] Fedora Core 2 moves to Legacy Project
    + The Fedora Steering Committee announces the + transfer of Fedora Core 2 to the + Fedora Legacy Project. + For more information on the Fedora Legacy Project, or if you wish to join + the team please see http://fedoralegacy.org/. +

    +

    + [01 Mar 2005] Announcing the Fedora Extras Project
    + The Fedora Extras Project has been + established to create high-quality software to augment software available in + Fedora Core. +

    + +
    -
    +

    Fedora Core Release Schedule

    + +

    + The Fedora Project announces a new major release of Fedora Core every + four to six months. The current release schedule is available + here. +


    +

    Red Hat Enterprise Linux

    From fedora-extras-commits at redhat.com Wed May 4 11:25:22 2005 From: fedora-extras-commits at redhat.com (Greg DeKoenigsberg (gdk)) Date: Wed, 4 May 2005 07:25:22 -0400 Subject: web/html/participate/communicate index.php,1.1.1.1,1.2 Message-ID: <200505041125.j44BPMNm031096@cvs-int.fedora.redhat.com> Author: gdk Update of /cvs/fedora/web/html/participate/communicate In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31073/html/participate/communicate Modified Files: index.php Log Message: Removing some old projects from the nav, updating the front page to use a "latest news" format Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/participate/communicate/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- index.php 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ index.php 4 May 2005 11:25:19 -0000 1.2 @@ -11,9 +11,28 @@ Because participants are all over the world, a key element to the project is communication. In addition to Bugzilla, -IRC and mailing lists provide quick and easy ways to communicate. +forums, IRC and mailing lists provide quick and easy ways to communicate.

    +

    Forums

    +

    + End user forums provide Fedora users with an easy way of getting help on + any issues that may arise. Most of the forums are extremely active, and + provide structured access to a number of knowledgeable and helpful Fedora + users. +

    + +

    + fedoraforum.org is the forum endorsed + by the Fedora Project. Some of the other popular Fedora sites: +

    + + +

    IRC

    IRC, or Internet Relay Chat, is a real-time, text-based form of From fedora-extras-commits at redhat.com Wed May 4 12:04:08 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Wed, 4 May 2005 08:04:08 -0400 Subject: rpms/linphone/FC-3 linphone-1.0.1-Werror.patch, NONE, 1.1 linphone-1.0.1-desktop.patch, NONE, 1.1 linphone-1.0.1-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 linphone.spec, 1.6, 1.7 sources, 1.2, 1.3 linphone-0.12.2-docs.patch, 1.1, NONE linphone-0.12.2-pkgconfig.patch, 1.1, NONE linphone-0.12.2-speex.patch, 1.1, NONE Message-ID: <200505041204.j44C48Yj032154@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/linphone/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32124 Modified Files: .cvsignore linphone.spec sources Added Files: linphone-1.0.1-Werror.patch linphone-1.0.1-desktop.patch linphone-1.0.1-pkgconfig.patch Removed Files: linphone-0.12.2-docs.patch linphone-0.12.2-pkgconfig.patch linphone-0.12.2-speex.patch Log Message: Update to 1.0.1 from devel linphone-1.0.1-Werror.patch: --- NEW FILE linphone-1.0.1-Werror.patch --- --- linphone-1.0.1/oRTP/configure.orig 2005-04-08 16:11:32.480520030 -0400 +++ linphone-1.0.1/oRTP/configure 2005-04-08 16:13:20.515559404 -0400 @@ -20712,10 +20712,6 @@ posixtimer_interval=20000 fi -if test "$GCC" = "yes" ; then - CFLAGS="$CFLAGS -Werror" -fi - cat >>confdefs.h <<_ACEOF #define POSIXTIMER_INTERVAL $posixtimer_interval linphone-1.0.1-desktop.patch: --- NEW FILE linphone-1.0.1-desktop.patch --- --- linphone-1.0.1/share/linphone.desktop.term 2005-04-08 16:26:59.110190675 -0400 +++ linphone-1.0.1/share/linphone.desktop 2005-04-08 16:27:07.641592794 -0400 @@ -6,5 +6,5 @@ Type=Application Exec=linphone Icon=linphone/linphone2.png -Terminal=0 +Terminal=false Categories=Application;Network; linphone-1.0.1-pkgconfig.patch: --- NEW FILE linphone-1.0.1-pkgconfig.patch --- --- linphone-0.12.2/share/linphone.pc.in.orig 2005-03-23 21:10:49.392763407 -0500 +++ linphone-0.12.2/share/linphone.pc.in 2005-03-23 21:11:21.983938389 -0500 @@ -1,7 +1,7 @@ -prefix=@prefix@ -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ Name: liblinphone --- linphone-1.0.1/share/Makefile.in.pkgconfig 2005-03-23 03:17:48.000000000 -0500 +++ linphone-1.0.1/share/Makefile.in 2005-03-24 13:40:41.828557116 -0500 @@ -286,7 +286,7 @@ #to be compliant with freedesktop.org: linphone_fddir = $(prefix)/share/applications/ linphone_fd_DATA = linphone.desktop -pkgconfigdir = $(prefix)/lib/pkgconfig +pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = linphone.pc EXTRA_DIST = $(LINPHONE_SOUNDS) \ $(LINPHONE_RINGS) \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/linphone/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 16 Mar 2005 17:12:25 -0000 1.2 +++ .cvsignore 4 May 2005 12:04:06 -0000 1.3 @@ -1 +1 @@ -linphone-0.12.2.tar.gz +linphone-1.0.1.tar.gz Index: linphone.spec =================================================================== RCS file: /cvs/extras/rpms/linphone/FC-3/linphone.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- linphone.spec 24 Mar 2005 12:40:47 -0000 1.6 +++ linphone.spec 4 May 2005 12:04:06 -0000 1.7 @@ -1,19 +1,19 @@ Name: linphone -Version: 0.12.2 -Release: 7 +Version: 1.0.1 +Release: 1.fc3 Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications License: GPL URL: http://www.linphone.org/?lang=us&rubrique=1 -Source0: http://simon.morlat.free.fr/download/0.12.2/source/linphone-0.12.2.tar.gz -Patch: linphone-0.12.2-docs.patch -Patch1: linphone-0.12.2-speex.patch -Patch2: linphone-0.12.2-pkgconfig.patch +Source0: http://simon.morlat.free.fr/download/1.0.x/source/linphone-1.0.1.tar.gz +Patch: linphone-1.0.1-pkgconfig.patch +Patch1: linphone-1.0.1-Werror.patch +Patch2: linphone-1.0.1-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel -BuildRequires: libosip-devel speex-devel gettext +BuildRequires: libosip-devel speex-devel gettext desktop-file-utils %description Linphone is mostly sip compliant. It works successfully with these @@ -37,15 +37,30 @@ Requires: %{name} = %{version}-%{release} glib2-devel %description devel -Libraries required to develop software with linphone +Libraries and headers required to develop software with linphone. + +%package -n ortp +Summary: A C library implementing the RTP protocol (rfc1889) +Group: System Environment/Libraries +Version: 0.7.0 + +%description -n ortp +oRTP is a LGPL licensed C library implementing the RTP protocol (rfc1889). It +is available for most *nix clones (primilarly Linux and HP-UX), and Win32. + +%package -n ortp-devel +Summary: Development libraries for ortp +Group: Development/Libraries +Version: 0.7.0 + +%description -n ortp-devel +Libraries and headers required to develop software with ortp. %prep %setup -q -%patch -p 1 -b .docs -%patch1 -p 1 -b .speex -%patch2 -p 1 -b .pkgconfig -rm -r $RPM_BUILD_DIR/linphone-0.12.2/oRTP/docs -rm -r $RPM_BUILD_DIR/linphone-0.12.2/speex +%patch -p 1 -b .pkgconfig +%patch1 -p 1 -b .Werror +%patch2 -p 1 -b .old %build %configure @@ -55,6 +70,15 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} +desktop-file-install --vendor=fedora \ + --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category Network \ + --add-category X-Fedora \ + --add-category Internet \ + --add-category Telephony \ + --add-category GTK \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT @@ -63,30 +87,52 @@ %postun -p /sbin/ldconfig +%post -n ortp -p /sbin/ldconfig + +%postun -n ortp -p /sbin/ldconfig + %files -f %{name}.lang %defattr(-,root,root) +%doc AUTHORS ChangeLog COPYING NEWS README TODO %{_bindir}/* %{_libdir}/bonobo/servers/*.server -%{_libdir}/*.so.* +%{_libdir}/liblinphone.so.* %{_libexecdir}/* %{_mandir}/man1/* +%{_datadir}/applications/*%{name}.desktop %{_datadir}/gnome/apps/Internet/*.desktop %{_datadir}/gnome/help/linphone %{_datadir}/gnome-2.0/ui/*.xml %{_datadir}/gtk-doc/html/mediastreamer -%{_datadir}/linphonec %{_datadir}/pixmaps/linphone %{_datadir}/sounds/linphone %files devel %defattr(-,root,root) -%{_includedir}/* -%{_libdir}/*.a -%{_libdir}/*.la -%{_libdir}/*.so +%{_datadir}/gtk-doc/html/ortp +%{_includedir}/linphone +%{_libdir}/liblinphone.a +%{_libdir}/liblinphone.la +%{_libdir}/liblinphone.so %{_libdir}/pkgconfig/* +%files -n ortp +%defattr(-,root,root) +%doc oRTP/AUTHORS oRTP/ChangeLog oRTP/COPYING oRTP/NEWS oRTP/README oRTP/TODO oRTP/ +%{_libdir}/libortp.so.* + +%files -n ortp-devel +%defattr(-,root,root) +%{_includedir}/ortp +%{_libdir}/libortp.a +%{_libdir}/libortp.la +%{_libdir}/libortp.so + %changelog +* Wed May 4 2005 Ignacio Vazquez-Abrams 1.0.1-1 +- Update to 1.0.1 +- Port patches from devel + * Wed Mar 23 2005 Ignacio Vazquez-Abrams 0.12.2-7 - pkgconfig and -devel fixes Index: sources =================================================================== RCS file: /cvs/extras/rpms/linphone/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 16 Mar 2005 17:12:25 -0000 1.2 +++ sources 4 May 2005 12:04:06 -0000 1.3 @@ -1 +1 @@ -86c01dbbcdb41786229f51ec0994ff67 linphone-0.12.2.tar.gz +d65f977dd6512b7725fcb2e2c9713e65 linphone-1.0.1.tar.gz --- linphone-0.12.2-docs.patch DELETED --- --- linphone-0.12.2-pkgconfig.patch DELETED --- --- linphone-0.12.2-speex.patch DELETED --- From fedora-extras-commits at redhat.com Wed May 4 12:23:24 2005 From: fedora-extras-commits at redhat.com (Greg DeKoenigsberg (gdk)) Date: Wed, 4 May 2005 08:23:24 -0400 Subject: web/html/projects/stateless index.php,1.1.1.1,1.2 Message-ID: <200505041223.j44CNO1H032258@cvs-int.fedora.redhat.com> Author: gdk Update of /cvs/fedora/web/html/projects/stateless In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32250 Modified Files: index.php Log Message: Oops, didn't commit this one Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/projects/stateless/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- index.php 30 Mar 2005 17:47:28 -0000 1.1.1.1 +++ index.php 4 May 2005 12:23:21 -0000 1.2 @@ -17,32 +17,20 @@ /* Display name is the proper name of the project -- * it is displayed at the top of the page */ -$project->display_name="Stateless Linux"; -$project->project_name="stateless"; -$project->mailing_list="fedora-devel-list"; -$project->cvs_module="sml"; +$project->display_name="Fedora Extras Project"; +$project->project_name="extras"; +$project->mailing_list="fedora-extras-list"; +//$project->cvs_module="sml"; /* Note: The TODO list is a filename which is * the project_name with a .todo extension */ /* Project description */ -$project->desc="

    The Stateless Linux project is an OS-wide initiative to ensure that Fedora computers can -be set up as replaceable appliances, with no important local state.

    - -

    For example, a system administrator can set up a network of hundreds of desktop client machines -as clones of a master system, and be sure that all of them are kept synchronised whenever he or she updates the master system. We provide several technologies for doing this.

    - -

    The scope of the project is the entire OS, since we are trying to improve configuration throughout all packages. However, there are some packages which are specific to Stateless Linux:

    -
      -
    • readonly-root
    • -
    • stateless-common
    • -
    • stateless-client
    • -
    • stateless-server
    • -
    +$project->desc="

    The Fedora Extras project, sponsored by Red Hat and +maintained by the Fedora community, provides hundreds of high-quality +software packages to augment the software available in Fedora Core.

    "; - - /* If the project uses Rawhide, then set the value to TRUE */ $project->rawhide=FALSE; @@ -51,7 +39,7 @@ /* Contacts */ /* Format: "Full Name", "email at hostname", "Title" * Note: Title is optional. If omitted, then your title is "Maintainer" */ -//$project->addMaintainer("Havoc Pennington","hp at redhat.com", "Project Lead"); +$project->addMaintainer("Greg DeKoenigsberg","gdk at redhat.com", "Project Contact"); /* Screenshots */ /* Format: "Basefilename.ext", "Short image description" @@ -81,12 +69,21 @@ $project->displayProject(); ?> -

    Our Vision

    -

    An overview document can be found here in PDF format.

    - -

    Installing Stateless Linux

    -

    Instructions for installing a Stateless Linux server together with clients of various kinds can be found here.

    - +

    Using Fedora Extras

    +

    + Configuring a system to use the software from Fedora Extras is easy. + Read the + docs + for more information. +

    + +

    Participating in Fedora Extras

    +

    + All software packagers are welcome to participate in the Fedora Extras + Project. For more information on how to become a Fedora Extras contributor, + please consult the wiki at + fedoraproject.org. +

    Author: gdk Update of /cvs/fedora/web/html/projects/extras In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32296/extras Log Message: Directory /cvs/fedora/web/html/projects/extras added to the repository From fedora-extras-commits at redhat.com Wed May 4 12:27:30 2005 From: fedora-extras-commits at redhat.com (Greg DeKoenigsberg (gdk)) Date: Wed, 4 May 2005 08:27:30 -0400 Subject: web/html/projects/extras index.php,NONE,1.1 Message-ID: <200505041227.j44CRU10032320@cvs-int.fedora.redhat.com> Author: gdk Update of /cvs/fedora/web/html/projects/extras In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32313/extras Added Files: index.php Log Message: Forgot to add this one ***** Error reading new file: [Errno 2] No such file or directory: 'index.php' From fedora-extras-commits at redhat.com Wed May 4 13:33:49 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 4 May 2005 09:33:49 -0400 Subject: rpms/perl-String-ShellQuote/devel .cvsignore, 1.3, 1.4 perl-String-ShellQuote.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200505041333.j44DXnIB001174@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-String-ShellQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1153/devel Modified Files: .cvsignore perl-String-ShellQuote.spec sources Log Message: 1.03. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-String-ShellQuote/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Feb 2005 20:52:36 -0000 1.3 +++ .cvsignore 4 May 2005 13:33:47 -0000 1.4 @@ -1 +1 @@ -String-ShellQuote-1.02.tar.gz +String-ShellQuote-1.03.tar.gz Index: perl-String-ShellQuote.spec =================================================================== RCS file: /cvs/extras/rpms/perl-String-ShellQuote/devel/perl-String-ShellQuote.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-String-ShellQuote.spec 6 Apr 2005 22:13:07 -0000 1.9 +++ perl-String-ShellQuote.spec 4 May 2005 13:33:47 -0000 1.10 @@ -1,15 +1,12 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-String-ShellQuote -Version: 1.02 +Version: 1.03 Release: 2 - Summary: Perl module for quoting strings for passing through the shell Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/String-ShellQuote/ -Source0: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-1.02.tar.gz +Source0: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -17,9 +14,9 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -This module contains some functions which are useful for quoting -strings which are going to pass through the shell or a shell-like -object. +This package contains a Perl module and a command line utility which +are useful for quoting strings which are going to pass through the +shell or a shell-like object. %prep @@ -50,11 +47,16 @@ %files %defattr(-,root,root,-) %doc Changes README +%{_bindir}/shell-quote %{perl_vendorlib}/String +%{_mandir}/man1/shell-quote.1* %{_mandir}/man3/String::ShellQuote.3* %changelog +* Wed May 4 2005 Ville Skytt?? - 1.03-2 +- 1.03. + * Fri Apr 7 2005 Michael Schwendt - rebuilt Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-String-ShellQuote/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Feb 2005 20:52:36 -0000 1.3 +++ sources 4 May 2005 13:33:47 -0000 1.4 @@ -1 +1 @@ -ae28b95a74b01a30425528574d2ee9df String-ShellQuote-1.02.tar.gz +b42822efe385f6604f55b0cea5ac0b76 String-ShellQuote-1.03.tar.gz From fedora-extras-commits at redhat.com Wed May 4 14:35:40 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Wed, 4 May 2005 10:35:40 -0400 Subject: rpms/tla/FC-3 tla.spec,1.9,1.10 Message-ID: <200505041435.j44EZet1002272@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2252 Modified Files: tla.spec Log Message: update dist tag to new recommendations Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/tla.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- tla.spec 3 May 2005 22:47:48 -0000 1.9 +++ tla.spec 4 May 2005 14:35:37 -0000 1.10 @@ -1,6 +1,8 @@ +%{!?dist: %define dist .fc3} + Name: tla Version: 1.3.2 -Release: 3.fc3 +Release: 4%{?dist} Summary: The Low-Budget Arch Revision Control System Group: Development/Tools @@ -69,6 +71,9 @@ %{_bindir}/tla %changelog +* Wed May 04 2005 Shahms E. King - 0:1.3.2-4 +- Update disttag to new recommendations + * Tue May 03 2005 Shahms E. King - 0:1.3.2-3 - Add disttag - Fix documentation packaging From fedora-extras-commits at redhat.com Wed May 4 14:36:34 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Wed, 4 May 2005 10:36:34 -0400 Subject: rpms/tla/devel tla.spec,1.13,1.14 Message-ID: <200505041436.j44EaYvh002300@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2283 Modified Files: tla.spec Log Message: update disttag to new recommendations Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- tla.spec 3 May 2005 22:47:24 -0000 1.13 +++ tla.spec 4 May 2005 14:36:32 -0000 1.14 @@ -1,6 +1,8 @@ +%{!?dist: %define dist .fc4} + Name: tla Version: 1.3.2 -Release: 3.fc4 +Release: 4%{?dist} Summary: The Low-Budget Arch Revision Control System Group: Development/Tools @@ -69,6 +71,9 @@ %{_bindir}/tla %changelog +* Wed May 04 2005 Shahms E. King - 0:1.3.2-4 +- Update disttag to new recommendations + * Tue May 03 2005 Shahms E. King - 0:1.3.2-3 - Add disttag - Fix documentation packaging From fedora-extras-commits at redhat.com Wed May 4 14:43:24 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:43:24 -0400 Subject: common tobuild,1.72,1.73 Message-ID: <200505041443.j44EhOLU002345@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2328 Modified Files: tobuild Log Message: remove items that have been built Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- tobuild 4 May 2005 04:07:22 -0000 1.72 +++ tobuild 4 May 2005 14:43:21 -0000 1.73 @@ -1,26 +1,4 @@ # this is the build control file. the format is # user repo tag target status # -skvidal rpms/mknbi/devel mknbi-1_4_4-1 development -skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development -skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development -skvidal rpms/QuantLib/devel QuantLib-0_3_8-6 development -skvidal rpms/xmms-arts/devel xmms-arts-0_7_1-1 development -skvidal rpms/xmms-skins/devel xmms-skins-1_2_10-15 development -skvidal rpms/lirc/devel lirc-0_7_1-2 development -skvidal rpms/synergy/devel synergy-1_2_2-2 development -skvidal rpms/nmh/devel nmh-1_1-7_fc4 development -skvidal rpms/fluxbox/devel fluxbox-0_9_9-4 development -skvidal rpms/enigma/devel enigma-0_81-5 development -skvidal rpms/stellarium/devel stellarium-0_6_2-4 development -skvidal rpms/glunarclock/devel glunarclock-0_32_2-4 development -skvidal rpms/notemeister/devel notemeister-0_1_7-5 development -skvidal rpms/manedit/devel manedit-0_5_11-5 development -skvidal rpms/abicheck/devel abicheck-1_2-5 development -skvidal rpms/irssi/devel irssi-0_8_9-7 development -skvidal rpms/uim/devel uim-0_4_6-1 development -skvidal rpms/ipython/devel ipython-0_6_13-2 development -skvidal rpms/R/devel R-2_1_0-51 development -skvidal rpms/exim/devel exim-4_50-2 development -skvidal rpms/mknbi/devel mknbi-1_4_4-2 development From fedora-extras-commits at redhat.com Wed May 4 14:44:27 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:44:27 -0400 Subject: common tobuild,1.73,1.74 Message-ID: <200505041444.j44EiRvI002429@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2410 Modified Files: tobuild Log Message: request build of rpms/exim-doc/devel exim-doc-4_50-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- tobuild 4 May 2005 14:43:21 -0000 1.73 +++ tobuild 4 May 2005 14:44:25 -0000 1.74 @@ -2,3 +2,4 @@ # user repo tag target status # skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development +skvidal rpms/exim-doc/devel exim-doc-4_50-1 development From fedora-extras-commits at redhat.com Wed May 4 14:44:39 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:44:39 -0400 Subject: common tobuild,1.74,1.75 Message-ID: <200505041444.j44EidL7002492@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2475 Modified Files: tobuild Log Message: request build of rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- tobuild 4 May 2005 14:44:25 -0000 1.74 +++ tobuild 4 May 2005 14:44:37 -0000 1.75 @@ -3,3 +3,4 @@ # skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development skvidal rpms/exim-doc/devel exim-doc-4_50-1 development +skvidal rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-3_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:44:51 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:44:51 -0400 Subject: common tobuild,1.75,1.76 Message-ID: <200505041444.j44EipdT002554@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2537 Modified Files: tobuild Log Message: request build of rpms/ulogd/devel ulogd-1_23-1_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- tobuild 4 May 2005 14:44:37 -0000 1.75 +++ tobuild 4 May 2005 14:44:49 -0000 1.76 @@ -4,3 +4,4 @@ skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development skvidal rpms/exim-doc/devel exim-doc-4_50-1 development skvidal rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-3_fc4 development +skvidal rpms/ulogd/devel ulogd-1_23-1_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:45:06 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:45:06 -0400 Subject: common tobuild,1.76,1.77 Message-ID: <200505041445.j44Ej6iP002619@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2602 Modified Files: tobuild Log Message: request build of rpms/putty/devel putty-0_58-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- tobuild 4 May 2005 14:44:49 -0000 1.76 +++ tobuild 4 May 2005 14:45:04 -0000 1.77 @@ -5,3 +5,4 @@ skvidal rpms/exim-doc/devel exim-doc-4_50-1 development skvidal rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-3_fc4 development skvidal rpms/ulogd/devel ulogd-1_23-1_fc4 development +skvidal rpms/putty/devel putty-0_58-1 development From fedora-extras-commits at redhat.com Wed May 4 14:45:18 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:45:18 -0400 Subject: common tobuild,1.77,1.78 Message-ID: <200505041445.j44EjIVH002682@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2665 Modified Files: tobuild Log Message: request build of rpms/p7zip/devel p7zip-4_16-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- tobuild 4 May 2005 14:45:04 -0000 1.77 +++ tobuild 4 May 2005 14:45:16 -0000 1.78 @@ -6,3 +6,4 @@ skvidal rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-3_fc4 development skvidal rpms/ulogd/devel ulogd-1_23-1_fc4 development skvidal rpms/putty/devel putty-0_58-1 development +skvidal rpms/p7zip/devel p7zip-4_16-1 development From fedora-extras-commits at redhat.com Wed May 4 14:45:30 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:45:30 -0400 Subject: common tobuild,1.78,1.79 Message-ID: <200505041445.j44EjUNt002745@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2728 Modified Files: tobuild Log Message: request build of rpms/js/devel js-1_5-0_rc6a_6 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- tobuild 4 May 2005 14:45:16 -0000 1.78 +++ tobuild 4 May 2005 14:45:28 -0000 1.79 @@ -7,3 +7,4 @@ skvidal rpms/ulogd/devel ulogd-1_23-1_fc4 development skvidal rpms/putty/devel putty-0_58-1 development skvidal rpms/p7zip/devel p7zip-4_16-1 development +skvidal rpms/js/devel js-1_5-0_rc6a_6 development From fedora-extras-commits at redhat.com Wed May 4 14:45:43 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:45:43 -0400 Subject: common tobuild,1.79,1.80 Message-ID: <200505041445.j44EjhSe002808@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2791 Modified Files: tobuild Log Message: request build of rpms/bazaar/devel bazaar-1_3_2-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- tobuild 4 May 2005 14:45:28 -0000 1.79 +++ tobuild 4 May 2005 14:45:41 -0000 1.80 @@ -8,3 +8,4 @@ skvidal rpms/putty/devel putty-0_58-1 development skvidal rpms/p7zip/devel p7zip-4_16-1 development skvidal rpms/js/devel js-1_5-0_rc6a_6 development +skvidal rpms/bazaar/devel bazaar-1_3_2-3 development From fedora-extras-commits at redhat.com Wed May 4 14:47:08 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:47:08 -0400 Subject: common tobuild,1.80,1.81 Message-ID: <200505041447.j44El8hv002875@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2858 Modified Files: tobuild Log Message: request build of rpms/x3270/devel x3270-3_3_4-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- tobuild 4 May 2005 14:45:41 -0000 1.80 +++ tobuild 4 May 2005 14:47:06 -0000 1.81 @@ -9,3 +9,4 @@ skvidal rpms/p7zip/devel p7zip-4_16-1 development skvidal rpms/js/devel js-1_5-0_rc6a_6 development skvidal rpms/bazaar/devel bazaar-1_3_2-3 development +skvidal rpms/x3270/devel x3270-3_3_4-3 development From fedora-extras-commits at redhat.com Wed May 4 14:47:20 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:47:20 -0400 Subject: common tobuild,1.81,1.82 Message-ID: <200505041447.j44ElKAs002938@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2921 Modified Files: tobuild Log Message: request build of rpms/freeciv/devel freeciv-2_0_1-1_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- tobuild 4 May 2005 14:47:06 -0000 1.81 +++ tobuild 4 May 2005 14:47:18 -0000 1.82 @@ -10,3 +10,4 @@ skvidal rpms/js/devel js-1_5-0_rc6a_6 development skvidal rpms/bazaar/devel bazaar-1_3_2-3 development skvidal rpms/x3270/devel x3270-3_3_4-3 development +skvidal rpms/freeciv/devel freeciv-2_0_1-1_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:47:33 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:47:33 -0400 Subject: common tobuild,1.82,1.83 Message-ID: <200505041447.j44ElXFp003009@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2992 Modified Files: tobuild Log Message: request build of rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- tobuild 4 May 2005 14:47:18 -0000 1.82 +++ tobuild 4 May 2005 14:47:30 -0000 1.83 @@ -11,3 +11,4 @@ skvidal rpms/bazaar/devel bazaar-1_3_2-3 development skvidal rpms/x3270/devel x3270-3_3_4-3 development skvidal rpms/freeciv/devel freeciv-2_0_1-1_fc4 development +skvidal rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-3 development From fedora-extras-commits at redhat.com Wed May 4 14:47:49 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:47:49 -0400 Subject: common tobuild,1.83,1.84 Message-ID: <200505041447.j44ElnqL003072@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3055 Modified Files: tobuild Log Message: request build of rpms/python-cherrypy/devel python-cherrypy-2_0_0-0_2_b for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- tobuild 4 May 2005 14:47:30 -0000 1.83 +++ tobuild 4 May 2005 14:47:47 -0000 1.84 @@ -12,3 +12,4 @@ skvidal rpms/x3270/devel x3270-3_3_4-3 development skvidal rpms/freeciv/devel freeciv-2_0_1-1_fc4 development skvidal rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-3 development +skvidal rpms/python-cherrypy/devel python-cherrypy-2_0_0-0_2_b development From fedora-extras-commits at redhat.com Wed May 4 14:48:04 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:48:04 -0400 Subject: common tobuild,1.84,1.85 Message-ID: <200505041448.j44Em4YZ003141@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3121 Modified Files: tobuild Log Message: request build of rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- tobuild 4 May 2005 14:47:47 -0000 1.84 +++ tobuild 4 May 2005 14:48:01 -0000 1.85 @@ -13,3 +13,4 @@ skvidal rpms/freeciv/devel freeciv-2_0_1-1_fc4 development skvidal rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-3 development skvidal rpms/python-cherrypy/devel python-cherrypy-2_0_0-0_2_b development +skvidal rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-1 development From fedora-extras-commits at redhat.com Wed May 4 14:48:44 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:48:44 -0400 Subject: common tobuild,1.85,1.86 Message-ID: <200505041448.j44EmiTD003205@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3188 Modified Files: tobuild Log Message: request build of rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- tobuild 4 May 2005 14:48:01 -0000 1.85 +++ tobuild 4 May 2005 14:48:42 -0000 1.86 @@ -14,3 +14,4 @@ skvidal rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-3 development skvidal rpms/python-cherrypy/devel python-cherrypy-2_0_0-0_2_b development skvidal rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-1 development +skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development From fedora-extras-commits at redhat.com Wed May 4 14:48:56 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:48:56 -0400 Subject: common tobuild,1.86,1.87 Message-ID: <200505041448.j44EmuiS003268@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3251 Modified Files: tobuild Log Message: request build of rpms/gwget/devel gwget-0_93-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- tobuild 4 May 2005 14:48:42 -0000 1.86 +++ tobuild 4 May 2005 14:48:54 -0000 1.87 @@ -15,3 +15,4 @@ skvidal rpms/python-cherrypy/devel python-cherrypy-2_0_0-0_2_b development skvidal rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-1 development skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development +skvidal rpms/gwget/devel gwget-0_93-2 development From fedora-extras-commits at redhat.com Wed May 4 14:49:09 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:49:09 -0400 Subject: common tobuild,1.87,1.88 Message-ID: <200505041449.j44En9vv003331@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3314 Modified Files: tobuild Log Message: request build of rpms/verbiste/devel verbiste-0_1_10-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- tobuild 4 May 2005 14:48:54 -0000 1.87 +++ tobuild 4 May 2005 14:49:07 -0000 1.88 @@ -16,3 +16,4 @@ skvidal rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-1 development skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development skvidal rpms/gwget/devel gwget-0_93-2 development +skvidal rpms/verbiste/devel verbiste-0_1_10-4 development From fedora-extras-commits at redhat.com Wed May 4 14:49:21 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:49:21 -0400 Subject: common tobuild,1.88,1.89 Message-ID: <200505041449.j44EnL08003393@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3376 Modified Files: tobuild Log Message: request build of rpms/quilt/devel quilt-0_40-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- tobuild 4 May 2005 14:49:07 -0000 1.88 +++ tobuild 4 May 2005 14:49:19 -0000 1.89 @@ -17,3 +17,4 @@ skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development skvidal rpms/gwget/devel gwget-0_93-2 development skvidal rpms/verbiste/devel verbiste-0_1_10-4 development +skvidal rpms/quilt/devel quilt-0_40-1 development From fedora-extras-commits at redhat.com Wed May 4 14:49:40 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:49:40 -0400 Subject: common tobuild,1.89,1.90 Message-ID: <200505041449.j44EneIc003459@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3442 Modified Files: tobuild Log Message: request build of rpms/cyrus-imapd/devel cyrus-imapd-2_2_12-6_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- tobuild 4 May 2005 14:49:19 -0000 1.89 +++ tobuild 4 May 2005 14:49:38 -0000 1.90 @@ -18,3 +18,4 @@ skvidal rpms/gwget/devel gwget-0_93-2 development skvidal rpms/verbiste/devel verbiste-0_1_10-4 development skvidal rpms/quilt/devel quilt-0_40-1 development +skvidal rpms/cyrus-imapd/devel cyrus-imapd-2_2_12-6_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:49:52 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:49:52 -0400 Subject: common tobuild,1.90,1.91 Message-ID: <200505041449.j44Enqo1003522@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3505 Modified Files: tobuild Log Message: request build of rpms/perl-Config-Record/devel perl-Config-Record-1_1_0-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- tobuild 4 May 2005 14:49:38 -0000 1.90 +++ tobuild 4 May 2005 14:49:50 -0000 1.91 @@ -19,3 +19,4 @@ skvidal rpms/verbiste/devel verbiste-0_1_10-4 development skvidal rpms/quilt/devel quilt-0_40-1 development skvidal rpms/cyrus-imapd/devel cyrus-imapd-2_2_12-6_fc4 development +skvidal rpms/perl-Config-Record/devel perl-Config-Record-1_1_0-2 development From fedora-extras-commits at redhat.com Wed May 4 14:50:05 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:50:05 -0400 Subject: common tobuild,1.91,1.92 Message-ID: <200505041450.j44Eo5cp003586@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3568 Modified Files: tobuild Log Message: request build of rpms/python-durus/devel python-durus-1_5-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- tobuild 4 May 2005 14:49:50 -0000 1.91 +++ tobuild 4 May 2005 14:50:03 -0000 1.92 @@ -20,3 +20,4 @@ skvidal rpms/quilt/devel quilt-0_40-1 development skvidal rpms/cyrus-imapd/devel cyrus-imapd-2_2_12-6_fc4 development skvidal rpms/perl-Config-Record/devel perl-Config-Record-1_1_0-2 development +skvidal rpms/python-durus/devel python-durus-1_5-2 development From fedora-extras-commits at redhat.com Wed May 4 14:50:18 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:50:18 -0400 Subject: common tobuild,1.92,1.93 Message-ID: <200505041450.j44EoID0003658@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3635 Modified Files: tobuild Log Message: request build of rpms/tla/devel tla-1_3_2-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- tobuild 4 May 2005 14:50:03 -0000 1.92 +++ tobuild 4 May 2005 14:50:16 -0000 1.93 @@ -21,3 +21,4 @@ skvidal rpms/cyrus-imapd/devel cyrus-imapd-2_2_12-6_fc4 development skvidal rpms/perl-Config-Record/devel perl-Config-Record-1_1_0-2 development skvidal rpms/python-durus/devel python-durus-1_5-2 development +skvidal rpms/tla/devel tla-1_3_2-4_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:50:30 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:50:30 -0400 Subject: common tobuild,1.93,1.94 Message-ID: <200505041450.j44EoU2e003721@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3704 Modified Files: tobuild Log Message: request build of rpms/xfwm4/devel xfwm4-4_2_1-5_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- tobuild 4 May 2005 14:50:16 -0000 1.93 +++ tobuild 4 May 2005 14:50:28 -0000 1.94 @@ -22,3 +22,4 @@ skvidal rpms/perl-Config-Record/devel perl-Config-Record-1_1_0-2 development skvidal rpms/python-durus/devel python-durus-1_5-2 development skvidal rpms/tla/devel tla-1_3_2-4_fc4 development +skvidal rpms/xfwm4/devel xfwm4-4_2_1-5_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:50:41 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:50:41 -0400 Subject: common tobuild,1.94,1.95 Message-ID: <200505041450.j44Eofki003783@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3766 Modified Files: tobuild Log Message: request build of rpms/xfwm4-themes/devel xfwm4-themes-4_2_1-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- tobuild 4 May 2005 14:50:28 -0000 1.94 +++ tobuild 4 May 2005 14:50:39 -0000 1.95 @@ -23,3 +23,4 @@ skvidal rpms/python-durus/devel python-durus-1_5-2 development skvidal rpms/tla/devel tla-1_3_2-4_fc4 development skvidal rpms/xfwm4/devel xfwm4-4_2_1-5_fc4 development +skvidal rpms/xfwm4-themes/devel xfwm4-themes-4_2_1-3_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:50:53 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:50:53 -0400 Subject: common tobuild,1.95,1.96 Message-ID: <200505041450.j44EorfZ003846@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3829 Modified Files: tobuild Log Message: request build of rpms/c-ares/devel c-ares-1_2_1-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- tobuild 4 May 2005 14:50:39 -0000 1.95 +++ tobuild 4 May 2005 14:50:51 -0000 1.96 @@ -24,3 +24,4 @@ skvidal rpms/tla/devel tla-1_3_2-4_fc4 development skvidal rpms/xfwm4/devel xfwm4-4_2_1-5_fc4 development skvidal rpms/xfwm4-themes/devel xfwm4-themes-4_2_1-3_fc4 development +skvidal rpms/c-ares/devel c-ares-1_2_1-2 development From fedora-extras-commits at redhat.com Wed May 4 14:51:06 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:51:06 -0400 Subject: common tobuild,1.96,1.97 Message-ID: <200505041451.j44Ep6Qu003909@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3892 Modified Files: tobuild Log Message: request build of rpms/leafpad/devel leafpad-0_8_0-1_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- tobuild 4 May 2005 14:50:51 -0000 1.96 +++ tobuild 4 May 2005 14:51:04 -0000 1.97 @@ -25,3 +25,4 @@ skvidal rpms/xfwm4/devel xfwm4-4_2_1-5_fc4 development skvidal rpms/xfwm4-themes/devel xfwm4-themes-4_2_1-3_fc4 development skvidal rpms/c-ares/devel c-ares-1_2_1-2 development +skvidal rpms/leafpad/devel leafpad-0_8_0-1_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:51:18 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:51:18 -0400 Subject: common tobuild,1.97,1.98 Message-ID: <200505041451.j44EpIZm003972@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3955 Modified Files: tobuild Log Message: request build of rpms/libosip/devel libosip-0_9_7-7 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- tobuild 4 May 2005 14:51:04 -0000 1.97 +++ tobuild 4 May 2005 14:51:16 -0000 1.98 @@ -26,3 +26,4 @@ skvidal rpms/xfwm4-themes/devel xfwm4-themes-4_2_1-3_fc4 development skvidal rpms/c-ares/devel c-ares-1_2_1-2 development skvidal rpms/leafpad/devel leafpad-0_8_0-1_fc4 development +skvidal rpms/libosip/devel libosip-0_9_7-7 development From fedora-extras-commits at redhat.com Wed May 4 14:51:30 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:51:30 -0400 Subject: common tobuild,1.98,1.99 Message-ID: <200505041451.j44EpU6S004035@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4018 Modified Files: tobuild Log Message: request build of rpms/lock-keys-applet/devel lock-keys-applet-1_0-9 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- tobuild 4 May 2005 14:51:16 -0000 1.98 +++ tobuild 4 May 2005 14:51:28 -0000 1.99 @@ -27,3 +27,4 @@ skvidal rpms/c-ares/devel c-ares-1_2_1-2 development skvidal rpms/leafpad/devel leafpad-0_8_0-1_fc4 development skvidal rpms/libosip/devel libosip-0_9_7-7 development +skvidal rpms/lock-keys-applet/devel lock-keys-applet-1_0-9 development From fedora-extras-commits at redhat.com Wed May 4 14:51:42 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:51:42 -0400 Subject: common tobuild,1.99,1.100 Message-ID: <200505041451.j44Epg1F004098@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4081 Modified Files: tobuild Log Message: request build of rpms/notecase/devel notecase-0_8_2-7 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- tobuild 4 May 2005 14:51:28 -0000 1.99 +++ tobuild 4 May 2005 14:51:40 -0000 1.100 @@ -28,3 +28,4 @@ skvidal rpms/leafpad/devel leafpad-0_8_0-1_fc4 development skvidal rpms/libosip/devel libosip-0_9_7-7 development skvidal rpms/lock-keys-applet/devel lock-keys-applet-1_0-9 development +skvidal rpms/notecase/devel notecase-0_8_2-7 development From fedora-extras-commits at redhat.com Wed May 4 14:51:54 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:51:54 -0400 Subject: common tobuild,1.100,1.101 Message-ID: <200505041451.j44EpscL004161@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4144 Modified Files: tobuild Log Message: request build of rpms/gnome-applet-netspeed/devel gnome-applet-netspeed-0_12_1-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- tobuild 4 May 2005 14:51:40 -0000 1.100 +++ tobuild 4 May 2005 14:51:52 -0000 1.101 @@ -29,3 +29,4 @@ skvidal rpms/libosip/devel libosip-0_9_7-7 development skvidal rpms/lock-keys-applet/devel lock-keys-applet-1_0-9 development skvidal rpms/notecase/devel notecase-0_8_2-7 development +skvidal rpms/gnome-applet-netspeed/devel gnome-applet-netspeed-0_12_1-2_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:52:06 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:52:06 -0400 Subject: common tobuild,1.101,1.102 Message-ID: <200505041452.j44Eq6cd004224@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4207 Modified Files: tobuild Log Message: request build of rpms/cone/devel cone-0_64-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- tobuild 4 May 2005 14:51:52 -0000 1.101 +++ tobuild 4 May 2005 14:52:04 -0000 1.102 @@ -30,3 +30,4 @@ skvidal rpms/lock-keys-applet/devel lock-keys-applet-1_0-9 development skvidal rpms/notecase/devel notecase-0_8_2-7 development skvidal rpms/gnome-applet-netspeed/devel gnome-applet-netspeed-0_12_1-2_fc4 development +skvidal rpms/cone/devel cone-0_64-2 development From fedora-extras-commits at redhat.com Wed May 4 14:52:26 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:52:26 -0400 Subject: common tobuild,1.102,1.103 Message-ID: <200505041452.j44EqQxp004308@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4291 Modified Files: tobuild Log Message: request build of rpms/librx/devel librx-1_5-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- tobuild 4 May 2005 14:52:04 -0000 1.102 +++ tobuild 4 May 2005 14:52:24 -0000 1.103 @@ -31,3 +31,4 @@ skvidal rpms/notecase/devel notecase-0_8_2-7 development skvidal rpms/gnome-applet-netspeed/devel gnome-applet-netspeed-0_12_1-2_fc4 development skvidal rpms/cone/devel cone-0_64-2 development +skvidal rpms/librx/devel librx-1_5-2_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:52:38 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:52:38 -0400 Subject: common tobuild,1.103,1.104 Message-ID: <200505041452.j44Eqc3S004371@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4354 Modified Files: tobuild Log Message: request build of rpms/libcdio/devel libcdio-0_73-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- tobuild 4 May 2005 14:52:24 -0000 1.103 +++ tobuild 4 May 2005 14:52:36 -0000 1.104 @@ -32,3 +32,4 @@ skvidal rpms/gnome-applet-netspeed/devel gnome-applet-netspeed-0_12_1-2_fc4 development skvidal rpms/cone/devel cone-0_64-2 development skvidal rpms/librx/devel librx-1_5-2_fc4 development +skvidal rpms/libcdio/devel libcdio-0_73-2 development From fedora-extras-commits at redhat.com Wed May 4 14:52:50 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:52:50 -0400 Subject: common tobuild,1.104,1.105 Message-ID: <200505041452.j44EqoIW004440@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4423 Modified Files: tobuild Log Message: request build of rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- tobuild 4 May 2005 14:52:36 -0000 1.104 +++ tobuild 4 May 2005 14:52:47 -0000 1.105 @@ -33,3 +33,4 @@ skvidal rpms/cone/devel cone-0_64-2 development skvidal rpms/librx/devel librx-1_5-2_fc4 development skvidal rpms/libcdio/devel libcdio-0_73-2 development +skvidal rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-4 development From fedora-extras-commits at redhat.com Wed May 4 14:53:02 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:53:02 -0400 Subject: common tobuild,1.105,1.106 Message-ID: <200505041453.j44Er2KJ004503@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4486 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- tobuild 4 May 2005 14:52:47 -0000 1.105 +++ tobuild 4 May 2005 14:53:00 -0000 1.106 @@ -34,3 +34,4 @@ skvidal rpms/librx/devel librx-1_5-2_fc4 development skvidal rpms/libcdio/devel libcdio-0_73-2 development skvidal rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-4 development +skvidal rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-2 development From fedora-extras-commits at redhat.com Wed May 4 14:53:17 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:53:17 -0400 Subject: common tobuild,1.106,1.107 Message-ID: <200505041453.j44ErHK2004570@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4553 Modified Files: tobuild Log Message: request build of rpms/blacs/devel blacs-1_1-5_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- tobuild 4 May 2005 14:53:00 -0000 1.106 +++ tobuild 4 May 2005 14:53:15 -0000 1.107 @@ -35,3 +35,4 @@ skvidal rpms/libcdio/devel libcdio-0_73-2 development skvidal rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-4 development skvidal rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-2 development +skvidal rpms/blacs/devel blacs-1_1-5_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:53:29 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:53:29 -0400 Subject: common tobuild,1.107,1.108 Message-ID: <200505041453.j44ErTlw004633@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4616 Modified Files: tobuild Log Message: request build of rpms/scalapack/devel scalapack-1_7-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- tobuild 4 May 2005 14:53:15 -0000 1.107 +++ tobuild 4 May 2005 14:53:27 -0000 1.108 @@ -36,3 +36,4 @@ skvidal rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-4 development skvidal rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-2 development skvidal rpms/blacs/devel blacs-1_1-5_fc4 development +skvidal rpms/scalapack/devel scalapack-1_7-3_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:53:41 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:53:41 -0400 Subject: common tobuild,1.108,1.109 Message-ID: <200505041453.j44ErfFP004696@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4679 Modified Files: tobuild Log Message: request build of rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- tobuild 4 May 2005 14:53:27 -0000 1.108 +++ tobuild 4 May 2005 14:53:39 -0000 1.109 @@ -37,3 +37,4 @@ skvidal rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-2 development skvidal rpms/blacs/devel blacs-1_1-5_fc4 development skvidal rpms/scalapack/devel scalapack-1_7-3_fc4 development +skvidal rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-3_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:53:52 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:53:52 -0400 Subject: common tobuild,1.109,1.110 Message-ID: <200505041453.j44Erq6H004749@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4732 Modified Files: tobuild Log Message: request build of rpms/nfswatch/devel nfswatch-- for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- tobuild 4 May 2005 14:53:39 -0000 1.109 +++ tobuild 4 May 2005 14:53:50 -0000 1.110 @@ -38,3 +38,4 @@ skvidal rpms/blacs/devel blacs-1_1-5_fc4 development skvidal rpms/scalapack/devel scalapack-1_7-3_fc4 development skvidal rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-3_fc4 development +skvidal rpms/nfswatch/devel nfswatch-- development From fedora-extras-commits at redhat.com Wed May 4 14:54:04 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:54:04 -0400 Subject: common tobuild,1.110,1.111 Message-ID: <200505041454.j44Es4Kw004815@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4796 Modified Files: tobuild Log Message: request build of rpms/feh/devel feh-1_3_1-1_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- tobuild 4 May 2005 14:53:50 -0000 1.110 +++ tobuild 4 May 2005 14:54:02 -0000 1.111 @@ -39,3 +39,4 @@ skvidal rpms/scalapack/devel scalapack-1_7-3_fc4 development skvidal rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-3_fc4 development skvidal rpms/nfswatch/devel nfswatch-- development +skvidal rpms/feh/devel feh-1_3_1-1_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:54:17 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:54:17 -0400 Subject: common tobuild,1.111,1.112 Message-ID: <200505041454.j44EsHvZ004880@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4863 Modified Files: tobuild Log Message: request build of rpms/uudeview/devel uudeview-0_5_20-6 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- tobuild 4 May 2005 14:54:02 -0000 1.111 +++ tobuild 4 May 2005 14:54:14 -0000 1.112 @@ -40,3 +40,4 @@ skvidal rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-3_fc4 development skvidal rpms/nfswatch/devel nfswatch-- development skvidal rpms/feh/devel feh-1_3_1-1_fc4 development +skvidal rpms/uudeview/devel uudeview-0_5_20-6 development From fedora-extras-commits at redhat.com Wed May 4 14:54:29 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:54:29 -0400 Subject: common tobuild,1.112,1.113 Message-ID: <200505041454.j44EsTkU004956@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4926 Modified Files: tobuild Log Message: request build of rpms/qemu/devel qemu-0_7_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- tobuild 4 May 2005 14:54:14 -0000 1.112 +++ tobuild 4 May 2005 14:54:26 -0000 1.113 @@ -41,3 +41,4 @@ skvidal rpms/nfswatch/devel nfswatch-- development skvidal rpms/feh/devel feh-1_3_1-1_fc4 development skvidal rpms/uudeview/devel uudeview-0_5_20-6 development +skvidal rpms/qemu/devel qemu-0_7_0-1 development From fedora-extras-commits at redhat.com Wed May 4 14:54:29 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Wed, 4 May 2005 10:54:29 -0400 Subject: rpms/quilt/devel quilt.spec,1.4,1.5 Message-ID: <200505041454.j44EsTap004963@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/quilt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4824 Modified Files: quilt.spec Log Message: * Wed May 4 2005 - jwboyer at jdub.homelinux.org 0.40-2 - Bump release to fix dist tag usage Index: quilt.spec =================================================================== RCS file: /cvs/extras/rpms/quilt/devel/quilt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- quilt.spec 3 May 2005 17:11:45 -0000 1.4 +++ quilt.spec 4 May 2005 14:54:27 -0000 1.5 @@ -1,13 +1,15 @@ # # spec file for quilt - patch management scripts # +%{!?dist: %define dist .fc4} +%{!?fedora: %define fedora 4} Name: quilt Summary: Scripts for working with series of patches License: GPL Group: Development/Tools Version: 0.40 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz URL: http://savannah.nongnu.org/projects/quilt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,6 +63,9 @@ %{_mandir}/man1/* %changelog +* Wed May 4 2005 - jwboyer at jdub.homelinux.org 0.40-2 +- Bump release to fix dist tag usage + * Tue May 3 2005 - jwboyer at jdub.homelinux.org 0.40-1 - Update to 0.40 - Remove fix-man-page.patch as it's now upstream From fedora-extras-commits at redhat.com Wed May 4 14:57:58 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Wed, 4 May 2005 10:57:58 -0400 Subject: rpms/quilt/FC-3 quilt.spec,1.4,1.5 Message-ID: <200505041457.j44Evw5J005059@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/quilt/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5042 Modified Files: quilt.spec Log Message: * Wed May 4 2005 - jwboyer at jdub.homelinux.org 0.40-2 - Bump release to fix dist tag usage Index: quilt.spec =================================================================== RCS file: /cvs/extras/rpms/quilt/FC-3/quilt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- quilt.spec 3 May 2005 17:16:37 -0000 1.4 +++ quilt.spec 4 May 2005 14:57:56 -0000 1.5 @@ -1,13 +1,15 @@ # # spec file for quilt - patch management scripts # +%{!?dist: %define dist .fc3} +%{!?fedora: %define fedora 3} Name: quilt Summary: Scripts for working with series of patches License: GPL Group: Development/Tools Version: 0.40 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz URL: http://savannah.nongnu.org/projects/quilt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,6 +63,9 @@ %{_mandir}/man1/* %changelog +* Wed May 4 2005 - jwboyer at jdub.homelinux.org 0.40-2 +- Bump release to fix dist tag usage + * Tue May 3 2005 - jwboyer at jdub.homelinux.org 0.40-1 - Update to 0.40 - Remove fix-man-page.patch as it's now upstream From fedora-extras-commits at redhat.com Wed May 4 15:01:51 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:01:51 -0400 Subject: common tobuild,1.113,1.114 Message-ID: <200505041501.j44F1p70006003@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5986 Modified Files: tobuild Log Message: request build of rpms/hfsplusutils/devel hfsplusutils-1_0_4-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- tobuild 4 May 2005 14:54:26 -0000 1.113 +++ tobuild 4 May 2005 15:01:49 -0000 1.114 @@ -42,3 +42,4 @@ skvidal rpms/feh/devel feh-1_3_1-1_fc4 development skvidal rpms/uudeview/devel uudeview-0_5_20-6 development skvidal rpms/qemu/devel qemu-0_7_0-1 development +skvidal rpms/hfsplusutils/devel hfsplusutils-1_0_4-5 development From fedora-extras-commits at redhat.com Wed May 4 15:02:03 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:02:03 -0400 Subject: common tobuild,1.114,1.115 Message-ID: <200505041502.j44F23B6006065@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6048 Modified Files: tobuild Log Message: request build of rpms/xmms/devel xmms-1_2_10-16 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- tobuild 4 May 2005 15:01:49 -0000 1.114 +++ tobuild 4 May 2005 15:02:01 -0000 1.115 @@ -43,3 +43,4 @@ skvidal rpms/uudeview/devel uudeview-0_5_20-6 development skvidal rpms/qemu/devel qemu-0_7_0-1 development skvidal rpms/hfsplusutils/devel hfsplusutils-1_0_4-5 development +skvidal rpms/xmms/devel xmms-1_2_10-16 development From fedora-extras-commits at redhat.com Wed May 4 15:02:15 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:02:15 -0400 Subject: common tobuild,1.115,1.116 Message-ID: <200505041502.j44F2Flv006128@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6111 Modified Files: tobuild Log Message: request build of rpms/cdo/devel cdo-0_9_6-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- tobuild 4 May 2005 15:02:01 -0000 1.115 +++ tobuild 4 May 2005 15:02:13 -0000 1.116 @@ -44,3 +44,4 @@ skvidal rpms/qemu/devel qemu-0_7_0-1 development skvidal rpms/hfsplusutils/devel hfsplusutils-1_0_4-5 development skvidal rpms/xmms/devel xmms-1_2_10-16 development +skvidal rpms/cdo/devel cdo-0_9_6-2 development From fedora-extras-commits at redhat.com Wed May 4 15:02:26 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:02:26 -0400 Subject: common tobuild,1.116,1.117 Message-ID: <200505041502.j44F2QtW006190@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6173 Modified Files: tobuild Log Message: request build of rpms/libsigc++20/devel libsigc++20-2_0_11-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- tobuild 4 May 2005 15:02:13 -0000 1.116 +++ tobuild 4 May 2005 15:02:24 -0000 1.117 @@ -45,3 +45,4 @@ skvidal rpms/hfsplusutils/devel hfsplusutils-1_0_4-5 development skvidal rpms/xmms/devel xmms-1_2_10-16 development skvidal rpms/cdo/devel cdo-0_9_6-2 development +skvidal rpms/libsigc++20/devel libsigc++20-2_0_11-1 development From fedora-extras-commits at redhat.com Wed May 4 15:02:39 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:02:39 -0400 Subject: common tobuild,1.117,1.118 Message-ID: <200505041502.j44F2dXw006253@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6236 Modified Files: tobuild Log Message: request build of rpms/glibmm24/devel glibmm24-2_6_1-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- tobuild 4 May 2005 15:02:24 -0000 1.117 +++ tobuild 4 May 2005 15:02:37 -0000 1.118 @@ -46,3 +46,4 @@ skvidal rpms/xmms/devel xmms-1_2_10-16 development skvidal rpms/cdo/devel cdo-0_9_6-2 development skvidal rpms/libsigc++20/devel libsigc++20-2_0_11-1 development +skvidal rpms/glibmm24/devel glibmm24-2_6_1-1 development From fedora-extras-commits at redhat.com Wed May 4 15:02:51 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:02:51 -0400 Subject: common tobuild,1.118,1.119 Message-ID: <200505041502.j44F2plj006316@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6299 Modified Files: tobuild Log Message: request build of rpms/gtkmm24/devel gtkmm24-2_6_2-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- tobuild 4 May 2005 15:02:37 -0000 1.118 +++ tobuild 4 May 2005 15:02:49 -0000 1.119 @@ -47,3 +47,4 @@ skvidal rpms/cdo/devel cdo-0_9_6-2 development skvidal rpms/libsigc++20/devel libsigc++20-2_0_11-1 development skvidal rpms/glibmm24/devel glibmm24-2_6_1-1 development +skvidal rpms/gtkmm24/devel gtkmm24-2_6_2-2 development From fedora-extras-commits at redhat.com Wed May 4 15:03:03 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:03:03 -0400 Subject: common tobuild,1.119,1.120 Message-ID: <200505041503.j44F33Qt006379@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6362 Modified Files: tobuild Log Message: request build of rpms/gconfmm26/devel gconfmm26-2_10_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- tobuild 4 May 2005 15:02:49 -0000 1.119 +++ tobuild 4 May 2005 15:03:01 -0000 1.120 @@ -48,3 +48,4 @@ skvidal rpms/libsigc++20/devel libsigc++20-2_0_11-1 development skvidal rpms/glibmm24/devel glibmm24-2_6_1-1 development skvidal rpms/gtkmm24/devel gtkmm24-2_6_2-2 development +skvidal rpms/gconfmm26/devel gconfmm26-2_10_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:03:15 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:03:15 -0400 Subject: common tobuild,1.120,1.121 Message-ID: <200505041503.j44F3FAJ006445@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6426 Modified Files: tobuild Log Message: request build of rpms/gnome-vfsmm26/devel gnome-vfsmm26-2_10_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- tobuild 4 May 2005 15:03:01 -0000 1.120 +++ tobuild 4 May 2005 15:03:13 -0000 1.121 @@ -49,3 +49,4 @@ skvidal rpms/glibmm24/devel glibmm24-2_6_1-1 development skvidal rpms/gtkmm24/devel gtkmm24-2_6_2-2 development skvidal rpms/gconfmm26/devel gconfmm26-2_10_0-1 development +skvidal rpms/gnome-vfsmm26/devel gnome-vfsmm26-2_10_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:03:27 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:03:27 -0400 Subject: common tobuild,1.121,1.122 Message-ID: <200505041503.j44F3Rgf006510@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6491 Modified Files: tobuild Log Message: request build of rpms/libglademm24/devel libglademm24-2_6_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- tobuild 4 May 2005 15:03:13 -0000 1.121 +++ tobuild 4 May 2005 15:03:25 -0000 1.122 @@ -50,3 +50,4 @@ skvidal rpms/gtkmm24/devel gtkmm24-2_6_2-2 development skvidal rpms/gconfmm26/devel gconfmm26-2_10_0-1 development skvidal rpms/gnome-vfsmm26/devel gnome-vfsmm26-2_10_0-1 development +skvidal rpms/libglademm24/devel libglademm24-2_6_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:03:40 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:03:40 -0400 Subject: common tobuild,1.122,1.123 Message-ID: <200505041503.j44F3eKo006575@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6558 Modified Files: tobuild Log Message: request build of rpms/libgnomecanvasmm26/devel libgnomecanvasmm26-2_10_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- tobuild 4 May 2005 15:03:25 -0000 1.122 +++ tobuild 4 May 2005 15:03:38 -0000 1.123 @@ -51,3 +51,4 @@ skvidal rpms/gconfmm26/devel gconfmm26-2_10_0-1 development skvidal rpms/gnome-vfsmm26/devel gnome-vfsmm26-2_10_0-1 development skvidal rpms/libglademm24/devel libglademm24-2_6_0-1 development +skvidal rpms/libgnomecanvasmm26/devel libgnomecanvasmm26-2_10_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:03:52 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:03:52 -0400 Subject: common tobuild,1.123,1.124 Message-ID: <200505041503.j44F3qND006645@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6628 Modified Files: tobuild Log Message: request build of rpms/libgnomemm26/devel libgnomemm26-2_10_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- tobuild 4 May 2005 15:03:38 -0000 1.123 +++ tobuild 4 May 2005 15:03:50 -0000 1.124 @@ -52,3 +52,4 @@ skvidal rpms/gnome-vfsmm26/devel gnome-vfsmm26-2_10_0-1 development skvidal rpms/libglademm24/devel libglademm24-2_6_0-1 development skvidal rpms/libgnomecanvasmm26/devel libgnomecanvasmm26-2_10_0-1 development +skvidal rpms/libgnomemm26/devel libgnomemm26-2_10_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:04:04 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:04:04 -0400 Subject: common tobuild,1.124,1.125 Message-ID: <200505041504.j44F44jY006708@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6691 Modified Files: tobuild Log Message: request build of rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- tobuild 4 May 2005 15:03:50 -0000 1.124 +++ tobuild 4 May 2005 15:04:02 -0000 1.125 @@ -53,3 +53,4 @@ skvidal rpms/libglademm24/devel libglademm24-2_6_0-1 development skvidal rpms/libgnomecanvasmm26/devel libgnomecanvasmm26-2_10_0-1 development skvidal rpms/libgnomemm26/devel libgnomemm26-2_10_0-1 development +skvidal rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:04:22 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:04:22 -0400 Subject: common tobuild,1.125,1.126 Message-ID: <200505041504.j44F4Mef006771@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6754 Modified Files: tobuild Log Message: request build of rpms/inkscape/devel inkscape-0_41-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- tobuild 4 May 2005 15:04:02 -0000 1.125 +++ tobuild 4 May 2005 15:04:20 -0000 1.126 @@ -54,3 +54,4 @@ skvidal rpms/libgnomecanvasmm26/devel libgnomecanvasmm26-2_10_0-1 development skvidal rpms/libgnomemm26/devel libgnomemm26-2_10_0-1 development skvidal rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 development +skvidal rpms/inkscape/devel inkscape-0_41-2 development From fedora-extras-commits at redhat.com Wed May 4 15:04:34 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:04:34 -0400 Subject: common tobuild,1.126,1.127 Message-ID: <200505041504.j44F4YUF006834@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6817 Modified Files: tobuild Log Message: request build of rpms/ncftp/devel ncftp-3_1_9-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- tobuild 4 May 2005 15:04:20 -0000 1.126 +++ tobuild 4 May 2005 15:04:32 -0000 1.127 @@ -55,3 +55,4 @@ skvidal rpms/libgnomemm26/devel libgnomemm26-2_10_0-1 development skvidal rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 development skvidal rpms/inkscape/devel inkscape-0_41-2 development +skvidal rpms/ncftp/devel ncftp-3_1_9-1 development From fedora-extras-commits at redhat.com Wed May 4 15:04:48 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:04:48 -0400 Subject: common tobuild,1.127,1.128 Message-ID: <200505041504.j44F4mKi006896@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6879 Modified Files: tobuild Log Message: request build of rpms/help2man/devel help2man-1_35_1-1_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- tobuild 4 May 2005 15:04:32 -0000 1.127 +++ tobuild 4 May 2005 15:04:46 -0000 1.128 @@ -56,3 +56,4 @@ skvidal rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 development skvidal rpms/inkscape/devel inkscape-0_41-2 development skvidal rpms/ncftp/devel ncftp-3_1_9-1 development +skvidal rpms/help2man/devel help2man-1_35_1-1_fc4 development From fedora-extras-commits at redhat.com Wed May 4 15:05:00 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:05:00 -0400 Subject: common tobuild,1.128,1.129 Message-ID: <200505041505.j44F50j6006958@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6941 Modified Files: tobuild Log Message: request build of rpms/Coin2/devel Coin2-2_3_0-7_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- tobuild 4 May 2005 15:04:46 -0000 1.128 +++ tobuild 4 May 2005 15:04:58 -0000 1.129 @@ -57,3 +57,4 @@ skvidal rpms/inkscape/devel inkscape-0_41-2 development skvidal rpms/ncftp/devel ncftp-3_1_9-1 development skvidal rpms/help2man/devel help2man-1_35_1-1_fc4 development +skvidal rpms/Coin2/devel Coin2-2_3_0-7_fc4 development From fedora-extras-commits at redhat.com Wed May 4 15:05:19 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:05:19 -0400 Subject: common tobuild,1.129,1.130 Message-ID: <200505041505.j44F5J7a007035@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7016 Modified Files: tobuild Log Message: request build of rpms/csmash/devel csmash-0_6_6-7 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- tobuild 4 May 2005 15:04:58 -0000 1.129 +++ tobuild 4 May 2005 15:05:16 -0000 1.130 @@ -58,3 +58,4 @@ skvidal rpms/ncftp/devel ncftp-3_1_9-1 development skvidal rpms/help2man/devel help2man-1_35_1-1_fc4 development skvidal rpms/Coin2/devel Coin2-2_3_0-7_fc4 development +skvidal rpms/csmash/devel csmash-0_6_6-7 development From fedora-extras-commits at redhat.com Wed May 4 15:05:33 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:05:33 -0400 Subject: common tobuild,1.130,1.131 Message-ID: <200505041505.j44F5XZ9007098@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7081 Modified Files: tobuild Log Message: request build of rpms/d4x/devel d4x-2_5_0-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- tobuild 4 May 2005 15:05:16 -0000 1.130 +++ tobuild 4 May 2005 15:05:31 -0000 1.131 @@ -59,3 +59,4 @@ skvidal rpms/help2man/devel help2man-1_35_1-1_fc4 development skvidal rpms/Coin2/devel Coin2-2_3_0-7_fc4 development skvidal rpms/csmash/devel csmash-0_6_6-7 development +skvidal rpms/d4x/devel d4x-2_5_0-5 development From fedora-extras-commits at redhat.com Wed May 4 15:05:46 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:05:46 -0400 Subject: common tobuild,1.131,1.132 Message-ID: <200505041505.j44F5kPB007161@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7144 Modified Files: tobuild Log Message: request build of rpms/udftools/devel udftools-1_0_0b3-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- tobuild 4 May 2005 15:05:31 -0000 1.131 +++ tobuild 4 May 2005 15:05:44 -0000 1.132 @@ -60,3 +60,4 @@ skvidal rpms/Coin2/devel Coin2-2_3_0-7_fc4 development skvidal rpms/csmash/devel csmash-0_6_6-7 development skvidal rpms/d4x/devel d4x-2_5_0-5 development +skvidal rpms/udftools/devel udftools-1_0_0b3-3 development From fedora-extras-commits at redhat.com Wed May 4 15:14:48 2005 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 4 May 2005 11:14:48 -0400 Subject: rpms/Glide3/devel Glide3-64bit.patch, 1.1, 1.2 Glide3-fixes.patch, 1.2, 1.3 Glide3-new-autotools-bugfix.patch, 1.1, 1.2 Glide3.spec, 1.4, 1.5 Message-ID: <200505041514.j44FEm9Q007234@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Glide3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7211 Modified Files: Glide3-64bit.patch Glide3-fixes.patch Glide3-new-autotools-bugfix.patch Glide3.spec Log Message: - Tested amd3dnow code on a voodoo2, works for me (tm). Enabled amd3dnow code on i386 for now. - Added FX_GLIDE_I386 AM-conditonal and define, only use and build cpudtect.s when this is set. This should fix the cpudtect assemble problem on x86_64. Made this part of Glide-64bit.patch. Glide3-64bit.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.1 -r 1.2 Glide3-64bit.patch Index: Glide3-64bit.patch =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3-64bit.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Glide3-64bit.patch 30 Apr 2005 10:18:56 -0000 1.1 +++ Glide3-64bit.patch 4 May 2005 15:14:46 -0000 1.2 @@ -1,676 +1,288 @@ ---- /dev/null 2005-04-30 08:31:53.801011088 +0200 -+++ Glide3/set-for-dri 2005-04-30 10:15:04.420741976 +0200 -@@ -0,0 +1,7 @@ -+for n in ./h3/glide3/src/gglide.c ./h3/glide3/src/glfb.c ./h3/glide3/src/gsst.c ./h3/minihwc/linhwc.c -+do -+ rn=$(basename $n).dri -+ echo ln -sf $rn $n -+ ln -sf $rn $n -+done -+ ---- Glide3/h3/minihwc/linhwc.c.save.64bit 2000-03-20 22:42:57.000000000 +0100 -+++ Glide3/h3/minihwc/linhwc.c.save 2005-04-30 10:15:04.312758392 +0200 -@@ -64,7 +64,13 @@ - #include - - static FxU32 fenceVar; --#define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax"); -+#ifdef __ia64__ +--- Glide3/cvg/init/sst1init.h.64bit 2000-11-16 20:26:02.000000000 +0100 ++++ Glide3/cvg/init/sst1init.h 2005-05-04 17:05:03.000000000 +0200 +@@ -146,9 +146,13 @@ + # define P6FENCE {_asm xchg eax, p6FenceVar} + #elif defined(macintosh) && __POWERPC__ && defined(__MWERKS__) + # define P6FENCE __eieio() +-#elif defined (__GNUC__) && defined(__i386__) ++#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) + # define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \ + "eax"); ++#elif defined(__GNUC__) && defined(__ia64__) +# define P6FENCE asm volatile ("mf.a" ::: "memory"); -+#elif defined(__alpha__) ++#elif defined(__GNUC__) && defined(__alpha__) +# define P6FENCE asm volatile("mb" ::: "memory"); -+#else -+# define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax"); + #else + # error "P6 Fencing in-line assembler code needs to be added for this compiler" + #endif +--- Glide3/cvg/glide3/src/fxglide.h.64bit 1999-12-07 22:42:31.000000000 +0100 ++++ Glide3/cvg/glide3/src/fxglide.h 2005-05-04 17:05:03.000000000 +0200 +@@ -412,6 +412,13 @@ + #define P6FENCE p6Fence() + #elif defined(__MSC__) + #define P6FENCE {_asm xchg eax, p6FenceVar} ++#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) ++# define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \ ++ "eax"); ++#elif defined(__GNUC__) && defined(__ia64__) ++# define P6FENCE asm volatile ("mf.a" ::: "memory"); ++#elif defined(__GNUC__) && defined(__alpha__) ++# define P6FENCE asm volatile("mb" ::: "memory"); + #else + #error "P6 Fencing in-line assembler code needs to be added for this compiler" + #endif /* Compiler specific fence commands */ +@@ -1282,7 +1289,9 @@ + struct _GlideRoot_s { + int p6Fencer; /* xchg to here to keep this in cache!!! */ + int current_sst; ++#if FX_GLIDE_I386 + FxU32 CPUType; +#endif + GrGC *curGC; /* point to the current GC */ + FxU32 packerFixAddress; /* address to write packer fix to */ + FxBool windowsInit; /* Is the Windows part of glide initialized? */ +@@ -3087,6 +3096,7 @@ + va_list args); + #endif - #define MAXFIFOSIZE 0x40000 - #define MAXFIFOSIZE_16MB 0xff000 -@@ -114,7 +120,7 @@ - char data[128]; - char *env, *val; - envitem *item; -- int first=1; -+ int is_first=1; ++#if FX_GLIDE_I386 + /* Returns 16:16 pair indicating the cpu's manufacturer and its + * capabilities. Non-Intel processors should have a vendor id w/ the + * high bit set so that it appears to be a negative #. The value of +@@ -3119,6 +3129,7 @@ - if (envinit) return; - envinit=1; -@@ -126,9 +132,9 @@ - if (*data=='\n') continue; - val=strchr(data, '='); - if (!val) { -- if (first) { -+ if (is_first) { - fprintf(stderr, "In config file /etc/conf.3dfx/voodoo3:\n"); -- first=0; -+ is_first=0; - } - fprintf(stderr, "Malformed line: %s\n", data); - continue; -@@ -269,7 +275,7 @@ + extern void GR_CDECL + double_precision_asm(void); ++#endif - for (bAddr = 0; bAddr < HWC_NUM_BASE_ADDR; bAddr++) { - if ((bAddrMask >> bAddr) & 0x1) { -- bInfo->linearInfo.linearAddress[bAddr] = (FxU32) -+ bInfo->linearInfo.linearAddress[bAddr] = (unsigned long) - pciMapCardMulti(bInfo->pciInfo.vendorID, bInfo->pciInfo.deviceID, - 0x2000000, &bInfo->deviceNum, bInfo->boardNum, bAddr); - } ---- Glide3/h3/minihwc/minihwc.h.64bit 1999-11-24 22:45:07.000000000 +0100 -+++ Glide3/h3/minihwc/minihwc.h 2005-04-30 10:15:04.318757480 +0200 -@@ -238,22 +238,21 @@ - typedef struct hwcLinearInfo_s { - FxBool - initialized; -- FxU32 -- linearAddress[HWC_NUM_BASE_ADDR]; -+ unsigned long linearAddress[HWC_NUM_BASE_ADDR]; - } hwcLinearInfo; + #ifdef GLIDE3 + /* +--- Glide3/cvg/glide3/src/makefile.linux.64bit 2000-07-12 23:33:31.000000000 +0200 ++++ Glide3/cvg/glide3/src/makefile.linux 2005-05-04 17:05:03.000000000 +0200 +@@ -19,10 +19,16 @@ - typedef struct hwcRegInfo_s { - FxBool - initialized; -- volatile FxU32 -- ioMemBase, /* mem base for I/O aliases */ -- cmdAGPBase, /* CMD/AGP register base */ -- waxBase, /* 2D register base */ -- sstBase, /* 3D register base */ -- lfbBase, /* 3D lfb base */ -- rawLfbBase; /* Raw LFB base (base address 1) */ -+ volatile unsigned long -+ ioMemBase, /* mem base for I/O aliases */ -+ cmdAGPBase, /* CMD/AGP register base */ -+ waxBase, /* 2D register base */ -+ sstBase, /* 3D register base */ -+ lfbBase, /* 3D lfb base */ -+ rawLfbBase; /* Raw LFB base (base address 1) */ - #if __POWERPC__ -- ioPortBase; /* PPC does I/O via a 32-bit address */ -+ FxU32 ioPortBase; /* PPC does I/O via a 32-bit address */ - #else - volatile FxU16 - ioPortBase, /* I/O base address */ ---- Glide3/h3/minihwc/hwcext.h.64bit 1999-11-24 22:45:04.000000000 +0100 -+++ Glide3/h3/minihwc/hwcext.h 2005-04-30 10:15:04.308759000 +0200 -@@ -192,9 +192,8 @@ + TAG_REGEXP = $(BUILD_ROOT)/$(FX_GLIDE_HW)/$(FX_HW_PROJECTS)/src/glide.rx - /* Returned from HWCEXT_GETLINEARADDR */ - typedef struct hwcExtLinearAddrRes_s { -- FxU32 -- numBaseAddrs, /* # base addresses */ -- baseAddresses[HWCEXT_MAX_BASEADDR]; /* linear Addresses */ -+ FxU32 numBaseAddrs; /* # base addresses */ -+ unsigned long baseAddresses[HWCEXT_MAX_BASEADDR]; /* linear Addresses */ - } hwcExtLinearAddrRes_t; ++ARCH := $(patsubst sparc64,sparc,$(patsubst i%86,i386,$(shell uname -m))) ++ + # Compile for specific hardware + ifeq ($(FX_GLIDE_HW),cvg) + FX_GLIDE_REAL_HW= 1 ++ifeq (i386,$(ARCH)) + FX_GLIDE_CTRISETUP = 0 ++else ++FX_GLIDE_CTRISETUP = 1 ++endif - /* ---- Glide3/h3/minihwc/linhwc.c.dri.64bit 2000-10-27 12:27:27.000000000 +0200 -+++ Glide3/h3/minihwc/linhwc.c.dri 2005-04-30 10:15:04.310758696 +0200 -@@ -67,7 +67,13 @@ - #include "lindri.h" + HWSPEC = fifo.c + LCDEFS += -DCVG \ +--- Glide3/cvg/glide3/src/gpci.c.64bit 1999-12-07 22:42:33.000000000 +0100 ++++ Glide3/cvg/glide3/src/gpci.c 2005-05-04 17:05:03.000000000 +0200 +@@ -576,52 +576,41 @@ + #endif - static FxU32 fenceVar; --#define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax"); -+#ifdef __ia64__ -+# define P6FENCE asm volatile("mf.a" ::: "memory"); -+#elif defined(__alpha__) -+# define P6FENCE asm volatile("mb" ::: "memory"); -+#else -+# define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax"); [...2975 lines suppressed...] roff = r << NBITS; --- Glide3/swlibs/texus/lib/texusint.h.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/texusint.h 2005-04-30 10:15:04.416742584 +0200 ++++ Glide3/swlibs/texus/lib/texusint.h 2005-05-04 17:05:03.000000000 +0200 @@ -67,7 +67,7 @@ int txAspectRatio(int w, int h); void txPanic(char *); @@ -3199,7 +3584,7 @@ FxBool _txReadTGAHeader( FILE *stream, FxU32 cookie, TxMip *info); FxBool _txReadTGAData( FILE *stream, TxMip *info); --- Glide3/swlibs/texus/lib/mipmap.c.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/mipmap.c 2005-04-30 10:15:04.403744560 +0200 ++++ Glide3/swlibs/texus/lib/mipmap.c 2005-05-04 17:05:03.000000000 +0200 @@ -35,7 +35,7 @@ #define B3(x) ((x>>0)&0xFF) @@ -3210,7 +3595,7 @@ unsigned int i,j,k; unsigned int w,h, *p,sum,*q; --- Glide3/swlibs/texus/lib/quantize.c.64bit 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/texus/lib/quantize.c 2005-04-30 10:15:04.411743344 +0200 ++++ Glide3/swlibs/texus/lib/quantize.c 2005-05-04 17:05:03.000000000 +0200 @@ -39,7 +39,7 @@ static int errR[MAX_TEXWIDTH], errG[MAX_TEXWIDTH], errB[MAX_TEXWIDTH]; @@ -3426,7 +3811,7 @@ } } --- Glide3/swlibs/texus/lib/util.c.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/util.c 2005-04-30 10:15:04.417742432 +0200 ++++ Glide3/swlibs/texus/lib/util.c 2005-05-04 17:05:03.000000000 +0200 @@ -133,14 +133,14 @@ } @@ -3456,7 +3841,7 @@ int i, d; int mindist, minpos; // closest distance to input --- Glide3/swlibs/texus/lib/texus.h.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/texus.h 2005-04-30 10:15:04.414742888 +0200 ++++ Glide3/swlibs/texus/lib/texus.h 2005-05-04 17:05:03.000000000 +0200 @@ -38,8 +38,13 @@ typedef unsigned char FxU8; typedef unsigned short FxU16; @@ -3472,7 +3857,7 @@ /* --- Glide3/swlibs/texus/lib/nccnnet.c.64bit 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/texus/lib/nccnnet.c 2005-04-30 10:15:04.407743952 +0200 ++++ Glide3/swlibs/texus/lib/nccnnet.c 2005-05-04 17:05:03.000000000 +0200 @@ -88,19 +88,19 @@ #define MAX_NEURONS 256 @@ -3553,7 +3938,7 @@ } else { --- Glide3/swlibs/texus/lib/rgt.c.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/rgt.c 2005-04-30 10:15:04.413743040 +0200 ++++ Glide3/swlibs/texus/lib/rgt.c 2005-05-04 17:05:03.000000000 +0200 @@ -52,7 +52,7 @@ @@ -3591,7 +3976,7 @@ #endif --- Glide3/swlibs/texus/lib/ncc.c.64bit 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/texus/lib/ncc.c 2005-04-30 10:15:04.404744408 +0200 ++++ Glide3/swlibs/texus/lib/ncc.c 2005-05-04 17:05:03.000000000 +0200 @@ -124,7 +124,7 @@ } @@ -3611,7 +3996,7 @@ } else { --- Glide3/swlibs/texus/lib/dequant.c.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/dequant.c 2005-04-30 10:15:04.401744864 +0200 ++++ Glide3/swlibs/texus/lib/dequant.c 2005-05-04 17:05:03.000000000 +0200 @@ -160,12 +160,12 @@ } @@ -3659,7 +4044,7 @@ break; case GR_TEXFMT_ARGB_1555: _txImgDequantizeARGB1555(dst, src, w, h); --- Glide3/swlibs/texus2/cmd/makefile.autoconf.am.64bit 2000-08-07 17:24:44.000000000 +0200 -+++ Glide3/swlibs/texus2/cmd/makefile.autoconf.am 2005-04-30 10:15:04.419742128 +0200 ++++ Glide3/swlibs/texus2/cmd/makefile.autoconf.am 2005-05-04 17:05:03.000000000 +0200 @@ -24,5 +24,5 @@ noinst_PROGRAMS = texus texus_SOURCES = cmd.c @@ -3667,86 +4052,30 @@ - $(top_builddir)/swlibs/texus2/lib/libtexus.la + $(top_builddir)/swlibs/texus2/lib/libtexus.la -lm ---- Glide3/swlibs/fxmisc/fximg.c.64bit 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/fxmisc/fximg.c 2005-04-30 10:15:04.392746232 +0200 -@@ -1948,7 +1948,7 @@ - if (prefix) { // if there's a path prefix - char buf[1024], *p; - strcpy(buf,prefix); // copy and replace semicolon -- if ((p = strchr(buf,';'))) *p = '\0'; -+ if ((p = strchr(buf,';')) != NULL) *p = '\0'; - fprintf(stderr,buf); - fprintf(stderr,"/"); - } ---- Glide3/swlibs/fxmisc/fxos.c.64bit 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/fxmisc/fxos.c 2005-04-30 10:15:04.393746080 +0200 -@@ -98,7 +98,7 @@ - - // first try and open up the file in the current directory - if (pprefix) *pprefix = NULL; -- if ((file = fopen(filename,mode))) -+ if ((file = fopen(filename,mode)) != NULL) - return file; - if (path == NULL) - return NULL; -@@ -115,7 +115,7 @@ - strcat(nameWithPath,"/"); // add directory separator - strcat(nameWithPath,filename); // add filename - if (pprefix) *pprefix = path; // save the prefix -- if ((file = fopen(nameWithPath,mode))) -+ if ((file = fopen(nameWithPath,mode)) != NULL) - return file; - path = psemi; // advance to next path element - if (path) ---- Glide3/cvg/init/sst1init.h.64bit 2005-04-30 10:15:20.011371840 +0200 -+++ Glide3/cvg/init/sst1init.h 2005-04-30 10:20:06.491820192 +0200 -@@ -146,9 +146,13 @@ - # define P6FENCE {_asm xchg eax, p6FenceVar} - #elif defined(macintosh) && __POWERPC__ && defined(__MWERKS__) - # define P6FENCE __eieio() --#elif defined (__GNUC__) && defined(__i386__) -+#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) - # define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \ - "eax"); -+#elif defined(__GNUC__) && defined(__ia64__) -+# define P6FENCE asm volatile ("mf.a" ::: "memory"); -+#elif defined(__GNUC__) && defined(__alpha__) -+# define P6FENCE asm volatile("mb" ::: "memory"); - #else - # error "P6 Fencing in-line assembler code needs to be added for this compiler" - #endif ---- Glide3/cvg/glide3/src/fxglide.h.64bit 2005-04-30 10:15:53.048349456 +0200 -+++ Glide3/cvg/glide3/src/fxglide.h 2005-04-30 10:19:34.853629928 +0200 -@@ -412,6 +412,13 @@ - #define P6FENCE p6Fence() - #elif defined(__MSC__) - #define P6FENCE {_asm xchg eax, p6FenceVar} -+#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) -+# define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \ -+ "eax"); -+#elif defined(__GNUC__) && defined(__ia64__) -+# define P6FENCE asm volatile ("mf.a" ::: "memory"); -+#elif defined(__GNUC__) && defined(__alpha__) -+# define P6FENCE asm volatile("mb" ::: "memory"); - #else - #error "P6 Fencing in-line assembler code needs to be added for this compiler" - #endif /* Compiler specific fence commands */ ---- Glide3/cvg/glide3/src/makefile.linux.64bit 2000-07-12 23:33:31.000000000 +0200 -+++ Glide3/cvg/glide3/src/makefile.linux 2005-04-30 10:15:04.247768272 +0200 -@@ -19,10 +19,16 @@ - - TAG_REGEXP = $(BUILD_ROOT)/$(FX_GLIDE_HW)/$(FX_HW_PROJECTS)/src/glide.rx - -+ARCH := $(patsubst sparc64,sparc,$(patsubst i%86,i386,$(shell uname -m))) -+ - # Compile for specific hardware - ifeq ($(FX_GLIDE_HW),cvg) - FX_GLIDE_REAL_HW= 1 -+ifeq (i386,$(ARCH)) - FX_GLIDE_CTRISETUP = 0 +--- Glide3/configure.in.64bit 2000-10-20 21:07:00.000000000 +0200 ++++ Glide3/configure.in 2005-05-04 17:07:23.000000000 +0200 +@@ -171,7 +171,14 @@ + GLIDE_SANITY_SIZE=false + FX_DLL_BUILD=false + FX_GLIDE_HW_CULL=false +-FX_GLIDE_CTRISETUP=false ++ARCH=`uname -m | sed "s|[[456]]86|386|g"` ++if test "$ARCH" = "i386" ; then ++ FX_GLIDE_I386=true ++ FX_GLIDE_CTRISETUP=false +else -+FX_GLIDE_CTRISETUP = 1 -+endif ++ FX_GLIDE_I386=false ++ FX_GLIDE_CTRISETUP=true ++fi + # Next, we read some configuration options + # statically. This is to avoid creating a bunch of + # not-terribly-useful --enable options. +@@ -215,6 +222,8 @@ + test x$FX_GLIDE_VERTEX_TABLE = xtrue) + AM_CONDITIONAL(FX_HOOPTI_TRI_SETUP_COMPARE,dnl + test x$FX_HOOPTI_TRI_SETUP_COMPARE = xtrue) ++AM_CONDITIONAL(FX_GLIDE_I386,dnl ++ test x$FX_GLIDE_I386 = xtrue) - HWSPEC = fifo.c - LCDEFS += -DCVG \ + dnl Checks for programs. + AC_PROG_CC Glide3-fixes.patch: Index: Glide3-fixes.patch =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3-fixes.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Glide3-fixes.patch 30 Apr 2005 10:18:56 -0000 1.2 +++ Glide3-fixes.patch 4 May 2005 15:14:46 -0000 1.3 @@ -1,5 +1,5 @@ ---- Glide3/cvg/init/makefile.autoconf.am.fix 2000-07-27 04:39:18.000000000 +0200 -+++ Glide3/cvg/init/makefile.autoconf.am 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/cvg/init/makefile.autoconf.am.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/cvg/init/makefile.autoconf.am 2005-05-04 16:13:03.000000000 +0200 @@ -49,7 +49,7 @@ LDEFS = -DINIT_LINUX $(GLIDE_DEBUG_VDEFS) @@ -9,8 +9,8 @@ libsst1init_la_SOURCES = sst1init.c info.c print.c parse.c \ gamma.c util.c sli.c video.c dac.c \ gdebug.c canopus.c ---- Glide3/cvg/glide3/src/g3df.c.fix 1999-12-07 22:42:32.000000000 +0100 -+++ Glide3/cvg/glide3/src/g3df.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/cvg/glide3/src/g3df.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/cvg/glide3/src/g3df.c 2005-05-04 16:13:03.000000000 +0200 @@ -70,6 +70,7 @@ */ #include @@ -32,8 +32,8 @@ } #else { ---- Glide3/cvg/glide3/src/distate.c.fix 1999-12-07 22:42:31.000000000 +0100 -+++ Glide3/cvg/glide3/src/distate.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/cvg/glide3/src/distate.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/cvg/glide3/src/distate.c 2005-05-04 16:13:03.000000000 +0200 @@ -166,25 +166,25 @@ */ @@ -67,9 +67,9 @@ /*------------------------------------------------------------------- Function: grAlphaBlendFunction ---- Glide3/cvg/glide3/src/fxglide.h.fix 1999-12-07 22:42:31.000000000 +0100 -+++ Glide3/cvg/glide3/src/fxglide.h 2004-09-04 11:53:34.000000000 +0200 -@@ -1417,7 +1417,7 @@ +--- Glide3-fix/cvg/glide3/src/fxglide.h.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/cvg/glide3/src/fxglide.h 2005-05-04 16:13:03.000000000 +0200 +@@ -1426,7 +1426,7 @@ #ifdef GLIDE3 #define GR_STATE_ENTRY(name, type, args) \ @@ -78,7 +78,7 @@ #else #define GR_STATE_ENTRY(name, type, args) \ GR_ENTRY(name, type, args) -@@ -2937,7 +2937,7 @@ +@@ -2946,7 +2946,7 @@ #define REG_GROUP_SETF_CLAMP(__regBase, __regAddr, __val) \ do { \ const FxU32 fpClampVal = FP_FLOAT_CLAMP(__val); \ @@ -87,7 +87,7 @@ SET(((FxU32*)(__regBase))[offsetof(SstRegs, __regAddr) >> 2], fpClampVal); \ GR_INC_SIZE(sizeof(FxU32)); \ } while(0) -@@ -3339,17 +3339,17 @@ +@@ -3350,17 +3350,17 @@ #endif #ifdef GLIDE3_DEBUG @@ -108,8 +108,8 @@ #define G3_LOD_TRANSLATE(lod) (lod) #define G3_ASPECT_TRANSLATE(aspect) (aspect) #endif /* !(defined(GLIDE3) && defined(GLIDE3_ALPHA)) */ ---- Glide3/cvg/glide3/src/makefile.autoconf.am.fix 2000-10-31 04:25:45.000000000 +0100 -+++ Glide3/cvg/glide3/src/makefile.autoconf.am 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/cvg/glide3/src/makefile.autoconf.am.fix 2005-05-04 16:38:29.000000000 +0200 ++++ Glide3-fix/cvg/glide3/src/makefile.autoconf.am 2005-05-04 16:21:36.000000000 +0200 @@ -23,12 +23,6 @@ # # First the variable definitions. @@ -123,16 +123,24 @@ if GLIDE_DEBUG DEBUG_VDEFS = -DGLIDE_DEBUG \ -DGDBG_INFO_ON \ -@@ -40,15 +34,22 @@ - GL_AMD3D_VDEFS = -DGL_AMD3D +@@ -36,19 +30,30 @@ + -DGLIDE_SANITY_ASSERT + endif + +-if GL_AMD3D +-GL_AMD3D_VDEFS = -DGL_AMD3D ++if FX_GLIDE_I386 ++FX_GLIDE_I386_VDEFS = -DFX_GLIDE_I386=1 endif -if FX_GLIDE_HW_CULL -FX_GLIDE_HW_VDEFS = -else -FX_GLIDE_HW_VDEFS = -DGLIDE_TRI_CULLING=1 --endif -- ++if GL_AMD3D ++GL_AMD3D_VDEFS = -DGL_AMD3D + endif + if FX_GLIDE_SW_SETUP FX_GLIDE_SW_SETUP_VDEFS = -DGLIDE_HW_TRI_SETUP=0 \ -DGLIDE_TRI_CULLING=1 @@ -152,7 +160,7 @@ endif if FX_GLIDE_CTRISETUP -@@ -74,79 +75,106 @@ +@@ -74,79 +79,111 @@ FX_GLIDE_NO_SPLASH_VDEFS = -DGLIDE_SPLASH endif @@ -171,6 +179,7 @@ -include_HEADERS = glide.h +VDEFS = $(HAL_HW_VDEFS) \ + $(DEBUG_VDEFS) \ ++ $(FX_GLIDE_I386_VDEFS) \ + $(GL_AMD3D_VDEFS) \ + $(FX_GLIDE_SW_SETUP_VDEFS) \ + $(FX_HOOPTI_TRI_SETUP_COMPARE_VDEFS) \ @@ -207,6 +216,11 @@ +# +# Library definitions. +# ++if FX_GLIDE_I386 ++FX_GLIDE_I386_SRC = cpudtect.S ++endif ++ ++VGLIDE_SRC = $(FX_GLIDE_TRISETUP_SRC) $(FX_GLIDE_I386_SRC) + +WHOLE_LIBS = $(top_builddir)/swlibs/fxmisc/libfxmisc.la \ + $(top_builddir)/swlibs/newpci/pcilib/libfxpci.la \ @@ -228,8 +242,7 @@ gglide.c glfb.c gsst.c gtex.c gtexdl.c\ fifo.c gstrip.c distrip.c distate.c diget.c \ - xtexdl.c cpudtect.s -+ xtexdl.c cpudtect.S \ -+ $(FX_GLIDE_TRISETUP_SRC) ++ xtexdl.c $(VGLIDE_SRC) + +libglide3_la_LDFLAGS = -version-info 13:0:10 +libglide3_la_LIBADD = $(WHOLE_LIBS) $(LINK_LIBS) @@ -306,9 +319,9 @@ xdraw2_def.o xdraw3_def.o xtexdl_def.o: fxinline.h xdraw2_def.lo xdraw3_def.lo xtexdl_def.lo: fxinline.h xdraw2_3dnow.o xdraw3_3dnow.o xtexdl_3dnow.o: fxgasm.h ---- Glide3/h3/glide3/src/makefile.autoconf.am.fix 2004-09-04 11:53:34.000000000 +0200 -+++ Glide3/h3/glide3/src/makefile.autoconf.am 2004-09-04 11:53:34.000000000 +0200 -@@ -94,16 +94,12 @@ +--- Glide3-fix/h3/glide3/src/makefile.autoconf.am.fix 2005-05-04 16:41:37.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/makefile.autoconf.am 2005-05-04 16:15:21.000000000 +0200 +@@ -98,16 +98,12 @@ else FX_GLIDE_CTRISETUP_SRC = if GL_AMD3D @@ -327,7 +340,7 @@ VDEFS = $(FX_CHRIS_DENIS_ANTHONY_HACK_VDEFS) \ $(FX_GLIDE_ALT_TAB_VDEFS) \ $(FX_GLIDE_DIRECT_WRITE_VDEFS) \ -@@ -138,33 +134,21 @@ +@@ -143,33 +139,21 @@ # # Special rules for assembly files. # @@ -371,17 +384,17 @@ if DRI_BUILD gglide.c: $(top_srcdir)/h3/glide3/src/gglide.c.dri -@@ -219,7 +203,7 @@ +@@ -228,7 +212,7 @@ gglide.c distate.c gstrip.c distrip.c \ diget.c glfb.c gsst.c gtex.c gtexdl.c \ - fifo.c xtexdl_def.c cpudtect.S \ + fifo.c xtexdl_def.c \ - $(VGLIDE_SRC) $(ASMTRISETUP) $(GL_AMD3D_SRC) + $(VGLIDE_SRC) $(ASMTRISETUP) libglide3_la_LDFLAGS = -version-info 13:0:10 libglide3_la_LIBADD = $(WHOLE_LIBS) $(LINK_LIBS) ---- Glide3/h3/glide3/src/distate.c.fix 2000-11-24 19:36:48.000000000 +0100 -+++ Glide3/h3/glide3/src/distate.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/h3/glide3/src/distate.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/distate.c 2005-05-04 16:13:03.000000000 +0200 @@ -203,23 +203,23 @@ */ @@ -412,9 +425,9 @@ /*------------------------------------------------------------------- Function: grAlphaBlendFunction ---- Glide3/h3/glide3/src/fxglide.h.fix 2000-11-24 19:36:48.000000000 +0100 -+++ Glide3/h3/glide3/src/fxglide.h 2004-09-04 11:53:34.000000000 +0200 -@@ -1512,7 +1512,7 @@ +--- Glide3-fix/h3/glide3/src/fxglide.h.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/fxglide.h 2005-05-04 16:13:03.000000000 +0200 +@@ -1519,7 +1519,7 @@ #ifdef GLIDE3 #define GR_STATE_ENTRY(name, type, args) \ @@ -423,7 +436,7 @@ #else #define GR_STATE_ENTRY(name, type, args) \ GR_ENTRY(name, type, args) -@@ -1831,7 +1831,7 @@ +@@ -1838,7 +1838,7 @@ #define CUR_TRI_PROC(__checkValidP, __cullP) \ (*gc->archDispatchProcs.coorModeTriVector)[__checkValidP][__cullP] #define INVALIDATE(regset) {\ @@ -432,17 +445,17 @@ gc->triSetupProc = CUR_TRI_PROC(FXTRUE, (gc->state.cull_mode != GR_CULL_DISABLE)); \ } ---- Glide3/h3/glide3/src/g3df.c.fix 1999-11-24 22:44:56.000000000 +0100 -+++ Glide3/h3/glide3/src/g3df.c 2004-09-04 11:53:34.000000000 +0200 -@@ -72,6 +72,7 @@ - */ +--- Glide3-fix/h3/glide3/src/g3df.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/g3df.c 2005-05-04 16:13:03.000000000 +0200 +@@ -73,6 +73,7 @@ + #include #include #include +#include #include <3dfx.h> #define FX_DLL_DEFINITION -@@ -401,7 +402,11 @@ +@@ -402,7 +403,11 @@ /* This function is not found in libgcc.a */ { char* tempStr = (char*)color_format; @@ -455,8 +468,8 @@ } #else { ---- Glide3/h3/glide3/src/fxcmd.h.fix 1999-11-24 22:44:55.000000000 +0100 -+++ Glide3/h3/glide3/src/fxcmd.h 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/h3/glide3/src/fxcmd.h.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/fxcmd.h 2005-05-04 16:13:03.000000000 +0200 @@ -1312,7 +1312,7 @@ #define REG_GROUP_SETF_CLAMP(__regBase, __regAddr, __val) \ do { \ @@ -466,9 +479,9 @@ SET(((FxU32*)(__regBase))[offsetof(SstRegs, __regAddr) >> 2], fpClampVal); \ GR_INC_SIZE(sizeof(FxU32)); \ } while(0) ---- Glide3/h3/minihwc/linhwc.c.dri.fix 2000-10-27 12:27:27.000000000 +0200 -+++ Glide3/h3/minihwc/linhwc.c.dri 2004-09-04 11:53:34.000000000 +0200 -@@ -76,6 +76,13 @@ +--- Glide3-fix/h3/minihwc/linhwc.c.dri.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h3/minihwc/linhwc.c.dri 2005-05-04 16:13:03.000000000 +0200 +@@ -82,6 +82,13 @@ #define HWC_TILED_BUFFER_Y_ALIGN 0x20000UL #define HWC_TILED_BUFFER_X_ADJUST 0x80UL @@ -482,7 +495,7 @@ static hwcInfo hInfo; static char errorString[1024]; -@@ -83,6 +90,7 @@ +@@ -89,6 +96,7 @@ static FxU32 calcBufferSize(FxU32 xres, FxU32 yres, FxBool tiled); static FxU32 calcBufferSizeInTiles(FxU32 xres, FxU32 yres); static FxU32 calcBufferHeightInTiles(FxU32 yres); @@ -490,9 +503,9 @@ typedef struct envitem_t { char *env; ---- Glide3/h5/glide3/src/makefile.autoconf.am.fix 2004-09-04 11:53:34.000000000 +0200 -+++ Glide3/h5/glide3/src/makefile.autoconf.am 2004-09-04 11:53:34.000000000 +0200 -@@ -152,41 +152,35 @@ +--- Glide3-fix/h5/glide3/src/makefile.autoconf.am.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/makefile.autoconf.am 2005-05-04 16:13:03.000000000 +0200 +@@ -157,41 +157,35 @@ # # Special rules for assembly files. # @@ -541,7 +554,7 @@ $(RM) -f $*.tmp.s # -@@ -196,7 +186,7 @@ +@@ -201,7 +195,7 @@ FX_GLIDE_CTRISETUP_SRC = gxdraw.c else if GL_AMD3D @@ -550,9 +563,9 @@ else FX_GLIDE_CTRISETUP_SRC = xdraw2_def.s xdraw3_def.s endif ---- Glide3/h5/glide3/src/fxglide.h.fix 2000-11-24 19:36:47.000000000 +0100 -+++ Glide3/h5/glide3/src/fxglide.h 2004-09-04 11:53:34.000000000 +0200 -@@ -2119,7 +2119,7 @@ +--- Glide3-fix/h5/glide3/src/fxglide.h.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/fxglide.h 2005-05-04 16:13:03.000000000 +0200 +@@ -2121,7 +2121,7 @@ #ifdef GLIDE3 #define GR_STATE_ENTRY(name, type, args) \ @@ -561,7 +574,7 @@ #else #define GR_STATE_ENTRY(name, type, args) \ GR_ENTRY(name, type, args) -@@ -2626,13 +2626,13 @@ +@@ -2628,13 +2628,13 @@ #define CUR_TRI_PROC(__checkValidP, __cullP) \ (*gc->archDispatchProcs.coorModeTriVector)[__checkValidP][__cullP] #define INVALIDATE(regset) {\ @@ -577,8 +590,8 @@ } void ---- Glide3/h5/glide3/src/distate.c.fix 2000-11-24 19:36:47.000000000 +0100 -+++ Glide3/h5/glide3/src/distate.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/h5/glide3/src/distate.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/distate.c 2005-05-04 16:13:03.000000000 +0200 @@ -349,31 +349,31 @@ */ @@ -620,17 +633,17 @@ /*------------------------------------------------------------------- Function: grAlphaBlendFunction ---- Glide3/h5/glide3/src/g3df.c.fix 2000-11-16 00:32:53.000000000 +0100 -+++ Glide3/h5/glide3/src/g3df.c 2004-09-04 11:53:34.000000000 +0200 -@@ -101,6 +101,7 @@ - */ +--- Glide3-fix/h5/glide3/src/g3df.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/g3df.c 2005-05-04 16:13:03.000000000 +0200 +@@ -102,6 +102,7 @@ + #include #include #include +#include #include <3dfx.h> #define FX_DLL_DEFINITION -@@ -476,7 +477,11 @@ +@@ -477,7 +478,11 @@ /* This function is not found in libgcc.a */ { char* tempStr = (char*)color_format; @@ -643,8 +656,8 @@ } #else { ---- Glide3/h5/glide3/src/gglide.c.fix 2004-09-07 11:54:18.939373784 +0200 -+++ Glide3/h5/glide3/src/gglide.c 2004-09-07 11:55:00.657031736 +0200 +--- Glide3-fix/h5/glide3/src/gglide.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/gglide.c 2005-05-04 16:13:03.000000000 +0200 @@ -2903,6 +2903,11 @@ GR_END(); #undef FN_NAME @@ -657,8 +670,8 @@ #endif /* defined(__linux__) */ /*--------------------------------------------------------------------------- ---- Glide3/swlibs/fxmisc/fxos.c.fix 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/fxmisc/fxos.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/fxmisc/fxos.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/fxmisc/fxos.c 2005-05-04 16:13:03.000000000 +0200 @@ -24,6 +24,7 @@ #include #include @@ -667,8 +680,8 @@ #ifdef WIN32 #include ---- Glide3/swlibs/include/make/3dfx.linux.mak.fix 2000-07-12 23:35:28.000000000 +0200 -+++ Glide3/swlibs/include/make/3dfx.linux.mak 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/include/make/3dfx.linux.mak.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/include/make/3dfx.linux.mak 2005-05-04 16:13:03.000000000 +0200 @@ -77,7 +77,7 @@ DEBUGDEFS = -DGDBG_INFO_ON -DGLIDE_DEBUG GCDEFS = -DENDB -DX11 @@ -687,8 +700,8 @@ -fexpensive-optimizations -ffast-math -DBIG_OPT CDEBUG = -g -O ---- Glide3/swlibs/include/make/makefile.autoconf.bottom.fix 2000-08-07 17:24:44.000000000 +0200 -+++ Glide3/swlibs/include/make/makefile.autoconf.bottom 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/include/make/makefile.autoconf.bottom.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/include/make/makefile.autoconf.bottom 2005-05-04 16:13:03.000000000 +0200 @@ -51,11 +51,11 @@ GLIDE_DEBUG_GCFLAGS = -g -O GLIDE_DEBUG_GDEFS = -DGDBG_INFO_ON -DGLIDE_DEBUG @@ -720,8 +733,8 @@ -I$(top_srcdir)/h3/incsrc \ -I$(top_srcdir)/h3/minihwc endif ---- Glide3/swlibs/include/make/3dfx.mak.fix 2000-10-03 20:25:35.000000000 +0200 -+++ Glide3/swlibs/include/make/3dfx.mak 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/include/make/3dfx.mak.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/include/make/3dfx.mak 2005-05-04 16:13:03.000000000 +0200 @@ -110,7 +110,7 @@ DEBUGDEFS = -DGDBG_INFO_ON -DGLIDE_DEBUG GCDEFS = -DENDB -DX11 @@ -740,8 +753,8 @@ -fexpensive-optimizations -ffast-math -DBIG_OPT CDEBUG = -g -O ---- Glide3/swlibs/newpci/pcilib/fxpci.c.fix 2000-11-27 10:49:33.000000000 +0100 -+++ Glide3/swlibs/newpci/pcilib/fxpci.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/newpci/pcilib/fxpci.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/newpci/pcilib/fxpci.c 2005-05-04 16:13:03.000000000 +0200 @@ -469,7 +469,7 @@ */ @@ -762,8 +775,8 @@ continue; if (deviceID == 0xFFFF) /* if special value */ ---- Glide3/swlibs/texus2/lib/makefile.autoconf.am.fix 2000-08-25 19:33:26.000000000 +0200 -+++ Glide3/swlibs/texus2/lib/makefile.autoconf.am 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/texus2/lib/makefile.autoconf.am.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/texus2/lib/makefile.autoconf.am 2005-05-04 16:13:03.000000000 +0200 @@ -33,6 +33,7 @@ noinst_LTLIBRARIES = libtexus.la noinst_HEADERS = texusint.h Glide3-new-autotools-bugfix.patch: Index: Glide3-new-autotools-bugfix.patch =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3-new-autotools-bugfix.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Glide3-new-autotools-bugfix.patch 28 Apr 2005 18:39:19 -0000 1.1 +++ Glide3-new-autotools-bugfix.patch 4 May 2005 15:14:46 -0000 1.2 @@ -1,8 +1,6 @@ -Fixup for new autotools for rawhide. - ---- h3/glide3/src/makefile.autoconf.am.new-autotools-bugfix Wed May 29 11:54:04 2002 -+++ h3/glide3/src/makefile.autoconf.am Wed May 29 11:55:46 2002 -@@ -208,7 +208,8 @@ +--- Glide3-fix/h3/glide3/src/makefile.autoconf.am.new-autotools-bugfix 2005-05-04 16:08:57.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/makefile.autoconf.am 2005-05-04 16:09:10.000000000 +0200 +@@ -217,7 +217,8 @@ noinst_HEADERS = fxglide.h gsstdef.h gsfc.h \ fxcmd.h fxsplash.h tv.h rcver.h qmodes.h \ macglide3.h @@ -12,9 +10,9 @@ lib_LTLIBRARIES = libglide3.la libglide3_la_SOURCES = fxinline.h fxgasm.h \ ---- h5/glide3/src/makefile.autoconf.am.new-autotools-bugfix Wed May 29 11:56:58 2002 -+++ h5/glide3/src/makefile.autoconf.am Wed May 29 11:58:15 2002 -@@ -221,8 +221,8 @@ +--- Glide3-fix/h5/glide3/src/makefile.autoconf.am.new-autotools-bugfix 2005-05-04 16:08:57.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/makefile.autoconf.am 2005-05-04 16:09:10.000000000 +0200 +@@ -230,8 +230,8 @@ gsfc.h gsstdef.h \ qmodes.h tv.h \ fxgasm.h fxinline.h Index: Glide3.spec =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Glide3.spec 2 May 2005 13:51:46 -0000 1.4 +++ Glide3.spec 4 May 2005 15:14:46 -0000 1.5 @@ -49,7 +49,7 @@ %prep %setup -q -n Glide3 %patch0 -p1 -b .64bit -%patch1 -p0 -b .new-autotools-bugfix +%patch1 -p1 -b .new-autotools-bugfix %patch2 -p1 -b .redhat-cleanup-1 %patch3 -p1 -b .fix %patch4 -p1 -b .gcc4 @@ -62,11 +62,11 @@ automake-1.4 -a autoconf -#%ifarch %{ix86} -#%define configure_flags --enable-fx-debug=no --enable-amd3d -#%else +%ifarch %{ix86} +%define configure_flags --enable-fx-debug=no --enable-amd3d +%else %define configure_flags --enable-fx-debug=no -#%endif +%endif mkdir build-5 cd build-5 @@ -156,6 +156,13 @@ %changelog +* Mon May 4 2005 Hans de Goede +- Tested amd3dnow code on a voodoo2, works for me (tm). Enabled + amd3dnow code on i386 for now. +- Added FX_GLIDE_I386 AM-conditonal and define, only use and build + cpudtect.s when this is set. This should fix the cpudtect assemble problem + on x86_64. Made this part of Glide-64bit.patch. + * Mon May 2 2005 Hans de Goede - Fix amd3dnow code for cvg(voodoo2) so that it not only compiles but also links. Still untested, so still disabled. From fedora-extras-commits at redhat.com Wed May 4 16:27:59 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 4 May 2005 12:27:59 -0400 Subject: rpms/synergy/devel synergy.spec,1.7,1.8 Message-ID: <200505041627.j44GRxO4009262@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/synergy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9245 Modified Files: synergy.spec Log Message: Release bump, as the last build attempt didn't include the patch I added (same E-V-R as last tag is my guess). Index: synergy.spec =================================================================== RCS file: /cvs/extras/rpms/synergy/devel/synergy.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- synergy.spec 17 Apr 2005 18:45:16 -0000 1.7 +++ synergy.spec 4 May 2005 16:27:57 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Mouse and keyboard sharing utility Name: synergy Version: 1.2.2 -Release: 2 +Release: 3 License: GPL Group: System Environment/Daemons URL: http://synergy2.sourceforge.net/ @@ -47,6 +47,9 @@ %changelog +* Wed May 4 2005 Matthias Saou 1.2.2-3 +- Rebuild (my bad with CVS "make tag", I guess). + * Sun Apr 17 2005 Matthias Saou 1.2.2-2 - Disable -Werror as build fails with gcc4 otherwise (temporary fix). From fedora-extras-commits at redhat.com Wed May 4 16:30:46 2005 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Wed, 4 May 2005 12:30:46 -0400 Subject: rpms/exim import.log,1.2,1.3 Message-ID: <200505041630.j44GUkXa009388@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/exim In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9360 Modified Files: import.log Log Message: auto-import exim-4.51-1 on branch devel from exim-4.51-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/exim/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 19 Apr 2005 04:06:04 -0000 1.2 +++ import.log 4 May 2005 16:30:44 -0000 1.3 @@ -1 +1,2 @@ exim-4_50-2:HEAD:exim-4.50-2.src.rpm:1113883526 +exim-4_51-1:HEAD:exim-4.51-1.src.rpm:1115224188 From fedora-extras-commits at redhat.com Wed May 4 16:30:46 2005 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Wed, 4 May 2005 12:30:46 -0400 Subject: rpms/exim/devel exim-4.51-csa.2c.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 exim.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200505041630.j44GUkNc009395@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/exim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9360/devel Modified Files: .cvsignore exim.spec sources Added Files: exim-4.51-csa.2c.patch Log Message: auto-import exim-4.51-1 on branch devel from exim-4.51-1.src.rpm exim-4.51-csa.2c.patch: --- NEW FILE exim-4.51-csa.2c.patch --- --- doc/ChangeLog 4 May 2005 10:17:28 -0000 1.133 +++ doc/ChangeLog 4 May 2005 10:42:03 -0000 @@ -287,6 +287,8 @@ from the Makefile to this script so that it can call the same version of "make". +TF/02 Added support for Client SMTP Authorization. See NewStuff for details. + A note about Exim versions 4.44 and 4.50 ---------------------------------------- --- doc/NewStuff 3 May 2005 14:20:00 -0000 1.39 +++ doc/NewStuff 4 May 2005 10:42:03 -0000 @@ -181,6 +181,61 @@ both kinds of timeout. A transport filter timeout is now identified in the log output. +TF/02 Support for checking Client SMTP Authorization has been added. CSA is a + system which allows a site to advertise which machines are and are not + permitted to send email. This is done by placing special SRV records in + the DNS, which are looked up using the client's HELO domain. At this + time CSA is still an Internet-Draft. + + Client SMTP Authorization checks are performed by the ACL condition + verify=csa. This will fail if the client is not authorized. If there is + a DNS problem, or if no valid CSA SRV record is found, or if the client + is authorized, the condition succeeds. These three cases can be + distinguished using the expansion variable $csa_status, which can take + one of the values "fail", "defer", "unknown", or "ok". The condition + does not itself defer because that would be likely to cause problems + for legitimate email. + + The error messages produced by the CSA code include slightly more + detail. If $csa_status is "defer" this may be because of problems + looking up the CSA SRV record, or problems looking up the CSA target + address record. There are four reasons for $csa_status being "fail": + the client's host name is explicitly not authorized; the client's IP + address does not match any of the CSA target IP addresses; the client's + host name is authorized but it has no valid target IP addresses (e.g. + the target's addresses are IPv6 and the client is using IPv4); or the + client's host name has no CSA SRV record but a parent domain has + asserted that all subdomains must be explicitly authorized. + + The verify=csa condition can take an argument which is the domain to + use for the DNS query. The default is verify=csa/$sender_helo_name. + + This implementation includes an extension to CSA. If the query domain + is an address literal such as [192.0.2.95], or if it is a bare IP + address, Exim will search for CSA SRV records in the reverse DNS as if + the HELO domain was e.g. 95.2.0.192.in-addr.arpa. Therefore it is + meaningful to say, for example, verify=csa/$sender_host_address - in + fact, this is the check that Exim performs if the client does not say + HELO. This extension can be turned off by setting the main + configuration option dns_csa_use_reverse = false. + + If a CSA SRV record is not found for the domain itself, then a search + is performed through its parent domains for a record which might be + making assertions about subdomains. The maximum depth of this search is + limited using the main configuration option dns_csa_search_limit, which + takes the value 5 by default. Exim does not look for CSA SRV records in + a top level domain, so the default settings handle HELO domains as long + as seven (hostname.five.four.three.two.one.com) which encompasses the + vast majority of legitimate HELO domains. + + The dnsdb lookup also has support for CSA. Although dnsdb already + supports SRV lookups, this is not sufficient because of the extra + parent domain search behaviour of CSA, and (as with PTR lookups) + dnsdb also turns IP addresses into lookups in the reverse DNS space. + The result of ${lookup dnsdb {csa=$sender_helo_name} } has two + space-separated fields: an authorization code and a target host name. + The authorization code can be "Y" for yes, "N" for no, "X" for explicit + authorization required but absent, or "?" for unknown. Version 4.50 ------------ --- src/acl.c 6 Apr 2005 14:03:53 -0000 1.28 +++ src/acl.c 4 May 2005 10:42:26 -0000 @@ -505,6 +505,45 @@ { US"submission", CONTROL_SUBMISSION, TRUE} }; +/* Support data structures for Client SMTP Authorization. acl_verify_csa() +caches its result in a tree to avoid repeated DNS queries. The result is an +integer code which is used as an index into the following tables of +explanatory strings and verification return codes. */ + +static tree_node *csa_cache = NULL; + +enum { CSA_UNKNOWN, CSA_OK, CSA_DEFER_SRV, CSA_DEFER_ADDR, + CSA_FAIL_EXPLICIT, CSA_FAIL_DOMAIN, CSA_FAIL_NOADDR, CSA_FAIL_MISMATCH }; + +/* The acl_verify_csa() return code is translated into an acl_verify() return +code using the following table. It is OK unless the client is definitely not +authorized. This is because CSA is supposed to be optional for sending sites, +so recipients should not be too strict about checking it - especially because +DNS problems are quite likely to occur. It's possible to use $csa_status in +further ACL conditions to distinguish ok, unknown, and defer if required, but +the aim is to make the usual configuration simple. */ + +static int csa_return_code[] = { + OK, OK, OK, OK, + FAIL, FAIL, FAIL, FAIL +}; + +static uschar *csa_status_string[] = { + "unknown", "ok", "defer", "defer", + "fail", "fail", "fail", "fail" +}; + +static uschar *csa_reason_string[] = { + "unknown", + "ok", + "deferred (SRV lookup failed)", + "deferred (target address lookup failed)", + "failed (explicit authorization required)", + "failed (host name not authorized)", + "failed (no authorized addresses)", + "failed (client address mismatch)" +}; + /* Enable recursion between acl_check_internal() and acl_check_condition() */ static int acl_check_internal(int, address_item *, uschar *, int, uschar **, @@ -938,6 +977,299 @@ /************************************************* +* Check client IP address matches CSA target * +*************************************************/ + +/* Called from acl_verify_csa() below. This routine scans a section of a DNS +response for address records belonging to the CSA target hostname. The section +is specified by the reset argument, either RESET_ADDITIONAL or RESET_ANSWERS. +If one of the addresses matches the client's IP address, then the client is +authorized by CSA. If there are target IP addresses but none of them match +then the client is using an unauthorized IP address. If there are no target IP +addresses then the client cannot be using an authorized IP address. (This is +an odd configuration - why didn't the SRV record have a weight of 1 instead?) + +Arguments: + dnsa the DNS answer block + dnss a DNS scan block for us to use + reset option specifing what portion to scan, as described above + target the target hostname to use for matching RR names + +Returns: CSA_OK successfully authorized + CSA_FAIL_MISMATCH addresses found but none matched + CSA_FAIL_NOADDR no target addresses found +*/ + +static int +acl_verify_csa_address(dns_answer *dnsa, dns_scan *dnss, int reset, + uschar *target) +{ +dns_record *rr; +dns_address *da; + +BOOL target_found = FALSE; + +for (rr = dns_next_rr(dnsa, dnss, reset); + rr != NULL; + rr = dns_next_rr(dnsa, dnss, RESET_NEXT)) + { + /* Check this is an address RR for the target hostname. */ + + if (rr->type != T_A + #if HAVE_IPV6 + && rr->type != T_AAAA + #ifdef SUPPORT_A6 + && rr->type != T_A6 + #endif + #endif + ) continue; + + if (strcmpic(target, rr->name) != 0) continue; + + target_found = TRUE; + + /* Turn the target address RR into a list of textual IP addresses and scan + the list. There may be more than one if it is an A6 RR. */ + + for (da = dns_address_from_rr(&dnsa, rr); da != NULL; da = da->next) + { + /* If the client IP address matches the target IP address, it's good! */ + + DEBUG(D_acl) debug_printf("CSA target address is %s\n", da->address); + + if (strcmpic(sender_host_address, da->address) == 0) return CSA_OK; + } + } + +/* If we found some target addresses but none of them matched, the client is +using an unauthorized IP address, otherwise the target has no authorized IP +addresses. */ + +if (target_found) return CSA_FAIL_MISMATCH; +else return CSA_FAIL_NOADDR; +} + + + +/************************************************* +* Verify Client SMTP Authorization * +*************************************************/ + +/* Called from acl_verify() below. This routine calls dns_lookup_special() +to find the CSA SRV record corresponding to the domain argument, or +$sender_helo_name if no argument is provided. It then checks that the +client is authorized, and that its IP address corresponds to the SRV +target's address by calling acl_verify_csa_address() above. The address +should have been returned in the DNS response's ADDITIONAL section, but if +not we perform another DNS lookup to get it. + +Arguments: + domain pointer to optional parameter following verify = csa + +Returns: CSA_UNKNOWN no valid CSA record found + CSA_OK successfully authorized + CSA_FAIL_* client is definitely not authorized + CSA_DEFER_* there was a DNS problem +*/ + +static int +acl_verify_csa(uschar *domain) +{ +tree_node *t; +uschar *found, *p; +int priority, weight, port; +dns_answer dnsa; +dns_scan dnss; +dns_record *rr; +int rc, type; +uschar target[256]; + +/* Work out the domain we are using for the CSA lookup. The default is the +client's HELO domain. If the client has not said HELO, use its IP address +instead. If it's a local client (exim -bs), CSA isn't applicable. */ + +while (isspace(*domain) && *domain != '\0') ++domain; +if (*domain == '\0') domain = sender_helo_name; +if (domain == NULL) domain = sender_host_address; +if (sender_host_address == NULL) return CSA_UNKNOWN; + +/* If we have an address literal, strip off the framing ready for turning it +into a domain. The framing consists of matched square brackets possibly +containing a keyword and a colon before the actual IP address. */ + +if (domain[0] == '[') + { + uschar *start = Ustrchr(domain, ':'); + if (start == NULL) start = domain; + domain = string_copyn(start + 1, Ustrlen(start) - 2); + } + +/* Turn domains that look like bare IP addresses into domains in the reverse +DNS. This code also deals with address literals and $sender_host_address. It's +not quite kosher to treat bare domains such as EHLO 192.0.2.57 the same as +address literals, but it's probably the most friendly thing to do. This is an +extension to CSA, so we allow it to be turned off for proper conformance. */ + +if (string_is_ip_address(domain, NULL)) + { + if (!dns_csa_use_reverse) return CSA_UNKNOWN; + dns_build_reverse(domain, target); + domain = target; + } + +/* Find out if we've already done the CSA check for this domain. If we have, +return the same result again. Otherwise build a new cached result structure +for this domain. The name is filled in now, and the value is filled in when +we return from this function. */ + +t = tree_search(csa_cache, domain); +if (t != NULL) return t->data.val; + +t = store_get_perm(sizeof(tree_node) + Ustrlen(domain)); +Ustrcpy(t->name, domain); +(void)tree_insertnode(&csa_cache, t); + +/* Now we are ready to do the actual DNS lookup(s). */ + +switch (dns_special_lookup(&dnsa, domain, T_CSA, &found)) + { + /* If something bad happened (most commonly DNS_AGAIN), defer. */ + + default: + return t->data.val = CSA_DEFER_SRV; + + /* If we found nothing, the client's authorization is unknown. */ + + case DNS_NOMATCH: + case DNS_NODATA: + return t->data.val = CSA_UNKNOWN; + + /* We got something! Go on to look at the reply in more detail. */ + + case DNS_SUCCEED: + break; + } + +/* Scan the reply for well-formed CSA SRV records. */ + +for (rr = dns_next_rr(&dnsa, &dnss, RESET_ANSWERS); + rr != NULL; + rr = dns_next_rr(&dnsa, &dnss, RESET_NEXT)) + { + if (rr->type != T_SRV) continue; + + /* Extract the numerical SRV fields (p is incremented) */ + + p = rr->data; + GETSHORT(priority, p); + GETSHORT(weight, p); + GETSHORT(port, p); + + DEBUG(D_acl) + debug_printf("CSA priority=%d weight=%d port=%d\n", priority, weight, port); + + /* Check the CSA version number */ + + if (priority != 1) continue; + + /* If the domain does not have a CSA SRV record of its own (i.e. the domain + found by dns_special_lookup() is a parent of the one we asked for), we check + the subdomain assertions in the port field. At the moment there's only one + assertion: legitimate SMTP clients are all explicitly authorized with CSA + SRV records of their own. */ + + if (found != domain) + { + if (port & 1) + return t->data.val = CSA_FAIL_EXPLICIT; + else + return t->data.val = CSA_UNKNOWN; + } + + /* This CSA SRV record refers directly to our domain, so we check the value + in the weight field to work out the domain's authorization. 0 and 1 are + unauthorized; 3 means the client is authorized but we can't check the IP + address in order to authenticate it, so we treat it as unknown; values + greater than 3 are undefined. */ + + if (weight < 2) return t->data.val = CSA_FAIL_DOMAIN; + + if (weight > 2) continue; + + /* Weight == 2, which means the domain is authorized. We must check that the + client's IP address is listed as one of the SRV target addresses. Save the + target hostname then break to scan the additional data for its addresses. */ + + (void)dn_expand(dnsa.answer, dnsa.answer + dnsa.answerlen, p, + (DN_EXPAND_ARG4_TYPE)target, sizeof(target)); + + DEBUG(D_acl) debug_printf("CSA target is %s\n", target); + + break; + } + +/* If we didn't break the loop then no appropriate records were found. */ + +if (rr == NULL) return t->data.val = CSA_UNKNOWN; + +/* Do not check addresses if the target is ".", in accordance with RFC 2782. +A target of "." indicates there are no valid addresses, so the client cannot +be authorized. (This is an odd configuration because weight=2 target=. is +equivalent to weight=1, but we check for it in order to keep load off the +root name servers.) Note that dn_expand() turns "." into "". */ + +if (Ustrcmp(target, "") == 0) return t->data.val = CSA_FAIL_NOADDR; + +/* Scan the additional section of the CSA SRV reply for addresses belonging +to the target. If the name server didn't return any additional data (e.g. +because it does not fully support SRV records), we need to do another lookup +to obtain the target addresses; otherwise we have a definitive result. */ + +rc = acl_verify_csa_address(&dnsa, &dnss, RESET_ADDITIONAL, target); +if (rc != CSA_FAIL_NOADDR) return t->data.val = rc; + +/* The DNS lookup type corresponds to the IP version used by the client. */ + +#if HAVE_IPV6 +if (Ustrchr(sender_host_address, ':') != NULL) + type = T_AAAA; +else +#endif /* HAVE_IPV6 */ + type = T_A; + +DNS_LOOKUP_AGAIN: +switch (dns_lookup(&dnsa, target, type, NULL)) + { + /* If something bad happened (most commonly DNS_AGAIN), defer. */ + + default: + return t->data.val = CSA_DEFER_ADDR; + + /* If the query succeeded, scan the addresses and return the result. */ + + case DNS_SUCCEED: + rc = acl_verify_csa_address(&dnsa, &dnss, RESET_ANSWERS, target); + if (rc != CSA_FAIL_NOADDR) return t->data.val = rc; + /* else fall through */ + + /* If the target has no IP addresses, the client cannot have an authorized + IP address. However, if the target site uses A6 records (not AAAA records) + we have to do yet another lookup in order to check them. */ + + case DNS_NOMATCH: + case DNS_NODATA: + + #if HAVE_IPV6 && defined(SUPPORT_A6) + if (type == T_AAAA) { type = T_A6; goto DNS_LOOKUP_AGAIN; } + #endif + + return t->data.val = CSA_FAIL_NOADDR; + } +} + + + +/************************************************* * Handle verification (address & other) * *************************************************/ @@ -1017,6 +1349,19 @@ { if (slash != NULL) goto NO_OPTIONS; return helo_verified? OK : FAIL; + } + +/* Do Client SMTP Authorization checks in a separate function, and turn the +result code into user-friendly strings. */ + +if (strcmpic(ss, US"csa") == 0) + { + rc = acl_verify_csa(list); + *log_msgptr = *user_msgptr = string_sprintf("client SMTP authorization %s", + csa_reason_string[rc]); + csa_status = csa_status_string[rc]; + DEBUG(D_acl) debug_printf("CSA result %s\n", csa_status); + return csa_return_code[rc]; } /* Check that all relevant header lines have the correct syntax. If there is --- src/dns.c 17 Feb 2005 11:58:26 -0000 1.5 +++ src/dns.c 4 May 2005 10:42:26 -0000 @@ -153,9 +153,9 @@ *************************************************/ /* Call this with reset == RESET_ANSWERS to scan the answer block, reset == -RESET_ADDITIONAL to scan the additional records, and reset == RESET_NEXT to -get the next record. The result is in static storage which must be copied if -it is to be preserved. +RESET_AUTHORITY to scan the authority records, reset == RESET_ADDITIONAL to +scan the additional records, and reset == RESET_NEXT to get the next record. +The result is in static storage which must be copied if it is to be preserved. Arguments: dnsa pointer to dns answer block @@ -192,12 +192,14 @@ dnss->rrcount = ntohs(h->ancount); - /* Skip over answers and NS records if wanting to look at the additional + /* Skip over answers if we want to look at the authority section. Also skip + the NS records (i.e. authority section) if wanting to look at the additional records. */ - if (reset == RESET_ADDITIONAL) + if (reset == RESET_ADDITIONAL) dnss->rrcount += ntohs(h->nscount); + + if (reset == RESET_AUTHORITY || reset == RESET_ADDITIONAL) { - dnss->rrcount += ntohs(h->nscount); while (dnss->rrcount-- > 0) { namelen = dn_expand(dnsa->answer, dnsa->answer + dnsa->answerlen, @@ -207,11 +209,11 @@ GETSHORT(dnss->srr.size, dnss->aptr); /* size of data portion */ dnss->aptr += dnss->srr.size; /* skip over it */ } - dnss->rrcount = ntohs(h->arcount); + dnss->rrcount = (reset == RESET_AUTHORITY) + ? ntohs(h->nscount) : ntohs(h->arcount); } } - /* The variable dnss->aptr is now pointing at the next RR, and dnss->rrcount contains the number of RR records left. */ @@ -666,6 +668,153 @@ if (rc != DNS_NOMATCH && rc != DNS_NODATA) return rc; while (*d != 0 && *d != '.') d++; if (*d++ == 0) break; + } + return DNS_NOMATCH; + } + +/* Try to look up the Client SMTP Authorization SRV record for the name. If +there isn't one, search from the top downwards for a CSA record in a parent +domain, which might be making assertions about subdomains. If we find a record +we set fully_qualified_name to whichever lookup succeeded, so that the caller +can tell whether to look at the explicit authorization field or the subdomain +assertion field. */ + +if (type == T_CSA) + { + uschar *srvname, *namesuff, *tld, *p; + int priority, weight, port; + int limit, rc, i; + BOOL ipv6; + dns_record *rr; + dns_scan dnss; + + DEBUG(D_dns) debug_printf("CSA lookup of %s\n", name); + + srvname = string_sprintf("_client._smtp.%s", name); + rc = dns_lookup(dnsa, srvname, T_SRV, NULL); + if (rc == DNS_SUCCEED || rc == DNS_AGAIN) + { + if (rc == DNS_SUCCEED) *fully_qualified_name = name; + return rc; + } + + /* Search for CSA subdomain assertion SRV records from the top downwards, + starting with the 2nd level domain. This order maximizes cache-friendliness. + We skip the top level domains to avoid loading their nameservers and because + we know they'll never have CSA SRV records. */ + + namesuff = Ustrrchr(name, '.'); + if (namesuff == NULL) return DNS_NOMATCH; + tld = namesuff + 1; + ipv6 = FALSE; + limit = dns_csa_search_limit; + + /* Use more appropriate search parameters if we are in the reverse DNS. */ + + if (strcmpic(namesuff, ".arpa") == 0) + { + if (namesuff - 8 > name && strcmpic(namesuff - 8, ".in-addr.arpa") == 0) + { + namesuff -= 8; + tld = namesuff + 1; + limit = 3; + } + else if (namesuff - 4 > name && strcmpic(namesuff - 4, ".ip6.arpa") == 0) + { + namesuff -= 4; + tld = namesuff + 1; + ipv6 = TRUE; + limit = 3; + } + } + + DEBUG(D_dns) debug_printf("CSA TLD %s\n", tld); + + /* Do not perform the search if the top level or 2nd level domains do not + exist. This is quite common, and when it occurs all the search queries would + go to the root or TLD name servers, which is not friendly. So we check the + AUTHORITY section; if it contains the root's SOA record or the TLD's SOA then + the TLD or the 2LD (respectively) doesn't exist and we can skip the search. + If the TLD and the 2LD exist but the explicit CSA record lookup failed, then + the AUTHORITY SOA will be the 2LD's or a subdomain thereof. */ + + if (rc == DNS_NOMATCH) + { + /* This is really gross. The successful return value from res_search() is + the packet length, which is stored in dnsa->answerlen. If we get a + negative DNS reply then res_search() returns -1, which causes the bounds + checks for name decompression to fail when it is treated as a packet + length, which in turn causes the authority search to fail. The correct + packet length has been lost inside libresolv, so we have to guess a + replacement value. (The only way to fix this properly would be to + re-implement res_search() and res_query() so that they don't muddle their + success and packet length return values.) For added safety we only reset + the packet length if the packet header looks plausible. */ + + HEADER *h = (HEADER *)dnsa->answer; + if (h->qr == 1 && h->opcode == QUERY && h->tc == 0 + && (h->rcode == NOERROR || h->rcode == NXDOMAIN) + && ntohs(h->qdcount) == 1 && ntohs(h->ancount) == 0 + && ntohs(h->nscount) >= 1) + dnsa->answerlen = MAXPACKET; + + for (rr = dns_next_rr(dnsa, &dnss, RESET_AUTHORITY); + rr != NULL; + rr = dns_next_rr(dnsa, &dnss, RESET_NEXT)) + if (rr->type != T_SOA) continue; + else if (strcmpic(rr->name, "") == 0 || + strcmpic(rr->name, tld) == 0) return DNS_NOMATCH; + else break; + } + + for (i = 0; i < limit; i++) + { + if (ipv6) + { + /* Scan through the IPv6 reverse DNS in chunks of 16 bits worth of IP + address, i.e. 4 hex chars and 4 dots, i.e. 8 chars. */ + namesuff -= 8; + if (namesuff <= name) return DNS_NOMATCH; + } + else + /* Find the start of the preceding domain name label. */ + do + if (--namesuff <= name) return DNS_NOMATCH; + while (*namesuff != '.'); + + DEBUG(D_dns) debug_printf("CSA parent search at %s\n", namesuff + 1); + + srvname = string_sprintf("_client._smtp.%s", namesuff + 1); + rc = dns_lookup(dnsa, srvname, T_SRV, NULL); + if (rc == DNS_AGAIN) return rc; + if (rc != DNS_SUCCEED) continue; + + /* Check that the SRV record we have found is worth returning. We don't + just return the first one we find, because some lower level SRV record + might make stricter assertions than its parent domain. */ + + for (rr = dns_next_rr(dnsa, &dnss, RESET_ANSWERS); + rr != NULL; + rr = dns_next_rr(dnsa, &dnss, RESET_NEXT)) + { + if (rr->type != T_SRV) continue; + + /* Extract the numerical SRV fields (p is incremented) */ + p = rr->data; + GETSHORT(priority, p); + GETSHORT(weight, p); + GETSHORT(port, p); + + /* Check the CSA version number */ + if (priority != 1) continue; + + /* If it's making an interesting assertion, return this response. */ + if (port & 1) + { + *fully_qualified_name = namesuff + 1; + return DNS_SUCCEED; + } + } } return DNS_NOMATCH; } --- src/exim.h 27 Apr 2005 10:00:18 -0000 1.11 +++ src/exim.h 4 May 2005 10:42:26 -0000 @@ -280,12 +280,19 @@ #define T_SRV 33 #endif -/* We use the private type T_ZNS for retrieving the nameservers for the -enclosing zone of a domain, and the private type T_MXH for retrieving -the MX hostnames only (without their priorities). */ +/* We define a few private types for special DNS lookups: + + . T_ZNS gets the nameservers of the enclosing zone of a domain + + . T_MXH gets the MX hostnames only (without their priorities) + + . T_CSA gets the domain's Client SMTP Authorization SRV record + +*/ #define T_ZNS (-1) #define T_MXH (-2) +#define T_CSA (-3) /* The resolv.h header defines __P(x) on some Solaris 2.5.1 systems (without checking that it is already defined, in fact). This conflicts with other --- src/expand.c 28 Apr 2005 13:29:27 -0000 1.20 +++ src/expand.c 4 May 2005 10:42:27 -0000 @@ -333,6 +333,7 @@ { "caller_uid", vtype_uid, &real_uid }, { "compile_date", vtype_stringptr, &version_date }, { "compile_number", vtype_stringptr, &version_cnumber }, + { "csa_status", vtype_stringptr, &csa_status }, #ifdef WITH_OLD_DEMIME { "demime_errorlevel", vtype_int, &demime_errorlevel }, { "demime_reason", vtype_stringptr, &demime_reason }, --- src/globals.c 3 May 2005 14:20:01 -0000 1.23 +++ src/globals.c 4 May 2005 10:42:27 -0000 @@ -385,6 +385,8 @@ int continue_sequence = 1; uschar *continue_transport = NULL; +uschar *csa_status = NULL; + BOOL daemon_listen = FALSE; uschar *daemon_smtp_port = US"smtp"; BOOL debug_daemon = FALSE; @@ -473,6 +475,8 @@ #endif uschar *dns_again_means_nonexist = NULL; +int dns_csa_search_limit = 5; +BOOL dns_csa_use_reverse = TRUE; uschar *dns_ipv4_lookup = NULL; int dns_retrans = 0; int dns_retry = 0; --- src/globals.h 3 May 2005 14:20:01 -0000 1.15 +++ src/globals.h 4 May 2005 10:42:27 -0000 @@ -214,6 +214,8 @@ extern int continue_sequence; /* Sequence num for continued delivery */ extern uschar *continue_transport; /* Transport for continued delivery */ +extern uschar *csa_status; /* Client SMTP Authorization result */ + extern BOOL daemon_listen; /* True if listening required */ extern uschar *daemon_smtp_port; /* Can be a list of ports */ extern BOOL debug_daemon; /* Debug the daemon process only */ @@ -271,6 +273,8 @@ #endif extern uschar *dns_again_means_nonexist; /* Domains that are badly set up */ +extern int dns_csa_search_limit; /* How deep to search for CSA SRV records */ +extern BOOL dns_csa_use_reverse; /* Check CSA in reverse DNS? (non-standard) */ extern uschar *dns_ipv4_lookup; /* For these domains, don't look for AAAA (or A6) */ extern int dns_retrans; /* Retransmission time setting */ extern int dns_retry; /* Number of retries */ --- src/macros.h 7 Apr 2005 10:54:54 -0000 1.12 +++ src/macros.h 4 May 2005 10:42:27 -0000 @@ -178,7 +178,7 @@ /* Options for dns_next_rr */ -enum { RESET_NEXT, RESET_ANSWERS, RESET_ADDITIONAL }; +enum { RESET_NEXT, RESET_ANSWERS, RESET_AUTHORITY, RESET_ADDITIONAL }; /* Argument values for the time-of-day function */ --- src/readconf.c 5 Apr 2005 13:58:35 -0000 1.7 +++ src/readconf.c 4 May 2005 10:42:27 -0000 @@ -193,6 +193,8 @@ { "delivery_date_remove", opt_bool, &delivery_date_remove }, { "dns_again_means_nonexist", opt_stringptr, &dns_again_means_nonexist }, { "dns_check_names_pattern", opt_stringptr, &check_dns_names_pattern }, + { "dns_csa_search_limit", opt_int, &dns_csa_search_limit }, + { "dns_csa_use_reverse", opt_bool, &dns_csa_use_reverse }, { "dns_ipv4_lookup", opt_stringptr, &dns_ipv4_lookup }, { "dns_retrans", opt_time, &dns_retrans }, { "dns_retry", opt_int, &dns_retry }, --- src/lookups/dnsdb.c 17 Feb 2005 11:58:27 -0000 1.10 +++ src/lookups/dnsdb.c 4 May 2005 10:42:27 -0000 @@ -31,6 +31,7 @@ #endif #endif "cname", + "csa", "mx", "mxh", "ns", @@ -49,6 +50,7 @@ #endif #endif T_CNAME, + T_CSA, /* Private type for "Client SMTP Authorization". */ T_MX, T_MXH, /* Private type for "MX hostnames" */ T_NS, @@ -112,7 +114,7 @@ int type = T_TXT; int failrc = FAIL; uschar *outsep = US"\n"; -uschar *equals, *domain; +uschar *equals, *domain, *found; uschar buffer[256]; /* Because we're the working in the search pool, we try to reclaim as much @@ -228,15 +230,18 @@ != NULL) { uschar rbuffer[256]; - int searchtype = (type == T_ZNS)? T_NS : /* record type we want */ - (type == T_MXH)? T_MX : type; + int searchtype = (type == T_CSA)? T_SRV : /* record type we want */ + (type == T_MXH)? T_MX : + (type == T_ZNS)? T_NS : type; + + /* If the type is PTR or CSA, we have to construct the relevant magic lookup + key if the original is an IP address (some experimental protocols are using + PTR records for different purposes where the key string is a host name, and + Exim's extended CSA can be keyed by domains or IP addresses). This code for + doing the reversal is now in a separate function. */ - /* If the type is PTR, we have to construct the relevant magic lookup key if - the original is an IP address (some experimental protocols are using PTR - records for different purposes where the key string is a host name). This - code for doing the reversal is now in a separate function. */ - - if (type == T_PTR && string_is_ip_address(domain, NULL) > 0) + if ((type == T_PTR || type == T_CSA) && + string_is_ip_address(domain, NULL) > 0) { dns_build_reverse(domain, rbuffer); domain = rbuffer; @@ -252,7 +257,7 @@ continue with the next domain. In the case of DEFER, adjust the final "nothing found" result, but carry on to the next domain. */ - rc = dns_special_lookup(&dnsa, domain, type, NULL); + rc = dns_special_lookup(&dnsa, domain, type, &found); if (rc == DNS_NOMATCH || rc == DNS_NODATA) continue; if (rc != DNS_SUCCEED) @@ -300,32 +305,63 @@ yield = string_cat(yield, &size, &ptr, (uschar *)(rr->data+1), (rr->data)[0]); } - else /* T_CNAME, T_MX, T_MXH, T_NS, T_SRV, T_PTR */ + else /* T_CNAME, T_CSA, T_MX, T_MXH, T_NS, T_PTR, T_SRV */ { - int num; + int priority, weight, port; uschar s[264]; uschar *p = (uschar *)(rr->data); if (type == T_MXH) { /* mxh ignores the priority number and includes only the hostnames */ - GETSHORT(num, p); /* pointer is advanced */ + GETSHORT(priority, p); } else if (type == T_MX) { - GETSHORT(num, p); /* pointer is advanced */ - sprintf(CS s, "%d ", num); + GETSHORT(priority, p); + sprintf(CS s, "%d ", priority); yield = string_cat(yield, &size, &ptr, s, Ustrlen(s)); } else if (type == T_SRV) { - int weight, port; - GETSHORT(num, p); /* pointer is advanced */ + GETSHORT(priority, p); GETSHORT(weight, p); GETSHORT(port, p); - sprintf(CS s, "%d %d %d ", num, weight, port); + sprintf(CS s, "%d %d %d ", priority, weight, port); yield = string_cat(yield, &size, &ptr, s, Ustrlen(s)); } + else if (type == T_CSA) + { + /* See acl_verify_csa() for more comments about CSA. */ + + GETSHORT(priority, p); + GETSHORT(weight, p); + GETSHORT(port, p); + + if (priority != 1) continue; /* CSA version must be 1 */ + + /* If the CSA record we found is not the one we asked for, analyse + the subdomain assertions in the port field, else analyse the direct + authorization status in the weight field. */ + + if (found != domain) + { + if (port & 1) *s = 'X'; /* explicit authorization required */ + else *s = '?'; /* no subdomain assertions here */ + } + else + { + if (weight < 2) *s = 'N'; /* not authorized */ + else if (weight == 2) *s = 'Y'; /* authorized */ + else if (weight == 3) *s = '?'; /* unauthorizable */ + else continue; /* invalid */ + } + + s[1] = ' '; + yield = string_cat(yield, &size, &ptr, s, 2); + } + + /* GETSHORT() has advanced the pointer to the target domain. */ rc = dn_expand(dnsa.answer, dnsa.answer + dnsa.answerlen, p, (DN_EXPAND_ARG4_TYPE)(s), sizeof(s)); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/exim/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2005 04:06:04 -0000 1.2 +++ .cvsignore 4 May 2005 16:30:44 -0000 1.3 @@ -1,2 +1,2 @@ -exim-4.50.tar.bz2 sa-exim-4.2.tar.gz +exim-4.51.tar.bz2 Index: exim.spec =================================================================== RCS file: /cvs/extras/rpms/exim/devel/exim.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- exim.spec 19 Apr 2005 04:06:04 -0000 1.1 +++ exim.spec 4 May 2005 16:30:44 -0000 1.2 @@ -1,7 +1,7 @@ Summary: The exim mail transfer agent Name: exim -Version: 4.50 -Release: 2 +Version: 4.51 +Release: 1 License: GPL Url: http://www.exim.org/ Group: System Environment/Daemons @@ -12,7 +12,7 @@ PreReq: /sbin/service PreReq: %{_sbindir}/alternatives PreReq: %{_sbindir}/groupadd, %{_sbindir}/useradd -Source: ftp://ftp.exim.org/pub/exim/exim-%{version}.tar.bz2 +Source: ftp://ftp.exim.org/pub/exim/exim4/exim-%{version}.tar.bz2 Source2: exim.init Source3: exim.sysconfig Source4: exim.logrotate @@ -25,6 +25,7 @@ Patch12: exim-4.33-cyrus.patch Patch13: exim-4.43-pamconfig.patch Patch14: exim-4.50-spamdconf.patch +Patch15: exim-4.51-csa.2c.patch Requires: /etc/aliases BuildRequires: db4-devel openssl-devel openldap-devel XFree86-devel pam-devel @@ -77,6 +78,7 @@ %patch12 -p1 -b .cyrus %patch13 -p1 -b .pam %patch14 -p1 -b .spamd +%patch15 -p0 -b .csa.2c %build %ifnarch s390 s390x @@ -285,6 +287,10 @@ %doc sa-exim*/{ACKNOWLEDGEMENTS,INSTALL,LICENSE,TODO} %changelog +* Wed May 4 2005 David Woodhouse 4.51-1 +- Update to Exim 4.51 +- Include Tony's CSA support patch + * Tue Feb 22 2005 David Woodhouse 4.50-2 - Move exim-doc into a separate package Index: sources =================================================================== RCS file: /cvs/extras/rpms/exim/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Apr 2005 04:06:04 -0000 1.2 +++ sources 4 May 2005 16:30:44 -0000 1.3 @@ -1,2 +1,2 @@ -7844eff82171872f6b3971a4183368d9 exim-4.50.tar.bz2 ad76f73c6b3d01caa88078e3e622745a sa-exim-4.2.tar.gz +36c0c005e012d13beb7edfd8d124c049 exim-4.51.tar.bz2 From fedora-extras-commits at redhat.com Wed May 4 18:40:33 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 4 May 2005 14:40:33 -0400 Subject: fedora-release README-i386-en, 1.2, 1.3 README-ppc-en, 1.2, 1.3 README-x86_64-en, 1.2, 1.3 RELEASE-NOTES-i386-en, 1.3, 1.4 RELEASE-NOTES-ppc-en, 1.3, 1.4 RELEASE-NOTES-x86_64-en, 1.3, 1.4 fedora-release.spec, 1.6, 1.7 index.html, 1.2, 1.3 Message-ID: <200505041840.j44IeXEu012047@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/fedora-release In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12036 Modified Files: README-i386-en README-ppc-en README-x86_64-en RELEASE-NOTES-i386-en RELEASE-NOTES-ppc-en RELEASE-NOTES-x86_64-en fedora-release.spec index.html Log Message: updated relnotes from kwade bump version Index: README-i386-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-i386-en,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README-i386-en 6 Apr 2005 21:29:55 -0000 1.2 +++ README-i386-en 4 May 2005 18:40:31 -0000 1.3 @@ -1,4 +1,4 @@ - Fedora Core 3.91 README + Fedora Core 3.92 README Copyright (c) 2005 Red Hat, Inc. Index: README-ppc-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-ppc-en,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README-ppc-en 6 Apr 2005 21:29:55 -0000 1.2 +++ README-ppc-en 4 May 2005 18:40:31 -0000 1.3 @@ -1,4 +1,4 @@ - Fedora Core 3.91 README + Fedora Core 3.92 README Copyright (c) 2005 Red Hat, Inc. Index: README-x86_64-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-x86_64-en,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README-x86_64-en 6 Apr 2005 21:29:55 -0000 1.2 +++ README-x86_64-en 4 May 2005 18:40:31 -0000 1.3 @@ -1,4 +1,4 @@ - Fedora Core 3.91 README + Fedora Core 3.92 README Copyright (c) 2005 Red Hat, Inc. Index: RELEASE-NOTES-i386-en =================================================================== RCS file: /cvs/fedora/fedora-release/RELEASE-NOTES-i386-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RELEASE-NOTES-i386-en 6 Apr 2005 21:33:20 -0000 1.3 +++ RELEASE-NOTES-i386-en 4 May 2005 18:40:31 -0000 1.4 @@ -1,4 +1,4 @@ -== Fedora Core 4 test 2 Release Notes == += Fedora Core 4test3 Release Notes = Copyright (c) 2005 Red Hat, Inc. @@ -7,7 +7,7 @@ any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at -http://www.gnu.org/licenses/fdl.html. +[1]http://www.gnu.org/licenses/fdl.html. This document may be copied and distributed in any medium, either commercially or non-commercially, provided that the GNU Free @@ -30,14 +30,13 @@ All other trademarks and copyrights referred to are the property of their respective owners. -The GPG fingerprint of the "Fedora Project " key -is: +The GPG fingerprint of the "Fedora Project " key is: CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2 --------------------------------------------------------------------------- - 1. Fedora Core 4 test2 Release Notes + 1. Fedora Core 4test3 Release Notes 2. Introduction 3. Hardware Requirements 1. CPU Requirements @@ -57,8 +56,7 @@ 8. Macintosh File Server 9. X Window System 10. Miscellaneous Notes - 8. Packages Added, Moved From Core, Changed, or -Deprecated/Nuked + 8. Packages Added, Moved From Core, Changed, or Deprecated/Nuked 1. Packages Added 2. Packages Moved Out Of Core 9. An Overview of the Fedora Project @@ -77,7 +75,7 @@ For more information, refer to the Fedora Project overview later in this document. -The following topics related to Fedora Core 4 test 2 are covered in this +The following topics related to Fedora Core 4test3 are covered in this document: * Introduction (this section) @@ -91,29 +89,29 @@ == Hardware Requirements == The following information represents the minimum hardware requirements -necessary to successfully install Fedora Core 4 test 2. +necessary to successfully install Fedora Core 4test3. -Note + Note -The compatibility/availability of other hardware components (such as -video and network cards) may be required for specific installation -modes and/or post-installation usage. + The compatibility/availability of other hardware components (such as + video and network cards) may be required for specific installation + modes and/or post-installation usage. -=== CPU Requirements === +=== CPU Requirements === This section lists the CPU specifications required by Fedora Core -4 test 2. +4test3. -Note + Note -The following CPU specifications are stated in terms of Intel -processors. Other processors (notably, offerings from AMD, Cyrix, and -VIA) that are compatible with and equivalent to the following Intel -processors may also be used with Fedora Core. + The following CPU specifications are stated in terms of Intel + processors. Other processors (notably, offerings from AMD, Cyrix, + and VIA) that are compatible with and equivalent to the following + Intel processors may also be used with Fedora Core. * Minimum: Pentium-class -Fedora Core 4 test 2 is optimized for Pentium 4 CPUs, but also supports +Fedora Core 4test3 is optimized for Pentium 4 CPUs, but also supports earlier CPUs (such as Pentium, Pentium Pro, Pentium II, Pentium III, and including AMD and VIA variants). This approach has been taken because Pentium-class optimizations actually result in reduced @@ -127,18 +125,17 @@ === Hard Disk Space Requirements === -This section lists the disk space required to install Fedora Core -4 test 2. +This section lists the disk space required to install Fedora Core 4test3. -Note + Note -The disk space requirements listed below represent the disk space -taken up by Fedora Core 4 test 2 after the installation is -complete. However, additional disk space is required during the -installation to support the installation environment. This additional -disk space corresponds to the size of /Fedora/base/stage2.img (on -CD-ROM 1) plus the size of the files in /var/lib/rpm on the installed -system. + The disk space requirements listed below represent the disk space + taken up by Fedora Core 4test3 after the installation is + complete. However, additional disk space is required during the + installation to support the installation environment. This + additional disk space corresponds to the size of + /Fedora/base/stage2.img (on CD-ROM 1) plus the size of the files in + /var/lib/rpm on the installed system. In practical terms, this means that as little as an additional 90MB can be required for a minimal installation, while as much as an @@ -156,7 +153,7 @@ === Memory Requirements === -This section lists the memory required to install Fedora Core 4 test 2. +This section lists the memory required to install Fedora Core 4test3. * Minimum for text-mode: 64MB * Minimum for graphical: 192MB @@ -164,120 +161,167 @@ == Overview of This Release == -The following list highlights certain new features of Fedora Core -4 test 2: +The following list highlights certain new features of Fedora Core 4test3: * GCC 4.0 * GNOME 2.10 * KDE 3.4 - * Native Eclipse 3.1M5 + * Native Eclipse 3.1M6 - Part of free Java stack * MySQL 4.1 * PHP 5.0 + * Xen 2 - Virtualization to run multiple versions of an OS + * GFS 6.1-0.pre22 - Cluster file system + * Evince 0.2.1 - Universal document viewer + * GDM 2.6 - Includes early login capability + + * SELinux -- New daemons have been added to the targeted policy. + http://fedora.redhat.com/docs/selinux-faq/ . This is a list of + daemons protected by the targeted policy: - * SELinux -- New daemons have been added to the targeted policy For - more information, refer to the SELinux FAQ at - http://fedora.redhat.com/docs/selinux-faq/ . + * NetworkManager * amanda * apache + * apmd + * arpwatch + * auditd + * bluetooth + * canna + * cardmgr + * checkpolicy * chkpwd + * compat + * comsat + * consoletype + * cpucontrol + * cpuspeed + * crond * cups + * cvs + * cyrus + * dbskkd + * dbusd * dhcpc * dhcpd * dictd + * dmidecode * dovecot * fingerd + * fsadm * ftpd + * getty + * hald + * hostname + * hotplug * howl + * hwclock * i18n_input * ifconfig + * inetd * init * initrc - * inetd * innd * kerberos + * klogd * ktalkd + * kudzu * ldconfig + * load_policy * login * lpd * mailman * modutil * mta * mysqld - * NetworkManager * named + * netutils * nscd * ntpd * portmap * postgresql + * pppd * privoxy * radius * radvd + * restorecon * rlogind * rpcd + * rpm * rshd * rsync * samba + * saslauthd + * sendmail + * setfiles * slapd * snmpd * squid + * ssh * stunnel * syslogd * telnetd * tftpd + * udev + * updfstab + * uucpd + * webalizer * winbind + * xdm * ypbind * ypserv * zebra + == Installation-Related Notes == This section outlines anything noteworthy that is related to Anaconda (the Fedora Core installation program) and installing Fedora Core -4 test 2 in general. +4test3 in general. -Note + Note -If you intend to download the Fedora Core 4 test 2 DVD ISO image, keep -in mind that not all file downloading tools can accommodate files -larger than 2GB in size. For example, wget will exit with a File size -limit exceeded error. + If you intend to download the Fedora Core 4test3 DVD ISO image, keep + in mind that not all file downloading tools can accommodate files + larger than 2GB in size. For example, wget will exit with a File + size limit exceeded error. The curl and ncftpget file downloading tools do not have this limitation, and can successfully download files larger than 2GB. Bittorrent is another method for downloading large files. + Anaconda Notes * The Fedora Core installation program has the ability to test the -integrity of the installation media. It works with the CD, DVD, hard -drive ISO, and NFS ISO installation methods. Red Hat recommends that -you test all installation media before starting the installation -process, and before reporting any installation-related bugs (many of -the bugs reported are actually due to improperly-burned CDs). To use -this test, type linux mediacheck at the boot: prompt. + integrity of the installation media. It works with the CD, DVD, + hard drive ISO, and NFS ISO installation methods. Red Hat + recommends that you test all installation media before starting + the installation process, and before reporting any + installation-related bugs (many of the bugs reported are actually + due to improperly-burned CDs). To use this test, type linux + mediacheck at the boot: prompt. * Memory testing may be performed prior to installing Fedora Core by -entering memtest86 at the boot: prompt. This causes the Memtest86 -standalone memory testing software to run. Memtest86 memory testing -continues until the Esc key is pressed. + entering memtest86 at the boot: prompt. This causes the Memtest86 + standalone memory testing software to run. Memtest86 memory + testing continues until the Esc key is pressed. NOTE: You must boot from CD-ROM 1 (or a rescue CD-ROM) in order to use this feature. - * Fedora Core 4 test 2 supports graphical FTP and HTTP -installations. However, due to the necessity of containing the -installer image in RAM, only systems with more than 128MB of RAM (or -systems booted from CD-ROM 1, which contains the installer image) can -use the graphical installer. Systems with 128MB or less will continue -to use the text-based installer. + * Fedora Core 4test3 supports graphical FTP and HTTP + installations. However, due to the necessity of containing the + installer image in RAM, only systems with more than 128MB of RAM + (or systems booted from CD-ROM 1, which contains the installer + image) can use the graphical installer. Systems with 128MB or + less will continue to use the text-based installer. == Installation-Related Issues == * Certain hardware configurations (particularly those with LCD -displays) may experience problems while starting the Fedora Core -installation program. In these instances, restart the installation, -and add the "nofb" option to the boot command line. + displays) may experience problems while starting the Fedora Core + installation program. In these instances, restart the + installation, and add the "nofb" option to the boot command line. NOTE: Chinese, Japanese, and Korean graphical installations started using the "nofb" option will start in English, and then switch to the @@ -285,9 +329,9 @@ process begins. * Some Sony VAIO(R) notebook systems may experience problems -installing Fedora Core from CD-ROM. If this happens, restart the -installation process and add the following option to the boot command -line: + installing Fedora Core from CD-ROM. If this happens, restart the + installation process and add the following option to the boot + command line: pci=off ide1=0x180,0x386 @@ -296,28 +340,28 @@ first time Fedora Core is booted. * Serial mice are known to be inoperative during -installation. However, there are indications that serial mice work -properly in X after the installation has completed. Refer to bug -119474 for more information: + installation. However, there are indications that serial mice work + properly in X after the installation has completed. Refer to bug + 119474 for more information: [6]http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474 * There have been issues observed when upgrading Red Hat Linux -7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The -issue is caused by version overlap between the official Red Hat Linux -RPMs (or the ones from the Fedora Project) and the Ximian RPMs. This -configuration is not supported. You have several choices in resolving -this issue: - -1) You may remove Ximian GNOME from your system prior to upgrading to -Fedora Core. - -2) You may upgrade your system, and then immediately reinstall Ximian -GNOME. - -3) You may upgrade your system, and then immediately remove all -remaining Ximian RPMs, replacing them with the corresponding Fedora -Core RPMs. + 7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The + issue is caused by version overlap between the official Red Hat + Linux RPMs (or the ones from the Fedora Project) and the Ximian + RPMs. This configuration is not supported. You have several + choices in resolving this issue: + + 1) You may remove Ximian GNOME from your system prior to upgrading + to Fedora Core. + + 2) You may upgrade your system, and then immediately reinstall + Ximian GNOME. + + 3) You may upgrade your system, and then immediately remove all + remaining Ximian RPMs, replacing them with the corresponding + Fedora Core RPMs. You must resolve the version overlap using one of the above choices. Failure to do so will result in an unstable GNOME configuration. @@ -325,22 +369,95 @@ == Package-Specific Notes == The following sections contain information regarding packages that -have undergone significant changes for Fedora Core 4 test 2. For easier +have undergone significant changes for Fedora Core 4test3. For easier access, they are organized using the same groups used in Anaconda. === Base === This section contains information related to basic system components. + +auditd and log files + +The audit daemon, auditd, is now enabled by default. When auditd is +running, the kernel directs audit messages to +/var/log/audit/audit.log. The location of this file is specified in +/etc/auditd.conf. + +AVC messages for SELinux are sent using the audit infrastructure. +These messages are now in /var/log/audit/audit.log. + +When auditd is not running, the kernel passes audit messages to +syslog. These logs are typically kept in /var/log/messages and are +viewable using dmesg. + +Audit extensions are now compiled into PAM. All programs that do +grant entry to the system or change user account attributes will +generate an audit message. + +To enable auditing within the kernel, you must pass the parameter +audit=1 to the kernel during boot. Otherwise, you can use this +command to enable auditing during run time: + + 'auditctl -e 1' + + +LinuxThreads v. NPTL + +As the next step in removing support for the obsolete LinuxThreads +library, code compiled and linked on FC4 now automatically uses the NPTL +headers and libraries. + +In previous releases, since Red Hat Linux 9, the default was to use +LinuxThreads since the interface is mostly forward compatible. The +advantages of the NPTL interface is that the cancellation handling is +faster (when -fexception is used, even in C code) and that the +additional interfaces are now available without special compiler and +linker parameters. In other words, you do not need to use +-I/usr/include/nptl and -L/usr/lib{,64}/nptl any longer. Note that +lib{,64} is to be interpreted as lib64 on platforms which place DSOs +in lib64 directories, and lib otherwise. + +In FC4 it is still possible to create code using the LinuxThreads +definitions. For this the linuxthreads-devel package must be +installed and + + -I/usr/include/linuxthreads -L/usr/lib{,64}/linuxthreads + +must be passed to the compiler. + +At runtime, it used to be possible to use the LD_ASSUME_KERNEL +environment variable to select the appropriate version of glibc and the +libpthread DSO. Now it is additionally necessary to specify + + LD_LIBRARY_PATH=/lib{,64}/obsolete/linuxthreads + +in the environment. This is because the runtime libraries have also +been moved out of the way. There might programs that will not work if +the program uses an unfortunate DT_RPATH (which overwrites the +LD_LIBRARY_PATH setting). + +All this makes it more cumbersome to run programs which depend on +LinuxThreads. But this is intentional. + + Important + + FC5 will not have LinuxThreads support and all programs have to be + converted to use NPTL by then. + +In general, conversion to using NPTL has not been an issue. + + slocate database -The database needed by the locate utility is no longer created by -default. Enable the database creation by setting DAILY_UPDATE to -"yes" in /etc/updatedb.conf if you want to use locate. +The database needed by the locate utility is no longer created by default. +Enable the database creation by setting DAILY_UPDATE to "yes" in +/etc/updatedb.conf if you want to use locate. + openssh -The version of OpenSSH in Fedora Core 4 test 2 contains OpenSSH 3.9 +The version of OpenSSH in Fedora Core 4test3 contains OpenSSH 3.9 includes strict permission and ownership checks for the ~/.ssh/config file. These checks mean that ssh will exit if this file does not have appropriate ownership and permissions. @@ -367,51 +484,63 @@ This section contains the most elemental components of Fedora Core, including the kernel. - * In order to eliminate the redundancy inherent in providing a -separate package for the kernel source code when that source code -already exists in the kernel's .src.rpm file, Fedora Core 4 test 2 no -longer includes the kernel-source package. Users that require access -to the kernel sources can find them in the kernel .src.rpm file. To -create an exploded source tree from this file, perform the following -steps (note that refers to the version specification for -your currently-running kernel): - 1. Obtain the kernel-.src.rpm file from one of the -following sources: +yum + +The sqllite database is now used by yum, and makes performance +noticeably faster. - * The SRPMS directory on the appropriate "SRPMS" CD iso -image +The Fedora Extras repository is now enabled by default. - * The FTP site where you got the kernel package - * By running the following command: +kernel source - up2date --get-source kernel +In order to eliminate the redundancy inherent in providing a separate +package for the kernel source code when that source code already +exists in the kernel's .src.rpm file, Fedora Core 4test3 no longer +includes the kernel-source package. Users that require access to the +kernel sources can find them in the kernel .src.rpm file. To create an +exploded source tree from this file, perform the following steps (note +that refers to the version specification for your +currently-running kernel): - 2. Install kernel-.src.rpm (given the default RPM -configuration, the files this package contains will be written to -/usr/src/redhat/) + 1. Obtain the kernel-.src.rpm file from one of the + following sources: - 3. Change directory to /usr/src/redhat/SPECS/, and issue the -following command: + * The SRPMS directory on the appropriate "SRPMS" CD iso image - rpmbuild -bp --target= kernel.spec + * The FTP site where you got the kernel package - (Where is the desired target architecture.) + * By running the following command: - On a default RPM configuration, the kernel tree will be -located in /usr/src/redhat/BUILD/. + up2date --get-source kernel - 4. In resulting tree, the configurations for the specific -kernels shipped in Fedora Core 4 test 2 are in the /configs/ -directory. For example, the i686 SMP configuration file is named -/configs/kernel--i686-smp.config. Issue the following command -to place the desired configuration file in the proper place for -building: + 2. Install kernel-.src.rpm (given the default RPM + configuration, the files this package contains will be written to + /usr/src/redhat/) + + rpm -ivh kernel-.src.rpm + + 3. Change directory to /usr/src/redhat/SPECS/, and issue the + following command: + + rpmbuild -bp --target= kernel.spec + + (Where is the desired target architecture.) + + On a default RPM configuration, the kernel tree will be located + in /usr/src/redhat/BUILD/. + + 4. In resulting tree, the configurations for the specific kernels + shipped in Fedora Core 4test3 are in the /configs/ + directory. For example, the i686 SMP configuration file is named + /configs/kernel--i686-smp.config. Issue the following + command to place the desired configuration file in the proper + place for building: cp ./.config - 5. Issue the following command: + 5. Issue the following command: make oldconfig @@ -425,11 +554,13 @@ For example, to build the foo.ko module, create the following file (named Makefile) in the directory containing the foo.c file: -obj-m := foo.o +obj-m := foo.o -KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) +KDIR := /lib/modules/$(shell uname -r)/build +PWD := $(shell pwd) -default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules +default: +$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules Issue the make command to build the foo.ko module. @@ -453,6 +584,17 @@ This section contains information related to Web-related tools. + +mod_perl + +The "RC5" release of mod_perl 2.0 is now included; the API provided by +this release is incompatible with previous 1.99_xx releases. Please +refer to the following document for discussion of how to adapt code to +use the new API: + + http://perl.apache.org/docs/2.0/rename.html + + php Version 5.0 of PHP is now included, which includes a number of changes @@ -462,6 +604,10 @@ http://www.php.net/manual/en/migration5.php +The /usr/bin/php binary is now built using the "CLI" command-line +SAPI, rather than the CGI SAPI. The CGI SAPI is now available as +/usr/bin/php-cgi; this binary also includes FastCGI support. + The following extensions have been added: * the "mysqli" extension, the newly MySQL interface designed @@ -469,22 +615,29 @@ * the "soap" extension, which can be used to implement a SOAP server or client +The following extensions are now available as optional loadable +extensions, rather than being built in to the php binaries: + + * dba, now available in the php-dba package + * bcmath, now available in the php-bcmath package + === Windows File Server === This section contains information related to Samba, software that makes it possible to share files between Linux and Windows systems. + samba Browsing of Windows shares (also known as SMB browsing) fails on -Fedora Core 4 test 2 systems that have the standard firewall +Fedora Core 4test3 systems that have the standard firewall configured. This is most easily noticed in the failure of Nautilus to display shares. The failure is due to the firewall disrupting the broadcast mode of SMB browsing, which is Samba's default setting. There are two workarounds: * Configure a WINS server on the network, and set the "wins server" -option in smb.conf to the address of the WINS server. + option in smb.conf to the address of the WINS server. * Disable the firewall @@ -502,25 +655,26 @@ === Macintosh File Server === -This section contains information related to netatalk, software that +This section contains information related to netatalk, software that makes it possible to share files between Linux and Macintosh systems. + netatalk -The 2.x version of netatalk uses a different method to store resource -forks, and may use a different file name encoding scheme. Upgrading to -Fedora Core 4 may result in data loss. Please read the documentation -of the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. +The 2.x version of netatalk uses a different method to store resource +forks, and may use a different file name encoding scheme. Upgrading to +Fedora Core 4 may result in data loss. Please read the documentation of +the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. -The netatalk upgrade information is available directly from the +The netatalk upgrade information is available directly from the netatalk site: http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html -It is also included in the netatalk installation for Fedora Core 4, -the files are at: +It is also included in the netatalk installation for Fedora Core 4, the +files are at: -/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page +/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page 25, document page 33. or @@ -535,9 +689,9 @@ xorg-x11 * Users new to the X.org X11 implementation should take note of a -few differences between it and the XFree86.org X11 implementation -which shipped in previous Red Hat operating systems. In particular, -the names of some files have changed: + few differences between it and the XFree86.org X11 implementation + which shipped in previous Red Hat operating systems. In + particular, the names of some files have changed: X Server Binary: @@ -561,13 +715,13 @@ sure that you are using the correct files. * There has been some confusion regarding font-related issues under -the X Window System in recent versions of Fedora Core (and versions of -Red Hat Linux before it.) At the present time, there are two font -subsystems, each with different characteristics: + the X Window System in recent versions of Fedora Core (and + versions of Red Hat Linux before it.) At the present time, there + are two font subsystems, each with different characteristics: - The original (15+ year old) subsystem is referred to as the "core X -font subsystem". Fonts rendered by this subsystem are not -anti-aliased, are handled by the X server, and have names like: + font subsystem". Fonts rendered by this subsystem are not + anti-aliased, are handled by the X server, and have names like: -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1 @@ -580,10 +734,10 @@ Luxi Sans-10 * Over time, fontconfig/Xft will replace the core X font -subsystem. At the present time, applications using the Qt 3 or GTK 2 -toolkits (which would include KDE and GNOME applications) use the -fontconfig and Xft font subsystem; almost everything else uses the -core X fonts. + subsystem. At the present time, applications using the Qt 3 or GTK + 2 toolkits (which would include KDE and GNOME applications) use + the fontconfig and Xft font subsystem; almost everything else uses + the core X fonts. In the future, Fedora Core may support only fontconfig/Xft in place of the XFS font server as the default local font access method. @@ -591,29 +745,28 @@ NOTE: An exception to the font subsystem usage outlined above is OpenOffice.org (which uses its own font rendering technology). -If you wish to add new fonts to your Fedora Core 4 test 2 system, you +If you wish to add new fonts to your Fedora Core 4test3 system, you must be aware that the steps necessary depend on which font subsystem is to use the new fonts. For the core X font subsystem, you must: -1. Create the /usr/share/fonts/local/ directory (if it doesn't already -exist): +1. Create the /usr/share/fonts/local/ directory (if it does not + already exist): mkdir /usr/share/fonts/local/ 2. Copy the new font file into /usr/share/fonts/local/ 3. Update the font information by issuing the following commands (note -that, due to formatting restrictions, the following commands may -appear on more than one line; in use, each command should be entered -on a single line): + that, due to formatting restrictions, the following commands may + appear on more than one line; in use, each command should be + entered on a single line): -ttmkfdir -d /usr/share/fonts/local/ -o -/usr/share/fonts/local/fonts.scale +ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale mkfontdir /usr/share/fonts/local/ 4. If you had to create /usr/share/fonts/local/, you must then add it -to the X font server (xfs) path: + to the X font server (xfs) path: chkfontpath --add /usr/share/fonts/local/ @@ -639,10 +792,10 @@ the fontconfig font subsystem can use the font. * Due to the transition to the new font system based on -fontconfig/Xft, GTK+ 1.2 applications are not affected by any changes -made via the Font Preferences dialog. For these applications, a font -can be configured by adding the following lines to the file -~/.gtkrc.mine: + fontconfig/Xft, GTK+ 1.2 applications are not affected by any + changes made via the Font Preferences dialog. For these + applications, a font can be configured by adding the following + lines to the file ~/.gtkrc.mine: style "user-font" { @@ -650,7 +803,7 @@ } -widget_class " *" style "user-font" +widget_class " *" style "user-font" (Where represents a font specification in the style used by traditional X applications, such as @@ -661,6 +814,17 @@ This section contains information related to packages that do not fit in any of the proceeding categories. + OpenOffice and upgrading test releases + +If you choose to go counter to the recommendation to *not* upgrade +from a previous test release, you may encounter a problem with +OpenOffice following the upgrade. + +To resolve this, you must do the following command *before* doing the +upgrade: + + rm -rf /usr/lib/openoffice.org*/share/template/*/wizard/bitmap + == Packages Added, Moved From Core, Changed, or Deprecated/Nuked == @@ -670,61 +834,73 @@ This section contains lists of packages that fit into the following categories: - * Packages that have been added to Fedora Core 4 test 2 + * Packages that have been added to Fedora Core 4test3 - * Packages that have been moved out of Fedora Core 4 test 2 + * Packages that have been moved out of Fedora Core 4test3 * Packages that have a changed version since Fedora Core 3 * Packages that have been deprecated, and may be removed from a -future - release of Fedora Core + future release of Fedora Core === Packages Added === -The following packages have been added to Fedora Core 4 test 2: +The following packages have been added to Fedora Core 4test3. This is +based on a treediff of dist-fc3 and dist-fc4 on 04-MAY-2005: - * ant-1.6.2-3jpp_2fc + * ant-1.6.2-3jpp_5fc * antlr-2.7.4-2jpp_1fc * aqbanking-1.0.4beta-2 * aqhbci-1.0.2beta-2 + * aspell-is-0.51.1-1 * avalon-framework-4.1.4-2jpp_5fc * avalon-logkit-1.2-2jpp_4fc * bcel-5.1-1jpp_4fc - * classpath-inetlib-1.0-1jpp_1fc + * ccs-0.25-0.1 * classpathx-jaf-1.0-2jpp_3fc * classpathx-mail-1.0-3jpp_1fc + * cman-1.0-0.pre33.2 + * cman-kernel-2.6.11.3-20050425.154843.FC4.5 * compat-gcc-296-2.96-132.fc4 * compat-gcc-32-3.2.3-47.fc4 * compat-readline43-4.3-2 - * cpufreq-utils-0.2-1.1.12 - * cpuspeed-1.2.1-1.19 + * cpufreq-utils-0.2-1.1.14 + * cpuspeed-1.2.1-1.20 * cryptix-3.2.0-4jpp_1fc * cryptix-asn1-20011119-4jpp_1fc * cryptsetup-luks-1.0-1 * dcraw-0.0.20050227-1 - * device-mapper-multipath-0.4.4-0.pre8.0 - * dmidecode-2.6-1.13 - * eclipse-3.1.0_fc-0.M5.17 - * eclipse-bugzilla-0.1.0_fc-9 - * eclipse-cdt-3.0.0_fc-0.M5.3 - * eclipse-changelog-2.0.1_fc-19 - * eclipse-pydev-0.9.0_fc-4 - * evince-0.1.9-1 - * fonts-chinese-2.15-1 + * device-mapper-multipath-0.4.4-2.0 + * dlm-1.0-0.pre21.2 + * dlm-kernel-2.6.11.3-20050425.154843.FC4.6 + * dmidecode-2.6-1.14 + * eclipse-3.1.0_fc-0.M6.14 + * eclipse-bugzilla-0.1.0_fc-14 + * eclipse-cdt-3.0.0_fc-0.M6.5 + * eclipse-changelog-2.0.1_fc-21 + * eclipse-pydev-0.9.3_fc-7 + * evince-0.2.1-1 + * fence-1.27-1 + * fonts-chinese-2.15-2 * fonts-indic-1.9-2 - * fonts-japanese-0.20050222-2 - * fonts-korean-1.0.11-2 - * gjdoc-0.7.3-1 - * gnome-doc-utils-0.1.3-1 - * gnome-menus-2.10.1-1 + * fonts-japanese-0.20050222-3 + * fonts-korean-1.0.11-4 + * GFS-6.1-0.pre22.1 + * GFS-kernel-2.6.11.4-20050503.144108.FC4.1 + * gjdoc-0.7.4-4 + * gnbd-1.0-0.pre13.1 + * gnbd-kernel-2.6.11.2-20050420.133124.FC4.10 + * gnome-doc-utils-0.2.0-2 + * gnome-menus-2.10.1-3 * gnome-python2-extras-2.10.0-2.1 - * gnu-crypto-2.0.1-1jpp_1fc + * gnu-crypto-2.0.1-1jpp_3fc * gnu.getopt-1.0.9-4jpp_1fc + * gulm-1.0-0.pre28.3 * gwenhywfar-1.7.2-2 - * hardlink-1.0-1.11 - * iiimf-12.1.1-11.svn2435 - * ipv6calc-0.48-3 + * hardlink-1.0-1.13 + * iddev-1.9-19 + * iiimf-12.2-0.7.svn2578 + * ipv6calc-0.48-5 * irqbalance-1.12-1.18 * jakarta-commons-beanutils-1.7.0-1jpp_1fc * jakarta-commons-collections-3.1-1jpp_1fc @@ -742,37 +918,45 @@ * jakarta-taglibs-standard-1.1.1-4jpp_1fc * java_cup-0.10-0.k.1jpp_2fc * jdepend-2.6-2jpp_3fc - * jessie-1.0.0-3 + * jessie-1.0.0-6 * jlex-1.2.6-1jpp_2fc - * jsch-0.1.17-2jpp_1fc + * jsch-0.1.18-1jpp_1fc * junit-3.8.1-3jpp_4fc * jzlib-1.0.5-2jpp_1fc * kdeaccessibility-3.4.0-1 * ksh-20050202-1 * latex2html-2002.2.1-1 * ldapjdk-4.17-1jpp_2fc - * libdbi-drivers-0.7.1-2 - * libgconf-java-2.10.0-1 - * libglade-java-2.9.92-1 - * libgnome-java-2.9.92-1 - * libgtk-java-2.6.1.1-1 + * libdbi-drivers-0.7.1-3 + * libgconf-java-2.10.1-1 + * libglade-java-2.10.1-3 + * libgnome-java-2.10.1-1 + * libgtk-java-2.6.2-1 * linux-atm-2.5.0-0.20050118.2 * lksctp-tools-1.0.2-5 * log4j-1.2.8-7jpp_3fc - * longrun-0.9-1.8 - * lvm2-cluster-2.00.29-1.22.FC4 + * longrun-0.9-1.9 + * lvm2-cluster-2.01.09-2.1 + * magma-1.0-0.pre21.4 + * magma-plugins-1.0-0.pre16.11 * mcelog-0.4-1.8 * microcode_ctl-1.11-1.21 - * mod_jk-1.2.6-3jpp_1fc - * mx4j-2.1.0-1jpp_2fc - * mysqlclient10-3.23.58-5 + * mod_jk-1.2.6-3jpp_2fc + * mx4j-2.1.0-1jpp_5fc + * mysqlclient10-3.23.58-6 * openhpi-2.0.3-2 * OpenIPMI-1.4.11-5 * openssl097a-0.9.7a-2 * oro-2.0.8-1jpp_2fc - * poppler-0.1.2-1 + * perl-Archive-Zip-1.14-1 + * perl-Carp-Clan-5.3-1 + * perl-IO-String-1.06-3 + * perl-IO-Zlib-1.04-4 + * perl-Net-Telnet-3.03-4 + * pm-utils-0.01-1 + * poppler-0.3.0-2 * puretls-0.9-0.b4.1jpp_2fc - * python-docs-2.4-102 + * python-docs-2.4.1-1 * python-elementtree-1.2.6-4 * python-numeric-23.7-2 * python-sqlite-1.1.6-1 @@ -780,28 +964,28 @@ * python-urlgrabber-2.9.6-1 * readahead-1.0-1.7 * regexp-1.3-1jpp_4fc - * rng-utils-2.0-1.5 + * rgmanager-1.9.31-0 + * rng-utils-2.0-1.6 * salinfo-0.5-1.4 - * servletapi5-5.0.18-1jpp_3fc * slib-3a1-2 * smartmontools-5.33-1.5 - * sqlite-3.1.2-2 - * struts11-1.1-1jpp_2fc - * system-config-lvm-0.9.22-1.0 + * sqlite-3.1.2-3 + * struts11-1.1-1jpp_4fc + * system-config-lvm-0.9.25-1.0 * texi2html-1.76-2 - * tomcat5-5.0.30-1jpp_2fc - * x86info-1.13-1.9 + * tomcat5-5.0.30-5jpp_1fc + * x86info-1.13-1.10 * xalan-j2-2.6.0-2jpp_1fc - * xen-2-20050403 - * xerces-j2-2.6.2-4jpp_1fc - * xml-commons-1.0-0.b2.6jpp_5fc + * xen-2-20050424 + * xerces-j2-2.6.2-4jpp_4fc + * xml-commons-1.0-0.b2.6jpp_10fc * xml-commons-resolver-1.1-1jpp_4fc === Packages Moved Out Of Core === This is a new section to the release notes. This is based on a -treediff of dist-fc3 and dist-fc4 on 14-MAR-2005. The following -packages have been moved out of core from Fedora Core 4 test 2: +treediff of dist-fc3 and dist-fc4 on 04-MAY-2005. The following +packages have been moved out of core from Fedora Core 4test3: * abiword-2.0.12-3 * aiksaurus-1.2.1-2 @@ -848,10 +1032,12 @@ * grip-3.2.0-3 * gv-3.5.8-29 * im-sdk-12.1-4 + * jcode.pl-2.13-11 * jed-0.99.16-6 * jisksp14-0.1-16 * jisksp16-1990-0.1-16 * kappa20-0.3-15 + * katana-2.0.0-1 * kdetoys-3.3.0-1 * kernel-utils-2.4-13.1.39 * kinput2-v3.1-23 @@ -927,6 +1113,7 @@ * xsnow-1.42-15 * ytalk-3.1.2-1 + == An Overview of the Fedora Project == The goal of the Fedora Project is to work with the Linux community to @@ -947,12 +1134,9 @@ In addition to the website, the following mailing lists are available: * fedora-list at redhat.com -- For users of Fedora Core releases - * fedora-test-list at redhat.com -- For testers of Fedora Core test -releases - * fedora-devel-list at redhat.com -- For developers, developers, -developers - * fedora-docs-list at redhat.com -- For participants of the docs -project + * fedora-test-list at redhat.com -- For testers of Fedora Core test releases + * fedora-devel-list at redhat.com -- For developers, developers, developers + * fedora-docs-list at redhat.com -- For participants of the docs project To subscribe to any of these lists, send an email with the word "subscribe" in the subject to -request (where is Index: RELEASE-NOTES-ppc-en =================================================================== RCS file: /cvs/fedora/fedora-release/RELEASE-NOTES-ppc-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RELEASE-NOTES-ppc-en 6 Apr 2005 21:33:20 -0000 1.3 +++ RELEASE-NOTES-ppc-en 4 May 2005 18:40:31 -0000 1.4 @@ -1,4 +1,4 @@ -== Fedora Core 4 test 2 Release Notes == += Fedora Core 4test3 Release Notes = Copyright (c) 2005 Red Hat, Inc. @@ -7,7 +7,7 @@ any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at -http://www.gnu.org/licenses/fdl.html. +[1]http://www.gnu.org/licenses/fdl.html. This document may be copied and distributed in any medium, either commercially or non-commercially, provided that the GNU Free @@ -30,14 +30,13 @@ All other trademarks and copyrights referred to are the property of their respective owners. -The GPG fingerprint of the "Fedora Project " key -is: +The GPG fingerprint of the "Fedora Project " key is: CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2 --------------------------------------------------------------------------- - 1. Fedora Core 4 test2 Release Notes + 1. Fedora Core 4test3 Release Notes 2. Introduction 3. Hardware Requirements 1. CPU Requirements @@ -57,8 +56,7 @@ 8. Macintosh File Server 9. X Window System 10. Miscellaneous Notes - 8. Packages Added, Moved From Core, Changed, or -Deprecated/Nuked + 8. Packages Added, Moved From Core, Changed, or Deprecated/Nuked 1. Packages Added 2. Packages Moved Out Of Core 9. An Overview of the Fedora Project @@ -77,7 +75,7 @@ For more information, refer to the Fedora Project overview later in this document. -The following topics related to Fedora Core 4 test 2 are covered in this +The following topics related to Fedora Core 4test3 are covered in this document: * Introduction (this section) @@ -91,29 +89,29 @@ == Hardware Requirements == The following information represents the minimum hardware requirements -necessary to successfully install Fedora Core 4 test 2. +necessary to successfully install Fedora Core 4test3. -Note + Note -The compatibility/availability of other hardware components (such as -video and network cards) may be required for specific installation -modes and/or post-installation usage. + The compatibility/availability of other hardware components (such as + video and network cards) may be required for specific installation + modes and/or post-installation usage. -=== CPU Requirements === +=== CPU Requirements === This section lists the CPU specifications required by Fedora Core -4 test 2. +4test3. -Note + Note -The following CPU specifications are stated in terms of Intel -processors. Other processors (notably, offerings from AMD, Cyrix, and -VIA) that are compatible with and equivalent to the following Intel -processors may also be used with Fedora Core. + The following CPU specifications are stated in terms of Intel + processors. Other processors (notably, offerings from AMD, Cyrix, + and VIA) that are compatible with and equivalent to the following + Intel processors may also be used with Fedora Core. * Minimum: Pentium-class -Fedora Core 4 test 2 is optimized for Pentium 4 CPUs, but also supports +Fedora Core 4test3 is optimized for Pentium 4 CPUs, but also supports earlier CPUs (such as Pentium, Pentium Pro, Pentium II, Pentium III, and including AMD and VIA variants). This approach has been taken because Pentium-class optimizations actually result in reduced @@ -127,18 +125,17 @@ === Hard Disk Space Requirements === -This section lists the disk space required to install Fedora Core -4 test 2. +This section lists the disk space required to install Fedora Core 4test3. -Note + Note -The disk space requirements listed below represent the disk space -taken up by Fedora Core 4 test 2 after the installation is -complete. However, additional disk space is required during the -installation to support the installation environment. This additional -disk space corresponds to the size of /Fedora/base/stage2.img (on -CD-ROM 1) plus the size of the files in /var/lib/rpm on the installed -system. + The disk space requirements listed below represent the disk space + taken up by Fedora Core 4test3 after the installation is + complete. However, additional disk space is required during the + installation to support the installation environment. This + additional disk space corresponds to the size of + /Fedora/base/stage2.img (on CD-ROM 1) plus the size of the files in + /var/lib/rpm on the installed system. In practical terms, this means that as little as an additional 90MB can be required for a minimal installation, while as much as an @@ -156,7 +153,7 @@ === Memory Requirements === -This section lists the memory required to install Fedora Core 4 test 2. +This section lists the memory required to install Fedora Core 4test3. * Minimum for text-mode: 64MB * Minimum for graphical: 192MB @@ -164,120 +161,167 @@ == Overview of This Release == -The following list highlights certain new features of Fedora Core -4 test 2: +The following list highlights certain new features of Fedora Core 4test3: * GCC 4.0 * GNOME 2.10 * KDE 3.4 - * Native Eclipse 3.1M5 + * Native Eclipse 3.1M6 - Part of free Java stack * MySQL 4.1 * PHP 5.0 + * Xen 2 - Virtualization to run multiple versions of an OS + * GFS 6.1-0.pre22 - Cluster file system + * Evince 0.2.1 - Universal document viewer + * GDM 2.6 - Includes early login capability + + * SELinux -- New daemons have been added to the targeted policy. + http://fedora.redhat.com/docs/selinux-faq/ . This is a list of + daemons protected by the targeted policy: - * SELinux -- New daemons have been added to the targeted policy For - more information, refer to the SELinux FAQ at - http://fedora.redhat.com/docs/selinux-faq/ . + * NetworkManager * amanda * apache + * apmd + * arpwatch + * auditd + * bluetooth + * canna + * cardmgr + * checkpolicy * chkpwd + * compat + * comsat + * consoletype + * cpucontrol + * cpuspeed + * crond * cups + * cvs + * cyrus + * dbskkd + * dbusd * dhcpc * dhcpd * dictd + * dmidecode * dovecot * fingerd + * fsadm * ftpd + * getty + * hald + * hostname + * hotplug * howl + * hwclock * i18n_input * ifconfig + * inetd * init * initrc - * inetd * innd * kerberos + * klogd * ktalkd + * kudzu * ldconfig + * load_policy * login * lpd * mailman * modutil * mta * mysqld - * NetworkManager * named + * netutils * nscd * ntpd * portmap * postgresql + * pppd * privoxy * radius * radvd + * restorecon * rlogind * rpcd + * rpm * rshd * rsync * samba + * saslauthd + * sendmail + * setfiles * slapd * snmpd * squid + * ssh * stunnel * syslogd * telnetd * tftpd + * udev + * updfstab + * uucpd + * webalizer * winbind + * xdm * ypbind * ypserv * zebra + == Installation-Related Notes == This section outlines anything noteworthy that is related to Anaconda (the Fedora Core installation program) and installing Fedora Core -4 test 2 in general. +4test3 in general. -Note + Note -If you intend to download the Fedora Core 4 test 2 DVD ISO image, keep -in mind that not all file downloading tools can accommodate files -larger than 2GB in size. For example, wget will exit with a File size -limit exceeded error. + If you intend to download the Fedora Core 4test3 DVD ISO image, keep + in mind that not all file downloading tools can accommodate files + larger than 2GB in size. For example, wget will exit with a File + size limit exceeded error. The curl and ncftpget file downloading tools do not have this limitation, and can successfully download files larger than 2GB. Bittorrent is another method for downloading large files. + Anaconda Notes * The Fedora Core installation program has the ability to test the -integrity of the installation media. It works with the CD, DVD, hard -drive ISO, and NFS ISO installation methods. Red Hat recommends that -you test all installation media before starting the installation -process, and before reporting any installation-related bugs (many of -the bugs reported are actually due to improperly-burned CDs). To use -this test, type linux mediacheck at the boot: prompt. + integrity of the installation media. It works with the CD, DVD, + hard drive ISO, and NFS ISO installation methods. Red Hat + recommends that you test all installation media before starting + the installation process, and before reporting any + installation-related bugs (many of the bugs reported are actually + due to improperly-burned CDs). To use this test, type linux + mediacheck at the boot: prompt. * Memory testing may be performed prior to installing Fedora Core by -entering memtest86 at the boot: prompt. This causes the Memtest86 -standalone memory testing software to run. Memtest86 memory testing -continues until the Esc key is pressed. + entering memtest86 at the boot: prompt. This causes the Memtest86 + standalone memory testing software to run. Memtest86 memory + testing continues until the Esc key is pressed. NOTE: You must boot from CD-ROM 1 (or a rescue CD-ROM) in order to use this feature. - * Fedora Core 4 test 2 supports graphical FTP and HTTP -installations. However, due to the necessity of containing the -installer image in RAM, only systems with more than 128MB of RAM (or -systems booted from CD-ROM 1, which contains the installer image) can -use the graphical installer. Systems with 128MB or less will continue -to use the text-based installer. + * Fedora Core 4test3 supports graphical FTP and HTTP + installations. However, due to the necessity of containing the + installer image in RAM, only systems with more than 128MB of RAM + (or systems booted from CD-ROM 1, which contains the installer + image) can use the graphical installer. Systems with 128MB or + less will continue to use the text-based installer. == Installation-Related Issues == * Certain hardware configurations (particularly those with LCD -displays) may experience problems while starting the Fedora Core -installation program. In these instances, restart the installation, -and add the "nofb" option to the boot command line. + displays) may experience problems while starting the Fedora Core + installation program. In these instances, restart the + installation, and add the "nofb" option to the boot command line. NOTE: Chinese, Japanese, and Korean graphical installations started using the "nofb" option will start in English, and then switch to the @@ -285,9 +329,9 @@ process begins. * Some Sony VAIO(R) notebook systems may experience problems -installing Fedora Core from CD-ROM. If this happens, restart the -installation process and add the following option to the boot command -line: + installing Fedora Core from CD-ROM. If this happens, restart the + installation process and add the following option to the boot + command line: pci=off ide1=0x180,0x386 @@ -296,28 +340,28 @@ first time Fedora Core is booted. * Serial mice are known to be inoperative during -installation. However, there are indications that serial mice work -properly in X after the installation has completed. Refer to bug -119474 for more information: + installation. However, there are indications that serial mice work + properly in X after the installation has completed. Refer to bug + 119474 for more information: [6]http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474 * There have been issues observed when upgrading Red Hat Linux -7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The -issue is caused by version overlap between the official Red Hat Linux -RPMs (or the ones from the Fedora Project) and the Ximian RPMs. This -configuration is not supported. You have several choices in resolving -this issue: - -1) You may remove Ximian GNOME from your system prior to upgrading to -Fedora Core. - -2) You may upgrade your system, and then immediately reinstall Ximian -GNOME. - -3) You may upgrade your system, and then immediately remove all -remaining Ximian RPMs, replacing them with the corresponding Fedora -Core RPMs. + 7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The + issue is caused by version overlap between the official Red Hat + Linux RPMs (or the ones from the Fedora Project) and the Ximian + RPMs. This configuration is not supported. You have several + choices in resolving this issue: + + 1) You may remove Ximian GNOME from your system prior to upgrading + to Fedora Core. + + 2) You may upgrade your system, and then immediately reinstall + Ximian GNOME. + + 3) You may upgrade your system, and then immediately remove all + remaining Ximian RPMs, replacing them with the corresponding + Fedora Core RPMs. You must resolve the version overlap using one of the above choices. Failure to do so will result in an unstable GNOME configuration. @@ -325,22 +369,95 @@ == Package-Specific Notes == The following sections contain information regarding packages that -have undergone significant changes for Fedora Core 4 test 2. For easier +have undergone significant changes for Fedora Core 4test3. For easier access, they are organized using the same groups used in Anaconda. === Base === This section contains information related to basic system components. + +auditd and log files + +The audit daemon, auditd, is now enabled by default. When auditd is +running, the kernel directs audit messages to +/var/log/audit/audit.log. The location of this file is specified in +/etc/auditd.conf. + +AVC messages for SELinux are sent using the audit infrastructure. +These messages are now in /var/log/audit/audit.log. + +When auditd is not running, the kernel passes audit messages to +syslog. These logs are typically kept in /var/log/messages and are +viewable using dmesg. + +Audit extensions are now compiled into PAM. All programs that do +grant entry to the system or change user account attributes will +generate an audit message. + +To enable auditing within the kernel, you must pass the parameter +audit=1 to the kernel during boot. Otherwise, you can use this +command to enable auditing during run time: + + 'auditctl -e 1' + + +LinuxThreads v. NPTL + +As the next step in removing support for the obsolete LinuxThreads +library, code compiled and linked on FC4 now automatically uses the NPTL +headers and libraries. + +In previous releases, since Red Hat Linux 9, the default was to use +LinuxThreads since the interface is mostly forward compatible. The +advantages of the NPTL interface is that the cancellation handling is +faster (when -fexception is used, even in C code) and that the +additional interfaces are now available without special compiler and +linker parameters. In other words, you do not need to use +-I/usr/include/nptl and -L/usr/lib{,64}/nptl any longer. Note that +lib{,64} is to be interpreted as lib64 on platforms which place DSOs +in lib64 directories, and lib otherwise. + +In FC4 it is still possible to create code using the LinuxThreads +definitions. For this the linuxthreads-devel package must be +installed and + + -I/usr/include/linuxthreads -L/usr/lib{,64}/linuxthreads + +must be passed to the compiler. + +At runtime, it used to be possible to use the LD_ASSUME_KERNEL +environment variable to select the appropriate version of glibc and the +libpthread DSO. Now it is additionally necessary to specify + + LD_LIBRARY_PATH=/lib{,64}/obsolete/linuxthreads + +in the environment. This is because the runtime libraries have also +been moved out of the way. There might programs that will not work if +the program uses an unfortunate DT_RPATH (which overwrites the +LD_LIBRARY_PATH setting). + +All this makes it more cumbersome to run programs which depend on +LinuxThreads. But this is intentional. + + Important + + FC5 will not have LinuxThreads support and all programs have to be + converted to use NPTL by then. + +In general, conversion to using NPTL has not been an issue. + + slocate database -The database needed by the locate utility is no longer created by -default. Enable the database creation by setting DAILY_UPDATE to -"yes" in /etc/updatedb.conf if you want to use locate. +The database needed by the locate utility is no longer created by default. +Enable the database creation by setting DAILY_UPDATE to "yes" in +/etc/updatedb.conf if you want to use locate. + openssh -The version of OpenSSH in Fedora Core 4 test 2 contains OpenSSH 3.9 +The version of OpenSSH in Fedora Core 4test3 contains OpenSSH 3.9 includes strict permission and ownership checks for the ~/.ssh/config file. These checks mean that ssh will exit if this file does not have appropriate ownership and permissions. @@ -367,51 +484,63 @@ This section contains the most elemental components of Fedora Core, including the kernel. - * In order to eliminate the redundancy inherent in providing a -separate package for the kernel source code when that source code -already exists in the kernel's .src.rpm file, Fedora Core 4 test 2 no -longer includes the kernel-source package. Users that require access -to the kernel sources can find them in the kernel .src.rpm file. To -create an exploded source tree from this file, perform the following -steps (note that refers to the version specification for -your currently-running kernel): - 1. Obtain the kernel-.src.rpm file from one of the -following sources: +yum + +The sqllite database is now used by yum, and makes performance +noticeably faster. - * The SRPMS directory on the appropriate "SRPMS" CD iso -image +The Fedora Extras repository is now enabled by default. - * The FTP site where you got the kernel package - * By running the following command: +kernel source - up2date --get-source kernel +In order to eliminate the redundancy inherent in providing a separate +package for the kernel source code when that source code already +exists in the kernel's .src.rpm file, Fedora Core 4test3 no longer +includes the kernel-source package. Users that require access to the +kernel sources can find them in the kernel .src.rpm file. To create an +exploded source tree from this file, perform the following steps (note +that refers to the version specification for your +currently-running kernel): - 2. Install kernel-.src.rpm (given the default RPM -configuration, the files this package contains will be written to -/usr/src/redhat/) + 1. Obtain the kernel-.src.rpm file from one of the + following sources: - 3. Change directory to /usr/src/redhat/SPECS/, and issue the -following command: + * The SRPMS directory on the appropriate "SRPMS" CD iso image - rpmbuild -bp --target= kernel.spec + * The FTP site where you got the kernel package - (Where is the desired target architecture.) + * By running the following command: - On a default RPM configuration, the kernel tree will be -located in /usr/src/redhat/BUILD/. + up2date --get-source kernel - 4. In resulting tree, the configurations for the specific -kernels shipped in Fedora Core 4 test 2 are in the /configs/ -directory. For example, the i686 SMP configuration file is named -/configs/kernel--i686-smp.config. Issue the following command -to place the desired configuration file in the proper place for -building: + 2. Install kernel-.src.rpm (given the default RPM + configuration, the files this package contains will be written to + /usr/src/redhat/) + + rpm -ivh kernel-.src.rpm + + 3. Change directory to /usr/src/redhat/SPECS/, and issue the + following command: + + rpmbuild -bp --target= kernel.spec + + (Where is the desired target architecture.) + + On a default RPM configuration, the kernel tree will be located + in /usr/src/redhat/BUILD/. + + 4. In resulting tree, the configurations for the specific kernels + shipped in Fedora Core 4test3 are in the /configs/ + directory. For example, the i686 SMP configuration file is named + /configs/kernel--i686-smp.config. Issue the following + command to place the desired configuration file in the proper + place for building: cp ./.config - 5. Issue the following command: + 5. Issue the following command: make oldconfig @@ -425,11 +554,13 @@ For example, to build the foo.ko module, create the following file (named Makefile) in the directory containing the foo.c file: -obj-m := foo.o +obj-m := foo.o -KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) +KDIR := /lib/modules/$(shell uname -r)/build +PWD := $(shell pwd) -default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules +default: +$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules Issue the make command to build the foo.ko module. @@ -453,6 +584,17 @@ This section contains information related to Web-related tools. + +mod_perl + +The "RC5" release of mod_perl 2.0 is now included; the API provided by +this release is incompatible with previous 1.99_xx releases. Please +refer to the following document for discussion of how to adapt code to +use the new API: + + http://perl.apache.org/docs/2.0/rename.html + + php Version 5.0 of PHP is now included, which includes a number of changes @@ -462,6 +604,10 @@ http://www.php.net/manual/en/migration5.php +The /usr/bin/php binary is now built using the "CLI" command-line +SAPI, rather than the CGI SAPI. The CGI SAPI is now available as +/usr/bin/php-cgi; this binary also includes FastCGI support. + The following extensions have been added: * the "mysqli" extension, the newly MySQL interface designed @@ -469,22 +615,29 @@ * the "soap" extension, which can be used to implement a SOAP server or client +The following extensions are now available as optional loadable +extensions, rather than being built in to the php binaries: + + * dba, now available in the php-dba package + * bcmath, now available in the php-bcmath package + === Windows File Server === This section contains information related to Samba, software that makes it possible to share files between Linux and Windows systems. + samba Browsing of Windows shares (also known as SMB browsing) fails on -Fedora Core 4 test 2 systems that have the standard firewall +Fedora Core 4test3 systems that have the standard firewall configured. This is most easily noticed in the failure of Nautilus to display shares. The failure is due to the firewall disrupting the broadcast mode of SMB browsing, which is Samba's default setting. There are two workarounds: * Configure a WINS server on the network, and set the "wins server" -option in smb.conf to the address of the WINS server. + option in smb.conf to the address of the WINS server. * Disable the firewall @@ -502,25 +655,26 @@ === Macintosh File Server === -This section contains information related to netatalk, software that +This section contains information related to netatalk, software that makes it possible to share files between Linux and Macintosh systems. + netatalk -The 2.x version of netatalk uses a different method to store resource -forks, and may use a different file name encoding scheme. Upgrading to -Fedora Core 4 may result in data loss. Please read the documentation -of the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. +The 2.x version of netatalk uses a different method to store resource +forks, and may use a different file name encoding scheme. Upgrading to +Fedora Core 4 may result in data loss. Please read the documentation of +the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. -The netatalk upgrade information is available directly from the +The netatalk upgrade information is available directly from the netatalk site: http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html -It is also included in the netatalk installation for Fedora Core 4, -the files are at: +It is also included in the netatalk installation for Fedora Core 4, the +files are at: -/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page +/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page 25, document page 33. or @@ -535,9 +689,9 @@ xorg-x11 * Users new to the X.org X11 implementation should take note of a -few differences between it and the XFree86.org X11 implementation -which shipped in previous Red Hat operating systems. In particular, -the names of some files have changed: + few differences between it and the XFree86.org X11 implementation + which shipped in previous Red Hat operating systems. In + particular, the names of some files have changed: X Server Binary: @@ -561,13 +715,13 @@ sure that you are using the correct files. * There has been some confusion regarding font-related issues under -the X Window System in recent versions of Fedora Core (and versions of -Red Hat Linux before it.) At the present time, there are two font -subsystems, each with different characteristics: + the X Window System in recent versions of Fedora Core (and + versions of Red Hat Linux before it.) At the present time, there + are two font subsystems, each with different characteristics: - The original (15+ year old) subsystem is referred to as the "core X -font subsystem". Fonts rendered by this subsystem are not -anti-aliased, are handled by the X server, and have names like: + font subsystem". Fonts rendered by this subsystem are not + anti-aliased, are handled by the X server, and have names like: -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1 @@ -580,10 +734,10 @@ Luxi Sans-10 * Over time, fontconfig/Xft will replace the core X font -subsystem. At the present time, applications using the Qt 3 or GTK 2 -toolkits (which would include KDE and GNOME applications) use the -fontconfig and Xft font subsystem; almost everything else uses the -core X fonts. + subsystem. At the present time, applications using the Qt 3 or GTK + 2 toolkits (which would include KDE and GNOME applications) use + the fontconfig and Xft font subsystem; almost everything else uses + the core X fonts. In the future, Fedora Core may support only fontconfig/Xft in place of the XFS font server as the default local font access method. @@ -591,29 +745,28 @@ NOTE: An exception to the font subsystem usage outlined above is OpenOffice.org (which uses its own font rendering technology). -If you wish to add new fonts to your Fedora Core 4 test 2 system, you +If you wish to add new fonts to your Fedora Core 4test3 system, you must be aware that the steps necessary depend on which font subsystem is to use the new fonts. For the core X font subsystem, you must: -1. Create the /usr/share/fonts/local/ directory (if it doesn't already -exist): +1. Create the /usr/share/fonts/local/ directory (if it does not + already exist): mkdir /usr/share/fonts/local/ 2. Copy the new font file into /usr/share/fonts/local/ 3. Update the font information by issuing the following commands (note -that, due to formatting restrictions, the following commands may -appear on more than one line; in use, each command should be entered -on a single line): + that, due to formatting restrictions, the following commands may + appear on more than one line; in use, each command should be + entered on a single line): -ttmkfdir -d /usr/share/fonts/local/ -o -/usr/share/fonts/local/fonts.scale +ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale mkfontdir /usr/share/fonts/local/ 4. If you had to create /usr/share/fonts/local/, you must then add it -to the X font server (xfs) path: + to the X font server (xfs) path: chkfontpath --add /usr/share/fonts/local/ @@ -639,10 +792,10 @@ the fontconfig font subsystem can use the font. * Due to the transition to the new font system based on -fontconfig/Xft, GTK+ 1.2 applications are not affected by any changes -made via the Font Preferences dialog. For these applications, a font -can be configured by adding the following lines to the file -~/.gtkrc.mine: + fontconfig/Xft, GTK+ 1.2 applications are not affected by any + changes made via the Font Preferences dialog. For these + applications, a font can be configured by adding the following + lines to the file ~/.gtkrc.mine: style "user-font" { @@ -650,7 +803,7 @@ } -widget_class " *" style "user-font" +widget_class " *" style "user-font" (Where represents a font specification in the style used by traditional X applications, such as @@ -661,6 +814,17 @@ This section contains information related to packages that do not fit in any of the proceeding categories. + OpenOffice and upgrading test releases + +If you choose to go counter to the recommendation to *not* upgrade +from a previous test release, you may encounter a problem with +OpenOffice following the upgrade. + +To resolve this, you must do the following command *before* doing the +upgrade: + + rm -rf /usr/lib/openoffice.org*/share/template/*/wizard/bitmap + == Packages Added, Moved From Core, Changed, or Deprecated/Nuked == @@ -670,61 +834,73 @@ This section contains lists of packages that fit into the following categories: - * Packages that have been added to Fedora Core 4 test 2 + * Packages that have been added to Fedora Core 4test3 - * Packages that have been moved out of Fedora Core 4 test 2 + * Packages that have been moved out of Fedora Core 4test3 * Packages that have a changed version since Fedora Core 3 * Packages that have been deprecated, and may be removed from a -future - release of Fedora Core + future release of Fedora Core === Packages Added === -The following packages have been added to Fedora Core 4 test 2: +The following packages have been added to Fedora Core 4test3. This is +based on a treediff of dist-fc3 and dist-fc4 on 04-MAY-2005: - * ant-1.6.2-3jpp_2fc + * ant-1.6.2-3jpp_5fc * antlr-2.7.4-2jpp_1fc * aqbanking-1.0.4beta-2 * aqhbci-1.0.2beta-2 + * aspell-is-0.51.1-1 * avalon-framework-4.1.4-2jpp_5fc * avalon-logkit-1.2-2jpp_4fc * bcel-5.1-1jpp_4fc - * classpath-inetlib-1.0-1jpp_1fc + * ccs-0.25-0.1 * classpathx-jaf-1.0-2jpp_3fc * classpathx-mail-1.0-3jpp_1fc + * cman-1.0-0.pre33.2 + * cman-kernel-2.6.11.3-20050425.154843.FC4.5 * compat-gcc-296-2.96-132.fc4 * compat-gcc-32-3.2.3-47.fc4 * compat-readline43-4.3-2 - * cpufreq-utils-0.2-1.1.12 - * cpuspeed-1.2.1-1.19 + * cpufreq-utils-0.2-1.1.14 + * cpuspeed-1.2.1-1.20 * cryptix-3.2.0-4jpp_1fc * cryptix-asn1-20011119-4jpp_1fc * cryptsetup-luks-1.0-1 * dcraw-0.0.20050227-1 - * device-mapper-multipath-0.4.4-0.pre8.0 - * dmidecode-2.6-1.13 - * eclipse-3.1.0_fc-0.M5.17 - * eclipse-bugzilla-0.1.0_fc-9 - * eclipse-cdt-3.0.0_fc-0.M5.3 - * eclipse-changelog-2.0.1_fc-19 - * eclipse-pydev-0.9.0_fc-4 - * evince-0.1.9-1 - * fonts-chinese-2.15-1 + * device-mapper-multipath-0.4.4-2.0 + * dlm-1.0-0.pre21.2 + * dlm-kernel-2.6.11.3-20050425.154843.FC4.6 + * dmidecode-2.6-1.14 + * eclipse-3.1.0_fc-0.M6.14 + * eclipse-bugzilla-0.1.0_fc-14 + * eclipse-cdt-3.0.0_fc-0.M6.5 + * eclipse-changelog-2.0.1_fc-21 + * eclipse-pydev-0.9.3_fc-7 + * evince-0.2.1-1 + * fence-1.27-1 + * fonts-chinese-2.15-2 * fonts-indic-1.9-2 - * fonts-japanese-0.20050222-2 - * fonts-korean-1.0.11-2 - * gjdoc-0.7.3-1 - * gnome-doc-utils-0.1.3-1 - * gnome-menus-2.10.1-1 + * fonts-japanese-0.20050222-3 + * fonts-korean-1.0.11-4 + * GFS-6.1-0.pre22.1 + * GFS-kernel-2.6.11.4-20050503.144108.FC4.1 + * gjdoc-0.7.4-4 + * gnbd-1.0-0.pre13.1 + * gnbd-kernel-2.6.11.2-20050420.133124.FC4.10 + * gnome-doc-utils-0.2.0-2 + * gnome-menus-2.10.1-3 * gnome-python2-extras-2.10.0-2.1 - * gnu-crypto-2.0.1-1jpp_1fc + * gnu-crypto-2.0.1-1jpp_3fc * gnu.getopt-1.0.9-4jpp_1fc + * gulm-1.0-0.pre28.3 * gwenhywfar-1.7.2-2 - * hardlink-1.0-1.11 - * iiimf-12.1.1-11.svn2435 - * ipv6calc-0.48-3 + * hardlink-1.0-1.13 + * iddev-1.9-19 + * iiimf-12.2-0.7.svn2578 + * ipv6calc-0.48-5 * irqbalance-1.12-1.18 * jakarta-commons-beanutils-1.7.0-1jpp_1fc * jakarta-commons-collections-3.1-1jpp_1fc @@ -742,37 +918,45 @@ * jakarta-taglibs-standard-1.1.1-4jpp_1fc * java_cup-0.10-0.k.1jpp_2fc * jdepend-2.6-2jpp_3fc - * jessie-1.0.0-3 + * jessie-1.0.0-6 * jlex-1.2.6-1jpp_2fc - * jsch-0.1.17-2jpp_1fc + * jsch-0.1.18-1jpp_1fc * junit-3.8.1-3jpp_4fc * jzlib-1.0.5-2jpp_1fc * kdeaccessibility-3.4.0-1 * ksh-20050202-1 * latex2html-2002.2.1-1 * ldapjdk-4.17-1jpp_2fc - * libdbi-drivers-0.7.1-2 - * libgconf-java-2.10.0-1 - * libglade-java-2.9.92-1 - * libgnome-java-2.9.92-1 - * libgtk-java-2.6.1.1-1 + * libdbi-drivers-0.7.1-3 + * libgconf-java-2.10.1-1 + * libglade-java-2.10.1-3 + * libgnome-java-2.10.1-1 + * libgtk-java-2.6.2-1 * linux-atm-2.5.0-0.20050118.2 * lksctp-tools-1.0.2-5 * log4j-1.2.8-7jpp_3fc - * longrun-0.9-1.8 - * lvm2-cluster-2.00.29-1.22.FC4 + * longrun-0.9-1.9 + * lvm2-cluster-2.01.09-2.1 + * magma-1.0-0.pre21.4 + * magma-plugins-1.0-0.pre16.11 * mcelog-0.4-1.8 * microcode_ctl-1.11-1.21 - * mod_jk-1.2.6-3jpp_1fc - * mx4j-2.1.0-1jpp_2fc - * mysqlclient10-3.23.58-5 + * mod_jk-1.2.6-3jpp_2fc + * mx4j-2.1.0-1jpp_5fc + * mysqlclient10-3.23.58-6 * openhpi-2.0.3-2 * OpenIPMI-1.4.11-5 * openssl097a-0.9.7a-2 * oro-2.0.8-1jpp_2fc - * poppler-0.1.2-1 + * perl-Archive-Zip-1.14-1 + * perl-Carp-Clan-5.3-1 + * perl-IO-String-1.06-3 + * perl-IO-Zlib-1.04-4 + * perl-Net-Telnet-3.03-4 + * pm-utils-0.01-1 + * poppler-0.3.0-2 * puretls-0.9-0.b4.1jpp_2fc - * python-docs-2.4-102 + * python-docs-2.4.1-1 * python-elementtree-1.2.6-4 * python-numeric-23.7-2 * python-sqlite-1.1.6-1 @@ -780,28 +964,28 @@ * python-urlgrabber-2.9.6-1 * readahead-1.0-1.7 * regexp-1.3-1jpp_4fc - * rng-utils-2.0-1.5 + * rgmanager-1.9.31-0 + * rng-utils-2.0-1.6 * salinfo-0.5-1.4 - * servletapi5-5.0.18-1jpp_3fc * slib-3a1-2 * smartmontools-5.33-1.5 - * sqlite-3.1.2-2 - * struts11-1.1-1jpp_2fc - * system-config-lvm-0.9.22-1.0 + * sqlite-3.1.2-3 + * struts11-1.1-1jpp_4fc + * system-config-lvm-0.9.25-1.0 * texi2html-1.76-2 - * tomcat5-5.0.30-1jpp_2fc - * x86info-1.13-1.9 + * tomcat5-5.0.30-5jpp_1fc + * x86info-1.13-1.10 * xalan-j2-2.6.0-2jpp_1fc - * xen-2-20050403 - * xerces-j2-2.6.2-4jpp_1fc - * xml-commons-1.0-0.b2.6jpp_5fc + * xen-2-20050424 + * xerces-j2-2.6.2-4jpp_4fc + * xml-commons-1.0-0.b2.6jpp_10fc * xml-commons-resolver-1.1-1jpp_4fc === Packages Moved Out Of Core === This is a new section to the release notes. This is based on a -treediff of dist-fc3 and dist-fc4 on 14-MAR-2005. The following -packages have been moved out of core from Fedora Core 4 test 2: +treediff of dist-fc3 and dist-fc4 on 04-MAY-2005. The following +packages have been moved out of core from Fedora Core 4test3: * abiword-2.0.12-3 * aiksaurus-1.2.1-2 @@ -848,10 +1032,12 @@ * grip-3.2.0-3 * gv-3.5.8-29 * im-sdk-12.1-4 + * jcode.pl-2.13-11 * jed-0.99.16-6 * jisksp14-0.1-16 * jisksp16-1990-0.1-16 * kappa20-0.3-15 + * katana-2.0.0-1 * kdetoys-3.3.0-1 * kernel-utils-2.4-13.1.39 * kinput2-v3.1-23 @@ -927,6 +1113,7 @@ * xsnow-1.42-15 * ytalk-3.1.2-1 + == An Overview of the Fedora Project == The goal of the Fedora Project is to work with the Linux community to @@ -947,12 +1134,9 @@ In addition to the website, the following mailing lists are available: * fedora-list at redhat.com -- For users of Fedora Core releases - * fedora-test-list at redhat.com -- For testers of Fedora Core test -releases - * fedora-devel-list at redhat.com -- For developers, developers, -developers - * fedora-docs-list at redhat.com -- For participants of the docs -project + * fedora-test-list at redhat.com -- For testers of Fedora Core test releases + * fedora-devel-list at redhat.com -- For developers, developers, developers + * fedora-docs-list at redhat.com -- For participants of the docs project To subscribe to any of these lists, send an email with the word "subscribe" in the subject to -request (where is Index: RELEASE-NOTES-x86_64-en =================================================================== RCS file: /cvs/fedora/fedora-release/RELEASE-NOTES-x86_64-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RELEASE-NOTES-x86_64-en 6 Apr 2005 21:33:20 -0000 1.3 +++ RELEASE-NOTES-x86_64-en 4 May 2005 18:40:31 -0000 1.4 @@ -1,4 +1,4 @@ -== Fedora Core 4 test 2 Release Notes == += Fedora Core 4test3 Release Notes = Copyright (c) 2005 Red Hat, Inc. @@ -7,7 +7,7 @@ any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at -http://www.gnu.org/licenses/fdl.html. +[1]http://www.gnu.org/licenses/fdl.html. This document may be copied and distributed in any medium, either commercially or non-commercially, provided that the GNU Free @@ -30,14 +30,13 @@ All other trademarks and copyrights referred to are the property of their respective owners. -The GPG fingerprint of the "Fedora Project " key -is: +The GPG fingerprint of the "Fedora Project " key is: CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2 --------------------------------------------------------------------------- - 1. Fedora Core 4 test2 Release Notes + 1. Fedora Core 4test3 Release Notes 2. Introduction 3. Hardware Requirements 1. CPU Requirements @@ -57,8 +56,7 @@ 8. Macintosh File Server 9. X Window System 10. Miscellaneous Notes - 8. Packages Added, Moved From Core, Changed, or -Deprecated/Nuked + 8. Packages Added, Moved From Core, Changed, or Deprecated/Nuked 1. Packages Added 2. Packages Moved Out Of Core 9. An Overview of the Fedora Project @@ -77,7 +75,7 @@ For more information, refer to the Fedora Project overview later in this document. -The following topics related to Fedora Core 4 test 2 are covered in this +The following topics related to Fedora Core 4test3 are covered in this document: * Introduction (this section) @@ -91,29 +89,29 @@ == Hardware Requirements == The following information represents the minimum hardware requirements -necessary to successfully install Fedora Core 4 test 2. +necessary to successfully install Fedora Core 4test3. -Note + Note -The compatibility/availability of other hardware components (such as -video and network cards) may be required for specific installation -modes and/or post-installation usage. + The compatibility/availability of other hardware components (such as + video and network cards) may be required for specific installation + modes and/or post-installation usage. -=== CPU Requirements === +=== CPU Requirements === This section lists the CPU specifications required by Fedora Core -4 test 2. +4test3. -Note + Note -The following CPU specifications are stated in terms of Intel -processors. Other processors (notably, offerings from AMD, Cyrix, and -VIA) that are compatible with and equivalent to the following Intel -processors may also be used with Fedora Core. + The following CPU specifications are stated in terms of Intel + processors. Other processors (notably, offerings from AMD, Cyrix, + and VIA) that are compatible with and equivalent to the following + Intel processors may also be used with Fedora Core. * Minimum: Pentium-class -Fedora Core 4 test 2 is optimized for Pentium 4 CPUs, but also supports +Fedora Core 4test3 is optimized for Pentium 4 CPUs, but also supports earlier CPUs (such as Pentium, Pentium Pro, Pentium II, Pentium III, and including AMD and VIA variants). This approach has been taken because Pentium-class optimizations actually result in reduced @@ -127,18 +125,17 @@ === Hard Disk Space Requirements === -This section lists the disk space required to install Fedora Core -4 test 2. +This section lists the disk space required to install Fedora Core 4test3. -Note + Note -The disk space requirements listed below represent the disk space -taken up by Fedora Core 4 test 2 after the installation is -complete. However, additional disk space is required during the -installation to support the installation environment. This additional -disk space corresponds to the size of /Fedora/base/stage2.img (on -CD-ROM 1) plus the size of the files in /var/lib/rpm on the installed -system. + The disk space requirements listed below represent the disk space + taken up by Fedora Core 4test3 after the installation is + complete. However, additional disk space is required during the + installation to support the installation environment. This + additional disk space corresponds to the size of + /Fedora/base/stage2.img (on CD-ROM 1) plus the size of the files in + /var/lib/rpm on the installed system. In practical terms, this means that as little as an additional 90MB can be required for a minimal installation, while as much as an @@ -156,7 +153,7 @@ === Memory Requirements === -This section lists the memory required to install Fedora Core 4 test 2. +This section lists the memory required to install Fedora Core 4test3. * Minimum for text-mode: 64MB * Minimum for graphical: 192MB @@ -164,120 +161,167 @@ == Overview of This Release == -The following list highlights certain new features of Fedora Core -4 test 2: +The following list highlights certain new features of Fedora Core 4test3: * GCC 4.0 * GNOME 2.10 * KDE 3.4 - * Native Eclipse 3.1M5 + * Native Eclipse 3.1M6 - Part of free Java stack * MySQL 4.1 * PHP 5.0 + * Xen 2 - Virtualization to run multiple versions of an OS + * GFS 6.1-0.pre22 - Cluster file system + * Evince 0.2.1 - Universal document viewer + * GDM 2.6 - Includes early login capability + + * SELinux -- New daemons have been added to the targeted policy. + http://fedora.redhat.com/docs/selinux-faq/ . This is a list of + daemons protected by the targeted policy: - * SELinux -- New daemons have been added to the targeted policy For - more information, refer to the SELinux FAQ at - http://fedora.redhat.com/docs/selinux-faq/ . + * NetworkManager * amanda * apache + * apmd + * arpwatch + * auditd + * bluetooth + * canna + * cardmgr + * checkpolicy * chkpwd + * compat + * comsat + * consoletype + * cpucontrol + * cpuspeed + * crond * cups + * cvs + * cyrus + * dbskkd + * dbusd * dhcpc * dhcpd * dictd + * dmidecode * dovecot * fingerd + * fsadm * ftpd + * getty + * hald + * hostname + * hotplug * howl + * hwclock * i18n_input * ifconfig + * inetd * init * initrc - * inetd * innd * kerberos + * klogd * ktalkd + * kudzu * ldconfig + * load_policy * login * lpd * mailman * modutil * mta * mysqld - * NetworkManager * named + * netutils * nscd * ntpd * portmap * postgresql + * pppd * privoxy * radius * radvd + * restorecon * rlogind * rpcd + * rpm * rshd * rsync * samba + * saslauthd + * sendmail + * setfiles * slapd * snmpd * squid + * ssh * stunnel * syslogd * telnetd * tftpd + * udev + * updfstab + * uucpd + * webalizer * winbind + * xdm * ypbind * ypserv * zebra + == Installation-Related Notes == This section outlines anything noteworthy that is related to Anaconda (the Fedora Core installation program) and installing Fedora Core -4 test 2 in general. +4test3 in general. -Note + Note -If you intend to download the Fedora Core 4 test 2 DVD ISO image, keep -in mind that not all file downloading tools can accommodate files -larger than 2GB in size. For example, wget will exit with a File size -limit exceeded error. + If you intend to download the Fedora Core 4test3 DVD ISO image, keep + in mind that not all file downloading tools can accommodate files + larger than 2GB in size. For example, wget will exit with a File + size limit exceeded error. The curl and ncftpget file downloading tools do not have this limitation, and can successfully download files larger than 2GB. Bittorrent is another method for downloading large files. + Anaconda Notes * The Fedora Core installation program has the ability to test the -integrity of the installation media. It works with the CD, DVD, hard -drive ISO, and NFS ISO installation methods. Red Hat recommends that -you test all installation media before starting the installation -process, and before reporting any installation-related bugs (many of -the bugs reported are actually due to improperly-burned CDs). To use -this test, type linux mediacheck at the boot: prompt. + integrity of the installation media. It works with the CD, DVD, + hard drive ISO, and NFS ISO installation methods. Red Hat + recommends that you test all installation media before starting + the installation process, and before reporting any + installation-related bugs (many of the bugs reported are actually + due to improperly-burned CDs). To use this test, type linux + mediacheck at the boot: prompt. * Memory testing may be performed prior to installing Fedora Core by -entering memtest86 at the boot: prompt. This causes the Memtest86 -standalone memory testing software to run. Memtest86 memory testing -continues until the Esc key is pressed. + entering memtest86 at the boot: prompt. This causes the Memtest86 + standalone memory testing software to run. Memtest86 memory + testing continues until the Esc key is pressed. NOTE: You must boot from CD-ROM 1 (or a rescue CD-ROM) in order to use this feature. - * Fedora Core 4 test 2 supports graphical FTP and HTTP -installations. However, due to the necessity of containing the -installer image in RAM, only systems with more than 128MB of RAM (or -systems booted from CD-ROM 1, which contains the installer image) can -use the graphical installer. Systems with 128MB or less will continue -to use the text-based installer. + * Fedora Core 4test3 supports graphical FTP and HTTP + installations. However, due to the necessity of containing the + installer image in RAM, only systems with more than 128MB of RAM + (or systems booted from CD-ROM 1, which contains the installer + image) can use the graphical installer. Systems with 128MB or + less will continue to use the text-based installer. == Installation-Related Issues == * Certain hardware configurations (particularly those with LCD -displays) may experience problems while starting the Fedora Core -installation program. In these instances, restart the installation, -and add the "nofb" option to the boot command line. + displays) may experience problems while starting the Fedora Core + installation program. In these instances, restart the + installation, and add the "nofb" option to the boot command line. NOTE: Chinese, Japanese, and Korean graphical installations started using the "nofb" option will start in English, and then switch to the @@ -285,9 +329,9 @@ process begins. * Some Sony VAIO(R) notebook systems may experience problems -installing Fedora Core from CD-ROM. If this happens, restart the -installation process and add the following option to the boot command -line: + installing Fedora Core from CD-ROM. If this happens, restart the + installation process and add the following option to the boot + command line: pci=off ide1=0x180,0x386 @@ -296,28 +340,28 @@ first time Fedora Core is booted. * Serial mice are known to be inoperative during -installation. However, there are indications that serial mice work -properly in X after the installation has completed. Refer to bug -119474 for more information: + installation. However, there are indications that serial mice work + properly in X after the installation has completed. Refer to bug + 119474 for more information: [6]http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474 * There have been issues observed when upgrading Red Hat Linux -7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The -issue is caused by version overlap between the official Red Hat Linux -RPMs (or the ones from the Fedora Project) and the Ximian RPMs. This -configuration is not supported. You have several choices in resolving -this issue: - -1) You may remove Ximian GNOME from your system prior to upgrading to -Fedora Core. - -2) You may upgrade your system, and then immediately reinstall Ximian -GNOME. - -3) You may upgrade your system, and then immediately remove all -remaining Ximian RPMs, replacing them with the corresponding Fedora -Core RPMs. + 7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The + issue is caused by version overlap between the official Red Hat + Linux RPMs (or the ones from the Fedora Project) and the Ximian + RPMs. This configuration is not supported. You have several + choices in resolving this issue: + + 1) You may remove Ximian GNOME from your system prior to upgrading + to Fedora Core. + + 2) You may upgrade your system, and then immediately reinstall + Ximian GNOME. + + 3) You may upgrade your system, and then immediately remove all + remaining Ximian RPMs, replacing them with the corresponding + Fedora Core RPMs. You must resolve the version overlap using one of the above choices. Failure to do so will result in an unstable GNOME configuration. @@ -325,22 +369,95 @@ == Package-Specific Notes == The following sections contain information regarding packages that -have undergone significant changes for Fedora Core 4 test 2. For easier +have undergone significant changes for Fedora Core 4test3. For easier access, they are organized using the same groups used in Anaconda. === Base === This section contains information related to basic system components. + +auditd and log files + +The audit daemon, auditd, is now enabled by default. When auditd is +running, the kernel directs audit messages to +/var/log/audit/audit.log. The location of this file is specified in +/etc/auditd.conf. + +AVC messages for SELinux are sent using the audit infrastructure. +These messages are now in /var/log/audit/audit.log. + +When auditd is not running, the kernel passes audit messages to +syslog. These logs are typically kept in /var/log/messages and are +viewable using dmesg. + +Audit extensions are now compiled into PAM. All programs that do +grant entry to the system or change user account attributes will +generate an audit message. + +To enable auditing within the kernel, you must pass the parameter +audit=1 to the kernel during boot. Otherwise, you can use this +command to enable auditing during run time: + + 'auditctl -e 1' + + +LinuxThreads v. NPTL + +As the next step in removing support for the obsolete LinuxThreads +library, code compiled and linked on FC4 now automatically uses the NPTL +headers and libraries. + +In previous releases, since Red Hat Linux 9, the default was to use +LinuxThreads since the interface is mostly forward compatible. The +advantages of the NPTL interface is that the cancellation handling is +faster (when -fexception is used, even in C code) and that the +additional interfaces are now available without special compiler and +linker parameters. In other words, you do not need to use +-I/usr/include/nptl and -L/usr/lib{,64}/nptl any longer. Note that +lib{,64} is to be interpreted as lib64 on platforms which place DSOs +in lib64 directories, and lib otherwise. + +In FC4 it is still possible to create code using the LinuxThreads +definitions. For this the linuxthreads-devel package must be +installed and + + -I/usr/include/linuxthreads -L/usr/lib{,64}/linuxthreads + +must be passed to the compiler. + +At runtime, it used to be possible to use the LD_ASSUME_KERNEL +environment variable to select the appropriate version of glibc and the +libpthread DSO. Now it is additionally necessary to specify + + LD_LIBRARY_PATH=/lib{,64}/obsolete/linuxthreads + +in the environment. This is because the runtime libraries have also +been moved out of the way. There might programs that will not work if +the program uses an unfortunate DT_RPATH (which overwrites the +LD_LIBRARY_PATH setting). + +All this makes it more cumbersome to run programs which depend on +LinuxThreads. But this is intentional. + + Important + + FC5 will not have LinuxThreads support and all programs have to be + converted to use NPTL by then. + +In general, conversion to using NPTL has not been an issue. + + slocate database -The database needed by the locate utility is no longer created by -default. Enable the database creation by setting DAILY_UPDATE to -"yes" in /etc/updatedb.conf if you want to use locate. +The database needed by the locate utility is no longer created by default. +Enable the database creation by setting DAILY_UPDATE to "yes" in +/etc/updatedb.conf if you want to use locate. + openssh -The version of OpenSSH in Fedora Core 4 test 2 contains OpenSSH 3.9 +The version of OpenSSH in Fedora Core 4test3 contains OpenSSH 3.9 includes strict permission and ownership checks for the ~/.ssh/config file. These checks mean that ssh will exit if this file does not have appropriate ownership and permissions. @@ -367,51 +484,63 @@ This section contains the most elemental components of Fedora Core, including the kernel. - * In order to eliminate the redundancy inherent in providing a -separate package for the kernel source code when that source code -already exists in the kernel's .src.rpm file, Fedora Core 4 test 2 no -longer includes the kernel-source package. Users that require access -to the kernel sources can find them in the kernel .src.rpm file. To -create an exploded source tree from this file, perform the following -steps (note that refers to the version specification for -your currently-running kernel): - 1. Obtain the kernel-.src.rpm file from one of the -following sources: +yum + +The sqllite database is now used by yum, and makes performance +noticeably faster. - * The SRPMS directory on the appropriate "SRPMS" CD iso -image +The Fedora Extras repository is now enabled by default. - * The FTP site where you got the kernel package - * By running the following command: +kernel source - up2date --get-source kernel +In order to eliminate the redundancy inherent in providing a separate +package for the kernel source code when that source code already +exists in the kernel's .src.rpm file, Fedora Core 4test3 no longer +includes the kernel-source package. Users that require access to the +kernel sources can find them in the kernel .src.rpm file. To create an +exploded source tree from this file, perform the following steps (note +that refers to the version specification for your +currently-running kernel): - 2. Install kernel-.src.rpm (given the default RPM -configuration, the files this package contains will be written to -/usr/src/redhat/) + 1. Obtain the kernel-.src.rpm file from one of the + following sources: - 3. Change directory to /usr/src/redhat/SPECS/, and issue the -following command: + * The SRPMS directory on the appropriate "SRPMS" CD iso image - rpmbuild -bp --target= kernel.spec + * The FTP site where you got the kernel package - (Where is the desired target architecture.) + * By running the following command: - On a default RPM configuration, the kernel tree will be -located in /usr/src/redhat/BUILD/. + up2date --get-source kernel - 4. In resulting tree, the configurations for the specific -kernels shipped in Fedora Core 4 test 2 are in the /configs/ -directory. For example, the i686 SMP configuration file is named -/configs/kernel--i686-smp.config. Issue the following command -to place the desired configuration file in the proper place for -building: + 2. Install kernel-.src.rpm (given the default RPM + configuration, the files this package contains will be written to + /usr/src/redhat/) + + rpm -ivh kernel-.src.rpm + + 3. Change directory to /usr/src/redhat/SPECS/, and issue the + following command: + + rpmbuild -bp --target= kernel.spec + + (Where is the desired target architecture.) + + On a default RPM configuration, the kernel tree will be located + in /usr/src/redhat/BUILD/. + + 4. In resulting tree, the configurations for the specific kernels + shipped in Fedora Core 4test3 are in the /configs/ + directory. For example, the i686 SMP configuration file is named + /configs/kernel--i686-smp.config. Issue the following + command to place the desired configuration file in the proper + place for building: cp ./.config - 5. Issue the following command: + 5. Issue the following command: make oldconfig @@ -425,11 +554,13 @@ For example, to build the foo.ko module, create the following file (named Makefile) in the directory containing the foo.c file: -obj-m := foo.o +obj-m := foo.o -KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) +KDIR := /lib/modules/$(shell uname -r)/build +PWD := $(shell pwd) -default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules +default: +$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules Issue the make command to build the foo.ko module. @@ -453,6 +584,17 @@ This section contains information related to Web-related tools. + +mod_perl + +The "RC5" release of mod_perl 2.0 is now included; the API provided by +this release is incompatible with previous 1.99_xx releases. Please +refer to the following document for discussion of how to adapt code to +use the new API: + + http://perl.apache.org/docs/2.0/rename.html + + php Version 5.0 of PHP is now included, which includes a number of changes @@ -462,6 +604,10 @@ http://www.php.net/manual/en/migration5.php +The /usr/bin/php binary is now built using the "CLI" command-line +SAPI, rather than the CGI SAPI. The CGI SAPI is now available as +/usr/bin/php-cgi; this binary also includes FastCGI support. + The following extensions have been added: * the "mysqli" extension, the newly MySQL interface designed @@ -469,22 +615,29 @@ * the "soap" extension, which can be used to implement a SOAP server or client +The following extensions are now available as optional loadable +extensions, rather than being built in to the php binaries: + + * dba, now available in the php-dba package + * bcmath, now available in the php-bcmath package + === Windows File Server === This section contains information related to Samba, software that makes it possible to share files between Linux and Windows systems. + samba Browsing of Windows shares (also known as SMB browsing) fails on -Fedora Core 4 test 2 systems that have the standard firewall +Fedora Core 4test3 systems that have the standard firewall configured. This is most easily noticed in the failure of Nautilus to display shares. The failure is due to the firewall disrupting the broadcast mode of SMB browsing, which is Samba's default setting. There are two workarounds: * Configure a WINS server on the network, and set the "wins server" -option in smb.conf to the address of the WINS server. + option in smb.conf to the address of the WINS server. * Disable the firewall @@ -502,25 +655,26 @@ === Macintosh File Server === -This section contains information related to netatalk, software that +This section contains information related to netatalk, software that makes it possible to share files between Linux and Macintosh systems. + netatalk -The 2.x version of netatalk uses a different method to store resource -forks, and may use a different file name encoding scheme. Upgrading to -Fedora Core 4 may result in data loss. Please read the documentation -of the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. +The 2.x version of netatalk uses a different method to store resource +forks, and may use a different file name encoding scheme. Upgrading to +Fedora Core 4 may result in data loss. Please read the documentation of +the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. -The netatalk upgrade information is available directly from the +The netatalk upgrade information is available directly from the netatalk site: http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html -It is also included in the netatalk installation for Fedora Core 4, -the files are at: +It is also included in the netatalk installation for Fedora Core 4, the +files are at: -/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page +/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page 25, document page 33. or @@ -535,9 +689,9 @@ xorg-x11 * Users new to the X.org X11 implementation should take note of a -few differences between it and the XFree86.org X11 implementation -which shipped in previous Red Hat operating systems. In particular, -the names of some files have changed: + few differences between it and the XFree86.org X11 implementation + which shipped in previous Red Hat operating systems. In + particular, the names of some files have changed: X Server Binary: @@ -561,13 +715,13 @@ sure that you are using the correct files. * There has been some confusion regarding font-related issues under -the X Window System in recent versions of Fedora Core (and versions of -Red Hat Linux before it.) At the present time, there are two font -subsystems, each with different characteristics: + the X Window System in recent versions of Fedora Core (and + versions of Red Hat Linux before it.) At the present time, there + are two font subsystems, each with different characteristics: - The original (15+ year old) subsystem is referred to as the "core X -font subsystem". Fonts rendered by this subsystem are not -anti-aliased, are handled by the X server, and have names like: + font subsystem". Fonts rendered by this subsystem are not + anti-aliased, are handled by the X server, and have names like: -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1 @@ -580,10 +734,10 @@ Luxi Sans-10 * Over time, fontconfig/Xft will replace the core X font -subsystem. At the present time, applications using the Qt 3 or GTK 2 -toolkits (which would include KDE and GNOME applications) use the -fontconfig and Xft font subsystem; almost everything else uses the -core X fonts. + subsystem. At the present time, applications using the Qt 3 or GTK + 2 toolkits (which would include KDE and GNOME applications) use + the fontconfig and Xft font subsystem; almost everything else uses + the core X fonts. In the future, Fedora Core may support only fontconfig/Xft in place of the XFS font server as the default local font access method. @@ -591,29 +745,28 @@ NOTE: An exception to the font subsystem usage outlined above is OpenOffice.org (which uses its own font rendering technology). -If you wish to add new fonts to your Fedora Core 4 test 2 system, you +If you wish to add new fonts to your Fedora Core 4test3 system, you must be aware that the steps necessary depend on which font subsystem is to use the new fonts. For the core X font subsystem, you must: -1. Create the /usr/share/fonts/local/ directory (if it doesn't already -exist): +1. Create the /usr/share/fonts/local/ directory (if it does not + already exist): mkdir /usr/share/fonts/local/ 2. Copy the new font file into /usr/share/fonts/local/ 3. Update the font information by issuing the following commands (note -that, due to formatting restrictions, the following commands may -appear on more than one line; in use, each command should be entered -on a single line): + that, due to formatting restrictions, the following commands may + appear on more than one line; in use, each command should be + entered on a single line): -ttmkfdir -d /usr/share/fonts/local/ -o -/usr/share/fonts/local/fonts.scale +ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale mkfontdir /usr/share/fonts/local/ 4. If you had to create /usr/share/fonts/local/, you must then add it -to the X font server (xfs) path: + to the X font server (xfs) path: chkfontpath --add /usr/share/fonts/local/ @@ -639,10 +792,10 @@ the fontconfig font subsystem can use the font. * Due to the transition to the new font system based on -fontconfig/Xft, GTK+ 1.2 applications are not affected by any changes -made via the Font Preferences dialog. For these applications, a font -can be configured by adding the following lines to the file -~/.gtkrc.mine: + fontconfig/Xft, GTK+ 1.2 applications are not affected by any + changes made via the Font Preferences dialog. For these + applications, a font can be configured by adding the following + lines to the file ~/.gtkrc.mine: style "user-font" { @@ -650,7 +803,7 @@ } -widget_class " *" style "user-font" +widget_class " *" style "user-font" (Where represents a font specification in the style used by traditional X applications, such as @@ -661,6 +814,17 @@ This section contains information related to packages that do not fit in any of the proceeding categories. + OpenOffice and upgrading test releases + +If you choose to go counter to the recommendation to *not* upgrade +from a previous test release, you may encounter a problem with +OpenOffice following the upgrade. + +To resolve this, you must do the following command *before* doing the +upgrade: + + rm -rf /usr/lib/openoffice.org*/share/template/*/wizard/bitmap + == Packages Added, Moved From Core, Changed, or Deprecated/Nuked == @@ -670,61 +834,73 @@ This section contains lists of packages that fit into the following categories: - * Packages that have been added to Fedora Core 4 test 2 + * Packages that have been added to Fedora Core 4test3 - * Packages that have been moved out of Fedora Core 4 test 2 + * Packages that have been moved out of Fedora Core 4test3 * Packages that have a changed version since Fedora Core 3 * Packages that have been deprecated, and may be removed from a -future - release of Fedora Core + future release of Fedora Core === Packages Added === -The following packages have been added to Fedora Core 4 test 2: +The following packages have been added to Fedora Core 4test3. This is +based on a treediff of dist-fc3 and dist-fc4 on 04-MAY-2005: - * ant-1.6.2-3jpp_2fc + * ant-1.6.2-3jpp_5fc * antlr-2.7.4-2jpp_1fc * aqbanking-1.0.4beta-2 * aqhbci-1.0.2beta-2 + * aspell-is-0.51.1-1 * avalon-framework-4.1.4-2jpp_5fc * avalon-logkit-1.2-2jpp_4fc * bcel-5.1-1jpp_4fc - * classpath-inetlib-1.0-1jpp_1fc + * ccs-0.25-0.1 * classpathx-jaf-1.0-2jpp_3fc * classpathx-mail-1.0-3jpp_1fc + * cman-1.0-0.pre33.2 + * cman-kernel-2.6.11.3-20050425.154843.FC4.5 * compat-gcc-296-2.96-132.fc4 * compat-gcc-32-3.2.3-47.fc4 * compat-readline43-4.3-2 - * cpufreq-utils-0.2-1.1.12 - * cpuspeed-1.2.1-1.19 + * cpufreq-utils-0.2-1.1.14 + * cpuspeed-1.2.1-1.20 * cryptix-3.2.0-4jpp_1fc * cryptix-asn1-20011119-4jpp_1fc * cryptsetup-luks-1.0-1 * dcraw-0.0.20050227-1 - * device-mapper-multipath-0.4.4-0.pre8.0 - * dmidecode-2.6-1.13 - * eclipse-3.1.0_fc-0.M5.17 - * eclipse-bugzilla-0.1.0_fc-9 - * eclipse-cdt-3.0.0_fc-0.M5.3 - * eclipse-changelog-2.0.1_fc-19 - * eclipse-pydev-0.9.0_fc-4 - * evince-0.1.9-1 - * fonts-chinese-2.15-1 + * device-mapper-multipath-0.4.4-2.0 + * dlm-1.0-0.pre21.2 + * dlm-kernel-2.6.11.3-20050425.154843.FC4.6 + * dmidecode-2.6-1.14 + * eclipse-3.1.0_fc-0.M6.14 + * eclipse-bugzilla-0.1.0_fc-14 + * eclipse-cdt-3.0.0_fc-0.M6.5 + * eclipse-changelog-2.0.1_fc-21 + * eclipse-pydev-0.9.3_fc-7 + * evince-0.2.1-1 + * fence-1.27-1 + * fonts-chinese-2.15-2 * fonts-indic-1.9-2 - * fonts-japanese-0.20050222-2 - * fonts-korean-1.0.11-2 - * gjdoc-0.7.3-1 - * gnome-doc-utils-0.1.3-1 - * gnome-menus-2.10.1-1 + * fonts-japanese-0.20050222-3 + * fonts-korean-1.0.11-4 + * GFS-6.1-0.pre22.1 + * GFS-kernel-2.6.11.4-20050503.144108.FC4.1 + * gjdoc-0.7.4-4 + * gnbd-1.0-0.pre13.1 + * gnbd-kernel-2.6.11.2-20050420.133124.FC4.10 + * gnome-doc-utils-0.2.0-2 + * gnome-menus-2.10.1-3 * gnome-python2-extras-2.10.0-2.1 - * gnu-crypto-2.0.1-1jpp_1fc + * gnu-crypto-2.0.1-1jpp_3fc * gnu.getopt-1.0.9-4jpp_1fc + * gulm-1.0-0.pre28.3 * gwenhywfar-1.7.2-2 - * hardlink-1.0-1.11 - * iiimf-12.1.1-11.svn2435 - * ipv6calc-0.48-3 + * hardlink-1.0-1.13 + * iddev-1.9-19 + * iiimf-12.2-0.7.svn2578 + * ipv6calc-0.48-5 * irqbalance-1.12-1.18 * jakarta-commons-beanutils-1.7.0-1jpp_1fc * jakarta-commons-collections-3.1-1jpp_1fc @@ -742,37 +918,45 @@ * jakarta-taglibs-standard-1.1.1-4jpp_1fc * java_cup-0.10-0.k.1jpp_2fc * jdepend-2.6-2jpp_3fc - * jessie-1.0.0-3 + * jessie-1.0.0-6 * jlex-1.2.6-1jpp_2fc - * jsch-0.1.17-2jpp_1fc + * jsch-0.1.18-1jpp_1fc * junit-3.8.1-3jpp_4fc * jzlib-1.0.5-2jpp_1fc * kdeaccessibility-3.4.0-1 * ksh-20050202-1 * latex2html-2002.2.1-1 * ldapjdk-4.17-1jpp_2fc - * libdbi-drivers-0.7.1-2 - * libgconf-java-2.10.0-1 - * libglade-java-2.9.92-1 - * libgnome-java-2.9.92-1 - * libgtk-java-2.6.1.1-1 + * libdbi-drivers-0.7.1-3 + * libgconf-java-2.10.1-1 + * libglade-java-2.10.1-3 + * libgnome-java-2.10.1-1 + * libgtk-java-2.6.2-1 * linux-atm-2.5.0-0.20050118.2 * lksctp-tools-1.0.2-5 * log4j-1.2.8-7jpp_3fc - * longrun-0.9-1.8 - * lvm2-cluster-2.00.29-1.22.FC4 + * longrun-0.9-1.9 + * lvm2-cluster-2.01.09-2.1 + * magma-1.0-0.pre21.4 + * magma-plugins-1.0-0.pre16.11 * mcelog-0.4-1.8 * microcode_ctl-1.11-1.21 - * mod_jk-1.2.6-3jpp_1fc - * mx4j-2.1.0-1jpp_2fc - * mysqlclient10-3.23.58-5 + * mod_jk-1.2.6-3jpp_2fc + * mx4j-2.1.0-1jpp_5fc + * mysqlclient10-3.23.58-6 * openhpi-2.0.3-2 * OpenIPMI-1.4.11-5 * openssl097a-0.9.7a-2 * oro-2.0.8-1jpp_2fc - * poppler-0.1.2-1 + * perl-Archive-Zip-1.14-1 + * perl-Carp-Clan-5.3-1 + * perl-IO-String-1.06-3 + * perl-IO-Zlib-1.04-4 + * perl-Net-Telnet-3.03-4 + * pm-utils-0.01-1 + * poppler-0.3.0-2 * puretls-0.9-0.b4.1jpp_2fc - * python-docs-2.4-102 + * python-docs-2.4.1-1 * python-elementtree-1.2.6-4 * python-numeric-23.7-2 * python-sqlite-1.1.6-1 @@ -780,28 +964,28 @@ * python-urlgrabber-2.9.6-1 * readahead-1.0-1.7 * regexp-1.3-1jpp_4fc - * rng-utils-2.0-1.5 + * rgmanager-1.9.31-0 + * rng-utils-2.0-1.6 * salinfo-0.5-1.4 - * servletapi5-5.0.18-1jpp_3fc * slib-3a1-2 * smartmontools-5.33-1.5 - * sqlite-3.1.2-2 - * struts11-1.1-1jpp_2fc - * system-config-lvm-0.9.22-1.0 + * sqlite-3.1.2-3 + * struts11-1.1-1jpp_4fc + * system-config-lvm-0.9.25-1.0 * texi2html-1.76-2 - * tomcat5-5.0.30-1jpp_2fc - * x86info-1.13-1.9 + * tomcat5-5.0.30-5jpp_1fc + * x86info-1.13-1.10 * xalan-j2-2.6.0-2jpp_1fc - * xen-2-20050403 - * xerces-j2-2.6.2-4jpp_1fc - * xml-commons-1.0-0.b2.6jpp_5fc + * xen-2-20050424 + * xerces-j2-2.6.2-4jpp_4fc + * xml-commons-1.0-0.b2.6jpp_10fc * xml-commons-resolver-1.1-1jpp_4fc === Packages Moved Out Of Core === This is a new section to the release notes. This is based on a -treediff of dist-fc3 and dist-fc4 on 14-MAR-2005. The following -packages have been moved out of core from Fedora Core 4 test 2: +treediff of dist-fc3 and dist-fc4 on 04-MAY-2005. The following +packages have been moved out of core from Fedora Core 4test3: * abiword-2.0.12-3 * aiksaurus-1.2.1-2 @@ -848,10 +1032,12 @@ * grip-3.2.0-3 * gv-3.5.8-29 * im-sdk-12.1-4 + * jcode.pl-2.13-11 * jed-0.99.16-6 * jisksp14-0.1-16 * jisksp16-1990-0.1-16 * kappa20-0.3-15 + * katana-2.0.0-1 * kdetoys-3.3.0-1 * kernel-utils-2.4-13.1.39 * kinput2-v3.1-23 @@ -927,6 +1113,7 @@ * xsnow-1.42-15 * ytalk-3.1.2-1 + == An Overview of the Fedora Project == The goal of the Fedora Project is to work with the Linux community to @@ -947,12 +1134,9 @@ In addition to the website, the following mailing lists are available: * fedora-list at redhat.com -- For users of Fedora Core releases - * fedora-test-list at redhat.com -- For testers of Fedora Core test -releases - * fedora-devel-list at redhat.com -- For developers, developers, -developers - * fedora-docs-list at redhat.com -- For participants of the docs -project + * fedora-test-list at redhat.com -- For testers of Fedora Core test releases + * fedora-devel-list at redhat.com -- For developers, developers, developers + * fedora-docs-list at redhat.com -- For participants of the docs project To subscribe to any of these lists, send an email with the word "subscribe" in the subject to -request (where is Index: fedora-release.spec =================================================================== RCS file: /cvs/fedora/fedora-release/fedora-release.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fedora-release.spec 7 Apr 2005 03:01:03 -0000 1.6 +++ fedora-release.spec 4 May 2005 18:40:31 -0000 1.7 @@ -1,4 +1,4 @@ -%define release_version 3.91 +%define release_version 3.92 %define release_name Pre-FC4 %define builtin_release_version Rawhide %define builtin_release_name Rawhide Index: index.html =================================================================== RCS file: /cvs/fedora/fedora-release/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.html 6 Apr 2005 21:33:20 -0000 1.2 +++ index.html 4 May 2005 18:40:31 -0000 1.3 @@ -57,7 +57,7 @@ FedoraDocsProject.
    -== Fedora Core 4 test 2 Release Notes ==
    += Fedora Core 4test3 Release Notes =
     
     Copyright (c) 2005 Red Hat, Inc.
     
    @@ -66,7 +66,7 @@
     any later version published by the Free Software Foundation; with no
     Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
     copy of the license is available at
    -http://www.gnu.org/licenses/fdl.html.
    +[1]http://www.gnu.org/licenses/fdl.html.
     
     This document may be copied and distributed in any medium, either
     commercially or non-commercially, provided that the GNU Free
    @@ -89,14 +89,13 @@
     All other trademarks and copyrights referred to are the property of
     their respective owners.
     
    -The GPG fingerprint of the "Fedora Project " key
    -is:
    +The GPG fingerprint of the "Fedora Project " key is:
     
     CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2
     
     ---------------------------------------------------------------------------
     
    -         1. Fedora Core 4 test2 Release Notes
    +         1. Fedora Core 4test3 Release Notes
              2. Introduction
              3. Hardware Requirements
                    1. CPU Requirements
    @@ -116,8 +115,7 @@
                    8. Macintosh File Server
                    9. X Window System
                   10. Miscellaneous Notes
    -         8. Packages Added, Moved From Core, Changed, or
    -Deprecated/Nuked
    +         8. Packages Added, Moved From Core, Changed, or Deprecated/Nuked
                    1. Packages Added
                    2. Packages Moved Out Of Core
              9. An Overview of the Fedora Project
    @@ -136,7 +134,7 @@
     For more information, refer to the Fedora Project overview later in
     this document.
     
    -The following topics related to Fedora Core 4 test 2 are covered in this
    +The following topics related to Fedora Core 4test3 are covered in this
     document:
     
         * Introduction (this section)
    @@ -150,29 +148,29 @@
     == Hardware Requirements ==
     
     The following information represents the minimum hardware requirements
    -necessary to successfully install Fedora Core 4 test 2.
    +necessary to successfully install Fedora Core 4test3.
     
    -Note
    +  Note
     
    -The compatibility/availability of other hardware components (such as
    -video and network cards) may be required for specific installation
    -modes and/or post-installation usage.
    +  The compatibility/availability of other hardware components (such as
    +  video and network cards) may be required for specific installation
    +  modes and/or post-installation usage.
     
    -=== CPU Requirements ===
    +===  CPU Requirements ===
     
     This section lists the CPU specifications required by Fedora Core
    -4 test 2.
    +4test3.
     
    -Note
    +  Note
     
    -The following CPU specifications are stated in terms of Intel
    -processors.  Other processors (notably, offerings from AMD, Cyrix, and
    -VIA) that are compatible with and equivalent to the following Intel
    -processors may also be used with Fedora Core.
    +  The following CPU specifications are stated in terms of Intel
    +  processors.  Other processors (notably, offerings from AMD, Cyrix,
    +  and VIA) that are compatible with and equivalent to the following
    +  Intel processors may also be used with Fedora Core.
     
         * Minimum: Pentium-class
     
    -Fedora Core 4 test 2 is optimized for Pentium 4 CPUs, but also supports
    +Fedora Core 4test3 is optimized for Pentium 4 CPUs, but also supports
     earlier CPUs (such as Pentium, Pentium Pro, Pentium II, Pentium III,
     and including AMD and VIA variants). This approach has been taken
     because Pentium-class optimizations actually result in reduced
    @@ -186,18 +184,17 @@
     
     === Hard Disk Space Requirements ===
     
    -This section lists the disk space required to install Fedora Core
    -4 test 2.
    +This section lists the disk space required to install Fedora Core 4test3.
     
    -Note
    +  Note
     
    -The disk space requirements listed below represent the disk space
    -taken up by Fedora Core 4 test 2 after the installation is
    -complete. However, additional disk space is required during the
    -installation to support the installation environment. This additional
    -disk space corresponds to the size of /Fedora/base/stage2.img (on
    -CD-ROM 1) plus the size of the files in /var/lib/rpm on the installed
    -system.
    +  The disk space requirements listed below represent the disk space
    +  taken up by Fedora Core 4test3 after the installation is
    +  complete. However, additional disk space is required during the
    +  installation to support the installation environment. This
    +  additional disk space corresponds to the size of
    +  /Fedora/base/stage2.img (on CD-ROM 1) plus the size of the files in
    +  /var/lib/rpm on the installed system.
     
     In practical terms, this means that as little as an additional 90MB
     can be required for a minimal installation, while as much as an
    @@ -215,7 +212,7 @@
     
     === Memory Requirements ===
     
    -This section lists the memory required to install Fedora Core 4 test 2.
    +This section lists the memory required to install Fedora Core 4test3.
     
       * Minimum for text-mode: 64MB
       * Minimum for graphical: 192MB
    @@ -223,120 +220,167 @@
     
     == Overview of This Release ==
     
    -The following list highlights certain new features of Fedora Core
    -4 test 2:
    +The following list highlights certain new features of Fedora Core 4test3:
     
       * GCC 4.0
       * GNOME 2.10
       * KDE 3.4
    -  * Native Eclipse 3.1M5
    +  * Native Eclipse 3.1M6 - Part of free Java stack
       * MySQL 4.1
       * PHP 5.0
    +  * Xen 2 - Virtualization to run multiple versions of an OS
    +  * GFS 6.1-0.pre22 - Cluster file system
    +  * Evince 0.2.1 - Universal document viewer
    +  * GDM 2.6 - Includes early login capability
    +
    +  * SELinux -- New daemons have been added to the targeted policy.
    +    http://fedora.redhat.com/docs/selinux-faq/ .  This is a list of
    +    daemons protected by the targeted policy:
     
    -  * SELinux -- New daemons have been added to the targeted policy For
    -    more information, refer to the SELinux FAQ at
    -    http://fedora.redhat.com/docs/selinux-faq/ .
    +    * NetworkManager
         * amanda
         * apache
    +    * apmd
    +    * arpwatch
    +    * auditd
    +    * bluetooth
    +    * canna
    +    * cardmgr
    +    * checkpolicy
         * chkpwd
    +    * compat
    +    * comsat
    +    * consoletype
    +    * cpucontrol
    +    * cpuspeed
    +    * crond
         * cups
    +    * cvs
    +    * cyrus
    +    * dbskkd
    +    * dbusd
         * dhcpc
         * dhcpd
         * dictd
    +    * dmidecode
         * dovecot
         * fingerd
    +    * fsadm
         * ftpd
    +    * getty
    +    * hald
    +    * hostname
    +    * hotplug
         * howl
    +    * hwclock
         * i18n_input
         * ifconfig
    +    * inetd
         * init
         * initrc
    -    * inetd
         * innd
         * kerberos
    +    * klogd
         * ktalkd
    +    * kudzu
         * ldconfig
    +    * load_policy
         * login
         * lpd
         * mailman
         * modutil
         * mta
         * mysqld
    -    * NetworkManager
         * named
    +    * netutils
         * nscd
         * ntpd
         * portmap
         * postgresql
    +    * pppd
         * privoxy
         * radius
         * radvd
    +    * restorecon
         * rlogind
         * rpcd
    +    * rpm
         * rshd
         * rsync
         * samba
    +    * saslauthd
    +    * sendmail
    +    * setfiles
         * slapd
         * snmpd
         * squid
    +    * ssh
         * stunnel
         * syslogd
         * telnetd
         * tftpd
    +    * udev
    +    * updfstab
    +    * uucpd
    +    * webalizer
         * winbind
    +    * xdm
         * ypbind
         * ypserv
         * zebra
     
    +
     == Installation-Related Notes ==
     
     This section outlines anything noteworthy that is related to Anaconda
     (the Fedora Core installation program) and installing Fedora Core
    -4 test 2 in general.
    +4test3 in general.
     
    -Note
    +  Note
     
    -If you intend to download the Fedora Core 4 test 2 DVD ISO image, keep
    -in mind that not all file downloading tools can accommodate files
    -larger than 2GB in size. For example, wget will exit with a File size
    -limit exceeded error.
    +  If you intend to download the Fedora Core 4test3 DVD ISO image, keep
    +  in mind that not all file downloading tools can accommodate files
    +  larger than 2GB in size. For example, wget will exit with a File
    +  size limit exceeded error.
     
     The curl and ncftpget file downloading tools do not have this
     limitation, and can successfully download files larger than 2GB.
     
     Bittorrent is another method for downloading large files.
     
    +
     Anaconda Notes
     
       * The Fedora Core installation program has the ability to test the
    -integrity of the installation media. It works with the CD, DVD, hard
    -drive ISO, and NFS ISO installation methods. Red Hat recommends that
    -you test all installation media before starting the installation
    -process, and before reporting any installation-related bugs (many of
    -the bugs reported are actually due to improperly-burned CDs). To use
    -this test, type linux mediacheck at the boot: prompt.
    +    integrity of the installation media. It works with the CD, DVD,
    +    hard drive ISO, and NFS ISO installation methods. Red Hat
    +    recommends that you test all installation media before starting
    +    the installation process, and before reporting any
    +    installation-related bugs (many of the bugs reported are actually
    +    due to improperly-burned CDs). To use this test, type linux
    +    mediacheck at the boot: prompt.
     
       * Memory testing may be performed prior to installing Fedora Core by
    -entering memtest86 at the boot: prompt. This causes the Memtest86
    -standalone memory testing software to run. Memtest86 memory testing
    -continues until the Esc key is pressed.
    +    entering memtest86 at the boot: prompt. This causes the Memtest86
    +    standalone memory testing software to run. Memtest86 memory
    +    testing continues until the Esc key is pressed.
     
     NOTE: You must boot from CD-ROM 1 (or a rescue CD-ROM) in order to use
     this feature.
     
    -  * Fedora Core 4 test 2 supports graphical FTP and HTTP
    -installations. However, due to the necessity of containing the
    -installer image in RAM, only systems with more than 128MB of RAM (or
    -systems booted from CD-ROM 1, which contains the installer image) can
    -use the graphical installer.  Systems with 128MB or less will continue
    -to use the text-based installer.
    +  * Fedora Core 4test3 supports graphical FTP and HTTP
    +    installations. However, due to the necessity of containing the
    +    installer image in RAM, only systems with more than 128MB of RAM
    +    (or systems booted from CD-ROM 1, which contains the installer
    +    image) can use the graphical installer.  Systems with 128MB or
    +    less will continue to use the text-based installer.
     
     == Installation-Related Issues ==
     
       * Certain hardware configurations (particularly those with LCD
    -displays) may experience problems while starting the Fedora Core
    -installation program. In these instances, restart the installation,
    -and add the "nofb" option to the boot command line.
    +    displays) may experience problems while starting the Fedora Core
    +    installation program. In these instances, restart the
    +    installation, and add the "nofb" option to the boot command line.
     
     NOTE: Chinese, Japanese, and Korean graphical installations started
     using the "nofb" option will start in English, and then switch to the
    @@ -344,9 +388,9 @@
     process begins.
     
       * Some Sony VAIO(R) notebook systems may experience problems
    -installing Fedora Core from CD-ROM. If this happens, restart the
    -installation process and add the following option to the boot command
    -line:
    +    installing Fedora Core from CD-ROM. If this happens, restart the
    +    installation process and add the following option to the boot
    +    command line:
     
     pci=off ide1=0x180,0x386
     
    @@ -355,28 +399,28 @@
     first time Fedora Core is booted.
     
       * Serial mice are known to be inoperative during
    -installation. However, there are indications that serial mice work
    -properly in X after the installation has completed. Refer to bug
    -119474 for more information:
    +    installation. However, there are indications that serial mice work
    +    properly in X after the installation has completed. Refer to bug
    +    119474 for more information:
     
     [6]http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474
     
       * There have been issues observed when upgrading Red Hat Linux
    -7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The
    -issue is caused by version overlap between the official Red Hat Linux
    -RPMs (or the ones from the Fedora Project) and the Ximian RPMs. This
    -configuration is not supported. You have several choices in resolving
    -this issue:
    -
    -1) You may remove Ximian GNOME from your system prior to upgrading to
    -Fedora Core.
    -
    -2) You may upgrade your system, and then immediately reinstall Ximian
    -GNOME.
    -
    -3) You may upgrade your system, and then immediately remove all
    -remaining Ximian RPMs, replacing them with the corresponding Fedora
    -Core RPMs.
    +    7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The
    +    issue is caused by version overlap between the official Red Hat
    +    Linux RPMs (or the ones from the Fedora Project) and the Ximian
    +    RPMs. This configuration is not supported. You have several
    +    choices in resolving this issue:
    +
    +    1) You may remove Ximian GNOME from your system prior to upgrading
    +       to Fedora Core.
    +
    +    2) You may upgrade your system, and then immediately reinstall
    +       Ximian GNOME.
    +
    +    3) You may upgrade your system, and then immediately remove all
    +       remaining Ximian RPMs, replacing them with the corresponding
    +       Fedora Core RPMs.
     
     You must resolve the version overlap using one of the above choices.
     Failure to do so will result in an unstable GNOME configuration.
    @@ -384,22 +428,95 @@
     == Package-Specific Notes ==
     
     The following sections contain information regarding packages that
    -have undergone significant changes for Fedora Core 4 test 2. For easier
    +have undergone significant changes for Fedora Core 4test3. For easier
     access, they are organized using the same groups used in Anaconda.
     
     === Base ===
     
     This section contains information related to basic system components.
     
    +
    +auditd and log files
    +
    +The audit daemon, auditd, is now enabled by default.  When auditd is
    +running, the kernel directs audit messages to
    +/var/log/audit/audit.log.  The location of this file is specified in
    +/etc/auditd.conf.
    +
    +AVC messages for SELinux are sent using the audit infrastructure.
    +These messages are now in /var/log/audit/audit.log.
    +
    +When auditd is not running, the kernel passes audit messages to
    +syslog.  These logs are typically kept in /var/log/messages and are
    +viewable using dmesg.
    +
    +Audit extensions are now compiled into PAM.  All programs that do
    +grant entry to the system or change user account attributes will
    +generate an audit message.
    +
    +To enable auditing within the kernel, you must pass the parameter
    +audit=1 to the kernel during boot.  Otherwise, you can use this
    +command to enable auditing during run time:
    +
    +  'auditctl -e 1'
    +
    +
    +LinuxThreads v. NPTL
    +
    +As the next step in removing support for the obsolete LinuxThreads
    +library, code compiled and linked on FC4 now automatically uses the NPTL
    +headers and libraries.  
    +
    +In previous releases, since Red Hat Linux 9, the default was to use
    +LinuxThreads since the interface is mostly forward compatible.  The
    +advantages of the NPTL interface is that the cancellation handling is
    +faster (when -fexception is used, even in C code) and that the
    +additional interfaces are now available without special compiler and
    +linker parameters.  In other words, you do not need to use
    +-I/usr/include/nptl and -L/usr/lib{,64}/nptl any longer.  Note that
    +lib{,64} is to be interpreted as lib64 on platforms which place DSOs
    +in lib64 directories, and lib otherwise.
    +
    +In FC4 it is still possible to create code using the LinuxThreads
    +definitions.  For this the linuxthreads-devel package must be
    +installed and
    +
    +   -I/usr/include/linuxthreads -L/usr/lib{,64}/linuxthreads
    +
    +must be passed to the compiler.
    +
    +At runtime, it used to be possible to use the LD_ASSUME_KERNEL
    +environment variable to select the appropriate version of glibc and the
    +libpthread DSO.  Now it is additionally necessary to specify
    +
    +  LD_LIBRARY_PATH=/lib{,64}/obsolete/linuxthreads
    +
    +in the environment.  This is because the runtime libraries have also
    +been moved out of the way.  There might programs that will not work if
    +the program uses an unfortunate DT_RPATH (which overwrites the
    +LD_LIBRARY_PATH setting).
    +
    +All this makes it more cumbersome to run programs which depend on
    +LinuxThreads.  But this is intentional.  
    +
    +  Important
    +
    +  FC5 will not have LinuxThreads support and all programs have to be
    +  converted to use NPTL by then.
    +
    +In general, conversion to using NPTL has not been an issue.
    +
    +
     slocate database
     
    -The database needed by the locate utility is no longer created by
    -default.  Enable the database creation by setting DAILY_UPDATE to
    -"yes" in /etc/updatedb.conf if you want to use locate.
    +The database needed by the locate utility is no longer created by default.
    +Enable the database creation by setting DAILY_UPDATE to "yes" in
    +/etc/updatedb.conf if you want to use locate.
    +
     
     openssh
     
    -The version of OpenSSH in Fedora Core 4 test 2 contains OpenSSH 3.9
    +The version of OpenSSH in Fedora Core 4test3 contains OpenSSH 3.9
     includes strict permission and ownership checks for the ~/.ssh/config
     file. These checks mean that ssh will exit if this file does not have
     appropriate ownership and permissions.
    @@ -426,51 +543,63 @@
     This section contains the most elemental components of Fedora Core,
     including the kernel.
     
    -  * In order to eliminate the redundancy inherent in providing a
    -separate package for the kernel source code when that source code
    -already exists in the kernel's .src.rpm file, Fedora Core 4 test 2 no
    -longer includes the kernel-source package. Users that require access
    -to the kernel sources can find them in the kernel .src.rpm file. To
    -create an exploded source tree from this file, perform the following
    -steps (note that  refers to the version specification for
    -your currently-running kernel):
     
    -        1. Obtain the kernel-.src.rpm file from one of the
    -following sources:
    +yum
    +
    +The sqllite database is now used by yum, and makes performance
    +noticeably faster.
     
    -          * The SRPMS directory on the appropriate "SRPMS" CD iso
    -image
    +The Fedora Extras repository is now enabled by default.
     
    -          * The FTP site where you got the kernel package
     
    -          * By running the following command:
    +kernel source
     
    -                up2date --get-source kernel
    +In order to eliminate the redundancy inherent in providing a separate
    +package for the kernel source code when that source code already
    +exists in the kernel's .src.rpm file, Fedora Core 4test3 no longer
    +includes the kernel-source package. Users that require access to the
    +kernel sources can find them in the kernel .src.rpm file. To create an
    +exploded source tree from this file, perform the following steps (note
    +that  refers to the version specification for your
    +currently-running kernel):
     
    -        2. Install kernel-.src.rpm (given the default RPM
    -configuration, the files this package contains will be written to
    -/usr/src/redhat/)
    +  1. Obtain the kernel-.src.rpm file from one of the
    +     following sources:
     
    -        3. Change directory to /usr/src/redhat/SPECS/, and issue the
    -following command:
    +     * The SRPMS directory on the appropriate "SRPMS" CD iso image
     
    -        rpmbuild -bp --target= kernel.spec
    +     * The FTP site where you got the kernel package
     
    -        (Where  is the desired target architecture.)
    +     * By running the following command:
     
    -        On a default RPM configuration, the kernel tree will be
    -located in /usr/src/redhat/BUILD/.
    +         up2date --get-source kernel
     
    -        4. In resulting tree, the configurations for the specific
    -kernels shipped in Fedora Core 4 test 2 are in the /configs/
    -directory. For example, the i686 SMP configuration file is named
    -/configs/kernel--i686-smp.config. Issue the following command
    -to place the desired configuration file in the proper place for
    -building:
    +  2. Install kernel-.src.rpm (given the default RPM
    +     configuration, the files this package contains will be written to
    +     /usr/src/redhat/)
    +     
    +       rpm -ivh kernel-.src.rpm
    +
    +  3. Change directory to /usr/src/redhat/SPECS/, and issue the
    +     following command:
    +
    +       rpmbuild -bp --target= kernel.spec
    +
    +       (Where  is the desired target architecture.)
    +
    +     On a default RPM configuration, the kernel tree will be located
    +     in /usr/src/redhat/BUILD/.
    +
    +   4. In resulting tree, the configurations for the specific kernels
    +      shipped in Fedora Core 4test3 are in the /configs/
    +      directory. For example, the i686 SMP configuration file is named
    +      /configs/kernel--i686-smp.config. Issue the following
    +      command to place the desired configuration file in the proper
    +      place for building:
     
             cp  ./.config
     
    -        5. Issue the following command:
    +   5. Issue the following command:
     
             make oldconfig
     
    @@ -484,11 +613,13 @@
     For example, to build the foo.ko module, create the following file
     (named Makefile) in the directory containing the foo.c file:
     
    -obj-m := foo.o
    +obj-m    := foo.o
     
    -KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd)
    +KDIR    := /lib/modules/$(shell uname -r)/build
    +PWD    := $(shell pwd)
     
    -default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
    +default:
    +$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
             
     
     Issue the make command to build the foo.ko module.
    @@ -512,6 +643,17 @@
     
     This section contains information related to Web-related tools.
     
    +
    +mod_perl
    +
    +The "RC5" release of mod_perl 2.0 is now included; the API provided by
    +this release is incompatible with previous 1.99_xx releases.  Please
    +refer to the following document for discussion of how to adapt code to
    +use the new API:
    +
    +   http://perl.apache.org/docs/2.0/rename.html 
    +
    +
     php
     
     Version 5.0 of PHP is now included, which includes a number of changes
    @@ -521,6 +663,10 @@
     
     http://www.php.net/manual/en/migration5.php
     
    +The /usr/bin/php binary is now built using the "CLI" command-line
    +SAPI, rather than the CGI SAPI.  The CGI SAPI is now available as
    +/usr/bin/php-cgi; this binary also includes FastCGI support.
    +
     The following extensions have been added:
     
      * the "mysqli" extension, the newly MySQL interface designed
    @@ -528,22 +674,29 @@
      * the "soap" extension, which can be used to implement a SOAP server
        or client
     
    +The following extensions are now available as optional loadable
    +extensions, rather than being built in to the php binaries:
    +
    + * dba, now available in the php-dba package
    + * bcmath, now available in the php-bcmath package
    +
     === Windows File Server ===
     
     This section contains information related to Samba, software that
     makes it possible to share files between Linux and Windows systems.
     
    +
     samba
     
     Browsing of Windows shares (also known as SMB browsing) fails on
    -Fedora Core 4 test 2 systems that have the standard firewall
    +Fedora Core 4test3 systems that have the standard firewall
     configured. This is most easily noticed in the failure of Nautilus to
     display shares. The failure is due to the firewall disrupting the
     broadcast mode of SMB browsing, which is Samba's default
     setting. There are two workarounds:
     
       * Configure a WINS server on the network, and set the "wins server"
    -option in smb.conf to the address of the WINS server.
    +    option in smb.conf to the address of the WINS server.
     
       * Disable the firewall
     
    @@ -561,25 +714,26 @@
     
     === Macintosh File Server ===
     
    -This section contains information related to netatalk, software that
    +This section contains information related to netatalk, software that 
     makes it possible to share files between Linux and Macintosh systems.
     
    +
     netatalk
     
    -The 2.x version of netatalk uses a different method to store resource
    -forks, and may use a different file name encoding scheme. Upgrading to
    -Fedora Core 4 may result in data loss. Please read the documentation
    -of the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4.
    +The 2.x version of netatalk uses a different method to store resource 
    +forks, and may use a different file name encoding scheme. Upgrading to 
    +Fedora Core 4 may result in data loss. Please read the documentation of 
    +the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4.
     
    -The netatalk upgrade information is available directly from the
    +The netatalk upgrade information is available directly from the 
     netatalk site:
     
     http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html
     
    -It is also included in the netatalk installation for Fedora Core 4,
    -the files are at:
    +It is also included in the netatalk installation for Fedora Core 4, the 
    +files are at:
     
    -/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page
    +/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page 
     25, document page 33.
     
     or
    @@ -594,9 +748,9 @@
     xorg-x11
     
       * Users new to the X.org X11 implementation should take note of a
    -few differences between it and the XFree86.org X11 implementation
    -which shipped in previous Red Hat operating systems. In particular,
    -the names of some files have changed:
    +    few differences between it and the XFree86.org X11 implementation
    +    which shipped in previous Red Hat operating systems. In
    +    particular, the names of some files have changed:
     
     X Server Binary:
     
    @@ -620,13 +774,13 @@
     sure that you are using the correct files.
     
       * There has been some confusion regarding font-related issues under
    -the X Window System in recent versions of Fedora Core (and versions of
    -Red Hat Linux before it.) At the present time, there are two font
    -subsystems, each with different characteristics:
    +    the X Window System in recent versions of Fedora Core (and
    +    versions of Red Hat Linux before it.) At the present time, there
    +    are two font subsystems, each with different characteristics:
     
     - The original (15+ year old) subsystem is referred to as the "core X
    -font subsystem". Fonts rendered by this subsystem are not
    -anti-aliased, are handled by the X server, and have names like:
    +  font subsystem". Fonts rendered by this subsystem are not
    +  anti-aliased, are handled by the X server, and have names like:
     
     -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1
     
    @@ -639,10 +793,10 @@
     Luxi Sans-10
     
       * Over time, fontconfig/Xft will replace the core X font
    -subsystem. At the present time, applications using the Qt 3 or GTK 2
    -toolkits (which would include KDE and GNOME applications) use the
    -fontconfig and Xft font subsystem; almost everything else uses the
    -core X fonts.
    +    subsystem. At the present time, applications using the Qt 3 or GTK
    +    2 toolkits (which would include KDE and GNOME applications) use
    +    the fontconfig and Xft font subsystem; almost everything else uses
    +    the core X fonts.
     
     In the future, Fedora Core may support only fontconfig/Xft in place of
     the XFS font server as the default local font access method.
    @@ -650,29 +804,28 @@
     NOTE: An exception to the font subsystem usage outlined above is
     OpenOffice.org (which uses its own font rendering technology).
     
    -If you wish to add new fonts to your Fedora Core 4 test 2 system, you
    +If you wish to add new fonts to your Fedora Core 4test3 system, you
     must be aware that the steps necessary depend on which font subsystem
     is to use the new fonts. For the core X font subsystem, you must:
     
    -1. Create the /usr/share/fonts/local/ directory (if it doesn't already
    -exist):
    +1. Create the /usr/share/fonts/local/ directory (if it does not
    +   already exist):
     
     mkdir /usr/share/fonts/local/
     
     2. Copy the new font file into /usr/share/fonts/local/
     
     3. Update the font information by issuing the following commands (note
    -that, due to formatting restrictions, the following commands may
    -appear on more than one line; in use, each command should be entered
    -on a single line):
    +   that, due to formatting restrictions, the following commands may
    +   appear on more than one line; in use, each command should be
    +   entered on a single line):
     
    -ttmkfdir -d /usr/share/fonts/local/ -o
    -/usr/share/fonts/local/fonts.scale
    +ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale
     
     mkfontdir /usr/share/fonts/local/
     
     4. If you had to create /usr/share/fonts/local/, you must then add it
    -to the X font server (xfs) path:
    +   to the X font server (xfs) path:
     
     chkfontpath --add /usr/share/fonts/local/
     
    @@ -698,10 +851,10 @@
     the fontconfig font subsystem can use the font.
     
       * Due to the transition to the new font system based on
    -fontconfig/Xft, GTK+ 1.2 applications are not affected by any changes
    -made via the Font Preferences dialog. For these applications, a font
    -can be configured by adding the following lines to the file
    -~/.gtkrc.mine:
    +    fontconfig/Xft, GTK+ 1.2 applications are not affected by any
    +    changes made via the Font Preferences dialog. For these
    +    applications, a font can be configured by adding the following
    +    lines to the file ~/.gtkrc.mine:
     
     style "user-font" {
     
    @@ -709,7 +862,7 @@
     
     }
     
    -widget_class " *" style "user-font"
    +widget_class "  *" style "user-font"
     
     (Where  represents a font specification in the
     style used by traditional X applications, such as
    @@ -720,6 +873,17 @@
     This section contains information related to packages that do not fit
     in any of the proceeding categories.
     
    +  OpenOffice and upgrading test releases
    +
    +If you choose to go counter to the recommendation to *not* upgrade
    +from a previous test release, you may encounter a problem with
    +OpenOffice following the upgrade.
    +
    +To resolve this, you must do the following command *before* doing the
    +upgrade:
    +
    +  rm -rf /usr/lib/openoffice.org*/share/template/*/wizard/bitmap
    +
     
     == Packages Added, Moved From Core, Changed, or Deprecated/Nuked ==
     
    @@ -729,61 +893,73 @@
     This section contains lists of packages that fit into the following
     categories:
     
    -  * Packages that have been added to Fedora Core 4 test 2
    +  * Packages that have been added to Fedora Core 4test3
     
    -  * Packages that have been moved out of Fedora Core 4 test 2
    +  * Packages that have been moved out of Fedora Core 4test3
     
       * Packages that have a changed version since Fedora Core 3
       
       * Packages that have been deprecated, and may be removed from a
    -future
    -    release of Fedora Core
    +    future release of Fedora Core
     
     === Packages Added ===
     
    -The following packages have been added to Fedora Core 4 test 2:
    +The following packages have been added to Fedora Core 4test3.  This is
    +based on a treediff of dist-fc3 and dist-fc4 on 04-MAY-2005:
     
    - * ant-1.6.2-3jpp_2fc
    + * ant-1.6.2-3jpp_5fc
      * antlr-2.7.4-2jpp_1fc
      * aqbanking-1.0.4beta-2
      * aqhbci-1.0.2beta-2
    + * aspell-is-0.51.1-1
      * avalon-framework-4.1.4-2jpp_5fc
      * avalon-logkit-1.2-2jpp_4fc
      * bcel-5.1-1jpp_4fc
    - * classpath-inetlib-1.0-1jpp_1fc
    + * ccs-0.25-0.1
      * classpathx-jaf-1.0-2jpp_3fc
      * classpathx-mail-1.0-3jpp_1fc
    + * cman-1.0-0.pre33.2
    + * cman-kernel-2.6.11.3-20050425.154843.FC4.5
      * compat-gcc-296-2.96-132.fc4
      * compat-gcc-32-3.2.3-47.fc4
      * compat-readline43-4.3-2
    - * cpufreq-utils-0.2-1.1.12
    - * cpuspeed-1.2.1-1.19
    + * cpufreq-utils-0.2-1.1.14
    + * cpuspeed-1.2.1-1.20
      * cryptix-3.2.0-4jpp_1fc
      * cryptix-asn1-20011119-4jpp_1fc
      * cryptsetup-luks-1.0-1
      * dcraw-0.0.20050227-1
    - * device-mapper-multipath-0.4.4-0.pre8.0
    - * dmidecode-2.6-1.13
    - * eclipse-3.1.0_fc-0.M5.17
    - * eclipse-bugzilla-0.1.0_fc-9
    - * eclipse-cdt-3.0.0_fc-0.M5.3
    - * eclipse-changelog-2.0.1_fc-19
    - * eclipse-pydev-0.9.0_fc-4
    - * evince-0.1.9-1
    - * fonts-chinese-2.15-1
    + * device-mapper-multipath-0.4.4-2.0
    + * dlm-1.0-0.pre21.2
    + * dlm-kernel-2.6.11.3-20050425.154843.FC4.6
    + * dmidecode-2.6-1.14
    + * eclipse-3.1.0_fc-0.M6.14
    + * eclipse-bugzilla-0.1.0_fc-14
    + * eclipse-cdt-3.0.0_fc-0.M6.5
    + * eclipse-changelog-2.0.1_fc-21
    + * eclipse-pydev-0.9.3_fc-7
    + * evince-0.2.1-1
    + * fence-1.27-1
    + * fonts-chinese-2.15-2
      * fonts-indic-1.9-2
    - * fonts-japanese-0.20050222-2
    - * fonts-korean-1.0.11-2
    - * gjdoc-0.7.3-1
    - * gnome-doc-utils-0.1.3-1
    - * gnome-menus-2.10.1-1
    + * fonts-japanese-0.20050222-3
    + * fonts-korean-1.0.11-4
    + * GFS-6.1-0.pre22.1
    + * GFS-kernel-2.6.11.4-20050503.144108.FC4.1
    + * gjdoc-0.7.4-4
    + * gnbd-1.0-0.pre13.1
    + * gnbd-kernel-2.6.11.2-20050420.133124.FC4.10
    + * gnome-doc-utils-0.2.0-2
    + * gnome-menus-2.10.1-3
      * gnome-python2-extras-2.10.0-2.1
    - * gnu-crypto-2.0.1-1jpp_1fc
    + * gnu-crypto-2.0.1-1jpp_3fc
      * gnu.getopt-1.0.9-4jpp_1fc
    + * gulm-1.0-0.pre28.3
      * gwenhywfar-1.7.2-2
    - * hardlink-1.0-1.11
    - * iiimf-12.1.1-11.svn2435
    - * ipv6calc-0.48-3
    + * hardlink-1.0-1.13
    + * iddev-1.9-19
    + * iiimf-12.2-0.7.svn2578
    + * ipv6calc-0.48-5
      * irqbalance-1.12-1.18
      * jakarta-commons-beanutils-1.7.0-1jpp_1fc
      * jakarta-commons-collections-3.1-1jpp_1fc
    @@ -801,37 +977,45 @@
      * jakarta-taglibs-standard-1.1.1-4jpp_1fc
      * java_cup-0.10-0.k.1jpp_2fc
      * jdepend-2.6-2jpp_3fc
    - * jessie-1.0.0-3
    + * jessie-1.0.0-6
      * jlex-1.2.6-1jpp_2fc
    - * jsch-0.1.17-2jpp_1fc
    + * jsch-0.1.18-1jpp_1fc
      * junit-3.8.1-3jpp_4fc
      * jzlib-1.0.5-2jpp_1fc
      * kdeaccessibility-3.4.0-1
      * ksh-20050202-1
      * latex2html-2002.2.1-1
      * ldapjdk-4.17-1jpp_2fc
    - * libdbi-drivers-0.7.1-2
    - * libgconf-java-2.10.0-1
    - * libglade-java-2.9.92-1
    - * libgnome-java-2.9.92-1
    - * libgtk-java-2.6.1.1-1
    + * libdbi-drivers-0.7.1-3
    + * libgconf-java-2.10.1-1
    + * libglade-java-2.10.1-3
    + * libgnome-java-2.10.1-1
    + * libgtk-java-2.6.2-1
      * linux-atm-2.5.0-0.20050118.2
      * lksctp-tools-1.0.2-5
      * log4j-1.2.8-7jpp_3fc
    - * longrun-0.9-1.8
    - * lvm2-cluster-2.00.29-1.22.FC4
    + * longrun-0.9-1.9
    + * lvm2-cluster-2.01.09-2.1
    + * magma-1.0-0.pre21.4
    + * magma-plugins-1.0-0.pre16.11
      * mcelog-0.4-1.8
      * microcode_ctl-1.11-1.21
    - * mod_jk-1.2.6-3jpp_1fc
    - * mx4j-2.1.0-1jpp_2fc
    - * mysqlclient10-3.23.58-5
    + * mod_jk-1.2.6-3jpp_2fc
    + * mx4j-2.1.0-1jpp_5fc
    + * mysqlclient10-3.23.58-6
      * openhpi-2.0.3-2
      * OpenIPMI-1.4.11-5
      * openssl097a-0.9.7a-2
      * oro-2.0.8-1jpp_2fc
    - * poppler-0.1.2-1
    + * perl-Archive-Zip-1.14-1
    + * perl-Carp-Clan-5.3-1
    + * perl-IO-String-1.06-3
    + * perl-IO-Zlib-1.04-4
    + * perl-Net-Telnet-3.03-4
    + * pm-utils-0.01-1
    + * poppler-0.3.0-2
      * puretls-0.9-0.b4.1jpp_2fc
    - * python-docs-2.4-102
    + * python-docs-2.4.1-1
      * python-elementtree-1.2.6-4
      * python-numeric-23.7-2
      * python-sqlite-1.1.6-1
    @@ -839,28 +1023,28 @@
      * python-urlgrabber-2.9.6-1
      * readahead-1.0-1.7
      * regexp-1.3-1jpp_4fc
    - * rng-utils-2.0-1.5
    + * rgmanager-1.9.31-0
    + * rng-utils-2.0-1.6
      * salinfo-0.5-1.4
    - * servletapi5-5.0.18-1jpp_3fc
      * slib-3a1-2
      * smartmontools-5.33-1.5
    - * sqlite-3.1.2-2
    - * struts11-1.1-1jpp_2fc
    - * system-config-lvm-0.9.22-1.0
    + * sqlite-3.1.2-3
    + * struts11-1.1-1jpp_4fc
    + * system-config-lvm-0.9.25-1.0
      * texi2html-1.76-2
    - * tomcat5-5.0.30-1jpp_2fc
    - * x86info-1.13-1.9
    + * tomcat5-5.0.30-5jpp_1fc
    + * x86info-1.13-1.10
      * xalan-j2-2.6.0-2jpp_1fc
    - * xen-2-20050403
    - * xerces-j2-2.6.2-4jpp_1fc
    - * xml-commons-1.0-0.b2.6jpp_5fc
    + * xen-2-20050424
    + * xerces-j2-2.6.2-4jpp_4fc
    + * xml-commons-1.0-0.b2.6jpp_10fc
      * xml-commons-resolver-1.1-1jpp_4fc
     
     === Packages Moved Out Of Core ===
     
     This is a new section to the release notes.  This is based on a
    -treediff of dist-fc3 and dist-fc4 on 14-MAR-2005.  The following
    -packages have been moved out of core from Fedora Core 4 test 2:
    +treediff of dist-fc3 and dist-fc4 on 04-MAY-2005.  The following
    +packages have been moved out of core from Fedora Core 4test3:
     
      * abiword-2.0.12-3
      * aiksaurus-1.2.1-2
    @@ -907,10 +1091,12 @@
      * grip-3.2.0-3
      * gv-3.5.8-29
      * im-sdk-12.1-4
    + * jcode.pl-2.13-11
      * jed-0.99.16-6
      * jisksp14-0.1-16
      * jisksp16-1990-0.1-16
      * kappa20-0.3-15
    + * katana-2.0.0-1
      * kdetoys-3.3.0-1
      * kernel-utils-2.4-13.1.39
      * kinput2-v3.1-23
    @@ -986,6 +1172,7 @@
      * xsnow-1.42-15
      * ytalk-3.1.2-1
     
    +
     == An Overview of the Fedora Project ==
     
     The goal of the Fedora Project is to work with the Linux community to
    @@ -1006,12 +1193,9 @@
     In addition to the website, the following mailing lists are available:
     
       * fedora-list at redhat.com -- For users of Fedora Core releases
    -  * fedora-test-list at redhat.com -- For testers of Fedora Core test
    -releases
    -  * fedora-devel-list at redhat.com -- For developers, developers,
    -developers
    -  * fedora-docs-list at redhat.com -- For participants of the docs
    -project
    +  * fedora-test-list at redhat.com -- For testers of Fedora Core test releases
    +  * fedora-devel-list at redhat.com -- For developers, developers, developers
    +  * fedora-docs-list at redhat.com -- For participants of the docs project
     
     To subscribe to any of these lists, send an email with the word
     "subscribe" in the subject to -request (where  is
    
    
    
    From fedora-extras-commits at redhat.com  Wed May  4 18:45:33 2005
    From: fedora-extras-commits at redhat.com (Bill Nottingham (notting))
    Date: Wed,  4 May 2005 14:45:33 -0400
    Subject: fedora-release Makefile,NONE,1.1
    Message-ID: <200505041845.j44IjXpN012106@cvs-int.fedora.redhat.com>
    
    Author: notting
    
    Update of /cvs/fedora/fedora-release
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12099
    
    Added Files:
    	Makefile 
    Log Message:
    add semi-standard makefile
    
    
    
    --- NEW FILE Makefile ---
    VERSION=$(shell awk '/%define release_version/ { print $$3 }' fedora-release.spec)
    
    CVSROOT = $(shell cat CVS/Root 2>/dev/null || :)
    
    CVSTAG = V$(subst .,-,$(VERSION))
    
    all:
    
    tag-archive:
    	@cvs -Q tag -F $(CVSTAG)
    
    create-archive:
    	@rm -rf /tmp/fedora-release
    	@cd /tmp ; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) fedora-release || echo "Um... export aborted."
    	@mv /tmp/fedora-release /tmp/fedora-release-$(VERSION)
    	@cd /tmp ; tar -czSpf fedora-release-$(VERSION).tar.gz fedora-release-$(VERSION)
    	@rm -rf /tmp/fedora-release-$(VERSION)
    	@cp /tmp/fedora-release-$(VERSION).tar.gz .
    	@rm -f /tmp/fedora-release-$(VERSION).tar.gz
    	@echo ""
    	@echo "The final archive is in fedora-release-$(VERSION).tar.gz"
    
    archive: tag-archive create-archive
    
    
    
    From fedora-extras-commits at redhat.com  Wed May  4 19:21:02 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Wed,  4 May 2005 15:21:02 -0400
    Subject: rpms/ccache/devel ccache.spec,1.8,1.9
    Message-ID: <200505041921.j44JL2MM013188@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/rpms/ccache/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13171
    
    Modified Files:
    	ccache.spec 
    Log Message:
    Auto-symlink update for FC4.
    
    
    Index: ccache.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/ccache/devel/ccache.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- ccache.spec	6 Apr 2005 22:11:33 -0000	1.8
    +++ ccache.spec	4 May 2005 19:21:00 -0000	1.9
    @@ -1,16 +1,15 @@
    -%define compilers gcc g++ cc c++ gcc296 g++296 gcc32 kgcc egcs egcs++ gcc3 g++3 gcc-ssa g++-ssa gcc34 c++34 g++34 gcc33 c++33 g++33 gcc4 g++4 c++4
    -%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, gcc32, gcc3, gcc3-c++, kgcc, compat-egcs, compat-egcs-c++, egcs, egcs-c++, gcc-ssa, gcc-c++-ssa, gcc34, gcc34-c++, gcc4, gcc4-c++
    +%define compilers gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34
    +%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, compat-gcc-32, compat-gcc-32-c++, gcc34, gcc34-c++
     
     Name:		ccache
     Version:	2.4
     Release:	2
    -
    -Summary:	Compiler cache
    +Summary:	C/C++ compiler cache
     
     Group:		Development/Tools
     License:	GPL
     URL:		http://ccache.samba.org/
    -Source0:	http://ccache.samba.org/ftp/ccache/ccache-2.4.tar.gz
    +Source0:	http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz
     Patch0:		%{name}-html-links.patch
     BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    @@ -85,6 +84,10 @@
     
     
     %changelog
    +* Sun May  1 2005 Ville Skytt??  - 2.4-2
    +- Auto-symlink update: add compat-gcc-32 and compat-gcc-32-c++, drop
    +  bunch of no longer relevant compilers.
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    
    From fedora-extras-commits at redhat.com  Wed May  4 19:53:54 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Wed,  4 May 2005 15:53:54 -0400
    Subject: rpms/ccache/devel ccache.spec,1.9,1.10
    Message-ID: <200505041953.j44JrsTw013309@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/rpms/ccache/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13292
    
    Modified Files:
    	ccache.spec 
    Log Message:
    ...
    
    
    Index: ccache.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/ccache/devel/ccache.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- ccache.spec	4 May 2005 19:21:00 -0000	1.9
    +++ ccache.spec	4 May 2005 19:53:51 -0000	1.10
    @@ -3,7 +3,7 @@
     
     Name:		ccache
     Version:	2.4
    -Release:	2
    +Release:	3
     Summary:	C/C++ compiler cache
     
     Group:		Development/Tools
    @@ -84,11 +84,11 @@
     
     
     %changelog
    -* Sun May  1 2005 Ville Skytt??  - 2.4-2
    +* Sun May  1 2005 Ville Skytt??  - 2.4-3
     - Auto-symlink update: add compat-gcc-32 and compat-gcc-32-c++, drop
       bunch of no longer relevant compilers.
     
    -* Fri Apr  7 2005 Michael Schwendt 
    +* Fri Apr  7 2005 Michael Schwendt  - 2.4-2
     - rebuilt
     
     * Sun Sep 26 2004 Ville Skytt??  - 0:2.4-0.fdr.1
    
    
    
    From fedora-extras-commits at redhat.com  Wed May  4 21:02:38 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Wed,  4 May 2005 17:02:38 -0400
    Subject: common tobuild,1.132,1.133
    Message-ID: <200505042102.j44L2c57015717@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15700
    
    Modified Files:
    	tobuild 
    Log Message:
    
    remove built items
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.132
    retrieving revision 1.133
    diff -u -r1.132 -r1.133
    --- tobuild	4 May 2005 15:05:44 -0000	1.132
    +++ tobuild	4 May 2005 21:02:36 -0000	1.133
    @@ -1,13 +1,6 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -skvidal	rpms/perl-IO-Tty/devel	perl-IO-Tty-1_02-3	development
    -skvidal	rpms/exim-doc/devel	exim-doc-4_50-1	development
    -skvidal	rpms/R-gnomeGUI/devel	R-gnomeGUI-2_1_0-3_fc4	development
    -skvidal	rpms/ulogd/devel	ulogd-1_23-1_fc4	development
    -skvidal	rpms/putty/devel	putty-0_58-1	development
    -skvidal	rpms/p7zip/devel	p7zip-4_16-1	development
    -skvidal	rpms/js/devel	js-1_5-0_rc6a_6	development
     skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
     skvidal	rpms/x3270/devel	x3270-3_3_4-3	development
     skvidal	rpms/freeciv/devel	freeciv-2_0_1-1_fc4	development
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 04:15:37 2005
    From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep))
    Date: Thu,  5 May 2005 00:15:37 -0400
    Subject: rpms/pam_mount import.log,1.5,1.6
    Message-ID: <200505050415.j454Fbhw022858@cvs-int.fedora.redhat.com>
    
    Author: mikep
    
    Update of /cvs/extras/rpms/pam_mount
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22828
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import pam_mount-0.9.23-1 on branch devel from pam_mount-0.9.23-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/import.log,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- import.log	3 May 2005 17:21:37 -0000	1.5
    +++ import.log	5 May 2005 04:15:35 -0000	1.6
    @@ -2,3 +2,4 @@
     pam_mount-0_9_23-0_fdr_1:HEAD:pam_mount-0.9.23-0.fdr.1.src.rpm:1115084281
     pam_mount-0_9_23-0_fdr_1:FC-3:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140626
     pam_mount-0_9_23-0_fdr_1:FC-1:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140797
    +pam_mount-0_9_23-1:HEAD:pam_mount-0.9.23-1.src.rpm:1115266422
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 04:15:37 2005
    From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep))
    Date: Thu,  5 May 2005 00:15:37 -0400
    Subject: rpms/pam_mount/devel pam_mount.spec,1.5,1.6 sources,1.3,1.4
    Message-ID: <200505050415.j454FcPb022865@cvs-int.fedora.redhat.com>
    
    Author: mikep
    
    Update of /cvs/extras/rpms/pam_mount/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22828/devel
    
    Modified Files:
    	pam_mount.spec sources 
    Log Message:
    auto-import pam_mount-0.9.23-1 on branch devel from pam_mount-0.9.23-1.src.rpm
    
    
    Index: pam_mount.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/devel/pam_mount.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- pam_mount.spec	3 May 2005 01:39:43 -0000	1.5
    +++ pam_mount.spec	5 May 2005 04:15:35 -0000	1.6
    @@ -1,12 +1,10 @@
    -%define rel 0.fdr.1
    -
     Summary: A PAM module that can mount volumes for a user session
     Name: pam_mount
     Version: 0.9.23
    -Release: %rel
    +Release: 1
     License: LGPL
     Group: System Environment/Base
    -Source: http://www.flyn.org/projects/%name/%name-%{PACKAGE_VERSION}.tar.gz
    +Source: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     URL: http://www.flyn.org
     Requires: pam
    @@ -97,6 +95,15 @@
     
     
     %changelog
    +* Wed May 04 2005 W. Michael Petullo  - 0.9.23-1
    +   - Updated to pam_mount 0.9.23.
    +
    +   - Remove fdr from version.
    +
    +   - Get rid of rel variable.
    +
    +   - %{PACKAGE_VERSION} to %{name}-%{version}.
    +
     * Thu Feb 10 2005 W. Michael Petullo  - 0.9.22-0.fdr.1
        - Updated to pam_mount 0.9.22.
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/devel/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	3 May 2005 01:39:43 -0000	1.3
    +++ sources	5 May 2005 04:15:35 -0000	1.4
    @@ -1 +1 @@
    -bd6fdd953495d8661036f72e177aa0c2  pam_mount-0.9.23.tar.gz
    +39077d8123d8914c29b3be70a3236f2c  pam_mount-0.9.23.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 04:16:54 2005
    From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep))
    Date: Thu,  5 May 2005 00:16:54 -0400
    Subject: rpms/pam_mount import.log,1.6,1.7
    Message-ID: <200505050416.j454Gs9S022977@cvs-int.fedora.redhat.com>
    
    Author: mikep
    
    Update of /cvs/extras/rpms/pam_mount
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22947
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import pam_mount-0.9.23-1 on branch FC-3 from pam_mount-0.9.23-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/import.log,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- import.log	5 May 2005 04:15:35 -0000	1.6
    +++ import.log	5 May 2005 04:16:52 -0000	1.7
    @@ -3,3 +3,4 @@
     pam_mount-0_9_23-0_fdr_1:FC-3:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140626
     pam_mount-0_9_23-0_fdr_1:FC-1:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140797
     pam_mount-0_9_23-1:HEAD:pam_mount-0.9.23-1.src.rpm:1115266422
    +pam_mount-0_9_23-1:FC-3:pam_mount-0.9.23-1.src.rpm:1115266499
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 04:16:54 2005
    From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep))
    Date: Thu,  5 May 2005 00:16:54 -0400
    Subject: rpms/pam_mount/FC-3 pam_mount.spec,1.3,1.4 sources,1.3,1.4
    Message-ID: <200505050416.j454Gs4u022984@cvs-int.fedora.redhat.com>
    
    Author: mikep
    
    Update of /cvs/extras/rpms/pam_mount/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22947/FC-3
    
    Modified Files:
    	pam_mount.spec sources 
    Log Message:
    auto-import pam_mount-0.9.23-1 on branch FC-3 from pam_mount-0.9.23-1.src.rpm
    
    
    Index: pam_mount.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/FC-3/pam_mount.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- pam_mount.spec	3 May 2005 17:18:47 -0000	1.3
    +++ pam_mount.spec	5 May 2005 04:16:52 -0000	1.4
    @@ -1,12 +1,10 @@
    -%define rel 0.fdr.1
    -
     Summary: A PAM module that can mount volumes for a user session
     Name: pam_mount
     Version: 0.9.23
    -Release: %rel
    +Release: 1
     License: LGPL
     Group: System Environment/Base
    -Source: http://www.flyn.org/projects/%name/%name-%{PACKAGE_VERSION}.tar.gz
    +Source: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     URL: http://www.flyn.org
     Requires: pam
    @@ -97,6 +95,15 @@
     
     
     %changelog
    +* Wed May 04 2005 W. Michael Petullo  - 0.9.23-1
    +   - Updated to pam_mount 0.9.23.
    +
    +   - Remove fdr from version.
    +
    +   - Get rid of rel variable.
    +
    +   - %{PACKAGE_VERSION} to %{name}-%{version}.
    +
     * Thu Feb 10 2005 W. Michael Petullo  - 0.9.22-0.fdr.1
        - Updated to pam_mount 0.9.22.
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/FC-3/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	3 May 2005 17:18:47 -0000	1.3
    +++ sources	5 May 2005 04:16:52 -0000	1.4
    @@ -1 +1 @@
    -bd6fdd953495d8661036f72e177aa0c2  pam_mount-0.9.23.tar.gz
    +39077d8123d8914c29b3be70a3236f2c  pam_mount-0.9.23.tar.gz
    
    
    
    From rc040203 at freenet.de  Thu May  5 04:56:25 2005
    From: rc040203 at freenet.de (Ralf Corsepius)
    Date: Thu, 05 May 2005 06:56:25 +0200
    Subject: rpms/pam_mount/FC-3 pam_mount.spec,1.3,1.4 sources,1.3,1.4
    In-Reply-To: <200505050416.j454Gs4u022984@cvs-int.fedora.redhat.com>
    References: <200505050416.j454Gs4u022984@cvs-int.fedora.redhat.com>
    Message-ID: <1115268985.24385.681.camel@mccallum.corsepiu.local>
    
    On Thu, 2005-05-05 at 00:16 -0400, W. Michael Petullo wrote:
    > Author: mikep
    
    > Index: pam_mount.spec
    > ===================================================================
    > RCS file: /cvs/extras/rpms/pam_mount/FC-3/pam_mount.spec,v
    
    > -Release: %rel
    > +Release: 1
    
    This release-tag conflicts with the release-tag you are using for the
    spec in devel.
    
    The release-tag in devel must be greater than that on FC-3. ATM, both
    are set to "1".
    
    Ralf
    
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 08:07:05 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 04:07:05 -0400
    Subject: extras-buildsys-temp/automation - New directory
    Message-ID: <200505050807.j458754U027609@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27598/automation
    
    Log Message:
    Directory /cvs/fedora/extras-buildsys-temp/automation added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 08:07:43 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 04:07:43 -0400
    Subject: extras-buildsys-temp/automation README, NONE, 1.1 archwelder.py,
    	NONE, 1.1 aw-server.py, NONE, 1.1 buildqueue.py, NONE, 1.1
    Message-ID: <200505050807.j4587hGc027634@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27622
    
    Added Files:
    	README archwelder.py aw-server.py buildqueue.py 
    Log Message:
    
    add the automation bits to the automation dir
    
    
    
    --- NEW FILE README ---
    These are the scripts used to automate the fedora extras build system.
    They use the cvs infrastructure to obtain and build packages. For 
    more information on these scripts contact skvidal at fedoraproject.org or
    see the fedora buildsys-list.
    
    skvidal
    5/5/2005
    
    
    --- NEW FILE archwelder.py ---
    #!/usr/bin/python -t
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU Library General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    # copyright 2005 Duke University
    # written by Seth Vidal
    
    # TODO: xml-rpc communication using 2-way ssl-cert-verified xmlrpc connection
    # TODO: config from file not cli
    
    
    import SimpleXMLRPCServer
    import xmlrpclib
    import socket
    import os
    import popen2
    import sha
    import time
    import base64
    
    DEBUG = False
    def debugprint(stuff=''):
        if DEBUG:
            print stuff
    
    def log(stuff=''):
        print stuff
    
    class ArchWelderMach:
        """puts things together for an arch - baseclass for handling builds for 
           other arches"""
    
        def die(self, sig=15):
            os.kill(self.pobj.pid, sig)
            return True
    
        def _unlock(self):
            cmd = '%s /usr/bin/mach -r %s unlock' % (self.arch_command, self.buildroot)
            self.pobj = popen2.Popen4(cmd=cmd)
            self._status = 'unlocking'
            while self.pobj.poll() == -1:
                debugprint('still running unlock')
                time.sleep(10)
    
        def _clean(self):
            cmd = '%s /usr/bin/mach -r %s clean' % (self.arch_command, self.buildroot)
            self.pobj = popen2.Popen4(cmd=cmd)
            self._status = 'cleaning'
            while self.pobj.poll() == -1:
                debugprint('still running clean')
                time.sleep(10)
            
        
        def _prep(self):
            cmd = '%s /usr/bin/mach -r %s setup prep' % (self.arch_command, self.buildroot)
            self.pobj = popen2.Popen4(cmd=cmd)
            self._status = 'prep'
            while self.pobj.poll() == -1:
                debugprint('still running prep')
                time.sleep(10)
            
        def build(self):
            # check for existence of srpm before going on
            self._unlock()
            self._clean()
            self._prep()
            os.chdir(self.mydir + '/' + self.buildarch)
            cmd = '%s /usr/bin/mach -r %s -c rebuild %s' % (self.arch_command, self.buildroot, self.srpm)
            self.pobj = popen2.Popen4(cmd=cmd)
            self._status = 'building'
            return self.status()
    
        def status(self):
            return self.pobj.poll()
    
        def logs(self):
            self._output.extend(self.pobj.fromchild.readlines())
            return self._output
            
    
    class i386Arch(ArchWelderMach):
        def __init__(self, srpm, target, mydir, buildarch='i386'):
            self._status = None
            self.target = target
            self.mydir = mydir
            self.buildroot = 'fedora-%s-i386-core' % (target)
            self.srpm = srpm
            self.buildarch = buildarch
            self.arch_command = '/usr/bin/setarch i686'
            self._output = []
    
    
    class x86_64Arch(ArchWelderMach):
        def __init__(self, srpm, target, mydir, buildarch='x86_64'):
            self._status = None
            self.target = target
            self.mydir = mydir
            self.buildroot = 'fedora-%s-x86_64-core' % (target)
            self.srpm = srpm
            self.buildarch = buildarch
            self.arch_command = ''
            self._output = []
    
    class PPCArch(ArchWelderMach):
        def __init__(self, srpm, target, mydir, buildarch='ppc'):
            self._status = None
            self.target = target
            self.mydir = mydir
            self.buildroot = 'fedora-%s-ppc-core' % (target)
            self.srpm = srpm
            self.buildarch = buildarch
            self.arch_command = ''
            self._output = []
    
    class PPC64Arch(ArchWelderMach):
        def __init__(self, srpm, target, mydir, buildarch='ppc64'):
            self._status = None
            self.target = target
            self.mydir = mydir
            self.buildroot = 'fedora-%s-ppc64-core' % (target)
            self.srpm = srpm
            self.buildarch = buildarch
            self.arch_command = ''
            self._output = []
    
    class XMLArchWelder:
        """ this class handles all xmlrpc connections transparently to the 
            calling functions"""
            
        def __init__(self, srpm, target, mydir, buildarch):
            self._status = None
            self.target = target
            self.mydir = mydir
            self.buildroot = 'fedora-%s-ppc-core' % (target)
            self.srpm = srpm
            self.buildarch = buildarch
            self.arch_command = ''
            self._output = []
            self.uniqid = None
            self.ourservers = {'ppc':'http://ppcextras.linux.duke.edu:8888'}
            self.rpc = xmlrpclib.Server(self.ourservers[self.buildarch])
        
        def build(self):
            self.uniqid = self.rpc.start(self.srpm, self.target, self.mydir, self.buildarch)
        
        def status(self):
            return self.rpc.status(self.uniqid)
        
        def die(self):
            return self.rpc.die(self.uniqid)
        
        def logs(self):
            result = []
            enclogs =  self.rpc.logs(self.uniqid)
            for line in enclogs:
                txt = base64.decodestring(line)
                result.append(txt)
            return result
        
    
    def myArchWelder(srpm, target, mydir, buildarch, localarches):
        """hand it an arch it hands you back the archwelder instance you need"""
        
        welder_dict = {'i386':i386Arch,
                       'i486':i386Arch,
                       'i586':i386Arch,
                       'i686':i386Arch,
                       'athlon':i386Arch,
                       'x86_64':x86_64Arch,
                       'amd64':x86_64Arch,
                       'ia32e':x86_64Arch,
                       'ppc':PPCArch,
                       'ppc32':PPCArch,
                       'ppc64':PPC64Arch,
                       }
    
        if not welder_dict.has_key(buildarch):
            # raise an exception here bitching about no place to build for that arch
            pass 
    
        if buildarch == 'noarch':
            if len(localarches) > 0:
                welder = welder_dict[localarches[0]] # whatever our first localarch is, fine
            else:
                welder = XMLArchWelder
        else:
            if buildarch in localarches:
                welder = welder_dict[buildarch]
            else:
                welder = XMLArchWelder
        
        awp = welder(srpm, target, mydir, buildarch)
        return awp
        
    class XMLRPCArchWelderServer:
        def __init__(self, localarches):
            self.ids = {} # unique id => awclass instance
            self.localarches = localarches
            
        def start(self, srpm, target, stagedir, buildarch):
            check = '%s %s %s' % (srpm, target, buildarch)
            sum = sha.new()
            sum.update(check)
            uniqid = sum.hexdigest()
            awp = myArchWelder(srpm, target, stagedir, buildarch, self.localarches)
            self.ids[uniqid] = awp
            awp.build()
            log("Build request for %s on %s arch %s" % (srpm, target, buildarch))
            return uniqid
    
        def status(self, uniqid=None):
            awp = self.ids[uniqid]
            return awp.status()
        
        def die(self, uniqid=None):
            awp = self.ids[uniqid]
            return awp.die()
        
        def logs(self, uniqid=None):
            awp = self.ids[uniqid]
            result = []
            for line in awp.logs():
                enc = base64.encodestring(line)
                result.append(enc)
            return result
        
        def listjobs(self):
            return self.ids.keys()
    
    def start_xml_server(hostname, localarches=['ppc']):
        server = SimpleXMLRPCServer.SimpleXMLRPCServer((hostname, 8888))
        server.register_instance(XMLRPCArchWelderServer(localarches))
        server.serve_forever()
    
    
    --- NEW FILE aw-server.py ---
    #!/usr/bin/python
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU Library General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    # copyright 2005 Duke University
    # written by Seth Vidal
    
    import archwelder
    import sys
    import string
    
    
    if len(sys.argv) < 2:
        print "Error: need hostname and list of arches buildable on this system\n\n"
        sys.exit(1)
    
    hostname = sys.argv[1] 
    arches = sys.argv[2:]
    
    print 'Binding on %s with arches: %s' % (hostname, string.join(arches))
    archwelder.start_xml_server(hostname, arches)
    
    
    --- NEW FILE buildqueue.py ---
    #!/usr/bin/python
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU Library General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    # copyright 2005 Duke University
    # written by Seth Vidal
    
    
    # TODO: update the 'tobuild' file with the status
    # TODO: write the status files out per-dir
    # TODO: Logfile for queuer/monitor to track status w/o debugprint
    # TODO: file output configuration from config file
    # TODO: After a successful build we should look through the active and failed
    #       dirs and look for empty 'name' dirs and remove them
    
    import os
    import os.path
    import sys
    import commands
    import time
    import popen2
    import rpmUtils
    import exceptions
    import shutil
    import tempfile
    import smtplib
    from email.MIMEText import MIMEText
    import string
    
    import archwelder
    
    DEBUG = False
    def debugprint(stuff=''):
        if DEBUG:
            print stuff
    
    def log(stuff=''):
        print stuff
    
    tmpdir = '/var/tmp'
    cvscmd = '/usr/bin/cvs'
    makecmd = '/usr/bin/make'
    poll = 5 # time in minutes to repoll the tobuild file
    os.environ['CVSROOT'] = ':ext:buildsys at cvs.fedora.redhat.com:/cvs/extras'
    os.environ['CVS_RSH'] = '/usr/bin/ssh'
    
    class PrepError(exceptions.Exception):
        def __init__(self, errno=0, args=None):
            exceptions.Exception.__init__(self)
            self.args = args
            self.errno = errno
        def __str__(self):
            return self.args
            
    class BuildError(exceptions.Exception):
        def __init__(self, errno=0, args=None):
            exceptions.Exception.__init__(self)
            self.args = args
            self.errno = errno
        def __str__(self):
            return self.args
    
    class MonitorError(exceptions.Exception):
        def __init__(self, errno=0, args=None):
            exceptions.Exception.__init__(self)
            self.args = args
            self.errno = errno
        def __str__(self):
            return self.args
            
    class Monitor:
        # acts as a list when instance is referenced that way - returns
        # tuple of build request information
        def __init__(self, tobuild):
            self.tobuild = tobuild
            self.needbuilt = {}
            self.buildorder = []
            self.tmpdir = None
            
            
            self.cvs_check()
    
    
            
        def __iter__(self):
            mylist = []
            for item in self.buildorder:
                if self.needbuilt[item] == 1:
                    mylist.append(item)
            
            return mylist.__iter__()
                
            
        def cvs_check(self):
            if self.tmpdir is None:
                self.tmpdir = tempfile.mkdtemp(prefix='common', dir=tmpdir)
            os.chdir(self.tmpdir)
            cmd = '%s co %s' % (cvscmd, self.tobuild)
            debugprint("Running %s" % (cmd))
            s, o = commands.getstatusoutput(cmd)
            if s != 0:
                raise MonitorError(1, "Error updating output is: %s" % o)
            self.local_tobuild = os.path.join(self.tmpdir, self.tobuild)
            self.parse_tobuild()
            
    
        
        def parse_tobuild(self):
            debugprint("parsing tobuild")
            tb = open(self.local_tobuild, 'r')
            for line in tb.readlines():
                line.replace("\n", "")
                if len(line) > 0 and line.strip().startswith('#'):
                    continue
                
                if line.strip() == '':
                    continue
    
                buildstuff = line.strip().split('\t')
                if len(buildstuff) == 5: # we have a status
                    continue
    
                buildstuff = tuple(buildstuff)
                if not self.needbuilt.has_key(buildstuff):
                    self.needbuilt[buildstuff] = 1
                    self.buildorder.append(buildstuff)
            tb.close()
            
        def reset(self):
            self.cvs_check()
        
        def buildprocessed(self, tup):
            if self.needbuilt.has_key(tup):
                self.needbuilt[tup] = 0
                self.buildorder.remove(tup)
                
        def newitems(self):
            for pkginfo in self.needbuilt.keys():
                if self.needbuilt[pkginfo] == 1:
                    return True
            
            return False
    
    class Queuer:
        def __init__(self, username, repo, tag, targ_name):
            self.email = '%s at fedora.redhat.com' % username
            self.email_from = 'buildsys at fedoraproject.org'
            self.stages_root = '/rpmbuild/extras/stages'
            targetdict = { 'fc-3': '3', 'devel':'development',
                           '3': '3', 'development': 'development',
                           'fc3': '3', 'rawhide': 'development'}
            targetarches = {'3': ['i386', 'x86_64'],
                            'development': ['ppc','i386', 'x86_64']}
            self.repo = repo
            self.tag = tag
            if targetdict.has_key(targ_name.lower()):
                self.target = targetdict[targ_name.lower()]
            else:
                msg = 'Target %s unknown for %s' % (targ_name, self.tag)
                subj = 'Prep Error: %s on %s' % (self.tag, targ_name)
                self.email_result(resultstring=msg, subject=subj)
                raise PrepError(4, 'target %s does not exist' % targ_name)
    
            self.arches = targetarches[self.target]
            self.buildarches = []
            self.archprocess = []
            self.build_status = {}
            self.anyfail = False
            self.timeout = 3600
            self.timeout_reached = False
            self.localarches = ['i386', 'x86_64']
            self.logs = {}
            
        def prep(self):
            self.checkout()
            self.srpmpath = self.make_srpm()
            ts = rpmUtils.transaction.initReadOnlyTransaction()
            hdr = rpmUtils.miscutils.hdrFromPackage(ts, self.srpmpath)
            self.name = hdr['name']
            self.ver = hdr['version']
            self.release = hdr['release']
            self.buildarches = self.arch_handling(hdr)
            if len(self.buildarches) == 0:
                raise PrepError(5, 'no buildable arches available for %s - %s.' % (self.name, self.tag))
            self.curstage = 'active'
            self.make_stage_dir()
            self._createrepo(stage='needsign')
            
            for arch in self.buildarches:
                thisdir = os.path.join(self.stage_dir, arch)
                if not os.path.exists(thisdir):
                    os.makedirs(thisdir)
            
            srpm = os.path.basename(self.srpmpath)
            srpm_in_dir = os.path.join(self.stage_dir, srpm)
            if os.path.exists(srpm_in_dir):
                os.unlink(srpm_in_dir)
            shutil.move(self.srpmpath, self.stage_dir)
            self.srpmpath = srpm_in_dir
            del hdr
            del ts
            
            
            
        def arch_handling(self, hdr):
            archs = []
            buildable_arches = self.arches
            
            ba = hdr['buildarchs']
            exclusive = hdr['exclusivearch']
            exclude = hdr['excludearch']
            
            if ba == ['noarch']:
                return ba
                
            tmparchs = self.arches
            if ba:
                tmparchs = ba
            else:
                if exclusive:
                    tmparchs = exclusive
                    
            if exclude:
                for arch in exclude:
                    if arch in tmparchs:
                        tmparchs.remove(arch)
            
            # we probably need to check the archs, and make sure they are what 
            # we can build for
            for thisarch in tmparchs:
                if thisarch in buildable_arches:
                    archs.append(thisarch)
    
            return archs
    
            
        def make_stage_dir(self):
            self.pkgsubdir = '%s/%s-%s' % (self.name, self.ver, self.release)
            self.target_and_pkg_subdir = '%s/%s' % (self.target, self.pkgsubdir)
            self.stage_dir = os.path.join(self.stages_root, self.curstage, self.target_and_pkg_subdir)
            if not os.path.exists(self.stage_dir):
                os.makedirs(self.stage_dir)
            
            return self.stage_dir
    
            
        def checkout(self):
            self.tmpdir = tempfile.mkdtemp(prefix=self.tag, dir=tmpdir)
            os.chdir(self.tmpdir)
            cmd = '%s co -r %s %s' % (cvscmd, self.tag, self.repo)
            debugprint("Running %s" % (cmd))
            s, o = commands.getstatusoutput(cmd)
            if s != 0:
                subj = 'Prep Error: %s on %s' % (self.tag, self.target)
                msg = "could not check out %s from %s - output was:\n %s" % (self.tag, self.target, o)
                self.email_result(resultstring=msg, subject=subj)
                raise PrepError(1, msg)
                
            
        def make_srpm(self):
            repodir = os.path.join(self.tmpdir, self.repo)
            os.chdir(repodir)
            cmd = '%s srpm' % (makecmd)
            debugprint("Running %s in %s" % (cmd, repodir))
            s, o = commands.getstatusoutput(cmd)
            if s != 0:
                subj = 'Prep Error: %s on %s' % (self.tag, self.target)
                msg = "could not make srpm for %s - output was:\n %s" % (self.tag, o)
                self.email_result(resultstring=msg, subject=subj)
                raise PrepError(2, msg)
            
            srpmpath = None
            for line in o.split("\n"):
                if line.startswith("Wrote:"):
                    line.replace("\n", "")
                    (garbage, path) = line.split(':')
                    srpmpath = path.strip()
                    return srpmpath
    
            if not srpmpath:
                subj = 'Prep Error: %s on %s' % (self.tag, self.target)
                msg = "could not find srpm for %s - output was:\n %s" % (self.tag, o)
                self.email_result(resultstring=msg, subject=subj)
                raise PrepError(3, msg)
    
    
        def run(self):
            for arch in self.buildarches:
                awp = archwelder.myArchWelder(self.srpmpath, self.target, self.stage_dir, arch, self.localarches)
                self.archprocess.append(awp)
    
            # spawn off the builds
            starttime = time.time()
            for awp in self.archprocess:
                debugprint('Spawning build of %s for %s' % (self.name, awp.buildarch))
                awp.build()
    
            # check their status
            debugprint('Monitoring builds of %s' % self.name)
            while len(self.archprocess) > 0 and not self.anyfail:
                curtime = time.time()
                if curtime > starttime + self.timeout:
                    self.timeout_reached = True
                    self.anyfail = True
                    
                for awp in self.archprocess:
                    status = awp.status()
                    debugprint('%s: %s' % (awp.buildarch, status))
                    if status == -1:
                        continue
                    else:
                        self.archprocess.remove(awp)
                        self.build_status[awp] = status
                        # if we'd rather have all builds finish
                        # even if an arch fails we should remove this check
                        if status != 0: 
                            self.anyfail = True
    
                time.sleep(10) # pause for 10s before retrying the loop
                
            if self.anyfail:
                for awp in self.archprocess:
                    awp.die()
                    status = -2 # killed it even though it was still running
                    if self.timeout_reached: status = -3 # killed b/c of a timeout
                    self.build_status[awp] = status 
    
            for (awp, status) in self.build_status.iteritems(): # go through stuff in build status
                if status not in [0, -2, -3]:
                    self.logs[awp.buildarch] = awp.logs()
                elif status == -2:
                    self.logs[awp.buildarch] = ['Build process terminated due to failure on another arch\n']
                elif status == -3:
                    self.logs[awp.buildarch] = ['Build process terminated by timeout\n']
                
            if self.anyfail:
                return self.failed()
    
            return self.succeeded()
                
        def failed(self):
            self.curstage = 'failed'
            old_stage = self.stage_dir
            dest = self.make_stage_dir()
            if os.path.exists(dest):
                shutil.rmtree(dest, ignore_errors=True)
            shutil.move(old_stage, dest)
            for arch in self.logs.keys():
                buildroot = 'fedora-%s-%s-core' % (self.target, arch)
                stage_arch = os.path.join(self.stage_dir, arch)
                build_log = '%s/mach/%s/%s-%s-%s/rpm.log' % (tmpdir, buildroot,
                                                self.name, self.ver, self.release)
                if os.path.exists(build_log):
                    bl = open(build_log, 'r')
                else:
                    bl = None
                if not os.path.exists(stage_arch):
                    os.makedirs(stage_arch)
                fn = '%s/%s-%s-%s.failure.log' % (stage_arch, self.name, self.ver, self.release)
                logfile = open(fn, 'w')
                for line in self.logs[arch]:
                    logfile.write(line)
                if bl:
                    for line in bl.readlines():
                        logfile.write(line)
                    bl.close()
                logfile.close()
                
            # markup status file
            resultstring = """
    Build of %s on %s failed to complete on one or more archs. Please see logs at:
    http://extras64.linux.duke.edu/failed/%s/%s""" % (self.name, self.target, self.target, self.name)
            self.email_result(resultstring)
            return False
            
        def succeeded(self):
            self.curstage = 'needsign'
            old_stage = self.stage_dir
            dest = self.make_stage_dir()
            if os.path.exists(dest):
                shutil.rmtree(dest, ignore_errors=True)
            shutil.move(old_stage, dest)
            # markup status file
            resultstring = """
    Build of %s on %s succeeded.
    """ % (self.name, self.target)
            self.email_result(resultstring)
            self._createrepo()
            return True
    
        def email_result(self, resultstring, subject=None):
            """send 'resultstring' to self.email from self.email_from"""
            
            msg = MIMEText(resultstring)
            if not subject:
                subject = 'Build Result: %s on %s' % (self.name, self.target)
            msg['Subject'] = subject
            msg['From'] = self.email_from
            msg['To'] = self.email
            s = smtplib.SMTP()
            s.connect()
            s.sendmail(self.email_from, [self.email], msg.as_string())
            s.close()
    
        def _createrepo(self, stage=None):
            # createrepo on the needsign tree for new changes
            if not stage:
                stage = self.curstage
            repodir = os.path.join(self.stages_root, stage, self.target)
            if not os.path.exists(repodir):
                os.makedirs(repodir)
            s, o = commands.getstatusoutput('/usr/bin/createrepo -q %s' % repodir)
            if s != 0:
                raise PrepError(5, 'Error generating repodata for %s: %s' % repodir)
    
    
    
    
    def main(localarches):
        try:
            tobuild = 'common/tobuild'
            mon = Monitor(tobuild)
        except MonitorError, e:
            print "Error monitoring tobuild was: %s" % e
            sys.exit(1)
    
        while True:
            while mon.newitems():
                for buildtup in mon:
                    (username, repo, tag, target) = buildtup
                    result = None
                    try:
                        log('Setting up queue for: %s target distro is %s' % (tag, target))
                        queue = Queuer(username, repo, tag, target)
                        queue.localarches = localarches
                        queue.prep()
                        log('Build of %s on %s for arches: %s' % (queue.name, queue.target, string.join(queue.buildarches)))
                    except PrepError, e:
                        print "Error setting up build for %s on %s: %s" % (tag, target, e)
                    else:
                        result = queue.run()
    
                    mon.buildprocessed(buildtup)
                    if result:
                        log("Success for %s on %s" % (tag, target))
                    else:
                        log("Failed to build %s on %s" % (tag, target))
    
            debugprint('sleeping for %s minutes' % poll)
            try:
                time.sleep(poll*60) 
            except KeyboardInterrupt:
                pass
            try:
                mon.reset()
            except MonitorError, e:
                print "Error monitoring tobuild was: %s" % e
                sys.exit(1)
            
    
    if __name__ == '__main__':
        me = os.getcwd()
        localarches = []
        if len(sys.argv) > 1:
            localarches = sys.argv[1:]
        main(localarches)
        os.chdir(me)
        
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 08:20:12 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 04:20:12 -0400
    Subject: common tobuild,1.133,1.134
    Message-ID: <200505050820.j458KCxr027679@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27662
    
    Modified Files:
    	tobuild 
    Log Message:
    
    remove built packages
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.133
    retrieving revision 1.134
    diff -u -r1.133 -r1.134
    --- tobuild	4 May 2005 21:02:36 -0000	1.133
    +++ tobuild	5 May 2005 08:20:10 -0000	1.134
    @@ -2,36 +2,6 @@
     # user	repo	tag	target	status
     # 
     skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    -skvidal	rpms/x3270/devel	x3270-3_3_4-3	development
    -skvidal	rpms/freeciv/devel	freeciv-2_0_1-1_fc4	development
    -skvidal	rpms/perl-Pod-Coverage/devel	perl-Pod-Coverage-0_17-3	development
    -skvidal	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-0_2_b	development
    -skvidal	rpms/python-cherrytemplate/devel	python-cherrytemplate-1_0_0-1	development
    -skvidal	rpms/gstreamer-python/devel	gstreamer-python-0_8_1-3	development
    -skvidal	rpms/gwget/devel	gwget-0_93-2	development
    -skvidal	rpms/verbiste/devel	verbiste-0_1_10-4	development
    -skvidal	rpms/quilt/devel	quilt-0_40-1	development
    -skvidal	rpms/cyrus-imapd/devel	cyrus-imapd-2_2_12-6_fc4	development
    -skvidal	rpms/perl-Config-Record/devel	perl-Config-Record-1_1_0-2	development
    -skvidal	rpms/python-durus/devel	python-durus-1_5-2	development
    -skvidal	rpms/tla/devel	tla-1_3_2-4_fc4	development
    -skvidal	rpms/xfwm4/devel	xfwm4-4_2_1-5_fc4	development
    -skvidal	rpms/xfwm4-themes/devel	xfwm4-themes-4_2_1-3_fc4	development
    -skvidal	rpms/c-ares/devel	c-ares-1_2_1-2	development
    -skvidal	rpms/leafpad/devel	leafpad-0_8_0-1_fc4	development
    -skvidal	rpms/libosip/devel	libosip-0_9_7-7	development
    -skvidal	rpms/lock-keys-applet/devel	lock-keys-applet-1_0-9	development
    -skvidal	rpms/notecase/devel	notecase-0_8_2-7	development
    -skvidal	rpms/gnome-applet-netspeed/devel	gnome-applet-netspeed-0_12_1-2_fc4	development
    -skvidal	rpms/cone/devel	cone-0_64-2	development
    -skvidal	rpms/librx/devel	librx-1_5-2_fc4	development
    -skvidal	rpms/libcdio/devel	libcdio-0_73-2	development
    -skvidal	rpms/perl-OLE-Storage_Lite/devel	perl-OLE-Storage_Lite-0_14-4	development
    -skvidal	rpms/perl-Spreadsheet-WriteExcel/devel	perl-Spreadsheet-WriteExcel-2_13-2	development
    -skvidal	rpms/blacs/devel	blacs-1_1-5_fc4	development
    -skvidal	rpms/scalapack/devel	scalapack-1_7-3_fc4	development
    -skvidal	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-3_fc4	development
    -skvidal	rpms/nfswatch/devel	nfswatch--	development
     skvidal	rpms/feh/devel	feh-1_3_1-1_fc4	development
     skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
     skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 08:32:30 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 04:32:30 -0400
    Subject: common tobuild,1.134,1.135
    Message-ID: <200505050832.j458WUaB027733@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27716
    
    Modified Files:
    	tobuild 
    Log Message:
    
    remove another
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.134
    retrieving revision 1.135
    diff -u -r1.134 -r1.135
    --- tobuild	5 May 2005 08:20:10 -0000	1.134
    +++ tobuild	5 May 2005 08:32:28 -0000	1.135
    @@ -2,7 +2,6 @@
     # user	repo	tag	target	status
     # 
     skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    -skvidal	rpms/feh/devel	feh-1_3_1-1_fc4	development
     skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
     skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
     skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 09:04:42 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 05:04:42 -0400
    Subject: rpms/mlmmj - New directory
    Message-ID: <200505050904.j4594gMV028832@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28812/mlmmj
    
    Log Message:
    Directory /cvs/extras/rpms/mlmmj added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 09:04:43 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 05:04:43 -0400
    Subject: rpms/mlmmj/devel - New directory
    Message-ID: <200505050904.j4594h83028837@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28812/mlmmj/devel
    
    Log Message:
    Directory /cvs/extras/rpms/mlmmj/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 09:05:05 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 05:05:05 -0400
    Subject: rpms/mlmmj Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505050905.j45955oA028888@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28857
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module mlmmj
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module mlmmj
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 09:05:06 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 05:05:06 -0400
    Subject: rpms/mlmmj/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources,
    	NONE, 1.1
    Message-ID: <200505050905.j45956Ar028893@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28857/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module mlmmj
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 09:40:32 2005
    From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede))
    Date: Thu,  5 May 2005 05:40:32 -0400
    Subject: rpms/Glide3/devel Glide3-64bit.patch,1.2,1.3 Glide3.spec,1.5,1.6
    Message-ID: <200505050940.j459eXvF029138@cvs-int.fedora.redhat.com>
    
    Author: jwrdegoede
    
    Update of /cvs/extras/rpms/Glide3/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29117
    
    Modified Files:
    	Glide3-64bit.patch Glide3.spec 
    Log Message:
    - More x86_64 fixes added to Glide-64bit.patch. 
    - Removed ancient Conflicts: XFree86-libs = 4.1.0
    
    
    Glide3-64bit.patch:
    
    View full diff with command:
    /usr/bin/cvs -f diff  -kk -u -N -r 1.2 -r 1.3 Glide3-64bit.patch
    Index: Glide3-64bit.patch
    ===================================================================
    RCS file: /cvs/extras/rpms/Glide3/devel/Glide3-64bit.patch,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- Glide3-64bit.patch	4 May 2005 15:14:46 -0000	1.2
    +++ Glide3-64bit.patch	5 May 2005 09:40:30 -0000	1.3
    @@ -1,2709 +1,2774 @@
    ---- Glide3/cvg/init/sst1init.h.64bit	2000-11-16 20:26:02.000000000 +0100
    -+++ Glide3/cvg/init/sst1init.h	2005-05-04 17:05:03.000000000 +0200
    -@@ -146,9 +146,13 @@
    - #  define P6FENCE {_asm xchg eax, p6FenceVar}
    - #elif defined(macintosh) && __POWERPC__ && defined(__MWERKS__)
    - #  define P6FENCE __eieio()
    --#elif defined (__GNUC__) && defined(__i386__)
    -+#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
    - #  define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \
    - 					"eax");
    -+#elif defined(__GNUC__) && defined(__ia64__)
    -+# define P6FENCE asm volatile ("mf.a" ::: "memory");
    -+#elif defined(__GNUC__) && defined(__alpha__)
    -+# define P6FENCE asm volatile("mb" ::: "memory");
    - #else
    - #  error "P6 Fencing in-line assembler code needs to be added for this compiler"
    - #endif  
    ---- Glide3/cvg/glide3/src/fxglide.h.64bit	1999-12-07 22:42:31.000000000 +0100
    -+++ Glide3/cvg/glide3/src/fxglide.h	2005-05-04 17:05:03.000000000 +0200
    -@@ -412,6 +412,13 @@
    - #define P6FENCE p6Fence()
    - #elif defined(__MSC__)
    - #define P6FENCE {_asm xchg eax, p6FenceVar}
    -+#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
    -+#  define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \
    -+					"eax");
    -+#elif defined(__GNUC__) && defined(__ia64__)
    +--- Glide3/h3/minihwc/linhwc.c.save.64bit	2000-03-20 22:42:57.000000000 +0100
    ++++ Glide3/h3/minihwc/linhwc.c.save	2005-05-05 11:19:17.318341952 +0200
    +@@ -64,7 +64,13 @@
    + #include 
    + 
    + static FxU32 fenceVar;
    +-#define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax");
    ++#ifdef __ia64__
     +# define P6FENCE asm volatile ("mf.a" ::: "memory");
    -+#elif defined(__GNUC__) && defined(__alpha__)
    ++#elif defined(__alpha__)
     +# define P6FENCE asm volatile("mb" ::: "memory");
    - #else
    - #error "P6 Fencing in-line assembler code needs to be added for this compiler"
    - #endif /* Compiler specific fence commands */
    -@@ -1282,7 +1289,9 @@
    - struct _GlideRoot_s {
    -   int p6Fencer;                 /* xchg to here to keep this in cache!!! */
    -   int current_sst;
    -+#if FX_GLIDE_I386
    -   FxU32 CPUType;
    ++#else
    ++# define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax");
     +#endif
    -   GrGC *curGC;                  /* point to the current GC      */
    -   FxU32 packerFixAddress;       /* address to write packer fix to */
    -   FxBool    windowsInit;        /* Is the Windows part of glide initialized? */
    -@@ -3087,6 +3096,7 @@
    -                  va_list           args);
    - #endif
      
    -+#if FX_GLIDE_I386
    - /* Returns 16:16 pair indicating the cpu's manufacturer and its
    -  * capabilities. Non-Intel processors should have a vendor id w/ the
    -  * high bit set so that it appears to be a negative #. The value of
    -@@ -3119,6 +3129,7 @@
    + #define MAXFIFOSIZE     0x40000
    + #define MAXFIFOSIZE_16MB   0xff000
    +@@ -114,7 +120,7 @@
    +   char data[128];
    +   char *env, *val;
    +   envitem *item;
    +-  int first=1;
    ++  int is_first=1;
      
    - extern void GR_CDECL 
    - double_precision_asm(void);
    -+#endif
    +   if (envinit) return;
    +   envinit=1;
    +@@ -126,9 +132,9 @@
    +     if (*data=='\n') continue;
    +     val=strchr(data, '=');
    +     if (!val) {
    +-      if (first) {
    ++      if (is_first) {
    + 	fprintf(stderr, "In config file /etc/conf.3dfx/voodoo3:\n");
    +-	first=0;
    ++	is_first=0;
    +       }
    +       fprintf(stderr, "Malformed line: %s\n", data);
    +       continue;
    +@@ -269,7 +275,7 @@
      
    - #ifdef GLIDE3
    - /*
    ---- Glide3/cvg/glide3/src/makefile.linux.64bit	2000-07-12 23:33:31.000000000 +0200
    -+++ Glide3/cvg/glide3/src/makefile.linux	2005-05-04 17:05:03.000000000 +0200
    -@@ -19,10 +19,16 @@
    +   for (bAddr = 0; bAddr < HWC_NUM_BASE_ADDR; bAddr++) {
    +     if ((bAddrMask >> bAddr) & 0x1) {
    +-      bInfo->linearInfo.linearAddress[bAddr] = (FxU32) 
    ++      bInfo->linearInfo.linearAddress[bAddr] = (unsigned long)
    + 	pciMapCardMulti(bInfo->pciInfo.vendorID, bInfo->pciInfo.deviceID,
    + 			0x2000000, &bInfo->deviceNum, bInfo->boardNum, bAddr);
    +     }
    +--- Glide3/h3/minihwc/minihwc.h.64bit	1999-11-24 22:45:07.000000000 +0100
    ++++ Glide3/h3/minihwc/minihwc.h	2005-05-05 11:19:17.319341800 +0200
    +@@ -238,22 +238,21 @@
    + typedef struct hwcLinearInfo_s {
    +   FxBool
    +     initialized;
    +-  FxU32
    +-    linearAddress[HWC_NUM_BASE_ADDR];
    ++  unsigned long linearAddress[HWC_NUM_BASE_ADDR];
    + } hwcLinearInfo;
      
    - TAG_REGEXP      = $(BUILD_ROOT)/$(FX_GLIDE_HW)/$(FX_HW_PROJECTS)/src/glide.rx
    + typedef struct hwcRegInfo_s {
    +   FxBool
    +     initialized;
    +-  volatile FxU32
    +-    ioMemBase,                  /* mem base for I/O aliases */
    +-    cmdAGPBase,                 /* CMD/AGP register base */
    +-    waxBase,                    /* 2D register base */
    +-    sstBase,                    /* 3D register base */
    +-    lfbBase,                    /* 3D lfb base */
    +-    rawLfbBase;                 /* Raw LFB base (base address 1) */
    ++  volatile unsigned long
    ++    ioMemBase,                 /* mem base for I/O aliases */
    ++    cmdAGPBase,                /* CMD/AGP register base */
    ++    waxBase,                   /* 2D register base */
    ++    sstBase,                   /* 3D register base */
    ++    lfbBase,                   /* 3D lfb base */
    ++    rawLfbBase;                /* Raw LFB base (base address 1) */
    + #if __POWERPC__
    +-  ioPortBase;                   /* PPC does I/O via a 32-bit address */
    ++  FxU32 ioPortBase;             /* PPC does I/O via a 32-bit address */
    + #else       
    +   volatile FxU16
    +     ioPortBase,                 /* I/O base address */
    +--- Glide3/h3/minihwc/hwcext.h.64bit	1999-11-24 22:45:04.000000000 +0100
    ++++ Glide3/h3/minihwc/hwcext.h	2005-05-05 11:19:17.321341496 +0200
    +@@ -192,9 +192,8 @@
      
    -+ARCH := $(patsubst sparc64,sparc,$(patsubst i%86,i386,$(shell uname -m)))
    -+
    - # Compile for specific hardware
    - ifeq ($(FX_GLIDE_HW),cvg)
    - FX_GLIDE_REAL_HW=       1
    -+ifeq (i386,$(ARCH))
    - FX_GLIDE_CTRISETUP =    0
    -+else
    -+FX_GLIDE_CTRISETUP =    1
    -+endif
    + /* Returned from HWCEXT_GETLINEARADDR */
    + typedef struct hwcExtLinearAddrRes_s {
    +-  FxU32
    +-    numBaseAddrs,               /* # base addresses */
    +-    baseAddresses[HWCEXT_MAX_BASEADDR]; /* linear Addresses  */
    ++  FxU32 numBaseAddrs;               /* # base addresses */
    ++  unsigned long baseAddresses[HWCEXT_MAX_BASEADDR]; /* linear Addresses  */
    + } hwcExtLinearAddrRes_t;
      
    - HWSPEC          =       fifo.c
    - LCDEFS          +=       -DCVG \
    ---- Glide3/cvg/glide3/src/gpci.c.64bit	1999-12-07 22:42:33.000000000 +0100
    -+++ Glide3/cvg/glide3/src/gpci.c	2005-05-04 17:05:03.000000000 +0200
    -@@ -576,52 +576,41 @@
    - #endif
    + /*
    +--- Glide3/h3/minihwc/linhwc.c.dri.64bit	2000-10-27 12:27:27.000000000 +0200
    ++++ Glide3/h3/minihwc/linhwc.c.dri	2005-05-05 11:19:17.323341192 +0200
    +@@ -67,7 +67,13 @@
    + #include "lindri.h"
      
    -   /* Setup the basic proc tables based on the cpu type. */
    --  {
    --    _GlideRoot.CPUType = _cpu_detect_asm();
    --    if (GETENV("FX_CPU")) _GlideRoot.CPUType = atoi(GETENV("FX_CPU"));
    -+#if FX_GLIDE_I386
    -+  _GlideRoot.CPUType = _cpu_detect_asm();
    -+  if (GETENV("FX_CPU")) _GlideRoot.CPUType = atoi(GETENV("FX_CPU"));
    + static FxU32 fenceVar;
    +-#define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax");
    ++#ifdef __ia64__
    ++# define P6FENCE asm volatile("mf.a" ::: "memory");
    ++#elif defined(__alpha__)
    ++# define P6FENCE asm volatile("mb" ::: "memory");
    ++#else
    ++# define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax");
     +#endif
      
    --    /* Default case */
    [...6084 lines suppressed...]
    +         if (path)
    +--- Glide3/cvg/init/sst1init.h.64bit	2000-11-16 20:26:02.000000000 +0100
    ++++ Glide3/cvg/init/sst1init.h	2005-05-05 11:19:17.250352288 +0200
    +@@ -146,9 +146,13 @@
    + #  define P6FENCE {_asm xchg eax, p6FenceVar}
    + #elif defined(macintosh) && __POWERPC__ && defined(__MWERKS__)
    + #  define P6FENCE __eieio()
    +-#elif defined (__GNUC__) && defined(__i386__)
    ++#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
    + #  define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \
    + 					"eax");
    ++#elif defined(__GNUC__) && defined(__ia64__)
    ++# define P6FENCE asm volatile ("mf.a" ::: "memory");
    ++#elif defined(__GNUC__) && defined(__alpha__)
    ++# define P6FENCE asm volatile("mb" ::: "memory");
    + #else
    + #  error "P6 Fencing in-line assembler code needs to be added for this compiler"
    + #endif  
    +--- Glide3/cvg/glide3/src/fxglide.h.64bit	1999-12-07 22:42:31.000000000 +0100
    ++++ Glide3/cvg/glide3/src/fxglide.h	2005-05-05 11:19:17.254351680 +0200
    +@@ -412,6 +412,13 @@
    + #define P6FENCE p6Fence()
    + #elif defined(__MSC__)
    + #define P6FENCE {_asm xchg eax, p6FenceVar}
    ++#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
    ++#  define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \
    ++					"eax");
    ++#elif defined(__GNUC__) && defined(__ia64__)
    ++# define P6FENCE asm volatile ("mf.a" ::: "memory");
    ++#elif defined(__GNUC__) && defined(__alpha__)
    ++# define P6FENCE asm volatile("mb" ::: "memory");
    + #else
    + #error "P6 Fencing in-line assembler code needs to be added for this compiler"
    + #endif /* Compiler specific fence commands */
    +@@ -1282,7 +1289,9 @@
    + struct _GlideRoot_s {
    +   int p6Fencer;                 /* xchg to here to keep this in cache!!! */
    +   int current_sst;
    ++#if FX_GLIDE_I386
    +   FxU32 CPUType;
    ++#endif
    +   GrGC *curGC;                  /* point to the current GC      */
    +   FxU32 packerFixAddress;       /* address to write packer fix to */
    +   FxBool    windowsInit;        /* Is the Windows part of glide initialized? */
    +@@ -3087,6 +3096,7 @@
    +                  va_list           args);
    + #endif
    + 
    ++#if FX_GLIDE_I386
    + /* Returns 16:16 pair indicating the cpu's manufacturer and its
    +  * capabilities. Non-Intel processors should have a vendor id w/ the
    +  * high bit set so that it appears to be a negative #. The value of
    +@@ -3119,6 +3129,7 @@
    + 
    + extern void GR_CDECL 
    + double_precision_asm(void);
    ++#endif
    + 
    + #ifdef GLIDE3
    + /*
    +--- Glide3/cvg/glide3/src/gpci.c.64bit	1999-12-07 22:42:33.000000000 +0100
    ++++ Glide3/cvg/glide3/src/gpci.c	2005-05-05 11:19:57.629213768 +0200
    +@@ -576,52 +576,41 @@
    + #endif
    + 
    +   /* Setup the basic proc tables based on the cpu type. */
    +-  {
    +-    _GlideRoot.CPUType = _cpu_detect_asm();
    +-    if (GETENV("FX_CPU")) _GlideRoot.CPUType = atoi(GETENV("FX_CPU"));
    ++#if FX_GLIDE_I386
    ++  _GlideRoot.CPUType = _cpu_detect_asm();
    ++  if (GETENV("FX_CPU")) _GlideRoot.CPUType = atoi(GETENV("FX_CPU"));
    ++#endif
    + 
    +-    /* Default case */
    +-#if GLIDE_DISPATCH_SETUP || GLIDE_DISPATCH_DOWNLOAD
    ++  /* Default case */
    + #if GLIDE_DISPATCH_SETUP
    +-    _GlideRoot.deviceArchProcs.curTriProcs        = _triSetupProcs + 0;
    +-    _GlideRoot.deviceArchProcs.curDrawTrisProc    = _grDrawTriangles_Default;
    +-    _GlideRoot.deviceArchProcs.curVertexListProcs = _vertexListProcs[0];
    +-    _GlideRoot.deviceArchProcs.curLineProc        = _grDrawTextureLine_Default;
    ++  _GlideRoot.deviceArchProcs.curTriProcs        = _triSetupProcs + 0;
    ++  _GlideRoot.deviceArchProcs.curDrawTrisProc    = _grDrawTriangles_Default;
    ++  _GlideRoot.deviceArchProcs.curVertexListProcs = _vertexListProcs[0];
    ++  _GlideRoot.deviceArchProcs.curLineProc        = _grDrawTextureLine_Default;
    + #endif /* GLIDE_DISPATCH_SETUP */
    + #if GLIDE_DISPATCH_DOWNLOAD
    +-    _GlideRoot.deviceArchProcs.curTexProcs = _texDownloadProcs + 0;
    ++  _GlideRoot.deviceArchProcs.curTexProcs = _texDownloadProcs + 0;
    + #endif /* GLIDE_DISPATCH_DOWNLOAD */
    + 
    +-    /* Check for vendor specific optimization cases */
    +-    switch((_GlideRoot.CPUType & 0xFFFF0000UL) >> 16UL) {
    ++#if FX_GLIDE_I386 && GL_AMD3D && GLIDE_DISPATCH_SETUP
    ++  /* Check for vendor specific optimization cases */
    ++  switch((_GlideRoot.CPUType & 0xFFFF0000UL) >> 16UL) {
    +     case kCPUVendorIntel:
    +       break;
    + 
    +     case kCPUVendorAMD:
    +       if ((_GlideRoot.CPUType & 0xFFFFUL) == 0x02UL) {
    +-#if GLIDE_DISPATCH_SETUP
    +-        _GlideRoot.deviceArchProcs.curTriProcs        = _triSetupProcs + 0;
    +-#ifdef GL_AMD3D
    +         _GlideRoot.deviceArchProcs.curDrawTrisProc    = _grDrawTriangles_3DNow;
    +         _GlideRoot.deviceArchProcs.curLineProc        = _grDrawTextureLine_3DNow;
    +-#else
    +-        _GlideRoot.deviceArchProcs.curDrawTrisProc    = _grDrawTriangles_Default;
    +-        _GlideRoot.deviceArchProcs.curLineProc        = _grDrawTextureLine_Default;
    +-#endif
    +         _GlideRoot.deviceArchProcs.curVertexListProcs = _vertexListProcs[0];
    +-#endif /* GLIDE_DISPATCH_SETUP */
    +-#if GLIDE_DISPATCH_DOWNLOAD
    +-        _GlideRoot.deviceArchProcs.curTexProcs = _texDownloadProcs + 0;
    +-#endif /* GLIDE_DISPATCH_DOWNLOAD */
    +       }
    +       break;
    +       
    +     case kCPUVendorUnknown:
    +     default:
    +       break;
    +-    }
    +-#endif /* GLIDE_DISPATCH_SETUP || GLIDE_DISPATCH_DOWNLOAD */
    +   }
    ++#endif
    + 
    +   /* Check for user environment tweaks */
    +   {
    +@@ -654,7 +643,9 @@
    +     GDBG_INFO(80,"      swapInterval: %d\n",_GlideRoot.environment.swapInterval);
    +     GDBG_INFO(80,"          noSplash: %d\n",_GlideRoot.environment.noSplash);
    +     GDBG_INFO(80,"     shamelessPlug: %d\n",_GlideRoot.environment.shamelessPlug);
    ++#if FX_GLIDE_I386
    +     GDBG_INFO(80,"               cpu: %d\n",_GlideRoot.CPUType);
    ++#endif
    +     GDBG_INFO(80,"          snapshot: %d\n",_GlideRoot.environment.snapshot);
    +     GDBG_INFO(80,"  disableDitherSub: %d\n",_GlideRoot.environment.disableDitherSub);
    +   }
    +--- Glide3/cvg/glide3/src/fxgasm.c.64bit	2005-05-05 11:34:03.732586504 +0200
    ++++ Glide3/cvg/glide3/src/fxgasm.c	2005-05-05 11:34:16.002721160 +0200
    +@@ -207,7 +207,9 @@
    +     HEADER ("GlideRoot");
    +     OFFSET (gr,p6Fencer,"p6Fencer\t");
    +     OFFSET (gr,current_sst,"current_sst\t");
    ++#if FX_GLIDE_I386
    +     OFFSET (gr,CPUType,"CPUType\t\t");
    ++#endif
    +     OFFSET (gr,curGC,"curGC\t\t");
    +     OFFSET (gr,curTriSize,"curTriSize\t");
    + 
    +--- Glide3/cvg/glide3/src/makefile.linux.64bit	2000-07-12 23:33:31.000000000 +0200
    ++++ Glide3/cvg/glide3/src/makefile.linux	2005-05-05 11:19:17.255351528 +0200
    +@@ -19,10 +19,16 @@
    + 
    + TAG_REGEXP      = $(BUILD_ROOT)/$(FX_GLIDE_HW)/$(FX_HW_PROJECTS)/src/glide.rx
    + 
    ++ARCH := $(patsubst sparc64,sparc,$(patsubst i%86,i386,$(shell uname -m)))
    ++
    + # Compile for specific hardware
    + ifeq ($(FX_GLIDE_HW),cvg)
    + FX_GLIDE_REAL_HW=       1
    ++ifeq (i386,$(ARCH))
    + FX_GLIDE_CTRISETUP =    0
     +else
    -+  FX_GLIDE_I386=false
    -+  FX_GLIDE_CTRISETUP=true
    -+fi
    - # Next, we read some configuration options
    - # statically.  This is to avoid creating a bunch of
    - # not-terribly-useful --enable options.
    -@@ -215,6 +222,8 @@
    -                test x$FX_GLIDE_VERTEX_TABLE = xtrue)
    - AM_CONDITIONAL(FX_HOOPTI_TRI_SETUP_COMPARE,dnl
    -                test x$FX_HOOPTI_TRI_SETUP_COMPARE = xtrue)
    -+AM_CONDITIONAL(FX_GLIDE_I386,dnl
    -+               test x$FX_GLIDE_I386 = xtrue)
    ++FX_GLIDE_CTRISETUP =    1
    ++endif
      
    - dnl Checks for programs.
    - AC_PROG_CC
    + HWSPEC          =       fifo.c
    + LCDEFS          +=       -DCVG \
    +--- Glide3/cvg/glide3/src/diglide.c.64bit	1999-12-07 22:42:30.000000000 +0100
    ++++ Glide3/cvg/glide3/src/diglide.c	2005-05-05 11:19:17.256351376 +0200
    +@@ -267,9 +267,12 @@
    +     gc->state.checkFifo = hints;
    +     break;
    + 
    ++#if FX_GLIDE_I386
    +   case GR_HINT_FPUPRECISION:
    +-    hints ? double_precision_asm() : single_precision_asm();
    ++    if (_GlideRoot.CPUType != 4) /* don't do this on a 486 */
    ++      hints ? double_precision_asm() : single_precision_asm();
    +     break;
    ++#endif
    + 
    +   case GR_HINT_ALLOW_MIPMAP_DITHER:
    +     /* Regardless of the game hint, force the user selection */
    
    
    Index: Glide3.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- Glide3.spec	4 May 2005 15:14:46 -0000	1.5
    +++ Glide3.spec	5 May 2005 09:40:30 -0000	1.6
    @@ -23,10 +23,7 @@
     Patch4:  Glide3-gcc4.patch
     Patch5:  Glide3-amd3dnow.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    -
     BuildRequires: automake14 autoconf xorg-x11-devel
    -# XFree86-libs 4.1.0 contained a local copy of Glide3 so we conflict it
    -Conflicts: XFree86-libs = 4.1.0
     
     %description
     Glide3 provides the necessary low-level interface glue between the Mesa
    @@ -38,7 +35,6 @@
     Summary: Development libraries and headers for Glide
     Group: Development/Libraries
     Requires: Glide3 = %{version}
    -Conflicts: XFree86-devel = 4.1.0
     
     %description devel
     Glide3-devel contains the developmental files that must be installed in order
    @@ -156,6 +152,10 @@
     
     
     %changelog
    +* Mon May  5 2005 Hans de Goede 
    +- More x86_64 fixes added to Glide-64bit.patch.
    +- Removed ancient Conflicts: XFree86-libs = 4.1.0
    +
     * Mon May  4 2005 Hans de Goede 
     - Tested amd3dnow code on a voodoo2, works for me (tm). Enabled
       amd3dnow code on i386 for now.
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 10:44:50 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 06:44:50 -0400
    Subject: rpms/mlmmj import.log,1.1,1.2
    Message-ID: <200505051044.j45Aio6r030270@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import mlmmj-1.2.5-1 on branch devel from mlmmj-1.2.5-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	5 May 2005 09:05:03 -0000	1.1
    +++ import.log	5 May 2005 10:44:48 -0000	1.2
    @@ -0,0 +1 @@
    +mlmmj-1_2_5-1:HEAD:mlmmj-1.2.5-1.src.rpm:1115289878
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 10:44:50 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 06:44:50 -0400
    Subject: rpms/mlmmj/devel mlmmj.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources,
    	1.1, 1.2
    Message-ID: <200505051044.j45AioYZ030277@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	mlmmj.spec 
    Log Message:
    auto-import mlmmj-1.2.5-1 on branch devel from mlmmj-1.2.5-1.src.rpm
    
    
    --- NEW FILE mlmmj.spec ---
    %define _textlibdir /usr/share/mlmmj/text.skel
    
    %define makeinstall  %{__make}  prefix=%{?buildroot:%{buildroot}}%{_prefix}  exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix}  bindir=%{?buildroot:%{buildroot}}%{_bindir}  sbindir=%{?buildroot:%{buildroot}}%{_sbindir}  sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir}  datadir=%{?buildroot:%{buildroot}}%{_datadir}  includedir=%{?buildroot:%{buildroot}}%{_includedir}  libdir=%{?buildroot:%{buildroot}}%{_libdir}  libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir}  localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir}  sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir}  mandir=%{?buildroot:%{buildroot}}%{_mandir}  infodir=%{?buildroot:%{buildroot}}%{_infodir} textlibdir=%{?buildroot:%{buildroot}}%{_textlibdir} install
    
    Summary: Mailserver-independent ezmlm-like mailing list manager
    Name: mlmmj
    Version: 1.2.5
    Release: 1
    License: MIT
    Group: Applications/Internet
    Source: http://mlmmj.mmj.dk/dist/mlmmj-1.2.5.tar.gz
    BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    Requires: smtpdaemon
    URL: http://mlmmj.mmj.dk/
    
    %description
    mlmmj (Mailing Lists Made Joyful) is a mailing list manager intended to mimic
    the functionality of the ezmlm mailing list manager often used with qmail, but
    with a more open license and mailserver indepdendence.
    
    %prep
    
    %setup
    
    %build
    %configure
    
    %install
    make %{?_smp_mflags}
    
    
    %makeinstall
    mkdir -p %{buildroot}/var/spool/mlmmj
    
    %clean
    rm -rf %{buildroot}
    
    %files
    %defattr (-,root,root)
    %doc AUTHORS ChangeLog COPYING README* LICENSE FAQ TODO TUNABLES UPGRADE
    %{_bindir}/mlmmj-*
    %dir %{_datadir}/mlmmj/
    %{_datadir}/mlmmj/*
    %dir /var/spool/mlmmj
    %{_mandir}/man1/mlmmj-*
    
    %changelog
    * Thu May 5 2005 Michael Fleming  1.2.5-1
    - 1.2.5
    - Dropped listtexts patch (applied upstream)
    
    * Sat Apr 9 2005 Michael Fleming  1.2.4-4
    - Special build for Fedora Extras
    - Added upstream patch for addresses without a @domain
    - Excluded contrib (just some web frontends) to avoid a perl dependency
    
    * Sat Apr 9 2005 Michael Fleming  1.2.4-3.fc3.mf
    - rpmlint-inspired cleanups of the spec file.
    - Grammar / spelling clarifications in the English listtexts (sending upstream
      too)
    
    * Tue Feb 15 2005 Michael Fleming 
    - 1.2.4
    
    * Wed Feb 9 2005 Michael Fleming 
    - 1.2.3
    - Patch removed (fixed in release)
    
    * Fri Feb 4 2005 Michael Fleming 
    - Fix location of listtexts (forgot the text.skel part in the define)
    - Patch for log operations issue (no access to create logs in some cases)
    
    * Wed Feb 2 2005 Michael Fleming 
    - 1.2.2.
    - Fixes a hang in mlmmj-send if no subscribers are present
    - Workaround makefile breakage under listtexts (fix upstream pls!)
    
    * Thu Jan 27 2005 Michael Fleming 
    - 1.2.1. Release early and often.
    
    * Mon Jan 24 2005 Michael Fleming 
    - 1.2.0 final
    
    * Wed Jan 19 2005 Michael Fleming 
    - 1.2.0 RC2
    - Useful summary added.
    - Requires: smtpdaemon added (it's useless without one)
    - s/Copyright/License/
    
    * Mon Jan 17 2005 Michael Fleming 
    - 1.2.0 RC1 (lots of changes, see Changelog)
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	5 May 2005 09:05:04 -0000	1.1
    +++ .cvsignore	5 May 2005 10:44:48 -0000	1.2
    @@ -0,0 +1 @@
    +mlmmj-1.2.5.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	5 May 2005 09:05:04 -0000	1.1
    +++ sources	5 May 2005 10:44:48 -0000	1.2
    @@ -0,0 +1 @@
    +11104c72c9168bb37eab848b51ebee32  mlmmj-1.2.5.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 10:55:07 2005
    From: fedora-extras-commits at redhat.com (Matthias Saou (thias))
    Date: Thu,  5 May 2005 06:55:07 -0400
    Subject: rpms/xmms/devel xmms.spec,1.8,1.9
    Message-ID: <200505051055.j45At7MM030364@cvs-int.fedora.redhat.com>
    
    Author: thias
    
    Update of /cvs/extras/rpms/xmms/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30343
    
    Modified Files:
    	xmms.spec 
    Log Message:
    Don't have scriplets ever fail. The Requires(pre) should prevent that anyway, but I did manage to get xmms installed without desktop-file-utils in my build root... without knowing how that can have happened.
    
    
    
    Index: xmms.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xmms/devel/xmms.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- xmms.spec	30 Apr 2005 16:40:24 -0000	1.8
    +++ xmms.spec	5 May 2005 10:55:05 -0000	1.9
    @@ -1,7 +1,7 @@
     Summary: The X MultiMedia System, a media player which resembles Winamp
     Name: xmms
     Version: 1.2.10
    -Release: 16
    +Release: 17
     Epoch: 1
     License: GPL
     Group: Applications/Multimedia
    @@ -113,11 +113,11 @@
     
     %post
     /sbin/ldconfig  
    -update-desktop-database %{_datadir}/desktop-menu-patches
    +update-desktop-database %{_datadir}/desktop-menu-patches || :
     
     %postun
     /sbin/ldconfig 
    -update-desktop-database %{_datadir}/desktop-menu-patches
    +update-desktop-database %{_datadir}/desktop-menu-patches || :
     
     %clean
     rm -rf %{buildroot}
    @@ -145,6 +145,9 @@
     %{_libdir}/lib*.so
     
     %changelog
    +* Thu May  5 2005 Matthias Saou  1:1.2.10-17
    +- Don't have scriplets fail if update-desktop-database returns an error.
    +
     * Sat Apr 30 2005 Ville Skytt??  - 1:1.2.10-16
     - Use /media/cdrecorder as the default CDROM mountpoint for the CD audio
       plugin, it's more likely to work nowadays than /mnt/cdrom.
    
    
    
    From bugs.michael at gmx.net  Thu May  5 11:04:41 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Thu, 5 May 2005 13:04:41 +0200
    Subject: rpms/mlmmj/devel mlmmj.spec, NONE, 1.1 .cvsignore, 1.1, 1.2
     sources, 1.1, 1.2
    In-Reply-To: <200505051044.j45AioYZ030277@cvs-int.fedora.redhat.com>
    References: <200505051044.j45AioYZ030277@cvs-int.fedora.redhat.com>
    Message-ID: <20050505130441.5de4af66.bugs.michael@gmx.net>
    
    On Thu,  5 May 2005 06:44:50 -0400, Michael G. Fleming wrote:
    
    > Author: mfleming
    > 
    > Update of /cvs/extras/rpms/mlmmj/devel
    
    > --- NEW FILE mlmmj.spec ---
    > %define _textlibdir /usr/share/mlmmj/text.skel
    > 
    > %define makeinstall  %{__make}  prefix=%{?buildroot:%{buildroot}}%{_prefix}  exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix}  bindir=%{?buildroot:%{buildroot}}%{_bindir}  sbindir=%{?buildroot:%{buildroot}}%{_sbindir}  sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir}  datadir=%{?buildroot:%{buildroot}}%{_datadir}  includedir=%{?buildroot:%{buildroot}}%{_includedir}  libdir=%{?buildroot:%{buildroot}}%{_libdir}  libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir}  localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir}  sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir}  mandir=%{?buildroot:%{buildroot}}%{_mandir}  infodir=%{?buildroot:%{buildroot}}%{_infodir} textlibdir=%{?buildroot:%{buildroot}}%{_textlibdir} install
    > 
    
    Huh? Why that? %makeinstall comes predefined. Don't override globals like
    this. In case you meant to append textlibdir=..., do that in %install like
    this:
    
    %makeinstall textlibdir=%{buildroot}%{_textlibdir}
    
    > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    > Requires: smtpdaemon
    > URL: http://mlmmj.mmj.dk/
    > 
    > %description
    > mlmmj (Mailing Lists Made Joyful) is a mailing list manager intended to mimic
    
    Counting the 'm' characters, the long name in brackets doesn't match.
    Made me think: "Mailing List Management Made Joyful" would fit. ;)
    And indeed, the home page says: mailing list managing made joyful
    
    > %build
    > %configure
    > 
    > %install
    > make %{?_smp_mflags}
    
    No, wrong order here. Run make to compile the stuff in %build after
    %configure.  And  rm -rf %{buildroot}  directly at the beginning of the
    %install section to clean up your buildroot.
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 12:53:53 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 08:53:53 -0400
    Subject: rpms/python-crypto/FC-3 python-crypto-64bit-unclean.patch, NONE,
    	1.1 python-crypto.spec, 1.5, 1.6
    Message-ID: <200505051254.j45CsOiP032528@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/python-crypto/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32489/FC-3
    
    Modified Files:
    	python-crypto.spec 
    Added Files:
    	python-crypto-64bit-unclean.patch 
    Log Message:
    add python-crypto-64bit-unclean.patch (#156173)
    
    python-crypto-64bit-unclean.patch:
    
    --- NEW FILE python-crypto-64bit-unclean.patch ---
    diff -Naur pycrypto-2.0.org/src/RIPEMD.c pycrypto-2.0/src/RIPEMD.c
    --- pycrypto-2.0.org/src/RIPEMD.c	2005-05-05 14:28:28.000000000 +0200
    +++ pycrypto-2.0/src/RIPEMD.c	2005-05-05 14:39:12.000000000 +0200
    @@ -25,6 +25,8 @@
     #include 
     #endif
     
    +#include 
    +
     #include "Python.h"
     
     #define MODULE_NAME RIPEMD
    @@ -100,11 +102,7 @@
        }
     
     typedef    unsigned char        byte;   /* unsigned 8-bit integer */
    -#ifdef __alpha__
    -typedef    unsigned int        word;   /* unsigned 32-bit integer */
    -#else
    -typedef    unsigned long        word;   /* unsigned 32-bit integer */
    -#endif
    +typedef    uint32_t             word;   /* unsigned 32-bit integer */
     typedef unsigned char   BYTE;
     #define RMD_DATASIZE    64
     #define RMD_DIGESTSIZE  20
    diff -Naur pycrypto-2.0.org/src/SHA256.c pycrypto-2.0/src/SHA256.c
    --- pycrypto-2.0.org/src/SHA256.c	2005-05-05 14:28:28.000000000 +0200
    +++ pycrypto-2.0/src/SHA256.c	2005-05-05 14:41:37.000000000 +0200
    @@ -9,22 +9,23 @@
      * Revised Code:  Complies to SHA-256 standard now.
      *
      * Tom St Denis -- http://tomstdenis.home.dhs.org
    - * */
    + * */
    +#include 
     #include "Python.h"
     #define MODULE_NAME SHA256
     #define DIGEST_SIZE 32
     
     typedef unsigned char U8;
    -typedef unsigned int U32;
    +typedef uint32_t U32;
     
     typedef struct {
    -    unsigned long state[8], length, curlen;
    -    unsigned char buf[64];
    +     U32 state[8], length, curlen;
    +     U8 buf[64];
     }
     hash_state;
     
     /* the K array */
    -static const unsigned long K[64] = {
    +static const U32 K[64] = {
         0x428a2f98UL, 0x71374491UL, 0xb5c0fbcfUL, 0xe9b5dba5UL, 0x3956c25bUL,
         0x59f111f1UL, 0x923f82a4UL, 0xab1c5ed5UL, 0xd807aa98UL, 0x12835b01UL,
         0x243185beUL, 0x550c7dc3UL, 0x72be5d74UL, 0x80deb1feUL, 0x9bdc06a7UL,
    @@ -53,7 +54,7 @@
     /* compress 512-bits */
     static void sha_compress(hash_state * md)
     {
    -    unsigned long S[8], W[64], t0, t1;
    +    U32 S[8], W[64], t0, t1;
         int i;
     
         /* copy state into S */
    @@ -104,7 +105,7 @@
         md->state[7] = 0x5BE0CD19UL;
     }
     
    -void sha_process(hash_state * md, unsigned char *buf, int len)
    +void sha_process(hash_state * md, unsigned char *buf, U32 len)
     {
         while (len--) {
             /* copy byte */
    
    
    Index: python-crypto.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/python-crypto/FC-3/python-crypto.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- python-crypto.spec	18 Dec 2004 14:40:32 -0000	1.5
    +++ python-crypto.spec	5 May 2005 12:53:51 -0000	1.6
    @@ -5,12 +5,13 @@
     Name: 		python-crypto
     Version: 	2.0
     Epoch:		0
    -Release: 	2
    +Release: 	3
     License: 	Python License (CNRI Python License)
     Group: 		Development/Libraries
     URL: 		http://www.amk.ca/python/code/crypto.html
     Source:		http://www.amk.ca/files/python/crypto/pycrypto-2.0.tar.gz
     Patch0:		%{name}-x86_64-buildfix.patch
    +Patch1:		%{name}-64bit-unclean.patch
     BuildRequires:	python >= 0:2.2
     BuildRequires:	python-devel >= 0:2.2
     BuildRequires:	gmp-devel >= 0:4.1
    @@ -28,6 +29,7 @@
     %ifarch x86_64
     %patch0 -b .patch0
     %endif 
    +%patch1 -b .patch1 -p 1
     
     # The build section.
     %build
    @@ -77,6 +79,9 @@
     %dir %{python_sitearch}/Crypto/Util/
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  - 0:2.0-3
    +- add python-crypto-64bit-unclean.patch (#156173)
    +
     * Sat Dec 18 2004 Thorsten Leemhuis  - 0:2.0-2
     - Fix build on x86_64: use python_sitearch for files and patch source
       to find gmp 
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 12:53:54 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 08:53:54 -0400
    Subject: rpms/python-crypto/devel python-crypto-64bit-unclean.patch, NONE,
    	1.1 python-crypto.spec, 1.7, 1.8
    Message-ID: <200505051254.j45CsOYo032531@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/python-crypto/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32489/devel
    
    Modified Files:
    	python-crypto.spec 
    Added Files:
    	python-crypto-64bit-unclean.patch 
    Log Message:
    add python-crypto-64bit-unclean.patch (#156173)
    
    python-crypto-64bit-unclean.patch:
    
    --- NEW FILE python-crypto-64bit-unclean.patch ---
    diff -Naur pycrypto-2.0.org/src/RIPEMD.c pycrypto-2.0/src/RIPEMD.c
    --- pycrypto-2.0.org/src/RIPEMD.c	2005-05-05 14:28:28.000000000 +0200
    +++ pycrypto-2.0/src/RIPEMD.c	2005-05-05 14:39:12.000000000 +0200
    @@ -25,6 +25,8 @@
     #include 
     #endif
     
    +#include 
    +
     #include "Python.h"
     
     #define MODULE_NAME RIPEMD
    @@ -100,11 +102,7 @@
        }
     
     typedef    unsigned char        byte;   /* unsigned 8-bit integer */
    -#ifdef __alpha__
    -typedef    unsigned int        word;   /* unsigned 32-bit integer */
    -#else
    -typedef    unsigned long        word;   /* unsigned 32-bit integer */
    -#endif
    +typedef    uint32_t             word;   /* unsigned 32-bit integer */
     typedef unsigned char   BYTE;
     #define RMD_DATASIZE    64
     #define RMD_DIGESTSIZE  20
    diff -Naur pycrypto-2.0.org/src/SHA256.c pycrypto-2.0/src/SHA256.c
    --- pycrypto-2.0.org/src/SHA256.c	2005-05-05 14:28:28.000000000 +0200
    +++ pycrypto-2.0/src/SHA256.c	2005-05-05 14:41:37.000000000 +0200
    @@ -9,22 +9,23 @@
      * Revised Code:  Complies to SHA-256 standard now.
      *
      * Tom St Denis -- http://tomstdenis.home.dhs.org
    - * */
    + * */
    +#include 
     #include "Python.h"
     #define MODULE_NAME SHA256
     #define DIGEST_SIZE 32
     
     typedef unsigned char U8;
    -typedef unsigned int U32;
    +typedef uint32_t U32;
     
     typedef struct {
    -    unsigned long state[8], length, curlen;
    -    unsigned char buf[64];
    +     U32 state[8], length, curlen;
    +     U8 buf[64];
     }
     hash_state;
     
     /* the K array */
    -static const unsigned long K[64] = {
    +static const U32 K[64] = {
         0x428a2f98UL, 0x71374491UL, 0xb5c0fbcfUL, 0xe9b5dba5UL, 0x3956c25bUL,
         0x59f111f1UL, 0x923f82a4UL, 0xab1c5ed5UL, 0xd807aa98UL, 0x12835b01UL,
         0x243185beUL, 0x550c7dc3UL, 0x72be5d74UL, 0x80deb1feUL, 0x9bdc06a7UL,
    @@ -53,7 +54,7 @@
     /* compress 512-bits */
     static void sha_compress(hash_state * md)
     {
    -    unsigned long S[8], W[64], t0, t1;
    +    U32 S[8], W[64], t0, t1;
         int i;
     
         /* copy state into S */
    @@ -104,7 +105,7 @@
         md->state[7] = 0x5BE0CD19UL;
     }
     
    -void sha_process(hash_state * md, unsigned char *buf, int len)
    +void sha_process(hash_state * md, unsigned char *buf, U32 len)
     {
         while (len--) {
             /* copy byte */
    
    
    Index: python-crypto.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/python-crypto/devel/python-crypto.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- python-crypto.spec	21 Mar 2005 22:38:25 -0000	1.7
    +++ python-crypto.spec	5 May 2005 12:53:52 -0000	1.8
    @@ -4,12 +4,13 @@
     Summary:	Cryptography library for Python
     Name:		python-crypto
     Version:	2.0
    -Release:	3
    +Release:	4
     License:	Python License (CNRI Python License)
     Group:		Development/Libraries
     URL:		http://www.amk.ca/python/code/crypto.html
     Source:		http://www.amk.ca/files/python/crypto/pycrypto-2.0.tar.gz
     Patch0:		%{name}-x86_64-buildfix.patch
    +Patch1:		%{name}-64bit-unclean.patch
     BuildRequires:	python >= 2.2
     BuildRequires:	python-devel >= 2.2
     BuildRequires:	gmp-devel >= 4.1
    @@ -27,6 +28,7 @@
     %ifarch x86_64
     %patch0 -b .patch0
     %endif
    +%patch1 -b .patch1 -p 1
     
     # The build section.
     %build
    @@ -76,6 +78,9 @@
     %dir %{python_sitearch}/Crypto/Util/
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  - 0:2.0-4
    +- add python-crypto-64bit-unclean.patch (#156173)
    +
     * Mon Mar 21 2005 Seth Vidal  - 0:2.0-3
     - iterate release for build on python 2.4 based systems
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:14:00 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:14:00 -0400
    Subject: common tobuild,1.135,1.136
    Message-ID: <200505051314.j45DE0qE001095@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1078
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnotime/devel gnotime-2_2_1-8 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.135
    retrieving revision 1.136
    diff -u -r1.135 -r1.136
    --- tobuild	5 May 2005 08:32:28 -0000	1.135
    +++ tobuild	5 May 2005 13:13:58 -0000	1.136
    @@ -23,3 +23,4 @@
     skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
     skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
     skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    +skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:14:52 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:14:52 -0400
    Subject: common tobuild,1.136,1.137
    Message-ID: <200505051314.j45DEq0b001173@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1156
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-String-ShellQuote/devel perl-String-ShellQuote-1_03-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.136
    retrieving revision 1.137
    diff -u -r1.136 -r1.137
    --- tobuild	5 May 2005 13:13:58 -0000	1.136
    +++ tobuild	5 May 2005 13:14:50 -0000	1.137
    @@ -24,3 +24,4 @@
     skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
     skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
     skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    +skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:15:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:15:19 -0400
    Subject: common tobuild,1.137,1.138
    Message-ID: <200505051315.j45DFJPA001248@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1231
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/ccache/devel ccache-2_4-3 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.137
    retrieving revision 1.138
    diff -u -r1.137 -r1.138
    --- tobuild	5 May 2005 13:14:50 -0000	1.137
    +++ tobuild	5 May 2005 13:15:17 -0000	1.138
    @@ -25,3 +25,4 @@
     skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
     skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
     skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    +skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:15:54 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:15:54 -0400
    Subject: common tobuild,1.138,1.139
    Message-ID: <200505051315.j45DFsFL001306@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1289
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/pam_mount/devel pam_mount-0_9_23-1 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.138
    retrieving revision 1.139
    diff -u -r1.138 -r1.139
    --- tobuild	5 May 2005 13:15:17 -0000	1.138
    +++ tobuild	5 May 2005 13:15:52 -0000	1.139
    @@ -26,3 +26,4 @@
     skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
     skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
     skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    +skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:16:12 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:16:12 -0400
    Subject: common tobuild,1.139,1.140
    Message-ID: <200505051316.j45DGCQu001364@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1347
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/exim/devel exim-4_51-1 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.139
    retrieving revision 1.140
    diff -u -r1.139 -r1.140
    --- tobuild	5 May 2005 13:15:52 -0000	1.139
    +++ tobuild	5 May 2005 13:16:10 -0000	1.140
    @@ -27,3 +27,4 @@
     skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
     skvidal	rpms/ccache/devel	ccache-2_4-3	devel
     skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    +skvidal	rpms/exim/devel	exim-4_51-1	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:19:54 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:19:54 -0400
    Subject: common tobuild,1.140,1.141
    Message-ID: <200505051319.j45DJsTK001408@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1391
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/quilt/devel quilt-0_40-2_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.140
    retrieving revision 1.141
    diff -u -r1.140 -r1.141
    --- tobuild	5 May 2005 13:16:10 -0000	1.140
    +++ tobuild	5 May 2005 13:19:52 -0000	1.141
    @@ -28,3 +28,4 @@
     skvidal	rpms/ccache/devel	ccache-2_4-3	devel
     skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
     skvidal	rpms/exim/devel	exim-4_51-1	devel
    +skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:04 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:04 -0400
    Subject: rpms/loudmouth - New directory
    Message-ID: <200505051345.j45Dj4VJ001518@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1498/loudmouth
    
    Log Message:
    Directory /cvs/extras/rpms/loudmouth added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:05 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:05 -0400
    Subject: rpms/loudmouth/devel - New directory
    Message-ID: <200505051345.j45Dj5ab001523@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1498/loudmouth/devel
    
    Log Message:
    Directory /cvs/extras/rpms/loudmouth/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:20 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:20 -0400
    Subject: rpms/loudmouth Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505051345.j45DjKHJ001572@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1545
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module loudmouth
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module loudmouth
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:21 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:21 -0400
    Subject: rpms/loudmouth/devel .cvsignore, NONE, 1.1 Makefile, NONE,
    	1.1 sources, NONE, 1.1
    Message-ID: <200505051345.j45DjLEc001577@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1545/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module loudmouth
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:52 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:52 -0400
    Subject: rpms/loudmouth import.log,1.1,1.2
    Message-ID: <200505051345.j45Djq5Z001640@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1609
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import loudmouth-0.17.2-2 on branch devel from loudmouth-0.17.2-2.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/loudmouth/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	5 May 2005 13:45:18 -0000	1.1
    +++ import.log	5 May 2005 13:45:50 -0000	1.2
    @@ -0,0 +1 @@
    +loudmouth-0_17_2-2:HEAD:loudmouth-0.17.2-2.src.rpm:1115300746
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:53 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:53 -0400
    Subject: rpms/loudmouth/devel loudmouth.spec, NONE, 1.1 .cvsignore, 1.1,
    	1.2 sources, 1.1, 1.2
    Message-ID: <200505051345.j45DjrWk001647@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1609/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	loudmouth.spec 
    Log Message:
    auto-import loudmouth-0.17.2-2 on branch devel from loudmouth-0.17.2-2.src.rpm
    
    
    --- NEW FILE loudmouth.spec ---
    %define with_ssl 1
    
    Name:           loudmouth
    Version:        0.17.2
    Release:        2
    Summary:        Loudmouth is a Jabber programming library written in C
    
    Group:          System Environment/Libraries
    License:        LGPL
    URL:            http://www.imendio.com/projects/loudmouth
    Source0:        http://ftp.gnome.org/pub/GNOME/sources/loudmouth/0.17/%{name}-%{version}.tar.bz2
    BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:  glib2-devel >= 2.4.0
    BuildRequires:	gtk-doc >= 0.10
    
    %if %{with_ssl}
    BuildRequires:	gnutls-devel >= 1.0.0    
    BuildRequires:	libtasn1 >= 0.2.6
    BuildRequires:	libgcrypt-devel
    %endif
    
    
    %description
    Loudmouth is a lightweight and easy-to-use C library for programming
    with the Jabber protocol. It's designed to be easy to get started with
    and yet extensible to let you do anything the Jabber protocol allows.
    
    
    %package devel
    Summary:	Development files for Loudmouth
    Group:		Development/Libraries
    Requires:	%{name} = %{version}-%{release}
    
    
    %description devel
    Loudmouth is a lightweight and easy-to-use C library for programming
    with the Jabber protocol. It's designed to be easy to get started with
    and yet extensible to let you do anything the Jabber protocol allows.
    
    %prep
    %setup -q
    
    
    %build
    %configure --enable-gtk-doc \
    	   --enable-mono=no \
    %if %{with_ssl}
    	   --with-ssl=yes
    %else
    	   --with-ssl=no
    %endif
    
    make %{?_smp_mflags}
    
    
    %install
    rm -rf $RPM_BUILD_ROOT
    make install DESTDIR=$RPM_BUILD_ROOT
    
    rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
    
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    
    %post -p /sbin/ldconfig
    
    
    %postun -p /sbin/ldconfig
    
    
    %files
    %defattr(-,root,root,-)
    %doc ChangeLog NEWS README COPYING
    %{_libdir}/libloudmouth*.so.*
    
    %files devel
    %defattr(-,root,root,-)
    %{_libdir}/libloudmouth*.so
    %{_libdir}/libloudmouth*.a
    %{_libdir}/pkgconfig/*
    %{_includedir}/%{name}-1.0
    %{_datadir}/gtk-doc/html/%{name}
    
    
    %changelog
    * Thu May  5 2005 Brian Pepple  - 0.17.2-2
    - added %%{_includedir}.
    - Add libgcrypt-devel BR.
    
    * Sun May  1 2005 Brian Pepple  - 0.17.2-1
    - Initial Fedora build.
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/loudmouth/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	5 May 2005 13:45:18 -0000	1.1
    +++ .cvsignore	5 May 2005 13:45:51 -0000	1.2
    @@ -0,0 +1 @@
    +loudmouth-0.17.2.tar.bz2
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/loudmouth/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	5 May 2005 13:45:18 -0000	1.1
    +++ sources	5 May 2005 13:45:51 -0000	1.2
    @@ -0,0 +1 @@
    +db5dd069f3c7de18d5347ebaaee4ad61  loudmouth-0.17.2.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:52:02 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 09:52:02 -0400
    Subject: rpms/alsa-tools/devel alsa-tools.spec,1.5,1.6
    Message-ID: <200505051352.j45Dq2gF001728@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/alsa-tools/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1711
    
    Modified Files:
    	alsa-tools.spec 
    Log Message:
    don't build ac3dec -- use a52dec instead
    
    
    Index: alsa-tools.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/devel/alsa-tools.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- alsa-tools.spec	8 Apr 2005 15:06:28 -0000	1.5
    +++ alsa-tools.spec	5 May 2005 13:52:00 -0000	1.6
    @@ -1,11 +1,11 @@
    -%{?!_without_tools: 	%define builddirstools ac3dec as10k1 envy24control hdspconf hdspmixer rmedigicontrol sbiload sb16_csp sscape_ctl us428control }
    +%{?!_without_tools: 	%define builddirstools as10k1 envy24control hdspconf hdspmixer rmedigicontrol sbiload sb16_csp sscape_ctl us428control }
     %{?_without_tools: 	%{!?_with_firmware: %define _with_firmware 1}}
     %{?_with_firmware: 	%define builddirsfirmw hdsploader mixartloader usx2yloader vxloader }
     
     Summary: 	The ALSA Tools
     Name: 		alsa-tools
     Version: 	1.0.8
    -Release: 	1
    +Release: 	2
     License: 	GPL
     Group: 		Applications/Multimedia
     URL: 		http://www.alsa-project.org/
    @@ -26,7 +26,6 @@
     
     Some Noteable:
     
    -* ac3dec - A free AC-3 stream decoder
     * cspctl - Sound Blaster 16 ASP/CSP control program
     * sbiload - An OPL2/3 FM instrument loader for ALSA sequencer
     * sscape_ctl - ALSA SoundScape control utility
    @@ -112,7 +111,6 @@
     %if 0%{!?_without_tools:1}
     %files
     %defattr(-,root,root,-)
    -%doc %{_docdir}/%{name}-%{version}/ac3dec
     %doc %{_docdir}/%{name}-%{version}/as10k1
     %doc %{_docdir}/%{name}-%{version}/envy24control
     %doc %{_docdir}/%{name}-%{version}/hdspconf
    @@ -120,11 +118,9 @@
     %doc %{_docdir}/%{name}-%{version}/rmedigicontrol
     %doc %{_docdir}/%{name}-%{version}/sbiload
     %doc %{_docdir}/%{name}-%{version}/sb16_csp
    -%{_bindir}/ac3dec
     %{_bindir}/as10k1
     %{_bindir}/cspctl
     %{_bindir}/envy24control
    -%{_bindir}/extract_ac3
     %{_bindir}/hdspconf
     %{_bindir}/hdspmixer
     %{_bindir}/rmedigicontrol
    @@ -157,6 +153,9 @@
     %endif # ?_with_firmware
     
     %changelog
    +* Wed Apr 06 2005 Thorsten Leemhuis  - 1.0.8-2
    +- don't build ac3dec -- use a52dec instead
    +
     * Wed Apr 06 2005 Thorsten Leemhuis  - 1.0.8-1
     - Update to 1.0.8
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 14:43:53 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Thu,  5 May 2005 10:43:53 -0400
    Subject: rpms/blacs/FC-3 Bmake.inc.64bit,NONE,1.1 blacs.spec,1.2,1.3
    Message-ID: <200505051443.j45Ehr0x002847@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/blacs/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2813/FC-3
    
    Modified Files:
    	blacs.spec 
    Added Files:
    	Bmake.inc.64bit 
    Log Message:
    
    Fix 64bit libdir.
    
    
    
    --- NEW FILE Bmake.inc.64bit ---
    #=============================================================================
    #====================== SECTION 1: PATHS AND LIBRARIES =======================
    #=============================================================================
    #  The following macros specify the name and location of libraries required by
    #  the BLACS and its tester.
    #=============================================================================
     
    #  --------------------------------------
    #  Make sure we've got a consistent shell
    #  --------------------------------------
       SHELL = /bin/sh
    
    #  -----------------------------
    #  The top level BLACS directory
    #  -----------------------------
       BTOPdir = $(RPM_BUILD_DIR)/blacs/BLACS
    
    #  ---------------------------------------------------------------------------
    #  The communication library your BLACS have been written for.
    #  Known choices (and the machines they run on) are:
    #
    #     COMMLIB   MACHINE
    #     .......   ..............................................................
    #     CMMD      Thinking Machine's CM-5
    #     MPI       Wide variety of systems
    #     MPL       IBM's SP series (SP1 and SP2)
    #     NX        Intel's supercomputer series (iPSC2, iPSC/860, DELTA, PARAGON)
    #     PVM       Most unix machines; See PVM User's Guide for details
    #  ---------------------------------------------------------------------------
       COMMLIB = MPI
    
    #  -------------------------------------------------------------
    #  The platform identifier to suffix to the end of library names
    #  -------------------------------------------------------------
       PLAT = LINUX
    
    #  ----------------------------------------------------------
    #  Name and location of the BLACS library.  See section 2 for 
    #  details on BLACS debug level (BLACSDBGLVL).
    #  ----------------------------------------------------------
       BLACSdir    = $(BTOPdir)/LIB
       BLACSDBGLVL = 0
       BLACSFINIT  = $(BLACSdir)/libmpiblacsF77init.a
       BLACSFINITS = $(BLACSdir)/libmpiblacsF77init.so
       BLACSCINIT  = $(BLACSdir)/libmpiblacsCinit.a
       BLACSCINITS = $(BLACSdir)/libmpiblacsCinit.so
       BLACSLIB    = $(BLACSdir)/libmpiblacs.a
       BLACSLIBS   = $(BLACSdir)/libmpiblacs.so
    
    #  -------------------------------------
    #  Name and location of the MPI library.
    #  -------------------------------------
       MPIdir = /usr
       MPILIBdir = $(MPIdir)/lib64
       MPIINCdir = $(MPIdir)/include
       MPILIB = $(MPILIBdir)/libmpi.a
       LAMLIBS = $(MPILIBdir)/liblam.a $(MPILIBdir)/liblamf77mpi.a 
       EXTRALIBS = -ldl -lpthread -llam -lmpi -llamf77mpi
    
    #  -------------------------------------
    #  All libraries required by the tester.
    #  -------------------------------------
       BTLIBS = $(BLACSFINIT) $(BLACSLIB) $(BLACSFINIT) $(MPILIB) $(LAMLIBS) $(EXTRALIBS)
    
    #  ----------------------------------------------------------------
    #  The directory to put the installation help routines' executables
    #  ----------------------------------------------------------------
       INSTdir = $(BTOPdir)/INSTALL/EXE
    
    #  ------------------------------------------------
    #  The name and location of the tester's executable
    #  ------------------------------------------------
       TESTdir = $(BTOPdir)/TESTING/EXE
       FTESTexe = $(TESTdir)/xFbtest_$(COMMLIB)-$(PLAT)-$(BLACSDBGLVL)
       CTESTexe = $(TESTdir)/xCbtest_$(COMMLIB)-$(PLAT)-$(BLACSDBGLVL)
    #=============================================================================
    #=============================== End SECTION 1 ===============================
    #=============================================================================
     
    
    #=============================================================================
    #========================= SECTION 2: BLACS INTERNALS ========================
    #=============================================================================
    #  The following macro definitions set preprocessor values for the BLACS.
    #  The file Bconfig.h sets these values if they are not set by the makefile.
    #  User's compiling only the tester can skip this entire section.
    #  NOTE: The MPI defaults have been set for MPICH.
    #=============================================================================
    
    #  -----------------------------------------------------------------------
    #  The directory to find the required communication library include files, 
    #  if they are required by your system.
    #  -----------------------------------------------------------------------
       SYSINC = -I$(MPIINCdir)
    
    #  ---------------------------------------------------------------------------
    #  The Fortran 77 to C interface to be used.  If you are unsure of the correct
    #  setting for your platform, compile and run BLACS/INSTALL/xintface.
    #  Choices are: Add_, NoChange, UpCase, or f77IsF2C.
    #  ---------------------------------------------------------------------------
       INTFACE = -Df77IsF2C
    
    #  ------------------------------------------------------------------------
    #  Allows the user to vary the topologies that the BLACS default topologies
    #  (TOP = ' ') correspond to.  If you wish to use a particular topology
    #  (as opposed to letting the BLACS make the choice), uncomment the
    #  following macros, and replace the character in single quotes with the
    #  topology of your choice.
    #  ------------------------------------------------------------------------
    #  DEFBSTOP   = -DDefBSTop="'1'"
    #  DEFCOMBTOP = -DDefCombTop="'1'"
    
    #  -------------------------------------------------------------------
    #  If your MPI_Send is locally-blocking, substitute the following line
    #  for the empty macro definition below.
    #  SENDIS = -DSndIsLocBlk
    #  -------------------------------------------------------------------
       SENDIS =
    
    #  --------------------------------------------------------------------
    #  If your MPI handles packing of non-contiguous messages by copying to
    #  another buffer or sending extra bytes, better performance may be
    #  obtained by replacing the empty macro definition below with the
    #  macro definition on the following line.
    #  BUFF = -DNoMpiBuff
    #  --------------------------------------------------------------------
       BUFF = 
    
    #  -----------------------------------------------------------------------
    #  If you know something about your system, you may make it easier for the
    #  BLACS to translate between C and fortran communicators.  If the empty
    #  macro defininition is left alone, this translation will cause the C
    #  BLACS to globally block for MPI_COMM_WORLD on calls to BLACS_GRIDINIT
    #  and BLACS_GRIDMAP.  If you choose one of the options for translating
    #  the context, neither the C or fortran calls will globally block.
    #  If you are using MPICH, or a derivitive system, you can replace the 
    #  empty macro definition below with the following (note that if you let
    #  MPICH do the translation between C and fortran, you must also indicate
    #  here if your system has pointers that are longer than integers.  If so,
    #  define -DPOINTER_64_BITS=1.)  For help on setting TRANSCOMM, you can
    #  run BLACS/INSTALL/xtc_CsameF77 and BLACS/INSTALL/xtc_UseMpich as
    #  explained in BLACS/INSTALL/README.
       TRANSCOMM = -DUseMpich
    #
    #  If you know that your MPI uses the same handles for fortran and C
    #  communicators, you can replace the empty macro definition below with
    #  the macro definition on the following line.
    #  TRANSCOMM = -DCSameF77
    #  -----------------------------------------------------------------------
    #  TRANSCOMM =
    
    #  --------------------------------------------------------------------------
    #  You may choose to have the BLACS internally call either the C or Fortran77
    #  interface to MPI by varying the following macro.  If TRANSCOMM is left
    #  empty, the C interface BLACS_GRIDMAP/BLACS_GRIDINIT will globally-block if
    #  you choose to use the fortran internals, and the fortran interface will
    #  block if you choose to use the C internals.  It is recommended that the 
    #  user leave this macro definition blank, unless there is a strong reason
    #  to prefer one MPI interface over the other.
    #  WHATMPI = -DUseF77Mpi
    #  WHATMPI = -DUseCMpi
    #  --------------------------------------------------------------------------
       WHATMPI =
    
    #  ---------------------------------------------------------------------------
    #  Some early versions of MPICH and its derivatives cannot handle user defined
    #  zero byte data types.  If your system has this problem (compile and run
    #  BLACS/INSTALL/xsyserrors to check if unsure), replace the empty macro
    #  definition below with the macro definition on the following line.
    #  SYSERRORS = -DZeroByteTypeBug
    #  ---------------------------------------------------------------------------
       SYSERRORS =
    
    #  ------------------------------------------------------------------
    #  These macros set the debug level for the BLACS.  The fastest
    #  code is produced by BlacsDebugLvl 0.  Higher levels provide
    #  more debug information at the cost of performance.  Present levels
    #  of debug are:
    #  0 : No debug information
    #  1 : Mainly parameter checking.
    #  ------------------------------------------------------------------
       DEBUGLVL = -DBlacsDebugLvl=$(BLACSDBGLVL)
    
    #  -------------------------------------------------------------------------
    #  All BLACS definitions needed for compile (DEFS1 contains definitions used
    #  by all BLACS versions).
    #  -------------------------------------------------------------------------
       DEFS1 = -DSYSINC $(SYSINC) $(INTFACE) $(DEFBSTOP) $(DEFCOMBTOP) $(DEBUGLVL)
       BLACSDEFS = $(DEFS1) $(SENDIS) $(BUFF) $(TRANSCOMM) $(WHATMPI) $(SYSERRORS)
    #=============================================================================
    #=============================== End SECTION 2 ===============================
    #=============================================================================
     
    
    #=============================================================================
    #=========================== SECTION 3: COMPILERS ============================
    #=============================================================================
    #  The following macros specify compilers, linker/loaders, the archiver,
    #  and their options.  Some of the fortran files need to be compiled with no
    #  optimization.  This is the F77NO_OPTFLAG.  The usage of the remaining
    #  macros should be obvious from the names.
    #=============================================================================
       F77            = g77
       F77NO_OPTFLAGS = $(RPM_OPT_FLAGS)
       F77FLAGS       = $(F77NO_OPTFLAGS) -O
       F77LOADER      = $(F77)
       F77LOADFLAGS   = 
       CC             = gcc
       CCFLAGS        = $(RPM_OPT_FLAGS)
       CCLOADER       = $(CC)
       CCLOADFLAGS    = 
    
    #  --------------------------------------------------------------------------
    #  The archiver and the flag(s) to use when building an archive (library).
    #  Also the ranlib routine.  If your system has no ranlib, set RANLIB = echo.
    #  --------------------------------------------------------------------------
       ARCH      = ar
       ARCHFLAGS = r
       RANLIB    = ranlib
    
    #=============================================================================
    #=============================== End SECTION 3 ===============================
    #=============================================================================
    
    
    Index: blacs.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/blacs/FC-3/blacs.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- blacs.spec	25 Apr 2005 00:28:34 -0000	1.2
    +++ blacs.spec	5 May 2005 14:43:51 -0000	1.3
    @@ -4,7 +4,7 @@
     Summary: Basic Linear Algebra Communication Subprograms
     Name: blacs
     Version: 1.1
    -Release: 5%{?dist}
    +Release: 6%{?dist}
     License: Freely distributable
     Group: Development/Libraries
     URL: http://www.netlib.org/blacs
    @@ -17,6 +17,7 @@
     Source6: http://www.netlib.org/blacs/f77blacsqref.ps
     Source7: http://www.netlib.org/blacs/cblacsqref.ps
     Source8: http://www.netlib.org/blacs/lawn94.ps
    +Source9: Bmake.inc.64bit
     BuildRequires: gcc-g77
     BuildRequires: lapack, blas, lam
     Requires: lapack, blas, lam
    @@ -37,7 +38,11 @@
     %setup -q -c -n %{name}
     %setup -q -D -T -a 1 -n %{name}
     cd BLACS/
    +%ifarch ppc64 sparc64 x86_64
    +cp -f %{SOURCE9} ./Bmake.inc
    +%else
     cp -f %{SOURCE2} .
    +%endif
     
     %build
     cd BLACS/
    @@ -82,6 +87,9 @@
     %{_libdir}/libmpiblacs*
     
     %changelog
    +* Thu May  5 2005 Tom "spot" Callaway  1.1-6
    +- fix 64bit issues
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.1-5
     - use dist tag
     - fix fc3 package sources and dependencies
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 14:43:54 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Thu,  5 May 2005 10:43:54 -0400
    Subject: rpms/blacs/devel Bmake.inc.64bit,NONE,1.1 blacs.spec,1.2,1.3
    Message-ID: <200505051443.j45Ehseg002853@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/blacs/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2813/devel
    
    Modified Files:
    	blacs.spec 
    Added Files:
    	Bmake.inc.64bit 
    Log Message:
    
    Fix 64bit libdir.
    
    
    
    --- NEW FILE Bmake.inc.64bit ---
    #=============================================================================
    #====================== SECTION 1: PATHS AND LIBRARIES =======================
    #=============================================================================
    #  The following macros specify the name and location of libraries required by
    #  the BLACS and its tester.
    #=============================================================================
     
    #  --------------------------------------
    #  Make sure we've got a consistent shell
    #  --------------------------------------
       SHELL = /bin/sh
    
    #  -----------------------------
    #  The top level BLACS directory
    #  -----------------------------
       BTOPdir = $(RPM_BUILD_DIR)/blacs/BLACS
    
    #  ---------------------------------------------------------------------------
    #  The communication library your BLACS have been written for.
    #  Known choices (and the machines they run on) are:
    #
    #     COMMLIB   MACHINE
    #     .......   ..............................................................
    #     CMMD      Thinking Machine's CM-5
    #     MPI       Wide variety of systems
    #     MPL       IBM's SP series (SP1 and SP2)
    #     NX        Intel's supercomputer series (iPSC2, iPSC/860, DELTA, PARAGON)
    #     PVM       Most unix machines; See PVM User's Guide for details
    #  ---------------------------------------------------------------------------
       COMMLIB = MPI
    
    #  -------------------------------------------------------------
    #  The platform identifier to suffix to the end of library names
    #  -------------------------------------------------------------
       PLAT = LINUX
    
    #  ----------------------------------------------------------
    #  Name and location of the BLACS library.  See section 2 for 
    #  details on BLACS debug level (BLACSDBGLVL).
    #  ----------------------------------------------------------
       BLACSdir    = $(BTOPdir)/LIB
       BLACSDBGLVL = 0
       BLACSFINIT  = $(BLACSdir)/libmpiblacsF77init.a
       BLACSFINITS = $(BLACSdir)/libmpiblacsF77init.so
       BLACSCINIT  = $(BLACSdir)/libmpiblacsCinit.a
       BLACSCINITS = $(BLACSdir)/libmpiblacsCinit.so
       BLACSLIB    = $(BLACSdir)/libmpiblacs.a
       BLACSLIBS   = $(BLACSdir)/libmpiblacs.so
    
    #  -------------------------------------
    #  Name and location of the MPI library.
    #  -------------------------------------
       MPIdir = /usr
       MPILIBdir = $(MPIdir)/lib64
       MPIINCdir = $(MPIdir)/include
       MPILIB = $(MPILIBdir)/libmpi.a
       LAMLIBS = $(MPILIBdir)/liblam.a $(MPILIBdir)/liblamf77mpi.a 
       EXTRALIBS = -ldl -lpthread -llam -lmpi -llamf77mpi
    
    #  -------------------------------------
    #  All libraries required by the tester.
    #  -------------------------------------
       BTLIBS = $(BLACSFINIT) $(BLACSLIB) $(BLACSFINIT) $(MPILIB) $(LAMLIBS) $(EXTRALIBS)
    
    #  ----------------------------------------------------------------
    #  The directory to put the installation help routines' executables
    #  ----------------------------------------------------------------
       INSTdir = $(BTOPdir)/INSTALL/EXE
    
    #  ------------------------------------------------
    #  The name and location of the tester's executable
    #  ------------------------------------------------
       TESTdir = $(BTOPdir)/TESTING/EXE
       FTESTexe = $(TESTdir)/xFbtest_$(COMMLIB)-$(PLAT)-$(BLACSDBGLVL)
       CTESTexe = $(TESTdir)/xCbtest_$(COMMLIB)-$(PLAT)-$(BLACSDBGLVL)
    #=============================================================================
    #=============================== End SECTION 1 ===============================
    #=============================================================================
     
    
    #=============================================================================
    #========================= SECTION 2: BLACS INTERNALS ========================
    #=============================================================================
    #  The following macro definitions set preprocessor values for the BLACS.
    #  The file Bconfig.h sets these values if they are not set by the makefile.
    #  User's compiling only the tester can skip this entire section.
    #  NOTE: The MPI defaults have been set for MPICH.
    #=============================================================================
    
    #  -----------------------------------------------------------------------
    #  The directory to find the required communication library include files, 
    #  if they are required by your system.
    #  -----------------------------------------------------------------------
       SYSINC = -I$(MPIINCdir)
    
    #  ---------------------------------------------------------------------------
    #  The Fortran 77 to C interface to be used.  If you are unsure of the correct
    #  setting for your platform, compile and run BLACS/INSTALL/xintface.
    #  Choices are: Add_, NoChange, UpCase, or f77IsF2C.
    #  ---------------------------------------------------------------------------
       INTFACE = -Df77IsF2C
    
    #  ------------------------------------------------------------------------
    #  Allows the user to vary the topologies that the BLACS default topologies
    #  (TOP = ' ') correspond to.  If you wish to use a particular topology
    #  (as opposed to letting the BLACS make the choice), uncomment the
    #  following macros, and replace the character in single quotes with the
    #  topology of your choice.
    #  ------------------------------------------------------------------------
    #  DEFBSTOP   = -DDefBSTop="'1'"
    #  DEFCOMBTOP = -DDefCombTop="'1'"
    
    #  -------------------------------------------------------------------
    #  If your MPI_Send is locally-blocking, substitute the following line
    #  for the empty macro definition below.
    #  SENDIS = -DSndIsLocBlk
    #  -------------------------------------------------------------------
       SENDIS =
    
    #  --------------------------------------------------------------------
    #  If your MPI handles packing of non-contiguous messages by copying to
    #  another buffer or sending extra bytes, better performance may be
    #  obtained by replacing the empty macro definition below with the
    #  macro definition on the following line.
    #  BUFF = -DNoMpiBuff
    #  --------------------------------------------------------------------
       BUFF = 
    
    #  -----------------------------------------------------------------------
    #  If you know something about your system, you may make it easier for the
    #  BLACS to translate between C and fortran communicators.  If the empty
    #  macro defininition is left alone, this translation will cause the C
    #  BLACS to globally block for MPI_COMM_WORLD on calls to BLACS_GRIDINIT
    #  and BLACS_GRIDMAP.  If you choose one of the options for translating
    #  the context, neither the C or fortran calls will globally block.
    #  If you are using MPICH, or a derivitive system, you can replace the 
    #  empty macro definition below with the following (note that if you let
    #  MPICH do the translation between C and fortran, you must also indicate
    #  here if your system has pointers that are longer than integers.  If so,
    #  define -DPOINTER_64_BITS=1.)  For help on setting TRANSCOMM, you can
    #  run BLACS/INSTALL/xtc_CsameF77 and BLACS/INSTALL/xtc_UseMpich as
    #  explained in BLACS/INSTALL/README.
       TRANSCOMM = -DUseMpich
    #
    #  If you know that your MPI uses the same handles for fortran and C
    #  communicators, you can replace the empty macro definition below with
    #  the macro definition on the following line.
    #  TRANSCOMM = -DCSameF77
    #  -----------------------------------------------------------------------
    #  TRANSCOMM =
    
    #  --------------------------------------------------------------------------
    #  You may choose to have the BLACS internally call either the C or Fortran77
    #  interface to MPI by varying the following macro.  If TRANSCOMM is left
    #  empty, the C interface BLACS_GRIDMAP/BLACS_GRIDINIT will globally-block if
    #  you choose to use the fortran internals, and the fortran interface will
    #  block if you choose to use the C internals.  It is recommended that the 
    #  user leave this macro definition blank, unless there is a strong reason
    #  to prefer one MPI interface over the other.
    #  WHATMPI = -DUseF77Mpi
    #  WHATMPI = -DUseCMpi
    #  --------------------------------------------------------------------------
       WHATMPI =
    
    #  ---------------------------------------------------------------------------
    #  Some early versions of MPICH and its derivatives cannot handle user defined
    #  zero byte data types.  If your system has this problem (compile and run
    #  BLACS/INSTALL/xsyserrors to check if unsure), replace the empty macro
    #  definition below with the macro definition on the following line.
    #  SYSERRORS = -DZeroByteTypeBug
    #  ---------------------------------------------------------------------------
       SYSERRORS =
    
    #  ------------------------------------------------------------------
    #  These macros set the debug level for the BLACS.  The fastest
    #  code is produced by BlacsDebugLvl 0.  Higher levels provide
    #  more debug information at the cost of performance.  Present levels
    #  of debug are:
    #  0 : No debug information
    #  1 : Mainly parameter checking.
    #  ------------------------------------------------------------------
       DEBUGLVL = -DBlacsDebugLvl=$(BLACSDBGLVL)
    
    #  -------------------------------------------------------------------------
    #  All BLACS definitions needed for compile (DEFS1 contains definitions used
    #  by all BLACS versions).
    #  -------------------------------------------------------------------------
       DEFS1 = -DSYSINC $(SYSINC) $(INTFACE) $(DEFBSTOP) $(DEFCOMBTOP) $(DEBUGLVL)
       BLACSDEFS = $(DEFS1) $(SENDIS) $(BUFF) $(TRANSCOMM) $(WHATMPI) $(SYSERRORS)
    #=============================================================================
    #=============================== End SECTION 2 ===============================
    #=============================================================================
     
    
    #=============================================================================
    #=========================== SECTION 3: COMPILERS ============================
    #=============================================================================
    #  The following macros specify compilers, linker/loaders, the archiver,
    #  and their options.  Some of the fortran files need to be compiled with no
    #  optimization.  This is the F77NO_OPTFLAG.  The usage of the remaining
    #  macros should be obvious from the names.
    #=============================================================================
       F77            = gfortran
       F77NO_OPTFLAGS = $(RPM_OPT_FLAGS)
       F77FLAGS       = $(F77NO_OPTFLAGS) -O
       F77LOADER      = $(F77)
       F77LOADFLAGS   = 
       CC             = gcc
       CCFLAGS        = $(RPM_OPT_FLAGS)
       CCLOADER       = $(CC)
       CCLOADFLAGS    = 
    
    #  --------------------------------------------------------------------------
    #  The archiver and the flag(s) to use when building an archive (library).
    #  Also the ranlib routine.  If your system has no ranlib, set RANLIB = echo.
    #  --------------------------------------------------------------------------
       ARCH      = ar
       ARCHFLAGS = r
       RANLIB    = ranlib
    
    #=============================================================================
    #=============================== End SECTION 3 ===============================
    #=============================================================================
    
    
    Index: blacs.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/blacs/devel/blacs.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- blacs.spec	25 Apr 2005 00:28:34 -0000	1.2
    +++ blacs.spec	5 May 2005 14:43:52 -0000	1.3
    @@ -4,7 +4,7 @@
     Summary: Basic Linear Algebra Communication Subprograms
     Name: blacs
     Version: 1.1
    -Release: 5%{?dist}
    +Release: 6%{?dist}
     License: Freely distributable
     Group: Development/Libraries
     URL: http://www.netlib.org/blacs
    @@ -17,6 +17,7 @@
     Source6: http://www.netlib.org/blacs/f77blacsqref.ps
     Source7: http://www.netlib.org/blacs/cblacsqref.ps
     Source8: http://www.netlib.org/blacs/lawn94.ps
    +Source9: Bmake.inc.64bit
     BuildRequires: gcc-gfortran
     BuildRequires: lapack, blas, lam
     Requires: lapack, blas, lam
    @@ -37,7 +38,11 @@
     %setup -q -c -n %{name}
     %setup -q -D -T -a 1 -n %{name}
     cd BLACS/
    +%ifarch ppc64 sparc64 x86_64
    +cp -f %{SOURCE9} ./Bmake.inc
    +%else
     cp -f %{SOURCE2} .
    +%endif
     
     %build
     cd BLACS/
    @@ -82,6 +87,9 @@
     %{_libdir}/libmpiblacs*
     
     %changelog
    +* Thu May  5 2005 Tom "spot" Callaway  1.1-6
    +- fix 64bit issues
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.1-5
     - use dist tag
     - fix fc3 package sources and dependencies
    
    
    
    From bugs.michael at gmx.net  Thu May  5 14:48:04 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Thu, 5 May 2005 16:48:04 +0200
    Subject: rpms/loudmouth/devel loudmouth.spec, NONE, 1.1 .cvsignore, 1.1, 
     1.2 sources, 1.1, 1.2
    In-Reply-To: <200505051345.j45DjrWk001647@cvs-int.fedora.redhat.com>
    References: <200505051345.j45DjrWk001647@cvs-int.fedora.redhat.com>
    Message-ID: <20050505164804.530a7ba0.bugs.michael@gmx.net>
    
    On Thu,  5 May 2005 09:45:53 -0400, Brian Pepple wrote:
    
    > Author: bpepple
    > 
    > Update of /cvs/extras/rpms/loudmouth/devel
    
    > %package devel
    > Summary:	Development files for Loudmouth
    > Group:		Development/Libraries
    > Requires:	%{name} = %{version}-%{release}
    
    The included pkgconfig file creates the necessity to add
    
      Requires: glib2-devel
    
    here. Incomplete pkgconfig dependency chains break all sorts of pkg-config
    queries.
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 14:49:05 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Thu,  5 May 2005 10:49:05 -0400
    Subject: rpms/librx/FC-3 librx.spec,1.2,1.3
    Message-ID: <200505051449.j45En5mf002968@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/librx/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2939/FC-3
    
    Modified Files:
    	librx.spec 
    Log Message:
    
    Missing BuildRequires: texinfo
    
    
    
    Index: librx.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/librx/FC-3/librx.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- librx.spec	25 Apr 2005 00:31:25 -0000	1.2
    +++ librx.spec	5 May 2005 14:49:02 -0000	1.3
    @@ -4,7 +4,7 @@
     Summary: POSIX regexp functions
     Name: librx
     Version: 1.5
    -Release: 2%{?dist}
    +Release: 3%{?dist}
     License: GPL
     URL: http://www.gnu.org/software/rx/rx.html
     Group: Applications/Text
    @@ -12,6 +12,7 @@
     Patch0: rx-1.5-shared.patch
     Patch1: rx-1.5-texinfo.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    +BuildRequires: texinfo
     
     %description
     Rx is, among other things, an implementation of the interface
    @@ -81,6 +82,9 @@
     %{_libdir}/*.a
     
     %changelog
    +* Thu May  5 2005 Tom "spot" Callaway  1.5-3
    +- add BuildRequires: texinfo
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.5-2
     - use dist tag
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 14:49:05 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Thu,  5 May 2005 10:49:05 -0400
    Subject: rpms/librx/devel librx.spec,1.2,1.3
    Message-ID: <200505051449.j45En5dA002974@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/librx/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2939/devel
    
    Modified Files:
    	librx.spec 
    Log Message:
    
    Missing BuildRequires: texinfo
    
    
    
    Index: librx.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/librx/devel/librx.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- librx.spec	25 Apr 2005 00:31:26 -0000	1.2
    +++ librx.spec	5 May 2005 14:49:03 -0000	1.3
    @@ -4,7 +4,7 @@
     Summary: POSIX regexp functions
     Name: librx
     Version: 1.5
    -Release: 2%{?dist}
    +Release: 3%{?dist}
     License: GPL
     URL: http://www.gnu.org/software/rx/rx.html
     Group: Applications/Text
    @@ -12,6 +12,7 @@
     Patch0: rx-1.5-shared.patch
     Patch1: rx-1.5-texinfo.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    +BuildRequires: texinfo
     
     %description
     Rx is, among other things, an implementation of the interface
    @@ -81,6 +82,9 @@
     %{_libdir}/*.a
     
     %changelog
    +* Thu May  5 2005 Tom "spot" Callaway  1.5-3
    +- add BuildRequires: texinfo
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.5-2
     - use dist tag
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 15:04:02 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 11:04:02 -0400
    Subject: rpms/loudmouth/devel loudmouth.spec,1.1,1.2
    Message-ID: <200505051504.j45F42uL004006@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3989
    
    Modified Files:
    	loudmouth.spec 
    Log Message:
    add requires for glib2-devel
    
    
    Index: loudmouth.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- loudmouth.spec	5 May 2005 13:45:51 -0000	1.1
    +++ loudmouth.spec	5 May 2005 15:04:00 -0000	1.2
    @@ -2,7 +2,7 @@
     
     Name:           loudmouth
     Version:        0.17.2
    -Release:        2
    +Release:        3
     Summary:        Loudmouth is a Jabber programming library written in C
     
     Group:          System Environment/Libraries
    @@ -20,7 +20,6 @@
     BuildRequires:	libgcrypt-devel
     %endif
     
    -
     %description
     Loudmouth is a lightweight and easy-to-use C library for programming
     with the Jabber protocol. It's designed to be easy to get started with
    @@ -31,7 +30,7 @@
     Summary:	Development files for Loudmouth
     Group:		Development/Libraries
     Requires:	%{name} = %{version}-%{release}
    -
    +Requires:	glib2-devel
     
     %description devel
     Loudmouth is a lightweight and easy-to-use C library for programming
    @@ -86,6 +85,9 @@
     
     
     %changelog
    +* Thu May  5 2005 Brian Pepple  - 0.17.2-3
    +- Adde glib2-devel requires.
    +
     * Thu May  5 2005 Brian Pepple  - 0.17.2-2
     - added %%{_includedir}.
     - Add libgcrypt-devel BR.
    
    
    
    From thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net  Thu May  5 15:39:01 2005
    From: thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net (Matthias Saou)
    Date: Thu, 5 May 2005 17:39:01 +0200
    Subject: rpms/alsa-tools/devel alsa-tools.spec,1.5,1.6
    In-Reply-To: <200505051352.j45Dq2gF001728@cvs-int.fedora.redhat.com>
    References: <200505051352.j45Dq2gF001728@cvs-int.fedora.redhat.com>
    Message-ID: <20050505173901.40f104ea@python2>
    
    Thorsten Leemhuis wrote :
    
    > Log Message:
    > don't build ac3dec -- use a52dec instead
    
    Hmm, does this mean the tarball includes the full source to an AC3 stream
    decoder? If so, this might be a problem, even if it doesn't get built...
    
    Matthias
    
    -- 
    Clean custom Red Hat Linux rpm packages : http://freshrpms.net/
    Fedora Core release 3 (Heidelberg) - Linux kernel 2.6.11-1.20_FC3
    Load : 1.12 1.55 1.37
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 15:43:38 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 11:43:38 -0400
    Subject: rpms/notemeister/devel notemeister-gtkwarnings.patch, NONE,
    	1.1 notemeister.spec, 1.6, 1.7
    Message-ID: <200505051543.j45FhcYF004170@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/notemeister/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4136/devel
    
    Modified Files:
    	notemeister.spec 
    Added Files:
    	notemeister-gtkwarnings.patch 
    Log Message:
    Add notemeister-gtkwarnings.patch from bytee to fix gtk deprecation warnings
    
    notemeister-gtkwarnings.patch:
    
    --- NEW FILE notemeister-gtkwarnings.patch ---
    diff -urN notemeister-0.1.7/src/lib/Dialogs.py notemeister/src/lib/Dialogs.py
    --- notemeister-0.1.7/src/lib/Dialogs.py	2004-06-24 22:16:59.000000000 +1000
    +++ notemeister/src/lib/Dialogs.py	2005-04-21 14:45:52.000000000 +1000
    @@ -14,7 +14,7 @@
     
     		self.set_border_width(6)
     		self.vbox.set_spacing(12)
    -		self.set_resizable(gtk.FALSE)
    +		self.set_resizable(False)
     
     		for stock, response in buttons:
     			self.add_button(stock, response)
    @@ -47,7 +47,7 @@
     			image = gtk.Image()
     			image.set_from_stock(stockimage, gtk.ICON_SIZE_DIALOG)
     			image.set_alignment(0.5, 0)
    -			hbox.pack_start(image, gtk.FALSE, gtk.FALSE)
    +			hbox.pack_start(image, False, False)
     
     		# set up main content area
     		self.contents = gtk.VBox()
    @@ -56,7 +56,7 @@
     
     		label = gtk.Label()
     		label.set_markup("" + pritext + "\n\n" + sectext)
    -		label.set_line_wrap(gtk.TRUE)
    +		label.set_line_wrap(True)
     		label.set_alignment(0, 0)
     		self.contents.pack_start(label)
     
    @@ -106,12 +106,12 @@
     	def set_frame_title(self, title):
     		frame_title = '' + title + ''
     		frame_label = gtk.Label(frame_title)
    -		frame_label.set_use_markup(gtk.TRUE)
    +		frame_label.set_use_markup(True)
     		self.addon_frame.set_label_widget(frame_label)
     
    -	def add(self, widget, expand=gtk.TRUE, fill=gtk.TRUE, padding=28):
    +	def add(self, widget, expand=True, fill=True, padding=28):
     		hbox = gtk.HBox()
    -		hbox.pack_start(gtk.Label(), gtk.FALSE, gtk.FALSE)
    +		hbox.pack_start(gtk.Label(), False, False)
     		hbox.pack_start(widget, expand, fill, padding)
     		self.addon_vbox.pack_start(hbox)
     
    @@ -149,7 +149,7 @@
     			return "current"
     
     class ExportNoteChooser(FileChooserAddon):
    -	def __init__(self, has_children=gtk.FALSE):
    +	def __init__(self, has_children=False):
     		FileChooserAddon.__init__(self)
     		self.set_title("Export Notemeister Notes...")
     		self.set_action(gtk.FILE_CHOOSER_ACTION_SAVE)
    diff -urN notemeister-0.1.7/src/lib/NewNoteDlg.py notemeister/src/lib/NewNoteDlg.py
    --- notemeister-0.1.7/src/lib/NewNoteDlg.py	2004-06-22 23:31:42.000000000 +1000
    +++ notemeister/src/lib/NewNoteDlg.py	2005-04-21 14:45:52.000000000 +1000
    @@ -10,13 +10,13 @@
     
     class NewNoteDlg(gtk.Dialog):
     
    -	def __init__(self, selected_title, title_list, text='', link=gtk.TRUE):
    +	def __init__(self, selected_title, title_list, text='', link=True):
     		gtk.Dialog.__init__(self, _('Add Note'))
     		self.link_path = ''
     		pic = gtk.gdk.pixbuf_new_from_file(notemeister.const.aboutPic)
     		self.set_icon(pic)
    -		self.hbox = gtk.HBox(gtk.FALSE, 8)
    -		self.table = gtk.Table(3, 2, gtk.FALSE)
    +		self.hbox = gtk.HBox(False, 8)
    +		self.table = gtk.Table(3, 2, False)
     		self.checkbutton = gtk.CheckButton(_('Add to folder: ') + selected_title)
     		self.label1 = gtk.Label(_('Enter Title'))
     		self.label2 = gtk.Label(_('Add to '))
    @@ -32,10 +32,10 @@
     		self.add_button(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL)
     		self.add_button(gtk.STOCK_OK, gtk.RESPONSE_OK)
     		self.set_default_response(gtk.RESPONSE_OK)
    -		self.entry.set_activates_default(gtk.TRUE)
    +		self.entry.set_activates_default(True)
     
     		self.hbox.set_border_width(8)
    -		self.vbox.pack_start(self.hbox, gtk.FALSE, gtk.FALSE, 0)
    +		self.vbox.pack_start(self.hbox, False, False, 0)
     		self.hbox.pack_start(self.image, gtk.SHRINK)
     		if link:
     			self.vbox.pack_start(self.link_button, gtk.SHRINK)
    @@ -52,7 +52,7 @@
     
     		self.entry.set_text(text)
     		self.entry.select_region(-1, -1)
    -		self.set_resizable(gtk.FALSE)
    +		self.set_resizable(False)
     		self.show_all()
     
     	def on_link_button_clicked(self, obj):
    diff -urN notemeister-0.1.7/src/lib/notemeister_main.py notemeister/src/lib/notemeister_main.py
    --- notemeister-0.1.7/src/lib/notemeister_main.py	2004-07-06 00:02:27.000000000 +1000
    +++ notemeister/src/lib/notemeister_main.py	2005-04-21 14:45:52.000000000 +1000
    @@ -14,7 +14,7 @@
     
     class NoteMeister:
     
    -	visible = gtk.TRUE
    +	visible = True
     
     	def __init__(self):
     		self.program = gnome.program_init('notemeister', notemeister.const.version)
    @@ -34,7 +34,7 @@
     		if len(self.treeview.noteList) > 0:
     			path = self.treeview.restore_tree_state(tree_state)
     			if len(path):
    -				self.treeview.set_cursor(path, None, gtk.FALSE)
    +				self.treeview.set_cursor(path, None, False)
     		else:
     			self.show_welcome()
     
    @@ -163,7 +163,7 @@
     
     		self.vbox 		= self.gtop.get_widget("vbox1")
     		self.statusbar 	= notemeister.TimedStatusbar.timedStatusbar()
    -		self.vbox.pack_end(self.statusbar, gtk.FALSE, gtk.FALSE)
    +		self.vbox.pack_end(self.statusbar, False, False)
     
     	def on_doubleclick(self, obj, iter):
     		self.show_properties_dialog()
    @@ -223,7 +223,7 @@
     	def delete_event(self, widget, event, data=None):
     		"""Close via the windowmanager"""
     		self.on_exit_activate()
    -		return gtk.TRUE
    +		return True
     
     	def destroy(self, widget, data=None):
     		"""Do cleanup and kill the toplevel widget"""
    @@ -268,13 +268,13 @@
     						notemeister.const.translators,
     						pixbuf).show()
     
    -	def on_add_note_activate(self, obj, popup=gtk.FALSE):
    +	def on_add_note_activate(self, obj, popup=False):
     		"""Displays the 'Add Note' dialog and adds a note to the NoteTree"""
     		selected_title = self.treeview.get_selected_title() 
     		title_list = self.treeview.get_list_of_titles()
     		newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list)
    -		if popup == gtk.TRUE and not selected_title == _('None'):
    -			newNoteDlg.checkbutton.set_active(gtk.TRUE)
    +		if popup == True and not selected_title == _('None'):
    +			newNoteDlg.checkbutton.set_active(True)
     		response = newNoteDlg.run()
     
     		if response == gtk.RESPONSE_CANCEL:
    @@ -296,7 +296,7 @@
     		dlg = gtk.Dialog(_("Remove Note"))
     		pic = gtk.gdk.pixbuf_new_from_file(notemeister.const.aboutPic)
     		dlg.set_icon(pic)
    -		hbox = gtk.HBox(gtk.FALSE, 8)
    +		hbox = gtk.HBox(False, 8)
     		hbox.set_border_width(8)
     		image = gtk.Image()
     		image.set_from_stock(gtk.STOCK_DIALOG_QUESTION, gtk.ICON_SIZE_DIALOG)
    @@ -304,7 +304,7 @@
     		dlg.add_button(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL)
     		title = self.treeview.get_selected_title()
     		label = gtk.Label(_("Are you sure you want to \nremove note ") + title + "?")
    -		label.set_use_markup(gtk.TRUE)
    +		label.set_use_markup(True)
     		dlg.vbox.pack_start(hbox, gtk.SHRINK)
     		hbox.pack_start(image, gtk.SHRINK)
     		hbox.pack_start(label, gtk.SHRINK)
    @@ -321,9 +321,9 @@
     
     	def on_rename_note_activate(self, obj):
     		"""Renames a note in the tree, via a dialog"""
    -		hbox = gtk.HBox(gtk.FALSE, 8)
    +		hbox = gtk.HBox(False, 8)
     		entry = gtk.Entry()
    -		entry.set_activates_default(gtk.TRUE)
    +		entry.set_activates_default(True)
     		label = gtk.Label(_("Enter new name: "))
     		image = gtk.Image()
     		image.set_from_stock(gtk.STOCK_DIALOG_QUESTION, gtk.ICON_SIZE_DIALOG)
    @@ -425,7 +425,7 @@
     			selected_title = self.treeview.get_selected_title() 
     			title_list = self.treeview.get_list_of_titles()
     			if dialog.get_link_active():
    -				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename), gtk.FALSE)
    +				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename), False)
     			else :
     				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename))
     			response = newNoteDlg.run()
    @@ -473,7 +473,7 @@
     		(model, iter) = self.treeview.get_selection().get_selected()
     #        subtree_checkbox = gtk.CheckButton("Export entire subtree")
     		if self.treeview.store.iter_has_child(iter):
    -			dialog = notemeister.Dialogs.ExportNoteChooser(gtk.TRUE)
    +			dialog = notemeister.Dialogs.ExportNoteChooser(True)
     		else :
     			dialog = notemeister.Dialogs.ExportNoteChooser()
     #            dialog.set_extra_widget(subtree_checkbox)
    @@ -573,9 +573,9 @@
     		self.statusbar.output(_("Autosaving data..."), 2000)
     		self.treeview.saveNotes()
     		if self.Conf.enable_autosave:
    -			return gtk.TRUE
    +			return True
     		else:
    -			return gtk.FALSE
    +			return False
     
     	def on_tray_activate(self, obj, event):
     		if event.button == 1:
    @@ -584,10 +584,10 @@
     	def toggle_visibility(self):
     		if NoteMeister.visible:
     			self.topWindow.hide()
    -			NoteMeister.visible = gtk.FALSE
    +			NoteMeister.visible = False
     		else:
     			self.topWindow.show()
    -			NoteMeister.visible = gtk.TRUE
    +			NoteMeister.visible = True
     			
     
     	def on_button_press_event(self, obj, event):
    @@ -600,18 +600,18 @@
     		self.prop_dlg = self.ptop.get_widget("properties_dialog")
     		lines_label = self.ptop.get_widget("lines_label")
     		lines_label.set_text('Number of Lines: ' + str(self.textview.get_line_count()))
    -		lines_label.set_use_markup(gtk.TRUE)
    +		lines_label.set_use_markup(True)
     		chars_label = self.ptop.get_widget("chars_label")
     		chars_label.set_text('Number of Characters: ' + str(self.textview.get_char_count()))
    -		chars_label.set_use_markup(gtk.TRUE)
    +		chars_label.set_use_markup(True)
     		words_label = self.ptop.get_widget("words_label")
     		words_label.set_text('Number of Words: ' + str(self.textview.get_word_count()))
    -		words_label.set_use_markup(gtk.TRUE)
    +		words_label.set_use_markup(True)
     		link_label = self.ptop.get_widget("link_label")
     		link = self.treeview.get_selected_link()
     		if link != "":
     			link_label.set_text(link)
    -		link_label.set_use_markup(gtk.TRUE)
    +		link_label.set_use_markup(True)
     		change_link_button = self.ptop.get_widget("change_link_button")
     		change_link_button.connect("clicked", self.on_change_link_button_clicked, link_label)
     		clear_link_button = self.ptop.get_widget("clear_link_button")
    @@ -624,12 +624,12 @@
     		(model, iter) = self.treeview.get_selection().get_selected()
     		note = self.treeview.store.get_value(iter, 2)
     		link_label.set_text('Note has no link.')
    -		link_label.set_use_markup(gtk.TRUE)
    +		link_label.set_use_markup(True)
     		note.link = ''
     		if self.treeview.store.iter_has_child(iter):
    -			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.TRUE ))
    +			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, True ))
     		else:
    -			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.FALSE))
    +			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, False))
     
     	def on_change_link_button_clicked(self, obj, link_label):
     		dialog = gtk.FileChooserDialog("Changing link...", 
    @@ -645,9 +645,9 @@
     			note = self.treeview.store.get_value(iter, 2)
     			note.link = dialog.get_filename()
     			if self.treeview.store.iter_has_child(iter):
    -				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.TRUE))
    +				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, True))
     			else:
    -				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.FALSE))
    +				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, False))
     
     		dialog.destroy()
     
    @@ -655,7 +655,7 @@
     	def show_prefs_dialog(self):
     		self.ptop = gtk.glade.XML(notemeister.const.gladePrefs, "preferences_dialog")
     		self.dlg = self.ptop.get_widget("preferences_dialog")
    -		self.dlg.set_resizable(gtk.FALSE)
    +		self.dlg.set_resizable(False)
     
     		# General Settings	
     #        tray_checkbox = self.ptop.get_widget("tray_checkbutton")
    @@ -663,9 +663,9 @@
     		autosave_entry = self.ptop.get_widget("autosave_entry")
     
     #        if self.Conf.enable_trayicon:
    -#            tray_checkbox.set_active(gtk.TRUE)
    +#            tray_checkbox.set_active(True)
     		if self.Conf.enable_autosave:
    -			autosave_checkbox.set_active(gtk.TRUE)
    +			autosave_checkbox.set_active(True)
     
     		autosave_entry.set_value(self.Conf.autosave_time)
     
    @@ -676,14 +676,14 @@
     		short_date_radio = self.ptop.get_widget("short_date_radio")
     
     		if self.Conf.twelve_hour_time:
    -			twelve_hour_radio.set_active(gtk.TRUE)
    +			twelve_hour_radio.set_active(True)
     		else:
    -			twentyfour_hour_radio.set_active(gtk.TRUE)
    +			twentyfour_hour_radio.set_active(True)
     
     		if self.Conf.long_date:
    -			long_date_radio.set_active(gtk.TRUE)
    +			long_date_radio.set_active(True)
     		else:
    -			short_date_radio.set_active(gtk.TRUE)
    +			short_date_radio.set_active(True)
     
     		self.ptop.signal_autoconnect({
     #                "on_tray_checkbutton_toggled" 	: self.on_tray_checkbutton_toggled,
    diff -urN notemeister-0.1.7/src/lib/NoteTree.py notemeister/src/lib/NoteTree.py
    --- notemeister-0.1.7/src/lib/NoteTree.py	2004-07-06 01:38:32.000000000 +1000
    +++ notemeister/src/lib/NoteTree.py	2005-04-21 14:45:52.000000000 +1000
    @@ -23,8 +23,8 @@
     		self.view = view
     		self.init_model()
     		self.init_view_columns()
    -		self.set_rules_hint(gtk.TRUE)
    -		self.set_reorderable(gtk.TRUE)
    +		self.set_rules_hint(True)
    +		self.set_reorderable(True)
     
     		self.connect("cursor-changed", self.on_selection_changed)
     		self.connect("button-press-event", self.on_button_press_event)
    @@ -51,7 +51,7 @@
     	def on_button_press_event(self, object, event):
     		if event.button == 3:
     			self.popup_menu.popup(None, None, None, event.button, event.time)
    -			return gtk.TRUE
    +			return True
     		if event.button == 1 and event.type == gtk.gdk._2BUTTON_PRESS:
     			path = self.get_path_at_pos(int(event.x), int(event.y))
     
    @@ -69,11 +69,11 @@
     	def set_word_wrap(self, is_wrap):
     		if is_wrap:
     			self.view.set_wrap_mode(gtk.WRAP_WORD)
    -			self.wrap_toggle.set_active(gtk.TRUE)
    +			self.wrap_toggle.set_active(True)
     			self.anote.wrap = '1'
     		else:
     			self.view.set_wrap_mode(gtk.WRAP_NONE)
    -			self.wrap_toggle.set_active(gtk.FALSE)
    +			self.wrap_toggle.set_active(False)
     			self.anote.wrap = '0'
     
     	def loadNotes(self):
    @@ -83,9 +83,9 @@
     			self.noteList = self.load_from_xml(notemeister.const.dataFileXML)
     			for note in self.noteList:
     				if len(note.path) > 1 :
    -					self.add_new_note_to_tree(note, self.get_parent_iter(note), gtk.TRUE)
    +					self.add_new_note_to_tree(note, self.get_parent_iter(note), True)
     				else : 
    -					self.add_new_note_to_tree(note, None, gtk.TRUE)
    +					self.add_new_note_to_tree(note, None, True)
     		else: # First time run with new version
     			try:
     				f = file(notemeister.const.dataFile)
    @@ -105,12 +105,12 @@
     				parent_path = note.path[:-1]
     				if len(parent_path):
     					parent_iter = self.store.get_iter(parent_path)
    -					self.add_new_note_to_tree(note, parent_iter, gtk.TRUE)
    +					self.add_new_note_to_tree(note, parent_iter, True)
     				else:
    -					self.add_new_note_to_tree(note, None, gtk.TRUE)
    +					self.add_new_note_to_tree(note, None, True)
     		return len(self.noteList)
     
    -	def load_from_xml(self, filename, from_string=gtk.FALSE):
    +	def load_from_xml(self, filename, from_string=False):
     		self.noteList = []
     		try:
     			if from_string:
    @@ -286,17 +286,17 @@
     	def get_string_from_path(self, path):
     		return self.store.get_string_from_iter(self.store.get_iter(path))
     
    -	def add_new_note_to_tree(self, note, parent=None, load=gtk.FALSE):
    +	def add_new_note_to_tree(self, note, parent=None, load=False):
     		iter = self.store.append(parent, [self.get_icon_pixbuf(link=note.link), note.title, note])
     		note.path = self.store.get_path(iter)
     #        note.buffer.add_selection_clipboard(self.view.clipboard)
     
     		if parent: # change parent icon in Tree
    -			self.store.set_value(parent, 0, self.get_icon_pixbuf(self.store.get_value(parent,2).link, gtk.TRUE))
    +			self.store.set_value(parent, 0, self.get_icon_pixbuf(self.store.get_value(parent,2).link, True))
     
     		if not load:
     			self.expand_to_path(note.path)
    -			self.set_cursor_on_cell(note.path, None, None, gtk.FALSE)
    +			self.set_cursor_on_cell(note.path, None, None, False)
     
     		self.view.set_flags(gtk.CAN_FOCUS)
     		self.view.grab_focus()
    @@ -312,11 +312,11 @@
     			path = self.store.get_path(parent)
     			self.set_cursor(path)
     			if self.store.iter_has_child(parent):
    -				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, gtk.TRUE))
    +				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, True))
     			else:
    -				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, gtk.FALSE))
    +				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, False))
     		else:
    -			self.set_cursor((0,), None, gtk.FALSE)
    +			self.set_cursor((0,), None, False)
     
     
     
    @@ -336,7 +336,7 @@
     			self.store.get_value(iter, 2).title = new_name
     			self.store.set_value(iter, 1, new_name)
     
    -	def get_icon_pixbuf(self, link, is_parent=gtk.FALSE):
    +	def get_icon_pixbuf(self, link, is_parent=False):
     		"""Returns the appropriate icon for a given node"""
     		if is_parent:
     			if len(link) < 1 :
    @@ -384,9 +384,9 @@
     
     	def is_empty(self):
     		if self.store.get_iter_root():
    -			return gtk.FALSE
    +			return False
     		else:
    -			return gtk.TRUE
    +			return True
     
     	def save_active_note(self):
     		if self.anote:
    diff -urN notemeister-0.1.7/src/lib/NoteView.py notemeister/src/lib/NoteView.py
    --- notemeister-0.1.7/src/lib/NoteView.py	2004-06-22 22:20:57.000000000 +1000
    +++ notemeister/src/lib/NoteView.py	2005-04-21 14:45:52.000000000 +1000
    @@ -31,7 +31,7 @@
     		buffer = self.get_buffer()
     		if event.button == 3:
     			self.popup_menu.popup(None, None, None, event.button, event.time)
    -			return gtk.TRUE
    +			return True
     
     	def ref_font_label(self, label):
     		self.font_label = label
    @@ -203,11 +203,11 @@
     		buffer = obj.buffer
     		iter = buffer.get_start_iter()
     		while not iter.is_end():
    -			on_tags = iter.get_toggled_tags(gtk.TRUE)
    +			on_tags = iter.get_toggled_tags(True)
     			if len(on_tags) > 0:
     				for tag in on_tags:
     					string = string + '<' + buffer.get_text_tag(tag) + '>'
    -			off_tags = iter.get_toggled_tags(gtk.FALSE)
    +			off_tags = iter.get_toggled_tags(False)
     			if len(off_tags) > 0:
     				for tag in off_tags:
     					string = string + ''
    diff -urN notemeister-0.1.7/src/lib/TimedStatusbar.py notemeister/src/lib/TimedStatusbar.py
    --- notemeister-0.1.7/src/lib/TimedStatusbar.py	2004-06-09 22:57:18.000000000 +1000
    +++ notemeister/src/lib/TimedStatusbar.py	2005-04-21 14:45:52.000000000 +1000
    @@ -28,5 +28,5 @@
         def clear(self):
             self.pop(1)
             self.push(1,"")
    -        return gtk.FALSE
    +        return False
     
    diff -urN notemeister-0.1.7/src/lib/utils.py notemeister/src/lib/utils.py
    --- notemeister-0.1.7/src/lib/utils.py	2004-06-23 22:18:28.000000000 +1000
    +++ notemeister/src/lib/utils.py	2005-04-21 14:45:52.000000000 +1000
    @@ -9,15 +9,15 @@
     
     def check_read_permissions(filename):
     	if filename == None or os.access(filename, os.R_OK) == 0:
    -		return gtk.FALSE
    +		return False
     	else:
    -		return gtk.TRUE
    +		return True
     
     def check_write_permissions(filename):
     	if filename == None or os.access(os.path.dirname(filename), os.W_OK) != 1:
    -		return gtk.FALSE
    +		return False
     	else:
    -		return gtk.TRUE
    +		return True
     
     def check_path_exists(path):
     	return os.path.exists(path)
    
    
    Index: notemeister.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/notemeister/devel/notemeister.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- notemeister.spec	14 Apr 2005 10:48:05 -0000	1.6
    +++ notemeister.spec	5 May 2005 15:43:36 -0000	1.7
    @@ -3,7 +3,7 @@
     
     Name:           notemeister
     Version:        0.1.7
    -Release:        5
    +Release:        7
     Summary:        Small, simple note organizer made for the GNOME2 desktop
     
     Group:          Applications/Productivity
    @@ -11,6 +11,7 @@
     URL:            http://notemeister.sourceforge.net
     Source0:        http://dl.sf.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz
     #wgetable URL:  http://mesh.dl.sourceforge.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz (german sf mirror)
    +Patch0:                %{name}-gtkwarnings.patch
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildArch:      noarch
    @@ -38,7 +39,7 @@
     
     %prep
     %setup -q
    -
    +%patch0 -b patch0 -p 1
     
     %build
     CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
    @@ -75,6 +76,12 @@
     
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  0.1.7-7
    +- Devel rebuild
    +
    +* Thu May 05 2005 Thorsten Leemhuis  0.1.7-6
    +- Add notemeister-gtkwarnings.patch from bytee to fix gtk deprecation warnings
    +
     * Thu Apr 14 2005 Michael Schwendt  - 0.1.7-5
     - Add dependency on gnome-python2-gconf for 'import gconf'.
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 15:43:38 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 11:43:38 -0400
    Subject: rpms/notemeister/FC-3 notemeister-gtkwarnings.patch, NONE,
    	1.1 notemeister.spec, 1.3, 1.4
    Message-ID: <200505051543.j45FhcuV004164@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/notemeister/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4136/FC-3
    
    Modified Files:
    	notemeister.spec 
    Added Files:
    	notemeister-gtkwarnings.patch 
    Log Message:
    Add notemeister-gtkwarnings.patch from bytee to fix gtk deprecation warnings
    
    notemeister-gtkwarnings.patch:
    
    --- NEW FILE notemeister-gtkwarnings.patch ---
    diff -urN notemeister-0.1.7/src/lib/Dialogs.py notemeister/src/lib/Dialogs.py
    --- notemeister-0.1.7/src/lib/Dialogs.py	2004-06-24 22:16:59.000000000 +1000
    +++ notemeister/src/lib/Dialogs.py	2005-04-21 14:45:52.000000000 +1000
    @@ -14,7 +14,7 @@
     
     		self.set_border_width(6)
     		self.vbox.set_spacing(12)
    -		self.set_resizable(gtk.FALSE)
    +		self.set_resizable(False)
     
     		for stock, response in buttons:
     			self.add_button(stock, response)
    @@ -47,7 +47,7 @@
     			image = gtk.Image()
     			image.set_from_stock(stockimage, gtk.ICON_SIZE_DIALOG)
     			image.set_alignment(0.5, 0)
    -			hbox.pack_start(image, gtk.FALSE, gtk.FALSE)
    +			hbox.pack_start(image, False, False)
     
     		# set up main content area
     		self.contents = gtk.VBox()
    @@ -56,7 +56,7 @@
     
     		label = gtk.Label()
     		label.set_markup("" + pritext + "\n\n" + sectext)
    -		label.set_line_wrap(gtk.TRUE)
    +		label.set_line_wrap(True)
     		label.set_alignment(0, 0)
     		self.contents.pack_start(label)
     
    @@ -106,12 +106,12 @@
     	def set_frame_title(self, title):
     		frame_title = '' + title + ''
     		frame_label = gtk.Label(frame_title)
    -		frame_label.set_use_markup(gtk.TRUE)
    +		frame_label.set_use_markup(True)
     		self.addon_frame.set_label_widget(frame_label)
     
    -	def add(self, widget, expand=gtk.TRUE, fill=gtk.TRUE, padding=28):
    +	def add(self, widget, expand=True, fill=True, padding=28):
     		hbox = gtk.HBox()
    -		hbox.pack_start(gtk.Label(), gtk.FALSE, gtk.FALSE)
    +		hbox.pack_start(gtk.Label(), False, False)
     		hbox.pack_start(widget, expand, fill, padding)
     		self.addon_vbox.pack_start(hbox)
     
    @@ -149,7 +149,7 @@
     			return "current"
     
     class ExportNoteChooser(FileChooserAddon):
    -	def __init__(self, has_children=gtk.FALSE):
    +	def __init__(self, has_children=False):
     		FileChooserAddon.__init__(self)
     		self.set_title("Export Notemeister Notes...")
     		self.set_action(gtk.FILE_CHOOSER_ACTION_SAVE)
    diff -urN notemeister-0.1.7/src/lib/NewNoteDlg.py notemeister/src/lib/NewNoteDlg.py
    --- notemeister-0.1.7/src/lib/NewNoteDlg.py	2004-06-22 23:31:42.000000000 +1000
    +++ notemeister/src/lib/NewNoteDlg.py	2005-04-21 14:45:52.000000000 +1000
    @@ -10,13 +10,13 @@
     
     class NewNoteDlg(gtk.Dialog):
     
    -	def __init__(self, selected_title, title_list, text='', link=gtk.TRUE):
    +	def __init__(self, selected_title, title_list, text='', link=True):
     		gtk.Dialog.__init__(self, _('Add Note'))
     		self.link_path = ''
     		pic = gtk.gdk.pixbuf_new_from_file(notemeister.const.aboutPic)
     		self.set_icon(pic)
    -		self.hbox = gtk.HBox(gtk.FALSE, 8)
    -		self.table = gtk.Table(3, 2, gtk.FALSE)
    +		self.hbox = gtk.HBox(False, 8)
    +		self.table = gtk.Table(3, 2, False)
     		self.checkbutton = gtk.CheckButton(_('Add to folder: ') + selected_title)
     		self.label1 = gtk.Label(_('Enter Title'))
     		self.label2 = gtk.Label(_('Add to '))
    @@ -32,10 +32,10 @@
     		self.add_button(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL)
     		self.add_button(gtk.STOCK_OK, gtk.RESPONSE_OK)
     		self.set_default_response(gtk.RESPONSE_OK)
    -		self.entry.set_activates_default(gtk.TRUE)
    +		self.entry.set_activates_default(True)
     
     		self.hbox.set_border_width(8)
    -		self.vbox.pack_start(self.hbox, gtk.FALSE, gtk.FALSE, 0)
    +		self.vbox.pack_start(self.hbox, False, False, 0)
     		self.hbox.pack_start(self.image, gtk.SHRINK)
     		if link:
     			self.vbox.pack_start(self.link_button, gtk.SHRINK)
    @@ -52,7 +52,7 @@
     
     		self.entry.set_text(text)
     		self.entry.select_region(-1, -1)
    -		self.set_resizable(gtk.FALSE)
    +		self.set_resizable(False)
     		self.show_all()
     
     	def on_link_button_clicked(self, obj):
    diff -urN notemeister-0.1.7/src/lib/notemeister_main.py notemeister/src/lib/notemeister_main.py
    --- notemeister-0.1.7/src/lib/notemeister_main.py	2004-07-06 00:02:27.000000000 +1000
    +++ notemeister/src/lib/notemeister_main.py	2005-04-21 14:45:52.000000000 +1000
    @@ -14,7 +14,7 @@
     
     class NoteMeister:
     
    -	visible = gtk.TRUE
    +	visible = True
     
     	def __init__(self):
     		self.program = gnome.program_init('notemeister', notemeister.const.version)
    @@ -34,7 +34,7 @@
     		if len(self.treeview.noteList) > 0:
     			path = self.treeview.restore_tree_state(tree_state)
     			if len(path):
    -				self.treeview.set_cursor(path, None, gtk.FALSE)
    +				self.treeview.set_cursor(path, None, False)
     		else:
     			self.show_welcome()
     
    @@ -163,7 +163,7 @@
     
     		self.vbox 		= self.gtop.get_widget("vbox1")
     		self.statusbar 	= notemeister.TimedStatusbar.timedStatusbar()
    -		self.vbox.pack_end(self.statusbar, gtk.FALSE, gtk.FALSE)
    +		self.vbox.pack_end(self.statusbar, False, False)
     
     	def on_doubleclick(self, obj, iter):
     		self.show_properties_dialog()
    @@ -223,7 +223,7 @@
     	def delete_event(self, widget, event, data=None):
     		"""Close via the windowmanager"""
     		self.on_exit_activate()
    -		return gtk.TRUE
    +		return True
     
     	def destroy(self, widget, data=None):
     		"""Do cleanup and kill the toplevel widget"""
    @@ -268,13 +268,13 @@
     						notemeister.const.translators,
     						pixbuf).show()
     
    -	def on_add_note_activate(self, obj, popup=gtk.FALSE):
    +	def on_add_note_activate(self, obj, popup=False):
     		"""Displays the 'Add Note' dialog and adds a note to the NoteTree"""
     		selected_title = self.treeview.get_selected_title() 
     		title_list = self.treeview.get_list_of_titles()
     		newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list)
    -		if popup == gtk.TRUE and not selected_title == _('None'):
    -			newNoteDlg.checkbutton.set_active(gtk.TRUE)
    +		if popup == True and not selected_title == _('None'):
    +			newNoteDlg.checkbutton.set_active(True)
     		response = newNoteDlg.run()
     
     		if response == gtk.RESPONSE_CANCEL:
    @@ -296,7 +296,7 @@
     		dlg = gtk.Dialog(_("Remove Note"))
     		pic = gtk.gdk.pixbuf_new_from_file(notemeister.const.aboutPic)
     		dlg.set_icon(pic)
    -		hbox = gtk.HBox(gtk.FALSE, 8)
    +		hbox = gtk.HBox(False, 8)
     		hbox.set_border_width(8)
     		image = gtk.Image()
     		image.set_from_stock(gtk.STOCK_DIALOG_QUESTION, gtk.ICON_SIZE_DIALOG)
    @@ -304,7 +304,7 @@
     		dlg.add_button(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL)
     		title = self.treeview.get_selected_title()
     		label = gtk.Label(_("Are you sure you want to \nremove note ") + title + "?")
    -		label.set_use_markup(gtk.TRUE)
    +		label.set_use_markup(True)
     		dlg.vbox.pack_start(hbox, gtk.SHRINK)
     		hbox.pack_start(image, gtk.SHRINK)
     		hbox.pack_start(label, gtk.SHRINK)
    @@ -321,9 +321,9 @@
     
     	def on_rename_note_activate(self, obj):
     		"""Renames a note in the tree, via a dialog"""
    -		hbox = gtk.HBox(gtk.FALSE, 8)
    +		hbox = gtk.HBox(False, 8)
     		entry = gtk.Entry()
    -		entry.set_activates_default(gtk.TRUE)
    +		entry.set_activates_default(True)
     		label = gtk.Label(_("Enter new name: "))
     		image = gtk.Image()
     		image.set_from_stock(gtk.STOCK_DIALOG_QUESTION, gtk.ICON_SIZE_DIALOG)
    @@ -425,7 +425,7 @@
     			selected_title = self.treeview.get_selected_title() 
     			title_list = self.treeview.get_list_of_titles()
     			if dialog.get_link_active():
    -				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename), gtk.FALSE)
    +				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename), False)
     			else :
     				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename))
     			response = newNoteDlg.run()
    @@ -473,7 +473,7 @@
     		(model, iter) = self.treeview.get_selection().get_selected()
     #        subtree_checkbox = gtk.CheckButton("Export entire subtree")
     		if self.treeview.store.iter_has_child(iter):
    -			dialog = notemeister.Dialogs.ExportNoteChooser(gtk.TRUE)
    +			dialog = notemeister.Dialogs.ExportNoteChooser(True)
     		else :
     			dialog = notemeister.Dialogs.ExportNoteChooser()
     #            dialog.set_extra_widget(subtree_checkbox)
    @@ -573,9 +573,9 @@
     		self.statusbar.output(_("Autosaving data..."), 2000)
     		self.treeview.saveNotes()
     		if self.Conf.enable_autosave:
    -			return gtk.TRUE
    +			return True
     		else:
    -			return gtk.FALSE
    +			return False
     
     	def on_tray_activate(self, obj, event):
     		if event.button == 1:
    @@ -584,10 +584,10 @@
     	def toggle_visibility(self):
     		if NoteMeister.visible:
     			self.topWindow.hide()
    -			NoteMeister.visible = gtk.FALSE
    +			NoteMeister.visible = False
     		else:
     			self.topWindow.show()
    -			NoteMeister.visible = gtk.TRUE
    +			NoteMeister.visible = True
     			
     
     	def on_button_press_event(self, obj, event):
    @@ -600,18 +600,18 @@
     		self.prop_dlg = self.ptop.get_widget("properties_dialog")
     		lines_label = self.ptop.get_widget("lines_label")
     		lines_label.set_text('Number of Lines: ' + str(self.textview.get_line_count()))
    -		lines_label.set_use_markup(gtk.TRUE)
    +		lines_label.set_use_markup(True)
     		chars_label = self.ptop.get_widget("chars_label")
     		chars_label.set_text('Number of Characters: ' + str(self.textview.get_char_count()))
    -		chars_label.set_use_markup(gtk.TRUE)
    +		chars_label.set_use_markup(True)
     		words_label = self.ptop.get_widget("words_label")
     		words_label.set_text('Number of Words: ' + str(self.textview.get_word_count()))
    -		words_label.set_use_markup(gtk.TRUE)
    +		words_label.set_use_markup(True)
     		link_label = self.ptop.get_widget("link_label")
     		link = self.treeview.get_selected_link()
     		if link != "":
     			link_label.set_text(link)
    -		link_label.set_use_markup(gtk.TRUE)
    +		link_label.set_use_markup(True)
     		change_link_button = self.ptop.get_widget("change_link_button")
     		change_link_button.connect("clicked", self.on_change_link_button_clicked, link_label)
     		clear_link_button = self.ptop.get_widget("clear_link_button")
    @@ -624,12 +624,12 @@
     		(model, iter) = self.treeview.get_selection().get_selected()
     		note = self.treeview.store.get_value(iter, 2)
     		link_label.set_text('Note has no link.')
    -		link_label.set_use_markup(gtk.TRUE)
    +		link_label.set_use_markup(True)
     		note.link = ''
     		if self.treeview.store.iter_has_child(iter):
    -			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.TRUE ))
    +			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, True ))
     		else:
    -			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.FALSE))
    +			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, False))
     
     	def on_change_link_button_clicked(self, obj, link_label):
     		dialog = gtk.FileChooserDialog("Changing link...", 
    @@ -645,9 +645,9 @@
     			note = self.treeview.store.get_value(iter, 2)
     			note.link = dialog.get_filename()
     			if self.treeview.store.iter_has_child(iter):
    -				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.TRUE))
    +				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, True))
     			else:
    -				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.FALSE))
    +				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, False))
     
     		dialog.destroy()
     
    @@ -655,7 +655,7 @@
     	def show_prefs_dialog(self):
     		self.ptop = gtk.glade.XML(notemeister.const.gladePrefs, "preferences_dialog")
     		self.dlg = self.ptop.get_widget("preferences_dialog")
    -		self.dlg.set_resizable(gtk.FALSE)
    +		self.dlg.set_resizable(False)
     
     		# General Settings	
     #        tray_checkbox = self.ptop.get_widget("tray_checkbutton")
    @@ -663,9 +663,9 @@
     		autosave_entry = self.ptop.get_widget("autosave_entry")
     
     #        if self.Conf.enable_trayicon:
    -#            tray_checkbox.set_active(gtk.TRUE)
    +#            tray_checkbox.set_active(True)
     		if self.Conf.enable_autosave:
    -			autosave_checkbox.set_active(gtk.TRUE)
    +			autosave_checkbox.set_active(True)
     
     		autosave_entry.set_value(self.Conf.autosave_time)
     
    @@ -676,14 +676,14 @@
     		short_date_radio = self.ptop.get_widget("short_date_radio")
     
     		if self.Conf.twelve_hour_time:
    -			twelve_hour_radio.set_active(gtk.TRUE)
    +			twelve_hour_radio.set_active(True)
     		else:
    -			twentyfour_hour_radio.set_active(gtk.TRUE)
    +			twentyfour_hour_radio.set_active(True)
     
     		if self.Conf.long_date:
    -			long_date_radio.set_active(gtk.TRUE)
    +			long_date_radio.set_active(True)
     		else:
    -			short_date_radio.set_active(gtk.TRUE)
    +			short_date_radio.set_active(True)
     
     		self.ptop.signal_autoconnect({
     #                "on_tray_checkbutton_toggled" 	: self.on_tray_checkbutton_toggled,
    diff -urN notemeister-0.1.7/src/lib/NoteTree.py notemeister/src/lib/NoteTree.py
    --- notemeister-0.1.7/src/lib/NoteTree.py	2004-07-06 01:38:32.000000000 +1000
    +++ notemeister/src/lib/NoteTree.py	2005-04-21 14:45:52.000000000 +1000
    @@ -23,8 +23,8 @@
     		self.view = view
     		self.init_model()
     		self.init_view_columns()
    -		self.set_rules_hint(gtk.TRUE)
    -		self.set_reorderable(gtk.TRUE)
    +		self.set_rules_hint(True)
    +		self.set_reorderable(True)
     
     		self.connect("cursor-changed", self.on_selection_changed)
     		self.connect("button-press-event", self.on_button_press_event)
    @@ -51,7 +51,7 @@
     	def on_button_press_event(self, object, event):
     		if event.button == 3:
     			self.popup_menu.popup(None, None, None, event.button, event.time)
    -			return gtk.TRUE
    +			return True
     		if event.button == 1 and event.type == gtk.gdk._2BUTTON_PRESS:
     			path = self.get_path_at_pos(int(event.x), int(event.y))
     
    @@ -69,11 +69,11 @@
     	def set_word_wrap(self, is_wrap):
     		if is_wrap:
     			self.view.set_wrap_mode(gtk.WRAP_WORD)
    -			self.wrap_toggle.set_active(gtk.TRUE)
    +			self.wrap_toggle.set_active(True)
     			self.anote.wrap = '1'
     		else:
     			self.view.set_wrap_mode(gtk.WRAP_NONE)
    -			self.wrap_toggle.set_active(gtk.FALSE)
    +			self.wrap_toggle.set_active(False)
     			self.anote.wrap = '0'
     
     	def loadNotes(self):
    @@ -83,9 +83,9 @@
     			self.noteList = self.load_from_xml(notemeister.const.dataFileXML)
     			for note in self.noteList:
     				if len(note.path) > 1 :
    -					self.add_new_note_to_tree(note, self.get_parent_iter(note), gtk.TRUE)
    +					self.add_new_note_to_tree(note, self.get_parent_iter(note), True)
     				else : 
    -					self.add_new_note_to_tree(note, None, gtk.TRUE)
    +					self.add_new_note_to_tree(note, None, True)
     		else: # First time run with new version
     			try:
     				f = file(notemeister.const.dataFile)
    @@ -105,12 +105,12 @@
     				parent_path = note.path[:-1]
     				if len(parent_path):
     					parent_iter = self.store.get_iter(parent_path)
    -					self.add_new_note_to_tree(note, parent_iter, gtk.TRUE)
    +					self.add_new_note_to_tree(note, parent_iter, True)
     				else:
    -					self.add_new_note_to_tree(note, None, gtk.TRUE)
    +					self.add_new_note_to_tree(note, None, True)
     		return len(self.noteList)
     
    -	def load_from_xml(self, filename, from_string=gtk.FALSE):
    +	def load_from_xml(self, filename, from_string=False):
     		self.noteList = []
     		try:
     			if from_string:
    @@ -286,17 +286,17 @@
     	def get_string_from_path(self, path):
     		return self.store.get_string_from_iter(self.store.get_iter(path))
     
    -	def add_new_note_to_tree(self, note, parent=None, load=gtk.FALSE):
    +	def add_new_note_to_tree(self, note, parent=None, load=False):
     		iter = self.store.append(parent, [self.get_icon_pixbuf(link=note.link), note.title, note])
     		note.path = self.store.get_path(iter)
     #        note.buffer.add_selection_clipboard(self.view.clipboard)
     
     		if parent: # change parent icon in Tree
    -			self.store.set_value(parent, 0, self.get_icon_pixbuf(self.store.get_value(parent,2).link, gtk.TRUE))
    +			self.store.set_value(parent, 0, self.get_icon_pixbuf(self.store.get_value(parent,2).link, True))
     
     		if not load:
     			self.expand_to_path(note.path)
    -			self.set_cursor_on_cell(note.path, None, None, gtk.FALSE)
    +			self.set_cursor_on_cell(note.path, None, None, False)
     
     		self.view.set_flags(gtk.CAN_FOCUS)
     		self.view.grab_focus()
    @@ -312,11 +312,11 @@
     			path = self.store.get_path(parent)
     			self.set_cursor(path)
     			if self.store.iter_has_child(parent):
    -				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, gtk.TRUE))
    +				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, True))
     			else:
    -				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, gtk.FALSE))
    +				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, False))
     		else:
    -			self.set_cursor((0,), None, gtk.FALSE)
    +			self.set_cursor((0,), None, False)
     
     
     
    @@ -336,7 +336,7 @@
     			self.store.get_value(iter, 2).title = new_name
     			self.store.set_value(iter, 1, new_name)
     
    -	def get_icon_pixbuf(self, link, is_parent=gtk.FALSE):
    +	def get_icon_pixbuf(self, link, is_parent=False):
     		"""Returns the appropriate icon for a given node"""
     		if is_parent:
     			if len(link) < 1 :
    @@ -384,9 +384,9 @@
     
     	def is_empty(self):
     		if self.store.get_iter_root():
    -			return gtk.FALSE
    +			return False
     		else:
    -			return gtk.TRUE
    +			return True
     
     	def save_active_note(self):
     		if self.anote:
    diff -urN notemeister-0.1.7/src/lib/NoteView.py notemeister/src/lib/NoteView.py
    --- notemeister-0.1.7/src/lib/NoteView.py	2004-06-22 22:20:57.000000000 +1000
    +++ notemeister/src/lib/NoteView.py	2005-04-21 14:45:52.000000000 +1000
    @@ -31,7 +31,7 @@
     		buffer = self.get_buffer()
     		if event.button == 3:
     			self.popup_menu.popup(None, None, None, event.button, event.time)
    -			return gtk.TRUE
    +			return True
     
     	def ref_font_label(self, label):
     		self.font_label = label
    @@ -203,11 +203,11 @@
     		buffer = obj.buffer
     		iter = buffer.get_start_iter()
     		while not iter.is_end():
    -			on_tags = iter.get_toggled_tags(gtk.TRUE)
    +			on_tags = iter.get_toggled_tags(True)
     			if len(on_tags) > 0:
     				for tag in on_tags:
     					string = string + '<' + buffer.get_text_tag(tag) + '>'
    -			off_tags = iter.get_toggled_tags(gtk.FALSE)
    +			off_tags = iter.get_toggled_tags(False)
     			if len(off_tags) > 0:
     				for tag in off_tags:
     					string = string + ''
    diff -urN notemeister-0.1.7/src/lib/TimedStatusbar.py notemeister/src/lib/TimedStatusbar.py
    --- notemeister-0.1.7/src/lib/TimedStatusbar.py	2004-06-09 22:57:18.000000000 +1000
    +++ notemeister/src/lib/TimedStatusbar.py	2005-04-21 14:45:52.000000000 +1000
    @@ -28,5 +28,5 @@
         def clear(self):
             self.pop(1)
             self.push(1,"")
    -        return gtk.FALSE
    +        return False
     
    diff -urN notemeister-0.1.7/src/lib/utils.py notemeister/src/lib/utils.py
    --- notemeister-0.1.7/src/lib/utils.py	2004-06-23 22:18:28.000000000 +1000
    +++ notemeister/src/lib/utils.py	2005-04-21 14:45:52.000000000 +1000
    @@ -9,15 +9,15 @@
     
     def check_read_permissions(filename):
     	if filename == None or os.access(filename, os.R_OK) == 0:
    -		return gtk.FALSE
    +		return False
     	else:
    -		return gtk.TRUE
    +		return True
     
     def check_write_permissions(filename):
     	if filename == None or os.access(os.path.dirname(filename), os.W_OK) != 1:
    -		return gtk.FALSE
    +		return False
     	else:
    -		return gtk.TRUE
    +		return True
     
     def check_path_exists(path):
     	return os.path.exists(path)
    
    
    Index: notemeister.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/notemeister/FC-3/notemeister.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- notemeister.spec	11 Apr 2005 16:24:26 -0000	1.3
    +++ notemeister.spec	5 May 2005 15:43:36 -0000	1.4
    @@ -3,25 +3,26 @@
     
     Name:           notemeister
     Version:        0.1.7
    -Release:        2
    -Epoch:          0
    -Summary:        Notemeister is a small, simple note organizer made for the GNOME2 desktop.
    +Release:        6
    +Summary:        Small, simple note organizer made for the GNOME2 desktop
     
     Group:          Applications/Productivity
     License:        GPL
     URL:            http://notemeister.sourceforge.net
    -Source0:	http://dl.sf.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz
    +Source0:        http://dl.sf.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz
     #wgetable URL:  http://mesh.dl.sourceforge.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz (german sf mirror)
    +Patch0:                %{name}-gtkwarnings.patch
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    -BuildArch: 	noarch     
    +BuildArch:      noarch
     BuildRequires:  python-devel >= 2.3.3
    -BuildRequires:	gnome-python2-gconf >= 2.0
    +BuildRequires:  gnome-python2-gconf >= 2.0
     BuildRequires:	desktop-file-utils
     Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
    -Requires:  	pygtk2 >= 2.4.0
    -Requires:  	pyorbit >= 2.0.0
    -Requires:  	gnome-python2 >= 2.0.2
    +Requires:       pygtk2 >= 2.4.0
    +Requires:       pyorbit >= 2.0.0
    +Requires:       gnome-python2 >= 2.0.2
    +Requires:       gnome-python2-gconf
     
     
     
    @@ -33,12 +34,12 @@
         * Simple text formatting by highlighted bounds
         * Auto-save feature
         * Import/Export to/from text files
    -    * Link notes to a file on disk 
    +    * Link notes to a file on disk
     
     
     %prep
     %setup -q
    -
    +%patch0 -b patch0 -p 1
     
     %build
     CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
    @@ -56,7 +57,7 @@
       --delete-original \
       $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
     rm -rf $RPM_BUILD_ROOT/usr/doc/%{name}-%{version}
    - 
    +
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    @@ -75,9 +76,18 @@
     
     
     %changelog
    -* Mon Apr 11 2005 Thorsten Leemhuis  0.1.7-3
    +* Thu May 05 2005 Thorsten Leemhuis  0.1.7-6
    +- Add notemeister-gtkwarnings.patch from bytee to fix gtk deprecation warnings
    +
    +* Thu Apr 14 2005 Michael Schwendt  - 0.1.7-5
    +- Add dependency on gnome-python2-gconf for 'import gconf'.
    +
    +* Mon Apr 11 2005 Thorsten Leemhuis  0.1.7-4
     - BR desktop-file-install
     
    +* Wed Mar 30 2005 Thorsten Leemhuis  0.1.7-3
    +- Devel rebuild
    +
     * Fri Nov 19 2004 Thorsten Leemhuis  - 0:0.1.7-0.fdr.2
     - Don't ship empty NEWS file
     - Point Source0 to sourceforge download redirector
    
    
    
    From notting at redhat.com  Thu May  5 15:43:19 2005
    From: notting at redhat.com (Bill Nottingham)
    Date: Thu, 5 May 2005 11:43:19 -0400
    Subject: rpms/alsa-tools/devel alsa-tools.spec,1.5,1.6
    In-Reply-To: <20050505173901.40f104ea@python2>
    References: <200505051352.j45Dq2gF001728@cvs-int.fedora.redhat.com>
    	<20050505173901.40f104ea@python2>
    Message-ID: <20050505154319.GB27888@nostromo.devel.redhat.com>
    
    Matthias Saou (thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net) said: 
    > Thorsten Leemhuis wrote :
    > 
    > > Log Message:
    > > don't build ac3dec -- use a52dec instead
    > 
    > Hmm, does this mean the tarball includes the full source to an AC3 stream
    > decoder? If so, this might be a problem, even if it doesn't get built...
    
    Yeah, it should probably be pruned.
    
    Bill
    
    
    
    From fedora at leemhuis.info  Thu May  5 16:17:06 2005
    From: fedora at leemhuis.info (Thorsten Leemhuis)
    Date: Thu, 05 May 2005 18:17:06 +0200
    Subject: rpms/alsa-tools/devel alsa-tools.spec,1.5,1.6
    In-Reply-To: <20050505154319.GB27888@nostromo.devel.redhat.com>
    References: <200505051352.j45Dq2gF001728@cvs-int.fedora.redhat.com>
    	<20050505173901.40f104ea@python2>
    	<20050505154319.GB27888@nostromo.devel.redhat.com>
    Message-ID: <1115309826.5804.34.camel@notebook.thl.home>
    
    Am Donnerstag, den 05.05.2005, 11:43 -0400 schrieb Bill Nottingham:
    > Matthias Saou (thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net) said: 
    > > Thorsten Leemhuis wrote :
    > > 
    > > > Log Message:
    > > > don't build ac3dec -- use a52dec instead
    > > 
    > > Hmm, does this mean the tarball includes the full source to an AC3 stream
    > > decoder? If so, this might be a problem, even if it doesn't get built...
    > 
    > Yeah, it should probably be pruned.
    
    Is there any special treatment necessary/considered after removing it?
    Rename the source to alsa-tools-1.0.8-pruned.tar.bz2 or something like
    that?
    
    BTW Matthias, what is with alsaplayer?
    https://www.redhat.com/archives/fedora-extras-list/2005-April/msg00584.html
    It's still in the extras-repos for FC3 and FC4. Shall I put a remove
    request in the wiki and also request removal of older alsa-tools
    versions?
    
    CU
    thl
    -- 
    Thorsten Leemhuis 
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 18:17:10 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 14:17:10 -0400
    Subject: rpms/enigma/FC-3 .cvsignore, 1.2, 1.3 enigma.spec, 1.3, 1.4 sources,
    	1.2, 1.3 enigma-0.81-gcc34.patch, 1.1, NONE
    Message-ID: <200505051817.j45IHfok007423@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7383/FC-3
    
    Modified Files:
    	.cvsignore enigma.spec sources 
    Removed Files:
    	enigma-0.81-gcc34.patch 
    Log Message:
    - Update to 0.91
    - Add BR gettext, SDL_ttf-devel
    - Use find_lang
    - gtk-update-icon-cache in post and postun
    - Remove GCC patches
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:16:05 -0000	1.2
    +++ .cvsignore	5 May 2005 18:17:08 -0000	1.3
    @@ -1 +1 @@
    -enigma-0.81.tar.gz
    +enigma-0.91.tar.gz
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/enigma.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- enigma.spec	10 Nov 2004 23:18:39 -0000	1.3
    +++ enigma.spec	5 May 2005 18:17:08 -0000	1.4
    @@ -1,29 +1,28 @@
     Name:           enigma
    -Version:        0.81
    -Release:        3
    +Version:        0.91
    +Release:        1
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
     License:        GPL
     URL:            http://www.nongnu.org/enigma/
    -Source0:        http://savannah.nongnu.org/download/enigma/enigma-%{version}.tar.gz
    -Patch:          enigma-0.81-gcc34.patch
    +Source0:        http://savannah.nongnu.org/download/enigma/enigma-0.91.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    -BuildRequires:	SDL-devel >= 0:1.2  SDL_image-devel >= 0:1.2 SDL_mixer-devel >= 0:1.2
    -BuildRequires:  desktop-file-utils zlib-devel >= 0:1.2.0 tetex >= 0:2.0.2
    +BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4
    +BuildRequires:  SDL_ttf-devel gettext
    +BuildRequires:  desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2
     
     %description
    -Enigma is a tribute to and a re-implementation of one of the most               
    -original and intriguing computer games of the 1990's: Oxyd.  Your               
    -objective is easily explained: find and uncover all pairs of identical          
    -Oxyd stones in each landscape.  Sounds simple?  It would be, if it              
    -weren't for hidden traps, vast mazes, insurmountable obstacles and              
    -innumerable puzzles blocking your direct way to the Oxyd stones...      
    +Enigma is a tribute to and a re-implementation of one of the most
    +original and intriguing computer games of the 1990's: Oxyd.  Your
    +objective is easily explained: find and uncover all pairs of identical
    +Oxyd stones in each landscape.  Sounds simple?  It would be, if it
    +weren't for hidden traps, vast mazes, insurmountable obstacles and
    +innumerable puzzles blocking your direct way to the Oxyd stones...
     
     %prep
     %setup -q
    -%patch -p1 -b .gcc34
     
     %build
     %configure --enable-optimize
    @@ -41,11 +40,12 @@
       --add-category "X-Fedora"                                 \
       $RPM_BUILD_ROOT%{_datadir}/applications/enigma.desktop
     
    +%find_lang %{name}
     
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    -%files
    +%files -f %{name}.lang
     %defattr(-,root,root,-)
     %doc README AUTHORS ChangeLog COPYING NEWS doc/TODO html/
     %{_datadir}/enigma
    @@ -56,6 +56,12 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  - 0.91-1
    +- Update to 0.91
    +- Add BR gettext, SDL_ttf-devel
    +- Use find_lang
    +- Remove GCC patches
    +
     * Thu Nov 11 2004 Michael Schwendt  - 0.81-3
     - Fix a number of C++ issues for FC3/GCC 3.4.
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:16:05 -0000	1.2
    +++ sources	5 May 2005 18:17:08 -0000	1.3
    @@ -1 +1 @@
    -d200891cde56d9bdbac65aa65fb4aa34  enigma-0.81.tar.gz
    +784d12ff1846ab05986a6d0c7489e5ea  enigma-0.91.tar.gz
    
    
    --- enigma-0.81-gcc34.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 18:17:10 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 14:17:10 -0400
    Subject: rpms/enigma/devel .cvsignore, 1.2, 1.3 enigma.spec, 1.6, 1.7 sources,
    	1.2, 1.3 enigma-0.81-gcc34.patch, 1.1,
    	NONE enigma-0.81-gcc4.patch, 1.1, NONE
    Message-ID: <200505051817.j45IHfX8007426@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7383/devel
    
    Modified Files:
    	.cvsignore enigma.spec sources 
    Removed Files:
    	enigma-0.81-gcc34.patch enigma-0.81-gcc4.patch 
    Log Message:
    - Update to 0.91
    - Add BR gettext, SDL_ttf-devel
    - Use find_lang
    - gtk-update-icon-cache in post and postun
    - Remove GCC patches
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:16:05 -0000	1.2
    +++ .cvsignore	5 May 2005 18:17:08 -0000	1.3
    @@ -1 +1 @@
    -enigma-0.81.tar.gz
    +enigma-0.91.tar.gz
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- enigma.spec	13 Apr 2005 23:50:00 -0000	1.6
    +++ enigma.spec	5 May 2005 18:17:08 -0000	1.7
    @@ -1,17 +1,16 @@
     Name:           enigma
    -Version:        0.81
    -Release:        5
    +Version:        0.91
    +Release:        2
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
     License:        GPL
     URL:            http://www.nongnu.org/enigma/
    -Source0:        http://savannah.nongnu.org/download/enigma/enigma-%{version}.tar.gz
    -Patch0:         enigma-0.81-gcc34.patch
    -Patch1:         enigma-0.81-gcc4.patch
    +Source0:        http://savannah.nongnu.org/download/enigma/enigma-0.91.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    -BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2
    +BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4
    +BuildRequires:  SDL_ttf-devel gettext
     BuildRequires:  desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2
     
     %description
    @@ -24,9 +23,6 @@
     
     %prep
     %setup -q
    -%patch0 -p1 -b .gcc34
    -%patch1 -p1 -b .gcc4
    -
     
     %build
     %configure --enable-optimize
    @@ -44,11 +40,19 @@
       --add-category "X-Fedora"                                 \
       $RPM_BUILD_ROOT%{_datadir}/applications/enigma.desktop
     
    +%find_lang %{name}
     
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    -%files
    +%post
    +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2>/dev/null || :
    +
    +%postun
    +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2>/dev/null || :
    +
    +
    +%files -f %{name}.lang
     %defattr(-,root,root,-)
     %doc README AUTHORS ChangeLog COPYING NEWS doc/TODO html/
     %{_datadir}/enigma
    @@ -59,6 +63,16 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  - 0.91-2
    +- rebuilt
    +
    +* Thu May 05 2005 Thorsten Leemhuis  - 0.91-1
    +- Update to 0.91
    +- Add BR gettext, SDL_ttf-devel
    +- Use find_lang
    +- gtk-update-icon-cache in post and postun
    +- Remove GCC patches
    +
     * Thu Apr 14 2005 Michael Schwendt  - 0.81-5
     - Fix build for GCC4.
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:16:05 -0000	1.2
    +++ sources	5 May 2005 18:17:08 -0000	1.3
    @@ -1 +1 @@
    -d200891cde56d9bdbac65aa65fb4aa34  enigma-0.81.tar.gz
    +784d12ff1846ab05986a6d0c7489e5ea  enigma-0.91.tar.gz
    
    
    --- enigma-0.81-gcc34.patch DELETED ---
    
    
    --- enigma-0.81-gcc4.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 18:54:47 2005
    From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj))
    Date: Thu,  5 May 2005 14:54:47 -0400
    Subject: common Makefile.common,1.10,1.11
    Message-ID: <200505051854.j45IslLP007614@cvs-int.fedora.redhat.com>
    
    Author: katzj
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7597
    
    Modified Files:
    	Makefile.common 
    Log Message:
    add patch from ensc to make the 'patch' and 'rediff'
    targets work when $(RPM_BUILD_DIR) is set to another dir
    
    
    
    Index: Makefile.common
    ===================================================================
    RCS file: /cvs/extras/common/Makefile.common,v
    retrieving revision 1.10
    retrieving revision 1.11
    diff -u -r1.10 -r1.11
    --- Makefile.common	13 Apr 2005 19:55:11 -0000	1.10
    +++ Makefile.common	5 May 2005 18:54:45 -0000	1.11
    @@ -328,7 +328,7 @@
     PATCHFILE := $(NAME)-$(VERSION)-$(SUFFIX).patch
     patch:
     	@if test -z "$(SUFFIX)"; then echo "Must specify SUFFIX=whatever" ; exit 1; fi
    -	(cd $(RPM_BUILD_DIR)/.. && gendiff $(NAME)-$(VERSION) .$(SUFFIX) | $(FILTERDIFF) > $(PATCHFILE)) || true
    +	(cd $(RPM_BUILD_DIR)/.. && gendiff $(NAME)-$(VERSION) .$(SUFFIX) | $(FILTERDIFF)) > $(PATCHFILE) || true
     	@if ! test -s $(PATCHFILE); then echo "Patch is empty!"; exit 1; fi
     	@echo "Created $(PATCHFILE)"
     	@grep "$(PATCHFILE)" CVS/Entries >&/dev/null || cvs add -ko $(PATCHFILE) || true
    @@ -341,7 +341,7 @@
     	@if ! test -f "$(PATCHFILE)"; then echo "$(PATCHFILE) not found"; exit 1; fi
     	@mv -f $(PATCHFILE) $(PATCHFILE)\~
     	@sed '/^--- /,$$d' < $(PATCHFILE)\~ > $(PATCHFILE)
    -	@cd $(RPM_BUILD_DIR)/.. && gendiff $(NAME)-$(VERSION) .$(SUFFIX) | $(FILTERDIFF) >> $(PATCHFILE) || true
    +	@(cd $(RPM_BUILD_DIR)/.. && gendiff $(NAME)-$(VERSION) .$(SUFFIX) | $(FILTERDIFF)) >> $(PATCHFILE) || true
     
     clog: $(SPECFILE)
     	@sed -n '/^%changelog/,/^$$/{/^%/d;/^$$/d;s/%%/%/g;p}' $(SPECFILE) | tee $@
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 19:12:45 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 15:12:45 -0400
    Subject: common tobuild,1.141,1.142
    Message-ID: <200505051912.j45JCjak008621@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8604
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/notemeister/devel notemeister-0_1_7-7 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.141
    retrieving revision 1.142
    diff -u -r1.141 -r1.142
    --- tobuild	5 May 2005 13:19:52 -0000	1.141
    +++ tobuild	5 May 2005 19:12:42 -0000	1.142
    @@ -29,3 +29,4 @@
     skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
     skvidal	rpms/exim/devel	exim-4_51-1	devel
     skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    +skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 19:13:23 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 15:13:23 -0400
    Subject: common tobuild,1.142,1.143
    Message-ID: <200505051913.j45JDN5e008654@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8637
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/enigma/devel enigma-0_91-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.142
    retrieving revision 1.143
    diff -u -r1.142 -r1.143
    --- tobuild	5 May 2005 19:12:42 -0000	1.142
    +++ tobuild	5 May 2005 19:13:21 -0000	1.143
    @@ -30,3 +30,4 @@
     skvidal	rpms/exim/devel	exim-4_51-1	devel
     skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
     skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    +skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 19:14:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 15:14:19 -0400
    Subject: common tobuild,1.143,1.144
    Message-ID: <200505051914.j45JEJue008687@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8670
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-crypto/devel python-crypto-2_0-4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.143
    retrieving revision 1.144
    diff -u -r1.143 -r1.144
    --- tobuild	5 May 2005 19:13:21 -0000	1.143
    +++ tobuild	5 May 2005 19:14:17 -0000	1.144
    @@ -31,3 +31,4 @@
     skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
     skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
     skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    +skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 19:25:02 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Thu,  5 May 2005 15:25:02 -0400
    Subject: rpms/xemacs/devel xemacs-21.4.17-innerbuf.patch, NONE,
    	1.1 xemacs.spec, 1.2, 1.3
    Message-ID: <200505051925.j45JP3LK008763@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/rpms/xemacs/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8743
    
    Modified Files:
    	xemacs.spec 
    Added Files:
    	xemacs-21.4.17-innerbuf.patch 
    Log Message:
    Stack corruption fix from Enrico Scholz, #154112.
    
    xemacs-21.4.17-innerbuf.patch:
    
    --- NEW FILE xemacs-21.4.17-innerbuf.patch ---
    2005-04-07 15:08  Enrico Scholz 
    	* src/process-unix.c (unix_open_network_stream): moved
    	  'portbuf' buffer out of an inner block as it is used in the
    	  entire function. With gcc4, the stack may get corrupted
    	  after leaving this block. This patches adjusts the size of
    	  the used buffer also; static '128' bytes are far too much
    	  currently and might not suffice for future architectures
    	  (e.g. for 512 bit ones ;)). Instead of, use only the really
    	  required space (max octets * ln(256)/ln(10) chars + space
    	  for '\0' and the sign)
    
    --- xemacs-21.4.17/src/process-unix.c.innerbuf	2005-01-31 03:55:26.000000000 +0100
    +++ xemacs-21.4.17/src/process-unix.c	2005-04-07 16:09:36.000000000 +0200
    @@ -1670,13 +1670,13 @@
         volatile int xerrno = 0;
         volatile int failed_connect = 0;
         char *ext_host;
    +    char portbuf[sizeof(long)*3 + 2];
         /*
          * Caution: service can either be a string or int.
          * Convert to a C string for later use by getaddrinfo.
          */
         if (INTP (service))
           {
    -	char portbuf[128];
     	snprintf (portbuf, sizeof (portbuf), "%ld", (long) XINT (service));
     	portstring = portbuf;
     	port = htons ((unsigned short) XINT (service));
    
    
    Index: xemacs.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xemacs/devel/xemacs.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- xemacs.spec	5 Mar 2005 21:10:25 -0000	1.2
    +++ xemacs.spec	5 May 2005 19:24:59 -0000	1.3
    @@ -1,7 +1,7 @@
     Summary: Different version of Emacs
     Name: xemacs
     Version: 21.4.17
    -Release: 2
    +Release: 3
     License: GPL
     Group: Applications/Editors
     Source0: ftp://ftp.xemacs.org/xemacs-21.4/xemacs-%{version}.tar.bz2
    @@ -12,6 +12,7 @@
     Source22: delprevline.py
     Source23: dotxemacs-init.el
     Source24: default.el
    +Patch0: xemacs-21.4.17-innerbuf.patch
     Patch5: xemacs-21-cursor.patch
     Patch10: xemacs-21.4.10-find-paths-pkgdir.patch
     Patch11: movemail-mktemp.patch
    @@ -129,6 +130,7 @@
     sed -i -e "s|\@srcdir\@|$PWD|" lisp/dump-paths.el
     
     ## non-Lisp patches ##
    +%patch0 -p1 -b .innerbuf
     %patch5 -p1 -b .cursor
     # movemail
     %patch11 -p1 -b .mkstemp
    @@ -363,6 +365,10 @@
     
     
     %changelog
    +* Thu May  5 2005 Ville Skytt??  - 21.4.17-3
    +- Avoid stack corruption in open-network-stream when built with gcc4
    +  (Enrico Scholz, #154112).
    +
     * Tue Mar  1 2005 Ville Skytt??  - 21.4.17-2
     - Drop xemacs-sumo build dependency and -nox install time dependency on it
       to solve chicken-egg bootstrap problem.
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 20:20:59 2005
    From: fedora-extras-commits at redhat.com (Ed Hill (edhill))
    Date: Thu,  5 May 2005 16:20:59 -0400
    Subject: rpms/netcdf/FC-3 netcdf.spec,1.5,1.6
    Message-ID: <200505052021.j45KLTRC009888@cvs-int.fedora.redhat.com>
    
    Author: edhill
    
    Update of /cvs/extras/rpms/netcdf/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9856/FC-3
    
    Modified Files:
    	netcdf.spec 
    Log Message:
    fix bug #156748 and several small clean-ups
    
    
    
    Index: netcdf.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/netcdf/FC-3/netcdf.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- netcdf.spec	6 Mar 2005 04:37:01 -0000	1.5
    +++ netcdf.spec	5 May 2005 20:20:57 -0000	1.6
    @@ -1,6 +1,9 @@
    +%define dist .fc3
    +%define fedora 3
    +
     Name:           netcdf
     Version:        3.6.0
    -Release:        1.p1
    +Release:        2.p1%{?dist}
     Summary:        Libraries for the Unidata network Common Data Form (NetCDF v3)
     
     Group:          Applications/Engineering
    @@ -14,7 +17,7 @@
     %package devel
     Summary:        Development files for netcdf-3
     Group:          Development/Libraries
    -#Requires:       %{name} = %{version}-%{release}
    +Requires:       %{name} = %{version}-%{release}
     
     %description
     NetCDF-3 (network Common Data Form ver3) is an interface for
    @@ -65,22 +68,27 @@
     #  The parallel build was tested and it does NOT work.
     #  make %{?_smp_mflags}
     make
    +unset FC
    +unset CPPFLAGS
     
     %install
    -rm -rf $RPM_BUILD_ROOT
    -mkdir $RPM_BUILD_ROOT
    -mkdir -p $RPM_BUILD_ROOT/%{_includedir}/netcdf-3
    -mkdir -p $RPM_BUILD_ROOT/%{_libdir}/netcdf-3
    -mkdir -p $RPM_BUILD_ROOT/%{_datadir}
    -mkdir -p $RPM_BUILD_ROOT/%{_mandir}
    +rm -rf ${RPM_BUILD_ROOT}
    +mkdir ${RPM_BUILD_ROOT}
    +mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3
    +mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/netcdf-3
    +mkdir -p ${RPM_BUILD_ROOT}%{_datadir}
    +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}
     cd src
     %makeinstall INCDIR=${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 \
       LIBDIR=${RPM_BUILD_ROOT}%{_libdir}/netcdf-3 \
    -  MANDIR=$RPM_BUILD_ROOT/%{_mandir}
    -rm -rf $RPM_BUILD_ROOT/%{_mandir}/man3f*
    +  MANDIR=${RPM_BUILD_ROOT}%{_mandir}
    +rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man3f*
    +find ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 -type f | xargs chmod 644
    +find ${RPM_BUILD_ROOT}%{_libdir}/netcdf-3 -type f | xargs chmod 644
    +find ${RPM_BUILD_ROOT}%{_mandir} -type f | xargs chmod 644
     
     %clean
    -rm -rf $RPM_BUILD_ROOT
    +rm -rf ${RPM_BUILD_ROOT}
     
     
     %files
    @@ -97,6 +105,11 @@
     
     
     %changelog
    +* Wed May  5 2005 Ed Hill  - 3.6.0-2.p1
    +- make netcdf-devel require netcdf (bug #156748)
    +- cleanup environment and paths
    +- fix file permissions
    +
     * Sat Mar  5 2005 Ed Hill  - 0:3.6.0-1.p1
     - update for 3.6.0-p1 large-files-bug fix and remove the Epoch
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 20:21:00 2005
    From: fedora-extras-commits at redhat.com (Ed Hill (edhill))
    Date: Thu,  5 May 2005 16:21:00 -0400
    Subject: rpms/netcdf/devel netcdf.spec,1.5,1.6
    Message-ID: <200505052021.j45KLUUn009891@cvs-int.fedora.redhat.com>
    
    Author: edhill
    
    Update of /cvs/extras/rpms/netcdf/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9856/devel
    
    Modified Files:
    	netcdf.spec 
    Log Message:
    fix bug #156748 and several small clean-ups
    
    
    
    Index: netcdf.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/netcdf/devel/netcdf.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- netcdf.spec	6 Apr 2005 03:33:33 -0000	1.5
    +++ netcdf.spec	5 May 2005 20:20:57 -0000	1.6
    @@ -1,6 +1,9 @@
    +%define dist .fc4
    +%define fedora 4
    +
     Name:           netcdf
     Version:        3.6.0
    -Release:        2.p1
    +Release:        3.p1%{?dist}
     Summary:        Libraries for the Unidata network Common Data Form (NetCDF v3)
     
     Group:          Applications/Engineering
    @@ -14,7 +17,7 @@
     %package devel
     Summary:        Development files for netcdf-3
     Group:          Development/Libraries
    -#Requires:       %{name} = %{version}-%{release}
    +Requires:       %{name} = %{version}-%{release}
     
     %description
     NetCDF-3 (network Common Data Form ver3) is an interface for
    @@ -65,25 +68,27 @@
     #  The parallel build was tested and it does NOT work.
     #  make %{?_smp_mflags}
     make
    +unset FC
    +unset CPPFLAGS
     
     %install
    -rm -rf $RPM_BUILD_ROOT
    -mkdir $RPM_BUILD_ROOT
    -mkdir -p $RPM_BUILD_ROOT/%{_includedir}/netcdf-3
    -mkdir -p $RPM_BUILD_ROOT/%{_libdir}/netcdf-3
    -mkdir -p $RPM_BUILD_ROOT/%{_datadir}
    -mkdir -p $RPM_BUILD_ROOT/%{_mandir}
    +rm -rf ${RPM_BUILD_ROOT}
    +mkdir ${RPM_BUILD_ROOT}
    +mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3
    +mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/netcdf-3
    +mkdir -p ${RPM_BUILD_ROOT}%{_datadir}
    +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}
     cd src
     %makeinstall INCDIR=${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 \
       LIBDIR=${RPM_BUILD_ROOT}%{_libdir}/netcdf-3 \
    -  MANDIR=${RPM_BUILD_ROOT}/%{_mandir}
    -rm -rf $RPM_BUILD_ROOT/%{_mandir}/man3f*
    +  MANDIR=${RPM_BUILD_ROOT}%{_mandir}
    +rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man3f*
     find ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 -type f | xargs chmod 644
     find ${RPM_BUILD_ROOT}%{_libdir}/netcdf-3 -type f | xargs chmod 644
    -find ${RPM_BUILD_ROOT}/%{_mandir} -type f | xargs chmod 644
    +find ${RPM_BUILD_ROOT}%{_mandir} -type f | xargs chmod 644
     
     %clean
    -rm -rf $RPM_BUILD_ROOT
    +rm -rf ${RPM_BUILD_ROOT}
     
     
     %files
    @@ -100,6 +105,10 @@
     
     
     %changelog
    +* Wed May  5 2005 Ed Hill  - 3.6.0-3.p1
    +- make netcdf-devel require netcdf (bug #156748)
    +- cleanup environment and paths
    +
     * Tue Apr  5 2005 Ed Hill  - 0:3.6.0-2.p1
     - update for gcc-gfortran
     - fix file permissions
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 21:10:24 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 17:10:24 -0400
    Subject: common tobuild,1.144,1.145
    Message-ID: <200505052110.j45LAOrd010979@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10962
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xemacs/devel xemacs-21_4_17-3 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.144
    retrieving revision 1.145
    diff -u -r1.144 -r1.145
    --- tobuild	5 May 2005 19:14:17 -0000	1.144
    +++ tobuild	5 May 2005 21:10:22 -0000	1.145
    @@ -32,3 +32,4 @@
     skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
     skvidal	rpms/enigma/devel	enigma-0_91-2	devel
     skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    +skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 21:10:34 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 17:10:34 -0400
    Subject: common tobuild,1.145,1.146
    Message-ID: <200505052110.j45LAYEg011007@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10990
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/netcdf/devel netcdf-3_6_0-3_p1_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.145
    retrieving revision 1.146
    diff -u -r1.145 -r1.146
    --- tobuild	5 May 2005 21:10:22 -0000	1.145
    +++ tobuild	5 May 2005 21:10:32 -0000	1.146
    @@ -33,3 +33,4 @@
     skvidal	rpms/enigma/devel	enigma-0_91-2	devel
     skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
     skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    +skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 21:10:41 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 17:10:41 -0400
    Subject: common tobuild,1.146,1.147
    Message-ID: <200505052110.j45LAfsN011036@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11018
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/cdo/devel cdo-0_9_6-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.146
    retrieving revision 1.147
    diff -u -r1.146 -r1.147
    --- tobuild	5 May 2005 21:10:32 -0000	1.146
    +++ tobuild	5 May 2005 21:10:39 -0000	1.147
    @@ -34,3 +34,4 @@
     skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
     skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
     skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    +skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:02 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:02 -0400
    Subject: rpms/python-logilab-common - New directory
    Message-ID: <200505052230.j45MU23F012242@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12218/python-logilab-common
    
    Log Message:
    Directory /cvs/extras/rpms/python-logilab-common added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:02 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:02 -0400
    Subject: rpms/python-logilab-common/devel - New directory
    Message-ID: <200505052230.j45MU2Oh012247@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12218/python-logilab-common/devel
    
    Log Message:
    Directory /cvs/extras/rpms/python-logilab-common/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:11 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:11 -0400
    Subject: rpms/python-logilab-common Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505052230.j45MUBbk012294@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12263
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module python-logilab-common
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module python-logilab-common
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:11 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:11 -0400
    Subject: rpms/python-logilab-common/devel .cvsignore, NONE, 1.1 Makefile,
    	NONE, 1.1 sources, NONE, 1.1
    Message-ID: <200505052230.j45MUBSZ012299@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12263/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module python-logilab-common
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:29 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:29 -0400
    Subject: rpms/python-logilab-common import.log,1.1,1.2
    Message-ID: <200505052230.j45MUTkv012358@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12327
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import python-logilab-common-0.9.3-3 on branch devel from python-logilab-common-0.9.3-3.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/python-logilab-common/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	5 May 2005 22:30:09 -0000	1.1
    +++ import.log	5 May 2005 22:30:26 -0000	1.2
    @@ -0,0 +1 @@
    +python-logilab-common-0_9_3-3:HEAD:python-logilab-common-0.9.3-3.src.rpm:1115332368
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:30 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:30 -0400
    Subject: rpms/python-logilab-common/devel python-logilab-common.spec, NONE,
    	1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
    Message-ID: <200505052230.j45MUUrk012365@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12327/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	python-logilab-common.spec 
    Log Message:
    auto-import python-logilab-common-0.9.3-3 on branch devel from python-logilab-common-0.9.3-3.src.rpm
    
    
    --- NEW FILE python-logilab-common.spec ---
    %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
    
    Name:           python-logilab-common
    Version:        0.9.3
    Release:        3
    Summary:        Common libraries for Logilab projects
    
    Group:          Development/Libraries
    License:        GPL
    URL:            http://www.logilab.org/projects/common
    Source0:        ftp://ftp.logilab.org/pub/common/common-%{version}.tar.gz
    BuildArch:      noarch
    BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:  python-devel
    Requires:       python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
    
    
    %description
    This package contains several modules providing low level functionality 
    shared among some python projects developed by logilab.
    
    
    %prep
    %setup -q -n common-%{version}
    
    
    %build
    %{__python} setup.py build
    
    
    %install
    rm -rf $RPM_BUILD_ROOT
    %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
    rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/logilab/common/test
    
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    
    %files
    %defattr(-,root,root,-)
    %doc doc/* README ChangeLog
    %dir %{_python_sitelib}/logilab
    %dir %{_python_sitelib}/logilab/common
    %dir %{_python_sitelib}/logilab/common/astng
    %dir %{_python_sitelib}/logilab/common/ureports
    %{_python_sitelib}/logilab/*.py
    %{_python_sitelib}/logilab/common/*.py
    %{_python_sitelib}/logilab/common/*.pyc
    %ghost %{_python_sitelib}/logilab/common/*.pyo
    %{_python_sitelib}/logilab/common/*/*.py
    %{_python_sitelib}/logilab/common/*/*.pyc
    %ghost %{_python_sitelib}/logilab/common/*/*.pyo
    
    
    %changelog
    * Thu May 05 2005 Konstantin Ryabitsev  - 0.9.3-3
    - Fix paths.
    
    * Tue Apr 26 2005 Konstantin Ryabitsev  - 0.9.3-2
    - Ghost .pyo files.
    - Get rid of test, which doesn't do anything.
    
    * Fri Apr 22 2005 Konstantin Ryabitsev  - 0.9.3-1
    - Initial packaging.
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/python-logilab-common/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	5 May 2005 22:30:09 -0000	1.1
    +++ .cvsignore	5 May 2005 22:30:27 -0000	1.2
    @@ -0,0 +1 @@
    +common-0.9.3.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/python-logilab-common/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	5 May 2005 22:30:09 -0000	1.1
    +++ sources	5 May 2005 22:30:27 -0000	1.2
    @@ -0,0 +1 @@
    +bfbe68606f2448b58836fb79b2582e71  common-0.9.3.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:05 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:05 -0400
    Subject: rpms/pylint - New directory
    Message-ID: <200505052231.j45MV58s012471@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12447/pylint
    
    Log Message:
    Directory /cvs/extras/rpms/pylint added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:05 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:05 -0400
    Subject: rpms/pylint/devel - New directory
    Message-ID: <200505052231.j45MV5gO012476@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12447/pylint/devel
    
    Log Message:
    Directory /cvs/extras/rpms/pylint/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:19 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:19 -0400
    Subject: rpms/pylint Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505052231.j45MVJmc012523@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12492
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module pylint
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module pylint
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:20 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:20 -0400
    Subject: rpms/pylint/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources,
    	NONE, 1.1
    Message-ID: <200505052231.j45MVKmA012528@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12492/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module pylint
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:44 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:44 -0400
    Subject: rpms/pylint import.log,1.1,1.2
    Message-ID: <200505052232.j45MWEWg012590@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12556
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import pylint-0.6.4-3 on branch devel from pylint-0.6.4-3.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/pylint/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	5 May 2005 22:31:17 -0000	1.1
    +++ import.log	5 May 2005 22:31:42 -0000	1.2
    @@ -0,0 +1 @@
    +pylint-0_6_4-3:HEAD:pylint-0.6.4-3.src.rpm:1115332443
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:44 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:44 -0400
    Subject: rpms/pylint/devel pylint.spec, NONE, 1.1 .cvsignore, 1.1,
    	1.2 sources, 1.1, 1.2
    Message-ID: <200505052232.j45MWE19012594@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12556/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	pylint.spec 
    Log Message:
    auto-import pylint-0.6.4-3 on branch devel from pylint-0.6.4-3.src.rpm
    
    
    --- NEW FILE pylint.spec ---
    %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
    
    Name:           pylint
    Version:        0.6.4
    Release:        3
    Summary:        Analyzes Python code looking for bugs and signs of poor quality
    
    Group:          Development/Debuggers
    License:        GPL
    URL:            http://www.logilab.org/projects/pylint
    Source0:        ftp://ftp.logilab.org/pub/pylint/pylint-%{version}.tar.gz
    BuildArch:      noarch
    BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:  python-devel
    Requires:       python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
    Requires:       python-logilab-common >= 0.9.3
    
    %description
    Pylint is a python tool that checks if a module satisfy a coding standard. 
    Pylint can be seen as another PyChecker since nearly all tests you can do 
    with PyChecker can also be done with Pylint. But Pylint offers some more 
    features, like checking line-code's length, checking if variable names are 
    well-formed according to your coding standard, or checking if declared 
    interfaces are truly implemented, and much more. The big advantage with 
    Pylint is that it is highly configurable, customizable, and you can easily 
    write a small plugin to add a personal feature.
    
    
    %package gui
    Summary:        Graphical Interface tool for Pylint
    Group:          Development/Debuggers
    Requires:       %{name} = %{version}-%{release}
    Requires:       tkinter
    
    %description gui
    This package provides a gui tool for pylint written in tkinter.
    
    
    %prep
    %setup -q
    
    
    %build
    %{__python} setup.py build
    
    
    %install
    rm -rf $RPM_BUILD_ROOT
    %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
    rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/logilab/pylint/test
    # This file is provided by python-logilab-common
    rm -f $RPM_BUILD_ROOT%{_python_sitelib}/logilab/*.py
    
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    
    %files
    %defattr(-,root,root,-)
    %doc doc/*.txt README ChangeLog TODO
    %dir %{_python_sitelib}/logilab/pylint
    %dir %{_python_sitelib}/logilab/pylint/checkers
    %dir %{_python_sitelib}/logilab/pylint/reporters
    %{_python_sitelib}/logilab/pylint/*.py
    %{_python_sitelib}/logilab/pylint/*.pyc
    %ghost %{_python_sitelib}/logilab/pylint/*.pyo
    %{_python_sitelib}/logilab/pylint/*/*.py
    %{_python_sitelib}/logilab/pylint/*/*.pyc
    %ghost %{_python_sitelib}/logilab/pylint/*/*.pyo
    %{_bindir}/pylint
    %{_bindir}/symilar
    %exclude %{_python_sitelib}/logilab/pylint/gui.py*
    
    
    %files gui
    %defattr(-,root,root,-)
    %{_python_sitelib}/logilab/pylint/gui.py
    %{_python_sitelib}/logilab/pylint/gui.pyc
    %ghost %{_python_sitelib}/logilab/pylint/gui.pyo
    %{_bindir}/pylint-gui
    
    
    %changelog
    * Thu May 05 2005 Konstantin Ryabitsev  - 0.6.4-3
    - Only doc the .txt files.
    - Don't buildrequire python-logilab-common
    - Fix paths.
    
    * Tue Apr 26 2005 Konstantin Ryabitsev  - 0.6.4-2
    - Ghost .pyo files.
    - Remove the test dir, as it doesn't do anything.
    - Separate the gui package, which depends on tkinter.
    - Don't own site-packages/logilab, which is owned by
      python-logilab-common.
    
    * Fri Apr 22 2005 Konstantin Ryabitsev  - 0.6.4-1
    - Initial packaging.
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/pylint/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	5 May 2005 22:31:18 -0000	1.1
    +++ .cvsignore	5 May 2005 22:31:42 -0000	1.2
    @@ -0,0 +1 @@
    +pylint-0.6.4.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/pylint/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	5 May 2005 22:31:18 -0000	1.1
    +++ sources	5 May 2005 22:31:42 -0000	1.2
    @@ -0,0 +1 @@
    +7b15dc734ea91995256da22ad6a3aeb0  pylint-0.6.4.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:37:07 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 18:37:07 -0400
    Subject: rpms/seahorse import.log,1.4,1.5
    Message-ID: <200505052237.j45MbbYf012708@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/rpms/seahorse
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12672
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import seahorse-0.7.7-1 on branch devel from seahorse-0.7.7-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/seahorse/import.log,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- import.log	8 Nov 2004 05:20:32 -0000	1.4
    +++ import.log	5 May 2005 22:37:05 -0000	1.5
    @@ -1,3 +1,4 @@
     seahorse-0_7_3-0_fdr_4_rh90:HEAD:seahorse-0.7.3-0.fdr.4.rh90.src.rpm:1099891220
     seahorse-0_7_3-0_fdr_5_1:HEAD:seahorse-0.7.3-0.fdr.5.1.src.rpm:1099891226
     seahorse-0_7_3-0_fdr_5_2:HEAD:seahorse-0.7.3-0.fdr.5.2.src.rpm:1099891232
    +seahorse-0_7_7-1:HEAD:seahorse-0.7.7-1.src.rpm:1115332650
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:37:07 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 18:37:07 -0400
    Subject: rpms/seahorse/devel .cvsignore, 1.3, 1.4 seahorse.spec, 1.9,
    	1.10 sources, 1.3, 1.4
    Message-ID: <200505052237.j45Mbcwe012713@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/rpms/seahorse/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12672/devel
    
    Modified Files:
    	.cvsignore seahorse.spec sources 
    Log Message:
    auto-import seahorse-0.7.7-1 on branch devel from seahorse-0.7.7-1.src.rpm
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/seahorse/devel/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	8 Mar 2005 02:16:03 -0000	1.3
    +++ .cvsignore	5 May 2005 22:37:05 -0000	1.4
    @@ -1 +1 @@
    -seahorse-0.7.6.tar.bz2
    +seahorse-0.7.7.tar.gz
    
    
    Index: seahorse.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/seahorse/devel/seahorse.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- seahorse.spec	19 Apr 2005 18:24:14 -0000	1.9
    +++ seahorse.spec	5 May 2005 22:37:05 -0000	1.10
    @@ -1,13 +1,11 @@
     Name: 		seahorse
    -Version: 	0.7.6
    -Release: 	4
    -
    +Version: 	0.7.7
    +Release: 	1
     Summary:	GNOME2 interface for gnupg
    -
     Group: 		User Interface/Desktops
     License: 	GPL
    -URL:            http://seahorse.sourceforge.net/
    -Source: 	http://ftp.gnome.org/pub/GNOME/sources/seahorse/0.7/seahorse-0.7.6.tar.bz2
    +URL:        http://seahorse.sourceforge.net/
    +Source:     http://ftp.gnome.org/pub/GNOME/sources/seahorse/0.7/seahorse-0.7.7.tar.gz
     BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  desktop-file-utils
    @@ -16,7 +14,6 @@
     BuildRequires:  gettext
     BuildRequires:  gpgme-devel >= 1.0
     BuildRequires:  libgnomeui-devel
    -BuildRequires:  libgnomeprintui22-devel
     BuildRequires:  perl-XML-Parser
     BuildRequires:  scrollkeeper
     Requires(post): desktop-file-utils
    @@ -111,13 +108,15 @@
     %{_datadir}/omf/%{name}
     %{_datadir}/pixmaps/*
     %{_libdir}/libseahorse-internal.so.0.0.0
    -%{_libdir}/bonobo/*.*
    -%{_libdir}/bonobo/servers/Seahorse_PGP_File_Listener.server
     %{_libdir}/gedit-2/plugins/*
    +%{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.so
     %{_sysconfdir}/gconf/schemas/*
     
     
     %changelog
    +* Thu May  5 2005 Seth Vidal  0.7.7-1
    +- 0.7.7
    +
     * Tue Apr 19 2005 Seth Vidal  0.7.6-4
     - something innocuous to test on
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/seahorse/devel/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	8 Mar 2005 02:16:03 -0000	1.3
    +++ sources	5 May 2005 22:37:05 -0000	1.4
    @@ -1 +1 @@
    -b0a0942faabc1dd9367b4bea9cdd9c4a  seahorse-0.7.6.tar.bz2
    +babee15dbe6b5652b20ae0d1b0b04962  seahorse-0.7.7.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:39:15 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 18:39:15 -0400
    Subject: common tobuild,1.147,1.148
    Message-ID: <200505052239.j45MdFjc012832@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12815
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/seahorse/devel seahorse-0_7_7-1 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.147
    retrieving revision 1.148
    diff -u -r1.147 -r1.148
    --- tobuild	5 May 2005 21:10:39 -0000	1.147
    +++ tobuild	5 May 2005 22:39:13 -0000	1.148
    @@ -35,3 +35,4 @@
     skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
     skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
     skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    +skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:42:44 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Thu,  5 May 2005 18:42:44 -0400
    Subject: rpms/graveman/FC-3 .cvsignore, 1.3, 1.4 graveman.spec, 1.3,
    	1.4 sources, 1.3, 1.4
    Message-ID: <200505052243.j45MhEdD012911@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/rpms/graveman/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12873/FC-3
    
    Modified Files:
    	.cvsignore graveman.spec sources 
    Log Message:
    new version 0.3.11
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/FC-3/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	16 Apr 2005 23:51:32 -0000	1.3
    +++ .cvsignore	5 May 2005 22:42:41 -0000	1.4
    @@ -1 +1 @@
    -graveman-0.3.10.tar.bz2
    +graveman-0.3.11.tar.bz2
    
    
    Index: graveman.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/FC-3/graveman.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- graveman.spec	15 Apr 2005 00:23:27 -0000	1.3
    +++ graveman.spec	5 May 2005 22:42:41 -0000	1.4
    @@ -1,12 +1,12 @@
     Name:           graveman
    -Version:        0.3.10
    -Release:        2
    +Version:        0.3.11
    +Release:        1
     Summary:        A frontend for cdrtools, dvd+rw-tools and sox
     
     Group:          Applications/Archiving
     License:        GPL
     URL:            http://graveman.tuxfamily.org
    -Source0:        http://savannah.nongnu.org/download/graveman/graveman-0.3.10.tar.bz2
    +Source0:        http://graveman.tuxfamily.org/graveman-0.3.11.tar.bz2
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  libid3tag-devel, libvorbis-devel, gtk2-devel, libogg-devel, desktop-file-utils
    @@ -33,6 +33,7 @@
     rm -rf $RPM_BUILD_ROOT
     mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
     mkdir -p $RPM_BUILD_ROOT%{_mandir}/fr/man1
    +mkdir -p $RPM_BUILD_ROOT%{_mandir}/nl/man1
     make install DESTDIR=$RPM_BUILD_ROOT
     desktop-file-install \
       --vendor=fedora \
    @@ -60,12 +61,12 @@
     %{_datadir}/graveman
     %{_datadir}/pixmaps/*
     %{_mandir}/man*/*
    -%{_mandir}/fr/man*/*
    +%{_mandir}/*/man*/*
     
     
     %changelog
    -* Fri Apr 15 2005 Gerard Milmeister  - 0.3.10-2
    -- Remove category Utility from .desktop file
    +* Fri May  6 2005 Gerard Milmeister  - 0.3.11-1
    +- New Version 0.3.11
     
     * Mon Apr  4 2005 Gerard Milmeister  - 0.3.10-1
     - New Version 0.3.10
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/FC-3/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	16 Apr 2005 23:51:32 -0000	1.3
    +++ sources	5 May 2005 22:42:41 -0000	1.4
    @@ -1 +1 @@
    -7b9a8080afbca2b4d819ad8ddc1f5c20  graveman-0.3.10.tar.bz2
    +06dfb5c9599fe90ed6e5c8c8c1c35dca  graveman-0.3.11.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:42:44 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Thu,  5 May 2005 18:42:44 -0400
    Subject: rpms/graveman/devel .cvsignore, 1.4, 1.5 graveman.spec, 1.5,
    	1.6 sources, 1.4, 1.5
    Message-ID: <200505052243.j45MhEem012916@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/rpms/graveman/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12873/devel
    
    Modified Files:
    	.cvsignore graveman.spec sources 
    Log Message:
    new version 0.3.11
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/devel/.cvsignore,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- .cvsignore	4 Apr 2005 15:54:38 -0000	1.4
    +++ .cvsignore	5 May 2005 22:42:42 -0000	1.5
    @@ -1 +1 @@
    -graveman-0.3.10.tar.bz2
    +graveman-0.3.11.tar.bz2
    
    
    Index: graveman.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/devel/graveman.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- graveman.spec	15 Apr 2005 00:23:27 -0000	1.5
    +++ graveman.spec	5 May 2005 22:42:42 -0000	1.6
    @@ -1,12 +1,12 @@
     Name:           graveman
    -Version:        0.3.10
    -Release:        2
    +Version:        0.3.11
    +Release:        1
     Summary:        A frontend for cdrtools, dvd+rw-tools and sox
     
     Group:          Applications/Archiving
     License:        GPL
     URL:            http://graveman.tuxfamily.org
    -Source0:        http://savannah.nongnu.org/download/graveman/graveman-0.3.10.tar.bz2
    +Source0:        http://graveman.tuxfamily.org/graveman-0.3.11.tar.bz2
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  libid3tag-devel, libvorbis-devel, gtk2-devel, libogg-devel, desktop-file-utils
    @@ -33,6 +33,7 @@
     rm -rf $RPM_BUILD_ROOT
     mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
     mkdir -p $RPM_BUILD_ROOT%{_mandir}/fr/man1
    +mkdir -p $RPM_BUILD_ROOT%{_mandir}/nl/man1
     make install DESTDIR=$RPM_BUILD_ROOT
     desktop-file-install \
       --vendor=fedora \
    @@ -60,12 +61,12 @@
     %{_datadir}/graveman
     %{_datadir}/pixmaps/*
     %{_mandir}/man*/*
    -%{_mandir}/fr/man*/*
    +%{_mandir}/*/man*/*
     
     
     %changelog
    -* Fri Apr 15 2005 Gerard Milmeister  - 0.3.10-2
    -- Remove category Utility from .desktop file
    +* Fri May  6 2005 Gerard Milmeister  - 0.3.11-1
    +- New Version 0.3.11
     
     * Mon Apr  4 2005 Gerard Milmeister  - 0.3.10-1
     - New Version 0.3.10
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/devel/sources,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- sources	4 Apr 2005 15:54:38 -0000	1.4
    +++ sources	5 May 2005 22:42:42 -0000	1.5
    @@ -1 +1 @@
    -7b9a8080afbca2b4d819ad8ddc1f5c20  graveman-0.3.10.tar.bz2
    +06dfb5c9599fe90ed6e5c8c8c1c35dca  graveman-0.3.11.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 23:36:28 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 19:36:28 -0400
    Subject: rpms/mlmmj/devel mlmmj.spec,1.1,1.2
    Message-ID: <200505052336.j45NaSZY013977@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13960
    
    Modified Files:
    	mlmmj.spec 
    Log Message:
    Release 1.2.5-2. Many cleanups
    
    
    Index: mlmmj.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- mlmmj.spec	5 May 2005 10:44:48 -0000	1.1
    +++ mlmmj.spec	5 May 2005 23:36:26 -0000	1.2
    @@ -1,11 +1,9 @@
     %define _textlibdir /usr/share/mlmmj/text.skel
     
    -%define makeinstall  %{__make}  prefix=%{?buildroot:%{buildroot}}%{_prefix}  exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix}  bindir=%{?buildroot:%{buildroot}}%{_bindir}  sbindir=%{?buildroot:%{buildroot}}%{_sbindir}  sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir}  datadir=%{?buildroot:%{buildroot}}%{_datadir}  includedir=%{?buildroot:%{buildroot}}%{_includedir}  libdir=%{?buildroot:%{buildroot}}%{_libdir}  libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir}  localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir}  sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir}  mandir=%{?buildroot:%{buildroot}}%{_mandir}  infodir=%{?buildroot:%{buildroot}}%{_infodir} textlibdir=%{?buildroot:%{buildroot}}%{_textlibdir} install
    -
     Summary: Mailserver-independent ezmlm-like mailing list manager
     Name: mlmmj
     Version: 1.2.5
    -Release: 1
    +Release: 2
     License: MIT
     Group: Applications/Internet
     Source: http://mlmmj.mmj.dk/dist/mlmmj-1.2.5.tar.gz
    @@ -14,9 +12,10 @@
     URL: http://mlmmj.mmj.dk/
     
     %description
    -mlmmj (Mailing Lists Made Joyful) is a mailing list manager intended to mimic
    -the functionality of the ezmlm mailing list manager often used with qmail, but
    -with a more open license and mailserver indepdendence.
    +mlmmj (Mailing List Managing Made Joyful) is a mailing list manager
    +intended to mimic the functionality of the ezmlm-idx mailing list
    +manager often used with Prof. Dan Bernstein's qmail, but with an open
    +license and mailserver indepdendence.
     
     %prep
     
    @@ -24,12 +23,11 @@
     
     %build
     %configure
    -
    -%install
     make %{?_smp_mflags}
     
    -
    -%makeinstall
    +%install
    +rm -rf %{_buildroot}
    +%makeinstall textlibdir=%{buildroot}%{_textlibdir}
     mkdir -p %{buildroot}/var/spool/mlmmj
     
     %clean
    @@ -45,6 +43,13 @@
     %{_mandir}/man1/mlmmj-*
     
     %changelog
    +* Fri May 6 2005 Michael Fleming  1.2.5-2
    +- Description updated
    +- Install macros returned to sane defaults
    +- Small spec cleanups
    +- Thanks to Michael Schwendt for pointing these out.
    +
    +- Dropped listtexts patch (applied upstream)
     * Thu May 5 2005 Michael Fleming  1.2.5-1
     - 1.2.5
     - Dropped listtexts patch (applied upstream)
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 05:26:31 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Fri,  6 May 2005 01:26:31 -0400
    Subject: rpms/Coin2/devel Coin2.spec,1.7,1.8
    Message-ID: <200505060527.j465R11d020324@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/rpms/Coin2/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20290/devel
    
    Modified Files:
    	Coin2.spec 
    Log Message:
    Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead SONAME handling.
    
    
    Index: Coin2.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/Coin2/devel/Coin2.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- Coin2.spec	3 May 2005 08:32:53 -0000	1.7
    +++ Coin2.spec	6 May 2005 05:26:28 -0000	1.8
    @@ -10,7 +10,7 @@
     Summary: High-level 3D visualization library
     Name: %{name}
     Version: %{srcvers}
    -Release: 7.fc4
    +Release: 8.fc4
     
     
     License: GPL
    @@ -26,7 +26,9 @@
     Patch4: coin-2.3.0-libtool.diff.bz2
     Patch5: coin-2.3.0-man3.diff
     
    -BuildRequires: libGL.so.1 libGLU.so.1 XFree86-devel
    +BuildRequires: xorg-x11-Mesa-libGL
    +BuildRequires: xorg-x11-Mesa-libGLU
    +BuildRequires: xorg-x11-devel
     BuildRequires: zlib-devel bzip2-devel
     BuildRequires: doxygen
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    @@ -108,6 +110,10 @@
     %doc %{_datadir}/Coin/html
     
     %changelog
    +* Fri May 06 2005 Ralf Corsepius  - 0:2.3.0-8
    +- Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead
    +  SONAME handling.
    +
     * Tue May 03 2005 Ralf Corsepius  - 0:2.3.0-7
     - Minor spec changes.
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 05:26:31 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Fri,  6 May 2005 01:26:31 -0400
    Subject: rpms/Coin2/FC-3 Coin2.spec,1.5,1.6
    Message-ID: <200505060527.j465R108020327@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/rpms/Coin2/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20290/FC-3
    
    Modified Files:
    	Coin2.spec 
    Log Message:
    Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead SONAME handling.
    
    
    Index: Coin2.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/Coin2/FC-3/Coin2.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- Coin2.spec	3 May 2005 08:33:16 -0000	1.5
    +++ Coin2.spec	6 May 2005 05:26:29 -0000	1.6
    @@ -10,7 +10,7 @@
     Summary: High-level 3D visualization library
     Name: %{name}
     Version: %{srcvers}
    -Release: 7.fc3
    +Release: 8.fc3
     
     License: GPL
     Group: System Environment/Libraries
    @@ -25,7 +25,9 @@
     Patch4: coin-2.3.0-libtool.diff.bz2
     Patch5: coin-2.3.0-man3.diff
     
    -BuildRequires: libGL.so.1 libGLU.so.1 XFree86-devel
    +BuildRequires: xorg-x11-Mesa-libGL
    +BuildRequires: xorg-x11-Mesa-libGLU
    +BuildRequires: xorg-x11-devel
     BuildRequires: zlib-devel bzip2-devel
     BuildRequires: doxygen
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    @@ -107,6 +109,10 @@
     %doc %{_datadir}/Coin/html
     
     %changelog
    +* Fri May 06 2005 Ralf Corsepius  - 0:2.3.0-8
    +- Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead
    +  SONAME handling.
    +
     * Tue May 03 2005 Ralf Corsepius  - 0:2.3.0-7
     - Minor spec changes.
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 05:36:09 2005
    From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh))
    Date: Fri, 6 May 2005 01:36:09 -0400
    Subject: rpms/uim/devel uim.spec,1.8,1.9
    Message-ID: <200505060536.j465a96Q020379@cvs-int.fedora.redhat.com>
    
    Author: tagoh
    
    Update of /cvs/extras/rpms/uim/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20364
    
    Modified Files:
    	uim.spec 
    Log Message:
    * Fri May  6 2005 Akira TAGOH  - 0.4.6-2
    - added BuildRequires: ncurses-devel. (#156880)
    
    
    Index: uim.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/uim/devel/uim.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- uim.spec	18 Apr 2005 12:52:24 -0000	1.8
    +++ uim.spec	6 May 2005 05:36:07 -0000	1.9
    @@ -12,7 +12,7 @@
     Source0:	http://uim.freedesktop.org/release/%{name}-%{version}.tar.gz
     Source1:	xinput.d-uim
     BuildRoot:	%{_tmppath}/%{name}-%{version}-root
    -BuildRequires:	gtk2-devel gnome-panel-devel qt-devel
    +BuildRequires:	gtk2-devel gnome-panel-devel qt-devel ncurses-devel
     BuildRequires:	anthy-devel Canna-devel
     Requires(post): %{_sbindir}/alternatives /sbin/ldconfig
     Requires(postun): %{_sbindir}/alternatives /sbin/ldconfig
    @@ -286,6 +286,9 @@
     %{_datadir}/uim/skk*.scm
     
     %changelog
    +* Fri May  6 2005 Akira TAGOH  - 0.4.6-2
    +- added BuildRequires: ncurses-devel. (#156880)
    +
     * Mon Apr 18 2005 Akira TAGOH  - 0.4.6-1
     - New upstream release. (#155173)
       - fixed missing return statement issue. (#150304)
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 05:37:31 2005
    From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh))
    Date: Fri, 6 May 2005 01:37:31 -0400
    Subject: rpms/uim/devel uim.spec,1.9,1.10
    Message-ID: <200505060537.j465bVSa020410@cvs-int.fedora.redhat.com>
    
    Author: tagoh
    
    Update of /cvs/extras/rpms/uim/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20396
    
    Modified Files:
    	uim.spec 
    Log Message:
    bump
    
    
    Index: uim.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/uim/devel/uim.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- uim.spec	6 May 2005 05:36:07 -0000	1.9
    +++ uim.spec	6 May 2005 05:37:29 -0000	1.10
    @@ -5,7 +5,7 @@
     Summary:	A multilingual input method library
     Name:		uim
     Version:	0.4.6
    -Release:	1
    +Release:	2
     License:	GPL/BSD
     Group:		System Environment/Libraries
     URL:		http://uim.freedesktop.org/
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 05:42:40 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Fri,  6 May 2005 01:42:40 -0400
    Subject: rpms/mlmmj/devel mlmmj-1.2.5.moderation-race.diff, NONE,
    	1.1 mlmmj.spec, 1.2, 1.3
    Message-ID: <200505060542.j465geQD020450@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20430
    
    Modified Files:
    	mlmmj.spec 
    Added Files:
    	mlmmj-1.2.5.moderation-race.diff 
    Log Message:
    Patch added to fix moderation race
    
    mlmmj-1.2.5.moderation-race.diff:
    
    --- NEW FILE mlmmj-1.2.5.moderation-race.diff ---
    diff -urN mlmmj-1.2.5.pristine/ChangeLog mlmmj-1.2.5/ChangeLog
    --- mlmmj-1.2.5.pristine/ChangeLog	2005-04-26 19:36:16.000000000 +1000
    +++ mlmmj-1.2.5/ChangeLog	2005-05-06 15:28:42.000000000 +1000
    @@ -1,3 +1,5 @@
    + o When sending moderated mails, rename them so that they wont be moderated
    +   again while sending
     1.2.5
      o Make listname+list send the list of regular subscribers to the owner who
        requested it.
    diff -urN mlmmj-1.2.5.pristine/src/listcontrol.c mlmmj-1.2.5/src/listcontrol.c
    --- mlmmj-1.2.5.pristine/src/listcontrol.c	2005-04-26 20:04:18.000000000 +1000
    +++ mlmmj-1.2.5/src/listcontrol.c	2005-05-06 15:28:42.000000000 +1000
    @@ -102,7 +102,7 @@
     {
     	char *atsign, *recipdelimsign, *bouncenr, *tmpstr;
     	char *controlstr, *param, *conffilename, *moderatefilename;
    -	char *c, *archivefilename;
    +	char *c, *archivefilename, *sendfilename;
     	const char *subswitch;
     	size_t len;
     	struct stat stbuf;
    @@ -483,16 +483,25 @@
     		/* TODO Add accept/reject parameter to moderate */
     		unlink(mailname);
     		moderatefilename = concatstr(3, listdir, "/moderation/", param);
    +		sendfilename = concatstr(2, moderatefilename, ".sending");
     		myfree(param);
    +
     		if(stat(moderatefilename, &stbuf) < 0) {
     			myfree(moderatefilename);
     			exit(EXIT_SUCCESS); /* just exit, no mail to moderate */
     		}
    +		/* Rename it to avoid mail being sent twice */
    +		if(rename(moderatefilename, sendfilename) < 0) {
    +			log_error(LOG_ARGS, "Could not rename to .sending");
    +			exit(EXIT_FAILURE);
    +		}
    +
     		log_oper(listdir, OPLOGFNAME, "%s moderated %s",
     				fromemails->emaillist[0], moderatefilename);
    +		myfree(moderatefilename);
     		execlp(mlmmjsend, mlmmjsend,
     				"-L", listdir,
    -				"-m", moderatefilename, (char *)NULL);
    +				"-m", sendfilename, (char *)NULL);
     		log_error(LOG_ARGS, "execlp() of '%s' failed",
     					mlmmjsend);
     		exit(EXIT_FAILURE);
    
    
    Index: mlmmj.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- mlmmj.spec	5 May 2005 23:36:26 -0000	1.2
    +++ mlmmj.spec	6 May 2005 05:42:37 -0000	1.3
    @@ -3,10 +3,11 @@
     Summary: Mailserver-independent ezmlm-like mailing list manager
     Name: mlmmj
     Version: 1.2.5
    -Release: 2
    +Release: 3
     License: MIT
     Group: Applications/Internet
     Source: http://mlmmj.mmj.dk/dist/mlmmj-1.2.5.tar.gz
    +Patch0: mlmmj-1.2.5.moderation-race.diff
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Requires: smtpdaemon
     URL: http://mlmmj.mmj.dk/
    @@ -21,6 +22,8 @@
     
     %setup
     
    +%patch -p1 -b .modrace
    +
     %build
     %configure
     make %{?_smp_mflags}
    @@ -43,6 +46,10 @@
     %{_mandir}/man1/mlmmj-*
     
     %changelog
    +* Fri May 6 2005 Michael Fleming  1.2.5-3
    +- Upstream patch included fixing a potential race condition on
    +  moderation.
    +  
     * Fri May 6 2005 Michael Fleming  1.2.5-2
     - Description updated
     - Install macros returned to sane defaults
    
    
    
    From fedora at leemhuis.info  Fri May  6 06:25:43 2005
    From: fedora at leemhuis.info (Thorsten Leemhuis)
    Date: Fri, 06 May 2005 08:25:43 +0200
    Subject: BuildRequires: libGL.so.1 libGLU.so.1 in foobillard, geomview,
    	gtkglext,  Inventor (Was: Re: rpms/Coin2/devel Coin2.spec,1.7,1.8 )
    In-Reply-To: <200505060527.j465R11d020324@cvs-int.fedora.redhat.com>
    References: <200505060527.j465R11d020324@cvs-int.fedora.redhat.com>
    Message-ID: <1115360743.9017.1.camel@thl.ct.heise.de>
    
    Am Freitag, den 06.05.2005, 01:26 -0400 schrieb Ralf Cors?pius: 
    > Author: corsepiu
    > 
    > Update of /cvs/extras/rpms/Coin2/devel
    > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20290/devel
    > 
    > Modified Files:
    > 	Coin2.spec 
    > Log Message:
    > Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead SONAME handling.
    [...] 
    > -BuildRequires: libGL.so.1 libGLU.so.1 XFree86-devel
    > +BuildRequires: xorg-x11-Mesa-libGL
    > +BuildRequires: xorg-x11-Mesa-libGLU
    > +BuildRequires: xorg-x11-devel
    
    Well, that should work. *If* we stick to that we maybe should fix at
    least those also:
    
    foobillard/foobillard.spec:BuildRequires:  xorg-x11-devel libGL.so.1 libGLU.so.1
    foobillard/foobillard.spec:- Added BuildRequires: xorg-x11-devel libGL.so.1 libGLU.so.1
    geomview/geomview.spec:BuildRequires: XFree86-devel libGL.so.1 libGLU.so.1
    geomview/geomview.spec:- BR: libGL.so.1 libGLU.so.1
    gtkglext/gtkglext.spec:BuildRequires:   Mesa, libGL.so.1, libGLU.so.1
    Inventor/Inventor.spec:BuildRequires:  libGL.so.1 XFree86-devel
    Inventor/Inventor.spec:Requires:        libGL.so.1 freetype-devel libjpeg-devel
    Inventor/Inventor.spec:Requires:        libGL.so.1
    scorched3d/scorched3d.spec:BuildRequires:  ImageMagick, %{_libdir}/libGLU.so.1, desktop-file-utils
    
    
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 12:57:17 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 08:57:17 -0400
    Subject: common tobuild,1.148,1.149
    Message-ID: <200505061257.j46CvHL4028372@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28355
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/uim/devel uim-0_4_6-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.148
    retrieving revision 1.149
    diff -u -r1.148 -r1.149
    --- tobuild	5 May 2005 22:39:13 -0000	1.148
    +++ tobuild	6 May 2005 12:57:05 -0000	1.149
    @@ -36,3 +36,4 @@
     skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
     skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
     skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    +skvidal	rpms/uim/devel	uim-0_4_6-2	devel
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 12:57:40 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 08:57:40 -0400
    Subject: common tobuild,1.149,1.150
    Message-ID: <200505061257.j46CveKx028415@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28398
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Coin2/devel Coin2-2_3_0-8_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.149
    retrieving revision 1.150
    diff -u -r1.149 -r1.150
    --- tobuild	6 May 2005 12:57:05 -0000	1.149
    +++ tobuild	6 May 2005 12:57:38 -0000	1.150
    @@ -37,3 +37,4 @@
     skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
     skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
     skvidal	rpms/uim/devel	uim-0_4_6-2	devel
    +skvidal	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 13:03:19 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Fri,  6 May 2005 09:03:19 -0400
    Subject: rpms/udunits/FC-3 udunits.spec,1.4,1.5
    Message-ID: <200505061303.j46D3nf6029354@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/udunits/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29322/FC-3
    
    Modified Files:
    	udunits.spec 
    Log Message:
    
    Fix BuildRequires: gcc-g77 for FC-3 package.
    
    
    
    Index: udunits.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/udunits/FC-3/udunits.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- udunits.spec	18 Apr 2005 17:49:30 -0000	1.4
    +++ udunits.spec	6 May 2005 13:03:17 -0000	1.5
    @@ -3,7 +3,7 @@
     
     Name: udunits
     Version: 1.12.4
    -Release: 5%{?dist}
    +Release: 7%{?dist}
     Summary: A library for manipulating units of physical quantities
     License: Freely distributable (BSD-like)
     Group: System Environment/Libraries
    @@ -14,7 +14,7 @@
     Patch0: udunits-1.12.4-linuxfixes.patch
     Patch1: udunits-1.12.4-64bit.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    -BuildRequires: gcc-gfortran, gcc-c++, groff
    +BuildRequires: gcc-g77, gcc-c++, groff
     
     %description
     The Unidata units utility, udunits, supports conversion of unit specifications 
    @@ -109,6 +109,12 @@
     %{_mandir}/man1/udunitsperl.1.gz
     
     %changelog
    +* Fri May  6 2005 Tom "spot" Callaway  1.12.4-7
    +- fix BuildRequires for the FC-3 spec (gcc-g77 vs gcc-gfortran)
    +
    +* Fri Apr 22 2005 Tom "spot" Callaway  1.12.4-6
    +- use dist tag
    +
     * Sat Apr 16 2005 Tom "spot" Callaway  1.12.4-5
     - x86_64 needs -fPIC
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 13:03:19 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Fri,  6 May 2005 09:03:19 -0400
    Subject: rpms/udunits/devel udunits.spec,1.4,1.5
    Message-ID: <200505061303.j46D3off029357@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/udunits/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29322/devel
    
    Modified Files:
    	udunits.spec 
    Log Message:
    
    Fix BuildRequires: gcc-g77 for FC-3 package.
    
    
    
    Index: udunits.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/udunits/devel/udunits.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- udunits.spec	22 Apr 2005 14:23:15 -0000	1.4
    +++ udunits.spec	6 May 2005 13:03:17 -0000	1.5
    @@ -3,7 +3,7 @@
     
     Name: udunits
     Version: 1.12.4
    -Release: 6%{?dist}
    +Release: 7%{?dist}
     Summary: A library for manipulating units of physical quantities
     License: Freely distributable (BSD-like)
     Group: System Environment/Libraries
    @@ -109,6 +109,9 @@
     %{_mandir}/man1/udunitsperl.1.gz
     
     %changelog
    +* Fri May  6 2005 Tom "spot" Callaway  1.12.4-7
    +- fix BuildRequires for the FC-3 spec (gcc-g77 vs gcc-gfortran)
    +
     * Fri Apr 22 2005 Tom "spot" Callaway  1.12.4-6.fc4
     - use dist tag
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 15:42:50 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Fri,  6 May 2005 11:42:50 -0400
    Subject: rpms/linphone/FC-3 linphone.spec,1.7,1.8
    Message-ID: <200505061543.j46FhKhL031772@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/linphone/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31731/FC-3
    
    Modified Files:
    	linphone.spec 
    Log Message:
    Minor cleanups
    
    
    Index: linphone.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/linphone/FC-3/linphone.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- linphone.spec	4 May 2005 12:04:06 -0000	1.7
    +++ linphone.spec	6 May 2005 15:42:48 -0000	1.8
    @@ -1,6 +1,8 @@
    +%{!?dist: %define dist .fc3 }
    +%{!?fedora: %define fedora 3 }
     Name:           linphone
     Version:        1.0.1
    -Release:        1.fc3
    +Release:        2%{?dist}
     Summary:        Phone anywhere in the whole world by using the Internet
     
     Group:          Applications/Communications
    @@ -13,7 +15,7 @@
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel
    -BuildRequires:  libosip-devel speex-devel gettext desktop-file-utils
    +BuildRequires:  libosip2-devel speex-devel gettext desktop-file-utils
     
     %description
     Linphone is mostly sip compliant. It works successfully with these
    @@ -129,7 +131,10 @@
     %{_libdir}/libortp.so
     
     %changelog
    -* Wed May  4 2005 Ignacio Vazquez-Abrams  1.0.1-1
    +* Fri May  6 2005 Ignacio Vazquez-Abrams  1.0.1-2.fc3
    +- Fix libosip2-devel BR
    +
    +* Wed May  4 2005 Ignacio Vazquez-Abrams  1.0.1-1.fc3
     - Update to 1.0.1
     - Port patches from devel
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 15:42:50 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Fri,  6 May 2005 11:42:50 -0400
    Subject: rpms/linphone/devel linphone.spec,1.9,1.10
    Message-ID: <200505061543.j46FhKPo031775@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/linphone/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31731/devel
    
    Modified Files:
    	linphone.spec 
    Log Message:
    Minor cleanups
    
    
    Index: linphone.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/linphone/devel/linphone.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- linphone.spec	8 Apr 2005 20:38:17 -0000	1.9
    +++ linphone.spec	6 May 2005 15:42:48 -0000	1.10
    @@ -1,6 +1,8 @@
    +%{!?dist: %define dist .fc4 }
    +%{!?fedora: %define fedora 4 }
     Name:           linphone
     Version:        1.0.1
    -Release:        2
    +Release:        2%{?dist}
     Summary:        Phone anywhere in the whole world by using the Internet
     
     Group:          Applications/Communications
    @@ -129,6 +131,9 @@
     %{_libdir}/libortp.so
     
     %changelog
    +* Fri May  6 2005 Ignacio Vazquez-Abrams  1.0.1-2.fc4
    +- Add disttag to Release
    +
     * Fri Apr  8 2005 Ignacio Vazquez-Abrams  1.0.1-2
     - Remove -Werror from configure for now
     - Fix .desktop file to have Terminal=false instead of 0
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:11:23 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:11:23 -0400
    Subject: rpms/gossip - New directory
    Message-ID: <200505061611.j46GBN0k000481@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv461/gossip
    
    Log Message:
    Directory /cvs/extras/rpms/gossip added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:11:23 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:11:23 -0400
    Subject: rpms/gossip/devel - New directory
    Message-ID: <200505061611.j46GBNKg000486@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv461/gossip/devel
    
    Log Message:
    Directory /cvs/extras/rpms/gossip/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:11:39 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:11:39 -0400
    Subject: rpms/gossip Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505061611.j46GBdm1000533@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv506
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module gossip
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module gossip
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:11:39 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:11:39 -0400
    Subject: rpms/gossip/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources,
    	NONE, 1.1
    Message-ID: <200505061611.j46GBdbu000538@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv506/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module gossip
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:12:41 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:12:41 -0400
    Subject: rpms/gossip import.log,1.1,1.2
    Message-ID: <200505061613.j46GDBXK000605@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv571
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import gossip-0.8-3 on branch devel from gossip-0.8-3.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/gossip/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	6 May 2005 16:11:36 -0000	1.1
    +++ import.log	6 May 2005 16:12:39 -0000	1.2
    @@ -0,0 +1 @@
    +gossip-0_8-3:HEAD:gossip-0.8-3.src.rpm:1115395956
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:12:42 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:12:42 -0400
    Subject: rpms/gossip/devel gossip.spec, NONE, 1.1 .cvsignore, 1.1,
    	1.2 sources, 1.1, 1.2
    Message-ID: <200505061613.j46GDC2u000609@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv571/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	gossip.spec 
    Log Message:
    auto-import gossip-0.8-3 on branch devel from gossip-0.8-3.src.rpm
    
    
    --- NEW FILE gossip.spec ---
    %define with_dbus 0
    
    Name:           gossip
    Version:        0.8
    Release:        3
    Summary:        Gnome Jabber Client
    
    Group:          Applications/Communications
    License:        GPL
    URL:          	http://www.imendio.com/projects/gossip/
    Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.8/%{name}-%{version}.tar.bz2
    BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:	loudmouth-devel
    BuildRequires:	GConf2-devel
    BuildRequires:	libglade2-devel
    BuildRequires:	libgnomeui-devel
    BuildRequires:	gnome-vfs2-devel
    BuildRequires:	libxslt-devel
    BuildRequires:	libxml2-devel
    BuildRequires:	libgcrypt-devel
    BuildRequires:	desktop-file-utils
    BuildRequires:	gettext
    
    %if %{with_dbus}
    BuildRequires:	dbus-devel
    %endif
    
    Requires(post):	GConf2
    Requires(preun): GConf2 
    
    %description
    Gossip aims at making Jabber easy to use and tries to give GNOME users a
    real user friendly way of chatting with their friends.
    
    
    %prep
    %setup -q
    
    
    %build
    %configure \
    %if %{with_dbus}
    	--enable-dbus=yes
    %else
    	--enable-dbus=no
    %endif
    
    make %{?_smp_mflags}
    
    
    %install
    rm -rf $RPM_BUILD_ROOT
    export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
    make install DESTDIR=$RPM_BUILD_ROOT
    %find_lang %{name}
    unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
    
    desktop-file-install --vendor fedora --delete-original	\
      --dir $RPM_BUILD_ROOT%{_datadir}/applications   	\
      --add-category X-Fedora			        \
      $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
    
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    
    %post
    export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
    gconftool-2 --makefile-install-rule \
      %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
    
    
    %preun
    export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
    gconftool-2 --makefile-uninstall-rule \
      %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
    
    
    %files -f %{name}.lang
    %defattr(-,root,root,-)
    %doc AUTHORS ChangeLog README NEWS
    %{_bindir}/%{name}
    %{_sysconfdir}/gconf/schemas/%{name}.schemas
    %{_datadir}/applications/*.desktop
    %{_datadir}/pixmaps/%{name}.png
    %dir %{_datadir}/%{name}
    %{_datadir}/%{name}/*.glade
    %{_datadir}/%{name}/*.png
    %{_datadir}/%{name}/*.wav
    %{_datadir}/%{name}/%{name}-log.xsl
    %dir %{_datadir}/%{name}/protocols
    %{_datadir}/%{name}/protocols/*
    
    
    %changelog
    * Fri May  6 2005 Brian Pepple  - 0.8-3
    - Add ownership for unclaimed directories.
    - Disable dbus support due to api changes, and since it is experimental in Gossip anyway.
    
    * Sun May  1 2005 Brian Pepple  - 0.8-2
    - Actually package the protocols.
    
    * Sun May  1 2005 Brian Pepple  - 0.8-1
    - Initial Fedora build.
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/gossip/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	6 May 2005 16:11:37 -0000	1.1
    +++ .cvsignore	6 May 2005 16:12:39 -0000	1.2
    @@ -0,0 +1 @@
    +gossip-0.8.tar.bz2
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/gossip/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	6 May 2005 16:11:37 -0000	1.1
    +++ sources	6 May 2005 16:12:39 -0000	1.2
    @@ -0,0 +1 @@
    +8bbe3dac8d0da7e0b936971a01545f14  gossip-0.8.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:28:10 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Fri,  6 May 2005 12:28:10 -0400
    Subject: rpms/alsa-tools/FC-3 .cvsignore, 1.3, 1.4 alsa-tools.spec, 1.3,
    	1.4 sources, 1.3, 1.4
    Message-ID: <200505061628.j46GSArW000754@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/alsa-tools/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv719/FC-3
    
    Modified Files:
    	.cvsignore alsa-tools.spec sources 
    Log Message:
    prune ac3dec from sources
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/FC-3/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	29 Mar 2005 17:37:43 -0000	1.3
    +++ .cvsignore	6 May 2005 16:28:08 -0000	1.4
    @@ -1 +1 @@
    -alsa-tools-1.0.6.tar.bz2
    +alsa-tools-1.0.6-pruned.tar.bz2
    
    
    Index: alsa-tools.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/FC-3/alsa-tools.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- alsa-tools.spec	22 Mar 2005 18:20:48 -0000	1.3
    +++ alsa-tools.spec	6 May 2005 16:28:08 -0000	1.4
    @@ -1,15 +1,15 @@
    -%{?!_without_tools: 	%define builddirstools ac3dec as10k1 envy24control hdspconf hdspmixer rmedigicontrol sbiload sb16_csp sscape_ctl us428control }
    +%{?!_without_tools: 	%define builddirstools as10k1 envy24control hdspconf hdspmixer rmedigicontrol sbiload sb16_csp sscape_ctl us428control }
     %{?_without_tools: 	%{!?_with_firmware: %define _with_firmware 1}}
     %{?_with_firmware: 	%define builddirsfirmw hdsploader mixartloader usx2yloader vxloader }
     
     Summary: 	The ALSA Tools
     Name: 		alsa-tools
     Version: 	1.0.6
    -Release: 	1
    +Release: 	3
     License: 	GPL
     Group: 		Applications/Multimedia
     URL: 		http://www.alsa-project.org/
    -Source0: 	ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
    +Source0: 	alsa-tools-1.0.6-pruned.tar.bz2
     Patch0:		%{name}-as10k1gcc_fix.patch
     BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires:	alsa-lib-devel >= %{version}
    @@ -112,7 +112,6 @@
     %if 0%{!?_without_tools:1}
     %files
     %defattr(-,root,root,-)
    -%doc %{_docdir}/%{name}-%{version}/ac3dec
     %doc %{_docdir}/%{name}-%{version}/as10k1
     %doc %{_docdir}/%{name}-%{version}/envy24control
     %doc %{_docdir}/%{name}-%{version}/hdspconf
    @@ -120,11 +119,9 @@
     %doc %{_docdir}/%{name}-%{version}/rmedigicontrol
     %doc %{_docdir}/%{name}-%{version}/sbiload
     %doc %{_docdir}/%{name}-%{version}/sb16_csp
    -%{_bindir}/ac3dec
     %{_bindir}/as10k1
     %{_bindir}/cspctl
     %{_bindir}/envy24control
    -%{_bindir}/extract_ac3
     %{_bindir}/hdspconf
     %{_bindir}/hdspmixer
     %{_bindir}/rmedigicontrol
    @@ -157,6 +154,9 @@
     %endif # ?_with_firmware
     
     %changelog
    +* Fri May 06 2005 Thorsten Leemhuis  - 1.0.6-3
    +- prune ac3dec from sources and spec
    +
     * Sun Mar 29 2005 Thorsten Leemhuis  - 0:1.0.6-2
     - Add "--without tools" and "--with firmware" options
     - Drop unneeded BR: automake
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/FC-3/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	29 Mar 2005 17:37:43 -0000	1.3
    +++ sources	6 May 2005 16:28:08 -0000	1.4
    @@ -1 +1 @@
    -d8047c270d7033c00f1f64cde0f67d99  alsa-tools-1.0.6.tar.bz2
    +1b744ed00f3f6fb57c260038cd27a67a  alsa-tools-1.0.6-pruned.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:28:11 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Fri,  6 May 2005 12:28:11 -0400
    Subject: rpms/alsa-tools/devel .cvsignore, 1.3, 1.4 alsa-tools.spec, 1.6,
    	1.7 sources, 1.3, 1.4
    Message-ID: <200505061628.j46GSBpn000762@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/alsa-tools/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv719/devel
    
    Modified Files:
    	.cvsignore alsa-tools.spec sources 
    Log Message:
    prune ac3dec from sources
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/devel/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	8 Apr 2005 15:06:28 -0000	1.3
    +++ .cvsignore	6 May 2005 16:28:09 -0000	1.4
    @@ -1 +1 @@
    -alsa-tools-1.0.8.tar.bz2
    +alsa-tools-1.0.8-pruned.tar.bz2
    
    
    Index: alsa-tools.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/devel/alsa-tools.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- alsa-tools.spec	5 May 2005 13:52:00 -0000	1.6
    +++ alsa-tools.spec	6 May 2005 16:28:09 -0000	1.7
    @@ -5,11 +5,11 @@
     Summary: 	The ALSA Tools
     Name: 		alsa-tools
     Version: 	1.0.8
    -Release: 	2
    +Release: 	3
     License: 	GPL
     Group: 		Applications/Multimedia
     URL: 		http://www.alsa-project.org/
    -Source0: 	ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
    +Source0: 	%{name}-%{version}-pruned.tar.bz2
     Patch0:		%{name}-as10k1gcc_fix.patch
     BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires:	alsa-lib-devel >= %{version}
    @@ -153,7 +153,10 @@
     %endif # ?_with_firmware
     
     %changelog
    -* Wed Apr 06 2005 Thorsten Leemhuis  - 1.0.8-2
    +* Fri May 06 2005 Thorsten Leemhuis  - 1.0.8-3
    +- prune ac3dec from sources
    +
    +* Thu May 05 2005 Thorsten Leemhuis  - 1.0.8-2
     - don't build ac3dec -- use a52dec instead
     
     * Wed Apr 06 2005 Thorsten Leemhuis  - 1.0.8-1
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/devel/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	8 Apr 2005 15:06:28 -0000	1.3
    +++ sources	6 May 2005 16:28:09 -0000	1.4
    @@ -1 +1 @@
    -cf51eccd14e818a9f0be455cedcd52ff  alsa-tools-1.0.8.tar.bz2
    +4c58d608c3144785761def1fb66bef9d  alsa-tools-1.0.8-pruned.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 17:14:13 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Fri,  6 May 2005 13:14:13 -0400
    Subject: rpms/revelation/devel revelation.spec,1.8,1.9
    Message-ID: <200505061714.j46HEDZA001884@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/revelation/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1867
    
    Modified Files:
    	revelation.spec 
    Log Message:
    Update the GTK+ theme icon cache on (un)install
    
    
    Index: revelation.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- revelation.spec	2 Apr 2005 11:32:55 -0000	1.8
    +++ revelation.spec	6 May 2005 17:14:11 -0000	1.9
    @@ -4,7 +4,7 @@
     Summary:	Password manager for GNOME 2
     Name:		revelation
     Version:	0.4.3
    -Release:	2
    +Release:	3
     License:	GPL
     Group:		Applications/Productivity
     Source:		ftp://oss.codepoet.no/revelation/revelation-0.4.3.tar.bz2
    @@ -26,9 +26,9 @@
     BuildRequires:	cracklib
     BuildRequires:	words
     BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n)
    -Requires(post):		GConf2 shared-mime-info desktop-file-utils
    -Requires(preun):	GConf2
    -Requires(postun):	shared-mime-info desktop-file-utils
    +Requires(post):         GConf2 shared-mime-info desktop-file-utils
    +Requires(preun):        GConf2
    +Requires(postun):       shared-mime-info desktop-file-utils
     
     %description
     Revelation is a password manager. It organizes accounts in
    @@ -60,6 +60,7 @@
     gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
     update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
     update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
    +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor || :
     
     
     %preun
    @@ -69,6 +70,7 @@
     %postun
     update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
     update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
    +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor || :
     
     
     %clean
    @@ -101,6 +103,9 @@
     %ghost %{python_sitelib}/revelation/datahandler/*.pyo
     
     %changelog
    +* Fri May 06 2005 Thorsten Leemhuis  0.4.3-3
    +- Update the GTK+ theme icon cache on (un)install
    +
     * Sat Apr 02 2005 Thorsten Leemhuis  0:0.4.3-2
     - Devel rebuild
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:06:45 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:06:45 -0400
    Subject: rpms/xdaliclock - New directory
    Message-ID: <200505061806.j46I6jJl003034@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3007/xdaliclock
    
    Log Message:
    Directory /cvs/extras/rpms/xdaliclock added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:06:45 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:06:45 -0400
    Subject: rpms/xdaliclock/devel - New directory
    Message-ID: <200505061806.j46I6jvU003039@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3007/xdaliclock/devel
    
    Log Message:
    Directory /cvs/extras/rpms/xdaliclock/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:06:59 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:06:59 -0400
    Subject: rpms/xdaliclock Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505061806.j46I6xxo003082@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3055
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module xdaliclock
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module xdaliclock
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:06:59 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:06:59 -0400
    Subject: rpms/xdaliclock/devel .cvsignore, NONE, 1.1 Makefile, NONE,
    	1.1 sources, NONE, 1.1
    Message-ID: <200505061807.j46I70Ac003088@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3055/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module xdaliclock
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:07:24 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:07:24 -0400
    Subject: rpms/xdaliclock import.log,1.1,1.2
    Message-ID: <200505061807.j46I7swn003169@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3133
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import xdaliclock-2.20-1 on branch devel from xdaliclock-2.20-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/xdaliclock/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	6 May 2005 18:06:57 -0000	1.1
    +++ import.log	6 May 2005 18:07:22 -0000	1.2
    @@ -0,0 +1 @@
    +xdaliclock-2_20-1:HEAD:xdaliclock-2.20-1.src.rpm:1115402743
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:07:24 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:07:24 -0400
    Subject: rpms/xdaliclock/devel xdaliclock.desktop, NONE, 1.1 xdaliclock.spec,
    	NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
    Message-ID: <200505061808.j46I7t1J003173@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3133/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	xdaliclock.desktop xdaliclock.spec 
    Log Message:
    auto-import xdaliclock-2.20-1 on branch devel from xdaliclock-2.20-1.src.rpm
    
    
    --- NEW FILE xdaliclock.desktop ---
    [Desktop Entry]
    Encoding=UTF-8
    Name=xdaliclock
    Exec=xdaliclock
    Terminal=false
    Type=Application
    
    
    --- NEW FILE xdaliclock.spec ---
    Summary: A clock for the X Window System
    Name: xdaliclock
    Version: 2.20
    Release: 1
    Group: Amusements/Graphics
    License: BSD
    URL: http://www.jwz.org/xdaliclock/
    Source0: http://www.jwz.org/xdaliclock/xdaliclock-%{version}.tar.gz
    Source1: xdaliclock.desktop
    BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    BuildRequires: xorg-x11-devel
    BuildRequires: desktop-file-utils
    
    %description
    XDaliClock is a large digital clock for the X Window System, with digits
    that "melt" into their new shapes when the time changes. XDaliClock
    supports 12 and 24 hour modes, and displays the date when you hold a mouse
    button down over it. It also can be configured to do colormap cycling, and
    for window transparency.
    
    %prep
    %setup
    
    %build
    cd X11
    %configure
    make %{?_smp_mflags}
    
    %install
    rm -rf $RPM_BUILD_ROOT
    cd X11
    
    mkdir -p $RPM_BUILD_ROOT%{_prefix}/X11R6/bin
    mkdir -p $RPM_BUILD_ROOT%{_prefix}/X11R6/man/man1
    mkdir -p $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults
    
    install -p -m 0755 xdaliclock $RPM_BUILD_ROOT%{_prefix}/X11R6/bin
    install -p -m 0755 xdaliclock.man \
    	$RPM_BUILD_ROOT%{_prefix}/X11R6/man/man1/xdaliclock.1
    install -p -m 0644 XDaliClock.ad \
    	$RPM_BUILD_ROOT%{_libdir}/X11/app-defaults/XDaliClock
    
    desktop-file-install --vendor fedora \
    	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
    	--add-category "X-Fedora" \
    	--add-category "Amusements" \
    	--add-category "Graphics" \
    	%{SOURCE1}
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    %files
    %defattr(-,root,root)
    %doc README
    %{_prefix}/X11R6/bin/xdaliclock
    %{_prefix}/X11R6/man/man1/xdaliclock.1*
    %{_libdir}/X11/app-defaults/XDaliClock
    %{_datadir}/applications/*
    
    %changelog
    * Sat Apr 23 2005 Chris Ricker  2.20-1
    - Initial package for Fedora Extras
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/xdaliclock/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	6 May 2005 18:06:57 -0000	1.1
    +++ .cvsignore	6 May 2005 18:07:22 -0000	1.2
    @@ -0,0 +1 @@
    +xdaliclock-2.20.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/xdaliclock/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	6 May 2005 18:06:57 -0000	1.1
    +++ sources	6 May 2005 18:07:22 -0000	1.2
    @@ -0,0 +1 @@
    +be9642cc711a8d93ff13faac0cf4f306  xdaliclock-2.20.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:14:12 2005
    From: fedora-extras-commits at redhat.com (Bill Nottingham (notting))
    Date: Fri,  6 May 2005 14:14:12 -0400
    Subject: web/html/participate/schedule index.php,1.1.1.1,1.2
    Message-ID: <200505061814.j46IECPT003260@cvs-int.fedora.redhat.com>
    
    Author: notting
    
    Update of /cvs/fedora/web/html/participate/schedule
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3252
    
    Modified Files:
    	index.php 
    Log Message:
    slip a day
    
    
    
    Index: index.php
    ===================================================================
    RCS file: /cvs/fedora/web/html/participate/schedule/index.php,v
    retrieving revision 1.1.1.1
    retrieving revision 1.2
    diff -u -r1.1.1.1 -r1.2
    --- index.php	30 Mar 2005 17:47:24 -0000	1.1.1.1
    +++ index.php	6 May 2005 18:14:09 -0000	1.2
    @@ -57,7 +57,7 @@
      
     
     
    - 9
    + 10
      May
      test3, translation build freeze (builds completed)
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 19:53:20 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Fri,  6 May 2005 15:53:20 -0400
    Subject: rpms/verbiste/devel .cvsignore, 1.2, 1.3 sources, 1.2,
    	1.3 verbiste.spec, 1.3, 1.4
    Message-ID: <200505061953.j46JrKlC004520@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/verbiste/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4499
    
    Modified Files:
    	.cvsignore sources verbiste.spec 
    Log Message:
    Version 0.1.11
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/verbiste/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	14 Apr 2005 20:51:11 -0000	1.2
    +++ .cvsignore	6 May 2005 19:53:18 -0000	1.3
    @@ -1 +1 @@
    -verbiste-0.1.10.tar.gz
    +verbiste-0.1.11.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/verbiste/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	14 Apr 2005 20:51:11 -0000	1.2
    +++ sources	6 May 2005 19:53:18 -0000	1.3
    @@ -1 +1 @@
    -774728e27d20f7916acd49ec92e824b0  verbiste-0.1.10.tar.gz
    +8cce96efa9764ca57ba444524b4aeb19  verbiste-0.1.11.tar.gz
    
    
    Index: verbiste.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/verbiste/devel/verbiste.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- verbiste.spec	21 Apr 2005 21:12:38 -0000	1.3
    +++ verbiste.spec	6 May 2005 19:53:18 -0000	1.4
    @@ -1,6 +1,6 @@
     Name:           verbiste
    -Version:        0.1.10
    -Release:        4
    +Version:        0.1.11
    +Release:        1
     Summary:        French conjugation system
     
     Group:          Applications/Text
    @@ -98,6 +98,9 @@
     
     
     %changelog
    +* Tue May 06 2005 Konstantin Ryabitsev  - 0.1.11-1
    +- Version 0.1.11.
    +
     * Tue Apr 12 2005 Konstantin Ryabitsev  - 0.1.10-3
     - Modify the description to be more descriptive of what the main
       package does.
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 21:01:58 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 17:01:58 -0400
    Subject: common tobuild,1.150,1.151
    Message-ID: <200505062101.j46L1w8E006460@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6443
    
    Modified Files:
    	tobuild 
    Log Message:
    
    clear old builds for new run
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.150
    retrieving revision 1.151
    diff -u -r1.150 -r1.151
    --- tobuild	6 May 2005 12:57:38 -0000	1.150
    +++ tobuild	6 May 2005 21:01:56 -0000	1.151
    @@ -1,40 +1,3 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    -skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
    -skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    -skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    -skvidal	rpms/xmms/devel	xmms-1_2_10-16	development
    -skvidal	rpms/cdo/devel	cdo-0_9_6-2	development
    -skvidal	rpms/libsigc++20/devel	libsigc++20-2_0_11-1	development
    -skvidal	rpms/glibmm24/devel	glibmm24-2_6_1-1	development
    -skvidal	rpms/gtkmm24/devel	gtkmm24-2_6_2-2	development
    -skvidal	rpms/gconfmm26/devel	gconfmm26-2_10_0-1	development
    -skvidal	rpms/gnome-vfsmm26/devel	gnome-vfsmm26-2_10_0-1	development
    -skvidal	rpms/libglademm24/devel	libglademm24-2_6_0-1	development
    -skvidal	rpms/libgnomecanvasmm26/devel	libgnomecanvasmm26-2_10_0-1	development
    -skvidal	rpms/libgnomemm26/devel	libgnomemm26-2_10_0-1	development
    -skvidal	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    -skvidal	rpms/inkscape/devel	inkscape-0_41-2	development
    -skvidal	rpms/ncftp/devel	ncftp-3_1_9-1	development
    -skvidal	rpms/help2man/devel	help2man-1_35_1-1_fc4	development
    -skvidal	rpms/Coin2/devel	Coin2-2_3_0-7_fc4	development
    -skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
    -skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
    -skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    -skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    -skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    -skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    -skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    -skvidal	rpms/exim/devel	exim-4_51-1	devel
    -skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    -skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    -skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    -skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    -skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    -skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    -skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    -skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    -skvidal	rpms/uim/devel	uim-0_4_6-2	devel
    -skvidal	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 21:22:20 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 17:22:20 -0400
    Subject: rpms/octave - New directory
    Message-ID: <200505062122.j46LMKia006565@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6541/octave
    
    Log Message:
    Directory /cvs/extras/rpms/octave added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 21:22:20 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 17:22:20 -0400
    Subject: rpms/octave/devel - New directory
    Message-ID: <200505062122.j46LMK4E006570@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6541/octave/devel
    
    Log Message:
    Directory /cvs/extras/rpms/octave/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 21:22:37 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 17:22:37 -0400
    Subject: rpms/octave Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505062122.j46LMbI4006618@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6591
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module octave
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module octave
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 21:22:37 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 17:22:37 -0400
    Subject: rpms/octave/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources,
    	NONE, 1.1
    Message-ID: <200505062122.j46LMbpc006623@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6591/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module octave
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 23:59:32 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 19:59:32 -0400
    Subject: rpms/libol/devel libol.spec,1.9,1.10
    Message-ID: <200505062359.j46NxWJb008769@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/libol/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8752
    
    Modified Files:
    	libol.spec 
    Log Message:
    Release: fc4 disttag
    
    
    Index: libol.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/libol/devel/libol.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- libol.spec	3 May 2005 17:23:19 -0000	1.9
    +++ libol.spec	6 May 2005 23:59:30 -0000	1.10
    @@ -6,7 +6,7 @@
     
     Name:           libol
     Version:        0.3.16
    -Release:        2
    +Release:        1.fc4
     Summary:        Support library for syslog-ng
     
     Group:          Development/Libraries
    @@ -71,7 +71,7 @@
     
     
     %changelog
    -* Tue May 03 2005 Jose Pedro Oliveira  - 0.3.16-2
    +* Tue May 03 2005 Jose Pedro Oliveira  - 0.3.16-1.fc4
     - Update to 0.3.16.
     
     * Fri Apr  7 2005 Michael Schwendt 
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:04:12 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:04:12 -0400
    Subject: rpms/syslog-ng - New directory
    Message-ID: <200505070004.j4704CmR009766@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9742/syslog-ng
    
    Log Message:
    Directory /cvs/extras/rpms/syslog-ng added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:04:13 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:04:13 -0400
    Subject: rpms/syslog-ng/devel - New directory
    Message-ID: <200505070004.j4704DMO009771@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9742/syslog-ng/devel
    
    Log Message:
    Directory /cvs/extras/rpms/syslog-ng/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:04:32 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:04:32 -0400
    Subject: rpms/syslog-ng Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505070004.j4704WnX009814@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9787
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module syslog-ng
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module syslog-ng
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:04:32 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:04:32 -0400
    Subject: rpms/syslog-ng/devel .cvsignore, NONE, 1.1 Makefile, NONE,
    	1.1 sources, NONE, 1.1
    Message-ID: <200505070004.j4704Wui009819@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9787/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module syslog-ng
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:05:06 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:05:06 -0400
    Subject: rpms/syslog-ng import.log,1.1,1.2
    Message-ID: <200505070005.j4705bq0009886@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9851
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import syslog-ng-1.6.7-0.fdr.1 on branch devel from syslog-ng-1.6.7-0.fdr.1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/syslog-ng/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	7 May 2005 00:04:29 -0000	1.1
    +++ import.log	7 May 2005 00:05:04 -0000	1.2
    @@ -0,0 +1 @@
    +syslog-ng-1_6_7-0_fdr_1:HEAD:syslog-ng-1.6.7-0.fdr.1.src.rpm:1115424311
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:05:07 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:05:07 -0400
    Subject: rpms/syslog-ng/devel syslog-ng.spec, NONE, 1.1 .cvsignore, 1.1,
    	1.2 sources, 1.1, 1.2
    Message-ID: <200505070005.j47057aw009881@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9851/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	syslog-ng.spec 
    Log Message:
    auto-import syslog-ng-1.6.7-0.fdr.1 on branch devel from syslog-ng-1.6.7-0.fdr.1.src.rpm
    
    
    --- NEW FILE syslog-ng.spec ---
    
    %define sbindir   /sbin
    
    Name:             syslog-ng
    Version:          1.6.7
    Release:          0.fdr.1
    Epoch:            0
    Summary:          Syslog replacement daemon
    
    Group:            System Environment/Daemons
    License:          GPL
    Url:              http://www.balabit.com/products/syslog_ng/
    Source0:          http://www.balabit.com/downloads/syslog-ng/1.6/src/syslog-ng-1.6.7.tar.gz
    BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:    libol-devel >= 0:0.3.15
    BuildRequires:    flex, tcp_wrappers
    # Requires sed v3.95 (command line option -i)
    Requires:         logrotate, sed >= 3.95
    Requires(post):   chkconfig, initscripts
    Requires(preun):  chkconfig, initscripts
    Requires(postun): initscripts
    #
    # Keep initscripts and vixie-cron happy
    #
    # rpm -e sysklogd
    # error: removing these packages would break dependencies:
    #        sysklogd >= 1.3.31 is needed by initscripts-6.67-1
    #        sysklogd >= 1.3.33-6 is needed by vixie-cron-3.0.1-64
    #
    Provides:         sysklogd = 0:1.4.1-99
    
    %description
    syslog-ng, as the name shows, is a syslogd replacement, but with new 
    functionality for the new generation. The original syslogd allows 
    messages only to be sorted based on priority/facility pairs; syslog-ng 
    adds the possibility to filter based on message contents using regular 
    expressions. The new configuration scheme is intuitive and powerful. 
    Forwarding logs over TCP and remembering all forwarding hops makes it 
    ideal for firewalled environments.
    
    
    %prep
    %setup -q
    chmod a-x contrib/syslog2ng
    
    %build
    %configure \
        --sbindir=%{sbindir} \
        --enable-tcp-wrapper
    make %{?_smp_mflags}
    
    %install
    rm -rf $RPM_BUILD_ROOT
    
    make install DESTDIR=$RPM_BUILD_ROOT
    
    install -d $RPM_BUILD_ROOT%{_initrddir}
    install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
    install -d $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
    install -d $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
    
    install -p -m 755 contrib/fedora-packaging/syslog-ng.init \
        $RPM_BUILD_ROOT%{_initrddir}/syslog-ng
    install -p -m 644 contrib/fedora-packaging/syslog-ng.conf \
        $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/syslog-ng.conf
    install -p -m 644 contrib/fedora-packaging/syslog-ng.sysconfig \
        $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/syslog-ng
    install -p -m 644 contrib/fedora-packaging/syslog-ng.logrotate \
        $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/syslog-ng
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    
    %post
    # only rpm -i (not rpm {-U|-F})
    if [ $1 = 1 ]; then
    	/sbin/chkconfig syslog off 2> /dev/null || :
    	/sbin/chkconfig --add syslog-ng
    	/sbin/service syslog stop 2> /dev/null || :
    	/sbin/service syslog-ng start
    fi
    
    %preun
    # only rpm -e (not rpm {-U|-F})
    if [ $1 = 0 ]; then
    	/sbin/chkconfig syslog reset 2> /dev/null || :
    	/sbin/service syslog-ng stop
    	/sbin/service syslog start 2> /dev/null || :
    	/sbin/chkconfig --del syslog-ng
    fi
    
    %postun
    # only rpm {-U|-F} (not rpm -e)
    if [ $1 = 1 ]; then
        /sbin/service syslog-ng condrestart
    fi
    
    
    %triggerin -- sysklogd
    if [ $1 = 1 -a $2 = 1 ]; then
    	#
    	# 1) syslog-ng being installed and sysklogd installed
    	# 2) syslog-ng installed and sysklogd being installed
    	#
    	#    syslog logrotate file -> comment lines in order to avoid
    	#                             a logrotate conflict
    	#
    	%{__sed} -i 's/^/#/' %{_sysconfdir}/logrotate.d/syslog 2> /dev/null || :
    fi
    
    %triggerun -- sysklogd
    if [ $1 = 0 -a $2 = 1 ]; then
    	#
    	# 1) syslog-ng being removed and sysklogd installed
    	#
    	#    syslog logrotate file -> uncomment lines
    	#
    	%{__sed} -i 's/^#//' %{_sysconfdir}/logrotate.d/syslog 2> /dev/null || :
    fi
    
    
    %files
    %defattr(-,root,root,-)
    %doc AUTHORS COPYING README README.spoof ChangeLog INSTALL NEWS PORTS
    %doc doc/sgml/syslog-ng.txt doc/sgml/syslog-ng.ps
    %doc doc/*.demo doc/*.sample
    %doc contrib/syslog-ng.conf.doc
    %doc contrib/syslog2ng doc/stresstest.sh contrib/relogger.pl
    %{sbindir}/syslog-ng
    %{_initrddir}/syslog-ng
    %dir %{_sysconfdir}/%{name}
    %config(noreplace) %{_sysconfdir}/%{name}/syslog-ng.conf
    %config(noreplace) %{_sysconfdir}/sysconfig/syslog-ng
    %config(noreplace) %{_sysconfdir}/logrotate.d/syslog-ng
    %{_mandir}/man5/*.5*
    %{_mandir}/man8/*.8*
    
    
    %changelog
    * Sat Apr 09 2005 Jose Pedro Oliveira  - 0:1.6.7-0.fdr.1
    - Update to 1.6.7.
    - The Red Hat/Fedora Core configuration files are now included in the
      syslog-ng tarball (directory: contrib/fedora-packaging).
    
    * Fri Mar 25 2005 Jose Pedro Oliveira  - 0:1.6.6-0.fdr.4
    - Logrotate file conflict: just comment/uncomment contents of the syslog
      logrotate file using triggers.
    
    * Tue Feb 15 2005 Jose Pedro Oliveira  - 0:1.6.6-0.fdr.3
    - Require logrotate.
    - Documentation updates (upstream).
    
    * Sat Feb 05 2005 Jose Pedro Oliveira  - 0:1.6.6-0.fdr.2
    - Added contrib/relogger.pl (missing in syslog-ng-1.6.6).
    - Requires libol 0.3.15.
    - Added %%trigger scripts to handle the logrotate file.
    
    * Fri Feb 04 2005 Jose Pedro Oliveira  - 0:1.6.6-0.fdr.1
    - Update to 1.6.6.
    - Patches no longer needed.
    
    * Fri Feb 04 2005 Jose Pedro Oliveira  - 0:1.6.5-0.fdr.7
    - Took ownership of the configuration directory (/etc/syslog-ng/).
    - Updated the syslog-ng(8) manpage (upstream patch).
    - Updated the configuration file: /proc/kmsg is a file not a pipe.
    - Patched two contrib files: syslog2ng and syslog-ng.conf.RedHat.
    - Logrotate file inline replacement: perl --> sed (bug 1332 comment 23).
    
    * Tue Jan 25 2005 Jose Pedro Oliveira  - 0:1.6.5-0.fdr.6
    - Logrotate problem: only one logrotate file for syslog and syslog-ng.
    - Configuration file: don't sync d_mail destination (/var/log/maillog).
    
    * Mon Jan 24 2005 Jose Pedro Oliveira  - 0:1.6.5-0.fdr.5
    - SIGHUP handling upstream patch (syslog-ng-1.6.5+20050121.tar.gz).
    - Static linking /usr libraries (patch already upstream).
    
    * Thu Sep 30 2004 Jose Pedro Oliveira  - 0:1.6.5-0.fdr.4
    - make: do not strip the binaries during installation (install vs install-strip)
      (bug 1332 comment 18).
    - install: preserve timestamps (option -p) (bug 1332 comment 18).
    
    * Wed Sep  1 2004 Jose Pedro Oliveira  0:1.6.5-0.fdr.3
    - use the tcp_wrappers static library instead (bug 1332 comment 15).
    
    * Wed Sep  1 2004 Jose Pedro Oliveira  0:1.6.5-0.fdr.2
    - added missing build requirement: flex (bug 1332 comment 13).
    
    * Wed Aug 25 2004 Jose Pedro Oliveira  0:1.6.5-0.fdr.1
    - update to 1.65.
    - removed the syslog-ng.doc.patch patch (already upstream).
    - removed the syslog-ng.conf.solaris documentation file.
    
    * Wed Apr 21 2004 Jose Pedro Oliveira  0:1.6.2-0.fdr.3
    - removed Conflits:
    - changed the %post and %preun scripts
    - splitted Requires( ... , ... ) into Requires( ... )
    
    * Fri Mar  5 2004 Jose Pedro Oliveira  0:1.6.2-0.fdr.2
    - corrected the source URL
    
    * Sat Feb 28 2004 Jose Pedro Oliveira  0:1.6.2-0.fdr.1
    - changed packaged name to be compliant with fedora.us naming conventions
    
    * Fri Feb 27 2004 Jose Pedro Oliveira  0:1.6.2-0.fdr.0.2
    - updated to version 1.6.2
    - undo "Requires: tcp_wrappers" - tcp_wrappers is a static lib
    
    * Sat Feb  7 2004 Jose Pedro Oliveira  0:1.6.1-0.fdr.2
    - make %{?_smp_mflags}
    - Requires: tcp_wrappers
    
    * Sat Jan 10 2004 Jose Pedro Oliveira  0:1.6.1-0.fdr.1
    - first release for fedora.us
    
    * Fri Jan  9 2004 Jose Pedro Oliveira  1.6.1-1.1tux
    - updated to version 1.6.1
    
    * Tue Oct  7 2003 Jose Pedro Oliveira  1.6.0rc4-1.1tux
    - updated to version 1.6.0rc4
    
    * Tue Aug 26 2003 Jose Pedro Oliveira  1.6.0rc3-1.4tux
    - installation scripts improved
    - conflits line
    
    * Sat Aug 16 2003 Jose Pedro Oliveira  1.6.0rc3-1.3tux
    - install-strip
    
    * Tue Jul 22 2003 Jose Pedro Oliveira  1.6.0rc3-1.2tux
    - missing document: contrib/syslog-ng.conf.doc
    
    * Thu Jun 12 2003 Jose Pedro Oliveira  1.6.0rc3-1.1tux
    - Version 1.6.0rc3
    
    * Sat Apr 12 2003 Jose Pedro Oliveira  1.6.0rc2 snapshot
    - Reorganized specfile
    - Corrected the scripts (%post, %postun, and %preun)
    - Commented the mysql related lines; create an option for future inclusion
    
    * Thu Feb 27 2003 Richard E. Perlotto II  1.6.0rc1-1
    - Updated for new version
    
    * Mon Feb 17 2003 Richard E. Perlotto II  1.5.26-1
    - Updated for new version
    
    * Sun Dec 20 2002 Richard E. Perlotto II  1.5.24-1
    - Updated for new version
    
    * Sun Dec 13 2002 Richard E. Perlotto II  1.5.23-2
    - Corrected the mass of errors that occured with rpmlint
    - Continue to clean up for the helpful hints on how to write to a database
    
    * Sun Dec 08 2002 Richard E. Perlotto II  1.5.23-1
    - Updated file with notes and PGP signatures
    
    # vim:set ai ts=4 sw=4:
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/syslog-ng/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	7 May 2005 00:04:30 -0000	1.1
    +++ .cvsignore	7 May 2005 00:05:05 -0000	1.2
    @@ -0,0 +1 @@
    +syslog-ng-1.6.7.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/syslog-ng/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	7 May 2005 00:04:30 -0000	1.1
    +++ sources	7 May 2005 00:05:05 -0000	1.2
    @@ -0,0 +1 @@
    +dc4d7cdbc5792e7ba0fd836bbdd4c62d  syslog-ng-1.6.7.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:27:27 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:27:27 -0400
    Subject: rpms/syslog-ng/devel syslog-ng.spec,1.1,1.2
    Message-ID: <200505070027.j470RRAE009984@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9967
    
    Modified Files:
    	syslog-ng.spec 
    Log Message:
    Increased libol required version to 0.3.16
    
    
    Index: syslog-ng.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/syslog-ng/devel/syslog-ng.spec,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- syslog-ng.spec	7 May 2005 00:05:05 -0000	1.1
    +++ syslog-ng.spec	7 May 2005 00:27:25 -0000	1.2
    @@ -3,8 +3,7 @@
     
     Name:             syslog-ng
     Version:          1.6.7
    -Release:          0.fdr.1
    -Epoch:            0
    +Release:          2.fc4
     Summary:          Syslog replacement daemon
     
     Group:            System Environment/Daemons
    @@ -13,7 +12,7 @@
     Source0:          http://www.balabit.com/downloads/syslog-ng/1.6/src/syslog-ng-1.6.7.tar.gz
     BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    -BuildRequires:    libol-devel >= 0:0.3.15
    +BuildRequires:    libol-devel >= 0.3.16
     BuildRequires:    flex, tcp_wrappers
     # Requires sed v3.95 (command line option -i)
     Requires:         logrotate, sed >= 3.95
    @@ -28,7 +27,7 @@
     #        sysklogd >= 1.3.31 is needed by initscripts-6.67-1
     #        sysklogd >= 1.3.33-6 is needed by vixie-cron-3.0.1-64
     #
    -Provides:         sysklogd = 0:1.4.1-99
    +Provides:         sysklogd = 1.4.1-99
     
     %description
     syslog-ng, as the name shows, is a syslogd replacement, but with new 
    @@ -139,6 +138,10 @@
     
     
     %changelog
    +* Sat May 07 2005 Jose Pedro Oliveira  - 1.6.7-2.fc4
    +- Increased libol required version to 0.3.16
    +  (https://lists.balabit.hu/pipermail/syslog-ng/2005-May/007385.html).
    +
     * Sat Apr 09 2005 Jose Pedro Oliveira  - 0:1.6.7-0.fdr.1
     - Update to 1.6.7.
     - The Red Hat/Fedora Core configuration files are now included in the
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:34:49 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Fri,  6 May 2005 20:34:49 -0400
    Subject: devel/wxGTK wxGTK.spec,1.11,1.12
    Message-ID: <200505070034.j470YnEA010030@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/devel/wxGTK
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10013
    
    Modified Files:
    	wxGTK.spec 
    Log Message:
    * Sat May  7 2005 Michael Schwendt  - 2.4.2-11
    - Add BR libGL and libGLU to fix FC4 build failure
      (alternatively use xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU).
    
    
    
    
    Index: wxGTK.spec
    ===================================================================
    RCS file: /cvs/extras/devel/wxGTK/wxGTK.spec,v
    retrieving revision 1.11
    retrieving revision 1.12
    diff -u -r1.11 -r1.12
    --- wxGTK.spec	22 Apr 2005 20:19:34 -0000	1.11
    +++ wxGTK.spec	7 May 2005 00:34:47 -0000	1.12
    @@ -2,8 +2,7 @@
     
     Name:           wxGTK
     Version:        2.4.2
    -Release:        10
    -
    +Release:        11
     Summary:        GTK+ port of the wxWidgets GUI library
     License:        BSD
     Group:          System Environment/Libraries
    @@ -16,6 +15,7 @@
     
     BuildRequires:  gtk+-devel gtk2-devel zlib-devel >= 1.1.4
     BuildRequires:  libpng-devel libjpeg-devel libtiff-devel
    +BuildRequires:  libGL libGLU
     Requires:       %{name}-common = %{version}-%{release}
     
     %description
    @@ -296,6 +296,10 @@
     
     
     %changelog
    +* Sat May  7 2005 Michael Schwendt  - 2.4.2-11
    +- Add BR libGL and libGLU to fix FC4 build failure
    +  (alternatively use xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU).
    +
     * Fri Apr 22 2005 Dams  - 2.4.2-10
     - Added patch from Ignacio and Denis to fix build with gcc4 
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:05:54 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:05:54 -0400
    Subject: common tobuild,1.151,1.152
    Message-ID: <200505070105.j4715sp4011143@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11126
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gcl/FC-3 gcl-2_6_6-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.151
    retrieving revision 1.152
    diff -u -r1.151 -r1.152
    --- tobuild	6 May 2005 21:01:56 -0000	1.151
    +++ tobuild	7 May 2005 01:05:52 -0000	1.152
    @@ -1,3 +1,4 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    +skvidal	rpms/gcl/FC-3	gcl-2_6_6-2	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:06:05 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:06:05 -0400
    Subject: common tobuild,1.152,1.153
    Message-ID: <200505070106.j47165Ce011206@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11189
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/plt-scheme/FC-3 plt-scheme-299_100-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.152
    retrieving revision 1.153
    diff -u -r1.152 -r1.153
    --- tobuild	7 May 2005 01:05:52 -0000	1.152
    +++ tobuild	7 May 2005 01:06:03 -0000	1.153
    @@ -2,3 +2,4 @@
     # user	repo	tag	target	status
     # 
     skvidal	rpms/gcl/FC-3	gcl-2_6_6-2	fc3
    +skvidal	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:06:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:06:19 -0400
    Subject: common tobuild,1.153,1.154
    Message-ID: <200505070106.j4716JxU011268@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11251
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.153
    retrieving revision 1.154
    diff -u -r1.153 -r1.154
    --- tobuild	7 May 2005 01:06:03 -0000	1.153
    +++ tobuild	7 May 2005 01:06:17 -0000	1.154
    @@ -3,3 +3,4 @@
     # 
     skvidal	rpms/gcl/FC-3	gcl-2_6_6-2	fc3
     skvidal	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	fc3
    +skvidal	rpms/graveman/FC-3	graveman-0_3_11-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:06:32 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:06:32 -0400
    Subject: common tobuild,1.154,1.155
    Message-ID: <200505070106.j4716Wlv011331@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11314
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/lirc/FC-3 lirc-0_7_1-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.154
    retrieving revision 1.155
    diff -u -r1.154 -r1.155
    --- tobuild	7 May 2005 01:06:17 -0000	1.154
    +++ tobuild	7 May 2005 01:06:30 -0000	1.155
    @@ -4,3 +4,4 @@
     skvidal	rpms/gcl/FC-3	gcl-2_6_6-2	fc3
     skvidal	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	fc3
     skvidal	rpms/graveman/FC-3	graveman-0_3_11-1	fc3
    +skvidal	rpms/lirc/FC-3	lirc-0_7_1-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:06:44 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:06:44 -0400
    Subject: common tobuild,1.155,1.156
    Message-ID: <200505070106.j4716iSf011394@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11377
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/feh/FC-3 feh-1_3_1-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.155
    retrieving revision 1.156
    diff -u -r1.155 -r1.156
    --- tobuild	7 May 2005 01:06:30 -0000	1.155
    +++ tobuild	7 May 2005 01:06:42 -0000	1.156
    @@ -5,3 +5,4 @@
     skvidal	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	fc3
     skvidal	rpms/graveman/FC-3	graveman-0_3_11-1	fc3
     skvidal	rpms/lirc/FC-3	lirc-0_7_1-1	fc3
    +skvidal	rpms/feh/FC-3	feh-1_3_1-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:07:01 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:07:01 -0400
    Subject: common tobuild,1.156,1.157
    Message-ID: <200505070107.j47171IE011459@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11442
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-0_2_b for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.156
    retrieving revision 1.157
    diff -u -r1.156 -r1.157
    --- tobuild	7 May 2005 01:06:42 -0000	1.156
    +++ tobuild	7 May 2005 01:06:59 -0000	1.157
    @@ -6,3 +6,4 @@
     skvidal	rpms/graveman/FC-3	graveman-0_3_11-1	fc3
     skvidal	rpms/lirc/FC-3	lirc-0_7_1-1	fc3
     skvidal	rpms/feh/FC-3	feh-1_3_1-1_fc3	fc3
    +skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:16:54 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:16:54 -0400
    Subject: common tobuild,1.157,1.158
    Message-ID: <200505070116.j471GswY011561@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11544
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.157
    retrieving revision 1.158
    diff -u -r1.157 -r1.158
    --- tobuild	7 May 2005 01:06:59 -0000	1.157
    +++ tobuild	7 May 2005 01:16:52 -0000	1.158
    @@ -7,3 +7,4 @@
     skvidal	rpms/lirc/FC-3	lirc-0_7_1-1	fc3
     skvidal	rpms/feh/FC-3	feh-1_3_1-1_fc3	fc3
     skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
    +skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:17:32 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:17:32 -0400
    Subject: common tobuild,1.158,1.159
    Message-ID: <200505070117.j471HWLO011639@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11622
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/nmh/FC-3 nmh-1_1-7_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.158
    retrieving revision 1.159
    diff -u -r1.158 -r1.159
    --- tobuild	7 May 2005 01:16:52 -0000	1.158
    +++ tobuild	7 May 2005 01:17:30 -0000	1.159
    @@ -8,3 +8,4 @@
     skvidal	rpms/feh/FC-3	feh-1_3_1-1_fc3	fc3
     skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
     skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
    +skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:19:37 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:19:37 -0400
    Subject: common tobuild,1.159,1.160
    Message-ID: <200505070119.j471JbAt011706@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11689
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/amarok/FC-3 amarok-1_2_3-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.159
    retrieving revision 1.160
    diff -u -r1.159 -r1.160
    --- tobuild	7 May 2005 01:17:30 -0000	1.159
    +++ tobuild	7 May 2005 01:19:35 -0000	1.160
    @@ -9,3 +9,4 @@
     skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
     skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
     skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
    +skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:19:52 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:19:52 -0400
    Subject: common tobuild,1.160,1.161
    Message-ID: <200505070119.j471Jqi5011769@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11752
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/ipython/FC-3 ipython-0_6_13-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.160
    retrieving revision 1.161
    diff -u -r1.160 -r1.161
    --- tobuild	7 May 2005 01:19:35 -0000	1.160
    +++ tobuild	7 May 2005 01:19:50 -0000	1.161
    @@ -10,3 +10,4 @@
     skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
     skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    +skvidal	rpms/ipython/FC-3	ipython-0_6_13-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:20:04 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:20:04 -0400
    Subject: common tobuild,1.161,1.162
    Message-ID: <200505070120.j471K4fg011832@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11815
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/udunits/FC-3 udunits-1_12_4-7_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.161
    retrieving revision 1.162
    diff -u -r1.161 -r1.162
    --- tobuild	7 May 2005 01:19:50 -0000	1.161
    +++ tobuild	7 May 2005 01:20:02 -0000	1.162
    @@ -11,3 +11,4 @@
     skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/ipython/FC-3	ipython-0_6_13-1	fc3
    +skvidal	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:20:17 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:20:17 -0400
    Subject: common tobuild,1.162,1.163
    Message-ID: <200505070120.j471KHeQ011895@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11878
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/R/FC-3 R-2_1_0-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.162
    retrieving revision 1.163
    diff -u -r1.162 -r1.163
    --- tobuild	7 May 2005 01:20:02 -0000	1.162
    +++ tobuild	7 May 2005 01:20:15 -0000	1.163
    @@ -12,3 +12,4 @@
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/ipython/FC-3	ipython-0_6_13-1	fc3
     skvidal	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	fc3
    +skvidal	rpms/R/FC-3	R-2_1_0-2	fc3
    
    
    
    From qspencer at ieee.org  Sat May  7 01:20:25 2005
    From: qspencer at ieee.org (Quentin Spencer)
    Date: Fri, 06 May 2005 20:20:25 -0500
    Subject: Is something wrong with CVS?
    In-Reply-To: <1114366784.3778.31.camel@localhost.localdomain>
    References: <200504241746.j3OHkYqE005215@cvs-int.fedora.redhat.com>	<20050424195305.2ce3cc04.bugs.michael@gmx.net>
    	<1114366784.3778.31.camel@localhost.localdomain>
    Message-ID: <427C17D9.50307@ieee.org>
    
    I tried to create a new package for octave earlier using the 
    cvs-import.sh script. It successfully created the project, but when 
    trying to add the new files, I got the error:
    Checking : octave-2.1.70.tar.bz2 on 
    https://cvs.fedora.redhat.com/repo/extras/upload.cgi...
    ERROR: could not check remote file status
    
    So, there's now an empty octave package with no sources. I tried adding 
    them with "make new-sources", and I'm getting the same error. What's 
    going on?
    
    -Quentin
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:20:29 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:20:29 -0400
    Subject: common tobuild,1.163,1.164
    Message-ID: <200505070120.j471KTbU011957@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11940
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.163
    retrieving revision 1.164
    diff -u -r1.163 -r1.164
    --- tobuild	7 May 2005 01:20:15 -0000	1.163
    +++ tobuild	7 May 2005 01:20:27 -0000	1.164
    @@ -13,3 +13,4 @@
     skvidal	rpms/ipython/FC-3	ipython-0_6_13-1	fc3
     skvidal	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	fc3
     skvidal	rpms/R/FC-3	R-2_1_0-2	fc3
    +skvidal	rpms/R-gnomeGUI/FC-3	R-gnomeGUI-2_1_0-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:20:41 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:20:41 -0400
    Subject: common tobuild,1.164,1.165
    Message-ID: <200505070120.j471KfSI012020@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12003
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/leafpad/FC-3 leafpad-0_8_0-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.164
    retrieving revision 1.165
    diff -u -r1.164 -r1.165
    --- tobuild	7 May 2005 01:20:27 -0000	1.164
    +++ tobuild	7 May 2005 01:20:39 -0000	1.165
    @@ -14,3 +14,4 @@
     skvidal	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	fc3
     skvidal	rpms/R/FC-3	R-2_1_0-2	fc3
     skvidal	rpms/R-gnomeGUI/FC-3	R-gnomeGUI-2_1_0-1_fc3	fc3
    +skvidal	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:20:53 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:20:53 -0400
    Subject: common tobuild,1.165,1.166
    Message-ID: <200505070120.j471KrVj012083@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12066
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/ulogd/FC-3 ulogd-1_23-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.165
    retrieving revision 1.166
    diff -u -r1.165 -r1.166
    --- tobuild	7 May 2005 01:20:39 -0000	1.165
    +++ tobuild	7 May 2005 01:20:51 -0000	1.166
    @@ -15,3 +15,4 @@
     skvidal	rpms/R/FC-3	R-2_1_0-2	fc3
     skvidal	rpms/R-gnomeGUI/FC-3	R-gnomeGUI-2_1_0-1_fc3	fc3
     skvidal	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	fc3
    +skvidal	rpms/ulogd/FC-3	ulogd-1_23-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:21:05 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:21:05 -0400
    Subject: common tobuild,1.166,1.167
    Message-ID: <200505070121.j471L5AF012149@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12132
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/js/FC-3 js-1_5-0_rc6a_4_1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.166
    retrieving revision 1.167
    diff -u -r1.166 -r1.167
    --- tobuild	7 May 2005 01:20:51 -0000	1.166
    +++ tobuild	7 May 2005 01:21:03 -0000	1.167
    @@ -16,3 +16,4 @@
     skvidal	rpms/R-gnomeGUI/FC-3	R-gnomeGUI-2_1_0-1_fc3	fc3
     skvidal	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	fc3
     skvidal	rpms/ulogd/FC-3	ulogd-1_23-1_fc3	fc3
    +skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:21:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:21:19 -0400
    Subject: common tobuild,1.167,1.168
    Message-ID: <200505070121.j471LJ5V012212@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12195
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Pod-Coverage/FC-3 perl-Pod-Coverage-0_17-1_1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.167
    retrieving revision 1.168
    diff -u -r1.167 -r1.168
    --- tobuild	7 May 2005 01:21:03 -0000	1.167
    +++ tobuild	7 May 2005 01:21:16 -0000	1.168
    @@ -17,3 +17,4 @@
     skvidal	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	fc3
     skvidal	rpms/ulogd/FC-3	ulogd-1_23-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    +skvidal	rpms/perl-Pod-Coverage/FC-3	perl-Pod-Coverage-0_17-1_1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:21:31 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:21:31 -0400
    Subject: common tobuild,1.168,1.169
    Message-ID: <200505070121.j471LVqX012275@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12258
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/bazaar/FC-3 bazaar-1_3_2-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.168
    retrieving revision 1.169
    diff -u -r1.168 -r1.169
    --- tobuild	7 May 2005 01:21:16 -0000	1.168
    +++ tobuild	7 May 2005 01:21:29 -0000	1.169
    @@ -18,3 +18,4 @@
     skvidal	rpms/ulogd/FC-3	ulogd-1_23-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     skvidal	rpms/perl-Pod-Coverage/FC-3	perl-Pod-Coverage-0_17-1_1	fc3
    +skvidal	rpms/bazaar/FC-3	bazaar-1_3_2-2	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:21:43 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:21:43 -0400
    Subject: common tobuild,1.169,1.170
    Message-ID: <200505070121.j471Lh7K012337@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12320
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-trigger-launcher/FC-3 xfce4-trigger-launcher-4_2_1-4_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.169
    retrieving revision 1.170
    diff -u -r1.169 -r1.170
    --- tobuild	7 May 2005 01:21:29 -0000	1.169
    +++ tobuild	7 May 2005 01:21:41 -0000	1.170
    @@ -19,3 +19,4 @@
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     skvidal	rpms/perl-Pod-Coverage/FC-3	perl-Pod-Coverage-0_17-1_1	fc3
     skvidal	rpms/bazaar/FC-3	bazaar-1_3_2-2	fc3
    +skvidal	rpms/xfce4-trigger-launcher/FC-3	xfce4-trigger-launcher-4_2_1-4_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:21:55 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:21:55 -0400
    Subject: common tobuild,1.170,1.171
    Message-ID: <200505070121.j471Ltix012399@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12382
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-icon-theme/FC-3 xfce4-icon-theme-4_2_1-5_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.170
    retrieving revision 1.171
    diff -u -r1.170 -r1.171
    --- tobuild	7 May 2005 01:21:41 -0000	1.170
    +++ tobuild	7 May 2005 01:21:53 -0000	1.171
    @@ -20,3 +20,4 @@
     skvidal	rpms/perl-Pod-Coverage/FC-3	perl-Pod-Coverage-0_17-1_1	fc3
     skvidal	rpms/bazaar/FC-3	bazaar-1_3_2-2	fc3
     skvidal	rpms/xfce4-trigger-launcher/FC-3	xfce4-trigger-launcher-4_2_1-4_fc3	fc3
    +skvidal	rpms/xfce4-icon-theme/FC-3	xfce4-icon-theme-4_2_1-5_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:22:06 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:22:06 -0400
    Subject: common tobuild,1.171,1.172
    Message-ID: <200505070122.j471M6sj012461@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12444
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gtk-xfce-engine/FC-3 gtk-xfce-engine-2_2_6-3_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.171
    retrieving revision 1.172
    diff -u -r1.171 -r1.172
    --- tobuild	7 May 2005 01:21:53 -0000	1.171
    +++ tobuild	7 May 2005 01:22:04 -0000	1.172
    @@ -21,3 +21,4 @@
     skvidal	rpms/bazaar/FC-3	bazaar-1_3_2-2	fc3
     skvidal	rpms/xfce4-trigger-launcher/FC-3	xfce4-trigger-launcher-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-icon-theme/FC-3	xfce4-icon-theme-4_2_1-5_fc3	fc3
    +skvidal	rpms/gtk-xfce-engine/FC-3	gtk-xfce-engine-2_2_6-3_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:22:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:22:19 -0400
    Subject: common tobuild,1.172,1.173
    Message-ID: <200505070122.j471MJAN012523@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12506
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-toys/FC-3 xfce4-toys-4_2_1-4_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.172
    retrieving revision 1.173
    diff -u -r1.172 -r1.173
    --- tobuild	7 May 2005 01:22:04 -0000	1.172
    +++ tobuild	7 May 2005 01:22:17 -0000	1.173
    @@ -22,3 +22,4 @@
     skvidal	rpms/xfce4-trigger-launcher/FC-3	xfce4-trigger-launcher-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-icon-theme/FC-3	xfce4-icon-theme-4_2_1-5_fc3	fc3
     skvidal	rpms/gtk-xfce-engine/FC-3	gtk-xfce-engine-2_2_6-3_fc3	fc3
    +skvidal	rpms/xfce4-toys/FC-3	xfce4-toys-4_2_1-4_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:22:32 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:22:32 -0400
    Subject: common tobuild,1.173,1.174
    Message-ID: <200505070122.j471MWOZ012585@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12568
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-session/FC-3 xfce4-session-4_2_1-4_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.173
    retrieving revision 1.174
    diff -u -r1.173 -r1.174
    --- tobuild	7 May 2005 01:22:17 -0000	1.173
    +++ tobuild	7 May 2005 01:22:29 -0000	1.174
    @@ -23,3 +23,4 @@
     skvidal	rpms/xfce4-icon-theme/FC-3	xfce4-icon-theme-4_2_1-5_fc3	fc3
     skvidal	rpms/gtk-xfce-engine/FC-3	gtk-xfce-engine-2_2_6-3_fc3	fc3
     skvidal	rpms/xfce4-toys/FC-3	xfce4-toys-4_2_1-4_fc3	fc3
    +skvidal	rpms/xfce4-session/FC-3	xfce4-session-4_2_1-4_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:22:45 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:22:45 -0400
    Subject: common tobuild,1.174,1.175
    Message-ID: <200505070122.j471MjQt012647@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12630
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfcalendar/FC-3 xfcalendar-4_2_1-4_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.174
    retrieving revision 1.175
    diff -u -r1.174 -r1.175
    --- tobuild	7 May 2005 01:22:29 -0000	1.174
    +++ tobuild	7 May 2005 01:22:43 -0000	1.175
    @@ -24,3 +24,4 @@
     skvidal	rpms/gtk-xfce-engine/FC-3	gtk-xfce-engine-2_2_6-3_fc3	fc3
     skvidal	rpms/xfce4-toys/FC-3	xfce4-toys-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-session/FC-3	xfce4-session-4_2_1-4_fc3	fc3
    +skvidal	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-4_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:22:57 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:22:57 -0400
    Subject: common tobuild,1.175,1.176
    Message-ID: <200505070122.j471Mvdm012709@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12692
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-mixer/FC-3 xfce4-mixer-4_2_1-4_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.175
    retrieving revision 1.176
    diff -u -r1.175 -r1.176
    --- tobuild	7 May 2005 01:22:43 -0000	1.175
    +++ tobuild	7 May 2005 01:22:55 -0000	1.176
    @@ -25,3 +25,4 @@
     skvidal	rpms/xfce4-toys/FC-3	xfce4-toys-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-session/FC-3	xfce4-session-4_2_1-4_fc3	fc3
     skvidal	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-4_fc3	fc3
    +skvidal	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-4_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:23:09 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:23:09 -0400
    Subject: common tobuild,1.176,1.177
    Message-ID: <200505070123.j471N9YO012776@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12758
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-appfinder/FC-3 xfce4-appfinder-4_2_1-3_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.176
    retrieving revision 1.177
    diff -u -r1.176 -r1.177
    --- tobuild	7 May 2005 01:22:55 -0000	1.176
    +++ tobuild	7 May 2005 01:23:07 -0000	1.177
    @@ -26,3 +26,4 @@
     skvidal	rpms/xfce4-session/FC-3	xfce4-session-4_2_1-4_fc3	fc3
     skvidal	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-4_fc3	fc3
    +skvidal	rpms/xfce4-appfinder/FC-3	xfce4-appfinder-4_2_1-3_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:23:22 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:23:22 -0400
    Subject: common tobuild,1.177,1.178
    Message-ID: <200505070123.j471NMrJ012841@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12822
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Devel-Cycle/FC-3 perl-Devel-Cycle-1_04-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.177
    retrieving revision 1.178
    diff -u -r1.177 -r1.178
    --- tobuild	7 May 2005 01:23:07 -0000	1.177
    +++ tobuild	7 May 2005 01:23:20 -0000	1.178
    @@ -27,3 +27,4 @@
     skvidal	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-appfinder/FC-3	xfce4-appfinder-4_2_1-3_fc3	fc3
    +skvidal	rpms/perl-Devel-Cycle/FC-3	perl-Devel-Cycle-1_04-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:23:35 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:23:35 -0400
    Subject: common tobuild,1.178,1.179
    Message-ID: <200505070123.j471NZhx012907@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12890
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Test-Memory-Cycle/FC-3 perl-Test-Memory-Cycle-1_00-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.178
    retrieving revision 1.179
    diff -u -r1.178 -r1.179
    --- tobuild	7 May 2005 01:23:20 -0000	1.178
    +++ tobuild	7 May 2005 01:23:33 -0000	1.179
    @@ -28,3 +28,4 @@
     skvidal	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-appfinder/FC-3	xfce4-appfinder-4_2_1-3_fc3	fc3
     skvidal	rpms/perl-Devel-Cycle/FC-3	perl-Devel-Cycle-1_04-1	fc3
    +skvidal	rpms/perl-Test-Memory-Cycle/FC-3	perl-Test-Memory-Cycle-1_00-2	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:23:47 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:23:47 -0400
    Subject: common tobuild,1.179,1.180
    Message-ID: <200505070123.j471NlwN012970@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12953
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/quilt/FC-3 quilt-0_40-2_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.179
    retrieving revision 1.180
    diff -u -r1.179 -r1.180
    --- tobuild	7 May 2005 01:23:33 -0000	1.179
    +++ tobuild	7 May 2005 01:23:45 -0000	1.180
    @@ -29,3 +29,4 @@
     skvidal	rpms/xfce4-appfinder/FC-3	xfce4-appfinder-4_2_1-3_fc3	fc3
     skvidal	rpms/perl-Devel-Cycle/FC-3	perl-Devel-Cycle-1_04-1	fc3
     skvidal	rpms/perl-Test-Memory-Cycle/FC-3	perl-Test-Memory-Cycle-1_00-2	fc3
    +skvidal	rpms/quilt/FC-3	quilt-0_40-2_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:23:59 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:23:59 -0400
    Subject: common tobuild,1.180,1.181
    Message-ID: <200505070123.j471NxWc013033@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13016
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnome-applet-netspeed/FC-3 gnome-applet-netspeed-0_12_1-2_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.180
    retrieving revision 1.181
    diff -u -r1.180 -r1.181
    --- tobuild	7 May 2005 01:23:45 -0000	1.180
    +++ tobuild	7 May 2005 01:23:57 -0000	1.181
    @@ -30,3 +30,4 @@
     skvidal	rpms/perl-Devel-Cycle/FC-3	perl-Devel-Cycle-1_04-1	fc3
     skvidal	rpms/perl-Test-Memory-Cycle/FC-3	perl-Test-Memory-Cycle-1_00-2	fc3
     skvidal	rpms/quilt/FC-3	quilt-0_40-2_fc3	fc3
    +skvidal	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_12_1-2_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:24:11 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:24:11 -0400
    Subject: common tobuild,1.181,1.182
    Message-ID: <200505070124.j471OCes013097@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13080
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/cone/FC-3 cone-0_64-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.181
    retrieving revision 1.182
    diff -u -r1.181 -r1.182
    --- tobuild	7 May 2005 01:23:57 -0000	1.181
    +++ tobuild	7 May 2005 01:24:09 -0000	1.182
    @@ -31,3 +31,4 @@
     skvidal	rpms/perl-Test-Memory-Cycle/FC-3	perl-Test-Memory-Cycle-1_00-2	fc3
     skvidal	rpms/quilt/FC-3	quilt-0_40-2_fc3	fc3
     skvidal	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_12_1-2_fc3	fc3
    +skvidal	rpms/cone/FC-3	cone-0_64-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:24:24 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:24:24 -0400
    Subject: common tobuild,1.182,1.183
    Message-ID: <200505070124.j471OOEH013160@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13143
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/libcdio/FC-3 libcdio-0_73-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.182
    retrieving revision 1.183
    diff -u -r1.182 -r1.183
    --- tobuild	7 May 2005 01:24:09 -0000	1.182
    +++ tobuild	7 May 2005 01:24:22 -0000	1.183
    @@ -32,3 +32,4 @@
     skvidal	rpms/quilt/FC-3	quilt-0_40-2_fc3	fc3
     skvidal	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_12_1-2_fc3	fc3
     skvidal	rpms/cone/FC-3	cone-0_64-1	fc3
    +skvidal	rpms/libcdio/FC-3	libcdio-0_73-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:24:36 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:24:36 -0400
    Subject: common tobuild,1.183,1.184
    Message-ID: <200505070124.j471OaBH013223@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13206
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Module-CoreList/FC-3 perl-Module-CoreList-2_01-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.183
    retrieving revision 1.184
    diff -u -r1.183 -r1.184
    --- tobuild	7 May 2005 01:24:22 -0000	1.183
    +++ tobuild	7 May 2005 01:24:34 -0000	1.184
    @@ -33,3 +33,4 @@
     skvidal	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_12_1-2_fc3	fc3
     skvidal	rpms/cone/FC-3	cone-0_64-1	fc3
     skvidal	rpms/libcdio/FC-3	libcdio-0_73-1	fc3
    +skvidal	rpms/perl-Module-CoreList/FC-3	perl-Module-CoreList-2_01-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:24:52 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:24:52 -0400
    Subject: common tobuild,1.184,1.185
    Message-ID: <200505070124.j471OqHI013286@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13269
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/blacs/FC-3 blacs-1_1-6_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.184
    retrieving revision 1.185
    diff -u -r1.184 -r1.185
    --- tobuild	7 May 2005 01:24:34 -0000	1.184
    +++ tobuild	7 May 2005 01:24:49 -0000	1.185
    @@ -34,3 +34,4 @@
     skvidal	rpms/cone/FC-3	cone-0_64-1	fc3
     skvidal	rpms/libcdio/FC-3	libcdio-0_73-1	fc3
     skvidal	rpms/perl-Module-CoreList/FC-3	perl-Module-CoreList-2_01-1	fc3
    +skvidal	rpms/blacs/FC-3	blacs-1_1-6_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:25:03 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:25:03 -0400
    Subject: common tobuild,1.185,1.186
    Message-ID: <200505070125.j471P3mV013349@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13332
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/scalapack/FC-3 scalapack-1_7-3_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.185
    retrieving revision 1.186
    diff -u -r1.185 -r1.186
    --- tobuild	7 May 2005 01:24:49 -0000	1.185
    +++ tobuild	7 May 2005 01:25:01 -0000	1.186
    @@ -35,3 +35,4 @@
     skvidal	rpms/libcdio/FC-3	libcdio-0_73-1	fc3
     skvidal	rpms/perl-Module-CoreList/FC-3	perl-Module-CoreList-2_01-1	fc3
     skvidal	rpms/blacs/FC-3	blacs-1_1-6_fc3	fc3
    +skvidal	rpms/scalapack/FC-3	scalapack-1_7-3_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:25:16 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:25:16 -0400
    Subject: common tobuild,1.186,1.187
    Message-ID: <200505070125.j471PGVF013412@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13395
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-3_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.186
    retrieving revision 1.187
    diff -u -r1.186 -r1.187
    --- tobuild	7 May 2005 01:25:01 -0000	1.186
    +++ tobuild	7 May 2005 01:25:13 -0000	1.187
    @@ -36,3 +36,4 @@
     skvidal	rpms/perl-Module-CoreList/FC-3	perl-Module-CoreList-2_01-1	fc3
     skvidal	rpms/blacs/FC-3	blacs-1_1-6_fc3	fc3
     skvidal	rpms/scalapack/FC-3	scalapack-1_7-3_fc3	fc3
    +skvidal	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-3_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:25:28 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:25:28 -0400
    Subject: common tobuild,1.187,1.188
    Message-ID: <200505070125.j471PSvq013478@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13461
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/librx/FC-3 librx-1_5-3_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.187
    retrieving revision 1.188
    diff -u -r1.187 -r1.188
    --- tobuild	7 May 2005 01:25:13 -0000	1.187
    +++ tobuild	7 May 2005 01:25:26 -0000	1.188
    @@ -37,3 +37,4 @@
     skvidal	rpms/blacs/FC-3	blacs-1_1-6_fc3	fc3
     skvidal	rpms/scalapack/FC-3	scalapack-1_7-3_fc3	fc3
     skvidal	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-3_fc3	fc3
    +skvidal	rpms/librx/FC-3	librx-1_5-3_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:25:40 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:25:40 -0400
    Subject: common tobuild,1.188,1.189
    Message-ID: <200505070125.j471Pe6u013541@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13524
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Authen-SASL/FC-3 perl-Authen-SASL-2_09-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.188
    retrieving revision 1.189
    diff -u -r1.188 -r1.189
    --- tobuild	7 May 2005 01:25:26 -0000	1.188
    +++ tobuild	7 May 2005 01:25:38 -0000	1.189
    @@ -38,3 +38,4 @@
     skvidal	rpms/scalapack/FC-3	scalapack-1_7-3_fc3	fc3
     skvidal	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-3_fc3	fc3
     skvidal	rpms/librx/FC-3	librx-1_5-3_fc3	fc3
    +skvidal	rpms/perl-Authen-SASL/FC-3	perl-Authen-SASL-2_09-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:25:52 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:25:52 -0400
    Subject: common tobuild,1.189,1.190
    Message-ID: <200505070125.j471Pq5h013606@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13589
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnome-theme-clearlooks/FC-3 gnome-theme-clearlooks-0_5-4 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.189
    retrieving revision 1.190
    diff -u -r1.189 -r1.190
    --- tobuild	7 May 2005 01:25:38 -0000	1.189
    +++ tobuild	7 May 2005 01:25:50 -0000	1.190
    @@ -39,3 +39,4 @@
     skvidal	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-3_fc3	fc3
     skvidal	rpms/librx/FC-3	librx-1_5-3_fc3	fc3
     skvidal	rpms/perl-Authen-SASL/FC-3	perl-Authen-SASL-2_09-1	fc3
    +skvidal	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:26:04 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:26:04 -0400
    Subject: common tobuild,1.190,1.191
    Message-ID: <200505070126.j471Q4p0013668@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13651
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/TeXmacs/FC-3 TeXmacs-1_0_5-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.190
    retrieving revision 1.191
    diff -u -r1.190 -r1.191
    --- tobuild	7 May 2005 01:25:50 -0000	1.190
    +++ tobuild	7 May 2005 01:26:02 -0000	1.191
    @@ -40,3 +40,4 @@
     skvidal	rpms/librx/FC-3	librx-1_5-3_fc3	fc3
     skvidal	rpms/perl-Authen-SASL/FC-3	perl-Authen-SASL-2_09-1	fc3
     skvidal	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	fc3
    +skvidal	rpms/TeXmacs/FC-3	TeXmacs-1_0_5-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:30:46 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:30:46 -0400
    Subject: common tobuild,1.191,1.192
    Message-ID: <200505070130.j471UkL1013751@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13734
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/cdo/FC-3 cdo-0_9_6-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.191
    retrieving revision 1.192
    diff -u -r1.191 -r1.192
    --- tobuild	7 May 2005 01:26:02 -0000	1.191
    +++ tobuild	7 May 2005 01:30:44 -0000	1.192
    @@ -41,3 +41,4 @@
     skvidal	rpms/perl-Authen-SASL/FC-3	perl-Authen-SASL-2_09-1	fc3
     skvidal	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	fc3
     skvidal	rpms/TeXmacs/FC-3	TeXmacs-1_0_5-1	fc3
    +skvidal	rpms/cdo/FC-3	cdo-0_9_6-2	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:31:07 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:31:07 -0400
    Subject: common tobuild,1.192,1.193
    Message-ID: <200505070131.j471V73J013814@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13797
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Config-IniFiles/FC-3 perl-Config-IniFiles-2_39-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.192
    retrieving revision 1.193
    diff -u -r1.192 -r1.193
    --- tobuild	7 May 2005 01:30:44 -0000	1.192
    +++ tobuild	7 May 2005 01:31:05 -0000	1.193
    @@ -42,3 +42,4 @@
     skvidal	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	fc3
     skvidal	rpms/TeXmacs/FC-3	TeXmacs-1_0_5-1	fc3
     skvidal	rpms/cdo/FC-3	cdo-0_9_6-2	fc3
    +skvidal	rpms/perl-Config-IniFiles/FC-3	perl-Config-IniFiles-2_39-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:31:22 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:31:22 -0400
    Subject: common tobuild,1.193,1.194
    Message-ID: <200505070131.j471VMOE013876@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13859
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/help2man/FC-3 help2man-1_35_1-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.193
    retrieving revision 1.194
    diff -u -r1.193 -r1.194
    --- tobuild	7 May 2005 01:31:05 -0000	1.193
    +++ tobuild	7 May 2005 01:31:20 -0000	1.194
    @@ -43,3 +43,4 @@
     skvidal	rpms/TeXmacs/FC-3	TeXmacs-1_0_5-1	fc3
     skvidal	rpms/cdo/FC-3	cdo-0_9_6-2	fc3
     skvidal	rpms/perl-Config-IniFiles/FC-3	perl-Config-IniFiles-2_39-1	fc3
    +skvidal	rpms/help2man/FC-3	help2man-1_35_1-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:31:36 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:31:36 -0400
    Subject: common tobuild,1.194,1.195
    Message-ID: <200505070131.j471Va1G013938@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13921
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Coin2/FC-3 Coin2-2_3_0-8_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.194
    retrieving revision 1.195
    diff -u -r1.194 -r1.195
    --- tobuild	7 May 2005 01:31:20 -0000	1.194
    +++ tobuild	7 May 2005 01:31:34 -0000	1.195
    @@ -44,3 +44,4 @@
     skvidal	rpms/cdo/FC-3	cdo-0_9_6-2	fc3
     skvidal	rpms/perl-Config-IniFiles/FC-3	perl-Config-IniFiles-2_39-1	fc3
     skvidal	rpms/help2man/FC-3	help2man-1_35_1-1_fc3	fc3
    +skvidal	rpms/Coin2/FC-3	Coin2-2_3_0-8_fc3	fc3
    
    
    
    From qspencer at ieee.org  Sat May  7 01:42:47 2005
    From: qspencer at ieee.org (Quentin Spencer)
    Date: Fri, 06 May 2005 20:42:47 -0500
    Subject: Is something wrong with CVS?
    In-Reply-To: <20050507112735.28eaabe7.mfleming@enlartenment.com>
    References: <200504241746.j3OHkYqE005215@cvs-int.fedora.redhat.com>	<20050424195305.2ce3cc04.bugs.michael@gmx.net>	<1114366784.3778.31.camel@localhost.localdomain>	<427C17D9.50307@ieee.org>
    	<20050507112735.28eaabe7.mfleming@enlartenment.com>
    Message-ID: <427C1D17.9060508@ieee.org>
    
    I wrote:
    
    >I tried to create a new package for octave earlier using the 
    >cvs-import.sh script. It successfully created the project, but when 
    >trying to add the new files, I got the error:
    >Checking : octave-2.1.70.tar.bz2 on 
    >https://cvs.fedora.redhat.com/repo/extras/upload.cgi...
    >ERROR: could not check remote file status
    >
    >So, there's now an empty octave package with no sources. I tried adding 
    >them with "make new-sources", and I'm getting the same error. What's 
    >going on?
    >  
    >
    OK, I found the problem. I forgot to download the cert on my newly 
    installed build system. Many thanks to Michael Fleming for pointing this 
    out. Sorry to bug everyone else. Let this be a reminder to anyone 
    setting up CVS on a new system.
    
    -Quentin
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:46:56 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 21:46:56 -0400
    Subject: rpms/octave/devel .cvsignore,1.1,1.2 sources,1.1,1.2
    Message-ID: <200505070146.j471kuMh014129@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14110
    
    Modified Files:
    	.cvsignore sources 
    Log Message:
    Uploaded files that were missed when initial package import failed.
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/octave/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	6 May 2005 21:22:35 -0000	1.1
    +++ .cvsignore	7 May 2005 01:46:53 -0000	1.2
    @@ -0,0 +1,5 @@
    +octave-2.1.70.tar.bz2
    +octave-2.1.70-glob.patch
    +octave-2.1.70-libs.patch
    +octave-2.1.70-toplev.patch
    +octave.spec
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/octave/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	6 May 2005 21:22:35 -0000	1.1
    +++ sources	7 May 2005 01:46:53 -0000	1.2
    @@ -0,0 +1,5 @@
    +dc990918d464e17ff7806b1053a40c12  octave-2.1.70.tar.bz2
    +037327dc1628b29b3da436ed6f04a1a7  octave-2.1.70-glob.patch
    +c60edeab87eaa2db951f9778e90c51b6  octave-2.1.70-libs.patch
    +e32cbc0047313928a6f7833c55b7fed0  octave-2.1.70-toplev.patch
    +0679149dcfd71fa004ad681caeb457d5  octave.spec
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:51:55 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 21:51:55 -0400
    Subject: rpms/octave/devel octave-2.1.70-glob.patch, NONE,
    	1.1 octave-2.1.70-libs.patch, NONE,
    	1.1 octave-2.1.70-toplev.patch, NONE, 1.1 octave.spec, NONE,
    	1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3
    Message-ID: <200505070151.j471ptkD014166@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14140
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	octave-2.1.70-glob.patch octave-2.1.70-libs.patch 
    	octave-2.1.70-toplev.patch octave.spec 
    Log Message:
    Adding files missed in failed package creation.
    
    
    octave-2.1.70-glob.patch:
    
    --- NEW FILE octave-2.1.70-glob.patch ---
    --- liboctave/Makefile.in.~1~	2005-03-04 10:13:57.000000000 -0600
    +++ liboctave/Makefile.in	2005-05-06 12:53:58.324716584 -0500
    @@ -19,8 +19,8 @@
     INSTALL_DATA = @INSTALL_DATA@
     
     LINK_DEPS = \
    -  -L../libcruft -L../glob -L. $(RLD_FLAG) \
    -  $(LIBCRUFT) $(BLAS_LIBS) $(FFTW_LIBS) $(LIBREADLINE) -lglob $(LIBS) $(FLIBS)
    +  -L../libcruft -L. $(RLD_FLAG) \
    +  $(LIBCRUFT) $(BLAS_LIBS) $(FFTW_LIBS) $(LIBREADLINE) $(LIBS) $(FLIBS)
     
     MATRIX_INC := Array.h Array2.h Array3.h ArrayN.h DiagArray2.h \
     	Array-flags.h Array-util.h ArrayN-idx.h MArray-defs.h \
    
    octave-2.1.70-libs.patch:
    
    --- NEW FILE octave-2.1.70-libs.patch ---
    ChangeLog:
    
    2005-05-06  John W. Eaton  
    
    	* octMakefile.in (DISTDIRS): Remove glob from the list.
    	(dist): No need to clean up in glob subdirectory.
    	* glob: Delete directory.
    	* Makeconf.in (GLOB_INCFLAGS, LIBGLOB): Delete.
    	(do-subst-config-vals): Don't substitute them.
    	(INCFLAGS): Remove $(GLOB_INCFLAGS) from the list.
    	* configure.in: Don't test for glob or fnmatch.
    
    
    src/ChangeLog:
    
    2005-05-06  John W. Eaton  
    
    	* toplev.cc (octave_config_info): Remove LIBGLOB and GLOB_INCFLAGS
    	from the list.
    	* oct-conf.h.in (OCTAVE_CONF_LIBGLOB, OCTAVE_CONF_GLOB_INCFLAGS):
    	Delete.
    	* Makefile.in (OCTAVE_LIBS): Remove $(LIBGLOB) from the list.
    
    
    Index: Makeconf.in
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/Makeconf.in,v
    retrieving revision 1.151.2.1
    diff -u -r1.151.2.1 Makeconf.in
    --- Makeconf.in	21 Feb 2005 16:49:41 -0000	1.151.2.1
    +++ Makeconf.in	6 May 2005 18:52:53 -0000
    @@ -91,7 +91,6 @@
     # cc and associated flags.
     
     DLFCN_INCFLAGS = @DLFCN_INCFLAGS@
    -GLOB_INCFLAGS = @GLOB_INCFLAGS@
     
     # Clean up INCFLAGS a bit if we are not compiling in a separate
     # directory.
    @@ -109,7 +108,7 @@
     	-I$(top_srcdir)/liboctave -I$(top_srcdir)/src \
     	-I$(top_srcdir)/libcruft/misc
     endif
    -INCFLAGS = $(TMP_IF_1) $(TMP_IF_2) $(DLFCN_INCFLAGS) $(GLOB_INCFLAGS)
    +INCFLAGS = $(TMP_IF_1) $(TMP_IF_2) $(DLFCN_INCFLAGS)
     
     LIBFLAGS = -L$(TOPDIR)
     
    @@ -170,7 +169,6 @@
     FLIBS = @FLIBS@
     
     LIBDLFCN = @LIBDLFCN@
    -LIBGLOB = @LIBGLOB@
     LIBPLPLOT = @LIBPLPLOT@
     LIBOCTINTERP = @LIBOCTINTERP@
     LIBOCTAVE = @LIBOCTAVE@
    @@ -422,7 +420,6 @@
       -e "s;%OCTAVE_CONF_FFTW_LIBS%;\"${FFTW_LIBS}\";" \
       -e "s;%OCTAVE_CONF_FLIBS%;\"${FLIBS}\";" \
       -e "s;%OCTAVE_CONF_FPICFLAG%;\"${FPICFLAG}\";" \
    -  -e "s;%OCTAVE_CONF_GLOB_INCFLAGS%;\"${GLOB_INCFLAGS}\";" \
       -e "s;%OCTAVE_CONF_INCFLAGS%;\"${INCFLAGS}\";" \
       -e "s;%OCTAVE_CONF_LD_CXX%;\"${LD_CXX}\";" \
       -e "s;%OCTAVE_CONF_LDFLAGS%;\"${LDFLAGS}\";" \
    @@ -434,7 +431,6 @@
       -e "s;%OCTAVE_CONF_LIBDLFCN%;\"${LIBDLFCN}\";" \
       -e "s;%OCTAVE_CONF_LIBEXT%;\"${LIBEXT}\";" \
       -e "s;%OCTAVE_CONF_LIBFLAGS%;\"${LIBFLAGS}\";" \
    -  -e "s;%OCTAVE_CONF_LIBGLOB%;\"${LIBGLOB}\";" \
       -e "s;%OCTAVE_CONF_LIBOCTAVE%;\"${LIBOCTAVE}\";" \
       -e "s;%OCTAVE_CONF_LIBOCTINTERP%;\"${LIBOCTINTERP}\";" \
       -e "s;%OCTAVE_CONF_LIBPLPLOT%;\"${LIBPLPLOT}\";" \
    Index: configure.in
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/configure.in,v
    retrieving revision 1.458.2.7
    diff -u -r1.458.2.7 configure.in
    --- configure.in	26 Apr 2005 19:43:53 -0000	1.458.2.7
    +++ configure.in	6 May 2005 18:52:54 -0000
    @@ -920,8 +920,6 @@
     AC_CHECK_HEADERS($TERMIOS_H, have_termios_h=yes)
     AC_CHECK_HEADERS(termio.h, have_termio_h=yes, have_termio_h=no)
     AC_CHECK_HEADERS(sgtty.h, have_sgtty_h=yes, have_sgtty_h=no)
    -AC_CHECK_HEADERS(glob.h, have_glob_h=yes, have_glob_h=no)
    -AC_CHECK_HEADERS(fnmatch.h, have_fnmatch_h=yes, have_fnmatch_h=no)
     AC_CHECK_HEADERS(conio.h, have_conio_h=yes, have_conio_h=no)
     
     ### I'm told that termios.h is broken on NeXT systems.
    @@ -943,42 +941,6 @@
       AC_MSG_WARN([I couldn't find termios.h, termio.h, or sgtty.h!])
     fi
     
    -## I'm told that setting LIBGLOB to be $(TOPDIR)/glob/libglob.a causes
    -## trouble on SCO systems, but setting it to be the two object files
    -## avoids the problem.
    -
    -GLOB_DIR=glob
    -if test -n "$ALLOCA"; then
    -  LIBGLOB='$(TOPDIR)/glob/glob.o $(TOPDIR)/glob/fnmatch.o $(TOPDIR)/glob/alloca.o'
    -else
    -  LIBGLOB='$(TOPDIR)/glob/glob.o $(TOPDIR)/glob/fnmatch.o'
    -fi
    -GLOB_INCFLAGS='-I$(top_srcdir)/glob -I$(TOPDIR)/glob'
    -if test "$have_fnmatch_h" = yes && test "$have_glob_h" = yes; then
    -  AC_EGREP_CPP(yes, [#include 
    -#ifdef FNM_NOESCAPE
    -#ifdef FNM_PATHNAME
    -#ifdef FNM_PERIOD
    -   yes
    -#endif
    -#endif
    -#endif
    -    ], [
    -      GLOB_DIR=
    -      AC_CHECK_LIB(glob, glob)
    -      AC_CHECK_FUNCS(fnmatch, have_fnmatch=yes, have_fnmatch=no)
    -      AC_CHECK_FUNCS(glob, have_glob=yes, have_glob=no)
    -      if test "$have_fnmatch" = yes && test "$have_glob" = yes; then
    -	GLOB_DIR=
    -	LIBGLOB=
    -	GLOB_INCFLAGS=
    -      fi
    -    ])
    -fi
    -AC_SUBST(GLOB_DIR)
    -AC_SUBST(LIBGLOB)
    -AC_SUBST(GLOB_INCFLAGS)
    -
     ### Checks for functions and variables.
     
     AC_CHECK_FUNCS(atexit basename bcopy bzero canonicalize_file_name \
    @@ -1365,13 +1327,6 @@
     
     AC_CONFIG_SUBDIRS(scripts)
     
    -# autoconf 2.50 deprecates the use of variables (e.g. $GLOB_DIR)
    -# in AC_CONFIG_SUBDIRS; the following form is recommended instead:
    -
    -if test "x$GLOB_DIR" = xglob; then
    -	AC_CONFIG_SUBDIRS(glob)
    -fi
    -
     if test "x$PLPLOT_DIR" = xplplot; then
     	AC_CONFIG_SUBDIRS(plplot)
     fi
    Index: octMakefile.in
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/octMakefile.in,v
    retrieving revision 1.195
    diff -u -r1.195 octMakefile.in
    --- octMakefile.in	2 Apr 2004 14:54:20 -0000	1.195
    +++ octMakefile.in	6 May 2005 18:52:54 -0000
    @@ -32,10 +32,10 @@
     	mkoctfile.in texi2dvi ChangeLog ChangeLog.[0-9]
     
     # Complete directory trees to distribute.
    -DISTDIRS = glob # plplot
    +DISTDIRS = # plplot
     
     # Subdirectories in which to run `make all'.
    -SUBDIRS = @PLPLOT_DIR@ @DLFCN_DIR@ @GLOB_DIR@ \
    +SUBDIRS = @PLPLOT_DIR@ @DLFCN_DIR@ \
     	libcruft liboctave scripts doc examples
     
     ALL_SUBDIRS = $(SUBDIRS) src
    @@ -62,7 +62,7 @@
     BINDISTSUBDIRS = libcruft liboctave src scripts doc emacs examples
     
     # Subdirectories in which to run clean targets.
    -CLEANSUBDIRS = $(DISTSUBDIRS) @GLOB_DIR@
    +CLEANSUBDIRS = $(DISTSUBDIRS)
     
     DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \
       $(octfiledir) $(archlibdir) $(localarchlibdir) $(localverarchlibdir) \
    @@ -179,8 +179,6 @@
     	  -o -name config.status -o -name config.cache -o -name stamp-h \
     	  -o -name klibtool.config -o -name stamp-auto \
     	  -o -name c-auto.h \) -print | xargs rm -rf
    -	find `cat .fname`/glob -name Makefile | xargs rm -f
    -	find `cat .fname`/glob -name config.h | xargs rm -f
     	rm -f `cat .fname`/test/octave.test/*.m
     	chmod -R a+rwX `cat .fname`
     	tar cf `cat .fname`.tar `cat .fname`
    Index: src/Makefile.in
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/src/Makefile.in,v
    retrieving revision 1.352.2.5
    diff -u -r1.352.2.5 Makefile.in
    --- src/Makefile.in	2 Mar 2005 01:33:30 -0000	1.352.2.5
    +++ src/Makefile.in	6 May 2005 18:53:00 -0000
    @@ -213,7 +213,7 @@
     
     OCTAVE_LIBS = $(LIBOCTINTERP) $(LIBOCTAVE) \
       $(SPECIAL_MATH_LIB) $(LIBCRUFT) \
    -  $(LIBPLPLOT) $(LIBGLOB) $(LIBDLFCN)
    +  $(LIBPLPLOT) $(LIBDLFCN)
     
     OCTINTERP_LINK_DEPS = \
       -L../liboctave $(LIBOCTAVE) -L../libcruft $(LIBCRUFT) $(LIBS) $(FLIBS)
    Index: src/oct-conf.h.in
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/src/oct-conf.h.in,v
    retrieving revision 1.23.2.1
    diff -u -r1.23.2.1 oct-conf.h.in
    --- src/oct-conf.h.in	26 Apr 2005 19:43:58 -0000	1.23.2.1
    +++ src/oct-conf.h.in	6 May 2005 18:53:00 -0000
    @@ -149,10 +149,6 @@
     #define OCTAVE_CONF_FPICFLAG %OCTAVE_CONF_FPICFLAG%
     #endif
     
    -#ifndef OCTAVE_CONF_GLOB_INCFLAGS
    -#define OCTAVE_CONF_GLOB_INCFLAGS %OCTAVE_CONF_GLOB_INCFLAGS%
    -#endif
    -
     #ifndef OCTAVE_CONF_INCFLAGS
     #define OCTAVE_CONF_INCFLAGS %OCTAVE_CONF_INCFLAGS%
     #endif
    @@ -197,10 +193,6 @@
     #define OCTAVE_CONF_LIBFLAGS %OCTAVE_CONF_LIBFLAGS%
     #endif
     
    -#ifndef OCTAVE_CONF_LIBGLOB
    -#define OCTAVE_CONF_LIBGLOB %OCTAVE_CONF_LIBGLOB%
    -#endif
    -
     #ifndef OCTAVE_CONF_LIBOCTAVE
     #define OCTAVE_CONF_LIBOCTAVE %OCTAVE_CONF_LIBOCTAVE%
     #endif
    Index: src/toplev.cc
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/src/toplev.cc,v
    retrieving revision 1.153.2.4
    diff -u -r1.153.2.4 toplev.cc
    --- src/toplev.cc	26 Apr 2005 19:44:00 -0000	1.153.2.4
    +++ src/toplev.cc	6 May 2005 18:53:00 -0000
    @@ -672,7 +672,6 @@
           "FFTW_LIBS", OCTAVE_CONF_FFTW_LIBS,
           "FLIBS", OCTAVE_CONF_FLIBS,
           "FPICFLAG", OCTAVE_CONF_FPICFLAG,
    -      "GLOB_INCFLAGS", OCTAVE_CONF_GLOB_INCFLAGS,
           "INCFLAGS", OCTAVE_CONF_INCFLAGS,
           "LDFLAGS", OCTAVE_CONF_LDFLAGS,
           "LD_CXX", OCTAVE_CONF_LD_CXX,
    @@ -684,7 +683,6 @@
           "LIBDLFCN", OCTAVE_CONF_LIBDLFCN,
           "LIBEXT", OCTAVE_CONF_LIBEXT,
           "LIBFLAGS", OCTAVE_CONF_LIBFLAGS,
    -      "LIBGLOB", OCTAVE_CONF_LIBGLOB,
           "LIBOCTAVE", OCTAVE_CONF_LIBOCTAVE,
           "LIBOCTINTERP", OCTAVE_CONF_LIBOCTINTERP,
           "LIBPLPLOT", OCTAVE_CONF_LIBPLPLOT,
    
    octave-2.1.70-toplev.patch:
    
    --- NEW FILE octave-2.1.70-toplev.patch ---
    src/ChangeLog:
    
    2005-05-06  John W. Eaton  
    
    	* toplev.cc (Fsystem): Move enum exec_type declaration to file
    	scope and rename system_exec_type.  Change all uses.
    
    
    Index: src/toplev.cc
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/src/toplev.cc,v
    retrieving revision 1.153.2.5
    diff -u -r1.153.2.5 toplev.cc
    --- src/toplev.cc	6 May 2005 18:59:41 -0000	1.153.2.5
    +++ src/toplev.cc	6 May 2005 19:02:49 -0000
    @@ -400,6 +400,8 @@
       return retval;
     }
     
    +enum system_exec_type { et_sync, et_async };
    +
     DEFUN (system, args, nargout,
       "-*- texinfo -*-\n\
     @deftypefn {Built-in Function} {} system (@var{string}, @var{return_output}, @var{type})\n\
    @@ -454,9 +456,7 @@
     
           std::string cmd_str = args(0).string_value ();
     
    -      enum exec_type { sync, async };
    -
    -      exec_type type = sync;
    +      system_exec_type type = et_sync;
     
           if (! error_state)
     	{
    @@ -467,9 +467,9 @@
     	      if (! error_state)
     		{
     		  if (type_str == "sync")
    -		    type = sync;
    +		    type = et_sync;
     		  else if (type_str == "async")
    -		    type = async;
    +		    type = et_async;
     		  else
     		    error ("system: third arg must be \"sync\" or \"async\"");
     		}
    @@ -482,7 +482,7 @@
     
           if (! error_state)
     	{
    -	  if (type == async)
    +	  if (type == et_async)
     	    {
     #ifdef HAVE_FORK
     	      pid_t pid = fork ();
    
    
    --- NEW FILE octave.spec ---
    %define __libtoolize /bin/true
    
    Summary: A high-level language for numerical computations.
    Name: octave
    Version: 2.1.70
    Release: 1
    Epoch: 6
    License: GPL
    Group: Applications/Engineering
    Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2
    URL: http://www.octave.org
    Requires: gnuplot less info texinfo 
    Requires: /sbin/install-info
    BuildPrereq: gnuplot bison flex less tetex gcc-c++ gcc-gfortran gperf lapack blas 
    BuildPrereq: ncurses-devel zlib-devel libtermcap-devel libstdc++-devel
    BuildPrereq: readline-devel glibc-devel fftw3-devel autoconf
    Prereq: /sbin/ldconfig
    BuildRoot: %{_tmppath}/%{name}-%{version}-root
    Requires: /etc/ld.so.conf.d
    Patch0: octave-2.1.70-glob.patch
    Patch1: octave-2.1.70-libs.patch
    Patch2: octave-2.1.70-toplev.patch
    ExcludeArch: ppc64 s390x
    
    %description
    GNU Octave is a high-level language, primarily intended for numerical
    computations. It provides a convenient command line interface for
    solving linear and nonlinear problems numerically, and for performing
    other numerical experiments using a language that is mostly compatible
    with Matlab. It may also be used as a batch-oriented language. Octave
    has extensive tools for solving common numerical linear algebra
    problems, finding the roots of nonlinear equations, integrating
    ordinary functions, manipulating polynomials, and integrating ordinary
    differential and differential-algebraic equations. It is easily
    extensible and customizable via user-defined functions written in
    Octave's own language, or using dynamically loaded modules written in
    C++, C, Fortran, or other languages.
    
    
    %package devel
    Summary: Development headers and files for Octave
    Group: Development/Libraries
    
    %description devel
    The octave-devel package contains files needed for developing
    applications which use GNU Octave.
    
    
    %prep
    %setup -q
    %patch0 -p0
    %patch1 -p0
    %patch2 -p0
    ./autogen.sh
    
    
    %ifarch s390
    (cd readline && libtoolize --copy --force)
    (cd glob && libtoolize --copy --force)
    (cd kpathsea && libtoolize --copy --force)
    %endif
    
    %build
    LC_ALL=POSIX
    export LC_ALL
    CFLAGS="$RPM_OPT_FLAGS -fPIC -D_GNU_SOURCE" ./configure --enable-dl --enable-shared=yes --enable-rpath --enable-lite-kernel --enable-picky-flags --enable-static=no --with-g77 --prefix=/usr --infodir=/usr/share/info
    
    make
    
    #empty
    rm -f interpreter/octave.{ky,pg,tp}
    
    %install
    rm -rf $RPM_BUILD_ROOT
    %makeinstall
    rm -f doc/interpreter/munge-texi doc/interpreter/*.o
    strip $RPM_BUILD_ROOT/usr/libexec/octave/%{version}/oct/*/*.oct
    
    # Make library links
    mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
    echo "%{_libdir}/octave-%{version}" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/octave-%{_arch}.conf
    
    perl -pi -e "s,$RPM_BUILD_ROOT,," $RPM_BUILD_ROOT/%{_libexecdir}/%{name}/ls-R
    perl -pi -e "s,$RPM_BUILD_ROOT,," $RPM_BUILD_ROOT/%{_datadir}/%{name}/ls-R
    
    
    # XXX Nuke unpackaged files
    rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    %post
    /sbin/ldconfig
    /sbin/install-info --info-dir=%{_infodir}/ --section="Programming:" --entry="* Octave:(octave).		Interactive language for numerical computations." %{_infodir}/octave.info.gz
    
    %preun
    if [ "$1" = "0" ]; then
       /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info.gz
    fi
    
    
    %postun -p /sbin/ldconfig
    
    %files
    %defattr(-,root,root)
    %doc COPYING NEWS* PROJECTS README* ROADMAP SENDING-PATCHES
    %doc THANKS
    %doc doc/faq doc/liboctave doc/refcard emacs examples
    %{_bindir}/octave
    %{_bindir}/octave-%{version}
    /etc/ld.so.conf.d/*
    %{_libdir}/octave*
    %{_datadir}/octave
    %{_libexecdir}/octave/%{version}
    %{_libexecdir}/octave/site
    %{_mandir}/man*/octave*
    %{_infodir}/octave.info*
    
    %files devel
    %defattr(-,root,root)
    %{_bindir}/mkoctfile*
    %{_bindir}/octave-bug*
    %{_bindir}/octave-config*
    %{_includedir}/octave*
    %{_mandir}/man*/mkoctfile*
    %{_libexecdir}/octave/ls-R
    
    
    %changelog
    * Mon May  3 2005 Quentin Spencer  2.1.69-1
    - Imported 2.1.70 from upstream, removed old patches (resolved in new version)
    - Changed g77 dependency to gfortran.
    - Added fftw3 to BuildRequires.
    - Added patches (from maintainer) to fix build problems.
    
    * Wed Feb 23 2005 Ivana Varekova  2.1.57-13
    - fix typo in spec 149420
    
    * Mon Feb 21 2005 Ivana Varekova  2.1.57-12
    - Fix problem with symlinks using ldconfig (bug 147922)
    
    * Wed Feb 16 2005 Ivana Varekova  2.1.57-11
    - add $RPM_OPT_FLAGS
    
    * Tue Feb 15 2005 Ivana Varekova  2.1.57-10
    - Fix bug 142477 - problem with signbit definition (Patch2) 
    
    * Wed Jan 19 2005 Ivana Varekova  2.1.57-9
    - Fix bug #142440 - change octave.spec: autoconf is BuildPrereq
    - Fix bug #142631 - change octave.spec: mkoctfile.1.gz is part of octave-devel not octave
    
    * Wed Jan 12 2005 Tim Waugh  2.1.57-8
    - Rebuilt for new readline.
    
    * Mon Oct 18 2004 Lon Hohberger  2.1.57-7
    - Don't forget default attributes for -devel package
    
    * Mon Oct 18 2004 Lon Hohberger  2.1.57-6
    - Remove old lib/lib64 badness.
    
    * Wed Oct 13 2004 Lon Hohberger  2.1.57-5
    - Split into octave and octave-devel
    
    * Thu Jun 24 2004 Lon Hohberger  2.1.57-4
    - Remove RPM_BUILD_ROOT from preun section (#119112)
    
    * Thu Jun 24 2004 Lon Hohberger  2.1.57-3
    - Er, typo in patch (thanks Nils)
    
    * Thu Jun 24 2004 Lon Hohberger  2.1.57-2
    - Fix for #113852 - signbit broken
    
    * Wed Jun 15 2004 Lon Hohberger  2.1.57-1
    - Import 2.1.57 from upstream; this fixes #126074
    
    * Tue Jun 15 2004 Elliot Lee 
    - rebuilt
    
    * Tue Mar 30 2004 Karsten Hopp  2.1.50-9 
    - remove builddir references from file list (#119112)
    
    * Tue Mar 02 2004 Elliot Lee 
    - rebuilt
    
    * Fri Feb 13 2004 Elliot Lee 
    - rebuilt
    
    * Fri Sep 26 2003 Lon Hohberger  2.1.50-7
    - Add requirement for texinfo. #101299, round 3!
    
    * Tue Sep 09 2003 Lon Hohberger  2.1.50-6
    - Disable s390x again
    
    * Tue Sep 09 2003 Lon Hohberger  2.1.50-5
    - Disable ppc64
    
    * Tue Sep 09 2003 Lon Hohberger  2.1.50-4
    - Rebuild for Taroon
    
    * Wed Jul 30 2003 Lon Hohberger  2.1.50-3
    - Fix for Bugzilla #101299, round 2.  Include a patch to
    quell sterr from info; it gives us funny messages if $HOME/.info
    does not exist.
    
    * Wed Jul 30 2003 Lon Hohberger  2.1.50-2
    - Fix for Bugzilla #101299
    
    * Mon Jun 30 2003 Lon Hohberger  2.1.50-1
    - Import 2.1.50 from upstream
    - Fix for Bugzilla #100682; try ppc64 again
    
    * Mon Jun 30 2003 Lon Hohberger  2.1.49-6
    - Rebuild; disabling ppc64
    
    * Mon Jun 30 2003 Lon Hohberger  2.1.49-4
    - Added link generation to /usr/lib so that munging
    /etc/ld.so.conf isn't required to get octave to work.
    (#98226)
    
    * Thu Jun 05 2003 Lon Hohberger  2.1.49-2
    - Import from upstream; rebuild
    
    * Wed Jun 04 2003 Elliot Lee 
    - rebuilt
    
    * Wed Apr 16 2003 Lon Hohberger  2.1.46-2
    - Rebuilt
    
    * Tue Apr 15 2003 Lon Hohberger  2.1.46-1
    - Import from upstream: 2.1.46.  Disabled s390x.
    
    * Mon Mar 10 2003 Lon Hohberger  2.1.40-5
    - Enabled s390[x]
    
    * Fri Feb 7 2003 Lon Hohberger  2.1.40-4
    - Disabled s390 and s390x builds for now.
    
    * Wed Jan 22 2003 Tim Powers 
    - rebuilt
    
    * Thu Jan 2 2003 Lon Hohberger  2.1.40-2
    - Fixed readline-devel build-rereq line. (#80673)
    
    * Sun Nov 24 2002 Jeff Johnson  2.1.40-1
    - update to 2.1.40, fix matrix plotting (#77906).
    
    * Mon Nov 11 2002 Jeff Johnson  2.1.39-2
    - build on x86_64.
    
    * Sun Nov 10 2002 Jeff Johnson  2.1.39-1
    - update to 2.1.39.
    
    * Sat Aug 10 2002 Elliot Lee 
    - rebuilt with gcc-3.2 (we hope)
    
    * Mon Aug  5 2002 Trond Eivind Glomsr?d  2.1.36-7
    - Rebuild
    
    * Tue Jul 23 2002 Trond Eivind Glomsr?d  2.1.36-6
    - Rebuild
    
    * Thu Jul 11 2002 Trond Eivind Glomsr?d 
    - Rebuild with new readline
    
    * Fri Jun 21 2002 Tim Powers 
    - automated rebuild
    
    * Fri Jun 14 2002 Trond Eivind Glomsr?d  2.1.36-3
    - Get rid of 0 size doc files (#66116)
    
    * Thu May 23 2002 Trond Eivind Glomsr?d  2.1.36-2
    - Rebuild
    - Patch C++ code gcc changed its opinion of the last 3 weeks
    
    * Wed May  1 2002 Trond Eivind Glomsr?d  2.1.36-1
    - 2.1.36
    - Disable patch
    
    * Wed Feb 27 2002 Trond Eivind Glomsr?d  2.1.35-4
    - Rebuild
    
    * Wed Jan 09 2002 Tim Powers 
    - automated rebuild
    
    * Tue Nov 27 2001 Trond Eivind Glomsr?d  2.1.35-2
    - Add patch for kpathsea to avoid segfaults
    
    * Tue Nov  6 2001 Trond Eivind Glomsr?d  2.1.35-1
    - 2.1.35
    - s/Copyright/License/
    
    * Wed Sep 12 2001 Tim Powers 
    - rebuild with new gcc and binutils
    
    * Wed Jun 20 2001 Trond Eivind Glomsr?d 
    - Add more dependencies in BuildPrereq (#45184)
    
    * Fri Jun 08 2001 Trond Eivind Glomsr?d 
    - No longer exclude ia64
    
    * Mon Apr 23 2001 Trond Eivind Glomsr?d 
    - 2.1.34
    
    * Tue Mar 27 2001 Trond Eivind Glomsr?d 
    - set LC_ALL to POSIX before building, otherwise the generated paths.h is bad
    
    * Wed Jan 10 2001 Trond Eivind Glomsr?d 
    - 2.1.33
    
    * Mon Jan 08 2001 Florian La Roche 
    - do not require compat-egcs-c++, but gcc-c++
    - add some libtoolize calls to add newest versions
    
    * Fri Dec 15 2000 Trond Eivind Glomsr?d 
    - 2.1.32, no longer use CVS as our needed fixes are in now
    - add Prereq for info
    
    * Thu Dec 07 2000 Trond Eivind Glomsr?d 
    - use a development version, as they have now been fixed
      to compile with the our current toolchain.
    
    * Thu Aug 24 2000 Trond Eivind Glomsr?d 
    - 2.0.16, with compat C++ compiler and new C and f77 compilers
      The C++ code is too broken for our new toolchain (C++ reserved
      words used as enums and function names, arcane macros), but
      plotting works here and not in the beta (#16759)
    - add epoch to upgrade the betas
    
    * Tue Jul 25 2000 Jakub Jelinek 
    - make sure #line commands are not output within macro arguments
    
    * Wed Jul 19 2000 Trond Eivind Glomsr?d 
    - 2.1.31
    
    * Wed Jul 12 2000 Prospector 
    - automatic rebuild
    
    * Thu Jul 06 2000 Trond Eivind Glomsr?d 
    - no longer disable optimizations, sparc excepted
    
    * Tue Jul  4 2000 Jakub Jelinek 
    - Rebuild with new C++
    
    * Mon Jul  3 2000 Matt Wilson 
    - added missing %% before {_infodir} in the %%post 
    
    * Sat Jun 09 2000 Trond Eivind Glomsr?d 
    - 2.1.30 - the old version contains invalid C++ code
      accepted by older compilers.
    
    * Sat Jun 09 2000 Trond Eivind Glomsr?d 
    - disable optimization for C++ code
    
    * Fri Jun 08 2000 Trond Eivind Glomsr?d 
    - add "Excludearch: " for Alpha - it triggers compiler bugs
    
    * Fri Jun 08 2000 Trond Eivind Glomsr?d 
    - use %%configure, %%makeinstall, %{_infodir}. %{_mandir}
    - remove prefix
    
    * Tue May 09 2000 Trond Eivind Glomsr?d 
    - upgraded to 2.0.16
    - removed "--enable-g77" from the configure flags - let autoconf find it
    
    * Thu Jan 20 2000 Tim Powers 
    - bzipped source to conserve space.
    
    * Thu Jan 13 2000 Jeff Johnson 
    - update to 2.0.15.
    
    * Tue Jul 20 1999 Tim Powers 
    - rebuit for 6.1
    
    * Wed Apr 28 1999 Jeff Johnson 
    - update to 2.0.14.
    
    * Fri Oct 23 1998 Jeff Johnson 
    - update to 2.0.13.90
    
    * Thu Jul  9 1998 Jeff Johnson 
    - repackage in powertools.
    
    * Thu Jun 11 1998 Andrew Veliath 
    - Add %attr, build as user.
    
    * Mon Jun 1 1998 Andrew Veliath 
    - Add BuildRoot, installinfo, require gnuplot, description from
      Octave's web page, update to Octave 2.0.13.
    - Adapt from existing spec file.
    
    * Tue Dec  2 1997 Otto Hammersmith 
    - removed libreadline stuff from the file list
    
    * Mon Nov 24 1997 Otto Hammersmith 
    - changed configure command to put things in $RPM_ARCH-rehat-linux, 
      rather than genereated one... was causing problems between building 
      on i686 build machine.
    
    * Mon Nov 17 1997 Otto Hammersmith 
    - moved buildroot from /tmp to /var/tmp
    
    * Mon Sep 22 1997 Mike Wangsmo 
    - Upgraded to version 2.0.9 and built for glibc system
    
    * Thu May 01 1997 Michael Fulbright 
    - Updated to version 2.0.5 and changed to build using a BuildRoot
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/octave/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	7 May 2005 01:46:53 -0000	1.2
    +++ .cvsignore	7 May 2005 01:51:53 -0000	1.3
    @@ -1,5 +1 @@
     octave-2.1.70.tar.bz2
    -octave-2.1.70-glob.patch
    -octave-2.1.70-libs.patch
    -octave-2.1.70-toplev.patch
    -octave.spec
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/octave/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	7 May 2005 01:46:53 -0000	1.2
    +++ sources	7 May 2005 01:51:53 -0000	1.3
    @@ -1,5 +1 @@
     dc990918d464e17ff7806b1053a40c12  octave-2.1.70.tar.bz2
    -037327dc1628b29b3da436ed6f04a1a7  octave-2.1.70-glob.patch
    -c60edeab87eaa2db951f9778e90c51b6  octave-2.1.70-libs.patch
    -e32cbc0047313928a6f7833c55b7fed0  octave-2.1.70-toplev.patch
    -0679149dcfd71fa004ad681caeb457d5  octave.spec
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:20:10 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:20:10 -0400
    Subject: common tobuild,1.195,1.196
    Message-ID: <200505070220.j472KA7q015193@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15176
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/libol/FC-3 libol-0_3_16-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.195
    retrieving revision 1.196
    diff -u -r1.195 -r1.196
    --- tobuild	7 May 2005 01:31:34 -0000	1.195
    +++ tobuild	7 May 2005 02:20:07 -0000	1.196
    @@ -45,3 +45,4 @@
     skvidal	rpms/perl-Config-IniFiles/FC-3	perl-Config-IniFiles-2_39-1	fc3
     skvidal	rpms/help2man/FC-3	help2man-1_35_1-1_fc3	fc3
     skvidal	rpms/Coin2/FC-3	Coin2-2_3_0-8_fc3	fc3
    +skvidal	rpms/libol/FC-3	libol-0_3_16-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:22:09 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:22:09 -0400
    Subject: common tobuild,1.196,1.197
    Message-ID: <200505070222.j472M9XD015259@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15242
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/linphone/FC-3 linphone-1_0_1-2_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.196
    retrieving revision 1.197
    diff -u -r1.196 -r1.197
    --- tobuild	7 May 2005 02:20:07 -0000	1.196
    +++ tobuild	7 May 2005 02:22:07 -0000	1.197
    @@ -46,3 +46,4 @@
     skvidal	rpms/help2man/FC-3	help2man-1_35_1-1_fc3	fc3
     skvidal	rpms/Coin2/FC-3	Coin2-2_3_0-8_fc3	fc3
     skvidal	rpms/libol/FC-3	libol-0_3_16-1	fc3
    +skvidal	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:22:22 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:22:22 -0400
    Subject: common tobuild,1.197,1.198
    Message-ID: <200505070222.j472MMef015325@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15308
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/pam_mount/FC-3 pam_mount-0_9_23-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.197
    retrieving revision 1.198
    diff -u -r1.197 -r1.198
    --- tobuild	7 May 2005 02:22:07 -0000	1.197
    +++ tobuild	7 May 2005 02:22:20 -0000	1.198
    @@ -47,3 +47,4 @@
     skvidal	rpms/Coin2/FC-3	Coin2-2_3_0-8_fc3	fc3
     skvidal	rpms/libol/FC-3	libol-0_3_16-1	fc3
     skvidal	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	fc3
    +skvidal	rpms/pam_mount/FC-3	pam_mount-0_9_23-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:22:35 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:22:35 -0400
    Subject: common tobuild,1.198,1.199
    Message-ID: <200505070222.j472MZba015391@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15371
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/notemeister/FC-3 notemeister-0_1_7-6 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.198
    retrieving revision 1.199
    diff -u -r1.198 -r1.199
    --- tobuild	7 May 2005 02:22:20 -0000	1.198
    +++ tobuild	7 May 2005 02:22:33 -0000	1.199
    @@ -48,3 +48,4 @@
     skvidal	rpms/libol/FC-3	libol-0_3_16-1	fc3
     skvidal	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	fc3
     skvidal	rpms/pam_mount/FC-3	pam_mount-0_9_23-1	fc3
    +skvidal	rpms/notemeister/FC-3	notemeister-0_1_7-6	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:22:47 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:22:47 -0400
    Subject: common tobuild,1.199,1.200
    Message-ID: <200505070222.j472Mlsn015454@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15437
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/enigma/FC-3 enigma-0_91-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.199
    retrieving revision 1.200
    diff -u -r1.199 -r1.200
    --- tobuild	7 May 2005 02:22:33 -0000	1.199
    +++ tobuild	7 May 2005 02:22:45 -0000	1.200
    @@ -49,3 +49,4 @@
     skvidal	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	fc3
     skvidal	rpms/pam_mount/FC-3	pam_mount-0_9_23-1	fc3
     skvidal	rpms/notemeister/FC-3	notemeister-0_1_7-6	fc3
    +skvidal	rpms/enigma/FC-3	enigma-0_91-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:23:07 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:23:07 -0400
    Subject: common tobuild,1.200,1.201
    Message-ID: <200505070223.j472N7Cv015517@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15500
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-crypto/FC-3 python-crypto-2_0-3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.200
    retrieving revision 1.201
    diff -u -r1.200 -r1.201
    --- tobuild	7 May 2005 02:22:45 -0000	1.200
    +++ tobuild	7 May 2005 02:23:05 -0000	1.201
    @@ -50,3 +50,4 @@
     skvidal	rpms/pam_mount/FC-3	pam_mount-0_9_23-1	fc3
     skvidal	rpms/notemeister/FC-3	notemeister-0_1_7-6	fc3
     skvidal	rpms/enigma/FC-3	enigma-0_91-1	fc3
    +skvidal	rpms/python-crypto/FC-3	python-crypto-2_0-3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:23:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:23:19 -0400
    Subject: common tobuild,1.201,1.202
    Message-ID: <200505070223.j472NJAe015583@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15566
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/netcdf/FC-3 netcdf-3_6_0-2_p1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.201
    retrieving revision 1.202
    diff -u -r1.201 -r1.202
    --- tobuild	7 May 2005 02:23:05 -0000	1.201
    +++ tobuild	7 May 2005 02:23:17 -0000	1.202
    @@ -51,3 +51,4 @@
     skvidal	rpms/notemeister/FC-3	notemeister-0_1_7-6	fc3
     skvidal	rpms/enigma/FC-3	enigma-0_91-1	fc3
     skvidal	rpms/python-crypto/FC-3	python-crypto-2_0-3	fc3
    +skvidal	rpms/netcdf/FC-3	netcdf-3_6_0-2_p1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:50:29 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:50:29 -0400
    Subject: common tobuild,1.202,1.203
    Message-ID: <200505070250.j472oTiG015633@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15616
    
    Modified Files:
    	tobuild 
    Log Message:
    
    clear old build
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.202
    retrieving revision 1.203
    diff -u -r1.202 -r1.203
    --- tobuild	7 May 2005 02:23:17 -0000	1.202
    +++ tobuild	7 May 2005 02:50:27 -0000	1.203
    @@ -1,11 +1,6 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -skvidal	rpms/gcl/FC-3	gcl-2_6_6-2	fc3
    -skvidal	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	fc3
    -skvidal	rpms/graveman/FC-3	graveman-0_3_11-1	fc3
    -skvidal	rpms/lirc/FC-3	lirc-0_7_1-1	fc3
    -skvidal	rpms/feh/FC-3	feh-1_3_1-1_fc3	fc3
     skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
     skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
     skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 03:25:25 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Fri,  6 May 2005 23:25:25 -0400
    Subject: common tobuild,1.203,1.204
    Message-ID: <200505070325.j473PPqQ016654@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16636
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/wxGTK/devel wxGTK-2_4_2-11 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.203
    retrieving revision 1.204
    diff -u -r1.203 -r1.204
    --- tobuild	7 May 2005 02:50:27 -0000	1.203
    +++ tobuild	7 May 2005 03:25:23 -0000	1.204
    @@ -47,3 +47,4 @@
     skvidal	rpms/enigma/FC-3	enigma-0_91-1	fc3
     skvidal	rpms/python-crypto/FC-3	python-crypto-2_0-3	fc3
     skvidal	rpms/netcdf/FC-3	netcdf-3_6_0-2_p1_fc3	fc3
    +mschwendt	rpms/wxGTK/devel	wxGTK-2_4_2-11	devel
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 03:52:47 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 23:52:47 -0400
    Subject: extras-buildsys-temp/automation buildqueue.py,1.1,1.2
    Message-ID: <200505070352.j473qlNR016715@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16690
    
    Modified Files:
    	buildqueue.py 
    Log Message:
    
    change to fix for wrong cvs tag
    
    
    
    Index: buildqueue.py
    ===================================================================
    RCS file: /cvs/fedora/extras-buildsys-temp/automation/buildqueue.py,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- buildqueue.py	5 May 2005 08:07:40 -0000	1.1
    +++ buildqueue.py	7 May 2005 03:52:45 -0000	1.2
    @@ -269,6 +269,12 @@
             
         def make_srpm(self):
             repodir = os.path.join(self.tmpdir, self.repo)
    +        if not os.path.exists(repodir):
    +            subj = 'Prep Error: %s on %s' % (self.tag, self.target)
    +            msg = "could not find path %s for %s." % (repodir, self.tag)
    +            self.email_result(resultstring=msg, subject=subj)
    +            raise PrepError(2, msg)
    +
             os.chdir(repodir)
             cmd = '%s srpm' % (makecmd)
             debugprint("Running %s in %s" % (cmd, repodir))
    
    
    
    From qspencer at ieee.org  Sat May  7 04:13:45 2005
    From: qspencer at ieee.org (Quentin Spencer)
    Date: Fri, 06 May 2005 23:13:45 -0500
    Subject: APPROVED: fftw3
    In-Reply-To: <200505070352.j473qlNR016715@cvs-int.fedora.redhat.com>
    References: <200505070352.j473qlNR016715@cvs-int.fedora.redhat.com>
    Message-ID: <427C4079.9010209@ieee.org>
    
    Reviewer: Ed Hill
    Maintainer: Quentin Spencer
    Description: FFTW is a C subroutine library for computing the Discrete 
    Fourier Transform (DFT) in one or more dimensions, of both real and 
    complex data, and of arbitrary input size.
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 13:55:52 2005
    From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio))
    Date: Sat,  7 May 2005 09:55:52 -0400
    Subject: rpms/gnotime/FC-3 gnotime-gtkhtml3.6-qof.patch, NONE,
    	1.1 gnotime-separate-timeouts.patch, NONE, 1.1 gnotime.spec,
    	1.2, 1.3 gnotime-gtkhtml3-qof.patch, 1.1, NONE
    Message-ID: <200505071355.j47Dtq8d027754@cvs-int.fedora.redhat.com>
    
    Author: toshio
    
    Update of /cvs/extras/rpms/gnotime/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27725
    
    Modified Files:
    	gnotime.spec 
    Added Files:
    	gnotime-gtkhtml3.6-qof.patch gnotime-separate-timeouts.patch 
    Removed Files:
    	gnotime-gtkhtml3-qof.patch 
    Log Message:
    * Tue May 3 2005 Toshio Kuratomi  - 2.2.1-5.fc3.8
    - Sync relevant changes from the devel branch:
      + Add a patch adapted from the gnotime tracker.  Original patch by
        goedson-users.sf.net.  SF Tracker: 1171394.  This allows separate setting
        of the idle project and no project timeouts.
      + Require(pre): GConf2.
      + Fix up scriptlets to properly install and uninstall gconf schemas via
        gconftool-2.
      + Fix gtkhtml3 detection so 3.6 (as used in FC4) is detected.
    
    
    gnotime-gtkhtml3.6-qof.patch:
    
    --- NEW FILE gnotime-gtkhtml3.6-qof.patch ---
    Index: configure.in
    ===================================================================
    RCS file: /cvsroot/gttr/gnotime/configure.in,v
    retrieving revision 1.44
    diff -u -r1.44 configure.in
    --- configure.in	23 May 2004 21:15:00 -0000	1.44
    +++ configure.in	20 Jul 2004 18:36:02 -0000
    @@ -50,6 +50,8 @@
     LIBGTKHTML_REQUIRED=3.0.0
     LIBXML2_REQUIRED=2.0.0
     SCROLLKEEPER_BUILD_REQUIRED=0.3.5
    +LIBQOF_REQUIRED_MIN=0.5.0
    +LIBQOF_REQUIRED_MAX=0.5.0
     
     dnl *******************************
     dnl Guile checks
    @@ -167,7 +169,12 @@
     dnl gtkhtml
     dnl *******************************
     
    -PKG_CHECK_MODULES(LIBGTKHTML, libgtkhtml-3.1 >= $LIBGTKHTML_REQUIRED)
    +for GTKHTMLVER in 3.6 3.5 3.4 3.2 3.1 3.0; do
    +  if $PKG_CONFIG --exists libgtkhtml-$GTKHTMLVER; then
    +    PKG_CHECK_MODULES(LIBGTKHTML, libgtkhtml-$GTKHTMLVER >= $LIBGTKHTML_REQUIRED)
    +    break
    +  fi
    +done
     AC_SUBST(LIBGTKHTML_CFLAGS)
     AC_SUBST(LIBGTKHTML_LIBS)
     
    @@ -182,6 +189,42 @@
     AC_SUBST(LIBXML2_LIBS)
     
     dnl *****************************
    +dnl libqof
    +dnl *****************************
    +
    +AC_ARG_WITH(system-qof,
    +AC_HELP_STRING([--with-system-qof],
    +[use installed libqof rather than the bundled one.  If not specified, configure will use the system qof if installed, otherwise its own.]),
    +
    +[
    +if test x$withval = "xyes"; then
    +	PKG_CHECK_MODULES(LIBQOF, qof-0 >= $LIBQOF_REQUIRED_MIN qof-0 <= $LIBQOF_REQUIRED_MAX)
    +	qofbuild=no
    +else
    +	AC_MSG_NOTICE([Using internal libqof])
    +	LIBQOF_CFLAGS='-I$(top_srcdir)/lib -I$(top_srcdir)/lib/qof'
    +	LIBQOF_LIBS='$(top_builddir)/lib/qof/libqof.la $(top_builddir)/lib/libqofsql/libqofsql.la'
    +	qofbuild=yes
    +fi
    +],
    +[
    +if $PKG_CONFIG --exists "qof-0 >= $LIBQOF_REQUIRED_MIN qof-0 <= $LIBQOF_REQUIRED_MAX"; then
    +	PKG_CHECK_MODULES(LIBQOF, qof-0 >= $LIBQOF_REQUIRED_MIN qof-0 <= $LIBQOF_REQUIRED_MAX)
    +	qofbuild=no
    +else
    +	AC_MSG_NOTICE([Using internal libqof])
    +	LIBQOF_CFLAGS='-I$(top_srcdir)/lib -I$(top_srcdir)/lib/qof'
    +	LIBQOF_LIBS='$(top_builddir)/lib/qof/libqof.la $(top_builddir)/lib/libqofsql/libqofsql.la'
    +	qofbuild=yes
    +fi
    +])
    +
    +AM_CONDITIONAL(QOFBUILD, test x$qofbuild = xyes)
    +
    +AC_SUBST(LIBQOF_CFLAGS)
    +AC_SUBST(LIBQOF_LIBS)
    +
    +dnl *****************************
     dnl scrollkeeper
     dnl *****************************
     dnl To substitute into the gnotime.spec
    Index: src/Makefile.am
    ===================================================================
    RCS file: /cvsroot/gttr/gnotime/src/Makefile.am,v
    retrieving revision 1.28
    --- src/Makefile.am	24 Apr 2004 00:39:56 -0000	1.28
    +++ src/Makefile.am	20 Jul 2004 18:36:02 -0000
    @@ -91,11 +91,10 @@
     	${LIBGNOMEVFS_CFLAGS} \
     	${LIBGTKHTML_CFLAGS}  \
     	${LIBGLADE_CFLAGS}    \
    +	${LIBQOF_CFLAGS}      \
     	${LIBXML2_CFLAGS}
     
     INCLUDES =                                   \
    -	-I../lib                                  \
    -	-I../lib/qof                              \
     	-I$(includedir)                           \
     	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"  \
     	-DGTTGLADEDIR=\""$(datadir)/gnotime"\"    \
    @@ -109,8 +108,7 @@
     						 
     gnotime_LDADD =         \
     	$(GNOTIME_LIBS)      \
    -	../lib/qof/libqof.la \
    -	../lib/libqofsql/libqofsql.la \
    +	$(LIBQOF_LIBS)	     \
     	$(LIBGLADE_LIBS)     \
     	$(LIBGTKHTML_LIBS)   \
     	${LIBGNOMEVFS_LIBS}  \
    @@ -125,7 +123,3 @@
     	down.xpm		\
     	left.xpm		\
     	design.txt
    -
    -
    -                                                                                
    -
    Index: lib/libqofsql/Makefile.am
    ===================================================================
    RCS file: /cvsroot/gttr/gnotime/lib/libqofsql/Makefile.am,v
    retrieving revision 1.1
    --- lib/libqofsql/Makefile.am	9 Apr 2004 04:58:52 -0000	1.1
    +++ lib/libqofsql/Makefile.am	20 Jul 2004 18:36:02 -0000
    @@ -1,6 +1,9 @@
     ## Process this file with automake to produce Makefile.in
     
    +if QOFBUILD
     lib_LTLIBRARIES = libqofsql.la
    +noinst_PROGRAMS = sql_parse_test
    +endif
     
     libqofsql_la_SOURCES = \
     	parser.c \
    @@ -15,9 +18,11 @@
     	sql_tree.h
     
     qofsqlincludedir = ${pkgincludedir}
    +if QOFBUILD
     qofsqlinclude_HEADERS = sql_parser.h
    -
    -noinst_PROGRAMS = sql_parse_test
    +else
    +noinst_HEADERS = sql_parser.h
    +endif
     
     EXTRA_DIST =       \
     	.cvsignore      \
    Index: lib/qof/Makefile.am
    ===================================================================
    RCS file: /cvsroot/gttr/gnotime/lib/qof/Makefile.am,v
    retrieving revision 1.7
    --- lib/qof/Makefile.am	3 May 2004 03:46:59 -0000	1.7
    +++ lib/qof/Makefile.am	20 Jul 2004 18:36:03 -0000
    @@ -1,7 +1,8 @@
     
     # pkglib_LTLIBRARIES = libqof.la
    -
    +if QOFBUILD
     lib_LTLIBRARIES = libqof.la
    +endif
     
     libqof_la_SOURCES =  \
        gnc-date.c        \
    @@ -28,7 +29,7 @@
        qofsql.c
     
     qofincludedir = ${pkgincludedir}
    -qofinclude_HEADERS = \
    +public_headers = \
        gnc-date.h        \
        gnc-engine-util.h \
        gnc-numeric.h     \
    @@ -67,7 +68,14 @@
        qofquerycore-p.h   \
        qofsession-p.h
     
    -   
    +if QOFBUILD
    +qofinclude_HEADERS = \
    +	$(public_headers)
    +else
    +noinst_HEADERS += \
    +	$(public_headers)
    +endif
    +
     EXTRA_DIST =          \
     	README             \
        .cvsignore
    @@ -83,6 +91,3 @@
        -I$(includedir)             \
        -DPREFIX=\""$(prefix)"\"    \
        -DDATADIR=\""$(datadir)"\" 
    -                   
    -
    -
    
    gnotime-separate-timeouts.patch:
    
    --- NEW FILE gnotime-separate-timeouts.patch ---
    # Modified from patch by Goedson Teixeira Paixao goedson at users.sf.net
    # and posted into the gnotime tracker:
    # http://sourceforge.net/tracker/index.php?func=detail&aid=1171394&group_id=55463&atid=477105
    
    diff -urNad gnotime-2.2.1/glade/prefs.glade /tmp/dpep.7xYbhV/gnotime-2.2.1/glade/prefs.glade
    --- gnotime-2.2.1/glade/prefs.glade	2004-04-16 02:14:09.000000000 -0300
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/glade/prefs.glade	2005-03-27 10:54:23.292240224 -0300
    @@ -10,6 +10,11 @@
       False
       False
       False
    +  True
    +  False
    +  False
    +  GDK_WINDOW_TYPE_HINT_NORMAL
    +  GDK_GRAVITY_NORTH_WEST
     
       
         
    @@ -45,6 +50,7 @@
     		  Show Project Importance
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -66,6 +72,7 @@
     		  Show Project Urgency
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -87,6 +94,7 @@
     		  Show Project Status
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -108,6 +116,7 @@
     		  Show Total Time Ever
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -129,6 +138,7 @@
     		  Show Time This Year
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -150,6 +160,7 @@
     		  Show Time This Month
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -171,6 +182,7 @@
     		  Show Time This Week
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -192,6 +204,7 @@
     		  Show Percent Complete
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -214,6 +227,7 @@
     		  Show Estimated Effort
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -235,6 +249,7 @@
     		  Show Project Due Date
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -256,6 +271,7 @@
     		  Show Planned Project End Date
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -277,6 +293,7 @@
     		  Show Planned Project Start Date
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -298,6 +315,7 @@
     		  Show Current Diary Entry
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -319,6 +337,7 @@
     		  Show Project Description
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -340,6 +359,7 @@
     		  Show Time For The Current Diary Entry
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -361,6 +381,7 @@
     		  Show Time Yesterday
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -382,6 +403,7 @@
     		  Show Time Today
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -403,6 +425,7 @@
     		  Show Time Last Week
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -487,6 +510,7 @@
     		  Show Seconds
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -508,6 +532,7 @@
     		  Show Status Bar
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -529,6 +554,7 @@
     		  Show Table Header
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -550,6 +576,7 @@
     		  Show Sub-Projects
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -803,6 +830,7 @@
     		  Use Logfile
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -1006,6 +1034,8 @@
     		  10
     		  False
     		  False
    +		  False
    +		  GTK_FILE_CHOOSER_ACTION_OPEN
     
     		  
     		    
    @@ -1103,6 +1133,7 @@
     		      Show Toolbar Icons
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1121,6 +1152,7 @@
     		      Show Toolbar Texts
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1139,6 +1171,7 @@
     		      Show Tooltips
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1199,6 +1232,7 @@
     		      Show `New'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1217,6 +1251,7 @@
     		      Show `Cut', `Copy', `Paste'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      False
     		      False
     		      True
    @@ -1235,6 +1270,7 @@
     		      Show `Journal'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1253,6 +1289,7 @@
     		      Show `Properties'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1271,6 +1308,7 @@
     		      Show `Timer'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1289,6 +1327,7 @@
     		      Show `Preferences'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      False
     		      False
     		      True
    @@ -1307,6 +1346,7 @@
     		      Show `Help'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1325,6 +1365,7 @@
     		      Show `Quit'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1487,6 +1528,97 @@
     	  
     
     	  
    +	    
    +	      4
    +	      True
    +	      0
    +	      0.5
    +	      GTK_SHADOW_ETCHED_IN
    +
    +	      
    +		
    +		  True
    +		  1
    +		  2
    +		  False
    +		  3
    +		  8
    +
    +		  
    +		    
    +		      True
    +		      Idle Seconds:
    +		      False
    +		      False
    +		      GTK_JUSTIFY_CENTER
    +		      False
    +		      False
    +		      0
    +		      0.5
    +		      0
    +		      0
    +		    
    +		    
    +		      0
    +		      1
    +		      0
    +		      1
    +		      fill
    +		      
    +		    
    +		  
    +
    +		  
    +		    
    +		      True
    +		      The current active project will be made inactive after there has been no keyboard/mouse activity after this number of seconds.  Set to -1 to disable.
    +		      True
    +		      True
    +		      True
    +		      0
    +		      
    +		      True
    +		      *
    +		      False
    +		    
    +		    
    +		      1
    +		      2
    +		      0
    +		      1
    +		      
    +		    
    +		  
    +		
    +	      
    +
    +	      
    +		
    +		  True
    +		  No Project Timeout
    +		  False
    +		  False
    +		  GTK_JUSTIFY_LEFT
    +		  False
    +		  False
    +		  0.5
    +		  0.5
    +		  0
    +		  0
    +		
    +		
    +		  label_item
    +		
    +	      
    +	    
    +	    
    +	      0
    +	      True
    +	      True
    +	    
    +	  
    +
    +	  
     	    
     	      True
     	      0
    --- gnotime-2.2.1/src/active-dialog.c	2004-04-01 22:31:05.000000000 -0300
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/active-dialog.c	2005-03-27 10:54:23.297239464 -0300
    @@ -34,7 +34,7 @@
     #include "util.h"
     
     
    -extern int config_idle_timeout;
    +int config_no_project_timeout;
     
     struct GttActiveDialog_s 
     {
    @@ -196,13 +196,13 @@
     	 */
     	if (cur_proj) return;
     	if (FALSE == ad->armed) return;
    -	if (0 > config_idle_timeout) return;
    +	if (0 >= config_no_project_timeout) return;
     
     	/* If there hasn't been a project running in a while, then pop. */
     	now = time(0);
     	idle_time = now - ad->time_armed;
     // printf ("duude armed, waiting %d %d\n", idle_time, config_idle_timeout);
    -	if (idle_time <= config_idle_timeout) return;
    +	if (idle_time <= config_no_project_timeout) return;
     					
     	/* Due to GtkDialog broken-ness, re-realize the GUI */
     	if (NULL == ad->gtxml)
    @@ -264,3 +264,4 @@
     }
     
     /* =========================== END OF FILE ============================== */
    +
    --- gnotime-2.2.1/src/gconf-io.c	2004-04-22 23:06:58.000000000 -0300
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/gconf-io.c	2005-03-27 10:55:11.570900752 -0300
    @@ -216,6 +216,7 @@
     	g_snprintf(s, sizeof (s), "%ld", time(0));
     	SETSTR ("/Misc/LastTimer", s);
     	SETINT ("/Misc/IdleTimeout", config_idle_timeout);
    +	SETINT ("/Misc/NoProjectTimeout", config_no_project_timeout);
     	SETINT ("/Misc/AutosavePeriod", config_autosave_period);
     	SETINT ("/Misc/TimerRunning", timer_is_running());
     	SETINT ("/Misc/CurrProject", gtt_project_get_id (cur_proj));
    @@ -358,6 +359,7 @@
        cur_proj_id = GETINT("/Misc/CurrProject", -1);
     
        config_idle_timeout = GETINT ("/Misc/IdleTimeout", 300);
    +   config_no_project_timeout = GETINT ("/Misc/NoProjectTimeout", 300);
        config_autosave_period = GETINT ("/Misc/AutosavePeriod", 60);
        config_daystart_offset = GETINT ("/Misc/DayStartOffset", 0);
        config_weekstart_offset = GETINT ("/Misc/WeekStartOffset", 0);
    --- gnotime-2.2.1/src/prefs.c	2004-04-25 15:26:25.000000000 -0300
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/prefs.c	2005-03-27 10:54:23.298239312 -0300
    @@ -138,6 +138,7 @@
     	GtkCheckButton *show_tb_exit;
     
     	GtkEntry       *idle_secs;
    +	GtkEntry       *no_project_secs;
     	GtkEntry       *daystart_secs;
     	GtkOptionMenu  *daystart_menu;
     	GtkOptionMenu  *weekstart_menu;
    @@ -374,6 +375,7 @@
     	{
     		int change = 0;
     		config_idle_timeout = atoi(gtk_entry_get_text(GTK_ENTRY(odlg->idle_secs)));
    +		config_no_project_timeout = atoi(gtk_entry_get_text(GTK_ENTRY(odlg->no_project_secs)));
     
     		/* Hunt for the hour-of night on which to start */
     		const char * buff = gtk_entry_get_text (odlg->daystart_secs);
    @@ -494,6 +496,9 @@
     	g_snprintf(s, sizeof (s), "%d", config_idle_timeout);
     	gtk_entry_set_text(GTK_ENTRY(odlg->idle_secs), s);
     
    +	g_snprintf(s, sizeof (s), "%d", config_no_project_timeout);
    +	gtk_entry_set_text(GTK_ENTRY(odlg->no_project_secs), s);
    +
     	/* Set the correct menu item based on current values */
     	int hour;
     	if (0idle_secs = GTK_ENTRY(w);
     
    +	w = GETWID ("no project secs");
    +	dlg->no_project_secs = GTK_ENTRY(w);
    +
     	w = GETWID ("daystart entry");
     	dlg->daystart_secs = GTK_ENTRY(w);
     
    --- gnotime-2.2.1/src/timer.c	2004-04-28 02:59:05.000000000 -0300
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/timer.c	2005-03-27 10:54:23.298239312 -0300
    @@ -111,7 +111,7 @@
     	 */
     	if (!cur_proj) 
     	{
    -		if (0 < config_idle_timeout)
    +		if (0 < config_no_project_timeout)
     		{
     			/* Make sure the idle dialog is visible */
     			raise_idle_dialog (idt);
    --- gnotime-2.2.1/src/timer.h	2003-01-02 15:53:51.000000000 -0200
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/timer.h	2005-03-27 10:54:23.298239312 -0300
    @@ -36,6 +36,7 @@
     /* The idle timeout is how long, in seconds, that the system seems idle
      * before the clock stops itself */
     extern int config_idle_timeout;
    +extern int config_no_project_timeout;
     
     /* The autosave period is how long, in seconds, we wait before doing a 
      * periodic save-thyself. */
    
    
    Index: gnotime.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gnotime/FC-3/gnotime.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- gnotime.spec	16 Dec 2004 18:07:34 -0000	1.2
    +++ gnotime.spec	7 May 2005 13:55:49 -0000	1.3
    @@ -1,6 +1,6 @@
     Name:           gnotime
     Version:        2.2.1
    -Release:        5
    +Release:        5.fc3.8
     Epoch:          0
     Summary:        Tracks and reports time spent
     
    @@ -9,25 +9,28 @@
     URL:            http://gttr.sourceforge.net/
     Source0:        http://dl.sf.net/gttr/%{name}-%{version}.tar.gz
     # Images to go with the help files.
    -Source1:	http://www.tiki-lounge.com/~toshio/fedora/gtt_restartwin.png
    -Source2:	http://www.tiki-lounge.com/~toshio/fedora/gtt_startprojwin.png
    +Source1:        http://www.tiki-lounge.com/~toshio/fedora/gtt_restartwin.png
    +Source2:        http://www.tiki-lounge.com/~toshio/fedora/gtt_startprojwin.png
     # Simple patch to make the .desktop more complete
     Patch0:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-desktop.patch
     # Combined patch allowing builds with gtkhtml3.0 or 3.1 and
     # builds with a libqof installed on the system instead of bundled with Gnotime.
    -Patch1:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-gtkhtml3-qof.patch
    +Patch1:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-gtkhtml3.6-qof.patch
     # Fixes includes of qof headers in source files.
    -Patch2:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-qof-include.patch
    +Patch2:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-qof-include.patch
     # Fixes the idle timer for kernel 2.6.
    -Patch3:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-idle.patch
    +Patch3:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-idle.patch
     # Fixes problems with calls to gnome_help
    -Patch4:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-help.patch
    +Patch4:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-help.patch
     # Fixes problems with popup menus failing to pass data arguments to callbacks
    -Patch5:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-popup-menus.patch
    +Patch5:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-popup-menus.patch
     # Fixes problem with gnome_help being invoked when the toplevel is unknown
    -Patch6:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-help-error.patch
    +Patch6:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-help-error.patch
     # Add wordwrapping to textviews
    -Patch7:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-wordwrap.patch
    +Patch7:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-wordwrap.patch
    +# Adapt a patch from the gnotime issue tracker to separate the idle timeout
    +# from the no project running timeout.
    +Patch8:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-separate-timeouts.patch
     
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    @@ -39,15 +42,13 @@
     BuildRequires:  qof-devel >= 0:0.5.0
     BuildRequires:  qof-devel < 0:0.6.0
     # Because we modify configure.in, we need to BR the auto* tools.
    -BuildRequires: libtool
    +BuildRequires:  libtool
     
     Requires(post): scrollkeeper
     Requires(postun): scrollkeeper
    +Requires(pre): GConf2
     Requires(post): GConf2
     Requires(preun): GConf2
    -#Conflicts:      
    -#Obsoletes:      
    -#BuildConflicts: 
     
     %description
     A combination of stop-watch, diary, consultant billing system, and project
    @@ -69,6 +70,7 @@
     %patch5 -p0
     %patch6 -p0
     %patch7 -p0
    +%patch8 -p1
     
     cp $RPM_SOURCE_DIR/gtt_restartwin.png $RPM_BUILD_DIR/%{name}-%{version}/doc/C/figures/
     cp $RPM_SOURCE_DIR/gtt_startprojwin.png $RPM_BUILD_DIR/%{name}-%{version}/doc/C/figures/
    @@ -104,16 +106,34 @@
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    +%pre
    +if [ "$1" -gt 1 ]; then
    +  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    +  gconftool-2 --makefile-uninstall-rule \
    +    %{_sysconfdir}/gconf/schemas/gnotime.schemas &> /dev/null || :
    +  # If applicable:
    +  # gconftool-2 --makefile-uninstall-rule \
    +  #  %{_sysconfdir}/gconf/schemas/OLDSCHEMA.schemas &> /dev/null || :
    +  killall -HUP gconfd-2 || :
    +  unset GCONF_CONFIG_SOURCE
    +fi
    +
     %post
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    -gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
    -unset GCONF_CONFIG_SOURCES
    +gconftool-2 --makefile-install-rule \
    +  %{_sysconfdir}/gconf/schemas/gnotime.schemas &>/dev/null || :
    +unset GCONF_CONFIG_SOURCE
    +killall -HUP gconfd-2 || :
     scrollkeeper-update -q -o %{_datadir}/omf/gnotime || :
     
     %preun
    -export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    -gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
    -unset GCONF_CONFIG_SOURCE
    +if [ "$1" -eq 0 ]; then
    +  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    +  gconftool-2 --makefile-uninstall-rule \
    +    %{_sysconfdir}/gconf/schemas/gnotime.schemas &> /dev/null || :
    +  unset GCONF_CONFIG_SOURCE
    +  killall -HUP gconfd-2 || :
    +fi
     
     %postun
     scrollkeeper-update -q || :
    @@ -129,10 +149,20 @@
     %{_sysconfdir}/gconf/schemas/*
     
     %changelog
    +* Tue May 3 2005 Toshio Kuratomi  - 2.2.1-5.fc3.8
    +- Sync relevant changes from the devel branch:
    +  + Add a patch adapted from the gnotime tracker.  Original patch by
    +    goedson-users.sf.net.  SF Tracker: 1171394.  This allows separate setting
    +    of the idle project and no project timeouts.
    +  + Require(pre): GConf2.
    +  + Fix up scriptlets to properly install and uninstall gconf schemas via
    +    gconftool-2.
    +  + Fix gtkhtml3 detection so 3.6 (as used in FC4) is detected.
    +
     * Sat Nov 27 2004 Toshio Kuratomi  - 0:2.2.1-5
     - Patch to fix a crash when invoking gnome_help.
     - Patch to wordwrap diary notes.
    -  
    +
     * Thu Sep 30 2004 Toshio Kuratomi  - 0:2.2.1-0.fdr.4
     - New patch to fix the Activity entry in the popup menu.
     
    @@ -184,6 +214,6 @@
     
     * Mon Dec 15 2003 Toshio Kuratomi  - 0:2.1.7-0.fdr.1
     - Initial Fedora RPM release.
    -- Partially adapted from the gnotime.spec.in by Eric Anderson 
    +- Partially adapted from the gnotime.spec.in by Eric Anderson
        from the Red Hat directory in the gnotime
       distribution.
    
    
    --- gnotime-gtkhtml3-qof.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 14:04:04 2005
    From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio))
    Date: Sat,  7 May 2005 10:04:04 -0400
    Subject: rpms/gnotime/FC-3 gnotime.spec,1.3,1.4
    Message-ID: <200505071404.j47E44G9028717@cvs-int.fedora.redhat.com>
    
    Author: toshio
    
    Update of /cvs/extras/rpms/gnotime/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28700
    
    Modified Files:
    	gnotime.spec 
    Log Message:
    Bump release so I can tag.
    
    
    
    Index: gnotime.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gnotime/FC-3/gnotime.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- gnotime.spec	7 May 2005 13:55:49 -0000	1.3
    +++ gnotime.spec	7 May 2005 14:04:02 -0000	1.4
    @@ -1,6 +1,6 @@
     Name:           gnotime
     Version:        2.2.1
    -Release:        5.fc3.8
    +Release:        5.fc3.8.1
     Epoch:          0
     Summary:        Tracks and reports time spent
     
    @@ -149,6 +149,9 @@
     %{_sysconfdir}/gconf/schemas/*
     
     %changelog
    +* Sat May 7 2005 Toshio Kuratomi  - 2.2.1-5.fc3.8.1
    +- Looks like I tagged before committing.  Try again in the right order.
    +
     * Tue May 3 2005 Toshio Kuratomi  - 2.2.1-5.fc3.8
     - Sync relevant changes from the devel branch:
       + Add a patch adapted from the gnotime tracker.  Original patch by
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 14:54:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Sat,  7 May 2005 10:54:19 -0400
    Subject: common tobuild,1.204,1.205
    Message-ID: <200505071454.j47EsJLR028898@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28881
    
    Modified Files:
    	tobuild 
    Log Message:
    remove old builds
    
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.204
    retrieving revision 1.205
    diff -u -r1.204 -r1.205
    --- tobuild	7 May 2005 03:25:23 -0000	1.204
    +++ tobuild	7 May 2005 14:54:17 -0000	1.205
    @@ -1,50 +1,5 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
    -skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
    -skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    -skvidal	rpms/ipython/FC-3	ipython-0_6_13-1	fc3
    -skvidal	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	fc3
    -skvidal	rpms/R/FC-3	R-2_1_0-2	fc3
    -skvidal	rpms/R-gnomeGUI/FC-3	R-gnomeGUI-2_1_0-1_fc3	fc3
    -skvidal	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	fc3
    -skvidal	rpms/ulogd/FC-3	ulogd-1_23-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    -skvidal	rpms/perl-Pod-Coverage/FC-3	perl-Pod-Coverage-0_17-1_1	fc3
    -skvidal	rpms/bazaar/FC-3	bazaar-1_3_2-2	fc3
    -skvidal	rpms/xfce4-trigger-launcher/FC-3	xfce4-trigger-launcher-4_2_1-4_fc3	fc3
    -skvidal	rpms/xfce4-icon-theme/FC-3	xfce4-icon-theme-4_2_1-5_fc3	fc3
    -skvidal	rpms/gtk-xfce-engine/FC-3	gtk-xfce-engine-2_2_6-3_fc3	fc3
    -skvidal	rpms/xfce4-toys/FC-3	xfce4-toys-4_2_1-4_fc3	fc3
    -skvidal	rpms/xfce4-session/FC-3	xfce4-session-4_2_1-4_fc3	fc3
    -skvidal	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-4_fc3	fc3
    -skvidal	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-4_fc3	fc3
    -skvidal	rpms/xfce4-appfinder/FC-3	xfce4-appfinder-4_2_1-3_fc3	fc3
    -skvidal	rpms/perl-Devel-Cycle/FC-3	perl-Devel-Cycle-1_04-1	fc3
    -skvidal	rpms/perl-Test-Memory-Cycle/FC-3	perl-Test-Memory-Cycle-1_00-2	fc3
    -skvidal	rpms/quilt/FC-3	quilt-0_40-2_fc3	fc3
    -skvidal	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_12_1-2_fc3	fc3
    -skvidal	rpms/cone/FC-3	cone-0_64-1	fc3
    -skvidal	rpms/libcdio/FC-3	libcdio-0_73-1	fc3
    -skvidal	rpms/perl-Module-CoreList/FC-3	perl-Module-CoreList-2_01-1	fc3
    -skvidal	rpms/blacs/FC-3	blacs-1_1-6_fc3	fc3
    -skvidal	rpms/scalapack/FC-3	scalapack-1_7-3_fc3	fc3
    -skvidal	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-3_fc3	fc3
    -skvidal	rpms/librx/FC-3	librx-1_5-3_fc3	fc3
    -skvidal	rpms/perl-Authen-SASL/FC-3	perl-Authen-SASL-2_09-1	fc3
    -skvidal	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	fc3
    -skvidal	rpms/TeXmacs/FC-3	TeXmacs-1_0_5-1	fc3
    -skvidal	rpms/cdo/FC-3	cdo-0_9_6-2	fc3
    -skvidal	rpms/perl-Config-IniFiles/FC-3	perl-Config-IniFiles-2_39-1	fc3
    -skvidal	rpms/help2man/FC-3	help2man-1_35_1-1_fc3	fc3
    -skvidal	rpms/Coin2/FC-3	Coin2-2_3_0-8_fc3	fc3
    -skvidal	rpms/libol/FC-3	libol-0_3_16-1	fc3
    -skvidal	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	fc3
    -skvidal	rpms/pam_mount/FC-3	pam_mount-0_9_23-1	fc3
    -skvidal	rpms/notemeister/FC-3	notemeister-0_1_7-6	fc3
    -skvidal	rpms/enigma/FC-3	enigma-0_91-1	fc3
    -skvidal	rpms/python-crypto/FC-3	python-crypto-2_0-3	fc3
    -skvidal	rpms/netcdf/FC-3	netcdf-3_6_0-2_p1_fc3	fc3
    -mschwendt	rpms/wxGTK/devel	wxGTK-2_4_2-11	devel
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:00:55 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Sat,  7 May 2005 11:00:55 -0400
    Subject: extras-buildsys-temp/automation buildqueue.py,1.2,1.3
    Message-ID: <200505071501.j47F0thX028941@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28927
    
    Modified Files:
    	buildqueue.py 
    Log Message:
    
    increase timeout to hour and a half
    
    
    
    Index: buildqueue.py
    ===================================================================
    RCS file: /cvs/fedora/extras-buildsys-temp/automation/buildqueue.py,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- buildqueue.py	7 May 2005 03:52:45 -0000	1.2
    +++ buildqueue.py	7 May 2005 15:00:53 -0000	1.3
    @@ -176,7 +176,7 @@
             self.archprocess = []
             self.build_status = {}
             self.anyfail = False
    -        self.timeout = 3600
    +        self.timeout = 5400
             self.timeout_reached = False
             self.localarches = ['i386', 'x86_64']
             self.logs = {}
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:52:51 2005
    From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio))
    Date: Sat,  7 May 2005 11:52:51 -0400
    Subject: common tobuild,1.205,1.206
    Message-ID: <200505071552.j47FqpIX029909@cvs-int.fedora.redhat.com>
    
    Author: toshio
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29892
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnotime/FC-3 gnotime-2_2_1-5_fc3_8_1 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.205
    retrieving revision 1.206
    diff -u -r1.205 -r1.206
    --- tobuild	7 May 2005 14:54:17 -0000	1.205
    +++ tobuild	7 May 2005 15:52:49 -0000	1.206
    @@ -3,3 +3,4 @@
     # 
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    +toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:55:39 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 11:55:39 -0400
    Subject: common tobuild,1.206,1.207
    Message-ID: <200505071555.j47FtdEY029967@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29950
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-1 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.206
    retrieving revision 1.207
    diff -u -r1.206 -r1.207
    --- tobuild	7 May 2005 15:52:49 -0000	1.206
    +++ tobuild	7 May 2005 15:55:37 -0000	1.207
    @@ -4,3 +4,4 @@
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    +gemi	rpms/graveman/FC-3	graveman-0_3_11-1	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:58:10 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sat,  7 May 2005 11:58:10 -0400
    Subject: devel/common tobuild,1.207,1.208
    Message-ID: <200505071558.j47FwAxl030006@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/devel/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29989
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of devel/gai-pal gai-pal-0_7-5 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/devel/common/tobuild,v
    retrieving revision 1.207
    retrieving revision 1.208
    diff -u -r1.207 -r1.208
    --- tobuild	7 May 2005 15:55:37 -0000	1.207
    +++ tobuild	7 May 2005 15:58:08 -0000	1.208
    @@ -5,3 +5,4 @@
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-1	FC-3
    +mschwendt	devel/gai-pal	gai-pal-0_7-5	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:59:01 2005
    From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2))
    Date: Sat,  7 May 2005 11:59:01 -0400
    Subject: rpms/gnupg2/devel gnupg2.spec,1.4,1.5
    Message-ID: <200505071559.j47Fx1tD030069@cvs-int.fedora.redhat.com>
    
    Author: dwmw2
    
    Update of /cvs/extras/rpms/gnupg2/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30052
    
    Modified Files:
    	gnupg2.spec 
    Log Message:
    bump release to rebuild
    
    
    Index: gnupg2.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- gnupg2.spec	6 Apr 2005 22:11:38 -0000	1.4
    +++ gnupg2.spec	7 May 2005 15:58:59 -0000	1.5
    @@ -3,7 +3,7 @@
     Summary: GNU utility for secure communication and data storage
     Name:    gnupg2
     Version: 1.9.15
    -Release: 2%{?dist_tag}
    +Release: 3%{?dist_tag}
     
     License: GPL
     Group:   Applications/System
    @@ -124,6 +124,9 @@
     
     
     %changelog
    +* Sat May  7 2005 David Woodhouse  1.9.15-3
    +- Rebuild.
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:58:42 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 11:58:42 -0400
    Subject: rpms/enigma/FC-3 enigma.spec,1.4,1.5
    Message-ID: <200505071559.j47FxD3Y030101@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30012/FC-3
    
    Modified Files:
    	enigma.spec 
    Log Message:
    BR libpng-devel
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/enigma.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- enigma.spec	5 May 2005 18:17:08 -0000	1.4
    +++ enigma.spec	7 May 2005 15:58:40 -0000	1.5
    @@ -1,6 +1,6 @@
     Name:           enigma
     Version:        0.91
    -Release:        1
    +Release:        2
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
    @@ -10,7 +10,7 @@
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4
    -BuildRequires:  SDL_ttf-devel gettext
    +BuildRequires:  SDL_ttf-devel gettext libpng-devel
     BuildRequires:  desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2
     
     %description
    @@ -56,6 +56,9 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Sat May 07 2005 Thorsten Leemhuis  - 0.91-2
    +- BR libpng-devel
    +
     * Thu May 05 2005 Thorsten Leemhuis  - 0.91-1
     - Update to 0.91
     - Add BR gettext, SDL_ttf-devel
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:58:43 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 11:58:43 -0400
    Subject: rpms/enigma/devel enigma.spec,1.7,1.8
    Message-ID: <200505071559.j47FxDdG030104@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30012/devel
    
    Modified Files:
    	enigma.spec 
    Log Message:
    BR libpng-devel
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- enigma.spec	5 May 2005 18:17:08 -0000	1.7
    +++ enigma.spec	7 May 2005 15:58:41 -0000	1.8
    @@ -1,6 +1,6 @@
     Name:           enigma
     Version:        0.91
    -Release:        2
    +Release:        3
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
    @@ -10,7 +10,7 @@
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4
    -BuildRequires:  SDL_ttf-devel gettext
    +BuildRequires:  SDL_ttf-devel gettext libpng-devel
     BuildRequires:  desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2
     
     %description
    @@ -63,6 +63,9 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Sat May 07 2005 Thorsten Leemhuis  - 0.91-3
    +- BR libpng-devel
    +
     * Thu May 05 2005 Thorsten Leemhuis  - 0.91-2
     - rebuilt
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:59:35 2005
    From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2))
    Date: Sat,  7 May 2005 11:59:35 -0400
    Subject: common tobuild,1.208,1.209
    Message-ID: <200505071559.j47FxZim030141@cvs-int.fedora.redhat.com>
    
    Author: dwmw2
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30123
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnupg2/devel gnupg2-1_9_15-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.208
    retrieving revision 1.209
    diff -u -r1.208 -r1.209
    --- tobuild	7 May 2005 15:58:08 -0000	1.208
    +++ tobuild	7 May 2005 15:59:33 -0000	1.209
    @@ -6,3 +6,4 @@
     toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-1	FC-3
     mschwendt	devel/gai-pal	gai-pal-0_7-5	development
    +dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
    
    
    
    From bugs.michael at gmx.net  Sat May  7 16:03:40 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Sat, 7 May 2005 18:03:40 +0200
    Subject: common tobuild,1.206,1.207
    In-Reply-To: <200505071555.j47FtdEY029967@cvs-int.fedora.redhat.com>
    References: <200505071555.j47FtdEY029967@cvs-int.fedora.redhat.com>
    Message-ID: <20050507180340.0b5a2d31.bugs.michael@gmx.net>
    
    On Sat,  7 May 2005 11:55:39 -0400, G__rard Milmeister wrote:
    
    > Author: gemi
    > 
    > Update of /cvs/extras/common
    > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29950
    > 
    > Modified Files:
    > 	tobuild 
    > Log Message:
    > request build of rpms/graveman/FC-3 graveman-0_3_11-1 for FC-3
    
    That version was reported as failing just a short time ago today
    on fedora-extras-list:
    
    http://extras64.linux.duke.edu/failed/3/graveman/
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:05:31 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sat,  7 May 2005 12:05:31 -0400
    Subject: common tobuild,1.209,1.210
    Message-ID: <200505071605.j47G5VwD031124@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31107
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/linphone/devel linphone-1_0_1-2_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.209
    retrieving revision 1.210
    diff -u -r1.209 -r1.210
    --- tobuild	7 May 2005 15:59:33 -0000	1.209
    +++ tobuild	7 May 2005 16:05:29 -0000	1.210
    @@ -7,3 +7,4 @@
     gemi	rpms/graveman/FC-3	graveman-0_3_11-1	FC-3
     mschwendt	devel/gai-pal	gai-pal-0_7-5	development
     dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
    +ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:07:28 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sat,  7 May 2005 12:07:28 -0400
    Subject: common tobuild,1.210,1.211
    Message-ID: <200505071607.j47G7Sip031163@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31146
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/linphone/FC-3 linphone-1_0_1-2_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.210
    retrieving revision 1.211
    diff -u -r1.210 -r1.211
    --- tobuild	7 May 2005 16:05:29 -0000	1.210
    +++ tobuild	7 May 2005 16:07:26 -0000	1.211
    @@ -8,3 +8,4 @@
     mschwendt	devel/gai-pal	gai-pal-0_7-5	development
     dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
     ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
    +ivazquez	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:07:44 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 12:07:44 -0400
    Subject: rpms/enigma/FC-3 enigma.spec,1.5,1.6
    Message-ID: <200505071607.j47G7iRh031198@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31169/FC-3
    
    Modified Files:
    	enigma.spec 
    Log Message:
    Increase revision by two so tags in different cvs-branches don't conflict
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/enigma.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- enigma.spec	7 May 2005 15:58:40 -0000	1.5
    +++ enigma.spec	7 May 2005 16:07:42 -0000	1.6
    @@ -1,6 +1,6 @@
     Name:           enigma
     Version:        0.91
    -Release:        2
    +Release:        4
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
    @@ -56,6 +56,9 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  - 0.91-4
    +- rebuilt
    +
     * Sat May 07 2005 Thorsten Leemhuis  - 0.91-2
     - BR libpng-devel
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:07:44 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 12:07:44 -0400
    Subject: rpms/enigma/devel enigma.spec,1.8,1.9
    Message-ID: <200505071607.j47G7imo031204@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31169/devel
    
    Modified Files:
    	enigma.spec 
    Log Message:
    Increase revision by two so tags in different cvs-branches don't conflict
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- enigma.spec	7 May 2005 15:58:41 -0000	1.8
    +++ enigma.spec	7 May 2005 16:07:42 -0000	1.9
    @@ -1,6 +1,6 @@
     Name:           enigma
     Version:        0.91
    -Release:        3
    +Release:        5
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
    @@ -63,6 +63,9 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Sat May 07 2005 Thorsten Leemhuis  - 0.91-5
    +- rebuilt
    +
     * Sat May 07 2005 Thorsten Leemhuis  - 0.91-3
     - BR libpng-devel
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:08:14 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sat,  7 May 2005 12:08:14 -0400
    Subject: common tobuild,1.211,1.212
    Message-ID: <200505071608.j47G8EKK031232@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31215
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/leafpad/FC-3 leafpad-0_8_0-1_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.211
    retrieving revision 1.212
    diff -u -r1.211 -r1.212
    --- tobuild	7 May 2005 16:07:26 -0000	1.211
    +++ tobuild	7 May 2005 16:08:12 -0000	1.212
    @@ -9,3 +9,4 @@
     dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
     ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
     ivazquez	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	FC3
    +ivazquez	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:08:40 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sat,  7 May 2005 12:08:40 -0400
    Subject: common tobuild,1.212,1.213
    Message-ID: <200505071608.j47G8eod031260@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31243
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnome-theme-clearlooks/FC-3 gnome-theme-clearlooks-0_5-4 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.212
    retrieving revision 1.213
    diff -u -r1.212 -r1.213
    --- tobuild	7 May 2005 16:08:12 -0000	1.212
    +++ tobuild	7 May 2005 16:08:38 -0000	1.213
    @@ -10,3 +10,4 @@
     ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
     ivazquez	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	FC3
     ivazquez	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	FC3
    +ivazquez	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:13:11 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 12:13:11 -0400
    Subject: rpms/enigma/FC-3 enigma.spec,1.6,1.7
    Message-ID: <200505071613.j47GDBVc031332@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31315
    
    Modified Files:
    	enigma.spec 
    Log Message:
    fix typo
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/enigma.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- enigma.spec	7 May 2005 16:07:42 -0000	1.6
    +++ enigma.spec	7 May 2005 16:13:09 -0000	1.7
    @@ -56,7 +56,7 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    -* Thu May 05 2005 Thorsten Leemhuis  - 0.91-4
    +* Thu May 07 2005 Thorsten Leemhuis  - 0.91-4
     - rebuilt
     
     * Sat May 07 2005 Thorsten Leemhuis  - 0.91-2
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:14:40 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 12:14:40 -0400
    Subject: common tobuild,1.213,1.214
    Message-ID: <200505071614.j47GEegj031401@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31384
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/enigma/FC-3 enigma-0_91-4 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.213
    retrieving revision 1.214
    diff -u -r1.213 -r1.214
    --- tobuild	7 May 2005 16:08:38 -0000	1.213
    +++ tobuild	7 May 2005 16:14:38 -0000	1.214
    @@ -11,3 +11,4 @@
     ivazquez	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	FC3
     ivazquez	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	FC3
     ivazquez	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	FC3
    +thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:15:07 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 12:15:07 -0400
    Subject: common tobuild,1.214,1.215
    Message-ID: <200505071615.j47GF7kJ031431@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31414
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/enigma/devel enigma-0_91-5 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.214
    retrieving revision 1.215
    diff -u -r1.214 -r1.215
    --- tobuild	7 May 2005 16:14:38 -0000	1.214
    +++ tobuild	7 May 2005 16:15:05 -0000	1.215
    @@ -12,3 +12,4 @@
     ivazquez	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	FC3
     ivazquez	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	FC3
     thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
    +thl	rpms/enigma/devel	enigma-0_91-5	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:21:47 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sat,  7 May 2005 12:21:47 -0400
    Subject: common tobuild,1.215,1.216
    Message-ID: <200505071621.j47GLlX7031460@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31443
    
    Modified Files:
    	tobuild 
    Log Message:
    Oh sure, now you tell me...
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.215
    retrieving revision 1.216
    diff -u -r1.215 -r1.216
    --- tobuild	7 May 2005 16:15:05 -0000	1.215
    +++ tobuild	7 May 2005 16:21:45 -0000	1.216
    @@ -8,8 +8,5 @@
     mschwendt	devel/gai-pal	gai-pal-0_7-5	development
     dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
     ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
    -ivazquez	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	FC3
    -ivazquez	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	FC3
    -ivazquez	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	FC3
     thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
     thl	rpms/enigma/devel	enigma-0_91-5	development
    
    
    
    From a.kurtz at hardsun.net  Sat May  7 17:30:09 2005
    From: a.kurtz at hardsun.net (Aaron Kurtz)
    Date: Sat, 07 May 2005 10:30:09 -0700
    Subject: APPROVED: xdaliclock
    Message-ID: <1115487009.5266.14.camel@rydia.hardsun.net>
    
    Description :
    XDaliClock is a large digital clock for the X Window System, with digits
    that "melt" into their new shapes when the time changes. XDaliClock
    supports 12 and 24 hour modes, and displays the date when you hold a
    mouse button down over it. It also can be configured to do colormap
    cycling, and for window transparency.
    
    Approved by: Aaron Kurtz
    Maintainer: Chris Ricker
    -- 
    Aaron Kurtz 
    
    From fedora-extras-commits at redhat.com  Sat May  7 18:16:58 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Sat,  7 May 2005 14:16:58 -0400
    Subject: common tobuild,1.216,1.217
    Message-ID: <200505071816.j47IGwEQ001094@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1077
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Config-Tiny/FC-3 perl-Config-Tiny-2_01-1 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.216
    retrieving revision 1.217
    diff -u -r1.216 -r1.217
    --- tobuild	7 May 2005 16:21:45 -0000	1.216
    +++ tobuild	7 May 2005 18:16:56 -0000	1.217
    @@ -10,3 +10,4 @@
     ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
     thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
     thl	rpms/enigma/devel	enigma-0_91-5	development
    +jpo	rpms/perl-Config-Tiny/FC-3	perl-Config-Tiny-2_01-1	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 18:34:37 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Sat,  7 May 2005 14:34:37 -0400
    Subject: common tobuild,1.217,1.218
    Message-ID: <200505071834.j47IYbvk001185@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1168
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Config-Tiny/devel perl-Config-Tiny-2_01-2 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.217
    retrieving revision 1.218
    diff -u -r1.217 -r1.218
    --- tobuild	7 May 2005 18:16:56 -0000	1.217
    +++ tobuild	7 May 2005 18:34:35 -0000	1.218
    @@ -11,3 +11,4 @@
     thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
     thl	rpms/enigma/devel	enigma-0_91-5	development
     jpo	rpms/perl-Config-Tiny/FC-3	perl-Config-Tiny-2_01-1	FC-3
    +jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 19:00:03 2005
    From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon))
    Date: Sat,  7 May 2005 15:00:03 -0400
    Subject: rpms/gnome-applet-netspeed/FC-3 gnome-applet-netspeed.spec, 1.2,
    	1.3 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3
    Message-ID: <200505071900.j47J03Gf001334@cvs-int.fedora.redhat.com>
    
    Author: dragoon
    
    Update of /cvs/extras/rpms/gnome-applet-netspeed/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1313
    
    Modified Files:
    	gnome-applet-netspeed.spec sources .cvsignore 
    Log Message:
    Revert to 0.11 due to GTK 2.4 deps
    
    
    Index: gnome-applet-netspeed.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gnome-applet-netspeed/FC-3/gnome-applet-netspeed.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- gnome-applet-netspeed.spec	25 Apr 2005 07:11:49 -0000	1.2
    +++ gnome-applet-netspeed.spec	7 May 2005 19:00:00 -0000	1.3
    @@ -2,14 +2,14 @@
     %define fedora 3
     
     Name: gnome-applet-netspeed    
    -Version: 0.12.1
    -Release: 2%{?dist}
    +Version: 0.11
    +Release: 1%{?dist}
     Summary: GNOME applet that shows traffic on a network device
     
     Group: Applications/Internet
     License: GPL   
     URL: http://mfcn.ilo.de/netspeed_applet
    -Source0: http://www.wh-hms.uni-ulm.de/~mfcn/netspeed/packages/netspeed_applet-0.12.1.tar.gz
    +Source0: http://www.wh-hms.uni-ulm.de/~mfcn/netspeed/packages/netspeed_applet-%{version}.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires: pkgconfig, gettext, scrollkeeper
     BuildRequires: libgnomeui-devel >= 2.8
    @@ -17,7 +17,7 @@
     Requires(post): scrollkeeper
     Requires(postun): scrollkeeper
     Provides: netspeed_applet = %{version}-%{release}
    -Obsoletes: netspeed_applet <= 0.12.1
    +Obsoletes: netspeed_applet <= 0.11
     
     %description
     netspeed is a little GNOME applet that shows the traffic on a
    @@ -56,6 +56,9 @@
     %{_datadir}/omf/netspeed_applet/
     
     %changelog
    +* Sat May 07 2005 Aaron Kurtz  - 0.11-1
    +- Dropping back to 0.11 for FC3 builds
    +
     * Mon Apr 25 2005 Aaron Kurtz  - 0.12.1-2
     - Adding dist tag
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/gnome-applet-netspeed/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	23 Apr 2005 03:55:52 -0000	1.2
    +++ sources	7 May 2005 19:00:00 -0000	1.3
    @@ -1 +1 @@
    -7a651eab80c1a10654595fcfd4832463  netspeed_applet-0.12.1.tar.gz
    +267e5b76cbf20f365de5f04ef1e77eb8  netspeed_applet-0.11.tar.gz
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/gnome-applet-netspeed/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	23 Apr 2005 03:55:52 -0000	1.2
    +++ .cvsignore	7 May 2005 19:00:00 -0000	1.3
    @@ -1 +1 @@
    -netspeed_applet-0.12.1.tar.gz
    +netspeed_applet-0.11.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 19:01:34 2005
    From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon))
    Date: Sat,  7 May 2005 15:01:34 -0400
    Subject: common tobuild,1.218,1.219
    Message-ID: <200505071901.j47J1YUG002282@cvs-int.fedora.redhat.com>
    
    Author: dragoon
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2265
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnome-applet-netspeed/FC-3 gnome-applet-netspeed-0_11-1_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.218
    retrieving revision 1.219
    diff -u -r1.218 -r1.219
    --- tobuild	7 May 2005 18:34:35 -0000	1.218
    +++ tobuild	7 May 2005 19:01:32 -0000	1.219
    @@ -12,3 +12,4 @@
     thl	rpms/enigma/devel	enigma-0_91-5	development
     jpo	rpms/perl-Config-Tiny/FC-3	perl-Config-Tiny-2_01-1	FC-3
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    +dragoon	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_11-1_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 19:06:24 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Sat,  7 May 2005 15:06:24 -0400
    Subject: rpms/perl-Module-Build/devel perl-Module-Build.spec,1.10,1.11
    Message-ID: <200505071906.j47J6OMv002320@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/rpms/perl-Module-Build/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2303
    
    Modified Files:
    	perl-Module-Build.spec 
    Log Message:
    Bump for PPC build.
    
    
    Index: perl-Module-Build.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/perl-Module-Build/devel/perl-Module-Build.spec,v
    retrieving revision 1.10
    retrieving revision 1.11
    diff -u -r1.10 -r1.11
    --- perl-Module-Build.spec	16 Apr 2005 12:31:28 -0000	1.10
    +++ perl-Module-Build.spec	7 May 2005 19:06:22 -0000	1.11
    @@ -1,7 +1,6 @@
     Name:           perl-Module-Build
     Version:        0.2610
    -Release:        2
    -
    +Release:        3
     Summary:        Perl module for building and installing Perl modules
     
     Group:          Development/Libraries
    @@ -53,6 +52,9 @@
     
     
     %changelog
    +* Sat May  7 2005 Ville Skytt??  - 0.2610-3
    +- Rebuild.
    +
     * Sat Apr 16 2005 Ville Skytt??  - 0.2610-2
     - 0.2610.
     - Trust that %%{perl_vendorlib} is defined.
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 19:07:56 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Sat,  7 May 2005 15:07:56 -0400
    Subject: common tobuild,1.219,1.220
    Message-ID: <200505071907.j47J7ucE002387@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2370
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Module-Build/devel perl-Module-Build-0_2610-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.219
    retrieving revision 1.220
    diff -u -r1.219 -r1.220
    --- tobuild	7 May 2005 19:01:32 -0000	1.219
    +++ tobuild	7 May 2005 19:07:54 -0000	1.220
    @@ -13,3 +13,4 @@
     jpo	rpms/perl-Config-Tiny/FC-3	perl-Config-Tiny-2_01-1	FC-3
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     dragoon	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_11-1_fc3	FC3
    +scop	rpms/perl-Module-Build/devel	perl-Module-Build-0_2610-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 19:11:36 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Sat,  7 May 2005 15:11:36 -0400
    Subject: common tobuild,1.220,1.221
    Message-ID: <200505071911.j47JBa9S002467@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2450
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/libol/devel libol-0_3_16-1_fc4 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.220
    retrieving revision 1.221
    diff -u -r1.220 -r1.221
    --- tobuild	7 May 2005 19:07:54 -0000	1.220
    +++ tobuild	7 May 2005 19:11:34 -0000	1.221
    @@ -14,3 +14,4 @@
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     dragoon	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_11-1_fc3	FC3
     scop	rpms/perl-Module-Build/devel	perl-Module-Build-0_2610-3	development
    +jpo	rpms/libol/devel	libol-0_3_16-1_fc4	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 20:27:22 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 16:27:22 -0400
    Subject: rpms/graveman/FC-3 graveman.spec,1.4,1.5
    Message-ID: <200505072027.j47KRqOi003558@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/rpms/graveman/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3526/FC-3
    
    Modified Files:
    	graveman.spec 
    Log Message:
    added buildred libmng-devel
    
    
    Index: graveman.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/FC-3/graveman.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- graveman.spec	5 May 2005 22:42:41 -0000	1.4
    +++ graveman.spec	7 May 2005 20:27:20 -0000	1.5
    @@ -1,6 +1,6 @@
     Name:           graveman
     Version:        0.3.11
    -Release:        1
    +Release:        2
     Summary:        A frontend for cdrtools, dvd+rw-tools and sox
     
     Group:          Applications/Archiving
    @@ -10,6 +10,7 @@
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  libid3tag-devel, libvorbis-devel, gtk2-devel, libogg-devel, desktop-file-utils
    +BuildRequires:	libmng-devel
     BuildRequires:	libglade2-devel, gettext
     Requires:       cdrecord, sox, dvd+rw-tools
     
    @@ -65,6 +66,9 @@
     
     
     %changelog
    +* Sat May  7 2005 Gerard Milmeister  - 0.3.11-2
    +- Added BuildReq libmng-devel
    +
     * Fri May  6 2005 Gerard Milmeister  - 0.3.11-1
     - New Version 0.3.11
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 20:27:22 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 16:27:22 -0400
    Subject: rpms/graveman/devel graveman.spec,1.6,1.7
    Message-ID: <200505072027.j47KRrMG003561@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/rpms/graveman/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3526/devel
    
    Modified Files:
    	graveman.spec 
    Log Message:
    added buildred libmng-devel
    
    
    Index: graveman.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/devel/graveman.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- graveman.spec	5 May 2005 22:42:42 -0000	1.6
    +++ graveman.spec	7 May 2005 20:27:20 -0000	1.7
    @@ -1,6 +1,6 @@
     Name:           graveman
     Version:        0.3.11
    -Release:        1
    +Release:        2
     Summary:        A frontend for cdrtools, dvd+rw-tools and sox
     
     Group:          Applications/Archiving
    @@ -10,6 +10,7 @@
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  libid3tag-devel, libvorbis-devel, gtk2-devel, libogg-devel, desktop-file-utils
    +BuildRequires:	libmng-devel
     BuildRequires:	libglade2-devel, gettext
     Requires:       cdrecord, sox, dvd+rw-tools
     
    @@ -65,6 +66,9 @@
     
     
     %changelog
    +* Sat May  7 2005 Gerard Milmeister  - 0.3.11-2
    +- Added BuildReq libmng-devel
    +
     * Fri May  6 2005 Gerard Milmeister  - 0.3.11-1
     - New Version 0.3.11
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 20:28:31 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Sat,  7 May 2005 16:28:31 -0400
    Subject: common tobuild,1.221,1.222
    Message-ID: <200505072028.j47KSV9c003633@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3612
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-String-ShellQuote/devel perl-String-ShellQuote-1_03-2 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.221
    retrieving revision 1.222
    diff -u -r1.221 -r1.222
    --- tobuild	7 May 2005 19:11:34 -0000	1.221
    +++ tobuild	7 May 2005 20:28:29 -0000	1.222
    @@ -15,3 +15,4 @@
     dragoon	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_11-1_fc3	FC3
     scop	rpms/perl-Module-Build/devel	perl-Module-Build-0_2610-3	development
     jpo	rpms/libol/devel	libol-0_3_16-1_fc4	development
    +scop	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 20:28:40 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 16:28:40 -0400
    Subject: common tobuild,1.222,1.223
    Message-ID: <200505072028.j47KSeeq003663@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3640
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-2 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.222
    retrieving revision 1.223
    diff -u -r1.222 -r1.223
    --- tobuild	7 May 2005 20:28:29 -0000	1.222
    +++ tobuild	7 May 2005 20:28:38 -0000	1.223
    @@ -16,3 +16,4 @@
     scop	rpms/perl-Module-Build/devel	perl-Module-Build-0_2610-3	development
     jpo	rpms/libol/devel	libol-0_3_16-1_fc4	development
     scop	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	development
    +gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 21:22:26 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sat,  7 May 2005 17:22:26 -0400
    Subject: rpms/xfcalendar/FC-3 xfcalendar.spec,1.3,1.4
    Message-ID: <200505072122.j47LMQKh004674@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfcalendar/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4657
    
    Modified Files:
    	xfcalendar.spec 
    Log Message:
    Add missing dbh-devel buildrequires
    
    
    
    Index: xfcalendar.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfcalendar/FC-3/xfcalendar.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- xfcalendar.spec	2 Apr 2005 17:07:07 -0000	1.3
    +++ xfcalendar.spec	7 May 2005 21:22:24 -0000	1.4
    @@ -1,7 +1,7 @@
     Summary: Time-managing application for Xfce4
     Name: xfcalendar
     Version: 4.2.1
    -Release: 4.fc3
    +Release: 5.fc3
     License: GPL
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfcalendar-4.2.1.tar.bz2
    @@ -12,6 +12,7 @@
     BuildRequires: libxfcegui4-devel
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
    +BuildRequires: dbh-devel
     
     %description
     Time-managing application for Xfce4
    @@ -45,6 +46,9 @@
     %{_datadir}/icons/hicolor/scalable/apps/xfcalendar.svg
     
     %changelog
    +* Sat May  7 2005 Kevin Fenzi  - 4.2.1-5.fc3
    +- Add missing dbh-devel buildrequires 
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc3
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 21:23:54 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sat,  7 May 2005 17:23:54 -0400
    Subject: common tobuild,1.223,1.224
    Message-ID: <200505072123.j47LNsQL004743@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4726
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfcalendar/FC-3 xfcalendar-4_2_1-5_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.223
    retrieving revision 1.224
    diff -u -r1.223 -r1.224
    --- tobuild	7 May 2005 20:28:38 -0000	1.223
    +++ tobuild	7 May 2005 21:23:52 -0000	1.224
    @@ -17,3 +17,4 @@
     jpo	rpms/libol/devel	libol-0_3_16-1_fc4	development
     scop	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	development
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC-3
    +kevin	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-5_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 21:24:33 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sat,  7 May 2005 17:24:33 -0400
    Subject: rpms/xfcalendar/devel xfcalendar.spec,1.4,1.5
    Message-ID: <200505072124.j47LOXtT004780@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfcalendar/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4761
    
    Modified Files:
    	xfcalendar.spec 
    Log Message:
    Add missing dbh-devel buildrequires
    
    
    
    Index: xfcalendar.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfcalendar/devel/xfcalendar.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- xfcalendar.spec	25 Mar 2005 20:52:06 -0000	1.4
    +++ xfcalendar.spec	7 May 2005 21:24:31 -0000	1.5
    @@ -1,7 +1,7 @@
     Summary: Time-managing application for Xfce4
     Name: xfcalendar
     Version: 4.2.1
    -Release: 4.fc4
    +Release: 5.fc4
     License: GPL
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfcalendar-4.2.1.tar.bz2
    @@ -12,6 +12,7 @@
     BuildRequires: libxfcegui4-devel
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
    +BuildRequires: dbh-devel
     
     %description
     Time-managing application for Xfce4
    @@ -45,6 +46,9 @@
     %{_datadir}/icons/hicolor/scalable/apps/xfcalendar.svg
     
     %changelog
    +* Sat May  7 2005 Kevin Fenzi  - 4.2.1-5.fc3
    +- Add missing dbh-devel buildrequires
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc4
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 22:00:55 2005
    From: fedora-extras-commits at redhat.com (Denis Leroy (denis))
    Date: Sat,  7 May 2005 18:00:55 -0400
    Subject: rpms/gconfmm26/devel .cvsignore, 1.3, 1.4 gconfmm.spec, 1.6,
    	1.7 sources, 1.3, 1.4
    Message-ID: <200505072200.j47M0t6d004880@cvs-int.fedora.redhat.com>
    
    Author: denis
    
    Update of /cvs/extras/rpms/gconfmm26/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4859
    
    Modified Files:
    	.cvsignore gconfmm.spec sources 
    Log Message:
    Added patch to fix x86_64 build.
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/gconfmm26/devel/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	28 Apr 2005 22:38:44 -0000	1.3
    +++ .cvsignore	7 May 2005 22:00:53 -0000	1.4
    @@ -1,2 +1,3 @@
     gconfmm-2.10.0-gcc4.patch
     gconfmm-2.10.0.tar.bz2
    +gconfmm-2.10.0-x86_64.patch
    
    
    Index: gconfmm.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gconfmm26/devel/gconfmm.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- gconfmm.spec	28 Apr 2005 22:38:44 -0000	1.6
    +++ gconfmm.spec	7 May 2005 22:00:53 -0000	1.7
    @@ -1,6 +1,6 @@
     Name:           gconfmm26
     Version:        2.10.0
    -Release:        1
    +Release:        2
     
     Summary:        C++ wrapper for GConf2
     
    @@ -9,6 +9,7 @@
     URL:            http://gtkmm.sourceforge.net/
     Source0:        http://ftp.gnome.org/pub/GNOME/sources/gconfmm/2.10/gconfmm-%{version}.tar.bz2
     Patch0:		gconfmm-2.10.0-gcc4.patch
    +Patch1:		gconfmm-2.10.0-x86_64.patch
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     Requires(post):   /sbin/ldconfig
    @@ -40,6 +41,7 @@
     %prep
     %setup -q -n gconfmm-%{version}
     %patch0 -p1
    +%patch1 -p1
     
     %build
     %configure --enable-static --enable-shared
    @@ -78,6 +80,9 @@
     %{_libdir}/pkgconfig/*.pc
     
     %changelog
    +* Sat May  7 2005 Denis Leroy  - 2.10.0-2
    +- Added patch to fix x86_64 compile
    +
     * Thu Apr 28 2005 Denis Leroy  - 2.10.0-1
     - Upgrade to 2.10.0
     - Added patch to fix gcc4 warning
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/gconfmm26/devel/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	28 Apr 2005 22:38:44 -0000	1.3
    +++ sources	7 May 2005 22:00:53 -0000	1.4
    @@ -1,2 +1,3 @@
     9b9a1ff7456698bf73c7cfe1b5792415  gconfmm-2.10.0-gcc4.patch
     0f3787ff3f7089698da49b694b5f9155  gconfmm-2.10.0.tar.bz2
    +2f29fc7e491118bbf0b98812944d3120  gconfmm-2.10.0-x86_64.patch
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 22:02:25 2005
    From: fedora-extras-commits at redhat.com (Denis Leroy (denis))
    Date: Sat,  7 May 2005 18:02:25 -0400
    Subject: common tobuild,1.224,1.225
    Message-ID: <200505072202.j47M2P0I005850@cvs-int.fedora.redhat.com>
    
    Author: denis
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5833
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gconfmm26/devel gconfmm26-2_10_0-2 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.224
    retrieving revision 1.225
    diff -u -r1.224 -r1.225
    --- tobuild	7 May 2005 21:23:52 -0000	1.224
    +++ tobuild	7 May 2005 22:02:22 -0000	1.225
    @@ -18,3 +18,4 @@
     scop	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	development
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC-3
     kevin	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-5_fc3	FC3
    +denis	rpms/gconfmm26/devel	gconfmm26-2_10_0-2	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 22:03:02 2005
    From: fedora-extras-commits at redhat.com (Denis Leroy (denis))
    Date: Sat,  7 May 2005 18:03:02 -0400
    Subject: common tobuild,1.225,1.226
    Message-ID: <200505072203.j47M32aD005878@cvs-int.fedora.redhat.com>
    
    Author: denis
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5861
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.225
    retrieving revision 1.226
    diff -u -r1.225 -r1.226
    --- tobuild	7 May 2005 22:02:22 -0000	1.225
    +++ tobuild	7 May 2005 22:03:00 -0000	1.226
    @@ -19,3 +19,4 @@
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC-3
     kevin	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-5_fc3	FC3
     denis	rpms/gconfmm26/devel	gconfmm26-2_10_0-2	development
    +denis	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 23:25:25 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 19:25:25 -0400
    Subject: common tobuild,1.226,1.227
    Message-ID: <200505072325.j47NPP3c007044@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7027
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.226
    retrieving revision 1.227
    diff -u -r1.226 -r1.227
    --- tobuild	7 May 2005 22:03:00 -0000	1.226
    +++ tobuild	7 May 2005 23:25:23 -0000	1.227
    @@ -20,3 +20,4 @@
     kevin	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-5_fc3	FC3
     denis	rpms/gconfmm26/devel	gconfmm26-2_10_0-2	development
     denis	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    +gemi	rpms/graveman/FC-3	graveman-0_3_11-2	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 00:08:25 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 20:08:25 -0400
    Subject: common tobuild,1.227,1.228
    Message-ID: <200505080008.j4808PEE008088@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8071
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/plt-scheme/FC-3 plt-scheme-299_100-1 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.227
    retrieving revision 1.228
    diff -u -r1.227 -r1.228
    --- tobuild	7 May 2005 23:25:23 -0000	1.227
    +++ tobuild	8 May 2005 00:08:22 -0000	1.228
    @@ -21,3 +21,4 @@
     denis	rpms/gconfmm26/devel	gconfmm26-2_10_0-2	development
     denis	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	fc3
    +gemi	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 00:12:03 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Sat,  7 May 2005 20:12:03 -0400
    Subject: extras-buildsys-temp/scripts mach.in,1.6,1.7
    Message-ID: <200505080012.j480C4CV008161@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/scripts
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8147
    
    Modified Files:
    	mach.in 
    Log Message:
    
    drop the debug level in yum to get rid of the progress bars.
    
    
    
    Index: mach.in
    ===================================================================
    RCS file: /cvs/fedora/extras-buildsys-temp/scripts/mach.in,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- mach.in	30 Apr 2005 20:50:42 -0000	1.6
    +++ mach.in	8 May 2005 00:12:01 -0000	1.7
    @@ -1307,6 +1307,7 @@
                 conf = '''
     [main]
     assumeyes = 1
    +debuglevel = 1
     cachedir = ''' + os.path.join ('/', 'var', 'cache', 'mach') + '''
     reposdir = /../../../../..''' + os.path.join (state, 'yum', 'yum.repos.d')
                 self.set_state ("yum.conf", conf)
    
    
    
    From bugs.michael at gmx.net  Sun May  8 01:30:43 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Sun, 8 May 2005 03:30:43 +0200
    Subject: common tobuild,1.226,1.227
    In-Reply-To: <200505072325.j47NPP3c007044@cvs-int.fedora.redhat.com>
    References: <200505072325.j47NPP3c007044@cvs-int.fedora.redhat.com>
    Message-ID: <20050508033043.050d7b3a.bugs.michael@gmx.net>
    
    On Sat,  7 May 2005 19:25:25 -0400, G__rard Milmeister wrote:
    
    > Author: gemi
    > 
    > Update of /cvs/extras/common
    
    > request build of rpms/graveman/FC-3 graveman-0_3_11-2 for fc3
    
    What are you trying to achieve? Now it's a duplicate build request.
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 09:10:01 2005
    From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs))
    Date: Sun,  8 May 2005 05:10:01 -0400
    Subject: rpms/python-cherrypy/devel .cvsignore, 1.2,
    	1.3 python-cherrypy-tutorial-doc.patch, 1.1,
    	1.2 python-cherrypy.spec, 1.2, 1.3 sources, 1.2, 1.3
    Message-ID: <200505080910.j489A1xO021625@cvs-int.fedora.redhat.com>
    
    Author: gijs
    
    Update of /cvs/extras/rpms/python-cherrypy/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21597
    
    Modified Files:
    	.cvsignore python-cherrypy-tutorial-doc.patch 
    	python-cherrypy.spec sources 
    Log Message:
    Update to 2.0.0 final
    
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/python-cherrypy/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	6 Apr 2005 09:53:01 -0000	1.2
    +++ .cvsignore	8 May 2005 09:09:59 -0000	1.3
    @@ -1 +1 @@
    -CherryPy-2.0.0b.tar.gz
    +CherryPy-2.0.0.tar.gz
    
    python-cherrypy-tutorial-doc.patch:
    
    Index: python-cherrypy-tutorial-doc.patch
    ===================================================================
    RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy-tutorial-doc.patch,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- python-cherrypy-tutorial-doc.patch	6 Apr 2005 09:53:01 -0000	1.1
    +++ python-cherrypy-tutorial-doc.patch	8 May 2005 09:09:59 -0000	1.2
    @@ -1,12 +1,11 @@
    -# Do not build tutorial and test
    ---- CherryPy-2.0.0b/setup.py-orig	2005-03-20 20:16:11.392356672 +0100
    -+++ CherryPy-2.0.0b/setup.py	2005-03-20 20:16:27.167958416 +0100
    +--- CherryPy-2.0.0/setup.py-orig	2005-04-25 16:58:26.000000000 +0200
    ++++ CherryPy-2.0.0/setup.py	2005-05-08 10:39:16.000000000 +0200
     @@ -22,7 +22,7 @@
            author_email="team at cherrypy.org",
            url="http://www.cherrypy.org",
            license="BSD",
     -      packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.test"],
     +      packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter"],
    -       download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload"
    +       download_url="http://www.cherrypy.org/wiki/CherryPyDownload",
      )
      
    
    
    Index: python-cherrypy.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- python-cherrypy.spec	6 Apr 2005 12:00:22 -0000	1.2
    +++ python-cherrypy.spec	8 May 2005 09:09:59 -0000	1.3
    @@ -3,12 +3,12 @@
     
     Name:           python-cherrypy
     Version:        2.0.0
    -Release:        0.2.b
    +Release:        1
     Summary:        A pythonic, object-oriented web development framework
     Group:          Development/Libraries
     License:        BSD
     URL:            http://www.cherrypy.org/
    -Source0:        http://dl.sf.net/cherrypy/CherryPy-2.0.0b.tar.gz
    +Source0:        http://dl.sf.net/cherrypy/CherryPy-2.0.0.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Patch0:         python-cherrypy-tutorial-doc.patch
     Patch1:         python-cherrypy-regression-test.patch
    @@ -22,7 +22,7 @@
     results in smaller source code developed in less time.
     
     %prep
    -%setup -q -n CherryPy-2.0.0b
    +%setup -q -n CherryPy-2.0.0
     %patch0 -p1 
     %patch1 -p1
     
    @@ -59,6 +59,10 @@
     %ghost %{python_sitelib}/cherrypy/lib/filter/*.pyo
     
     %changelog
    +* Sun May  8 2005 Gijs Hollestelle  2.0.0-1
    +- Updated to 2.0.0 final
    +- Updated python-cherrypy-tutorial-doc.patch to match new version
    +
     * Wed Apr  6 2005 Ignacio Vazquez-Abrams  2.0.0-0.2.b
     - Removed CFLAGS
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/python-cherrypy/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	6 Apr 2005 09:53:01 -0000	1.2
    +++ sources	8 May 2005 09:09:59 -0000	1.3
    @@ -1 +1 @@
    -1a7822256854f67ab1b3def7923d9920  CherryPy-2.0.0b.tar.gz
    +1e244a9728717199418f8a24a78a3a3e  CherryPy-2.0.0.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 09:20:38 2005
    From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs))
    Date: Sun,  8 May 2005 05:20:38 -0400
    Subject: common tobuild,1.228,1.229
    Message-ID: <200505080920.j489KcGw021689@cvs-int.fedora.redhat.com>
    
    Author: gijs
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21672
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-cherrypy/devel python-cherrypy-2_0_0-1 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.228
    retrieving revision 1.229
    diff -u -r1.228 -r1.229
    --- tobuild	8 May 2005 00:08:22 -0000	1.228
    +++ tobuild	8 May 2005 09:20:36 -0000	1.229
    @@ -22,3 +22,4 @@
     denis	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	fc3
     gemi	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	FC3
    +gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 10:21:02 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sun,  8 May 2005 06:21:02 -0400
    Subject: common tobuild,1.229,1.230
    Message-ID: <200505081021.j48AL2gT022671@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22654
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/alsa-tools/FC-3 alsa-tools-1_0_6-3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.229
    retrieving revision 1.230
    diff -u -r1.229 -r1.230
    --- tobuild	8 May 2005 09:20:36 -0000	1.229
    +++ tobuild	8 May 2005 10:20:47 -0000	1.230
    @@ -23,3 +23,4 @@
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	fc3
     gemi	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	FC3
     gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
    +thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 10:21:37 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sun,  8 May 2005 06:21:37 -0400
    Subject: common tobuild,1.230,1.231
    Message-ID: <200505081021.j48ALbDx022704@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22687
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/alsa-tools/devel alsa-tools-1_0_8-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.230
    retrieving revision 1.231
    diff -u -r1.230 -r1.231
    --- tobuild	8 May 2005 10:20:47 -0000	1.230
    +++ tobuild	8 May 2005 10:21:35 -0000	1.231
    @@ -24,3 +24,4 @@
     gemi	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	FC3
     gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
     thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
    +thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 10:22:17 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sun,  8 May 2005 06:22:17 -0400
    Subject: common tobuild,1.231,1.232
    Message-ID: <200505081022.j48AMHeJ022732@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22715
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/revelation/devel revelation-0_4_3-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.231
    retrieving revision 1.232
    diff -u -r1.231 -r1.232
    --- tobuild	8 May 2005 10:21:35 -0000	1.231
    +++ tobuild	8 May 2005 10:22:15 -0000	1.232
    @@ -25,3 +25,4 @@
     gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
     thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    +thl	rpms/revelation/devel	revelation-0_4_3-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 10:39:36 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sun,  8 May 2005 06:39:36 -0400
    Subject: rpms/wxGTK/devel wxGTK.spec,1.12,1.13
    Message-ID: <200505081039.j48Ada7e022781@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/wxGTK/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22764
    
    Modified Files:
    	wxGTK.spec 
    Log Message:
    fix x86_64 by "sed -i -e s|/usr/lib\b|%%{_libdir}| configure"
    
    
    Index: wxGTK.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v
    retrieving revision 1.12
    retrieving revision 1.13
    diff -u -r1.12 -r1.13
    --- wxGTK.spec	7 May 2005 00:34:47 -0000	1.12
    +++ wxGTK.spec	8 May 2005 10:39:34 -0000	1.13
    @@ -2,7 +2,7 @@
     
     Name:           wxGTK
     Version:        2.4.2
    -Release:        11
    +Release:        12
     Summary:        GTK+ port of the wxWidgets GUI library
     License:        BSD
     Group:          System Environment/Libraries
    @@ -138,7 +138,7 @@
     %patch1 -b .aclocal18
     %patch2 -p1 -b .gcc4
     
    -sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in
    +sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure
     
     
     %build
    @@ -296,6 +296,10 @@
     
     
     %changelog
    +* Sun May  8 2005 Thorsten Leemhuis  - 2.4.2-12
    +- sed -i -e 's|/usr/lib\b|%%{_libdir}|' in configure also to fix
    +  x86_64
    +
     * Sat May  7 2005 Michael Schwendt  - 2.4.2-11
     - Add BR libGL and libGLU to fix FC4 build failure
       (alternatively use xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU).
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 10:40:22 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sun,  8 May 2005 06:40:22 -0400
    Subject: common tobuild,1.232,1.233
    Message-ID: <200505081040.j48AeMCX022838@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22821
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/wxGTK/devel wxGTK-2_4_2-12 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.232
    retrieving revision 1.233
    diff -u -r1.232 -r1.233
    --- tobuild	8 May 2005 10:22:15 -0000	1.232
    +++ tobuild	8 May 2005 10:40:20 -0000	1.233
    @@ -26,3 +26,4 @@
     thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
    +thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 14:22:06 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Sun,  8 May 2005 10:22:06 -0400
    Subject: common tobuild,1.233,1.234
    Message-ID: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26628
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Coin2/devel Coin2-2_3_0-8_fc4 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.233
    retrieving revision 1.234
    diff -u -r1.233 -r1.234
    --- tobuild	8 May 2005 10:40:20 -0000	1.233
    +++ tobuild	8 May 2005 14:22:04 -0000	1.234
    @@ -1,6 +1,44 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    +<<<<<<< tobuild
    +skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    +skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
    +skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    +skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    +skvidal	rpms/xmms/devel	xmms-1_2_10-16	development
    +skvidal	rpms/cdo/devel	cdo-0_9_6-2	development
    +skvidal	rpms/libsigc++20/devel	libsigc++20-2_0_11-1	development
    +skvidal	rpms/glibmm24/devel	glibmm24-2_6_1-1	development
    +skvidal	rpms/gtkmm24/devel	gtkmm24-2_6_2-2	development
    +skvidal	rpms/gconfmm26/devel	gconfmm26-2_10_0-1	development
    +skvidal	rpms/gnome-vfsmm26/devel	gnome-vfsmm26-2_10_0-1	development
    +skvidal	rpms/libglademm24/devel	libglademm24-2_6_0-1	development
    +skvidal	rpms/libgnomecanvasmm26/devel	libgnomecanvasmm26-2_10_0-1	development
    +skvidal	rpms/libgnomemm26/devel	libgnomemm26-2_10_0-1	development
    +skvidal	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    +skvidal	rpms/inkscape/devel	inkscape-0_41-2	development
    +skvidal	rpms/ncftp/devel	ncftp-3_1_9-1	development
    +skvidal	rpms/help2man/devel	help2man-1_35_1-1_fc4	development
    +skvidal	rpms/Coin2/devel	Coin2-2_3_0-7_fc4	development
    +skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
    +skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
    +skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    +skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    +skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    +skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    +skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    +skvidal	rpms/exim/devel	exim-4_51-1	devel
    +skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    +skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    +skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    +skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    +skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    +skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    +skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    +skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    +=======
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    @@ -27,3 +65,5 @@
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    +>>>>>>> 1.233
    +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 14:29:03 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Sun,  8 May 2005 10:29:03 -0400
    Subject: common tobuild,1.234,1.235
    Message-ID: <200505081429.j48ET3kj026706@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26689
    
    Modified Files:
    	tobuild 
    Log Message:
    Restore v. 1.233.
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.234
    retrieving revision 1.235
    diff -u -r1.234 -r1.235
    --- tobuild	8 May 2005 14:22:04 -0000	1.234
    +++ tobuild	8 May 2005 14:29:01 -0000	1.235
    @@ -1,44 +1,6 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -<<<<<<< tobuild
    -skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    -skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
    -skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    -skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    -skvidal	rpms/xmms/devel	xmms-1_2_10-16	development
    -skvidal	rpms/cdo/devel	cdo-0_9_6-2	development
    -skvidal	rpms/libsigc++20/devel	libsigc++20-2_0_11-1	development
    -skvidal	rpms/glibmm24/devel	glibmm24-2_6_1-1	development
    -skvidal	rpms/gtkmm24/devel	gtkmm24-2_6_2-2	development
    -skvidal	rpms/gconfmm26/devel	gconfmm26-2_10_0-1	development
    -skvidal	rpms/gnome-vfsmm26/devel	gnome-vfsmm26-2_10_0-1	development
    -skvidal	rpms/libglademm24/devel	libglademm24-2_6_0-1	development
    -skvidal	rpms/libgnomecanvasmm26/devel	libgnomecanvasmm26-2_10_0-1	development
    -skvidal	rpms/libgnomemm26/devel	libgnomemm26-2_10_0-1	development
    -skvidal	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    -skvidal	rpms/inkscape/devel	inkscape-0_41-2	development
    -skvidal	rpms/ncftp/devel	ncftp-3_1_9-1	development
    -skvidal	rpms/help2man/devel	help2man-1_35_1-1_fc4	development
    -skvidal	rpms/Coin2/devel	Coin2-2_3_0-7_fc4	development
    -skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
    -skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
    -skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    -skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    -skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    -skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    -skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    -skvidal	rpms/exim/devel	exim-4_51-1	devel
    -skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    -skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    -skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    -skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    -skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    -skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    -skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    -skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    -corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    -=======
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    @@ -65,5 +27,3 @@
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    ->>>>>>> 1.233
    -corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    
    
    
    From skvidal at phy.duke.edu  Sun May  8 14:30:44 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Sun, 08 May 2005 10:30:44 -0400
    Subject: common tobuild,1.233,1.234
    In-Reply-To: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    References: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    Message-ID: <1115562644.21549.3.camel@cutter>
    
    
    > Index: tobuild
    > ===================================================================
    > RCS file: /cvs/extras/common/tobuild,v
    > retrieving revision 1.233
    > retrieving revision 1.234
    > diff -u -r1.233 -r1.234
    > --- tobuild	8 May 2005 10:40:20 -0000	1.233
    > +++ tobuild	8 May 2005 14:22:04 -0000	1.234
    > @@ -1,6 +1,44 @@
    >  # this is the build control file.  the format is
    >  # user	repo	tag	target	status
    >  # 
    > +<<<<<<< tobuild
    > +skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    > +skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
    > +skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    > +skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    > +skvidal	rpms/xmms/devel	xmms-1_2_10-16	development
    > +skvidal	rpms/cdo/devel	cdo-0_9_6-2	development
    > +skvidal	rpms/libsigc++20/devel	libsigc++20-2_0_11-1	development
    > +skvidal	rpms/glibmm24/devel	glibmm24-2_6_1-1	development
    > +skvidal	rpms/gtkmm24/devel	gtkmm24-2_6_2-2	development
    > +skvidal	rpms/gconfmm26/devel	gconfmm26-2_10_0-1	development
    > +skvidal	rpms/gnome-vfsmm26/devel	gnome-vfsmm26-2_10_0-1	development
    > +skvidal	rpms/libglademm24/devel	libglademm24-2_6_0-1	development
    > +skvidal	rpms/libgnomecanvasmm26/devel	libgnomecanvasmm26-2_10_0-1	development
    > +skvidal	rpms/libgnomemm26/devel	libgnomemm26-2_10_0-1	development
    > +skvidal	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    > +skvidal	rpms/inkscape/devel	inkscape-0_41-2	development
    > +skvidal	rpms/ncftp/devel	ncftp-3_1_9-1	development
    > +skvidal	rpms/help2man/devel	help2man-1_35_1-1_fc4	development
    > +skvidal	rpms/Coin2/devel	Coin2-2_3_0-7_fc4	development
    > +skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
    > +skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
    > +skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    > +skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    > +skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    > +skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    > +skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    > +skvidal	rpms/exim/devel	exim-4_51-1	devel
    > +skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    > +skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    > +skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    > +skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    > +skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    > +skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    > +skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    > +skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    > +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    > +=======
    >  skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    >  skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    >  toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    > @@ -27,3 +65,5 @@
    >  thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    >  thl	rpms/revelation/devel	revelation-0_4_3-3	development
    >  thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    > +>>>>>>> 1.233
    > +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    > 
    
    Make sure you run a cvs update of 'tobuild' before you run 'make build'
    
    -sv
    
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 14:31:03 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Sun,  8 May 2005 10:31:03 -0400
    Subject: common tobuild,1.235,1.236
    Message-ID: <200505081431.j48EV3j9026754@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26737
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Coin2/devel Coin2-2_3_0-8_fc4 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.235
    retrieving revision 1.236
    diff -u -r1.235 -r1.236
    --- tobuild	8 May 2005 14:29:01 -0000	1.235
    +++ tobuild	8 May 2005 14:31:01 -0000	1.236
    @@ -27,3 +27,4 @@
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    
    
    
    From rc040203 at freenet.de  Sun May  8 14:36:43 2005
    From: rc040203 at freenet.de (Ralf Corsepius)
    Date: Sun, 08 May 2005 16:36:43 +0200
    Subject: common tobuild,1.233,1.234
    In-Reply-To: <1115562644.21549.3.camel@cutter>
    References: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    	<1115562644.21549.3.camel@cutter>
    Message-ID: <1115563003.8237.56.camel@mccallum.corsepiu.local>
    
    On Sun, 2005-05-08 at 10:30 -0400, seth vidal wrote:
    > > Index: tobuild
    > > ===================================================================
    > > RCS file: /cvs/extras/common/tobuild,v
    > > retrieving revision 1.233
    > > retrieving revision 1.234
    > > diff -u -r1.233 -r1.234
    > > --- tobuild	8 May 2005 10:40:20 -0000	1.233
    > > +++ tobuild	8 May 2005 14:22:04 -0000	1.234
    > > @@ -1,6 +1,44 @@
    > >  # this is the build control file.  the format is
    > >  # user	repo	tag	target	status
    > >  # 
    > > +<<<<<<< tobuild
    > > +skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    > > +skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
    > > +skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    > > +skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    > > +skvidal	rpms/xmms/devel	xmms-1_2_10-16	development
    > > +skvidal	rpms/cdo/devel	cdo-0_9_6-2	development
    > > +skvidal	rpms/libsigc++20/devel	libsigc++20-2_0_11-1	development
    > > +skvidal	rpms/glibmm24/devel	glibmm24-2_6_1-1	development
    > > +skvidal	rpms/gtkmm24/devel	gtkmm24-2_6_2-2	development
    > > +skvidal	rpms/gconfmm26/devel	gconfmm26-2_10_0-1	development
    > > +skvidal	rpms/gnome-vfsmm26/devel	gnome-vfsmm26-2_10_0-1	development
    > > +skvidal	rpms/libglademm24/devel	libglademm24-2_6_0-1	development
    > > +skvidal	rpms/libgnomecanvasmm26/devel	libgnomecanvasmm26-2_10_0-1	development
    > > +skvidal	rpms/libgnomemm26/devel	libgnomemm26-2_10_0-1	development
    > > +skvidal	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    > > +skvidal	rpms/inkscape/devel	inkscape-0_41-2	development
    > > +skvidal	rpms/ncftp/devel	ncftp-3_1_9-1	development
    > > +skvidal	rpms/help2man/devel	help2man-1_35_1-1_fc4	development
    > > +skvidal	rpms/Coin2/devel	Coin2-2_3_0-7_fc4	development
    > > +skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
    > > +skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
    > > +skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    > > +skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    > > +skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    > > +skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    > > +skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    > > +skvidal	rpms/exim/devel	exim-4_51-1	devel
    > > +skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    > > +skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    > > +skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    > > +skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    > > +skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    > > +skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    > > +skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    > > +skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    > > +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    > > +=======
    > >  skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    > >  skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    > >  toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    > > @@ -27,3 +65,5 @@
    > >  thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    > >  thl	rpms/revelation/devel	revelation-0_4_3-3	development
    > >  thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    > > +>>>>>>> 1.233
    > > +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    > > 
    > 
    > Make sure you run a cvs update of 'tobuild' before you run 'make build'
    
    You could have told me in advance.
    
    As directed by Michael and as described on:
    http://www.fedoraproject.org/wiki/Extras_2fFC4Status
    
    "Don't request builds here any longer - just do the build request
    yourself: 'make build TARGET=development' will work"
    
    all I did was to issue a "make build TARGET=development" and managed to
    destroy tobuild unintentionally.
    
    Sorry, Seth, but this is not fool-proof enough, yet.
    
    Ralf
    
    
    
    
    
    From skvidal at phy.duke.edu  Sun May  8 15:04:16 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Sun, 08 May 2005 11:04:16 -0400
    Subject: common tobuild,1.233,1.234
    In-Reply-To: <1115563003.8237.56.camel@mccallum.corsepiu.local>
    References: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    	<1115562644.21549.3.camel@cutter>
    	<1115563003.8237.56.camel@mccallum.corsepiu.local>
    Message-ID: <1115564656.21549.9.camel@cutter>
    
    > You could have told me in advance.
    
    I could have - I just expected you would know that sometimes cvs has
    conflicts it can't deal with.
    
    
    > "Don't request builds here any longer - just do the build request
    > yourself: 'make build TARGET=development' will work"
    > 
    > all I did was to issue a "make build TARGET=development" and managed to
    > destroy tobuild unintentionally.
    
    you added 2 lines to it that wouldn't get parsed. Hardly destroyed but
    it wouldn't result in the desired outcome.
    
    
    > Sorry, Seth, but this is not fool-proof enough, yet.
    
    You know what they say about making things fool proof..... :)
    
    -sv
    
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 15:10:44 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 11:10:44 -0400
    Subject: rpms/apachetop/FC-3 .cvsignore, 1.2, 1.3 apachetop.spec, 1.5,
    	1.6 sources, 1.2, 1.3 apachetop-0.12-gcc34.patch, 1.1, NONE
    Message-ID: <200505081511.j48FBElq027743@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/apachetop/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/FC-3
    
    Modified Files:
    	.cvsignore apachetop.spec sources 
    Removed Files:
    	apachetop-0.12-gcc34.patch 
    Log Message:
    - version 0.12.5
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:03:16 -0000	1.2
    +++ .cvsignore	8 May 2005 15:10:42 -0000	1.3
    @@ -1 +1 @@
    -apachetop-0.12.tar.gz
    +apachetop-0.12.5.tar.gz
    
    
    Index: apachetop.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/FC-3/apachetop.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- apachetop.spec	11 Nov 2004 11:14:06 -0000	1.5
    +++ apachetop.spec	8 May 2005 15:10:42 -0000	1.6
    @@ -1,13 +1,12 @@
     Name:           apachetop
    -Version:        0.12
    -Release:        2
    +Version:        0.12.5
    +Release:        1%{?dist}
     Summary:        A top-like display of Apache logs
     
     Group:          Applications/Internet
     License:        BSD
     URL:            http://clueful.shagged.org/apachetop
    -Source0:        http://clueful.shagged.org/apachetop/files/apachetop-0.12.tar.gz
    -Patch:          apachetop-0.12-gcc34.patch
    +Source0:        http://clueful.shagged.org/apachetop/files/apachetop-0.12.5.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  ncurses-devel, m4, readline-devel
    @@ -21,7 +20,6 @@
     
     %prep
     %setup -q
    -%patch -p1 -b .gcc34
     
     
     %build
    @@ -41,11 +39,15 @@
     %files 
     %defattr(-,root,root,-)
     %doc AUTHORS LICENSE ChangeLog README TODO
    -%{_sbindir}/*
    +%{_bindir}/*
     %{_mandir}/man[^3]/*
     
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  0.12.5-1%{?dist}
    +- version 0.12.5
    +- drop patch (applied upsteam)
    +
     * Thu Nov 11 2004 Michael Schwendt  0.12-2
     - Fix build for FC3/GCC 3.4.
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:03:16 -0000	1.2
    +++ sources	8 May 2005 15:10:42 -0000	1.3
    @@ -1 +1 @@
    -be26959e66325208ae3396f5f7182c1d  apachetop-0.12.tar.gz
    +47c40c26319d57100008a2a56dcefe06  apachetop-0.12.5.tar.gz
    
    
    --- apachetop-0.12-gcc34.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 15:10:45 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 11:10:45 -0400
    Subject: rpms/apachetop/devel .cvsignore, 1.2, 1.3 apachetop.spec, 1.7,
    	1.8 sources, 1.2, 1.3 apachetop-0.12-gcc34.patch, 1.1, NONE
    Message-ID: <200505081511.j48FBF2F027748@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/apachetop/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/devel
    
    Modified Files:
    	.cvsignore apachetop.spec sources 
    Removed Files:
    	apachetop-0.12-gcc34.patch 
    Log Message:
    - version 0.12.5
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:03:16 -0000	1.2
    +++ .cvsignore	8 May 2005 15:10:43 -0000	1.3
    @@ -1 +1 @@
    -apachetop-0.12.tar.gz
    +apachetop-0.12.5.tar.gz
    
    
    Index: apachetop.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/devel/apachetop.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- apachetop.spec	6 Apr 2005 22:11:10 -0000	1.7
    +++ apachetop.spec	8 May 2005 15:10:43 -0000	1.8
    @@ -1,14 +1,12 @@
     Name:           apachetop
    -Version:        0.12
    -Release:        3
    -
    -Summary:        Top-like display of Apache logs
    +Version:        0.12.5
    +Release:        1%{?dist}
    +Summary:        A top-like display of Apache logs
     
     Group:          Applications/Internet
     License:        BSD
     URL:            http://clueful.shagged.org/apachetop
    -Source0:        http://clueful.shagged.org/apachetop/files/apachetop-0.12.tar.gz
    -Patch:          apachetop-0.12-gcc34.patch
    +Source0:        http://clueful.shagged.org/apachetop/files/apachetop-0.12.5.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  ncurses-devel, m4, readline-devel
    @@ -22,7 +20,6 @@
     
     %prep
     %setup -q
    -%patch -p1 -b .gcc34
     
     
     %build
    @@ -39,16 +36,17 @@
     rm -rf $RPM_BUILD_ROOT
     
     
    -%files
    +%files 
     %defattr(-,root,root,-)
     %doc AUTHORS LICENSE ChangeLog README TODO
    -%{_sbindir}/*
    +%{_bindir}/*
     %{_mandir}/man[^3]/*
     
     
     %changelog
    -* Fri Apr  7 2005 Michael Schwendt 
    -- rebuilt
    +* Sun May 08 2005 Aurelien Bompard  0.12.5-1%{?dist}
    +- version 0.12.5
    +- drop patch (applied upsteam)
     
     * Thu Nov 11 2004 Michael Schwendt  0.12-2
     - Fix build for FC3/GCC 3.4.
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:03:16 -0000	1.2
    +++ sources	8 May 2005 15:10:43 -0000	1.3
    @@ -1 +1 @@
    -be26959e66325208ae3396f5f7182c1d  apachetop-0.12.tar.gz
    +47c40c26319d57100008a2a56dcefe06  apachetop-0.12.5.tar.gz
    
    
    --- apachetop-0.12-gcc34.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 15:13:09 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 11:13:09 -0400
    Subject: common tobuild,1.236,1.237
    Message-ID: <200505081513.j48FD94t027813@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27796
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/apachetop/FC-3 apachetop-0_12_5-1 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.236
    retrieving revision 1.237
    diff -u -r1.236 -r1.237
    --- tobuild	8 May 2005 14:31:01 -0000	1.236
    +++ tobuild	8 May 2005 15:13:07 -0000	1.237
    @@ -28,3 +28,4 @@
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    +abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
    
    
    
    From jwboyer at jdub.homelinux.org  Sun May  8 15:20:54 2005
    From: jwboyer at jdub.homelinux.org (Josh Boyer)
    Date: Sun, 08 May 2005 10:20:54 -0500
    Subject: common tobuild,1.233,1.234
    In-Reply-To: <1115564656.21549.9.camel@cutter>
    References: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    	<1115562644.21549.3.camel@cutter>
    	<1115563003.8237.56.camel@mccallum.corsepiu.local>
    	<1115564656.21549.9.camel@cutter>
    Message-ID: <1115565654.27280.103.camel@jdub.homelinux.org>
    
    On Sun, 2005-05-08 at 11:04 -0400, seth vidal wrote:
    > > You could have told me in advance.
    > 
    > I could have - I just expected you would know that sometimes cvs has
    > conflicts it can't deal with.
    > 
    > 
    > > "Don't request builds here any longer - just do the build request
    > > yourself: 'make build TARGET=development' will work"
    > > 
    > > all I did was to issue a "make build TARGET=development" and managed to
    > > destroy tobuild unintentionally.
    > 
    > you added 2 lines to it that wouldn't get parsed. Hardly destroyed but
    > it wouldn't result in the desired outcome.
    > 
    > 
    > > Sorry, Seth, but this is not fool-proof enough, yet.
    > 
    > You know what they say about making things fool proof..... :)
    > 
    
    "A common mistake that people make when trying to design something
    completely foolproof is to underestimate the ingenuity of complete
    fools."  -- Douglas Adams
    
    :)
    
    josh
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 16:35:48 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sun,  8 May 2005 12:35:48 -0400
    Subject: rpms/xfce4-mixer/FC-3 xfce4-mixer.spec,1.3,1.4
    Message-ID: <200505081635.j48GZmJb028936@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfce4-mixer/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28919
    
    Modified Files:
    	xfce4-mixer.spec 
    Log Message:
    Fix libxml2 buildrequires to be libxml2-devel
    
    
    
    Index: xfce4-mixer.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfce4-mixer/FC-3/xfce4-mixer.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- xfce4-mixer.spec	2 Apr 2005 17:07:38 -0000	1.3
    +++ xfce4-mixer.spec	8 May 2005 16:35:46 -0000	1.4
    @@ -1,7 +1,7 @@
     Summary: Volume control plugin for the Xfce 4 panel
     Name: xfce4-mixer
     Version: 4.2.1
    -Release: 4.fc3
    +Release: 5.fc3
     License: BSD
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-mixer-4.2.1.tar.bz2
    @@ -13,7 +13,7 @@
     BuildRequires: libxfcegui4-devel >= 4.2.1
     BuildRequires: libxfce4mcs-devel >= 4.2.1
     BuildRequires: xfce-mcs-manager-devel >= 4.2.1
    -BuildRequires: libxml2 >= 2.4.0
    +BuildRequires: libxml2-devel >= 2.4.0
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
     
    @@ -46,6 +46,9 @@
     %{_datadir}/icons/hicolor/48x48/apps/xfce4-mixer.png
     
     %changelog
    +* Sun May  8 2005 Kevin Fenzi  - 4.2.1-5.fc3
    +- Fix libxml2 buildrequires to be libxml2-devel
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc3
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 16:36:10 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sun,  8 May 2005 12:36:10 -0400
    Subject: common tobuild,1.237,1.238
    Message-ID: <200505081636.j48GaA2S028996@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28979
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-mixer/FC-3 xfce4-mixer-4_2_1-5_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.237
    retrieving revision 1.238
    diff -u -r1.237 -r1.238
    --- tobuild	8 May 2005 15:13:07 -0000	1.237
    +++ tobuild	8 May 2005 16:36:08 -0000	1.238
    @@ -29,3 +29,4 @@
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
     abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
    +kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 16:36:43 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sun,  8 May 2005 12:36:43 -0400
    Subject: rpms/xfce4-mixer/devel xfce4-mixer.spec,1.4,1.5
    Message-ID: <200505081636.j48GahaR029026@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfce4-mixer/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29009
    
    Modified Files:
    	xfce4-mixer.spec 
    Log Message:
    Fix libxml2 buildrequires to be libxml2-devel
    
    
    
    Index: xfce4-mixer.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfce4-mixer/devel/xfce4-mixer.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- xfce4-mixer.spec	25 Mar 2005 20:56:28 -0000	1.4
    +++ xfce4-mixer.spec	8 May 2005 16:36:41 -0000	1.5
    @@ -1,7 +1,7 @@
     Summary: Volume control plugin for the Xfce 4 panel
     Name: xfce4-mixer
     Version: 4.2.1
    -Release: 4.fc4
    +Release: 5.fc4
     License: BSD
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-mixer-4.2.1.tar.bz2
    @@ -13,7 +13,7 @@
     BuildRequires: libxfcegui4-devel >= 4.2.1
     BuildRequires: libxfce4mcs-devel >= 4.2.1
     BuildRequires: xfce-mcs-manager-devel >= 4.2.1
    -BuildRequires: libxml2 >= 2.4.0
    +BuildRequires: libxml2-devel >= 2.4.0
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
     
    @@ -46,6 +46,9 @@
     %{_datadir}/icons/hicolor/48x48/apps/xfce4-mixer.png
     
     %changelog
    +* Sun May  8 2005 Kevin Fenzi  - 4.2.1-5.fc4
    +- Fix libxml2 buildrequires to be libxml2-devel
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc4
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 16:49:52 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Sun,  8 May 2005 12:49:52 -0400
    Subject: common tobuild,1.238,1.239
    Message-ID: <200505081649.j48GnqPe029074@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29057
    
    Modified Files:
    	tobuild 
    Log Message:
    
    remove old
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.238
    retrieving revision 1.239
    diff -u -r1.238 -r1.239
    --- tobuild	8 May 2005 16:36:08 -0000	1.238
    +++ tobuild	8 May 2005 16:49:50 -0000	1.239
    @@ -1,27 +1,6 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    -skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    -toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    -gemi	rpms/graveman/FC-3	graveman-0_3_11-1	FC-3
    -mschwendt	devel/gai-pal	gai-pal-0_7-5	development
    -dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
    -ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
    -thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
    -thl	rpms/enigma/devel	enigma-0_91-5	development
    -jpo	rpms/perl-Config-Tiny/FC-3	perl-Config-Tiny-2_01-1	FC-3
    -jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    -dragoon	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_11-1_fc3	FC3
    -scop	rpms/perl-Module-Build/devel	perl-Module-Build-0_2610-3	development
    -jpo	rpms/libol/devel	libol-0_3_16-1_fc4	development
    -scop	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	development
    -gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC-3
    -kevin	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-5_fc3	FC3
    -denis	rpms/gconfmm26/devel	gconfmm26-2_10_0-2	development
    -denis	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    -gemi	rpms/graveman/FC-3	graveman-0_3_11-2	fc3
    -gemi	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	FC3
     gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
     thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:04:37 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sun,  8 May 2005 13:04:37 -0400
    Subject: rpms/xfce4-session/FC-3 xfce4-session.spec,1.3,1.4
    Message-ID: <200505081704.j48H4bdY030065@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfce4-session/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30048
    
    Modified Files:
    	xfce4-session.spec 
    Log Message:
    Add xorg-x11 buildrequires for iceauth check in configure
    
    
    
    Index: xfce4-session.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfce4-session/FC-3/xfce4-session.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- xfce4-session.spec	2 Apr 2005 17:07:48 -0000	1.3
    +++ xfce4-session.spec	8 May 2005 17:04:35 -0000	1.4
    @@ -1,7 +1,7 @@
     Summary: Xfce session manager
     Name: xfce4-session
     Version: 4.2.1
    -Release: 4.fc3
    +Release: 5.fc3
     License: GPL
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-session-4.2.1.tar.bz2
    @@ -15,6 +15,7 @@
     BuildRequires: xfce-mcs-manager-devel >= 4.2.1
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
    +BuildRequires: xorg-x11
     
     %description
     xfce4-session is the session manager for the Xfce desktop environment.
    @@ -84,6 +85,9 @@
     %{_libexecdir}/balou-*
     
     %changelog
    +* Sun May  8 2005 Kevin Fenzi  - 4.2.1-5.fc3
    +- Add xorg-x11 buildrequires for iceauth check in configure
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc3
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:07:18 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sun,  8 May 2005 13:07:18 -0400
    Subject: rpms/xfce4-session/devel xfce4-session.spec,1.4,1.5
    Message-ID: <200505081707.j48H7IFD030145@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfce4-session/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30121
    
    Modified Files:
    	xfce4-session.spec 
    Log Message:
    Add xorg-x11 buildrequires for iceauth check in configure
    
    
    
    Index: xfce4-session.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfce4-session/devel/xfce4-session.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- xfce4-session.spec	25 Mar 2005 21:00:15 -0000	1.4
    +++ xfce4-session.spec	8 May 2005 17:07:16 -0000	1.5
    @@ -1,7 +1,7 @@
     Summary: Xfce session manager
     Name: xfce4-session
     Version: 4.2.1
    -Release: 4.fc4
    +Release: 5.fc4
     License: GPL
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-session-4.2.1.tar.bz2
    @@ -15,6 +15,7 @@
     BuildRequires: xfce-mcs-manager-devel >= 4.2.1
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
    +BuildRequires: xorg-x11
     
     %description
     xfce4-session is the session manager for the Xfce desktop environment.
    @@ -84,6 +85,9 @@
     %{_libexecdir}/balou-*
     
     %changelog
    +* Sun May  8 2005 Kevin Fenzi  - 4.2.1-5.fc4
    +- Add xorg-x11 buildrequires for iceauth check in configure
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc4
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:09:00 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:09:00 -0400
    Subject: rpms/zope/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 zope.spec,
    	1.9, 1.10
    Message-ID: <200505081709.j48H92Yr030193@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/zope/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30159/devel
    
    Modified Files:
    	.cvsignore sources zope.spec 
    Log Message:
    - new version
    - use disttag
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/devel/.cvsignore,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- .cvsignore	8 Apr 2005 08:57:40 -0000	1.5
    +++ .cvsignore	8 May 2005 17:08:57 -0000	1.6
    @@ -1,2 +1 @@
    -Zope-2.7.5-final.tgz
    -Hotfix_20050405.tar.gz
    +Zope-2.7.6-final.tgz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/devel/sources,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- sources	8 Apr 2005 08:57:40 -0000	1.5
    +++ sources	8 May 2005 17:08:57 -0000	1.6
    @@ -1,2 +1 @@
    -5b5c5823c62370d9f7325c6014a49d8b  Zope-2.7.5-final.tgz
    -c91c6fa42bfcfed24826d0cd4d69419b  Hotfix_20050405.tar.gz
    +f781d13a0cc917e517d4521270691394  Zope-2.7.6-final.tgz
    
    
    Index: zope.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/devel/zope.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- zope.spec	8 Apr 2005 08:57:40 -0000	1.9
    +++ zope.spec	8 May 2005 17:08:57 -0000	1.10
    @@ -12,13 +12,13 @@
     
     Name:    zope
     Summary: Web application server for flexible content management applications
    -Version: 2.7.5
    -Release: 2.fc4
    +Version: 2.7.6
    +Release: 1%{?dist}
     License: ZPL
     Group: 	 System Environment/Daemons
     URL:     http://www.zope.org/
    -Source0: http://zope.org/Products/Zope/2.7.5/Zope-2.7.5-final.tgz
    -Source10: http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/Hotfix_20050405.tar.gz
    +Source0: http://zope.org/Products/Zope/2.7.6/Zope-2.7.6-final.tgz
    +#Source10: http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/Hotfix_20050405.tar.gz
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     Source1: zope.init.in
    @@ -45,7 +45,7 @@
     
     
     %prep
    -%setup -q -n Zope-%{version}-final -a 10
    +%setup -q -n Zope-%{version}-final #-a 10
     # Do not use -b option, or we'll install the backup too
     %patch0 -p1 -b .config
     rm -f skel/etc/zope.conf.in.config
    @@ -103,7 +103,7 @@
     make install
     
     # Hotfix
    -cp -a Hotfix_20050405 $RPM_BUILD_ROOT%{zope_home}/lib/python/Products
    +#cp -a Hotfix_20050405 $RPM_BUILD_ROOT%{zope_home}/lib/python/Products
     
     chmod 700 $RPM_BUILD_ROOT%{instance_home}
     chmod 755 $RPM_BUILD_ROOT%{zope_home}
    @@ -184,6 +184,10 @@
     
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  2.7.6-1%{?dist}
    +- version 2.7.6
    +- use disttag
    +
     * Thu Apr 07 2005 Aurelien Bompard  2.7.5-2.fc4
     - add hotfix
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:10:41 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:10:41 -0400
    Subject: rpms/zope/FC-3 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 zope.spec, 1.5,
    	1.6
    Message-ID: <200505081710.j48HAfmE030227@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/zope/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30206
    
    Modified Files:
    	.cvsignore sources zope.spec 
    Log Message:
    - new version
    - use disttag
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/FC-3/.cvsignore,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- .cvsignore	8 Apr 2005 08:57:40 -0000	1.5
    +++ .cvsignore	8 May 2005 17:10:39 -0000	1.6
    @@ -1,2 +1 @@
    -Zope-2.7.5-final.tgz
    -Hotfix_20050405.tar.gz
    +Zope-2.7.6-final.tgz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/FC-3/sources,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- sources	8 Apr 2005 08:57:40 -0000	1.5
    +++ sources	8 May 2005 17:10:39 -0000	1.6
    @@ -1,2 +1 @@
    -5b5c5823c62370d9f7325c6014a49d8b  Zope-2.7.5-final.tgz
    -c91c6fa42bfcfed24826d0cd4d69419b  Hotfix_20050405.tar.gz
    +f781d13a0cc917e517d4521270691394  Zope-2.7.6-final.tgz
    
    
    Index: zope.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/FC-3/zope.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- zope.spec	8 Apr 2005 08:57:40 -0000	1.5
    +++ zope.spec	8 May 2005 17:10:39 -0000	1.6
    @@ -12,13 +12,13 @@
     
     Name:    zope
     Summary: Web application server for flexible content management applications
    -Version: 2.7.5
    -Release: 2.fc3
    +Version: 2.7.6
    +Release: 1%{?dist}
     License: ZPL
     Group: 	 System Environment/Daemons
     URL:     http://www.zope.org/
    -Source0: http://zope.org/Products/Zope/2.7.5/Zope-2.7.5-final.tgz
    -Source10: http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/Hotfix_20050405.tar.gz
    +Source0: http://zope.org/Products/Zope/2.7.6/Zope-2.7.6-final.tgz
    +#Source10: http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/Hotfix_20050405.tar.gz
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     Source1: zope.init.in
    @@ -45,7 +45,7 @@
     
     
     %prep
    -%setup -q -n Zope-%{version}-final -a 10
    +%setup -q -n Zope-%{version}-final #-a 10
     # Do not use -b option, or we'll install the backup too
     %patch0 -p1 -b .config
     rm -f skel/etc/zope.conf.in.config
    @@ -103,7 +103,7 @@
     make install
     
     # Hotfix
    -cp -a Hotfix_20050405 $RPM_BUILD_ROOT%{zope_home}/lib/python/Products
    +#cp -a Hotfix_20050405 $RPM_BUILD_ROOT%{zope_home}/lib/python/Products
     
     chmod 700 $RPM_BUILD_ROOT%{instance_home}
     chmod 755 $RPM_BUILD_ROOT%{zope_home}
    @@ -121,6 +121,7 @@
         ddir=\"%{zope_home}\", force=1)"
     
     
    +
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    @@ -183,13 +184,17 @@
     
     
     %changelog
    -* Thu Apr 07 2005 Aurelien Bompard  2.7.5-2.fc3
    +* Sun May 08 2005 Aurelien Bompard  2.7.6-1%{?dist}
    +- version 2.7.6
    +- use disttag
    +
    +* Thu Apr 07 2005 Aurelien Bompard  2.7.5-2.fc4
     - add hotfix
     
    -* Thu Mar 24 2005 Aurelien Bompard  2.7.5-1.fc3
    +* Thu Mar 24 2005 Aurelien Bompard  2.7.5-1.fc4
     - version 2.7.5
     - drop Epoch
    -- change release tag for FC3
    +- change release tag for FC4
     - convert some tabs into spaces
     
     * Wed Jan 26 2005 Aurelien Bompard  2.7.4-1
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:13:25 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Sun,  8 May 2005 13:13:25 -0400
    Subject: rpms/xemacs-sumo/devel xemacs-sumo-java-fontlock.patch, NONE,
    	1.1 xemacs-sumo-w3.css, NONE, 1.1 .cvsignore, 1.3, 1.4 sources,
    	1.3, 1.4 xemacs-sumo.spec, 1.4,
    	1.5 mh-e-7.4.2-toolbar-100764.patch, 1.1, NONE
    Message-ID: <200505081713.j48HDPa6030271@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/rpms/xemacs-sumo/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30248
    
    Modified Files:
    	.cvsignore sources xemacs-sumo.spec 
    Added Files:
    	xemacs-sumo-java-fontlock.patch xemacs-sumo-w3.css 
    Removed Files:
    	mh-e-7.4.2-toolbar-100764.patch 
    Log Message:
    2005-05-05.
    
    xemacs-sumo-java-fontlock.patch:
    
    --- NEW FILE xemacs-sumo-java-fontlock.patch ---
    http://list-archive.xemacs.org/xemacs-patches/200503/msg00230.html
    
    --- xemacs-packages/lisp/cc-mode/cc-engine.el~	2004-08-12 08:44:10.000000000 +0300
    +++ xemacs-packages/lisp/cc-mode/cc-engine.el	2005-05-01 23:20:43.000000000 +0300
    @@ -2446,7 +2446,8 @@
     	    (and
     	     (progn
     	       (setq search-pos (point))
    -	       (re-search-forward regexp bound noerror))
    +	       (if (>= bound (point))
    +		   (re-search-forward regexp bound noerror)))
     
     	     (progn
     	       (setq state (parse-partial-sexp
    
    
    --- NEW FILE xemacs-sumo-w3.css ---
    /******************************************************************************
    **       File: default.css
    **    Purpose: Default Stylesheet for Emacs/W3
    **       Info: Copyright (c) 1995-1996 William M. Perry 
    **             Copyright (c) 1997 Free Software Foundation, Inc.
    **    Created: William M. Perry , Aug-31-1995
    ** Maintainer: William M. Perry 
    **
    **  This contains the top level fallback default styles for Emacs/W3
    **
    *******************************************************************************
    **
    ** To specify device-dependent styles, you must mark a section with
    ** @media devicetype { ... }
    ** If you are not using 'devicetype', then anything within the { ... }
    ** is ignored.
    **
    ** These sections are currently defined by
    ** http://www.w3.org/pub/WWW/Style/Group/WD-PRINT-961220
    ** 
    **    print  - output for paged opaque material, and for documents viewed
    **             on screen in print preview mode
    **    screen - a continuous presentation of computer screens
    ** projector - paged presentation for projected presentations
    **   braille - for braille tactile feedback devices
    **    speech - aural presentation
    **       all - the default value, applies to all output devices
    **
    ** There are a few special Emacs/W3 sections
    **
    **     emacs - only include this chunk if you are using Emacs 19
    **    xemacs - only include this chunk if you are using XEmacs
    ** multifont - only include this chunk if you are using a multi-font capable Emacs variant
    **   unifont - only include this chunk if you are using a uni-font capable Emacs variant
    **     light - only include this chunk if you are using a light background
    **      dark - only include this chunk if you are using a dark background
    **       tty - only include this chunk if you are using a TTY
    **  ansi-tty - only include this chunk if you are using an ANSI-capable TTY 
    *******************************************************************************
    **
    ** There are some things this stylesheet cannot really specify, that we 
    ** must rely on the browser to explicitly handle correctly:
    **
    ** o table formatting
    ** o actually creating a hyperlink from an  tag and its attributes
    ** o specifying which tags open lists
    ** o inlined images
    ** o frames (perhaps with positioning)
    ** o applet/script/embed/object
    ** o horizontal rules
    ******************************************************************************/
    
    /* Headers */
    
    h1,h2,h3,
    h4,h5,h6  {
    	    display: block;
                font-family : serif;
                font-weight : bold;
              }
    
    @media multifont {
          h1  { font-size : +12pt }
          h2  { font-size : +6pt  }
          h3  { font-size : +4pt  }
          h5  { font-size : -2pt  }
          h6  { font-size : -4pt  }
    }
    
    /* This causes problems with Emacs 19 */
    @media multifont {
       pre,xmp,
      plaintext { font-family: monospace }
    key,code,tt { font-family: monospace }
    }
    
    /*
    ** Best we can do under Emacs-19 is use the default font and try to make
    ** the headers stand out somehow.
    */
    
    @media unifont {
    h1,h2,h3,
    h4,h5,h6  { text-decoration: underline; }
           h1 { color: rgb(0,255,255); }   // cyan
           h2 { color: rgb(70,130,180); }  // steelblue
           h3 { color: rgb(106,90,205); }  // slateblue
           h4 { color: rgb(135,206,235); } // skyblue
           h5 { color: rgb(0,0,128); }     // navy
           h6 { color: rgb(173,216,230); } // lightblue
    
    strong,em { color: red         }
          dfn { font-style: italic }
     s,strike { color: green       }
    
    } // @media unifont
    
           p  { display: block }
     pre,xmp  { display: block; white-space: pre; }
    blockquote{ display: block; margin-left: 5em; margin-right: 5em; }
    
    /*
    ** How to draw form elements.
    ** This is an extension in Emacs/W3 (and perhaps soon E-Scape)
    ** Since there are so many different types of input fields, you should be
    ** able to control formatting based on that.  Enter pseudo-classes.
    **
    ** This functionality will be removed as soon as the W3C comes up with
    ** the standard way to do this, perhaps in CSS level 2.
    */
    input:text,
    input:int,
    input:float,
    input:url,
    input:password,
    input:text    { text-decoration: underline; }
    input:submit  { color: green;  text-decoration: none; }
    input:reset   { color: red;    text-decoration: none; }
    input:button  { color: yellow; text-decoration: none; }
    input:image   { text-decoration: none; }
    
    /*
    ** List formatting instructions
    */
    
           ul { display: block;     }
           ol { display: block;     }
           dl { display: block;     }
          dir { display: block;     }
         menu { display: block;     }
           dt { font-weight: bold; display: line }
           dd { display: line; margin-left: 5em; }
           li { display: list-item; margin-left: 5em; }
           ol { list-style: decimal; }
           ul { list-style: circle; }
    
    /* These are to make nested list items look better */
    ul ul,ol ul,ol ol,ul ol { display: line; }
    
    /*
    ** All logical emphasis tags, the way god intended
    */
    
            div { display: line;                }
      strong,em { font-weight: bold             }
            dfn { font-style: italic            }
       s,strike { text-decoration: line-through }
            sub { text-position: sub            }
            sup { text-position: sup            }
         secret { text-transform: rot13         }
    
    /*
    ** Physical emphasis - spawn of evil
    */
              b { font-weight: bold }
    	  i { font-style: italic }
              u { text-decoration: underline }
          blink { text-decoration: blink }
         center { display: line; text-align: center; }
    /*
    ** Various and sundry
    */
             br { display: line }
             hr { display: line; text-align: center; }
    
    
    /*
    ** Hypertext link coloring
    */
    
    a:link    { color: #FF0000 }
    a:visited { color: #B22222 }
    a:active  { color: #FF0000 }
    
    /*
    ** Table formatting
    */
    table     { display: block;    }
       th     { display: block; font-weight: bold; text-align: center; }
       td     { display: block; text-align: left; }
    caption   { display: block; text-align: center; }
    
    /*
    ** Various other character-level formatting issues
    */
    
     address { text-align: right; display: line; }
    abstract { font-style: bold & italic ; text-align : indent }
       quote { font-style: italic ; text-align : indent }
    
    /*
    ** Now for monochrome defaults
    */
    @media mono {
       a:link { color: black; text-decoration: underline }
    a:visited { color: black; text-decoration: underline }
     a:active { color: white }
    } // @media mono
    /*
    ** All the TTY specific formatting
    */
    
    @media tty {
    /*
    ** First, handle some stuff for generic TTYs to emulate our old
    ** behaviour with w3-delimit-links and a subset of w3-delimit-emphasis
    */
    
    h1,h2,h3,
    h4,h5,h6 {
               insert-before: *;
               insert-after: *
             }
    
    a:visited{
               insert-before: "{{";
               insert-after: "}}"
             }
    
    a:link   {
               insert-before: "[[";
               insert-after: "]]"
             }
    
    input:text,
    input:int,
    input:float,
    input:url,
    input:file,
    input:password,
    input:text    { insert-before: "[{"; insert-after: "}]"; }
    select { insert-before: "[{"; insert-after: "}]"; }
    
    } // @media tty
    
    
    @media ansi-tty {
    /*
    ** Now comes the cool TTY stuff.  You will need to be using XEmacs 19.14
    ** or later (or Emacs 19.30 under DOS) in order to get any benefit from
    ** these whatsoever.  But if you are using one of these, wow, cool, eh?
    **
    ** ANSI specifies these colors, and most (all?) TTYs that support color
    ** will generally have 2 versions.  One normal and one bright or 'standout'
    ** version.
    **
    **  Color     R     G     B
    ** --------------------------
    **   white - 1.0 , 1.0 , 1.0
    **    cyan - 0.0 , 1.0 , 1.0
    ** magenta - 1.0 , 0.0 , 1.0
    **    blue - 0.0 , 0.0 , 1.0
    **  yellow - 1.0 , 1.0 , 0.0
    **   green - 0.0 , 1.0 , 0.0
    **     red - 1.0 , 0.0 , 0.0
    **   black - 0.0 , 0.0 , 0.0
    */
    
    h1,h2,h3,
    h4,h5,h6  { color : cyan     }
    a:visited { color : magenta  }
       a:link { color : red      }
     a:active { color : yellow   }
    } // @media ansi-tty
    
    /*
    ** Secial styles for the Emacspeak subsystem of emacs - an incredibly cool
    ** speech synthesizer.  This was contributed by T.V. Raman (raman at adobe.com)
    */
    @media speech {
    h1,h2,h3,
    h4,h5,h6 { voice-family: paul; stress: 2; richness: 9; }
          h1 { pitch: 1; pitch-range: 9; }
          h2 { pitch: 2; pitch-range: 8; }
          h3 { pitch: 3; pitch-range: 7; }
          h4 { pitch: 4; pitch-range: 6; }
          h5 { pitch: 5; pitch-range: 5; }
          h6 { pitch: 6; pitch-range: 4; }
    
    li,dt,dd { pitch: 6; richness: 6; }
          dt { stress: 8; }
          th { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
    
    pre,xmp,plaintext,key,code,tt { pitch: 5; 
    				pitch-range: 0;
    				stress: 0;
    				richness: 8;
    			      }
          em { pitch: 6; pitch-range: 6; stress: 6; richness: 5; }
      strong { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
         dfn { pitch: 7; pitch-range: 6; stress: 6; }
    s,strike { richness: 0; }
           i { pitch: 6; pitch-range: 6; stress: 6; richness: 5 }
           b { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
           u { richness: 0; }
       a:link { voice-family: harry; }
    a:visited { voice-family: betty;}
     a:active { voice-family: betty; pitch-range: 8; pitch: 8 }
    
    } // @media speech
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/xemacs-sumo/devel/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	9 Mar 2005 17:06:25 -0000	1.3
    +++ .cvsignore	8 May 2005 17:13:23 -0000	1.4
    @@ -1,2 +1,2 @@
    -xemacs-mule-sumo-2005-03-07.tar.bz2
    -xemacs-sumo-2005-03-07.tar.bz2
    +xemacs-mule-sumo-2005-05-05.tar.bz2
    +xemacs-sumo-2005-05-05.tar.bz2
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/xemacs-sumo/devel/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	9 Mar 2005 17:06:25 -0000	1.3
    +++ sources	8 May 2005 17:13:23 -0000	1.4
    @@ -1,2 +1,2 @@
    -09c6c1b8b39b7460329c522db2a08abf  xemacs-mule-sumo-2005-03-07.tar.bz2
    -dd937961bbbb5851be9b4d0ea22e6d8c  xemacs-sumo-2005-03-07.tar.bz2
    +561bac71479bc400173c21c854c37beb  xemacs-mule-sumo-2005-05-05.tar.bz2
    +f98700b3db3ce279fe2c4234806f7dfa  xemacs-sumo-2005-05-05.tar.bz2
    
    
    Index: xemacs-sumo.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xemacs-sumo/devel/xemacs-sumo.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- xemacs-sumo.spec	6 Apr 2005 20:38:32 -0000	1.4
    +++ xemacs-sumo.spec	8 May 2005 17:13:23 -0000	1.5
    @@ -1,13 +1,14 @@
    -%define sumo_ver 2005-03-07
    +%define sumo_ver 2005-05-05
     
     Summary: XEmacs Lisp packages
     Name: xemacs-sumo
     Version: %(echo %{sumo_ver} | tr -d -)
    -Release: 2
    +Release: 1
     License: GPL
     Group: Applications/Editors
     Source0: ftp://ftp.xemacs.org/packages/xemacs-sumo-%{sumo_ver}.tar.bz2
     Source1: ftp://ftp.xemacs.org/packages/xemacs-mule-sumo-%{sumo_ver}.tar.bz2
    +Source2: %{name}-w3.css
     Source10: Emacs.ad.ja_JP.eucJP
     Source11: Emacs.ad.ko_KR.eucKR
     Source12: Emacs.ad.zh_CN.GB2312
    @@ -31,6 +32,7 @@
     # anyway to for the sake of smooth upgrades.
     Provides: apel-xemacs = 10.2 mew-xemacs = 1.94.2
     Obsoletes: apel-xemacs < 10.6-6 mew-xemacs < 4.1-2 ddskk-xemacs < 12.2.0-5
    +Patch0: %{name}-java-fontlock.patch
     Patch6: auctex-texsite-jlatex-detect-69129.patch
     Patch7: auctex-texjp-platex.patch
     Patch8: egg-wnn-host-unix-79826.patch
    @@ -39,7 +41,6 @@
     Patch13: jde-ug-rel-links.patch
     Patch14: jde-ug-section-links-89499.patch
     Patch15: avoid-catch-error-65346.patch
    -Patch16: mh-e-7.4.2-toolbar-100764.patch
     
     %description
     XEmacs (like GNU Emacs) is a self-documenting, customizable,
    @@ -81,7 +82,8 @@
     
     %prep
     %setup -q -c xemacs-sumo-%{version} -a1
    -
    +# fix font-lock warnings in JDE
    +%patch0 -p0
     # fix jlatex autodetection
     %patch6 -p0
     # use ptex rather jtex by default for Japanese
    @@ -98,20 +100,18 @@
     %patch14 -p0
     # catch harmless errors in mouse-avoidance-too-close-p (avoid.el)
     %patch15 -p0
    -# fix toolbar specifier error
    -%patch16 -p0
     
    -# avoid spurious dependencies and bad file modes
    -find . -type f -name "*.el" -perm +111 | xargs chmod 644
    -chmod 644 \
    -  xemacs-packages/lisp/erc/{*ChangeLog*,HACKING.upstream} \
    -  xemacs-packages/etc/xwem/logo.xpm \
    -  xemacs-packages/etc/ess/BACKBUGS.BAT
    +rm xemacs-packages/etc/w3/stylesheet
    +install -pm 644 %{SOURCE2} xemacs-packages/etc/w3/stylesheet
    +
     perl -pi -e "s|/usr/local/bin/perl5?|/usr/bin/perl|g" \
       xemacs-packages/{lisp/hyperbole/file-newer,etc/bbdb/*.pl}
     
    -# internally used scripts
    -chmod +x */lib-src/*
    +chmod +x \
    +  xemacs-packages/etc/bbdb/*.pl \
    +  xemacs-packages/etc/erc/servers.pl \
    +  xemacs-packages/etc/ess/config.guess \
    +  xemacs-packages/etc/idlwave/idlwave_catalog
     
     # remove game we shouldn't ship
     rm xemacs-packages/lisp/games/tetris.el*
    @@ -191,6 +191,10 @@
     
     
     %changelog
    +* Thu May  5 2005 Ville Skytt??  - 20050505-1
    +- 2005-05-05, mh-e toolbar specifier fix applied upstream.
    +- Apply patch from Aidan Kehoe to fix font-lock warnings in JDE.
    +
     * Wed Apr  6 2005 Ville Skytt??  - 20050307-2
     - Make scripts in lib-src/ executable (Emmanuel Thom??, #134512).
     - Drop no longer needed workaround for #64320.
    
    
    --- mh-e-7.4.2-toolbar-100764.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:14:51 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Sun,  8 May 2005 13:14:51 -0400
    Subject: common tobuild,1.239,1.240
    Message-ID: <200505081714.j48HEpow030345@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30328
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xemacs-sumo/devel xemacs-sumo-20050505-1 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.239
    retrieving revision 1.240
    diff -u -r1.239 -r1.240
    --- tobuild	8 May 2005 16:49:50 -0000	1.239
    +++ tobuild	8 May 2005 17:14:49 -0000	1.240
    @@ -9,3 +9,4 @@
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
     abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
     kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
    +scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:21:07 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:21:07 -0400
    Subject: rpms/libkipi/FC-3 .cvsignore, 1.2, 1.3 libkipi.spec, 1.1,
    	1.2 sources, 1.2, 1.3
    Message-ID: <200505081721.j48HL7TI030403@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/libkipi/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30368/FC-3
    
    Modified Files:
    	.cvsignore libkipi.spec sources 
    Log Message:
    - new version
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	12 Jan 2005 20:09:34 -0000	1.2
    +++ .cvsignore	8 May 2005 17:21:05 -0000	1.3
    @@ -1 +1 @@
    -libkipi-0.1.tar.bz2
    +libkipi-0.1.1.tar.bz2
    
    
    Index: libkipi.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/FC-3/libkipi.spec,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- libkipi.spec	12 Jan 2005 20:09:34 -0000	1.1
    +++ libkipi.spec	8 May 2005 17:21:05 -0000	1.2
    @@ -1,13 +1,13 @@
     Name:           libkipi
    -Version:        0.1
    -Release:        2
    -Epoch:          0
    +Version:        0.1.1
    +Release:        1%{?dist}
    +
     Summary:        Common plugin infrastructure for KDE image applications
     
     Group:          System Environment/Libraries
     License:        LGPL
    -URL:            http://extragear.kde.org/apps/kipi.php
    -Source0:        http://dl.sf.net/digikam/libkipi-0.1.tar.bz2
    +URL:            http://extragear.kde.org/apps/kipi
    +Source0:        http://dl.sf.net/digikam/libkipi-0.1.1.tar.bz2
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  kdelibs-devel >= 6:3.0
    @@ -21,7 +21,7 @@
     %package        devel
     Summary:        Common plugin infrastructure for KDE image applications
     Group:          Development/Libraries
    -Requires:       %{name} = %{epoch}:%{version}-%{release}
    +Requires:       %{name} = %{version}-%{release}
     Requires:       kdelibs-devel
     
     %description    devel
    @@ -62,7 +62,7 @@
     
     %files -f %{name}.lang
     %defattr(-,root,root,-)
    -%doc AUTHORS COPYING ChangeLog NEWS README TODO
    +%doc AUTHORS COPYING ChangeLog README TODO
     %{_libdir}/*.so.*
     %{_datadir}/apps/kipi
     %{_datadir}/icons/hicolor/*/apps/kipi.png
    @@ -77,6 +77,13 @@
     
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  0.1.1-1%{?dist}
    +- version 0.1.1
    +- use disttag
    +
    +* Fri Apr  7 2005 Michael Schwendt 
    +- rebuilt
    +
     * Wed Jan 05 2005 Aurelien Bompard  0:0.1-2
     - Fix libkipi-devel requirements
     - Reduce hicolor icon directory ownership bloat
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	12 Jan 2005 20:09:34 -0000	1.2
    +++ sources	8 May 2005 17:21:05 -0000	1.3
    @@ -1 +1 @@
    -7268776060b348c21d9dd9936443dca2  libkipi-0.1.tar.bz2
    +395d87ad36b1261f58bdeac87145734c  libkipi-0.1.1.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:21:07 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:21:07 -0400
    Subject: rpms/libkipi/devel .cvsignore, 1.2, 1.3 libkipi.spec, 1.3,
    	1.4 sources, 1.2, 1.3
    Message-ID: <200505081721.j48HL7OR030411@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/libkipi/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30368/devel
    
    Modified Files:
    	.cvsignore libkipi.spec sources 
    Log Message:
    - new version
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	12 Jan 2005 20:09:34 -0000	1.2
    +++ .cvsignore	8 May 2005 17:21:05 -0000	1.3
    @@ -1 +1 @@
    -libkipi-0.1.tar.bz2
    +libkipi-0.1.1.tar.bz2
    
    
    Index: libkipi.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/devel/libkipi.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- libkipi.spec	6 Apr 2005 22:12:22 -0000	1.3
    +++ libkipi.spec	8 May 2005 17:21:05 -0000	1.4
    @@ -1,13 +1,13 @@
     Name:           libkipi
    -Version:        0.1
    -Release:        3
    +Version:        0.1.1
    +Release:        1%{?dist}
     
     Summary:        Common plugin infrastructure for KDE image applications
     
     Group:          System Environment/Libraries
     License:        LGPL
    -URL:            http://extragear.kde.org/apps/kipi.php
    -Source0:        http://dl.sf.net/digikam/libkipi-0.1.tar.bz2
    +URL:            http://extragear.kde.org/apps/kipi
    +Source0:        http://dl.sf.net/digikam/libkipi-0.1.1.tar.bz2
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  kdelibs-devel >= 6:3.0
    @@ -62,7 +62,7 @@
     
     %files -f %{name}.lang
     %defattr(-,root,root,-)
    -%doc AUTHORS COPYING ChangeLog NEWS README TODO
    +%doc AUTHORS COPYING ChangeLog README TODO
     %{_libdir}/*.so.*
     %{_datadir}/apps/kipi
     %{_datadir}/icons/hicolor/*/apps/kipi.png
    @@ -77,6 +77,10 @@
     
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  0.1.1-1%{?dist}
    +- version 0.1.1
    +- use disttag
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	12 Jan 2005 20:09:34 -0000	1.2
    +++ sources	8 May 2005 17:21:05 -0000	1.3
    @@ -1 +1 @@
    -7268776060b348c21d9dd9936443dca2  libkipi-0.1.tar.bz2
    +395d87ad36b1261f58bdeac87145734c  libkipi-0.1.1.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:24:46 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:24:46 -0400
    Subject: rpms/jpgraph/devel .cvsignore, 1.2, 1.3 jpgraph.spec, 1.4,
    	1.5 sources, 1.2, 1.3
    Message-ID: <200505081725.j48HPHaw030502@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/jpgraph/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30456/devel
    
    Modified Files:
    	.cvsignore jpgraph.spec sources 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:37:24 -0000	1.2
    +++ .cvsignore	8 May 2005 17:24:44 -0000	1.3
    @@ -1 +1 @@
    -jpgraph-1.16.tar.gz
    +jpgraph-1.17.tar.gz
    
    
    Index: jpgraph.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/devel/jpgraph.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- jpgraph.spec	6 Apr 2005 22:12:02 -0000	1.4
    +++ jpgraph.spec	8 May 2005 17:24:44 -0000	1.5
    @@ -1,9 +1,9 @@
     Name:           jpgraph
     Summary:        Object oriented graph drawing class library for PHP
    -Version:        1.16
    -Release:        3
    +Version:        1.17
    +Release:        1%{?dist}
     
    -Source0:        http://members.chello.se/jpgraph/jpgdownloads/jpgraph-1.16.tar.gz
    +Source0:        http://members.chello.se/jpgraph/jpgdownloads/jpgraph-1.17.tar.gz
     License:        QPL
     URL:            http://www.aditus.nu/jpgraph/
     Group:          Development/Libraries
    @@ -77,6 +77,10 @@
     %doc docs/* src/Examples
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  1.17-1%{?dist}
    +- version 1.17
    +- use disttag
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:37:24 -0000	1.2
    +++ sources	8 May 2005 17:24:44 -0000	1.3
    @@ -1 +1 @@
    -b6ed4802e35ce836d37803b77a44df5c  jpgraph-1.16.tar.gz
    +5ac37230d3ec4711c20fa3343485d493  jpgraph-1.17.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:24:45 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:24:45 -0400
    Subject: rpms/jpgraph/FC-3 .cvsignore, 1.2, 1.3 jpgraph.spec, 1.2,
    	1.3 sources, 1.2, 1.3
    Message-ID: <200505081725.j48HPGXv030497@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/jpgraph/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30456/FC-3
    
    Modified Files:
    	.cvsignore jpgraph.spec sources 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:37:24 -0000	1.2
    +++ .cvsignore	8 May 2005 17:24:43 -0000	1.3
    @@ -1 +1 @@
    -jpgraph-1.16.tar.gz
    +jpgraph-1.17.tar.gz
    
    
    Index: jpgraph.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/FC-3/jpgraph.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- jpgraph.spec	10 Dec 2004 22:03:04 -0000	1.2
    +++ jpgraph.spec	8 May 2005 17:24:43 -0000	1.3
    @@ -1,9 +1,9 @@
     Name:           jpgraph
    -Summary:        An OO graph drawing class library for PHP
    -Version:        1.16
    -Release:        2
    -Epoch:          0
    -Source0:        http://members.chello.se/jpgraph/jpgdownloads/jpgraph-1.16.tar.gz
    +Summary:        Object oriented graph drawing class library for PHP
    +Version:        1.17
    +Release:        1%{?dist}
    +
    +Source0:        http://members.chello.se/jpgraph/jpgdownloads/jpgraph-1.17.tar.gz
     License:        QPL
     URL:            http://www.aditus.nu/jpgraph/
     Group:          Development/Libraries
    @@ -24,11 +24,11 @@
     Extensive documentations are availible at:
     http://www.aditus.nu/jpgraph/
     
    -%package	doc
    -Summary:	Documenation for %{name}
    -Group:		Documentation
    +%package        doc
    +Summary:        Documenation for %{name}
    +Group:          Documentation
     
    -%description	doc
    +%description    doc
     JpGraph is a OO Graph drawing library for PHP 4.0.2 and above.
     Highlights of the available features are: text, linear, and log
     scales for both the X and Y axes, anti-aliasing of lines,
    @@ -42,7 +42,7 @@
     
     %prep
     
    -%setup -q 
    +%setup -q
     
     mv src/Changelog .
     
    @@ -77,6 +77,13 @@
     %doc docs/* src/Examples
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  1.17-1%{?dist}
    +- version 1.17
    +- use disttag
    +
    +* Fri Apr  7 2005 Michael Schwendt 
    +- rebuilt
    +
     * Sat Jul 03 2004 Aurelien Bompard  0:1.16-0.fdr.2
     - move to _datadir instead of _libdir
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:37:24 -0000	1.2
    +++ sources	8 May 2005 17:24:43 -0000	1.3
    @@ -1 +1 @@
    -b6ed4802e35ce836d37803b77a44df5c  jpgraph-1.16.tar.gz
    +5ac37230d3ec4711c20fa3343485d493  jpgraph-1.17.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:27:21 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:27:21 -0400
    Subject: rpms/php-adodb/FC-3 .cvsignore, 1.2, 1.3 php-adodb.spec, 1.2,
    	1.3 sources, 1.2, 1.3
    Message-ID: <200505081727.j48HRpfT030561@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/php-adodb/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30523/FC-3
    
    Modified Files:
    	.cvsignore php-adodb.spec sources 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 05:12:35 -0000	1.2
    +++ .cvsignore	8 May 2005 17:27:19 -0000	1.3
    @@ -1 +1 @@
    -adodb452.tgz
    +adodb462.tgz
    
    
    Index: php-adodb.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/FC-3/php-adodb.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- php-adodb.spec	10 Dec 2004 22:03:09 -0000	1.2
    +++ php-adodb.spec	8 May 2005 17:27:19 -0000	1.3
    @@ -1,9 +1,9 @@
     Name:           php-adodb
     Summary:        Active Data Objects Data Base
    -Version:        4.52
    -Release:        1
    -Epoch:          0
    -Source0:        http://dl.sf.net/adodb/adodb452.tgz
    +Version:        4.62
    +Release:        1%{?dist}
    +
    +Source0:        http://dl.sf.net/adodb/adodb462.tgz
     License:        BSD
     URL:            http://adodb.sf.net
     Group:          Development/Libraries
    @@ -17,7 +17,7 @@
     standardised. Every database extension uses a different and
     incompatibile API. This creates a need for a database class
     library to hide the differences between the different databases
    -(encapsulate the differences) so we can easily switch databases. 
    +(encapsulate the differences) so we can easily switch databases.
     
     %prep
     %setup -q -n adodb
    @@ -53,6 +53,13 @@
     %{_var}/www/icons/*
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  4.62-1%{?dist}
    +- version 4.62
    +- use disttag
    +
    +* Fri Apr  7 2005 Michael Schwendt 
    +- rebuilt
    +
     * Wed Aug 11 2004 Aurelien Bompard  0:4.52-0.fdr.1
     - update to 4.52
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 05:12:35 -0000	1.2
    +++ sources	8 May 2005 17:27:19 -0000	1.3
    @@ -1 +1 @@
    -875b59c3bb4d459d5ce662f9b262389e  adodb452.tgz
    +208e9eb5d3e2d4f5a9efbf428db11e70  adodb462.tgz
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:27:21 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:27:21 -0400
    Subject: rpms/php-adodb/devel .cvsignore, 1.2, 1.3 php-adodb.spec, 1.4,
    	1.5 sources, 1.2, 1.3
    Message-ID: <200505081727.j48HRqEB030566@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/php-adodb/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30523/devel
    
    Modified Files:
    	.cvsignore php-adodb.spec sources 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 05:12:35 -0000	1.2
    +++ .cvsignore	8 May 2005 17:27:19 -0000	1.3
    @@ -1 +1 @@
    -adodb452.tgz
    +adodb462.tgz
    
    
    Index: php-adodb.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/devel/php-adodb.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- php-adodb.spec	6 Apr 2005 22:13:29 -0000	1.4
    +++ php-adodb.spec	8 May 2005 17:27:19 -0000	1.5
    @@ -1,9 +1,9 @@
     Name:           php-adodb
     Summary:        Active Data Objects Data Base
    -Version:        4.52
    -Release:        2
    +Version:        4.62
    +Release:        1%{?dist}
     
    -Source0:        http://dl.sf.net/adodb/adodb452.tgz
    +Source0:        http://dl.sf.net/adodb/adodb462.tgz
     License:        BSD
     URL:            http://adodb.sf.net
     Group:          Development/Libraries
    @@ -53,6 +53,10 @@
     %{_var}/www/icons/*
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  4.62-1%{?dist}
    +- version 4.62
    +- use disttag
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 05:12:35 -0000	1.2
    +++ sources	8 May 2005 17:27:19 -0000	1.3
    @@ -1 +1 @@
    -875b59c3bb4d459d5ce662f9b262389e  adodb452.tgz
    +208e9eb5d3e2d4f5a9efbf428db11e70  adodb462.tgz
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:30:23 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:30:23 -0400
    Subject: rpms/xbindkeys/FC-3 .cvsignore, 1.2, 1.3 sources, 1.2,
    	1.3 xbindkeys.spec, 1.3, 1.4
    Message-ID: <200505081730.j48HUNYI030622@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/xbindkeys/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30587/FC-3
    
    Modified Files:
    	.cvsignore sources xbindkeys.spec 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 05:33:17 -0000	1.2
    +++ .cvsignore	8 May 2005 17:30:21 -0000	1.3
    @@ -1 +1 @@
    -xbindkeys-1.7.1.tar.gz
    +xbindkeys-1.7.2.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 05:33:17 -0000	1.2
    +++ sources	8 May 2005 17:30:21 -0000	1.3
    @@ -1 +1 @@
    -9176ee5d331160dc3dfafc41e8ec6925  xbindkeys-1.7.1.tar.gz
    +7aead9049d972221b879f22718528690  xbindkeys-1.7.2.tar.gz
    
    
    Index: xbindkeys.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/FC-3/xbindkeys.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- xbindkeys.spec	10 Dec 2004 22:03:12 -0000	1.3
    +++ xbindkeys.spec	8 May 2005 17:30:21 -0000	1.4
    @@ -1,6 +1,7 @@
     Name:           xbindkeys
    -Version:        1.7.1
    -Release:        1
    +Version:        1.7.2
    +Release:        1%{?dist}
    +
     Summary:        Binds keys or mouse buttons to shell commands under X.
     License:        GPL
     Group:          User Interface/X
    @@ -38,6 +39,13 @@
     %attr(0644, root, root) %{_mandir}/man?/*
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  1.7.2-1%{?dist}
    +- version 1.7.2
    +- use disttag
    +
    +* Fri Apr  7 2005 Michael Schwendt 
    +- rebuilt
    +
     * Mon Jan 12 2004 Aurelien Bompard  1.7.1-0.fdr.1
     - adapt to Fedora
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:30:24 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:30:24 -0400
    Subject: rpms/xbindkeys/devel .cvsignore, 1.2, 1.3 sources, 1.2,
    	1.3 xbindkeys.spec, 1.4, 1.5
    Message-ID: <200505081730.j48HUO8T030630@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/xbindkeys/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30587/devel
    
    Modified Files:
    	.cvsignore sources xbindkeys.spec 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 05:33:17 -0000	1.2
    +++ .cvsignore	8 May 2005 17:30:22 -0000	1.3
    @@ -1 +1 @@
    -xbindkeys-1.7.1.tar.gz
    +xbindkeys-1.7.2.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 05:33:17 -0000	1.2
    +++ sources	8 May 2005 17:30:22 -0000	1.3
    @@ -1 +1 @@
    -9176ee5d331160dc3dfafc41e8ec6925  xbindkeys-1.7.1.tar.gz
    +7aead9049d972221b879f22718528690  xbindkeys-1.7.2.tar.gz
    
    
    Index: xbindkeys.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/devel/xbindkeys.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- xbindkeys.spec	6 Apr 2005 22:13:53 -0000	1.4
    +++ xbindkeys.spec	8 May 2005 17:30:22 -0000	1.5
    @@ -1,6 +1,6 @@
     Name:           xbindkeys
    -Version:        1.7.1
    -Release:        2
    +Version:        1.7.2
    +Release:        1%{?dist}
     
     Summary:        Binds keys or mouse buttons to shell commands under X.
     License:        GPL
    @@ -39,6 +39,10 @@
     %attr(0644, root, root) %{_mandir}/man?/*
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  1.7.2-1%{?dist}
    +- version 1.7.2
    +- use disttag
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 18:26:53 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 14:26:53 -0400
    Subject: rpms/moodss import.log,1.4,1.5
    Message-ID: <200505081826.j48IQr7o031706@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31675
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import moodss-20.0-1 on branch devel from moodss-20.0-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/import.log,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- import.log	8 Nov 2004 04:52:49 -0000	1.4
    +++ import.log	8 May 2005 18:26:50 -0000	1.5
    @@ -1,3 +1,4 @@
     moodss-17_17-0_fdr_1_rh90:HEAD:moodss-17.17-0.fdr.1.rh90.src.rpm:1099889557
     moodss-17_17-0_fdr_1_1:HEAD:moodss-17.17-0.fdr.1.1.src.rpm:1099889563
     moodss-17_17-0_fdr_1_2:HEAD:moodss-17.17-0.fdr.1.2.src.rpm:1099889569
    +moodss-20_0-1:HEAD:moodss-20.0-1.src.rpm:1115576777
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 18:26:53 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 14:26:53 -0400
    Subject: rpms/moodss/devel .cvsignore, 1.2, 1.3 moodss.spec, 1.6, 1.7 sources,
    	1.2, 1.3
    Message-ID: <200505081826.j48IQrSo031714@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31675/devel
    
    Modified Files:
    	.cvsignore moodss.spec sources 
    Log Message:
    auto-import moodss-20.0-1 on branch devel from moodss-20.0-1.src.rpm
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:52:37 -0000	1.2
    +++ .cvsignore	8 May 2005 18:26:51 -0000	1.3
    @@ -1 +1 @@
    -moodss-17.17.tar.bz2
    +moodss-20.0.tar.bz2
    
    
    Index: moodss.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/devel/moodss.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- moodss.spec	6 Apr 2005 22:12:41 -0000	1.6
    +++ moodss.spec	8 May 2005 18:26:51 -0000	1.7
    @@ -1,35 +1,44 @@
    -Summary: Modular Object Oriented Dynamic SpreadSheet
     Name: moodss
    -Version: 17.17
    -Release: 2
    -
    +Version: 20.0
    +Release: 1
    +Epoch: 0
    +Summary: Powerful modular monitoring graphical application
     Group: Applications/System
    -Source: http://jfontain.free.fr/moodss-17.17.tar.bz2
    -URL: http://jfontain.free.fr/moodss/
     License: GPL
    +Source0: http://download.sourceforge.net/moodss/moodss-20.0.tar.bz2
    +URL: http://moodss.sourceforge.net/
     BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n)
    +%if 0%{?rhl}
     # work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9:
    -BuildRequires: tcl >= 8.3.1, %{_includedir}/tcl.h
    -Requires: tk >= 8.3.1, blt >= 2.4, tktable >= 2.7
    +BuildRequires: tcl >= 0:8.3.1, %{_includedir}/tcl.h
    +%else
    +BuildRequires: tcl-devel >= 0:8.3.1
    +%endif
    +# note: SQLite is a weak requirement with moodss working just fine,
    +# just missing default database storage mean, without it:
    +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
     
     %description
    -A multi-purpose monitoring tool with table, graphical, textual data
    -viewers, thresholds and full drag and drop user interface as well as a
    -UNIX daemon. Compatible with a variety of SQL databases for data
    -history over time storage and display. Includes modules for Linux
    -system, MySQL database, SNMP networking and Apache. Modules can be
    -written in Tcl, Perl (tclperl package required), Python (tclpython
    -package required) or C.
    +moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular
    +multi-purpose monitoring tool with table, graphical, textual data
    +viewers, thresholds, formulas and full drag and drop user interface as
    +well as a UNIX daemon (separate moomps package available). Compatible
    +with a variety of SQL databases for data history over time storage and
    +display. Includes modules for Linux system, MySQL database, SNMP
    +networking, Apache and Nagios. Modules can be written in Tcl, Perl
    +(tclperl package required), Python (tclpython package required) or C.
    +Moodss is localized (Japanese with input, partial French) and
    +supports Unicode.
     
     %prep
     %setup -q
     
     %build
    -%__make CFLAGS="-s $RPM_OPT_FLAGS"
    +make CFLAGS="$RPM_OPT_FLAGS" LIBDIR=%_libdir TCLLIBDIR=%_libdir
     
     %install
     rm -rf $RPM_BUILD_ROOT __docs
    -%__make ROOTDIR=$RPM_BUILD_ROOT install
    +make ROOTDIR=$RPM_BUILD_ROOT LIBDIR=%_libdir TCLLIBDIR=%_libdir install
     cp -a $RPM_BUILD_ROOT/%_docdir/%name-%version __docs
     install -dm 755 $RPM_BUILD_ROOT/%_datadir/applications/\
         $RPM_BUILD_ROOT/%_datadir/pixmaps/\
    @@ -40,7 +49,6 @@
     chmod 644 $RPM_BUILD_ROOT/%_datadir/applications/fedora-%name.desktop
     install -m 644 -p %name.png $RPM_BUILD_ROOT/%_datadir/pixmaps/
     install -m 644 -p linux.moo $RPM_BUILD_ROOT/%_datadir/moodss/
    -# install %_topdir/SOURCES/tclsqlite.so $RPM_BUILD_ROOT/%_libdir/moodss/sqlite/
     
     %files
     %defattr(-,root,root,-)
    @@ -57,9 +65,67 @@
     
     
     %changelog
    -* Fri Apr  7 2005 Michael Schwendt 
    -- rebuilt
     
    +* Sun May 1 2005 Jean-Luc Fontaine  0:20.0-1
    +- 20.0 source release
    +- use specific build requirements for fedora distribution
    +- improved description.
    +
    +* Tue Feb 22 2005 Jean-Luc Fontaine  0:19.7-0.fdr.1
    +- 19.7 release
    +- titles of displayed tables change color to reflect module state
    +- in statistics table, added standard deviation column
    +
    +* Sun Feb 13 2005 Jean-Luc Fontaine  0:19.6-0.fdr.1
    +- 19.6 version with new nagios module
    +
    +* Sun Jan 2 2005 Jean-Luc Fontaine  0:19.5-0.fdr.1
    +- 19.5 version
    +
    +* Fri Dec 17 2004 Jean-Luc Fontaine  0:19.4-0.fdr.1
    +- 19.4 version
    +
    +* Sun Nov 14 2004 Jean-Luc Fontaine  0:19.3-0.fdr.1
    +- 19.3 version
    +
    +* Sun Oct 31 2004 Jean-Luc Fontaine  0:19.2.2-0.fdr.1
    +- capitalized summary
    +
    +* Sat Oct 30 2004 Jean-Luc Fontaine  0:19.2.1-0.fdr.1
    +- 19.2.1 version, which restores compatibility with Tcl 8.3 core
    +- allowed building on 64 bit architecture by passing library
    +  directories to make
    +
    +* Sun Oct 24 2004 Jean-Luc Fontaine  0:19.2-0.fdr.1
    +- 19.2 version
    +- in build stage, removed -s option from CFLAGS
    +- require SQLite as default database storage mean
    +- made summary more descriptive
    +- updated description: added formulas and reference to moomps
    +
    +* Sun Oct 17 2004 Jean-Luc Fontaine  0:19.1-0.fdr.1
    +- 19.1 version
    +
    +* Tue Aug 17 2004 Jean-Luc Fontaine  0:19.0-0.fdr.1
    +- 19.0 version
    +
    +* Wed Jul 14 2004 Jean-Luc Fontaine  0:18.5-0.fdr.1
    +- 18.5 version
    +
    +* Sun Jul 11 2004 Jean-Luc Fontaine  0:18.4-0.fdr.1
    +- 18.4 version
    +
    +* Sun Jun 13 2004 Jean-Luc Fontaine  0:18.3-0.fdr.1
    +- 18.3 version
    +
    +* Sun May 30 2004 Jean-Luc Fontaine  0:18.2-0.fdr.1
    +- 18.2 version
    +
    +* Sun Apr 25 2004 Jean-Luc Fontaine  0:18.1-0.fdr.1
    +- 18.1 version
    +
    +* Sun Mar 14 2004 Jean-Luc Fontaine  0:18.0-0.fdr.1
    +- 18.0 version
     
     * Sun Feb 8 2004 Jean-Luc Fontaine  0:17.17-0.fdr.1
     - 17.17 version
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:52:37 -0000	1.2
    +++ sources	8 May 2005 18:26:51 -0000	1.3
    @@ -1 +1 @@
    -0af174379967e0ac12613665f4ff0a32  moodss-17.17.tar.bz2
    +5fc3d217aacae80679d97871f5e60a58  moodss-20.0.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 18:30:30 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 14:30:30 -0400
    Subject: rpms/moodss import.log,1.5,1.6
    Message-ID: <200505081830.j48IUUio031806@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31775
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import moodss-20.0-1 on branch FC-3 from moodss-20.0-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/import.log,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- import.log	8 May 2005 18:26:50 -0000	1.5
    +++ import.log	8 May 2005 18:30:28 -0000	1.6
    @@ -2,3 +2,4 @@
     moodss-17_17-0_fdr_1_1:HEAD:moodss-17.17-0.fdr.1.1.src.rpm:1099889563
     moodss-17_17-0_fdr_1_2:HEAD:moodss-17.17-0.fdr.1.2.src.rpm:1099889569
     moodss-20_0-1:HEAD:moodss-20.0-1.src.rpm:1115576777
    +moodss-20_0-1:FC-3:moodss-20.0-1.src.rpm:1115577017
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 18:30:31 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 14:30:31 -0400
    Subject: rpms/moodss/FC-3 .cvsignore, 1.2, 1.3 moodss.spec, 1.4, 1.5 sources,
    	1.2, 1.3
    Message-ID: <200505081830.j48IUVm4031814@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31775/FC-3
    
    Modified Files:
    	.cvsignore moodss.spec sources 
    Log Message:
    auto-import moodss-20.0-1 on branch FC-3 from moodss-20.0-1.src.rpm
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:52:37 -0000	1.2
    +++ .cvsignore	8 May 2005 18:30:28 -0000	1.3
    @@ -1 +1 @@
    -moodss-17.17.tar.bz2
    +moodss-20.0.tar.bz2
    
    
    Index: moodss.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/FC-3/moodss.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- moodss.spec	10 Dec 2004 22:03:07 -0000	1.4
    +++ moodss.spec	8 May 2005 18:30:28 -0000	1.5
    @@ -1,35 +1,44 @@
    -Summary: Modular Object Oriented Dynamic SpreadSheet
     Name: moodss
    -Version: 17.17
    +Version: 20.0
     Release: 1
     Epoch: 0
    +Summary: Powerful modular monitoring graphical application
     Group: Applications/System
    -Source: http://jfontain.free.fr/moodss-17.17.tar.bz2
    -URL: http://jfontain.free.fr/moodss/
     License: GPL
    +Source0: http://download.sourceforge.net/moodss/moodss-20.0.tar.bz2
    +URL: http://moodss.sourceforge.net/
     BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n)
    +%if 0%{?rhl}
     # work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9:
     BuildRequires: tcl >= 0:8.3.1, %{_includedir}/tcl.h
    -Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7
    +%else
    +BuildRequires: tcl-devel >= 0:8.3.1
    +%endif
    +# note: SQLite is a weak requirement with moodss working just fine,
    +# just missing default database storage mean, without it:
    +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
     
     %description
    -A multi-purpose monitoring tool with table, graphical, textual data
    -viewers, thresholds and full drag and drop user interface as well as a
    -UNIX daemon. Compatible with a variety of SQL databases for data
    -history over time storage and display. Includes modules for Linux
    -system, MySQL database, SNMP networking and Apache. Modules can be
    -written in Tcl, Perl (tclperl package required), Python (tclpython
    -package required) or C.
    +moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular
    +multi-purpose monitoring tool with table, graphical, textual data
    +viewers, thresholds, formulas and full drag and drop user interface as
    +well as a UNIX daemon (separate moomps package available). Compatible
    +with a variety of SQL databases for data history over time storage and
    +display. Includes modules for Linux system, MySQL database, SNMP
    +networking, Apache and Nagios. Modules can be written in Tcl, Perl
    +(tclperl package required), Python (tclpython package required) or C.
    +Moodss is localized (Japanese with input, partial French) and
    +supports Unicode.
     
     %prep
     %setup -q
     
     %build
    -%__make CFLAGS="-s $RPM_OPT_FLAGS"
    +make CFLAGS="$RPM_OPT_FLAGS" LIBDIR=%_libdir TCLLIBDIR=%_libdir
     
     %install
     rm -rf $RPM_BUILD_ROOT __docs
    -%__make ROOTDIR=$RPM_BUILD_ROOT install
    +make ROOTDIR=$RPM_BUILD_ROOT LIBDIR=%_libdir TCLLIBDIR=%_libdir install
     cp -a $RPM_BUILD_ROOT/%_docdir/%name-%version __docs
     install -dm 755 $RPM_BUILD_ROOT/%_datadir/applications/\
         $RPM_BUILD_ROOT/%_datadir/pixmaps/\
    @@ -40,7 +49,6 @@
     chmod 644 $RPM_BUILD_ROOT/%_datadir/applications/fedora-%name.desktop
     install -m 644 -p %name.png $RPM_BUILD_ROOT/%_datadir/pixmaps/
     install -m 644 -p linux.moo $RPM_BUILD_ROOT/%_datadir/moodss/
    -# install %_topdir/SOURCES/tclsqlite.so $RPM_BUILD_ROOT/%_libdir/moodss/sqlite/
     
     %files
     %defattr(-,root,root,-)
    @@ -58,6 +66,67 @@
     
     %changelog
     
    +* Sun May 1 2005 Jean-Luc Fontaine  0:20.0-1
    +- 20.0 source release
    +- use specific build requirements for fedora distribution
    +- improved description.
    +
    +* Tue Feb 22 2005 Jean-Luc Fontaine  0:19.7-0.fdr.1
    +- 19.7 release
    +- titles of displayed tables change color to reflect module state
    +- in statistics table, added standard deviation column
    +
    +* Sun Feb 13 2005 Jean-Luc Fontaine  0:19.6-0.fdr.1
    +- 19.6 version with new nagios module
    +
    +* Sun Jan 2 2005 Jean-Luc Fontaine  0:19.5-0.fdr.1
    +- 19.5 version
    +
    +* Fri Dec 17 2004 Jean-Luc Fontaine  0:19.4-0.fdr.1
    +- 19.4 version
    +
    +* Sun Nov 14 2004 Jean-Luc Fontaine  0:19.3-0.fdr.1
    +- 19.3 version
    +
    +* Sun Oct 31 2004 Jean-Luc Fontaine  0:19.2.2-0.fdr.1
    +- capitalized summary
    +
    +* Sat Oct 30 2004 Jean-Luc Fontaine  0:19.2.1-0.fdr.1
    +- 19.2.1 version, which restores compatibility with Tcl 8.3 core
    +- allowed building on 64 bit architecture by passing library
    +  directories to make
    +
    +* Sun Oct 24 2004 Jean-Luc Fontaine  0:19.2-0.fdr.1
    +- 19.2 version
    +- in build stage, removed -s option from CFLAGS
    +- require SQLite as default database storage mean
    +- made summary more descriptive
    +- updated description: added formulas and reference to moomps
    +
    +* Sun Oct 17 2004 Jean-Luc Fontaine  0:19.1-0.fdr.1
    +- 19.1 version
    +
    +* Tue Aug 17 2004 Jean-Luc Fontaine  0:19.0-0.fdr.1
    +- 19.0 version
    +
    +* Wed Jul 14 2004 Jean-Luc Fontaine  0:18.5-0.fdr.1
    +- 18.5 version
    +
    +* Sun Jul 11 2004 Jean-Luc Fontaine  0:18.4-0.fdr.1
    +- 18.4 version
    +
    +* Sun Jun 13 2004 Jean-Luc Fontaine  0:18.3-0.fdr.1
    +- 18.3 version
    +
    +* Sun May 30 2004 Jean-Luc Fontaine  0:18.2-0.fdr.1
    +- 18.2 version
    +
    +* Sun Apr 25 2004 Jean-Luc Fontaine  0:18.1-0.fdr.1
    +- 18.1 version
    +
    +* Sun Mar 14 2004 Jean-Luc Fontaine  0:18.0-0.fdr.1
    +- 18.0 version
    +
     * Sun Feb 8 2004 Jean-Luc Fontaine  0:17.17-0.fdr.1
     - 17.17 version
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:52:37 -0000	1.2
    +++ sources	8 May 2005 18:30:28 -0000	1.3
    @@ -1 +1 @@
    -0af174379967e0ac12613665f4ff0a32  moodss-17.17.tar.bz2
    +5fc3d217aacae80679d97871f5e60a58  moodss-20.0.tar.bz2
    
    
    
    From skvidal at phy.duke.edu  Sun May  8 19:02:50 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Sun, 08 May 2005 15:02:50 -0400
    Subject: common tobuild,1.239,1.240
    In-Reply-To: <200505081714.j48HEpow030345@cvs-int.fedora.redhat.com>
    References: <200505081714.j48HEpow030345@cvs-int.fedora.redhat.com>
    Message-ID: <1115578970.21549.16.camel@cutter>
    
    On Sun, 2005-05-08 at 13:14 -0400, Ville Skytta wrote:
    > Author: scop
    > 
    > Update of /cvs/extras/common
    > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30328
    > 
    > Modified Files:
    > 	tobuild 
    > Log Message:
    > request build of rpms/xemacs-sumo/devel xemacs-sumo-20050505-1 for development
    > 
    > 
    
    ville, Email to your ville.skytta address is bouncing. Just a heads up.
    
    -sv
    
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 19:05:02 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sun,  8 May 2005 15:05:02 -0400
    Subject: devel/libassuan libassuan.spec,1.6,1.7
    Message-ID: <200505081905.j48J52Mu000374@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/devel/libassuan
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv357
    
    Modified Files:
    	libassuan.spec 
    Log Message:
    bump
    
    
    Index: libassuan.spec
    ===================================================================
    RCS file: /cvs/extras/devel/libassuan/libassuan.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- libassuan.spec	18 Mar 2005 09:13:48 -0000	1.6
    +++ libassuan.spec	8 May 2005 19:05:00 -0000	1.7
    @@ -1,7 +1,7 @@
     Summary: GnuPG IPC library
     Name:    libassuan
     Version: 0.6.9
    -Release: 3%{?dist_tag}
    +Release: 4%{?dist_tag}
     Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz
     Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz.sig
     Patch0:  %{name}-macro.patch
    @@ -80,6 +80,9 @@
     
     
     %changelog
    +* Sun May  8 2005 Michael Schwendt  - 0.6.9-4
    +- rebuilt
    +
     * Fri Mar 18 2005 Ville Skytt??  - 0.6.9-3
     - Fix FC4 build and source URLs.
     
    
    
    
    From ville.skytta at iki.fi  Sun May  8 19:05:14 2005
    From: ville.skytta at iki.fi (Ville =?ISO-8859-1?Q?Skytt=E4?=)
    Date: Sun, 08 May 2005 22:05:14 +0300
    Subject: rpms/moodss/FC-3 .cvsignore, 1.2, 1.3 moodss.spec, 1.4, 1.5
    	sources, 1.2, 1.3
    In-Reply-To: <200505081830.j48IUVm4031814@cvs-int.fedora.redhat.com>
    References: <200505081830.j48IUVm4031814@cvs-int.fedora.redhat.com>
    Message-ID: <1115579114.9556.42.camel@bobcat.mine.nu>
    
    On Sun, 2005-05-08 at 14:30 -0400, Jean-Luc Fontaine wrote:
    
    > auto-import moodss-20.0-1 on branch FC-3 from moodss-20.0-1.src.rpm
    [...]
    > +# note: SQLite is a weak requirement with moodss working just fine,
    > +# just missing default database storage mean, without it:
    > +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    
    While there currently is a sqlite-tcl package in FC-3 Extras, it is
    disabled in the sqlite 3 update for FC-3, which will make this package
    uninstallable (or block the sqlite update) on FC-3 when/if it's pushed
    to the repository.  Based on the commentary above, I'd suggest just
    dropping the sqlite-tcl dependency from the moodss package in the FC-3
    branch.
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 19:05:51 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sun,  8 May 2005 15:05:51 -0400
    Subject: common tobuild,1.240,1.241
    Message-ID: <200505081905.j48J5pgk000442@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv425
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/libassuan/devel libassuan-0_6_9-4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.240
    retrieving revision 1.241
    diff -u -r1.240 -r1.241
    --- tobuild	8 May 2005 17:14:49 -0000	1.240
    +++ tobuild	8 May 2005 19:05:49 -0000	1.241
    @@ -10,3 +10,4 @@
     abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
     kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
     scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
    +mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 19:07:14 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sun,  8 May 2005 15:07:14 -0400
    Subject: devel/gnupg2 gnupg-1.9.15-test.patch,NONE,1.1 gnupg2.spec,1.5,1.6
    Message-ID: <200505081907.j48J7E06000475@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/devel/gnupg2
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv455
    
    Modified Files:
    	gnupg2.spec 
    Added Files:
    	gnupg-1.9.15-test.patch 
    Log Message:
    * Sun May  8 2005 Michael Schwendt  - 1.9.15-4
    - Add patch0 temporarily to get some output from failing test.
    
    
    
    gnupg-1.9.15-test.patch:
    
    --- NEW FILE gnupg-1.9.15-test.patch ---
    diff -Nur gnupg-1.9.15-orig/tests/asschk.c gnupg-1.9.15/tests/asschk.c
    --- gnupg-1.9.15-orig/tests/asschk.c	2003-01-09 14:09:54.000000000 +0100
    +++ gnupg-1.9.15/tests/asschk.c	2005-05-08 20:59:25.000000000 +0200
    @@ -273,6 +273,7 @@
       while (nleft > 0)
         {
           int n;
    +      printf("nleft = %d\nn = %d\npending_len = %d\n",nleft,n,pending_len);
     
           if (pending_len)
             {
    diff -Nur gnupg-1.9.15-orig/tests/runtest gnupg-1.9.15/tests/runtest
    --- gnupg-1.9.15-orig/tests/runtest	2004-02-20 14:46:35.000000000 +0100
    +++ gnupg-1.9.15/tests/runtest	2005-05-08 21:00:43.000000000 +0200
    @@ -1,4 +1,4 @@
     #!/bin/sh
     [ -x "$1" ] && exec $1 $2
    -exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
    +exec ./asschk --verbose --no-echo -DGPGSM=${GPGSM} <"$1"
     
    
    
    Index: gnupg2.spec
    ===================================================================
    RCS file: /cvs/extras/devel/gnupg2/gnupg2.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- gnupg2.spec	7 May 2005 15:58:59 -0000	1.5
    +++ gnupg2.spec	8 May 2005 19:07:12 -0000	1.6
    @@ -3,13 +3,14 @@
     Summary: GNU utility for secure communication and data storage
     Name:    gnupg2
     Version: 1.9.15
    -Release: 3%{?dist_tag}
    +Release: 4%{?dist_tag}
     
     License: GPL
     Group:   Applications/System
     Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
     Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig
     URL:     http://www.gnupg.org/
    +Patch0:  gnupg-1.9.15-test.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
     
     Obsoletes: newpg < 0.9.5
    @@ -63,6 +64,7 @@
     
     %prep
     %setup -q -n gnupg-%{version}
    +%patch0 -p1 -b .test
     
     
     %build
    @@ -124,6 +126,9 @@
     
     
     %changelog
    +* Sun May  8 2005 Michael Schwendt  - 1.9.15-4
    +- Add patch0 temporarily to get some output from failing test.
    +
     * Sat May  7 2005 David Woodhouse  1.9.15-3
     - Rebuild.
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 19:08:06 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sun,  8 May 2005 15:08:06 -0400
    Subject: common tobuild,1.241,1.242
    Message-ID: <200505081908.j48J86fZ000553@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv536
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnupg2/devel gnupg2-1_9_15-4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.241
    retrieving revision 1.242
    diff -u -r1.241 -r1.242
    --- tobuild	8 May 2005 19:05:49 -0000	1.241
    +++ tobuild	8 May 2005 19:08:04 -0000	1.242
    @@ -11,3 +11,4 @@
     kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
     scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
     mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
    +mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
    
    
    
    From ville.skytta at iki.fi  Sun May  8 19:15:37 2005
    From: ville.skytta at iki.fi (Ville =?ISO-8859-1?Q?Skytt=E4?=)
    Date: Sun, 08 May 2005 22:15:37 +0300
    Subject: rpms/moodss/devel .cvsignore, 1.2, 1.3 moodss.spec, 1.6, 1.7
    	sources, 1.2, 1.3
    In-Reply-To: <200505081826.j48IQrSo031714@cvs-int.fedora.redhat.com>
    References: <200505081826.j48IQrSo031714@cvs-int.fedora.redhat.com>
    Message-ID: <1115579737.9556.55.camel@bobcat.mine.nu>
    
    On Sun, 2005-05-08 at 14:26 -0400, Jean-Luc Fontaine wrote:
    
    > auto-import moodss-20.0-1 on branch devel from moodss-20.0-1.src.rpm
    [...]
    > +Version: 20.0
    > +Release: 1
    > +Epoch: 0
    [...]
    > +BuildRequires: tcl >= 0:8.3.1, %{_includedir}/tcl.h
    > +%else
    > +BuildRequires: tcl-devel >= 0:8.3.1
    > +%endif
    > +# note: SQLite is a weak requirement with moodss working just fine,
    > +# just missing default database storage mean, without it:
    > +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    
    Epoch: 0 is frowned upon nowadays, please remove all of them in the
    version in the devel branch.
    
    Also, you'll need to make sure that the NEVR of a package in all
    branches is different in a way that works for upgrades.  In other words,
    in this case make sure that the release tag in the devel branch is
    higher than the one in the FC-3 branch. 
    
    
    
    From ville.skytta at iki.fi  Sun May  8 19:23:52 2005
    From: ville.skytta at iki.fi (Ville =?ISO-8859-1?Q?Skytt=E4?=)
    Date: Sun, 08 May 2005 22:23:52 +0300
    Subject: rpms/moodss/FC-3 .cvsignore, 1.2, 1.3 moodss.spec, 1.4, 1.5
    	sources, 1.2, 1.3
    In-Reply-To: <1115579114.9556.42.camel@bobcat.mine.nu>
    References: <200505081830.j48IUVm4031814@cvs-int.fedora.redhat.com>
    	<1115579114.9556.42.camel@bobcat.mine.nu>
    Message-ID: <1115580232.9556.65.camel@bobcat.mine.nu>
    
    On Sun, 2005-05-08 at 22:05 +0300, Ville Skytt? wrote:
    > On Sun, 2005-05-08 at 14:30 -0400, Jean-Luc Fontaine wrote:
    > 
    > > auto-import moodss-20.0-1 on branch FC-3 from moodss-20.0-1.src.rpm
    > [...]
    > > +# note: SQLite is a weak requirement with moodss working just fine,
    > > +# just missing default database storage mean, without it:
    > > +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    > 
    > While there currently is a sqlite-tcl package in FC-3 Extras, it is
    > disabled in the sqlite 3 update for FC-3, which will make this package
    > uninstallable (or block the sqlite update) on FC-3 when/if it's pushed
    > to the repository.  Based on the commentary above, I'd suggest just
    > dropping the sqlite-tcl dependency from the moodss package in the FC-3
    > branch.
    
    Hm, there's no sqlite-tcl in Rawhide either, so it looks like that
    dependency should be removed from the devel branch as well.
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 19:41:19 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sun,  8 May 2005 15:41:19 -0400
    Subject: devel/gnupg2 gnupg2.spec,1.6,1.7 gnupg-1.9.15-test.patch,1.1,NONE
    Message-ID: <200505081941.j48JfJJo000659@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/devel/gnupg2
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv642
    
    Modified Files:
    	gnupg2.spec 
    Removed Files:
    	gnupg-1.9.15-test.patch 
    Log Message:
    * Sun May  8 2005 Michael Schwendt 
    - Drop patch0 again.
    
    
    
    
    Index: gnupg2.spec
    ===================================================================
    RCS file: /cvs/extras/devel/gnupg2/gnupg2.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- gnupg2.spec	8 May 2005 19:07:12 -0000	1.6
    +++ gnupg2.spec	8 May 2005 19:41:17 -0000	1.7
    @@ -10,7 +10,6 @@
     Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
     Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig
     URL:     http://www.gnupg.org/
    -Patch0:  gnupg-1.9.15-test.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
     
     Obsoletes: newpg < 0.9.5
    @@ -64,7 +63,6 @@
     
     %prep
     %setup -q -n gnupg-%{version}
    -%patch0 -p1 -b .test
     
     
     %build
    @@ -126,6 +124,9 @@
     
     
     %changelog
    +* Sun May  8 2005 Michael Schwendt 
    +- Drop patch0 again.
    +
     * Sun May  8 2005 Michael Schwendt  - 1.9.15-4
     - Add patch0 temporarily to get some output from failing test.
     
    
    
    --- gnupg-1.9.15-test.patch DELETED ---
    
    
    
    From ivazquez at ivazquez.net  Sun May  8 20:11:22 2005
    From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams)
    Date: Sun, 08 May 2005 16:11:22 -0400
    Subject: rpms/moodss/FC-3 .cvsignore, 1.2, 1.3 moodss.spec, 1.4, 1.5
    	sources, 1.2, 1.3
    In-Reply-To: <1115579114.9556.42.camel@bobcat.mine.nu>
    References: <200505081830.j48IUVm4031814@cvs-int.fedora.redhat.com>
    	<1115579114.9556.42.camel@bobcat.mine.nu>
    Message-ID: <1115583082.17312.4.camel@ignacio.ignacio.lan>
    
    On Sun, 2005-05-08 at 22:05 +0300, Ville Skytt? wrote:
    > On Sun, 2005-05-08 at 14:30 -0400, Jean-Luc Fontaine wrote:
    > 
    > > auto-import moodss-20.0-1 on branch FC-3 from moodss-20.0-1.src.rpm
    > [...]
    > > +# note: SQLite is a weak requirement with moodss working just fine,
    > > +# just missing default database storage mean, without it:
    > > +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    > 
    > While there currently is a sqlite-tcl package in FC-3 Extras, it is
    > disabled in the sqlite 3 update for FC-3, which will make this package
    > uninstallable (or block the sqlite update) on FC-3 when/if it's pushed
    > to the repository.  Based on the commentary above, I'd suggest just
    > dropping the sqlite-tcl dependency from the moodss package in the FC-3
    > branch.
    
    The eventual goal is/was to have a sqlite2 package in Extras and then
    have moodss require that instead. I'm still waiting on a couple of
    dependency maintainers to give their yea or nay wrt that.
    
    -- 
    Ignacio Vazquez-Abrams 
    http://fedora.ivazquez.net/
    
    gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: signature.asc
    Type: application/pgp-signature
    Size: 189 bytes
    Desc: This is a digitally signed message part
    URL: 
    
    From fedora-extras-commits at redhat.com  Sun May  8 20:52:46 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 16:52:46 -0400
    Subject: rpms/moodss/devel moodss.spec,1.7,1.8
    Message-ID: <200505082052.j48Kqks8001807@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1790
    
    Modified Files:
    	moodss.spec 
    Log Message:
    removed sqlite-tcl requirement.
    
    
    
    Index: moodss.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/devel/moodss.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- moodss.spec	8 May 2005 18:26:51 -0000	1.7
    +++ moodss.spec	8 May 2005 20:52:44 -0000	1.8
    @@ -14,9 +14,7 @@
     %else
     BuildRequires: tcl-devel >= 0:8.3.1
     %endif
    -# note: SQLite is a weak requirement with moodss working just fine,
    -# just missing default database storage mean, without it:
    -Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7
     
     %description
     moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular
    @@ -66,6 +64,10 @@
     
     %changelog
     
    +* Sun May 8 2005 Jean-Luc Fontaine  0:20.0-2
    +- removed sqlite-tcl requirement as it is disabled in the sqlite 3
    +  update for FC-3 and not in Rawhide
    +
     * Sun May 1 2005 Jean-Luc Fontaine  0:20.0-1
     - 20.0 source release
     - use specific build requirements for fedora distribution
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 20:54:53 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Sun,  8 May 2005 16:54:53 -0400
    Subject: common tobuild,1.242,1.243
    Message-ID: <200505082054.j48Ksrb1001831@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1814
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Config-Tiny/devel perl-Config-Tiny-2_01-2 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.242
    retrieving revision 1.243
    diff -u -r1.242 -r1.243
    --- tobuild	8 May 2005 19:08:04 -0000	1.242
    +++ tobuild	8 May 2005 20:54:50 -0000	1.243
    @@ -12,3 +12,4 @@
     scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
     mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
     mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
    +jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 20:55:30 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Sun,  8 May 2005 16:55:30 -0400
    Subject: common tobuild,1.243,1.244
    Message-ID: <200505082055.j48KtUip001887@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1865
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Config-Tiny/devel perl-Config-Tiny-2_01-2 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.243
    retrieving revision 1.244
    diff -u -r1.243 -r1.244
    --- tobuild	8 May 2005 20:54:50 -0000	1.243
    +++ tobuild	8 May 2005 20:55:28 -0000	1.244
    @@ -13,3 +13,4 @@
     mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
     mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    +jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 21:00:12 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 17:00:12 -0400
    Subject: rpms/moodss/devel moodss.spec,1.8,1.9
    Message-ID: <200505082100.j48L0CsJ001950@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1933
    
    Modified Files:
    	moodss.spec 
    Log Message:
    forgot to increase release number to 2.
    
    
    
    Index: moodss.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/devel/moodss.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- moodss.spec	8 May 2005 20:52:44 -0000	1.8
    +++ moodss.spec	8 May 2005 21:00:10 -0000	1.9
    @@ -1,6 +1,6 @@
     Name: moodss
     Version: 20.0
    -Release: 1
    +Release: 2
     Epoch: 0
     Summary: Powerful modular monitoring graphical application
     Group: Applications/System
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 21:03:31 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 17:03:31 -0400
    Subject: rpms/moodss/FC-3 moodss.spec,1.5,1.6
    Message-ID: <200505082103.j48L3WdA002971@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2953
    
    Modified Files:
    	moodss.spec 
    Log Message:
    removed sqlite-tcl requirement.
    
    
    
    Index: moodss.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/FC-3/moodss.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- moodss.spec	8 May 2005 18:30:28 -0000	1.5
    +++ moodss.spec	8 May 2005 21:03:29 -0000	1.6
    @@ -1,6 +1,6 @@
     Name: moodss
     Version: 20.0
    -Release: 1
    +Release: 2
     Epoch: 0
     Summary: Powerful modular monitoring graphical application
     Group: Applications/System
    @@ -14,9 +14,7 @@
     %else
     BuildRequires: tcl-devel >= 0:8.3.1
     %endif
    -# note: SQLite is a weak requirement with moodss working just fine,
    -# just missing default database storage mean, without it:
    -Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7
     
     %description
     moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular
    @@ -66,6 +64,10 @@
     
     %changelog
     
    +* Sun May 8 2005 Jean-Luc Fontaine  0:20.0-2
    +- removed sqlite-tcl requirement as it is disabled in the sqlite 3
    +  update for FC-3 and not in Rawhide
    +
     * Sun May 1 2005 Jean-Luc Fontaine  0:20.0-1
     - 20.0 source release
     - use specific build requirements for fedora distribution
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 21:05:07 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 17:05:07 -0400
    Subject: common tobuild,1.244,1.245
    Message-ID: <200505082105.j48L57lh003037@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3020
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/moodss/devel moodss-20_0-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.244
    retrieving revision 1.245
    diff -u -r1.244 -r1.245
    --- tobuild	8 May 2005 20:55:28 -0000	1.244
    +++ tobuild	8 May 2005 21:05:05 -0000	1.245
    @@ -14,3 +14,4 @@
     mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    +jfontain	rpms/moodss/devel	moodss-20_0-2	devel
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 21:11:06 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 17:11:06 -0400
    Subject: common tobuild,1.245,1.246
    Message-ID: <200505082111.j48LB6gJ003127@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3107
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/moodss/FC-3 moodss-20_0-2 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.245
    retrieving revision 1.246
    diff -u -r1.245 -r1.246
    --- tobuild	8 May 2005 21:05:05 -0000	1.245
    +++ tobuild	8 May 2005 21:11:04 -0000	1.246
    @@ -15,3 +15,4 @@
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     jfontain	rpms/moodss/devel	moodss-20_0-2	devel
    +jfontain	rpms/moodss/FC-3	moodss-20_0-2	FC-3
    
    
    
    From skvidal at phy.duke.edu  Sun May  8 22:52:22 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Sun, 08 May 2005 18:52:22 -0400
    Subject: common tobuild,1.243,1.244
    In-Reply-To: <200505082055.j48KtUip001887@cvs-int.fedora.redhat.com>
    References: <200505082055.j48KtUip001887@cvs-int.fedora.redhat.com>
    Message-ID: <1115592742.21549.20.camel@cutter>
    
    > Index: tobuild
    > ===================================================================
    > RCS file: /cvs/extras/common/tobuild,v
    > retrieving revision 1.243
    > retrieving revision 1.244
    > diff -u -r1.243 -r1.244
    > --- tobuild	8 May 2005 20:54:50 -0000	1.243
    > +++ tobuild	8 May 2005 20:55:28 -0000	1.244
    > @@ -13,3 +13,4 @@
    >  mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
    >  mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
    >  jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    > +jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    > 
    
    any particular reason you requested this twice?
    
    
    
    
    From bugs.michael at gmx.net  Sun May  8 23:20:03 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Mon, 9 May 2005 01:20:03 +0200
    Subject: common tobuild,1.243,1.244
    In-Reply-To: <1115592742.21549.20.camel@cutter>
    References: <200505082055.j48KtUip001887@cvs-int.fedora.redhat.com>
    	<1115592742.21549.20.camel@cutter>
    Message-ID: <20050509012003.2e514d1e.bugs.michael@gmx.net>
    
    On Sun, 08 May 2005 18:52:22 -0400, seth vidal wrote:
    
    > > Index: tobuild
    > > ===================================================================
    > > RCS file: /cvs/extras/common/tobuild,v
    > > retrieving revision 1.243
    > > retrieving revision 1.244
    > > diff -u -r1.243 -r1.244
    > > --- tobuild	8 May 2005 20:54:50 -0000	1.243
    > > +++ tobuild	8 May 2005 20:55:28 -0000	1.244
    > > @@ -13,3 +13,4 @@
    > >  mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
    > >  mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
    > >  jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    > > +jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    > > 
    > 
    > any particular reason you requested this twice?
    
    see comments in #156495
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 00:46:42 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Sun,  8 May 2005 20:46:42 -0400
    Subject: rpms/gkrellmms/devel gkrellmms.spec,1.6,1.7
    Message-ID: <200505090046.j490kg5T006375@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gkrellmms/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6358
    
    Modified Files:
    	gkrellmms.spec 
    Log Message:
    Rebuild
    
    
    Index: gkrellmms.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gkrellmms/devel/gkrellmms.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- gkrellmms.spec	6 Apr 2005 22:11:38 -0000	1.6
    +++ gkrellmms.spec	9 May 2005 00:46:39 -0000	1.7
    @@ -2,7 +2,7 @@
     
     Name:           gkrellmms
     Version:        2.1.22
    -Release:        2
    +Release:        3
     
     Summary:        GKrellM XMMS plugin
     
    @@ -51,6 +51,9 @@
     
     
     %changelog
    +* Sun May  8 2005 Brian Pepple  - 2.1.22-3
    +- Rebuilt.
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 00:47:35 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Sun,  8 May 2005 20:47:35 -0400
    Subject: common tobuild,1.246,1.247
    Message-ID: <200505090047.j490lZl4006435@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6415
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gkrellmms/devel gkrellmms-2_1_22-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.246
    retrieving revision 1.247
    diff -u -r1.246 -r1.247
    --- tobuild	8 May 2005 21:11:04 -0000	1.246
    +++ tobuild	9 May 2005 00:47:33 -0000	1.247
    @@ -16,3 +16,4 @@
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     jfontain	rpms/moodss/devel	moodss-20_0-2	devel
     jfontain	rpms/moodss/FC-3	moodss-20_0-2	FC-3
    +bpepple	rpms/gkrellmms/devel	gkrellmms-2_1_22-3	development
    
    
    
    From ed at eh3.com  Mon May  9 02:08:45 2005
    From: ed at eh3.com (Ed Hill)
    Date: Sun, 08 May 2005 22:08:45 -0400
    Subject: APPROVED: OpenEXR
    Message-ID: <1115604526.24408.477.camel@ernie>
    
    
    submitter & maintainer:  Ignacio Vazquez-Abrams
    reviewed by:  Ed Hill
    
    http://www.openexr.com/
    
    OpenEXR is a high dynamic-range (HDR) image file format developed by
    Industrial Light & Magic for use in computer imaging applications.  The
    OpenEXR package contains libraries and sample applications for handling
    the format.
    
    -- 
    Edward H. Hill III, PhD
    office:  MIT Dept. of EAPS;  Rm 54-1424;  77 Massachusetts Ave.
                 Cambridge, MA 02139-4307
    emails:  eh3 at mit.edu                ed at eh3.com
    URLs:    http://web.mit.edu/eh3/    http://eh3.com/
    phone:   617-253-0098
    fax:     617-253-4464
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:06:01 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:06:01 -0400
    Subject: rpms/OpenEXR - New directory
    Message-ID: <200505090306.j49361MH009531@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9506/OpenEXR
    
    Log Message:
    Directory /cvs/extras/rpms/OpenEXR added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:06:02 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:06:02 -0400
    Subject: rpms/OpenEXR/devel - New directory
    Message-ID: <200505090306.j493629m009536@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9506/OpenEXR/devel
    
    Log Message:
    Directory /cvs/extras/rpms/OpenEXR/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:06:12 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:06:12 -0400
    Subject: rpms/OpenEXR Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505090306.j4936Cr7009583@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9552
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module OpenEXR
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module OpenEXR
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:06:13 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:06:13 -0400
    Subject: rpms/OpenEXR/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources,
    	NONE, 1.1
    Message-ID: <200505090306.j4936Dmx009588@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9552/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module OpenEXR
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:08:41 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:08:41 -0400
    Subject: rpms/OpenEXR import.log,1.1,1.2
    Message-ID: <200505090309.j4939BvC009661@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9622
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import OpenEXR-1.2.2-2 on branch devel from OpenEXR-1.2.2-2.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/OpenEXR/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	9 May 2005 03:06:10 -0000	1.1
    +++ import.log	9 May 2005 03:08:38 -0000	1.2
    @@ -0,0 +1 @@
    +OpenEXR-1_2_2-2:HEAD:OpenEXR-1.2.2-2.src.rpm:1115608122
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:08:41 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:08:41 -0400
    Subject: rpms/OpenEXR/devel OpenEXR.spec, NONE, 1.1 .cvsignore, 1.1,
    	1.2 sources, 1.1, 1.2
    Message-ID: <200505090309.j4939B1j009665@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9622/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	OpenEXR.spec 
    Log Message:
    auto-import OpenEXR-1.2.2-2 on branch devel from OpenEXR-1.2.2-2.src.rpm
    
    
    --- NEW FILE OpenEXR.spec ---
    Name:           OpenEXR
    Version:        1.2.2
    Release:        2
    Summary:        A high dynamic-range (HDR) image file format
    
    Group:          System Environment/Libraries
    License:        BSD
    URL:            http://www.openexr.com/
    Source0:        http://savannah.nongnu.org/download/openexr/OpenEXR-1.2.2.tar.gz
    BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:  fltk-devel >= 1.1
    
    %description
    OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial
    Light & Magic for use in computer imaging applications. This package contains
    libraries and sample applications for handling the format.
    
    %package        devel
    Summary:        Headers and libraries for building apps that use OpenEXR
    Group:          Development/Libraries
    Requires:       %{name} = %{version} zlib-devel
    
    %description    devel
    This package contains headers and libraries required to build applications that
    use the OpenEXR format.
    
    %prep
    %setup -q
    
    %build
    %configure
    make %{?_smp_mflags}
    
    %install
    rm -rf $RPM_BUILD_ROOT
    make install DESTDIR=$RPM_BUILD_ROOT
    install -d -m 0755 $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-devel-%{version}
    cp -a IlmImfExamples $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-devel-%{version}
    rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-devel-%{version}/IlmImfExamples/.deps
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    %post -p /sbin/ldconfig
    
    %postun -p /sbin/ldconfig
    
    %files
    %defattr(-,root,root,-)
    %doc AUTHORS ChangeLog LICENSE NEWS README
    %{_bindir}/*
    %{_libdir}/*.so.*
    
    %files devel
    %defattr(-,root,root,-)
    %doc %{_defaultdocdir}/%{name}-devel-%{version}/IlmImfExamples
    %{_datadir}/aclocal/*
    %{_includedir}/OpenEXR
    %{_libdir}/*.a
    %{_libdir}/*.la
    %{_libdir}/pkgconfig/*
    
    %changelog
    * Sun May  8 2005 Ignacio Vazquez-Abrams  1.2.2-2
    - Fix BuildRequires
    - Fix Requires on -devel
    - Add %%post[un] scriptlets
    - Fix ownership in -devel
    - Don't have .deps files in %%doc
    
    * Wed Mar 30 2005 Ignacio Vazquez-Abrams  1.2.2-1
    - Initial RPM release
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/OpenEXR/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	9 May 2005 03:06:10 -0000	1.1
    +++ .cvsignore	9 May 2005 03:08:39 -0000	1.2
    @@ -0,0 +1 @@
    +OpenEXR-1.2.2.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/OpenEXR/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	9 May 2005 03:06:10 -0000	1.1
    +++ sources	9 May 2005 03:08:39 -0000	1.2
    @@ -0,0 +1 @@
    +a2e56af78dc47c7294ff188c8f78394b  OpenEXR-1.2.2.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:30:39 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:30:39 -0400
    Subject: rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK.spec,1.3,1.4
    Message-ID: <200505090331.j493V94F009787@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/R-RScaLAPACK/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9755/FC-3
    
    Modified Files:
    	R-RScaLAPACK.spec 
    Log Message:
    
    Missing BuildRequires: lam
    
    
    
    Index: R-RScaLAPACK.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/R-RScaLAPACK/FC-3/R-RScaLAPACK.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- R-RScaLAPACK.spec	25 Apr 2005 00:24:39 -0000	1.3
    +++ R-RScaLAPACK.spec	9 May 2005 03:30:37 -0000	1.4
    @@ -4,14 +4,14 @@
     
     Name: R-%{packname}
     Version: 0.4.0
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz
     License: Freely distributable
     URL: http://cran.r-project.org/contrib
     Group: Applications/Engineering
     Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK
     BuildRequires: R-devel, tetex-latex
    -BuildRequires: gcc-gfortran
    +BuildRequires: gcc-gfortran, lam
     Requires: R, scalapack
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch
    @@ -56,6 +56,9 @@
     %{_libdir}/R/library/%{packname}
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  0.4.0-4
    +- add lam as BuildRequires
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  0.4.0-3
     - add dist tag
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:30:39 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:30:39 -0400
    Subject: rpms/R-RScaLAPACK/devel R-RScaLAPACK.spec,1.3,1.4
    Message-ID: <200505090331.j493VAIY009790@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/R-RScaLAPACK/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9755/devel
    
    Modified Files:
    	R-RScaLAPACK.spec 
    Log Message:
    
    Missing BuildRequires: lam
    
    
    
    Index: R-RScaLAPACK.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- R-RScaLAPACK.spec	25 Apr 2005 00:24:39 -0000	1.3
    +++ R-RScaLAPACK.spec	9 May 2005 03:30:37 -0000	1.4
    @@ -4,14 +4,14 @@
     
     Name: R-%{packname}
     Version: 0.4.0
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz
     License: Freely distributable
     URL: http://cran.r-project.org/contrib
     Group: Applications/Engineering
     Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK
     BuildRequires: R-devel, tetex-latex
    -BuildRequires: gcc-gfortran
    +BuildRequires: gcc-gfortran, lam
     Requires: R, scalapack
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch
    @@ -56,6 +56,9 @@
     %{_libdir}/R/library/%{packname}
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  0.4.0-4
    +- add lam as BuildRequires
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  0.4.0-3
     - add dist tag
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:31:55 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:31:55 -0400
    Subject: common tobuild,1.247,1.248
    Message-ID: <200505090331.j493VtMN009877@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9860
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-4_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.247
    retrieving revision 1.248
    diff -u -r1.247 -r1.248
    --- tobuild	9 May 2005 00:47:33 -0000	1.247
    +++ tobuild	9 May 2005 03:31:53 -0000	1.248
    @@ -17,3 +17,4 @@
     jfontain	rpms/moodss/devel	moodss-20_0-2	devel
     jfontain	rpms/moodss/FC-3	moodss-20_0-2	FC-3
     bpepple	rpms/gkrellmms/devel	gkrellmms-2_1_22-3	development
    +spot	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-4_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:32:35 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:32:35 -0400
    Subject: common tobuild,1.248,1.249
    Message-ID: <200505090332.j493WZlr009905@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9888
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-4_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.248
    retrieving revision 1.249
    diff -u -r1.248 -r1.249
    --- tobuild	9 May 2005 03:31:53 -0000	1.248
    +++ tobuild	9 May 2005 03:32:33 -0000	1.249
    @@ -18,3 +18,4 @@
     jfontain	rpms/moodss/FC-3	moodss-20_0-2	FC-3
     bpepple	rpms/gkrellmms/devel	gkrellmms-2_1_22-3	development
     spot	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-4_fc3	FC-3
    +spot	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-4_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:40:43 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:40:43 -0400
    Subject: rpms/scalapack/FC-3 scalapack-1.7-fedora3.patch, NONE,
    	1.1 scalapack.spec, 1.3, 1.4 scalapack-1.7-fedora.patch, 1.2, NONE
    Message-ID: <200505090341.j493fDGw010011@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/scalapack/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9976/FC-3
    
    Modified Files:
    	scalapack.spec 
    Added Files:
    	scalapack-1.7-fedora3.patch 
    Removed Files:
    	scalapack-1.7-fedora.patch 
    Log Message:
    
    Fix broken FC-3 patch.
    
    
    scalapack-1.7-fedora3.patch:
    
    --- NEW FILE scalapack-1.7-fedora3.patch ---
    --- scalapack-1.7/SCALAPACK/SLmake.inc.orig	2001-08-08 21:59:50.000000000 -0500
    +++ scalapack-1.7/SCALAPACK/SLmake.inc	2005-05-08 22:38:39.000000000 -0500
    @@ -19,7 +19,7 @@
     #  The complete path to the top level of ScaLAPACK directory, usually
     #  $(HOME)/SCALAPACK
     #
    -home          = $(HOME)/SCALAPACK
    +home          = $(RPM_BUILD_DIR)/scalapack-1.7/SCALAPACK
     #
     #  The platform identifier to suffix to the end of library names
     #
    @@ -29,16 +29,16 @@
     #  and the directory where the BLACS libraries are
     #
     BLACSDBGLVL   = 0
    -BLACSdir      = /usr/local/lib
    +BLACSdir      = /usr/lib
     #
     #  MPI setup; tailor to your system if using MPIBLACS
     #  Will need to comment out these 6 lines if using PVM
     #
     USEMPI        = -DUsingMpiBlacs
    -SMPLIB        = /usr/local/mpich-1.2.1/lib/libmpich.a
    -BLACSFINIT    = $(BLACSdir)/libmpiblacsF77init-p4.a
    -BLACSCINIT    = $(BLACSdir)/libmpiblacsCinit-p4.a
    -BLACSLIB      = $(BLACSdir)/libmpiblacs-p4.a
    +SMPLIB        = /usr/lib/libmpi.a
    +BLACSFINIT    = $(BLACSdir)/libmpiblacsF77init.a
    +BLACSCINIT    = $(BLACSdir)/libmpiblacsCinit.a
    +BLACSLIB      = $(BLACSdir)/libmpiblacs.a
     TESTINGdir    = $(home)/TESTING
     
     #
    @@ -71,8 +71,8 @@
     #F77           = /usr/local/pgi/linux86/bin/pgf77
     CC            = gcc
     NOOPT         = 
    -F77FLAGS      =  -O3 $(NOOPT)
    -CCFLAGS       = -O4
    +F77FLAGS      = $(RPM_OPT_FLAGS) $(NOOPT)
    +CCFLAGS       = $(RPM_OPT_FLAGS)
     SRCFLAG       =
     F77LOADER     = $(F77)
     CCLOADER      = $(CC)
    @@ -94,9 +94,12 @@
     #  The name of the libraries to be created/linked to
     #
     SCALAPACKLIB  = $(home)/libscalapack.a
    -BLASLIB       = /usr/local/lib/libf77blas.a /usr/local/lib/libatlas.a
    +BLASLIB       = /usr/lib/libblas.a
     #
    -PBLIBS        = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB)
    -PRLIBS        = $(SCALAPACKLIB) $(CBLACSLIB) $(SMPLIB)
    -RLIBS         = $(SCALAPACKLIB) $(FBLACSLIB) $(CBLACSLIB) $(BLASLIB) $(SMPLIB)
    +LAMLIBS       = /usr/lib/liblam.a /usr/lib/liblamf77mpi.a
    +EXTRALIBS     = -ldl -lpthread -llam -lmpi -llamf77mpi
    +
    +PBLIBS        = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB) $(LAMLIBS) $(EXTRALIBS)
    +PRLIBS        = $(SCALAPACKLIB) $(CBLACSLIB) $(SMPLIB) $(LAMLIBS) $(EXTRALIBS)
    +RLIBS         = $(SCALAPACKLIB) $(FBLACSLIB) $(CBLACSLIB) $(BLASLIB) $(SMPLIB) $(LAMLIBS) $(EXTRALIBS)
     LIBS          = $(PBLIBS)
    
    
    Index: scalapack.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/scalapack/FC-3/scalapack.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- scalapack.spec	25 Apr 2005 00:38:23 -0000	1.3
    +++ scalapack.spec	9 May 2005 03:40:40 -0000	1.4
    @@ -4,7 +4,7 @@
     Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers
     Name: scalapack
     Version: 1.7
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     License: Freely distributable
     Group: Development/Libraries
     URL: http://www.netlib.org/scalapack/scalapack_home.html
    @@ -13,7 +13,7 @@
     BuildRequires: gcc-g77
     Requires: lapack, blas, lam, blacs
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    -Patch0: scalapack-1.7-fedora.patch
    +Patch0: scalapack-1.7-fedora3.patch
     
     %description
     The ScaLAPACK (or Scalable LAPACK) library includes a subset 
    @@ -71,6 +71,9 @@
     %{_libdir}/libscalapack.a
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  1.7-4
    +- fix broken patch for fc-3 branch
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.7-3
     - use dist tag
     - fix fc3 BuildRequires
    
    
    --- scalapack-1.7-fedora.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:40:43 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:40:43 -0400
    Subject: rpms/scalapack/devel scalapack.spec,1.3,1.4
    Message-ID: <200505090341.j493fDuJ010014@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/scalapack/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9976/devel
    
    Modified Files:
    	scalapack.spec 
    Log Message:
    
    Fix broken FC-3 patch.
    
    
    
    Index: scalapack.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/scalapack/devel/scalapack.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- scalapack.spec	25 Apr 2005 00:38:23 -0000	1.3
    +++ scalapack.spec	9 May 2005 03:40:41 -0000	1.4
    @@ -4,7 +4,7 @@
     Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers
     Name: scalapack
     Version: 1.7
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     License: Freely distributable
     Group: Development/Libraries
     URL: http://www.netlib.org/scalapack/scalapack_home.html
    @@ -71,6 +71,9 @@
     %{_libdir}/libscalapack.a
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  1.7-4
    +- fix broken patch for fc-3 branch
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.7-3
     - use dist tag
     - fix fc3 BuildRequires
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:41:47 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:41:47 -0400
    Subject: common tobuild,1.249,1.250
    Message-ID: <200505090341.j493flnn010071@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10054
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/scalapack/FC-3 scalapack-1_7-4_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.249
    retrieving revision 1.250
    diff -u -r1.249 -r1.250
    --- tobuild	9 May 2005 03:32:33 -0000	1.249
    +++ tobuild	9 May 2005 03:41:45 -0000	1.250
    @@ -19,3 +19,4 @@
     bpepple	rpms/gkrellmms/devel	gkrellmms-2_1_22-3	development
     spot	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-4_fc3	FC-3
     spot	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-4_fc4	devel
    +spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:42:16 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:42:16 -0400
    Subject: common tobuild,1.250,1.251
    Message-ID: <200505090342.j493gGgu010129@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10112
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/scalapack/devel scalapack-1_7-4_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.250
    retrieving revision 1.251
    diff -u -r1.250 -r1.251
    --- tobuild	9 May 2005 03:41:45 -0000	1.250
    +++ tobuild	9 May 2005 03:42:13 -0000	1.251
    @@ -20,3 +20,4 @@
     spot	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-4_fc3	FC-3
     spot	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-4_fc4	devel
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
    +spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
    
    
    
    From ivazquez at ivazquez.net  Mon May  9 03:42:29 2005
    From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams)
    Date: Sun, 08 May 2005 23:42:29 -0400
    Subject: APPROVED: gnet2
    Message-ID: <1115610149.21984.5.camel@ignacio.ignacio.lan>
    
    gnet2: A simple network library built upon glib
    
    GNet is a simple network library. It is written in C, object-oriented,
    and built upon GLib. It is intended to be easy to use and port.
    
    Reviewer: Tom "spot" Callaway
    Maintainer: Ignacio Vazquez-Abrams
    
    -- 
    Ignacio Vazquez-Abrams 
    http://fedora.ivazquez.net/
    
    gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: signature.asc
    Type: application/pgp-signature
    Size: 189 bytes
    Desc: This is a digitally signed message part
    URL: 
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:55:35 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:55:35 -0400
    Subject: rpms/librx/FC-3 librx-1.5-libdir64.patch, NONE, 1.1 librx.spec, 1.3,
    	1.4
    Message-ID: <200505090355.j493tZeJ010202@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/librx/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10167/FC-3
    
    Modified Files:
    	librx.spec 
    Added Files:
    	librx-1.5-libdir64.patch 
    Log Message:
    
    Fix stupid hardcoded libdir setting for 64bit arches
    
    
    librx-1.5-libdir64.patch:
    
    --- NEW FILE librx-1.5-libdir64.patch ---
    --- rx-1.5/rx/Makefile.in.BAD	2005-05-08 22:46:56.000000000 -0500
    +++ rx-1.5/rx/Makefile.in	2005-05-08 22:47:16.000000000 -0500
    @@ -25,7 +25,7 @@
     prefix = @prefix@
     exec_prefix = @exec_prefix@
     bindir = $(exec_prefix)/bin
    -libdir = $(exec_prefix)/lib
    +libdir = $(exec_prefix)/lib64
     includedir = $(prefix)/include
     infodir = $(prefix)/info
     
    
    
    Index: librx.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/librx/FC-3/librx.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- librx.spec	5 May 2005 14:49:02 -0000	1.3
    +++ librx.spec	9 May 2005 03:55:33 -0000	1.4
    @@ -4,13 +4,14 @@
     Summary: POSIX regexp functions
     Name: librx
     Version: 1.5
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     License: GPL
     URL: http://www.gnu.org/software/rx/rx.html
     Group: Applications/Text
     Source0: ftp://ftp.gnu.org/gnu/rx/rx-%{version}.tar.bz2
     Patch0: rx-1.5-shared.patch
     Patch1: rx-1.5-texinfo.patch
    +Patch2: librx-1.5-libdir64.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires: texinfo
     
    @@ -37,6 +38,9 @@
     %setup -q -n rx-%{version}
     %patch0 -p1
     %patch1 -p1 -b .texipatch
    +%ifarch x86_64 ppc64 sparc64
    +%patch2 -p1 -b .64bit
    +%endif
     
     %build
     %configure
    @@ -82,6 +86,9 @@
     %{_libdir}/*.a
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  1.5-4
    +- Fix 64 bit arches to install to the right libdir
    +
     * Thu May  5 2005 Tom "spot" Callaway  1.5-3
     - add BuildRequires: texinfo
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:55:36 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:55:36 -0400
    Subject: rpms/librx/devel librx-1.5-libdir64.patch, NONE, 1.1 librx.spec, 1.3,
    	1.4
    Message-ID: <200505090355.j493takK010210@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/librx/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10167/devel
    
    Modified Files:
    	librx.spec 
    Added Files:
    	librx-1.5-libdir64.patch 
    Log Message:
    
    Fix stupid hardcoded libdir setting for 64bit arches
    
    
    librx-1.5-libdir64.patch:
    
    --- NEW FILE librx-1.5-libdir64.patch ---
    --- rx-1.5/rx/Makefile.in.BAD	2005-05-08 22:46:56.000000000 -0500
    +++ rx-1.5/rx/Makefile.in	2005-05-08 22:47:16.000000000 -0500
    @@ -25,7 +25,7 @@
     prefix = @prefix@
     exec_prefix = @exec_prefix@
     bindir = $(exec_prefix)/bin
    -libdir = $(exec_prefix)/lib
    +libdir = $(exec_prefix)/lib64
     includedir = $(prefix)/include
     infodir = $(prefix)/info
     
    
    
    Index: librx.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/librx/devel/librx.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- librx.spec	5 May 2005 14:49:03 -0000	1.3
    +++ librx.spec	9 May 2005 03:55:34 -0000	1.4
    @@ -4,13 +4,14 @@
     Summary: POSIX regexp functions
     Name: librx
     Version: 1.5
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     License: GPL
     URL: http://www.gnu.org/software/rx/rx.html
     Group: Applications/Text
     Source0: ftp://ftp.gnu.org/gnu/rx/rx-%{version}.tar.bz2
     Patch0: rx-1.5-shared.patch
     Patch1: rx-1.5-texinfo.patch
    +Patch2: librx-1.5-libdir64.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires: texinfo
     
    @@ -37,6 +38,9 @@
     %setup -q -n rx-%{version}
     %patch0 -p1
     %patch1 -p1 -b .texipatch
    +%ifarch x86_64 ppc64 sparc64
    +%patch2 -p1 -b .64bit
    +%endif
     
     %build
     %configure
    @@ -82,6 +86,9 @@
     %{_libdir}/*.a
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  1.5-4
    +- Fix 64 bit arches to install to the right libdir
    +
     * Thu May  5 2005 Tom "spot" Callaway  1.5-3
     - add BuildRequires: texinfo
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:56:08 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:56:08 -0400
    Subject: common tobuild,1.251,1.252
    Message-ID: <200505090356.j493u818010270@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10253
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/librx/FC-3 librx-1_5-4_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.251
    retrieving revision 1.252
    diff -u -r1.251 -r1.252
    --- tobuild	9 May 2005 03:42:13 -0000	1.251
    +++ tobuild	9 May 2005 03:56:06 -0000	1.252
    @@ -21,3 +21,4 @@
     spot	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-4_fc4	devel
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
     spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
    +spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:56:30 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:56:30 -0400
    Subject: common tobuild,1.252,1.253
    Message-ID: <200505090356.j493uUpG010327@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10310
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/librx/devel librx-1_5-4_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.252
    retrieving revision 1.253
    diff -u -r1.252 -r1.253
    --- tobuild	9 May 2005 03:56:06 -0000	1.252
    +++ tobuild	9 May 2005 03:56:28 -0000	1.253
    @@ -22,3 +22,4 @@
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
     spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
     spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
    +spot	rpms/librx/devel	librx-1_5-4_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:59:18 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Sun,  8 May 2005 23:59:18 -0400
    Subject: rpms/SoQt/FC-3 SoQt.spec,1.4,1.5
    Message-ID: <200505090359.j493xInF010356@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/rpms/SoQt/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10339
    
    Modified Files:
    	SoQt.spec 
    Log Message:
    Add Provides:Coin2-SoQt*.
    
    
    Index: SoQt.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/SoQt/FC-3/SoQt.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- SoQt.spec	21 Apr 2005 15:32:46 -0000	1.4
    +++ SoQt.spec	9 May 2005 03:59:15 -0000	1.5
    @@ -1,10 +1,10 @@
    -%define _includedir		%{expand:%%(coin-config --includedir)}
    +%define _includedir %{expand:%%(coin-config --includedir)}
     
    -Summary: A high-level 3D visualization library.
    +Summary: High-level 3D visualization library
     Name: SoQt
    -Epoch: 0
     Version: 1.2.0
    -Release: 2
    +Release: 4.fc3
    +
     
     License: GPL
     Group: System Environment/Libraries
    @@ -24,6 +24,8 @@
     BuildRequires: doxygen
     BuildRequires: Coin2-devel qt-devel
     
    +Provides: Coin2-SoQt = %{version}-%{release}
    +
     Requires(post): /sbin/ldconfig
     Requires(postun): /sbin/ldconfig
     
    @@ -36,13 +38,14 @@
     
     %package devel
     Summary: Development files for SoQt
    -Requires: %{name} = %{epoch}:%{version}-%{release}
    +Requires: %{name} = %{version}-%{release}
     Requires: autoconf
     Requires: Coin2-devel qt-devel
    +Provides: Coin2-SoQt = %{version}-%{release}
     Group: Development/Libraries
     
     %description devel
    -Development package for Coin
    +Development package for SoQt
     
     %prep
     %setup
    @@ -89,10 +92,16 @@
     %{_mandir}/man?/*.?.gz
     
     %changelog
    -* Tue Apr 12 2005 Ralf Corsepius  - 0:1.2.0-2
    +* Mon May 09 2005 Ralf Corsepius  - 0:1.2.0-4
    +- Add Provides:Coin2-SoQt*.
    +
    +* Tue Apr 12 2005 Ralf Corsepius  - 0:1.2.0-3
     - Include simacros.
     - Work-around issues with RH's libtool.
     
    +* Fri Apr  7 2005 Michael Schwendt 
    +- rebuilt
    +
     * Fri Aug 27 2004 Ralf Corsepius  - 0:1.2.0-0.fdr.1
     - Update.
     - Minor cleanups to the spec.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:59:33 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Sun,  8 May 2005 23:59:33 -0400
    Subject: rpms/SoQt/devel SoQt.spec,1.6,1.7
    Message-ID: <200505090359.j493xXfn010381@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/rpms/SoQt/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10364
    
    Modified Files:
    	SoQt.spec 
    Log Message:
    Add Provides:Coin2-SoQt*.
    
    
    Index: SoQt.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/SoQt/devel/SoQt.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- SoQt.spec	21 Apr 2005 15:32:46 -0000	1.6
    +++ SoQt.spec	9 May 2005 03:59:31 -0000	1.7
    @@ -3,7 +3,7 @@
     Summary: High-level 3D visualization library
     Name: SoQt
     Version: 1.2.0
    -Release: 3
    +Release: 4.fc4
     
     
     License: GPL
    @@ -24,6 +24,8 @@
     BuildRequires: doxygen
     BuildRequires: Coin2-devel qt-devel
     
    +Provides: Coin2-SoQt = %{version}-%{release}
    +
     Requires(post): /sbin/ldconfig
     Requires(postun): /sbin/ldconfig
     
    @@ -39,10 +41,11 @@
     Requires: %{name} = %{version}-%{release}
     Requires: autoconf
     Requires: Coin2-devel qt-devel
    +Provides: Coin2-SoQt = %{version}-%{release}
     Group: Development/Libraries
     
     %description devel
    -Development package for Coin
    +Development package for SoQt
     
     %prep
     %setup
    @@ -89,6 +92,9 @@
     %{_mandir}/man?/*.?.gz
     
     %changelog
    +* Mon May 09 2005 Ralf Corsepius  - 0:1.2.0-4
    +- Add Provides:Coin2-SoQt*.
    +
     * Tue Apr 12 2005 Ralf Corsepius  - 0:1.2.0-3
     - Include simacros.
     - Work-around issues with RH's libtool.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 04:01:51 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 00:01:51 -0400
    Subject: common tobuild,1.253,1.254
    Message-ID: <200505090401.j4941pMa011372@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11355
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/SoQt/FC-3 SoQt-1_2_0-4_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.253
    retrieving revision 1.254
    diff -u -r1.253 -r1.254
    --- tobuild	9 May 2005 03:56:28 -0000	1.253
    +++ tobuild	9 May 2005 04:01:49 -0000	1.254
    @@ -23,3 +23,4 @@
     spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
     spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
     spot	rpms/librx/devel	librx-1_5-4_fc4	devel
    +corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 04:02:12 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 00:02:12 -0400
    Subject: common tobuild,1.254,1.255
    Message-ID: <200505090402.j4942CPQ011403@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11385
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/blacs/devel blacs-1_1-6_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.254
    retrieving revision 1.255
    diff -u -r1.254 -r1.255
    --- tobuild	9 May 2005 04:01:49 -0000	1.254
    +++ tobuild	9 May 2005 04:02:10 -0000	1.255
    @@ -24,3 +24,4 @@
     spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
     spot	rpms/librx/devel	librx-1_5-4_fc4	devel
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC-3
    +spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 04:03:23 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 00:03:23 -0400
    Subject: common tobuild,1.255,1.256
    Message-ID: <200505090403.j4943Nuh011453@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11436
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/SoQt/devel SoQt-1_2_0-4_fc4 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.255
    retrieving revision 1.256
    diff -u -r1.255 -r1.256
    --- tobuild	9 May 2005 04:02:10 -0000	1.255
    +++ tobuild	9 May 2005 04:03:21 -0000	1.256
    @@ -25,3 +25,4 @@
     spot	rpms/librx/devel	librx-1_5-4_fc4	devel
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC-3
     spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
    +corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 04:24:58 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 00:24:58 -0400
    Subject: rpms/scalapack/devel scalapack.spec,1.4,1.5
    Message-ID: <200505090424.j494Ow3N011545@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/scalapack/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11528
    
    Modified Files:
    	scalapack.spec 
    Log Message:
    
    bump to 5 to workaround make tag error
    
    
    
    Index: scalapack.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/scalapack/devel/scalapack.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- scalapack.spec	9 May 2005 03:40:41 -0000	1.4
    +++ scalapack.spec	9 May 2005 04:24:56 -0000	1.5
    @@ -4,7 +4,7 @@
     Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers
     Name: scalapack
     Version: 1.7
    -Release: 4%{?dist}
    +Release: 5%{?dist}
     License: Freely distributable
     Group: Development/Libraries
     URL: http://www.netlib.org/scalapack/scalapack_home.html
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 04:25:22 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 00:25:22 -0400
    Subject: common tobuild,1.256,1.257
    Message-ID: <200505090425.j494PMSl011605@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11585
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/scalapack/devel scalapack-1_7-5_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.256
    retrieving revision 1.257
    diff -u -r1.256 -r1.257
    --- tobuild	9 May 2005 04:03:21 -0000	1.256
    +++ tobuild	9 May 2005 04:25:20 -0000	1.257
    @@ -26,3 +26,4 @@
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC-3
     spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	development
    +spot	rpms/scalapack/devel	scalapack-1_7-5_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 06:31:54 2005
    From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede))
    Date: Mon,  9 May 2005 02:31:54 -0400
    Subject: rpms/Glide3/devel Glide3-lib64.patch,NONE,1.1 Glide3.spec,1.6,1.7
    Message-ID: <200505090631.j496Vs97013751@cvs-int.fedora.redhat.com>
    
    Author: jwrdegoede
    
    Update of /cvs/extras/rpms/Glide3/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13731
    
    Modified Files:
    	Glide3.spec 
    Added Files:
    	Glide3-lib64.patch 
    Log Message:
    Change -L/usr/X11R6/lib to -L/usr/X11R6/lib64 when building on x86_64
    
    Glide3-lib64.patch:
    
    --- NEW FILE Glide3-lib64.patch ---
    --- Glide3/h3/glide3/src/makefile.autoconf.am.lib64	2005-05-09 08:24:27.000000000 +0200
    +++ Glide3/h3/glide3/src/makefile.autoconf.am	2005-05-09 08:24:42.000000000 +0200
    @@ -192,7 +192,7 @@
     WHOLE_LIBS = $(top_builddir)/swlibs/fxmisc/libfxmisc.la \
                  $(top_builddir)/swlibs/newpci/pcilib/libfxpci.la \
                  $(top_builddir)/@FX_GLIDE_HW@/minihwc/libminihwc.la
    -LINK_LIBS  = -L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm
    +LINK_LIBS  = -L/usr/X11R6/lib64 -lX11 -lXext -lXxf86dga -lXxf86vm
     
     CLEANFILES = fxinline.h fxgasm.h
     
    --- Glide3/h5/glide3/src/makefile.autoconf.am.lib64	2005-05-09 08:23:42.000000000 +0200
    +++ Glide3/h5/glide3/src/makefile.autoconf.am	2005-05-09 08:24:04.000000000 +0200
    @@ -211,7 +211,7 @@
                  $(top_builddir)/swlibs/newpci/pcilib/libfxpci.la \
     			 $(top_builddir)/swlibs/$(TEXTURE_UTILITIES_DIR)/lib/libtexus.la \
                  $(top_builddir)/@FX_GLIDE_HW@/minihwc/libminihwc.la
    -LINK_LIBS  = -L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm -lm
    +LINK_LIBS  = -L/usr/X11R6/lib64 -lX11 -lXext -lXxf86dga -lXxf86vm -lm
     
     CLEANFILES = fxinline.h fxgasm.h
     
    
    
    Index: Glide3.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- Glide3.spec	5 May 2005 09:40:30 -0000	1.6
    +++ Glide3.spec	9 May 2005 06:31:51 -0000	1.7
    @@ -22,6 +22,7 @@
     Patch3:  Glide3-fixes.patch
     Patch4:  Glide3-gcc4.patch
     Patch5:  Glide3-amd3dnow.patch
    +Patch6:  Glide3-lib64.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires: automake14 autoconf xorg-x11-devel
     
    @@ -50,7 +51,9 @@
     %patch3 -p1 -b .fix
     %patch4 -p1 -b .gcc4
     %patch5 -p1 -b .amd3dnow
    -
    +%ifarch x86_64
    +%patch6 -p1 -b .lib64
    +%endif
     
     %build
     aclocal-1.4
    @@ -152,11 +155,15 @@
     
     
     %changelog
    -* Mon May  5 2005 Hans de Goede 
    +* Mon May  9 2005 Hans de Goede 
    +- Change -L/usr/X11R6/lib to -L/usr/X11R6/lib64 when building on
    +  x86_64 .
    +
    +* Thu May  5 2005 Hans de Goede 
     - More x86_64 fixes added to Glide-64bit.patch.
     - Removed ancient Conflicts: XFree86-libs = 4.1.0
     
    -* Mon May  4 2005 Hans de Goede 
    +* Wed May  4 2005 Hans de Goede 
     - Tested amd3dnow code on a voodoo2, works for me (tm). Enabled
       amd3dnow code on i386 for now.
     - Added FX_GLIDE_I386 AM-conditonal and define, only use and build
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 06:37:59 2005
    From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy))
    Date: Mon,  9 May 2005 02:37:59 -0400
    Subject: common tobuild,1.257,1.258
    Message-ID: <200505090637.j496bxiY013794@cvs-int.fedora.redhat.com>
    
    Author: jnovy
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13777
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/allegro/devel allegro-4_0_3-11 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.257
    retrieving revision 1.258
    diff -u -r1.257 -r1.258
    --- tobuild	9 May 2005 04:25:20 -0000	1.257
    +++ tobuild	9 May 2005 06:37:56 -0000	1.258
    @@ -27,3 +27,5 @@
     spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	development
     spot	rpms/scalapack/devel	scalapack-1_7-5_fc4	devel
    +jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
    +jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 08:06:46 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 04:06:46 -0400
    Subject: common tobuild,1.258,1.259
    Message-ID: <200505090806.j4986l17016394@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16377
    
    Modified Files:
    	tobuild 
    Log Message:
    Remove my packages.
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.258
    retrieving revision 1.259
    diff -u -r1.258 -r1.259
    --- tobuild	9 May 2005 06:37:56 -0000	1.258
    +++ tobuild	9 May 2005 08:06:44 -0000	1.259
    @@ -6,7 +6,6 @@
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    -corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
     abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
     kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
     scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
    @@ -23,9 +22,7 @@
     spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
     spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
     spot	rpms/librx/devel	librx-1_5-4_fc4	devel
    -corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC-3
     spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
    -corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	development
     spot	rpms/scalapack/devel	scalapack-1_7-5_fc4	devel
     jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
     jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 08:56:24 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 04:56:24 -0400
    Subject: common tobuild,1.259,1.260
    Message-ID: <200505090856.j498uOoM016563@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16546
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/SoQt/FC-3 SoQt-1_2_0-4_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.259
    retrieving revision 1.260
    diff -u -r1.259 -r1.260
    --- tobuild	9 May 2005 08:06:44 -0000	1.259
    +++ tobuild	9 May 2005 08:56:22 -0000	1.260
    @@ -26,3 +26,4 @@
     spot	rpms/scalapack/devel	scalapack-1_7-5_fc4	devel
     jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
     jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
    +corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 08:58:11 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Mon,  9 May 2005 04:58:11 -0400
    Subject: common tobuild,1.260,1.261
    Message-ID: <200505090858.j498wBI4016601@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16584
    
    Modified Files:
    	tobuild 
    Log Message:
    
    clear out old
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.260
    retrieving revision 1.261
    diff -u -r1.260 -r1.261
    --- tobuild	9 May 2005 08:56:22 -0000	1.260
    +++ tobuild	9 May 2005 08:58:09 -0000	1.261
    @@ -1,29 +1,4 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
    -thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
    -thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    -thl	rpms/revelation/devel	revelation-0_4_3-3	development
    -thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    -abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
    -kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
    -scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
    -mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
    -mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
    -jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    -jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    -jfontain	rpms/moodss/devel	moodss-20_0-2	devel
    -jfontain	rpms/moodss/FC-3	moodss-20_0-2	FC-3
    -bpepple	rpms/gkrellmms/devel	gkrellmms-2_1_22-3	development
    -spot	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-4_fc3	FC-3
    -spot	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-4_fc4	devel
    -spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
    -spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
    -spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
    -spot	rpms/librx/devel	librx-1_5-4_fc4	devel
    -spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
    -spot	rpms/scalapack/devel	scalapack-1_7-5_fc4	devel
    -jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
    -jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 09:01:30 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Mon,  9 May 2005 05:01:30 -0400
    Subject: extras-buildsys-temp/automation extras-push.py, NONE,
    	1.1 buildqueue.py, 1.3, 1.4
    Message-ID: <200505090901.j4991UUO017518@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16612
    
    Modified Files:
    	buildqueue.py 
    Added Files:
    	extras-push.py 
    Log Message:
    
    add extras-push script to handle signing, moving and making repository data
    from rpms
    
    
    
    --- NEW FILE extras-push.py ---
    #!/usr/bin/python -t
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU Library General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    
    import os
    import sys
    import rpmUtils
    import smtplib
    import shutil
    import string
    from email.MIMEText import MIMEText
    
    
    # get the path to where to look for the packages to be signed
    # get the list of stuff there (logs, md5sums, specs, rpms)
    # list the rpms and pause
    # sign the rpms
    # collect list of srpms and get package n-v-r from them
    # move pkgs into repo
    # repomanage? 
    # make repo
    # make repoview
    # email to fedora-extras-list with the built packages list
    # sing, dance, romance
    
    stagesdir = '/rpmbuild/extras/stages'
    treedir = '/rpmbuild/extras/tree/extras'
    archdict = {'3':['x86_64', 'i386'], 
                'development':['ppc','x86_64','i386'],
                '4':['ppc','x86_64', 'i386']}
    ts = rpmUtils.transaction.initReadOnlyTransaction()
    
    
    DEBUG = False
    
    def debugprint(msg):
        if DEBUG:
            print msg
            
    def find_files(path):
        """returns a dict of filetypes and paths to those files"""
        filedict = {}
        filedict['srpm'] = []
        filedict['log'] = []
        filedict['rpm'] = []
        filedict['spec'] = []
        filedict['md5sum'] = []
        filedict['debuginfo'] = []
        for root, dirs, files in os.walk(path):
            for file in files:
                # match the files to what list they should be in
                if file.endswith('.log'):
                    which = 'log'
                elif file.endswith('.rpm'):
                    if file.find('.debuginfo') != -1:
                        which = 'debuginfo' 
                    elif file.endswith('.src.rpm'):
                        which = 'srpm'
                    else:
                        which = 'rpm'
                elif file.endswith('.spec'):
                    which = 'spec'
                elif file.endswith('.md5sum'):
                    which = 'md5sum'
                fullfile = os.path.join(root, file)
                filedict[which].append(fullfile)
        return filedict
    
    def naevr(pkg):
        """return nevra from the package srpm"""
    
        hdr = rpmUtils.miscutils.hdrFromPackage(ts, pkg)
        name = hdr['name']
        ver = hdr['version']
        rel = hdr['release']
        arch = hdr['arch']
        epoch = hdr['epoch']
        if epoch is None:
            epoch = 0
        
        return (name, arch, epoch, ver, rel)
    
    
    def email_list(pkglist, dist):
        """email extras list with the new package listing"""
        mail_from = 'buildsys at fedoraproject.org'
        mail_to = 'fedora-extras-list at redhat.com'
    
        uniqued = rpmUtils.miscutils.unique(pkglist)
        uniqued.sort()
        
        output = "\nPackages built and released for Fedora Extras %s: %s \n\n" % (dist, len(uniqued))
        for pkg in uniqued:
            add = '%s\n' % (pkg)
            output = output + add
        
        end = """
    
    For more information about the built packages please see the repository
    or the fedora Info Feed: http://fedoraproject.org/infofeed/
    
    """
        output = output + end
        msg = MIMEText(output)
        subject = 'Fedora Extras %s Package Build Report' % dist
        msg['Subject'] = subject
        msg['From'] = mail_from
        msg['To'] = mail_to
        s = smtplib.SMTP()
        s.connect()
        s.sendmail(mail_from, [mail_to], msg.as_string())
        s.close()
            
    def sign_pkgs(filelist):
        """gpg sign all the rpms"""
        foo = string.join(filelist)
        result = os.system('echo %s | xargs rpm --resign' % foo)
        if result != 0:
            return False
        return True
        
    def main(dist):
        if not archdict.has_key(dist):
            print "No Distribution named %s found" % dist
            sys.exit(1)
            
        needsign = os.path.join(stagesdir, 'needsign', dist)
        files = find_files(needsign)
        destdir = os.path.join(treedir, dist)
        if not os.path.exists(destdir):
            for arch in archdict[dist]:
                os.makedirs(destdir + '/' + arch + '/debug')
            os.makedirs(destdir + '/' + 'SRPMS')
    
        rpms = files['rpm'] + files['srpm'] + files['debuginfo']
        print "Signing Packages:"
        result = sign_pkgs(rpms)
        if not result:
            print "Error signing packages"
            sys.exit(2)
        
        infolist = []
        for package in files['srpm']:
            (n,a,e,v,r) = naevr(package)
            infolist.append('%s-%s-%s' % (n,v,r))
            pkg_fn = os.path.basename(package)
            srpmloc = os.path.join(destdir, 'SRPMS', pkg_fn)
            if os.path.exists(srpmloc):
                debugprint('Deleting %s' % srpmloc)
                os.unlink(srpmloc)
            debugprint('Moving %s to %s' % (package, srpmloc))
            shutil.move(package, srpmloc)
    
        # go through each package and move it to the right arch location.
        # if it is a noarch package, copy2 it to all arch locations and unlink it
        # if it is a debuginfo package move it into the 'debug' dir for that arch
        print "Moving Packages into Place"
        for package in files['rpm'] + files['debuginfo']:
            pkg_fn = os.path.basename(package)
            (n,a,e,v,r) = naevr(package)
            if a == 'noarch':
                for arch in archdict[dist]:
                    if package in files['debuginfo']:
                        arch = '%s/debug' % arch
                    rpmloc = os.path.join(destdir, arch, pkg_fn)
                    debugprint("Copying %s to %s" % (package, rpmloc))
                    shutil.copy(package, rpmloc)
    
                os.unlink(package)
                continue
                
            elif a in ['i386', 'i486', 'i586', 'i686', 'athlon']:
                if package in files['debuginfo']:
                    arch = 'i386/debug'
                else:
                    arch = 'i386'
            
            elif a in ['x86_64', 'ia32e', 'amd64']:
                if package in files['debuginfo']:
                    arch = 'x86_64/debug'
                else:
                    arch = 'x86_64'
            
            elif a in ['ppc', 'ppc64', 'ppc32']:
                if package in files['debuginfo']:
                    arch = 'ppc/debug'
                else:
                    arch = 'ppc'
    
            else:
                print 'Unknown arch %s' % a
                continue
    
            rpmloc = os.path.join(destdir, arch, pkg_fn)
            debugprint('Moving %s to %s' % (package, rpmloc))        
            shutil.move(package, rpmloc)
            
            
            
        print "Making Repository Metadata"
        # SRPM repo creation
        repodir = os.path.join(destdir, 'SRPMS')
        rpdata = os.path.join(repodir, 'repodata')
        debugprint('removing tree %s' % rpdata)
        shutil.rmtree(rpdata)
        cmd = '/usr/bin/createrepo -q %s' % repodir
        debugprint(cmd)
        result = os.system(cmd)
        cmd = '/usr/bin/repoview %s' % repodir
        debugprint(cmd)
        result = os.system(cmd)
        
        # arch repo creation
        for arch in archdict[dist]:
            repodir = os.path.join(destdir, arch)
            rpdata = os.path.join(repodir, 'repodata')
            debugprint('removing tree %s' % rpdata)
            shutil.rmtree(rpdata)
            cmd = '/usr/bin/createrepo -q -x *debuginfo* %s' % repodir
            debugprint(cmd)
            result = os.system(cmd)
            cmd = '/usr/bin/repoview %s' % repodir
            debugprint(cmd)
            result = os.system(cmd)
            
            dbg_repodir = os.path.join(destdir, arch, 'debug')
            dbg_rpdata = os.path.join(dbg_repodir, 'repodata')
            debugprint('removing tree %s' % dbg_rpdata)
            shutil.rmtree(dbg_rpdata)
            cmd = '/usr/bin/createrepo -q %s' % dbg_repodir
            debugprint(cmd)        
            result = os.system(cmd)
            cmd = '/usr/bin/repoview %s' % dbg_repodir
            debugprint(cmd)        
            result = os.system(cmd)
            
        # email the list
        print "Emailing info"
        email_list(infolist, dist)
        
        # clean up the crap
        print "Cleaning Up"
        for file in files['log'] + files['md5sum'] + files['spec']:
            debugprint('removing %s' % file)
            os.unlink(file)
        
        # FIXME clean up empty dirs, too.
        
    if __name__ == '__main__':
        me = os.getcwd()
        main(sys.argv[1])
        os.chdir(me)
        
    
    
    Index: buildqueue.py
    ===================================================================
    RCS file: /cvs/fedora/extras-buildsys-temp/automation/buildqueue.py,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- buildqueue.py	7 May 2005 15:00:53 -0000	1.3
    +++ buildqueue.py	9 May 2005 09:01:28 -0000	1.4
    @@ -176,7 +176,7 @@
             self.archprocess = []
             self.build_status = {}
             self.anyfail = False
    -        self.timeout = 5400
    +        self.timeout = 7200
             self.timeout_reached = False
             self.localarches = ['i386', 'x86_64']
             self.logs = {}
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 09:02:45 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Mon,  9 May 2005 05:02:45 -0400
    Subject: extras-buildsys-temp/automation extras-push.py,1.1,1.2
    Message-ID: <200505090902.j4992joe017540@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17526
    
    Modified Files:
    	extras-push.py 
    Log Message:
    
    simple usage statement
    
    
    
    Index: extras-push.py
    ===================================================================
    RCS file: /cvs/fedora/extras-buildsys-temp/automation/extras-push.py,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- extras-push.py	9 May 2005 09:01:28 -0000	1.1
    +++ extras-push.py	9 May 2005 09:02:43 -0000	1.2
    @@ -259,6 +259,9 @@
         
     if __name__ == '__main__':
         me = os.getcwd()
    +    if len(sys.argv) < 1:
    +        print "Usage:\nextras-push.py release\n\n"
    +        sys.exit(1)
         main(sys.argv[1])
         os.chdir(me)
         
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 09:20:59 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Mon,  9 May 2005 05:20:59 -0400
    Subject: common tobuild,1.261,1.262
    Message-ID: <200505090920.j499KxJQ017607@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17590
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-2 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.261
    retrieving revision 1.262
    diff -u -r1.261 -r1.262
    --- tobuild	9 May 2005 08:58:09 -0000	1.261
    +++ tobuild	9 May 2005 09:20:57 -0000	1.262
    @@ -2,3 +2,4 @@
     # user	repo	tag	target	status
     # 
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
    +gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 09:42:16 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 05:42:16 -0400
    Subject: common tobuild,1.262,1.263
    Message-ID: <200505090942.j499gGq9017773@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17756
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Coin2/devel Coin2-2_3_0-8_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.262
    retrieving revision 1.263
    diff -u -r1.262 -r1.263
    --- tobuild	9 May 2005 09:20:57 -0000	1.262
    +++ tobuild	9 May 2005 09:42:14 -0000	1.263
    @@ -3,3 +3,4 @@
     # 
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
    +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 09:59:43 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Mon,  9 May 2005 05:59:43 -0400
    Subject: rpms/mlmmj/devel .cvsignore, 1.2, 1.3 mlmmj.spec, 1.3, 1.4 sources,
    	1.2, 1.3 mlmmj-1.2.5.moderation-race.diff, 1.1, NONE
    Message-ID: <200505090959.j499xhre017861@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17840
    
    Modified Files:
    	.cvsignore mlmmj.spec sources 
    Removed Files:
    	mlmmj-1.2.5.moderation-race.diff 
    Log Message:
    New upstream version, patches merged
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	5 May 2005 10:44:48 -0000	1.2
    +++ .cvsignore	9 May 2005 09:59:41 -0000	1.3
    @@ -1 +1 @@
    -mlmmj-1.2.5.tar.gz
    +mlmmj-1.2.6.1.tar.bz2
    
    
    Index: mlmmj.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- mlmmj.spec	6 May 2005 05:42:37 -0000	1.3
    +++ mlmmj.spec	9 May 2005 09:59:41 -0000	1.4
    @@ -2,12 +2,11 @@
     
     Summary: Mailserver-independent ezmlm-like mailing list manager
     Name: mlmmj
    -Version: 1.2.5
    -Release: 3
    +Version: 1.2.6.1
    +Release: 1
     License: MIT
     Group: Applications/Internet
    -Source: http://mlmmj.mmj.dk/dist/mlmmj-1.2.5.tar.gz
    -Patch0: mlmmj-1.2.5.moderation-race.diff
    +Source: http://mlmmj.mmj.dk/files/mlmmj-1.2.6.tar.bz2
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Requires: smtpdaemon
     URL: http://mlmmj.mmj.dk/
    @@ -22,8 +21,6 @@
     
     %setup
     
    -%patch -p1 -b .modrace
    -
     %build
     %configure
     make %{?_smp_mflags}
    @@ -46,6 +43,13 @@
     %{_mandir}/man1/mlmmj-*
     
     %changelog
    +* Mon May 9 2005 Michael Fleming  1.2.6.1-1
    +- 1.2.6.1
    +
    +* Mon May 9 2005 Michael Fleming  1.2.6-1
    +- 1.2.6
    +- Dropped moderation race patch (merged upstream)
    +
     * Fri May 6 2005 Michael Fleming  1.2.5-3
     - Upstream patch included fixing a potential race condition on
       moderation.
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	5 May 2005 10:44:48 -0000	1.2
    +++ sources	9 May 2005 09:59:41 -0000	1.3
    @@ -1 +1 @@
    -11104c72c9168bb37eab848b51ebee32  mlmmj-1.2.5.tar.gz
    +f55bc897c76472b0446f38a5e8f7496d  mlmmj-1.2.6.1.tar.bz2
    
    
    --- mlmmj-1.2.5.moderation-race.diff DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 10:03:36 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Mon,  9 May 2005 06:03:36 -0400
    Subject: rpms/mlmmj/devel mlmmj.spec,1.4,1.5
    Message-ID: <200505091003.j49A3aiJ018812@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18795
    
    Modified Files:
    	mlmmj.spec 
    Log Message:
    Paper bag error (bad Source name) in spec
    
    
    Index: mlmmj.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- mlmmj.spec	9 May 2005 09:59:41 -0000	1.4
    +++ mlmmj.spec	9 May 2005 10:03:34 -0000	1.5
    @@ -6,7 +6,7 @@
     Release: 1
     License: MIT
     Group: Applications/Internet
    -Source: http://mlmmj.mmj.dk/files/mlmmj-1.2.6.tar.bz2
    +Source: http://mlmmj.mmj.dk/files/mlmmj-%{version}.tar.bz2
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Requires: smtpdaemon
     URL: http://mlmmj.mmj.dk/
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 10:30:52 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 06:30:52 -0400
    Subject: common tobuild,1.263,1.264
    Message-ID: <200505091030.j49AUq7A018871@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18854
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/SoQt/devel SoQt-1_2_0-4_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.263
    retrieving revision 1.264
    diff -u -r1.263 -r1.264
    --- tobuild	9 May 2005 09:42:14 -0000	1.263
    +++ tobuild	9 May 2005 10:30:50 -0000	1.264
    @@ -4,3 +4,4 @@
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
    +corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 10:42:56 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Mon,  9 May 2005 06:42:56 -0400
    Subject: common tobuild,1.264,1.265
    Message-ID: <200505091042.j49AguH2018918@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18901
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Macaulay2/FC-3 Macaulay2-0_9_2-14 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.264
    retrieving revision 1.265
    diff -u -r1.264 -r1.265
    --- tobuild	9 May 2005 10:30:50 -0000	1.264
    +++ tobuild	9 May 2005 10:42:54 -0000	1.265
    @@ -5,3 +5,4 @@
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
    +thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:20:31 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 07:20:31 -0400
    Subject: rpms/bzflag/devel bzflag.spec,1.11,1.12
    Message-ID: <200505091120.j49BKV41019937@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/rpms/bzflag/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19920
    
    Modified Files:
    	bzflag.spec 
    Log Message:
    build with -fnostrict-aliasing
    
    
    
    Index: bzflag.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v
    retrieving revision 1.11
    retrieving revision 1.12
    diff -u -r1.11 -r1.12
    --- bzflag.spec	7 Apr 2005 14:37:16 -0000	1.11
    +++ bzflag.spec	9 May 2005 11:20:29 -0000	1.12
    @@ -4,7 +4,7 @@
     Summary: 3D multi-player tank battle game
     Name: bzflag
     Version: 2.0.2
    -Release: 2
    +Release: 3
     License: GPL
     Group: Amusements/Games
     URL: http://bzflag.org
    @@ -39,8 +39,8 @@
     
     %build
     # Use PIE because bzflag/bzfs are networked server applications
    -CFLAGS='-fPIE -pie %optflags'
    -CXXFLAGS='-fPIE -pie %optflags'
    +CFLAGS='-fPIE -pie %optflags -fnostrict-aliasing'
    +CXXFLAGS='-fPIE -pie %optflags -fnostrict-aliasing'
     %configure
     make %{?_smp_mflags}
     
    @@ -70,6 +70,9 @@
     %{_mandir}/man*/*
     
     %changelog
    +* Mon May 09 2005 Nils Philippsen  2.0.2-3
    +- build with -fnostrict-aliasing
    +
     * Wed Apr 06 2005 Nils Philippsen  2.0.2-2
     - build with adns
     - build require libGL-devel and libGLU-devel to hopefully resolve building
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:22:26 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 07:22:26 -0400
    Subject: common tobuild,1.265,1.266
    Message-ID: <200505091122.j49BMQeG020004@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19982
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/bzflag/devel bzflag-2_0_2-3 for i386
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.265
    retrieving revision 1.266
    diff -u -r1.265 -r1.266
    --- tobuild	9 May 2005 10:42:54 -0000	1.265
    +++ tobuild	9 May 2005 11:22:24 -0000	1.266
    @@ -6,3 +6,4 @@
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
     thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
    +nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	i386
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:22:46 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 07:22:46 -0400
    Subject: common tobuild,1.266,1.267
    Message-ID: <200505091122.j49BMkwK020032@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20015
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/bzflag/devel bzflag-2_0_2-3 for x86_64
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.266
    retrieving revision 1.267
    diff -u -r1.266 -r1.267
    --- tobuild	9 May 2005 11:22:24 -0000	1.266
    +++ tobuild	9 May 2005 11:22:44 -0000	1.267
    @@ -7,3 +7,4 @@
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
     thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	i386
    +nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	x86_64
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:23:00 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 07:23:00 -0400
    Subject: common tobuild,1.267,1.268
    Message-ID: <200505091123.j49BN0Oq020061@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20044
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/bzflag/devel bzflag-2_0_2-3 for ppc
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.267
    retrieving revision 1.268
    diff -u -r1.267 -r1.268
    --- tobuild	9 May 2005 11:22:44 -0000	1.267
    +++ tobuild	9 May 2005 11:22:58 -0000	1.268
    @@ -8,3 +8,4 @@
     thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	i386
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	x86_64
    +nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	ppc
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:23:28 2005
    From: fedora-extras-commits at redhat.com (Matthias Saou (thias))
    Date: Mon,  9 May 2005 07:23:28 -0400
    Subject: rpms/gcombust/devel gcombust-0.1.55-gcc4.patch, NONE,
    	1.1 gcombust.spec, 1.7, 1.8
    Message-ID: <200505091123.j49BNSGp020092@cvs-int.fedora.redhat.com>
    
    Author: thias
    
    Update of /cvs/extras/rpms/gcombust/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20072
    
    Modified Files:
    	gcombust.spec 
    Added Files:
    	gcombust-0.1.55-gcc4.patch 
    Log Message:
    Add gcc4 patch from Michael.
    
    
    gcombust-0.1.55-gcc4.patch:
    
    --- NEW FILE gcombust-0.1.55-gcc4.patch ---
    diff -Nur gcombust-0.1.55-orig/src/optimize_usage.c gcombust-0.1.55/src/optimize_usage.c
    --- gcombust-0.1.55-orig/src/optimize_usage.c	2003-06-30 15:07:27.000000000 +0200
    +++ gcombust-0.1.55/src/optimize_usage.c	2005-05-09 00:38:54.000000000 +0200
    @@ -31,7 +31,7 @@
     #include "locks.h"
     #include "globals.h"
     
    -static GtkWidget *opt_try_harder;
    +GtkWidget *opt_try_harder;
     
     static GtkWidget *cdsize_option_menu, *cdsize_selected_label, *cdsector_selected_label;
     static GtkWidget *used_size_label, *used_sectors_label, *wasted_size_label, *wasted_sectors_label;
    diff -Nur gcombust-0.1.55-orig/src/rip_audio.c gcombust-0.1.55/src/rip_audio.c
    --- gcombust-0.1.55-orig/src/rip_audio.c	2002-02-16 21:00:52.000000000 +0100
    +++ gcombust-0.1.55/src/rip_audio.c	2005-05-09 00:39:55.000000000 +0200
    @@ -41,7 +41,7 @@
     char *cdda2wav_path = NULL, *cdda_device_path;
     char *def_rip_path = NULL;
     char *cdparanoia_path = NULL, *cdpara_device_path;
    -static GtkWidget *rip_path_entry;
    +GtkWidget *rip_path_entry;
     
     static GtkWidget *rip_win = NULL, *p_win;
     static GtkWidget *autoscroll_cdda2wav_text, *cdda2wav_text, *cdda2wav_text_scrollbar;
    
    
    Index: gcombust.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gcombust/devel/gcombust.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- gcombust.spec	6 Apr 2005 22:11:37 -0000	1.7
    +++ gcombust.spec	9 May 2005 11:23:26 -0000	1.8
    @@ -1,13 +1,13 @@
     Summary: Powerful GTK+ front-end for mkisofs and cdrecord
     Name: gcombust
     Version: 0.1.55
    -Release: 5
    -
    +Release: 6
     Epoch: 1
     License: GPL
     Group: Applications/Archiving
     URL: http://www.abo.fi/~jmunsin/gcombust/
     Source: http://www.abo.fi/~jmunsin/gcombust/gcombust-%{version}.tar.gz
    +Patch: gcombust-0.1.55-gcc4.patch
     Requires: cdrecord >= 1.10, mkisofs >= 1.10
     Requires: cdda2wav >= 1.10, cdlabelgen >= 1.5.0
     BuildRequires: gtk+-devel, perl
    @@ -24,6 +24,7 @@
     
     %prep
     %setup
    +%patch -p1 -b .gcc4
     
     
     %build
    @@ -50,8 +51,8 @@
     
     
     %changelog
    -* Fri Apr  7 2005 Michael Schwendt 
    -- rebuilt
    +* Mon May  9 2005 Matthias Saou  1:0.1.55-6
    +- Added gcc4 patch from Michael.
     
     * Tue Nov 16 2004 Matthias Saou  1:0.1.55-3
     - Bump release to provide Extras upgrade path.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:23:52 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 07:23:52 -0400
    Subject: common tobuild,1.268,1.269
    Message-ID: <200505091123.j49BNqpP020118@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20098/common
    
    Modified Files:
    	tobuild 
    Log Message:
    TARGET==dist version, not arch :-(
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.268
    retrieving revision 1.269
    diff -u -r1.268 -r1.269
    --- tobuild	9 May 2005 11:22:58 -0000	1.268
    +++ tobuild	9 May 2005 11:23:50 -0000	1.269
    @@ -6,6 +6,4 @@
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
     thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
    -nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	i386
    -nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	x86_64
    -nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	ppc
    +nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	devel
    
    
    
    From Christian.Iseli at licr.org  Mon May  9 11:39:48 2005
    From: Christian.Iseli at licr.org (Christian.Iseli at licr.org)
    Date: Mon, 09 May 2005 13:39:48 +0200
    Subject: common tobuild,1.133,1.134
    In-Reply-To: Your message of "Thu,  5 May 2005 04:20:12 -0400"
    	<200505050820.j458KCxr027679@cvs-int.fedora.redhat.com>
    Message-ID: <200505091234.j49CY48j008274@mx2.redhat.com>
    
    Hi Seth,
    
    "Seth Vidal" said:
    > +skvidal        rpms/nfswatch/devel     nfswatch--      development
    
    and later:
    
    > -skvidal        rpms/nfswatch/devel     nfswatch--      development 
    
    It looks like my nfswatch package entered and exited the build system. That was
    a few days ago (May 4-5).  However, I can't find any trace of it in either
    http://extras64.linux.duke.edu/failed/development/
    or
    http://extras64.linux.duke.edu/needsign/development/
    
    Any idea what happened ?  (or am I just being too impatient... :-)
    
    Cheers,
    					Christian
    
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 12:42:42 2005
    From: fedora-extras-commits at redhat.com (Oliver Falk (oliver))
    Date: Mon,  9 May 2005 08:42:42 -0400
    Subject: common tobuild,1.269,1.270
    Message-ID: <200505091242.j49CggTN021370@cvs-int.fedora.redhat.com>
    
    Author: oliver
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21353
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/apg/devel apg-2_3_0b-1_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.269
    retrieving revision 1.270
    diff -u -r1.269 -r1.270
    --- tobuild	9 May 2005 11:23:50 -0000	1.269
    +++ tobuild	9 May 2005 12:42:40 -0000	1.270
    @@ -1,9 +1,15 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    +<<<<<<< tobuild
    +skvidal	rpms/verbiste/devel	verbiste-0_1_10-4	development
    +oliver	rpms/apg/FC-3	apg-2_3_0b-1	fc3
    +=======
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
     thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	devel
    +>>>>>>> 1.269
    +oliver	rpms/apg/devel	apg-2_3_0b-1_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 12:43:20 2005
    From: fedora-extras-commits at redhat.com (Oliver Falk (oliver))
    Date: Mon,  9 May 2005 08:43:20 -0400
    Subject: common tobuild,1.270,1.271
    Message-ID: <200505091243.j49ChKM0021434@cvs-int.fedora.redhat.com>
    
    Author: oliver
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21416
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/apg/FC-3 apg-2_3_0b-1 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.270
    retrieving revision 1.271
    diff -u -r1.270 -r1.271
    --- tobuild	9 May 2005 12:42:40 -0000	1.270
    +++ tobuild	9 May 2005 12:43:18 -0000	1.271
    @@ -13,3 +13,4 @@
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	devel
     >>>>>>> 1.269
     oliver	rpms/apg/devel	apg-2_3_0b-1_fc4	devel
    +oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
    
    
    
    From skvidal at phy.duke.edu  Mon May  9 12:47:08 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Mon, 09 May 2005 08:47:08 -0400
    Subject: common tobuild,1.133,1.134
    In-Reply-To: <200505091234.j49CY48j008274@mx2.redhat.com>
    References: <200505091234.j49CY48j008274@mx2.redhat.com>
    Message-ID: <1115642828.21549.75.camel@cutter>
    
    On Mon, 2005-05-09 at 13:39 +0200, Christian.Iseli at licr.org wrote:
    > Hi Seth,
    > 
    > "Seth Vidal" said:
    > > +skvidal        rpms/nfswatch/devel     nfswatch--      development
    > 
    > and later:
    > 
    > > -skvidal        rpms/nfswatch/devel     nfswatch--      development 
    > 
    > It looks like my nfswatch package entered and exited the build system. That was
    > a few days ago (May 4-5).  However, I can't find any trace of it in either
    > http://extras64.linux.duke.edu/failed/development/
    > or
    > http://extras64.linux.duke.edu/needsign/development/
    > 
    > Any idea what happened ?  (or am I just being too impatient... :-)
    > 
    
    is the package really named nfswatch--?
    
    -sv
    
    
    
    
    From Christian.Iseli at licr.org  Mon May  9 13:04:27 2005
    From: Christian.Iseli at licr.org (Christian.Iseli at licr.org)
    Date: Mon, 09 May 2005 15:04:27 +0200
    Subject: common tobuild,1.133,1.134 
    In-Reply-To: Your message of "Mon, 09 May 2005 08:47:08 EDT."
    	<1115642828.21549.75.camel@cutter> 
    Message-ID: <200505091304.j49D4WtY009665@mx1.redhat.com>
    
    
    skvidal at phy.duke.edu said:
    > is the package really named nfswatch--? 
    
    Nope.  I think it should read nfswatch-4_99_2-1 (that's what the CVS tag says).
    
    I have no idea why it said nfswatch-- in the tobuild file.
    
    					Christian
    
    
    
    
    From skvidal at phy.duke.edu  Mon May  9 13:13:58 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Mon, 09 May 2005 09:13:58 -0400
    Subject: common tobuild,1.133,1.134
    In-Reply-To: <200505091304.j49D4WtY009665@mx1.redhat.com>
    References: <200505091304.j49D4WtY009665@mx1.redhat.com>
    Message-ID: <1115644438.21549.84.camel@cutter>
    
    On Mon, 2005-05-09 at 15:04 +0200, Christian.Iseli at licr.org wrote:
    > skvidal at phy.duke.edu said:
    > > is the package really named nfswatch--? 
    > 
    > Nope.  I think it should read nfswatch-4_99_2-1 (that's what the CVS tag says).
    > 
    > I have no idea why it said nfswatch-- in the tobuild file.
    > 
    
    something goofy this way comes - try and run make build for it.
    
    -sv
    
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 13:30:54 2005
    From: fedora-extras-commits at redhat.com (Matthias Saou (thias))
    Date: Mon,  9 May 2005 09:30:54 -0400
    Subject: common tobuild,1.271,1.272
    Message-ID: <200505091330.j49DUsNi022556@cvs-int.fedora.redhat.com>
    
    Author: thias
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22539
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gcombust/devel gcombust-0_1_55-6 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.271
    retrieving revision 1.272
    diff -u -r1.271 -r1.272
    --- tobuild	9 May 2005 12:43:18 -0000	1.271
    +++ tobuild	9 May 2005 13:30:52 -0000	1.272
    @@ -14,3 +14,4 @@
     >>>>>>> 1.269
     oliver	rpms/apg/devel	apg-2_3_0b-1_fc4	devel
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
    +thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 13:31:38 2005
    From: fedora-extras-commits at redhat.com (Matthias Saou (thias))
    Date: Mon,  9 May 2005 09:31:38 -0400
    Subject: common tobuild,1.272,1.273
    Message-ID: <200505091331.j49DVcts022614@cvs-int.fedora.redhat.com>
    
    Author: thias
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22597
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/synergy/devel synergy-1_2_2-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.272
    retrieving revision 1.273
    diff -u -r1.272 -r1.273
    --- tobuild	9 May 2005 13:30:52 -0000	1.272
    +++ tobuild	9 May 2005 13:31:36 -0000	1.273
    @@ -15,3 +15,4 @@
     oliver	rpms/apg/devel	apg-2_3_0b-1_fc4	devel
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
    +thias	rpms/synergy/devel	synergy-1_2_2-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:05:43 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 10:05:43 -0400
    Subject: common tobuild,1.273,1.274
    Message-ID: <200505091405.j49E5hGr023649@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23632
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/nfswatch/devel nfswatch-- for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.273
    retrieving revision 1.274
    diff -u -r1.273 -r1.274
    --- tobuild	9 May 2005 13:31:36 -0000	1.273
    +++ tobuild	9 May 2005 14:05:41 -0000	1.274
    @@ -16,3 +16,4 @@
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
    +c4chris	rpms/nfswatch/devel	nfswatch--	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:06:04 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 10:06:04 -0400
    Subject: rpms/bzflag/devel bzflag.spec,1.12,1.13
    Message-ID: <200505091406.j49E64as023668@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/rpms/bzflag/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23626
    
    Modified Files:
    	bzflag.spec 
    Log Message:
    build with -fno-strict-aliasing (typo)
    
    
    
    Index: bzflag.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v
    retrieving revision 1.12
    retrieving revision 1.13
    diff -u -r1.12 -r1.13
    --- bzflag.spec	9 May 2005 11:20:29 -0000	1.12
    +++ bzflag.spec	9 May 2005 14:06:02 -0000	1.13
    @@ -39,8 +39,8 @@
     
     %build
     # Use PIE because bzflag/bzfs are networked server applications
    -CFLAGS='-fPIE -pie %optflags -fnostrict-aliasing'
    -CXXFLAGS='-fPIE -pie %optflags -fnostrict-aliasing'
    +CFLAGS='-fPIE -pie %optflags -fno-strict-aliasing'
    +CXXFLAGS='-fPIE -pie %optflags -fno-strict-aliasing'
     %configure
     make %{?_smp_mflags}
     
    @@ -70,6 +70,9 @@
     %{_mandir}/man*/*
     
     %changelog
    +* Mon May 09 2005 Nils Philippsen  2.0.2-4
    +- build with -fno-strict-aliasing (typo)
    +
     * Mon May 09 2005 Nils Philippsen  2.0.2-3
     - build with -fnostrict-aliasing
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:06:26 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 10:06:26 -0400
    Subject: rpms/bzflag/devel bzflag.spec,1.13,1.14
    Message-ID: <200505091406.j49E6Qtl023691@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/rpms/bzflag/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23674
    
    Modified Files:
    	bzflag.spec 
    Log Message:
    bump release
    
    
    
    Index: bzflag.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v
    retrieving revision 1.13
    retrieving revision 1.14
    diff -u -r1.13 -r1.14
    --- bzflag.spec	9 May 2005 14:06:02 -0000	1.13
    +++ bzflag.spec	9 May 2005 14:06:24 -0000	1.14
    @@ -4,7 +4,7 @@
     Summary: 3D multi-player tank battle game
     Name: bzflag
     Version: 2.0.2
    -Release: 3
    +Release: 4
     License: GPL
     Group: Amusements/Games
     URL: http://bzflag.org
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:08:31 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 10:08:31 -0400
    Subject: common tobuild,1.274,1.275
    Message-ID: <200505091408.j49E8VUt023753@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23736
    
    Modified Files:
    	tobuild 
    Log Message:
    Remove nfswatch request
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.274
    retrieving revision 1.275
    diff -u -r1.274 -r1.275
    --- tobuild	9 May 2005 14:05:41 -0000	1.274
    +++ tobuild	9 May 2005 14:08:29 -0000	1.275
    @@ -16,4 +16,3 @@
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
    -c4chris	rpms/nfswatch/devel	nfswatch--	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:10:44 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 10:10:44 -0400
    Subject: common tobuild,1.275,1.276
    Message-ID: <200505091410.j49EAi93023799@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23778
    
    Modified Files:
    	tobuild 
    Log Message:
    fix conflicts
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.275
    retrieving revision 1.276
    diff -u -r1.275 -r1.276
    --- tobuild	9 May 2005 14:08:29 -0000	1.275
    +++ tobuild	9 May 2005 14:10:41 -0000	1.276
    @@ -1,18 +1,11 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -<<<<<<< tobuild
     skvidal	rpms/verbiste/devel	verbiste-0_1_10-4	development
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	fc3
    -=======
    -corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
    -gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
    -corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
    -corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
    -thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
    -nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	devel
    ->>>>>>> 1.269
     oliver	rpms/apg/devel	apg-2_3_0b-1_fc4	devel
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
    +c4chris	rpms/nfswatch/devel	nfswatch--	devel
    +nphilipp	rpms/bzflag/devel	bzflag-2_0_2-4	devel
    
    
    
    From Christian.Iseli at licr.org  Mon May  9 14:12:48 2005
    From: Christian.Iseli at licr.org (Christian.Iseli at licr.org)
    Date: Mon, 09 May 2005 16:12:48 +0200
    Subject: common tobuild,1.133,1.134 
    In-Reply-To: Your message of "Mon, 09 May 2005 09:13:58 EDT."
    	<1115644438.21549.84.camel@cutter> 
    Message-ID: <200505091412.j49ECmuj031917@mx1.redhat.com>
    
    
    skvidal at phy.duke.edu said:
    > something goofy this way comes - try and run make build for it. 
    
    Yup.  I did try, and again there was no version number in the request.
    The make command said:
    
    $ make TARGET=devel build
    rpmq: no arguments given for query
    rpmq: no arguments given for query
    
    I'll need to have a closer look.  Apparently, something is broken in my 
    directory.
    
    BTW, the tobuild file is currently broken (CVS conflict).  I suppose the one 
    who broke it should fix it.  Or is it the first one who notices ?
    
    Cheers,
    					Christian
    
    
    
    
    From ivazquez at ivazquez.net  Mon May  9 14:13:58 2005
    From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams)
    Date: Mon, 09 May 2005 10:13:58 -0400
    Subject: common tobuild,1.273,1.274
    In-Reply-To: <200505091405.j49E5hGr023649@cvs-int.fedora.redhat.com>
    References: <200505091405.j49E5hGr023649@cvs-int.fedora.redhat.com>
    Message-ID: <1115648038.21984.32.camel@ignacio.ignacio.lan>
    
    On Mon, 2005-05-09 at 10:05 -0400, Christian Iseli wrote:
    > +c4chris	rpms/nfswatch/devel	nfswatch--	devel
    
    Okay, there's something seriously wrong there...
    
    -- 
    Ignacio Vazquez-Abrams 
    http://fedora.ivazquez.net/
    
    gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: signature.asc
    Type: application/pgp-signature
    Size: 189 bytes
    Desc: This is a digitally signed message part
    URL: 
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:16:48 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 10:16:48 -0400
    Subject: common tobuild,1.276,1.277
    Message-ID: <200505091416.j49EGmJR023876@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23859
    
    Modified Files:
    	tobuild 
    Log Message:
    Remove nfswatch request (again)
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.276
    retrieving revision 1.277
    diff -u -r1.276 -r1.277
    --- tobuild	9 May 2005 14:10:41 -0000	1.276
    +++ tobuild	9 May 2005 14:16:46 -0000	1.277
    @@ -7,5 +7,4 @@
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
    -c4chris	rpms/nfswatch/devel	nfswatch--	devel
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-4	devel
    
    
    
    From ivazquez at ivazquez.net  Mon May  9 14:18:27 2005
    From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams)
    Date: Mon, 09 May 2005 10:18:27 -0400
    Subject: common tobuild,1.133,1.134
    In-Reply-To: <200505091412.j49ECmuj031917@mx1.redhat.com>
    References: <200505091412.j49ECmuj031917@mx1.redhat.com>
    Message-ID: <1115648307.21984.34.camel@ignacio.ignacio.lan>
    
    On Mon, 2005-05-09 at 16:12 +0200, Christian.Iseli at licr.org wrote:
    > Apparently, something is broken in my directory.
    
    I don't see a spec file...
    
    -- 
    Ignacio Vazquez-Abrams 
    http://fedora.ivazquez.net/
    
    gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: signature.asc
    Type: application/pgp-signature
    Size: 189 bytes
    Desc: This is a digitally signed message part
    URL: 
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:28:54 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Mon,  9 May 2005 10:28:54 -0400
    Subject: common tobuild,1.277,1.278
    Message-ID: <200505091428.j49ESssY023950@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23933
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/fftw3/devel fftw3-3_0_1-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.277
    retrieving revision 1.278
    diff -u -r1.277 -r1.278
    --- tobuild	9 May 2005 14:16:46 -0000	1.277
    +++ tobuild	9 May 2005 14:28:52 -0000	1.278
    @@ -8,3 +8,4 @@
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-4	devel
    +qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:34:53 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Mon,  9 May 2005 10:34:53 -0400
    Subject: common tobuild,1.278,1.279
    Message-ID: <200505091434.j49EYrtQ024008@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23991
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/octave/devel octave-2_1_70-1 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.278
    retrieving revision 1.279
    diff -u -r1.278 -r1.279
    --- tobuild	9 May 2005 14:28:52 -0000	1.278
    +++ tobuild	9 May 2005 14:34:50 -0000	1.279
    @@ -9,3 +9,4 @@
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-4	devel
     qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
    +qspencer	rpms/octave/devel	octave-2_1_70-1	development
    
    
    
    From bugs.michael at gmx.net  Mon May  9 14:36:02 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Mon, 9 May 2005 16:36:02 +0200
    Subject: common tobuild,1.273,1.274
    In-Reply-To: <1115648038.21984.32.camel@ignacio.ignacio.lan>
    References: <200505091405.j49E5hGr023649@cvs-int.fedora.redhat.com>
    	<1115648038.21984.32.camel@ignacio.ignacio.lan>
    Message-ID: <20050509163602.7313cf50.bugs.michael@gmx.net>
    
    On Mon, 09 May 2005 10:13:58 -0400, Ignacio Vazquez-Abrams wrote:
    
    > On Mon, 2005-05-09 at 10:05 -0400, Christian Iseli wrote:
    > > +c4chris	rpms/nfswatch/devel	nfswatch--	devel
    > 
    > Okay, there's something seriously wrong there...
    
    No src.rpm contents in devel/nfswatch => no spec, just
    a "sources" file.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:59:50 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 10:59:50 -0400
    Subject: common tobuild,1.279,1.280
    Message-ID: <200505091459.j49Exo6p024126@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24109
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/udunits/FC-3 udunits-1_12_4-7_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.279
    retrieving revision 1.280
    diff -u -r1.279 -r1.280
    --- tobuild	9 May 2005 14:34:50 -0000	1.279
    +++ tobuild	9 May 2005 14:59:48 -0000	1.280
    @@ -10,3 +10,4 @@
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-4	devel
     qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
     qspencer	rpms/octave/devel	octave-2_1_70-1	development
    +spot	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 15:00:02 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 11:00:02 -0400
    Subject: common tobuild,1.280,1.281
    Message-ID: <200505091500.j49F02tb024154@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24137
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/udunits/devel udunits-1_12_4-7_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.280
    retrieving revision 1.281
    diff -u -r1.280 -r1.281
    --- tobuild	9 May 2005 14:59:48 -0000	1.280
    +++ tobuild	9 May 2005 15:00:00 -0000	1.281
    @@ -11,3 +11,4 @@
     qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
     qspencer	rpms/octave/devel	octave-2_1_70-1	development
     spot	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	FC-3
    +spot	rpms/udunits/devel	udunits-1_12_4-7_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 15:10:50 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 11:10:50 -0400
    Subject: common tobuild,1.281,1.282
    Message-ID: <200505091510.j49FAo0V025247@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25230
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/scalapack/FC-3 scalapack-1_7-4_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.281
    retrieving revision 1.282
    diff -u -r1.281 -r1.282
    --- tobuild	9 May 2005 15:00:00 -0000	1.281
    +++ tobuild	9 May 2005 15:10:48 -0000	1.282
    @@ -12,3 +12,4 @@
     qspencer	rpms/octave/devel	octave-2_1_70-1	development
     spot	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	FC-3
     spot	rpms/udunits/devel	udunits-1_12_4-7_fc4	devel
    +spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 15:14:13 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Mon,  9 May 2005 11:14:13 -0400
    Subject: common tobuild,1.282,1.283
    Message-ID: <200505091514.j49FEDYJ025330@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25313
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-2 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.282
    retrieving revision 1.283
    diff -u -r1.282 -r1.283
    --- tobuild	9 May 2005 15:10:48 -0000	1.282
    +++ tobuild	9 May 2005 15:14:10 -0000	1.283
    @@ -13,3 +13,4 @@
     spot	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	FC-3
     spot	rpms/udunits/devel	udunits-1_12_4-7_fc4	devel
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
    +gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 15:23:58 2005
    From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr))
    Date: Mon,  9 May 2005 11:23:58 -0400
    Subject: rpms/inadyn/FC-3 inadyn.init,NONE,1.1 inadyn.spec,1.2,1.3
    Message-ID: <200505091523.j49FNwgf025420@cvs-int.fedora.redhat.com>
    
    Author: s4504kr
    
    Update of /cvs/extras/rpms/inadyn/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25402
    
    Modified Files:
    	inadyn.spec 
    Added Files:
    	inadyn.init 
    Log Message:
    
    
      Description:
        Sync FC-3 with devel.
    
    
    
    
    --- NEW FILE inadyn.init ---
    #!/bin/sh
    #
    # inadyn     Starts and stops the inadyn daemon
    #
    # chkconfig: - 55 45
    #
    # processname: inadyn
    # description: Check and update your IP to dynamic DNS Server.
    # pidfile: /var/run/inadyn/inadyn.pid 
    # config: /etc/inadyn.conf
    
    ina_config=/etc/inadyn.conf
    ina_bin=/usr/sbin/inadyn
    ina_pid=/var/run/inadyn.pid
    
    # Make sure relevant files exist
    [ -x "$ina_bin" -a -s "$ina_config" ] || exit 0
    
    # Source function library.
    . /etc/rc.d/init.d/functions
    
    # Source networking configuration.
    . /etc/sysconfig/network
    
    # Check that networking is up.
    [ "$NETWORKING" = "no" ] && exit 0
    
    RETVAL=0
    prog=inadyn
    
    start() {
        # Start daemons.
        echo -n $"Starting $prog: "
        daemon $ina_bin
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/$prog
    }
    
    stop() {
        # Stop daemons.
        echo -n $"Shutting down $prog: "
        killproc $prog -QUIT
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/$prog && rm -f $ina_pid
    }
    
    restart() {
        stop
        start
        RETVAL=$?
    }
    
    # See how we were called.
    case "$1" in
      start)
        start
        ;;
      stop)
        stop
        ;;
      restart)
        restart
        ;;
      condrestart)
        [ -e /var/lock/subsys/$prog ] && restart || :
        ;;
      status)
        status $prog
        ;;
      *)
        echo "Usage: $0 {start|stop|restart|condrestart|status}"
        exit 1
    esac
    
    exit $RETVAL
    
    
    Index: inadyn.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/inadyn/FC-3/inadyn.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- inadyn.spec	13 Apr 2005 20:02:27 -0000	1.2
    +++ inadyn.spec	9 May 2005 15:23:56 -0000	1.3
    @@ -1,21 +1,32 @@
     Name:           inadyn
     Version:        1.90
    -Release:        4
    +Release:        11
    +
     Summary:        Dynamic DNS Client
     
     Group:          System Environment/Daemons
     License:        GPL
     URL:            http://inadyn.ina-tech.net
    -Source0:        inadyn.v%{version}.zip
    +Source0:        http://inadyn.ina-tech.net/inadyn.v%{version}.zip
     Source1:        inadyn.conf
    +Source2:        inadyn.init
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    +Requires(post):  /sbin/chkconfig
    +Requires(post):  /sbin/service
    +Requires(preun): /sbin/chkconfig
    +Requires(preun): /sbin/service
    +
     %description
     INADYN is a dynamic DNS client. It maintains the IP address of a
     host name. It periodically checks wheather the IP address stored
     by the DSN server is the real current address of the machine that
     is running INADYN.
     
    +Before using inadyn for the first time you must use the DynDNS
    +provider's web interface to create the entry for the hostname. You
    +should then fill in /etc/inadyn.conf with the appropriate detail
    +
     %prep
     %setup -q -c
     
    @@ -36,17 +47,60 @@
     mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
     install -p -m 0600 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
     
    +mkdir -p $RPM_BUILD_ROOT%{_initrddir}
    +%{__perl} -pe \
    + 's|/var/|%{_localstatedir}/|g ; \
    +  s|/usr/sbin/|%{_sbindir}/|g ; \
    +  s|/etc/([^ir])|%{_sysconfdir}/$1|g ; \
    +  s|/etc/rc\.d/init\.d/|%{_initrddir}/|g' \
    +  <%{SOURCE2} >$RPM_BUILD_ROOT%{_initrddir}/inadyn
    + 
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    +%post
    +/sbin/chkconfig --add inadyn
    +
    +%preun
    +if [ $1 -eq 0 ]; then
    +  /sbin/service inadyn stop >/dev/null 2>&1 || :
    +  /sbin/chkconfig --del inadyn
    +fi
    +
    +%postun
    +if [ $1 -ge 1 ]; then
    +  /sbin/service inadyn condrestart >/dev/null
    +fi
    +
     %files
     %defattr(-,root,root,-)
     %doc readme.html
     %{_sbindir}/inadyn
     %{_mandir}/man*/*
    +%attr(0755,root,root) %{_initrddir}/inadyn
     %config %{_sysconfdir}/inadyn.conf
     
     %changelog
    +* Tue May  3 2005 Jochen Schmitt  1.90-11
    +- Move note from README.Fedora to %%description
    +
    +* Tue May  3 2005 Jochen Schmitt  1.90-9
    +- And special usage notes
    +- Use of /sbin/service to manage initscript in scriptlet
    +- Modify initscript, becouse bash don't return PID
    +
    +* Thu Apr 28 2005 Jochen Schmitt  1.90-8
    +- Replace ez_pid to ina_pid in initscript
    +
    +* Wed Apr 27 2005 Jochen Schmitt  1.90-7
    +- Enable status in initscript
    +
    +* Wed Apr 27 2005 Jochen Schmitt  1.90-6
    +- Add initscript
    +
    +* Thu Apr 26 2005 Jochen Schmitt  1.90-5
    +- Add URL to Source0
    +
     * Thu Apr 12 2005 Jochen Schmitt  1.90-4
     - Corrected use of percentage sign in changelog
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 16:04:49 2005
    From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede))
    Date: Mon,  9 May 2005 12:04:49 -0400
    Subject: rpms/Glide3/devel Glide3.spec,1.7,1.8
    Message-ID: <200505091604.j49G4nlL026448@cvs-int.fedora.redhat.com>
    
    Author: jwrdegoede
    
    Update of /cvs/extras/rpms/Glide3/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26431
    
    Modified Files:
    	Glide3.spec 
    Log Message:
    - Add an %%ifarch around the install command for the v2 version.
    - Modify the description to match the current state of affairs.
    
    
    
    Index: Glide3.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- Glide3.spec	9 May 2005 06:31:51 -0000	1.7
    +++ Glide3.spec	9 May 2005 16:04:47 -0000	1.8
    @@ -1,7 +1,7 @@
     Name:    Glide3
     Version: 20010520
     Release: 35
    -Summary: Glide runtime for the 3Dfx Voodoo family of cards
    +Summary: Glide3 runtime for the 3Dfx Voodoo family of cards
     # Glide3 is x86/alpha/ia64/x86_64 only, ia64 and x86_64 are untested
     ExclusiveArch: %{ix86} alpha ia64 x86_64
     
    @@ -28,19 +28,20 @@
     
     %description
     Glide3 provides the necessary low-level interface glue between the Mesa
    -3D graphics library, and 3Dfx Voodoo series of hardware.  This package is
    -required by the XFree86 tdfx driver in order to provide 3D acceleration
    -support for the 3Dfx Voodoo 3/4/5 and Voodoo Banshee hardware.
    +3D graphics library, and 3Dfx Voodoo series of hardware. This package is
    +required by the Xorg tdfx driver in order to provide 3D acceleration
    +support for the 3Dfx Voodoo 3 & 5. This package also contains support for
    +the Voodoo 2 in order to use the 3Dfx Voodoo 2 you need a special version
    +of Mesa or a native Glide3 application.
     
     %package devel
    -Summary: Development libraries and headers for Glide
    +Summary: Development libraries and headers for Glide3
     Group: Development/Libraries
     Requires: Glide3 = %{version}
     
     %description devel
     Glide3-devel contains the developmental files that must be installed in order
    -to recompile XFree86 on platforms which 3Dfx harware 3D acceleration is
    -supported on.
    +to compile native Glide3 applications.
      
     
     %prep
    @@ -111,8 +112,10 @@
     	$RPM_BUILD_ROOT/%{_libdir}/libglide3-v5.so
     install -m 755 ../build-3/h3/glide3/src/.libs/libglide3.so.%{libver} \
     	$RPM_BUILD_ROOT/%{_libdir}/libglide3-v3.so
    +%ifarch %{ix86}
     install -m 755 ../build-2/cvg/glide3/src/.libs/libglide3.so.%{libver} \
     	$RPM_BUILD_ROOT/%{_libdir}/libglide3-v2.so
    +%endif
     
     # For ix86 Point to v2 by default else v5, ldconfig doesn't like this?
     %ifarch %{ix86}
    @@ -158,6 +161,8 @@
     * Mon May  9 2005 Hans de Goede 
     - Change -L/usr/X11R6/lib to -L/usr/X11R6/lib64 when building on
       x86_64 .
    +- Add an %%ifarch around the install command for the v2 version.
    +- Modify the description to match the current state of affairs.
     
     * Thu May  5 2005 Hans de Goede 
     - More x86_64 fixes added to Glide-64bit.patch.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 16:48:15 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Mon,  9 May 2005 12:48:15 -0400
    Subject: common tobuild,1.283,1.284
    Message-ID: <200505091648.j49GmFZm026632@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26615
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/enigma/devel enigma-0_91-5 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.283
    retrieving revision 1.284
    diff -u -r1.283 -r1.284
    --- tobuild	9 May 2005 15:14:10 -0000	1.283
    +++ tobuild	9 May 2005 16:48:13 -0000	1.284
    @@ -14,3 +14,4 @@
     spot	rpms/udunits/devel	udunits-1_12_4-7_fc4	devel
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
    +thl	rpms/enigma/devel	enigma-0_91-5	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 16:49:20 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Mon,  9 May 2005 12:49:20 -0400
    Subject: rpms/python-reportlab/devel python-reportlab.spec,1.6,1.7
    Message-ID: <200505091649.j49GnKf7026660@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/python-reportlab/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26643
    
    Modified Files:
    	python-reportlab.spec 
    Log Message:
    Make package noarch & use sitelib path
    
    
    Index: python-reportlab.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/python-reportlab/devel/python-reportlab.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- python-reportlab.spec	7 Apr 2005 14:51:21 -0000	1.6
    +++ python-reportlab.spec	9 May 2005 16:49:18 -0000	1.7
    @@ -1,9 +1,9 @@
     %define pyver %(python -c 'import sys ; print sys.version[:3]')
    -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
    +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
     
     Name:		python-reportlab
     Version:	1.20
    -Release:	2.fc4
    +Release:	3.fc4
     Summary:	Python PDF generation library
     
     Group:		Development/Libraries
    @@ -12,6 +12,7 @@
     Source0:	http://www.reportlab.org/ftp/ReportLab_1_20.tgz
     
     BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    +BuildArch:	noarch
     
     BuildRequires:	python-devel >= 2.2
     Requires:	python-abi = %{pyver}
    @@ -34,9 +35,9 @@
     cd ./reportlab
     %{__python} setup.py install --root $RPM_BUILD_ROOT
     
    -rm -f ${RPM_BUILD_ROOT}%{python_sitearch}/reportlab/README
    -rm -f ${RPM_BUILD_ROOT}%{python_sitearch}/reportlab/changes
    -rm -f ${RPM_BUILD_ROOT}%{python_sitearch}/reportlab/license.txt
    +rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/README
    +rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/changes
    +rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/license.txt
     
     %clean
     rm -rf $RPM_BUILD_ROOT
    @@ -45,10 +46,14 @@
     %files
     %defattr(-,root,root,-)
     %doc reportlab/README reportlab/changes reportlab/license.txt
    -%{python_sitearch}/*
    +%{python_sitelib}/*
     
     
     %changelog
    +* Mon May  9 2005 Brian Pepple  - 1.20-3.fc4
    +- Switchback to sitelib patch.
    +- Make package noarch.
    +
     * Thu Apr  7 2005 Brian Pepple  - 1.20-2.fc4
     - Use python_sitearch to fix x86_64 build.
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 16:53:32 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Mon,  9 May 2005 12:53:32 -0400
    Subject: common tobuild,1.284,1.285
    Message-ID: <200505091653.j49GrWZf026740@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26723
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-reportlab/devel python-reportlab-1_20-3_fc4 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.284
    retrieving revision 1.285
    diff -u -r1.284 -r1.285
    --- tobuild	9 May 2005 16:48:13 -0000	1.284
    +++ tobuild	9 May 2005 16:53:30 -0000	1.285
    @@ -15,3 +15,4 @@
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
     thl	rpms/enigma/devel	enigma-0_91-5	development
    +bpepple	rpms/python-reportlab/devel	python-reportlab-1_20-3_fc4	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 16:59:05 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 12:59:05 -0400
    Subject: rpms/nfswatch/devel nfswatch.spec,NONE,1.1
    Message-ID: <200505091659.j49Gx5Gx026809@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/rpms/nfswatch/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26793
    
    Added Files:
    	nfswatch.spec 
    Log Message:
    Import missing spec file
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'nfswatch.spec'
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:05:36 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 13:05:36 -0400
    Subject: rpms/nfswatch/devel nfswatch.spec,1.1,1.2
    Message-ID: <200505091705.j49H5a0I027882@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/rpms/nfswatch/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27865
    
    Modified Files:
    	nfswatch.spec 
    Log Message:
    Increase release number
    
    
    Index: nfswatch.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/nfswatch/devel/nfswatch.spec,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- nfswatch.spec	9 May 2005 16:59:03 -0000	1.1
    +++ nfswatch.spec	9 May 2005 17:05:34 -0000	1.2
    @@ -2,7 +2,7 @@
     Summary: An NFS traffic monitoring tool
     Name: nfswatch
     Version: 4.99.2
    -Release: 1
    +Release: 2
     
     License: BSD
     URL: http://nfswatch.sourceforge.net
    @@ -47,6 +47,9 @@
     %{_mandir}/man8/*
     
     %changelog
    +* Mon May 09 2005 Christian Iseli 
    + - rebuilt
    +
     * Fri Apr 22 2005 Christian Iseli 
      - 2005-04-22 17:50  c4chris
     	* nfswatch.h, nfswatch.spec: Bump version number to 4.99.2.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:06:48 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 13:06:48 -0400
    Subject: common tobuild,1.285,1.286
    Message-ID: <200505091706.j49H6m2w027964@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27947
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/nfswatch/devel nfswatch-4_99_2-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.285
    retrieving revision 1.286
    diff -u -r1.285 -r1.286
    --- tobuild	9 May 2005 16:53:30 -0000	1.285
    +++ tobuild	9 May 2005 17:06:46 -0000	1.286
    @@ -16,3 +16,4 @@
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
     thl	rpms/enigma/devel	enigma-0_91-5	development
     bpepple	rpms/python-reportlab/devel	python-reportlab-1_20-3_fc4	development
    +c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
    
    
    
    From Christian.Iseli at licr.org  Mon May  9 17:11:56 2005
    From: Christian.Iseli at licr.org (Christian.Iseli at licr.org)
    Date: Mon, 09 May 2005 19:11:56 +0200
    Subject: rpms/nfswatch/devel nfswatch.spec,NONE,1.1 
    In-Reply-To: Your message of "Mon, 09 May 2005 12:59:05 EDT."
    	<200505091659.j49Gx5Gx026809@cvs-int.fedora.redhat.com> 
    Message-ID: <200505091711.j49HBvjr026019@mx3.redhat.com>
    
    
    fedora-extras-commits at redhat.com said:
    > ***** Error reading new file: [Errno 2] No such file or directory:
    > 'nfswatch.spec' 
    
    Strange.  The file seems to be in.  And I was able to edit and update it 
    successfuly.
    
    
    
    
    From Christian.Iseli at licr.org  Mon May  9 17:14:58 2005
    From: Christian.Iseli at licr.org (Christian.Iseli at licr.org)
    Date: Mon, 09 May 2005 19:14:58 +0200
    Subject: common tobuild,1.133,1.134 
    In-Reply-To: Your message of "Mon, 09 May 2005 10:18:27 EDT."
    	<1115648307.21984.34.camel@ignacio.ignacio.lan> 
    Message-ID: <200505091714.j49HExjZ026580@mx3.redhat.com>
    
    
    bugs.michael at gmx.net said:
    > No src.rpm contents in devel/nfswatch => no spec, just a "sources" file. 
    
    ivazquez at ivazquez.net said:
    > I don't see a spec file... 
    
    Yup.  Thanks for noticing.  I must've done something stupid at some point...
    Or maybe just bad luck.
    
    I hope it is now fixed.  At least, the line in the tobuild file appears 
    correct now.
    
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:20:54 2005
    From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr))
    Date: Mon,  9 May 2005 13:20:54 -0400
    Subject: common tobuild,1.286,1.287
    Message-ID: <200505091720.j49HKsDr028111@cvs-int.fedora.redhat.com>
    
    Author: s4504kr
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28094
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/inadyn/devel inadyn-1_90-11 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.286
    retrieving revision 1.287
    diff -u -r1.286 -r1.287
    --- tobuild	9 May 2005 17:06:46 -0000	1.286
    +++ tobuild	9 May 2005 17:20:52 -0000	1.287
    @@ -17,3 +17,4 @@
     thl	rpms/enigma/devel	enigma-0_91-5	development
     bpepple	rpms/python-reportlab/devel	python-reportlab-1_20-3_fc4	development
     c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
    +s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:21:29 2005
    From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr))
    Date: Mon,  9 May 2005 13:21:29 -0400
    Subject: common tobuild,1.287,1.288
    Message-ID: <200505091721.j49HLTDK028139@cvs-int.fedora.redhat.com>
    
    Author: s4504kr
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28122
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/inadyn/devel inadyn-1_90-11 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.287
    retrieving revision 1.288
    diff -u -r1.287 -r1.288
    --- tobuild	9 May 2005 17:20:52 -0000	1.287
    +++ tobuild	9 May 2005 17:21:27 -0000	1.288
    @@ -18,3 +18,4 @@
     bpepple	rpms/python-reportlab/devel	python-reportlab-1_20-3_fc4	development
     c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
    +s4504kr	rpms/inadyn/devel	inadyn-1_90-11	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:22:07 2005
    From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr))
    Date: Mon,  9 May 2005 13:22:07 -0400
    Subject: common tobuild,1.288,1.289
    Message-ID: <200505091722.j49HM7xd028167@cvs-int.fedora.redhat.com>
    
    Author: s4504kr
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28150
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/inadyn/FC-3 inadyn-1_90-11 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.288
    retrieving revision 1.289
    diff -u -r1.288 -r1.289
    --- tobuild	9 May 2005 17:21:27 -0000	1.288
    +++ tobuild	9 May 2005 17:22:05 -0000	1.289
    @@ -19,3 +19,4 @@
     c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	FC-3
    +s4504kr	rpms/inadyn/FC-3	inadyn-1_90-11	FC-3
    
    
    
    From thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net  Mon May  9 17:47:25 2005
    From: thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net (Matthias Saou)
    Date: Mon, 9 May 2005 19:47:25 +0200
    Subject: APPROVED : Glide3
    Message-ID: <20050509194725.765d1b04@python2>
    
    Name        : Glide3
    Group       : User Interface/X Hardware Support
    License     : 3DFX GLIDE Source Code General Public License
    URL         : http://glide.sourceforge.net
    Summary     : Glide runtime for the 3Dfx Voodoo family of cards
    
    Description :
    Glide3 provides the necessary low-level interface glue between the Mesa
    3D graphics library, and 3Dfx Voodoo series of hardware.  This package is
    required by the XFree86 tdfx driver in order to provide 3D acceleration
    support for the 3Dfx Voodoo 3/4/5 and Voodoo Banshee hardware.
    
    Reviewer : Matthias Saou
    Packager : Hans de Goede
    
    -- 
    Clean custom Red Hat Linux rpm packages : http://freshrpms.net/
    Fedora Core release 3 (Heidelberg) - Linux kernel 2.6.11-1.20_FC3
    Load : 0.46 0.30 0.36
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:50:08 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Mon,  9 May 2005 13:50:08 -0400
    Subject: common tobuild,1.289,1.290
    Message-ID: <200505091750.j49Ho8hX028301@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28284
    
    Modified Files:
    	tobuild 
    Log Message:
    Not quite...
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.289
    retrieving revision 1.290
    diff -u -r1.289 -r1.290
    --- tobuild	9 May 2005 17:22:05 -0000	1.289
    +++ tobuild	9 May 2005 17:50:06 -0000	1.290
    @@ -18,5 +18,4 @@
     bpepple	rpms/python-reportlab/devel	python-reportlab-1_20-3_fc4	development
     c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
    -s4504kr	rpms/inadyn/devel	inadyn-1_90-11	FC-3
     s4504kr	rpms/inadyn/FC-3	inadyn-1_90-11	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:18:58 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Mon,  9 May 2005 14:18:58 -0400
    Subject: common tobuild,1.290,1.291
    Message-ID: <200505091818.j49IIwRl029380@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29363
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/fftw3/devel fftw3-3_0_1-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.290
    retrieving revision 1.291
    diff -u -r1.290 -r1.291
    --- tobuild	9 May 2005 17:50:06 -0000	1.290
    +++ tobuild	9 May 2005 18:18:56 -0000	1.291
    @@ -19,3 +19,4 @@
     c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
     s4504kr	rpms/inadyn/FC-3	inadyn-1_90-11	FC-3
    +qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:19:14 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Mon,  9 May 2005 14:19:14 -0400
    Subject: common tobuild,1.291,1.292
    Message-ID: <200505091819.j49IJE3k029408@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29391
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/octave/devel octave-2_1_70-1 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.291
    retrieving revision 1.292
    diff -u -r1.291 -r1.292
    --- tobuild	9 May 2005 18:18:56 -0000	1.291
    +++ tobuild	9 May 2005 18:19:12 -0000	1.292
    @@ -20,3 +20,4 @@
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
     s4504kr	rpms/inadyn/FC-3	inadyn-1_90-11	FC-3
     qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
    +qspencer	rpms/octave/devel	octave-2_1_70-1	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:26:24 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 14:26:24 -0400
    Subject: rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite.spec, 1.2,
    	1.3
    Message-ID: <200505091826.j49IQOkj029456@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/perl-OLE-Storage_Lite/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29419
    
    Modified Files:
    	perl-OLE-Storage_Lite.spec 
    Log Message:
    
    Fix spec.
    
    
    
    Index: perl-OLE-Storage_Lite.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/perl-OLE-Storage_Lite.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- perl-OLE-Storage_Lite.spec	24 Apr 2005 23:15:41 -0000	1.2
    +++ perl-OLE-Storage_Lite.spec	9 May 2005 18:26:22 -0000	1.3
    @@ -1,27 +1,26 @@
    -Summary: Simple Class for OLE document interface
    -Name: perl-OLE-Storage_Lite
    -Version: 0.14
    -Release: 4
    -License: Artistic or GPL
    -Group: Development/Libraries
    -Source0: OLE-Storage_Lite-%{version}.tar.gz
    -Url: http://search.cpan.org/dist/OLE-Storage_Lite/
    -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    -BuildRequires: perl >= 1:5.6.1
    -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
    -BuildArch: noarch
    +Name:		perl-OLE-Storage_Lite
    +Version:	0.14
    +Release:	5
    +Summary:	Simple Class for OLE document interface
    +Group:		Development/Libraries
    +License:	Artistic or GPL
    +Source0:	OLE-Storage_Lite-%{version}.tar.gz
    +Url: 		http://search.cpan.org/dist/OLE-Storage_Lite/
    +BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    +BuildArch:	noarch
    +BuildRequires: 	perl >= 1:5.6.1
    +Requires: 	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
    +Requires:	perl(IO::Scalar)
     
     %description
     Simple Class for OLE document interface.
     
     %prep
     %setup -q -n OLE-Storage_Lite-%{version} 
    -%{__perl} -pi -e 's/\r\n/\n/g' Changes README \
    -     doc/*.html charts/{README,*.{pl,pod,txt}}
    +%{__perl} -pi -e 's/\r\n/\n/g' Changes README sample/{README,*.pl}
     
     %build
    -perl Makefile.PL INSTALLDIRS=vendor
    -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
    +%{__perl} Makefile.PL INSTALLDIRS=vendor
     make %{?_smp_mflags}
     
     %install
    @@ -38,12 +37,15 @@
     rm -rf $RPM_BUILD_ROOT
     
     %files
    -%doc Changes README doc/ charts/
    -%defattr(-,root,root)
    -%{perl_vendorlib}/*
    +%doc Changes README sample/
    +%defattr(-,root,root,-)
    +%{perl_vendorlib}/OLE/
     %{_mandir}/man3/*.3*
     
     %changelog
    +* Mon May  9 2005 Tom "spot" Callaway  0.14-5
    +- fix spec file
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  0.14-4
     - spec file cleanup
     
    
    
    
    From jpo at di.uminho.pt  Mon May  9 18:38:26 2005
    From: jpo at di.uminho.pt (=?ISO-8859-1?Q?Jos=E9_Pedro_Oliveira?=)
    Date: Mon, 09 May 2005 19:38:26 +0100
    Subject: rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite.spec,
     1.2,	1.3
    In-Reply-To: <200505091826.j49IQOkj029456@cvs-int.fedora.redhat.com>
    References: <200505091826.j49IQOkj029456@cvs-int.fedora.redhat.com>
    Message-ID: <427FAE22.8020304@di.uminho.pt>
    
    Tom,
    
    
    > +%doc Changes README sample/
    > +%defattr(-,root,root,-)
    
    Please reverse the order of the above lines to avoid the
    following problem:
    
    E: perl-OLE-Storage_Lite non-standard-uid
    /usr/share/doc/perl-OLE-Storage_Lite-0.14/...
    
    jpo
    -- 
    Jos? Pedro Oliveira
    * mailto: jpo at di.uminho.pt * http://gsd.di.uminho.pt/~jpo *
    * gpg fingerprint = F9B6 8D87 859D 1C94 48F0 84C0 9749 9EB5 91BD 851B *
    
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: signature.asc
    Type: application/pgp-signature
    Size: 251 bytes
    Desc: OpenPGP digital signature
    URL: 
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:38:39 2005
    From: fedora-extras-commits at redhat.com (Elliot Lee (sopwith))
    Date: Mon,  9 May 2005 14:38:39 -0400
    Subject: CVSROOT avail,1.5,1.6
    Message-ID: <200505091838.j49IcdTH029542@cvs-int.fedora.redhat.com>
    
    Author: sopwith
    
    Update of /cvs/fedora/CVSROOT
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29533
    
    Modified Files:
    	avail 
    Log Message:
    allow trobert to edit mirror lists
    
    
    Index: avail
    ===================================================================
    RCS file: /cvs/fedora/CVSROOT/avail,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- avail	19 Apr 2005 17:07:38 -0000	1.5
    +++ avail	9 May 2005 18:38:37 -0000	1.6
    @@ -28,7 +28,7 @@
     avail | wcohen | web/html/projects/additional-projects/benchmarks
     avail | sopwith,dwalsh,kwade | web/html/projects/selinux
     avail | ezannoni | web/html/projects/additional-projects/gdb
    -avail | alikins | web/html/download
    +avail | alikins,trobert | web/html/download
     avail | llch | web/html/projects/i18n
     avail | sarahs | web/html/projects/translations
     avail | harald | web/html/projects/config-tools
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:38:45 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 14:38:45 -0400
    Subject: rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite.spec, 1.3,
    	1.4
    Message-ID: <200505091838.j49IcjH1029561@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/perl-OLE-Storage_Lite/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29529
    
    Modified Files:
    	perl-OLE-Storage_Lite.spec 
    Log Message:
    
    Add dist tag in Release:
    
    
    
    Index: perl-OLE-Storage_Lite.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/perl-OLE-Storage_Lite.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- perl-OLE-Storage_Lite.spec	9 May 2005 18:26:22 -0000	1.3
    +++ perl-OLE-Storage_Lite.spec	9 May 2005 18:38:43 -0000	1.4
    @@ -1,6 +1,6 @@
     Name:		perl-OLE-Storage_Lite
     Version:	0.14
    -Release:	5
    +Release:	5%{?dist}
     Summary:	Simple Class for OLE document interface
     Group:		Development/Libraries
     License:	Artistic or GPL
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:49:29 2005
    From: fedora-extras-commits at redhat.com (Robert Theisen (trobert))
    Date: Mon,  9 May 2005 14:49:29 -0400
    Subject: web/html/download mirrors.php,1.10,1.11
    Message-ID: <200505091849.j49InTU9029667@cvs-int.fedora.redhat.com>
    
    Author: trobert
    
    Update of /cvs/fedora/web/html/download
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29659
    
    Modified Files:
    	mirrors.php 
    Log Message:
    Added ftp.nara.wide.ad.jp mirror links
    
    
    
    
    Index: mirrors.php
    ===================================================================
    RCS file: /cvs/fedora/web/html/download/mirrors.php,v
    retrieving revision 1.10
    retrieving revision 1.11
    diff -u -r1.10 -r1.11
    --- mirrors.php	28 Apr 2005 21:13:42 -0000	1.10
    +++ mirrors.php	9 May 2005 18:49:27 -0000	1.11
    @@ -501,6 +501,9 @@
     	   
  • rsync://ftp.riken.jp/fedora/
  • http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/
  • ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/
  • +
  • ftp://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/
  • +
  • http://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/
  • +
  • rsync://ftp.nara.wide.ad.jp/fedora/
  • Korea From fedora-extras-commits at redhat.com Mon May 9 18:49:56 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Mon, 9 May 2005 14:49:56 -0400 Subject: devel/xdaliclock xdaliclock.spec,1.1,1.2 Message-ID: <200505091849.j49Inunb029686@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/devel/xdaliclock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29657 Modified Files: xdaliclock.spec Log Message: * Mon May 09 2005 Chris Ricker 2.20-2%{?dist} - Add dist tag Index: xdaliclock.spec =================================================================== RCS file: /cvs/extras/devel/xdaliclock/xdaliclock.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xdaliclock.spec 6 May 2005 18:07:22 -0000 1.1 +++ xdaliclock.spec 9 May 2005 18:49:54 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A clock for the X Window System Name: xdaliclock Version: 2.20 -Release: 1 +Release: 2%{?dist} Group: Amusements/Graphics License: BSD URL: http://www.jwz.org/xdaliclock/ @@ -59,5 +59,8 @@ %{_datadir}/applications/* %changelog +* Mon May 09 2005 Chris Ricker 2.20-2%{?dist} +- Add dist tag + * Sat Apr 23 2005 Chris Ricker 2.20-1 - Initial package for Fedora Extras From fedora-extras-commits at redhat.com Mon May 9 18:52:36 2005 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 9 May 2005 14:52:36 -0400 Subject: rpms/Glide3/devel Glide3.spec,1.8,1.9 Message-ID: <200505091852.j49IqatT029766@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Glide3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29749 Modified Files: Glide3.spec Log Message: bump release Index: Glide3.spec =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Glide3.spec 9 May 2005 16:04:47 -0000 1.8 +++ Glide3.spec 9 May 2005 18:52:34 -0000 1.9 @@ -1,6 +1,6 @@ Name: Glide3 Version: 20010520 -Release: 35 +Release: 36 Summary: Glide3 runtime for the 3Dfx Voodoo family of cards # Glide3 is x86/alpha/ia64/x86_64 only, ia64 and x86_64 are untested ExclusiveArch: %{ix86} alpha ia64 x86_64 From fedora-extras-commits at redhat.com Mon May 9 18:55:41 2005 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 9 May 2005 14:55:41 -0400 Subject: common tobuild,1.292,1.293 Message-ID: <200505091855.j49ItfZd029875@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29858 Modified Files: tobuild Log Message: request build of rpms/Glide3/devel Glide3-20010520-36 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.292 retrieving revision 1.293 diff -u -r1.292 -r1.293 --- tobuild 9 May 2005 18:19:12 -0000 1.292 +++ tobuild 9 May 2005 18:55:39 -0000 1.293 @@ -21,3 +21,4 @@ s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC-3 qspencer rpms/fftw3/devel fftw3-3_0_1-3 development qspencer rpms/octave/devel octave-2_1_70-1 development +jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development From fedora-extras-commits at redhat.com Mon May 9 18:57:10 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 14:57:10 -0400 Subject: common tobuild,1.293,1.294 Message-ID: <200505091857.j49IvAiN029927@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29910 Modified Files: tobuild Log Message: request build of rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.293 retrieving revision 1.294 diff -u -r1.293 -r1.294 --- tobuild 9 May 2005 18:55:39 -0000 1.293 +++ tobuild 9 May 2005 18:57:08 -0000 1.294 @@ -22,3 +22,4 @@ qspencer rpms/fftw3/devel fftw3-3_0_1-3 development qspencer rpms/octave/devel octave-2_1_70-1 development jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development +spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel From fedora-extras-commits at redhat.com Mon May 9 19:11:32 2005 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 9 May 2005 15:11:32 -0400 Subject: common branches,NONE,1.1 Makefile.common,1.11,1.12 Message-ID: <200505091911.j49JBWeS030966@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30901/common Modified Files: Makefile.common Added Files: branches Log Message: add patch to auto-set the build target based on the branch dir you're in. also handles the dist when tagging. Patch from ignacio, cleaned up by spot --- NEW FILE branches --- RHL-7:rhl7:.rhl7:rhl:7 RHL-8:rhl8:.rhl8:rhl:8 RHL-9:rhl9:.rhl9:rhl:9 FC-1:fc1:.fc1:fedora:1 FC-2:fc2:.fc2:fedora:2 FC-3:fc3:.fc3:fedora:3 devel:devel:.fc4:fedora:4 RHL-7:rhl7:.rhl7:rhl:7 RHL-8:rhl8:.rhl8:rhl:8 RHL-9:rhl9:.rhl9:rhl:9 FC-1:fc1:.fc1:fedora:1 FC-2:fc2:.fc2:fedora:2 FC-3:fc3:.fc3:fedora:3 devel:devel:.fc4:fedora:4 Index: Makefile.common =================================================================== RCS file: /cvs/extras/common/Makefile.common,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Makefile.common 5 May 2005 18:54:45 -0000 1.11 +++ Makefile.common 9 May 2005 19:11:30 -0000 1.12 @@ -4,17 +4,34 @@ # # $Id$ +# Define the common dir. +# This needs to happen first. +define find-common-dir +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then echo "$$d"; break ; fi ; done +endef +COMMON_DIR := $(shell $(find-common-dir)) + +# Branch and disttag definitions +# These need to happen second. +BRANCH = $(shell basename $(shell pwd)) +BRANCHINFO = $(shell grep ^$(BRANCH): $(COMMON_DIR)/branches | cut -d: --output-delimiter=" " -f2-) +TARGET ?= $(word 1, $(BRANCHINFO)) +DIST = $(word 2, $(BRANCHINFO)) +DISTVAR = $(word 3, $(BRANCHINFO)) +DISTVAL = $(word 4, $(BRANCHINFO)) +DIST_DEFINES = --define "dist $(DIST)" --define "$(DISTVAR) $(DISTVAL)" + # Initialize the variables that we need, but are not defined # the version of the package ifndef NAME $(error "You can not run this Makefile without having NAME defined") endif ifndef VERSION -VERSION := $(shell rpm $(RPM_DEFINES) -q --qf "%{VERSION}\n" --specfile $(SPECFILE)| head -1) +VERSION := $(shell rpm $(RPM_DEFINES) $(DIST_DEFINES) -q --qf "%{VERSION}\n" --specfile $(SPECFILE)| head -1) endif # the release of the package ifndef RELEASE -RELEASE := $(shell rpm $(RPM_DEFINES) -q --qf "%{RELEASE}\n" --specfile $(SPECFILE)| head -1) +RELEASE := $(shell rpm $(RPM_DEFINES) $(DIST_DEFINES) -q --qf "%{RELEASE}\n" --specfile $(SPECFILE)| head -1) endif # this is used in make patch, maybe make clean eventually. # would be nicer to autodetermine from the spec file... @@ -270,23 +287,18 @@ # If you build a new version into the tree, first do "make tag", # then "make srpm", then build the package. -tag:: $(SPECFILE) +tag:: $(SPECFILE) $(COMMON_DIR)/branches cvs tag $(TAG_OPTS) -c $(TAG) @echo "Tagged with: $(TAG)" @echo -define find-common-dir -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then echo "$$d"; break ; fi ; done -endef -COMMON_DIR := $(shell $(find-common-dir)) - define find-user if [ `cat CVS/Root |grep -c @` -ne 0 ]; then cat CVS/Root |cut -d @ -f 1 | sed 's/:.*://' ; else echo $(USER); fi endef USER := $(shell $(find-user)) -build: - @if [ -z "$(TARGET)" ]; then echo "Must specify a target to build into"; exit 1; fi +build: $(COMMON_DIR)/branches + @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ cvs -Q update ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ From jpo at di.uminho.pt Mon May 9 19:13:03 2005 From: jpo at di.uminho.pt (=?ISO-8859-1?Q?Jos=E9_Pedro_Oliveira?=) Date: Mon, 09 May 2005 20:13:03 +0100 Subject: common tobuild,1.293,1.294 (perl-OLE-Storage_Lite) In-Reply-To: <200505091857.j49IvAiN029927@cvs-int.fedora.redhat.com> References: <200505091857.j49IvAiN029927@cvs-int.fedora.redhat.com> Message-ID: <427FB63F.3040702@di.uminho.pt> Tom Callaway (spot) wrote: > ... > +spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel > Please see https://www.redhat.com/archives/fedora-extras-commits/2005-May/thread.html and sync the devel and FC-3 branches. jpo -- Jos? Pedro Oliveira * mailto: jpo at di.uminho.pt * http://gsd.di.uminho.pt/~jpo * * gpg fingerprint = F9B6 8D87 859D 1C94 48F0 84C0 9749 9EB5 91BD 851B * -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 251 bytes Desc: OpenPGP digital signature URL: From fedora-extras-commits at redhat.com Mon May 9 19:14:08 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 15:14:08 -0400 Subject: fedora-release README-i386-en, 1.3, 1.4 README-ppc-en, 1.3, 1.4 README-x86_64-en, 1.3, 1.4 Message-ID: <200505091914.j49JE8uU031012@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/fedora-release In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30997 Modified Files: README-i386-en README-ppc-en README-x86_64-en Log Message: This statement brought to you by LWCE 2005, and bug number 157142. Index: README-i386-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-i386-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README-i386-en 4 May 2005 18:40:31 -0000 1.3 +++ README-i386-en 9 May 2005 19:14:06 -0000 1.4 @@ -118,6 +118,22 @@ [2]https://listman.redhat.com/mailman/listinfo/ +GETTING SOURCES + + As well as on the source code CD-ROMs, source code for all components + of Fedora Core is available for download from: + + [1]http://fedora.redhat.com + + Copies of the distribution may also be available on physical media + from vendors at a modest charge. A list of potential vendors exists at: + + [3]http://fedora.redhat.com/download/vendors.html + + The Fedora Project and Red Hat in no way endorses any media + distributors, and disclaims all responsibility for the media + sold by these third parties. + EXPORT CONTROL The communication or transfer of any information received with this @@ -135,3 +151,5 @@ Visible links 1. http://fedora.redhat.com/ 2. https://listman.redhat.com/mailman/listinfo/ + 3. http://fedora.redhat.com/download/vendors.html + \ No newline at end of file Index: README-ppc-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-ppc-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README-ppc-en 4 May 2005 18:40:31 -0000 1.3 +++ README-ppc-en 9 May 2005 19:14:06 -0000 1.4 @@ -118,6 +118,22 @@ [2]https://listman.redhat.com/mailman/listinfo/ +GETTING SOURCES + + As well as on the source code CD-ROMs, source code for all components + of Fedora Core is available for download from: + + [1]http://fedora.redhat.com + + Copies of the distribution may also be available on physical media + from vendors at a modest charge. A list of potential vendors exists at: + + [3]http://fedora.redhat.com/download/vendors.html + + The Fedora Project and Red Hat in no way endorses any media + distributors, and disclaims all responsibility for the media + sold by these third parties. + EXPORT CONTROL The communication or transfer of any information received with this @@ -135,3 +151,5 @@ Visible links 1. http://fedora.redhat.com/ 2. https://listman.redhat.com/mailman/listinfo/ + 3. http://fedora.redhat.com/download/vendors.html + \ No newline at end of file Index: README-x86_64-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-x86_64-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README-x86_64-en 4 May 2005 18:40:31 -0000 1.3 +++ README-x86_64-en 9 May 2005 19:14:06 -0000 1.4 @@ -118,6 +118,22 @@ [2]https://listman.redhat.com/mailman/listinfo/ +GETTING SOURCES + + As well as on the source code CD-ROMs, source code for all components + of Fedora Core is available for download from: + + [1]http://fedora.redhat.com + + Copies of the distribution may also be available on physical media + from vendors at a modest charge. A list of potential vendors exists at: + + [3]http://fedora.redhat.com/download/vendors.html + + The Fedora Project and Red Hat in no way endorses any media + distributors, and disclaims all responsibility for the media + sold by these third parties. + EXPORT CONTROL The communication or transfer of any information received with this @@ -135,3 +151,5 @@ Visible links 1. http://fedora.redhat.com/ 2. https://listman.redhat.com/mailman/listinfo/ + 3. http://fedora.redhat.com/download/vendors.html + \ No newline at end of file From ivazquez at ivazquez.net Mon May 9 19:15:09 2005 From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams) Date: Mon, 09 May 2005 15:15:09 -0400 Subject: common branches,NONE,1.1 Makefile.common,1.11,1.12 In-Reply-To: <200505091911.j49JBWeS030966@cvs-int.fedora.redhat.com> References: <200505091911.j49JBWeS030966@cvs-int.fedora.redhat.com> Message-ID: <1115666109.21984.43.camel@ignacio.ignacio.lan> On Mon, 2005-05-09 at 15:11 -0400, Jeremy Katz wrote: > --- NEW FILE branches --- > RHL-7:rhl7:.rhl7:rhl:7 > RHL-8:rhl8:.rhl8:rhl:8 > RHL-9:rhl9:.rhl9:rhl:9 > FC-1:fc1:.fc1:fedora:1 > FC-2:fc2:.fc2:fedora:2 > FC-3:fc3:.fc3:fedora:3 > devel:devel:.fc4:fedora:4 > RHL-7:rhl7:.rhl7:rhl:7 > RHL-8:rhl8:.rhl8:rhl:8 > RHL-9:rhl9:.rhl9:rhl:9 > FC-1:fc1:.fc1:fedora:1 > FC-2:fc2:.fc2:fedora:2 > FC-3:fc3:.fc3:fedora:3 > devel:devel:.fc4:fedora:4 Uh oh. Looks like this all got doubled-up by accident. -- Ignacio Vazquez-Abrams http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora-extras-commits at redhat.com Mon May 9 19:22:13 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Mon, 9 May 2005 15:22:13 -0400 Subject: common tobuild,1.294,1.295 Message-ID: <200505091922.j49JMDvH031102@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31085 Modified Files: tobuild Log Message: request build of rpms/verbiste/devel verbiste-0_1_11-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.294 retrieving revision 1.295 diff -u -r1.294 -r1.295 --- tobuild 9 May 2005 18:57:08 -0000 1.294 +++ tobuild 9 May 2005 19:22:11 -0000 1.295 @@ -23,3 +23,4 @@ qspencer rpms/octave/devel octave-2_1_70-1 development jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel +icon rpms/verbiste/devel verbiste-0_1_11-1 devel From fedora-extras-commits at redhat.com Mon May 9 19:28:58 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 9 May 2005 15:28:58 -0400 Subject: devel/imlib2 imlib2-1.2.0-xpmcescape.patch, NONE, 1.1 imlib2.spec, 1.13, 1.14 Message-ID: <200505091928.j49JSwP3031204@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/imlib2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31184 Modified Files: imlib2.spec Added Files: imlib2-1.2.0-xpmcescape.patch Log Message: * Mon May 9 2005 Michael Schwendt - 1.2.0-8.fc4 - Fix segfault in XPM loader (#156058). imlib2-1.2.0-xpmcescape.patch: --- NEW FILE imlib2-1.2.0-xpmcescape.patch --- diff -Nur imlib2-1.2.0-orig/src/modules/loaders/loader_xpm.c imlib2-1.2.0/src/modules/loaders/loader_xpm.c --- imlib2-1.2.0-orig/src/modules/loaders/loader_xpm.c 2005-01-04 04:28:52.000000000 +0100 +++ imlib2-1.2.0/src/modules/loaders/loader_xpm.c 2005-05-09 21:19:22.000000000 +0200 @@ -108,7 +108,7 @@ FILE *f; int pc, c, i, j, k, w, h, ncolors, cpp, comment, transp, - quote, context, len, done, r, g, b; + quote, context, len, done, r, g, b, backslash; char *line, s[256], tok[128], col[256]; int lsz = 256; struct _cmap { @@ -163,6 +163,7 @@ pixels = 0; count = 0; line = malloc(lsz); + backslash = 0; memset(lookup, 0, sizeof(lookup)); while (!done) { @@ -645,7 +646,18 @@ c = 32; else if (c > 127) c = 127; - line[i++] = c; + if ( c=='\\' ) { + if ( ++backslash<2 ) { + line[i++] = c; + } + else { + backslash = 0; + } + } + else { + backslash = 0; + line[i++] = c; + } } if (i >= lsz) { Index: imlib2.spec =================================================================== RCS file: /cvs/extras/devel/imlib2/imlib2.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- imlib2.spec 5 Apr 2005 19:06:04 -0000 1.13 +++ imlib2.spec 9 May 2005 19:28:56 -0000 1.14 @@ -1,12 +1,13 @@ Summary: Graphic library for file loading, saving, rendering, and manipulation Name: imlib2 Version: 1.2.0 -Release: 7.fc4 +Release: 8.fc4 License: BSD Group: System Environment/Libraries URL: http://www.enlightenment.org/pages/imlib2.html Source0: http://download.sf.net/enlightenment/%{name}-%{version}.tar.gz Patch0: imlib2-1.2.0-configure-xlib64.patch +Patch1: imlib2-1.2.0-xpmcescape.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: XFree86-devel libjpeg-devel libpng-devel libtiff-devel BuildRequires: libungif-devel freetype-devel libtool bzip2-devel %{__perl} @@ -40,6 +41,7 @@ %ifarch x86_64 %patch0 -b .patch0 %endif +%patch1 -p1 -b .xpmcescape # loaders need to link with the main lib %{__perl} -pi -e \ 's|^(\w+_la_LDFLAGS .*)|$1 -L\$(top_builddir)/src/lib| ; @@ -122,6 +124,9 @@ %changelog +* Mon May 9 2005 Michael Schwendt - 1.2.0-8.fc4 +- Fix segfault in XPM loader (#156058). + * Tue Apr 5 2005 Michael Schwendt - 1.2.0-7.fc4 - Fix broken pkgconfig file. From fedora-extras-commits at redhat.com Mon May 9 19:38:41 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Mon, 9 May 2005 15:38:41 -0400 Subject: devel/common tobuild,1.295,1.296 Message-ID: <200505091938.j49JcfEM031322@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31305 Modified Files: tobuild Log Message: request build of devel/xdaliclock xdaliclock-2_20-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.295 retrieving revision 1.296 diff -u -r1.295 -r1.296 --- tobuild 9 May 2005 19:22:11 -0000 1.295 +++ tobuild 9 May 2005 19:38:39 -0000 1.296 @@ -24,3 +24,4 @@ jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel icon rpms/verbiste/devel verbiste-0_1_11-1 devel +kaboom devel/xdaliclock xdaliclock-2_20-2 development From fedora-extras-commits at redhat.com Mon May 9 19:38:48 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Mon, 9 May 2005 15:38:48 -0400 Subject: rpms/pylint/devel pylint.spec,1.1,1.2 Message-ID: <200505091938.j49JcmKf031344@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/pylint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31294 Modified Files: pylint.spec Log Message: Fix manpage and docs. Index: pylint.spec =================================================================== RCS file: /cvs/extras/rpms/pylint/devel/pylint.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pylint.spec 5 May 2005 22:31:42 -0000 1.1 +++ pylint.spec 9 May 2005 19:38:46 -0000 1.2 @@ -2,7 +2,7 @@ Name: pylint Version: 0.6.4 -Release: 3 +Release: 4 Summary: Analyzes Python code looking for bugs and signs of poor quality Group: Development/Debuggers @@ -51,7 +51,8 @@ rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/logilab/pylint/test # This file is provided by python-logilab-common rm -f $RPM_BUILD_ROOT%{_python_sitelib}/logilab/*.py - +mkdir -pm 755 $RPM_BUILD_ROOT%{_mandir}/man1 +install -pm 644 man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ %clean rm -rf $RPM_BUILD_ROOT @@ -59,7 +60,7 @@ %files %defattr(-,root,root,-) -%doc doc/*.txt README ChangeLog TODO +%doc doc/*.txt README ChangeLog TODO examples elisp %dir %{_python_sitelib}/logilab/pylint %dir %{_python_sitelib}/logilab/pylint/checkers %dir %{_python_sitelib}/logilab/pylint/reporters @@ -71,6 +72,7 @@ %ghost %{_python_sitelib}/logilab/pylint/*/*.pyo %{_bindir}/pylint %{_bindir}/symilar +%{_mandir}/man?/* %exclude %{_python_sitelib}/logilab/pylint/gui.py* @@ -83,6 +85,10 @@ %changelog +* Mon May 09 2005 Konstantin Ryabitsev - 0.6.4-4 +- Install the pylint.1 manfile. +- Add examples and elisp dirs to docs. + * Thu May 05 2005 Konstantin Ryabitsev - 0.6.4-3 - Only doc the .txt files. - Don't buildrequire python-logilab-common From fedora-extras-commits at redhat.com Mon May 9 19:41:02 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 9 May 2005 15:41:02 -0400 Subject: rpms/moodss/devel moodss.spec,1.9,1.10 Message-ID: <200505091941.j49Jf2op031394@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/moodss/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31376 Modified Files: moodss.spec Log Message: removed all epochs as they are out of style as of FC-4. Index: moodss.spec =================================================================== RCS file: /cvs/extras/rpms/moodss/devel/moodss.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- moodss.spec 8 May 2005 21:00:10 -0000 1.9 +++ moodss.spec 9 May 2005 19:41:00 -0000 1.10 @@ -1,7 +1,6 @@ Name: moodss Version: 20.0 -Release: 2 -Epoch: 0 +Release: 3 Summary: Powerful modular monitoring graphical application Group: Applications/System License: GPL @@ -10,11 +9,11 @@ BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n) %if 0%{?rhl} # work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9: -BuildRequires: tcl >= 0:8.3.1, %{_includedir}/tcl.h +BuildRequires: tcl >= 8.3.1, %{_includedir}/tcl.h %else -BuildRequires: tcl-devel >= 0:8.3.1 +BuildRequires: tcl-devel >= 8.3.1 %endif -Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7 +Requires: tk >= 8.3.1, blt >= 2.4-0.fdr.0.z, tktable >= 2.7 %description moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular @@ -64,6 +63,9 @@ %changelog +* Mon May 9 2005 Jean-Luc Fontaine 0:20.0-3 +- removed all epochs as they are out of style as of FC-4 + * Sun May 8 2005 Jean-Luc Fontaine 0:20.0-2 - removed sqlite-tcl requirement as it is disabled in the sqlite 3 update for FC-3 and not in Rawhide From fedora-extras-commits at redhat.com Mon May 9 19:42:48 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 9 May 2005 15:42:48 -0400 Subject: common tobuild,1.296,1.297 Message-ID: <200505091942.j49JgmQK031516@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31499 Modified Files: tobuild Log Message: request build of rpms/moodss/FC-3 moodss-20_0-2 for FC-3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.296 retrieving revision 1.297 diff -u -r1.296 -r1.297 --- tobuild 9 May 2005 19:38:39 -0000 1.296 +++ tobuild 9 May 2005 19:42:45 -0000 1.297 @@ -25,3 +25,4 @@ spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel icon rpms/verbiste/devel verbiste-0_1_11-1 devel kaboom devel/xdaliclock xdaliclock-2_20-2 development +jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 From fedora-extras-commits at redhat.com Mon May 9 19:58:22 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:22 -0400 Subject: rpms/udunits/FC-3 udunits.spec,1.5,1.6 Message-ID: <200505091958.j49JwMKu031824@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/udunits/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/udunits/FC-3 Modified Files: udunits.spec Log Message: Remove hardcoded dist tags. Index: udunits.spec =================================================================== RCS file: /cvs/extras/rpms/udunits/FC-3/udunits.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- udunits.spec 6 May 2005 13:03:17 -0000 1.5 +++ udunits.spec 9 May 2005 19:58:20 -0000 1.6 @@ -1,9 +1,6 @@ -%define dist .fc3 -%define fedora 3 - Name: udunits Version: 1.12.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A library for manipulating units of physical quantities License: Freely distributable (BSD-like) Group: System Environment/Libraries @@ -109,6 +106,9 @@ %{_mandir}/man1/udunitsperl.1.gz %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.12.4-8 +- remove hardcoded dist tags + * Fri May 6 2005 Tom "spot" Callaway 1.12.4-7 - fix BuildRequires for the FC-3 spec (gcc-g77 vs gcc-gfortran) From fedora-extras-commits at redhat.com Mon May 9 19:58:23 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:23 -0400 Subject: rpms/udunits/devel udunits.spec,1.5,1.6 Message-ID: <200505091958.j49JwN13031833@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/udunits/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/udunits/devel Modified Files: udunits.spec Log Message: Remove hardcoded dist tags. Index: udunits.spec =================================================================== RCS file: /cvs/extras/rpms/udunits/devel/udunits.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- udunits.spec 6 May 2005 13:03:17 -0000 1.5 +++ udunits.spec 9 May 2005 19:58:21 -0000 1.6 @@ -1,9 +1,6 @@ -%define dist .fc4 -%define fedora 4 - Name: udunits Version: 1.12.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A library for manipulating units of physical quantities License: Freely distributable (BSD-like) Group: System Environment/Libraries @@ -109,6 +106,9 @@ %{_mandir}/man1/udunitsperl.1.gz %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.12.4-8 +- remove hardcoded dist tags + * Fri May 6 2005 Tom "spot" Callaway 1.12.4-7 - fix BuildRequires for the FC-3 spec (gcc-g77 vs gcc-gfortran) From fedora-extras-commits at redhat.com Mon May 9 19:57:56 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:57:56 -0400 Subject: rpms/R-RScaLAPACK/devel R-RScaLAPACK.spec,1.4,1.5 Message-ID: <200505091958.j49JwTBl031837@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/R-RScaLAPACK/devel Modified Files: R-RScaLAPACK.spec Log Message: Remove hardcoded dist tags. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- R-RScaLAPACK.spec 9 May 2005 03:30:37 -0000 1.4 +++ R-RScaLAPACK.spec 9 May 2005 19:57:54 -0000 1.5 @@ -1,17 +1,15 @@ %define packname RScaLAPACK -%define dist .fc4 -%define fedora 4 Name: R-%{packname} Version: 0.4.0 -Release: 4%{?dist} +Release: 6%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib Group: Applications/Engineering Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK BuildRequires: R-devel, tetex-latex -BuildRequires: gcc-gfortran, lam +BuildRequires: gcc-gfortran, lam, blacs, scalapack Requires: R, scalapack BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch @@ -56,6 +54,12 @@ %{_libdir}/R/library/%{packname} %changelog +* Mon May 9 2005 Tom "spot" Callaway 0.4.0-6 +- remove hardcoded dist tags + +* Sun May 8 2005 Tom "spot" Callaway 0.4.0-5 +- blacs and scalapack need to be BuildRequires too. + * Sun May 8 2005 Tom "spot" Callaway 0.4.0-4 - add lam as BuildRequires From fedora-extras-commits at redhat.com Mon May 9 19:57:56 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:57:56 -0400 Subject: rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK.spec,1.4,1.5 Message-ID: <200505091958.j49JwTF9031836@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/R-RScaLAPACK/FC-3 Modified Files: R-RScaLAPACK.spec Log Message: Remove hardcoded dist tags. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/FC-3/R-RScaLAPACK.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- R-RScaLAPACK.spec 9 May 2005 03:30:37 -0000 1.4 +++ R-RScaLAPACK.spec 9 May 2005 19:57:54 -0000 1.5 @@ -1,17 +1,15 @@ %define packname RScaLAPACK -%define dist .fc3 -%define fedora 3 Name: R-%{packname} Version: 0.4.0 -Release: 4%{?dist} +Release: 6%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib Group: Applications/Engineering Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK BuildRequires: R-devel, tetex-latex -BuildRequires: gcc-gfortran, lam +BuildRequires: gcc-gfortran, lam, blacs, scalapack Requires: R, scalapack BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch @@ -56,6 +54,12 @@ %{_libdir}/R/library/%{packname} %changelog +* Mon May 9 2005 Tom "spot" Callaway 0.4.0-6 +- remove hardcoded dist tags + +* Sun May 8 2005 Tom "spot" Callaway 0.4.0-5 +- blacs and scalapack need to be BuildRequires too. + * Sun May 8 2005 Tom "spot" Callaway 0.4.0-4 - add lam as BuildRequires From fedora-extras-commits at redhat.com Mon May 9 19:58:03 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:03 -0400 Subject: rpms/blacs/FC-3 blacs.spec,1.3,1.4 Message-ID: <200505091958.j49JwXc7031840@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/blacs/FC-3 Modified Files: blacs.spec Log Message: Remove hardcoded dist tags. Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-3/blacs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- blacs.spec 5 May 2005 14:43:51 -0000 1.3 +++ blacs.spec 9 May 2005 19:58:00 -0000 1.4 @@ -1,10 +1,7 @@ -%define dist .fc3 -%define fedora 3 - Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 6%{?dist} +Release: 7%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -87,6 +84,9 @@ %{_libdir}/libmpiblacs* %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.1-7 +- remove hardcoded dist tags + * Thu May 5 2005 Tom "spot" Callaway 1.1-6 - fix 64bit issues From fedora-extras-commits at redhat.com Mon May 9 19:57:57 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:57:57 -0400 Subject: rpms/R-gnomeGUI/FC-3 R-gnomeGUI.spec,1.2,1.3 Message-ID: <200505091958.j49JwTxE031838@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-gnomeGUI/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/R-gnomeGUI/FC-3 Modified Files: R-gnomeGUI.spec Log Message: Remove hardcoded dist tags. Index: R-gnomeGUI.spec =================================================================== RCS file: /cvs/extras/rpms/R-gnomeGUI/FC-3/R-gnomeGUI.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- R-gnomeGUI.spec 18 Apr 2005 17:15:53 -0000 1.2 +++ R-gnomeGUI.spec 9 May 2005 19:57:55 -0000 1.3 @@ -1,11 +1,9 @@ %define packrel 1 %define packname gnomeGUI -%define fedora 3 -%define dist .fc3 Name: R-%{packname} Version: 2.1.0 -Release: 1%{?dist} +Release: 4%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}-%{packrel}.tar.gz License: GPL version 2 or later. URL: http://cran.r-project.org/contrib @@ -55,6 +53,9 @@ %{_libdir}/R/share/glade/*.glade %changelog +* Mon May 9 2005 Tom "spot" Callaway 2.1.0-4 +- remove hardcoded dist tags + * Mon Apr 18 2005 Tom "spot" Callaway - Initial package creation From fedora-extras-commits at redhat.com Mon May 9 19:58:02 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:02 -0400 Subject: rpms/R-gnomeGUI/devel R-gnomeGUI.spec,1.3,1.4 Message-ID: <200505091958.j49JwXP1031839@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-gnomeGUI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/R-gnomeGUI/devel Modified Files: R-gnomeGUI.spec Log Message: Remove hardcoded dist tags. Index: R-gnomeGUI.spec =================================================================== RCS file: /cvs/extras/rpms/R-gnomeGUI/devel/R-gnomeGUI.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- R-gnomeGUI.spec 22 Apr 2005 14:25:09 -0000 1.3 +++ R-gnomeGUI.spec 9 May 2005 19:58:00 -0000 1.4 @@ -1,7 +1,5 @@ %define packrel 1 %define packname gnomeGUI -%define fedora 4 -%define dist .fc4 Name: R-%{packname} Version: 2.1.0 @@ -55,6 +53,9 @@ %{_libdir}/R/share/glade/*.glade %changelog +* Mon May 9 2005 Tom "spot" Callaway 2.1.0-4 +- remove hardcoded dist tags + * Fri Apr 22 2005 Tom "spot" Callaway 2.1.0-3.fc4 - add dist tag...and actually use it. From fedora-extras-commits at redhat.com Mon May 9 19:58:13 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:13 -0400 Subject: rpms/blacs/devel blacs.spec,1.3,1.4 Message-ID: <200505091958.j49JwhhZ031851@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/blacs/devel Modified Files: blacs.spec Log Message: Remove hardcoded dist tags. Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/devel/blacs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- blacs.spec 5 May 2005 14:43:52 -0000 1.3 +++ blacs.spec 9 May 2005 19:58:08 -0000 1.4 @@ -1,10 +1,7 @@ -%define dist .fc4 -%define fedora 4 - Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 6%{?dist} +Release: 7%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -87,6 +84,9 @@ %{_libdir}/libmpiblacs* %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.1-7 +- remove hardcoded dist tags + * Thu May 5 2005 Tom "spot" Callaway 1.1-6 - fix 64bit issues From fedora-extras-commits at redhat.com Mon May 9 19:58:13 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:13 -0400 Subject: rpms/librx/FC-3 librx.spec,1.4,1.5 Message-ID: <200505091958.j49JwhQs031852@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/librx/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/librx/FC-3 Modified Files: librx.spec Log Message: Remove hardcoded dist tags. Index: librx.spec =================================================================== RCS file: /cvs/extras/rpms/librx/FC-3/librx.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- librx.spec 9 May 2005 03:55:33 -0000 1.4 +++ librx.spec 9 May 2005 19:58:09 -0000 1.5 @@ -1,10 +1,7 @@ -%define dist .fc3 -%define fedora 3 - Summary: POSIX regexp functions Name: librx Version: 1.5 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.gnu.org/software/rx/rx.html Group: Applications/Text @@ -86,6 +83,9 @@ %{_libdir}/*.a %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.5-5 +- remove hardcoded dist tags + * Sun May 8 2005 Tom "spot" Callaway 1.5-4 - Fix 64 bit arches to install to the right libdir From fedora-extras-commits at redhat.com Mon May 9 19:58:19 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:19 -0400 Subject: rpms/librx/devel librx.spec,1.4,1.5 Message-ID: <200505091958.j49Jwnjn031863@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/librx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/librx/devel Modified Files: librx.spec Log Message: Remove hardcoded dist tags. Index: librx.spec =================================================================== RCS file: /cvs/extras/rpms/librx/devel/librx.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- librx.spec 9 May 2005 03:55:34 -0000 1.4 +++ librx.spec 9 May 2005 19:58:17 -0000 1.5 @@ -1,10 +1,7 @@ -%define dist .fc4 -%define fedora 4 - Summary: POSIX regexp functions Name: librx Version: 1.5 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.gnu.org/software/rx/rx.html Group: Applications/Text @@ -86,6 +83,9 @@ %{_libdir}/*.a %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.5-5 +- remove hardcoded dist tags + * Sun May 8 2005 Tom "spot" Callaway 1.5-4 - Fix 64 bit arches to install to the right libdir From fedora-extras-commits at redhat.com Mon May 9 19:58:20 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:20 -0400 Subject: rpms/scalapack/FC-3 scalapack.spec,1.4,1.5 Message-ID: <200505091958.j49JwpUY031866@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/scalapack/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/scalapack/FC-3 Modified Files: scalapack.spec Log Message: Remove hardcoded dist tags. Index: scalapack.spec =================================================================== RCS file: /cvs/extras/rpms/scalapack/FC-3/scalapack.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- scalapack.spec 9 May 2005 03:40:40 -0000 1.4 +++ scalapack.spec 9 May 2005 19:58:18 -0000 1.5 @@ -1,10 +1,7 @@ -%define dist .fc3 -%define fedora 3 - Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers Name: scalapack Version: 1.7 -Release: 4%{?dist} +Release: 6%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/scalapack/scalapack_home.html @@ -71,6 +68,9 @@ %{_libdir}/libscalapack.a %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.7-5 +- remove hardcoded dist tags + * Sun May 8 2005 Tom "spot" Callaway 1.7-4 - fix broken patch for fc-3 branch From fedora-extras-commits at redhat.com Mon May 9 19:58:21 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:21 -0400 Subject: rpms/scalapack/devel scalapack.spec,1.5,1.6 Message-ID: <200505091958.j49JwqKY031869@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/scalapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/scalapack/devel Modified Files: scalapack.spec Log Message: Remove hardcoded dist tags. Index: scalapack.spec =================================================================== RCS file: /cvs/extras/rpms/scalapack/devel/scalapack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- scalapack.spec 9 May 2005 04:24:56 -0000 1.5 +++ scalapack.spec 9 May 2005 19:58:19 -0000 1.6 @@ -1,6 +1,3 @@ -%define dist .fc4 -%define fedora 4 - Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers Name: scalapack Version: 1.7 @@ -71,6 +68,9 @@ %{_libdir}/libscalapack.a %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.7-6 +- remove hardcoded dist tags + * Sun May 8 2005 Tom "spot" Callaway 1.7-4 - fix broken patch for fc-3 branch From fedora-extras-commits at redhat.com Mon May 9 20:00:52 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Mon, 9 May 2005 16:00:52 -0400 Subject: rpms/tla/devel tla.spec,1.14,1.15 Message-ID: <200505092000.j49K0qJL031936@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31919 Modified Files: tla.spec Log Message: remove hard-coded disttag Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tla.spec 4 May 2005 14:36:32 -0000 1.14 +++ tla.spec 9 May 2005 20:00:50 -0000 1.15 @@ -1,8 +1,6 @@ -%{!?dist: %define dist .fc4} - Name: tla Version: 1.3.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Low-Budget Arch Revision Control System Group: Development/Tools @@ -71,6 +69,9 @@ %{_bindir}/tla %changelog +* Mon May 09 2005 Shahms E. King - 0:1.3.2-5 +- Remove hard-coded disttag + * Wed May 04 2005 Shahms E. King - 0:1.3.2-4 - Update disttag to new recommendations From fedora-extras-commits at redhat.com Mon May 9 20:01:46 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Mon, 9 May 2005 16:01:46 -0400 Subject: rpms/tla/FC-3 tla.spec,1.10,1.11 Message-ID: <200505092001.j49K1kMt000402@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv385 Modified Files: tla.spec Log Message: remove hard-coded disttag Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/tla.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- tla.spec 4 May 2005 14:35:37 -0000 1.10 +++ tla.spec 9 May 2005 20:01:44 -0000 1.11 @@ -1,8 +1,6 @@ -%{!?dist: %define dist .fc3} - Name: tla Version: 1.3.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Low-Budget Arch Revision Control System Group: Development/Tools @@ -71,6 +69,9 @@ %{_bindir}/tla %changelog +* Mon May 09 2005 Shahms E. King - 0:1.3.2-5 +- Remove hard-coded disttag + * Wed May 04 2005 Shahms E. King - 0:1.3.2-4 - Update disttag to new recommendations From fedora-extras-commits at redhat.com Mon May 9 20:09:02 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:09:02 -0400 Subject: common tobuild,1.297,1.298 Message-ID: <200505092009.j49K920f000520@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv503 Modified Files: tobuild Log Message: request build of rpms/librx/FC-3 librx-1_5-5_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.297 retrieving revision 1.298 diff -u -r1.297 -r1.298 --- tobuild 9 May 2005 19:42:45 -0000 1.297 +++ tobuild 9 May 2005 20:09:00 -0000 1.298 @@ -26,3 +26,4 @@ icon rpms/verbiste/devel verbiste-0_1_11-1 devel kaboom devel/xdaliclock xdaliclock-2_20-2 development jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 +spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 From fedora-extras-commits at redhat.com Mon May 9 20:09:17 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:09:17 -0400 Subject: common tobuild,1.298,1.299 Message-ID: <200505092009.j49K9HeR000579@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv562 Modified Files: tobuild Log Message: request build of rpms/librx/devel librx-1_5-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.298 retrieving revision 1.299 diff -u -r1.298 -r1.299 --- tobuild 9 May 2005 20:09:00 -0000 1.298 +++ tobuild 9 May 2005 20:09:15 -0000 1.299 @@ -27,3 +27,4 @@ kaboom devel/xdaliclock xdaliclock-2_20-2 development jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 +spot rpms/librx/devel librx-1_5-5_fc4 devel From fedora-extras-commits at redhat.com Mon May 9 20:09:39 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:09:39 -0400 Subject: common tobuild,1.299,1.300 Message-ID: <200505092009.j49K9de6000636@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv619 Modified Files: tobuild Log Message: request build of rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.299 retrieving revision 1.300 diff -u -r1.299 -r1.300 --- tobuild 9 May 2005 20:09:15 -0000 1.299 +++ tobuild 9 May 2005 20:09:37 -0000 1.300 @@ -28,3 +28,4 @@ jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 spot rpms/librx/devel librx-1_5-5_fc4 devel +spot rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 fc3 From fedora-extras-commits at redhat.com Mon May 9 20:10:20 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:10:20 -0400 Subject: rpms/R-gnomeGUI/devel R-gnomeGUI.spec,1.4,1.5 Message-ID: <200505092010.j49KAK41000691@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-gnomeGUI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv674 Modified Files: R-gnomeGUI.spec Log Message: bump relnum Index: R-gnomeGUI.spec =================================================================== RCS file: /cvs/extras/rpms/R-gnomeGUI/devel/R-gnomeGUI.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- R-gnomeGUI.spec 9 May 2005 19:58:00 -0000 1.4 +++ R-gnomeGUI.spec 9 May 2005 20:10:18 -0000 1.5 @@ -3,7 +3,7 @@ Name: R-%{packname} Version: 2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}-%{packrel}.tar.gz License: GPL version 2 or later. URL: http://cran.r-project.org/contrib From fedora-extras-commits at redhat.com Mon May 9 20:10:35 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:10:35 -0400 Subject: common tobuild,1.300,1.301 Message-ID: <200505092010.j49KAZ54000748@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv731 Modified Files: tobuild Log Message: request build of rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.300 retrieving revision 1.301 diff -u -r1.300 -r1.301 --- tobuild 9 May 2005 20:09:37 -0000 1.300 +++ tobuild 9 May 2005 20:10:33 -0000 1.301 @@ -29,3 +29,4 @@ spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 spot rpms/librx/devel librx-1_5-5_fc4 devel spot rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 fc3 +spot rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 devel From fedora-extras-commits at redhat.com Mon May 9 20:11:08 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:11:08 -0400 Subject: common tobuild,1.301,1.302 Message-ID: <200505092011.j49KB8oB000805@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv788 Modified Files: tobuild Log Message: request build of rpms/udunits/FC-3 udunits-1_12_4-8_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.301 retrieving revision 1.302 diff -u -r1.301 -r1.302 --- tobuild 9 May 2005 20:10:33 -0000 1.301 +++ tobuild 9 May 2005 20:11:06 -0000 1.302 @@ -30,3 +30,4 @@ spot rpms/librx/devel librx-1_5-5_fc4 devel spot rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 fc3 spot rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 devel +spot rpms/udunits/FC-3 udunits-1_12_4-8_fc3 fc3 From fedora-extras-commits at redhat.com Mon May 9 20:11:27 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:11:27 -0400 Subject: common tobuild,1.302,1.303 Message-ID: <200505092011.j49KBRXk000862@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv845 Modified Files: tobuild Log Message: request build of rpms/udunits/devel udunits-1_12_4-8_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.302 retrieving revision 1.303 diff -u -r1.302 -r1.303 --- tobuild 9 May 2005 20:11:06 -0000 1.302 +++ tobuild 9 May 2005 20:11:24 -0000 1.303 @@ -31,3 +31,4 @@ spot rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 fc3 spot rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 devel spot rpms/udunits/FC-3 udunits-1_12_4-8_fc3 fc3 +spot rpms/udunits/devel udunits-1_12_4-8_fc4 devel From fedora-extras-commits at redhat.com Mon May 9 20:13:24 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 9 May 2005 16:13:24 -0400 Subject: common tobuild,1.303,1.304 Message-ID: <200505092013.j49KDO4K000895@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv878 Modified Files: tobuild Log Message: request build of rpms/moodss/devel moodss-20_0-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.303 retrieving revision 1.304 diff -u -r1.303 -r1.304 --- tobuild 9 May 2005 20:11:24 -0000 1.303 +++ tobuild 9 May 2005 20:13:22 -0000 1.304 @@ -32,3 +32,4 @@ spot rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 devel spot rpms/udunits/FC-3 udunits-1_12_4-8_fc3 fc3 spot rpms/udunits/devel udunits-1_12_4-8_fc4 devel +jfontain rpms/moodss/devel moodss-20_0-3 devel From fedora-extras-commits at redhat.com Mon May 9 20:16:57 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Mon, 9 May 2005 16:16:57 -0400 Subject: common tobuild,1.304,1.305 Message-ID: <200505092016.j49KGvCl000934@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv915 Modified Files: tobuild Log Message: Removing bogus build request Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.304 retrieving revision 1.305 diff -u -r1.304 -r1.305 --- tobuild 9 May 2005 20:13:22 -0000 1.304 +++ tobuild 9 May 2005 20:16:55 -0000 1.305 @@ -24,7 +24,6 @@ jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel icon rpms/verbiste/devel verbiste-0_1_11-1 devel -kaboom devel/xdaliclock xdaliclock-2_20-2 development jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 spot rpms/librx/devel librx-1_5-5_fc4 devel From fedora-extras-commits at redhat.com Mon May 9 20:17:14 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Mon, 9 May 2005 16:17:14 -0400 Subject: common tobuild,1.305,1.306 Message-ID: <200505092017.j49KHEGW000965@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv946 Modified Files: tobuild Log Message: request build of rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.305 retrieving revision 1.306 diff -u -r1.305 -r1.306 --- tobuild 9 May 2005 20:16:55 -0000 1.305 +++ tobuild 9 May 2005 20:17:12 -0000 1.306 @@ -32,3 +32,4 @@ spot rpms/udunits/FC-3 udunits-1_12_4-8_fc3 fc3 spot rpms/udunits/devel udunits-1_12_4-8_fc4 devel jfontain rpms/moodss/devel moodss-20_0-3 devel +kaboom rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 devel From bugs.michael at gmx.net Mon May 9 20:20:48 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Mon, 9 May 2005 22:20:48 +0200 Subject: common tobuild,1.301,1.302 In-Reply-To: <200505092011.j49KB8oB000805@cvs-int.fedora.redhat.com> References: <200505092011.j49KB8oB000805@cvs-int.fedora.redhat.com> Message-ID: <20050509222048.532c57f3.bugs.michael@gmx.net> On Mon, 9 May 2005 16:11:08 -0400, Tom Callaway wrote: > Author: spot > > Update of /cvs/extras/common > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv788 > > Modified Files: > tobuild > Log Message: > request build of rpms/udunits/FC-3 udunits-1_12_4-8_fc3 for fc3 With udunits-1_12_4-7_fc3 in the FC3 repository already, is this really necessary? All the users get is a bumped release version. :-/ From fedora-extras-commits at redhat.com Mon May 9 20:35:10 2005 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Mon, 9 May 2005 16:35:10 -0400 Subject: rpms/netcdf/FC-3 netcdf.spec,1.6,1.7 Message-ID: <200505092035.j49KZeYo001121@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/netcdf/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1089/FC-3 Modified Files: netcdf.spec Log Message: remove hard-coded dist/fedora macros Index: netcdf.spec =================================================================== RCS file: /cvs/extras/rpms/netcdf/FC-3/netcdf.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- netcdf.spec 5 May 2005 20:20:57 -0000 1.6 +++ netcdf.spec 9 May 2005 20:35:08 -0000 1.7 @@ -1,9 +1,6 @@ -%define dist .fc3 -%define fedora 3 - Name: netcdf Version: 3.6.0 -Release: 2.p1%{?dist} +Release: 3.p1%{?dist} Summary: Libraries for the Unidata network Common Data Form (NetCDF v3) Group: Applications/Engineering @@ -105,6 +102,9 @@ %changelog +* Mon May 9 2005 Ed Hill - 3.6.0-3.p1 +- remove hard-coded dist/fedora macros + * Wed May 5 2005 Ed Hill - 3.6.0-2.p1 - make netcdf-devel require netcdf (bug #156748) - cleanup environment and paths From fedora-extras-commits at redhat.com Mon May 9 20:35:11 2005 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Mon, 9 May 2005 16:35:11 -0400 Subject: rpms/netcdf/devel netcdf.spec,1.6,1.7 Message-ID: <200505092035.j49KZfeA001124@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/netcdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1089/devel Modified Files: netcdf.spec Log Message: remove hard-coded dist/fedora macros Index: netcdf.spec =================================================================== RCS file: /cvs/extras/rpms/netcdf/devel/netcdf.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- netcdf.spec 5 May 2005 20:20:57 -0000 1.6 +++ netcdf.spec 9 May 2005 20:35:09 -0000 1.7 @@ -1,9 +1,6 @@ -%define dist .fc4 -%define fedora 4 - Name: netcdf Version: 3.6.0 -Release: 3.p1%{?dist} +Release: 4.p1%{?dist} Summary: Libraries for the Unidata network Common Data Form (NetCDF v3) Group: Applications/Engineering @@ -105,6 +102,9 @@ %changelog +* Mon May 9 2005 Ed Hill - 3.6.0-4.p1 +- remove hard-coded dist/fedora macros + * Wed May 5 2005 Ed Hill - 3.6.0-3.p1 - make netcdf-devel require netcdf (bug #156748) - cleanup environment and paths From fedora-extras-commits at redhat.com Mon May 9 20:40:43 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 9 May 2005 16:40:43 -0400 Subject: extras-buildsys-temp/automation extras-push.py,1.2,1.3 Message-ID: <200505092040.j49Keh0n001236@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/extras-buildsys-temp/automation In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1222 Modified Files: extras-push.py Log Message: one character fix for debuginfo pkgs being in the wrong place Index: extras-push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation/extras-push.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- extras-push.py 9 May 2005 09:02:43 -0000 1.2 +++ extras-push.py 9 May 2005 20:40:41 -0000 1.3 @@ -63,7 +63,7 @@ if file.endswith('.log'): which = 'log' elif file.endswith('.rpm'): - if file.find('.debuginfo') != -1: + if file.find('debuginfo') != -1: which = 'debuginfo' elif file.endswith('.src.rpm'): which = 'srpm' From fedora-extras-commits at redhat.com Mon May 9 20:52:13 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 9 May 2005 16:52:13 -0400 Subject: rpms/gnome-blog/FC-3 gnome-blog.spec,1.5,1.6 Message-ID: <200505092052.j49KqDtl001314@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnome-blog/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1285/FC-3 Modified Files: gnome-blog.spec Log Message: remove hard-coded dist, and remove unused sitearch definition Index: gnome-blog.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-blog/FC-3/gnome-blog.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gnome-blog.spec 30 Mar 2005 15:39:58 -0000 1.5 +++ gnome-blog.spec 9 May 2005 20:52:11 -0000 1.6 @@ -1,11 +1,10 @@ %define gnome_python2_version 1.99.13 %define pyver %(python -c 'import sys ; print sys.version[:3]') %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: gnome-blog Version: 0.8 -Release: 6.fc3 +Release: 7%{?dist} Summary: GNOME panel object for posting blog entries Group: Applications/Internet @@ -44,7 +43,7 @@ %build %configure -make %{?_smp_mflags} +make %{?_smp_mflags}BuildArch: noarch %install rm -rf $RPM_BUILD_ROOT @@ -93,6 +92,10 @@ %ghost %{python_sitelib}/gnomeblog/*.pyo %changelog +* Mon May 9 2005 Brian Pepple - 0.8-7 +- Remove hard-coded dist tag. +- Remove unused sitearch definition. + * Wed Mar 30 2005 Brian Pepple - 0.8-6.fc3 - Add dist tag. From fedora-extras-commits at redhat.com Mon May 9 20:52:14 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 9 May 2005 16:52:14 -0400 Subject: rpms/gnome-blog/devel gnome-blog.spec,1.7,1.8 Message-ID: <200505092052.j49KqEiH001320@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnome-blog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1285/devel Modified Files: gnome-blog.spec Log Message: remove hard-coded dist, and remove unused sitearch definition Index: gnome-blog.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-blog/devel/gnome-blog.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnome-blog.spec 30 Mar 2005 15:39:58 -0000 1.7 +++ gnome-blog.spec 9 May 2005 20:52:12 -0000 1.8 @@ -1,11 +1,10 @@ %define gnome_python2_version 1.99.13 %define pyver %(python -c 'import sys ; print sys.version[:3]') %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: gnome-blog Version: 0.8 -Release: 6.fc4 +Release: 7%{?dist} Summary: GNOME panel object for posting blog entries Group: Applications/Internet @@ -93,6 +92,10 @@ %ghost %{python_sitelib}/gnomeblog/*.pyo %changelog +* Mon May 9 2005 Brian Pepple - 0.8-7 +- Remove hard-coded dist tag. +- Removed unused sitearch definition. + * Wed Mar 30 2005 Brian Pepple - 0.8-6.fc4 - Rebuild with Python 2.4. - Add dist tag. From fedora-extras-commits at redhat.com Mon May 9 20:57:15 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 9 May 2005 16:57:15 -0400 Subject: rpms/gnome-blog/FC-3 gnome-blog.spec,1.6,1.7 Message-ID: <200505092057.j49KvFoc001358@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnome-blog/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1341 Modified Files: gnome-blog.spec Log Message: Remove misplaced BuildArch Index: gnome-blog.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-blog/FC-3/gnome-blog.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnome-blog.spec 9 May 2005 20:52:11 -0000 1.6 +++ gnome-blog.spec 9 May 2005 20:57:13 -0000 1.7 @@ -4,7 +4,7 @@ Name: gnome-blog Version: 0.8 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME panel object for posting blog entries Group: Applications/Internet @@ -43,7 +43,7 @@ %build %configure -make %{?_smp_mflags}BuildArch: noarch +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -92,6 +92,9 @@ %ghost %{python_sitelib}/gnomeblog/*.pyo %changelog +* Mon May 9 2005 Brian Pepple - 0.8-8 +- Remove mispplaced BuildArch statement. + * Mon May 9 2005 Brian Pepple - 0.8-7 - Remove hard-coded dist tag. - Remove unused sitearch definition. From fedora-extras-commits at redhat.com Mon May 9 21:12:21 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 17:12:21 -0400 Subject: rpms/jed/devel jed.spec,1.3,1.4 Message-ID: <200505092112.j49LCLNr002323@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/jed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2306 Modified Files: jed.spec Log Message: fix debuginfo Index: jed.spec =================================================================== RCS file: /cvs/extras/rpms/jed/devel/jed.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jed.spec 5 Mar 2005 21:10:22 -0000 1.3 +++ jed.spec 9 May 2005 21:12:19 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Fast, compact editor based on the S-Lang screen library Name: jed Version: 0.99.16 -Release: 8 +Release: 9 License: GPL Group: Applications/Editors Source0: ftp://space.mit.edu/pub/davis/jed/jed-0.99-16.tar.bz2 @@ -48,7 +48,7 @@ cp -r lib $RPM_BUILD_ROOT%{_datadir}/jed cd src/objs -install -m 0755 -s jed $RPM_BUILD_ROOT%{_bindir} +install -m 0755 jed $RPM_BUILD_ROOT%{_bindir} JED_ROOT=$RPM_BUILD_ROOT%{_datadir}/jed $RPM_BUILD_ROOT%{_bindir}/jed -batch -n -l preparse.sl cd ../../doc @@ -65,6 +65,9 @@ %{_datadir}/jed %changelog +* Mon May 9 2005 Bill Nottingham 0.99.16-9 +- don't forcibly strip binary, fixes debuginfo generation + * Fri Mar 4 2005 Bill Nottingham 0.99.16-8 - bump release From fedora-extras-commits at redhat.com Mon May 9 21:12:30 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Mon, 9 May 2005 17:12:30 -0400 Subject: rpms/verbiste/devel verbiste.spec,1.4,1.5 Message-ID: <200505092112.j49LCU3Y002346@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/verbiste/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2329 Modified Files: verbiste.spec Log Message: Fix build on x86_64. Index: verbiste.spec =================================================================== RCS file: /cvs/extras/rpms/verbiste/devel/verbiste.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- verbiste.spec 6 May 2005 19:53:18 -0000 1.4 +++ verbiste.spec 9 May 2005 21:12:28 -0000 1.5 @@ -1,6 +1,6 @@ Name: verbiste Version: 0.1.11 -Release: 1 +Release: 2 Summary: French conjugation system Group: Applications/Text @@ -52,6 +52,9 @@ make DESTDIR=%{buildroot} install rm -rf %{buildroot}%{_defaultdocdir} rm -f %{buildroot}%{_libdir}/*.la +# This file gets created on x86_64 for no apparent reason. +# It's owned by glibc-common. +rm -f %{buildroot}%{_datadir}/locale/locale.alias desktop-file-install \ --delete-original \ --vendor fedora \ @@ -98,6 +101,10 @@ %changelog +* Mon May 09 2005 Konstantin Ryabitsev - 0.1.11-2 +- Remove /usr/share/locale/locale.alias created on x86_64 on the + buildsystem. + * Tue May 06 2005 Konstantin Ryabitsev - 0.1.11-1 - Version 0.1.11. From fedora-extras-commits at redhat.com Mon May 9 21:12:51 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Mon, 9 May 2005 17:12:51 -0400 Subject: common tobuild,1.306,1.307 Message-ID: <200505092112.j49LCpmT002404@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2386 Modified Files: tobuild Log Message: request build of rpms/verbiste/devel verbiste-0_1_11-2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.306 retrieving revision 1.307 diff -u -r1.306 -r1.307 --- tobuild 9 May 2005 20:17:12 -0000 1.306 +++ tobuild 9 May 2005 21:12:49 -0000 1.307 @@ -33,3 +33,4 @@ spot rpms/udunits/devel udunits-1_12_4-8_fc4 devel jfontain rpms/moodss/devel moodss-20_0-3 devel kaboom rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 devel +icon rpms/verbiste/devel verbiste-0_1_11-2 devel From fedora-extras-commits at redhat.com Mon May 9 21:13:06 2005 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 9 May 2005 17:13:06 -0400 Subject: devel/common branches,1.1,1.2 Message-ID: <200505092113.j49LD7gB002431@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2414 Modified Files: branches Log Message: only need one of each of these Index: branches =================================================================== RCS file: /cvs/extras/devel/common/branches,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- branches 9 May 2005 19:11:30 -0000 1.1 +++ branches 9 May 2005 21:13:04 -0000 1.2 @@ -5,10 +5,3 @@ FC-2:fc2:.fc2:fedora:2 FC-3:fc3:.fc3:fedora:3 devel:devel:.fc4:fedora:4 -RHL-7:rhl7:.rhl7:rhl:7 -RHL-8:rhl8:.rhl8:rhl:8 -RHL-9:rhl9:.rhl9:rhl:9 -FC-1:fc1:.fc1:fedora:1 -FC-2:fc2:.fc2:fedora:2 -FC-3:fc3:.fc3:fedora:3 -devel:devel:.fc4:fedora:4 From fedora-extras-commits at redhat.com Mon May 9 21:13:45 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 17:13:45 -0400 Subject: common tobuild,1.307,1.308 Message-ID: <200505092113.j49LDjaY002498@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2481 Modified Files: tobuild Log Message: request build of rpms/jed/devel jed-0_99_16-9 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.307 retrieving revision 1.308 diff -u -r1.307 -r1.308 --- tobuild 9 May 2005 21:12:49 -0000 1.307 +++ tobuild 9 May 2005 21:13:43 -0000 1.308 @@ -34,3 +34,4 @@ jfontain rpms/moodss/devel moodss-20_0-3 devel kaboom rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 devel icon rpms/verbiste/devel verbiste-0_1_11-2 devel +notting rpms/jed/devel jed-0_99_16-9 devel From fedora-extras-commits at redhat.com Mon May 9 21:14:19 2005 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 9 May 2005 17:14:19 -0400 Subject: devel/common Makefile.common,1.12,1.13 Message-ID: <200505092114.j49LEJvH002531@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2514 Modified Files: Makefile.common Log Message: fix branch determination if you're using a checkout of, eg, all of devel. noticed by chris ricker. Index: Makefile.common =================================================================== RCS file: /cvs/extras/devel/common/Makefile.common,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Makefile.common 9 May 2005 19:11:30 -0000 1.12 +++ Makefile.common 9 May 2005 21:14:17 -0000 1.13 @@ -13,7 +13,10 @@ # Branch and disttag definitions # These need to happen second. -BRANCH = $(shell basename $(shell pwd)) +ifndef HEAD_BRANCH +HEAD_BRANCH := devel +endif +BRANCH:=$(shell [ -f branch ] && cat branch || echo $(HEAD_BRANCH)) BRANCHINFO = $(shell grep ^$(BRANCH): $(COMMON_DIR)/branches | cut -d: --output-delimiter=" " -f2-) TARGET ?= $(word 1, $(BRANCHINFO)) DIST = $(word 2, $(BRANCHINFO)) From fedora-extras-commits at redhat.com Mon May 9 21:35:51 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 9 May 2005 17:35:51 -0400 Subject: rpms/abicheck/devel abicheck.spec,1.10,1.11 Message-ID: <200505092135.j49LZpbG002621@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/abicheck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2604 Modified Files: abicheck.spec Log Message: * Mon May 9 2005 Michael Schwendt - 1.2-6 - Disable debuginfo package. Index: abicheck.spec =================================================================== RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- abicheck.spec 14 Apr 2005 15:18:33 -0000 1.10 +++ abicheck.spec 9 May 2005 21:35:49 -0000 1.11 @@ -1,7 +1,9 @@ +%define debug_package %{nil} + Summary: ABI checking tool Name: abicheck Version: 1.2 -Release: 5 +Release: 6 License: LGPL Group: Applications/File URL: http://abicheck.sourceforge.net/ @@ -51,6 +53,9 @@ %changelog +* Mon May 9 2005 Michael Schwendt - 1.2-6 +- Disable debuginfo package. + * Thu Apr 14 2005 Michael Schwendt - 1.2-5 - Replace /usr/lib/ with %%_libdir/ in %%prep. From fedora-extras-commits at redhat.com Mon May 9 21:37:24 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 9 May 2005 17:37:24 -0400 Subject: rpms/chkrootkit/devel chkrootkit.spec,1.9,1.10 Message-ID: <200505092137.j49LbOBw002677@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/chkrootkit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2658 Modified Files: chkrootkit.spec Log Message: * Mon May 9 2005 Michael Schwendt - 0.45-3 - Create debuginfo package, remove stripping from Makefile in %prep, build with optflags. Index: chkrootkit.spec =================================================================== RCS file: /cvs/extras/rpms/chkrootkit/devel/chkrootkit.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- chkrootkit.spec 17 Mar 2005 17:37:47 -0000 1.9 +++ chkrootkit.spec 9 May 2005 21:37:22 -0000 1.10 @@ -1,8 +1,7 @@ Name: chkrootkit Version: 0.45 -Release: 2 +Release: 3 Summary: Tool to locally check for signs of a rootkit - Group: Applications/System License: BSD-like URL: http://www.chkrootkit.org @@ -41,10 +40,11 @@ %patch1 -p1 -b .getCMD %patch2 -p1 -b .inetd %patch3 -p1 -b .includes +sed -i -e 's!\s\+ at strip.*!!g' Makefile %build -make sense +make sense CC="%{__cc} $RPM_OPT_FLAGS" %install @@ -106,6 +106,10 @@ %changelog +* Mon May 9 2005 Michael Schwendt - 0.45-3 +- Create debuginfo package, remove stripping from Makefile in %%prep, + build with optflags. + * Thu Mar 17 2005 Michael Schwendt - 0.45-2 - Make GCC4 shut up by including more C headers in chkproc.c/chkwtmp.c From fedora-extras-commits at redhat.com Mon May 9 21:38:31 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 9 May 2005 17:38:31 -0400 Subject: devel/gai-pal gai-pal-0.7-nostrip.patch, NONE, 1.1 gai-pal.spec, 1.8, 1.9 Message-ID: <200505092138.j49LcVuF002739@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/gai-pal In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2719 Modified Files: gai-pal.spec Added Files: gai-pal-0.7-nostrip.patch Log Message: * Mon May 9 2005 Michael Schwendt - 0.7-6 - Create debuginfo package, disable stripping via patch. gai-pal-0.7-nostrip.patch: --- NEW FILE gai-pal-0.7-nostrip.patch --- diff -Nur gai-pal-0.7-orig/Makefile.in gai-pal-0.7/Makefile.in --- gai-pal-0.7-orig/Makefile.in 2004-06-26 11:21:18.000000000 +0200 +++ gai-pal-0.7/Makefile.in 2005-05-09 23:32:48.000000000 +0200 @@ -22,7 +22,6 @@ @APPLET_NAME@: $(OBJS) $(CC) -o @APPLET_NAME@ $(OBJS) $(LDFLAGS) - strip @APPLET_NAME@ install: @APPLET_NAME@ @INSTALL_GNOME@ @INSTALL_IMAGES@ @INSTALL_ROX@ mkdir -p $(INSTALL_PATH)/bin Index: gai-pal.spec =================================================================== RCS file: /cvs/extras/devel/gai-pal/gai-pal.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gai-pal.spec 6 Apr 2005 22:11:37 -0000 1.8 +++ gai-pal.spec 9 May 2005 21:38:28 -0000 1.9 @@ -3,11 +3,11 @@ Summary: GAI Pal applet Name: gai-pal Version: 0.7 -Release: 5 - +Release: 6 Source0: %{name}-%{version}.tar.bz2 Patch0: gai-pal-0.7-xosd-empty-msg.patch Patch1: gai-pal-0.7-typo.patch +Patch2: gai-pal-0.7-nostrip.patch URL: http://gai.sourceforge.net License: GPL Group: User Interface/Desktops @@ -23,10 +23,12 @@ %setup -q %patch -p1 -b .xosd-empty-msg %patch1 -p1 -b .typo +%patch2 -p1 -b .nostrip %ifarch x86_64 sed -i 's!/lib/!/%{_lib}/!' Makefile.in %endif + %build %configure make %{?_smp_mflags} @@ -46,6 +48,9 @@ %{_datadir}/pixmaps/* %changelog +* Mon May 9 2005 Michael Schwendt - 0.7-6 +- Create debuginfo package, disable stripping via patch. + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Mon May 9 22:16:04 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 9 May 2005 18:16:04 -0400 Subject: rpms/syslog-ng/devel syslog-ng-1.6.7-init.patch, NONE, 1.1 syslog-ng-1.6.7-logrotate.patch, NONE, 1.1 syslog.log, NONE, 1.1 syslog-ng.spec, 1.2, 1.3 Message-ID: <200505092216.j49MG4Wk003884@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/syslog-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3860 Modified Files: syslog-ng.spec Added Files: syslog-ng-1.6.7-init.patch syslog-ng-1.6.7-logrotate.patch syslog.log Log Message: Logrotate handling as suggested by Jeremy Katz. syslog-ng-1.6.7-init.patch: --- NEW FILE syslog-ng-1.6.7-init.patch --- diff -ruN syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.init syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.init --- syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.init 2005-03-04 15:59:39.000000000 +0000 +++ syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.init 2005-05-09 19:14:19.000000000 +0100 @@ -2,7 +2,7 @@ # # syslog-ng This starts and stops syslog-ng # -# chkconfig: 2345 12 88 +# chkconfig: - 12 88 # description: reads and logs messages to the system console, log \ # files, other machines and/or users as specified by \ # its configuration file. syslog-ng-1.6.7-logrotate.patch: --- NEW FILE syslog-ng-1.6.7-logrotate.patch --- diff -ruN syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.init syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.init --- syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.init 2005-03-04 15:59:39.000000000 +0000 +++ syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.init 2005-05-09 18:50:49.000000000 +0100 @@ -9,7 +9,7 @@ # processname: /sbin/syslog-ng # config: /etc/syslog-ng/syslog-ng.conf # config: /etc/sysconfig/syslog-ng -# pidfile: /var/run/syslog-ng.pid +# pidfile: /var/run/syslog.pid # ### BEGIN INIT INFO # Provides: $syslog diff -ruN syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.sysconfig syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.sysconfig --- syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.sysconfig 2005-03-04 16:03:29.000000000 +0000 +++ syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.sysconfig 2005-05-09 18:53:09.000000000 +0100 @@ -2,4 +2,4 @@ # Syslog-ng command line options # See syslog-ng(8) for more details #--- -SYSLOGNG_OPTIONS="" +SYSLOGNG_OPTIONS="-p /var/run/syslog.pid" --- NEW FILE syslog.log --- /var/log/messages /var/log/secure /var/log/maillog /var/log/spooler /var/log/boot.log /var/log/cron { sharedscripts postrotate /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true endscript } Index: syslog-ng.spec =================================================================== RCS file: /cvs/extras/rpms/syslog-ng/devel/syslog-ng.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- syslog-ng.spec 7 May 2005 00:27:25 -0000 1.2 +++ syslog-ng.spec 9 May 2005 22:16:02 -0000 1.3 @@ -3,13 +3,16 @@ Name: syslog-ng Version: 1.6.7 -Release: 2.fc4 +Release: 3%{?dist} Summary: Syslog replacement daemon Group: System Environment/Daemons License: GPL Url: http://www.balabit.com/products/syslog_ng/ Source0: http://www.balabit.com/downloads/syslog-ng/1.6/src/syslog-ng-1.6.7.tar.gz +Source1: syslog.log +Patch0: syslog-ng-1.6.7-init.patch +Patch1: syslog-ng-1.6.7-logrotate.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libol-devel >= 0.3.16 @@ -41,6 +44,9 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 +%{__sed} -i 's|^#!/usr/local/bin/perl|#!%{__perl}|' contrib/relogger.pl chmod a-x contrib/syslog2ng %build @@ -65,8 +71,8 @@ $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/syslog-ng.conf install -p -m 644 contrib/fedora-packaging/syslog-ng.sysconfig \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/syslog-ng -install -p -m 644 contrib/fedora-packaging/syslog-ng.logrotate \ - $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/syslog-ng +install -p -m 644 %{SOURCE1} \ + $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/syslog %clean rm -rf $RPM_BUILD_ROOT @@ -75,18 +81,14 @@ %post # only rpm -i (not rpm {-U|-F}) if [ $1 = 1 ]; then - /sbin/chkconfig syslog off 2> /dev/null || : /sbin/chkconfig --add syslog-ng - /sbin/service syslog stop 2> /dev/null || : - /sbin/service syslog-ng start +# /sbin/service syslog-ng start fi %preun # only rpm -e (not rpm {-U|-F}) if [ $1 = 0 ]; then - /sbin/chkconfig syslog reset 2> /dev/null || : - /sbin/service syslog-ng stop - /sbin/service syslog start 2> /dev/null || : + /sbin/service syslog-ng stop > /dev/null 2>&1 || : /sbin/chkconfig --del syslog-ng fi @@ -97,29 +99,6 @@ fi -%triggerin -- sysklogd -if [ $1 = 1 -a $2 = 1 ]; then - # - # 1) syslog-ng being installed and sysklogd installed - # 2) syslog-ng installed and sysklogd being installed - # - # syslog logrotate file -> comment lines in order to avoid - # a logrotate conflict - # - %{__sed} -i 's/^/#/' %{_sysconfdir}/logrotate.d/syslog 2> /dev/null || : -fi - -%triggerun -- sysklogd -if [ $1 = 0 -a $2 = 1 ]; then - # - # 1) syslog-ng being removed and sysklogd installed - # - # syslog logrotate file -> uncomment lines - # - %{__sed} -i 's/^#//' %{_sysconfdir}/logrotate.d/syslog 2> /dev/null || : -fi - - %files %defattr(-,root,root,-) %doc AUTHORS COPYING README README.spoof ChangeLog INSTALL NEWS PORTS @@ -132,12 +111,18 @@ %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/syslog-ng.conf %config(noreplace) %{_sysconfdir}/sysconfig/syslog-ng -%config(noreplace) %{_sysconfdir}/logrotate.d/syslog-ng +%config(noreplace) %{_sysconfdir}/logrotate.d/syslog %{_mandir}/man5/*.5* %{_mandir}/man8/*.8* %changelog +* Mon May 09 2005 Jose Pedro Oliveira - 1.6.7-3 +- Shipping the sysklogd logrotate file and using the same pidfile + as suggested by Jeremy Katz. +- Patching the init script: no default runlevels. +- Removed the triggers to handle the logrotate file (no longer needed). + * Sat May 07 2005 Jose Pedro Oliveira - 1.6.7-2.fc4 - Increased libol required version to 0.3.16 (https://lists.balabit.hu/pipermail/syslog-ng/2005-May/007385.html). From paul at city-fan.org Mon May 9 22:21:08 2005 From: paul at city-fan.org (Paul Howarth) Date: Mon, 09 May 2005 23:21:08 +0100 Subject: APPROVED: gtorrentviewer Message-ID: <1115677268.4727.62.camel@laurel.intra.city-fan.org> Name: gtorrentviewer Group: Applications/Internet License: GPL URL: http://gtorrentviewer.sourceforge.net/index.html Summary: A GTK2-based viewer and editor for BitTorrent meta files Description: GTorrentViewer gives you the ability to see and modify all the possible information from .torrent files without having to start downloading, and the ability to see in real time the current number of seeds and peers on the torrent, so you will always know the status before starting the download. Reviewer : Aaron Kurtz Packager : Paul Howarth -- Paul Howarth From fedora-extras-commits at redhat.com Mon May 9 23:21:56 2005 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Mon, 9 May 2005 19:21:56 -0400 Subject: rpms/mlmmj/devel mlmmj.spec,1.5,1.6 Message-ID: <200505092321.j49NLuQP005057@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/mlmmj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5040 Modified Files: mlmmj.spec Log Message: Bump to include dist tag usage Index: mlmmj.spec =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mlmmj.spec 9 May 2005 10:03:34 -0000 1.5 +++ mlmmj.spec 9 May 2005 23:21:54 -0000 1.6 @@ -3,7 +3,7 @@ Summary: Mailserver-independent ezmlm-like mailing list manager Name: mlmmj Version: 1.2.6.1 -Release: 1 +Release: 2%{?dist} License: MIT Group: Applications/Internet Source: http://mlmmj.mmj.dk/files/mlmmj-%{version}.tar.bz2 @@ -43,6 +43,9 @@ %{_mandir}/man1/mlmmj-* %changelog +* Tue May 10 2005 Michael Fleming 1.2.6.1-2 +- bump + * Mon May 9 2005 Michael Fleming 1.2.6.1-1 - 1.2.6.1 From fedora-extras-commits at redhat.com Tue May 10 00:48:53 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 20:48:53 -0400 Subject: rpms/kphone/FC-3 kphone-4.1.0-strip.patch, NONE, 1.1 kphone.spec, 1.10, 1.11 Message-ID: <200505100049.j4A0nNR2006731@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/kphone/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6692/FC-3 Modified Files: kphone.spec Added Files: kphone-4.1.0-strip.patch Log Message: Patch to prevent stripping of binary (#157261) kphone-4.1.0-strip.patch: --- NEW FILE kphone-4.1.0-strip.patch --- --- kphone/kphone/Makefile.in.strip 2005-05-09 20:42:44.000000000 -0400 +++ kphone/kphone/Makefile.in 2005-05-09 20:42:58.000000000 -0400 @@ -58,7 +58,7 @@ install: all install --mode=0755 --directory $(DESTDIR)/$(BIN_DIR) - install --strip kphone $(DESTDIR)/$(BIN_DIR) + install kphone $(DESTDIR)/$(BIN_DIR) uninstall: rm -f $(DESTDIR)/$(BIN_DIR)/kphone Index: kphone.spec =================================================================== RCS file: /cvs/extras/rpms/kphone/FC-3/kphone.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- kphone.spec 28 Mar 2005 20:02:37 -0000 1.10 +++ kphone.spec 10 May 2005 00:48:51 -0000 1.11 @@ -1,6 +1,6 @@ Name: kphone Version: 4.1.0 -Release: 11 +Release: 12%{?dist} Summary: A SIP (Session Initiation Protocol) user agent for Linux Group: Applications/Communications @@ -10,6 +10,7 @@ Source1: kphone.desktop Patch0: kphone-4.1.0-po-hacks.patch Patch1: kphone-4.1.0-endian.patch +Patch2: kphone-4.1.0-strip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel alsa-lib-devel desktop-file-utils openssl-devel @@ -24,6 +25,7 @@ %setup -q -n kphone %patch -p1 -b .po-hacks %patch1 -p1 -b .endian +%patch2 -p1 -b .strip %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh @@ -56,6 +58,9 @@ %{_datadir}/pixmaps/*.png %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 4.1.0-12.fc3 +- Patch to prevent stripping of binary (#157261) + * Sat Mar 26 2005 Ignacio Vazquez-Abrams 4.1.0-11 - Added Network category to desktop entry From fedora-extras-commits at redhat.com Tue May 10 00:48:53 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 20:48:53 -0400 Subject: rpms/kphone/devel kphone-4.1.0-strip.patch, NONE, 1.1 kphone.spec, 1.14, 1.15 Message-ID: <200505100049.j4A0nOf0006734@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/kphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6692/devel Modified Files: kphone.spec Added Files: kphone-4.1.0-strip.patch Log Message: Patch to prevent stripping of binary (#157261) kphone-4.1.0-strip.patch: --- NEW FILE kphone-4.1.0-strip.patch --- --- kphone/kphone/Makefile.in.strip 2005-05-09 20:42:44.000000000 -0400 +++ kphone/kphone/Makefile.in 2005-05-09 20:42:58.000000000 -0400 @@ -58,7 +58,7 @@ install: all install --mode=0755 --directory $(DESTDIR)/$(BIN_DIR) - install --strip kphone $(DESTDIR)/$(BIN_DIR) + install kphone $(DESTDIR)/$(BIN_DIR) uninstall: rm -f $(DESTDIR)/$(BIN_DIR)/kphone Index: kphone.spec =================================================================== RCS file: /cvs/extras/rpms/kphone/devel/kphone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- kphone.spec 7 Apr 2005 00:12:03 -0000 1.14 +++ kphone.spec 10 May 2005 00:48:51 -0000 1.15 @@ -1,6 +1,6 @@ Name: kphone Version: 4.1.0 -Release: 12 +Release: 13%{?dist} Summary: A SIP (Session Initiation Protocol) user agent for Linux @@ -11,6 +11,7 @@ Source1: kphone.desktop Patch0: kphone-4.1.0-po-hacks.patch Patch1: kphone-4.1.0-endian.patch +Patch2: kphone-4.1.0-strip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel alsa-lib-devel desktop-file-utils openssl-devel @@ -25,6 +26,7 @@ %setup -q -n kphone %patch -p1 -b .po-hacks %patch1 -p1 -b .endian +%patch2 -p1 -b .strip %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh @@ -57,6 +59,9 @@ %{_datadir}/pixmaps/*.png %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 4.1.0-13.fc4 +- Patch to prevent stripping of binary (#157261) + * Thu Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Tue May 10 01:00:59 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:00:59 -0400 Subject: rpms/OpenEXR/FC-3 OpenEXR.spec,1.1,1.2 Message-ID: <200505100101.j4A11TOc007690@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/OpenEXR/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6759/FC-3 Modified Files: OpenEXR.spec Log Message: Add disttag Index: OpenEXR.spec =================================================================== RCS file: /cvs/extras/rpms/OpenEXR/FC-3/OpenEXR.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- OpenEXR.spec 9 May 2005 03:08:39 -0000 1.1 +++ OpenEXR.spec 10 May 2005 01:00:57 -0000 1.2 @@ -1,6 +1,6 @@ Name: OpenEXR Version: 1.2.2 -Release: 2 +Release: 2%{?dist} Summary: A high dynamic-range (HDR) image file format Group: System Environment/Libraries @@ -62,6 +62,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 1.2.2-2.fc4 +- Add disttag + * Sun May 8 2005 Ignacio Vazquez-Abrams 1.2.2-2 - Fix BuildRequires - Fix Requires on -devel From fedora-extras-commits at redhat.com Tue May 10 01:01:00 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:01:00 -0400 Subject: rpms/OpenEXR/devel OpenEXR.spec,1.1,1.2 Message-ID: <200505100101.j4A11TjT007693@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/OpenEXR/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6759/devel Modified Files: OpenEXR.spec Log Message: Add disttag Index: OpenEXR.spec =================================================================== RCS file: /cvs/extras/rpms/OpenEXR/devel/OpenEXR.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- OpenEXR.spec 9 May 2005 03:08:39 -0000 1.1 +++ OpenEXR.spec 10 May 2005 01:00:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: OpenEXR Version: 1.2.2 -Release: 2 +Release: 2%{?dist} Summary: A high dynamic-range (HDR) image file format Group: System Environment/Libraries @@ -62,6 +62,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 1.2.2-2.fc4 +- Add disttag + * Sun May 8 2005 Ignacio Vazquez-Abrams 1.2.2-2 - Fix BuildRequires - Fix Requires on -devel From fedora-extras-commits at redhat.com Tue May 10 01:02:16 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:02:16 -0400 Subject: common tobuild,1.308,1.309 Message-ID: <200505100102.j4A12GrM007779@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7762 Modified Files: tobuild Log Message: request build of rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.308 retrieving revision 1.309 diff -u -r1.308 -r1.309 --- tobuild 9 May 2005 21:13:43 -0000 1.308 +++ tobuild 10 May 2005 01:02:14 -0000 1.309 @@ -35,3 +35,4 @@ kaboom rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 devel icon rpms/verbiste/devel verbiste-0_1_11-2 devel notting rpms/jed/devel jed-0_99_16-9 devel +ivazquez rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 01:02:32 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:02:32 -0400 Subject: common tobuild,1.309,1.310 Message-ID: <200505100102.j4A12Wv4007807@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7790 Modified Files: tobuild Log Message: request build of rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.309 retrieving revision 1.310 diff -u -r1.309 -r1.310 --- tobuild 10 May 2005 01:02:14 -0000 1.309 +++ tobuild 10 May 2005 01:02:30 -0000 1.310 @@ -36,3 +36,4 @@ icon rpms/verbiste/devel verbiste-0_1_11-2 devel notting rpms/jed/devel jed-0_99_16-9 devel ivazquez rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 fc3 +ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 01:04:57 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:04:57 -0400 Subject: rpms/gnet2/FC-3 gnet2.spec,1.2,1.3 Message-ID: <200505100104.j4A14vsZ007848@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/gnet2/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7819/FC-3 Modified Files: gnet2.spec Log Message: Added disttag Index: gnet2.spec =================================================================== RCS file: /cvs/extras/rpms/gnet2/FC-3/gnet2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnet2.spec 11 Apr 2005 23:09:00 -0000 1.2 +++ gnet2.spec 10 May 2005 01:04:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: gnet2 Version: 2.0.7 -Release: 3 +Release: 3%{?dist} Summary: A simple network library built upon glib Group: System Environment/Libraries @@ -59,6 +59,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 2.0.7-3.fc3 +- Added disttag + * Mon Apr 11 2005 Ignacio Vazquez-Abrams 2.0.7-3 - Added glib2-devel to Requires of -devel From fedora-extras-commits at redhat.com Tue May 10 01:04:58 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:04:58 -0400 Subject: rpms/gnet2/devel gnet2.spec,1.2,1.3 Message-ID: <200505100104.j4A14wWc007854@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/gnet2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7819/devel Modified Files: gnet2.spec Log Message: Added disttag Index: gnet2.spec =================================================================== RCS file: /cvs/extras/rpms/gnet2/devel/gnet2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnet2.spec 11 Apr 2005 23:09:00 -0000 1.2 +++ gnet2.spec 10 May 2005 01:04:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: gnet2 Version: 2.0.7 -Release: 3 +Release: 3%{?dist} Summary: A simple network library built upon glib Group: System Environment/Libraries @@ -59,6 +59,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 2.0.7-3.fc4 +- Added disttag + * Mon Apr 11 2005 Ignacio Vazquez-Abrams 2.0.7-3 - Added glib2-devel to Requires of -devel From fedora-extras-commits at redhat.com Tue May 10 01:05:16 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:05:16 -0400 Subject: common tobuild,1.310,1.311 Message-ID: <200505100105.j4A15G4q007911@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7894 Modified Files: tobuild Log Message: request build of rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.310 retrieving revision 1.311 diff -u -r1.310 -r1.311 --- tobuild 10 May 2005 01:02:30 -0000 1.310 +++ tobuild 10 May 2005 01:05:14 -0000 1.311 @@ -37,3 +37,4 @@ notting rpms/jed/devel jed-0_99_16-9 devel ivazquez rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 fc3 ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel +ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 01:05:33 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:05:33 -0400 Subject: common tobuild,1.311,1.312 Message-ID: <200505100105.j4A15XI0007970@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7953 Modified Files: tobuild Log Message: request build of rpms/gnet2/devel gnet2-2_0_7-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.311 retrieving revision 1.312 diff -u -r1.311 -r1.312 --- tobuild 10 May 2005 01:05:14 -0000 1.311 +++ tobuild 10 May 2005 01:05:31 -0000 1.312 @@ -38,3 +38,4 @@ ivazquez rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 fc3 ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 +ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 01:06:10 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:06:10 -0400 Subject: rpms/OpenEXR/FC-3 OpenEXR.spec,1.2,1.3 Message-ID: <200505100106.j4A16Agg008000@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/OpenEXR/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7983/FC-3 Modified Files: OpenEXR.spec Log Message: Whoops... Index: OpenEXR.spec =================================================================== RCS file: /cvs/extras/rpms/OpenEXR/FC-3/OpenEXR.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- OpenEXR.spec 10 May 2005 01:00:57 -0000 1.2 +++ OpenEXR.spec 10 May 2005 01:06:08 -0000 1.3 @@ -62,7 +62,7 @@ %{_libdir}/pkgconfig/* %changelog -* Mon May 9 2005 Ignacio Vazquez-Abrams 1.2.2-2.fc4 +* Mon May 9 2005 Ignacio Vazquez-Abrams 1.2.2-2.fc3 - Add disttag * Sun May 8 2005 Ignacio Vazquez-Abrams 1.2.2-2 From fedora-extras-commits at redhat.com Tue May 10 02:29:24 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 22:29:24 -0400 Subject: common tobuild,1.312,1.313 Message-ID: <200505100229.j4A2TO9i009103@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9086 Modified Files: tobuild Log Message: request build of rpms/jed/devel jed-0_99_16-9 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.312 retrieving revision 1.313 diff -u -r1.312 -r1.313 --- tobuild 10 May 2005 01:05:31 -0000 1.312 +++ tobuild 10 May 2005 02:29:22 -0000 1.313 @@ -39,3 +39,4 @@ ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel +notting rpms/jed/devel jed-0_99_16-9 devel From fedora-extras-commits at redhat.com Tue May 10 02:40:21 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 22:40:21 -0400 Subject: rpms/jed/devel jed.spec,1.4,1.5 Message-ID: <200505100240.j4A2eLAs009138@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/jed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9121 Modified Files: jed.spec Log Message: redirect stdin Index: jed.spec =================================================================== RCS file: /cvs/extras/rpms/jed/devel/jed.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jed.spec 9 May 2005 21:12:19 -0000 1.4 +++ jed.spec 10 May 2005 02:40:19 -0000 1.5 @@ -49,7 +49,8 @@ cd src/objs install -m 0755 jed $RPM_BUILD_ROOT%{_bindir} -JED_ROOT=$RPM_BUILD_ROOT%{_datadir}/jed $RPM_BUILD_ROOT%{_bindir}/jed -batch -n -l preparse.sl +JED_ROOT=$RPM_BUILD_ROOT%{_datadir}/jed $RPM_BUILD_ROOT%{_bindir}/jed -batch -n -l preparse.sl Author: notting Update of /cvs/extras/rpms/jed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9212 Modified Files: jed.spec Log Message: bump Index: jed.spec =================================================================== RCS file: /cvs/extras/rpms/jed/devel/jed.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- jed.spec 10 May 2005 02:40:19 -0000 1.5 +++ jed.spec 10 May 2005 02:55:05 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Fast, compact editor based on the S-Lang screen library Name: jed Version: 0.99.16 -Release: 9 +Release: 10 License: GPL Group: Applications/Editors Source0: ftp://space.mit.edu/pub/davis/jed/jed-0.99-16.tar.bz2 @@ -66,7 +66,7 @@ %{_datadir}/jed %changelog -* Mon May 9 2005 Bill Nottingham 0.99.16-9 +* Mon May 9 2005 Bill Nottingham 0.99.16-10 - don't forcibly strip binary, fixes debuginfo generation * Fri Mar 4 2005 Bill Nottingham 0.99.16-8 From fedora-extras-commits at redhat.com Tue May 10 02:55:33 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 9 May 2005 22:55:33 -0400 Subject: common tobuild,1.313,1.314 Message-ID: <200505100255.j4A2tXlP009257@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9240 Modified Files: tobuild Log Message: remove jed for notting Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.313 retrieving revision 1.314 diff -u -r1.313 -r1.314 --- tobuild 10 May 2005 02:29:22 -0000 1.313 +++ tobuild 10 May 2005 02:55:31 -0000 1.314 @@ -39,4 +39,3 @@ ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel -notting rpms/jed/devel jed-0_99_16-9 devel From fedora-extras-commits at redhat.com Tue May 10 02:56:39 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 22:56:39 -0400 Subject: common tobuild,1.314,1.315 Message-ID: <200505100256.j4A2ud9O009321@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9304 Modified Files: tobuild Log Message: request build of rpms/jed/devel jed-0_99_16-10 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.314 retrieving revision 1.315 diff -u -r1.314 -r1.315 --- tobuild 10 May 2005 02:55:31 -0000 1.314 +++ tobuild 10 May 2005 02:56:37 -0000 1.315 @@ -39,3 +39,9 @@ ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel +<<<<<<< tobuild +notting rpms/jed/devel jed-0_99_16-9 devel +notting rpms/jed/devel jed-0_99_16-10 devel +======= +>>>>>>> 1.314 +notting rpms/jed/devel jed-0_99_16-10 devel From fedora-extras-commits at redhat.com Tue May 10 03:05:38 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 23:05:38 -0400 Subject: common tobuild,1.315,1.316 Message-ID: <200505100305.j4A35cPU010257@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10240 Modified Files: tobuild Log Message: cleanup Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.315 retrieving revision 1.316 diff -u -r1.315 -r1.316 --- tobuild 10 May 2005 02:56:37 -0000 1.315 +++ tobuild 10 May 2005 03:05:36 -0000 1.316 @@ -39,9 +39,4 @@ ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel -<<<<<<< tobuild -notting rpms/jed/devel jed-0_99_16-9 devel -notting rpms/jed/devel jed-0_99_16-10 devel -======= ->>>>>>> 1.314 notting rpms/jed/devel jed-0_99_16-10 devel From fedora-extras-commits at redhat.com Tue May 10 03:37:48 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 23:37:48 -0400 Subject: common Makefile.common,1.13,1.14 Message-ID: <200505100337.j4A3bmK5010333@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10316 Modified Files: Makefile.common Log Message: remove tobuild before updating... avoids CVS conflicts Index: Makefile.common =================================================================== RCS file: /cvs/extras/common/Makefile.common,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Makefile.common 9 May 2005 21:14:17 -0000 1.13 +++ Makefile.common 10 May 2005 03:37:46 -0000 1.14 @@ -303,6 +303,7 @@ build: $(COMMON_DIR)/branches @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ + rm -f tobuild ;\ cvs -Q update ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ From fedora-extras-commits at redhat.com Tue May 10 04:46:08 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 10 May 2005 00:46:08 -0400 Subject: extras-buildsys-temp/automation buildqueue.py, 1.4, 1.5 extras-push.py, 1.3, 1.4 Message-ID: <200505100446.j4A4k8ph011438@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/extras-buildsys-temp/automation In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11422 Modified Files: buildqueue.py extras-push.py Log Message: make monitor checker deal with conflicts and other garbage handle odd 'other' case of files in source path. Index: buildqueue.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation/buildqueue.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- buildqueue.py 9 May 2005 09:01:28 -0000 1.4 +++ buildqueue.py 10 May 2005 04:46:06 -0000 1.5 @@ -129,7 +129,9 @@ buildstuff = line.strip().split('\t') if len(buildstuff) == 5: # we have a status continue - + if len(buildstuff) < 4: # broken, skip it + continue + buildstuff = tuple(buildstuff) if not self.needbuilt.has_key(buildstuff): self.needbuilt[buildstuff] = 1 Index: extras-push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation/extras-push.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- extras-push.py 9 May 2005 20:40:41 -0000 1.3 +++ extras-push.py 10 May 2005 04:46:06 -0000 1.4 @@ -57,6 +57,7 @@ filedict['spec'] = [] filedict['md5sum'] = [] filedict['debuginfo'] = [] + filedict['other'] = [] for root, dirs, files in os.walk(path): for file in files: # match the files to what list they should be in @@ -73,6 +74,9 @@ which = 'spec' elif file.endswith('.md5sum'): which = 'md5sum' + else: + which = 'other' + fullfile = os.path.join(root, file) filedict[which].append(fullfile) return filedict @@ -259,7 +263,7 @@ if __name__ == '__main__': me = os.getcwd() - if len(sys.argv) < 1: + if len(sys.argv) < 2: print "Usage:\nextras-push.py release\n\n" sys.exit(1) main(sys.argv[1]) From fedora-extras-commits at redhat.com Tue May 10 04:52:39 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 00:52:39 -0400 Subject: common tobuild,1.316,1.317 Message-ID: <200505100452.j4A4qd5K011478@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11461 Modified Files: tobuild Log Message: request build of rpms/abicheck/devel abicheck-1_2-6 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.316 retrieving revision 1.317 diff -u -r1.316 -r1.317 --- tobuild 10 May 2005 03:05:36 -0000 1.316 +++ tobuild 10 May 2005 04:52:37 -0000 1.317 @@ -40,3 +40,4 @@ ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel notting rpms/jed/devel jed-0_99_16-10 devel +mschwendt rpms/abicheck/devel abicheck-1_2-6 devel From fedora-extras-commits at redhat.com Tue May 10 04:54:17 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 00:54:17 -0400 Subject: common tobuild,1.317,1.318 Message-ID: <200505100454.j4A4sHfJ011540@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11523 Modified Files: tobuild Log Message: request build of rpms/imlib2/devel imlib2-1_2_0-8_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.317 retrieving revision 1.318 diff -u -r1.317 -r1.318 --- tobuild 10 May 2005 04:52:37 -0000 1.317 +++ tobuild 10 May 2005 04:54:15 -0000 1.318 @@ -41,3 +41,4 @@ ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel notting rpms/jed/devel jed-0_99_16-10 devel mschwendt rpms/abicheck/devel abicheck-1_2-6 devel +mschwendt rpms/imlib2/devel imlib2-1_2_0-8_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 04:55:27 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 00:55:27 -0400 Subject: common tobuild,1.318,1.319 Message-ID: <200505100455.j4A4tvNb011594@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11576 Modified Files: tobuild Log Message: request build of rpms/chkrootkit/devel chkrootkit-0_45-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.318 retrieving revision 1.319 diff -u -r1.318 -r1.319 --- tobuild 10 May 2005 04:54:15 -0000 1.318 +++ tobuild 10 May 2005 04:55:25 -0000 1.319 @@ -42,3 +42,4 @@ notting rpms/jed/devel jed-0_99_16-10 devel mschwendt rpms/abicheck/devel abicheck-1_2-6 devel mschwendt rpms/imlib2/devel imlib2-1_2_0-8_fc4 devel +mschwendt rpms/chkrootkit/devel chkrootkit-0_45-3 devel From fedora-extras-commits at redhat.com Tue May 10 04:56:50 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 00:56:50 -0400 Subject: common tobuild,1.319,1.320 Message-ID: <200505100456.j4A4uoId011637@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11620 Modified Files: tobuild Log Message: request build of rpms/gai-pal/devel gai-pal-0_7-6 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.319 retrieving revision 1.320 diff -u -r1.319 -r1.320 --- tobuild 10 May 2005 04:55:25 -0000 1.319 +++ tobuild 10 May 2005 04:56:48 -0000 1.320 @@ -43,3 +43,4 @@ mschwendt rpms/abicheck/devel abicheck-1_2-6 devel mschwendt rpms/imlib2/devel imlib2-1_2_0-8_fc4 devel mschwendt rpms/chkrootkit/devel chkrootkit-0_45-3 devel +mschwendt rpms/gai-pal/devel gai-pal-0_7-6 devel From fedora-extras-commits at redhat.com Tue May 10 04:59:38 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 10 May 2005 00:59:38 -0400 Subject: rpms/contact-lookup-applet/FC-3 contact-lookup-applet.spec,1.4,1.5 Message-ID: <200505100459.j4A4xcFT011680@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/contact-lookup-applet/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11649/FC-3 Modified Files: contact-lookup-applet.spec Log Message: Remove hard-coded dist tags Index: contact-lookup-applet.spec =================================================================== RCS file: /cvs/extras/rpms/contact-lookup-applet/FC-3/contact-lookup-applet.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- contact-lookup-applet.spec 12 Apr 2005 15:48:28 -0000 1.4 +++ contact-lookup-applet.spec 10 May 2005 04:59:36 -0000 1.5 @@ -1,12 +1,12 @@ Name: contact-lookup-applet Version: 0.10 -Release: 5.fc3 +Release: 6%{?dist} Summary: Contact Lookup Applet Group: Applications/Communications License: GPL URL: http://www.burtonini.com/blog/2004/Oct/27/ -Source0: http://www.burtonini.com/computing/contact-lookup-applet-0.10.tar.gz +Source0: http://www.burtonini.com/computing/%{name}-%{version}.tar.gz Patch1: evolution_seg.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,6 +46,9 @@ %{_datadir}/lookup-applet/%{name}.glade %changelog +* Tue May 10 2005 Brian Pepple - 0.10-6 +- Remove hard-coded dist tag. + * Tue Apr 12 2005 Brian Pepple - 0.10-5.fc3 - Added patch to prevent segfault if contact-lookup-applet is started before evolution, From fedora-extras-commits at redhat.com Tue May 10 04:59:38 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 10 May 2005 00:59:38 -0400 Subject: rpms/contact-lookup-applet/devel contact-lookup-applet.spec, 1.8, 1.9 Message-ID: <200505100459.j4A4xcYh011686@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/contact-lookup-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11649/devel Modified Files: contact-lookup-applet.spec Log Message: Remove hard-coded dist tags Index: contact-lookup-applet.spec =================================================================== RCS file: /cvs/extras/rpms/contact-lookup-applet/devel/contact-lookup-applet.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- contact-lookup-applet.spec 12 Apr 2005 15:56:33 -0000 1.8 +++ contact-lookup-applet.spec 10 May 2005 04:59:36 -0000 1.9 @@ -1,12 +1,12 @@ Name: contact-lookup-applet Version: 0.12 -Release: 2.fc4 +Release: 3%{?dist} 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 +Source0: http://www.burtonini.com/computing/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel >= 2.7.92 @@ -44,6 +44,9 @@ %{_datadir}/lookup-applet/%{name}.glade %changelog +* Tue May 10 2005 Brian Pepple - 0.12-3 +- Remove hard-coded dist tag. + * Tue Apr 12 2005 Brian Pepple - 0.12-2.fc4 - Correct URL. From fedora-extras-commits at redhat.com Tue May 10 05:58:17 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 01:58:17 -0400 Subject: devel/common tobuild,1.320,1.321 Message-ID: <200505100558.j4A5wHpm012715@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12698 Modified Files: tobuild Log Message: clean up Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.320 retrieving revision 1.321 diff -u -r1.320 -r1.321 --- tobuild 10 May 2005 04:56:48 -0000 1.320 +++ tobuild 10 May 2005 05:58:15 -0000 1.321 @@ -1,46 +1,3 @@ # this is the build control file. the format is # user repo tag target status # -skvidal rpms/verbiste/devel verbiste-0_1_10-4 development -oliver rpms/apg/FC-3 apg-2_3_0b-1 fc3 -oliver rpms/apg/devel apg-2_3_0b-1_fc4 devel -oliver rpms/apg/FC-3 apg-2_3_0b-1 FC3 -thias rpms/gcombust/devel gcombust-0_1_55-6 development -thias rpms/synergy/devel synergy-1_2_2-3 development -nphilipp rpms/bzflag/devel bzflag-2_0_2-4 devel -qspencer rpms/fftw3/devel fftw3-3_0_1-3 development -qspencer rpms/octave/devel octave-2_1_70-1 development -spot rpms/udunits/FC-3 udunits-1_12_4-7_fc3 FC-3 -spot rpms/udunits/devel udunits-1_12_4-7_fc4 devel -spot rpms/scalapack/FC-3 scalapack-1_7-4_fc3 FC-3 -gemi rpms/graveman/FC-3 graveman-0_3_11-2 FC3 -thl rpms/enigma/devel enigma-0_91-5 development -bpepple rpms/python-reportlab/devel python-reportlab-1_20-3_fc4 development -c4chris rpms/nfswatch/devel nfswatch-4_99_2-2 devel -s4504kr rpms/inadyn/devel inadyn-1_90-11 development -s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC-3 -qspencer rpms/fftw3/devel fftw3-3_0_1-3 development -qspencer rpms/octave/devel octave-2_1_70-1 development -jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development -spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel -icon rpms/verbiste/devel verbiste-0_1_11-1 devel -jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 -spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 -spot rpms/librx/devel librx-1_5-5_fc4 devel -spot rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 fc3 -spot rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 devel -spot rpms/udunits/FC-3 udunits-1_12_4-8_fc3 fc3 -spot rpms/udunits/devel udunits-1_12_4-8_fc4 devel -jfontain rpms/moodss/devel moodss-20_0-3 devel -kaboom rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 devel -icon rpms/verbiste/devel verbiste-0_1_11-2 devel -notting rpms/jed/devel jed-0_99_16-9 devel -ivazquez rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 fc3 -ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel -ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 -ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel -notting rpms/jed/devel jed-0_99_16-10 devel -mschwendt rpms/abicheck/devel abicheck-1_2-6 devel -mschwendt rpms/imlib2/devel imlib2-1_2_0-8_fc4 devel -mschwendt rpms/chkrootkit/devel chkrootkit-0_45-3 devel -mschwendt rpms/gai-pal/devel gai-pal-0_7-6 devel From fedora-extras-commits at redhat.com Tue May 10 06:36:02 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 02:36:02 -0400 Subject: rpms/xdesktopwaves/devel xdesktopwaves.spec,1.3,1.4 Message-ID: <200505100636.j4A6a25v013691@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/xdesktopwaves/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13674 Modified Files: xdesktopwaves.spec Log Message: fix debuginfo subpackage creation Index: xdesktopwaves.spec =================================================================== RCS file: /cvs/extras/rpms/xdesktopwaves/devel/xdesktopwaves.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xdesktopwaves.spec 6 Apr 2005 22:13:53 -0000 1.3 +++ xdesktopwaves.spec 10 May 2005 06:36:00 -0000 1.4 @@ -1,6 +1,6 @@ Name: xdesktopwaves Version: 1.3 -Release: 2 +Release: 4%{?dist} Summary: Simulation of water waves on the X Window System desktop License: GPL @@ -18,6 +18,7 @@ %prep %setup -q +%{__sed} -i -e "s,-s,," Makefile %build %{__make} CFLAGS="$RPM_OPT_FLAGS -I/usr/X11R6/include" \ @@ -61,6 +62,10 @@ %{_datadir}/pixmaps/%{name}.xpm %changelog +* Tue May 10 2005 Adrian Reber - 1.3-4 +- remove stripping from Makefile so that the + debuginfo subpackage gets build + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Tue May 10 06:48:16 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 02:48:16 -0400 Subject: common tobuild,1.321,1.322 Message-ID: <200505100648.j4A6mGTR013766@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13749 Modified Files: tobuild Log Message: request build of rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.321 retrieving revision 1.322 diff -u -r1.321 -r1.322 --- tobuild 10 May 2005 05:58:15 -0000 1.321 +++ tobuild 10 May 2005 06:48:14 -0000 1.322 @@ -1,3 +1,4 @@ # this is the build control file. the format is # user repo tag target status # +adrian rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 07:08:14 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 03:08:14 -0400 Subject: rpms/fbida/devel fbida.spec,1.7,1.8 Message-ID: <200505100708.j4A78EBR014726@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/fbida/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14709 Modified Files: fbida.spec Log Message: fix debuginfo subpackage creation Index: fbida.spec =================================================================== RCS file: /cvs/extras/rpms/fbida/devel/fbida.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fbida.spec 4 Apr 2005 06:51:20 -0000 1.7 +++ fbida.spec 10 May 2005 07:08:12 -0000 1.8 @@ -1,9 +1,7 @@ -# $Id$ - Summary: FrameBuffer Imageviewer Name: fbida Version: 2.03 -Release: 4 +Release: 5%{?dist} License: GPL Group: Applications/Multimedia URL: http://linux.bytesex.org/fbida/ @@ -39,6 +37,7 @@ %prep %setup -q +%{__sed} -i -e "s,(INSTALL) -s,(INSTALL) ," mk/Variables.mk %build LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags} @@ -78,6 +77,9 @@ %{_bindir}/fbgs %changelog +* Tue May 10 2005 Adrian Reber - 2.03-5 +- fix debuginfo subpackage creation + * Mon Apr 04 2005 Adrian Reber - 2.03-4 - rebuild for new libexif From fedora-extras-commits at redhat.com Tue May 10 07:27:15 2005 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 10 May 2005 03:27:15 -0400 Subject: common tobuild,1.322,1.323 Message-ID: <200505100727.j4A7RFuF014917@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14903 Modified Files: tobuild Log Message: request build of rpms/uim/devel uim-0_4_6-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.322 retrieving revision 1.323 diff -u -r1.322 -r1.323 --- tobuild 10 May 2005 06:48:14 -0000 1.322 +++ tobuild 10 May 2005 07:27:13 -0000 1.323 @@ -2,3 +2,4 @@ # user repo tag target status # adrian rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 devel +tagoh rpms/uim/devel uim-0_4_6-2 development From fedora-extras-commits at redhat.com Tue May 10 07:34:17 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 03:34:17 -0400 Subject: rpms/linux_logo/devel linux_logo-4.12-debug.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 linux_logo.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200505100734.j4A7YHuK014955@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/linux_logo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14931 Modified Files: .cvsignore linux_logo.spec sources Added Files: linux_logo-4.12-debug.patch Log Message: Update to 4.12. linux_logo-4.12-debug.patch: --- NEW FILE linux_logo-4.12-debug.patch --- diff -Naupr linux_logo-4.12.orig/Makefile linux_logo-4.12/Makefile --- linux_logo-4.12.orig/Makefile 2005-04-30 22:32:10.000000000 +0200 +++ linux_logo-4.12/Makefile 2005-05-10 00:05:53.000000000 +0200 @@ -88,7 +88,7 @@ linux_logo.o: linux_logo.c defaults.h lo $(CC) $(C_OPTS) -c linux_logo.c install: linux_logo - /usr/bin/install -s -m 755 $(PROGNAME) $(INSTALL_BINPATH) + /usr/bin/install -m 755 $(PROGNAME) $(INSTALL_BINPATH) /usr/bin/install -m 644 $(PROGNAME).1.gz $(INSTALL_MANPATH)/man1 cd po && $(MAKE) install Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 4 Apr 2005 09:13:35 -0000 1.4 +++ .cvsignore 10 May 2005 07:34:15 -0000 1.5 @@ -1 +1 @@ -linux_logo-4.10.tar.gz +linux_logo-4.12.tar.gz Index: linux_logo.spec =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/linux_logo.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- linux_logo.spec 4 Apr 2005 09:13:35 -0000 1.7 +++ linux_logo.spec 10 May 2005 07:34:15 -0000 1.8 @@ -1,11 +1,12 @@ Summary: The linux logo - a colorful console penguin logo Name: linux_logo -Version: 4.10 +Version: 4.12 Release: 1 License: GPL Group: Applications/System URL: http://www.deater.net/weave/vmwprod/linux_logo/ Source: http://www.deater.net/weave/vmwprod/linux_logo/linux_logo-%{version}.tar.gz +Patch: linux_logo-4.12-debug.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gettext @@ -15,6 +16,7 @@ %prep %setup +%patch -p1 -b .debug %build @@ -50,6 +52,13 @@ %changelog +* Mon May 2 2005 Matthias Saou 4.12-1 +- Update to 4.12. +- Add trivial patch to remove stripping upon install, to get useful debuginfo. + +* Sat Apr 30 2005 Matthias Saou 4.11-1 +- Update to 4.11. + * Sat Apr 2 2005 Matthias Saou 4.10-1 - Update to 4.10. - Remove no longer needed gcc4 patch. Index: sources =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 4 Apr 2005 09:13:35 -0000 1.4 +++ sources 10 May 2005 07:34:15 -0000 1.5 @@ -1 +1 @@ -aaead3dc3c8e1d02c7b5fed19ebb151d linux_logo-4.10.tar.gz +727a92801656309e6ab703f8b2658fe2 linux_logo-4.12.tar.gz From fedora-extras-commits at redhat.com Tue May 10 07:35:11 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 03:35:11 -0400 Subject: common tobuild,1.323,1.324 Message-ID: <200505100735.j4A7ZBlq015018@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15001 Modified Files: tobuild Log Message: request build of rpms/linux_logo/devel linux_logo-4_12-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.323 retrieving revision 1.324 diff -u -r1.323 -r1.324 --- tobuild 10 May 2005 07:27:13 -0000 1.323 +++ tobuild 10 May 2005 07:35:09 -0000 1.324 @@ -3,3 +3,4 @@ # adrian rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 development +thias rpms/linux_logo/devel linux_logo-4_12-1 devel From fedora-extras-commits at redhat.com Tue May 10 07:41:52 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 03:41:52 -0400 Subject: devel/wv wv-1.0.0-rhbug150461.patch,NONE,1.1 wv.spec,1.8,1.9 Message-ID: <200505100741.j4A7fqA5015063@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/wv In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15040 Modified Files: wv.spec Added Files: wv-1.0.0-rhbug150461.patch Log Message: * Tue May 10 2005 Michael Schwendt - 1.0.0-5 - Include printf format fix for bug 150461. wv-1.0.0-rhbug150461.patch: --- NEW FILE wv-1.0.0-rhbug150461.patch --- diff -Nur wv-1.0.0-orig/wvWare.c wv-1.0.0/wvWare.c --- wv-1.0.0-orig/wvWare.c 2003-08-24 17:22:25.000000000 +0200 +++ wv-1.0.0/wvWare.c 2005-05-10 07:32:55.000000000 +0200 @@ -1246,7 +1246,7 @@ */ printf ("\n\\resizebox{%dpt}{%dpt}\ {\\includegraphics{%s.eps}}\ - \n% -- %#.2x graphic -- \n", width, height, source, graphicstype); + \n%% -- %#.2x graphic -- \n", width, height, source, graphicstype); } else { Index: wv.spec =================================================================== RCS file: /cvs/extras/devel/wv/wv.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wv.spec 6 Apr 2005 22:13:52 -0000 1.8 +++ wv.spec 10 May 2005 07:41:49 -0000 1.9 @@ -1,8 +1,7 @@ Name: wv Summary: MSWord 6/7/8/9 binary file format to HTML converter Version: 1.0.0 -Release: 4 - +Release: 5 License: GPL Group: Applications/Text URL: http://wvware.sourceforge.net @@ -13,6 +12,7 @@ # patch3: deal with filenames containing spaces Patch3: wv-wvmime-tmp-filename.patch Patch4: wv-field.c.patch +Patch5: wv-1.0.0-rhbug150461.patch #BuildRequires: XFree86-devel BuildRequires: glib2-devel @@ -38,6 +38,7 @@ %patch2 %patch3 %patch4 +%patch5 -p1 -b .printf-rhbug150461 %build @@ -74,6 +75,9 @@ %changelog +* Tue May 10 2005 Michael Schwendt - 1.0.0-5 +- Include printf format fix for bug 150461. + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Tue May 10 07:42:10 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 03:42:10 -0400 Subject: common tobuild,1.324,1.325 Message-ID: <200505100742.j4A7gAUm015091@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15074 Modified Files: tobuild Log Message: request build of rpms/fbida/devel fbida-2_03-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.324 retrieving revision 1.325 diff -u -r1.324 -r1.325 --- tobuild 10 May 2005 07:35:09 -0000 1.324 +++ tobuild 10 May 2005 07:42:08 -0000 1.325 @@ -4,3 +4,4 @@ adrian rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 development thias rpms/linux_logo/devel linux_logo-4_12-1 devel +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 07:57:08 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 03:57:08 -0400 Subject: rpms/fyre/FC-3 fyre.spec,1.4,1.5 Message-ID: <200505100757.j4A7v8cs015180@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/fyre/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15151/FC-3 Modified Files: fyre.spec Log Message: Re-enabled OpenEXR and GNet Index: fyre.spec =================================================================== RCS file: /cvs/extras/rpms/fyre/FC-3/fyre.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fyre.spec 15 Apr 2005 08:53:45 -0000 1.4 +++ fyre.spec 10 May 2005 07:57:06 -0000 1.5 @@ -1,6 +1,6 @@ Name: fyre Version: 1.0.0 -Release: 4 +Release: 5%{?dist} Summary: A tool for creating artwork from chaotic functions Group: Amusements/Graphics @@ -10,7 +10,7 @@ Patch: fyre-1.0.0-apps.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libglade2-devel desktop-file-utils +BuildRequires: libglade2-devel desktop-file-utils gnet2-devel OpenEXR-devel Requires(post): desktop-file-utils shared-mime-info Requires(postun): desktop-file-utils shared-mime-info @@ -26,7 +26,7 @@ %patch -p 1 -b .apps %build -%configure --disable-openexr --disable-gnet +%configure make %{?_smp_mflags} %install @@ -61,6 +61,9 @@ %{_datadir}/pixmaps/* %changelog +* Tue May 10 2005 Ignacio Vazquez-Abrams 1.0.0-5.fc3 +- Re-enabled OpenEXR and GNet + * Wed Mar 30 2005 Ignacio Vazquez-Abrams 1.0.0-4 - Disabled OpenEXR and GNet in %%configure - Removed gtk2-devel from BuildRequires From fedora-extras-commits at redhat.com Tue May 10 07:57:08 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 03:57:08 -0400 Subject: rpms/fyre/devel fyre.spec,1.5,1.6 Message-ID: <200505100757.j4A7v8c3015186@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/fyre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15151/devel Modified Files: fyre.spec Log Message: Re-enabled OpenEXR and GNet Index: fyre.spec =================================================================== RCS file: /cvs/extras/rpms/fyre/devel/fyre.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fyre.spec 7 Apr 2005 00:12:03 -0000 1.5 +++ fyre.spec 10 May 2005 07:57:06 -0000 1.6 @@ -1,6 +1,6 @@ Name: fyre Version: 1.0.0 -Release: 5 +Release: 6%{?dist} Summary: A tool for creating artwork from chaotic functions @@ -11,7 +11,7 @@ Patch: fyre-1.0.0-apps.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libglade2-devel desktop-file-utils +BuildRequires: libglade2-devel desktop-file-utils gnet2-devel OpenEXR-devel Requires(post): desktop-file-utils shared-mime-info Requires(postun): desktop-file-utils shared-mime-info @@ -27,7 +27,7 @@ %patch -p 1 -b .apps %build -%configure --disable-openexr --disable-gnet +%configure make %{?_smp_mflags} %install @@ -62,6 +62,9 @@ %{_datadir}/pixmaps/* %changelog +* Tue May 10 2005 Ignacio Vazquez-Abrams 1.0.0-6.fc4 +- Re-enabled OpenEXR and GNet + * Thu Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Tue May 10 07:59:18 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 03:59:18 -0400 Subject: common tobuild,1.325,1.326 Message-ID: <200505100759.j4A7xIEu015249@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15232 Modified Files: tobuild Log Message: request build of rpms/fyre/FC-3 fyre-1_0_0-5_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.325 retrieving revision 1.326 diff -u -r1.325 -r1.326 --- tobuild 10 May 2005 07:42:08 -0000 1.325 +++ tobuild 10 May 2005 07:59:16 -0000 1.326 @@ -5,3 +5,4 @@ tagoh rpms/uim/devel uim-0_4_6-2 development thias rpms/linux_logo/devel linux_logo-4_12-1 devel adrian rpms/fbida/devel fbida-2_03-5_fc4 devel +ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 07:59:45 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 03:59:45 -0400 Subject: common tobuild,1.326,1.327 Message-ID: <200505100759.j4A7xjen015306@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15289 Modified Files: tobuild Log Message: request build of rpms/fyre/devel fyre-1_0_0-6_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.326 retrieving revision 1.327 diff -u -r1.326 -r1.327 --- tobuild 10 May 2005 07:59:16 -0000 1.326 +++ tobuild 10 May 2005 07:59:43 -0000 1.327 @@ -6,3 +6,4 @@ thias rpms/linux_logo/devel linux_logo-4_12-1 devel adrian rpms/fbida/devel fbida-2_03-5_fc4 devel ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 +ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 08:11:11 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 04:11:11 -0400 Subject: rpms/antiword/devel antiword.spec,1.8,1.9 Message-ID: <200505100811.j4A8BBfO016798@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/antiword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16781 Modified Files: antiword.spec Log Message: updated to 0.36.1 Index: antiword.spec =================================================================== RCS file: /cvs/extras/rpms/antiword/devel/antiword.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- antiword.spec 6 Apr 2005 22:11:10 -0000 1.8 +++ antiword.spec 10 May 2005 08:11:09 -0000 1.9 @@ -1,10 +1,7 @@ -# $Id$ - Summary: MS Word to ASCII/Postscript converter Name: antiword -Version: 0.36 -Release: 2 - +Version: 0.36.1 +Release: 1 Source: http://www.winfield.demon.nl/linux/%{name}-%{version}.tar.gz URL: http://www.winfield.demon.nl/ Patch0: antiword-0.32-fix-flags.patch @@ -12,23 +9,19 @@ Group: Applications/Text BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - %description Antiword is a free MS-Word reader for Linux, BeOS and RISC OS. It converts the documets from Word 6, 7, 97 and 2000 to ASCII and Postscript. Antiword tries to keep the layout of the document intact. - %prep %setup -q %patch0 -p0 %{__chmod} a+r * Resources/* Docs/* - %build OPT="$RPM_OPT_FLAGS" make all %{?_smp_mflags} - %install %{__rm} -rf $RPM_BUILD_ROOT %{__mkdir_p} $RPM_BUILD_ROOT%{_bindir} @@ -38,10 +31,8 @@ %{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man1 %{__cp} Docs/*.1 $RPM_BUILD_ROOT%{_mandir}/man1 - %clean -rm -rf $RPM_BUILD_ROOT - +%{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) @@ -52,8 +43,10 @@ %{_mandir}/*/* %{_datadir}/%{name} - %changelog +* Tue May 10 2005 Adrian Reber - 0.36.1-1 +- updated to 0.36.1 + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Tue May 10 08:23:08 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 04:23:08 -0400 Subject: common tobuild,1.327,1.328 Message-ID: <200505100823.j4A8N84V016881@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16864 Modified Files: tobuild Log Message: request build of rpms/antiword/devel antiword-0_36_1-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.327 retrieving revision 1.328 diff -u -r1.327 -r1.328 --- tobuild 10 May 2005 07:59:43 -0000 1.327 +++ tobuild 10 May 2005 08:23:06 -0000 1.328 @@ -7,3 +7,4 @@ adrian rpms/fbida/devel fbida-2_03-5_fc4 devel ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel +adrian rpms/antiword/devel antiword-0_36_1-1 devel From fedora-extras-commits at redhat.com Tue May 10 08:34:20 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 04:34:20 -0400 Subject: rpms/antiword/devel .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200505100834.j4A8YK0q016941@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/antiword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16922 Modified Files: .cvsignore sources Log Message: without new tarball it doesn't make much sense Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/antiword/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Feb 2005 19:21:32 -0000 1.3 +++ .cvsignore 10 May 2005 08:34:18 -0000 1.4 @@ -1 +1 @@ -antiword-0.36.tar.gz +antiword-0.36.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/antiword/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Feb 2005 19:21:33 -0000 1.3 +++ sources 10 May 2005 08:34:18 -0000 1.4 @@ -1 +1 @@ -7939f3afb48533e9b8d77aaae0a2779d antiword-0.36.tar.gz +d46107219f4afaee658647a49dc45ed9 antiword-0.36.1.tar.gz From fedora-extras-commits at redhat.com Tue May 10 08:37:58 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 04:37:58 -0400 Subject: common tobuild,1.328,1.329 Message-ID: <200505100837.j4A8bwmi016979@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16962 Modified Files: tobuild Log Message: request build of rpms/cook/devel cook-2_25-2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.328 retrieving revision 1.329 diff -u -r1.328 -r1.329 --- tobuild 10 May 2005 08:23:06 -0000 1.328 +++ tobuild 10 May 2005 08:37:56 -0000 1.329 @@ -8,3 +8,4 @@ ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel adrian rpms/antiword/devel antiword-0_36_1-1 devel +ivazquez rpms/cook/devel cook-2_25-2 devel From fedora-extras-commits at redhat.com Tue May 10 08:38:53 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 04:38:53 -0400 Subject: common tobuild,1.329,1.330 Message-ID: <200505100838.j4A8crig017007@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16990 Modified Files: tobuild Log Message: Too darn early... Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.329 retrieving revision 1.330 diff -u -r1.329 -r1.330 --- tobuild 10 May 2005 08:37:56 -0000 1.329 +++ tobuild 10 May 2005 08:38:51 -0000 1.330 @@ -8,4 +8,3 @@ ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel adrian rpms/antiword/devel antiword-0_36_1-1 devel -ivazquez rpms/cook/devel cook-2_25-2 devel From fedora-extras-commits at redhat.com Tue May 10 08:45:07 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:45:07 -0400 Subject: rpms/gtorrentviewer - New directory Message-ID: <200505100845.j4A8j7ri017098@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17074/gtorrentviewer Log Message: Directory /cvs/extras/rpms/gtorrentviewer added to the repository From fedora-extras-commits at redhat.com Tue May 10 08:45:08 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:45:08 -0400 Subject: rpms/gtorrentviewer/devel - New directory Message-ID: <200505100845.j4A8j8Zr017103@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17074/gtorrentviewer/devel Log Message: Directory /cvs/extras/rpms/gtorrentviewer/devel added to the repository From fedora-extras-commits at redhat.com Tue May 10 08:46:03 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:46:03 -0400 Subject: rpms/gtorrentviewer Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505100846.j4A8k3Ig017150@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17119 Added Files: Makefile import.log Log Message: Setup of module gtorrentviewer --- NEW FILE Makefile --- # Top level Makefile for module gtorrentviewer all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue May 10 08:46:04 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:46:04 -0400 Subject: rpms/gtorrentviewer/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505100846.j4A8k4HU017155@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17119/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gtorrentviewer --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue May 10 08:49:02 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:49:02 -0400 Subject: rpms/gtorrentviewer import.log,1.1,1.2 Message-ID: <200505100849.j4A8n2Vg017239@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17208 Modified Files: import.log Log Message: auto-import gtorrentviewer-0.2b-4.fc3 on branch devel from gtorrentviewer-0.2b-4.fc3.src.rpm Initial import of gtorrentviewer package Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtorrentviewer/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 May 2005 08:46:01 -0000 1.1 +++ import.log 10 May 2005 08:49:00 -0000 1.2 @@ -0,0 +1 @@ +gtorrentviewer-0_2b-4_fc3:HEAD:gtorrentviewer-0.2b-4.fc3.src.rpm:1115714913 From fedora-extras-commits at redhat.com Tue May 10 08:49:02 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:49:02 -0400 Subject: rpms/gtorrentviewer/devel gtorrentviewer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505100849.j4A8n250017246@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17208/devel Modified Files: .cvsignore sources Added Files: gtorrentviewer.spec Log Message: auto-import gtorrentviewer-0.2b-4.fc3 on branch devel from gtorrentviewer-0.2b-4.fc3.src.rpm Initial import of gtorrentviewer package --- NEW FILE gtorrentviewer.spec --- Name: gtorrentviewer Version: 0.2b Release: 4%{?dist} Summary: A GTK2-based viewer and editor for BitTorrent meta files Group: Applications/Internet License: GPL URL: http://gtorrentviewer.sourceforge.net/index.html Source0: http://heanet.dl.sourceforge.net/sourceforge/gtorrentviewer/GTorrentViewer-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): desktop-file-utils Requires(postun): desktop-file-utils BuildRequires: atk-devel, curl-devel, gtk2-devel >= 2.4, krb5-devel BuildRequires: pango-devel, zlib-devel, desktop-file-utils, gettext %description GTorrentViewer gives you the ability to see and modify all the possible information from .torrent files without having to start downloading, and the ability to see in real time the current number of seeds and peers on the torrent, so you will always know the status before starting the download. %prep %setup -q -n GTorrentViewer-%{version} %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %{__rm} -f $RPM_BUILD_ROOT%{_datadir}/GTorrentViewer/README %{_bindir}/desktop-file-install \ --vendor fedora \ --add-category X-Fedora \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/gtorrentviewer.desktop %clean %{__rm} -rf $RPM_BUILD_ROOT %post %{_bindir}/update-desktop-database > /dev/null || : %postun %{_bindir}/update-desktop-database > /dev/null || : %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_bindir}/gtorrentviewer %{_datadir}/GTorrentViewer %{_datadir}/applications/fedora-gtorrentviewer.desktop %{_datadir}/pixmaps/gtorrentviewer.png %{_datadir}/pixmaps/gtorrentviewer.xpm %{_mandir}/man1/gtorrentviewer.1* %changelog * Mon May 9 2005 Paul Howarth 0.2b-4 - remove hard-coded dist tag, no longer needed - remove duplicate README file from %{_datadir}/GTorrentViewer * Mon May 9 2005 Paul Howarth 0.2b-3 - reverted desktop file pathname to relative paths - run update-desktop-database in post-scripts; add post and postun dependencies on desktop-file-utils - use full URL for SOURCE0 - tidy up description * Mon May 9 2005 Paul Howarth 0.2b-2 - lowercased package name - removed zero sized NEWS file - add dist tag to release * Fri May 6 2005 Paul Howarth 0.2b-1 - initial build for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtorrentviewer/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 May 2005 08:46:02 -0000 1.1 +++ .cvsignore 10 May 2005 08:49:00 -0000 1.2 @@ -0,0 +1 @@ +GTorrentViewer-0.2b.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtorrentviewer/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 May 2005 08:46:02 -0000 1.1 +++ sources 10 May 2005 08:49:00 -0000 1.2 @@ -0,0 +1 @@ +c29058a09f26693863404ecdb2580770 GTorrentViewer-0.2b.tar.gz From fedora-extras-commits at redhat.com Tue May 10 09:09:59 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 05:09:59 -0400 Subject: rpms/proftpd/devel proftpd.spec,1.6,1.7 Message-ID: <200505100909.j4A99xMq018243@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18226 Modified Files: proftpd.spec Log Message: Disable stripping to get useful debuginfo packages. Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- proftpd.spec 6 Apr 2005 22:13:29 -0000 1.6 +++ proftpd.spec 10 May 2005 09:09:57 -0000 1.7 @@ -1,11 +1,7 @@ -# $Id$ -# Upstream: - Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.2.10 -Release: 3%{?_with_ldap:_ldap}%{?_with_mysql:_mysql}%{?_with_postgresql:_pgsql} - +Release: 4%{?_with_ldap:_ldap}%{?_with_mysql:_mysql}%{?_with_postgresql:_pgsql} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -52,6 +48,9 @@ # Workaround for the PostgreSQL include file %{__perl} -pi -e 's|pgsql/libpq-fe.h|libpq-fe.h|g' contrib/mod_sql_postgres.c +# Disable stripping in order to get useful debuginfo packages +%{__perl} -pi -e 's|"-s"|""|g' configure + # TLS includes OPENSSL_INC="" if OPENSSL_CFLAGS=`pkg-config --cflags openssl`; then @@ -140,7 +139,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Tue May 10 2005 Matthias Saou 1.2.10-4 +- Disable stripping in order to get useful debuginfo packages. + +* Fri Apr 7 2005 Michael Schwendt 1.2.10-3 - rebuilt * Tue Nov 16 2004 Matthias Saou 1.2.10-2 From fedora-extras-commits at redhat.com Tue May 10 09:10:20 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 05:10:20 -0400 Subject: common tobuild,1.330,1.331 Message-ID: <200505100910.j4A9AK5m018300@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18283 Modified Files: tobuild Log Message: request build of rpms/proftpd/devel proftpd-1_2_10-4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.330 retrieving revision 1.331 diff -u -r1.330 -r1.331 --- tobuild 10 May 2005 08:38:51 -0000 1.330 +++ tobuild 10 May 2005 09:10:18 -0000 1.331 @@ -8,3 +8,4 @@ ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel adrian rpms/antiword/devel antiword-0_36_1-1 devel +thias rpms/proftpd/devel proftpd-1_2_10-4 devel From fedora-extras-commits at redhat.com Tue May 10 12:23:23 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Tue, 10 May 2005 08:23:23 -0400 Subject: common tobuild,1.331,1.332 Message-ID: <200505101223.j4ACNNNF021348@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21331 Modified Files: tobuild Log Message: request build of rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.331 retrieving revision 1.332 diff -u -r1.331 -r1.332 --- tobuild 10 May 2005 09:10:18 -0000 1.331 +++ tobuild 10 May 2005 12:23:21 -0000 1.332 @@ -9,3 +9,4 @@ ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel adrian rpms/antiword/devel antiword-0_36_1-1 devel thias rpms/proftpd/devel proftpd-1_2_10-4 devel +kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 12:36:01 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 08:36:01 -0400 Subject: rpms/gtorrentviewer/devel gtorrentviewer.spec,1.1,1.2 Message-ID: <200505101236.j4ACa1m2021473@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21456 Modified Files: gtorrentviewer.spec Log Message: Fix URL for SOURCE0 not to point to a specific sf.net mirror Remove redundant build dependencies Tidy URL Index: gtorrentviewer.spec =================================================================== RCS file: /cvs/extras/rpms/gtorrentviewer/devel/gtorrentviewer.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gtorrentviewer.spec 10 May 2005 08:49:00 -0000 1.1 +++ gtorrentviewer.spec 10 May 2005 12:35:59 -0000 1.2 @@ -1,19 +1,18 @@ Name: gtorrentviewer Version: 0.2b -Release: 4%{?dist} +Release: 5%{?dist} Summary: A GTK2-based viewer and editor for BitTorrent meta files Group: Applications/Internet License: GPL -URL: http://gtorrentviewer.sourceforge.net/index.html -Source0: http://heanet.dl.sourceforge.net/sourceforge/gtorrentviewer/GTorrentViewer-%{version}.tar.gz +URL: http://gtorrentviewer.sourceforge.net/ +Source0: http://dl.sf.net/gtorrentviewer/GTorrentViewer-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): desktop-file-utils Requires(postun): desktop-file-utils -BuildRequires: atk-devel, curl-devel, gtk2-devel >= 2.4, krb5-devel -BuildRequires: pango-devel, zlib-devel, desktop-file-utils, gettext +BuildRequires: curl-devel, gtk2-devel >= 2.4, desktop-file-utils, gettext %description GTorrentViewer gives you the ability to see and modify all the possible @@ -60,18 +59,23 @@ %{_mandir}/man1/gtorrentviewer.1* %changelog -* Mon May 9 2005 Paul Howarth 0.2b-4 +* Tue May 10 2005 Paul Howarth 0.2b-5%{?dist} +- fix URL for SOURCE0 not to point to a specific sf.net mirror +- remove redundant build dependencies +- tidy URL + +* Mon May 9 2005 Paul Howarth 0.2b-4%{?dist} - remove hard-coded dist tag, no longer needed - remove duplicate README file from %{_datadir}/GTorrentViewer -* Mon May 9 2005 Paul Howarth 0.2b-3 +* Mon May 9 2005 Paul Howarth 0.2b-3%{?dist} - reverted desktop file pathname to relative paths - run update-desktop-database in post-scripts; add post and postun dependencies on desktop-file-utils - use full URL for SOURCE0 - tidy up description -* Mon May 9 2005 Paul Howarth 0.2b-2 +* Mon May 9 2005 Paul Howarth 0.2b-2%{?dist} - lowercased package name - removed zero sized NEWS file - add dist tag to release From fedora-extras-commits at redhat.com Tue May 10 12:45:20 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 08:45:20 -0400 Subject: rpms/antiword/devel antiword.spec,1.9,1.10 Message-ID: <200505101245.j4ACjK2q021554@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/antiword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21537 Modified Files: antiword.spec Log Message: version bump Index: antiword.spec =================================================================== RCS file: /cvs/extras/rpms/antiword/devel/antiword.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- antiword.spec 10 May 2005 08:11:09 -0000 1.9 +++ antiword.spec 10 May 2005 12:45:18 -0000 1.10 @@ -1,7 +1,7 @@ Summary: MS Word to ASCII/Postscript converter Name: antiword Version: 0.36.1 -Release: 1 +Release: 2 Source: http://www.winfield.demon.nl/linux/%{name}-%{version}.tar.gz URL: http://www.winfield.demon.nl/ Patch0: antiword-0.32-fix-flags.patch @@ -44,7 +44,7 @@ %{_datadir}/%{name} %changelog -* Tue May 10 2005 Adrian Reber - 0.36.1-1 +* Tue May 10 2005 Adrian Reber - 0.36.1-2 - updated to 0.36.1 * Fri Apr 7 2005 Michael Schwendt From fedora-extras-commits at redhat.com Tue May 10 12:48:09 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 08:48:09 -0400 Subject: common tobuild,1.332,1.333 Message-ID: <200505101248.j4ACm9ua021628@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21610 Modified Files: tobuild Log Message: removed antiword because of wrong tag Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.332 retrieving revision 1.333 diff -u -r1.332 -r1.333 --- tobuild 10 May 2005 12:23:21 -0000 1.332 +++ tobuild 10 May 2005 12:48:07 -0000 1.333 @@ -7,6 +7,5 @@ adrian rpms/fbida/devel fbida-2_03-5_fc4 devel ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel -adrian rpms/antiword/devel antiword-0_36_1-1 devel thias rpms/proftpd/devel proftpd-1_2_10-4 devel kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 13:23:30 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 09:23:30 -0400 Subject: common tobuild,1.333,1.334 Message-ID: <200505101323.j4ADNUql022633@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22616 Modified Files: tobuild Log Message: request build of rpms/linux_logo/devel linux_logo-4_12-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.333 retrieving revision 1.334 diff -u -r1.333 -r1.334 --- tobuild 10 May 2005 12:48:07 -0000 1.333 +++ tobuild 10 May 2005 13:23:28 -0000 1.334 @@ -9,3 +9,4 @@ ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel thias rpms/proftpd/devel proftpd-1_2_10-4 devel kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 +thias rpms/linux_logo/devel linux_logo-4_12-1 devel From fedora-extras-commits at redhat.com Tue May 10 13:24:15 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 09:24:15 -0400 Subject: common tobuild,1.334,1.335 Message-ID: <200505101324.j4ADOFvM022662@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22645 Modified Files: tobuild Log Message: request build of rpms/proftpd/devel proftpd-1_2_10-4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.334 retrieving revision 1.335 diff -u -r1.334 -r1.335 --- tobuild 10 May 2005 13:23:28 -0000 1.334 +++ tobuild 10 May 2005 13:24:13 -0000 1.335 @@ -10,3 +10,4 @@ thias rpms/proftpd/devel proftpd-1_2_10-4 devel kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 thias rpms/linux_logo/devel linux_logo-4_12-1 devel +thias rpms/proftpd/devel proftpd-1_2_10-4 devel From fedora-extras-commits at redhat.com Tue May 10 13:30:50 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 10 May 2005 09:30:50 -0400 Subject: common tobuild,1.335,1.336 Message-ID: <200505101330.j4ADUodl022728@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22711 Modified Files: tobuild Log Message: request build of rpms/fftw3/devel fftw3-3_0_1-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.335 retrieving revision 1.336 diff -u -r1.335 -r1.336 --- tobuild 10 May 2005 13:24:13 -0000 1.335 +++ tobuild 10 May 2005 13:30:48 -0000 1.336 @@ -11,3 +11,4 @@ kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 thias rpms/linux_logo/devel linux_logo-4_12-1 devel thias rpms/proftpd/devel proftpd-1_2_10-4 devel +qspencer rpms/fftw3/devel fftw3-3_0_1-3 devel From fedora-extras-commits at redhat.com Tue May 10 13:31:29 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 10 May 2005 09:31:29 -0400 Subject: common tobuild,1.336,1.337 Message-ID: <200505101331.j4ADVTBT022761@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22744 Modified Files: tobuild Log Message: request build of rpms/octave/devel octave-2_1_70-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.336 retrieving revision 1.337 diff -u -r1.336 -r1.337 --- tobuild 10 May 2005 13:30:48 -0000 1.336 +++ tobuild 10 May 2005 13:31:27 -0000 1.337 @@ -12,3 +12,4 @@ thias rpms/linux_logo/devel linux_logo-4_12-1 devel thias rpms/proftpd/devel proftpd-1_2_10-4 devel qspencer rpms/fftw3/devel fftw3-3_0_1-3 devel +qspencer rpms/octave/devel octave-2_1_70-1 devel From bdpepple at ameritech.net Tue May 10 13:41:48 2005 From: bdpepple at ameritech.net (Brian Pepple) Date: Tue, 10 May 2005 13:41:48 +0000 Subject: APPROVED: python-logilab-common Message-ID: <1115732508.8304.7.camel@localhost.localdomain> Name: python-logilab-common Group: Development/Libraries License: GPL URL: http://www.logilab.org/projects/common Summary: Common libraries for Logilab projects Description: This package contains several modules providing low level functionality shared among some python projects developed by logilab. Reviewer: Brian Pepple Packager: Konstantin Ryabitsev -- Brian Pepple gpg --keyserver pgp.mit.edu --recv-keys 810CC15E BD5E 6F9E 8688 E668 8F5B CBDE 326A E936 810C C15E -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From bdpepple at ameritech.net Tue May 10 13:41:50 2005 From: bdpepple at ameritech.net (Brian Pepple) Date: Tue, 10 May 2005 09:41:50 -0400 Subject: APPROVED: pylint Message-ID: <1115732510.8304.9.camel@localhost.localdomain> Name: pylint Group: Development/Debuggers License: GPL URL: http://www.logilab.org/projects/pylint Summary: Analyzes Python code looking for bugs and signs of poor quality Description: Pylint is a python tool that checks if a module satisfy a coding standard. Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more features, like checking line-code's length, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. The big advantage with Pylint is that it is highly configurable, customizable, and you can easily write a small plugin to add a personal feature. Reviewer: Brian Pepple Packager: Konstantin Ryabitsev -- Brian Pepple gpg --keyserver pgp.mit.edu --recv-keys 810CC15E BD5E 6F9E 8688 E668 8F5B CBDE 326A E936 810C C15E -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From paul at city-fan.org Tue May 10 14:23:15 2005 From: paul at city-fan.org (Paul Howarth) Date: Tue, 10 May 2005 15:23:15 +0100 Subject: APPROVED: pptp Message-ID: <4280C3D3.8000307@city-fan.org> Name: pptp Group: Applications/Internet License: GPL URL: http://pptpclient.sourceforge.net/ Summary: Point-to-Point Tunneling Protocol (PPTP) Client Description: Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based VPN as used by employers and some cable and ADSL service providers. Reviewer : Matthias Saou Packager : Paul Howarth From fedora-extras-commits at redhat.com Tue May 10 14:27:29 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:27:29 -0400 Subject: rpms/pptp - New directory Message-ID: <200505101427.j4AERTvI024096@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24076/pptp Log Message: Directory /cvs/extras/rpms/pptp added to the repository From fedora-extras-commits at redhat.com Tue May 10 14:27:30 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:27:30 -0400 Subject: rpms/pptp/devel - New directory Message-ID: <200505101427.j4AERUWd024101@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24076/pptp/devel Log Message: Directory /cvs/extras/rpms/pptp/devel added to the repository From fedora-extras-commits at redhat.com Tue May 10 14:28:16 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:28:16 -0400 Subject: rpms/pptp Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505101428.j4AESGiJ024148@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24121 Added Files: Makefile import.log Log Message: Setup of module pptp --- NEW FILE Makefile --- # Top level Makefile for module pptp all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue May 10 14:28:16 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:28:16 -0400 Subject: rpms/pptp/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505101428.j4AESG3q024153@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24121/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pptp --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue May 10 14:29:44 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:29:44 -0400 Subject: rpms/pptp import.log,1.1,1.2 Message-ID: <200505101430.j4AEUEdr024231@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24190 Modified Files: import.log Log Message: auto-import pptp-1.6.0-3.fc3 on branch devel from pptp-1.6.0-3.fc3.src.rpm Initial import of pptp package Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pptp/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 May 2005 14:28:14 -0000 1.1 +++ import.log 10 May 2005 14:29:42 -0000 1.2 @@ -0,0 +1 @@ +pptp-1_6_0-3_fc3:HEAD:pptp-1.6.0-3.fc3.src.rpm:1115735365 From fedora-extras-commits at redhat.com Tue May 10 14:29:44 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:29:44 -0400 Subject: rpms/pptp/devel pptp-cvs20050331.patch, NONE, 1.1 pptp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505101429.j4AETisg024222@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24190/devel Modified Files: .cvsignore sources Added Files: pptp-cvs20050331.patch pptp.spec Log Message: auto-import pptp-1.6.0-3.fc3 on branch devel from pptp-1.6.0-3.fc3.src.rpm Initial import of pptp package pptp-cvs20050331.patch: --- NEW FILE pptp-cvs20050331.patch --- diff -ur pptp-1.6.0/ChangeLog pptp-linux/ChangeLog --- pptp-1.6.0/ChangeLog 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/ChangeLog 2005-03-31 16:52:04.000000000 +0100 @@ -1,3 +1,32 @@ +Thu Mar 31 17:41:17 2005 James Cameron + + * pptp_ctrl.c (pptp_dispatch): handle signals first, since there's + a possibility of premature return from the function. + + * pptp_callmgr.c (callmgr_main): terminate faster when peer closes + control connection. + +Thu Mar 10 11:07:52 2005 James Cameron + + * pptp_ctrl.c (pptp_handle_timer): when we close connection due to + loss of echo replies, say so in the log. + Reported by: Jean Wolter. + + * pptp_ctrl.c: fix signal deadlock on kernel 2.6.x + Reported by: Jean Wolter. + + * util.c, util.h: adopt sigpipe implementation from pptpd. + + * pptp_ctrl.c (pptp_conn_open): use sigpipe implementation instead + of trying I/O in signal handler (which causes deadlocks). + + * pptp_ctrl.c (pptp_fd_set): include the sigpipe in the file + descriptor set. + + * pptp_ctrl.c (pptp_dispatch): detect queued signals via sigpipe. + + * pptp_ctrl.c (pptp_conn_destroy): close the sigpipe. + Fri Feb 18 12:38:18 2005 James Cameron * pptp-1.6.0 released. diff -ur pptp-1.6.0/NEWS pptp-linux/NEWS --- pptp-1.6.0/NEWS 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/NEWS 2005-03-10 01:18:20.000000000 +0000 @@ -1,3 +1,6 @@ +- adopt sigpipe for use with SIGALRM on control connection [Wolter/Cameron] +- properly report control connection echo reply loss [Wolter] + Release 1.6.0: (18th February 2005) - fix double-free on stop control connection reply [Kivity] @@ -101,4 +104,4 @@ - This is the first public release of the pptp-linux package. -$Id: NEWS,v 1.40 2005/02/18 00:32:19 quozl Exp $ +$Id: NEWS,v 1.41 2005/03/10 01:18:20 quozl Exp $ diff -ur pptp-1.6.0/pptp_callmgr.c pptp-linux/pptp_callmgr.c --- pptp-1.6.0/pptp_callmgr.c 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/pptp_callmgr.c 2005-03-31 16:52:05.000000000 +0100 @@ -2,7 +2,7 @@ * Handles TCP port 1723 protocol. * C. Scott Ananian * - * $Id: pptp_callmgr.c,v 1.18 2004/11/09 01:42:32 quozl Exp $ + * $Id: pptp_callmgr.c,v 1.20 2005/03/31 07:42:39 quozl Exp $ */ #include #include @@ -36,6 +36,7 @@ sigjmp_buf callmgr_env; void callmgr_sighandler(int sig) { + /* TODO: according to signal(2), siglongjmp() is unsafe used here */ siglongjmp (callmgr_env, 1); } @@ -74,7 +75,7 @@ case CALL_CLOSE_DONE: /* don't need to do anything here, except make sure tables * are sync'ed */ - log("Closing connection"); + log("Closing connection (call state)"); conninfo = pptp_conn_closure_get(conn); lci = pptp_call_closure_get(conn, call); assert(lci != NULL && conninfo != NULL); @@ -227,7 +228,7 @@ if (retval) { struct local_callinfo *lci = pptp_call_closure_get(conn, call); - log("Closing connection"); + log("Closing connection (unhandled)"); if(lci->pid[0] > 1) kill(lci->pid[0], SIGTERM); if(lci->pid[1] > 1) kill(lci->pid[1], SIGTERM); free(lci); @@ -241,6 +242,7 @@ } while (vector_size(call_list) > 0 || first); shutdown: { + int rc; fd_set read_set, write_set; struct timeval tv; signal(SIGINT, callmgr_do_nothing); @@ -250,7 +252,7 @@ for (i = 0; i < vector_size(call_list); i++) { PPTP_CALL *call = vector_get_Nth(call_list, i); struct local_callinfo *lci = pptp_call_closure_get(conn, call); - log("Closing connection"); + log("Closing connection (shutdown)"); pptp_call_close(conn, call); if(lci->pid[0] > 1) kill(lci->pid[0], SIGTERM); if(lci->pid[1] > 1) kill(lci->pid[1], SIGTERM); @@ -259,27 +261,34 @@ FD_ZERO(&read_set); FD_ZERO(&write_set); pptp_fd_set(conn, &read_set, &write_set, &max_fd); - pptp_dispatch(conn, &read_set, &write_set); - /* wait for a respond, a timeout because there might not be one */ - FD_ZERO(&read_set); - FD_ZERO(&write_set); - pptp_fd_set(conn, &read_set, &write_set, &max_fd); - tv.tv_sec = 2; - tv.tv_usec = 0; - select(max_fd + 1, &read_set, &write_set, NULL, &tv); - pptp_dispatch(conn, &read_set, &write_set); - if (i > 0) sleep(2); - /* no more open calls. Close the connection. */ - pptp_conn_close(conn, PPTP_STOP_LOCAL_SHUTDOWN); - /* wait for a respond, a timeout because there might not be one */ - FD_ZERO(&read_set); - FD_ZERO(&write_set); - pptp_fd_set(conn, &read_set, &write_set, &max_fd); - tv.tv_sec = 2; - tv.tv_usec = 0; - select(max_fd + 1, &read_set, &write_set, NULL, &tv); - pptp_dispatch(conn, &read_set, &write_set); - sleep(2); + tv.tv_sec = 0; + tv.tv_usec = 0; + select(max_fd + 1, &read_set, &write_set, NULL, &tv); + rc = pptp_dispatch(conn, &read_set, &write_set); + if (rc > 0) { + /* wait for a respond, a timeout because there might not be one */ + FD_ZERO(&read_set); + FD_ZERO(&write_set); + pptp_fd_set(conn, &read_set, &write_set, &max_fd); + tv.tv_sec = 2; + tv.tv_usec = 0; + select(max_fd + 1, &read_set, &write_set, NULL, &tv); + rc = pptp_dispatch(conn, &read_set, &write_set); + if (rc > 0) { + if (i > 0) sleep(2); + /* no more open calls. Close the connection. */ + pptp_conn_close(conn, PPTP_STOP_LOCAL_SHUTDOWN); + /* wait for a respond, a timeout because there might not be one */ + FD_ZERO(&read_set); + FD_ZERO(&write_set); + pptp_fd_set(conn, &read_set, &write_set, &max_fd); + tv.tv_sec = 2; + tv.tv_usec = 0; + select(max_fd + 1, &read_set, &write_set, NULL, &tv); + pptp_dispatch(conn, &read_set, &write_set); + if (rc > 0) sleep(2); + } + } /* with extreme prejudice */ pptp_conn_destroy(conn); vector_destroy(call_list); diff -ur pptp-1.6.0/pptp_ctrl.c pptp-linux/pptp_ctrl.c --- pptp-1.6.0/pptp_ctrl.c 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/pptp_ctrl.c 2005-03-31 16:52:05.000000000 +0100 @@ -1,7 +1,7 @@ /* pptp_ctrl.c ... handle PPTP control connection. * C. Scott Ananian * - * $Id: pptp_ctrl.c,v 1.29 2004/12/13 22:06:46 quozl Exp $ + * $Id: pptp_ctrl.c,v 1.31 2005/03/31 07:42:39 quozl Exp $ */ #include @@ -171,7 +171,7 @@ /* Local prototypes */ static void pptp_reset_timer(void); -static void pptp_handle_timer(int sig); +static void pptp_handle_timer(); /* Write/read as much as we can without blocking. */ int pptp_write_some(PPTP_CONN * conn); int pptp_read_some(PPTP_CONN * conn); @@ -257,7 +257,6 @@ /* Open new pptp_connection. Returns NULL on failure. */ PPTP_CONN * pptp_conn_open(int inet_sock, int isclient, pptp_conn_cb callback) { - struct sigaction sigact; PPTP_CONN *conn; /* Allocate structure */ if ((conn = malloc(sizeof(*conn))) == NULL) return NULL; @@ -306,11 +305,9 @@ } /* Set up interval/keep-alive timer */ /* First, register handler for SIGALRM */ - sigact.sa_handler = pptp_handle_timer; - sigemptyset(&sigact.sa_mask); - sigact.sa_flags = SA_RESTART; + sigpipe_create(); + sigpipe_assign(SIGALRM); global.conn = conn; - sigaction(SIGALRM, &sigact, &global.old_sigaction); /* Reset event timer */ pptp_reset_timer(); /* all done. */ @@ -447,7 +444,7 @@ pptp_call_destroy(conn, vector_get_Nth(conn->call, i)); /* notify */ if (conn->callback != NULL) conn->callback(conn, CONN_CLOSE_DONE); - sigaction(SIGALRM, &global.old_sigaction, NULL); + sigpipe_close(); close(conn->inet_sock); /* deallocate */ vector_destroy(conn->call); @@ -467,6 +464,10 @@ /* Always add fd to read_set. (always want something to read) */ FD_SET(conn->inet_sock, read_set); if (*max_fd < conn->inet_sock) *max_fd = conn->inet_sock; + /* Add signal pipe file descriptor to set */ + int sig_fd = sigpipe_fd(); + FD_SET(sig_fd, read_set); + if (*max_fd < sig_fd) *max_fd = sig_fd; } /*** handle any pptp file descriptors set in fd_set, and clear them ***********/ @@ -474,6 +475,11 @@ { int r = 0; assert(conn && conn->call); + /* Check for signals */ + if (FD_ISSET(sigpipe_fd(), read_set)) { + if (sigpipe_read() == SIGALRM) pptp_handle_timer(); + FD_CLR(sigpipe_fd(), read_set); + } /* Check write_set could be set. */ if (FD_ISSET(conn->inet_sock, write_set)) { FD_CLR(conn->inet_sock, write_set); @@ -1026,7 +1032,7 @@ /*** Handle keep-alive timer **************************************************/ -static void pptp_handle_timer(int sig) +static void pptp_handle_timer() { int i; /* "Keep Alives and Timers, 1": check connection state */ @@ -1038,16 +1044,15 @@ pptp_conn_close(global.conn, PPTP_STOP_NONE); } /* "Keep Alives and Timers, 2": check echo status */ - if (global.conn->ka_state == KA_OUTSTANDING) /*no response to keep-alive*/ - pptp_conn_close(global.conn, PPTP_STOP_NONE); - else { /* ka_state == NONE */ /* send keep-alive */ + if (global.conn->ka_state == KA_OUTSTANDING) { + /* no response to keep-alive */ + log ("closing control connection due to missing echo reply"); + pptp_conn_close(global.conn, PPTP_STOP_NONE); + } else { /* ka_state == NONE */ /* send keep-alive */ struct pptp_echo_rqst rqst = { PPTP_HEADER_CTRL(PPTP_ECHO_RQST), hton32(global.conn->ka_id) }; pptp_send_ctrl_packet(global.conn, &rqst, sizeof(rqst)); global.conn->ka_state = KA_OUTSTANDING; - /* XXX FIXME: wake up ctrl thread -- or will the SIGALRM do that - * automagically? XXX - */ } /* check incoming/outgoing call states for !IDLE && !ESTABLISHED */ for (i = 0; i < vector_size(global.conn->call); i++) { diff -ur pptp-1.6.0/TODO pptp-linux/TODO --- pptp-1.6.0/TODO 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/TODO 2005-03-10 01:18:20.000000000 +0000 @@ -1,3 +1,12 @@ +10th March 2005 + +- call manager is not being reused as it was designed to be; if a +tunnel is started within a minute of a tunnel being stopped, it does +not succeed; symptom is LCP ConfReq's without any traffic from the +server. + +-- + - finish --max-echo-wait 11th August 2004 @@ -86,4 +95,4 @@ already-existing gre-copy process in the same way it uses an already-existing call manager. -$Id: TODO,v 1.21 2004/11/09 01:42:32 quozl Exp $ +$Id: TODO,v 1.22 2005/03/10 01:18:20 quozl Exp $ diff -ur pptp-1.6.0/util.c pptp-linux/util.c --- pptp-1.6.0/util.c 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/util.c 2005-03-10 01:18:20.000000000 +0000 @@ -1,7 +1,7 @@ /* util.c ....... error message utilities. * C. Scott Ananian * - * $Id: util.c,v 1.9 2004/11/09 23:26:15 quozl Exp $ + * $Id: util.c,v 1.10 2005/03/10 01:18:20 quozl Exp $ */ #include @@ -76,3 +76,83 @@ if (file) fclose(file); return ok; } + +/* signal to pipe delivery implementation */ +#include +#include +#include +#include + +/* pipe private to process */ +static int sigpipe[2]; + +/* create a signal pipe, returns 0 for success, -1 with errno for failure */ +int sigpipe_create() +{ + int rc; + + rc = pipe(sigpipe); + if (rc < 0) return rc; + + fcntl(sigpipe[0], F_SETFD, FD_CLOEXEC); + fcntl(sigpipe[1], F_SETFD, FD_CLOEXEC); + +#ifdef O_NONBLOCK +#define FLAG_TO_SET O_NONBLOCK +#else +#ifdef SYSV +#define FLAG_TO_SET O_NDELAY +#else /* BSD */ +#define FLAG_TO_SET FNDELAY +#endif +#endif + + rc = fcntl(sigpipe[1], F_GETFL); + if (rc != -1) + rc = fcntl(sigpipe[1], F_SETFL, rc | FLAG_TO_SET); + if (rc < 0) return rc; + return 0; +#undef FLAG_TO_SET +} + +/* generic handler for signals, writes signal number to pipe */ +void sigpipe_handler(int signum) +{ + write(sigpipe[1], &signum, sizeof(signum)); + signal(signum, sigpipe_handler); +} + +/* assign a signal number to the pipe */ +void sigpipe_assign(int signum) +{ + sigset_t sigset; + struct sigaction sa; + + sigemptyset(&sigset); + sigaddset(&sigset, signum); + + memset(&sa, 0, sizeof(sa)); + sa.sa_handler = sigpipe_handler; + sigaction(signum, &sa, NULL); +} + +/* return the signal pipe read file descriptor for select(2) */ +int sigpipe_fd() +{ + return sigpipe[0]; +} + +/* read and return the pending signal from the pipe */ +int sigpipe_read() +{ + int signum; + read(sigpipe[0], &signum, sizeof(signum)); + return signum; +} + +void sigpipe_close() +{ + close(sigpipe[0]); + close(sigpipe[1]); +} + diff -ur pptp-1.6.0/util.h pptp-linux/util.h --- pptp-1.6.0/util.h 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/util.h 2005-03-10 01:18:20.000000000 +0000 @@ -1,7 +1,7 @@ /* util.h ....... error message utilities. * C. Scott Ananian * - * $Id: util.h,v 1.5 2004/11/09 23:26:15 quozl Exp $ + * $Id: util.h,v 1.6 2005/03/10 01:18:20 quozl Exp $ */ #ifndef INC_UTIL_H @@ -32,4 +32,23 @@ int file2fd(const char *path, const char *mode, int fd); +/* signal to pipe delivery implementation */ + +/* create a signal pipe, returns 0 for success, -1 with errno for failure */ +int sigpipe_create(); + +/* generic handler for signals, writes signal number to pipe */ +void sigpipe_handler(int signum); + +/* assign a signal number to the pipe */ +void sigpipe_assign(int signum); + +/* return the signal pipe read file descriptor for select(2) */ +int sigpipe_fd(); + +/* read and return the pending signal from the pipe */ +int sigpipe_read(); + +void sigpipe_close(); + #endif /* INC_UTIL_H */ --- NEW FILE pptp.spec --- Name: pptp Version: 1.6.0 Release: 3%{?dist} Summary: Point-to-Point Tunneling Protocol (PPTP) Client Group: Applications/Internet License: GPL URL: http://pptpclient.sourceforge.net/ Source0: http://dl.sf.net/pptpclient/pptp-%{version}.tar.gz Patch0: pptp-cvs20050331.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ppp >= 2.4.2 %description Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based VPN as used by employers and some cable and ADSL service providers. %prep %setup -q %patch0 -p1 %build %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} DESTDIR=$RPM_BUILD_ROOT install %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING %doc ChangeLog Documentation/DESIGN.PPTP %attr(755,root,root) %{_sbindir}/pptp %{_mandir}/man8/pptp.8* # /etc/ppp is hardcoded instead of using %{_sysconfdir}/ppp because the # Fedora Core ppp package hardcodes the directory name %config(noreplace) /etc/ppp/options.pptp %changelog * Tue May 10 2005 Paul Howarth 1.6.0-3%{?dist} - fix URL for SOURCE0 not to point to a specific sf.net mirror * Tue May 10 2005 Paul Howarth 1.6.0-2%{?dist} - Weed out documentation useful only to developers - Add dist tag - Use full URL for SOURCE0 - Fix permissions on %{_sbindir}/pptp * Fri May 6 2005 Paul Howarth 1.6.0-1 - First build for Fedora Extras, based on upstream spec file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pptp/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 May 2005 14:28:14 -0000 1.1 +++ .cvsignore 10 May 2005 14:29:42 -0000 1.2 @@ -0,0 +1 @@ +pptp-1.6.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pptp/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 May 2005 14:28:14 -0000 1.1 +++ sources 10 May 2005 14:29:42 -0000 1.2 @@ -0,0 +1 @@ +9a706327fb9827541d7c86d48ceb9631 pptp-1.6.0.tar.gz From fedora-extras-commits at redhat.com Tue May 10 14:50:39 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 10 May 2005 10:50:39 -0400 Subject: web/html/download test.php,1.2,1.3 Message-ID: <200505101450.j4AEodJV024402@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/web/html/download In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24394 Modified Files: test.php Log Message: test3 Index: test.php =================================================================== RCS file: /cvs/fedora/web/html/download/test.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- test.php 11 Apr 2005 15:37:50 -0000 1.2 +++ test.php 10 May 2005 14:50:37 -0000 1.3 @@ -82,34 +82,34 @@

    Downloading the ISO Images

    -

    The ISO images of 4 test 2 are located at the following URL:

    +

    The ISO images of 4 test 3 are located at the following URL:

    -http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.91/i386/iso/ or -http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.91/ppc/iso/ or -http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.91/x86_64/iso/ +http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.92/i386/iso/ or +http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.92/ppc/iso/ or +http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.92/x86_64/iso/

    Download the following ISO image files as needed:

    -FC4-test2-i386-DVD.iso -FC4-test2-i386-disc1.iso -FC4-test2-i386-disc2.iso -FC4-test2-i386-disc3.iso -FC4-test2-i386-disc4.iso -FC4-test2-ppc-DVD.iso -FC4-test2-ppc-disc1.iso -FC4-test2-ppc-disc2.iso -FC4-test2-ppc-disc3.iso -FC4-test2-ppc-disc4.iso -FC4-test2-ppc-disc5.iso -FC4-test2-x86_64-DVD.iso -FC4-test2-x86_64-disc1.iso -FC4-test2-x86_64-disc2.iso -FC4-test2-x86_64-disc3.iso -FC4-test2-x86_64-disc4.iso -FC4-test2-x86_64-disc5.iso +FC4-test3-i386-DVD.iso (sha1sum: 0936ab6d113339c0ee29b5271d3c11a322077597)
    +FC4-test3-i386-disc1.iso (sha1sum: 4f105f43434a1630988910f9e94435725369f77a)
    +FC4-test3-i386-disc2.iso (sha1sum: f0b6a922eccade7a9c56be14ed007aba0e3c6f8f)
    +FC4-test3-i386-disc3.iso (sha1sum: 5d095f589e17d31d676a6be9fe4a3bbc1d559a78)
    +FC4-test3-i386-disc4.iso (sha1sum: 11cbb2be45d7dec6c3f5db65fc296541db7c1864)
    +FC4-test3-ppc-DVD.iso (sha1sum: d2b967625fc34f5b2671204d165f86ec98c74f1e)
    +FC4-test3-ppc-disc1.iso (sha1sum: 0045a3ac8172fa5690355c94436cc86f82dcb4df)
    +FC4-test3-ppc-disc2.iso (sha1sum: 2e9637ada0ad13c1b520601b3cfafd25286fa021)
    +FC4-test3-ppc-disc3.iso (sha1sum: bea5a838e864dba34f42131e1b609df48cf18fc0)
    +FC4-test3-ppc-disc4.iso (sha1sum: 0c9c4d5312d58a2ce69208d77e141828614cfb7b)
    +FC4-test3-ppc-disc5.iso (sha1sum: 3778e548b4f288c94b48df417e556c3081134d5e)
    +FC4-test3-x86_64-DVD.iso (sha1sum: 50938d81a4cf0429cea6b41b3123ccb9fa6d7994)
    +FC4-test3-x86_64-disc1.iso (sha1sum: cd50871fa781e0fe04400b280546c5aa019b4067)
    +FC4-test3-x86_64-disc2.iso (sha1sum: d03492c6faedc7dacb335f4a86eef77771b025d2)
    +FC4-test3-x86_64-disc3.iso (sha1sum: 1967e832c825d3d52bfc87e298f3a16c9779bb26)
    +FC4-test3-x86_64-disc4.iso (sha1sum: f189f9368ad4fc2b92d310fa1af45899c4238a01)
    +FC4-test3-x86_64-disc5.iso (sha1sum: 862c058ff9043e60b94f29b81855018dbd4f4409)

    @@ -190,7 +190,7 @@

    Boot From the CD-ROM to Run the Installation Program

    -Note that 4 test 2 does not come with +Note that 4 test 3 does not come with floppy boot images. You must boot from CD, or via methods such as PXE.

    From fedora-extras-commits at redhat.com Tue May 10 14:50:46 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 10 May 2005 10:50:46 -0400 Subject: web/html index.php,1.5,1.6 Message-ID: <200505101450.j4AEoksQ024416@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/web/html In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24408 Modified Files: index.php Log Message: test3 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.php 4 May 2005 11:25:19 -0000 1.5 +++ index.php 10 May 2005 14:50:44 -0000 1.6 @@ -46,6 +46,16 @@

    Latest Fedora News

    + [10 May 2005] Fedora Core 4 test 3 now available
    + The third test release of Fedora Core 4 + is
    now available. New features in FC4 + test 3 include GNOME 2.10, KDE 3.4, and a preview of GCC 4.0. PowerPC is + also supported. Download it from the torrent. File bugs in + bugzilla against Fedora + Core, version fc4test3. Discuss this release on + fedora-test-list. +

    +

    [03 May 2005] Endorsement of fedoraforum.org
    The Fedora Project now endorses fedoraforum.org as its end-user @@ -59,16 +69,6 @@ Germany on the 24th and 25th of June.

    - [15 Apr 2005] Fedora Core 4 test 2 now available
    - The second test release of Fedora Core 4 - is now available. New features in FC4 - test 2 include GNOME 2.10, KDE 3.4, and a preview of GCC 4.0. PowerPC is - also supported. Download it from the torrent. File bugs in - bugzilla against Fedora - Core, version fc4test2. Discuss this release on - fedora-test-list. -

    -

    [15 Apr 2005] Fedora Core 2 moves to Legacy Project
    The Fedora Steering Committee announces the transfer of Fedora Core 2 to the From fedora-extras-commits at redhat.com Tue May 10 15:09:32 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 11:09:32 -0400 Subject: rpms/libglademm24/FC-3 .cvsignore, 1.2, 1.3 libglademm.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200505101509.j4AF9WSA025590@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libglademm24/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25569 Modified Files: .cvsignore libglademm.spec sources Log Message: Upgrade to latest of version of 2.4 line. Fixed potential compile problems with gcc 3.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libglademm24/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:44:06 -0000 1.2 +++ .cvsignore 10 May 2005 15:09:30 -0000 1.3 @@ -1 +1 @@ -libglademm-2.4.1.tar.bz2 +libglademm-2.4.2.tar.bz2 Index: libglademm.spec =================================================================== RCS file: /cvs/extras/rpms/libglademm24/FC-3/libglademm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libglademm.spec 10 Dec 2004 22:03:05 -0000 1.2 +++ libglademm.spec 10 May 2005 15:09:30 -0000 1.3 @@ -1,5 +1,5 @@ Name: libglademm24 -Version: 2.4.1 +Version: 2.4.2 Release: 1 Epoch: 0 Summary: A C++ wrapper for libglade @@ -79,6 +79,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue May 10 2005 Denis Leroy - 0:2.4.2-1 +- Upgrade to 2.4.2 + * Mon Jun 27 2004 Denis Leroy - 0:2.4.1-0.fdr.1 - Upgrade to 2.4.1 - Moved docs to regular directory, disabled devhelp Index: sources =================================================================== RCS file: /cvs/extras/rpms/libglademm24/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:44:06 -0000 1.2 +++ sources 10 May 2005 15:09:30 -0000 1.3 @@ -1 +1 @@ -81688d8499028aee8132db48a71e90eb libglademm-2.4.1.tar.bz2 +879d72c508ec284f34897eb0f1130c17 libglademm-2.4.2.tar.bz2 From fedora-extras-commits at redhat.com Tue May 10 15:11:05 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 11:11:05 -0400 Subject: rpms/glibmm24/FC-3 .cvsignore, 1.2, 1.3 glibmm.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200505101511.j4AFB5hi025629@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25608 Modified Files: .cvsignore glibmm.spec sources Log Message: Upgrade to latest version of 2.4 series. Fixes compile problems with newer g++ version (bug 157293) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:25:22 -0000 1.2 +++ .cvsignore 10 May 2005 15:11:03 -0000 1.3 @@ -1 +1 @@ -glibmm-2.4.4.tar.bz2 +glibmm-2.4.7.tar.bz2 Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-3/glibmm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glibmm.spec 7 Dec 2004 22:32:32 -0000 1.2 +++ glibmm.spec 10 May 2005 15:11:03 -0000 1.3 @@ -1,5 +1,5 @@ Name: glibmm24 -Version: 2.4.5 +Version: 2.4.7 Release: 1 Epoch: 0 Summary: A C++ interface for GTK2 (a GUI library for X). @@ -81,6 +81,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Tue May 10 2005 Denis Leroy - 0:2.4.7-1 +- Upgrade to 2.4.7 + * Wed Nov 17 2004 Denis Leroy - 0:2.4.5-1 - Upgrade to glibmm 2.4.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 7 Dec 2004 22:32:32 -0000 1.3 +++ sources 10 May 2005 15:11:03 -0000 1.4 @@ -1 +1 @@ -61b6c798d629418751f74e596b2f3d43 glibmm-2.4.5.tar.bz2 +affaa97f9e082ba4f4e7497dc4b32c9f glibmm-2.4.7.tar.bz2 From fedora-extras-commits at redhat.com Tue May 10 15:11:55 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 11:11:55 -0400 Subject: rpms/gtkmm24/FC-3 .cvsignore, 1.2, 1.3 gtkmm.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200505101511.j4AFBuow025671@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25650 Modified Files: .cvsignore gtkmm.spec sources Log Message: Upgrade to latest version of 2.4 series. Fixes compile problems with newer g++ version (bug 157293) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:31:16 -0000 1.2 +++ .cvsignore 10 May 2005 15:11:53 -0000 1.3 @@ -1 +1 @@ -gtkmm-2.4.5.tar.bz2 +gtkmm-2.4.11.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-3/gtkmm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtkmm.spec 26 Jan 2005 00:10:44 -0000 1.3 +++ gtkmm.spec 10 May 2005 15:11:53 -0000 1.4 @@ -1,5 +1,5 @@ Name: gtkmm24 -Version: 2.4.8 +Version: 2.4.11 Release: 1 Epoch: 0 Summary: A C++ interface for GTK2 (a GUI library for X). @@ -51,7 +51,7 @@ %build -%configure --enable-static --enable-shared +%configure --enable-static --enable-shared --disable-examples --disable-demos make %{?_smp_mflags} @@ -99,6 +99,10 @@ %changelog +* Tue May 10 2005 Denis Leroy - 0:2.4.11-1 +- Update to gtkmm 2.4.11 +- Disabled building of examples and demos + * Sat Jan 15 2005 Rick L Vinyard Jr - 0:2.4.8-1 - Update for gtkmm 2.4.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-3/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Jan 2005 00:10:44 -0000 1.4 +++ sources 10 May 2005 15:11:53 -0000 1.5 @@ -1 +1 @@ -c2aee4c259a75fa0dc766d402bef253b gtkmm-2.4.8.tar.bz2 +35ae78ef687f49900af761045202ccb2 gtkmm-2.4.11.tar.bz2 From fedora-extras-commits at redhat.com Tue May 10 16:04:34 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 12:04:34 -0400 Subject: devel/libksba libksba-0.9.11.tar.gz.sig, NONE, 1.1 .cvsignore, 1.3, 1.4 libksba.spec, 1.9, 1.10 sources, 1.3, 1.4 libksba-0.9.9-underquoted.patch, 1.1, NONE libksba-0.9.9.tar.gz.sig, 1.1, NONE Message-ID: <200505101604.j4AG4YZa026732@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/libksba In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26708 Modified Files: .cvsignore libksba.spec sources Added Files: libksba-0.9.11.tar.gz.sig Removed Files: libksba-0.9.9-underquoted.patch libksba-0.9.9.tar.gz.sig Log Message: Merge upgrade package changes from Rex. --- NEW FILE libksba-0.9.11.tar.gz.sig --- ?? Index: .cvsignore =================================================================== RCS file: /cvs/extras/devel/libksba/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Feb 2005 19:32:51 -0000 1.3 +++ .cvsignore 10 May 2005 16:04:32 -0000 1.4 @@ -1 +1 @@ -libksba-0.9.9.tar.gz +libksba-0.9.11.tar.gz Index: libksba.spec =================================================================== RCS file: /cvs/extras/devel/libksba/libksba.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libksba.spec 6 Apr 2005 22:12:22 -0000 1.9 +++ libksba.spec 10 May 2005 16:04:32 -0000 1.10 @@ -1,15 +1,13 @@ Summary: X.509 library Name: libksba -Version: 0.9.9 -Release: 2%{?dist_tag} - +Version: 0.9.11 +Release: 1%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.gnupg.org/ -Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-0.9.9.tar.gz -Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-0.9.9.tar.gz.sig -Patch0: libksba-0.9.9-underquoted.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.gz +Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.gz.sig +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgpg-error >= 0.7 BuildRequires: libgcrypt-devel >= 1.2.0 @@ -30,7 +28,6 @@ %prep %setup -q -%patch -p1 -b .underquoted %build @@ -39,6 +36,8 @@ # not smp safe make + +%check || : make check @@ -58,11 +57,11 @@ %postun -p /sbin/ldconfig %post devel -install-info %{_infodir}/ksba.info.gz %{_infodir}/dir ||: +install-info %{_infodir}/ksba.info %{_infodir}/dir ||: %postun devel if [ $1 -eq 0 ]; then - install-info --delete %{_infodir}/ksba.info.gz %{_infodir}/dir ||: + install-info --delete %{_infodir}/ksba.info %{_infodir}/dir ||: fi @@ -74,20 +73,28 @@ %files devel %defattr(-,root,root,-) %{_bindir}/* -%{_libdir}/*.a -%{_libdir}/*.so +%{_libdir}/lib*.a +%{_libdir}/lib*.so %{_includedir}/* %{_datadir}/aclocal/* %{_infodir}/* %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu Apr 21 2005 Rex Dieter 0.9.11-1 +- 0.9.11 +- drop upstreamed acquote patch + +* Fri Apr 7 2005 Michael Schwendt - 0.9.9-2 - rebuilt * Tue Feb 1 2005 Michael Schwendt - 0:0.9.9-1 - Minus BR libtool, add epoch to -devel req, fix underquoted ksba.m4. +* Fri Oct 22 2004 Rex Dieter 0:0.9.9-0.fdr.2 +- remove hard-coded .gz from %%post/%%postun +- add %%check section + * Tue Oct 19 2004 Rex Dieter 0:0.9.9-0.fdr.1 - 0.9.9 Index: sources =================================================================== RCS file: /cvs/extras/devel/libksba/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Feb 2005 19:32:51 -0000 1.3 +++ sources 10 May 2005 16:04:32 -0000 1.4 @@ -1 +1 @@ -49085f4435e7506c790ae23342b01b37 libksba-0.9.9.tar.gz +f21912398467e0c93ae1abeb8f6b3a3d libksba-0.9.11.tar.gz --- libksba-0.9.9-underquoted.patch DELETED --- --- libksba-0.9.9.tar.gz.sig DELETED --- From fedora-extras-commits at redhat.com Tue May 10 16:23:13 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 12:23:13 -0400 Subject: rpms/gnupg2/devel gnupg-1.9.16-pth.patch, NONE, 1.1 gnupg-1.9.16-strsignal.patch, NONE, 1.1 gnupg-1.9.16-testverbose.patch, NONE, 1.1 gnupg-1.9.16.tar.bz2.sig, NONE, 1.1 .cvsignore, 1.2, 1.3 gnupg2.spec, 1.7, 1.8 sources, 1.3, 1.4 gnupg-1.9.15.tar.bz2.sig, 1.1, NONE Message-ID: <200505101623.j4AGNDs7026937@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26906 Modified Files: .cvsignore gnupg2.spec sources Added Files: gnupg-1.9.16-pth.patch gnupg-1.9.16-strsignal.patch gnupg-1.9.16-testverbose.patch gnupg-1.9.16.tar.bz2.sig Removed Files: gnupg-1.9.15.tar.bz2.sig Log Message: * Tue May 10 2005 Michael Schwendt - 1.9.16-1 - Merge changes from Rex's 1.9.16-1 (Thu Apr 21): - opensc support unconditional - remove hard-coded .gz from %post/%postun - add %check section - add pth patch - Put back patch modified from 1.9.15-4 to make tests verbose and change signal.c to describe received signals better. gnupg-1.9.16-pth.patch: --- NEW FILE gnupg-1.9.16-pth.patch --- --- gnupg-1.9.16/scd/command.c.pth 2005-04-20 05:23:46.000000000 -0500 +++ gnupg-1.9.16/scd/command.c 2005-04-26 09:17:35.000000000 -0500 @@ -1264,7 +1264,7 @@ else locked_session = ctrl->server_local; -#ifdef USE_GNU_PTH +#if 0 if (rc && has_option (line, "--wait")) { pth_sleep (1); /* Better implement an event mechanism. However, gnupg-1.9.16-strsignal.patch: --- NEW FILE gnupg-1.9.16-strsignal.patch --- diff -Nur gnupg-1.9.16-orig/common/signal.c gnupg-1.9.16/common/signal.c --- gnupg-1.9.16-orig/common/signal.c 2004-12-21 11:03:00.000000000 +0100 +++ gnupg-1.9.16/common/signal.c 2005-05-10 07:55:06.000000000 +0200 @@ -73,12 +73,12 @@ static const char * get_signal_name( int signum ) { -#if defined(SYS_SIGLIST_DECLARED) && defined(NSIG) - return (signum >= 0 && signum < NSIG) ? sys_siglist[signum] : "?"; -#else - return "some signal"; -#endif + const char* tmp = strsignal(signum); + if (tmp) + return tmp; + else + return "some signal"; } #endif /*!HAVE_DOSISH_SYSTEM*/ gnupg-1.9.16-testverbose.patch: --- NEW FILE gnupg-1.9.16-testverbose.patch --- diff -Nur gnupg-1.9.16-orig/tests/runtest gnupg-1.9.16/tests/runtest --- gnupg-1.9.16-orig/tests/runtest 2004-02-20 14:46:35.000000000 +0100 +++ gnupg-1.9.16/tests/runtest 2005-05-10 07:49:56.000000000 +0200 @@ -1,4 +1,4 @@ #!/bin/sh [ -x "$1" ] && exec $1 $2 -exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1" +exec ./asschk --verbose --no-echo -DGPGSM=${GPGSM} <"$1" --- NEW FILE gnupg-1.9.16.tar.bz2.sig --- ?? Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Feb 2005 22:40:35 -0000 1.2 +++ .cvsignore 10 May 2005 16:23:11 -0000 1.3 @@ -1 +1 @@ -gnupg-1.9.14.tar.bz2 +gnupg-1.9.16.tar.bz2 Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnupg2.spec 8 May 2005 19:41:17 -0000 1.7 +++ gnupg2.spec 10 May 2005 16:23:11 -0000 1.8 @@ -1,16 +1,17 @@ -# $Id$ - Summary: GNU utility for secure communication and data storage Name: gnupg2 -Version: 1.9.15 -Release: 4%{?dist_tag} - +Version: 1.9.16 +Release: 1%{?dist} License: GPL Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig URL: http://www.gnupg.org/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Patch0: gnupg-1.9.16-pth.patch +Patch1: gnupg-1.9.16-strsignal.patch +Patch2: gnupg-1.9.16-testverbose.patch Obsoletes: newpg < 0.9.5 @@ -28,12 +29,9 @@ BuildRequires: libgpg-error-devel => 1.0 Requires: libgpg-error >= 1.0 BuildRequires: libassuan-devel >= 0.6.9 -BuildRequires: libksba-devel >= 0.9.7 -# to build without opensc support: --without opensc -%{!?_without_opensc:BuildRequires: opensc-devel >= 0.9} -%{!?_without_opensc:BuildRequires: pcsc-lite-devel } -%{?_without_opensc:BuildConflicts: opensc-devel } - +BuildRequires: libksba-devel >= 0.9.11 +BuildRequires: opensc-devel >= 0.9 +BuildRequires: pcsc-lite-devel BuildRequires: gettext BuildRequires: openldap-devel BuildRequires: libusb-devel @@ -50,20 +48,25 @@ Provides: openpgp %description -GnuPG 1.9 is the future version of GnuPG; it is based on the gnupg-1.3 -code and the previous newpg package. It will eventually lead to a -GnuPG 2.0 release. Note that GnuPG 1.3 and 1.9 are not always in sync -and thus features and bug fixes done in 1.3 are not necessary -available in 1.9. - -You should use this GnuPG version if you want to use the gpg-agent or -gpgsm (the S/MIME variant of gpg). Note that the gpg-agent is also -helpful when using the standard gpg versions (1.2.x or 1.3.x). +GnuPG 1.9 is the development version of GnuPG; it is based on some old +GnuPG 1.3 code and the previous NewPG package. It will eventually +lead to a GnuPG 2.0 release. Note that GnuPG 1.4 and 1.9 are not yet +in sync and thus features and bug fixes done in 1.4 are not available +in 1.9. *Please keep on using 1.4.x for OpenPGP*; 1.9.x and 1.4.x may +be installed simultaneously. + +You should use GnuPG 1.9 if you want to use the gpg-agent or gpgsm +(the S/MIME variant of gpg). The gpg-agent is also helpful when using +the stable gpg version 1.4 (as well as the old 1.2 series). %prep %setup -q -n gnupg-%{version} +%patch0 -p1 -b .pth +%patch1 -p1 -b .strsignal +%patch2 -p1 -b .testverbose + %build @@ -72,15 +75,14 @@ %configure \ --program-prefix="%{?_program_prefix}" \ - --disable-rpath + --disable-rpath \ + --enable-gpg make %{?_smp_mflags} -make check - -%clean -rm -rf $RPM_BUILD_ROOT +%check || : +make check %install @@ -94,11 +96,11 @@ %post -/sbin/install-info %{_infodir}/gnupg.info.gz %{_infodir}/dir 2>/dev/null ||: +/sbin/install-info %{_infodir}/gnupg.info %{_infodir}/dir 2>/dev/null ||: %preun if [ $1 -eq 0 ]; then - /sbin/install-info --delete %{_infodir}/gnupg.info.gz %{_infodir}/dir \ + /sbin/install-info --delete %{_infodir}/gnupg.info %{_infodir}/dir \ 2>/dev/null ||: fi @@ -106,8 +108,10 @@ %files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO +#docs say to install suid root, but we won't, for now. #attr(4755,root,root) %{_bindir}/gpg2 %{_bindir}/gpg2 +%{_bindir}/gpg-connect-agent %{_bindir}/gpg-agent %{_bindir}/gpgconf %{_bindir}/gpgsm* @@ -123,7 +127,20 @@ %{_infodir}/* +%clean +rm -rf $RPM_BUILD_ROOT + + %changelog +* Tue May 10 2005 Michael Schwendt - 1.9.16-1 +- Merge changes from Rex's 1.9.16-1 (Thu Apr 21): +- opensc support unconditional +- remove hard-coded .gz from %%post/%%postun +- add %%check section +- add pth patch +- Put back patch modified from 1.9.15-4 to make tests verbose + and change signal.c to describe received signals better. + * Sun May 8 2005 Michael Schwendt - Drop patch0 again. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Feb 2005 17:20:20 -0000 1.3 +++ sources 10 May 2005 16:23:11 -0000 1.4 @@ -1 +1 @@ -7b1d0562b66b1853b77d511feb786629 gnupg-1.9.15.tar.bz2 +1282755dce9cf4a84e904ca0191017a3 gnupg-1.9.16.tar.bz2 --- gnupg-1.9.15.tar.bz2.sig DELETED --- From fedora-extras-commits at redhat.com Tue May 10 16:24:16 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 12:24:16 -0400 Subject: common tobuild,1.337,1.338 Message-ID: <200505101624.j4AGOGFV027007@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26990 Modified Files: tobuild Log Message: request build of rpms/libksba/devel libksba-0_9_11-1_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.337 retrieving revision 1.338 diff -u -r1.337 -r1.338 --- tobuild 10 May 2005 13:31:27 -0000 1.337 +++ tobuild 10 May 2005 16:24:14 -0000 1.338 @@ -13,3 +13,4 @@ thias rpms/proftpd/devel proftpd-1_2_10-4 devel qspencer rpms/fftw3/devel fftw3-3_0_1-3 devel qspencer rpms/octave/devel octave-2_1_70-1 devel +mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 16:24:35 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 12:24:35 -0400 Subject: common tobuild,1.338,1.339 Message-ID: <200505101624.j4AGOZJN027035@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27018 Modified Files: tobuild Log Message: request build of rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.338 retrieving revision 1.339 diff -u -r1.338 -r1.339 --- tobuild 10 May 2005 16:24:14 -0000 1.338 +++ tobuild 10 May 2005 16:24:33 -0000 1.339 @@ -14,3 +14,4 @@ qspencer rpms/fftw3/devel fftw3-3_0_1-3 devel qspencer rpms/octave/devel octave-2_1_70-1 devel mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 16:32:18 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:32:18 -0400 Subject: rpms/SoQt/devel SoQt-1.2.0-man3.diff,NONE,1.1 Message-ID: <200505101632.j4AGWI1s027094@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/SoQt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27074 Added Files: SoQt-1.2.0-man3.diff Log Message: New. SoQt-1.2.0-man3.diff: --- NEW FILE SoQt-1.2.0-man3.diff --- --- SoQt-1.2.0.orig/man/man3/Makefile.am 2003-03-06 10:58:20.000000000 +0100 +++ SoQt-1.2.0/man/man3/Makefile.am 2005-05-10 12:18:16.000000000 +0200 @@ -6,6 +6,7 @@ @( cd $(top_builddir); "@sim_ac_doxygen_exe@" sogui.doxygen ) filelist.txt: $(KEYMANPAGE) + rm -f *_.3 ls *.3 >filelist.txt if BUILD_MANPAGES --- SoQt-1.2.0.orig/man/man3/Makefile.in 2004-08-27 17:43:40.000000000 +0200 +++ SoQt-1.2.0/man/man3/Makefile.in 2005-05-10 12:18:54.000000000 +0200 @@ -1144,6 +1144,7 @@ @( cd $(top_builddir); "@sim_ac_doxygen_exe@" sogui.doxygen ) filelist.txt: $(KEYMANPAGE) + rm -f *_.3 ls *.3 >filelist.txt @BUILD_MANPAGES_TRUE at all-local: filelist.txt From fedora-extras-commits at redhat.com Tue May 10 16:33:13 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:33:13 -0400 Subject: rpms/SoQt/FC-3 SoQt-1.2.0-man3.diff,NONE,1.1 Message-ID: <200505101633.j4AGXDfm027127@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/SoQt/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27109 Added Files: SoQt-1.2.0-man3.diff Log Message: New. SoQt-1.2.0-man3.diff: --- NEW FILE SoQt-1.2.0-man3.diff --- --- SoQt-1.2.0.orig/man/man3/Makefile.am 2003-03-06 10:58:20.000000000 +0100 +++ SoQt-1.2.0/man/man3/Makefile.am 2005-05-10 12:18:16.000000000 +0200 @@ -6,6 +6,7 @@ @( cd $(top_builddir); "@sim_ac_doxygen_exe@" sogui.doxygen ) filelist.txt: $(KEYMANPAGE) + rm -f *_.3 ls *.3 >filelist.txt if BUILD_MANPAGES --- SoQt-1.2.0.orig/man/man3/Makefile.in 2004-08-27 17:43:40.000000000 +0200 +++ SoQt-1.2.0/man/man3/Makefile.in 2005-05-10 12:18:54.000000000 +0200 @@ -1144,6 +1144,7 @@ @( cd $(top_builddir); "@sim_ac_doxygen_exe@" sogui.doxygen ) filelist.txt: $(KEYMANPAGE) + rm -f *_.3 ls *.3 >filelist.txt @BUILD_MANPAGES_TRUE at all-local: filelist.txt From fedora-extras-commits at redhat.com Tue May 10 16:39:15 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 12:39:15 -0400 Subject: common tobuild,1.339,1.340 Message-ID: <200505101639.j4AGdF1S027223@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27206 Modified Files: tobuild Log Message: request build of rpms/glibmm24/FC-3 glibmm24-2_4_7-1 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.339 retrieving revision 1.340 diff -u -r1.339 -r1.340 --- tobuild 10 May 2005 16:24:33 -0000 1.339 +++ tobuild 10 May 2005 16:39:13 -0000 1.340 @@ -15,3 +15,4 @@ qspencer rpms/octave/devel octave-2_1_70-1 devel mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel +denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 From fedora-extras-commits at redhat.com Tue May 10 16:40:18 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 10 May 2005 12:40:18 -0400 Subject: rpms/GtkAda/devel GtkAda.spec,1.8,1.9 Message-ID: <200505101640.j4AGeIIU027251@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/GtkAda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27234 Modified Files: GtkAda.spec Log Message: Remove excludearch x86_64; BR textinfo, tetex-dvips Index: GtkAda.spec =================================================================== RCS file: /cvs/extras/rpms/GtkAda/devel/GtkAda.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- GtkAda.spec 6 Apr 2005 22:10:46 -0000 1.8 +++ GtkAda.spec 10 May 2005 16:40:16 -0000 1.9 @@ -1,6 +1,6 @@ Name: GtkAda Version: 2.4.0 -Release: 4 +Release: 5 Summary: Ada95 graphical toolkit based on Gtk+ @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-gnat, libgnat, perl, xorg-x11-devel BuildRequires: gtk2-devel, libgnome-devel, libgnomeui-devel, bonobo-activation-devel, libbonoboui-devel, libglade2-devel -ExcludeArch: x86_64 +BuildRequires: texinfo, tetex-dvips %description GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the @@ -112,7 +112,11 @@ %doc known-problems %changelog -* Fri Apr 7 2005 Michael Schwendt +* Tue May 10 2005 Thorsten Leemhuis 2.4.0-5 +- Remove excludearch x86_64 (gcc-gnat now in FC4 for x86_64) +- BR textinfo, tetex-dvips + +* Fri Apr 7 2005 Michael Schwendt 2.4.0-4 - rebuilt * Sun Feb 13 2005 Gerard Milmeister - 0:2.4.0-3 From fedora-extras-commits at redhat.com Tue May 10 16:41:06 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:41:06 -0400 Subject: rpms/SoQt/devel SoQt.spec,1.7,1.8 Message-ID: <200505101641.j4AGfbfs027318@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/SoQt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27286/devel Modified Files: SoQt.spec Log Message: - Add *-man3.diff. Prevent bogus manpages. - Mark html as %doc. - Install html docs into %%{_datadir}/Coin2/SoQt. Index: SoQt.spec =================================================================== RCS file: /cvs/extras/rpms/SoQt/devel/SoQt.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- SoQt.spec 9 May 2005 03:59:31 -0000 1.7 +++ SoQt.spec 10 May 2005 16:41:04 -0000 1.8 @@ -1,10 +1,10 @@ -%define _includedir %{expand:%%(coin-config --includedir)} +%define coin_includedir %{expand:%%(coin-config --includedir)} +%define coin_htmldir %{expand:%%(coin-config --datadir)/Coin2} Summary: High-level 3D visualization library Name: SoQt Version: 1.2.0 -Release: 4.fc4 - +Release: 5%{?dist} License: GPL Group: System Environment/Libraries @@ -20,6 +20,7 @@ # aclocal-1.7 -I cfg/m4 # autoconf Patch1: SoQt-1.2.0-config.diff.bz2 +Patch2: SoQt-1.2.0-man3.diff BuildRequires: doxygen BuildRequires: Coin2-devel qt-devel @@ -51,14 +52,17 @@ %setup %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh %configure \ + --includedir=%{coin_includedir} \ --without-mesa \ --disable-dependency-tracking \ --enable-man \ - --enable-html + --enable-html \ + htmldir=%{coin_htmldir}/SoQt make %install @@ -84,14 +88,19 @@ %{_bindir}/* %{_datadir}/aclocal/soqt.m4 %{_datadir}/Coin -%{_datadir}/SoQt -%{_includedir}/* +%doc %{coin_htmldir}/* +%{coin_includedir}/* %{_libdir}/libSoQt.*a %{_libdir}/libSoQt.so %{_mandir}/man?/*.?.gz %changelog +* Mon May 10 2005 Ralf Corsepius - 0:1.2.0-5 +- Add *-man3.diff. Prevent bogus manpages. +- Mark html as %doc. +- Install html docs into %%{_datadir}/Coin2/SoQt. + * Mon May 09 2005 Ralf Corsepius - 0:1.2.0-4 - Add Provides:Coin2-SoQt*. From fedora-extras-commits at redhat.com Tue May 10 16:41:07 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:41:07 -0400 Subject: rpms/SoQt/FC-3 SoQt.spec,1.5,1.6 Message-ID: <200505101641.j4AGfbg6027321@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/SoQt/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27286/FC-3 Modified Files: SoQt.spec Log Message: - Add *-man3.diff. Prevent bogus manpages. - Mark html as %doc. - Install html docs into %%{_datadir}/Coin2/SoQt. Index: SoQt.spec =================================================================== RCS file: /cvs/extras/rpms/SoQt/FC-3/SoQt.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- SoQt.spec 9 May 2005 03:59:15 -0000 1.5 +++ SoQt.spec 10 May 2005 16:41:05 -0000 1.6 @@ -1,10 +1,10 @@ -%define _includedir %{expand:%%(coin-config --includedir)} +%define coin_includedir %{expand:%%(coin-config --includedir)} +%define coin_htmldir %{expand:%%(coin-config --datadir)/Coin2} Summary: High-level 3D visualization library Name: SoQt Version: 1.2.0 -Release: 4.fc3 - +Release: 5%{?dist} License: GPL Group: System Environment/Libraries @@ -20,6 +20,7 @@ # aclocal-1.7 -I cfg/m4 # autoconf Patch1: SoQt-1.2.0-config.diff.bz2 +Patch2: SoQt-1.2.0-man3.diff BuildRequires: doxygen BuildRequires: Coin2-devel qt-devel @@ -51,14 +52,17 @@ %setup %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh %configure \ + --includedir=%{coin_includedir} \ --without-mesa \ --disable-dependency-tracking \ --enable-man \ - --enable-html + --enable-html \ + htmldir=%{coin_htmldir}/SoQt make %install @@ -84,14 +88,19 @@ %{_bindir}/* %{_datadir}/aclocal/soqt.m4 %{_datadir}/Coin -%{_datadir}/SoQt -%{_includedir}/* +%doc %{coin_htmldir}/* +%{coin_includedir}/* %{_libdir}/libSoQt.*a %{_libdir}/libSoQt.so %{_mandir}/man?/*.?.gz %changelog +* Mon May 10 2005 Ralf Corsepius - 0:1.2.0-5 +- Add *-man3.diff. Prevent bogus manpages. +- Mark html as %doc. +- Install html docs into %%{_datadir}/Coin2/SoQt. + * Mon May 09 2005 Ralf Corsepius - 0:1.2.0-4 - Add Provides:Coin2-SoQt*. From fedora-extras-commits at redhat.com Tue May 10 16:43:37 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 10 May 2005 12:43:37 -0400 Subject: common tobuild,1.340,1.341 Message-ID: <200505101643.j4AGhbvS027364@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27347 Modified Files: tobuild Log Message: request build of rpms/GtkAda/devel GtkAda-2_4_0-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.340 retrieving revision 1.341 diff -u -r1.340 -r1.341 --- tobuild 10 May 2005 16:39:13 -0000 1.340 +++ tobuild 10 May 2005 16:43:35 -0000 1.341 @@ -16,3 +16,4 @@ mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 +thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel From fedora-extras-commits at redhat.com Tue May 10 16:45:55 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:45:55 -0400 Subject: rpms/Coin2/devel Coin2.spec,1.8,1.9 Message-ID: <200505101645.j4AGjtF3027401@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/Coin2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27372/devel Modified Files: Coin2.spec Log Message: - Introduce %%{coin_includedir} %%{coin_htmldir}. - Misc. spec cleanup. Index: Coin2.spec =================================================================== RCS file: /cvs/extras/rpms/Coin2/devel/Coin2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Coin2.spec 6 May 2005 05:26:28 -0000 1.8 +++ Coin2.spec 10 May 2005 16:45:53 -0000 1.9 @@ -1,17 +1,17 @@ +%define coin_includedir %{_includedir}/Coin2 +%define coin_htmldir %{_datadir}/Coin2 + %define srcvers 2.3.0 %define apivers 2 -%define name %{?_name:%{_name}}%{!?_name:Coin2} - %define libopenal_SONAME libopenal.so.0 %define libsimage_SONAME libsimage.so.20 %define libfreetype_SONAME libfreetype.so.6 Summary: High-level 3D visualization library -Name: %{name} +Name: Coin2 Version: %{srcvers} -Release: 8.fc4 - +Release: 9%{?dist} License: GPL Group: System Environment/Libraries @@ -43,7 +43,7 @@ %package devel Summary: Development files for Coin Requires: %{name} = %{version}-%{release} -Requires: XFree86-devel zlib-devel bzip2-devel +Requires: xorg-x11-devel zlib-devel bzip2-devel Group: Development/Libraries %description devel @@ -51,12 +51,12 @@ %prep %setup -q -n Coin-%{version} -%patch0 -p1 -b .orig -%patch1 -p1 -b .orig -%patch2 -p1 -b .orig +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 %patch3 -p1 -%patch4 -p1 -b .orig -%patch5 -p1 -b .orig +%patch4 -p1 +%patch5 -p1 sed -i -e 's, at LIBFREETYPE_SONAME@,"%{libfreetype_SONAME}",' \ src/glue/freetype.c @@ -67,7 +67,7 @@ %build %configure \ - --includedir=%{_includedir}/Coin%{apivers} \ + --includedir=%{coin_includedir} \ --disable-dependency-tracking \ --enable-static \ --disable-dl-libbzip2 \ @@ -75,7 +75,8 @@ --disable-dl-zlib \ --enable-man \ --enable-html \ - --enable-3ds-import + --enable-3ds-import \ + htmldir=%{coin_htmldir}/Coin make %{?_smp_mflags} %install @@ -99,7 +100,7 @@ %files devel %defattr(-,root,root,-) %{_bindir}/* -%{_includedir}/Coin%{apivers} +%{coin_includedir} %{_libdir}/libCoin.*a %{_libdir}/libCoin.so %{_datadir}/aclocal/coin.m4 @@ -107,9 +108,13 @@ %{_datadir}/Coin/conf %{_datadir}/Coin/draggerDefaults %{_mandir}/man?/* -%doc %{_datadir}/Coin/html +%doc %{coin_htmldir} %changelog +* Tue May 10 2005 Ralf Corsepius - 0:2.3.0-9 +- Introduce %%{coin_includedir} %%{coin_htmldir}. +- Misc. spec cleanup. + * Fri May 06 2005 Ralf Corsepius - 0:2.3.0-8 - Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead SONAME handling. @@ -117,9 +122,6 @@ * Tue May 03 2005 Ralf Corsepius - 0:2.3.0-7 - Minor spec changes. -* Fri Apr 7 2005 Michael Schwendt - 0:2.3.0-6 -- rebuilt - * Tue Feb 22 2005 Ralf Corsepius - 0:2.3.0-5 - Include simacros. - Regenerate configure from simacros and FC3 libtool for x86_64. From fedora-extras-commits at redhat.com Tue May 10 16:45:56 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:45:56 -0400 Subject: rpms/Coin2/FC-3 Coin2.spec,1.6,1.7 Message-ID: <200505101645.j4AGjuSK027407@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/Coin2/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27372/FC-3 Modified Files: Coin2.spec Log Message: - Introduce %%{coin_includedir} %%{coin_htmldir}. - Misc. spec cleanup. Index: Coin2.spec =================================================================== RCS file: /cvs/extras/rpms/Coin2/FC-3/Coin2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Coin2.spec 6 May 2005 05:26:29 -0000 1.6 +++ Coin2.spec 10 May 2005 16:45:53 -0000 1.7 @@ -1,16 +1,17 @@ +%define coin_includedir %{_includedir}/Coin2 +%define coin_htmldir %{_datadir}/Coin2 + %define srcvers 2.3.0 %define apivers 2 -%define name %{?_name:%{_name}}%{!?_name:Coin2} - %define libopenal_SONAME libopenal.so.0 %define libsimage_SONAME libsimage.so.20 %define libfreetype_SONAME libfreetype.so.6 Summary: High-level 3D visualization library -Name: %{name} +Name: Coin2 Version: %{srcvers} -Release: 8.fc3 +Release: 9%{?dist} License: GPL Group: System Environment/Libraries @@ -42,7 +43,7 @@ %package devel Summary: Development files for Coin Requires: %{name} = %{version}-%{release} -Requires: XFree86-devel zlib-devel bzip2-devel +Requires: xorg-x11-devel zlib-devel bzip2-devel Group: Development/Libraries %description devel @@ -50,12 +51,12 @@ %prep %setup -q -n Coin-%{version} -%patch0 -p1 -b .orig -%patch1 -p1 -b .orig -%patch2 -p1 -b .orig +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 %patch3 -p1 -%patch4 -p1 -b .orig -%patch5 -p1 -b .orig +%patch4 -p1 +%patch5 -p1 sed -i -e 's, at LIBFREETYPE_SONAME@,"%{libfreetype_SONAME}",' \ src/glue/freetype.c @@ -66,7 +67,7 @@ %build %configure \ - --includedir=%{_includedir}/Coin%{apivers} \ + --includedir=%{coin_includedir} \ --disable-dependency-tracking \ --enable-static \ --disable-dl-libbzip2 \ @@ -74,7 +75,8 @@ --disable-dl-zlib \ --enable-man \ --enable-html \ - --enable-3ds-import + --enable-3ds-import \ + htmldir=%{coin_htmldir}/Coin make %{?_smp_mflags} %install @@ -98,7 +100,7 @@ %files devel %defattr(-,root,root,-) %{_bindir}/* -%{_includedir}/Coin%{apivers} +%{coin_includedir} %{_libdir}/libCoin.*a %{_libdir}/libCoin.so %{_datadir}/aclocal/coin.m4 @@ -106,9 +108,13 @@ %{_datadir}/Coin/conf %{_datadir}/Coin/draggerDefaults %{_mandir}/man?/* -%doc %{_datadir}/Coin/html +%doc %{coin_htmldir} %changelog +* Tue May 10 2005 Ralf Corsepius - 0:2.3.0-9 +- Introduce %%{coin_includedir} %%{coin_htmldir}. +- Misc. spec cleanup. + * Fri May 06 2005 Ralf Corsepius - 0:2.3.0-8 - Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead SONAME handling. From fedora-extras-commits at redhat.com Tue May 10 17:01:54 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Tue, 10 May 2005 13:01:54 -0400 Subject: rpms/moodss/FC-3 moodss.spec,1.6,1.7 Message-ID: <200505101701.j4AH1siw028386@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/moodss/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28369 Modified Files: moodss.spec Log Message: require Tcl 8.4.7 Index: moodss.spec =================================================================== RCS file: /cvs/extras/rpms/moodss/FC-3/moodss.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- moodss.spec 8 May 2005 21:03:29 -0000 1.6 +++ moodss.spec 10 May 2005 17:01:52 -0000 1.7 @@ -1,6 +1,6 @@ Name: moodss Version: 20.0 -Release: 2 +Release: 4 Epoch: 0 Summary: Powerful modular monitoring graphical application Group: Applications/System @@ -8,13 +8,8 @@ Source0: http://download.sourceforge.net/moodss/moodss-20.0.tar.bz2 URL: http://moodss.sourceforge.net/ BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n) -%if 0%{?rhl} -# work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9: -BuildRequires: tcl >= 0:8.3.1, %{_includedir}/tcl.h -%else -BuildRequires: tcl-devel >= 0:8.3.1 -%endif -Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7 +BuildRequires: tcl-devel >= 0:8.4.7 +Requires: tk >= 0:8.4.7, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7 %description moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular @@ -64,6 +59,9 @@ %changelog +* Tue May 10 2005 Jean-Luc Fontaine 0:20.0-4 +- require Tcl 8.4.7 and removed RH compatibility which had Tcl 8.3 + * Sun May 8 2005 Jean-Luc Fontaine 0:20.0-2 - removed sqlite-tcl requirement as it is disabled in the sqlite 3 update for FC-3 and not in Rawhide From fedora-extras-commits at redhat.com Tue May 10 17:08:22 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Tue, 10 May 2005 13:08:22 -0400 Subject: common tobuild,1.341,1.342 Message-ID: <200505101708.j4AH8Mc2028421@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28404 Modified Files: tobuild Log Message: request build of rpms/moodss/FC-3 moodss-20_0-4 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.341 retrieving revision 1.342 diff -u -r1.341 -r1.342 --- tobuild 10 May 2005 16:43:35 -0000 1.341 +++ tobuild 10 May 2005 17:08:20 -0000 1.342 @@ -17,3 +17,4 @@ mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 From fedora-extras-commits at redhat.com Tue May 10 17:20:53 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Tue, 10 May 2005 13:20:53 -0400 Subject: common tobuild,1.342,1.343 Message-ID: <200505101720.j4AHKrBe028521@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28504 Modified Files: tobuild Log Message: request build of rpms/moodss/FC-3 moodss-20_0-4 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.342 retrieving revision 1.343 diff -u -r1.342 -r1.343 --- tobuild 10 May 2005 17:08:20 -0000 1.342 +++ tobuild 10 May 2005 17:20:51 -0000 1.343 @@ -18,3 +18,4 @@ denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 +jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 From fedora-extras-commits at redhat.com Tue May 10 17:22:00 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Tue, 10 May 2005 13:22:00 -0400 Subject: rpms/moodss/devel moodss.spec,1.10,1.11 Message-ID: <200505101722.j4AHM0Pa028544@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/moodss/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28527 Modified Files: moodss.spec Log Message: - require Tcl 8.4.8 with bug fixes for 64 bit architecture - appended distribution to release Index: moodss.spec =================================================================== RCS file: /cvs/extras/rpms/moodss/devel/moodss.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- moodss.spec 9 May 2005 19:41:00 -0000 1.10 +++ moodss.spec 10 May 2005 17:21:58 -0000 1.11 @@ -1,19 +1,14 @@ Name: moodss Version: 20.0 -Release: 3 +Release: 5%{?dist} Summary: Powerful modular monitoring graphical application Group: Applications/System License: GPL Source0: http://download.sourceforge.net/moodss/moodss-20.0.tar.bz2 URL: http://moodss.sourceforge.net/ BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n) -%if 0%{?rhl} -# work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9: -BuildRequires: tcl >= 8.3.1, %{_includedir}/tcl.h -%else -BuildRequires: tcl-devel >= 8.3.1 -%endif -Requires: tk >= 8.3.1, blt >= 2.4-0.fdr.0.z, tktable >= 2.7 +BuildRequires: tcl-devel >= 8.4.8 +Requires: tk >= 8.4.8, blt >= 2.4-0.fdr.0.z, tktable >= 2.7 %description moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular @@ -63,78 +58,82 @@ %changelog -* Mon May 9 2005 Jean-Luc Fontaine 0:20.0-3 +* Tue May 10 2005 Jean-Luc Fontaine 20.0-5 +- require Tcl 8.4.8 with bug fixes for 64 bit architecture +- appended distribution to release + +* Mon May 9 2005 Jean-Luc Fontaine 20.0-3 - removed all epochs as they are out of style as of FC-4 -* Sun May 8 2005 Jean-Luc Fontaine 0:20.0-2 +* Sun May 8 2005 Jean-Luc Fontaine 20.0-2 - removed sqlite-tcl requirement as it is disabled in the sqlite 3 update for FC-3 and not in Rawhide -* Sun May 1 2005 Jean-Luc Fontaine 0:20.0-1 +* Sun May 1 2005 Jean-Luc Fontaine 20.0-1 - 20.0 source release - use specific build requirements for fedora distribution - improved description. -* Tue Feb 22 2005 Jean-Luc Fontaine 0:19.7-0.fdr.1 +* Tue Feb 22 2005 Jean-Luc Fontaine 19.7-0.fdr.1 - 19.7 release - titles of displayed tables change color to reflect module state - in statistics table, added standard deviation column -* Sun Feb 13 2005 Jean-Luc Fontaine 0:19.6-0.fdr.1 +* Sun Feb 13 2005 Jean-Luc Fontaine 19.6-0.fdr.1 - 19.6 version with new nagios module -* Sun Jan 2 2005 Jean-Luc Fontaine 0:19.5-0.fdr.1 +* Sun Jan 2 2005 Jean-Luc Fontaine 19.5-0.fdr.1 - 19.5 version -* Fri Dec 17 2004 Jean-Luc Fontaine 0:19.4-0.fdr.1 +* Fri Dec 17 2004 Jean-Luc Fontaine 19.4-0.fdr.1 - 19.4 version -* Sun Nov 14 2004 Jean-Luc Fontaine 0:19.3-0.fdr.1 +* Sun Nov 14 2004 Jean-Luc Fontaine 19.3-0.fdr.1 - 19.3 version -* Sun Oct 31 2004 Jean-Luc Fontaine 0:19.2.2-0.fdr.1 +* Sun Oct 31 2004 Jean-Luc Fontaine 19.2.2-0.fdr.1 - capitalized summary -* Sat Oct 30 2004 Jean-Luc Fontaine 0:19.2.1-0.fdr.1 +* Sat Oct 30 2004 Jean-Luc Fontaine 19.2.1-0.fdr.1 - 19.2.1 version, which restores compatibility with Tcl 8.3 core - allowed building on 64 bit architecture by passing library directories to make -* Sun Oct 24 2004 Jean-Luc Fontaine 0:19.2-0.fdr.1 +* Sun Oct 24 2004 Jean-Luc Fontaine 19.2-0.fdr.1 - 19.2 version - in build stage, removed -s option from CFLAGS - require SQLite as default database storage mean - made summary more descriptive - updated description: added formulas and reference to moomps -* Sun Oct 17 2004 Jean-Luc Fontaine 0:19.1-0.fdr.1 +* Sun Oct 17 2004 Jean-Luc Fontaine 19.1-0.fdr.1 - 19.1 version -* Tue Aug 17 2004 Jean-Luc Fontaine 0:19.0-0.fdr.1 +* Tue Aug 17 2004 Jean-Luc Fontaine 19.0-0.fdr.1 - 19.0 version -* Wed Jul 14 2004 Jean-Luc Fontaine 0:18.5-0.fdr.1 +* Wed Jul 14 2004 Jean-Luc Fontaine 18.5-0.fdr.1 - 18.5 version -* Sun Jul 11 2004 Jean-Luc Fontaine 0:18.4-0.fdr.1 +* Sun Jul 11 2004 Jean-Luc Fontaine 18.4-0.fdr.1 - 18.4 version -* Sun Jun 13 2004 Jean-Luc Fontaine 0:18.3-0.fdr.1 +* Sun Jun 13 2004 Jean-Luc Fontaine 18.3-0.fdr.1 - 18.3 version -* Sun May 30 2004 Jean-Luc Fontaine 0:18.2-0.fdr.1 +* Sun May 30 2004 Jean-Luc Fontaine 18.2-0.fdr.1 - 18.2 version -* Sun Apr 25 2004 Jean-Luc Fontaine 0:18.1-0.fdr.1 +* Sun Apr 25 2004 Jean-Luc Fontaine 18.1-0.fdr.1 - 18.1 version -* Sun Mar 14 2004 Jean-Luc Fontaine 0:18.0-0.fdr.1 +* Sun Mar 14 2004 Jean-Luc Fontaine 18.0-0.fdr.1 - 18.0 version -* Sun Feb 8 2004 Jean-Luc Fontaine 0:17.17-0.fdr.1 +* Sun Feb 8 2004 Jean-Luc Fontaine 17.17-0.fdr.1 - 17.17 version -* Sun Jan 18 2004 Jean-Luc Fontaine 0:17.16-0.fdr.1 +* Sun Jan 18 2004 Jean-Luc Fontaine 17.16-0.fdr.1 - 17.16 version - in install stage, copy documentation files after make install completion as it modifies some HTML documentation internal URLs @@ -147,45 +146,45 @@ documentation into modules.htm and develop.htm separate files - see CHANGES in documentation directory for complete list of changes -* Wed Dec 31 2003 Jean-Luc Fontaine 0:17.15-0.fdr.2 +* Wed Dec 31 2003 Jean-Luc Fontaine 17.15-0.fdr.2 - in install stage, copy documentation in a custom directory to avoid listing all the documentation files in the files section - directly generate desktop file with a fedora header - simply list the moodss data directory instead of the file it contains -* Sun Dec 28 2003 Jean-Luc Fontaine 0:17.15-0.fdr.1 +* Sun Dec 28 2003 Jean-Luc Fontaine 17.15-0.fdr.1 - 17.15 version -* Sun Dec 14 2003 Jean-Luc Fontaine 0:17.14-0.fdr.1 +* Sun Dec 14 2003 Jean-Luc Fontaine 17.14-0.fdr.1 - 17.14 version - included predefined dashboard for system in data directory - application desktop menu now uses predefined dashboard for system -* Sat Nov 22 2003 Jean-Luc Fontaine 0:17.13-0.fdr.1 +* Sat Nov 22 2003 Jean-Luc Fontaine 17.13-0.fdr.1 - 17.13 version -* Sun Nov 16 2003 Jean-Luc Fontaine 0:17.12-0.fdr.8 +* Sun Nov 16 2003 Jean-Luc Fontaine 17.12-0.fdr.8 - in build requirements, work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9 -* Sat Nov 8 2003 Jean-Luc Fontaine 0:17.12-0.fdr.7 +* Sat Nov 8 2003 Jean-Luc Fontaine 17.12-0.fdr.7 - moved moomps rpm generation to separate moomps.spec file -* Fri Nov 7 2003 Jean-Luc Fontaine 0:17.12-0.fdr.6 +* Fri Nov 7 2003 Jean-Luc Fontaine 17.12-0.fdr.6 - escaped percent characters in change log -* Tue Nov 4 2003 Jean-Luc Fontaine 0:17.12-0.fdr.5 +* Tue Nov 4 2003 Jean-Luc Fontaine 17.12-0.fdr.5 - changed release tag from 0.fdr.0.X to 0.fdr.X - replaced %%__sed and %%__install by sed and install - added -p argument to install to preserve timestamps - no longer use full path for chkconfig as it is part of root path -* Sat Nov 1 2003 Jean-Luc Fontaine 0:17.12-0.fdr.4 +* Sat Nov 1 2003 Jean-Luc Fontaine 17.12-0.fdr.4 - removed redundant Release and Epoch tags - combined macros in files section for %%_sysconfdir/moomps and %%_sysconfdir/moomps/rc -* Fri Oct 31 2003 Jean-Luc Fontaine 0:17.12-0.fdr.3 +* Fri Oct 31 2003 Jean-Luc Fontaine 17.12-0.fdr.3 - removed optional sqlite binary library inclusion since sqlite rpm is likely to become part of Fedora - removed RCS line @@ -206,8 +205,8 @@ - moomps user created in pre installation stage instead of post - use service command to stop moomps instead of using a little script -* Fri Oct 24 2003 Jean-Luc Fontaine 0:17.12-0.fdr.2 +* Fri Oct 24 2003 Jean-Luc Fontaine 17.12-0.fdr.2 - added desktop entry with small icon. -* Tue Oct 21 2003 Jean-Luc Fontaine 0:17.12-0.fdr.1 +* Tue Oct 21 2003 Jean-Luc Fontaine 17.12-0.fdr.1 - checked with rpmlint and improved accordingly. From fedora-extras-commits at redhat.com Tue May 10 17:22:26 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Tue, 10 May 2005 13:22:26 -0400 Subject: common tobuild,1.343,1.344 Message-ID: <200505101722.j4AHMQAe028601@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28584 Modified Files: tobuild Log Message: request build of rpms/moodss/devel moodss-20_0-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.343 retrieving revision 1.344 diff -u -r1.343 -r1.344 --- tobuild 10 May 2005 17:20:51 -0000 1.343 +++ tobuild 10 May 2005 17:22:24 -0000 1.344 @@ -19,3 +19,4 @@ thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 +jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 17:37:04 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 13:37:04 -0400 Subject: devel/common tobuild,1.344,1.345 Message-ID: <200505101737.j4AHb4j4028680@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28661 Modified Files: tobuild Log Message: clean up Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.344 retrieving revision 1.345 diff -u -r1.344 -r1.345 --- tobuild 10 May 2005 17:22:24 -0000 1.344 +++ tobuild 10 May 2005 17:37:02 -0000 1.345 @@ -1,17 +1,6 @@ # this is the build control file. the format is # user repo tag target status # -adrian rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 devel -tagoh rpms/uim/devel uim-0_4_6-2 development -thias rpms/linux_logo/devel linux_logo-4_12-1 devel -adrian rpms/fbida/devel fbida-2_03-5_fc4 devel -ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 -ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel -thias rpms/proftpd/devel proftpd-1_2_10-4 devel -kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 -thias rpms/linux_logo/devel linux_logo-4_12-1 devel -thias rpms/proftpd/devel proftpd-1_2_10-4 devel -qspencer rpms/fftw3/devel fftw3-3_0_1-3 devel qspencer rpms/octave/devel octave-2_1_70-1 devel mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 18:02:05 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 14:02:05 -0400 Subject: common tobuild,1.345,1.346 Message-ID: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29729 Modified Files: tobuild Log Message: request build of rpms/fbida/devel fbida-2_03-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.345 retrieving revision 1.346 diff -u -r1.345 -r1.346 --- tobuild 10 May 2005 17:37:02 -0000 1.345 +++ tobuild 10 May 2005 18:02:03 -0000 1.346 @@ -1,11 +1 @@ -# this is the build control file. the format is -# user repo tag target status -# -qspencer rpms/octave/devel octave-2_1_70-1 devel -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel From denis at poolshark.org Tue May 10 18:04:27 2005 From: denis at poolshark.org (Denis Leroy) Date: Tue, 10 May 2005 11:04:27 -0700 Subject: common tobuild,1.345,1.346 In-Reply-To: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> Message-ID: <4280F7AB.2090901@poolshark.org> Adrian Reber (adrian) wrote: > Author: adrian > > Update of /cvs/extras/common > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29729 > > Modified Files: > tobuild > Log Message: > request build of rpms/fbida/devel fbida-2_03-5_fc4 for devel > > > Index: tobuild > =================================================================== > RCS file: /cvs/extras/common/tobuild,v > retrieving revision 1.345 > retrieving revision 1.346 > diff -u -r1.345 -r1.346 > --- tobuild 10 May 2005 17:37:02 -0000 1.345 > +++ tobuild 10 May 2005 18:02:03 -0000 1.346 > @@ -1,11 +1 @@ > -# this is the build control file. the format is > -# user repo tag target status > -# > -qspencer rpms/octave/devel octave-2_1_70-1 devel > -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel > -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 > -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel > +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel Ok, maybe the 'make build' mechanism really wants to check and fail if the tobuild file is not up-to-date... From adrian at lisas.de Tue May 10 18:08:40 2005 From: adrian at lisas.de (Adrian Reber) Date: Tue, 10 May 2005 20:08:40 +0200 Subject: common tobuild,1.345,1.346 In-Reply-To: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> Message-ID: <20050510180840.GA29009@lisas.de> > Index: tobuild > =================================================================== > RCS file: /cvs/extras/common/tobuild,v > retrieving revision 1.345 > retrieving revision 1.346 > diff -u -r1.345 -r1.346 > --- tobuild 10 May 2005 17:37:02 -0000 1.345 > +++ tobuild 10 May 2005 18:02:03 -0000 1.346 > @@ -1,11 +1 @@ > -# this is the build control file. the format is > -# user repo tag target status > -# > -qspencer rpms/octave/devel octave-2_1_70-1 devel > -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel > -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 > -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel > +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel Did I just break something? $ make build ssh_exchange_identification: Connection closed by remote host cvs [update aborted]: end of file from server (consult above messages if any) **** Access allowed: adrian is in ACL for common. Checking in tobuild; /cvs/extras/common/tobuild,v <-- tobuild new revision: 1.346; previous revision: 1.345 done Running syncmail... Mailing cvsextras at fedora.redhat.com... ...syncmail done. Killed by signal 1. It looks like the make build wasn't able to update the tobuild file and then the empty file with only my build was checked in... Adrian From fedora-extras-commits at redhat.com Tue May 10 18:09:10 2005 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 10 May 2005 14:09:10 -0400 Subject: common tobuild,1.346,1.347 Message-ID: <200505101809.j4AI9AbM029859@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29842 Modified Files: tobuild Log Message: request build of rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.346 retrieving revision 1.347 diff -u -r1.346 -r1.347 --- tobuild 10 May 2005 18:02:03 -0000 1.346 +++ tobuild 10 May 2005 18:09:08 -0000 1.347 @@ -1 +1,2 @@ adrian rpms/fbida/devel fbida-2_03-5_fc4 devel +kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 From bugs.michael at gmx.net Tue May 10 18:31:50 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Tue, 10 May 2005 20:31:50 +0200 Subject: common tobuild,1.345,1.346 In-Reply-To: <20050510180840.GA29009@lisas.de> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> Message-ID: <20050510203150.3e3db280.bugs.michael@gmx.net> On Tue, 10 May 2005 20:08:40 +0200, Adrian Reber wrote: > > Index: tobuild > > =================================================================== > > RCS file: /cvs/extras/common/tobuild,v > > retrieving revision 1.345 > > retrieving revision 1.346 > > diff -u -r1.345 -r1.346 > > --- tobuild 10 May 2005 17:37:02 -0000 1.345 > > +++ tobuild 10 May 2005 18:02:03 -0000 1.346 > > @@ -1,11 +1 @@ > > -# this is the build control file. the format is > > -# user repo tag target status > > -# > > -qspencer rpms/octave/devel octave-2_1_70-1 devel > > -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel > > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel > > -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 > > -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel > > +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel > > Did I just break something? Yeah, because the "rm -f tobuild" added recently was not a good idea (it should just attempt to cvs up, but never remove the local file). Just restore the dropped entries. From adrian at lisas.de Tue May 10 18:37:19 2005 From: adrian at lisas.de (Adrian Reber) Date: Tue, 10 May 2005 20:37:19 +0200 Subject: common tobuild,1.345,1.346 In-Reply-To: <20050510203150.3e3db280.bugs.michael@gmx.net> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> Message-ID: <20050510183718.GA21449@lisas.de> On Tue, May 10, 2005 at 08:31:50PM +0200, Michael Schwendt wrote: > > > Index: tobuild > > > =================================================================== > > > RCS file: /cvs/extras/common/tobuild,v > > > retrieving revision 1.345 > > > retrieving revision 1.346 > > > diff -u -r1.345 -r1.346 > > > --- tobuild 10 May 2005 17:37:02 -0000 1.345 > > > +++ tobuild 10 May 2005 18:02:03 -0000 1.346 > > > @@ -1,11 +1 @@ > > > -# this is the build control file. the format is > > > -# user repo tag target status > > > -# > > > -qspencer rpms/octave/devel octave-2_1_70-1 devel > > > -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel > > > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel > > > -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 > > > -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel > > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > > -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel > > > +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel > > > > Did I just break something? > > Yeah, because the "rm -f tobuild" added recently was not a good idea > (it should just attempt to cvs up, but never remove the local file). > Just restore the dropped entries. Will restore it as soon as I can connect to the cvs server again. Adrian From notting at redhat.com Tue May 10 18:45:55 2005 From: notting at redhat.com (Bill Nottingham) Date: Tue, 10 May 2005 14:45:55 -0400 Subject: common tobuild,1.345,1.346 In-Reply-To: <20050510203150.3e3db280.bugs.michael@gmx.net> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> Message-ID: <20050510184555.GB11318@nostromo.devel.redhat.com> Michael Schwendt (bugs.michael at gmx.net) said: > Yeah, because the "rm -f tobuild" added recently was not a good idea > (it should just attempt to cvs up, but never remove the local file). > Just restore the dropped entries. The idea is that blindly doing cvs up and then adding a line isn't good either; you'll get conflicts. Probably it should just error out more. Bill From bugs.michael at gmx.net Tue May 10 18:47:06 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Tue, 10 May 2005 20:47:06 +0200 Subject: tobuild trouble In-Reply-To: <20050510183718.GA21449@lisas.de> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <20050510183718.GA21449@lisas.de> Message-ID: <20050510204706.5d7d5a93.bugs.michael@gmx.net> On Tue, 10 May 2005 20:37:19 +0200, Adrian Reber wrote: > > > > @@ -1,11 +1 @@ > > > > -# this is the build control file. the format is > > > > -# user repo tag target status > > > > -# > > > > -qspencer rpms/octave/devel octave-2_1_70-1 devel > > > > -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel > > > > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel > > > > -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 > > > > -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel > > > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > > > -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel > > > > +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel > > > > > > Did I just break something? > > > > Yeah, because the "rm -f tobuild" added recently was not a good idea > > (it should just attempt to cvs up, but never remove the local file). > > Just restore the dropped entries. > > Will restore it as soon as I can connect to the cvs server again. --- Makefile.common.~1.14.~ 2005-05-10 07:57:42.000000000 +0200 +++ Makefile.common 2005-05-10 20:45:56.000000000 +0200 @@ -303,8 +303,7 @@ build: $(COMMON_DIR)/branches @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ - rm -f tobuild ;\ - cvs -Q update ;\ + cvs -Q update -C ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ popd >/dev/null) From fedora-extras-commits at redhat.com Tue May 10 18:52:21 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 10 May 2005 14:52:21 -0400 Subject: common Makefile.common,1.14,1.15 Message-ID: <200505101852.j4AIqLYh030141@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30118 Modified Files: Makefile.common Log Message: just overwrite local copies with repository version Index: Makefile.common =================================================================== RCS file: /cvs/extras/common/Makefile.common,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Makefile.common 10 May 2005 03:37:46 -0000 1.14 +++ Makefile.common 10 May 2005 18:52:19 -0000 1.15 @@ -303,8 +303,7 @@ build: $(COMMON_DIR)/branches @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ - rm -f tobuild ;\ - cvs -Q update ;\ + cvs -Q update -C ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ popd >/dev/null) From notting at redhat.com Tue May 10 18:52:39 2005 From: notting at redhat.com (Bill Nottingham) Date: Tue, 10 May 2005 14:52:39 -0400 Subject: tobuild trouble In-Reply-To: <20050510204706.5d7d5a93.bugs.michael@gmx.net> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <20050510183718.GA21449@lisas.de> <20050510204706.5d7d5a93.bugs.michael@gmx.net> Message-ID: <20050510185239.GC11318@nostromo.devel.redhat.com> Michael Schwendt (bugs.michael at gmx.net) said: > --- Makefile.common.~1.14.~ 2005-05-10 07:57:42.000000000 +0200 > +++ Makefile.common 2005-05-10 20:45:56.000000000 +0200 > @@ -303,8 +303,7 @@ > build: $(COMMON_DIR)/branches > @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi > @(pushd $(COMMON_DIR) >/dev/null ;\ > - rm -f tobuild ;\ > - cvs -Q update ;\ > + cvs -Q update -C ;\ > echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ > cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ > popd >/dev/null) Added. Bill From fedora-extras-commits at redhat.com Tue May 10 19:00:31 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:00:31 -0400 Subject: rpms/perl-Text-Autoformat - New directory Message-ID: <200505101900.j4AJ0VXA030492@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30472/perl-Text-Autoformat Log Message: Directory /cvs/extras/rpms/perl-Text-Autoformat added to the repository From fedora-extras-commits at redhat.com Tue May 10 19:00:31 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:00:31 -0400 Subject: rpms/perl-Text-Autoformat/devel - New directory Message-ID: <200505101900.j4AJ0VFq030497@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30472/perl-Text-Autoformat/devel Log Message: Directory /cvs/extras/rpms/perl-Text-Autoformat/devel added to the repository From fedora-extras-commits at redhat.com Tue May 10 19:00:50 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:00:50 -0400 Subject: rpms/perl-Text-Autoformat Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505101900.j4AJ0osa030546@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30518 Added Files: Makefile import.log Log Message: Setup of module perl-Text-Autoformat --- NEW FILE Makefile --- # Top level Makefile for module perl-Text-Autoformat all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue May 10 19:00:50 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:00:50 -0400 Subject: rpms/perl-Text-Autoformat/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505101900.j4AJ0oRn030551@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30518/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Text-Autoformat --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue May 10 19:01:41 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:01:41 -0400 Subject: rpms/perl-Text-Autoformat import.log,1.1,1.2 Message-ID: <200505101901.j4AJ1fGi031526@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31494 Modified Files: import.log Log Message: auto-import perl-Text-Autoformat-1.13-0.3.beta on branch devel from perl-Text-Autoformat-1.13-0.3.beta.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 May 2005 19:00:48 -0000 1.1 +++ import.log 10 May 2005 19:01:39 -0000 1.2 @@ -0,0 +1 @@ +perl-Text-Autoformat-1_13-0_3_beta:HEAD:perl-Text-Autoformat-1.13-0.3.beta.src.rpm:1115751712 From fedora-extras-commits at redhat.com Tue May 10 19:01:41 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:01:41 -0400 Subject: rpms/perl-Text-Autoformat/devel Text-Autoformat-1.12-1.13beta.patch, NONE, 1.1 perl-Text-Autoformat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505101901.j4AJ1f0b031535@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31494/devel Modified Files: .cvsignore sources Added Files: Text-Autoformat-1.12-1.13beta.patch perl-Text-Autoformat.spec Log Message: auto-import perl-Text-Autoformat-1.13-0.3.beta on branch devel from perl-Text-Autoformat-1.13-0.3.beta.src.rpm Text-Autoformat-1.12-1.13beta.patch: --- NEW FILE Text-Autoformat-1.12-1.13beta.patch --- --- lib/Text/Autoformat.pm.orig 2003-05-27 18:34:38.000000000 -0500 +++ lib/Text/Autoformat.pm 2005-02-09 11:35:36.487236034 -0600 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); use Carp; use 5.005; -$VERSION = '1.12'; +$VERSION = '1.13beta'; require Exporter; @@ -74,15 +74,23 @@ return ""; } -my $ignore_headers = qr/\A(From\b.*$)?([^:]+:.*$([ \t].*$)*)+\s*\Z/m; +my $ignore_headers = qr/ + \A + (?: From \b .* $)? + (?: [^:\n]+ : .* \n + (?: [ \t] .* \n)* + )+ + \s* + \Z + /mx; my $ignore_indent = qr/^[^\S\n].*(\n[^\S\n].*)*$/; -sub ignore_headers { $_[0]==1 && /$ignore_headers/ } +sub ignore_headers { $_[0] && /$ignore_headers/ } # BITS OF A TEXT LINE my $quotechar = qq{[!#%=|:]}; -my $quotechunk = qq{(?:$quotechar(?![a-z])|[a-z]*>+)}; +my $quotechunk = qq{(?:$quotechar(?![a-z])|(?:[a-z]\\w*)?>+)}; my $quoter = qq{(?:(?i)(?:$quotechunk(?:[ \\t]*$quotechunk)*))}; my $separator = q/(?:[-_]{2,}|[=#*]{3,}|[+~]{4,})/; @@ -120,9 +128,11 @@ $args{break} = break_at('-') unless exists $args{break}; $args{impfill} = ! exists $args{fill}; $args{expfill} = $args{fill}; + $args{tabspace} = 8 unless exists $args{tabspace}; $args{renumber} = 1 unless exists $args{renumber}; $args{autocentre} = 1 unless exists $args{autocentre}; $args{_centred} = 1 if $args{justify} =~ /cent(er(ed)?|red?)/; + $args{all} ||= $args{mail}; # SPECIAL IGNORANCE... if ($args{ignore}) { @@ -138,13 +148,16 @@ croak "Expected suboutine reference as value for -ignore option" if ref $args{ignore} ne 'CODE'; } - else { + elsif ($args{mail}) { $args{ignore} = \&ignore_headers; } + else { + $args{ignore} = sub{0}; + } # DETABIFY my @rawlines = split /\n/, $text; - use Text::Tabs; + use Text::Tabs; $tabstop = $args{tabspace}; @rawlines = expand(@rawlines); # PARSE EACH LINE @@ -255,11 +268,13 @@ # SELECT PARAS TO HANDLE my $remainder = ""; - if ($args{all}) { # STOP AT MAIL TERMINATOR + if ($args{all}) { # STOP AT MAIL TERMINATOR IF $args{mail} + my $lastignored = 1; for my $index (0..$#paras) { - local $_ = $paras[$index]{raw}; - $paras[$index]{ignore} = $args{ignore}($index+1); - next unless /^--$/; + local $_ = $paras[$index]{raw} . "\n"; + $lastignored &&= + $paras[$index]{ignore} = $args{ignore}($lastignored); + next unless $args{mail} && /^--$/; $remainder = join "\n", map { $_->{raw} } splice @paras, $index; $remainder .= "\n" unless $remainder =~ /\n\z/; last; @@ -513,7 +528,9 @@ } my $abbrev = join '|', qw{ - etc[.] pp[.] ph[.]?d[.] U[.]S[.] + etc[.] pp[.] ph[.]?d[.] + (?:[A-Z][A-Za-z]+[.])+ + (?:[A-Z][.])(?:[A-Z][.])+ }; my $gen_abbrev = join '|', $abbrev, qw{ @@ -604,6 +621,7 @@ } package Hang; +use strict; # ROMAN NUMERALS @@ -658,6 +676,9 @@ elsif ($_[1] =~ s#\A($hang)##) { @vals = { type => 'bul', val => $1 } } + elsif ($_[1] =~ m#\([^\s)]+\s#) { + @vals = (); + } else { local $^W; my $cut; @@ -801,6 +822,7 @@ sub empty { 0 } package NullHang; +use strict; sub new { bless {}, $_[0] } sub stringify { "" } @@ -1021,6 +1043,14 @@ C will ignore any paragraph in which I line begins with a whitespace. +One other special case of ignorance is ignoring mail headers and signature. +This option is specified using the C argument: + + $tidied_mesg = autoformat($messy_mesg, {mail=>1}); + +Note that the C option automatically implies C. + + =head2 Bulleting and (re-)numbering Often plaintext will include lists that are either: --- NEW FILE perl-Text-Autoformat.spec --- %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} Name: perl-Text-Autoformat Version: 1.13 Release: 0.3.beta Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Autoformat/ Source0: http://www.cpan.org/modules/by-module/Text/Text-Autoformat-1.12.tar.gz # From http://rt.cpan.org/NoAuth/Bug.html?id=8018 Patch0: Text-Autoformat-1.12-1.13beta.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Text::Reform) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Autoformat provides intelligent formatting of plaintext without the need for any kind of embedded mark-up. The module recognizes Internet quoting conventions, a wide range of bulleting and number schemes, centered text, and block quotations, and reformats each appropriately. Other options allow the user to adjust inter-word and inter-paragraph spacing, justify text, and impose various capitalization schemes. The module also supplies a re-entrant, highly configurable replacement for the built-in Perl format() mechanism. %prep %setup -q -n Text-Autoformat-1.12 %patch0 -p0 %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* %check || : make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 10 2005 Steven Pritchard 1.13-0.3.beta - Drop Epoch and change Release for Fedora Extras. * Wed Feb 09 2005 Steven Pritchard 0:1.13-0.fdr.0.2.beta - Minor update to 0.13beta source, from http://rt.cpan.org/NoAuth/Bug.html?id=8018 (pointed out by jpo at di.uminho.pt) * Wed Jun 09 2004 Steven Pritchard 0:1.13-0.fdr.0.1.beta - Specfile regenerated. - Update to 0.13beta, which includes the upstream fix for a bug reported to the author. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 May 2005 19:00:48 -0000 1.1 +++ .cvsignore 10 May 2005 19:01:39 -0000 1.2 @@ -0,0 +1 @@ +Text-Autoformat-1.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 May 2005 19:00:48 -0000 1.1 +++ sources 10 May 2005 19:01:39 -0000 1.2 @@ -0,0 +1 @@ +a5a588e7a2d98fc8e8f196db71290dc0 Text-Autoformat-1.12.tar.gz From fedora-extras-commits at redhat.com Tue May 10 19:23:57 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:23:57 -0400 Subject: rpms/blacs/FC-3 Bmake.inc, 1.2, 1.3 Bmake.inc.64bit, 1.1, 1.2 blacs.spec, 1.4, 1.5 Message-ID: <200505101923.j4AJNvE4032156@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32102/FC-3 Modified Files: Bmake.inc Bmake.inc.64bit blacs.spec Log Message: FC-3 needs some special flags for g77, should fix compilation failure. Index: Bmake.inc =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-3/Bmake.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Bmake.inc 25 Apr 2005 00:28:34 -0000 1.2 +++ Bmake.inc 10 May 2005 19:23:54 -0000 1.3 @@ -201,7 +201,7 @@ # macros should be obvious from the names. #============================================================================= F77 = g77 - F77NO_OPTFLAGS = $(RPM_OPT_FLAGS) + F77NO_OPTFLAGS = $(RPM_OPT_FLAGS) -ff90 -Wno-globals -fno-globals F77FLAGS = $(F77NO_OPTFLAGS) -O F77LOADER = $(F77) F77LOADFLAGS = Index: Bmake.inc.64bit =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-3/Bmake.inc.64bit,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Bmake.inc.64bit 5 May 2005 14:43:51 -0000 1.1 +++ Bmake.inc.64bit 10 May 2005 19:23:54 -0000 1.2 @@ -201,7 +201,7 @@ # macros should be obvious from the names. #============================================================================= F77 = g77 - F77NO_OPTFLAGS = $(RPM_OPT_FLAGS) + F77NO_OPTFLAGS = $(RPM_OPT_FLAGS) -ff90 -Wno-globals -fno-globals F77FLAGS = $(F77NO_OPTFLAGS) -O F77LOADER = $(F77) F77LOADFLAGS = Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-3/blacs.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blacs.spec 9 May 2005 19:58:00 -0000 1.4 +++ blacs.spec 10 May 2005 19:23:54 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -84,6 +84,9 @@ %{_libdir}/libmpiblacs* %changelog +* Tue May 10 2005 Tom "spot" Callaway 1.1-8 +- g77 needs some special compile flags, edited Bmake.inc* + * Mon May 9 2005 Tom "spot" Callaway 1.1-7 - remove hardcoded dist tags From fedora-extras-commits at redhat.com Tue May 10 19:23:57 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:23:57 -0400 Subject: rpms/blacs/devel blacs.spec,1.4,1.5 Message-ID: <200505101924.j4AJNver032162@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32102/devel Modified Files: blacs.spec Log Message: FC-3 needs some special flags for g77, should fix compilation failure. Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/devel/blacs.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blacs.spec 9 May 2005 19:58:08 -0000 1.4 +++ blacs.spec 10 May 2005 19:23:55 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -84,6 +84,9 @@ %{_libdir}/libmpiblacs* %changelog +* Tue May 10 2005 Tom "spot" Callaway 1.1-8 +- g77 needs some special compile flags, edited Bmake.inc* + * Mon May 9 2005 Tom "spot" Callaway 1.1-7 - remove hardcoded dist tags From qspencer at ieee.org Tue May 10 19:27:11 2005 From: qspencer at ieee.org (Quentin Spencer) Date: Tue, 10 May 2005 14:27:11 -0500 Subject: common tobuild,1.345,1.346 In-Reply-To: <20050510203150.3e3db280.bugs.michael@gmx.net> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> Message-ID: <42810B0F.2080506@ieee.org> Michael Schwendt wrote: >On Tue, 10 May 2005 20:08:40 +0200, Adrian Reber wrote: > > >>Did I just break something? >> >> > >Yeah, because the "rm -f tobuild" added recently was not a good idea >(it should just attempt to cvs up, but never remove the local file). >Just restore the dropped entries. > > Is is possible that this affected compilation of anything in the queue? I just got a notice that the build of octave failed. The only thing the build log says is: "Build process terminated by timeout". This log appears in the i386 and x86_64 directories, but i386 and ppc both have completed rpms in them. I can't think what else could have caused this, but it does look like octave was compiling at the time this happened with tobuild. -Quentin From fedora-extras-commits at redhat.com Tue May 10 19:29:01 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:29:01 -0400 Subject: common tobuild,1.347,1.348 Message-ID: <200505101929.j4AJT1cD032699@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32680 Modified Files: tobuild Log Message: request build of rpms/blacs/FC-3 blacs-1_1-8_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.347 retrieving revision 1.348 diff -u -r1.347 -r1.348 --- tobuild 10 May 2005 18:09:08 -0000 1.347 +++ tobuild 10 May 2005 19:28:59 -0000 1.348 @@ -1,2 +1,3 @@ adrian rpms/fbida/devel fbida-2_03-5_fc4 devel kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 +spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:30:34 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:30:34 -0400 Subject: common tobuild,1.348,1.349 Message-ID: <200505101930.j4AJUYIf000313@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32764 Modified Files: tobuild Log Message: request build of rpms/blacs/devel blacs-1_1-8_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.348 retrieving revision 1.349 diff -u -r1.348 -r1.349 --- tobuild 10 May 2005 19:28:59 -0000 1.348 +++ tobuild 10 May 2005 19:30:31 -0000 1.349 @@ -1,3 +1,4 @@ adrian rpms/fbida/devel fbida-2_03-5_fc4 devel kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 +spot rpms/blacs/devel blacs-1_1-8_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 19:31:12 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Tue, 10 May 2005 15:31:12 -0400 Subject: rpms/fontforge/devel .cvsignore, 1.5, 1.6 fontforge.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200505101931.j4AJVCAb000361@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/rpms/fontforge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv333 Modified Files: .cvsignore fontforge.spec sources Log Message: * Tue May 10 2005 Owen Taylor - 0.0-2.20050502.fc4 - Update to 20050502 - Fix the build to look for the docs where we install them Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 4 Apr 2005 20:22:58 -0000 1.5 +++ .cvsignore 10 May 2005 19:31:10 -0000 1.6 @@ -2,3 +2,5 @@ fontforge_htdocs-20041231.tgz fontforge_full-20050310.tgz fontforge_htdocs-20050310.tgz +fontforge_full-20050502.tgz +fontforge_htdocs-20050503.tgz Index: fontforge.spec =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/fontforge.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fontforge.spec 4 Apr 2005 20:22:58 -0000 1.9 +++ fontforge.spec 10 May 2005 19:31:10 -0000 1.10 @@ -1,14 +1,14 @@ Name: fontforge Version: 0.0 -Release: 2.20050310.fc4 +Release: 2.20050502.fc4 Summary: Outline and bitmap font editor Group: Applications/Publishing License: BSD URL: http://fontforge.sourceforge.net/ -Source0: http://dl.sf.net/fontforge/fontforge_full-20050310.tgz +Source0: http://dl.sf.net/fontforge/fontforge_full-20050502.tgz Source1: fontforge.desktop -Source2: http://dl.sf.net/fontforge/fontforge_htdocs-20050310.tgz +Source2: http://dl.sf.net/fontforge/fontforge_htdocs-20050503.tgz Patch1: fontforge-20040618-docview.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,7 +31,7 @@ (Type2) and CID-keyed fonts. %prep -%setup -q -n %{name}-20050310 +%setup -q -n %{name}-20050502 %patch1 -p2 -b .docview mkdir htdocs @@ -51,9 +51,10 @@ %build +export CPPFLAGS='-DDOCDIR=\"%{_docdir}/%{name}-%{version}/htdocs\"' %configure --with-regular-link --with-freetype-bytecode=no # Parallel make not working. -make DOCDIR=%{_docdir}/%{name}-%{version}/htdocs +make %install @@ -74,6 +75,10 @@ chmod -x $RPM_BUILD_ROOT%{_libdir}/pkgconfig/fontforge.pc +# The fontforge makefiles install htdocs as well, but we +# prefer to have them under the standard RPM location, so +# remove the extra copy +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/fontforge %clean rm -rf $RPM_BUILD_ROOT @@ -97,6 +102,10 @@ %changelog +* Tue May 10 2005 Owen Taylor - 0.0-2.20050502.fc4 +- Update to 20050502 +- Fix the build to look for the docs where we install them + * Sat Mar 19 2005 Owen Taylor - 0.0-2.20050310 - Update to 20050310 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 4 Apr 2005 20:22:58 -0000 1.5 +++ sources 10 May 2005 19:31:10 -0000 1.6 @@ -1,2 +1,2 @@ -55787a2c60fd84599d316e0311bcb3ae fontforge_full-20050310.tgz -10e27dbf02be98bddeb3098371e763e1 fontforge_htdocs-20050310.tgz +6a19fe0e0e6c1d70c49014b1f967b481 fontforge_full-20050502.tgz +1f8de0694c7955ee8de268e70ab70e37 fontforge_htdocs-20050503.tgz From fedora-extras-commits at redhat.com Tue May 10 19:31:55 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Tue, 10 May 2005 15:31:55 -0400 Subject: common tobuild,1.349,1.350 Message-ID: <200505101931.j4AJVtRL000453@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv434 Modified Files: tobuild Log Message: request build of rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 for fc4 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.349 retrieving revision 1.350 diff -u -r1.349 -r1.350 --- tobuild 10 May 2005 19:30:31 -0000 1.349 +++ tobuild 10 May 2005 19:31:53 -0000 1.350 @@ -2,3 +2,4 @@ kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 spot rpms/blacs/devel blacs-1_1-8_fc4 devel +otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 fc4 From fedora-extras-commits at redhat.com Tue May 10 19:32:11 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 10 May 2005 15:32:11 -0400 Subject: common tobuild,1.350,1.351 Message-ID: <200505101932.j4AJWBF1000508@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv491 Modified Files: tobuild Log Message: request build of rpms/epylog/devel epylog-1_0_3-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.350 retrieving revision 1.351 diff -u -r1.350 -r1.351 --- tobuild 10 May 2005 19:31:53 -0000 1.350 +++ tobuild 10 May 2005 19:32:09 -0000 1.351 @@ -3,3 +3,4 @@ spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 spot rpms/blacs/devel blacs-1_1-8_fc4 devel otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 fc4 +icon rpms/epylog/devel epylog-1_0_3-3 devel From fedora-extras-commits at redhat.com Tue May 10 19:32:34 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 15:32:34 -0400 Subject: common tobuild,1.351,1.352 Message-ID: <200505101932.j4AJWYFV000536@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv519 Modified Files: tobuild Log Message: request build of rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.351 retrieving revision 1.352 diff -u -r1.351 -r1.352 --- tobuild 10 May 2005 19:32:09 -0000 1.351 +++ tobuild 10 May 2005 19:32:32 -0000 1.352 @@ -4,3 +4,4 @@ spot rpms/blacs/devel blacs-1_1-8_fc4 devel otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 fc4 icon rpms/epylog/devel epylog-1_0_3-3 devel +pghmcfc rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 19:33:50 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 10 May 2005 15:33:50 -0400 Subject: common tobuild,1.352,1.353 Message-ID: <200505101933.j4AJXodG000664@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv640 Modified Files: tobuild Log Message: request build of rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.352 retrieving revision 1.353 diff -u -r1.352 -r1.353 --- tobuild 10 May 2005 19:32:32 -0000 1.352 +++ tobuild 10 May 2005 19:33:48 -0000 1.353 @@ -5,3 +5,4 @@ otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 fc4 icon rpms/epylog/devel epylog-1_0_3-3 devel pghmcfc rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 devel +icon rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 devel From fedora-extras-commits at redhat.com Tue May 10 19:34:31 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 10 May 2005 15:34:31 -0400 Subject: common tobuild,1.353,1.354 Message-ID: <200505101934.j4AJYVu7000735@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv718 Modified Files: tobuild Log Message: request build of rpms/pylint/devel pylint-0_6_4-4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.353 retrieving revision 1.354 diff -u -r1.353 -r1.354 --- tobuild 10 May 2005 19:33:48 -0000 1.353 +++ tobuild 10 May 2005 19:34:29 -0000 1.354 @@ -6,3 +6,4 @@ icon rpms/epylog/devel epylog-1_0_3-3 devel pghmcfc rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 devel icon rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 devel +icon rpms/pylint/devel pylint-0_6_4-4 devel From fedora-extras-commits at redhat.com Tue May 10 19:35:44 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Tue, 10 May 2005 15:35:44 -0400 Subject: rpms/fontforge/FC-3 .cvsignore, 1.5, 1.6 fontforge.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200505101935.j4AJZiL7000786@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/rpms/fontforge/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv765 Modified Files: .cvsignore fontforge.spec sources Log Message: * Tue May 10 2005 Owen Taylor - 0.0-2.20050502.fc3 - Update to 20050502 - Fix the build to look for the docs where we install them Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fontforge/FC-3/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 4 Apr 2005 20:25:22 -0000 1.5 +++ .cvsignore 10 May 2005 19:35:42 -0000 1.6 @@ -2,3 +2,5 @@ fontforge_htdocs-20041231.tgz fontforge_full-20050310.tgz fontforge_htdocs-20050310.tgz +fontforge_htdocs-20050503.tgz +fontforge_full-20050502.tgz Index: fontforge.spec =================================================================== RCS file: /cvs/extras/rpms/fontforge/FC-3/fontforge.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fontforge.spec 4 Apr 2005 20:25:22 -0000 1.8 +++ fontforge.spec 10 May 2005 19:35:42 -0000 1.9 @@ -1,14 +1,14 @@ Name: fontforge Version: 0.0 -Release: 2.20050310.fc3 +Release: 2.20050502.fc3 Summary: Outline and bitmap font editor Group: Applications/Publishing License: BSD URL: http://fontforge.sourceforge.net/ -Source0: http://dl.sf.net/fontforge/fontforge_full-20050310.tgz +Source0: http://dl.sf.net/fontforge/fontforge_full-20050502.tgz Source1: fontforge.desktop -Source2: http://dl.sf.net/fontforge/fontforge_htdocs-20050310.tgz +Source2: http://dl.sf.net/fontforge/fontforge_htdocs-20050503.tgz Patch1: fontforge-20040618-docview.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,7 +31,7 @@ (Type2) and CID-keyed fonts. %prep -%setup -q -n %{name}-20050310 +%setup -q -n %{name}-20050502 %patch1 -p2 -b .docview mkdir htdocs @@ -51,9 +51,10 @@ %build +export CPPFLAGS='-DDOCDIR=\"%{_docdir}/%{name}-%{version}/htdocs\"' %configure --with-regular-link --with-freetype-bytecode=no # Parallel make not working. -make DOCDIR=%{_docdir}/%{name}-%{version}/htdocs +make %install @@ -74,6 +75,10 @@ chmod -x $RPM_BUILD_ROOT%{_libdir}/pkgconfig/fontforge.pc +# The fontforge makefiles install htdocs as well, but we +# prefer to have them under the standard RPM location, so +# remove the extra copy +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/fontforge %clean rm -rf $RPM_BUILD_ROOT @@ -97,6 +102,10 @@ %changelog +* Tue May 10 2005 Owen Taylor - 0.0-2.20050502.fc3 +- Update to 20050502 +- Fix the build to look for the docs where we install them + * Sat Mar 19 2005 Owen Taylor - 0.0-2.20050310 - Update to 20050310 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fontforge/FC-3/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 4 Apr 2005 20:25:22 -0000 1.5 +++ sources 10 May 2005 19:35:42 -0000 1.6 @@ -1,2 +1,2 @@ -55787a2c60fd84599d316e0311bcb3ae fontforge_full-20050310.tgz -10e27dbf02be98bddeb3098371e763e1 fontforge_htdocs-20050310.tgz +1f8de0694c7955ee8de268e70ab70e37 fontforge_htdocs-20050503.tgz +6a19fe0e0e6c1d70c49014b1f967b481 fontforge_full-20050502.tgz From fedora-extras-commits at redhat.com Tue May 10 19:36:02 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Tue, 10 May 2005 15:36:02 -0400 Subject: common tobuild,1.354,1.355 Message-ID: <200505101936.j4AJa2Hv000853@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv836 Modified Files: tobuild Log Message: request build of rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.354 retrieving revision 1.355 diff -u -r1.354 -r1.355 --- tobuild 10 May 2005 19:34:29 -0000 1.354 +++ tobuild 10 May 2005 19:36:00 -0000 1.355 @@ -7,3 +7,4 @@ pghmcfc rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 devel icon rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 devel icon rpms/pylint/devel pylint-0_6_4-4 devel +otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:38:04 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 15:38:04 -0400 Subject: common tobuild,1.355,1.356 Message-ID: <200505101938.j4AJc4tk000924@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv895 Modified Files: tobuild Log Message: readded the deleted lines Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.355 retrieving revision 1.356 diff -u -r1.355 -r1.356 --- tobuild 10 May 2005 19:36:00 -0000 1.355 +++ tobuild 10 May 2005 19:38:02 -0000 1.356 @@ -1,3 +1,14 @@ +# this is the build control file. the format is +# user repo tag target status +# +qspencer rpms/octave/devel octave-2_1_70-1 devel +mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel +denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 +thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 +jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 +jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel adrian rpms/fbida/devel fbida-2_03-5_fc4 devel kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:39:09 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 15:39:09 -0400 Subject: common tobuild,1.356,1.357 Message-ID: <200505101939.j4AJd96M000971@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv954 Modified Files: tobuild Log Message: request build of rpms/antiword/devel antiword-0_36_1-2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.356 retrieving revision 1.357 diff -u -r1.356 -r1.357 --- tobuild 10 May 2005 19:38:02 -0000 1.356 +++ tobuild 10 May 2005 19:39:07 -0000 1.357 @@ -19,3 +19,4 @@ icon rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 devel icon rpms/pylint/devel pylint-0_6_4-4 devel otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 +adrian rpms/antiword/devel antiword-0_36_1-2 devel From bugs.michael at gmx.net Tue May 10 19:51:55 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Tue, 10 May 2005 21:51:55 +0200 Subject: common tobuild,1.345,1.346 In-Reply-To: <42810B0F.2080506@ieee.org> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> Message-ID: <20050510215155.3eb7346b.bugs.michael@gmx.net> On Tue, 10 May 2005 14:27:11 -0500, Quentin Spencer wrote: > Is is possible that this affected compilation of anything in the queue? No, I doubt that. > I just got a notice that the build of octave failed. The only thing the > build log says is: "Build process terminated by timeout". It's a large package and builds for a long time. Most likely exceeds the time-out set in the build system, which perhaps is still to short. From fedora-extras-commits at redhat.com Tue May 10 19:53:23 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Tue, 10 May 2005 15:53:23 -0400 Subject: common tobuild,1.357,1.358 Message-ID: <200505101953.j4AJrNh8001081@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1064 Modified Files: tobuild Log Message: request build of rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.357 retrieving revision 1.358 diff -u -r1.357 -r1.358 --- tobuild 10 May 2005 19:39:07 -0000 1.357 +++ tobuild 10 May 2005 19:53:21 -0000 1.358 @@ -20,3 +20,4 @@ icon rpms/pylint/devel pylint-0_6_4-4 devel otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 adrian rpms/antiword/devel antiword-0_36_1-2 devel +kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:54:33 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Tue, 10 May 2005 15:54:33 -0400 Subject: common tobuild,1.358,1.359 Message-ID: <200505101954.j4AJsX6O001105@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1088 Modified Files: tobuild Log Message: removing extra build Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.358 retrieving revision 1.359 diff -u -r1.358 -r1.359 --- tobuild 10 May 2005 19:53:21 -0000 1.358 +++ tobuild 10 May 2005 19:54:31 -0000 1.359 @@ -20,4 +20,3 @@ icon rpms/pylint/devel pylint-0_6_4-4 devel otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 adrian rpms/antiword/devel antiword-0_36_1-2 devel -kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:57:22 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:57:22 -0400 Subject: rpms/QuantLib/FC-3 QuantLib-0.3.8-installdatahookfix.patch, 1.1, 1.2 QuantLib.spec, 1.5, 1.6 Message-ID: <200505101957.j4AJvMNb001231@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/QuantLib/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1192/FC-3 Modified Files: QuantLib-0.3.8-installdatahookfix.patch QuantLib.spec Log Message: fix patch so that QuantLib compiles. QuantLib-0.3.8-installdatahookfix.patch: Index: QuantLib-0.3.8-installdatahookfix.patch =================================================================== RCS file: /cvs/extras/rpms/QuantLib/FC-3/QuantLib-0.3.8-installdatahookfix.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- QuantLib-0.3.8-installdatahookfix.patch 14 Apr 2005 14:33:09 -0000 1.1 +++ QuantLib-0.3.8-installdatahookfix.patch 10 May 2005 19:57:20 -0000 1.2 @@ -3,7 +3,8 @@ @@ -81,7 +81,7 @@ $(SED) -e "s,HAVE_CONFIG_H,QL_HAVE_CONFIG_H," \ -e "s,/\* install-hook \*/,#define QL_HAVE_CONFIG_H," \ - $(includedir)/qldefines.hpp > .qldefines.hpp +- $(includedir)/qldefines.hpp > .qldefines.hpp ++ $(DESTDIR)$(includedir)/qldefines.hpp > .qldefines.hpp - $(INSTALL_DATA) .qldefines.hpp $(includedir)/qldefines.hpp + $(INSTALL_DATA) .qldefines.hpp $(DESTDIR)$(includedir)/qldefines.hpp rm .qldefines.hpp @@ -14,7 +15,8 @@ @@ -757,7 +757,7 @@ $(SED) -e "s,HAVE_CONFIG_H,QL_HAVE_CONFIG_H," \ -e "s,/\* install-hook \*/,#define QL_HAVE_CONFIG_H," \ - $(includedir)/qldefines.hpp > .qldefines.hpp +- $(includedir)/qldefines.hpp > .qldefines.hpp ++ $(DESTDIR)$(includedir)/qldefines.hpp > .qldefines.hpp - $(INSTALL_DATA) .qldefines.hpp $(includedir)/qldefines.hpp + $(INSTALL_DATA) .qldefines.hpp $(DESTDIR)$(includedir)/qldefines.hpp rm .qldefines.hpp Index: QuantLib.spec =================================================================== RCS file: /cvs/extras/rpms/QuantLib/FC-3/QuantLib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- QuantLib.spec 17 Apr 2005 04:47:03 -0000 1.5 +++ QuantLib.spec 10 May 2005 19:57:20 -0000 1.6 @@ -2,7 +2,7 @@ Name: QuantLib Version: 0.3.8 -Release: 6 +Release: 7%{?dist} Summary: A software framework for quantitative finance License: BSD Group: System Environment/Libraries @@ -106,6 +106,9 @@ %{docdir}/QuantLib-%{version}-docs-refman.ps %changelog +* Tue May 10 2005 Tom "spot" Callaway 0.3.8-7 +- fix QuantLib-0.3.8-installdatahookfix.patch + * Sat Apr 16 2005 Tom "spot" Callaway 0.3.8-6 - add tetex BuildRequires From skvidal at phy.duke.edu Tue May 10 19:58:01 2005 From: skvidal at phy.duke.edu (seth vidal) Date: Tue, 10 May 2005 15:58:01 -0400 Subject: common tobuild,1.345,1.346 In-Reply-To: <20050510215155.3eb7346b.bugs.michael@gmx.net> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> <20050510215155.3eb7346b.bugs.michael@gmx.net> Message-ID: <1115755082.10234.96.camel@cutter> On Tue, 2005-05-10 at 21:51 +0200, Michael Schwendt wrote: > On Tue, 10 May 2005 14:27:11 -0500, Quentin Spencer wrote: > > > Is is possible that this affected compilation of anything in the queue? > > No, I doubt that. > > > I just got a notice that the build of octave failed. The only thing the > > build log says is: "Build process terminated by timeout". > > It's a large package and builds for a long time. Most likely exceeds > the time-out set in the build system, which perhaps is still to short. > it's an hour and a half, iirc. probably there is another error that's causing it. I've seen a case where the popen calls can hang up b/c of too much error output. I think I know a fix but I've not found a way to replicate it yet :( -sv From fedora-extras-commits at redhat.com Tue May 10 19:57:22 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:57:22 -0400 Subject: rpms/QuantLib/devel QuantLib-0.3.8-installdatahookfix.patch, 1.1, 1.2 QuantLib.spec, 1.5, 1.6 Message-ID: <200505101957.j4AJvM9Z001241@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/QuantLib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1192/devel Modified Files: QuantLib-0.3.8-installdatahookfix.patch QuantLib.spec Log Message: fix patch so that QuantLib compiles. QuantLib-0.3.8-installdatahookfix.patch: Index: QuantLib-0.3.8-installdatahookfix.patch =================================================================== RCS file: /cvs/extras/rpms/QuantLib/devel/QuantLib-0.3.8-installdatahookfix.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- QuantLib-0.3.8-installdatahookfix.patch 14 Apr 2005 14:33:09 -0000 1.1 +++ QuantLib-0.3.8-installdatahookfix.patch 10 May 2005 19:57:20 -0000 1.2 @@ -3,7 +3,8 @@ @@ -81,7 +81,7 @@ $(SED) -e "s,HAVE_CONFIG_H,QL_HAVE_CONFIG_H," \ -e "s,/\* install-hook \*/,#define QL_HAVE_CONFIG_H," \ - $(includedir)/qldefines.hpp > .qldefines.hpp +- $(includedir)/qldefines.hpp > .qldefines.hpp ++ $(DESTDIR)$(includedir)/qldefines.hpp > .qldefines.hpp - $(INSTALL_DATA) .qldefines.hpp $(includedir)/qldefines.hpp + $(INSTALL_DATA) .qldefines.hpp $(DESTDIR)$(includedir)/qldefines.hpp rm .qldefines.hpp @@ -14,7 +15,8 @@ @@ -757,7 +757,7 @@ $(SED) -e "s,HAVE_CONFIG_H,QL_HAVE_CONFIG_H," \ -e "s,/\* install-hook \*/,#define QL_HAVE_CONFIG_H," \ - $(includedir)/qldefines.hpp > .qldefines.hpp +- $(includedir)/qldefines.hpp > .qldefines.hpp ++ $(DESTDIR)$(includedir)/qldefines.hpp > .qldefines.hpp - $(INSTALL_DATA) .qldefines.hpp $(includedir)/qldefines.hpp + $(INSTALL_DATA) .qldefines.hpp $(DESTDIR)$(includedir)/qldefines.hpp rm .qldefines.hpp Index: QuantLib.spec =================================================================== RCS file: /cvs/extras/rpms/QuantLib/devel/QuantLib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- QuantLib.spec 17 Apr 2005 04:47:03 -0000 1.5 +++ QuantLib.spec 10 May 2005 19:57:20 -0000 1.6 @@ -2,7 +2,7 @@ Name: QuantLib Version: 0.3.8 -Release: 6 +Release: 7%{?dist} Summary: A software framework for quantitative finance License: BSD Group: System Environment/Libraries @@ -106,6 +106,9 @@ %{docdir}/QuantLib-%{version}-docs-refman.ps %changelog +* Tue May 10 2005 Tom "spot" Callaway 0.3.8-7 +- fix QuantLib-0.3.8-installdatahookfix.patch + * Sat Apr 16 2005 Tom "spot" Callaway 0.3.8-6 - add tetex BuildRequires From fedora-extras-commits at redhat.com Tue May 10 19:59:11 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 15:59:11 -0400 Subject: common tobuild,1.359,1.360 Message-ID: <200505101959.j4AJxBd5001325@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1308 Modified Files: tobuild Log Message: request build of rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.359 retrieving revision 1.360 diff -u -r1.359 -r1.360 --- tobuild 10 May 2005 19:54:31 -0000 1.359 +++ tobuild 10 May 2005 19:59:09 -0000 1.360 @@ -20,3 +20,4 @@ icon rpms/pylint/devel pylint-0_6_4-4 devel otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 adrian rpms/antiword/devel antiword-0_36_1-2 devel +denis rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:59:40 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 15:59:40 -0400 Subject: common tobuild,1.360,1.361 Message-ID: <200505101959.j4AJxe1p001399@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1382 Modified Files: tobuild Log Message: request build of rpms/libglademm24/FC-3 libglademm24-2_4_2-1 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.360 retrieving revision 1.361 diff -u -r1.360 -r1.361 --- tobuild 10 May 2005 19:59:09 -0000 1.360 +++ tobuild 10 May 2005 19:59:38 -0000 1.361 @@ -21,3 +21,4 @@ otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 adrian rpms/antiword/devel antiword-0_36_1-2 devel denis rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 fc3 +denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 From fedora-extras-commits at redhat.com Tue May 10 20:14:05 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 16:14:05 -0400 Subject: common tobuild,1.361,1.362 Message-ID: <200505102014.j4AKE5Yi002397@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2380 Modified Files: tobuild Log Message: request build of rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.361 retrieving revision 1.362 diff -u -r1.361 -r1.362 --- tobuild 10 May 2005 19:59:38 -0000 1.361 +++ tobuild 10 May 2005 20:14:03 -0000 1.362 @@ -22,3 +22,4 @@ adrian rpms/antiword/devel antiword-0_36_1-2 devel denis rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 fc3 denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 +spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 20:14:21 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 16:14:21 -0400 Subject: common tobuild,1.362,1.363 Message-ID: <200505102014.j4AKELXa002454@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2437 Modified Files: tobuild Log Message: request build of rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.362 retrieving revision 1.363 diff -u -r1.362 -r1.363 --- tobuild 10 May 2005 20:14:03 -0000 1.362 +++ tobuild 10 May 2005 20:14:19 -0000 1.363 @@ -23,3 +23,4 @@ denis rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 fc3 denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 +spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel From qspencer at ieee.org Tue May 10 20:25:46 2005 From: qspencer at ieee.org (Quentin Spencer) Date: Tue, 10 May 2005 15:25:46 -0500 Subject: common tobuild,1.345,1.346 In-Reply-To: <1115755082.10234.96.camel@cutter> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> <20050510215155.3eb7346b.bugs.michael@gmx.net> <1115755082.10234.96.camel@cutter> Message-ID: <428118CA.6080907@ieee.org> seth vidal wrote: >On Tue, 2005-05-10 at 21:51 +0200, Michael Schwendt wrote: > > >>On Tue, 10 May 2005 14:27:11 -0500, Quentin Spencer wrote: >> >> >>>I just got a notice that the build of octave failed. The only thing the >>>build log says is: "Build process terminated by timeout". >>> >>> >>It's a large package and builds for a long time. Most likely exceeds >>the time-out set in the build system, which perhaps is still to short. >> >> >it's an hour and a half, iirc. >probably there is another error that's causing it. I've seen a case >where the popen calls can hang up b/c of too much error output. I think >I know a fix but I've not found a way to replicate it yet :( > > FWIW, octave is a big package that takes a long time to build (close to an hour on a relatively modern system is common), and it generates a lot of output. The spec uses the --enable-picky-flags option on configure (I don't know why--it was that way in core) which generates lots of warnings and could potentially double the size of the log output. If this can potentially help it compile, I'd be happy to change it. -Quentin From skvidal at phy.duke.edu Tue May 10 20:30:21 2005 From: skvidal at phy.duke.edu (seth vidal) Date: Tue, 10 May 2005 16:30:21 -0400 Subject: common tobuild,1.345,1.346 In-Reply-To: <428118CA.6080907@ieee.org> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> <20050510215155.3eb7346b.bugs.michael@gmx.net> <1115755082.10234.96.camel@cutter> <428118CA.6080907@ieee.org> Message-ID: <1115757021.10234.102.camel@cutter> On Tue, 2005-05-10 at 15:25 -0500, Quentin Spencer wrote: > seth vidal wrote: > > >On Tue, 2005-05-10 at 21:51 +0200, Michael Schwendt wrote: > > > > > >>On Tue, 10 May 2005 14:27:11 -0500, Quentin Spencer wrote: > >> > >> > >>>I just got a notice that the build of octave failed. The only thing the > >>>build log says is: "Build process terminated by timeout". > >>> > >>> > >>It's a large package and builds for a long time. Most likely exceeds > >>the time-out set in the build system, which perhaps is still to short. > >> > >> > >it's an hour and a half, iirc. > >probably there is another error that's causing it. I've seen a case > >where the popen calls can hang up b/c of too much error output. I think > >I know a fix but I've not found a way to replicate it yet :( > > > > > FWIW, octave is a big package that takes a long time to build (close to > an hour on a relatively modern system is common), and it generates a lot > of output. The spec uses the --enable-picky-flags option on configure (I > don't know why--it was that way in core) which generates lots of > warnings and could potentially double the size of the log output. If > this can potentially help it compile, I'd be happy to change it. > does octave time out EVERY time? if so then I'd like to use it to test some things. -sv From qspencer at ieee.org Tue May 10 20:35:15 2005 From: qspencer at ieee.org (Quentin Spencer) Date: Tue, 10 May 2005 15:35:15 -0500 Subject: common tobuild,1.345,1.346 In-Reply-To: <1115757021.10234.102.camel@cutter> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> <20050510215155.3eb7346b.bugs.michael@gmx.net> <1115755082.10234.96.camel@cutter> <428118CA.6080907@ieee.org> <1115757021.10234.102.camel@cutter> Message-ID: <42811B03.20301@ieee.org> seth vidal wrote: >On Tue, 2005-05-10 at 15:25 -0500, Quentin Spencer wrote: > > >>seth vidal wrote: >> >> >> >>>On Tue, 2005-05-10 at 21:51 +0200, Michael Schwendt wrote: >>> >>> >>> >>> >>>>On Tue, 10 May 2005 14:27:11 -0500, Quentin Spencer wrote: >>>> >>>> >>>> >>>> >>>>>I just got a notice that the build of octave failed. The only thing the >>>>>build log says is: "Build process terminated by timeout". >>>>> >>>>> >>>>> >>>>> >>>>It's a large package and builds for a long time. Most likely exceeds >>>>the time-out set in the build system, which perhaps is still to short. >>>> >>>> >>>> >>>> >>>it's an hour and a half, iirc. >>>probably there is another error that's causing it. I've seen a case >>>where the popen calls can hang up b/c of too much error output. I think >>>I know a fix but I've not found a way to replicate it yet :( >>> >>> >>> >>> >>FWIW, octave is a big package that takes a long time to build (close to >>an hour on a relatively modern system is common), and it generates a lot >>of output. The spec uses the --enable-picky-flags option on configure (I >>don't know why--it was that way in core) which generates lots of >>warnings and could potentially double the size of the log output. If >>this can potentially help it compile, I'd be happy to change it. >> >> >> > >does octave time out EVERY time? > >if so then I'd like to use it to test some things. > > This is my first build attempt, but it timed out on i386 and on x86_64. You could try it again and see what happens. From fedora-extras-commits at redhat.com Tue May 10 21:53:13 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 17:53:13 -0400 Subject: rpms/nmh/FC-3 nmh.spec,1.4,1.5 Message-ID: <200505102153.j4ALrDst003866@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/rpms/nmh/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3837/FC-3 Modified Files: nmh.spec Log Message: Modify spec files to use proper file locking. Index: nmh.spec =================================================================== RCS file: /cvs/extras/rpms/nmh/FC-3/nmh.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nmh.spec 25 Apr 2005 00:33:03 -0000 1.4 +++ nmh.spec 10 May 2005 21:53:11 -0000 1.5 @@ -1,6 +1,6 @@ Name: nmh Version: 1.1 -Release: 7.fc3 +Release: 8.fc3 Summary: A capable mail handling system with a command line interface. Group: Applications/Internet @@ -36,6 +36,7 @@ --sysconfdir=%{_sysconfdir}/nmh \ --libdir=%{_libdir}/nmh \ --mandir=%{_mandir} \ + --with-locking=fcntl \ --enable-pop make @@ -63,6 +64,9 @@ %doc docs/TODO docs/README* COPYRIGHT %changelog +* Tue May 10 2005 Josh Bressers 0:1.1-8.fc3 +- Use fcntl for filelocking instead of the default dotlocks. + * Sun Apr 24 2005 Josh Bressers 0:1.1-7.fc3 - Add patch from Jason Venner to avoid trying to lock files in /dev From fedora-extras-commits at redhat.com Tue May 10 21:53:14 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 17:53:14 -0400 Subject: rpms/nmh/devel nmh.spec,1.4,1.5 Message-ID: <200505102153.j4ALrEvE003872@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/rpms/nmh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3837/devel Modified Files: nmh.spec Log Message: Modify spec files to use proper file locking. Index: nmh.spec =================================================================== RCS file: /cvs/extras/rpms/nmh/devel/nmh.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nmh.spec 25 Apr 2005 00:38:15 -0000 1.4 +++ nmh.spec 10 May 2005 21:53:11 -0000 1.5 @@ -1,6 +1,6 @@ Name: nmh Version: 1.1 -Release: 7.fc4 +Release: 8.fc4 Summary: A capable mail handling system with a command line interface. Group: Applications/Internet @@ -36,6 +36,7 @@ --sysconfdir=%{_sysconfdir}/nmh \ --libdir=%{_libdir}/nmh \ --mandir=%{_mandir} \ + --with-locking=fcntl \ --enable-pop make @@ -63,6 +64,9 @@ %doc docs/TODO docs/README* COPYRIGHT %changelog +* Tue May 10 2005 Josh Bressers 0:1.1-8.fc4 +- Use fcntl for filelocking instead of the default dotlocks. + * Sun Apr 24 2005 Josh Bressers 0:1.1-7.fc4 - Add patch from Jason Venner to avoid trying to lock files in /dev From fedora-extras-commits at redhat.com Tue May 10 21:55:19 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 17:55:19 -0400 Subject: common tobuild,1.363,1.364 Message-ID: <200505102155.j4ALtJ7f003962@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3945 Modified Files: tobuild Log Message: request build of devel/nmh nmh-1_1-6_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.363 retrieving revision 1.364 diff -u -r1.363 -r1.364 --- tobuild 10 May 2005 20:14:19 -0000 1.363 +++ tobuild 10 May 2005 21:55:17 -0000 1.364 @@ -24,3 +24,4 @@ denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel +bressers devel/nmh nmh-1_1-6_fc4 development From fedora-extras-commits at redhat.com Tue May 10 21:56:11 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 17:56:11 -0400 Subject: common tobuild,1.364,1.365 Message-ID: <200505102156.j4ALuBX9003992@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3975 Modified Files: tobuild Log Message: request build of rpms/nmh/FC-3 nmh-1_1-8_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.364 retrieving revision 1.365 diff -u -r1.364 -r1.365 --- tobuild 10 May 2005 21:55:17 -0000 1.364 +++ tobuild 10 May 2005 21:56:09 -0000 1.365 @@ -25,3 +25,4 @@ spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel bressers devel/nmh nmh-1_1-6_fc4 development +bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 From fedora-extras-commits at redhat.com Tue May 10 22:00:21 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 18:00:21 -0400 Subject: common tobuild,1.365,1.366 Message-ID: <200505102200.j4AM0LE9004072@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4055 Modified Files: tobuild Log Message: request build of rpms/nmh/devel nmh-1_1-8_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.365 retrieving revision 1.366 diff -u -r1.365 -r1.366 --- tobuild 10 May 2005 21:56:09 -0000 1.365 +++ tobuild 10 May 2005 22:00:19 -0000 1.366 @@ -26,3 +26,4 @@ spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel bressers devel/nmh nmh-1_1-6_fc4 development bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 +bressers rpms/nmh/devel nmh-1_1-8_fc4 development From fedora-extras-commits at redhat.com Tue May 10 22:10:01 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 18:10:01 -0400 Subject: common tobuild,1.366,1.367 Message-ID: <200505102210.j4AMA1KH005032@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5012 Modified Files: tobuild Log Message: Remote bad build request. Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.366 retrieving revision 1.367 diff -u -r1.366 -r1.367 --- tobuild 10 May 2005 22:00:19 -0000 1.366 +++ tobuild 10 May 2005 22:09:59 -0000 1.367 @@ -24,6 +24,5 @@ denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel -bressers devel/nmh nmh-1_1-6_fc4 development bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 bressers rpms/nmh/devel nmh-1_1-8_fc4 development From fedora-extras-commits at redhat.com Tue May 10 23:23:46 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:23:46 -0400 Subject: web/html/projects/docs index.php,1.3,1.4 Message-ID: <200505102323.j4ANNkTb007600@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/projects/docs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7592/html/projects/docs Modified Files: index.php Log Message: Changes to CVS instructions to match new module scheme, style changes -- docs -> documents. Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/projects/docs/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.php 24 Apr 2005 11:04:20 -0000 1.3 +++ index.php 10 May 2005 23:23:44 -0000 1.4 @@ -17,7 +17,7 @@ /* Display name is the proper name of the project -- * it is displayed at the top of the page */ -$project->display_name="Docs Project"; +$project->display_name="Documentation Project"; $project->project_name="fedora-docs"; $project->cvs_module="fedora-docs"; $project->bugzilla_component="fedora-docs"; @@ -28,13 +28,13 @@ /* Project description */ $project->desc=" -

    The goal of the Docs Project is to create easy-to-follow, +

    The goal of the Documentation Project is to create easy-to-follow, task-based documentation for $RELEASE_NAME users and developers. Other than the Installation Guide, each document is in article format, with one article per topic. This way, writers can contribute documentation about a specific topic without having to worry about how it fits into a manual or how - it flows with other topics. Since the docs are for the + it flows with other topics. Since the documents are for the $PROJECT_NAME;, they only need to describe how to perform tasks on $RELEASE_NAME.

    @@ -44,14 +44,16 @@

    The following tools are used: @@ -68,11 +70,11 @@ documentation in any format, as there are volunteers who will convert into DocBook/XML. Ongoing maintenance for the new document should happen in DocBook/XML, which will be much - easier to learn from the converted doc.

    + easier to learn from the converted document.

    -

    The Docs Project is not interested in unmaintained - documentation. If you have a doc to submit, either you or - someone else will need to continue maintenance of the doc. +

    The Documentation Project is not interested in unmaintained + documentation. If you have a document to submit, either you or + someone else will need to continue maintenance of the document. Documentation should be focused on software found in Fedora Core or Extras. If you have an idea outside of that scope, please bring it to the mailing list for discussion.

    @@ -86,23 +88,36 @@
  • Documentation Project FAQs
  • -

    NOTE: The location for the Docs Project CVS has +

    NOTE: The location for the Documentation Project CVS has changed from what is listed below. When downloading from anonymous CVS, use this set of commands instead:

    export CVSROOT=:pserver:anonymous at cvs.fedora.redhat.com:/cvs/docs
    cvs -z3 login
    - cvs -z3 co fedora-docs
    + cvs -z3 co docs-setup
    + cvs -z3 co <name-of-module>
    +
    +

    +

    The first check-out command grabs the set of common files you need to build the documents, including stylesheets, common XML components, and stylesheet images. In the second check-out command, replace <name-of-module> with the name of the CVS module you are interested in, such as documentation-guide. If you do not know the name of the document module, you can see a listing of all modules in CVS with this command:

    +

    + export CVSROOT=:pserver:anonymous at cvs.fedora.redhat.com:/cvs/docs
    + cvs -z3 login
    + cvs -z3 co -c

    "; /* tutorial topics */ $project->addMisc("Tutorial Topics"," -

    Bug 129807 is being used to track tutorials in progress.

    -

    Bug 129784 is being used to track tutorial ideas with no writer assigned to them. If you are looking for a topic, refer to this bug to see if anything sparks your interest.

    -

    Documents in progress include:

    +

    Bug 129807 +is being used to track tutorials in progress.

    Bug 129784 +is being used to track tutorial ideas with no writer assigned to +them. If you are looking for a topic, refer to this bug to see if +anything sparks your interest.

    Documents in progress +include:

    • FC3 Installation Guide
    • @@ -112,14 +127,14 @@ "); $project->addMisc("Fedora Documentation Steering Committee (FDSCo)"," -

      The purpose of FDSCo is to make the Docs Project a success. -Project direction and action can be initiated by the FDSCo. Our main -purpose is to clear the way and get stuff done. More information -can be found at the The purpose of FDSCo is to make the Documentation Project a +success. Project direction and action can be initiated by the FDSCo. +Our main purpose is to clear the way and get stuff done. More +information can be found at the FDSCo Wiki pages. Our mailing list is fedora-dsco-list at redhat.com. -

      +

      FDSCo Members:

      From fedora-extras-commits at redhat.com Tue May 10 23:32:03 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:32:03 -0400 Subject: web/html/docs/beta - New directory Message-ID: <200505102332.j4ANW39a007649@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7643/beta Log Message: Directory /cvs/fedora/web/html/docs/beta added to the repository From fedora-extras-commits at redhat.com Tue May 10 23:32:15 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:32:15 -0400 Subject: web/html/docs/beta/fedora-install-guide-en - New directory Message-ID: <200505102332.j4ANWF5b007661@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7655/beta/fedora-install-guide-en Log Message: Directory /cvs/fedora/web/html/docs/beta/fedora-install-guide-en added to the repository From fedora-extras-commits at redhat.com Tue May 10 23:32:32 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:32:32 -0400 Subject: web/html/docs/beta/fedora-install-guide-en/figs - New directory Message-ID: <200505102332.j4ANWWkp007673@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/figs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7667/beta/fedora-install-guide-en/figs Log Message: Directory /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/figs added to the repository From fedora-extras-commits at redhat.com Tue May 10 23:32:47 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:32:47 -0400 Subject: web/html/docs/beta/fedora-install-guide-en/stylesheet-images - New directory Message-ID: <200505102332.j4ANWlhC007685@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/stylesheet-images In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7679/beta/fedora-install-guide-en/stylesheet-images Log Message: Directory /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/stylesheet-images added to the repository From fedora-extras-commits at redhat.com Tue May 10 23:35:57 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:35:57 -0400 Subject: web/html/docs/beta/fedora-install-guide-en ch-abouttoinstall.php, NONE, 1.1 ch-acknowledgements.php, NONE, 1.1 ch-beginninginstallation.php, NONE, 1.1 ch-bootloader-advanced.php, NONE, 1.1 ch-bootloader-others.php, NONE, 1.1 ch-bootloader-password.php, NONE, 1.1 ch-bootloader.php, NONE, 1.1 ch-disk-partitioning.php, NONE, 1.1 ch-firewallconfig.php, NONE, 1.1 ch-firstboot.php, NONE, 1.1 ch-installer-locale.php, NONE, 1.1 ch-installing-packages.php, NONE, 1.1 ch-installtypes.php, NONE, 1.1 ch-intro.php, NONE, 1.1 ch-networkconfig.php, NONE, 1.1 ch-other-install-methods.php, NONE, 1.1 ch-packageselection.php, NONE, 1.1 ch-rootpassword.php, NONE, 1.1 ch-timezone.php, NONE, 1.1 ch04.php, NONE, 1.1 index.php, NONE, 1.1 ld-id2511810.php, NONE, 1.1 ld-id2511937.php, NONE, 1.1 ld-id2512015.php, NONE, 1.1 ld-id2512068.php, NONE, 1.1 ld-id2512525.php, NONE, 1.1 ld-id2513661.php, NONE, 1.1 ld-id2513782.php, NONE, 1.1 ld-id2513849.php, NONE, 1.1 ld-id2513922.php, NONE, 1.1 ld-id2513993.php, NONE, 1.1 ld-id2514281.php, NONE, 1.1 ld-id2514368.! php, NONE, 1.1 ld-id2514652.php, NONE, 1.1 ld-id2514722.php, NONE, 1.1 ld-id2515115.php, NONE, 1.1 ld-id2519652.php, NONE, 1.1 ld-id2519832.php, NONE, 1.1 ld-id2520155.php, NONE, 1.1 ld-id2520375.php, NONE, 1.1 ld-id2521341.php, NONE, 1.1 ld-id2521411.php, NONE, 1.1 ld-id2521798.php, NONE, 1.1 ld-id2521886.php, NONE, 1.1 ld-id2522184.php, NONE, 1.1 ld-id2522291.php, NONE, 1.1 ld-id2523099.php, NONE, 1.1 ld-id2523181.php, NONE, 1.1 ld-id2523295.php, NONE, 1.1 ld-id2523421.php, NONE, 1.1 ld-id2523580.php, NONE, 1.1 ld-id2523663.php, NONE, 1.1 ld-id2523780.php, NONE, 1.1 ld-id2523874.php, NONE, 1.1 ld-id2523927.php, NONE, 1.1 ln-legalnotice.php, NONE, 1.1 s1-computer-hostname.php, NONE, 1.1 s1-extreme-packagegroups.php, NONE, 1.1 s1-firstboot-additional-cds.php, NONE, 1.1 s1-firstboot-datetime.php, NONE, 1.1 s1-firstboot-display.php, NONE, 1.1 s1-firstboot-soundcard.php, NONE, 1.1 s1-firstboot-systemuser.php, NONE, 1.1 s1-lang-packages.php, NONE, 1.1 s1-network-misc-settings.php, NONE, 1.1 s1-packagegroups.php, NONE, 1.1 s1-selinux.php, NONE, 1.! 1 sn-before-begin.php,NONE,1.1 sn-booting-from-pxe.php,NONE,1.! 1 sn-d Message-ID: <200505102335.j4ANZvcb007719@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7706/beta/fedora-install-guide-en Added Files: ch-abouttoinstall.php ch-acknowledgements.php ch-beginninginstallation.php ch-bootloader-advanced.php ch-bootloader-others.php ch-bootloader-password.php ch-bootloader.php ch-disk-partitioning.php ch-firewallconfig.php ch-firstboot.php ch-installer-locale.php ch-installing-packages.php ch-installtypes.php ch-intro.php ch-networkconfig.php ch-other-install-methods.php ch-packageselection.php ch-rootpassword.php ch-timezone.php ch04.php index.php ld-id2511810.php ld-id2511937.php ld-id2512015.php ld-id2512068.php ld-id2512525.php ld-id2513661.php ld-id2513782.php ld-id2513849.php ld-id2513922.php ld-id2513993.php ld-id2514281.php ld-id2514368.php ld-id2514652.php ld-id2514722.php ld-id2515115.php ld-id2519652.php ld-id2519832.php ld-id2520155.php ld-id2520375.php ld-id2521341.php ld-id2521411.php ld-id2521798.php ld-id2521886.php ld-id2522184.php ld-id2522291.php ld-id2523099.php ld-id2523181.php ld-id2523295.php ld-id2523421.php ld-id2523580.php ld-id2523663.php ld-id2523780.php ld-id2523874.php ld-id2523927.php ln-legalnotice.php s1-computer-hostname.php s1-extreme-packagegroups.php s1-firstboot-additional-cds.php s1-firstboot-datetime.php s1-firstboot-display.php s1-firstboot-soundcard.php s1-firstboot-systemuser.php s1-lang-packages.php s1-network-misc-settings.php s1-packagegroups.php s1-selinux.php sn-before-begin.php sn-booting-from-pxe.php sn-disk-druid.php sn-installer-keyboard.php sn-installing-from-harddrive.php sn-partitioning-general.php sn-using-otherbootmedia.php Log Message: Creating new beta directory structure, populating with beta install guide. ***** Error reading new file: [Errno 2] No such file or directory: 'ch-abouttoinstall.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-acknowledgements.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-beginninginstallation.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-bootloader-advanced.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-bootloader-others.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-bootloader-password.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-bootloader.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-disk-partitioning.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-firewallconfig.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-firstboot.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-installer-locale.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-installing-packages.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-installtypes.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-intro.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-networkconfig.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-other-install-methods.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-packageselection.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-rootpassword.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-timezone.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch04.php' ***** Error reading new file: [Errno 2] No such file or directory: 'index.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2511810.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2511937.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2512015.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2512068.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2512525.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2513661.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2513782.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2513849.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2513922.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2513993.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2514281.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2514368.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2514652.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2514722.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2515115.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2519652.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2519832.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2520155.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2520375.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2521341.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2521411.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2521798.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2521886.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2522184.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2522291.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523099.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523181.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523295.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523421.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523580.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523663.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523780.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523874.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523927.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ln-legalnotice.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-computer-hostname.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-extreme-packagegroups.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-firstboot-additional-cds.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-firstboot-datetime.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-firstboot-display.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-firstboot-soundcard.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-firstboot-systemuser.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-lang-packages.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-network-misc-settings.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-packagegroups.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-selinux.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-before-begin.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-booting-from-pxe.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-disk-druid.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-installer-keyboard.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-installing-from-harddrive.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-partitioning-general.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-using-otherbootmedia.php' From fedora-extras-commits at redhat.com Tue May 10 23:35:57 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:35:57 -0400 Subject: web/html/docs/beta/fedora-install-guide-en/stylesheet-images caution.png, NONE, 1.1 important.png, NONE, 1.1 note.png, NONE, 1.1 tip.png, NONE, 1.1 warning.png, NONE, 1.1 Message-ID: <200505102336.j4ANZviJ007727@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/stylesheet-images In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7706/beta/fedora-install-guide-en/stylesheet-images Added Files: caution.png important.png note.png tip.png warning.png Log Message: Creating new beta directory structure, populating with beta install guide. From fedora-extras-commits at redhat.com Tue May 10 23:35:57 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:35:57 -0400 Subject: web/html/docs/beta/fedora-install-guide-en/figs about-to-install.png, NONE, 1.1 add-lang.png, NONE, 1.1 boot.png, NONE, 1.1 bootloader-advanced.png, NONE, 1.1 bootloader-change.png, NONE, 1.1 bootloader-config.png, NONE, 1.1 bootloader-others.png, NONE, 1.1 bootloader-password.png, NONE, 1.1 fboot-cds.png, NONE, 1.1 fboot-display-monitor.png, NONE, 1.1 fboot-display.png, NONE, 1.1 fboot-finish.png, NONE, 1.1 fboot-licence.png, NONE, 1.1 fboot-sound.png, NONE, 1.1 fboot-time-ntp.png, NONE, 1.1 fboot-time.png, NONE, 1.1 fboot-user.png, NONE, 1.1 fboot-welcome.png, NONE, 1.1 firewall.png, NONE, 1.1 ftp-setup-further.png, NONE, 1.1 ftp-setup.png, NONE, 1.1 hdd-instmethod.png, NONE, 1.1 inst-ipsetup.png, NONE, 1.1 install-method.png, NONE, 1.1 install-types.png, NONE, 1.1 installing-inprogress.png, NONE, 1.1 keyb-conf.png, NONE, 1.1 lang-selection.png, NONE, 1.1 media-test.png, NONE, 1.1 mediacheck-next.png, NONE, 1.1 mediacheck-result.png, NONE, 1.1 net-config-dhcp.png, NONE, 1.1 package-default.png, NONE, 1.1 package-selection-detail! s.png, NONE, 1.1 package-selection.png, NONE, 1.1 pxe-instmethod.png, NONE, 1.1 root-passwd.png, NONE, 1.1 text-lang-selection.png, NONE, 1.1 timezone.png, NONE, 1.1 upgrade-bootloader.png, NONE, 1.1 upgrade-examine.png, NONE, 1.1 Message-ID: <200505102335.j4ANZv0F007724@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/figs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7706/beta/fedora-install-guide-en/figs Added Files: about-to-install.png add-lang.png boot.png bootloader-advanced.png bootloader-change.png bootloader-config.png bootloader-others.png bootloader-password.png fboot-cds.png fboot-display-monitor.png fboot-display.png fboot-finish.png fboot-licence.png fboot-sound.png fboot-time-ntp.png fboot-time.png fboot-user.png fboot-welcome.png firewall.png ftp-setup-further.png ftp-setup.png hdd-instmethod.png inst-ipsetup.png install-method.png install-types.png installing-inprogress.png keyb-conf.png lang-selection.png media-test.png mediacheck-next.png mediacheck-result.png net-config-dhcp.png package-default.png package-selection-details.png package-selection.png pxe-instmethod.png root-passwd.png text-lang-selection.png timezone.png upgrade-bootloader.png upgrade-examine.png Log Message: Creating new beta directory structure, populating with beta install guide. From fedora-extras-commits at redhat.com Tue May 10 23:48:37 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 19:48:37 -0400 Subject: rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel.spec, 1.5, 1.6 Message-ID: <200505102348.j4ANmbTE007787@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7758/FC-3 Modified Files: perl-Spreadsheet-WriteExcel.spec Log Message: spec cleanups Index: perl-Spreadsheet-WriteExcel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/FC-3/perl-Spreadsheet-WriteExcel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Spreadsheet-WriteExcel.spec 24 Apr 2005 23:14:42 -0000 1.5 +++ perl-Spreadsheet-WriteExcel.spec 10 May 2005 23:48:35 -0000 1.6 @@ -1,15 +1,16 @@ -Summary: Write formatted text and numbers to a cross-platform Excel binary file -Name: perl-Spreadsheet-WriteExcel -Version: 2.13 -Release: 2 -License: Artistic or GPL -Group: Development/Libraries -Source0: Spreadsheet-WriteExcel-%{version}.tar.gz -Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildArch: noarch +Name: perl-Spreadsheet-WriteExcel +Version: 2.13 +Release: 3%{?dist} +Summary: Write formatted text and numbers to a cross-platform Excel binary file +License: Artistic or GPL +Group: Development/Libraries +Source0: Spreadsheet-WriteExcel-%{version}.tar.gz +Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) +BuildArch: noarch %description The Spreadsheet::WriteExcel module can be used to create a cross- @@ -31,12 +32,11 @@ %prep %setup -q -n Spreadsheet-WriteExcel-%{version} -%{__perl} -pi -e 's/\r\n/\n/g' Changes README exe/chartex \ - doc/*.html charts/{README,*.{pl,pod,txt}} +%{__perl} -pi -e 's/\r\n/\n/g' Changes README bin/chartex \ + doc/*.html charts/{README,*.{pl,pod,txt}} examples/{README,*.{pl,txt}} %build -perl Makefile.PL INSTALLDIRS=vendor -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -54,13 +54,16 @@ %files %defattr(-,root,root,-) -%doc Changes README doc/ charts/ +%doc Changes README doc/ charts/ examples/ %{_bindir}/chartex -%{perl_vendorlib}/* +%{perl_vendorlib}/Spreadsheet/ %{_mandir}/man1/*.1* %{_mandir}/man3/*.3* %changelog +* Tue May 10 2005 Tom "spot" Callaway 2.13-3 +- more spec cleanups + * Sun Apr 24 2005 Tom "spot" Callaway 2.13-2 - spec cleanups From fedora-extras-commits at redhat.com Tue May 10 23:48:38 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 19:48:38 -0400 Subject: rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel.spec, 1.5, 1.6 Message-ID: <200505102348.j4ANmcgP007793@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7758/devel Modified Files: perl-Spreadsheet-WriteExcel.spec Log Message: spec cleanups Index: perl-Spreadsheet-WriteExcel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/perl-Spreadsheet-WriteExcel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Spreadsheet-WriteExcel.spec 24 Apr 2005 23:14:42 -0000 1.5 +++ perl-Spreadsheet-WriteExcel.spec 10 May 2005 23:48:36 -0000 1.6 @@ -1,15 +1,16 @@ -Summary: Write formatted text and numbers to a cross-platform Excel binary file -Name: perl-Spreadsheet-WriteExcel -Version: 2.13 -Release: 2 -License: Artistic or GPL -Group: Development/Libraries -Source0: Spreadsheet-WriteExcel-%{version}.tar.gz -Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildArch: noarch +Name: perl-Spreadsheet-WriteExcel +Version: 2.13 +Release: 3%{?dist} +Summary: Write formatted text and numbers to a cross-platform Excel binary file +License: Artistic or GPL +Group: Development/Libraries +Source0: Spreadsheet-WriteExcel-%{version}.tar.gz +Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) +BuildArch: noarch %description The Spreadsheet::WriteExcel module can be used to create a cross- @@ -31,12 +32,11 @@ %prep %setup -q -n Spreadsheet-WriteExcel-%{version} -%{__perl} -pi -e 's/\r\n/\n/g' Changes README exe/chartex \ - doc/*.html charts/{README,*.{pl,pod,txt}} +%{__perl} -pi -e 's/\r\n/\n/g' Changes README bin/chartex \ + doc/*.html charts/{README,*.{pl,pod,txt}} examples/{README,*.{pl,txt}} %build -perl Makefile.PL INSTALLDIRS=vendor -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -54,13 +54,16 @@ %files %defattr(-,root,root,-) -%doc Changes README doc/ charts/ +%doc Changes README doc/ charts/ examples/ %{_bindir}/chartex -%{perl_vendorlib}/* +%{perl_vendorlib}/Spreadsheet/ %{_mandir}/man1/*.1* %{_mandir}/man3/*.3* %changelog +* Tue May 10 2005 Tom "spot" Callaway 2.13-3 +- more spec cleanups + * Sun Apr 24 2005 Tom "spot" Callaway 2.13-2 - spec cleanups From fedora-extras-commits at redhat.com Tue May 10 23:49:00 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 19:49:00 -0400 Subject: common tobuild,1.367,1.368 Message-ID: <200505102349.j4ANn0BB007850@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7833 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.367 retrieving revision 1.368 diff -u -r1.367 -r1.368 --- tobuild 10 May 2005 22:09:59 -0000 1.367 +++ tobuild 10 May 2005 23:48:58 -0000 1.368 @@ -26,3 +26,4 @@ spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 bressers rpms/nmh/devel nmh-1_1-8_fc4 development +spot rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 23:49:14 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 19:49:14 -0400 Subject: common tobuild,1.368,1.369 Message-ID: <200505102349.j4ANnEp2007907@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7890 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.368 retrieving revision 1.369 diff -u -r1.368 -r1.369 --- tobuild 10 May 2005 23:48:58 -0000 1.368 +++ tobuild 10 May 2005 23:49:12 -0000 1.369 @@ -27,3 +27,4 @@ bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 bressers rpms/nmh/devel nmh-1_1-8_fc4 development spot rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 fc3 +spot rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 23:59:10 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 19:59:10 -0400 Subject: rpms/R/devel sources,1.3,1.4 Message-ID: <200505102359.j4ANxAQF008031@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8014 Modified Files: sources Log Message: Cleanup sources file Index: sources =================================================================== RCS file: /cvs/extras/rpms/R/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 18 Apr 2005 15:06:32 -0000 1.3 +++ sources 10 May 2005 23:59:08 -0000 1.4 @@ -1,2 +1 @@ -fb47b1fdef4323031e24d541a2f36b2b R-2.0.1.tar.gz e7f92ef0c2bc5b772a83f42a5ed504c9 R-2.1.0.tar.gz From fedora-extras-commits at redhat.com Wed May 11 00:07:04 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 20:07:04 -0400 Subject: rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite.spec,1.2,1.3 Message-ID: <200505110007.j4B07YAW008975@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-OLE-Storage_Lite/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8943/FC-3 Modified Files: perl-OLE-Storage_Lite.spec Log Message: fix defattr out of order issue Index: perl-OLE-Storage_Lite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/FC-3/perl-OLE-Storage_Lite.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-OLE-Storage_Lite.spec 24 Apr 2005 23:15:41 -0000 1.2 +++ perl-OLE-Storage_Lite.spec 11 May 2005 00:07:02 -0000 1.3 @@ -1,27 +1,26 @@ -Summary: Simple Class for OLE document interface -Name: perl-OLE-Storage_Lite -Version: 0.14 -Release: 4 -License: Artistic or GPL -Group: Development/Libraries -Source0: OLE-Storage_Lite-%{version}.tar.gz -Url: http://search.cpan.org/dist/OLE-Storage_Lite/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildArch: noarch +Name: perl-OLE-Storage_Lite +Version: 0.14 +Release: 6%{?dist} +Summary: Simple Class for OLE document interface +Group: Development/Libraries +License: Artistic or GPL +Source0: OLE-Storage_Lite-%{version}.tar.gz +Url: http://search.cpan.org/dist/OLE-Storage_Lite/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: perl >= 1:5.6.1 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(IO::Scalar) %description Simple Class for OLE document interface. %prep %setup -q -n OLE-Storage_Lite-%{version} -%{__perl} -pi -e 's/\r\n/\n/g' Changes README \ - doc/*.html charts/{README,*.{pl,pod,txt}} +%{__perl} -pi -e 's/\r\n/\n/g' Changes README sample/{README,*.pl} %build -perl Makefile.PL INSTALLDIRS=vendor -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -38,12 +37,18 @@ rm -rf $RPM_BUILD_ROOT %files -%doc Changes README doc/ charts/ -%defattr(-,root,root) -%{perl_vendorlib}/* +%defattr(-,root,root,-) +%doc Changes README sample/ +%{perl_vendorlib}/OLE/ %{_mandir}/man3/*.3* %changelog +* Tue May 10 2005 Tom "spot" Callaway 0.14-6 +- fix defattr order + +* Mon May 9 2005 Tom "spot" Callaway 0.14-5 +- fix spec file + * Sun Apr 24 2005 Tom "spot" Callaway 0.14-4 - spec file cleanup From fedora-extras-commits at redhat.com Wed May 11 00:07:05 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 20:07:05 -0400 Subject: rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite.spec, 1.4, 1.5 Message-ID: <200505110007.j4B07Zrk008978@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-OLE-Storage_Lite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8943/devel Modified Files: perl-OLE-Storage_Lite.spec Log Message: fix defattr out of order issue Index: perl-OLE-Storage_Lite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/perl-OLE-Storage_Lite.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-OLE-Storage_Lite.spec 9 May 2005 18:38:43 -0000 1.4 +++ perl-OLE-Storage_Lite.spec 11 May 2005 00:07:02 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-OLE-Storage_Lite Version: 0.14 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Simple Class for OLE document interface Group: Development/Libraries License: Artistic or GPL @@ -37,12 +37,15 @@ rm -rf $RPM_BUILD_ROOT %files -%doc Changes README sample/ %defattr(-,root,root,-) +%doc Changes README sample/ %{perl_vendorlib}/OLE/ %{_mandir}/man3/*.3* %changelog +* Tue May 10 2005 Tom "spot" Callaway 0.14-6 +- fix defattr order + * Mon May 9 2005 Tom "spot" Callaway 0.14-5 - fix spec file From fedora-extras-commits at redhat.com Wed May 11 00:08:42 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 20:08:42 -0400 Subject: common tobuild,1.369,1.370 Message-ID: <200505110008.j4B08g9F009035@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9018 Modified Files: tobuild Log Message: request build of rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.369 retrieving revision 1.370 diff -u -r1.369 -r1.370 --- tobuild 10 May 2005 23:49:12 -0000 1.369 +++ tobuild 11 May 2005 00:08:40 -0000 1.370 @@ -28,3 +28,4 @@ bressers rpms/nmh/devel nmh-1_1-8_fc4 development spot rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 fc3 spot rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 devel +spot rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 fc3 From fedora-extras-commits at redhat.com Wed May 11 00:09:26 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 20:09:26 -0400 Subject: common tobuild,1.370,1.371 Message-ID: <200505110009.j4B09Qu6009093@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9076 Modified Files: tobuild Log Message: request build of rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.370 retrieving revision 1.371 diff -u -r1.370 -r1.371 --- tobuild 11 May 2005 00:08:40 -0000 1.370 +++ tobuild 11 May 2005 00:09:24 -0000 1.371 @@ -29,3 +29,4 @@ spot rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 fc3 spot rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 devel spot rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 fc3 +spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 02:15:33 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 10 May 2005 22:15:33 -0400 Subject: web/html/download/mirrors fedora-core-3, 1.2, 1.3 updates-released-fc3, 1.2, 1.3 updates-testing-fc3, 1.2, 1.3 Message-ID: <200505110215.j4B2FXoX011070@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/web/html/download/mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11057/mirrors Modified Files: fedora-core-3 updates-released-fc3 updates-testing-fc3 Log Message: remove hostrino Index: fedora-core-3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/fedora-core-3,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fedora-core-3 4 Apr 2005 19:42:28 -0000 1.2 +++ fedora-core-3 11 May 2005 02:15:31 -0000 1.3 @@ -9,7 +9,6 @@ http://ftp.chg.ru/pub/Linux/fedora/linux/core/3/$ARCH/os/ http://ftp.esat.net/pub/linux/fedora/3/$ARCH/os/ http://ftp.heanet.ie/pub/fedora/linux/core/3/$ARCH/os/ -http://ftp.hostrino.com/pub/fedora/linux/core/3/$ARCH/os/ http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/3/$ARCH/os http://ftp.kddilabs.jp/Linux/packages/fedora/core/3/$ARCH/os http://ftp.lug.ro/fedora/linux/core/3/$ARCH/os/ Index: updates-released-fc3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-released-fc3,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- updates-released-fc3 4 Apr 2005 19:42:28 -0000 1.2 +++ updates-released-fc3 11 May 2005 02:15:31 -0000 1.3 @@ -9,7 +9,6 @@ http://ftp.chg.ru/pub/Linux/fedora/linux/core/updates/3/$ARCH/ http://ftp.esat.net/pub/linux/fedora/updates/3/$ARCH/ http://ftp.heanet.ie/pub/fedora/linux/core/updates/3/$ARCH/ -http://ftp.hostrino.com/pub/fedora/linux/core/updates/3/$ARCH/ http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/updates/3/$ARCH/ http://ftp.kddilabs.jp/Linux/packages/fedora/core/updates/3/$ARCH/ http://ftp.lug.ro/fedora/linux/core/updates/3/$ARCH/ Index: updates-testing-fc3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-testing-fc3,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- updates-testing-fc3 4 Apr 2005 19:42:28 -0000 1.2 +++ updates-testing-fc3 11 May 2005 02:15:31 -0000 1.3 @@ -9,7 +9,6 @@ http://ftp.chg.ru/pub/Linux/fedora/linux/core/updates/testing/3/$ARCH/ http://ftp.esat.net/pub/linux/fedora/updates/testing/3/$ARCH/ http://ftp.heanet.ie/pub/fedora/linux/core/updates/testing/3/$ARCH/ -http://ftp.hostrino.com/pub/fedora/linux/core/updates/testing/3/$ARCH/ http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/updates/testing/3/$ARCH/ http://ftp.kddilabs.jp/Linux/packages/fedora/core/updates/testing/3/$ARCH/ http://ftp.lug.ro/fedora/linux/core/updates/testing/3/$ARCH/ From fedora-extras-commits at redhat.com Wed May 11 03:00:12 2005 From: fedora-extras-commits at redhat.com (Leon Ho (llch)) Date: Tue, 10 May 2005 23:00:12 -0400 Subject: web/html/projects/i18n iiimf-faq.php,1.1.1.1,1.1.1.2 Message-ID: <200505110300.j4B30Ci9011249@cvs-int.fedora.redhat.com> Author: llch Update of /cvs/fedora/web/html/projects/i18n In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11241 Modified Files: Tag: FEDORA iiimf-faq.php Log Message: new faq for hotkey Index: iiimf-faq.php =================================================================== RCS file: /cvs/fedora/web/html/projects/i18n/iiimf-faq.php,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -r1.1.1.1 -r1.1.1.2 --- iiimf-faq.php 30 Mar 2005 17:47:28 -0000 1.1.1.1 +++ iiimf-faq.php 11 May 2005 03:00:10 -0000 1.1.1.2 @@ -11,12 +11,44 @@

      IIIMF FAQ for Fedora Core Project


      +

      Indexes

      + +
      +

      General FAQ

      +

      Q: Which languages have been enabled for IIIMF?

      Currently CJK (Simplified Chinese, Traditional Chinese, Japanese and Korean) and Indic (Hindi, Tamil, Bengali, Gujarati, Punjabi) are being IIIMF enabled in Fedora Core by default.

      +

      Q: Which LEs (language engines) are included in Fedora Core?

        @@ -28,6 +60,7 @@
      • iiimf-le-sun-thai - Thai

      +

      Q: What locales should have language engines if I have installed all of above?

        @@ -38,24 +71,49 @@
      • iiimf-le-unit - bn_IN.UTF-8, gu_IN.UTF-8, pa_IN.UTF-8, ta_IN.UTF-8, hi_IN.UTF-8

      +

      Q: What can I use to switch to different language engines?

      For example, if you are running your desktop in Japanese environment (ja_JP.UTF-8), by default you should have iiimf-le-canna enabled. If you like to use iiimf-le-xcin in your Japanese environment, you can use GIMLET applet located on your top panel to switch between different installed LE.

      + +

      Q: What are hotkeys?

      +

      +Hotkeys are key combinations for requesting actions or functions from IIIMF server. The following list is going to illustrate what IIIMF functions can be activated by using hotkeys. + + + + + + + + + + + + + + + + + + +
      Function nameDescriptionDefault hotkey
      Input Trigger keyIt can be used to (de)activate the input method.ctrl+space (Configurable)
      LE Hot SwitchIt can be used to switch between different Language Engines from a menu. By switching different language engines from hotkeys, you can input multilingual texts quickly.ctrl+shift+space (Not configurable at the moment)
      Cycle LE Hot SwitchIt can be used to switch between different Language Engines without selecting from a menu. It tends to be a quicker way for experienced users. The order are same as the order in LE Hot Switch Menu.ctrl+< (selecting previous LE), ctrl+> (selecting next LE)
      +


      Running IIIMF FAQ

      +

      Q: What's the list of default hotkeys in IIIMF?

      +For more details, see a section What is hotkeys? in General FAQ.

        -

        General:

        -
      • Ctrl+Space: Activate/Deactivate language engine
      • -
      • Shift+Space: Activate/Deactivate language engine
      • iiimf-le-unit:

      • F6: Switch to different layout within the language
      • F5: Switch to different languages within UNIT LE

      +

      Q: Can I manually enable IIIMF for other locales or all locales so that I can use [insert your favorite language engine name]?

      Yes. To enable IIIMF regardless locale in your current user environment. Please do: @@ -70,6 +128,7 @@

    Then restart X.

    +

    Q: I do not have GIMLET (gnome-im-switcher) enabled on my desktop. What should I do?

      @@ -79,9 +138,62 @@
    • Press "Add"

    + +

    Q: How can I configure the hotkey?

    +

    +This is supported from IIIMF version 12.2 or later. Unfortunately there aren't any GUI configuration tool available at the moment. There is an command line utility called iiimf-le-tools to enable users to add, remove or modify hotkey on user-based configuration file for individual preference or system-wide configuration file. +

    +

    Usage of iiimf-le-tools

    +
    +
    SYNOPSIS
    +
    iiimf-le-tools [options]
    +
    DESCRIPTION
    +
    This program is used to determine the order of loading for specific language when there are two or more language engines by setting a priority for language engine. It is also used to add, remove or modify the hotkey for specific languages.
    +
    OPTIONS
    +
    +
    +
    -v
    +
    display more information
    +
    -g
    +
    read/write the configuration for the system-wide.
    +
    --default
    +
    register MODULE as default for LANG. this option has to be used with --install too.
    +
    --lang LANG
    +
    specify LANG for the action. when you use --install or --remove option, the available language will be given from LE, otherwise.
    +
    --add-hotkey KEY
    +
    add KEY as the hotkey for LANG.
    +
    --remove-hotkey KEY
    +
    remove KEY from the registered hotkey for LANG.
    +
    --clear-hotkey
    +
    clean up all of the hotkeys for LANG.
    +
    --install MODULE
    +
    install MODULE to the configuration file for LANG.
    +
    --remove MODULE
    +
    remove MODULE from the configuration file for LANG.
    +
    --list
    +
    shows the available LEs
    +
    +
    +
    MODIFIERS
    +
    Available modifier keys are Shift, Control, Meta, Alt and AltGr.
    +
    EXAMPLES
    +
    +
      +
    • How can I use shift+space rather than ctrl+space for Japanese and disable ctrl+space?
    • +
        +
      • iiimf-le-tools --lang ja --remove-hotkey '<Control>space' --add-hotkey '<Shift>space'
      • +
      +
    • How can I reset the customized hotkey for Korean and revert to the default hotkey settings?
    • +
        +
      • iiimf-le-tools --lang ko --clear-hotkey
      • +
      +
    +
    +

    Troubleshooting IIIMF FAQ

    +

    Q: OK! It is still not working in GNOME. What can I check?

      @@ -91,6 +203,7 @@
    • If it is working, that's mean you do not have the environment variable or correct locale. Please check what locale are you in by running locale in command line, or check if you have ~/.xinput.d setup correctly.

    +

    Q: OK! It is still not working in KDE. What can I check?

      @@ -101,6 +214,7 @@
    • If it is working, that's mean you do not have the environment variable or correct locale. Please check what locale are you in by running locale in command line, or check if you have ~/.xinput.d setup correctly.

    +

    Q: I cannot see my any languages in "Add or Remove" dialog in GIMLET applet. What should I do?

    GIMLET applet can only fetch the language list when you have already ran a application. For example, please run gedit and then try again. @@ -108,12 +222,13 @@


    Bug submission FAQ

    +

    Q: Which component should I post against?

    • iiimf-le-xcin please post against iiimf-le-xcin component.
    • iiimf-le-chinput please post against iiimf-le-chinput component.
    • -
    • For all other iiimf-* packages, please post against im-sdk component.
    • +
    • For all other iiimf-* packages, please post against iiimf component.


    From fedora-extras-commits at redhat.com Wed May 11 04:49:41 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:49:41 -0400 Subject: common tobuild,1.371,1.372 Message-ID: <200505110449.j4B4nfED013797@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13780 Modified Files: tobuild Log Message: request build of rpms/GtkAda/devel GtkAda-2_4_0-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.371 retrieving revision 1.372 diff -u -r1.371 -r1.372 --- tobuild 11 May 2005 00:09:24 -0000 1.371 +++ tobuild 11 May 2005 04:49:38 -0000 1.372 @@ -30,3 +30,4 @@ spot rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 devel spot rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 fc3 spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 devel +thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel From fedora-extras-commits at redhat.com Wed May 11 04:50:39 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:50:39 -0400 Subject: rpms/sodipodi/FC-3 sodipodi.spec,1.4,1.5 Message-ID: <200505110450.j4B4odhR013825@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/sodipodi/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13808 Modified Files: sodipodi.spec Log Message: add sodipodi-64bit.patch found at gentoo; Fixes #157177 Index: sodipodi.spec =================================================================== RCS file: /cvs/extras/rpms/sodipodi/FC-3/sodipodi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sodipodi.spec 10 Dec 2004 22:03:11 -0000 1.4 +++ sodipodi.spec 11 May 2005 04:50:37 -0000 1.5 @@ -1,6 +1,6 @@ Name: sodipodi Version: 0.34 -Release: 2 +Release: 3 Epoch: 0 Summary: Vector-based drawing program. @@ -8,6 +8,7 @@ License: GPL URL: http://sodipodi.sourceforge.net/ Source0: http://dl.sf.net/sourceforge/sodipodi/sodipodi-0.34.tar.gz +Patch0: sodipodi-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: XFree86-devel >= 0:4.3.0 @@ -33,6 +34,7 @@ %prep %setup -q +%patch0 -b .patch0 @@ -85,6 +87,9 @@ %changelog +* Tue May 10 2005 Throsten Leemhuis - 0:0.34-3 +- add sodipodi-64bit.patch found at gentoo; Fixes #157177 + * Tue Apr 06 2004 Phillip Compton - 0:0.34-0.fdr.2 - Corrected URL. From fedora-extras-commits at redhat.com Wed May 11 04:52:29 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:52:29 -0400 Subject: rpms/sodipodi/FC-3 sodipodi-64bit.patch, NONE, 1.1 sodipodi.spec, 1.5, 1.6 Message-ID: <200505110452.j4B4qT6E013890@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/sodipodi/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13871 Modified Files: sodipodi.spec Added Files: sodipodi-64bit.patch Log Message: forgot to add patch sodipodi-64bit.patch: --- NEW FILE sodipodi-64bit.patch --- diff -ur /src/interface.c src/interface.c --- src/interface.c 2004-02-06 21:48:39.000000000 +0100 +++ src/interface.c 2004-03-17 19:42:59.242466879 +0100 @@ -222,18 +222,19 @@ sp_ui_menu_key_press (GtkMenuItem *item, GdkEventKey *event, void *data) { if (event->state & (GDK_SHIFT_MASK | GDK_CONTROL_MASK | GDK_MOD1_MASK)) { - unsigned int shortcut, verb; + unsigned int shortcut; + unsigned long verb; shortcut = event->keyval; if (event->state & GDK_SHIFT_MASK) shortcut |= SP_SHORTCUT_SHIFT_MASK; if (event->state & GDK_CONTROL_MASK) shortcut |= SP_SHORTCUT_CONTROL_MASK; if (event->state & GDK_MOD1_MASK) shortcut |= SP_SHORTCUT_ALT_MASK; - verb = (unsigned int) data; + verb = (unsigned long) data; sp_shortcut_set_verb (shortcut, verb, TRUE); } } static GtkWidget * -sp_ui_menu_append_item_from_verb (GtkMenu *menu, unsigned int verb, unsigned int repeatable) +sp_ui_menu_append_item_from_verb (GtkMenu *menu, unsigned long verb, unsigned int repeatable) { SPAction *action; GtkWidget *item, *icon; diff -ur src/libarikkei/arikkei-dict.c src/libarikkei/arikkei-dict.c --- src/libarikkei/arikkei-dict.c 2003-11-17 23:16:48.000000000 +0100 +++ src/libarikkei/arikkei-dict.c 2004-03-17 19:42:59.239467287 +0100 @@ -27,7 +27,7 @@ void *val; }; -static unsigned int +static unsigned long arikkei_string_hash (const void *data) { const unsigned char *p; @@ -40,18 +40,18 @@ return hval; } -static unsigned int +static unsigned long arikkei_string_equal (const void *l, const void *r) { return !strcmp (l, r); } -static unsigned int +static unsigned long arikkei_pointer_hash (const void *data) { - unsigned int hval, p; + unsigned long hval, p; hval = 0; - p = (unsigned int) data; + p = (unsigned long) data; while (p) { hval ^= p; p /= 17; @@ -59,18 +59,18 @@ return hval; } -static unsigned int +static unsigned long arikkei_pointer_equal (const void *l, const void *r) { return l == r; } -static unsigned int +static unsigned long arikkei_int_hash (const void *data) { - unsigned int hval, p; + unsigned long hval, p; hval = 0; - p = (unsigned int) data; + p = (unsigned long) data; while (p) { hval ^= p; p /= 17; @@ -78,10 +78,10 @@ return hval; } -static unsigned int +static unsigned long arikkei_int_equal (const void *l, const void *r) { - return (unsigned int) l == (unsigned int) r; + return (unsigned long) l == (unsigned long) r; } void diff -ur src/libarikkei/arikkei-dict.h src/libarikkei/arikkei-dict.h --- src/libarikkei/arikkei-dict.h 2003-10-14 20:31:30.000000000 +0200 +++ src/libarikkei/arikkei-dict.h 2004-03-17 19:42:59.240467151 +0100 @@ -21,8 +21,8 @@ unsigned int hashsize; ArikkeiDictEntry *entries; int free; - unsigned int (* hash) (const void *data); - unsigned int (* equal) (const void *l, const void *r); + unsigned long (* hash) (const void *data); + unsigned long (* equal) (const void *l, const void *r); }; void arikkei_dict_setup_string (ArikkeiDict *dict, unsigned int hashsize); diff -ur src/selection-chemistry.c src/selection-chemistry.c --- src/selection-chemistry.c 2004-01-20 16:19:29.000000000 +0100 +++ src/selection-chemistry.c 2004-03-17 19:42:59.242466879 +0100 @@ -64,7 +64,7 @@ dt = SP_ACTIVE_DESKTOP; if (!dt) return; - switch ((int) data) { + switch ((long) data) { case SP_VERB_SELECTION_TO_FRONT: sp_selection_raise_to_top (dt); break; diff -ur src/shortcuts.c src/shortcuts.c --- src/shortcuts.c 2004-02-06 21:42:04.000000000 +0100 +++ src/shortcuts.c 2004-03-17 19:42:59.241467015 +0100 @@ -109,11 +109,11 @@ static GHashTable *scdict = NULL; void -sp_shortcut_set_verb (unsigned int shortcut, unsigned int verb, unsigned int primary) +sp_shortcut_set_verb (unsigned long shortcut, unsigned long verb, unsigned int primary) { - unsigned int ex; + unsigned long ex; if (!scdict) scdict = g_hash_table_new (NULL, NULL); - ex = (unsigned int) g_hash_table_lookup (scdict, (void *) shortcut); + ex = (unsigned long) g_hash_table_lookup (scdict, (void *) shortcut); if (ex != verb) g_hash_table_insert (scdict, (void *) shortcut, (void *) verb); if (primary) { SPAction *action; @@ -125,11 +125,11 @@ } void -sp_shortcut_remove_verb (unsigned int shortcut) +sp_shortcut_remove_verb (unsigned long shortcut) { - unsigned int ex; + unsigned long ex; if (!scdict) return; - ex = (unsigned int) g_hash_table_lookup (scdict, (void *) shortcut); + ex = (unsigned long) g_hash_table_lookup (scdict, (void *) shortcut); if (ex) { SPAction *action; g_hash_table_insert (scdict, (void *) shortcut, (void *) 0); @@ -140,10 +140,10 @@ } } -unsigned int -sp_shortcut_get_verb (unsigned int shortcut) +unsigned long +sp_shortcut_get_verb (unsigned long shortcut) { if (!scdict) return 0; - return (unsigned int) g_hash_table_lookup (scdict, (void *) shortcut);; + return (unsigned long) g_hash_table_lookup (scdict, (void *) shortcut);; } diff -ur src/shortcuts.h src/shortcuts.h --- src/shortcuts.h 2003-05-12 01:09:59.000000000 +0200 +++ src/shortcuts.h 2004-03-17 19:42:59.241467015 +0100 @@ -24,8 +24,8 @@ void sp_shortcut_table_load (const unsigned char *name); -void sp_shortcut_set_verb (unsigned int shortcut, unsigned int verb, unsigned int primary); -void sp_shortcut_remove_verb (unsigned int shortcut); -unsigned int sp_shortcut_get_verb (unsigned int shortcut); +void sp_shortcut_set_verb (unsigned long shortcut, unsigned long verb, unsigned int primary); +void sp_shortcut_remove_verb (unsigned long shortcut); +unsigned long sp_shortcut_get_verb (unsigned long shortcut); #endif diff -ur src/verbs.c src/verbs.c --- src/verbs.c 2004-02-06 21:41:13.000000000 +0100 +++ src/verbs.c 2004-03-17 19:42:59.240467151 +0100 @@ -67,7 +67,7 @@ sp_verb_action_set_shortcut (SPAction *action, unsigned int shortcut, void *data) { unsigned int verb, ex; - verb = (unsigned int) data; + verb = (unsigned long) data; ex = sp_shortcut_get_verb (shortcut); if (verb != ex) sp_shortcut_set_verb (shortcut, verb, FALSE); } @@ -76,7 +76,7 @@ sp_verb_action_file_perform (SPAction *action, void *config, void *data) { - switch ((int) data) { + switch ((long) data) { case SP_VERB_FILE_NEW: sp_file_new (); break; @@ -125,7 +125,7 @@ dt = SP_ACTIVE_DESKTOP; if (!dt) return; - switch ((int) data) { + switch ((long) data) { case SP_VERB_EDIT_UNDO: sp_document_undo (SP_DT_DOCUMENT (dt)); break; @@ -177,7 +177,7 @@ center.x = 0.5 * (bbox.x0 + bbox.x1); center.y = 0.5 * (bbox.y0 + bbox.y1); - switch ((int) data) { + switch ((long) data) { case SP_VERB_OBJECT_ROTATE_90: sp_selection_rotate_90 (); break; @@ -209,13 +209,13 @@ dt = SP_ACTIVE_DESKTOP; if (!dt) return; - verb = (unsigned int) data; + verb = (unsigned long) data; for (vidx = SP_VERB_CONTEXT_SELECT; vidx <= SP_VERB_CONTEXT_DROPPER; vidx++) { sp_action_set_active (&verb_actions[vidx], vidx == verb); } - switch ((int) data) { + switch ((long) data) { case SP_VERB_CONTEXT_SELECT: sp_desktop_set_event_context (dt, SP_TYPE_SELECT_CONTEXT, "tools.select"); /* fixme: This is really ugly hack. We should bind and unbind class methods */ @@ -291,7 +291,7 @@ dt = SP_ACTIVE_DESKTOP; if (!dt) return; - switch ((int) data) { + switch ((long) data) { case SP_VERB_ZOOM_IN: sp_desktop_get_display_area (dt, &d); sp_desktop_zoom_relative (dt, (d.x0 + d.x1) / 2, (d.y0 + d.y1) / 2, SP_DESKTOP_ZOOM_INC); @@ -329,7 +329,7 @@ static void sp_verb_action_dialog_perform (SPAction *action, void *config, void *data) { - switch ((int) data) { + switch ((long) data) { case SP_VERB_DIALOG_DISPLAY: sp_display_dialog (); break; @@ -487,7 +487,7 @@ static void sp_verbs_init (void) { - int v; + long v; verb_actions = nr_new (SPAction, SP_VERB_LAST); for (v = 0; v < SP_VERB_LAST; v++) { assert (props[v].code == v); --- src/libnr/nr-svp.c.ORG 2004-01-29 00:03:14.000000000 +0100 +++ src/libnr/nr-svp.c 2004-03-19 11:40:32.507553077 +0100 @@ -70,6 +70,9 @@ svl = sl; } + if (!nsegs) + return NULL; + svp = malloc (sizeof (NRSVP) + (nsegs - 1) * sizeof (NRSVPSegment)); svp->length = nsegs; if (nsegs > 0) { --- src/libnrtype/nr-type-xft.c 2003-12-15 15:38:21.000000000 -0700 +++ src/libnrtype/nr-type-xft.c 2004-08-14 18:46:45.108908800 -0700 @@ -186,7 +186,7 @@ /* Get typeface list */ #ifdef WITH_FONTCONFIG - obj = FcObjectSetBuild (FC_SCALABLE, FC_OUTLINE, FC_FAMILY, FC_WEIGHT, FC_SLANT, FC_FILE, FC_INDEX, 0); + obj = FcObjectSetBuild (FC_SCALABLE, FC_OUTLINE, FC_FAMILY, FC_WEIGHT, FC_SLANT, FC_FILE, FC_INDEX, NULL); NRXftPatterns = FcFontList (cfg, pat, obj); FcObjectSetDestroy (obj); #else Index: sodipodi.spec =================================================================== RCS file: /cvs/extras/rpms/sodipodi/FC-3/sodipodi.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sodipodi.spec 11 May 2005 04:50:37 -0000 1.5 +++ sodipodi.spec 11 May 2005 04:52:27 -0000 1.6 @@ -1,6 +1,6 @@ Name: sodipodi Version: 0.34 -Release: 3 +Release: 4 Epoch: 0 Summary: Vector-based drawing program. @@ -87,6 +87,9 @@ %changelog +* Wed May 11 2005 Throsten Leemhuis - 0:0.34-4 +- rebuild + * Tue May 10 2005 Throsten Leemhuis - 0:0.34-3 - add sodipodi-64bit.patch found at gentoo; Fixes #157177 From fedora-extras-commits at redhat.com Wed May 11 04:53:08 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:53:08 -0400 Subject: common tobuild,1.372,1.373 Message-ID: <200505110453.j4B4r8m3013948@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13931 Modified Files: tobuild Log Message: request build of rpms/sodipodi/FC-3 sodipodi-0_34-4 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.372 retrieving revision 1.373 diff -u -r1.372 -r1.373 --- tobuild 11 May 2005 04:49:38 -0000 1.372 +++ tobuild 11 May 2005 04:53:06 -0000 1.373 @@ -31,3 +31,4 @@ spot rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 fc3 spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 devel thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +thl rpms/sodipodi/FC-3 sodipodi-0_34-4 fc3 From fedora-extras-commits at redhat.com Wed May 11 04:54:33 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:54:33 -0400 Subject: rpms/gstreamer-python/FC-3 gstreamer-python.spec,1.4,1.5 Message-ID: <200505110454.j4B4sXw9013977@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gstreamer-python/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13960 Modified Files: gstreamer-python.spec Log Message: Move __init__.py* files from lib to _libdir on multilibarchs Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-3/gstreamer-python.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gstreamer-python.spec 10 Feb 2005 19:15:26 -0000 1.4 +++ gstreamer-python.spec 11 May 2005 04:54:30 -0000 1.5 @@ -4,7 +4,7 @@ Name: %{gstreamer}-python Version: 0.8.1 -Release: 1 +Release: 2 Summary: Python bindings for GStreamer. Group: Development/Languages @@ -51,6 +51,11 @@ rm -rf $RPM_BUILD_ROOT %makeinstall +# The __init__.py* files go into lib instead of lib64, so fix that +if [ "%{_lib}" != "lib" ]; then + %{__mv} %{buildroot}%{_prefix}/lib/python?.?/site-packages/gst/__init__.* \ + %{buildroot}%{_libdir}/python?.?/site-packages/gst/ +fi find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %clean @@ -67,6 +72,10 @@ %{_libdir}/pkgconfig/gst-python-0.8.pc %changelog +* Tue May 10 2005 Thorsten Leemhuis +- 0.8.1-2: Move __init__.py* files from lib to _libdir on multilibarchs + Found in thias spec file, fixes x86_64 + * Fri Dec 24 2004 Thomas Vander Stichele - 0.8.1-1: moved to Fedora Extras CVS From fedora-extras-commits at redhat.com Wed May 11 04:56:56 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:56:56 -0400 Subject: rpms/gstreamer-python/FC-3 gstreamer-python.spec,1.5,1.6 Message-ID: <200505110456.j4B4uu0G014045@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gstreamer-python/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14028 Modified Files: gstreamer-python.spec Log Message: rebuild due to tag collision Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-3/gstreamer-python.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gstreamer-python.spec 11 May 2005 04:54:30 -0000 1.5 +++ gstreamer-python.spec 11 May 2005 04:56:52 -0000 1.6 @@ -4,7 +4,7 @@ Name: %{gstreamer}-python Version: 0.8.1 -Release: 2 +Release: 4 Summary: Python bindings for GStreamer. Group: Development/Languages @@ -72,6 +72,9 @@ %{_libdir}/pkgconfig/gst-python-0.8.pc %changelog +* Wed May 11 2005 Thorsten Leemhuis +- 0.8.1-4: rebuild due to tag collision + * Tue May 10 2005 Thorsten Leemhuis - 0.8.1-2: Move __init__.py* files from lib to _libdir on multilibarchs Found in thias spec file, fixes x86_64 From fedora-extras-commits at redhat.com Wed May 11 04:57:26 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:57:26 -0400 Subject: common tobuild,1.373,1.374 Message-ID: <200505110457.j4B4vQue014102@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14085 Modified Files: tobuild Log Message: request build of rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.373 retrieving revision 1.374 diff -u -r1.373 -r1.374 --- tobuild 11 May 2005 04:53:06 -0000 1.373 +++ tobuild 11 May 2005 04:57:24 -0000 1.374 @@ -32,3 +32,4 @@ spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 devel thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel thl rpms/sodipodi/FC-3 sodipodi-0_34-4 fc3 +thl rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 fc3 From fedora-extras-commits at redhat.com Wed May 11 05:08:19 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 01:08:19 -0400 Subject: rpms/gstreamer-python/devel gstreamer-python.spec,1.6,1.7 Message-ID: <200505110508.j4B58JuZ015047@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gstreamer-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15030 Modified Files: gstreamer-python.spec Log Message: Move __init__.py* files from lib to _libdir on multilibarchs Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/devel/gstreamer-python.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gstreamer-python.spec 1 Apr 2005 14:11:56 -0000 1.6 +++ gstreamer-python.spec 11 May 2005 05:08:17 -0000 1.7 @@ -4,7 +4,7 @@ Name: %{gstreamer}-python Version: 0.8.1 -Release: 3 +Release: 5 Summary: Python bindings for GStreamer. Group: Development/Languages @@ -53,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT %makeinstall +# The __init__.py* files go into lib instead of lib64, so fix that +if [ "%{_lib}" != "lib" ]; then + %{__mv} %{buildroot}%{_prefix}/lib/python?.?/site-packages/gst/__init__.* \ + %{buildroot}%{_libdir}/python?.?/site-packages/gst/ +fi find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %clean @@ -71,6 +76,10 @@ %{_libdir}/pkgconfig/gst-python-0.8.pc %changelog +* Tue May 10 2005 Thorsten Leemhuis - 0.8.1-5 +- Move __init__.py* files from lib to _libdir on multilibarchs + Found in thias spec file, fixes x86_64 + * Fri Apr 1 2005 Michael Schwendt - 0.8.1-3 - include missing directories From fedora-extras-commits at redhat.com Wed May 11 05:08:51 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 01:08:51 -0400 Subject: common tobuild,1.374,1.375 Message-ID: <200505110508.j4B58p27015104@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15087 Modified Files: tobuild Log Message: request build of rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.374 retrieving revision 1.375 diff -u -r1.374 -r1.375 --- tobuild 11 May 2005 04:57:24 -0000 1.374 +++ tobuild 11 May 2005 05:08:49 -0000 1.375 @@ -33,3 +33,4 @@ thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel thl rpms/sodipodi/FC-3 sodipodi-0_34-4 fc3 thl rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 fc3 +thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel From fedora-extras-commits at redhat.com Wed May 11 06:18:23 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 11 May 2005 02:18:23 -0400 Subject: common tobuild,1.375,1.376 Message-ID: <200505110618.j4B6INW8016183@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16166 Modified Files: tobuild Log Message: request build of rpms/pptp/devel pptp-1_6_0-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.375 retrieving revision 1.376 diff -u -r1.375 -r1.376 --- tobuild 11 May 2005 05:08:49 -0000 1.375 +++ tobuild 11 May 2005 06:18:21 -0000 1.376 @@ -34,3 +34,4 @@ thl rpms/sodipodi/FC-3 sodipodi-0_34-4 fc3 thl rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 fc3 thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel +pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 06:31:37 2005 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Wed, 11 May 2005 02:31:37 -0400 Subject: common tobuild,1.376,1.377 Message-ID: <200505110631.j4B6VbUD016271@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16257 Modified Files: tobuild Log Message: request build of rpms/uim/devel uim-0_4_6-2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.376 retrieving revision 1.377 diff -u -r1.376 -r1.377 --- tobuild 11 May 2005 06:18:21 -0000 1.376 +++ tobuild 11 May 2005 06:31:35 -0000 1.377 @@ -35,3 +35,4 @@ thl rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 fc3 thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel +tagoh rpms/uim/devel uim-0_4_6-2 devel From fedora-extras-commits at redhat.com Wed May 11 07:25:33 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Wed, 11 May 2005 03:25:33 -0400 Subject: rpms/source-highlight/devel .cvsignore, 1.2, 1.3 source-highlight.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200505110725.j4B7PXmY017323@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/source-highlight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17300 Modified Files: .cvsignore source-highlight.spec sources Log Message: - updated to 1.11 - included the documentation - optimised the %%descritpion Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/source-highlight/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:21:35 -0000 1.2 +++ .cvsignore 11 May 2005 07:25:31 -0000 1.3 @@ -1 +1 @@ -source-highlight-1.9.tar.gz +source-highlight-1.11.tar.gz Index: source-highlight.spec =================================================================== RCS file: /cvs/extras/rpms/source-highlight/devel/source-highlight.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- source-highlight.spec 6 Apr 2005 22:13:32 -0000 1.5 +++ source-highlight.spec 11 May 2005 07:25:31 -0000 1.6 @@ -1,28 +1,20 @@ -Summary: Produces a document with syntax highlighting -Name: source-highlight -Version: 1.9 -Release: 3 - -Group: Development/Tools -License: GPL -Source: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz -URL: http://www.gnu.org/software/src-highlite/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: bison, flex +Summary: Produces a document with syntax highlighting +Name: source-highlight +Version: 1.11 +Release: 1 +Group: Development/Tools +License: GPL +Source: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-1.11.tar.gz +URL: http://www.gnu.org/software/src-highlite/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: bison, flex %description This program, given a source file, produces a document with syntax highlighting. At the moment this package can handle : -* Java -* C/C++ -* Prolog -* Perl -* Php3 new -as source languages, and HTML as output format. -NOTICE: now the name of the program is source-highlight: there are no two -separate programs, namely java2html and cpp2html, anymore. However there -are two shell scripts with the same name in order to facilitate the -migration (however their use is not advised). +Java, Javascript, C/C++, Prolog, Perl, Php3, Python, Flex, ChangeLog, Ruby, +Lua, Caml, Sml and Log as source languages, and HTML, XHTML and ANSI color +escape sequences as output format. %prep %setup -q @@ -35,13 +27,14 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -rm -fr $RPM_BUILD_ROOT%{_datadir}/doc/ +mv $RPM_BUILD_ROOT%{_datadir}/doc/ docs %clean rm -rf $RPM_BUILD_ROOT %files %defattr (-,root,root) +%doc docs/source-highlight/* %{_bindir}/cpp2html %{_bindir}/java2html %{_bindir}/source-highlight @@ -51,6 +44,11 @@ %{_mandir}/man1/* %changelog +* Wed May 11 2005 Adrian Reber - 1.11-1 +- updated to 1.11 +- included the documentation +- optimised the %%descritpion + * Fri Apr 7 2005 Michael Schwendt - rebuilt Index: sources =================================================================== RCS file: /cvs/extras/rpms/source-highlight/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:21:35 -0000 1.2 +++ sources 11 May 2005 07:25:31 -0000 1.3 @@ -1 +1 @@ -88e1ecd5c4c37104ed98c0674f630656 source-highlight-1.9.tar.gz +4d044e7fb4593e9214f64bedad42ea09 source-highlight-1.11.tar.gz From fedora-extras-commits at redhat.com Wed May 11 07:33:42 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 03:33:42 -0400 Subject: common tobuild,1.377,1.378 Message-ID: <200505110733.j4B7XghW017395@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17378 Modified Files: tobuild Log Message: request build of rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.377 retrieving revision 1.378 diff -u -r1.377 -r1.378 --- tobuild 11 May 2005 06:31:35 -0000 1.377 +++ tobuild 11 May 2005 07:33:39 -0000 1.378 @@ -36,3 +36,4 @@ thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 08:00:55 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 04:00:55 -0400 Subject: devel/common tobuild,1.378,1.379 Message-ID: <200505110800.j4B80tnf017531@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17514 Modified Files: tobuild Log Message: sigh - someone with x86_64 please give gnupg2 from cvs a try meanwhile - a build log would really be interesting Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.378 retrieving revision 1.379 diff -u -r1.378 -r1.379 --- tobuild 11 May 2005 07:33:39 -0000 1.378 +++ tobuild 11 May 2005 08:00:53 -0000 1.379 @@ -2,8 +2,6 @@ # user repo tag target status # qspencer rpms/octave/devel octave-2_1_70-1 devel -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 @@ -36,4 +34,3 @@ thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 08:36:57 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 11 May 2005 04:36:57 -0400 Subject: common tobuild,1.379,1.380 Message-ID: <200505110836.j4B8avP9019118@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19101 Modified Files: tobuild Log Message: request build of rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 for fc2 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.379 retrieving revision 1.380 diff -u -r1.379 -r1.380 --- tobuild 11 May 2005 08:00:53 -0000 1.379 +++ tobuild 11 May 2005 08:36:55 -0000 1.380 @@ -34,3 +34,4 @@ thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel +pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 From fedora-extras-commits at redhat.com Wed May 11 08:37:34 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 11 May 2005 04:37:34 -0400 Subject: common tobuild,1.380,1.381 Message-ID: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19158 Modified Files: tobuild Log Message: request build of rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.380 retrieving revision 1.381 diff -u -r1.380 -r1.381 --- tobuild 11 May 2005 08:36:55 -0000 1.380 +++ tobuild 11 May 2005 08:37:32 -0000 1.381 @@ -35,3 +35,4 @@ pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 +pghmcfc rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 fc3 From steve at kspei.com Tue May 10 21:53:25 2005 From: steve at kspei.com (Steven Pritchard) Date: Tue, 10 May 2005 16:53:25 -0500 Subject: common tobuild,1.345,1.346 In-Reply-To: <1115757021.10234.102.camel@cutter> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> <20050510215155.3eb7346b.bugs.michael@gmx.net> <1115755082.10234.96.camel@cutter> <428118CA.6080907@ieee.org> <1115757021.10234.102.camel@cutter> Message-ID: <20050510215325.GA17882@osiris.silug.org> On Tue, May 10, 2005 at 04:30:21PM -0400, seth vidal wrote: > does octave time out EVERY time? > > if so then I'd like to use it to test some things. You might want to try cone.x86_64. It seems to have failed the same way... Steve -- Steven Pritchard - K&S Pritchard Enterprises, Inc. Email: steve at kspei.com http://www.kspei.com/ Phone: (618)398-3000 Mobile: (618)567-7320 From steve at kspei.com Wed May 11 07:57:21 2005 From: steve at kspei.com (Steven Pritchard) Date: Wed, 11 May 2005 02:57:21 -0500 Subject: APPROVED: perl-Text-Autoformat Message-ID: <20050511075721.GA24851@osiris.silug.org> Text::Autoformat provides intelligent formatting of plaintext without the need for any kind of embedded mark-up. The module recognizes Internet quoting conventions, a wide range of bulleting and number schemes, centered text, and block quotations, and reformats each appropriately. Other options allow the user to adjust inter-word and inter-paragraph spacing, justify text, and impose various capitalization schemes. Reviewer: Ville Skytt?? (http://bugzilla.fedora.us/show_bug.cgi?id=1354) Maintainer: Steven Pritchard -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From bugs.michael at gmx.net Wed May 11 09:12:33 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Wed, 11 May 2005 11:12:33 +0200 Subject: Questions (was: Re: common tobuild,1.380,1.381) In-Reply-To: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> References: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> Message-ID: <20050511111233.413b22bd.bugs.michael@gmx.net> On Wed, 11 May 2005 04:37:34 -0400, Paul Howarth wrote: > Author: pghmcfc > > Update of /cvs/extras/common > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19158 > > Modified Files: > tobuild > Log Message: > request build of rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 for fc3 Has the build system been fixed to apply the dist tag for FC3 and older actually? Previously it didn't append .fc3 for the udunits package. So, unless it has been corrected, caution! > pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 Do we really build for FC2 here? This would be news to me as I thought we only do FC3 and newer. FC2 and older was at fedora.us. From paul at city-fan.org Wed May 11 09:22:03 2005 From: paul at city-fan.org (Paul Howarth) Date: Wed, 11 May 2005 10:22:03 +0100 Subject: Questions In-Reply-To: <20050511111233.413b22bd.bugs.michael@gmx.net> References: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> <20050511111233.413b22bd.bugs.michael@gmx.net> Message-ID: <4281CEBB.6050801@city-fan.org> Michael Schwendt wrote: > On Wed, 11 May 2005 04:37:34 -0400, Paul Howarth wrote: > > >>Author: pghmcfc >> >>Update of /cvs/extras/common >>In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19158 >> >>Modified Files: >> tobuild >>Log Message: >>request build of rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 for fc3 > > > Has the build system been fixed to apply the dist tag for FC3 and older > actually? Previously it didn't append .fc3 for the udunits package. So, unless > it has been corrected, caution! I've no idea; this is only my second ever build request, and first non-devel build. There was a mention on fedora-extras-list yesterday that "I've supplied a patch that should hopefully allow the disttags to be handled properly by the buildsystem as well. With any luck they'll be in soon enough" by Ignacio Vazquez-Abrams, so perhaps it'll be OK anyway? >>pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 > > > Do we really build for FC2 here? This would be news to me as I thought we > only do FC3 and newer. FC2 and older was at fedora.us. Didn't know that either. I didn't see anything on the Wiki or the lists since I've been here that there was any difference. Should I remove the FC-2 build request? Paul. From bugs.michael at gmx.net Wed May 11 09:30:17 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Wed, 11 May 2005 11:30:17 +0200 Subject: Questions In-Reply-To: <4281CEBB.6050801@city-fan.org> References: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> <20050511111233.413b22bd.bugs.michael@gmx.net> <4281CEBB.6050801@city-fan.org> Message-ID: <20050511113017.4324d148.bugs.michael@gmx.net> On Wed, 11 May 2005 10:22:03 +0100, Paul Howarth wrote: > >>pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 > > > > > > Do we really build for FC2 here? This would be news to me as I thought we > > only do FC3 and newer. FC2 and older was at fedora.us. > > Didn't know that either. I didn't see anything on the Wiki or the lists > since I've been here that there was any difference. Should I remove the > FC-2 build request? Well, it would be the first FC2 package to enter a non-existant Fedora Extras for FC2 repository. ;) From fedora-extras-commits at redhat.com Wed May 11 09:32:07 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 05:32:07 -0400 Subject: rpms/wxPythonGTK2/devel wxPython.spec,1.7,1.8 Message-ID: <200505110932.j4B9W72b020241@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/wxPythonGTK2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20224 Modified Files: wxPython.spec Log Message: bump + minor cleanup, then rebuild for ppc, too Index: wxPython.spec =================================================================== RCS file: /cvs/extras/rpms/wxPythonGTK2/devel/wxPython.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wxPython.spec 6 Apr 2005 22:13:53 -0000 1.7 +++ wxPython.spec 11 May 2005 09:32:05 -0000 1.8 @@ -1,13 +1,12 @@ -%define pyver %(python -c 'import sys ; print sys.version[:3]') +# sitelib not sitearch, see build section +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %define buildflags WXPORT=gtk2 UNICODE=1 Name: wxPythonGTK2 Version: 2.4.2.4 -Release: 5 - +Release: 6 Summary: GUI toolkit for the Python programming language - Group: Development/Languages License: LGPL URL: http://www.wxpython.org/ @@ -17,7 +16,6 @@ BuildRequires: wxGTK2-devel >= 2.4.2, pkgconfig BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel BuildRequires: python-devel, wxGTK2-gl -Requires: %{_bindir}/python%{pyver} # This is what other packages should depend on, NOT the package name! Provides: wxPython = %{version}-%{release} @@ -57,11 +55,16 @@ %defattr(-,root,root,-) %doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples %{_bindir}/* -%{_libdir}/python%{pyver}/site-packages/wxPython -%{_libdir}/python%{pyver}/site-packages/wx +%{python_sitelib}/wxPython/ +%{python_sitelib}/wx/ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Wed May 11 2005 Michael Schwendt 2.4.2.4-6 +- rebuilt +- use %%python_sitelib macro +- drop dependency on python binary, python(abi) dependency is automatic + +* Thu Apr 7 2005 Michael Schwendt 2.4.2.4-5 - rebuilt * Tue Feb 08 2005 Thorsten Leemhuis 0:2.4.2.4-4 From fedora-extras-commits at redhat.com Wed May 11 09:32:34 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 11 May 2005 05:32:34 -0400 Subject: common tobuild,1.381,1.382 Message-ID: <200505110932.j4B9WYph020295@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20276 Modified Files: tobuild Log Message: Remove FC-2 build request submitted in error. Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.381 retrieving revision 1.382 diff -u -r1.381 -r1.382 --- tobuild 11 May 2005 08:37:32 -0000 1.381 +++ tobuild 11 May 2005 09:32:32 -0000 1.382 @@ -34,5 +34,4 @@ thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel -pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 pghmcfc rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 fc3 From fedora-extras-commits at redhat.com Wed May 11 09:32:44 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 05:32:44 -0400 Subject: common tobuild,1.382,1.383 Message-ID: <200505110932.j4B9WimB020321@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20304 Modified Files: tobuild Log Message: request build of rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-6 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.382 retrieving revision 1.383 diff -u -r1.382 -r1.383 --- tobuild 11 May 2005 09:32:32 -0000 1.382 +++ tobuild 11 May 2005 09:32:42 -0000 1.383 @@ -35,3 +35,4 @@ pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel pghmcfc rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 fc3 +mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-6 devel From paul at city-fan.org Wed May 11 09:38:50 2005 From: paul at city-fan.org (Paul Howarth) Date: Wed, 11 May 2005 10:38:50 +0100 Subject: Questions In-Reply-To: <20050511113017.4324d148.bugs.michael@gmx.net> References: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> <20050511111233.413b22bd.bugs.michael@gmx.net> <4281CEBB.6050801@city-fan.org> <20050511113017.4324d148.bugs.michael@gmx.net> Message-ID: <4281D2AA.6010603@city-fan.org> Michael Schwendt wrote: > On Wed, 11 May 2005 10:22:03 +0100, Paul Howarth wrote: > > >>>>pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 >>> >>> >>>Do we really build for FC2 here? This would be news to me as I thought we >>>only do FC3 and newer. FC2 and older was at fedora.us. >> >>Didn't know that either. I didn't see anything on the Wiki or the lists >>since I've been here that there was any difference. Should I remove the >>FC-2 build request? > > > Well, it would be the first FC2 package to enter a non-existant Fedora > Extras for FC2 repository. ;) Right, done that then. So, if I wanted to do a build for FC-2, how would I go about it? And why does the current Extras build system even support branches for FC-2 and even older releases? Paul. From ivazquez at ivazquez.net Wed May 11 10:09:14 2005 From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams) Date: Wed, 11 May 2005 06:09:14 -0400 Subject: Questions (was: Re: common tobuild,1.380,1.381) In-Reply-To: <20050511111233.413b22bd.bugs.michael@gmx.net> References: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> <20050511111233.413b22bd.bugs.michael@gmx.net> Message-ID: <1115806154.21984.81.camel@ignacio.ignacio.lan> On Wed, 2005-05-11 at 11:12 +0200, Michael Schwendt wrote: > On Wed, 11 May 2005 04:37:34 -0400, Paul Howarth wrote: > > > Author: pghmcfc > > > > Update of /cvs/extras/common > > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19158 > > > > Modified Files: > > tobuild > > Log Message: > > request build of rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 for fc3 > > Has the build system been fixed to apply the dist tag for FC3 and older > actually? Previously it didn't append .fc3 for the udunits package. So, unless > it has been corrected, caution! There are a couple of fixes floating around, but as of yet no final decision as to which to use. -- Ignacio Vazquez-Abrams http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora-extras-commits at redhat.com Wed May 11 11:46:26 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 07:46:26 -0400 Subject: rpms/wxPythonGTK2/devel wxPython.spec,1.8,1.9 Message-ID: <200505111146.j4BBkQZC022527@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/wxPythonGTK2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22510 Modified Files: wxPython.spec Log Message: * Wed May 11 2005 Michael Schwendt 2.4.2.4-7 - d'oh, it's sitearch here Index: wxPython.spec =================================================================== RCS file: /cvs/extras/rpms/wxPythonGTK2/devel/wxPython.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wxPython.spec 11 May 2005 09:32:05 -0000 1.8 +++ wxPython.spec 11 May 2005 11:46:24 -0000 1.9 @@ -1,11 +1,10 @@ -# sitelib not sitearch, see build section -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define buildflags WXPORT=gtk2 UNICODE=1 Name: wxPythonGTK2 Version: 2.4.2.4 -Release: 6 +Release: 7 Summary: GUI toolkit for the Python programming language Group: Development/Languages License: LGPL @@ -55,10 +54,13 @@ %defattr(-,root,root,-) %doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples %{_bindir}/* -%{python_sitelib}/wxPython/ -%{python_sitelib}/wx/ +%{python_sitearch}/wxPython/ +%{python_sitearch}/wx/ %changelog +* Wed May 11 2005 Michael Schwendt 2.4.2.4-7 +- d'oh, it's sitearch here + * Wed May 11 2005 Michael Schwendt 2.4.2.4-6 - rebuilt - use %%python_sitelib macro From fedora-extras-commits at redhat.com Wed May 11 11:47:36 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 07:47:36 -0400 Subject: common tobuild,1.383,1.384 Message-ID: <200505111147.j4BBlav5022584@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22567 Modified Files: tobuild Log Message: clean up and rebuild wxPythonGTK2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.383 retrieving revision 1.384 diff -u -r1.383 -r1.384 --- tobuild 11 May 2005 09:32:42 -0000 1.383 +++ tobuild 11 May 2005 11:47:34 -0000 1.384 @@ -1,38 +1,4 @@ # this is the build control file. the format is # user repo tag target status # -qspencer rpms/octave/devel octave-2_1_70-1 devel -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel -adrian rpms/fbida/devel fbida-2_03-5_fc4 devel -kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 -spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 -spot rpms/blacs/devel blacs-1_1-8_fc4 devel -otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 fc4 -icon rpms/epylog/devel epylog-1_0_3-3 devel -pghmcfc rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 devel -icon rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 devel -icon rpms/pylint/devel pylint-0_6_4-4 devel -otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 -adrian rpms/antiword/devel antiword-0_36_1-2 devel -denis rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 fc3 -denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 -spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 -spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel -bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 -bressers rpms/nmh/devel nmh-1_1-8_fc4 development -spot rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 fc3 -spot rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 devel -spot rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 fc3 -spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 devel -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -thl rpms/sodipodi/FC-3 sodipodi-0_34-4 fc3 -thl rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 fc3 -thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel -pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel -tagoh rpms/uim/devel uim-0_4_6-2 devel -pghmcfc rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 fc3 -mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-6 devel +mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-7 devel From fedora-extras-commits at redhat.com Wed May 11 12:01:27 2005 From: fedora-extras-commits at redhat.com (Dams Nade (anvil)) Date: Wed, 11 May 2005 08:01:27 -0400 Subject: rpms/libcddb/FC-3 .cvsignore, 1.2, 1.3 libcddb.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200505111201.j4BC1RPG023608@cvs-int.fedora.redhat.com> Author: anvil Update of /cvs/extras/rpms/libcddb/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23573/FC-3 Modified Files: .cvsignore libcddb.spec sources Log Message: libcddb: 1.0.2 version fc3,devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libcddb/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:41:30 -0000 1.2 +++ .cvsignore 11 May 2005 12:01:25 -0000 1.3 @@ -1 +1 @@ -libcddb-0.9.4.tar.gz +libcddb-1.0.2.tar.gz Index: libcddb.spec =================================================================== RCS file: /cvs/extras/rpms/libcddb/FC-3/libcddb.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libcddb.spec 10 Dec 2004 22:03:04 -0000 1.5 +++ libcddb.spec 11 May 2005 12:01:25 -0000 1.6 @@ -1,13 +1,14 @@ -Summary: A library (C API) for accessing a CDDB server -Name: libcddb -Version: 0.9.4 -Release: 2 -Epoch: 0 +Summary: Library (C API) for accessing CDDB servers +Name: libcddb +Version: 1.0.2 +Release: 1 + License: LGPL Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ -Source0: http://download.sf.net/libcddb/%{name}-%{version}.tar.gz +Source0: http://download.sourceforge.net/libcddb/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +BuildRequires: pkgconfig libcdio-devel >= 0.67 %description Libcddb is a library that implements the different protocols (CDDBP, @@ -16,7 +17,8 @@ %package devel Summary: Development files for libcddb Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig %description devel Libcddb is a library that implements the different protocols (CDDBP, @@ -24,18 +26,14 @@ This package contains development files (static libraries, headers) for libcddb. -# ----------------------------------------------------------------------------- - %prep %setup -q -# ----------------------------------------------------------------------------- %build %configure make %{?_smp_mflags} -# ----------------------------------------------------------------------------- %install rm -rf $RPM_BUILD_ROOT @@ -43,16 +41,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -# ----------------------------------------------------------------------------- %clean rm -rf $RPM_BUILD_ROOT -# ----------------------------------------------------------------------------- %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO @@ -66,14 +63,21 @@ %{_includedir}/cddb %{_libdir}/pkgconfig/libcddb.pc -# ----------------------------------------------------------------------------- %changelog +* Wed May 11 2005 Dams - 0:1.0.2-1 +- Added libcdio and pkgconfig buildreq +- Updated to 1.0.2 +- Fixed URL in Source0 + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Sat Jul 3 2004 Dams 0:0.9.4-0.fdr.2 - added missing scriptlets - Added URL in Source0 - Added additionnal files as doc -* Tue Mar 9 2004 Dams +* Tue Mar 9 2004 Dams - Initial build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libcddb/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:41:30 -0000 1.2 +++ sources 11 May 2005 12:01:25 -0000 1.3 @@ -1 +1 @@ -366095f09e1d89d91915a2dd7c7c1478 libcddb-0.9.4.tar.gz +a8f8549cc1afb3bc702a96c7d71d2241 libcddb-1.0.2.tar.gz From fedora-extras-commits at redhat.com Wed May 11 12:01:27 2005 From: fedora-extras-commits at redhat.com (Dams Nade (anvil)) Date: Wed, 11 May 2005 08:01:27 -0400 Subject: rpms/libcddb/devel .cvsignore, 1.2, 1.3 libcddb.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200505111201.j4BC1RTB023616@cvs-int.fedora.redhat.com> Author: anvil Update of /cvs/extras/rpms/libcddb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23573/devel Modified Files: .cvsignore libcddb.spec sources Log Message: libcddb: 1.0.2 version fc3,devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libcddb/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:41:30 -0000 1.2 +++ .cvsignore 11 May 2005 12:01:25 -0000 1.3 @@ -1 +1 @@ -libcddb-0.9.4.tar.gz +libcddb-1.0.2.tar.gz Index: libcddb.spec =================================================================== RCS file: /cvs/extras/rpms/libcddb/devel/libcddb.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libcddb.spec 6 Apr 2005 22:12:21 -0000 1.8 +++ libcddb.spec 11 May 2005 12:01:25 -0000 1.9 @@ -1,13 +1,14 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb -Version: 0.9.4 -Release: 3 +Version: 1.0.2 +Release: 1 -License: LGPL -Group: System Environment/Libraries -URL: http://libcddb.sourceforge.net/ -Source0: http://download.sf.net/libcddb/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +License: LGPL +Group: System Environment/Libraries +URL: http://libcddb.sourceforge.net/ +Source0: http://download.sourceforge.net/libcddb/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +BuildRequires: pkgconfig libcdio-devel >= 0.67 %description Libcddb is a library that implements the different protocols (CDDBP, @@ -17,6 +18,7 @@ Summary: Development files for libcddb Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: pkgconfig %description devel Libcddb is a library that implements the different protocols (CDDBP, @@ -64,6 +66,14 @@ %changelog +* Wed May 11 2005 Dams - 0:1.0.2-1.4 +- Rebuilt for FC4 + +* Wed May 11 2005 Dams - 0:1.0.2-1 +- Added libcdio and pkgconfig buildreq +- Updated to 1.0.2 +- Fixed URL in Source0 + * Fri Apr 7 2005 Michael Schwendt - rebuilt @@ -74,4 +84,3 @@ * Tue Mar 9 2004 Dams - Initial build. - Index: sources =================================================================== RCS file: /cvs/extras/rpms/libcddb/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:41:30 -0000 1.2 +++ sources 11 May 2005 12:01:25 -0000 1.3 @@ -1 +1 @@ -366095f09e1d89d91915a2dd7c7c1478 libcddb-0.9.4.tar.gz +a8f8549cc1afb3bc702a96c7d71d2241 libcddb-1.0.2.tar.gz From fedora-extras-commits at redhat.com Wed May 11 12:02:55 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 08:02:55 -0400 Subject: common tobuild,1.384,1.385 Message-ID: <200505111202.j4BC2t4i023644@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23627 Modified Files: tobuild Log Message: request build of rpms/GtkAda/devel GtkAda-2_4_0-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.384 retrieving revision 1.385 diff -u -r1.384 -r1.385 --- tobuild 11 May 2005 11:47:34 -0000 1.384 +++ tobuild 11 May 2005 12:02:53 -0000 1.385 @@ -2,3 +2,4 @@ # user repo tag target status # mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-7 devel +thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel From fedora-extras-commits at redhat.com Wed May 11 12:12:17 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Wed, 11 May 2005 08:12:17 -0400 Subject: common tobuild,1.385,1.386 Message-ID: <200505111212.j4BCCHNL023676@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23659 Modified Files: tobuild Log Message: request build of rpms/source-highlight/devel source-highlight-1_11-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.385 retrieving revision 1.386 diff -u -r1.385 -r1.386 --- tobuild 11 May 2005 12:02:53 -0000 1.385 +++ tobuild 11 May 2005 12:12:15 -0000 1.386 @@ -3,3 +3,4 @@ # mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-7 devel thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +adrian rpms/source-highlight/devel source-highlight-1_11-1 devel From fedora-extras-commits at redhat.com Wed May 11 12:32:24 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 08:32:24 -0400 Subject: rpms/gnupg2/devel gnupg2.spec,1.8,1.9 Message-ID: <200505111232.j4BCWOpG023751@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23734 Modified Files: gnupg2.spec Log Message: bump and see whether this build request survives the time-out Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnupg2.spec 10 May 2005 16:23:11 -0000 1.8 +++ gnupg2.spec 11 May 2005 12:32:22 -0000 1.9 @@ -1,7 +1,7 @@ Summary: GNU utility for secure communication and data storage Name: gnupg2 Version: 1.9.16 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 From fedora-extras-commits at redhat.com Wed May 11 12:32:46 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 08:32:46 -0400 Subject: common tobuild,1.386,1.387 Message-ID: <200505111232.j4BCWkpv023808@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23791 Modified Files: tobuild Log Message: request build of rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.386 retrieving revision 1.387 diff -u -r1.386 -r1.387 --- tobuild 11 May 2005 12:12:15 -0000 1.386 +++ tobuild 11 May 2005 12:32:44 -0000 1.387 @@ -4,3 +4,4 @@ mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-7 devel thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel adrian rpms/source-highlight/devel source-highlight-1_11-1 devel +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 13:09:48 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 09:09:48 -0400 Subject: common tobuild,1.387,1.388 Message-ID: <200505111309.j4BD9m50024794@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24777 Modified Files: tobuild Log Message: clean up Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.387 retrieving revision 1.388 diff -u -r1.387 -r1.388 --- tobuild 11 May 2005 12:32:44 -0000 1.387 +++ tobuild 11 May 2005 13:09:46 -0000 1.388 @@ -1,7 +1,4 @@ # this is the build control file. the format is # user repo tag target status # -mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-7 devel -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -adrian rpms/source-highlight/devel source-highlight-1_11-1 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 13:19:20 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 11 May 2005 09:19:20 -0400 Subject: common tobuild,1.388,1.389 Message-ID: <200505111319.j4BDJKdg024841@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24824 Modified Files: tobuild Log Message: request build of rpms/octave/devel octave-2_1_70-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.388 retrieving revision 1.389 diff -u -r1.388 -r1.389 --- tobuild 11 May 2005 13:09:46 -0000 1.388 +++ tobuild 11 May 2005 13:19:18 -0000 1.389 @@ -2,3 +2,4 @@ # user repo tag target status # mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel +qspencer rpms/octave/devel octave-2_1_70-1 devel From fedora-extras-commits at redhat.com Wed May 11 13:55:41 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 09:55:41 -0400 Subject: common tobuild,1.389,1.390 Message-ID: <200505111355.j4BDtf3p024965@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24951 Modified Files: tobuild Log Message: wanna see the report (sorry michael, just temporary) Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.389 retrieving revision 1.390 diff -u -r1.389 -r1.390 --- tobuild 11 May 2005 13:19:18 -0000 1.389 +++ tobuild 11 May 2005 13:55:38 -0000 1.390 @@ -1,5 +1,5 @@ # this is the build control file. the format is # user repo tag target status # -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel +skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel qspencer rpms/octave/devel octave-2_1_70-1 devel From bugs.michael at gmx.net Wed May 11 14:08:01 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Wed, 11 May 2005 16:08:01 +0200 Subject: common tobuild,1.389,1.390 In-Reply-To: <200505111355.j4BDtf3p024965@cvs-int.fedora.redhat.com> References: <200505111355.j4BDtf3p024965@cvs-int.fedora.redhat.com> Message-ID: <20050511160801.6864a5c3.bugs.michael@gmx.net> On Wed, 11 May 2005 09:55:41 -0400, Seth Vidal wrote: > Author: skvidal > > Update of /cvs/extras/common > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24951 > > Modified Files: > tobuild > Log Message: > > wanna see the report (sorry michael, just temporary) > > > > Index: tobuild > =================================================================== > RCS file: /cvs/extras/common/tobuild,v > retrieving revision 1.389 > retrieving revision 1.390 > diff -u -r1.389 -r1.390 > --- tobuild 11 May 2005 13:19:18 -0000 1.389 > +++ tobuild 11 May 2005 13:55:38 -0000 1.390 > @@ -1,5 +1,5 @@ > # this is the build control file. the format is > # user repo tag target status > # > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel > +skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel > qspencer rpms/octave/devel octave-2_1_70-1 devel Uhm, I got "Build of gnupg2 on development succeeded." earlier, so if your rebuild attempt fails, please reopen the bugzilla ticket, too. :-) From skvidal at phy.duke.edu Wed May 11 14:13:31 2005 From: skvidal at phy.duke.edu (seth vidal) Date: Wed, 11 May 2005 10:13:31 -0400 Subject: common tobuild,1.389,1.390 In-Reply-To: <20050511160801.6864a5c3.bugs.michael@gmx.net> References: <200505111355.j4BDtf3p024965@cvs-int.fedora.redhat.com> <20050511160801.6864a5c3.bugs.michael@gmx.net> Message-ID: <1115820811.10234.175.camel@cutter> On Wed, 2005-05-11 at 16:08 +0200, Michael Schwendt wrote: > On Wed, 11 May 2005 09:55:41 -0400, Seth Vidal wrote: > > > Author: skvidal > > > > Update of /cvs/extras/common > > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24951 > > > > Modified Files: > > tobuild > > Log Message: > > > > wanna see the report (sorry michael, just temporary) > > > > > > > > Index: tobuild > > =================================================================== > > RCS file: /cvs/extras/common/tobuild,v > > retrieving revision 1.389 > > retrieving revision 1.390 > > diff -u -r1.389 -r1.390 > > --- tobuild 11 May 2005 13:19:18 -0000 1.389 > > +++ tobuild 11 May 2005 13:55:38 -0000 1.390 > > @@ -1,5 +1,5 @@ > > # this is the build control file. the format is > > # user repo tag target status > > # > > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel > > +skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel > > qspencer rpms/octave/devel octave-2_1_70-1 devel > > Uhm, I got "Build of gnupg2 on development succeeded." earlier, so if > your rebuild attempt fails, please reopen the bugzilla ticket, too. :-) > I am testing the disttags thing. -sv From fedora-extras-commits at redhat.com Wed May 11 15:00:57 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Wed, 11 May 2005 11:00:57 -0400 Subject: rpms/gtranslator/devel fix-build.patch, NONE, 1.1 gtranslator.spec, 1.5, 1.6 Message-ID: <200505111500.j4BF0vDo026112@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/gtranslator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26092 Modified Files: gtranslator.spec Added Files: fix-build.patch Log Message: Added patch to remove -Werror fix-build.patch: --- NEW FILE fix-build.patch --- src/semerkent/Makefile.in | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: gtranslator-1.1.5/src/semerkent/Makefile.in =================================================================== --- gtranslator-1.1.5.orig/src/semerkent/Makefile.in 2004-05-28 09:37:55.000000000 -0500 +++ gtranslator-1.1.5/src/semerkent/Makefile.in 2005-05-11 08:17:39.914059288 -0500 @@ -125,7 +125,7 @@ sc_present = @sc_present@ noinst_LIBRARIES = libsemerkent.a -INCLUDES = -I$(top_srcdir) -I$(includedir) $(GTRANSLATOR_CFLAGS) -Wall -Wunused -Werror +INCLUDES = -I$(top_srcdir) -I$(includedir) $(GTRANSLATOR_CFLAGS) -Wall -Wunused libsemerkent_a_SOURCES = semerkent.c semerkent.h semer-csv.c semer-csv.h semer-entry.c semer-entry.h semer-file.c semer-file.h semer-header.c semer-header.h semer-opentag.c semer-opentag.h semer-props.c semer-props.h semer-query.c semer-query.h semer-tmx.c semer-tmx.h semer-umtf.c semer-umtf.h semer-utils.c semer-utils.h semer-xliff.c semer-xliff.h semer-xml.c semer-xml.h Index: gtranslator.spec =================================================================== RCS file: /cvs/extras/rpms/gtranslator/devel/gtranslator.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gtranslator.spec 6 Apr 2005 22:12:00 -0000 1.5 +++ gtranslator.spec 11 May 2005 15:00:55 -0000 1.6 @@ -1,6 +1,6 @@ Name: gtranslator Version: 1.1.5 -Release: 2 +Release: 3 Summary: Gettext po file editor for GNOME @@ -19,6 +19,8 @@ Requires(post): scrollkeeper Requires(postun): scrollkeeper +Patch0: fix-build.patch + %description gtranslator is an enhanced gettext po file editor for the GNOME desktop environment. It handles all forms of gettext po files and @@ -29,6 +31,7 @@ %prep %setup -q +%patch0 -p1 %build %configure @@ -85,6 +88,9 @@ %changelog +* Wed May 11 2005 Josh Boyer +- Added build fix + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Wed May 11 15:01:26 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Wed, 11 May 2005 11:01:26 -0400 Subject: common tobuild,1.390,1.391 Message-ID: <200505111501.j4BF1Q9i027071@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27054 Modified Files: tobuild Log Message: request build of rpms/gtranslator/devel gtranslator-1_1_5-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.390 retrieving revision 1.391 diff -u -r1.390 -r1.391 --- tobuild 11 May 2005 13:55:38 -0000 1.390 +++ tobuild 11 May 2005 15:01:24 -0000 1.391 @@ -3,3 +3,4 @@ # skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel qspencer rpms/octave/devel octave-2_1_70-1 devel +jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel From fedora-extras-commits at redhat.com Wed May 11 15:11:07 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Wed, 11 May 2005 11:11:07 -0400 Subject: rpms/perl-Spreadsheet-WriteExcel/devel .cvsignore, 1.3, 1.4 perl-Spreadsheet-WriteExcel.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200505111511.j4BFB7Kr027131@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27110 Modified Files: .cvsignore perl-Spreadsheet-WriteExcel.spec sources Log Message: * Wed May 11 2005 Oliver Falk - 2.14-1 - Update - Add a complete URL for Source0 - Beautifying (fix identations and make it look more like the spectemplate-perl.spec) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Apr 2005 13:34:16 -0000 1.3 +++ .cvsignore 11 May 2005 15:11:05 -0000 1.4 @@ -1 +1 @@ -Spreadsheet-WriteExcel-2.13.tar.gz +Spreadsheet-WriteExcel-2.14.tar.gz Index: perl-Spreadsheet-WriteExcel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/perl-Spreadsheet-WriteExcel.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Spreadsheet-WriteExcel.spec 10 May 2005 23:48:36 -0000 1.6 +++ perl-Spreadsheet-WriteExcel.spec 11 May 2005 15:11:05 -0000 1.7 @@ -1,16 +1,18 @@ -Name: perl-Spreadsheet-WriteExcel -Version: 2.13 -Release: 3%{?dist} -Summary: Write formatted text and numbers to a cross-platform Excel binary file -License: Artistic or GPL -Group: Development/Libraries -Source0: Spreadsheet-WriteExcel-%{version}.tar.gz -Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: perl-Spreadsheet-WriteExcel +Version: 2.14 +Release: 1%{?dist} +Summary: Write formatted text and numbers to a cross-platform Excel binary file + +Group: Development/Libraries +License: Artistic or GPL +URL: http://search.cpan.org/dist/Spreadsheet-WriteExcel +Source0: http://cpan.org/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) -BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) %description The Spreadsheet::WriteExcel module can be used to create a cross- @@ -61,6 +63,12 @@ %{_mandir}/man3/*.3* %changelog +* Wed May 11 2005 Oliver Falk - 2.14-1 +- Update +- Add a complete URL for Source0 +- Beautifying (fix identations and make it look more like the + spectemplate-perl.spec) + * Tue May 10 2005 Tom "spot" Callaway 2.13-3 - more spec cleanups Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Apr 2005 13:34:16 -0000 1.3 +++ sources 11 May 2005 15:11:05 -0000 1.4 @@ -1 +1 @@ -9b4b058b3b79d33c073b0ec025a509cc Spreadsheet-WriteExcel-2.13.tar.gz +2a2ff55a0b8a41bdfd0f8adf9925394a Spreadsheet-WriteExcel-2.14.tar.gz From fedora-extras-commits at redhat.com Wed May 11 15:11:27 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Wed, 11 May 2005 11:11:27 -0400 Subject: common tobuild,1.391,1.392 Message-ID: <200505111511.j4BFBR7c027159@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27142 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.391 retrieving revision 1.392 diff -u -r1.391 -r1.392 --- tobuild 11 May 2005 15:01:24 -0000 1.391 +++ tobuild 11 May 2005 15:11:25 -0000 1.392 @@ -4,3 +4,4 @@ skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel qspencer rpms/octave/devel octave-2_1_70-1 devel jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel +oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel From denis at poolshark.org Wed May 11 15:17:45 2005 From: denis at poolshark.org (Denis Leroy) Date: Wed, 11 May 2005 08:17:45 -0700 Subject: APPROVED: loudmouth Message-ID: <42822219.4020600@poolshark.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Name: loudmouth Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries License: LGPL URL: http://www.imendio.com/projects/loudmouth Description: Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. Reviewer : Denis Leroy Maintainer : Brian Pepple -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFCgiIYN21V2B2op6oRAgKRAJwK6hs9+Tm1/LDwdGSvB9BzICCnngCgj2Mv fYVPRoEX7F3J3N6SVU8o1sU= =yFEO -----END PGP SIGNATURE----- From fedora-extras-commits at redhat.com Wed May 11 15:20:04 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Wed, 11 May 2005 11:20:04 -0400 Subject: rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel.spec, 1.6, 1.7 Message-ID: <200505111520.j4BFK4Ze027215@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27198 Modified Files: perl-Spreadsheet-WriteExcel.spec Log Message: * Wed May 11 2005 Oliver Falk - 2.14-1 - Update - Add a complete URL for Source0 - Beautifying (fix identations and make it look more like the spectemplate-perl.spec) - Merge with devel branch Index: perl-Spreadsheet-WriteExcel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/FC-3/perl-Spreadsheet-WriteExcel.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Spreadsheet-WriteExcel.spec 10 May 2005 23:48:35 -0000 1.6 +++ perl-Spreadsheet-WriteExcel.spec 11 May 2005 15:20:02 -0000 1.7 @@ -1,16 +1,18 @@ -Name: perl-Spreadsheet-WriteExcel -Version: 2.13 -Release: 3%{?dist} -Summary: Write formatted text and numbers to a cross-platform Excel binary file -License: Artistic or GPL -Group: Development/Libraries -Source0: Spreadsheet-WriteExcel-%{version}.tar.gz -Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: perl-Spreadsheet-WriteExcel +Version: 2.14 +Release: 1%{?dist} +Summary: Write formatted text and numbers to a cross-platform Excel binary file + +Group: Development/Libraries +License: Artistic or GPL +URL: http://search.cpan.org/dist/Spreadsheet-WriteExcel +Source0: http://cpan.org/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) -BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) %description The Spreadsheet::WriteExcel module can be used to create a cross- @@ -61,6 +63,13 @@ %{_mandir}/man3/*.3* %changelog +* Wed May 11 2005 Oliver Falk - 2.14-1 +- Update +- Add a complete URL for Source0 +- Beautifying (fix identations and make it look more like the + spectemplate-perl.spec) +- Merge with devel branch + * Tue May 10 2005 Tom "spot" Callaway 2.13-3 - more spec cleanups From fedora-extras-commits at redhat.com Wed May 11 15:20:20 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Wed, 11 May 2005 11:20:20 -0400 Subject: common tobuild,1.392,1.393 Message-ID: <200505111520.j4BFKKvE027243@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27226 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.392 retrieving revision 1.393 diff -u -r1.392 -r1.393 --- tobuild 11 May 2005 15:11:25 -0000 1.392 +++ tobuild 11 May 2005 15:20:18 -0000 1.393 @@ -5,3 +5,4 @@ qspencer rpms/octave/devel octave-2_1_70-1 devel jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel +oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 From denis at poolshark.org Wed May 11 15:21:36 2005 From: denis at poolshark.org (Denis Leroy) Date: Wed, 11 May 2005 08:21:36 -0700 Subject: APPROVED: gossip Message-ID: <42822300.3020106@poolshark.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Name: gossip Summary: Gnome Jabber Client Group: Applications/Communications License: GPL URL: http://www.imendio.com/projects/gossip/ Description: Gossip aims at making Jabber easy to use and tries to give GNOME users a real user friendly way of chatting with their friends. Reviewer : Denis Leroy Maintainer : Brian Pepple -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFCgiMAN21V2B2op6oRArQIAKCdE9SXCOGVmb34SzCLnEqlBxm4dQCfYXGV YUzgYOTIGjpcfHTbX1YphPc= =WTkb -----END PGP SIGNATURE----- From fedora-extras-commits at redhat.com Wed May 11 15:39:33 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 11 May 2005 11:39:33 -0400 Subject: common tobuild,1.393,1.394 Message-ID: <200505111539.j4BFdXCc027337@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27320 Modified Files: tobuild Log Message: request build of rpms/loudmouth/devel loudmouth-0_17_2-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.393 retrieving revision 1.394 diff -u -r1.393 -r1.394 --- tobuild 11 May 2005 15:20:18 -0000 1.393 +++ tobuild 11 May 2005 15:39:31 -0000 1.394 @@ -6,3 +6,4 @@ jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 +bpepple rpms/loudmouth/devel loudmouth-0_17_2-3 development From fedora-extras-commits at redhat.com Wed May 11 15:40:47 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 11 May 2005 11:40:47 -0400 Subject: common tobuild,1.394,1.395 Message-ID: <200505111540.j4BFeloG027403@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27386 Modified Files: tobuild Log Message: request build of rpms/gossip/devel gossip-0_8-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.394 retrieving revision 1.395 diff -u -r1.394 -r1.395 --- tobuild 11 May 2005 15:39:31 -0000 1.394 +++ tobuild 11 May 2005 15:40:45 -0000 1.395 @@ -7,3 +7,4 @@ oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_17_2-3 development +bpepple rpms/gossip/devel gossip-0_8-3 development From fedora-extras-commits at redhat.com Wed May 11 16:22:21 2005 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 11 May 2005 12:22:21 -0400 Subject: common tobuild,1.395,1.396 Message-ID: <200505111622.j4BGMLjC028439@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28422 Modified Files: tobuild Log Message: request build of rpms/inadyn/FC-3 inadyn-1_90-11 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.395 retrieving revision 1.396 diff -u -r1.395 -r1.396 --- tobuild 11 May 2005 15:40:45 -0000 1.395 +++ tobuild 11 May 2005 16:22:19 -0000 1.396 @@ -8,3 +8,4 @@ oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_17_2-3 development bpepple rpms/gossip/devel gossip-0_8-3 development +s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 From fedora-extras-commits at redhat.com Wed May 11 18:11:33 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 14:11:33 -0400 Subject: common tobuild,1.396,1.397 Message-ID: <200505111811.j4BIBXF8031757@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31740 Modified Files: tobuild Log Message: request build of rpms/GtkAda/devel GtkAda-2_4_0-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.396 retrieving revision 1.397 diff -u -r1.396 -r1.397 --- tobuild 11 May 2005 16:22:19 -0000 1.396 +++ tobuild 11 May 2005 18:11:31 -0000 1.397 @@ -9,3 +9,4 @@ bpepple rpms/loudmouth/devel loudmouth-0_17_2-3 development bpepple rpms/gossip/devel gossip-0_8-3 development s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 +thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel From ville.skytta at iki.fi Wed May 11 19:33:46 2005 From: ville.skytta at iki.fi (Ville =?ISO-8859-1?Q?Skytt=E4?=) Date: Wed, 11 May 2005 22:33:46 +0300 Subject: rpms/gtranslator/devel fix-build.patch, NONE, 1.1 gtranslator.spec, 1.5, 1.6 In-Reply-To: <200505111500.j4BF0vDo026112@cvs-int.fedora.redhat.com> References: <200505111500.j4BF0vDo026112@cvs-int.fedora.redhat.com> Message-ID: <1115840026.24510.30.camel@bobcat.mine.nu> On Wed, 2005-05-11 at 11:00 -0400, Joshua W. Boyer wrote: > Added Files: > fix-build.patch Using something that identifies the package where this patch belongs to would be better; that way it's a lot less likely that unexpected things happen when people who rebuild stuff locally and have lots of stuff from different packages unpacked in their SOURCES dir. I'd suggest prefixing the patch with "%{name}-" (or the same with "hardcoded" package name instead of %{name}) in future package revisions. From jwboyer at jdub.homelinux.org Wed May 11 19:38:48 2005 From: jwboyer at jdub.homelinux.org (Josh Boyer) Date: Wed, 11 May 2005 14:38:48 -0500 Subject: rpms/gtranslator/devel fix-build.patch, NONE, 1.1 gtranslator.spec, 1.5, 1.6 In-Reply-To: <1115840026.24510.30.camel@bobcat.mine.nu> References: <200505111500.j4BF0vDo026112@cvs-int.fedora.redhat.com> <1115840026.24510.30.camel@bobcat.mine.nu> Message-ID: <20050511193848.GA30098@yoda.jdub.homelinux.org> On Wed, May 11, 2005 at 10:33:46PM +0300, Ville Skytt? wrote: > On Wed, 2005-05-11 at 11:00 -0400, Joshua W. Boyer wrote: > > > Added Files: > > fix-build.patch > > Using something that identifies the package where this patch belongs to > would be better; that way it's a lot less likely that unexpected things > happen when people who rebuild stuff locally and have lots of stuff from > different packages unpacked in their SOURCES dir. I'd suggest prefixing > the patch with "%{name}-" (or the same with "hardcoded" package name > instead of %{name}) in future package revisions. Agreed. I will be sure to do so next time. Thanks for the tip. josh From fedora-extras-commits at redhat.com Wed May 11 19:45:44 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 15:45:44 -0400 Subject: extras-buildsys-temp/automation2 - New directory Message-ID: <200505111945.j4BJjiv2000427@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv416/automation2 Log Message: Directory /cvs/fedora/extras-buildsys-temp/automation2 added to the repository From fedora-extras-commits at redhat.com Wed May 11 19:46:28 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 15:46:28 -0400 Subject: extras-buildsys-temp/automation2/client - New directory Message-ID: <200505111946.j4BJkSHg000453@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/client In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv438/client Log Message: Directory /cvs/fedora/extras-buildsys-temp/automation2/client added to the repository From fedora-extras-commits at redhat.com Wed May 11 19:46:28 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 15:46:28 -0400 Subject: extras-buildsys-temp/automation2/server - New directory Message-ID: <200505111946.j4BJkSEP000461@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv438/server Log Message: Directory /cvs/fedora/extras-buildsys-temp/automation2/server added to the repository From fedora-extras-commits at redhat.com Wed May 11 19:48:59 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 15:48:59 -0400 Subject: extras-buildsys-temp/automation2/client archwelder.py, NONE, 1.1 archwelder_config.py, NONE, 1.1 Message-ID: <200505111949.j4BJmxBP000505@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/client In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv488/automation2/client Added Files: archwelder.py archwelder_config.py Log Message: 2005-05-11 Dan Williams * First cut of reworked build system. Please see the soon-to-be committed README file for more details on how it works. --- NEW FILE archwelder.py --- #!/usr/bin/python -t # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # copyright 2005 Duke University # written by Seth Vidal # TODO: xml-rpc communication using 2-way ssl-cert-verified xmlrpc connection # TODO: config from file not cli import SimpleXMLRPCServer import xmlrpclib import socket import os import popen2 import sha import time import base64 import sys import string import time from archwelder_config import CONFIG DEBUG = False def debugprint(stuff=''): if DEBUG: print stuff def log(stuff=''): print stuff def is_done_status(status): if status == 'done' or status == 'killed' or status == 'failed': return True return False class ArchWelderMach: """puts things together for an arch - baseclass for handling builds for other arches""" def __init__(self, uniqid, srpm, target, mydir): self._status = 'init' self.target = target self.mydir = mydir self._output = [] self.srpm = srpm self.uniqid = uniqid def die(self, sig=15): try: os.kill(self.pobj.pid, sig) except Exception, e: print "Couldn't kill process %d: %s" % (self.pobj.pid, e) self._status = 'killed' return True def _unlock(self): print "%s: starting step 'unlocking'" % self.uniqid cmd = '%s %s -r %s unlock' % (self.arch_command, CONFIG('mach_cmd'), self.buildroot) self.pobj = popen2.Popen4(cmd=cmd) self._status = 'unlocking' def _clean(self): print "%s: starting step 'cleaning'" % self.uniqid cmd = '%s %s -r %s clean' % (self.arch_command, CONFIG('mach_cmd'), self.buildroot) self.pobj = popen2.Popen4(cmd=cmd) self._status = 'cleaning' def _prep(self): print "%s: starting step 'prepping'" % self.uniqid cmd = '%s /%s -r %s setup prep' % (self.arch_command, CONFIG('mach_cmd'), self.buildroot) self.pobj = popen2.Popen4(cmd=cmd) self._status = 'prepping' def _build(self): print "%s: starting step 'building'" % self.uniqid os.chdir(self.mydir + '/' + self.buildarch) cmd = '%s %s -r %s -c rebuild %s' % (self.arch_command, CONFIG('mach_cmd'), self.buildroot, self.srpm) self.pobj = popen2.Popen4(cmd=cmd) self._status = 'building' def start(self): # check for existence of srpm before going on self._unlock() def process(self): if not is_done_status(self._status): # If we're done with a step, advance to next one exit_status = self.pobj.poll() if exit_status == 0: if self._status == 'unlocking': self._clean() elif self._status == 'cleaning': self._prep() elif self._status == 'prepping': self._build() elif self._status == 'building': print "%s: Job done." % self.uniqid self._status = 'done' else: print "Bad status %s encountered!" % self._status elif exit_status > 0: print "%s: job failed!\n" % self.uniqid self._status = 'failed' else: # mach process still running pass def status(self): return self._status def logs(self): self._output.extend(self.pobj.fromchild.readlines()) return self._output class i386Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='i386'): self.buildroot = '%s-%s-i386-%s' % (target, CONFIG('distro_name'), CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '/usr/bin/setarch i686' ArchWelderMach.__init__(self, uniqid, srpm, target, mydir) class x86_64Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='x86_64'): self.buildroot = '%s-%s-x86_64-%s' % (target, CONFIG('distro_name'), CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' ArchWelderMach.__init__(self, uniqid, srpm, target, mydir) class PPCArch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='ppc'): self.buildroot = '%s-%s-ppc-%s' % (target, CONFIG('distro_name'), CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' ArchWelderMach.__init__(self, uniqid, srpm, target, mydir) class PPC64Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='ppc64'): self.buildroot = '%s-%s-ppc64-%s' % (target, CONFIG('distro_name'), CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' ArchWelderMach.__init__(self, uniqid, srpm, target, mydir) # Keep this global scope, used in __main__ welder_dict = { 'i386':i386Arch, 'i486':i386Arch, 'i586':i386Arch, 'i686':i386Arch, 'athlon':i386Arch, 'x86_64':x86_64Arch, 'amd64':x86_64Arch, 'ia32e':x86_64Arch, 'ppc':PPCArch, 'ppc32':PPCArch, 'ppc64':PPC64Arch, } def getArchWelder(uniqid, srpm, target, mydir, buildarch, localarches): """hand it an arch it hands you back the archwelder instance you need""" if not welder_dict.has_key(buildarch): # raise an exception here bitching about no place to build for that arch pass if buildarch == 'noarch': if len(localarches) > 0: welder = welder_dict[localarches[0]] else: if buildarch in localarches: welder = welder_dict[buildarch] awp = welder(uniqid, srpm, target, mydir, buildarch) return awp class XMLRPCArchWelderServer: def __init__(self, localarches): self.ids = {} # unique id => awclass instance self.localarches = localarches self.cur_job = 0 def _process(self): # Give jobs some time to update their status and do their thing job = 0 for (uniqid, awp) in self.ids.iteritems(): awp.process() if not is_done_status(awp.status()): job = uniqid self.cur_job = job # Update current job def start(self, srpm, target, stagedir, buildarch): if self.cur_job != 0: print "Tried to build '%s' when already buiding something" % srpm return 0 cur_time = time.time() check = '%d %s %s %s' % (cur_time, srpm, target, buildarch) sum = sha.new() sum.update(check) uniqid = sum.hexdigest() awp = getArchWelder(uniqid, srpm, target, stagedir, buildarch, self.localarches) if awp != None: self.ids[uniqid] = awp awp.start() log("%s: started %s on %s arch %s at time %d" % (uniqid, srpm, target, buildarch, cur_time)) else: log("%s: Failed request for %s on %s UNSUPPORTED arch %s at time %d" % (uniqid, srpm, target, buildarch, cur_time)) uniqid = 0 self.cur_job = uniqid return uniqid def status(self, uniqid=None): awp = self.ids[uniqid] if not awp: return '' return awp.status() def die(self, uniqid=None): awp = self.ids[uniqid] return awp.die() def logs(self, uniqid=None): awp = self.ids[uniqid] result = [] for line in awp.logs(): enc = base64.encodestring(line) result.append(enc) return result def listjobs(self): return self.ids.keys() def get_cur_job(self): """ Are we currently building something? """ return self.cur_job def supported_arches(self): return self.localarches class MyXMLRPCServer(SimpleXMLRPCServer.SimpleXMLRPCServer): """ XMLRPC server subclass that turns on SO_REUSEADDR """ def __init__(self, address): SimpleXMLRPCServer.SimpleXMLRPCServer.__init__(self, addr=address, logRequests=False) def server_bind(self): self.socket.setsockopt(socket.SOL_SOCKET,socket.SO_REUSEADDR,1) self.socket.bind(self.server_address) if __name__ == '__main__': if len(sys.argv) < 3: print "Usage:\n" print " %s \n" % sys.argv[0] print " - hostname or IP address of this machine" print " - space-separated list of arches this machine can build" # pretty-print the available archlist archlist = "" avail_arches = welder_dict.keys() avail_arches.sort() for a in avail_arches: archlist = archlist + a if a != avail_arches[len(avail_arches)-1]: archlist = archlist + ", " print " Available arches: [ %s ]\n" % archlist sys.exit(1) hostname = sys.argv[1] localarches = sys.argv[2:] print "Binding to address '%s' with arches: [%s]" % (hostname, string.join(localarches)) server = MyXMLRPCServer((hostname, 8888)) aws = XMLRPCArchWelderServer(localarches) server.register_instance(aws) last_time = time.time() while True: server.handle_request() cur_time = time.time() if cur_time >= last_time + 10: # do some work every 10s or so aws._process() last_time = time.time() --- NEW FILE archwelder_config.py --- # Configuration file for archwelder.py config_opts = {} config_opts['mach_cmd'] = "/usr/bin/mach" config_opts['distro_name'] = "fedora" config_opts['repo_name'] = "extras" def CONFIG (key): return config_opts[key] From fedora-extras-commits at redhat.com Wed May 11 19:49:00 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 15:49:00 -0400 Subject: extras-buildsys-temp/automation2/server aw_manager.py, NONE, 1.1 bm_server.py, NONE, 1.1 bm_server_config.py, NONE, 1.1 buildjob.py, NONE, 1.1 buildmaster.py, NONE, 1.1 Message-ID: <200505111949.j4BJn0p0000513@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv488/automation2/server Added Files: aw_manager.py bm_server.py bm_server_config.py buildjob.py buildmaster.py Log Message: 2005-05-11 Dan Williams * First cut of reworked build system. Please see the soon-to-be committed README file for more details on how it works. --- NEW FILE aw_manager.py --- #!/usr/bin/python # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # copyright 2005 Duke University # written by Seth Vidal import time import string import xmlrpclib from bm_server_config import CONFIG import base64 class ArchWelderJob: """ Tracks a single build instance for a single arch on an ArchWelder """ def __init__(self, awi, server, srpm, target, mydir, arch): self.awi = awi self.jobid = None self.status = None self.srpm = srpm self.target = target self.mydir = mydir self.arch = arch self._server = server self.starttime = None def start(self): try: self.jobid = self._server.start(self.srpm, self.target, self.mydir, self.arch) except Exception, e: print "Error starting job on host %s\n\t---error: %s" % (self.awi.address(), e) return False else: self.starttime = time.time() self.update_status() return True def update_status(self): if self.status == 'failed' or self.status == 'done': return status = '' try: status = self._server.status(self.jobid) except Exception, e: print "XMLAW: got error '%s' from AW during update_status()" % e self.status = status return self.status def die(self): self._server.die(self.jobid) self.status = 'killed' def logs(self): result = [] enclogs = self._server.logs(self.jobid) for line in enclogs: txt = base64.decodestring(line) result.append(txt) return result class ArchWelderInstance: """ Tracks an single arch on an ArchWelder """ def __init__(self, address, arch): self._jobs = [] self._arch = arch self._address = address self._server = xmlrpclib.Server(self._address) self._cur_job = self._get_cur_job() def arch(self): return self._arch def address(self): return self._address def new_job(self, srpm, target, mydir): return ArchWelderJob(self, self._server, srpm, target, mydir, self._arch) def track_job(self, job): self._jobs.append(job) def _get_cur_job(self): cur_job = None try: cur_job = self._server.get_cur_job() except Exception, e: print "XMLAW: got error '%s' from AW during get_cur_job()" % e else: if cur_job == 0: cur_job = None return cur_job def process(self): self._cur_job = self._get_cur_job() # Update status of all jobs for j in self._jobs: j.update_status() def available(self): if self._cur_job: return False else: return True class ArchWelderManager: def __init__(self): # List of addresses of possible builders self.possible_aw = CONFIG('builders') # Dict: arches => available builders # Like so: [ 'i386':['10.0.0.1', '10.0.0.2'], # 'x86_64':['10.0.0.3'] # ] self.running_aw = {} # Figure out which archwelders are alive, and what they support # We create a separate archwelder instance for each arch on each builder, # even though both instances talk to the same XMLRPC server on the builder print "-----------------------------------------------------" print " Looking or ArchWelders..." for address in self.possible_aw: arches = None server = xmlrpclib.Server(address) try: arches = server.supported_arches() except Exception, e: pass if arches: arches.append('noarch') print " Found ArchWelder '%s' supporting arches %s." % (address, string.join(arches)) for a in arches: if not self.running_aw.has_key(a): self.running_aw[a] = [] awi = ArchWelderInstance(address, a) self.running_aw[a].append(awi) else: self.possible_aw.remove(address) del server print "-----------------------------------------------------\n" def process(self): for awi_list in self.running_aw.values(): for awi in awi_list: awi.process() def track_job(self, job): if job: awi = job.awi.track_job(job) def new_job_on_arch(self, arch, srpm, target, mydir): """ Create a job on a free builder for this arch """ if self.running_aw.has_key(arch): for aw in self.running_aw[arch]: if aw.available(): return aw.new_job(srpm, target, mydir) return None --- NEW FILE bm_server.py --- #!/usr/bin/python # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # copyright 2005 Duke University # written by Seth Vidal import time from bm_server_config import CONFIG import socket import SimpleXMLRPCServer import xmlrpclib from buildjob import BuildJob from buildjob import PrepError import sqlite import smtplib from email.MIMEText import MIMEText import threading from buildmaster import BuildMaster from buildmaster import ensure_build_db_tables from aw_manager import ArchWelderManager def email_result(username, cvs_tag, resultstring, subject=None): """send 'resultstring' to username""" msg = MIMEText(resultstring) if not subject: subject = 'Build Result: %s' % cvs_tag msg['Subject'] = subject msg['From'] = CONFIG('email_from') email_to = '%s@%s' % (username, CONFIG('email_to_domain')) msg['To'] = email_to s = smtplib.SMTP() s.connect() s.sendmail(CONFIG('email_from'), [email_to], msg.as_string()) s.close() class XMLRPCBuildMaster: def __init__(self, arch_welder_manager): self.awm = arch_welder_manager self.dbcx = sqlite.connect("buildmaster_db", encoding="utf-8", timeout=2) self.curs = self.dbcx.cursor() ensure_build_db_tables(self.dbcx) def __del__(self): self.dbcx.close() def enqueue(self, username, package, cvs_tag, target, buildreq=None): """ Accept a job to build and stuff it into the job database """ print "Request to enqueue '%s' tag '%s' for target '%s' (user '%s')" \ % (package, cvs_tag, target, username) targets = CONFIG('targets') if not targets.has_key(target): print "Error setting up build for %s on %s: target does not exist."\ % (cvs_tag, target) email_result(username, cvs_tag, "Error setting up build for %s on "\ "%s: target does not exist." % (cvs_tag, target)) return -1 else: # Insert request into the database self.curs.execute('INSERT INTO jobs (uid, username, package,' \ ' cvs_tag, target, buildreq, time_submitted, status)' \ ' VALUES (NULL, "%s", "%s", "%s", "%s", "%s", %d, "%s")' \ % (username, package, cvs_tag, target, buildreq, \ time.time(), 'waiting')) self.dbcx.commit() return 0 def list_waiting_jobs(self): self.curs.execute('SELECT uid, username, package, cvs_tag, target' \ ' FROM jobs WHERE status="waiting"') self.dbcx.commit() data = self.curs.fetchall() job_list = [] for row in data: tempX = [ item for item in row] job_list.append(tempX) return job_list def list_building_jobs(self): self.curs.execute('SELECT uid, username, package, cvs_tag, target' \ ' FROM jobs WHERE status="building"') self.dbcx.commit() data = self.curs.fetchall() job_list = [] for row in data: tempX = [ item for item in row] job_list.append(tempX) return job_list class MyXMLRPCServer(SimpleXMLRPCServer.SimpleXMLRPCServer): """ XMLRPC server subclass that turns on SO_REUSEADDR """ def __init__(self, address): SimpleXMLRPCServer.SimpleXMLRPCServer.__init__(self, addr=address, logRequests=False) def server_bind(self): self.socket.setsockopt(socket.SOL_SOCKET,socket.SO_REUSEADDR,1) self.socket.bind(self.server_address) if __name__ == '__main__': # Create ArchWelderManager awm = ArchWelderManager() # Create the BuildMaster thread bm = BuildMaster(awm) bm.start() # Create the BuildMaster XMLRPC server xmlrpc_bm = XMLRPCBuildMaster(awm) bm_server = MyXMLRPCServer((CONFIG('hostname'), 8887)) bm_server.register_instance(xmlrpc_bm) print "BuildMaster accepting requests on %s:8887.\n" % CONFIG('hostname') try: bm_server.serve_forever() except Exception: # Make sure the BuildMaster thread shuts down print "Shutting down..." bm.stop() --- NEW FILE bm_server_config.py --- # Configuration file for buildmaster.py config_opts = {} config_opts['hostname'] = "localhost" config_opts['email_to_domain'] = "redhat.com" config_opts['email_from'] = "buildsys at fedoraproject.org" config_opts['stages_root'] = "/rpmbuild/extras/stages" config_opts['pkg_cvs_root'] = ":gserver:cvs.devel.redhat.com:/cvs/dist" config_opts['pkg_cvs_rsh'] = "/usr/kerberos/bin/krsh" config_opts['cvs_cmd'] = "/usr/bin/cvs" config_opts['make_cmd'] = "/usr/bin/make" config_opts['tmpdir'] = "/tmp" config_opts['redhat_internal_cvs'] = 1 config_opts['log_url'] = "http://foo.foo.org/logs/" config_opts['targets'] = { 'FC-3' : ['i386', 'x86_64'], 'devel' : ['i386'] } config_opts['builders'] = [ 'http://127.0.0.1:8888' ] def CONFIG (key): if config_opts.has_key(key): return config_opts[key] else: print "Bad request for key '%s'" % (key) exit (1) --- NEW FILE buildjob.py --- #!/usr/bin/python # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # copyright 2005 Duke University # written by Seth Vidal import os import os.path import sys import commands import time import popen2 import rpmUtils import exceptions import shutil import tempfile import smtplib from email.MIMEText import MIMEText import string import SimpleXMLRPCServer import xmlrpclib from bm_server_config import CONFIG import socket from aw_manager import ArchWelderManager from aw_manager import ArchWelderJob os.environ['CVSROOT'] = CONFIG('pkg_cvs_root') os.environ['CVS_RSH'] = CONFIG('pkg_cvs_rsh') DEBUG = True def debugprint(stuff=''): if DEBUG: print stuff def log(stuff=''): print stuff class PrepError(exceptions.Exception): def __init__(self, errno=0, args=None): exceptions.Exception.__init__(self) self.args = args self.errno = errno def __str__(self): return self.args class BuildError(exceptions.Exception): def __init__(self, errno=0, args=None): exceptions.Exception.__init__(self) self.args = args self.errno = errno def __str__(self): return self.args class BuildJob: """ Controller object for building 1 SRPM on multiple arches """ def __init__(self, uid, username, package, cvs_tag, target, arch_welder_manager): self.awm = arch_welder_manager self.uid = uid self.curstage = 'initialize' self.username = username self.starttime = time.time() self.endtime = None self.stages_root = CONFIG('stages_root') self.package = package self.cvs_tag = cvs_tag self.target = target self.buildarches = [] self.sub_jobs = {} self.failed = False def get_cur_stage(self): return self.curstage def get_uid(self): return self.uid def arch_handling(self, hdr): archs = [] targets = CONFIG('targets') buildable_arches = targets[self.target] ba = hdr['buildarchs'] exclusive = hdr['exclusivearch'] exclude = hdr['excludearch'] if ba == ['noarch']: return ba # default to building all arches tmparchs = [] for arch in buildable_arches: tmparchs.append(arch) if ba: tmparchs = ba else: if exclusive: tmparchs = exclusive if exclude: for arch in exclude: if arch in tmparchs: tmparchs.remove(arch) # we probably need to check the archs, and make sure they are what # we can build for for thisarch in tmparchs: if thisarch in buildable_arches: archs.append(thisarch) return archs def _make_stage_dir(self): self.pkgsubdir = '%s-%d/%s-%s' % (self.name, self.starttime, self.ver, self.release) self.target_and_pkg_subdir = '%s/%s' % (self.target, self.pkgsubdir) self.stage_dir = os.path.join(self.stages_root, self.curstage, self.target_and_pkg_subdir) if not os.path.exists(self.stage_dir): os.makedirs(self.stage_dir) return self.stage_dir def _checkout(self): self.curstage = 'checkout' self.tmpdir = tempfile.mkdtemp(prefix=self.cvs_tag, dir=CONFIG('tmpdir')) os.chdir(self.tmpdir) cmd = '%s co -r %s %s' % (CONFIG('cvs_cmd'), self.cvs_tag, self.package) debugprint("%d: Running %s" % (self.uid, cmd)) s, o = commands.getstatusoutput(cmd) if s != 0: subj = 'Prep Error: %s on %s' % (self.cvs_tag, self.target) msg = "could not check out %s from %s - output was:\n %s" % (self.cvs_tag, self.target, o) self.email_result(resultstring=msg, subject=subj) self.curstage = 'finished' self.failed = True return if CONFIG('redhat_internal_cvs') == 1: os.chdir(os.path.join(self.tmpdir, self.package)) cmd = '%s co common' % CONFIG('cvs_cmd') debugprint("%d: Running %s" % (self.uid, cmd)) s, o = commands.getstatusoutput(cmd) if s != 0: subj = 'Prep Error: %s on %s' % (self.cvs_tag, self.target) msg = "could not check out common directory for %s from %s - output was:\n %s" % (self.cvs_tag, self.target, o) self.email_result(resultstring=msg, subject=subj) self.curstage = 'finished' self.failed = True return def _make_srpm(self): self.curstage = 'make_srpm' self.srpmpath = None packagedir = os.path.join(self.tmpdir, self.package) if not os.path.exists(packagedir): subj = 'Prep Error: %s on %s' % (self.cvs_tag, self.target) msg = "could not find path %s for %s." % (packagedir, self.cvs_tag) self.email_result(resultstring=msg, subject=subj) self.curstage = 'finished' self.failed = True return if CONFIG('redhat_internal_cvs') == 1: make_srpm_dir = os.path.join(packagedir, self.target) else: make_srpm_dir = packagedir os.chdir(make_srpm_dir) cmd = '%s srpm' % CONFIG('make_cmd') debugprint("%d: Running %s in %s" % (self.uid, cmd, make_srpm_dir)) s, o = commands.getstatusoutput(cmd) if s != 0: subj = 'Prep Error: %s on %s' % (self.cvs_tag, self.target) msg = "could not make srpm for %s - output was:\n %s" % (self.cvs_tag, o) self.email_result(resultstring=msg, subject=subj) self.curstage = 'finished' self.failed = True return srpmpath = None for line in o.split("\n"): if line.startswith("Wrote:"): line.replace("\n", "") (garbage, path) = line.split(':') srpmpath = path.strip() break if not srpmpath: subj = 'Prep Error: %s on %s' % (self.cvs_tag, self.target) msg = "could not find srpm for %s - output was:\n %s" % (self.cvs_tag, o) self.email_result(resultstring=msg, subject=subj) self.curstage = 'finished' self.failed = True return self.srpmpath = srpmpath def _prep(self): self.curstage = 'prep' ts = rpmUtils.transaction.initReadOnlyTransaction() hdr = rpmUtils.miscutils.hdrFromPackage(ts, self.srpmpath) self.name = hdr['name'] self.ver = hdr['version'] self.release = hdr['release'] self.buildarches = self.arch_handling(hdr) if len(self.buildarches) == 0: self.failed = True self.curstage = 'finished' del hdr del ts return; self._make_stage_dir() self._createrepo(stage='needsign') for arch in self.buildarches: thisdir = os.path.join(self.stage_dir, arch) if not os.path.exists(thisdir): os.makedirs(thisdir) srpm = os.path.basename(self.srpmpath) srpm_in_dir = os.path.join(self.stage_dir, srpm) if os.path.exists(srpm_in_dir): os.unlink(srpm_in_dir) shutil.move(self.srpmpath, self.stage_dir) self.srpmpath = srpm_in_dir del hdr del ts def process(self): # Advance to next stage based on current stage if self.curstage == 'initialize': self._checkout() elif self.curstage == 'checkout': self._make_srpm() elif self.curstage == 'make_srpm': self._prep() elif self.curstage == 'prep' or self.curstage == 'building': self._monitor() elif self.curstage == 'finished': self._cleanup() elif self.curstage == 'cleanup': if self.failed: self._failed() else: self._succeeded() def _start_unspawned_builds(self): for arch in self.buildarches: if not self.sub_jobs.has_key(arch): job = self.awm.new_job_on_arch(arch, self.srpmpath, self.target, self.stage_dir) if job: if job.start() == True: self.awm.track_job(job) self.sub_jobs[arch] = job print "%s: Started job %s with builder id %s" % (self.uid, self.package, job.jobid) else: print "%d: Waiting for free buildhost on %s" % (self.uid, arch) del job def _monitor(self): self.curstage = 'building' self._start_unspawned_builds() have_jobs = False jobs_running = 0 for job in self.sub_jobs.values(): have_jobs = True if job.status == 'done': continue else: jobs_running = 1 # if we'd rather have all builds finish # even if an arch fails we should remove this check if job.status == 'failed' or job.status == 'killed': self.failed = True if self.failed or (have_jobs == True and jobs_running == 0): self.curstage = 'finished' def _cleanup(self): self.curstage = 'cleanup' if self.failed: # Kill remaining jobs on other arches for job in self.sub_jobs.values(): if job.status != 'done' and job.status != 'killed' and job.status != 'failed': job.die() def _failed(self): self.curstage = 'failed' old_stage = self.stage_dir dest = self._make_stage_dir() if os.path.exists(dest): shutil.rmtree(dest, ignore_errors=True) shutil.move(old_stage, dest) for job in self.sub_jobs.values(): buildroot = 'fedora-%s-%s-core' % (self.target, job.arch) stage_arch = os.path.join(self.stage_dir, job.arch) build_log = '%s/mach/%s/%s-%s-%s/rpm.log' % (CONFIG('tmpdir'), buildroot, self.name, self.ver, self.release) if os.path.exists(build_log): bl = open(build_log, 'r') else: bl = None if not os.path.exists(stage_arch): os.makedirs(stage_arch) fn = '%s/%s-%s-%s.failure.log' % (stage_arch, self.name, self.ver, self.release) print "%d: Logfile (%s) is: %s" % (self.uid, job.arch, fn) logfile = open(fn, 'w') if job.status == 'killed': lines = ['Build process terminated due to failure on another arch\n'] else: lines = job.logs() for line in lines: logfile.write(line) if bl: for line in bl.readlines(): logfile.write(line) bl.close() logfile.close() # markup status file resultstring = """ %s: Build of %s on %s failed to complete on one or more archs. Please see logs at: %s/%s/%s""" % (self.uid, self.name, self.target, CONFIG('log_url'), self.target, self.name) self.email_result(resultstring) return False def _succeeded(self): self.curstage = 'needsign' old_stage = self.stage_dir dest = self._make_stage_dir() if os.path.exists(dest): shutil.rmtree(dest, ignore_errors=True) shutil.move(old_stage, dest) # markup status file resultstring = """ %s: Build of %s on %s succeeded. """ % (self.uid, self.name, self.target) self.email_result(resultstring) self._createrepo() return True def email_result(self, resultstring, subject=None): """send 'resultstring' to self.email from self.email_from""" print "%d: resultstring: %s" % (self.uid, resultstring) return msg = MIMEText(resultstring) if not subject: subject = 'Build Result: %s on %s' % (self.name, self.target) msg['Subject'] = subject msg['From'] = CONFIG('email_from') email_to = '%s@%s' % (self.username, CONFIG('email_to_domain')) msg['To'] = email_to s = smtplib.SMTP() s.connect() s.sendmail(CONFIG('email_from'), [email_to], msg.as_string()) s.close() def _createrepo(self, stage=None): # createrepo on the needsign tree for new changes if not stage: stage = self.curstage repodir = os.path.join(self.stages_root, stage, self.target) print "%d: repodir %s" % (self.uid, repodir) if not os.path.exists(repodir): os.makedirs(repodir) s, o = commands.getstatusoutput('/usr/bin/createrepo -q %s' % repodir) if s != 0: self.curstage = 'failed' raise PrepError(5, 'Error generating repodata for %s: %s' % (repodir, o)) --- NEW FILE buildmaster.py --- #!/usr/bin/python # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # copyright 2005 Duke University # written by Seth Vidal import time from bm_server_config import CONFIG from buildjob import BuildJob from buildjob import PrepError import sqlite import threading def ensure_build_db_tables(dbcx): """ Central routine to create the database table structure """ curs = dbcx.cursor() try: curs.execute('SELECT * FROM jobs') dbcx.commit() except Exception, e: # If DB wasn't created, try to create it curs.execute('CREATE TABLE jobs (uid INTEGER PRIMARY KEY, ' \ 'username VARCHAR(20), package VARCHAR(50), ' \ 'cvs_tag VARCHAR(75), target VARCHAR(20), ' \ 'buildreq VARCHAR(75), time_submitted BIGINT, ' \ 'status VARCHAR(15))') dbcx.commit() class BuildMaster(threading.Thread): def __init__(self, arch_welder_manager): self.awm = arch_welder_manager self.building_jobs = [] self.should_stop = False self.dbcx = sqlite.connect("buildmaster_db", encoding="utf-8", timeout=2) self.curs = self.dbcx.cursor() ensure_build_db_tables(self.dbcx) threading.Thread.__init__(self) def __del__(self): self.dbcx.close() def stop(self): self.should_stop = True def set_job_status(self, job): status = job.get_cur_stage() job_uid = job.get_uid() self.curs.execute('UPDATE jobs SET status="%s" WHERE uid=%d' \ % (status, job_uid)) def run(self): while True: # Update all ArchWelders and known jobs self.awm.process() # Allow each job some processing time for job in self.building_jobs: job.process() self.set_job_status(job) if job.get_cur_stage() == 'failed' or job.get_cur_stage() == 'needsign': print "%d: Job finished." % job.get_uid() self.building_jobs.remove(job) # Grab one waiting job from database and start it self.curs.execute('SELECT uid, username, package, cvs_tag, target' \ ' FROM jobs WHERE status="waiting"') self.dbcx.commit() item = self.curs.fetchone() if item: print "%d: Adding (%s/%s/%s) to build queue" % (item['uid'], \ item['package'], item['cvs_tag'], item['target']) job = BuildJob(item['uid'], item['username'], item['package'], item['cvs_tag'], item['target'], self.awm) self.building_jobs.append(job) time.sleep(1) if self.should_stop == True: break From fedora-extras-commits at redhat.com Wed May 11 19:56:46 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 11 May 2005 15:56:46 -0400 Subject: rpms/GiNaC/devel GiNaC.spec,1.4,1.5 Message-ID: <200505111956.j4BJukpF000558@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/GiNaC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv534 Modified Files: GiNaC.spec Log Message: Excluded .la file and removed processing of info at build. Index: GiNaC.spec =================================================================== RCS file: /cvs/extras/rpms/GiNaC/devel/GiNaC.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- GiNaC.spec 25 Apr 2005 14:07:20 -0000 1.4 +++ GiNaC.spec 11 May 2005 19:56:31 -0000 1.5 @@ -55,7 +55,6 @@ %install rm -rf ${RPM_BUILD_ROOT} %makeinstall -gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/ginac.info* %clean rm -rf ${RPM_BUILD_ROOT} @@ -81,7 +80,6 @@ %files devel %defattr(-,root,root) %{_libdir}/*.a -%{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/ginac.pc %{_includedir}/ginac @@ -89,6 +87,7 @@ %{_mandir}/man1/ginac-config.1* %{_bindir}/ginac-config %{_datadir}/aclocal/ginac.m4 +%exclude %{_libdir}/*.la %files utils %defattr(-,root,root) @@ -98,6 +97,10 @@ %{_mandir}/man1/viewgar.1* %changelog +* Wed May 11 2005 Quentin Spencer 1.3.0-2 +- Exclude .la lib. +- Remove processing of info files (this is supposed to be automatic). + * Fri Apr 22 2005 Quentin Spencer 1.3.0-2 - Added release to Requires for devel and utils From fedora-extras-commits at redhat.com Wed May 11 20:00:54 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 11 May 2005 16:00:54 -0400 Subject: rpms/cln/devel cln.spec,1.4,1.5 Message-ID: <200505112000.j4BK0smS000589@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/cln/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv575 Modified Files: cln.spec Log Message: Exclude .la file Index: cln.spec =================================================================== RCS file: /cvs/extras/rpms/cln/devel/cln.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cln.spec 25 Apr 2005 14:07:41 -0000 1.4 +++ cln.spec 11 May 2005 20:00:51 -0000 1.5 @@ -37,7 +37,7 @@ %build %configure make - +: %install rm -rf ${RPM_BUILD_ROOT} %makeinstall @@ -68,7 +68,6 @@ %defattr(-,root,root) %{_docdir}/%{name}-devel-%{version} %{_libdir}/*.a -%{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/cln.pc %{_includedir}/cln/ @@ -76,8 +75,12 @@ %{_mandir}/man1/cln-config.1* %{_bindir}/cln-config %{_datadir}/aclocal/cln.m4 +%exclude %{_libdir}/*.la %changelog +* Wed May 11 2005 Quentin Spencer 1.1.9-1 +- Excluded .la file + * Fri Apr 22 2005 Quentin Spencer 1.1.9-1 - Added gmp-devel in BuildRequires, fixes in files - Added release to name in Requires for devel From paul at city-fan.org Wed May 11 20:18:35 2005 From: paul at city-fan.org (Paul Howarth) Date: Wed, 11 May 2005 21:18:35 +0100 Subject: rpms/cln/devel cln.spec,1.4,1.5 In-Reply-To: <200505112000.j4BK0smS000589@cvs-int.fedora.redhat.com> References: <200505112000.j4BK0smS000589@cvs-int.fedora.redhat.com> Message-ID: <1115842715.4628.4.camel@laurel.intra.city-fan.org> On Wed, 2005-05-11 at 16:00 -0400, Quentin Spencer wrote: > Author: qspencer > > Update of /cvs/extras/rpms/cln/devel > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv575 > > Modified Files: > cln.spec > Log Message: > Exclude .la file > > > > Index: cln.spec > =================================================================== > RCS file: /cvs/extras/rpms/cln/devel/cln.spec,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -u -r1.4 -r1.5 > --- cln.spec 25 Apr 2005 14:07:41 -0000 1.4 > +++ cln.spec 11 May 2005 20:00:51 -0000 1.5 > @@ -37,7 +37,7 @@ > %build > %configure > make > - > +: Isn't this ":" going to result in make errors being ignored, since the result of %build will be "true"? It looks to me like a typo as it's unrelated to the removal of the .la file(s). Paul. -- Paul Howarth From qspencer at ieee.org Wed May 11 20:29:53 2005 From: qspencer at ieee.org (Quentin Spencer) Date: Wed, 11 May 2005 15:29:53 -0500 Subject: rpms/cln/devel cln.spec,1.4,1.5 In-Reply-To: <1115842715.4628.4.camel@laurel.intra.city-fan.org> References: <200505112000.j4BK0smS000589@cvs-int.fedora.redhat.com> <1115842715.4628.4.camel@laurel.intra.city-fan.org> Message-ID: <42826B41.50707@ieee.org> Paul Howarth wrote: > --- cln.spec 25 Apr 2005 14:07:41 -0000 1.4 > >>+++ cln.spec 11 May 2005 20:00:51 -0000 1.5 >>@@ -37,7 +37,7 @@ >> %build >> %configure >> make >>- >>+: >> >> > >Isn't this ":" going to result in make errors being ignored, since the >result of %build will be "true"? > >It looks to me like a typo as it's unrelated to the removal of the .la >file(s). > > It is. I'm fixing it. Thanks for noticing this. -Quentin From fedora-extras-commits at redhat.com Wed May 11 20:33:10 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 11 May 2005 16:33:10 -0400 Subject: rpms/cln/devel cln.spec,1.5,1.6 Message-ID: <200505112033.j4BKXAjG001600@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/cln/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1583 Modified Files: cln.spec Log Message: Fixed typo. Index: cln.spec =================================================================== RCS file: /cvs/extras/rpms/cln/devel/cln.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cln.spec 11 May 2005 20:00:51 -0000 1.5 +++ cln.spec 11 May 2005 20:33:08 -0000 1.6 @@ -37,7 +37,7 @@ %build %configure make -: + %install rm -rf ${RPM_BUILD_ROOT} %makeinstall From fedora-extras-commits at redhat.com Wed May 11 21:07:47 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 17:07:47 -0400 Subject: extras-buildsys-temp/automation2/client archwelder.py,1.1,1.2 Message-ID: <200505112107.j4BL7lpZ002821@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/client In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2807/client Modified Files: archwelder.py Log Message: Fix ordering of target and distro name for mach Index: archwelder.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/client/archwelder.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- archwelder.py 11 May 2005 19:48:57 -0000 1.1 +++ archwelder.py 11 May 2005 21:07:43 -0000 1.2 @@ -131,7 +131,7 @@ class i386Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='i386'): - self.buildroot = '%s-%s-i386-%s' % (target, CONFIG('distro_name'), + self.buildroot = '%s-%s-i386-%s' % (CONFIG('distro_name'), target, CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '/usr/bin/setarch i686' @@ -139,7 +139,7 @@ class x86_64Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='x86_64'): - self.buildroot = '%s-%s-x86_64-%s' % (target, CONFIG('distro_name'), + self.buildroot = '%s-%s-x86_64-%s' % (CONFIG('distro_name'), target, CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' @@ -147,7 +147,7 @@ class PPCArch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='ppc'): - self.buildroot = '%s-%s-ppc-%s' % (target, CONFIG('distro_name'), + self.buildroot = '%s-%s-ppc-%s' % (tCONFIG('distro_name'), target, CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' @@ -155,7 +155,7 @@ class PPC64Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='ppc64'): - self.buildroot = '%s-%s-ppc64-%s' % (target, CONFIG('distro_name'), + self.buildroot = '%s-%s-ppc64-%s' % (CONFIG('distro_name'), target, CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' @@ -298,8 +298,8 @@ while True: server.handle_request() cur_time = time.time() - if cur_time >= last_time + 10: - # do some work every 10s or so + if cur_time >= last_time + 5: + # do some work every 5s or so aws._process() last_time = time.time() From fedora-extras-commits at redhat.com Wed May 11 21:33:17 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 17:33:17 -0400 Subject: extras-buildsys-temp/automation2/client archwelder.py,1.2,1.3 Message-ID: <200505112133.j4BLXHoJ002903@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/extras-buildsys-temp/automation2/client In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2887 Modified Files: archwelder.py Log Message: very minor typo Index: archwelder.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/client/archwelder.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- archwelder.py 11 May 2005 21:07:43 -0000 1.2 +++ archwelder.py 11 May 2005 21:33:15 -0000 1.3 @@ -147,7 +147,7 @@ class PPCArch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='ppc'): - self.buildroot = '%s-%s-ppc-%s' % (tCONFIG('distro_name'), target, + self.buildroot = '%s-%s-ppc-%s' % (CONFIG('distro_name'), target, CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' From fedora-extras-commits at redhat.com Wed May 11 21:46:58 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:46:58 -0400 Subject: rpms/nx - New directory Message-ID: <200505112146.j4BLkwtZ003015@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2995/nx Log Message: Directory /cvs/extras/rpms/nx added to the repository From fedora-extras-commits at redhat.com Wed May 11 21:46:58 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:46:58 -0400 Subject: rpms/nx/devel - New directory Message-ID: <200505112147.j4BLkwr8003020@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2995/nx/devel Log Message: Directory /cvs/extras/rpms/nx/devel added to the repository From fedora-extras-commits at redhat.com Wed May 11 21:47:09 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:47:09 -0400 Subject: rpms/nx Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505112147.j4BLl9Am003067@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3040 Added Files: Makefile import.log Log Message: Setup of module nx --- NEW FILE Makefile --- # Top level Makefile for module nx all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed May 11 21:47:09 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:47:09 -0400 Subject: rpms/nx/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505112147.j4BLl9SW003072@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3040/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module nx --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed May 11 21:59:53 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:59:53 -0400 Subject: rpms/nx import.log,1.1,1.2 Message-ID: <200505112159.j4BLxrS5003195@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3160 Modified Files: import.log Log Message: auto-import nx-1.4.0-5 on branch devel from nx-1.4.0-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nx/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 May 2005 21:47:07 -0000 1.1 +++ import.log 11 May 2005 21:59:50 -0000 1.2 @@ -0,0 +1 @@ +nx-1_4_0-5:HEAD:nx-1.4.0-5.src.rpm:1115848788 From fedora-extras-commits at redhat.com Wed May 11 21:59:53 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:59:53 -0400 Subject: rpms/nx/devel NX-noansi.diff, NONE, 1.1 NX.diff, NONE, 1.1 nx.spec, NONE, 1.1 nxagent, NONE, 1.1 p_XFree86-4.3-ppc64.diff, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505112159.j4BLxrAU003204@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3160/devel Modified Files: .cvsignore sources Added Files: NX-noansi.diff NX.diff nx.spec nxagent p_XFree86-4.3-ppc64.diff Log Message: auto-import nx-1.4.0-5 on branch devel from nx-1.4.0-5.src.rpm NX-noansi.diff: --- NEW FILE NX-noansi.diff --- --- lib/Xxf86dga/Imakefile.noansi 2004-04-19 15:55:51.000000000 +0000 +++ lib/Xxf86dga/Imakefile 2004-04-19 20:10:55.000000000 +0000 @@ -36,6 +36,11 @@ #define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS)) +#if defined(ia64Architecture) +#undef DefaultCCOptions +#define DefaultCCOptions GccWarningOptions +#endif + #include MANDIR = $(LIBMANDIR) --- lib/Xaw6/Imakefile.orig 2004-04-19 20:34:53.000000000 +0000 +++ lib/Xaw6/Imakefile 2004-04-19 20:35:05.000000000 +0000 @@ -115,6 +115,11 @@ INCLUDES = -I$(AWIDGETSRC) +#if defined(ia64Architecture) +#undef DefaultCCOptions +#define DefaultCCOptions GccWarningOptions +#endif + #include #if DoSharedLib && SharedDataSeparation --- lib/Xaw/Imakefile.orig 2004-04-19 20:38:05.000000000 +0000 +++ lib/Xaw/Imakefile 2004-04-19 20:38:30.000000000 +0000 @@ -194,6 +194,11 @@ XawI18n.o \ XawInit.o +#if defined(ia64Architecture) +#undef DefaultCCOptions +#define DefaultCCOptions GccWarningOptions +#endif + #include #if DoSharedLib && SharedDataSeparation --- programs/xedit/lisp/Imakefile.orig 2004-04-19 21:52:42.000000000 +0000 +++ programs/xedit/lisp/Imakefile 2004-04-19 21:53:11.000000000 +0000 @@ -98,6 +98,11 @@ write.o \ xedit.o +#if defined(ia64Architecture) +#undef DefaultCCOptions +#define DefaultCCOptions GccWarningOptions +#endif + #include AllTarget(ProgramTargetName($(SAMP))) --- programs/Xserver/hw/xfree86/fbdevhw/Imakefile.orig 2004-04-20 02:04:59.000000000 +0000 +++ programs/Xserver/hw/xfree86/fbdevhw/Imakefile 2004-04-20 02:06:13.000000000 +0000 @@ -1,6 +1,10 @@ XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/Imakefile,v 1.11tsi Exp $ #define IHaveModules +#if defined(ia64Architecture) +#undef DefaultCCOptions +#define DefaultCCOptions GccWarningOptions +#endif #include #if defined(LinuxArchitecture) && LinuxFBDevSupport NX.diff: --- NEW FILE NX.diff --- --- nxcomp/configure.in.old 2004-05-17 13:33:16.748612843 +0000 +++ nxcomp/configure.in 2004-05-17 13:37:12.710956205 +0000 @@ -5,10 +5,8 @@ AC_INIT(NX.h) AC_PREREQ(2.13) -dnl Reset default compilation flags. - -CXXFLAGS="-O3" -CPPFLAGS="-O3" +CFLAGS="-O2 -fPIC" +CXXFLAGS="-O2 -fPIC" dnl Reset default linking directives. --- nxcompext/configure.in.old 2004-05-17 14:24:52.506541849 +0000 +++ nxcompext/configure.in 2004-05-17 14:25:03.294318138 +0000 @@ -5,8 +5,8 @@ AC_PREREQ(2.13) dnl Reset default compilation flags. -CXXFLAGS="-O3" -CPPFLAGS="-O3" +CXXFLAGS="-O2 -fPIC" +CPPFLAGS="-O2 -fPIC" dnl Check for programs. AC_PROG_CXX --- nx-X11/lib/X11/XlcDL.c.old 2004-05-17 15:01:39.385673123 +0000 +++ nx-X11/lib/X11/XlcDL.c 2004-05-17 15:02:15.963136940 +0000 @@ -58,10 +58,8 @@ #ifdef _LP64 # if defined(__sparcv9) # define _MACH64_NAME "sparcv9" -# elif defined(__ia64__) -# undef MACH64_NAME # else -# error "Unknown architecture" +# undef MACH64_NAME # endif /* defined(__sparcv9) */ # ifdef _MACH64_NAME # define _MACH64_NAME_LEN (sizeof (_MACH64_NAME) - 1) --- nx-X11/lib/xtrans/Xtranssock.c.old 2004-05-17 19:35:29.031496228 +0000 +++ nx-X11/lib/xtrans/Xtranssock.c 2004-05-17 19:41:28.438822523 +0000 @@ -2118,7 +2118,7 @@ * platforms as well. */ - #ifndef __sun + #if !defined(__sun) && !defined(__ia64__) sa.sa_restorer = NULL; --- nxviewer/nxviewer/Imakefile.old 2004-05-31 15:33:45.000000000 +0000 +++ nxviewer/nxviewer/Imakefile 2004-05-31 15:35:06.000000000 +0000 @@ -44,6 +44,8 @@ USRLIBDIR = ../../nx-X11/exports/lib +XPLIB = + #ifdef SunArchitecture USRLIBDIR = /usr/NX/lib SUN_LIB = -lX11 -lXext -L/usr/openwin/lib --- nx-X11/programs/Imakefile.old 2004-09-11 03:30:15.738465241 +0200 +++ nx-X11/programs/Imakefile 2004-09-11 03:30:39.661194763 +0200 @@ -125,7 +125,7 @@ #if defined(NXEmbeddedXServer) SUBDIRS = $(XSSRCDIR) #else -SUBDIRS = $(XSSRCDIR) nxauth +SUBDIRS = $(XSSRCDIR) #endif #else SUBDIRS = \ --- NEW FILE nx.spec --- Name: nx Version: 1.4.0 Release: 5 Summary: Proxy system for X11 Group: Applications/Internet License: GPL, MIT/X11 for X11 bits URL: http://www.nomachine.com Source0: nxproxy-%{version}-2.tar.gz Source1: nxcomp-%{version}-31.tar.gz Source2: nxcompext-%{version}-3.tar.gz Source3: nx-X11-%{version}-10.tar.gz Source4: nxagent-%{version}-65.tar.gz Source5: nxviewer-%{version}-4.tar.gz Source6: nxdesktop-%{version}-61.tar.gz Source7: nxscripts-%{version}-3.tar.gz Source8: nxagent Source9: docs.tar.bz2 Patch0: NX.diff Patch1: NX-noansi.diff Patch2: p_XFree86-4.3-ppc64.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: expat-devel audiofile-devel openssl-devel libjpeg-devel libpng-devel XFree86-devel Requires: xorg-x11 xorg-x11-tools %description NX provides a proxy system for the X Window System. %prep %setup -q -T -c %{name}-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 %patch0 -p0 pushd nx-X11 %patch1 -p0 %patch2 -p1 popd ln -s rdesktop.1 nxdesktop/doc/nxdesktop.1 cat >> nx-X11/config/cf/host.def << EOF #ifdef i386Architecture #undef DefaultGcc2i386Opt #define DefaultGcc2i386Opt $RPM_OPT_FLAGS -fno-strict-aliasing #endif #ifdef MipsArchitecture #undef DefaultGcc2MipsOpt #define DefaultGcc2MipsOpt $RPM_OPT_FLAGS -fno-strict-aliasing #endif #ifdef s390xArchitecture #undef OptimizedCDebugFlags #define OptimizedCDebugFlags $RPM_OPT_FLAGS -fno-strict-aliasing #endif EOF %build %ifarch x86_64 export CFLAGS="%{optflags} -fPIC" export CXXFLAGS="%{optflags} -fPIC" %else export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" %endif perl -pi -e"s|CXXFLAGS=.-O.*|CXXFLAGS=$CXXFLAGS|" */configure # build Compression Library and Proxy for i in nxcomp nxproxy; do pushd $i; ./configure; make; popd done # build X11 Support Libraries and Agents pushd nx-X11 make World popd # build Extended Compression Library pushd nxcompext ./configure; make popd # build RFB Agent pushd nxviewer xmkmf -a cp -a /usr/X11R6/%{_lib}/libXp.so* ../nx-X11/exports/lib/ make 2> /dev/null popd # build RDP Agent %ifnarch ppc ppc64 s390 s390x pushd nxdesktop ./configure --prefix=%{_prefix} --sharedir=%{_datadir}/NX make popd %endif %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_bindir} mkdir -p $RPM_BUILD_ROOT/%{_libdir}/NX/lib mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1 # install X11 Support Libraries and Agents cp -a nx-X11/lib/X11/libX11.so.* \ nx-X11/lib/Xext/libXext.so.* \ nx-X11/lib/Xrender/libXrender.so.* \ $RPM_BUILD_ROOT/%{_libdir}/NX/lib install -m 755 nx-X11/programs/Xserver/nxagent \ $RPM_BUILD_ROOT/%{_libdir}/NX install -m 755 %{SOURCE8} $RPM_BUILD_ROOT/%{_bindir} # install Compression Libraries and Proxy cp -a nxcomp/libXcomp.so.* $RPM_BUILD_ROOT/%{_libdir}/NX/lib cp -a nxcompext/libXcompext.so.* $RPM_BUILD_ROOT/%{_libdir}/NX/lib install -m 755 nxproxy/nxproxy $RPM_BUILD_ROOT/%{_libdir}/NX ln -snf nxagent $RPM_BUILD_ROOT/%{_bindir}/nxproxy # install RFB Agent pushd nxviewer make install DESTDIR=$RPM_BUILD_ROOT mv $RPM_BUILD_ROOT/usr/X11R6/bin/nxviewer $RPM_BUILD_ROOT/%{_libdir}/NX ln -snf nxagent $RPM_BUILD_ROOT/%{_bindir}/nxviewer chmod 755 $RPM_BUILD_ROOT/%{_bindir}/nxviewer mv $RPM_BUILD_ROOT/usr/X11R6/bin/nxpasswd $RPM_BUILD_ROOT/%{_bindir} popd # install RDP Agent %ifnarch ppc ppc64 s390 s390x pushd nxdesktop make install DESTDIR=$RPM_BUILD_ROOT mv $RPM_BUILD_ROOT/%{_bindir}/nxdesktop $RPM_BUILD_ROOT/%{_libdir}/NX ln -snf nxagent $RPM_BUILD_ROOT/%{_bindir}/nxdesktop chmod 755 $RPM_BUILD_ROOT/%{_bindir}/nxdesktop mv $RPM_BUILD_ROOT/usr/man/man1/nxdesktop.1 \ $RPM_BUILD_ROOT/%{_mandir}/man1/nxdesktop.1 rm -rf $RPM_BUILD_ROOT/usr/man popd %endif # install scripts mkdir -p $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX cp -r nxscripts $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX # documentation and license tar xjf %{SOURCE9} -C $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX install -m 644 nxcomp/LICENSE $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX for i in nxcomp nxdesktop; do mkdir $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX/$i done install -m 644 nxcomp/README $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX/nxcomp install -m 644 nxdesktop/README $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX/nxdesktop rm -rf nxdesktop/doc/CVS cp -r nxdesktop/doc $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX/nxdesktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc %{_datadir}/doc/packages/NX %{_bindir}/* %dir %{_libdir}/NX %dir %{_libdir}/NX/lib %{_libdir}/NX/* %ifnarch ppc ppc64 s390 s390x %dir %{_datadir}/NX %{_mandir}/man1/nxdesktop.1.gz %{_datadir}/NX/keymaps-windows/ %endif %changelog * Mon Apr 11 2005 Tom "spot" Callaway - 1.4.0-5 - spec cleanups - reworked Patch1 to make it apply without arch conditional * Mon Feb 14 2005 Rick Stout - 1.4.0-4 - updated nx-X11, nxproxy, nxcomp, nxagent and nxdesktop - released to address X11 security concerns. * Tue Nov 09 2004 Rick Stout - 1.4.0-3 - updated to 1.4.0 final * Mon Oct 11 2004 Rick Stout - 1.4.0-2 - Changed naming structure to be more friendly (lowercase) * Fri Oct 07 2004 Rick Stout - 1.4.0-1 - Updated package dependencies * Wed Sep 29 2004 Rick Stout - 1.4.0-0 - Initial Fedora RPM release. - Updated SuSE package to work with Fedora --- NEW FILE nxagent --- #!/bin/sh NXCOMMAND=$(basename $0) export LD_LIBRARY_PATH=/usr/lib/NX/lib:$LD_LIBRARY_PATH exec /usr/lib/NX/$NXCOMMAND ${1+"$@"} p_XFree86-4.3-ppc64.diff: --- NEW FILE p_XFree86-4.3-ppc64.diff --- --- xc/config/cf/Imake.cf.ppc64 2002-10-30 10:24:49.000000000 +0100 +++ xc/config/cf/Imake.cf 2002-11-28 16:59:53.000000000 +0100 @@ -743,6 +743,13 @@ # define Mc68020Architecture # undef mc68000 # endif /* mc68000 */ +# ifdef __powerpc64__ +# ifndef Ppc64Architecture +# define Ppc64Architecture +# endif +# undef __powerpc64__ +# undef __powerpc__ +# endif # ifdef powerpc # define PpcArchitecture # undef powerpc --- xc/config/cf/linux.cf.ppc64 2002-11-26 11:22:00.000000000 +0100 +++ xc/config/cf/linux.cf 2002-11-28 16:59:53.000000000 +0100 @@ -288,6 +288,8 @@ # elif defined(HPArchitecture) # define BuildXF86DRI NO # elif defined(i386Architecture) +# elif defined(Ppc64Architecture) +# define BuildXF86DRI NO # if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 2) # define BuildXF86DRI YES # else @@ -512,7 +514,7 @@ #define MkdirHierCmd mkdir -p #ifndef HaveLib64 -# if defined (x86_64Architecture) || defined (s390xArchitecture) +# if defined (x86_64Architecture) || defined (s390xArchitecture) || defined (Ppc64Architecture) # define HaveLib64 YES # else # define HaveLib64 NO @@ -802,6 +804,16 @@ # define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines #endif +#ifdef Ppc64Architecture +# define DefaultCCOptions -fsigned-char -mminimal-toc +# ifndef OptimizedCDebugFlags +# define OptimizedCDebugFlags DefaultGcc2Ppc64Opt +# endif +# define LinuxMachineDefines -D__powerpc64__ +# define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DPART_NET +# define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines -D_XSERVER64 +#endif /* Ppc64Architecture */ + #ifdef PpcArchitecture # define DefaultCCOptions -fsigned-char # ifndef OptimizedCDebugFlags --- xc/config/cf/xfree86.cf.ppc64 2002-11-28 13:25:27.000000000 +0100 +++ xc/config/cf/xfree86.cf 2002-11-28 16:59:53.000000000 +0100 @@ -1050,6 +1050,99 @@ # endif #endif +/* + * For PowerPC 64bit systems + * only libraries are strictly needed + */ +#if defined(Ppc64Architecture) +# ifndef XF86Server +# define XF86Server YES +# endif +/* Amiga framebuffer module */ +# ifndef XF86AFB +# define XF86AFB NO +# endif +/* 1bpp module */ +# ifndef XF1Bpp +# define XF1Bpp NO +# endif +/* 4bpp module */ +# ifndef XF4Bpp +# define XF4Bpp NO +# endif +/* 8/32bpp overlay module */ +# ifndef XF8_32Bpp +# define XF8_32Bpp YES +# endif +/* 8/16bpp dual fb module */ +# ifndef XF8_16Bpp +# define XF8_16Bpp YES +# endif +/* 24/32bpp conversion module */ +# ifndef XF24_32Bpp +# define XF24_32Bpp YES +# endif +/* shadow fb module */ +# ifndef XFShadowFB +# define XFShadowFB YES +# endif +/* vgahw module */ +# ifndef XF86VgaHw +# define XF86VgaHw NO +# endif +/* fbdevhw module */ +# ifndef XF86FBDevHw +# define XF86FBDevHw YES +# endif +/* XAA module */ +# ifndef XF86XAA +# define XF86XAA YES +# endif +/* ramdac module */ +# ifndef XF86Ramdac +# define XF86Ramdac YES +# endif +/* I2C module */ +# ifndef XF86I2C +# define XF86I2C YES +# endif +/* DDC module */ +# ifndef XF86DDC +# define XF86DDC YES +# endif +/* RAC (Resource Access Control) module */ +# ifndef XF86RAC +# define XF86RAC YES +# endif + +/* int10 module */ +# ifndef XF86Int10 +# define XF86Int10 YES +# endif + +# ifndef DevelDrivers +# if XFree86Devel +# define DevelDrivers +# else +# define DevelDrivers /* */ +# endif +# endif + +/* Pure PCI drivers should go first */ +# ifndef XF86CardDrivers +# define XF86CardDrivers ati mga \ + DevelDrivers \ + XF86OSCardDrivers XF86ExtraCardDrivers +# endif +# if HasGlide3 +# define TdfxDriDriver +# else +# define TdfxDriDriver /**/ +# endif +# ifndef DriDrivers +# define DriDrivers gamma r128 +# endif +#endif /* * For Mips/Arc platforms, the default is to build all modules which @@ -1910,6 +2003,12 @@ # endif #endif +#if HasGcc2 && defined(Ppc64Architecture) +# ifndef DefaultGcc2Ppc64Opt +# define DefaultGcc2Ppc64Opt -O2 GccAliasingArgs +# endif +#endif + #if HasGcc2 && defined(PpcArchitecture) # ifndef DefaultGcc2PpcOpt # define DefaultGcc2PpcOpt -O2 GccAliasingArgs --- xc/config/imake/imakemdep.h.ppc64 2002-11-26 11:22:24.000000000 +0100 +++ xc/config/imake/imakemdep.h 2002-11-28 16:59:53.000000000 +0100 @@ -612,6 +612,9 @@ # ifdef ppc "-Dppc", # endif +# ifdef ppc64 + "-Dppc64", +# endif # if defined(m68k) || defined(M68k) || defined(m68040) "-Dm68k", "-DM68k", @@ -671,6 +674,10 @@ "-DSVR4", # endif # ifdef __powerpc__ +# ifdef __powerpc64__ + "-D__powerpc64__", +# endif +# else "-D__powerpc__", # endif # ifdef PowerMAX_OS @@ -705,6 +712,9 @@ # ifdef __ppc__ "-D__ppc__", # endif +# ifdef __ppc64__ + "-D__ppc64__", +# endif # ifdef __i386__ "-D__i386__", # endif @@ -1228,6 +1238,10 @@ {"__QNXNTO__", "1"}, #endif # ifdef __powerpc__ +# ifdef __powerpc64__ + {"__powerpc64__", "1"}, +# endif +# else {"__powerpc__", "1"}, # endif # ifdef PowerMAX_OS @@ -1302,6 +1316,9 @@ #if defined(__ppc__) {"__ppc__", "1"}, #endif +#if defined(__ppc64__) + {"__ppc64__", "1"}, +#endif #if defined(__BIG_ENDIAN__) {"__BIG_ENDIAN__", "1"}, #endif --- xc/include/Xmd.h.ppc64 2002-05-31 20:45:39.000000000 +0200 +++ xc/include/Xmd.h 2002-11-28 16:59:53.000000000 +0100 @@ -63,7 +63,8 @@ defined(__sparc64__) || \ defined(__s390x__) || \ (defined(__hppa__) && defined(__LP64__)) || \ - defined(__x86_64__) || defined(x86_64) + defined(__x86_64__) || defined(x86_64) || \ + defined(__powerpc64__) || defined(powerpc64) #define LONG64 /* 32/64-bit architecture */ #endif #ifdef __sgi --- xc/lib/Xt/Xtos.h.ppc64 2002-04-04 16:05:35.000000000 +0200 +++ xc/lib/Xt/Xtos.h 2002-11-28 16:59:53.000000000 +0100 @@ -66,7 +66,8 @@ defined(__sparc64__) || \ defined(__s390x__) || \ (defined(__hppa__) && defined(__LP64__)) || \ - defined(__x86_64__) || defined(x86_64) + defined(__x86_64__) || defined(x86_64) || \ + defined(__powerpc64__) || defined(powerpc64) #define LONG64 #endif --- xc/programs/Xserver/fb/fb.h.ppc64 2002-04-04 16:05:37.000000000 +0200 +++ xc/programs/Xserver/fb/fb.h 2002-11-28 16:59:53.000000000 +0100 @@ -105,7 +105,8 @@ defined(ia64) || defined(__ia64__) || \ defined(__sparc64__) || \ defined(__s390x__) || \ - defined(x86_64) || defined (__x86_64__) + defined(x86_64) || defined (__x86_64__) || \ + defined(powerpc64) || defined (__powerpc64__) typedef unsigned long FbBits; # else typedef unsigned long long FbBits; --- xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile.ppc64 2002-10-30 10:37:54.000000000 +0100 +++ xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile 2002-11-28 16:59:53.000000000 +0100 @@ -34,6 +34,7 @@ #elif defined(LinuxArchitecture) && \ (defined(PpcArchitecture) || \ + defined(Ppc64Architecture) || \ defined(MipsArchitecture) || \ defined(ia64Architecture) || \ defined(Mc68020Architecture) || \ --- xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h.ppc64 2002-11-26 11:23:49.000000000 +0100 +++ xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h 2002-11-28 17:16:47.000000000 +0100 @@ -252,7 +252,7 @@ # define INCLUDE_XF86_MAP_PCI_MEM # define INCLUDE_XF86_NO_DOMAIN # endif -#elif defined(__powerpc__) +#elif defined(__powerpc__) || defined(__powerpc64__) # if defined(linux) # define ARCH_PCI_INIT linuxPciInit # define INCLUDE_XF86_MAP_PCI_MEM --- xc/programs/Xserver/os/xalloc.c.ppc64 2002-04-04 16:05:57.000000000 +0200 +++ xc/programs/Xserver/os/xalloc.c 2002-11-28 16:59:53.000000000 +0100 @@ -183,6 +183,7 @@ defined(__ia64__) || defined(ia64) || \ defined(__sparc64__) || \ defined(__s390x__) || \ + defined(__powerpc64__) || \ defined(__x86_64__) || defined(x86_64) #define MAGIC 0x1404196414071968 #define MAGIC_FREE 0x1506196615061966 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nx/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 May 2005 21:47:07 -0000 1.1 +++ .cvsignore 11 May 2005 21:59:51 -0000 1.2 @@ -0,0 +1,9 @@ +docs.tar.bz2 +nx-X11-1.4.0-10.tar.gz +nxagent-1.4.0-65.tar.gz +nxcomp-1.4.0-31.tar.gz +nxcompext-1.4.0-3.tar.gz +nxdesktop-1.4.0-61.tar.gz +nxproxy-1.4.0-2.tar.gz +nxscripts-1.4.0-3.tar.gz +nxviewer-1.4.0-4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nx/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 May 2005 21:47:07 -0000 1.1 +++ sources 11 May 2005 21:59:51 -0000 1.2 @@ -0,0 +1,9 @@ +0511072ee377316879bb91a75153ed47 docs.tar.bz2 +a8c6ab48021c91e55b902cd25097f33d nx-X11-1.4.0-10.tar.gz +e39f2a3384edc9e33d8b68405fb91228 nxagent-1.4.0-65.tar.gz +c2eb354e141e9f0e81f4cd1673b2a3ae nxcomp-1.4.0-31.tar.gz +ab12f1f32329f5da0f53dd0969fe897e nxcompext-1.4.0-3.tar.gz +9399fa94c59fbde2a158618e507635d7 nxdesktop-1.4.0-61.tar.gz +15d89810730c7ed0e669b5525e5f3620 nxproxy-1.4.0-2.tar.gz +eaf568181a6f6c84ab673ce8a98c69f0 nxscripts-1.4.0-3.tar.gz +629f90c1f8ef50517e8b1de2c30adcb4 nxviewer-1.4.0-4.tar.gz From fedora-extras-commits at redhat.com Wed May 11 22:01:32 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:01:32 -0400 Subject: rpms/freenx - New directory Message-ID: <200505112201.j4BM1Wd6004230@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4206/freenx Log Message: Directory /cvs/extras/rpms/freenx added to the repository From fedora-extras-commits at redhat.com Wed May 11 22:01:33 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:01:33 -0400 Subject: rpms/freenx/devel - New directory Message-ID: <200505112201.j4BM1X4D004235@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4206/freenx/devel Log Message: Directory /cvs/extras/rpms/freenx/devel added to the repository From fedora-extras-commits at redhat.com Wed May 11 22:01:45 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:01:45 -0400 Subject: rpms/freenx Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505112201.j4BM1lFT004265@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4251 Added Files: Makefile import.log Log Message: Setup of module freenx --- NEW FILE Makefile --- # Top level Makefile for module freenx all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed May 11 22:01:49 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:01:49 -0400 Subject: rpms/freenx/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505112201.j4BM1nE2004287@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4251/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module freenx --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed May 11 22:02:00 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:02:00 -0400 Subject: rpms/freenx import.log,1.1,1.2 Message-ID: <200505112202.j4BM2UN8004359@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4320 Modified Files: import.log Log Message: auto-import freenx-0.4.0-1 on branch devel from freenx-0.4.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/freenx/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 May 2005 22:01:43 -0000 1.1 +++ import.log 11 May 2005 22:01:58 -0000 1.2 @@ -0,0 +1 @@ +freenx-0_4_0-1:HEAD:freenx-0.4.0-1.src.rpm:1115848916 From fedora-extras-commits at redhat.com Wed May 11 22:02:00 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:02:00 -0400 Subject: rpms/freenx/devel freenx.spec, NONE, 1.1 netcat.diff, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505112202.j4BM204h004353@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4320/devel Modified Files: .cvsignore sources Added Files: freenx.spec netcat.diff Log Message: auto-import freenx-0.4.0-1 on branch devel from freenx-0.4.0-1.src.rpm --- NEW FILE freenx.spec --- Name: freenx Version: 0.4.0 Release: 1 Summary: freenx application/thin-client server Group: Applications/Internet License: GPL URL: http://debian.tu-bs.de/knoppix/nx/ Source0: freenx-0.4.0.tar.gz Patch0: netcat.diff BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: openssh-server nc expect nx xorg-x11 xorg-x11-tools perl %description Freenx is an application/thin-client server based on nx technology. NoMachine nx is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. This package contains a free (GPL) implementation of the nxserver component. %prep %setup -q -n freenx-%{version} %patch0 -p0 %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_bindir} mkdir -p $RPM_BUILD_ROOT/etc/nxserver mkdir -p $RPM_BUILD_ROOT/%{_var}/lib/nxserver/db/closed mkdir -p $RPM_BUILD_ROOT/%{_var}/lib/nxserver/db/running mkdir -p $RPM_BUILD_ROOT/%{_var}/lib/nxserver/db/failed chmod 700 $RPM_BUILD_ROOT/%{_var}/lib/nxserver chmod 700 $RPM_BUILD_ROOT/%{_var}/lib/nxserver/* chmod 700 $RPM_BUILD_ROOT/%{_var}/lib/nxserver/db/* install -m 755 nxclient nxnode nxkeygen nxnode-login nxserver nxprint nxsetup\ nxloadconfig $RPM_BUILD_ROOT/%{_bindir} install -m 755 node.conf.sample $RPM_BUILD_ROOT/etc/nxserver %clean rm -rf $RPM_BUILD_ROOT %post export $(grep ^NX_DIR %{_bindir}/nxloadconfig) export $(grep ^NX_HOME_DIR %{_bindir}/nxloadconfig) export $(grep ^NX_SESS_DIR %{_bindir}/nxloadconfig) export $(grep ^NX_ETC_DIR %{_bindir}/nxloadconfig) export $(grep ^NX_LOGFILE %{_bindir}/nxloadconfig) export $(grep ^SSH_AUTHORIZED_KEYS %{_bindir}/nxloadconfig) /sbin/service sshd condrestart touch ${NX_ETC_DIR}/passwords ${NX_ETC_DIR}/passwords.orig ${NX_LOGFILE} chmod 600 ${NX_ETC_DIR}/pass* ${NX_LOGFILE} if [ ! -e ${NX_ETC_DIR}/users.id_dsa ] then %{_bindir}/ssh-keygen -f ${NX_ETC_DIR}/users.id_dsa -t dsa -N "" > /dev/null 2>&1 fi if [ -e ${NX_HOME_DIR}/.ssh/client.id_dsa.key ] && [ -e ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key ] then mv -f ${NX_HOME_DIR}/.ssh/client.id_dsa.key ${NX_ETC_DIR}/client.id_dsa.key mv -f ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key ${NX_ETC_DIR}/server.id_dsa.pub.key fi if ! { getent passwd | egrep -q "^nx:"; } then %{_sbindir}/useradd -r -m -d ${NX_HOME_DIR} -s %{_bindir}/nxserver nx mkdir -p ${NX_HOME_DIR}/.ssh chmod 700 ${NX_HOME_DIR}/.ssh fi if [ ! -e ${NX_ETC_DIR}/client.id_dsa.key ] || [ ! -e ${NX_ETC_DIR}/server.id_dsa.pub.key ] then rm -f ${NX_ETC_DIR}/client.id_dsa.key rm -f ${NX_ETC_DIR}/server.id_dsa.pub.key %{_bindir}/ssh-keygen -q -t dsa -N '' -f ${NX_ETC_DIR}/local.id_dsa mv ${NX_ETC_DIR}/local.id_dsa ${NX_ETC_DIR}/client.id_dsa.key mv ${NX_ETC_DIR}/local.id_dsa.pub ${NX_ETC_DIR}/server.id_dsa.pub.key fi cp -f ${NX_ETC_DIR}/client.id_dsa.key ${NX_HOME_DIR}/.ssh/client.id_dsa.key cp -f ${NX_ETC_DIR}/server.id_dsa.pub.key ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key chmod 600 ${NX_ETC_DIR}/client.id_dsa.key ${NX_ETC_DIR}/server.id_dsa.pub.key\ ${NX_HOME_DIR}/.ssh/client.id_dsa.key ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key cat ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key > ${NX_HOME_DIR}/.ssh/authorized_keys2 chmod 640 ${NX_HOME_DIR}/.ssh/authorized_keys2 echo -n "127.0.0.1 " > ${NX_HOME_DIR}/.ssh/known_hosts cat /etc/ssh/ssh_host_rsa_key.pub >> ${NX_HOME_DIR}/.ssh/known_hosts chown -R nx:root /var/lib/nxserver chown -R nx:root $NX_SESS_DIR if [ -e /var/lib/nxserver/running ] then mv /var/lib/nxserver/running/* $NX_SESS_DIR/running mv /var/lib/nxserver/closed/* $NX_SESS_DIR/closed mv /var/lib/nxserver/failed/* $NX_SESS_DIR/failed rm -rf /var/lib/nxserver/running rm -rf /var/lib/nxserver/closed rm -rf /var/lib/nxserver/failed chown -R nx:root $NX_SESS_DIR fi chown -R nx:root $NX_ETC_DIR chown -R nx:root $NX_HOME_DIR chown nx:root ${NX_LOGFILE} %preun if [ $1 = 0 ] then export $(grep ^NX_DIR %{_bindir}/nxloadconfig) export $(grep ^NX_HOME_DIR %{_bindir}/nxloadconfig) rm %{_var}/lib/nxserver/db/closed/* > /dev/null 2>&1 rm %{_var}/lib/nxserver/db/running/* > /dev/null 2>&1 rm %{_var}/lib/nxserver/db/failed/* > /dev/null 2>&1 mv -f ${NX_HOME_DIR}/.ssh/client.id_dsa.key /etc/nxserver/ > /dev/null 2>&1 mv -f ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key /etc/nxserver/ > /dev/null 2>&1 fi %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog CONTRIB %{_bindir}/* %dir /etc/nxserver /etc/nxserver/node.conf.sample %dir %{_var}/lib/nxserver %dir %{_var}/lib/nxserver/db %dir %{_var}/lib/nxserver/db/closed %dir %{_var}/lib/nxserver/db/running %dir %{_var}/lib/nxserver/db/failed %changelog * Fri May 06 2005 Rick Stout 0.4.0-1 - Updated to 0.4.0 - updated netcat.diff for obvious reasons * Mon Apr 11 2005 Tom "spot" Callaway 0.3.1-4 - spec cleanup * Tue Mar 22 2005 Rick Stout - 0:0.3.1 - Updated to 0.3.1 release * Tue Mar 08 2005 Rick Stout - 0:0.3.0 - Updated to 0.3.0 release - Removed home directory patch as it is now default * Mon Feb 14 2005 Rick Stout - 0:0.2.8 - Updated to 0.2.8 release - Fixes some security issues - Added geom-fix patch for windows client resuming issues * Thu Dec 02 2004 Rick Stout - 1:0.2.7 - Fixed package removal not removing the var session directories * Tue Nov 23 2004 Rick Stout - 0:0.2.7 - Updated to 0.2.7 release - fixes some stability issues with 0.2.6 * Fri Nov 12 2004 Rick Stout - 1:0.2.6 - Fixed a problem with key backup upon removal * Fri Nov 12 2004 Rick Stout - 0:0.2.6 - Updated to 0.2.6 release - Changed setup to have nx user account added as a system account. - Changed nx home directory to /var/lib/nxserver/nxhome * Thu Oct 14 2004 Rick Stout - 0:0.2.5 - updated package to 0.2.5 release - still applying patch for netcat and useradd * Fri Oct 08 2004 Rick Stout - 3:0.2.4 - Added nxsetup functionality to the rpm - patched nxsetup (fnxncuseradd) script for occasional path error. - Added patch (fnxncuseradd) to resolve newer client connections (netcat -> nc) - Changed name to be more friendly (lowercase) - Added known dependencies * Thu Sep 30 2004 Rick Stout - 2:0.2.4 - Patch (fnxpermatch) to fix permissions with key generation * Wed Sep 29 2004 Rick Stout - 1:0.2.4 - Initial Fedora RPM release. - Updated SuSE package for Fedora netcat.diff: --- NEW FILE netcat.diff --- diff -Naur nxloadconfig.orig nxloadconfig --- nxloadconfig.orig 2005-04-30 09:24:51.000000000 -0700 +++ nxloadconfig 2005-05-06 15:18:52.446586113 -0700 @@ -153,7 +153,7 @@ COMMAND_XAUTH=/usr/X11R6/bin/xauth COMMAND_SMBMOUNT=smbmount COMMAND_SMBUMOUNT=smbumount -COMMAND_NETCAT=netcat +COMMAND_NETCAT=nc COMMAND_SSH=ssh COMMAND_SSH_KEYGEN=ssh-keygen COMMAND_CUPSD=/usr/sbin/cupsd Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/freenx/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 May 2005 22:01:47 -0000 1.1 +++ .cvsignore 11 May 2005 22:01:58 -0000 1.2 @@ -0,0 +1 @@ +freenx-0.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/freenx/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 May 2005 22:01:47 -0000 1.1 +++ sources 11 May 2005 22:01:58 -0000 1.2 @@ -0,0 +1 @@ +a57046e79fb980b4720ec6ae67ed1f19 freenx-0.4.0.tar.gz From fedora-extras-commits at redhat.com Wed May 11 22:38:05 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 18:38:05 -0400 Subject: common tobuild,1.397,1.398 Message-ID: <200505112238.j4BMc5Xu004475@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4458 Modified Files: tobuild Log Message: grrr Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.397 retrieving revision 1.398 diff -u -r1.397 -r1.398 --- tobuild 11 May 2005 18:11:31 -0000 1.397 +++ tobuild 11 May 2005 22:38:03 -0000 1.398 @@ -1,7 +1,6 @@ # this is the build control file. the format is # user repo tag target status # -skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel qspencer rpms/octave/devel octave-2_1_70-1 devel jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel From fedora-extras-commits at redhat.com Thu May 12 00:42:16 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 20:42:16 -0400 Subject: extras-buildsys-temp/automation2/client archwelder.py,1.3,1.4 Message-ID: <200505120042.j4C0gGhZ006492@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/extras-buildsys-temp/automation2/client In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6469/client Modified Files: archwelder.py Log Message: typo in print string make exception catch a little less global Index: archwelder.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/client/archwelder.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- archwelder.py 11 May 2005 21:33:15 -0000 1.3 +++ archwelder.py 12 May 2005 00:42:13 -0000 1.4 @@ -59,7 +59,7 @@ def die(self, sig=15): try: os.kill(self.pobj.pid, sig) - except Exception, e: + except OSError, e: print "Couldn't kill process %d: %s" % (self.pobj.pid, e) self._status = 'killed' return True From fedora-extras-commits at redhat.com Thu May 12 00:42:16 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 20:42:16 -0400 Subject: extras-buildsys-temp/automation2/server aw_manager.py,1.1,1.2 Message-ID: <200505120042.j4C0gGVd006502@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6469/server Modified Files: aw_manager.py Log Message: typo in print string make exception catch a little less global Index: aw_manager.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/aw_manager.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aw_manager.py 11 May 2005 19:48:57 -0000 1.1 +++ aw_manager.py 12 May 2005 00:42:14 -0000 1.2 @@ -131,7 +131,7 @@ # We create a separate archwelder instance for each arch on each builder, # even though both instances talk to the same XMLRPC server on the builder print "-----------------------------------------------------" - print " Looking or ArchWelders..." + print " Looking for ArchWelders..." for address in self.possible_aw: arches = None server = xmlrpclib.Server(address) From fedora-extras-commits at redhat.com Thu May 12 01:25:38 2005 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Wed, 11 May 2005 21:25:38 -0400 Subject: rpms/mlmmj/devel mlmmj.spec,1.6,1.7 Message-ID: <200505120125.j4C1PcCG007517@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/mlmmj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7500 Modified Files: mlmmj.spec Log Message: Add contrib/ scripts to package Index: mlmmj.spec =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mlmmj.spec 9 May 2005 23:21:54 -0000 1.6 +++ mlmmj.spec 12 May 2005 01:25:36 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Mailserver-independent ezmlm-like mailing list manager Name: mlmmj Version: 1.2.6.1 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: Applications/Internet Source: http://mlmmj.mmj.dk/files/mlmmj-%{version}.tar.bz2 @@ -30,12 +30,18 @@ %makeinstall textlibdir=%{buildroot}%{_textlibdir} mkdir -p %{buildroot}/var/spool/mlmmj +# Remove execute bits from Perl programs to stop RPM from picking +# up dependencies we don't really want. + +find contrib/ -type f -name *.pl | xargs chmod -x +find contrib/ -type f -name *.cgi | xargs chmod -x + %clean rm -rf %{buildroot} %files %defattr (-,root,root) -%doc AUTHORS ChangeLog COPYING README* LICENSE FAQ TODO TUNABLES UPGRADE +%doc AUTHORS ChangeLog COPYING README* LICENSE FAQ TODO TUNABLES UPGRADE contrib %{_bindir}/mlmmj-* %dir %{_datadir}/mlmmj/ %{_datadir}/mlmmj/* @@ -43,6 +49,9 @@ %{_mandir}/man1/mlmmj-* %changelog +* Tue May 10 2005 Michael Fleming 1.2.6.1-3 +- Add contributed web scripts + * Tue May 10 2005 Michael Fleming 1.2.6.1-2 - bump From fedora-extras-commits at redhat.com Thu May 12 02:31:39 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 22:31:39 -0400 Subject: extras-buildsys-temp/automation2 ChangeLog, NONE, 1.1 README, NONE, 1.1 Message-ID: <200505120231.j4C2Vd1o008575@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8563 Added Files: ChangeLog README Log Message: 2005-05-11 Dan Williams * Add README file explaining stuff about build system architecture --- NEW FILE ChangeLog --- 2005-05-11 Dan Williams * Add README file explaining stuff about build system architecture --- NEW FILE README --- Fedora Extras Build System The build system is composed of a single build server, and multiple build clients. Both clients and server must be on the same LAN, or at least have access to the same shared storage. Clients run an XMLRPC server to which the build-server delivers build jobs. The build server runs an XMLRPC server to allow submission of jobs, and to retrieve basic status information about both clients and the build system as a whole. The Build Client (ArchWelder): ------------------------------------------ usage: archwelder.py
    ie : archwelder.py localhost sparc sparcv9 sparcv8 Currently, archwelders are limited to building one job at a time. This limitation may be removed in the future. They do not queue pending jobs, but will reject build requests when something is already building. The build server is expected to queue and manage jobs at this time, and serialize requests to build clients. This may not be the case in the future. main() `- Creates: XMLRPCArchWelderServer `- Creates: i386Arch, x86_64Arch, PPCArch, etc The client creates an XMLRPC server object (XMLRPCArchWelderServer), and then processes requests in an infinite loop. Every so often (currently 5 seconds) the server allows each build job that is still in process to update its status and perform work. The XMLRPCArchWelderServer keeps a list of local build jobs, which are architecture specific, and forwards requests and commands for each job to that specific job, keyed off a unique id. Each build job (ArchWelderMach and its architecture-specific subclasses like i386Arch) has a number of states, that directly correspond to the actions that 'mach' must take to build the package. Each time the job is given time to process (which is done by calling the ArchWelderMach.process(), which in turn is called from XMLRPCArchWelderServer._process()) it checks its state, and advances to the next state when the previous state is complete. Communication with mach and retrieval of status from mach are done with popen2.Popen4() so that mach does not block the XMLRPC server from talking to the build server. The Build Server: ------------------------------------------ usage: bm_server.py The build server runs two threads. The first, the XMLRPC server (XMLRPCBuildMaster class), accepts requests to enqueue jobs for build and stuffs them into an sqlite database which contains all job details. The second thread, the Build Master (BuildMaster class), pulls 'waiting' jobs from the database and builds them. A third top-level object that runs in the same thread as the Build Master is the ArchWelderManager, which keeps track of build clients (ArchWelders) and their status. main() |- Creates: XMLRPCBuildMaster |- Creates: ArchWelderManager |- `- Creates: ArchWelderInstance (one for each arch on each ArchWelder) |- `- Creates: ArchWelderJob (one for each build job on each arch) `- Creates: BuildMaster `- Creates: BuildJob (one for each build job) The ArchWelderManager object serves as a central location for all tracking and status information about each build job on each arch. It creates an ArchWelderInstance for each supported architecture of each build client (ie, each ArchWelder). The ArchWelderInstance keeps track of specific jobs building on that single architecture on that single build client. It also serves as the XMLRPC client of the ArchWelder on the remote build client, proxying status information from it. BuildJobs must request that the ArchWelderManager create a new ArchWelderJob for each build on each architecture the BuildJob needs. If there is an available ArchWelder (since ArchWelders only build one job at a time across all arches they support), the ArchWelderManager will pass the request to the arch-specific ArchWelderInstance, which creates the new arch-specific ArchWelderJob, and pass it back through the ArchWelderManager to the parent BuildJob. If there is no available ArchWelder for the request, the BuildJob must periodically re-issue the build request to the ArchWelderManager. ArchWelderManager has a periodic processing routine that is called from the BuildMaster thread. This processing routine calls the ArchWelderInstance.process() routine on each ArchWelderInstance, which in turn updates its view of the remote build client/ArchWelder's status. Thus, the ArchWelderManager, through each ArchWelderInstance, knows the status and currently building job on each remote build client. BuildJobs track a single SRPM build through the entire build system. They are created from the BuildMaster thread whenever the BuildMaster finds a job entry in the sqlite database with the status of 'waiting'. BuildJobs proceed through a number of states: "initialize", "checkout", "make_srpm", "prep", "building", "finished", "cleanup", "failed", and "needsign". Flow goes like this: initialize => checkout checkout => make_srpm make_srpm => prep prep => building building - All build jobs finished or failed? => finished - otherwise => building finished => cleanup cleanup - failed jobs? => failed - otherwise => needsign The BuildJob updates its status when it is periodically told to do so by the BuildManager. At this point, it will advance to the next state, or spawn build jobs that have not yet started if ArchWelders for those architectures are now available. It stays in the "building" state until all jobs are first spawned, and then either completed or failed. From fedora-extras-commits at redhat.com Thu May 12 02:50:00 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 22:50:00 -0400 Subject: common tobuild,1.398,1.399 Message-ID: <200505120250.j4C2o0eu008770@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8753 Modified Files: tobuild Log Message: request build of rpms/rdiff-backup/devel rdiff-backup-0_12_7-2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.398 retrieving revision 1.399 diff -u -r1.398 -r1.399 --- tobuild 11 May 2005 22:38:03 -0000 1.398 +++ tobuild 12 May 2005 02:49:58 -0000 1.399 @@ -9,3 +9,4 @@ bpepple rpms/gossip/devel gossip-0_8-3 development s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-2 devel From fedora-extras-commits at redhat.com Thu May 12 02:55:55 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 22:55:55 -0400 Subject: common tobuild,1.399,1.400 Message-ID: <200505120255.j4C2tt1c008818@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8801 Modified Files: tobuild Log Message: whoops Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.399 retrieving revision 1.400 diff -u -r1.399 -r1.400 --- tobuild 12 May 2005 02:49:58 -0000 1.399 +++ tobuild 12 May 2005 02:55:52 -0000 1.400 @@ -9,4 +9,3 @@ bpepple rpms/gossip/devel gossip-0_8-3 development s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-2 devel From fedora-extras-commits at redhat.com Thu May 12 02:56:30 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 22:56:30 -0400 Subject: rpms/rdiff-backup/devel rdiff-backup.spec,1.7,1.8 Message-ID: <200505120256.j4C2uUWf008844@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/rdiff-backup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8827 Modified Files: rdiff-backup.spec Log Message: bump for rebuild on all arches Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/rdiff-backup.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- rdiff-backup.spec 6 Apr 2005 22:13:31 -0000 1.7 +++ rdiff-backup.spec 12 May 2005 02:56:28 -0000 1.8 @@ -3,7 +3,7 @@ Version: 0.12.7 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup -Release: 2 +Release: 3 URL: http://www.nongnu.org/rdiff-backup/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz @@ -53,6 +53,9 @@ %ghost %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Wed May 11 2005 Bill Nottingham - 0:0.12.7-3 +- rebuilt + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Thu May 12 02:56:43 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 22:56:43 -0400 Subject: common tobuild,1.400,1.401 Message-ID: <200505120256.j4C2uh4e008901@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8884 Modified Files: tobuild Log Message: request build of rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.400 retrieving revision 1.401 diff -u -r1.400 -r1.401 --- tobuild 12 May 2005 02:55:52 -0000 1.400 +++ tobuild 12 May 2005 02:56:41 -0000 1.401 @@ -9,3 +9,4 @@ bpepple rpms/gossip/devel gossip-0_8-3 development s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 devel From fedora-extras-commits at redhat.com Thu May 12 03:29:26 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 23:29:26 -0400 Subject: rpms/aqhbci-qt-tools/devel aqhbci-qt-tools.spec,1.6,1.7 Message-ID: <200505120329.j4C3TQ9N009911@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/aqhbci-qt-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9894 Modified Files: aqhbci-qt-tools.spec Log Message: bump for rebuild Index: aqhbci-qt-tools.spec =================================================================== RCS file: /cvs/extras/rpms/aqhbci-qt-tools/devel/aqhbci-qt-tools.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- aqhbci-qt-tools.spec 23 Mar 2005 04:35:51 -0000 1.6 +++ aqhbci-qt-tools.spec 12 May 2005 03:29:24 -0000 1.7 @@ -1,7 +1,7 @@ Name: aqhbci-qt-tools Summary: Setup wizard and debugger for the HBCI backend for the Aqbanking library Version: 1.0.1beta -Release: 4 +Release: 5 Source: http://download.sourceforge.net/aqhbci/%{name}-%{version}.tar.gz Patch: aqhbci-qt-tools-build.patch Group: System Environment/Libraries @@ -39,6 +39,9 @@ %{_datadir}/%{name}/ %changelog +* Wed May 11 2005 Bill Nottingham 1.0.1beta-5 +- rebuild on all arches + * Tue Mar 22 2005 Bill Nottingham 1.0.1beta-4 - fix build on x86-64 From fedora-extras-commits at redhat.com Thu May 12 03:30:05 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 23:30:05 -0400 Subject: common tobuild,1.401,1.402 Message-ID: <200505120330.j4C3U5eu009978@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9961 Modified Files: tobuild Log Message: request build of rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.401 retrieving revision 1.402 diff -u -r1.401 -r1.402 --- tobuild 12 May 2005 02:56:41 -0000 1.401 +++ tobuild 12 May 2005 03:30:03 -0000 1.402 @@ -10,3 +10,4 @@ s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 devel +notting rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 devel From fedora-extras-commits at redhat.com Thu May 12 04:40:07 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 00:40:07 -0400 Subject: rpms/gnome-common/devel gnome-common.spec,1.5,1.6 Message-ID: <200505120440.j4C4e723011071@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/gnome-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11054 Modified Files: gnome-common.spec Log Message: * Thu May 12 2005 Toshio Kuratomi - 2.8.0-3 - Bump and rebuild to get versions synced across architectures. Index: gnome-common.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-common/devel/gnome-common.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gnome-common.spec 18 Mar 2005 21:53:58 -0000 1.5 +++ gnome-common.spec 12 May 2005 04:40:05 -0000 1.6 @@ -1,6 +1,6 @@ Name: gnome-common Version: 2.8.0 -Release: 2 +Release: 3 Summary: Useful things common to building gnome packages from scratch Group: Development/Tools @@ -57,6 +57,9 @@ %{_datadir}/%{name} %changelog +* Thu May 12 2005 Toshio Kuratomi - 2.8.0-3 +- Bump and rebuild to get versions synced across architectures. + * Fri Mar 18 2005 Toshio Kuratomi - 2.8.0-2 - Rebuild for FC4t1 From fedora-extras-commits at redhat.com Thu May 12 04:41:05 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 00:41:05 -0400 Subject: common tobuild,1.402,1.403 Message-ID: <200505120441.j4C4f5I8011130@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11113 Modified Files: tobuild Log Message: request build of rpms/gnome-common/devel gnome-common-2_8_0-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.402 retrieving revision 1.403 diff -u -r1.402 -r1.403 --- tobuild 12 May 2005 03:30:03 -0000 1.402 +++ tobuild 12 May 2005 04:41:03 -0000 1.403 @@ -11,3 +11,4 @@ thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 devel notting rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 devel +toshio rpms/gnome-common/devel gnome-common-2_8_0-3 devel From fedora-extras-commits at redhat.com Thu May 12 05:04:04 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 01:04:04 -0400 Subject: rpms/python-docutils/devel python-docutils.spec,1.2,1.3 Message-ID: <200505120504.j4C5443U012144@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12127 Modified Files: python-docutils.spec Log Message: * Thu May 12 2005 Toshio Kuratomi 0.3.7-7 - Bump version and rebuild to sync across architectures. Index: python-docutils.spec =================================================================== RCS file: /cvs/extras/rpms/python-docutils/devel/python-docutils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-docutils.spec 21 Mar 2005 14:49:44 -0000 1.2 +++ python-docutils.spec 12 May 2005 05:04:02 -0000 1.3 @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: 0.3.7 -Release: 6 +Release: 7 Summary: A system for processing plaintext documentation Group: Development/Languages @@ -101,6 +101,9 @@ %ghost %{python_sitelib}/docutils/*/*/*/*.pyo %changelog +* Thu May 12 2005 Toshio Kuratomi 0.3.7-7 +- Bump version and rebuild to sync across architectures. + * Sun Mar 20 2005 Toshio Kuratomi 0.3.7-6 - Rebuild for FC4t1 From fedora-extras-commits at redhat.com Thu May 12 05:04:54 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 01:04:54 -0400 Subject: common tobuild,1.403,1.404 Message-ID: <200505120504.j4C54sHZ012206@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12189 Modified Files: tobuild Log Message: request build of rpms/python-docutils/devel python-docutils-0_3_7-7 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.403 retrieving revision 1.404 diff -u -r1.403 -r1.404 --- tobuild 12 May 2005 04:41:03 -0000 1.403 +++ tobuild 12 May 2005 05:04:52 -0000 1.404 @@ -12,3 +12,4 @@ notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 devel notting rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 devel toshio rpms/gnome-common/devel gnome-common-2_8_0-3 devel +toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel From fedora-extras-commits at redhat.com Thu May 12 05:25:44 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 01:25:44 -0400 Subject: rpms/qa-assistant/devel qa-assistant.spec,1.6,1.7 Message-ID: <200505120525.j4C5PibE012400@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/qa-assistant/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12383 Modified Files: qa-assistant.spec Log Message: * Thu May 12 2005 Toshio Kuratomi 0.4.1-3 - Bump release and build to sync across architectures. Index: qa-assistant.spec =================================================================== RCS file: /cvs/extras/rpms/qa-assistant/devel/qa-assistant.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- qa-assistant.spec 6 Apr 2005 23:15:46 -0000 1.6 +++ qa-assistant.spec 12 May 2005 05:25:42 -0000 1.7 @@ -4,7 +4,7 @@ Name: qa-assistant Version: 0.4.1 -Release: 2 +Release: 3 Summary: Graphical quality assurance report generator Group: Development/Tools License: GPL @@ -142,6 +142,9 @@ %{_datadir}/xml/%{name} %changelog +* Thu May 12 2005 Toshio Kuratomi 0.4.1-3 +- Bump release and build to sync across architectures. + * Sun Mar 20 2005 Toshio Kuratomi 0.4.1-2 - Rebuild for FC4t1 From fedora-extras-commits at redhat.com Thu May 12 05:26:24 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 01:26:24 -0400 Subject: common tobuild,1.404,1.405 Message-ID: <200505120526.j4C5QO6r012460@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12443 Modified Files: tobuild Log Message: request build of rpms/qa-assistant/devel qa-assistant-0_4_1-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.404 retrieving revision 1.405 diff -u -r1.404 -r1.405 --- tobuild 12 May 2005 05:04:52 -0000 1.404 +++ tobuild 12 May 2005 05:26:22 -0000 1.405 @@ -13,3 +13,4 @@ notting rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 devel toshio rpms/gnome-common/devel gnome-common-2_8_0-3 devel toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel +toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel From fedora-extras-commits at redhat.com Thu May 12 05:40:03 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:40:03 -0400 Subject: rpms/mhash/devel mhash.spec,1.9,1.10 Message-ID: <200505120540.j4C5e3eD012520@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/mhash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12503 Modified Files: mhash.spec Log Message: * Thu May 12 2005 Michael Schwendt - 0.9.2-3 - rebuilt Index: mhash.spec =================================================================== RCS file: /cvs/extras/rpms/mhash/devel/mhash.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mhash.spec 6 Apr 2005 22:12:41 -0000 1.9 +++ mhash.spec 12 May 2005 05:40:01 -0000 1.10 @@ -1,8 +1,7 @@ Summary: Thread-safe hash algorithms library Name: mhash Version: 0.9.2 -Release: 2 - +Release: 3 URL: http://mhash.sourceforge.net/ License: LGPL Group: System Environment/Libraries @@ -76,7 +75,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Michael Schwendt - 0.9.2-3 +- rebuilt + +* Thu Apr 7 2005 Michael Schwendt - 0.9.2-2 - rebuilt * Wed Jan 12 2005 Michael Schwendt - 0:0.9.2-1 From fedora-extras-commits at redhat.com Thu May 12 05:40:24 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:40:24 -0400 Subject: common tobuild,1.405,1.406 Message-ID: <200505120540.j4C5eOsJ012577@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12560 Modified Files: tobuild Log Message: request build of rpms/mhash/devel mhash-0_9_2-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.405 retrieving revision 1.406 diff -u -r1.405 -r1.406 --- tobuild 12 May 2005 05:26:22 -0000 1.405 +++ tobuild 12 May 2005 05:40:22 -0000 1.406 @@ -14,3 +14,4 @@ toshio rpms/gnome-common/devel gnome-common-2_8_0-3 devel toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel +mschwendt rpms/mhash/devel mhash-0_9_2-3 devel From fedora-extras-commits at redhat.com Thu May 12 05:41:39 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:41:39 -0400 Subject: rpms/sylpheed/devel sylpheed.spec,1.8,1.9 Message-ID: <200505120541.j4C5fdSB012608@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/sylpheed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12591 Modified Files: sylpheed.spec Log Message: * Thu May 12 2005 Michael Schwendt - 1.0.4-2.fc4 - rebuilt Index: sylpheed.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sylpheed.spec 25 Mar 2005 12:16:43 -0000 1.8 +++ sylpheed.spec 12 May 2005 05:41:37 -0000 1.9 @@ -5,7 +5,7 @@ Summary: GTK+ based, lightweight, and fast email client Name: sylpheed Version: 1.0.4 -Release: 1.fc4 +Release: 2.fc4 License: GPL URL: http://sylpheed.good-day.net/ Group: Applications/Internet @@ -81,6 +81,9 @@ %{_mandir}/man1 %changelog +* Thu May 12 2005 Michael Schwendt - 1.0.4-2.fc4 +- rebuilt + * Thu Mar 24 2005 Michael Schwendt - 1.0.4-1.fc4 - Update to 1.0.4 (minor security fixes). - Patch4 (draftsegf) merged upstream. From fedora-extras-commits at redhat.com Thu May 12 05:41:58 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:41:58 -0400 Subject: common tobuild,1.406,1.407 Message-ID: <200505120541.j4C5fwTM012665@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12648 Modified Files: tobuild Log Message: request build of rpms/sylpheed/devel sylpheed-1_0_4-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.406 retrieving revision 1.407 diff -u -r1.406 -r1.407 --- tobuild 12 May 2005 05:40:22 -0000 1.406 +++ tobuild 12 May 2005 05:41:56 -0000 1.407 @@ -15,3 +15,4 @@ toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel mschwendt rpms/mhash/devel mhash-0_9_2-3 devel +mschwendt rpms/sylpheed/devel sylpheed-1_0_4-2_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 05:44:28 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:44:28 -0400 Subject: devel/common tobuild,1.407,1.408 Message-ID: <200505120544.j4C5iSCG012711@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12694 Modified Files: tobuild Log Message: too early request of sylpheed build Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.407 retrieving revision 1.408 diff -u -r1.407 -r1.408 --- tobuild 12 May 2005 05:41:56 -0000 1.407 +++ tobuild 12 May 2005 05:44:26 -0000 1.408 @@ -15,4 +15,3 @@ toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel mschwendt rpms/mhash/devel mhash-0_9_2-3 devel -mschwendt rpms/sylpheed/devel sylpheed-1_0_4-2_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 05:46:51 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:46:51 -0400 Subject: rpms/gpgme/devel gpgme.spec,1.8,1.9 Message-ID: <200505120546.j4C5kpck012744@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gpgme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12725 Modified Files: gpgme.spec Log Message: * Thu May 12 2005 Michael Schwendt - 1.0.2-3 - rebuilt Index: gpgme.spec =================================================================== RCS file: /cvs/extras/rpms/gpgme/devel/gpgme.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gpgme.spec 18 Mar 2005 11:15:55 -0000 1.8 +++ gpgme.spec 12 May 2005 05:46:49 -0000 1.9 @@ -1,13 +1,13 @@ Name: gpgme Version: 1.0.2 -Release: 2%{?dist_tag} +Release: 3%{?dist} Summary: GnuPG Made Easy - high level crypto API License: LGPL Group: Applications/System URL: http://www.gnupg.org/related_software/gpgme/ -Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.0.2.tar.bz2 -Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.0.2.tar.bz2.sig -Patch0: %{name}-1.0.2-macro.patch +Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2 +Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2.sig +Patch0: gpgme-1.0.2-macro.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnupg >= 1.2.2 @@ -94,6 +94,9 @@ %changelog +* Thu May 12 2005 Michael Schwendt - 1.0.2-3 +- rebuilt + * Fri Mar 18 2005 Ville Skytt?? - 1.0.2-2 - Fix FC4 build. From fedora-extras-commits at redhat.com Thu May 12 05:47:09 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:47:09 -0400 Subject: common tobuild,1.408,1.409 Message-ID: <200505120547.j4C5l9V5012803@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12786 Modified Files: tobuild Log Message: request build of rpms/gpgme/devel gpgme-1_0_2-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.408 retrieving revision 1.409 diff -u -r1.408 -r1.409 --- tobuild 12 May 2005 05:44:26 -0000 1.408 +++ tobuild 12 May 2005 05:47:07 -0000 1.409 @@ -15,3 +15,4 @@ toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel mschwendt rpms/mhash/devel mhash-0_9_2-3 devel +mschwendt rpms/gpgme/devel gpgme-1_0_2-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 06:24:27 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Thu, 12 May 2005 02:24:27 -0400 Subject: common tobuild,1.409,1.410 Message-ID: <200505120624.j4C6ORnm013823@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13806 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.409 retrieving revision 1.410 diff -u -r1.409 -r1.410 --- tobuild 12 May 2005 05:47:07 -0000 1.409 +++ tobuild 12 May 2005 06:24:25 -0000 1.410 @@ -16,3 +16,4 @@ toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel mschwendt rpms/mhash/devel mhash-0_9_2-3 devel mschwendt rpms/gpgme/devel gpgme-1_0_2-3_fc4 devel +oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 06:24:51 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Thu, 12 May 2005 02:24:51 -0400 Subject: common tobuild,1.410,1.411 Message-ID: <200505120624.j4C6OpX3013880@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13863 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.410 retrieving revision 1.411 diff -u -r1.410 -r1.411 --- tobuild 12 May 2005 06:24:25 -0000 1.410 +++ tobuild 12 May 2005 06:24:49 -0000 1.411 @@ -17,3 +17,4 @@ mschwendt rpms/mhash/devel mhash-0_9_2-3 devel mschwendt rpms/gpgme/devel gpgme-1_0_2-3_fc4 devel oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 devel +oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 From fedora-extras-commits at redhat.com Thu May 12 07:08:34 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Thu, 12 May 2005 03:08:34 -0400 Subject: rpms/jabberd/devel .cvsignore, 1.2, 1.3 jabberd.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200505120708.j4C78YUt014907@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/jabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14880 Modified Files: .cvsignore jabberd.spec sources Log Message: updated to 2.0-0.s8.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Mar 2005 08:23:35 -0000 1.2 +++ .cvsignore 12 May 2005 07:08:32 -0000 1.3 @@ -1 +1 @@ -jabberd-2.0s6.tar.gz +jabberd-2.0s8.tar.gz Index: jabberd.spec =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/jabberd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- jabberd.spec 30 Mar 2005 19:46:31 -0000 1.8 +++ jabberd.spec 12 May 2005 07:08:32 -0000 1.9 @@ -1,10 +1,10 @@ Summary: OpenSource server implementation of the Jabber protocols Name: jabberd Version: 2.0 -Release: 0.s6.5 +Release: 0.s8.5 License: GPL Group: System Environment/Daemons -Source0: http://files.jabberstudio.org/jabberd2/jabberd-2.0s6.tar.gz +Source0: http://files.jabberstudio.org/jabberd2/jabberd-2.0s8.tar.gz Source1: jabberd Source2: jabberd.sysconfig URL: http://jabberd.jabberstudio.org/2/ @@ -33,7 +33,7 @@ This packages defaults to use pam and the Berkeley DB. %prep -%setup -q -n %{name}-%{version}s6 +%setup -q -n %{name}-%{version}s8 %build %define _sysconfdir /etc/jabberd @@ -140,7 +140,7 @@ #create ssl certificate cd %{sysconfdir} if [ ! -e server.pem ]; then - %{___build_shell} %{_datadir}/ssl/certs/make-dummy-cert server.pem + %{___build_shell} %{_sysconfdir}/pki/tls/certs/make-dummy-cert server.pem %{__chown} root.jabber server.pem %{__chmod} 640 server.pem fi @@ -174,6 +174,10 @@ %ghost %{_sysconfdir}/jabberd/server.pem %changelog +* Thu May 12 2005 Adrian Reber - 2.0-0.s8.5 +- updated to 2.0-0.s8.5 +- using new location of make-dummy-cert + * Wed Mar 09 2005 Adrian Reber - 2.0-0.s6.5 - removed Epoch: 0 - more Requires(...) Index: sources =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Mar 2005 08:23:35 -0000 1.2 +++ sources 12 May 2005 07:08:32 -0000 1.3 @@ -1 +1 @@ -ca2818885e126181e002949c71603df3 jabberd-2.0s6.tar.gz +96753c5e74676ace0841a4cee9f13fdb jabberd-2.0s8.tar.gz From fedora-extras-commits at redhat.com Thu May 12 07:35:24 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:35:24 -0400 Subject: rpms/ghc - New directory Message-ID: <200505120735.j4C7ZOou015035@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15015/ghc Log Message: Directory /cvs/extras/rpms/ghc added to the repository From fedora-extras-commits at redhat.com Thu May 12 07:35:25 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:35:25 -0400 Subject: rpms/ghc/devel - New directory Message-ID: <200505120735.j4C7ZPV0015040@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15015/ghc/devel Log Message: Directory /cvs/extras/rpms/ghc/devel added to the repository From fedora-extras-commits at redhat.com Thu May 12 07:35:44 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:35:44 -0400 Subject: rpms/ghc Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505120735.j4C7Zi8s015096@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15065 Added Files: Makefile import.log Log Message: Setup of module ghc --- NEW FILE Makefile --- # Top level Makefile for module ghc all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu May 12 07:35:44 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:35:44 -0400 Subject: rpms/ghc/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505120735.j4C7Zium015101@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15065/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ghc --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu May 12 07:37:45 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:37:45 -0400 Subject: rpms/ghc import.log,1.1,1.2 Message-ID: <200505120738.j4C7cFLB015201@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15149 Modified Files: import.log Log Message: auto-import ghc-6.4-8 on branch devel from ghc-6.4-8.src.rpm initial import to Extras Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ghc/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 12 May 2005 07:35:41 -0000 1.1 +++ import.log 12 May 2005 07:37:43 -0000 1.2 @@ -0,0 +1 @@ +ghc-6_4-8:HEAD:ghc-6.4-8.src.rpm:1115883455 From fedora-extras-commits at redhat.com Thu May 12 07:37:45 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:37:45 -0400 Subject: rpms/ghc/devel ghc-6.4-dsforeign-x86_64-1097471.patch, NONE, 1.1 ghc-6.4-powerpc.patch, NONE, 1.1 ghc-6.4-rts-adjustor-x86_64-1097471.patch, NONE, 1.1 ghc.spec, NONE, 1.1 rts-GCCompact.h-x86_64.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505120737.j4C7bjld015185@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15149/devel Modified Files: .cvsignore sources Added Files: ghc-6.4-dsforeign-x86_64-1097471.patch ghc-6.4-powerpc.patch ghc-6.4-rts-adjustor-x86_64-1097471.patch ghc.spec rts-GCCompact.h-x86_64.patch Log Message: auto-import ghc-6.4-8 on branch devel from ghc-6.4-8.src.rpm initial import to Extras ghc-6.4-dsforeign-x86_64-1097471.patch: --- NEW FILE ghc-6.4-dsforeign-x86_64-1097471.patch --- diff -u ghc-6.4/ghc/compiler/deSugar/DsForeign.lhs ghc-6.5/ghc/compiler/deSugar/DsForeign.lhs --- ghc-6.4/ghc/compiler/deSugar/DsForeign.lhs 2005-05-07 11:51:04.000000000 +0900 +++ ghc-6.5/ghc/compiler/deSugar/DsForeign.lhs 2005-05-07 11:51:04.000000000 +0900 @@ -24,14 +24,14 @@ import Type ( isUnLiftedType ) #endif import MachOp ( machRepByteWidth, MachRep(..) ) -import SMRep ( argMachRep, primRepToCgRep ) +import SMRep ( argMachRep, typeCgRep ) import CoreUtils ( exprType, mkInlineMe ) import Id ( Id, idType, idName, mkSysLocal, setInlinePragma ) import Literal ( Literal(..), mkStringLit ) import Module ( moduleString ) import Name ( getOccString, NamedThing(..) ) import OccName ( encodeFS ) -import Type ( repType, coreEqType, typePrimRep ) +import Type ( repType, coreEqType ) import TcType ( Type, mkFunTys, mkForAllTys, mkTyConApp, mkFunTy, tcSplitTyConApp_maybe, tcSplitForAllTys, tcSplitFunTys, tcTyConAppArgs, @@ -52,7 +52,7 @@ import BasicTypes ( Activation( NeverActive ) ) import SrcLoc ( Located(..), unLoc ) import Outputable -import Maybe ( fromJust ) +import Maybe ( fromJust, isNothing ) import FastString \end{code} @@ -95,7 +95,7 @@ combine (ForeignStubs acc_h acc_c acc_hdrs acc_feb, acc_f) (L loc (ForeignExport (L _ id) _ (CExport (CExportStatic ext_nm cconv)) depr)) = dsFExport id (idType id) - ext_nm cconv False `thenDs` \(h, c, _) -> + ext_nm cconv False `thenDs` \(h, c, _, _) -> warnDepr depr loc `thenDs` \_ -> returnDs (ForeignStubs (h $$ acc_h) (c $$ acc_c) acc_hdrs (id:acc_feb), acc_f) @@ -292,7 +292,8 @@ -- the first argument's stable pointer -> DsM ( SDoc -- contents of Module_stub.h , SDoc -- contents of Module_stub.c - , [Type] -- primitive arguments expected by stub function. + , [MachRep] -- primitive arguments expected by stub function + , Int -- size of args to stub function ) dsFExport fn_id ty ext_name cconv isDyn @@ -371,7 +372,8 @@ in dsLookupGlobalId bindIOName `thenDs` \ bindIOId -> newSysLocalDs stable_ptr_ty `thenDs` \ stbl_value -> - dsFExport id export_ty fe_nm cconv True `thenDs` \ (h_code, c_code, stub_args) -> + dsFExport id export_ty fe_nm cconv True + `thenDs` \ (h_code, c_code, arg_reps, args_size) -> let stbl_app cont ret_ty = mkApps (Var bindIOId) [ Type stable_ptr_ty @@ -395,9 +397,7 @@ -- (probably in the RTS.) adjustor = FSLIT("createAdjustor") - arg_type_info = drop 2 $ map (repCharCode.argMachRep - .primRepToCgRep.typePrimRep) - stub_args + arg_type_info = map repCharCode arg_reps repCharCode F32 = 'f' repCharCode F64 = 'd' repCharCode I64 = 'l' @@ -407,17 +407,9 @@ -- so that we can attach the '@N' suffix to its label if it is a -- stdcall on Windows. mb_sz_args = case cconv of - StdCallConv -> Just (sum (map ty_size stub_args)) + StdCallConv -> Just args_size _ -> Nothing - -- NB. the calculation here isn't strictly speaking correct. - -- We have a primitive Haskell type (eg. Int#, Double#), and - -- we want to know the size, when passed on the C stack, of - -- the associated C type (eg. HsInt, HsDouble). We don't have - -- this information to hand, but we know what GHC's conventions - -- are for passing around the primitive Haskell types, so we - -- use that instead. I hope the two coincide --SDM - ty_size = machRepByteWidth.argMachRep.primRepToCgRep.typePrimRep in dsCCall adjustor adj_args PlayRisky io_res_ty `thenDs` \ ccall_adj -> -- PlayRisky: the adjustor doesn't allocate in the Haskell heap or do a callback @@ -464,33 +456,33 @@ -> CCallConv -> (SDoc, SDoc, - [Type] -- the *primitive* argument types + [MachRep], -- the argument reps + Int -- total size of arguments ) mkFExportCBits c_nm maybe_target arg_htys res_hty is_IO_res_ty cc - = (header_bits, c_bits, all_prim_arg_tys) + = (header_bits, c_bits, + [rep | (_,_,_,rep) <- arg_info], -- just the real args + sum [ machRepByteWidth rep | (_,_,_,rep) <- aug_arg_info] -- all the args + ) where - -- Create up types and names for the real args - arg_cnames, arg_ctys :: [SDoc] - arg_cnames = mkCArgNames 1 arg_htys - arg_ctys = map showStgType arg_htys - - -- and also for auxiliary ones; the stable ptr in the dynamic case, and - -- a slot for the dummy return address in the dynamic + ccall case - extra_cnames_and_tys - = case maybe_target of - Nothing -> [((text "the_stableptr", text "StgStablePtr"), mkStablePtrPrimTy alphaTy)] - other -> [] - ++ - case (maybe_target, cc) of - (Nothing, CCallConv) -> [((text "original_return_addr", text "void*"), addrPrimTy)] - other -> [] - - all_cnames_and_ctys :: [(SDoc, SDoc)] - all_cnames_and_ctys - = map fst extra_cnames_and_tys ++ zip arg_cnames arg_ctys - - all_prim_arg_tys - = map snd extra_cnames_and_tys ++ map getPrimTyOf arg_htys + -- list the arguments to the C function + arg_info :: [(SDoc, -- arg name + SDoc, -- C type + Type, -- Haskell type + MachRep)] -- the MachRep + arg_info = [ (text ('a':show n), showStgType ty, ty, + typeMachRep (getPrimTyOf ty)) + | (ty,n) <- zip arg_htys [1..] ] + + -- add some auxiliary args; the stable ptr in the wrapper case, and + -- a slot for the dummy return address in the wrapper + ccall case + aug_arg_info + | isNothing maybe_target = stable_ptr_arg : insertRetAddr cc arg_info + | otherwise = arg_info + + stable_ptr_arg = + (text "the_stableptr", text "StgStablePtr", undefined, + typeMachRep (mkStablePtrPrimTy alphaTy)) -- stuff to do with the return type of the C function res_hty_is_unit = res_hty `coreEqType` unitTy -- Look through any newtypes @@ -506,8 +498,8 @@ header_bits = ptext SLIT("extern") <+> fun_proto <> semi fun_proto = cResType <+> pprCconv <+> ftext c_nm <> - parens (hsep (punctuate comma (map (\(nm,ty) -> ty <+> nm) - all_cnames_and_ctys))) + parens (hsep (punctuate comma (map (\(nm,ty,_,_) -> ty <+> nm) + aug_arg_info))) -- the target which will form the root of what we ask rts_evalIO to run the_cfun @@ -517,9 +509,9 @@ -- the expression we give to rts_evalIO expr_to_run - = foldl appArg the_cfun (zip arg_cnames arg_htys) + = foldl appArg the_cfun arg_info -- NOT aug_arg_info where - appArg acc (arg_cname, arg_hty) + appArg acc (arg_cname, _, arg_hty, _) = text "rts_apply" <> parens (acc <> comma <> mkHObj arg_hty <> parens arg_cname) @@ -538,6 +530,30 @@ Nothing -> empty Just hs_fn -> text "extern StgClosure " <> ppr hs_fn <> text "_closure" <> semi + -- the only reason for making the mingw32 (anything targetting PE, really) stick + -- out here is that the GHCi linker isn't capable of handling .ctors sections + useStaticConstructors +#if defined(mingw32_HOST_OS) + = False +#else + = True +#endif + + initialiser + = case maybe_target of + Nothing -> empty + Just hs_fn + | not useStaticConstructors -> empty + | otherwise -> + vcat + [ text "static void stginit_export_" <> ppr hs_fn + <> text "() __attribute__((constructor));" + , text "static void stginit_export_" <> ppr hs_fn <> text "()" + , braces (text "getStablePtr" + <> parens (text "(StgPtr) &" <> ppr hs_fn <> text "_closure") + <> semi) + ] + -- finally, the whole darn thing c_bits = space $$ @@ -568,11 +584,17 @@ , if res_hty_is_unit then empty else text "return cret;" , rbrace - ] - + ] $$ + initialiser -mkCArgNames :: Int -> [a] -> [SDoc] -mkCArgNames n as = zipWith (\ _ n -> text ('a':show n)) as [n..] +-- NB. the calculation here isn't strictly speaking correct. +-- We have a primitive Haskell type (eg. Int#, Double#), and +-- we want to know the size, when passed on the C stack, of +-- the associated C type (eg. HsInt, HsDouble). We don't have +-- this information to hand, but we know what GHC's conventions +-- are for passing around the primitive Haskell types, so we +-- use that instead. I hope the two coincide --SDM +typeMachRep ty = argMachRep (typeCgRep ty) mkHObj :: Type -> SDoc mkHObj t = text "rts_mk" <> text (showFFIType t) @@ -590,6 +612,26 @@ Just (tc,_) -> tc Nothing -> pprPanic "showFFIType" (ppr t) +#if !defined(x86_64_TARGET_ARCH) +insertRetAddr CCallConv args = ret_addr_arg : args +insertRetAddr _ args = args +#else +-- On x86_64 we insert the return address after the 6th +-- integer argument, because this is the point at which we +-- need to flush a register argument to the stack (See rts/Adjustor.c for +-- details). +insertRetAddr CCallConv args = go 0 args + where go 6 args = ret_addr_arg : args + go n (arg@(_,_,_,rep):args) + | I64 <- rep = arg : go (n+1) args + | otherwise = arg : go n args + go n [] = [] +insertRetAddr _ args = args +#endif + +ret_addr_arg = (text "original_return_addr", text "void*", undefined, + typeMachRep addrPrimTy) + -- This function returns the primitive type associated with the boxed -- type argument to a foreign export (eg. Int ==> Int#). It assumes -- that all the types we are interested in have a single constructor ghc-6.4-powerpc.patch: --- NEW FILE ghc-6.4-powerpc.patch --- diff -ur ghc-6.4/distrib/configure-bin.ac ghc-6.4/distrib/configure-bin.ac --- ghc-6.4/distrib/configure-bin.ac 2005-03-10 09:10:09.000000000 -0500 +++ ghc-6.4/distrib/configure-bin.ac 2005-03-14 21:37:20.356380744 -0500 @@ -78,6 +78,10 @@ TargetPlatform=rs6000-ibm-aix;; powerpc-apple-darwin*) TargetPlatform=powerpc-apple-darwin;; +powerpc-*-linux*) + TargetPlatform=powerpc-unknown-linux;; +powerpc64-*-linux*) + TargetPlatform=powerpc64-unknown-linux;; sparc-sun-sunos4*) TargetPlatform=sparc-sun-sunos4;; sparc-sun-solaris2*) diff -ur ghc-6.4/ghc/includes/MachRegs.h ghc-6.4/ghc/includes/MachRegs.h --- ghc-6.4/ghc/includes/MachRegs.h 2005-01-28 07:55:51.000000000 -0500 +++ ghc-6.4/ghc/includes/MachRegs.h 2005-03-14 21:37:31.825368128 -0500 @@ -457,7 +457,7 @@ #define REG_R7 r20 #define REG_R8 r21 -#ifdef darwin_REGS +#if darwin_REGS #define REG_F1 f14 #define REG_F2 f15 ghc-6.4-rts-adjustor-x86_64-1097471.patch: --- NEW FILE ghc-6.4-rts-adjustor-x86_64-1097471.patch --- diff -u ghc-6.4/ghc/rts/Adjustor.c ghc-6.5/ghc/rts/Adjustor.c --- ghc-6.4/ghc/rts/Adjustor.c 2005-05-07 11:46:10.000000000 +0900 +++ ghc-6.5/ghc/rts/Adjustor.c 2005-05-07 11:46:11.000000000 +0900 @@ -46,13 +46,18 @@ #include #endif -#if defined(openbsd_HOST_OS) +#if defined(openbsd_HOST_OS) || defined(linux_HOST_OS) #include #include #include /* no C99 header stdint.h on OpenBSD? */ +#if defined(openbsd_HOST_OS) typedef unsigned long my_uintptr_t; +#else +#include +typedef uintptr_t my_uintptr_t; +#endif #endif #if defined(powerpc_HOST_ARCH) && defined(linux_HOST_OS) @@ -80,7 +85,7 @@ barf("mallocBytesRWX: failed to protect 0x%p; error=%lu; old protection: %lu\n", addr, (unsigned long)GetLastError(), (unsigned long)dwOldProtect); } -#elif defined(openbsd_HOST_OS) +#elif defined(openbsd_HOST_OS) || defined(linux_HOST_OS) /* malloced memory isn't executable by default on OpenBSD */ my_uintptr_t pageSize = sysconf(_SC_PAGESIZE); my_uintptr_t mask = ~(pageSize - 1); @@ -94,8 +99,46 @@ return addr; } +#ifdef LEADING_UNDERSCORE +#define UNDERSCORE "_" +#else +#define UNDERSCORE "" +#endif #if defined(i386_HOST_ARCH) -static unsigned char *obscure_ccall_ret_code; +/* + Now here's something obscure for you: + + When generating an adjustor thunk that uses the C calling + convention, we have to make sure that the thunk kicks off + the process of jumping into Haskell with a tail jump. Why? + Because as a result of jumping in into Haskell we may end + up freeing the very adjustor thunk we came from using + freeHaskellFunctionPtr(). Hence, we better not return to + the adjustor code on our way out, since it could by then + point to junk. + + The fix is readily at hand, just include the opcodes + for the C stack fixup code that we need to perform when + returning in some static piece of memory and arrange + to return to it before tail jumping from the adjustor thunk. +*/ +__asm__ ( + ".globl " UNDERSCORE "obscure_ccall_ret_code\n" + UNDERSCORE "obscure_ccall_ret_code:\n\t" + "addl $0x4, %esp\n\t" + "ret" + ); +extern void obscure_ccall_ret_code(void); +#endif + +#if defined(x86_64_HOST_ARCH) +__asm__ ( + ".globl " UNDERSCORE "obscure_ccall_ret_code\n" + UNDERSCORE "obscure_ccall_ret_code:\n\t" + "addq $0x8, %rsp\n\t" + "ret" + ); +extern void obscure_ccall_ret_code(void); #endif #if defined(alpha_HOST_ARCH) @@ -195,7 +238,7 @@ createAdjustor(int cconv, StgStablePtr hptr, StgFunPtr wptr, char *typeString -#if !defined(powerpc_HOST_ARCH) && !defined(powerpc64_HOST_ARCH) +#if !defined(powerpc_HOST_ARCH) && !defined(powerpc64_HOST_ARCH) && !defined(x86_64_HOST_ARCH) STG_UNUSED #endif ) @@ -279,6 +322,111 @@ adj_code[0x0f] = (unsigned char)0xff; /* jmp *%eax */ adj_code[0x10] = (unsigned char)0xe0; } +#elif defined(x86_64_HOST_ARCH) + /* + stack at call: + argn + ... + arg7 + return address + %rdi,%rsi,%rdx,%rcx,%r8,%r9 = arg0..arg6 + + if there are <6 integer args, then we can just push the + StablePtr into %edi and shuffle the other args up. + + If there are >=6 integer args, then we have to flush one arg + to the stack, and arrange to adjust the stack ptr on return. + The stack will be rearranged to this: + + argn + ... + arg7 + return address *** <-- dummy arg in stub fn. + arg6 + obscure_ccall_ret_code + + This unfortunately means that the type of the stub function + must have a dummy argument for the original return address + pointer inserted just after the 6th integer argument. + + Code for the simple case: + + 0: 4d 89 c1 mov %r8,%r9 + 3: 49 89 c8 mov %rcx,%r8 + 6: 48 89 d1 mov %rdx,%rcx + 9: 48 89 f2 mov %rsi,%rdx + c: 48 89 fe mov %rdi,%rsi + f: 48 8b 3d 0a 00 00 00 mov 10(%rip),%rdi + 16: e9 00 00 00 00 jmpq stub_function + ... + 20: .quad 0 # aligned on 8-byte boundary + + + And the version for >=6 integer arguments: + + 0: 41 51 push %r9 + 2: 68 00 00 00 00 pushq $obscure_ccall_ret_code + 7: 4d 89 c1 mov %r8,%r9 + a: 49 89 c8 mov %rcx,%r8 + d: 48 89 d1 mov %rdx,%rcx + 10: 48 89 f2 mov %rsi,%rdx + 13: 48 89 fe mov %rdi,%rsi + 16: 48 8b 3d 0b 00 00 00 mov 11(%rip),%rdi + 1d: e9 00 00 00 00 jmpq stub_function + ... + 28: .quad 0 # aligned on 8-byte boundary + */ + + /* we assume the small code model (gcc -mcmmodel=small) where + * all symbols are <2^32, so hence wptr should fit into 32 bits. + */ + ASSERT(((long)wptr >> 32) == 0); + + { + int i = 0; + char *c; + + // determine whether we have 6 or more integer arguments, + // and therefore need to flush one to the stack. + for (c = typeString; *c != '\0'; c++) { + if (*c == 'i' || *c == 'l') i++; + if (i == 6) break; + } + + if (i < 6) { + adjustor = mallocBytesRWX(40); + + *(StgInt32 *)adjustor = 0x49c1894d; + *(StgInt32 *)(adjustor+4) = 0x8948c889; + *(StgInt32 *)(adjustor+8) = 0xf28948d1; + *(StgInt32 *)(adjustor+12) = 0x48fe8948; + *(StgInt32 *)(adjustor+16) = 0x000a3d8b; + *(StgInt32 *)(adjustor+20) = 0x00e90000; + + *(StgInt32 *)(adjustor+23) = + (StgInt32)((StgInt64)wptr - (StgInt64)adjustor - 27); + *(StgInt64 *)(adjustor+32) = (StgInt64)hptr; + } + else + { + adjustor = mallocBytesRWX(48); + + *(StgInt32 *)adjustor = 0x00685141; + *(StgInt32 *)(adjustor+4) = 0x4d000000; + *(StgInt32 *)(adjustor+8) = 0x8949c189; + *(StgInt32 *)(adjustor+12) = 0xd18948c8; + *(StgInt32 *)(adjustor+16) = 0x48f28948; + *(StgInt32 *)(adjustor+20) = 0x8b48fe89; + *(StgInt32 *)(adjustor+24) = 0x00000b3d; + *(StgInt32 *)(adjustor+28) = 0x0000e900; + + *(StgInt32 *)(adjustor+3) = + (StgInt32)(StgInt64)obscure_ccall_ret_code; + *(StgInt32 *)(adjustor+30) = + (StgInt32)((StgInt64)wptr - (StgInt64)adjustor - 34); + *(StgInt64 *)(adjustor+40) = (StgInt64)hptr; + } + } #elif defined(sparc_HOST_ARCH) /* Magic constant computed by inspecting the code length of the following assembly language snippet (offset and machine code prefixed): @@ -848,7 +996,16 @@ freeStablePtr(*((StgStablePtr*)((unsigned char*)ptr + 0x01))); } else { freeStablePtr(*((StgStablePtr*)((unsigned char*)ptr + 0x02))); - } + } +#elif defined(x86_64_HOST_ARCH) + if ( *(StgWord16 *)ptr == 0x894d ) { + freeStablePtr(*(StgStablePtr*)(ptr+32)); + } else if ( *(StgWord16 *)ptr == 0x5141 ) { + freeStablePtr(*(StgStablePtr*)(ptr+40)); + } else { + errorBelch("freeHaskellFunctionPtr: not for me, guv! %p\n", ptr); + return; + } #elif defined(sparc_HOST_ARCH) if ( *(unsigned long*)ptr != 0x9C23A008UL ) { errorBelch("freeHaskellFunctionPtr: not for me, guv! %p\n", ptr); @@ -906,30 +1063,4 @@ void initAdjustor(void) { -#if defined(i386_HOST_ARCH) - /* Now here's something obscure for you: - - When generating an adjustor thunk that uses the C calling - convention, we have to make sure that the thunk kicks off - the process of jumping into Haskell with a tail jump. Why? - Because as a result of jumping in into Haskell we may end - up freeing the very adjustor thunk we came from using - freeHaskellFunctionPtr(). Hence, we better not return to - the adjustor code on our way out, since it could by then - point to junk. - - The fix is readily at hand, just include the opcodes - for the C stack fixup code that we need to perform when - returning in some static piece of memory and arrange - to return to it before tail jumping from the adjustor thunk. - */ - - obscure_ccall_ret_code = mallocBytesRWX(4); - - obscure_ccall_ret_code[0x00] = (unsigned char)0x83; /* addl $0x4, %esp */ - obscure_ccall_ret_code[0x01] = (unsigned char)0xc4; - obscure_ccall_ret_code[0x02] = (unsigned char)0x04; - - obscure_ccall_ret_code[0x03] = (unsigned char)0xc3; /* ret */ -#endif } --- NEW FILE ghc.spec --- %define build_version 6.4 %define ghcver ghc64 # speed up test builds by not building profiled libraries %define build_prof 1 %define build_doc 0 # ghc-6.4 doesn't build with gcc-4.0 yet %define _with_gcc32 %{nil} Name: ghc Version: 6.4 Release: 8 Summary: Glasgow Haskell Compilation system License: BSD style Group: Development/Languages Source: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2 URL: http://haskell.org/ghc/ Requires: %{ghcver} = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: sed, %{ghcver}, %{?_with_gcc32: compat-gcc-32} Buildrequires: gmp-devel, readline-devel, xorg-x11-devel, freeglut-devel, openal-devel %if %{build_doc} # haddock generates libraries/ docs Buildrequires: libxslt, docbook-style-xsl, haddock %endif Prefix: %{_prefix} Patch1: ghc-6.4-powerpc.patch Patch2: rts-GCCompact.h-x86_64.patch Patch3: ghc-6.4-dsforeign-x86_64-1097471.patch Patch4: ghc-6.4-rts-adjustor-x86_64-1097471.patch %description GHC is a state-of-the-art programming suite for Haskell, a purely functional programming language. It includes an optimising compiler generating good code for a variety of platforms, together with an interactive system for convenient, quick development. The distribution includes space and time profiling facilities, a large collection of libraries, and support for various language extensions, including concurrency, exceptions, and a foreign language interface. %package -n %{ghcver} Summary: Documentation for GHC Group: Development/Languages Requires: gcc gmp-devel readline-devel %description -n %{ghcver} GHC is a state-of-the-art programming suite for Haskell, a purely functional programming language. It includes an optimising compiler generating good code for a variety of platforms, together with an interactive system for convenient, quick development. The distribution includes space and time profiling facilities, a large collection of libraries, and support for various language extensions, including concurrency, exceptions, and a foreign language interfaces. This package contains all the main files and libraries of version %{version}. %if %{build_prof} %package -n %{ghcver}-prof Summary: Profiling libraries for GHC Group: Development/Libraries Requires: %{ghcver} = %{version}-%{release} Obsoletes: ghc-prof %description -n %{ghcver}-prof Profiling libraries for Glorious Glasgow Haskell Compilation System (GHC). They should be installed when GHC's profiling subsystem is needed. %endif %package doc Summary: Documentation for GHC Group: Development/Languages %description doc Preformatted documentation for the Glorious Glasgow Haskell Compilation System (GHC) and its libraries. It should be installed if you like to have local access to the documentation in HTML format. # the debuginfo subpackage is currently empty anyway, so don't generate it %define debug_package %{nil} %define __spec_install_post /usr/lib/rpm/brp-compress %prep %setup -q -n ghc-%{version} %patch1 -p1 -b .1-ppc %patch2 -p1 -b .2-x86_64 %patch3 -p1 -b .3-x86_64 %patch4 -p1 -b .4-x86_64 %build %ifarch x86_64 echo "SplitObjs = NO" >> mk/build.mk echo "GhcWithInterpreter = NO" >> mk/build.mk %endif %if !%{build_prof} echo "GhcLibWays=" >> mk/build.mk echo "GhcRTSWays=thr debug" >> mk/build.mk %endif ./configure --prefix=%{_prefix} --libdir=%{_libdir} --with-ghc=ghc-%{build_version} %{?_with_gcc32: --with-gcc=%{_bindir}/gcc32} make all %if %{build_doc} make html %endif %install rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir}/%{name}-%{version} install %if %{build_doc} make datadir=$RPM_BUILD_ROOT%{_docdir}/ghc-%{version} XMLDocWays="html" install-docs %endif SRC_TOP=$PWD rm -f rpm-*-filelist rpm-*.files ( cd $RPM_BUILD_ROOT find .%{_libdir}/%{name}-%{version} \( -type d -fprintf $SRC_TOP/rpm-dir.files "%%%%dir %%p\n" \) -o \( -type f \( -name '*.p_hi' -o -name '*_p.a' \) -fprint $SRC_TOP/rpm-prof.files \) -o \( -not -name 'package.conf' -fprint $SRC_TOP/rpm-lib.files \) ) # make paths absolute (filter "./usr" to "/usr") sed -i -e "s|\.%{_prefix}|%{_prefix}|" rpm-*.files cat rpm-dir.files rpm-lib.files > rpm-base-filelist %if %{build_prof} cat rpm-dir.files rpm-prof.files > rpm-prof-filelist %endif %clean rm -rf $RPM_BUILD_ROOT %post ## tweak prefix in drivers scripts if relocating if [ "${RPM_INSTALL_PREFIX}" != "%{_prefix}" ]; then BINDIR=`echo %{_bindir} | sed -e "s|%{_prefix}|${RPM_INSTALL_PREFIX}|"` sed -i "s|%{_prefix}|${RPM_INSTALL_PREFIX}|" ${BINDIR}/{ghcprof,hsc2hs} fi %post -n %{ghcver} ## tweak prefix in drivers scripts if relocating if [ "${RPM_INSTALL_PREFIX}" != "%{_prefix}" ]; then BINDIR=`echo %{_bindir} | sed -e "s|%{_prefix}|${RPM_INSTALL_PREFIX}|"` LIBDIR=`echo %{_libdir} | sed -e "s|%{_prefix}|${RPM_INSTALL_PREFIX}|"` sed -i "s|%{_prefix}|${RPM_INSTALL_PREFIX}|" ${BINDIR}/ghc*-%{version} ${LIBDIR}/ghc-%{version}/package.conf fi %files %defattr(-,root,root,-) %{_bindir}/* %exclude %{_bindir}/ghc*%{version} %files -n %{ghcver} -f rpm-base-filelist %defattr(-,root,root,-) %doc ghc/ANNOUNCE ghc/LICENSE ghc/README %{_bindir}/ghc*%{version} %config(noreplace) %{_libdir}/ghc-%{version}/package.conf %if %{build_prof} %files -n %{ghcver}-prof -f rpm-prof-filelist %defattr(-,root,root,-) %endif %if %{build_doc} %files doc %defattr(-,root,root,-) %{_docdir}/%{name}-%{version} %endif %changelog * Thu May 12 2005 Jens Petersen - 6.4-8 - initial import into Fedora Extras * Thu May 12 2005 Jens Petersen - add build_prof and build_doc switches for -doc and -prof subpackages - add _with_gcc32 switch since ghc-6.4 doesn't build with gcc-4.0 * Wed May 11 2005 Jens Petersen - 6.4-7 - make package relocatable (ghc#1084122) - add post install scripts to replace prefix in driver scripts - buildrequire libxslt and docbook-style-xsl instead of docbook-utils and flex * Fri May 6 2005 Jens Petersen - 6.4-6 - add ghc-6.4-dsforeign-x86_64-1097471.patch and ghc-6.4-rts-adjustor-x86_64-1097471.patch from trunk to hopefully fix ffi support on x86_64 (Simon Marlow, ghc#1097471) - use XMLDocWays instead of SGMLDocWays to build documentation fully * Mon May 2 2005 Jens Petersen - 6.4-5 - add rts-GCCompact.h-x86_64.patch to fix GC issue on x86_64 (Simon Marlow) * Thu Mar 17 2005 Jens Petersen - 6.4-4 - add ghc-6.4-powerpc.patch (Ryan Lortie) - disable building interpreter rather than install and delete on x86_64 * Wed Mar 16 2005 Jens Petersen - 6.4-3 - make ghc require ghcver of same ver-rel - on x86_64 remove ghci for now since it doesn't work and all .o files * Tue Mar 15 2005 Jens Petersen - 6.4-2 - ghc requires ghcver (Amanda Clare) * Sat Mar 12 2005 Jens Petersen - 6.4-1 - 6.4 release - x86_64 build no longer unregisterised - use sed instead of perl to tidy filelists - buildrequire ghc64 instead of ghc-6.4 - no epoch for ghc64-prof's ghc64 requirement - install docs directly in docdir * Fri Jan 21 2005 Jens Petersen - 6.2.2-2 - add x86_64 port - build unregistered and without splitobjs - specify libdir to configure and install - rename ghc-prof to ghcXYZ-prof, which obsoletes ghc-prof * Mon Dec 6 2004 Jens Petersen - 6.2.2-1 - move ghc requires to ghcXYZ * Wed Nov 24 2004 Jens Petersen - 6.2.2-0.fdr.1 - ghc622 - provide ghc = %%version - require gcc, gmp-devel and readline-devel * Fri Oct 15 2004 Gerard Milmeister - 6.2.2-0.fdr.1 - New Version 6.2.2 * Mon Mar 22 2004 Gerard Milmeister - 6.2.1-0.fdr.1 - New Version 6.2.1 * Tue Dec 16 2003 Gerard Milmeister - 6.2-0.fdr.1 - New Version 6.2 * Tue Dec 16 2003 Gerard Milmeister - 6.0.1-0.fdr.3 - A few minor specfile tweaks * Mon Dec 15 2003 Gerard Milmeister - 6.0.1-0.fdr.2 - Different file list generation * Mon Oct 20 2003 Gerard Milmeister - 6.0.1-0.fdr.1 - First Fedora release - Added generated html docs, so that haddock is not needed * Wed Sep 26 2001 Manuel Chakravarty - small changes for 5.04 * Wed Sep 26 2001 Manuel Chakravarty - split documentation off into a separate package - adapt to new docbook setup in RH7.1 * Mon Apr 16 2001 Manuel Chakravarty - revised for 5.00 - also runs autoconf automagically if no ./configure found * Thu Jun 22 2000 Sven Panne - removed explicit usage of hslibs/docs, it belongs to ghc/docs/set * Sun Apr 23 2000 Manuel Chakravarty - revised for ghc 4.07; added suggestions from Pixel - added profiling package * Tue Dec 7 1999 Manuel Chakravarty - version for use from CVS * Thu Sep 16 1999 Manuel Chakravarty - modified for GHC 4.04, patchlevel 1 (no more 62 tuple stuff); minimises use of patch files - instead emits a build.mk on-the-fly * Sat Jul 31 1999 Manuel Chakravarty - modified for GHC 4.04 * Wed Jun 30 1999 Manuel Chakravarty - some more improvements from vbzoli * Fri Feb 26 1999 Manuel Chakravarty - modified for GHC 4.02 * Thu Dec 24 1998 Zoltan Vorosbaranyi - added BuildRoot - files located in /usr/local/bin, /usr/local/lib moved to /usr/bin, /usr/lib * Tue Jul 28 1998 Manuel Chakravarty - original version rts-GCCompact.h-x86_64.patch: --- NEW FILE rts-GCCompact.h-x86_64.patch --- --- fptools/ghc/rts/GCCompact.h 2004/09/12 11:27:14 1.4 +++ fptools/ghc/rts/GCCompact.h 2005/04/29 16:18:58 1.5 @@ -12,7 +12,7 @@ mark(StgPtr p, bdescr *bd) nat offset_within_block = p - bd->start; // in words StgPtr bitmap_word = (StgPtr)bd->u.bitmap + (offset_within_block / (sizeof(W_)*BITS_PER_BYTE)); - nat bit_mask = 1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); + StgWord bit_mask = (StgWord)1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); *bitmap_word |= bit_mask; } @@ -22,17 +22,17 @@ unmark(StgPtr p, bdescr *bd) nat offset_within_block = p - bd->start; // in words StgPtr bitmap_word = (StgPtr)bd->u.bitmap + (offset_within_block / (sizeof(W_)*BITS_PER_BYTE)); - nat bit_mask = 1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); + StgWord bit_mask = (StgWord)1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); *bitmap_word &= ~bit_mask; } -INLINE_HEADER int +INLINE_HEADER StgWord is_marked(StgPtr p, bdescr *bd) { nat offset_within_block = p - bd->start; // in words StgPtr bitmap_word = (StgPtr)bd->u.bitmap + (offset_within_block / (sizeof(W_)*BITS_PER_BYTE)); - nat bit_mask = 1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); + StgWord bit_mask = (StgWord)1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); return (*bitmap_word & bit_mask); } Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ghc/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 12 May 2005 07:35:42 -0000 1.1 +++ .cvsignore 12 May 2005 07:37:43 -0000 1.2 @@ -0,0 +1 @@ +ghc-6.4-src.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ghc/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 12 May 2005 07:35:42 -0000 1.1 +++ sources 12 May 2005 07:37:43 -0000 1.2 @@ -0,0 +1 @@ +45ea4e15f135698feb88d12c5000aaf8 ghc-6.4-src.tar.bz2 From fedora-extras-commits at redhat.com Thu May 12 07:39:26 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 12 May 2005 03:39:26 -0400 Subject: rpms/gpa/devel gpa.spec,1.5,1.6 Message-ID: <200505120739.j4C7dQW1015258@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15241 Modified Files: gpa.spec Log Message: Rebuild now that gpgme is available for PPC. Index: gpa.spec =================================================================== RCS file: /cvs/extras/rpms/gpa/devel/gpa.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gpa.spec 6 Apr 2005 22:11:38 -0000 1.5 +++ gpa.spec 12 May 2005 07:39:24 -0000 1.6 @@ -1,7 +1,6 @@ Name: gpa Version: 0.7.0 -Release: 3 - +Release: 4 Summary: Graphical user interface for GnuPG Group: Applications/System @@ -60,7 +59,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Ville Skytt?? - 0.7.0-4 +- Rebuild. + +* Fri Apr 7 2005 Michael Schwendt - 0.7.0-3 - rebuilt * Tue Nov 25 2003 Ville Skytt?? - 0:0.7.0-0.fdr.2 From fedora-extras-commits at redhat.com Thu May 12 07:39:52 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 12 May 2005 03:39:52 -0400 Subject: common tobuild,1.411,1.412 Message-ID: <200505120739.j4C7dq2x015441@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15409 Modified Files: tobuild Log Message: request build of rpms/gpa/devel gpa-0_7_0-4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.411 retrieving revision 1.412 diff -u -r1.411 -r1.412 --- tobuild 12 May 2005 06:24:49 -0000 1.411 +++ tobuild 12 May 2005 07:39:50 -0000 1.412 @@ -18,3 +18,4 @@ mschwendt rpms/gpgme/devel gpgme-1_0_2-3_fc4 devel oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 devel oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 +scop rpms/gpa/devel gpa-0_7_0-4 devel From fedora-extras-commits at redhat.com Thu May 12 07:52:10 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:52:10 -0400 Subject: rpms/ghc/FC-3 ghc.spec,1.1,1.2 Message-ID: <200505120752.j4C7qAws015530@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15509 Modified Files: ghc.spec Log Message: remove _with_gcc32 since it is not needed for FC-3 Index: ghc.spec =================================================================== RCS file: /cvs/extras/rpms/ghc/FC-3/ghc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ghc.spec 12 May 2005 07:37:43 -0000 1.1 +++ ghc.spec 12 May 2005 07:52:08 -0000 1.2 @@ -5,9 +5,6 @@ %define build_prof 1 %define build_doc 0 -# ghc-6.4 doesn't build with gcc-4.0 yet -%define _with_gcc32 %{nil} - Name: ghc Version: 6.4 Release: 8 @@ -18,7 +15,7 @@ URL: http://haskell.org/ghc/ Requires: %{ghcver} = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: sed, %{ghcver}, %{?_with_gcc32: compat-gcc-32} +BuildRequires: sed, %{ghcver} Buildrequires: gmp-devel, readline-devel, xorg-x11-devel, freeglut-devel, openal-devel %if %{build_doc} # haddock generates libraries/ docs @@ -100,7 +97,7 @@ echo "GhcRTSWays=thr debug" >> mk/build.mk %endif -./configure --prefix=%{_prefix} --libdir=%{_libdir} --with-ghc=ghc-%{build_version} %{?_with_gcc32: --with-gcc=%{_bindir}/gcc32} +./configure --prefix=%{_prefix} --libdir=%{_libdir} --with-ghc=ghc-%{build_version} make all %if %{build_doc} @@ -176,7 +173,6 @@ * Thu May 12 2005 Jens Petersen - add build_prof and build_doc switches for -doc and -prof subpackages -- add _with_gcc32 switch since ghc-6.4 doesn't build with gcc-4.0 * Wed May 11 2005 Jens Petersen - 6.4-7 - make package relocatable (ghc#1084122) From fedora-extras-commits at redhat.com Thu May 12 08:00:43 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 04:00:43 -0400 Subject: rpms/ghc/devel ghc.spec,1.1,1.2 Message-ID: <200505120800.j4C80h7R015583@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15562 Modified Files: ghc.spec Log Message: deliberately break building for now since ghc doesn't build yet with gcc4 (Warren Togami) Index: ghc.spec =================================================================== RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ghc.spec 12 May 2005 07:37:43 -0000 1.1 +++ ghc.spec 12 May 2005 08:00:41 -0000 1.2 @@ -1,3 +1,7 @@ +# FIXME - break-build placeholder for devel +# if you really want to build from this then comment out the following: +echo "** ghc currently requires gcc32 to build in fc4! **" && exit 1 + %define build_version 6.4 %define ghcver ghc64 From fedora-extras-commits at redhat.com Thu May 12 09:22:05 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 05:22:05 -0400 Subject: rpms/ghc/devel ghc.spec,1.2,1.3 Message-ID: <200505120922.j4C9M58q018186@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18152 Modified Files: ghc.spec Log Message: break build (since BRs compat-gcc) in a more Makefile.common friendly way Index: ghc.spec =================================================================== RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ghc.spec 12 May 2005 08:00:41 -0000 1.2 +++ ghc.spec 12 May 2005 09:22:03 -0000 1.3 @@ -1,7 +1,3 @@ -# FIXME - break-build placeholder for devel -# if you really want to build from this then comment out the following: -echo "** ghc currently requires gcc32 to build in fc4! **" && exit 1 - %define build_version 6.4 %define ghcver ghc64 @@ -88,7 +84,9 @@ %define __spec_install_post /usr/lib/rpm/brp-compress %prep -%setup -q -n ghc-%{version} +## FIXME: ghc currently doesn't build with gcc4 +## to do a test build uncomment %%setup +#%%setup -q -n ghc-%{version} %patch1 -p1 -b .1-ppc %patch2 -p1 -b .2-x86_64 %patch3 -p1 -b .3-x86_64 From fedora-extras-commits at redhat.com Thu May 12 12:44:02 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 12 May 2005 08:44:02 -0400 Subject: common tobuild,1.412,1.413 Message-ID: <200505121244.j4CCi24B021615@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21598 Modified Files: tobuild Log Message: request build of rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.412 retrieving revision 1.413 diff -u -r1.412 -r1.413 --- tobuild 12 May 2005 07:39:50 -0000 1.412 +++ tobuild 12 May 2005 12:43:59 -0000 1.413 @@ -19,3 +19,4 @@ oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 devel oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 scop rpms/gpa/devel gpa-0_7_0-4 devel +bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development From fedora-extras-commits at redhat.com Thu May 12 14:19:29 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:19:29 -0400 Subject: rpms/tetex-xcolor/devel tetex-xcolor.spec,1.3,1.4 Message-ID: <200505121419.j4CEJTMx023795@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/tetex-xcolor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23778 Modified Files: tetex-xcolor.spec Log Message: Dist tag. Index: tetex-xcolor.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-xcolor/devel/tetex-xcolor.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tetex-xcolor.spec 6 Apr 2005 22:13:33 -0000 1.3 +++ tetex-xcolor.spec 12 May 2005 14:19:27 -0000 1.4 @@ -6,8 +6,7 @@ Name: tetex-%{texpkg} Version: 2.02 -Release: 2 - +Release: 3%{?dist} Summary: Driver-independent color extensions for LaTeX and pdfLaTeX Group: Applications/Publishing @@ -73,7 +72,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 2.02-3 +- Dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 2.02-2 - rebuilt * Mon Mar 28 2005 Jose Pedro Oliveira - 2.02-1 From fedora-extras-commits at redhat.com Thu May 12 14:19:57 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:19:57 -0400 Subject: common tobuild,1.413,1.414 Message-ID: <200505121419.j4CEJv34023852@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23835 Modified Files: tobuild Log Message: request build of rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.413 retrieving revision 1.414 diff -u -r1.413 -r1.414 --- tobuild 12 May 2005 12:43:59 -0000 1.413 +++ tobuild 12 May 2005 14:19:55 -0000 1.414 @@ -20,3 +20,4 @@ oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 scop rpms/gpa/devel gpa-0_7_0-4 devel bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development +jpo rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 development From fedora-extras-commits at redhat.com Thu May 12 14:21:33 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:21:33 -0400 Subject: rpms/tetex-bytefield/devel tetex-bytefield.spec,1.2,1.3 Message-ID: <200505121421.j4CELXA7023892@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/tetex-bytefield/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23875 Modified Files: tetex-bytefield.spec Log Message: Dist tag. Index: tetex-bytefield.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-bytefield/devel/tetex-bytefield.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tetex-bytefield.spec 6 Apr 2005 22:13:32 -0000 1.2 +++ tetex-bytefield.spec 12 May 2005 14:21:31 -0000 1.3 @@ -6,8 +6,7 @@ Name: tetex-%{texpkg} Version: 1.2 -Release: 2 - +Release: 3%{?dist} Summary: Create illustrations for network protocol specifications Group: Applications/Publishing @@ -63,7 +62,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 1.2-3 +- Dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 1.2-2 - rebuilt * Tue Mar 15 2005 Jose Pedro Oliveira - 1.2-1 From fedora-extras-commits at redhat.com Thu May 12 14:22:04 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:22:04 -0400 Subject: common tobuild,1.414,1.415 Message-ID: <200505121422.j4CEM4S1023949@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23932 Modified Files: tobuild Log Message: request build of rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.414 retrieving revision 1.415 diff -u -r1.414 -r1.415 --- tobuild 12 May 2005 14:19:55 -0000 1.414 +++ tobuild 12 May 2005 14:22:02 -0000 1.415 @@ -21,3 +21,4 @@ scop rpms/gpa/devel gpa-0_7_0-4 devel bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development jpo rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 development +jpo rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 development From fedora-extras-commits at redhat.com Thu May 12 14:23:54 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:23:54 -0400 Subject: rpms/tetex-pgf/devel tetex-pgf.spec,1.2,1.3 Message-ID: <200505121423.j4CENsgS023998@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/tetex-pgf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23981 Modified Files: tetex-pgf.spec Log Message: Dist tag. Index: tetex-pgf.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-pgf/devel/tetex-pgf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tetex-pgf.spec 6 Apr 2005 22:13:33 -0000 1.2 +++ tetex-pgf.spec 12 May 2005 14:23:52 -0000 1.3 @@ -6,8 +6,7 @@ Name: tetex-%{texpkg} Version: 0.65 -Release: 2 - +Release: 3%{?dist} Summary: Create PostScript and PDF graphics in TeX Group: Applications/Publishing @@ -62,7 +61,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 0.65-3 +- Dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 0.65-2 - rebuilt * Wed Feb 23 2005 Jose Pedro Oliveira - 0.65-1 From fedora-extras-commits at redhat.com Thu May 12 14:26:26 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:26:26 -0400 Subject: common tobuild,1.415,1.416 Message-ID: <200505121426.j4CEQQpq024080@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24063 Modified Files: tobuild Log Message: request build of rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.415 retrieving revision 1.416 diff -u -r1.415 -r1.416 --- tobuild 12 May 2005 14:22:02 -0000 1.415 +++ tobuild 12 May 2005 14:26:24 -0000 1.416 @@ -22,3 +22,5 @@ bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development jpo rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 development jpo rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 development +jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development +jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development From jpo at di.uminho.pt Thu May 12 14:30:29 2005 From: jpo at di.uminho.pt (=?ISO-8859-1?Q?Jos=E9_Pedro_Oliveira?=) Date: Thu, 12 May 2005 15:30:29 +0100 Subject: common tobuild,1.415,1.416 (make build problems) In-Reply-To: <200505121426.j4CEQQpq024080@cvs-int.fedora.redhat.com> References: <200505121426.j4CEQQpq024080@cvs-int.fedora.redhat.com> Message-ID: <42836885.6090405@di.uminho.pt> Another duplicated request to another problem with make build Only got the following output in the first invocation: $ cvs -q update For more information on using the Fedora CVS repositories, please visit http://fedoraproject.org/wiki/UsingCvs $ The second invocation produced the expected output: $ make build TARGET=development For more information on using the Fedora CVS repositories, please visit http://fedoraproject.org/wiki/UsingCvs For more information on using the Fedora CVS repositories, please visit http://fedoraproject.org/wiki/UsingCvs **** Access allowed: jpo is in ACL for common. Checking in tobuild; /cvs/extras/common/tobuild,v <-- tobuild new revision: 1.416; previous revision: 1.415 done Running syncmail... Mailing cvsextras at fedora.redhat.com... ...syncmail done $ Jose Pedro Oliveira (jpo) wrote: > Author: jpo > > Update of /cvs/extras/common > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24063 > > Modified Files: > tobuild > Log Message: > request build of rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 for development > > > Index: tobuild > =================================================================== > RCS file: /cvs/extras/common/tobuild,v > retrieving revision 1.415 > retrieving revision 1.416 > diff -u -r1.415 -r1.416 > --- tobuild 12 May 2005 14:22:02 -0000 1.415 > +++ tobuild 12 May 2005 14:26:24 -0000 1.416 > @@ -22,3 +22,5 @@ > bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development > jpo rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 development > jpo rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 development > +jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development > +jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development -- Jos? Pedro Oliveira * mailto: jpo at di.uminho.pt * http://gsd.di.uminho.pt/~jpo * * gpg fingerprint = F9B6 8D87 859D 1C94 48F0 84C0 9749 9EB5 91BD 851B * -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 251 bytes Desc: OpenPGP digital signature URL: From fedora-extras-commits at redhat.com Thu May 12 14:34:03 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:34:03 -0400 Subject: rpms/tetex-beamer/devel tetex-beamer.spec,1.2,1.3 Message-ID: <200505121434.j4CEY3uE024136@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/tetex-beamer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24119 Modified Files: tetex-beamer.spec Log Message: Dist tag. Index: tetex-beamer.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-beamer/devel/tetex-beamer.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tetex-beamer.spec 6 Apr 2005 22:13:32 -0000 1.2 +++ tetex-beamer.spec 12 May 2005 14:34:01 -0000 1.3 @@ -6,8 +6,7 @@ Name: tetex-%{texpkg} Version: 3.01 -Release: 2 - +Release: 3%{?dist} Summary: A LaTeX class for producing presentations and slides Group: Applications/Publishing @@ -76,7 +75,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 3.01-3 +- Dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 3.01-2 - rebuilt * Wed Feb 23 2005 Jose Pedro Oliveira - 3.01-1 From fedora-extras-commits at redhat.com Thu May 12 14:35:01 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:35:01 -0400 Subject: common tobuild,1.416,1.417 Message-ID: <200505121435.j4CEZ1SI024193@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24176 Modified Files: tobuild Log Message: request build of rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.416 retrieving revision 1.417 diff -u -r1.416 -r1.417 --- tobuild 12 May 2005 14:26:24 -0000 1.416 +++ tobuild 12 May 2005 14:34:58 -0000 1.417 @@ -24,3 +24,4 @@ jpo rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 development jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development +jpo rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 development From fedora-extras-commits at redhat.com Thu May 12 14:38:14 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:38:14 -0400 Subject: common tobuild,1.417,1.418 Message-ID: <200505121438.j4CEcEN3024263@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24244 Modified Files: tobuild Log Message: request build of rpms/tla/devel tla-1_3_2-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.417 retrieving revision 1.418 diff -u -r1.417 -r1.418 --- tobuild 12 May 2005 14:34:58 -0000 1.417 +++ tobuild 12 May 2005 14:38:12 -0000 1.418 @@ -25,3 +25,4 @@ jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development jpo rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 development +shahms rpms/tla/devel tla-1_3_2-5_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:38:41 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:38:41 -0400 Subject: common tobuild,1.418,1.419 Message-ID: <200505121438.j4CEcfRE024323@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24306 Modified Files: tobuild Log Message: request build of rpms/tla/FC-3 tla-1_3_2-5_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.418 retrieving revision 1.419 diff -u -r1.418 -r1.419 --- tobuild 12 May 2005 14:38:12 -0000 1.418 +++ tobuild 12 May 2005 14:38:39 -0000 1.419 @@ -26,3 +26,4 @@ jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development jpo rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 development shahms rpms/tla/devel tla-1_3_2-5_fc4 devel +shahms rpms/tla/FC-3 tla-1_3_2-5_fc3 fc3 From fedora-extras-commits at redhat.com Thu May 12 14:38:46 2005 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 12 May 2005 10:38:46 -0400 Subject: rpms/inadyn/FC-3 inadyn.spec,1.3,1.4 Message-ID: <200505121438.j4CEckQC024342@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/inadyn/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24267 Modified Files: inadyn.spec Log Message: Description: Add .fc3 for the fc3 package. Index: inadyn.spec =================================================================== RCS file: /cvs/extras/rpms/inadyn/FC-3/inadyn.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- inadyn.spec 9 May 2005 15:23:56 -0000 1.3 +++ inadyn.spec 12 May 2005 14:38:44 -0000 1.4 @@ -1,6 +1,6 @@ Name: inadyn Version: 1.90 -Release: 11 +Release: 11.fc3 Summary: Dynamic DNS Client @@ -81,6 +81,9 @@ %config %{_sysconfdir}/inadyn.conf %changelog +* Thu May 12 2005 Jochen Schmitt 1.90-11.fc3 +- Add .fc3 for FC3 + * Tue May 3 2005 Jochen Schmitt 1.90-11 - Move note from README.Fedora to %%description From fedora-extras-commits at redhat.com Thu May 12 14:39:42 2005 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 12 May 2005 10:39:42 -0400 Subject: common tobuild,1.419,1.420 Message-ID: <200505121439.j4CEdgLQ024410@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24393 Modified Files: tobuild Log Message: request build of rpms/inadyn/FC-3 inadyn-1_90-11_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.419 retrieving revision 1.420 diff -u -r1.419 -r1.420 --- tobuild 12 May 2005 14:38:39 -0000 1.419 +++ tobuild 12 May 2005 14:39:40 -0000 1.420 @@ -27,3 +27,4 @@ jpo rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 development shahms rpms/tla/devel tla-1_3_2-5_fc4 devel shahms rpms/tla/FC-3 tla-1_3_2-5_fc3 fc3 +s4504kr rpms/inadyn/FC-3 inadyn-1_90-11_fc3 FC3 From fedora-extras-commits at redhat.com Thu May 12 14:40:36 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Thu, 12 May 2005 10:40:36 -0400 Subject: common tobuild,1.420,1.421 Message-ID: <200505121440.j4CEea4J024443@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24426 Modified Files: tobuild Log Message: request build of rpms/synergy/devel synergy-1_2_2-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.420 retrieving revision 1.421 diff -u -r1.420 -r1.421 --- tobuild 12 May 2005 14:39:40 -0000 1.420 +++ tobuild 12 May 2005 14:40:34 -0000 1.421 @@ -28,3 +28,4 @@ shahms rpms/tla/devel tla-1_3_2-5_fc4 devel shahms rpms/tla/FC-3 tla-1_3_2-5_fc3 fc3 s4504kr rpms/inadyn/FC-3 inadyn-1_90-11_fc3 FC3 +thias rpms/synergy/devel synergy-1_2_2-3 devel From fedora-extras-commits at redhat.com Thu May 12 14:42:05 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:42:05 -0400 Subject: rpms/bazaar/devel bazaar.spec,1.4,1.5 Message-ID: <200505121442.j4CEg5Ti024466@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bazaar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24449 Modified Files: bazaar.spec Log Message: add dist tag, rebuild for x86_64 and ppc Index: bazaar.spec =================================================================== RCS file: /cvs/extras/rpms/bazaar/devel/bazaar.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bazaar.spec 20 Apr 2005 15:18:13 -0000 1.4 +++ bazaar.spec 12 May 2005 14:42:03 -0000 1.5 @@ -1,7 +1,7 @@ Name: bazaar Version: 1.3.2 Summary: A distributed revision control system -Release: 3 +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://bazaar.canonical.com/releases/src/%{name}_%{version}.tar.gz @@ -60,6 +60,9 @@ %{_bindir}/bazaar-gpg-check %changelog +* Thu May 12 2005 Shahms E. King 1.3.2-4 +- Add dist tag, rebuild for missing architectures + * Wed Apr 20 2005 Shahms E. King 1.3.2-3 - Fix branch EVR problem From fedora-extras-commits at redhat.com Thu May 12 14:42:18 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:42:18 -0400 Subject: common tobuild,1.421,1.422 Message-ID: <200505121442.j4CEgILr024528@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24508 Modified Files: tobuild Log Message: request build of rpms/bazaar/devel bazaar-1_3_2-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.421 retrieving revision 1.422 diff -u -r1.421 -r1.422 --- tobuild 12 May 2005 14:40:34 -0000 1.421 +++ tobuild 12 May 2005 14:42:16 -0000 1.422 @@ -29,3 +29,4 @@ shahms rpms/tla/FC-3 tla-1_3_2-5_fc3 fc3 s4504kr rpms/inadyn/FC-3 inadyn-1_90-11_fc3 FC3 thias rpms/synergy/devel synergy-1_2_2-3 devel +shahms rpms/bazaar/devel bazaar-1_3_2-4_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:42:38 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:42:38 -0400 Subject: rpms/bazaar/FC-3 bazaar.spec,1.3,1.4 Message-ID: <200505121442.j4CEgcUU024552@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bazaar/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24535 Modified Files: bazaar.spec Log Message: add dist tag, rebuild for missing archs Index: bazaar.spec =================================================================== RCS file: /cvs/extras/rpms/bazaar/FC-3/bazaar.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bazaar.spec 18 Apr 2005 18:18:18 -0000 1.3 +++ bazaar.spec 12 May 2005 14:42:36 -0000 1.4 @@ -1,7 +1,7 @@ Name: bazaar Version: 1.3.2 Summary: A distributed revision control system -Release: 2 +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://bazaar.canonical.com/releases/src/%{name}_%{version}.tar.gz @@ -60,6 +60,12 @@ %{_bindir}/bazaar-gpg-check %changelog +* Thu May 12 2005 Shahms E. King 1.3.2-4 +- Add dist tag, rebuild for missing architectures + +* Wed Apr 20 2005 Shahms E. King 1.3.2-3 +- Fix branch EVR problem + * Mon Apr 18 2005 Shahms E. King 1.3.2-2 - Remove unnecessary grep for language files From fedora-extras-commits at redhat.com Thu May 12 14:42:57 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:42:57 -0400 Subject: common tobuild,1.422,1.423 Message-ID: <200505121442.j4CEgvc1024609@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24592 Modified Files: tobuild Log Message: request build of rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.422 retrieving revision 1.423 diff -u -r1.422 -r1.423 --- tobuild 12 May 2005 14:42:16 -0000 1.422 +++ tobuild 12 May 2005 14:42:55 -0000 1.423 @@ -30,3 +30,4 @@ s4504kr rpms/inadyn/FC-3 inadyn-1_90-11_fc3 FC3 thias rpms/synergy/devel synergy-1_2_2-3 devel shahms rpms/bazaar/devel bazaar-1_3_2-4_fc4 devel +shahms rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 fc3 From fedora-extras-commits at redhat.com Thu May 12 14:50:26 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:50:26 -0400 Subject: rpms/python-psycopg/devel python-psycopg.spec,1.3,1.4 Message-ID: <200505121450.j4CEoQcp024669@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-psycopg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24647 Modified Files: python-psycopg.spec Log Message: add disttag, rebuild Index: python-psycopg.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg/devel/python-psycopg.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-psycopg.spec 6 Apr 2005 22:13:30 -0000 1.3 +++ python-psycopg.spec 12 May 2005 14:50:24 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-psycopg Version: 1.1.18 -Release: 3 +Release: 4%{?dist} Summary: PostgreSQL database adapter for Python @@ -54,6 +54,9 @@ %{python_sitearch}/*.so %changelog +* Thu May 12 2005 Shahms E. King 1.1.18-4 +- rebuilt, added disttag + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Thu May 12 14:50:51 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:50:51 -0400 Subject: common tobuild,1.423,1.424 Message-ID: <200505121450.j4CEopnx024731@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24714 Modified Files: tobuild Log Message: request build of rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.423 retrieving revision 1.424 diff -u -r1.423 -r1.424 --- tobuild 12 May 2005 14:42:55 -0000 1.423 +++ tobuild 12 May 2005 14:50:49 -0000 1.424 @@ -31,3 +31,4 @@ thias rpms/synergy/devel synergy-1_2_2-3 devel shahms rpms/bazaar/devel bazaar-1_3_2-4_fc4 devel shahms rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 fc3 +shahms rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:51:03 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:51:03 -0400 Subject: rpms/python-psycopg/FC-3 python-psycopg.spec,1.2,1.3 Message-ID: <200505121451.j4CEp305024754@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-psycopg/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24737 Modified Files: python-psycopg.spec Log Message: add disttag Index: python-psycopg.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg/FC-3/python-psycopg.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-psycopg.spec 21 Mar 2005 20:22:05 -0000 1.2 +++ python-psycopg.spec 12 May 2005 14:51:01 -0000 1.3 @@ -4,7 +4,8 @@ Name: python-psycopg Version: 1.1.18 -Release: 2 +Release: 4%{?dist} + Summary: PostgreSQL database adapter for Python Group: Development/Libraries @@ -53,6 +54,12 @@ %{python_sitearch}/*.so %changelog +* Thu May 12 2005 Shahms E. King 1.1.18-4 +- rebuilt, added disttag + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Mon Mar 21 2005 Shahms E. King 1.1.18-2 - Remove explicit postgresql-libs Requires - Other misc. cleanups From fedora-extras-commits at redhat.com Thu May 12 14:52:35 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:52:35 -0400 Subject: rpms/python-protocols/devel python-protocols.spec,1.3,1.4 Message-ID: <200505121452.j4CEqZNe024782@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24765 Modified Files: python-protocols.spec Log Message: rebuild and add dist tag Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/devel/python-protocols.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-protocols.spec 6 Apr 2005 22:13:30 -0000 1.3 +++ python-protocols.spec 12 May 2005 14:52:33 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-protocols Version: 0.9.3 -Release: 4 +Release: 5%{?dist} Summary: Open Protocols and Component Adaptation for Python @@ -50,6 +50,9 @@ %ghost %{python_sitearch}/protocols/*/*.pyo %changelog +* Thu May 12 2005 Shahms E. King 0.9.3-4 +- rebuilt, add dist tag + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Thu May 12 14:52:46 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:52:46 -0400 Subject: common tobuild,1.424,1.425 Message-ID: <200505121452.j4CEqlj9024839@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24822 Modified Files: tobuild Log Message: request build of rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.424 retrieving revision 1.425 diff -u -r1.424 -r1.425 --- tobuild 12 May 2005 14:50:49 -0000 1.424 +++ tobuild 12 May 2005 14:52:44 -0000 1.425 @@ -32,3 +32,4 @@ shahms rpms/bazaar/devel bazaar-1_3_2-4_fc4 devel shahms rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 fc3 shahms rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 devel +shahms rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:53:04 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:53:04 -0400 Subject: rpms/python-protocols/FC-3 python-protocols.spec,1.2,1.3 Message-ID: <200505121453.j4CEr4xS024862@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24845 Modified Files: python-protocols.spec Log Message: add dist tag Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-3/python-protocols.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-protocols.spec 21 Mar 2005 20:20:40 -0000 1.2 +++ python-protocols.spec 12 May 2005 14:53:02 -0000 1.3 @@ -4,7 +4,8 @@ Name: python-protocols Version: 0.9.3 -Release: 3 +Release: 5%{?dist} + Summary: Open Protocols and Component Adaptation for Python Group: Development/Libraries @@ -49,6 +50,12 @@ %ghost %{python_sitearch}/protocols/*/*.pyo %changelog +* Thu May 12 2005 Shahms E. King 0.9.3-4 +- rebuilt, add dist tag + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Mon Mar 21 2005 Shahms E. King - 0.9.3-3 - Replace python_sitelib with python_sitearch - Other misc. specfile cleanups From fedora-extras-commits at redhat.com Thu May 12 14:54:48 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:54:48 -0400 Subject: rpms/python-simpletal/devel python-simpletal.spec,1.3,1.4 Message-ID: <200505121454.j4CEsmF1024891@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-simpletal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24874 Modified Files: python-simpletal.spec Log Message: rebuild, add dist tag Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/devel/python-simpletal.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-simpletal.spec 6 Apr 2005 22:13:30 -0000 1.3 +++ python-simpletal.spec 12 May 2005 14:54:46 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-simpletal Version: 3.12 -Release: 3 +Release: 4%{?dist} Summary: An XML based template processor for TAL, TALES and METAL specifications. @@ -47,6 +47,9 @@ %ghost %{python_sitelib}/simpletal/*.pyo %changelog +* Thu May 12 2005 Shahms E. King 3.12-4 +- rebuilt, add dist tag + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Thu May 12 14:54:57 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:54:57 -0400 Subject: common tobuild,1.425,1.426 Message-ID: <200505121454.j4CEsvlZ024951@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24934 Modified Files: tobuild Log Message: request build of rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.425 retrieving revision 1.426 diff -u -r1.425 -r1.426 --- tobuild 12 May 2005 14:52:44 -0000 1.425 +++ tobuild 12 May 2005 14:54:55 -0000 1.426 @@ -33,3 +33,4 @@ shahms rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 fc3 shahms rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 devel shahms rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 devel +shahms rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:55:09 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:55:09 -0400 Subject: rpms/python-simpletal/FC-3 python-simpletal.spec,1.2,1.3 Message-ID: <200505121455.j4CEt9sH024974@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-simpletal/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24957 Modified Files: python-simpletal.spec Log Message: add dist tag Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/FC-3/python-simpletal.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-simpletal.spec 21 Mar 2005 20:23:28 -0000 1.2 +++ python-simpletal.spec 12 May 2005 14:55:07 -0000 1.3 @@ -4,7 +4,8 @@ Name: python-simpletal Version: 3.12 -Release: 2 +Release: 4%{?dist} + Summary: An XML based template processor for TAL, TALES and METAL specifications. Group: Development/Libraries @@ -46,6 +47,12 @@ %ghost %{python_sitelib}/simpletal/*.pyo %changelog +* Thu May 12 2005 Shahms E. King 3.12-4 +- rebuilt, add dist tag + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Mon Mar 21 2005 Shahms E. King 3.12-2 - - Misc cleanups From fedora-extras-commits at redhat.com Thu May 12 14:56:27 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:56:27 -0400 Subject: rpms/python-tpg/devel python-tpg.spec,1.3,1.4 Message-ID: <200505121456.j4CEuRQc025017@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25000 Modified Files: python-tpg.spec Log Message: rebuild, add dist tag Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/python-tpg.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-tpg.spec 6 Apr 2005 22:13:30 -0000 1.3 +++ python-tpg.spec 12 May 2005 14:56:24 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-tpg Version: 3.0.5 -Release: 3 +Release: 4%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries @@ -61,6 +61,9 @@ %ghost %{python_sitelib}/tpg.pyo %changelog +* Thu May 12 2005 Shahms E. King 3.0.5-4 +- rebuilt, add dist tag + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Thu May 12 14:56:36 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:56:36 -0400 Subject: common tobuild,1.426,1.427 Message-ID: <200505121456.j4CEuaBX025074@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25057 Modified Files: tobuild Log Message: request build of rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.426 retrieving revision 1.427 diff -u -r1.426 -r1.427 --- tobuild 12 May 2005 14:54:55 -0000 1.426 +++ tobuild 12 May 2005 14:56:34 -0000 1.427 @@ -34,3 +34,4 @@ shahms rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 devel shahms rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 devel shahms rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 devel +shahms rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:58:36 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:58:36 -0400 Subject: rpms/python-tpg/FC-3 python-tpg.spec,1.2,1.3 Message-ID: <200505121458.j4CEwaAN025104@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25082 Modified Files: python-tpg.spec Log Message: * Thu May 12 2005 Shahms E. King 3.0.5-4 - rebuilt, add dist tag Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-3/python-tpg.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-tpg.spec 21 Mar 2005 20:25:21 -0000 1.2 +++ python-tpg.spec 12 May 2005 14:58:34 -0000 1.3 @@ -4,7 +4,8 @@ Name: python-tpg Version: 3.0.5 -Release: 2 +Release: 4%{?dist} + Summary: A Python "toy parser generator" Group: Development/Libraries License: LGPL @@ -60,6 +61,12 @@ %ghost %{python_sitelib}/tpg.pyo %changelog +* Thu May 12 2005 Shahms E. King 3.0.5-4 +- rebuilt, add dist tag + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Mon Mar 21 2005 Shahms E. King 3.0.5-2 - - Remove unsued python_sitearch define From fedora-extras-commits at redhat.com Thu May 12 15:01:51 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:01:51 -0400 Subject: rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester.spec, 1.8, 1.9 Message-ID: <200505121501.j4CF1pq5026083@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Builder-Tester/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26064 Modified Files: perl-Test-Builder-Tester.spec Log Message: Add dist tag. Index: perl-Test-Builder-Tester.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Builder-Tester/devel/perl-Test-Builder-Tester.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Test-Builder-Tester.spec 16 Apr 2005 12:06:49 -0000 1.8 +++ perl-Test-Builder-Tester.spec 12 May 2005 15:01:49 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Test-Builder-Tester Version: 1.01 -Release: 3 +Release: 4%{?dist} Summary: Test runner for Test::Builder testsuites Group: Development/Libraries @@ -50,11 +50,14 @@ %changelog +* Thu May 12 2005 Jose Pedro Oliveira - 1.01-4 +- Add dist tag. + * Sat Apr 16 2005 Ville Skytt?? - 1.01-3 - Avoid .packlist creation with Module::Build >= 0.2609. - Trust that %%{perl_vendorlib} is defined. -* Fri Apr 7 2005 Michael Schwendt +* Fri Apr 7 2005 Michael Schwendt - 1.01-2 - rebuilt * Mon Aug 9 2004 Jose Pedro Oliveira - 0:1.01-0.fdr.1 From fedora-extras-commits at redhat.com Thu May 12 15:02:32 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:02:32 -0400 Subject: common tobuild,1.427,1.428 Message-ID: <200505121502.j4CF2WEX026140@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26123 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.427 retrieving revision 1.428 diff -u -r1.427 -r1.428 --- tobuild 12 May 2005 14:56:34 -0000 1.427 +++ tobuild 12 May 2005 15:02:30 -0000 1.428 @@ -35,3 +35,4 @@ shahms rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 devel shahms rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 devel shahms rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 devel +jpo rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 development From fedora-extras-commits at redhat.com Thu May 12 15:05:17 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:05:17 -0400 Subject: rpms/perl-Test-Manifest/devel perl-Test-Manifest.spec,1.9,1.10 Message-ID: <200505121505.j4CF5Hst026168@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Manifest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26151 Modified Files: perl-Test-Manifest.spec Log Message: Add dist tag. Index: perl-Test-Manifest.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Manifest/devel/perl-Test-Manifest.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Test-Manifest.spec 6 Apr 2005 22:13:08 -0000 1.9 +++ perl-Test-Manifest.spec 12 May 2005 15:05:15 -0000 1.10 @@ -1,9 +1,6 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Test-Manifest Version: 1.14 -Release: 2 - +Release: 3%{?dist} Summary: Test case module for Perl Group: Development/Libraries @@ -62,7 +59,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 1.14-3 +- Add dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 1.14-2 - rebuilt * Tue Mar 29 2005 Jose Pedro Oliveira - 1.14-1 From fedora-extras-commits at redhat.com Thu May 12 15:05:45 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:05:45 -0400 Subject: common tobuild,1.428,1.429 Message-ID: <200505121505.j4CF5jDp026225@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26208 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Manifest/devel perl-Test-Manifest-1_14-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.428 retrieving revision 1.429 diff -u -r1.428 -r1.429 --- tobuild 12 May 2005 15:02:30 -0000 1.428 +++ tobuild 12 May 2005 15:05:43 -0000 1.429 @@ -36,3 +36,4 @@ shahms rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 devel shahms rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 devel jpo rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 development +jpo rpms/perl-Test-Manifest/devel perl-Test-Manifest-1_14-3_fc4 development From fedora-extras-commits at redhat.com Thu May 12 15:07:53 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:07:53 -0400 Subject: rpms/perl-Test-Pod/devel perl-Test-Pod.spec,1.6,1.7 Message-ID: <200505121507.j4CF7rLU026259@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Pod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26242 Modified Files: perl-Test-Pod.spec Log Message: Add dist tag. Index: perl-Test-Pod.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Pod/devel/perl-Test-Pod.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Test-Pod.spec 6 Apr 2005 22:13:08 -0000 1.6 +++ perl-Test-Pod.spec 12 May 2005 15:07:50 -0000 1.7 @@ -1,9 +1,6 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Test-Pod Version: 1.20 -Release: 2 - +Release: 3%{?dist} Summary: Perl module for checking for POD errors in files Group: Development/Libraries @@ -54,7 +51,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 1.20-3 +- Add dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 1.20-2 - rebuilt * Thu Jun 24 2004 Jose Pedro Oliveira - 0:1.20-0.fdr.1 From fedora-extras-commits at redhat.com Thu May 12 15:12:32 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:12:32 -0400 Subject: rpms/perl-Test-Exception/devel perl-Test-Exception.spec,1.4,1.5 Message-ID: <200505121512.j4CFCWjp026333@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Exception/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26313 Modified Files: perl-Test-Exception.spec Log Message: Add dist tag. Index: perl-Test-Exception.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Exception/devel/perl-Test-Exception.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Test-Exception.spec 16 Apr 2005 12:04:58 -0000 1.4 +++ perl-Test-Exception.spec 12 May 2005 15:12:30 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Test-Exception Version: 0.20 -Release: 3 +Release: 4%{?dist} Summary: Library of test functions for exception based Perl code Group: Development/Libraries @@ -53,11 +53,14 @@ %changelog +* Thu May 12 2005 Jose Pedro Oliveira - 0.20-4 +- Add dist tag. + * Sat Apr 16 2005 Ville Skytt?? - 0.20-3 - Avoid .packlist creation with Module::Build >= 0.2609. - Trust that %%{perl_vendorlib} is defined. -* Fri Apr 7 2005 Michael Schwendt +* Fri Apr 7 2005 Michael Schwendt - 0.20-2 - rebuilt * Fri Nov 5 2004 Jose Pedro Oliveira - 0.20-1 From fedora-extras-commits at redhat.com Thu May 12 15:13:05 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:13:05 -0400 Subject: common tobuild,1.429,1.430 Message-ID: <200505121513.j4CFD5f8026390@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26373 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Exception/devel perl-Test-Exception-0_20-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.429 retrieving revision 1.430 diff -u -r1.429 -r1.430 --- tobuild 12 May 2005 15:05:43 -0000 1.429 +++ tobuild 12 May 2005 15:13:03 -0000 1.430 @@ -37,3 +37,4 @@ shahms rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 devel jpo rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 development jpo rpms/perl-Test-Manifest/devel perl-Test-Manifest-1_14-3_fc4 development +jpo rpms/perl-Test-Exception/devel perl-Test-Exception-0_20-4_fc4 development From fedora-extras-commits at redhat.com Thu May 12 15:26:06 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:26:06 -0400 Subject: common tobuild,1.430,1.431 Message-ID: <200505121526.j4CFQ6DJ026469@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26452 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.430 retrieving revision 1.431 diff -u -r1.430 -r1.431 --- tobuild 12 May 2005 15:13:03 -0000 1.430 +++ tobuild 12 May 2005 15:26:04 -0000 1.431 @@ -38,3 +38,5 @@ jpo rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 development jpo rpms/perl-Test-Manifest/devel perl-Test-Manifest-1_14-3_fc4 development jpo rpms/perl-Test-Exception/devel perl-Test-Exception-0_20-4_fc4 development +jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development +jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development From fedora-extras-commits at redhat.com Thu May 12 15:58:52 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 11:58:52 -0400 Subject: devel/common Makefile.common,1.15,1.16 Message-ID: <200505121558.j4CFwqoO026549@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26532 Modified Files: Makefile.common Log Message: Insert a space where it should be and only update local working copy of tobuild, not the entire common directory. Index: Makefile.common =================================================================== RCS file: /cvs/extras/devel/common/Makefile.common,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- Makefile.common 10 May 2005 18:52:19 -0000 1.15 +++ Makefile.common 12 May 2005 15:58:49 -0000 1.16 @@ -303,9 +303,9 @@ build: $(COMMON_DIR)/branches @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ - cvs -Q update -C ;\ + cvs -Q update -C tobuild ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ - cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ + cvs commit -m "request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ popd >/dev/null) From fedora-extras-commits at redhat.com Thu May 12 16:48:17 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Thu, 12 May 2005 12:48:17 -0400 Subject: extras-buildsys-temp/automation2/server CONFIG.py, NONE, 1.1 aw_manager.py, 1.2, 1.3 bm_server.py, 1.1, 1.2 buildjob.py, 1.1, 1.2 buildmaster.py, 1.1, 1.2 bm_server_config.py, 1.1, NONE Message-ID: <200505121648.j4CGmHV5027676@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27643/server Modified Files: aw_manager.py bm_server.py buildjob.py buildmaster.py Added Files: CONFIG.py Removed Files: bm_server_config.py Log Message: 2005-05-12 Dan Williams * Add ability to drop ArchWelders and the jobs they are currently building, and to find them again when kicked to do so. To do this, config file for the server got changed to CONFIG so we can reload(CONFIG) and get new builders on the fly --- NEW FILE CONFIG.py --- # Configuration file for buildmaster.py config_opts = {} config_opts['hostname'] = "localhost" config_opts['email_to_domain'] = "redhat.com" config_opts['email_from'] = "buildsys at fedoraproject.org" config_opts['stages_root'] = "/rpmbuild/extras/stages" config_opts['pkg_cvs_root'] = ":gserver:cvs.devel.redhat.com:/cvs/dist" config_opts['pkg_cvs_rsh'] = "/usr/kerberos/bin/krsh" config_opts['cvs_cmd'] = "/usr/bin/cvs" config_opts['make_cmd'] = "/usr/bin/make" config_opts['tmpdir'] = "/tmp" config_opts['redhat_internal_cvs'] = 1 config_opts['log_url'] = "http://foo.foo.org/logs/" config_opts['targets'] = { 'FC-3' : ['i386', 'x86_64'], 'devel' : ['i386'] } config_opts['builders'] = [ 'http://127.0.0.1:8888' ] def get(key): if config_opts.has_key(key): return config_opts[key] else: print "Bad request for key '%s'" % (key) exit (1) Index: aw_manager.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/aw_manager.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aw_manager.py 12 May 2005 00:42:14 -0000 1.2 +++ aw_manager.py 12 May 2005 16:48:15 -0000 1.3 @@ -18,13 +18,22 @@ import time import string import xmlrpclib -from bm_server_config import CONFIG +import CONFIG import base64 +import sys +import socket + +def status_is_finished(status): + if status == 'failed' or status == 'done' or status == 'killed': + return True + return False + class ArchWelderJob: """ Tracks a single build instance for a single arch on an ArchWelder """ - def __init__(self, awi, server, srpm, target, mydir, arch): + def __init__(self, parent_job, awi, server, srpm, target, mydir, arch): + self.parent_job = parent_job self.awi = awi self.jobid = None self.status = None @@ -47,7 +56,7 @@ return True def update_status(self): - if self.status == 'failed' or self.status == 'done': + if status_is_finished(self.status): return status = '' @@ -58,6 +67,11 @@ self.status = status return self.status + def server_gone(self): + if status_is_finished(self.status): + return + self.parent_job.job_server_gone(self) + def die(self): self._server.die(self.jobid) self.status = 'killed' @@ -73,11 +87,13 @@ class ArchWelderInstance: """ Tracks an single arch on an ArchWelder """ - def __init__(self, address, arch): + def __init__(self, awm, address, arch): + self._awm = awm self._jobs = [] self._arch = arch self._address = address self._server = xmlrpclib.Server(self._address) + self._unavail_count = 0 self._cur_job = self._get_cur_job() def arch(self): @@ -86,8 +102,8 @@ def address(self): return self._address - def new_job(self, srpm, target, mydir): - return ArchWelderJob(self, self._server, srpm, target, mydir, self._arch) + def new_job(self, parent_job, srpm, target, mydir): + return ArchWelderJob(parent_job, self, self._server, srpm, target, mydir, self._arch) def track_job(self, job): self._jobs.append(job) @@ -96,9 +112,14 @@ cur_job = None try: cur_job = self._server.get_cur_job() - except Exception, e: - print "XMLAW: got error '%s' from AW during get_cur_job()" % e + except socket.error, e: + # Check for "Connection refused" or "Connection reset by peer" + if e[0] == 111 or e[0] == 104: + self._unavail_count = self._unavail_count + 1 + else: + print "XMLAW: got error '%s' from AW during get_cur_job()" % e else: + self._unavail_count = 0 if cur_job == 0: cur_job = None return cur_job @@ -109,6 +130,17 @@ # Update status of all jobs for j in self._jobs: j.update_status() + + # If we haven't been able to contact the ArchWelder for a bit, kill build + # jobs on this ArchWelder + if self._unavail_count > 2: + for job in self._jobs: + job.server_gone() + del job + # Return 1 to indicate we should be killed + return 1 + + return 0 def available(self): if self._cur_job: @@ -119,7 +151,7 @@ class ArchWelderManager: def __init__(self): # List of addresses of possible builders - self.possible_aw = CONFIG('builders') + self.possible_aw = CONIFG.get('builders') # Dict: arches => available builders # Like so: [ 'i386':['10.0.0.1', '10.0.0.2'], @@ -127,12 +159,25 @@ # ] self.running_aw = {} + print "-----------------------------------------------------" + print " Looking for ArchWelders..." + self.update_archwelder_instances() + print "-----------------------------------------------------\n" + + def update_archwelder_instances(self): # Figure out which archwelders are alive, and what they support # We create a separate archwelder instance for each arch on each builder, # even though both instances talk to the same XMLRPC server on the builder - print "-----------------------------------------------------" - print " Looking for ArchWelders..." for address in self.possible_aw: + # If the address is already in our running_aw list, skip it + skip = False + for awi_list in self.running_aw.values(): + for awi in awi_list: + if address == awi.address(): + skip = True + if skip == True: + continue + arches = None server = xmlrpclib.Server(address) try: @@ -141,32 +186,35 @@ pass if arches: arches.append('noarch') - print " Found ArchWelder '%s' supporting arches %s." % (address, string.join(arches)) + print " New AW: '%s' [%s]" % (address, string.join(arches)) for a in arches: if not self.running_aw.has_key(a): self.running_aw[a] = [] - awi = ArchWelderInstance(address, a) + awi = ArchWelderInstance(self, address, a) self.running_aw[a].append(awi) else: self.possible_aw.remove(address) del server - print "-----------------------------------------------------\n" def process(self): + """ Allow each ArchWelderInstance to update its status and do some processing """ for awi_list in self.running_aw.values(): for awi in awi_list: - awi.process() + if awi.process() == 1: + # Remove the ArchWelderInstance from our lists + print "Removing ArchWelder '%s'/%s because it timed out." % (awi.address(), awi.arch()) + awi_list.remove(awi) def track_job(self, job): if job: - awi = job.awi.track_job(job) + job.awi.track_job(job) - def new_job_on_arch(self, arch, srpm, target, mydir): + def new_job_on_arch(self, parent_job, arch, srpm, target, mydir): """ Create a job on a free builder for this arch """ if self.running_aw.has_key(arch): for aw in self.running_aw[arch]: if aw.available(): - return aw.new_job(srpm, target, mydir) + return aw.new_job(parent_job, srpm, target, mydir) return None Index: bm_server.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/bm_server.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bm_server.py 11 May 2005 19:48:57 -0000 1.1 +++ bm_server.py 12 May 2005 16:48:15 -0000 1.2 @@ -17,7 +17,7 @@ import time -from bm_server_config import CONFIG +import CONFIG import socket import SimpleXMLRPCServer import xmlrpclib @@ -38,12 +38,12 @@ if not subject: subject = 'Build Result: %s' % cvs_tag msg['Subject'] = subject - msg['From'] = CONFIG('email_from') - email_to = '%s@%s' % (username, CONFIG('email_to_domain')) + msg['From'] = CONFIG.get('email_from') + email_to = '%s@%s' % (username, CONFIG.get('email_to_domain')) msg['To'] = email_to s = smtplib.SMTP() s.connect() - s.sendmail(CONFIG('email_from'), [email_to], msg.as_string()) + s.sendmail(CONFIG.get('email_from'), [email_to], msg.as_string()) s.close() @@ -63,7 +63,7 @@ print "Request to enqueue '%s' tag '%s' for target '%s' (user '%s')" \ % (package, cvs_tag, target, username) - targets = CONFIG('targets') + targets = CONFIG.get('targets') if not targets.has_key(target): print "Error setting up build for %s on %s: target does not exist."\ % (cvs_tag, target) @@ -102,6 +102,14 @@ job_list.append(tempX) return job_list + def look_for_archwelders(self): + reload(CONFIG) + print "-----------------------------------------------------" + print " Looking for ArchWelders..." + self.awm.update_archwelder_instances() + print "-----------------------------------------------------\n" + return 0 + class MyXMLRPCServer(SimpleXMLRPCServer.SimpleXMLRPCServer): """ XMLRPC server subclass that turns on SO_REUSEADDR """ @@ -124,9 +132,9 @@ # Create the BuildMaster XMLRPC server xmlrpc_bm = XMLRPCBuildMaster(awm) - bm_server = MyXMLRPCServer((CONFIG('hostname'), 8887)) + bm_server = MyXMLRPCServer((CONFIG.get('hostname'), 8887)) bm_server.register_instance(xmlrpc_bm) - print "BuildMaster accepting requests on %s:8887.\n" % CONFIG('hostname') + print "BuildMaster accepting requests on %s:8887.\n" % CONFIG.get('hostname') try: bm_server.serve_forever() except Exception: Index: buildjob.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/buildjob.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- buildjob.py 11 May 2005 19:48:57 -0000 1.1 +++ buildjob.py 12 May 2005 16:48:15 -0000 1.2 @@ -31,13 +31,13 @@ import string import SimpleXMLRPCServer import xmlrpclib -from bm_server_config import CONFIG +import CONFIG import socket from aw_manager import ArchWelderManager from aw_manager import ArchWelderJob -os.environ['CVSROOT'] = CONFIG('pkg_cvs_root') -os.environ['CVS_RSH'] = CONFIG('pkg_cvs_rsh') +os.environ['CVSROOT'] = CONFIG.get('pkg_cvs_root') +os.environ['CVS_RSH'] = CONFIG.get('pkg_cvs_rsh') DEBUG = True def debugprint(stuff=''): @@ -75,7 +75,7 @@ self.username = username self.starttime = time.time() self.endtime = None - self.stages_root = CONFIG('stages_root') + self.stages_root = CONFIG.get('stages_root') self.package = package self.cvs_tag = cvs_tag self.target = target @@ -91,7 +91,7 @@ def arch_handling(self, hdr): archs = [] - targets = CONFIG('targets') + targets = CONFIG.get('targets') buildable_arches = targets[self.target] ba = hdr['buildarchs'] @@ -137,9 +137,9 @@ def _checkout(self): self.curstage = 'checkout' - self.tmpdir = tempfile.mkdtemp(prefix=self.cvs_tag, dir=CONFIG('tmpdir')) + self.tmpdir = tempfile.mkdtemp(prefix=self.cvs_tag, dir=CONFIG.get('tmpdir')) os.chdir(self.tmpdir) - cmd = '%s co -r %s %s' % (CONFIG('cvs_cmd'), self.cvs_tag, self.package) + cmd = '%s co -r %s %s' % (CONFIG.get('cvs_cmd'), self.cvs_tag, self.package) debugprint("%d: Running %s" % (self.uid, cmd)) s, o = commands.getstatusoutput(cmd) if s != 0: @@ -150,9 +150,9 @@ self.failed = True return - if CONFIG('redhat_internal_cvs') == 1: + if CONFIG.get('redhat_internal_cvs') == 1: os.chdir(os.path.join(self.tmpdir, self.package)) - cmd = '%s co common' % CONFIG('cvs_cmd') + cmd = '%s co common' % CONFIG.get('cvs_cmd') debugprint("%d: Running %s" % (self.uid, cmd)) s, o = commands.getstatusoutput(cmd) if s != 0: @@ -175,13 +175,13 @@ self.failed = True return - if CONFIG('redhat_internal_cvs') == 1: + if CONFIG.get('redhat_internal_cvs') == 1: make_srpm_dir = os.path.join(packagedir, self.target) else: make_srpm_dir = packagedir os.chdir(make_srpm_dir) - cmd = '%s srpm' % CONFIG('make_cmd') + cmd = '%s srpm' % CONFIG.get('make_cmd') debugprint("%d: Running %s in %s" % (self.uid, cmd, make_srpm_dir)) s, o = commands.getstatusoutput(cmd) if s != 0: @@ -258,17 +258,22 @@ self._succeeded() + def job_server_gone(self, job): + """ Remove a job from our building queue if its server went away """ + + print "%d: ArchWelder for %s went away... Will start new job for %s" % (self.uid, job.arch, job.arch) + del self.sub_jobs[job.arch] + def _start_unspawned_builds(self): for arch in self.buildarches: if not self.sub_jobs.has_key(arch): - job = self.awm.new_job_on_arch(arch, self.srpmpath, self.target, self.stage_dir) + job = self.awm.new_job_on_arch(self, arch, self.srpmpath, self.target, self.stage_dir) if job: if job.start() == True: self.awm.track_job(job) self.sub_jobs[arch] = job print "%s: Started job %s with builder id %s" % (self.uid, self.package, job.jobid) else: - print "%d: Waiting for free buildhost on %s" % (self.uid, arch) del job def _monitor(self): @@ -309,7 +314,7 @@ for job in self.sub_jobs.values(): buildroot = 'fedora-%s-%s-core' % (self.target, job.arch) stage_arch = os.path.join(self.stage_dir, job.arch) - build_log = '%s/mach/%s/%s-%s-%s/rpm.log' % (CONFIG('tmpdir'), buildroot, + build_log = '%s/mach/%s/%s-%s-%s/rpm.log' % (CONFIG.get('tmpdir'), buildroot, self.name, self.ver, self.release) if os.path.exists(build_log): bl = open(build_log, 'r') @@ -337,7 +342,7 @@ # markup status file resultstring = """ %s: Build of %s on %s failed to complete on one or more archs. Please see logs at: -%s/%s/%s""" % (self.uid, self.name, self.target, CONFIG('log_url'), self.target, self.name) +%s/%s/%s""" % (self.uid, self.name, self.target, CONFIG.get('log_url'), self.target, self.name) self.email_result(resultstring) return False @@ -365,12 +370,12 @@ if not subject: subject = 'Build Result: %s on %s' % (self.name, self.target) msg['Subject'] = subject - msg['From'] = CONFIG('email_from') - email_to = '%s@%s' % (self.username, CONFIG('email_to_domain')) + msg['From'] = CONFIG.get('email_from') + email_to = '%s@%s' % (self.username, CONFIG.get('email_to_domain')) msg['To'] = email_to s = smtplib.SMTP() s.connect() - s.sendmail(CONFIG('email_from'), [email_to], msg.as_string()) + s.sendmail(CONFIG.get('email_from'), [email_to], msg.as_string()) s.close() def _createrepo(self, stage=None): Index: buildmaster.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/buildmaster.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- buildmaster.py 11 May 2005 19:48:57 -0000 1.1 +++ buildmaster.py 12 May 2005 16:48:15 -0000 1.2 @@ -17,7 +17,7 @@ import time -from bm_server_config import CONFIG +import CONFIG from buildjob import BuildJob from buildjob import PrepError import sqlite @@ -89,7 +89,7 @@ item['cvs_tag'], item['target'], self.awm) self.building_jobs.append(job) - time.sleep(1) + time.sleep(5) if self.should_stop == True: break --- bm_server_config.py DELETED --- From fedora-extras-commits at redhat.com Thu May 12 16:48:17 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Thu, 12 May 2005 12:48:17 -0400 Subject: extras-buildsys-temp/automation2 ChangeLog,1.1,1.2 Message-ID: <200505121648.j4CGmH12027662@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27643 Modified Files: ChangeLog Log Message: 2005-05-12 Dan Williams * Add ability to drop ArchWelders and the jobs they are currently building, and to find them again when kicked to do so. To do this, config file for the server got changed to CONFIG so we can reload(CONFIG) and get new builders on the fly Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 12 May 2005 02:31:37 -0000 1.1 +++ ChangeLog 12 May 2005 16:48:15 -0000 1.2 @@ -1,3 +1,10 @@ +2005-05-12 Dan Williams + + * Add ability to drop ArchWelders and the jobs they are currently building, + and to find them again when kicked to do so. To do this, config file for + the server got changed to CONFIG so we can reload(CONFIG) and get new + builders on the fly + 2005-05-11 Dan Williams * Add README file explaining stuff about build system architecture From fedora-extras-commits at redhat.com Thu May 12 16:56:25 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 12 May 2005 12:56:25 -0400 Subject: rpms/GtkAda/devel GtkAda.spec,1.9,1.10 Message-ID: <200505121656.j4CGutNA027775@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/GtkAda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27756 Modified Files: GtkAda.spec Log Message: Add excludearch ppc ppc64 (no gcc-gnat currently for those) #157550 Index: GtkAda.spec =================================================================== RCS file: /cvs/extras/rpms/GtkAda/devel/GtkAda.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- GtkAda.spec 10 May 2005 16:40:16 -0000 1.9 +++ GtkAda.spec 12 May 2005 16:56:22 -0000 1.10 @@ -1,6 +1,6 @@ Name: GtkAda Version: 2.4.0 -Release: 5 +Release: 6 Summary: Ada95 graphical toolkit based on Gtk+ @@ -12,6 +12,7 @@ BuildRequires: gcc-gnat, libgnat, perl, xorg-x11-devel BuildRequires: gtk2-devel, libgnome-devel, libgnomeui-devel, bonobo-activation-devel, libbonoboui-devel, libglade2-devel BuildRequires: texinfo, tetex-dvips +ExcludeArch: ppc ppc64 %description GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the @@ -112,6 +113,9 @@ %doc known-problems %changelog +* Thu May 12 2005 Thorsten Leemhuis 2.4.0-6 +- Add excludearch ppc ppc64 (no gcc-gnat currently for those) #157550 + * Tue May 10 2005 Thorsten Leemhuis 2.4.0-5 - Remove excludearch x86_64 (gcc-gnat now in FC4 for x86_64) - BR textinfo, tetex-dvips From fedora-extras-commits at redhat.com Thu May 12 16:57:33 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 12 May 2005 12:57:33 -0400 Subject: common tobuild,1.431,1.432 Message-ID: <200505121657.j4CGvXbh027834@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27817 Modified Files: tobuild Log Message: request build of rpms/GtkAda/devel GtkAda-2_4_0-6 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.431 retrieving revision 1.432 diff -u -r1.431 -r1.432 --- tobuild 12 May 2005 15:26:04 -0000 1.431 +++ tobuild 12 May 2005 16:57:30 -0000 1.432 @@ -40,3 +40,4 @@ jpo rpms/perl-Test-Exception/devel perl-Test-Exception-0_20-4_fc4 development jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development +thl rpms/GtkAda/devel GtkAda-2_4_0-6 devel From fedora-extras-commits at redhat.com Thu May 12 17:02:29 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 13:02:29 -0400 Subject: rpms/libsidplay/devel libsidplay.spec,1.8,1.9 Message-ID: <200505121702.j4CH2TIU028821@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/libsidplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28804 Modified Files: libsidplay.spec Log Message: bump for all-arch rebuild Index: libsidplay.spec =================================================================== RCS file: /cvs/extras/rpms/libsidplay/devel/libsidplay.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libsidplay.spec 6 Mar 2005 17:56:38 -0000 1.8 +++ libsidplay.spec 12 May 2005 17:02:27 -0000 1.9 @@ -1,7 +1,7 @@ Name: libsidplay Summary: Commodore 64 music player and SID chip emulator library Version: 1.36.57 -Release: 7 +Release: 8%{dist} Source: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/%{name}-%{version}.tgz Patch: libsidplay-post57fixes.patch Group: System Environment/Libraries @@ -62,6 +62,9 @@ %{_includedir}/sidplay %changelog +* Thu May 12 2005 Michael Schwendt 1.36.57-8 +- rebuilt + * Sun Mar 6 2005 Michael Schwendt 1.36.57-7 - Remove "Icon:". This was the only package in Fedora Extras, which used such an icon, and it breaks --specfile queries. From fedora-extras-commits at redhat.com Thu May 12 17:02:54 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 13:02:54 -0400 Subject: common tobuild,1.432,1.433 Message-ID: <200505121702.j4CH2sWL028880@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28863 Modified Files: tobuild Log Message: request build of rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.432 retrieving revision 1.433 diff -u -r1.432 -r1.433 --- tobuild 12 May 2005 16:57:30 -0000 1.432 +++ tobuild 12 May 2005 17:02:52 -0000 1.433 @@ -41,3 +41,4 @@ jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development thl rpms/GtkAda/devel GtkAda-2_4_0-6 devel +mschwendt rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 17:09:00 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 13:09:00 -0400 Subject: rpms/libsndfile/devel libsndfile.spec,1.7,1.8 Message-ID: <200505121709.j4CH90dh028915@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/libsndfile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28898 Modified Files: libsndfile.spec Log Message: bump for all-arch rebuild Index: libsndfile.spec =================================================================== RCS file: /cvs/extras/rpms/libsndfile/devel/libsndfile.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libsndfile.spec 5 Mar 2005 21:10:22 -0000 1.7 +++ libsndfile.spec 12 May 2005 17:08:58 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Library for reading and writing sound files Name: libsndfile Version: 1.0.11 -Release: 2 +Release: 3%{dist} License: LGPL Group: System Environment/Libraries URL: http://www.mega-nerd.com/libsndfile/ @@ -79,6 +79,9 @@ %changelog +* Thu May 12 2005 Michael Schwendt - 1.0.11-3 +- rebuilt + * Sat Mar 5 2005 Michael Schwendt - 1.0.11-2 - Fix format string bug (#149863). - Drop explicit Epoch 0. From fedora-extras-commits at redhat.com Thu May 12 17:09:33 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 13:09:33 -0400 Subject: common tobuild,1.433,1.434 Message-ID: <200505121709.j4CH9YPZ028973@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28955 Modified Files: tobuild Log Message: request build of rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.433 retrieving revision 1.434 diff -u -r1.433 -r1.434 --- tobuild 12 May 2005 17:02:52 -0000 1.433 +++ tobuild 12 May 2005 17:09:30 -0000 1.434 @@ -42,3 +42,4 @@ jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development thl rpms/GtkAda/devel GtkAda-2_4_0-6 devel mschwendt rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 devel +mschwendt rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 17:11:26 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 13:11:26 -0400 Subject: rpms/libsamplerate/devel libsamplerate.spec,1.8,1.9 Message-ID: <200505121711.j4CHBQqZ029003@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/libsamplerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28986 Modified Files: libsamplerate.spec Log Message: bump for all-arch rebuild after libsndfile is ready Index: libsamplerate.spec =================================================================== RCS file: /cvs/extras/rpms/libsamplerate/devel/libsamplerate.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libsamplerate.spec 5 Mar 2005 21:10:22 -0000 1.8 +++ libsamplerate.spec 12 May 2005 17:11:24 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Sample rate conversion library for audio data Name: libsamplerate Version: 0.1.2 -Release: 2 +Release: 3%{dist} License: GPL Group: System Environment/Libraries URL: http://www.mega-nerd.com/SRC/ @@ -75,6 +75,9 @@ %changelog +* Thu May 12 2005 Michael Schwendt - 0.1.2-3 +- rebuilt + * Mon Oct 18 2004 Ville Skytt?? - 0:0.1.2-0.fdr.1 - Update to 0.1.2. - Use "make install DESTDIR=...", disable dependency tracking. From fedora-extras-commits at redhat.com Thu May 12 17:12:02 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Thu, 12 May 2005 13:12:02 -0400 Subject: extras-buildsys-temp/automation2/server aw_manager.py,1.3,1.4 Message-ID: <200505121712.j4CHC2B6029057@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29043 Modified Files: aw_manager.py Log Message: Fix typo CONIFG->CONFIG Index: aw_manager.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/aw_manager.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aw_manager.py 12 May 2005 16:48:15 -0000 1.3 +++ aw_manager.py 12 May 2005 17:12:00 -0000 1.4 @@ -151,7 +151,7 @@ class ArchWelderManager: def __init__(self): # List of addresses of possible builders - self.possible_aw = CONIFG.get('builders') + self.possible_aw = CONFIG.get('builders') # Dict: arches => available builders # Like so: [ 'i386':['10.0.0.1', '10.0.0.2'], From fedora-extras-commits at redhat.com Thu May 12 17:14:51 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Thu, 12 May 2005 13:14:51 -0400 Subject: common tobuild,1.434,1.435 Message-ID: <200505121714.j4CHEpEE029107@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29090 Modified Files: tobuild Log Message: request build of rpms/notecase/FC-3 notecase-0_8_2-6 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.434 retrieving revision 1.435 diff -u -r1.434 -r1.435 --- tobuild 12 May 2005 17:09:30 -0000 1.434 +++ tobuild 12 May 2005 17:14:48 -0000 1.435 @@ -43,3 +43,4 @@ thl rpms/GtkAda/devel GtkAda-2_4_0-6 devel mschwendt rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 devel mschwendt rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 devel +ivazquez rpms/notecase/FC-3 notecase-0_8_2-6 fc3 From jpo at di.uminho.pt Thu May 12 18:05:09 2005 From: jpo at di.uminho.pt (=?ISO-8859-1?Q?Jos=E9_Pedro_Oliveira?=) Date: Thu, 12 May 2005 19:05:09 +0100 Subject: rpms/perl-Spreadsheet-WriteExcel/devel .cvsignore, 1.3, 1.4 perl-Spreadsheet-WriteExcel.spec, 1.6, 1.7 sources, 1.3, 1.4 In-Reply-To: <200505111511.j4BFB7Kr027131@cvs-int.fedora.redhat.com> References: <200505111511.j4BFB7Kr027131@cvs-int.fedora.redhat.com> Message-ID: <42839AD5.9090902@di.uminho.pt> Oliver, Next time you update the perl-Spreadsheet-WriteExcel (and perl-OLE-Storage_Lite ?) specfile could you expand the TABs? TIA, jpo PS - Previous patches, that also reformatted the specfiles, attached to the following messages: https://www.redhat.com/archives/fedora-extras-commits/2005-April/msg01416.html https://www.redhat.com/archives/fedora-extras-commits/2005-April/msg01417.html Oliver Falk (oliver) wrote: > Author: oliver > > Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27110 > > Modified Files: > .cvsignore perl-Spreadsheet-WriteExcel.spec sources > Log Message: > > * Wed May 11 2005 Oliver Falk - 2.14-1 > - Update > - Add a complete URL for Source0 > - Beautifying (fix identations and make it look more like the > spectemplate-perl.spec) > > > > Index: .cvsignore > =================================================================== > RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/.cvsignore,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- .cvsignore 21 Apr 2005 13:34:16 -0000 1.3 > +++ .cvsignore 11 May 2005 15:11:05 -0000 1.4 > @@ -1 +1 @@ > -Spreadsheet-WriteExcel-2.13.tar.gz > +Spreadsheet-WriteExcel-2.14.tar.gz > > > Index: perl-Spreadsheet-WriteExcel.spec > =================================================================== > RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/perl-Spreadsheet-WriteExcel.spec,v > retrieving revision 1.6 > retrieving revision 1.7 > diff -u -r1.6 -r1.7 > --- perl-Spreadsheet-WriteExcel.spec 10 May 2005 23:48:36 -0000 1.6 > +++ perl-Spreadsheet-WriteExcel.spec 11 May 2005 15:11:05 -0000 1.7 > @@ -1,16 +1,18 @@ > -Name: perl-Spreadsheet-WriteExcel > -Version: 2.13 > -Release: 3%{?dist} > -Summary: Write formatted text and numbers to a cross-platform Excel binary file > -License: Artistic or GPL > -Group: Development/Libraries > -Source0: Spreadsheet-WriteExcel-%{version}.tar.gz > -Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel > -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > +Name: perl-Spreadsheet-WriteExcel > +Version: 2.14 > +Release: 1%{?dist} > +Summary: Write formatted text and numbers to a cross-platform Excel binary file > + > +Group: Development/Libraries > +License: Artistic or GPL > +URL: http://search.cpan.org/dist/Spreadsheet-WriteExcel > +Source0: http://cpan.org/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-%{version}.tar.gz > +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > + > +BuildArch: noarch > BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent > -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > -Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) > -BuildArch: noarch > +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > +Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) > > %description > The Spreadsheet::WriteExcel module can be used to create a cross- > @@ -61,6 +63,12 @@ > %{_mandir}/man3/*.3* > > %changelog > +* Wed May 11 2005 Oliver Falk - 2.14-1 > +- Update > +- Add a complete URL for Source0 > +- Beautifying (fix identations and make it look more like the > + spectemplate-perl.spec) > + > * Tue May 10 2005 Tom "spot" Callaway 2.13-3 > - more spec cleanups > > > > Index: sources > =================================================================== > RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/sources,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- sources 21 Apr 2005 13:34:16 -0000 1.3 > +++ sources 11 May 2005 15:11:05 -0000 1.4 > @@ -1 +1 @@ > -9b4b058b3b79d33c073b0ec025a509cc Spreadsheet-WriteExcel-2.13.tar.gz > +2a2ff55a0b8a41bdfd0f8adf9925394a Spreadsheet-WriteExcel-2.14.tar.gz > > -- > fedora-extras-commits mailing list > fedora-extras-commits at redhat.com > http://www.redhat.com/mailman/listinfo/fedora-extras-commits > > -- Jos? Pedro Oliveira * mailto: jpo at di.uminho.pt * http://gsd.di.uminho.pt/~jpo * * gpg fingerprint = F9B6 8D87 859D 1C94 48F0 84C0 9749 9EB5 91BD 851B * -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 251 bytes Desc: OpenPGP digital signature URL: From fedora-extras-commits at redhat.com Thu May 12 18:35:36 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 14:35:36 -0400 Subject: devel/common Makefile.common,1.16,1.17 Message-ID: <200505121835.j4CIZaDq030367@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30350 Modified Files: Makefile.common Log Message: Enough problem reports to test something more: Put back notting's rm -f tobuild, but this time _before_ checking out a fresh copy. Index: Makefile.common =================================================================== RCS file: /cvs/extras/devel/common/Makefile.common,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- Makefile.common 12 May 2005 15:58:49 -0000 1.16 +++ Makefile.common 12 May 2005 18:35:34 -0000 1.17 @@ -303,6 +303,7 @@ build: $(COMMON_DIR)/branches @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ + rm -f tobuild ;\ cvs -Q update -C tobuild ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ cvs commit -m "request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ From fedora-extras-commits at redhat.com Thu May 12 19:42:03 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 15:42:03 -0400 Subject: rpms/perl-Pod-Coverage/devel perl-Pod-Coverage.spec,1.7,1.8 Message-ID: <200505121942.j4CJg3wh031614@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Coverage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31597 Modified Files: perl-Pod-Coverage.spec Log Message: Add dist tag. Index: perl-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/devel/perl-Pod-Coverage.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Pod-Coverage.spec 20 Apr 2005 14:20:22 -0000 1.7 +++ perl-Pod-Coverage.spec 12 May 2005 19:42:01 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Pod-Coverage Version: 0.17 -Release: 3 +Release: 4%{?dist} Summary: Checks if the documentation of a module is comprehensive Group: Development/Libraries @@ -56,6 +56,9 @@ %changelog +* Thu May 12 2005 Jose Pedro Oliveira - 0.17-4 +- Add dist tag. + * Wed Apr 20 2005 Jose Pedro Oliveira - 0.17-3 - Avoid .packlist creation with Module::Build >= 0.2609. - Trust that %%{perl_vendorlib} is defined. From fedora-extras-commits at redhat.com Thu May 12 20:37:40 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 16:37:40 -0400 Subject: common tobuild,1.435,1.436 Message-ID: <200505122037.j4CKbe4q032759@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32742 Modified Files: tobuild Log Message: request build of rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.435 retrieving revision 1.436 diff -u -r1.435 -r1.436 --- tobuild 12 May 2005 17:14:48 -0000 1.435 +++ tobuild 12 May 2005 20:37:38 -0000 1.436 @@ -44,3 +44,4 @@ mschwendt rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 devel mschwendt rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 devel ivazquez rpms/notecase/FC-3 notecase-0_8_2-6 fc3 +mschwendt rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-4_fc4 development From fedora-extras-commits at redhat.com Thu May 12 21:03:00 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 17:03:00 -0400 Subject: common tobuild,1.436,1.437 Message-ID: <200505122103.j4CL30dX001262@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1245 Modified Files: tobuild Log Message: request build of rpms/libsamplerate/devel libsamplerate-0_1_2-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.436 retrieving revision 1.437 diff -u -r1.436 -r1.437 --- tobuild 12 May 2005 20:37:38 -0000 1.436 +++ tobuild 12 May 2005 21:02:58 -0000 1.437 @@ -45,3 +45,4 @@ mschwendt rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 devel ivazquez rpms/notecase/FC-3 notecase-0_8_2-6 fc3 mschwendt rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-4_fc4 development +mschwendt rpms/libsamplerate/devel libsamplerate-0_1_2-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 22:18:50 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 18:18:50 -0400 Subject: devel/common tobuild,1.437,1.438 Message-ID: <200505122218.j4CMIogF002396@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2378 Modified Files: tobuild Log Message: clean up Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.437 retrieving revision 1.438 diff -u -r1.437 -r1.438 --- tobuild 12 May 2005 21:02:58 -0000 1.437 +++ tobuild 12 May 2005 22:18:48 -0000 1.438 @@ -1,48 +1,3 @@ # this is the build control file. the format is # user repo tag target status # -qspencer rpms/octave/devel octave-2_1_70-1 devel -jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel -oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel -oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 -bpepple rpms/loudmouth/devel loudmouth-0_17_2-3 development -bpepple rpms/gossip/devel gossip-0_8-3 development -s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 devel -notting rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 devel -toshio rpms/gnome-common/devel gnome-common-2_8_0-3 devel -toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel -toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel -mschwendt rpms/mhash/devel mhash-0_9_2-3 devel -mschwendt rpms/gpgme/devel gpgme-1_0_2-3_fc4 devel -oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 devel -oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 -scop rpms/gpa/devel gpa-0_7_0-4 devel -bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development -jpo rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 development -jpo rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 development -jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development -jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development -jpo rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 development -shahms rpms/tla/devel tla-1_3_2-5_fc4 devel -shahms rpms/tla/FC-3 tla-1_3_2-5_fc3 fc3 -s4504kr rpms/inadyn/FC-3 inadyn-1_90-11_fc3 FC3 -thias rpms/synergy/devel synergy-1_2_2-3 devel -shahms rpms/bazaar/devel bazaar-1_3_2-4_fc4 devel -shahms rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 fc3 -shahms rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 devel -shahms rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 devel -shahms rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 devel -shahms rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 devel -jpo rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 development -jpo rpms/perl-Test-Manifest/devel perl-Test-Manifest-1_14-3_fc4 development -jpo rpms/perl-Test-Exception/devel perl-Test-Exception-0_20-4_fc4 development -jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development -jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development -thl rpms/GtkAda/devel GtkAda-2_4_0-6 devel -mschwendt rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 devel -mschwendt rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 devel -ivazquez rpms/notecase/FC-3 notecase-0_8_2-6 fc3 -mschwendt rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-4_fc4 development -mschwendt rpms/libsamplerate/devel libsamplerate-0_1_2-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 22:35:35 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 18:35:35 -0400 Subject: rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage.spec, 1.3, 1.4 Message-ID: <200505122235.j4CMZZQA002520@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Pod-Coverage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2503 Modified Files: perl-Test-Pod-Coverage.spec Log Message: Add dist tag. Index: perl-Test-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Pod-Coverage/devel/perl-Test-Pod-Coverage.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Test-Pod-Coverage.spec 6 Apr 2005 22:13:08 -0000 1.3 +++ perl-Test-Pod-Coverage.spec 12 May 2005 22:35:33 -0000 1.4 @@ -1,9 +1,6 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Test-Pod-Coverage Version: 1.06 -Release: 2 - +Release: 3%{?dist} Summary: Check for pod coverage in your distribution Group: Development/Libraries @@ -55,7 +52,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 1.06-3 +- Add dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 1.06-2 - rebuilt * Thu Jun 24 2004 Jose Pedro Oliveira - 0:1.06-1 From fedora-extras-commits at redhat.com Thu May 12 22:36:22 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 18:36:22 -0400 Subject: common tobuild,1.438,1.439 Message-ID: <200505122236.j4CMaM7I002577@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2560 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.438 retrieving revision 1.439 diff -u -r1.438 -r1.439 --- tobuild 12 May 2005 22:18:48 -0000 1.438 +++ tobuild 12 May 2005 22:36:20 -0000 1.439 @@ -1,3 +1,4 @@ # this is the build control file. the format is # user repo tag target status # +jpo rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 23:15:31 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 19:15:31 -0400 Subject: rpms/pth/devel pth.spec,1.9,1.10 Message-ID: <200505122315.j4CNFVIO003597@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/pth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3579 Modified Files: pth.spec Log Message: bump for all-arch rebuild Index: pth.spec =================================================================== RCS file: /cvs/extras/rpms/pth/devel/pth.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pth.spec 6 Apr 2005 22:13:30 -0000 1.9 +++ pth.spec 12 May 2005 23:15:29 -0000 1.10 @@ -1,8 +1,7 @@ Summary: The GNU Portable Threads Name: pth Version: 2.0.4 -Release: 2 - +Release: 3 License: LGPL Group: System Environment/Libraries URL: http://www.gnu.org/software/pth/ @@ -75,7 +74,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Fri May 13 2005 Michael Schwendt - 2.0.4-3 +- rebuilt + +* Thu Apr 7 2005 Michael Schwendt - 2.0.4-2 - rebuilt * Thu Feb 24 2005 Michael Schwendt - 0:2.0.4-1 From fedora-extras-commits at redhat.com Thu May 12 23:16:02 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 19:16:02 -0400 Subject: common tobuild,1.439,1.440 Message-ID: <200505122316.j4CNG2IV003668@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3645 Modified Files: tobuild Log Message: request build of rpms/pth/devel pth-2_0_4-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.439 retrieving revision 1.440 diff -u -r1.439 -r1.440 --- tobuild 12 May 2005 22:36:20 -0000 1.439 +++ tobuild 12 May 2005 23:16:00 -0000 1.440 @@ -2,3 +2,4 @@ # user repo tag target status # jpo rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 devel +mschwendt rpms/pth/devel pth-2_0_4-3 devel From fedora-extras-commits at redhat.com Thu May 12 23:27:13 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 19:27:13 -0400 Subject: rpms/swatch/devel swatch.spec,1.7,1.8 Message-ID: <200505122327.j4CNRDJe003740@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/swatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3723 Modified Files: swatch.spec Log Message: Add dist tag. Index: swatch.spec =================================================================== RCS file: /cvs/extras/rpms/swatch/devel/swatch.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- swatch.spec 6 Apr 2005 22:13:32 -0000 1.7 +++ swatch.spec 12 May 2005 23:27:11 -0000 1.8 @@ -1,9 +1,6 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: swatch Version: 3.1.1 -Release: 2 - +Release: 3%{?dist} Summary: Tool for actively monitoring log files Group: Applications/File @@ -54,13 +51,17 @@ %defattr(-,root,root,-) %doc CHANGES COPYRIGHT COPYING KNOWN_BUGS README examples/ tools/ %{_bindir}/swatch -%{_mandir}/man[13]/* +%{_mandir}/man1/*.1* +%{_mandir}/man3/*.3* %{perl_vendorlib}/Swatch/ %{perl_vendorlib}/auto/Swatch/ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 3.1.1-3 +- Add dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 3.1.1-2 - rebuilt * Thu Aug 26 2004 Gavin Henry - 0:3.1.1-1 From fedora-extras-commits at redhat.com Thu May 12 23:27:56 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 19:27:56 -0400 Subject: common tobuild,1.440,1.441 Message-ID: <200505122327.j4CNRutb003797@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3780 Modified Files: tobuild Log Message: request build of rpms/swatch/devel swatch-3_1_1-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.440 retrieving revision 1.441 diff -u -r1.440 -r1.441 --- tobuild 12 May 2005 23:16:00 -0000 1.440 +++ tobuild 12 May 2005 23:27:54 -0000 1.441 @@ -3,3 +3,4 @@ # jpo rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 devel mschwendt rpms/pth/devel pth-2_0_4-3 devel +jpo rpms/swatch/devel swatch-3_1_1-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 23:35:16 2005 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Thu, 12 May 2005 19:35:16 -0400 Subject: rpms/mlmmj/devel .cvsignore, 1.3, 1.4 mlmmj.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200505122335.j4CNZGsK003851@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/mlmmj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3830 Modified Files: .cvsignore mlmmj.spec sources Log Message: New 1.2.7 version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 May 2005 09:59:41 -0000 1.3 +++ .cvsignore 12 May 2005 23:35:14 -0000 1.4 @@ -1 +1 @@ -mlmmj-1.2.6.1.tar.bz2 +mlmmj-1.2.7.tar.bz2 Index: mlmmj.spec =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mlmmj.spec 12 May 2005 01:25:36 -0000 1.7 +++ mlmmj.spec 12 May 2005 23:35:14 -0000 1.8 @@ -2,8 +2,8 @@ Summary: Mailserver-independent ezmlm-like mailing list manager Name: mlmmj -Version: 1.2.6.1 -Release: 3%{?dist} +Version: 1.2.7 +Release: 1%{?dist} License: MIT Group: Applications/Internet Source: http://mlmmj.mmj.dk/files/mlmmj-%{version}.tar.bz2 @@ -49,6 +49,9 @@ %{_mandir}/man1/mlmmj-* %changelog +* Fri May 10 2005 Michael Fleming 1.2.7-1 +- Upstream release 1.2.7 (minor fixes) + * Tue May 10 2005 Michael Fleming 1.2.6.1-3 - Add contributed web scripts Index: sources =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 May 2005 09:59:41 -0000 1.3 +++ sources 12 May 2005 23:35:14 -0000 1.4 @@ -1 +1 @@ -f55bc897c76472b0446f38a5e8f7496d mlmmj-1.2.6.1.tar.bz2 +82ebeedc8f26c459b4f75796c5fc4b4d mlmmj-1.2.7.tar.bz2 From fedora-extras-commits at redhat.com Fri May 13 00:02:34 2005 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Thu, 12 May 2005 20:02:34 -0400 Subject: rpms/mlmmj/devel mlmmj.spec,1.8,1.9 Message-ID: <200505130002.j4D02YFw004906@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/mlmmj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4889 Modified Files: mlmmj.spec Log Message: Correct changelog entries + bump Index: mlmmj.spec =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- mlmmj.spec 12 May 2005 23:35:14 -0000 1.8 +++ mlmmj.spec 13 May 2005 00:02:32 -0000 1.9 @@ -3,7 +3,7 @@ Summary: Mailserver-independent ezmlm-like mailing list manager Name: mlmmj Version: 1.2.7 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: Applications/Internet Source: http://mlmmj.mmj.dk/files/mlmmj-%{version}.tar.bz2 @@ -49,7 +49,10 @@ %{_mandir}/man1/mlmmj-* %changelog -* Fri May 10 2005 Michael Fleming 1.2.7-1 +* Fri May 13 2005 Michael Fleming 1.2.7-2 +- Fix changelog (remove superfluous entries too) and bump + +* Fri May 13 2005 Michael Fleming 1.2.7-1 - Upstream release 1.2.7 (minor fixes) * Tue May 10 2005 Michael Fleming 1.2.6.1-3 @@ -85,38 +88,3 @@ - Added upstream patch for addresses without a @domain - Excluded contrib (just some web frontends) to avoid a perl dependency -* Sat Apr 9 2005 Michael Fleming 1.2.4-3.fc3.mf -- rpmlint-inspired cleanups of the spec file. -- Grammar / spelling clarifications in the English listtexts (sending upstream - too) - -* Tue Feb 15 2005 Michael Fleming -- 1.2.4 - -* Wed Feb 9 2005 Michael Fleming -- 1.2.3 -- Patch removed (fixed in release) - -* Fri Feb 4 2005 Michael Fleming -- Fix location of listtexts (forgot the text.skel part in the define) -- Patch for log operations issue (no access to create logs in some cases) - -* Wed Feb 2 2005 Michael Fleming -- 1.2.2. -- Fixes a hang in mlmmj-send if no subscribers are present -- Workaround makefile breakage under listtexts (fix upstream pls!) - -* Thu Jan 27 2005 Michael Fleming -- 1.2.1. Release early and often. - -* Mon Jan 24 2005 Michael Fleming -- 1.2.0 final - -* Wed Jan 19 2005 Michael Fleming -- 1.2.0 RC2 -- Useful summary added. -- Requires: smtpdaemon added (it's useless without one) -- s/Copyright/License/ - -* Mon Jan 17 2005 Michael Fleming -- 1.2.0 RC1 (lots of changes, see Changelog) From fedora-extras-commits at redhat.com Fri May 13 00:11:08 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Thu, 12 May 2005 20:11:08 -0400 Subject: rpms/gtranslator/devel .cvsignore, 1.2, 1.3 gtranslator.spec, 1.6, 1.7 sources, 1.2, 1.3 fix-build.patch, 1.1, NONE Message-ID: <200505130011.j4D0B8gv005022@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/gtranslator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5001 Modified Files: .cvsignore gtranslator.spec sources Removed Files: fix-build.patch Log Message: Update to 1.1.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtranslator/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:31:37 -0000 1.2 +++ .cvsignore 13 May 2005 00:11:06 -0000 1.3 @@ -1 +1 @@ -gtranslator-1.1.5.tar.gz +gtranslator-1.1.6.tar.gz Index: gtranslator.spec =================================================================== RCS file: /cvs/extras/rpms/gtranslator/devel/gtranslator.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gtranslator.spec 11 May 2005 15:00:55 -0000 1.6 +++ gtranslator.spec 13 May 2005 00:11:06 -0000 1.7 @@ -1,26 +1,25 @@ Name: gtranslator -Version: 1.1.5 -Release: 3 +Version: 1.1.6 +Release: 1 Summary: Gettext po file editor for GNOME Group: Development/Tools License: GPL -URL: http://www.gtranslator.org/ -Source0: http://dl.sf.net/gtranslator/gtranslator-1.1.5.tar.gz +URL: http://gtranslator.sourceforge.net +Source0: http://dl.sf.net/gtranslator/gtranslator-1.1.6.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scrollkeeper BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: libgnomeui-devel +BuildRequires: gtkspell-devel BuildRequires:perl(XML::Parser) Requires(post): scrollkeeper Requires(postun): scrollkeeper -Patch0: fix-build.patch - %description gtranslator is an enhanced gettext po file editor for the GNOME desktop environment. It handles all forms of gettext po files and @@ -31,8 +30,6 @@ %prep %setup -q -%patch0 -p1 - %build %configure make %{?_smp_mflags} @@ -88,6 +85,10 @@ %changelog +* Thu May 12 2005 Josh Boyer +- Updated to 1.1.6 +- Remove build patch as it's no longer needed + * Wed May 11 2005 Josh Boyer - Added build fix Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtranslator/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:31:37 -0000 1.2 +++ sources 13 May 2005 00:11:06 -0000 1.3 @@ -1 +1 @@ -2cd24e8471362ab76348fc202a1f957f gtranslator-1.1.5.tar.gz +44b3c0f79cd282f63713b504d3c4f696 gtranslator-1.1.6.tar.gz --- fix-build.patch DELETED --- From fedora-extras-commits at redhat.com Fri May 13 00:11:44 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Thu, 12 May 2005 20:11:44 -0400 Subject: common tobuild,1.441,1.442 Message-ID: <200505130011.j4D0Bijs005079@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5062 Modified Files: tobuild Log Message: request build of rpms/gtranslator/devel gtranslator-1_1_6-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.441 retrieving revision 1.442 diff -u -r1.441 -r1.442 --- tobuild 12 May 2005 23:27:54 -0000 1.441 +++ tobuild 13 May 2005 00:11:42 -0000 1.442 @@ -4,3 +4,4 @@ jpo rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 devel mschwendt rpms/pth/devel pth-2_0_4-3 devel jpo rpms/swatch/devel swatch-3_1_1-3_fc4 devel +jwboyer rpms/gtranslator/devel gtranslator-1_1_6-1 devel From fedora-extras-commits at redhat.com Fri May 13 02:55:05 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Thu, 12 May 2005 22:55:05 -0400 Subject: extras-buildsys-temp/automation2 ChangeLog,1.2,1.3 Message-ID: <200505130255.j4D2t57v008005@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7982 Modified Files: ChangeLog Log Message: 2005-05-12 Dan Williams * Add an SRPM build mode that short-circuits CVS checkouts to build an SRPM queued by the user. This mode CANNOT be enabled at the same time as CVS checkout mode, since its less secure. It should only be used for local building and development. To enable this mode, set the 'use_srpm_not_cvs' config option to True. enqueue_srpm(, , , ) Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 12 May 2005 16:48:15 -0000 1.2 +++ ChangeLog 13 May 2005 02:55:02 -0000 1.3 @@ -1,5 +1,15 @@ 2005-05-12 Dan Williams + * Add an SRPM build mode that short-circuits CVS checkouts to build an SRPM + queued by the user. This mode CANNOT be enabled at the same time as CVS + checkout mode, since its less secure. It should only be used for local + building and development. To enable this mode, set the 'use_srpm_not_cvs' + config option to True. + + enqueue_srpm(, , , ) + +2005-05-12 Dan Williams + * Add ability to drop ArchWelders and the jobs they are currently building, and to find them again when kicked to do so. To do this, config file for the server got changed to CONFIG so we can reload(CONFIG) and get new From fedora-extras-commits at redhat.com Fri May 13 02:55:05 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Thu, 12 May 2005 22:55:05 -0400 Subject: extras-buildsys-temp/automation2/server aw_manager.py, 1.4, 1.5 bm_server.py, 1.2, 1.3 buildjob.py, 1.2, 1.3 buildmaster.py, 1.2, 1.3 CONFIG.py, 1.1, 1.2 Message-ID: <200505130255.j4D2t5aj008021@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7982/server Modified Files: aw_manager.py bm_server.py buildjob.py buildmaster.py CONFIG.py Log Message: 2005-05-12 Dan Williams * Add an SRPM build mode that short-circuits CVS checkouts to build an SRPM queued by the user. This mode CANNOT be enabled at the same time as CVS checkout mode, since its less secure. It should only be used for local building and development. To enable this mode, set the 'use_srpm_not_cvs' config option to True. enqueue_srpm(, , , ) Index: aw_manager.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/aw_manager.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- aw_manager.py 12 May 2005 17:12:00 -0000 1.4 +++ aw_manager.py 13 May 2005 02:55:03 -0000 1.5 @@ -63,7 +63,8 @@ try: status = self._server.status(self.jobid) except Exception, e: - print "XMLAW: got error '%s' from AW during update_status()" % e + print "AWJ(%s): got error '%s' from build client while attempting " \ + "to get its status." % (self.awi.address(), e) self.status = status return self.status @@ -117,7 +118,8 @@ if e[0] == 111 or e[0] == 104: self._unavail_count = self._unavail_count + 1 else: - print "XMLAW: got error '%s' from AW during get_cur_job()" % e + print "AWI(%s): got error '%s' from AW while trying to get " \ + "current job number" % (self._address, e) else: self._unavail_count = 0 if cur_job == 0: Index: bm_server.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/bm_server.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bm_server.py 12 May 2005 16:48:15 -0000 1.2 +++ bm_server.py 13 May 2005 02:55:03 -0000 1.3 @@ -61,6 +61,13 @@ def enqueue(self, username, package, cvs_tag, target, buildreq=None): """ Accept a job to build and stuff it into the job database """ + # FIXME we should be passing back a tuple of (error/success, reason) + + if CONFIG.get('use_srpm_not_cvs') == True: + email_result(username, cvs_tag, "Error setting up build for %s on "\ + "%s: this server builds SRPMs, not CVS checkouts." % (cvs_tag, target)) + return -1 + print "Request to enqueue '%s' tag '%s' for target '%s' (user '%s')" \ % (package, cvs_tag, target, username) targets = CONFIG.get('targets') @@ -80,6 +87,41 @@ self.dbcx.commit() return 0 + def enqueue_srpm(self, username, package, srpm_file, target, buildreq=None): + """ Accept a job to build from SRPM file and stuff it into the job database """ + + # FIXME we should be passing back a tuple of (error/success, reason) + + if CONFIG.get('use_srpm_not_cvs') == False: + email_result(username, srpm_file, "Error setting up build for %s on "\ + "%s: this server builds CVS checkouts, not SRPMS." % (srpm_file, target)) + return -1 + + # We limit the database field to 255 chars + if len(srpm_file) > 255: + email_result(username, srpm_file, "Error setting up build for %s on "\ + "%s: try using a shorter path to the SRPM (< 255 chars)." % (srpm_file, target)) + return -1 + + print "Request to enqueue '%s' file '%s' for target '%s' (user '%s')" \ + % (package, srpm_file, target, username) + targets = CONFIG.get('targets') + if not targets.has_key(target): + print "Error setting up build for %s on %s: target does not exist."\ + % (srpm_file, target) + email_result(username, srpm_file, "Error setting up build for %s on "\ + "%s: target does not exist." % (srpm_file, target)) + return -1 + else: + # Insert request into the database + self.curs.execute('INSERT INTO jobs (uid, username, package,' \ + ' cvs_tag, target, buildreq, time_submitted, status)' \ + ' VALUES (NULL, "%s", "%s", "%s", "%s", "%s", %d, "%s")' \ + % (username, package, srpm_file, target, buildreq, \ + time.time(), 'waiting')) + self.dbcx.commit() + return 0 + def list_waiting_jobs(self): self.curs.execute('SELECT uid, username, package, cvs_tag, target' \ ' FROM jobs WHERE status="waiting"') Index: buildjob.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/buildjob.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- buildjob.py 12 May 2005 16:48:15 -0000 1.2 +++ buildjob.py 13 May 2005 02:55:03 -0000 1.3 @@ -71,18 +71,27 @@ def __init__(self, uid, username, package, cvs_tag, target, arch_welder_manager): self.awm = arch_welder_manager self.uid = uid - self.curstage = 'initialize' self.username = username self.starttime = time.time() self.endtime = None self.stages_root = CONFIG.get('stages_root') self.package = package - self.cvs_tag = cvs_tag self.target = target self.buildarches = [] self.sub_jobs = {} self.failed = False + # If we are building and SRPM, cvs_tag will be the SRPM file + if CONFIG.get('use_srpm_not_cvs') == True: + self.srpmpath = cvs_tag + # SRPM builds short-circut to the prep stage (which is right after make_srpm) + self.curstage = 'make_srpm' + self.cvs_tag = None + else: + self.srpmpath = None + self.curstage = 'initialize' + self.cvs_tag = cvs_tag + def get_cur_stage(self): return self.curstage Index: buildmaster.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/buildmaster.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- buildmaster.py 12 May 2005 16:48:15 -0000 1.2 +++ buildmaster.py 13 May 2005 02:55:03 -0000 1.3 @@ -35,7 +35,7 @@ # If DB wasn't created, try to create it curs.execute('CREATE TABLE jobs (uid INTEGER PRIMARY KEY, ' \ 'username VARCHAR(20), package VARCHAR(50), ' \ - 'cvs_tag VARCHAR(75), target VARCHAR(20), ' \ + 'cvs_tag VARCHAR(255), target VARCHAR(20), ' \ 'buildreq VARCHAR(75), time_submitted BIGINT, ' \ 'status VARCHAR(15))') dbcx.commit() @@ -83,7 +83,7 @@ self.dbcx.commit() item = self.curs.fetchone() if item: - print "%d: Adding (%s/%s/%s) to build queue" % (item['uid'], \ + print "%d: Adding (%s/'%s'/%s) to build queue" % (item['uid'], \ item['package'], item['cvs_tag'], item['target']) job = BuildJob(item['uid'], item['username'], item['package'], item['cvs_tag'], item['target'], self.awm) Index: CONFIG.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/CONFIG.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- CONFIG.py 12 May 2005 16:48:15 -0000 1.1 +++ CONFIG.py 13 May 2005 02:55:03 -0000 1.2 @@ -13,6 +13,11 @@ config_opts['redhat_internal_cvs'] = 1 config_opts['log_url'] = "http://foo.foo.org/logs/" +# This option disables pulling from CVS. Allowing jobs to be submitted +# as unknown SRPMs from random people may be a security risk, so don't +# do this unless you really really want to. +config_opts['use_srpm_not_cvs'] = False + config_opts['targets'] = { 'FC-3' : ['i386', 'x86_64'], 'devel' : ['i386'] } From fedora-extras-commits at redhat.com Fri May 13 13:10:20 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 13 May 2005 09:10:20 -0400 Subject: rpms/gnupg2/devel gnupg-1.9.16-signal-info.patch, NONE, 1.1 gnupg2.spec, 1.9, 1.10 gnupg-1.9.16-strsignal.patch, 1.1, NONE Message-ID: <200505131310.j4DDAKJW021075@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21055 Modified Files: gnupg2.spec Added Files: gnupg-1.9.16-signal-info.patch Removed Files: gnupg-1.9.16-strsignal.patch Log Message: * Fri May 13 2005 Michael Schwendt - 1.9.16-3 - Include upstream's patch for signal.c. gnupg-1.9.16-signal-info.patch: --- NEW FILE gnupg-1.9.16-signal-info.patch --- diff -Nur gnupg-1.9.16-orig/common/signal.c gnupg-1.9.16/common/signal.c --- gnupg-1.9.16-orig/common/signal.c 2004-12-21 11:03:00.000000000 +0100 +++ gnupg-1.9.16/common/signal.c 2005-05-13 14:56:37.000000000 +0200 @@ -1,5 +1,6 @@ /* signal.c - signal handling - * Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2002, + * 2005 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -73,10 +74,12 @@ static const char * get_signal_name( int signum ) { -#if defined(SYS_SIGLIST_DECLARED) && defined(NSIG) + /* Note that we can't use strsignal(), because it is not + reentrant. */ +#if defined(HAVE_DECL_SYS_SIGLIST) && defined(NSIG) return (signum >= 0 && signum < NSIG) ? sys_siglist[signum] : "?"; #else - return "some signal"; + return NULL; #endif } #endif /*!HAVE_DOSISH_SYSTEM*/ @@ -93,19 +96,42 @@ if (cleanup_fnc) cleanup_fnc (); - /* better don't translate these messages */ + /* Better don't translate these messages. */ write (2, "\n", 1 ); s = log_get_prefix (NULL); if (s) write(2, s, strlen (s)); - write (2, ": ", 2 ); + write (2, ": signal ", 9 ); s = get_signal_name(sig); - write (2, s, strlen(s) ); + if (s) + write (2, s, strlen(s) ); + else + { + /* We are in a signal handler so we can't use any kind of printf + even not sprintf. USe a straightforward algorithm. */ + if (sig < 0 || sig >= 100000) + write (2, "?", 1); + else + { + int i, any=0; + + for (i=10000; i; i /= 10) + { + if (sig >= i || ((any || i==1) && !(sig/i))) + { + write (2, "0123456789"+(sig/i), 1); + if ((sig/i)) + any = 1; + sig %= i; + } + } + } + } write (2, " caught ... exiting\n", 20); - /* reset action to default action and raise signal again */ + /* Reset action to default action and raise signal again */ init_one_signal (sig, SIG_DFL, 0); - /* fixme: remove_lockfiles ();*/ + /* Fixme: remove_lockfiles ();*/ #ifdef __riscos__ close_fds (); #endif /* __riscos__ */ Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnupg2.spec 11 May 2005 12:32:22 -0000 1.9 +++ gnupg2.spec 13 May 2005 13:10:18 -0000 1.10 @@ -1,7 +1,7 @@ Summary: GNU utility for secure communication and data storage Name: gnupg2 Version: 1.9.16 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: gnupg-1.9.16-pth.patch -Patch1: gnupg-1.9.16-strsignal.patch +Patch1: gnupg-1.9.16-signal-info.patch Patch2: gnupg-1.9.16-testverbose.patch Obsoletes: newpg < 0.9.5 @@ -132,6 +132,9 @@ %changelog +* Fri May 13 2005 Michael Schwendt - 1.9.16-3 +- Include upstream's patch for signal.c. + * Tue May 10 2005 Michael Schwendt - 1.9.16-1 - Merge changes from Rex's 1.9.16-1 (Thu Apr 21): - opensc support unconditional --- gnupg-1.9.16-strsignal.patch DELETED --- From fedora-extras-commits at redhat.com Fri May 13 13:20:23 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 13 May 2005 09:20:23 -0400 Subject: common tobuild,1.442,1.443 Message-ID: <200505131320.j4DDKNc3021165@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21148 Modified Files: tobuild Log Message: request build of rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.442 retrieving revision 1.443 diff -u -r1.442 -r1.443 --- tobuild 13 May 2005 00:11:42 -0000 1.442 +++ tobuild 13 May 2005 13:20:21 -0000 1.443 @@ -5,3 +5,4 @@ mschwendt rpms/pth/devel pth-2_0_4-3 devel jpo rpms/swatch/devel swatch-3_1_1-3_fc4 devel jwboyer rpms/gtranslator/devel gtranslator-1_1_6-1 devel +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel From fedora-extras-commits at redhat.com Fri May 13 14:32:35 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:32:35 -0400 Subject: rpms/loudmouth import.log,1.2,1.3 Message-ID: <200505131432.j4DEWZv6022366@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22335 Modified Files: import.log Log Message: auto-import loudmouth-0.90-1 on branch devel from loudmouth-0.90-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/loudmouth/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 5 May 2005 13:45:50 -0000 1.2 +++ import.log 13 May 2005 14:32:33 -0000 1.3 @@ -1 +1,2 @@ loudmouth-0_17_2-2:HEAD:loudmouth-0.17.2-2.src.rpm:1115300746 +loudmouth-0_90-1:HEAD:loudmouth-0.90-1.src.rpm:1115994744 From fedora-extras-commits at redhat.com Fri May 13 14:32:35 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:32:35 -0400 Subject: rpms/loudmouth/devel .cvsignore, 1.2, 1.3 loudmouth.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200505131432.j4DEWZdC022374@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22335/devel Modified Files: .cvsignore loudmouth.spec sources Log Message: auto-import loudmouth-0.90-1 on branch devel from loudmouth-0.90-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/loudmouth/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 May 2005 13:45:51 -0000 1.2 +++ .cvsignore 13 May 2005 14:32:33 -0000 1.3 @@ -1 +1 @@ -loudmouth-0.17.2.tar.bz2 +loudmouth-0.90.tar.bz2 Index: loudmouth.spec =================================================================== RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- loudmouth.spec 5 May 2005 15:04:00 -0000 1.2 +++ loudmouth.spec 13 May 2005 14:32:33 -0000 1.3 @@ -1,14 +1,14 @@ %define with_ssl 1 Name: loudmouth -Version: 0.17.2 -Release: 3 +Version: 0.90 +Release: 1 Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries License: LGPL URL: http://www.imendio.com/projects/loudmouth -Source0: http://ftp.gnome.org/pub/GNOME/sources/loudmouth/0.17/%{name}-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel >= 2.4.0 @@ -85,6 +85,9 @@ %changelog +* Fri May 13 2005 Brian Pepple - 0.90-1 +- Update to 0.9. + * Thu May 5 2005 Brian Pepple - 0.17.2-3 - Adde glib2-devel requires. Index: sources =================================================================== RCS file: /cvs/extras/rpms/loudmouth/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 May 2005 13:45:51 -0000 1.2 +++ sources 13 May 2005 14:32:33 -0000 1.3 @@ -1 +1 @@ -db5dd069f3c7de18d5347ebaaee4ad61 loudmouth-0.17.2.tar.bz2 +8d1cc61764bf05cdb86ba2659df30069 loudmouth-0.90.tar.bz2 From fedora-extras-commits at redhat.com Fri May 13 14:35:39 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:35:39 -0400 Subject: rpms/loudmouth/FC-3 .cvsignore, 1.2, 1.3 loudmouth.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200505131435.j4DEZdXW022441@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22420 Modified Files: .cvsignore loudmouth.spec sources Log Message: Update to 0.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/loudmouth/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 May 2005 13:45:51 -0000 1.2 +++ .cvsignore 13 May 2005 14:35:37 -0000 1.3 @@ -1 +1 @@ -loudmouth-0.17.2.tar.bz2 +loudmouth-0.90.tar.bz2 Index: loudmouth.spec =================================================================== RCS file: /cvs/extras/rpms/loudmouth/FC-3/loudmouth.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- loudmouth.spec 5 May 2005 15:04:00 -0000 1.2 +++ loudmouth.spec 13 May 2005 14:35:37 -0000 1.3 @@ -1,14 +1,14 @@ %define with_ssl 1 Name: loudmouth -Version: 0.17.2 -Release: 3 +Version: 0.90 +Release: 1 Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries License: LGPL URL: http://www.imendio.com/projects/loudmouth -Source0: http://ftp.gnome.org/pub/GNOME/sources/loudmouth/0.17/%{name}-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel >= 2.4.0 @@ -85,6 +85,9 @@ %changelog +* Fri May 13 2005 Brian Pepple - 0.90-1 +- Update to 0.9. + * Thu May 5 2005 Brian Pepple - 0.17.2-3 - Adde glib2-devel requires. Index: sources =================================================================== RCS file: /cvs/extras/rpms/loudmouth/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 May 2005 13:45:51 -0000 1.2 +++ sources 13 May 2005 14:35:37 -0000 1.3 @@ -1 +1 @@ -db5dd069f3c7de18d5347ebaaee4ad61 loudmouth-0.17.2.tar.bz2 +8d1cc61764bf05cdb86ba2659df30069 loudmouth-0.90.tar.bz2 From fedora-extras-commits at redhat.com Fri May 13 14:40:57 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:40:57 -0400 Subject: rpms/loudmouth/FC-3 loudmouth.spec,1.3,1.4 Message-ID: <200505131440.j4DEevjh022491@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22462/FC-3 Modified Files: loudmouth.spec Log Message: Add dist tags Index: loudmouth.spec =================================================================== RCS file: /cvs/extras/rpms/loudmouth/FC-3/loudmouth.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- loudmouth.spec 13 May 2005 14:35:37 -0000 1.3 +++ loudmouth.spec 13 May 2005 14:40:54 -0000 1.4 @@ -2,7 +2,7 @@ Name: loudmouth Version: 0.90 -Release: 1 +Release: 2%{?dist} Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries @@ -85,6 +85,9 @@ %changelog +* Fri May 13 2005 Brian Pepple - 0.90-2 +- Add dist tag. + * Fri May 13 2005 Brian Pepple - 0.90-1 - Update to 0.9. From fedora-extras-commits at redhat.com Fri May 13 14:40:57 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:40:57 -0400 Subject: rpms/loudmouth/devel loudmouth.spec,1.3,1.4 Message-ID: <200505131441.j4DEevT8022497@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22462/devel Modified Files: loudmouth.spec Log Message: Add dist tags Index: loudmouth.spec =================================================================== RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- loudmouth.spec 13 May 2005 14:32:33 -0000 1.3 +++ loudmouth.spec 13 May 2005 14:40:55 -0000 1.4 @@ -2,7 +2,7 @@ Name: loudmouth Version: 0.90 -Release: 1 +Release: 2%{?dist} Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries @@ -24,7 +24,7 @@ Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. - +7%{?dist} %package devel Summary: Development files for Loudmouth @@ -85,6 +85,9 @@ %changelog +* Fri May 13 2005 Brian Pepple - 0.90-2 +- Add dist tag. + * Fri May 13 2005 Brian Pepple - 0.90-1 - Update to 0.9. From fedora-extras-commits at redhat.com Fri May 13 14:43:33 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:43:33 -0400 Subject: common tobuild,1.443,1.444 Message-ID: <200505131443.j4DEhXLr022588@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22571 Modified Files: tobuild Log Message: request build of rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.443 retrieving revision 1.444 diff -u -r1.443 -r1.444 --- tobuild 13 May 2005 13:20:21 -0000 1.443 +++ tobuild 13 May 2005 14:43:31 -0000 1.444 @@ -6,3 +6,4 @@ jpo rpms/swatch/devel swatch-3_1_1-3_fc4 devel jwboyer rpms/gtranslator/devel gtranslator-1_1_6-1 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel +bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 From fedora-extras-commits at redhat.com Fri May 13 14:43:57 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:43:57 -0400 Subject: common tobuild,1.444,1.445 Message-ID: <200505131443.j4DEhvgb022616@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22599 Modified Files: tobuild Log Message: request build of rpms/loudmouth/devel loudmouth-0_90-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.444 retrieving revision 1.445 diff -u -r1.444 -r1.445 --- tobuild 13 May 2005 14:43:31 -0000 1.444 +++ tobuild 13 May 2005 14:43:55 -0000 1.445 @@ -7,3 +7,4 @@ jwboyer rpms/gtranslator/devel gtranslator-1_1_6-1 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 +bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development From fedora-extras-commits at redhat.com Fri May 13 15:20:31 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Fri, 13 May 2005 11:20:31 -0400 Subject: common tobuild,1.445,1.446 Message-ID: <200505131520.j4DFKV5E023615@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23598 Modified Files: tobuild Log Message: request build of rpms/blacs/FC-3 blacs-1_1-8_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.445 retrieving revision 1.446 diff -u -r1.445 -r1.446 --- tobuild 13 May 2005 14:43:55 -0000 1.445 +++ tobuild 13 May 2005 15:20:29 -0000 1.446 @@ -8,3 +8,4 @@ mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development +spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 From fedora-extras-commits at redhat.com Fri May 13 15:57:22 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Fri, 13 May 2005 11:57:22 -0400 Subject: web/html/download/mirrors fedora-core-1, 1.1.1.1, 1.2 fedora-core-2, 1.1.1.1, 1.2 fedora-core-3, 1.3, 1.4 fedora-core-3.pl, 1.1.1.1, 1.2 updates-released-fc1, 1.1.1.1, 1.2 updates-released-fc2, 1.1.1.1, 1.2 updates-released-fc3, 1.3, 1.4 updates-released-fc3.pl, 1.1.1.1, 1.2 updates-testing-fc1, 1.1.1.1, 1.2 updates-testing-fc2, 1.1.1.1, 1.2 updates-testing-fc3, 1.3, 1.4 updates-testing-fc3.pl, 1.1.1.1, 1.2 Message-ID: <200505131557.j4DFvMDN023713@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/web/html/download/mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23699 Modified Files: fedora-core-1 fedora-core-2 fedora-core-3 fedora-core-3.pl updates-released-fc1 updates-released-fc2 updates-released-fc3 updates-released-fc3.pl updates-testing-fc1 updates-testing-fc2 updates-testing-fc3 updates-testing-fc3.pl Log Message: add a polish mirror Index: fedora-core-1 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/fedora-core-1,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fedora-core-1 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ fedora-core-1 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/1/$ARCH/os/ http://mirrors.kernel.org/fedora/core/1/$ARCH/os/ http://sunsite.mff.cuni.cz/pub/fedora/1/$ARCH/os/ +http://ftp.ps.pl/pub/linux/fedora-core/1/$ARCH/os/ Index: fedora-core-2 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/fedora-core-2,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fedora-core-2 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ fedora-core-2 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/2/$ARCH/os/ http://mirrors.kernel.org/fedora/core/2/$ARCH/os/ http://sunsite.mff.cuni.cz/pub/fedora/2/$ARCH/os/ +http://ftp.ps.pl/pub/linux/fedora-core/2/$ARCH/os/ Index: fedora-core-3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/fedora-core-3,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fedora-core-3 11 May 2005 02:15:31 -0000 1.3 +++ fedora-core-3 13 May 2005 15:57:20 -0000 1.4 @@ -34,3 +34,4 @@ http://wftp.tu-chemnitz.de/pub/linux/fedora-core/3/$ARCH/os/ http://www.las.ic.unicamp.br/pub/fedora/linux/core/3/$ARCH/os/ http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/core/3/$ARCH/os +http://ftp.ps.pl/pub/linux/fedora-core/3/$ARCH/os/ Index: fedora-core-3.pl =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/fedora-core-3.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fedora-core-3.pl 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ fedora-core-3.pl 13 May 2005 15:57:20 -0000 1.2 @@ -1 +1,2 @@ http://sunsite.icm.edu.pl/pub/Linux/fedora/linux/core/3/$ARCH/os/ +http://ftp.ps.pl/pub/linux/fedora-core/3/$ARCH/os/ Index: updates-released-fc1 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-released-fc1,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-released-fc1 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-released-fc1 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/1/$ARCH/ http://mirrors.kernel.org/fedora/core/updates/1/$ARCH/ http://sunsite.mff.cuni.cz/pub/fedora/updates/1/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/1/$ARCH/ Index: updates-released-fc2 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-released-fc2,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-released-fc2 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-released-fc2 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/2/$ARCH/ http://mirrors.kernel.org/fedora/core/updates/2/$ARCH/ http://sunsite.mff.cuni.cz/pub/fedora/updates/2/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/2/$ARCH/ Index: updates-released-fc3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-released-fc3,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- updates-released-fc3 11 May 2005 02:15:31 -0000 1.3 +++ updates-released-fc3 13 May 2005 15:57:20 -0000 1.4 @@ -34,3 +34,4 @@ http://wftp.tu-chemnitz.de/pub/linux/fedora-core/updates/3/$ARCH/ http://www.las.ic.unicamp.br/pub/fedora/linux/core/updates/3/$ARCH http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/core/updates/3/$ARCH +http://ftp.ps.pl/pub/linux/fedora-updates/3/$ARCH/ Index: updates-released-fc3.pl =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-released-fc3.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-released-fc3.pl 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-released-fc3.pl 13 May 2005 15:57:20 -0000 1.2 @@ -1 +1,2 @@ http://sunsite.icm.edu.pl/pub/Linux/fedora/linux/core/updates/3/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/3/$ARCH/ Index: updates-testing-fc1 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-testing-fc1,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-testing-fc1 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-testing-fc1 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/testing/1/$ARCH/ http://mirrors.kernel.org/fedora/core/updates/testing/1/$ARCH/ http://sunsite.mff.cuni.cz/pub/fedora/updates/testing/1/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/testing/1// Index: updates-testing-fc2 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-testing-fc2,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-testing-fc2 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-testing-fc2 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/testing/2/$ARCH/ http://mirrors.kernel.org/fedora/core/updates/testing/2/$ARCH/ http://sunsite.mff.cuni.cz/pub/fedora/updates/testing/2/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/testing/2// Index: updates-testing-fc3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-testing-fc3,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- updates-testing-fc3 11 May 2005 02:15:31 -0000 1.3 +++ updates-testing-fc3 13 May 2005 15:57:20 -0000 1.4 @@ -34,3 +34,4 @@ http://wftp.tu-chemnitz.de/pub/linux/fedora-core/updates/testing/3/$ARCH http://www.las.ic.unicamp.br/pub/fedora/linux/core/updates/testing/3/$ARCH http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/3/$ARCH +http://ftp.ps.pl/pub/linux/fedora-updates/testing/3/$ARCH/ Index: updates-testing-fc3.pl =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-testing-fc3.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-testing-fc3.pl 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-testing-fc3.pl 13 May 2005 15:57:20 -0000 1.2 @@ -1 +1,2 @@ http://sunsite.icm.edu.pl/pub/Linux/fedora/linux/core/updates/testing/3/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/testing/3/$ARCH/ From fedora-extras-commits at redhat.com Fri May 13 16:51:16 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 12:51:16 -0400 Subject: rpms/gossip import.log,1.2,1.3 Message-ID: <200505131651.j4DGpGEh024795@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24766 Modified Files: import.log Log Message: auto-import gossip-0.8-4 on branch devel from gossip-0.8-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gossip/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 6 May 2005 16:12:39 -0000 1.2 +++ import.log 13 May 2005 16:51:14 -0000 1.3 @@ -1 +1,2 @@ gossip-0_8-3:HEAD:gossip-0.8-3.src.rpm:1115395956 +gossip-0_8-4:HEAD:gossip-0.8-4.src.rpm:1116003071 From fedora-extras-commits at redhat.com Fri May 13 16:51:17 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 12:51:17 -0400 Subject: rpms/gossip/devel gossip.spec,1.1,1.2 Message-ID: <200505131651.j4DGpHgg024801@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24766/devel Modified Files: gossip.spec Log Message: auto-import gossip-0.8-4 on branch devel from gossip-0.8-4.src.rpm Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gossip.spec 6 May 2005 16:12:39 -0000 1.1 +++ gossip.spec 13 May 2005 16:51:14 -0000 1.2 @@ -2,7 +2,7 @@ Name: gossip Version: 0.8 -Release: 3 +Release: 4%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications @@ -95,6 +95,9 @@ %changelog +* Fri May 13 2005 Brian Pepple - 0.8-4 +- Add dist tag. + * Fri May 6 2005 Brian Pepple - 0.8-3 - Add ownership for unclaimed directories. - Disable dbus support due to api changes, and since it is experimental in Gossip anyway. From fedora-extras-commits at redhat.com Fri May 13 16:53:31 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 12:53:31 -0400 Subject: common tobuild,1.446,1.447 Message-ID: <200505131653.j4DGrVQH024868@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24851 Modified Files: tobuild Log Message: request build of rpms/gossip/devel gossip-0_8-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.446 retrieving revision 1.447 diff -u -r1.446 -r1.447 --- tobuild 13 May 2005 15:20:29 -0000 1.446 +++ tobuild 13 May 2005 16:53:29 -0000 1.447 @@ -9,3 +9,4 @@ bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 +bpepple rpms/gossip/devel gossip-0_8-4_fc4 development From fedora-extras-commits at redhat.com Fri May 13 16:53:50 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 12:53:50 -0400 Subject: common tobuild,1.447,1.448 Message-ID: <200505131653.j4DGro5T024896@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24879 Modified Files: tobuild Log Message: request build of rpms/gossip/FC-3 gossip-0_8-3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.447 retrieving revision 1.448 diff -u -r1.447 -r1.448 --- tobuild 13 May 2005 16:53:29 -0000 1.447 +++ tobuild 13 May 2005 16:53:48 -0000 1.448 @@ -10,3 +10,4 @@ bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development +bpepple rpms/gossip/FC-3 gossip-0_8-3 FC3 From fedora-extras-commits at redhat.com Fri May 13 17:00:16 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 13:00:16 -0400 Subject: common tobuild,1.448,1.449 Message-ID: <200505131700.j4DH0GOs024988@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24968 Modified Files: tobuild Log Message: request build of rpms/gossip/devel gossip-0_8-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.448 retrieving revision 1.449 diff -u -r1.448 -r1.449 --- tobuild 13 May 2005 16:53:48 -0000 1.448 +++ tobuild 13 May 2005 17:00:14 -0000 1.449 @@ -11,3 +11,4 @@ spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development bpepple rpms/gossip/FC-3 gossip-0_8-3 FC3 +bpepple rpms/gossip/devel gossip-0_8-4_fc4 development From fedora-extras-commits at redhat.com Fri May 13 18:01:23 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 13 May 2005 14:01:23 -0400 Subject: rpms/gnupg2/devel gnupg2.spec,1.10,1.11 Message-ID: <200505131801.j4DI1NTN026997@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26980 Modified Files: gnupg2.spec Log Message: bump for another build request, because of previous 404 Not Found error in x86_64 build system Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gnupg2.spec 13 May 2005 13:10:18 -0000 1.10 +++ gnupg2.spec 13 May 2005 18:01:21 -0000 1.11 @@ -1,7 +1,7 @@ Summary: GNU utility for secure communication and data storage Name: gnupg2 Version: 1.9.16 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 From fedora-extras-commits at redhat.com Fri May 13 18:01:50 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 13 May 2005 14:01:50 -0400 Subject: common tobuild,1.449,1.450 Message-ID: <200505131801.j4DI1oiN027054@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27037 Modified Files: tobuild Log Message: request build of rpms/gnupg2/devel gnupg2-1_9_16-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.449 retrieving revision 1.450 diff -u -r1.449 -r1.450 --- tobuild 13 May 2005 17:00:14 -0000 1.449 +++ tobuild 13 May 2005 18:01:48 -0000 1.450 @@ -12,3 +12,4 @@ bpepple rpms/gossip/devel gossip-0_8-4_fc4 development bpepple rpms/gossip/FC-3 gossip-0_8-3 FC3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-4_fc4 devel From fedora-extras-commits at redhat.com Fri May 13 21:29:21 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Fri, 13 May 2005 17:29:21 -0400 Subject: devel/blender .cvsignore, 1.4, 1.5 blender.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200505132129.j4DLTM6H030783@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/devel/blender In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30762 Modified Files: .cvsignore blender.spec sources Log Message: * Fri May 13 2005 Toshio Kuratomi - Update to 2.36. - Rebuild with new gcc4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/devel/blender/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Nov 2004 16:49:43 -0000 1.4 +++ .cvsignore 13 May 2005 21:29:19 -0000 1.5 @@ -1 +1 @@ -blender-2.35.tar.bz2 +blender-2.36.tar.gz Index: blender.spec =================================================================== RCS file: /cvs/extras/devel/blender/blender.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- blender.spec 6 Apr 2005 22:11:12 -0000 1.8 +++ blender.spec 13 May 2005 21:29:19 -0000 1.9 @@ -1,13 +1,13 @@ Name: blender -Version: 2.35 -Release: 2 +Version: 2.36 +Release: 1 Summary: 3D modeling, animation, rendering and post-production Group: Applications/Multimedia License: GPL URL: http://www.blender.org -Source0: http://download.blender.org/source/blender-2.35.tar.bz2 +Source0: http://download.blender.org/source/blender-2.36.tar.gz Source1: http://bane.servebeer.com/programming/blender/import-3ds-0.7.py Source2: http://bane.servebeer.com/programming/blender/export-3ds-0.71.py Source3: blender.png @@ -44,7 +44,7 @@ %prep -%setup -q +%setup -q -n %{name} %build @@ -92,6 +92,10 @@ %changelog +* Fri May 13 2005 Toshio Kuratomi 2.36-1 +- Update to 2.36. +- Rebuild with new gcc4. + * Fri Apr 7 2005 Michael Schwendt - rebuilt Index: sources =================================================================== RCS file: /cvs/extras/devel/blender/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 Nov 2004 16:49:43 -0000 1.4 +++ sources 13 May 2005 21:29:19 -0000 1.5 @@ -1 +1 @@ -d451bb3047a9c2fe785c0b91f9769717 blender-2.35.tar.bz2 +8e2237c86b12e6061935632495aec875 blender-2.36.tar.gz From fedora-extras-commits at redhat.com Sat May 14 01:40:25 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 21:40:25 -0400 Subject: rpms/perl-Module-CoreList/devel perl-Module-CoreList.spec,1.6,1.7 Message-ID: <200505140140.j4E1eP3K003105@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3088 Modified Files: perl-Module-CoreList.spec Log Message: Add dist tag. Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/perl-Module-CoreList.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Module-CoreList.spec 24 Apr 2005 18:53:25 -0000 1.6 +++ perl-Module-CoreList.spec 14 May 2005 01:40:23 -0000 1.7 @@ -1,7 +1,6 @@ Name: perl-Module-CoreList Version: 2.01 -Release: 2 - +Release: 3%{?dist} Summary: Perl core modules indexed by perl versions Group: Development/Libraries @@ -58,6 +57,9 @@ %changelog +* Sat May 14 2005 Jose Pedro Oliveira - 2.01-3 +- Add dist tag. + * Sun Apr 24 2005 Jose Pedro Oliveira - 2.01-2 - Update to 2.01. From fedora-extras-commits at redhat.com Sat May 14 01:43:06 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 21:43:06 -0400 Subject: common tobuild,1.450,1.451 Message-ID: <200505140143.j4E1h6h4003167@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3150 Modified Files: tobuild Log Message: request build of rpms/perl-Module-CoreList/devel perl-Module-CoreList-2_01-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.450 retrieving revision 1.451 diff -u -r1.450 -r1.451 --- tobuild 13 May 2005 18:01:48 -0000 1.450 +++ tobuild 14 May 2005 01:43:04 -0000 1.451 @@ -13,3 +13,4 @@ bpepple rpms/gossip/FC-3 gossip-0_8-3 FC3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development mschwendt rpms/gnupg2/devel gnupg2-1_9_16-4_fc4 devel +jpo rpms/perl-Module-CoreList/devel perl-Module-CoreList-2_01-3_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 01:54:18 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 21:54:18 -0400 Subject: rpms/pdfjam/devel pdfjam.spec,1.2,1.3 Message-ID: <200505140154.j4E1sIEg003235@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/pdfjam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3218 Modified Files: pdfjam.spec Log Message: Add dist tag. Index: pdfjam.spec =================================================================== RCS file: /cvs/extras/rpms/pdfjam/devel/pdfjam.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pdfjam.spec 6 Apr 2005 22:12:43 -0000 1.2 +++ pdfjam.spec 14 May 2005 01:54:16 -0000 1.3 @@ -1,7 +1,6 @@ Name: pdfjam Version: 1.20 -Release: 2 - +Release: 3%{?dist} Summary: Utilities for join, rotate and align PDFs Group: Applications/Publishing @@ -59,7 +58,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Sat May 14 2005 Jose Pedro Oliveira - 1.20-3 +- Add dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 1.20-2 - rebuilt * Thu Feb 24 2005 Jose Pedro Oliveira - 1.20-1 From fedora-extras-commits at redhat.com Sat May 14 01:55:09 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 21:55:09 -0400 Subject: common tobuild,1.451,1.452 Message-ID: <200505140155.j4E1t950003300@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3283 Modified Files: tobuild Log Message: request build of rpms/pdfjam/devel pdfjam-1_20-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.451 retrieving revision 1.452 diff -u -r1.451 -r1.452 --- tobuild 14 May 2005 01:43:04 -0000 1.451 +++ tobuild 14 May 2005 01:55:06 -0000 1.452 @@ -14,3 +14,4 @@ bpepple rpms/gossip/devel gossip-0_8-4_fc4 development mschwendt rpms/gnupg2/devel gnupg2-1_9_16-4_fc4 devel jpo rpms/perl-Module-CoreList/devel perl-Module-CoreList-2_01-3_fc4 devel +jpo rpms/pdfjam/devel pdfjam-1_20-3_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 02:12:46 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:12:46 -0400 Subject: rpms/perl-Authen-SASL/devel perl-Authen-SASL.spec,1.3,1.4 Message-ID: <200505140212.j4E2CkNe004330@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Authen-SASL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4313 Modified Files: perl-Authen-SASL.spec Log Message: Add dist tag. Index: perl-Authen-SASL.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Authen-SASL/devel/perl-Authen-SASL.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Authen-SASL.spec 26 Apr 2005 17:14:22 -0000 1.3 +++ perl-Authen-SASL.spec 14 May 2005 02:12:44 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Authen-SASL Version: 2.09 -Release: 2 +Release: 3%{?dist} Summary: SASL Authentication framework for Perl Group: Development/Libraries @@ -52,6 +52,9 @@ %changelog +* Sat May 14 2005 Jose Pedro Oliveira - 2.09-3 +- Add dist tag. + * Tue Apr 26 2005 Jose Pedro Oliveira - 2.09-2 - Update to 2.09. From fedora-extras-commits at redhat.com Sat May 14 02:13:12 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:13:12 -0400 Subject: common tobuild,1.452,1.453 Message-ID: <200505140213.j4E2DCuK004387@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4370 Modified Files: tobuild Log Message: request build of rpms/perl-Authen-SASL/devel perl-Authen-SASL-2_09-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.452 retrieving revision 1.453 diff -u -r1.452 -r1.453 --- tobuild 14 May 2005 01:55:06 -0000 1.452 +++ tobuild 14 May 2005 02:13:10 -0000 1.453 @@ -15,3 +15,4 @@ mschwendt rpms/gnupg2/devel gnupg2-1_9_16-4_fc4 devel jpo rpms/perl-Module-CoreList/devel perl-Module-CoreList-2_01-3_fc4 devel jpo rpms/pdfjam/devel pdfjam-1_20-3_fc4 devel +jpo rpms/perl-Authen-SASL/devel perl-Authen-SASL-2_09-3_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 02:14:47 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:14:47 -0400 Subject: rpms/perl-Config-IniFiles/devel perl-Config-IniFiles.spec,1.4,1.5 Message-ID: <200505140214.j4E2ElDa004415@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Config-IniFiles/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4398 Modified Files: perl-Config-IniFiles.spec Log Message: Add dist tag. Index: perl-Config-IniFiles.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Config-IniFiles/devel/perl-Config-IniFiles.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Config-IniFiles.spec 2 May 2005 19:05:39 -0000 1.4 +++ perl-Config-IniFiles.spec 14 May 2005 02:14:45 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Config-IniFiles Version: 2.39 -Release: 2 +Release: 3%{?dist} Summary: A module for reading .ini-style configuration files Group: Development/Libraries @@ -54,6 +54,9 @@ %changelog +* Sat May 14 2005 Jose Pedro Oliveira - 2.39-3 +- Add dist tag. + * Fri Apr 29 2005 Jose Pedro Oliveira - 2.39-2 - Update to 2.39. From fedora-extras-commits at redhat.com Sat May 14 02:15:19 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:15:19 -0400 Subject: common tobuild,1.453,1.454 Message-ID: <200505140215.j4E2FJVP004474@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4457 Modified Files: tobuild Log Message: request build of rpms/perl-Config-IniFiles/devel perl-Config-IniFiles-2_39-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.453 retrieving revision 1.454 diff -u -r1.453 -r1.454 --- tobuild 14 May 2005 02:13:10 -0000 1.453 +++ tobuild 14 May 2005 02:15:16 -0000 1.454 @@ -16,3 +16,4 @@ jpo rpms/perl-Module-CoreList/devel perl-Module-CoreList-2_01-3_fc4 devel jpo rpms/pdfjam/devel pdfjam-1_20-3_fc4 devel jpo rpms/perl-Authen-SASL/devel perl-Authen-SASL-2_09-3_fc4 devel +jpo rpms/perl-Config-IniFiles/devel perl-Config-IniFiles-2_39-3_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 02:16:41 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:16:41 -0400 Subject: rpms/perl-Devel-Cycle/devel perl-Devel-Cycle.spec,1.4,1.5 Message-ID: <200505140216.j4E2GfBl004520@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cycle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4503 Modified Files: perl-Devel-Cycle.spec Log Message: Add dist tag. Index: perl-Devel-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cycle/devel/perl-Devel-Cycle.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Devel-Cycle.spec 2 May 2005 18:51:33 -0000 1.4 +++ perl-Devel-Cycle.spec 14 May 2005 02:16:39 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Devel-Cycle Version: 1.04 -Release: 2 +Release: 3%{?dist} Summary: Find memory cycles in objects Group: Development/Libraries @@ -52,6 +52,9 @@ %changelog +* Sat May 14 2005 Jose Pedro Oliveira - 1.04-3 +- Add dist tag. + * Mon May 02 2005 Jose Pedro Oliveira - 1.04-2 - Update to 1.04. From fedora-extras-commits at redhat.com Sat May 14 02:18:18 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:18:18 -0400 Subject: common tobuild,1.454,1.455 Message-ID: <200505140218.j4E2IIgJ004583@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4566 Modified Files: tobuild Log Message: request build of rpms/perl-Devel-Cycle/devel perl-Devel-Cycle-1_04-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.454 retrieving revision 1.455 diff -u -r1.454 -r1.455 --- tobuild 14 May 2005 02:15:16 -0000 1.454 +++ tobuild 14 May 2005 02:18:16 -0000 1.455 @@ -17,3 +17,4 @@ jpo rpms/pdfjam/devel pdfjam-1_20-3_fc4 devel jpo rpms/perl-Authen-SASL/devel perl-Authen-SASL-2_09-3_fc4 devel jpo rpms/perl-Config-IniFiles/devel perl-Config-IniFiles-2_39-3_fc4 devel +jpo rpms/perl-Devel-Cycle/devel perl-Devel-Cycle-1_04-3_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 02:20:12 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:20:12 -0400 Subject: rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle.spec, 1.2, 1.3 Message-ID: <200505140220.j4E2KCB0004616@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Memory-Cycle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4599 Modified Files: perl-Test-Memory-Cycle.spec Log Message: Add dist tag. Index: perl-Test-Memory-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/devel/perl-Test-Memory-Cycle.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Test-Memory-Cycle.spec 22 Apr 2005 10:49:56 -0000 1.2 +++ perl-Test-Memory-Cycle.spec 14 May 2005 02:20:10 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Test-Memory-Cycle Version: 1.00 -Release: 3 +Release: 4%{?dist} Summary: Check for memory leaks and circular memory references Group: Development/Libraries @@ -57,6 +57,9 @@ %changelog +* Sat May 14 2005 Jose Pedro Oliveira - 1.00-4 +- Add dist tag. + * Fri Apr 22 2005 Jose Pedro Oliveira - 1.00-3 - Fedora Extras: FC-4 version. From fedora-extras-commits at redhat.com Sat May 14 02:20:48 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:20:48 -0400 Subject: common tobuild,1.455,1.456 Message-ID: <200505140220.j4E2Kmcu004673@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4656 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle-1_00-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.455 retrieving revision 1.456 diff -u -r1.455 -r1.456 --- tobuild 14 May 2005 02:18:16 -0000 1.455 +++ tobuild 14 May 2005 02:20:46 -0000 1.456 @@ -18,3 +18,4 @@ jpo rpms/perl-Authen-SASL/devel perl-Authen-SASL-2_09-3_fc4 devel jpo rpms/perl-Config-IniFiles/devel perl-Config-IniFiles-2_39-3_fc4 devel jpo rpms/perl-Devel-Cycle/devel perl-Devel-Cycle-1_04-3_fc4 devel +jpo rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle-1_00-4_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 03:41:16 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Fri, 13 May 2005 23:41:16 -0400 Subject: common tobuild,1.456,1.457 Message-ID: <200505140341.j4E3fGPd005799@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5782 Modified Files: tobuild Log Message: Cleanup Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.456 retrieving revision 1.457 diff -u -r1.456 -r1.457 --- tobuild 14 May 2005 02:20:46 -0000 1.456 +++ tobuild 14 May 2005 03:41:14 -0000 1.457 @@ -4,7 +4,6 @@ jpo rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 devel mschwendt rpms/pth/devel pth-2_0_4-3 devel jpo rpms/swatch/devel swatch-3_1_1-3_fc4 devel -jwboyer rpms/gtranslator/devel gtranslator-1_1_6-1 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development From fedora-extras-commits at redhat.com Sat May 14 08:56:14 2005 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sat, 14 May 2005 04:56:14 -0400 Subject: rpms/clamav/devel sources,1.6,1.7 clamav.spec,1.13,1.14 Message-ID: <200505140856.j4E8uEGi011690@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11671/devel Modified Files: sources clamav.spec Log Message: version 0.85 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 May 2005 11:03:39 -0000 1.6 +++ sources 14 May 2005 08:56:12 -0000 1.7 @@ -1,2 +1,2 @@ -4c89908cc3e8ea7684bbea4cfeae025a clamav-0.84.tar.gz.sig -c43213da01d510faf117daa9a4d5326c clamav-0.84.tar.gz +938952faec9f4deffe2c0f6772d64b97 clamav-0.85.tar.gz.sig +b6bf9b04d69b4e9cf917beca99d8169a clamav-0.85.tar.gz Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- clamav.spec 1 May 2005 11:03:39 -0000 1.13 +++ clamav.spec 14 May 2005 08:56:12 -0000 1.14 @@ -21,8 +21,8 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.84 -Release: %release_func 0 +Version: 0.85 +Release: %release_func 1 License: GPL Group: Applications/File @@ -406,7 +406,10 @@ %endif # _without_milter %changelog -* Sun May 1 2005 Enrico Scholz - 0.84 +* Sat May 14 2005 Enrico Scholz - 0.85-0 +- updated to 0.85 + +* Sun May 1 2005 Enrico Scholz - 0.84-0 - updated to 0.84 * Fri Apr 7 2005 Michael Schwendt From fedora-extras-commits at redhat.com Sat May 14 12:45:58 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Sat, 14 May 2005 08:45:58 -0400 Subject: rpms/python-cherrypy/devel python-cherrypy.spec,1.3,1.4 Message-ID: <200505141246.j4ECkSq2016075@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/rpms/python-cherrypy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16036/devel Modified Files: python-cherrypy.spec Log Message: - Updated FC-3 to 2.0.0 release as well. - Added dist tag to FC-3 and devel branch. Index: python-cherrypy.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-cherrypy.spec 8 May 2005 09:09:59 -0000 1.3 +++ python-cherrypy.spec 14 May 2005 12:45:56 -0000 1.4 @@ -3,7 +3,7 @@ Name: python-cherrypy Version: 2.0.0 -Release: 1 +Release: 2%{?dist} Summary: A pythonic, object-oriented web development framework Group: Development/Libraries License: BSD @@ -59,6 +59,9 @@ %ghost %{python_sitelib}/cherrypy/lib/filter/*.pyo %changelog +* Sat May 14 2005 Gijs Hollestelle 2.0.0-2 +- Added dist tag + * Sun May 8 2005 Gijs Hollestelle 2.0.0-1 - Updated to 2.0.0 final - Updated python-cherrypy-tutorial-doc.patch to match new version From fedora-extras-commits at redhat.com Sat May 14 12:45:58 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Sat, 14 May 2005 08:45:58 -0400 Subject: rpms/python-cherrypy/FC-3 .cvsignore, 1.2, 1.3 python-cherrypy-tutorial-doc.patch, 1.1, 1.2 python-cherrypy.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200505141246.j4ECkTMb016081@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/rpms/python-cherrypy/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16036/FC-3 Modified Files: .cvsignore python-cherrypy-tutorial-doc.patch python-cherrypy.spec sources Log Message: - Updated FC-3 to 2.0.0 release as well. - Added dist tag to FC-3 and devel branch. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Apr 2005 09:53:01 -0000 1.2 +++ .cvsignore 14 May 2005 12:45:56 -0000 1.3 @@ -1 +1 @@ -CherryPy-2.0.0b.tar.gz +CherryPy-2.0.0.tar.gz python-cherrypy-tutorial-doc.patch: Index: python-cherrypy-tutorial-doc.patch =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/FC-3/python-cherrypy-tutorial-doc.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-cherrypy-tutorial-doc.patch 6 Apr 2005 09:53:01 -0000 1.1 +++ python-cherrypy-tutorial-doc.patch 14 May 2005 12:45:56 -0000 1.2 @@ -1,12 +1,11 @@ -# Do not build tutorial and test ---- CherryPy-2.0.0b/setup.py-orig 2005-03-20 20:16:11.392356672 +0100 -+++ CherryPy-2.0.0b/setup.py 2005-03-20 20:16:27.167958416 +0100 +--- CherryPy-2.0.0/setup.py-orig 2005-04-25 16:58:26.000000000 +0200 ++++ CherryPy-2.0.0/setup.py 2005-05-08 10:39:16.000000000 +0200 @@ -22,7 +22,7 @@ author_email="team at cherrypy.org", url="http://www.cherrypy.org", license="BSD", - packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.test"], + packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter"], - download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload" + download_url="http://www.cherrypy.org/wiki/CherryPyDownload", ) Index: python-cherrypy.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/FC-3/python-cherrypy.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-cherrypy.spec 6 Apr 2005 12:00:22 -0000 1.2 +++ python-cherrypy.spec 14 May 2005 12:45:56 -0000 1.3 @@ -3,12 +3,12 @@ Name: python-cherrypy Version: 2.0.0 -Release: 0.2.b +Release: 2%{?dist} Summary: A pythonic, object-oriented web development framework Group: Development/Libraries License: BSD URL: http://www.cherrypy.org/ -Source0: http://dl.sf.net/cherrypy/CherryPy-2.0.0b.tar.gz +Source0: http://dl.sf.net/cherrypy/CherryPy-2.0.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: python-cherrypy-tutorial-doc.patch Patch1: python-cherrypy-regression-test.patch @@ -22,7 +22,7 @@ results in smaller source code developed in less time. %prep -%setup -q -n CherryPy-2.0.0b +%setup -q -n CherryPy-2.0.0 %patch0 -p1 %patch1 -p1 @@ -59,6 +59,13 @@ %ghost %{python_sitelib}/cherrypy/lib/filter/*.pyo %changelog +* Sat May 14 2005 Gijs Hollestelle 2.0.0-2 +- Added dist tag + +* Sat May 14 2005 Gijs Hollestelle 2.0.0-1 +- Updated to 2.0.0 final +- Updated python-cherrypy-tutorial-doc.patch to match new version + * Wed Apr 6 2005 Ignacio Vazquez-Abrams 2.0.0-0.2.b - Removed CFLAGS Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Apr 2005 09:53:01 -0000 1.2 +++ sources 14 May 2005 12:45:56 -0000 1.3 @@ -1 +1 @@ -1a7822256854f67ab1b3def7923d9920 CherryPy-2.0.0b.tar.gz +1e244a9728717199418f8a24a78a3a3e CherryPy-2.0.0.tar.gz From fedora-extras-commits at redhat.com Sat May 14 12:47:45 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Sat, 14 May 2005 08:47:45 -0400 Subject: common tobuild,1.457,1.458 Message-ID: <200505141247.j4ECljM5016146@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16123 Modified Files: tobuild Log Message: request build of rpms/python-cherrypy/devel python-cherrypy-2_0_0-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.457 retrieving revision 1.458 diff -u -r1.457 -r1.458 --- tobuild 14 May 2005 03:41:14 -0000 1.457 +++ tobuild 14 May 2005 12:47:43 -0000 1.458 @@ -18,3 +18,4 @@ jpo rpms/perl-Config-IniFiles/devel perl-Config-IniFiles-2_39-3_fc4 devel jpo rpms/perl-Devel-Cycle/devel perl-Devel-Cycle-1_04-3_fc4 devel jpo rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle-1_00-4_fc4 devel +gijs rpms/python-cherrypy/devel python-cherrypy-2_0_0-2_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 12:48:20 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Sat, 14 May 2005 08:48:20 -0400 Subject: common tobuild,1.458,1.459 Message-ID: <200505141248.j4ECmKrU016213@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16196 Modified Files: tobuild Log Message: request build of rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-2_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.458 retrieving revision 1.459 diff -u -r1.458 -r1.459 --- tobuild 14 May 2005 12:47:43 -0000 1.458 +++ tobuild 14 May 2005 12:48:18 -0000 1.459 @@ -19,3 +19,4 @@ jpo rpms/perl-Devel-Cycle/devel perl-Devel-Cycle-1_04-3_fc4 devel jpo rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle-1_00-4_fc4 devel gijs rpms/python-cherrypy/devel python-cherrypy-2_0_0-2_fc4 devel +gijs rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-2_fc3 fc3 From fedora-extras-commits at redhat.com Sat May 14 12:57:14 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Sat, 14 May 2005 08:57:14 -0400 Subject: common tobuild,1.459,1.460 Message-ID: <200505141257.j4ECvEp9016470@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16453 Modified Files: tobuild Log Message: request build of rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.459 retrieving revision 1.460 diff -u -r1.459 -r1.460 --- tobuild 14 May 2005 12:48:18 -0000 1.459 +++ tobuild 14 May 2005 12:57:12 -0000 1.460 @@ -20,3 +20,4 @@ jpo rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle-1_00-4_fc4 devel gijs rpms/python-cherrypy/devel python-cherrypy-2_0_0-2_fc4 devel gijs rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-2_fc3 fc3 +otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 14:25:58 2005 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sat, 14 May 2005 10:25:58 -0400 Subject: common tobuild,1.460,1.461 Message-ID: <200505141426.j4EEQSJL018600@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18580 Modified Files: tobuild Log Message: request build of rpms/clamav/devel clamav-0_85-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.460 retrieving revision 1.461 diff -u -r1.460 -r1.461 --- tobuild 14 May 2005 12:57:12 -0000 1.460 +++ tobuild 14 May 2005 14:25:56 -0000 1.461 @@ -21,3 +21,4 @@ gijs rpms/python-cherrypy/devel python-cherrypy-2_0_0-2_fc4 devel gijs rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-2_fc3 fc3 otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel +ensc rpms/clamav/devel clamav-0_85-1 devel From fedora-extras-commits at redhat.com Sat May 14 16:04:27 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sat, 14 May 2005 12:04:27 -0400 Subject: common tobuild,1.461,1.462 Message-ID: <200505141604.j4EG4ReI020801@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20784 Modified Files: tobuild Log Message: request build of rpms/blender/devel blender-2_36-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.461 retrieving revision 1.462 diff -u -r1.461 -r1.462 --- tobuild 14 May 2005 14:25:56 -0000 1.461 +++ tobuild 14 May 2005 16:04:25 -0000 1.462 @@ -22,3 +22,4 @@ gijs rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-2_fc3 fc3 otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel ensc rpms/clamav/devel clamav-0_85-1 devel +toshio rpms/blender/devel blender-2_36-1 development From fedora-extras-commits at redhat.com Sat May 14 21:09:19 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sat, 14 May 2005 17:09:19 -0400 Subject: common tobuild,1.462,1.463 Message-ID: <200505142109.j4EL9JIr026493@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26476 Modified Files: tobuild Log Message: request build of rpms/scalapack/FC-3 scalapack-1_7-6_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.462 retrieving revision 1.463 diff -u -r1.462 -r1.463 --- tobuild 14 May 2005 16:04:25 -0000 1.462 +++ tobuild 14 May 2005 21:09:17 -0000 1.463 @@ -23,3 +23,4 @@ otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel ensc rpms/clamav/devel clamav-0_85-1 devel toshio rpms/blender/devel blender-2_36-1 development +spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 From fedora-extras-commits at redhat.com Sat May 14 21:12:04 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sat, 14 May 2005 17:12:04 -0400 Subject: common tobuild,1.463,1.464 Message-ID: <200505142112.j4ELC4jx026538@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26521 Modified Files: tobuild Log Message: request build of rpms/blacs/devel blacs-1_1-8_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.463 retrieving revision 1.464 diff -u -r1.463 -r1.464 --- tobuild 14 May 2005 21:09:17 -0000 1.463 +++ tobuild 14 May 2005 21:12:02 -0000 1.464 @@ -24,3 +24,4 @@ ensc rpms/clamav/devel clamav-0_85-1 devel toshio rpms/blender/devel blender-2_36-1 development spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 +spot rpms/blacs/devel blacs-1_1-8_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 21:13:32 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sat, 14 May 2005 17:13:32 -0400 Subject: common tobuild,1.464,1.465 Message-ID: <200505142113.j4ELDWLb026561@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26544 Modified Files: tobuild Log Message: remove bogus blacs FC-3 build (already built) Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.464 retrieving revision 1.465 diff -u -r1.464 -r1.465 --- tobuild 14 May 2005 21:12:02 -0000 1.464 +++ tobuild 14 May 2005 21:13:30 -0000 1.465 @@ -7,7 +7,6 @@ mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development -spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development bpepple rpms/gossip/FC-3 gossip-0_8-3 FC3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development From fedora-extras-commits at redhat.com Sat May 14 21:14:08 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sat, 14 May 2005 17:14:08 -0400 Subject: common tobuild,1.465,1.466 Message-ID: <200505142114.j4ELE86S026618@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26601 Modified Files: tobuild Log Message: request build of rpms/scalapack/FC-3 scalapack-1_7-6_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.465 retrieving revision 1.466 diff -u -r1.465 -r1.466 --- tobuild 14 May 2005 21:13:30 -0000 1.465 +++ tobuild 14 May 2005 21:14:06 -0000 1.466 @@ -24,3 +24,4 @@ toshio rpms/blender/devel blender-2_36-1 development spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 spot rpms/blacs/devel blacs-1_1-8_fc4 devel +spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 From fedora-extras-commits at redhat.com Sat May 14 21:14:59 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sat, 14 May 2005 17:14:59 -0400 Subject: common tobuild,1.466,1.467 Message-ID: <200505142114.j4ELExUf026647@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26630 Modified Files: tobuild Log Message: make tag. duh. Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.466 retrieving revision 1.467 diff -u -r1.466 -r1.467 --- tobuild 14 May 2005 21:14:06 -0000 1.466 +++ tobuild 14 May 2005 21:14:57 -0000 1.467 @@ -22,6 +22,5 @@ otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel ensc rpms/clamav/devel clamav-0_85-1 devel toshio rpms/blender/devel blender-2_36-1 development -spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 spot rpms/blacs/devel blacs-1_1-8_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 From fedora-extras-commits at redhat.com Sat May 14 21:23:35 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 14 May 2005 17:23:35 -0400 Subject: devel/gqview .cvsignore, 1.4, 1.5 gqview.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200505142123.j4ELNZIN026697@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/gqview In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26676 Modified Files: .cvsignore gqview.spec sources Log Message: * Sat May 14 2005 Michael Schwendt 2.0.1-1 - update to 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/devel/gqview/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Feb 2005 23:00:44 -0000 1.4 +++ .cvsignore 14 May 2005 21:23:33 -0000 1.5 @@ -1 +1 @@ -gqview-2.0.0.tar.gz +gqview-2.0.1.tar.gz Index: gqview.spec =================================================================== RCS file: /cvs/extras/devel/gqview/gqview.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gqview.spec 5 Mar 2005 21:10:21 -0000 1.5 +++ gqview.spec 14 May 2005 21:23:33 -0000 1.6 @@ -1,6 +1,6 @@ Summary: Image browser and viewer Name: gqview -Version: 2.0.0 +Version: 2.0.1 Release: 1 License: GPL Group: User Interface/X @@ -76,6 +76,9 @@ %changelog +* Sat May 14 2005 Michael Schwendt 2.0.1-1 +- update to 2.0.1 + * Sat Feb 26 2005 Michael Schwendt 2.0.0-1 - update to 2.0.0 - drop BR libpng-devel Index: sources =================================================================== RCS file: /cvs/extras/devel/gqview/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Feb 2005 23:00:44 -0000 1.5 +++ sources 14 May 2005 21:23:33 -0000 1.6 @@ -1 +1 @@ -421c9a79827e91e394bdfc924071d66f gqview-2.0.0.tar.gz +acd8f1dad2b04389c1936adac1512e32 gqview-2.0.1.tar.gz From fedora-extras-commits at redhat.com Sat May 14 21:24:36 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 14 May 2005 17:24:36 -0400 Subject: common tobuild,1.467,1.468 Message-ID: <200505142124.j4ELOaE7026766@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26749 Modified Files: tobuild Log Message: request build of rpms/gqview/devel gqview-2_0_1-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.467 retrieving revision 1.468 diff -u -r1.467 -r1.468 --- tobuild 14 May 2005 21:14:57 -0000 1.467 +++ tobuild 14 May 2005 21:24:33 -0000 1.468 @@ -24,3 +24,4 @@ toshio rpms/blender/devel blender-2_36-1 development spot rpms/blacs/devel blacs-1_1-8_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 +mschwendt rpms/gqview/devel gqview-2_0_1-1 devel From fedora-extras-commits at redhat.com Sat May 14 21:36:42 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 14 May 2005 17:36:42 -0400 Subject: rpms/sylpheed/devel sylpheed-1.9.10-desktop.patch, NONE, 1.1.2.1 .cvsignore, 1.3.2.4, 1.3.2.5 sources, 1.3.2.4, 1.3.2.5 sylpheed.spec, 1.6.2.4, 1.6.2.5 sylpheed-1.9.9-desktop.patch, 1.1.2.1, NONE Message-ID: <200505142136.j4ELah2p026831@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/sylpheed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26808 Modified Files: Tag: sylpheed-1_9_6-devel .cvsignore sources sylpheed.spec Added Files: Tag: sylpheed-1_9_6-devel sylpheed-1.9.10-desktop.patch Removed Files: Tag: sylpheed-1_9_6-devel sylpheed-1.9.9-desktop.patch Log Message: * Fri May 13 2005 Michael Schwendt - 1.9.10-1 - Update to 1.9.10. - Upstream incorporated some desktop file fixes. sylpheed-1.9.10-desktop.patch: --- NEW FILE sylpheed-1.9.10-desktop.patch --- diff -Nur sylpheed-1.9.10-orig/sylpheed.desktop sylpheed-1.9.10/sylpheed.desktop --- sylpheed-1.9.10-orig/sylpheed.desktop 2005-04-22 07:07:06.000000000 +0200 +++ sylpheed-1.9.10/sylpheed.desktop 2005-05-13 14:29:25.000000000 +0200 @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Name=Sylpheed +Name=Sylpheed E-Mail Name[ja]=Sylpheed Comment=E-Mail client Comment[fr]=Client de messagerie ??lectronique Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/.cvsignore,v retrieving revision 1.3.2.4 retrieving revision 1.3.2.5 diff -u -r1.3.2.4 -r1.3.2.5 --- .cvsignore 26 Apr 2005 20:30:19 -0000 1.3.2.4 +++ .cvsignore 14 May 2005 21:36:40 -0000 1.3.2.5 @@ -1 +1 @@ -sylpheed-1.9.9.tar.bz2 +sylpheed-1.9.10.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sources,v retrieving revision 1.3.2.4 retrieving revision 1.3.2.5 diff -u -r1.3.2.4 -r1.3.2.5 --- sources 26 Apr 2005 20:30:19 -0000 1.3.2.4 +++ sources 14 May 2005 21:36:40 -0000 1.3.2.5 @@ -1 +1 @@ -60f8698354d903da61de52dca2a19c0f sylpheed-1.9.9.tar.bz2 +25baf03e9f5c429f3f06e62f0c729e2f sylpheed-1.9.10.tar.bz2 Index: sylpheed.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v retrieving revision 1.6.2.4 retrieving revision 1.6.2.5 diff -u -r1.6.2.4 -r1.6.2.5 --- sylpheed.spec 26 Apr 2005 20:30:19 -0000 1.6.2.4 +++ sylpheed.spec 14 May 2005 21:36:40 -0000 1.6.2.5 @@ -4,7 +4,7 @@ Summary: GTK+ based, lightweight, and fast email client Name: sylpheed -Version: 1.9.9 +Version: 1.9.10 Release: 1 License: GPL URL: http://sylpheed.good-day.net/ @@ -23,7 +23,7 @@ Patch0: %{name}-0.8.9-ck.patch Patch1: sylpheed-1.9.6-ssl.patch Patch2: sylpheed-default-browser.patch -Patch3: sylpheed-1.9.9-desktop.patch +Patch3: sylpheed-1.9.10-desktop.patch %description This program is an X based fast email client which has features @@ -87,6 +87,10 @@ %{_mandir}/man1 %changelog +* Fri May 13 2005 Michael Schwendt - 1.9.10-1 +- Update to 1.9.10. +- Upstream incorporated some desktop file fixes. + * Fri Apr 22 2005 Michael Schwendt - 1.9.9-1 - Update to 1.9.9. --- sylpheed-1.9.9-desktop.patch DELETED --- From fedora-extras-commits at redhat.com Sat May 14 21:48:38 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 14 May 2005 17:48:38 -0400 Subject: rpms/sylpheed/devel sylpheed.spec,1.9,1.10 Message-ID: <200505142148.j4ELmcJf026928@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/sylpheed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26911 Modified Files: sylpheed.spec Log Message: * Sat May 14 2005 Michael Schwendt - 1.0.4-3.fc4 - rebuilt (after build system had built ppc binaries without gpgme-devel) Index: sylpheed.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sylpheed.spec 12 May 2005 05:41:37 -0000 1.9 +++ sylpheed.spec 14 May 2005 21:48:36 -0000 1.10 @@ -5,7 +5,7 @@ Summary: GTK+ based, lightweight, and fast email client Name: sylpheed Version: 1.0.4 -Release: 2.fc4 +Release: 3.fc4 License: GPL URL: http://sylpheed.good-day.net/ Group: Applications/Internet @@ -81,8 +81,8 @@ %{_mandir}/man1 %changelog -* Thu May 12 2005 Michael Schwendt - 1.0.4-2.fc4 -- rebuilt +* Sat May 14 2005 Michael Schwendt - 1.0.4-3.fc4 +- rebuilt (after build system had built ppc binaries without gpgme-devel) * Thu Mar 24 2005 Michael Schwendt - 1.0.4-1.fc4 - Update to 1.0.4 (minor security fixes). From fedora-extras-commits at redhat.com Sat May 14 21:49:05 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 14 May 2005 17:49:05 -0400 Subject: common tobuild,1.468,1.469 Message-ID: <200505142149.j4ELn5le026985@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26968 Modified Files: tobuild Log Message: request build of rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.468 retrieving revision 1.469 diff -u -r1.468 -r1.469 --- tobuild 14 May 2005 21:24:33 -0000 1.468 +++ tobuild 14 May 2005 21:49:03 -0000 1.469 @@ -25,3 +25,4 @@ spot rpms/blacs/devel blacs-1_1-8_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 mschwendt rpms/gqview/devel gqview-2_0_1-1 devel +mschwendt rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 00:24:33 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 14 May 2005 20:24:33 -0400 Subject: rpms/perl-Text-Autoformat/FC-1 perl-Text-Autoformat.spec,1.1,1.2 Message-ID: <200505150024.j4F0OX7X030304@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/FC-1 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/FC-1 Modified Files: perl-Text-Autoformat.spec Log Message: Add %dist to Release. Index: perl-Text-Autoformat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/FC-1/perl-Text-Autoformat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Autoformat.spec 10 May 2005 19:01:39 -0000 1.1 +++ perl-Text-Autoformat.spec 15 May 2005 00:24:30 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 0.3.beta +Release: 0.3.beta%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Sun May 15 00:24:33 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 14 May 2005 20:24:33 -0400 Subject: rpms/perl-Text-Autoformat/FC-2 perl-Text-Autoformat.spec,1.1,1.2 Message-ID: <200505150024.j4F0OXx8030308@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/FC-2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/FC-2 Modified Files: perl-Text-Autoformat.spec Log Message: Add %dist to Release. Index: perl-Text-Autoformat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/FC-2/perl-Text-Autoformat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Autoformat.spec 10 May 2005 19:01:39 -0000 1.1 +++ perl-Text-Autoformat.spec 15 May 2005 00:24:31 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 0.3.beta +Release: 0.3.beta%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Sun May 15 00:24:34 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 14 May 2005 20:24:34 -0400 Subject: rpms/perl-Text-Autoformat/RHL-9 perl-Text-Autoformat.spec,1.1,1.2 Message-ID: <200505150024.j4F0OYsK030318@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/RHL-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/RHL-9 Modified Files: perl-Text-Autoformat.spec Log Message: Add %dist to Release. Index: perl-Text-Autoformat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/RHL-9/perl-Text-Autoformat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Autoformat.spec 10 May 2005 19:01:39 -0000 1.1 +++ perl-Text-Autoformat.spec 15 May 2005 00:24:32 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 0.3.beta +Release: 0.3.beta%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Sun May 15 00:24:33 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 14 May 2005 20:24:33 -0400 Subject: rpms/perl-Text-Autoformat/FC-3 perl-Text-Autoformat.spec,1.1,1.2 Message-ID: <200505150024.j4F0OXYY030314@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/FC-3 Modified Files: perl-Text-Autoformat.spec Log Message: Add %dist to Release. Index: perl-Text-Autoformat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/FC-3/perl-Text-Autoformat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Autoformat.spec 10 May 2005 19:01:39 -0000 1.1 +++ perl-Text-Autoformat.spec 15 May 2005 00:24:31 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 0.3.beta +Release: 0.3.beta%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Sun May 15 00:24:34 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 14 May 2005 20:24:34 -0400 Subject: rpms/perl-Text-Autoformat/devel perl-Text-Autoformat.spec,1.1,1.2 Message-ID: <200505150024.j4F0OYHW030324@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/devel Modified Files: perl-Text-Autoformat.spec Log Message: Add %dist to Release. Index: perl-Text-Autoformat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/devel/perl-Text-Autoformat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Autoformat.spec 10 May 2005 19:01:39 -0000 1.1 +++ perl-Text-Autoformat.spec 15 May 2005 00:24:32 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 0.3.beta +Release: 0.3.beta%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Sun May 15 14:26:49 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 10:26:49 -0400 Subject: rpms/tetex-unicode/FC-3 sources,1.2,1.3 tetex-unicode.spec,1.3,1.4 Message-ID: <200505151427.j4FERKKM016439@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/tetex-unicode/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16399/FC-3 Modified Files: sources tetex-unicode.spec Log Message: - new version Index: sources =================================================================== RCS file: /cvs/extras/rpms/tetex-unicode/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:26:48 -0000 1.2 +++ sources 15 May 2005 14:26:47 -0000 1.3 @@ -1 +1 @@ -f7d283d3c8a07f1031e27f63b6d3a64b unicode.tgz +1b85878cbe79f672d73da6de6e3d7d00 unicode.tgz Index: tetex-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-unicode/FC-3/tetex-unicode.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tetex-unicode.spec 10 Dec 2004 22:03:12 -0000 1.3 +++ tetex-unicode.spec 15 May 2005 14:26:47 -0000 1.4 @@ -1,7 +1,7 @@ Name: tetex-unicode Version: 0 -Release: 2.20040307 -Epoch: 0 +Release: 4.20041017%{?dist} + Summary: Unicode support for LaTeX Group: Applications/Publishing @@ -15,7 +15,7 @@ Requires(post): tetex Requires(postun): tetex -Provides: tetex-ucs = %{epoch}:%{version}-%{release} +Provides: tetex-ucs = %{version}-%{release} %define unicodepath %{_datadir}/texmf/tex/latex/unicode @@ -35,7 +35,7 @@ %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%unicodepath -for file in ucs.sty utf8.def ucsencs.def data ucshyper.sty ucsutils.sty contrib ; do +for file in ucs.sty utf8x.def ucsencs.def data ucshyper.sty ucsutils.sty contrib ; do cp -pr $file $RPM_BUILD_ROOT%unicodepath done @@ -51,13 +51,19 @@ texhash %{_datadir}/texmf >/dev/null 2>&1 -%files +%files %defattr(644,root,root,755) %doc LICENSE VERSION README FAQ ucs.ps.gz languages.ps.gz %unicodepath %changelog +* Sun May 15 2005 Aurelien Bompard 0-4.20041017%{?dist} +- new version + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Mon Jun 07 2004 Aurelien Bompard 0:0-0.fdr.2.20040307 - apply suggestion from QA, see bug 1691: - fix scriptlets and scriptlets requirements From fedora-extras-commits at redhat.com Sun May 15 14:26:50 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 10:26:50 -0400 Subject: rpms/tetex-unicode/devel sources, 1.2, 1.3 tetex-unicode.spec, 1.6, 1.7 Message-ID: <200505151427.j4FERL35016443@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/tetex-unicode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16399/devel Modified Files: sources tetex-unicode.spec Log Message: - new version Index: sources =================================================================== RCS file: /cvs/extras/rpms/tetex-unicode/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:26:48 -0000 1.2 +++ sources 15 May 2005 14:26:48 -0000 1.3 @@ -1 +1 @@ -f7d283d3c8a07f1031e27f63b6d3a64b unicode.tgz +1b85878cbe79f672d73da6de6e3d7d00 unicode.tgz Index: tetex-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-unicode/devel/tetex-unicode.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tetex-unicode.spec 6 Apr 2005 22:13:33 -0000 1.6 +++ tetex-unicode.spec 15 May 2005 14:26:48 -0000 1.7 @@ -1,6 +1,6 @@ Name: tetex-unicode Version: 0 -Release: 3.20040307 +Release: 4.20041017%{?dist} Summary: Unicode support for LaTeX @@ -35,7 +35,7 @@ %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%unicodepath -for file in ucs.sty utf8.def ucsencs.def data ucshyper.sty ucsutils.sty contrib ; do +for file in ucs.sty utf8x.def ucsencs.def data ucshyper.sty ucsutils.sty contrib ; do cp -pr $file $RPM_BUILD_ROOT%unicodepath done @@ -58,6 +58,9 @@ %changelog +* Sun May 15 2005 Aurelien Bompard 0-4.20041017%{?dist} +- new version + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Sun May 15 14:29:56 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 10:29:56 -0400 Subject: common tobuild,1.469,1.470 Message-ID: <200505151429.j4FETu1n016502@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16485 Modified Files: tobuild Log Message: request build of rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.469 retrieving revision 1.470 diff -u -r1.469 -r1.470 --- tobuild 14 May 2005 21:49:03 -0000 1.469 +++ tobuild 15 May 2005 14:29:54 -0000 1.470 @@ -26,3 +26,4 @@ spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 mschwendt rpms/gqview/devel gqview-2_0_1-1 devel mschwendt rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 devel +abompard rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 14:30:26 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 10:30:26 -0400 Subject: common tobuild,1.470,1.471 Message-ID: <200505151430.j4FEUQPY016564@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16547 Modified Files: tobuild Log Message: request build of rpms/tetex-unicode/FC-3 tetex-unicode-0-4_20041017_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.470 retrieving revision 1.471 diff -u -r1.470 -r1.471 --- tobuild 15 May 2005 14:29:54 -0000 1.470 +++ tobuild 15 May 2005 14:30:24 -0000 1.471 @@ -27,3 +27,4 @@ mschwendt rpms/gqview/devel gqview-2_0_1-1 devel mschwendt rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 devel abompard rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 devel +abompard rpms/tetex-unicode/FC-3 tetex-unicode-0-4_20041017_fc3 fc3 From ivazquez at ivazquez.net Sun May 15 14:45:27 2005 From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams) Date: Sun, 15 May 2005 10:45:27 -0400 Subject: rpms/tetex-unicode/FC-3 sources,1.2,1.3 tetex-unicode.spec,1.3,1.4 In-Reply-To: <200505151427.j4FERKKM016439@cvs-int.fedora.redhat.com> References: <200505151427.j4FERKKM016439@cvs-int.fedora.redhat.com> Message-ID: <1116168327.26688.13.camel@ignacio.ignacio.lan> On Sun, 2005-05-15 at 10:26 -0400, Aurelien Bompard wrote: > Author: abompard > > Update of /cvs/extras/rpms/tetex-unicode/FC-3 > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16399/FC-3 > > Modified Files: > sources tetex-unicode.spec > Log Message: > - new version > Index: tetex-unicode.spec > =================================================================== > RCS file: /cvs/extras/rpms/tetex-unicode/FC-3/tetex-unicode.spec,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- tetex-unicode.spec 10 Dec 2004 22:03:12 -0000 1.3 > +++ tetex-unicode.spec 15 May 2005 14:26:47 -0000 1.4 > @@ -1,7 +1,7 @@ > Name: tetex-unicode > Version: 0 > -Release: 2.20040307 > -Epoch: 0 > +Release: 4.20041017%{?dist} > + > Summary: Unicode support for LaTeX Doesn't removing the epoch like this eliminate the ability to upgrade? -- Ignacio Vazquez-Abrams http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From bugs.michael at gmx.net Sun May 15 14:54:18 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Sun, 15 May 2005 16:54:18 +0200 Subject: rpms/tetex-unicode/FC-3 sources,1.2,1.3 tetex-unicode.spec,1.3,1.4 In-Reply-To: <1116168327.26688.13.camel@ignacio.ignacio.lan> References: <200505151427.j4FERKKM016439@cvs-int.fedora.redhat.com> <1116168327.26688.13.camel@ignacio.ignacio.lan> Message-ID: <20050515165418.1ff82a3d.bugs.michael@gmx.net> On Sun, 15 May 2005 10:45:27 -0400, Ignacio Vazquez-Abrams wrote: > On Sun, 2005-05-15 at 10:26 -0400, Aurelien Bompard wrote: > > Author: abompard > > > > Update of /cvs/extras/rpms/tetex-unicode/FC-3 > > Name: tetex-unicode > > Version: 0 > > -Release: 2.20040307 > > -Epoch: 0 > > +Release: 4.20041017%{?dist} > > + > > Summary: Unicode support for LaTeX > > Doesn't removing the epoch like this eliminate the ability to upgrade? Only with rpm -Fvh due to a bug in RPM. Remember, we've removed "Epoch: 0" from _all_ packages in Fedora Extras Development. From fedora-extras-commits at redhat.com Sun May 15 15:30:20 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 11:30:20 -0400 Subject: rpms/wv/devel wv-1.0.3-gcc4.patch, NONE, 1.1 wv-1.0.3-oledecod.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wv.spec, 1.9, 1.10 Message-ID: <200505151530.j4FFULX3017686@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/wv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17659 Modified Files: .cvsignore sources wv.spec Added Files: wv-1.0.3-gcc4.patch wv-1.0.3-oledecod.patch Log Message: - new version wv-1.0.3-gcc4.patch: --- NEW FILE wv-1.0.3-gcc4.patch --- --- wv-1.0.0/wvConfig.c.gcc4 2005-05-08 23:17:35.000000000 -0400 +++ wv-1.0.0/wvConfig.c 2005-05-08 23:18:42.000000000 -0400 @@ -2130,7 +2130,7 @@ } static void -startElement (void *userData, const XML_Char *name, const XML_Char **atts) +wvStartElement (void *userData, const XML_Char *name, const XML_Char **atts) { unsigned int nAtts = 0; const XML_Char **p; @@ -3094,7 +3094,7 @@ } static void -endElement (void *userData, const XML_Char *name) +wvEndElement (void *userData, const XML_Char *name) { state_data *mydata = (state_data *) userData; unsigned int token_type; @@ -3470,8 +3470,8 @@ memset(&hdl, 0, sizeof(hdl)); hdl.getEntity = _getEntity; - hdl.startElement = startElement; - hdl.endElement = endElement; + hdl.startElement = wvStartElement; + hdl.endElement = wvEndElement; hdl.characters = charData; if (myhandle->fp) @@ -3514,7 +3514,7 @@ size_t len; XML_SetUserData (parser, myhandle); - XML_SetElementHandler (parser, startElement, endElement); + XML_SetElementHandler (parser, wvStartElement, wvEndElement); XML_SetCharacterDataHandler (parser, charData); if (myhandle->fp == NULL) wv-1.0.3-oledecod.patch: --- NEW FILE wv-1.0.3-oledecod.patch --- --- wv-1.0.3/exporter/support.c.oledecod 2005-05-08 22:50:23.000000000 +0200 +++ wv-1.0.3/exporter/support.c 2005-05-08 22:50:53.000000000 +0200 @@ -10,7 +10,7 @@ #endif #include "config.h" #include "wv.h" -#include "oledecod.h" +#include "ms-ole.h" #include "wvexporter-priv.h" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wv/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:32:16 -0000 1.2 +++ .cvsignore 15 May 2005 15:30:18 -0000 1.3 @@ -1 +1 @@ -wv-1.0.0.tar.gz +wv-1.0.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wv/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:32:16 -0000 1.2 +++ sources 15 May 2005 15:30:18 -0000 1.3 @@ -1 +1 @@ -5e9675a8676cb1c1f6b8ab05af883178 wv-1.0.0.tar.gz +71e42aa9af1e03cc8c608bbbdcb43af8 wv-1.0.3.tar.gz Index: wv.spec =================================================================== RCS file: /cvs/extras/rpms/wv/devel/wv.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- wv.spec 10 May 2005 07:41:49 -0000 1.9 +++ wv.spec 15 May 2005 15:30:18 -0000 1.10 @@ -1,17 +1,14 @@ Name: wv Summary: MSWord 6/7/8/9 binary file format to HTML converter -Version: 1.0.0 -Release: 5 +Version: 1.0.3 +Release: 1%{?dist} License: GPL Group: Applications/Text URL: http://wvware.sourceforge.net -Source: http://dl.sf.net/wvware/wv-1.0.0.tar.gz +Source: http://dl.sf.net/wvware/wv-1.0.3.tar.gz Patch0: wv-wvtext-tmp.patch -Patch1: wv-wvdvi-copy.patch -Patch2: wv-docbook-filename.patch -# patch3: deal with filenames containing spaces -Patch3: wv-wvmime-tmp-filename.patch -Patch4: wv-field.c.patch +Patch1: wv-1.0.3-oledecod.patch +Patch2: wv-1.0.3-gcc4.patch Patch5: wv-1.0.0-rhbug150461.patch #BuildRequires: XFree86-devel @@ -33,11 +30,9 @@ %prep %setup -q -%patch0 -%patch1 -%patch2 -%patch3 -%patch4 +#%patch0 +%patch1 -p1 -b .oledecod +%patch2 -p1 -b .gcc4 %patch5 -p1 -b .printf-rhbug150461 @@ -52,7 +47,6 @@ %makeinstall #ln -sf wvConvert $RPM_BUILD_ROOT/%{_bindir}/wvText -mv $RPM_BUILD_ROOT%{_prefix}/man $RPM_BUILD_ROOT%{_datadir} find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -exec rm -f {} \; %clean @@ -75,6 +69,11 @@ %changelog +* Sun May 15 2005 Aurelien Bompard 1.0.3-1%{?dist} +- new version +- fix build with gcc4 +- use dist tag + * Tue May 10 2005 Michael Schwendt - 1.0.0-5 - Include printf format fix for bug 150461. From fedora-extras-commits at redhat.com Sun May 15 15:30:46 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 11:30:46 -0400 Subject: common tobuild,1.471,1.472 Message-ID: <200505151530.j4FFUkXh017743@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17726 Modified Files: tobuild Log Message: request build of rpms/wv/devel wv-1_0_3-1_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.471 retrieving revision 1.472 diff -u -r1.471 -r1.472 --- tobuild 15 May 2005 14:30:24 -0000 1.471 +++ tobuild 15 May 2005 15:30:44 -0000 1.472 @@ -28,3 +28,4 @@ mschwendt rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 devel abompard rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 devel abompard rpms/tetex-unicode/FC-3 tetex-unicode-0-4_20041017_fc3 fc3 +abompard rpms/wv/devel wv-1_0_3-1_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 15:47:29 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 11:47:29 -0400 Subject: rpms/psi/devel psi.spec,1.9,1.10 Message-ID: <200505151547.j4FFlTXp017796@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/psi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17779/devel Modified Files: psi.spec Log Message: - tell about the qca-tls package - add dist tag Index: psi.spec =================================================================== RCS file: /cvs/extras/rpms/psi/devel/psi.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- psi.spec 6 Apr 2005 22:13:30 -0000 1.9 +++ psi.spec 15 May 2005 15:47:27 -0000 1.10 @@ -3,7 +3,7 @@ Name: psi Version: 0.9.3 -Release: 2 +Release: 2%{?dist} Summary: Jabber client using QT3 License: GPL @@ -81,6 +81,7 @@ in open source technologies. Psi contains all the features necessary to chat, with no bloated extras that slow your computer down. The Jabber protocol provides gateways to other protocols as AIM, ICQ, MSN and Yahoo!. +If you want SSL support, install the qca-tls package. %package -n %name-i18n Summary: Language packs for Psi From fedora-extras-commits at redhat.com Sun May 15 16:56:25 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 12:56:25 -0400 Subject: common tobuild,1.472,1.473 Message-ID: <200505151656.j4FGuP7S018942@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18925 Modified Files: tobuild Log Message: cleanup Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.472 retrieving revision 1.473 diff -u -r1.472 -r1.473 --- tobuild 15 May 2005 15:30:44 -0000 1.472 +++ tobuild 15 May 2005 16:56:23 -0000 1.473 @@ -22,8 +22,6 @@ otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel ensc rpms/clamav/devel clamav-0_85-1 devel toshio rpms/blender/devel blender-2_36-1 development -spot rpms/blacs/devel blacs-1_1-8_fc4 devel -spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 mschwendt rpms/gqview/devel gqview-2_0_1-1 devel mschwendt rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 devel abompard rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 16:56:37 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 12:56:37 -0400 Subject: common tobuild,1.473,1.474 Message-ID: <200505151657.j4FGv7Pc018971@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18953 Modified Files: tobuild Log Message: request build of rpms/scalapack/FC-3 scalapack-1_7-6_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.473 retrieving revision 1.474 diff -u -r1.473 -r1.474 --- tobuild 15 May 2005 16:56:23 -0000 1.473 +++ tobuild 15 May 2005 16:56:34 -0000 1.474 @@ -27,3 +27,4 @@ abompard rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 devel abompard rpms/tetex-unicode/FC-3 tetex-unicode-0-4_20041017_fc3 fc3 abompard rpms/wv/devel wv-1_0_3-1_fc4 devel +spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 From fedora-extras-commits at redhat.com Sun May 15 16:59:03 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 12:59:03 -0400 Subject: rpms/scalapack/devel scalapack.spec,1.6,1.7 Message-ID: <200505151659.j4FGx3Qv019032@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/scalapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19015 Modified Files: scalapack.spec Log Message: fix release num Index: scalapack.spec =================================================================== RCS file: /cvs/extras/rpms/scalapack/devel/scalapack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scalapack.spec 9 May 2005 19:58:19 -0000 1.6 +++ scalapack.spec 15 May 2005 16:59:01 -0000 1.7 @@ -1,7 +1,7 @@ Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers Name: scalapack Version: 1.7 -Release: 5%{?dist} +Release: 6%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/scalapack/scalapack_home.html From fedora-extras-commits at redhat.com Sun May 15 16:59:18 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 12:59:18 -0400 Subject: common tobuild,1.474,1.475 Message-ID: <200505151659.j4FGxIDW019089@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19072 Modified Files: tobuild Log Message: request build of rpms/scalapack/devel scalapack-1_7-6_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.474 retrieving revision 1.475 diff -u -r1.474 -r1.475 --- tobuild 15 May 2005 16:56:34 -0000 1.474 +++ tobuild 15 May 2005 16:59:16 -0000 1.475 @@ -28,3 +28,4 @@ abompard rpms/tetex-unicode/FC-3 tetex-unicode-0-4_20041017_fc3 fc3 abompard rpms/wv/devel wv-1_0_3-1_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 +spot rpms/scalapack/devel scalapack-1_7-6_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 17:16:39 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Sun, 15 May 2005 13:16:39 -0400 Subject: rpms/pam_mount import.log,1.7,1.8 Message-ID: <200505151716.j4FHGdgI020175@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_mount In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20144 Modified Files: import.log Log Message: auto-import pam_mount-0.9.24-1 on branch devel from pam_mount-0.9.24-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pam_mount/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 5 May 2005 04:16:52 -0000 1.7 +++ import.log 15 May 2005 17:16:37 -0000 1.8 @@ -4,3 +4,4 @@ pam_mount-0_9_23-0_fdr_1:FC-1:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140797 pam_mount-0_9_23-1:HEAD:pam_mount-0.9.23-1.src.rpm:1115266422 pam_mount-0_9_23-1:FC-3:pam_mount-0.9.23-1.src.rpm:1115266499 +pam_mount-0_9_24-1:HEAD:pam_mount-0.9.24-1.src.rpm:1116177304 From fedora-extras-commits at redhat.com Sun May 15 17:16:40 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Sun, 15 May 2005 13:16:40 -0400 Subject: rpms/pam_mount/devel .cvsignore, 1.3, 1.4 pam_mount.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200505151716.j4FHGeW2020183@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_mount/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20144/devel Modified Files: .cvsignore pam_mount.spec sources Log Message: auto-import pam_mount-0.9.24-1 on branch devel from pam_mount-0.9.24-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 May 2005 01:39:43 -0000 1.3 +++ .cvsignore 15 May 2005 17:16:38 -0000 1.4 @@ -1 +1 @@ -pam_mount-0.9.23.tar.gz +pam_mount-0.9.24.tar.gz Index: pam_mount.spec =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/pam_mount.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pam_mount.spec 5 May 2005 04:15:35 -0000 1.6 +++ pam_mount.spec 15 May 2005 17:16:38 -0000 1.7 @@ -1,6 +1,6 @@ Summary: A PAM module that can mount volumes for a user session Name: pam_mount -Version: 0.9.23 +Version: 0.9.24 Release: 1 License: LGPL Group: System Environment/Base @@ -95,6 +95,9 @@ %changelog +* Sat May 14 2005 W. Michael Petullo - 0.9.24-1 + - Updated to pam_mount 0.9.24. + * Wed May 04 2005 W. Michael Petullo - 0.9.23-1 - Updated to pam_mount 0.9.23. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 May 2005 04:15:35 -0000 1.4 +++ sources 15 May 2005 17:16:38 -0000 1.5 @@ -1 +1 @@ -39077d8123d8914c29b3be70a3236f2c pam_mount-0.9.23.tar.gz +3d488976c288667d335ac116ac9de8d7 pam_mount-0.9.24.tar.gz From fedora-extras-commits at redhat.com Sun May 15 17:18:02 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Sun, 15 May 2005 13:18:02 -0400 Subject: common tobuild,1.475,1.476 Message-ID: <200505151718.j4FHI38q020240@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20223 Modified Files: tobuild Log Message: request build of rpms/pam_mount/devel pam_mount-0_9_23-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.475 retrieving revision 1.476 diff -u -r1.475 -r1.476 --- tobuild 15 May 2005 16:59:16 -0000 1.475 +++ tobuild 15 May 2005 17:18:00 -0000 1.476 @@ -29,3 +29,4 @@ abompard rpms/wv/devel wv-1_0_3-1_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 spot rpms/scalapack/devel scalapack-1_7-6_fc4 devel +mikep rpms/pam_mount/devel pam_mount-0_9_23-1 development From fedora-extras-commits at redhat.com Sun May 15 17:20:14 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Sun, 15 May 2005 13:20:14 -0400 Subject: common tobuild,1.476,1.477 Message-ID: <200505151720.j4FHKEZv020280@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20263 Modified Files: tobuild Log Message: request build of rpms/pam_mount/devel pam_mount-0_9_24-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.476 retrieving revision 1.477 diff -u -r1.476 -r1.477 --- tobuild 15 May 2005 17:18:00 -0000 1.476 +++ tobuild 15 May 2005 17:20:11 -0000 1.477 @@ -30,3 +30,4 @@ spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 spot rpms/scalapack/devel scalapack-1_7-6_fc4 devel mikep rpms/pam_mount/devel pam_mount-0_9_23-1 development +mikep rpms/pam_mount/devel pam_mount-0_9_24-1 development From fedora-extras-commits at redhat.com Sun May 15 18:08:51 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 15 May 2005 14:08:51 -0400 Subject: rpms/icu/devel .cvsignore,1.2,1.3 icu.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <200505151808.j4FI8pVS021322@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/icu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21301 Modified Files: .cvsignore icu.spec sources Log Message: Apply upstream case mapping mutex lock removal patch, build with gcc 3.2 as a temporary workaround for #152495. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/icu/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Jan 2005 12:37:35 -0000 1.2 +++ .cvsignore 15 May 2005 18:08:49 -0000 1.3 @@ -1 +1,2 @@ icu-3.2.tgz +icu-3.2-patch.tgz Index: icu.spec =================================================================== RCS file: /cvs/extras/rpms/icu/devel/icu.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- icu.spec 6 Apr 2005 22:12:02 -0000 1.2 +++ icu.spec 15 May 2005 18:08:49 -0000 1.3 @@ -1,23 +1,21 @@ -# Notes: -# - According to upstream, icu may trigger a gcc bug with -O2 which manifests -# itself as failure in data/locales/ja.txt. This does not seem to occur -# any more with icu 3.0 and gcc 3.3.[23], but in case it resurfaces, see -# source/runConfigureICU for the upstream recommended C(XX)FLAGS -# (-O3 and -O as of 3.0) and force use of them in the build section. +%define gcc32 1 Name: icu Version: 3.2 -Release: 2 - +Release: 3 Summary: International Components for Unicode Group: Applications/Text License: X License -URL: http://oss.software.ibm.com/icu/ -Source: ftp://www-126.ibm.com/pub/icu/3.2/icu-3.2.tgz +URL: http://www.ibm.com/software/globalization/icu/ +Source0: ftp://ftp.software.ibm.com/software/globalization/icu/%{version}/%{name}-%{version}.tgz +Source1: ftp://ftp.software.ibm.com/software/globalization/icu/3.2/icu-3.2-patch.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen graphviz +%if %{gcc32} +BuildRequires: compat-gcc-32-c++ +%endif %description The International Components for Unicode (ICU) libraries provide @@ -55,13 +53,18 @@ %prep -%setup -q -n %{name} +%setup -q -n %{name} -a 1 +%{__patch} -p0 < icu-3.2-patch find . -name CVS -o -name .cvsignore | xargs -r rm -rf %{__perl} -pi -e 's/^(HAVE_DOT\b.*=).*$/$1 YES/' source/Doxyfile.in %build cd source +%if %{gcc32} +%{expand: %%define optflags %(echo %{optflags} | sed -e s/-mtune=/-mcpu=/)} +export CC=gcc32 CXX=g++32 +%endif %configure --enable-static --with-data-packaging=library --disable-samples make # %{?_smp_mflags} # -j(X>1) may "break" man pages as of 3.2, b.f.u #2357 make doc @@ -131,7 +134,11 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Wed Apr 27 2005 Ville Skytt?? - 3.2-3 +- Apply upstream case mapping mutex lock removal patch. +- Build with gcc 3.2 as a temporary workaround for #152495. + +* Fri Apr 7 2005 Michael Schwendt - 3.2-2 - rebuilt * Sat Jan 1 2005 Ville Skytt?? - 3.2-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/icu/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jan 2005 12:37:35 -0000 1.2 +++ sources 15 May 2005 18:08:49 -0000 1.3 @@ -1 +1,2 @@ 55a85d2365338ece483d275119fd990c icu-3.2.tgz +304f6cb1659967c7fbdeebca4f9c0e39 icu-3.2-patch.tgz From fedora-extras-commits at redhat.com Sun May 15 18:09:37 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 15 May 2005 14:09:37 -0400 Subject: common tobuild,1.477,1.478 Message-ID: <200505151809.j4FI9beG021394@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21375 Modified Files: tobuild Log Message: request build of rpms/icu/devel icu-3_2-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.477 retrieving revision 1.478 diff -u -r1.477 -r1.478 --- tobuild 15 May 2005 17:20:11 -0000 1.477 +++ tobuild 15 May 2005 18:09:35 -0000 1.478 @@ -31,3 +31,4 @@ spot rpms/scalapack/devel scalapack-1_7-6_fc4 devel mikep rpms/pam_mount/devel pam_mount-0_9_23-1 development mikep rpms/pam_mount/devel pam_mount-0_9_24-1 development +scop rpms/icu/devel icu-3_2-3 devel From fedora-extras-commits at redhat.com Sun May 15 18:40:36 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 14:40:36 -0400 Subject: rpms/scalapack/FC-3 scalapack-1.7-64bitlibs.patch, NONE, 1.1 scalapack.spec, 1.5, 1.6 Message-ID: <200505151840.j4FIeas0021585@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/scalapack/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21552/FC-3 Modified Files: scalapack.spec Added Files: scalapack-1.7-64bitlibs.patch Log Message: 64 bit fixes scalapack-1.7-64bitlibs.patch: --- NEW FILE scalapack-1.7-64bitlibs.patch --- --- scalapack-1.7/SCALAPACK/SLmake.inc.BAD 2005-05-15 01:31:17.366972464 -0500 +++ scalapack-1.7/SCALAPACK/SLmake.inc 2005-05-15 01:31:53.333504720 -0500 @@ -29,13 +29,13 @@ # and the directory where the BLACS libraries are # BLACSDBGLVL = 0 -BLACSdir = /usr/lib +BLACSdir = /usr/lib64 # # MPI setup; tailor to your system if using MPIBLACS # Will need to comment out these 6 lines if using PVM # USEMPI = -DUsingMpiBlacs -SMPLIB = /usr/lib/libmpi.a +SMPLIB = /usr/lib64/libmpi.a BLACSFINIT = $(BLACSdir)/libmpiblacsF77init.a BLACSCINIT = $(BLACSdir)/libmpiblacsCinit.a BLACSLIB = $(BLACSdir)/libmpiblacs.a @@ -94,9 +94,9 @@ # The name of the libraries to be created/linked to # SCALAPACKLIB = $(home)/libscalapack.a -BLASLIB = /usr/lib/libblas.a +BLASLIB = /usr/lib64/libblas.a # -LAMLIBS = /usr/lib/liblam.a /usr/lib/liblamf77mpi.a +LAMLIBS = /usr/lib64/liblam.a /usr/lib64/liblamf77mpi.a EXTRALIBS = -ldl -lpthread -llam -lmpi -llamf77mpi PBLIBS = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB) $(LAMLIBS) $(EXTRALIBS) Index: scalapack.spec =================================================================== RCS file: /cvs/extras/rpms/scalapack/FC-3/scalapack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- scalapack.spec 9 May 2005 19:58:18 -0000 1.5 +++ scalapack.spec 15 May 2005 18:40:34 -0000 1.6 @@ -1,7 +1,7 @@ Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers Name: scalapack Version: 1.7 -Release: 6%{?dist} +Release: 7%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/scalapack/scalapack_home.html @@ -11,6 +11,7 @@ Requires: lapack, blas, lam, blacs BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: scalapack-1.7-fedora3.patch +Patch1: scalapack-1.7-64bitlibs.patch %description The ScaLAPACK (or Scalable LAPACK) library includes a subset @@ -41,6 +42,9 @@ %prep %setup -q -c -n %{name}-%{version} %patch0 -p1 +%ifarch x86_64 ppc64 sparc64 ia64 +%patch1 -p1 +%endif %build cd SCALAPACK @@ -68,6 +72,9 @@ %{_libdir}/libscalapack.a %changelog +* Sun May 15 2005 Tom "spot" Callaway 1.7-7 +- 64 bit library fix + * Mon May 9 2005 Tom "spot" Callaway 1.7-5 - remove hardcoded dist tags From fedora-extras-commits at redhat.com Sun May 15 18:40:36 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 14:40:36 -0400 Subject: rpms/scalapack/devel scalapack-1.7-64bitlibs.patch, NONE, 1.1 scalapack.spec, 1.7, 1.8 Message-ID: <200505151840.j4FIeadZ021593@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/scalapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21552/devel Modified Files: scalapack.spec Added Files: scalapack-1.7-64bitlibs.patch Log Message: 64 bit fixes scalapack-1.7-64bitlibs.patch: --- NEW FILE scalapack-1.7-64bitlibs.patch --- --- scalapack-1.7/SCALAPACK/SLmake.inc.BAD 2005-05-15 01:31:17.366972464 -0500 +++ scalapack-1.7/SCALAPACK/SLmake.inc 2005-05-15 01:31:53.333504720 -0500 @@ -29,13 +29,13 @@ # and the directory where the BLACS libraries are # BLACSDBGLVL = 0 -BLACSdir = /usr/lib +BLACSdir = /usr/lib64 # # MPI setup; tailor to your system if using MPIBLACS # Will need to comment out these 6 lines if using PVM # USEMPI = -DUsingMpiBlacs -SMPLIB = /usr/lib/libmpi.a +SMPLIB = /usr/lib64/libmpi.a BLACSFINIT = $(BLACSdir)/libmpiblacsF77init.a BLACSCINIT = $(BLACSdir)/libmpiblacsCinit.a BLACSLIB = $(BLACSdir)/libmpiblacs.a @@ -94,9 +94,9 @@ # The name of the libraries to be created/linked to # SCALAPACKLIB = $(home)/libscalapack.a -BLASLIB = /usr/lib/libblas.a +BLASLIB = /usr/lib64/libblas.a # -LAMLIBS = /usr/lib/liblam.a /usr/lib/liblamf77mpi.a +LAMLIBS = /usr/lib64/liblam.a /usr/lib64/liblamf77mpi.a EXTRALIBS = -ldl -lpthread -llam -lmpi -llamf77mpi PBLIBS = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB) $(LAMLIBS) $(EXTRALIBS) Index: scalapack.spec =================================================================== RCS file: /cvs/extras/rpms/scalapack/devel/scalapack.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- scalapack.spec 15 May 2005 16:59:01 -0000 1.7 +++ scalapack.spec 15 May 2005 18:40:34 -0000 1.8 @@ -1,7 +1,7 @@ Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers Name: scalapack Version: 1.7 -Release: 6%{?dist} +Release: 7%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/scalapack/scalapack_home.html @@ -11,6 +11,7 @@ Requires: lapack, blas, lam, blacs BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: scalapack-1.7-fedora.patch +Patch1: scalapack-1.7-64bitlibs.patch %description The ScaLAPACK (or Scalable LAPACK) library includes a subset @@ -41,6 +42,9 @@ %prep %setup -q -c -n %{name}-%{version} %patch0 -p1 +%ifarch x86_64 ppc64 sparc64 ia64 +%patch1 -p1 +%endif %build cd SCALAPACK @@ -68,6 +72,9 @@ %{_libdir}/libscalapack.a %changelog +* Sun May 15 2005 Tom "spot" Callaway 1.7-7 +- 64 bit library fix + * Mon May 9 2005 Tom "spot" Callaway 1.7-6 - remove hardcoded dist tags From fedora-extras-commits at redhat.com Sun May 15 18:41:04 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 14:41:04 -0400 Subject: common tobuild,1.478,1.479 Message-ID: <200505151841.j4FIf4r7021679@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21662 Modified Files: tobuild Log Message: request build of rpms/scalapack/devel scalapack-1_7-7_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.478 retrieving revision 1.479 diff -u -r1.478 -r1.479 --- tobuild 15 May 2005 18:09:35 -0000 1.478 +++ tobuild 15 May 2005 18:41:02 -0000 1.479 @@ -32,3 +32,4 @@ mikep rpms/pam_mount/devel pam_mount-0_9_23-1 development mikep rpms/pam_mount/devel pam_mount-0_9_24-1 development scop rpms/icu/devel icu-3_2-3 devel +spot rpms/scalapack/devel scalapack-1_7-7_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 18:41:15 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 14:41:15 -0400 Subject: common tobuild,1.479,1.480 Message-ID: <200505151841.j4FIfFXc021707@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21690 Modified Files: tobuild Log Message: request build of rpms/scalapack/FC-3 scalapack-1_7-7_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.479 retrieving revision 1.480 diff -u -r1.479 -r1.480 --- tobuild 15 May 2005 18:41:02 -0000 1.479 +++ tobuild 15 May 2005 18:41:13 -0000 1.480 @@ -33,3 +33,4 @@ mikep rpms/pam_mount/devel pam_mount-0_9_24-1 development scop rpms/icu/devel icu-3_2-3 devel spot rpms/scalapack/devel scalapack-1_7-7_fc4 devel +spot rpms/scalapack/FC-3 scalapack-1_7-7_fc3 fc3 From fedora-extras-commits at redhat.com Sun May 15 22:12:47 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 18:12:47 -0400 Subject: rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch, NONE, 1.1 R-RScaLAPACK.spec, 1.5, 1.6 Message-ID: <200505152212.j4FMCl2U025692@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25659/FC-3 Modified Files: R-RScaLAPACK.spec Added Files: R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch Log Message: 64 bit library fix R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch: --- NEW FILE R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch --- --- R-RScaLAPACK-0.4.0/RScaLAPACK/configure.BAD 2005-04-18 19:14:57.000000000 -0500 +++ R-RScaLAPACK-0.4.0/RScaLAPACK/configure 2005-04-18 21:48:45.000000000 -0500 @@ -3550,7 +3550,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lmpi $LIBS" +LIBS="-lmpi -ldl /usr/lib64/liblam.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4170,13 +4170,13 @@ fi -echo "$as_me:$LINENO: checking for Cblacs_gridexit in -lblacs" >&5 -echo $ECHO_N "checking for Cblacs_gridexit in -lblacs... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for Cblacs_gridexit in -lmpiblacs" >&5 +echo $ECHO_N "checking for Cblacs_gridexit in -lmpiblacs... $ECHO_C" >&6 if test "${ac_cv_lib_blacs_Cblacs_gridexit+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacs $LIBS" +LIBS="/usr/lib64/libmpiblacs.a -llam /usr/lib64/libmpi.a /usr/lib64/liblam.a -ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4239,7 +4239,7 @@ #define HAVE_LIBBLACS 1 _ACEOF - LIBS="-lblacs $LIBS" + LIBS="/usr/lib64/libmpiblacs.a -llam /usr/lib64/libmpi.a /usr/lib64/liblam.a -ldl $LIBS" else @@ -4320,13 +4320,13 @@ fi -echo "$as_me:$LINENO: checking for Cblacs_pinfo in -lblacsCinit" >&5 -echo $ECHO_N "checking for Cblacs_pinfo in -lblacsCinit... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for Cblacs_pinfo in -lmpiblacsCinit" >&5 +echo $ECHO_N "checking for Cblacs_pinfo in -lmpiblacsCinit... $ECHO_C" >&6 if test "${ac_cv_lib_blacsCinit_Cblacs_pinfo+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacsCinit $LIBS" +LIBS="/usr/lib64/libmpiblacsCinit.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4466,13 +4466,13 @@ fi -echo "$as_me:$LINENO: checking for blacs_pinfo__ in -lblacsF77init" >&5 -echo $ECHO_N "checking for blacs_pinfo__ in -lblacsF77init... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for blacs_pinfo__ in -lmpiblacsF77init" >&5 +echo $ECHO_N "checking for blacs_pinfo__ in -lmpiblacsF77init... $ECHO_C" >&6 if test "${ac_cv_lib_blacsF77init_blacs_pinfo__+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacsF77init $LIBS" +LIBS="/usr/lib64/libmpiblacsF77init.a /usr/lib64/liblamf77mpi.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4535,7 +4535,7 @@ #define HAVE_LIBBLACSF77INIT 1 _ACEOF - LIBS="-lblacsF77init $LIBS" + LIBS="/usr/lib64/libmpiblacsF77init.a /usr/lib64/liblamf77mpi.a $LIBS" else @@ -4774,7 +4774,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lscalapack $LIBS" +LIBS="-lscalapack $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/FC-3/R-RScaLAPACK.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- R-RScaLAPACK.spec 9 May 2005 19:57:54 -0000 1.5 +++ R-RScaLAPACK.spec 15 May 2005 22:12:45 -0000 1.6 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 0.4.0 -Release: 6%{?dist} +Release: 7%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch Patch1: R-RScaLAPACK-0.4.0-gcc4.patch +Patch2: R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch %description R package: @@ -23,7 +24,11 @@ %prep %setup -T -c -a 0 +%ifarch x86_64 ppc64 sparc64 alpha +%patch2 -p1 +%else %patch0 -p1 +%endif %patch1 -p1 %build @@ -54,6 +59,9 @@ %{_libdir}/R/library/%{packname} %changelog +* Sun May 15 2005 Tom "spot" Callaway 0.4.0-7 +- 64 bit lib fix + * Mon May 9 2005 Tom "spot" Callaway 0.4.0-6 - remove hardcoded dist tags From fedora-extras-commits at redhat.com Sun May 15 22:12:48 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 18:12:48 -0400 Subject: rpms/R-RScaLAPACK/devel R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch, NONE, 1.1 R-RScaLAPACK.spec, 1.5, 1.6 Message-ID: <200505152212.j4FMCmrS025700@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25659/devel Modified Files: R-RScaLAPACK.spec Added Files: R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch Log Message: 64 bit library fix R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch: --- NEW FILE R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch --- --- R-RScaLAPACK-0.4.0/RScaLAPACK/configure.BAD 2005-04-18 19:14:57.000000000 -0500 +++ R-RScaLAPACK-0.4.0/RScaLAPACK/configure 2005-04-18 21:48:45.000000000 -0500 @@ -3550,7 +3550,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lmpi $LIBS" +LIBS="-lmpi -ldl /usr/lib64/liblam.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4170,13 +4170,13 @@ fi -echo "$as_me:$LINENO: checking for Cblacs_gridexit in -lblacs" >&5 -echo $ECHO_N "checking for Cblacs_gridexit in -lblacs... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for Cblacs_gridexit in -lmpiblacs" >&5 +echo $ECHO_N "checking for Cblacs_gridexit in -lmpiblacs... $ECHO_C" >&6 if test "${ac_cv_lib_blacs_Cblacs_gridexit+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacs $LIBS" +LIBS="/usr/lib64/libmpiblacs.a -llam /usr/lib64/libmpi.a /usr/lib64/liblam.a -ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4239,7 +4239,7 @@ #define HAVE_LIBBLACS 1 _ACEOF - LIBS="-lblacs $LIBS" + LIBS="/usr/lib64/libmpiblacs.a -llam /usr/lib64/libmpi.a /usr/lib64/liblam.a -ldl $LIBS" else @@ -4320,13 +4320,13 @@ fi -echo "$as_me:$LINENO: checking for Cblacs_pinfo in -lblacsCinit" >&5 -echo $ECHO_N "checking for Cblacs_pinfo in -lblacsCinit... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for Cblacs_pinfo in -lmpiblacsCinit" >&5 +echo $ECHO_N "checking for Cblacs_pinfo in -lmpiblacsCinit... $ECHO_C" >&6 if test "${ac_cv_lib_blacsCinit_Cblacs_pinfo+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacsCinit $LIBS" +LIBS="/usr/lib64/libmpiblacsCinit.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4466,13 +4466,13 @@ fi -echo "$as_me:$LINENO: checking for blacs_pinfo__ in -lblacsF77init" >&5 -echo $ECHO_N "checking for blacs_pinfo__ in -lblacsF77init... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for blacs_pinfo__ in -lmpiblacsF77init" >&5 +echo $ECHO_N "checking for blacs_pinfo__ in -lmpiblacsF77init... $ECHO_C" >&6 if test "${ac_cv_lib_blacsF77init_blacs_pinfo__+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacsF77init $LIBS" +LIBS="/usr/lib64/libmpiblacsF77init.a /usr/lib64/liblamf77mpi.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4535,7 +4535,7 @@ #define HAVE_LIBBLACSF77INIT 1 _ACEOF - LIBS="-lblacsF77init $LIBS" + LIBS="/usr/lib64/libmpiblacsF77init.a /usr/lib64/liblamf77mpi.a $LIBS" else @@ -4774,7 +4774,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lscalapack $LIBS" +LIBS="-lscalapack $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- R-RScaLAPACK.spec 9 May 2005 19:57:54 -0000 1.5 +++ R-RScaLAPACK.spec 15 May 2005 22:12:46 -0000 1.6 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 0.4.0 -Release: 6%{?dist} +Release: 7%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch Patch1: R-RScaLAPACK-0.4.0-gcc4.patch +Patch2: R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch %description R package: @@ -23,7 +24,11 @@ %prep %setup -T -c -a 0 +%ifarch x86_64 ppc64 sparc64 alpha +%patch2 -p1 +%else %patch0 -p1 +%endif %patch1 -p1 %build @@ -54,6 +59,9 @@ %{_libdir}/R/library/%{packname} %changelog +* Sun May 15 2005 Tom "spot" Callaway 0.4.0-7 +- 64 bit lib fix + * Mon May 9 2005 Tom "spot" Callaway 0.4.0-6 - remove hardcoded dist tags From fedora-extras-commits at redhat.com Sun May 15 22:16:42 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 15 May 2005 18:16:42 -0400 Subject: rpms/blender/devel blender-2.36-gcc4.patch, NONE, 1.1 blender.spec, 1.9, 1.10 Message-ID: <200505152217.j4FMHCFH025743@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25723 Modified Files: blender.spec Added Files: blender-2.36-gcc4.patch Log Message: New patch blender-2.36-gcc4.patch to fix a gcc4 error. blender-2.36-gcc4.patch: --- NEW FILE blender-2.36-gcc4.patch --- --- blender/source/blender/python/api2_2x/CurNurb.c.gcc4 2005-05-14 16:14:26.000000000 -0400 +++ blender/source/blender/python/api2_2x/CurNurb.c 2005-05-14 16:14:42.000000000 -0400 @@ -51,7 +51,7 @@ */ -extern PyMethodDef BPy_CurNurb_methods[]; +static PyMethodDef BPy_CurNurb_methods[]; PyObject *CurNurb_CreatePyObject( Nurb * blen_nurb ); static PyObject *CurNurb_setMatIndex( BPy_CurNurb * self, PyObject * args ); static PyObject *CurNurb_getMatIndex( BPy_CurNurb * self ); Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- blender.spec 13 May 2005 21:29:19 -0000 1.9 +++ blender.spec 15 May 2005 22:16:34 -0000 1.10 @@ -1,6 +1,6 @@ Name: blender Version: 2.36 -Release: 1 +Release: 2 Summary: 3D modeling, animation, rendering and post-production @@ -13,6 +13,7 @@ Source3: blender.png Source4: blender.desktop Source5: blender.xml +Patch0: blender-2.36-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -45,7 +46,7 @@ %prep %setup -q -n %{name} - +%patch0 -p1 -b .gcc4 %build sed -i "s/use_openal =.*/use_openal = 'true'/g;" SConstruct @@ -92,6 +93,9 @@ %changelog +* Sat May 14 2005 Toshio Kuratomi 2.36-2 +- Fix a gcc4 error. + * Fri May 13 2005 Toshio Kuratomi 2.36-1 - Update to 2.36. - Rebuild with new gcc4. From fedora-extras-commits at redhat.com Sun May 15 22:21:09 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 15 May 2005 18:21:09 -0400 Subject: common tobuild,1.480,1.481 Message-ID: <200505152221.j4FML9kj025815@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25798 Modified Files: tobuild Log Message: request build of rpms/blender/devel blender-2_36-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.480 retrieving revision 1.481 diff -u -r1.480 -r1.481 --- tobuild 15 May 2005 18:41:13 -0000 1.480 +++ tobuild 15 May 2005 22:21:07 -0000 1.481 @@ -34,3 +34,4 @@ scop rpms/icu/devel icu-3_2-3 devel spot rpms/scalapack/devel scalapack-1_7-7_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-7_fc3 fc3 +toshio rpms/blender/devel blender-2_36-2 development From fedora-extras-commits at redhat.com Sun May 15 22:42:59 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 18:42:59 -0400 Subject: common tobuild,1.481,1.482 Message-ID: <200505152242.j4FMgxCs025934@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25917 Modified Files: tobuild Log Message: request build of rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-7_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.481 retrieving revision 1.482 diff -u -r1.481 -r1.482 --- tobuild 15 May 2005 22:21:07 -0000 1.481 +++ tobuild 15 May 2005 22:42:57 -0000 1.482 @@ -35,3 +35,4 @@ spot rpms/scalapack/devel scalapack-1_7-7_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-7_fc3 fc3 toshio rpms/blender/devel blender-2_36-2 development +spot rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-7_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 22:43:10 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 18:43:10 -0400 Subject: common tobuild,1.482,1.483 Message-ID: <200505152243.j4FMhApE025962@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25945 Modified Files: tobuild Log Message: request build of rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-7_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.482 retrieving revision 1.483 diff -u -r1.482 -r1.483 --- tobuild 15 May 2005 22:42:57 -0000 1.482 +++ tobuild 15 May 2005 22:43:08 -0000 1.483 @@ -36,3 +36,4 @@ spot rpms/scalapack/FC-3 scalapack-1_7-7_fc3 fc3 toshio rpms/blender/devel blender-2_36-2 development spot rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-7_fc4 devel +spot rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-7_fc3 fc3 From fedora-extras-commits at redhat.com Mon May 16 00:29:01 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 20:29:01 -0400 Subject: rpms/R-RScaLAPACK/devel R-RScaLAPACK.spec,1.6,1.7 Message-ID: <200505160029.j4G0TWhJ028008@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27973/devel Modified Files: R-RScaLAPACK.spec Log Message: Fix compilation on FC-3 branch. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- R-RScaLAPACK.spec 15 May 2005 22:12:46 -0000 1.6 +++ R-RScaLAPACK.spec 16 May 2005 00:28:59 -0000 1.7 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 0.4.0 -Release: 7%{?dist} +Release: 8%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib @@ -59,6 +59,9 @@ %{_libdir}/R/library/%{packname} %changelog +* Sun May 15 2005 Tom "spot" Callaway 0.4.0-8 +- fc3 branch doesn't need gcc4 patch + * Sun May 15 2005 Tom "spot" Callaway 0.4.0-7 - 64 bit lib fix From fedora-extras-commits at redhat.com Mon May 16 00:29:01 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 20:29:01 -0400 Subject: rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK.spec, 1.6, 1.7 R-RScaLAPACK-0.4.0-gcc4.patch, 1.1, NONE Message-ID: <200505160029.j4G0TV4x028005@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27973/FC-3 Modified Files: R-RScaLAPACK.spec Removed Files: R-RScaLAPACK-0.4.0-gcc4.patch Log Message: Fix compilation on FC-3 branch. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/FC-3/R-RScaLAPACK.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- R-RScaLAPACK.spec 15 May 2005 22:12:45 -0000 1.6 +++ R-RScaLAPACK.spec 16 May 2005 00:28:59 -0000 1.7 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 0.4.0 -Release: 7%{?dist} +Release: 8%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib @@ -13,7 +13,6 @@ Requires: R, scalapack BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch -Patch1: R-RScaLAPACK-0.4.0-gcc4.patch Patch2: R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch %description @@ -29,7 +28,6 @@ %else %patch0 -p1 %endif -%patch1 -p1 %build cp %{packname}/DESCRIPTION . @@ -59,6 +57,9 @@ %{_libdir}/R/library/%{packname} %changelog +* Sun May 15 2005 Tom "spot" Callaway 0.4.0-8 +- fc3 branch doesn't need gcc4 patch + * Sun May 15 2005 Tom "spot" Callaway 0.4.0-7 - 64 bit lib fix --- R-RScaLAPACK-0.4.0-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Mon May 16 02:44:03 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 15 May 2005 22:44:03 -0400 Subject: mock - Imported sources Message-ID: <200505160244.j4G2i3WO030084@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30078 Log Message: Import mock Status: Vendor Tag: mock Release Tags: start N mock/Makefile N mock/mock.py N mock/mock.spec N mock/README N mock/src/Makefile N mock/src/config.h N mock/src/mock-helper.c N mock/src/selinux-mock.c N mock/etc/Makefile N mock/etc/fedora-3-i386-core.cfg N mock/etc/fedora-development-x86_64-core.cfg N mock/etc/fedora-3-x86_64-core.cfg N mock/etc/fedora-development-i386-core.cfg N mock/etc/fedora-development-ppc-core.cfg No conflicts created by this import From fedora-extras-commits at redhat.com Mon May 16 06:27:05 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 16 May 2005 02:27:05 -0400 Subject: mock README,1.1.1.1,1.2 mock.py,1.1.1.1,1.2 Message-ID: <200505160627.j4G6R5hx001765@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1750 Modified Files: README mock.py Log Message: - update copyright info - update README with some more content and TODOs Index: README =================================================================== RCS file: /cvs/fedora/mock/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- README 16 May 2005 02:44:00 -0000 1.1.1.1 +++ README 16 May 2005 06:27:02 -0000 1.2 @@ -1,7 +1,38 @@ Mock Readme +Mock is a simple chroot/rpm building program. It doesn't do anything +terribly fancy other than build a single srpm at a time in a chroot. + +You invoke it as: +mock -r name-of-chroot /path/to/srpm + +options: + -r CHROOT chroot name/config file name default: chroot.cfg + --no-clean do not clean chroot before building + --arch=ARCH target build arch + --debug Output copious debugging information + --resultdir=RESULTDIR + path for resulting files to be put + +mock does: +- builds the chroot +- takes the srpm, rebuilds into another srpm + - it does this to make sure that the build deps in the spec file are + made in the right environment. +- takes the build deps from the new srpm and installs them. +- rebuilds the new srpm into binary packages +- copies the binary packages into the result dir +- logs nicely so that chroot creation and build logs are separate +- outputs little unless it needs to. + + TODO: make readme TODO: make mock check the user's groups and error nicely if they are not in the mock group TODO: make other UID/GID's than 500 work TODO: document more TODO: man page? +TODO: make default.cfg the default config file to look ast +TODO: symlink fedora-development-i386-core.cfg to default.cfg +TODO: if clean is not set then run 'yum update' on the tree instead +TODO: changelog +TODO: check on it working with yum 2.2.X on FC3/EL4, too. Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- mock.py 16 May 2005 02:44:00 -0000 1.1.1.1 +++ mock.py 16 May 2005 06:27:02 -0000 1.2 @@ -12,6 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Written by Seth Vidal +# Sections taken from Mach by Thomas Vander Stichele import os import os.path From fedora-extras-commits at redhat.com Mon May 16 06:49:01 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 16 May 2005 02:49:01 -0400 Subject: rpms/tpb/devel tpb-defaultconfig.patch, 1.3, 1.4 tpb.spec, 1.7, 1.8 tpb-nvram.permissions, 1.1, NONE Message-ID: <200505160649.j4G6n1Hb001894@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/tpb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1872 Modified Files: tpb-defaultconfig.patch tpb.spec Removed Files: tpb-nvram.permissions Log Message: Adapt to udev in FC4, improve default config. tpb-defaultconfig.patch: Index: tpb-defaultconfig.patch =================================================================== RCS file: /cvs/extras/rpms/tpb/devel/tpb-defaultconfig.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tpb-defaultconfig.patch 9 Feb 2005 22:01:51 -0000 1.3 +++ tpb-defaultconfig.patch 16 May 2005 06:48:59 -0000 1.4 @@ -1,5 +1,5 @@ ---- doc/tpbrc.orig 2004-08-24 22:29:56.058320657 +0300 -+++ doc/tpbrc 2004-08-24 22:30:14.356444475 +0300 +--- doc/tpbrc.orig 2004-08-18 16:57:32.000000000 +0300 ++++ doc/tpbrc 2005-05-16 01:09:41.000000000 +0300 @@ -27,19 +27,19 @@ # String with command and options that should be executed when Home button is # pressed (only available on A and S series). By default no command is executed. @@ -39,7 +39,7 @@ ## OSDTIMEOUT # Defines how long (in seconds) the on-screen display is shown after the last -@@ -225,7 +225,7 @@ +@@ -225,13 +225,13 @@ ## OSDVERTICAL # Defines the offset from the top or bottom of the screen in pixels. Default is 25. # @@ -48,3 +48,10 @@ ## OSDHORIZONTAL # Defines the offset from the left or right of the screen in pixels. Only + # supported by xosd 2.0.0 and above. Default is 25. + # +-#OSDHORIZONTAL 25 ++OSDHORIZONTAL 60 + + ## OSDPOS + # Defines where the osd is shown. Possible values are top, middle and bottom. Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/devel/tpb.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tpb.spec 24 Mar 2005 11:04:09 -0000 1.7 +++ tpb.spec 16 May 2005 06:48:59 -0000 1.8 @@ -1,20 +1,19 @@ Name: tpb Version: 0.6.3 -Release: 3 +Release: 4 Summary: IBM ThinkPad button support utility Group: System Environment/Base License: GPL URL: http://www.nongnu.org/tpb/ -Source0: http://savannah.nongnu.org/download/tpb/tpb-0.6.3.tar.gz -Source1: http://savannah.nongnu.org/download/tpb/tpb-0.6.3.tar.gz.sig -Source2: %{name}-nvram.permissions +Source0: http://savannah.nongnu.org/download/tpb/%{name}-%{version}.tar.gz +Source1: http://savannah.nongnu.org/download/tpb/%{name}-%{version}.tar.gz.sig Patch0: %{name}-defaultconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: %{ix86} -BuildRequires: xosd-devel >= 2.0.0, XFree86-devel, gettext, /sbin/MAKEDEV -Requires: udev +BuildRequires: xosd-devel >= 2.0.0, XFree86-devel, gettext +Requires: udev >= 050-6, MAKEDEV %description With TPB it is possible to bind a program to the ThinkPad, Mail, Home @@ -29,11 +28,31 @@ %prep %setup -q %patch0 -p0 + +# Start tpb at X startup: cat < %{name}.xinit #!/bin/sh %{_bindir}/tpb -d EOF +# For the initial MAKEDEV at post-install time, and possibly later: +cat < %{name}.makedev +# Custom permissions for nvram for use with tpb(1). +c 664 root root 10 144 1 1 nvram +EOF + +# To get the /dev entry created at boot: +cat < %{name}.nodes +# /dev/nvram, needed by tpb(1), needs to be created manually. +nvram +EOF + +# Permissions fixup: +cat < %{name}.rules +# Custom permissions for nvram for use with tpb(1). +KERNEL=="nvram", MODE="0664" +EOF + %build %configure @@ -45,30 +64,40 @@ make install DESTDIR=$RPM_BUILD_ROOT install -Dm 755 %{name}.xinit \ $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/%{name}.sh -install -Dpm 644 %{SOURCE2} \ - $RPM_BUILD_ROOT%{_sysconfdir}/udev/permissions.d/49-%{name}-nvram.permissions -/sbin/MAKEDEV -M nvram > %{name}.files -/sbin/MAKEDEV -d %{_sysconfdir}/udev/devices -M nvram >> %{name}.files -sed -i s/600/644/ %{name}.files # console.perms.d would be nice +install -Dpm 644 %{name}.rules \ + $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/90-%{name}.rules +install -Dpm 644 %{name}.nodes \ + $RPM_BUILD_ROOT%{_sysconfdir}/udev/makedev.d/90-%{name}.nodes +install -Dpm 644 %{name}.makedev \ + $RPM_BUILD_ROOT%{_sysconfdir}/makedev.d/zz_%{name} %find_lang %{name} -cat %{name}.lang >> %{name}.files %clean rm -rf $RPM_BUILD_ROOT -%files -f %{name}.files +%post +/sbin/MAKEDEV nvram >/dev/null || : + + +%files -f %{name}.lang %defattr(-,root,root,-) %doc ChangeLog COPYING CREDITS README doc/callback_example.sh doc/nvram.txt -%config %{_sysconfdir}/X11/xinit/xinitrc.d/%{name}.sh -%config(noreplace) %{_sysconfdir}/udev/permissions.d/*%{name}-nvram.permissions +%{_sysconfdir}/X11/xinit/xinitrc.d/%{name}.sh +%config(noreplace) %{_sysconfdir}/udev/rules.d/*-%{name}.rules +%config(noreplace) %{_sysconfdir}/udev/makedev.d/*-%{name}.nodes +%config(noreplace) %{_sysconfdir}/makedev.d/*%{name} %config(noreplace) %{_sysconfdir}/tpbrc %{_bindir}/tpb %{_mandir}/man1/tpb.1* %changelog +* Mon May 16 2005 Ville Skytt?? - 0.6.3-4 +- Adapt to work with FC4's udev configuration. +- Improve default OSD placement. + * Thu Mar 24 2005 Colin Charles - 0:0.6.3-3 - add ExclusiveArch x86 only --- tpb-nvram.permissions DELETED --- From fedora-extras-commits at redhat.com Mon May 16 06:50:00 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 16 May 2005 02:50:00 -0400 Subject: common tobuild,1.483,1.484 Message-ID: <200505160650.j4G6o0jm001958@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1941 Modified Files: tobuild Log Message: request build of rpms/tpb/devel tpb-0_6_3-4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.483 retrieving revision 1.484 diff -u -r1.483 -r1.484 --- tobuild 15 May 2005 22:43:08 -0000 1.483 +++ tobuild 16 May 2005 06:49:57 -0000 1.484 @@ -37,3 +37,4 @@ toshio rpms/blender/devel blender-2_36-2 development spot rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-7_fc4 devel spot rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-7_fc3 fc3 +scop rpms/tpb/devel tpb-0_6_3-4 devel From fedora-extras-commits at redhat.com Mon May 16 09:39:12 2005 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Mon, 16 May 2005 05:39:12 -0400 Subject: rpms/qemu/devel qemu-0.7.0-gcc4-ppc.patch, NONE, 1.1 qemu-0.7.0-gcc4-x86.patch, NONE, 1.1 qemu.spec, 1.5, 1.6 qemu-0.7.0-ppc-functions-end-in-branch.patch, 1.1, NONE Message-ID: <200505160939.j4G9dC67005703@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5681 Modified Files: qemu.spec Added Files: qemu-0.7.0-gcc4-ppc.patch qemu-0.7.0-gcc4-x86.patch Removed Files: qemu-0.7.0-ppc-functions-end-in-branch.patch Log Message: Proper fixes for the fact that GCC 4 will put a 'blr' in the middle of a function instead of just at the end. qemu-0.7.0-gcc4-ppc.patch: --- NEW FILE qemu-0.7.0-gcc4-ppc.patch --- --- qemu/dyngen.c.x 2005-05-16 10:30:43.000000000 +0100 +++ qemu/dyngen.c 2005-05-16 10:32:41.000000000 +0100 @@ -1996,6 +1996,9 @@ void gen_code(const char *name, host_ulo int retpos; int exit_addrs[MAX_EXITS]; #endif +#if defined(HOST_PPC) + uint8_t *blr_addr = NULL; +#endif /* Compute exact size excluding prologue and epilogue instructions. * Increment start_offset to skip epilogue instructions, then compute @@ -2018,9 +2021,23 @@ void gen_code(const char *name, host_ulo p = (void *)(p_end - 4); if (p == p_start) error("empty code for %s", name); - if (get32((uint32_t *)p) != 0x4e800020) - error("blr expected at the end of %s", name); - copy_size = p - p_start; + if (get32((uint32_t *)p) == 0x4e800020) { + copy_size = p - p_start; /* blr at end */ + } else { + /* Find the blr and note its address so that we + can emit code to rewrite it to a branch. */ + do { + p -= 4; + + if (get32((uint32_t *)p) == 0x4e800020) { + blr_addr = p; + copy_size = p_end - p_start; + break; + } + } while (p > p_start); + if (p == p_start) + error("blr expected in the end of %s", name); + } } #elif defined(HOST_S390) { @@ -2633,6 +2650,9 @@ void gen_code(const char *name, host_ulo #else #error unsupport object format #endif + if (blr_addr) + fprintf(outfile, " *(uint32_t *)(gen_code_ptr + %d) = 0x48000000 | %d;\n", + blr_addr - p_start, p_end - blr_addr); } #elif defined(HOST_S390) { qemu-0.7.0-gcc4-x86.patch: --- NEW FILE qemu-0.7.0-gcc4-x86.patch --- Index: dyngen-exec.h =================================================================== RCS file: /cvsroot/qemu/qemu/dyngen-exec.h,v retrieving revision 1.25 diff -u -p -r1.25 dyngen-exec.h --- dyngen-exec.h 24 Apr 2005 18:01:56 -0000 1.25 +++ dyngen-exec.h 11 May 2005 20:38:33 -0000 @@ -155,7 +155,12 @@ extern int printf(const char *, ...); #endif /* force GCC to generate only one epilog at the end of the function */ +#if defined(__i386__) || defined(__x86_64__) +/* Also add 4 bytes of padding so that we can replace the ret with a jmp. */ +#define FORCE_RET() asm volatile ("nop;nop;nop;nop"); +#else #define FORCE_RET() asm volatile (""); +#endif #ifndef OPPROTO #define OPPROTO @@ -205,12 +210,19 @@ extern int __op_jmp0, __op_jmp1, __op_jm #endif #ifdef __i386__ -#define EXIT_TB() asm volatile ("ret") -#define GOTO_LABEL_PARAM(n) asm volatile ("jmp " ASM_NAME(__op_gen_label) #n) +/* Dyngen will replace hlt instructions with a ret instruction. Inserting a + ret directly would confuse dyngen. */ +#define EXIT_TB() asm volatile ("hlt") +/* Dyngen will replace cli with 0x9e (jmp). + We generate the offset manually. */ +#define GOTO_LABEL_PARAM(n) \ + asm volatile ("cli;.long " ASM_NAME(__op_gen_label) #n " - 1f;1:") #endif #ifdef __x86_64__ -#define EXIT_TB() asm volatile ("ret") -#define GOTO_LABEL_PARAM(n) asm volatile ("jmp " ASM_NAME(__op_gen_label) #n) +/* The same as i386. */ +#define EXIT_TB() asm volatile ("hlt") +#define GOTO_LABEL_PARAM(n) \ + asm volatile ("cli;.long " ASM_NAME(__op_gen_label) #n " - 1f;1:") #endif #ifdef __powerpc__ #define EXIT_TB() asm volatile ("blr") Index: dyngen.c =================================================================== RCS file: /cvsroot/qemu/qemu/dyngen.c,v retrieving revision 1.40 diff -u -p -r1.40 dyngen.c --- dyngen.c 27 Apr 2005 19:55:58 -0000 1.40 +++ dyngen.c 11 May 2005 20:38:33 -0000 @@ -32,6 +32,8 @@ #include "config-host.h" +//#define DEBUG_OP + /* NOTE: we test CONFIG_WIN32 instead of _WIN32 to enabled cross compilation */ #if defined(CONFIG_WIN32) @@ -1343,6 +1345,639 @@ int arm_emit_ldr_info(const char *name, #endif +#if defined(HOST_I386) || defined(HOST_X86_64) + +/* This byte is the first byte of an instruction. */ +#define FLAG_INSN (1 << 0) +/* This byte has been processed as part of an instruction. */ +#define FLAG_SCANNED (1 << 1) +/* This instruction is a return instruction. Gcc cometimes generates prefix + bytes, so may be more than one byte long. */ +#define FLAG_RET (1 << 2) +/* This is either the target of a jump, or the preceeding instruction uses + a pc-relative offset. */ +#define FLAG_TARGET (1 << 3) +/* This is a magic instruction that needs fixing up. */ +#define FLAG_EXIT (1 << 4) +#define MAX_EXITS 5 + +static void +bad_opcode(const char *name, uint32_t op) +{ + error("Unsupported opcode %0*x in %s", (op > 0xff) ? 4 : 2, op, name); +} + +/* Mark len bytes as scanned, Returns insn_size + len. Reports an error + if these bytes have already been scanned. */ +static int +eat_bytes(const char *name, char *flags, int insn, int insn_size, int len) +{ + while (len > 0) { + /* This should never occur in sane code. */ + if (flags[insn + insn_size] & FLAG_SCANNED) + error ("Overlapping instructions in %s", name); + flags[insn + insn_size] |= FLAG_SCANNED; + insn_size++; + len--; + } + return insn_size; +} + +static void +trace_i386_insn (const char *name, uint8_t *start_p, char *flags, int insn, + int len) +{ + uint8_t *ptr; + uint8_t op; + int modrm; + int is_prefix; + int op_size; + int addr_size; + int insn_size; + int is_ret; + int is_condjmp; + int is_jmp; + int is_exit; + int is_pcrel; + int immed; + int seen_rexw; + int32_t disp; + + ptr = start_p + insn; + /* nonzero if this insn has a ModR/M byte. */ + modrm = 1; + /* The size of the immediate value in this instruction. */ + immed = 0; + /* The operand size. */ + op_size = 4; + /* The address size */ + addr_size = 4; + /* The total length of this instruction. */ + insn_size = 0; + is_prefix = 1; + is_ret = 0; + is_condjmp = 0; + is_jmp = 0; + is_exit = 0; + seen_rexw = 0; + is_pcrel = 0; + + while (is_prefix) { + op = ptr[insn_size]; + insn_size = eat_bytes(name, flags, insn, insn_size, 1); + is_prefix = 0; + switch (op >> 4) { + case 0: + case 1: + case 2: + case 3: + if (op == 0x0f) { + /* two-byte opcode. */ + op = ptr[insn_size]; + insn_size = eat_bytes(name, flags, insn, insn_size, 1); + switch (op >> 4) { + case 0: + if ((op & 0xf) > 3) + modrm = 0; + break; + case 1: /* vector move or prefetch */ + case 2: /* various moves and vector compares. */ + case 4: /* cmov */ + case 5: /* vector instructions */ + case 6: + case 13: + case 14: + case 15: + break; + case 7: /* mmx */ + if (op & 0x77) /* emms */ + modrm = 0; + break; + case 3: /* wrmsr, rdtsc, rdmsr, rdpmc, sysenter, sysexit */ + modrm = 0; + break; + case 8: /* long conditional jump */ + is_condjmp = 1; + immed = op_size; + modrm = 0; + break; + case 9: /* setcc */ + break; + case 10: + switch (op & 0x7) { + case 0: /* push fs/gs */ + case 1: /* pop fs/gs */ + case 2: /* cpuid/rsm */ + modrm = 0; + break; + case 4: /* shld/shrd immediate */ + immed = 1; + break; + default: /* Normal instructions with a ModR/M byte. */ + break; + } + break; + case 11: + switch (op & 0xf) { + case 10: /* bt, bts, btr, btc */ + immed = 1; + break; + default: + /* cmpxchg, lss, btr, lfs, lgs, movzx, btc, bsf, bsr + undefined, and movsx */ + break; + } + break; + case 12: + if (op & 8) { + /* bswap */ + modrm = 0; + } else { + switch (op & 0x7) { + case 2: + case 4: + case 5: + case 6: + immed = 1; + break; + default: + break; + } + } + break; + } + } else if ((op & 0x07) <= 0x3) { + /* General arithmentic ax. */ + } else if ((op & 0x07) <= 0x5) { + /* General arithmetic ax, immediate. */ + if (op & 0x01) + immed = op_size; + else + immed = 1; + modrm = 0; + } else if ((op & 0x23) == 0x22) { + /* Segment prefix. */ + is_prefix = 1; + } else { + /* Segment register push/pop or DAA/AAA/DAS/AAS. */ + modrm = 0; + } + break; + +#if defined(HOST_X86_64) + case 4: /* rex prefix. */ + is_prefix = 1; + /* The address/operand size is actually 64-bit, but the immediate + values in the instruction are still 32-bit. */ + op_size = 4; + addr_size = 4; + if (op & 8) + seen_rexw = 1; + break; +#else + case 4: /* inc/dec register. */ +#endif + case 5: /* push/pop general register. */ + modrm = 0; + break; + + case 6: + switch (op & 0x0f) { + case 0: /* pusha */ + case 1: /* popa */ + modrm = 0; + break; + case 2: /* bound */ + case 3: /* arpl */ + break; + case 4: /* FS */ + case 5: /* GS */ + is_prefix = 1; + break; + case 6: /* opcode size prefix. */ + op_size = 2; + is_prefix = 1; + break; + case 7: /* Address size prefix. */ + addr_size = 2; + is_prefix = 1; + break; + case 8: /* push immediate */ + case 10: /* pop immediate */ + immed = op_size; + modrm = 0; + break; + case 9: /* imul immediate */ + case 11: /* imul immediate */ + immed = op_size; + break; + case 12: /* insb */ + case 13: /* insw */ + case 14: /* outsb */ + case 15: /* outsw */ + modrm = 0; + break; + } + break; + + case 7: /* Short conditional jump. */ + is_condjmp = 1; + immed = 1; + modrm = 0; + break; + + case 8: + if ((op & 0xf) <= 3) { + /* arithmetic immediate. */ + if ((op & 3) == 1) + immed = op_size; + else + immed = 1; + } + /* else test, xchg, mov, lea or pop general. */ + break; + + case 9: + /* Various single-byte opcodes with no modrm byte. */ + modrm = 0; + if (op == 10) { + /* Call */ + immed = 4; + } + break; + + case 10: + switch ((op & 0xe) >> 1) { + case 0: /* mov absoliute immediate. */ + case 1: + if (seen_rexw) + immed = 8; + else + immed = addr_size; + break; + case 4: /* test immediate. */ + if (op & 1) + immed = op_size; + else + immed = 1; + break; + default: /* Various string ops. */ + break; + } + modrm = 0; + break; + + case 11: /* move immediate to register */ + if (op & 8) { + if (seen_rexw) + immed = 8; + else + immed = op_size; + } else { + immed = 1; + } + modrm = 0; + break; + + case 12: + switch (op & 0xf) { + case 0: /* shift immediate */ + case 1: + immed = 1; + break; + case 2: /* ret immediate */ + immed = 2; + modrm = 0; + bad_opcode(name, op); + break; + case 3: /* ret */ + modrm = 0; + is_ret = 1; + case 4: /* les */ + case 5: /* lds */ + break; + case 6: /* mov immediate byte */ + immed = 1; + break; + case 7: /* mov immediate */ + immed = op_size; + break; + case 8: /* enter */ + /* TODO: Is this right? */ + immed = 3; + modrm = 0; + break; + case 10: /* retf immediate */ + immed = 2; + modrm = 0; + bad_opcode(name, op); + break; + case 13: /* int */ + immed = 1; + modrm = 0; + break; + case 11: /* retf */ + case 15: /* iret */ + modrm = 0; + bad_opcode(name, op); + break; + default: /* leave, int3 or into */ + modrm = 0; + break; + } + break; + + case 13: + if ((op & 0xf) >= 8) { + /* Coprocessor escape. For our purposes this is just a normal + instruction with a ModR/M byte. */ + } else if ((op & 0xf) >= 4) { + /* AAM, AAD or XLAT */ + modrm = 0; + } + /* else shift instruction */ + break; + + case 14: + switch ((op & 0xc) >> 2) { + case 0: /* loop or jcxz */ + is_condjmp = 1; + immed = 1; + break; + case 1: /* in/out immed */ + immed = 1; + break; + case 2: /* call or jmp */ + switch (op & 3) { + case 0: /* call */ + immed = op_size; + break; + case 1: /* long jump */ + immed = 4; + is_jmp = 1; + break; + case 2: /* far jmp */ + bad_opcode(name, op); + break; + case 3: /* short jmp */ + immed = 1; + is_jmp = 1; + break; + } + break; + case 3: /* in/out register */ + break; + } + modrm = 0; + break; + + case 15: + switch ((op & 0xe) >> 1) { + case 0: + case 1: + is_prefix = 1; + break; + case 2: + case 4: + case 5: + case 6: + modrm = 0; + /* Some privileged insns are used as markers. */ + switch (op) { + case 0xf4: /* hlt: Exit translation block. */ + is_exit = 1; + break; + case 0xfa: /* cli: Jump to label. */ + is_exit = 1; + immed = 4; + break; + case 0xfb: /* sti: TB patch jump. */ + /* Mark the insn for patching, but continue sscanning. */ + flags[insn] |= FLAG_EXIT; + immed = 4; + break; + } + break; + case 3: /* unary grp3 */ + if ((ptr[insn_size] & 0x38) == 0) { + if (op == 0xf7) + immed = op_size; + else + immed = 1; /* test immediate */ + } + break; + case 7: /* inc/dec grp4/5 */ + /* TODO: This includes indirect jumps. We should fail if we + encounter one of these. */ + break; + } + break; + } + } + + if (modrm) { + if (addr_size != 4) + error("16-bit addressing mode used in %s", name); + + disp = 0; + modrm = ptr[insn_size]; + insn_size = eat_bytes(name, flags, insn, insn_size, 1); + modrm &= 0xc7; + switch ((modrm & 0xc0) >> 6) { + case 0: + if (modrm == 5) + disp = 4; + break; + case 1: + disp = 1; + break; + case 2: + disp = 4; + break; + } + if ((modrm & 0xc0) != 0xc0 && (modrm & 0x7) == 4) { + /* SIB byte */ + if (modrm == 4 && (ptr[insn_size] & 0x7) == 5) { + disp = 4; + is_pcrel = 1; + } + insn_size = eat_bytes(name, flags, insn, insn_size, 1); + } + insn_size = eat_bytes(name, flags, insn, insn_size, disp); + } + insn_size = eat_bytes(name, flags, insn, insn_size, immed); + if (is_condjmp || is_jmp) { + if (immed == 1) { + disp = (int8_t)*(ptr + insn_size - 1); + } else { + disp = (((int32_t)*(ptr + insn_size - 1)) << 24) + | (((int32_t)*(ptr + insn_size - 2)) << 16) + | (((int32_t)*(ptr + insn_size - 3)) << 8) + | *(ptr + insn_size - 4); + } + disp += insn_size; + /* Jumps to external symbols point to the address of the offset + before relocation. */ + /* ??? These are probably a tailcall. We could fix them up by + replacing them with jmp to EOB + call, but it's easier to just + prevent the compiler generating them. */ + if (disp == 1) + error("Unconditional jump (sibcall?) in %s", name); + disp += insn; + if (disp < 0 || disp > len) + error("Jump outside instruction in %s", name); + + if ((flags[disp] & (FLAG_INSN | FLAG_SCANNED)) == FLAG_SCANNED) + error("Overlapping instructions in %s", name); + + flags[disp] |= (FLAG_INSN | FLAG_TARGET); + is_pcrel = 1; + } + if (is_pcrel) { + /* Mark the following insn as a jump target. This will stop + this instruction being moved. */ + flags[insn + insn_size] |= FLAG_TARGET; + } + if (is_ret) + flags[insn] |= FLAG_RET; + + if (is_exit) + flags[insn] |= FLAG_EXIT; + + if (!(is_jmp || is_ret || is_exit)) + flags[insn + insn_size] |= FLAG_INSN; +} + +/* Scan a function body. Returns the position of the return sequence. + Sets *patch_bytes to the number of bytes that need to be copied from that + location. If no patching is required (ie. the return is the last insn) + *patch_bytes will be set to -1. *plen is the number of code bytes to copy. + */ +static int trace_i386_op(const char * name, uint8_t *start_p, int *plen, + int *patch_bytes, int *exit_addrs) +{ + char *flags; + int more; + int insn; + int retpos; + int bytes; + int num_exits; + int len; + int last_insn; + + len = *plen; + flags = malloc(len + 1); + memset(flags, 0, len + 1); + flags[0] |= FLAG_INSN; + more = 1; + while (more) { + more = 0; + for (insn = 0; insn < len; insn++) { + if ((flags[insn] & (FLAG_INSN | FLAG_SCANNED)) == FLAG_INSN) { + trace_i386_insn(name, start_p, flags, insn, len); + more = 1; + } + } + } + + /* Strip any unused code at the end of the function. */ + while (len > 0 && flags[len - 1] == 0) + len--; + + retpos = -1; + num_exits = 0; + last_insn = 0; + for (insn = 0; insn < len; insn++) { + if (flags[insn] & FLAG_RET) { + /* ??? In theory it should be possible to handle multiple return + points. In practice it's not worth the effort. */ + if (retpos != -1) + error("Multiple return instructions in %s", name); + retpos = insn; + } + if (flags[insn] & FLAG_EXIT) { + if (num_exits == MAX_EXITS) + error("Too many block exits in %s", name); + exit_addrs[num_exits] = insn; + num_exits++; + } + if (flags[insn] & FLAG_INSN) + last_insn = insn; + } + + exit_addrs[num_exits] = -1; + if (retpos == -1) { + if (num_exits == 0) { + error ("No return instruction found in %s", name); + } else { + retpos = len; + last_insn = len; + } + } + + /* If the return instruction is the last instruction we can just + remove it. */ + if (retpos == last_insn) + *patch_bytes = -1; + else + *patch_bytes = 0; + + /* Back up over any nop instructions. */ + while (retpos > 0 + && (flags[retpos] & FLAG_TARGET) == 0 + && (flags[retpos - 1] & FLAG_INSN) != 0 + && start_p[retpos - 1] == 0x90) { + retpos--; + } + + if (*patch_bytes == -1) { + *plen = retpos; + free (flags); + return retpos; + } + *plen = len; + + /* The ret is in the middle of the function. Find four more bytes that + so the ret can be replaced by a jmp. */ + /* ??? Use a short jump where possible. */ + bytes = 4; + insn = retpos + 1; + /* We can clobber everything up to the next jump target. */ + while (insn < len && bytes > 0 && (flags[insn] & FLAG_TARGET) == 0) { + insn++; + bytes--; + } + if (bytes > 0) { + /* ???: Strip out nop blocks. */ + /* We can't do the replacement without clobbering anything important. + Copy preceeding instructions(s) to give us some space. */ + while (retpos > 0) { + /* If this byte is the target of a jmp we can't move it. */ + if (flags[retpos] & FLAG_TARGET) + break; + + (*patch_bytes)++; + bytes--; + retpos--; + + /* Break out of the loop if we have enough space and this is either + the first byte of an instruction or a pad byte. */ + if ((flags[retpos] & (FLAG_INSN | FLAG_SCANNED)) != FLAG_SCANNED + && bytes <= 0) { + break; + } + } + } + + if (bytes > 0) + error("Unable to replace ret with jmp in %s\n", name); + + free(flags); + return retpos; +} + +#endif + #define MAX_ARGS 3 /* generate op code */ @@ -1356,6 +1991,11 @@ void gen_code(const char *name, host_ulo uint8_t args_present[MAX_ARGS]; const char *sym_name, *p; EXE_RELOC *rel; +#if defined(HOST_I386) || defined(HOST_X86_64) + int patch_bytes; + int retpos; + int exit_addrs[MAX_EXITS]; +#endif /* Compute exact size excluding prologue and epilogue instructions. * Increment start_offset to skip epilogue instructions, then compute @@ -1366,33 +2006,12 @@ void gen_code(const char *name, host_ulo p_end = p_start + size; start_offset = offset; #if defined(HOST_I386) || defined(HOST_X86_64) -#ifdef CONFIG_FORMAT_COFF - { - uint8_t *p; - p = p_end - 1; - if (p == p_start) - error("empty code for %s", name); - while (*p != 0xc3) { - p--; - if (p <= p_start) - error("ret or jmp expected at the end of %s", name); - } - copy_size = p - p_start; - } -#else { int len; len = p_end - p_start; - if (len == 0) - error("empty code for %s", name); - if (p_end[-1] == 0xc3) { - len--; - } else { - error("ret or jmp expected at the end of %s", name); - } + retpos = trace_i386_op(name, p_start, &len, &patch_bytes, exit_addrs); copy_size = len; } -#endif #elif defined(HOST_PPC) { uint8_t *p; @@ -1559,6 +2178,13 @@ void gen_code(const char *name, host_ulo } if (gen_switch == 2) { +#if defined(HOST_I386) || defined(HOST_X86_64) + if (patch_bytes != -1) + copy_size += patch_bytes; +#ifdef DEBUG_OP + copy_size += 2; +#endif +#endif fprintf(outfile, "DEF(%s, %d, %d)\n", name + 3, nb_args, copy_size); } else if (gen_switch == 1) { @@ -1761,7 +2387,43 @@ void gen_code(const char *name, host_ulo #error unsupport object format #endif } + } + /* Replace the marker instructions with the actual opcodes. */ + for (i = 0; exit_addrs[i] != -1; i++) { + int op; + switch (p_start[exit_addrs[i]]) + { + case 0xf4: op = 0xc3; break; /* hlt -> ret */ + case 0xfa: op = 0xe9; break; /* cli -> jmp */ + case 0xfb: op = 0xe9; break; /* sti -> jmp */ + default: error("Internal error"); + } + fprintf(outfile, + " *(uint8_t *)(gen_code_ptr + %d) = 0x%x;\n", + exit_addrs[i], op); + } + /* Fix up the return instruction. */ + if (patch_bytes != -1) { + if (patch_bytes) { + fprintf(outfile, " memcpy(gen_code_ptr + %d," + "gen_code_ptr + %d, %d);\n", + copy_size, retpos, patch_bytes); + } + fprintf(outfile, + " *(uint8_t *)(gen_code_ptr + %d) = 0xe9;\n", + retpos); + fprintf(outfile, + " *(uint32_t *)(gen_code_ptr + %d) = 0x%x;\n", + retpos + 1, copy_size - (retpos + 5)); + + copy_size += patch_bytes; } +#ifdef DEBUG_OP + fprintf(outfile, + " *(uint16_t *)(gen_code_ptr + %d) = 0x9090;\n", + copy_size); + copy_size += 2; +#endif } #elif defined(HOST_X86_64) { @@ -1793,6 +2455,42 @@ void gen_code(const char *name, host_ulo } } } + /* Replace the marker instructions with the actual opcodes. */ + for (i = 0; exit_addrs[i] != -1; i++) { + int op; + switch (p_start[exit_addrs[i]]) + { + case 0xf4: op = 0xc3; break; /* hlt -> ret */ + case 0xfa: op = 0xe9; break; /* cli -> jmp */ + case 0xfb: op = 0xe9; break; /* sti -> jmp */ + default: error("Internal error"); + } + fprintf(outfile, + " *(uint8_t *)(gen_code_ptr + %d) = 0x%x;\n", + exit_addrs[i], op); + } + /* Fix up the return instruction. */ + if (patch_bytes != -1) { + if (patch_bytes) { + fprintf(outfile, " memcpy(gen_code_ptr + %d," + "gen_code_ptr + %d, %d);\n", + copy_size, retpos, patch_bytes); + } + fprintf(outfile, + " *(uint8_t *)(gen_code_ptr + %d) = 0xe9;\n", + retpos); + fprintf(outfile, + " *(uint32_t *)(gen_code_ptr + %d) = 0x%x;\n", + retpos + 1, copy_size - (retpos + 5)); + + copy_size += patch_bytes; + } +#ifdef DEBUG_OP + fprintf(outfile, + " *(uint16_t *)(gen_code_ptr + %d) = 0x9090;\n", + copy_size); + copy_size += 2; +#endif } #elif defined(HOST_PPC) { Index: exec-all.h =================================================================== RCS file: /cvsroot/qemu/qemu/exec-all.h,v retrieving revision 1.31 diff -u -p -r1.31 exec-all.h --- exec-all.h 17 Apr 2005 18:32:14 -0000 1.31 +++ exec-all.h 11 May 2005 20:38:33 -0000 @@ -335,14 +335,15 @@ do {\ #elif defined(__i386__) && defined(USE_DIRECT_JUMP) -/* we patch the jump instruction directly */ +/* we patch the jump instruction directly. Use sti in place of the actual + jmp instruction so that dyngen can patch in the correct result. */ #define GOTO_TB(opname, tbparam, n)\ do {\ asm volatile (".section .data\n"\ ASM_NAME(__op_label) #n "." ASM_NAME(opname) ":\n"\ ".long 1f\n"\ ASM_PREVIOUS_SECTION \ - "jmp " ASM_NAME(__op_jmp) #n "\n"\ + "sti;.long " ASM_NAME(__op_jmp) #n " - 1f\n"\ "1:\n");\ } while (0) Index: target-ppc/exec.h =================================================================== RCS file: /cvsroot/qemu/qemu/target-ppc/exec.h,v retrieving revision 1.10 diff -u -p -r1.10 exec.h --- target-ppc/exec.h 13 Mar 2005 17:01:22 -0000 1.10 +++ target-ppc/exec.h 11 May 2005 20:38:35 -0000 @@ -33,11 +33,7 @@ register uint32_t T2 asm(AREG3); #define FT1 (env->ft1) #define FT2 (env->ft2) -#if defined (DEBUG_OP) -#define RETURN() __asm__ __volatile__("nop"); -#else -#define RETURN() __asm__ __volatile__(""); -#endif +#define RETURN() FORCE_RET() #include "cpu.h" #include "exec-all.h" Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- qemu.spec 30 Apr 2005 11:34:52 -0000 1.5 +++ qemu.spec 16 May 2005 09:39:10 -0000 1.6 @@ -1,7 +1,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.7.0 -Release: 1 +Release: 2 License: GPL/LGPL Group: Development/Tools @@ -9,7 +9,8 @@ Source0: http://fabrice.bellard.free.fr/qemu/%{name}-%{version}.tar.gz Source1: qemu.init Patch0: qemu-0.7.0-build.patch -Patch1: qemu-0.7.0-ppc-functions-end-in-branch.patch +Patch1: qemu-0.7.0-gcc4-x86.patch +Patch2: qemu-0.7.0-gcc4-ppc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: SDL-devel PreReq: /sbin/chkconfig @@ -35,7 +36,8 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 +%patch1 -p0 +%patch2 -p1 %build ./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M @@ -76,6 +78,10 @@ %config %{_sysconfdir}/rc.d/init.d/qemu %changelog +* Mon May 16 2005 David Woodhouse .0.7.0-2 +- Proper fix for GCC 4 putting 'blr' or 'ret' in the middle of the function, + for i386, x86_64 and PPC. + * Sat Apr 30 2005 David Woodhouse .0.7.0-1 - Update to 0.7.0 - Fix dyngen for PPC functions which end in unconditional branch --- qemu-0.7.0-ppc-functions-end-in-branch.patch DELETED --- From fedora-extras-commits at redhat.com Mon May 16 09:39:36 2005 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Mon, 16 May 2005 05:39:36 -0400 Subject: common tobuild,1.484,1.485 Message-ID: <200505160939.j4G9daTQ005761@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5744 Modified Files: tobuild Log Message: request build of rpms/qemu/devel qemu-0_7_0-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.484 retrieving revision 1.485 diff -u -r1.484 -r1.485 --- tobuild 16 May 2005 06:49:57 -0000 1.484 +++ tobuild 16 May 2005 09:39:33 -0000 1.485 @@ -38,3 +38,4 @@ spot rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-7_fc4 devel spot rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-7_fc3 fc3 scop rpms/tpb/devel tpb-0_6_3-4 devel +dwmw2 rpms/qemu/devel qemu-0_7_0-2 development From fedora-extras-commits at redhat.com Mon May 16 09:48:48 2005 From: fedora-extras-commits at redhat.com (Tomas Mraz (tmraz)) Date: Mon, 16 May 2005 05:48:48 -0400 Subject: rpms/vpnc/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vpnc-0.3.2-pie.patch, 1.1, 1.2 vpnc.spec, 1.5, 1.6 vpnc-0.3.2-64bit.patch, 1.1, NONE Message-ID: <200505160948.j4G9mmXG005840@cvs-int.fedora.redhat.com> Author: tmraz Update of /cvs/extras/rpms/vpnc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5814 Modified Files: .cvsignore sources vpnc-0.3.2-pie.patch vpnc.spec Removed Files: vpnc-0.3.2-64bit.patch Log Message: * Mon May 16 2005 Tomas Mraz 0.3.3-1 - new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vpnc/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Dec 2004 20:46:38 -0000 1.2 +++ .cvsignore 16 May 2005 09:48:46 -0000 1.3 @@ -1 +1,2 @@ -vpnc-0.3.2.tar.gz +vpnc-0.3.3.tar.gz +clog Index: sources =================================================================== RCS file: /cvs/extras/rpms/vpnc/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Dec 2004 20:46:38 -0000 1.2 +++ sources 16 May 2005 09:48:46 -0000 1.3 @@ -1 +1 @@ -aaccdffc5656095a45dfe87c5bf612cb vpnc-0.3.2.tar.gz +e7518cff21326fe7eb9795b60c25ae6a vpnc-0.3.3.tar.gz vpnc-0.3.2-pie.patch: Index: vpnc-0.3.2-pie.patch =================================================================== RCS file: /cvs/extras/rpms/vpnc/devel/vpnc-0.3.2-pie.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vpnc-0.3.2-pie.patch 24 Dec 2004 03:16:24 -0000 1.1 +++ vpnc-0.3.2-pie.patch 16 May 2005 09:48:46 -0000 1.2 @@ -6,7 +6,7 @@ CC=gcc -CFLAGS=-W -Wall -O -g '-DVERSION="$(shell cat VERSION)"' $(shell libgcrypt-config --cflags) -+CFLAGS=-W -Wall -O2 -g -fpie -pie '-DVERSION="$(shell cat VERSION)"' $(shell libgcrypt-config --cflags) ++CFLAGS=-W -Wall $(RPM_OPT_FLAGS) -fpie -pie '-DVERSION="$(shell cat VERSION)"' $(shell libgcrypt-config --cflags) LDFLAGS=-g $(shell libgcrypt-config --libs) ifeq ($(shell uname -s), Linux) Index: vpnc.spec =================================================================== RCS file: /cvs/extras/rpms/vpnc/devel/vpnc.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- vpnc.spec 6 Apr 2005 22:13:35 -0000 1.5 +++ vpnc.spec 16 May 2005 09:48:46 -0000 1.6 @@ -1,16 +1,15 @@ Name: vpnc -Version: 0.3.2 -Release: 4 +Version: 0.3.3 +Release: 1 Summary: IPSec VPN client compatible with Cisco equipment Group: Applications/Internet License: GPL URL: http://www.unix-ag.uni-kl.de/~massar/vpnc/ -Source0: vpnc-0.3.2.tar.gz +Source0: vpnc-0.3.3.tar.gz Source1: generic-vpnc.conf Patch0: vpnc-0.3.2-pie.patch -Patch1: vpnc-0.3.2-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgcrypt-devel > 1.1.90 @@ -25,17 +24,16 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build -make +make PREFIX=/usr %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/{sbin,etc} +make install DESTDIR="$RPM_BUILD_ROOT" PREFIX=/usr +install -m 0600 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/vpnc/default.conf +rm $RPM_BUILD_ROOT%{_sysconfdir}/vpnc/vpnc.conf -install -m 755 vpnc $RPM_BUILD_ROOT/sbin -install -m 600 %{SOURCE1} $RPM_BUILD_ROOT/etc/vpnc.conf %clean rm -rf $RPM_BUILD_ROOT @@ -43,11 +41,16 @@ %files %defattr(-,root,root) %doc README -%dev(c, 10, 200) /dev/tun -%config(noreplace) /etc/vpnc.conf -/sbin/* + +%config(noreplace) %{_sysconfdir}/vpnc/default.conf +%{_sbindir}/* +%{_sysconfdir}/vpnc +%{_mandir}/man8/* %changelog +* Mon May 16 2005 Tomas Mraz 0.3.3-1 +- new upstream version + * Fri Apr 7 2005 Michael Schwendt - rebuilt --- vpnc-0.3.2-64bit.patch DELETED --- From fedora-extras-commits at redhat.com Mon May 16 09:49:55 2005 From: fedora-extras-commits at redhat.com (Tomas Mraz (tmraz)) Date: Mon, 16 May 2005 05:49:55 -0400 Subject: common tobuild,1.485,1.486 Message-ID: <200505160949.j4G9ntUk005868@cvs-int.fedora.redhat.com> Author: tmraz Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5851 Modified Files: tobuild Log Message: request build of rpms/vpnc/devel vpnc-0_3_3-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.485 retrieving revision 1.486 diff -u -r1.485 -r1.486 --- tobuild 16 May 2005 09:39:33 -0000 1.485 +++ tobuild 16 May 2005 09:49:53 -0000 1.486 @@ -39,3 +39,4 @@ spot rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-7_fc3 fc3 scop rpms/tpb/devel tpb-0_6_3-4 devel dwmw2 rpms/qemu/devel qemu-0_7_0-2 development +tmraz rpms/vpnc/devel vpnc-0_3_3-1 devel From fedora-extras-commits at redhat.com Mon May 16 10:07:57 2005 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 16 May 2005 06:07:57 -0400 Subject: rpms/uim/devel uim-0.4.6-multilib.patch, NONE, 1.1 uim.spec, 1.10, 1.11 Message-ID: <200505161007.j4GA7vEF006899@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6884 Modified Files: uim.spec Added Files: uim-0.4.6-multilib.patch Log Message: * Mon May 16 2005 Akira TAGOH - 0.4.6-3 - uim-0.4.6-multilib.patch: applied to fix a build issue for libquiminputcontextplugin.so. (John Thacker, #156880) uim-0.4.6-multilib.patch: --- NEW FILE uim-0.4.6-multilib.patch --- diff -ur uim-0.4.6.orig/configure.ac uim-0.4.6/configure.ac --- uim-0.4.6.orig/configure.ac 2005-05-11 11:46:09.000000000 -0400 +++ uim-0.4.6/configure.ac 2005-05-11 11:46:26.000000000 -0400 @@ -613,7 +613,7 @@ fi LDFLAGS=$_SAVE_LDFLAGS - QT_LIBS="-L/usr/X11R6/lib $QT_LDFLAGS $QT_LIB -lXext -lX11" + QT_LIBS="$X_LIBS $QT_LDFLAGS $QT_LIB -lXext -lX11" _SAVE_CXXFLAGS=$CXXFLAGS _SAVE_LIBS=$LIBS Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/devel/uim.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- uim.spec 6 May 2005 05:37:29 -0000 1.10 +++ uim.spec 16 May 2005 10:07:53 -0000 1.11 @@ -5,12 +5,13 @@ Summary: A multilingual input method library Name: uim Version: 0.4.6 -Release: 2 +Release: 3 License: GPL/BSD Group: System Environment/Libraries URL: http://uim.freedesktop.org/ Source0: http://uim.freedesktop.org/release/%{name}-%{version}.tar.gz Source1: xinput.d-uim +Patch0: uim-0.4.6-multilib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gtk2-devel gnome-panel-devel qt-devel ncurses-devel BuildRequires: anthy-devel Canna-devel @@ -120,13 +121,12 @@ %prep %setup -q +%patch0 -p1 -b .multilib -%ifarch x86_64 # patch creation: libtoolize --force && aclocal-1.9 -I m4 && autoheader && automake-1.9 --foreign && autoconf # touch uim/config.h.in, otherwise autoheader will run again touch uim/config.h.in -%endif %build %configure --with-canna --with-anthy --with-gtk2 --with-gnome2 --with-qt --with-qt-immodule @@ -286,6 +286,10 @@ %{_datadir}/uim/skk*.scm %changelog +* Mon May 16 2005 Akira TAGOH - 0.4.6-3 +- uim-0.4.6-multilib.patch: applied to fix a build issue for + libquiminputcontextplugin.so. (John Thacker, #156880) + * Fri May 6 2005 Akira TAGOH - 0.4.6-2 - added BuildRequires: ncurses-devel. (#156880) From fedora-extras-commits at redhat.com Mon May 16 10:08:58 2005 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 16 May 2005 06:08:58 -0400 Subject: common tobuild,1.486,1.487 Message-ID: <200505161008.j4GA8waI006964@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6950 Modified Files: tobuild Log Message: request build of rpms/uim/devel uim-0_4_6-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.486 retrieving revision 1.487 diff -u -r1.486 -r1.487 --- tobuild 16 May 2005 09:49:53 -0000 1.486 +++ tobuild 16 May 2005 10:08:56 -0000 1.487 @@ -40,3 +40,4 @@ scop rpms/tpb/devel tpb-0_6_3-4 devel dwmw2 rpms/qemu/devel qemu-0_7_0-2 development tmraz rpms/vpnc/devel vpnc-0_3_3-1 devel +tagoh rpms/uim/devel uim-0_4_6-3 devel From fedora-extras-commits at redhat.com Mon May 16 12:07:52 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 08:07:52 -0400 Subject: rpms/audacity/devel audacity.spec,1.9,1.10 Message-ID: <200505161207.j4GC7qmv008981@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/audacity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8964 Modified Files: audacity.spec Log Message: bump up release Index: audacity.spec =================================================================== RCS file: /cvs/extras/rpms/audacity/devel/audacity.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- audacity.spec 6 Apr 2005 22:24:55 -0000 1.9 +++ audacity.spec 16 May 2005 12:07:50 -0000 1.10 @@ -1,6 +1,6 @@ Name: audacity Version: 1.2.3 -Release: 3 +Release: 4 Summary: A multitrack audio editor Group: Applications/Multimedia From fedora-extras-commits at redhat.com Mon May 16 12:10:52 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 08:10:52 -0400 Subject: rpms/TeXmacs/devel TeXmacs.spec,1.10,1.11 Message-ID: <200505161210.j4GCAqWG009006@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8989 Modified Files: TeXmacs.spec Log Message: bump up release Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- TeXmacs.spec 28 Apr 2005 17:21:07 -0000 1.10 +++ TeXmacs.spec 16 May 2005 12:10:50 -0000 1.11 @@ -1,6 +1,6 @@ Name: TeXmacs Version: 1.0.5 -Release: 1 +Release: 2 Summary: Structured wysiwyg scientific text editor Group: Applications/Editors From fedora-extras-commits at redhat.com Mon May 16 12:12:28 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 08:12:28 -0400 Subject: rpms/gcl/devel gcl.spec,1.11,1.12 Message-ID: <200505161212.j4GCCSlL009038@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9021 Modified Files: gcl.spec Log Message: bump up release Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/devel/gcl.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gcl.spec 25 Apr 2005 15:15:31 -0000 1.11 +++ gcl.spec 16 May 2005 12:12:25 -0000 1.12 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.6 -Release: 2 +Release: 3 Summary: GNU Common Lisp Group: Development/Languages From fedora-extras-commits at redhat.com Mon May 16 12:13:29 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 08:13:29 -0400 Subject: rpms/graveman/devel graveman.spec,1.7,1.8 Message-ID: <200505161213.j4GCDTne009061@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/graveman/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9044 Modified Files: graveman.spec Log Message: bump up release Index: graveman.spec =================================================================== RCS file: /cvs/extras/rpms/graveman/devel/graveman.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- graveman.spec 7 May 2005 20:27:20 -0000 1.7 +++ graveman.spec 16 May 2005 12:13:27 -0000 1.8 @@ -1,6 +1,6 @@ Name: graveman Version: 0.3.11 -Release: 2 +Release: 3 Summary: A frontend for cdrtools, dvd+rw-tools and sox Group: Applications/Archiving From fedora-extras-commits at redhat.com Mon May 16 12:13:58 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 08:13:58 -0400 Subject: rpms/plt-scheme/devel plt-scheme.spec,1.1,1.2 Message-ID: <200505161213.j4GCDwrH009084@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/plt-scheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9067 Modified Files: plt-scheme.spec Log Message: bump up release Index: plt-scheme.spec =================================================================== RCS file: /cvs/extras/rpms/plt-scheme/devel/plt-scheme.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plt-scheme.spec 16 Apr 2005 17:08:26 -0000 1.1 +++ plt-scheme.spec 16 May 2005 12:13:55 -0000 1.2 @@ -1,6 +1,6 @@ Name: plt-scheme Version: 299.100 -Release: 1 +Release: 2 Summary: Graphical environment for developing programs using Scheme Group: Development/Languages From fedora-extras-commits at redhat.com Mon May 16 12:28:55 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Mon, 16 May 2005 08:28:55 -0400 Subject: common tobuild,1.487,1.488 Message-ID: <200505161228.j4GCStxO009148@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9131 Modified Files: tobuild Log Message: request build of rpms/blender/devel blender-2_36-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.487 retrieving revision 1.488 diff -u -r1.487 -r1.488 --- tobuild 16 May 2005 10:08:56 -0000 1.487 +++ tobuild 16 May 2005 12:28:53 -0000 1.488 @@ -41,3 +41,4 @@ dwmw2 rpms/qemu/devel qemu-0_7_0-2 development tmraz rpms/vpnc/devel vpnc-0_3_3-1 devel tagoh rpms/uim/devel uim-0_4_6-3 devel +toshio rpms/blender/devel blender-2_36-2 development From fedora-extras-commits at redhat.com Mon May 16 14:00:15 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 16 May 2005 10:00:15 -0400 Subject: rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK.spec,1.7,1.8 Message-ID: <200505161400.j4GE0FvE010220@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10191/FC-3 Modified Files: R-RScaLAPACK.spec Log Message: Don't run the test, it fails when not run on a lam cluster. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/FC-3/R-RScaLAPACK.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- R-RScaLAPACK.spec 16 May 2005 00:28:59 -0000 1.7 +++ R-RScaLAPACK.spec 16 May 2005 14:00:13 -0000 1.8 @@ -2,14 +2,14 @@ Name: R-%{packname} Version: 0.4.0 -Release: 8%{?dist} +Release: 9%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib Group: Applications/Engineering Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK BuildRequires: R-devel, tetex-latex -BuildRequires: gcc-gfortran, lam, blacs, scalapack +BuildRequires: gcc-g77, lam, blacs, scalapack Requires: R, scalapack BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch @@ -23,7 +23,7 @@ %prep %setup -T -c -a 0 -%ifarch x86_64 ppc64 sparc64 alpha +%ifarch x86_64 ppc64 sparc64 alpha ia64 %patch2 -p1 %else %patch0 -p1 @@ -36,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir}/R/library %{_bindir}/R CMD INSTALL -l $RPM_BUILD_ROOT%{_libdir}/R/library %{packname} -%{_bindir}/R CMD check %{packname} +# %{_bindir}/R CMD check %{packname} test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so) rm -rf $RPM_BUILD_ROOT%{_libdir}/R/library/R.css @@ -57,6 +57,10 @@ %{_libdir}/R/library/%{packname} %changelog +* Mon May 16 2005 Tom "spot" Callaway 0.4.0-9 +- test fails unless you are running it on a lam cluster, + so don't run it here + * Sun May 15 2005 Tom "spot" Callaway 0.4.0-8 - fc3 branch doesn't need gcc4 patch From fedora-extras-commits at redhat.com Mon May 16 14:00:16 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 16 May 2005 10:00:16 -0400 Subject: rpms/R-RScaLAPACK/devel R-RScaLAPACK.spec,1.7,1.8 Message-ID: <200505161400.j4GE0GXo010226@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10191/devel Modified Files: R-RScaLAPACK.spec Log Message: Don't run the test, it fails when not run on a lam cluster. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- R-RScaLAPACK.spec 16 May 2005 00:28:59 -0000 1.7 +++ R-RScaLAPACK.spec 16 May 2005 14:00:14 -0000 1.8 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 0.4.0 -Release: 8%{?dist} +Release: 9%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib @@ -24,7 +24,7 @@ %prep %setup -T -c -a 0 -%ifarch x86_64 ppc64 sparc64 alpha +%ifarch x86_64 ppc64 sparc64 ia64 alpha %patch2 -p1 %else %patch0 -p1 @@ -38,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir}/R/library %{_bindir}/R CMD INSTALL -l $RPM_BUILD_ROOT%{_libdir}/R/library %{packname} -%{_bindir}/R CMD check %{packname} +# %{_bindir}/R CMD check %{packname} test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so) rm -rf $RPM_BUILD_ROOT%{_libdir}/R/library/R.css @@ -59,6 +59,10 @@ %{_libdir}/R/library/%{packname} %changelog +* Mon May 16 2005 Tom "spot" Callaway 0.4.0-9 +- test fails unless you are running it on a lam cluster, + so don't run it here + * Sun May 15 2005 Tom "spot" Callaway 0.4.0-8 - fc3 branch doesn't need gcc4 patch From fedora-extras-commits at redhat.com Mon May 16 14:20:52 2005 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Mon, 16 May 2005 10:20:52 -0400 Subject: rpms/cdo/FC-3 cdo.spec,1.1,1.2 Message-ID: <200505161421.j4GELNMx011280@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/cdo/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11248/FC-3 Modified Files: cdo.spec Log Message: add dist to release Index: cdo.spec =================================================================== RCS file: /cvs/extras/rpms/cdo/FC-3/cdo.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cdo.spec 29 Apr 2005 18:59:09 -0000 1.1 +++ cdo.spec 16 May 2005 14:20:50 -0000 1.2 @@ -1,6 +1,6 @@ Name: cdo Version: 0.9.6 -Release: 2 +Release: 3%{?dist} Summary: A program for manipulating GRIB/NetCDF/SERVICE/EXTRA files Group: Applications/Engineering License: GPL @@ -45,6 +45,9 @@ %changelog +* Mon May 9 2005 Ed Hill - 0.9.6-3 +- add dist to release + * Sat Apr 23 2005 Ed Hill - 0.9.6-2 - fix CPPFLAGS per Tom Callaway's review From fedora-extras-commits at redhat.com Mon May 16 14:20:53 2005 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Mon, 16 May 2005 10:20:53 -0400 Subject: rpms/cdo/devel cdo.spec,1.1,1.2 Message-ID: <200505161421.j4GELNY1011283@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/cdo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11248/devel Modified Files: cdo.spec Log Message: add dist to release Index: cdo.spec =================================================================== RCS file: /cvs/extras/rpms/cdo/devel/cdo.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cdo.spec 29 Apr 2005 18:59:09 -0000 1.1 +++ cdo.spec 16 May 2005 14:20:51 -0000 1.2 @@ -1,6 +1,6 @@ Name: cdo Version: 0.9.6 -Release: 2 +Release: 3%{?dist} Summary: A program for manipulating GRIB/NetCDF/SERVICE/EXTRA files Group: Applications/Engineering License: GPL @@ -45,6 +45,9 @@ %changelog +* Mon May 9 2005 Ed Hill - 0.9.6-3 +- add dist to release + * Sat Apr 23 2005 Ed Hill - 0.9.6-2 - fix CPPFLAGS per Tom Callaway's review From fedora-extras-commits at redhat.com Mon May 16 14:44:46 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Mon, 16 May 2005 10:44:46 -0400 Subject: rpms/python-cherrytemplate/FC-3 python-cherrytemplate.spec,1.1,1.2 Message-ID: <200505161445.j4GEjGPe011567@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/rpms/python-cherrytemplate/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11524/FC-3 Modified Files: python-cherrytemplate.spec Log Message: Adding dist tag to make devel version newer than FC3 version. Index: python-cherrytemplate.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrytemplate/FC-3/python-cherrytemplate.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-cherrytemplate.spec 6 Apr 2005 09:58:28 -0000 1.1 +++ python-cherrytemplate.spec 16 May 2005 14:44:44 -0000 1.2 @@ -3,7 +3,7 @@ Name: python-cherrytemplate Version: 1.0.0 -Release: 1 +Release: 2%{?dist} Summary: An easy and powerful templating module for Python Group: Development/Libraries License: BSD @@ -51,5 +51,8 @@ %ghost %{python_sitelib}/cherrytemplate/unittest/*.pyo %changelog +* Mon May 16 2005 Gijs Hollestelle 1.0.0-2 +- Added dist tag + * Wed Mar 23 2005 Gijs Hollestelle 1.0.0-1 - Initial Fedora Package From fedora-extras-commits at redhat.com Mon May 16 14:44:46 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Mon, 16 May 2005 10:44:46 -0400 Subject: rpms/python-cherrytemplate/devel python-cherrytemplate.spec, 1.1, 1.2 Message-ID: <200505161445.j4GEjHgk011570@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/rpms/python-cherrytemplate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11524/devel Modified Files: python-cherrytemplate.spec Log Message: Adding dist tag to make devel version newer than FC3 version. Index: python-cherrytemplate.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrytemplate/devel/python-cherrytemplate.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-cherrytemplate.spec 6 Apr 2005 09:58:28 -0000 1.1 +++ python-cherrytemplate.spec 16 May 2005 14:44:44 -0000 1.2 @@ -3,7 +3,7 @@ Name: python-cherrytemplate Version: 1.0.0 -Release: 1 +Release: 2%{?dist} Summary: An easy and powerful templating module for Python Group: Development/Libraries License: BSD @@ -51,5 +51,8 @@ %ghost %{python_sitelib}/cherrytemplate/unittest/*.pyo %changelog +* Mon May 16 2005 Gijs Hollestelle 1.0.0-2 +- Added dist tag + * Wed Mar 23 2005 Gijs Hollestelle 1.0.0-1 - Initial Fedora Package From fedora-extras-commits at redhat.com Mon May 16 14:47:07 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Mon, 16 May 2005 10:47:07 -0400 Subject: common tobuild,1.488,1.489 Message-ID: <200505161447.j4GEl7QX011661@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11644 Modified Files: tobuild Log Message: request build of rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-2_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.488 retrieving revision 1.489 diff -u -r1.488 -r1.489 --- tobuild 16 May 2005 12:28:53 -0000 1.488 +++ tobuild 16 May 2005 14:47:05 -0000 1.489 @@ -42,3 +42,4 @@ tmraz rpms/vpnc/devel vpnc-0_3_3-1 devel tagoh rpms/uim/devel uim-0_4_6-3 devel toshio rpms/blender/devel blender-2_36-2 development +gijs rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-2_fc3 fc3 From fedora-extras-commits at redhat.com Mon May 16 14:47:41 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Mon, 16 May 2005 10:47:41 -0400 Subject: common tobuild,1.489,1.490 Message-ID: <200505161447.j4GElfDn011689@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11672 Modified Files: tobuild Log Message: request build of rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.489 retrieving revision 1.490 diff -u -r1.489 -r1.490 --- tobuild 16 May 2005 14:47:05 -0000 1.489 +++ tobuild 16 May 2005 14:47:39 -0000 1.490 @@ -43,3 +43,4 @@ tagoh rpms/uim/devel uim-0_4_6-3 devel toshio rpms/blender/devel blender-2_36-2 development gijs rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-2_fc3 fc3 +gijs rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-2_fc4 devel From fedora-extras-commits at redhat.com Mon May 16 15:04:46 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 16 May 2005 11:04:46 -0400 Subject: mock README,1.2,1.3 mock.py,1.2,1.3 Message-ID: <200505161504.j4GF4k9P012640@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12631 Modified Files: README mock.py Log Message: - default now the default config file - checks for membership in mock group before running - run yum update if the chroot is set to not be cleaned out Index: README =================================================================== RCS file: /cvs/fedora/mock/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README 16 May 2005 06:27:02 -0000 1.2 +++ README 16 May 2005 15:04:44 -0000 1.3 @@ -25,14 +25,9 @@ - outputs little unless it needs to. -TODO: make readme -TODO: make mock check the user's groups and error nicely if they are not in - the mock group TODO: make other UID/GID's than 500 work TODO: document more TODO: man page? -TODO: make default.cfg the default config file to look ast TODO: symlink fedora-development-i386-core.cfg to default.cfg -TODO: if clean is not set then run 'yum update' on the tree instead TODO: changelog TODO: check on it working with yum 2.2.X on FC3/EL4, too. Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mock.py 16 May 2005 06:27:02 -0000 1.2 +++ mock.py 16 May 2005 15:04:44 -0000 1.3 @@ -26,6 +26,8 @@ import tempfile import shutil import types +import grp +import pwd from optparse import OptionParser __VERSION__ = '0.1' @@ -143,7 +145,11 @@ def prep(self): self.state('Starting Prep') self._prep_install() - cmd = 'groupinstall %s' % self.config['buildgroup'] + if self.config['clean']: + cmd = 'groupinstall %s' % self.config['buildgroup'] + else: + cmd = 'update' + self.yum(cmd) self._prep_build() self.state('Finished Prep') @@ -556,7 +562,8 @@ usage = "usage: mock [options] /path/to/srpm" parser = OptionParser(usage=usage, version=__VERSION__) parser.add_option("-r", action="store", type="string", dest="chroot", - default='chroot.cfg', help="chroot name/config file name default: %default") + default='default', + help="chroot name/config file name default: %default") parser.add_option("--no-clean", action ="store_true", dest="dirty", help="do not clean chroot before building") parser.add_option("--arch", action ="store", dest="arch", @@ -569,6 +576,20 @@ return parser.parse_args() def main(): + # before we go on, make sure the user is a member of the 'mock' group. + member = False + for item in os.getgroups(): + try: + grptup = grp.getgrgid(item) + except KeyError, e: + continue + if grptup[0] == 'mock': + member = True + + if not member: + print "You need to be a member of the mock group for this to work" + sys.exit(1) + # config path config_path='/etc/mock' From fedora-extras-commits at redhat.com Mon May 16 15:07:54 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 16 May 2005 11:07:54 -0400 Subject: mock mock.py,1.3,1.4 Message-ID: <200505161507.j4GF7sUw012655@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12647 Modified Files: mock.py Log Message: pychecker is my friend Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mock.py 16 May 2005 15:04:44 -0000 1.3 +++ mock.py 16 May 2005 15:07:51 -0000 1.4 @@ -21,13 +21,11 @@ import commands import rpmUtils import rpm -import sha import glob -import tempfile import shutil import types import grp -import pwd + from optparse import OptionParser __VERSION__ = '0.1' @@ -527,11 +525,11 @@ self.do_chroot(cmd, fatal=True) # create dir structure - for dir in ('RPMS', 'SRPMS', 'SOURCES', 'SPECS', 'BUILD', 'originals'): - cmd = "mkdir -p %s/%s" % (self.builddir, dir) + for subdir in ('RPMS', 'SRPMS', 'SOURCES', 'SPECS', 'BUILD', 'originals'): + cmd = "mkdir -p %s/%s" % (self.builddir, subdir) self.do_chroot(cmd, fatal = True) cmd = "chown %s.%s %s/%s" % (self.config['chrootuser'], - self.config['chrootgroup'], self.builddir, dir) + self.config['chrootgroup'], self.builddir, subdir) self.do_chroot(cmd, fatal = True) # rpmmacros default From fedora-extras-commits at redhat.com Mon May 16 15:14:15 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Mon, 16 May 2005 11:14:15 -0400 Subject: common tobuild,1.490,1.491 Message-ID: <200505161514.j4GFEFQL012687@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12670 Modified Files: tobuild Log Message: request build of rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.490 retrieving revision 1.491 diff -u -r1.490 -r1.491 --- tobuild 16 May 2005 14:47:39 -0000 1.490 +++ tobuild 16 May 2005 15:14:13 -0000 1.491 @@ -44,3 +44,4 @@ toshio rpms/blender/devel blender-2_36-2 development gijs rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-2_fc3 fc3 gijs rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-2_fc4 devel +otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel From fedora-extras-commits at redhat.com Mon May 16 18:31:09 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 14:31:09 -0400 Subject: rpms/unison/FC-3 unison-fix.patch,NONE,1.1 unison.spec,1.5,1.6 Message-ID: <200505161831.j4GIV9JL015782@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/unison/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15762 Modified Files: unison.spec Added Files: unison-fix.patch Log Message: patch: http://groups.yahoo.com/group/unison-users/message/3200 unison-fix.patch: --- NEW FILE unison-fix.patch --- --- unison-2.10.2/transport.ml.fix 2005-05-16 20:23:51.000000000 +0200 +++ unison-2.10.2/transport.ml 2005-05-16 20:24:37.000000000 +0200 @@ -15,7 +15,8 @@ match uiFrom, uiTo with _, Updates (File (props, ContentsUpdated (_, _, ress)), _) -> (Props.length props, Osx.ressLength ress) - | Updates (File _, Previous (_, props, _, ress)), NoUpdates -> + | Updates (_, Previous (`FILE, props, _, ress)), + (NoUpdates | Updates (File (_, ContentsSame), _)) -> (Props.length props, Osx.ressLength ress) | _ -> assert false Index: unison.spec =================================================================== RCS file: /cvs/extras/rpms/unison/FC-3/unison.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- unison.spec 7 Mar 2005 21:09:02 -0000 1.5 +++ unison.spec 16 May 2005 18:31:06 -0000 1.6 @@ -1,6 +1,6 @@ Name: unison Version: 2.10.2 -Release: 2 +Release: 4 Summary: File-synchronization tool Group: Applications/File @@ -8,7 +8,7 @@ URL: http://www.cis.upenn.edu/~bcpierce/unison Source: http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/unison-2.10.2/unison-2.10.2.tar.gz Source1: unison.png -#Patch: unison-uigtk.patch +Patch0: unison-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ocaml >= 3.08, lablgtk >= 2.4.0, tetex-latex BuildRequires: desktop-file-utils @@ -24,7 +24,7 @@ %prep %setup -q -#%patch -p1 +%patch0 -p1 %build make %{?_smp_mflags} NATIVE=true UISTYLE=gtk2 @@ -70,6 +70,9 @@ %{_datadir}/pixmaps/* %changelog +* Mon May 16 2005 Gerard Milmeister - 2.10.2-4 +- Patch: http://groups.yahoo.com/group/unison-users/message/3200 + * Thu Feb 24 2005 Michael Schwendt - 0:2.10.2-2 - BR gtk2-devel - Added NEWS and README docs From fedora-extras-commits at redhat.com Mon May 16 18:31:46 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 14:31:46 -0400 Subject: rpms/unison/devel unison-fix.patch,NONE,1.1 unison.spec,1.7,1.8 Message-ID: <200505161831.j4GIVkPD015813@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/unison/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15793 Modified Files: unison.spec Added Files: unison-fix.patch Log Message: patch: http://groups.yahoo.com/group/unison-users/message/3200 unison-fix.patch: --- NEW FILE unison-fix.patch --- --- unison-2.10.2/transport.ml.fix 2005-05-16 20:23:51.000000000 +0200 +++ unison-2.10.2/transport.ml 2005-05-16 20:24:37.000000000 +0200 @@ -15,7 +15,8 @@ match uiFrom, uiTo with _, Updates (File (props, ContentsUpdated (_, _, ress)), _) -> (Props.length props, Osx.ressLength ress) - | Updates (File _, Previous (_, props, _, ress)), NoUpdates -> + | Updates (_, Previous (`FILE, props, _, ress)), + (NoUpdates | Updates (File (_, ContentsSame), _)) -> (Props.length props, Osx.ressLength ress) | _ -> assert false Index: unison.spec =================================================================== RCS file: /cvs/extras/rpms/unison/devel/unison.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- unison.spec 6 Apr 2005 22:13:34 -0000 1.7 +++ unison.spec 16 May 2005 18:31:44 -0000 1.8 @@ -1,6 +1,6 @@ Name: unison Version: 2.10.2 -Release: 3 +Release: 4 Summary: File-synchronization tool @@ -9,7 +9,7 @@ URL: http://www.cis.upenn.edu/~bcpierce/unison Source: http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/unison-2.10.2/unison-2.10.2.tar.gz Source1: unison.png -#Patch: unison-uigtk.patch +Patch0: unison-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ocaml >= 3.08, lablgtk >= 2.4.0, tetex-latex BuildRequires: desktop-file-utils @@ -25,7 +25,7 @@ %prep %setup -q -#%patch -p1 +%patch0 -p1 %build make %{?_smp_mflags} NATIVE=true UISTYLE=gtk2 @@ -71,6 +71,9 @@ %{_datadir}/pixmaps/* %changelog +* Mon May 16 2005 Gerard Milmeister - 2.10.2-4 +- Patch: http://groups.yahoo.com/group/unison-users/message/3200 + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Mon May 16 18:32:36 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 14:32:36 -0400 Subject: common tobuild,1.491,1.492 Message-ID: <200505161832.j4GIWaGa015870@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15853 Modified Files: tobuild Log Message: request build of rpms/unison/FC-3 unison-2_10_2-4 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.491 retrieving revision 1.492 diff -u -r1.491 -r1.492 --- tobuild 16 May 2005 15:14:13 -0000 1.491 +++ tobuild 16 May 2005 18:32:34 -0000 1.492 @@ -45,3 +45,4 @@ gijs rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-2_fc3 fc3 gijs rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-2_fc4 devel otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel +gemi rpms/unison/FC-3 unison-2_10_2-4 FC3 From fedora-extras-commits at redhat.com Mon May 16 18:43:46 2005 From: fedora-extras-commits at redhat.com (Elliot Lee (sopwith)) Date: Mon, 16 May 2005 14:43:46 -0400 Subject: fedora-release index.html,1.3,1.4 Message-ID: <200505161843.j4GIhkTA015910@cvs-int.fedora.redhat.com> Author: sopwith Update of /cvs/fedora/fedora-release In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15902 Modified Files: index.html Log Message: no offsite.js Index: index.html =================================================================== RCS file: /cvs/fedora/fedora-release/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.html 4 May 2005 18:40:31 -0000 1.3 +++ index.html 16 May 2005 18:43:43 -0000 1.4 @@ -7,7 +7,6 @@ @import url("css/content.css"); @import url("css/docbook.css"); - From fedora-extras-commits at redhat.com Mon May 16 19:32:20 2005 From: fedora-extras-commits at redhat.com (Elliot Lee (sopwith)) Date: Mon, 16 May 2005 15:32:20 -0400 Subject: fedora-release index.html,1.4,1.5 Message-ID: <200505161932.j4GJWKwh016875@cvs-int.fedora.redhat.com> Author: sopwith Update of /cvs/fedora/fedora-release In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16867 Modified Files: index.html Log Message: sync Index: index.html =================================================================== RCS file: /cvs/fedora/fedora-release/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.html 16 May 2005 18:43:43 -0000 1.4 +++ index.html 16 May 2005 19:32:17 -0000 1.5 @@ -12,7 +12,7 @@ - +
    -

    3.2.?Customizing Emacs

    +

    3.2. Customizing Emacs

    The colors, font, and geometry (default size of window) for Emacs in your ~/.Xresources file. The format for the settings is emacs.keyword:value @@ -31,9 +31,9 @@

     xrdb -merge ~/.Xresources
     

    - and restart Emacs for the changes to take + and restart Emacs for the changes to take place. -

    +

    -

    3.6.?Examples

    +

    3.6. Examples

    The table or reference card of Emacs and PSGML commands can be confusing for beginners. This section provides some examples of how to use them. -

    3.6.1.?Tag Completion

    [Note]Note

    This section assumes that you have already loaded the DTD file +

    3.6.1. Tag Completion

    [Note]Note

    This section assumes that you have already loaded the DTD file (.ced).

    Instead of typing a tag each time you need to use it, use - the key combination Ctrl-c, - followed by <. At the bottom of the - Emacs window, you will see: + the key combination Ctrl-c, + followed by <. At the bottom of the + Emacs window, you will see:

     Tag: <
     

    - To view a list of available tags, use either the Tab - or ?. Or, if you know the first few letters of a tag, - you can enter them followed by Tab for a complete + To view a list of available tags, use either the Tab + or ?. Or, if you know the first few letters of a tag, + you can enter them followed by Tab for a complete list of available tags beginning with those letters or for a tag completion.

    - Try the following: Type Ctrl-c - followed by <. Then enter the letter - k, followed by Tab. You may have to - use the Tab key several times to get a complete list. + Try the following: Type Ctrl-c + followed by <. Then enter the letter + k, followed by Tab. You may have to + use the Tab key several times to get a complete list.

    The output should look similar to the example below:

    @@ -41,44 +41,44 @@
     <keycap>                 <keycode>
     <keycombo>               <keysym>
     
    -

    3.6.2.?Tag Closure

    +

    3.6.2. Tag Closure

    Once you have started the tag of choice, you must close it. The easiest way to close an open tag is to use the keycombo - Ctrl-c, followed by - /. This will close the closest open tag you have. -

    3.6.3.?Other Emacs Tasks

    - Working with one window: Sometimes in - Emacs the window becomes split (with tags + Ctrl-c, followed by + /. This will close the closest open tag you have. +

    3.6.3. Other Emacs Tasks

    + Working with one window: Sometimes in + Emacs the window becomes split (with tags completions or other text in the bottom window). The easiest way to get it back so that only your XML and text appear on one screen is to - use the keycombo Ctrl-x, followed by - 1. + use the keycombo Ctrl-x, followed by + 1.

    - Saving your work: To save your work, use the - following keycombo, Ctrl-x followed by - Ctrl-s. + Saving your work: To save your work, use the + following keycombo, Ctrl-x followed by + Ctrl-s.

    - The "clear/quit" command: I have found on some + The "clear/quit" command: I have found on some occasions that I have gotten too far into the tag completion process and need to just exit back out to my text. The easiest way to do this is the - keycombo Ctrl-g. This command quits + keycombo Ctrl-g. This command quits what you have been doing within the file, without quitting the file itself.

    - Opening a new file: To open a new file, use the - keycombo Ctrl-x followed by - Ctrl-f. At the bottom of the emacs + Opening a new file: To open a new file, use the + keycombo Ctrl-x followed by + Ctrl-f. At the bottom of the emacs window, you will be able to enter in the file name (using - Tab completion if needed) of the file you wish to + Tab completion if needed) of the file you wish to open.

    - Closing emacs: The easiest way to close - emacs is to use the keycombo - Ctrl-x followed by - Ctrl-c. If you have not saved your work, + Closing emacs: The easiest way to close + emacs is to use the keycombo + Ctrl-x followed by + Ctrl-c. If you have not saved your work, it will prompt you to save the file, otherwise it will just quit the current emacs session you have been working with. -

    +

    -

    3.4.?Load the Parsed DTD

    +

    3.4. Load the Parsed DTD

    Now that you have saved the DTD settings, you can load the .ced file and see the syntax highlighting for your .sgml files. @@ -26,7 +26,7 @@

    [Tip]Tip

    You can also use the Emacs command Meta-x sgml-load-dtd to load the parsed DTD. -

    +

    -

    4.3.?Additional Resources

    +

    4.3. Additional Resources

    Additional Emacs and nXML references are available at the following locations:

    +

    -

    4.4.?nXML README File

    [Note]Note

    +

    4.4. nXML README File

    [Note]Note

    This file can be found in the directory you extracted the source into, or in /usr/share/doc/nxml-mode-<version>/ @@ -113,7 +113,7 @@ James Clark

    jjc at thaiopensource.com -

    +

    -

    4.2.?Examples

    +

    4.2. Examples

    Compared to PSGML mode there are only couple of commands that you - need. This speeds up writing with Emacs + need. This speeds up writing with Emacs considerably, which means you can concentrate more on the content of your article. -

    4.2.1.?Commands

    +

    4.2.1. Commands

    To create a tag, type < and then type the keyword. To complete the keyword, press Ctrl-Ret, then add the last >. To close a tag, type @@ -26,14 +26,14 @@ Ctrl-s and navigate to /usr/share/emacs/site-lisp/nxml-mode/schema/ and load - docbook.rnc. Emacs + docbook.rnc. Emacs will then prompt you to save it in the current working directory.

    [Tip]Tip

    The commands already discussed are the only differences between - using Emacs with PSGML mode and - Emacs with nXML mode. You will still need - to use all the same commands as discussed in Section?3.5, “Basic Emacs Commands”. -

    + using Emacs with PSGML mode and + Emacs with nXML mode. You will still need + to use all the same commands as discussed in Section 3.5, “Basic Emacs Commands”. +

    -

    2.4.?Screenshots

    +

    2.4. Screenshots

    There are two types of screenshots: graphical and textual. The philosophy on using these two types is rely on text over graphics. This means, if you can say it in text instead of @@ -28,17 +28,17 @@ Set the theme to Bluecurve defaults. This gives a look that is familiar to most readers, and makes Fedora Documentation Project documents consistent. From the panel menu, choose - Preferences, - Theme and select - Bluecurve from the theme list. + Preferences, + Theme and select + Bluecurve from the theme list.

  • Set fonts to Bluecurve defaults as well. From the panel menu, - choose Preferences, - Fonts. Set the - Application font and the - Desktop font to Sans Regular 10. Set the - Window Title font to Sans Bold 10. Set - the Terminal font to Monospace Regular + choose Preferences, + Fonts. Set the + Application font and the + Desktop font to Sans Regular 10. Set the + Window Title font to Sans Bold 10. Set + the Terminal font to Monospace Regular 10.

  • Before taking the screenshot, try to resize the targeted GUI @@ -49,35 +49,35 @@

  • To take the screenshot, select the GUI element with your mouse, bringing it to the forefront, or otherwise arranging - the elements. Press Alt-Print Screen to capture a single + the elements. Press Alt-Print Screen to capture a single GUI window. For capturing the entire desktop use - Print Screen. If you are taking a shot of + Print Screen. If you are taking a shot of multiple elements and have grouped them closely together, you - can crop the resulting image in The - GIMP. The image will be in the PNG format. + can crop the resulting image in The + GIMP. The image will be in the PNG format.

  • - If you need to, you can resize using The - GIMP. With the image open, right-click on it - and choose Image -> Scale - Image.... With the chain symbol intact, set the - New Width to 500 px, - and click OK. Be sure to Ctrl-s to save + If you need to, you can resize using The + GIMP. With the image open, right-click on it + and choose Image -> Scale + Image.... With the chain symbol intact, set the + New Width to 500 px, + and click OK. Be sure to Ctrl-s to save your changes to your PNG before converting to EPS.

  • - With the image open in The GIMP, - right-click on the image, selecting File - -> Save As.... Under - Determine File Type:, select - PostScript, then click - OK. Allow flattening of the image by - clicking Export. + With the image open in The GIMP, + right-click on the image, selecting File + -> Save As.... Under + Determine File Type:, select + PostScript, then click + OK. Allow flattening of the image by + clicking Export.

    - In the Save as PostScript window, select - Encapsulated PostScript, and click - OK. + In the Save as PostScript window, select + Encapsulated PostScript, and click + OK.

  • For more information about calling the images from the XML, refer - to Section?6.12, “figure”. + to Section 6.12, “figure”.

    Text Screenshot

    Textual screen information is also useful for readers. If you use a graphical screenshot to illustrate a function, and the textual mode has identical functions, you should not include @@ -89,7 +89,7 @@ userinput tags, and what the user is shown as output should be in computeroutput tags. For example, the usage in - Example?2.1 should look like Example?2.2. + Example 2.1, “Incorrect Textual Screenshot” should look like Example 2.2, “Correct Textual Screenshot”.

     ps ax | grep ssh
     
    @@ -100,7 +100,7 @@
     17227 pts/2    S      0:10 ssh rbalboa at smbshare2
     21113 pts/7    S      1:19 ssh rocky at xxx.private
     
    -	      

    Example?2.1.?Incorrect Textual Screenshot

    +

    Example 2.1. Incorrect Textual Screenshot

    To find all the currently active ssh sessions, execute the following command:

    @@ -114,9 +114,9 @@
      8032 pts/0    S      0:00 ssh user at host.example.com
      8032 pts/1    S      0:00 ssh root at backup.example.com
     
    -	      

    Example?2.2.?Correct Textual Screenshot

    - For more information about using screen, refer to Section?6.22, “screen”. -

    +

    Example 2.2. Correct Textual Screenshot

    + For more information about using screen, refer to Section 6.22, “screen”. +

    -

    7.2.?Including the License Information

    +

    7.2. Including the License Information

    All Fedora Project manuals must contain the file legalnotice.xml. This file makes the license for the file the GNU Free Documentation License (FDL).

    The sample parent file shows how it is included. -

    +

    -

    5.3.?Additional VIM Resources

    +

    5.3. Additional VIM Resources

    Additional information about VIM may be found from:

    • Example sgml-vimrc from the Beginner's guide to @@ -22,7 +22,7 @@ the vim-common package — /usr/share/vim/<version>/doc/intro.txt or type :help intro from within VIM -

    +

    -

    5.2.?Keymapping with VIM

    +

    5.2. Keymapping with VIM

    VIM can speed up your DocBook creation by mapping frequently typed tags (or any words or phrases) onto short key combinations. By default, the keymap leader is the backslash (\), but it can be @@ -52,8 +52,8 @@

    Unfortunately, there is not currently a complete macro set for all DocBook commands, so you will need to define them yourself or customize - the definitions in the examples from Section?5.3, “Additional VIM Resources”. -

    + the definitions in the examples from Section 5.3, “Additional VIM Resources”. +

    -

    2.3.?Admonitions

    There are five types of admonitions in DocBook: Caution, Important, +

    2.3. Admonitions

    There are five types of admonitions in DocBook: Caution, Important, Note, Tip, and Warning.

    All of the admonitions have the same structure: an optional Title followed by paragraph-level elements. The DocBook DTD does not impose any specific semantics on the individual admonitions. For example, DocBook does not mandate that Warnings be reserved for cases where bodily harm can - result.

    2.3.1.?Creating Notes, Tips, Cautions, Importants, and Warnings

    There are several ways to bring attention to text within a + result.

    2.3.1. Creating Notes, Tips, Cautions, Importants, and Warnings

    There are several ways to bring attention to text within a document. A Note is used to bring additional information to the users' attention. A Tip is used to show the user helpful information or another way to do @@ -62,7 +62,7 @@ <para>Body of text goes here.</para> </warning> -

    [Warning]Warning

    Body of text goes here.

    +
    [Warning]Warning

    Body of text goes here.

    -

    2.2.?File Header

    +

    2.2. File Header

    All the files must contain the CVS Id header.

    If you create a new file, the first line must be: @@ -23,7 +23,7 @@ <!-- $Id$ --> -

    +
    -

    6.27.?ulink

    +

    6.27. ulink

    To create a URL link within your text, use the following example:

     
    @@ -25,7 +25,7 @@
     	  If the URL does not end in a filename, it must end in a slash
     	  (/) to be a properly formed URL. For
     	  example, http://www.redhat.com/.
    -	

    +

    -

    6.2.?application

    An application is the name of a GUI software program. A command is +

    6.2. application

    An application is the name of a GUI software program. A command is the name of an executable (text) program or a software command.

    The <application> and </application> tags allow you to refer to an application or program. For example, the following XML: @@ -21,9 +21,9 @@

    produces the following output:

    - To view the Web in Linux, you can use Mozilla - or lynx if you only want a text-based browser. -

    + To view the Web in Linux, you can use Mozilla + or lynx if you only want a text-based browser. +

    -

    6.3.?chapter

    +

    6.3. chapter

    A DocBook book can be divided into chapters such as:

     
    @@ -24,8 +24,8 @@
     

    The chapter can also be further divided into sections (sect1, sect2, - sect3, etc.). Refer to Section?6.23, “Sections” for details. -

    + sect3, etc.). Refer to Section 6.23, “Sections” for details. +

    -

    6.4.?citetitle

    +

    6.4. citetitle

    The <citetitle> tag provides formatting for a specific references (title can be manually typed out or if already - defined within your document set, given as an entity[1] + defined within your document set, given as an entity[1] ).

    For example:

    @@ -20,10 +20,10 @@
     

    The output looks like Installation Guide because &IG; is an entity. -



    [1] An +



    [1] An entity is a short hand way of referring to another manual or guide. It can be defined within the parent document or within a set of files that - your DTD references for your specific documentation set.

    + your DTD references for your specific documentation set.

    -

    6.5.?command

    An application is the name of a GUI software program. A command is +

    6.5. command

    An application is the name of a GUI software program. A command is the name of an executable (text) program or a software command. Any program that is a command line or text-based only tool is marked with command tags.

    If you have text that is a command, use the @@ -48,7 +48,7 @@ set to define options in a configuration file.

    Terms marked with command tags because there aren't exact tags for them: -

    • Options in configuration files such as Apache directives

    • daemon names

    +

    • Options in configuration files such as Apache directives

    • daemon names

    -

    6.6.?computeroutput

    +

    6.6. computeroutput

    To show computer output use the following tags:

     
    @@ -17,7 +17,7 @@
     	The output:
           

    Do you really want to delete this file? y n -

    +

    -

    6.7.?emphasis

    +

    6.7. emphasis

    To emphasis content, use the <emphasis> and </emphasis> tags. For example:

    @@ -22,7 +22,7 @@
     	This installation will remove all existing Linux
     	partitions on all hard drives in your system;
     	non-Linux partitions will not be removed.
    -      

    +

    -

    6.8.?example

    The <example> and +

    6.8. example

    The <example> and </example> tags are used to format text within a document and is great for adding emphasis to show examples of code, exercises, and more.

    The <example> tag set should be given an ID @@ -36,7 +36,7 @@ fixed-address 192.168.1.4; } -

    Example?6.1.?Static IP Address using DHCP

    +

    Example 6.1. Static IP Address using DHCP

    -

    6.12.?figure

    [Important]Important

    +

    6.12. figure

    [Important]Important

    Order matters! The EPS file must be declared first.

    @@ -46,8 +46,8 @@ <phrase>Some text description of this image</phrase> ==> "Some text..." would be edited

    - For more information on taking screenshots, refer to Section?2.4, “Screenshots”. -

    + For more information on taking screenshots, refer to Section 2.4, “Screenshots”. +

    -

    6.9.?filename

    +

    6.9. filename

    The <filename> and </filename> tags define a filename or path to a file. Since directories are just special files, they are marked with the @@ -28,13 +28,13 @@

    The output:

    - To use the Keyboard Configuration Tool, the + To use the Keyboard Configuration Tool, the redhat-config-keyboard RPM package must be installed.

    [Note]Note

    Directory names must end with a forward slash (/) to distinguish them from file names. -

    +

    -

    6.10.?firstterm

    +

    6.10. firstterm

    The <firstterm> and </firstterm> tags helps to define a word that may be unfamiliar to the user, but that will be seen commonly throughout @@ -22,7 +22,7 @@

    Nearly every modern-day operating system uses disk partitions, and Fedora Core is no exception. -

    +

    -

    6.11.?footnote

    +

    6.11. footnote

    If you need to make a footnote, use the following example:

     
    @@ -23,11 +23,11 @@
     

    The output:

    - For those of you who need to perform a server-class [2] installation, refer to the + For those of you who need to perform a server-class [2] installation, refer to the Installation Guide. -



    [2] A +



    [2] A server-class installation sets up a typical server environment. Please note, no - graphical environment is installed during a server-class installation.

    + graphical environment is installed during a server-class installation.

    -

    6.13.?GUI Tags

    6.13.1.?guilabel

    +

    6.13. GUI Tags

    6.13.1. guilabel

    Use the <guilabel> and </guilabel> tags as a default for GUI descriptions, like a screen name or screen title. For example: @@ -19,9 +19,9 @@

    The output:

    - The Authentication Configuration screen shows you how to + The Authentication Configuration screen shows you how to make your system more secure. -

    6.13.2.?guibutton

    +

    6.13.2. guibutton

    Use the <guibutton> and </guibutton> tags to denote a button on a screen or menu. For example: @@ -33,9 +33,9 @@

    The output:

    - Check the Activate on boot button to have the X + Check the Activate on boot button to have the X Window System start automatically. -

    6.13.3.?guiicon

    +

    6.13.3. guiicon

    The <guiicon> and </guiicon> tags are used to denote a panel or desktop icon. For example:

    @@ -45,9 +45,9 @@
     

    The output:

    - Double-click the Start Here icon on the desktop. -

    6.13.4.?guimenu and - guimenuitem

    + Double-click the Start Here icon on the desktop. +

    6.13.4. guimenu and + guimenuitem

    To note a menu (like in the installation program or within the control panel), use the <guimenu> and </guimenu> tags. @@ -66,11 +66,11 @@

    The output:

    - From the control panel, click on Main Menu => - Programming => - Emacs to start the - Emacs text editor. -

    + From the control panel, click on Main Menu => + Programming => + Emacs to start the + Emacs text editor. +

    -

    6.17.?Index Entries

    The following command sequence shows you the code inserted into +

    6.17. Index Entries

    The following command sequence shows you the code inserted into the body of the text to add an index entry to your document:

     
    @@ -16,11 +16,11 @@
     <secondary>bar</secondary> <-- "bar" will be listed under "foo" 
     </indexterm> <-- closes this index entry
     
    -

    The <seealso> tag allows you to +

    The <seealso> tag allows you to reference another index entry or refer to another manual. Make sure the <seealso> reference you are pointing to has its own entry. For example: -

    +      

     
     <indexterm> 
     <primary>SWAK</primary> 
    @@ -32,10 +32,10 @@
     <primary>salutations</primary> 
     </indexterm>
     
    -

    +

    The <see> tag allows you to reference to another index entry entirely. For example: -

    +      

     
     <indexterm> 
     <primary>Guinness</primary> 
    @@ -48,14 +48,14 @@
     <primary>beer</primary>
     </indexterm>
     
    -

    To view the HTML output of the index entries shown here, refer +

    To view the HTML output of the index entries shown here, refer to the generated-index.php file at the end of this document.

    How does the index get generated? If indexterms exist in the document and the beginning and ending index tags exist before the end tag for the book or article, an index is created because of the generate.index stylesheet parameter, which is set to true by default. -

    +

    -

    6.14.?keycap

    +

    6.14. keycap

    To denote a specific key, you will need to use the <keycap> and </keycap> tags. Brackets are automatically added around the keycap, so do not add @@ -19,8 +19,8 @@

    The output:

    - To make your selection, press the Enter key. -

    6.14.1.?menuchoice

    + To make your selection, press the Enter key. +

    6.14.1. menuchoice

    Often using a mouse is tedious for common tasks. Therefore, programmers often build in keyboard-shortcuts to simplify their program. These should be described using the shortcut tag as a wrapper @@ -41,8 +41,8 @@ The output:

    Go to the menu bar and choose: - File->Save (Ctrl-s). -

    6.14.2.?keycombo

    + File->Save (Ctrl-s). +

    6.14.2. keycombo

    To illustrate a key combination, you need to use the <keycombo> and </keycombo>, @@ -58,8 +58,8 @@ The output:

    To reboot your system, press - Ctrl-Alt-Del. -

    + Ctrl-Alt-Del. +

    -

    6.15.?Lists

    There are several types of lists you can create using XML. You +

    6.15. Lists

    There are several types of lists you can create using XML. You can have a itemized (bulleted) list, a ordered (numbered) list, or a variable list (presents a term and then a separate paragraph).

    There is also a list format for tables and for for creating a list of glossary terms and their definitions.

    The sections below will discuss the proper uses for the various - list and how to create them.

    6.15.1.?itemizedlist

    An ItemizedList is best used to present + list and how to create them.

    6.15.1. itemizedlist

    An ItemizedList is best used to present information that is important for the reader to know, but that does not need to be in a specific order. It is shorter than a VariableList and presents the information in a @@ -38,7 +38,7 @@ </listitem> </itemizedlist> -

    The output looks like:

    • Getting familiar with the installation program's user interface

    • Starting the installation program

    • Selecting an installation method

    6.15.2.?OrderedList

    An orderedlist is best used to present +

    The output looks like:

    • Getting familiar with the installation program's user interface

    • Starting the installation program

    • Selecting an installation method

    6.15.2. OrderedList

    An orderedlist is best used to present information that is important for the reader to know in a specific order. orderedlists are a good way to convey step-by-step senarios to the audience you are writing for.

    @@ -82,7 +82,7 @@ errata. Using these URLs, you can download any necessary diskette images. Please note: use binary mode when transferring a diskette image. -

    6.15.3.?Variablelist

    A variablelist best represents a list of +

    6.15.3. Variablelist

    A variablelist best represents a list of terms and definitions or descriptions for those terms.

    To create a variablelist, use the following command sequence:

    [Note]Note

    Notice below that the text for the list @@ -125,7 +125,7 @@ Do not specify the frame attribute to the table. Doing so breaks PDF production. -

    6.15.4.?Creating a List Within a Table Using Simplelist

    A simplelist is an unadorned list of +

    6.15.4. Creating a List Within a Table Using Simplelist

    A simplelist is an unadorned list of items. simplelists can be inline or arranged in columns.

    We use simplelist to add separate paragraphs of text within a table element. A regular list, such as @@ -204,11 +204,11 @@ utility.Onboard termination is disabled when the power is off, unless jumpers are used to enforce termination.
    Set the onboard termination to automatic (the default).
    Use the internal SCSI connector for private - (non-cluster) storage.

    Table?6.1.?Host Bus Adapter Features and Configuration Requirements

    [Note]Note

    Notice how the SimpleList tags are + (non-cluster) storage.

    Table 6.1. Host Bus Adapter Features and Configuration Requirements

    [Note]Note

    Notice how the SimpleList tags are used. The <entry> and <simplelist> tags must be aligned beside one another, otherwise you will receive a parsing error.

    For each paragraph or list item to be added within a SimpleList, the <member> tag set must be - added around that particular text item.

    6.15.5.?glosslist

    Use the glosslist command set to create a + added around that particular text item.

    6.15.5. glosslist

    Use the glosslist command set to create a list of glossary terms and their definitions.

    In XML, an example looks like the following:

     
     	  <glosslist>
    @@ -241,7 +241,7 @@
     	  The output looks like:
     	

    applet

    A small application, usually a utility or other simple program.

    architecture

    The design for organization and integration of components within a computer or computer system.

    archive

    To transfer files into storage for the purpose of saving - space and/or organization.

    + space and/or organization.

    -

    6.16.?option

    If you have a command that offers an option or a flag, use the +

    6.16. option

    If you have a command that offers an option or a flag, use the <option> and </option> tags.

    [Note]Note

    The <option> tag set is only meant to be used for command @@ -20,7 +20,7 @@

    The output:

    For example, with the command ls you can - specify an option such as -la.

    + specify an option such as -la.

    -

    6.18.?para

    For any paragraph, the <para> and +

    6.18. para

    For any paragraph, the <para> and </para> tags must open and close that particular paragraph.

    Do not use para tags around anything other than a simple paragraph. Doing so will create additional white space within the text itself.

    Do not use <para> tags around the following (or, to put this another way, do not embed the - following within <para> tags):

    • <screen>

    • <itemizedlist>

    • <orderedlist>

    • <variablelist>

    • <table>

    -

    6.19.?part

    +

    6.19. part

    In the parent file, you can separate the chapters into parts to divide them into logical groups. For example, in the parent file, the part tags surround the chapter entities: @@ -38,7 +38,7 @@ In the HTML output, a separate HTML page is generated with the part number, title, introduction, and TOC. In the PDF output, the same information about the part is on a separate page. -

    +

    -

    6.20.?prompt

    +

    6.20. prompt

    To show a prompt, such as a root or DOS prompt, use the <prompt> and </prompt> commands. For example: @@ -29,7 +29,7 @@ When showing example computer output (usually in screen tags), do not include the prompt or command (unless the command or prompt is the actually computer output you want - to show).

    + to show).

    -

    6.21.?replaceable

    +

    6.21. replaceable

    To create replaceable text, use the tags <replaceable> and </replaceable> around the text you want to use as a @@ -21,7 +21,7 @@ The output:

     foo-version-number.arch.rpm
    -
    +
    -

    6.22.?screen

    +

    6.22. screen

    The <screen> command is used to format text within a document and is great for adding emphasis to show examples of code, computer output, and more. In HTML with the Fedora CSS file, this @@ -48,7 +48,7 @@

     This is an example of a screen.  You do not need <para> tags
     within this command.
    -

    6.22.1.?Using Inline Tags with screen

    +

    6.22.1. Using Inline Tags with screen

    If you choose to use inline tags inside a <screen> section, follow these guidelines for consistency. If the content in the screen is a listing of a @@ -112,8 +112,8 @@ GRAPHICAL=yes

    For an explanation of how to use the replaceable - tags within a set of screen tags, refer to Section?6.21, “replaceable”. -

    + tags within a set of screen tags, refer to Section 6.21, “replaceable”. +

    -

    6.23.?Sections

    Within an article (or chapter if it is a DocBook XML book like the +

    6.23. Sections

    Within an article (or chapter if it is a DocBook XML book like the Installation Guide), you can have sections and subsections. <sect1> is always the highest section and you cannot have two sections of the same level within one @@ -58,7 +58,7 @@ </para> </section> -

    +
    -

    6.24.?table

    +

    6.24. table

    The following is an example of creating a table.

     <table id="tb-mockup-before-begin">
    @@ -78,10 +78,10 @@
     </tbody> 
     </tgroup> 
     </table> 
    -
    Features GNOMEKDE
    highly configurableyesyes
    multiple window managers yesyes
    Internet applicationsyes yes

    Table?6.2.?Available Features of GNOME and KDE

    6.24.1.?Creating a List Within a Table

    Creating a list within a table can be a difficult task. It +

    Features GNOMEKDE
    highly configurableyesyes
    multiple window managers yesyes
    Internet applicationsyes yes

    Table 6.2. Available Features of GNOME and KDE

    6.24.1. Creating a List Within a Table

    Creating a list within a table can be a difficult task. It requires strict formatting and a set of commands that are not available for command completion in - Emacs.

    The tags you will need to use are + Emacs.

    The tags you will need to use are <simplelist> and <member>.

    The following example will show you the proper formatting for creating a list within a table.

    @@ -147,7 +147,7 @@
     		      Europe) Latent support is provided for the following
     		      serial attached power switch.  This switch has not yet
     		      been fully tested:APC Serial On/Off Switch (partAP9211), http://www.apc.com/Strongly recommended for data integrity under all failure
    -		  conditions

    Table?6.3.?Power Switch Hardware Table

    + conditions

    Table 6.3. Power Switch Hardware Table

    -

    6.25.?trademark

    Do not use the trademark entities &trade;, &copy;, or +

    6.25. trademark

    Do not use the trademark entities &trade;, &copy;, or &reg; because the do not produce HTML output that works for all charsets. The HTML output produces by these entities are declared in the DTD and cannot be changed via the stylesheet.

    Instead, use the trademark tag and its @@ -18,7 +18,7 @@ <trademark class="registered">registered trademark symbol after me</trademark> <trademark class="copyright">copyright symbol after me</trademark> -

    +
    -

    6.26.?userinput

    +

    6.26. userinput

    To show what a user would type, use the userinput tag. For example:

    @@ -22,7 +22,7 @@
     	At the prompt, type:
           

    dd if=boot.img of=/dev/fd0 bs=1440k -

    +

    -

    6.28.?wordasword

    The <wordasword> tag set is used to define a word meant +

    6.28. wordasword

    The <wordasword> tag set is used to define a word meant specifically as a word and not representing anything else.

    A lot of technical documentation contains words that have overloaded meanings. Sometimes it is useful to be able to use a word without invoking its technical meaning. The <wordasword> element identifies a word or @@ -27,7 +27,7 @@ linux.

    In the example, the word "linux" is just a word. It is not meant to convey anything about Linux as a subject, or to add relevance or meaning to the content. It can be replaced with any other word without - losing any of the context.

    + losing any of the context.

    -

    6.29.?xref

    +

    6.29. xref

    To refer to other sections or chapters within a manual, use the <xref> tag.

    @@ -21,9 +21,9 @@

    The output:

    - For more information about the parent file, refer to Chapter?7, The Layout of a Tutorial - and Section?7.1, “The Parent File”. -

    + For more information about the parent file, refer to Chapter 7, The Layout of a Tutorial + and Section 7.1, “The Parent File”. +

    Author: kwade Update of /cvs/fedora/web/html/participate/documentation-guide In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11304 Added Files: ch-style.php sn-composition-tips.php sn-grammar-and-usage.php sn-tech-docs-fundamentals.php Log Message: Here are the real style chapter files. ***** Error reading new file: [Errno 2] No such file or directory: 'ch-style.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-composition-tips.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-grammar-and-usage.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-tech-docs-fundamentals.php' From fedora-extras-commits at redhat.com Tue May 3 19:45:23 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 15:45:23 -0400 Subject: common tobuild,1.40,1.41 Message-ID: <200505031945.j43JjNec011520@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11503 Modified Files: tobuild Log Message: request build of rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- tobuild 3 May 2005 13:22:05 -0000 1.40 +++ tobuild 3 May 2005 19:45:21 -0000 1.41 @@ -5,3 +5,4 @@ skvidal rpms/galeon/FC-3 galeon-1_3_20-2_fc3 fc3 skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/sylpheed-claws/FC-3 sylpheed-claws-1_0_4-1 fc3 +skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development From fedora-extras-commits at redhat.com Tue May 3 19:54:41 2005 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Tue, 3 May 2005 15:54:41 -0400 Subject: rpms/inadyn/devel inadyn.spec,1.8,1.9 README.inadyn,1.1,NONE Message-ID: <200505031954.j43JsfCu011581@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/inadyn/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11563 Modified Files: inadyn.spec Removed Files: README.inadyn Log Message: Description: Move note from README.inadyn to %description Index: inadyn.spec =================================================================== RCS file: /cvs/extras/rpms/inadyn/devel/inadyn.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- inadyn.spec 3 May 2005 17:56:58 -0000 1.8 +++ inadyn.spec 3 May 2005 19:54:39 -0000 1.9 @@ -1,6 +1,6 @@ Name: inadyn Version: 1.90 -Release: 10 +Release: 11 Summary: Dynamic DNS Client @@ -10,7 +10,6 @@ Source0: http://inadyn.ina-tech.net/inadyn.v%{version}.zip Source1: inadyn.conf Source2: inadyn.init -Source3: README.inadyn BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): /sbin/chkconfig @@ -24,6 +23,10 @@ by the DSN server is the real current address of the machine that is running INADYN. +Before using inadyn for the first time you must use the DynDNS +provider's web interface to create the entry for the hostname. You +should then fill in /etc/inadyn.conf with the appropriate detail + %prep %setup -q -c @@ -31,8 +34,6 @@ make -f makefile.linux CFLAGS="$RPM_OPT_FLAGS" %install -cp -f %{SOURCE3} README.Fedora - rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_sbindir} @@ -73,13 +74,16 @@ %files %defattr(-,root,root,-) -%doc readme.html README.Fedora +%doc readme.html %{_sbindir}/inadyn %{_mandir}/man*/* %attr(0755,root,root) %{_initrddir}/inadyn %config %{_sysconfdir}/inadyn.conf %changelog +* Tue May 3 2005 Jochen Schmitt 1.90-11 +- Move note from README.Fedora to %%description + * Tue May 3 2005 Jochen Schmitt 1.90-9 - And special usage notes - Use of /sbin/service to manage initscript in scriptlet --- README.inadyn DELETED --- From fedora-extras-commits at redhat.com Tue May 3 20:47:19 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 16:47:19 -0400 Subject: common tobuild,1.41,1.42 Message-ID: <200505032047.j43KlJvv012618@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12599 Modified Files: tobuild Log Message: blank out tobuild file and try it out all new. Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.41 retrieving revision 1.42 diff -u -r1.41 -r1.42 --- tobuild 3 May 2005 19:45:21 -0000 1.41 +++ tobuild 3 May 2005 20:47:17 -0000 1.42 @@ -1,8 +1,3 @@ # this is the build control file. the format is # user repo tag target status # - -skvidal rpms/galeon/FC-3 galeon-1_3_20-2_fc3 fc3 -skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development -skvidal rpms/sylpheed-claws/FC-3 sylpheed-claws-1_0_4-1 fc3 -skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development From fedora-extras-commits at redhat.com Tue May 3 20:48:25 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 16:48:25 -0400 Subject: common tobuild,1.42,1.43 Message-ID: <200505032048.j43KmPCd012666@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12649 Modified Files: tobuild Log Message: request build of rpms/verbiste/devel verbiste-0_1_10-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- tobuild 3 May 2005 20:47:17 -0000 1.42 +++ tobuild 3 May 2005 20:48:22 -0000 1.43 @@ -1,3 +1,5 @@ # this is the build control file. the format is # user repo tag target status # +skvidal rpms/verbiste/devel verbiste-0_1_10-4 development +skvidal rpms/verbiste/devel verbiste-0_1_10-4 development From fedora-extras-commits at redhat.com Tue May 3 20:49:04 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 16:49:04 -0400 Subject: common tobuild,1.43,1.44 Message-ID: <200505032049.j43Kn4th012694@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12677 Modified Files: tobuild Log Message: make it icon's fault Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.43 retrieving revision 1.44 diff -u -r1.43 -r1.44 --- tobuild 3 May 2005 20:48:22 -0000 1.43 +++ tobuild 3 May 2005 20:49:02 -0000 1.44 @@ -1,5 +1,4 @@ # this is the build control file. the format is # user repo tag target status # -skvidal rpms/verbiste/devel verbiste-0_1_10-4 development -skvidal rpms/verbiste/devel verbiste-0_1_10-4 development +icon rpms/verbiste/devel verbiste-0_1_10-4 development From fedora-extras-commits at redhat.com Tue May 3 21:11:32 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 3 May 2005 17:11:32 -0400 Subject: rpms/tla/devel .cvsignore, 1.6, 1.7 sources, 1.6, 1.7 tla-sysneon.patch, 1.2, 1.3 tla.spec, 1.11, 1.12 tla-1.2-alt-texinfo.patch, 1.1, NONE tla-1.2-texi.diff, 1.1, NONE tla-1.3.1-gcc4.patch, 1.1, NONE Message-ID: <200505032111.j43LBWlD013749@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13719 Modified Files: .cvsignore sources tla-sysneon.patch tla.spec Removed Files: tla-1.2-alt-texinfo.patch tla-1.2-texi.diff tla-1.3.1-gcc4.patch Log Message: update to 1.3.2 (with requisite build fixes) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tla/devel/.cvsignore,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- .cvsignore 28 Mar 2005 16:27:43 -0000 1.6 +++ .cvsignore 3 May 2005 21:11:30 -0000 1.7 @@ -1,2 +1,2 @@ -tla-1.3.1-fix-1.tar.gz -tla-1.3.1-fix-1.tar.gz.sig +tla-1.3.2.tar.gz +tla-1.3.2.tar.gz.sig Index: sources =================================================================== RCS file: /cvs/extras/rpms/tla/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 28 Mar 2005 16:27:43 -0000 1.6 +++ sources 3 May 2005 21:11:30 -0000 1.7 @@ -1,2 +1,2 @@ -bab3b300176c5d038e190602eac40e86 tla-1.3.1-fix-1.tar.gz -3c24ed067763fec10a3bdb22f8a78665 tla-1.3.1-fix-1.tar.gz.sig +6dde0631a56b389768172cf089bbdc3a tla-1.3.2.tar.gz +f371db1c3cf58ffcbaa87d941b912838 tla-1.3.2.tar.gz.sig tla-sysneon.patch: Index: tla-sysneon.patch =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla-sysneon.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tla-sysneon.patch 21 Mar 2005 20:01:07 -0000 1.2 +++ tla-sysneon.patch 3 May 2005 21:11:30 -0000 1.3 @@ -1,6 +1,6 @@ -diff -Naru tla-1.3.orig/src/tla/libarch/pfs-dav.c tla-1.3/src/tla/libarch/pfs-dav.c ---- tla-1.3.orig/src/tla/libarch/pfs-dav.c 2004-12-23 06:30:26.000000000 +0200 -+++ tla-1.3/src/tla/libarch/pfs-dav.c 2005-01-30 11:05:37.203806225 +0200 +diff -ur tla-1.3.2-orig/src/tla/libarch/pfs-dav.c tla-1.3.2/src/tla/libarch/pfs-dav.c +--- tla-1.3.2-orig/src/tla/libarch/pfs-dav.c 2005-05-02 16:47:07.000000000 -0700 ++++ tla-1.3.2/src/tla/libarch/pfs-dav.c 2005-05-03 10:45:32.000000000 -0700 @@ -21,14 +21,14 @@ #include "tla/libfsutils/file-contents.h" #include "tla/libarch/archives.h" @@ -13,26 +13,41 @@ -#include "libneon/src/ne_uri.h" -#include "libneon/src/ne_redirect.h" -#include "libneon/src/ne_socket.h" -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include -diff -Naru tla-1.3.orig/src/tla/tla/Makefile.in tla-1.3/src/tla/tla/Makefile.in ---- tla-1.3.orig/src/tla/tla/Makefile.in 2004-12-23 06:30:26.000000000 +0200 -+++ tla-1.3/src/tla/tla/Makefile.in 2005-01-30 11:06:40.201846088 +0200 +diff -ur tla-1.3.2-orig/src/tla/PLUGIN/REQ tla-1.3.2/src/tla/PLUGIN/REQ +--- tla-1.3.2-orig/src/tla/PLUGIN/REQ 2005-05-02 16:47:05.000000000 -0700 ++++ tla-1.3.2/src/tla/PLUGIN/REQ 2005-05-03 10:45:32.000000000 -0700 +@@ -1,2 +1 @@ + hackerlab tla +-libneon tla +diff -ur tla-1.3.2-orig/src/tla/tla/Makefile.in tla-1.3.2/src/tla/tla/Makefile.in +--- tla-1.3.2-orig/src/tla/tla/Makefile.in 2005-05-02 16:47:09.000000000 -0700 ++++ tla-1.3.2/src/tla/tla/Makefile.in 2005-05-03 10:45:45.000000000 -0700 @@ -3,7 +3,7 @@ ../libawk/libawk.a \ ../libdate/libdate.a \ $(objroot)/hackerlab/libhackerlab/libhackerlab.a \ - ../../libneon/src/libneon.la \ + -lneon \ - -lm + -lm mains := tla.c +@@ -21,7 +21,7 @@ + endif + + $(programs):%$(cfg__exec_suffix):%.o $(thelib) $(filter-out -L%, $(filter-out -l%, $(libs))) +- $(SHELL) $(objroot)/libneon/libtool --mode=link $(CC) $(CFLAGS) -L../../expat -o $@ $< $(thelib) $(libs) ++ $(SHELL) libtool --mode=link $(CC) $(CFLAGS) -o $@ $< $(thelib) $(libs) + + clean: clean-prog + Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- tla.spec 22 Apr 2005 15:47:45 -0000 1.11 +++ tla.spec 3 May 2005 21:11:30 -0000 1.12 @@ -1,27 +1,21 @@ Name: tla -Version: 1.3.1 -Release: 5.fix.1 +Version: 1.3.2 +Release: 2 Summary: The Low-Budget Arch Revision Control System Group: Development/Tools License: GPL URL: http://www.gnu.org/software/gnu-arch/ -Source0: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.1-fix-1.tar.gz -Source1: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.1-fix-1.tar.gz.sig +Source0: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.2.tar.gz +Source1: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.2.tar.gz.sig # Patch0 from SuSE 9.1's tla-1.2-15 Patch0: tla-1.2pre0-posix.patch -# Patch1,3 from ALT Linux's tla-1.2-alt6 -Patch1: tla-1.2-texi.diff -Patch2: tla-sysneon.patch -Patch3: tla-1.2-alt-texinfo.patch -Patch4: tla-1.3.1-gcc4.patch +Patch1: tla-sysneon.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: texinfo, neon-devel, which +BuildRequires: neon-devel, which Requires: tar, diffutils, patch -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info %description Arch is a really nifty revision control system. It's "whole-tree changeset @@ -33,69 +27,57 @@ %prep -%setup -q -n tla-1.3.1-fix-1 +%setup -q cd src %patch0 -p0 cd .. +rm -rf src/libneon +rm -rf src/expat %patch1 -p1 -rm -rf src/tla/libneon -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 - %build mkdir src/=build cd src/=build -export CFLAGS=$RPM_OPT_FLAGS +#export CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" ../configure \ --prefix=%{_prefix} --with-install-link-tools=yes --with-cc=%{__cc} -make # %{?_smp_mflags} # 1.[23] is not parallel build clean -cd ../docs-tla/texi -makeinfo arch.texi -cd ../.. - +make CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" # %{?_smp_mflags} # 1.[23] is not parallel build clean +mkdir -p docs-tla/html +cp -a ../docs-tla docs-tla/html +find docs-tla/html -not -name \*.css -not -name \*.html -exec rm {} \; %install rm -rf $RPM_BUILD_ROOT cd src/=build -make install destdir=$RPM_BUILD_ROOT -cd ../.. -rm -rf src/docs-tla/html/.arch-ids -ln -s arch.html src/docs-tla/html/index.html -install -Dpm 644 \ - src/docs-tla/texi/arch.info $RPM_BUILD_ROOT%{_infodir}/arch.info - +make install destdir=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" %check || : cd src/=build -make test +make test CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" %clean rm -rf $RPM_BUILD_ROOT - -%post -/sbin/install-info %{_infodir}/arch.info %{_infodir}/dir 2>/dev/null || : - -%preun -if [ $1 -eq 0 ] ; then - /sbin/install-info --delete %{_infodir}/arch.info \ - %{_infodir}/dir 2>/dev/null || : -fi - - %files %defattr(-,root,root,-) -%doc src/COPYING src/tla/ChangeLog src/docs-tla/HOWTO.crypto src/docs-tla/html +%doc src/COPYING src/tla/ChangeLog src/=build/docs-tla/html %{_bindir}/make-links %{_bindir}/remove-links %{_bindir}/tla -%{_infodir}/arch.info* - %changelog +* Tue May 03 2005 Shahms E. King - 0:1.3.2-2 +- Increment release for devel + +* Tue May 03 2005 Shahms E. King - 0:1.3.2-1 +- Update to upstream 1.3.2 +- Update sysneon patch +- Remove gcc4 patch as it was moved upstream +- Remove broken texinfo patches +- Remove non-existant texinfo documentation +- Fix building and installing HTML documentation + * Fri Apr 22 2005 Shahms E. King - 0:1.3.1-5.fix.1 - Increment EVR for devel package --- tla-1.2-alt-texinfo.patch DELETED --- --- tla-1.2-texi.diff DELETED --- --- tla-1.3.1-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Tue May 3 21:14:55 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:14:55 -0400 Subject: common tobuild,1.44,1.45 Message-ID: <200505032114.j43LEt80013922@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13905 Modified Files: tobuild Log Message: request build of rpms/galeon/devel galeon-1_3_20-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- tobuild 3 May 2005 20:49:02 -0000 1.44 +++ tobuild 3 May 2005 21:14:53 -0000 1.45 @@ -2,3 +2,5 @@ # user repo tag target status # icon rpms/verbiste/devel verbiste-0_1_10-4 development +skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development +skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development From fedora-extras-commits at redhat.com Tue May 3 21:15:05 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:15:05 -0400 Subject: common tobuild,1.45,1.46 Message-ID: <200505032115.j43LF5Gr013982@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13965 Modified Files: tobuild Log Message: request build of rpms/galeon/devel galeon-1_3_20-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- tobuild 3 May 2005 21:14:53 -0000 1.45 +++ tobuild 3 May 2005 21:15:03 -0000 1.46 @@ -4,3 +4,4 @@ icon rpms/verbiste/devel verbiste-0_1_10-4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development +skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development From fedora-extras-commits at redhat.com Tue May 3 21:16:20 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:16:20 -0400 Subject: common tobuild,1.46,1.47 Message-ID: <200505032116.j43LGKJs014079@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14062 Modified Files: tobuild Log Message: request build of rpms/galeon/devel galeon-1_3_20-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- tobuild 3 May 2005 21:15:03 -0000 1.46 +++ tobuild 3 May 2005 21:16:18 -0000 1.47 @@ -5,3 +5,4 @@ skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development +skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development From fedora-extras-commits at redhat.com Tue May 3 21:16:32 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:16:32 -0400 Subject: common tobuild,1.47,1.48 Message-ID: <200505032116.j43LGW1d014141@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14124 Modified Files: tobuild Log Message: request build of rpms/mknbi/devel mknbi-1_4_4-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.47 retrieving revision 1.48 diff -u -r1.47 -r1.48 --- tobuild 3 May 2005 21:16:18 -0000 1.47 +++ tobuild 3 May 2005 21:16:30 -0000 1.48 @@ -6,3 +6,4 @@ skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development +skvidal rpms/mknbi/devel mknbi-1_4_4-1 development From fedora-extras-commits at redhat.com Tue May 3 21:16:45 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:16:45 -0400 Subject: common tobuild,1.48,1.49 Message-ID: <200505032116.j43LGjKD014203@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14186 Modified Files: tobuild Log Message: request build of rpms/wxGTK/devel wxGTK-2_4_2-10 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.48 retrieving revision 1.49 diff -u -r1.48 -r1.49 --- tobuild 3 May 2005 21:16:30 -0000 1.48 +++ tobuild 3 May 2005 21:16:42 -0000 1.49 @@ -7,3 +7,4 @@ skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/mknbi/devel mknbi-1_4_4-1 development +skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development From fedora-extras-commits at redhat.com Tue May 3 21:16:59 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:16:59 -0400 Subject: common tobuild,1.49,1.50 Message-ID: <200505032116.j43LGxpW014266@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14249 Modified Files: tobuild Log Message: request build of rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.49 retrieving revision 1.50 diff -u -r1.49 -r1.50 --- tobuild 3 May 2005 21:16:42 -0000 1.49 +++ tobuild 3 May 2005 21:16:57 -0000 1.50 @@ -8,3 +8,4 @@ skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/mknbi/devel mknbi-1_4_4-1 development skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development +skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development From fedora-extras-commits at redhat.com Tue May 3 21:17:12 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:17:12 -0400 Subject: common tobuild,1.50,1.51 Message-ID: <200505032117.j43LHCCI014329@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14312 Modified Files: tobuild Log Message: request build of rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.50 retrieving revision 1.51 diff -u -r1.50 -r1.51 --- tobuild 3 May 2005 21:16:57 -0000 1.50 +++ tobuild 3 May 2005 21:17:10 -0000 1.51 @@ -9,3 +9,4 @@ skvidal rpms/mknbi/devel mknbi-1_4_4-1 development skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development +skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development From fedora-extras-commits at redhat.com Tue May 3 21:17:24 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:17:24 -0400 Subject: common tobuild,1.51,1.52 Message-ID: <200505032117.j43LHOuM014391@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14374 Modified Files: tobuild Log Message: request build of rpms/QuantLib/devel QuantLib-0_3_8-6 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- tobuild 3 May 2005 21:17:10 -0000 1.51 +++ tobuild 3 May 2005 21:17:22 -0000 1.52 @@ -10,3 +10,4 @@ skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development +skvidal rpms/QuantLib/devel QuantLib-0_3_8-6 development From fedora-extras-commits at redhat.com Tue May 3 21:17:36 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:17:36 -0400 Subject: common tobuild,1.52,1.53 Message-ID: <200505032117.j43LHasB014454@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14437 Modified Files: tobuild Log Message: request build of rpms/xmms-arts/devel xmms-arts-0_7_1-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.52 retrieving revision 1.53 diff -u -r1.52 -r1.53 --- tobuild 3 May 2005 21:17:22 -0000 1.52 +++ tobuild 3 May 2005 21:17:34 -0000 1.53 @@ -11,3 +11,4 @@ skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development skvidal rpms/QuantLib/devel QuantLib-0_3_8-6 development +skvidal rpms/xmms-arts/devel xmms-arts-0_7_1-1 development From fedora-extras-commits at redhat.com Tue May 3 21:17:48 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:17:48 -0400 Subject: common tobuild,1.53,1.54 Message-ID: <200505032117.j43LHm5d014517@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14500 Modified Files: tobuild Log Message: request build of rpms/xmms-skins/devel xmms-skins-1_2_10-15 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- tobuild 3 May 2005 21:17:34 -0000 1.53 +++ tobuild 3 May 2005 21:17:46 -0000 1.54 @@ -12,3 +12,4 @@ skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development skvidal rpms/QuantLib/devel QuantLib-0_3_8-6 development skvidal rpms/xmms-arts/devel xmms-arts-0_7_1-1 development +skvidal rpms/xmms-skins/devel xmms-skins-1_2_10-15 development From fedora-extras-commits at redhat.com Tue May 3 21:18:01 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:18:01 -0400 Subject: common tobuild,1.54,1.55 Message-ID: <200505032118.j43LI1J2014580@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14563 Modified Files: tobuild Log Message: request build of rpms/lirc/devel lirc-0_7_1-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.54 retrieving revision 1.55 diff -u -r1.54 -r1.55 --- tobuild 3 May 2005 21:17:46 -0000 1.54 +++ tobuild 3 May 2005 21:17:58 -0000 1.55 @@ -13,3 +13,4 @@ skvidal rpms/QuantLib/devel QuantLib-0_3_8-6 development skvidal rpms/xmms-arts/devel xmms-arts-0_7_1-1 development skvidal rpms/xmms-skins/devel xmms-skins-1_2_10-15 development +skvidal rpms/lirc/devel lirc-0_7_1-2 development From fedora-extras-commits at redhat.com Tue May 3 21:18:13 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:18:13 -0400 Subject: common tobuild,1.55,1.56 Message-ID: <200505032118.j43LIDQv014643@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14626 Modified Files: tobuild Log Message: request build of rpms/synergy/devel synergy-1_2_2-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- tobuild 3 May 2005 21:17:58 -0000 1.55 +++ tobuild 3 May 2005 21:18:11 -0000 1.56 @@ -14,3 +14,4 @@ skvidal rpms/xmms-arts/devel xmms-arts-0_7_1-1 development skvidal rpms/xmms-skins/devel xmms-skins-1_2_10-15 development skvidal rpms/lirc/devel lirc-0_7_1-2 development +skvidal rpms/synergy/devel synergy-1_2_2-2 development From fedora-extras-commits at redhat.com Tue May 3 21:18:25 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:18:25 -0400 Subject: common tobuild,1.56,1.57 Message-ID: <200505032118.j43LIPJB014706@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14689 Modified Files: tobuild Log Message: request build of rpms/nmh/devel nmh-1_1-7_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.56 retrieving revision 1.57 diff -u -r1.56 -r1.57 --- tobuild 3 May 2005 21:18:11 -0000 1.56 +++ tobuild 3 May 2005 21:18:23 -0000 1.57 @@ -15,3 +15,4 @@ skvidal rpms/xmms-skins/devel xmms-skins-1_2_10-15 development skvidal rpms/lirc/devel lirc-0_7_1-2 development skvidal rpms/synergy/devel synergy-1_2_2-2 development +skvidal rpms/nmh/devel nmh-1_1-7_fc4 development From fedora-extras-commits at redhat.com Tue May 3 21:18:37 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:18:37 -0400 Subject: common tobuild,1.57,1.58 Message-ID: <200505032118.j43LIba0014772@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14752 Modified Files: tobuild Log Message: request build of rpms/fluxbox/devel fluxbox-0_9_9-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.57 retrieving revision 1.58 diff -u -r1.57 -r1.58 --- tobuild 3 May 2005 21:18:23 -0000 1.57 +++ tobuild 3 May 2005 21:18:35 -0000 1.58 @@ -16,3 +16,4 @@ skvidal rpms/lirc/devel lirc-0_7_1-2 development skvidal rpms/synergy/devel synergy-1_2_2-2 development skvidal rpms/nmh/devel nmh-1_1-7_fc4 development +skvidal rpms/fluxbox/devel fluxbox-0_9_9-4 development From fedora-extras-commits at redhat.com Tue May 3 21:18:49 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:18:49 -0400 Subject: common tobuild,1.58,1.59 Message-ID: <200505032118.j43LIn6X014835@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14818 Modified Files: tobuild Log Message: request build of rpms/enigma/devel enigma-0_81-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- tobuild 3 May 2005 21:18:35 -0000 1.58 +++ tobuild 3 May 2005 21:18:47 -0000 1.59 @@ -17,3 +17,4 @@ skvidal rpms/synergy/devel synergy-1_2_2-2 development skvidal rpms/nmh/devel nmh-1_1-7_fc4 development skvidal rpms/fluxbox/devel fluxbox-0_9_9-4 development +skvidal rpms/enigma/devel enigma-0_81-5 development From fedora-extras-commits at redhat.com Tue May 3 21:19:02 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:19:02 -0400 Subject: common tobuild,1.59,1.60 Message-ID: <200505032119.j43LJ267014900@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14883 Modified Files: tobuild Log Message: request build of rpms/stellarium/devel stellarium-0_6_2-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.59 retrieving revision 1.60 diff -u -r1.59 -r1.60 --- tobuild 3 May 2005 21:18:47 -0000 1.59 +++ tobuild 3 May 2005 21:19:00 -0000 1.60 @@ -18,3 +18,4 @@ skvidal rpms/nmh/devel nmh-1_1-7_fc4 development skvidal rpms/fluxbox/devel fluxbox-0_9_9-4 development skvidal rpms/enigma/devel enigma-0_81-5 development +skvidal rpms/stellarium/devel stellarium-0_6_2-4 development From fedora-extras-commits at redhat.com Tue May 3 21:19:14 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:19:14 -0400 Subject: common tobuild,1.60,1.61 Message-ID: <200505032119.j43LJEtO014963@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14946 Modified Files: tobuild Log Message: request build of rpms/glunarclock/devel glunarclock-0_32_2-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- tobuild 3 May 2005 21:19:00 -0000 1.60 +++ tobuild 3 May 2005 21:19:12 -0000 1.61 @@ -19,3 +19,4 @@ skvidal rpms/fluxbox/devel fluxbox-0_9_9-4 development skvidal rpms/enigma/devel enigma-0_81-5 development skvidal rpms/stellarium/devel stellarium-0_6_2-4 development +skvidal rpms/glunarclock/devel glunarclock-0_32_2-4 development From fedora-extras-commits at redhat.com Tue May 3 21:19:27 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:19:27 -0400 Subject: common tobuild,1.61,1.62 Message-ID: <200505032119.j43LJRNm015026@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15009 Modified Files: tobuild Log Message: request build of rpms/notemeister/devel notemeister-0_1_7-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- tobuild 3 May 2005 21:19:12 -0000 1.61 +++ tobuild 3 May 2005 21:19:25 -0000 1.62 @@ -20,3 +20,4 @@ skvidal rpms/enigma/devel enigma-0_81-5 development skvidal rpms/stellarium/devel stellarium-0_6_2-4 development skvidal rpms/glunarclock/devel glunarclock-0_32_2-4 development +skvidal rpms/notemeister/devel notemeister-0_1_7-5 development From fedora-extras-commits at redhat.com Tue May 3 21:19:40 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:19:40 -0400 Subject: common tobuild,1.62,1.63 Message-ID: <200505032119.j43LJeYc015089@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15072 Modified Files: tobuild Log Message: request build of rpms/manedit/devel manedit-0_5_11-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.62 retrieving revision 1.63 diff -u -r1.62 -r1.63 --- tobuild 3 May 2005 21:19:25 -0000 1.62 +++ tobuild 3 May 2005 21:19:37 -0000 1.63 @@ -21,3 +21,4 @@ skvidal rpms/stellarium/devel stellarium-0_6_2-4 development skvidal rpms/glunarclock/devel glunarclock-0_32_2-4 development skvidal rpms/notemeister/devel notemeister-0_1_7-5 development +skvidal rpms/manedit/devel manedit-0_5_11-5 development From fedora-extras-commits at redhat.com Tue May 3 21:19:52 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:19:52 -0400 Subject: common tobuild,1.63,1.64 Message-ID: <200505032119.j43LJqiH015152@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15135 Modified Files: tobuild Log Message: request build of rpms/abicheck/devel abicheck-1_2-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.63 retrieving revision 1.64 diff -u -r1.63 -r1.64 --- tobuild 3 May 2005 21:19:37 -0000 1.63 +++ tobuild 3 May 2005 21:19:50 -0000 1.64 @@ -22,3 +22,4 @@ skvidal rpms/glunarclock/devel glunarclock-0_32_2-4 development skvidal rpms/notemeister/devel notemeister-0_1_7-5 development skvidal rpms/manedit/devel manedit-0_5_11-5 development +skvidal rpms/abicheck/devel abicheck-1_2-5 development From fedora-extras-commits at redhat.com Tue May 3 21:20:05 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:20:05 -0400 Subject: common tobuild,1.64,1.65 Message-ID: <200505032120.j43LK5FF015220@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15198 Modified Files: tobuild Log Message: request build of rpms/irssi/devel irssi-0_8_9-7 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- tobuild 3 May 2005 21:19:50 -0000 1.64 +++ tobuild 3 May 2005 21:20:03 -0000 1.65 @@ -23,3 +23,4 @@ skvidal rpms/notemeister/devel notemeister-0_1_7-5 development skvidal rpms/manedit/devel manedit-0_5_11-5 development skvidal rpms/abicheck/devel abicheck-1_2-5 development +skvidal rpms/irssi/devel irssi-0_8_9-7 development From fedora-extras-commits at redhat.com Tue May 3 21:25:36 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:25:36 -0400 Subject: common tobuild,1.65,1.66 Message-ID: <200505032125.j43LPaQK015305@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15288 Modified Files: tobuild Log Message: request build of rpms/uim/devel uim-0_4_6-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- tobuild 3 May 2005 21:20:03 -0000 1.65 +++ tobuild 3 May 2005 21:25:34 -0000 1.66 @@ -24,3 +24,4 @@ skvidal rpms/manedit/devel manedit-0_5_11-5 development skvidal rpms/abicheck/devel abicheck-1_2-5 development skvidal rpms/irssi/devel irssi-0_8_9-7 development +skvidal rpms/uim/devel uim-0_4_6-1 development From fedora-extras-commits at redhat.com Tue May 3 21:25:51 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:25:51 -0400 Subject: common tobuild,1.66,1.67 Message-ID: <200505032125.j43LPpLo015368@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15351 Modified Files: tobuild Log Message: request build of rpms/ipython/devel ipython-0_6_13-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.66 retrieving revision 1.67 diff -u -r1.66 -r1.67 --- tobuild 3 May 2005 21:25:34 -0000 1.66 +++ tobuild 3 May 2005 21:25:49 -0000 1.67 @@ -25,3 +25,4 @@ skvidal rpms/abicheck/devel abicheck-1_2-5 development skvidal rpms/irssi/devel irssi-0_8_9-7 development skvidal rpms/uim/devel uim-0_4_6-1 development +skvidal rpms/ipython/devel ipython-0_6_13-2 development From fedora-extras-commits at redhat.com Tue May 3 21:32:47 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:32:47 -0400 Subject: common tobuild,1.67,1.68 Message-ID: <200505032132.j43LWlYA015434@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15417 Modified Files: tobuild Log Message: request build of rpms/R/devel R-2_1_0-51 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- tobuild 3 May 2005 21:25:49 -0000 1.67 +++ tobuild 3 May 2005 21:32:45 -0000 1.68 @@ -26,3 +26,4 @@ skvidal rpms/irssi/devel irssi-0_8_9-7 development skvidal rpms/uim/devel uim-0_4_6-1 development skvidal rpms/ipython/devel ipython-0_6_13-2 development +skvidal rpms/R/devel R-2_1_0-51 development From fedora-extras-commits at redhat.com Tue May 3 21:32:59 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:32:59 -0400 Subject: common tobuild,1.68,1.69 Message-ID: <200505032132.j43LWxKm015497@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15480 Modified Files: tobuild Log Message: request build of rpms/exim/devel exim-4_50-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.68 retrieving revision 1.69 diff -u -r1.68 -r1.69 --- tobuild 3 May 2005 21:32:45 -0000 1.68 +++ tobuild 3 May 2005 21:32:57 -0000 1.69 @@ -27,3 +27,4 @@ skvidal rpms/uim/devel uim-0_4_6-1 development skvidal rpms/ipython/devel ipython-0_6_13-2 development skvidal rpms/R/devel R-2_1_0-51 development +skvidal rpms/exim/devel exim-4_50-2 development From fedora-extras-commits at redhat.com Tue May 3 21:37:33 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 17:37:33 -0400 Subject: common tobuild,1.69,1.70 Message-ID: <200505032137.j43LbXML015576@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15559 Modified Files: tobuild Log Message: clip some dupes Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- tobuild 3 May 2005 21:32:57 -0000 1.69 +++ tobuild 3 May 2005 21:37:31 -0000 1.70 @@ -1,10 +1,6 @@ # this is the build control file. the format is # user repo tag target status # -icon rpms/verbiste/devel verbiste-0_1_10-4 development -skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development -skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development -skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/mknbi/devel mknbi-1_4_4-1 development skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development From fedora-extras-commits at redhat.com Tue May 3 22:47:26 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 3 May 2005 18:47:26 -0400 Subject: rpms/tla/devel tla.spec,1.12,1.13 Message-ID: <200505032247.j43MlQu5016648@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16628 Modified Files: tla.spec Log Message: fix documentation packaging Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- tla.spec 3 May 2005 21:11:30 -0000 1.12 +++ tla.spec 3 May 2005 22:47:24 -0000 1.13 @@ -1,6 +1,6 @@ Name: tla Version: 1.3.2 -Release: 2 +Release: 3.fc4 Summary: The Low-Budget Arch Revision Control System Group: Development/Tools @@ -42,9 +42,11 @@ ../configure \ --prefix=%{_prefix} --with-install-link-tools=yes --with-cc=%{__cc} make CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" # %{?_smp_mflags} # 1.[23] is not parallel build clean + +# put the documentation in a reasonable spot and only include html/css files mkdir -p docs-tla/html -cp -a ../docs-tla docs-tla/html -find docs-tla/html -not -name \*.css -not -name \*.html -exec rm {} \; +(cd ../docs-tla; find . -name \*.css -o -name \*.html | xargs tar -cf- ) | \ +(cd docs-tla/html; tar -xf-) %install rm -rf $RPM_BUILD_ROOT @@ -61,12 +63,16 @@ %files %defattr(-,root,root,-) -%doc src/COPYING src/tla/ChangeLog src/=build/docs-tla/html +%doc src/COPYING src/tla/ChangeLog src/=build/docs-tla/html/ %{_bindir}/make-links %{_bindir}/remove-links %{_bindir}/tla %changelog +* Tue May 03 2005 Shahms E. King - 0:1.3.2-3 +- Add disttag +- Fix documentation packaging + * Tue May 03 2005 Shahms E. King - 0:1.3.2-2 - Increment release for devel From fedora-extras-commits at redhat.com Tue May 3 22:47:50 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Tue, 3 May 2005 18:47:50 -0400 Subject: rpms/tla/FC-3 .cvsignore, 1.4, 1.5 sources, 1.6, 1.7 tla-sysneon.patch, 1.2, 1.3 tla.spec, 1.8, 1.9 tla-1.2-alt-texinfo.patch, 1.1, NONE tla-1.2-texi.diff, 1.1, NONE tla-1.3.1-gcc4.patch, 1.1, NONE Message-ID: <200505032247.j43Mlo5j016680@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16654 Modified Files: .cvsignore sources tla-sysneon.patch tla.spec Removed Files: tla-1.2-alt-texinfo.patch tla-1.2-texi.diff tla-1.3.1-gcc4.patch Log Message: update to upstream 1.3.2 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 9 Feb 2005 22:50:04 -0000 1.4 +++ .cvsignore 3 May 2005 22:47:48 -0000 1.5 @@ -1,2 +1,2 @@ -tla-1.3.tar.gz -tla-1.3.tar.gz.sig +tla-1.3.2.tar.gz +tla-1.3.2.tar.gz.sig Index: sources =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 13 Apr 2005 19:54:21 -0000 1.6 +++ sources 3 May 2005 22:47:48 -0000 1.7 @@ -1,2 +1,2 @@ -bab3b300176c5d038e190602eac40e86 tla-1.3.1-fix-1.tar.gz -3c24ed067763fec10a3bdb22f8a78665 tla-1.3.1-fix-1.tar.gz.sig +6dde0631a56b389768172cf089bbdc3a tla-1.3.2.tar.gz +f371db1c3cf58ffcbaa87d941b912838 tla-1.3.2.tar.gz.sig tla-sysneon.patch: Index: tla-sysneon.patch =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/tla-sysneon.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tla-sysneon.patch 21 Mar 2005 20:01:07 -0000 1.2 +++ tla-sysneon.patch 3 May 2005 22:47:48 -0000 1.3 @@ -1,6 +1,6 @@ -diff -Naru tla-1.3.orig/src/tla/libarch/pfs-dav.c tla-1.3/src/tla/libarch/pfs-dav.c ---- tla-1.3.orig/src/tla/libarch/pfs-dav.c 2004-12-23 06:30:26.000000000 +0200 -+++ tla-1.3/src/tla/libarch/pfs-dav.c 2005-01-30 11:05:37.203806225 +0200 +diff -ur tla-1.3.2-orig/src/tla/libarch/pfs-dav.c tla-1.3.2/src/tla/libarch/pfs-dav.c +--- tla-1.3.2-orig/src/tla/libarch/pfs-dav.c 2005-05-02 16:47:07.000000000 -0700 ++++ tla-1.3.2/src/tla/libarch/pfs-dav.c 2005-05-03 10:45:32.000000000 -0700 @@ -21,14 +21,14 @@ #include "tla/libfsutils/file-contents.h" #include "tla/libarch/archives.h" @@ -13,26 +13,41 @@ -#include "libneon/src/ne_uri.h" -#include "libneon/src/ne_redirect.h" -#include "libneon/src/ne_socket.h" -+#include -+#include -+#include -+#include -+#include -+#include -+#include -+#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include ++#include -diff -Naru tla-1.3.orig/src/tla/tla/Makefile.in tla-1.3/src/tla/tla/Makefile.in ---- tla-1.3.orig/src/tla/tla/Makefile.in 2004-12-23 06:30:26.000000000 +0200 -+++ tla-1.3/src/tla/tla/Makefile.in 2005-01-30 11:06:40.201846088 +0200 +diff -ur tla-1.3.2-orig/src/tla/PLUGIN/REQ tla-1.3.2/src/tla/PLUGIN/REQ +--- tla-1.3.2-orig/src/tla/PLUGIN/REQ 2005-05-02 16:47:05.000000000 -0700 ++++ tla-1.3.2/src/tla/PLUGIN/REQ 2005-05-03 10:45:32.000000000 -0700 +@@ -1,2 +1 @@ + hackerlab tla +-libneon tla +diff -ur tla-1.3.2-orig/src/tla/tla/Makefile.in tla-1.3.2/src/tla/tla/Makefile.in +--- tla-1.3.2-orig/src/tla/tla/Makefile.in 2005-05-02 16:47:09.000000000 -0700 ++++ tla-1.3.2/src/tla/tla/Makefile.in 2005-05-03 10:45:45.000000000 -0700 @@ -3,7 +3,7 @@ ../libawk/libawk.a \ ../libdate/libdate.a \ $(objroot)/hackerlab/libhackerlab/libhackerlab.a \ - ../../libneon/src/libneon.la \ + -lneon \ - -lm + -lm mains := tla.c +@@ -21,7 +21,7 @@ + endif + + $(programs):%$(cfg__exec_suffix):%.o $(thelib) $(filter-out -L%, $(filter-out -l%, $(libs))) +- $(SHELL) $(objroot)/libneon/libtool --mode=link $(CC) $(CFLAGS) -L../../expat -o $@ $< $(thelib) $(libs) ++ $(SHELL) libtool --mode=link $(CC) $(CFLAGS) -o $@ $< $(thelib) $(libs) + + clean: clean-prog + Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/tla.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- tla.spec 13 Apr 2005 19:54:21 -0000 1.8 +++ tla.spec 3 May 2005 22:47:48 -0000 1.9 @@ -1,27 +1,21 @@ Name: tla -Version: 1.3.1 -Release: 4.fix.1 +Version: 1.3.2 +Release: 3.fc3 Summary: The Low-Budget Arch Revision Control System Group: Development/Tools License: GPL URL: http://www.gnu.org/software/gnu-arch/ -Source0: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.1-fix-1.tar.gz -Source1: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.1-fix-1.tar.gz.sig +Source0: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.2.tar.gz +Source1: http://ftp.gnu.org/gnu/gnu-arch/tla-1.3.2.tar.gz.sig # Patch0 from SuSE 9.1's tla-1.2-15 Patch0: tla-1.2pre0-posix.patch -# Patch1,3 from ALT Linux's tla-1.2-alt6 -Patch1: tla-1.2-texi.diff -Patch2: tla-sysneon.patch -Patch3: tla-1.2-alt-texinfo.patch -Patch4: tla-1.3.1-gcc4.patch +Patch1: tla-sysneon.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: texinfo, neon-devel, which +BuildRequires: neon-devel, which Requires: tar, diffutils, patch -Requires(post): /sbin/install-info -Requires(preun): /sbin/install-info %description Arch is a really nifty revision control system. It's "whole-tree changeset @@ -33,69 +27,66 @@ %prep -%setup -q -n tla-1.3.1-fix-1 +%setup -q cd src %patch0 -p0 cd .. +rm -rf src/libneon +rm -rf src/expat %patch1 -p1 -rm -rf src/tla/libneon -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 - %build mkdir src/=build cd src/=build -export CFLAGS=$RPM_OPT_FLAGS +#export CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" ../configure \ --prefix=%{_prefix} --with-install-link-tools=yes --with-cc=%{__cc} -make # %{?_smp_mflags} # 1.[23] is not parallel build clean -cd ../docs-tla/texi -makeinfo arch.texi -cd ../.. +make CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" # %{?_smp_mflags} # 1.[23] is not parallel build clean +# put the documentation in a reasonable spot and only include html/css files +mkdir -p docs-tla/html +(cd ../docs-tla; find . -name \*.css -o -name \*.html | xargs tar -cf- ) | \ +(cd docs-tla/html; tar -xf-) %install rm -rf $RPM_BUILD_ROOT cd src/=build -make install destdir=$RPM_BUILD_ROOT -cd ../.. -rm -rf src/docs-tla/html/.arch-ids -ln -s arch.html src/docs-tla/html/index.html -install -Dpm 644 \ - src/docs-tla/texi/arch.info $RPM_BUILD_ROOT%{_infodir}/arch.info - +make install destdir=$RPM_BUILD_ROOT CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" %check || : cd src/=build -make test +make test CFLAGS="$RPM_OPT_FLAGS $(neon-config --cflags)" %clean rm -rf $RPM_BUILD_ROOT - -%post -/sbin/install-info %{_infodir}/arch.info %{_infodir}/dir 2>/dev/null || : - -%preun -if [ $1 -eq 0 ] ; then - /sbin/install-info --delete %{_infodir}/arch.info \ - %{_infodir}/dir 2>/dev/null || : -fi - - %files %defattr(-,root,root,-) -%doc src/COPYING src/tla/ChangeLog src/docs-tla/HOWTO.crypto src/docs-tla/html +%doc src/COPYING src/tla/ChangeLog src/=build/docs-tla/html/ %{_bindir}/make-links %{_bindir}/remove-links %{_bindir}/tla -%{_infodir}/arch.info* - %changelog +* Tue May 03 2005 Shahms E. King - 0:1.3.2-3 +- Add disttag +- Fix documentation packaging + +* Tue May 03 2005 Shahms E. King - 0:1.3.2-2 +- Increment release for devel + +* Tue May 03 2005 Shahms E. King - 0:1.3.2-1 +- Update to upstream 1.3.2 +- Update sysneon patch +- Remove gcc4 patch as it was moved upstream +- Remove broken texinfo patches +- Remove non-existant texinfo documentation +- Fix building and installing HTML documentation + +* Fri Apr 22 2005 Shahms E. King - 0:1.3.1-5.fix.1 +- Increment EVR for devel package + * Mon Mar 28 2005 Shahms E. King - 0:1.3.1-4.fix.1 - Update to 1.3.1-fix-1 (hopefully fix PPC segfault) --- tla-1.2-alt-texinfo.patch DELETED --- --- tla-1.2-texi.diff DELETED --- --- tla-1.3.1-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Wed May 4 00:07:14 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Tue, 3 May 2005 20:07:14 -0400 Subject: devel/gnotime gnotime-separate-timeouts.patch, NONE, 1.1 gnotime.spec, 1.8, 1.9 Message-ID: <200505040007.j4407EAW018811@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/devel/gnotime In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18787 Modified Files: gnotime.spec Added Files: gnotime-separate-timeouts.patch Log Message: Added a patch to separate the idle timeout (when the computer isn't taking user input put a project timer is running) from the start project timeout (when no project timer is running, in case the user is doing something but forgot to enable the timer.) Original patch by Goedson Paixao from the gnotime tracker: http://sourceforge.net/tracker/index.php?func=detail&aid=1171394&group_id=55463&atid=477105 gnotime-separate-timeouts.patch: --- NEW FILE gnotime-separate-timeouts.patch --- # Modified from patch by Goedson Teixeira Paixao goedson at users.sf.net # and posted into the gnotime tracker: # http://sourceforge.net/tracker/index.php?func=detail&aid=1171394&group_id=55463&atid=477105 diff -urNad gnotime-2.2.1/glade/prefs.glade /tmp/dpep.7xYbhV/gnotime-2.2.1/glade/prefs.glade --- gnotime-2.2.1/glade/prefs.glade 2004-04-16 02:14:09.000000000 -0300 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/glade/prefs.glade 2005-03-27 10:54:23.292240224 -0300 @@ -10,6 +10,11 @@ False False False + True + False + False + GDK_WINDOW_TYPE_HINT_NORMAL + GDK_GRAVITY_NORTH_WEST @@ -45,6 +50,7 @@ Show Project Importance True GTK_RELIEF_NORMAL + True False False True @@ -66,6 +72,7 @@ Show Project Urgency True GTK_RELIEF_NORMAL + True False False True @@ -87,6 +94,7 @@ Show Project Status True GTK_RELIEF_NORMAL + True False False True @@ -108,6 +116,7 @@ Show Total Time Ever True GTK_RELIEF_NORMAL + True False False True @@ -129,6 +138,7 @@ Show Time This Year True GTK_RELIEF_NORMAL + True False False True @@ -150,6 +160,7 @@ Show Time This Month True GTK_RELIEF_NORMAL + True False False True @@ -171,6 +182,7 @@ Show Time This Week True GTK_RELIEF_NORMAL + True False False True @@ -192,6 +204,7 @@ Show Percent Complete True GTK_RELIEF_NORMAL + True False False True @@ -214,6 +227,7 @@ Show Estimated Effort True GTK_RELIEF_NORMAL + True False False True @@ -235,6 +249,7 @@ Show Project Due Date True GTK_RELIEF_NORMAL + True False False True @@ -256,6 +271,7 @@ Show Planned Project End Date True GTK_RELIEF_NORMAL + True False False True @@ -277,6 +293,7 @@ Show Planned Project Start Date True GTK_RELIEF_NORMAL + True False False True @@ -298,6 +315,7 @@ Show Current Diary Entry True GTK_RELIEF_NORMAL + True False False True @@ -319,6 +337,7 @@ Show Project Description True GTK_RELIEF_NORMAL + True False False True @@ -340,6 +359,7 @@ Show Time For The Current Diary Entry True GTK_RELIEF_NORMAL + True False False True @@ -361,6 +381,7 @@ Show Time Yesterday True GTK_RELIEF_NORMAL + True False False True @@ -382,6 +403,7 @@ Show Time Today True GTK_RELIEF_NORMAL + True False False True @@ -403,6 +425,7 @@ Show Time Last Week True GTK_RELIEF_NORMAL + True False False True @@ -487,6 +510,7 @@ Show Seconds True GTK_RELIEF_NORMAL + True False False True @@ -508,6 +532,7 @@ Show Status Bar True GTK_RELIEF_NORMAL + True False False True @@ -529,6 +554,7 @@ Show Table Header True GTK_RELIEF_NORMAL + True False False True @@ -550,6 +576,7 @@ Show Sub-Projects True GTK_RELIEF_NORMAL + True False False True @@ -803,6 +830,7 @@ Use Logfile True GTK_RELIEF_NORMAL + True False False True @@ -1006,6 +1034,8 @@ 10 False False + False + GTK_FILE_CHOOSER_ACTION_OPEN @@ -1103,6 +1133,7 @@ Show Toolbar Icons True GTK_RELIEF_NORMAL + True True False True @@ -1121,6 +1152,7 @@ Show Toolbar Texts True GTK_RELIEF_NORMAL + True True False True @@ -1139,6 +1171,7 @@ Show Tooltips True GTK_RELIEF_NORMAL + True True False True @@ -1199,6 +1232,7 @@ Show `New' True GTK_RELIEF_NORMAL + True True False True @@ -1217,6 +1251,7 @@ Show `Cut', `Copy', `Paste' True GTK_RELIEF_NORMAL + True False False True @@ -1235,6 +1270,7 @@ Show `Journal' True GTK_RELIEF_NORMAL + True True False True @@ -1253,6 +1289,7 @@ Show `Properties' True GTK_RELIEF_NORMAL + True True False True @@ -1271,6 +1308,7 @@ Show `Timer' True GTK_RELIEF_NORMAL + True True False True @@ -1289,6 +1327,7 @@ Show `Preferences' True GTK_RELIEF_NORMAL + True False False True @@ -1307,6 +1346,7 @@ Show `Help' True GTK_RELIEF_NORMAL + True True False True @@ -1325,6 +1365,7 @@ Show `Quit' True GTK_RELIEF_NORMAL + True True False True @@ -1487,6 +1528,97 @@ + + 4 + True + 0 + 0.5 + GTK_SHADOW_ETCHED_IN + + + + True + 1 + 2 + False + 3 + 8 + + + + True + Idle Seconds: + False + False + GTK_JUSTIFY_CENTER + False + False + 0 + 0.5 + 0 + 0 + + + 0 + 1 + 0 + 1 + fill + + + + + + + True + The current active project will be made inactive after there has been no keyboard/mouse activity after this number of seconds. Set to -1 to disable. + True + True + True + 0 + + True + * + False + + + 1 + 2 + 0 + 1 + + + + + + + + + True + No Project Timeout + False + False + GTK_JUSTIFY_LEFT + False + False + 0.5 + 0.5 + 0 + 0 + + + label_item + + + + + 0 + True + True + + + + True 0 --- gnotime-2.2.1/src/active-dialog.c 2004-04-01 22:31:05.000000000 -0300 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/active-dialog.c 2005-03-27 10:54:23.297239464 -0300 @@ -34,7 +34,7 @@ #include "util.h" -extern int config_idle_timeout; +int config_no_project_timeout; struct GttActiveDialog_s { @@ -196,13 +196,13 @@ */ if (cur_proj) return; if (FALSE == ad->armed) return; - if (0 > config_idle_timeout) return; + if (0 >= config_no_project_timeout) return; /* If there hasn't been a project running in a while, then pop. */ now = time(0); idle_time = now - ad->time_armed; // printf ("duude armed, waiting %d %d\n", idle_time, config_idle_timeout); - if (idle_time <= config_idle_timeout) return; + if (idle_time <= config_no_project_timeout) return; /* Due to GtkDialog broken-ness, re-realize the GUI */ if (NULL == ad->gtxml) @@ -264,3 +264,4 @@ } /* =========================== END OF FILE ============================== */ + --- gnotime-2.2.1/src/gconf-io.c 2004-04-22 23:06:58.000000000 -0300 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/gconf-io.c 2005-03-27 10:55:11.570900752 -0300 @@ -216,6 +216,7 @@ g_snprintf(s, sizeof (s), "%ld", time(0)); SETSTR ("/Misc/LastTimer", s); SETINT ("/Misc/IdleTimeout", config_idle_timeout); + SETINT ("/Misc/NoProjectTimeout", config_no_project_timeout); SETINT ("/Misc/AutosavePeriod", config_autosave_period); SETINT ("/Misc/TimerRunning", timer_is_running()); SETINT ("/Misc/CurrProject", gtt_project_get_id (cur_proj)); @@ -358,6 +359,7 @@ cur_proj_id = GETINT("/Misc/CurrProject", -1); config_idle_timeout = GETINT ("/Misc/IdleTimeout", 300); + config_no_project_timeout = GETINT ("/Misc/NoProjectTimeout", 300); config_autosave_period = GETINT ("/Misc/AutosavePeriod", 60); config_daystart_offset = GETINT ("/Misc/DayStartOffset", 0); config_weekstart_offset = GETINT ("/Misc/WeekStartOffset", 0); --- gnotime-2.2.1/src/prefs.c 2004-04-25 15:26:25.000000000 -0300 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/prefs.c 2005-03-27 10:54:23.298239312 -0300 @@ -138,6 +138,7 @@ GtkCheckButton *show_tb_exit; GtkEntry *idle_secs; + GtkEntry *no_project_secs; GtkEntry *daystart_secs; GtkOptionMenu *daystart_menu; GtkOptionMenu *weekstart_menu; @@ -374,6 +375,7 @@ { int change = 0; config_idle_timeout = atoi(gtk_entry_get_text(GTK_ENTRY(odlg->idle_secs))); + config_no_project_timeout = atoi(gtk_entry_get_text(GTK_ENTRY(odlg->no_project_secs))); /* Hunt for the hour-of night on which to start */ const char * buff = gtk_entry_get_text (odlg->daystart_secs); @@ -494,6 +496,9 @@ g_snprintf(s, sizeof (s), "%d", config_idle_timeout); gtk_entry_set_text(GTK_ENTRY(odlg->idle_secs), s); + g_snprintf(s, sizeof (s), "%d", config_no_project_timeout); + gtk_entry_set_text(GTK_ENTRY(odlg->no_project_secs), s); + /* Set the correct menu item based on current values */ int hour; if (0idle_secs = GTK_ENTRY(w); + w = GETWID ("no project secs"); + dlg->no_project_secs = GTK_ENTRY(w); + w = GETWID ("daystart entry"); dlg->daystart_secs = GTK_ENTRY(w); --- gnotime-2.2.1/src/timer.c 2004-04-28 02:59:05.000000000 -0300 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/timer.c 2005-03-27 10:54:23.298239312 -0300 @@ -111,7 +111,7 @@ */ if (!cur_proj) { - if (0 < config_idle_timeout) + if (0 < config_no_project_timeout) { /* Make sure the idle dialog is visible */ raise_idle_dialog (idt); --- gnotime-2.2.1/src/timer.h 2003-01-02 15:53:51.000000000 -0200 +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/timer.h 2005-03-27 10:54:23.298239312 -0300 @@ -36,6 +36,7 @@ /* The idle timeout is how long, in seconds, that the system seems idle * before the clock stops itself */ extern int config_idle_timeout; +extern int config_no_project_timeout; /* The autosave period is how long, in seconds, we wait before doing a * periodic save-thyself. */ Index: gnotime.spec =================================================================== RCS file: /cvs/extras/devel/gnotime/gnotime.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnotime.spec 31 Mar 2005 04:08:11 -0000 1.8 +++ gnotime.spec 4 May 2005 00:07:12 -0000 1.9 @@ -1,6 +1,6 @@ Name: gnotime Version: 2.2.1 -Release: 7 +Release: 8 Summary: Tracks and reports time spent Group: Applications/Productivity @@ -27,6 +27,9 @@ Patch6: http://www.tiki-lounge.com/~toshio/fedora/gnotime-help-error.patch # Add wordwrapping to textviews Patch7: http://www.tiki-lounge.com/~toshio/fedora/gnotime-wordwrap.patch +# Adapt a patch from the gnotime issue tracker to separate the idle timeout +# from the no project running timeout. +Patch8: http://www.tiki-lounge.com/~toshio/fedora/gnotime-separate-timeouts.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -66,6 +69,7 @@ %patch5 -p0 %patch6 -p0 %patch7 -p0 +%patch8 -p1 cp $RPM_SOURCE_DIR/gtt_restartwin.png $RPM_BUILD_DIR/%{name}-%{version}/doc/C/figures/ cp $RPM_SOURCE_DIR/gtt_startprojwin.png $RPM_BUILD_DIR/%{name}-%{version}/doc/C/figures/ @@ -144,6 +148,11 @@ %{_sysconfdir}/gconf/schemas/* %changelog +* Mon May 2 2005 Toshio Kuratomi - 2.2.1-8 +- Add a patch adapted from the gnotime tracker. Original patch by + goedson-users.sf.net. SF Tracker: 1171394. This allows separate setting + of the idle project and no project timeouts. + * Wed Mar 30 2005 Toshio Kuratomi - 2.2.1-7 - Rebuild for FC4t1. - Fix typo in the %%pre scriptlet. From fedora-extras-commits at redhat.com Wed May 4 03:42:35 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 3 May 2005 23:42:35 -0400 Subject: common tobuild,1.70,1.71 Message-ID: <200505040342.j443gZGo021909@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21882 Modified Files: tobuild Log Message: remove galeon Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- tobuild 3 May 2005 21:37:31 -0000 1.70 +++ tobuild 4 May 2005 03:42:33 -0000 1.71 @@ -1,7 +1,6 @@ # this is the build control file. the format is # user repo tag target status # -skvidal rpms/galeon/devel galeon-1_3_20-2_fc4 development skvidal rpms/mknbi/devel mknbi-1_4_4-1 development skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development From fedora-extras-commits at redhat.com Wed May 4 04:06:19 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 00:06:19 -0400 Subject: rpms/mknbi/devel mknbi.spec,1.8,1.9 Message-ID: <200505040406.j4446JNl022926@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/rpms/mknbi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22909 Modified Files: mknbi.spec Log Message: fix buildreq Index: mknbi.spec =================================================================== RCS file: /cvs/extras/rpms/mknbi/devel/mknbi.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- mknbi.spec 1 May 2005 20:41:19 -0000 1.8 +++ mknbi.spec 4 May 2005 04:06:16 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Utility for creating network bootable images Name: mknbi Version: 1.4.4 -Release: 1 +Release: 2 License: GPL Group: Applications/System @@ -12,9 +12,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: perl ExclusiveArch: %{ix86} -%ifarch %{ix86} BuildRequires: nasm -%endif %description Utility that accompanies Etherboot for making tagged images from ROM @@ -51,6 +49,10 @@ %{_mandir}/man1/mknbi.1* %changelog +* Wed May 4 2005 Seth Vidal - 1.4.4-2 +- remove ifarch. Overkill if it is already exclusivearch'd + + * Sun May 1 2005 Dams - 1.4.4-1 - Updated to 1.4.4 - Patch for gcc4 fix From fedora-extras-commits at redhat.com Wed May 4 04:07:24 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 00:07:24 -0400 Subject: common tobuild,1.71,1.72 Message-ID: <200505040407.j4447OZm022986@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22969 Modified Files: tobuild Log Message: request build of rpms/mknbi/devel mknbi-1_4_4-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- tobuild 4 May 2005 03:42:33 -0000 1.71 +++ tobuild 4 May 2005 04:07:22 -0000 1.72 @@ -23,3 +23,4 @@ skvidal rpms/ipython/devel ipython-0_6_13-2 development skvidal rpms/R/devel R-2_1_0-51 development skvidal rpms/exim/devel exim-4_50-2 development +skvidal rpms/mknbi/devel mknbi-1_4_4-2 development From ivazquez at ivazquez.net Wed May 4 04:12:39 2005 From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams) Date: Wed, 04 May 2005 00:12:39 -0400 Subject: APPROVED: inadyn Message-ID: <1115179959.5462.26.camel@ignacio.ignacio.lan> inadyn: Dynamic DNS Client Reviewer: Ignacio Vazquez-Abrams Maintainer: Jochen Schmitt -- Ignacio Vazquez-Abrams http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora-extras-commits at redhat.com Wed May 4 11:25:22 2005 From: fedora-extras-commits at redhat.com (Greg DeKoenigsberg (gdk)) Date: Wed, 4 May 2005 07:25:22 -0400 Subject: web/include navigation.inc,1.1.1.1,1.2 Message-ID: <200505041125.j44BPMUX031100@cvs-int.fedora.redhat.com> Author: gdk Update of /cvs/fedora/web/include In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31073/include Modified Files: navigation.inc Log Message: Removing some old projects from the nav, updating the front page to use a "latest news" format Index: navigation.inc =================================================================== RCS file: /cvs/fedora/web/include/navigation.inc,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- navigation.inc 30 Mar 2005 17:47:28 -0000 1.1.1.1 +++ navigation.inc 4 May 2005 11:25:20 -0000 1.2 @@ -26,17 +26,18 @@ )), "Projects"=>array("uri"=>"/projects/","sub"=>array( "Anaconda Installer"=>array("uri"=>"/projects/anaconda-installer/"), - "Artwork"=>array("uri"=>"/projects/artwork/"), - "Configuration Tools"=>array("uri"=>"/projects/config-tools/"), + //"Artwork"=>array("uri"=>"/projects/artwork/"), + //"Configuration Tools"=>array("uri"=>"/projects/config-tools/"), "Desktop"=>array("uri"=>"/projects/desktop/"), "Docs"=>array("uri"=>"/projects/docs/"), + "Extras"=>array("uri"=>"/projects/extras/"), "Internationalization"=>array("uri"=>"/projects/i18n/"), - "QA"=>array("uri"=>"/projects/qa/"), + //"QA"=>array("uri"=>"/projects/qa/"), "SELinux"=>array("uri"=>"/projects/selinux/"), "Stateless Linux"=>array("uri"=>"/projects/stateless/"), "Translations"=>array("uri"=>"/projects/translations/"), "Virtualization"=>array("uri"=>"/projects/virtualization/"), - "Additional Projects"=>array("uri"=>"/projects/additional-projects/"), + //"Additional Projects"=>array("uri"=>"/projects/additional-projects/"), )), "Participate"=>array("uri"=>"/participate/","sub"=>array( "Communicate"=>array("uri"=>"/participate/communicate/","sub"=>array( From fedora-extras-commits at redhat.com Wed May 4 11:25:21 2005 From: fedora-extras-commits at redhat.com (Greg DeKoenigsberg (gdk)) Date: Wed, 4 May 2005 07:25:21 -0400 Subject: web/html index.php,1.4,1.5 Message-ID: <200505041125.j44BPL5i031092@cvs-int.fedora.redhat.com> Author: gdk Update of /cvs/fedora/web/html In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31073/html Modified Files: index.php Log Message: Removing some old projects from the nav, updating the front page to use a "latest news" format Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/index.php,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.php 11 Apr 2005 22:36:48 -0000 1.4 +++ index.php 4 May 2005 11:25:19 -0000 1.5 @@ -10,80 +10,22 @@
    -

    What is ?

    - is a Red-Hat-sponsored and -community-supported open source project. It is also a proving ground + is an open source project sponsored by +Red Hat and supported by the Fedora community. It is also a proving ground for new technology that may eventually make its way into Red Hat products. It is not a supported product of Red Hat, Inc.

    -The goal of - -is to work with the Linux community to build a complete, general purpose -operating system exclusively from free software. Development will be -done in a public forum. The project will produce time-based releases -of - -about 2-3 times a year with a public -release schedule. The Red -Hat engineering team will continue to participate in the building of - and will invite and encourage more outside -participation than was possible in Red Hat Linux. -By using this more open process, -we hope to provide an operating system that uses free software development -practices and is more appealing to the open source community. - -

    - -

    To learn more about the process, refer to About, the Objectives, and the FAQs.

    -

    -To learn what has changed and been improved, read the -Release Notes. -

    - -
    -

    Fedora Core 2 Transferred to Fedora Legacy

    -

    -With the release of Fedora Core 4 Test 2, the Fedora Steering Committee -would like to announce the transfer of Fedora Core 2 to the -Fedora Legacy Project. -

    -For more information on the Fedora Legacy Project, or if you wish to join -the team please see http://fedoralegacy.org/. - -


    -

    Fedora Core 4 test 2 Available!

    - -

    The second test release of Fedora Core 4 is now -available -from Red Hat and at distinguished mirror sites near you, and is also -available in the torrent. -New features in Fedora Core 4 test 2 include GNOME 2.10, KDE 3.4, as -well as a preview of GCC 4.0, as well as support for the PowerPC architecture. -Please file bugs via -Bugzilla, -Product Fedora Core, Version fc4test2, -so that they are noticed and appropriately classified. Discuss this release on -fedora-test-list. -

    - -
    -

    FUDCon 1

    -

    -The first Fedora Users & Developers Conference was held on -February 18, 2005 at Boston University in Boston, MA USA. Thanks to Boston University for all their help, and -thanks to the Fedora Community for helping make this a success! -

    +
    -

    Fedora Core 3 Available!

    Fedora Core 3 is now @@ -100,56 +42,57 @@ fedora-list.

    -
    -

    Fedora Core 1 Transferred to Fedora Legacy

    +
    -

    With the release of Fedora Core 3 Test 2, the Fedora Steering Committee would -like to announce the transfer of Fedora Core 1 to the -Fedora Legacy Project. - -

    This represents a one month extension from the original timetable - an -extension we hope will enable the Fedora Legacy Project to receive -considerably better quality access to the codebase.

    - -

    For more information on the Fedora Legacy Project, or if you wish to join -the team please see http://fedoralegacy.org/.

    - -
    - +

    Latest Fedora News

    -Join the fedora-list -mailing list or chat with other participants on IRC. + [03 May 2005] Endorsement of fedoraforum.org
    + The Fedora Project now endorses + fedoraforum.org as its end-user + forum of choice. Read more about the other available + discussion forums.

    - -
    - -

    Download

    -

    -Another objective of is to be widely available and freely -redistributable. -Each release of will be available for free download -via FTP and other distribution mechanisms (for example, BitTorrent). Anyone interested -in using, developing, testing, or evaluating is encouraged to -download the latest version (or the -latest test release if available) and try it. + [21 Apr 2005] FUDCon 2 Announced
    + FUDCon 2, the second gathering + of Fedora Users and Developers, will be held at LinuxTag in Karlsruhe, + Germany on the 24th and 25th of June.

    - -
    -

    The New Name

    -

    -The Red Hat Linux Project, as this used to be called, is merging with -the Fedora Linux project. -We had so many common goals that to work apart would be a waste of effort. -We have months of effort before we can have a unified infrastructure, -so we still have two different web sites, two sets of documentation, and -so forth, but we will be unifying our work over time. Red Hat would -like to thank Fedora Linux project developers for proposing the merger -and committing time to making the merger a reality. + [15 Apr 2005] Fedora Core 4 test 2 now available
    + The second test release of Fedora Core 4 + is now available. New features in FC4 + test 2 include GNOME 2.10, KDE 3.4, and a preview of GCC 4.0. PowerPC is + also supported. Download it from the torrent. File bugs in + bugzilla against Fedora + Core, version fc4test2. Discuss this release on + fedora-test-list.

    +

    + [15 Apr 2005] Fedora Core 2 moves to Legacy Project
    + The Fedora Steering Committee announces the + transfer of Fedora Core 2 to the + Fedora Legacy Project. + For more information on the Fedora Legacy Project, or if you wish to join + the team please see http://fedoralegacy.org/. +

    +

    + [01 Mar 2005] Announcing the Fedora Extras Project
    + The Fedora Extras Project has been + established to create high-quality software to augment software available in + Fedora Core. +

    + +
    -
    +

    Fedora Core Release Schedule

    + +

    + The Fedora Project announces a new major release of Fedora Core every + four to six months. The current release schedule is available + here. +


    +

    Red Hat Enterprise Linux

    From fedora-extras-commits at redhat.com Wed May 4 11:25:22 2005 From: fedora-extras-commits at redhat.com (Greg DeKoenigsberg (gdk)) Date: Wed, 4 May 2005 07:25:22 -0400 Subject: web/html/participate/communicate index.php,1.1.1.1,1.2 Message-ID: <200505041125.j44BPMNm031096@cvs-int.fedora.redhat.com> Author: gdk Update of /cvs/fedora/web/html/participate/communicate In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31073/html/participate/communicate Modified Files: index.php Log Message: Removing some old projects from the nav, updating the front page to use a "latest news" format Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/participate/communicate/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- index.php 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ index.php 4 May 2005 11:25:19 -0000 1.2 @@ -11,9 +11,28 @@ Because participants are all over the world, a key element to the project is communication. In addition to Bugzilla, -IRC and mailing lists provide quick and easy ways to communicate. +forums, IRC and mailing lists provide quick and easy ways to communicate.

    +

    Forums

    +

    + End user forums provide Fedora users with an easy way of getting help on + any issues that may arise. Most of the forums are extremely active, and + provide structured access to a number of knowledgeable and helpful Fedora + users. +

    + +

    + fedoraforum.org is the forum endorsed + by the Fedora Project. Some of the other popular Fedora sites: +

    + + +

    IRC

    IRC, or Internet Relay Chat, is a real-time, text-based form of From fedora-extras-commits at redhat.com Wed May 4 12:04:08 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Wed, 4 May 2005 08:04:08 -0400 Subject: rpms/linphone/FC-3 linphone-1.0.1-Werror.patch, NONE, 1.1 linphone-1.0.1-desktop.patch, NONE, 1.1 linphone-1.0.1-pkgconfig.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 linphone.spec, 1.6, 1.7 sources, 1.2, 1.3 linphone-0.12.2-docs.patch, 1.1, NONE linphone-0.12.2-pkgconfig.patch, 1.1, NONE linphone-0.12.2-speex.patch, 1.1, NONE Message-ID: <200505041204.j44C48Yj032154@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/linphone/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32124 Modified Files: .cvsignore linphone.spec sources Added Files: linphone-1.0.1-Werror.patch linphone-1.0.1-desktop.patch linphone-1.0.1-pkgconfig.patch Removed Files: linphone-0.12.2-docs.patch linphone-0.12.2-pkgconfig.patch linphone-0.12.2-speex.patch Log Message: Update to 1.0.1 from devel linphone-1.0.1-Werror.patch: --- NEW FILE linphone-1.0.1-Werror.patch --- --- linphone-1.0.1/oRTP/configure.orig 2005-04-08 16:11:32.480520030 -0400 +++ linphone-1.0.1/oRTP/configure 2005-04-08 16:13:20.515559404 -0400 @@ -20712,10 +20712,6 @@ posixtimer_interval=20000 fi -if test "$GCC" = "yes" ; then - CFLAGS="$CFLAGS -Werror" -fi - cat >>confdefs.h <<_ACEOF #define POSIXTIMER_INTERVAL $posixtimer_interval linphone-1.0.1-desktop.patch: --- NEW FILE linphone-1.0.1-desktop.patch --- --- linphone-1.0.1/share/linphone.desktop.term 2005-04-08 16:26:59.110190675 -0400 +++ linphone-1.0.1/share/linphone.desktop 2005-04-08 16:27:07.641592794 -0400 @@ -6,5 +6,5 @@ Type=Application Exec=linphone Icon=linphone/linphone2.png -Terminal=0 +Terminal=false Categories=Application;Network; linphone-1.0.1-pkgconfig.patch: --- NEW FILE linphone-1.0.1-pkgconfig.patch --- --- linphone-0.12.2/share/linphone.pc.in.orig 2005-03-23 21:10:49.392763407 -0500 +++ linphone-0.12.2/share/linphone.pc.in 2005-03-23 21:11:21.983938389 -0500 @@ -1,7 +1,7 @@ -prefix=@prefix@ -exec_prefix=${prefix} -libdir=${exec_prefix}/lib -includedir=${prefix}/include +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ Name: liblinphone --- linphone-1.0.1/share/Makefile.in.pkgconfig 2005-03-23 03:17:48.000000000 -0500 +++ linphone-1.0.1/share/Makefile.in 2005-03-24 13:40:41.828557116 -0500 @@ -286,7 +286,7 @@ #to be compliant with freedesktop.org: linphone_fddir = $(prefix)/share/applications/ linphone_fd_DATA = linphone.desktop -pkgconfigdir = $(prefix)/lib/pkgconfig +pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = linphone.pc EXTRA_DIST = $(LINPHONE_SOUNDS) \ $(LINPHONE_RINGS) \ Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/linphone/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 16 Mar 2005 17:12:25 -0000 1.2 +++ .cvsignore 4 May 2005 12:04:06 -0000 1.3 @@ -1 +1 @@ -linphone-0.12.2.tar.gz +linphone-1.0.1.tar.gz Index: linphone.spec =================================================================== RCS file: /cvs/extras/rpms/linphone/FC-3/linphone.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- linphone.spec 24 Mar 2005 12:40:47 -0000 1.6 +++ linphone.spec 4 May 2005 12:04:06 -0000 1.7 @@ -1,19 +1,19 @@ Name: linphone -Version: 0.12.2 -Release: 7 +Version: 1.0.1 +Release: 1.fc3 Summary: Phone anywhere in the whole world by using the Internet Group: Applications/Communications License: GPL URL: http://www.linphone.org/?lang=us&rubrique=1 -Source0: http://simon.morlat.free.fr/download/0.12.2/source/linphone-0.12.2.tar.gz -Patch: linphone-0.12.2-docs.patch -Patch1: linphone-0.12.2-speex.patch -Patch2: linphone-0.12.2-pkgconfig.patch +Source0: http://simon.morlat.free.fr/download/1.0.x/source/linphone-1.0.1.tar.gz +Patch: linphone-1.0.1-pkgconfig.patch +Patch1: linphone-1.0.1-Werror.patch +Patch2: linphone-1.0.1-desktop.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel -BuildRequires: libosip-devel speex-devel gettext +BuildRequires: libosip-devel speex-devel gettext desktop-file-utils %description Linphone is mostly sip compliant. It works successfully with these @@ -37,15 +37,30 @@ Requires: %{name} = %{version}-%{release} glib2-devel %description devel -Libraries required to develop software with linphone +Libraries and headers required to develop software with linphone. + +%package -n ortp +Summary: A C library implementing the RTP protocol (rfc1889) +Group: System Environment/Libraries +Version: 0.7.0 + +%description -n ortp +oRTP is a LGPL licensed C library implementing the RTP protocol (rfc1889). It +is available for most *nix clones (primilarly Linux and HP-UX), and Win32. + +%package -n ortp-devel +Summary: Development libraries for ortp +Group: Development/Libraries +Version: 0.7.0 + +%description -n ortp-devel +Libraries and headers required to develop software with ortp. %prep %setup -q -%patch -p 1 -b .docs -%patch1 -p 1 -b .speex -%patch2 -p 1 -b .pkgconfig -rm -r $RPM_BUILD_DIR/linphone-0.12.2/oRTP/docs -rm -r $RPM_BUILD_DIR/linphone-0.12.2/speex +%patch -p 1 -b .pkgconfig +%patch1 -p 1 -b .Werror +%patch2 -p 1 -b .old %build %configure @@ -55,6 +70,15 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT %find_lang %{name} +desktop-file-install --vendor=fedora \ + --delete-original \ + --dir $RPM_BUILD_ROOT%{_datadir}/applications \ + --remove-category Network \ + --add-category X-Fedora \ + --add-category Internet \ + --add-category Telephony \ + --add-category GTK \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT @@ -63,30 +87,52 @@ %postun -p /sbin/ldconfig +%post -n ortp -p /sbin/ldconfig + +%postun -n ortp -p /sbin/ldconfig + %files -f %{name}.lang %defattr(-,root,root) +%doc AUTHORS ChangeLog COPYING NEWS README TODO %{_bindir}/* %{_libdir}/bonobo/servers/*.server -%{_libdir}/*.so.* +%{_libdir}/liblinphone.so.* %{_libexecdir}/* %{_mandir}/man1/* +%{_datadir}/applications/*%{name}.desktop %{_datadir}/gnome/apps/Internet/*.desktop %{_datadir}/gnome/help/linphone %{_datadir}/gnome-2.0/ui/*.xml %{_datadir}/gtk-doc/html/mediastreamer -%{_datadir}/linphonec %{_datadir}/pixmaps/linphone %{_datadir}/sounds/linphone %files devel %defattr(-,root,root) -%{_includedir}/* -%{_libdir}/*.a -%{_libdir}/*.la -%{_libdir}/*.so +%{_datadir}/gtk-doc/html/ortp +%{_includedir}/linphone +%{_libdir}/liblinphone.a +%{_libdir}/liblinphone.la +%{_libdir}/liblinphone.so %{_libdir}/pkgconfig/* +%files -n ortp +%defattr(-,root,root) +%doc oRTP/AUTHORS oRTP/ChangeLog oRTP/COPYING oRTP/NEWS oRTP/README oRTP/TODO oRTP/ +%{_libdir}/libortp.so.* + +%files -n ortp-devel +%defattr(-,root,root) +%{_includedir}/ortp +%{_libdir}/libortp.a +%{_libdir}/libortp.la +%{_libdir}/libortp.so + %changelog +* Wed May 4 2005 Ignacio Vazquez-Abrams 1.0.1-1 +- Update to 1.0.1 +- Port patches from devel + * Wed Mar 23 2005 Ignacio Vazquez-Abrams 0.12.2-7 - pkgconfig and -devel fixes Index: sources =================================================================== RCS file: /cvs/extras/rpms/linphone/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 16 Mar 2005 17:12:25 -0000 1.2 +++ sources 4 May 2005 12:04:06 -0000 1.3 @@ -1 +1 @@ -86c01dbbcdb41786229f51ec0994ff67 linphone-0.12.2.tar.gz +d65f977dd6512b7725fcb2e2c9713e65 linphone-1.0.1.tar.gz --- linphone-0.12.2-docs.patch DELETED --- --- linphone-0.12.2-pkgconfig.patch DELETED --- --- linphone-0.12.2-speex.patch DELETED --- From fedora-extras-commits at redhat.com Wed May 4 12:23:24 2005 From: fedora-extras-commits at redhat.com (Greg DeKoenigsberg (gdk)) Date: Wed, 4 May 2005 08:23:24 -0400 Subject: web/html/projects/stateless index.php,1.1.1.1,1.2 Message-ID: <200505041223.j44CNO1H032258@cvs-int.fedora.redhat.com> Author: gdk Update of /cvs/fedora/web/html/projects/stateless In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32250 Modified Files: index.php Log Message: Oops, didn't commit this one Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/projects/stateless/index.php,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- index.php 30 Mar 2005 17:47:28 -0000 1.1.1.1 +++ index.php 4 May 2005 12:23:21 -0000 1.2 @@ -17,32 +17,20 @@ /* Display name is the proper name of the project -- * it is displayed at the top of the page */ -$project->display_name="Stateless Linux"; -$project->project_name="stateless"; -$project->mailing_list="fedora-devel-list"; -$project->cvs_module="sml"; +$project->display_name="Fedora Extras Project"; +$project->project_name="extras"; +$project->mailing_list="fedora-extras-list"; +//$project->cvs_module="sml"; /* Note: The TODO list is a filename which is * the project_name with a .todo extension */ /* Project description */ -$project->desc="

    The Stateless Linux project is an OS-wide initiative to ensure that Fedora computers can -be set up as replaceable appliances, with no important local state.

    - -

    For example, a system administrator can set up a network of hundreds of desktop client machines -as clones of a master system, and be sure that all of them are kept synchronised whenever he or she updates the master system. We provide several technologies for doing this.

    - -

    The scope of the project is the entire OS, since we are trying to improve configuration throughout all packages. However, there are some packages which are specific to Stateless Linux:

    -
      -
    • readonly-root
    • -
    • stateless-common
    • -
    • stateless-client
    • -
    • stateless-server
    • -
    +$project->desc="

    The Fedora Extras project, sponsored by Red Hat and +maintained by the Fedora community, provides hundreds of high-quality +software packages to augment the software available in Fedora Core.

    "; - - /* If the project uses Rawhide, then set the value to TRUE */ $project->rawhide=FALSE; @@ -51,7 +39,7 @@ /* Contacts */ /* Format: "Full Name", "email at hostname", "Title" * Note: Title is optional. If omitted, then your title is "Maintainer" */ -//$project->addMaintainer("Havoc Pennington","hp at redhat.com", "Project Lead"); +$project->addMaintainer("Greg DeKoenigsberg","gdk at redhat.com", "Project Contact"); /* Screenshots */ /* Format: "Basefilename.ext", "Short image description" @@ -81,12 +69,21 @@ $project->displayProject(); ?> -

    Our Vision

    -

    An overview document can be found here in PDF format.

    - -

    Installing Stateless Linux

    -

    Instructions for installing a Stateless Linux server together with clients of various kinds can be found here.

    - +

    Using Fedora Extras

    +

    + Configuring a system to use the software from Fedora Extras is easy. + Read the + docs + for more information. +

    + +

    Participating in Fedora Extras

    +

    + All software packagers are welcome to participate in the Fedora Extras + Project. For more information on how to become a Fedora Extras contributor, + please consult the wiki at + fedoraproject.org. +

    Author: gdk Update of /cvs/fedora/web/html/projects/extras In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32296/extras Log Message: Directory /cvs/fedora/web/html/projects/extras added to the repository From fedora-extras-commits at redhat.com Wed May 4 12:27:30 2005 From: fedora-extras-commits at redhat.com (Greg DeKoenigsberg (gdk)) Date: Wed, 4 May 2005 08:27:30 -0400 Subject: web/html/projects/extras index.php,NONE,1.1 Message-ID: <200505041227.j44CRU10032320@cvs-int.fedora.redhat.com> Author: gdk Update of /cvs/fedora/web/html/projects/extras In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32313/extras Added Files: index.php Log Message: Forgot to add this one ***** Error reading new file: [Errno 2] No such file or directory: 'index.php' From fedora-extras-commits at redhat.com Wed May 4 13:33:49 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Wed, 4 May 2005 09:33:49 -0400 Subject: rpms/perl-String-ShellQuote/devel .cvsignore, 1.3, 1.4 perl-String-ShellQuote.spec, 1.9, 1.10 sources, 1.3, 1.4 Message-ID: <200505041333.j44DXnIB001174@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/perl-String-ShellQuote/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1153/devel Modified Files: .cvsignore perl-String-ShellQuote.spec sources Log Message: 1.03. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-String-ShellQuote/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 10 Feb 2005 20:52:36 -0000 1.3 +++ .cvsignore 4 May 2005 13:33:47 -0000 1.4 @@ -1 +1 @@ -String-ShellQuote-1.02.tar.gz +String-ShellQuote-1.03.tar.gz Index: perl-String-ShellQuote.spec =================================================================== RCS file: /cvs/extras/rpms/perl-String-ShellQuote/devel/perl-String-ShellQuote.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-String-ShellQuote.spec 6 Apr 2005 22:13:07 -0000 1.9 +++ perl-String-ShellQuote.spec 4 May 2005 13:33:47 -0000 1.10 @@ -1,15 +1,12 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-String-ShellQuote -Version: 1.02 +Version: 1.03 Release: 2 - Summary: Perl module for quoting strings for passing through the shell Group: Development/Libraries License: GPL or Artistic URL: http://search.cpan.org/dist/String-ShellQuote/ -Source0: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-1.02.tar.gz +Source0: http://www.cpan.org/authors/id/R/RO/ROSCH/String-ShellQuote-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -17,9 +14,9 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description -This module contains some functions which are useful for quoting -strings which are going to pass through the shell or a shell-like -object. +This package contains a Perl module and a command line utility which +are useful for quoting strings which are going to pass through the +shell or a shell-like object. %prep @@ -50,11 +47,16 @@ %files %defattr(-,root,root,-) %doc Changes README +%{_bindir}/shell-quote %{perl_vendorlib}/String +%{_mandir}/man1/shell-quote.1* %{_mandir}/man3/String::ShellQuote.3* %changelog +* Wed May 4 2005 Ville Skytt?? - 1.03-2 +- 1.03. + * Fri Apr 7 2005 Michael Schwendt - rebuilt Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-String-ShellQuote/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 10 Feb 2005 20:52:36 -0000 1.3 +++ sources 4 May 2005 13:33:47 -0000 1.4 @@ -1 +1 @@ -ae28b95a74b01a30425528574d2ee9df String-ShellQuote-1.02.tar.gz +b42822efe385f6604f55b0cea5ac0b76 String-ShellQuote-1.03.tar.gz From fedora-extras-commits at redhat.com Wed May 4 14:35:40 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Wed, 4 May 2005 10:35:40 -0400 Subject: rpms/tla/FC-3 tla.spec,1.9,1.10 Message-ID: <200505041435.j44EZet1002272@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2252 Modified Files: tla.spec Log Message: update dist tag to new recommendations Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/tla.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- tla.spec 3 May 2005 22:47:48 -0000 1.9 +++ tla.spec 4 May 2005 14:35:37 -0000 1.10 @@ -1,6 +1,8 @@ +%{!?dist: %define dist .fc3} + Name: tla Version: 1.3.2 -Release: 3.fc3 +Release: 4%{?dist} Summary: The Low-Budget Arch Revision Control System Group: Development/Tools @@ -69,6 +71,9 @@ %{_bindir}/tla %changelog +* Wed May 04 2005 Shahms E. King - 0:1.3.2-4 +- Update disttag to new recommendations + * Tue May 03 2005 Shahms E. King - 0:1.3.2-3 - Add disttag - Fix documentation packaging From fedora-extras-commits at redhat.com Wed May 4 14:36:34 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Wed, 4 May 2005 10:36:34 -0400 Subject: rpms/tla/devel tla.spec,1.13,1.14 Message-ID: <200505041436.j44EaYvh002300@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2283 Modified Files: tla.spec Log Message: update disttag to new recommendations Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- tla.spec 3 May 2005 22:47:24 -0000 1.13 +++ tla.spec 4 May 2005 14:36:32 -0000 1.14 @@ -1,6 +1,8 @@ +%{!?dist: %define dist .fc4} + Name: tla Version: 1.3.2 -Release: 3.fc4 +Release: 4%{?dist} Summary: The Low-Budget Arch Revision Control System Group: Development/Tools @@ -69,6 +71,9 @@ %{_bindir}/tla %changelog +* Wed May 04 2005 Shahms E. King - 0:1.3.2-4 +- Update disttag to new recommendations + * Tue May 03 2005 Shahms E. King - 0:1.3.2-3 - Add disttag - Fix documentation packaging From fedora-extras-commits at redhat.com Wed May 4 14:43:24 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:43:24 -0400 Subject: common tobuild,1.72,1.73 Message-ID: <200505041443.j44EhOLU002345@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2328 Modified Files: tobuild Log Message: remove items that have been built Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- tobuild 4 May 2005 04:07:22 -0000 1.72 +++ tobuild 4 May 2005 14:43:21 -0000 1.73 @@ -1,26 +1,4 @@ # this is the build control file. the format is # user repo tag target status # -skvidal rpms/mknbi/devel mknbi-1_4_4-1 development -skvidal rpms/wxGTK/devel wxGTK-2_4_2-10 development -skvidal rpms/sylpheed-claws/devel sylpheed-claws-1_0_4-2 development skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development -skvidal rpms/QuantLib/devel QuantLib-0_3_8-6 development -skvidal rpms/xmms-arts/devel xmms-arts-0_7_1-1 development -skvidal rpms/xmms-skins/devel xmms-skins-1_2_10-15 development -skvidal rpms/lirc/devel lirc-0_7_1-2 development -skvidal rpms/synergy/devel synergy-1_2_2-2 development -skvidal rpms/nmh/devel nmh-1_1-7_fc4 development -skvidal rpms/fluxbox/devel fluxbox-0_9_9-4 development -skvidal rpms/enigma/devel enigma-0_81-5 development -skvidal rpms/stellarium/devel stellarium-0_6_2-4 development -skvidal rpms/glunarclock/devel glunarclock-0_32_2-4 development -skvidal rpms/notemeister/devel notemeister-0_1_7-5 development -skvidal rpms/manedit/devel manedit-0_5_11-5 development -skvidal rpms/abicheck/devel abicheck-1_2-5 development -skvidal rpms/irssi/devel irssi-0_8_9-7 development -skvidal rpms/uim/devel uim-0_4_6-1 development -skvidal rpms/ipython/devel ipython-0_6_13-2 development -skvidal rpms/R/devel R-2_1_0-51 development -skvidal rpms/exim/devel exim-4_50-2 development -skvidal rpms/mknbi/devel mknbi-1_4_4-2 development From fedora-extras-commits at redhat.com Wed May 4 14:44:27 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:44:27 -0400 Subject: common tobuild,1.73,1.74 Message-ID: <200505041444.j44EiRvI002429@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2410 Modified Files: tobuild Log Message: request build of rpms/exim-doc/devel exim-doc-4_50-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.73 retrieving revision 1.74 diff -u -r1.73 -r1.74 --- tobuild 4 May 2005 14:43:21 -0000 1.73 +++ tobuild 4 May 2005 14:44:25 -0000 1.74 @@ -2,3 +2,4 @@ # user repo tag target status # skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development +skvidal rpms/exim-doc/devel exim-doc-4_50-1 development From fedora-extras-commits at redhat.com Wed May 4 14:44:39 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:44:39 -0400 Subject: common tobuild,1.74,1.75 Message-ID: <200505041444.j44EidL7002492@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2475 Modified Files: tobuild Log Message: request build of rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.74 retrieving revision 1.75 diff -u -r1.74 -r1.75 --- tobuild 4 May 2005 14:44:25 -0000 1.74 +++ tobuild 4 May 2005 14:44:37 -0000 1.75 @@ -3,3 +3,4 @@ # skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development skvidal rpms/exim-doc/devel exim-doc-4_50-1 development +skvidal rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-3_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:44:51 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:44:51 -0400 Subject: common tobuild,1.75,1.76 Message-ID: <200505041444.j44EipdT002554@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2537 Modified Files: tobuild Log Message: request build of rpms/ulogd/devel ulogd-1_23-1_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.75 retrieving revision 1.76 diff -u -r1.75 -r1.76 --- tobuild 4 May 2005 14:44:37 -0000 1.75 +++ tobuild 4 May 2005 14:44:49 -0000 1.76 @@ -4,3 +4,4 @@ skvidal rpms/perl-IO-Tty/devel perl-IO-Tty-1_02-3 development skvidal rpms/exim-doc/devel exim-doc-4_50-1 development skvidal rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-3_fc4 development +skvidal rpms/ulogd/devel ulogd-1_23-1_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:45:06 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:45:06 -0400 Subject: common tobuild,1.76,1.77 Message-ID: <200505041445.j44Ej6iP002619@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2602 Modified Files: tobuild Log Message: request build of rpms/putty/devel putty-0_58-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.76 retrieving revision 1.77 diff -u -r1.76 -r1.77 --- tobuild 4 May 2005 14:44:49 -0000 1.76 +++ tobuild 4 May 2005 14:45:04 -0000 1.77 @@ -5,3 +5,4 @@ skvidal rpms/exim-doc/devel exim-doc-4_50-1 development skvidal rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-3_fc4 development skvidal rpms/ulogd/devel ulogd-1_23-1_fc4 development +skvidal rpms/putty/devel putty-0_58-1 development From fedora-extras-commits at redhat.com Wed May 4 14:45:18 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:45:18 -0400 Subject: common tobuild,1.77,1.78 Message-ID: <200505041445.j44EjIVH002682@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2665 Modified Files: tobuild Log Message: request build of rpms/p7zip/devel p7zip-4_16-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.77 retrieving revision 1.78 diff -u -r1.77 -r1.78 --- tobuild 4 May 2005 14:45:04 -0000 1.77 +++ tobuild 4 May 2005 14:45:16 -0000 1.78 @@ -6,3 +6,4 @@ skvidal rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-3_fc4 development skvidal rpms/ulogd/devel ulogd-1_23-1_fc4 development skvidal rpms/putty/devel putty-0_58-1 development +skvidal rpms/p7zip/devel p7zip-4_16-1 development From fedora-extras-commits at redhat.com Wed May 4 14:45:30 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:45:30 -0400 Subject: common tobuild,1.78,1.79 Message-ID: <200505041445.j44EjUNt002745@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2728 Modified Files: tobuild Log Message: request build of rpms/js/devel js-1_5-0_rc6a_6 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- tobuild 4 May 2005 14:45:16 -0000 1.78 +++ tobuild 4 May 2005 14:45:28 -0000 1.79 @@ -7,3 +7,4 @@ skvidal rpms/ulogd/devel ulogd-1_23-1_fc4 development skvidal rpms/putty/devel putty-0_58-1 development skvidal rpms/p7zip/devel p7zip-4_16-1 development +skvidal rpms/js/devel js-1_5-0_rc6a_6 development From fedora-extras-commits at redhat.com Wed May 4 14:45:43 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:45:43 -0400 Subject: common tobuild,1.79,1.80 Message-ID: <200505041445.j44EjhSe002808@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2791 Modified Files: tobuild Log Message: request build of rpms/bazaar/devel bazaar-1_3_2-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- tobuild 4 May 2005 14:45:28 -0000 1.79 +++ tobuild 4 May 2005 14:45:41 -0000 1.80 @@ -8,3 +8,4 @@ skvidal rpms/putty/devel putty-0_58-1 development skvidal rpms/p7zip/devel p7zip-4_16-1 development skvidal rpms/js/devel js-1_5-0_rc6a_6 development +skvidal rpms/bazaar/devel bazaar-1_3_2-3 development From fedora-extras-commits at redhat.com Wed May 4 14:47:08 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:47:08 -0400 Subject: common tobuild,1.80,1.81 Message-ID: <200505041447.j44El8hv002875@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2858 Modified Files: tobuild Log Message: request build of rpms/x3270/devel x3270-3_3_4-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- tobuild 4 May 2005 14:45:41 -0000 1.80 +++ tobuild 4 May 2005 14:47:06 -0000 1.81 @@ -9,3 +9,4 @@ skvidal rpms/p7zip/devel p7zip-4_16-1 development skvidal rpms/js/devel js-1_5-0_rc6a_6 development skvidal rpms/bazaar/devel bazaar-1_3_2-3 development +skvidal rpms/x3270/devel x3270-3_3_4-3 development From fedora-extras-commits at redhat.com Wed May 4 14:47:20 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:47:20 -0400 Subject: common tobuild,1.81,1.82 Message-ID: <200505041447.j44ElKAs002938@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2921 Modified Files: tobuild Log Message: request build of rpms/freeciv/devel freeciv-2_0_1-1_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.81 retrieving revision 1.82 diff -u -r1.81 -r1.82 --- tobuild 4 May 2005 14:47:06 -0000 1.81 +++ tobuild 4 May 2005 14:47:18 -0000 1.82 @@ -10,3 +10,4 @@ skvidal rpms/js/devel js-1_5-0_rc6a_6 development skvidal rpms/bazaar/devel bazaar-1_3_2-3 development skvidal rpms/x3270/devel x3270-3_3_4-3 development +skvidal rpms/freeciv/devel freeciv-2_0_1-1_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:47:33 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:47:33 -0400 Subject: common tobuild,1.82,1.83 Message-ID: <200505041447.j44ElXFp003009@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2992 Modified Files: tobuild Log Message: request build of rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- tobuild 4 May 2005 14:47:18 -0000 1.82 +++ tobuild 4 May 2005 14:47:30 -0000 1.83 @@ -11,3 +11,4 @@ skvidal rpms/bazaar/devel bazaar-1_3_2-3 development skvidal rpms/x3270/devel x3270-3_3_4-3 development skvidal rpms/freeciv/devel freeciv-2_0_1-1_fc4 development +skvidal rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-3 development From fedora-extras-commits at redhat.com Wed May 4 14:47:49 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:47:49 -0400 Subject: common tobuild,1.83,1.84 Message-ID: <200505041447.j44ElnqL003072@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3055 Modified Files: tobuild Log Message: request build of rpms/python-cherrypy/devel python-cherrypy-2_0_0-0_2_b for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.83 retrieving revision 1.84 diff -u -r1.83 -r1.84 --- tobuild 4 May 2005 14:47:30 -0000 1.83 +++ tobuild 4 May 2005 14:47:47 -0000 1.84 @@ -12,3 +12,4 @@ skvidal rpms/x3270/devel x3270-3_3_4-3 development skvidal rpms/freeciv/devel freeciv-2_0_1-1_fc4 development skvidal rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-3 development +skvidal rpms/python-cherrypy/devel python-cherrypy-2_0_0-0_2_b development From fedora-extras-commits at redhat.com Wed May 4 14:48:04 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:48:04 -0400 Subject: common tobuild,1.84,1.85 Message-ID: <200505041448.j44Em4YZ003141@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3121 Modified Files: tobuild Log Message: request build of rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.84 retrieving revision 1.85 diff -u -r1.84 -r1.85 --- tobuild 4 May 2005 14:47:47 -0000 1.84 +++ tobuild 4 May 2005 14:48:01 -0000 1.85 @@ -13,3 +13,4 @@ skvidal rpms/freeciv/devel freeciv-2_0_1-1_fc4 development skvidal rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-3 development skvidal rpms/python-cherrypy/devel python-cherrypy-2_0_0-0_2_b development +skvidal rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-1 development From fedora-extras-commits at redhat.com Wed May 4 14:48:44 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:48:44 -0400 Subject: common tobuild,1.85,1.86 Message-ID: <200505041448.j44EmiTD003205@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3188 Modified Files: tobuild Log Message: request build of rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.85 retrieving revision 1.86 diff -u -r1.85 -r1.86 --- tobuild 4 May 2005 14:48:01 -0000 1.85 +++ tobuild 4 May 2005 14:48:42 -0000 1.86 @@ -14,3 +14,4 @@ skvidal rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-3 development skvidal rpms/python-cherrypy/devel python-cherrypy-2_0_0-0_2_b development skvidal rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-1 development +skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development From fedora-extras-commits at redhat.com Wed May 4 14:48:56 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:48:56 -0400 Subject: common tobuild,1.86,1.87 Message-ID: <200505041448.j44EmuiS003268@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3251 Modified Files: tobuild Log Message: request build of rpms/gwget/devel gwget-0_93-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- tobuild 4 May 2005 14:48:42 -0000 1.86 +++ tobuild 4 May 2005 14:48:54 -0000 1.87 @@ -15,3 +15,4 @@ skvidal rpms/python-cherrypy/devel python-cherrypy-2_0_0-0_2_b development skvidal rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-1 development skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development +skvidal rpms/gwget/devel gwget-0_93-2 development From fedora-extras-commits at redhat.com Wed May 4 14:49:09 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:49:09 -0400 Subject: common tobuild,1.87,1.88 Message-ID: <200505041449.j44En9vv003331@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3314 Modified Files: tobuild Log Message: request build of rpms/verbiste/devel verbiste-0_1_10-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.87 retrieving revision 1.88 diff -u -r1.87 -r1.88 --- tobuild 4 May 2005 14:48:54 -0000 1.87 +++ tobuild 4 May 2005 14:49:07 -0000 1.88 @@ -16,3 +16,4 @@ skvidal rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-1 development skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development skvidal rpms/gwget/devel gwget-0_93-2 development +skvidal rpms/verbiste/devel verbiste-0_1_10-4 development From fedora-extras-commits at redhat.com Wed May 4 14:49:21 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:49:21 -0400 Subject: common tobuild,1.88,1.89 Message-ID: <200505041449.j44EnL08003393@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3376 Modified Files: tobuild Log Message: request build of rpms/quilt/devel quilt-0_40-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.88 retrieving revision 1.89 diff -u -r1.88 -r1.89 --- tobuild 4 May 2005 14:49:07 -0000 1.88 +++ tobuild 4 May 2005 14:49:19 -0000 1.89 @@ -17,3 +17,4 @@ skvidal rpms/gstreamer-python/devel gstreamer-python-0_8_1-3 development skvidal rpms/gwget/devel gwget-0_93-2 development skvidal rpms/verbiste/devel verbiste-0_1_10-4 development +skvidal rpms/quilt/devel quilt-0_40-1 development From fedora-extras-commits at redhat.com Wed May 4 14:49:40 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:49:40 -0400 Subject: common tobuild,1.89,1.90 Message-ID: <200505041449.j44EneIc003459@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3442 Modified Files: tobuild Log Message: request build of rpms/cyrus-imapd/devel cyrus-imapd-2_2_12-6_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.89 retrieving revision 1.90 diff -u -r1.89 -r1.90 --- tobuild 4 May 2005 14:49:19 -0000 1.89 +++ tobuild 4 May 2005 14:49:38 -0000 1.90 @@ -18,3 +18,4 @@ skvidal rpms/gwget/devel gwget-0_93-2 development skvidal rpms/verbiste/devel verbiste-0_1_10-4 development skvidal rpms/quilt/devel quilt-0_40-1 development +skvidal rpms/cyrus-imapd/devel cyrus-imapd-2_2_12-6_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:49:52 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:49:52 -0400 Subject: common tobuild,1.90,1.91 Message-ID: <200505041449.j44Enqo1003522@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3505 Modified Files: tobuild Log Message: request build of rpms/perl-Config-Record/devel perl-Config-Record-1_1_0-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- tobuild 4 May 2005 14:49:38 -0000 1.90 +++ tobuild 4 May 2005 14:49:50 -0000 1.91 @@ -19,3 +19,4 @@ skvidal rpms/verbiste/devel verbiste-0_1_10-4 development skvidal rpms/quilt/devel quilt-0_40-1 development skvidal rpms/cyrus-imapd/devel cyrus-imapd-2_2_12-6_fc4 development +skvidal rpms/perl-Config-Record/devel perl-Config-Record-1_1_0-2 development From fedora-extras-commits at redhat.com Wed May 4 14:50:05 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:50:05 -0400 Subject: common tobuild,1.91,1.92 Message-ID: <200505041450.j44Eo5cp003586@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3568 Modified Files: tobuild Log Message: request build of rpms/python-durus/devel python-durus-1_5-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.91 retrieving revision 1.92 diff -u -r1.91 -r1.92 --- tobuild 4 May 2005 14:49:50 -0000 1.91 +++ tobuild 4 May 2005 14:50:03 -0000 1.92 @@ -20,3 +20,4 @@ skvidal rpms/quilt/devel quilt-0_40-1 development skvidal rpms/cyrus-imapd/devel cyrus-imapd-2_2_12-6_fc4 development skvidal rpms/perl-Config-Record/devel perl-Config-Record-1_1_0-2 development +skvidal rpms/python-durus/devel python-durus-1_5-2 development From fedora-extras-commits at redhat.com Wed May 4 14:50:18 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:50:18 -0400 Subject: common tobuild,1.92,1.93 Message-ID: <200505041450.j44EoID0003658@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3635 Modified Files: tobuild Log Message: request build of rpms/tla/devel tla-1_3_2-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.92 retrieving revision 1.93 diff -u -r1.92 -r1.93 --- tobuild 4 May 2005 14:50:03 -0000 1.92 +++ tobuild 4 May 2005 14:50:16 -0000 1.93 @@ -21,3 +21,4 @@ skvidal rpms/cyrus-imapd/devel cyrus-imapd-2_2_12-6_fc4 development skvidal rpms/perl-Config-Record/devel perl-Config-Record-1_1_0-2 development skvidal rpms/python-durus/devel python-durus-1_5-2 development +skvidal rpms/tla/devel tla-1_3_2-4_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:50:30 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:50:30 -0400 Subject: common tobuild,1.93,1.94 Message-ID: <200505041450.j44EoU2e003721@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3704 Modified Files: tobuild Log Message: request build of rpms/xfwm4/devel xfwm4-4_2_1-5_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- tobuild 4 May 2005 14:50:16 -0000 1.93 +++ tobuild 4 May 2005 14:50:28 -0000 1.94 @@ -22,3 +22,4 @@ skvidal rpms/perl-Config-Record/devel perl-Config-Record-1_1_0-2 development skvidal rpms/python-durus/devel python-durus-1_5-2 development skvidal rpms/tla/devel tla-1_3_2-4_fc4 development +skvidal rpms/xfwm4/devel xfwm4-4_2_1-5_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:50:41 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:50:41 -0400 Subject: common tobuild,1.94,1.95 Message-ID: <200505041450.j44Eofki003783@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3766 Modified Files: tobuild Log Message: request build of rpms/xfwm4-themes/devel xfwm4-themes-4_2_1-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.94 retrieving revision 1.95 diff -u -r1.94 -r1.95 --- tobuild 4 May 2005 14:50:28 -0000 1.94 +++ tobuild 4 May 2005 14:50:39 -0000 1.95 @@ -23,3 +23,4 @@ skvidal rpms/python-durus/devel python-durus-1_5-2 development skvidal rpms/tla/devel tla-1_3_2-4_fc4 development skvidal rpms/xfwm4/devel xfwm4-4_2_1-5_fc4 development +skvidal rpms/xfwm4-themes/devel xfwm4-themes-4_2_1-3_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:50:53 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:50:53 -0400 Subject: common tobuild,1.95,1.96 Message-ID: <200505041450.j44EorfZ003846@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3829 Modified Files: tobuild Log Message: request build of rpms/c-ares/devel c-ares-1_2_1-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.95 retrieving revision 1.96 diff -u -r1.95 -r1.96 --- tobuild 4 May 2005 14:50:39 -0000 1.95 +++ tobuild 4 May 2005 14:50:51 -0000 1.96 @@ -24,3 +24,4 @@ skvidal rpms/tla/devel tla-1_3_2-4_fc4 development skvidal rpms/xfwm4/devel xfwm4-4_2_1-5_fc4 development skvidal rpms/xfwm4-themes/devel xfwm4-themes-4_2_1-3_fc4 development +skvidal rpms/c-ares/devel c-ares-1_2_1-2 development From fedora-extras-commits at redhat.com Wed May 4 14:51:06 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:51:06 -0400 Subject: common tobuild,1.96,1.97 Message-ID: <200505041451.j44Ep6Qu003909@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3892 Modified Files: tobuild Log Message: request build of rpms/leafpad/devel leafpad-0_8_0-1_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.96 retrieving revision 1.97 diff -u -r1.96 -r1.97 --- tobuild 4 May 2005 14:50:51 -0000 1.96 +++ tobuild 4 May 2005 14:51:04 -0000 1.97 @@ -25,3 +25,4 @@ skvidal rpms/xfwm4/devel xfwm4-4_2_1-5_fc4 development skvidal rpms/xfwm4-themes/devel xfwm4-themes-4_2_1-3_fc4 development skvidal rpms/c-ares/devel c-ares-1_2_1-2 development +skvidal rpms/leafpad/devel leafpad-0_8_0-1_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:51:18 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:51:18 -0400 Subject: common tobuild,1.97,1.98 Message-ID: <200505041451.j44EpIZm003972@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3955 Modified Files: tobuild Log Message: request build of rpms/libosip/devel libosip-0_9_7-7 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.97 retrieving revision 1.98 diff -u -r1.97 -r1.98 --- tobuild 4 May 2005 14:51:04 -0000 1.97 +++ tobuild 4 May 2005 14:51:16 -0000 1.98 @@ -26,3 +26,4 @@ skvidal rpms/xfwm4-themes/devel xfwm4-themes-4_2_1-3_fc4 development skvidal rpms/c-ares/devel c-ares-1_2_1-2 development skvidal rpms/leafpad/devel leafpad-0_8_0-1_fc4 development +skvidal rpms/libosip/devel libosip-0_9_7-7 development From fedora-extras-commits at redhat.com Wed May 4 14:51:30 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:51:30 -0400 Subject: common tobuild,1.98,1.99 Message-ID: <200505041451.j44EpU6S004035@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4018 Modified Files: tobuild Log Message: request build of rpms/lock-keys-applet/devel lock-keys-applet-1_0-9 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.98 retrieving revision 1.99 diff -u -r1.98 -r1.99 --- tobuild 4 May 2005 14:51:16 -0000 1.98 +++ tobuild 4 May 2005 14:51:28 -0000 1.99 @@ -27,3 +27,4 @@ skvidal rpms/c-ares/devel c-ares-1_2_1-2 development skvidal rpms/leafpad/devel leafpad-0_8_0-1_fc4 development skvidal rpms/libosip/devel libosip-0_9_7-7 development +skvidal rpms/lock-keys-applet/devel lock-keys-applet-1_0-9 development From fedora-extras-commits at redhat.com Wed May 4 14:51:42 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:51:42 -0400 Subject: common tobuild,1.99,1.100 Message-ID: <200505041451.j44Epg1F004098@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4081 Modified Files: tobuild Log Message: request build of rpms/notecase/devel notecase-0_8_2-7 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- tobuild 4 May 2005 14:51:28 -0000 1.99 +++ tobuild 4 May 2005 14:51:40 -0000 1.100 @@ -28,3 +28,4 @@ skvidal rpms/leafpad/devel leafpad-0_8_0-1_fc4 development skvidal rpms/libosip/devel libosip-0_9_7-7 development skvidal rpms/lock-keys-applet/devel lock-keys-applet-1_0-9 development +skvidal rpms/notecase/devel notecase-0_8_2-7 development From fedora-extras-commits at redhat.com Wed May 4 14:51:54 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:51:54 -0400 Subject: common tobuild,1.100,1.101 Message-ID: <200505041451.j44EpscL004161@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4144 Modified Files: tobuild Log Message: request build of rpms/gnome-applet-netspeed/devel gnome-applet-netspeed-0_12_1-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.100 retrieving revision 1.101 diff -u -r1.100 -r1.101 --- tobuild 4 May 2005 14:51:40 -0000 1.100 +++ tobuild 4 May 2005 14:51:52 -0000 1.101 @@ -29,3 +29,4 @@ skvidal rpms/libosip/devel libosip-0_9_7-7 development skvidal rpms/lock-keys-applet/devel lock-keys-applet-1_0-9 development skvidal rpms/notecase/devel notecase-0_8_2-7 development +skvidal rpms/gnome-applet-netspeed/devel gnome-applet-netspeed-0_12_1-2_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:52:06 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:52:06 -0400 Subject: common tobuild,1.101,1.102 Message-ID: <200505041452.j44Eq6cd004224@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4207 Modified Files: tobuild Log Message: request build of rpms/cone/devel cone-0_64-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.101 retrieving revision 1.102 diff -u -r1.101 -r1.102 --- tobuild 4 May 2005 14:51:52 -0000 1.101 +++ tobuild 4 May 2005 14:52:04 -0000 1.102 @@ -30,3 +30,4 @@ skvidal rpms/lock-keys-applet/devel lock-keys-applet-1_0-9 development skvidal rpms/notecase/devel notecase-0_8_2-7 development skvidal rpms/gnome-applet-netspeed/devel gnome-applet-netspeed-0_12_1-2_fc4 development +skvidal rpms/cone/devel cone-0_64-2 development From fedora-extras-commits at redhat.com Wed May 4 14:52:26 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:52:26 -0400 Subject: common tobuild,1.102,1.103 Message-ID: <200505041452.j44EqQxp004308@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4291 Modified Files: tobuild Log Message: request build of rpms/librx/devel librx-1_5-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- tobuild 4 May 2005 14:52:04 -0000 1.102 +++ tobuild 4 May 2005 14:52:24 -0000 1.103 @@ -31,3 +31,4 @@ skvidal rpms/notecase/devel notecase-0_8_2-7 development skvidal rpms/gnome-applet-netspeed/devel gnome-applet-netspeed-0_12_1-2_fc4 development skvidal rpms/cone/devel cone-0_64-2 development +skvidal rpms/librx/devel librx-1_5-2_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:52:38 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:52:38 -0400 Subject: common tobuild,1.103,1.104 Message-ID: <200505041452.j44Eqc3S004371@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4354 Modified Files: tobuild Log Message: request build of rpms/libcdio/devel libcdio-0_73-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.103 retrieving revision 1.104 diff -u -r1.103 -r1.104 --- tobuild 4 May 2005 14:52:24 -0000 1.103 +++ tobuild 4 May 2005 14:52:36 -0000 1.104 @@ -32,3 +32,4 @@ skvidal rpms/gnome-applet-netspeed/devel gnome-applet-netspeed-0_12_1-2_fc4 development skvidal rpms/cone/devel cone-0_64-2 development skvidal rpms/librx/devel librx-1_5-2_fc4 development +skvidal rpms/libcdio/devel libcdio-0_73-2 development From fedora-extras-commits at redhat.com Wed May 4 14:52:50 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:52:50 -0400 Subject: common tobuild,1.104,1.105 Message-ID: <200505041452.j44EqoIW004440@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4423 Modified Files: tobuild Log Message: request build of rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.104 retrieving revision 1.105 diff -u -r1.104 -r1.105 --- tobuild 4 May 2005 14:52:36 -0000 1.104 +++ tobuild 4 May 2005 14:52:47 -0000 1.105 @@ -33,3 +33,4 @@ skvidal rpms/cone/devel cone-0_64-2 development skvidal rpms/librx/devel librx-1_5-2_fc4 development skvidal rpms/libcdio/devel libcdio-0_73-2 development +skvidal rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-4 development From fedora-extras-commits at redhat.com Wed May 4 14:53:02 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:53:02 -0400 Subject: common tobuild,1.105,1.106 Message-ID: <200505041453.j44Er2KJ004503@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4486 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- tobuild 4 May 2005 14:52:47 -0000 1.105 +++ tobuild 4 May 2005 14:53:00 -0000 1.106 @@ -34,3 +34,4 @@ skvidal rpms/librx/devel librx-1_5-2_fc4 development skvidal rpms/libcdio/devel libcdio-0_73-2 development skvidal rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-4 development +skvidal rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-2 development From fedora-extras-commits at redhat.com Wed May 4 14:53:17 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:53:17 -0400 Subject: common tobuild,1.106,1.107 Message-ID: <200505041453.j44ErHK2004570@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4553 Modified Files: tobuild Log Message: request build of rpms/blacs/devel blacs-1_1-5_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.106 retrieving revision 1.107 diff -u -r1.106 -r1.107 --- tobuild 4 May 2005 14:53:00 -0000 1.106 +++ tobuild 4 May 2005 14:53:15 -0000 1.107 @@ -35,3 +35,4 @@ skvidal rpms/libcdio/devel libcdio-0_73-2 development skvidal rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-4 development skvidal rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-2 development +skvidal rpms/blacs/devel blacs-1_1-5_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:53:29 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:53:29 -0400 Subject: common tobuild,1.107,1.108 Message-ID: <200505041453.j44ErTlw004633@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4616 Modified Files: tobuild Log Message: request build of rpms/scalapack/devel scalapack-1_7-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.107 retrieving revision 1.108 diff -u -r1.107 -r1.108 --- tobuild 4 May 2005 14:53:15 -0000 1.107 +++ tobuild 4 May 2005 14:53:27 -0000 1.108 @@ -36,3 +36,4 @@ skvidal rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-4 development skvidal rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-2 development skvidal rpms/blacs/devel blacs-1_1-5_fc4 development +skvidal rpms/scalapack/devel scalapack-1_7-3_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:53:41 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:53:41 -0400 Subject: common tobuild,1.108,1.109 Message-ID: <200505041453.j44ErfFP004696@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4679 Modified Files: tobuild Log Message: request build of rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.108 retrieving revision 1.109 diff -u -r1.108 -r1.109 --- tobuild 4 May 2005 14:53:27 -0000 1.108 +++ tobuild 4 May 2005 14:53:39 -0000 1.109 @@ -37,3 +37,4 @@ skvidal rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-2 development skvidal rpms/blacs/devel blacs-1_1-5_fc4 development skvidal rpms/scalapack/devel scalapack-1_7-3_fc4 development +skvidal rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-3_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:53:52 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:53:52 -0400 Subject: common tobuild,1.109,1.110 Message-ID: <200505041453.j44Erq6H004749@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4732 Modified Files: tobuild Log Message: request build of rpms/nfswatch/devel nfswatch-- for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.109 retrieving revision 1.110 diff -u -r1.109 -r1.110 --- tobuild 4 May 2005 14:53:39 -0000 1.109 +++ tobuild 4 May 2005 14:53:50 -0000 1.110 @@ -38,3 +38,4 @@ skvidal rpms/blacs/devel blacs-1_1-5_fc4 development skvidal rpms/scalapack/devel scalapack-1_7-3_fc4 development skvidal rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-3_fc4 development +skvidal rpms/nfswatch/devel nfswatch-- development From fedora-extras-commits at redhat.com Wed May 4 14:54:04 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:54:04 -0400 Subject: common tobuild,1.110,1.111 Message-ID: <200505041454.j44Es4Kw004815@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4796 Modified Files: tobuild Log Message: request build of rpms/feh/devel feh-1_3_1-1_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.110 retrieving revision 1.111 diff -u -r1.110 -r1.111 --- tobuild 4 May 2005 14:53:50 -0000 1.110 +++ tobuild 4 May 2005 14:54:02 -0000 1.111 @@ -39,3 +39,4 @@ skvidal rpms/scalapack/devel scalapack-1_7-3_fc4 development skvidal rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-3_fc4 development skvidal rpms/nfswatch/devel nfswatch-- development +skvidal rpms/feh/devel feh-1_3_1-1_fc4 development From fedora-extras-commits at redhat.com Wed May 4 14:54:17 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:54:17 -0400 Subject: common tobuild,1.111,1.112 Message-ID: <200505041454.j44EsHvZ004880@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4863 Modified Files: tobuild Log Message: request build of rpms/uudeview/devel uudeview-0_5_20-6 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.111 retrieving revision 1.112 diff -u -r1.111 -r1.112 --- tobuild 4 May 2005 14:54:02 -0000 1.111 +++ tobuild 4 May 2005 14:54:14 -0000 1.112 @@ -40,3 +40,4 @@ skvidal rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-3_fc4 development skvidal rpms/nfswatch/devel nfswatch-- development skvidal rpms/feh/devel feh-1_3_1-1_fc4 development +skvidal rpms/uudeview/devel uudeview-0_5_20-6 development From fedora-extras-commits at redhat.com Wed May 4 14:54:29 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 10:54:29 -0400 Subject: common tobuild,1.112,1.113 Message-ID: <200505041454.j44EsTkU004956@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4926 Modified Files: tobuild Log Message: request build of rpms/qemu/devel qemu-0_7_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- tobuild 4 May 2005 14:54:14 -0000 1.112 +++ tobuild 4 May 2005 14:54:26 -0000 1.113 @@ -41,3 +41,4 @@ skvidal rpms/nfswatch/devel nfswatch-- development skvidal rpms/feh/devel feh-1_3_1-1_fc4 development skvidal rpms/uudeview/devel uudeview-0_5_20-6 development +skvidal rpms/qemu/devel qemu-0_7_0-1 development From fedora-extras-commits at redhat.com Wed May 4 14:54:29 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Wed, 4 May 2005 10:54:29 -0400 Subject: rpms/quilt/devel quilt.spec,1.4,1.5 Message-ID: <200505041454.j44EsTap004963@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/quilt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4824 Modified Files: quilt.spec Log Message: * Wed May 4 2005 - jwboyer at jdub.homelinux.org 0.40-2 - Bump release to fix dist tag usage Index: quilt.spec =================================================================== RCS file: /cvs/extras/rpms/quilt/devel/quilt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- quilt.spec 3 May 2005 17:11:45 -0000 1.4 +++ quilt.spec 4 May 2005 14:54:27 -0000 1.5 @@ -1,13 +1,15 @@ # # spec file for quilt - patch management scripts # +%{!?dist: %define dist .fc4} +%{!?fedora: %define fedora 4} Name: quilt Summary: Scripts for working with series of patches License: GPL Group: Development/Tools Version: 0.40 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz URL: http://savannah.nongnu.org/projects/quilt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,6 +63,9 @@ %{_mandir}/man1/* %changelog +* Wed May 4 2005 - jwboyer at jdub.homelinux.org 0.40-2 +- Bump release to fix dist tag usage + * Tue May 3 2005 - jwboyer at jdub.homelinux.org 0.40-1 - Update to 0.40 - Remove fix-man-page.patch as it's now upstream From fedora-extras-commits at redhat.com Wed May 4 14:57:58 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Wed, 4 May 2005 10:57:58 -0400 Subject: rpms/quilt/FC-3 quilt.spec,1.4,1.5 Message-ID: <200505041457.j44Evw5J005059@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/quilt/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5042 Modified Files: quilt.spec Log Message: * Wed May 4 2005 - jwboyer at jdub.homelinux.org 0.40-2 - Bump release to fix dist tag usage Index: quilt.spec =================================================================== RCS file: /cvs/extras/rpms/quilt/FC-3/quilt.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- quilt.spec 3 May 2005 17:16:37 -0000 1.4 +++ quilt.spec 4 May 2005 14:57:56 -0000 1.5 @@ -1,13 +1,15 @@ # # spec file for quilt - patch management scripts # +%{!?dist: %define dist .fc3} +%{!?fedora: %define fedora 3} Name: quilt Summary: Scripts for working with series of patches License: GPL Group: Development/Tools Version: 0.40 -Release: 1%{?dist} +Release: 2%{?dist} Source: http://savannah.nongnu.org/download/quilt/quilt-%{version}.tar.gz URL: http://savannah.nongnu.org/projects/quilt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -61,6 +63,9 @@ %{_mandir}/man1/* %changelog +* Wed May 4 2005 - jwboyer at jdub.homelinux.org 0.40-2 +- Bump release to fix dist tag usage + * Tue May 3 2005 - jwboyer at jdub.homelinux.org 0.40-1 - Update to 0.40 - Remove fix-man-page.patch as it's now upstream From fedora-extras-commits at redhat.com Wed May 4 15:01:51 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:01:51 -0400 Subject: common tobuild,1.113,1.114 Message-ID: <200505041501.j44F1p70006003@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5986 Modified Files: tobuild Log Message: request build of rpms/hfsplusutils/devel hfsplusutils-1_0_4-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- tobuild 4 May 2005 14:54:26 -0000 1.113 +++ tobuild 4 May 2005 15:01:49 -0000 1.114 @@ -42,3 +42,4 @@ skvidal rpms/feh/devel feh-1_3_1-1_fc4 development skvidal rpms/uudeview/devel uudeview-0_5_20-6 development skvidal rpms/qemu/devel qemu-0_7_0-1 development +skvidal rpms/hfsplusutils/devel hfsplusutils-1_0_4-5 development From fedora-extras-commits at redhat.com Wed May 4 15:02:03 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:02:03 -0400 Subject: common tobuild,1.114,1.115 Message-ID: <200505041502.j44F23B6006065@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6048 Modified Files: tobuild Log Message: request build of rpms/xmms/devel xmms-1_2_10-16 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- tobuild 4 May 2005 15:01:49 -0000 1.114 +++ tobuild 4 May 2005 15:02:01 -0000 1.115 @@ -43,3 +43,4 @@ skvidal rpms/uudeview/devel uudeview-0_5_20-6 development skvidal rpms/qemu/devel qemu-0_7_0-1 development skvidal rpms/hfsplusutils/devel hfsplusutils-1_0_4-5 development +skvidal rpms/xmms/devel xmms-1_2_10-16 development From fedora-extras-commits at redhat.com Wed May 4 15:02:15 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:02:15 -0400 Subject: common tobuild,1.115,1.116 Message-ID: <200505041502.j44F2Flv006128@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6111 Modified Files: tobuild Log Message: request build of rpms/cdo/devel cdo-0_9_6-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.115 retrieving revision 1.116 diff -u -r1.115 -r1.116 --- tobuild 4 May 2005 15:02:01 -0000 1.115 +++ tobuild 4 May 2005 15:02:13 -0000 1.116 @@ -44,3 +44,4 @@ skvidal rpms/qemu/devel qemu-0_7_0-1 development skvidal rpms/hfsplusutils/devel hfsplusutils-1_0_4-5 development skvidal rpms/xmms/devel xmms-1_2_10-16 development +skvidal rpms/cdo/devel cdo-0_9_6-2 development From fedora-extras-commits at redhat.com Wed May 4 15:02:26 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:02:26 -0400 Subject: common tobuild,1.116,1.117 Message-ID: <200505041502.j44F2QtW006190@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6173 Modified Files: tobuild Log Message: request build of rpms/libsigc++20/devel libsigc++20-2_0_11-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.116 retrieving revision 1.117 diff -u -r1.116 -r1.117 --- tobuild 4 May 2005 15:02:13 -0000 1.116 +++ tobuild 4 May 2005 15:02:24 -0000 1.117 @@ -45,3 +45,4 @@ skvidal rpms/hfsplusutils/devel hfsplusutils-1_0_4-5 development skvidal rpms/xmms/devel xmms-1_2_10-16 development skvidal rpms/cdo/devel cdo-0_9_6-2 development +skvidal rpms/libsigc++20/devel libsigc++20-2_0_11-1 development From fedora-extras-commits at redhat.com Wed May 4 15:02:39 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:02:39 -0400 Subject: common tobuild,1.117,1.118 Message-ID: <200505041502.j44F2dXw006253@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6236 Modified Files: tobuild Log Message: request build of rpms/glibmm24/devel glibmm24-2_6_1-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.117 retrieving revision 1.118 diff -u -r1.117 -r1.118 --- tobuild 4 May 2005 15:02:24 -0000 1.117 +++ tobuild 4 May 2005 15:02:37 -0000 1.118 @@ -46,3 +46,4 @@ skvidal rpms/xmms/devel xmms-1_2_10-16 development skvidal rpms/cdo/devel cdo-0_9_6-2 development skvidal rpms/libsigc++20/devel libsigc++20-2_0_11-1 development +skvidal rpms/glibmm24/devel glibmm24-2_6_1-1 development From fedora-extras-commits at redhat.com Wed May 4 15:02:51 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:02:51 -0400 Subject: common tobuild,1.118,1.119 Message-ID: <200505041502.j44F2plj006316@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6299 Modified Files: tobuild Log Message: request build of rpms/gtkmm24/devel gtkmm24-2_6_2-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- tobuild 4 May 2005 15:02:37 -0000 1.118 +++ tobuild 4 May 2005 15:02:49 -0000 1.119 @@ -47,3 +47,4 @@ skvidal rpms/cdo/devel cdo-0_9_6-2 development skvidal rpms/libsigc++20/devel libsigc++20-2_0_11-1 development skvidal rpms/glibmm24/devel glibmm24-2_6_1-1 development +skvidal rpms/gtkmm24/devel gtkmm24-2_6_2-2 development From fedora-extras-commits at redhat.com Wed May 4 15:03:03 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:03:03 -0400 Subject: common tobuild,1.119,1.120 Message-ID: <200505041503.j44F33Qt006379@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6362 Modified Files: tobuild Log Message: request build of rpms/gconfmm26/devel gconfmm26-2_10_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- tobuild 4 May 2005 15:02:49 -0000 1.119 +++ tobuild 4 May 2005 15:03:01 -0000 1.120 @@ -48,3 +48,4 @@ skvidal rpms/libsigc++20/devel libsigc++20-2_0_11-1 development skvidal rpms/glibmm24/devel glibmm24-2_6_1-1 development skvidal rpms/gtkmm24/devel gtkmm24-2_6_2-2 development +skvidal rpms/gconfmm26/devel gconfmm26-2_10_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:03:15 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:03:15 -0400 Subject: common tobuild,1.120,1.121 Message-ID: <200505041503.j44F3FAJ006445@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6426 Modified Files: tobuild Log Message: request build of rpms/gnome-vfsmm26/devel gnome-vfsmm26-2_10_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.120 retrieving revision 1.121 diff -u -r1.120 -r1.121 --- tobuild 4 May 2005 15:03:01 -0000 1.120 +++ tobuild 4 May 2005 15:03:13 -0000 1.121 @@ -49,3 +49,4 @@ skvidal rpms/glibmm24/devel glibmm24-2_6_1-1 development skvidal rpms/gtkmm24/devel gtkmm24-2_6_2-2 development skvidal rpms/gconfmm26/devel gconfmm26-2_10_0-1 development +skvidal rpms/gnome-vfsmm26/devel gnome-vfsmm26-2_10_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:03:27 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:03:27 -0400 Subject: common tobuild,1.121,1.122 Message-ID: <200505041503.j44F3Rgf006510@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6491 Modified Files: tobuild Log Message: request build of rpms/libglademm24/devel libglademm24-2_6_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- tobuild 4 May 2005 15:03:13 -0000 1.121 +++ tobuild 4 May 2005 15:03:25 -0000 1.122 @@ -50,3 +50,4 @@ skvidal rpms/gtkmm24/devel gtkmm24-2_6_2-2 development skvidal rpms/gconfmm26/devel gconfmm26-2_10_0-1 development skvidal rpms/gnome-vfsmm26/devel gnome-vfsmm26-2_10_0-1 development +skvidal rpms/libglademm24/devel libglademm24-2_6_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:03:40 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:03:40 -0400 Subject: common tobuild,1.122,1.123 Message-ID: <200505041503.j44F3eKo006575@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6558 Modified Files: tobuild Log Message: request build of rpms/libgnomecanvasmm26/devel libgnomecanvasmm26-2_10_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.122 retrieving revision 1.123 diff -u -r1.122 -r1.123 --- tobuild 4 May 2005 15:03:25 -0000 1.122 +++ tobuild 4 May 2005 15:03:38 -0000 1.123 @@ -51,3 +51,4 @@ skvidal rpms/gconfmm26/devel gconfmm26-2_10_0-1 development skvidal rpms/gnome-vfsmm26/devel gnome-vfsmm26-2_10_0-1 development skvidal rpms/libglademm24/devel libglademm24-2_6_0-1 development +skvidal rpms/libgnomecanvasmm26/devel libgnomecanvasmm26-2_10_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:03:52 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:03:52 -0400 Subject: common tobuild,1.123,1.124 Message-ID: <200505041503.j44F3qND006645@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6628 Modified Files: tobuild Log Message: request build of rpms/libgnomemm26/devel libgnomemm26-2_10_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.123 retrieving revision 1.124 diff -u -r1.123 -r1.124 --- tobuild 4 May 2005 15:03:38 -0000 1.123 +++ tobuild 4 May 2005 15:03:50 -0000 1.124 @@ -52,3 +52,4 @@ skvidal rpms/gnome-vfsmm26/devel gnome-vfsmm26-2_10_0-1 development skvidal rpms/libglademm24/devel libglademm24-2_6_0-1 development skvidal rpms/libgnomecanvasmm26/devel libgnomecanvasmm26-2_10_0-1 development +skvidal rpms/libgnomemm26/devel libgnomemm26-2_10_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:04:04 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:04:04 -0400 Subject: common tobuild,1.124,1.125 Message-ID: <200505041504.j44F44jY006708@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6691 Modified Files: tobuild Log Message: request build of rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.124 retrieving revision 1.125 diff -u -r1.124 -r1.125 --- tobuild 4 May 2005 15:03:50 -0000 1.124 +++ tobuild 4 May 2005 15:04:02 -0000 1.125 @@ -53,3 +53,4 @@ skvidal rpms/libglademm24/devel libglademm24-2_6_0-1 development skvidal rpms/libgnomecanvasmm26/devel libgnomecanvasmm26-2_10_0-1 development skvidal rpms/libgnomemm26/devel libgnomemm26-2_10_0-1 development +skvidal rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 development From fedora-extras-commits at redhat.com Wed May 4 15:04:22 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:04:22 -0400 Subject: common tobuild,1.125,1.126 Message-ID: <200505041504.j44F4Mef006771@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6754 Modified Files: tobuild Log Message: request build of rpms/inkscape/devel inkscape-0_41-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.125 retrieving revision 1.126 diff -u -r1.125 -r1.126 --- tobuild 4 May 2005 15:04:02 -0000 1.125 +++ tobuild 4 May 2005 15:04:20 -0000 1.126 @@ -54,3 +54,4 @@ skvidal rpms/libgnomecanvasmm26/devel libgnomecanvasmm26-2_10_0-1 development skvidal rpms/libgnomemm26/devel libgnomemm26-2_10_0-1 development skvidal rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 development +skvidal rpms/inkscape/devel inkscape-0_41-2 development From fedora-extras-commits at redhat.com Wed May 4 15:04:34 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:04:34 -0400 Subject: common tobuild,1.126,1.127 Message-ID: <200505041504.j44F4YUF006834@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6817 Modified Files: tobuild Log Message: request build of rpms/ncftp/devel ncftp-3_1_9-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- tobuild 4 May 2005 15:04:20 -0000 1.126 +++ tobuild 4 May 2005 15:04:32 -0000 1.127 @@ -55,3 +55,4 @@ skvidal rpms/libgnomemm26/devel libgnomemm26-2_10_0-1 development skvidal rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 development skvidal rpms/inkscape/devel inkscape-0_41-2 development +skvidal rpms/ncftp/devel ncftp-3_1_9-1 development From fedora-extras-commits at redhat.com Wed May 4 15:04:48 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:04:48 -0400 Subject: common tobuild,1.127,1.128 Message-ID: <200505041504.j44F4mKi006896@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6879 Modified Files: tobuild Log Message: request build of rpms/help2man/devel help2man-1_35_1-1_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.127 retrieving revision 1.128 diff -u -r1.127 -r1.128 --- tobuild 4 May 2005 15:04:32 -0000 1.127 +++ tobuild 4 May 2005 15:04:46 -0000 1.128 @@ -56,3 +56,4 @@ skvidal rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 development skvidal rpms/inkscape/devel inkscape-0_41-2 development skvidal rpms/ncftp/devel ncftp-3_1_9-1 development +skvidal rpms/help2man/devel help2man-1_35_1-1_fc4 development From fedora-extras-commits at redhat.com Wed May 4 15:05:00 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:05:00 -0400 Subject: common tobuild,1.128,1.129 Message-ID: <200505041505.j44F50j6006958@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6941 Modified Files: tobuild Log Message: request build of rpms/Coin2/devel Coin2-2_3_0-7_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- tobuild 4 May 2005 15:04:46 -0000 1.128 +++ tobuild 4 May 2005 15:04:58 -0000 1.129 @@ -57,3 +57,4 @@ skvidal rpms/inkscape/devel inkscape-0_41-2 development skvidal rpms/ncftp/devel ncftp-3_1_9-1 development skvidal rpms/help2man/devel help2man-1_35_1-1_fc4 development +skvidal rpms/Coin2/devel Coin2-2_3_0-7_fc4 development From fedora-extras-commits at redhat.com Wed May 4 15:05:19 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:05:19 -0400 Subject: common tobuild,1.129,1.130 Message-ID: <200505041505.j44F5J7a007035@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7016 Modified Files: tobuild Log Message: request build of rpms/csmash/devel csmash-0_6_6-7 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.129 retrieving revision 1.130 diff -u -r1.129 -r1.130 --- tobuild 4 May 2005 15:04:58 -0000 1.129 +++ tobuild 4 May 2005 15:05:16 -0000 1.130 @@ -58,3 +58,4 @@ skvidal rpms/ncftp/devel ncftp-3_1_9-1 development skvidal rpms/help2man/devel help2man-1_35_1-1_fc4 development skvidal rpms/Coin2/devel Coin2-2_3_0-7_fc4 development +skvidal rpms/csmash/devel csmash-0_6_6-7 development From fedora-extras-commits at redhat.com Wed May 4 15:05:33 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:05:33 -0400 Subject: common tobuild,1.130,1.131 Message-ID: <200505041505.j44F5XZ9007098@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7081 Modified Files: tobuild Log Message: request build of rpms/d4x/devel d4x-2_5_0-5 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- tobuild 4 May 2005 15:05:16 -0000 1.130 +++ tobuild 4 May 2005 15:05:31 -0000 1.131 @@ -59,3 +59,4 @@ skvidal rpms/help2man/devel help2man-1_35_1-1_fc4 development skvidal rpms/Coin2/devel Coin2-2_3_0-7_fc4 development skvidal rpms/csmash/devel csmash-0_6_6-7 development +skvidal rpms/d4x/devel d4x-2_5_0-5 development From fedora-extras-commits at redhat.com Wed May 4 15:05:46 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 4 May 2005 11:05:46 -0400 Subject: common tobuild,1.131,1.132 Message-ID: <200505041505.j44F5kPB007161@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7144 Modified Files: tobuild Log Message: request build of rpms/udftools/devel udftools-1_0_0b3-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.131 retrieving revision 1.132 diff -u -r1.131 -r1.132 --- tobuild 4 May 2005 15:05:31 -0000 1.131 +++ tobuild 4 May 2005 15:05:44 -0000 1.132 @@ -60,3 +60,4 @@ skvidal rpms/Coin2/devel Coin2-2_3_0-7_fc4 development skvidal rpms/csmash/devel csmash-0_6_6-7 development skvidal rpms/d4x/devel d4x-2_5_0-5 development +skvidal rpms/udftools/devel udftools-1_0_0b3-3 development From fedora-extras-commits at redhat.com Wed May 4 15:14:48 2005 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Wed, 4 May 2005 11:14:48 -0400 Subject: rpms/Glide3/devel Glide3-64bit.patch, 1.1, 1.2 Glide3-fixes.patch, 1.2, 1.3 Glide3-new-autotools-bugfix.patch, 1.1, 1.2 Glide3.spec, 1.4, 1.5 Message-ID: <200505041514.j44FEm9Q007234@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Glide3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7211 Modified Files: Glide3-64bit.patch Glide3-fixes.patch Glide3-new-autotools-bugfix.patch Glide3.spec Log Message: - Tested amd3dnow code on a voodoo2, works for me (tm). Enabled amd3dnow code on i386 for now. - Added FX_GLIDE_I386 AM-conditonal and define, only use and build cpudtect.s when this is set. This should fix the cpudtect assemble problem on x86_64. Made this part of Glide-64bit.patch. Glide3-64bit.patch: View full diff with command: /usr/bin/cvs -f diff -kk -u -N -r 1.1 -r 1.2 Glide3-64bit.patch Index: Glide3-64bit.patch =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3-64bit.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Glide3-64bit.patch 30 Apr 2005 10:18:56 -0000 1.1 +++ Glide3-64bit.patch 4 May 2005 15:14:46 -0000 1.2 @@ -1,676 +1,288 @@ ---- /dev/null 2005-04-30 08:31:53.801011088 +0200 -+++ Glide3/set-for-dri 2005-04-30 10:15:04.420741976 +0200 -@@ -0,0 +1,7 @@ -+for n in ./h3/glide3/src/gglide.c ./h3/glide3/src/glfb.c ./h3/glide3/src/gsst.c ./h3/minihwc/linhwc.c -+do -+ rn=$(basename $n).dri -+ echo ln -sf $rn $n -+ ln -sf $rn $n -+done -+ ---- Glide3/h3/minihwc/linhwc.c.save.64bit 2000-03-20 22:42:57.000000000 +0100 -+++ Glide3/h3/minihwc/linhwc.c.save 2005-04-30 10:15:04.312758392 +0200 -@@ -64,7 +64,13 @@ - #include - - static FxU32 fenceVar; --#define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax"); -+#ifdef __ia64__ +--- Glide3/cvg/init/sst1init.h.64bit 2000-11-16 20:26:02.000000000 +0100 ++++ Glide3/cvg/init/sst1init.h 2005-05-04 17:05:03.000000000 +0200 +@@ -146,9 +146,13 @@ + # define P6FENCE {_asm xchg eax, p6FenceVar} + #elif defined(macintosh) && __POWERPC__ && defined(__MWERKS__) + # define P6FENCE __eieio() +-#elif defined (__GNUC__) && defined(__i386__) ++#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) + # define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \ + "eax"); ++#elif defined(__GNUC__) && defined(__ia64__) +# define P6FENCE asm volatile ("mf.a" ::: "memory"); -+#elif defined(__alpha__) ++#elif defined(__GNUC__) && defined(__alpha__) +# define P6FENCE asm volatile("mb" ::: "memory"); -+#else -+# define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax"); + #else + # error "P6 Fencing in-line assembler code needs to be added for this compiler" + #endif +--- Glide3/cvg/glide3/src/fxglide.h.64bit 1999-12-07 22:42:31.000000000 +0100 ++++ Glide3/cvg/glide3/src/fxglide.h 2005-05-04 17:05:03.000000000 +0200 +@@ -412,6 +412,13 @@ + #define P6FENCE p6Fence() + #elif defined(__MSC__) + #define P6FENCE {_asm xchg eax, p6FenceVar} ++#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) ++# define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \ ++ "eax"); ++#elif defined(__GNUC__) && defined(__ia64__) ++# define P6FENCE asm volatile ("mf.a" ::: "memory"); ++#elif defined(__GNUC__) && defined(__alpha__) ++# define P6FENCE asm volatile("mb" ::: "memory"); + #else + #error "P6 Fencing in-line assembler code needs to be added for this compiler" + #endif /* Compiler specific fence commands */ +@@ -1282,7 +1289,9 @@ + struct _GlideRoot_s { + int p6Fencer; /* xchg to here to keep this in cache!!! */ + int current_sst; ++#if FX_GLIDE_I386 + FxU32 CPUType; +#endif + GrGC *curGC; /* point to the current GC */ + FxU32 packerFixAddress; /* address to write packer fix to */ + FxBool windowsInit; /* Is the Windows part of glide initialized? */ +@@ -3087,6 +3096,7 @@ + va_list args); + #endif - #define MAXFIFOSIZE 0x40000 - #define MAXFIFOSIZE_16MB 0xff000 -@@ -114,7 +120,7 @@ - char data[128]; - char *env, *val; - envitem *item; -- int first=1; -+ int is_first=1; ++#if FX_GLIDE_I386 + /* Returns 16:16 pair indicating the cpu's manufacturer and its + * capabilities. Non-Intel processors should have a vendor id w/ the + * high bit set so that it appears to be a negative #. The value of +@@ -3119,6 +3129,7 @@ - if (envinit) return; - envinit=1; -@@ -126,9 +132,9 @@ - if (*data=='\n') continue; - val=strchr(data, '='); - if (!val) { -- if (first) { -+ if (is_first) { - fprintf(stderr, "In config file /etc/conf.3dfx/voodoo3:\n"); -- first=0; -+ is_first=0; - } - fprintf(stderr, "Malformed line: %s\n", data); - continue; -@@ -269,7 +275,7 @@ + extern void GR_CDECL + double_precision_asm(void); ++#endif - for (bAddr = 0; bAddr < HWC_NUM_BASE_ADDR; bAddr++) { - if ((bAddrMask >> bAddr) & 0x1) { -- bInfo->linearInfo.linearAddress[bAddr] = (FxU32) -+ bInfo->linearInfo.linearAddress[bAddr] = (unsigned long) - pciMapCardMulti(bInfo->pciInfo.vendorID, bInfo->pciInfo.deviceID, - 0x2000000, &bInfo->deviceNum, bInfo->boardNum, bAddr); - } ---- Glide3/h3/minihwc/minihwc.h.64bit 1999-11-24 22:45:07.000000000 +0100 -+++ Glide3/h3/minihwc/minihwc.h 2005-04-30 10:15:04.318757480 +0200 -@@ -238,22 +238,21 @@ - typedef struct hwcLinearInfo_s { - FxBool - initialized; -- FxU32 -- linearAddress[HWC_NUM_BASE_ADDR]; -+ unsigned long linearAddress[HWC_NUM_BASE_ADDR]; - } hwcLinearInfo; + #ifdef GLIDE3 + /* +--- Glide3/cvg/glide3/src/makefile.linux.64bit 2000-07-12 23:33:31.000000000 +0200 ++++ Glide3/cvg/glide3/src/makefile.linux 2005-05-04 17:05:03.000000000 +0200 +@@ -19,10 +19,16 @@ - typedef struct hwcRegInfo_s { - FxBool - initialized; -- volatile FxU32 -- ioMemBase, /* mem base for I/O aliases */ -- cmdAGPBase, /* CMD/AGP register base */ -- waxBase, /* 2D register base */ -- sstBase, /* 3D register base */ -- lfbBase, /* 3D lfb base */ -- rawLfbBase; /* Raw LFB base (base address 1) */ -+ volatile unsigned long -+ ioMemBase, /* mem base for I/O aliases */ -+ cmdAGPBase, /* CMD/AGP register base */ -+ waxBase, /* 2D register base */ -+ sstBase, /* 3D register base */ -+ lfbBase, /* 3D lfb base */ -+ rawLfbBase; /* Raw LFB base (base address 1) */ - #if __POWERPC__ -- ioPortBase; /* PPC does I/O via a 32-bit address */ -+ FxU32 ioPortBase; /* PPC does I/O via a 32-bit address */ - #else - volatile FxU16 - ioPortBase, /* I/O base address */ ---- Glide3/h3/minihwc/hwcext.h.64bit 1999-11-24 22:45:04.000000000 +0100 -+++ Glide3/h3/minihwc/hwcext.h 2005-04-30 10:15:04.308759000 +0200 -@@ -192,9 +192,8 @@ + TAG_REGEXP = $(BUILD_ROOT)/$(FX_GLIDE_HW)/$(FX_HW_PROJECTS)/src/glide.rx - /* Returned from HWCEXT_GETLINEARADDR */ - typedef struct hwcExtLinearAddrRes_s { -- FxU32 -- numBaseAddrs, /* # base addresses */ -- baseAddresses[HWCEXT_MAX_BASEADDR]; /* linear Addresses */ -+ FxU32 numBaseAddrs; /* # base addresses */ -+ unsigned long baseAddresses[HWCEXT_MAX_BASEADDR]; /* linear Addresses */ - } hwcExtLinearAddrRes_t; ++ARCH := $(patsubst sparc64,sparc,$(patsubst i%86,i386,$(shell uname -m))) ++ + # Compile for specific hardware + ifeq ($(FX_GLIDE_HW),cvg) + FX_GLIDE_REAL_HW= 1 ++ifeq (i386,$(ARCH)) + FX_GLIDE_CTRISETUP = 0 ++else ++FX_GLIDE_CTRISETUP = 1 ++endif - /* ---- Glide3/h3/minihwc/linhwc.c.dri.64bit 2000-10-27 12:27:27.000000000 +0200 -+++ Glide3/h3/minihwc/linhwc.c.dri 2005-04-30 10:15:04.310758696 +0200 -@@ -67,7 +67,13 @@ - #include "lindri.h" + HWSPEC = fifo.c + LCDEFS += -DCVG \ +--- Glide3/cvg/glide3/src/gpci.c.64bit 1999-12-07 22:42:33.000000000 +0100 ++++ Glide3/cvg/glide3/src/gpci.c 2005-05-04 17:05:03.000000000 +0200 +@@ -576,52 +576,41 @@ + #endif - static FxU32 fenceVar; --#define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax"); -+#ifdef __ia64__ -+# define P6FENCE asm volatile("mf.a" ::: "memory"); -+#elif defined(__alpha__) -+# define P6FENCE asm volatile("mb" ::: "memory"); -+#else -+# define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax"); [...2975 lines suppressed...] roff = r << NBITS; --- Glide3/swlibs/texus/lib/texusint.h.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/texusint.h 2005-04-30 10:15:04.416742584 +0200 ++++ Glide3/swlibs/texus/lib/texusint.h 2005-05-04 17:05:03.000000000 +0200 @@ -67,7 +67,7 @@ int txAspectRatio(int w, int h); void txPanic(char *); @@ -3199,7 +3584,7 @@ FxBool _txReadTGAHeader( FILE *stream, FxU32 cookie, TxMip *info); FxBool _txReadTGAData( FILE *stream, TxMip *info); --- Glide3/swlibs/texus/lib/mipmap.c.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/mipmap.c 2005-04-30 10:15:04.403744560 +0200 ++++ Glide3/swlibs/texus/lib/mipmap.c 2005-05-04 17:05:03.000000000 +0200 @@ -35,7 +35,7 @@ #define B3(x) ((x>>0)&0xFF) @@ -3210,7 +3595,7 @@ unsigned int i,j,k; unsigned int w,h, *p,sum,*q; --- Glide3/swlibs/texus/lib/quantize.c.64bit 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/texus/lib/quantize.c 2005-04-30 10:15:04.411743344 +0200 ++++ Glide3/swlibs/texus/lib/quantize.c 2005-05-04 17:05:03.000000000 +0200 @@ -39,7 +39,7 @@ static int errR[MAX_TEXWIDTH], errG[MAX_TEXWIDTH], errB[MAX_TEXWIDTH]; @@ -3426,7 +3811,7 @@ } } --- Glide3/swlibs/texus/lib/util.c.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/util.c 2005-04-30 10:15:04.417742432 +0200 ++++ Glide3/swlibs/texus/lib/util.c 2005-05-04 17:05:03.000000000 +0200 @@ -133,14 +133,14 @@ } @@ -3456,7 +3841,7 @@ int i, d; int mindist, minpos; // closest distance to input --- Glide3/swlibs/texus/lib/texus.h.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/texus.h 2005-04-30 10:15:04.414742888 +0200 ++++ Glide3/swlibs/texus/lib/texus.h 2005-05-04 17:05:03.000000000 +0200 @@ -38,8 +38,13 @@ typedef unsigned char FxU8; typedef unsigned short FxU16; @@ -3472,7 +3857,7 @@ /* --- Glide3/swlibs/texus/lib/nccnnet.c.64bit 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/texus/lib/nccnnet.c 2005-04-30 10:15:04.407743952 +0200 ++++ Glide3/swlibs/texus/lib/nccnnet.c 2005-05-04 17:05:03.000000000 +0200 @@ -88,19 +88,19 @@ #define MAX_NEURONS 256 @@ -3553,7 +3938,7 @@ } else { --- Glide3/swlibs/texus/lib/rgt.c.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/rgt.c 2005-04-30 10:15:04.413743040 +0200 ++++ Glide3/swlibs/texus/lib/rgt.c 2005-05-04 17:05:03.000000000 +0200 @@ -52,7 +52,7 @@ @@ -3591,7 +3976,7 @@ #endif --- Glide3/swlibs/texus/lib/ncc.c.64bit 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/texus/lib/ncc.c 2005-04-30 10:15:04.404744408 +0200 ++++ Glide3/swlibs/texus/lib/ncc.c 2005-05-04 17:05:03.000000000 +0200 @@ -124,7 +124,7 @@ } @@ -3611,7 +3996,7 @@ } else { --- Glide3/swlibs/texus/lib/dequant.c.64bit 2000-06-15 02:11:40.000000000 +0200 -+++ Glide3/swlibs/texus/lib/dequant.c 2005-04-30 10:15:04.401744864 +0200 ++++ Glide3/swlibs/texus/lib/dequant.c 2005-05-04 17:05:03.000000000 +0200 @@ -160,12 +160,12 @@ } @@ -3659,7 +4044,7 @@ break; case GR_TEXFMT_ARGB_1555: _txImgDequantizeARGB1555(dst, src, w, h); --- Glide3/swlibs/texus2/cmd/makefile.autoconf.am.64bit 2000-08-07 17:24:44.000000000 +0200 -+++ Glide3/swlibs/texus2/cmd/makefile.autoconf.am 2005-04-30 10:15:04.419742128 +0200 ++++ Glide3/swlibs/texus2/cmd/makefile.autoconf.am 2005-05-04 17:05:03.000000000 +0200 @@ -24,5 +24,5 @@ noinst_PROGRAMS = texus texus_SOURCES = cmd.c @@ -3667,86 +4052,30 @@ - $(top_builddir)/swlibs/texus2/lib/libtexus.la + $(top_builddir)/swlibs/texus2/lib/libtexus.la -lm ---- Glide3/swlibs/fxmisc/fximg.c.64bit 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/fxmisc/fximg.c 2005-04-30 10:15:04.392746232 +0200 -@@ -1948,7 +1948,7 @@ - if (prefix) { // if there's a path prefix - char buf[1024], *p; - strcpy(buf,prefix); // copy and replace semicolon -- if ((p = strchr(buf,';'))) *p = '\0'; -+ if ((p = strchr(buf,';')) != NULL) *p = '\0'; - fprintf(stderr,buf); - fprintf(stderr,"/"); - } ---- Glide3/swlibs/fxmisc/fxos.c.64bit 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/fxmisc/fxos.c 2005-04-30 10:15:04.393746080 +0200 -@@ -98,7 +98,7 @@ - - // first try and open up the file in the current directory - if (pprefix) *pprefix = NULL; -- if ((file = fopen(filename,mode))) -+ if ((file = fopen(filename,mode)) != NULL) - return file; - if (path == NULL) - return NULL; -@@ -115,7 +115,7 @@ - strcat(nameWithPath,"/"); // add directory separator - strcat(nameWithPath,filename); // add filename - if (pprefix) *pprefix = path; // save the prefix -- if ((file = fopen(nameWithPath,mode))) -+ if ((file = fopen(nameWithPath,mode)) != NULL) - return file; - path = psemi; // advance to next path element - if (path) ---- Glide3/cvg/init/sst1init.h.64bit 2005-04-30 10:15:20.011371840 +0200 -+++ Glide3/cvg/init/sst1init.h 2005-04-30 10:20:06.491820192 +0200 -@@ -146,9 +146,13 @@ - # define P6FENCE {_asm xchg eax, p6FenceVar} - #elif defined(macintosh) && __POWERPC__ && defined(__MWERKS__) - # define P6FENCE __eieio() --#elif defined (__GNUC__) && defined(__i386__) -+#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) - # define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \ - "eax"); -+#elif defined(__GNUC__) && defined(__ia64__) -+# define P6FENCE asm volatile ("mf.a" ::: "memory"); -+#elif defined(__GNUC__) && defined(__alpha__) -+# define P6FENCE asm volatile("mb" ::: "memory"); - #else - # error "P6 Fencing in-line assembler code needs to be added for this compiler" - #endif ---- Glide3/cvg/glide3/src/fxglide.h.64bit 2005-04-30 10:15:53.048349456 +0200 -+++ Glide3/cvg/glide3/src/fxglide.h 2005-04-30 10:19:34.853629928 +0200 -@@ -412,6 +412,13 @@ - #define P6FENCE p6Fence() - #elif defined(__MSC__) - #define P6FENCE {_asm xchg eax, p6FenceVar} -+#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__)) -+# define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \ -+ "eax"); -+#elif defined(__GNUC__) && defined(__ia64__) -+# define P6FENCE asm volatile ("mf.a" ::: "memory"); -+#elif defined(__GNUC__) && defined(__alpha__) -+# define P6FENCE asm volatile("mb" ::: "memory"); - #else - #error "P6 Fencing in-line assembler code needs to be added for this compiler" - #endif /* Compiler specific fence commands */ ---- Glide3/cvg/glide3/src/makefile.linux.64bit 2000-07-12 23:33:31.000000000 +0200 -+++ Glide3/cvg/glide3/src/makefile.linux 2005-04-30 10:15:04.247768272 +0200 -@@ -19,10 +19,16 @@ - - TAG_REGEXP = $(BUILD_ROOT)/$(FX_GLIDE_HW)/$(FX_HW_PROJECTS)/src/glide.rx - -+ARCH := $(patsubst sparc64,sparc,$(patsubst i%86,i386,$(shell uname -m))) -+ - # Compile for specific hardware - ifeq ($(FX_GLIDE_HW),cvg) - FX_GLIDE_REAL_HW= 1 -+ifeq (i386,$(ARCH)) - FX_GLIDE_CTRISETUP = 0 +--- Glide3/configure.in.64bit 2000-10-20 21:07:00.000000000 +0200 ++++ Glide3/configure.in 2005-05-04 17:07:23.000000000 +0200 +@@ -171,7 +171,14 @@ + GLIDE_SANITY_SIZE=false + FX_DLL_BUILD=false + FX_GLIDE_HW_CULL=false +-FX_GLIDE_CTRISETUP=false ++ARCH=`uname -m | sed "s|[[456]]86|386|g"` ++if test "$ARCH" = "i386" ; then ++ FX_GLIDE_I386=true ++ FX_GLIDE_CTRISETUP=false +else -+FX_GLIDE_CTRISETUP = 1 -+endif ++ FX_GLIDE_I386=false ++ FX_GLIDE_CTRISETUP=true ++fi + # Next, we read some configuration options + # statically. This is to avoid creating a bunch of + # not-terribly-useful --enable options. +@@ -215,6 +222,8 @@ + test x$FX_GLIDE_VERTEX_TABLE = xtrue) + AM_CONDITIONAL(FX_HOOPTI_TRI_SETUP_COMPARE,dnl + test x$FX_HOOPTI_TRI_SETUP_COMPARE = xtrue) ++AM_CONDITIONAL(FX_GLIDE_I386,dnl ++ test x$FX_GLIDE_I386 = xtrue) - HWSPEC = fifo.c - LCDEFS += -DCVG \ + dnl Checks for programs. + AC_PROG_CC Glide3-fixes.patch: Index: Glide3-fixes.patch =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3-fixes.patch,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Glide3-fixes.patch 30 Apr 2005 10:18:56 -0000 1.2 +++ Glide3-fixes.patch 4 May 2005 15:14:46 -0000 1.3 @@ -1,5 +1,5 @@ ---- Glide3/cvg/init/makefile.autoconf.am.fix 2000-07-27 04:39:18.000000000 +0200 -+++ Glide3/cvg/init/makefile.autoconf.am 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/cvg/init/makefile.autoconf.am.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/cvg/init/makefile.autoconf.am 2005-05-04 16:13:03.000000000 +0200 @@ -49,7 +49,7 @@ LDEFS = -DINIT_LINUX $(GLIDE_DEBUG_VDEFS) @@ -9,8 +9,8 @@ libsst1init_la_SOURCES = sst1init.c info.c print.c parse.c \ gamma.c util.c sli.c video.c dac.c \ gdebug.c canopus.c ---- Glide3/cvg/glide3/src/g3df.c.fix 1999-12-07 22:42:32.000000000 +0100 -+++ Glide3/cvg/glide3/src/g3df.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/cvg/glide3/src/g3df.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/cvg/glide3/src/g3df.c 2005-05-04 16:13:03.000000000 +0200 @@ -70,6 +70,7 @@ */ #include @@ -32,8 +32,8 @@ } #else { ---- Glide3/cvg/glide3/src/distate.c.fix 1999-12-07 22:42:31.000000000 +0100 -+++ Glide3/cvg/glide3/src/distate.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/cvg/glide3/src/distate.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/cvg/glide3/src/distate.c 2005-05-04 16:13:03.000000000 +0200 @@ -166,25 +166,25 @@ */ @@ -67,9 +67,9 @@ /*------------------------------------------------------------------- Function: grAlphaBlendFunction ---- Glide3/cvg/glide3/src/fxglide.h.fix 1999-12-07 22:42:31.000000000 +0100 -+++ Glide3/cvg/glide3/src/fxglide.h 2004-09-04 11:53:34.000000000 +0200 -@@ -1417,7 +1417,7 @@ +--- Glide3-fix/cvg/glide3/src/fxglide.h.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/cvg/glide3/src/fxglide.h 2005-05-04 16:13:03.000000000 +0200 +@@ -1426,7 +1426,7 @@ #ifdef GLIDE3 #define GR_STATE_ENTRY(name, type, args) \ @@ -78,7 +78,7 @@ #else #define GR_STATE_ENTRY(name, type, args) \ GR_ENTRY(name, type, args) -@@ -2937,7 +2937,7 @@ +@@ -2946,7 +2946,7 @@ #define REG_GROUP_SETF_CLAMP(__regBase, __regAddr, __val) \ do { \ const FxU32 fpClampVal = FP_FLOAT_CLAMP(__val); \ @@ -87,7 +87,7 @@ SET(((FxU32*)(__regBase))[offsetof(SstRegs, __regAddr) >> 2], fpClampVal); \ GR_INC_SIZE(sizeof(FxU32)); \ } while(0) -@@ -3339,17 +3339,17 @@ +@@ -3350,17 +3350,17 @@ #endif #ifdef GLIDE3_DEBUG @@ -108,8 +108,8 @@ #define G3_LOD_TRANSLATE(lod) (lod) #define G3_ASPECT_TRANSLATE(aspect) (aspect) #endif /* !(defined(GLIDE3) && defined(GLIDE3_ALPHA)) */ ---- Glide3/cvg/glide3/src/makefile.autoconf.am.fix 2000-10-31 04:25:45.000000000 +0100 -+++ Glide3/cvg/glide3/src/makefile.autoconf.am 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/cvg/glide3/src/makefile.autoconf.am.fix 2005-05-04 16:38:29.000000000 +0200 ++++ Glide3-fix/cvg/glide3/src/makefile.autoconf.am 2005-05-04 16:21:36.000000000 +0200 @@ -23,12 +23,6 @@ # # First the variable definitions. @@ -123,16 +123,24 @@ if GLIDE_DEBUG DEBUG_VDEFS = -DGLIDE_DEBUG \ -DGDBG_INFO_ON \ -@@ -40,15 +34,22 @@ - GL_AMD3D_VDEFS = -DGL_AMD3D +@@ -36,19 +30,30 @@ + -DGLIDE_SANITY_ASSERT + endif + +-if GL_AMD3D +-GL_AMD3D_VDEFS = -DGL_AMD3D ++if FX_GLIDE_I386 ++FX_GLIDE_I386_VDEFS = -DFX_GLIDE_I386=1 endif -if FX_GLIDE_HW_CULL -FX_GLIDE_HW_VDEFS = -else -FX_GLIDE_HW_VDEFS = -DGLIDE_TRI_CULLING=1 --endif -- ++if GL_AMD3D ++GL_AMD3D_VDEFS = -DGL_AMD3D + endif + if FX_GLIDE_SW_SETUP FX_GLIDE_SW_SETUP_VDEFS = -DGLIDE_HW_TRI_SETUP=0 \ -DGLIDE_TRI_CULLING=1 @@ -152,7 +160,7 @@ endif if FX_GLIDE_CTRISETUP -@@ -74,79 +75,106 @@ +@@ -74,79 +79,111 @@ FX_GLIDE_NO_SPLASH_VDEFS = -DGLIDE_SPLASH endif @@ -171,6 +179,7 @@ -include_HEADERS = glide.h +VDEFS = $(HAL_HW_VDEFS) \ + $(DEBUG_VDEFS) \ ++ $(FX_GLIDE_I386_VDEFS) \ + $(GL_AMD3D_VDEFS) \ + $(FX_GLIDE_SW_SETUP_VDEFS) \ + $(FX_HOOPTI_TRI_SETUP_COMPARE_VDEFS) \ @@ -207,6 +216,11 @@ +# +# Library definitions. +# ++if FX_GLIDE_I386 ++FX_GLIDE_I386_SRC = cpudtect.S ++endif ++ ++VGLIDE_SRC = $(FX_GLIDE_TRISETUP_SRC) $(FX_GLIDE_I386_SRC) + +WHOLE_LIBS = $(top_builddir)/swlibs/fxmisc/libfxmisc.la \ + $(top_builddir)/swlibs/newpci/pcilib/libfxpci.la \ @@ -228,8 +242,7 @@ gglide.c glfb.c gsst.c gtex.c gtexdl.c\ fifo.c gstrip.c distrip.c distate.c diget.c \ - xtexdl.c cpudtect.s -+ xtexdl.c cpudtect.S \ -+ $(FX_GLIDE_TRISETUP_SRC) ++ xtexdl.c $(VGLIDE_SRC) + +libglide3_la_LDFLAGS = -version-info 13:0:10 +libglide3_la_LIBADD = $(WHOLE_LIBS) $(LINK_LIBS) @@ -306,9 +319,9 @@ xdraw2_def.o xdraw3_def.o xtexdl_def.o: fxinline.h xdraw2_def.lo xdraw3_def.lo xtexdl_def.lo: fxinline.h xdraw2_3dnow.o xdraw3_3dnow.o xtexdl_3dnow.o: fxgasm.h ---- Glide3/h3/glide3/src/makefile.autoconf.am.fix 2004-09-04 11:53:34.000000000 +0200 -+++ Glide3/h3/glide3/src/makefile.autoconf.am 2004-09-04 11:53:34.000000000 +0200 -@@ -94,16 +94,12 @@ +--- Glide3-fix/h3/glide3/src/makefile.autoconf.am.fix 2005-05-04 16:41:37.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/makefile.autoconf.am 2005-05-04 16:15:21.000000000 +0200 +@@ -98,16 +98,12 @@ else FX_GLIDE_CTRISETUP_SRC = if GL_AMD3D @@ -327,7 +340,7 @@ VDEFS = $(FX_CHRIS_DENIS_ANTHONY_HACK_VDEFS) \ $(FX_GLIDE_ALT_TAB_VDEFS) \ $(FX_GLIDE_DIRECT_WRITE_VDEFS) \ -@@ -138,33 +134,21 @@ +@@ -143,33 +139,21 @@ # # Special rules for assembly files. # @@ -371,17 +384,17 @@ if DRI_BUILD gglide.c: $(top_srcdir)/h3/glide3/src/gglide.c.dri -@@ -219,7 +203,7 @@ +@@ -228,7 +212,7 @@ gglide.c distate.c gstrip.c distrip.c \ diget.c glfb.c gsst.c gtex.c gtexdl.c \ - fifo.c xtexdl_def.c cpudtect.S \ + fifo.c xtexdl_def.c \ - $(VGLIDE_SRC) $(ASMTRISETUP) $(GL_AMD3D_SRC) + $(VGLIDE_SRC) $(ASMTRISETUP) libglide3_la_LDFLAGS = -version-info 13:0:10 libglide3_la_LIBADD = $(WHOLE_LIBS) $(LINK_LIBS) ---- Glide3/h3/glide3/src/distate.c.fix 2000-11-24 19:36:48.000000000 +0100 -+++ Glide3/h3/glide3/src/distate.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/h3/glide3/src/distate.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/distate.c 2005-05-04 16:13:03.000000000 +0200 @@ -203,23 +203,23 @@ */ @@ -412,9 +425,9 @@ /*------------------------------------------------------------------- Function: grAlphaBlendFunction ---- Glide3/h3/glide3/src/fxglide.h.fix 2000-11-24 19:36:48.000000000 +0100 -+++ Glide3/h3/glide3/src/fxglide.h 2004-09-04 11:53:34.000000000 +0200 -@@ -1512,7 +1512,7 @@ +--- Glide3-fix/h3/glide3/src/fxglide.h.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/fxglide.h 2005-05-04 16:13:03.000000000 +0200 +@@ -1519,7 +1519,7 @@ #ifdef GLIDE3 #define GR_STATE_ENTRY(name, type, args) \ @@ -423,7 +436,7 @@ #else #define GR_STATE_ENTRY(name, type, args) \ GR_ENTRY(name, type, args) -@@ -1831,7 +1831,7 @@ +@@ -1838,7 +1838,7 @@ #define CUR_TRI_PROC(__checkValidP, __cullP) \ (*gc->archDispatchProcs.coorModeTriVector)[__checkValidP][__cullP] #define INVALIDATE(regset) {\ @@ -432,17 +445,17 @@ gc->triSetupProc = CUR_TRI_PROC(FXTRUE, (gc->state.cull_mode != GR_CULL_DISABLE)); \ } ---- Glide3/h3/glide3/src/g3df.c.fix 1999-11-24 22:44:56.000000000 +0100 -+++ Glide3/h3/glide3/src/g3df.c 2004-09-04 11:53:34.000000000 +0200 -@@ -72,6 +72,7 @@ - */ +--- Glide3-fix/h3/glide3/src/g3df.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/g3df.c 2005-05-04 16:13:03.000000000 +0200 +@@ -73,6 +73,7 @@ + #include #include #include +#include #include <3dfx.h> #define FX_DLL_DEFINITION -@@ -401,7 +402,11 @@ +@@ -402,7 +403,11 @@ /* This function is not found in libgcc.a */ { char* tempStr = (char*)color_format; @@ -455,8 +468,8 @@ } #else { ---- Glide3/h3/glide3/src/fxcmd.h.fix 1999-11-24 22:44:55.000000000 +0100 -+++ Glide3/h3/glide3/src/fxcmd.h 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/h3/glide3/src/fxcmd.h.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/fxcmd.h 2005-05-04 16:13:03.000000000 +0200 @@ -1312,7 +1312,7 @@ #define REG_GROUP_SETF_CLAMP(__regBase, __regAddr, __val) \ do { \ @@ -466,9 +479,9 @@ SET(((FxU32*)(__regBase))[offsetof(SstRegs, __regAddr) >> 2], fpClampVal); \ GR_INC_SIZE(sizeof(FxU32)); \ } while(0) ---- Glide3/h3/minihwc/linhwc.c.dri.fix 2000-10-27 12:27:27.000000000 +0200 -+++ Glide3/h3/minihwc/linhwc.c.dri 2004-09-04 11:53:34.000000000 +0200 -@@ -76,6 +76,13 @@ +--- Glide3-fix/h3/minihwc/linhwc.c.dri.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h3/minihwc/linhwc.c.dri 2005-05-04 16:13:03.000000000 +0200 +@@ -82,6 +82,13 @@ #define HWC_TILED_BUFFER_Y_ALIGN 0x20000UL #define HWC_TILED_BUFFER_X_ADJUST 0x80UL @@ -482,7 +495,7 @@ static hwcInfo hInfo; static char errorString[1024]; -@@ -83,6 +90,7 @@ +@@ -89,6 +96,7 @@ static FxU32 calcBufferSize(FxU32 xres, FxU32 yres, FxBool tiled); static FxU32 calcBufferSizeInTiles(FxU32 xres, FxU32 yres); static FxU32 calcBufferHeightInTiles(FxU32 yres); @@ -490,9 +503,9 @@ typedef struct envitem_t { char *env; ---- Glide3/h5/glide3/src/makefile.autoconf.am.fix 2004-09-04 11:53:34.000000000 +0200 -+++ Glide3/h5/glide3/src/makefile.autoconf.am 2004-09-04 11:53:34.000000000 +0200 -@@ -152,41 +152,35 @@ +--- Glide3-fix/h5/glide3/src/makefile.autoconf.am.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/makefile.autoconf.am 2005-05-04 16:13:03.000000000 +0200 +@@ -157,41 +157,35 @@ # # Special rules for assembly files. # @@ -541,7 +554,7 @@ $(RM) -f $*.tmp.s # -@@ -196,7 +186,7 @@ +@@ -201,7 +195,7 @@ FX_GLIDE_CTRISETUP_SRC = gxdraw.c else if GL_AMD3D @@ -550,9 +563,9 @@ else FX_GLIDE_CTRISETUP_SRC = xdraw2_def.s xdraw3_def.s endif ---- Glide3/h5/glide3/src/fxglide.h.fix 2000-11-24 19:36:47.000000000 +0100 -+++ Glide3/h5/glide3/src/fxglide.h 2004-09-04 11:53:34.000000000 +0200 -@@ -2119,7 +2119,7 @@ +--- Glide3-fix/h5/glide3/src/fxglide.h.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/fxglide.h 2005-05-04 16:13:03.000000000 +0200 +@@ -2121,7 +2121,7 @@ #ifdef GLIDE3 #define GR_STATE_ENTRY(name, type, args) \ @@ -561,7 +574,7 @@ #else #define GR_STATE_ENTRY(name, type, args) \ GR_ENTRY(name, type, args) -@@ -2626,13 +2626,13 @@ +@@ -2628,13 +2628,13 @@ #define CUR_TRI_PROC(__checkValidP, __cullP) \ (*gc->archDispatchProcs.coorModeTriVector)[__checkValidP][__cullP] #define INVALIDATE(regset) {\ @@ -577,8 +590,8 @@ } void ---- Glide3/h5/glide3/src/distate.c.fix 2000-11-24 19:36:47.000000000 +0100 -+++ Glide3/h5/glide3/src/distate.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/h5/glide3/src/distate.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/distate.c 2005-05-04 16:13:03.000000000 +0200 @@ -349,31 +349,31 @@ */ @@ -620,17 +633,17 @@ /*------------------------------------------------------------------- Function: grAlphaBlendFunction ---- Glide3/h5/glide3/src/g3df.c.fix 2000-11-16 00:32:53.000000000 +0100 -+++ Glide3/h5/glide3/src/g3df.c 2004-09-04 11:53:34.000000000 +0200 -@@ -101,6 +101,7 @@ - */ +--- Glide3-fix/h5/glide3/src/g3df.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/g3df.c 2005-05-04 16:13:03.000000000 +0200 +@@ -102,6 +102,7 @@ + #include #include #include +#include #include <3dfx.h> #define FX_DLL_DEFINITION -@@ -476,7 +477,11 @@ +@@ -477,7 +478,11 @@ /* This function is not found in libgcc.a */ { char* tempStr = (char*)color_format; @@ -643,8 +656,8 @@ } #else { ---- Glide3/h5/glide3/src/gglide.c.fix 2004-09-07 11:54:18.939373784 +0200 -+++ Glide3/h5/glide3/src/gglide.c 2004-09-07 11:55:00.657031736 +0200 +--- Glide3-fix/h5/glide3/src/gglide.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/gglide.c 2005-05-04 16:13:03.000000000 +0200 @@ -2903,6 +2903,11 @@ GR_END(); #undef FN_NAME @@ -657,8 +670,8 @@ #endif /* defined(__linux__) */ /*--------------------------------------------------------------------------- ---- Glide3/swlibs/fxmisc/fxos.c.fix 2000-10-03 20:31:53.000000000 +0200 -+++ Glide3/swlibs/fxmisc/fxos.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/fxmisc/fxos.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/fxmisc/fxos.c 2005-05-04 16:13:03.000000000 +0200 @@ -24,6 +24,7 @@ #include #include @@ -667,8 +680,8 @@ #ifdef WIN32 #include ---- Glide3/swlibs/include/make/3dfx.linux.mak.fix 2000-07-12 23:35:28.000000000 +0200 -+++ Glide3/swlibs/include/make/3dfx.linux.mak 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/include/make/3dfx.linux.mak.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/include/make/3dfx.linux.mak 2005-05-04 16:13:03.000000000 +0200 @@ -77,7 +77,7 @@ DEBUGDEFS = -DGDBG_INFO_ON -DGLIDE_DEBUG GCDEFS = -DENDB -DX11 @@ -687,8 +700,8 @@ -fexpensive-optimizations -ffast-math -DBIG_OPT CDEBUG = -g -O ---- Glide3/swlibs/include/make/makefile.autoconf.bottom.fix 2000-08-07 17:24:44.000000000 +0200 -+++ Glide3/swlibs/include/make/makefile.autoconf.bottom 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/include/make/makefile.autoconf.bottom.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/include/make/makefile.autoconf.bottom 2005-05-04 16:13:03.000000000 +0200 @@ -51,11 +51,11 @@ GLIDE_DEBUG_GCFLAGS = -g -O GLIDE_DEBUG_GDEFS = -DGDBG_INFO_ON -DGLIDE_DEBUG @@ -720,8 +733,8 @@ -I$(top_srcdir)/h3/incsrc \ -I$(top_srcdir)/h3/minihwc endif ---- Glide3/swlibs/include/make/3dfx.mak.fix 2000-10-03 20:25:35.000000000 +0200 -+++ Glide3/swlibs/include/make/3dfx.mak 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/include/make/3dfx.mak.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/include/make/3dfx.mak 2005-05-04 16:13:03.000000000 +0200 @@ -110,7 +110,7 @@ DEBUGDEFS = -DGDBG_INFO_ON -DGLIDE_DEBUG GCDEFS = -DENDB -DX11 @@ -740,8 +753,8 @@ -fexpensive-optimizations -ffast-math -DBIG_OPT CDEBUG = -g -O ---- Glide3/swlibs/newpci/pcilib/fxpci.c.fix 2000-11-27 10:49:33.000000000 +0100 -+++ Glide3/swlibs/newpci/pcilib/fxpci.c 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/newpci/pcilib/fxpci.c.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/newpci/pcilib/fxpci.c 2005-05-04 16:13:03.000000000 +0200 @@ -469,7 +469,7 @@ */ @@ -762,8 +775,8 @@ continue; if (deviceID == 0xFFFF) /* if special value */ ---- Glide3/swlibs/texus2/lib/makefile.autoconf.am.fix 2000-08-25 19:33:26.000000000 +0200 -+++ Glide3/swlibs/texus2/lib/makefile.autoconf.am 2004-09-04 11:53:34.000000000 +0200 +--- Glide3-fix/swlibs/texus2/lib/makefile.autoconf.am.fix 2005-05-04 16:12:55.000000000 +0200 ++++ Glide3-fix/swlibs/texus2/lib/makefile.autoconf.am 2005-05-04 16:13:03.000000000 +0200 @@ -33,6 +33,7 @@ noinst_LTLIBRARIES = libtexus.la noinst_HEADERS = texusint.h Glide3-new-autotools-bugfix.patch: Index: Glide3-new-autotools-bugfix.patch =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3-new-autotools-bugfix.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Glide3-new-autotools-bugfix.patch 28 Apr 2005 18:39:19 -0000 1.1 +++ Glide3-new-autotools-bugfix.patch 4 May 2005 15:14:46 -0000 1.2 @@ -1,8 +1,6 @@ -Fixup for new autotools for rawhide. - ---- h3/glide3/src/makefile.autoconf.am.new-autotools-bugfix Wed May 29 11:54:04 2002 -+++ h3/glide3/src/makefile.autoconf.am Wed May 29 11:55:46 2002 -@@ -208,7 +208,8 @@ +--- Glide3-fix/h3/glide3/src/makefile.autoconf.am.new-autotools-bugfix 2005-05-04 16:08:57.000000000 +0200 ++++ Glide3-fix/h3/glide3/src/makefile.autoconf.am 2005-05-04 16:09:10.000000000 +0200 +@@ -217,7 +217,8 @@ noinst_HEADERS = fxglide.h gsstdef.h gsfc.h \ fxcmd.h fxsplash.h tv.h rcver.h qmodes.h \ macglide3.h @@ -12,9 +10,9 @@ lib_LTLIBRARIES = libglide3.la libglide3_la_SOURCES = fxinline.h fxgasm.h \ ---- h5/glide3/src/makefile.autoconf.am.new-autotools-bugfix Wed May 29 11:56:58 2002 -+++ h5/glide3/src/makefile.autoconf.am Wed May 29 11:58:15 2002 -@@ -221,8 +221,8 @@ +--- Glide3-fix/h5/glide3/src/makefile.autoconf.am.new-autotools-bugfix 2005-05-04 16:08:57.000000000 +0200 ++++ Glide3-fix/h5/glide3/src/makefile.autoconf.am 2005-05-04 16:09:10.000000000 +0200 +@@ -230,8 +230,8 @@ gsfc.h gsstdef.h \ qmodes.h tv.h \ fxgasm.h fxinline.h Index: Glide3.spec =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- Glide3.spec 2 May 2005 13:51:46 -0000 1.4 +++ Glide3.spec 4 May 2005 15:14:46 -0000 1.5 @@ -49,7 +49,7 @@ %prep %setup -q -n Glide3 %patch0 -p1 -b .64bit -%patch1 -p0 -b .new-autotools-bugfix +%patch1 -p1 -b .new-autotools-bugfix %patch2 -p1 -b .redhat-cleanup-1 %patch3 -p1 -b .fix %patch4 -p1 -b .gcc4 @@ -62,11 +62,11 @@ automake-1.4 -a autoconf -#%ifarch %{ix86} -#%define configure_flags --enable-fx-debug=no --enable-amd3d -#%else +%ifarch %{ix86} +%define configure_flags --enable-fx-debug=no --enable-amd3d +%else %define configure_flags --enable-fx-debug=no -#%endif +%endif mkdir build-5 cd build-5 @@ -156,6 +156,13 @@ %changelog +* Mon May 4 2005 Hans de Goede +- Tested amd3dnow code on a voodoo2, works for me (tm). Enabled + amd3dnow code on i386 for now. +- Added FX_GLIDE_I386 AM-conditonal and define, only use and build + cpudtect.s when this is set. This should fix the cpudtect assemble problem + on x86_64. Made this part of Glide-64bit.patch. + * Mon May 2 2005 Hans de Goede - Fix amd3dnow code for cvg(voodoo2) so that it not only compiles but also links. Still untested, so still disabled. From fedora-extras-commits at redhat.com Wed May 4 16:27:59 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Wed, 4 May 2005 12:27:59 -0400 Subject: rpms/synergy/devel synergy.spec,1.7,1.8 Message-ID: <200505041627.j44GRxO4009262@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/synergy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9245 Modified Files: synergy.spec Log Message: Release bump, as the last build attempt didn't include the patch I added (same E-V-R as last tag is my guess). Index: synergy.spec =================================================================== RCS file: /cvs/extras/rpms/synergy/devel/synergy.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- synergy.spec 17 Apr 2005 18:45:16 -0000 1.7 +++ synergy.spec 4 May 2005 16:27:57 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Mouse and keyboard sharing utility Name: synergy Version: 1.2.2 -Release: 2 +Release: 3 License: GPL Group: System Environment/Daemons URL: http://synergy2.sourceforge.net/ @@ -47,6 +47,9 @@ %changelog +* Wed May 4 2005 Matthias Saou 1.2.2-3 +- Rebuild (my bad with CVS "make tag", I guess). + * Sun Apr 17 2005 Matthias Saou 1.2.2-2 - Disable -Werror as build fails with gcc4 otherwise (temporary fix). From fedora-extras-commits at redhat.com Wed May 4 16:30:46 2005 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Wed, 4 May 2005 12:30:46 -0400 Subject: rpms/exim import.log,1.2,1.3 Message-ID: <200505041630.j44GUkXa009388@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/exim In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9360 Modified Files: import.log Log Message: auto-import exim-4.51-1 on branch devel from exim-4.51-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/exim/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 19 Apr 2005 04:06:04 -0000 1.2 +++ import.log 4 May 2005 16:30:44 -0000 1.3 @@ -1 +1,2 @@ exim-4_50-2:HEAD:exim-4.50-2.src.rpm:1113883526 +exim-4_51-1:HEAD:exim-4.51-1.src.rpm:1115224188 From fedora-extras-commits at redhat.com Wed May 4 16:30:46 2005 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Wed, 4 May 2005 12:30:46 -0400 Subject: rpms/exim/devel exim-4.51-csa.2c.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 exim.spec, 1.1, 1.2 sources, 1.2, 1.3 Message-ID: <200505041630.j44GUkNc009395@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/exim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9360/devel Modified Files: .cvsignore exim.spec sources Added Files: exim-4.51-csa.2c.patch Log Message: auto-import exim-4.51-1 on branch devel from exim-4.51-1.src.rpm exim-4.51-csa.2c.patch: --- NEW FILE exim-4.51-csa.2c.patch --- --- doc/ChangeLog 4 May 2005 10:17:28 -0000 1.133 +++ doc/ChangeLog 4 May 2005 10:42:03 -0000 @@ -287,6 +287,8 @@ from the Makefile to this script so that it can call the same version of "make". +TF/02 Added support for Client SMTP Authorization. See NewStuff for details. + A note about Exim versions 4.44 and 4.50 ---------------------------------------- --- doc/NewStuff 3 May 2005 14:20:00 -0000 1.39 +++ doc/NewStuff 4 May 2005 10:42:03 -0000 @@ -181,6 +181,61 @@ both kinds of timeout. A transport filter timeout is now identified in the log output. +TF/02 Support for checking Client SMTP Authorization has been added. CSA is a + system which allows a site to advertise which machines are and are not + permitted to send email. This is done by placing special SRV records in + the DNS, which are looked up using the client's HELO domain. At this + time CSA is still an Internet-Draft. + + Client SMTP Authorization checks are performed by the ACL condition + verify=csa. This will fail if the client is not authorized. If there is + a DNS problem, or if no valid CSA SRV record is found, or if the client + is authorized, the condition succeeds. These three cases can be + distinguished using the expansion variable $csa_status, which can take + one of the values "fail", "defer", "unknown", or "ok". The condition + does not itself defer because that would be likely to cause problems + for legitimate email. + + The error messages produced by the CSA code include slightly more + detail. If $csa_status is "defer" this may be because of problems + looking up the CSA SRV record, or problems looking up the CSA target + address record. There are four reasons for $csa_status being "fail": + the client's host name is explicitly not authorized; the client's IP + address does not match any of the CSA target IP addresses; the client's + host name is authorized but it has no valid target IP addresses (e.g. + the target's addresses are IPv6 and the client is using IPv4); or the + client's host name has no CSA SRV record but a parent domain has + asserted that all subdomains must be explicitly authorized. + + The verify=csa condition can take an argument which is the domain to + use for the DNS query. The default is verify=csa/$sender_helo_name. + + This implementation includes an extension to CSA. If the query domain + is an address literal such as [192.0.2.95], or if it is a bare IP + address, Exim will search for CSA SRV records in the reverse DNS as if + the HELO domain was e.g. 95.2.0.192.in-addr.arpa. Therefore it is + meaningful to say, for example, verify=csa/$sender_host_address - in + fact, this is the check that Exim performs if the client does not say + HELO. This extension can be turned off by setting the main + configuration option dns_csa_use_reverse = false. + + If a CSA SRV record is not found for the domain itself, then a search + is performed through its parent domains for a record which might be + making assertions about subdomains. The maximum depth of this search is + limited using the main configuration option dns_csa_search_limit, which + takes the value 5 by default. Exim does not look for CSA SRV records in + a top level domain, so the default settings handle HELO domains as long + as seven (hostname.five.four.three.two.one.com) which encompasses the + vast majority of legitimate HELO domains. + + The dnsdb lookup also has support for CSA. Although dnsdb already + supports SRV lookups, this is not sufficient because of the extra + parent domain search behaviour of CSA, and (as with PTR lookups) + dnsdb also turns IP addresses into lookups in the reverse DNS space. + The result of ${lookup dnsdb {csa=$sender_helo_name} } has two + space-separated fields: an authorization code and a target host name. + The authorization code can be "Y" for yes, "N" for no, "X" for explicit + authorization required but absent, or "?" for unknown. Version 4.50 ------------ --- src/acl.c 6 Apr 2005 14:03:53 -0000 1.28 +++ src/acl.c 4 May 2005 10:42:26 -0000 @@ -505,6 +505,45 @@ { US"submission", CONTROL_SUBMISSION, TRUE} }; +/* Support data structures for Client SMTP Authorization. acl_verify_csa() +caches its result in a tree to avoid repeated DNS queries. The result is an +integer code which is used as an index into the following tables of +explanatory strings and verification return codes. */ + +static tree_node *csa_cache = NULL; + +enum { CSA_UNKNOWN, CSA_OK, CSA_DEFER_SRV, CSA_DEFER_ADDR, + CSA_FAIL_EXPLICIT, CSA_FAIL_DOMAIN, CSA_FAIL_NOADDR, CSA_FAIL_MISMATCH }; + +/* The acl_verify_csa() return code is translated into an acl_verify() return +code using the following table. It is OK unless the client is definitely not +authorized. This is because CSA is supposed to be optional for sending sites, +so recipients should not be too strict about checking it - especially because +DNS problems are quite likely to occur. It's possible to use $csa_status in +further ACL conditions to distinguish ok, unknown, and defer if required, but +the aim is to make the usual configuration simple. */ + +static int csa_return_code[] = { + OK, OK, OK, OK, + FAIL, FAIL, FAIL, FAIL +}; + +static uschar *csa_status_string[] = { + "unknown", "ok", "defer", "defer", + "fail", "fail", "fail", "fail" +}; + +static uschar *csa_reason_string[] = { + "unknown", + "ok", + "deferred (SRV lookup failed)", + "deferred (target address lookup failed)", + "failed (explicit authorization required)", + "failed (host name not authorized)", + "failed (no authorized addresses)", + "failed (client address mismatch)" +}; + /* Enable recursion between acl_check_internal() and acl_check_condition() */ static int acl_check_internal(int, address_item *, uschar *, int, uschar **, @@ -938,6 +977,299 @@ /************************************************* +* Check client IP address matches CSA target * +*************************************************/ + +/* Called from acl_verify_csa() below. This routine scans a section of a DNS +response for address records belonging to the CSA target hostname. The section +is specified by the reset argument, either RESET_ADDITIONAL or RESET_ANSWERS. +If one of the addresses matches the client's IP address, then the client is +authorized by CSA. If there are target IP addresses but none of them match +then the client is using an unauthorized IP address. If there are no target IP +addresses then the client cannot be using an authorized IP address. (This is +an odd configuration - why didn't the SRV record have a weight of 1 instead?) + +Arguments: + dnsa the DNS answer block + dnss a DNS scan block for us to use + reset option specifing what portion to scan, as described above + target the target hostname to use for matching RR names + +Returns: CSA_OK successfully authorized + CSA_FAIL_MISMATCH addresses found but none matched + CSA_FAIL_NOADDR no target addresses found +*/ + +static int +acl_verify_csa_address(dns_answer *dnsa, dns_scan *dnss, int reset, + uschar *target) +{ +dns_record *rr; +dns_address *da; + +BOOL target_found = FALSE; + +for (rr = dns_next_rr(dnsa, dnss, reset); + rr != NULL; + rr = dns_next_rr(dnsa, dnss, RESET_NEXT)) + { + /* Check this is an address RR for the target hostname. */ + + if (rr->type != T_A + #if HAVE_IPV6 + && rr->type != T_AAAA + #ifdef SUPPORT_A6 + && rr->type != T_A6 + #endif + #endif + ) continue; + + if (strcmpic(target, rr->name) != 0) continue; + + target_found = TRUE; + + /* Turn the target address RR into a list of textual IP addresses and scan + the list. There may be more than one if it is an A6 RR. */ + + for (da = dns_address_from_rr(&dnsa, rr); da != NULL; da = da->next) + { + /* If the client IP address matches the target IP address, it's good! */ + + DEBUG(D_acl) debug_printf("CSA target address is %s\n", da->address); + + if (strcmpic(sender_host_address, da->address) == 0) return CSA_OK; + } + } + +/* If we found some target addresses but none of them matched, the client is +using an unauthorized IP address, otherwise the target has no authorized IP +addresses. */ + +if (target_found) return CSA_FAIL_MISMATCH; +else return CSA_FAIL_NOADDR; +} + + + +/************************************************* +* Verify Client SMTP Authorization * +*************************************************/ + +/* Called from acl_verify() below. This routine calls dns_lookup_special() +to find the CSA SRV record corresponding to the domain argument, or +$sender_helo_name if no argument is provided. It then checks that the +client is authorized, and that its IP address corresponds to the SRV +target's address by calling acl_verify_csa_address() above. The address +should have been returned in the DNS response's ADDITIONAL section, but if +not we perform another DNS lookup to get it. + +Arguments: + domain pointer to optional parameter following verify = csa + +Returns: CSA_UNKNOWN no valid CSA record found + CSA_OK successfully authorized + CSA_FAIL_* client is definitely not authorized + CSA_DEFER_* there was a DNS problem +*/ + +static int +acl_verify_csa(uschar *domain) +{ +tree_node *t; +uschar *found, *p; +int priority, weight, port; +dns_answer dnsa; +dns_scan dnss; +dns_record *rr; +int rc, type; +uschar target[256]; + +/* Work out the domain we are using for the CSA lookup. The default is the +client's HELO domain. If the client has not said HELO, use its IP address +instead. If it's a local client (exim -bs), CSA isn't applicable. */ + +while (isspace(*domain) && *domain != '\0') ++domain; +if (*domain == '\0') domain = sender_helo_name; +if (domain == NULL) domain = sender_host_address; +if (sender_host_address == NULL) return CSA_UNKNOWN; + +/* If we have an address literal, strip off the framing ready for turning it +into a domain. The framing consists of matched square brackets possibly +containing a keyword and a colon before the actual IP address. */ + +if (domain[0] == '[') + { + uschar *start = Ustrchr(domain, ':'); + if (start == NULL) start = domain; + domain = string_copyn(start + 1, Ustrlen(start) - 2); + } + +/* Turn domains that look like bare IP addresses into domains in the reverse +DNS. This code also deals with address literals and $sender_host_address. It's +not quite kosher to treat bare domains such as EHLO 192.0.2.57 the same as +address literals, but it's probably the most friendly thing to do. This is an +extension to CSA, so we allow it to be turned off for proper conformance. */ + +if (string_is_ip_address(domain, NULL)) + { + if (!dns_csa_use_reverse) return CSA_UNKNOWN; + dns_build_reverse(domain, target); + domain = target; + } + +/* Find out if we've already done the CSA check for this domain. If we have, +return the same result again. Otherwise build a new cached result structure +for this domain. The name is filled in now, and the value is filled in when +we return from this function. */ + +t = tree_search(csa_cache, domain); +if (t != NULL) return t->data.val; + +t = store_get_perm(sizeof(tree_node) + Ustrlen(domain)); +Ustrcpy(t->name, domain); +(void)tree_insertnode(&csa_cache, t); + +/* Now we are ready to do the actual DNS lookup(s). */ + +switch (dns_special_lookup(&dnsa, domain, T_CSA, &found)) + { + /* If something bad happened (most commonly DNS_AGAIN), defer. */ + + default: + return t->data.val = CSA_DEFER_SRV; + + /* If we found nothing, the client's authorization is unknown. */ + + case DNS_NOMATCH: + case DNS_NODATA: + return t->data.val = CSA_UNKNOWN; + + /* We got something! Go on to look at the reply in more detail. */ + + case DNS_SUCCEED: + break; + } + +/* Scan the reply for well-formed CSA SRV records. */ + +for (rr = dns_next_rr(&dnsa, &dnss, RESET_ANSWERS); + rr != NULL; + rr = dns_next_rr(&dnsa, &dnss, RESET_NEXT)) + { + if (rr->type != T_SRV) continue; + + /* Extract the numerical SRV fields (p is incremented) */ + + p = rr->data; + GETSHORT(priority, p); + GETSHORT(weight, p); + GETSHORT(port, p); + + DEBUG(D_acl) + debug_printf("CSA priority=%d weight=%d port=%d\n", priority, weight, port); + + /* Check the CSA version number */ + + if (priority != 1) continue; + + /* If the domain does not have a CSA SRV record of its own (i.e. the domain + found by dns_special_lookup() is a parent of the one we asked for), we check + the subdomain assertions in the port field. At the moment there's only one + assertion: legitimate SMTP clients are all explicitly authorized with CSA + SRV records of their own. */ + + if (found != domain) + { + if (port & 1) + return t->data.val = CSA_FAIL_EXPLICIT; + else + return t->data.val = CSA_UNKNOWN; + } + + /* This CSA SRV record refers directly to our domain, so we check the value + in the weight field to work out the domain's authorization. 0 and 1 are + unauthorized; 3 means the client is authorized but we can't check the IP + address in order to authenticate it, so we treat it as unknown; values + greater than 3 are undefined. */ + + if (weight < 2) return t->data.val = CSA_FAIL_DOMAIN; + + if (weight > 2) continue; + + /* Weight == 2, which means the domain is authorized. We must check that the + client's IP address is listed as one of the SRV target addresses. Save the + target hostname then break to scan the additional data for its addresses. */ + + (void)dn_expand(dnsa.answer, dnsa.answer + dnsa.answerlen, p, + (DN_EXPAND_ARG4_TYPE)target, sizeof(target)); + + DEBUG(D_acl) debug_printf("CSA target is %s\n", target); + + break; + } + +/* If we didn't break the loop then no appropriate records were found. */ + +if (rr == NULL) return t->data.val = CSA_UNKNOWN; + +/* Do not check addresses if the target is ".", in accordance with RFC 2782. +A target of "." indicates there are no valid addresses, so the client cannot +be authorized. (This is an odd configuration because weight=2 target=. is +equivalent to weight=1, but we check for it in order to keep load off the +root name servers.) Note that dn_expand() turns "." into "". */ + +if (Ustrcmp(target, "") == 0) return t->data.val = CSA_FAIL_NOADDR; + +/* Scan the additional section of the CSA SRV reply for addresses belonging +to the target. If the name server didn't return any additional data (e.g. +because it does not fully support SRV records), we need to do another lookup +to obtain the target addresses; otherwise we have a definitive result. */ + +rc = acl_verify_csa_address(&dnsa, &dnss, RESET_ADDITIONAL, target); +if (rc != CSA_FAIL_NOADDR) return t->data.val = rc; + +/* The DNS lookup type corresponds to the IP version used by the client. */ + +#if HAVE_IPV6 +if (Ustrchr(sender_host_address, ':') != NULL) + type = T_AAAA; +else +#endif /* HAVE_IPV6 */ + type = T_A; + +DNS_LOOKUP_AGAIN: +switch (dns_lookup(&dnsa, target, type, NULL)) + { + /* If something bad happened (most commonly DNS_AGAIN), defer. */ + + default: + return t->data.val = CSA_DEFER_ADDR; + + /* If the query succeeded, scan the addresses and return the result. */ + + case DNS_SUCCEED: + rc = acl_verify_csa_address(&dnsa, &dnss, RESET_ANSWERS, target); + if (rc != CSA_FAIL_NOADDR) return t->data.val = rc; + /* else fall through */ + + /* If the target has no IP addresses, the client cannot have an authorized + IP address. However, if the target site uses A6 records (not AAAA records) + we have to do yet another lookup in order to check them. */ + + case DNS_NOMATCH: + case DNS_NODATA: + + #if HAVE_IPV6 && defined(SUPPORT_A6) + if (type == T_AAAA) { type = T_A6; goto DNS_LOOKUP_AGAIN; } + #endif + + return t->data.val = CSA_FAIL_NOADDR; + } +} + + + +/************************************************* * Handle verification (address & other) * *************************************************/ @@ -1017,6 +1349,19 @@ { if (slash != NULL) goto NO_OPTIONS; return helo_verified? OK : FAIL; + } + +/* Do Client SMTP Authorization checks in a separate function, and turn the +result code into user-friendly strings. */ + +if (strcmpic(ss, US"csa") == 0) + { + rc = acl_verify_csa(list); + *log_msgptr = *user_msgptr = string_sprintf("client SMTP authorization %s", + csa_reason_string[rc]); + csa_status = csa_status_string[rc]; + DEBUG(D_acl) debug_printf("CSA result %s\n", csa_status); + return csa_return_code[rc]; } /* Check that all relevant header lines have the correct syntax. If there is --- src/dns.c 17 Feb 2005 11:58:26 -0000 1.5 +++ src/dns.c 4 May 2005 10:42:26 -0000 @@ -153,9 +153,9 @@ *************************************************/ /* Call this with reset == RESET_ANSWERS to scan the answer block, reset == -RESET_ADDITIONAL to scan the additional records, and reset == RESET_NEXT to -get the next record. The result is in static storage which must be copied if -it is to be preserved. +RESET_AUTHORITY to scan the authority records, reset == RESET_ADDITIONAL to +scan the additional records, and reset == RESET_NEXT to get the next record. +The result is in static storage which must be copied if it is to be preserved. Arguments: dnsa pointer to dns answer block @@ -192,12 +192,14 @@ dnss->rrcount = ntohs(h->ancount); - /* Skip over answers and NS records if wanting to look at the additional + /* Skip over answers if we want to look at the authority section. Also skip + the NS records (i.e. authority section) if wanting to look at the additional records. */ - if (reset == RESET_ADDITIONAL) + if (reset == RESET_ADDITIONAL) dnss->rrcount += ntohs(h->nscount); + + if (reset == RESET_AUTHORITY || reset == RESET_ADDITIONAL) { - dnss->rrcount += ntohs(h->nscount); while (dnss->rrcount-- > 0) { namelen = dn_expand(dnsa->answer, dnsa->answer + dnsa->answerlen, @@ -207,11 +209,11 @@ GETSHORT(dnss->srr.size, dnss->aptr); /* size of data portion */ dnss->aptr += dnss->srr.size; /* skip over it */ } - dnss->rrcount = ntohs(h->arcount); + dnss->rrcount = (reset == RESET_AUTHORITY) + ? ntohs(h->nscount) : ntohs(h->arcount); } } - /* The variable dnss->aptr is now pointing at the next RR, and dnss->rrcount contains the number of RR records left. */ @@ -666,6 +668,153 @@ if (rc != DNS_NOMATCH && rc != DNS_NODATA) return rc; while (*d != 0 && *d != '.') d++; if (*d++ == 0) break; + } + return DNS_NOMATCH; + } + +/* Try to look up the Client SMTP Authorization SRV record for the name. If +there isn't one, search from the top downwards for a CSA record in a parent +domain, which might be making assertions about subdomains. If we find a record +we set fully_qualified_name to whichever lookup succeeded, so that the caller +can tell whether to look at the explicit authorization field or the subdomain +assertion field. */ + +if (type == T_CSA) + { + uschar *srvname, *namesuff, *tld, *p; + int priority, weight, port; + int limit, rc, i; + BOOL ipv6; + dns_record *rr; + dns_scan dnss; + + DEBUG(D_dns) debug_printf("CSA lookup of %s\n", name); + + srvname = string_sprintf("_client._smtp.%s", name); + rc = dns_lookup(dnsa, srvname, T_SRV, NULL); + if (rc == DNS_SUCCEED || rc == DNS_AGAIN) + { + if (rc == DNS_SUCCEED) *fully_qualified_name = name; + return rc; + } + + /* Search for CSA subdomain assertion SRV records from the top downwards, + starting with the 2nd level domain. This order maximizes cache-friendliness. + We skip the top level domains to avoid loading their nameservers and because + we know they'll never have CSA SRV records. */ + + namesuff = Ustrrchr(name, '.'); + if (namesuff == NULL) return DNS_NOMATCH; + tld = namesuff + 1; + ipv6 = FALSE; + limit = dns_csa_search_limit; + + /* Use more appropriate search parameters if we are in the reverse DNS. */ + + if (strcmpic(namesuff, ".arpa") == 0) + { + if (namesuff - 8 > name && strcmpic(namesuff - 8, ".in-addr.arpa") == 0) + { + namesuff -= 8; + tld = namesuff + 1; + limit = 3; + } + else if (namesuff - 4 > name && strcmpic(namesuff - 4, ".ip6.arpa") == 0) + { + namesuff -= 4; + tld = namesuff + 1; + ipv6 = TRUE; + limit = 3; + } + } + + DEBUG(D_dns) debug_printf("CSA TLD %s\n", tld); + + /* Do not perform the search if the top level or 2nd level domains do not + exist. This is quite common, and when it occurs all the search queries would + go to the root or TLD name servers, which is not friendly. So we check the + AUTHORITY section; if it contains the root's SOA record or the TLD's SOA then + the TLD or the 2LD (respectively) doesn't exist and we can skip the search. + If the TLD and the 2LD exist but the explicit CSA record lookup failed, then + the AUTHORITY SOA will be the 2LD's or a subdomain thereof. */ + + if (rc == DNS_NOMATCH) + { + /* This is really gross. The successful return value from res_search() is + the packet length, which is stored in dnsa->answerlen. If we get a + negative DNS reply then res_search() returns -1, which causes the bounds + checks for name decompression to fail when it is treated as a packet + length, which in turn causes the authority search to fail. The correct + packet length has been lost inside libresolv, so we have to guess a + replacement value. (The only way to fix this properly would be to + re-implement res_search() and res_query() so that they don't muddle their + success and packet length return values.) For added safety we only reset + the packet length if the packet header looks plausible. */ + + HEADER *h = (HEADER *)dnsa->answer; + if (h->qr == 1 && h->opcode == QUERY && h->tc == 0 + && (h->rcode == NOERROR || h->rcode == NXDOMAIN) + && ntohs(h->qdcount) == 1 && ntohs(h->ancount) == 0 + && ntohs(h->nscount) >= 1) + dnsa->answerlen = MAXPACKET; + + for (rr = dns_next_rr(dnsa, &dnss, RESET_AUTHORITY); + rr != NULL; + rr = dns_next_rr(dnsa, &dnss, RESET_NEXT)) + if (rr->type != T_SOA) continue; + else if (strcmpic(rr->name, "") == 0 || + strcmpic(rr->name, tld) == 0) return DNS_NOMATCH; + else break; + } + + for (i = 0; i < limit; i++) + { + if (ipv6) + { + /* Scan through the IPv6 reverse DNS in chunks of 16 bits worth of IP + address, i.e. 4 hex chars and 4 dots, i.e. 8 chars. */ + namesuff -= 8; + if (namesuff <= name) return DNS_NOMATCH; + } + else + /* Find the start of the preceding domain name label. */ + do + if (--namesuff <= name) return DNS_NOMATCH; + while (*namesuff != '.'); + + DEBUG(D_dns) debug_printf("CSA parent search at %s\n", namesuff + 1); + + srvname = string_sprintf("_client._smtp.%s", namesuff + 1); + rc = dns_lookup(dnsa, srvname, T_SRV, NULL); + if (rc == DNS_AGAIN) return rc; + if (rc != DNS_SUCCEED) continue; + + /* Check that the SRV record we have found is worth returning. We don't + just return the first one we find, because some lower level SRV record + might make stricter assertions than its parent domain. */ + + for (rr = dns_next_rr(dnsa, &dnss, RESET_ANSWERS); + rr != NULL; + rr = dns_next_rr(dnsa, &dnss, RESET_NEXT)) + { + if (rr->type != T_SRV) continue; + + /* Extract the numerical SRV fields (p is incremented) */ + p = rr->data; + GETSHORT(priority, p); + GETSHORT(weight, p); + GETSHORT(port, p); + + /* Check the CSA version number */ + if (priority != 1) continue; + + /* If it's making an interesting assertion, return this response. */ + if (port & 1) + { + *fully_qualified_name = namesuff + 1; + return DNS_SUCCEED; + } + } } return DNS_NOMATCH; } --- src/exim.h 27 Apr 2005 10:00:18 -0000 1.11 +++ src/exim.h 4 May 2005 10:42:26 -0000 @@ -280,12 +280,19 @@ #define T_SRV 33 #endif -/* We use the private type T_ZNS for retrieving the nameservers for the -enclosing zone of a domain, and the private type T_MXH for retrieving -the MX hostnames only (without their priorities). */ +/* We define a few private types for special DNS lookups: + + . T_ZNS gets the nameservers of the enclosing zone of a domain + + . T_MXH gets the MX hostnames only (without their priorities) + + . T_CSA gets the domain's Client SMTP Authorization SRV record + +*/ #define T_ZNS (-1) #define T_MXH (-2) +#define T_CSA (-3) /* The resolv.h header defines __P(x) on some Solaris 2.5.1 systems (without checking that it is already defined, in fact). This conflicts with other --- src/expand.c 28 Apr 2005 13:29:27 -0000 1.20 +++ src/expand.c 4 May 2005 10:42:27 -0000 @@ -333,6 +333,7 @@ { "caller_uid", vtype_uid, &real_uid }, { "compile_date", vtype_stringptr, &version_date }, { "compile_number", vtype_stringptr, &version_cnumber }, + { "csa_status", vtype_stringptr, &csa_status }, #ifdef WITH_OLD_DEMIME { "demime_errorlevel", vtype_int, &demime_errorlevel }, { "demime_reason", vtype_stringptr, &demime_reason }, --- src/globals.c 3 May 2005 14:20:01 -0000 1.23 +++ src/globals.c 4 May 2005 10:42:27 -0000 @@ -385,6 +385,8 @@ int continue_sequence = 1; uschar *continue_transport = NULL; +uschar *csa_status = NULL; + BOOL daemon_listen = FALSE; uschar *daemon_smtp_port = US"smtp"; BOOL debug_daemon = FALSE; @@ -473,6 +475,8 @@ #endif uschar *dns_again_means_nonexist = NULL; +int dns_csa_search_limit = 5; +BOOL dns_csa_use_reverse = TRUE; uschar *dns_ipv4_lookup = NULL; int dns_retrans = 0; int dns_retry = 0; --- src/globals.h 3 May 2005 14:20:01 -0000 1.15 +++ src/globals.h 4 May 2005 10:42:27 -0000 @@ -214,6 +214,8 @@ extern int continue_sequence; /* Sequence num for continued delivery */ extern uschar *continue_transport; /* Transport for continued delivery */ +extern uschar *csa_status; /* Client SMTP Authorization result */ + extern BOOL daemon_listen; /* True if listening required */ extern uschar *daemon_smtp_port; /* Can be a list of ports */ extern BOOL debug_daemon; /* Debug the daemon process only */ @@ -271,6 +273,8 @@ #endif extern uschar *dns_again_means_nonexist; /* Domains that are badly set up */ +extern int dns_csa_search_limit; /* How deep to search for CSA SRV records */ +extern BOOL dns_csa_use_reverse; /* Check CSA in reverse DNS? (non-standard) */ extern uschar *dns_ipv4_lookup; /* For these domains, don't look for AAAA (or A6) */ extern int dns_retrans; /* Retransmission time setting */ extern int dns_retry; /* Number of retries */ --- src/macros.h 7 Apr 2005 10:54:54 -0000 1.12 +++ src/macros.h 4 May 2005 10:42:27 -0000 @@ -178,7 +178,7 @@ /* Options for dns_next_rr */ -enum { RESET_NEXT, RESET_ANSWERS, RESET_ADDITIONAL }; +enum { RESET_NEXT, RESET_ANSWERS, RESET_AUTHORITY, RESET_ADDITIONAL }; /* Argument values for the time-of-day function */ --- src/readconf.c 5 Apr 2005 13:58:35 -0000 1.7 +++ src/readconf.c 4 May 2005 10:42:27 -0000 @@ -193,6 +193,8 @@ { "delivery_date_remove", opt_bool, &delivery_date_remove }, { "dns_again_means_nonexist", opt_stringptr, &dns_again_means_nonexist }, { "dns_check_names_pattern", opt_stringptr, &check_dns_names_pattern }, + { "dns_csa_search_limit", opt_int, &dns_csa_search_limit }, + { "dns_csa_use_reverse", opt_bool, &dns_csa_use_reverse }, { "dns_ipv4_lookup", opt_stringptr, &dns_ipv4_lookup }, { "dns_retrans", opt_time, &dns_retrans }, { "dns_retry", opt_int, &dns_retry }, --- src/lookups/dnsdb.c 17 Feb 2005 11:58:27 -0000 1.10 +++ src/lookups/dnsdb.c 4 May 2005 10:42:27 -0000 @@ -31,6 +31,7 @@ #endif #endif "cname", + "csa", "mx", "mxh", "ns", @@ -49,6 +50,7 @@ #endif #endif T_CNAME, + T_CSA, /* Private type for "Client SMTP Authorization". */ T_MX, T_MXH, /* Private type for "MX hostnames" */ T_NS, @@ -112,7 +114,7 @@ int type = T_TXT; int failrc = FAIL; uschar *outsep = US"\n"; -uschar *equals, *domain; +uschar *equals, *domain, *found; uschar buffer[256]; /* Because we're the working in the search pool, we try to reclaim as much @@ -228,15 +230,18 @@ != NULL) { uschar rbuffer[256]; - int searchtype = (type == T_ZNS)? T_NS : /* record type we want */ - (type == T_MXH)? T_MX : type; + int searchtype = (type == T_CSA)? T_SRV : /* record type we want */ + (type == T_MXH)? T_MX : + (type == T_ZNS)? T_NS : type; + + /* If the type is PTR or CSA, we have to construct the relevant magic lookup + key if the original is an IP address (some experimental protocols are using + PTR records for different purposes where the key string is a host name, and + Exim's extended CSA can be keyed by domains or IP addresses). This code for + doing the reversal is now in a separate function. */ - /* If the type is PTR, we have to construct the relevant magic lookup key if - the original is an IP address (some experimental protocols are using PTR - records for different purposes where the key string is a host name). This - code for doing the reversal is now in a separate function. */ - - if (type == T_PTR && string_is_ip_address(domain, NULL) > 0) + if ((type == T_PTR || type == T_CSA) && + string_is_ip_address(domain, NULL) > 0) { dns_build_reverse(domain, rbuffer); domain = rbuffer; @@ -252,7 +257,7 @@ continue with the next domain. In the case of DEFER, adjust the final "nothing found" result, but carry on to the next domain. */ - rc = dns_special_lookup(&dnsa, domain, type, NULL); + rc = dns_special_lookup(&dnsa, domain, type, &found); if (rc == DNS_NOMATCH || rc == DNS_NODATA) continue; if (rc != DNS_SUCCEED) @@ -300,32 +305,63 @@ yield = string_cat(yield, &size, &ptr, (uschar *)(rr->data+1), (rr->data)[0]); } - else /* T_CNAME, T_MX, T_MXH, T_NS, T_SRV, T_PTR */ + else /* T_CNAME, T_CSA, T_MX, T_MXH, T_NS, T_PTR, T_SRV */ { - int num; + int priority, weight, port; uschar s[264]; uschar *p = (uschar *)(rr->data); if (type == T_MXH) { /* mxh ignores the priority number and includes only the hostnames */ - GETSHORT(num, p); /* pointer is advanced */ + GETSHORT(priority, p); } else if (type == T_MX) { - GETSHORT(num, p); /* pointer is advanced */ - sprintf(CS s, "%d ", num); + GETSHORT(priority, p); + sprintf(CS s, "%d ", priority); yield = string_cat(yield, &size, &ptr, s, Ustrlen(s)); } else if (type == T_SRV) { - int weight, port; - GETSHORT(num, p); /* pointer is advanced */ + GETSHORT(priority, p); GETSHORT(weight, p); GETSHORT(port, p); - sprintf(CS s, "%d %d %d ", num, weight, port); + sprintf(CS s, "%d %d %d ", priority, weight, port); yield = string_cat(yield, &size, &ptr, s, Ustrlen(s)); } + else if (type == T_CSA) + { + /* See acl_verify_csa() for more comments about CSA. */ + + GETSHORT(priority, p); + GETSHORT(weight, p); + GETSHORT(port, p); + + if (priority != 1) continue; /* CSA version must be 1 */ + + /* If the CSA record we found is not the one we asked for, analyse + the subdomain assertions in the port field, else analyse the direct + authorization status in the weight field. */ + + if (found != domain) + { + if (port & 1) *s = 'X'; /* explicit authorization required */ + else *s = '?'; /* no subdomain assertions here */ + } + else + { + if (weight < 2) *s = 'N'; /* not authorized */ + else if (weight == 2) *s = 'Y'; /* authorized */ + else if (weight == 3) *s = '?'; /* unauthorizable */ + else continue; /* invalid */ + } + + s[1] = ' '; + yield = string_cat(yield, &size, &ptr, s, 2); + } + + /* GETSHORT() has advanced the pointer to the target domain. */ rc = dn_expand(dnsa.answer, dnsa.answer + dnsa.answerlen, p, (DN_EXPAND_ARG4_TYPE)(s), sizeof(s)); Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/exim/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 19 Apr 2005 04:06:04 -0000 1.2 +++ .cvsignore 4 May 2005 16:30:44 -0000 1.3 @@ -1,2 +1,2 @@ -exim-4.50.tar.bz2 sa-exim-4.2.tar.gz +exim-4.51.tar.bz2 Index: exim.spec =================================================================== RCS file: /cvs/extras/rpms/exim/devel/exim.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- exim.spec 19 Apr 2005 04:06:04 -0000 1.1 +++ exim.spec 4 May 2005 16:30:44 -0000 1.2 @@ -1,7 +1,7 @@ Summary: The exim mail transfer agent Name: exim -Version: 4.50 -Release: 2 +Version: 4.51 +Release: 1 License: GPL Url: http://www.exim.org/ Group: System Environment/Daemons @@ -12,7 +12,7 @@ PreReq: /sbin/service PreReq: %{_sbindir}/alternatives PreReq: %{_sbindir}/groupadd, %{_sbindir}/useradd -Source: ftp://ftp.exim.org/pub/exim/exim-%{version}.tar.bz2 +Source: ftp://ftp.exim.org/pub/exim/exim4/exim-%{version}.tar.bz2 Source2: exim.init Source3: exim.sysconfig Source4: exim.logrotate @@ -25,6 +25,7 @@ Patch12: exim-4.33-cyrus.patch Patch13: exim-4.43-pamconfig.patch Patch14: exim-4.50-spamdconf.patch +Patch15: exim-4.51-csa.2c.patch Requires: /etc/aliases BuildRequires: db4-devel openssl-devel openldap-devel XFree86-devel pam-devel @@ -77,6 +78,7 @@ %patch12 -p1 -b .cyrus %patch13 -p1 -b .pam %patch14 -p1 -b .spamd +%patch15 -p0 -b .csa.2c %build %ifnarch s390 s390x @@ -285,6 +287,10 @@ %doc sa-exim*/{ACKNOWLEDGEMENTS,INSTALL,LICENSE,TODO} %changelog +* Wed May 4 2005 David Woodhouse 4.51-1 +- Update to Exim 4.51 +- Include Tony's CSA support patch + * Tue Feb 22 2005 David Woodhouse 4.50-2 - Move exim-doc into a separate package Index: sources =================================================================== RCS file: /cvs/extras/rpms/exim/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 19 Apr 2005 04:06:04 -0000 1.2 +++ sources 4 May 2005 16:30:44 -0000 1.3 @@ -1,2 +1,2 @@ -7844eff82171872f6b3971a4183368d9 exim-4.50.tar.bz2 ad76f73c6b3d01caa88078e3e622745a sa-exim-4.2.tar.gz +36c0c005e012d13beb7edfd8d124c049 exim-4.51.tar.bz2 From fedora-extras-commits at redhat.com Wed May 4 18:40:33 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 4 May 2005 14:40:33 -0400 Subject: fedora-release README-i386-en, 1.2, 1.3 README-ppc-en, 1.2, 1.3 README-x86_64-en, 1.2, 1.3 RELEASE-NOTES-i386-en, 1.3, 1.4 RELEASE-NOTES-ppc-en, 1.3, 1.4 RELEASE-NOTES-x86_64-en, 1.3, 1.4 fedora-release.spec, 1.6, 1.7 index.html, 1.2, 1.3 Message-ID: <200505041840.j44IeXEu012047@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/fedora-release In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12036 Modified Files: README-i386-en README-ppc-en README-x86_64-en RELEASE-NOTES-i386-en RELEASE-NOTES-ppc-en RELEASE-NOTES-x86_64-en fedora-release.spec index.html Log Message: updated relnotes from kwade bump version Index: README-i386-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-i386-en,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README-i386-en 6 Apr 2005 21:29:55 -0000 1.2 +++ README-i386-en 4 May 2005 18:40:31 -0000 1.3 @@ -1,4 +1,4 @@ - Fedora Core 3.91 README + Fedora Core 3.92 README Copyright (c) 2005 Red Hat, Inc. Index: README-ppc-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-ppc-en,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README-ppc-en 6 Apr 2005 21:29:55 -0000 1.2 +++ README-ppc-en 4 May 2005 18:40:31 -0000 1.3 @@ -1,4 +1,4 @@ - Fedora Core 3.91 README + Fedora Core 3.92 README Copyright (c) 2005 Red Hat, Inc. Index: README-x86_64-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-x86_64-en,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README-x86_64-en 6 Apr 2005 21:29:55 -0000 1.2 +++ README-x86_64-en 4 May 2005 18:40:31 -0000 1.3 @@ -1,4 +1,4 @@ - Fedora Core 3.91 README + Fedora Core 3.92 README Copyright (c) 2005 Red Hat, Inc. Index: RELEASE-NOTES-i386-en =================================================================== RCS file: /cvs/fedora/fedora-release/RELEASE-NOTES-i386-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RELEASE-NOTES-i386-en 6 Apr 2005 21:33:20 -0000 1.3 +++ RELEASE-NOTES-i386-en 4 May 2005 18:40:31 -0000 1.4 @@ -1,4 +1,4 @@ -== Fedora Core 4 test 2 Release Notes == += Fedora Core 4test3 Release Notes = Copyright (c) 2005 Red Hat, Inc. @@ -7,7 +7,7 @@ any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at -http://www.gnu.org/licenses/fdl.html. +[1]http://www.gnu.org/licenses/fdl.html. This document may be copied and distributed in any medium, either commercially or non-commercially, provided that the GNU Free @@ -30,14 +30,13 @@ All other trademarks and copyrights referred to are the property of their respective owners. -The GPG fingerprint of the "Fedora Project " key -is: +The GPG fingerprint of the "Fedora Project " key is: CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2 --------------------------------------------------------------------------- - 1. Fedora Core 4 test2 Release Notes + 1. Fedora Core 4test3 Release Notes 2. Introduction 3. Hardware Requirements 1. CPU Requirements @@ -57,8 +56,7 @@ 8. Macintosh File Server 9. X Window System 10. Miscellaneous Notes - 8. Packages Added, Moved From Core, Changed, or -Deprecated/Nuked + 8. Packages Added, Moved From Core, Changed, or Deprecated/Nuked 1. Packages Added 2. Packages Moved Out Of Core 9. An Overview of the Fedora Project @@ -77,7 +75,7 @@ For more information, refer to the Fedora Project overview later in this document. -The following topics related to Fedora Core 4 test 2 are covered in this +The following topics related to Fedora Core 4test3 are covered in this document: * Introduction (this section) @@ -91,29 +89,29 @@ == Hardware Requirements == The following information represents the minimum hardware requirements -necessary to successfully install Fedora Core 4 test 2. +necessary to successfully install Fedora Core 4test3. -Note + Note -The compatibility/availability of other hardware components (such as -video and network cards) may be required for specific installation -modes and/or post-installation usage. + The compatibility/availability of other hardware components (such as + video and network cards) may be required for specific installation + modes and/or post-installation usage. -=== CPU Requirements === +=== CPU Requirements === This section lists the CPU specifications required by Fedora Core -4 test 2. +4test3. -Note + Note -The following CPU specifications are stated in terms of Intel -processors. Other processors (notably, offerings from AMD, Cyrix, and -VIA) that are compatible with and equivalent to the following Intel -processors may also be used with Fedora Core. + The following CPU specifications are stated in terms of Intel + processors. Other processors (notably, offerings from AMD, Cyrix, + and VIA) that are compatible with and equivalent to the following + Intel processors may also be used with Fedora Core. * Minimum: Pentium-class -Fedora Core 4 test 2 is optimized for Pentium 4 CPUs, but also supports +Fedora Core 4test3 is optimized for Pentium 4 CPUs, but also supports earlier CPUs (such as Pentium, Pentium Pro, Pentium II, Pentium III, and including AMD and VIA variants). This approach has been taken because Pentium-class optimizations actually result in reduced @@ -127,18 +125,17 @@ === Hard Disk Space Requirements === -This section lists the disk space required to install Fedora Core -4 test 2. +This section lists the disk space required to install Fedora Core 4test3. -Note + Note -The disk space requirements listed below represent the disk space -taken up by Fedora Core 4 test 2 after the installation is -complete. However, additional disk space is required during the -installation to support the installation environment. This additional -disk space corresponds to the size of /Fedora/base/stage2.img (on -CD-ROM 1) plus the size of the files in /var/lib/rpm on the installed -system. + The disk space requirements listed below represent the disk space + taken up by Fedora Core 4test3 after the installation is + complete. However, additional disk space is required during the + installation to support the installation environment. This + additional disk space corresponds to the size of + /Fedora/base/stage2.img (on CD-ROM 1) plus the size of the files in + /var/lib/rpm on the installed system. In practical terms, this means that as little as an additional 90MB can be required for a minimal installation, while as much as an @@ -156,7 +153,7 @@ === Memory Requirements === -This section lists the memory required to install Fedora Core 4 test 2. +This section lists the memory required to install Fedora Core 4test3. * Minimum for text-mode: 64MB * Minimum for graphical: 192MB @@ -164,120 +161,167 @@ == Overview of This Release == -The following list highlights certain new features of Fedora Core -4 test 2: +The following list highlights certain new features of Fedora Core 4test3: * GCC 4.0 * GNOME 2.10 * KDE 3.4 - * Native Eclipse 3.1M5 + * Native Eclipse 3.1M6 - Part of free Java stack * MySQL 4.1 * PHP 5.0 + * Xen 2 - Virtualization to run multiple versions of an OS + * GFS 6.1-0.pre22 - Cluster file system + * Evince 0.2.1 - Universal document viewer + * GDM 2.6 - Includes early login capability + + * SELinux -- New daemons have been added to the targeted policy. + http://fedora.redhat.com/docs/selinux-faq/ . This is a list of + daemons protected by the targeted policy: - * SELinux -- New daemons have been added to the targeted policy For - more information, refer to the SELinux FAQ at - http://fedora.redhat.com/docs/selinux-faq/ . + * NetworkManager * amanda * apache + * apmd + * arpwatch + * auditd + * bluetooth + * canna + * cardmgr + * checkpolicy * chkpwd + * compat + * comsat + * consoletype + * cpucontrol + * cpuspeed + * crond * cups + * cvs + * cyrus + * dbskkd + * dbusd * dhcpc * dhcpd * dictd + * dmidecode * dovecot * fingerd + * fsadm * ftpd + * getty + * hald + * hostname + * hotplug * howl + * hwclock * i18n_input * ifconfig + * inetd * init * initrc - * inetd * innd * kerberos + * klogd * ktalkd + * kudzu * ldconfig + * load_policy * login * lpd * mailman * modutil * mta * mysqld - * NetworkManager * named + * netutils * nscd * ntpd * portmap * postgresql + * pppd * privoxy * radius * radvd + * restorecon * rlogind * rpcd + * rpm * rshd * rsync * samba + * saslauthd + * sendmail + * setfiles * slapd * snmpd * squid + * ssh * stunnel * syslogd * telnetd * tftpd + * udev + * updfstab + * uucpd + * webalizer * winbind + * xdm * ypbind * ypserv * zebra + == Installation-Related Notes == This section outlines anything noteworthy that is related to Anaconda (the Fedora Core installation program) and installing Fedora Core -4 test 2 in general. +4test3 in general. -Note + Note -If you intend to download the Fedora Core 4 test 2 DVD ISO image, keep -in mind that not all file downloading tools can accommodate files -larger than 2GB in size. For example, wget will exit with a File size -limit exceeded error. + If you intend to download the Fedora Core 4test3 DVD ISO image, keep + in mind that not all file downloading tools can accommodate files + larger than 2GB in size. For example, wget will exit with a File + size limit exceeded error. The curl and ncftpget file downloading tools do not have this limitation, and can successfully download files larger than 2GB. Bittorrent is another method for downloading large files. + Anaconda Notes * The Fedora Core installation program has the ability to test the -integrity of the installation media. It works with the CD, DVD, hard -drive ISO, and NFS ISO installation methods. Red Hat recommends that -you test all installation media before starting the installation -process, and before reporting any installation-related bugs (many of -the bugs reported are actually due to improperly-burned CDs). To use -this test, type linux mediacheck at the boot: prompt. + integrity of the installation media. It works with the CD, DVD, + hard drive ISO, and NFS ISO installation methods. Red Hat + recommends that you test all installation media before starting + the installation process, and before reporting any + installation-related bugs (many of the bugs reported are actually + due to improperly-burned CDs). To use this test, type linux + mediacheck at the boot: prompt. * Memory testing may be performed prior to installing Fedora Core by -entering memtest86 at the boot: prompt. This causes the Memtest86 -standalone memory testing software to run. Memtest86 memory testing -continues until the Esc key is pressed. + entering memtest86 at the boot: prompt. This causes the Memtest86 + standalone memory testing software to run. Memtest86 memory + testing continues until the Esc key is pressed. NOTE: You must boot from CD-ROM 1 (or a rescue CD-ROM) in order to use this feature. - * Fedora Core 4 test 2 supports graphical FTP and HTTP -installations. However, due to the necessity of containing the -installer image in RAM, only systems with more than 128MB of RAM (or -systems booted from CD-ROM 1, which contains the installer image) can -use the graphical installer. Systems with 128MB or less will continue -to use the text-based installer. + * Fedora Core 4test3 supports graphical FTP and HTTP + installations. However, due to the necessity of containing the + installer image in RAM, only systems with more than 128MB of RAM + (or systems booted from CD-ROM 1, which contains the installer + image) can use the graphical installer. Systems with 128MB or + less will continue to use the text-based installer. == Installation-Related Issues == * Certain hardware configurations (particularly those with LCD -displays) may experience problems while starting the Fedora Core -installation program. In these instances, restart the installation, -and add the "nofb" option to the boot command line. + displays) may experience problems while starting the Fedora Core + installation program. In these instances, restart the + installation, and add the "nofb" option to the boot command line. NOTE: Chinese, Japanese, and Korean graphical installations started using the "nofb" option will start in English, and then switch to the @@ -285,9 +329,9 @@ process begins. * Some Sony VAIO(R) notebook systems may experience problems -installing Fedora Core from CD-ROM. If this happens, restart the -installation process and add the following option to the boot command -line: + installing Fedora Core from CD-ROM. If this happens, restart the + installation process and add the following option to the boot + command line: pci=off ide1=0x180,0x386 @@ -296,28 +340,28 @@ first time Fedora Core is booted. * Serial mice are known to be inoperative during -installation. However, there are indications that serial mice work -properly in X after the installation has completed. Refer to bug -119474 for more information: + installation. However, there are indications that serial mice work + properly in X after the installation has completed. Refer to bug + 119474 for more information: [6]http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474 * There have been issues observed when upgrading Red Hat Linux -7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The -issue is caused by version overlap between the official Red Hat Linux -RPMs (or the ones from the Fedora Project) and the Ximian RPMs. This -configuration is not supported. You have several choices in resolving -this issue: - -1) You may remove Ximian GNOME from your system prior to upgrading to -Fedora Core. - -2) You may upgrade your system, and then immediately reinstall Ximian -GNOME. - -3) You may upgrade your system, and then immediately remove all -remaining Ximian RPMs, replacing them with the corresponding Fedora -Core RPMs. + 7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The + issue is caused by version overlap between the official Red Hat + Linux RPMs (or the ones from the Fedora Project) and the Ximian + RPMs. This configuration is not supported. You have several + choices in resolving this issue: + + 1) You may remove Ximian GNOME from your system prior to upgrading + to Fedora Core. + + 2) You may upgrade your system, and then immediately reinstall + Ximian GNOME. + + 3) You may upgrade your system, and then immediately remove all + remaining Ximian RPMs, replacing them with the corresponding + Fedora Core RPMs. You must resolve the version overlap using one of the above choices. Failure to do so will result in an unstable GNOME configuration. @@ -325,22 +369,95 @@ == Package-Specific Notes == The following sections contain information regarding packages that -have undergone significant changes for Fedora Core 4 test 2. For easier +have undergone significant changes for Fedora Core 4test3. For easier access, they are organized using the same groups used in Anaconda. === Base === This section contains information related to basic system components. + +auditd and log files + +The audit daemon, auditd, is now enabled by default. When auditd is +running, the kernel directs audit messages to +/var/log/audit/audit.log. The location of this file is specified in +/etc/auditd.conf. + +AVC messages for SELinux are sent using the audit infrastructure. +These messages are now in /var/log/audit/audit.log. + +When auditd is not running, the kernel passes audit messages to +syslog. These logs are typically kept in /var/log/messages and are +viewable using dmesg. + +Audit extensions are now compiled into PAM. All programs that do +grant entry to the system or change user account attributes will +generate an audit message. + +To enable auditing within the kernel, you must pass the parameter +audit=1 to the kernel during boot. Otherwise, you can use this +command to enable auditing during run time: + + 'auditctl -e 1' + + +LinuxThreads v. NPTL + +As the next step in removing support for the obsolete LinuxThreads +library, code compiled and linked on FC4 now automatically uses the NPTL +headers and libraries. + +In previous releases, since Red Hat Linux 9, the default was to use +LinuxThreads since the interface is mostly forward compatible. The +advantages of the NPTL interface is that the cancellation handling is +faster (when -fexception is used, even in C code) and that the +additional interfaces are now available without special compiler and +linker parameters. In other words, you do not need to use +-I/usr/include/nptl and -L/usr/lib{,64}/nptl any longer. Note that +lib{,64} is to be interpreted as lib64 on platforms which place DSOs +in lib64 directories, and lib otherwise. + +In FC4 it is still possible to create code using the LinuxThreads +definitions. For this the linuxthreads-devel package must be +installed and + + -I/usr/include/linuxthreads -L/usr/lib{,64}/linuxthreads + +must be passed to the compiler. + +At runtime, it used to be possible to use the LD_ASSUME_KERNEL +environment variable to select the appropriate version of glibc and the +libpthread DSO. Now it is additionally necessary to specify + + LD_LIBRARY_PATH=/lib{,64}/obsolete/linuxthreads + +in the environment. This is because the runtime libraries have also +been moved out of the way. There might programs that will not work if +the program uses an unfortunate DT_RPATH (which overwrites the +LD_LIBRARY_PATH setting). + +All this makes it more cumbersome to run programs which depend on +LinuxThreads. But this is intentional. + + Important + + FC5 will not have LinuxThreads support and all programs have to be + converted to use NPTL by then. + +In general, conversion to using NPTL has not been an issue. + + slocate database -The database needed by the locate utility is no longer created by -default. Enable the database creation by setting DAILY_UPDATE to -"yes" in /etc/updatedb.conf if you want to use locate. +The database needed by the locate utility is no longer created by default. +Enable the database creation by setting DAILY_UPDATE to "yes" in +/etc/updatedb.conf if you want to use locate. + openssh -The version of OpenSSH in Fedora Core 4 test 2 contains OpenSSH 3.9 +The version of OpenSSH in Fedora Core 4test3 contains OpenSSH 3.9 includes strict permission and ownership checks for the ~/.ssh/config file. These checks mean that ssh will exit if this file does not have appropriate ownership and permissions. @@ -367,51 +484,63 @@ This section contains the most elemental components of Fedora Core, including the kernel. - * In order to eliminate the redundancy inherent in providing a -separate package for the kernel source code when that source code -already exists in the kernel's .src.rpm file, Fedora Core 4 test 2 no -longer includes the kernel-source package. Users that require access -to the kernel sources can find them in the kernel .src.rpm file. To -create an exploded source tree from this file, perform the following -steps (note that refers to the version specification for -your currently-running kernel): - 1. Obtain the kernel-.src.rpm file from one of the -following sources: +yum + +The sqllite database is now used by yum, and makes performance +noticeably faster. - * The SRPMS directory on the appropriate "SRPMS" CD iso -image +The Fedora Extras repository is now enabled by default. - * The FTP site where you got the kernel package - * By running the following command: +kernel source - up2date --get-source kernel +In order to eliminate the redundancy inherent in providing a separate +package for the kernel source code when that source code already +exists in the kernel's .src.rpm file, Fedora Core 4test3 no longer +includes the kernel-source package. Users that require access to the +kernel sources can find them in the kernel .src.rpm file. To create an +exploded source tree from this file, perform the following steps (note +that refers to the version specification for your +currently-running kernel): - 2. Install kernel-.src.rpm (given the default RPM -configuration, the files this package contains will be written to -/usr/src/redhat/) + 1. Obtain the kernel-.src.rpm file from one of the + following sources: - 3. Change directory to /usr/src/redhat/SPECS/, and issue the -following command: + * The SRPMS directory on the appropriate "SRPMS" CD iso image - rpmbuild -bp --target= kernel.spec + * The FTP site where you got the kernel package - (Where is the desired target architecture.) + * By running the following command: - On a default RPM configuration, the kernel tree will be -located in /usr/src/redhat/BUILD/. + up2date --get-source kernel - 4. In resulting tree, the configurations for the specific -kernels shipped in Fedora Core 4 test 2 are in the /configs/ -directory. For example, the i686 SMP configuration file is named -/configs/kernel--i686-smp.config. Issue the following command -to place the desired configuration file in the proper place for -building: + 2. Install kernel-.src.rpm (given the default RPM + configuration, the files this package contains will be written to + /usr/src/redhat/) + + rpm -ivh kernel-.src.rpm + + 3. Change directory to /usr/src/redhat/SPECS/, and issue the + following command: + + rpmbuild -bp --target= kernel.spec + + (Where is the desired target architecture.) + + On a default RPM configuration, the kernel tree will be located + in /usr/src/redhat/BUILD/. + + 4. In resulting tree, the configurations for the specific kernels + shipped in Fedora Core 4test3 are in the /configs/ + directory. For example, the i686 SMP configuration file is named + /configs/kernel--i686-smp.config. Issue the following + command to place the desired configuration file in the proper + place for building: cp ./.config - 5. Issue the following command: + 5. Issue the following command: make oldconfig @@ -425,11 +554,13 @@ For example, to build the foo.ko module, create the following file (named Makefile) in the directory containing the foo.c file: -obj-m := foo.o +obj-m := foo.o -KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) +KDIR := /lib/modules/$(shell uname -r)/build +PWD := $(shell pwd) -default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules +default: +$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules Issue the make command to build the foo.ko module. @@ -453,6 +584,17 @@ This section contains information related to Web-related tools. + +mod_perl + +The "RC5" release of mod_perl 2.0 is now included; the API provided by +this release is incompatible with previous 1.99_xx releases. Please +refer to the following document for discussion of how to adapt code to +use the new API: + + http://perl.apache.org/docs/2.0/rename.html + + php Version 5.0 of PHP is now included, which includes a number of changes @@ -462,6 +604,10 @@ http://www.php.net/manual/en/migration5.php +The /usr/bin/php binary is now built using the "CLI" command-line +SAPI, rather than the CGI SAPI. The CGI SAPI is now available as +/usr/bin/php-cgi; this binary also includes FastCGI support. + The following extensions have been added: * the "mysqli" extension, the newly MySQL interface designed @@ -469,22 +615,29 @@ * the "soap" extension, which can be used to implement a SOAP server or client +The following extensions are now available as optional loadable +extensions, rather than being built in to the php binaries: + + * dba, now available in the php-dba package + * bcmath, now available in the php-bcmath package + === Windows File Server === This section contains information related to Samba, software that makes it possible to share files between Linux and Windows systems. + samba Browsing of Windows shares (also known as SMB browsing) fails on -Fedora Core 4 test 2 systems that have the standard firewall +Fedora Core 4test3 systems that have the standard firewall configured. This is most easily noticed in the failure of Nautilus to display shares. The failure is due to the firewall disrupting the broadcast mode of SMB browsing, which is Samba's default setting. There are two workarounds: * Configure a WINS server on the network, and set the "wins server" -option in smb.conf to the address of the WINS server. + option in smb.conf to the address of the WINS server. * Disable the firewall @@ -502,25 +655,26 @@ === Macintosh File Server === -This section contains information related to netatalk, software that +This section contains information related to netatalk, software that makes it possible to share files between Linux and Macintosh systems. + netatalk -The 2.x version of netatalk uses a different method to store resource -forks, and may use a different file name encoding scheme. Upgrading to -Fedora Core 4 may result in data loss. Please read the documentation -of the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. +The 2.x version of netatalk uses a different method to store resource +forks, and may use a different file name encoding scheme. Upgrading to +Fedora Core 4 may result in data loss. Please read the documentation of +the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. -The netatalk upgrade information is available directly from the +The netatalk upgrade information is available directly from the netatalk site: http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html -It is also included in the netatalk installation for Fedora Core 4, -the files are at: +It is also included in the netatalk installation for Fedora Core 4, the +files are at: -/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page +/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page 25, document page 33. or @@ -535,9 +689,9 @@ xorg-x11 * Users new to the X.org X11 implementation should take note of a -few differences between it and the XFree86.org X11 implementation -which shipped in previous Red Hat operating systems. In particular, -the names of some files have changed: + few differences between it and the XFree86.org X11 implementation + which shipped in previous Red Hat operating systems. In + particular, the names of some files have changed: X Server Binary: @@ -561,13 +715,13 @@ sure that you are using the correct files. * There has been some confusion regarding font-related issues under -the X Window System in recent versions of Fedora Core (and versions of -Red Hat Linux before it.) At the present time, there are two font -subsystems, each with different characteristics: + the X Window System in recent versions of Fedora Core (and + versions of Red Hat Linux before it.) At the present time, there + are two font subsystems, each with different characteristics: - The original (15+ year old) subsystem is referred to as the "core X -font subsystem". Fonts rendered by this subsystem are not -anti-aliased, are handled by the X server, and have names like: + font subsystem". Fonts rendered by this subsystem are not + anti-aliased, are handled by the X server, and have names like: -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1 @@ -580,10 +734,10 @@ Luxi Sans-10 * Over time, fontconfig/Xft will replace the core X font -subsystem. At the present time, applications using the Qt 3 or GTK 2 -toolkits (which would include KDE and GNOME applications) use the -fontconfig and Xft font subsystem; almost everything else uses the -core X fonts. + subsystem. At the present time, applications using the Qt 3 or GTK + 2 toolkits (which would include KDE and GNOME applications) use + the fontconfig and Xft font subsystem; almost everything else uses + the core X fonts. In the future, Fedora Core may support only fontconfig/Xft in place of the XFS font server as the default local font access method. @@ -591,29 +745,28 @@ NOTE: An exception to the font subsystem usage outlined above is OpenOffice.org (which uses its own font rendering technology). -If you wish to add new fonts to your Fedora Core 4 test 2 system, you +If you wish to add new fonts to your Fedora Core 4test3 system, you must be aware that the steps necessary depend on which font subsystem is to use the new fonts. For the core X font subsystem, you must: -1. Create the /usr/share/fonts/local/ directory (if it doesn't already -exist): +1. Create the /usr/share/fonts/local/ directory (if it does not + already exist): mkdir /usr/share/fonts/local/ 2. Copy the new font file into /usr/share/fonts/local/ 3. Update the font information by issuing the following commands (note -that, due to formatting restrictions, the following commands may -appear on more than one line; in use, each command should be entered -on a single line): + that, due to formatting restrictions, the following commands may + appear on more than one line; in use, each command should be + entered on a single line): -ttmkfdir -d /usr/share/fonts/local/ -o -/usr/share/fonts/local/fonts.scale +ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale mkfontdir /usr/share/fonts/local/ 4. If you had to create /usr/share/fonts/local/, you must then add it -to the X font server (xfs) path: + to the X font server (xfs) path: chkfontpath --add /usr/share/fonts/local/ @@ -639,10 +792,10 @@ the fontconfig font subsystem can use the font. * Due to the transition to the new font system based on -fontconfig/Xft, GTK+ 1.2 applications are not affected by any changes -made via the Font Preferences dialog. For these applications, a font -can be configured by adding the following lines to the file -~/.gtkrc.mine: + fontconfig/Xft, GTK+ 1.2 applications are not affected by any + changes made via the Font Preferences dialog. For these + applications, a font can be configured by adding the following + lines to the file ~/.gtkrc.mine: style "user-font" { @@ -650,7 +803,7 @@ } -widget_class " *" style "user-font" +widget_class " *" style "user-font" (Where represents a font specification in the style used by traditional X applications, such as @@ -661,6 +814,17 @@ This section contains information related to packages that do not fit in any of the proceeding categories. + OpenOffice and upgrading test releases + +If you choose to go counter to the recommendation to *not* upgrade +from a previous test release, you may encounter a problem with +OpenOffice following the upgrade. + +To resolve this, you must do the following command *before* doing the +upgrade: + + rm -rf /usr/lib/openoffice.org*/share/template/*/wizard/bitmap + == Packages Added, Moved From Core, Changed, or Deprecated/Nuked == @@ -670,61 +834,73 @@ This section contains lists of packages that fit into the following categories: - * Packages that have been added to Fedora Core 4 test 2 + * Packages that have been added to Fedora Core 4test3 - * Packages that have been moved out of Fedora Core 4 test 2 + * Packages that have been moved out of Fedora Core 4test3 * Packages that have a changed version since Fedora Core 3 * Packages that have been deprecated, and may be removed from a -future - release of Fedora Core + future release of Fedora Core === Packages Added === -The following packages have been added to Fedora Core 4 test 2: +The following packages have been added to Fedora Core 4test3. This is +based on a treediff of dist-fc3 and dist-fc4 on 04-MAY-2005: - * ant-1.6.2-3jpp_2fc + * ant-1.6.2-3jpp_5fc * antlr-2.7.4-2jpp_1fc * aqbanking-1.0.4beta-2 * aqhbci-1.0.2beta-2 + * aspell-is-0.51.1-1 * avalon-framework-4.1.4-2jpp_5fc * avalon-logkit-1.2-2jpp_4fc * bcel-5.1-1jpp_4fc - * classpath-inetlib-1.0-1jpp_1fc + * ccs-0.25-0.1 * classpathx-jaf-1.0-2jpp_3fc * classpathx-mail-1.0-3jpp_1fc + * cman-1.0-0.pre33.2 + * cman-kernel-2.6.11.3-20050425.154843.FC4.5 * compat-gcc-296-2.96-132.fc4 * compat-gcc-32-3.2.3-47.fc4 * compat-readline43-4.3-2 - * cpufreq-utils-0.2-1.1.12 - * cpuspeed-1.2.1-1.19 + * cpufreq-utils-0.2-1.1.14 + * cpuspeed-1.2.1-1.20 * cryptix-3.2.0-4jpp_1fc * cryptix-asn1-20011119-4jpp_1fc * cryptsetup-luks-1.0-1 * dcraw-0.0.20050227-1 - * device-mapper-multipath-0.4.4-0.pre8.0 - * dmidecode-2.6-1.13 - * eclipse-3.1.0_fc-0.M5.17 - * eclipse-bugzilla-0.1.0_fc-9 - * eclipse-cdt-3.0.0_fc-0.M5.3 - * eclipse-changelog-2.0.1_fc-19 - * eclipse-pydev-0.9.0_fc-4 - * evince-0.1.9-1 - * fonts-chinese-2.15-1 + * device-mapper-multipath-0.4.4-2.0 + * dlm-1.0-0.pre21.2 + * dlm-kernel-2.6.11.3-20050425.154843.FC4.6 + * dmidecode-2.6-1.14 + * eclipse-3.1.0_fc-0.M6.14 + * eclipse-bugzilla-0.1.0_fc-14 + * eclipse-cdt-3.0.0_fc-0.M6.5 + * eclipse-changelog-2.0.1_fc-21 + * eclipse-pydev-0.9.3_fc-7 + * evince-0.2.1-1 + * fence-1.27-1 + * fonts-chinese-2.15-2 * fonts-indic-1.9-2 - * fonts-japanese-0.20050222-2 - * fonts-korean-1.0.11-2 - * gjdoc-0.7.3-1 - * gnome-doc-utils-0.1.3-1 - * gnome-menus-2.10.1-1 + * fonts-japanese-0.20050222-3 + * fonts-korean-1.0.11-4 + * GFS-6.1-0.pre22.1 + * GFS-kernel-2.6.11.4-20050503.144108.FC4.1 + * gjdoc-0.7.4-4 + * gnbd-1.0-0.pre13.1 + * gnbd-kernel-2.6.11.2-20050420.133124.FC4.10 + * gnome-doc-utils-0.2.0-2 + * gnome-menus-2.10.1-3 * gnome-python2-extras-2.10.0-2.1 - * gnu-crypto-2.0.1-1jpp_1fc + * gnu-crypto-2.0.1-1jpp_3fc * gnu.getopt-1.0.9-4jpp_1fc + * gulm-1.0-0.pre28.3 * gwenhywfar-1.7.2-2 - * hardlink-1.0-1.11 - * iiimf-12.1.1-11.svn2435 - * ipv6calc-0.48-3 + * hardlink-1.0-1.13 + * iddev-1.9-19 + * iiimf-12.2-0.7.svn2578 + * ipv6calc-0.48-5 * irqbalance-1.12-1.18 * jakarta-commons-beanutils-1.7.0-1jpp_1fc * jakarta-commons-collections-3.1-1jpp_1fc @@ -742,37 +918,45 @@ * jakarta-taglibs-standard-1.1.1-4jpp_1fc * java_cup-0.10-0.k.1jpp_2fc * jdepend-2.6-2jpp_3fc - * jessie-1.0.0-3 + * jessie-1.0.0-6 * jlex-1.2.6-1jpp_2fc - * jsch-0.1.17-2jpp_1fc + * jsch-0.1.18-1jpp_1fc * junit-3.8.1-3jpp_4fc * jzlib-1.0.5-2jpp_1fc * kdeaccessibility-3.4.0-1 * ksh-20050202-1 * latex2html-2002.2.1-1 * ldapjdk-4.17-1jpp_2fc - * libdbi-drivers-0.7.1-2 - * libgconf-java-2.10.0-1 - * libglade-java-2.9.92-1 - * libgnome-java-2.9.92-1 - * libgtk-java-2.6.1.1-1 + * libdbi-drivers-0.7.1-3 + * libgconf-java-2.10.1-1 + * libglade-java-2.10.1-3 + * libgnome-java-2.10.1-1 + * libgtk-java-2.6.2-1 * linux-atm-2.5.0-0.20050118.2 * lksctp-tools-1.0.2-5 * log4j-1.2.8-7jpp_3fc - * longrun-0.9-1.8 - * lvm2-cluster-2.00.29-1.22.FC4 + * longrun-0.9-1.9 + * lvm2-cluster-2.01.09-2.1 + * magma-1.0-0.pre21.4 + * magma-plugins-1.0-0.pre16.11 * mcelog-0.4-1.8 * microcode_ctl-1.11-1.21 - * mod_jk-1.2.6-3jpp_1fc - * mx4j-2.1.0-1jpp_2fc - * mysqlclient10-3.23.58-5 + * mod_jk-1.2.6-3jpp_2fc + * mx4j-2.1.0-1jpp_5fc + * mysqlclient10-3.23.58-6 * openhpi-2.0.3-2 * OpenIPMI-1.4.11-5 * openssl097a-0.9.7a-2 * oro-2.0.8-1jpp_2fc - * poppler-0.1.2-1 + * perl-Archive-Zip-1.14-1 + * perl-Carp-Clan-5.3-1 + * perl-IO-String-1.06-3 + * perl-IO-Zlib-1.04-4 + * perl-Net-Telnet-3.03-4 + * pm-utils-0.01-1 + * poppler-0.3.0-2 * puretls-0.9-0.b4.1jpp_2fc - * python-docs-2.4-102 + * python-docs-2.4.1-1 * python-elementtree-1.2.6-4 * python-numeric-23.7-2 * python-sqlite-1.1.6-1 @@ -780,28 +964,28 @@ * python-urlgrabber-2.9.6-1 * readahead-1.0-1.7 * regexp-1.3-1jpp_4fc - * rng-utils-2.0-1.5 + * rgmanager-1.9.31-0 + * rng-utils-2.0-1.6 * salinfo-0.5-1.4 - * servletapi5-5.0.18-1jpp_3fc * slib-3a1-2 * smartmontools-5.33-1.5 - * sqlite-3.1.2-2 - * struts11-1.1-1jpp_2fc - * system-config-lvm-0.9.22-1.0 + * sqlite-3.1.2-3 + * struts11-1.1-1jpp_4fc + * system-config-lvm-0.9.25-1.0 * texi2html-1.76-2 - * tomcat5-5.0.30-1jpp_2fc - * x86info-1.13-1.9 + * tomcat5-5.0.30-5jpp_1fc + * x86info-1.13-1.10 * xalan-j2-2.6.0-2jpp_1fc - * xen-2-20050403 - * xerces-j2-2.6.2-4jpp_1fc - * xml-commons-1.0-0.b2.6jpp_5fc + * xen-2-20050424 + * xerces-j2-2.6.2-4jpp_4fc + * xml-commons-1.0-0.b2.6jpp_10fc * xml-commons-resolver-1.1-1jpp_4fc === Packages Moved Out Of Core === This is a new section to the release notes. This is based on a -treediff of dist-fc3 and dist-fc4 on 14-MAR-2005. The following -packages have been moved out of core from Fedora Core 4 test 2: +treediff of dist-fc3 and dist-fc4 on 04-MAY-2005. The following +packages have been moved out of core from Fedora Core 4test3: * abiword-2.0.12-3 * aiksaurus-1.2.1-2 @@ -848,10 +1032,12 @@ * grip-3.2.0-3 * gv-3.5.8-29 * im-sdk-12.1-4 + * jcode.pl-2.13-11 * jed-0.99.16-6 * jisksp14-0.1-16 * jisksp16-1990-0.1-16 * kappa20-0.3-15 + * katana-2.0.0-1 * kdetoys-3.3.0-1 * kernel-utils-2.4-13.1.39 * kinput2-v3.1-23 @@ -927,6 +1113,7 @@ * xsnow-1.42-15 * ytalk-3.1.2-1 + == An Overview of the Fedora Project == The goal of the Fedora Project is to work with the Linux community to @@ -947,12 +1134,9 @@ In addition to the website, the following mailing lists are available: * fedora-list at redhat.com -- For users of Fedora Core releases - * fedora-test-list at redhat.com -- For testers of Fedora Core test -releases - * fedora-devel-list at redhat.com -- For developers, developers, -developers - * fedora-docs-list at redhat.com -- For participants of the docs -project + * fedora-test-list at redhat.com -- For testers of Fedora Core test releases + * fedora-devel-list at redhat.com -- For developers, developers, developers + * fedora-docs-list at redhat.com -- For participants of the docs project To subscribe to any of these lists, send an email with the word "subscribe" in the subject to -request (where is Index: RELEASE-NOTES-ppc-en =================================================================== RCS file: /cvs/fedora/fedora-release/RELEASE-NOTES-ppc-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RELEASE-NOTES-ppc-en 6 Apr 2005 21:33:20 -0000 1.3 +++ RELEASE-NOTES-ppc-en 4 May 2005 18:40:31 -0000 1.4 @@ -1,4 +1,4 @@ -== Fedora Core 4 test 2 Release Notes == += Fedora Core 4test3 Release Notes = Copyright (c) 2005 Red Hat, Inc. @@ -7,7 +7,7 @@ any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at -http://www.gnu.org/licenses/fdl.html. +[1]http://www.gnu.org/licenses/fdl.html. This document may be copied and distributed in any medium, either commercially or non-commercially, provided that the GNU Free @@ -30,14 +30,13 @@ All other trademarks and copyrights referred to are the property of their respective owners. -The GPG fingerprint of the "Fedora Project " key -is: +The GPG fingerprint of the "Fedora Project " key is: CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2 --------------------------------------------------------------------------- - 1. Fedora Core 4 test2 Release Notes + 1. Fedora Core 4test3 Release Notes 2. Introduction 3. Hardware Requirements 1. CPU Requirements @@ -57,8 +56,7 @@ 8. Macintosh File Server 9. X Window System 10. Miscellaneous Notes - 8. Packages Added, Moved From Core, Changed, or -Deprecated/Nuked + 8. Packages Added, Moved From Core, Changed, or Deprecated/Nuked 1. Packages Added 2. Packages Moved Out Of Core 9. An Overview of the Fedora Project @@ -77,7 +75,7 @@ For more information, refer to the Fedora Project overview later in this document. -The following topics related to Fedora Core 4 test 2 are covered in this +The following topics related to Fedora Core 4test3 are covered in this document: * Introduction (this section) @@ -91,29 +89,29 @@ == Hardware Requirements == The following information represents the minimum hardware requirements -necessary to successfully install Fedora Core 4 test 2. +necessary to successfully install Fedora Core 4test3. -Note + Note -The compatibility/availability of other hardware components (such as -video and network cards) may be required for specific installation -modes and/or post-installation usage. + The compatibility/availability of other hardware components (such as + video and network cards) may be required for specific installation + modes and/or post-installation usage. -=== CPU Requirements === +=== CPU Requirements === This section lists the CPU specifications required by Fedora Core -4 test 2. +4test3. -Note + Note -The following CPU specifications are stated in terms of Intel -processors. Other processors (notably, offerings from AMD, Cyrix, and -VIA) that are compatible with and equivalent to the following Intel -processors may also be used with Fedora Core. + The following CPU specifications are stated in terms of Intel + processors. Other processors (notably, offerings from AMD, Cyrix, + and VIA) that are compatible with and equivalent to the following + Intel processors may also be used with Fedora Core. * Minimum: Pentium-class -Fedora Core 4 test 2 is optimized for Pentium 4 CPUs, but also supports +Fedora Core 4test3 is optimized for Pentium 4 CPUs, but also supports earlier CPUs (such as Pentium, Pentium Pro, Pentium II, Pentium III, and including AMD and VIA variants). This approach has been taken because Pentium-class optimizations actually result in reduced @@ -127,18 +125,17 @@ === Hard Disk Space Requirements === -This section lists the disk space required to install Fedora Core -4 test 2. +This section lists the disk space required to install Fedora Core 4test3. -Note + Note -The disk space requirements listed below represent the disk space -taken up by Fedora Core 4 test 2 after the installation is -complete. However, additional disk space is required during the -installation to support the installation environment. This additional -disk space corresponds to the size of /Fedora/base/stage2.img (on -CD-ROM 1) plus the size of the files in /var/lib/rpm on the installed -system. + The disk space requirements listed below represent the disk space + taken up by Fedora Core 4test3 after the installation is + complete. However, additional disk space is required during the + installation to support the installation environment. This + additional disk space corresponds to the size of + /Fedora/base/stage2.img (on CD-ROM 1) plus the size of the files in + /var/lib/rpm on the installed system. In practical terms, this means that as little as an additional 90MB can be required for a minimal installation, while as much as an @@ -156,7 +153,7 @@ === Memory Requirements === -This section lists the memory required to install Fedora Core 4 test 2. +This section lists the memory required to install Fedora Core 4test3. * Minimum for text-mode: 64MB * Minimum for graphical: 192MB @@ -164,120 +161,167 @@ == Overview of This Release == -The following list highlights certain new features of Fedora Core -4 test 2: +The following list highlights certain new features of Fedora Core 4test3: * GCC 4.0 * GNOME 2.10 * KDE 3.4 - * Native Eclipse 3.1M5 + * Native Eclipse 3.1M6 - Part of free Java stack * MySQL 4.1 * PHP 5.0 + * Xen 2 - Virtualization to run multiple versions of an OS + * GFS 6.1-0.pre22 - Cluster file system + * Evince 0.2.1 - Universal document viewer + * GDM 2.6 - Includes early login capability + + * SELinux -- New daemons have been added to the targeted policy. + http://fedora.redhat.com/docs/selinux-faq/ . This is a list of + daemons protected by the targeted policy: - * SELinux -- New daemons have been added to the targeted policy For - more information, refer to the SELinux FAQ at - http://fedora.redhat.com/docs/selinux-faq/ . + * NetworkManager * amanda * apache + * apmd + * arpwatch + * auditd + * bluetooth + * canna + * cardmgr + * checkpolicy * chkpwd + * compat + * comsat + * consoletype + * cpucontrol + * cpuspeed + * crond * cups + * cvs + * cyrus + * dbskkd + * dbusd * dhcpc * dhcpd * dictd + * dmidecode * dovecot * fingerd + * fsadm * ftpd + * getty + * hald + * hostname + * hotplug * howl + * hwclock * i18n_input * ifconfig + * inetd * init * initrc - * inetd * innd * kerberos + * klogd * ktalkd + * kudzu * ldconfig + * load_policy * login * lpd * mailman * modutil * mta * mysqld - * NetworkManager * named + * netutils * nscd * ntpd * portmap * postgresql + * pppd * privoxy * radius * radvd + * restorecon * rlogind * rpcd + * rpm * rshd * rsync * samba + * saslauthd + * sendmail + * setfiles * slapd * snmpd * squid + * ssh * stunnel * syslogd * telnetd * tftpd + * udev + * updfstab + * uucpd + * webalizer * winbind + * xdm * ypbind * ypserv * zebra + == Installation-Related Notes == This section outlines anything noteworthy that is related to Anaconda (the Fedora Core installation program) and installing Fedora Core -4 test 2 in general. +4test3 in general. -Note + Note -If you intend to download the Fedora Core 4 test 2 DVD ISO image, keep -in mind that not all file downloading tools can accommodate files -larger than 2GB in size. For example, wget will exit with a File size -limit exceeded error. + If you intend to download the Fedora Core 4test3 DVD ISO image, keep + in mind that not all file downloading tools can accommodate files + larger than 2GB in size. For example, wget will exit with a File + size limit exceeded error. The curl and ncftpget file downloading tools do not have this limitation, and can successfully download files larger than 2GB. Bittorrent is another method for downloading large files. + Anaconda Notes * The Fedora Core installation program has the ability to test the -integrity of the installation media. It works with the CD, DVD, hard -drive ISO, and NFS ISO installation methods. Red Hat recommends that -you test all installation media before starting the installation -process, and before reporting any installation-related bugs (many of -the bugs reported are actually due to improperly-burned CDs). To use -this test, type linux mediacheck at the boot: prompt. + integrity of the installation media. It works with the CD, DVD, + hard drive ISO, and NFS ISO installation methods. Red Hat + recommends that you test all installation media before starting + the installation process, and before reporting any + installation-related bugs (many of the bugs reported are actually + due to improperly-burned CDs). To use this test, type linux + mediacheck at the boot: prompt. * Memory testing may be performed prior to installing Fedora Core by -entering memtest86 at the boot: prompt. This causes the Memtest86 -standalone memory testing software to run. Memtest86 memory testing -continues until the Esc key is pressed. + entering memtest86 at the boot: prompt. This causes the Memtest86 + standalone memory testing software to run. Memtest86 memory + testing continues until the Esc key is pressed. NOTE: You must boot from CD-ROM 1 (or a rescue CD-ROM) in order to use this feature. - * Fedora Core 4 test 2 supports graphical FTP and HTTP -installations. However, due to the necessity of containing the -installer image in RAM, only systems with more than 128MB of RAM (or -systems booted from CD-ROM 1, which contains the installer image) can -use the graphical installer. Systems with 128MB or less will continue -to use the text-based installer. + * Fedora Core 4test3 supports graphical FTP and HTTP + installations. However, due to the necessity of containing the + installer image in RAM, only systems with more than 128MB of RAM + (or systems booted from CD-ROM 1, which contains the installer + image) can use the graphical installer. Systems with 128MB or + less will continue to use the text-based installer. == Installation-Related Issues == * Certain hardware configurations (particularly those with LCD -displays) may experience problems while starting the Fedora Core -installation program. In these instances, restart the installation, -and add the "nofb" option to the boot command line. + displays) may experience problems while starting the Fedora Core + installation program. In these instances, restart the + installation, and add the "nofb" option to the boot command line. NOTE: Chinese, Japanese, and Korean graphical installations started using the "nofb" option will start in English, and then switch to the @@ -285,9 +329,9 @@ process begins. * Some Sony VAIO(R) notebook systems may experience problems -installing Fedora Core from CD-ROM. If this happens, restart the -installation process and add the following option to the boot command -line: + installing Fedora Core from CD-ROM. If this happens, restart the + installation process and add the following option to the boot + command line: pci=off ide1=0x180,0x386 @@ -296,28 +340,28 @@ first time Fedora Core is booted. * Serial mice are known to be inoperative during -installation. However, there are indications that serial mice work -properly in X after the installation has completed. Refer to bug -119474 for more information: + installation. However, there are indications that serial mice work + properly in X after the installation has completed. Refer to bug + 119474 for more information: [6]http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474 * There have been issues observed when upgrading Red Hat Linux -7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The -issue is caused by version overlap between the official Red Hat Linux -RPMs (or the ones from the Fedora Project) and the Ximian RPMs. This -configuration is not supported. You have several choices in resolving -this issue: - -1) You may remove Ximian GNOME from your system prior to upgrading to -Fedora Core. - -2) You may upgrade your system, and then immediately reinstall Ximian -GNOME. - -3) You may upgrade your system, and then immediately remove all -remaining Ximian RPMs, replacing them with the corresponding Fedora -Core RPMs. + 7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The + issue is caused by version overlap between the official Red Hat + Linux RPMs (or the ones from the Fedora Project) and the Ximian + RPMs. This configuration is not supported. You have several + choices in resolving this issue: + + 1) You may remove Ximian GNOME from your system prior to upgrading + to Fedora Core. + + 2) You may upgrade your system, and then immediately reinstall + Ximian GNOME. + + 3) You may upgrade your system, and then immediately remove all + remaining Ximian RPMs, replacing them with the corresponding + Fedora Core RPMs. You must resolve the version overlap using one of the above choices. Failure to do so will result in an unstable GNOME configuration. @@ -325,22 +369,95 @@ == Package-Specific Notes == The following sections contain information regarding packages that -have undergone significant changes for Fedora Core 4 test 2. For easier +have undergone significant changes for Fedora Core 4test3. For easier access, they are organized using the same groups used in Anaconda. === Base === This section contains information related to basic system components. + +auditd and log files + +The audit daemon, auditd, is now enabled by default. When auditd is +running, the kernel directs audit messages to +/var/log/audit/audit.log. The location of this file is specified in +/etc/auditd.conf. + +AVC messages for SELinux are sent using the audit infrastructure. +These messages are now in /var/log/audit/audit.log. + +When auditd is not running, the kernel passes audit messages to +syslog. These logs are typically kept in /var/log/messages and are +viewable using dmesg. + +Audit extensions are now compiled into PAM. All programs that do +grant entry to the system or change user account attributes will +generate an audit message. + +To enable auditing within the kernel, you must pass the parameter +audit=1 to the kernel during boot. Otherwise, you can use this +command to enable auditing during run time: + + 'auditctl -e 1' + + +LinuxThreads v. NPTL + +As the next step in removing support for the obsolete LinuxThreads +library, code compiled and linked on FC4 now automatically uses the NPTL +headers and libraries. + +In previous releases, since Red Hat Linux 9, the default was to use +LinuxThreads since the interface is mostly forward compatible. The +advantages of the NPTL interface is that the cancellation handling is +faster (when -fexception is used, even in C code) and that the +additional interfaces are now available without special compiler and +linker parameters. In other words, you do not need to use +-I/usr/include/nptl and -L/usr/lib{,64}/nptl any longer. Note that +lib{,64} is to be interpreted as lib64 on platforms which place DSOs +in lib64 directories, and lib otherwise. + +In FC4 it is still possible to create code using the LinuxThreads +definitions. For this the linuxthreads-devel package must be +installed and + + -I/usr/include/linuxthreads -L/usr/lib{,64}/linuxthreads + +must be passed to the compiler. + +At runtime, it used to be possible to use the LD_ASSUME_KERNEL +environment variable to select the appropriate version of glibc and the +libpthread DSO. Now it is additionally necessary to specify + + LD_LIBRARY_PATH=/lib{,64}/obsolete/linuxthreads + +in the environment. This is because the runtime libraries have also +been moved out of the way. There might programs that will not work if +the program uses an unfortunate DT_RPATH (which overwrites the +LD_LIBRARY_PATH setting). + +All this makes it more cumbersome to run programs which depend on +LinuxThreads. But this is intentional. + + Important + + FC5 will not have LinuxThreads support and all programs have to be + converted to use NPTL by then. + +In general, conversion to using NPTL has not been an issue. + + slocate database -The database needed by the locate utility is no longer created by -default. Enable the database creation by setting DAILY_UPDATE to -"yes" in /etc/updatedb.conf if you want to use locate. +The database needed by the locate utility is no longer created by default. +Enable the database creation by setting DAILY_UPDATE to "yes" in +/etc/updatedb.conf if you want to use locate. + openssh -The version of OpenSSH in Fedora Core 4 test 2 contains OpenSSH 3.9 +The version of OpenSSH in Fedora Core 4test3 contains OpenSSH 3.9 includes strict permission and ownership checks for the ~/.ssh/config file. These checks mean that ssh will exit if this file does not have appropriate ownership and permissions. @@ -367,51 +484,63 @@ This section contains the most elemental components of Fedora Core, including the kernel. - * In order to eliminate the redundancy inherent in providing a -separate package for the kernel source code when that source code -already exists in the kernel's .src.rpm file, Fedora Core 4 test 2 no -longer includes the kernel-source package. Users that require access -to the kernel sources can find them in the kernel .src.rpm file. To -create an exploded source tree from this file, perform the following -steps (note that refers to the version specification for -your currently-running kernel): - 1. Obtain the kernel-.src.rpm file from one of the -following sources: +yum + +The sqllite database is now used by yum, and makes performance +noticeably faster. - * The SRPMS directory on the appropriate "SRPMS" CD iso -image +The Fedora Extras repository is now enabled by default. - * The FTP site where you got the kernel package - * By running the following command: +kernel source - up2date --get-source kernel +In order to eliminate the redundancy inherent in providing a separate +package for the kernel source code when that source code already +exists in the kernel's .src.rpm file, Fedora Core 4test3 no longer +includes the kernel-source package. Users that require access to the +kernel sources can find them in the kernel .src.rpm file. To create an +exploded source tree from this file, perform the following steps (note +that refers to the version specification for your +currently-running kernel): - 2. Install kernel-.src.rpm (given the default RPM -configuration, the files this package contains will be written to -/usr/src/redhat/) + 1. Obtain the kernel-.src.rpm file from one of the + following sources: - 3. Change directory to /usr/src/redhat/SPECS/, and issue the -following command: + * The SRPMS directory on the appropriate "SRPMS" CD iso image - rpmbuild -bp --target= kernel.spec + * The FTP site where you got the kernel package - (Where is the desired target architecture.) + * By running the following command: - On a default RPM configuration, the kernel tree will be -located in /usr/src/redhat/BUILD/. + up2date --get-source kernel - 4. In resulting tree, the configurations for the specific -kernels shipped in Fedora Core 4 test 2 are in the /configs/ -directory. For example, the i686 SMP configuration file is named -/configs/kernel--i686-smp.config. Issue the following command -to place the desired configuration file in the proper place for -building: + 2. Install kernel-.src.rpm (given the default RPM + configuration, the files this package contains will be written to + /usr/src/redhat/) + + rpm -ivh kernel-.src.rpm + + 3. Change directory to /usr/src/redhat/SPECS/, and issue the + following command: + + rpmbuild -bp --target= kernel.spec + + (Where is the desired target architecture.) + + On a default RPM configuration, the kernel tree will be located + in /usr/src/redhat/BUILD/. + + 4. In resulting tree, the configurations for the specific kernels + shipped in Fedora Core 4test3 are in the /configs/ + directory. For example, the i686 SMP configuration file is named + /configs/kernel--i686-smp.config. Issue the following + command to place the desired configuration file in the proper + place for building: cp ./.config - 5. Issue the following command: + 5. Issue the following command: make oldconfig @@ -425,11 +554,13 @@ For example, to build the foo.ko module, create the following file (named Makefile) in the directory containing the foo.c file: -obj-m := foo.o +obj-m := foo.o -KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) +KDIR := /lib/modules/$(shell uname -r)/build +PWD := $(shell pwd) -default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules +default: +$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules Issue the make command to build the foo.ko module. @@ -453,6 +584,17 @@ This section contains information related to Web-related tools. + +mod_perl + +The "RC5" release of mod_perl 2.0 is now included; the API provided by +this release is incompatible with previous 1.99_xx releases. Please +refer to the following document for discussion of how to adapt code to +use the new API: + + http://perl.apache.org/docs/2.0/rename.html + + php Version 5.0 of PHP is now included, which includes a number of changes @@ -462,6 +604,10 @@ http://www.php.net/manual/en/migration5.php +The /usr/bin/php binary is now built using the "CLI" command-line +SAPI, rather than the CGI SAPI. The CGI SAPI is now available as +/usr/bin/php-cgi; this binary also includes FastCGI support. + The following extensions have been added: * the "mysqli" extension, the newly MySQL interface designed @@ -469,22 +615,29 @@ * the "soap" extension, which can be used to implement a SOAP server or client +The following extensions are now available as optional loadable +extensions, rather than being built in to the php binaries: + + * dba, now available in the php-dba package + * bcmath, now available in the php-bcmath package + === Windows File Server === This section contains information related to Samba, software that makes it possible to share files between Linux and Windows systems. + samba Browsing of Windows shares (also known as SMB browsing) fails on -Fedora Core 4 test 2 systems that have the standard firewall +Fedora Core 4test3 systems that have the standard firewall configured. This is most easily noticed in the failure of Nautilus to display shares. The failure is due to the firewall disrupting the broadcast mode of SMB browsing, which is Samba's default setting. There are two workarounds: * Configure a WINS server on the network, and set the "wins server" -option in smb.conf to the address of the WINS server. + option in smb.conf to the address of the WINS server. * Disable the firewall @@ -502,25 +655,26 @@ === Macintosh File Server === -This section contains information related to netatalk, software that +This section contains information related to netatalk, software that makes it possible to share files between Linux and Macintosh systems. + netatalk -The 2.x version of netatalk uses a different method to store resource -forks, and may use a different file name encoding scheme. Upgrading to -Fedora Core 4 may result in data loss. Please read the documentation -of the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. +The 2.x version of netatalk uses a different method to store resource +forks, and may use a different file name encoding scheme. Upgrading to +Fedora Core 4 may result in data loss. Please read the documentation of +the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. -The netatalk upgrade information is available directly from the +The netatalk upgrade information is available directly from the netatalk site: http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html -It is also included in the netatalk installation for Fedora Core 4, -the files are at: +It is also included in the netatalk installation for Fedora Core 4, the +files are at: -/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page +/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page 25, document page 33. or @@ -535,9 +689,9 @@ xorg-x11 * Users new to the X.org X11 implementation should take note of a -few differences between it and the XFree86.org X11 implementation -which shipped in previous Red Hat operating systems. In particular, -the names of some files have changed: + few differences between it and the XFree86.org X11 implementation + which shipped in previous Red Hat operating systems. In + particular, the names of some files have changed: X Server Binary: @@ -561,13 +715,13 @@ sure that you are using the correct files. * There has been some confusion regarding font-related issues under -the X Window System in recent versions of Fedora Core (and versions of -Red Hat Linux before it.) At the present time, there are two font -subsystems, each with different characteristics: + the X Window System in recent versions of Fedora Core (and + versions of Red Hat Linux before it.) At the present time, there + are two font subsystems, each with different characteristics: - The original (15+ year old) subsystem is referred to as the "core X -font subsystem". Fonts rendered by this subsystem are not -anti-aliased, are handled by the X server, and have names like: + font subsystem". Fonts rendered by this subsystem are not + anti-aliased, are handled by the X server, and have names like: -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1 @@ -580,10 +734,10 @@ Luxi Sans-10 * Over time, fontconfig/Xft will replace the core X font -subsystem. At the present time, applications using the Qt 3 or GTK 2 -toolkits (which would include KDE and GNOME applications) use the -fontconfig and Xft font subsystem; almost everything else uses the -core X fonts. + subsystem. At the present time, applications using the Qt 3 or GTK + 2 toolkits (which would include KDE and GNOME applications) use + the fontconfig and Xft font subsystem; almost everything else uses + the core X fonts. In the future, Fedora Core may support only fontconfig/Xft in place of the XFS font server as the default local font access method. @@ -591,29 +745,28 @@ NOTE: An exception to the font subsystem usage outlined above is OpenOffice.org (which uses its own font rendering technology). -If you wish to add new fonts to your Fedora Core 4 test 2 system, you +If you wish to add new fonts to your Fedora Core 4test3 system, you must be aware that the steps necessary depend on which font subsystem is to use the new fonts. For the core X font subsystem, you must: -1. Create the /usr/share/fonts/local/ directory (if it doesn't already -exist): +1. Create the /usr/share/fonts/local/ directory (if it does not + already exist): mkdir /usr/share/fonts/local/ 2. Copy the new font file into /usr/share/fonts/local/ 3. Update the font information by issuing the following commands (note -that, due to formatting restrictions, the following commands may -appear on more than one line; in use, each command should be entered -on a single line): + that, due to formatting restrictions, the following commands may + appear on more than one line; in use, each command should be + entered on a single line): -ttmkfdir -d /usr/share/fonts/local/ -o -/usr/share/fonts/local/fonts.scale +ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale mkfontdir /usr/share/fonts/local/ 4. If you had to create /usr/share/fonts/local/, you must then add it -to the X font server (xfs) path: + to the X font server (xfs) path: chkfontpath --add /usr/share/fonts/local/ @@ -639,10 +792,10 @@ the fontconfig font subsystem can use the font. * Due to the transition to the new font system based on -fontconfig/Xft, GTK+ 1.2 applications are not affected by any changes -made via the Font Preferences dialog. For these applications, a font -can be configured by adding the following lines to the file -~/.gtkrc.mine: + fontconfig/Xft, GTK+ 1.2 applications are not affected by any + changes made via the Font Preferences dialog. For these + applications, a font can be configured by adding the following + lines to the file ~/.gtkrc.mine: style "user-font" { @@ -650,7 +803,7 @@ } -widget_class " *" style "user-font" +widget_class " *" style "user-font" (Where represents a font specification in the style used by traditional X applications, such as @@ -661,6 +814,17 @@ This section contains information related to packages that do not fit in any of the proceeding categories. + OpenOffice and upgrading test releases + +If you choose to go counter to the recommendation to *not* upgrade +from a previous test release, you may encounter a problem with +OpenOffice following the upgrade. + +To resolve this, you must do the following command *before* doing the +upgrade: + + rm -rf /usr/lib/openoffice.org*/share/template/*/wizard/bitmap + == Packages Added, Moved From Core, Changed, or Deprecated/Nuked == @@ -670,61 +834,73 @@ This section contains lists of packages that fit into the following categories: - * Packages that have been added to Fedora Core 4 test 2 + * Packages that have been added to Fedora Core 4test3 - * Packages that have been moved out of Fedora Core 4 test 2 + * Packages that have been moved out of Fedora Core 4test3 * Packages that have a changed version since Fedora Core 3 * Packages that have been deprecated, and may be removed from a -future - release of Fedora Core + future release of Fedora Core === Packages Added === -The following packages have been added to Fedora Core 4 test 2: +The following packages have been added to Fedora Core 4test3. This is +based on a treediff of dist-fc3 and dist-fc4 on 04-MAY-2005: - * ant-1.6.2-3jpp_2fc + * ant-1.6.2-3jpp_5fc * antlr-2.7.4-2jpp_1fc * aqbanking-1.0.4beta-2 * aqhbci-1.0.2beta-2 + * aspell-is-0.51.1-1 * avalon-framework-4.1.4-2jpp_5fc * avalon-logkit-1.2-2jpp_4fc * bcel-5.1-1jpp_4fc - * classpath-inetlib-1.0-1jpp_1fc + * ccs-0.25-0.1 * classpathx-jaf-1.0-2jpp_3fc * classpathx-mail-1.0-3jpp_1fc + * cman-1.0-0.pre33.2 + * cman-kernel-2.6.11.3-20050425.154843.FC4.5 * compat-gcc-296-2.96-132.fc4 * compat-gcc-32-3.2.3-47.fc4 * compat-readline43-4.3-2 - * cpufreq-utils-0.2-1.1.12 - * cpuspeed-1.2.1-1.19 + * cpufreq-utils-0.2-1.1.14 + * cpuspeed-1.2.1-1.20 * cryptix-3.2.0-4jpp_1fc * cryptix-asn1-20011119-4jpp_1fc * cryptsetup-luks-1.0-1 * dcraw-0.0.20050227-1 - * device-mapper-multipath-0.4.4-0.pre8.0 - * dmidecode-2.6-1.13 - * eclipse-3.1.0_fc-0.M5.17 - * eclipse-bugzilla-0.1.0_fc-9 - * eclipse-cdt-3.0.0_fc-0.M5.3 - * eclipse-changelog-2.0.1_fc-19 - * eclipse-pydev-0.9.0_fc-4 - * evince-0.1.9-1 - * fonts-chinese-2.15-1 + * device-mapper-multipath-0.4.4-2.0 + * dlm-1.0-0.pre21.2 + * dlm-kernel-2.6.11.3-20050425.154843.FC4.6 + * dmidecode-2.6-1.14 + * eclipse-3.1.0_fc-0.M6.14 + * eclipse-bugzilla-0.1.0_fc-14 + * eclipse-cdt-3.0.0_fc-0.M6.5 + * eclipse-changelog-2.0.1_fc-21 + * eclipse-pydev-0.9.3_fc-7 + * evince-0.2.1-1 + * fence-1.27-1 + * fonts-chinese-2.15-2 * fonts-indic-1.9-2 - * fonts-japanese-0.20050222-2 - * fonts-korean-1.0.11-2 - * gjdoc-0.7.3-1 - * gnome-doc-utils-0.1.3-1 - * gnome-menus-2.10.1-1 + * fonts-japanese-0.20050222-3 + * fonts-korean-1.0.11-4 + * GFS-6.1-0.pre22.1 + * GFS-kernel-2.6.11.4-20050503.144108.FC4.1 + * gjdoc-0.7.4-4 + * gnbd-1.0-0.pre13.1 + * gnbd-kernel-2.6.11.2-20050420.133124.FC4.10 + * gnome-doc-utils-0.2.0-2 + * gnome-menus-2.10.1-3 * gnome-python2-extras-2.10.0-2.1 - * gnu-crypto-2.0.1-1jpp_1fc + * gnu-crypto-2.0.1-1jpp_3fc * gnu.getopt-1.0.9-4jpp_1fc + * gulm-1.0-0.pre28.3 * gwenhywfar-1.7.2-2 - * hardlink-1.0-1.11 - * iiimf-12.1.1-11.svn2435 - * ipv6calc-0.48-3 + * hardlink-1.0-1.13 + * iddev-1.9-19 + * iiimf-12.2-0.7.svn2578 + * ipv6calc-0.48-5 * irqbalance-1.12-1.18 * jakarta-commons-beanutils-1.7.0-1jpp_1fc * jakarta-commons-collections-3.1-1jpp_1fc @@ -742,37 +918,45 @@ * jakarta-taglibs-standard-1.1.1-4jpp_1fc * java_cup-0.10-0.k.1jpp_2fc * jdepend-2.6-2jpp_3fc - * jessie-1.0.0-3 + * jessie-1.0.0-6 * jlex-1.2.6-1jpp_2fc - * jsch-0.1.17-2jpp_1fc + * jsch-0.1.18-1jpp_1fc * junit-3.8.1-3jpp_4fc * jzlib-1.0.5-2jpp_1fc * kdeaccessibility-3.4.0-1 * ksh-20050202-1 * latex2html-2002.2.1-1 * ldapjdk-4.17-1jpp_2fc - * libdbi-drivers-0.7.1-2 - * libgconf-java-2.10.0-1 - * libglade-java-2.9.92-1 - * libgnome-java-2.9.92-1 - * libgtk-java-2.6.1.1-1 + * libdbi-drivers-0.7.1-3 + * libgconf-java-2.10.1-1 + * libglade-java-2.10.1-3 + * libgnome-java-2.10.1-1 + * libgtk-java-2.6.2-1 * linux-atm-2.5.0-0.20050118.2 * lksctp-tools-1.0.2-5 * log4j-1.2.8-7jpp_3fc - * longrun-0.9-1.8 - * lvm2-cluster-2.00.29-1.22.FC4 + * longrun-0.9-1.9 + * lvm2-cluster-2.01.09-2.1 + * magma-1.0-0.pre21.4 + * magma-plugins-1.0-0.pre16.11 * mcelog-0.4-1.8 * microcode_ctl-1.11-1.21 - * mod_jk-1.2.6-3jpp_1fc - * mx4j-2.1.0-1jpp_2fc - * mysqlclient10-3.23.58-5 + * mod_jk-1.2.6-3jpp_2fc + * mx4j-2.1.0-1jpp_5fc + * mysqlclient10-3.23.58-6 * openhpi-2.0.3-2 * OpenIPMI-1.4.11-5 * openssl097a-0.9.7a-2 * oro-2.0.8-1jpp_2fc - * poppler-0.1.2-1 + * perl-Archive-Zip-1.14-1 + * perl-Carp-Clan-5.3-1 + * perl-IO-String-1.06-3 + * perl-IO-Zlib-1.04-4 + * perl-Net-Telnet-3.03-4 + * pm-utils-0.01-1 + * poppler-0.3.0-2 * puretls-0.9-0.b4.1jpp_2fc - * python-docs-2.4-102 + * python-docs-2.4.1-1 * python-elementtree-1.2.6-4 * python-numeric-23.7-2 * python-sqlite-1.1.6-1 @@ -780,28 +964,28 @@ * python-urlgrabber-2.9.6-1 * readahead-1.0-1.7 * regexp-1.3-1jpp_4fc - * rng-utils-2.0-1.5 + * rgmanager-1.9.31-0 + * rng-utils-2.0-1.6 * salinfo-0.5-1.4 - * servletapi5-5.0.18-1jpp_3fc * slib-3a1-2 * smartmontools-5.33-1.5 - * sqlite-3.1.2-2 - * struts11-1.1-1jpp_2fc - * system-config-lvm-0.9.22-1.0 + * sqlite-3.1.2-3 + * struts11-1.1-1jpp_4fc + * system-config-lvm-0.9.25-1.0 * texi2html-1.76-2 - * tomcat5-5.0.30-1jpp_2fc - * x86info-1.13-1.9 + * tomcat5-5.0.30-5jpp_1fc + * x86info-1.13-1.10 * xalan-j2-2.6.0-2jpp_1fc - * xen-2-20050403 - * xerces-j2-2.6.2-4jpp_1fc - * xml-commons-1.0-0.b2.6jpp_5fc + * xen-2-20050424 + * xerces-j2-2.6.2-4jpp_4fc + * xml-commons-1.0-0.b2.6jpp_10fc * xml-commons-resolver-1.1-1jpp_4fc === Packages Moved Out Of Core === This is a new section to the release notes. This is based on a -treediff of dist-fc3 and dist-fc4 on 14-MAR-2005. The following -packages have been moved out of core from Fedora Core 4 test 2: +treediff of dist-fc3 and dist-fc4 on 04-MAY-2005. The following +packages have been moved out of core from Fedora Core 4test3: * abiword-2.0.12-3 * aiksaurus-1.2.1-2 @@ -848,10 +1032,12 @@ * grip-3.2.0-3 * gv-3.5.8-29 * im-sdk-12.1-4 + * jcode.pl-2.13-11 * jed-0.99.16-6 * jisksp14-0.1-16 * jisksp16-1990-0.1-16 * kappa20-0.3-15 + * katana-2.0.0-1 * kdetoys-3.3.0-1 * kernel-utils-2.4-13.1.39 * kinput2-v3.1-23 @@ -927,6 +1113,7 @@ * xsnow-1.42-15 * ytalk-3.1.2-1 + == An Overview of the Fedora Project == The goal of the Fedora Project is to work with the Linux community to @@ -947,12 +1134,9 @@ In addition to the website, the following mailing lists are available: * fedora-list at redhat.com -- For users of Fedora Core releases - * fedora-test-list at redhat.com -- For testers of Fedora Core test -releases - * fedora-devel-list at redhat.com -- For developers, developers, -developers - * fedora-docs-list at redhat.com -- For participants of the docs -project + * fedora-test-list at redhat.com -- For testers of Fedora Core test releases + * fedora-devel-list at redhat.com -- For developers, developers, developers + * fedora-docs-list at redhat.com -- For participants of the docs project To subscribe to any of these lists, send an email with the word "subscribe" in the subject to -request (where is Index: RELEASE-NOTES-x86_64-en =================================================================== RCS file: /cvs/fedora/fedora-release/RELEASE-NOTES-x86_64-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- RELEASE-NOTES-x86_64-en 6 Apr 2005 21:33:20 -0000 1.3 +++ RELEASE-NOTES-x86_64-en 4 May 2005 18:40:31 -0000 1.4 @@ -1,4 +1,4 @@ -== Fedora Core 4 test 2 Release Notes == += Fedora Core 4test3 Release Notes = Copyright (c) 2005 Red Hat, Inc. @@ -7,7 +7,7 @@ any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at -http://www.gnu.org/licenses/fdl.html. +[1]http://www.gnu.org/licenses/fdl.html. This document may be copied and distributed in any medium, either commercially or non-commercially, provided that the GNU Free @@ -30,14 +30,13 @@ All other trademarks and copyrights referred to are the property of their respective owners. -The GPG fingerprint of the "Fedora Project " key -is: +The GPG fingerprint of the "Fedora Project " key is: CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2 --------------------------------------------------------------------------- - 1. Fedora Core 4 test2 Release Notes + 1. Fedora Core 4test3 Release Notes 2. Introduction 3. Hardware Requirements 1. CPU Requirements @@ -57,8 +56,7 @@ 8. Macintosh File Server 9. X Window System 10. Miscellaneous Notes - 8. Packages Added, Moved From Core, Changed, or -Deprecated/Nuked + 8. Packages Added, Moved From Core, Changed, or Deprecated/Nuked 1. Packages Added 2. Packages Moved Out Of Core 9. An Overview of the Fedora Project @@ -77,7 +75,7 @@ For more information, refer to the Fedora Project overview later in this document. -The following topics related to Fedora Core 4 test 2 are covered in this +The following topics related to Fedora Core 4test3 are covered in this document: * Introduction (this section) @@ -91,29 +89,29 @@ == Hardware Requirements == The following information represents the minimum hardware requirements -necessary to successfully install Fedora Core 4 test 2. +necessary to successfully install Fedora Core 4test3. -Note + Note -The compatibility/availability of other hardware components (such as -video and network cards) may be required for specific installation -modes and/or post-installation usage. + The compatibility/availability of other hardware components (such as + video and network cards) may be required for specific installation + modes and/or post-installation usage. -=== CPU Requirements === +=== CPU Requirements === This section lists the CPU specifications required by Fedora Core -4 test 2. +4test3. -Note + Note -The following CPU specifications are stated in terms of Intel -processors. Other processors (notably, offerings from AMD, Cyrix, and -VIA) that are compatible with and equivalent to the following Intel -processors may also be used with Fedora Core. + The following CPU specifications are stated in terms of Intel + processors. Other processors (notably, offerings from AMD, Cyrix, + and VIA) that are compatible with and equivalent to the following + Intel processors may also be used with Fedora Core. * Minimum: Pentium-class -Fedora Core 4 test 2 is optimized for Pentium 4 CPUs, but also supports +Fedora Core 4test3 is optimized for Pentium 4 CPUs, but also supports earlier CPUs (such as Pentium, Pentium Pro, Pentium II, Pentium III, and including AMD and VIA variants). This approach has been taken because Pentium-class optimizations actually result in reduced @@ -127,18 +125,17 @@ === Hard Disk Space Requirements === -This section lists the disk space required to install Fedora Core -4 test 2. +This section lists the disk space required to install Fedora Core 4test3. -Note + Note -The disk space requirements listed below represent the disk space -taken up by Fedora Core 4 test 2 after the installation is -complete. However, additional disk space is required during the -installation to support the installation environment. This additional -disk space corresponds to the size of /Fedora/base/stage2.img (on -CD-ROM 1) plus the size of the files in /var/lib/rpm on the installed -system. + The disk space requirements listed below represent the disk space + taken up by Fedora Core 4test3 after the installation is + complete. However, additional disk space is required during the + installation to support the installation environment. This + additional disk space corresponds to the size of + /Fedora/base/stage2.img (on CD-ROM 1) plus the size of the files in + /var/lib/rpm on the installed system. In practical terms, this means that as little as an additional 90MB can be required for a minimal installation, while as much as an @@ -156,7 +153,7 @@ === Memory Requirements === -This section lists the memory required to install Fedora Core 4 test 2. +This section lists the memory required to install Fedora Core 4test3. * Minimum for text-mode: 64MB * Minimum for graphical: 192MB @@ -164,120 +161,167 @@ == Overview of This Release == -The following list highlights certain new features of Fedora Core -4 test 2: +The following list highlights certain new features of Fedora Core 4test3: * GCC 4.0 * GNOME 2.10 * KDE 3.4 - * Native Eclipse 3.1M5 + * Native Eclipse 3.1M6 - Part of free Java stack * MySQL 4.1 * PHP 5.0 + * Xen 2 - Virtualization to run multiple versions of an OS + * GFS 6.1-0.pre22 - Cluster file system + * Evince 0.2.1 - Universal document viewer + * GDM 2.6 - Includes early login capability + + * SELinux -- New daemons have been added to the targeted policy. + http://fedora.redhat.com/docs/selinux-faq/ . This is a list of + daemons protected by the targeted policy: - * SELinux -- New daemons have been added to the targeted policy For - more information, refer to the SELinux FAQ at - http://fedora.redhat.com/docs/selinux-faq/ . + * NetworkManager * amanda * apache + * apmd + * arpwatch + * auditd + * bluetooth + * canna + * cardmgr + * checkpolicy * chkpwd + * compat + * comsat + * consoletype + * cpucontrol + * cpuspeed + * crond * cups + * cvs + * cyrus + * dbskkd + * dbusd * dhcpc * dhcpd * dictd + * dmidecode * dovecot * fingerd + * fsadm * ftpd + * getty + * hald + * hostname + * hotplug * howl + * hwclock * i18n_input * ifconfig + * inetd * init * initrc - * inetd * innd * kerberos + * klogd * ktalkd + * kudzu * ldconfig + * load_policy * login * lpd * mailman * modutil * mta * mysqld - * NetworkManager * named + * netutils * nscd * ntpd * portmap * postgresql + * pppd * privoxy * radius * radvd + * restorecon * rlogind * rpcd + * rpm * rshd * rsync * samba + * saslauthd + * sendmail + * setfiles * slapd * snmpd * squid + * ssh * stunnel * syslogd * telnetd * tftpd + * udev + * updfstab + * uucpd + * webalizer * winbind + * xdm * ypbind * ypserv * zebra + == Installation-Related Notes == This section outlines anything noteworthy that is related to Anaconda (the Fedora Core installation program) and installing Fedora Core -4 test 2 in general. +4test3 in general. -Note + Note -If you intend to download the Fedora Core 4 test 2 DVD ISO image, keep -in mind that not all file downloading tools can accommodate files -larger than 2GB in size. For example, wget will exit with a File size -limit exceeded error. + If you intend to download the Fedora Core 4test3 DVD ISO image, keep + in mind that not all file downloading tools can accommodate files + larger than 2GB in size. For example, wget will exit with a File + size limit exceeded error. The curl and ncftpget file downloading tools do not have this limitation, and can successfully download files larger than 2GB. Bittorrent is another method for downloading large files. + Anaconda Notes * The Fedora Core installation program has the ability to test the -integrity of the installation media. It works with the CD, DVD, hard -drive ISO, and NFS ISO installation methods. Red Hat recommends that -you test all installation media before starting the installation -process, and before reporting any installation-related bugs (many of -the bugs reported are actually due to improperly-burned CDs). To use -this test, type linux mediacheck at the boot: prompt. + integrity of the installation media. It works with the CD, DVD, + hard drive ISO, and NFS ISO installation methods. Red Hat + recommends that you test all installation media before starting + the installation process, and before reporting any + installation-related bugs (many of the bugs reported are actually + due to improperly-burned CDs). To use this test, type linux + mediacheck at the boot: prompt. * Memory testing may be performed prior to installing Fedora Core by -entering memtest86 at the boot: prompt. This causes the Memtest86 -standalone memory testing software to run. Memtest86 memory testing -continues until the Esc key is pressed. + entering memtest86 at the boot: prompt. This causes the Memtest86 + standalone memory testing software to run. Memtest86 memory + testing continues until the Esc key is pressed. NOTE: You must boot from CD-ROM 1 (or a rescue CD-ROM) in order to use this feature. - * Fedora Core 4 test 2 supports graphical FTP and HTTP -installations. However, due to the necessity of containing the -installer image in RAM, only systems with more than 128MB of RAM (or -systems booted from CD-ROM 1, which contains the installer image) can -use the graphical installer. Systems with 128MB or less will continue -to use the text-based installer. + * Fedora Core 4test3 supports graphical FTP and HTTP + installations. However, due to the necessity of containing the + installer image in RAM, only systems with more than 128MB of RAM + (or systems booted from CD-ROM 1, which contains the installer + image) can use the graphical installer. Systems with 128MB or + less will continue to use the text-based installer. == Installation-Related Issues == * Certain hardware configurations (particularly those with LCD -displays) may experience problems while starting the Fedora Core -installation program. In these instances, restart the installation, -and add the "nofb" option to the boot command line. + displays) may experience problems while starting the Fedora Core + installation program. In these instances, restart the + installation, and add the "nofb" option to the boot command line. NOTE: Chinese, Japanese, and Korean graphical installations started using the "nofb" option will start in English, and then switch to the @@ -285,9 +329,9 @@ process begins. * Some Sony VAIO(R) notebook systems may experience problems -installing Fedora Core from CD-ROM. If this happens, restart the -installation process and add the following option to the boot command -line: + installing Fedora Core from CD-ROM. If this happens, restart the + installation process and add the following option to the boot + command line: pci=off ide1=0x180,0x386 @@ -296,28 +340,28 @@ first time Fedora Core is booted. * Serial mice are known to be inoperative during -installation. However, there are indications that serial mice work -properly in X after the installation has completed. Refer to bug -119474 for more information: + installation. However, there are indications that serial mice work + properly in X after the installation has completed. Refer to bug + 119474 for more information: [6]http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474 * There have been issues observed when upgrading Red Hat Linux -7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The -issue is caused by version overlap between the official Red Hat Linux -RPMs (or the ones from the Fedora Project) and the Ximian RPMs. This -configuration is not supported. You have several choices in resolving -this issue: - -1) You may remove Ximian GNOME from your system prior to upgrading to -Fedora Core. - -2) You may upgrade your system, and then immediately reinstall Ximian -GNOME. - -3) You may upgrade your system, and then immediately remove all -remaining Ximian RPMs, replacing them with the corresponding Fedora -Core RPMs. + 7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The + issue is caused by version overlap between the official Red Hat + Linux RPMs (or the ones from the Fedora Project) and the Ximian + RPMs. This configuration is not supported. You have several + choices in resolving this issue: + + 1) You may remove Ximian GNOME from your system prior to upgrading + to Fedora Core. + + 2) You may upgrade your system, and then immediately reinstall + Ximian GNOME. + + 3) You may upgrade your system, and then immediately remove all + remaining Ximian RPMs, replacing them with the corresponding + Fedora Core RPMs. You must resolve the version overlap using one of the above choices. Failure to do so will result in an unstable GNOME configuration. @@ -325,22 +369,95 @@ == Package-Specific Notes == The following sections contain information regarding packages that -have undergone significant changes for Fedora Core 4 test 2. For easier +have undergone significant changes for Fedora Core 4test3. For easier access, they are organized using the same groups used in Anaconda. === Base === This section contains information related to basic system components. + +auditd and log files + +The audit daemon, auditd, is now enabled by default. When auditd is +running, the kernel directs audit messages to +/var/log/audit/audit.log. The location of this file is specified in +/etc/auditd.conf. + +AVC messages for SELinux are sent using the audit infrastructure. +These messages are now in /var/log/audit/audit.log. + +When auditd is not running, the kernel passes audit messages to +syslog. These logs are typically kept in /var/log/messages and are +viewable using dmesg. + +Audit extensions are now compiled into PAM. All programs that do +grant entry to the system or change user account attributes will +generate an audit message. + +To enable auditing within the kernel, you must pass the parameter +audit=1 to the kernel during boot. Otherwise, you can use this +command to enable auditing during run time: + + 'auditctl -e 1' + + +LinuxThreads v. NPTL + +As the next step in removing support for the obsolete LinuxThreads +library, code compiled and linked on FC4 now automatically uses the NPTL +headers and libraries. + +In previous releases, since Red Hat Linux 9, the default was to use +LinuxThreads since the interface is mostly forward compatible. The +advantages of the NPTL interface is that the cancellation handling is +faster (when -fexception is used, even in C code) and that the +additional interfaces are now available without special compiler and +linker parameters. In other words, you do not need to use +-I/usr/include/nptl and -L/usr/lib{,64}/nptl any longer. Note that +lib{,64} is to be interpreted as lib64 on platforms which place DSOs +in lib64 directories, and lib otherwise. + +In FC4 it is still possible to create code using the LinuxThreads +definitions. For this the linuxthreads-devel package must be +installed and + + -I/usr/include/linuxthreads -L/usr/lib{,64}/linuxthreads + +must be passed to the compiler. + +At runtime, it used to be possible to use the LD_ASSUME_KERNEL +environment variable to select the appropriate version of glibc and the +libpthread DSO. Now it is additionally necessary to specify + + LD_LIBRARY_PATH=/lib{,64}/obsolete/linuxthreads + +in the environment. This is because the runtime libraries have also +been moved out of the way. There might programs that will not work if +the program uses an unfortunate DT_RPATH (which overwrites the +LD_LIBRARY_PATH setting). + +All this makes it more cumbersome to run programs which depend on +LinuxThreads. But this is intentional. + + Important + + FC5 will not have LinuxThreads support and all programs have to be + converted to use NPTL by then. + +In general, conversion to using NPTL has not been an issue. + + slocate database -The database needed by the locate utility is no longer created by -default. Enable the database creation by setting DAILY_UPDATE to -"yes" in /etc/updatedb.conf if you want to use locate. +The database needed by the locate utility is no longer created by default. +Enable the database creation by setting DAILY_UPDATE to "yes" in +/etc/updatedb.conf if you want to use locate. + openssh -The version of OpenSSH in Fedora Core 4 test 2 contains OpenSSH 3.9 +The version of OpenSSH in Fedora Core 4test3 contains OpenSSH 3.9 includes strict permission and ownership checks for the ~/.ssh/config file. These checks mean that ssh will exit if this file does not have appropriate ownership and permissions. @@ -367,51 +484,63 @@ This section contains the most elemental components of Fedora Core, including the kernel. - * In order to eliminate the redundancy inherent in providing a -separate package for the kernel source code when that source code -already exists in the kernel's .src.rpm file, Fedora Core 4 test 2 no -longer includes the kernel-source package. Users that require access -to the kernel sources can find them in the kernel .src.rpm file. To -create an exploded source tree from this file, perform the following -steps (note that refers to the version specification for -your currently-running kernel): - 1. Obtain the kernel-.src.rpm file from one of the -following sources: +yum + +The sqllite database is now used by yum, and makes performance +noticeably faster. - * The SRPMS directory on the appropriate "SRPMS" CD iso -image +The Fedora Extras repository is now enabled by default. - * The FTP site where you got the kernel package - * By running the following command: +kernel source - up2date --get-source kernel +In order to eliminate the redundancy inherent in providing a separate +package for the kernel source code when that source code already +exists in the kernel's .src.rpm file, Fedora Core 4test3 no longer +includes the kernel-source package. Users that require access to the +kernel sources can find them in the kernel .src.rpm file. To create an +exploded source tree from this file, perform the following steps (note +that refers to the version specification for your +currently-running kernel): - 2. Install kernel-.src.rpm (given the default RPM -configuration, the files this package contains will be written to -/usr/src/redhat/) + 1. Obtain the kernel-.src.rpm file from one of the + following sources: - 3. Change directory to /usr/src/redhat/SPECS/, and issue the -following command: + * The SRPMS directory on the appropriate "SRPMS" CD iso image - rpmbuild -bp --target= kernel.spec + * The FTP site where you got the kernel package - (Where is the desired target architecture.) + * By running the following command: - On a default RPM configuration, the kernel tree will be -located in /usr/src/redhat/BUILD/. + up2date --get-source kernel - 4. In resulting tree, the configurations for the specific -kernels shipped in Fedora Core 4 test 2 are in the /configs/ -directory. For example, the i686 SMP configuration file is named -/configs/kernel--i686-smp.config. Issue the following command -to place the desired configuration file in the proper place for -building: + 2. Install kernel-.src.rpm (given the default RPM + configuration, the files this package contains will be written to + /usr/src/redhat/) + + rpm -ivh kernel-.src.rpm + + 3. Change directory to /usr/src/redhat/SPECS/, and issue the + following command: + + rpmbuild -bp --target= kernel.spec + + (Where is the desired target architecture.) + + On a default RPM configuration, the kernel tree will be located + in /usr/src/redhat/BUILD/. + + 4. In resulting tree, the configurations for the specific kernels + shipped in Fedora Core 4test3 are in the /configs/ + directory. For example, the i686 SMP configuration file is named + /configs/kernel--i686-smp.config. Issue the following + command to place the desired configuration file in the proper + place for building: cp ./.config - 5. Issue the following command: + 5. Issue the following command: make oldconfig @@ -425,11 +554,13 @@ For example, to build the foo.ko module, create the following file (named Makefile) in the directory containing the foo.c file: -obj-m := foo.o +obj-m := foo.o -KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd) +KDIR := /lib/modules/$(shell uname -r)/build +PWD := $(shell pwd) -default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules +default: +$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules Issue the make command to build the foo.ko module. @@ -453,6 +584,17 @@ This section contains information related to Web-related tools. + +mod_perl + +The "RC5" release of mod_perl 2.0 is now included; the API provided by +this release is incompatible with previous 1.99_xx releases. Please +refer to the following document for discussion of how to adapt code to +use the new API: + + http://perl.apache.org/docs/2.0/rename.html + + php Version 5.0 of PHP is now included, which includes a number of changes @@ -462,6 +604,10 @@ http://www.php.net/manual/en/migration5.php +The /usr/bin/php binary is now built using the "CLI" command-line +SAPI, rather than the CGI SAPI. The CGI SAPI is now available as +/usr/bin/php-cgi; this binary also includes FastCGI support. + The following extensions have been added: * the "mysqli" extension, the newly MySQL interface designed @@ -469,22 +615,29 @@ * the "soap" extension, which can be used to implement a SOAP server or client +The following extensions are now available as optional loadable +extensions, rather than being built in to the php binaries: + + * dba, now available in the php-dba package + * bcmath, now available in the php-bcmath package + === Windows File Server === This section contains information related to Samba, software that makes it possible to share files between Linux and Windows systems. + samba Browsing of Windows shares (also known as SMB browsing) fails on -Fedora Core 4 test 2 systems that have the standard firewall +Fedora Core 4test3 systems that have the standard firewall configured. This is most easily noticed in the failure of Nautilus to display shares. The failure is due to the firewall disrupting the broadcast mode of SMB browsing, which is Samba's default setting. There are two workarounds: * Configure a WINS server on the network, and set the "wins server" -option in smb.conf to the address of the WINS server. + option in smb.conf to the address of the WINS server. * Disable the firewall @@ -502,25 +655,26 @@ === Macintosh File Server === -This section contains information related to netatalk, software that +This section contains information related to netatalk, software that makes it possible to share files between Linux and Macintosh systems. + netatalk -The 2.x version of netatalk uses a different method to store resource -forks, and may use a different file name encoding scheme. Upgrading to -Fedora Core 4 may result in data loss. Please read the documentation -of the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. +The 2.x version of netatalk uses a different method to store resource +forks, and may use a different file name encoding scheme. Upgrading to +Fedora Core 4 may result in data loss. Please read the documentation of +the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4. -The netatalk upgrade information is available directly from the +The netatalk upgrade information is available directly from the netatalk site: http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html -It is also included in the netatalk installation for Fedora Core 4, -the files are at: +It is also included in the netatalk installation for Fedora Core 4, the +files are at: -/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page +/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page 25, document page 33. or @@ -535,9 +689,9 @@ xorg-x11 * Users new to the X.org X11 implementation should take note of a -few differences between it and the XFree86.org X11 implementation -which shipped in previous Red Hat operating systems. In particular, -the names of some files have changed: + few differences between it and the XFree86.org X11 implementation + which shipped in previous Red Hat operating systems. In + particular, the names of some files have changed: X Server Binary: @@ -561,13 +715,13 @@ sure that you are using the correct files. * There has been some confusion regarding font-related issues under -the X Window System in recent versions of Fedora Core (and versions of -Red Hat Linux before it.) At the present time, there are two font -subsystems, each with different characteristics: + the X Window System in recent versions of Fedora Core (and + versions of Red Hat Linux before it.) At the present time, there + are two font subsystems, each with different characteristics: - The original (15+ year old) subsystem is referred to as the "core X -font subsystem". Fonts rendered by this subsystem are not -anti-aliased, are handled by the X server, and have names like: + font subsystem". Fonts rendered by this subsystem are not + anti-aliased, are handled by the X server, and have names like: -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1 @@ -580,10 +734,10 @@ Luxi Sans-10 * Over time, fontconfig/Xft will replace the core X font -subsystem. At the present time, applications using the Qt 3 or GTK 2 -toolkits (which would include KDE and GNOME applications) use the -fontconfig and Xft font subsystem; almost everything else uses the -core X fonts. + subsystem. At the present time, applications using the Qt 3 or GTK + 2 toolkits (which would include KDE and GNOME applications) use + the fontconfig and Xft font subsystem; almost everything else uses + the core X fonts. In the future, Fedora Core may support only fontconfig/Xft in place of the XFS font server as the default local font access method. @@ -591,29 +745,28 @@ NOTE: An exception to the font subsystem usage outlined above is OpenOffice.org (which uses its own font rendering technology). -If you wish to add new fonts to your Fedora Core 4 test 2 system, you +If you wish to add new fonts to your Fedora Core 4test3 system, you must be aware that the steps necessary depend on which font subsystem is to use the new fonts. For the core X font subsystem, you must: -1. Create the /usr/share/fonts/local/ directory (if it doesn't already -exist): +1. Create the /usr/share/fonts/local/ directory (if it does not + already exist): mkdir /usr/share/fonts/local/ 2. Copy the new font file into /usr/share/fonts/local/ 3. Update the font information by issuing the following commands (note -that, due to formatting restrictions, the following commands may -appear on more than one line; in use, each command should be entered -on a single line): + that, due to formatting restrictions, the following commands may + appear on more than one line; in use, each command should be + entered on a single line): -ttmkfdir -d /usr/share/fonts/local/ -o -/usr/share/fonts/local/fonts.scale +ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale mkfontdir /usr/share/fonts/local/ 4. If you had to create /usr/share/fonts/local/, you must then add it -to the X font server (xfs) path: + to the X font server (xfs) path: chkfontpath --add /usr/share/fonts/local/ @@ -639,10 +792,10 @@ the fontconfig font subsystem can use the font. * Due to the transition to the new font system based on -fontconfig/Xft, GTK+ 1.2 applications are not affected by any changes -made via the Font Preferences dialog. For these applications, a font -can be configured by adding the following lines to the file -~/.gtkrc.mine: + fontconfig/Xft, GTK+ 1.2 applications are not affected by any + changes made via the Font Preferences dialog. For these + applications, a font can be configured by adding the following + lines to the file ~/.gtkrc.mine: style "user-font" { @@ -650,7 +803,7 @@ } -widget_class " *" style "user-font" +widget_class " *" style "user-font" (Where represents a font specification in the style used by traditional X applications, such as @@ -661,6 +814,17 @@ This section contains information related to packages that do not fit in any of the proceeding categories. + OpenOffice and upgrading test releases + +If you choose to go counter to the recommendation to *not* upgrade +from a previous test release, you may encounter a problem with +OpenOffice following the upgrade. + +To resolve this, you must do the following command *before* doing the +upgrade: + + rm -rf /usr/lib/openoffice.org*/share/template/*/wizard/bitmap + == Packages Added, Moved From Core, Changed, or Deprecated/Nuked == @@ -670,61 +834,73 @@ This section contains lists of packages that fit into the following categories: - * Packages that have been added to Fedora Core 4 test 2 + * Packages that have been added to Fedora Core 4test3 - * Packages that have been moved out of Fedora Core 4 test 2 + * Packages that have been moved out of Fedora Core 4test3 * Packages that have a changed version since Fedora Core 3 * Packages that have been deprecated, and may be removed from a -future - release of Fedora Core + future release of Fedora Core === Packages Added === -The following packages have been added to Fedora Core 4 test 2: +The following packages have been added to Fedora Core 4test3. This is +based on a treediff of dist-fc3 and dist-fc4 on 04-MAY-2005: - * ant-1.6.2-3jpp_2fc + * ant-1.6.2-3jpp_5fc * antlr-2.7.4-2jpp_1fc * aqbanking-1.0.4beta-2 * aqhbci-1.0.2beta-2 + * aspell-is-0.51.1-1 * avalon-framework-4.1.4-2jpp_5fc * avalon-logkit-1.2-2jpp_4fc * bcel-5.1-1jpp_4fc - * classpath-inetlib-1.0-1jpp_1fc + * ccs-0.25-0.1 * classpathx-jaf-1.0-2jpp_3fc * classpathx-mail-1.0-3jpp_1fc + * cman-1.0-0.pre33.2 + * cman-kernel-2.6.11.3-20050425.154843.FC4.5 * compat-gcc-296-2.96-132.fc4 * compat-gcc-32-3.2.3-47.fc4 * compat-readline43-4.3-2 - * cpufreq-utils-0.2-1.1.12 - * cpuspeed-1.2.1-1.19 + * cpufreq-utils-0.2-1.1.14 + * cpuspeed-1.2.1-1.20 * cryptix-3.2.0-4jpp_1fc * cryptix-asn1-20011119-4jpp_1fc * cryptsetup-luks-1.0-1 * dcraw-0.0.20050227-1 - * device-mapper-multipath-0.4.4-0.pre8.0 - * dmidecode-2.6-1.13 - * eclipse-3.1.0_fc-0.M5.17 - * eclipse-bugzilla-0.1.0_fc-9 - * eclipse-cdt-3.0.0_fc-0.M5.3 - * eclipse-changelog-2.0.1_fc-19 - * eclipse-pydev-0.9.0_fc-4 - * evince-0.1.9-1 - * fonts-chinese-2.15-1 + * device-mapper-multipath-0.4.4-2.0 + * dlm-1.0-0.pre21.2 + * dlm-kernel-2.6.11.3-20050425.154843.FC4.6 + * dmidecode-2.6-1.14 + * eclipse-3.1.0_fc-0.M6.14 + * eclipse-bugzilla-0.1.0_fc-14 + * eclipse-cdt-3.0.0_fc-0.M6.5 + * eclipse-changelog-2.0.1_fc-21 + * eclipse-pydev-0.9.3_fc-7 + * evince-0.2.1-1 + * fence-1.27-1 + * fonts-chinese-2.15-2 * fonts-indic-1.9-2 - * fonts-japanese-0.20050222-2 - * fonts-korean-1.0.11-2 - * gjdoc-0.7.3-1 - * gnome-doc-utils-0.1.3-1 - * gnome-menus-2.10.1-1 + * fonts-japanese-0.20050222-3 + * fonts-korean-1.0.11-4 + * GFS-6.1-0.pre22.1 + * GFS-kernel-2.6.11.4-20050503.144108.FC4.1 + * gjdoc-0.7.4-4 + * gnbd-1.0-0.pre13.1 + * gnbd-kernel-2.6.11.2-20050420.133124.FC4.10 + * gnome-doc-utils-0.2.0-2 + * gnome-menus-2.10.1-3 * gnome-python2-extras-2.10.0-2.1 - * gnu-crypto-2.0.1-1jpp_1fc + * gnu-crypto-2.0.1-1jpp_3fc * gnu.getopt-1.0.9-4jpp_1fc + * gulm-1.0-0.pre28.3 * gwenhywfar-1.7.2-2 - * hardlink-1.0-1.11 - * iiimf-12.1.1-11.svn2435 - * ipv6calc-0.48-3 + * hardlink-1.0-1.13 + * iddev-1.9-19 + * iiimf-12.2-0.7.svn2578 + * ipv6calc-0.48-5 * irqbalance-1.12-1.18 * jakarta-commons-beanutils-1.7.0-1jpp_1fc * jakarta-commons-collections-3.1-1jpp_1fc @@ -742,37 +918,45 @@ * jakarta-taglibs-standard-1.1.1-4jpp_1fc * java_cup-0.10-0.k.1jpp_2fc * jdepend-2.6-2jpp_3fc - * jessie-1.0.0-3 + * jessie-1.0.0-6 * jlex-1.2.6-1jpp_2fc - * jsch-0.1.17-2jpp_1fc + * jsch-0.1.18-1jpp_1fc * junit-3.8.1-3jpp_4fc * jzlib-1.0.5-2jpp_1fc * kdeaccessibility-3.4.0-1 * ksh-20050202-1 * latex2html-2002.2.1-1 * ldapjdk-4.17-1jpp_2fc - * libdbi-drivers-0.7.1-2 - * libgconf-java-2.10.0-1 - * libglade-java-2.9.92-1 - * libgnome-java-2.9.92-1 - * libgtk-java-2.6.1.1-1 + * libdbi-drivers-0.7.1-3 + * libgconf-java-2.10.1-1 + * libglade-java-2.10.1-3 + * libgnome-java-2.10.1-1 + * libgtk-java-2.6.2-1 * linux-atm-2.5.0-0.20050118.2 * lksctp-tools-1.0.2-5 * log4j-1.2.8-7jpp_3fc - * longrun-0.9-1.8 - * lvm2-cluster-2.00.29-1.22.FC4 + * longrun-0.9-1.9 + * lvm2-cluster-2.01.09-2.1 + * magma-1.0-0.pre21.4 + * magma-plugins-1.0-0.pre16.11 * mcelog-0.4-1.8 * microcode_ctl-1.11-1.21 - * mod_jk-1.2.6-3jpp_1fc - * mx4j-2.1.0-1jpp_2fc - * mysqlclient10-3.23.58-5 + * mod_jk-1.2.6-3jpp_2fc + * mx4j-2.1.0-1jpp_5fc + * mysqlclient10-3.23.58-6 * openhpi-2.0.3-2 * OpenIPMI-1.4.11-5 * openssl097a-0.9.7a-2 * oro-2.0.8-1jpp_2fc - * poppler-0.1.2-1 + * perl-Archive-Zip-1.14-1 + * perl-Carp-Clan-5.3-1 + * perl-IO-String-1.06-3 + * perl-IO-Zlib-1.04-4 + * perl-Net-Telnet-3.03-4 + * pm-utils-0.01-1 + * poppler-0.3.0-2 * puretls-0.9-0.b4.1jpp_2fc - * python-docs-2.4-102 + * python-docs-2.4.1-1 * python-elementtree-1.2.6-4 * python-numeric-23.7-2 * python-sqlite-1.1.6-1 @@ -780,28 +964,28 @@ * python-urlgrabber-2.9.6-1 * readahead-1.0-1.7 * regexp-1.3-1jpp_4fc - * rng-utils-2.0-1.5 + * rgmanager-1.9.31-0 + * rng-utils-2.0-1.6 * salinfo-0.5-1.4 - * servletapi5-5.0.18-1jpp_3fc * slib-3a1-2 * smartmontools-5.33-1.5 - * sqlite-3.1.2-2 - * struts11-1.1-1jpp_2fc - * system-config-lvm-0.9.22-1.0 + * sqlite-3.1.2-3 + * struts11-1.1-1jpp_4fc + * system-config-lvm-0.9.25-1.0 * texi2html-1.76-2 - * tomcat5-5.0.30-1jpp_2fc - * x86info-1.13-1.9 + * tomcat5-5.0.30-5jpp_1fc + * x86info-1.13-1.10 * xalan-j2-2.6.0-2jpp_1fc - * xen-2-20050403 - * xerces-j2-2.6.2-4jpp_1fc - * xml-commons-1.0-0.b2.6jpp_5fc + * xen-2-20050424 + * xerces-j2-2.6.2-4jpp_4fc + * xml-commons-1.0-0.b2.6jpp_10fc * xml-commons-resolver-1.1-1jpp_4fc === Packages Moved Out Of Core === This is a new section to the release notes. This is based on a -treediff of dist-fc3 and dist-fc4 on 14-MAR-2005. The following -packages have been moved out of core from Fedora Core 4 test 2: +treediff of dist-fc3 and dist-fc4 on 04-MAY-2005. The following +packages have been moved out of core from Fedora Core 4test3: * abiword-2.0.12-3 * aiksaurus-1.2.1-2 @@ -848,10 +1032,12 @@ * grip-3.2.0-3 * gv-3.5.8-29 * im-sdk-12.1-4 + * jcode.pl-2.13-11 * jed-0.99.16-6 * jisksp14-0.1-16 * jisksp16-1990-0.1-16 * kappa20-0.3-15 + * katana-2.0.0-1 * kdetoys-3.3.0-1 * kernel-utils-2.4-13.1.39 * kinput2-v3.1-23 @@ -927,6 +1113,7 @@ * xsnow-1.42-15 * ytalk-3.1.2-1 + == An Overview of the Fedora Project == The goal of the Fedora Project is to work with the Linux community to @@ -947,12 +1134,9 @@ In addition to the website, the following mailing lists are available: * fedora-list at redhat.com -- For users of Fedora Core releases - * fedora-test-list at redhat.com -- For testers of Fedora Core test -releases - * fedora-devel-list at redhat.com -- For developers, developers, -developers - * fedora-docs-list at redhat.com -- For participants of the docs -project + * fedora-test-list at redhat.com -- For testers of Fedora Core test releases + * fedora-devel-list at redhat.com -- For developers, developers, developers + * fedora-docs-list at redhat.com -- For participants of the docs project To subscribe to any of these lists, send an email with the word "subscribe" in the subject to -request (where is Index: fedora-release.spec =================================================================== RCS file: /cvs/fedora/fedora-release/fedora-release.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- fedora-release.spec 7 Apr 2005 03:01:03 -0000 1.6 +++ fedora-release.spec 4 May 2005 18:40:31 -0000 1.7 @@ -1,4 +1,4 @@ -%define release_version 3.91 +%define release_version 3.92 %define release_name Pre-FC4 %define builtin_release_version Rawhide %define builtin_release_name Rawhide Index: index.html =================================================================== RCS file: /cvs/fedora/fedora-release/index.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- index.html 6 Apr 2005 21:33:20 -0000 1.2 +++ index.html 4 May 2005 18:40:31 -0000 1.3 @@ -57,7 +57,7 @@ FedoraDocsProject.
    -== Fedora Core 4 test 2 Release Notes ==
    += Fedora Core 4test3 Release Notes =
     
     Copyright (c) 2005 Red Hat, Inc.
     
    @@ -66,7 +66,7 @@
     any later version published by the Free Software Foundation; with no
     Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
     copy of the license is available at
    -http://www.gnu.org/licenses/fdl.html.
    +[1]http://www.gnu.org/licenses/fdl.html.
     
     This document may be copied and distributed in any medium, either
     commercially or non-commercially, provided that the GNU Free
    @@ -89,14 +89,13 @@
     All other trademarks and copyrights referred to are the property of
     their respective owners.
     
    -The GPG fingerprint of the "Fedora Project " key
    -is:
    +The GPG fingerprint of the "Fedora Project " key is:
     
     CA B4 4B 99 6F 27 74 4E 86 12 7C DF B4 42 69 D0 4F 2A 6F D2
     
     ---------------------------------------------------------------------------
     
    -         1. Fedora Core 4 test2 Release Notes
    +         1. Fedora Core 4test3 Release Notes
              2. Introduction
              3. Hardware Requirements
                    1. CPU Requirements
    @@ -116,8 +115,7 @@
                    8. Macintosh File Server
                    9. X Window System
                   10. Miscellaneous Notes
    -         8. Packages Added, Moved From Core, Changed, or
    -Deprecated/Nuked
    +         8. Packages Added, Moved From Core, Changed, or Deprecated/Nuked
                    1. Packages Added
                    2. Packages Moved Out Of Core
              9. An Overview of the Fedora Project
    @@ -136,7 +134,7 @@
     For more information, refer to the Fedora Project overview later in
     this document.
     
    -The following topics related to Fedora Core 4 test 2 are covered in this
    +The following topics related to Fedora Core 4test3 are covered in this
     document:
     
         * Introduction (this section)
    @@ -150,29 +148,29 @@
     == Hardware Requirements ==
     
     The following information represents the minimum hardware requirements
    -necessary to successfully install Fedora Core 4 test 2.
    +necessary to successfully install Fedora Core 4test3.
     
    -Note
    +  Note
     
    -The compatibility/availability of other hardware components (such as
    -video and network cards) may be required for specific installation
    -modes and/or post-installation usage.
    +  The compatibility/availability of other hardware components (such as
    +  video and network cards) may be required for specific installation
    +  modes and/or post-installation usage.
     
    -=== CPU Requirements ===
    +===  CPU Requirements ===
     
     This section lists the CPU specifications required by Fedora Core
    -4 test 2.
    +4test3.
     
    -Note
    +  Note
     
    -The following CPU specifications are stated in terms of Intel
    -processors.  Other processors (notably, offerings from AMD, Cyrix, and
    -VIA) that are compatible with and equivalent to the following Intel
    -processors may also be used with Fedora Core.
    +  The following CPU specifications are stated in terms of Intel
    +  processors.  Other processors (notably, offerings from AMD, Cyrix,
    +  and VIA) that are compatible with and equivalent to the following
    +  Intel processors may also be used with Fedora Core.
     
         * Minimum: Pentium-class
     
    -Fedora Core 4 test 2 is optimized for Pentium 4 CPUs, but also supports
    +Fedora Core 4test3 is optimized for Pentium 4 CPUs, but also supports
     earlier CPUs (such as Pentium, Pentium Pro, Pentium II, Pentium III,
     and including AMD and VIA variants). This approach has been taken
     because Pentium-class optimizations actually result in reduced
    @@ -186,18 +184,17 @@
     
     === Hard Disk Space Requirements ===
     
    -This section lists the disk space required to install Fedora Core
    -4 test 2.
    +This section lists the disk space required to install Fedora Core 4test3.
     
    -Note
    +  Note
     
    -The disk space requirements listed below represent the disk space
    -taken up by Fedora Core 4 test 2 after the installation is
    -complete. However, additional disk space is required during the
    -installation to support the installation environment. This additional
    -disk space corresponds to the size of /Fedora/base/stage2.img (on
    -CD-ROM 1) plus the size of the files in /var/lib/rpm on the installed
    -system.
    +  The disk space requirements listed below represent the disk space
    +  taken up by Fedora Core 4test3 after the installation is
    +  complete. However, additional disk space is required during the
    +  installation to support the installation environment. This
    +  additional disk space corresponds to the size of
    +  /Fedora/base/stage2.img (on CD-ROM 1) plus the size of the files in
    +  /var/lib/rpm on the installed system.
     
     In practical terms, this means that as little as an additional 90MB
     can be required for a minimal installation, while as much as an
    @@ -215,7 +212,7 @@
     
     === Memory Requirements ===
     
    -This section lists the memory required to install Fedora Core 4 test 2.
    +This section lists the memory required to install Fedora Core 4test3.
     
       * Minimum for text-mode: 64MB
       * Minimum for graphical: 192MB
    @@ -223,120 +220,167 @@
     
     == Overview of This Release ==
     
    -The following list highlights certain new features of Fedora Core
    -4 test 2:
    +The following list highlights certain new features of Fedora Core 4test3:
     
       * GCC 4.0
       * GNOME 2.10
       * KDE 3.4
    -  * Native Eclipse 3.1M5
    +  * Native Eclipse 3.1M6 - Part of free Java stack
       * MySQL 4.1
       * PHP 5.0
    +  * Xen 2 - Virtualization to run multiple versions of an OS
    +  * GFS 6.1-0.pre22 - Cluster file system
    +  * Evince 0.2.1 - Universal document viewer
    +  * GDM 2.6 - Includes early login capability
    +
    +  * SELinux -- New daemons have been added to the targeted policy.
    +    http://fedora.redhat.com/docs/selinux-faq/ .  This is a list of
    +    daemons protected by the targeted policy:
     
    -  * SELinux -- New daemons have been added to the targeted policy For
    -    more information, refer to the SELinux FAQ at
    -    http://fedora.redhat.com/docs/selinux-faq/ .
    +    * NetworkManager
         * amanda
         * apache
    +    * apmd
    +    * arpwatch
    +    * auditd
    +    * bluetooth
    +    * canna
    +    * cardmgr
    +    * checkpolicy
         * chkpwd
    +    * compat
    +    * comsat
    +    * consoletype
    +    * cpucontrol
    +    * cpuspeed
    +    * crond
         * cups
    +    * cvs
    +    * cyrus
    +    * dbskkd
    +    * dbusd
         * dhcpc
         * dhcpd
         * dictd
    +    * dmidecode
         * dovecot
         * fingerd
    +    * fsadm
         * ftpd
    +    * getty
    +    * hald
    +    * hostname
    +    * hotplug
         * howl
    +    * hwclock
         * i18n_input
         * ifconfig
    +    * inetd
         * init
         * initrc
    -    * inetd
         * innd
         * kerberos
    +    * klogd
         * ktalkd
    +    * kudzu
         * ldconfig
    +    * load_policy
         * login
         * lpd
         * mailman
         * modutil
         * mta
         * mysqld
    -    * NetworkManager
         * named
    +    * netutils
         * nscd
         * ntpd
         * portmap
         * postgresql
    +    * pppd
         * privoxy
         * radius
         * radvd
    +    * restorecon
         * rlogind
         * rpcd
    +    * rpm
         * rshd
         * rsync
         * samba
    +    * saslauthd
    +    * sendmail
    +    * setfiles
         * slapd
         * snmpd
         * squid
    +    * ssh
         * stunnel
         * syslogd
         * telnetd
         * tftpd
    +    * udev
    +    * updfstab
    +    * uucpd
    +    * webalizer
         * winbind
    +    * xdm
         * ypbind
         * ypserv
         * zebra
     
    +
     == Installation-Related Notes ==
     
     This section outlines anything noteworthy that is related to Anaconda
     (the Fedora Core installation program) and installing Fedora Core
    -4 test 2 in general.
    +4test3 in general.
     
    -Note
    +  Note
     
    -If you intend to download the Fedora Core 4 test 2 DVD ISO image, keep
    -in mind that not all file downloading tools can accommodate files
    -larger than 2GB in size. For example, wget will exit with a File size
    -limit exceeded error.
    +  If you intend to download the Fedora Core 4test3 DVD ISO image, keep
    +  in mind that not all file downloading tools can accommodate files
    +  larger than 2GB in size. For example, wget will exit with a File
    +  size limit exceeded error.
     
     The curl and ncftpget file downloading tools do not have this
     limitation, and can successfully download files larger than 2GB.
     
     Bittorrent is another method for downloading large files.
     
    +
     Anaconda Notes
     
       * The Fedora Core installation program has the ability to test the
    -integrity of the installation media. It works with the CD, DVD, hard
    -drive ISO, and NFS ISO installation methods. Red Hat recommends that
    -you test all installation media before starting the installation
    -process, and before reporting any installation-related bugs (many of
    -the bugs reported are actually due to improperly-burned CDs). To use
    -this test, type linux mediacheck at the boot: prompt.
    +    integrity of the installation media. It works with the CD, DVD,
    +    hard drive ISO, and NFS ISO installation methods. Red Hat
    +    recommends that you test all installation media before starting
    +    the installation process, and before reporting any
    +    installation-related bugs (many of the bugs reported are actually
    +    due to improperly-burned CDs). To use this test, type linux
    +    mediacheck at the boot: prompt.
     
       * Memory testing may be performed prior to installing Fedora Core by
    -entering memtest86 at the boot: prompt. This causes the Memtest86
    -standalone memory testing software to run. Memtest86 memory testing
    -continues until the Esc key is pressed.
    +    entering memtest86 at the boot: prompt. This causes the Memtest86
    +    standalone memory testing software to run. Memtest86 memory
    +    testing continues until the Esc key is pressed.
     
     NOTE: You must boot from CD-ROM 1 (or a rescue CD-ROM) in order to use
     this feature.
     
    -  * Fedora Core 4 test 2 supports graphical FTP and HTTP
    -installations. However, due to the necessity of containing the
    -installer image in RAM, only systems with more than 128MB of RAM (or
    -systems booted from CD-ROM 1, which contains the installer image) can
    -use the graphical installer.  Systems with 128MB or less will continue
    -to use the text-based installer.
    +  * Fedora Core 4test3 supports graphical FTP and HTTP
    +    installations. However, due to the necessity of containing the
    +    installer image in RAM, only systems with more than 128MB of RAM
    +    (or systems booted from CD-ROM 1, which contains the installer
    +    image) can use the graphical installer.  Systems with 128MB or
    +    less will continue to use the text-based installer.
     
     == Installation-Related Issues ==
     
       * Certain hardware configurations (particularly those with LCD
    -displays) may experience problems while starting the Fedora Core
    -installation program. In these instances, restart the installation,
    -and add the "nofb" option to the boot command line.
    +    displays) may experience problems while starting the Fedora Core
    +    installation program. In these instances, restart the
    +    installation, and add the "nofb" option to the boot command line.
     
     NOTE: Chinese, Japanese, and Korean graphical installations started
     using the "nofb" option will start in English, and then switch to the
    @@ -344,9 +388,9 @@
     process begins.
     
       * Some Sony VAIO(R) notebook systems may experience problems
    -installing Fedora Core from CD-ROM. If this happens, restart the
    -installation process and add the following option to the boot command
    -line:
    +    installing Fedora Core from CD-ROM. If this happens, restart the
    +    installation process and add the following option to the boot
    +    command line:
     
     pci=off ide1=0x180,0x386
     
    @@ -355,28 +399,28 @@
     first time Fedora Core is booted.
     
       * Serial mice are known to be inoperative during
    -installation. However, there are indications that serial mice work
    -properly in X after the installation has completed. Refer to bug
    -119474 for more information:
    +    installation. However, there are indications that serial mice work
    +    properly in X after the installation has completed. Refer to bug
    +    119474 for more information:
     
     [6]http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119474
     
       * There have been issues observed when upgrading Red Hat Linux
    -7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The
    -issue is caused by version overlap between the official Red Hat Linux
    -RPMs (or the ones from the Fedora Project) and the Ximian RPMs. This
    -configuration is not supported. You have several choices in resolving
    -this issue:
    -
    -1) You may remove Ximian GNOME from your system prior to upgrading to
    -Fedora Core.
    -
    -2) You may upgrade your system, and then immediately reinstall Ximian
    -GNOME.
    -
    -3) You may upgrade your system, and then immediately remove all
    -remaining Ximian RPMs, replacing them with the corresponding Fedora
    -Core RPMs.
    +    7., 8.0, 9, and Fedora Core 1 systems running Ximian GNOME. The
    +    issue is caused by version overlap between the official Red Hat
    +    Linux RPMs (or the ones from the Fedora Project) and the Ximian
    +    RPMs. This configuration is not supported. You have several
    +    choices in resolving this issue:
    +
    +    1) You may remove Ximian GNOME from your system prior to upgrading
    +       to Fedora Core.
    +
    +    2) You may upgrade your system, and then immediately reinstall
    +       Ximian GNOME.
    +
    +    3) You may upgrade your system, and then immediately remove all
    +       remaining Ximian RPMs, replacing them with the corresponding
    +       Fedora Core RPMs.
     
     You must resolve the version overlap using one of the above choices.
     Failure to do so will result in an unstable GNOME configuration.
    @@ -384,22 +428,95 @@
     == Package-Specific Notes ==
     
     The following sections contain information regarding packages that
    -have undergone significant changes for Fedora Core 4 test 2. For easier
    +have undergone significant changes for Fedora Core 4test3. For easier
     access, they are organized using the same groups used in Anaconda.
     
     === Base ===
     
     This section contains information related to basic system components.
     
    +
    +auditd and log files
    +
    +The audit daemon, auditd, is now enabled by default.  When auditd is
    +running, the kernel directs audit messages to
    +/var/log/audit/audit.log.  The location of this file is specified in
    +/etc/auditd.conf.
    +
    +AVC messages for SELinux are sent using the audit infrastructure.
    +These messages are now in /var/log/audit/audit.log.
    +
    +When auditd is not running, the kernel passes audit messages to
    +syslog.  These logs are typically kept in /var/log/messages and are
    +viewable using dmesg.
    +
    +Audit extensions are now compiled into PAM.  All programs that do
    +grant entry to the system or change user account attributes will
    +generate an audit message.
    +
    +To enable auditing within the kernel, you must pass the parameter
    +audit=1 to the kernel during boot.  Otherwise, you can use this
    +command to enable auditing during run time:
    +
    +  'auditctl -e 1'
    +
    +
    +LinuxThreads v. NPTL
    +
    +As the next step in removing support for the obsolete LinuxThreads
    +library, code compiled and linked on FC4 now automatically uses the NPTL
    +headers and libraries.  
    +
    +In previous releases, since Red Hat Linux 9, the default was to use
    +LinuxThreads since the interface is mostly forward compatible.  The
    +advantages of the NPTL interface is that the cancellation handling is
    +faster (when -fexception is used, even in C code) and that the
    +additional interfaces are now available without special compiler and
    +linker parameters.  In other words, you do not need to use
    +-I/usr/include/nptl and -L/usr/lib{,64}/nptl any longer.  Note that
    +lib{,64} is to be interpreted as lib64 on platforms which place DSOs
    +in lib64 directories, and lib otherwise.
    +
    +In FC4 it is still possible to create code using the LinuxThreads
    +definitions.  For this the linuxthreads-devel package must be
    +installed and
    +
    +   -I/usr/include/linuxthreads -L/usr/lib{,64}/linuxthreads
    +
    +must be passed to the compiler.
    +
    +At runtime, it used to be possible to use the LD_ASSUME_KERNEL
    +environment variable to select the appropriate version of glibc and the
    +libpthread DSO.  Now it is additionally necessary to specify
    +
    +  LD_LIBRARY_PATH=/lib{,64}/obsolete/linuxthreads
    +
    +in the environment.  This is because the runtime libraries have also
    +been moved out of the way.  There might programs that will not work if
    +the program uses an unfortunate DT_RPATH (which overwrites the
    +LD_LIBRARY_PATH setting).
    +
    +All this makes it more cumbersome to run programs which depend on
    +LinuxThreads.  But this is intentional.  
    +
    +  Important
    +
    +  FC5 will not have LinuxThreads support and all programs have to be
    +  converted to use NPTL by then.
    +
    +In general, conversion to using NPTL has not been an issue.
    +
    +
     slocate database
     
    -The database needed by the locate utility is no longer created by
    -default.  Enable the database creation by setting DAILY_UPDATE to
    -"yes" in /etc/updatedb.conf if you want to use locate.
    +The database needed by the locate utility is no longer created by default.
    +Enable the database creation by setting DAILY_UPDATE to "yes" in
    +/etc/updatedb.conf if you want to use locate.
    +
     
     openssh
     
    -The version of OpenSSH in Fedora Core 4 test 2 contains OpenSSH 3.9
    +The version of OpenSSH in Fedora Core 4test3 contains OpenSSH 3.9
     includes strict permission and ownership checks for the ~/.ssh/config
     file. These checks mean that ssh will exit if this file does not have
     appropriate ownership and permissions.
    @@ -426,51 +543,63 @@
     This section contains the most elemental components of Fedora Core,
     including the kernel.
     
    -  * In order to eliminate the redundancy inherent in providing a
    -separate package for the kernel source code when that source code
    -already exists in the kernel's .src.rpm file, Fedora Core 4 test 2 no
    -longer includes the kernel-source package. Users that require access
    -to the kernel sources can find them in the kernel .src.rpm file. To
    -create an exploded source tree from this file, perform the following
    -steps (note that  refers to the version specification for
    -your currently-running kernel):
     
    -        1. Obtain the kernel-.src.rpm file from one of the
    -following sources:
    +yum
    +
    +The sqllite database is now used by yum, and makes performance
    +noticeably faster.
     
    -          * The SRPMS directory on the appropriate "SRPMS" CD iso
    -image
    +The Fedora Extras repository is now enabled by default.
     
    -          * The FTP site where you got the kernel package
     
    -          * By running the following command:
    +kernel source
     
    -                up2date --get-source kernel
    +In order to eliminate the redundancy inherent in providing a separate
    +package for the kernel source code when that source code already
    +exists in the kernel's .src.rpm file, Fedora Core 4test3 no longer
    +includes the kernel-source package. Users that require access to the
    +kernel sources can find them in the kernel .src.rpm file. To create an
    +exploded source tree from this file, perform the following steps (note
    +that  refers to the version specification for your
    +currently-running kernel):
     
    -        2. Install kernel-.src.rpm (given the default RPM
    -configuration, the files this package contains will be written to
    -/usr/src/redhat/)
    +  1. Obtain the kernel-.src.rpm file from one of the
    +     following sources:
     
    -        3. Change directory to /usr/src/redhat/SPECS/, and issue the
    -following command:
    +     * The SRPMS directory on the appropriate "SRPMS" CD iso image
     
    -        rpmbuild -bp --target= kernel.spec
    +     * The FTP site where you got the kernel package
     
    -        (Where  is the desired target architecture.)
    +     * By running the following command:
     
    -        On a default RPM configuration, the kernel tree will be
    -located in /usr/src/redhat/BUILD/.
    +         up2date --get-source kernel
     
    -        4. In resulting tree, the configurations for the specific
    -kernels shipped in Fedora Core 4 test 2 are in the /configs/
    -directory. For example, the i686 SMP configuration file is named
    -/configs/kernel--i686-smp.config. Issue the following command
    -to place the desired configuration file in the proper place for
    -building:
    +  2. Install kernel-.src.rpm (given the default RPM
    +     configuration, the files this package contains will be written to
    +     /usr/src/redhat/)
    +     
    +       rpm -ivh kernel-.src.rpm
    +
    +  3. Change directory to /usr/src/redhat/SPECS/, and issue the
    +     following command:
    +
    +       rpmbuild -bp --target= kernel.spec
    +
    +       (Where  is the desired target architecture.)
    +
    +     On a default RPM configuration, the kernel tree will be located
    +     in /usr/src/redhat/BUILD/.
    +
    +   4. In resulting tree, the configurations for the specific kernels
    +      shipped in Fedora Core 4test3 are in the /configs/
    +      directory. For example, the i686 SMP configuration file is named
    +      /configs/kernel--i686-smp.config. Issue the following
    +      command to place the desired configuration file in the proper
    +      place for building:
     
             cp  ./.config
     
    -        5. Issue the following command:
    +   5. Issue the following command:
     
             make oldconfig
     
    @@ -484,11 +613,13 @@
     For example, to build the foo.ko module, create the following file
     (named Makefile) in the directory containing the foo.c file:
     
    -obj-m := foo.o
    +obj-m    := foo.o
     
    -KDIR := /lib/modules/$(shell uname -r)/build PWD := $(shell pwd)
    +KDIR    := /lib/modules/$(shell uname -r)/build
    +PWD    := $(shell pwd)
     
    -default: $(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
    +default:
    +$(MAKE) -C $(KDIR) SUBDIRS=$(PWD) modules
             
     
     Issue the make command to build the foo.ko module.
    @@ -512,6 +643,17 @@
     
     This section contains information related to Web-related tools.
     
    +
    +mod_perl
    +
    +The "RC5" release of mod_perl 2.0 is now included; the API provided by
    +this release is incompatible with previous 1.99_xx releases.  Please
    +refer to the following document for discussion of how to adapt code to
    +use the new API:
    +
    +   http://perl.apache.org/docs/2.0/rename.html 
    +
    +
     php
     
     Version 5.0 of PHP is now included, which includes a number of changes
    @@ -521,6 +663,10 @@
     
     http://www.php.net/manual/en/migration5.php
     
    +The /usr/bin/php binary is now built using the "CLI" command-line
    +SAPI, rather than the CGI SAPI.  The CGI SAPI is now available as
    +/usr/bin/php-cgi; this binary also includes FastCGI support.
    +
     The following extensions have been added:
     
      * the "mysqli" extension, the newly MySQL interface designed
    @@ -528,22 +674,29 @@
      * the "soap" extension, which can be used to implement a SOAP server
        or client
     
    +The following extensions are now available as optional loadable
    +extensions, rather than being built in to the php binaries:
    +
    + * dba, now available in the php-dba package
    + * bcmath, now available in the php-bcmath package
    +
     === Windows File Server ===
     
     This section contains information related to Samba, software that
     makes it possible to share files between Linux and Windows systems.
     
    +
     samba
     
     Browsing of Windows shares (also known as SMB browsing) fails on
    -Fedora Core 4 test 2 systems that have the standard firewall
    +Fedora Core 4test3 systems that have the standard firewall
     configured. This is most easily noticed in the failure of Nautilus to
     display shares. The failure is due to the firewall disrupting the
     broadcast mode of SMB browsing, which is Samba's default
     setting. There are two workarounds:
     
       * Configure a WINS server on the network, and set the "wins server"
    -option in smb.conf to the address of the WINS server.
    +    option in smb.conf to the address of the WINS server.
     
       * Disable the firewall
     
    @@ -561,25 +714,26 @@
     
     === Macintosh File Server ===
     
    -This section contains information related to netatalk, software that
    +This section contains information related to netatalk, software that 
     makes it possible to share files between Linux and Macintosh systems.
     
    +
     netatalk
     
    -The 2.x version of netatalk uses a different method to store resource
    -forks, and may use a different file name encoding scheme. Upgrading to
    -Fedora Core 4 may result in data loss. Please read the documentation
    -of the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4.
    +The 2.x version of netatalk uses a different method to store resource 
    +forks, and may use a different file name encoding scheme. Upgrading to 
    +Fedora Core 4 may result in data loss. Please read the documentation of 
    +the netatalk 1.x to 2.x upgrade before upgrading to Fedora Core 4.
     
    -The netatalk upgrade information is available directly from the
    +The netatalk upgrade information is available directly from the 
     netatalk site:
     
     http://netatalk.sourceforge.net/2.0/htmldocs/upgrade.html
     
    -It is also included in the netatalk installation for Fedora Core 4,
    -the files are at:
    +It is also included in the netatalk installation for Fedora Core 4, the 
    +files are at:
     
    -/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page
    +/usr/share/doc/netatalk-2.0.2/doc/Netatalk-Manual.pdf - numbered page 
     25, document page 33.
     
     or
    @@ -594,9 +748,9 @@
     xorg-x11
     
       * Users new to the X.org X11 implementation should take note of a
    -few differences between it and the XFree86.org X11 implementation
    -which shipped in previous Red Hat operating systems. In particular,
    -the names of some files have changed:
    +    few differences between it and the XFree86.org X11 implementation
    +    which shipped in previous Red Hat operating systems. In
    +    particular, the names of some files have changed:
     
     X Server Binary:
     
    @@ -620,13 +774,13 @@
     sure that you are using the correct files.
     
       * There has been some confusion regarding font-related issues under
    -the X Window System in recent versions of Fedora Core (and versions of
    -Red Hat Linux before it.) At the present time, there are two font
    -subsystems, each with different characteristics:
    +    the X Window System in recent versions of Fedora Core (and
    +    versions of Red Hat Linux before it.) At the present time, there
    +    are two font subsystems, each with different characteristics:
     
     - The original (15+ year old) subsystem is referred to as the "core X
    -font subsystem". Fonts rendered by this subsystem are not
    -anti-aliased, are handled by the X server, and have names like:
    +  font subsystem". Fonts rendered by this subsystem are not
    +  anti-aliased, are handled by the X server, and have names like:
     
     -misc-fixed-medium-r-normal--10-100-75-75-c-60-iso8859-1
     
    @@ -639,10 +793,10 @@
     Luxi Sans-10
     
       * Over time, fontconfig/Xft will replace the core X font
    -subsystem. At the present time, applications using the Qt 3 or GTK 2
    -toolkits (which would include KDE and GNOME applications) use the
    -fontconfig and Xft font subsystem; almost everything else uses the
    -core X fonts.
    +    subsystem. At the present time, applications using the Qt 3 or GTK
    +    2 toolkits (which would include KDE and GNOME applications) use
    +    the fontconfig and Xft font subsystem; almost everything else uses
    +    the core X fonts.
     
     In the future, Fedora Core may support only fontconfig/Xft in place of
     the XFS font server as the default local font access method.
    @@ -650,29 +804,28 @@
     NOTE: An exception to the font subsystem usage outlined above is
     OpenOffice.org (which uses its own font rendering technology).
     
    -If you wish to add new fonts to your Fedora Core 4 test 2 system, you
    +If you wish to add new fonts to your Fedora Core 4test3 system, you
     must be aware that the steps necessary depend on which font subsystem
     is to use the new fonts. For the core X font subsystem, you must:
     
    -1. Create the /usr/share/fonts/local/ directory (if it doesn't already
    -exist):
    +1. Create the /usr/share/fonts/local/ directory (if it does not
    +   already exist):
     
     mkdir /usr/share/fonts/local/
     
     2. Copy the new font file into /usr/share/fonts/local/
     
     3. Update the font information by issuing the following commands (note
    -that, due to formatting restrictions, the following commands may
    -appear on more than one line; in use, each command should be entered
    -on a single line):
    +   that, due to formatting restrictions, the following commands may
    +   appear on more than one line; in use, each command should be
    +   entered on a single line):
     
    -ttmkfdir -d /usr/share/fonts/local/ -o
    -/usr/share/fonts/local/fonts.scale
    +ttmkfdir -d /usr/share/fonts/local/ -o /usr/share/fonts/local/fonts.scale
     
     mkfontdir /usr/share/fonts/local/
     
     4. If you had to create /usr/share/fonts/local/, you must then add it
    -to the X font server (xfs) path:
    +   to the X font server (xfs) path:
     
     chkfontpath --add /usr/share/fonts/local/
     
    @@ -698,10 +851,10 @@
     the fontconfig font subsystem can use the font.
     
       * Due to the transition to the new font system based on
    -fontconfig/Xft, GTK+ 1.2 applications are not affected by any changes
    -made via the Font Preferences dialog. For these applications, a font
    -can be configured by adding the following lines to the file
    -~/.gtkrc.mine:
    +    fontconfig/Xft, GTK+ 1.2 applications are not affected by any
    +    changes made via the Font Preferences dialog. For these
    +    applications, a font can be configured by adding the following
    +    lines to the file ~/.gtkrc.mine:
     
     style "user-font" {
     
    @@ -709,7 +862,7 @@
     
     }
     
    -widget_class " *" style "user-font"
    +widget_class "  *" style "user-font"
     
     (Where  represents a font specification in the
     style used by traditional X applications, such as
    @@ -720,6 +873,17 @@
     This section contains information related to packages that do not fit
     in any of the proceeding categories.
     
    +  OpenOffice and upgrading test releases
    +
    +If you choose to go counter to the recommendation to *not* upgrade
    +from a previous test release, you may encounter a problem with
    +OpenOffice following the upgrade.
    +
    +To resolve this, you must do the following command *before* doing the
    +upgrade:
    +
    +  rm -rf /usr/lib/openoffice.org*/share/template/*/wizard/bitmap
    +
     
     == Packages Added, Moved From Core, Changed, or Deprecated/Nuked ==
     
    @@ -729,61 +893,73 @@
     This section contains lists of packages that fit into the following
     categories:
     
    -  * Packages that have been added to Fedora Core 4 test 2
    +  * Packages that have been added to Fedora Core 4test3
     
    -  * Packages that have been moved out of Fedora Core 4 test 2
    +  * Packages that have been moved out of Fedora Core 4test3
     
       * Packages that have a changed version since Fedora Core 3
       
       * Packages that have been deprecated, and may be removed from a
    -future
    -    release of Fedora Core
    +    future release of Fedora Core
     
     === Packages Added ===
     
    -The following packages have been added to Fedora Core 4 test 2:
    +The following packages have been added to Fedora Core 4test3.  This is
    +based on a treediff of dist-fc3 and dist-fc4 on 04-MAY-2005:
     
    - * ant-1.6.2-3jpp_2fc
    + * ant-1.6.2-3jpp_5fc
      * antlr-2.7.4-2jpp_1fc
      * aqbanking-1.0.4beta-2
      * aqhbci-1.0.2beta-2
    + * aspell-is-0.51.1-1
      * avalon-framework-4.1.4-2jpp_5fc
      * avalon-logkit-1.2-2jpp_4fc
      * bcel-5.1-1jpp_4fc
    - * classpath-inetlib-1.0-1jpp_1fc
    + * ccs-0.25-0.1
      * classpathx-jaf-1.0-2jpp_3fc
      * classpathx-mail-1.0-3jpp_1fc
    + * cman-1.0-0.pre33.2
    + * cman-kernel-2.6.11.3-20050425.154843.FC4.5
      * compat-gcc-296-2.96-132.fc4
      * compat-gcc-32-3.2.3-47.fc4
      * compat-readline43-4.3-2
    - * cpufreq-utils-0.2-1.1.12
    - * cpuspeed-1.2.1-1.19
    + * cpufreq-utils-0.2-1.1.14
    + * cpuspeed-1.2.1-1.20
      * cryptix-3.2.0-4jpp_1fc
      * cryptix-asn1-20011119-4jpp_1fc
      * cryptsetup-luks-1.0-1
      * dcraw-0.0.20050227-1
    - * device-mapper-multipath-0.4.4-0.pre8.0
    - * dmidecode-2.6-1.13
    - * eclipse-3.1.0_fc-0.M5.17
    - * eclipse-bugzilla-0.1.0_fc-9
    - * eclipse-cdt-3.0.0_fc-0.M5.3
    - * eclipse-changelog-2.0.1_fc-19
    - * eclipse-pydev-0.9.0_fc-4
    - * evince-0.1.9-1
    - * fonts-chinese-2.15-1
    + * device-mapper-multipath-0.4.4-2.0
    + * dlm-1.0-0.pre21.2
    + * dlm-kernel-2.6.11.3-20050425.154843.FC4.6
    + * dmidecode-2.6-1.14
    + * eclipse-3.1.0_fc-0.M6.14
    + * eclipse-bugzilla-0.1.0_fc-14
    + * eclipse-cdt-3.0.0_fc-0.M6.5
    + * eclipse-changelog-2.0.1_fc-21
    + * eclipse-pydev-0.9.3_fc-7
    + * evince-0.2.1-1
    + * fence-1.27-1
    + * fonts-chinese-2.15-2
      * fonts-indic-1.9-2
    - * fonts-japanese-0.20050222-2
    - * fonts-korean-1.0.11-2
    - * gjdoc-0.7.3-1
    - * gnome-doc-utils-0.1.3-1
    - * gnome-menus-2.10.1-1
    + * fonts-japanese-0.20050222-3
    + * fonts-korean-1.0.11-4
    + * GFS-6.1-0.pre22.1
    + * GFS-kernel-2.6.11.4-20050503.144108.FC4.1
    + * gjdoc-0.7.4-4
    + * gnbd-1.0-0.pre13.1
    + * gnbd-kernel-2.6.11.2-20050420.133124.FC4.10
    + * gnome-doc-utils-0.2.0-2
    + * gnome-menus-2.10.1-3
      * gnome-python2-extras-2.10.0-2.1
    - * gnu-crypto-2.0.1-1jpp_1fc
    + * gnu-crypto-2.0.1-1jpp_3fc
      * gnu.getopt-1.0.9-4jpp_1fc
    + * gulm-1.0-0.pre28.3
      * gwenhywfar-1.7.2-2
    - * hardlink-1.0-1.11
    - * iiimf-12.1.1-11.svn2435
    - * ipv6calc-0.48-3
    + * hardlink-1.0-1.13
    + * iddev-1.9-19
    + * iiimf-12.2-0.7.svn2578
    + * ipv6calc-0.48-5
      * irqbalance-1.12-1.18
      * jakarta-commons-beanutils-1.7.0-1jpp_1fc
      * jakarta-commons-collections-3.1-1jpp_1fc
    @@ -801,37 +977,45 @@
      * jakarta-taglibs-standard-1.1.1-4jpp_1fc
      * java_cup-0.10-0.k.1jpp_2fc
      * jdepend-2.6-2jpp_3fc
    - * jessie-1.0.0-3
    + * jessie-1.0.0-6
      * jlex-1.2.6-1jpp_2fc
    - * jsch-0.1.17-2jpp_1fc
    + * jsch-0.1.18-1jpp_1fc
      * junit-3.8.1-3jpp_4fc
      * jzlib-1.0.5-2jpp_1fc
      * kdeaccessibility-3.4.0-1
      * ksh-20050202-1
      * latex2html-2002.2.1-1
      * ldapjdk-4.17-1jpp_2fc
    - * libdbi-drivers-0.7.1-2
    - * libgconf-java-2.10.0-1
    - * libglade-java-2.9.92-1
    - * libgnome-java-2.9.92-1
    - * libgtk-java-2.6.1.1-1
    + * libdbi-drivers-0.7.1-3
    + * libgconf-java-2.10.1-1
    + * libglade-java-2.10.1-3
    + * libgnome-java-2.10.1-1
    + * libgtk-java-2.6.2-1
      * linux-atm-2.5.0-0.20050118.2
      * lksctp-tools-1.0.2-5
      * log4j-1.2.8-7jpp_3fc
    - * longrun-0.9-1.8
    - * lvm2-cluster-2.00.29-1.22.FC4
    + * longrun-0.9-1.9
    + * lvm2-cluster-2.01.09-2.1
    + * magma-1.0-0.pre21.4
    + * magma-plugins-1.0-0.pre16.11
      * mcelog-0.4-1.8
      * microcode_ctl-1.11-1.21
    - * mod_jk-1.2.6-3jpp_1fc
    - * mx4j-2.1.0-1jpp_2fc
    - * mysqlclient10-3.23.58-5
    + * mod_jk-1.2.6-3jpp_2fc
    + * mx4j-2.1.0-1jpp_5fc
    + * mysqlclient10-3.23.58-6
      * openhpi-2.0.3-2
      * OpenIPMI-1.4.11-5
      * openssl097a-0.9.7a-2
      * oro-2.0.8-1jpp_2fc
    - * poppler-0.1.2-1
    + * perl-Archive-Zip-1.14-1
    + * perl-Carp-Clan-5.3-1
    + * perl-IO-String-1.06-3
    + * perl-IO-Zlib-1.04-4
    + * perl-Net-Telnet-3.03-4
    + * pm-utils-0.01-1
    + * poppler-0.3.0-2
      * puretls-0.9-0.b4.1jpp_2fc
    - * python-docs-2.4-102
    + * python-docs-2.4.1-1
      * python-elementtree-1.2.6-4
      * python-numeric-23.7-2
      * python-sqlite-1.1.6-1
    @@ -839,28 +1023,28 @@
      * python-urlgrabber-2.9.6-1
      * readahead-1.0-1.7
      * regexp-1.3-1jpp_4fc
    - * rng-utils-2.0-1.5
    + * rgmanager-1.9.31-0
    + * rng-utils-2.0-1.6
      * salinfo-0.5-1.4
    - * servletapi5-5.0.18-1jpp_3fc
      * slib-3a1-2
      * smartmontools-5.33-1.5
    - * sqlite-3.1.2-2
    - * struts11-1.1-1jpp_2fc
    - * system-config-lvm-0.9.22-1.0
    + * sqlite-3.1.2-3
    + * struts11-1.1-1jpp_4fc
    + * system-config-lvm-0.9.25-1.0
      * texi2html-1.76-2
    - * tomcat5-5.0.30-1jpp_2fc
    - * x86info-1.13-1.9
    + * tomcat5-5.0.30-5jpp_1fc
    + * x86info-1.13-1.10
      * xalan-j2-2.6.0-2jpp_1fc
    - * xen-2-20050403
    - * xerces-j2-2.6.2-4jpp_1fc
    - * xml-commons-1.0-0.b2.6jpp_5fc
    + * xen-2-20050424
    + * xerces-j2-2.6.2-4jpp_4fc
    + * xml-commons-1.0-0.b2.6jpp_10fc
      * xml-commons-resolver-1.1-1jpp_4fc
     
     === Packages Moved Out Of Core ===
     
     This is a new section to the release notes.  This is based on a
    -treediff of dist-fc3 and dist-fc4 on 14-MAR-2005.  The following
    -packages have been moved out of core from Fedora Core 4 test 2:
    +treediff of dist-fc3 and dist-fc4 on 04-MAY-2005.  The following
    +packages have been moved out of core from Fedora Core 4test3:
     
      * abiword-2.0.12-3
      * aiksaurus-1.2.1-2
    @@ -907,10 +1091,12 @@
      * grip-3.2.0-3
      * gv-3.5.8-29
      * im-sdk-12.1-4
    + * jcode.pl-2.13-11
      * jed-0.99.16-6
      * jisksp14-0.1-16
      * jisksp16-1990-0.1-16
      * kappa20-0.3-15
    + * katana-2.0.0-1
      * kdetoys-3.3.0-1
      * kernel-utils-2.4-13.1.39
      * kinput2-v3.1-23
    @@ -986,6 +1172,7 @@
      * xsnow-1.42-15
      * ytalk-3.1.2-1
     
    +
     == An Overview of the Fedora Project ==
     
     The goal of the Fedora Project is to work with the Linux community to
    @@ -1006,12 +1193,9 @@
     In addition to the website, the following mailing lists are available:
     
       * fedora-list at redhat.com -- For users of Fedora Core releases
    -  * fedora-test-list at redhat.com -- For testers of Fedora Core test
    -releases
    -  * fedora-devel-list at redhat.com -- For developers, developers,
    -developers
    -  * fedora-docs-list at redhat.com -- For participants of the docs
    -project
    +  * fedora-test-list at redhat.com -- For testers of Fedora Core test releases
    +  * fedora-devel-list at redhat.com -- For developers, developers, developers
    +  * fedora-docs-list at redhat.com -- For participants of the docs project
     
     To subscribe to any of these lists, send an email with the word
     "subscribe" in the subject to -request (where  is
    
    
    
    From fedora-extras-commits at redhat.com  Wed May  4 18:45:33 2005
    From: fedora-extras-commits at redhat.com (Bill Nottingham (notting))
    Date: Wed,  4 May 2005 14:45:33 -0400
    Subject: fedora-release Makefile,NONE,1.1
    Message-ID: <200505041845.j44IjXpN012106@cvs-int.fedora.redhat.com>
    
    Author: notting
    
    Update of /cvs/fedora/fedora-release
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12099
    
    Added Files:
    	Makefile 
    Log Message:
    add semi-standard makefile
    
    
    
    --- NEW FILE Makefile ---
    VERSION=$(shell awk '/%define release_version/ { print $$3 }' fedora-release.spec)
    
    CVSROOT = $(shell cat CVS/Root 2>/dev/null || :)
    
    CVSTAG = V$(subst .,-,$(VERSION))
    
    all:
    
    tag-archive:
    	@cvs -Q tag -F $(CVSTAG)
    
    create-archive:
    	@rm -rf /tmp/fedora-release
    	@cd /tmp ; cvs -Q -d $(CVSROOT) export -r$(CVSTAG) fedora-release || echo "Um... export aborted."
    	@mv /tmp/fedora-release /tmp/fedora-release-$(VERSION)
    	@cd /tmp ; tar -czSpf fedora-release-$(VERSION).tar.gz fedora-release-$(VERSION)
    	@rm -rf /tmp/fedora-release-$(VERSION)
    	@cp /tmp/fedora-release-$(VERSION).tar.gz .
    	@rm -f /tmp/fedora-release-$(VERSION).tar.gz
    	@echo ""
    	@echo "The final archive is in fedora-release-$(VERSION).tar.gz"
    
    archive: tag-archive create-archive
    
    
    
    From fedora-extras-commits at redhat.com  Wed May  4 19:21:02 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Wed,  4 May 2005 15:21:02 -0400
    Subject: rpms/ccache/devel ccache.spec,1.8,1.9
    Message-ID: <200505041921.j44JL2MM013188@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/rpms/ccache/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13171
    
    Modified Files:
    	ccache.spec 
    Log Message:
    Auto-symlink update for FC4.
    
    
    Index: ccache.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/ccache/devel/ccache.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- ccache.spec	6 Apr 2005 22:11:33 -0000	1.8
    +++ ccache.spec	4 May 2005 19:21:00 -0000	1.9
    @@ -1,16 +1,15 @@
    -%define compilers gcc g++ cc c++ gcc296 g++296 gcc32 kgcc egcs egcs++ gcc3 g++3 gcc-ssa g++-ssa gcc34 c++34 g++34 gcc33 c++33 g++33 gcc4 g++4 c++4
    -%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, gcc32, gcc3, gcc3-c++, kgcc, compat-egcs, compat-egcs-c++, egcs, egcs-c++, gcc-ssa, gcc-c++-ssa, gcc34, gcc34-c++, gcc4, gcc4-c++
    +%define compilers gcc g++ cc c++ gcc296 g++296 gcc32 c++32 g++32 gcc34 c++34 g++34
    +%define pkgs gcc, gcc-c++, compat-gcc, compat-gcc-c++, compat-gcc-32, compat-gcc-32-c++, gcc34, gcc34-c++
     
     Name:		ccache
     Version:	2.4
     Release:	2
    -
    -Summary:	Compiler cache
    +Summary:	C/C++ compiler cache
     
     Group:		Development/Tools
     License:	GPL
     URL:		http://ccache.samba.org/
    -Source0:	http://ccache.samba.org/ftp/ccache/ccache-2.4.tar.gz
    +Source0:	http://ccache.samba.org/ftp/ccache/%{name}-%{version}.tar.gz
     Patch0:		%{name}-html-links.patch
     BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    @@ -85,6 +84,10 @@
     
     
     %changelog
    +* Sun May  1 2005 Ville Skytt??  - 2.4-2
    +- Auto-symlink update: add compat-gcc-32 and compat-gcc-32-c++, drop
    +  bunch of no longer relevant compilers.
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    
    From fedora-extras-commits at redhat.com  Wed May  4 19:53:54 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Wed,  4 May 2005 15:53:54 -0400
    Subject: rpms/ccache/devel ccache.spec,1.9,1.10
    Message-ID: <200505041953.j44JrsTw013309@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/rpms/ccache/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13292
    
    Modified Files:
    	ccache.spec 
    Log Message:
    ...
    
    
    Index: ccache.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/ccache/devel/ccache.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- ccache.spec	4 May 2005 19:21:00 -0000	1.9
    +++ ccache.spec	4 May 2005 19:53:51 -0000	1.10
    @@ -3,7 +3,7 @@
     
     Name:		ccache
     Version:	2.4
    -Release:	2
    +Release:	3
     Summary:	C/C++ compiler cache
     
     Group:		Development/Tools
    @@ -84,11 +84,11 @@
     
     
     %changelog
    -* Sun May  1 2005 Ville Skytt??  - 2.4-2
    +* Sun May  1 2005 Ville Skytt??  - 2.4-3
     - Auto-symlink update: add compat-gcc-32 and compat-gcc-32-c++, drop
       bunch of no longer relevant compilers.
     
    -* Fri Apr  7 2005 Michael Schwendt 
    +* Fri Apr  7 2005 Michael Schwendt  - 2.4-2
     - rebuilt
     
     * Sun Sep 26 2004 Ville Skytt??  - 0:2.4-0.fdr.1
    
    
    
    From fedora-extras-commits at redhat.com  Wed May  4 21:02:38 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Wed,  4 May 2005 17:02:38 -0400
    Subject: common tobuild,1.132,1.133
    Message-ID: <200505042102.j44L2c57015717@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15700
    
    Modified Files:
    	tobuild 
    Log Message:
    
    remove built items
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.132
    retrieving revision 1.133
    diff -u -r1.132 -r1.133
    --- tobuild	4 May 2005 15:05:44 -0000	1.132
    +++ tobuild	4 May 2005 21:02:36 -0000	1.133
    @@ -1,13 +1,6 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -skvidal	rpms/perl-IO-Tty/devel	perl-IO-Tty-1_02-3	development
    -skvidal	rpms/exim-doc/devel	exim-doc-4_50-1	development
    -skvidal	rpms/R-gnomeGUI/devel	R-gnomeGUI-2_1_0-3_fc4	development
    -skvidal	rpms/ulogd/devel	ulogd-1_23-1_fc4	development
    -skvidal	rpms/putty/devel	putty-0_58-1	development
    -skvidal	rpms/p7zip/devel	p7zip-4_16-1	development
    -skvidal	rpms/js/devel	js-1_5-0_rc6a_6	development
     skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
     skvidal	rpms/x3270/devel	x3270-3_3_4-3	development
     skvidal	rpms/freeciv/devel	freeciv-2_0_1-1_fc4	development
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 04:15:37 2005
    From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep))
    Date: Thu,  5 May 2005 00:15:37 -0400
    Subject: rpms/pam_mount import.log,1.5,1.6
    Message-ID: <200505050415.j454Fbhw022858@cvs-int.fedora.redhat.com>
    
    Author: mikep
    
    Update of /cvs/extras/rpms/pam_mount
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22828
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import pam_mount-0.9.23-1 on branch devel from pam_mount-0.9.23-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/import.log,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- import.log	3 May 2005 17:21:37 -0000	1.5
    +++ import.log	5 May 2005 04:15:35 -0000	1.6
    @@ -2,3 +2,4 @@
     pam_mount-0_9_23-0_fdr_1:HEAD:pam_mount-0.9.23-0.fdr.1.src.rpm:1115084281
     pam_mount-0_9_23-0_fdr_1:FC-3:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140626
     pam_mount-0_9_23-0_fdr_1:FC-1:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140797
    +pam_mount-0_9_23-1:HEAD:pam_mount-0.9.23-1.src.rpm:1115266422
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 04:15:37 2005
    From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep))
    Date: Thu,  5 May 2005 00:15:37 -0400
    Subject: rpms/pam_mount/devel pam_mount.spec,1.5,1.6 sources,1.3,1.4
    Message-ID: <200505050415.j454FcPb022865@cvs-int.fedora.redhat.com>
    
    Author: mikep
    
    Update of /cvs/extras/rpms/pam_mount/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22828/devel
    
    Modified Files:
    	pam_mount.spec sources 
    Log Message:
    auto-import pam_mount-0.9.23-1 on branch devel from pam_mount-0.9.23-1.src.rpm
    
    
    Index: pam_mount.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/devel/pam_mount.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- pam_mount.spec	3 May 2005 01:39:43 -0000	1.5
    +++ pam_mount.spec	5 May 2005 04:15:35 -0000	1.6
    @@ -1,12 +1,10 @@
    -%define rel 0.fdr.1
    -
     Summary: A PAM module that can mount volumes for a user session
     Name: pam_mount
     Version: 0.9.23
    -Release: %rel
    +Release: 1
     License: LGPL
     Group: System Environment/Base
    -Source: http://www.flyn.org/projects/%name/%name-%{PACKAGE_VERSION}.tar.gz
    +Source: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     URL: http://www.flyn.org
     Requires: pam
    @@ -97,6 +95,15 @@
     
     
     %changelog
    +* Wed May 04 2005 W. Michael Petullo  - 0.9.23-1
    +   - Updated to pam_mount 0.9.23.
    +
    +   - Remove fdr from version.
    +
    +   - Get rid of rel variable.
    +
    +   - %{PACKAGE_VERSION} to %{name}-%{version}.
    +
     * Thu Feb 10 2005 W. Michael Petullo  - 0.9.22-0.fdr.1
        - Updated to pam_mount 0.9.22.
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/devel/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	3 May 2005 01:39:43 -0000	1.3
    +++ sources	5 May 2005 04:15:35 -0000	1.4
    @@ -1 +1 @@
    -bd6fdd953495d8661036f72e177aa0c2  pam_mount-0.9.23.tar.gz
    +39077d8123d8914c29b3be70a3236f2c  pam_mount-0.9.23.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 04:16:54 2005
    From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep))
    Date: Thu,  5 May 2005 00:16:54 -0400
    Subject: rpms/pam_mount import.log,1.6,1.7
    Message-ID: <200505050416.j454Gs9S022977@cvs-int.fedora.redhat.com>
    
    Author: mikep
    
    Update of /cvs/extras/rpms/pam_mount
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22947
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import pam_mount-0.9.23-1 on branch FC-3 from pam_mount-0.9.23-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/import.log,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- import.log	5 May 2005 04:15:35 -0000	1.6
    +++ import.log	5 May 2005 04:16:52 -0000	1.7
    @@ -3,3 +3,4 @@
     pam_mount-0_9_23-0_fdr_1:FC-3:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140626
     pam_mount-0_9_23-0_fdr_1:FC-1:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140797
     pam_mount-0_9_23-1:HEAD:pam_mount-0.9.23-1.src.rpm:1115266422
    +pam_mount-0_9_23-1:FC-3:pam_mount-0.9.23-1.src.rpm:1115266499
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 04:16:54 2005
    From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep))
    Date: Thu,  5 May 2005 00:16:54 -0400
    Subject: rpms/pam_mount/FC-3 pam_mount.spec,1.3,1.4 sources,1.3,1.4
    Message-ID: <200505050416.j454Gs4u022984@cvs-int.fedora.redhat.com>
    
    Author: mikep
    
    Update of /cvs/extras/rpms/pam_mount/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22947/FC-3
    
    Modified Files:
    	pam_mount.spec sources 
    Log Message:
    auto-import pam_mount-0.9.23-1 on branch FC-3 from pam_mount-0.9.23-1.src.rpm
    
    
    Index: pam_mount.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/FC-3/pam_mount.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- pam_mount.spec	3 May 2005 17:18:47 -0000	1.3
    +++ pam_mount.spec	5 May 2005 04:16:52 -0000	1.4
    @@ -1,12 +1,10 @@
    -%define rel 0.fdr.1
    -
     Summary: A PAM module that can mount volumes for a user session
     Name: pam_mount
     Version: 0.9.23
    -Release: %rel
    +Release: 1
     License: LGPL
     Group: System Environment/Base
    -Source: http://www.flyn.org/projects/%name/%name-%{PACKAGE_VERSION}.tar.gz
    +Source: http://www.flyn.org/projects/%name/%{name}-%{version}.tar.gz
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     URL: http://www.flyn.org
     Requires: pam
    @@ -97,6 +95,15 @@
     
     
     %changelog
    +* Wed May 04 2005 W. Michael Petullo  - 0.9.23-1
    +   - Updated to pam_mount 0.9.23.
    +
    +   - Remove fdr from version.
    +
    +   - Get rid of rel variable.
    +
    +   - %{PACKAGE_VERSION} to %{name}-%{version}.
    +
     * Thu Feb 10 2005 W. Michael Petullo  - 0.9.22-0.fdr.1
        - Updated to pam_mount 0.9.22.
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/pam_mount/FC-3/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	3 May 2005 17:18:47 -0000	1.3
    +++ sources	5 May 2005 04:16:52 -0000	1.4
    @@ -1 +1 @@
    -bd6fdd953495d8661036f72e177aa0c2  pam_mount-0.9.23.tar.gz
    +39077d8123d8914c29b3be70a3236f2c  pam_mount-0.9.23.tar.gz
    
    
    
    From rc040203 at freenet.de  Thu May  5 04:56:25 2005
    From: rc040203 at freenet.de (Ralf Corsepius)
    Date: Thu, 05 May 2005 06:56:25 +0200
    Subject: rpms/pam_mount/FC-3 pam_mount.spec,1.3,1.4 sources,1.3,1.4
    In-Reply-To: <200505050416.j454Gs4u022984@cvs-int.fedora.redhat.com>
    References: <200505050416.j454Gs4u022984@cvs-int.fedora.redhat.com>
    Message-ID: <1115268985.24385.681.camel@mccallum.corsepiu.local>
    
    On Thu, 2005-05-05 at 00:16 -0400, W. Michael Petullo wrote:
    > Author: mikep
    
    > Index: pam_mount.spec
    > ===================================================================
    > RCS file: /cvs/extras/rpms/pam_mount/FC-3/pam_mount.spec,v
    
    > -Release: %rel
    > +Release: 1
    
    This release-tag conflicts with the release-tag you are using for the
    spec in devel.
    
    The release-tag in devel must be greater than that on FC-3. ATM, both
    are set to "1".
    
    Ralf
    
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 08:07:05 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 04:07:05 -0400
    Subject: extras-buildsys-temp/automation - New directory
    Message-ID: <200505050807.j458754U027609@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27598/automation
    
    Log Message:
    Directory /cvs/fedora/extras-buildsys-temp/automation added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 08:07:43 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 04:07:43 -0400
    Subject: extras-buildsys-temp/automation README, NONE, 1.1 archwelder.py,
    	NONE, 1.1 aw-server.py, NONE, 1.1 buildqueue.py, NONE, 1.1
    Message-ID: <200505050807.j4587hGc027634@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27622
    
    Added Files:
    	README archwelder.py aw-server.py buildqueue.py 
    Log Message:
    
    add the automation bits to the automation dir
    
    
    
    --- NEW FILE README ---
    These are the scripts used to automate the fedora extras build system.
    They use the cvs infrastructure to obtain and build packages. For 
    more information on these scripts contact skvidal at fedoraproject.org or
    see the fedora buildsys-list.
    
    skvidal
    5/5/2005
    
    
    --- NEW FILE archwelder.py ---
    #!/usr/bin/python -t
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU Library General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    # copyright 2005 Duke University
    # written by Seth Vidal
    
    # TODO: xml-rpc communication using 2-way ssl-cert-verified xmlrpc connection
    # TODO: config from file not cli
    
    
    import SimpleXMLRPCServer
    import xmlrpclib
    import socket
    import os
    import popen2
    import sha
    import time
    import base64
    
    DEBUG = False
    def debugprint(stuff=''):
        if DEBUG:
            print stuff
    
    def log(stuff=''):
        print stuff
    
    class ArchWelderMach:
        """puts things together for an arch - baseclass for handling builds for 
           other arches"""
    
        def die(self, sig=15):
            os.kill(self.pobj.pid, sig)
            return True
    
        def _unlock(self):
            cmd = '%s /usr/bin/mach -r %s unlock' % (self.arch_command, self.buildroot)
            self.pobj = popen2.Popen4(cmd=cmd)
            self._status = 'unlocking'
            while self.pobj.poll() == -1:
                debugprint('still running unlock')
                time.sleep(10)
    
        def _clean(self):
            cmd = '%s /usr/bin/mach -r %s clean' % (self.arch_command, self.buildroot)
            self.pobj = popen2.Popen4(cmd=cmd)
            self._status = 'cleaning'
            while self.pobj.poll() == -1:
                debugprint('still running clean')
                time.sleep(10)
            
        
        def _prep(self):
            cmd = '%s /usr/bin/mach -r %s setup prep' % (self.arch_command, self.buildroot)
            self.pobj = popen2.Popen4(cmd=cmd)
            self._status = 'prep'
            while self.pobj.poll() == -1:
                debugprint('still running prep')
                time.sleep(10)
            
        def build(self):
            # check for existence of srpm before going on
            self._unlock()
            self._clean()
            self._prep()
            os.chdir(self.mydir + '/' + self.buildarch)
            cmd = '%s /usr/bin/mach -r %s -c rebuild %s' % (self.arch_command, self.buildroot, self.srpm)
            self.pobj = popen2.Popen4(cmd=cmd)
            self._status = 'building'
            return self.status()
    
        def status(self):
            return self.pobj.poll()
    
        def logs(self):
            self._output.extend(self.pobj.fromchild.readlines())
            return self._output
            
    
    class i386Arch(ArchWelderMach):
        def __init__(self, srpm, target, mydir, buildarch='i386'):
            self._status = None
            self.target = target
            self.mydir = mydir
            self.buildroot = 'fedora-%s-i386-core' % (target)
            self.srpm = srpm
            self.buildarch = buildarch
            self.arch_command = '/usr/bin/setarch i686'
            self._output = []
    
    
    class x86_64Arch(ArchWelderMach):
        def __init__(self, srpm, target, mydir, buildarch='x86_64'):
            self._status = None
            self.target = target
            self.mydir = mydir
            self.buildroot = 'fedora-%s-x86_64-core' % (target)
            self.srpm = srpm
            self.buildarch = buildarch
            self.arch_command = ''
            self._output = []
    
    class PPCArch(ArchWelderMach):
        def __init__(self, srpm, target, mydir, buildarch='ppc'):
            self._status = None
            self.target = target
            self.mydir = mydir
            self.buildroot = 'fedora-%s-ppc-core' % (target)
            self.srpm = srpm
            self.buildarch = buildarch
            self.arch_command = ''
            self._output = []
    
    class PPC64Arch(ArchWelderMach):
        def __init__(self, srpm, target, mydir, buildarch='ppc64'):
            self._status = None
            self.target = target
            self.mydir = mydir
            self.buildroot = 'fedora-%s-ppc64-core' % (target)
            self.srpm = srpm
            self.buildarch = buildarch
            self.arch_command = ''
            self._output = []
    
    class XMLArchWelder:
        """ this class handles all xmlrpc connections transparently to the 
            calling functions"""
            
        def __init__(self, srpm, target, mydir, buildarch):
            self._status = None
            self.target = target
            self.mydir = mydir
            self.buildroot = 'fedora-%s-ppc-core' % (target)
            self.srpm = srpm
            self.buildarch = buildarch
            self.arch_command = ''
            self._output = []
            self.uniqid = None
            self.ourservers = {'ppc':'http://ppcextras.linux.duke.edu:8888'}
            self.rpc = xmlrpclib.Server(self.ourservers[self.buildarch])
        
        def build(self):
            self.uniqid = self.rpc.start(self.srpm, self.target, self.mydir, self.buildarch)
        
        def status(self):
            return self.rpc.status(self.uniqid)
        
        def die(self):
            return self.rpc.die(self.uniqid)
        
        def logs(self):
            result = []
            enclogs =  self.rpc.logs(self.uniqid)
            for line in enclogs:
                txt = base64.decodestring(line)
                result.append(txt)
            return result
        
    
    def myArchWelder(srpm, target, mydir, buildarch, localarches):
        """hand it an arch it hands you back the archwelder instance you need"""
        
        welder_dict = {'i386':i386Arch,
                       'i486':i386Arch,
                       'i586':i386Arch,
                       'i686':i386Arch,
                       'athlon':i386Arch,
                       'x86_64':x86_64Arch,
                       'amd64':x86_64Arch,
                       'ia32e':x86_64Arch,
                       'ppc':PPCArch,
                       'ppc32':PPCArch,
                       'ppc64':PPC64Arch,
                       }
    
        if not welder_dict.has_key(buildarch):
            # raise an exception here bitching about no place to build for that arch
            pass 
    
        if buildarch == 'noarch':
            if len(localarches) > 0:
                welder = welder_dict[localarches[0]] # whatever our first localarch is, fine
            else:
                welder = XMLArchWelder
        else:
            if buildarch in localarches:
                welder = welder_dict[buildarch]
            else:
                welder = XMLArchWelder
        
        awp = welder(srpm, target, mydir, buildarch)
        return awp
        
    class XMLRPCArchWelderServer:
        def __init__(self, localarches):
            self.ids = {} # unique id => awclass instance
            self.localarches = localarches
            
        def start(self, srpm, target, stagedir, buildarch):
            check = '%s %s %s' % (srpm, target, buildarch)
            sum = sha.new()
            sum.update(check)
            uniqid = sum.hexdigest()
            awp = myArchWelder(srpm, target, stagedir, buildarch, self.localarches)
            self.ids[uniqid] = awp
            awp.build()
            log("Build request for %s on %s arch %s" % (srpm, target, buildarch))
            return uniqid
    
        def status(self, uniqid=None):
            awp = self.ids[uniqid]
            return awp.status()
        
        def die(self, uniqid=None):
            awp = self.ids[uniqid]
            return awp.die()
        
        def logs(self, uniqid=None):
            awp = self.ids[uniqid]
            result = []
            for line in awp.logs():
                enc = base64.encodestring(line)
                result.append(enc)
            return result
        
        def listjobs(self):
            return self.ids.keys()
    
    def start_xml_server(hostname, localarches=['ppc']):
        server = SimpleXMLRPCServer.SimpleXMLRPCServer((hostname, 8888))
        server.register_instance(XMLRPCArchWelderServer(localarches))
        server.serve_forever()
    
    
    --- NEW FILE aw-server.py ---
    #!/usr/bin/python
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU Library General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    # copyright 2005 Duke University
    # written by Seth Vidal
    
    import archwelder
    import sys
    import string
    
    
    if len(sys.argv) < 2:
        print "Error: need hostname and list of arches buildable on this system\n\n"
        sys.exit(1)
    
    hostname = sys.argv[1] 
    arches = sys.argv[2:]
    
    print 'Binding on %s with arches: %s' % (hostname, string.join(arches))
    archwelder.start_xml_server(hostname, arches)
    
    
    --- NEW FILE buildqueue.py ---
    #!/usr/bin/python
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU Library General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    # copyright 2005 Duke University
    # written by Seth Vidal
    
    
    # TODO: update the 'tobuild' file with the status
    # TODO: write the status files out per-dir
    # TODO: Logfile for queuer/monitor to track status w/o debugprint
    # TODO: file output configuration from config file
    # TODO: After a successful build we should look through the active and failed
    #       dirs and look for empty 'name' dirs and remove them
    
    import os
    import os.path
    import sys
    import commands
    import time
    import popen2
    import rpmUtils
    import exceptions
    import shutil
    import tempfile
    import smtplib
    from email.MIMEText import MIMEText
    import string
    
    import archwelder
    
    DEBUG = False
    def debugprint(stuff=''):
        if DEBUG:
            print stuff
    
    def log(stuff=''):
        print stuff
    
    tmpdir = '/var/tmp'
    cvscmd = '/usr/bin/cvs'
    makecmd = '/usr/bin/make'
    poll = 5 # time in minutes to repoll the tobuild file
    os.environ['CVSROOT'] = ':ext:buildsys at cvs.fedora.redhat.com:/cvs/extras'
    os.environ['CVS_RSH'] = '/usr/bin/ssh'
    
    class PrepError(exceptions.Exception):
        def __init__(self, errno=0, args=None):
            exceptions.Exception.__init__(self)
            self.args = args
            self.errno = errno
        def __str__(self):
            return self.args
            
    class BuildError(exceptions.Exception):
        def __init__(self, errno=0, args=None):
            exceptions.Exception.__init__(self)
            self.args = args
            self.errno = errno
        def __str__(self):
            return self.args
    
    class MonitorError(exceptions.Exception):
        def __init__(self, errno=0, args=None):
            exceptions.Exception.__init__(self)
            self.args = args
            self.errno = errno
        def __str__(self):
            return self.args
            
    class Monitor:
        # acts as a list when instance is referenced that way - returns
        # tuple of build request information
        def __init__(self, tobuild):
            self.tobuild = tobuild
            self.needbuilt = {}
            self.buildorder = []
            self.tmpdir = None
            
            
            self.cvs_check()
    
    
            
        def __iter__(self):
            mylist = []
            for item in self.buildorder:
                if self.needbuilt[item] == 1:
                    mylist.append(item)
            
            return mylist.__iter__()
                
            
        def cvs_check(self):
            if self.tmpdir is None:
                self.tmpdir = tempfile.mkdtemp(prefix='common', dir=tmpdir)
            os.chdir(self.tmpdir)
            cmd = '%s co %s' % (cvscmd, self.tobuild)
            debugprint("Running %s" % (cmd))
            s, o = commands.getstatusoutput(cmd)
            if s != 0:
                raise MonitorError(1, "Error updating output is: %s" % o)
            self.local_tobuild = os.path.join(self.tmpdir, self.tobuild)
            self.parse_tobuild()
            
    
        
        def parse_tobuild(self):
            debugprint("parsing tobuild")
            tb = open(self.local_tobuild, 'r')
            for line in tb.readlines():
                line.replace("\n", "")
                if len(line) > 0 and line.strip().startswith('#'):
                    continue
                
                if line.strip() == '':
                    continue
    
                buildstuff = line.strip().split('\t')
                if len(buildstuff) == 5: # we have a status
                    continue
    
                buildstuff = tuple(buildstuff)
                if not self.needbuilt.has_key(buildstuff):
                    self.needbuilt[buildstuff] = 1
                    self.buildorder.append(buildstuff)
            tb.close()
            
        def reset(self):
            self.cvs_check()
        
        def buildprocessed(self, tup):
            if self.needbuilt.has_key(tup):
                self.needbuilt[tup] = 0
                self.buildorder.remove(tup)
                
        def newitems(self):
            for pkginfo in self.needbuilt.keys():
                if self.needbuilt[pkginfo] == 1:
                    return True
            
            return False
    
    class Queuer:
        def __init__(self, username, repo, tag, targ_name):
            self.email = '%s at fedora.redhat.com' % username
            self.email_from = 'buildsys at fedoraproject.org'
            self.stages_root = '/rpmbuild/extras/stages'
            targetdict = { 'fc-3': '3', 'devel':'development',
                           '3': '3', 'development': 'development',
                           'fc3': '3', 'rawhide': 'development'}
            targetarches = {'3': ['i386', 'x86_64'],
                            'development': ['ppc','i386', 'x86_64']}
            self.repo = repo
            self.tag = tag
            if targetdict.has_key(targ_name.lower()):
                self.target = targetdict[targ_name.lower()]
            else:
                msg = 'Target %s unknown for %s' % (targ_name, self.tag)
                subj = 'Prep Error: %s on %s' % (self.tag, targ_name)
                self.email_result(resultstring=msg, subject=subj)
                raise PrepError(4, 'target %s does not exist' % targ_name)
    
            self.arches = targetarches[self.target]
            self.buildarches = []
            self.archprocess = []
            self.build_status = {}
            self.anyfail = False
            self.timeout = 3600
            self.timeout_reached = False
            self.localarches = ['i386', 'x86_64']
            self.logs = {}
            
        def prep(self):
            self.checkout()
            self.srpmpath = self.make_srpm()
            ts = rpmUtils.transaction.initReadOnlyTransaction()
            hdr = rpmUtils.miscutils.hdrFromPackage(ts, self.srpmpath)
            self.name = hdr['name']
            self.ver = hdr['version']
            self.release = hdr['release']
            self.buildarches = self.arch_handling(hdr)
            if len(self.buildarches) == 0:
                raise PrepError(5, 'no buildable arches available for %s - %s.' % (self.name, self.tag))
            self.curstage = 'active'
            self.make_stage_dir()
            self._createrepo(stage='needsign')
            
            for arch in self.buildarches:
                thisdir = os.path.join(self.stage_dir, arch)
                if not os.path.exists(thisdir):
                    os.makedirs(thisdir)
            
            srpm = os.path.basename(self.srpmpath)
            srpm_in_dir = os.path.join(self.stage_dir, srpm)
            if os.path.exists(srpm_in_dir):
                os.unlink(srpm_in_dir)
            shutil.move(self.srpmpath, self.stage_dir)
            self.srpmpath = srpm_in_dir
            del hdr
            del ts
            
            
            
        def arch_handling(self, hdr):
            archs = []
            buildable_arches = self.arches
            
            ba = hdr['buildarchs']
            exclusive = hdr['exclusivearch']
            exclude = hdr['excludearch']
            
            if ba == ['noarch']:
                return ba
                
            tmparchs = self.arches
            if ba:
                tmparchs = ba
            else:
                if exclusive:
                    tmparchs = exclusive
                    
            if exclude:
                for arch in exclude:
                    if arch in tmparchs:
                        tmparchs.remove(arch)
            
            # we probably need to check the archs, and make sure they are what 
            # we can build for
            for thisarch in tmparchs:
                if thisarch in buildable_arches:
                    archs.append(thisarch)
    
            return archs
    
            
        def make_stage_dir(self):
            self.pkgsubdir = '%s/%s-%s' % (self.name, self.ver, self.release)
            self.target_and_pkg_subdir = '%s/%s' % (self.target, self.pkgsubdir)
            self.stage_dir = os.path.join(self.stages_root, self.curstage, self.target_and_pkg_subdir)
            if not os.path.exists(self.stage_dir):
                os.makedirs(self.stage_dir)
            
            return self.stage_dir
    
            
        def checkout(self):
            self.tmpdir = tempfile.mkdtemp(prefix=self.tag, dir=tmpdir)
            os.chdir(self.tmpdir)
            cmd = '%s co -r %s %s' % (cvscmd, self.tag, self.repo)
            debugprint("Running %s" % (cmd))
            s, o = commands.getstatusoutput(cmd)
            if s != 0:
                subj = 'Prep Error: %s on %s' % (self.tag, self.target)
                msg = "could not check out %s from %s - output was:\n %s" % (self.tag, self.target, o)
                self.email_result(resultstring=msg, subject=subj)
                raise PrepError(1, msg)
                
            
        def make_srpm(self):
            repodir = os.path.join(self.tmpdir, self.repo)
            os.chdir(repodir)
            cmd = '%s srpm' % (makecmd)
            debugprint("Running %s in %s" % (cmd, repodir))
            s, o = commands.getstatusoutput(cmd)
            if s != 0:
                subj = 'Prep Error: %s on %s' % (self.tag, self.target)
                msg = "could not make srpm for %s - output was:\n %s" % (self.tag, o)
                self.email_result(resultstring=msg, subject=subj)
                raise PrepError(2, msg)
            
            srpmpath = None
            for line in o.split("\n"):
                if line.startswith("Wrote:"):
                    line.replace("\n", "")
                    (garbage, path) = line.split(':')
                    srpmpath = path.strip()
                    return srpmpath
    
            if not srpmpath:
                subj = 'Prep Error: %s on %s' % (self.tag, self.target)
                msg = "could not find srpm for %s - output was:\n %s" % (self.tag, o)
                self.email_result(resultstring=msg, subject=subj)
                raise PrepError(3, msg)
    
    
        def run(self):
            for arch in self.buildarches:
                awp = archwelder.myArchWelder(self.srpmpath, self.target, self.stage_dir, arch, self.localarches)
                self.archprocess.append(awp)
    
            # spawn off the builds
            starttime = time.time()
            for awp in self.archprocess:
                debugprint('Spawning build of %s for %s' % (self.name, awp.buildarch))
                awp.build()
    
            # check their status
            debugprint('Monitoring builds of %s' % self.name)
            while len(self.archprocess) > 0 and not self.anyfail:
                curtime = time.time()
                if curtime > starttime + self.timeout:
                    self.timeout_reached = True
                    self.anyfail = True
                    
                for awp in self.archprocess:
                    status = awp.status()
                    debugprint('%s: %s' % (awp.buildarch, status))
                    if status == -1:
                        continue
                    else:
                        self.archprocess.remove(awp)
                        self.build_status[awp] = status
                        # if we'd rather have all builds finish
                        # even if an arch fails we should remove this check
                        if status != 0: 
                            self.anyfail = True
    
                time.sleep(10) # pause for 10s before retrying the loop
                
            if self.anyfail:
                for awp in self.archprocess:
                    awp.die()
                    status = -2 # killed it even though it was still running
                    if self.timeout_reached: status = -3 # killed b/c of a timeout
                    self.build_status[awp] = status 
    
            for (awp, status) in self.build_status.iteritems(): # go through stuff in build status
                if status not in [0, -2, -3]:
                    self.logs[awp.buildarch] = awp.logs()
                elif status == -2:
                    self.logs[awp.buildarch] = ['Build process terminated due to failure on another arch\n']
                elif status == -3:
                    self.logs[awp.buildarch] = ['Build process terminated by timeout\n']
                
            if self.anyfail:
                return self.failed()
    
            return self.succeeded()
                
        def failed(self):
            self.curstage = 'failed'
            old_stage = self.stage_dir
            dest = self.make_stage_dir()
            if os.path.exists(dest):
                shutil.rmtree(dest, ignore_errors=True)
            shutil.move(old_stage, dest)
            for arch in self.logs.keys():
                buildroot = 'fedora-%s-%s-core' % (self.target, arch)
                stage_arch = os.path.join(self.stage_dir, arch)
                build_log = '%s/mach/%s/%s-%s-%s/rpm.log' % (tmpdir, buildroot,
                                                self.name, self.ver, self.release)
                if os.path.exists(build_log):
                    bl = open(build_log, 'r')
                else:
                    bl = None
                if not os.path.exists(stage_arch):
                    os.makedirs(stage_arch)
                fn = '%s/%s-%s-%s.failure.log' % (stage_arch, self.name, self.ver, self.release)
                logfile = open(fn, 'w')
                for line in self.logs[arch]:
                    logfile.write(line)
                if bl:
                    for line in bl.readlines():
                        logfile.write(line)
                    bl.close()
                logfile.close()
                
            # markup status file
            resultstring = """
    Build of %s on %s failed to complete on one or more archs. Please see logs at:
    http://extras64.linux.duke.edu/failed/%s/%s""" % (self.name, self.target, self.target, self.name)
            self.email_result(resultstring)
            return False
            
        def succeeded(self):
            self.curstage = 'needsign'
            old_stage = self.stage_dir
            dest = self.make_stage_dir()
            if os.path.exists(dest):
                shutil.rmtree(dest, ignore_errors=True)
            shutil.move(old_stage, dest)
            # markup status file
            resultstring = """
    Build of %s on %s succeeded.
    """ % (self.name, self.target)
            self.email_result(resultstring)
            self._createrepo()
            return True
    
        def email_result(self, resultstring, subject=None):
            """send 'resultstring' to self.email from self.email_from"""
            
            msg = MIMEText(resultstring)
            if not subject:
                subject = 'Build Result: %s on %s' % (self.name, self.target)
            msg['Subject'] = subject
            msg['From'] = self.email_from
            msg['To'] = self.email
            s = smtplib.SMTP()
            s.connect()
            s.sendmail(self.email_from, [self.email], msg.as_string())
            s.close()
    
        def _createrepo(self, stage=None):
            # createrepo on the needsign tree for new changes
            if not stage:
                stage = self.curstage
            repodir = os.path.join(self.stages_root, stage, self.target)
            if not os.path.exists(repodir):
                os.makedirs(repodir)
            s, o = commands.getstatusoutput('/usr/bin/createrepo -q %s' % repodir)
            if s != 0:
                raise PrepError(5, 'Error generating repodata for %s: %s' % repodir)
    
    
    
    
    def main(localarches):
        try:
            tobuild = 'common/tobuild'
            mon = Monitor(tobuild)
        except MonitorError, e:
            print "Error monitoring tobuild was: %s" % e
            sys.exit(1)
    
        while True:
            while mon.newitems():
                for buildtup in mon:
                    (username, repo, tag, target) = buildtup
                    result = None
                    try:
                        log('Setting up queue for: %s target distro is %s' % (tag, target))
                        queue = Queuer(username, repo, tag, target)
                        queue.localarches = localarches
                        queue.prep()
                        log('Build of %s on %s for arches: %s' % (queue.name, queue.target, string.join(queue.buildarches)))
                    except PrepError, e:
                        print "Error setting up build for %s on %s: %s" % (tag, target, e)
                    else:
                        result = queue.run()
    
                    mon.buildprocessed(buildtup)
                    if result:
                        log("Success for %s on %s" % (tag, target))
                    else:
                        log("Failed to build %s on %s" % (tag, target))
    
            debugprint('sleeping for %s minutes' % poll)
            try:
                time.sleep(poll*60) 
            except KeyboardInterrupt:
                pass
            try:
                mon.reset()
            except MonitorError, e:
                print "Error monitoring tobuild was: %s" % e
                sys.exit(1)
            
    
    if __name__ == '__main__':
        me = os.getcwd()
        localarches = []
        if len(sys.argv) > 1:
            localarches = sys.argv[1:]
        main(localarches)
        os.chdir(me)
        
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 08:20:12 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 04:20:12 -0400
    Subject: common tobuild,1.133,1.134
    Message-ID: <200505050820.j458KCxr027679@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27662
    
    Modified Files:
    	tobuild 
    Log Message:
    
    remove built packages
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.133
    retrieving revision 1.134
    diff -u -r1.133 -r1.134
    --- tobuild	4 May 2005 21:02:36 -0000	1.133
    +++ tobuild	5 May 2005 08:20:10 -0000	1.134
    @@ -2,36 +2,6 @@
     # user	repo	tag	target	status
     # 
     skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    -skvidal	rpms/x3270/devel	x3270-3_3_4-3	development
    -skvidal	rpms/freeciv/devel	freeciv-2_0_1-1_fc4	development
    -skvidal	rpms/perl-Pod-Coverage/devel	perl-Pod-Coverage-0_17-3	development
    -skvidal	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-0_2_b	development
    -skvidal	rpms/python-cherrytemplate/devel	python-cherrytemplate-1_0_0-1	development
    -skvidal	rpms/gstreamer-python/devel	gstreamer-python-0_8_1-3	development
    -skvidal	rpms/gwget/devel	gwget-0_93-2	development
    -skvidal	rpms/verbiste/devel	verbiste-0_1_10-4	development
    -skvidal	rpms/quilt/devel	quilt-0_40-1	development
    -skvidal	rpms/cyrus-imapd/devel	cyrus-imapd-2_2_12-6_fc4	development
    -skvidal	rpms/perl-Config-Record/devel	perl-Config-Record-1_1_0-2	development
    -skvidal	rpms/python-durus/devel	python-durus-1_5-2	development
    -skvidal	rpms/tla/devel	tla-1_3_2-4_fc4	development
    -skvidal	rpms/xfwm4/devel	xfwm4-4_2_1-5_fc4	development
    -skvidal	rpms/xfwm4-themes/devel	xfwm4-themes-4_2_1-3_fc4	development
    -skvidal	rpms/c-ares/devel	c-ares-1_2_1-2	development
    -skvidal	rpms/leafpad/devel	leafpad-0_8_0-1_fc4	development
    -skvidal	rpms/libosip/devel	libosip-0_9_7-7	development
    -skvidal	rpms/lock-keys-applet/devel	lock-keys-applet-1_0-9	development
    -skvidal	rpms/notecase/devel	notecase-0_8_2-7	development
    -skvidal	rpms/gnome-applet-netspeed/devel	gnome-applet-netspeed-0_12_1-2_fc4	development
    -skvidal	rpms/cone/devel	cone-0_64-2	development
    -skvidal	rpms/librx/devel	librx-1_5-2_fc4	development
    -skvidal	rpms/libcdio/devel	libcdio-0_73-2	development
    -skvidal	rpms/perl-OLE-Storage_Lite/devel	perl-OLE-Storage_Lite-0_14-4	development
    -skvidal	rpms/perl-Spreadsheet-WriteExcel/devel	perl-Spreadsheet-WriteExcel-2_13-2	development
    -skvidal	rpms/blacs/devel	blacs-1_1-5_fc4	development
    -skvidal	rpms/scalapack/devel	scalapack-1_7-3_fc4	development
    -skvidal	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-3_fc4	development
    -skvidal	rpms/nfswatch/devel	nfswatch--	development
     skvidal	rpms/feh/devel	feh-1_3_1-1_fc4	development
     skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
     skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 08:32:30 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 04:32:30 -0400
    Subject: common tobuild,1.134,1.135
    Message-ID: <200505050832.j458WUaB027733@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27716
    
    Modified Files:
    	tobuild 
    Log Message:
    
    remove another
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.134
    retrieving revision 1.135
    diff -u -r1.134 -r1.135
    --- tobuild	5 May 2005 08:20:10 -0000	1.134
    +++ tobuild	5 May 2005 08:32:28 -0000	1.135
    @@ -2,7 +2,6 @@
     # user	repo	tag	target	status
     # 
     skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    -skvidal	rpms/feh/devel	feh-1_3_1-1_fc4	development
     skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
     skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
     skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 09:04:42 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 05:04:42 -0400
    Subject: rpms/mlmmj - New directory
    Message-ID: <200505050904.j4594gMV028832@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28812/mlmmj
    
    Log Message:
    Directory /cvs/extras/rpms/mlmmj added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 09:04:43 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 05:04:43 -0400
    Subject: rpms/mlmmj/devel - New directory
    Message-ID: <200505050904.j4594h83028837@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28812/mlmmj/devel
    
    Log Message:
    Directory /cvs/extras/rpms/mlmmj/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 09:05:05 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 05:05:05 -0400
    Subject: rpms/mlmmj Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505050905.j45955oA028888@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28857
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module mlmmj
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module mlmmj
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 09:05:06 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 05:05:06 -0400
    Subject: rpms/mlmmj/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources,
    	NONE, 1.1
    Message-ID: <200505050905.j45956Ar028893@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28857/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module mlmmj
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 09:40:32 2005
    From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede))
    Date: Thu,  5 May 2005 05:40:32 -0400
    Subject: rpms/Glide3/devel Glide3-64bit.patch,1.2,1.3 Glide3.spec,1.5,1.6
    Message-ID: <200505050940.j459eXvF029138@cvs-int.fedora.redhat.com>
    
    Author: jwrdegoede
    
    Update of /cvs/extras/rpms/Glide3/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29117
    
    Modified Files:
    	Glide3-64bit.patch Glide3.spec 
    Log Message:
    - More x86_64 fixes added to Glide-64bit.patch. 
    - Removed ancient Conflicts: XFree86-libs = 4.1.0
    
    
    Glide3-64bit.patch:
    
    View full diff with command:
    /usr/bin/cvs -f diff  -kk -u -N -r 1.2 -r 1.3 Glide3-64bit.patch
    Index: Glide3-64bit.patch
    ===================================================================
    RCS file: /cvs/extras/rpms/Glide3/devel/Glide3-64bit.patch,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- Glide3-64bit.patch	4 May 2005 15:14:46 -0000	1.2
    +++ Glide3-64bit.patch	5 May 2005 09:40:30 -0000	1.3
    @@ -1,2709 +1,2774 @@
    ---- Glide3/cvg/init/sst1init.h.64bit	2000-11-16 20:26:02.000000000 +0100
    -+++ Glide3/cvg/init/sst1init.h	2005-05-04 17:05:03.000000000 +0200
    -@@ -146,9 +146,13 @@
    - #  define P6FENCE {_asm xchg eax, p6FenceVar}
    - #elif defined(macintosh) && __POWERPC__ && defined(__MWERKS__)
    - #  define P6FENCE __eieio()
    --#elif defined (__GNUC__) && defined(__i386__)
    -+#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
    - #  define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \
    - 					"eax");
    -+#elif defined(__GNUC__) && defined(__ia64__)
    -+# define P6FENCE asm volatile ("mf.a" ::: "memory");
    -+#elif defined(__GNUC__) && defined(__alpha__)
    -+# define P6FENCE asm volatile("mb" ::: "memory");
    - #else
    - #  error "P6 Fencing in-line assembler code needs to be added for this compiler"
    - #endif  
    ---- Glide3/cvg/glide3/src/fxglide.h.64bit	1999-12-07 22:42:31.000000000 +0100
    -+++ Glide3/cvg/glide3/src/fxglide.h	2005-05-04 17:05:03.000000000 +0200
    -@@ -412,6 +412,13 @@
    - #define P6FENCE p6Fence()
    - #elif defined(__MSC__)
    - #define P6FENCE {_asm xchg eax, p6FenceVar}
    -+#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
    -+#  define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \
    -+					"eax");
    -+#elif defined(__GNUC__) && defined(__ia64__)
    +--- Glide3/h3/minihwc/linhwc.c.save.64bit	2000-03-20 22:42:57.000000000 +0100
    ++++ Glide3/h3/minihwc/linhwc.c.save	2005-05-05 11:19:17.318341952 +0200
    +@@ -64,7 +64,13 @@
    + #include 
    + 
    + static FxU32 fenceVar;
    +-#define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax");
    ++#ifdef __ia64__
     +# define P6FENCE asm volatile ("mf.a" ::: "memory");
    -+#elif defined(__GNUC__) && defined(__alpha__)
    ++#elif defined(__alpha__)
     +# define P6FENCE asm volatile("mb" ::: "memory");
    - #else
    - #error "P6 Fencing in-line assembler code needs to be added for this compiler"
    - #endif /* Compiler specific fence commands */
    -@@ -1282,7 +1289,9 @@
    - struct _GlideRoot_s {
    -   int p6Fencer;                 /* xchg to here to keep this in cache!!! */
    -   int current_sst;
    -+#if FX_GLIDE_I386
    -   FxU32 CPUType;
    ++#else
    ++# define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax");
     +#endif
    -   GrGC *curGC;                  /* point to the current GC      */
    -   FxU32 packerFixAddress;       /* address to write packer fix to */
    -   FxBool    windowsInit;        /* Is the Windows part of glide initialized? */
    -@@ -3087,6 +3096,7 @@
    -                  va_list           args);
    - #endif
      
    -+#if FX_GLIDE_I386
    - /* Returns 16:16 pair indicating the cpu's manufacturer and its
    -  * capabilities. Non-Intel processors should have a vendor id w/ the
    -  * high bit set so that it appears to be a negative #. The value of
    -@@ -3119,6 +3129,7 @@
    + #define MAXFIFOSIZE     0x40000
    + #define MAXFIFOSIZE_16MB   0xff000
    +@@ -114,7 +120,7 @@
    +   char data[128];
    +   char *env, *val;
    +   envitem *item;
    +-  int first=1;
    ++  int is_first=1;
      
    - extern void GR_CDECL 
    - double_precision_asm(void);
    -+#endif
    +   if (envinit) return;
    +   envinit=1;
    +@@ -126,9 +132,9 @@
    +     if (*data=='\n') continue;
    +     val=strchr(data, '=');
    +     if (!val) {
    +-      if (first) {
    ++      if (is_first) {
    + 	fprintf(stderr, "In config file /etc/conf.3dfx/voodoo3:\n");
    +-	first=0;
    ++	is_first=0;
    +       }
    +       fprintf(stderr, "Malformed line: %s\n", data);
    +       continue;
    +@@ -269,7 +275,7 @@
      
    - #ifdef GLIDE3
    - /*
    ---- Glide3/cvg/glide3/src/makefile.linux.64bit	2000-07-12 23:33:31.000000000 +0200
    -+++ Glide3/cvg/glide3/src/makefile.linux	2005-05-04 17:05:03.000000000 +0200
    -@@ -19,10 +19,16 @@
    +   for (bAddr = 0; bAddr < HWC_NUM_BASE_ADDR; bAddr++) {
    +     if ((bAddrMask >> bAddr) & 0x1) {
    +-      bInfo->linearInfo.linearAddress[bAddr] = (FxU32) 
    ++      bInfo->linearInfo.linearAddress[bAddr] = (unsigned long)
    + 	pciMapCardMulti(bInfo->pciInfo.vendorID, bInfo->pciInfo.deviceID,
    + 			0x2000000, &bInfo->deviceNum, bInfo->boardNum, bAddr);
    +     }
    +--- Glide3/h3/minihwc/minihwc.h.64bit	1999-11-24 22:45:07.000000000 +0100
    ++++ Glide3/h3/minihwc/minihwc.h	2005-05-05 11:19:17.319341800 +0200
    +@@ -238,22 +238,21 @@
    + typedef struct hwcLinearInfo_s {
    +   FxBool
    +     initialized;
    +-  FxU32
    +-    linearAddress[HWC_NUM_BASE_ADDR];
    ++  unsigned long linearAddress[HWC_NUM_BASE_ADDR];
    + } hwcLinearInfo;
      
    - TAG_REGEXP      = $(BUILD_ROOT)/$(FX_GLIDE_HW)/$(FX_HW_PROJECTS)/src/glide.rx
    + typedef struct hwcRegInfo_s {
    +   FxBool
    +     initialized;
    +-  volatile FxU32
    +-    ioMemBase,                  /* mem base for I/O aliases */
    +-    cmdAGPBase,                 /* CMD/AGP register base */
    +-    waxBase,                    /* 2D register base */
    +-    sstBase,                    /* 3D register base */
    +-    lfbBase,                    /* 3D lfb base */
    +-    rawLfbBase;                 /* Raw LFB base (base address 1) */
    ++  volatile unsigned long
    ++    ioMemBase,                 /* mem base for I/O aliases */
    ++    cmdAGPBase,                /* CMD/AGP register base */
    ++    waxBase,                   /* 2D register base */
    ++    sstBase,                   /* 3D register base */
    ++    lfbBase,                   /* 3D lfb base */
    ++    rawLfbBase;                /* Raw LFB base (base address 1) */
    + #if __POWERPC__
    +-  ioPortBase;                   /* PPC does I/O via a 32-bit address */
    ++  FxU32 ioPortBase;             /* PPC does I/O via a 32-bit address */
    + #else       
    +   volatile FxU16
    +     ioPortBase,                 /* I/O base address */
    +--- Glide3/h3/minihwc/hwcext.h.64bit	1999-11-24 22:45:04.000000000 +0100
    ++++ Glide3/h3/minihwc/hwcext.h	2005-05-05 11:19:17.321341496 +0200
    +@@ -192,9 +192,8 @@
      
    -+ARCH := $(patsubst sparc64,sparc,$(patsubst i%86,i386,$(shell uname -m)))
    -+
    - # Compile for specific hardware
    - ifeq ($(FX_GLIDE_HW),cvg)
    - FX_GLIDE_REAL_HW=       1
    -+ifeq (i386,$(ARCH))
    - FX_GLIDE_CTRISETUP =    0
    -+else
    -+FX_GLIDE_CTRISETUP =    1
    -+endif
    + /* Returned from HWCEXT_GETLINEARADDR */
    + typedef struct hwcExtLinearAddrRes_s {
    +-  FxU32
    +-    numBaseAddrs,               /* # base addresses */
    +-    baseAddresses[HWCEXT_MAX_BASEADDR]; /* linear Addresses  */
    ++  FxU32 numBaseAddrs;               /* # base addresses */
    ++  unsigned long baseAddresses[HWCEXT_MAX_BASEADDR]; /* linear Addresses  */
    + } hwcExtLinearAddrRes_t;
      
    - HWSPEC          =       fifo.c
    - LCDEFS          +=       -DCVG \
    ---- Glide3/cvg/glide3/src/gpci.c.64bit	1999-12-07 22:42:33.000000000 +0100
    -+++ Glide3/cvg/glide3/src/gpci.c	2005-05-04 17:05:03.000000000 +0200
    -@@ -576,52 +576,41 @@
    - #endif
    + /*
    +--- Glide3/h3/minihwc/linhwc.c.dri.64bit	2000-10-27 12:27:27.000000000 +0200
    ++++ Glide3/h3/minihwc/linhwc.c.dri	2005-05-05 11:19:17.323341192 +0200
    +@@ -67,7 +67,13 @@
    + #include "lindri.h"
      
    -   /* Setup the basic proc tables based on the cpu type. */
    --  {
    --    _GlideRoot.CPUType = _cpu_detect_asm();
    --    if (GETENV("FX_CPU")) _GlideRoot.CPUType = atoi(GETENV("FX_CPU"));
    -+#if FX_GLIDE_I386
    -+  _GlideRoot.CPUType = _cpu_detect_asm();
    -+  if (GETENV("FX_CPU")) _GlideRoot.CPUType = atoi(GETENV("FX_CPU"));
    + static FxU32 fenceVar;
    +-#define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax");
    ++#ifdef __ia64__
    ++# define P6FENCE asm volatile("mf.a" ::: "memory");
    ++#elif defined(__alpha__)
    ++# define P6FENCE asm volatile("mb" ::: "memory");
    ++#else
    ++# define P6FENCE asm("xchg %%eax, %0" : : "m" (fenceVar) : "eax");
     +#endif
      
    --    /* Default case */
    [...6084 lines suppressed...]
    +         if (path)
    +--- Glide3/cvg/init/sst1init.h.64bit	2000-11-16 20:26:02.000000000 +0100
    ++++ Glide3/cvg/init/sst1init.h	2005-05-05 11:19:17.250352288 +0200
    +@@ -146,9 +146,13 @@
    + #  define P6FENCE {_asm xchg eax, p6FenceVar}
    + #elif defined(macintosh) && __POWERPC__ && defined(__MWERKS__)
    + #  define P6FENCE __eieio()
    +-#elif defined (__GNUC__) && defined(__i386__)
    ++#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
    + #  define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \
    + 					"eax");
    ++#elif defined(__GNUC__) && defined(__ia64__)
    ++# define P6FENCE asm volatile ("mf.a" ::: "memory");
    ++#elif defined(__GNUC__) && defined(__alpha__)
    ++# define P6FENCE asm volatile("mb" ::: "memory");
    + #else
    + #  error "P6 Fencing in-line assembler code needs to be added for this compiler"
    + #endif  
    +--- Glide3/cvg/glide3/src/fxglide.h.64bit	1999-12-07 22:42:31.000000000 +0100
    ++++ Glide3/cvg/glide3/src/fxglide.h	2005-05-05 11:19:17.254351680 +0200
    +@@ -412,6 +412,13 @@
    + #define P6FENCE p6Fence()
    + #elif defined(__MSC__)
    + #define P6FENCE {_asm xchg eax, p6FenceVar}
    ++#elif defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
    ++#  define P6FENCE asm("xchg %%eax,%0" : /*outputs*/ : "m" (p6FenceVar) : \
    ++					"eax");
    ++#elif defined(__GNUC__) && defined(__ia64__)
    ++# define P6FENCE asm volatile ("mf.a" ::: "memory");
    ++#elif defined(__GNUC__) && defined(__alpha__)
    ++# define P6FENCE asm volatile("mb" ::: "memory");
    + #else
    + #error "P6 Fencing in-line assembler code needs to be added for this compiler"
    + #endif /* Compiler specific fence commands */
    +@@ -1282,7 +1289,9 @@
    + struct _GlideRoot_s {
    +   int p6Fencer;                 /* xchg to here to keep this in cache!!! */
    +   int current_sst;
    ++#if FX_GLIDE_I386
    +   FxU32 CPUType;
    ++#endif
    +   GrGC *curGC;                  /* point to the current GC      */
    +   FxU32 packerFixAddress;       /* address to write packer fix to */
    +   FxBool    windowsInit;        /* Is the Windows part of glide initialized? */
    +@@ -3087,6 +3096,7 @@
    +                  va_list           args);
    + #endif
    + 
    ++#if FX_GLIDE_I386
    + /* Returns 16:16 pair indicating the cpu's manufacturer and its
    +  * capabilities. Non-Intel processors should have a vendor id w/ the
    +  * high bit set so that it appears to be a negative #. The value of
    +@@ -3119,6 +3129,7 @@
    + 
    + extern void GR_CDECL 
    + double_precision_asm(void);
    ++#endif
    + 
    + #ifdef GLIDE3
    + /*
    +--- Glide3/cvg/glide3/src/gpci.c.64bit	1999-12-07 22:42:33.000000000 +0100
    ++++ Glide3/cvg/glide3/src/gpci.c	2005-05-05 11:19:57.629213768 +0200
    +@@ -576,52 +576,41 @@
    + #endif
    + 
    +   /* Setup the basic proc tables based on the cpu type. */
    +-  {
    +-    _GlideRoot.CPUType = _cpu_detect_asm();
    +-    if (GETENV("FX_CPU")) _GlideRoot.CPUType = atoi(GETENV("FX_CPU"));
    ++#if FX_GLIDE_I386
    ++  _GlideRoot.CPUType = _cpu_detect_asm();
    ++  if (GETENV("FX_CPU")) _GlideRoot.CPUType = atoi(GETENV("FX_CPU"));
    ++#endif
    + 
    +-    /* Default case */
    +-#if GLIDE_DISPATCH_SETUP || GLIDE_DISPATCH_DOWNLOAD
    ++  /* Default case */
    + #if GLIDE_DISPATCH_SETUP
    +-    _GlideRoot.deviceArchProcs.curTriProcs        = _triSetupProcs + 0;
    +-    _GlideRoot.deviceArchProcs.curDrawTrisProc    = _grDrawTriangles_Default;
    +-    _GlideRoot.deviceArchProcs.curVertexListProcs = _vertexListProcs[0];
    +-    _GlideRoot.deviceArchProcs.curLineProc        = _grDrawTextureLine_Default;
    ++  _GlideRoot.deviceArchProcs.curTriProcs        = _triSetupProcs + 0;
    ++  _GlideRoot.deviceArchProcs.curDrawTrisProc    = _grDrawTriangles_Default;
    ++  _GlideRoot.deviceArchProcs.curVertexListProcs = _vertexListProcs[0];
    ++  _GlideRoot.deviceArchProcs.curLineProc        = _grDrawTextureLine_Default;
    + #endif /* GLIDE_DISPATCH_SETUP */
    + #if GLIDE_DISPATCH_DOWNLOAD
    +-    _GlideRoot.deviceArchProcs.curTexProcs = _texDownloadProcs + 0;
    ++  _GlideRoot.deviceArchProcs.curTexProcs = _texDownloadProcs + 0;
    + #endif /* GLIDE_DISPATCH_DOWNLOAD */
    + 
    +-    /* Check for vendor specific optimization cases */
    +-    switch((_GlideRoot.CPUType & 0xFFFF0000UL) >> 16UL) {
    ++#if FX_GLIDE_I386 && GL_AMD3D && GLIDE_DISPATCH_SETUP
    ++  /* Check for vendor specific optimization cases */
    ++  switch((_GlideRoot.CPUType & 0xFFFF0000UL) >> 16UL) {
    +     case kCPUVendorIntel:
    +       break;
    + 
    +     case kCPUVendorAMD:
    +       if ((_GlideRoot.CPUType & 0xFFFFUL) == 0x02UL) {
    +-#if GLIDE_DISPATCH_SETUP
    +-        _GlideRoot.deviceArchProcs.curTriProcs        = _triSetupProcs + 0;
    +-#ifdef GL_AMD3D
    +         _GlideRoot.deviceArchProcs.curDrawTrisProc    = _grDrawTriangles_3DNow;
    +         _GlideRoot.deviceArchProcs.curLineProc        = _grDrawTextureLine_3DNow;
    +-#else
    +-        _GlideRoot.deviceArchProcs.curDrawTrisProc    = _grDrawTriangles_Default;
    +-        _GlideRoot.deviceArchProcs.curLineProc        = _grDrawTextureLine_Default;
    +-#endif
    +         _GlideRoot.deviceArchProcs.curVertexListProcs = _vertexListProcs[0];
    +-#endif /* GLIDE_DISPATCH_SETUP */
    +-#if GLIDE_DISPATCH_DOWNLOAD
    +-        _GlideRoot.deviceArchProcs.curTexProcs = _texDownloadProcs + 0;
    +-#endif /* GLIDE_DISPATCH_DOWNLOAD */
    +       }
    +       break;
    +       
    +     case kCPUVendorUnknown:
    +     default:
    +       break;
    +-    }
    +-#endif /* GLIDE_DISPATCH_SETUP || GLIDE_DISPATCH_DOWNLOAD */
    +   }
    ++#endif
    + 
    +   /* Check for user environment tweaks */
    +   {
    +@@ -654,7 +643,9 @@
    +     GDBG_INFO(80,"      swapInterval: %d\n",_GlideRoot.environment.swapInterval);
    +     GDBG_INFO(80,"          noSplash: %d\n",_GlideRoot.environment.noSplash);
    +     GDBG_INFO(80,"     shamelessPlug: %d\n",_GlideRoot.environment.shamelessPlug);
    ++#if FX_GLIDE_I386
    +     GDBG_INFO(80,"               cpu: %d\n",_GlideRoot.CPUType);
    ++#endif
    +     GDBG_INFO(80,"          snapshot: %d\n",_GlideRoot.environment.snapshot);
    +     GDBG_INFO(80,"  disableDitherSub: %d\n",_GlideRoot.environment.disableDitherSub);
    +   }
    +--- Glide3/cvg/glide3/src/fxgasm.c.64bit	2005-05-05 11:34:03.732586504 +0200
    ++++ Glide3/cvg/glide3/src/fxgasm.c	2005-05-05 11:34:16.002721160 +0200
    +@@ -207,7 +207,9 @@
    +     HEADER ("GlideRoot");
    +     OFFSET (gr,p6Fencer,"p6Fencer\t");
    +     OFFSET (gr,current_sst,"current_sst\t");
    ++#if FX_GLIDE_I386
    +     OFFSET (gr,CPUType,"CPUType\t\t");
    ++#endif
    +     OFFSET (gr,curGC,"curGC\t\t");
    +     OFFSET (gr,curTriSize,"curTriSize\t");
    + 
    +--- Glide3/cvg/glide3/src/makefile.linux.64bit	2000-07-12 23:33:31.000000000 +0200
    ++++ Glide3/cvg/glide3/src/makefile.linux	2005-05-05 11:19:17.255351528 +0200
    +@@ -19,10 +19,16 @@
    + 
    + TAG_REGEXP      = $(BUILD_ROOT)/$(FX_GLIDE_HW)/$(FX_HW_PROJECTS)/src/glide.rx
    + 
    ++ARCH := $(patsubst sparc64,sparc,$(patsubst i%86,i386,$(shell uname -m)))
    ++
    + # Compile for specific hardware
    + ifeq ($(FX_GLIDE_HW),cvg)
    + FX_GLIDE_REAL_HW=       1
    ++ifeq (i386,$(ARCH))
    + FX_GLIDE_CTRISETUP =    0
     +else
    -+  FX_GLIDE_I386=false
    -+  FX_GLIDE_CTRISETUP=true
    -+fi
    - # Next, we read some configuration options
    - # statically.  This is to avoid creating a bunch of
    - # not-terribly-useful --enable options.
    -@@ -215,6 +222,8 @@
    -                test x$FX_GLIDE_VERTEX_TABLE = xtrue)
    - AM_CONDITIONAL(FX_HOOPTI_TRI_SETUP_COMPARE,dnl
    -                test x$FX_HOOPTI_TRI_SETUP_COMPARE = xtrue)
    -+AM_CONDITIONAL(FX_GLIDE_I386,dnl
    -+               test x$FX_GLIDE_I386 = xtrue)
    ++FX_GLIDE_CTRISETUP =    1
    ++endif
      
    - dnl Checks for programs.
    - AC_PROG_CC
    + HWSPEC          =       fifo.c
    + LCDEFS          +=       -DCVG \
    +--- Glide3/cvg/glide3/src/diglide.c.64bit	1999-12-07 22:42:30.000000000 +0100
    ++++ Glide3/cvg/glide3/src/diglide.c	2005-05-05 11:19:17.256351376 +0200
    +@@ -267,9 +267,12 @@
    +     gc->state.checkFifo = hints;
    +     break;
    + 
    ++#if FX_GLIDE_I386
    +   case GR_HINT_FPUPRECISION:
    +-    hints ? double_precision_asm() : single_precision_asm();
    ++    if (_GlideRoot.CPUType != 4) /* don't do this on a 486 */
    ++      hints ? double_precision_asm() : single_precision_asm();
    +     break;
    ++#endif
    + 
    +   case GR_HINT_ALLOW_MIPMAP_DITHER:
    +     /* Regardless of the game hint, force the user selection */
    
    
    Index: Glide3.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- Glide3.spec	4 May 2005 15:14:46 -0000	1.5
    +++ Glide3.spec	5 May 2005 09:40:30 -0000	1.6
    @@ -23,10 +23,7 @@
     Patch4:  Glide3-gcc4.patch
     Patch5:  Glide3-amd3dnow.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    -
     BuildRequires: automake14 autoconf xorg-x11-devel
    -# XFree86-libs 4.1.0 contained a local copy of Glide3 so we conflict it
    -Conflicts: XFree86-libs = 4.1.0
     
     %description
     Glide3 provides the necessary low-level interface glue between the Mesa
    @@ -38,7 +35,6 @@
     Summary: Development libraries and headers for Glide
     Group: Development/Libraries
     Requires: Glide3 = %{version}
    -Conflicts: XFree86-devel = 4.1.0
     
     %description devel
     Glide3-devel contains the developmental files that must be installed in order
    @@ -156,6 +152,10 @@
     
     
     %changelog
    +* Mon May  5 2005 Hans de Goede 
    +- More x86_64 fixes added to Glide-64bit.patch.
    +- Removed ancient Conflicts: XFree86-libs = 4.1.0
    +
     * Mon May  4 2005 Hans de Goede 
     - Tested amd3dnow code on a voodoo2, works for me (tm). Enabled
       amd3dnow code on i386 for now.
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 10:44:50 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 06:44:50 -0400
    Subject: rpms/mlmmj import.log,1.1,1.2
    Message-ID: <200505051044.j45Aio6r030270@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import mlmmj-1.2.5-1 on branch devel from mlmmj-1.2.5-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	5 May 2005 09:05:03 -0000	1.1
    +++ import.log	5 May 2005 10:44:48 -0000	1.2
    @@ -0,0 +1 @@
    +mlmmj-1_2_5-1:HEAD:mlmmj-1.2.5-1.src.rpm:1115289878
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 10:44:50 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 06:44:50 -0400
    Subject: rpms/mlmmj/devel mlmmj.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources,
    	1.1, 1.2
    Message-ID: <200505051044.j45AioYZ030277@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	mlmmj.spec 
    Log Message:
    auto-import mlmmj-1.2.5-1 on branch devel from mlmmj-1.2.5-1.src.rpm
    
    
    --- NEW FILE mlmmj.spec ---
    %define _textlibdir /usr/share/mlmmj/text.skel
    
    %define makeinstall  %{__make}  prefix=%{?buildroot:%{buildroot}}%{_prefix}  exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix}  bindir=%{?buildroot:%{buildroot}}%{_bindir}  sbindir=%{?buildroot:%{buildroot}}%{_sbindir}  sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir}  datadir=%{?buildroot:%{buildroot}}%{_datadir}  includedir=%{?buildroot:%{buildroot}}%{_includedir}  libdir=%{?buildroot:%{buildroot}}%{_libdir}  libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir}  localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir}  sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir}  mandir=%{?buildroot:%{buildroot}}%{_mandir}  infodir=%{?buildroot:%{buildroot}}%{_infodir} textlibdir=%{?buildroot:%{buildroot}}%{_textlibdir} install
    
    Summary: Mailserver-independent ezmlm-like mailing list manager
    Name: mlmmj
    Version: 1.2.5
    Release: 1
    License: MIT
    Group: Applications/Internet
    Source: http://mlmmj.mmj.dk/dist/mlmmj-1.2.5.tar.gz
    BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    Requires: smtpdaemon
    URL: http://mlmmj.mmj.dk/
    
    %description
    mlmmj (Mailing Lists Made Joyful) is a mailing list manager intended to mimic
    the functionality of the ezmlm mailing list manager often used with qmail, but
    with a more open license and mailserver indepdendence.
    
    %prep
    
    %setup
    
    %build
    %configure
    
    %install
    make %{?_smp_mflags}
    
    
    %makeinstall
    mkdir -p %{buildroot}/var/spool/mlmmj
    
    %clean
    rm -rf %{buildroot}
    
    %files
    %defattr (-,root,root)
    %doc AUTHORS ChangeLog COPYING README* LICENSE FAQ TODO TUNABLES UPGRADE
    %{_bindir}/mlmmj-*
    %dir %{_datadir}/mlmmj/
    %{_datadir}/mlmmj/*
    %dir /var/spool/mlmmj
    %{_mandir}/man1/mlmmj-*
    
    %changelog
    * Thu May 5 2005 Michael Fleming  1.2.5-1
    - 1.2.5
    - Dropped listtexts patch (applied upstream)
    
    * Sat Apr 9 2005 Michael Fleming  1.2.4-4
    - Special build for Fedora Extras
    - Added upstream patch for addresses without a @domain
    - Excluded contrib (just some web frontends) to avoid a perl dependency
    
    * Sat Apr 9 2005 Michael Fleming  1.2.4-3.fc3.mf
    - rpmlint-inspired cleanups of the spec file.
    - Grammar / spelling clarifications in the English listtexts (sending upstream
      too)
    
    * Tue Feb 15 2005 Michael Fleming 
    - 1.2.4
    
    * Wed Feb 9 2005 Michael Fleming 
    - 1.2.3
    - Patch removed (fixed in release)
    
    * Fri Feb 4 2005 Michael Fleming 
    - Fix location of listtexts (forgot the text.skel part in the define)
    - Patch for log operations issue (no access to create logs in some cases)
    
    * Wed Feb 2 2005 Michael Fleming 
    - 1.2.2.
    - Fixes a hang in mlmmj-send if no subscribers are present
    - Workaround makefile breakage under listtexts (fix upstream pls!)
    
    * Thu Jan 27 2005 Michael Fleming 
    - 1.2.1. Release early and often.
    
    * Mon Jan 24 2005 Michael Fleming 
    - 1.2.0 final
    
    * Wed Jan 19 2005 Michael Fleming 
    - 1.2.0 RC2
    - Useful summary added.
    - Requires: smtpdaemon added (it's useless without one)
    - s/Copyright/License/
    
    * Mon Jan 17 2005 Michael Fleming 
    - 1.2.0 RC1 (lots of changes, see Changelog)
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	5 May 2005 09:05:04 -0000	1.1
    +++ .cvsignore	5 May 2005 10:44:48 -0000	1.2
    @@ -0,0 +1 @@
    +mlmmj-1.2.5.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	5 May 2005 09:05:04 -0000	1.1
    +++ sources	5 May 2005 10:44:48 -0000	1.2
    @@ -0,0 +1 @@
    +11104c72c9168bb37eab848b51ebee32  mlmmj-1.2.5.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 10:55:07 2005
    From: fedora-extras-commits at redhat.com (Matthias Saou (thias))
    Date: Thu,  5 May 2005 06:55:07 -0400
    Subject: rpms/xmms/devel xmms.spec,1.8,1.9
    Message-ID: <200505051055.j45At7MM030364@cvs-int.fedora.redhat.com>
    
    Author: thias
    
    Update of /cvs/extras/rpms/xmms/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30343
    
    Modified Files:
    	xmms.spec 
    Log Message:
    Don't have scriplets ever fail. The Requires(pre) should prevent that anyway, but I did manage to get xmms installed without desktop-file-utils in my build root... without knowing how that can have happened.
    
    
    
    Index: xmms.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xmms/devel/xmms.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- xmms.spec	30 Apr 2005 16:40:24 -0000	1.8
    +++ xmms.spec	5 May 2005 10:55:05 -0000	1.9
    @@ -1,7 +1,7 @@
     Summary: The X MultiMedia System, a media player which resembles Winamp
     Name: xmms
     Version: 1.2.10
    -Release: 16
    +Release: 17
     Epoch: 1
     License: GPL
     Group: Applications/Multimedia
    @@ -113,11 +113,11 @@
     
     %post
     /sbin/ldconfig  
    -update-desktop-database %{_datadir}/desktop-menu-patches
    +update-desktop-database %{_datadir}/desktop-menu-patches || :
     
     %postun
     /sbin/ldconfig 
    -update-desktop-database %{_datadir}/desktop-menu-patches
    +update-desktop-database %{_datadir}/desktop-menu-patches || :
     
     %clean
     rm -rf %{buildroot}
    @@ -145,6 +145,9 @@
     %{_libdir}/lib*.so
     
     %changelog
    +* Thu May  5 2005 Matthias Saou  1:1.2.10-17
    +- Don't have scriplets fail if update-desktop-database returns an error.
    +
     * Sat Apr 30 2005 Ville Skytt??  - 1:1.2.10-16
     - Use /media/cdrecorder as the default CDROM mountpoint for the CD audio
       plugin, it's more likely to work nowadays than /mnt/cdrom.
    
    
    
    From bugs.michael at gmx.net  Thu May  5 11:04:41 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Thu, 5 May 2005 13:04:41 +0200
    Subject: rpms/mlmmj/devel mlmmj.spec, NONE, 1.1 .cvsignore, 1.1, 1.2
     sources, 1.1, 1.2
    In-Reply-To: <200505051044.j45AioYZ030277@cvs-int.fedora.redhat.com>
    References: <200505051044.j45AioYZ030277@cvs-int.fedora.redhat.com>
    Message-ID: <20050505130441.5de4af66.bugs.michael@gmx.net>
    
    On Thu,  5 May 2005 06:44:50 -0400, Michael G. Fleming wrote:
    
    > Author: mfleming
    > 
    > Update of /cvs/extras/rpms/mlmmj/devel
    
    > --- NEW FILE mlmmj.spec ---
    > %define _textlibdir /usr/share/mlmmj/text.skel
    > 
    > %define makeinstall  %{__make}  prefix=%{?buildroot:%{buildroot}}%{_prefix}  exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix}  bindir=%{?buildroot:%{buildroot}}%{_bindir}  sbindir=%{?buildroot:%{buildroot}}%{_sbindir}  sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir}  datadir=%{?buildroot:%{buildroot}}%{_datadir}  includedir=%{?buildroot:%{buildroot}}%{_includedir}  libdir=%{?buildroot:%{buildroot}}%{_libdir}  libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir}  localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir}  sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir}  mandir=%{?buildroot:%{buildroot}}%{_mandir}  infodir=%{?buildroot:%{buildroot}}%{_infodir} textlibdir=%{?buildroot:%{buildroot}}%{_textlibdir} install
    > 
    
    Huh? Why that? %makeinstall comes predefined. Don't override globals like
    this. In case you meant to append textlibdir=..., do that in %install like
    this:
    
    %makeinstall textlibdir=%{buildroot}%{_textlibdir}
    
    > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    > Requires: smtpdaemon
    > URL: http://mlmmj.mmj.dk/
    > 
    > %description
    > mlmmj (Mailing Lists Made Joyful) is a mailing list manager intended to mimic
    
    Counting the 'm' characters, the long name in brackets doesn't match.
    Made me think: "Mailing List Management Made Joyful" would fit. ;)
    And indeed, the home page says: mailing list managing made joyful
    
    > %build
    > %configure
    > 
    > %install
    > make %{?_smp_mflags}
    
    No, wrong order here. Run make to compile the stuff in %build after
    %configure.  And  rm -rf %{buildroot}  directly at the beginning of the
    %install section to clean up your buildroot.
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 12:53:53 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 08:53:53 -0400
    Subject: rpms/python-crypto/FC-3 python-crypto-64bit-unclean.patch, NONE,
    	1.1 python-crypto.spec, 1.5, 1.6
    Message-ID: <200505051254.j45CsOiP032528@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/python-crypto/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32489/FC-3
    
    Modified Files:
    	python-crypto.spec 
    Added Files:
    	python-crypto-64bit-unclean.patch 
    Log Message:
    add python-crypto-64bit-unclean.patch (#156173)
    
    python-crypto-64bit-unclean.patch:
    
    --- NEW FILE python-crypto-64bit-unclean.patch ---
    diff -Naur pycrypto-2.0.org/src/RIPEMD.c pycrypto-2.0/src/RIPEMD.c
    --- pycrypto-2.0.org/src/RIPEMD.c	2005-05-05 14:28:28.000000000 +0200
    +++ pycrypto-2.0/src/RIPEMD.c	2005-05-05 14:39:12.000000000 +0200
    @@ -25,6 +25,8 @@
     #include 
     #endif
     
    +#include 
    +
     #include "Python.h"
     
     #define MODULE_NAME RIPEMD
    @@ -100,11 +102,7 @@
        }
     
     typedef    unsigned char        byte;   /* unsigned 8-bit integer */
    -#ifdef __alpha__
    -typedef    unsigned int        word;   /* unsigned 32-bit integer */
    -#else
    -typedef    unsigned long        word;   /* unsigned 32-bit integer */
    -#endif
    +typedef    uint32_t             word;   /* unsigned 32-bit integer */
     typedef unsigned char   BYTE;
     #define RMD_DATASIZE    64
     #define RMD_DIGESTSIZE  20
    diff -Naur pycrypto-2.0.org/src/SHA256.c pycrypto-2.0/src/SHA256.c
    --- pycrypto-2.0.org/src/SHA256.c	2005-05-05 14:28:28.000000000 +0200
    +++ pycrypto-2.0/src/SHA256.c	2005-05-05 14:41:37.000000000 +0200
    @@ -9,22 +9,23 @@
      * Revised Code:  Complies to SHA-256 standard now.
      *
      * Tom St Denis -- http://tomstdenis.home.dhs.org
    - * */
    + * */
    +#include 
     #include "Python.h"
     #define MODULE_NAME SHA256
     #define DIGEST_SIZE 32
     
     typedef unsigned char U8;
    -typedef unsigned int U32;
    +typedef uint32_t U32;
     
     typedef struct {
    -    unsigned long state[8], length, curlen;
    -    unsigned char buf[64];
    +     U32 state[8], length, curlen;
    +     U8 buf[64];
     }
     hash_state;
     
     /* the K array */
    -static const unsigned long K[64] = {
    +static const U32 K[64] = {
         0x428a2f98UL, 0x71374491UL, 0xb5c0fbcfUL, 0xe9b5dba5UL, 0x3956c25bUL,
         0x59f111f1UL, 0x923f82a4UL, 0xab1c5ed5UL, 0xd807aa98UL, 0x12835b01UL,
         0x243185beUL, 0x550c7dc3UL, 0x72be5d74UL, 0x80deb1feUL, 0x9bdc06a7UL,
    @@ -53,7 +54,7 @@
     /* compress 512-bits */
     static void sha_compress(hash_state * md)
     {
    -    unsigned long S[8], W[64], t0, t1;
    +    U32 S[8], W[64], t0, t1;
         int i;
     
         /* copy state into S */
    @@ -104,7 +105,7 @@
         md->state[7] = 0x5BE0CD19UL;
     }
     
    -void sha_process(hash_state * md, unsigned char *buf, int len)
    +void sha_process(hash_state * md, unsigned char *buf, U32 len)
     {
         while (len--) {
             /* copy byte */
    
    
    Index: python-crypto.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/python-crypto/FC-3/python-crypto.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- python-crypto.spec	18 Dec 2004 14:40:32 -0000	1.5
    +++ python-crypto.spec	5 May 2005 12:53:51 -0000	1.6
    @@ -5,12 +5,13 @@
     Name: 		python-crypto
     Version: 	2.0
     Epoch:		0
    -Release: 	2
    +Release: 	3
     License: 	Python License (CNRI Python License)
     Group: 		Development/Libraries
     URL: 		http://www.amk.ca/python/code/crypto.html
     Source:		http://www.amk.ca/files/python/crypto/pycrypto-2.0.tar.gz
     Patch0:		%{name}-x86_64-buildfix.patch
    +Patch1:		%{name}-64bit-unclean.patch
     BuildRequires:	python >= 0:2.2
     BuildRequires:	python-devel >= 0:2.2
     BuildRequires:	gmp-devel >= 0:4.1
    @@ -28,6 +29,7 @@
     %ifarch x86_64
     %patch0 -b .patch0
     %endif 
    +%patch1 -b .patch1 -p 1
     
     # The build section.
     %build
    @@ -77,6 +79,9 @@
     %dir %{python_sitearch}/Crypto/Util/
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  - 0:2.0-3
    +- add python-crypto-64bit-unclean.patch (#156173)
    +
     * Sat Dec 18 2004 Thorsten Leemhuis  - 0:2.0-2
     - Fix build on x86_64: use python_sitearch for files and patch source
       to find gmp 
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 12:53:54 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 08:53:54 -0400
    Subject: rpms/python-crypto/devel python-crypto-64bit-unclean.patch, NONE,
    	1.1 python-crypto.spec, 1.7, 1.8
    Message-ID: <200505051254.j45CsOYo032531@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/python-crypto/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32489/devel
    
    Modified Files:
    	python-crypto.spec 
    Added Files:
    	python-crypto-64bit-unclean.patch 
    Log Message:
    add python-crypto-64bit-unclean.patch (#156173)
    
    python-crypto-64bit-unclean.patch:
    
    --- NEW FILE python-crypto-64bit-unclean.patch ---
    diff -Naur pycrypto-2.0.org/src/RIPEMD.c pycrypto-2.0/src/RIPEMD.c
    --- pycrypto-2.0.org/src/RIPEMD.c	2005-05-05 14:28:28.000000000 +0200
    +++ pycrypto-2.0/src/RIPEMD.c	2005-05-05 14:39:12.000000000 +0200
    @@ -25,6 +25,8 @@
     #include 
     #endif
     
    +#include 
    +
     #include "Python.h"
     
     #define MODULE_NAME RIPEMD
    @@ -100,11 +102,7 @@
        }
     
     typedef    unsigned char        byte;   /* unsigned 8-bit integer */
    -#ifdef __alpha__
    -typedef    unsigned int        word;   /* unsigned 32-bit integer */
    -#else
    -typedef    unsigned long        word;   /* unsigned 32-bit integer */
    -#endif
    +typedef    uint32_t             word;   /* unsigned 32-bit integer */
     typedef unsigned char   BYTE;
     #define RMD_DATASIZE    64
     #define RMD_DIGESTSIZE  20
    diff -Naur pycrypto-2.0.org/src/SHA256.c pycrypto-2.0/src/SHA256.c
    --- pycrypto-2.0.org/src/SHA256.c	2005-05-05 14:28:28.000000000 +0200
    +++ pycrypto-2.0/src/SHA256.c	2005-05-05 14:41:37.000000000 +0200
    @@ -9,22 +9,23 @@
      * Revised Code:  Complies to SHA-256 standard now.
      *
      * Tom St Denis -- http://tomstdenis.home.dhs.org
    - * */
    + * */
    +#include 
     #include "Python.h"
     #define MODULE_NAME SHA256
     #define DIGEST_SIZE 32
     
     typedef unsigned char U8;
    -typedef unsigned int U32;
    +typedef uint32_t U32;
     
     typedef struct {
    -    unsigned long state[8], length, curlen;
    -    unsigned char buf[64];
    +     U32 state[8], length, curlen;
    +     U8 buf[64];
     }
     hash_state;
     
     /* the K array */
    -static const unsigned long K[64] = {
    +static const U32 K[64] = {
         0x428a2f98UL, 0x71374491UL, 0xb5c0fbcfUL, 0xe9b5dba5UL, 0x3956c25bUL,
         0x59f111f1UL, 0x923f82a4UL, 0xab1c5ed5UL, 0xd807aa98UL, 0x12835b01UL,
         0x243185beUL, 0x550c7dc3UL, 0x72be5d74UL, 0x80deb1feUL, 0x9bdc06a7UL,
    @@ -53,7 +54,7 @@
     /* compress 512-bits */
     static void sha_compress(hash_state * md)
     {
    -    unsigned long S[8], W[64], t0, t1;
    +    U32 S[8], W[64], t0, t1;
         int i;
     
         /* copy state into S */
    @@ -104,7 +105,7 @@
         md->state[7] = 0x5BE0CD19UL;
     }
     
    -void sha_process(hash_state * md, unsigned char *buf, int len)
    +void sha_process(hash_state * md, unsigned char *buf, U32 len)
     {
         while (len--) {
             /* copy byte */
    
    
    Index: python-crypto.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/python-crypto/devel/python-crypto.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- python-crypto.spec	21 Mar 2005 22:38:25 -0000	1.7
    +++ python-crypto.spec	5 May 2005 12:53:52 -0000	1.8
    @@ -4,12 +4,13 @@
     Summary:	Cryptography library for Python
     Name:		python-crypto
     Version:	2.0
    -Release:	3
    +Release:	4
     License:	Python License (CNRI Python License)
     Group:		Development/Libraries
     URL:		http://www.amk.ca/python/code/crypto.html
     Source:		http://www.amk.ca/files/python/crypto/pycrypto-2.0.tar.gz
     Patch0:		%{name}-x86_64-buildfix.patch
    +Patch1:		%{name}-64bit-unclean.patch
     BuildRequires:	python >= 2.2
     BuildRequires:	python-devel >= 2.2
     BuildRequires:	gmp-devel >= 4.1
    @@ -27,6 +28,7 @@
     %ifarch x86_64
     %patch0 -b .patch0
     %endif
    +%patch1 -b .patch1 -p 1
     
     # The build section.
     %build
    @@ -76,6 +78,9 @@
     %dir %{python_sitearch}/Crypto/Util/
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  - 0:2.0-4
    +- add python-crypto-64bit-unclean.patch (#156173)
    +
     * Mon Mar 21 2005 Seth Vidal  - 0:2.0-3
     - iterate release for build on python 2.4 based systems
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:14:00 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:14:00 -0400
    Subject: common tobuild,1.135,1.136
    Message-ID: <200505051314.j45DE0qE001095@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1078
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnotime/devel gnotime-2_2_1-8 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.135
    retrieving revision 1.136
    diff -u -r1.135 -r1.136
    --- tobuild	5 May 2005 08:32:28 -0000	1.135
    +++ tobuild	5 May 2005 13:13:58 -0000	1.136
    @@ -23,3 +23,4 @@
     skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
     skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
     skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    +skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:14:52 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:14:52 -0400
    Subject: common tobuild,1.136,1.137
    Message-ID: <200505051314.j45DEq0b001173@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1156
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-String-ShellQuote/devel perl-String-ShellQuote-1_03-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.136
    retrieving revision 1.137
    diff -u -r1.136 -r1.137
    --- tobuild	5 May 2005 13:13:58 -0000	1.136
    +++ tobuild	5 May 2005 13:14:50 -0000	1.137
    @@ -24,3 +24,4 @@
     skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
     skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
     skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    +skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:15:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:15:19 -0400
    Subject: common tobuild,1.137,1.138
    Message-ID: <200505051315.j45DFJPA001248@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1231
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/ccache/devel ccache-2_4-3 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.137
    retrieving revision 1.138
    diff -u -r1.137 -r1.138
    --- tobuild	5 May 2005 13:14:50 -0000	1.137
    +++ tobuild	5 May 2005 13:15:17 -0000	1.138
    @@ -25,3 +25,4 @@
     skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
     skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
     skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    +skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:15:54 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:15:54 -0400
    Subject: common tobuild,1.138,1.139
    Message-ID: <200505051315.j45DFsFL001306@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1289
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/pam_mount/devel pam_mount-0_9_23-1 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.138
    retrieving revision 1.139
    diff -u -r1.138 -r1.139
    --- tobuild	5 May 2005 13:15:17 -0000	1.138
    +++ tobuild	5 May 2005 13:15:52 -0000	1.139
    @@ -26,3 +26,4 @@
     skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
     skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
     skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    +skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:16:12 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:16:12 -0400
    Subject: common tobuild,1.139,1.140
    Message-ID: <200505051316.j45DGCQu001364@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1347
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/exim/devel exim-4_51-1 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.139
    retrieving revision 1.140
    diff -u -r1.139 -r1.140
    --- tobuild	5 May 2005 13:15:52 -0000	1.139
    +++ tobuild	5 May 2005 13:16:10 -0000	1.140
    @@ -27,3 +27,4 @@
     skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
     skvidal	rpms/ccache/devel	ccache-2_4-3	devel
     skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    +skvidal	rpms/exim/devel	exim-4_51-1	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:19:54 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 09:19:54 -0400
    Subject: common tobuild,1.140,1.141
    Message-ID: <200505051319.j45DJsTK001408@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1391
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/quilt/devel quilt-0_40-2_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.140
    retrieving revision 1.141
    diff -u -r1.140 -r1.141
    --- tobuild	5 May 2005 13:16:10 -0000	1.140
    +++ tobuild	5 May 2005 13:19:52 -0000	1.141
    @@ -28,3 +28,4 @@
     skvidal	rpms/ccache/devel	ccache-2_4-3	devel
     skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
     skvidal	rpms/exim/devel	exim-4_51-1	devel
    +skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:04 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:04 -0400
    Subject: rpms/loudmouth - New directory
    Message-ID: <200505051345.j45Dj4VJ001518@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1498/loudmouth
    
    Log Message:
    Directory /cvs/extras/rpms/loudmouth added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:05 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:05 -0400
    Subject: rpms/loudmouth/devel - New directory
    Message-ID: <200505051345.j45Dj5ab001523@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1498/loudmouth/devel
    
    Log Message:
    Directory /cvs/extras/rpms/loudmouth/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:20 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:20 -0400
    Subject: rpms/loudmouth Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505051345.j45DjKHJ001572@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1545
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module loudmouth
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module loudmouth
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:21 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:21 -0400
    Subject: rpms/loudmouth/devel .cvsignore, NONE, 1.1 Makefile, NONE,
    	1.1 sources, NONE, 1.1
    Message-ID: <200505051345.j45DjLEc001577@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1545/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module loudmouth
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:52 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:52 -0400
    Subject: rpms/loudmouth import.log,1.1,1.2
    Message-ID: <200505051345.j45Djq5Z001640@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1609
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import loudmouth-0.17.2-2 on branch devel from loudmouth-0.17.2-2.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/loudmouth/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	5 May 2005 13:45:18 -0000	1.1
    +++ import.log	5 May 2005 13:45:50 -0000	1.2
    @@ -0,0 +1 @@
    +loudmouth-0_17_2-2:HEAD:loudmouth-0.17.2-2.src.rpm:1115300746
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:45:53 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 09:45:53 -0400
    Subject: rpms/loudmouth/devel loudmouth.spec, NONE, 1.1 .cvsignore, 1.1,
    	1.2 sources, 1.1, 1.2
    Message-ID: <200505051345.j45DjrWk001647@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1609/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	loudmouth.spec 
    Log Message:
    auto-import loudmouth-0.17.2-2 on branch devel from loudmouth-0.17.2-2.src.rpm
    
    
    --- NEW FILE loudmouth.spec ---
    %define with_ssl 1
    
    Name:           loudmouth
    Version:        0.17.2
    Release:        2
    Summary:        Loudmouth is a Jabber programming library written in C
    
    Group:          System Environment/Libraries
    License:        LGPL
    URL:            http://www.imendio.com/projects/loudmouth
    Source0:        http://ftp.gnome.org/pub/GNOME/sources/loudmouth/0.17/%{name}-%{version}.tar.bz2
    BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:  glib2-devel >= 2.4.0
    BuildRequires:	gtk-doc >= 0.10
    
    %if %{with_ssl}
    BuildRequires:	gnutls-devel >= 1.0.0    
    BuildRequires:	libtasn1 >= 0.2.6
    BuildRequires:	libgcrypt-devel
    %endif
    
    
    %description
    Loudmouth is a lightweight and easy-to-use C library for programming
    with the Jabber protocol. It's designed to be easy to get started with
    and yet extensible to let you do anything the Jabber protocol allows.
    
    
    %package devel
    Summary:	Development files for Loudmouth
    Group:		Development/Libraries
    Requires:	%{name} = %{version}-%{release}
    
    
    %description devel
    Loudmouth is a lightweight and easy-to-use C library for programming
    with the Jabber protocol. It's designed to be easy to get started with
    and yet extensible to let you do anything the Jabber protocol allows.
    
    %prep
    %setup -q
    
    
    %build
    %configure --enable-gtk-doc \
    	   --enable-mono=no \
    %if %{with_ssl}
    	   --with-ssl=yes
    %else
    	   --with-ssl=no
    %endif
    
    make %{?_smp_mflags}
    
    
    %install
    rm -rf $RPM_BUILD_ROOT
    make install DESTDIR=$RPM_BUILD_ROOT
    
    rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
    
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    
    %post -p /sbin/ldconfig
    
    
    %postun -p /sbin/ldconfig
    
    
    %files
    %defattr(-,root,root,-)
    %doc ChangeLog NEWS README COPYING
    %{_libdir}/libloudmouth*.so.*
    
    %files devel
    %defattr(-,root,root,-)
    %{_libdir}/libloudmouth*.so
    %{_libdir}/libloudmouth*.a
    %{_libdir}/pkgconfig/*
    %{_includedir}/%{name}-1.0
    %{_datadir}/gtk-doc/html/%{name}
    
    
    %changelog
    * Thu May  5 2005 Brian Pepple  - 0.17.2-2
    - added %%{_includedir}.
    - Add libgcrypt-devel BR.
    
    * Sun May  1 2005 Brian Pepple  - 0.17.2-1
    - Initial Fedora build.
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/loudmouth/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	5 May 2005 13:45:18 -0000	1.1
    +++ .cvsignore	5 May 2005 13:45:51 -0000	1.2
    @@ -0,0 +1 @@
    +loudmouth-0.17.2.tar.bz2
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/loudmouth/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	5 May 2005 13:45:18 -0000	1.1
    +++ sources	5 May 2005 13:45:51 -0000	1.2
    @@ -0,0 +1 @@
    +db5dd069f3c7de18d5347ebaaee4ad61  loudmouth-0.17.2.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 13:52:02 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 09:52:02 -0400
    Subject: rpms/alsa-tools/devel alsa-tools.spec,1.5,1.6
    Message-ID: <200505051352.j45Dq2gF001728@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/alsa-tools/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1711
    
    Modified Files:
    	alsa-tools.spec 
    Log Message:
    don't build ac3dec -- use a52dec instead
    
    
    Index: alsa-tools.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/devel/alsa-tools.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- alsa-tools.spec	8 Apr 2005 15:06:28 -0000	1.5
    +++ alsa-tools.spec	5 May 2005 13:52:00 -0000	1.6
    @@ -1,11 +1,11 @@
    -%{?!_without_tools: 	%define builddirstools ac3dec as10k1 envy24control hdspconf hdspmixer rmedigicontrol sbiload sb16_csp sscape_ctl us428control }
    +%{?!_without_tools: 	%define builddirstools as10k1 envy24control hdspconf hdspmixer rmedigicontrol sbiload sb16_csp sscape_ctl us428control }
     %{?_without_tools: 	%{!?_with_firmware: %define _with_firmware 1}}
     %{?_with_firmware: 	%define builddirsfirmw hdsploader mixartloader usx2yloader vxloader }
     
     Summary: 	The ALSA Tools
     Name: 		alsa-tools
     Version: 	1.0.8
    -Release: 	1
    +Release: 	2
     License: 	GPL
     Group: 		Applications/Multimedia
     URL: 		http://www.alsa-project.org/
    @@ -26,7 +26,6 @@
     
     Some Noteable:
     
    -* ac3dec - A free AC-3 stream decoder
     * cspctl - Sound Blaster 16 ASP/CSP control program
     * sbiload - An OPL2/3 FM instrument loader for ALSA sequencer
     * sscape_ctl - ALSA SoundScape control utility
    @@ -112,7 +111,6 @@
     %if 0%{!?_without_tools:1}
     %files
     %defattr(-,root,root,-)
    -%doc %{_docdir}/%{name}-%{version}/ac3dec
     %doc %{_docdir}/%{name}-%{version}/as10k1
     %doc %{_docdir}/%{name}-%{version}/envy24control
     %doc %{_docdir}/%{name}-%{version}/hdspconf
    @@ -120,11 +118,9 @@
     %doc %{_docdir}/%{name}-%{version}/rmedigicontrol
     %doc %{_docdir}/%{name}-%{version}/sbiload
     %doc %{_docdir}/%{name}-%{version}/sb16_csp
    -%{_bindir}/ac3dec
     %{_bindir}/as10k1
     %{_bindir}/cspctl
     %{_bindir}/envy24control
    -%{_bindir}/extract_ac3
     %{_bindir}/hdspconf
     %{_bindir}/hdspmixer
     %{_bindir}/rmedigicontrol
    @@ -157,6 +153,9 @@
     %endif # ?_with_firmware
     
     %changelog
    +* Wed Apr 06 2005 Thorsten Leemhuis  - 1.0.8-2
    +- don't build ac3dec -- use a52dec instead
    +
     * Wed Apr 06 2005 Thorsten Leemhuis  - 1.0.8-1
     - Update to 1.0.8
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 14:43:53 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Thu,  5 May 2005 10:43:53 -0400
    Subject: rpms/blacs/FC-3 Bmake.inc.64bit,NONE,1.1 blacs.spec,1.2,1.3
    Message-ID: <200505051443.j45Ehr0x002847@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/blacs/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2813/FC-3
    
    Modified Files:
    	blacs.spec 
    Added Files:
    	Bmake.inc.64bit 
    Log Message:
    
    Fix 64bit libdir.
    
    
    
    --- NEW FILE Bmake.inc.64bit ---
    #=============================================================================
    #====================== SECTION 1: PATHS AND LIBRARIES =======================
    #=============================================================================
    #  The following macros specify the name and location of libraries required by
    #  the BLACS and its tester.
    #=============================================================================
     
    #  --------------------------------------
    #  Make sure we've got a consistent shell
    #  --------------------------------------
       SHELL = /bin/sh
    
    #  -----------------------------
    #  The top level BLACS directory
    #  -----------------------------
       BTOPdir = $(RPM_BUILD_DIR)/blacs/BLACS
    
    #  ---------------------------------------------------------------------------
    #  The communication library your BLACS have been written for.
    #  Known choices (and the machines they run on) are:
    #
    #     COMMLIB   MACHINE
    #     .......   ..............................................................
    #     CMMD      Thinking Machine's CM-5
    #     MPI       Wide variety of systems
    #     MPL       IBM's SP series (SP1 and SP2)
    #     NX        Intel's supercomputer series (iPSC2, iPSC/860, DELTA, PARAGON)
    #     PVM       Most unix machines; See PVM User's Guide for details
    #  ---------------------------------------------------------------------------
       COMMLIB = MPI
    
    #  -------------------------------------------------------------
    #  The platform identifier to suffix to the end of library names
    #  -------------------------------------------------------------
       PLAT = LINUX
    
    #  ----------------------------------------------------------
    #  Name and location of the BLACS library.  See section 2 for 
    #  details on BLACS debug level (BLACSDBGLVL).
    #  ----------------------------------------------------------
       BLACSdir    = $(BTOPdir)/LIB
       BLACSDBGLVL = 0
       BLACSFINIT  = $(BLACSdir)/libmpiblacsF77init.a
       BLACSFINITS = $(BLACSdir)/libmpiblacsF77init.so
       BLACSCINIT  = $(BLACSdir)/libmpiblacsCinit.a
       BLACSCINITS = $(BLACSdir)/libmpiblacsCinit.so
       BLACSLIB    = $(BLACSdir)/libmpiblacs.a
       BLACSLIBS   = $(BLACSdir)/libmpiblacs.so
    
    #  -------------------------------------
    #  Name and location of the MPI library.
    #  -------------------------------------
       MPIdir = /usr
       MPILIBdir = $(MPIdir)/lib64
       MPIINCdir = $(MPIdir)/include
       MPILIB = $(MPILIBdir)/libmpi.a
       LAMLIBS = $(MPILIBdir)/liblam.a $(MPILIBdir)/liblamf77mpi.a 
       EXTRALIBS = -ldl -lpthread -llam -lmpi -llamf77mpi
    
    #  -------------------------------------
    #  All libraries required by the tester.
    #  -------------------------------------
       BTLIBS = $(BLACSFINIT) $(BLACSLIB) $(BLACSFINIT) $(MPILIB) $(LAMLIBS) $(EXTRALIBS)
    
    #  ----------------------------------------------------------------
    #  The directory to put the installation help routines' executables
    #  ----------------------------------------------------------------
       INSTdir = $(BTOPdir)/INSTALL/EXE
    
    #  ------------------------------------------------
    #  The name and location of the tester's executable
    #  ------------------------------------------------
       TESTdir = $(BTOPdir)/TESTING/EXE
       FTESTexe = $(TESTdir)/xFbtest_$(COMMLIB)-$(PLAT)-$(BLACSDBGLVL)
       CTESTexe = $(TESTdir)/xCbtest_$(COMMLIB)-$(PLAT)-$(BLACSDBGLVL)
    #=============================================================================
    #=============================== End SECTION 1 ===============================
    #=============================================================================
     
    
    #=============================================================================
    #========================= SECTION 2: BLACS INTERNALS ========================
    #=============================================================================
    #  The following macro definitions set preprocessor values for the BLACS.
    #  The file Bconfig.h sets these values if they are not set by the makefile.
    #  User's compiling only the tester can skip this entire section.
    #  NOTE: The MPI defaults have been set for MPICH.
    #=============================================================================
    
    #  -----------------------------------------------------------------------
    #  The directory to find the required communication library include files, 
    #  if they are required by your system.
    #  -----------------------------------------------------------------------
       SYSINC = -I$(MPIINCdir)
    
    #  ---------------------------------------------------------------------------
    #  The Fortran 77 to C interface to be used.  If you are unsure of the correct
    #  setting for your platform, compile and run BLACS/INSTALL/xintface.
    #  Choices are: Add_, NoChange, UpCase, or f77IsF2C.
    #  ---------------------------------------------------------------------------
       INTFACE = -Df77IsF2C
    
    #  ------------------------------------------------------------------------
    #  Allows the user to vary the topologies that the BLACS default topologies
    #  (TOP = ' ') correspond to.  If you wish to use a particular topology
    #  (as opposed to letting the BLACS make the choice), uncomment the
    #  following macros, and replace the character in single quotes with the
    #  topology of your choice.
    #  ------------------------------------------------------------------------
    #  DEFBSTOP   = -DDefBSTop="'1'"
    #  DEFCOMBTOP = -DDefCombTop="'1'"
    
    #  -------------------------------------------------------------------
    #  If your MPI_Send is locally-blocking, substitute the following line
    #  for the empty macro definition below.
    #  SENDIS = -DSndIsLocBlk
    #  -------------------------------------------------------------------
       SENDIS =
    
    #  --------------------------------------------------------------------
    #  If your MPI handles packing of non-contiguous messages by copying to
    #  another buffer or sending extra bytes, better performance may be
    #  obtained by replacing the empty macro definition below with the
    #  macro definition on the following line.
    #  BUFF = -DNoMpiBuff
    #  --------------------------------------------------------------------
       BUFF = 
    
    #  -----------------------------------------------------------------------
    #  If you know something about your system, you may make it easier for the
    #  BLACS to translate between C and fortran communicators.  If the empty
    #  macro defininition is left alone, this translation will cause the C
    #  BLACS to globally block for MPI_COMM_WORLD on calls to BLACS_GRIDINIT
    #  and BLACS_GRIDMAP.  If you choose one of the options for translating
    #  the context, neither the C or fortran calls will globally block.
    #  If you are using MPICH, or a derivitive system, you can replace the 
    #  empty macro definition below with the following (note that if you let
    #  MPICH do the translation between C and fortran, you must also indicate
    #  here if your system has pointers that are longer than integers.  If so,
    #  define -DPOINTER_64_BITS=1.)  For help on setting TRANSCOMM, you can
    #  run BLACS/INSTALL/xtc_CsameF77 and BLACS/INSTALL/xtc_UseMpich as
    #  explained in BLACS/INSTALL/README.
       TRANSCOMM = -DUseMpich
    #
    #  If you know that your MPI uses the same handles for fortran and C
    #  communicators, you can replace the empty macro definition below with
    #  the macro definition on the following line.
    #  TRANSCOMM = -DCSameF77
    #  -----------------------------------------------------------------------
    #  TRANSCOMM =
    
    #  --------------------------------------------------------------------------
    #  You may choose to have the BLACS internally call either the C or Fortran77
    #  interface to MPI by varying the following macro.  If TRANSCOMM is left
    #  empty, the C interface BLACS_GRIDMAP/BLACS_GRIDINIT will globally-block if
    #  you choose to use the fortran internals, and the fortran interface will
    #  block if you choose to use the C internals.  It is recommended that the 
    #  user leave this macro definition blank, unless there is a strong reason
    #  to prefer one MPI interface over the other.
    #  WHATMPI = -DUseF77Mpi
    #  WHATMPI = -DUseCMpi
    #  --------------------------------------------------------------------------
       WHATMPI =
    
    #  ---------------------------------------------------------------------------
    #  Some early versions of MPICH and its derivatives cannot handle user defined
    #  zero byte data types.  If your system has this problem (compile and run
    #  BLACS/INSTALL/xsyserrors to check if unsure), replace the empty macro
    #  definition below with the macro definition on the following line.
    #  SYSERRORS = -DZeroByteTypeBug
    #  ---------------------------------------------------------------------------
       SYSERRORS =
    
    #  ------------------------------------------------------------------
    #  These macros set the debug level for the BLACS.  The fastest
    #  code is produced by BlacsDebugLvl 0.  Higher levels provide
    #  more debug information at the cost of performance.  Present levels
    #  of debug are:
    #  0 : No debug information
    #  1 : Mainly parameter checking.
    #  ------------------------------------------------------------------
       DEBUGLVL = -DBlacsDebugLvl=$(BLACSDBGLVL)
    
    #  -------------------------------------------------------------------------
    #  All BLACS definitions needed for compile (DEFS1 contains definitions used
    #  by all BLACS versions).
    #  -------------------------------------------------------------------------
       DEFS1 = -DSYSINC $(SYSINC) $(INTFACE) $(DEFBSTOP) $(DEFCOMBTOP) $(DEBUGLVL)
       BLACSDEFS = $(DEFS1) $(SENDIS) $(BUFF) $(TRANSCOMM) $(WHATMPI) $(SYSERRORS)
    #=============================================================================
    #=============================== End SECTION 2 ===============================
    #=============================================================================
     
    
    #=============================================================================
    #=========================== SECTION 3: COMPILERS ============================
    #=============================================================================
    #  The following macros specify compilers, linker/loaders, the archiver,
    #  and their options.  Some of the fortran files need to be compiled with no
    #  optimization.  This is the F77NO_OPTFLAG.  The usage of the remaining
    #  macros should be obvious from the names.
    #=============================================================================
       F77            = g77
       F77NO_OPTFLAGS = $(RPM_OPT_FLAGS)
       F77FLAGS       = $(F77NO_OPTFLAGS) -O
       F77LOADER      = $(F77)
       F77LOADFLAGS   = 
       CC             = gcc
       CCFLAGS        = $(RPM_OPT_FLAGS)
       CCLOADER       = $(CC)
       CCLOADFLAGS    = 
    
    #  --------------------------------------------------------------------------
    #  The archiver and the flag(s) to use when building an archive (library).
    #  Also the ranlib routine.  If your system has no ranlib, set RANLIB = echo.
    #  --------------------------------------------------------------------------
       ARCH      = ar
       ARCHFLAGS = r
       RANLIB    = ranlib
    
    #=============================================================================
    #=============================== End SECTION 3 ===============================
    #=============================================================================
    
    
    Index: blacs.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/blacs/FC-3/blacs.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- blacs.spec	25 Apr 2005 00:28:34 -0000	1.2
    +++ blacs.spec	5 May 2005 14:43:51 -0000	1.3
    @@ -4,7 +4,7 @@
     Summary: Basic Linear Algebra Communication Subprograms
     Name: blacs
     Version: 1.1
    -Release: 5%{?dist}
    +Release: 6%{?dist}
     License: Freely distributable
     Group: Development/Libraries
     URL: http://www.netlib.org/blacs
    @@ -17,6 +17,7 @@
     Source6: http://www.netlib.org/blacs/f77blacsqref.ps
     Source7: http://www.netlib.org/blacs/cblacsqref.ps
     Source8: http://www.netlib.org/blacs/lawn94.ps
    +Source9: Bmake.inc.64bit
     BuildRequires: gcc-g77
     BuildRequires: lapack, blas, lam
     Requires: lapack, blas, lam
    @@ -37,7 +38,11 @@
     %setup -q -c -n %{name}
     %setup -q -D -T -a 1 -n %{name}
     cd BLACS/
    +%ifarch ppc64 sparc64 x86_64
    +cp -f %{SOURCE9} ./Bmake.inc
    +%else
     cp -f %{SOURCE2} .
    +%endif
     
     %build
     cd BLACS/
    @@ -82,6 +87,9 @@
     %{_libdir}/libmpiblacs*
     
     %changelog
    +* Thu May  5 2005 Tom "spot" Callaway  1.1-6
    +- fix 64bit issues
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.1-5
     - use dist tag
     - fix fc3 package sources and dependencies
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 14:43:54 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Thu,  5 May 2005 10:43:54 -0400
    Subject: rpms/blacs/devel Bmake.inc.64bit,NONE,1.1 blacs.spec,1.2,1.3
    Message-ID: <200505051443.j45Ehseg002853@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/blacs/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2813/devel
    
    Modified Files:
    	blacs.spec 
    Added Files:
    	Bmake.inc.64bit 
    Log Message:
    
    Fix 64bit libdir.
    
    
    
    --- NEW FILE Bmake.inc.64bit ---
    #=============================================================================
    #====================== SECTION 1: PATHS AND LIBRARIES =======================
    #=============================================================================
    #  The following macros specify the name and location of libraries required by
    #  the BLACS and its tester.
    #=============================================================================
     
    #  --------------------------------------
    #  Make sure we've got a consistent shell
    #  --------------------------------------
       SHELL = /bin/sh
    
    #  -----------------------------
    #  The top level BLACS directory
    #  -----------------------------
       BTOPdir = $(RPM_BUILD_DIR)/blacs/BLACS
    
    #  ---------------------------------------------------------------------------
    #  The communication library your BLACS have been written for.
    #  Known choices (and the machines they run on) are:
    #
    #     COMMLIB   MACHINE
    #     .......   ..............................................................
    #     CMMD      Thinking Machine's CM-5
    #     MPI       Wide variety of systems
    #     MPL       IBM's SP series (SP1 and SP2)
    #     NX        Intel's supercomputer series (iPSC2, iPSC/860, DELTA, PARAGON)
    #     PVM       Most unix machines; See PVM User's Guide for details
    #  ---------------------------------------------------------------------------
       COMMLIB = MPI
    
    #  -------------------------------------------------------------
    #  The platform identifier to suffix to the end of library names
    #  -------------------------------------------------------------
       PLAT = LINUX
    
    #  ----------------------------------------------------------
    #  Name and location of the BLACS library.  See section 2 for 
    #  details on BLACS debug level (BLACSDBGLVL).
    #  ----------------------------------------------------------
       BLACSdir    = $(BTOPdir)/LIB
       BLACSDBGLVL = 0
       BLACSFINIT  = $(BLACSdir)/libmpiblacsF77init.a
       BLACSFINITS = $(BLACSdir)/libmpiblacsF77init.so
       BLACSCINIT  = $(BLACSdir)/libmpiblacsCinit.a
       BLACSCINITS = $(BLACSdir)/libmpiblacsCinit.so
       BLACSLIB    = $(BLACSdir)/libmpiblacs.a
       BLACSLIBS   = $(BLACSdir)/libmpiblacs.so
    
    #  -------------------------------------
    #  Name and location of the MPI library.
    #  -------------------------------------
       MPIdir = /usr
       MPILIBdir = $(MPIdir)/lib64
       MPIINCdir = $(MPIdir)/include
       MPILIB = $(MPILIBdir)/libmpi.a
       LAMLIBS = $(MPILIBdir)/liblam.a $(MPILIBdir)/liblamf77mpi.a 
       EXTRALIBS = -ldl -lpthread -llam -lmpi -llamf77mpi
    
    #  -------------------------------------
    #  All libraries required by the tester.
    #  -------------------------------------
       BTLIBS = $(BLACSFINIT) $(BLACSLIB) $(BLACSFINIT) $(MPILIB) $(LAMLIBS) $(EXTRALIBS)
    
    #  ----------------------------------------------------------------
    #  The directory to put the installation help routines' executables
    #  ----------------------------------------------------------------
       INSTdir = $(BTOPdir)/INSTALL/EXE
    
    #  ------------------------------------------------
    #  The name and location of the tester's executable
    #  ------------------------------------------------
       TESTdir = $(BTOPdir)/TESTING/EXE
       FTESTexe = $(TESTdir)/xFbtest_$(COMMLIB)-$(PLAT)-$(BLACSDBGLVL)
       CTESTexe = $(TESTdir)/xCbtest_$(COMMLIB)-$(PLAT)-$(BLACSDBGLVL)
    #=============================================================================
    #=============================== End SECTION 1 ===============================
    #=============================================================================
     
    
    #=============================================================================
    #========================= SECTION 2: BLACS INTERNALS ========================
    #=============================================================================
    #  The following macro definitions set preprocessor values for the BLACS.
    #  The file Bconfig.h sets these values if they are not set by the makefile.
    #  User's compiling only the tester can skip this entire section.
    #  NOTE: The MPI defaults have been set for MPICH.
    #=============================================================================
    
    #  -----------------------------------------------------------------------
    #  The directory to find the required communication library include files, 
    #  if they are required by your system.
    #  -----------------------------------------------------------------------
       SYSINC = -I$(MPIINCdir)
    
    #  ---------------------------------------------------------------------------
    #  The Fortran 77 to C interface to be used.  If you are unsure of the correct
    #  setting for your platform, compile and run BLACS/INSTALL/xintface.
    #  Choices are: Add_, NoChange, UpCase, or f77IsF2C.
    #  ---------------------------------------------------------------------------
       INTFACE = -Df77IsF2C
    
    #  ------------------------------------------------------------------------
    #  Allows the user to vary the topologies that the BLACS default topologies
    #  (TOP = ' ') correspond to.  If you wish to use a particular topology
    #  (as opposed to letting the BLACS make the choice), uncomment the
    #  following macros, and replace the character in single quotes with the
    #  topology of your choice.
    #  ------------------------------------------------------------------------
    #  DEFBSTOP   = -DDefBSTop="'1'"
    #  DEFCOMBTOP = -DDefCombTop="'1'"
    
    #  -------------------------------------------------------------------
    #  If your MPI_Send is locally-blocking, substitute the following line
    #  for the empty macro definition below.
    #  SENDIS = -DSndIsLocBlk
    #  -------------------------------------------------------------------
       SENDIS =
    
    #  --------------------------------------------------------------------
    #  If your MPI handles packing of non-contiguous messages by copying to
    #  another buffer or sending extra bytes, better performance may be
    #  obtained by replacing the empty macro definition below with the
    #  macro definition on the following line.
    #  BUFF = -DNoMpiBuff
    #  --------------------------------------------------------------------
       BUFF = 
    
    #  -----------------------------------------------------------------------
    #  If you know something about your system, you may make it easier for the
    #  BLACS to translate between C and fortran communicators.  If the empty
    #  macro defininition is left alone, this translation will cause the C
    #  BLACS to globally block for MPI_COMM_WORLD on calls to BLACS_GRIDINIT
    #  and BLACS_GRIDMAP.  If you choose one of the options for translating
    #  the context, neither the C or fortran calls will globally block.
    #  If you are using MPICH, or a derivitive system, you can replace the 
    #  empty macro definition below with the following (note that if you let
    #  MPICH do the translation between C and fortran, you must also indicate
    #  here if your system has pointers that are longer than integers.  If so,
    #  define -DPOINTER_64_BITS=1.)  For help on setting TRANSCOMM, you can
    #  run BLACS/INSTALL/xtc_CsameF77 and BLACS/INSTALL/xtc_UseMpich as
    #  explained in BLACS/INSTALL/README.
       TRANSCOMM = -DUseMpich
    #
    #  If you know that your MPI uses the same handles for fortran and C
    #  communicators, you can replace the empty macro definition below with
    #  the macro definition on the following line.
    #  TRANSCOMM = -DCSameF77
    #  -----------------------------------------------------------------------
    #  TRANSCOMM =
    
    #  --------------------------------------------------------------------------
    #  You may choose to have the BLACS internally call either the C or Fortran77
    #  interface to MPI by varying the following macro.  If TRANSCOMM is left
    #  empty, the C interface BLACS_GRIDMAP/BLACS_GRIDINIT will globally-block if
    #  you choose to use the fortran internals, and the fortran interface will
    #  block if you choose to use the C internals.  It is recommended that the 
    #  user leave this macro definition blank, unless there is a strong reason
    #  to prefer one MPI interface over the other.
    #  WHATMPI = -DUseF77Mpi
    #  WHATMPI = -DUseCMpi
    #  --------------------------------------------------------------------------
       WHATMPI =
    
    #  ---------------------------------------------------------------------------
    #  Some early versions of MPICH and its derivatives cannot handle user defined
    #  zero byte data types.  If your system has this problem (compile and run
    #  BLACS/INSTALL/xsyserrors to check if unsure), replace the empty macro
    #  definition below with the macro definition on the following line.
    #  SYSERRORS = -DZeroByteTypeBug
    #  ---------------------------------------------------------------------------
       SYSERRORS =
    
    #  ------------------------------------------------------------------
    #  These macros set the debug level for the BLACS.  The fastest
    #  code is produced by BlacsDebugLvl 0.  Higher levels provide
    #  more debug information at the cost of performance.  Present levels
    #  of debug are:
    #  0 : No debug information
    #  1 : Mainly parameter checking.
    #  ------------------------------------------------------------------
       DEBUGLVL = -DBlacsDebugLvl=$(BLACSDBGLVL)
    
    #  -------------------------------------------------------------------------
    #  All BLACS definitions needed for compile (DEFS1 contains definitions used
    #  by all BLACS versions).
    #  -------------------------------------------------------------------------
       DEFS1 = -DSYSINC $(SYSINC) $(INTFACE) $(DEFBSTOP) $(DEFCOMBTOP) $(DEBUGLVL)
       BLACSDEFS = $(DEFS1) $(SENDIS) $(BUFF) $(TRANSCOMM) $(WHATMPI) $(SYSERRORS)
    #=============================================================================
    #=============================== End SECTION 2 ===============================
    #=============================================================================
     
    
    #=============================================================================
    #=========================== SECTION 3: COMPILERS ============================
    #=============================================================================
    #  The following macros specify compilers, linker/loaders, the archiver,
    #  and their options.  Some of the fortran files need to be compiled with no
    #  optimization.  This is the F77NO_OPTFLAG.  The usage of the remaining
    #  macros should be obvious from the names.
    #=============================================================================
       F77            = gfortran
       F77NO_OPTFLAGS = $(RPM_OPT_FLAGS)
       F77FLAGS       = $(F77NO_OPTFLAGS) -O
       F77LOADER      = $(F77)
       F77LOADFLAGS   = 
       CC             = gcc
       CCFLAGS        = $(RPM_OPT_FLAGS)
       CCLOADER       = $(CC)
       CCLOADFLAGS    = 
    
    #  --------------------------------------------------------------------------
    #  The archiver and the flag(s) to use when building an archive (library).
    #  Also the ranlib routine.  If your system has no ranlib, set RANLIB = echo.
    #  --------------------------------------------------------------------------
       ARCH      = ar
       ARCHFLAGS = r
       RANLIB    = ranlib
    
    #=============================================================================
    #=============================== End SECTION 3 ===============================
    #=============================================================================
    
    
    Index: blacs.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/blacs/devel/blacs.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- blacs.spec	25 Apr 2005 00:28:34 -0000	1.2
    +++ blacs.spec	5 May 2005 14:43:52 -0000	1.3
    @@ -4,7 +4,7 @@
     Summary: Basic Linear Algebra Communication Subprograms
     Name: blacs
     Version: 1.1
    -Release: 5%{?dist}
    +Release: 6%{?dist}
     License: Freely distributable
     Group: Development/Libraries
     URL: http://www.netlib.org/blacs
    @@ -17,6 +17,7 @@
     Source6: http://www.netlib.org/blacs/f77blacsqref.ps
     Source7: http://www.netlib.org/blacs/cblacsqref.ps
     Source8: http://www.netlib.org/blacs/lawn94.ps
    +Source9: Bmake.inc.64bit
     BuildRequires: gcc-gfortran
     BuildRequires: lapack, blas, lam
     Requires: lapack, blas, lam
    @@ -37,7 +38,11 @@
     %setup -q -c -n %{name}
     %setup -q -D -T -a 1 -n %{name}
     cd BLACS/
    +%ifarch ppc64 sparc64 x86_64
    +cp -f %{SOURCE9} ./Bmake.inc
    +%else
     cp -f %{SOURCE2} .
    +%endif
     
     %build
     cd BLACS/
    @@ -82,6 +87,9 @@
     %{_libdir}/libmpiblacs*
     
     %changelog
    +* Thu May  5 2005 Tom "spot" Callaway  1.1-6
    +- fix 64bit issues
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.1-5
     - use dist tag
     - fix fc3 package sources and dependencies
    
    
    
    From bugs.michael at gmx.net  Thu May  5 14:48:04 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Thu, 5 May 2005 16:48:04 +0200
    Subject: rpms/loudmouth/devel loudmouth.spec, NONE, 1.1 .cvsignore, 1.1, 
     1.2 sources, 1.1, 1.2
    In-Reply-To: <200505051345.j45DjrWk001647@cvs-int.fedora.redhat.com>
    References: <200505051345.j45DjrWk001647@cvs-int.fedora.redhat.com>
    Message-ID: <20050505164804.530a7ba0.bugs.michael@gmx.net>
    
    On Thu,  5 May 2005 09:45:53 -0400, Brian Pepple wrote:
    
    > Author: bpepple
    > 
    > Update of /cvs/extras/rpms/loudmouth/devel
    
    > %package devel
    > Summary:	Development files for Loudmouth
    > Group:		Development/Libraries
    > Requires:	%{name} = %{version}-%{release}
    
    The included pkgconfig file creates the necessity to add
    
      Requires: glib2-devel
    
    here. Incomplete pkgconfig dependency chains break all sorts of pkg-config
    queries.
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 14:49:05 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Thu,  5 May 2005 10:49:05 -0400
    Subject: rpms/librx/FC-3 librx.spec,1.2,1.3
    Message-ID: <200505051449.j45En5mf002968@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/librx/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2939/FC-3
    
    Modified Files:
    	librx.spec 
    Log Message:
    
    Missing BuildRequires: texinfo
    
    
    
    Index: librx.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/librx/FC-3/librx.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- librx.spec	25 Apr 2005 00:31:25 -0000	1.2
    +++ librx.spec	5 May 2005 14:49:02 -0000	1.3
    @@ -4,7 +4,7 @@
     Summary: POSIX regexp functions
     Name: librx
     Version: 1.5
    -Release: 2%{?dist}
    +Release: 3%{?dist}
     License: GPL
     URL: http://www.gnu.org/software/rx/rx.html
     Group: Applications/Text
    @@ -12,6 +12,7 @@
     Patch0: rx-1.5-shared.patch
     Patch1: rx-1.5-texinfo.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    +BuildRequires: texinfo
     
     %description
     Rx is, among other things, an implementation of the interface
    @@ -81,6 +82,9 @@
     %{_libdir}/*.a
     
     %changelog
    +* Thu May  5 2005 Tom "spot" Callaway  1.5-3
    +- add BuildRequires: texinfo
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.5-2
     - use dist tag
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 14:49:05 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Thu,  5 May 2005 10:49:05 -0400
    Subject: rpms/librx/devel librx.spec,1.2,1.3
    Message-ID: <200505051449.j45En5dA002974@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/librx/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2939/devel
    
    Modified Files:
    	librx.spec 
    Log Message:
    
    Missing BuildRequires: texinfo
    
    
    
    Index: librx.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/librx/devel/librx.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- librx.spec	25 Apr 2005 00:31:26 -0000	1.2
    +++ librx.spec	5 May 2005 14:49:03 -0000	1.3
    @@ -4,7 +4,7 @@
     Summary: POSIX regexp functions
     Name: librx
     Version: 1.5
    -Release: 2%{?dist}
    +Release: 3%{?dist}
     License: GPL
     URL: http://www.gnu.org/software/rx/rx.html
     Group: Applications/Text
    @@ -12,6 +12,7 @@
     Patch0: rx-1.5-shared.patch
     Patch1: rx-1.5-texinfo.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    +BuildRequires: texinfo
     
     %description
     Rx is, among other things, an implementation of the interface
    @@ -81,6 +82,9 @@
     %{_libdir}/*.a
     
     %changelog
    +* Thu May  5 2005 Tom "spot" Callaway  1.5-3
    +- add BuildRequires: texinfo
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.5-2
     - use dist tag
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 15:04:02 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Thu,  5 May 2005 11:04:02 -0400
    Subject: rpms/loudmouth/devel loudmouth.spec,1.1,1.2
    Message-ID: <200505051504.j45F42uL004006@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/loudmouth/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3989
    
    Modified Files:
    	loudmouth.spec 
    Log Message:
    add requires for glib2-devel
    
    
    Index: loudmouth.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- loudmouth.spec	5 May 2005 13:45:51 -0000	1.1
    +++ loudmouth.spec	5 May 2005 15:04:00 -0000	1.2
    @@ -2,7 +2,7 @@
     
     Name:           loudmouth
     Version:        0.17.2
    -Release:        2
    +Release:        3
     Summary:        Loudmouth is a Jabber programming library written in C
     
     Group:          System Environment/Libraries
    @@ -20,7 +20,6 @@
     BuildRequires:	libgcrypt-devel
     %endif
     
    -
     %description
     Loudmouth is a lightweight and easy-to-use C library for programming
     with the Jabber protocol. It's designed to be easy to get started with
    @@ -31,7 +30,7 @@
     Summary:	Development files for Loudmouth
     Group:		Development/Libraries
     Requires:	%{name} = %{version}-%{release}
    -
    +Requires:	glib2-devel
     
     %description devel
     Loudmouth is a lightweight and easy-to-use C library for programming
    @@ -86,6 +85,9 @@
     
     
     %changelog
    +* Thu May  5 2005 Brian Pepple  - 0.17.2-3
    +- Adde glib2-devel requires.
    +
     * Thu May  5 2005 Brian Pepple  - 0.17.2-2
     - added %%{_includedir}.
     - Add libgcrypt-devel BR.
    
    
    
    From thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net  Thu May  5 15:39:01 2005
    From: thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net (Matthias Saou)
    Date: Thu, 5 May 2005 17:39:01 +0200
    Subject: rpms/alsa-tools/devel alsa-tools.spec,1.5,1.6
    In-Reply-To: <200505051352.j45Dq2gF001728@cvs-int.fedora.redhat.com>
    References: <200505051352.j45Dq2gF001728@cvs-int.fedora.redhat.com>
    Message-ID: <20050505173901.40f104ea@python2>
    
    Thorsten Leemhuis wrote :
    
    > Log Message:
    > don't build ac3dec -- use a52dec instead
    
    Hmm, does this mean the tarball includes the full source to an AC3 stream
    decoder? If so, this might be a problem, even if it doesn't get built...
    
    Matthias
    
    -- 
    Clean custom Red Hat Linux rpm packages : http://freshrpms.net/
    Fedora Core release 3 (Heidelberg) - Linux kernel 2.6.11-1.20_FC3
    Load : 1.12 1.55 1.37
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 15:43:38 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 11:43:38 -0400
    Subject: rpms/notemeister/devel notemeister-gtkwarnings.patch, NONE,
    	1.1 notemeister.spec, 1.6, 1.7
    Message-ID: <200505051543.j45FhcYF004170@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/notemeister/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4136/devel
    
    Modified Files:
    	notemeister.spec 
    Added Files:
    	notemeister-gtkwarnings.patch 
    Log Message:
    Add notemeister-gtkwarnings.patch from bytee to fix gtk deprecation warnings
    
    notemeister-gtkwarnings.patch:
    
    --- NEW FILE notemeister-gtkwarnings.patch ---
    diff -urN notemeister-0.1.7/src/lib/Dialogs.py notemeister/src/lib/Dialogs.py
    --- notemeister-0.1.7/src/lib/Dialogs.py	2004-06-24 22:16:59.000000000 +1000
    +++ notemeister/src/lib/Dialogs.py	2005-04-21 14:45:52.000000000 +1000
    @@ -14,7 +14,7 @@
     
     		self.set_border_width(6)
     		self.vbox.set_spacing(12)
    -		self.set_resizable(gtk.FALSE)
    +		self.set_resizable(False)
     
     		for stock, response in buttons:
     			self.add_button(stock, response)
    @@ -47,7 +47,7 @@
     			image = gtk.Image()
     			image.set_from_stock(stockimage, gtk.ICON_SIZE_DIALOG)
     			image.set_alignment(0.5, 0)
    -			hbox.pack_start(image, gtk.FALSE, gtk.FALSE)
    +			hbox.pack_start(image, False, False)
     
     		# set up main content area
     		self.contents = gtk.VBox()
    @@ -56,7 +56,7 @@
     
     		label = gtk.Label()
     		label.set_markup("" + pritext + "\n\n" + sectext)
    -		label.set_line_wrap(gtk.TRUE)
    +		label.set_line_wrap(True)
     		label.set_alignment(0, 0)
     		self.contents.pack_start(label)
     
    @@ -106,12 +106,12 @@
     	def set_frame_title(self, title):
     		frame_title = '' + title + ''
     		frame_label = gtk.Label(frame_title)
    -		frame_label.set_use_markup(gtk.TRUE)
    +		frame_label.set_use_markup(True)
     		self.addon_frame.set_label_widget(frame_label)
     
    -	def add(self, widget, expand=gtk.TRUE, fill=gtk.TRUE, padding=28):
    +	def add(self, widget, expand=True, fill=True, padding=28):
     		hbox = gtk.HBox()
    -		hbox.pack_start(gtk.Label(), gtk.FALSE, gtk.FALSE)
    +		hbox.pack_start(gtk.Label(), False, False)
     		hbox.pack_start(widget, expand, fill, padding)
     		self.addon_vbox.pack_start(hbox)
     
    @@ -149,7 +149,7 @@
     			return "current"
     
     class ExportNoteChooser(FileChooserAddon):
    -	def __init__(self, has_children=gtk.FALSE):
    +	def __init__(self, has_children=False):
     		FileChooserAddon.__init__(self)
     		self.set_title("Export Notemeister Notes...")
     		self.set_action(gtk.FILE_CHOOSER_ACTION_SAVE)
    diff -urN notemeister-0.1.7/src/lib/NewNoteDlg.py notemeister/src/lib/NewNoteDlg.py
    --- notemeister-0.1.7/src/lib/NewNoteDlg.py	2004-06-22 23:31:42.000000000 +1000
    +++ notemeister/src/lib/NewNoteDlg.py	2005-04-21 14:45:52.000000000 +1000
    @@ -10,13 +10,13 @@
     
     class NewNoteDlg(gtk.Dialog):
     
    -	def __init__(self, selected_title, title_list, text='', link=gtk.TRUE):
    +	def __init__(self, selected_title, title_list, text='', link=True):
     		gtk.Dialog.__init__(self, _('Add Note'))
     		self.link_path = ''
     		pic = gtk.gdk.pixbuf_new_from_file(notemeister.const.aboutPic)
     		self.set_icon(pic)
    -		self.hbox = gtk.HBox(gtk.FALSE, 8)
    -		self.table = gtk.Table(3, 2, gtk.FALSE)
    +		self.hbox = gtk.HBox(False, 8)
    +		self.table = gtk.Table(3, 2, False)
     		self.checkbutton = gtk.CheckButton(_('Add to folder: ') + selected_title)
     		self.label1 = gtk.Label(_('Enter Title'))
     		self.label2 = gtk.Label(_('Add to '))
    @@ -32,10 +32,10 @@
     		self.add_button(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL)
     		self.add_button(gtk.STOCK_OK, gtk.RESPONSE_OK)
     		self.set_default_response(gtk.RESPONSE_OK)
    -		self.entry.set_activates_default(gtk.TRUE)
    +		self.entry.set_activates_default(True)
     
     		self.hbox.set_border_width(8)
    -		self.vbox.pack_start(self.hbox, gtk.FALSE, gtk.FALSE, 0)
    +		self.vbox.pack_start(self.hbox, False, False, 0)
     		self.hbox.pack_start(self.image, gtk.SHRINK)
     		if link:
     			self.vbox.pack_start(self.link_button, gtk.SHRINK)
    @@ -52,7 +52,7 @@
     
     		self.entry.set_text(text)
     		self.entry.select_region(-1, -1)
    -		self.set_resizable(gtk.FALSE)
    +		self.set_resizable(False)
     		self.show_all()
     
     	def on_link_button_clicked(self, obj):
    diff -urN notemeister-0.1.7/src/lib/notemeister_main.py notemeister/src/lib/notemeister_main.py
    --- notemeister-0.1.7/src/lib/notemeister_main.py	2004-07-06 00:02:27.000000000 +1000
    +++ notemeister/src/lib/notemeister_main.py	2005-04-21 14:45:52.000000000 +1000
    @@ -14,7 +14,7 @@
     
     class NoteMeister:
     
    -	visible = gtk.TRUE
    +	visible = True
     
     	def __init__(self):
     		self.program = gnome.program_init('notemeister', notemeister.const.version)
    @@ -34,7 +34,7 @@
     		if len(self.treeview.noteList) > 0:
     			path = self.treeview.restore_tree_state(tree_state)
     			if len(path):
    -				self.treeview.set_cursor(path, None, gtk.FALSE)
    +				self.treeview.set_cursor(path, None, False)
     		else:
     			self.show_welcome()
     
    @@ -163,7 +163,7 @@
     
     		self.vbox 		= self.gtop.get_widget("vbox1")
     		self.statusbar 	= notemeister.TimedStatusbar.timedStatusbar()
    -		self.vbox.pack_end(self.statusbar, gtk.FALSE, gtk.FALSE)
    +		self.vbox.pack_end(self.statusbar, False, False)
     
     	def on_doubleclick(self, obj, iter):
     		self.show_properties_dialog()
    @@ -223,7 +223,7 @@
     	def delete_event(self, widget, event, data=None):
     		"""Close via the windowmanager"""
     		self.on_exit_activate()
    -		return gtk.TRUE
    +		return True
     
     	def destroy(self, widget, data=None):
     		"""Do cleanup and kill the toplevel widget"""
    @@ -268,13 +268,13 @@
     						notemeister.const.translators,
     						pixbuf).show()
     
    -	def on_add_note_activate(self, obj, popup=gtk.FALSE):
    +	def on_add_note_activate(self, obj, popup=False):
     		"""Displays the 'Add Note' dialog and adds a note to the NoteTree"""
     		selected_title = self.treeview.get_selected_title() 
     		title_list = self.treeview.get_list_of_titles()
     		newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list)
    -		if popup == gtk.TRUE and not selected_title == _('None'):
    -			newNoteDlg.checkbutton.set_active(gtk.TRUE)
    +		if popup == True and not selected_title == _('None'):
    +			newNoteDlg.checkbutton.set_active(True)
     		response = newNoteDlg.run()
     
     		if response == gtk.RESPONSE_CANCEL:
    @@ -296,7 +296,7 @@
     		dlg = gtk.Dialog(_("Remove Note"))
     		pic = gtk.gdk.pixbuf_new_from_file(notemeister.const.aboutPic)
     		dlg.set_icon(pic)
    -		hbox = gtk.HBox(gtk.FALSE, 8)
    +		hbox = gtk.HBox(False, 8)
     		hbox.set_border_width(8)
     		image = gtk.Image()
     		image.set_from_stock(gtk.STOCK_DIALOG_QUESTION, gtk.ICON_SIZE_DIALOG)
    @@ -304,7 +304,7 @@
     		dlg.add_button(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL)
     		title = self.treeview.get_selected_title()
     		label = gtk.Label(_("Are you sure you want to \nremove note ") + title + "?")
    -		label.set_use_markup(gtk.TRUE)
    +		label.set_use_markup(True)
     		dlg.vbox.pack_start(hbox, gtk.SHRINK)
     		hbox.pack_start(image, gtk.SHRINK)
     		hbox.pack_start(label, gtk.SHRINK)
    @@ -321,9 +321,9 @@
     
     	def on_rename_note_activate(self, obj):
     		"""Renames a note in the tree, via a dialog"""
    -		hbox = gtk.HBox(gtk.FALSE, 8)
    +		hbox = gtk.HBox(False, 8)
     		entry = gtk.Entry()
    -		entry.set_activates_default(gtk.TRUE)
    +		entry.set_activates_default(True)
     		label = gtk.Label(_("Enter new name: "))
     		image = gtk.Image()
     		image.set_from_stock(gtk.STOCK_DIALOG_QUESTION, gtk.ICON_SIZE_DIALOG)
    @@ -425,7 +425,7 @@
     			selected_title = self.treeview.get_selected_title() 
     			title_list = self.treeview.get_list_of_titles()
     			if dialog.get_link_active():
    -				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename), gtk.FALSE)
    +				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename), False)
     			else :
     				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename))
     			response = newNoteDlg.run()
    @@ -473,7 +473,7 @@
     		(model, iter) = self.treeview.get_selection().get_selected()
     #        subtree_checkbox = gtk.CheckButton("Export entire subtree")
     		if self.treeview.store.iter_has_child(iter):
    -			dialog = notemeister.Dialogs.ExportNoteChooser(gtk.TRUE)
    +			dialog = notemeister.Dialogs.ExportNoteChooser(True)
     		else :
     			dialog = notemeister.Dialogs.ExportNoteChooser()
     #            dialog.set_extra_widget(subtree_checkbox)
    @@ -573,9 +573,9 @@
     		self.statusbar.output(_("Autosaving data..."), 2000)
     		self.treeview.saveNotes()
     		if self.Conf.enable_autosave:
    -			return gtk.TRUE
    +			return True
     		else:
    -			return gtk.FALSE
    +			return False
     
     	def on_tray_activate(self, obj, event):
     		if event.button == 1:
    @@ -584,10 +584,10 @@
     	def toggle_visibility(self):
     		if NoteMeister.visible:
     			self.topWindow.hide()
    -			NoteMeister.visible = gtk.FALSE
    +			NoteMeister.visible = False
     		else:
     			self.topWindow.show()
    -			NoteMeister.visible = gtk.TRUE
    +			NoteMeister.visible = True
     			
     
     	def on_button_press_event(self, obj, event):
    @@ -600,18 +600,18 @@
     		self.prop_dlg = self.ptop.get_widget("properties_dialog")
     		lines_label = self.ptop.get_widget("lines_label")
     		lines_label.set_text('Number of Lines: ' + str(self.textview.get_line_count()))
    -		lines_label.set_use_markup(gtk.TRUE)
    +		lines_label.set_use_markup(True)
     		chars_label = self.ptop.get_widget("chars_label")
     		chars_label.set_text('Number of Characters: ' + str(self.textview.get_char_count()))
    -		chars_label.set_use_markup(gtk.TRUE)
    +		chars_label.set_use_markup(True)
     		words_label = self.ptop.get_widget("words_label")
     		words_label.set_text('Number of Words: ' + str(self.textview.get_word_count()))
    -		words_label.set_use_markup(gtk.TRUE)
    +		words_label.set_use_markup(True)
     		link_label = self.ptop.get_widget("link_label")
     		link = self.treeview.get_selected_link()
     		if link != "":
     			link_label.set_text(link)
    -		link_label.set_use_markup(gtk.TRUE)
    +		link_label.set_use_markup(True)
     		change_link_button = self.ptop.get_widget("change_link_button")
     		change_link_button.connect("clicked", self.on_change_link_button_clicked, link_label)
     		clear_link_button = self.ptop.get_widget("clear_link_button")
    @@ -624,12 +624,12 @@
     		(model, iter) = self.treeview.get_selection().get_selected()
     		note = self.treeview.store.get_value(iter, 2)
     		link_label.set_text('Note has no link.')
    -		link_label.set_use_markup(gtk.TRUE)
    +		link_label.set_use_markup(True)
     		note.link = ''
     		if self.treeview.store.iter_has_child(iter):
    -			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.TRUE ))
    +			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, True ))
     		else:
    -			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.FALSE))
    +			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, False))
     
     	def on_change_link_button_clicked(self, obj, link_label):
     		dialog = gtk.FileChooserDialog("Changing link...", 
    @@ -645,9 +645,9 @@
     			note = self.treeview.store.get_value(iter, 2)
     			note.link = dialog.get_filename()
     			if self.treeview.store.iter_has_child(iter):
    -				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.TRUE))
    +				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, True))
     			else:
    -				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.FALSE))
    +				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, False))
     
     		dialog.destroy()
     
    @@ -655,7 +655,7 @@
     	def show_prefs_dialog(self):
     		self.ptop = gtk.glade.XML(notemeister.const.gladePrefs, "preferences_dialog")
     		self.dlg = self.ptop.get_widget("preferences_dialog")
    -		self.dlg.set_resizable(gtk.FALSE)
    +		self.dlg.set_resizable(False)
     
     		# General Settings	
     #        tray_checkbox = self.ptop.get_widget("tray_checkbutton")
    @@ -663,9 +663,9 @@
     		autosave_entry = self.ptop.get_widget("autosave_entry")
     
     #        if self.Conf.enable_trayicon:
    -#            tray_checkbox.set_active(gtk.TRUE)
    +#            tray_checkbox.set_active(True)
     		if self.Conf.enable_autosave:
    -			autosave_checkbox.set_active(gtk.TRUE)
    +			autosave_checkbox.set_active(True)
     
     		autosave_entry.set_value(self.Conf.autosave_time)
     
    @@ -676,14 +676,14 @@
     		short_date_radio = self.ptop.get_widget("short_date_radio")
     
     		if self.Conf.twelve_hour_time:
    -			twelve_hour_radio.set_active(gtk.TRUE)
    +			twelve_hour_radio.set_active(True)
     		else:
    -			twentyfour_hour_radio.set_active(gtk.TRUE)
    +			twentyfour_hour_radio.set_active(True)
     
     		if self.Conf.long_date:
    -			long_date_radio.set_active(gtk.TRUE)
    +			long_date_radio.set_active(True)
     		else:
    -			short_date_radio.set_active(gtk.TRUE)
    +			short_date_radio.set_active(True)
     
     		self.ptop.signal_autoconnect({
     #                "on_tray_checkbutton_toggled" 	: self.on_tray_checkbutton_toggled,
    diff -urN notemeister-0.1.7/src/lib/NoteTree.py notemeister/src/lib/NoteTree.py
    --- notemeister-0.1.7/src/lib/NoteTree.py	2004-07-06 01:38:32.000000000 +1000
    +++ notemeister/src/lib/NoteTree.py	2005-04-21 14:45:52.000000000 +1000
    @@ -23,8 +23,8 @@
     		self.view = view
     		self.init_model()
     		self.init_view_columns()
    -		self.set_rules_hint(gtk.TRUE)
    -		self.set_reorderable(gtk.TRUE)
    +		self.set_rules_hint(True)
    +		self.set_reorderable(True)
     
     		self.connect("cursor-changed", self.on_selection_changed)
     		self.connect("button-press-event", self.on_button_press_event)
    @@ -51,7 +51,7 @@
     	def on_button_press_event(self, object, event):
     		if event.button == 3:
     			self.popup_menu.popup(None, None, None, event.button, event.time)
    -			return gtk.TRUE
    +			return True
     		if event.button == 1 and event.type == gtk.gdk._2BUTTON_PRESS:
     			path = self.get_path_at_pos(int(event.x), int(event.y))
     
    @@ -69,11 +69,11 @@
     	def set_word_wrap(self, is_wrap):
     		if is_wrap:
     			self.view.set_wrap_mode(gtk.WRAP_WORD)
    -			self.wrap_toggle.set_active(gtk.TRUE)
    +			self.wrap_toggle.set_active(True)
     			self.anote.wrap = '1'
     		else:
     			self.view.set_wrap_mode(gtk.WRAP_NONE)
    -			self.wrap_toggle.set_active(gtk.FALSE)
    +			self.wrap_toggle.set_active(False)
     			self.anote.wrap = '0'
     
     	def loadNotes(self):
    @@ -83,9 +83,9 @@
     			self.noteList = self.load_from_xml(notemeister.const.dataFileXML)
     			for note in self.noteList:
     				if len(note.path) > 1 :
    -					self.add_new_note_to_tree(note, self.get_parent_iter(note), gtk.TRUE)
    +					self.add_new_note_to_tree(note, self.get_parent_iter(note), True)
     				else : 
    -					self.add_new_note_to_tree(note, None, gtk.TRUE)
    +					self.add_new_note_to_tree(note, None, True)
     		else: # First time run with new version
     			try:
     				f = file(notemeister.const.dataFile)
    @@ -105,12 +105,12 @@
     				parent_path = note.path[:-1]
     				if len(parent_path):
     					parent_iter = self.store.get_iter(parent_path)
    -					self.add_new_note_to_tree(note, parent_iter, gtk.TRUE)
    +					self.add_new_note_to_tree(note, parent_iter, True)
     				else:
    -					self.add_new_note_to_tree(note, None, gtk.TRUE)
    +					self.add_new_note_to_tree(note, None, True)
     		return len(self.noteList)
     
    -	def load_from_xml(self, filename, from_string=gtk.FALSE):
    +	def load_from_xml(self, filename, from_string=False):
     		self.noteList = []
     		try:
     			if from_string:
    @@ -286,17 +286,17 @@
     	def get_string_from_path(self, path):
     		return self.store.get_string_from_iter(self.store.get_iter(path))
     
    -	def add_new_note_to_tree(self, note, parent=None, load=gtk.FALSE):
    +	def add_new_note_to_tree(self, note, parent=None, load=False):
     		iter = self.store.append(parent, [self.get_icon_pixbuf(link=note.link), note.title, note])
     		note.path = self.store.get_path(iter)
     #        note.buffer.add_selection_clipboard(self.view.clipboard)
     
     		if parent: # change parent icon in Tree
    -			self.store.set_value(parent, 0, self.get_icon_pixbuf(self.store.get_value(parent,2).link, gtk.TRUE))
    +			self.store.set_value(parent, 0, self.get_icon_pixbuf(self.store.get_value(parent,2).link, True))
     
     		if not load:
     			self.expand_to_path(note.path)
    -			self.set_cursor_on_cell(note.path, None, None, gtk.FALSE)
    +			self.set_cursor_on_cell(note.path, None, None, False)
     
     		self.view.set_flags(gtk.CAN_FOCUS)
     		self.view.grab_focus()
    @@ -312,11 +312,11 @@
     			path = self.store.get_path(parent)
     			self.set_cursor(path)
     			if self.store.iter_has_child(parent):
    -				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, gtk.TRUE))
    +				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, True))
     			else:
    -				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, gtk.FALSE))
    +				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, False))
     		else:
    -			self.set_cursor((0,), None, gtk.FALSE)
    +			self.set_cursor((0,), None, False)
     
     
     
    @@ -336,7 +336,7 @@
     			self.store.get_value(iter, 2).title = new_name
     			self.store.set_value(iter, 1, new_name)
     
    -	def get_icon_pixbuf(self, link, is_parent=gtk.FALSE):
    +	def get_icon_pixbuf(self, link, is_parent=False):
     		"""Returns the appropriate icon for a given node"""
     		if is_parent:
     			if len(link) < 1 :
    @@ -384,9 +384,9 @@
     
     	def is_empty(self):
     		if self.store.get_iter_root():
    -			return gtk.FALSE
    +			return False
     		else:
    -			return gtk.TRUE
    +			return True
     
     	def save_active_note(self):
     		if self.anote:
    diff -urN notemeister-0.1.7/src/lib/NoteView.py notemeister/src/lib/NoteView.py
    --- notemeister-0.1.7/src/lib/NoteView.py	2004-06-22 22:20:57.000000000 +1000
    +++ notemeister/src/lib/NoteView.py	2005-04-21 14:45:52.000000000 +1000
    @@ -31,7 +31,7 @@
     		buffer = self.get_buffer()
     		if event.button == 3:
     			self.popup_menu.popup(None, None, None, event.button, event.time)
    -			return gtk.TRUE
    +			return True
     
     	def ref_font_label(self, label):
     		self.font_label = label
    @@ -203,11 +203,11 @@
     		buffer = obj.buffer
     		iter = buffer.get_start_iter()
     		while not iter.is_end():
    -			on_tags = iter.get_toggled_tags(gtk.TRUE)
    +			on_tags = iter.get_toggled_tags(True)
     			if len(on_tags) > 0:
     				for tag in on_tags:
     					string = string + '<' + buffer.get_text_tag(tag) + '>'
    -			off_tags = iter.get_toggled_tags(gtk.FALSE)
    +			off_tags = iter.get_toggled_tags(False)
     			if len(off_tags) > 0:
     				for tag in off_tags:
     					string = string + ''
    diff -urN notemeister-0.1.7/src/lib/TimedStatusbar.py notemeister/src/lib/TimedStatusbar.py
    --- notemeister-0.1.7/src/lib/TimedStatusbar.py	2004-06-09 22:57:18.000000000 +1000
    +++ notemeister/src/lib/TimedStatusbar.py	2005-04-21 14:45:52.000000000 +1000
    @@ -28,5 +28,5 @@
         def clear(self):
             self.pop(1)
             self.push(1,"")
    -        return gtk.FALSE
    +        return False
     
    diff -urN notemeister-0.1.7/src/lib/utils.py notemeister/src/lib/utils.py
    --- notemeister-0.1.7/src/lib/utils.py	2004-06-23 22:18:28.000000000 +1000
    +++ notemeister/src/lib/utils.py	2005-04-21 14:45:52.000000000 +1000
    @@ -9,15 +9,15 @@
     
     def check_read_permissions(filename):
     	if filename == None or os.access(filename, os.R_OK) == 0:
    -		return gtk.FALSE
    +		return False
     	else:
    -		return gtk.TRUE
    +		return True
     
     def check_write_permissions(filename):
     	if filename == None or os.access(os.path.dirname(filename), os.W_OK) != 1:
    -		return gtk.FALSE
    +		return False
     	else:
    -		return gtk.TRUE
    +		return True
     
     def check_path_exists(path):
     	return os.path.exists(path)
    
    
    Index: notemeister.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/notemeister/devel/notemeister.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- notemeister.spec	14 Apr 2005 10:48:05 -0000	1.6
    +++ notemeister.spec	5 May 2005 15:43:36 -0000	1.7
    @@ -3,7 +3,7 @@
     
     Name:           notemeister
     Version:        0.1.7
    -Release:        5
    +Release:        7
     Summary:        Small, simple note organizer made for the GNOME2 desktop
     
     Group:          Applications/Productivity
    @@ -11,6 +11,7 @@
     URL:            http://notemeister.sourceforge.net
     Source0:        http://dl.sf.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz
     #wgetable URL:  http://mesh.dl.sourceforge.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz (german sf mirror)
    +Patch0:                %{name}-gtkwarnings.patch
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildArch:      noarch
    @@ -38,7 +39,7 @@
     
     %prep
     %setup -q
    -
    +%patch0 -b patch0 -p 1
     
     %build
     CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
    @@ -75,6 +76,12 @@
     
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  0.1.7-7
    +- Devel rebuild
    +
    +* Thu May 05 2005 Thorsten Leemhuis  0.1.7-6
    +- Add notemeister-gtkwarnings.patch from bytee to fix gtk deprecation warnings
    +
     * Thu Apr 14 2005 Michael Schwendt  - 0.1.7-5
     - Add dependency on gnome-python2-gconf for 'import gconf'.
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 15:43:38 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 11:43:38 -0400
    Subject: rpms/notemeister/FC-3 notemeister-gtkwarnings.patch, NONE,
    	1.1 notemeister.spec, 1.3, 1.4
    Message-ID: <200505051543.j45FhcuV004164@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/notemeister/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4136/FC-3
    
    Modified Files:
    	notemeister.spec 
    Added Files:
    	notemeister-gtkwarnings.patch 
    Log Message:
    Add notemeister-gtkwarnings.patch from bytee to fix gtk deprecation warnings
    
    notemeister-gtkwarnings.patch:
    
    --- NEW FILE notemeister-gtkwarnings.patch ---
    diff -urN notemeister-0.1.7/src/lib/Dialogs.py notemeister/src/lib/Dialogs.py
    --- notemeister-0.1.7/src/lib/Dialogs.py	2004-06-24 22:16:59.000000000 +1000
    +++ notemeister/src/lib/Dialogs.py	2005-04-21 14:45:52.000000000 +1000
    @@ -14,7 +14,7 @@
     
     		self.set_border_width(6)
     		self.vbox.set_spacing(12)
    -		self.set_resizable(gtk.FALSE)
    +		self.set_resizable(False)
     
     		for stock, response in buttons:
     			self.add_button(stock, response)
    @@ -47,7 +47,7 @@
     			image = gtk.Image()
     			image.set_from_stock(stockimage, gtk.ICON_SIZE_DIALOG)
     			image.set_alignment(0.5, 0)
    -			hbox.pack_start(image, gtk.FALSE, gtk.FALSE)
    +			hbox.pack_start(image, False, False)
     
     		# set up main content area
     		self.contents = gtk.VBox()
    @@ -56,7 +56,7 @@
     
     		label = gtk.Label()
     		label.set_markup("" + pritext + "\n\n" + sectext)
    -		label.set_line_wrap(gtk.TRUE)
    +		label.set_line_wrap(True)
     		label.set_alignment(0, 0)
     		self.contents.pack_start(label)
     
    @@ -106,12 +106,12 @@
     	def set_frame_title(self, title):
     		frame_title = '' + title + ''
     		frame_label = gtk.Label(frame_title)
    -		frame_label.set_use_markup(gtk.TRUE)
    +		frame_label.set_use_markup(True)
     		self.addon_frame.set_label_widget(frame_label)
     
    -	def add(self, widget, expand=gtk.TRUE, fill=gtk.TRUE, padding=28):
    +	def add(self, widget, expand=True, fill=True, padding=28):
     		hbox = gtk.HBox()
    -		hbox.pack_start(gtk.Label(), gtk.FALSE, gtk.FALSE)
    +		hbox.pack_start(gtk.Label(), False, False)
     		hbox.pack_start(widget, expand, fill, padding)
     		self.addon_vbox.pack_start(hbox)
     
    @@ -149,7 +149,7 @@
     			return "current"
     
     class ExportNoteChooser(FileChooserAddon):
    -	def __init__(self, has_children=gtk.FALSE):
    +	def __init__(self, has_children=False):
     		FileChooserAddon.__init__(self)
     		self.set_title("Export Notemeister Notes...")
     		self.set_action(gtk.FILE_CHOOSER_ACTION_SAVE)
    diff -urN notemeister-0.1.7/src/lib/NewNoteDlg.py notemeister/src/lib/NewNoteDlg.py
    --- notemeister-0.1.7/src/lib/NewNoteDlg.py	2004-06-22 23:31:42.000000000 +1000
    +++ notemeister/src/lib/NewNoteDlg.py	2005-04-21 14:45:52.000000000 +1000
    @@ -10,13 +10,13 @@
     
     class NewNoteDlg(gtk.Dialog):
     
    -	def __init__(self, selected_title, title_list, text='', link=gtk.TRUE):
    +	def __init__(self, selected_title, title_list, text='', link=True):
     		gtk.Dialog.__init__(self, _('Add Note'))
     		self.link_path = ''
     		pic = gtk.gdk.pixbuf_new_from_file(notemeister.const.aboutPic)
     		self.set_icon(pic)
    -		self.hbox = gtk.HBox(gtk.FALSE, 8)
    -		self.table = gtk.Table(3, 2, gtk.FALSE)
    +		self.hbox = gtk.HBox(False, 8)
    +		self.table = gtk.Table(3, 2, False)
     		self.checkbutton = gtk.CheckButton(_('Add to folder: ') + selected_title)
     		self.label1 = gtk.Label(_('Enter Title'))
     		self.label2 = gtk.Label(_('Add to '))
    @@ -32,10 +32,10 @@
     		self.add_button(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL)
     		self.add_button(gtk.STOCK_OK, gtk.RESPONSE_OK)
     		self.set_default_response(gtk.RESPONSE_OK)
    -		self.entry.set_activates_default(gtk.TRUE)
    +		self.entry.set_activates_default(True)
     
     		self.hbox.set_border_width(8)
    -		self.vbox.pack_start(self.hbox, gtk.FALSE, gtk.FALSE, 0)
    +		self.vbox.pack_start(self.hbox, False, False, 0)
     		self.hbox.pack_start(self.image, gtk.SHRINK)
     		if link:
     			self.vbox.pack_start(self.link_button, gtk.SHRINK)
    @@ -52,7 +52,7 @@
     
     		self.entry.set_text(text)
     		self.entry.select_region(-1, -1)
    -		self.set_resizable(gtk.FALSE)
    +		self.set_resizable(False)
     		self.show_all()
     
     	def on_link_button_clicked(self, obj):
    diff -urN notemeister-0.1.7/src/lib/notemeister_main.py notemeister/src/lib/notemeister_main.py
    --- notemeister-0.1.7/src/lib/notemeister_main.py	2004-07-06 00:02:27.000000000 +1000
    +++ notemeister/src/lib/notemeister_main.py	2005-04-21 14:45:52.000000000 +1000
    @@ -14,7 +14,7 @@
     
     class NoteMeister:
     
    -	visible = gtk.TRUE
    +	visible = True
     
     	def __init__(self):
     		self.program = gnome.program_init('notemeister', notemeister.const.version)
    @@ -34,7 +34,7 @@
     		if len(self.treeview.noteList) > 0:
     			path = self.treeview.restore_tree_state(tree_state)
     			if len(path):
    -				self.treeview.set_cursor(path, None, gtk.FALSE)
    +				self.treeview.set_cursor(path, None, False)
     		else:
     			self.show_welcome()
     
    @@ -163,7 +163,7 @@
     
     		self.vbox 		= self.gtop.get_widget("vbox1")
     		self.statusbar 	= notemeister.TimedStatusbar.timedStatusbar()
    -		self.vbox.pack_end(self.statusbar, gtk.FALSE, gtk.FALSE)
    +		self.vbox.pack_end(self.statusbar, False, False)
     
     	def on_doubleclick(self, obj, iter):
     		self.show_properties_dialog()
    @@ -223,7 +223,7 @@
     	def delete_event(self, widget, event, data=None):
     		"""Close via the windowmanager"""
     		self.on_exit_activate()
    -		return gtk.TRUE
    +		return True
     
     	def destroy(self, widget, data=None):
     		"""Do cleanup and kill the toplevel widget"""
    @@ -268,13 +268,13 @@
     						notemeister.const.translators,
     						pixbuf).show()
     
    -	def on_add_note_activate(self, obj, popup=gtk.FALSE):
    +	def on_add_note_activate(self, obj, popup=False):
     		"""Displays the 'Add Note' dialog and adds a note to the NoteTree"""
     		selected_title = self.treeview.get_selected_title() 
     		title_list = self.treeview.get_list_of_titles()
     		newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list)
    -		if popup == gtk.TRUE and not selected_title == _('None'):
    -			newNoteDlg.checkbutton.set_active(gtk.TRUE)
    +		if popup == True and not selected_title == _('None'):
    +			newNoteDlg.checkbutton.set_active(True)
     		response = newNoteDlg.run()
     
     		if response == gtk.RESPONSE_CANCEL:
    @@ -296,7 +296,7 @@
     		dlg = gtk.Dialog(_("Remove Note"))
     		pic = gtk.gdk.pixbuf_new_from_file(notemeister.const.aboutPic)
     		dlg.set_icon(pic)
    -		hbox = gtk.HBox(gtk.FALSE, 8)
    +		hbox = gtk.HBox(False, 8)
     		hbox.set_border_width(8)
     		image = gtk.Image()
     		image.set_from_stock(gtk.STOCK_DIALOG_QUESTION, gtk.ICON_SIZE_DIALOG)
    @@ -304,7 +304,7 @@
     		dlg.add_button(gtk.STOCK_CANCEL, gtk.RESPONSE_CANCEL)
     		title = self.treeview.get_selected_title()
     		label = gtk.Label(_("Are you sure you want to \nremove note ") + title + "?")
    -		label.set_use_markup(gtk.TRUE)
    +		label.set_use_markup(True)
     		dlg.vbox.pack_start(hbox, gtk.SHRINK)
     		hbox.pack_start(image, gtk.SHRINK)
     		hbox.pack_start(label, gtk.SHRINK)
    @@ -321,9 +321,9 @@
     
     	def on_rename_note_activate(self, obj):
     		"""Renames a note in the tree, via a dialog"""
    -		hbox = gtk.HBox(gtk.FALSE, 8)
    +		hbox = gtk.HBox(False, 8)
     		entry = gtk.Entry()
    -		entry.set_activates_default(gtk.TRUE)
    +		entry.set_activates_default(True)
     		label = gtk.Label(_("Enter new name: "))
     		image = gtk.Image()
     		image.set_from_stock(gtk.STOCK_DIALOG_QUESTION, gtk.ICON_SIZE_DIALOG)
    @@ -425,7 +425,7 @@
     			selected_title = self.treeview.get_selected_title() 
     			title_list = self.treeview.get_list_of_titles()
     			if dialog.get_link_active():
    -				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename), gtk.FALSE)
    +				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename), False)
     			else :
     				newNoteDlg = notemeister.NewNoteDlg.NewNoteDlg(selected_title, title_list, os.path.basename(filename))
     			response = newNoteDlg.run()
    @@ -473,7 +473,7 @@
     		(model, iter) = self.treeview.get_selection().get_selected()
     #        subtree_checkbox = gtk.CheckButton("Export entire subtree")
     		if self.treeview.store.iter_has_child(iter):
    -			dialog = notemeister.Dialogs.ExportNoteChooser(gtk.TRUE)
    +			dialog = notemeister.Dialogs.ExportNoteChooser(True)
     		else :
     			dialog = notemeister.Dialogs.ExportNoteChooser()
     #            dialog.set_extra_widget(subtree_checkbox)
    @@ -573,9 +573,9 @@
     		self.statusbar.output(_("Autosaving data..."), 2000)
     		self.treeview.saveNotes()
     		if self.Conf.enable_autosave:
    -			return gtk.TRUE
    +			return True
     		else:
    -			return gtk.FALSE
    +			return False
     
     	def on_tray_activate(self, obj, event):
     		if event.button == 1:
    @@ -584,10 +584,10 @@
     	def toggle_visibility(self):
     		if NoteMeister.visible:
     			self.topWindow.hide()
    -			NoteMeister.visible = gtk.FALSE
    +			NoteMeister.visible = False
     		else:
     			self.topWindow.show()
    -			NoteMeister.visible = gtk.TRUE
    +			NoteMeister.visible = True
     			
     
     	def on_button_press_event(self, obj, event):
    @@ -600,18 +600,18 @@
     		self.prop_dlg = self.ptop.get_widget("properties_dialog")
     		lines_label = self.ptop.get_widget("lines_label")
     		lines_label.set_text('Number of Lines: ' + str(self.textview.get_line_count()))
    -		lines_label.set_use_markup(gtk.TRUE)
    +		lines_label.set_use_markup(True)
     		chars_label = self.ptop.get_widget("chars_label")
     		chars_label.set_text('Number of Characters: ' + str(self.textview.get_char_count()))
    -		chars_label.set_use_markup(gtk.TRUE)
    +		chars_label.set_use_markup(True)
     		words_label = self.ptop.get_widget("words_label")
     		words_label.set_text('Number of Words: ' + str(self.textview.get_word_count()))
    -		words_label.set_use_markup(gtk.TRUE)
    +		words_label.set_use_markup(True)
     		link_label = self.ptop.get_widget("link_label")
     		link = self.treeview.get_selected_link()
     		if link != "":
     			link_label.set_text(link)
    -		link_label.set_use_markup(gtk.TRUE)
    +		link_label.set_use_markup(True)
     		change_link_button = self.ptop.get_widget("change_link_button")
     		change_link_button.connect("clicked", self.on_change_link_button_clicked, link_label)
     		clear_link_button = self.ptop.get_widget("clear_link_button")
    @@ -624,12 +624,12 @@
     		(model, iter) = self.treeview.get_selection().get_selected()
     		note = self.treeview.store.get_value(iter, 2)
     		link_label.set_text('Note has no link.')
    -		link_label.set_use_markup(gtk.TRUE)
    +		link_label.set_use_markup(True)
     		note.link = ''
     		if self.treeview.store.iter_has_child(iter):
    -			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.TRUE ))
    +			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, True ))
     		else:
    -			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.FALSE))
    +			self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, False))
     
     	def on_change_link_button_clicked(self, obj, link_label):
     		dialog = gtk.FileChooserDialog("Changing link...", 
    @@ -645,9 +645,9 @@
     			note = self.treeview.store.get_value(iter, 2)
     			note.link = dialog.get_filename()
     			if self.treeview.store.iter_has_child(iter):
    -				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.TRUE))
    +				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, True))
     			else:
    -				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, gtk.FALSE))
    +				self.treeview.store.set_value(iter, 0, self.treeview.get_icon_pixbuf(note.link, False))
     
     		dialog.destroy()
     
    @@ -655,7 +655,7 @@
     	def show_prefs_dialog(self):
     		self.ptop = gtk.glade.XML(notemeister.const.gladePrefs, "preferences_dialog")
     		self.dlg = self.ptop.get_widget("preferences_dialog")
    -		self.dlg.set_resizable(gtk.FALSE)
    +		self.dlg.set_resizable(False)
     
     		# General Settings	
     #        tray_checkbox = self.ptop.get_widget("tray_checkbutton")
    @@ -663,9 +663,9 @@
     		autosave_entry = self.ptop.get_widget("autosave_entry")
     
     #        if self.Conf.enable_trayicon:
    -#            tray_checkbox.set_active(gtk.TRUE)
    +#            tray_checkbox.set_active(True)
     		if self.Conf.enable_autosave:
    -			autosave_checkbox.set_active(gtk.TRUE)
    +			autosave_checkbox.set_active(True)
     
     		autosave_entry.set_value(self.Conf.autosave_time)
     
    @@ -676,14 +676,14 @@
     		short_date_radio = self.ptop.get_widget("short_date_radio")
     
     		if self.Conf.twelve_hour_time:
    -			twelve_hour_radio.set_active(gtk.TRUE)
    +			twelve_hour_radio.set_active(True)
     		else:
    -			twentyfour_hour_radio.set_active(gtk.TRUE)
    +			twentyfour_hour_radio.set_active(True)
     
     		if self.Conf.long_date:
    -			long_date_radio.set_active(gtk.TRUE)
    +			long_date_radio.set_active(True)
     		else:
    -			short_date_radio.set_active(gtk.TRUE)
    +			short_date_radio.set_active(True)
     
     		self.ptop.signal_autoconnect({
     #                "on_tray_checkbutton_toggled" 	: self.on_tray_checkbutton_toggled,
    diff -urN notemeister-0.1.7/src/lib/NoteTree.py notemeister/src/lib/NoteTree.py
    --- notemeister-0.1.7/src/lib/NoteTree.py	2004-07-06 01:38:32.000000000 +1000
    +++ notemeister/src/lib/NoteTree.py	2005-04-21 14:45:52.000000000 +1000
    @@ -23,8 +23,8 @@
     		self.view = view
     		self.init_model()
     		self.init_view_columns()
    -		self.set_rules_hint(gtk.TRUE)
    -		self.set_reorderable(gtk.TRUE)
    +		self.set_rules_hint(True)
    +		self.set_reorderable(True)
     
     		self.connect("cursor-changed", self.on_selection_changed)
     		self.connect("button-press-event", self.on_button_press_event)
    @@ -51,7 +51,7 @@
     	def on_button_press_event(self, object, event):
     		if event.button == 3:
     			self.popup_menu.popup(None, None, None, event.button, event.time)
    -			return gtk.TRUE
    +			return True
     		if event.button == 1 and event.type == gtk.gdk._2BUTTON_PRESS:
     			path = self.get_path_at_pos(int(event.x), int(event.y))
     
    @@ -69,11 +69,11 @@
     	def set_word_wrap(self, is_wrap):
     		if is_wrap:
     			self.view.set_wrap_mode(gtk.WRAP_WORD)
    -			self.wrap_toggle.set_active(gtk.TRUE)
    +			self.wrap_toggle.set_active(True)
     			self.anote.wrap = '1'
     		else:
     			self.view.set_wrap_mode(gtk.WRAP_NONE)
    -			self.wrap_toggle.set_active(gtk.FALSE)
    +			self.wrap_toggle.set_active(False)
     			self.anote.wrap = '0'
     
     	def loadNotes(self):
    @@ -83,9 +83,9 @@
     			self.noteList = self.load_from_xml(notemeister.const.dataFileXML)
     			for note in self.noteList:
     				if len(note.path) > 1 :
    -					self.add_new_note_to_tree(note, self.get_parent_iter(note), gtk.TRUE)
    +					self.add_new_note_to_tree(note, self.get_parent_iter(note), True)
     				else : 
    -					self.add_new_note_to_tree(note, None, gtk.TRUE)
    +					self.add_new_note_to_tree(note, None, True)
     		else: # First time run with new version
     			try:
     				f = file(notemeister.const.dataFile)
    @@ -105,12 +105,12 @@
     				parent_path = note.path[:-1]
     				if len(parent_path):
     					parent_iter = self.store.get_iter(parent_path)
    -					self.add_new_note_to_tree(note, parent_iter, gtk.TRUE)
    +					self.add_new_note_to_tree(note, parent_iter, True)
     				else:
    -					self.add_new_note_to_tree(note, None, gtk.TRUE)
    +					self.add_new_note_to_tree(note, None, True)
     		return len(self.noteList)
     
    -	def load_from_xml(self, filename, from_string=gtk.FALSE):
    +	def load_from_xml(self, filename, from_string=False):
     		self.noteList = []
     		try:
     			if from_string:
    @@ -286,17 +286,17 @@
     	def get_string_from_path(self, path):
     		return self.store.get_string_from_iter(self.store.get_iter(path))
     
    -	def add_new_note_to_tree(self, note, parent=None, load=gtk.FALSE):
    +	def add_new_note_to_tree(self, note, parent=None, load=False):
     		iter = self.store.append(parent, [self.get_icon_pixbuf(link=note.link), note.title, note])
     		note.path = self.store.get_path(iter)
     #        note.buffer.add_selection_clipboard(self.view.clipboard)
     
     		if parent: # change parent icon in Tree
    -			self.store.set_value(parent, 0, self.get_icon_pixbuf(self.store.get_value(parent,2).link, gtk.TRUE))
    +			self.store.set_value(parent, 0, self.get_icon_pixbuf(self.store.get_value(parent,2).link, True))
     
     		if not load:
     			self.expand_to_path(note.path)
    -			self.set_cursor_on_cell(note.path, None, None, gtk.FALSE)
    +			self.set_cursor_on_cell(note.path, None, None, False)
     
     		self.view.set_flags(gtk.CAN_FOCUS)
     		self.view.grab_focus()
    @@ -312,11 +312,11 @@
     			path = self.store.get_path(parent)
     			self.set_cursor(path)
     			if self.store.iter_has_child(parent):
    -				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, gtk.TRUE))
    +				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, True))
     			else:
    -				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, gtk.FALSE))
    +				self.store.set_value(parent, 0, self.get_icon_pixbuf(link, False))
     		else:
    -			self.set_cursor((0,), None, gtk.FALSE)
    +			self.set_cursor((0,), None, False)
     
     
     
    @@ -336,7 +336,7 @@
     			self.store.get_value(iter, 2).title = new_name
     			self.store.set_value(iter, 1, new_name)
     
    -	def get_icon_pixbuf(self, link, is_parent=gtk.FALSE):
    +	def get_icon_pixbuf(self, link, is_parent=False):
     		"""Returns the appropriate icon for a given node"""
     		if is_parent:
     			if len(link) < 1 :
    @@ -384,9 +384,9 @@
     
     	def is_empty(self):
     		if self.store.get_iter_root():
    -			return gtk.FALSE
    +			return False
     		else:
    -			return gtk.TRUE
    +			return True
     
     	def save_active_note(self):
     		if self.anote:
    diff -urN notemeister-0.1.7/src/lib/NoteView.py notemeister/src/lib/NoteView.py
    --- notemeister-0.1.7/src/lib/NoteView.py	2004-06-22 22:20:57.000000000 +1000
    +++ notemeister/src/lib/NoteView.py	2005-04-21 14:45:52.000000000 +1000
    @@ -31,7 +31,7 @@
     		buffer = self.get_buffer()
     		if event.button == 3:
     			self.popup_menu.popup(None, None, None, event.button, event.time)
    -			return gtk.TRUE
    +			return True
     
     	def ref_font_label(self, label):
     		self.font_label = label
    @@ -203,11 +203,11 @@
     		buffer = obj.buffer
     		iter = buffer.get_start_iter()
     		while not iter.is_end():
    -			on_tags = iter.get_toggled_tags(gtk.TRUE)
    +			on_tags = iter.get_toggled_tags(True)
     			if len(on_tags) > 0:
     				for tag in on_tags:
     					string = string + '<' + buffer.get_text_tag(tag) + '>'
    -			off_tags = iter.get_toggled_tags(gtk.FALSE)
    +			off_tags = iter.get_toggled_tags(False)
     			if len(off_tags) > 0:
     				for tag in off_tags:
     					string = string + ''
    diff -urN notemeister-0.1.7/src/lib/TimedStatusbar.py notemeister/src/lib/TimedStatusbar.py
    --- notemeister-0.1.7/src/lib/TimedStatusbar.py	2004-06-09 22:57:18.000000000 +1000
    +++ notemeister/src/lib/TimedStatusbar.py	2005-04-21 14:45:52.000000000 +1000
    @@ -28,5 +28,5 @@
         def clear(self):
             self.pop(1)
             self.push(1,"")
    -        return gtk.FALSE
    +        return False
     
    diff -urN notemeister-0.1.7/src/lib/utils.py notemeister/src/lib/utils.py
    --- notemeister-0.1.7/src/lib/utils.py	2004-06-23 22:18:28.000000000 +1000
    +++ notemeister/src/lib/utils.py	2005-04-21 14:45:52.000000000 +1000
    @@ -9,15 +9,15 @@
     
     def check_read_permissions(filename):
     	if filename == None or os.access(filename, os.R_OK) == 0:
    -		return gtk.FALSE
    +		return False
     	else:
    -		return gtk.TRUE
    +		return True
     
     def check_write_permissions(filename):
     	if filename == None or os.access(os.path.dirname(filename), os.W_OK) != 1:
    -		return gtk.FALSE
    +		return False
     	else:
    -		return gtk.TRUE
    +		return True
     
     def check_path_exists(path):
     	return os.path.exists(path)
    
    
    Index: notemeister.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/notemeister/FC-3/notemeister.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- notemeister.spec	11 Apr 2005 16:24:26 -0000	1.3
    +++ notemeister.spec	5 May 2005 15:43:36 -0000	1.4
    @@ -3,25 +3,26 @@
     
     Name:           notemeister
     Version:        0.1.7
    -Release:        2
    -Epoch:          0
    -Summary:        Notemeister is a small, simple note organizer made for the GNOME2 desktop.
    +Release:        6
    +Summary:        Small, simple note organizer made for the GNOME2 desktop
     
     Group:          Applications/Productivity
     License:        GPL
     URL:            http://notemeister.sourceforge.net
    -Source0:	http://dl.sf.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz
    +Source0:        http://dl.sf.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz
     #wgetable URL:  http://mesh.dl.sourceforge.net/sourceforge/notemeister/notemeister-0.1.7.tar.gz (german sf mirror)
    +Patch0:                %{name}-gtkwarnings.patch
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    -BuildArch: 	noarch     
    +BuildArch:      noarch
     BuildRequires:  python-devel >= 2.3.3
    -BuildRequires:	gnome-python2-gconf >= 2.0
    +BuildRequires:  gnome-python2-gconf >= 2.0
     BuildRequires:	desktop-file-utils
     Requires:       python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
    -Requires:  	pygtk2 >= 2.4.0
    -Requires:  	pyorbit >= 2.0.0
    -Requires:  	gnome-python2 >= 2.0.2
    +Requires:       pygtk2 >= 2.4.0
    +Requires:       pyorbit >= 2.0.0
    +Requires:       gnome-python2 >= 2.0.2
    +Requires:       gnome-python2-gconf
     
     
     
    @@ -33,12 +34,12 @@
         * Simple text formatting by highlighted bounds
         * Auto-save feature
         * Import/Export to/from text files
    -    * Link notes to a file on disk 
    +    * Link notes to a file on disk
     
     
     %prep
     %setup -q
    -
    +%patch0 -b patch0 -p 1
     
     %build
     CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
    @@ -56,7 +57,7 @@
       --delete-original \
       $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
     rm -rf $RPM_BUILD_ROOT/usr/doc/%{name}-%{version}
    - 
    +
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    @@ -75,9 +76,18 @@
     
     
     %changelog
    -* Mon Apr 11 2005 Thorsten Leemhuis  0.1.7-3
    +* Thu May 05 2005 Thorsten Leemhuis  0.1.7-6
    +- Add notemeister-gtkwarnings.patch from bytee to fix gtk deprecation warnings
    +
    +* Thu Apr 14 2005 Michael Schwendt  - 0.1.7-5
    +- Add dependency on gnome-python2-gconf for 'import gconf'.
    +
    +* Mon Apr 11 2005 Thorsten Leemhuis  0.1.7-4
     - BR desktop-file-install
     
    +* Wed Mar 30 2005 Thorsten Leemhuis  0.1.7-3
    +- Devel rebuild
    +
     * Fri Nov 19 2004 Thorsten Leemhuis  - 0:0.1.7-0.fdr.2
     - Don't ship empty NEWS file
     - Point Source0 to sourceforge download redirector
    
    
    
    From notting at redhat.com  Thu May  5 15:43:19 2005
    From: notting at redhat.com (Bill Nottingham)
    Date: Thu, 5 May 2005 11:43:19 -0400
    Subject: rpms/alsa-tools/devel alsa-tools.spec,1.5,1.6
    In-Reply-To: <20050505173901.40f104ea@python2>
    References: <200505051352.j45Dq2gF001728@cvs-int.fedora.redhat.com>
    	<20050505173901.40f104ea@python2>
    Message-ID: <20050505154319.GB27888@nostromo.devel.redhat.com>
    
    Matthias Saou (thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net) said: 
    > Thorsten Leemhuis wrote :
    > 
    > > Log Message:
    > > don't build ac3dec -- use a52dec instead
    > 
    > Hmm, does this mean the tarball includes the full source to an AC3 stream
    > decoder? If so, this might be a problem, even if it doesn't get built...
    
    Yeah, it should probably be pruned.
    
    Bill
    
    
    
    From fedora at leemhuis.info  Thu May  5 16:17:06 2005
    From: fedora at leemhuis.info (Thorsten Leemhuis)
    Date: Thu, 05 May 2005 18:17:06 +0200
    Subject: rpms/alsa-tools/devel alsa-tools.spec,1.5,1.6
    In-Reply-To: <20050505154319.GB27888@nostromo.devel.redhat.com>
    References: <200505051352.j45Dq2gF001728@cvs-int.fedora.redhat.com>
    	<20050505173901.40f104ea@python2>
    	<20050505154319.GB27888@nostromo.devel.redhat.com>
    Message-ID: <1115309826.5804.34.camel@notebook.thl.home>
    
    Am Donnerstag, den 05.05.2005, 11:43 -0400 schrieb Bill Nottingham:
    > Matthias Saou (thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net) said: 
    > > Thorsten Leemhuis wrote :
    > > 
    > > > Log Message:
    > > > don't build ac3dec -- use a52dec instead
    > > 
    > > Hmm, does this mean the tarball includes the full source to an AC3 stream
    > > decoder? If so, this might be a problem, even if it doesn't get built...
    > 
    > Yeah, it should probably be pruned.
    
    Is there any special treatment necessary/considered after removing it?
    Rename the source to alsa-tools-1.0.8-pruned.tar.bz2 or something like
    that?
    
    BTW Matthias, what is with alsaplayer?
    https://www.redhat.com/archives/fedora-extras-list/2005-April/msg00584.html
    It's still in the extras-repos for FC3 and FC4. Shall I put a remove
    request in the wiki and also request removal of older alsa-tools
    versions?
    
    CU
    thl
    -- 
    Thorsten Leemhuis 
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 18:17:10 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 14:17:10 -0400
    Subject: rpms/enigma/FC-3 .cvsignore, 1.2, 1.3 enigma.spec, 1.3, 1.4 sources,
    	1.2, 1.3 enigma-0.81-gcc34.patch, 1.1, NONE
    Message-ID: <200505051817.j45IHfok007423@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7383/FC-3
    
    Modified Files:
    	.cvsignore enigma.spec sources 
    Removed Files:
    	enigma-0.81-gcc34.patch 
    Log Message:
    - Update to 0.91
    - Add BR gettext, SDL_ttf-devel
    - Use find_lang
    - gtk-update-icon-cache in post and postun
    - Remove GCC patches
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:16:05 -0000	1.2
    +++ .cvsignore	5 May 2005 18:17:08 -0000	1.3
    @@ -1 +1 @@
    -enigma-0.81.tar.gz
    +enigma-0.91.tar.gz
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/enigma.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- enigma.spec	10 Nov 2004 23:18:39 -0000	1.3
    +++ enigma.spec	5 May 2005 18:17:08 -0000	1.4
    @@ -1,29 +1,28 @@
     Name:           enigma
    -Version:        0.81
    -Release:        3
    +Version:        0.91
    +Release:        1
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
     License:        GPL
     URL:            http://www.nongnu.org/enigma/
    -Source0:        http://savannah.nongnu.org/download/enigma/enigma-%{version}.tar.gz
    -Patch:          enigma-0.81-gcc34.patch
    +Source0:        http://savannah.nongnu.org/download/enigma/enigma-0.91.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    -BuildRequires:	SDL-devel >= 0:1.2  SDL_image-devel >= 0:1.2 SDL_mixer-devel >= 0:1.2
    -BuildRequires:  desktop-file-utils zlib-devel >= 0:1.2.0 tetex >= 0:2.0.2
    +BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4
    +BuildRequires:  SDL_ttf-devel gettext
    +BuildRequires:  desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2
     
     %description
    -Enigma is a tribute to and a re-implementation of one of the most               
    -original and intriguing computer games of the 1990's: Oxyd.  Your               
    -objective is easily explained: find and uncover all pairs of identical          
    -Oxyd stones in each landscape.  Sounds simple?  It would be, if it              
    -weren't for hidden traps, vast mazes, insurmountable obstacles and              
    -innumerable puzzles blocking your direct way to the Oxyd stones...      
    +Enigma is a tribute to and a re-implementation of one of the most
    +original and intriguing computer games of the 1990's: Oxyd.  Your
    +objective is easily explained: find and uncover all pairs of identical
    +Oxyd stones in each landscape.  Sounds simple?  It would be, if it
    +weren't for hidden traps, vast mazes, insurmountable obstacles and
    +innumerable puzzles blocking your direct way to the Oxyd stones...
     
     %prep
     %setup -q
    -%patch -p1 -b .gcc34
     
     %build
     %configure --enable-optimize
    @@ -41,11 +40,12 @@
       --add-category "X-Fedora"                                 \
       $RPM_BUILD_ROOT%{_datadir}/applications/enigma.desktop
     
    +%find_lang %{name}
     
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    -%files
    +%files -f %{name}.lang
     %defattr(-,root,root,-)
     %doc README AUTHORS ChangeLog COPYING NEWS doc/TODO html/
     %{_datadir}/enigma
    @@ -56,6 +56,12 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  - 0.91-1
    +- Update to 0.91
    +- Add BR gettext, SDL_ttf-devel
    +- Use find_lang
    +- Remove GCC patches
    +
     * Thu Nov 11 2004 Michael Schwendt  - 0.81-3
     - Fix a number of C++ issues for FC3/GCC 3.4.
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:16:05 -0000	1.2
    +++ sources	5 May 2005 18:17:08 -0000	1.3
    @@ -1 +1 @@
    -d200891cde56d9bdbac65aa65fb4aa34  enigma-0.81.tar.gz
    +784d12ff1846ab05986a6d0c7489e5ea  enigma-0.91.tar.gz
    
    
    --- enigma-0.81-gcc34.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 18:17:10 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Thu,  5 May 2005 14:17:10 -0400
    Subject: rpms/enigma/devel .cvsignore, 1.2, 1.3 enigma.spec, 1.6, 1.7 sources,
    	1.2, 1.3 enigma-0.81-gcc34.patch, 1.1,
    	NONE enigma-0.81-gcc4.patch, 1.1, NONE
    Message-ID: <200505051817.j45IHfX8007426@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7383/devel
    
    Modified Files:
    	.cvsignore enigma.spec sources 
    Removed Files:
    	enigma-0.81-gcc34.patch enigma-0.81-gcc4.patch 
    Log Message:
    - Update to 0.91
    - Add BR gettext, SDL_ttf-devel
    - Use find_lang
    - gtk-update-icon-cache in post and postun
    - Remove GCC patches
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:16:05 -0000	1.2
    +++ .cvsignore	5 May 2005 18:17:08 -0000	1.3
    @@ -1 +1 @@
    -enigma-0.81.tar.gz
    +enigma-0.91.tar.gz
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- enigma.spec	13 Apr 2005 23:50:00 -0000	1.6
    +++ enigma.spec	5 May 2005 18:17:08 -0000	1.7
    @@ -1,17 +1,16 @@
     Name:           enigma
    -Version:        0.81
    -Release:        5
    +Version:        0.91
    +Release:        2
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
     License:        GPL
     URL:            http://www.nongnu.org/enigma/
    -Source0:        http://savannah.nongnu.org/download/enigma/enigma-%{version}.tar.gz
    -Patch0:         enigma-0.81-gcc34.patch
    -Patch1:         enigma-0.81-gcc4.patch
    +Source0:        http://savannah.nongnu.org/download/enigma/enigma-0.91.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    -BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2
    +BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4
    +BuildRequires:  SDL_ttf-devel gettext
     BuildRequires:  desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2
     
     %description
    @@ -24,9 +23,6 @@
     
     %prep
     %setup -q
    -%patch0 -p1 -b .gcc34
    -%patch1 -p1 -b .gcc4
    -
     
     %build
     %configure --enable-optimize
    @@ -44,11 +40,19 @@
       --add-category "X-Fedora"                                 \
       $RPM_BUILD_ROOT%{_datadir}/applications/enigma.desktop
     
    +%find_lang %{name}
     
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    -%files
    +%post
    +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2>/dev/null || :
    +
    +%postun
    +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor 2>/dev/null || :
    +
    +
    +%files -f %{name}.lang
     %defattr(-,root,root,-)
     %doc README AUTHORS ChangeLog COPYING NEWS doc/TODO html/
     %{_datadir}/enigma
    @@ -59,6 +63,16 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  - 0.91-2
    +- rebuilt
    +
    +* Thu May 05 2005 Thorsten Leemhuis  - 0.91-1
    +- Update to 0.91
    +- Add BR gettext, SDL_ttf-devel
    +- Use find_lang
    +- gtk-update-icon-cache in post and postun
    +- Remove GCC patches
    +
     * Thu Apr 14 2005 Michael Schwendt  - 0.81-5
     - Fix build for GCC4.
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:16:05 -0000	1.2
    +++ sources	5 May 2005 18:17:08 -0000	1.3
    @@ -1 +1 @@
    -d200891cde56d9bdbac65aa65fb4aa34  enigma-0.81.tar.gz
    +784d12ff1846ab05986a6d0c7489e5ea  enigma-0.91.tar.gz
    
    
    --- enigma-0.81-gcc34.patch DELETED ---
    
    
    --- enigma-0.81-gcc4.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 18:54:47 2005
    From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj))
    Date: Thu,  5 May 2005 14:54:47 -0400
    Subject: common Makefile.common,1.10,1.11
    Message-ID: <200505051854.j45IslLP007614@cvs-int.fedora.redhat.com>
    
    Author: katzj
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7597
    
    Modified Files:
    	Makefile.common 
    Log Message:
    add patch from ensc to make the 'patch' and 'rediff'
    targets work when $(RPM_BUILD_DIR) is set to another dir
    
    
    
    Index: Makefile.common
    ===================================================================
    RCS file: /cvs/extras/common/Makefile.common,v
    retrieving revision 1.10
    retrieving revision 1.11
    diff -u -r1.10 -r1.11
    --- Makefile.common	13 Apr 2005 19:55:11 -0000	1.10
    +++ Makefile.common	5 May 2005 18:54:45 -0000	1.11
    @@ -328,7 +328,7 @@
     PATCHFILE := $(NAME)-$(VERSION)-$(SUFFIX).patch
     patch:
     	@if test -z "$(SUFFIX)"; then echo "Must specify SUFFIX=whatever" ; exit 1; fi
    -	(cd $(RPM_BUILD_DIR)/.. && gendiff $(NAME)-$(VERSION) .$(SUFFIX) | $(FILTERDIFF) > $(PATCHFILE)) || true
    +	(cd $(RPM_BUILD_DIR)/.. && gendiff $(NAME)-$(VERSION) .$(SUFFIX) | $(FILTERDIFF)) > $(PATCHFILE) || true
     	@if ! test -s $(PATCHFILE); then echo "Patch is empty!"; exit 1; fi
     	@echo "Created $(PATCHFILE)"
     	@grep "$(PATCHFILE)" CVS/Entries >&/dev/null || cvs add -ko $(PATCHFILE) || true
    @@ -341,7 +341,7 @@
     	@if ! test -f "$(PATCHFILE)"; then echo "$(PATCHFILE) not found"; exit 1; fi
     	@mv -f $(PATCHFILE) $(PATCHFILE)\~
     	@sed '/^--- /,$$d' < $(PATCHFILE)\~ > $(PATCHFILE)
    -	@cd $(RPM_BUILD_DIR)/.. && gendiff $(NAME)-$(VERSION) .$(SUFFIX) | $(FILTERDIFF) >> $(PATCHFILE) || true
    +	@(cd $(RPM_BUILD_DIR)/.. && gendiff $(NAME)-$(VERSION) .$(SUFFIX) | $(FILTERDIFF)) >> $(PATCHFILE) || true
     
     clog: $(SPECFILE)
     	@sed -n '/^%changelog/,/^$$/{/^%/d;/^$$/d;s/%%/%/g;p}' $(SPECFILE) | tee $@
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 19:12:45 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 15:12:45 -0400
    Subject: common tobuild,1.141,1.142
    Message-ID: <200505051912.j45JCjak008621@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8604
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/notemeister/devel notemeister-0_1_7-7 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.141
    retrieving revision 1.142
    diff -u -r1.141 -r1.142
    --- tobuild	5 May 2005 13:19:52 -0000	1.141
    +++ tobuild	5 May 2005 19:12:42 -0000	1.142
    @@ -29,3 +29,4 @@
     skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
     skvidal	rpms/exim/devel	exim-4_51-1	devel
     skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    +skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 19:13:23 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 15:13:23 -0400
    Subject: common tobuild,1.142,1.143
    Message-ID: <200505051913.j45JDN5e008654@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8637
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/enigma/devel enigma-0_91-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.142
    retrieving revision 1.143
    diff -u -r1.142 -r1.143
    --- tobuild	5 May 2005 19:12:42 -0000	1.142
    +++ tobuild	5 May 2005 19:13:21 -0000	1.143
    @@ -30,3 +30,4 @@
     skvidal	rpms/exim/devel	exim-4_51-1	devel
     skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
     skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    +skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 19:14:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 15:14:19 -0400
    Subject: common tobuild,1.143,1.144
    Message-ID: <200505051914.j45JEJue008687@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8670
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-crypto/devel python-crypto-2_0-4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.143
    retrieving revision 1.144
    diff -u -r1.143 -r1.144
    --- tobuild	5 May 2005 19:13:21 -0000	1.143
    +++ tobuild	5 May 2005 19:14:17 -0000	1.144
    @@ -31,3 +31,4 @@
     skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
     skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
     skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    +skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 19:25:02 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Thu,  5 May 2005 15:25:02 -0400
    Subject: rpms/xemacs/devel xemacs-21.4.17-innerbuf.patch, NONE,
    	1.1 xemacs.spec, 1.2, 1.3
    Message-ID: <200505051925.j45JP3LK008763@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/rpms/xemacs/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8743
    
    Modified Files:
    	xemacs.spec 
    Added Files:
    	xemacs-21.4.17-innerbuf.patch 
    Log Message:
    Stack corruption fix from Enrico Scholz, #154112.
    
    xemacs-21.4.17-innerbuf.patch:
    
    --- NEW FILE xemacs-21.4.17-innerbuf.patch ---
    2005-04-07 15:08  Enrico Scholz 
    	* src/process-unix.c (unix_open_network_stream): moved
    	  'portbuf' buffer out of an inner block as it is used in the
    	  entire function. With gcc4, the stack may get corrupted
    	  after leaving this block. This patches adjusts the size of
    	  the used buffer also; static '128' bytes are far too much
    	  currently and might not suffice for future architectures
    	  (e.g. for 512 bit ones ;)). Instead of, use only the really
    	  required space (max octets * ln(256)/ln(10) chars + space
    	  for '\0' and the sign)
    
    --- xemacs-21.4.17/src/process-unix.c.innerbuf	2005-01-31 03:55:26.000000000 +0100
    +++ xemacs-21.4.17/src/process-unix.c	2005-04-07 16:09:36.000000000 +0200
    @@ -1670,13 +1670,13 @@
         volatile int xerrno = 0;
         volatile int failed_connect = 0;
         char *ext_host;
    +    char portbuf[sizeof(long)*3 + 2];
         /*
          * Caution: service can either be a string or int.
          * Convert to a C string for later use by getaddrinfo.
          */
         if (INTP (service))
           {
    -	char portbuf[128];
     	snprintf (portbuf, sizeof (portbuf), "%ld", (long) XINT (service));
     	portstring = portbuf;
     	port = htons ((unsigned short) XINT (service));
    
    
    Index: xemacs.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xemacs/devel/xemacs.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- xemacs.spec	5 Mar 2005 21:10:25 -0000	1.2
    +++ xemacs.spec	5 May 2005 19:24:59 -0000	1.3
    @@ -1,7 +1,7 @@
     Summary: Different version of Emacs
     Name: xemacs
     Version: 21.4.17
    -Release: 2
    +Release: 3
     License: GPL
     Group: Applications/Editors
     Source0: ftp://ftp.xemacs.org/xemacs-21.4/xemacs-%{version}.tar.bz2
    @@ -12,6 +12,7 @@
     Source22: delprevline.py
     Source23: dotxemacs-init.el
     Source24: default.el
    +Patch0: xemacs-21.4.17-innerbuf.patch
     Patch5: xemacs-21-cursor.patch
     Patch10: xemacs-21.4.10-find-paths-pkgdir.patch
     Patch11: movemail-mktemp.patch
    @@ -129,6 +130,7 @@
     sed -i -e "s|\@srcdir\@|$PWD|" lisp/dump-paths.el
     
     ## non-Lisp patches ##
    +%patch0 -p1 -b .innerbuf
     %patch5 -p1 -b .cursor
     # movemail
     %patch11 -p1 -b .mkstemp
    @@ -363,6 +365,10 @@
     
     
     %changelog
    +* Thu May  5 2005 Ville Skytt??  - 21.4.17-3
    +- Avoid stack corruption in open-network-stream when built with gcc4
    +  (Enrico Scholz, #154112).
    +
     * Tue Mar  1 2005 Ville Skytt??  - 21.4.17-2
     - Drop xemacs-sumo build dependency and -nox install time dependency on it
       to solve chicken-egg bootstrap problem.
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 20:20:59 2005
    From: fedora-extras-commits at redhat.com (Ed Hill (edhill))
    Date: Thu,  5 May 2005 16:20:59 -0400
    Subject: rpms/netcdf/FC-3 netcdf.spec,1.5,1.6
    Message-ID: <200505052021.j45KLTRC009888@cvs-int.fedora.redhat.com>
    
    Author: edhill
    
    Update of /cvs/extras/rpms/netcdf/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9856/FC-3
    
    Modified Files:
    	netcdf.spec 
    Log Message:
    fix bug #156748 and several small clean-ups
    
    
    
    Index: netcdf.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/netcdf/FC-3/netcdf.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- netcdf.spec	6 Mar 2005 04:37:01 -0000	1.5
    +++ netcdf.spec	5 May 2005 20:20:57 -0000	1.6
    @@ -1,6 +1,9 @@
    +%define dist .fc3
    +%define fedora 3
    +
     Name:           netcdf
     Version:        3.6.0
    -Release:        1.p1
    +Release:        2.p1%{?dist}
     Summary:        Libraries for the Unidata network Common Data Form (NetCDF v3)
     
     Group:          Applications/Engineering
    @@ -14,7 +17,7 @@
     %package devel
     Summary:        Development files for netcdf-3
     Group:          Development/Libraries
    -#Requires:       %{name} = %{version}-%{release}
    +Requires:       %{name} = %{version}-%{release}
     
     %description
     NetCDF-3 (network Common Data Form ver3) is an interface for
    @@ -65,22 +68,27 @@
     #  The parallel build was tested and it does NOT work.
     #  make %{?_smp_mflags}
     make
    +unset FC
    +unset CPPFLAGS
     
     %install
    -rm -rf $RPM_BUILD_ROOT
    -mkdir $RPM_BUILD_ROOT
    -mkdir -p $RPM_BUILD_ROOT/%{_includedir}/netcdf-3
    -mkdir -p $RPM_BUILD_ROOT/%{_libdir}/netcdf-3
    -mkdir -p $RPM_BUILD_ROOT/%{_datadir}
    -mkdir -p $RPM_BUILD_ROOT/%{_mandir}
    +rm -rf ${RPM_BUILD_ROOT}
    +mkdir ${RPM_BUILD_ROOT}
    +mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3
    +mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/netcdf-3
    +mkdir -p ${RPM_BUILD_ROOT}%{_datadir}
    +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}
     cd src
     %makeinstall INCDIR=${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 \
       LIBDIR=${RPM_BUILD_ROOT}%{_libdir}/netcdf-3 \
    -  MANDIR=$RPM_BUILD_ROOT/%{_mandir}
    -rm -rf $RPM_BUILD_ROOT/%{_mandir}/man3f*
    +  MANDIR=${RPM_BUILD_ROOT}%{_mandir}
    +rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man3f*
    +find ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 -type f | xargs chmod 644
    +find ${RPM_BUILD_ROOT}%{_libdir}/netcdf-3 -type f | xargs chmod 644
    +find ${RPM_BUILD_ROOT}%{_mandir} -type f | xargs chmod 644
     
     %clean
    -rm -rf $RPM_BUILD_ROOT
    +rm -rf ${RPM_BUILD_ROOT}
     
     
     %files
    @@ -97,6 +105,11 @@
     
     
     %changelog
    +* Wed May  5 2005 Ed Hill  - 3.6.0-2.p1
    +- make netcdf-devel require netcdf (bug #156748)
    +- cleanup environment and paths
    +- fix file permissions
    +
     * Sat Mar  5 2005 Ed Hill  - 0:3.6.0-1.p1
     - update for 3.6.0-p1 large-files-bug fix and remove the Epoch
     
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 20:21:00 2005
    From: fedora-extras-commits at redhat.com (Ed Hill (edhill))
    Date: Thu,  5 May 2005 16:21:00 -0400
    Subject: rpms/netcdf/devel netcdf.spec,1.5,1.6
    Message-ID: <200505052021.j45KLUUn009891@cvs-int.fedora.redhat.com>
    
    Author: edhill
    
    Update of /cvs/extras/rpms/netcdf/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9856/devel
    
    Modified Files:
    	netcdf.spec 
    Log Message:
    fix bug #156748 and several small clean-ups
    
    
    
    Index: netcdf.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/netcdf/devel/netcdf.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- netcdf.spec	6 Apr 2005 03:33:33 -0000	1.5
    +++ netcdf.spec	5 May 2005 20:20:57 -0000	1.6
    @@ -1,6 +1,9 @@
    +%define dist .fc4
    +%define fedora 4
    +
     Name:           netcdf
     Version:        3.6.0
    -Release:        2.p1
    +Release:        3.p1%{?dist}
     Summary:        Libraries for the Unidata network Common Data Form (NetCDF v3)
     
     Group:          Applications/Engineering
    @@ -14,7 +17,7 @@
     %package devel
     Summary:        Development files for netcdf-3
     Group:          Development/Libraries
    -#Requires:       %{name} = %{version}-%{release}
    +Requires:       %{name} = %{version}-%{release}
     
     %description
     NetCDF-3 (network Common Data Form ver3) is an interface for
    @@ -65,25 +68,27 @@
     #  The parallel build was tested and it does NOT work.
     #  make %{?_smp_mflags}
     make
    +unset FC
    +unset CPPFLAGS
     
     %install
    -rm -rf $RPM_BUILD_ROOT
    -mkdir $RPM_BUILD_ROOT
    -mkdir -p $RPM_BUILD_ROOT/%{_includedir}/netcdf-3
    -mkdir -p $RPM_BUILD_ROOT/%{_libdir}/netcdf-3
    -mkdir -p $RPM_BUILD_ROOT/%{_datadir}
    -mkdir -p $RPM_BUILD_ROOT/%{_mandir}
    +rm -rf ${RPM_BUILD_ROOT}
    +mkdir ${RPM_BUILD_ROOT}
    +mkdir -p ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3
    +mkdir -p ${RPM_BUILD_ROOT}%{_libdir}/netcdf-3
    +mkdir -p ${RPM_BUILD_ROOT}%{_datadir}
    +mkdir -p ${RPM_BUILD_ROOT}%{_mandir}
     cd src
     %makeinstall INCDIR=${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 \
       LIBDIR=${RPM_BUILD_ROOT}%{_libdir}/netcdf-3 \
    -  MANDIR=${RPM_BUILD_ROOT}/%{_mandir}
    -rm -rf $RPM_BUILD_ROOT/%{_mandir}/man3f*
    +  MANDIR=${RPM_BUILD_ROOT}%{_mandir}
    +rm -rf ${RPM_BUILD_ROOT}%{_mandir}/man3f*
     find ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 -type f | xargs chmod 644
     find ${RPM_BUILD_ROOT}%{_libdir}/netcdf-3 -type f | xargs chmod 644
    -find ${RPM_BUILD_ROOT}/%{_mandir} -type f | xargs chmod 644
    +find ${RPM_BUILD_ROOT}%{_mandir} -type f | xargs chmod 644
     
     %clean
    -rm -rf $RPM_BUILD_ROOT
    +rm -rf ${RPM_BUILD_ROOT}
     
     
     %files
    @@ -100,6 +105,10 @@
     
     
     %changelog
    +* Wed May  5 2005 Ed Hill  - 3.6.0-3.p1
    +- make netcdf-devel require netcdf (bug #156748)
    +- cleanup environment and paths
    +
     * Tue Apr  5 2005 Ed Hill  - 0:3.6.0-2.p1
     - update for gcc-gfortran
     - fix file permissions
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 21:10:24 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 17:10:24 -0400
    Subject: common tobuild,1.144,1.145
    Message-ID: <200505052110.j45LAOrd010979@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10962
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xemacs/devel xemacs-21_4_17-3 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.144
    retrieving revision 1.145
    diff -u -r1.144 -r1.145
    --- tobuild	5 May 2005 19:14:17 -0000	1.144
    +++ tobuild	5 May 2005 21:10:22 -0000	1.145
    @@ -32,3 +32,4 @@
     skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
     skvidal	rpms/enigma/devel	enigma-0_91-2	devel
     skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    +skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 21:10:34 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 17:10:34 -0400
    Subject: common tobuild,1.145,1.146
    Message-ID: <200505052110.j45LAYEg011007@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10990
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/netcdf/devel netcdf-3_6_0-3_p1_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.145
    retrieving revision 1.146
    diff -u -r1.145 -r1.146
    --- tobuild	5 May 2005 21:10:22 -0000	1.145
    +++ tobuild	5 May 2005 21:10:32 -0000	1.146
    @@ -33,3 +33,4 @@
     skvidal	rpms/enigma/devel	enigma-0_91-2	devel
     skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
     skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    +skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 21:10:41 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 17:10:41 -0400
    Subject: common tobuild,1.146,1.147
    Message-ID: <200505052110.j45LAfsN011036@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11018
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/cdo/devel cdo-0_9_6-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.146
    retrieving revision 1.147
    diff -u -r1.146 -r1.147
    --- tobuild	5 May 2005 21:10:32 -0000	1.146
    +++ tobuild	5 May 2005 21:10:39 -0000	1.147
    @@ -34,3 +34,4 @@
     skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
     skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
     skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    +skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:02 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:02 -0400
    Subject: rpms/python-logilab-common - New directory
    Message-ID: <200505052230.j45MU23F012242@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12218/python-logilab-common
    
    Log Message:
    Directory /cvs/extras/rpms/python-logilab-common added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:02 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:02 -0400
    Subject: rpms/python-logilab-common/devel - New directory
    Message-ID: <200505052230.j45MU2Oh012247@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12218/python-logilab-common/devel
    
    Log Message:
    Directory /cvs/extras/rpms/python-logilab-common/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:11 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:11 -0400
    Subject: rpms/python-logilab-common Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505052230.j45MUBbk012294@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12263
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module python-logilab-common
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module python-logilab-common
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:11 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:11 -0400
    Subject: rpms/python-logilab-common/devel .cvsignore, NONE, 1.1 Makefile,
    	NONE, 1.1 sources, NONE, 1.1
    Message-ID: <200505052230.j45MUBSZ012299@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12263/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module python-logilab-common
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:29 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:29 -0400
    Subject: rpms/python-logilab-common import.log,1.1,1.2
    Message-ID: <200505052230.j45MUTkv012358@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12327
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import python-logilab-common-0.9.3-3 on branch devel from python-logilab-common-0.9.3-3.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/python-logilab-common/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	5 May 2005 22:30:09 -0000	1.1
    +++ import.log	5 May 2005 22:30:26 -0000	1.2
    @@ -0,0 +1 @@
    +python-logilab-common-0_9_3-3:HEAD:python-logilab-common-0.9.3-3.src.rpm:1115332368
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:30:30 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:30:30 -0400
    Subject: rpms/python-logilab-common/devel python-logilab-common.spec, NONE,
    	1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
    Message-ID: <200505052230.j45MUUrk012365@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/python-logilab-common/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12327/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	python-logilab-common.spec 
    Log Message:
    auto-import python-logilab-common-0.9.3-3 on branch devel from python-logilab-common-0.9.3-3.src.rpm
    
    
    --- NEW FILE python-logilab-common.spec ---
    %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
    
    Name:           python-logilab-common
    Version:        0.9.3
    Release:        3
    Summary:        Common libraries for Logilab projects
    
    Group:          Development/Libraries
    License:        GPL
    URL:            http://www.logilab.org/projects/common
    Source0:        ftp://ftp.logilab.org/pub/common/common-%{version}.tar.gz
    BuildArch:      noarch
    BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:  python-devel
    Requires:       python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
    
    
    %description
    This package contains several modules providing low level functionality 
    shared among some python projects developed by logilab.
    
    
    %prep
    %setup -q -n common-%{version}
    
    
    %build
    %{__python} setup.py build
    
    
    %install
    rm -rf $RPM_BUILD_ROOT
    %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
    rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/logilab/common/test
    
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    
    %files
    %defattr(-,root,root,-)
    %doc doc/* README ChangeLog
    %dir %{_python_sitelib}/logilab
    %dir %{_python_sitelib}/logilab/common
    %dir %{_python_sitelib}/logilab/common/astng
    %dir %{_python_sitelib}/logilab/common/ureports
    %{_python_sitelib}/logilab/*.py
    %{_python_sitelib}/logilab/common/*.py
    %{_python_sitelib}/logilab/common/*.pyc
    %ghost %{_python_sitelib}/logilab/common/*.pyo
    %{_python_sitelib}/logilab/common/*/*.py
    %{_python_sitelib}/logilab/common/*/*.pyc
    %ghost %{_python_sitelib}/logilab/common/*/*.pyo
    
    
    %changelog
    * Thu May 05 2005 Konstantin Ryabitsev  - 0.9.3-3
    - Fix paths.
    
    * Tue Apr 26 2005 Konstantin Ryabitsev  - 0.9.3-2
    - Ghost .pyo files.
    - Get rid of test, which doesn't do anything.
    
    * Fri Apr 22 2005 Konstantin Ryabitsev  - 0.9.3-1
    - Initial packaging.
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/python-logilab-common/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	5 May 2005 22:30:09 -0000	1.1
    +++ .cvsignore	5 May 2005 22:30:27 -0000	1.2
    @@ -0,0 +1 @@
    +common-0.9.3.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/python-logilab-common/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	5 May 2005 22:30:09 -0000	1.1
    +++ sources	5 May 2005 22:30:27 -0000	1.2
    @@ -0,0 +1 @@
    +bfbe68606f2448b58836fb79b2582e71  common-0.9.3.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:05 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:05 -0400
    Subject: rpms/pylint - New directory
    Message-ID: <200505052231.j45MV58s012471@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12447/pylint
    
    Log Message:
    Directory /cvs/extras/rpms/pylint added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:05 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:05 -0400
    Subject: rpms/pylint/devel - New directory
    Message-ID: <200505052231.j45MV5gO012476@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12447/pylint/devel
    
    Log Message:
    Directory /cvs/extras/rpms/pylint/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:19 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:19 -0400
    Subject: rpms/pylint Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505052231.j45MVJmc012523@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12492
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module pylint
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module pylint
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:20 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:20 -0400
    Subject: rpms/pylint/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources,
    	NONE, 1.1
    Message-ID: <200505052231.j45MVKmA012528@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12492/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module pylint
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:44 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:44 -0400
    Subject: rpms/pylint import.log,1.1,1.2
    Message-ID: <200505052232.j45MWEWg012590@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12556
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import pylint-0.6.4-3 on branch devel from pylint-0.6.4-3.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/pylint/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	5 May 2005 22:31:17 -0000	1.1
    +++ import.log	5 May 2005 22:31:42 -0000	1.2
    @@ -0,0 +1 @@
    +pylint-0_6_4-3:HEAD:pylint-0.6.4-3.src.rpm:1115332443
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:31:44 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Thu,  5 May 2005 18:31:44 -0400
    Subject: rpms/pylint/devel pylint.spec, NONE, 1.1 .cvsignore, 1.1,
    	1.2 sources, 1.1, 1.2
    Message-ID: <200505052232.j45MWE19012594@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/pylint/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12556/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	pylint.spec 
    Log Message:
    auto-import pylint-0.6.4-3 on branch devel from pylint-0.6.4-3.src.rpm
    
    
    --- NEW FILE pylint.spec ---
    %{!?_python_sitelib: %define _python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
    
    Name:           pylint
    Version:        0.6.4
    Release:        3
    Summary:        Analyzes Python code looking for bugs and signs of poor quality
    
    Group:          Development/Debuggers
    License:        GPL
    URL:            http://www.logilab.org/projects/pylint
    Source0:        ftp://ftp.logilab.org/pub/pylint/pylint-%{version}.tar.gz
    BuildArch:      noarch
    BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:  python-devel
    Requires:       python-abi = %(%{__python} -c "import sys; print sys.version[:3]")
    Requires:       python-logilab-common >= 0.9.3
    
    %description
    Pylint is a python tool that checks if a module satisfy a coding standard. 
    Pylint can be seen as another PyChecker since nearly all tests you can do 
    with PyChecker can also be done with Pylint. But Pylint offers some more 
    features, like checking line-code's length, checking if variable names are 
    well-formed according to your coding standard, or checking if declared 
    interfaces are truly implemented, and much more. The big advantage with 
    Pylint is that it is highly configurable, customizable, and you can easily 
    write a small plugin to add a personal feature.
    
    
    %package gui
    Summary:        Graphical Interface tool for Pylint
    Group:          Development/Debuggers
    Requires:       %{name} = %{version}-%{release}
    Requires:       tkinter
    
    %description gui
    This package provides a gui tool for pylint written in tkinter.
    
    
    %prep
    %setup -q
    
    
    %build
    %{__python} setup.py build
    
    
    %install
    rm -rf $RPM_BUILD_ROOT
    %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
    rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/logilab/pylint/test
    # This file is provided by python-logilab-common
    rm -f $RPM_BUILD_ROOT%{_python_sitelib}/logilab/*.py
    
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    
    %files
    %defattr(-,root,root,-)
    %doc doc/*.txt README ChangeLog TODO
    %dir %{_python_sitelib}/logilab/pylint
    %dir %{_python_sitelib}/logilab/pylint/checkers
    %dir %{_python_sitelib}/logilab/pylint/reporters
    %{_python_sitelib}/logilab/pylint/*.py
    %{_python_sitelib}/logilab/pylint/*.pyc
    %ghost %{_python_sitelib}/logilab/pylint/*.pyo
    %{_python_sitelib}/logilab/pylint/*/*.py
    %{_python_sitelib}/logilab/pylint/*/*.pyc
    %ghost %{_python_sitelib}/logilab/pylint/*/*.pyo
    %{_bindir}/pylint
    %{_bindir}/symilar
    %exclude %{_python_sitelib}/logilab/pylint/gui.py*
    
    
    %files gui
    %defattr(-,root,root,-)
    %{_python_sitelib}/logilab/pylint/gui.py
    %{_python_sitelib}/logilab/pylint/gui.pyc
    %ghost %{_python_sitelib}/logilab/pylint/gui.pyo
    %{_bindir}/pylint-gui
    
    
    %changelog
    * Thu May 05 2005 Konstantin Ryabitsev  - 0.6.4-3
    - Only doc the .txt files.
    - Don't buildrequire python-logilab-common
    - Fix paths.
    
    * Tue Apr 26 2005 Konstantin Ryabitsev  - 0.6.4-2
    - Ghost .pyo files.
    - Remove the test dir, as it doesn't do anything.
    - Separate the gui package, which depends on tkinter.
    - Don't own site-packages/logilab, which is owned by
      python-logilab-common.
    
    * Fri Apr 22 2005 Konstantin Ryabitsev  - 0.6.4-1
    - Initial packaging.
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/pylint/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	5 May 2005 22:31:18 -0000	1.1
    +++ .cvsignore	5 May 2005 22:31:42 -0000	1.2
    @@ -0,0 +1 @@
    +pylint-0.6.4.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/pylint/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	5 May 2005 22:31:18 -0000	1.1
    +++ sources	5 May 2005 22:31:42 -0000	1.2
    @@ -0,0 +1 @@
    +7b15dc734ea91995256da22ad6a3aeb0  pylint-0.6.4.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:37:07 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 18:37:07 -0400
    Subject: rpms/seahorse import.log,1.4,1.5
    Message-ID: <200505052237.j45MbbYf012708@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/rpms/seahorse
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12672
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import seahorse-0.7.7-1 on branch devel from seahorse-0.7.7-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/seahorse/import.log,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- import.log	8 Nov 2004 05:20:32 -0000	1.4
    +++ import.log	5 May 2005 22:37:05 -0000	1.5
    @@ -1,3 +1,4 @@
     seahorse-0_7_3-0_fdr_4_rh90:HEAD:seahorse-0.7.3-0.fdr.4.rh90.src.rpm:1099891220
     seahorse-0_7_3-0_fdr_5_1:HEAD:seahorse-0.7.3-0.fdr.5.1.src.rpm:1099891226
     seahorse-0_7_3-0_fdr_5_2:HEAD:seahorse-0.7.3-0.fdr.5.2.src.rpm:1099891232
    +seahorse-0_7_7-1:HEAD:seahorse-0.7.7-1.src.rpm:1115332650
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:37:07 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 18:37:07 -0400
    Subject: rpms/seahorse/devel .cvsignore, 1.3, 1.4 seahorse.spec, 1.9,
    	1.10 sources, 1.3, 1.4
    Message-ID: <200505052237.j45Mbcwe012713@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/rpms/seahorse/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12672/devel
    
    Modified Files:
    	.cvsignore seahorse.spec sources 
    Log Message:
    auto-import seahorse-0.7.7-1 on branch devel from seahorse-0.7.7-1.src.rpm
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/seahorse/devel/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	8 Mar 2005 02:16:03 -0000	1.3
    +++ .cvsignore	5 May 2005 22:37:05 -0000	1.4
    @@ -1 +1 @@
    -seahorse-0.7.6.tar.bz2
    +seahorse-0.7.7.tar.gz
    
    
    Index: seahorse.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/seahorse/devel/seahorse.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- seahorse.spec	19 Apr 2005 18:24:14 -0000	1.9
    +++ seahorse.spec	5 May 2005 22:37:05 -0000	1.10
    @@ -1,13 +1,11 @@
     Name: 		seahorse
    -Version: 	0.7.6
    -Release: 	4
    -
    +Version: 	0.7.7
    +Release: 	1
     Summary:	GNOME2 interface for gnupg
    -
     Group: 		User Interface/Desktops
     License: 	GPL
    -URL:            http://seahorse.sourceforge.net/
    -Source: 	http://ftp.gnome.org/pub/GNOME/sources/seahorse/0.7/seahorse-0.7.6.tar.bz2
    +URL:        http://seahorse.sourceforge.net/
    +Source:     http://ftp.gnome.org/pub/GNOME/sources/seahorse/0.7/seahorse-0.7.7.tar.gz
     BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  desktop-file-utils
    @@ -16,7 +14,6 @@
     BuildRequires:  gettext
     BuildRequires:  gpgme-devel >= 1.0
     BuildRequires:  libgnomeui-devel
    -BuildRequires:  libgnomeprintui22-devel
     BuildRequires:  perl-XML-Parser
     BuildRequires:  scrollkeeper
     Requires(post): desktop-file-utils
    @@ -111,13 +108,15 @@
     %{_datadir}/omf/%{name}
     %{_datadir}/pixmaps/*
     %{_libdir}/libseahorse-internal.so.0.0.0
    -%{_libdir}/bonobo/*.*
    -%{_libdir}/bonobo/servers/Seahorse_PGP_File_Listener.server
     %{_libdir}/gedit-2/plugins/*
    +%{_libdir}/nautilus/extensions-1.0/libnautilus-seahorse.so
     %{_sysconfdir}/gconf/schemas/*
     
     
     %changelog
    +* Thu May  5 2005 Seth Vidal  0.7.7-1
    +- 0.7.7
    +
     * Tue Apr 19 2005 Seth Vidal  0.7.6-4
     - something innocuous to test on
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/seahorse/devel/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	8 Mar 2005 02:16:03 -0000	1.3
    +++ sources	5 May 2005 22:37:05 -0000	1.4
    @@ -1 +1 @@
    -b0a0942faabc1dd9367b4bea9cdd9c4a  seahorse-0.7.6.tar.bz2
    +babee15dbe6b5652b20ae0d1b0b04962  seahorse-0.7.7.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:39:15 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Thu,  5 May 2005 18:39:15 -0400
    Subject: common tobuild,1.147,1.148
    Message-ID: <200505052239.j45MdFjc012832@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12815
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/seahorse/devel seahorse-0_7_7-1 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.147
    retrieving revision 1.148
    diff -u -r1.147 -r1.148
    --- tobuild	5 May 2005 21:10:39 -0000	1.147
    +++ tobuild	5 May 2005 22:39:13 -0000	1.148
    @@ -35,3 +35,4 @@
     skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
     skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
     skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    +skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:42:44 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Thu,  5 May 2005 18:42:44 -0400
    Subject: rpms/graveman/FC-3 .cvsignore, 1.3, 1.4 graveman.spec, 1.3,
    	1.4 sources, 1.3, 1.4
    Message-ID: <200505052243.j45MhEdD012911@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/rpms/graveman/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12873/FC-3
    
    Modified Files:
    	.cvsignore graveman.spec sources 
    Log Message:
    new version 0.3.11
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/FC-3/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	16 Apr 2005 23:51:32 -0000	1.3
    +++ .cvsignore	5 May 2005 22:42:41 -0000	1.4
    @@ -1 +1 @@
    -graveman-0.3.10.tar.bz2
    +graveman-0.3.11.tar.bz2
    
    
    Index: graveman.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/FC-3/graveman.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- graveman.spec	15 Apr 2005 00:23:27 -0000	1.3
    +++ graveman.spec	5 May 2005 22:42:41 -0000	1.4
    @@ -1,12 +1,12 @@
     Name:           graveman
    -Version:        0.3.10
    -Release:        2
    +Version:        0.3.11
    +Release:        1
     Summary:        A frontend for cdrtools, dvd+rw-tools and sox
     
     Group:          Applications/Archiving
     License:        GPL
     URL:            http://graveman.tuxfamily.org
    -Source0:        http://savannah.nongnu.org/download/graveman/graveman-0.3.10.tar.bz2
    +Source0:        http://graveman.tuxfamily.org/graveman-0.3.11.tar.bz2
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  libid3tag-devel, libvorbis-devel, gtk2-devel, libogg-devel, desktop-file-utils
    @@ -33,6 +33,7 @@
     rm -rf $RPM_BUILD_ROOT
     mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
     mkdir -p $RPM_BUILD_ROOT%{_mandir}/fr/man1
    +mkdir -p $RPM_BUILD_ROOT%{_mandir}/nl/man1
     make install DESTDIR=$RPM_BUILD_ROOT
     desktop-file-install \
       --vendor=fedora \
    @@ -60,12 +61,12 @@
     %{_datadir}/graveman
     %{_datadir}/pixmaps/*
     %{_mandir}/man*/*
    -%{_mandir}/fr/man*/*
    +%{_mandir}/*/man*/*
     
     
     %changelog
    -* Fri Apr 15 2005 Gerard Milmeister  - 0.3.10-2
    -- Remove category Utility from .desktop file
    +* Fri May  6 2005 Gerard Milmeister  - 0.3.11-1
    +- New Version 0.3.11
     
     * Mon Apr  4 2005 Gerard Milmeister  - 0.3.10-1
     - New Version 0.3.10
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/FC-3/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	16 Apr 2005 23:51:32 -0000	1.3
    +++ sources	5 May 2005 22:42:41 -0000	1.4
    @@ -1 +1 @@
    -7b9a8080afbca2b4d819ad8ddc1f5c20  graveman-0.3.10.tar.bz2
    +06dfb5c9599fe90ed6e5c8c8c1c35dca  graveman-0.3.11.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 22:42:44 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Thu,  5 May 2005 18:42:44 -0400
    Subject: rpms/graveman/devel .cvsignore, 1.4, 1.5 graveman.spec, 1.5,
    	1.6 sources, 1.4, 1.5
    Message-ID: <200505052243.j45MhEem012916@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/rpms/graveman/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12873/devel
    
    Modified Files:
    	.cvsignore graveman.spec sources 
    Log Message:
    new version 0.3.11
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/devel/.cvsignore,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- .cvsignore	4 Apr 2005 15:54:38 -0000	1.4
    +++ .cvsignore	5 May 2005 22:42:42 -0000	1.5
    @@ -1 +1 @@
    -graveman-0.3.10.tar.bz2
    +graveman-0.3.11.tar.bz2
    
    
    Index: graveman.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/devel/graveman.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- graveman.spec	15 Apr 2005 00:23:27 -0000	1.5
    +++ graveman.spec	5 May 2005 22:42:42 -0000	1.6
    @@ -1,12 +1,12 @@
     Name:           graveman
    -Version:        0.3.10
    -Release:        2
    +Version:        0.3.11
    +Release:        1
     Summary:        A frontend for cdrtools, dvd+rw-tools and sox
     
     Group:          Applications/Archiving
     License:        GPL
     URL:            http://graveman.tuxfamily.org
    -Source0:        http://savannah.nongnu.org/download/graveman/graveman-0.3.10.tar.bz2
    +Source0:        http://graveman.tuxfamily.org/graveman-0.3.11.tar.bz2
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  libid3tag-devel, libvorbis-devel, gtk2-devel, libogg-devel, desktop-file-utils
    @@ -33,6 +33,7 @@
     rm -rf $RPM_BUILD_ROOT
     mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
     mkdir -p $RPM_BUILD_ROOT%{_mandir}/fr/man1
    +mkdir -p $RPM_BUILD_ROOT%{_mandir}/nl/man1
     make install DESTDIR=$RPM_BUILD_ROOT
     desktop-file-install \
       --vendor=fedora \
    @@ -60,12 +61,12 @@
     %{_datadir}/graveman
     %{_datadir}/pixmaps/*
     %{_mandir}/man*/*
    -%{_mandir}/fr/man*/*
    +%{_mandir}/*/man*/*
     
     
     %changelog
    -* Fri Apr 15 2005 Gerard Milmeister  - 0.3.10-2
    -- Remove category Utility from .desktop file
    +* Fri May  6 2005 Gerard Milmeister  - 0.3.11-1
    +- New Version 0.3.11
     
     * Mon Apr  4 2005 Gerard Milmeister  - 0.3.10-1
     - New Version 0.3.10
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/devel/sources,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- sources	4 Apr 2005 15:54:38 -0000	1.4
    +++ sources	5 May 2005 22:42:42 -0000	1.5
    @@ -1 +1 @@
    -7b9a8080afbca2b4d819ad8ddc1f5c20  graveman-0.3.10.tar.bz2
    +06dfb5c9599fe90ed6e5c8c8c1c35dca  graveman-0.3.11.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Thu May  5 23:36:28 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Thu,  5 May 2005 19:36:28 -0400
    Subject: rpms/mlmmj/devel mlmmj.spec,1.1,1.2
    Message-ID: <200505052336.j45NaSZY013977@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13960
    
    Modified Files:
    	mlmmj.spec 
    Log Message:
    Release 1.2.5-2. Many cleanups
    
    
    Index: mlmmj.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- mlmmj.spec	5 May 2005 10:44:48 -0000	1.1
    +++ mlmmj.spec	5 May 2005 23:36:26 -0000	1.2
    @@ -1,11 +1,9 @@
     %define _textlibdir /usr/share/mlmmj/text.skel
     
    -%define makeinstall  %{__make}  prefix=%{?buildroot:%{buildroot}}%{_prefix}  exec_prefix=%{?buildroot:%{buildroot}}%{_exec_prefix}  bindir=%{?buildroot:%{buildroot}}%{_bindir}  sbindir=%{?buildroot:%{buildroot}}%{_sbindir}  sysconfdir=%{?buildroot:%{buildroot}}%{_sysconfdir}  datadir=%{?buildroot:%{buildroot}}%{_datadir}  includedir=%{?buildroot:%{buildroot}}%{_includedir}  libdir=%{?buildroot:%{buildroot}}%{_libdir}  libexecdir=%{?buildroot:%{buildroot}}%{_libexecdir}  localstatedir=%{?buildroot:%{buildroot}}%{_localstatedir}  sharedstatedir=%{?buildroot:%{buildroot}}%{_sharedstatedir}  mandir=%{?buildroot:%{buildroot}}%{_mandir}  infodir=%{?buildroot:%{buildroot}}%{_infodir} textlibdir=%{?buildroot:%{buildroot}}%{_textlibdir} install
    -
     Summary: Mailserver-independent ezmlm-like mailing list manager
     Name: mlmmj
     Version: 1.2.5
    -Release: 1
    +Release: 2
     License: MIT
     Group: Applications/Internet
     Source: http://mlmmj.mmj.dk/dist/mlmmj-1.2.5.tar.gz
    @@ -14,9 +12,10 @@
     URL: http://mlmmj.mmj.dk/
     
     %description
    -mlmmj (Mailing Lists Made Joyful) is a mailing list manager intended to mimic
    -the functionality of the ezmlm mailing list manager often used with qmail, but
    -with a more open license and mailserver indepdendence.
    +mlmmj (Mailing List Managing Made Joyful) is a mailing list manager
    +intended to mimic the functionality of the ezmlm-idx mailing list
    +manager often used with Prof. Dan Bernstein's qmail, but with an open
    +license and mailserver indepdendence.
     
     %prep
     
    @@ -24,12 +23,11 @@
     
     %build
     %configure
    -
    -%install
     make %{?_smp_mflags}
     
    -
    -%makeinstall
    +%install
    +rm -rf %{_buildroot}
    +%makeinstall textlibdir=%{buildroot}%{_textlibdir}
     mkdir -p %{buildroot}/var/spool/mlmmj
     
     %clean
    @@ -45,6 +43,13 @@
     %{_mandir}/man1/mlmmj-*
     
     %changelog
    +* Fri May 6 2005 Michael Fleming  1.2.5-2
    +- Description updated
    +- Install macros returned to sane defaults
    +- Small spec cleanups
    +- Thanks to Michael Schwendt for pointing these out.
    +
    +- Dropped listtexts patch (applied upstream)
     * Thu May 5 2005 Michael Fleming  1.2.5-1
     - 1.2.5
     - Dropped listtexts patch (applied upstream)
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 05:26:31 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Fri,  6 May 2005 01:26:31 -0400
    Subject: rpms/Coin2/devel Coin2.spec,1.7,1.8
    Message-ID: <200505060527.j465R11d020324@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/rpms/Coin2/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20290/devel
    
    Modified Files:
    	Coin2.spec 
    Log Message:
    Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead SONAME handling.
    
    
    Index: Coin2.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/Coin2/devel/Coin2.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- Coin2.spec	3 May 2005 08:32:53 -0000	1.7
    +++ Coin2.spec	6 May 2005 05:26:28 -0000	1.8
    @@ -10,7 +10,7 @@
     Summary: High-level 3D visualization library
     Name: %{name}
     Version: %{srcvers}
    -Release: 7.fc4
    +Release: 8.fc4
     
     
     License: GPL
    @@ -26,7 +26,9 @@
     Patch4: coin-2.3.0-libtool.diff.bz2
     Patch5: coin-2.3.0-man3.diff
     
    -BuildRequires: libGL.so.1 libGLU.so.1 XFree86-devel
    +BuildRequires: xorg-x11-Mesa-libGL
    +BuildRequires: xorg-x11-Mesa-libGLU
    +BuildRequires: xorg-x11-devel
     BuildRequires: zlib-devel bzip2-devel
     BuildRequires: doxygen
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    @@ -108,6 +110,10 @@
     %doc %{_datadir}/Coin/html
     
     %changelog
    +* Fri May 06 2005 Ralf Corsepius  - 0:2.3.0-8
    +- Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead
    +  SONAME handling.
    +
     * Tue May 03 2005 Ralf Corsepius  - 0:2.3.0-7
     - Minor spec changes.
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 05:26:31 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Fri,  6 May 2005 01:26:31 -0400
    Subject: rpms/Coin2/FC-3 Coin2.spec,1.5,1.6
    Message-ID: <200505060527.j465R108020327@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/rpms/Coin2/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20290/FC-3
    
    Modified Files:
    	Coin2.spec 
    Log Message:
    Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead SONAME handling.
    
    
    Index: Coin2.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/Coin2/FC-3/Coin2.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- Coin2.spec	3 May 2005 08:33:16 -0000	1.5
    +++ Coin2.spec	6 May 2005 05:26:29 -0000	1.6
    @@ -10,7 +10,7 @@
     Summary: High-level 3D visualization library
     Name: %{name}
     Version: %{srcvers}
    -Release: 7.fc3
    +Release: 8.fc3
     
     License: GPL
     Group: System Environment/Libraries
    @@ -25,7 +25,9 @@
     Patch4: coin-2.3.0-libtool.diff.bz2
     Patch5: coin-2.3.0-man3.diff
     
    -BuildRequires: libGL.so.1 libGLU.so.1 XFree86-devel
    +BuildRequires: xorg-x11-Mesa-libGL
    +BuildRequires: xorg-x11-Mesa-libGLU
    +BuildRequires: xorg-x11-devel
     BuildRequires: zlib-devel bzip2-devel
     BuildRequires: doxygen
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    @@ -107,6 +109,10 @@
     %doc %{_datadir}/Coin/html
     
     %changelog
    +* Fri May 06 2005 Ralf Corsepius  - 0:2.3.0-8
    +- Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead
    +  SONAME handling.
    +
     * Tue May 03 2005 Ralf Corsepius  - 0:2.3.0-7
     - Minor spec changes.
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 05:36:09 2005
    From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh))
    Date: Fri, 6 May 2005 01:36:09 -0400
    Subject: rpms/uim/devel uim.spec,1.8,1.9
    Message-ID: <200505060536.j465a96Q020379@cvs-int.fedora.redhat.com>
    
    Author: tagoh
    
    Update of /cvs/extras/rpms/uim/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20364
    
    Modified Files:
    	uim.spec 
    Log Message:
    * Fri May  6 2005 Akira TAGOH  - 0.4.6-2
    - added BuildRequires: ncurses-devel. (#156880)
    
    
    Index: uim.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/uim/devel/uim.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- uim.spec	18 Apr 2005 12:52:24 -0000	1.8
    +++ uim.spec	6 May 2005 05:36:07 -0000	1.9
    @@ -12,7 +12,7 @@
     Source0:	http://uim.freedesktop.org/release/%{name}-%{version}.tar.gz
     Source1:	xinput.d-uim
     BuildRoot:	%{_tmppath}/%{name}-%{version}-root
    -BuildRequires:	gtk2-devel gnome-panel-devel qt-devel
    +BuildRequires:	gtk2-devel gnome-panel-devel qt-devel ncurses-devel
     BuildRequires:	anthy-devel Canna-devel
     Requires(post): %{_sbindir}/alternatives /sbin/ldconfig
     Requires(postun): %{_sbindir}/alternatives /sbin/ldconfig
    @@ -286,6 +286,9 @@
     %{_datadir}/uim/skk*.scm
     
     %changelog
    +* Fri May  6 2005 Akira TAGOH  - 0.4.6-2
    +- added BuildRequires: ncurses-devel. (#156880)
    +
     * Mon Apr 18 2005 Akira TAGOH  - 0.4.6-1
     - New upstream release. (#155173)
       - fixed missing return statement issue. (#150304)
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 05:37:31 2005
    From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh))
    Date: Fri, 6 May 2005 01:37:31 -0400
    Subject: rpms/uim/devel uim.spec,1.9,1.10
    Message-ID: <200505060537.j465bVSa020410@cvs-int.fedora.redhat.com>
    
    Author: tagoh
    
    Update of /cvs/extras/rpms/uim/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20396
    
    Modified Files:
    	uim.spec 
    Log Message:
    bump
    
    
    Index: uim.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/uim/devel/uim.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- uim.spec	6 May 2005 05:36:07 -0000	1.9
    +++ uim.spec	6 May 2005 05:37:29 -0000	1.10
    @@ -5,7 +5,7 @@
     Summary:	A multilingual input method library
     Name:		uim
     Version:	0.4.6
    -Release:	1
    +Release:	2
     License:	GPL/BSD
     Group:		System Environment/Libraries
     URL:		http://uim.freedesktop.org/
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 05:42:40 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Fri,  6 May 2005 01:42:40 -0400
    Subject: rpms/mlmmj/devel mlmmj-1.2.5.moderation-race.diff, NONE,
    	1.1 mlmmj.spec, 1.2, 1.3
    Message-ID: <200505060542.j465geQD020450@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20430
    
    Modified Files:
    	mlmmj.spec 
    Added Files:
    	mlmmj-1.2.5.moderation-race.diff 
    Log Message:
    Patch added to fix moderation race
    
    mlmmj-1.2.5.moderation-race.diff:
    
    --- NEW FILE mlmmj-1.2.5.moderation-race.diff ---
    diff -urN mlmmj-1.2.5.pristine/ChangeLog mlmmj-1.2.5/ChangeLog
    --- mlmmj-1.2.5.pristine/ChangeLog	2005-04-26 19:36:16.000000000 +1000
    +++ mlmmj-1.2.5/ChangeLog	2005-05-06 15:28:42.000000000 +1000
    @@ -1,3 +1,5 @@
    + o When sending moderated mails, rename them so that they wont be moderated
    +   again while sending
     1.2.5
      o Make listname+list send the list of regular subscribers to the owner who
        requested it.
    diff -urN mlmmj-1.2.5.pristine/src/listcontrol.c mlmmj-1.2.5/src/listcontrol.c
    --- mlmmj-1.2.5.pristine/src/listcontrol.c	2005-04-26 20:04:18.000000000 +1000
    +++ mlmmj-1.2.5/src/listcontrol.c	2005-05-06 15:28:42.000000000 +1000
    @@ -102,7 +102,7 @@
     {
     	char *atsign, *recipdelimsign, *bouncenr, *tmpstr;
     	char *controlstr, *param, *conffilename, *moderatefilename;
    -	char *c, *archivefilename;
    +	char *c, *archivefilename, *sendfilename;
     	const char *subswitch;
     	size_t len;
     	struct stat stbuf;
    @@ -483,16 +483,25 @@
     		/* TODO Add accept/reject parameter to moderate */
     		unlink(mailname);
     		moderatefilename = concatstr(3, listdir, "/moderation/", param);
    +		sendfilename = concatstr(2, moderatefilename, ".sending");
     		myfree(param);
    +
     		if(stat(moderatefilename, &stbuf) < 0) {
     			myfree(moderatefilename);
     			exit(EXIT_SUCCESS); /* just exit, no mail to moderate */
     		}
    +		/* Rename it to avoid mail being sent twice */
    +		if(rename(moderatefilename, sendfilename) < 0) {
    +			log_error(LOG_ARGS, "Could not rename to .sending");
    +			exit(EXIT_FAILURE);
    +		}
    +
     		log_oper(listdir, OPLOGFNAME, "%s moderated %s",
     				fromemails->emaillist[0], moderatefilename);
    +		myfree(moderatefilename);
     		execlp(mlmmjsend, mlmmjsend,
     				"-L", listdir,
    -				"-m", moderatefilename, (char *)NULL);
    +				"-m", sendfilename, (char *)NULL);
     		log_error(LOG_ARGS, "execlp() of '%s' failed",
     					mlmmjsend);
     		exit(EXIT_FAILURE);
    
    
    Index: mlmmj.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- mlmmj.spec	5 May 2005 23:36:26 -0000	1.2
    +++ mlmmj.spec	6 May 2005 05:42:37 -0000	1.3
    @@ -3,10 +3,11 @@
     Summary: Mailserver-independent ezmlm-like mailing list manager
     Name: mlmmj
     Version: 1.2.5
    -Release: 2
    +Release: 3
     License: MIT
     Group: Applications/Internet
     Source: http://mlmmj.mmj.dk/dist/mlmmj-1.2.5.tar.gz
    +Patch0: mlmmj-1.2.5.moderation-race.diff
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Requires: smtpdaemon
     URL: http://mlmmj.mmj.dk/
    @@ -21,6 +22,8 @@
     
     %setup
     
    +%patch -p1 -b .modrace
    +
     %build
     %configure
     make %{?_smp_mflags}
    @@ -43,6 +46,10 @@
     %{_mandir}/man1/mlmmj-*
     
     %changelog
    +* Fri May 6 2005 Michael Fleming  1.2.5-3
    +- Upstream patch included fixing a potential race condition on
    +  moderation.
    +  
     * Fri May 6 2005 Michael Fleming  1.2.5-2
     - Description updated
     - Install macros returned to sane defaults
    
    
    
    From fedora at leemhuis.info  Fri May  6 06:25:43 2005
    From: fedora at leemhuis.info (Thorsten Leemhuis)
    Date: Fri, 06 May 2005 08:25:43 +0200
    Subject: BuildRequires: libGL.so.1 libGLU.so.1 in foobillard, geomview,
    	gtkglext,  Inventor (Was: Re: rpms/Coin2/devel Coin2.spec,1.7,1.8 )
    In-Reply-To: <200505060527.j465R11d020324@cvs-int.fedora.redhat.com>
    References: <200505060527.j465R11d020324@cvs-int.fedora.redhat.com>
    Message-ID: <1115360743.9017.1.camel@thl.ct.heise.de>
    
    Am Freitag, den 06.05.2005, 01:26 -0400 schrieb Ralf Cors?pius: 
    > Author: corsepiu
    > 
    > Update of /cvs/extras/rpms/Coin2/devel
    > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20290/devel
    > 
    > Modified Files:
    > 	Coin2.spec 
    > Log Message:
    > Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead SONAME handling.
    [...] 
    > -BuildRequires: libGL.so.1 libGLU.so.1 XFree86-devel
    > +BuildRequires: xorg-x11-Mesa-libGL
    > +BuildRequires: xorg-x11-Mesa-libGLU
    > +BuildRequires: xorg-x11-devel
    
    Well, that should work. *If* we stick to that we maybe should fix at
    least those also:
    
    foobillard/foobillard.spec:BuildRequires:  xorg-x11-devel libGL.so.1 libGLU.so.1
    foobillard/foobillard.spec:- Added BuildRequires: xorg-x11-devel libGL.so.1 libGLU.so.1
    geomview/geomview.spec:BuildRequires: XFree86-devel libGL.so.1 libGLU.so.1
    geomview/geomview.spec:- BR: libGL.so.1 libGLU.so.1
    gtkglext/gtkglext.spec:BuildRequires:   Mesa, libGL.so.1, libGLU.so.1
    Inventor/Inventor.spec:BuildRequires:  libGL.so.1 XFree86-devel
    Inventor/Inventor.spec:Requires:        libGL.so.1 freetype-devel libjpeg-devel
    Inventor/Inventor.spec:Requires:        libGL.so.1
    scorched3d/scorched3d.spec:BuildRequires:  ImageMagick, %{_libdir}/libGLU.so.1, desktop-file-utils
    
    
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 12:57:17 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 08:57:17 -0400
    Subject: common tobuild,1.148,1.149
    Message-ID: <200505061257.j46CvHL4028372@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28355
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/uim/devel uim-0_4_6-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.148
    retrieving revision 1.149
    diff -u -r1.148 -r1.149
    --- tobuild	5 May 2005 22:39:13 -0000	1.148
    +++ tobuild	6 May 2005 12:57:05 -0000	1.149
    @@ -36,3 +36,4 @@
     skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
     skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
     skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    +skvidal	rpms/uim/devel	uim-0_4_6-2	devel
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 12:57:40 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 08:57:40 -0400
    Subject: common tobuild,1.149,1.150
    Message-ID: <200505061257.j46CveKx028415@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28398
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Coin2/devel Coin2-2_3_0-8_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.149
    retrieving revision 1.150
    diff -u -r1.149 -r1.150
    --- tobuild	6 May 2005 12:57:05 -0000	1.149
    +++ tobuild	6 May 2005 12:57:38 -0000	1.150
    @@ -37,3 +37,4 @@
     skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
     skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
     skvidal	rpms/uim/devel	uim-0_4_6-2	devel
    +skvidal	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 13:03:19 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Fri,  6 May 2005 09:03:19 -0400
    Subject: rpms/udunits/FC-3 udunits.spec,1.4,1.5
    Message-ID: <200505061303.j46D3nf6029354@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/udunits/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29322/FC-3
    
    Modified Files:
    	udunits.spec 
    Log Message:
    
    Fix BuildRequires: gcc-g77 for FC-3 package.
    
    
    
    Index: udunits.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/udunits/FC-3/udunits.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- udunits.spec	18 Apr 2005 17:49:30 -0000	1.4
    +++ udunits.spec	6 May 2005 13:03:17 -0000	1.5
    @@ -3,7 +3,7 @@
     
     Name: udunits
     Version: 1.12.4
    -Release: 5%{?dist}
    +Release: 7%{?dist}
     Summary: A library for manipulating units of physical quantities
     License: Freely distributable (BSD-like)
     Group: System Environment/Libraries
    @@ -14,7 +14,7 @@
     Patch0: udunits-1.12.4-linuxfixes.patch
     Patch1: udunits-1.12.4-64bit.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    -BuildRequires: gcc-gfortran, gcc-c++, groff
    +BuildRequires: gcc-g77, gcc-c++, groff
     
     %description
     The Unidata units utility, udunits, supports conversion of unit specifications 
    @@ -109,6 +109,12 @@
     %{_mandir}/man1/udunitsperl.1.gz
     
     %changelog
    +* Fri May  6 2005 Tom "spot" Callaway  1.12.4-7
    +- fix BuildRequires for the FC-3 spec (gcc-g77 vs gcc-gfortran)
    +
    +* Fri Apr 22 2005 Tom "spot" Callaway  1.12.4-6
    +- use dist tag
    +
     * Sat Apr 16 2005 Tom "spot" Callaway  1.12.4-5
     - x86_64 needs -fPIC
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 13:03:19 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Fri,  6 May 2005 09:03:19 -0400
    Subject: rpms/udunits/devel udunits.spec,1.4,1.5
    Message-ID: <200505061303.j46D3off029357@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/udunits/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29322/devel
    
    Modified Files:
    	udunits.spec 
    Log Message:
    
    Fix BuildRequires: gcc-g77 for FC-3 package.
    
    
    
    Index: udunits.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/udunits/devel/udunits.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- udunits.spec	22 Apr 2005 14:23:15 -0000	1.4
    +++ udunits.spec	6 May 2005 13:03:17 -0000	1.5
    @@ -3,7 +3,7 @@
     
     Name: udunits
     Version: 1.12.4
    -Release: 6%{?dist}
    +Release: 7%{?dist}
     Summary: A library for manipulating units of physical quantities
     License: Freely distributable (BSD-like)
     Group: System Environment/Libraries
    @@ -109,6 +109,9 @@
     %{_mandir}/man1/udunitsperl.1.gz
     
     %changelog
    +* Fri May  6 2005 Tom "spot" Callaway  1.12.4-7
    +- fix BuildRequires for the FC-3 spec (gcc-g77 vs gcc-gfortran)
    +
     * Fri Apr 22 2005 Tom "spot" Callaway  1.12.4-6.fc4
     - use dist tag
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 15:42:50 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Fri,  6 May 2005 11:42:50 -0400
    Subject: rpms/linphone/FC-3 linphone.spec,1.7,1.8
    Message-ID: <200505061543.j46FhKhL031772@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/linphone/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31731/FC-3
    
    Modified Files:
    	linphone.spec 
    Log Message:
    Minor cleanups
    
    
    Index: linphone.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/linphone/FC-3/linphone.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- linphone.spec	4 May 2005 12:04:06 -0000	1.7
    +++ linphone.spec	6 May 2005 15:42:48 -0000	1.8
    @@ -1,6 +1,8 @@
    +%{!?dist: %define dist .fc3 }
    +%{!?fedora: %define fedora 3 }
     Name:           linphone
     Version:        1.0.1
    -Release:        1.fc3
    +Release:        2%{?dist}
     Summary:        Phone anywhere in the whole world by using the Internet
     
     Group:          Applications/Communications
    @@ -13,7 +15,7 @@
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel
    -BuildRequires:  libosip-devel speex-devel gettext desktop-file-utils
    +BuildRequires:  libosip2-devel speex-devel gettext desktop-file-utils
     
     %description
     Linphone is mostly sip compliant. It works successfully with these
    @@ -129,7 +131,10 @@
     %{_libdir}/libortp.so
     
     %changelog
    -* Wed May  4 2005 Ignacio Vazquez-Abrams  1.0.1-1
    +* Fri May  6 2005 Ignacio Vazquez-Abrams  1.0.1-2.fc3
    +- Fix libosip2-devel BR
    +
    +* Wed May  4 2005 Ignacio Vazquez-Abrams  1.0.1-1.fc3
     - Update to 1.0.1
     - Port patches from devel
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 15:42:50 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Fri,  6 May 2005 11:42:50 -0400
    Subject: rpms/linphone/devel linphone.spec,1.9,1.10
    Message-ID: <200505061543.j46FhKPo031775@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/linphone/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31731/devel
    
    Modified Files:
    	linphone.spec 
    Log Message:
    Minor cleanups
    
    
    Index: linphone.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/linphone/devel/linphone.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- linphone.spec	8 Apr 2005 20:38:17 -0000	1.9
    +++ linphone.spec	6 May 2005 15:42:48 -0000	1.10
    @@ -1,6 +1,8 @@
    +%{!?dist: %define dist .fc4 }
    +%{!?fedora: %define fedora 4 }
     Name:           linphone
     Version:        1.0.1
    -Release:        2
    +Release:        2%{?dist}
     Summary:        Phone anywhere in the whole world by using the Internet
     
     Group:          Applications/Communications
    @@ -129,6 +131,9 @@
     %{_libdir}/libortp.so
     
     %changelog
    +* Fri May  6 2005 Ignacio Vazquez-Abrams  1.0.1-2.fc4
    +- Add disttag to Release
    +
     * Fri Apr  8 2005 Ignacio Vazquez-Abrams  1.0.1-2
     - Remove -Werror from configure for now
     - Fix .desktop file to have Terminal=false instead of 0
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:11:23 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:11:23 -0400
    Subject: rpms/gossip - New directory
    Message-ID: <200505061611.j46GBN0k000481@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv461/gossip
    
    Log Message:
    Directory /cvs/extras/rpms/gossip added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:11:23 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:11:23 -0400
    Subject: rpms/gossip/devel - New directory
    Message-ID: <200505061611.j46GBNKg000486@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv461/gossip/devel
    
    Log Message:
    Directory /cvs/extras/rpms/gossip/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:11:39 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:11:39 -0400
    Subject: rpms/gossip Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505061611.j46GBdm1000533@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv506
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module gossip
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module gossip
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:11:39 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:11:39 -0400
    Subject: rpms/gossip/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources,
    	NONE, 1.1
    Message-ID: <200505061611.j46GBdbu000538@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv506/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module gossip
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:12:41 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:12:41 -0400
    Subject: rpms/gossip import.log,1.1,1.2
    Message-ID: <200505061613.j46GDBXK000605@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv571
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import gossip-0.8-3 on branch devel from gossip-0.8-3.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/gossip/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	6 May 2005 16:11:36 -0000	1.1
    +++ import.log	6 May 2005 16:12:39 -0000	1.2
    @@ -0,0 +1 @@
    +gossip-0_8-3:HEAD:gossip-0.8-3.src.rpm:1115395956
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:12:42 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Fri,  6 May 2005 12:12:42 -0400
    Subject: rpms/gossip/devel gossip.spec, NONE, 1.1 .cvsignore, 1.1,
    	1.2 sources, 1.1, 1.2
    Message-ID: <200505061613.j46GDC2u000609@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gossip/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv571/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	gossip.spec 
    Log Message:
    auto-import gossip-0.8-3 on branch devel from gossip-0.8-3.src.rpm
    
    
    --- NEW FILE gossip.spec ---
    %define with_dbus 0
    
    Name:           gossip
    Version:        0.8
    Release:        3
    Summary:        Gnome Jabber Client
    
    Group:          Applications/Communications
    License:        GPL
    URL:          	http://www.imendio.com/projects/gossip/
    Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/0.8/%{name}-%{version}.tar.bz2
    BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:	loudmouth-devel
    BuildRequires:	GConf2-devel
    BuildRequires:	libglade2-devel
    BuildRequires:	libgnomeui-devel
    BuildRequires:	gnome-vfs2-devel
    BuildRequires:	libxslt-devel
    BuildRequires:	libxml2-devel
    BuildRequires:	libgcrypt-devel
    BuildRequires:	desktop-file-utils
    BuildRequires:	gettext
    
    %if %{with_dbus}
    BuildRequires:	dbus-devel
    %endif
    
    Requires(post):	GConf2
    Requires(preun): GConf2 
    
    %description
    Gossip aims at making Jabber easy to use and tries to give GNOME users a
    real user friendly way of chatting with their friends.
    
    
    %prep
    %setup -q
    
    
    %build
    %configure \
    %if %{with_dbus}
    	--enable-dbus=yes
    %else
    	--enable-dbus=no
    %endif
    
    make %{?_smp_mflags}
    
    
    %install
    rm -rf $RPM_BUILD_ROOT
    export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
    make install DESTDIR=$RPM_BUILD_ROOT
    %find_lang %{name}
    unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
    
    desktop-file-install --vendor fedora --delete-original	\
      --dir $RPM_BUILD_ROOT%{_datadir}/applications   	\
      --add-category X-Fedora			        \
      $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
    
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    
    %post
    export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
    gconftool-2 --makefile-install-rule \
      %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
    
    
    %preun
    export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
    gconftool-2 --makefile-uninstall-rule \
      %{_sysconfdir}/gconf/schemas/%{name}.schemas >/dev/null || :
    
    
    %files -f %{name}.lang
    %defattr(-,root,root,-)
    %doc AUTHORS ChangeLog README NEWS
    %{_bindir}/%{name}
    %{_sysconfdir}/gconf/schemas/%{name}.schemas
    %{_datadir}/applications/*.desktop
    %{_datadir}/pixmaps/%{name}.png
    %dir %{_datadir}/%{name}
    %{_datadir}/%{name}/*.glade
    %{_datadir}/%{name}/*.png
    %{_datadir}/%{name}/*.wav
    %{_datadir}/%{name}/%{name}-log.xsl
    %dir %{_datadir}/%{name}/protocols
    %{_datadir}/%{name}/protocols/*
    
    
    %changelog
    * Fri May  6 2005 Brian Pepple  - 0.8-3
    - Add ownership for unclaimed directories.
    - Disable dbus support due to api changes, and since it is experimental in Gossip anyway.
    
    * Sun May  1 2005 Brian Pepple  - 0.8-2
    - Actually package the protocols.
    
    * Sun May  1 2005 Brian Pepple  - 0.8-1
    - Initial Fedora build.
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/gossip/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	6 May 2005 16:11:37 -0000	1.1
    +++ .cvsignore	6 May 2005 16:12:39 -0000	1.2
    @@ -0,0 +1 @@
    +gossip-0.8.tar.bz2
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/gossip/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	6 May 2005 16:11:37 -0000	1.1
    +++ sources	6 May 2005 16:12:39 -0000	1.2
    @@ -0,0 +1 @@
    +8bbe3dac8d0da7e0b936971a01545f14  gossip-0.8.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:28:10 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Fri,  6 May 2005 12:28:10 -0400
    Subject: rpms/alsa-tools/FC-3 .cvsignore, 1.3, 1.4 alsa-tools.spec, 1.3,
    	1.4 sources, 1.3, 1.4
    Message-ID: <200505061628.j46GSArW000754@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/alsa-tools/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv719/FC-3
    
    Modified Files:
    	.cvsignore alsa-tools.spec sources 
    Log Message:
    prune ac3dec from sources
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/FC-3/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	29 Mar 2005 17:37:43 -0000	1.3
    +++ .cvsignore	6 May 2005 16:28:08 -0000	1.4
    @@ -1 +1 @@
    -alsa-tools-1.0.6.tar.bz2
    +alsa-tools-1.0.6-pruned.tar.bz2
    
    
    Index: alsa-tools.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/FC-3/alsa-tools.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- alsa-tools.spec	22 Mar 2005 18:20:48 -0000	1.3
    +++ alsa-tools.spec	6 May 2005 16:28:08 -0000	1.4
    @@ -1,15 +1,15 @@
    -%{?!_without_tools: 	%define builddirstools ac3dec as10k1 envy24control hdspconf hdspmixer rmedigicontrol sbiload sb16_csp sscape_ctl us428control }
    +%{?!_without_tools: 	%define builddirstools as10k1 envy24control hdspconf hdspmixer rmedigicontrol sbiload sb16_csp sscape_ctl us428control }
     %{?_without_tools: 	%{!?_with_firmware: %define _with_firmware 1}}
     %{?_with_firmware: 	%define builddirsfirmw hdsploader mixartloader usx2yloader vxloader }
     
     Summary: 	The ALSA Tools
     Name: 		alsa-tools
     Version: 	1.0.6
    -Release: 	1
    +Release: 	3
     License: 	GPL
     Group: 		Applications/Multimedia
     URL: 		http://www.alsa-project.org/
    -Source0: 	ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
    +Source0: 	alsa-tools-1.0.6-pruned.tar.bz2
     Patch0:		%{name}-as10k1gcc_fix.patch
     BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires:	alsa-lib-devel >= %{version}
    @@ -112,7 +112,6 @@
     %if 0%{!?_without_tools:1}
     %files
     %defattr(-,root,root,-)
    -%doc %{_docdir}/%{name}-%{version}/ac3dec
     %doc %{_docdir}/%{name}-%{version}/as10k1
     %doc %{_docdir}/%{name}-%{version}/envy24control
     %doc %{_docdir}/%{name}-%{version}/hdspconf
    @@ -120,11 +119,9 @@
     %doc %{_docdir}/%{name}-%{version}/rmedigicontrol
     %doc %{_docdir}/%{name}-%{version}/sbiload
     %doc %{_docdir}/%{name}-%{version}/sb16_csp
    -%{_bindir}/ac3dec
     %{_bindir}/as10k1
     %{_bindir}/cspctl
     %{_bindir}/envy24control
    -%{_bindir}/extract_ac3
     %{_bindir}/hdspconf
     %{_bindir}/hdspmixer
     %{_bindir}/rmedigicontrol
    @@ -157,6 +154,9 @@
     %endif # ?_with_firmware
     
     %changelog
    +* Fri May 06 2005 Thorsten Leemhuis  - 1.0.6-3
    +- prune ac3dec from sources and spec
    +
     * Sun Mar 29 2005 Thorsten Leemhuis  - 0:1.0.6-2
     - Add "--without tools" and "--with firmware" options
     - Drop unneeded BR: automake
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/FC-3/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	29 Mar 2005 17:37:43 -0000	1.3
    +++ sources	6 May 2005 16:28:08 -0000	1.4
    @@ -1 +1 @@
    -d8047c270d7033c00f1f64cde0f67d99  alsa-tools-1.0.6.tar.bz2
    +1b744ed00f3f6fb57c260038cd27a67a  alsa-tools-1.0.6-pruned.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 16:28:11 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Fri,  6 May 2005 12:28:11 -0400
    Subject: rpms/alsa-tools/devel .cvsignore, 1.3, 1.4 alsa-tools.spec, 1.6,
    	1.7 sources, 1.3, 1.4
    Message-ID: <200505061628.j46GSBpn000762@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/alsa-tools/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv719/devel
    
    Modified Files:
    	.cvsignore alsa-tools.spec sources 
    Log Message:
    prune ac3dec from sources
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/devel/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	8 Apr 2005 15:06:28 -0000	1.3
    +++ .cvsignore	6 May 2005 16:28:09 -0000	1.4
    @@ -1 +1 @@
    -alsa-tools-1.0.8.tar.bz2
    +alsa-tools-1.0.8-pruned.tar.bz2
    
    
    Index: alsa-tools.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/devel/alsa-tools.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- alsa-tools.spec	5 May 2005 13:52:00 -0000	1.6
    +++ alsa-tools.spec	6 May 2005 16:28:09 -0000	1.7
    @@ -5,11 +5,11 @@
     Summary: 	The ALSA Tools
     Name: 		alsa-tools
     Version: 	1.0.8
    -Release: 	2
    +Release: 	3
     License: 	GPL
     Group: 		Applications/Multimedia
     URL: 		http://www.alsa-project.org/
    -Source0: 	ftp://ftp.alsa-project.org/pub/tools/%{name}-%{version}.tar.bz2
    +Source0: 	%{name}-%{version}-pruned.tar.bz2
     Patch0:		%{name}-as10k1gcc_fix.patch
     BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires:	alsa-lib-devel >= %{version}
    @@ -153,7 +153,10 @@
     %endif # ?_with_firmware
     
     %changelog
    -* Wed Apr 06 2005 Thorsten Leemhuis  - 1.0.8-2
    +* Fri May 06 2005 Thorsten Leemhuis  - 1.0.8-3
    +- prune ac3dec from sources
    +
    +* Thu May 05 2005 Thorsten Leemhuis  - 1.0.8-2
     - don't build ac3dec -- use a52dec instead
     
     * Wed Apr 06 2005 Thorsten Leemhuis  - 1.0.8-1
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/alsa-tools/devel/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	8 Apr 2005 15:06:28 -0000	1.3
    +++ sources	6 May 2005 16:28:09 -0000	1.4
    @@ -1 +1 @@
    -cf51eccd14e818a9f0be455cedcd52ff  alsa-tools-1.0.8.tar.bz2
    +4c58d608c3144785761def1fb66bef9d  alsa-tools-1.0.8-pruned.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 17:14:13 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Fri,  6 May 2005 13:14:13 -0400
    Subject: rpms/revelation/devel revelation.spec,1.8,1.9
    Message-ID: <200505061714.j46HEDZA001884@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/revelation/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1867
    
    Modified Files:
    	revelation.spec 
    Log Message:
    Update the GTK+ theme icon cache on (un)install
    
    
    Index: revelation.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/revelation/devel/revelation.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- revelation.spec	2 Apr 2005 11:32:55 -0000	1.8
    +++ revelation.spec	6 May 2005 17:14:11 -0000	1.9
    @@ -4,7 +4,7 @@
     Summary:	Password manager for GNOME 2
     Name:		revelation
     Version:	0.4.3
    -Release:	2
    +Release:	3
     License:	GPL
     Group:		Applications/Productivity
     Source:		ftp://oss.codepoet.no/revelation/revelation-0.4.3.tar.bz2
    @@ -26,9 +26,9 @@
     BuildRequires:	cracklib
     BuildRequires:	words
     BuildRoot: 	%{_tmppath}/%{name}-%{version}-buildroot-%(%{__id_u} -n)
    -Requires(post):		GConf2 shared-mime-info desktop-file-utils
    -Requires(preun):	GConf2
    -Requires(postun):	shared-mime-info desktop-file-utils
    +Requires(post):         GConf2 shared-mime-info desktop-file-utils
    +Requires(preun):        GConf2
    +Requires(postun):       shared-mime-info desktop-file-utils
     
     %description
     Revelation is a password manager. It organizes accounts in
    @@ -60,6 +60,7 @@
     gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
     update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
     update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
    +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor || :
     
     
     %preun
    @@ -69,6 +70,7 @@
     %postun
     update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
     update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
    +gtk-update-icon-cache -qf %{_datadir}/icons/hicolor || :
     
     
     %clean
    @@ -101,6 +103,9 @@
     %ghost %{python_sitelib}/revelation/datahandler/*.pyo
     
     %changelog
    +* Fri May 06 2005 Thorsten Leemhuis  0.4.3-3
    +- Update the GTK+ theme icon cache on (un)install
    +
     * Sat Apr 02 2005 Thorsten Leemhuis  0:0.4.3-2
     - Devel rebuild
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:06:45 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:06:45 -0400
    Subject: rpms/xdaliclock - New directory
    Message-ID: <200505061806.j46I6jJl003034@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3007/xdaliclock
    
    Log Message:
    Directory /cvs/extras/rpms/xdaliclock added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:06:45 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:06:45 -0400
    Subject: rpms/xdaliclock/devel - New directory
    Message-ID: <200505061806.j46I6jvU003039@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3007/xdaliclock/devel
    
    Log Message:
    Directory /cvs/extras/rpms/xdaliclock/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:06:59 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:06:59 -0400
    Subject: rpms/xdaliclock Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505061806.j46I6xxo003082@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3055
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module xdaliclock
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module xdaliclock
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:06:59 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:06:59 -0400
    Subject: rpms/xdaliclock/devel .cvsignore, NONE, 1.1 Makefile, NONE,
    	1.1 sources, NONE, 1.1
    Message-ID: <200505061807.j46I70Ac003088@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3055/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module xdaliclock
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:07:24 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:07:24 -0400
    Subject: rpms/xdaliclock import.log,1.1,1.2
    Message-ID: <200505061807.j46I7swn003169@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3133
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import xdaliclock-2.20-1 on branch devel from xdaliclock-2.20-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/xdaliclock/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	6 May 2005 18:06:57 -0000	1.1
    +++ import.log	6 May 2005 18:07:22 -0000	1.2
    @@ -0,0 +1 @@
    +xdaliclock-2_20-1:HEAD:xdaliclock-2.20-1.src.rpm:1115402743
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:07:24 2005
    From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom))
    Date: Fri,  6 May 2005 14:07:24 -0400
    Subject: rpms/xdaliclock/devel xdaliclock.desktop, NONE, 1.1 xdaliclock.spec,
    	NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
    Message-ID: <200505061808.j46I7t1J003173@cvs-int.fedora.redhat.com>
    
    Author: kaboom
    
    Update of /cvs/extras/rpms/xdaliclock/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3133/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	xdaliclock.desktop xdaliclock.spec 
    Log Message:
    auto-import xdaliclock-2.20-1 on branch devel from xdaliclock-2.20-1.src.rpm
    
    
    --- NEW FILE xdaliclock.desktop ---
    [Desktop Entry]
    Encoding=UTF-8
    Name=xdaliclock
    Exec=xdaliclock
    Terminal=false
    Type=Application
    
    
    --- NEW FILE xdaliclock.spec ---
    Summary: A clock for the X Window System
    Name: xdaliclock
    Version: 2.20
    Release: 1
    Group: Amusements/Graphics
    License: BSD
    URL: http://www.jwz.org/xdaliclock/
    Source0: http://www.jwz.org/xdaliclock/xdaliclock-%{version}.tar.gz
    Source1: xdaliclock.desktop
    BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    BuildRequires: xorg-x11-devel
    BuildRequires: desktop-file-utils
    
    %description
    XDaliClock is a large digital clock for the X Window System, with digits
    that "melt" into their new shapes when the time changes. XDaliClock
    supports 12 and 24 hour modes, and displays the date when you hold a mouse
    button down over it. It also can be configured to do colormap cycling, and
    for window transparency.
    
    %prep
    %setup
    
    %build
    cd X11
    %configure
    make %{?_smp_mflags}
    
    %install
    rm -rf $RPM_BUILD_ROOT
    cd X11
    
    mkdir -p $RPM_BUILD_ROOT%{_prefix}/X11R6/bin
    mkdir -p $RPM_BUILD_ROOT%{_prefix}/X11R6/man/man1
    mkdir -p $RPM_BUILD_ROOT%{_libdir}/X11/app-defaults
    
    install -p -m 0755 xdaliclock $RPM_BUILD_ROOT%{_prefix}/X11R6/bin
    install -p -m 0755 xdaliclock.man \
    	$RPM_BUILD_ROOT%{_prefix}/X11R6/man/man1/xdaliclock.1
    install -p -m 0644 XDaliClock.ad \
    	$RPM_BUILD_ROOT%{_libdir}/X11/app-defaults/XDaliClock
    
    desktop-file-install --vendor fedora \
    	--dir $RPM_BUILD_ROOT%{_datadir}/applications \
    	--add-category "X-Fedora" \
    	--add-category "Amusements" \
    	--add-category "Graphics" \
    	%{SOURCE1}
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    %files
    %defattr(-,root,root)
    %doc README
    %{_prefix}/X11R6/bin/xdaliclock
    %{_prefix}/X11R6/man/man1/xdaliclock.1*
    %{_libdir}/X11/app-defaults/XDaliClock
    %{_datadir}/applications/*
    
    %changelog
    * Sat Apr 23 2005 Chris Ricker  2.20-1
    - Initial package for Fedora Extras
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/xdaliclock/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	6 May 2005 18:06:57 -0000	1.1
    +++ .cvsignore	6 May 2005 18:07:22 -0000	1.2
    @@ -0,0 +1 @@
    +xdaliclock-2.20.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/xdaliclock/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	6 May 2005 18:06:57 -0000	1.1
    +++ sources	6 May 2005 18:07:22 -0000	1.2
    @@ -0,0 +1 @@
    +be9642cc711a8d93ff13faac0cf4f306  xdaliclock-2.20.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 18:14:12 2005
    From: fedora-extras-commits at redhat.com (Bill Nottingham (notting))
    Date: Fri,  6 May 2005 14:14:12 -0400
    Subject: web/html/participate/schedule index.php,1.1.1.1,1.2
    Message-ID: <200505061814.j46IECPT003260@cvs-int.fedora.redhat.com>
    
    Author: notting
    
    Update of /cvs/fedora/web/html/participate/schedule
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3252
    
    Modified Files:
    	index.php 
    Log Message:
    slip a day
    
    
    
    Index: index.php
    ===================================================================
    RCS file: /cvs/fedora/web/html/participate/schedule/index.php,v
    retrieving revision 1.1.1.1
    retrieving revision 1.2
    diff -u -r1.1.1.1 -r1.2
    --- index.php	30 Mar 2005 17:47:24 -0000	1.1.1.1
    +++ index.php	6 May 2005 18:14:09 -0000	1.2
    @@ -57,7 +57,7 @@
      
     
     
    - 9
    + 10
      May
      test3, translation build freeze (builds completed)
     
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 19:53:20 2005
    From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon))
    Date: Fri,  6 May 2005 15:53:20 -0400
    Subject: rpms/verbiste/devel .cvsignore, 1.2, 1.3 sources, 1.2,
    	1.3 verbiste.spec, 1.3, 1.4
    Message-ID: <200505061953.j46JrKlC004520@cvs-int.fedora.redhat.com>
    
    Author: icon
    
    Update of /cvs/extras/rpms/verbiste/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4499
    
    Modified Files:
    	.cvsignore sources verbiste.spec 
    Log Message:
    Version 0.1.11
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/verbiste/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	14 Apr 2005 20:51:11 -0000	1.2
    +++ .cvsignore	6 May 2005 19:53:18 -0000	1.3
    @@ -1 +1 @@
    -verbiste-0.1.10.tar.gz
    +verbiste-0.1.11.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/verbiste/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	14 Apr 2005 20:51:11 -0000	1.2
    +++ sources	6 May 2005 19:53:18 -0000	1.3
    @@ -1 +1 @@
    -774728e27d20f7916acd49ec92e824b0  verbiste-0.1.10.tar.gz
    +8cce96efa9764ca57ba444524b4aeb19  verbiste-0.1.11.tar.gz
    
    
    Index: verbiste.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/verbiste/devel/verbiste.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- verbiste.spec	21 Apr 2005 21:12:38 -0000	1.3
    +++ verbiste.spec	6 May 2005 19:53:18 -0000	1.4
    @@ -1,6 +1,6 @@
     Name:           verbiste
    -Version:        0.1.10
    -Release:        4
    +Version:        0.1.11
    +Release:        1
     Summary:        French conjugation system
     
     Group:          Applications/Text
    @@ -98,6 +98,9 @@
     
     
     %changelog
    +* Tue May 06 2005 Konstantin Ryabitsev  - 0.1.11-1
    +- Version 0.1.11.
    +
     * Tue Apr 12 2005 Konstantin Ryabitsev  - 0.1.10-3
     - Modify the description to be more descriptive of what the main
       package does.
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 21:01:58 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 17:01:58 -0400
    Subject: common tobuild,1.150,1.151
    Message-ID: <200505062101.j46L1w8E006460@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6443
    
    Modified Files:
    	tobuild 
    Log Message:
    
    clear old builds for new run
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.150
    retrieving revision 1.151
    diff -u -r1.150 -r1.151
    --- tobuild	6 May 2005 12:57:38 -0000	1.150
    +++ tobuild	6 May 2005 21:01:56 -0000	1.151
    @@ -1,40 +1,3 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    -skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
    -skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    -skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    -skvidal	rpms/xmms/devel	xmms-1_2_10-16	development
    -skvidal	rpms/cdo/devel	cdo-0_9_6-2	development
    -skvidal	rpms/libsigc++20/devel	libsigc++20-2_0_11-1	development
    -skvidal	rpms/glibmm24/devel	glibmm24-2_6_1-1	development
    -skvidal	rpms/gtkmm24/devel	gtkmm24-2_6_2-2	development
    -skvidal	rpms/gconfmm26/devel	gconfmm26-2_10_0-1	development
    -skvidal	rpms/gnome-vfsmm26/devel	gnome-vfsmm26-2_10_0-1	development
    -skvidal	rpms/libglademm24/devel	libglademm24-2_6_0-1	development
    -skvidal	rpms/libgnomecanvasmm26/devel	libgnomecanvasmm26-2_10_0-1	development
    -skvidal	rpms/libgnomemm26/devel	libgnomemm26-2_10_0-1	development
    -skvidal	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    -skvidal	rpms/inkscape/devel	inkscape-0_41-2	development
    -skvidal	rpms/ncftp/devel	ncftp-3_1_9-1	development
    -skvidal	rpms/help2man/devel	help2man-1_35_1-1_fc4	development
    -skvidal	rpms/Coin2/devel	Coin2-2_3_0-7_fc4	development
    -skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
    -skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
    -skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    -skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    -skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    -skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    -skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    -skvidal	rpms/exim/devel	exim-4_51-1	devel
    -skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    -skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    -skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    -skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    -skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    -skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    -skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    -skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    -skvidal	rpms/uim/devel	uim-0_4_6-2	devel
    -skvidal	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 21:22:20 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 17:22:20 -0400
    Subject: rpms/octave - New directory
    Message-ID: <200505062122.j46LMKia006565@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6541/octave
    
    Log Message:
    Directory /cvs/extras/rpms/octave added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 21:22:20 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 17:22:20 -0400
    Subject: rpms/octave/devel - New directory
    Message-ID: <200505062122.j46LMK4E006570@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6541/octave/devel
    
    Log Message:
    Directory /cvs/extras/rpms/octave/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 21:22:37 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 17:22:37 -0400
    Subject: rpms/octave Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505062122.j46LMbI4006618@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6591
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module octave
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module octave
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 21:22:37 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 17:22:37 -0400
    Subject: rpms/octave/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources,
    	NONE, 1.1
    Message-ID: <200505062122.j46LMbpc006623@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6591/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module octave
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Fri May  6 23:59:32 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 19:59:32 -0400
    Subject: rpms/libol/devel libol.spec,1.9,1.10
    Message-ID: <200505062359.j46NxWJb008769@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/libol/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8752
    
    Modified Files:
    	libol.spec 
    Log Message:
    Release: fc4 disttag
    
    
    Index: libol.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/libol/devel/libol.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- libol.spec	3 May 2005 17:23:19 -0000	1.9
    +++ libol.spec	6 May 2005 23:59:30 -0000	1.10
    @@ -6,7 +6,7 @@
     
     Name:           libol
     Version:        0.3.16
    -Release:        2
    +Release:        1.fc4
     Summary:        Support library for syslog-ng
     
     Group:          Development/Libraries
    @@ -71,7 +71,7 @@
     
     
     %changelog
    -* Tue May 03 2005 Jose Pedro Oliveira  - 0.3.16-2
    +* Tue May 03 2005 Jose Pedro Oliveira  - 0.3.16-1.fc4
     - Update to 0.3.16.
     
     * Fri Apr  7 2005 Michael Schwendt 
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:04:12 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:04:12 -0400
    Subject: rpms/syslog-ng - New directory
    Message-ID: <200505070004.j4704CmR009766@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9742/syslog-ng
    
    Log Message:
    Directory /cvs/extras/rpms/syslog-ng added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:04:13 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:04:13 -0400
    Subject: rpms/syslog-ng/devel - New directory
    Message-ID: <200505070004.j4704DMO009771@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9742/syslog-ng/devel
    
    Log Message:
    Directory /cvs/extras/rpms/syslog-ng/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:04:32 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:04:32 -0400
    Subject: rpms/syslog-ng Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505070004.j4704WnX009814@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9787
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module syslog-ng
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module syslog-ng
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:04:32 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:04:32 -0400
    Subject: rpms/syslog-ng/devel .cvsignore, NONE, 1.1 Makefile, NONE,
    	1.1 sources, NONE, 1.1
    Message-ID: <200505070004.j4704Wui009819@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9787/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module syslog-ng
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:05:06 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:05:06 -0400
    Subject: rpms/syslog-ng import.log,1.1,1.2
    Message-ID: <200505070005.j4705bq0009886@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9851
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import syslog-ng-1.6.7-0.fdr.1 on branch devel from syslog-ng-1.6.7-0.fdr.1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/syslog-ng/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	7 May 2005 00:04:29 -0000	1.1
    +++ import.log	7 May 2005 00:05:04 -0000	1.2
    @@ -0,0 +1 @@
    +syslog-ng-1_6_7-0_fdr_1:HEAD:syslog-ng-1.6.7-0.fdr.1.src.rpm:1115424311
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:05:07 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:05:07 -0400
    Subject: rpms/syslog-ng/devel syslog-ng.spec, NONE, 1.1 .cvsignore, 1.1,
    	1.2 sources, 1.1, 1.2
    Message-ID: <200505070005.j47057aw009881@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9851/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	syslog-ng.spec 
    Log Message:
    auto-import syslog-ng-1.6.7-0.fdr.1 on branch devel from syslog-ng-1.6.7-0.fdr.1.src.rpm
    
    
    --- NEW FILE syslog-ng.spec ---
    
    %define sbindir   /sbin
    
    Name:             syslog-ng
    Version:          1.6.7
    Release:          0.fdr.1
    Epoch:            0
    Summary:          Syslog replacement daemon
    
    Group:            System Environment/Daemons
    License:          GPL
    Url:              http://www.balabit.com/products/syslog_ng/
    Source0:          http://www.balabit.com/downloads/syslog-ng/1.6/src/syslog-ng-1.6.7.tar.gz
    BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:    libol-devel >= 0:0.3.15
    BuildRequires:    flex, tcp_wrappers
    # Requires sed v3.95 (command line option -i)
    Requires:         logrotate, sed >= 3.95
    Requires(post):   chkconfig, initscripts
    Requires(preun):  chkconfig, initscripts
    Requires(postun): initscripts
    #
    # Keep initscripts and vixie-cron happy
    #
    # rpm -e sysklogd
    # error: removing these packages would break dependencies:
    #        sysklogd >= 1.3.31 is needed by initscripts-6.67-1
    #        sysklogd >= 1.3.33-6 is needed by vixie-cron-3.0.1-64
    #
    Provides:         sysklogd = 0:1.4.1-99
    
    %description
    syslog-ng, as the name shows, is a syslogd replacement, but with new 
    functionality for the new generation. The original syslogd allows 
    messages only to be sorted based on priority/facility pairs; syslog-ng 
    adds the possibility to filter based on message contents using regular 
    expressions. The new configuration scheme is intuitive and powerful. 
    Forwarding logs over TCP and remembering all forwarding hops makes it 
    ideal for firewalled environments.
    
    
    %prep
    %setup -q
    chmod a-x contrib/syslog2ng
    
    %build
    %configure \
        --sbindir=%{sbindir} \
        --enable-tcp-wrapper
    make %{?_smp_mflags}
    
    %install
    rm -rf $RPM_BUILD_ROOT
    
    make install DESTDIR=$RPM_BUILD_ROOT
    
    install -d $RPM_BUILD_ROOT%{_initrddir}
    install -d $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
    install -d $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
    install -d $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d
    
    install -p -m 755 contrib/fedora-packaging/syslog-ng.init \
        $RPM_BUILD_ROOT%{_initrddir}/syslog-ng
    install -p -m 644 contrib/fedora-packaging/syslog-ng.conf \
        $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/syslog-ng.conf
    install -p -m 644 contrib/fedora-packaging/syslog-ng.sysconfig \
        $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/syslog-ng
    install -p -m 644 contrib/fedora-packaging/syslog-ng.logrotate \
        $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/syslog-ng
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    
    %post
    # only rpm -i (not rpm {-U|-F})
    if [ $1 = 1 ]; then
    	/sbin/chkconfig syslog off 2> /dev/null || :
    	/sbin/chkconfig --add syslog-ng
    	/sbin/service syslog stop 2> /dev/null || :
    	/sbin/service syslog-ng start
    fi
    
    %preun
    # only rpm -e (not rpm {-U|-F})
    if [ $1 = 0 ]; then
    	/sbin/chkconfig syslog reset 2> /dev/null || :
    	/sbin/service syslog-ng stop
    	/sbin/service syslog start 2> /dev/null || :
    	/sbin/chkconfig --del syslog-ng
    fi
    
    %postun
    # only rpm {-U|-F} (not rpm -e)
    if [ $1 = 1 ]; then
        /sbin/service syslog-ng condrestart
    fi
    
    
    %triggerin -- sysklogd
    if [ $1 = 1 -a $2 = 1 ]; then
    	#
    	# 1) syslog-ng being installed and sysklogd installed
    	# 2) syslog-ng installed and sysklogd being installed
    	#
    	#    syslog logrotate file -> comment lines in order to avoid
    	#                             a logrotate conflict
    	#
    	%{__sed} -i 's/^/#/' %{_sysconfdir}/logrotate.d/syslog 2> /dev/null || :
    fi
    
    %triggerun -- sysklogd
    if [ $1 = 0 -a $2 = 1 ]; then
    	#
    	# 1) syslog-ng being removed and sysklogd installed
    	#
    	#    syslog logrotate file -> uncomment lines
    	#
    	%{__sed} -i 's/^#//' %{_sysconfdir}/logrotate.d/syslog 2> /dev/null || :
    fi
    
    
    %files
    %defattr(-,root,root,-)
    %doc AUTHORS COPYING README README.spoof ChangeLog INSTALL NEWS PORTS
    %doc doc/sgml/syslog-ng.txt doc/sgml/syslog-ng.ps
    %doc doc/*.demo doc/*.sample
    %doc contrib/syslog-ng.conf.doc
    %doc contrib/syslog2ng doc/stresstest.sh contrib/relogger.pl
    %{sbindir}/syslog-ng
    %{_initrddir}/syslog-ng
    %dir %{_sysconfdir}/%{name}
    %config(noreplace) %{_sysconfdir}/%{name}/syslog-ng.conf
    %config(noreplace) %{_sysconfdir}/sysconfig/syslog-ng
    %config(noreplace) %{_sysconfdir}/logrotate.d/syslog-ng
    %{_mandir}/man5/*.5*
    %{_mandir}/man8/*.8*
    
    
    %changelog
    * Sat Apr 09 2005 Jose Pedro Oliveira  - 0:1.6.7-0.fdr.1
    - Update to 1.6.7.
    - The Red Hat/Fedora Core configuration files are now included in the
      syslog-ng tarball (directory: contrib/fedora-packaging).
    
    * Fri Mar 25 2005 Jose Pedro Oliveira  - 0:1.6.6-0.fdr.4
    - Logrotate file conflict: just comment/uncomment contents of the syslog
      logrotate file using triggers.
    
    * Tue Feb 15 2005 Jose Pedro Oliveira  - 0:1.6.6-0.fdr.3
    - Require logrotate.
    - Documentation updates (upstream).
    
    * Sat Feb 05 2005 Jose Pedro Oliveira  - 0:1.6.6-0.fdr.2
    - Added contrib/relogger.pl (missing in syslog-ng-1.6.6).
    - Requires libol 0.3.15.
    - Added %%trigger scripts to handle the logrotate file.
    
    * Fri Feb 04 2005 Jose Pedro Oliveira  - 0:1.6.6-0.fdr.1
    - Update to 1.6.6.
    - Patches no longer needed.
    
    * Fri Feb 04 2005 Jose Pedro Oliveira  - 0:1.6.5-0.fdr.7
    - Took ownership of the configuration directory (/etc/syslog-ng/).
    - Updated the syslog-ng(8) manpage (upstream patch).
    - Updated the configuration file: /proc/kmsg is a file not a pipe.
    - Patched two contrib files: syslog2ng and syslog-ng.conf.RedHat.
    - Logrotate file inline replacement: perl --> sed (bug 1332 comment 23).
    
    * Tue Jan 25 2005 Jose Pedro Oliveira  - 0:1.6.5-0.fdr.6
    - Logrotate problem: only one logrotate file for syslog and syslog-ng.
    - Configuration file: don't sync d_mail destination (/var/log/maillog).
    
    * Mon Jan 24 2005 Jose Pedro Oliveira  - 0:1.6.5-0.fdr.5
    - SIGHUP handling upstream patch (syslog-ng-1.6.5+20050121.tar.gz).
    - Static linking /usr libraries (patch already upstream).
    
    * Thu Sep 30 2004 Jose Pedro Oliveira  - 0:1.6.5-0.fdr.4
    - make: do not strip the binaries during installation (install vs install-strip)
      (bug 1332 comment 18).
    - install: preserve timestamps (option -p) (bug 1332 comment 18).
    
    * Wed Sep  1 2004 Jose Pedro Oliveira  0:1.6.5-0.fdr.3
    - use the tcp_wrappers static library instead (bug 1332 comment 15).
    
    * Wed Sep  1 2004 Jose Pedro Oliveira  0:1.6.5-0.fdr.2
    - added missing build requirement: flex (bug 1332 comment 13).
    
    * Wed Aug 25 2004 Jose Pedro Oliveira  0:1.6.5-0.fdr.1
    - update to 1.65.
    - removed the syslog-ng.doc.patch patch (already upstream).
    - removed the syslog-ng.conf.solaris documentation file.
    
    * Wed Apr 21 2004 Jose Pedro Oliveira  0:1.6.2-0.fdr.3
    - removed Conflits:
    - changed the %post and %preun scripts
    - splitted Requires( ... , ... ) into Requires( ... )
    
    * Fri Mar  5 2004 Jose Pedro Oliveira  0:1.6.2-0.fdr.2
    - corrected the source URL
    
    * Sat Feb 28 2004 Jose Pedro Oliveira  0:1.6.2-0.fdr.1
    - changed packaged name to be compliant with fedora.us naming conventions
    
    * Fri Feb 27 2004 Jose Pedro Oliveira  0:1.6.2-0.fdr.0.2
    - updated to version 1.6.2
    - undo "Requires: tcp_wrappers" - tcp_wrappers is a static lib
    
    * Sat Feb  7 2004 Jose Pedro Oliveira  0:1.6.1-0.fdr.2
    - make %{?_smp_mflags}
    - Requires: tcp_wrappers
    
    * Sat Jan 10 2004 Jose Pedro Oliveira  0:1.6.1-0.fdr.1
    - first release for fedora.us
    
    * Fri Jan  9 2004 Jose Pedro Oliveira  1.6.1-1.1tux
    - updated to version 1.6.1
    
    * Tue Oct  7 2003 Jose Pedro Oliveira  1.6.0rc4-1.1tux
    - updated to version 1.6.0rc4
    
    * Tue Aug 26 2003 Jose Pedro Oliveira  1.6.0rc3-1.4tux
    - installation scripts improved
    - conflits line
    
    * Sat Aug 16 2003 Jose Pedro Oliveira  1.6.0rc3-1.3tux
    - install-strip
    
    * Tue Jul 22 2003 Jose Pedro Oliveira  1.6.0rc3-1.2tux
    - missing document: contrib/syslog-ng.conf.doc
    
    * Thu Jun 12 2003 Jose Pedro Oliveira  1.6.0rc3-1.1tux
    - Version 1.6.0rc3
    
    * Sat Apr 12 2003 Jose Pedro Oliveira  1.6.0rc2 snapshot
    - Reorganized specfile
    - Corrected the scripts (%post, %postun, and %preun)
    - Commented the mysql related lines; create an option for future inclusion
    
    * Thu Feb 27 2003 Richard E. Perlotto II  1.6.0rc1-1
    - Updated for new version
    
    * Mon Feb 17 2003 Richard E. Perlotto II  1.5.26-1
    - Updated for new version
    
    * Sun Dec 20 2002 Richard E. Perlotto II  1.5.24-1
    - Updated for new version
    
    * Sun Dec 13 2002 Richard E. Perlotto II  1.5.23-2
    - Corrected the mass of errors that occured with rpmlint
    - Continue to clean up for the helpful hints on how to write to a database
    
    * Sun Dec 08 2002 Richard E. Perlotto II  1.5.23-1
    - Updated file with notes and PGP signatures
    
    # vim:set ai ts=4 sw=4:
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/syslog-ng/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	7 May 2005 00:04:30 -0000	1.1
    +++ .cvsignore	7 May 2005 00:05:05 -0000	1.2
    @@ -0,0 +1 @@
    +syslog-ng-1.6.7.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/syslog-ng/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	7 May 2005 00:04:30 -0000	1.1
    +++ sources	7 May 2005 00:05:05 -0000	1.2
    @@ -0,0 +1 @@
    +dc4d7cdbc5792e7ba0fd836bbdd4c62d  syslog-ng-1.6.7.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:27:27 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Fri,  6 May 2005 20:27:27 -0400
    Subject: rpms/syslog-ng/devel syslog-ng.spec,1.1,1.2
    Message-ID: <200505070027.j470RRAE009984@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/rpms/syslog-ng/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9967
    
    Modified Files:
    	syslog-ng.spec 
    Log Message:
    Increased libol required version to 0.3.16
    
    
    Index: syslog-ng.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/syslog-ng/devel/syslog-ng.spec,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- syslog-ng.spec	7 May 2005 00:05:05 -0000	1.1
    +++ syslog-ng.spec	7 May 2005 00:27:25 -0000	1.2
    @@ -3,8 +3,7 @@
     
     Name:             syslog-ng
     Version:          1.6.7
    -Release:          0.fdr.1
    -Epoch:            0
    +Release:          2.fc4
     Summary:          Syslog replacement daemon
     
     Group:            System Environment/Daemons
    @@ -13,7 +12,7 @@
     Source0:          http://www.balabit.com/downloads/syslog-ng/1.6/src/syslog-ng-1.6.7.tar.gz
     BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    -BuildRequires:    libol-devel >= 0:0.3.15
    +BuildRequires:    libol-devel >= 0.3.16
     BuildRequires:    flex, tcp_wrappers
     # Requires sed v3.95 (command line option -i)
     Requires:         logrotate, sed >= 3.95
    @@ -28,7 +27,7 @@
     #        sysklogd >= 1.3.31 is needed by initscripts-6.67-1
     #        sysklogd >= 1.3.33-6 is needed by vixie-cron-3.0.1-64
     #
    -Provides:         sysklogd = 0:1.4.1-99
    +Provides:         sysklogd = 1.4.1-99
     
     %description
     syslog-ng, as the name shows, is a syslogd replacement, but with new 
    @@ -139,6 +138,10 @@
     
     
     %changelog
    +* Sat May 07 2005 Jose Pedro Oliveira  - 1.6.7-2.fc4
    +- Increased libol required version to 0.3.16
    +  (https://lists.balabit.hu/pipermail/syslog-ng/2005-May/007385.html).
    +
     * Sat Apr 09 2005 Jose Pedro Oliveira  - 0:1.6.7-0.fdr.1
     - Update to 1.6.7.
     - The Red Hat/Fedora Core configuration files are now included in the
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 00:34:49 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Fri,  6 May 2005 20:34:49 -0400
    Subject: devel/wxGTK wxGTK.spec,1.11,1.12
    Message-ID: <200505070034.j470YnEA010030@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/devel/wxGTK
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10013
    
    Modified Files:
    	wxGTK.spec 
    Log Message:
    * Sat May  7 2005 Michael Schwendt  - 2.4.2-11
    - Add BR libGL and libGLU to fix FC4 build failure
      (alternatively use xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU).
    
    
    
    
    Index: wxGTK.spec
    ===================================================================
    RCS file: /cvs/extras/devel/wxGTK/wxGTK.spec,v
    retrieving revision 1.11
    retrieving revision 1.12
    diff -u -r1.11 -r1.12
    --- wxGTK.spec	22 Apr 2005 20:19:34 -0000	1.11
    +++ wxGTK.spec	7 May 2005 00:34:47 -0000	1.12
    @@ -2,8 +2,7 @@
     
     Name:           wxGTK
     Version:        2.4.2
    -Release:        10
    -
    +Release:        11
     Summary:        GTK+ port of the wxWidgets GUI library
     License:        BSD
     Group:          System Environment/Libraries
    @@ -16,6 +15,7 @@
     
     BuildRequires:  gtk+-devel gtk2-devel zlib-devel >= 1.1.4
     BuildRequires:  libpng-devel libjpeg-devel libtiff-devel
    +BuildRequires:  libGL libGLU
     Requires:       %{name}-common = %{version}-%{release}
     
     %description
    @@ -296,6 +296,10 @@
     
     
     %changelog
    +* Sat May  7 2005 Michael Schwendt  - 2.4.2-11
    +- Add BR libGL and libGLU to fix FC4 build failure
    +  (alternatively use xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU).
    +
     * Fri Apr 22 2005 Dams  - 2.4.2-10
     - Added patch from Ignacio and Denis to fix build with gcc4 
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:05:54 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:05:54 -0400
    Subject: common tobuild,1.151,1.152
    Message-ID: <200505070105.j4715sp4011143@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11126
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gcl/FC-3 gcl-2_6_6-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.151
    retrieving revision 1.152
    diff -u -r1.151 -r1.152
    --- tobuild	6 May 2005 21:01:56 -0000	1.151
    +++ tobuild	7 May 2005 01:05:52 -0000	1.152
    @@ -1,3 +1,4 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    +skvidal	rpms/gcl/FC-3	gcl-2_6_6-2	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:06:05 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:06:05 -0400
    Subject: common tobuild,1.152,1.153
    Message-ID: <200505070106.j47165Ce011206@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11189
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/plt-scheme/FC-3 plt-scheme-299_100-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.152
    retrieving revision 1.153
    diff -u -r1.152 -r1.153
    --- tobuild	7 May 2005 01:05:52 -0000	1.152
    +++ tobuild	7 May 2005 01:06:03 -0000	1.153
    @@ -2,3 +2,4 @@
     # user	repo	tag	target	status
     # 
     skvidal	rpms/gcl/FC-3	gcl-2_6_6-2	fc3
    +skvidal	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:06:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:06:19 -0400
    Subject: common tobuild,1.153,1.154
    Message-ID: <200505070106.j4716JxU011268@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11251
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.153
    retrieving revision 1.154
    diff -u -r1.153 -r1.154
    --- tobuild	7 May 2005 01:06:03 -0000	1.153
    +++ tobuild	7 May 2005 01:06:17 -0000	1.154
    @@ -3,3 +3,4 @@
     # 
     skvidal	rpms/gcl/FC-3	gcl-2_6_6-2	fc3
     skvidal	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	fc3
    +skvidal	rpms/graveman/FC-3	graveman-0_3_11-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:06:32 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:06:32 -0400
    Subject: common tobuild,1.154,1.155
    Message-ID: <200505070106.j4716Wlv011331@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11314
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/lirc/FC-3 lirc-0_7_1-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.154
    retrieving revision 1.155
    diff -u -r1.154 -r1.155
    --- tobuild	7 May 2005 01:06:17 -0000	1.154
    +++ tobuild	7 May 2005 01:06:30 -0000	1.155
    @@ -4,3 +4,4 @@
     skvidal	rpms/gcl/FC-3	gcl-2_6_6-2	fc3
     skvidal	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	fc3
     skvidal	rpms/graveman/FC-3	graveman-0_3_11-1	fc3
    +skvidal	rpms/lirc/FC-3	lirc-0_7_1-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:06:44 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:06:44 -0400
    Subject: common tobuild,1.155,1.156
    Message-ID: <200505070106.j4716iSf011394@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11377
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/feh/FC-3 feh-1_3_1-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.155
    retrieving revision 1.156
    diff -u -r1.155 -r1.156
    --- tobuild	7 May 2005 01:06:30 -0000	1.155
    +++ tobuild	7 May 2005 01:06:42 -0000	1.156
    @@ -5,3 +5,4 @@
     skvidal	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	fc3
     skvidal	rpms/graveman/FC-3	graveman-0_3_11-1	fc3
     skvidal	rpms/lirc/FC-3	lirc-0_7_1-1	fc3
    +skvidal	rpms/feh/FC-3	feh-1_3_1-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:07:01 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:07:01 -0400
    Subject: common tobuild,1.156,1.157
    Message-ID: <200505070107.j47171IE011459@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11442
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-0_2_b for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.156
    retrieving revision 1.157
    diff -u -r1.156 -r1.157
    --- tobuild	7 May 2005 01:06:42 -0000	1.156
    +++ tobuild	7 May 2005 01:06:59 -0000	1.157
    @@ -6,3 +6,4 @@
     skvidal	rpms/graveman/FC-3	graveman-0_3_11-1	fc3
     skvidal	rpms/lirc/FC-3	lirc-0_7_1-1	fc3
     skvidal	rpms/feh/FC-3	feh-1_3_1-1_fc3	fc3
    +skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:16:54 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:16:54 -0400
    Subject: common tobuild,1.157,1.158
    Message-ID: <200505070116.j471GswY011561@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11544
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.157
    retrieving revision 1.158
    diff -u -r1.157 -r1.158
    --- tobuild	7 May 2005 01:06:59 -0000	1.157
    +++ tobuild	7 May 2005 01:16:52 -0000	1.158
    @@ -7,3 +7,4 @@
     skvidal	rpms/lirc/FC-3	lirc-0_7_1-1	fc3
     skvidal	rpms/feh/FC-3	feh-1_3_1-1_fc3	fc3
     skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
    +skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:17:32 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:17:32 -0400
    Subject: common tobuild,1.158,1.159
    Message-ID: <200505070117.j471HWLO011639@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11622
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/nmh/FC-3 nmh-1_1-7_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.158
    retrieving revision 1.159
    diff -u -r1.158 -r1.159
    --- tobuild	7 May 2005 01:16:52 -0000	1.158
    +++ tobuild	7 May 2005 01:17:30 -0000	1.159
    @@ -8,3 +8,4 @@
     skvidal	rpms/feh/FC-3	feh-1_3_1-1_fc3	fc3
     skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
     skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
    +skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:19:37 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:19:37 -0400
    Subject: common tobuild,1.159,1.160
    Message-ID: <200505070119.j471JbAt011706@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11689
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/amarok/FC-3 amarok-1_2_3-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.159
    retrieving revision 1.160
    diff -u -r1.159 -r1.160
    --- tobuild	7 May 2005 01:17:30 -0000	1.159
    +++ tobuild	7 May 2005 01:19:35 -0000	1.160
    @@ -9,3 +9,4 @@
     skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
     skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
     skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
    +skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:19:52 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:19:52 -0400
    Subject: common tobuild,1.160,1.161
    Message-ID: <200505070119.j471Jqi5011769@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11752
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/ipython/FC-3 ipython-0_6_13-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.160
    retrieving revision 1.161
    diff -u -r1.160 -r1.161
    --- tobuild	7 May 2005 01:19:35 -0000	1.160
    +++ tobuild	7 May 2005 01:19:50 -0000	1.161
    @@ -10,3 +10,4 @@
     skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
     skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    +skvidal	rpms/ipython/FC-3	ipython-0_6_13-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:20:04 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:20:04 -0400
    Subject: common tobuild,1.161,1.162
    Message-ID: <200505070120.j471K4fg011832@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11815
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/udunits/FC-3 udunits-1_12_4-7_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.161
    retrieving revision 1.162
    diff -u -r1.161 -r1.162
    --- tobuild	7 May 2005 01:19:50 -0000	1.161
    +++ tobuild	7 May 2005 01:20:02 -0000	1.162
    @@ -11,3 +11,4 @@
     skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/ipython/FC-3	ipython-0_6_13-1	fc3
    +skvidal	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:20:17 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:20:17 -0400
    Subject: common tobuild,1.162,1.163
    Message-ID: <200505070120.j471KHeQ011895@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11878
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/R/FC-3 R-2_1_0-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.162
    retrieving revision 1.163
    diff -u -r1.162 -r1.163
    --- tobuild	7 May 2005 01:20:02 -0000	1.162
    +++ tobuild	7 May 2005 01:20:15 -0000	1.163
    @@ -12,3 +12,4 @@
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/ipython/FC-3	ipython-0_6_13-1	fc3
     skvidal	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	fc3
    +skvidal	rpms/R/FC-3	R-2_1_0-2	fc3
    
    
    
    From qspencer at ieee.org  Sat May  7 01:20:25 2005
    From: qspencer at ieee.org (Quentin Spencer)
    Date: Fri, 06 May 2005 20:20:25 -0500
    Subject: Is something wrong with CVS?
    In-Reply-To: <1114366784.3778.31.camel@localhost.localdomain>
    References: <200504241746.j3OHkYqE005215@cvs-int.fedora.redhat.com>	<20050424195305.2ce3cc04.bugs.michael@gmx.net>
    	<1114366784.3778.31.camel@localhost.localdomain>
    Message-ID: <427C17D9.50307@ieee.org>
    
    I tried to create a new package for octave earlier using the 
    cvs-import.sh script. It successfully created the project, but when 
    trying to add the new files, I got the error:
    Checking : octave-2.1.70.tar.bz2 on 
    https://cvs.fedora.redhat.com/repo/extras/upload.cgi...
    ERROR: could not check remote file status
    
    So, there's now an empty octave package with no sources. I tried adding 
    them with "make new-sources", and I'm getting the same error. What's 
    going on?
    
    -Quentin
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:20:29 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:20:29 -0400
    Subject: common tobuild,1.163,1.164
    Message-ID: <200505070120.j471KTbU011957@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11940
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.163
    retrieving revision 1.164
    diff -u -r1.163 -r1.164
    --- tobuild	7 May 2005 01:20:15 -0000	1.163
    +++ tobuild	7 May 2005 01:20:27 -0000	1.164
    @@ -13,3 +13,4 @@
     skvidal	rpms/ipython/FC-3	ipython-0_6_13-1	fc3
     skvidal	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	fc3
     skvidal	rpms/R/FC-3	R-2_1_0-2	fc3
    +skvidal	rpms/R-gnomeGUI/FC-3	R-gnomeGUI-2_1_0-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:20:41 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:20:41 -0400
    Subject: common tobuild,1.164,1.165
    Message-ID: <200505070120.j471KfSI012020@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12003
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/leafpad/FC-3 leafpad-0_8_0-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.164
    retrieving revision 1.165
    diff -u -r1.164 -r1.165
    --- tobuild	7 May 2005 01:20:27 -0000	1.164
    +++ tobuild	7 May 2005 01:20:39 -0000	1.165
    @@ -14,3 +14,4 @@
     skvidal	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	fc3
     skvidal	rpms/R/FC-3	R-2_1_0-2	fc3
     skvidal	rpms/R-gnomeGUI/FC-3	R-gnomeGUI-2_1_0-1_fc3	fc3
    +skvidal	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:20:53 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:20:53 -0400
    Subject: common tobuild,1.165,1.166
    Message-ID: <200505070120.j471KrVj012083@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12066
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/ulogd/FC-3 ulogd-1_23-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.165
    retrieving revision 1.166
    diff -u -r1.165 -r1.166
    --- tobuild	7 May 2005 01:20:39 -0000	1.165
    +++ tobuild	7 May 2005 01:20:51 -0000	1.166
    @@ -15,3 +15,4 @@
     skvidal	rpms/R/FC-3	R-2_1_0-2	fc3
     skvidal	rpms/R-gnomeGUI/FC-3	R-gnomeGUI-2_1_0-1_fc3	fc3
     skvidal	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	fc3
    +skvidal	rpms/ulogd/FC-3	ulogd-1_23-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:21:05 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:21:05 -0400
    Subject: common tobuild,1.166,1.167
    Message-ID: <200505070121.j471L5AF012149@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12132
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/js/FC-3 js-1_5-0_rc6a_4_1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.166
    retrieving revision 1.167
    diff -u -r1.166 -r1.167
    --- tobuild	7 May 2005 01:20:51 -0000	1.166
    +++ tobuild	7 May 2005 01:21:03 -0000	1.167
    @@ -16,3 +16,4 @@
     skvidal	rpms/R-gnomeGUI/FC-3	R-gnomeGUI-2_1_0-1_fc3	fc3
     skvidal	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	fc3
     skvidal	rpms/ulogd/FC-3	ulogd-1_23-1_fc3	fc3
    +skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:21:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:21:19 -0400
    Subject: common tobuild,1.167,1.168
    Message-ID: <200505070121.j471LJ5V012212@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12195
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Pod-Coverage/FC-3 perl-Pod-Coverage-0_17-1_1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.167
    retrieving revision 1.168
    diff -u -r1.167 -r1.168
    --- tobuild	7 May 2005 01:21:03 -0000	1.167
    +++ tobuild	7 May 2005 01:21:16 -0000	1.168
    @@ -17,3 +17,4 @@
     skvidal	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	fc3
     skvidal	rpms/ulogd/FC-3	ulogd-1_23-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    +skvidal	rpms/perl-Pod-Coverage/FC-3	perl-Pod-Coverage-0_17-1_1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:21:31 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:21:31 -0400
    Subject: common tobuild,1.168,1.169
    Message-ID: <200505070121.j471LVqX012275@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12258
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/bazaar/FC-3 bazaar-1_3_2-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.168
    retrieving revision 1.169
    diff -u -r1.168 -r1.169
    --- tobuild	7 May 2005 01:21:16 -0000	1.168
    +++ tobuild	7 May 2005 01:21:29 -0000	1.169
    @@ -18,3 +18,4 @@
     skvidal	rpms/ulogd/FC-3	ulogd-1_23-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     skvidal	rpms/perl-Pod-Coverage/FC-3	perl-Pod-Coverage-0_17-1_1	fc3
    +skvidal	rpms/bazaar/FC-3	bazaar-1_3_2-2	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:21:43 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:21:43 -0400
    Subject: common tobuild,1.169,1.170
    Message-ID: <200505070121.j471Lh7K012337@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12320
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-trigger-launcher/FC-3 xfce4-trigger-launcher-4_2_1-4_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.169
    retrieving revision 1.170
    diff -u -r1.169 -r1.170
    --- tobuild	7 May 2005 01:21:29 -0000	1.169
    +++ tobuild	7 May 2005 01:21:41 -0000	1.170
    @@ -19,3 +19,4 @@
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     skvidal	rpms/perl-Pod-Coverage/FC-3	perl-Pod-Coverage-0_17-1_1	fc3
     skvidal	rpms/bazaar/FC-3	bazaar-1_3_2-2	fc3
    +skvidal	rpms/xfce4-trigger-launcher/FC-3	xfce4-trigger-launcher-4_2_1-4_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:21:55 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:21:55 -0400
    Subject: common tobuild,1.170,1.171
    Message-ID: <200505070121.j471Ltix012399@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12382
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-icon-theme/FC-3 xfce4-icon-theme-4_2_1-5_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.170
    retrieving revision 1.171
    diff -u -r1.170 -r1.171
    --- tobuild	7 May 2005 01:21:41 -0000	1.170
    +++ tobuild	7 May 2005 01:21:53 -0000	1.171
    @@ -20,3 +20,4 @@
     skvidal	rpms/perl-Pod-Coverage/FC-3	perl-Pod-Coverage-0_17-1_1	fc3
     skvidal	rpms/bazaar/FC-3	bazaar-1_3_2-2	fc3
     skvidal	rpms/xfce4-trigger-launcher/FC-3	xfce4-trigger-launcher-4_2_1-4_fc3	fc3
    +skvidal	rpms/xfce4-icon-theme/FC-3	xfce4-icon-theme-4_2_1-5_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:22:06 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:22:06 -0400
    Subject: common tobuild,1.171,1.172
    Message-ID: <200505070122.j471M6sj012461@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12444
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gtk-xfce-engine/FC-3 gtk-xfce-engine-2_2_6-3_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.171
    retrieving revision 1.172
    diff -u -r1.171 -r1.172
    --- tobuild	7 May 2005 01:21:53 -0000	1.171
    +++ tobuild	7 May 2005 01:22:04 -0000	1.172
    @@ -21,3 +21,4 @@
     skvidal	rpms/bazaar/FC-3	bazaar-1_3_2-2	fc3
     skvidal	rpms/xfce4-trigger-launcher/FC-3	xfce4-trigger-launcher-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-icon-theme/FC-3	xfce4-icon-theme-4_2_1-5_fc3	fc3
    +skvidal	rpms/gtk-xfce-engine/FC-3	gtk-xfce-engine-2_2_6-3_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:22:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:22:19 -0400
    Subject: common tobuild,1.172,1.173
    Message-ID: <200505070122.j471MJAN012523@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12506
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-toys/FC-3 xfce4-toys-4_2_1-4_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.172
    retrieving revision 1.173
    diff -u -r1.172 -r1.173
    --- tobuild	7 May 2005 01:22:04 -0000	1.172
    +++ tobuild	7 May 2005 01:22:17 -0000	1.173
    @@ -22,3 +22,4 @@
     skvidal	rpms/xfce4-trigger-launcher/FC-3	xfce4-trigger-launcher-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-icon-theme/FC-3	xfce4-icon-theme-4_2_1-5_fc3	fc3
     skvidal	rpms/gtk-xfce-engine/FC-3	gtk-xfce-engine-2_2_6-3_fc3	fc3
    +skvidal	rpms/xfce4-toys/FC-3	xfce4-toys-4_2_1-4_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:22:32 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:22:32 -0400
    Subject: common tobuild,1.173,1.174
    Message-ID: <200505070122.j471MWOZ012585@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12568
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-session/FC-3 xfce4-session-4_2_1-4_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.173
    retrieving revision 1.174
    diff -u -r1.173 -r1.174
    --- tobuild	7 May 2005 01:22:17 -0000	1.173
    +++ tobuild	7 May 2005 01:22:29 -0000	1.174
    @@ -23,3 +23,4 @@
     skvidal	rpms/xfce4-icon-theme/FC-3	xfce4-icon-theme-4_2_1-5_fc3	fc3
     skvidal	rpms/gtk-xfce-engine/FC-3	gtk-xfce-engine-2_2_6-3_fc3	fc3
     skvidal	rpms/xfce4-toys/FC-3	xfce4-toys-4_2_1-4_fc3	fc3
    +skvidal	rpms/xfce4-session/FC-3	xfce4-session-4_2_1-4_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:22:45 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:22:45 -0400
    Subject: common tobuild,1.174,1.175
    Message-ID: <200505070122.j471MjQt012647@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12630
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfcalendar/FC-3 xfcalendar-4_2_1-4_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.174
    retrieving revision 1.175
    diff -u -r1.174 -r1.175
    --- tobuild	7 May 2005 01:22:29 -0000	1.174
    +++ tobuild	7 May 2005 01:22:43 -0000	1.175
    @@ -24,3 +24,4 @@
     skvidal	rpms/gtk-xfce-engine/FC-3	gtk-xfce-engine-2_2_6-3_fc3	fc3
     skvidal	rpms/xfce4-toys/FC-3	xfce4-toys-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-session/FC-3	xfce4-session-4_2_1-4_fc3	fc3
    +skvidal	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-4_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:22:57 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:22:57 -0400
    Subject: common tobuild,1.175,1.176
    Message-ID: <200505070122.j471Mvdm012709@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12692
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-mixer/FC-3 xfce4-mixer-4_2_1-4_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.175
    retrieving revision 1.176
    diff -u -r1.175 -r1.176
    --- tobuild	7 May 2005 01:22:43 -0000	1.175
    +++ tobuild	7 May 2005 01:22:55 -0000	1.176
    @@ -25,3 +25,4 @@
     skvidal	rpms/xfce4-toys/FC-3	xfce4-toys-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-session/FC-3	xfce4-session-4_2_1-4_fc3	fc3
     skvidal	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-4_fc3	fc3
    +skvidal	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-4_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:23:09 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:23:09 -0400
    Subject: common tobuild,1.176,1.177
    Message-ID: <200505070123.j471N9YO012776@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12758
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-appfinder/FC-3 xfce4-appfinder-4_2_1-3_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.176
    retrieving revision 1.177
    diff -u -r1.176 -r1.177
    --- tobuild	7 May 2005 01:22:55 -0000	1.176
    +++ tobuild	7 May 2005 01:23:07 -0000	1.177
    @@ -26,3 +26,4 @@
     skvidal	rpms/xfce4-session/FC-3	xfce4-session-4_2_1-4_fc3	fc3
     skvidal	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-4_fc3	fc3
    +skvidal	rpms/xfce4-appfinder/FC-3	xfce4-appfinder-4_2_1-3_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:23:22 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:23:22 -0400
    Subject: common tobuild,1.177,1.178
    Message-ID: <200505070123.j471NMrJ012841@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12822
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Devel-Cycle/FC-3 perl-Devel-Cycle-1_04-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.177
    retrieving revision 1.178
    diff -u -r1.177 -r1.178
    --- tobuild	7 May 2005 01:23:07 -0000	1.177
    +++ tobuild	7 May 2005 01:23:20 -0000	1.178
    @@ -27,3 +27,4 @@
     skvidal	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-appfinder/FC-3	xfce4-appfinder-4_2_1-3_fc3	fc3
    +skvidal	rpms/perl-Devel-Cycle/FC-3	perl-Devel-Cycle-1_04-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:23:35 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:23:35 -0400
    Subject: common tobuild,1.178,1.179
    Message-ID: <200505070123.j471NZhx012907@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12890
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Test-Memory-Cycle/FC-3 perl-Test-Memory-Cycle-1_00-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.178
    retrieving revision 1.179
    diff -u -r1.178 -r1.179
    --- tobuild	7 May 2005 01:23:20 -0000	1.178
    +++ tobuild	7 May 2005 01:23:33 -0000	1.179
    @@ -28,3 +28,4 @@
     skvidal	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-4_fc3	fc3
     skvidal	rpms/xfce4-appfinder/FC-3	xfce4-appfinder-4_2_1-3_fc3	fc3
     skvidal	rpms/perl-Devel-Cycle/FC-3	perl-Devel-Cycle-1_04-1	fc3
    +skvidal	rpms/perl-Test-Memory-Cycle/FC-3	perl-Test-Memory-Cycle-1_00-2	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:23:47 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:23:47 -0400
    Subject: common tobuild,1.179,1.180
    Message-ID: <200505070123.j471NlwN012970@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12953
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/quilt/FC-3 quilt-0_40-2_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.179
    retrieving revision 1.180
    diff -u -r1.179 -r1.180
    --- tobuild	7 May 2005 01:23:33 -0000	1.179
    +++ tobuild	7 May 2005 01:23:45 -0000	1.180
    @@ -29,3 +29,4 @@
     skvidal	rpms/xfce4-appfinder/FC-3	xfce4-appfinder-4_2_1-3_fc3	fc3
     skvidal	rpms/perl-Devel-Cycle/FC-3	perl-Devel-Cycle-1_04-1	fc3
     skvidal	rpms/perl-Test-Memory-Cycle/FC-3	perl-Test-Memory-Cycle-1_00-2	fc3
    +skvidal	rpms/quilt/FC-3	quilt-0_40-2_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:23:59 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:23:59 -0400
    Subject: common tobuild,1.180,1.181
    Message-ID: <200505070123.j471NxWc013033@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13016
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnome-applet-netspeed/FC-3 gnome-applet-netspeed-0_12_1-2_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.180
    retrieving revision 1.181
    diff -u -r1.180 -r1.181
    --- tobuild	7 May 2005 01:23:45 -0000	1.180
    +++ tobuild	7 May 2005 01:23:57 -0000	1.181
    @@ -30,3 +30,4 @@
     skvidal	rpms/perl-Devel-Cycle/FC-3	perl-Devel-Cycle-1_04-1	fc3
     skvidal	rpms/perl-Test-Memory-Cycle/FC-3	perl-Test-Memory-Cycle-1_00-2	fc3
     skvidal	rpms/quilt/FC-3	quilt-0_40-2_fc3	fc3
    +skvidal	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_12_1-2_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:24:11 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:24:11 -0400
    Subject: common tobuild,1.181,1.182
    Message-ID: <200505070124.j471OCes013097@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13080
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/cone/FC-3 cone-0_64-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.181
    retrieving revision 1.182
    diff -u -r1.181 -r1.182
    --- tobuild	7 May 2005 01:23:57 -0000	1.181
    +++ tobuild	7 May 2005 01:24:09 -0000	1.182
    @@ -31,3 +31,4 @@
     skvidal	rpms/perl-Test-Memory-Cycle/FC-3	perl-Test-Memory-Cycle-1_00-2	fc3
     skvidal	rpms/quilt/FC-3	quilt-0_40-2_fc3	fc3
     skvidal	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_12_1-2_fc3	fc3
    +skvidal	rpms/cone/FC-3	cone-0_64-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:24:24 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:24:24 -0400
    Subject: common tobuild,1.182,1.183
    Message-ID: <200505070124.j471OOEH013160@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13143
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/libcdio/FC-3 libcdio-0_73-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.182
    retrieving revision 1.183
    diff -u -r1.182 -r1.183
    --- tobuild	7 May 2005 01:24:09 -0000	1.182
    +++ tobuild	7 May 2005 01:24:22 -0000	1.183
    @@ -32,3 +32,4 @@
     skvidal	rpms/quilt/FC-3	quilt-0_40-2_fc3	fc3
     skvidal	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_12_1-2_fc3	fc3
     skvidal	rpms/cone/FC-3	cone-0_64-1	fc3
    +skvidal	rpms/libcdio/FC-3	libcdio-0_73-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:24:36 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:24:36 -0400
    Subject: common tobuild,1.183,1.184
    Message-ID: <200505070124.j471OaBH013223@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13206
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Module-CoreList/FC-3 perl-Module-CoreList-2_01-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.183
    retrieving revision 1.184
    diff -u -r1.183 -r1.184
    --- tobuild	7 May 2005 01:24:22 -0000	1.183
    +++ tobuild	7 May 2005 01:24:34 -0000	1.184
    @@ -33,3 +33,4 @@
     skvidal	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_12_1-2_fc3	fc3
     skvidal	rpms/cone/FC-3	cone-0_64-1	fc3
     skvidal	rpms/libcdio/FC-3	libcdio-0_73-1	fc3
    +skvidal	rpms/perl-Module-CoreList/FC-3	perl-Module-CoreList-2_01-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:24:52 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:24:52 -0400
    Subject: common tobuild,1.184,1.185
    Message-ID: <200505070124.j471OqHI013286@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13269
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/blacs/FC-3 blacs-1_1-6_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.184
    retrieving revision 1.185
    diff -u -r1.184 -r1.185
    --- tobuild	7 May 2005 01:24:34 -0000	1.184
    +++ tobuild	7 May 2005 01:24:49 -0000	1.185
    @@ -34,3 +34,4 @@
     skvidal	rpms/cone/FC-3	cone-0_64-1	fc3
     skvidal	rpms/libcdio/FC-3	libcdio-0_73-1	fc3
     skvidal	rpms/perl-Module-CoreList/FC-3	perl-Module-CoreList-2_01-1	fc3
    +skvidal	rpms/blacs/FC-3	blacs-1_1-6_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:25:03 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:25:03 -0400
    Subject: common tobuild,1.185,1.186
    Message-ID: <200505070125.j471P3mV013349@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13332
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/scalapack/FC-3 scalapack-1_7-3_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.185
    retrieving revision 1.186
    diff -u -r1.185 -r1.186
    --- tobuild	7 May 2005 01:24:49 -0000	1.185
    +++ tobuild	7 May 2005 01:25:01 -0000	1.186
    @@ -35,3 +35,4 @@
     skvidal	rpms/libcdio/FC-3	libcdio-0_73-1	fc3
     skvidal	rpms/perl-Module-CoreList/FC-3	perl-Module-CoreList-2_01-1	fc3
     skvidal	rpms/blacs/FC-3	blacs-1_1-6_fc3	fc3
    +skvidal	rpms/scalapack/FC-3	scalapack-1_7-3_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:25:16 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:25:16 -0400
    Subject: common tobuild,1.186,1.187
    Message-ID: <200505070125.j471PGVF013412@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13395
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-3_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.186
    retrieving revision 1.187
    diff -u -r1.186 -r1.187
    --- tobuild	7 May 2005 01:25:01 -0000	1.186
    +++ tobuild	7 May 2005 01:25:13 -0000	1.187
    @@ -36,3 +36,4 @@
     skvidal	rpms/perl-Module-CoreList/FC-3	perl-Module-CoreList-2_01-1	fc3
     skvidal	rpms/blacs/FC-3	blacs-1_1-6_fc3	fc3
     skvidal	rpms/scalapack/FC-3	scalapack-1_7-3_fc3	fc3
    +skvidal	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-3_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:25:28 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:25:28 -0400
    Subject: common tobuild,1.187,1.188
    Message-ID: <200505070125.j471PSvq013478@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13461
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/librx/FC-3 librx-1_5-3_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.187
    retrieving revision 1.188
    diff -u -r1.187 -r1.188
    --- tobuild	7 May 2005 01:25:13 -0000	1.187
    +++ tobuild	7 May 2005 01:25:26 -0000	1.188
    @@ -37,3 +37,4 @@
     skvidal	rpms/blacs/FC-3	blacs-1_1-6_fc3	fc3
     skvidal	rpms/scalapack/FC-3	scalapack-1_7-3_fc3	fc3
     skvidal	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-3_fc3	fc3
    +skvidal	rpms/librx/FC-3	librx-1_5-3_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:25:40 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:25:40 -0400
    Subject: common tobuild,1.188,1.189
    Message-ID: <200505070125.j471Pe6u013541@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13524
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Authen-SASL/FC-3 perl-Authen-SASL-2_09-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.188
    retrieving revision 1.189
    diff -u -r1.188 -r1.189
    --- tobuild	7 May 2005 01:25:26 -0000	1.188
    +++ tobuild	7 May 2005 01:25:38 -0000	1.189
    @@ -38,3 +38,4 @@
     skvidal	rpms/scalapack/FC-3	scalapack-1_7-3_fc3	fc3
     skvidal	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-3_fc3	fc3
     skvidal	rpms/librx/FC-3	librx-1_5-3_fc3	fc3
    +skvidal	rpms/perl-Authen-SASL/FC-3	perl-Authen-SASL-2_09-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:25:52 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:25:52 -0400
    Subject: common tobuild,1.189,1.190
    Message-ID: <200505070125.j471Pq5h013606@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13589
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnome-theme-clearlooks/FC-3 gnome-theme-clearlooks-0_5-4 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.189
    retrieving revision 1.190
    diff -u -r1.189 -r1.190
    --- tobuild	7 May 2005 01:25:38 -0000	1.189
    +++ tobuild	7 May 2005 01:25:50 -0000	1.190
    @@ -39,3 +39,4 @@
     skvidal	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-3_fc3	fc3
     skvidal	rpms/librx/FC-3	librx-1_5-3_fc3	fc3
     skvidal	rpms/perl-Authen-SASL/FC-3	perl-Authen-SASL-2_09-1	fc3
    +skvidal	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:26:04 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:26:04 -0400
    Subject: common tobuild,1.190,1.191
    Message-ID: <200505070126.j471Q4p0013668@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13651
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/TeXmacs/FC-3 TeXmacs-1_0_5-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.190
    retrieving revision 1.191
    diff -u -r1.190 -r1.191
    --- tobuild	7 May 2005 01:25:50 -0000	1.190
    +++ tobuild	7 May 2005 01:26:02 -0000	1.191
    @@ -40,3 +40,4 @@
     skvidal	rpms/librx/FC-3	librx-1_5-3_fc3	fc3
     skvidal	rpms/perl-Authen-SASL/FC-3	perl-Authen-SASL-2_09-1	fc3
     skvidal	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	fc3
    +skvidal	rpms/TeXmacs/FC-3	TeXmacs-1_0_5-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:30:46 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:30:46 -0400
    Subject: common tobuild,1.191,1.192
    Message-ID: <200505070130.j471UkL1013751@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13734
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/cdo/FC-3 cdo-0_9_6-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.191
    retrieving revision 1.192
    diff -u -r1.191 -r1.192
    --- tobuild	7 May 2005 01:26:02 -0000	1.191
    +++ tobuild	7 May 2005 01:30:44 -0000	1.192
    @@ -41,3 +41,4 @@
     skvidal	rpms/perl-Authen-SASL/FC-3	perl-Authen-SASL-2_09-1	fc3
     skvidal	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	fc3
     skvidal	rpms/TeXmacs/FC-3	TeXmacs-1_0_5-1	fc3
    +skvidal	rpms/cdo/FC-3	cdo-0_9_6-2	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:31:07 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:31:07 -0400
    Subject: common tobuild,1.192,1.193
    Message-ID: <200505070131.j471V73J013814@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13797
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Config-IniFiles/FC-3 perl-Config-IniFiles-2_39-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.192
    retrieving revision 1.193
    diff -u -r1.192 -r1.193
    --- tobuild	7 May 2005 01:30:44 -0000	1.192
    +++ tobuild	7 May 2005 01:31:05 -0000	1.193
    @@ -42,3 +42,4 @@
     skvidal	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	fc3
     skvidal	rpms/TeXmacs/FC-3	TeXmacs-1_0_5-1	fc3
     skvidal	rpms/cdo/FC-3	cdo-0_9_6-2	fc3
    +skvidal	rpms/perl-Config-IniFiles/FC-3	perl-Config-IniFiles-2_39-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:31:22 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:31:22 -0400
    Subject: common tobuild,1.193,1.194
    Message-ID: <200505070131.j471VMOE013876@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13859
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/help2man/FC-3 help2man-1_35_1-1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.193
    retrieving revision 1.194
    diff -u -r1.193 -r1.194
    --- tobuild	7 May 2005 01:31:05 -0000	1.193
    +++ tobuild	7 May 2005 01:31:20 -0000	1.194
    @@ -43,3 +43,4 @@
     skvidal	rpms/TeXmacs/FC-3	TeXmacs-1_0_5-1	fc3
     skvidal	rpms/cdo/FC-3	cdo-0_9_6-2	fc3
     skvidal	rpms/perl-Config-IniFiles/FC-3	perl-Config-IniFiles-2_39-1	fc3
    +skvidal	rpms/help2man/FC-3	help2man-1_35_1-1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:31:36 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 21:31:36 -0400
    Subject: common tobuild,1.194,1.195
    Message-ID: <200505070131.j471Va1G013938@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13921
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Coin2/FC-3 Coin2-2_3_0-8_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.194
    retrieving revision 1.195
    diff -u -r1.194 -r1.195
    --- tobuild	7 May 2005 01:31:20 -0000	1.194
    +++ tobuild	7 May 2005 01:31:34 -0000	1.195
    @@ -44,3 +44,4 @@
     skvidal	rpms/cdo/FC-3	cdo-0_9_6-2	fc3
     skvidal	rpms/perl-Config-IniFiles/FC-3	perl-Config-IniFiles-2_39-1	fc3
     skvidal	rpms/help2man/FC-3	help2man-1_35_1-1_fc3	fc3
    +skvidal	rpms/Coin2/FC-3	Coin2-2_3_0-8_fc3	fc3
    
    
    
    From qspencer at ieee.org  Sat May  7 01:42:47 2005
    From: qspencer at ieee.org (Quentin Spencer)
    Date: Fri, 06 May 2005 20:42:47 -0500
    Subject: Is something wrong with CVS?
    In-Reply-To: <20050507112735.28eaabe7.mfleming@enlartenment.com>
    References: <200504241746.j3OHkYqE005215@cvs-int.fedora.redhat.com>	<20050424195305.2ce3cc04.bugs.michael@gmx.net>	<1114366784.3778.31.camel@localhost.localdomain>	<427C17D9.50307@ieee.org>
    	<20050507112735.28eaabe7.mfleming@enlartenment.com>
    Message-ID: <427C1D17.9060508@ieee.org>
    
    I wrote:
    
    >I tried to create a new package for octave earlier using the 
    >cvs-import.sh script. It successfully created the project, but when 
    >trying to add the new files, I got the error:
    >Checking : octave-2.1.70.tar.bz2 on 
    >https://cvs.fedora.redhat.com/repo/extras/upload.cgi...
    >ERROR: could not check remote file status
    >
    >So, there's now an empty octave package with no sources. I tried adding 
    >them with "make new-sources", and I'm getting the same error. What's 
    >going on?
    >  
    >
    OK, I found the problem. I forgot to download the cert on my newly 
    installed build system. Many thanks to Michael Fleming for pointing this 
    out. Sorry to bug everyone else. Let this be a reminder to anyone 
    setting up CVS on a new system.
    
    -Quentin
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:46:56 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 21:46:56 -0400
    Subject: rpms/octave/devel .cvsignore,1.1,1.2 sources,1.1,1.2
    Message-ID: <200505070146.j471kuMh014129@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14110
    
    Modified Files:
    	.cvsignore sources 
    Log Message:
    Uploaded files that were missed when initial package import failed.
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/octave/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	6 May 2005 21:22:35 -0000	1.1
    +++ .cvsignore	7 May 2005 01:46:53 -0000	1.2
    @@ -0,0 +1,5 @@
    +octave-2.1.70.tar.bz2
    +octave-2.1.70-glob.patch
    +octave-2.1.70-libs.patch
    +octave-2.1.70-toplev.patch
    +octave.spec
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/octave/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	6 May 2005 21:22:35 -0000	1.1
    +++ sources	7 May 2005 01:46:53 -0000	1.2
    @@ -0,0 +1,5 @@
    +dc990918d464e17ff7806b1053a40c12  octave-2.1.70.tar.bz2
    +037327dc1628b29b3da436ed6f04a1a7  octave-2.1.70-glob.patch
    +c60edeab87eaa2db951f9778e90c51b6  octave-2.1.70-libs.patch
    +e32cbc0047313928a6f7833c55b7fed0  octave-2.1.70-toplev.patch
    +0679149dcfd71fa004ad681caeb457d5  octave.spec
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 01:51:55 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Fri,  6 May 2005 21:51:55 -0400
    Subject: rpms/octave/devel octave-2.1.70-glob.patch, NONE,
    	1.1 octave-2.1.70-libs.patch, NONE,
    	1.1 octave-2.1.70-toplev.patch, NONE, 1.1 octave.spec, NONE,
    	1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3
    Message-ID: <200505070151.j471ptkD014166@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/rpms/octave/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14140
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	octave-2.1.70-glob.patch octave-2.1.70-libs.patch 
    	octave-2.1.70-toplev.patch octave.spec 
    Log Message:
    Adding files missed in failed package creation.
    
    
    octave-2.1.70-glob.patch:
    
    --- NEW FILE octave-2.1.70-glob.patch ---
    --- liboctave/Makefile.in.~1~	2005-03-04 10:13:57.000000000 -0600
    +++ liboctave/Makefile.in	2005-05-06 12:53:58.324716584 -0500
    @@ -19,8 +19,8 @@
     INSTALL_DATA = @INSTALL_DATA@
     
     LINK_DEPS = \
    -  -L../libcruft -L../glob -L. $(RLD_FLAG) \
    -  $(LIBCRUFT) $(BLAS_LIBS) $(FFTW_LIBS) $(LIBREADLINE) -lglob $(LIBS) $(FLIBS)
    +  -L../libcruft -L. $(RLD_FLAG) \
    +  $(LIBCRUFT) $(BLAS_LIBS) $(FFTW_LIBS) $(LIBREADLINE) $(LIBS) $(FLIBS)
     
     MATRIX_INC := Array.h Array2.h Array3.h ArrayN.h DiagArray2.h \
     	Array-flags.h Array-util.h ArrayN-idx.h MArray-defs.h \
    
    octave-2.1.70-libs.patch:
    
    --- NEW FILE octave-2.1.70-libs.patch ---
    ChangeLog:
    
    2005-05-06  John W. Eaton  
    
    	* octMakefile.in (DISTDIRS): Remove glob from the list.
    	(dist): No need to clean up in glob subdirectory.
    	* glob: Delete directory.
    	* Makeconf.in (GLOB_INCFLAGS, LIBGLOB): Delete.
    	(do-subst-config-vals): Don't substitute them.
    	(INCFLAGS): Remove $(GLOB_INCFLAGS) from the list.
    	* configure.in: Don't test for glob or fnmatch.
    
    
    src/ChangeLog:
    
    2005-05-06  John W. Eaton  
    
    	* toplev.cc (octave_config_info): Remove LIBGLOB and GLOB_INCFLAGS
    	from the list.
    	* oct-conf.h.in (OCTAVE_CONF_LIBGLOB, OCTAVE_CONF_GLOB_INCFLAGS):
    	Delete.
    	* Makefile.in (OCTAVE_LIBS): Remove $(LIBGLOB) from the list.
    
    
    Index: Makeconf.in
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/Makeconf.in,v
    retrieving revision 1.151.2.1
    diff -u -r1.151.2.1 Makeconf.in
    --- Makeconf.in	21 Feb 2005 16:49:41 -0000	1.151.2.1
    +++ Makeconf.in	6 May 2005 18:52:53 -0000
    @@ -91,7 +91,6 @@
     # cc and associated flags.
     
     DLFCN_INCFLAGS = @DLFCN_INCFLAGS@
    -GLOB_INCFLAGS = @GLOB_INCFLAGS@
     
     # Clean up INCFLAGS a bit if we are not compiling in a separate
     # directory.
    @@ -109,7 +108,7 @@
     	-I$(top_srcdir)/liboctave -I$(top_srcdir)/src \
     	-I$(top_srcdir)/libcruft/misc
     endif
    -INCFLAGS = $(TMP_IF_1) $(TMP_IF_2) $(DLFCN_INCFLAGS) $(GLOB_INCFLAGS)
    +INCFLAGS = $(TMP_IF_1) $(TMP_IF_2) $(DLFCN_INCFLAGS)
     
     LIBFLAGS = -L$(TOPDIR)
     
    @@ -170,7 +169,6 @@
     FLIBS = @FLIBS@
     
     LIBDLFCN = @LIBDLFCN@
    -LIBGLOB = @LIBGLOB@
     LIBPLPLOT = @LIBPLPLOT@
     LIBOCTINTERP = @LIBOCTINTERP@
     LIBOCTAVE = @LIBOCTAVE@
    @@ -422,7 +420,6 @@
       -e "s;%OCTAVE_CONF_FFTW_LIBS%;\"${FFTW_LIBS}\";" \
       -e "s;%OCTAVE_CONF_FLIBS%;\"${FLIBS}\";" \
       -e "s;%OCTAVE_CONF_FPICFLAG%;\"${FPICFLAG}\";" \
    -  -e "s;%OCTAVE_CONF_GLOB_INCFLAGS%;\"${GLOB_INCFLAGS}\";" \
       -e "s;%OCTAVE_CONF_INCFLAGS%;\"${INCFLAGS}\";" \
       -e "s;%OCTAVE_CONF_LD_CXX%;\"${LD_CXX}\";" \
       -e "s;%OCTAVE_CONF_LDFLAGS%;\"${LDFLAGS}\";" \
    @@ -434,7 +431,6 @@
       -e "s;%OCTAVE_CONF_LIBDLFCN%;\"${LIBDLFCN}\";" \
       -e "s;%OCTAVE_CONF_LIBEXT%;\"${LIBEXT}\";" \
       -e "s;%OCTAVE_CONF_LIBFLAGS%;\"${LIBFLAGS}\";" \
    -  -e "s;%OCTAVE_CONF_LIBGLOB%;\"${LIBGLOB}\";" \
       -e "s;%OCTAVE_CONF_LIBOCTAVE%;\"${LIBOCTAVE}\";" \
       -e "s;%OCTAVE_CONF_LIBOCTINTERP%;\"${LIBOCTINTERP}\";" \
       -e "s;%OCTAVE_CONF_LIBPLPLOT%;\"${LIBPLPLOT}\";" \
    Index: configure.in
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/configure.in,v
    retrieving revision 1.458.2.7
    diff -u -r1.458.2.7 configure.in
    --- configure.in	26 Apr 2005 19:43:53 -0000	1.458.2.7
    +++ configure.in	6 May 2005 18:52:54 -0000
    @@ -920,8 +920,6 @@
     AC_CHECK_HEADERS($TERMIOS_H, have_termios_h=yes)
     AC_CHECK_HEADERS(termio.h, have_termio_h=yes, have_termio_h=no)
     AC_CHECK_HEADERS(sgtty.h, have_sgtty_h=yes, have_sgtty_h=no)
    -AC_CHECK_HEADERS(glob.h, have_glob_h=yes, have_glob_h=no)
    -AC_CHECK_HEADERS(fnmatch.h, have_fnmatch_h=yes, have_fnmatch_h=no)
     AC_CHECK_HEADERS(conio.h, have_conio_h=yes, have_conio_h=no)
     
     ### I'm told that termios.h is broken on NeXT systems.
    @@ -943,42 +941,6 @@
       AC_MSG_WARN([I couldn't find termios.h, termio.h, or sgtty.h!])
     fi
     
    -## I'm told that setting LIBGLOB to be $(TOPDIR)/glob/libglob.a causes
    -## trouble on SCO systems, but setting it to be the two object files
    -## avoids the problem.
    -
    -GLOB_DIR=glob
    -if test -n "$ALLOCA"; then
    -  LIBGLOB='$(TOPDIR)/glob/glob.o $(TOPDIR)/glob/fnmatch.o $(TOPDIR)/glob/alloca.o'
    -else
    -  LIBGLOB='$(TOPDIR)/glob/glob.o $(TOPDIR)/glob/fnmatch.o'
    -fi
    -GLOB_INCFLAGS='-I$(top_srcdir)/glob -I$(TOPDIR)/glob'
    -if test "$have_fnmatch_h" = yes && test "$have_glob_h" = yes; then
    -  AC_EGREP_CPP(yes, [#include 
    -#ifdef FNM_NOESCAPE
    -#ifdef FNM_PATHNAME
    -#ifdef FNM_PERIOD
    -   yes
    -#endif
    -#endif
    -#endif
    -    ], [
    -      GLOB_DIR=
    -      AC_CHECK_LIB(glob, glob)
    -      AC_CHECK_FUNCS(fnmatch, have_fnmatch=yes, have_fnmatch=no)
    -      AC_CHECK_FUNCS(glob, have_glob=yes, have_glob=no)
    -      if test "$have_fnmatch" = yes && test "$have_glob" = yes; then
    -	GLOB_DIR=
    -	LIBGLOB=
    -	GLOB_INCFLAGS=
    -      fi
    -    ])
    -fi
    -AC_SUBST(GLOB_DIR)
    -AC_SUBST(LIBGLOB)
    -AC_SUBST(GLOB_INCFLAGS)
    -
     ### Checks for functions and variables.
     
     AC_CHECK_FUNCS(atexit basename bcopy bzero canonicalize_file_name \
    @@ -1365,13 +1327,6 @@
     
     AC_CONFIG_SUBDIRS(scripts)
     
    -# autoconf 2.50 deprecates the use of variables (e.g. $GLOB_DIR)
    -# in AC_CONFIG_SUBDIRS; the following form is recommended instead:
    -
    -if test "x$GLOB_DIR" = xglob; then
    -	AC_CONFIG_SUBDIRS(glob)
    -fi
    -
     if test "x$PLPLOT_DIR" = xplplot; then
     	AC_CONFIG_SUBDIRS(plplot)
     fi
    Index: octMakefile.in
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/octMakefile.in,v
    retrieving revision 1.195
    diff -u -r1.195 octMakefile.in
    --- octMakefile.in	2 Apr 2004 14:54:20 -0000	1.195
    +++ octMakefile.in	6 May 2005 18:52:54 -0000
    @@ -32,10 +32,10 @@
     	mkoctfile.in texi2dvi ChangeLog ChangeLog.[0-9]
     
     # Complete directory trees to distribute.
    -DISTDIRS = glob # plplot
    +DISTDIRS = # plplot
     
     # Subdirectories in which to run `make all'.
    -SUBDIRS = @PLPLOT_DIR@ @DLFCN_DIR@ @GLOB_DIR@ \
    +SUBDIRS = @PLPLOT_DIR@ @DLFCN_DIR@ \
     	libcruft liboctave scripts doc examples
     
     ALL_SUBDIRS = $(SUBDIRS) src
    @@ -62,7 +62,7 @@
     BINDISTSUBDIRS = libcruft liboctave src scripts doc emacs examples
     
     # Subdirectories in which to run clean targets.
    -CLEANSUBDIRS = $(DISTSUBDIRS) @GLOB_DIR@
    +CLEANSUBDIRS = $(DISTSUBDIRS)
     
     DIRS_TO_MAKE = $(bindir) $(libdir) $(octincludedir)/octave $(fcnfiledir) \
       $(octfiledir) $(archlibdir) $(localarchlibdir) $(localverarchlibdir) \
    @@ -179,8 +179,6 @@
     	  -o -name config.status -o -name config.cache -o -name stamp-h \
     	  -o -name klibtool.config -o -name stamp-auto \
     	  -o -name c-auto.h \) -print | xargs rm -rf
    -	find `cat .fname`/glob -name Makefile | xargs rm -f
    -	find `cat .fname`/glob -name config.h | xargs rm -f
     	rm -f `cat .fname`/test/octave.test/*.m
     	chmod -R a+rwX `cat .fname`
     	tar cf `cat .fname`.tar `cat .fname`
    Index: src/Makefile.in
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/src/Makefile.in,v
    retrieving revision 1.352.2.5
    diff -u -r1.352.2.5 Makefile.in
    --- src/Makefile.in	2 Mar 2005 01:33:30 -0000	1.352.2.5
    +++ src/Makefile.in	6 May 2005 18:53:00 -0000
    @@ -213,7 +213,7 @@
     
     OCTAVE_LIBS = $(LIBOCTINTERP) $(LIBOCTAVE) \
       $(SPECIAL_MATH_LIB) $(LIBCRUFT) \
    -  $(LIBPLPLOT) $(LIBGLOB) $(LIBDLFCN)
    +  $(LIBPLPLOT) $(LIBDLFCN)
     
     OCTINTERP_LINK_DEPS = \
       -L../liboctave $(LIBOCTAVE) -L../libcruft $(LIBCRUFT) $(LIBS) $(FLIBS)
    Index: src/oct-conf.h.in
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/src/oct-conf.h.in,v
    retrieving revision 1.23.2.1
    diff -u -r1.23.2.1 oct-conf.h.in
    --- src/oct-conf.h.in	26 Apr 2005 19:43:58 -0000	1.23.2.1
    +++ src/oct-conf.h.in	6 May 2005 18:53:00 -0000
    @@ -149,10 +149,6 @@
     #define OCTAVE_CONF_FPICFLAG %OCTAVE_CONF_FPICFLAG%
     #endif
     
    -#ifndef OCTAVE_CONF_GLOB_INCFLAGS
    -#define OCTAVE_CONF_GLOB_INCFLAGS %OCTAVE_CONF_GLOB_INCFLAGS%
    -#endif
    -
     #ifndef OCTAVE_CONF_INCFLAGS
     #define OCTAVE_CONF_INCFLAGS %OCTAVE_CONF_INCFLAGS%
     #endif
    @@ -197,10 +193,6 @@
     #define OCTAVE_CONF_LIBFLAGS %OCTAVE_CONF_LIBFLAGS%
     #endif
     
    -#ifndef OCTAVE_CONF_LIBGLOB
    -#define OCTAVE_CONF_LIBGLOB %OCTAVE_CONF_LIBGLOB%
    -#endif
    -
     #ifndef OCTAVE_CONF_LIBOCTAVE
     #define OCTAVE_CONF_LIBOCTAVE %OCTAVE_CONF_LIBOCTAVE%
     #endif
    Index: src/toplev.cc
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/src/toplev.cc,v
    retrieving revision 1.153.2.4
    diff -u -r1.153.2.4 toplev.cc
    --- src/toplev.cc	26 Apr 2005 19:44:00 -0000	1.153.2.4
    +++ src/toplev.cc	6 May 2005 18:53:00 -0000
    @@ -672,7 +672,6 @@
           "FFTW_LIBS", OCTAVE_CONF_FFTW_LIBS,
           "FLIBS", OCTAVE_CONF_FLIBS,
           "FPICFLAG", OCTAVE_CONF_FPICFLAG,
    -      "GLOB_INCFLAGS", OCTAVE_CONF_GLOB_INCFLAGS,
           "INCFLAGS", OCTAVE_CONF_INCFLAGS,
           "LDFLAGS", OCTAVE_CONF_LDFLAGS,
           "LD_CXX", OCTAVE_CONF_LD_CXX,
    @@ -684,7 +683,6 @@
           "LIBDLFCN", OCTAVE_CONF_LIBDLFCN,
           "LIBEXT", OCTAVE_CONF_LIBEXT,
           "LIBFLAGS", OCTAVE_CONF_LIBFLAGS,
    -      "LIBGLOB", OCTAVE_CONF_LIBGLOB,
           "LIBOCTAVE", OCTAVE_CONF_LIBOCTAVE,
           "LIBOCTINTERP", OCTAVE_CONF_LIBOCTINTERP,
           "LIBPLPLOT", OCTAVE_CONF_LIBPLPLOT,
    
    octave-2.1.70-toplev.patch:
    
    --- NEW FILE octave-2.1.70-toplev.patch ---
    src/ChangeLog:
    
    2005-05-06  John W. Eaton  
    
    	* toplev.cc (Fsystem): Move enum exec_type declaration to file
    	scope and rename system_exec_type.  Change all uses.
    
    
    Index: src/toplev.cc
    ===================================================================
    RCS file: /usr/local/cvsroot/octave/src/toplev.cc,v
    retrieving revision 1.153.2.5
    diff -u -r1.153.2.5 toplev.cc
    --- src/toplev.cc	6 May 2005 18:59:41 -0000	1.153.2.5
    +++ src/toplev.cc	6 May 2005 19:02:49 -0000
    @@ -400,6 +400,8 @@
       return retval;
     }
     
    +enum system_exec_type { et_sync, et_async };
    +
     DEFUN (system, args, nargout,
       "-*- texinfo -*-\n\
     @deftypefn {Built-in Function} {} system (@var{string}, @var{return_output}, @var{type})\n\
    @@ -454,9 +456,7 @@
     
           std::string cmd_str = args(0).string_value ();
     
    -      enum exec_type { sync, async };
    -
    -      exec_type type = sync;
    +      system_exec_type type = et_sync;
     
           if (! error_state)
     	{
    @@ -467,9 +467,9 @@
     	      if (! error_state)
     		{
     		  if (type_str == "sync")
    -		    type = sync;
    +		    type = et_sync;
     		  else if (type_str == "async")
    -		    type = async;
    +		    type = et_async;
     		  else
     		    error ("system: third arg must be \"sync\" or \"async\"");
     		}
    @@ -482,7 +482,7 @@
     
           if (! error_state)
     	{
    -	  if (type == async)
    +	  if (type == et_async)
     	    {
     #ifdef HAVE_FORK
     	      pid_t pid = fork ();
    
    
    --- NEW FILE octave.spec ---
    %define __libtoolize /bin/true
    
    Summary: A high-level language for numerical computations.
    Name: octave
    Version: 2.1.70
    Release: 1
    Epoch: 6
    License: GPL
    Group: Applications/Engineering
    Source: ftp://ftp.octave.org/pub/octave/bleeding-edge/octave-%{version}.tar.bz2
    URL: http://www.octave.org
    Requires: gnuplot less info texinfo 
    Requires: /sbin/install-info
    BuildPrereq: gnuplot bison flex less tetex gcc-c++ gcc-gfortran gperf lapack blas 
    BuildPrereq: ncurses-devel zlib-devel libtermcap-devel libstdc++-devel
    BuildPrereq: readline-devel glibc-devel fftw3-devel autoconf
    Prereq: /sbin/ldconfig
    BuildRoot: %{_tmppath}/%{name}-%{version}-root
    Requires: /etc/ld.so.conf.d
    Patch0: octave-2.1.70-glob.patch
    Patch1: octave-2.1.70-libs.patch
    Patch2: octave-2.1.70-toplev.patch
    ExcludeArch: ppc64 s390x
    
    %description
    GNU Octave is a high-level language, primarily intended for numerical
    computations. It provides a convenient command line interface for
    solving linear and nonlinear problems numerically, and for performing
    other numerical experiments using a language that is mostly compatible
    with Matlab. It may also be used as a batch-oriented language. Octave
    has extensive tools for solving common numerical linear algebra
    problems, finding the roots of nonlinear equations, integrating
    ordinary functions, manipulating polynomials, and integrating ordinary
    differential and differential-algebraic equations. It is easily
    extensible and customizable via user-defined functions written in
    Octave's own language, or using dynamically loaded modules written in
    C++, C, Fortran, or other languages.
    
    
    %package devel
    Summary: Development headers and files for Octave
    Group: Development/Libraries
    
    %description devel
    The octave-devel package contains files needed for developing
    applications which use GNU Octave.
    
    
    %prep
    %setup -q
    %patch0 -p0
    %patch1 -p0
    %patch2 -p0
    ./autogen.sh
    
    
    %ifarch s390
    (cd readline && libtoolize --copy --force)
    (cd glob && libtoolize --copy --force)
    (cd kpathsea && libtoolize --copy --force)
    %endif
    
    %build
    LC_ALL=POSIX
    export LC_ALL
    CFLAGS="$RPM_OPT_FLAGS -fPIC -D_GNU_SOURCE" ./configure --enable-dl --enable-shared=yes --enable-rpath --enable-lite-kernel --enable-picky-flags --enable-static=no --with-g77 --prefix=/usr --infodir=/usr/share/info
    
    make
    
    #empty
    rm -f interpreter/octave.{ky,pg,tp}
    
    %install
    rm -rf $RPM_BUILD_ROOT
    %makeinstall
    rm -f doc/interpreter/munge-texi doc/interpreter/*.o
    strip $RPM_BUILD_ROOT/usr/libexec/octave/%{version}/oct/*/*.oct
    
    # Make library links
    mkdir -p $RPM_BUILD_ROOT/etc/ld.so.conf.d
    echo "%{_libdir}/octave-%{version}" > $RPM_BUILD_ROOT/etc/ld.so.conf.d/octave-%{_arch}.conf
    
    perl -pi -e "s,$RPM_BUILD_ROOT,," $RPM_BUILD_ROOT/%{_libexecdir}/%{name}/ls-R
    perl -pi -e "s,$RPM_BUILD_ROOT,," $RPM_BUILD_ROOT/%{_datadir}/%{name}/ls-R
    
    
    # XXX Nuke unpackaged files
    rm -f ${RPM_BUILD_ROOT}%{_infodir}/dir
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    %post
    /sbin/ldconfig
    /sbin/install-info --info-dir=%{_infodir}/ --section="Programming:" --entry="* Octave:(octave).		Interactive language for numerical computations." %{_infodir}/octave.info.gz
    
    %preun
    if [ "$1" = "0" ]; then
       /sbin/install-info --delete --info-dir=%{_infodir} %{_infodir}/octave.info.gz
    fi
    
    
    %postun -p /sbin/ldconfig
    
    %files
    %defattr(-,root,root)
    %doc COPYING NEWS* PROJECTS README* ROADMAP SENDING-PATCHES
    %doc THANKS
    %doc doc/faq doc/liboctave doc/refcard emacs examples
    %{_bindir}/octave
    %{_bindir}/octave-%{version}
    /etc/ld.so.conf.d/*
    %{_libdir}/octave*
    %{_datadir}/octave
    %{_libexecdir}/octave/%{version}
    %{_libexecdir}/octave/site
    %{_mandir}/man*/octave*
    %{_infodir}/octave.info*
    
    %files devel
    %defattr(-,root,root)
    %{_bindir}/mkoctfile*
    %{_bindir}/octave-bug*
    %{_bindir}/octave-config*
    %{_includedir}/octave*
    %{_mandir}/man*/mkoctfile*
    %{_libexecdir}/octave/ls-R
    
    
    %changelog
    * Mon May  3 2005 Quentin Spencer  2.1.69-1
    - Imported 2.1.70 from upstream, removed old patches (resolved in new version)
    - Changed g77 dependency to gfortran.
    - Added fftw3 to BuildRequires.
    - Added patches (from maintainer) to fix build problems.
    
    * Wed Feb 23 2005 Ivana Varekova  2.1.57-13
    - fix typo in spec 149420
    
    * Mon Feb 21 2005 Ivana Varekova  2.1.57-12
    - Fix problem with symlinks using ldconfig (bug 147922)
    
    * Wed Feb 16 2005 Ivana Varekova  2.1.57-11
    - add $RPM_OPT_FLAGS
    
    * Tue Feb 15 2005 Ivana Varekova  2.1.57-10
    - Fix bug 142477 - problem with signbit definition (Patch2) 
    
    * Wed Jan 19 2005 Ivana Varekova  2.1.57-9
    - Fix bug #142440 - change octave.spec: autoconf is BuildPrereq
    - Fix bug #142631 - change octave.spec: mkoctfile.1.gz is part of octave-devel not octave
    
    * Wed Jan 12 2005 Tim Waugh  2.1.57-8
    - Rebuilt for new readline.
    
    * Mon Oct 18 2004 Lon Hohberger  2.1.57-7
    - Don't forget default attributes for -devel package
    
    * Mon Oct 18 2004 Lon Hohberger  2.1.57-6
    - Remove old lib/lib64 badness.
    
    * Wed Oct 13 2004 Lon Hohberger  2.1.57-5
    - Split into octave and octave-devel
    
    * Thu Jun 24 2004 Lon Hohberger  2.1.57-4
    - Remove RPM_BUILD_ROOT from preun section (#119112)
    
    * Thu Jun 24 2004 Lon Hohberger  2.1.57-3
    - Er, typo in patch (thanks Nils)
    
    * Thu Jun 24 2004 Lon Hohberger  2.1.57-2
    - Fix for #113852 - signbit broken
    
    * Wed Jun 15 2004 Lon Hohberger  2.1.57-1
    - Import 2.1.57 from upstream; this fixes #126074
    
    * Tue Jun 15 2004 Elliot Lee 
    - rebuilt
    
    * Tue Mar 30 2004 Karsten Hopp  2.1.50-9 
    - remove builddir references from file list (#119112)
    
    * Tue Mar 02 2004 Elliot Lee 
    - rebuilt
    
    * Fri Feb 13 2004 Elliot Lee 
    - rebuilt
    
    * Fri Sep 26 2003 Lon Hohberger  2.1.50-7
    - Add requirement for texinfo. #101299, round 3!
    
    * Tue Sep 09 2003 Lon Hohberger  2.1.50-6
    - Disable s390x again
    
    * Tue Sep 09 2003 Lon Hohberger  2.1.50-5
    - Disable ppc64
    
    * Tue Sep 09 2003 Lon Hohberger  2.1.50-4
    - Rebuild for Taroon
    
    * Wed Jul 30 2003 Lon Hohberger  2.1.50-3
    - Fix for Bugzilla #101299, round 2.  Include a patch to
    quell sterr from info; it gives us funny messages if $HOME/.info
    does not exist.
    
    * Wed Jul 30 2003 Lon Hohberger  2.1.50-2
    - Fix for Bugzilla #101299
    
    * Mon Jun 30 2003 Lon Hohberger  2.1.50-1
    - Import 2.1.50 from upstream
    - Fix for Bugzilla #100682; try ppc64 again
    
    * Mon Jun 30 2003 Lon Hohberger  2.1.49-6
    - Rebuild; disabling ppc64
    
    * Mon Jun 30 2003 Lon Hohberger  2.1.49-4
    - Added link generation to /usr/lib so that munging
    /etc/ld.so.conf isn't required to get octave to work.
    (#98226)
    
    * Thu Jun 05 2003 Lon Hohberger  2.1.49-2
    - Import from upstream; rebuild
    
    * Wed Jun 04 2003 Elliot Lee 
    - rebuilt
    
    * Wed Apr 16 2003 Lon Hohberger  2.1.46-2
    - Rebuilt
    
    * Tue Apr 15 2003 Lon Hohberger  2.1.46-1
    - Import from upstream: 2.1.46.  Disabled s390x.
    
    * Mon Mar 10 2003 Lon Hohberger  2.1.40-5
    - Enabled s390[x]
    
    * Fri Feb 7 2003 Lon Hohberger  2.1.40-4
    - Disabled s390 and s390x builds for now.
    
    * Wed Jan 22 2003 Tim Powers 
    - rebuilt
    
    * Thu Jan 2 2003 Lon Hohberger  2.1.40-2
    - Fixed readline-devel build-rereq line. (#80673)
    
    * Sun Nov 24 2002 Jeff Johnson  2.1.40-1
    - update to 2.1.40, fix matrix plotting (#77906).
    
    * Mon Nov 11 2002 Jeff Johnson  2.1.39-2
    - build on x86_64.
    
    * Sun Nov 10 2002 Jeff Johnson  2.1.39-1
    - update to 2.1.39.
    
    * Sat Aug 10 2002 Elliot Lee 
    - rebuilt with gcc-3.2 (we hope)
    
    * Mon Aug  5 2002 Trond Eivind Glomsr?d  2.1.36-7
    - Rebuild
    
    * Tue Jul 23 2002 Trond Eivind Glomsr?d  2.1.36-6
    - Rebuild
    
    * Thu Jul 11 2002 Trond Eivind Glomsr?d 
    - Rebuild with new readline
    
    * Fri Jun 21 2002 Tim Powers 
    - automated rebuild
    
    * Fri Jun 14 2002 Trond Eivind Glomsr?d  2.1.36-3
    - Get rid of 0 size doc files (#66116)
    
    * Thu May 23 2002 Trond Eivind Glomsr?d  2.1.36-2
    - Rebuild
    - Patch C++ code gcc changed its opinion of the last 3 weeks
    
    * Wed May  1 2002 Trond Eivind Glomsr?d  2.1.36-1
    - 2.1.36
    - Disable patch
    
    * Wed Feb 27 2002 Trond Eivind Glomsr?d  2.1.35-4
    - Rebuild
    
    * Wed Jan 09 2002 Tim Powers 
    - automated rebuild
    
    * Tue Nov 27 2001 Trond Eivind Glomsr?d  2.1.35-2
    - Add patch for kpathsea to avoid segfaults
    
    * Tue Nov  6 2001 Trond Eivind Glomsr?d  2.1.35-1
    - 2.1.35
    - s/Copyright/License/
    
    * Wed Sep 12 2001 Tim Powers 
    - rebuild with new gcc and binutils
    
    * Wed Jun 20 2001 Trond Eivind Glomsr?d 
    - Add more dependencies in BuildPrereq (#45184)
    
    * Fri Jun 08 2001 Trond Eivind Glomsr?d 
    - No longer exclude ia64
    
    * Mon Apr 23 2001 Trond Eivind Glomsr?d 
    - 2.1.34
    
    * Tue Mar 27 2001 Trond Eivind Glomsr?d 
    - set LC_ALL to POSIX before building, otherwise the generated paths.h is bad
    
    * Wed Jan 10 2001 Trond Eivind Glomsr?d 
    - 2.1.33
    
    * Mon Jan 08 2001 Florian La Roche 
    - do not require compat-egcs-c++, but gcc-c++
    - add some libtoolize calls to add newest versions
    
    * Fri Dec 15 2000 Trond Eivind Glomsr?d 
    - 2.1.32, no longer use CVS as our needed fixes are in now
    - add Prereq for info
    
    * Thu Dec 07 2000 Trond Eivind Glomsr?d 
    - use a development version, as they have now been fixed
      to compile with the our current toolchain.
    
    * Thu Aug 24 2000 Trond Eivind Glomsr?d 
    - 2.0.16, with compat C++ compiler and new C and f77 compilers
      The C++ code is too broken for our new toolchain (C++ reserved
      words used as enums and function names, arcane macros), but
      plotting works here and not in the beta (#16759)
    - add epoch to upgrade the betas
    
    * Tue Jul 25 2000 Jakub Jelinek 
    - make sure #line commands are not output within macro arguments
    
    * Wed Jul 19 2000 Trond Eivind Glomsr?d 
    - 2.1.31
    
    * Wed Jul 12 2000 Prospector 
    - automatic rebuild
    
    * Thu Jul 06 2000 Trond Eivind Glomsr?d 
    - no longer disable optimizations, sparc excepted
    
    * Tue Jul  4 2000 Jakub Jelinek 
    - Rebuild with new C++
    
    * Mon Jul  3 2000 Matt Wilson 
    - added missing %% before {_infodir} in the %%post 
    
    * Sat Jun 09 2000 Trond Eivind Glomsr?d 
    - 2.1.30 - the old version contains invalid C++ code
      accepted by older compilers.
    
    * Sat Jun 09 2000 Trond Eivind Glomsr?d 
    - disable optimization for C++ code
    
    * Fri Jun 08 2000 Trond Eivind Glomsr?d 
    - add "Excludearch: " for Alpha - it triggers compiler bugs
    
    * Fri Jun 08 2000 Trond Eivind Glomsr?d 
    - use %%configure, %%makeinstall, %{_infodir}. %{_mandir}
    - remove prefix
    
    * Tue May 09 2000 Trond Eivind Glomsr?d 
    - upgraded to 2.0.16
    - removed "--enable-g77" from the configure flags - let autoconf find it
    
    * Thu Jan 20 2000 Tim Powers 
    - bzipped source to conserve space.
    
    * Thu Jan 13 2000 Jeff Johnson 
    - update to 2.0.15.
    
    * Tue Jul 20 1999 Tim Powers 
    - rebuit for 6.1
    
    * Wed Apr 28 1999 Jeff Johnson 
    - update to 2.0.14.
    
    * Fri Oct 23 1998 Jeff Johnson 
    - update to 2.0.13.90
    
    * Thu Jul  9 1998 Jeff Johnson 
    - repackage in powertools.
    
    * Thu Jun 11 1998 Andrew Veliath 
    - Add %attr, build as user.
    
    * Mon Jun 1 1998 Andrew Veliath 
    - Add BuildRoot, installinfo, require gnuplot, description from
      Octave's web page, update to Octave 2.0.13.
    - Adapt from existing spec file.
    
    * Tue Dec  2 1997 Otto Hammersmith 
    - removed libreadline stuff from the file list
    
    * Mon Nov 24 1997 Otto Hammersmith 
    - changed configure command to put things in $RPM_ARCH-rehat-linux, 
      rather than genereated one... was causing problems between building 
      on i686 build machine.
    
    * Mon Nov 17 1997 Otto Hammersmith 
    - moved buildroot from /tmp to /var/tmp
    
    * Mon Sep 22 1997 Mike Wangsmo 
    - Upgraded to version 2.0.9 and built for glibc system
    
    * Thu May 01 1997 Michael Fulbright 
    - Updated to version 2.0.5 and changed to build using a BuildRoot
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/octave/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	7 May 2005 01:46:53 -0000	1.2
    +++ .cvsignore	7 May 2005 01:51:53 -0000	1.3
    @@ -1,5 +1 @@
     octave-2.1.70.tar.bz2
    -octave-2.1.70-glob.patch
    -octave-2.1.70-libs.patch
    -octave-2.1.70-toplev.patch
    -octave.spec
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/octave/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	7 May 2005 01:46:53 -0000	1.2
    +++ sources	7 May 2005 01:51:53 -0000	1.3
    @@ -1,5 +1 @@
     dc990918d464e17ff7806b1053a40c12  octave-2.1.70.tar.bz2
    -037327dc1628b29b3da436ed6f04a1a7  octave-2.1.70-glob.patch
    -c60edeab87eaa2db951f9778e90c51b6  octave-2.1.70-libs.patch
    -e32cbc0047313928a6f7833c55b7fed0  octave-2.1.70-toplev.patch
    -0679149dcfd71fa004ad681caeb457d5  octave.spec
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:20:10 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:20:10 -0400
    Subject: common tobuild,1.195,1.196
    Message-ID: <200505070220.j472KA7q015193@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15176
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/libol/FC-3 libol-0_3_16-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.195
    retrieving revision 1.196
    diff -u -r1.195 -r1.196
    --- tobuild	7 May 2005 01:31:34 -0000	1.195
    +++ tobuild	7 May 2005 02:20:07 -0000	1.196
    @@ -45,3 +45,4 @@
     skvidal	rpms/perl-Config-IniFiles/FC-3	perl-Config-IniFiles-2_39-1	fc3
     skvidal	rpms/help2man/FC-3	help2man-1_35_1-1_fc3	fc3
     skvidal	rpms/Coin2/FC-3	Coin2-2_3_0-8_fc3	fc3
    +skvidal	rpms/libol/FC-3	libol-0_3_16-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:22:09 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:22:09 -0400
    Subject: common tobuild,1.196,1.197
    Message-ID: <200505070222.j472M9XD015259@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15242
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/linphone/FC-3 linphone-1_0_1-2_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.196
    retrieving revision 1.197
    diff -u -r1.196 -r1.197
    --- tobuild	7 May 2005 02:20:07 -0000	1.196
    +++ tobuild	7 May 2005 02:22:07 -0000	1.197
    @@ -46,3 +46,4 @@
     skvidal	rpms/help2man/FC-3	help2man-1_35_1-1_fc3	fc3
     skvidal	rpms/Coin2/FC-3	Coin2-2_3_0-8_fc3	fc3
     skvidal	rpms/libol/FC-3	libol-0_3_16-1	fc3
    +skvidal	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:22:22 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:22:22 -0400
    Subject: common tobuild,1.197,1.198
    Message-ID: <200505070222.j472MMef015325@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15308
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/pam_mount/FC-3 pam_mount-0_9_23-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.197
    retrieving revision 1.198
    diff -u -r1.197 -r1.198
    --- tobuild	7 May 2005 02:22:07 -0000	1.197
    +++ tobuild	7 May 2005 02:22:20 -0000	1.198
    @@ -47,3 +47,4 @@
     skvidal	rpms/Coin2/FC-3	Coin2-2_3_0-8_fc3	fc3
     skvidal	rpms/libol/FC-3	libol-0_3_16-1	fc3
     skvidal	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	fc3
    +skvidal	rpms/pam_mount/FC-3	pam_mount-0_9_23-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:22:35 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:22:35 -0400
    Subject: common tobuild,1.198,1.199
    Message-ID: <200505070222.j472MZba015391@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15371
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/notemeister/FC-3 notemeister-0_1_7-6 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.198
    retrieving revision 1.199
    diff -u -r1.198 -r1.199
    --- tobuild	7 May 2005 02:22:20 -0000	1.198
    +++ tobuild	7 May 2005 02:22:33 -0000	1.199
    @@ -48,3 +48,4 @@
     skvidal	rpms/libol/FC-3	libol-0_3_16-1	fc3
     skvidal	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	fc3
     skvidal	rpms/pam_mount/FC-3	pam_mount-0_9_23-1	fc3
    +skvidal	rpms/notemeister/FC-3	notemeister-0_1_7-6	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:22:47 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:22:47 -0400
    Subject: common tobuild,1.199,1.200
    Message-ID: <200505070222.j472Mlsn015454@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15437
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/enigma/FC-3 enigma-0_91-1 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.199
    retrieving revision 1.200
    diff -u -r1.199 -r1.200
    --- tobuild	7 May 2005 02:22:33 -0000	1.199
    +++ tobuild	7 May 2005 02:22:45 -0000	1.200
    @@ -49,3 +49,4 @@
     skvidal	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	fc3
     skvidal	rpms/pam_mount/FC-3	pam_mount-0_9_23-1	fc3
     skvidal	rpms/notemeister/FC-3	notemeister-0_1_7-6	fc3
    +skvidal	rpms/enigma/FC-3	enigma-0_91-1	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:23:07 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:23:07 -0400
    Subject: common tobuild,1.200,1.201
    Message-ID: <200505070223.j472N7Cv015517@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15500
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-crypto/FC-3 python-crypto-2_0-3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.200
    retrieving revision 1.201
    diff -u -r1.200 -r1.201
    --- tobuild	7 May 2005 02:22:45 -0000	1.200
    +++ tobuild	7 May 2005 02:23:05 -0000	1.201
    @@ -50,3 +50,4 @@
     skvidal	rpms/pam_mount/FC-3	pam_mount-0_9_23-1	fc3
     skvidal	rpms/notemeister/FC-3	notemeister-0_1_7-6	fc3
     skvidal	rpms/enigma/FC-3	enigma-0_91-1	fc3
    +skvidal	rpms/python-crypto/FC-3	python-crypto-2_0-3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:23:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:23:19 -0400
    Subject: common tobuild,1.201,1.202
    Message-ID: <200505070223.j472NJAe015583@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15566
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/netcdf/FC-3 netcdf-3_6_0-2_p1_fc3 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.201
    retrieving revision 1.202
    diff -u -r1.201 -r1.202
    --- tobuild	7 May 2005 02:23:05 -0000	1.201
    +++ tobuild	7 May 2005 02:23:17 -0000	1.202
    @@ -51,3 +51,4 @@
     skvidal	rpms/notemeister/FC-3	notemeister-0_1_7-6	fc3
     skvidal	rpms/enigma/FC-3	enigma-0_91-1	fc3
     skvidal	rpms/python-crypto/FC-3	python-crypto-2_0-3	fc3
    +skvidal	rpms/netcdf/FC-3	netcdf-3_6_0-2_p1_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 02:50:29 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 22:50:29 -0400
    Subject: common tobuild,1.202,1.203
    Message-ID: <200505070250.j472oTiG015633@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15616
    
    Modified Files:
    	tobuild 
    Log Message:
    
    clear old build
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.202
    retrieving revision 1.203
    diff -u -r1.202 -r1.203
    --- tobuild	7 May 2005 02:23:17 -0000	1.202
    +++ tobuild	7 May 2005 02:50:27 -0000	1.203
    @@ -1,11 +1,6 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -skvidal	rpms/gcl/FC-3	gcl-2_6_6-2	fc3
    -skvidal	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	fc3
    -skvidal	rpms/graveman/FC-3	graveman-0_3_11-1	fc3
    -skvidal	rpms/lirc/FC-3	lirc-0_7_1-1	fc3
    -skvidal	rpms/feh/FC-3	feh-1_3_1-1_fc3	fc3
     skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
     skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
     skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 03:25:25 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Fri,  6 May 2005 23:25:25 -0400
    Subject: common tobuild,1.203,1.204
    Message-ID: <200505070325.j473PPqQ016654@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16636
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/wxGTK/devel wxGTK-2_4_2-11 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.203
    retrieving revision 1.204
    diff -u -r1.203 -r1.204
    --- tobuild	7 May 2005 02:50:27 -0000	1.203
    +++ tobuild	7 May 2005 03:25:23 -0000	1.204
    @@ -47,3 +47,4 @@
     skvidal	rpms/enigma/FC-3	enigma-0_91-1	fc3
     skvidal	rpms/python-crypto/FC-3	python-crypto-2_0-3	fc3
     skvidal	rpms/netcdf/FC-3	netcdf-3_6_0-2_p1_fc3	fc3
    +mschwendt	rpms/wxGTK/devel	wxGTK-2_4_2-11	devel
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 03:52:47 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Fri,  6 May 2005 23:52:47 -0400
    Subject: extras-buildsys-temp/automation buildqueue.py,1.1,1.2
    Message-ID: <200505070352.j473qlNR016715@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16690
    
    Modified Files:
    	buildqueue.py 
    Log Message:
    
    change to fix for wrong cvs tag
    
    
    
    Index: buildqueue.py
    ===================================================================
    RCS file: /cvs/fedora/extras-buildsys-temp/automation/buildqueue.py,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- buildqueue.py	5 May 2005 08:07:40 -0000	1.1
    +++ buildqueue.py	7 May 2005 03:52:45 -0000	1.2
    @@ -269,6 +269,12 @@
             
         def make_srpm(self):
             repodir = os.path.join(self.tmpdir, self.repo)
    +        if not os.path.exists(repodir):
    +            subj = 'Prep Error: %s on %s' % (self.tag, self.target)
    +            msg = "could not find path %s for %s." % (repodir, self.tag)
    +            self.email_result(resultstring=msg, subject=subj)
    +            raise PrepError(2, msg)
    +
             os.chdir(repodir)
             cmd = '%s srpm' % (makecmd)
             debugprint("Running %s in %s" % (cmd, repodir))
    
    
    
    From qspencer at ieee.org  Sat May  7 04:13:45 2005
    From: qspencer at ieee.org (Quentin Spencer)
    Date: Fri, 06 May 2005 23:13:45 -0500
    Subject: APPROVED: fftw3
    In-Reply-To: <200505070352.j473qlNR016715@cvs-int.fedora.redhat.com>
    References: <200505070352.j473qlNR016715@cvs-int.fedora.redhat.com>
    Message-ID: <427C4079.9010209@ieee.org>
    
    Reviewer: Ed Hill
    Maintainer: Quentin Spencer
    Description: FFTW is a C subroutine library for computing the Discrete 
    Fourier Transform (DFT) in one or more dimensions, of both real and 
    complex data, and of arbitrary input size.
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 13:55:52 2005
    From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio))
    Date: Sat,  7 May 2005 09:55:52 -0400
    Subject: rpms/gnotime/FC-3 gnotime-gtkhtml3.6-qof.patch, NONE,
    	1.1 gnotime-separate-timeouts.patch, NONE, 1.1 gnotime.spec,
    	1.2, 1.3 gnotime-gtkhtml3-qof.patch, 1.1, NONE
    Message-ID: <200505071355.j47Dtq8d027754@cvs-int.fedora.redhat.com>
    
    Author: toshio
    
    Update of /cvs/extras/rpms/gnotime/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27725
    
    Modified Files:
    	gnotime.spec 
    Added Files:
    	gnotime-gtkhtml3.6-qof.patch gnotime-separate-timeouts.patch 
    Removed Files:
    	gnotime-gtkhtml3-qof.patch 
    Log Message:
    * Tue May 3 2005 Toshio Kuratomi  - 2.2.1-5.fc3.8
    - Sync relevant changes from the devel branch:
      + Add a patch adapted from the gnotime tracker.  Original patch by
        goedson-users.sf.net.  SF Tracker: 1171394.  This allows separate setting
        of the idle project and no project timeouts.
      + Require(pre): GConf2.
      + Fix up scriptlets to properly install and uninstall gconf schemas via
        gconftool-2.
      + Fix gtkhtml3 detection so 3.6 (as used in FC4) is detected.
    
    
    gnotime-gtkhtml3.6-qof.patch:
    
    --- NEW FILE gnotime-gtkhtml3.6-qof.patch ---
    Index: configure.in
    ===================================================================
    RCS file: /cvsroot/gttr/gnotime/configure.in,v
    retrieving revision 1.44
    diff -u -r1.44 configure.in
    --- configure.in	23 May 2004 21:15:00 -0000	1.44
    +++ configure.in	20 Jul 2004 18:36:02 -0000
    @@ -50,6 +50,8 @@
     LIBGTKHTML_REQUIRED=3.0.0
     LIBXML2_REQUIRED=2.0.0
     SCROLLKEEPER_BUILD_REQUIRED=0.3.5
    +LIBQOF_REQUIRED_MIN=0.5.0
    +LIBQOF_REQUIRED_MAX=0.5.0
     
     dnl *******************************
     dnl Guile checks
    @@ -167,7 +169,12 @@
     dnl gtkhtml
     dnl *******************************
     
    -PKG_CHECK_MODULES(LIBGTKHTML, libgtkhtml-3.1 >= $LIBGTKHTML_REQUIRED)
    +for GTKHTMLVER in 3.6 3.5 3.4 3.2 3.1 3.0; do
    +  if $PKG_CONFIG --exists libgtkhtml-$GTKHTMLVER; then
    +    PKG_CHECK_MODULES(LIBGTKHTML, libgtkhtml-$GTKHTMLVER >= $LIBGTKHTML_REQUIRED)
    +    break
    +  fi
    +done
     AC_SUBST(LIBGTKHTML_CFLAGS)
     AC_SUBST(LIBGTKHTML_LIBS)
     
    @@ -182,6 +189,42 @@
     AC_SUBST(LIBXML2_LIBS)
     
     dnl *****************************
    +dnl libqof
    +dnl *****************************
    +
    +AC_ARG_WITH(system-qof,
    +AC_HELP_STRING([--with-system-qof],
    +[use installed libqof rather than the bundled one.  If not specified, configure will use the system qof if installed, otherwise its own.]),
    +
    +[
    +if test x$withval = "xyes"; then
    +	PKG_CHECK_MODULES(LIBQOF, qof-0 >= $LIBQOF_REQUIRED_MIN qof-0 <= $LIBQOF_REQUIRED_MAX)
    +	qofbuild=no
    +else
    +	AC_MSG_NOTICE([Using internal libqof])
    +	LIBQOF_CFLAGS='-I$(top_srcdir)/lib -I$(top_srcdir)/lib/qof'
    +	LIBQOF_LIBS='$(top_builddir)/lib/qof/libqof.la $(top_builddir)/lib/libqofsql/libqofsql.la'
    +	qofbuild=yes
    +fi
    +],
    +[
    +if $PKG_CONFIG --exists "qof-0 >= $LIBQOF_REQUIRED_MIN qof-0 <= $LIBQOF_REQUIRED_MAX"; then
    +	PKG_CHECK_MODULES(LIBQOF, qof-0 >= $LIBQOF_REQUIRED_MIN qof-0 <= $LIBQOF_REQUIRED_MAX)
    +	qofbuild=no
    +else
    +	AC_MSG_NOTICE([Using internal libqof])
    +	LIBQOF_CFLAGS='-I$(top_srcdir)/lib -I$(top_srcdir)/lib/qof'
    +	LIBQOF_LIBS='$(top_builddir)/lib/qof/libqof.la $(top_builddir)/lib/libqofsql/libqofsql.la'
    +	qofbuild=yes
    +fi
    +])
    +
    +AM_CONDITIONAL(QOFBUILD, test x$qofbuild = xyes)
    +
    +AC_SUBST(LIBQOF_CFLAGS)
    +AC_SUBST(LIBQOF_LIBS)
    +
    +dnl *****************************
     dnl scrollkeeper
     dnl *****************************
     dnl To substitute into the gnotime.spec
    Index: src/Makefile.am
    ===================================================================
    RCS file: /cvsroot/gttr/gnotime/src/Makefile.am,v
    retrieving revision 1.28
    --- src/Makefile.am	24 Apr 2004 00:39:56 -0000	1.28
    +++ src/Makefile.am	20 Jul 2004 18:36:02 -0000
    @@ -91,11 +91,10 @@
     	${LIBGNOMEVFS_CFLAGS} \
     	${LIBGTKHTML_CFLAGS}  \
     	${LIBGLADE_CFLAGS}    \
    +	${LIBQOF_CFLAGS}      \
     	${LIBXML2_CFLAGS}
     
     INCLUDES =                                   \
    -	-I../lib                                  \
    -	-I../lib/qof                              \
     	-I$(includedir)                           \
     	-DGNOMELOCALEDIR=\""$(datadir)/locale"\"  \
     	-DGTTGLADEDIR=\""$(datadir)/gnotime"\"    \
    @@ -109,8 +108,7 @@
     						 
     gnotime_LDADD =         \
     	$(GNOTIME_LIBS)      \
    -	../lib/qof/libqof.la \
    -	../lib/libqofsql/libqofsql.la \
    +	$(LIBQOF_LIBS)	     \
     	$(LIBGLADE_LIBS)     \
     	$(LIBGTKHTML_LIBS)   \
     	${LIBGNOMEVFS_LIBS}  \
    @@ -125,7 +123,3 @@
     	down.xpm		\
     	left.xpm		\
     	design.txt
    -
    -
    -                                                                                
    -
    Index: lib/libqofsql/Makefile.am
    ===================================================================
    RCS file: /cvsroot/gttr/gnotime/lib/libqofsql/Makefile.am,v
    retrieving revision 1.1
    --- lib/libqofsql/Makefile.am	9 Apr 2004 04:58:52 -0000	1.1
    +++ lib/libqofsql/Makefile.am	20 Jul 2004 18:36:02 -0000
    @@ -1,6 +1,9 @@
     ## Process this file with automake to produce Makefile.in
     
    +if QOFBUILD
     lib_LTLIBRARIES = libqofsql.la
    +noinst_PROGRAMS = sql_parse_test
    +endif
     
     libqofsql_la_SOURCES = \
     	parser.c \
    @@ -15,9 +18,11 @@
     	sql_tree.h
     
     qofsqlincludedir = ${pkgincludedir}
    +if QOFBUILD
     qofsqlinclude_HEADERS = sql_parser.h
    -
    -noinst_PROGRAMS = sql_parse_test
    +else
    +noinst_HEADERS = sql_parser.h
    +endif
     
     EXTRA_DIST =       \
     	.cvsignore      \
    Index: lib/qof/Makefile.am
    ===================================================================
    RCS file: /cvsroot/gttr/gnotime/lib/qof/Makefile.am,v
    retrieving revision 1.7
    --- lib/qof/Makefile.am	3 May 2004 03:46:59 -0000	1.7
    +++ lib/qof/Makefile.am	20 Jul 2004 18:36:03 -0000
    @@ -1,7 +1,8 @@
     
     # pkglib_LTLIBRARIES = libqof.la
    -
    +if QOFBUILD
     lib_LTLIBRARIES = libqof.la
    +endif
     
     libqof_la_SOURCES =  \
        gnc-date.c        \
    @@ -28,7 +29,7 @@
        qofsql.c
     
     qofincludedir = ${pkgincludedir}
    -qofinclude_HEADERS = \
    +public_headers = \
        gnc-date.h        \
        gnc-engine-util.h \
        gnc-numeric.h     \
    @@ -67,7 +68,14 @@
        qofquerycore-p.h   \
        qofsession-p.h
     
    -   
    +if QOFBUILD
    +qofinclude_HEADERS = \
    +	$(public_headers)
    +else
    +noinst_HEADERS += \
    +	$(public_headers)
    +endif
    +
     EXTRA_DIST =          \
     	README             \
        .cvsignore
    @@ -83,6 +91,3 @@
        -I$(includedir)             \
        -DPREFIX=\""$(prefix)"\"    \
        -DDATADIR=\""$(datadir)"\" 
    -                   
    -
    -
    
    gnotime-separate-timeouts.patch:
    
    --- NEW FILE gnotime-separate-timeouts.patch ---
    # Modified from patch by Goedson Teixeira Paixao goedson at users.sf.net
    # and posted into the gnotime tracker:
    # http://sourceforge.net/tracker/index.php?func=detail&aid=1171394&group_id=55463&atid=477105
    
    diff -urNad gnotime-2.2.1/glade/prefs.glade /tmp/dpep.7xYbhV/gnotime-2.2.1/glade/prefs.glade
    --- gnotime-2.2.1/glade/prefs.glade	2004-04-16 02:14:09.000000000 -0300
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/glade/prefs.glade	2005-03-27 10:54:23.292240224 -0300
    @@ -10,6 +10,11 @@
       False
       False
       False
    +  True
    +  False
    +  False
    +  GDK_WINDOW_TYPE_HINT_NORMAL
    +  GDK_GRAVITY_NORTH_WEST
     
       
         
    @@ -45,6 +50,7 @@
     		  Show Project Importance
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -66,6 +72,7 @@
     		  Show Project Urgency
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -87,6 +94,7 @@
     		  Show Project Status
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -108,6 +116,7 @@
     		  Show Total Time Ever
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -129,6 +138,7 @@
     		  Show Time This Year
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -150,6 +160,7 @@
     		  Show Time This Month
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -171,6 +182,7 @@
     		  Show Time This Week
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -192,6 +204,7 @@
     		  Show Percent Complete
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -214,6 +227,7 @@
     		  Show Estimated Effort
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -235,6 +249,7 @@
     		  Show Project Due Date
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -256,6 +271,7 @@
     		  Show Planned Project End Date
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -277,6 +293,7 @@
     		  Show Planned Project Start Date
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -298,6 +315,7 @@
     		  Show Current Diary Entry
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -319,6 +337,7 @@
     		  Show Project Description
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -340,6 +359,7 @@
     		  Show Time For The Current Diary Entry
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -361,6 +381,7 @@
     		  Show Time Yesterday
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -382,6 +403,7 @@
     		  Show Time Today
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -403,6 +425,7 @@
     		  Show Time Last Week
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -487,6 +510,7 @@
     		  Show Seconds
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -508,6 +532,7 @@
     		  Show Status Bar
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -529,6 +554,7 @@
     		  Show Table Header
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -550,6 +576,7 @@
     		  Show Sub-Projects
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -803,6 +830,7 @@
     		  Use Logfile
     		  True
     		  GTK_RELIEF_NORMAL
    +		  True
     		  False
     		  False
     		  True
    @@ -1006,6 +1034,8 @@
     		  10
     		  False
     		  False
    +		  False
    +		  GTK_FILE_CHOOSER_ACTION_OPEN
     
     		  
     		    
    @@ -1103,6 +1133,7 @@
     		      Show Toolbar Icons
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1121,6 +1152,7 @@
     		      Show Toolbar Texts
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1139,6 +1171,7 @@
     		      Show Tooltips
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1199,6 +1232,7 @@
     		      Show `New'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1217,6 +1251,7 @@
     		      Show `Cut', `Copy', `Paste'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      False
     		      False
     		      True
    @@ -1235,6 +1270,7 @@
     		      Show `Journal'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1253,6 +1289,7 @@
     		      Show `Properties'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1271,6 +1308,7 @@
     		      Show `Timer'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1289,6 +1327,7 @@
     		      Show `Preferences'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      False
     		      False
     		      True
    @@ -1307,6 +1346,7 @@
     		      Show `Help'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1325,6 +1365,7 @@
     		      Show `Quit'
     		      True
     		      GTK_RELIEF_NORMAL
    +		      True
     		      True
     		      False
     		      True
    @@ -1487,6 +1528,97 @@
     	  
     
     	  
    +	    
    +	      4
    +	      True
    +	      0
    +	      0.5
    +	      GTK_SHADOW_ETCHED_IN
    +
    +	      
    +		
    +		  True
    +		  1
    +		  2
    +		  False
    +		  3
    +		  8
    +
    +		  
    +		    
    +		      True
    +		      Idle Seconds:
    +		      False
    +		      False
    +		      GTK_JUSTIFY_CENTER
    +		      False
    +		      False
    +		      0
    +		      0.5
    +		      0
    +		      0
    +		    
    +		    
    +		      0
    +		      1
    +		      0
    +		      1
    +		      fill
    +		      
    +		    
    +		  
    +
    +		  
    +		    
    +		      True
    +		      The current active project will be made inactive after there has been no keyboard/mouse activity after this number of seconds.  Set to -1 to disable.
    +		      True
    +		      True
    +		      True
    +		      0
    +		      
    +		      True
    +		      *
    +		      False
    +		    
    +		    
    +		      1
    +		      2
    +		      0
    +		      1
    +		      
    +		    
    +		  
    +		
    +	      
    +
    +	      
    +		
    +		  True
    +		  No Project Timeout
    +		  False
    +		  False
    +		  GTK_JUSTIFY_LEFT
    +		  False
    +		  False
    +		  0.5
    +		  0.5
    +		  0
    +		  0
    +		
    +		
    +		  label_item
    +		
    +	      
    +	    
    +	    
    +	      0
    +	      True
    +	      True
    +	    
    +	  
    +
    +	  
     	    
     	      True
     	      0
    --- gnotime-2.2.1/src/active-dialog.c	2004-04-01 22:31:05.000000000 -0300
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/active-dialog.c	2005-03-27 10:54:23.297239464 -0300
    @@ -34,7 +34,7 @@
     #include "util.h"
     
     
    -extern int config_idle_timeout;
    +int config_no_project_timeout;
     
     struct GttActiveDialog_s 
     {
    @@ -196,13 +196,13 @@
     	 */
     	if (cur_proj) return;
     	if (FALSE == ad->armed) return;
    -	if (0 > config_idle_timeout) return;
    +	if (0 >= config_no_project_timeout) return;
     
     	/* If there hasn't been a project running in a while, then pop. */
     	now = time(0);
     	idle_time = now - ad->time_armed;
     // printf ("duude armed, waiting %d %d\n", idle_time, config_idle_timeout);
    -	if (idle_time <= config_idle_timeout) return;
    +	if (idle_time <= config_no_project_timeout) return;
     					
     	/* Due to GtkDialog broken-ness, re-realize the GUI */
     	if (NULL == ad->gtxml)
    @@ -264,3 +264,4 @@
     }
     
     /* =========================== END OF FILE ============================== */
    +
    --- gnotime-2.2.1/src/gconf-io.c	2004-04-22 23:06:58.000000000 -0300
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/gconf-io.c	2005-03-27 10:55:11.570900752 -0300
    @@ -216,6 +216,7 @@
     	g_snprintf(s, sizeof (s), "%ld", time(0));
     	SETSTR ("/Misc/LastTimer", s);
     	SETINT ("/Misc/IdleTimeout", config_idle_timeout);
    +	SETINT ("/Misc/NoProjectTimeout", config_no_project_timeout);
     	SETINT ("/Misc/AutosavePeriod", config_autosave_period);
     	SETINT ("/Misc/TimerRunning", timer_is_running());
     	SETINT ("/Misc/CurrProject", gtt_project_get_id (cur_proj));
    @@ -358,6 +359,7 @@
        cur_proj_id = GETINT("/Misc/CurrProject", -1);
     
        config_idle_timeout = GETINT ("/Misc/IdleTimeout", 300);
    +   config_no_project_timeout = GETINT ("/Misc/NoProjectTimeout", 300);
        config_autosave_period = GETINT ("/Misc/AutosavePeriod", 60);
        config_daystart_offset = GETINT ("/Misc/DayStartOffset", 0);
        config_weekstart_offset = GETINT ("/Misc/WeekStartOffset", 0);
    --- gnotime-2.2.1/src/prefs.c	2004-04-25 15:26:25.000000000 -0300
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/prefs.c	2005-03-27 10:54:23.298239312 -0300
    @@ -138,6 +138,7 @@
     	GtkCheckButton *show_tb_exit;
     
     	GtkEntry       *idle_secs;
    +	GtkEntry       *no_project_secs;
     	GtkEntry       *daystart_secs;
     	GtkOptionMenu  *daystart_menu;
     	GtkOptionMenu  *weekstart_menu;
    @@ -374,6 +375,7 @@
     	{
     		int change = 0;
     		config_idle_timeout = atoi(gtk_entry_get_text(GTK_ENTRY(odlg->idle_secs)));
    +		config_no_project_timeout = atoi(gtk_entry_get_text(GTK_ENTRY(odlg->no_project_secs)));
     
     		/* Hunt for the hour-of night on which to start */
     		const char * buff = gtk_entry_get_text (odlg->daystart_secs);
    @@ -494,6 +496,9 @@
     	g_snprintf(s, sizeof (s), "%d", config_idle_timeout);
     	gtk_entry_set_text(GTK_ENTRY(odlg->idle_secs), s);
     
    +	g_snprintf(s, sizeof (s), "%d", config_no_project_timeout);
    +	gtk_entry_set_text(GTK_ENTRY(odlg->no_project_secs), s);
    +
     	/* Set the correct menu item based on current values */
     	int hour;
     	if (0idle_secs = GTK_ENTRY(w);
     
    +	w = GETWID ("no project secs");
    +	dlg->no_project_secs = GTK_ENTRY(w);
    +
     	w = GETWID ("daystart entry");
     	dlg->daystart_secs = GTK_ENTRY(w);
     
    --- gnotime-2.2.1/src/timer.c	2004-04-28 02:59:05.000000000 -0300
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/timer.c	2005-03-27 10:54:23.298239312 -0300
    @@ -111,7 +111,7 @@
     	 */
     	if (!cur_proj) 
     	{
    -		if (0 < config_idle_timeout)
    +		if (0 < config_no_project_timeout)
     		{
     			/* Make sure the idle dialog is visible */
     			raise_idle_dialog (idt);
    --- gnotime-2.2.1/src/timer.h	2003-01-02 15:53:51.000000000 -0200
    +++ /tmp/dpep.7xYbhV/gnotime-2.2.1/src/timer.h	2005-03-27 10:54:23.298239312 -0300
    @@ -36,6 +36,7 @@
     /* The idle timeout is how long, in seconds, that the system seems idle
      * before the clock stops itself */
     extern int config_idle_timeout;
    +extern int config_no_project_timeout;
     
     /* The autosave period is how long, in seconds, we wait before doing a 
      * periodic save-thyself. */
    
    
    Index: gnotime.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gnotime/FC-3/gnotime.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- gnotime.spec	16 Dec 2004 18:07:34 -0000	1.2
    +++ gnotime.spec	7 May 2005 13:55:49 -0000	1.3
    @@ -1,6 +1,6 @@
     Name:           gnotime
     Version:        2.2.1
    -Release:        5
    +Release:        5.fc3.8
     Epoch:          0
     Summary:        Tracks and reports time spent
     
    @@ -9,25 +9,28 @@
     URL:            http://gttr.sourceforge.net/
     Source0:        http://dl.sf.net/gttr/%{name}-%{version}.tar.gz
     # Images to go with the help files.
    -Source1:	http://www.tiki-lounge.com/~toshio/fedora/gtt_restartwin.png
    -Source2:	http://www.tiki-lounge.com/~toshio/fedora/gtt_startprojwin.png
    +Source1:        http://www.tiki-lounge.com/~toshio/fedora/gtt_restartwin.png
    +Source2:        http://www.tiki-lounge.com/~toshio/fedora/gtt_startprojwin.png
     # Simple patch to make the .desktop more complete
     Patch0:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-desktop.patch
     # Combined patch allowing builds with gtkhtml3.0 or 3.1 and
     # builds with a libqof installed on the system instead of bundled with Gnotime.
    -Patch1:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-gtkhtml3-qof.patch
    +Patch1:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-gtkhtml3.6-qof.patch
     # Fixes includes of qof headers in source files.
    -Patch2:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-qof-include.patch
    +Patch2:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-qof-include.patch
     # Fixes the idle timer for kernel 2.6.
    -Patch3:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-idle.patch
    +Patch3:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-idle.patch
     # Fixes problems with calls to gnome_help
    -Patch4:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-help.patch
    +Patch4:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-help.patch
     # Fixes problems with popup menus failing to pass data arguments to callbacks
    -Patch5:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-popup-menus.patch
    +Patch5:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-popup-menus.patch
     # Fixes problem with gnome_help being invoked when the toplevel is unknown
    -Patch6:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-help-error.patch
    +Patch6:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-help-error.patch
     # Add wordwrapping to textviews
    -Patch7:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-wordwrap.patch
    +Patch7:         http://www.tiki-lounge.com/~toshio/fedora/gnotime-wordwrap.patch
    +# Adapt a patch from the gnotime issue tracker to separate the idle timeout
    +# from the no project running timeout.
    +Patch8:		http://www.tiki-lounge.com/~toshio/fedora/gnotime-separate-timeouts.patch
     
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    @@ -39,15 +42,13 @@
     BuildRequires:  qof-devel >= 0:0.5.0
     BuildRequires:  qof-devel < 0:0.6.0
     # Because we modify configure.in, we need to BR the auto* tools.
    -BuildRequires: libtool
    +BuildRequires:  libtool
     
     Requires(post): scrollkeeper
     Requires(postun): scrollkeeper
    +Requires(pre): GConf2
     Requires(post): GConf2
     Requires(preun): GConf2
    -#Conflicts:      
    -#Obsoletes:      
    -#BuildConflicts: 
     
     %description
     A combination of stop-watch, diary, consultant billing system, and project
    @@ -69,6 +70,7 @@
     %patch5 -p0
     %patch6 -p0
     %patch7 -p0
    +%patch8 -p1
     
     cp $RPM_SOURCE_DIR/gtt_restartwin.png $RPM_BUILD_DIR/%{name}-%{version}/doc/C/figures/
     cp $RPM_SOURCE_DIR/gtt_startprojwin.png $RPM_BUILD_DIR/%{name}-%{version}/doc/C/figures/
    @@ -104,16 +106,34 @@
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    +%pre
    +if [ "$1" -gt 1 ]; then
    +  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    +  gconftool-2 --makefile-uninstall-rule \
    +    %{_sysconfdir}/gconf/schemas/gnotime.schemas &> /dev/null || :
    +  # If applicable:
    +  # gconftool-2 --makefile-uninstall-rule \
    +  #  %{_sysconfdir}/gconf/schemas/OLDSCHEMA.schemas &> /dev/null || :
    +  killall -HUP gconfd-2 || :
    +  unset GCONF_CONFIG_SOURCE
    +fi
    +
     %post
     export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    -gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
    -unset GCONF_CONFIG_SOURCES
    +gconftool-2 --makefile-install-rule \
    +  %{_sysconfdir}/gconf/schemas/gnotime.schemas &>/dev/null || :
    +unset GCONF_CONFIG_SOURCE
    +killall -HUP gconfd-2 || :
     scrollkeeper-update -q -o %{_datadir}/omf/gnotime || :
     
     %preun
    -export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    -gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas &>/dev/null || :
    -unset GCONF_CONFIG_SOURCE
    +if [ "$1" -eq 0 ]; then
    +  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
    +  gconftool-2 --makefile-uninstall-rule \
    +    %{_sysconfdir}/gconf/schemas/gnotime.schemas &> /dev/null || :
    +  unset GCONF_CONFIG_SOURCE
    +  killall -HUP gconfd-2 || :
    +fi
     
     %postun
     scrollkeeper-update -q || :
    @@ -129,10 +149,20 @@
     %{_sysconfdir}/gconf/schemas/*
     
     %changelog
    +* Tue May 3 2005 Toshio Kuratomi  - 2.2.1-5.fc3.8
    +- Sync relevant changes from the devel branch:
    +  + Add a patch adapted from the gnotime tracker.  Original patch by
    +    goedson-users.sf.net.  SF Tracker: 1171394.  This allows separate setting
    +    of the idle project and no project timeouts.
    +  + Require(pre): GConf2.
    +  + Fix up scriptlets to properly install and uninstall gconf schemas via
    +    gconftool-2.
    +  + Fix gtkhtml3 detection so 3.6 (as used in FC4) is detected.
    +
     * Sat Nov 27 2004 Toshio Kuratomi  - 0:2.2.1-5
     - Patch to fix a crash when invoking gnome_help.
     - Patch to wordwrap diary notes.
    -  
    +
     * Thu Sep 30 2004 Toshio Kuratomi  - 0:2.2.1-0.fdr.4
     - New patch to fix the Activity entry in the popup menu.
     
    @@ -184,6 +214,6 @@
     
     * Mon Dec 15 2003 Toshio Kuratomi  - 0:2.1.7-0.fdr.1
     - Initial Fedora RPM release.
    -- Partially adapted from the gnotime.spec.in by Eric Anderson 
    +- Partially adapted from the gnotime.spec.in by Eric Anderson
        from the Red Hat directory in the gnotime
       distribution.
    
    
    --- gnotime-gtkhtml3-qof.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 14:04:04 2005
    From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio))
    Date: Sat,  7 May 2005 10:04:04 -0400
    Subject: rpms/gnotime/FC-3 gnotime.spec,1.3,1.4
    Message-ID: <200505071404.j47E44G9028717@cvs-int.fedora.redhat.com>
    
    Author: toshio
    
    Update of /cvs/extras/rpms/gnotime/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28700
    
    Modified Files:
    	gnotime.spec 
    Log Message:
    Bump release so I can tag.
    
    
    
    Index: gnotime.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gnotime/FC-3/gnotime.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- gnotime.spec	7 May 2005 13:55:49 -0000	1.3
    +++ gnotime.spec	7 May 2005 14:04:02 -0000	1.4
    @@ -1,6 +1,6 @@
     Name:           gnotime
     Version:        2.2.1
    -Release:        5.fc3.8
    +Release:        5.fc3.8.1
     Epoch:          0
     Summary:        Tracks and reports time spent
     
    @@ -149,6 +149,9 @@
     %{_sysconfdir}/gconf/schemas/*
     
     %changelog
    +* Sat May 7 2005 Toshio Kuratomi  - 2.2.1-5.fc3.8.1
    +- Looks like I tagged before committing.  Try again in the right order.
    +
     * Tue May 3 2005 Toshio Kuratomi  - 2.2.1-5.fc3.8
     - Sync relevant changes from the devel branch:
       + Add a patch adapted from the gnotime tracker.  Original patch by
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 14:54:19 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Sat,  7 May 2005 10:54:19 -0400
    Subject: common tobuild,1.204,1.205
    Message-ID: <200505071454.j47EsJLR028898@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28881
    
    Modified Files:
    	tobuild 
    Log Message:
    remove old builds
    
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.204
    retrieving revision 1.205
    diff -u -r1.204 -r1.205
    --- tobuild	7 May 2005 03:25:23 -0000	1.204
    +++ tobuild	7 May 2005 14:54:17 -0000	1.205
    @@ -1,50 +1,5 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -skvidal	rpms/python-cherrypy/FC-3	python-cherrypy-2_0_0-0_2_b	fc3
    -skvidal	rpms/python-cherrytemplate/FC-3	python-cherrytemplate-1_0_0-1	fc3
    -skvidal	rpms/nmh/FC-3	nmh-1_1-7_fc3	fc3
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    -skvidal	rpms/ipython/FC-3	ipython-0_6_13-1	fc3
    -skvidal	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	fc3
    -skvidal	rpms/R/FC-3	R-2_1_0-2	fc3
    -skvidal	rpms/R-gnomeGUI/FC-3	R-gnomeGUI-2_1_0-1_fc3	fc3
    -skvidal	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	fc3
    -skvidal	rpms/ulogd/FC-3	ulogd-1_23-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    -skvidal	rpms/perl-Pod-Coverage/FC-3	perl-Pod-Coverage-0_17-1_1	fc3
    -skvidal	rpms/bazaar/FC-3	bazaar-1_3_2-2	fc3
    -skvidal	rpms/xfce4-trigger-launcher/FC-3	xfce4-trigger-launcher-4_2_1-4_fc3	fc3
    -skvidal	rpms/xfce4-icon-theme/FC-3	xfce4-icon-theme-4_2_1-5_fc3	fc3
    -skvidal	rpms/gtk-xfce-engine/FC-3	gtk-xfce-engine-2_2_6-3_fc3	fc3
    -skvidal	rpms/xfce4-toys/FC-3	xfce4-toys-4_2_1-4_fc3	fc3
    -skvidal	rpms/xfce4-session/FC-3	xfce4-session-4_2_1-4_fc3	fc3
    -skvidal	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-4_fc3	fc3
    -skvidal	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-4_fc3	fc3
    -skvidal	rpms/xfce4-appfinder/FC-3	xfce4-appfinder-4_2_1-3_fc3	fc3
    -skvidal	rpms/perl-Devel-Cycle/FC-3	perl-Devel-Cycle-1_04-1	fc3
    -skvidal	rpms/perl-Test-Memory-Cycle/FC-3	perl-Test-Memory-Cycle-1_00-2	fc3
    -skvidal	rpms/quilt/FC-3	quilt-0_40-2_fc3	fc3
    -skvidal	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_12_1-2_fc3	fc3
    -skvidal	rpms/cone/FC-3	cone-0_64-1	fc3
    -skvidal	rpms/libcdio/FC-3	libcdio-0_73-1	fc3
    -skvidal	rpms/perl-Module-CoreList/FC-3	perl-Module-CoreList-2_01-1	fc3
    -skvidal	rpms/blacs/FC-3	blacs-1_1-6_fc3	fc3
    -skvidal	rpms/scalapack/FC-3	scalapack-1_7-3_fc3	fc3
    -skvidal	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-3_fc3	fc3
    -skvidal	rpms/librx/FC-3	librx-1_5-3_fc3	fc3
    -skvidal	rpms/perl-Authen-SASL/FC-3	perl-Authen-SASL-2_09-1	fc3
    -skvidal	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	fc3
    -skvidal	rpms/TeXmacs/FC-3	TeXmacs-1_0_5-1	fc3
    -skvidal	rpms/cdo/FC-3	cdo-0_9_6-2	fc3
    -skvidal	rpms/perl-Config-IniFiles/FC-3	perl-Config-IniFiles-2_39-1	fc3
    -skvidal	rpms/help2man/FC-3	help2man-1_35_1-1_fc3	fc3
    -skvidal	rpms/Coin2/FC-3	Coin2-2_3_0-8_fc3	fc3
    -skvidal	rpms/libol/FC-3	libol-0_3_16-1	fc3
    -skvidal	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	fc3
    -skvidal	rpms/pam_mount/FC-3	pam_mount-0_9_23-1	fc3
    -skvidal	rpms/notemeister/FC-3	notemeister-0_1_7-6	fc3
    -skvidal	rpms/enigma/FC-3	enigma-0_91-1	fc3
    -skvidal	rpms/python-crypto/FC-3	python-crypto-2_0-3	fc3
    -skvidal	rpms/netcdf/FC-3	netcdf-3_6_0-2_p1_fc3	fc3
    -mschwendt	rpms/wxGTK/devel	wxGTK-2_4_2-11	devel
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:00:55 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Sat,  7 May 2005 11:00:55 -0400
    Subject: extras-buildsys-temp/automation buildqueue.py,1.2,1.3
    Message-ID: <200505071501.j47F0thX028941@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28927
    
    Modified Files:
    	buildqueue.py 
    Log Message:
    
    increase timeout to hour and a half
    
    
    
    Index: buildqueue.py
    ===================================================================
    RCS file: /cvs/fedora/extras-buildsys-temp/automation/buildqueue.py,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- buildqueue.py	7 May 2005 03:52:45 -0000	1.2
    +++ buildqueue.py	7 May 2005 15:00:53 -0000	1.3
    @@ -176,7 +176,7 @@
             self.archprocess = []
             self.build_status = {}
             self.anyfail = False
    -        self.timeout = 3600
    +        self.timeout = 5400
             self.timeout_reached = False
             self.localarches = ['i386', 'x86_64']
             self.logs = {}
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:52:51 2005
    From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio))
    Date: Sat,  7 May 2005 11:52:51 -0400
    Subject: common tobuild,1.205,1.206
    Message-ID: <200505071552.j47FqpIX029909@cvs-int.fedora.redhat.com>
    
    Author: toshio
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29892
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnotime/FC-3 gnotime-2_2_1-5_fc3_8_1 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.205
    retrieving revision 1.206
    diff -u -r1.205 -r1.206
    --- tobuild	7 May 2005 14:54:17 -0000	1.205
    +++ tobuild	7 May 2005 15:52:49 -0000	1.206
    @@ -3,3 +3,4 @@
     # 
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    +toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:55:39 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 11:55:39 -0400
    Subject: common tobuild,1.206,1.207
    Message-ID: <200505071555.j47FtdEY029967@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29950
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-1 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.206
    retrieving revision 1.207
    diff -u -r1.206 -r1.207
    --- tobuild	7 May 2005 15:52:49 -0000	1.206
    +++ tobuild	7 May 2005 15:55:37 -0000	1.207
    @@ -4,3 +4,4 @@
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    +gemi	rpms/graveman/FC-3	graveman-0_3_11-1	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:58:10 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sat,  7 May 2005 11:58:10 -0400
    Subject: devel/common tobuild,1.207,1.208
    Message-ID: <200505071558.j47FwAxl030006@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/devel/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29989
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of devel/gai-pal gai-pal-0_7-5 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/devel/common/tobuild,v
    retrieving revision 1.207
    retrieving revision 1.208
    diff -u -r1.207 -r1.208
    --- tobuild	7 May 2005 15:55:37 -0000	1.207
    +++ tobuild	7 May 2005 15:58:08 -0000	1.208
    @@ -5,3 +5,4 @@
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-1	FC-3
    +mschwendt	devel/gai-pal	gai-pal-0_7-5	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:59:01 2005
    From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2))
    Date: Sat,  7 May 2005 11:59:01 -0400
    Subject: rpms/gnupg2/devel gnupg2.spec,1.4,1.5
    Message-ID: <200505071559.j47Fx1tD030069@cvs-int.fedora.redhat.com>
    
    Author: dwmw2
    
    Update of /cvs/extras/rpms/gnupg2/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30052
    
    Modified Files:
    	gnupg2.spec 
    Log Message:
    bump release to rebuild
    
    
    Index: gnupg2.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- gnupg2.spec	6 Apr 2005 22:11:38 -0000	1.4
    +++ gnupg2.spec	7 May 2005 15:58:59 -0000	1.5
    @@ -3,7 +3,7 @@
     Summary: GNU utility for secure communication and data storage
     Name:    gnupg2
     Version: 1.9.15
    -Release: 2%{?dist_tag}
    +Release: 3%{?dist_tag}
     
     License: GPL
     Group:   Applications/System
    @@ -124,6 +124,9 @@
     
     
     %changelog
    +* Sat May  7 2005 David Woodhouse  1.9.15-3
    +- Rebuild.
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:58:42 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 11:58:42 -0400
    Subject: rpms/enigma/FC-3 enigma.spec,1.4,1.5
    Message-ID: <200505071559.j47FxD3Y030101@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30012/FC-3
    
    Modified Files:
    	enigma.spec 
    Log Message:
    BR libpng-devel
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/enigma.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- enigma.spec	5 May 2005 18:17:08 -0000	1.4
    +++ enigma.spec	7 May 2005 15:58:40 -0000	1.5
    @@ -1,6 +1,6 @@
     Name:           enigma
     Version:        0.91
    -Release:        1
    +Release:        2
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
    @@ -10,7 +10,7 @@
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4
    -BuildRequires:  SDL_ttf-devel gettext
    +BuildRequires:  SDL_ttf-devel gettext libpng-devel
     BuildRequires:  desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2
     
     %description
    @@ -56,6 +56,9 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Sat May 07 2005 Thorsten Leemhuis  - 0.91-2
    +- BR libpng-devel
    +
     * Thu May 05 2005 Thorsten Leemhuis  - 0.91-1
     - Update to 0.91
     - Add BR gettext, SDL_ttf-devel
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:58:43 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 11:58:43 -0400
    Subject: rpms/enigma/devel enigma.spec,1.7,1.8
    Message-ID: <200505071559.j47FxDdG030104@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30012/devel
    
    Modified Files:
    	enigma.spec 
    Log Message:
    BR libpng-devel
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- enigma.spec	5 May 2005 18:17:08 -0000	1.7
    +++ enigma.spec	7 May 2005 15:58:41 -0000	1.8
    @@ -1,6 +1,6 @@
     Name:           enigma
     Version:        0.91
    -Release:        2
    +Release:        3
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
    @@ -10,7 +10,7 @@
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  SDL-devel >= 1.2  SDL_image-devel >= 1.2 SDL_mixer-devel >= 1.2.4
    -BuildRequires:  SDL_ttf-devel gettext
    +BuildRequires:  SDL_ttf-devel gettext libpng-devel
     BuildRequires:  desktop-file-utils zlib-devel >= 1.2.0 tetex >= 2.0.2
     
     %description
    @@ -63,6 +63,9 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Sat May 07 2005 Thorsten Leemhuis  - 0.91-3
    +- BR libpng-devel
    +
     * Thu May 05 2005 Thorsten Leemhuis  - 0.91-2
     - rebuilt
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 15:59:35 2005
    From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2))
    Date: Sat,  7 May 2005 11:59:35 -0400
    Subject: common tobuild,1.208,1.209
    Message-ID: <200505071559.j47FxZim030141@cvs-int.fedora.redhat.com>
    
    Author: dwmw2
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30123
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnupg2/devel gnupg2-1_9_15-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.208
    retrieving revision 1.209
    diff -u -r1.208 -r1.209
    --- tobuild	7 May 2005 15:58:08 -0000	1.208
    +++ tobuild	7 May 2005 15:59:33 -0000	1.209
    @@ -6,3 +6,4 @@
     toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-1	FC-3
     mschwendt	devel/gai-pal	gai-pal-0_7-5	development
    +dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
    
    
    
    From bugs.michael at gmx.net  Sat May  7 16:03:40 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Sat, 7 May 2005 18:03:40 +0200
    Subject: common tobuild,1.206,1.207
    In-Reply-To: <200505071555.j47FtdEY029967@cvs-int.fedora.redhat.com>
    References: <200505071555.j47FtdEY029967@cvs-int.fedora.redhat.com>
    Message-ID: <20050507180340.0b5a2d31.bugs.michael@gmx.net>
    
    On Sat,  7 May 2005 11:55:39 -0400, G__rard Milmeister wrote:
    
    > Author: gemi
    > 
    > Update of /cvs/extras/common
    > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29950
    > 
    > Modified Files:
    > 	tobuild 
    > Log Message:
    > request build of rpms/graveman/FC-3 graveman-0_3_11-1 for FC-3
    
    That version was reported as failing just a short time ago today
    on fedora-extras-list:
    
    http://extras64.linux.duke.edu/failed/3/graveman/
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:05:31 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sat,  7 May 2005 12:05:31 -0400
    Subject: common tobuild,1.209,1.210
    Message-ID: <200505071605.j47G5VwD031124@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31107
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/linphone/devel linphone-1_0_1-2_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.209
    retrieving revision 1.210
    diff -u -r1.209 -r1.210
    --- tobuild	7 May 2005 15:59:33 -0000	1.209
    +++ tobuild	7 May 2005 16:05:29 -0000	1.210
    @@ -7,3 +7,4 @@
     gemi	rpms/graveman/FC-3	graveman-0_3_11-1	FC-3
     mschwendt	devel/gai-pal	gai-pal-0_7-5	development
     dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
    +ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:07:28 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sat,  7 May 2005 12:07:28 -0400
    Subject: common tobuild,1.210,1.211
    Message-ID: <200505071607.j47G7Sip031163@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31146
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/linphone/FC-3 linphone-1_0_1-2_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.210
    retrieving revision 1.211
    diff -u -r1.210 -r1.211
    --- tobuild	7 May 2005 16:05:29 -0000	1.210
    +++ tobuild	7 May 2005 16:07:26 -0000	1.211
    @@ -8,3 +8,4 @@
     mschwendt	devel/gai-pal	gai-pal-0_7-5	development
     dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
     ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
    +ivazquez	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:07:44 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 12:07:44 -0400
    Subject: rpms/enigma/FC-3 enigma.spec,1.5,1.6
    Message-ID: <200505071607.j47G7iRh031198@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31169/FC-3
    
    Modified Files:
    	enigma.spec 
    Log Message:
    Increase revision by two so tags in different cvs-branches don't conflict
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/enigma.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- enigma.spec	7 May 2005 15:58:40 -0000	1.5
    +++ enigma.spec	7 May 2005 16:07:42 -0000	1.6
    @@ -1,6 +1,6 @@
     Name:           enigma
     Version:        0.91
    -Release:        2
    +Release:        4
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
    @@ -56,6 +56,9 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Thu May 05 2005 Thorsten Leemhuis  - 0.91-4
    +- rebuilt
    +
     * Sat May 07 2005 Thorsten Leemhuis  - 0.91-2
     - BR libpng-devel
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:07:44 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 12:07:44 -0400
    Subject: rpms/enigma/devel enigma.spec,1.8,1.9
    Message-ID: <200505071607.j47G7imo031204@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31169/devel
    
    Modified Files:
    	enigma.spec 
    Log Message:
    Increase revision by two so tags in different cvs-branches don't conflict
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/devel/enigma.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- enigma.spec	7 May 2005 15:58:41 -0000	1.8
    +++ enigma.spec	7 May 2005 16:07:42 -0000	1.9
    @@ -1,6 +1,6 @@
     Name:           enigma
     Version:        0.91
    -Release:        3
    +Release:        5
     Summary:        Clone of the ATARI game Oxyd
     
     Group:          Amusements/Games
    @@ -63,6 +63,9 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    +* Sat May 07 2005 Thorsten Leemhuis  - 0.91-5
    +- rebuilt
    +
     * Sat May 07 2005 Thorsten Leemhuis  - 0.91-3
     - BR libpng-devel
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:08:14 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sat,  7 May 2005 12:08:14 -0400
    Subject: common tobuild,1.211,1.212
    Message-ID: <200505071608.j47G8EKK031232@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31215
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/leafpad/FC-3 leafpad-0_8_0-1_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.211
    retrieving revision 1.212
    diff -u -r1.211 -r1.212
    --- tobuild	7 May 2005 16:07:26 -0000	1.211
    +++ tobuild	7 May 2005 16:08:12 -0000	1.212
    @@ -9,3 +9,4 @@
     dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
     ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
     ivazquez	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	FC3
    +ivazquez	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:08:40 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sat,  7 May 2005 12:08:40 -0400
    Subject: common tobuild,1.212,1.213
    Message-ID: <200505071608.j47G8eod031260@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31243
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnome-theme-clearlooks/FC-3 gnome-theme-clearlooks-0_5-4 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.212
    retrieving revision 1.213
    diff -u -r1.212 -r1.213
    --- tobuild	7 May 2005 16:08:12 -0000	1.212
    +++ tobuild	7 May 2005 16:08:38 -0000	1.213
    @@ -10,3 +10,4 @@
     ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
     ivazquez	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	FC3
     ivazquez	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	FC3
    +ivazquez	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:13:11 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 12:13:11 -0400
    Subject: rpms/enigma/FC-3 enigma.spec,1.6,1.7
    Message-ID: <200505071613.j47GDBVc031332@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/enigma/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31315
    
    Modified Files:
    	enigma.spec 
    Log Message:
    fix typo
    
    
    Index: enigma.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/enigma/FC-3/enigma.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- enigma.spec	7 May 2005 16:07:42 -0000	1.6
    +++ enigma.spec	7 May 2005 16:13:09 -0000	1.7
    @@ -56,7 +56,7 @@
     %{_datadir}/applications/*enigma.desktop
     
     %changelog
    -* Thu May 05 2005 Thorsten Leemhuis  - 0.91-4
    +* Thu May 07 2005 Thorsten Leemhuis  - 0.91-4
     - rebuilt
     
     * Sat May 07 2005 Thorsten Leemhuis  - 0.91-2
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:14:40 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 12:14:40 -0400
    Subject: common tobuild,1.213,1.214
    Message-ID: <200505071614.j47GEegj031401@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31384
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/enigma/FC-3 enigma-0_91-4 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.213
    retrieving revision 1.214
    diff -u -r1.213 -r1.214
    --- tobuild	7 May 2005 16:08:38 -0000	1.213
    +++ tobuild	7 May 2005 16:14:38 -0000	1.214
    @@ -11,3 +11,4 @@
     ivazquez	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	FC3
     ivazquez	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	FC3
     ivazquez	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	FC3
    +thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:15:07 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sat,  7 May 2005 12:15:07 -0400
    Subject: common tobuild,1.214,1.215
    Message-ID: <200505071615.j47GF7kJ031431@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31414
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/enigma/devel enigma-0_91-5 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.214
    retrieving revision 1.215
    diff -u -r1.214 -r1.215
    --- tobuild	7 May 2005 16:14:38 -0000	1.214
    +++ tobuild	7 May 2005 16:15:05 -0000	1.215
    @@ -12,3 +12,4 @@
     ivazquez	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	FC3
     ivazquez	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	FC3
     thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
    +thl	rpms/enigma/devel	enigma-0_91-5	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 16:21:47 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sat,  7 May 2005 12:21:47 -0400
    Subject: common tobuild,1.215,1.216
    Message-ID: <200505071621.j47GLlX7031460@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31443
    
    Modified Files:
    	tobuild 
    Log Message:
    Oh sure, now you tell me...
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.215
    retrieving revision 1.216
    diff -u -r1.215 -r1.216
    --- tobuild	7 May 2005 16:15:05 -0000	1.215
    +++ tobuild	7 May 2005 16:21:45 -0000	1.216
    @@ -8,8 +8,5 @@
     mschwendt	devel/gai-pal	gai-pal-0_7-5	development
     dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
     ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
    -ivazquez	rpms/linphone/FC-3	linphone-1_0_1-2_fc3	FC3
    -ivazquez	rpms/leafpad/FC-3	leafpad-0_8_0-1_fc3	FC3
    -ivazquez	rpms/gnome-theme-clearlooks/FC-3	gnome-theme-clearlooks-0_5-4	FC3
     thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
     thl	rpms/enigma/devel	enigma-0_91-5	development
    
    
    
    From a.kurtz at hardsun.net  Sat May  7 17:30:09 2005
    From: a.kurtz at hardsun.net (Aaron Kurtz)
    Date: Sat, 07 May 2005 10:30:09 -0700
    Subject: APPROVED: xdaliclock
    Message-ID: <1115487009.5266.14.camel@rydia.hardsun.net>
    
    Description :
    XDaliClock is a large digital clock for the X Window System, with digits
    that "melt" into their new shapes when the time changes. XDaliClock
    supports 12 and 24 hour modes, and displays the date when you hold a
    mouse button down over it. It also can be configured to do colormap
    cycling, and for window transparency.
    
    Approved by: Aaron Kurtz
    Maintainer: Chris Ricker
    -- 
    Aaron Kurtz 
    
    From fedora-extras-commits at redhat.com  Sat May  7 18:16:58 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Sat,  7 May 2005 14:16:58 -0400
    Subject: common tobuild,1.216,1.217
    Message-ID: <200505071816.j47IGwEQ001094@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1077
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Config-Tiny/FC-3 perl-Config-Tiny-2_01-1 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.216
    retrieving revision 1.217
    diff -u -r1.216 -r1.217
    --- tobuild	7 May 2005 16:21:45 -0000	1.216
    +++ tobuild	7 May 2005 18:16:56 -0000	1.217
    @@ -10,3 +10,4 @@
     ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
     thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
     thl	rpms/enigma/devel	enigma-0_91-5	development
    +jpo	rpms/perl-Config-Tiny/FC-3	perl-Config-Tiny-2_01-1	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 18:34:37 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Sat,  7 May 2005 14:34:37 -0400
    Subject: common tobuild,1.217,1.218
    Message-ID: <200505071834.j47IYbvk001185@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1168
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Config-Tiny/devel perl-Config-Tiny-2_01-2 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.217
    retrieving revision 1.218
    diff -u -r1.217 -r1.218
    --- tobuild	7 May 2005 18:16:56 -0000	1.217
    +++ tobuild	7 May 2005 18:34:35 -0000	1.218
    @@ -11,3 +11,4 @@
     thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
     thl	rpms/enigma/devel	enigma-0_91-5	development
     jpo	rpms/perl-Config-Tiny/FC-3	perl-Config-Tiny-2_01-1	FC-3
    +jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 19:00:03 2005
    From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon))
    Date: Sat,  7 May 2005 15:00:03 -0400
    Subject: rpms/gnome-applet-netspeed/FC-3 gnome-applet-netspeed.spec, 1.2,
    	1.3 sources, 1.2, 1.3 .cvsignore, 1.2, 1.3
    Message-ID: <200505071900.j47J03Gf001334@cvs-int.fedora.redhat.com>
    
    Author: dragoon
    
    Update of /cvs/extras/rpms/gnome-applet-netspeed/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1313
    
    Modified Files:
    	gnome-applet-netspeed.spec sources .cvsignore 
    Log Message:
    Revert to 0.11 due to GTK 2.4 deps
    
    
    Index: gnome-applet-netspeed.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gnome-applet-netspeed/FC-3/gnome-applet-netspeed.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- gnome-applet-netspeed.spec	25 Apr 2005 07:11:49 -0000	1.2
    +++ gnome-applet-netspeed.spec	7 May 2005 19:00:00 -0000	1.3
    @@ -2,14 +2,14 @@
     %define fedora 3
     
     Name: gnome-applet-netspeed    
    -Version: 0.12.1
    -Release: 2%{?dist}
    +Version: 0.11
    +Release: 1%{?dist}
     Summary: GNOME applet that shows traffic on a network device
     
     Group: Applications/Internet
     License: GPL   
     URL: http://mfcn.ilo.de/netspeed_applet
    -Source0: http://www.wh-hms.uni-ulm.de/~mfcn/netspeed/packages/netspeed_applet-0.12.1.tar.gz
    +Source0: http://www.wh-hms.uni-ulm.de/~mfcn/netspeed/packages/netspeed_applet-%{version}.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires: pkgconfig, gettext, scrollkeeper
     BuildRequires: libgnomeui-devel >= 2.8
    @@ -17,7 +17,7 @@
     Requires(post): scrollkeeper
     Requires(postun): scrollkeeper
     Provides: netspeed_applet = %{version}-%{release}
    -Obsoletes: netspeed_applet <= 0.12.1
    +Obsoletes: netspeed_applet <= 0.11
     
     %description
     netspeed is a little GNOME applet that shows the traffic on a
    @@ -56,6 +56,9 @@
     %{_datadir}/omf/netspeed_applet/
     
     %changelog
    +* Sat May 07 2005 Aaron Kurtz  - 0.11-1
    +- Dropping back to 0.11 for FC3 builds
    +
     * Mon Apr 25 2005 Aaron Kurtz  - 0.12.1-2
     - Adding dist tag
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/gnome-applet-netspeed/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	23 Apr 2005 03:55:52 -0000	1.2
    +++ sources	7 May 2005 19:00:00 -0000	1.3
    @@ -1 +1 @@
    -7a651eab80c1a10654595fcfd4832463  netspeed_applet-0.12.1.tar.gz
    +267e5b76cbf20f365de5f04ef1e77eb8  netspeed_applet-0.11.tar.gz
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/gnome-applet-netspeed/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	23 Apr 2005 03:55:52 -0000	1.2
    +++ .cvsignore	7 May 2005 19:00:00 -0000	1.3
    @@ -1 +1 @@
    -netspeed_applet-0.12.1.tar.gz
    +netspeed_applet-0.11.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 19:01:34 2005
    From: fedora-extras-commits at redhat.com (Aaron Kurtz (dragoon))
    Date: Sat,  7 May 2005 15:01:34 -0400
    Subject: common tobuild,1.218,1.219
    Message-ID: <200505071901.j47J1YUG002282@cvs-int.fedora.redhat.com>
    
    Author: dragoon
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2265
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnome-applet-netspeed/FC-3 gnome-applet-netspeed-0_11-1_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.218
    retrieving revision 1.219
    diff -u -r1.218 -r1.219
    --- tobuild	7 May 2005 18:34:35 -0000	1.218
    +++ tobuild	7 May 2005 19:01:32 -0000	1.219
    @@ -12,3 +12,4 @@
     thl	rpms/enigma/devel	enigma-0_91-5	development
     jpo	rpms/perl-Config-Tiny/FC-3	perl-Config-Tiny-2_01-1	FC-3
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    +dragoon	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_11-1_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 19:06:24 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Sat,  7 May 2005 15:06:24 -0400
    Subject: rpms/perl-Module-Build/devel perl-Module-Build.spec,1.10,1.11
    Message-ID: <200505071906.j47J6OMv002320@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/rpms/perl-Module-Build/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2303
    
    Modified Files:
    	perl-Module-Build.spec 
    Log Message:
    Bump for PPC build.
    
    
    Index: perl-Module-Build.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/perl-Module-Build/devel/perl-Module-Build.spec,v
    retrieving revision 1.10
    retrieving revision 1.11
    diff -u -r1.10 -r1.11
    --- perl-Module-Build.spec	16 Apr 2005 12:31:28 -0000	1.10
    +++ perl-Module-Build.spec	7 May 2005 19:06:22 -0000	1.11
    @@ -1,7 +1,6 @@
     Name:           perl-Module-Build
     Version:        0.2610
    -Release:        2
    -
    +Release:        3
     Summary:        Perl module for building and installing Perl modules
     
     Group:          Development/Libraries
    @@ -53,6 +52,9 @@
     
     
     %changelog
    +* Sat May  7 2005 Ville Skytt??  - 0.2610-3
    +- Rebuild.
    +
     * Sat Apr 16 2005 Ville Skytt??  - 0.2610-2
     - 0.2610.
     - Trust that %%{perl_vendorlib} is defined.
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 19:07:56 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Sat,  7 May 2005 15:07:56 -0400
    Subject: common tobuild,1.219,1.220
    Message-ID: <200505071907.j47J7ucE002387@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2370
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Module-Build/devel perl-Module-Build-0_2610-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.219
    retrieving revision 1.220
    diff -u -r1.219 -r1.220
    --- tobuild	7 May 2005 19:01:32 -0000	1.219
    +++ tobuild	7 May 2005 19:07:54 -0000	1.220
    @@ -13,3 +13,4 @@
     jpo	rpms/perl-Config-Tiny/FC-3	perl-Config-Tiny-2_01-1	FC-3
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     dragoon	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_11-1_fc3	FC3
    +scop	rpms/perl-Module-Build/devel	perl-Module-Build-0_2610-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 19:11:36 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Sat,  7 May 2005 15:11:36 -0400
    Subject: common tobuild,1.220,1.221
    Message-ID: <200505071911.j47JBa9S002467@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2450
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/libol/devel libol-0_3_16-1_fc4 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.220
    retrieving revision 1.221
    diff -u -r1.220 -r1.221
    --- tobuild	7 May 2005 19:07:54 -0000	1.220
    +++ tobuild	7 May 2005 19:11:34 -0000	1.221
    @@ -14,3 +14,4 @@
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     dragoon	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_11-1_fc3	FC3
     scop	rpms/perl-Module-Build/devel	perl-Module-Build-0_2610-3	development
    +jpo	rpms/libol/devel	libol-0_3_16-1_fc4	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 20:27:22 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 16:27:22 -0400
    Subject: rpms/graveman/FC-3 graveman.spec,1.4,1.5
    Message-ID: <200505072027.j47KRqOi003558@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/rpms/graveman/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3526/FC-3
    
    Modified Files:
    	graveman.spec 
    Log Message:
    added buildred libmng-devel
    
    
    Index: graveman.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/FC-3/graveman.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- graveman.spec	5 May 2005 22:42:41 -0000	1.4
    +++ graveman.spec	7 May 2005 20:27:20 -0000	1.5
    @@ -1,6 +1,6 @@
     Name:           graveman
     Version:        0.3.11
    -Release:        1
    +Release:        2
     Summary:        A frontend for cdrtools, dvd+rw-tools and sox
     
     Group:          Applications/Archiving
    @@ -10,6 +10,7 @@
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  libid3tag-devel, libvorbis-devel, gtk2-devel, libogg-devel, desktop-file-utils
    +BuildRequires:	libmng-devel
     BuildRequires:	libglade2-devel, gettext
     Requires:       cdrecord, sox, dvd+rw-tools
     
    @@ -65,6 +66,9 @@
     
     
     %changelog
    +* Sat May  7 2005 Gerard Milmeister  - 0.3.11-2
    +- Added BuildReq libmng-devel
    +
     * Fri May  6 2005 Gerard Milmeister  - 0.3.11-1
     - New Version 0.3.11
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 20:27:22 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 16:27:22 -0400
    Subject: rpms/graveman/devel graveman.spec,1.6,1.7
    Message-ID: <200505072027.j47KRrMG003561@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/rpms/graveman/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3526/devel
    
    Modified Files:
    	graveman.spec 
    Log Message:
    added buildred libmng-devel
    
    
    Index: graveman.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/graveman/devel/graveman.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- graveman.spec	5 May 2005 22:42:42 -0000	1.6
    +++ graveman.spec	7 May 2005 20:27:20 -0000	1.7
    @@ -1,6 +1,6 @@
     Name:           graveman
     Version:        0.3.11
    -Release:        1
    +Release:        2
     Summary:        A frontend for cdrtools, dvd+rw-tools and sox
     
     Group:          Applications/Archiving
    @@ -10,6 +10,7 @@
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  libid3tag-devel, libvorbis-devel, gtk2-devel, libogg-devel, desktop-file-utils
    +BuildRequires:	libmng-devel
     BuildRequires:	libglade2-devel, gettext
     Requires:       cdrecord, sox, dvd+rw-tools
     
    @@ -65,6 +66,9 @@
     
     
     %changelog
    +* Sat May  7 2005 Gerard Milmeister  - 0.3.11-2
    +- Added BuildReq libmng-devel
    +
     * Fri May  6 2005 Gerard Milmeister  - 0.3.11-1
     - New Version 0.3.11
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 20:28:31 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Sat,  7 May 2005 16:28:31 -0400
    Subject: common tobuild,1.221,1.222
    Message-ID: <200505072028.j47KSV9c003633@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3612
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-String-ShellQuote/devel perl-String-ShellQuote-1_03-2 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.221
    retrieving revision 1.222
    diff -u -r1.221 -r1.222
    --- tobuild	7 May 2005 19:11:34 -0000	1.221
    +++ tobuild	7 May 2005 20:28:29 -0000	1.222
    @@ -15,3 +15,4 @@
     dragoon	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_11-1_fc3	FC3
     scop	rpms/perl-Module-Build/devel	perl-Module-Build-0_2610-3	development
     jpo	rpms/libol/devel	libol-0_3_16-1_fc4	development
    +scop	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 20:28:40 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 16:28:40 -0400
    Subject: common tobuild,1.222,1.223
    Message-ID: <200505072028.j47KSeeq003663@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3640
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-2 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.222
    retrieving revision 1.223
    diff -u -r1.222 -r1.223
    --- tobuild	7 May 2005 20:28:29 -0000	1.222
    +++ tobuild	7 May 2005 20:28:38 -0000	1.223
    @@ -16,3 +16,4 @@
     scop	rpms/perl-Module-Build/devel	perl-Module-Build-0_2610-3	development
     jpo	rpms/libol/devel	libol-0_3_16-1_fc4	development
     scop	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	development
    +gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 21:22:26 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sat,  7 May 2005 17:22:26 -0400
    Subject: rpms/xfcalendar/FC-3 xfcalendar.spec,1.3,1.4
    Message-ID: <200505072122.j47LMQKh004674@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfcalendar/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4657
    
    Modified Files:
    	xfcalendar.spec 
    Log Message:
    Add missing dbh-devel buildrequires
    
    
    
    Index: xfcalendar.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfcalendar/FC-3/xfcalendar.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- xfcalendar.spec	2 Apr 2005 17:07:07 -0000	1.3
    +++ xfcalendar.spec	7 May 2005 21:22:24 -0000	1.4
    @@ -1,7 +1,7 @@
     Summary: Time-managing application for Xfce4
     Name: xfcalendar
     Version: 4.2.1
    -Release: 4.fc3
    +Release: 5.fc3
     License: GPL
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfcalendar-4.2.1.tar.bz2
    @@ -12,6 +12,7 @@
     BuildRequires: libxfcegui4-devel
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
    +BuildRequires: dbh-devel
     
     %description
     Time-managing application for Xfce4
    @@ -45,6 +46,9 @@
     %{_datadir}/icons/hicolor/scalable/apps/xfcalendar.svg
     
     %changelog
    +* Sat May  7 2005 Kevin Fenzi  - 4.2.1-5.fc3
    +- Add missing dbh-devel buildrequires 
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc3
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 21:23:54 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sat,  7 May 2005 17:23:54 -0400
    Subject: common tobuild,1.223,1.224
    Message-ID: <200505072123.j47LNsQL004743@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4726
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfcalendar/FC-3 xfcalendar-4_2_1-5_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.223
    retrieving revision 1.224
    diff -u -r1.223 -r1.224
    --- tobuild	7 May 2005 20:28:38 -0000	1.223
    +++ tobuild	7 May 2005 21:23:52 -0000	1.224
    @@ -17,3 +17,4 @@
     jpo	rpms/libol/devel	libol-0_3_16-1_fc4	development
     scop	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	development
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC-3
    +kevin	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-5_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 21:24:33 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sat,  7 May 2005 17:24:33 -0400
    Subject: rpms/xfcalendar/devel xfcalendar.spec,1.4,1.5
    Message-ID: <200505072124.j47LOXtT004780@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfcalendar/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4761
    
    Modified Files:
    	xfcalendar.spec 
    Log Message:
    Add missing dbh-devel buildrequires
    
    
    
    Index: xfcalendar.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfcalendar/devel/xfcalendar.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- xfcalendar.spec	25 Mar 2005 20:52:06 -0000	1.4
    +++ xfcalendar.spec	7 May 2005 21:24:31 -0000	1.5
    @@ -1,7 +1,7 @@
     Summary: Time-managing application for Xfce4
     Name: xfcalendar
     Version: 4.2.1
    -Release: 4.fc4
    +Release: 5.fc4
     License: GPL
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfcalendar-4.2.1.tar.bz2
    @@ -12,6 +12,7 @@
     BuildRequires: libxfcegui4-devel
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
    +BuildRequires: dbh-devel
     
     %description
     Time-managing application for Xfce4
    @@ -45,6 +46,9 @@
     %{_datadir}/icons/hicolor/scalable/apps/xfcalendar.svg
     
     %changelog
    +* Sat May  7 2005 Kevin Fenzi  - 4.2.1-5.fc3
    +- Add missing dbh-devel buildrequires
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc4
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 22:00:55 2005
    From: fedora-extras-commits at redhat.com (Denis Leroy (denis))
    Date: Sat,  7 May 2005 18:00:55 -0400
    Subject: rpms/gconfmm26/devel .cvsignore, 1.3, 1.4 gconfmm.spec, 1.6,
    	1.7 sources, 1.3, 1.4
    Message-ID: <200505072200.j47M0t6d004880@cvs-int.fedora.redhat.com>
    
    Author: denis
    
    Update of /cvs/extras/rpms/gconfmm26/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4859
    
    Modified Files:
    	.cvsignore gconfmm.spec sources 
    Log Message:
    Added patch to fix x86_64 build.
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/gconfmm26/devel/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	28 Apr 2005 22:38:44 -0000	1.3
    +++ .cvsignore	7 May 2005 22:00:53 -0000	1.4
    @@ -1,2 +1,3 @@
     gconfmm-2.10.0-gcc4.patch
     gconfmm-2.10.0.tar.bz2
    +gconfmm-2.10.0-x86_64.patch
    
    
    Index: gconfmm.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gconfmm26/devel/gconfmm.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- gconfmm.spec	28 Apr 2005 22:38:44 -0000	1.6
    +++ gconfmm.spec	7 May 2005 22:00:53 -0000	1.7
    @@ -1,6 +1,6 @@
     Name:           gconfmm26
     Version:        2.10.0
    -Release:        1
    +Release:        2
     
     Summary:        C++ wrapper for GConf2
     
    @@ -9,6 +9,7 @@
     URL:            http://gtkmm.sourceforge.net/
     Source0:        http://ftp.gnome.org/pub/GNOME/sources/gconfmm/2.10/gconfmm-%{version}.tar.bz2
     Patch0:		gconfmm-2.10.0-gcc4.patch
    +Patch1:		gconfmm-2.10.0-x86_64.patch
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     Requires(post):   /sbin/ldconfig
    @@ -40,6 +41,7 @@
     %prep
     %setup -q -n gconfmm-%{version}
     %patch0 -p1
    +%patch1 -p1
     
     %build
     %configure --enable-static --enable-shared
    @@ -78,6 +80,9 @@
     %{_libdir}/pkgconfig/*.pc
     
     %changelog
    +* Sat May  7 2005 Denis Leroy  - 2.10.0-2
    +- Added patch to fix x86_64 compile
    +
     * Thu Apr 28 2005 Denis Leroy  - 2.10.0-1
     - Upgrade to 2.10.0
     - Added patch to fix gcc4 warning
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/gconfmm26/devel/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	28 Apr 2005 22:38:44 -0000	1.3
    +++ sources	7 May 2005 22:00:53 -0000	1.4
    @@ -1,2 +1,3 @@
     9b9a1ff7456698bf73c7cfe1b5792415  gconfmm-2.10.0-gcc4.patch
     0f3787ff3f7089698da49b694b5f9155  gconfmm-2.10.0.tar.bz2
    +2f29fc7e491118bbf0b98812944d3120  gconfmm-2.10.0-x86_64.patch
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 22:02:25 2005
    From: fedora-extras-commits at redhat.com (Denis Leroy (denis))
    Date: Sat,  7 May 2005 18:02:25 -0400
    Subject: common tobuild,1.224,1.225
    Message-ID: <200505072202.j47M2P0I005850@cvs-int.fedora.redhat.com>
    
    Author: denis
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5833
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gconfmm26/devel gconfmm26-2_10_0-2 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.224
    retrieving revision 1.225
    diff -u -r1.224 -r1.225
    --- tobuild	7 May 2005 21:23:52 -0000	1.224
    +++ tobuild	7 May 2005 22:02:22 -0000	1.225
    @@ -18,3 +18,4 @@
     scop	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	development
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC-3
     kevin	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-5_fc3	FC3
    +denis	rpms/gconfmm26/devel	gconfmm26-2_10_0-2	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 22:03:02 2005
    From: fedora-extras-commits at redhat.com (Denis Leroy (denis))
    Date: Sat,  7 May 2005 18:03:02 -0400
    Subject: common tobuild,1.225,1.226
    Message-ID: <200505072203.j47M32aD005878@cvs-int.fedora.redhat.com>
    
    Author: denis
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5861
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/libgnomeuimm26/devel libgnomeuimm26-2_10_0-1 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.225
    retrieving revision 1.226
    diff -u -r1.225 -r1.226
    --- tobuild	7 May 2005 22:02:22 -0000	1.225
    +++ tobuild	7 May 2005 22:03:00 -0000	1.226
    @@ -19,3 +19,4 @@
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC-3
     kevin	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-5_fc3	FC3
     denis	rpms/gconfmm26/devel	gconfmm26-2_10_0-2	development
    +denis	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    
    
    
    From fedora-extras-commits at redhat.com  Sat May  7 23:25:25 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 19:25:25 -0400
    Subject: common tobuild,1.226,1.227
    Message-ID: <200505072325.j47NPP3c007044@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7027
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-2 for fc3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.226
    retrieving revision 1.227
    diff -u -r1.226 -r1.227
    --- tobuild	7 May 2005 22:03:00 -0000	1.226
    +++ tobuild	7 May 2005 23:25:23 -0000	1.227
    @@ -20,3 +20,4 @@
     kevin	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-5_fc3	FC3
     denis	rpms/gconfmm26/devel	gconfmm26-2_10_0-2	development
     denis	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    +gemi	rpms/graveman/FC-3	graveman-0_3_11-2	fc3
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 00:08:25 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Sat,  7 May 2005 20:08:25 -0400
    Subject: common tobuild,1.227,1.228
    Message-ID: <200505080008.j4808PEE008088@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8071
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/plt-scheme/FC-3 plt-scheme-299_100-1 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.227
    retrieving revision 1.228
    diff -u -r1.227 -r1.228
    --- tobuild	7 May 2005 23:25:23 -0000	1.227
    +++ tobuild	8 May 2005 00:08:22 -0000	1.228
    @@ -21,3 +21,4 @@
     denis	rpms/gconfmm26/devel	gconfmm26-2_10_0-2	development
     denis	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	fc3
    +gemi	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 00:12:03 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Sat,  7 May 2005 20:12:03 -0400
    Subject: extras-buildsys-temp/scripts mach.in,1.6,1.7
    Message-ID: <200505080012.j480C4CV008161@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/scripts
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8147
    
    Modified Files:
    	mach.in 
    Log Message:
    
    drop the debug level in yum to get rid of the progress bars.
    
    
    
    Index: mach.in
    ===================================================================
    RCS file: /cvs/fedora/extras-buildsys-temp/scripts/mach.in,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- mach.in	30 Apr 2005 20:50:42 -0000	1.6
    +++ mach.in	8 May 2005 00:12:01 -0000	1.7
    @@ -1307,6 +1307,7 @@
                 conf = '''
     [main]
     assumeyes = 1
    +debuglevel = 1
     cachedir = ''' + os.path.join ('/', 'var', 'cache', 'mach') + '''
     reposdir = /../../../../..''' + os.path.join (state, 'yum', 'yum.repos.d')
                 self.set_state ("yum.conf", conf)
    
    
    
    From bugs.michael at gmx.net  Sun May  8 01:30:43 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Sun, 8 May 2005 03:30:43 +0200
    Subject: common tobuild,1.226,1.227
    In-Reply-To: <200505072325.j47NPP3c007044@cvs-int.fedora.redhat.com>
    References: <200505072325.j47NPP3c007044@cvs-int.fedora.redhat.com>
    Message-ID: <20050508033043.050d7b3a.bugs.michael@gmx.net>
    
    On Sat,  7 May 2005 19:25:25 -0400, G__rard Milmeister wrote:
    
    > Author: gemi
    > 
    > Update of /cvs/extras/common
    
    > request build of rpms/graveman/FC-3 graveman-0_3_11-2 for fc3
    
    What are you trying to achieve? Now it's a duplicate build request.
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 09:10:01 2005
    From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs))
    Date: Sun,  8 May 2005 05:10:01 -0400
    Subject: rpms/python-cherrypy/devel .cvsignore, 1.2,
    	1.3 python-cherrypy-tutorial-doc.patch, 1.1,
    	1.2 python-cherrypy.spec, 1.2, 1.3 sources, 1.2, 1.3
    Message-ID: <200505080910.j489A1xO021625@cvs-int.fedora.redhat.com>
    
    Author: gijs
    
    Update of /cvs/extras/rpms/python-cherrypy/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21597
    
    Modified Files:
    	.cvsignore python-cherrypy-tutorial-doc.patch 
    	python-cherrypy.spec sources 
    Log Message:
    Update to 2.0.0 final
    
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/python-cherrypy/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	6 Apr 2005 09:53:01 -0000	1.2
    +++ .cvsignore	8 May 2005 09:09:59 -0000	1.3
    @@ -1 +1 @@
    -CherryPy-2.0.0b.tar.gz
    +CherryPy-2.0.0.tar.gz
    
    python-cherrypy-tutorial-doc.patch:
    
    Index: python-cherrypy-tutorial-doc.patch
    ===================================================================
    RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy-tutorial-doc.patch,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- python-cherrypy-tutorial-doc.patch	6 Apr 2005 09:53:01 -0000	1.1
    +++ python-cherrypy-tutorial-doc.patch	8 May 2005 09:09:59 -0000	1.2
    @@ -1,12 +1,11 @@
    -# Do not build tutorial and test
    ---- CherryPy-2.0.0b/setup.py-orig	2005-03-20 20:16:11.392356672 +0100
    -+++ CherryPy-2.0.0b/setup.py	2005-03-20 20:16:27.167958416 +0100
    +--- CherryPy-2.0.0/setup.py-orig	2005-04-25 16:58:26.000000000 +0200
    ++++ CherryPy-2.0.0/setup.py	2005-05-08 10:39:16.000000000 +0200
     @@ -22,7 +22,7 @@
            author_email="team at cherrypy.org",
            url="http://www.cherrypy.org",
            license="BSD",
     -      packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.test"],
     +      packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter"],
    -       download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload"
    +       download_url="http://www.cherrypy.org/wiki/CherryPyDownload",
      )
      
    
    
    Index: python-cherrypy.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- python-cherrypy.spec	6 Apr 2005 12:00:22 -0000	1.2
    +++ python-cherrypy.spec	8 May 2005 09:09:59 -0000	1.3
    @@ -3,12 +3,12 @@
     
     Name:           python-cherrypy
     Version:        2.0.0
    -Release:        0.2.b
    +Release:        1
     Summary:        A pythonic, object-oriented web development framework
     Group:          Development/Libraries
     License:        BSD
     URL:            http://www.cherrypy.org/
    -Source0:        http://dl.sf.net/cherrypy/CherryPy-2.0.0b.tar.gz
    +Source0:        http://dl.sf.net/cherrypy/CherryPy-2.0.0.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Patch0:         python-cherrypy-tutorial-doc.patch
     Patch1:         python-cherrypy-regression-test.patch
    @@ -22,7 +22,7 @@
     results in smaller source code developed in less time.
     
     %prep
    -%setup -q -n CherryPy-2.0.0b
    +%setup -q -n CherryPy-2.0.0
     %patch0 -p1 
     %patch1 -p1
     
    @@ -59,6 +59,10 @@
     %ghost %{python_sitelib}/cherrypy/lib/filter/*.pyo
     
     %changelog
    +* Sun May  8 2005 Gijs Hollestelle  2.0.0-1
    +- Updated to 2.0.0 final
    +- Updated python-cherrypy-tutorial-doc.patch to match new version
    +
     * Wed Apr  6 2005 Ignacio Vazquez-Abrams  2.0.0-0.2.b
     - Removed CFLAGS
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/python-cherrypy/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	6 Apr 2005 09:53:01 -0000	1.2
    +++ sources	8 May 2005 09:09:59 -0000	1.3
    @@ -1 +1 @@
    -1a7822256854f67ab1b3def7923d9920  CherryPy-2.0.0b.tar.gz
    +1e244a9728717199418f8a24a78a3a3e  CherryPy-2.0.0.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 09:20:38 2005
    From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs))
    Date: Sun,  8 May 2005 05:20:38 -0400
    Subject: common tobuild,1.228,1.229
    Message-ID: <200505080920.j489KcGw021689@cvs-int.fedora.redhat.com>
    
    Author: gijs
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21672
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-cherrypy/devel python-cherrypy-2_0_0-1 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.228
    retrieving revision 1.229
    diff -u -r1.228 -r1.229
    --- tobuild	8 May 2005 00:08:22 -0000	1.228
    +++ tobuild	8 May 2005 09:20:36 -0000	1.229
    @@ -22,3 +22,4 @@
     denis	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	fc3
     gemi	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	FC3
    +gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 10:21:02 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sun,  8 May 2005 06:21:02 -0400
    Subject: common tobuild,1.229,1.230
    Message-ID: <200505081021.j48AL2gT022671@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22654
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/alsa-tools/FC-3 alsa-tools-1_0_6-3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.229
    retrieving revision 1.230
    diff -u -r1.229 -r1.230
    --- tobuild	8 May 2005 09:20:36 -0000	1.229
    +++ tobuild	8 May 2005 10:20:47 -0000	1.230
    @@ -23,3 +23,4 @@
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	fc3
     gemi	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	FC3
     gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
    +thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 10:21:37 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sun,  8 May 2005 06:21:37 -0400
    Subject: common tobuild,1.230,1.231
    Message-ID: <200505081021.j48ALbDx022704@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22687
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/alsa-tools/devel alsa-tools-1_0_8-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.230
    retrieving revision 1.231
    diff -u -r1.230 -r1.231
    --- tobuild	8 May 2005 10:20:47 -0000	1.230
    +++ tobuild	8 May 2005 10:21:35 -0000	1.231
    @@ -24,3 +24,4 @@
     gemi	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	FC3
     gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
     thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
    +thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 10:22:17 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sun,  8 May 2005 06:22:17 -0400
    Subject: common tobuild,1.231,1.232
    Message-ID: <200505081022.j48AMHeJ022732@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22715
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/revelation/devel revelation-0_4_3-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.231
    retrieving revision 1.232
    diff -u -r1.231 -r1.232
    --- tobuild	8 May 2005 10:21:35 -0000	1.231
    +++ tobuild	8 May 2005 10:22:15 -0000	1.232
    @@ -25,3 +25,4 @@
     gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
     thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    +thl	rpms/revelation/devel	revelation-0_4_3-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 10:39:36 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sun,  8 May 2005 06:39:36 -0400
    Subject: rpms/wxGTK/devel wxGTK.spec,1.12,1.13
    Message-ID: <200505081039.j48Ada7e022781@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/rpms/wxGTK/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22764
    
    Modified Files:
    	wxGTK.spec 
    Log Message:
    fix x86_64 by "sed -i -e s|/usr/lib\b|%%{_libdir}| configure"
    
    
    Index: wxGTK.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/wxGTK/devel/wxGTK.spec,v
    retrieving revision 1.12
    retrieving revision 1.13
    diff -u -r1.12 -r1.13
    --- wxGTK.spec	7 May 2005 00:34:47 -0000	1.12
    +++ wxGTK.spec	8 May 2005 10:39:34 -0000	1.13
    @@ -2,7 +2,7 @@
     
     Name:           wxGTK
     Version:        2.4.2
    -Release:        11
    +Release:        12
     Summary:        GTK+ port of the wxWidgets GUI library
     License:        BSD
     Group:          System Environment/Libraries
    @@ -138,7 +138,7 @@
     %patch1 -b .aclocal18
     %patch2 -p1 -b .gcc4
     
    -sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in
    +sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure
     
     
     %build
    @@ -296,6 +296,10 @@
     
     
     %changelog
    +* Sun May  8 2005 Thorsten Leemhuis  - 2.4.2-12
    +- sed -i -e 's|/usr/lib\b|%%{_libdir}|' in configure also to fix
    +  x86_64
    +
     * Sat May  7 2005 Michael Schwendt  - 2.4.2-11
     - Add BR libGL and libGLU to fix FC4 build failure
       (alternatively use xorg-x11-Mesa-libGL xorg-x11-Mesa-libGLU).
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 10:40:22 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Sun,  8 May 2005 06:40:22 -0400
    Subject: common tobuild,1.232,1.233
    Message-ID: <200505081040.j48AeMCX022838@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22821
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/wxGTK/devel wxGTK-2_4_2-12 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.232
    retrieving revision 1.233
    diff -u -r1.232 -r1.233
    --- tobuild	8 May 2005 10:22:15 -0000	1.232
    +++ tobuild	8 May 2005 10:40:20 -0000	1.233
    @@ -26,3 +26,4 @@
     thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
    +thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 14:22:06 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Sun,  8 May 2005 10:22:06 -0400
    Subject: common tobuild,1.233,1.234
    Message-ID: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26628
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Coin2/devel Coin2-2_3_0-8_fc4 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.233
    retrieving revision 1.234
    diff -u -r1.233 -r1.234
    --- tobuild	8 May 2005 10:40:20 -0000	1.233
    +++ tobuild	8 May 2005 14:22:04 -0000	1.234
    @@ -1,6 +1,44 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    +<<<<<<< tobuild
    +skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    +skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
    +skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    +skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    +skvidal	rpms/xmms/devel	xmms-1_2_10-16	development
    +skvidal	rpms/cdo/devel	cdo-0_9_6-2	development
    +skvidal	rpms/libsigc++20/devel	libsigc++20-2_0_11-1	development
    +skvidal	rpms/glibmm24/devel	glibmm24-2_6_1-1	development
    +skvidal	rpms/gtkmm24/devel	gtkmm24-2_6_2-2	development
    +skvidal	rpms/gconfmm26/devel	gconfmm26-2_10_0-1	development
    +skvidal	rpms/gnome-vfsmm26/devel	gnome-vfsmm26-2_10_0-1	development
    +skvidal	rpms/libglademm24/devel	libglademm24-2_6_0-1	development
    +skvidal	rpms/libgnomecanvasmm26/devel	libgnomecanvasmm26-2_10_0-1	development
    +skvidal	rpms/libgnomemm26/devel	libgnomemm26-2_10_0-1	development
    +skvidal	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    +skvidal	rpms/inkscape/devel	inkscape-0_41-2	development
    +skvidal	rpms/ncftp/devel	ncftp-3_1_9-1	development
    +skvidal	rpms/help2man/devel	help2man-1_35_1-1_fc4	development
    +skvidal	rpms/Coin2/devel	Coin2-2_3_0-7_fc4	development
    +skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
    +skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
    +skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    +skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    +skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    +skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    +skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    +skvidal	rpms/exim/devel	exim-4_51-1	devel
    +skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    +skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    +skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    +skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    +skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    +skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    +skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    +skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    +=======
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    @@ -27,3 +65,5 @@
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    +>>>>>>> 1.233
    +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 14:29:03 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Sun,  8 May 2005 10:29:03 -0400
    Subject: common tobuild,1.234,1.235
    Message-ID: <200505081429.j48ET3kj026706@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26689
    
    Modified Files:
    	tobuild 
    Log Message:
    Restore v. 1.233.
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.234
    retrieving revision 1.235
    diff -u -r1.234 -r1.235
    --- tobuild	8 May 2005 14:22:04 -0000	1.234
    +++ tobuild	8 May 2005 14:29:01 -0000	1.235
    @@ -1,44 +1,6 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -<<<<<<< tobuild
    -skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    -skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
    -skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    -skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    -skvidal	rpms/xmms/devel	xmms-1_2_10-16	development
    -skvidal	rpms/cdo/devel	cdo-0_9_6-2	development
    -skvidal	rpms/libsigc++20/devel	libsigc++20-2_0_11-1	development
    -skvidal	rpms/glibmm24/devel	glibmm24-2_6_1-1	development
    -skvidal	rpms/gtkmm24/devel	gtkmm24-2_6_2-2	development
    -skvidal	rpms/gconfmm26/devel	gconfmm26-2_10_0-1	development
    -skvidal	rpms/gnome-vfsmm26/devel	gnome-vfsmm26-2_10_0-1	development
    -skvidal	rpms/libglademm24/devel	libglademm24-2_6_0-1	development
    -skvidal	rpms/libgnomecanvasmm26/devel	libgnomecanvasmm26-2_10_0-1	development
    -skvidal	rpms/libgnomemm26/devel	libgnomemm26-2_10_0-1	development
    -skvidal	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    -skvidal	rpms/inkscape/devel	inkscape-0_41-2	development
    -skvidal	rpms/ncftp/devel	ncftp-3_1_9-1	development
    -skvidal	rpms/help2man/devel	help2man-1_35_1-1_fc4	development
    -skvidal	rpms/Coin2/devel	Coin2-2_3_0-7_fc4	development
    -skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
    -skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
    -skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    -skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    -skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    -skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    -skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    -skvidal	rpms/exim/devel	exim-4_51-1	devel
    -skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    -skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    -skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    -skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    -skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    -skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    -skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    -skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    -corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    -=======
     skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
     skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
     toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    @@ -65,5 +27,3 @@
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    ->>>>>>> 1.233
    -corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    
    
    
    From skvidal at phy.duke.edu  Sun May  8 14:30:44 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Sun, 08 May 2005 10:30:44 -0400
    Subject: common tobuild,1.233,1.234
    In-Reply-To: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    References: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    Message-ID: <1115562644.21549.3.camel@cutter>
    
    
    > Index: tobuild
    > ===================================================================
    > RCS file: /cvs/extras/common/tobuild,v
    > retrieving revision 1.233
    > retrieving revision 1.234
    > diff -u -r1.233 -r1.234
    > --- tobuild	8 May 2005 10:40:20 -0000	1.233
    > +++ tobuild	8 May 2005 14:22:04 -0000	1.234
    > @@ -1,6 +1,44 @@
    >  # this is the build control file.  the format is
    >  # user	repo	tag	target	status
    >  # 
    > +<<<<<<< tobuild
    > +skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    > +skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
    > +skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    > +skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    > +skvidal	rpms/xmms/devel	xmms-1_2_10-16	development
    > +skvidal	rpms/cdo/devel	cdo-0_9_6-2	development
    > +skvidal	rpms/libsigc++20/devel	libsigc++20-2_0_11-1	development
    > +skvidal	rpms/glibmm24/devel	glibmm24-2_6_1-1	development
    > +skvidal	rpms/gtkmm24/devel	gtkmm24-2_6_2-2	development
    > +skvidal	rpms/gconfmm26/devel	gconfmm26-2_10_0-1	development
    > +skvidal	rpms/gnome-vfsmm26/devel	gnome-vfsmm26-2_10_0-1	development
    > +skvidal	rpms/libglademm24/devel	libglademm24-2_6_0-1	development
    > +skvidal	rpms/libgnomecanvasmm26/devel	libgnomecanvasmm26-2_10_0-1	development
    > +skvidal	rpms/libgnomemm26/devel	libgnomemm26-2_10_0-1	development
    > +skvidal	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    > +skvidal	rpms/inkscape/devel	inkscape-0_41-2	development
    > +skvidal	rpms/ncftp/devel	ncftp-3_1_9-1	development
    > +skvidal	rpms/help2man/devel	help2man-1_35_1-1_fc4	development
    > +skvidal	rpms/Coin2/devel	Coin2-2_3_0-7_fc4	development
    > +skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
    > +skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
    > +skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    > +skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    > +skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    > +skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    > +skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    > +skvidal	rpms/exim/devel	exim-4_51-1	devel
    > +skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    > +skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    > +skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    > +skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    > +skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    > +skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    > +skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    > +skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    > +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    > +=======
    >  skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    >  skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    >  toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    > @@ -27,3 +65,5 @@
    >  thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    >  thl	rpms/revelation/devel	revelation-0_4_3-3	development
    >  thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    > +>>>>>>> 1.233
    > +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    > 
    
    Make sure you run a cvs update of 'tobuild' before you run 'make build'
    
    -sv
    
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 14:31:03 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Sun,  8 May 2005 10:31:03 -0400
    Subject: common tobuild,1.235,1.236
    Message-ID: <200505081431.j48EV3j9026754@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26737
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Coin2/devel Coin2-2_3_0-8_fc4 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.235
    retrieving revision 1.236
    diff -u -r1.235 -r1.236
    --- tobuild	8 May 2005 14:29:01 -0000	1.235
    +++ tobuild	8 May 2005 14:31:01 -0000	1.236
    @@ -27,3 +27,4 @@
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    
    
    
    From rc040203 at freenet.de  Sun May  8 14:36:43 2005
    From: rc040203 at freenet.de (Ralf Corsepius)
    Date: Sun, 08 May 2005 16:36:43 +0200
    Subject: common tobuild,1.233,1.234
    In-Reply-To: <1115562644.21549.3.camel@cutter>
    References: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    	<1115562644.21549.3.camel@cutter>
    Message-ID: <1115563003.8237.56.camel@mccallum.corsepiu.local>
    
    On Sun, 2005-05-08 at 10:30 -0400, seth vidal wrote:
    > > Index: tobuild
    > > ===================================================================
    > > RCS file: /cvs/extras/common/tobuild,v
    > > retrieving revision 1.233
    > > retrieving revision 1.234
    > > diff -u -r1.233 -r1.234
    > > --- tobuild	8 May 2005 10:40:20 -0000	1.233
    > > +++ tobuild	8 May 2005 14:22:04 -0000	1.234
    > > @@ -1,6 +1,44 @@
    > >  # this is the build control file.  the format is
    > >  # user	repo	tag	target	status
    > >  # 
    > > +<<<<<<< tobuild
    > > +skvidal	rpms/bazaar/devel	bazaar-1_3_2-3	development
    > > +skvidal	rpms/uudeview/devel	uudeview-0_5_20-6	development
    > > +skvidal	rpms/qemu/devel	qemu-0_7_0-1	development
    > > +skvidal	rpms/hfsplusutils/devel	hfsplusutils-1_0_4-5	development
    > > +skvidal	rpms/xmms/devel	xmms-1_2_10-16	development
    > > +skvidal	rpms/cdo/devel	cdo-0_9_6-2	development
    > > +skvidal	rpms/libsigc++20/devel	libsigc++20-2_0_11-1	development
    > > +skvidal	rpms/glibmm24/devel	glibmm24-2_6_1-1	development
    > > +skvidal	rpms/gtkmm24/devel	gtkmm24-2_6_2-2	development
    > > +skvidal	rpms/gconfmm26/devel	gconfmm26-2_10_0-1	development
    > > +skvidal	rpms/gnome-vfsmm26/devel	gnome-vfsmm26-2_10_0-1	development
    > > +skvidal	rpms/libglademm24/devel	libglademm24-2_6_0-1	development
    > > +skvidal	rpms/libgnomecanvasmm26/devel	libgnomecanvasmm26-2_10_0-1	development
    > > +skvidal	rpms/libgnomemm26/devel	libgnomemm26-2_10_0-1	development
    > > +skvidal	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    > > +skvidal	rpms/inkscape/devel	inkscape-0_41-2	development
    > > +skvidal	rpms/ncftp/devel	ncftp-3_1_9-1	development
    > > +skvidal	rpms/help2man/devel	help2man-1_35_1-1_fc4	development
    > > +skvidal	rpms/Coin2/devel	Coin2-2_3_0-7_fc4	development
    > > +skvidal	rpms/csmash/devel	csmash-0_6_6-7	development
    > > +skvidal	rpms/d4x/devel	d4x-2_5_0-5	development
    > > +skvidal	rpms/udftools/devel	udftools-1_0_0b3-3	development
    > > +skvidal	rpms/gnotime/devel	gnotime-2_2_1-8	development
    > > +skvidal	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	devel
    > > +skvidal	rpms/ccache/devel	ccache-2_4-3	devel
    > > +skvidal	rpms/pam_mount/devel	pam_mount-0_9_23-1	devel
    > > +skvidal	rpms/exim/devel	exim-4_51-1	devel
    > > +skvidal	rpms/quilt/devel	quilt-0_40-2_fc4	devel
    > > +skvidal	rpms/notemeister/devel	notemeister-0_1_7-7	devel
    > > +skvidal	rpms/enigma/devel	enigma-0_91-2	devel
    > > +skvidal	rpms/python-crypto/devel	python-crypto-2_0-4	devel
    > > +skvidal	rpms/xemacs/devel	xemacs-21_4_17-3	devel
    > > +skvidal	rpms/netcdf/devel	netcdf-3_6_0-3_p1_fc4	devel
    > > +skvidal	rpms/cdo/devel	cdo-0_9_6-2	devel
    > > +skvidal	rpms/seahorse/devel	seahorse-0_7_7-1	devel
    > > +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    > > +=======
    > >  skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    > >  skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    > >  toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    > > @@ -27,3 +65,5 @@
    > >  thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    > >  thl	rpms/revelation/devel	revelation-0_4_3-3	development
    > >  thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    > > +>>>>>>> 1.233
    > > +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    > > 
    > 
    > Make sure you run a cvs update of 'tobuild' before you run 'make build'
    
    You could have told me in advance.
    
    As directed by Michael and as described on:
    http://www.fedoraproject.org/wiki/Extras_2fFC4Status
    
    "Don't request builds here any longer - just do the build request
    yourself: 'make build TARGET=development' will work"
    
    all I did was to issue a "make build TARGET=development" and managed to
    destroy tobuild unintentionally.
    
    Sorry, Seth, but this is not fool-proof enough, yet.
    
    Ralf
    
    
    
    
    
    From skvidal at phy.duke.edu  Sun May  8 15:04:16 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Sun, 08 May 2005 11:04:16 -0400
    Subject: common tobuild,1.233,1.234
    In-Reply-To: <1115563003.8237.56.camel@mccallum.corsepiu.local>
    References: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    	<1115562644.21549.3.camel@cutter>
    	<1115563003.8237.56.camel@mccallum.corsepiu.local>
    Message-ID: <1115564656.21549.9.camel@cutter>
    
    > You could have told me in advance.
    
    I could have - I just expected you would know that sometimes cvs has
    conflicts it can't deal with.
    
    
    > "Don't request builds here any longer - just do the build request
    > yourself: 'make build TARGET=development' will work"
    > 
    > all I did was to issue a "make build TARGET=development" and managed to
    > destroy tobuild unintentionally.
    
    you added 2 lines to it that wouldn't get parsed. Hardly destroyed but
    it wouldn't result in the desired outcome.
    
    
    > Sorry, Seth, but this is not fool-proof enough, yet.
    
    You know what they say about making things fool proof..... :)
    
    -sv
    
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 15:10:44 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 11:10:44 -0400
    Subject: rpms/apachetop/FC-3 .cvsignore, 1.2, 1.3 apachetop.spec, 1.5,
    	1.6 sources, 1.2, 1.3 apachetop-0.12-gcc34.patch, 1.1, NONE
    Message-ID: <200505081511.j48FBElq027743@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/apachetop/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/FC-3
    
    Modified Files:
    	.cvsignore apachetop.spec sources 
    Removed Files:
    	apachetop-0.12-gcc34.patch 
    Log Message:
    - version 0.12.5
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:03:16 -0000	1.2
    +++ .cvsignore	8 May 2005 15:10:42 -0000	1.3
    @@ -1 +1 @@
    -apachetop-0.12.tar.gz
    +apachetop-0.12.5.tar.gz
    
    
    Index: apachetop.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/FC-3/apachetop.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- apachetop.spec	11 Nov 2004 11:14:06 -0000	1.5
    +++ apachetop.spec	8 May 2005 15:10:42 -0000	1.6
    @@ -1,13 +1,12 @@
     Name:           apachetop
    -Version:        0.12
    -Release:        2
    +Version:        0.12.5
    +Release:        1%{?dist}
     Summary:        A top-like display of Apache logs
     
     Group:          Applications/Internet
     License:        BSD
     URL:            http://clueful.shagged.org/apachetop
    -Source0:        http://clueful.shagged.org/apachetop/files/apachetop-0.12.tar.gz
    -Patch:          apachetop-0.12-gcc34.patch
    +Source0:        http://clueful.shagged.org/apachetop/files/apachetop-0.12.5.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  ncurses-devel, m4, readline-devel
    @@ -21,7 +20,6 @@
     
     %prep
     %setup -q
    -%patch -p1 -b .gcc34
     
     
     %build
    @@ -41,11 +39,15 @@
     %files 
     %defattr(-,root,root,-)
     %doc AUTHORS LICENSE ChangeLog README TODO
    -%{_sbindir}/*
    +%{_bindir}/*
     %{_mandir}/man[^3]/*
     
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  0.12.5-1%{?dist}
    +- version 0.12.5
    +- drop patch (applied upsteam)
    +
     * Thu Nov 11 2004 Michael Schwendt  0.12-2
     - Fix build for FC3/GCC 3.4.
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:03:16 -0000	1.2
    +++ sources	8 May 2005 15:10:42 -0000	1.3
    @@ -1 +1 @@
    -be26959e66325208ae3396f5f7182c1d  apachetop-0.12.tar.gz
    +47c40c26319d57100008a2a56dcefe06  apachetop-0.12.5.tar.gz
    
    
    --- apachetop-0.12-gcc34.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 15:10:45 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 11:10:45 -0400
    Subject: rpms/apachetop/devel .cvsignore, 1.2, 1.3 apachetop.spec, 1.7,
    	1.8 sources, 1.2, 1.3 apachetop-0.12-gcc34.patch, 1.1, NONE
    Message-ID: <200505081511.j48FBF2F027748@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/apachetop/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27705/devel
    
    Modified Files:
    	.cvsignore apachetop.spec sources 
    Removed Files:
    	apachetop-0.12-gcc34.patch 
    Log Message:
    - version 0.12.5
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:03:16 -0000	1.2
    +++ .cvsignore	8 May 2005 15:10:43 -0000	1.3
    @@ -1 +1 @@
    -apachetop-0.12.tar.gz
    +apachetop-0.12.5.tar.gz
    
    
    Index: apachetop.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/devel/apachetop.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- apachetop.spec	6 Apr 2005 22:11:10 -0000	1.7
    +++ apachetop.spec	8 May 2005 15:10:43 -0000	1.8
    @@ -1,14 +1,12 @@
     Name:           apachetop
    -Version:        0.12
    -Release:        3
    -
    -Summary:        Top-like display of Apache logs
    +Version:        0.12.5
    +Release:        1%{?dist}
    +Summary:        A top-like display of Apache logs
     
     Group:          Applications/Internet
     License:        BSD
     URL:            http://clueful.shagged.org/apachetop
    -Source0:        http://clueful.shagged.org/apachetop/files/apachetop-0.12.tar.gz
    -Patch:          apachetop-0.12-gcc34.patch
    +Source0:        http://clueful.shagged.org/apachetop/files/apachetop-0.12.5.tar.gz
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  ncurses-devel, m4, readline-devel
    @@ -22,7 +20,6 @@
     
     %prep
     %setup -q
    -%patch -p1 -b .gcc34
     
     
     %build
    @@ -39,16 +36,17 @@
     rm -rf $RPM_BUILD_ROOT
     
     
    -%files
    +%files 
     %defattr(-,root,root,-)
     %doc AUTHORS LICENSE ChangeLog README TODO
    -%{_sbindir}/*
    +%{_bindir}/*
     %{_mandir}/man[^3]/*
     
     
     %changelog
    -* Fri Apr  7 2005 Michael Schwendt 
    -- rebuilt
    +* Sun May 08 2005 Aurelien Bompard  0.12.5-1%{?dist}
    +- version 0.12.5
    +- drop patch (applied upsteam)
     
     * Thu Nov 11 2004 Michael Schwendt  0.12-2
     - Fix build for FC3/GCC 3.4.
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/apachetop/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:03:16 -0000	1.2
    +++ sources	8 May 2005 15:10:43 -0000	1.3
    @@ -1 +1 @@
    -be26959e66325208ae3396f5f7182c1d  apachetop-0.12.tar.gz
    +47c40c26319d57100008a2a56dcefe06  apachetop-0.12.5.tar.gz
    
    
    --- apachetop-0.12-gcc34.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 15:13:09 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 11:13:09 -0400
    Subject: common tobuild,1.236,1.237
    Message-ID: <200505081513.j48FD94t027813@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27796
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/apachetop/FC-3 apachetop-0_12_5-1 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.236
    retrieving revision 1.237
    diff -u -r1.236 -r1.237
    --- tobuild	8 May 2005 14:31:01 -0000	1.236
    +++ tobuild	8 May 2005 15:13:07 -0000	1.237
    @@ -28,3 +28,4 @@
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
    +abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
    
    
    
    From jwboyer at jdub.homelinux.org  Sun May  8 15:20:54 2005
    From: jwboyer at jdub.homelinux.org (Josh Boyer)
    Date: Sun, 08 May 2005 10:20:54 -0500
    Subject: common tobuild,1.233,1.234
    In-Reply-To: <1115564656.21549.9.camel@cutter>
    References: <200505081422.j48EM6Qb026645@cvs-int.fedora.redhat.com>
    	<1115562644.21549.3.camel@cutter>
    	<1115563003.8237.56.camel@mccallum.corsepiu.local>
    	<1115564656.21549.9.camel@cutter>
    Message-ID: <1115565654.27280.103.camel@jdub.homelinux.org>
    
    On Sun, 2005-05-08 at 11:04 -0400, seth vidal wrote:
    > > You could have told me in advance.
    > 
    > I could have - I just expected you would know that sometimes cvs has
    > conflicts it can't deal with.
    > 
    > 
    > > "Don't request builds here any longer - just do the build request
    > > yourself: 'make build TARGET=development' will work"
    > > 
    > > all I did was to issue a "make build TARGET=development" and managed to
    > > destroy tobuild unintentionally.
    > 
    > you added 2 lines to it that wouldn't get parsed. Hardly destroyed but
    > it wouldn't result in the desired outcome.
    > 
    > 
    > > Sorry, Seth, but this is not fool-proof enough, yet.
    > 
    > You know what they say about making things fool proof..... :)
    > 
    
    "A common mistake that people make when trying to design something
    completely foolproof is to underestimate the ingenuity of complete
    fools."  -- Douglas Adams
    
    :)
    
    josh
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 16:35:48 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sun,  8 May 2005 12:35:48 -0400
    Subject: rpms/xfce4-mixer/FC-3 xfce4-mixer.spec,1.3,1.4
    Message-ID: <200505081635.j48GZmJb028936@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfce4-mixer/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28919
    
    Modified Files:
    	xfce4-mixer.spec 
    Log Message:
    Fix libxml2 buildrequires to be libxml2-devel
    
    
    
    Index: xfce4-mixer.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfce4-mixer/FC-3/xfce4-mixer.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- xfce4-mixer.spec	2 Apr 2005 17:07:38 -0000	1.3
    +++ xfce4-mixer.spec	8 May 2005 16:35:46 -0000	1.4
    @@ -1,7 +1,7 @@
     Summary: Volume control plugin for the Xfce 4 panel
     Name: xfce4-mixer
     Version: 4.2.1
    -Release: 4.fc3
    +Release: 5.fc3
     License: BSD
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-mixer-4.2.1.tar.bz2
    @@ -13,7 +13,7 @@
     BuildRequires: libxfcegui4-devel >= 4.2.1
     BuildRequires: libxfce4mcs-devel >= 4.2.1
     BuildRequires: xfce-mcs-manager-devel >= 4.2.1
    -BuildRequires: libxml2 >= 2.4.0
    +BuildRequires: libxml2-devel >= 2.4.0
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
     
    @@ -46,6 +46,9 @@
     %{_datadir}/icons/hicolor/48x48/apps/xfce4-mixer.png
     
     %changelog
    +* Sun May  8 2005 Kevin Fenzi  - 4.2.1-5.fc3
    +- Fix libxml2 buildrequires to be libxml2-devel
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc3
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 16:36:10 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sun,  8 May 2005 12:36:10 -0400
    Subject: common tobuild,1.237,1.238
    Message-ID: <200505081636.j48GaA2S028996@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28979
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xfce4-mixer/FC-3 xfce4-mixer-4_2_1-5_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.237
    retrieving revision 1.238
    diff -u -r1.237 -r1.238
    --- tobuild	8 May 2005 15:13:07 -0000	1.237
    +++ tobuild	8 May 2005 16:36:08 -0000	1.238
    @@ -29,3 +29,4 @@
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
     abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
    +kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 16:36:43 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sun,  8 May 2005 12:36:43 -0400
    Subject: rpms/xfce4-mixer/devel xfce4-mixer.spec,1.4,1.5
    Message-ID: <200505081636.j48GahaR029026@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfce4-mixer/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29009
    
    Modified Files:
    	xfce4-mixer.spec 
    Log Message:
    Fix libxml2 buildrequires to be libxml2-devel
    
    
    
    Index: xfce4-mixer.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfce4-mixer/devel/xfce4-mixer.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- xfce4-mixer.spec	25 Mar 2005 20:56:28 -0000	1.4
    +++ xfce4-mixer.spec	8 May 2005 16:36:41 -0000	1.5
    @@ -1,7 +1,7 @@
     Summary: Volume control plugin for the Xfce 4 panel
     Name: xfce4-mixer
     Version: 4.2.1
    -Release: 4.fc4
    +Release: 5.fc4
     License: BSD
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-mixer-4.2.1.tar.bz2
    @@ -13,7 +13,7 @@
     BuildRequires: libxfcegui4-devel >= 4.2.1
     BuildRequires: libxfce4mcs-devel >= 4.2.1
     BuildRequires: xfce-mcs-manager-devel >= 4.2.1
    -BuildRequires: libxml2 >= 2.4.0
    +BuildRequires: libxml2-devel >= 2.4.0
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
     
    @@ -46,6 +46,9 @@
     %{_datadir}/icons/hicolor/48x48/apps/xfce4-mixer.png
     
     %changelog
    +* Sun May  8 2005 Kevin Fenzi  - 4.2.1-5.fc4
    +- Fix libxml2 buildrequires to be libxml2-devel
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc4
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 16:49:52 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Sun,  8 May 2005 12:49:52 -0400
    Subject: common tobuild,1.238,1.239
    Message-ID: <200505081649.j48GnqPe029074@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29057
    
    Modified Files:
    	tobuild 
    Log Message:
    
    remove old
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.238
    retrieving revision 1.239
    diff -u -r1.238 -r1.239
    --- tobuild	8 May 2005 16:36:08 -0000	1.238
    +++ tobuild	8 May 2005 16:49:50 -0000	1.239
    @@ -1,27 +1,6 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -skvidal	rpms/amarok/FC-3	amarok-1_2_3-1_fc3	fc3
    -skvidal	rpms/js/FC-3	js-1_5-0_rc6a_4_1	fc3
    -toshio	rpms/gnotime/FC-3	gnotime-2_2_1-5_fc3_8_1	FC3
    -gemi	rpms/graveman/FC-3	graveman-0_3_11-1	FC-3
    -mschwendt	devel/gai-pal	gai-pal-0_7-5	development
    -dwmw2	rpms/gnupg2/devel	gnupg2-1_9_15-3	development
    -ivazquez	rpms/linphone/devel	linphone-1_0_1-2_fc4	devel
    -thl	rpms/enigma/FC-3	enigma-0_91-4	FC3
    -thl	rpms/enigma/devel	enigma-0_91-5	development
    -jpo	rpms/perl-Config-Tiny/FC-3	perl-Config-Tiny-2_01-1	FC-3
    -jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    -dragoon	rpms/gnome-applet-netspeed/FC-3	gnome-applet-netspeed-0_11-1_fc3	FC3
    -scop	rpms/perl-Module-Build/devel	perl-Module-Build-0_2610-3	development
    -jpo	rpms/libol/devel	libol-0_3_16-1_fc4	development
    -scop	rpms/perl-String-ShellQuote/devel	perl-String-ShellQuote-1_03-2	development
    -gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC-3
    -kevin	rpms/xfcalendar/FC-3	xfcalendar-4_2_1-5_fc3	FC3
    -denis	rpms/gconfmm26/devel	gconfmm26-2_10_0-2	development
    -denis	rpms/libgnomeuimm26/devel	libgnomeuimm26-2_10_0-1	development
    -gemi	rpms/graveman/FC-3	graveman-0_3_11-2	fc3
    -gemi	rpms/plt-scheme/FC-3	plt-scheme-299_100-1	FC3
     gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
     thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:04:37 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sun,  8 May 2005 13:04:37 -0400
    Subject: rpms/xfce4-session/FC-3 xfce4-session.spec,1.3,1.4
    Message-ID: <200505081704.j48H4bdY030065@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfce4-session/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30048
    
    Modified Files:
    	xfce4-session.spec 
    Log Message:
    Add xorg-x11 buildrequires for iceauth check in configure
    
    
    
    Index: xfce4-session.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfce4-session/FC-3/xfce4-session.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- xfce4-session.spec	2 Apr 2005 17:07:48 -0000	1.3
    +++ xfce4-session.spec	8 May 2005 17:04:35 -0000	1.4
    @@ -1,7 +1,7 @@
     Summary: Xfce session manager
     Name: xfce4-session
     Version: 4.2.1
    -Release: 4.fc3
    +Release: 5.fc3
     License: GPL
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-session-4.2.1.tar.bz2
    @@ -15,6 +15,7 @@
     BuildRequires: xfce-mcs-manager-devel >= 4.2.1
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
    +BuildRequires: xorg-x11
     
     %description
     xfce4-session is the session manager for the Xfce desktop environment.
    @@ -84,6 +85,9 @@
     %{_libexecdir}/balou-*
     
     %changelog
    +* Sun May  8 2005 Kevin Fenzi  - 4.2.1-5.fc3
    +- Add xorg-x11 buildrequires for iceauth check in configure
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc3
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:07:18 2005
    From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin))
    Date: Sun,  8 May 2005 13:07:18 -0400
    Subject: rpms/xfce4-session/devel xfce4-session.spec,1.4,1.5
    Message-ID: <200505081707.j48H7IFD030145@cvs-int.fedora.redhat.com>
    
    Author: kevin
    
    Update of /cvs/extras/rpms/xfce4-session/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30121
    
    Modified Files:
    	xfce4-session.spec 
    Log Message:
    Add xorg-x11 buildrequires for iceauth check in configure
    
    
    
    Index: xfce4-session.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xfce4-session/devel/xfce4-session.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- xfce4-session.spec	25 Mar 2005 21:00:15 -0000	1.4
    +++ xfce4-session.spec	8 May 2005 17:07:16 -0000	1.5
    @@ -1,7 +1,7 @@
     Summary: Xfce session manager
     Name: xfce4-session
     Version: 4.2.1
    -Release: 4.fc4
    +Release: 5.fc4
     License: GPL
     URL: http://www.xfce.org/
     Source0: http://www.us.xfce.org/archive/xfce-4.2.1/src-bz2/xfce4-session-4.2.1.tar.bz2
    @@ -15,6 +15,7 @@
     BuildRequires: xfce-mcs-manager-devel >= 4.2.1
     BuildRequires: startup-notification-devel
     BuildRequires: gettext
    +BuildRequires: xorg-x11
     
     %description
     xfce4-session is the session manager for the Xfce desktop environment.
    @@ -84,6 +85,9 @@
     %{_libexecdir}/balou-*
     
     %changelog
    +* Sun May  8 2005 Kevin Fenzi  - 4.2.1-5.fc4
    +- Add xorg-x11 buildrequires for iceauth check in configure
    +
     * Fri Mar 25 2005 Kevin Fenzi  - 4.2.1-4.fc4
     - lowercase Release
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:09:00 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:09:00 -0400
    Subject: rpms/zope/devel .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 zope.spec,
    	1.9, 1.10
    Message-ID: <200505081709.j48H92Yr030193@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/zope/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30159/devel
    
    Modified Files:
    	.cvsignore sources zope.spec 
    Log Message:
    - new version
    - use disttag
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/devel/.cvsignore,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- .cvsignore	8 Apr 2005 08:57:40 -0000	1.5
    +++ .cvsignore	8 May 2005 17:08:57 -0000	1.6
    @@ -1,2 +1 @@
    -Zope-2.7.5-final.tgz
    -Hotfix_20050405.tar.gz
    +Zope-2.7.6-final.tgz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/devel/sources,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- sources	8 Apr 2005 08:57:40 -0000	1.5
    +++ sources	8 May 2005 17:08:57 -0000	1.6
    @@ -1,2 +1 @@
    -5b5c5823c62370d9f7325c6014a49d8b  Zope-2.7.5-final.tgz
    -c91c6fa42bfcfed24826d0cd4d69419b  Hotfix_20050405.tar.gz
    +f781d13a0cc917e517d4521270691394  Zope-2.7.6-final.tgz
    
    
    Index: zope.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/devel/zope.spec,v
    retrieving revision 1.9
    retrieving revision 1.10
    diff -u -r1.9 -r1.10
    --- zope.spec	8 Apr 2005 08:57:40 -0000	1.9
    +++ zope.spec	8 May 2005 17:08:57 -0000	1.10
    @@ -12,13 +12,13 @@
     
     Name:    zope
     Summary: Web application server for flexible content management applications
    -Version: 2.7.5
    -Release: 2.fc4
    +Version: 2.7.6
    +Release: 1%{?dist}
     License: ZPL
     Group: 	 System Environment/Daemons
     URL:     http://www.zope.org/
    -Source0: http://zope.org/Products/Zope/2.7.5/Zope-2.7.5-final.tgz
    -Source10: http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/Hotfix_20050405.tar.gz
    +Source0: http://zope.org/Products/Zope/2.7.6/Zope-2.7.6-final.tgz
    +#Source10: http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/Hotfix_20050405.tar.gz
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     Source1: zope.init.in
    @@ -45,7 +45,7 @@
     
     
     %prep
    -%setup -q -n Zope-%{version}-final -a 10
    +%setup -q -n Zope-%{version}-final #-a 10
     # Do not use -b option, or we'll install the backup too
     %patch0 -p1 -b .config
     rm -f skel/etc/zope.conf.in.config
    @@ -103,7 +103,7 @@
     make install
     
     # Hotfix
    -cp -a Hotfix_20050405 $RPM_BUILD_ROOT%{zope_home}/lib/python/Products
    +#cp -a Hotfix_20050405 $RPM_BUILD_ROOT%{zope_home}/lib/python/Products
     
     chmod 700 $RPM_BUILD_ROOT%{instance_home}
     chmod 755 $RPM_BUILD_ROOT%{zope_home}
    @@ -184,6 +184,10 @@
     
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  2.7.6-1%{?dist}
    +- version 2.7.6
    +- use disttag
    +
     * Thu Apr 07 2005 Aurelien Bompard  2.7.5-2.fc4
     - add hotfix
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:10:41 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:10:41 -0400
    Subject: rpms/zope/FC-3 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 zope.spec, 1.5,
    	1.6
    Message-ID: <200505081710.j48HAfmE030227@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/zope/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30206
    
    Modified Files:
    	.cvsignore sources zope.spec 
    Log Message:
    - new version
    - use disttag
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/FC-3/.cvsignore,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- .cvsignore	8 Apr 2005 08:57:40 -0000	1.5
    +++ .cvsignore	8 May 2005 17:10:39 -0000	1.6
    @@ -1,2 +1 @@
    -Zope-2.7.5-final.tgz
    -Hotfix_20050405.tar.gz
    +Zope-2.7.6-final.tgz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/FC-3/sources,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- sources	8 Apr 2005 08:57:40 -0000	1.5
    +++ sources	8 May 2005 17:10:39 -0000	1.6
    @@ -1,2 +1 @@
    -5b5c5823c62370d9f7325c6014a49d8b  Zope-2.7.5-final.tgz
    -c91c6fa42bfcfed24826d0cd4d69419b  Hotfix_20050405.tar.gz
    +f781d13a0cc917e517d4521270691394  Zope-2.7.6-final.tgz
    
    
    Index: zope.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/zope/FC-3/zope.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- zope.spec	8 Apr 2005 08:57:40 -0000	1.5
    +++ zope.spec	8 May 2005 17:10:39 -0000	1.6
    @@ -12,13 +12,13 @@
     
     Name:    zope
     Summary: Web application server for flexible content management applications
    -Version: 2.7.5
    -Release: 2.fc3
    +Version: 2.7.6
    +Release: 1%{?dist}
     License: ZPL
     Group: 	 System Environment/Daemons
     URL:     http://www.zope.org/
    -Source0: http://zope.org/Products/Zope/2.7.5/Zope-2.7.5-final.tgz
    -Source10: http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/Hotfix_20050405.tar.gz
    +Source0: http://zope.org/Products/Zope/2.7.6/Zope-2.7.6-final.tgz
    +#Source10: http://www.zope.org/Products/Zope/Hotfix-2005-04-05/Hotfix-20050405/Hotfix_20050405.tar.gz
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     Source1: zope.init.in
    @@ -45,7 +45,7 @@
     
     
     %prep
    -%setup -q -n Zope-%{version}-final -a 10
    +%setup -q -n Zope-%{version}-final #-a 10
     # Do not use -b option, or we'll install the backup too
     %patch0 -p1 -b .config
     rm -f skel/etc/zope.conf.in.config
    @@ -103,7 +103,7 @@
     make install
     
     # Hotfix
    -cp -a Hotfix_20050405 $RPM_BUILD_ROOT%{zope_home}/lib/python/Products
    +#cp -a Hotfix_20050405 $RPM_BUILD_ROOT%{zope_home}/lib/python/Products
     
     chmod 700 $RPM_BUILD_ROOT%{instance_home}
     chmod 755 $RPM_BUILD_ROOT%{zope_home}
    @@ -121,6 +121,7 @@
         ddir=\"%{zope_home}\", force=1)"
     
     
    +
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    @@ -183,13 +184,17 @@
     
     
     %changelog
    -* Thu Apr 07 2005 Aurelien Bompard  2.7.5-2.fc3
    +* Sun May 08 2005 Aurelien Bompard  2.7.6-1%{?dist}
    +- version 2.7.6
    +- use disttag
    +
    +* Thu Apr 07 2005 Aurelien Bompard  2.7.5-2.fc4
     - add hotfix
     
    -* Thu Mar 24 2005 Aurelien Bompard  2.7.5-1.fc3
    +* Thu Mar 24 2005 Aurelien Bompard  2.7.5-1.fc4
     - version 2.7.5
     - drop Epoch
    -- change release tag for FC3
    +- change release tag for FC4
     - convert some tabs into spaces
     
     * Wed Jan 26 2005 Aurelien Bompard  2.7.4-1
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:13:25 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Sun,  8 May 2005 13:13:25 -0400
    Subject: rpms/xemacs-sumo/devel xemacs-sumo-java-fontlock.patch, NONE,
    	1.1 xemacs-sumo-w3.css, NONE, 1.1 .cvsignore, 1.3, 1.4 sources,
    	1.3, 1.4 xemacs-sumo.spec, 1.4,
    	1.5 mh-e-7.4.2-toolbar-100764.patch, 1.1, NONE
    Message-ID: <200505081713.j48HDPa6030271@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/rpms/xemacs-sumo/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30248
    
    Modified Files:
    	.cvsignore sources xemacs-sumo.spec 
    Added Files:
    	xemacs-sumo-java-fontlock.patch xemacs-sumo-w3.css 
    Removed Files:
    	mh-e-7.4.2-toolbar-100764.patch 
    Log Message:
    2005-05-05.
    
    xemacs-sumo-java-fontlock.patch:
    
    --- NEW FILE xemacs-sumo-java-fontlock.patch ---
    http://list-archive.xemacs.org/xemacs-patches/200503/msg00230.html
    
    --- xemacs-packages/lisp/cc-mode/cc-engine.el~	2004-08-12 08:44:10.000000000 +0300
    +++ xemacs-packages/lisp/cc-mode/cc-engine.el	2005-05-01 23:20:43.000000000 +0300
    @@ -2446,7 +2446,8 @@
     	    (and
     	     (progn
     	       (setq search-pos (point))
    -	       (re-search-forward regexp bound noerror))
    +	       (if (>= bound (point))
    +		   (re-search-forward regexp bound noerror)))
     
     	     (progn
     	       (setq state (parse-partial-sexp
    
    
    --- NEW FILE xemacs-sumo-w3.css ---
    /******************************************************************************
    **       File: default.css
    **    Purpose: Default Stylesheet for Emacs/W3
    **       Info: Copyright (c) 1995-1996 William M. Perry 
    **             Copyright (c) 1997 Free Software Foundation, Inc.
    **    Created: William M. Perry , Aug-31-1995
    ** Maintainer: William M. Perry 
    **
    **  This contains the top level fallback default styles for Emacs/W3
    **
    *******************************************************************************
    **
    ** To specify device-dependent styles, you must mark a section with
    ** @media devicetype { ... }
    ** If you are not using 'devicetype', then anything within the { ... }
    ** is ignored.
    **
    ** These sections are currently defined by
    ** http://www.w3.org/pub/WWW/Style/Group/WD-PRINT-961220
    ** 
    **    print  - output for paged opaque material, and for documents viewed
    **             on screen in print preview mode
    **    screen - a continuous presentation of computer screens
    ** projector - paged presentation for projected presentations
    **   braille - for braille tactile feedback devices
    **    speech - aural presentation
    **       all - the default value, applies to all output devices
    **
    ** There are a few special Emacs/W3 sections
    **
    **     emacs - only include this chunk if you are using Emacs 19
    **    xemacs - only include this chunk if you are using XEmacs
    ** multifont - only include this chunk if you are using a multi-font capable Emacs variant
    **   unifont - only include this chunk if you are using a uni-font capable Emacs variant
    **     light - only include this chunk if you are using a light background
    **      dark - only include this chunk if you are using a dark background
    **       tty - only include this chunk if you are using a TTY
    **  ansi-tty - only include this chunk if you are using an ANSI-capable TTY 
    *******************************************************************************
    **
    ** There are some things this stylesheet cannot really specify, that we 
    ** must rely on the browser to explicitly handle correctly:
    **
    ** o table formatting
    ** o actually creating a hyperlink from an  tag and its attributes
    ** o specifying which tags open lists
    ** o inlined images
    ** o frames (perhaps with positioning)
    ** o applet/script/embed/object
    ** o horizontal rules
    ******************************************************************************/
    
    /* Headers */
    
    h1,h2,h3,
    h4,h5,h6  {
    	    display: block;
                font-family : serif;
                font-weight : bold;
              }
    
    @media multifont {
          h1  { font-size : +12pt }
          h2  { font-size : +6pt  }
          h3  { font-size : +4pt  }
          h5  { font-size : -2pt  }
          h6  { font-size : -4pt  }
    }
    
    /* This causes problems with Emacs 19 */
    @media multifont {
       pre,xmp,
      plaintext { font-family: monospace }
    key,code,tt { font-family: monospace }
    }
    
    /*
    ** Best we can do under Emacs-19 is use the default font and try to make
    ** the headers stand out somehow.
    */
    
    @media unifont {
    h1,h2,h3,
    h4,h5,h6  { text-decoration: underline; }
           h1 { color: rgb(0,255,255); }   // cyan
           h2 { color: rgb(70,130,180); }  // steelblue
           h3 { color: rgb(106,90,205); }  // slateblue
           h4 { color: rgb(135,206,235); } // skyblue
           h5 { color: rgb(0,0,128); }     // navy
           h6 { color: rgb(173,216,230); } // lightblue
    
    strong,em { color: red         }
          dfn { font-style: italic }
     s,strike { color: green       }
    
    } // @media unifont
    
           p  { display: block }
     pre,xmp  { display: block; white-space: pre; }
    blockquote{ display: block; margin-left: 5em; margin-right: 5em; }
    
    /*
    ** How to draw form elements.
    ** This is an extension in Emacs/W3 (and perhaps soon E-Scape)
    ** Since there are so many different types of input fields, you should be
    ** able to control formatting based on that.  Enter pseudo-classes.
    **
    ** This functionality will be removed as soon as the W3C comes up with
    ** the standard way to do this, perhaps in CSS level 2.
    */
    input:text,
    input:int,
    input:float,
    input:url,
    input:password,
    input:text    { text-decoration: underline; }
    input:submit  { color: green;  text-decoration: none; }
    input:reset   { color: red;    text-decoration: none; }
    input:button  { color: yellow; text-decoration: none; }
    input:image   { text-decoration: none; }
    
    /*
    ** List formatting instructions
    */
    
           ul { display: block;     }
           ol { display: block;     }
           dl { display: block;     }
          dir { display: block;     }
         menu { display: block;     }
           dt { font-weight: bold; display: line }
           dd { display: line; margin-left: 5em; }
           li { display: list-item; margin-left: 5em; }
           ol { list-style: decimal; }
           ul { list-style: circle; }
    
    /* These are to make nested list items look better */
    ul ul,ol ul,ol ol,ul ol { display: line; }
    
    /*
    ** All logical emphasis tags, the way god intended
    */
    
            div { display: line;                }
      strong,em { font-weight: bold             }
            dfn { font-style: italic            }
       s,strike { text-decoration: line-through }
            sub { text-position: sub            }
            sup { text-position: sup            }
         secret { text-transform: rot13         }
    
    /*
    ** Physical emphasis - spawn of evil
    */
              b { font-weight: bold }
    	  i { font-style: italic }
              u { text-decoration: underline }
          blink { text-decoration: blink }
         center { display: line; text-align: center; }
    /*
    ** Various and sundry
    */
             br { display: line }
             hr { display: line; text-align: center; }
    
    
    /*
    ** Hypertext link coloring
    */
    
    a:link    { color: #FF0000 }
    a:visited { color: #B22222 }
    a:active  { color: #FF0000 }
    
    /*
    ** Table formatting
    */
    table     { display: block;    }
       th     { display: block; font-weight: bold; text-align: center; }
       td     { display: block; text-align: left; }
    caption   { display: block; text-align: center; }
    
    /*
    ** Various other character-level formatting issues
    */
    
     address { text-align: right; display: line; }
    abstract { font-style: bold & italic ; text-align : indent }
       quote { font-style: italic ; text-align : indent }
    
    /*
    ** Now for monochrome defaults
    */
    @media mono {
       a:link { color: black; text-decoration: underline }
    a:visited { color: black; text-decoration: underline }
     a:active { color: white }
    } // @media mono
    /*
    ** All the TTY specific formatting
    */
    
    @media tty {
    /*
    ** First, handle some stuff for generic TTYs to emulate our old
    ** behaviour with w3-delimit-links and a subset of w3-delimit-emphasis
    */
    
    h1,h2,h3,
    h4,h5,h6 {
               insert-before: *;
               insert-after: *
             }
    
    a:visited{
               insert-before: "{{";
               insert-after: "}}"
             }
    
    a:link   {
               insert-before: "[[";
               insert-after: "]]"
             }
    
    input:text,
    input:int,
    input:float,
    input:url,
    input:file,
    input:password,
    input:text    { insert-before: "[{"; insert-after: "}]"; }
    select { insert-before: "[{"; insert-after: "}]"; }
    
    } // @media tty
    
    
    @media ansi-tty {
    /*
    ** Now comes the cool TTY stuff.  You will need to be using XEmacs 19.14
    ** or later (or Emacs 19.30 under DOS) in order to get any benefit from
    ** these whatsoever.  But if you are using one of these, wow, cool, eh?
    **
    ** ANSI specifies these colors, and most (all?) TTYs that support color
    ** will generally have 2 versions.  One normal and one bright or 'standout'
    ** version.
    **
    **  Color     R     G     B
    ** --------------------------
    **   white - 1.0 , 1.0 , 1.0
    **    cyan - 0.0 , 1.0 , 1.0
    ** magenta - 1.0 , 0.0 , 1.0
    **    blue - 0.0 , 0.0 , 1.0
    **  yellow - 1.0 , 1.0 , 0.0
    **   green - 0.0 , 1.0 , 0.0
    **     red - 1.0 , 0.0 , 0.0
    **   black - 0.0 , 0.0 , 0.0
    */
    
    h1,h2,h3,
    h4,h5,h6  { color : cyan     }
    a:visited { color : magenta  }
       a:link { color : red      }
     a:active { color : yellow   }
    } // @media ansi-tty
    
    /*
    ** Secial styles for the Emacspeak subsystem of emacs - an incredibly cool
    ** speech synthesizer.  This was contributed by T.V. Raman (raman at adobe.com)
    */
    @media speech {
    h1,h2,h3,
    h4,h5,h6 { voice-family: paul; stress: 2; richness: 9; }
          h1 { pitch: 1; pitch-range: 9; }
          h2 { pitch: 2; pitch-range: 8; }
          h3 { pitch: 3; pitch-range: 7; }
          h4 { pitch: 4; pitch-range: 6; }
          h5 { pitch: 5; pitch-range: 5; }
          h6 { pitch: 6; pitch-range: 4; }
    
    li,dt,dd { pitch: 6; richness: 6; }
          dt { stress: 8; }
          th { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
    
    pre,xmp,plaintext,key,code,tt { pitch: 5; 
    				pitch-range: 0;
    				stress: 0;
    				richness: 8;
    			      }
          em { pitch: 6; pitch-range: 6; stress: 6; richness: 5; }
      strong { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
         dfn { pitch: 7; pitch-range: 6; stress: 6; }
    s,strike { richness: 0; }
           i { pitch: 6; pitch-range: 6; stress: 6; richness: 5 }
           b { pitch: 6; pitch-range: 6; stress: 9; richness: 9; }
           u { richness: 0; }
       a:link { voice-family: harry; }
    a:visited { voice-family: betty;}
     a:active { voice-family: betty; pitch-range: 8; pitch: 8 }
    
    } // @media speech
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/xemacs-sumo/devel/.cvsignore,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- .cvsignore	9 Mar 2005 17:06:25 -0000	1.3
    +++ .cvsignore	8 May 2005 17:13:23 -0000	1.4
    @@ -1,2 +1,2 @@
    -xemacs-mule-sumo-2005-03-07.tar.bz2
    -xemacs-sumo-2005-03-07.tar.bz2
    +xemacs-mule-sumo-2005-05-05.tar.bz2
    +xemacs-sumo-2005-05-05.tar.bz2
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/xemacs-sumo/devel/sources,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- sources	9 Mar 2005 17:06:25 -0000	1.3
    +++ sources	8 May 2005 17:13:23 -0000	1.4
    @@ -1,2 +1,2 @@
    -09c6c1b8b39b7460329c522db2a08abf  xemacs-mule-sumo-2005-03-07.tar.bz2
    -dd937961bbbb5851be9b4d0ea22e6d8c  xemacs-sumo-2005-03-07.tar.bz2
    +561bac71479bc400173c21c854c37beb  xemacs-mule-sumo-2005-05-05.tar.bz2
    +f98700b3db3ce279fe2c4234806f7dfa  xemacs-sumo-2005-05-05.tar.bz2
    
    
    Index: xemacs-sumo.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xemacs-sumo/devel/xemacs-sumo.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- xemacs-sumo.spec	6 Apr 2005 20:38:32 -0000	1.4
    +++ xemacs-sumo.spec	8 May 2005 17:13:23 -0000	1.5
    @@ -1,13 +1,14 @@
    -%define sumo_ver 2005-03-07
    +%define sumo_ver 2005-05-05
     
     Summary: XEmacs Lisp packages
     Name: xemacs-sumo
     Version: %(echo %{sumo_ver} | tr -d -)
    -Release: 2
    +Release: 1
     License: GPL
     Group: Applications/Editors
     Source0: ftp://ftp.xemacs.org/packages/xemacs-sumo-%{sumo_ver}.tar.bz2
     Source1: ftp://ftp.xemacs.org/packages/xemacs-mule-sumo-%{sumo_ver}.tar.bz2
    +Source2: %{name}-w3.css
     Source10: Emacs.ad.ja_JP.eucJP
     Source11: Emacs.ad.ko_KR.eucKR
     Source12: Emacs.ad.zh_CN.GB2312
    @@ -31,6 +32,7 @@
     # anyway to for the sake of smooth upgrades.
     Provides: apel-xemacs = 10.2 mew-xemacs = 1.94.2
     Obsoletes: apel-xemacs < 10.6-6 mew-xemacs < 4.1-2 ddskk-xemacs < 12.2.0-5
    +Patch0: %{name}-java-fontlock.patch
     Patch6: auctex-texsite-jlatex-detect-69129.patch
     Patch7: auctex-texjp-platex.patch
     Patch8: egg-wnn-host-unix-79826.patch
    @@ -39,7 +41,6 @@
     Patch13: jde-ug-rel-links.patch
     Patch14: jde-ug-section-links-89499.patch
     Patch15: avoid-catch-error-65346.patch
    -Patch16: mh-e-7.4.2-toolbar-100764.patch
     
     %description
     XEmacs (like GNU Emacs) is a self-documenting, customizable,
    @@ -81,7 +82,8 @@
     
     %prep
     %setup -q -c xemacs-sumo-%{version} -a1
    -
    +# fix font-lock warnings in JDE
    +%patch0 -p0
     # fix jlatex autodetection
     %patch6 -p0
     # use ptex rather jtex by default for Japanese
    @@ -98,20 +100,18 @@
     %patch14 -p0
     # catch harmless errors in mouse-avoidance-too-close-p (avoid.el)
     %patch15 -p0
    -# fix toolbar specifier error
    -%patch16 -p0
     
    -# avoid spurious dependencies and bad file modes
    -find . -type f -name "*.el" -perm +111 | xargs chmod 644
    -chmod 644 \
    -  xemacs-packages/lisp/erc/{*ChangeLog*,HACKING.upstream} \
    -  xemacs-packages/etc/xwem/logo.xpm \
    -  xemacs-packages/etc/ess/BACKBUGS.BAT
    +rm xemacs-packages/etc/w3/stylesheet
    +install -pm 644 %{SOURCE2} xemacs-packages/etc/w3/stylesheet
    +
     perl -pi -e "s|/usr/local/bin/perl5?|/usr/bin/perl|g" \
       xemacs-packages/{lisp/hyperbole/file-newer,etc/bbdb/*.pl}
     
    -# internally used scripts
    -chmod +x */lib-src/*
    +chmod +x \
    +  xemacs-packages/etc/bbdb/*.pl \
    +  xemacs-packages/etc/erc/servers.pl \
    +  xemacs-packages/etc/ess/config.guess \
    +  xemacs-packages/etc/idlwave/idlwave_catalog
     
     # remove game we shouldn't ship
     rm xemacs-packages/lisp/games/tetris.el*
    @@ -191,6 +191,10 @@
     
     
     %changelog
    +* Thu May  5 2005 Ville Skytt??  - 20050505-1
    +- 2005-05-05, mh-e toolbar specifier fix applied upstream.
    +- Apply patch from Aidan Kehoe to fix font-lock warnings in JDE.
    +
     * Wed Apr  6 2005 Ville Skytt??  - 20050307-2
     - Make scripts in lib-src/ executable (Emmanuel Thom??, #134512).
     - Drop no longer needed workaround for #64320.
    
    
    --- mh-e-7.4.2-toolbar-100764.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:14:51 2005
    From: fedora-extras-commits at redhat.com (Ville Skytta (scop))
    Date: Sun,  8 May 2005 13:14:51 -0400
    Subject: common tobuild,1.239,1.240
    Message-ID: <200505081714.j48HEpow030345@cvs-int.fedora.redhat.com>
    
    Author: scop
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30328
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/xemacs-sumo/devel xemacs-sumo-20050505-1 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.239
    retrieving revision 1.240
    diff -u -r1.239 -r1.240
    --- tobuild	8 May 2005 16:49:50 -0000	1.239
    +++ tobuild	8 May 2005 17:14:49 -0000	1.240
    @@ -9,3 +9,4 @@
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
     abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
     kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
    +scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:21:07 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:21:07 -0400
    Subject: rpms/libkipi/FC-3 .cvsignore, 1.2, 1.3 libkipi.spec, 1.1,
    	1.2 sources, 1.2, 1.3
    Message-ID: <200505081721.j48HL7TI030403@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/libkipi/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30368/FC-3
    
    Modified Files:
    	.cvsignore libkipi.spec sources 
    Log Message:
    - new version
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	12 Jan 2005 20:09:34 -0000	1.2
    +++ .cvsignore	8 May 2005 17:21:05 -0000	1.3
    @@ -1 +1 @@
    -libkipi-0.1.tar.bz2
    +libkipi-0.1.1.tar.bz2
    
    
    Index: libkipi.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/FC-3/libkipi.spec,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- libkipi.spec	12 Jan 2005 20:09:34 -0000	1.1
    +++ libkipi.spec	8 May 2005 17:21:05 -0000	1.2
    @@ -1,13 +1,13 @@
     Name:           libkipi
    -Version:        0.1
    -Release:        2
    -Epoch:          0
    +Version:        0.1.1
    +Release:        1%{?dist}
    +
     Summary:        Common plugin infrastructure for KDE image applications
     
     Group:          System Environment/Libraries
     License:        LGPL
    -URL:            http://extragear.kde.org/apps/kipi.php
    -Source0:        http://dl.sf.net/digikam/libkipi-0.1.tar.bz2
    +URL:            http://extragear.kde.org/apps/kipi
    +Source0:        http://dl.sf.net/digikam/libkipi-0.1.1.tar.bz2
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  kdelibs-devel >= 6:3.0
    @@ -21,7 +21,7 @@
     %package        devel
     Summary:        Common plugin infrastructure for KDE image applications
     Group:          Development/Libraries
    -Requires:       %{name} = %{epoch}:%{version}-%{release}
    +Requires:       %{name} = %{version}-%{release}
     Requires:       kdelibs-devel
     
     %description    devel
    @@ -62,7 +62,7 @@
     
     %files -f %{name}.lang
     %defattr(-,root,root,-)
    -%doc AUTHORS COPYING ChangeLog NEWS README TODO
    +%doc AUTHORS COPYING ChangeLog README TODO
     %{_libdir}/*.so.*
     %{_datadir}/apps/kipi
     %{_datadir}/icons/hicolor/*/apps/kipi.png
    @@ -77,6 +77,13 @@
     
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  0.1.1-1%{?dist}
    +- version 0.1.1
    +- use disttag
    +
    +* Fri Apr  7 2005 Michael Schwendt 
    +- rebuilt
    +
     * Wed Jan 05 2005 Aurelien Bompard  0:0.1-2
     - Fix libkipi-devel requirements
     - Reduce hicolor icon directory ownership bloat
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	12 Jan 2005 20:09:34 -0000	1.2
    +++ sources	8 May 2005 17:21:05 -0000	1.3
    @@ -1 +1 @@
    -7268776060b348c21d9dd9936443dca2  libkipi-0.1.tar.bz2
    +395d87ad36b1261f58bdeac87145734c  libkipi-0.1.1.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:21:07 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:21:07 -0400
    Subject: rpms/libkipi/devel .cvsignore, 1.2, 1.3 libkipi.spec, 1.3,
    	1.4 sources, 1.2, 1.3
    Message-ID: <200505081721.j48HL7OR030411@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/libkipi/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30368/devel
    
    Modified Files:
    	.cvsignore libkipi.spec sources 
    Log Message:
    - new version
    
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	12 Jan 2005 20:09:34 -0000	1.2
    +++ .cvsignore	8 May 2005 17:21:05 -0000	1.3
    @@ -1 +1 @@
    -libkipi-0.1.tar.bz2
    +libkipi-0.1.1.tar.bz2
    
    
    Index: libkipi.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/devel/libkipi.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- libkipi.spec	6 Apr 2005 22:12:22 -0000	1.3
    +++ libkipi.spec	8 May 2005 17:21:05 -0000	1.4
    @@ -1,13 +1,13 @@
     Name:           libkipi
    -Version:        0.1
    -Release:        3
    +Version:        0.1.1
    +Release:        1%{?dist}
     
     Summary:        Common plugin infrastructure for KDE image applications
     
     Group:          System Environment/Libraries
     License:        LGPL
    -URL:            http://extragear.kde.org/apps/kipi.php
    -Source0:        http://dl.sf.net/digikam/libkipi-0.1.tar.bz2
    +URL:            http://extragear.kde.org/apps/kipi
    +Source0:        http://dl.sf.net/digikam/libkipi-0.1.1.tar.bz2
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
     BuildRequires:  kdelibs-devel >= 6:3.0
    @@ -62,7 +62,7 @@
     
     %files -f %{name}.lang
     %defattr(-,root,root,-)
    -%doc AUTHORS COPYING ChangeLog NEWS README TODO
    +%doc AUTHORS COPYING ChangeLog README TODO
     %{_libdir}/*.so.*
     %{_datadir}/apps/kipi
     %{_datadir}/icons/hicolor/*/apps/kipi.png
    @@ -77,6 +77,10 @@
     
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  0.1.1-1%{?dist}
    +- version 0.1.1
    +- use disttag
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/libkipi/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	12 Jan 2005 20:09:34 -0000	1.2
    +++ sources	8 May 2005 17:21:05 -0000	1.3
    @@ -1 +1 @@
    -7268776060b348c21d9dd9936443dca2  libkipi-0.1.tar.bz2
    +395d87ad36b1261f58bdeac87145734c  libkipi-0.1.1.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:24:46 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:24:46 -0400
    Subject: rpms/jpgraph/devel .cvsignore, 1.2, 1.3 jpgraph.spec, 1.4,
    	1.5 sources, 1.2, 1.3
    Message-ID: <200505081725.j48HPHaw030502@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/jpgraph/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30456/devel
    
    Modified Files:
    	.cvsignore jpgraph.spec sources 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:37:24 -0000	1.2
    +++ .cvsignore	8 May 2005 17:24:44 -0000	1.3
    @@ -1 +1 @@
    -jpgraph-1.16.tar.gz
    +jpgraph-1.17.tar.gz
    
    
    Index: jpgraph.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/devel/jpgraph.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- jpgraph.spec	6 Apr 2005 22:12:02 -0000	1.4
    +++ jpgraph.spec	8 May 2005 17:24:44 -0000	1.5
    @@ -1,9 +1,9 @@
     Name:           jpgraph
     Summary:        Object oriented graph drawing class library for PHP
    -Version:        1.16
    -Release:        3
    +Version:        1.17
    +Release:        1%{?dist}
     
    -Source0:        http://members.chello.se/jpgraph/jpgdownloads/jpgraph-1.16.tar.gz
    +Source0:        http://members.chello.se/jpgraph/jpgdownloads/jpgraph-1.17.tar.gz
     License:        QPL
     URL:            http://www.aditus.nu/jpgraph/
     Group:          Development/Libraries
    @@ -77,6 +77,10 @@
     %doc docs/* src/Examples
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  1.17-1%{?dist}
    +- version 1.17
    +- use disttag
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:37:24 -0000	1.2
    +++ sources	8 May 2005 17:24:44 -0000	1.3
    @@ -1 +1 @@
    -b6ed4802e35ce836d37803b77a44df5c  jpgraph-1.16.tar.gz
    +5ac37230d3ec4711c20fa3343485d493  jpgraph-1.17.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:24:45 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:24:45 -0400
    Subject: rpms/jpgraph/FC-3 .cvsignore, 1.2, 1.3 jpgraph.spec, 1.2,
    	1.3 sources, 1.2, 1.3
    Message-ID: <200505081725.j48HPGXv030497@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/jpgraph/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30456/FC-3
    
    Modified Files:
    	.cvsignore jpgraph.spec sources 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:37:24 -0000	1.2
    +++ .cvsignore	8 May 2005 17:24:43 -0000	1.3
    @@ -1 +1 @@
    -jpgraph-1.16.tar.gz
    +jpgraph-1.17.tar.gz
    
    
    Index: jpgraph.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/FC-3/jpgraph.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- jpgraph.spec	10 Dec 2004 22:03:04 -0000	1.2
    +++ jpgraph.spec	8 May 2005 17:24:43 -0000	1.3
    @@ -1,9 +1,9 @@
     Name:           jpgraph
    -Summary:        An OO graph drawing class library for PHP
    -Version:        1.16
    -Release:        2
    -Epoch:          0
    -Source0:        http://members.chello.se/jpgraph/jpgdownloads/jpgraph-1.16.tar.gz
    +Summary:        Object oriented graph drawing class library for PHP
    +Version:        1.17
    +Release:        1%{?dist}
    +
    +Source0:        http://members.chello.se/jpgraph/jpgdownloads/jpgraph-1.17.tar.gz
     License:        QPL
     URL:            http://www.aditus.nu/jpgraph/
     Group:          Development/Libraries
    @@ -24,11 +24,11 @@
     Extensive documentations are availible at:
     http://www.aditus.nu/jpgraph/
     
    -%package	doc
    -Summary:	Documenation for %{name}
    -Group:		Documentation
    +%package        doc
    +Summary:        Documenation for %{name}
    +Group:          Documentation
     
    -%description	doc
    +%description    doc
     JpGraph is a OO Graph drawing library for PHP 4.0.2 and above.
     Highlights of the available features are: text, linear, and log
     scales for both the X and Y axes, anti-aliasing of lines,
    @@ -42,7 +42,7 @@
     
     %prep
     
    -%setup -q 
    +%setup -q
     
     mv src/Changelog .
     
    @@ -77,6 +77,13 @@
     %doc docs/* src/Examples
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  1.17-1%{?dist}
    +- version 1.17
    +- use disttag
    +
    +* Fri Apr  7 2005 Michael Schwendt 
    +- rebuilt
    +
     * Sat Jul 03 2004 Aurelien Bompard  0:1.16-0.fdr.2
     - move to _datadir instead of _libdir
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/jpgraph/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:37:24 -0000	1.2
    +++ sources	8 May 2005 17:24:43 -0000	1.3
    @@ -1 +1 @@
    -b6ed4802e35ce836d37803b77a44df5c  jpgraph-1.16.tar.gz
    +5ac37230d3ec4711c20fa3343485d493  jpgraph-1.17.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:27:21 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:27:21 -0400
    Subject: rpms/php-adodb/FC-3 .cvsignore, 1.2, 1.3 php-adodb.spec, 1.2,
    	1.3 sources, 1.2, 1.3
    Message-ID: <200505081727.j48HRpfT030561@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/php-adodb/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30523/FC-3
    
    Modified Files:
    	.cvsignore php-adodb.spec sources 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 05:12:35 -0000	1.2
    +++ .cvsignore	8 May 2005 17:27:19 -0000	1.3
    @@ -1 +1 @@
    -adodb452.tgz
    +adodb462.tgz
    
    
    Index: php-adodb.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/FC-3/php-adodb.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- php-adodb.spec	10 Dec 2004 22:03:09 -0000	1.2
    +++ php-adodb.spec	8 May 2005 17:27:19 -0000	1.3
    @@ -1,9 +1,9 @@
     Name:           php-adodb
     Summary:        Active Data Objects Data Base
    -Version:        4.52
    -Release:        1
    -Epoch:          0
    -Source0:        http://dl.sf.net/adodb/adodb452.tgz
    +Version:        4.62
    +Release:        1%{?dist}
    +
    +Source0:        http://dl.sf.net/adodb/adodb462.tgz
     License:        BSD
     URL:            http://adodb.sf.net
     Group:          Development/Libraries
    @@ -17,7 +17,7 @@
     standardised. Every database extension uses a different and
     incompatibile API. This creates a need for a database class
     library to hide the differences between the different databases
    -(encapsulate the differences) so we can easily switch databases. 
    +(encapsulate the differences) so we can easily switch databases.
     
     %prep
     %setup -q -n adodb
    @@ -53,6 +53,13 @@
     %{_var}/www/icons/*
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  4.62-1%{?dist}
    +- version 4.62
    +- use disttag
    +
    +* Fri Apr  7 2005 Michael Schwendt 
    +- rebuilt
    +
     * Wed Aug 11 2004 Aurelien Bompard  0:4.52-0.fdr.1
     - update to 4.52
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 05:12:35 -0000	1.2
    +++ sources	8 May 2005 17:27:19 -0000	1.3
    @@ -1 +1 @@
    -875b59c3bb4d459d5ce662f9b262389e  adodb452.tgz
    +208e9eb5d3e2d4f5a9efbf428db11e70  adodb462.tgz
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:27:21 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:27:21 -0400
    Subject: rpms/php-adodb/devel .cvsignore, 1.2, 1.3 php-adodb.spec, 1.4,
    	1.5 sources, 1.2, 1.3
    Message-ID: <200505081727.j48HRqEB030566@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/php-adodb/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30523/devel
    
    Modified Files:
    	.cvsignore php-adodb.spec sources 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 05:12:35 -0000	1.2
    +++ .cvsignore	8 May 2005 17:27:19 -0000	1.3
    @@ -1 +1 @@
    -adodb452.tgz
    +adodb462.tgz
    
    
    Index: php-adodb.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/devel/php-adodb.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- php-adodb.spec	6 Apr 2005 22:13:29 -0000	1.4
    +++ php-adodb.spec	8 May 2005 17:27:19 -0000	1.5
    @@ -1,9 +1,9 @@
     Name:           php-adodb
     Summary:        Active Data Objects Data Base
    -Version:        4.52
    -Release:        2
    +Version:        4.62
    +Release:        1%{?dist}
     
    -Source0:        http://dl.sf.net/adodb/adodb452.tgz
    +Source0:        http://dl.sf.net/adodb/adodb462.tgz
     License:        BSD
     URL:            http://adodb.sf.net
     Group:          Development/Libraries
    @@ -53,6 +53,10 @@
     %{_var}/www/icons/*
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  4.62-1%{?dist}
    +- version 4.62
    +- use disttag
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/php-adodb/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 05:12:35 -0000	1.2
    +++ sources	8 May 2005 17:27:19 -0000	1.3
    @@ -1 +1 @@
    -875b59c3bb4d459d5ce662f9b262389e  adodb452.tgz
    +208e9eb5d3e2d4f5a9efbf428db11e70  adodb462.tgz
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:30:23 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:30:23 -0400
    Subject: rpms/xbindkeys/FC-3 .cvsignore, 1.2, 1.3 sources, 1.2,
    	1.3 xbindkeys.spec, 1.3, 1.4
    Message-ID: <200505081730.j48HUNYI030622@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/xbindkeys/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30587/FC-3
    
    Modified Files:
    	.cvsignore sources xbindkeys.spec 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 05:33:17 -0000	1.2
    +++ .cvsignore	8 May 2005 17:30:21 -0000	1.3
    @@ -1 +1 @@
    -xbindkeys-1.7.1.tar.gz
    +xbindkeys-1.7.2.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 05:33:17 -0000	1.2
    +++ sources	8 May 2005 17:30:21 -0000	1.3
    @@ -1 +1 @@
    -9176ee5d331160dc3dfafc41e8ec6925  xbindkeys-1.7.1.tar.gz
    +7aead9049d972221b879f22718528690  xbindkeys-1.7.2.tar.gz
    
    
    Index: xbindkeys.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/FC-3/xbindkeys.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- xbindkeys.spec	10 Dec 2004 22:03:12 -0000	1.3
    +++ xbindkeys.spec	8 May 2005 17:30:21 -0000	1.4
    @@ -1,6 +1,7 @@
     Name:           xbindkeys
    -Version:        1.7.1
    -Release:        1
    +Version:        1.7.2
    +Release:        1%{?dist}
    +
     Summary:        Binds keys or mouse buttons to shell commands under X.
     License:        GPL
     Group:          User Interface/X
    @@ -38,6 +39,13 @@
     %attr(0644, root, root) %{_mandir}/man?/*
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  1.7.2-1%{?dist}
    +- version 1.7.2
    +- use disttag
    +
    +* Fri Apr  7 2005 Michael Schwendt 
    +- rebuilt
    +
     * Mon Jan 12 2004 Aurelien Bompard  1.7.1-0.fdr.1
     - adapt to Fedora
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 17:30:24 2005
    From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard))
    Date: Sun,  8 May 2005 13:30:24 -0400
    Subject: rpms/xbindkeys/devel .cvsignore, 1.2, 1.3 sources, 1.2,
    	1.3 xbindkeys.spec, 1.4, 1.5
    Message-ID: <200505081730.j48HUO8T030630@cvs-int.fedora.redhat.com>
    
    Author: abompard
    
    Update of /cvs/extras/rpms/xbindkeys/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30587/devel
    
    Modified Files:
    	.cvsignore sources xbindkeys.spec 
    Log Message:
    - new version
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 05:33:17 -0000	1.2
    +++ .cvsignore	8 May 2005 17:30:22 -0000	1.3
    @@ -1 +1 @@
    -xbindkeys-1.7.1.tar.gz
    +xbindkeys-1.7.2.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 05:33:17 -0000	1.2
    +++ sources	8 May 2005 17:30:22 -0000	1.3
    @@ -1 +1 @@
    -9176ee5d331160dc3dfafc41e8ec6925  xbindkeys-1.7.1.tar.gz
    +7aead9049d972221b879f22718528690  xbindkeys-1.7.2.tar.gz
    
    
    Index: xbindkeys.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/xbindkeys/devel/xbindkeys.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- xbindkeys.spec	6 Apr 2005 22:13:53 -0000	1.4
    +++ xbindkeys.spec	8 May 2005 17:30:22 -0000	1.5
    @@ -1,6 +1,6 @@
     Name:           xbindkeys
    -Version:        1.7.1
    -Release:        2
    +Version:        1.7.2
    +Release:        1%{?dist}
     
     Summary:        Binds keys or mouse buttons to shell commands under X.
     License:        GPL
    @@ -39,6 +39,10 @@
     %attr(0644, root, root) %{_mandir}/man?/*
     
     %changelog
    +* Sun May 08 2005 Aurelien Bompard  1.7.2-1%{?dist}
    +- version 1.7.2
    +- use disttag
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 18:26:53 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 14:26:53 -0400
    Subject: rpms/moodss import.log,1.4,1.5
    Message-ID: <200505081826.j48IQr7o031706@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31675
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import moodss-20.0-1 on branch devel from moodss-20.0-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/import.log,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- import.log	8 Nov 2004 04:52:49 -0000	1.4
    +++ import.log	8 May 2005 18:26:50 -0000	1.5
    @@ -1,3 +1,4 @@
     moodss-17_17-0_fdr_1_rh90:HEAD:moodss-17.17-0.fdr.1.rh90.src.rpm:1099889557
     moodss-17_17-0_fdr_1_1:HEAD:moodss-17.17-0.fdr.1.1.src.rpm:1099889563
     moodss-17_17-0_fdr_1_2:HEAD:moodss-17.17-0.fdr.1.2.src.rpm:1099889569
    +moodss-20_0-1:HEAD:moodss-20.0-1.src.rpm:1115576777
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 18:26:53 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 14:26:53 -0400
    Subject: rpms/moodss/devel .cvsignore, 1.2, 1.3 moodss.spec, 1.6, 1.7 sources,
    	1.2, 1.3
    Message-ID: <200505081826.j48IQrSo031714@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31675/devel
    
    Modified Files:
    	.cvsignore moodss.spec sources 
    Log Message:
    auto-import moodss-20.0-1 on branch devel from moodss-20.0-1.src.rpm
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:52:37 -0000	1.2
    +++ .cvsignore	8 May 2005 18:26:51 -0000	1.3
    @@ -1 +1 @@
    -moodss-17.17.tar.bz2
    +moodss-20.0.tar.bz2
    
    
    Index: moodss.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/devel/moodss.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- moodss.spec	6 Apr 2005 22:12:41 -0000	1.6
    +++ moodss.spec	8 May 2005 18:26:51 -0000	1.7
    @@ -1,35 +1,44 @@
    -Summary: Modular Object Oriented Dynamic SpreadSheet
     Name: moodss
    -Version: 17.17
    -Release: 2
    -
    +Version: 20.0
    +Release: 1
    +Epoch: 0
    +Summary: Powerful modular monitoring graphical application
     Group: Applications/System
    -Source: http://jfontain.free.fr/moodss-17.17.tar.bz2
    -URL: http://jfontain.free.fr/moodss/
     License: GPL
    +Source0: http://download.sourceforge.net/moodss/moodss-20.0.tar.bz2
    +URL: http://moodss.sourceforge.net/
     BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n)
    +%if 0%{?rhl}
     # work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9:
    -BuildRequires: tcl >= 8.3.1, %{_includedir}/tcl.h
    -Requires: tk >= 8.3.1, blt >= 2.4, tktable >= 2.7
    +BuildRequires: tcl >= 0:8.3.1, %{_includedir}/tcl.h
    +%else
    +BuildRequires: tcl-devel >= 0:8.3.1
    +%endif
    +# note: SQLite is a weak requirement with moodss working just fine,
    +# just missing default database storage mean, without it:
    +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
     
     %description
    -A multi-purpose monitoring tool with table, graphical, textual data
    -viewers, thresholds and full drag and drop user interface as well as a
    -UNIX daemon. Compatible with a variety of SQL databases for data
    -history over time storage and display. Includes modules for Linux
    -system, MySQL database, SNMP networking and Apache. Modules can be
    -written in Tcl, Perl (tclperl package required), Python (tclpython
    -package required) or C.
    +moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular
    +multi-purpose monitoring tool with table, graphical, textual data
    +viewers, thresholds, formulas and full drag and drop user interface as
    +well as a UNIX daemon (separate moomps package available). Compatible
    +with a variety of SQL databases for data history over time storage and
    +display. Includes modules for Linux system, MySQL database, SNMP
    +networking, Apache and Nagios. Modules can be written in Tcl, Perl
    +(tclperl package required), Python (tclpython package required) or C.
    +Moodss is localized (Japanese with input, partial French) and
    +supports Unicode.
     
     %prep
     %setup -q
     
     %build
    -%__make CFLAGS="-s $RPM_OPT_FLAGS"
    +make CFLAGS="$RPM_OPT_FLAGS" LIBDIR=%_libdir TCLLIBDIR=%_libdir
     
     %install
     rm -rf $RPM_BUILD_ROOT __docs
    -%__make ROOTDIR=$RPM_BUILD_ROOT install
    +make ROOTDIR=$RPM_BUILD_ROOT LIBDIR=%_libdir TCLLIBDIR=%_libdir install
     cp -a $RPM_BUILD_ROOT/%_docdir/%name-%version __docs
     install -dm 755 $RPM_BUILD_ROOT/%_datadir/applications/\
         $RPM_BUILD_ROOT/%_datadir/pixmaps/\
    @@ -40,7 +49,6 @@
     chmod 644 $RPM_BUILD_ROOT/%_datadir/applications/fedora-%name.desktop
     install -m 644 -p %name.png $RPM_BUILD_ROOT/%_datadir/pixmaps/
     install -m 644 -p linux.moo $RPM_BUILD_ROOT/%_datadir/moodss/
    -# install %_topdir/SOURCES/tclsqlite.so $RPM_BUILD_ROOT/%_libdir/moodss/sqlite/
     
     %files
     %defattr(-,root,root,-)
    @@ -57,9 +65,67 @@
     
     
     %changelog
    -* Fri Apr  7 2005 Michael Schwendt 
    -- rebuilt
     
    +* Sun May 1 2005 Jean-Luc Fontaine  0:20.0-1
    +- 20.0 source release
    +- use specific build requirements for fedora distribution
    +- improved description.
    +
    +* Tue Feb 22 2005 Jean-Luc Fontaine  0:19.7-0.fdr.1
    +- 19.7 release
    +- titles of displayed tables change color to reflect module state
    +- in statistics table, added standard deviation column
    +
    +* Sun Feb 13 2005 Jean-Luc Fontaine  0:19.6-0.fdr.1
    +- 19.6 version with new nagios module
    +
    +* Sun Jan 2 2005 Jean-Luc Fontaine  0:19.5-0.fdr.1
    +- 19.5 version
    +
    +* Fri Dec 17 2004 Jean-Luc Fontaine  0:19.4-0.fdr.1
    +- 19.4 version
    +
    +* Sun Nov 14 2004 Jean-Luc Fontaine  0:19.3-0.fdr.1
    +- 19.3 version
    +
    +* Sun Oct 31 2004 Jean-Luc Fontaine  0:19.2.2-0.fdr.1
    +- capitalized summary
    +
    +* Sat Oct 30 2004 Jean-Luc Fontaine  0:19.2.1-0.fdr.1
    +- 19.2.1 version, which restores compatibility with Tcl 8.3 core
    +- allowed building on 64 bit architecture by passing library
    +  directories to make
    +
    +* Sun Oct 24 2004 Jean-Luc Fontaine  0:19.2-0.fdr.1
    +- 19.2 version
    +- in build stage, removed -s option from CFLAGS
    +- require SQLite as default database storage mean
    +- made summary more descriptive
    +- updated description: added formulas and reference to moomps
    +
    +* Sun Oct 17 2004 Jean-Luc Fontaine  0:19.1-0.fdr.1
    +- 19.1 version
    +
    +* Tue Aug 17 2004 Jean-Luc Fontaine  0:19.0-0.fdr.1
    +- 19.0 version
    +
    +* Wed Jul 14 2004 Jean-Luc Fontaine  0:18.5-0.fdr.1
    +- 18.5 version
    +
    +* Sun Jul 11 2004 Jean-Luc Fontaine  0:18.4-0.fdr.1
    +- 18.4 version
    +
    +* Sun Jun 13 2004 Jean-Luc Fontaine  0:18.3-0.fdr.1
    +- 18.3 version
    +
    +* Sun May 30 2004 Jean-Luc Fontaine  0:18.2-0.fdr.1
    +- 18.2 version
    +
    +* Sun Apr 25 2004 Jean-Luc Fontaine  0:18.1-0.fdr.1
    +- 18.1 version
    +
    +* Sun Mar 14 2004 Jean-Luc Fontaine  0:18.0-0.fdr.1
    +- 18.0 version
     
     * Sun Feb 8 2004 Jean-Luc Fontaine  0:17.17-0.fdr.1
     - 17.17 version
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:52:37 -0000	1.2
    +++ sources	8 May 2005 18:26:51 -0000	1.3
    @@ -1 +1 @@
    -0af174379967e0ac12613665f4ff0a32  moodss-17.17.tar.bz2
    +5fc3d217aacae80679d97871f5e60a58  moodss-20.0.tar.bz2
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 18:30:30 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 14:30:30 -0400
    Subject: rpms/moodss import.log,1.5,1.6
    Message-ID: <200505081830.j48IUUio031806@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31775
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import moodss-20.0-1 on branch FC-3 from moodss-20.0-1.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/import.log,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- import.log	8 May 2005 18:26:50 -0000	1.5
    +++ import.log	8 May 2005 18:30:28 -0000	1.6
    @@ -2,3 +2,4 @@
     moodss-17_17-0_fdr_1_1:HEAD:moodss-17.17-0.fdr.1.1.src.rpm:1099889563
     moodss-17_17-0_fdr_1_2:HEAD:moodss-17.17-0.fdr.1.2.src.rpm:1099889569
     moodss-20_0-1:HEAD:moodss-20.0-1.src.rpm:1115576777
    +moodss-20_0-1:FC-3:moodss-20.0-1.src.rpm:1115577017
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 18:30:31 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 14:30:31 -0400
    Subject: rpms/moodss/FC-3 .cvsignore, 1.2, 1.3 moodss.spec, 1.4, 1.5 sources,
    	1.2, 1.3
    Message-ID: <200505081830.j48IUVm4031814@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31775/FC-3
    
    Modified Files:
    	.cvsignore moodss.spec sources 
    Log Message:
    auto-import moodss-20.0-1 on branch FC-3 from moodss-20.0-1.src.rpm
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/FC-3/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	8 Nov 2004 04:52:37 -0000	1.2
    +++ .cvsignore	8 May 2005 18:30:28 -0000	1.3
    @@ -1 +1 @@
    -moodss-17.17.tar.bz2
    +moodss-20.0.tar.bz2
    
    
    Index: moodss.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/FC-3/moodss.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- moodss.spec	10 Dec 2004 22:03:07 -0000	1.4
    +++ moodss.spec	8 May 2005 18:30:28 -0000	1.5
    @@ -1,35 +1,44 @@
    -Summary: Modular Object Oriented Dynamic SpreadSheet
     Name: moodss
    -Version: 17.17
    +Version: 20.0
     Release: 1
     Epoch: 0
    +Summary: Powerful modular monitoring graphical application
     Group: Applications/System
    -Source: http://jfontain.free.fr/moodss-17.17.tar.bz2
    -URL: http://jfontain.free.fr/moodss/
     License: GPL
    +Source0: http://download.sourceforge.net/moodss/moodss-20.0.tar.bz2
    +URL: http://moodss.sourceforge.net/
     BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n)
    +%if 0%{?rhl}
     # work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9:
     BuildRequires: tcl >= 0:8.3.1, %{_includedir}/tcl.h
    -Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7
    +%else
    +BuildRequires: tcl-devel >= 0:8.3.1
    +%endif
    +# note: SQLite is a weak requirement with moodss working just fine,
    +# just missing default database storage mean, without it:
    +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
     
     %description
    -A multi-purpose monitoring tool with table, graphical, textual data
    -viewers, thresholds and full drag and drop user interface as well as a
    -UNIX daemon. Compatible with a variety of SQL databases for data
    -history over time storage and display. Includes modules for Linux
    -system, MySQL database, SNMP networking and Apache. Modules can be
    -written in Tcl, Perl (tclperl package required), Python (tclpython
    -package required) or C.
    +moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular
    +multi-purpose monitoring tool with table, graphical, textual data
    +viewers, thresholds, formulas and full drag and drop user interface as
    +well as a UNIX daemon (separate moomps package available). Compatible
    +with a variety of SQL databases for data history over time storage and
    +display. Includes modules for Linux system, MySQL database, SNMP
    +networking, Apache and Nagios. Modules can be written in Tcl, Perl
    +(tclperl package required), Python (tclpython package required) or C.
    +Moodss is localized (Japanese with input, partial French) and
    +supports Unicode.
     
     %prep
     %setup -q
     
     %build
    -%__make CFLAGS="-s $RPM_OPT_FLAGS"
    +make CFLAGS="$RPM_OPT_FLAGS" LIBDIR=%_libdir TCLLIBDIR=%_libdir
     
     %install
     rm -rf $RPM_BUILD_ROOT __docs
    -%__make ROOTDIR=$RPM_BUILD_ROOT install
    +make ROOTDIR=$RPM_BUILD_ROOT LIBDIR=%_libdir TCLLIBDIR=%_libdir install
     cp -a $RPM_BUILD_ROOT/%_docdir/%name-%version __docs
     install -dm 755 $RPM_BUILD_ROOT/%_datadir/applications/\
         $RPM_BUILD_ROOT/%_datadir/pixmaps/\
    @@ -40,7 +49,6 @@
     chmod 644 $RPM_BUILD_ROOT/%_datadir/applications/fedora-%name.desktop
     install -m 644 -p %name.png $RPM_BUILD_ROOT/%_datadir/pixmaps/
     install -m 644 -p linux.moo $RPM_BUILD_ROOT/%_datadir/moodss/
    -# install %_topdir/SOURCES/tclsqlite.so $RPM_BUILD_ROOT/%_libdir/moodss/sqlite/
     
     %files
     %defattr(-,root,root,-)
    @@ -58,6 +66,67 @@
     
     %changelog
     
    +* Sun May 1 2005 Jean-Luc Fontaine  0:20.0-1
    +- 20.0 source release
    +- use specific build requirements for fedora distribution
    +- improved description.
    +
    +* Tue Feb 22 2005 Jean-Luc Fontaine  0:19.7-0.fdr.1
    +- 19.7 release
    +- titles of displayed tables change color to reflect module state
    +- in statistics table, added standard deviation column
    +
    +* Sun Feb 13 2005 Jean-Luc Fontaine  0:19.6-0.fdr.1
    +- 19.6 version with new nagios module
    +
    +* Sun Jan 2 2005 Jean-Luc Fontaine  0:19.5-0.fdr.1
    +- 19.5 version
    +
    +* Fri Dec 17 2004 Jean-Luc Fontaine  0:19.4-0.fdr.1
    +- 19.4 version
    +
    +* Sun Nov 14 2004 Jean-Luc Fontaine  0:19.3-0.fdr.1
    +- 19.3 version
    +
    +* Sun Oct 31 2004 Jean-Luc Fontaine  0:19.2.2-0.fdr.1
    +- capitalized summary
    +
    +* Sat Oct 30 2004 Jean-Luc Fontaine  0:19.2.1-0.fdr.1
    +- 19.2.1 version, which restores compatibility with Tcl 8.3 core
    +- allowed building on 64 bit architecture by passing library
    +  directories to make
    +
    +* Sun Oct 24 2004 Jean-Luc Fontaine  0:19.2-0.fdr.1
    +- 19.2 version
    +- in build stage, removed -s option from CFLAGS
    +- require SQLite as default database storage mean
    +- made summary more descriptive
    +- updated description: added formulas and reference to moomps
    +
    +* Sun Oct 17 2004 Jean-Luc Fontaine  0:19.1-0.fdr.1
    +- 19.1 version
    +
    +* Tue Aug 17 2004 Jean-Luc Fontaine  0:19.0-0.fdr.1
    +- 19.0 version
    +
    +* Wed Jul 14 2004 Jean-Luc Fontaine  0:18.5-0.fdr.1
    +- 18.5 version
    +
    +* Sun Jul 11 2004 Jean-Luc Fontaine  0:18.4-0.fdr.1
    +- 18.4 version
    +
    +* Sun Jun 13 2004 Jean-Luc Fontaine  0:18.3-0.fdr.1
    +- 18.3 version
    +
    +* Sun May 30 2004 Jean-Luc Fontaine  0:18.2-0.fdr.1
    +- 18.2 version
    +
    +* Sun Apr 25 2004 Jean-Luc Fontaine  0:18.1-0.fdr.1
    +- 18.1 version
    +
    +* Sun Mar 14 2004 Jean-Luc Fontaine  0:18.0-0.fdr.1
    +- 18.0 version
    +
     * Sun Feb 8 2004 Jean-Luc Fontaine  0:17.17-0.fdr.1
     - 17.17 version
     
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/FC-3/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	8 Nov 2004 04:52:37 -0000	1.2
    +++ sources	8 May 2005 18:30:28 -0000	1.3
    @@ -1 +1 @@
    -0af174379967e0ac12613665f4ff0a32  moodss-17.17.tar.bz2
    +5fc3d217aacae80679d97871f5e60a58  moodss-20.0.tar.bz2
    
    
    
    From skvidal at phy.duke.edu  Sun May  8 19:02:50 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Sun, 08 May 2005 15:02:50 -0400
    Subject: common tobuild,1.239,1.240
    In-Reply-To: <200505081714.j48HEpow030345@cvs-int.fedora.redhat.com>
    References: <200505081714.j48HEpow030345@cvs-int.fedora.redhat.com>
    Message-ID: <1115578970.21549.16.camel@cutter>
    
    On Sun, 2005-05-08 at 13:14 -0400, Ville Skytta wrote:
    > Author: scop
    > 
    > Update of /cvs/extras/common
    > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30328
    > 
    > Modified Files:
    > 	tobuild 
    > Log Message:
    > request build of rpms/xemacs-sumo/devel xemacs-sumo-20050505-1 for development
    > 
    > 
    
    ville, Email to your ville.skytta address is bouncing. Just a heads up.
    
    -sv
    
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 19:05:02 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sun,  8 May 2005 15:05:02 -0400
    Subject: devel/libassuan libassuan.spec,1.6,1.7
    Message-ID: <200505081905.j48J52Mu000374@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/devel/libassuan
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv357
    
    Modified Files:
    	libassuan.spec 
    Log Message:
    bump
    
    
    Index: libassuan.spec
    ===================================================================
    RCS file: /cvs/extras/devel/libassuan/libassuan.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- libassuan.spec	18 Mar 2005 09:13:48 -0000	1.6
    +++ libassuan.spec	8 May 2005 19:05:00 -0000	1.7
    @@ -1,7 +1,7 @@
     Summary: GnuPG IPC library
     Name:    libassuan
     Version: 0.6.9
    -Release: 3%{?dist_tag}
    +Release: 4%{?dist_tag}
     Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz
     Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libassuan/libassuan-0.6.9.tar.gz.sig
     Patch0:  %{name}-macro.patch
    @@ -80,6 +80,9 @@
     
     
     %changelog
    +* Sun May  8 2005 Michael Schwendt  - 0.6.9-4
    +- rebuilt
    +
     * Fri Mar 18 2005 Ville Skytt??  - 0.6.9-3
     - Fix FC4 build and source URLs.
     
    
    
    
    From ville.skytta at iki.fi  Sun May  8 19:05:14 2005
    From: ville.skytta at iki.fi (Ville =?ISO-8859-1?Q?Skytt=E4?=)
    Date: Sun, 08 May 2005 22:05:14 +0300
    Subject: rpms/moodss/FC-3 .cvsignore, 1.2, 1.3 moodss.spec, 1.4, 1.5
    	sources, 1.2, 1.3
    In-Reply-To: <200505081830.j48IUVm4031814@cvs-int.fedora.redhat.com>
    References: <200505081830.j48IUVm4031814@cvs-int.fedora.redhat.com>
    Message-ID: <1115579114.9556.42.camel@bobcat.mine.nu>
    
    On Sun, 2005-05-08 at 14:30 -0400, Jean-Luc Fontaine wrote:
    
    > auto-import moodss-20.0-1 on branch FC-3 from moodss-20.0-1.src.rpm
    [...]
    > +# note: SQLite is a weak requirement with moodss working just fine,
    > +# just missing default database storage mean, without it:
    > +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    
    While there currently is a sqlite-tcl package in FC-3 Extras, it is
    disabled in the sqlite 3 update for FC-3, which will make this package
    uninstallable (or block the sqlite update) on FC-3 when/if it's pushed
    to the repository.  Based on the commentary above, I'd suggest just
    dropping the sqlite-tcl dependency from the moodss package in the FC-3
    branch.
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 19:05:51 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sun,  8 May 2005 15:05:51 -0400
    Subject: common tobuild,1.240,1.241
    Message-ID: <200505081905.j48J5pgk000442@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv425
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/libassuan/devel libassuan-0_6_9-4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.240
    retrieving revision 1.241
    diff -u -r1.240 -r1.241
    --- tobuild	8 May 2005 17:14:49 -0000	1.240
    +++ tobuild	8 May 2005 19:05:49 -0000	1.241
    @@ -10,3 +10,4 @@
     abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
     kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
     scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
    +mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 19:07:14 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sun,  8 May 2005 15:07:14 -0400
    Subject: devel/gnupg2 gnupg-1.9.15-test.patch,NONE,1.1 gnupg2.spec,1.5,1.6
    Message-ID: <200505081907.j48J7E06000475@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/devel/gnupg2
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv455
    
    Modified Files:
    	gnupg2.spec 
    Added Files:
    	gnupg-1.9.15-test.patch 
    Log Message:
    * Sun May  8 2005 Michael Schwendt  - 1.9.15-4
    - Add patch0 temporarily to get some output from failing test.
    
    
    
    gnupg-1.9.15-test.patch:
    
    --- NEW FILE gnupg-1.9.15-test.patch ---
    diff -Nur gnupg-1.9.15-orig/tests/asschk.c gnupg-1.9.15/tests/asschk.c
    --- gnupg-1.9.15-orig/tests/asschk.c	2003-01-09 14:09:54.000000000 +0100
    +++ gnupg-1.9.15/tests/asschk.c	2005-05-08 20:59:25.000000000 +0200
    @@ -273,6 +273,7 @@
       while (nleft > 0)
         {
           int n;
    +      printf("nleft = %d\nn = %d\npending_len = %d\n",nleft,n,pending_len);
     
           if (pending_len)
             {
    diff -Nur gnupg-1.9.15-orig/tests/runtest gnupg-1.9.15/tests/runtest
    --- gnupg-1.9.15-orig/tests/runtest	2004-02-20 14:46:35.000000000 +0100
    +++ gnupg-1.9.15/tests/runtest	2005-05-08 21:00:43.000000000 +0200
    @@ -1,4 +1,4 @@
     #!/bin/sh
     [ -x "$1" ] && exec $1 $2
    -exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1"
    +exec ./asschk --verbose --no-echo -DGPGSM=${GPGSM} <"$1"
     
    
    
    Index: gnupg2.spec
    ===================================================================
    RCS file: /cvs/extras/devel/gnupg2/gnupg2.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- gnupg2.spec	7 May 2005 15:58:59 -0000	1.5
    +++ gnupg2.spec	8 May 2005 19:07:12 -0000	1.6
    @@ -3,13 +3,14 @@
     Summary: GNU utility for secure communication and data storage
     Name:    gnupg2
     Version: 1.9.15
    -Release: 3%{?dist_tag}
    +Release: 4%{?dist_tag}
     
     License: GPL
     Group:   Applications/System
     Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
     Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig
     URL:     http://www.gnupg.org/
    +Patch0:  gnupg-1.9.15-test.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
     
     Obsoletes: newpg < 0.9.5
    @@ -63,6 +64,7 @@
     
     %prep
     %setup -q -n gnupg-%{version}
    +%patch0 -p1 -b .test
     
     
     %build
    @@ -124,6 +126,9 @@
     
     
     %changelog
    +* Sun May  8 2005 Michael Schwendt  - 1.9.15-4
    +- Add patch0 temporarily to get some output from failing test.
    +
     * Sat May  7 2005 David Woodhouse  1.9.15-3
     - Rebuild.
     
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 19:08:06 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sun,  8 May 2005 15:08:06 -0400
    Subject: common tobuild,1.241,1.242
    Message-ID: <200505081908.j48J86fZ000553@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv536
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gnupg2/devel gnupg2-1_9_15-4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.241
    retrieving revision 1.242
    diff -u -r1.241 -r1.242
    --- tobuild	8 May 2005 19:05:49 -0000	1.241
    +++ tobuild	8 May 2005 19:08:04 -0000	1.242
    @@ -11,3 +11,4 @@
     kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
     scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
     mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
    +mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
    
    
    
    From ville.skytta at iki.fi  Sun May  8 19:15:37 2005
    From: ville.skytta at iki.fi (Ville =?ISO-8859-1?Q?Skytt=E4?=)
    Date: Sun, 08 May 2005 22:15:37 +0300
    Subject: rpms/moodss/devel .cvsignore, 1.2, 1.3 moodss.spec, 1.6, 1.7
    	sources, 1.2, 1.3
    In-Reply-To: <200505081826.j48IQrSo031714@cvs-int.fedora.redhat.com>
    References: <200505081826.j48IQrSo031714@cvs-int.fedora.redhat.com>
    Message-ID: <1115579737.9556.55.camel@bobcat.mine.nu>
    
    On Sun, 2005-05-08 at 14:26 -0400, Jean-Luc Fontaine wrote:
    
    > auto-import moodss-20.0-1 on branch devel from moodss-20.0-1.src.rpm
    [...]
    > +Version: 20.0
    > +Release: 1
    > +Epoch: 0
    [...]
    > +BuildRequires: tcl >= 0:8.3.1, %{_includedir}/tcl.h
    > +%else
    > +BuildRequires: tcl-devel >= 0:8.3.1
    > +%endif
    > +# note: SQLite is a weak requirement with moodss working just fine,
    > +# just missing default database storage mean, without it:
    > +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    
    Epoch: 0 is frowned upon nowadays, please remove all of them in the
    version in the devel branch.
    
    Also, you'll need to make sure that the NEVR of a package in all
    branches is different in a way that works for upgrades.  In other words,
    in this case make sure that the release tag in the devel branch is
    higher than the one in the FC-3 branch. 
    
    
    
    From ville.skytta at iki.fi  Sun May  8 19:23:52 2005
    From: ville.skytta at iki.fi (Ville =?ISO-8859-1?Q?Skytt=E4?=)
    Date: Sun, 08 May 2005 22:23:52 +0300
    Subject: rpms/moodss/FC-3 .cvsignore, 1.2, 1.3 moodss.spec, 1.4, 1.5
    	sources, 1.2, 1.3
    In-Reply-To: <1115579114.9556.42.camel@bobcat.mine.nu>
    References: <200505081830.j48IUVm4031814@cvs-int.fedora.redhat.com>
    	<1115579114.9556.42.camel@bobcat.mine.nu>
    Message-ID: <1115580232.9556.65.camel@bobcat.mine.nu>
    
    On Sun, 2005-05-08 at 22:05 +0300, Ville Skytt? wrote:
    > On Sun, 2005-05-08 at 14:30 -0400, Jean-Luc Fontaine wrote:
    > 
    > > auto-import moodss-20.0-1 on branch FC-3 from moodss-20.0-1.src.rpm
    > [...]
    > > +# note: SQLite is a weak requirement with moodss working just fine,
    > > +# just missing default database storage mean, without it:
    > > +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    > 
    > While there currently is a sqlite-tcl package in FC-3 Extras, it is
    > disabled in the sqlite 3 update for FC-3, which will make this package
    > uninstallable (or block the sqlite update) on FC-3 when/if it's pushed
    > to the repository.  Based on the commentary above, I'd suggest just
    > dropping the sqlite-tcl dependency from the moodss package in the FC-3
    > branch.
    
    Hm, there's no sqlite-tcl in Rawhide either, so it looks like that
    dependency should be removed from the devel branch as well.
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 19:41:19 2005
    From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt))
    Date: Sun,  8 May 2005 15:41:19 -0400
    Subject: devel/gnupg2 gnupg2.spec,1.6,1.7 gnupg-1.9.15-test.patch,1.1,NONE
    Message-ID: <200505081941.j48JfJJo000659@cvs-int.fedora.redhat.com>
    
    Author: mschwendt
    
    Update of /cvs/extras/devel/gnupg2
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv642
    
    Modified Files:
    	gnupg2.spec 
    Removed Files:
    	gnupg-1.9.15-test.patch 
    Log Message:
    * Sun May  8 2005 Michael Schwendt 
    - Drop patch0 again.
    
    
    
    
    Index: gnupg2.spec
    ===================================================================
    RCS file: /cvs/extras/devel/gnupg2/gnupg2.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- gnupg2.spec	8 May 2005 19:07:12 -0000	1.6
    +++ gnupg2.spec	8 May 2005 19:41:17 -0000	1.7
    @@ -10,7 +10,6 @@
     Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2
     Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig
     URL:     http://www.gnupg.org/
    -Patch0:  gnupg-1.9.15-test.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
     
     Obsoletes: newpg < 0.9.5
    @@ -64,7 +63,6 @@
     
     %prep
     %setup -q -n gnupg-%{version}
    -%patch0 -p1 -b .test
     
     
     %build
    @@ -126,6 +124,9 @@
     
     
     %changelog
    +* Sun May  8 2005 Michael Schwendt 
    +- Drop patch0 again.
    +
     * Sun May  8 2005 Michael Schwendt  - 1.9.15-4
     - Add patch0 temporarily to get some output from failing test.
     
    
    
    --- gnupg-1.9.15-test.patch DELETED ---
    
    
    
    From ivazquez at ivazquez.net  Sun May  8 20:11:22 2005
    From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams)
    Date: Sun, 08 May 2005 16:11:22 -0400
    Subject: rpms/moodss/FC-3 .cvsignore, 1.2, 1.3 moodss.spec, 1.4, 1.5
    	sources, 1.2, 1.3
    In-Reply-To: <1115579114.9556.42.camel@bobcat.mine.nu>
    References: <200505081830.j48IUVm4031814@cvs-int.fedora.redhat.com>
    	<1115579114.9556.42.camel@bobcat.mine.nu>
    Message-ID: <1115583082.17312.4.camel@ignacio.ignacio.lan>
    
    On Sun, 2005-05-08 at 22:05 +0300, Ville Skytt? wrote:
    > On Sun, 2005-05-08 at 14:30 -0400, Jean-Luc Fontaine wrote:
    > 
    > > auto-import moodss-20.0-1 on branch FC-3 from moodss-20.0-1.src.rpm
    > [...]
    > > +# note: SQLite is a weak requirement with moodss working just fine,
    > > +# just missing default database storage mean, without it:
    > > +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    > 
    > While there currently is a sqlite-tcl package in FC-3 Extras, it is
    > disabled in the sqlite 3 update for FC-3, which will make this package
    > uninstallable (or block the sqlite update) on FC-3 when/if it's pushed
    > to the repository.  Based on the commentary above, I'd suggest just
    > dropping the sqlite-tcl dependency from the moodss package in the FC-3
    > branch.
    
    The eventual goal is/was to have a sqlite2 package in Extras and then
    have moodss require that instead. I'm still waiting on a couple of
    dependency maintainers to give their yea or nay wrt that.
    
    -- 
    Ignacio Vazquez-Abrams 
    http://fedora.ivazquez.net/
    
    gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: signature.asc
    Type: application/pgp-signature
    Size: 189 bytes
    Desc: This is a digitally signed message part
    URL: 
    
    From fedora-extras-commits at redhat.com  Sun May  8 20:52:46 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 16:52:46 -0400
    Subject: rpms/moodss/devel moodss.spec,1.7,1.8
    Message-ID: <200505082052.j48Kqks8001807@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1790
    
    Modified Files:
    	moodss.spec 
    Log Message:
    removed sqlite-tcl requirement.
    
    
    
    Index: moodss.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/devel/moodss.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- moodss.spec	8 May 2005 18:26:51 -0000	1.7
    +++ moodss.spec	8 May 2005 20:52:44 -0000	1.8
    @@ -14,9 +14,7 @@
     %else
     BuildRequires: tcl-devel >= 0:8.3.1
     %endif
    -# note: SQLite is a weak requirement with moodss working just fine,
    -# just missing default database storage mean, without it:
    -Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7
     
     %description
     moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular
    @@ -66,6 +64,10 @@
     
     %changelog
     
    +* Sun May 8 2005 Jean-Luc Fontaine  0:20.0-2
    +- removed sqlite-tcl requirement as it is disabled in the sqlite 3
    +  update for FC-3 and not in Rawhide
    +
     * Sun May 1 2005 Jean-Luc Fontaine  0:20.0-1
     - 20.0 source release
     - use specific build requirements for fedora distribution
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 20:54:53 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Sun,  8 May 2005 16:54:53 -0400
    Subject: common tobuild,1.242,1.243
    Message-ID: <200505082054.j48Ksrb1001831@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1814
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Config-Tiny/devel perl-Config-Tiny-2_01-2 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.242
    retrieving revision 1.243
    diff -u -r1.242 -r1.243
    --- tobuild	8 May 2005 19:08:04 -0000	1.242
    +++ tobuild	8 May 2005 20:54:50 -0000	1.243
    @@ -12,3 +12,4 @@
     scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
     mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
     mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
    +jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 20:55:30 2005
    From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo))
    Date: Sun,  8 May 2005 16:55:30 -0400
    Subject: common tobuild,1.243,1.244
    Message-ID: <200505082055.j48KtUip001887@cvs-int.fedora.redhat.com>
    
    Author: jpo
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1865
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/perl-Config-Tiny/devel perl-Config-Tiny-2_01-2 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.243
    retrieving revision 1.244
    diff -u -r1.243 -r1.244
    --- tobuild	8 May 2005 20:54:50 -0000	1.243
    +++ tobuild	8 May 2005 20:55:28 -0000	1.244
    @@ -13,3 +13,4 @@
     mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
     mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    +jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 21:00:12 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 17:00:12 -0400
    Subject: rpms/moodss/devel moodss.spec,1.8,1.9
    Message-ID: <200505082100.j48L0CsJ001950@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1933
    
    Modified Files:
    	moodss.spec 
    Log Message:
    forgot to increase release number to 2.
    
    
    
    Index: moodss.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/devel/moodss.spec,v
    retrieving revision 1.8
    retrieving revision 1.9
    diff -u -r1.8 -r1.9
    --- moodss.spec	8 May 2005 20:52:44 -0000	1.8
    +++ moodss.spec	8 May 2005 21:00:10 -0000	1.9
    @@ -1,6 +1,6 @@
     Name: moodss
     Version: 20.0
    -Release: 1
    +Release: 2
     Epoch: 0
     Summary: Powerful modular monitoring graphical application
     Group: Applications/System
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 21:03:31 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 17:03:31 -0400
    Subject: rpms/moodss/FC-3 moodss.spec,1.5,1.6
    Message-ID: <200505082103.j48L3WdA002971@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/rpms/moodss/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2953
    
    Modified Files:
    	moodss.spec 
    Log Message:
    removed sqlite-tcl requirement.
    
    
    
    Index: moodss.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/moodss/FC-3/moodss.spec,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- moodss.spec	8 May 2005 18:30:28 -0000	1.5
    +++ moodss.spec	8 May 2005 21:03:29 -0000	1.6
    @@ -1,6 +1,6 @@
     Name: moodss
     Version: 20.0
    -Release: 1
    +Release: 2
     Epoch: 0
     Summary: Powerful modular monitoring graphical application
     Group: Applications/System
    @@ -14,9 +14,7 @@
     %else
     BuildRequires: tcl-devel >= 0:8.3.1
     %endif
    -# note: SQLite is a weak requirement with moodss working just fine,
    -# just missing default database storage mean, without it:
    -Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7, sqlite-tcl >= 0:2.8.6
    +Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7
     
     %description
     moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular
    @@ -66,6 +64,10 @@
     
     %changelog
     
    +* Sun May 8 2005 Jean-Luc Fontaine  0:20.0-2
    +- removed sqlite-tcl requirement as it is disabled in the sqlite 3
    +  update for FC-3 and not in Rawhide
    +
     * Sun May 1 2005 Jean-Luc Fontaine  0:20.0-1
     - 20.0 source release
     - use specific build requirements for fedora distribution
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 21:05:07 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 17:05:07 -0400
    Subject: common tobuild,1.244,1.245
    Message-ID: <200505082105.j48L57lh003037@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3020
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/moodss/devel moodss-20_0-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.244
    retrieving revision 1.245
    diff -u -r1.244 -r1.245
    --- tobuild	8 May 2005 20:55:28 -0000	1.244
    +++ tobuild	8 May 2005 21:05:05 -0000	1.245
    @@ -14,3 +14,4 @@
     mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    +jfontain	rpms/moodss/devel	moodss-20_0-2	devel
    
    
    
    From fedora-extras-commits at redhat.com  Sun May  8 21:11:06 2005
    From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain))
    Date: Sun,  8 May 2005 17:11:06 -0400
    Subject: common tobuild,1.245,1.246
    Message-ID: <200505082111.j48LB6gJ003127@cvs-int.fedora.redhat.com>
    
    Author: jfontain
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3107
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/moodss/FC-3 moodss-20_0-2 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.245
    retrieving revision 1.246
    diff -u -r1.245 -r1.246
    --- tobuild	8 May 2005 21:05:05 -0000	1.245
    +++ tobuild	8 May 2005 21:11:04 -0000	1.246
    @@ -15,3 +15,4 @@
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     jfontain	rpms/moodss/devel	moodss-20_0-2	devel
    +jfontain	rpms/moodss/FC-3	moodss-20_0-2	FC-3
    
    
    
    From skvidal at phy.duke.edu  Sun May  8 22:52:22 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Sun, 08 May 2005 18:52:22 -0400
    Subject: common tobuild,1.243,1.244
    In-Reply-To: <200505082055.j48KtUip001887@cvs-int.fedora.redhat.com>
    References: <200505082055.j48KtUip001887@cvs-int.fedora.redhat.com>
    Message-ID: <1115592742.21549.20.camel@cutter>
    
    > Index: tobuild
    > ===================================================================
    > RCS file: /cvs/extras/common/tobuild,v
    > retrieving revision 1.243
    > retrieving revision 1.244
    > diff -u -r1.243 -r1.244
    > --- tobuild	8 May 2005 20:54:50 -0000	1.243
    > +++ tobuild	8 May 2005 20:55:28 -0000	1.244
    > @@ -13,3 +13,4 @@
    >  mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
    >  mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
    >  jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    > +jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    > 
    
    any particular reason you requested this twice?
    
    
    
    
    From bugs.michael at gmx.net  Sun May  8 23:20:03 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Mon, 9 May 2005 01:20:03 +0200
    Subject: common tobuild,1.243,1.244
    In-Reply-To: <1115592742.21549.20.camel@cutter>
    References: <200505082055.j48KtUip001887@cvs-int.fedora.redhat.com>
    	<1115592742.21549.20.camel@cutter>
    Message-ID: <20050509012003.2e514d1e.bugs.michael@gmx.net>
    
    On Sun, 08 May 2005 18:52:22 -0400, seth vidal wrote:
    
    > > Index: tobuild
    > > ===================================================================
    > > RCS file: /cvs/extras/common/tobuild,v
    > > retrieving revision 1.243
    > > retrieving revision 1.244
    > > diff -u -r1.243 -r1.244
    > > --- tobuild	8 May 2005 20:54:50 -0000	1.243
    > > +++ tobuild	8 May 2005 20:55:28 -0000	1.244
    > > @@ -13,3 +13,4 @@
    > >  mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
    > >  mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
    > >  jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    > > +jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    > > 
    > 
    > any particular reason you requested this twice?
    
    see comments in #156495
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 00:46:42 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Sun,  8 May 2005 20:46:42 -0400
    Subject: rpms/gkrellmms/devel gkrellmms.spec,1.6,1.7
    Message-ID: <200505090046.j490kg5T006375@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/gkrellmms/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6358
    
    Modified Files:
    	gkrellmms.spec 
    Log Message:
    Rebuild
    
    
    Index: gkrellmms.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gkrellmms/devel/gkrellmms.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- gkrellmms.spec	6 Apr 2005 22:11:38 -0000	1.6
    +++ gkrellmms.spec	9 May 2005 00:46:39 -0000	1.7
    @@ -2,7 +2,7 @@
     
     Name:           gkrellmms
     Version:        2.1.22
    -Release:        2
    +Release:        3
     
     Summary:        GKrellM XMMS plugin
     
    @@ -51,6 +51,9 @@
     
     
     %changelog
    +* Sun May  8 2005 Brian Pepple  - 2.1.22-3
    +- Rebuilt.
    +
     * Fri Apr  7 2005 Michael Schwendt 
     - rebuilt
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 00:47:35 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Sun,  8 May 2005 20:47:35 -0400
    Subject: common tobuild,1.246,1.247
    Message-ID: <200505090047.j490lZl4006435@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6415
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gkrellmms/devel gkrellmms-2_1_22-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.246
    retrieving revision 1.247
    diff -u -r1.246 -r1.247
    --- tobuild	8 May 2005 21:11:04 -0000	1.246
    +++ tobuild	9 May 2005 00:47:33 -0000	1.247
    @@ -16,3 +16,4 @@
     jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
     jfontain	rpms/moodss/devel	moodss-20_0-2	devel
     jfontain	rpms/moodss/FC-3	moodss-20_0-2	FC-3
    +bpepple	rpms/gkrellmms/devel	gkrellmms-2_1_22-3	development
    
    
    
    From ed at eh3.com  Mon May  9 02:08:45 2005
    From: ed at eh3.com (Ed Hill)
    Date: Sun, 08 May 2005 22:08:45 -0400
    Subject: APPROVED: OpenEXR
    Message-ID: <1115604526.24408.477.camel@ernie>
    
    
    submitter & maintainer:  Ignacio Vazquez-Abrams
    reviewed by:  Ed Hill
    
    http://www.openexr.com/
    
    OpenEXR is a high dynamic-range (HDR) image file format developed by
    Industrial Light & Magic for use in computer imaging applications.  The
    OpenEXR package contains libraries and sample applications for handling
    the format.
    
    -- 
    Edward H. Hill III, PhD
    office:  MIT Dept. of EAPS;  Rm 54-1424;  77 Massachusetts Ave.
                 Cambridge, MA 02139-4307
    emails:  eh3 at mit.edu                ed at eh3.com
    URLs:    http://web.mit.edu/eh3/    http://eh3.com/
    phone:   617-253-0098
    fax:     617-253-4464
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:06:01 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:06:01 -0400
    Subject: rpms/OpenEXR - New directory
    Message-ID: <200505090306.j49361MH009531@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9506/OpenEXR
    
    Log Message:
    Directory /cvs/extras/rpms/OpenEXR added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:06:02 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:06:02 -0400
    Subject: rpms/OpenEXR/devel - New directory
    Message-ID: <200505090306.j493629m009536@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9506/OpenEXR/devel
    
    Log Message:
    Directory /cvs/extras/rpms/OpenEXR/devel added to the repository
    
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:06:12 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:06:12 -0400
    Subject: rpms/OpenEXR Makefile,NONE,1.1 import.log,NONE,1.1
    Message-ID: <200505090306.j4936Cr7009583@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9552
    
    Added Files:
    	Makefile import.log 
    Log Message:
    Setup of module OpenEXR
    
    
    --- NEW FILE Makefile ---
    # Top level Makefile for module OpenEXR
    all : CVS/Root common-update
    	@cvs update
    
    common-update : common
    	@cd common && cvs update
    
    common : CVS/Root
    	@cvs checkout common
    
    CVS/Root :
    	@echo "ERROR: This does not look like a CVS checkout" && exit 1
    
    clean :
    	@find . -type f -name *~ -exec rm -fv {} \;
    
    
    --- NEW FILE import.log ---
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:06:13 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:06:13 -0400
    Subject: rpms/OpenEXR/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources,
    	NONE, 1.1
    Message-ID: <200505090306.j4936Dmx009588@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9552/devel
    
    Added Files:
    	.cvsignore Makefile sources 
    Log Message:
    Setup of module OpenEXR
    
    
    --- NEW FILE .cvsignore ---
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile'
    
    --- NEW FILE sources ---
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:08:41 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:08:41 -0400
    Subject: rpms/OpenEXR import.log,1.1,1.2
    Message-ID: <200505090309.j4939BvC009661@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9622
    
    Modified Files:
    	import.log 
    Log Message:
    auto-import OpenEXR-1.2.2-2 on branch devel from OpenEXR-1.2.2-2.src.rpm
    
    
    Index: import.log
    ===================================================================
    RCS file: /cvs/extras/rpms/OpenEXR/import.log,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- import.log	9 May 2005 03:06:10 -0000	1.1
    +++ import.log	9 May 2005 03:08:38 -0000	1.2
    @@ -0,0 +1 @@
    +OpenEXR-1_2_2-2:HEAD:OpenEXR-1.2.2-2.src.rpm:1115608122
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:08:41 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Sun,  8 May 2005 23:08:41 -0400
    Subject: rpms/OpenEXR/devel OpenEXR.spec, NONE, 1.1 .cvsignore, 1.1,
    	1.2 sources, 1.1, 1.2
    Message-ID: <200505090309.j4939B1j009665@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/rpms/OpenEXR/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9622/devel
    
    Modified Files:
    	.cvsignore sources 
    Added Files:
    	OpenEXR.spec 
    Log Message:
    auto-import OpenEXR-1.2.2-2 on branch devel from OpenEXR-1.2.2-2.src.rpm
    
    
    --- NEW FILE OpenEXR.spec ---
    Name:           OpenEXR
    Version:        1.2.2
    Release:        2
    Summary:        A high dynamic-range (HDR) image file format
    
    Group:          System Environment/Libraries
    License:        BSD
    URL:            http://www.openexr.com/
    Source0:        http://savannah.nongnu.org/download/openexr/OpenEXR-1.2.2.tar.gz
    BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    
    BuildRequires:  fltk-devel >= 1.1
    
    %description
    OpenEXR is a high dynamic-range (HDR) image file format developed by Industrial
    Light & Magic for use in computer imaging applications. This package contains
    libraries and sample applications for handling the format.
    
    %package        devel
    Summary:        Headers and libraries for building apps that use OpenEXR
    Group:          Development/Libraries
    Requires:       %{name} = %{version} zlib-devel
    
    %description    devel
    This package contains headers and libraries required to build applications that
    use the OpenEXR format.
    
    %prep
    %setup -q
    
    %build
    %configure
    make %{?_smp_mflags}
    
    %install
    rm -rf $RPM_BUILD_ROOT
    make install DESTDIR=$RPM_BUILD_ROOT
    install -d -m 0755 $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-devel-%{version}
    cp -a IlmImfExamples $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-devel-%{version}
    rm -r $RPM_BUILD_ROOT%{_defaultdocdir}/%{name}-devel-%{version}/IlmImfExamples/.deps
    
    %clean
    rm -rf $RPM_BUILD_ROOT
    
    %post -p /sbin/ldconfig
    
    %postun -p /sbin/ldconfig
    
    %files
    %defattr(-,root,root,-)
    %doc AUTHORS ChangeLog LICENSE NEWS README
    %{_bindir}/*
    %{_libdir}/*.so.*
    
    %files devel
    %defattr(-,root,root,-)
    %doc %{_defaultdocdir}/%{name}-devel-%{version}/IlmImfExamples
    %{_datadir}/aclocal/*
    %{_includedir}/OpenEXR
    %{_libdir}/*.a
    %{_libdir}/*.la
    %{_libdir}/pkgconfig/*
    
    %changelog
    * Sun May  8 2005 Ignacio Vazquez-Abrams  1.2.2-2
    - Fix BuildRequires
    - Fix Requires on -devel
    - Add %%post[un] scriptlets
    - Fix ownership in -devel
    - Don't have .deps files in %%doc
    
    * Wed Mar 30 2005 Ignacio Vazquez-Abrams  1.2.2-1
    - Initial RPM release
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/OpenEXR/devel/.cvsignore,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- .cvsignore	9 May 2005 03:06:10 -0000	1.1
    +++ .cvsignore	9 May 2005 03:08:39 -0000	1.2
    @@ -0,0 +1 @@
    +OpenEXR-1.2.2.tar.gz
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/OpenEXR/devel/sources,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- sources	9 May 2005 03:06:10 -0000	1.1
    +++ sources	9 May 2005 03:08:39 -0000	1.2
    @@ -0,0 +1 @@
    +a2e56af78dc47c7294ff188c8f78394b  OpenEXR-1.2.2.tar.gz
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:30:39 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:30:39 -0400
    Subject: rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK.spec,1.3,1.4
    Message-ID: <200505090331.j493V94F009787@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/R-RScaLAPACK/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9755/FC-3
    
    Modified Files:
    	R-RScaLAPACK.spec 
    Log Message:
    
    Missing BuildRequires: lam
    
    
    
    Index: R-RScaLAPACK.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/R-RScaLAPACK/FC-3/R-RScaLAPACK.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- R-RScaLAPACK.spec	25 Apr 2005 00:24:39 -0000	1.3
    +++ R-RScaLAPACK.spec	9 May 2005 03:30:37 -0000	1.4
    @@ -4,14 +4,14 @@
     
     Name: R-%{packname}
     Version: 0.4.0
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz
     License: Freely distributable
     URL: http://cran.r-project.org/contrib
     Group: Applications/Engineering
     Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK
     BuildRequires: R-devel, tetex-latex
    -BuildRequires: gcc-gfortran
    +BuildRequires: gcc-gfortran, lam
     Requires: R, scalapack
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch
    @@ -56,6 +56,9 @@
     %{_libdir}/R/library/%{packname}
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  0.4.0-4
    +- add lam as BuildRequires
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  0.4.0-3
     - add dist tag
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:30:39 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:30:39 -0400
    Subject: rpms/R-RScaLAPACK/devel R-RScaLAPACK.spec,1.3,1.4
    Message-ID: <200505090331.j493VAIY009790@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/R-RScaLAPACK/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9755/devel
    
    Modified Files:
    	R-RScaLAPACK.spec 
    Log Message:
    
    Missing BuildRequires: lam
    
    
    
    Index: R-RScaLAPACK.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- R-RScaLAPACK.spec	25 Apr 2005 00:24:39 -0000	1.3
    +++ R-RScaLAPACK.spec	9 May 2005 03:30:37 -0000	1.4
    @@ -4,14 +4,14 @@
     
     Name: R-%{packname}
     Version: 0.4.0
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz
     License: Freely distributable
     URL: http://cran.r-project.org/contrib
     Group: Applications/Engineering
     Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK
     BuildRequires: R-devel, tetex-latex
    -BuildRequires: gcc-gfortran
    +BuildRequires: gcc-gfortran, lam
     Requires: R, scalapack
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch
    @@ -56,6 +56,9 @@
     %{_libdir}/R/library/%{packname}
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  0.4.0-4
    +- add lam as BuildRequires
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  0.4.0-3
     - add dist tag
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:31:55 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:31:55 -0400
    Subject: common tobuild,1.247,1.248
    Message-ID: <200505090331.j493VtMN009877@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9860
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-4_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.247
    retrieving revision 1.248
    diff -u -r1.247 -r1.248
    --- tobuild	9 May 2005 00:47:33 -0000	1.247
    +++ tobuild	9 May 2005 03:31:53 -0000	1.248
    @@ -17,3 +17,4 @@
     jfontain	rpms/moodss/devel	moodss-20_0-2	devel
     jfontain	rpms/moodss/FC-3	moodss-20_0-2	FC-3
     bpepple	rpms/gkrellmms/devel	gkrellmms-2_1_22-3	development
    +spot	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-4_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:32:35 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:32:35 -0400
    Subject: common tobuild,1.248,1.249
    Message-ID: <200505090332.j493WZlr009905@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9888
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-4_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.248
    retrieving revision 1.249
    diff -u -r1.248 -r1.249
    --- tobuild	9 May 2005 03:31:53 -0000	1.248
    +++ tobuild	9 May 2005 03:32:33 -0000	1.249
    @@ -18,3 +18,4 @@
     jfontain	rpms/moodss/FC-3	moodss-20_0-2	FC-3
     bpepple	rpms/gkrellmms/devel	gkrellmms-2_1_22-3	development
     spot	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-4_fc3	FC-3
    +spot	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-4_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:40:43 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:40:43 -0400
    Subject: rpms/scalapack/FC-3 scalapack-1.7-fedora3.patch, NONE,
    	1.1 scalapack.spec, 1.3, 1.4 scalapack-1.7-fedora.patch, 1.2, NONE
    Message-ID: <200505090341.j493fDGw010011@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/scalapack/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9976/FC-3
    
    Modified Files:
    	scalapack.spec 
    Added Files:
    	scalapack-1.7-fedora3.patch 
    Removed Files:
    	scalapack-1.7-fedora.patch 
    Log Message:
    
    Fix broken FC-3 patch.
    
    
    scalapack-1.7-fedora3.patch:
    
    --- NEW FILE scalapack-1.7-fedora3.patch ---
    --- scalapack-1.7/SCALAPACK/SLmake.inc.orig	2001-08-08 21:59:50.000000000 -0500
    +++ scalapack-1.7/SCALAPACK/SLmake.inc	2005-05-08 22:38:39.000000000 -0500
    @@ -19,7 +19,7 @@
     #  The complete path to the top level of ScaLAPACK directory, usually
     #  $(HOME)/SCALAPACK
     #
    -home          = $(HOME)/SCALAPACK
    +home          = $(RPM_BUILD_DIR)/scalapack-1.7/SCALAPACK
     #
     #  The platform identifier to suffix to the end of library names
     #
    @@ -29,16 +29,16 @@
     #  and the directory where the BLACS libraries are
     #
     BLACSDBGLVL   = 0
    -BLACSdir      = /usr/local/lib
    +BLACSdir      = /usr/lib
     #
     #  MPI setup; tailor to your system if using MPIBLACS
     #  Will need to comment out these 6 lines if using PVM
     #
     USEMPI        = -DUsingMpiBlacs
    -SMPLIB        = /usr/local/mpich-1.2.1/lib/libmpich.a
    -BLACSFINIT    = $(BLACSdir)/libmpiblacsF77init-p4.a
    -BLACSCINIT    = $(BLACSdir)/libmpiblacsCinit-p4.a
    -BLACSLIB      = $(BLACSdir)/libmpiblacs-p4.a
    +SMPLIB        = /usr/lib/libmpi.a
    +BLACSFINIT    = $(BLACSdir)/libmpiblacsF77init.a
    +BLACSCINIT    = $(BLACSdir)/libmpiblacsCinit.a
    +BLACSLIB      = $(BLACSdir)/libmpiblacs.a
     TESTINGdir    = $(home)/TESTING
     
     #
    @@ -71,8 +71,8 @@
     #F77           = /usr/local/pgi/linux86/bin/pgf77
     CC            = gcc
     NOOPT         = 
    -F77FLAGS      =  -O3 $(NOOPT)
    -CCFLAGS       = -O4
    +F77FLAGS      = $(RPM_OPT_FLAGS) $(NOOPT)
    +CCFLAGS       = $(RPM_OPT_FLAGS)
     SRCFLAG       =
     F77LOADER     = $(F77)
     CCLOADER      = $(CC)
    @@ -94,9 +94,12 @@
     #  The name of the libraries to be created/linked to
     #
     SCALAPACKLIB  = $(home)/libscalapack.a
    -BLASLIB       = /usr/local/lib/libf77blas.a /usr/local/lib/libatlas.a
    +BLASLIB       = /usr/lib/libblas.a
     #
    -PBLIBS        = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB)
    -PRLIBS        = $(SCALAPACKLIB) $(CBLACSLIB) $(SMPLIB)
    -RLIBS         = $(SCALAPACKLIB) $(FBLACSLIB) $(CBLACSLIB) $(BLASLIB) $(SMPLIB)
    +LAMLIBS       = /usr/lib/liblam.a /usr/lib/liblamf77mpi.a
    +EXTRALIBS     = -ldl -lpthread -llam -lmpi -llamf77mpi
    +
    +PBLIBS        = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB) $(LAMLIBS) $(EXTRALIBS)
    +PRLIBS        = $(SCALAPACKLIB) $(CBLACSLIB) $(SMPLIB) $(LAMLIBS) $(EXTRALIBS)
    +RLIBS         = $(SCALAPACKLIB) $(FBLACSLIB) $(CBLACSLIB) $(BLASLIB) $(SMPLIB) $(LAMLIBS) $(EXTRALIBS)
     LIBS          = $(PBLIBS)
    
    
    Index: scalapack.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/scalapack/FC-3/scalapack.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- scalapack.spec	25 Apr 2005 00:38:23 -0000	1.3
    +++ scalapack.spec	9 May 2005 03:40:40 -0000	1.4
    @@ -4,7 +4,7 @@
     Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers
     Name: scalapack
     Version: 1.7
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     License: Freely distributable
     Group: Development/Libraries
     URL: http://www.netlib.org/scalapack/scalapack_home.html
    @@ -13,7 +13,7 @@
     BuildRequires: gcc-g77
     Requires: lapack, blas, lam, blacs
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    -Patch0: scalapack-1.7-fedora.patch
    +Patch0: scalapack-1.7-fedora3.patch
     
     %description
     The ScaLAPACK (or Scalable LAPACK) library includes a subset 
    @@ -71,6 +71,9 @@
     %{_libdir}/libscalapack.a
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  1.7-4
    +- fix broken patch for fc-3 branch
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.7-3
     - use dist tag
     - fix fc3 BuildRequires
    
    
    --- scalapack-1.7-fedora.patch DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:40:43 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:40:43 -0400
    Subject: rpms/scalapack/devel scalapack.spec,1.3,1.4
    Message-ID: <200505090341.j493fDuJ010014@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/scalapack/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9976/devel
    
    Modified Files:
    	scalapack.spec 
    Log Message:
    
    Fix broken FC-3 patch.
    
    
    
    Index: scalapack.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/scalapack/devel/scalapack.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- scalapack.spec	25 Apr 2005 00:38:23 -0000	1.3
    +++ scalapack.spec	9 May 2005 03:40:41 -0000	1.4
    @@ -4,7 +4,7 @@
     Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers
     Name: scalapack
     Version: 1.7
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     License: Freely distributable
     Group: Development/Libraries
     URL: http://www.netlib.org/scalapack/scalapack_home.html
    @@ -71,6 +71,9 @@
     %{_libdir}/libscalapack.a
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  1.7-4
    +- fix broken patch for fc-3 branch
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  1.7-3
     - use dist tag
     - fix fc3 BuildRequires
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:41:47 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:41:47 -0400
    Subject: common tobuild,1.249,1.250
    Message-ID: <200505090341.j493flnn010071@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10054
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/scalapack/FC-3 scalapack-1_7-4_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.249
    retrieving revision 1.250
    diff -u -r1.249 -r1.250
    --- tobuild	9 May 2005 03:32:33 -0000	1.249
    +++ tobuild	9 May 2005 03:41:45 -0000	1.250
    @@ -19,3 +19,4 @@
     bpepple	rpms/gkrellmms/devel	gkrellmms-2_1_22-3	development
     spot	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-4_fc3	FC-3
     spot	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-4_fc4	devel
    +spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:42:16 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:42:16 -0400
    Subject: common tobuild,1.250,1.251
    Message-ID: <200505090342.j493gGgu010129@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10112
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/scalapack/devel scalapack-1_7-4_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.250
    retrieving revision 1.251
    diff -u -r1.250 -r1.251
    --- tobuild	9 May 2005 03:41:45 -0000	1.250
    +++ tobuild	9 May 2005 03:42:13 -0000	1.251
    @@ -20,3 +20,4 @@
     spot	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-4_fc3	FC-3
     spot	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-4_fc4	devel
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
    +spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
    
    
    
    From ivazquez at ivazquez.net  Mon May  9 03:42:29 2005
    From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams)
    Date: Sun, 08 May 2005 23:42:29 -0400
    Subject: APPROVED: gnet2
    Message-ID: <1115610149.21984.5.camel@ignacio.ignacio.lan>
    
    gnet2: A simple network library built upon glib
    
    GNet is a simple network library. It is written in C, object-oriented,
    and built upon GLib. It is intended to be easy to use and port.
    
    Reviewer: Tom "spot" Callaway
    Maintainer: Ignacio Vazquez-Abrams
    
    -- 
    Ignacio Vazquez-Abrams 
    http://fedora.ivazquez.net/
    
    gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: signature.asc
    Type: application/pgp-signature
    Size: 189 bytes
    Desc: This is a digitally signed message part
    URL: 
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:55:35 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:55:35 -0400
    Subject: rpms/librx/FC-3 librx-1.5-libdir64.patch, NONE, 1.1 librx.spec, 1.3,
    	1.4
    Message-ID: <200505090355.j493tZeJ010202@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/librx/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10167/FC-3
    
    Modified Files:
    	librx.spec 
    Added Files:
    	librx-1.5-libdir64.patch 
    Log Message:
    
    Fix stupid hardcoded libdir setting for 64bit arches
    
    
    librx-1.5-libdir64.patch:
    
    --- NEW FILE librx-1.5-libdir64.patch ---
    --- rx-1.5/rx/Makefile.in.BAD	2005-05-08 22:46:56.000000000 -0500
    +++ rx-1.5/rx/Makefile.in	2005-05-08 22:47:16.000000000 -0500
    @@ -25,7 +25,7 @@
     prefix = @prefix@
     exec_prefix = @exec_prefix@
     bindir = $(exec_prefix)/bin
    -libdir = $(exec_prefix)/lib
    +libdir = $(exec_prefix)/lib64
     includedir = $(prefix)/include
     infodir = $(prefix)/info
     
    
    
    Index: librx.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/librx/FC-3/librx.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- librx.spec	5 May 2005 14:49:02 -0000	1.3
    +++ librx.spec	9 May 2005 03:55:33 -0000	1.4
    @@ -4,13 +4,14 @@
     Summary: POSIX regexp functions
     Name: librx
     Version: 1.5
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     License: GPL
     URL: http://www.gnu.org/software/rx/rx.html
     Group: Applications/Text
     Source0: ftp://ftp.gnu.org/gnu/rx/rx-%{version}.tar.bz2
     Patch0: rx-1.5-shared.patch
     Patch1: rx-1.5-texinfo.patch
    +Patch2: librx-1.5-libdir64.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires: texinfo
     
    @@ -37,6 +38,9 @@
     %setup -q -n rx-%{version}
     %patch0 -p1
     %patch1 -p1 -b .texipatch
    +%ifarch x86_64 ppc64 sparc64
    +%patch2 -p1 -b .64bit
    +%endif
     
     %build
     %configure
    @@ -82,6 +86,9 @@
     %{_libdir}/*.a
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  1.5-4
    +- Fix 64 bit arches to install to the right libdir
    +
     * Thu May  5 2005 Tom "spot" Callaway  1.5-3
     - add BuildRequires: texinfo
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:55:36 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:55:36 -0400
    Subject: rpms/librx/devel librx-1.5-libdir64.patch, NONE, 1.1 librx.spec, 1.3,
    	1.4
    Message-ID: <200505090355.j493takK010210@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/librx/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10167/devel
    
    Modified Files:
    	librx.spec 
    Added Files:
    	librx-1.5-libdir64.patch 
    Log Message:
    
    Fix stupid hardcoded libdir setting for 64bit arches
    
    
    librx-1.5-libdir64.patch:
    
    --- NEW FILE librx-1.5-libdir64.patch ---
    --- rx-1.5/rx/Makefile.in.BAD	2005-05-08 22:46:56.000000000 -0500
    +++ rx-1.5/rx/Makefile.in	2005-05-08 22:47:16.000000000 -0500
    @@ -25,7 +25,7 @@
     prefix = @prefix@
     exec_prefix = @exec_prefix@
     bindir = $(exec_prefix)/bin
    -libdir = $(exec_prefix)/lib
    +libdir = $(exec_prefix)/lib64
     includedir = $(prefix)/include
     infodir = $(prefix)/info
     
    
    
    Index: librx.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/librx/devel/librx.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- librx.spec	5 May 2005 14:49:03 -0000	1.3
    +++ librx.spec	9 May 2005 03:55:34 -0000	1.4
    @@ -4,13 +4,14 @@
     Summary: POSIX regexp functions
     Name: librx
     Version: 1.5
    -Release: 3%{?dist}
    +Release: 4%{?dist}
     License: GPL
     URL: http://www.gnu.org/software/rx/rx.html
     Group: Applications/Text
     Source0: ftp://ftp.gnu.org/gnu/rx/rx-%{version}.tar.bz2
     Patch0: rx-1.5-shared.patch
     Patch1: rx-1.5-texinfo.patch
    +Patch2: librx-1.5-libdir64.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires: texinfo
     
    @@ -37,6 +38,9 @@
     %setup -q -n rx-%{version}
     %patch0 -p1
     %patch1 -p1 -b .texipatch
    +%ifarch x86_64 ppc64 sparc64
    +%patch2 -p1 -b .64bit
    +%endif
     
     %build
     %configure
    @@ -82,6 +86,9 @@
     %{_libdir}/*.a
     
     %changelog
    +* Sun May  8 2005 Tom "spot" Callaway  1.5-4
    +- Fix 64 bit arches to install to the right libdir
    +
     * Thu May  5 2005 Tom "spot" Callaway  1.5-3
     - add BuildRequires: texinfo
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:56:08 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:56:08 -0400
    Subject: common tobuild,1.251,1.252
    Message-ID: <200505090356.j493u818010270@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10253
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/librx/FC-3 librx-1_5-4_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.251
    retrieving revision 1.252
    diff -u -r1.251 -r1.252
    --- tobuild	9 May 2005 03:42:13 -0000	1.251
    +++ tobuild	9 May 2005 03:56:06 -0000	1.252
    @@ -21,3 +21,4 @@
     spot	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-4_fc4	devel
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
     spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
    +spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:56:30 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Sun,  8 May 2005 23:56:30 -0400
    Subject: common tobuild,1.252,1.253
    Message-ID: <200505090356.j493uUpG010327@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10310
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/librx/devel librx-1_5-4_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.252
    retrieving revision 1.253
    diff -u -r1.252 -r1.253
    --- tobuild	9 May 2005 03:56:06 -0000	1.252
    +++ tobuild	9 May 2005 03:56:28 -0000	1.253
    @@ -22,3 +22,4 @@
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
     spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
     spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
    +spot	rpms/librx/devel	librx-1_5-4_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:59:18 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Sun,  8 May 2005 23:59:18 -0400
    Subject: rpms/SoQt/FC-3 SoQt.spec,1.4,1.5
    Message-ID: <200505090359.j493xInF010356@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/rpms/SoQt/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10339
    
    Modified Files:
    	SoQt.spec 
    Log Message:
    Add Provides:Coin2-SoQt*.
    
    
    Index: SoQt.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/SoQt/FC-3/SoQt.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- SoQt.spec	21 Apr 2005 15:32:46 -0000	1.4
    +++ SoQt.spec	9 May 2005 03:59:15 -0000	1.5
    @@ -1,10 +1,10 @@
    -%define _includedir		%{expand:%%(coin-config --includedir)}
    +%define _includedir %{expand:%%(coin-config --includedir)}
     
    -Summary: A high-level 3D visualization library.
    +Summary: High-level 3D visualization library
     Name: SoQt
    -Epoch: 0
     Version: 1.2.0
    -Release: 2
    +Release: 4.fc3
    +
     
     License: GPL
     Group: System Environment/Libraries
    @@ -24,6 +24,8 @@
     BuildRequires: doxygen
     BuildRequires: Coin2-devel qt-devel
     
    +Provides: Coin2-SoQt = %{version}-%{release}
    +
     Requires(post): /sbin/ldconfig
     Requires(postun): /sbin/ldconfig
     
    @@ -36,13 +38,14 @@
     
     %package devel
     Summary: Development files for SoQt
    -Requires: %{name} = %{epoch}:%{version}-%{release}
    +Requires: %{name} = %{version}-%{release}
     Requires: autoconf
     Requires: Coin2-devel qt-devel
    +Provides: Coin2-SoQt = %{version}-%{release}
     Group: Development/Libraries
     
     %description devel
    -Development package for Coin
    +Development package for SoQt
     
     %prep
     %setup
    @@ -89,10 +92,16 @@
     %{_mandir}/man?/*.?.gz
     
     %changelog
    -* Tue Apr 12 2005 Ralf Corsepius  - 0:1.2.0-2
    +* Mon May 09 2005 Ralf Corsepius  - 0:1.2.0-4
    +- Add Provides:Coin2-SoQt*.
    +
    +* Tue Apr 12 2005 Ralf Corsepius  - 0:1.2.0-3
     - Include simacros.
     - Work-around issues with RH's libtool.
     
    +* Fri Apr  7 2005 Michael Schwendt 
    +- rebuilt
    +
     * Fri Aug 27 2004 Ralf Corsepius  - 0:1.2.0-0.fdr.1
     - Update.
     - Minor cleanups to the spec.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 03:59:33 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Sun,  8 May 2005 23:59:33 -0400
    Subject: rpms/SoQt/devel SoQt.spec,1.6,1.7
    Message-ID: <200505090359.j493xXfn010381@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/rpms/SoQt/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10364
    
    Modified Files:
    	SoQt.spec 
    Log Message:
    Add Provides:Coin2-SoQt*.
    
    
    Index: SoQt.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/SoQt/devel/SoQt.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- SoQt.spec	21 Apr 2005 15:32:46 -0000	1.6
    +++ SoQt.spec	9 May 2005 03:59:31 -0000	1.7
    @@ -3,7 +3,7 @@
     Summary: High-level 3D visualization library
     Name: SoQt
     Version: 1.2.0
    -Release: 3
    +Release: 4.fc4
     
     
     License: GPL
    @@ -24,6 +24,8 @@
     BuildRequires: doxygen
     BuildRequires: Coin2-devel qt-devel
     
    +Provides: Coin2-SoQt = %{version}-%{release}
    +
     Requires(post): /sbin/ldconfig
     Requires(postun): /sbin/ldconfig
     
    @@ -39,10 +41,11 @@
     Requires: %{name} = %{version}-%{release}
     Requires: autoconf
     Requires: Coin2-devel qt-devel
    +Provides: Coin2-SoQt = %{version}-%{release}
     Group: Development/Libraries
     
     %description devel
    -Development package for Coin
    +Development package for SoQt
     
     %prep
     %setup
    @@ -89,6 +92,9 @@
     %{_mandir}/man?/*.?.gz
     
     %changelog
    +* Mon May 09 2005 Ralf Corsepius  - 0:1.2.0-4
    +- Add Provides:Coin2-SoQt*.
    +
     * Tue Apr 12 2005 Ralf Corsepius  - 0:1.2.0-3
     - Include simacros.
     - Work-around issues with RH's libtool.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 04:01:51 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 00:01:51 -0400
    Subject: common tobuild,1.253,1.254
    Message-ID: <200505090401.j4941pMa011372@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11355
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/SoQt/FC-3 SoQt-1_2_0-4_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.253
    retrieving revision 1.254
    diff -u -r1.253 -r1.254
    --- tobuild	9 May 2005 03:56:28 -0000	1.253
    +++ tobuild	9 May 2005 04:01:49 -0000	1.254
    @@ -23,3 +23,4 @@
     spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
     spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
     spot	rpms/librx/devel	librx-1_5-4_fc4	devel
    +corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 04:02:12 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 00:02:12 -0400
    Subject: common tobuild,1.254,1.255
    Message-ID: <200505090402.j4942CPQ011403@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11385
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/blacs/devel blacs-1_1-6_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.254
    retrieving revision 1.255
    diff -u -r1.254 -r1.255
    --- tobuild	9 May 2005 04:01:49 -0000	1.254
    +++ tobuild	9 May 2005 04:02:10 -0000	1.255
    @@ -24,3 +24,4 @@
     spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
     spot	rpms/librx/devel	librx-1_5-4_fc4	devel
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC-3
    +spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 04:03:23 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 00:03:23 -0400
    Subject: common tobuild,1.255,1.256
    Message-ID: <200505090403.j4943Nuh011453@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11436
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/SoQt/devel SoQt-1_2_0-4_fc4 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.255
    retrieving revision 1.256
    diff -u -r1.255 -r1.256
    --- tobuild	9 May 2005 04:02:10 -0000	1.255
    +++ tobuild	9 May 2005 04:03:21 -0000	1.256
    @@ -25,3 +25,4 @@
     spot	rpms/librx/devel	librx-1_5-4_fc4	devel
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC-3
     spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
    +corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 04:24:58 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 00:24:58 -0400
    Subject: rpms/scalapack/devel scalapack.spec,1.4,1.5
    Message-ID: <200505090424.j494Ow3N011545@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/scalapack/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11528
    
    Modified Files:
    	scalapack.spec 
    Log Message:
    
    bump to 5 to workaround make tag error
    
    
    
    Index: scalapack.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/scalapack/devel/scalapack.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- scalapack.spec	9 May 2005 03:40:41 -0000	1.4
    +++ scalapack.spec	9 May 2005 04:24:56 -0000	1.5
    @@ -4,7 +4,7 @@
     Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers
     Name: scalapack
     Version: 1.7
    -Release: 4%{?dist}
    +Release: 5%{?dist}
     License: Freely distributable
     Group: Development/Libraries
     URL: http://www.netlib.org/scalapack/scalapack_home.html
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 04:25:22 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 00:25:22 -0400
    Subject: common tobuild,1.256,1.257
    Message-ID: <200505090425.j494PMSl011605@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11585
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/scalapack/devel scalapack-1_7-5_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.256
    retrieving revision 1.257
    diff -u -r1.256 -r1.257
    --- tobuild	9 May 2005 04:03:21 -0000	1.256
    +++ tobuild	9 May 2005 04:25:20 -0000	1.257
    @@ -26,3 +26,4 @@
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC-3
     spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	development
    +spot	rpms/scalapack/devel	scalapack-1_7-5_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 06:31:54 2005
    From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede))
    Date: Mon,  9 May 2005 02:31:54 -0400
    Subject: rpms/Glide3/devel Glide3-lib64.patch,NONE,1.1 Glide3.spec,1.6,1.7
    Message-ID: <200505090631.j496Vs97013751@cvs-int.fedora.redhat.com>
    
    Author: jwrdegoede
    
    Update of /cvs/extras/rpms/Glide3/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13731
    
    Modified Files:
    	Glide3.spec 
    Added Files:
    	Glide3-lib64.patch 
    Log Message:
    Change -L/usr/X11R6/lib to -L/usr/X11R6/lib64 when building on x86_64
    
    Glide3-lib64.patch:
    
    --- NEW FILE Glide3-lib64.patch ---
    --- Glide3/h3/glide3/src/makefile.autoconf.am.lib64	2005-05-09 08:24:27.000000000 +0200
    +++ Glide3/h3/glide3/src/makefile.autoconf.am	2005-05-09 08:24:42.000000000 +0200
    @@ -192,7 +192,7 @@
     WHOLE_LIBS = $(top_builddir)/swlibs/fxmisc/libfxmisc.la \
                  $(top_builddir)/swlibs/newpci/pcilib/libfxpci.la \
                  $(top_builddir)/@FX_GLIDE_HW@/minihwc/libminihwc.la
    -LINK_LIBS  = -L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm
    +LINK_LIBS  = -L/usr/X11R6/lib64 -lX11 -lXext -lXxf86dga -lXxf86vm
     
     CLEANFILES = fxinline.h fxgasm.h
     
    --- Glide3/h5/glide3/src/makefile.autoconf.am.lib64	2005-05-09 08:23:42.000000000 +0200
    +++ Glide3/h5/glide3/src/makefile.autoconf.am	2005-05-09 08:24:04.000000000 +0200
    @@ -211,7 +211,7 @@
                  $(top_builddir)/swlibs/newpci/pcilib/libfxpci.la \
     			 $(top_builddir)/swlibs/$(TEXTURE_UTILITIES_DIR)/lib/libtexus.la \
                  $(top_builddir)/@FX_GLIDE_HW@/minihwc/libminihwc.la
    -LINK_LIBS  = -L/usr/X11R6/lib -lX11 -lXext -lXxf86dga -lXxf86vm -lm
    +LINK_LIBS  = -L/usr/X11R6/lib64 -lX11 -lXext -lXxf86dga -lXxf86vm -lm
     
     CLEANFILES = fxinline.h fxgasm.h
     
    
    
    Index: Glide3.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- Glide3.spec	5 May 2005 09:40:30 -0000	1.6
    +++ Glide3.spec	9 May 2005 06:31:51 -0000	1.7
    @@ -22,6 +22,7 @@
     Patch3:  Glide3-fixes.patch
     Patch4:  Glide3-gcc4.patch
     Patch5:  Glide3-amd3dnow.patch
    +Patch6:  Glide3-lib64.patch
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     BuildRequires: automake14 autoconf xorg-x11-devel
     
    @@ -50,7 +51,9 @@
     %patch3 -p1 -b .fix
     %patch4 -p1 -b .gcc4
     %patch5 -p1 -b .amd3dnow
    -
    +%ifarch x86_64
    +%patch6 -p1 -b .lib64
    +%endif
     
     %build
     aclocal-1.4
    @@ -152,11 +155,15 @@
     
     
     %changelog
    -* Mon May  5 2005 Hans de Goede 
    +* Mon May  9 2005 Hans de Goede 
    +- Change -L/usr/X11R6/lib to -L/usr/X11R6/lib64 when building on
    +  x86_64 .
    +
    +* Thu May  5 2005 Hans de Goede 
     - More x86_64 fixes added to Glide-64bit.patch.
     - Removed ancient Conflicts: XFree86-libs = 4.1.0
     
    -* Mon May  4 2005 Hans de Goede 
    +* Wed May  4 2005 Hans de Goede 
     - Tested amd3dnow code on a voodoo2, works for me (tm). Enabled
       amd3dnow code on i386 for now.
     - Added FX_GLIDE_I386 AM-conditonal and define, only use and build
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 06:37:59 2005
    From: fedora-extras-commits at redhat.com (Jindrich Novy (jnovy))
    Date: Mon,  9 May 2005 02:37:59 -0400
    Subject: common tobuild,1.257,1.258
    Message-ID: <200505090637.j496bxiY013794@cvs-int.fedora.redhat.com>
    
    Author: jnovy
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13777
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/allegro/devel allegro-4_0_3-11 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.257
    retrieving revision 1.258
    diff -u -r1.257 -r1.258
    --- tobuild	9 May 2005 04:25:20 -0000	1.257
    +++ tobuild	9 May 2005 06:37:56 -0000	1.258
    @@ -27,3 +27,5 @@
     spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	development
     spot	rpms/scalapack/devel	scalapack-1_7-5_fc4	devel
    +jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
    +jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 08:06:46 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 04:06:46 -0400
    Subject: common tobuild,1.258,1.259
    Message-ID: <200505090806.j4986l17016394@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16377
    
    Modified Files:
    	tobuild 
    Log Message:
    Remove my packages.
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.258
    retrieving revision 1.259
    diff -u -r1.258 -r1.259
    --- tobuild	9 May 2005 06:37:56 -0000	1.258
    +++ tobuild	9 May 2005 08:06:44 -0000	1.259
    @@ -6,7 +6,6 @@
     thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
     thl	rpms/revelation/devel	revelation-0_4_3-3	development
     thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    -corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	development
     abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
     kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
     scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
    @@ -23,9 +22,7 @@
     spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
     spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
     spot	rpms/librx/devel	librx-1_5-4_fc4	devel
    -corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC-3
     spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
    -corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	development
     spot	rpms/scalapack/devel	scalapack-1_7-5_fc4	devel
     jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
     jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 08:56:24 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 04:56:24 -0400
    Subject: common tobuild,1.259,1.260
    Message-ID: <200505090856.j498uOoM016563@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16546
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/SoQt/FC-3 SoQt-1_2_0-4_fc3 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.259
    retrieving revision 1.260
    diff -u -r1.259 -r1.260
    --- tobuild	9 May 2005 08:06:44 -0000	1.259
    +++ tobuild	9 May 2005 08:56:22 -0000	1.260
    @@ -26,3 +26,4 @@
     spot	rpms/scalapack/devel	scalapack-1_7-5_fc4	devel
     jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
     jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
    +corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 08:58:11 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Mon,  9 May 2005 04:58:11 -0400
    Subject: common tobuild,1.260,1.261
    Message-ID: <200505090858.j498wBI4016601@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16584
    
    Modified Files:
    	tobuild 
    Log Message:
    
    clear out old
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.260
    retrieving revision 1.261
    diff -u -r1.260 -r1.261
    --- tobuild	9 May 2005 08:56:22 -0000	1.260
    +++ tobuild	9 May 2005 08:58:09 -0000	1.261
    @@ -1,29 +1,4 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -gijs	rpms/python-cherrypy/devel	python-cherrypy-2_0_0-1	development
    -thl	rpms/alsa-tools/FC-3	alsa-tools-1_0_6-3	FC3
    -thl	rpms/alsa-tools/devel	alsa-tools-1_0_8-3	development
    -thl	rpms/revelation/devel	revelation-0_4_3-3	development
    -thl	rpms/wxGTK/devel	wxGTK-2_4_2-12	development
    -abompard	rpms/apachetop/FC-3	apachetop-0_12_5-1	FC3
    -kevin	rpms/xfce4-mixer/FC-3	xfce4-mixer-4_2_1-5_fc3	FC3
    -scop	rpms/xemacs-sumo/devel	xemacs-sumo-20050505-1	development
    -mschwendt	rpms/libassuan/devel	libassuan-0_6_9-4	devel
    -mschwendt	rpms/gnupg2/devel	gnupg2-1_9_15-4	devel
    -jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    -jpo	rpms/perl-Config-Tiny/devel	perl-Config-Tiny-2_01-2	development
    -jfontain	rpms/moodss/devel	moodss-20_0-2	devel
    -jfontain	rpms/moodss/FC-3	moodss-20_0-2	FC-3
    -bpepple	rpms/gkrellmms/devel	gkrellmms-2_1_22-3	development
    -spot	rpms/R-RScaLAPACK/FC-3	R-RScaLAPACK-0_4_0-4_fc3	FC-3
    -spot	rpms/R-RScaLAPACK/devel	R-RScaLAPACK-0_4_0-4_fc4	devel
    -spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
    -spot	rpms/scalapack/devel	scalapack-1_7-4_fc4	devel
    -spot	rpms/librx/FC-3	librx-1_5-4_fc3	FC-3
    -spot	rpms/librx/devel	librx-1_5-4_fc4	devel
    -spot	rpms/blacs/devel	blacs-1_1-6_fc4	devel
    -spot	rpms/scalapack/devel	scalapack-1_7-5_fc4	devel
    -jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
    -jnovy	rpms/allegro/devel	allegro-4_0_3-11	devel
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 09:01:30 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Mon,  9 May 2005 05:01:30 -0400
    Subject: extras-buildsys-temp/automation extras-push.py, NONE,
    	1.1 buildqueue.py, 1.3, 1.4
    Message-ID: <200505090901.j4991UUO017518@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16612
    
    Modified Files:
    	buildqueue.py 
    Added Files:
    	extras-push.py 
    Log Message:
    
    add extras-push script to handle signing, moving and making repository data
    from rpms
    
    
    
    --- NEW FILE extras-push.py ---
    #!/usr/bin/python -t
    # This program is free software; you can redistribute it and/or modify
    # it under the terms of the GNU General Public License as published by
    # the Free Software Foundation; either version 2 of the License, or
    # (at your option) any later version.
    #
    # This program is distributed in the hope that it will be useful,
    # but WITHOUT ANY WARRANTY; without even the implied warranty of
    # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    # GNU Library General Public License for more details.
    #
    # You should have received a copy of the GNU General Public License
    # along with this program; if not, write to the Free Software
    # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    
    import os
    import sys
    import rpmUtils
    import smtplib
    import shutil
    import string
    from email.MIMEText import MIMEText
    
    
    # get the path to where to look for the packages to be signed
    # get the list of stuff there (logs, md5sums, specs, rpms)
    # list the rpms and pause
    # sign the rpms
    # collect list of srpms and get package n-v-r from them
    # move pkgs into repo
    # repomanage? 
    # make repo
    # make repoview
    # email to fedora-extras-list with the built packages list
    # sing, dance, romance
    
    stagesdir = '/rpmbuild/extras/stages'
    treedir = '/rpmbuild/extras/tree/extras'
    archdict = {'3':['x86_64', 'i386'], 
                'development':['ppc','x86_64','i386'],
                '4':['ppc','x86_64', 'i386']}
    ts = rpmUtils.transaction.initReadOnlyTransaction()
    
    
    DEBUG = False
    
    def debugprint(msg):
        if DEBUG:
            print msg
            
    def find_files(path):
        """returns a dict of filetypes and paths to those files"""
        filedict = {}
        filedict['srpm'] = []
        filedict['log'] = []
        filedict['rpm'] = []
        filedict['spec'] = []
        filedict['md5sum'] = []
        filedict['debuginfo'] = []
        for root, dirs, files in os.walk(path):
            for file in files:
                # match the files to what list they should be in
                if file.endswith('.log'):
                    which = 'log'
                elif file.endswith('.rpm'):
                    if file.find('.debuginfo') != -1:
                        which = 'debuginfo' 
                    elif file.endswith('.src.rpm'):
                        which = 'srpm'
                    else:
                        which = 'rpm'
                elif file.endswith('.spec'):
                    which = 'spec'
                elif file.endswith('.md5sum'):
                    which = 'md5sum'
                fullfile = os.path.join(root, file)
                filedict[which].append(fullfile)
        return filedict
    
    def naevr(pkg):
        """return nevra from the package srpm"""
    
        hdr = rpmUtils.miscutils.hdrFromPackage(ts, pkg)
        name = hdr['name']
        ver = hdr['version']
        rel = hdr['release']
        arch = hdr['arch']
        epoch = hdr['epoch']
        if epoch is None:
            epoch = 0
        
        return (name, arch, epoch, ver, rel)
    
    
    def email_list(pkglist, dist):
        """email extras list with the new package listing"""
        mail_from = 'buildsys at fedoraproject.org'
        mail_to = 'fedora-extras-list at redhat.com'
    
        uniqued = rpmUtils.miscutils.unique(pkglist)
        uniqued.sort()
        
        output = "\nPackages built and released for Fedora Extras %s: %s \n\n" % (dist, len(uniqued))
        for pkg in uniqued:
            add = '%s\n' % (pkg)
            output = output + add
        
        end = """
    
    For more information about the built packages please see the repository
    or the fedora Info Feed: http://fedoraproject.org/infofeed/
    
    """
        output = output + end
        msg = MIMEText(output)
        subject = 'Fedora Extras %s Package Build Report' % dist
        msg['Subject'] = subject
        msg['From'] = mail_from
        msg['To'] = mail_to
        s = smtplib.SMTP()
        s.connect()
        s.sendmail(mail_from, [mail_to], msg.as_string())
        s.close()
            
    def sign_pkgs(filelist):
        """gpg sign all the rpms"""
        foo = string.join(filelist)
        result = os.system('echo %s | xargs rpm --resign' % foo)
        if result != 0:
            return False
        return True
        
    def main(dist):
        if not archdict.has_key(dist):
            print "No Distribution named %s found" % dist
            sys.exit(1)
            
        needsign = os.path.join(stagesdir, 'needsign', dist)
        files = find_files(needsign)
        destdir = os.path.join(treedir, dist)
        if not os.path.exists(destdir):
            for arch in archdict[dist]:
                os.makedirs(destdir + '/' + arch + '/debug')
            os.makedirs(destdir + '/' + 'SRPMS')
    
        rpms = files['rpm'] + files['srpm'] + files['debuginfo']
        print "Signing Packages:"
        result = sign_pkgs(rpms)
        if not result:
            print "Error signing packages"
            sys.exit(2)
        
        infolist = []
        for package in files['srpm']:
            (n,a,e,v,r) = naevr(package)
            infolist.append('%s-%s-%s' % (n,v,r))
            pkg_fn = os.path.basename(package)
            srpmloc = os.path.join(destdir, 'SRPMS', pkg_fn)
            if os.path.exists(srpmloc):
                debugprint('Deleting %s' % srpmloc)
                os.unlink(srpmloc)
            debugprint('Moving %s to %s' % (package, srpmloc))
            shutil.move(package, srpmloc)
    
        # go through each package and move it to the right arch location.
        # if it is a noarch package, copy2 it to all arch locations and unlink it
        # if it is a debuginfo package move it into the 'debug' dir for that arch
        print "Moving Packages into Place"
        for package in files['rpm'] + files['debuginfo']:
            pkg_fn = os.path.basename(package)
            (n,a,e,v,r) = naevr(package)
            if a == 'noarch':
                for arch in archdict[dist]:
                    if package in files['debuginfo']:
                        arch = '%s/debug' % arch
                    rpmloc = os.path.join(destdir, arch, pkg_fn)
                    debugprint("Copying %s to %s" % (package, rpmloc))
                    shutil.copy(package, rpmloc)
    
                os.unlink(package)
                continue
                
            elif a in ['i386', 'i486', 'i586', 'i686', 'athlon']:
                if package in files['debuginfo']:
                    arch = 'i386/debug'
                else:
                    arch = 'i386'
            
            elif a in ['x86_64', 'ia32e', 'amd64']:
                if package in files['debuginfo']:
                    arch = 'x86_64/debug'
                else:
                    arch = 'x86_64'
            
            elif a in ['ppc', 'ppc64', 'ppc32']:
                if package in files['debuginfo']:
                    arch = 'ppc/debug'
                else:
                    arch = 'ppc'
    
            else:
                print 'Unknown arch %s' % a
                continue
    
            rpmloc = os.path.join(destdir, arch, pkg_fn)
            debugprint('Moving %s to %s' % (package, rpmloc))        
            shutil.move(package, rpmloc)
            
            
            
        print "Making Repository Metadata"
        # SRPM repo creation
        repodir = os.path.join(destdir, 'SRPMS')
        rpdata = os.path.join(repodir, 'repodata')
        debugprint('removing tree %s' % rpdata)
        shutil.rmtree(rpdata)
        cmd = '/usr/bin/createrepo -q %s' % repodir
        debugprint(cmd)
        result = os.system(cmd)
        cmd = '/usr/bin/repoview %s' % repodir
        debugprint(cmd)
        result = os.system(cmd)
        
        # arch repo creation
        for arch in archdict[dist]:
            repodir = os.path.join(destdir, arch)
            rpdata = os.path.join(repodir, 'repodata')
            debugprint('removing tree %s' % rpdata)
            shutil.rmtree(rpdata)
            cmd = '/usr/bin/createrepo -q -x *debuginfo* %s' % repodir
            debugprint(cmd)
            result = os.system(cmd)
            cmd = '/usr/bin/repoview %s' % repodir
            debugprint(cmd)
            result = os.system(cmd)
            
            dbg_repodir = os.path.join(destdir, arch, 'debug')
            dbg_rpdata = os.path.join(dbg_repodir, 'repodata')
            debugprint('removing tree %s' % dbg_rpdata)
            shutil.rmtree(dbg_rpdata)
            cmd = '/usr/bin/createrepo -q %s' % dbg_repodir
            debugprint(cmd)        
            result = os.system(cmd)
            cmd = '/usr/bin/repoview %s' % dbg_repodir
            debugprint(cmd)        
            result = os.system(cmd)
            
        # email the list
        print "Emailing info"
        email_list(infolist, dist)
        
        # clean up the crap
        print "Cleaning Up"
        for file in files['log'] + files['md5sum'] + files['spec']:
            debugprint('removing %s' % file)
            os.unlink(file)
        
        # FIXME clean up empty dirs, too.
        
    if __name__ == '__main__':
        me = os.getcwd()
        main(sys.argv[1])
        os.chdir(me)
        
    
    
    Index: buildqueue.py
    ===================================================================
    RCS file: /cvs/fedora/extras-buildsys-temp/automation/buildqueue.py,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- buildqueue.py	7 May 2005 15:00:53 -0000	1.3
    +++ buildqueue.py	9 May 2005 09:01:28 -0000	1.4
    @@ -176,7 +176,7 @@
             self.archprocess = []
             self.build_status = {}
             self.anyfail = False
    -        self.timeout = 5400
    +        self.timeout = 7200
             self.timeout_reached = False
             self.localarches = ['i386', 'x86_64']
             self.logs = {}
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 09:02:45 2005
    From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal))
    Date: Mon,  9 May 2005 05:02:45 -0400
    Subject: extras-buildsys-temp/automation extras-push.py,1.1,1.2
    Message-ID: <200505090902.j4992joe017540@cvs-int.fedora.redhat.com>
    
    Author: skvidal
    
    Update of /cvs/fedora/extras-buildsys-temp/automation
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17526
    
    Modified Files:
    	extras-push.py 
    Log Message:
    
    simple usage statement
    
    
    
    Index: extras-push.py
    ===================================================================
    RCS file: /cvs/fedora/extras-buildsys-temp/automation/extras-push.py,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- extras-push.py	9 May 2005 09:01:28 -0000	1.1
    +++ extras-push.py	9 May 2005 09:02:43 -0000	1.2
    @@ -259,6 +259,9 @@
         
     if __name__ == '__main__':
         me = os.getcwd()
    +    if len(sys.argv) < 1:
    +        print "Usage:\nextras-push.py release\n\n"
    +        sys.exit(1)
         main(sys.argv[1])
         os.chdir(me)
         
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 09:20:59 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Mon,  9 May 2005 05:20:59 -0400
    Subject: common tobuild,1.261,1.262
    Message-ID: <200505090920.j499KxJQ017607@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17590
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-2 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.261
    retrieving revision 1.262
    diff -u -r1.261 -r1.262
    --- tobuild	9 May 2005 08:58:09 -0000	1.261
    +++ tobuild	9 May 2005 09:20:57 -0000	1.262
    @@ -2,3 +2,4 @@
     # user	repo	tag	target	status
     # 
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
    +gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 09:42:16 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 05:42:16 -0400
    Subject: common tobuild,1.262,1.263
    Message-ID: <200505090942.j499gGq9017773@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17756
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Coin2/devel Coin2-2_3_0-8_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.262
    retrieving revision 1.263
    diff -u -r1.262 -r1.263
    --- tobuild	9 May 2005 09:20:57 -0000	1.262
    +++ tobuild	9 May 2005 09:42:14 -0000	1.263
    @@ -3,3 +3,4 @@
     # 
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
    +corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 09:59:43 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Mon,  9 May 2005 05:59:43 -0400
    Subject: rpms/mlmmj/devel .cvsignore, 1.2, 1.3 mlmmj.spec, 1.3, 1.4 sources,
    	1.2, 1.3 mlmmj-1.2.5.moderation-race.diff, 1.1, NONE
    Message-ID: <200505090959.j499xhre017861@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17840
    
    Modified Files:
    	.cvsignore mlmmj.spec sources 
    Removed Files:
    	mlmmj-1.2.5.moderation-race.diff 
    Log Message:
    New upstream version, patches merged
    
    
    Index: .cvsignore
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/.cvsignore,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- .cvsignore	5 May 2005 10:44:48 -0000	1.2
    +++ .cvsignore	9 May 2005 09:59:41 -0000	1.3
    @@ -1 +1 @@
    -mlmmj-1.2.5.tar.gz
    +mlmmj-1.2.6.1.tar.bz2
    
    
    Index: mlmmj.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- mlmmj.spec	6 May 2005 05:42:37 -0000	1.3
    +++ mlmmj.spec	9 May 2005 09:59:41 -0000	1.4
    @@ -2,12 +2,11 @@
     
     Summary: Mailserver-independent ezmlm-like mailing list manager
     Name: mlmmj
    -Version: 1.2.5
    -Release: 3
    +Version: 1.2.6.1
    +Release: 1
     License: MIT
     Group: Applications/Internet
    -Source: http://mlmmj.mmj.dk/dist/mlmmj-1.2.5.tar.gz
    -Patch0: mlmmj-1.2.5.moderation-race.diff
    +Source: http://mlmmj.mmj.dk/files/mlmmj-1.2.6.tar.bz2
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Requires: smtpdaemon
     URL: http://mlmmj.mmj.dk/
    @@ -22,8 +21,6 @@
     
     %setup
     
    -%patch -p1 -b .modrace
    -
     %build
     %configure
     make %{?_smp_mflags}
    @@ -46,6 +43,13 @@
     %{_mandir}/man1/mlmmj-*
     
     %changelog
    +* Mon May 9 2005 Michael Fleming  1.2.6.1-1
    +- 1.2.6.1
    +
    +* Mon May 9 2005 Michael Fleming  1.2.6-1
    +- 1.2.6
    +- Dropped moderation race patch (merged upstream)
    +
     * Fri May 6 2005 Michael Fleming  1.2.5-3
     - Upstream patch included fixing a potential race condition on
       moderation.
    
    
    Index: sources
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/sources,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- sources	5 May 2005 10:44:48 -0000	1.2
    +++ sources	9 May 2005 09:59:41 -0000	1.3
    @@ -1 +1 @@
    -11104c72c9168bb37eab848b51ebee32  mlmmj-1.2.5.tar.gz
    +f55bc897c76472b0446f38a5e8f7496d  mlmmj-1.2.6.1.tar.bz2
    
    
    --- mlmmj-1.2.5.moderation-race.diff DELETED ---
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 10:03:36 2005
    From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming))
    Date: Mon,  9 May 2005 06:03:36 -0400
    Subject: rpms/mlmmj/devel mlmmj.spec,1.4,1.5
    Message-ID: <200505091003.j49A3aiJ018812@cvs-int.fedora.redhat.com>
    
    Author: mfleming
    
    Update of /cvs/extras/rpms/mlmmj/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18795
    
    Modified Files:
    	mlmmj.spec 
    Log Message:
    Paper bag error (bad Source name) in spec
    
    
    Index: mlmmj.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v
    retrieving revision 1.4
    retrieving revision 1.5
    diff -u -r1.4 -r1.5
    --- mlmmj.spec	9 May 2005 09:59:41 -0000	1.4
    +++ mlmmj.spec	9 May 2005 10:03:34 -0000	1.5
    @@ -6,7 +6,7 @@
     Release: 1
     License: MIT
     Group: Applications/Internet
    -Source: http://mlmmj.mmj.dk/files/mlmmj-1.2.6.tar.bz2
    +Source: http://mlmmj.mmj.dk/files/mlmmj-%{version}.tar.bz2
     BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     Requires: smtpdaemon
     URL: http://mlmmj.mmj.dk/
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 10:30:52 2005
    From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu))
    Date: Mon,  9 May 2005 06:30:52 -0400
    Subject: common tobuild,1.263,1.264
    Message-ID: <200505091030.j49AUq7A018871@cvs-int.fedora.redhat.com>
    
    Author: corsepiu
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18854
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/SoQt/devel SoQt-1_2_0-4_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.263
    retrieving revision 1.264
    diff -u -r1.263 -r1.264
    --- tobuild	9 May 2005 09:42:14 -0000	1.263
    +++ tobuild	9 May 2005 10:30:50 -0000	1.264
    @@ -4,3 +4,4 @@
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
    +corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 10:42:56 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Mon,  9 May 2005 06:42:56 -0400
    Subject: common tobuild,1.264,1.265
    Message-ID: <200505091042.j49AguH2018918@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18901
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/Macaulay2/FC-3 Macaulay2-0_9_2-14 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.264
    retrieving revision 1.265
    diff -u -r1.264 -r1.265
    --- tobuild	9 May 2005 10:30:50 -0000	1.264
    +++ tobuild	9 May 2005 10:42:54 -0000	1.265
    @@ -5,3 +5,4 @@
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
    +thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:20:31 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 07:20:31 -0400
    Subject: rpms/bzflag/devel bzflag.spec,1.11,1.12
    Message-ID: <200505091120.j49BKV41019937@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/rpms/bzflag/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19920
    
    Modified Files:
    	bzflag.spec 
    Log Message:
    build with -fnostrict-aliasing
    
    
    
    Index: bzflag.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v
    retrieving revision 1.11
    retrieving revision 1.12
    diff -u -r1.11 -r1.12
    --- bzflag.spec	7 Apr 2005 14:37:16 -0000	1.11
    +++ bzflag.spec	9 May 2005 11:20:29 -0000	1.12
    @@ -4,7 +4,7 @@
     Summary: 3D multi-player tank battle game
     Name: bzflag
     Version: 2.0.2
    -Release: 2
    +Release: 3
     License: GPL
     Group: Amusements/Games
     URL: http://bzflag.org
    @@ -39,8 +39,8 @@
     
     %build
     # Use PIE because bzflag/bzfs are networked server applications
    -CFLAGS='-fPIE -pie %optflags'
    -CXXFLAGS='-fPIE -pie %optflags'
    +CFLAGS='-fPIE -pie %optflags -fnostrict-aliasing'
    +CXXFLAGS='-fPIE -pie %optflags -fnostrict-aliasing'
     %configure
     make %{?_smp_mflags}
     
    @@ -70,6 +70,9 @@
     %{_mandir}/man*/*
     
     %changelog
    +* Mon May 09 2005 Nils Philippsen  2.0.2-3
    +- build with -fnostrict-aliasing
    +
     * Wed Apr 06 2005 Nils Philippsen  2.0.2-2
     - build with adns
     - build require libGL-devel and libGLU-devel to hopefully resolve building
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:22:26 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 07:22:26 -0400
    Subject: common tobuild,1.265,1.266
    Message-ID: <200505091122.j49BMQeG020004@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19982
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/bzflag/devel bzflag-2_0_2-3 for i386
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.265
    retrieving revision 1.266
    diff -u -r1.265 -r1.266
    --- tobuild	9 May 2005 10:42:54 -0000	1.265
    +++ tobuild	9 May 2005 11:22:24 -0000	1.266
    @@ -6,3 +6,4 @@
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
     thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
    +nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	i386
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:22:46 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 07:22:46 -0400
    Subject: common tobuild,1.266,1.267
    Message-ID: <200505091122.j49BMkwK020032@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20015
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/bzflag/devel bzflag-2_0_2-3 for x86_64
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.266
    retrieving revision 1.267
    diff -u -r1.266 -r1.267
    --- tobuild	9 May 2005 11:22:24 -0000	1.266
    +++ tobuild	9 May 2005 11:22:44 -0000	1.267
    @@ -7,3 +7,4 @@
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
     thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	i386
    +nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	x86_64
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:23:00 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 07:23:00 -0400
    Subject: common tobuild,1.267,1.268
    Message-ID: <200505091123.j49BN0Oq020061@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20044
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/bzflag/devel bzflag-2_0_2-3 for ppc
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.267
    retrieving revision 1.268
    diff -u -r1.267 -r1.268
    --- tobuild	9 May 2005 11:22:44 -0000	1.267
    +++ tobuild	9 May 2005 11:22:58 -0000	1.268
    @@ -8,3 +8,4 @@
     thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	i386
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	x86_64
    +nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	ppc
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:23:28 2005
    From: fedora-extras-commits at redhat.com (Matthias Saou (thias))
    Date: Mon,  9 May 2005 07:23:28 -0400
    Subject: rpms/gcombust/devel gcombust-0.1.55-gcc4.patch, NONE,
    	1.1 gcombust.spec, 1.7, 1.8
    Message-ID: <200505091123.j49BNSGp020092@cvs-int.fedora.redhat.com>
    
    Author: thias
    
    Update of /cvs/extras/rpms/gcombust/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20072
    
    Modified Files:
    	gcombust.spec 
    Added Files:
    	gcombust-0.1.55-gcc4.patch 
    Log Message:
    Add gcc4 patch from Michael.
    
    
    gcombust-0.1.55-gcc4.patch:
    
    --- NEW FILE gcombust-0.1.55-gcc4.patch ---
    diff -Nur gcombust-0.1.55-orig/src/optimize_usage.c gcombust-0.1.55/src/optimize_usage.c
    --- gcombust-0.1.55-orig/src/optimize_usage.c	2003-06-30 15:07:27.000000000 +0200
    +++ gcombust-0.1.55/src/optimize_usage.c	2005-05-09 00:38:54.000000000 +0200
    @@ -31,7 +31,7 @@
     #include "locks.h"
     #include "globals.h"
     
    -static GtkWidget *opt_try_harder;
    +GtkWidget *opt_try_harder;
     
     static GtkWidget *cdsize_option_menu, *cdsize_selected_label, *cdsector_selected_label;
     static GtkWidget *used_size_label, *used_sectors_label, *wasted_size_label, *wasted_sectors_label;
    diff -Nur gcombust-0.1.55-orig/src/rip_audio.c gcombust-0.1.55/src/rip_audio.c
    --- gcombust-0.1.55-orig/src/rip_audio.c	2002-02-16 21:00:52.000000000 +0100
    +++ gcombust-0.1.55/src/rip_audio.c	2005-05-09 00:39:55.000000000 +0200
    @@ -41,7 +41,7 @@
     char *cdda2wav_path = NULL, *cdda_device_path;
     char *def_rip_path = NULL;
     char *cdparanoia_path = NULL, *cdpara_device_path;
    -static GtkWidget *rip_path_entry;
    +GtkWidget *rip_path_entry;
     
     static GtkWidget *rip_win = NULL, *p_win;
     static GtkWidget *autoscroll_cdda2wav_text, *cdda2wav_text, *cdda2wav_text_scrollbar;
    
    
    Index: gcombust.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/gcombust/devel/gcombust.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- gcombust.spec	6 Apr 2005 22:11:37 -0000	1.7
    +++ gcombust.spec	9 May 2005 11:23:26 -0000	1.8
    @@ -1,13 +1,13 @@
     Summary: Powerful GTK+ front-end for mkisofs and cdrecord
     Name: gcombust
     Version: 0.1.55
    -Release: 5
    -
    +Release: 6
     Epoch: 1
     License: GPL
     Group: Applications/Archiving
     URL: http://www.abo.fi/~jmunsin/gcombust/
     Source: http://www.abo.fi/~jmunsin/gcombust/gcombust-%{version}.tar.gz
    +Patch: gcombust-0.1.55-gcc4.patch
     Requires: cdrecord >= 1.10, mkisofs >= 1.10
     Requires: cdda2wav >= 1.10, cdlabelgen >= 1.5.0
     BuildRequires: gtk+-devel, perl
    @@ -24,6 +24,7 @@
     
     %prep
     %setup
    +%patch -p1 -b .gcc4
     
     
     %build
    @@ -50,8 +51,8 @@
     
     
     %changelog
    -* Fri Apr  7 2005 Michael Schwendt 
    -- rebuilt
    +* Mon May  9 2005 Matthias Saou  1:0.1.55-6
    +- Added gcc4 patch from Michael.
     
     * Tue Nov 16 2004 Matthias Saou  1:0.1.55-3
     - Bump release to provide Extras upgrade path.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 11:23:52 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 07:23:52 -0400
    Subject: common tobuild,1.268,1.269
    Message-ID: <200505091123.j49BNqpP020118@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20098/common
    
    Modified Files:
    	tobuild 
    Log Message:
    TARGET==dist version, not arch :-(
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.268
    retrieving revision 1.269
    diff -u -r1.268 -r1.269
    --- tobuild	9 May 2005 11:22:58 -0000	1.268
    +++ tobuild	9 May 2005 11:23:50 -0000	1.269
    @@ -6,6 +6,4 @@
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
     thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
    -nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	i386
    -nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	x86_64
    -nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	ppc
    +nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	devel
    
    
    
    From Christian.Iseli at licr.org  Mon May  9 11:39:48 2005
    From: Christian.Iseli at licr.org (Christian.Iseli at licr.org)
    Date: Mon, 09 May 2005 13:39:48 +0200
    Subject: common tobuild,1.133,1.134
    In-Reply-To: Your message of "Thu,  5 May 2005 04:20:12 -0400"
    	<200505050820.j458KCxr027679@cvs-int.fedora.redhat.com>
    Message-ID: <200505091234.j49CY48j008274@mx2.redhat.com>
    
    Hi Seth,
    
    "Seth Vidal" said:
    > +skvidal        rpms/nfswatch/devel     nfswatch--      development
    
    and later:
    
    > -skvidal        rpms/nfswatch/devel     nfswatch--      development 
    
    It looks like my nfswatch package entered and exited the build system. That was
    a few days ago (May 4-5).  However, I can't find any trace of it in either
    http://extras64.linux.duke.edu/failed/development/
    or
    http://extras64.linux.duke.edu/needsign/development/
    
    Any idea what happened ?  (or am I just being too impatient... :-)
    
    Cheers,
    					Christian
    
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 12:42:42 2005
    From: fedora-extras-commits at redhat.com (Oliver Falk (oliver))
    Date: Mon,  9 May 2005 08:42:42 -0400
    Subject: common tobuild,1.269,1.270
    Message-ID: <200505091242.j49CggTN021370@cvs-int.fedora.redhat.com>
    
    Author: oliver
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21353
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/apg/devel apg-2_3_0b-1_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.269
    retrieving revision 1.270
    diff -u -r1.269 -r1.270
    --- tobuild	9 May 2005 11:23:50 -0000	1.269
    +++ tobuild	9 May 2005 12:42:40 -0000	1.270
    @@ -1,9 +1,15 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    +<<<<<<< tobuild
    +skvidal	rpms/verbiste/devel	verbiste-0_1_10-4	development
    +oliver	rpms/apg/FC-3	apg-2_3_0b-1	fc3
    +=======
     corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
     corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
     corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
     thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	devel
    +>>>>>>> 1.269
    +oliver	rpms/apg/devel	apg-2_3_0b-1_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 12:43:20 2005
    From: fedora-extras-commits at redhat.com (Oliver Falk (oliver))
    Date: Mon,  9 May 2005 08:43:20 -0400
    Subject: common tobuild,1.270,1.271
    Message-ID: <200505091243.j49ChKM0021434@cvs-int.fedora.redhat.com>
    
    Author: oliver
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21416
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/apg/FC-3 apg-2_3_0b-1 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.270
    retrieving revision 1.271
    diff -u -r1.270 -r1.271
    --- tobuild	9 May 2005 12:42:40 -0000	1.270
    +++ tobuild	9 May 2005 12:43:18 -0000	1.271
    @@ -13,3 +13,4 @@
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	devel
     >>>>>>> 1.269
     oliver	rpms/apg/devel	apg-2_3_0b-1_fc4	devel
    +oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
    
    
    
    From skvidal at phy.duke.edu  Mon May  9 12:47:08 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Mon, 09 May 2005 08:47:08 -0400
    Subject: common tobuild,1.133,1.134
    In-Reply-To: <200505091234.j49CY48j008274@mx2.redhat.com>
    References: <200505091234.j49CY48j008274@mx2.redhat.com>
    Message-ID: <1115642828.21549.75.camel@cutter>
    
    On Mon, 2005-05-09 at 13:39 +0200, Christian.Iseli at licr.org wrote:
    > Hi Seth,
    > 
    > "Seth Vidal" said:
    > > +skvidal        rpms/nfswatch/devel     nfswatch--      development
    > 
    > and later:
    > 
    > > -skvidal        rpms/nfswatch/devel     nfswatch--      development 
    > 
    > It looks like my nfswatch package entered and exited the build system. That was
    > a few days ago (May 4-5).  However, I can't find any trace of it in either
    > http://extras64.linux.duke.edu/failed/development/
    > or
    > http://extras64.linux.duke.edu/needsign/development/
    > 
    > Any idea what happened ?  (or am I just being too impatient... :-)
    > 
    
    is the package really named nfswatch--?
    
    -sv
    
    
    
    
    From Christian.Iseli at licr.org  Mon May  9 13:04:27 2005
    From: Christian.Iseli at licr.org (Christian.Iseli at licr.org)
    Date: Mon, 09 May 2005 15:04:27 +0200
    Subject: common tobuild,1.133,1.134 
    In-Reply-To: Your message of "Mon, 09 May 2005 08:47:08 EDT."
    	<1115642828.21549.75.camel@cutter> 
    Message-ID: <200505091304.j49D4WtY009665@mx1.redhat.com>
    
    
    skvidal at phy.duke.edu said:
    > is the package really named nfswatch--? 
    
    Nope.  I think it should read nfswatch-4_99_2-1 (that's what the CVS tag says).
    
    I have no idea why it said nfswatch-- in the tobuild file.
    
    					Christian
    
    
    
    
    From skvidal at phy.duke.edu  Mon May  9 13:13:58 2005
    From: skvidal at phy.duke.edu (seth vidal)
    Date: Mon, 09 May 2005 09:13:58 -0400
    Subject: common tobuild,1.133,1.134
    In-Reply-To: <200505091304.j49D4WtY009665@mx1.redhat.com>
    References: <200505091304.j49D4WtY009665@mx1.redhat.com>
    Message-ID: <1115644438.21549.84.camel@cutter>
    
    On Mon, 2005-05-09 at 15:04 +0200, Christian.Iseli at licr.org wrote:
    > skvidal at phy.duke.edu said:
    > > is the package really named nfswatch--? 
    > 
    > Nope.  I think it should read nfswatch-4_99_2-1 (that's what the CVS tag says).
    > 
    > I have no idea why it said nfswatch-- in the tobuild file.
    > 
    
    something goofy this way comes - try and run make build for it.
    
    -sv
    
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 13:30:54 2005
    From: fedora-extras-commits at redhat.com (Matthias Saou (thias))
    Date: Mon,  9 May 2005 09:30:54 -0400
    Subject: common tobuild,1.271,1.272
    Message-ID: <200505091330.j49DUsNi022556@cvs-int.fedora.redhat.com>
    
    Author: thias
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22539
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/gcombust/devel gcombust-0_1_55-6 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.271
    retrieving revision 1.272
    diff -u -r1.271 -r1.272
    --- tobuild	9 May 2005 12:43:18 -0000	1.271
    +++ tobuild	9 May 2005 13:30:52 -0000	1.272
    @@ -14,3 +14,4 @@
     >>>>>>> 1.269
     oliver	rpms/apg/devel	apg-2_3_0b-1_fc4	devel
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
    +thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 13:31:38 2005
    From: fedora-extras-commits at redhat.com (Matthias Saou (thias))
    Date: Mon,  9 May 2005 09:31:38 -0400
    Subject: common tobuild,1.272,1.273
    Message-ID: <200505091331.j49DVcts022614@cvs-int.fedora.redhat.com>
    
    Author: thias
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22597
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/synergy/devel synergy-1_2_2-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.272
    retrieving revision 1.273
    diff -u -r1.272 -r1.273
    --- tobuild	9 May 2005 13:30:52 -0000	1.272
    +++ tobuild	9 May 2005 13:31:36 -0000	1.273
    @@ -15,3 +15,4 @@
     oliver	rpms/apg/devel	apg-2_3_0b-1_fc4	devel
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
    +thias	rpms/synergy/devel	synergy-1_2_2-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:05:43 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 10:05:43 -0400
    Subject: common tobuild,1.273,1.274
    Message-ID: <200505091405.j49E5hGr023649@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23632
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/nfswatch/devel nfswatch-- for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.273
    retrieving revision 1.274
    diff -u -r1.273 -r1.274
    --- tobuild	9 May 2005 13:31:36 -0000	1.273
    +++ tobuild	9 May 2005 14:05:41 -0000	1.274
    @@ -16,3 +16,4 @@
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
    +c4chris	rpms/nfswatch/devel	nfswatch--	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:06:04 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 10:06:04 -0400
    Subject: rpms/bzflag/devel bzflag.spec,1.12,1.13
    Message-ID: <200505091406.j49E64as023668@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/rpms/bzflag/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23626
    
    Modified Files:
    	bzflag.spec 
    Log Message:
    build with -fno-strict-aliasing (typo)
    
    
    
    Index: bzflag.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v
    retrieving revision 1.12
    retrieving revision 1.13
    diff -u -r1.12 -r1.13
    --- bzflag.spec	9 May 2005 11:20:29 -0000	1.12
    +++ bzflag.spec	9 May 2005 14:06:02 -0000	1.13
    @@ -39,8 +39,8 @@
     
     %build
     # Use PIE because bzflag/bzfs are networked server applications
    -CFLAGS='-fPIE -pie %optflags -fnostrict-aliasing'
    -CXXFLAGS='-fPIE -pie %optflags -fnostrict-aliasing'
    +CFLAGS='-fPIE -pie %optflags -fno-strict-aliasing'
    +CXXFLAGS='-fPIE -pie %optflags -fno-strict-aliasing'
     %configure
     make %{?_smp_mflags}
     
    @@ -70,6 +70,9 @@
     %{_mandir}/man*/*
     
     %changelog
    +* Mon May 09 2005 Nils Philippsen  2.0.2-4
    +- build with -fno-strict-aliasing (typo)
    +
     * Mon May 09 2005 Nils Philippsen  2.0.2-3
     - build with -fnostrict-aliasing
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:06:26 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 10:06:26 -0400
    Subject: rpms/bzflag/devel bzflag.spec,1.13,1.14
    Message-ID: <200505091406.j49E6Qtl023691@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/rpms/bzflag/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23674
    
    Modified Files:
    	bzflag.spec 
    Log Message:
    bump release
    
    
    
    Index: bzflag.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/bzflag/devel/bzflag.spec,v
    retrieving revision 1.13
    retrieving revision 1.14
    diff -u -r1.13 -r1.14
    --- bzflag.spec	9 May 2005 14:06:02 -0000	1.13
    +++ bzflag.spec	9 May 2005 14:06:24 -0000	1.14
    @@ -4,7 +4,7 @@
     Summary: 3D multi-player tank battle game
     Name: bzflag
     Version: 2.0.2
    -Release: 3
    +Release: 4
     License: GPL
     Group: Amusements/Games
     URL: http://bzflag.org
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:08:31 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 10:08:31 -0400
    Subject: common tobuild,1.274,1.275
    Message-ID: <200505091408.j49E8VUt023753@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23736
    
    Modified Files:
    	tobuild 
    Log Message:
    Remove nfswatch request
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.274
    retrieving revision 1.275
    diff -u -r1.274 -r1.275
    --- tobuild	9 May 2005 14:05:41 -0000	1.274
    +++ tobuild	9 May 2005 14:08:29 -0000	1.275
    @@ -16,4 +16,3 @@
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
    -c4chris	rpms/nfswatch/devel	nfswatch--	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:10:44 2005
    From: fedora-extras-commits at redhat.com (Nils Philippsen (nphilipp))
    Date: Mon,  9 May 2005 10:10:44 -0400
    Subject: common tobuild,1.275,1.276
    Message-ID: <200505091410.j49EAi93023799@cvs-int.fedora.redhat.com>
    
    Author: nphilipp
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23778
    
    Modified Files:
    	tobuild 
    Log Message:
    fix conflicts
    
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.275
    retrieving revision 1.276
    diff -u -r1.275 -r1.276
    --- tobuild	9 May 2005 14:08:29 -0000	1.275
    +++ tobuild	9 May 2005 14:10:41 -0000	1.276
    @@ -1,18 +1,11 @@
     # this is the build control file.  the format is
     # user	repo	tag	target	status
     # 
    -<<<<<<< tobuild
     skvidal	rpms/verbiste/devel	verbiste-0_1_10-4	development
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	fc3
    -=======
    -corsepiu	rpms/SoQt/FC-3	SoQt-1_2_0-4_fc3	FC3
    -gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
    -corsepiu	rpms/Coin2/devel	Coin2-2_3_0-8_fc4	devel
    -corsepiu	rpms/SoQt/devel	SoQt-1_2_0-4_fc4	devel
    -thl	rpms/Macaulay2/FC-3	Macaulay2-0_9_2-14	FC3
    -nphilipp	rpms/bzflag/devel	bzflag-2_0_2-3	devel
    ->>>>>>> 1.269
     oliver	rpms/apg/devel	apg-2_3_0b-1_fc4	devel
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
    +c4chris	rpms/nfswatch/devel	nfswatch--	devel
    +nphilipp	rpms/bzflag/devel	bzflag-2_0_2-4	devel
    
    
    
    From Christian.Iseli at licr.org  Mon May  9 14:12:48 2005
    From: Christian.Iseli at licr.org (Christian.Iseli at licr.org)
    Date: Mon, 09 May 2005 16:12:48 +0200
    Subject: common tobuild,1.133,1.134 
    In-Reply-To: Your message of "Mon, 09 May 2005 09:13:58 EDT."
    	<1115644438.21549.84.camel@cutter> 
    Message-ID: <200505091412.j49ECmuj031917@mx1.redhat.com>
    
    
    skvidal at phy.duke.edu said:
    > something goofy this way comes - try and run make build for it. 
    
    Yup.  I did try, and again there was no version number in the request.
    The make command said:
    
    $ make TARGET=devel build
    rpmq: no arguments given for query
    rpmq: no arguments given for query
    
    I'll need to have a closer look.  Apparently, something is broken in my 
    directory.
    
    BTW, the tobuild file is currently broken (CVS conflict).  I suppose the one 
    who broke it should fix it.  Or is it the first one who notices ?
    
    Cheers,
    					Christian
    
    
    
    
    From ivazquez at ivazquez.net  Mon May  9 14:13:58 2005
    From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams)
    Date: Mon, 09 May 2005 10:13:58 -0400
    Subject: common tobuild,1.273,1.274
    In-Reply-To: <200505091405.j49E5hGr023649@cvs-int.fedora.redhat.com>
    References: <200505091405.j49E5hGr023649@cvs-int.fedora.redhat.com>
    Message-ID: <1115648038.21984.32.camel@ignacio.ignacio.lan>
    
    On Mon, 2005-05-09 at 10:05 -0400, Christian Iseli wrote:
    > +c4chris	rpms/nfswatch/devel	nfswatch--	devel
    
    Okay, there's something seriously wrong there...
    
    -- 
    Ignacio Vazquez-Abrams 
    http://fedora.ivazquez.net/
    
    gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: signature.asc
    Type: application/pgp-signature
    Size: 189 bytes
    Desc: This is a digitally signed message part
    URL: 
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:16:48 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 10:16:48 -0400
    Subject: common tobuild,1.276,1.277
    Message-ID: <200505091416.j49EGmJR023876@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23859
    
    Modified Files:
    	tobuild 
    Log Message:
    Remove nfswatch request (again)
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.276
    retrieving revision 1.277
    diff -u -r1.276 -r1.277
    --- tobuild	9 May 2005 14:10:41 -0000	1.276
    +++ tobuild	9 May 2005 14:16:46 -0000	1.277
    @@ -7,5 +7,4 @@
     oliver	rpms/apg/FC-3	apg-2_3_0b-1	FC3
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
    -c4chris	rpms/nfswatch/devel	nfswatch--	devel
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-4	devel
    
    
    
    From ivazquez at ivazquez.net  Mon May  9 14:18:27 2005
    From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams)
    Date: Mon, 09 May 2005 10:18:27 -0400
    Subject: common tobuild,1.133,1.134
    In-Reply-To: <200505091412.j49ECmuj031917@mx1.redhat.com>
    References: <200505091412.j49ECmuj031917@mx1.redhat.com>
    Message-ID: <1115648307.21984.34.camel@ignacio.ignacio.lan>
    
    On Mon, 2005-05-09 at 16:12 +0200, Christian.Iseli at licr.org wrote:
    > Apparently, something is broken in my directory.
    
    I don't see a spec file...
    
    -- 
    Ignacio Vazquez-Abrams 
    http://fedora.ivazquez.net/
    
    gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: signature.asc
    Type: application/pgp-signature
    Size: 189 bytes
    Desc: This is a digitally signed message part
    URL: 
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:28:54 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Mon,  9 May 2005 10:28:54 -0400
    Subject: common tobuild,1.277,1.278
    Message-ID: <200505091428.j49ESssY023950@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23933
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/fftw3/devel fftw3-3_0_1-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.277
    retrieving revision 1.278
    diff -u -r1.277 -r1.278
    --- tobuild	9 May 2005 14:16:46 -0000	1.277
    +++ tobuild	9 May 2005 14:28:52 -0000	1.278
    @@ -8,3 +8,4 @@
     thias	rpms/gcombust/devel	gcombust-0_1_55-6	development
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-4	devel
    +qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:34:53 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Mon,  9 May 2005 10:34:53 -0400
    Subject: common tobuild,1.278,1.279
    Message-ID: <200505091434.j49EYrtQ024008@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23991
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/octave/devel octave-2_1_70-1 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.278
    retrieving revision 1.279
    diff -u -r1.278 -r1.279
    --- tobuild	9 May 2005 14:28:52 -0000	1.278
    +++ tobuild	9 May 2005 14:34:50 -0000	1.279
    @@ -9,3 +9,4 @@
     thias	rpms/synergy/devel	synergy-1_2_2-3	development
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-4	devel
     qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
    +qspencer	rpms/octave/devel	octave-2_1_70-1	development
    
    
    
    From bugs.michael at gmx.net  Mon May  9 14:36:02 2005
    From: bugs.michael at gmx.net (Michael Schwendt)
    Date: Mon, 9 May 2005 16:36:02 +0200
    Subject: common tobuild,1.273,1.274
    In-Reply-To: <1115648038.21984.32.camel@ignacio.ignacio.lan>
    References: <200505091405.j49E5hGr023649@cvs-int.fedora.redhat.com>
    	<1115648038.21984.32.camel@ignacio.ignacio.lan>
    Message-ID: <20050509163602.7313cf50.bugs.michael@gmx.net>
    
    On Mon, 09 May 2005 10:13:58 -0400, Ignacio Vazquez-Abrams wrote:
    
    > On Mon, 2005-05-09 at 10:05 -0400, Christian Iseli wrote:
    > > +c4chris	rpms/nfswatch/devel	nfswatch--	devel
    > 
    > Okay, there's something seriously wrong there...
    
    No src.rpm contents in devel/nfswatch => no spec, just
    a "sources" file.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 14:59:50 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 10:59:50 -0400
    Subject: common tobuild,1.279,1.280
    Message-ID: <200505091459.j49Exo6p024126@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24109
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/udunits/FC-3 udunits-1_12_4-7_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.279
    retrieving revision 1.280
    diff -u -r1.279 -r1.280
    --- tobuild	9 May 2005 14:34:50 -0000	1.279
    +++ tobuild	9 May 2005 14:59:48 -0000	1.280
    @@ -10,3 +10,4 @@
     nphilipp	rpms/bzflag/devel	bzflag-2_0_2-4	devel
     qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
     qspencer	rpms/octave/devel	octave-2_1_70-1	development
    +spot	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 15:00:02 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 11:00:02 -0400
    Subject: common tobuild,1.280,1.281
    Message-ID: <200505091500.j49F02tb024154@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24137
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/udunits/devel udunits-1_12_4-7_fc4 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.280
    retrieving revision 1.281
    diff -u -r1.280 -r1.281
    --- tobuild	9 May 2005 14:59:48 -0000	1.280
    +++ tobuild	9 May 2005 15:00:00 -0000	1.281
    @@ -11,3 +11,4 @@
     qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
     qspencer	rpms/octave/devel	octave-2_1_70-1	development
     spot	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	FC-3
    +spot	rpms/udunits/devel	udunits-1_12_4-7_fc4	devel
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 15:10:50 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 11:10:50 -0400
    Subject: common tobuild,1.281,1.282
    Message-ID: <200505091510.j49FAo0V025247@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25230
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/scalapack/FC-3 scalapack-1_7-4_fc3 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.281
    retrieving revision 1.282
    diff -u -r1.281 -r1.282
    --- tobuild	9 May 2005 15:00:00 -0000	1.281
    +++ tobuild	9 May 2005 15:10:48 -0000	1.282
    @@ -12,3 +12,4 @@
     qspencer	rpms/octave/devel	octave-2_1_70-1	development
     spot	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	FC-3
     spot	rpms/udunits/devel	udunits-1_12_4-7_fc4	devel
    +spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 15:14:13 2005
    From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi))
    Date: Mon,  9 May 2005 11:14:13 -0400
    Subject: common tobuild,1.282,1.283
    Message-ID: <200505091514.j49FEDYJ025330@cvs-int.fedora.redhat.com>
    
    Author: gemi
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25313
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/graveman/FC-3 graveman-0_3_11-2 for FC3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.282
    retrieving revision 1.283
    diff -u -r1.282 -r1.283
    --- tobuild	9 May 2005 15:10:48 -0000	1.282
    +++ tobuild	9 May 2005 15:14:10 -0000	1.283
    @@ -13,3 +13,4 @@
     spot	rpms/udunits/FC-3	udunits-1_12_4-7_fc3	FC-3
     spot	rpms/udunits/devel	udunits-1_12_4-7_fc4	devel
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
    +gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 15:23:58 2005
    From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr))
    Date: Mon,  9 May 2005 11:23:58 -0400
    Subject: rpms/inadyn/FC-3 inadyn.init,NONE,1.1 inadyn.spec,1.2,1.3
    Message-ID: <200505091523.j49FNwgf025420@cvs-int.fedora.redhat.com>
    
    Author: s4504kr
    
    Update of /cvs/extras/rpms/inadyn/FC-3
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25402
    
    Modified Files:
    	inadyn.spec 
    Added Files:
    	inadyn.init 
    Log Message:
    
    
      Description:
        Sync FC-3 with devel.
    
    
    
    
    --- NEW FILE inadyn.init ---
    #!/bin/sh
    #
    # inadyn     Starts and stops the inadyn daemon
    #
    # chkconfig: - 55 45
    #
    # processname: inadyn
    # description: Check and update your IP to dynamic DNS Server.
    # pidfile: /var/run/inadyn/inadyn.pid 
    # config: /etc/inadyn.conf
    
    ina_config=/etc/inadyn.conf
    ina_bin=/usr/sbin/inadyn
    ina_pid=/var/run/inadyn.pid
    
    # Make sure relevant files exist
    [ -x "$ina_bin" -a -s "$ina_config" ] || exit 0
    
    # Source function library.
    . /etc/rc.d/init.d/functions
    
    # Source networking configuration.
    . /etc/sysconfig/network
    
    # Check that networking is up.
    [ "$NETWORKING" = "no" ] && exit 0
    
    RETVAL=0
    prog=inadyn
    
    start() {
        # Start daemons.
        echo -n $"Starting $prog: "
        daemon $ina_bin
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/$prog
    }
    
    stop() {
        # Stop daemons.
        echo -n $"Shutting down $prog: "
        killproc $prog -QUIT
        RETVAL=$?
        echo
        [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/$prog && rm -f $ina_pid
    }
    
    restart() {
        stop
        start
        RETVAL=$?
    }
    
    # See how we were called.
    case "$1" in
      start)
        start
        ;;
      stop)
        stop
        ;;
      restart)
        restart
        ;;
      condrestart)
        [ -e /var/lock/subsys/$prog ] && restart || :
        ;;
      status)
        status $prog
        ;;
      *)
        echo "Usage: $0 {start|stop|restart|condrestart|status}"
        exit 1
    esac
    
    exit $RETVAL
    
    
    Index: inadyn.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/inadyn/FC-3/inadyn.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- inadyn.spec	13 Apr 2005 20:02:27 -0000	1.2
    +++ inadyn.spec	9 May 2005 15:23:56 -0000	1.3
    @@ -1,21 +1,32 @@
     Name:           inadyn
     Version:        1.90
    -Release:        4
    +Release:        11
    +
     Summary:        Dynamic DNS Client
     
     Group:          System Environment/Daemons
     License:        GPL
     URL:            http://inadyn.ina-tech.net
    -Source0:        inadyn.v%{version}.zip
    +Source0:        http://inadyn.ina-tech.net/inadyn.v%{version}.zip
     Source1:        inadyn.conf
    +Source2:        inadyn.init
     BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
     
    +Requires(post):  /sbin/chkconfig
    +Requires(post):  /sbin/service
    +Requires(preun): /sbin/chkconfig
    +Requires(preun): /sbin/service
    +
     %description
     INADYN is a dynamic DNS client. It maintains the IP address of a
     host name. It periodically checks wheather the IP address stored
     by the DSN server is the real current address of the machine that
     is running INADYN.
     
    +Before using inadyn for the first time you must use the DynDNS
    +provider's web interface to create the entry for the hostname. You
    +should then fill in /etc/inadyn.conf with the appropriate detail
    +
     %prep
     %setup -q -c
     
    @@ -36,17 +47,60 @@
     mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}
     install -p -m 0600 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}
     
    +mkdir -p $RPM_BUILD_ROOT%{_initrddir}
    +%{__perl} -pe \
    + 's|/var/|%{_localstatedir}/|g ; \
    +  s|/usr/sbin/|%{_sbindir}/|g ; \
    +  s|/etc/([^ir])|%{_sysconfdir}/$1|g ; \
    +  s|/etc/rc\.d/init\.d/|%{_initrddir}/|g' \
    +  <%{SOURCE2} >$RPM_BUILD_ROOT%{_initrddir}/inadyn
    + 
     %clean
     rm -rf $RPM_BUILD_ROOT
     
    +%post
    +/sbin/chkconfig --add inadyn
    +
    +%preun
    +if [ $1 -eq 0 ]; then
    +  /sbin/service inadyn stop >/dev/null 2>&1 || :
    +  /sbin/chkconfig --del inadyn
    +fi
    +
    +%postun
    +if [ $1 -ge 1 ]; then
    +  /sbin/service inadyn condrestart >/dev/null
    +fi
    +
     %files
     %defattr(-,root,root,-)
     %doc readme.html
     %{_sbindir}/inadyn
     %{_mandir}/man*/*
    +%attr(0755,root,root) %{_initrddir}/inadyn
     %config %{_sysconfdir}/inadyn.conf
     
     %changelog
    +* Tue May  3 2005 Jochen Schmitt  1.90-11
    +- Move note from README.Fedora to %%description
    +
    +* Tue May  3 2005 Jochen Schmitt  1.90-9
    +- And special usage notes
    +- Use of /sbin/service to manage initscript in scriptlet
    +- Modify initscript, becouse bash don't return PID
    +
    +* Thu Apr 28 2005 Jochen Schmitt  1.90-8
    +- Replace ez_pid to ina_pid in initscript
    +
    +* Wed Apr 27 2005 Jochen Schmitt  1.90-7
    +- Enable status in initscript
    +
    +* Wed Apr 27 2005 Jochen Schmitt  1.90-6
    +- Add initscript
    +
    +* Thu Apr 26 2005 Jochen Schmitt  1.90-5
    +- Add URL to Source0
    +
     * Thu Apr 12 2005 Jochen Schmitt  1.90-4
     - Corrected use of percentage sign in changelog
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 16:04:49 2005
    From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede))
    Date: Mon,  9 May 2005 12:04:49 -0400
    Subject: rpms/Glide3/devel Glide3.spec,1.7,1.8
    Message-ID: <200505091604.j49G4nlL026448@cvs-int.fedora.redhat.com>
    
    Author: jwrdegoede
    
    Update of /cvs/extras/rpms/Glide3/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26431
    
    Modified Files:
    	Glide3.spec 
    Log Message:
    - Add an %%ifarch around the install command for the v2 version.
    - Modify the description to match the current state of affairs.
    
    
    
    Index: Glide3.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v
    retrieving revision 1.7
    retrieving revision 1.8
    diff -u -r1.7 -r1.8
    --- Glide3.spec	9 May 2005 06:31:51 -0000	1.7
    +++ Glide3.spec	9 May 2005 16:04:47 -0000	1.8
    @@ -1,7 +1,7 @@
     Name:    Glide3
     Version: 20010520
     Release: 35
    -Summary: Glide runtime for the 3Dfx Voodoo family of cards
    +Summary: Glide3 runtime for the 3Dfx Voodoo family of cards
     # Glide3 is x86/alpha/ia64/x86_64 only, ia64 and x86_64 are untested
     ExclusiveArch: %{ix86} alpha ia64 x86_64
     
    @@ -28,19 +28,20 @@
     
     %description
     Glide3 provides the necessary low-level interface glue between the Mesa
    -3D graphics library, and 3Dfx Voodoo series of hardware.  This package is
    -required by the XFree86 tdfx driver in order to provide 3D acceleration
    -support for the 3Dfx Voodoo 3/4/5 and Voodoo Banshee hardware.
    +3D graphics library, and 3Dfx Voodoo series of hardware. This package is
    +required by the Xorg tdfx driver in order to provide 3D acceleration
    +support for the 3Dfx Voodoo 3 & 5. This package also contains support for
    +the Voodoo 2 in order to use the 3Dfx Voodoo 2 you need a special version
    +of Mesa or a native Glide3 application.
     
     %package devel
    -Summary: Development libraries and headers for Glide
    +Summary: Development libraries and headers for Glide3
     Group: Development/Libraries
     Requires: Glide3 = %{version}
     
     %description devel
     Glide3-devel contains the developmental files that must be installed in order
    -to recompile XFree86 on platforms which 3Dfx harware 3D acceleration is
    -supported on.
    +to compile native Glide3 applications.
      
     
     %prep
    @@ -111,8 +112,10 @@
     	$RPM_BUILD_ROOT/%{_libdir}/libglide3-v5.so
     install -m 755 ../build-3/h3/glide3/src/.libs/libglide3.so.%{libver} \
     	$RPM_BUILD_ROOT/%{_libdir}/libglide3-v3.so
    +%ifarch %{ix86}
     install -m 755 ../build-2/cvg/glide3/src/.libs/libglide3.so.%{libver} \
     	$RPM_BUILD_ROOT/%{_libdir}/libglide3-v2.so
    +%endif
     
     # For ix86 Point to v2 by default else v5, ldconfig doesn't like this?
     %ifarch %{ix86}
    @@ -158,6 +161,8 @@
     * Mon May  9 2005 Hans de Goede 
     - Change -L/usr/X11R6/lib to -L/usr/X11R6/lib64 when building on
       x86_64 .
    +- Add an %%ifarch around the install command for the v2 version.
    +- Modify the description to match the current state of affairs.
     
     * Thu May  5 2005 Hans de Goede 
     - More x86_64 fixes added to Glide-64bit.patch.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 16:48:15 2005
    From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl))
    Date: Mon,  9 May 2005 12:48:15 -0400
    Subject: common tobuild,1.283,1.284
    Message-ID: <200505091648.j49GmFZm026632@cvs-int.fedora.redhat.com>
    
    Author: thl
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26615
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/enigma/devel enigma-0_91-5 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.283
    retrieving revision 1.284
    diff -u -r1.283 -r1.284
    --- tobuild	9 May 2005 15:14:10 -0000	1.283
    +++ tobuild	9 May 2005 16:48:13 -0000	1.284
    @@ -14,3 +14,4 @@
     spot	rpms/udunits/devel	udunits-1_12_4-7_fc4	devel
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
    +thl	rpms/enigma/devel	enigma-0_91-5	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 16:49:20 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Mon,  9 May 2005 12:49:20 -0400
    Subject: rpms/python-reportlab/devel python-reportlab.spec,1.6,1.7
    Message-ID: <200505091649.j49GnKf7026660@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/rpms/python-reportlab/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26643
    
    Modified Files:
    	python-reportlab.spec 
    Log Message:
    Make package noarch & use sitelib path
    
    
    Index: python-reportlab.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/python-reportlab/devel/python-reportlab.spec,v
    retrieving revision 1.6
    retrieving revision 1.7
    diff -u -r1.6 -r1.7
    --- python-reportlab.spec	7 Apr 2005 14:51:21 -0000	1.6
    +++ python-reportlab.spec	9 May 2005 16:49:18 -0000	1.7
    @@ -1,9 +1,9 @@
     %define pyver %(python -c 'import sys ; print sys.version[:3]')
    -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
    +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
     
     Name:		python-reportlab
     Version:	1.20
    -Release:	2.fc4
    +Release:	3.fc4
     Summary:	Python PDF generation library
     
     Group:		Development/Libraries
    @@ -12,6 +12,7 @@
     Source0:	http://www.reportlab.org/ftp/ReportLab_1_20.tgz
     
     BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    +BuildArch:	noarch
     
     BuildRequires:	python-devel >= 2.2
     Requires:	python-abi = %{pyver}
    @@ -34,9 +35,9 @@
     cd ./reportlab
     %{__python} setup.py install --root $RPM_BUILD_ROOT
     
    -rm -f ${RPM_BUILD_ROOT}%{python_sitearch}/reportlab/README
    -rm -f ${RPM_BUILD_ROOT}%{python_sitearch}/reportlab/changes
    -rm -f ${RPM_BUILD_ROOT}%{python_sitearch}/reportlab/license.txt
    +rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/README
    +rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/changes
    +rm -f ${RPM_BUILD_ROOT}%{python_sitelib}/reportlab/license.txt
     
     %clean
     rm -rf $RPM_BUILD_ROOT
    @@ -45,10 +46,14 @@
     %files
     %defattr(-,root,root,-)
     %doc reportlab/README reportlab/changes reportlab/license.txt
    -%{python_sitearch}/*
    +%{python_sitelib}/*
     
     
     %changelog
    +* Mon May  9 2005 Brian Pepple  - 1.20-3.fc4
    +- Switchback to sitelib patch.
    +- Make package noarch.
    +
     * Thu Apr  7 2005 Brian Pepple  - 1.20-2.fc4
     - Use python_sitearch to fix x86_64 build.
     
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 16:53:32 2005
    From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple))
    Date: Mon,  9 May 2005 12:53:32 -0400
    Subject: common tobuild,1.284,1.285
    Message-ID: <200505091653.j49GrWZf026740@cvs-int.fedora.redhat.com>
    
    Author: bpepple
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26723
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/python-reportlab/devel python-reportlab-1_20-3_fc4 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.284
    retrieving revision 1.285
    diff -u -r1.284 -r1.285
    --- tobuild	9 May 2005 16:48:13 -0000	1.284
    +++ tobuild	9 May 2005 16:53:30 -0000	1.285
    @@ -15,3 +15,4 @@
     spot	rpms/scalapack/FC-3	scalapack-1_7-4_fc3	FC-3
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
     thl	rpms/enigma/devel	enigma-0_91-5	development
    +bpepple	rpms/python-reportlab/devel	python-reportlab-1_20-3_fc4	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 16:59:05 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 12:59:05 -0400
    Subject: rpms/nfswatch/devel nfswatch.spec,NONE,1.1
    Message-ID: <200505091659.j49Gx5Gx026809@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/rpms/nfswatch/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26793
    
    Added Files:
    	nfswatch.spec 
    Log Message:
    Import missing spec file
    
    
    ***** Error reading new file: [Errno 2] No such file or directory: 'nfswatch.spec'
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:05:36 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 13:05:36 -0400
    Subject: rpms/nfswatch/devel nfswatch.spec,1.1,1.2
    Message-ID: <200505091705.j49H5a0I027882@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/rpms/nfswatch/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27865
    
    Modified Files:
    	nfswatch.spec 
    Log Message:
    Increase release number
    
    
    Index: nfswatch.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/nfswatch/devel/nfswatch.spec,v
    retrieving revision 1.1
    retrieving revision 1.2
    diff -u -r1.1 -r1.2
    --- nfswatch.spec	9 May 2005 16:59:03 -0000	1.1
    +++ nfswatch.spec	9 May 2005 17:05:34 -0000	1.2
    @@ -2,7 +2,7 @@
     Summary: An NFS traffic monitoring tool
     Name: nfswatch
     Version: 4.99.2
    -Release: 1
    +Release: 2
     
     License: BSD
     URL: http://nfswatch.sourceforge.net
    @@ -47,6 +47,9 @@
     %{_mandir}/man8/*
     
     %changelog
    +* Mon May 09 2005 Christian Iseli 
    + - rebuilt
    +
     * Fri Apr 22 2005 Christian Iseli 
      - 2005-04-22 17:50  c4chris
     	* nfswatch.h, nfswatch.spec: Bump version number to 4.99.2.
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:06:48 2005
    From: fedora-extras-commits at redhat.com (Christian Iseli (c4chris))
    Date: Mon,  9 May 2005 13:06:48 -0400
    Subject: common tobuild,1.285,1.286
    Message-ID: <200505091706.j49H6m2w027964@cvs-int.fedora.redhat.com>
    
    Author: c4chris
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27947
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/nfswatch/devel nfswatch-4_99_2-2 for devel
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.285
    retrieving revision 1.286
    diff -u -r1.285 -r1.286
    --- tobuild	9 May 2005 16:53:30 -0000	1.285
    +++ tobuild	9 May 2005 17:06:46 -0000	1.286
    @@ -16,3 +16,4 @@
     gemi	rpms/graveman/FC-3	graveman-0_3_11-2	FC3
     thl	rpms/enigma/devel	enigma-0_91-5	development
     bpepple	rpms/python-reportlab/devel	python-reportlab-1_20-3_fc4	development
    +c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
    
    
    
    From Christian.Iseli at licr.org  Mon May  9 17:11:56 2005
    From: Christian.Iseli at licr.org (Christian.Iseli at licr.org)
    Date: Mon, 09 May 2005 19:11:56 +0200
    Subject: rpms/nfswatch/devel nfswatch.spec,NONE,1.1 
    In-Reply-To: Your message of "Mon, 09 May 2005 12:59:05 EDT."
    	<200505091659.j49Gx5Gx026809@cvs-int.fedora.redhat.com> 
    Message-ID: <200505091711.j49HBvjr026019@mx3.redhat.com>
    
    
    fedora-extras-commits at redhat.com said:
    > ***** Error reading new file: [Errno 2] No such file or directory:
    > 'nfswatch.spec' 
    
    Strange.  The file seems to be in.  And I was able to edit and update it 
    successfuly.
    
    
    
    
    From Christian.Iseli at licr.org  Mon May  9 17:14:58 2005
    From: Christian.Iseli at licr.org (Christian.Iseli at licr.org)
    Date: Mon, 09 May 2005 19:14:58 +0200
    Subject: common tobuild,1.133,1.134 
    In-Reply-To: Your message of "Mon, 09 May 2005 10:18:27 EDT."
    	<1115648307.21984.34.camel@ignacio.ignacio.lan> 
    Message-ID: <200505091714.j49HExjZ026580@mx3.redhat.com>
    
    
    bugs.michael at gmx.net said:
    > No src.rpm contents in devel/nfswatch => no spec, just a "sources" file. 
    
    ivazquez at ivazquez.net said:
    > I don't see a spec file... 
    
    Yup.  Thanks for noticing.  I must've done something stupid at some point...
    Or maybe just bad luck.
    
    I hope it is now fixed.  At least, the line in the tobuild file appears 
    correct now.
    
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:20:54 2005
    From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr))
    Date: Mon,  9 May 2005 13:20:54 -0400
    Subject: common tobuild,1.286,1.287
    Message-ID: <200505091720.j49HKsDr028111@cvs-int.fedora.redhat.com>
    
    Author: s4504kr
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28094
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/inadyn/devel inadyn-1_90-11 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.286
    retrieving revision 1.287
    diff -u -r1.286 -r1.287
    --- tobuild	9 May 2005 17:06:46 -0000	1.286
    +++ tobuild	9 May 2005 17:20:52 -0000	1.287
    @@ -17,3 +17,4 @@
     thl	rpms/enigma/devel	enigma-0_91-5	development
     bpepple	rpms/python-reportlab/devel	python-reportlab-1_20-3_fc4	development
     c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
    +s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:21:29 2005
    From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr))
    Date: Mon,  9 May 2005 13:21:29 -0400
    Subject: common tobuild,1.287,1.288
    Message-ID: <200505091721.j49HLTDK028139@cvs-int.fedora.redhat.com>
    
    Author: s4504kr
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28122
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/inadyn/devel inadyn-1_90-11 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.287
    retrieving revision 1.288
    diff -u -r1.287 -r1.288
    --- tobuild	9 May 2005 17:20:52 -0000	1.287
    +++ tobuild	9 May 2005 17:21:27 -0000	1.288
    @@ -18,3 +18,4 @@
     bpepple	rpms/python-reportlab/devel	python-reportlab-1_20-3_fc4	development
     c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
    +s4504kr	rpms/inadyn/devel	inadyn-1_90-11	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:22:07 2005
    From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr))
    Date: Mon,  9 May 2005 13:22:07 -0400
    Subject: common tobuild,1.288,1.289
    Message-ID: <200505091722.j49HM7xd028167@cvs-int.fedora.redhat.com>
    
    Author: s4504kr
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28150
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/inadyn/FC-3 inadyn-1_90-11 for FC-3
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.288
    retrieving revision 1.289
    diff -u -r1.288 -r1.289
    --- tobuild	9 May 2005 17:21:27 -0000	1.288
    +++ tobuild	9 May 2005 17:22:05 -0000	1.289
    @@ -19,3 +19,4 @@
     c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	FC-3
    +s4504kr	rpms/inadyn/FC-3	inadyn-1_90-11	FC-3
    
    
    
    From thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net  Mon May  9 17:47:25 2005
    From: thias at spam.spam.spam.spam.spam.spam.spam.egg.and.spam.freshrpms.net (Matthias Saou)
    Date: Mon, 9 May 2005 19:47:25 +0200
    Subject: APPROVED : Glide3
    Message-ID: <20050509194725.765d1b04@python2>
    
    Name        : Glide3
    Group       : User Interface/X Hardware Support
    License     : 3DFX GLIDE Source Code General Public License
    URL         : http://glide.sourceforge.net
    Summary     : Glide runtime for the 3Dfx Voodoo family of cards
    
    Description :
    Glide3 provides the necessary low-level interface glue between the Mesa
    3D graphics library, and 3Dfx Voodoo series of hardware.  This package is
    required by the XFree86 tdfx driver in order to provide 3D acceleration
    support for the 3Dfx Voodoo 3/4/5 and Voodoo Banshee hardware.
    
    Reviewer : Matthias Saou
    Packager : Hans de Goede
    
    -- 
    Clean custom Red Hat Linux rpm packages : http://freshrpms.net/
    Fedora Core release 3 (Heidelberg) - Linux kernel 2.6.11-1.20_FC3
    Load : 0.46 0.30 0.36
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 17:50:08 2005
    From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez))
    Date: Mon,  9 May 2005 13:50:08 -0400
    Subject: common tobuild,1.289,1.290
    Message-ID: <200505091750.j49Ho8hX028301@cvs-int.fedora.redhat.com>
    
    Author: ivazquez
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28284
    
    Modified Files:
    	tobuild 
    Log Message:
    Not quite...
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.289
    retrieving revision 1.290
    diff -u -r1.289 -r1.290
    --- tobuild	9 May 2005 17:22:05 -0000	1.289
    +++ tobuild	9 May 2005 17:50:06 -0000	1.290
    @@ -18,5 +18,4 @@
     bpepple	rpms/python-reportlab/devel	python-reportlab-1_20-3_fc4	development
     c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
    -s4504kr	rpms/inadyn/devel	inadyn-1_90-11	FC-3
     s4504kr	rpms/inadyn/FC-3	inadyn-1_90-11	FC-3
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:18:58 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Mon,  9 May 2005 14:18:58 -0400
    Subject: common tobuild,1.290,1.291
    Message-ID: <200505091818.j49IIwRl029380@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29363
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/fftw3/devel fftw3-3_0_1-3 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.290
    retrieving revision 1.291
    diff -u -r1.290 -r1.291
    --- tobuild	9 May 2005 17:50:06 -0000	1.290
    +++ tobuild	9 May 2005 18:18:56 -0000	1.291
    @@ -19,3 +19,4 @@
     c4chris	rpms/nfswatch/devel	nfswatch-4_99_2-2	devel
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
     s4504kr	rpms/inadyn/FC-3	inadyn-1_90-11	FC-3
    +qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:19:14 2005
    From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer))
    Date: Mon,  9 May 2005 14:19:14 -0400
    Subject: common tobuild,1.291,1.292
    Message-ID: <200505091819.j49IJE3k029408@cvs-int.fedora.redhat.com>
    
    Author: qspencer
    
    Update of /cvs/extras/common
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29391
    
    Modified Files:
    	tobuild 
    Log Message:
    request build of rpms/octave/devel octave-2_1_70-1 for development
    
    
    Index: tobuild
    ===================================================================
    RCS file: /cvs/extras/common/tobuild,v
    retrieving revision 1.291
    retrieving revision 1.292
    diff -u -r1.291 -r1.292
    --- tobuild	9 May 2005 18:18:56 -0000	1.291
    +++ tobuild	9 May 2005 18:19:12 -0000	1.292
    @@ -20,3 +20,4 @@
     s4504kr	rpms/inadyn/devel	inadyn-1_90-11	development
     s4504kr	rpms/inadyn/FC-3	inadyn-1_90-11	FC-3
     qspencer	rpms/fftw3/devel	fftw3-3_0_1-3	development
    +qspencer	rpms/octave/devel	octave-2_1_70-1	development
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:26:24 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 14:26:24 -0400
    Subject: rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite.spec, 1.2,
    	1.3
    Message-ID: <200505091826.j49IQOkj029456@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/perl-OLE-Storage_Lite/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29419
    
    Modified Files:
    	perl-OLE-Storage_Lite.spec 
    Log Message:
    
    Fix spec.
    
    
    
    Index: perl-OLE-Storage_Lite.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/perl-OLE-Storage_Lite.spec,v
    retrieving revision 1.2
    retrieving revision 1.3
    diff -u -r1.2 -r1.3
    --- perl-OLE-Storage_Lite.spec	24 Apr 2005 23:15:41 -0000	1.2
    +++ perl-OLE-Storage_Lite.spec	9 May 2005 18:26:22 -0000	1.3
    @@ -1,27 +1,26 @@
    -Summary: Simple Class for OLE document interface
    -Name: perl-OLE-Storage_Lite
    -Version: 0.14
    -Release: 4
    -License: Artistic or GPL
    -Group: Development/Libraries
    -Source0: OLE-Storage_Lite-%{version}.tar.gz
    -Url: http://search.cpan.org/dist/OLE-Storage_Lite/
    -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    -BuildRequires: perl >= 1:5.6.1
    -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
    -BuildArch: noarch
    +Name:		perl-OLE-Storage_Lite
    +Version:	0.14
    +Release:	5
    +Summary:	Simple Class for OLE document interface
    +Group:		Development/Libraries
    +License:	Artistic or GPL
    +Source0:	OLE-Storage_Lite-%{version}.tar.gz
    +Url: 		http://search.cpan.org/dist/OLE-Storage_Lite/
    +BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
    +BuildArch:	noarch
    +BuildRequires: 	perl >= 1:5.6.1
    +Requires: 	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
    +Requires:	perl(IO::Scalar)
     
     %description
     Simple Class for OLE document interface.
     
     %prep
     %setup -q -n OLE-Storage_Lite-%{version} 
    -%{__perl} -pi -e 's/\r\n/\n/g' Changes README \
    -     doc/*.html charts/{README,*.{pl,pod,txt}}
    +%{__perl} -pi -e 's/\r\n/\n/g' Changes README sample/{README,*.pl}
     
     %build
    -perl Makefile.PL INSTALLDIRS=vendor
    -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile
    +%{__perl} Makefile.PL INSTALLDIRS=vendor
     make %{?_smp_mflags}
     
     %install
    @@ -38,12 +37,15 @@
     rm -rf $RPM_BUILD_ROOT
     
     %files
    -%doc Changes README doc/ charts/
    -%defattr(-,root,root)
    -%{perl_vendorlib}/*
    +%doc Changes README sample/
    +%defattr(-,root,root,-)
    +%{perl_vendorlib}/OLE/
     %{_mandir}/man3/*.3*
     
     %changelog
    +* Mon May  9 2005 Tom "spot" Callaway  0.14-5
    +- fix spec file
    +
     * Sun Apr 24 2005 Tom "spot" Callaway  0.14-4
     - spec file cleanup
     
    
    
    
    From jpo at di.uminho.pt  Mon May  9 18:38:26 2005
    From: jpo at di.uminho.pt (=?ISO-8859-1?Q?Jos=E9_Pedro_Oliveira?=)
    Date: Mon, 09 May 2005 19:38:26 +0100
    Subject: rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite.spec,
     1.2,	1.3
    In-Reply-To: <200505091826.j49IQOkj029456@cvs-int.fedora.redhat.com>
    References: <200505091826.j49IQOkj029456@cvs-int.fedora.redhat.com>
    Message-ID: <427FAE22.8020304@di.uminho.pt>
    
    Tom,
    
    
    > +%doc Changes README sample/
    > +%defattr(-,root,root,-)
    
    Please reverse the order of the above lines to avoid the
    following problem:
    
    E: perl-OLE-Storage_Lite non-standard-uid
    /usr/share/doc/perl-OLE-Storage_Lite-0.14/...
    
    jpo
    -- 
    Jos? Pedro Oliveira
    * mailto: jpo at di.uminho.pt * http://gsd.di.uminho.pt/~jpo *
    * gpg fingerprint = F9B6 8D87 859D 1C94 48F0 84C0 9749 9EB5 91BD 851B *
    
    -------------- next part --------------
    A non-text attachment was scrubbed...
    Name: signature.asc
    Type: application/pgp-signature
    Size: 251 bytes
    Desc: OpenPGP digital signature
    URL: 
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:38:39 2005
    From: fedora-extras-commits at redhat.com (Elliot Lee (sopwith))
    Date: Mon,  9 May 2005 14:38:39 -0400
    Subject: CVSROOT avail,1.5,1.6
    Message-ID: <200505091838.j49IcdTH029542@cvs-int.fedora.redhat.com>
    
    Author: sopwith
    
    Update of /cvs/fedora/CVSROOT
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29533
    
    Modified Files:
    	avail 
    Log Message:
    allow trobert to edit mirror lists
    
    
    Index: avail
    ===================================================================
    RCS file: /cvs/fedora/CVSROOT/avail,v
    retrieving revision 1.5
    retrieving revision 1.6
    diff -u -r1.5 -r1.6
    --- avail	19 Apr 2005 17:07:38 -0000	1.5
    +++ avail	9 May 2005 18:38:37 -0000	1.6
    @@ -28,7 +28,7 @@
     avail | wcohen | web/html/projects/additional-projects/benchmarks
     avail | sopwith,dwalsh,kwade | web/html/projects/selinux
     avail | ezannoni | web/html/projects/additional-projects/gdb
    -avail | alikins | web/html/download
    +avail | alikins,trobert | web/html/download
     avail | llch | web/html/projects/i18n
     avail | sarahs | web/html/projects/translations
     avail | harald | web/html/projects/config-tools
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:38:45 2005
    From: fedora-extras-commits at redhat.com (Tom Callaway (spot))
    Date: Mon,  9 May 2005 14:38:45 -0400
    Subject: rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite.spec, 1.3,
    	1.4
    Message-ID: <200505091838.j49IcjH1029561@cvs-int.fedora.redhat.com>
    
    Author: spot
    
    Update of /cvs/extras/rpms/perl-OLE-Storage_Lite/devel
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29529
    
    Modified Files:
    	perl-OLE-Storage_Lite.spec 
    Log Message:
    
    Add dist tag in Release:
    
    
    
    Index: perl-OLE-Storage_Lite.spec
    ===================================================================
    RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/perl-OLE-Storage_Lite.spec,v
    retrieving revision 1.3
    retrieving revision 1.4
    diff -u -r1.3 -r1.4
    --- perl-OLE-Storage_Lite.spec	9 May 2005 18:26:22 -0000	1.3
    +++ perl-OLE-Storage_Lite.spec	9 May 2005 18:38:43 -0000	1.4
    @@ -1,6 +1,6 @@
     Name:		perl-OLE-Storage_Lite
     Version:	0.14
    -Release:	5
    +Release:	5%{?dist}
     Summary:	Simple Class for OLE document interface
     Group:		Development/Libraries
     License:	Artistic or GPL
    
    
    
    From fedora-extras-commits at redhat.com  Mon May  9 18:49:29 2005
    From: fedora-extras-commits at redhat.com (Robert Theisen (trobert))
    Date: Mon,  9 May 2005 14:49:29 -0400
    Subject: web/html/download mirrors.php,1.10,1.11
    Message-ID: <200505091849.j49InTU9029667@cvs-int.fedora.redhat.com>
    
    Author: trobert
    
    Update of /cvs/fedora/web/html/download
    In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29659
    
    Modified Files:
    	mirrors.php 
    Log Message:
    Added ftp.nara.wide.ad.jp mirror links
    
    
    
    
    Index: mirrors.php
    ===================================================================
    RCS file: /cvs/fedora/web/html/download/mirrors.php,v
    retrieving revision 1.10
    retrieving revision 1.11
    diff -u -r1.10 -r1.11
    --- mirrors.php	28 Apr 2005 21:13:42 -0000	1.10
    +++ mirrors.php	9 May 2005 18:49:27 -0000	1.11
    @@ -501,6 +501,9 @@
     	   
  • rsync://ftp.riken.jp/fedora/
  • http://ftp.jaist.ac.jp/pub/Linux/Fedora/core/
  • ftp://ftp.jaist.ac.jp/pub/Linux/Fedora/core/
  • +
  • ftp://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/
  • +
  • http://ftp.nara.wide.ad.jp/pub/Linux/fedora/core/
  • +
  • rsync://ftp.nara.wide.ad.jp/fedora/
  • Korea From fedora-extras-commits at redhat.com Mon May 9 18:49:56 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Mon, 9 May 2005 14:49:56 -0400 Subject: devel/xdaliclock xdaliclock.spec,1.1,1.2 Message-ID: <200505091849.j49Inunb029686@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/devel/xdaliclock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29657 Modified Files: xdaliclock.spec Log Message: * Mon May 09 2005 Chris Ricker 2.20-2%{?dist} - Add dist tag Index: xdaliclock.spec =================================================================== RCS file: /cvs/extras/devel/xdaliclock/xdaliclock.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- xdaliclock.spec 6 May 2005 18:07:22 -0000 1.1 +++ xdaliclock.spec 9 May 2005 18:49:54 -0000 1.2 @@ -1,7 +1,7 @@ Summary: A clock for the X Window System Name: xdaliclock Version: 2.20 -Release: 1 +Release: 2%{?dist} Group: Amusements/Graphics License: BSD URL: http://www.jwz.org/xdaliclock/ @@ -59,5 +59,8 @@ %{_datadir}/applications/* %changelog +* Mon May 09 2005 Chris Ricker 2.20-2%{?dist} +- Add dist tag + * Sat Apr 23 2005 Chris Ricker 2.20-1 - Initial package for Fedora Extras From fedora-extras-commits at redhat.com Mon May 9 18:52:36 2005 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 9 May 2005 14:52:36 -0400 Subject: rpms/Glide3/devel Glide3.spec,1.8,1.9 Message-ID: <200505091852.j49IqatT029766@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/rpms/Glide3/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29749 Modified Files: Glide3.spec Log Message: bump release Index: Glide3.spec =================================================================== RCS file: /cvs/extras/rpms/Glide3/devel/Glide3.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Glide3.spec 9 May 2005 16:04:47 -0000 1.8 +++ Glide3.spec 9 May 2005 18:52:34 -0000 1.9 @@ -1,6 +1,6 @@ Name: Glide3 Version: 20010520 -Release: 35 +Release: 36 Summary: Glide3 runtime for the 3Dfx Voodoo family of cards # Glide3 is x86/alpha/ia64/x86_64 only, ia64 and x86_64 are untested ExclusiveArch: %{ix86} alpha ia64 x86_64 From fedora-extras-commits at redhat.com Mon May 9 18:55:41 2005 From: fedora-extras-commits at redhat.com (Hans de Goede (jwrdegoede)) Date: Mon, 9 May 2005 14:55:41 -0400 Subject: common tobuild,1.292,1.293 Message-ID: <200505091855.j49ItfZd029875@cvs-int.fedora.redhat.com> Author: jwrdegoede Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29858 Modified Files: tobuild Log Message: request build of rpms/Glide3/devel Glide3-20010520-36 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.292 retrieving revision 1.293 diff -u -r1.292 -r1.293 --- tobuild 9 May 2005 18:19:12 -0000 1.292 +++ tobuild 9 May 2005 18:55:39 -0000 1.293 @@ -21,3 +21,4 @@ s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC-3 qspencer rpms/fftw3/devel fftw3-3_0_1-3 development qspencer rpms/octave/devel octave-2_1_70-1 development +jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development From fedora-extras-commits at redhat.com Mon May 9 18:57:10 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 14:57:10 -0400 Subject: common tobuild,1.293,1.294 Message-ID: <200505091857.j49IvAiN029927@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29910 Modified Files: tobuild Log Message: request build of rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.293 retrieving revision 1.294 diff -u -r1.293 -r1.294 --- tobuild 9 May 2005 18:55:39 -0000 1.293 +++ tobuild 9 May 2005 18:57:08 -0000 1.294 @@ -22,3 +22,4 @@ qspencer rpms/fftw3/devel fftw3-3_0_1-3 development qspencer rpms/octave/devel octave-2_1_70-1 development jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development +spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel From fedora-extras-commits at redhat.com Mon May 9 19:11:32 2005 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 9 May 2005 15:11:32 -0400 Subject: common branches,NONE,1.1 Makefile.common,1.11,1.12 Message-ID: <200505091911.j49JBWeS030966@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30901/common Modified Files: Makefile.common Added Files: branches Log Message: add patch to auto-set the build target based on the branch dir you're in. also handles the dist when tagging. Patch from ignacio, cleaned up by spot --- NEW FILE branches --- RHL-7:rhl7:.rhl7:rhl:7 RHL-8:rhl8:.rhl8:rhl:8 RHL-9:rhl9:.rhl9:rhl:9 FC-1:fc1:.fc1:fedora:1 FC-2:fc2:.fc2:fedora:2 FC-3:fc3:.fc3:fedora:3 devel:devel:.fc4:fedora:4 RHL-7:rhl7:.rhl7:rhl:7 RHL-8:rhl8:.rhl8:rhl:8 RHL-9:rhl9:.rhl9:rhl:9 FC-1:fc1:.fc1:fedora:1 FC-2:fc2:.fc2:fedora:2 FC-3:fc3:.fc3:fedora:3 devel:devel:.fc4:fedora:4 Index: Makefile.common =================================================================== RCS file: /cvs/extras/common/Makefile.common,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Makefile.common 5 May 2005 18:54:45 -0000 1.11 +++ Makefile.common 9 May 2005 19:11:30 -0000 1.12 @@ -4,17 +4,34 @@ # # $Id$ +# Define the common dir. +# This needs to happen first. +define find-common-dir +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then echo "$$d"; break ; fi ; done +endef +COMMON_DIR := $(shell $(find-common-dir)) + +# Branch and disttag definitions +# These need to happen second. +BRANCH = $(shell basename $(shell pwd)) +BRANCHINFO = $(shell grep ^$(BRANCH): $(COMMON_DIR)/branches | cut -d: --output-delimiter=" " -f2-) +TARGET ?= $(word 1, $(BRANCHINFO)) +DIST = $(word 2, $(BRANCHINFO)) +DISTVAR = $(word 3, $(BRANCHINFO)) +DISTVAL = $(word 4, $(BRANCHINFO)) +DIST_DEFINES = --define "dist $(DIST)" --define "$(DISTVAR) $(DISTVAL)" + # Initialize the variables that we need, but are not defined # the version of the package ifndef NAME $(error "You can not run this Makefile without having NAME defined") endif ifndef VERSION -VERSION := $(shell rpm $(RPM_DEFINES) -q --qf "%{VERSION}\n" --specfile $(SPECFILE)| head -1) +VERSION := $(shell rpm $(RPM_DEFINES) $(DIST_DEFINES) -q --qf "%{VERSION}\n" --specfile $(SPECFILE)| head -1) endif # the release of the package ifndef RELEASE -RELEASE := $(shell rpm $(RPM_DEFINES) -q --qf "%{RELEASE}\n" --specfile $(SPECFILE)| head -1) +RELEASE := $(shell rpm $(RPM_DEFINES) $(DIST_DEFINES) -q --qf "%{RELEASE}\n" --specfile $(SPECFILE)| head -1) endif # this is used in make patch, maybe make clean eventually. # would be nicer to autodetermine from the spec file... @@ -270,23 +287,18 @@ # If you build a new version into the tree, first do "make tag", # then "make srpm", then build the package. -tag:: $(SPECFILE) +tag:: $(SPECFILE) $(COMMON_DIR)/branches cvs tag $(TAG_OPTS) -c $(TAG) @echo "Tagged with: $(TAG)" @echo -define find-common-dir -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then echo "$$d"; break ; fi ; done -endef -COMMON_DIR := $(shell $(find-common-dir)) - define find-user if [ `cat CVS/Root |grep -c @` -ne 0 ]; then cat CVS/Root |cut -d @ -f 1 | sed 's/:.*://' ; else echo $(USER); fi endef USER := $(shell $(find-user)) -build: - @if [ -z "$(TARGET)" ]; then echo "Must specify a target to build into"; exit 1; fi +build: $(COMMON_DIR)/branches + @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ cvs -Q update ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ From jpo at di.uminho.pt Mon May 9 19:13:03 2005 From: jpo at di.uminho.pt (=?ISO-8859-1?Q?Jos=E9_Pedro_Oliveira?=) Date: Mon, 09 May 2005 20:13:03 +0100 Subject: common tobuild,1.293,1.294 (perl-OLE-Storage_Lite) In-Reply-To: <200505091857.j49IvAiN029927@cvs-int.fedora.redhat.com> References: <200505091857.j49IvAiN029927@cvs-int.fedora.redhat.com> Message-ID: <427FB63F.3040702@di.uminho.pt> Tom Callaway (spot) wrote: > ... > +spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel > Please see https://www.redhat.com/archives/fedora-extras-commits/2005-May/thread.html and sync the devel and FC-3 branches. jpo -- Jos? Pedro Oliveira * mailto: jpo at di.uminho.pt * http://gsd.di.uminho.pt/~jpo * * gpg fingerprint = F9B6 8D87 859D 1C94 48F0 84C0 9749 9EB5 91BD 851B * -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 251 bytes Desc: OpenPGP digital signature URL: From fedora-extras-commits at redhat.com Mon May 9 19:14:08 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 15:14:08 -0400 Subject: fedora-release README-i386-en, 1.3, 1.4 README-ppc-en, 1.3, 1.4 README-x86_64-en, 1.3, 1.4 Message-ID: <200505091914.j49JE8uU031012@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/fedora-release In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30997 Modified Files: README-i386-en README-ppc-en README-x86_64-en Log Message: This statement brought to you by LWCE 2005, and bug number 157142. Index: README-i386-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-i386-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README-i386-en 4 May 2005 18:40:31 -0000 1.3 +++ README-i386-en 9 May 2005 19:14:06 -0000 1.4 @@ -118,6 +118,22 @@ [2]https://listman.redhat.com/mailman/listinfo/ +GETTING SOURCES + + As well as on the source code CD-ROMs, source code for all components + of Fedora Core is available for download from: + + [1]http://fedora.redhat.com + + Copies of the distribution may also be available on physical media + from vendors at a modest charge. A list of potential vendors exists at: + + [3]http://fedora.redhat.com/download/vendors.html + + The Fedora Project and Red Hat in no way endorses any media + distributors, and disclaims all responsibility for the media + sold by these third parties. + EXPORT CONTROL The communication or transfer of any information received with this @@ -135,3 +151,5 @@ Visible links 1. http://fedora.redhat.com/ 2. https://listman.redhat.com/mailman/listinfo/ + 3. http://fedora.redhat.com/download/vendors.html + \ No newline at end of file Index: README-ppc-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-ppc-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README-ppc-en 4 May 2005 18:40:31 -0000 1.3 +++ README-ppc-en 9 May 2005 19:14:06 -0000 1.4 @@ -118,6 +118,22 @@ [2]https://listman.redhat.com/mailman/listinfo/ +GETTING SOURCES + + As well as on the source code CD-ROMs, source code for all components + of Fedora Core is available for download from: + + [1]http://fedora.redhat.com + + Copies of the distribution may also be available on physical media + from vendors at a modest charge. A list of potential vendors exists at: + + [3]http://fedora.redhat.com/download/vendors.html + + The Fedora Project and Red Hat in no way endorses any media + distributors, and disclaims all responsibility for the media + sold by these third parties. + EXPORT CONTROL The communication or transfer of any information received with this @@ -135,3 +151,5 @@ Visible links 1. http://fedora.redhat.com/ 2. https://listman.redhat.com/mailman/listinfo/ + 3. http://fedora.redhat.com/download/vendors.html + \ No newline at end of file Index: README-x86_64-en =================================================================== RCS file: /cvs/fedora/fedora-release/README-x86_64-en,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- README-x86_64-en 4 May 2005 18:40:31 -0000 1.3 +++ README-x86_64-en 9 May 2005 19:14:06 -0000 1.4 @@ -118,6 +118,22 @@ [2]https://listman.redhat.com/mailman/listinfo/ +GETTING SOURCES + + As well as on the source code CD-ROMs, source code for all components + of Fedora Core is available for download from: + + [1]http://fedora.redhat.com + + Copies of the distribution may also be available on physical media + from vendors at a modest charge. A list of potential vendors exists at: + + [3]http://fedora.redhat.com/download/vendors.html + + The Fedora Project and Red Hat in no way endorses any media + distributors, and disclaims all responsibility for the media + sold by these third parties. + EXPORT CONTROL The communication or transfer of any information received with this @@ -135,3 +151,5 @@ Visible links 1. http://fedora.redhat.com/ 2. https://listman.redhat.com/mailman/listinfo/ + 3. http://fedora.redhat.com/download/vendors.html + \ No newline at end of file From ivazquez at ivazquez.net Mon May 9 19:15:09 2005 From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams) Date: Mon, 09 May 2005 15:15:09 -0400 Subject: common branches,NONE,1.1 Makefile.common,1.11,1.12 In-Reply-To: <200505091911.j49JBWeS030966@cvs-int.fedora.redhat.com> References: <200505091911.j49JBWeS030966@cvs-int.fedora.redhat.com> Message-ID: <1115666109.21984.43.camel@ignacio.ignacio.lan> On Mon, 2005-05-09 at 15:11 -0400, Jeremy Katz wrote: > --- NEW FILE branches --- > RHL-7:rhl7:.rhl7:rhl:7 > RHL-8:rhl8:.rhl8:rhl:8 > RHL-9:rhl9:.rhl9:rhl:9 > FC-1:fc1:.fc1:fedora:1 > FC-2:fc2:.fc2:fedora:2 > FC-3:fc3:.fc3:fedora:3 > devel:devel:.fc4:fedora:4 > RHL-7:rhl7:.rhl7:rhl:7 > RHL-8:rhl8:.rhl8:rhl:8 > RHL-9:rhl9:.rhl9:rhl:9 > FC-1:fc1:.fc1:fedora:1 > FC-2:fc2:.fc2:fedora:2 > FC-3:fc3:.fc3:fedora:3 > devel:devel:.fc4:fedora:4 Uh oh. Looks like this all got doubled-up by accident. -- Ignacio Vazquez-Abrams http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora-extras-commits at redhat.com Mon May 9 19:22:13 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Mon, 9 May 2005 15:22:13 -0400 Subject: common tobuild,1.294,1.295 Message-ID: <200505091922.j49JMDvH031102@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31085 Modified Files: tobuild Log Message: request build of rpms/verbiste/devel verbiste-0_1_11-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.294 retrieving revision 1.295 diff -u -r1.294 -r1.295 --- tobuild 9 May 2005 18:57:08 -0000 1.294 +++ tobuild 9 May 2005 19:22:11 -0000 1.295 @@ -23,3 +23,4 @@ qspencer rpms/octave/devel octave-2_1_70-1 development jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel +icon rpms/verbiste/devel verbiste-0_1_11-1 devel From fedora-extras-commits at redhat.com Mon May 9 19:28:58 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 9 May 2005 15:28:58 -0400 Subject: devel/imlib2 imlib2-1.2.0-xpmcescape.patch, NONE, 1.1 imlib2.spec, 1.13, 1.14 Message-ID: <200505091928.j49JSwP3031204@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/imlib2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31184 Modified Files: imlib2.spec Added Files: imlib2-1.2.0-xpmcescape.patch Log Message: * Mon May 9 2005 Michael Schwendt - 1.2.0-8.fc4 - Fix segfault in XPM loader (#156058). imlib2-1.2.0-xpmcescape.patch: --- NEW FILE imlib2-1.2.0-xpmcescape.patch --- diff -Nur imlib2-1.2.0-orig/src/modules/loaders/loader_xpm.c imlib2-1.2.0/src/modules/loaders/loader_xpm.c --- imlib2-1.2.0-orig/src/modules/loaders/loader_xpm.c 2005-01-04 04:28:52.000000000 +0100 +++ imlib2-1.2.0/src/modules/loaders/loader_xpm.c 2005-05-09 21:19:22.000000000 +0200 @@ -108,7 +108,7 @@ FILE *f; int pc, c, i, j, k, w, h, ncolors, cpp, comment, transp, - quote, context, len, done, r, g, b; + quote, context, len, done, r, g, b, backslash; char *line, s[256], tok[128], col[256]; int lsz = 256; struct _cmap { @@ -163,6 +163,7 @@ pixels = 0; count = 0; line = malloc(lsz); + backslash = 0; memset(lookup, 0, sizeof(lookup)); while (!done) { @@ -645,7 +646,18 @@ c = 32; else if (c > 127) c = 127; - line[i++] = c; + if ( c=='\\' ) { + if ( ++backslash<2 ) { + line[i++] = c; + } + else { + backslash = 0; + } + } + else { + backslash = 0; + line[i++] = c; + } } if (i >= lsz) { Index: imlib2.spec =================================================================== RCS file: /cvs/extras/devel/imlib2/imlib2.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- imlib2.spec 5 Apr 2005 19:06:04 -0000 1.13 +++ imlib2.spec 9 May 2005 19:28:56 -0000 1.14 @@ -1,12 +1,13 @@ Summary: Graphic library for file loading, saving, rendering, and manipulation Name: imlib2 Version: 1.2.0 -Release: 7.fc4 +Release: 8.fc4 License: BSD Group: System Environment/Libraries URL: http://www.enlightenment.org/pages/imlib2.html Source0: http://download.sf.net/enlightenment/%{name}-%{version}.tar.gz Patch0: imlib2-1.2.0-configure-xlib64.patch +Patch1: imlib2-1.2.0-xpmcescape.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildRequires: XFree86-devel libjpeg-devel libpng-devel libtiff-devel BuildRequires: libungif-devel freetype-devel libtool bzip2-devel %{__perl} @@ -40,6 +41,7 @@ %ifarch x86_64 %patch0 -b .patch0 %endif +%patch1 -p1 -b .xpmcescape # loaders need to link with the main lib %{__perl} -pi -e \ 's|^(\w+_la_LDFLAGS .*)|$1 -L\$(top_builddir)/src/lib| ; @@ -122,6 +124,9 @@ %changelog +* Mon May 9 2005 Michael Schwendt - 1.2.0-8.fc4 +- Fix segfault in XPM loader (#156058). + * Tue Apr 5 2005 Michael Schwendt - 1.2.0-7.fc4 - Fix broken pkgconfig file. From fedora-extras-commits at redhat.com Mon May 9 19:38:41 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Mon, 9 May 2005 15:38:41 -0400 Subject: devel/common tobuild,1.295,1.296 Message-ID: <200505091938.j49JcfEM031322@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31305 Modified Files: tobuild Log Message: request build of devel/xdaliclock xdaliclock-2_20-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.295 retrieving revision 1.296 diff -u -r1.295 -r1.296 --- tobuild 9 May 2005 19:22:11 -0000 1.295 +++ tobuild 9 May 2005 19:38:39 -0000 1.296 @@ -24,3 +24,4 @@ jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel icon rpms/verbiste/devel verbiste-0_1_11-1 devel +kaboom devel/xdaliclock xdaliclock-2_20-2 development From fedora-extras-commits at redhat.com Mon May 9 19:38:48 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Mon, 9 May 2005 15:38:48 -0400 Subject: rpms/pylint/devel pylint.spec,1.1,1.2 Message-ID: <200505091938.j49JcmKf031344@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/pylint/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31294 Modified Files: pylint.spec Log Message: Fix manpage and docs. Index: pylint.spec =================================================================== RCS file: /cvs/extras/rpms/pylint/devel/pylint.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pylint.spec 5 May 2005 22:31:42 -0000 1.1 +++ pylint.spec 9 May 2005 19:38:46 -0000 1.2 @@ -2,7 +2,7 @@ Name: pylint Version: 0.6.4 -Release: 3 +Release: 4 Summary: Analyzes Python code looking for bugs and signs of poor quality Group: Development/Debuggers @@ -51,7 +51,8 @@ rm -rf $RPM_BUILD_ROOT%{_python_sitelib}/logilab/pylint/test # This file is provided by python-logilab-common rm -f $RPM_BUILD_ROOT%{_python_sitelib}/logilab/*.py - +mkdir -pm 755 $RPM_BUILD_ROOT%{_mandir}/man1 +install -pm 644 man/*.1 $RPM_BUILD_ROOT%{_mandir}/man1/ %clean rm -rf $RPM_BUILD_ROOT @@ -59,7 +60,7 @@ %files %defattr(-,root,root,-) -%doc doc/*.txt README ChangeLog TODO +%doc doc/*.txt README ChangeLog TODO examples elisp %dir %{_python_sitelib}/logilab/pylint %dir %{_python_sitelib}/logilab/pylint/checkers %dir %{_python_sitelib}/logilab/pylint/reporters @@ -71,6 +72,7 @@ %ghost %{_python_sitelib}/logilab/pylint/*/*.pyo %{_bindir}/pylint %{_bindir}/symilar +%{_mandir}/man?/* %exclude %{_python_sitelib}/logilab/pylint/gui.py* @@ -83,6 +85,10 @@ %changelog +* Mon May 09 2005 Konstantin Ryabitsev - 0.6.4-4 +- Install the pylint.1 manfile. +- Add examples and elisp dirs to docs. + * Thu May 05 2005 Konstantin Ryabitsev - 0.6.4-3 - Only doc the .txt files. - Don't buildrequire python-logilab-common From fedora-extras-commits at redhat.com Mon May 9 19:41:02 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 9 May 2005 15:41:02 -0400 Subject: rpms/moodss/devel moodss.spec,1.9,1.10 Message-ID: <200505091941.j49Jf2op031394@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/moodss/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31376 Modified Files: moodss.spec Log Message: removed all epochs as they are out of style as of FC-4. Index: moodss.spec =================================================================== RCS file: /cvs/extras/rpms/moodss/devel/moodss.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- moodss.spec 8 May 2005 21:00:10 -0000 1.9 +++ moodss.spec 9 May 2005 19:41:00 -0000 1.10 @@ -1,7 +1,6 @@ Name: moodss Version: 20.0 -Release: 2 -Epoch: 0 +Release: 3 Summary: Powerful modular monitoring graphical application Group: Applications/System License: GPL @@ -10,11 +9,11 @@ BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n) %if 0%{?rhl} # work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9: -BuildRequires: tcl >= 0:8.3.1, %{_includedir}/tcl.h +BuildRequires: tcl >= 8.3.1, %{_includedir}/tcl.h %else -BuildRequires: tcl-devel >= 0:8.3.1 +BuildRequires: tcl-devel >= 8.3.1 %endif -Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7 +Requires: tk >= 8.3.1, blt >= 2.4-0.fdr.0.z, tktable >= 2.7 %description moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular @@ -64,6 +63,9 @@ %changelog +* Mon May 9 2005 Jean-Luc Fontaine 0:20.0-3 +- removed all epochs as they are out of style as of FC-4 + * Sun May 8 2005 Jean-Luc Fontaine 0:20.0-2 - removed sqlite-tcl requirement as it is disabled in the sqlite 3 update for FC-3 and not in Rawhide From fedora-extras-commits at redhat.com Mon May 9 19:42:48 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 9 May 2005 15:42:48 -0400 Subject: common tobuild,1.296,1.297 Message-ID: <200505091942.j49JgmQK031516@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31499 Modified Files: tobuild Log Message: request build of rpms/moodss/FC-3 moodss-20_0-2 for FC-3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.296 retrieving revision 1.297 diff -u -r1.296 -r1.297 --- tobuild 9 May 2005 19:38:39 -0000 1.296 +++ tobuild 9 May 2005 19:42:45 -0000 1.297 @@ -25,3 +25,4 @@ spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel icon rpms/verbiste/devel verbiste-0_1_11-1 devel kaboom devel/xdaliclock xdaliclock-2_20-2 development +jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 From fedora-extras-commits at redhat.com Mon May 9 19:58:22 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:22 -0400 Subject: rpms/udunits/FC-3 udunits.spec,1.5,1.6 Message-ID: <200505091958.j49JwMKu031824@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/udunits/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/udunits/FC-3 Modified Files: udunits.spec Log Message: Remove hardcoded dist tags. Index: udunits.spec =================================================================== RCS file: /cvs/extras/rpms/udunits/FC-3/udunits.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- udunits.spec 6 May 2005 13:03:17 -0000 1.5 +++ udunits.spec 9 May 2005 19:58:20 -0000 1.6 @@ -1,9 +1,6 @@ -%define dist .fc3 -%define fedora 3 - Name: udunits Version: 1.12.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A library for manipulating units of physical quantities License: Freely distributable (BSD-like) Group: System Environment/Libraries @@ -109,6 +106,9 @@ %{_mandir}/man1/udunitsperl.1.gz %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.12.4-8 +- remove hardcoded dist tags + * Fri May 6 2005 Tom "spot" Callaway 1.12.4-7 - fix BuildRequires for the FC-3 spec (gcc-g77 vs gcc-gfortran) From fedora-extras-commits at redhat.com Mon May 9 19:58:23 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:23 -0400 Subject: rpms/udunits/devel udunits.spec,1.5,1.6 Message-ID: <200505091958.j49JwN13031833@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/udunits/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/udunits/devel Modified Files: udunits.spec Log Message: Remove hardcoded dist tags. Index: udunits.spec =================================================================== RCS file: /cvs/extras/rpms/udunits/devel/udunits.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- udunits.spec 6 May 2005 13:03:17 -0000 1.5 +++ udunits.spec 9 May 2005 19:58:21 -0000 1.6 @@ -1,9 +1,6 @@ -%define dist .fc4 -%define fedora 4 - Name: udunits Version: 1.12.4 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A library for manipulating units of physical quantities License: Freely distributable (BSD-like) Group: System Environment/Libraries @@ -109,6 +106,9 @@ %{_mandir}/man1/udunitsperl.1.gz %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.12.4-8 +- remove hardcoded dist tags + * Fri May 6 2005 Tom "spot" Callaway 1.12.4-7 - fix BuildRequires for the FC-3 spec (gcc-g77 vs gcc-gfortran) From fedora-extras-commits at redhat.com Mon May 9 19:57:56 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:57:56 -0400 Subject: rpms/R-RScaLAPACK/devel R-RScaLAPACK.spec,1.4,1.5 Message-ID: <200505091958.j49JwTBl031837@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/R-RScaLAPACK/devel Modified Files: R-RScaLAPACK.spec Log Message: Remove hardcoded dist tags. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- R-RScaLAPACK.spec 9 May 2005 03:30:37 -0000 1.4 +++ R-RScaLAPACK.spec 9 May 2005 19:57:54 -0000 1.5 @@ -1,17 +1,15 @@ %define packname RScaLAPACK -%define dist .fc4 -%define fedora 4 Name: R-%{packname} Version: 0.4.0 -Release: 4%{?dist} +Release: 6%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib Group: Applications/Engineering Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK BuildRequires: R-devel, tetex-latex -BuildRequires: gcc-gfortran, lam +BuildRequires: gcc-gfortran, lam, blacs, scalapack Requires: R, scalapack BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch @@ -56,6 +54,12 @@ %{_libdir}/R/library/%{packname} %changelog +* Mon May 9 2005 Tom "spot" Callaway 0.4.0-6 +- remove hardcoded dist tags + +* Sun May 8 2005 Tom "spot" Callaway 0.4.0-5 +- blacs and scalapack need to be BuildRequires too. + * Sun May 8 2005 Tom "spot" Callaway 0.4.0-4 - add lam as BuildRequires From fedora-extras-commits at redhat.com Mon May 9 19:57:56 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:57:56 -0400 Subject: rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK.spec,1.4,1.5 Message-ID: <200505091958.j49JwTF9031836@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/R-RScaLAPACK/FC-3 Modified Files: R-RScaLAPACK.spec Log Message: Remove hardcoded dist tags. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/FC-3/R-RScaLAPACK.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- R-RScaLAPACK.spec 9 May 2005 03:30:37 -0000 1.4 +++ R-RScaLAPACK.spec 9 May 2005 19:57:54 -0000 1.5 @@ -1,17 +1,15 @@ %define packname RScaLAPACK -%define dist .fc3 -%define fedora 3 Name: R-%{packname} Version: 0.4.0 -Release: 4%{?dist} +Release: 6%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib Group: Applications/Engineering Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK BuildRequires: R-devel, tetex-latex -BuildRequires: gcc-gfortran, lam +BuildRequires: gcc-gfortran, lam, blacs, scalapack Requires: R, scalapack BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch @@ -56,6 +54,12 @@ %{_libdir}/R/library/%{packname} %changelog +* Mon May 9 2005 Tom "spot" Callaway 0.4.0-6 +- remove hardcoded dist tags + +* Sun May 8 2005 Tom "spot" Callaway 0.4.0-5 +- blacs and scalapack need to be BuildRequires too. + * Sun May 8 2005 Tom "spot" Callaway 0.4.0-4 - add lam as BuildRequires From fedora-extras-commits at redhat.com Mon May 9 19:58:03 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:03 -0400 Subject: rpms/blacs/FC-3 blacs.spec,1.3,1.4 Message-ID: <200505091958.j49JwXc7031840@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/blacs/FC-3 Modified Files: blacs.spec Log Message: Remove hardcoded dist tags. Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-3/blacs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- blacs.spec 5 May 2005 14:43:51 -0000 1.3 +++ blacs.spec 9 May 2005 19:58:00 -0000 1.4 @@ -1,10 +1,7 @@ -%define dist .fc3 -%define fedora 3 - Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 6%{?dist} +Release: 7%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -87,6 +84,9 @@ %{_libdir}/libmpiblacs* %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.1-7 +- remove hardcoded dist tags + * Thu May 5 2005 Tom "spot" Callaway 1.1-6 - fix 64bit issues From fedora-extras-commits at redhat.com Mon May 9 19:57:57 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:57:57 -0400 Subject: rpms/R-gnomeGUI/FC-3 R-gnomeGUI.spec,1.2,1.3 Message-ID: <200505091958.j49JwTxE031838@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-gnomeGUI/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/R-gnomeGUI/FC-3 Modified Files: R-gnomeGUI.spec Log Message: Remove hardcoded dist tags. Index: R-gnomeGUI.spec =================================================================== RCS file: /cvs/extras/rpms/R-gnomeGUI/FC-3/R-gnomeGUI.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- R-gnomeGUI.spec 18 Apr 2005 17:15:53 -0000 1.2 +++ R-gnomeGUI.spec 9 May 2005 19:57:55 -0000 1.3 @@ -1,11 +1,9 @@ %define packrel 1 %define packname gnomeGUI -%define fedora 3 -%define dist .fc3 Name: R-%{packname} Version: 2.1.0 -Release: 1%{?dist} +Release: 4%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}-%{packrel}.tar.gz License: GPL version 2 or later. URL: http://cran.r-project.org/contrib @@ -55,6 +53,9 @@ %{_libdir}/R/share/glade/*.glade %changelog +* Mon May 9 2005 Tom "spot" Callaway 2.1.0-4 +- remove hardcoded dist tags + * Mon Apr 18 2005 Tom "spot" Callaway - Initial package creation From fedora-extras-commits at redhat.com Mon May 9 19:58:02 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:02 -0400 Subject: rpms/R-gnomeGUI/devel R-gnomeGUI.spec,1.3,1.4 Message-ID: <200505091958.j49JwXP1031839@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-gnomeGUI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/R-gnomeGUI/devel Modified Files: R-gnomeGUI.spec Log Message: Remove hardcoded dist tags. Index: R-gnomeGUI.spec =================================================================== RCS file: /cvs/extras/rpms/R-gnomeGUI/devel/R-gnomeGUI.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- R-gnomeGUI.spec 22 Apr 2005 14:25:09 -0000 1.3 +++ R-gnomeGUI.spec 9 May 2005 19:58:00 -0000 1.4 @@ -1,7 +1,5 @@ %define packrel 1 %define packname gnomeGUI -%define fedora 4 -%define dist .fc4 Name: R-%{packname} Version: 2.1.0 @@ -55,6 +53,9 @@ %{_libdir}/R/share/glade/*.glade %changelog +* Mon May 9 2005 Tom "spot" Callaway 2.1.0-4 +- remove hardcoded dist tags + * Fri Apr 22 2005 Tom "spot" Callaway 2.1.0-3.fc4 - add dist tag...and actually use it. From fedora-extras-commits at redhat.com Mon May 9 19:58:13 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:13 -0400 Subject: rpms/blacs/devel blacs.spec,1.3,1.4 Message-ID: <200505091958.j49JwhhZ031851@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/blacs/devel Modified Files: blacs.spec Log Message: Remove hardcoded dist tags. Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/devel/blacs.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- blacs.spec 5 May 2005 14:43:52 -0000 1.3 +++ blacs.spec 9 May 2005 19:58:08 -0000 1.4 @@ -1,10 +1,7 @@ -%define dist .fc4 -%define fedora 4 - Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 6%{?dist} +Release: 7%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -87,6 +84,9 @@ %{_libdir}/libmpiblacs* %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.1-7 +- remove hardcoded dist tags + * Thu May 5 2005 Tom "spot" Callaway 1.1-6 - fix 64bit issues From fedora-extras-commits at redhat.com Mon May 9 19:58:13 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:13 -0400 Subject: rpms/librx/FC-3 librx.spec,1.4,1.5 Message-ID: <200505091958.j49JwhQs031852@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/librx/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/librx/FC-3 Modified Files: librx.spec Log Message: Remove hardcoded dist tags. Index: librx.spec =================================================================== RCS file: /cvs/extras/rpms/librx/FC-3/librx.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- librx.spec 9 May 2005 03:55:33 -0000 1.4 +++ librx.spec 9 May 2005 19:58:09 -0000 1.5 @@ -1,10 +1,7 @@ -%define dist .fc3 -%define fedora 3 - Summary: POSIX regexp functions Name: librx Version: 1.5 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.gnu.org/software/rx/rx.html Group: Applications/Text @@ -86,6 +83,9 @@ %{_libdir}/*.a %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.5-5 +- remove hardcoded dist tags + * Sun May 8 2005 Tom "spot" Callaway 1.5-4 - Fix 64 bit arches to install to the right libdir From fedora-extras-commits at redhat.com Mon May 9 19:58:19 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:19 -0400 Subject: rpms/librx/devel librx.spec,1.4,1.5 Message-ID: <200505091958.j49Jwnjn031863@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/librx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/librx/devel Modified Files: librx.spec Log Message: Remove hardcoded dist tags. Index: librx.spec =================================================================== RCS file: /cvs/extras/rpms/librx/devel/librx.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- librx.spec 9 May 2005 03:55:34 -0000 1.4 +++ librx.spec 9 May 2005 19:58:17 -0000 1.5 @@ -1,10 +1,7 @@ -%define dist .fc4 -%define fedora 4 - Summary: POSIX regexp functions Name: librx Version: 1.5 -Release: 4%{?dist} +Release: 5%{?dist} License: GPL URL: http://www.gnu.org/software/rx/rx.html Group: Applications/Text @@ -86,6 +83,9 @@ %{_libdir}/*.a %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.5-5 +- remove hardcoded dist tags + * Sun May 8 2005 Tom "spot" Callaway 1.5-4 - Fix 64 bit arches to install to the right libdir From fedora-extras-commits at redhat.com Mon May 9 19:58:20 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:20 -0400 Subject: rpms/scalapack/FC-3 scalapack.spec,1.4,1.5 Message-ID: <200505091958.j49JwpUY031866@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/scalapack/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/scalapack/FC-3 Modified Files: scalapack.spec Log Message: Remove hardcoded dist tags. Index: scalapack.spec =================================================================== RCS file: /cvs/extras/rpms/scalapack/FC-3/scalapack.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- scalapack.spec 9 May 2005 03:40:40 -0000 1.4 +++ scalapack.spec 9 May 2005 19:58:18 -0000 1.5 @@ -1,10 +1,7 @@ -%define dist .fc3 -%define fedora 3 - Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers Name: scalapack Version: 1.7 -Release: 4%{?dist} +Release: 6%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/scalapack/scalapack_home.html @@ -71,6 +68,9 @@ %{_libdir}/libscalapack.a %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.7-5 +- remove hardcoded dist tags + * Sun May 8 2005 Tom "spot" Callaway 1.7-4 - fix broken patch for fc-3 branch From fedora-extras-commits at redhat.com Mon May 9 19:58:21 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 15:58:21 -0400 Subject: rpms/scalapack/devel scalapack.spec,1.5,1.6 Message-ID: <200505091958.j49JwqKY031869@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/scalapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31595/scalapack/devel Modified Files: scalapack.spec Log Message: Remove hardcoded dist tags. Index: scalapack.spec =================================================================== RCS file: /cvs/extras/rpms/scalapack/devel/scalapack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- scalapack.spec 9 May 2005 04:24:56 -0000 1.5 +++ scalapack.spec 9 May 2005 19:58:19 -0000 1.6 @@ -1,6 +1,3 @@ -%define dist .fc4 -%define fedora 4 - Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers Name: scalapack Version: 1.7 @@ -71,6 +68,9 @@ %{_libdir}/libscalapack.a %changelog +* Mon May 9 2005 Tom "spot" Callaway 1.7-6 +- remove hardcoded dist tags + * Sun May 8 2005 Tom "spot" Callaway 1.7-4 - fix broken patch for fc-3 branch From fedora-extras-commits at redhat.com Mon May 9 20:00:52 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Mon, 9 May 2005 16:00:52 -0400 Subject: rpms/tla/devel tla.spec,1.14,1.15 Message-ID: <200505092000.j49K0qJL031936@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31919 Modified Files: tla.spec Log Message: remove hard-coded disttag Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/devel/tla.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- tla.spec 4 May 2005 14:36:32 -0000 1.14 +++ tla.spec 9 May 2005 20:00:50 -0000 1.15 @@ -1,8 +1,6 @@ -%{!?dist: %define dist .fc4} - Name: tla Version: 1.3.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Low-Budget Arch Revision Control System Group: Development/Tools @@ -71,6 +69,9 @@ %{_bindir}/tla %changelog +* Mon May 09 2005 Shahms E. King - 0:1.3.2-5 +- Remove hard-coded disttag + * Wed May 04 2005 Shahms E. King - 0:1.3.2-4 - Update disttag to new recommendations From fedora-extras-commits at redhat.com Mon May 9 20:01:46 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Mon, 9 May 2005 16:01:46 -0400 Subject: rpms/tla/FC-3 tla.spec,1.10,1.11 Message-ID: <200505092001.j49K1kMt000402@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/tla/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv385 Modified Files: tla.spec Log Message: remove hard-coded disttag Index: tla.spec =================================================================== RCS file: /cvs/extras/rpms/tla/FC-3/tla.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- tla.spec 4 May 2005 14:35:37 -0000 1.10 +++ tla.spec 9 May 2005 20:01:44 -0000 1.11 @@ -1,8 +1,6 @@ -%{!?dist: %define dist .fc3} - Name: tla Version: 1.3.2 -Release: 4%{?dist} +Release: 5%{?dist} Summary: The Low-Budget Arch Revision Control System Group: Development/Tools @@ -71,6 +69,9 @@ %{_bindir}/tla %changelog +* Mon May 09 2005 Shahms E. King - 0:1.3.2-5 +- Remove hard-coded disttag + * Wed May 04 2005 Shahms E. King - 0:1.3.2-4 - Update disttag to new recommendations From fedora-extras-commits at redhat.com Mon May 9 20:09:02 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:09:02 -0400 Subject: common tobuild,1.297,1.298 Message-ID: <200505092009.j49K920f000520@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv503 Modified Files: tobuild Log Message: request build of rpms/librx/FC-3 librx-1_5-5_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.297 retrieving revision 1.298 diff -u -r1.297 -r1.298 --- tobuild 9 May 2005 19:42:45 -0000 1.297 +++ tobuild 9 May 2005 20:09:00 -0000 1.298 @@ -26,3 +26,4 @@ icon rpms/verbiste/devel verbiste-0_1_11-1 devel kaboom devel/xdaliclock xdaliclock-2_20-2 development jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 +spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 From fedora-extras-commits at redhat.com Mon May 9 20:09:17 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:09:17 -0400 Subject: common tobuild,1.298,1.299 Message-ID: <200505092009.j49K9HeR000579@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv562 Modified Files: tobuild Log Message: request build of rpms/librx/devel librx-1_5-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.298 retrieving revision 1.299 diff -u -r1.298 -r1.299 --- tobuild 9 May 2005 20:09:00 -0000 1.298 +++ tobuild 9 May 2005 20:09:15 -0000 1.299 @@ -27,3 +27,4 @@ kaboom devel/xdaliclock xdaliclock-2_20-2 development jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 +spot rpms/librx/devel librx-1_5-5_fc4 devel From fedora-extras-commits at redhat.com Mon May 9 20:09:39 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:09:39 -0400 Subject: common tobuild,1.299,1.300 Message-ID: <200505092009.j49K9de6000636@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv619 Modified Files: tobuild Log Message: request build of rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.299 retrieving revision 1.300 diff -u -r1.299 -r1.300 --- tobuild 9 May 2005 20:09:15 -0000 1.299 +++ tobuild 9 May 2005 20:09:37 -0000 1.300 @@ -28,3 +28,4 @@ jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 spot rpms/librx/devel librx-1_5-5_fc4 devel +spot rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 fc3 From fedora-extras-commits at redhat.com Mon May 9 20:10:20 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:10:20 -0400 Subject: rpms/R-gnomeGUI/devel R-gnomeGUI.spec,1.4,1.5 Message-ID: <200505092010.j49KAK41000691@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-gnomeGUI/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv674 Modified Files: R-gnomeGUI.spec Log Message: bump relnum Index: R-gnomeGUI.spec =================================================================== RCS file: /cvs/extras/rpms/R-gnomeGUI/devel/R-gnomeGUI.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- R-gnomeGUI.spec 9 May 2005 19:58:00 -0000 1.4 +++ R-gnomeGUI.spec 9 May 2005 20:10:18 -0000 1.5 @@ -3,7 +3,7 @@ Name: R-%{packname} Version: 2.1.0 -Release: 3%{?dist} +Release: 4%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}-%{packrel}.tar.gz License: GPL version 2 or later. URL: http://cran.r-project.org/contrib From fedora-extras-commits at redhat.com Mon May 9 20:10:35 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:10:35 -0400 Subject: common tobuild,1.300,1.301 Message-ID: <200505092010.j49KAZ54000748@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv731 Modified Files: tobuild Log Message: request build of rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.300 retrieving revision 1.301 diff -u -r1.300 -r1.301 --- tobuild 9 May 2005 20:09:37 -0000 1.300 +++ tobuild 9 May 2005 20:10:33 -0000 1.301 @@ -29,3 +29,4 @@ spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 spot rpms/librx/devel librx-1_5-5_fc4 devel spot rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 fc3 +spot rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 devel From fedora-extras-commits at redhat.com Mon May 9 20:11:08 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:11:08 -0400 Subject: common tobuild,1.301,1.302 Message-ID: <200505092011.j49KB8oB000805@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv788 Modified Files: tobuild Log Message: request build of rpms/udunits/FC-3 udunits-1_12_4-8_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.301 retrieving revision 1.302 diff -u -r1.301 -r1.302 --- tobuild 9 May 2005 20:10:33 -0000 1.301 +++ tobuild 9 May 2005 20:11:06 -0000 1.302 @@ -30,3 +30,4 @@ spot rpms/librx/devel librx-1_5-5_fc4 devel spot rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 fc3 spot rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 devel +spot rpms/udunits/FC-3 udunits-1_12_4-8_fc3 fc3 From fedora-extras-commits at redhat.com Mon May 9 20:11:27 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 9 May 2005 16:11:27 -0400 Subject: common tobuild,1.302,1.303 Message-ID: <200505092011.j49KBRXk000862@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv845 Modified Files: tobuild Log Message: request build of rpms/udunits/devel udunits-1_12_4-8_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.302 retrieving revision 1.303 diff -u -r1.302 -r1.303 --- tobuild 9 May 2005 20:11:06 -0000 1.302 +++ tobuild 9 May 2005 20:11:24 -0000 1.303 @@ -31,3 +31,4 @@ spot rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 fc3 spot rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 devel spot rpms/udunits/FC-3 udunits-1_12_4-8_fc3 fc3 +spot rpms/udunits/devel udunits-1_12_4-8_fc4 devel From fedora-extras-commits at redhat.com Mon May 9 20:13:24 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Mon, 9 May 2005 16:13:24 -0400 Subject: common tobuild,1.303,1.304 Message-ID: <200505092013.j49KDO4K000895@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv878 Modified Files: tobuild Log Message: request build of rpms/moodss/devel moodss-20_0-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.303 retrieving revision 1.304 diff -u -r1.303 -r1.304 --- tobuild 9 May 2005 20:11:24 -0000 1.303 +++ tobuild 9 May 2005 20:13:22 -0000 1.304 @@ -32,3 +32,4 @@ spot rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 devel spot rpms/udunits/FC-3 udunits-1_12_4-8_fc3 fc3 spot rpms/udunits/devel udunits-1_12_4-8_fc4 devel +jfontain rpms/moodss/devel moodss-20_0-3 devel From fedora-extras-commits at redhat.com Mon May 9 20:16:57 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Mon, 9 May 2005 16:16:57 -0400 Subject: common tobuild,1.304,1.305 Message-ID: <200505092016.j49KGvCl000934@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv915 Modified Files: tobuild Log Message: Removing bogus build request Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.304 retrieving revision 1.305 diff -u -r1.304 -r1.305 --- tobuild 9 May 2005 20:13:22 -0000 1.304 +++ tobuild 9 May 2005 20:16:55 -0000 1.305 @@ -24,7 +24,6 @@ jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel icon rpms/verbiste/devel verbiste-0_1_11-1 devel -kaboom devel/xdaliclock xdaliclock-2_20-2 development jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 spot rpms/librx/devel librx-1_5-5_fc4 devel From fedora-extras-commits at redhat.com Mon May 9 20:17:14 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Mon, 9 May 2005 16:17:14 -0400 Subject: common tobuild,1.305,1.306 Message-ID: <200505092017.j49KHEGW000965@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv946 Modified Files: tobuild Log Message: request build of rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.305 retrieving revision 1.306 diff -u -r1.305 -r1.306 --- tobuild 9 May 2005 20:16:55 -0000 1.305 +++ tobuild 9 May 2005 20:17:12 -0000 1.306 @@ -32,3 +32,4 @@ spot rpms/udunits/FC-3 udunits-1_12_4-8_fc3 fc3 spot rpms/udunits/devel udunits-1_12_4-8_fc4 devel jfontain rpms/moodss/devel moodss-20_0-3 devel +kaboom rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 devel From bugs.michael at gmx.net Mon May 9 20:20:48 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Mon, 9 May 2005 22:20:48 +0200 Subject: common tobuild,1.301,1.302 In-Reply-To: <200505092011.j49KB8oB000805@cvs-int.fedora.redhat.com> References: <200505092011.j49KB8oB000805@cvs-int.fedora.redhat.com> Message-ID: <20050509222048.532c57f3.bugs.michael@gmx.net> On Mon, 9 May 2005 16:11:08 -0400, Tom Callaway wrote: > Author: spot > > Update of /cvs/extras/common > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv788 > > Modified Files: > tobuild > Log Message: > request build of rpms/udunits/FC-3 udunits-1_12_4-8_fc3 for fc3 With udunits-1_12_4-7_fc3 in the FC3 repository already, is this really necessary? All the users get is a bumped release version. :-/ From fedora-extras-commits at redhat.com Mon May 9 20:35:10 2005 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Mon, 9 May 2005 16:35:10 -0400 Subject: rpms/netcdf/FC-3 netcdf.spec,1.6,1.7 Message-ID: <200505092035.j49KZeYo001121@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/netcdf/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1089/FC-3 Modified Files: netcdf.spec Log Message: remove hard-coded dist/fedora macros Index: netcdf.spec =================================================================== RCS file: /cvs/extras/rpms/netcdf/FC-3/netcdf.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- netcdf.spec 5 May 2005 20:20:57 -0000 1.6 +++ netcdf.spec 9 May 2005 20:35:08 -0000 1.7 @@ -1,9 +1,6 @@ -%define dist .fc3 -%define fedora 3 - Name: netcdf Version: 3.6.0 -Release: 2.p1%{?dist} +Release: 3.p1%{?dist} Summary: Libraries for the Unidata network Common Data Form (NetCDF v3) Group: Applications/Engineering @@ -105,6 +102,9 @@ %changelog +* Mon May 9 2005 Ed Hill - 3.6.0-3.p1 +- remove hard-coded dist/fedora macros + * Wed May 5 2005 Ed Hill - 3.6.0-2.p1 - make netcdf-devel require netcdf (bug #156748) - cleanup environment and paths From fedora-extras-commits at redhat.com Mon May 9 20:35:11 2005 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Mon, 9 May 2005 16:35:11 -0400 Subject: rpms/netcdf/devel netcdf.spec,1.6,1.7 Message-ID: <200505092035.j49KZfeA001124@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/netcdf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1089/devel Modified Files: netcdf.spec Log Message: remove hard-coded dist/fedora macros Index: netcdf.spec =================================================================== RCS file: /cvs/extras/rpms/netcdf/devel/netcdf.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- netcdf.spec 5 May 2005 20:20:57 -0000 1.6 +++ netcdf.spec 9 May 2005 20:35:09 -0000 1.7 @@ -1,9 +1,6 @@ -%define dist .fc4 -%define fedora 4 - Name: netcdf Version: 3.6.0 -Release: 3.p1%{?dist} +Release: 4.p1%{?dist} Summary: Libraries for the Unidata network Common Data Form (NetCDF v3) Group: Applications/Engineering @@ -105,6 +102,9 @@ %changelog +* Mon May 9 2005 Ed Hill - 3.6.0-4.p1 +- remove hard-coded dist/fedora macros + * Wed May 5 2005 Ed Hill - 3.6.0-3.p1 - make netcdf-devel require netcdf (bug #156748) - cleanup environment and paths From fedora-extras-commits at redhat.com Mon May 9 20:40:43 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 9 May 2005 16:40:43 -0400 Subject: extras-buildsys-temp/automation extras-push.py,1.2,1.3 Message-ID: <200505092040.j49Keh0n001236@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/extras-buildsys-temp/automation In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1222 Modified Files: extras-push.py Log Message: one character fix for debuginfo pkgs being in the wrong place Index: extras-push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation/extras-push.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- extras-push.py 9 May 2005 09:02:43 -0000 1.2 +++ extras-push.py 9 May 2005 20:40:41 -0000 1.3 @@ -63,7 +63,7 @@ if file.endswith('.log'): which = 'log' elif file.endswith('.rpm'): - if file.find('.debuginfo') != -1: + if file.find('debuginfo') != -1: which = 'debuginfo' elif file.endswith('.src.rpm'): which = 'srpm' From fedora-extras-commits at redhat.com Mon May 9 20:52:13 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 9 May 2005 16:52:13 -0400 Subject: rpms/gnome-blog/FC-3 gnome-blog.spec,1.5,1.6 Message-ID: <200505092052.j49KqDtl001314@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnome-blog/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1285/FC-3 Modified Files: gnome-blog.spec Log Message: remove hard-coded dist, and remove unused sitearch definition Index: gnome-blog.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-blog/FC-3/gnome-blog.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gnome-blog.spec 30 Mar 2005 15:39:58 -0000 1.5 +++ gnome-blog.spec 9 May 2005 20:52:11 -0000 1.6 @@ -1,11 +1,10 @@ %define gnome_python2_version 1.99.13 %define pyver %(python -c 'import sys ; print sys.version[:3]') %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: gnome-blog Version: 0.8 -Release: 6.fc3 +Release: 7%{?dist} Summary: GNOME panel object for posting blog entries Group: Applications/Internet @@ -44,7 +43,7 @@ %build %configure -make %{?_smp_mflags} +make %{?_smp_mflags}BuildArch: noarch %install rm -rf $RPM_BUILD_ROOT @@ -93,6 +92,10 @@ %ghost %{python_sitelib}/gnomeblog/*.pyo %changelog +* Mon May 9 2005 Brian Pepple - 0.8-7 +- Remove hard-coded dist tag. +- Remove unused sitearch definition. + * Wed Mar 30 2005 Brian Pepple - 0.8-6.fc3 - Add dist tag. From fedora-extras-commits at redhat.com Mon May 9 20:52:14 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 9 May 2005 16:52:14 -0400 Subject: rpms/gnome-blog/devel gnome-blog.spec,1.7,1.8 Message-ID: <200505092052.j49KqEiH001320@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnome-blog/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1285/devel Modified Files: gnome-blog.spec Log Message: remove hard-coded dist, and remove unused sitearch definition Index: gnome-blog.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-blog/devel/gnome-blog.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnome-blog.spec 30 Mar 2005 15:39:58 -0000 1.7 +++ gnome-blog.spec 9 May 2005 20:52:12 -0000 1.8 @@ -1,11 +1,10 @@ %define gnome_python2_version 1.99.13 %define pyver %(python -c 'import sys ; print sys.version[:3]') %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} Name: gnome-blog Version: 0.8 -Release: 6.fc4 +Release: 7%{?dist} Summary: GNOME panel object for posting blog entries Group: Applications/Internet @@ -93,6 +92,10 @@ %ghost %{python_sitelib}/gnomeblog/*.pyo %changelog +* Mon May 9 2005 Brian Pepple - 0.8-7 +- Remove hard-coded dist tag. +- Removed unused sitearch definition. + * Wed Mar 30 2005 Brian Pepple - 0.8-6.fc4 - Rebuild with Python 2.4. - Add dist tag. From fedora-extras-commits at redhat.com Mon May 9 20:57:15 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Mon, 9 May 2005 16:57:15 -0400 Subject: rpms/gnome-blog/FC-3 gnome-blog.spec,1.6,1.7 Message-ID: <200505092057.j49KvFoc001358@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gnome-blog/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1341 Modified Files: gnome-blog.spec Log Message: Remove misplaced BuildArch Index: gnome-blog.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-blog/FC-3/gnome-blog.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnome-blog.spec 9 May 2005 20:52:11 -0000 1.6 +++ gnome-blog.spec 9 May 2005 20:57:13 -0000 1.7 @@ -4,7 +4,7 @@ Name: gnome-blog Version: 0.8 -Release: 7%{?dist} +Release: 8%{?dist} Summary: GNOME panel object for posting blog entries Group: Applications/Internet @@ -43,7 +43,7 @@ %build %configure -make %{?_smp_mflags}BuildArch: noarch +make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -92,6 +92,9 @@ %ghost %{python_sitelib}/gnomeblog/*.pyo %changelog +* Mon May 9 2005 Brian Pepple - 0.8-8 +- Remove mispplaced BuildArch statement. + * Mon May 9 2005 Brian Pepple - 0.8-7 - Remove hard-coded dist tag. - Remove unused sitearch definition. From fedora-extras-commits at redhat.com Mon May 9 21:12:21 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 17:12:21 -0400 Subject: rpms/jed/devel jed.spec,1.3,1.4 Message-ID: <200505092112.j49LCLNr002323@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/jed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2306 Modified Files: jed.spec Log Message: fix debuginfo Index: jed.spec =================================================================== RCS file: /cvs/extras/rpms/jed/devel/jed.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- jed.spec 5 Mar 2005 21:10:22 -0000 1.3 +++ jed.spec 9 May 2005 21:12:19 -0000 1.4 @@ -1,7 +1,7 @@ Summary: Fast, compact editor based on the S-Lang screen library Name: jed Version: 0.99.16 -Release: 8 +Release: 9 License: GPL Group: Applications/Editors Source0: ftp://space.mit.edu/pub/davis/jed/jed-0.99-16.tar.bz2 @@ -48,7 +48,7 @@ cp -r lib $RPM_BUILD_ROOT%{_datadir}/jed cd src/objs -install -m 0755 -s jed $RPM_BUILD_ROOT%{_bindir} +install -m 0755 jed $RPM_BUILD_ROOT%{_bindir} JED_ROOT=$RPM_BUILD_ROOT%{_datadir}/jed $RPM_BUILD_ROOT%{_bindir}/jed -batch -n -l preparse.sl cd ../../doc @@ -65,6 +65,9 @@ %{_datadir}/jed %changelog +* Mon May 9 2005 Bill Nottingham 0.99.16-9 +- don't forcibly strip binary, fixes debuginfo generation + * Fri Mar 4 2005 Bill Nottingham 0.99.16-8 - bump release From fedora-extras-commits at redhat.com Mon May 9 21:12:30 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Mon, 9 May 2005 17:12:30 -0400 Subject: rpms/verbiste/devel verbiste.spec,1.4,1.5 Message-ID: <200505092112.j49LCU3Y002346@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/rpms/verbiste/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2329 Modified Files: verbiste.spec Log Message: Fix build on x86_64. Index: verbiste.spec =================================================================== RCS file: /cvs/extras/rpms/verbiste/devel/verbiste.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- verbiste.spec 6 May 2005 19:53:18 -0000 1.4 +++ verbiste.spec 9 May 2005 21:12:28 -0000 1.5 @@ -1,6 +1,6 @@ Name: verbiste Version: 0.1.11 -Release: 1 +Release: 2 Summary: French conjugation system Group: Applications/Text @@ -52,6 +52,9 @@ make DESTDIR=%{buildroot} install rm -rf %{buildroot}%{_defaultdocdir} rm -f %{buildroot}%{_libdir}/*.la +# This file gets created on x86_64 for no apparent reason. +# It's owned by glibc-common. +rm -f %{buildroot}%{_datadir}/locale/locale.alias desktop-file-install \ --delete-original \ --vendor fedora \ @@ -98,6 +101,10 @@ %changelog +* Mon May 09 2005 Konstantin Ryabitsev - 0.1.11-2 +- Remove /usr/share/locale/locale.alias created on x86_64 on the + buildsystem. + * Tue May 06 2005 Konstantin Ryabitsev - 0.1.11-1 - Version 0.1.11. From fedora-extras-commits at redhat.com Mon May 9 21:12:51 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Mon, 9 May 2005 17:12:51 -0400 Subject: common tobuild,1.306,1.307 Message-ID: <200505092112.j49LCpmT002404@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2386 Modified Files: tobuild Log Message: request build of rpms/verbiste/devel verbiste-0_1_11-2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.306 retrieving revision 1.307 diff -u -r1.306 -r1.307 --- tobuild 9 May 2005 20:17:12 -0000 1.306 +++ tobuild 9 May 2005 21:12:49 -0000 1.307 @@ -33,3 +33,4 @@ spot rpms/udunits/devel udunits-1_12_4-8_fc4 devel jfontain rpms/moodss/devel moodss-20_0-3 devel kaboom rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 devel +icon rpms/verbiste/devel verbiste-0_1_11-2 devel From fedora-extras-commits at redhat.com Mon May 9 21:13:06 2005 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 9 May 2005 17:13:06 -0400 Subject: devel/common branches,1.1,1.2 Message-ID: <200505092113.j49LD7gB002431@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2414 Modified Files: branches Log Message: only need one of each of these Index: branches =================================================================== RCS file: /cvs/extras/devel/common/branches,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- branches 9 May 2005 19:11:30 -0000 1.1 +++ branches 9 May 2005 21:13:04 -0000 1.2 @@ -5,10 +5,3 @@ FC-2:fc2:.fc2:fedora:2 FC-3:fc3:.fc3:fedora:3 devel:devel:.fc4:fedora:4 -RHL-7:rhl7:.rhl7:rhl:7 -RHL-8:rhl8:.rhl8:rhl:8 -RHL-9:rhl9:.rhl9:rhl:9 -FC-1:fc1:.fc1:fedora:1 -FC-2:fc2:.fc2:fedora:2 -FC-3:fc3:.fc3:fedora:3 -devel:devel:.fc4:fedora:4 From fedora-extras-commits at redhat.com Mon May 9 21:13:45 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 17:13:45 -0400 Subject: common tobuild,1.307,1.308 Message-ID: <200505092113.j49LDjaY002498@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2481 Modified Files: tobuild Log Message: request build of rpms/jed/devel jed-0_99_16-9 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.307 retrieving revision 1.308 diff -u -r1.307 -r1.308 --- tobuild 9 May 2005 21:12:49 -0000 1.307 +++ tobuild 9 May 2005 21:13:43 -0000 1.308 @@ -34,3 +34,4 @@ jfontain rpms/moodss/devel moodss-20_0-3 devel kaboom rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 devel icon rpms/verbiste/devel verbiste-0_1_11-2 devel +notting rpms/jed/devel jed-0_99_16-9 devel From fedora-extras-commits at redhat.com Mon May 9 21:14:19 2005 From: fedora-extras-commits at redhat.com (Jeremy Katz (katzj)) Date: Mon, 9 May 2005 17:14:19 -0400 Subject: devel/common Makefile.common,1.12,1.13 Message-ID: <200505092114.j49LEJvH002531@cvs-int.fedora.redhat.com> Author: katzj Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2514 Modified Files: Makefile.common Log Message: fix branch determination if you're using a checkout of, eg, all of devel. noticed by chris ricker. Index: Makefile.common =================================================================== RCS file: /cvs/extras/devel/common/Makefile.common,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Makefile.common 9 May 2005 19:11:30 -0000 1.12 +++ Makefile.common 9 May 2005 21:14:17 -0000 1.13 @@ -13,7 +13,10 @@ # Branch and disttag definitions # These need to happen second. -BRANCH = $(shell basename $(shell pwd)) +ifndef HEAD_BRANCH +HEAD_BRANCH := devel +endif +BRANCH:=$(shell [ -f branch ] && cat branch || echo $(HEAD_BRANCH)) BRANCHINFO = $(shell grep ^$(BRANCH): $(COMMON_DIR)/branches | cut -d: --output-delimiter=" " -f2-) TARGET ?= $(word 1, $(BRANCHINFO)) DIST = $(word 2, $(BRANCHINFO)) From fedora-extras-commits at redhat.com Mon May 9 21:35:51 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 9 May 2005 17:35:51 -0400 Subject: rpms/abicheck/devel abicheck.spec,1.10,1.11 Message-ID: <200505092135.j49LZpbG002621@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/abicheck/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2604 Modified Files: abicheck.spec Log Message: * Mon May 9 2005 Michael Schwendt - 1.2-6 - Disable debuginfo package. Index: abicheck.spec =================================================================== RCS file: /cvs/extras/rpms/abicheck/devel/abicheck.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- abicheck.spec 14 Apr 2005 15:18:33 -0000 1.10 +++ abicheck.spec 9 May 2005 21:35:49 -0000 1.11 @@ -1,7 +1,9 @@ +%define debug_package %{nil} + Summary: ABI checking tool Name: abicheck Version: 1.2 -Release: 5 +Release: 6 License: LGPL Group: Applications/File URL: http://abicheck.sourceforge.net/ @@ -51,6 +53,9 @@ %changelog +* Mon May 9 2005 Michael Schwendt - 1.2-6 +- Disable debuginfo package. + * Thu Apr 14 2005 Michael Schwendt - 1.2-5 - Replace /usr/lib/ with %%_libdir/ in %%prep. From fedora-extras-commits at redhat.com Mon May 9 21:37:24 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 9 May 2005 17:37:24 -0400 Subject: rpms/chkrootkit/devel chkrootkit.spec,1.9,1.10 Message-ID: <200505092137.j49LbOBw002677@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/chkrootkit/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2658 Modified Files: chkrootkit.spec Log Message: * Mon May 9 2005 Michael Schwendt - 0.45-3 - Create debuginfo package, remove stripping from Makefile in %prep, build with optflags. Index: chkrootkit.spec =================================================================== RCS file: /cvs/extras/rpms/chkrootkit/devel/chkrootkit.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- chkrootkit.spec 17 Mar 2005 17:37:47 -0000 1.9 +++ chkrootkit.spec 9 May 2005 21:37:22 -0000 1.10 @@ -1,8 +1,7 @@ Name: chkrootkit Version: 0.45 -Release: 2 +Release: 3 Summary: Tool to locally check for signs of a rootkit - Group: Applications/System License: BSD-like URL: http://www.chkrootkit.org @@ -41,10 +40,11 @@ %patch1 -p1 -b .getCMD %patch2 -p1 -b .inetd %patch3 -p1 -b .includes +sed -i -e 's!\s\+ at strip.*!!g' Makefile %build -make sense +make sense CC="%{__cc} $RPM_OPT_FLAGS" %install @@ -106,6 +106,10 @@ %changelog +* Mon May 9 2005 Michael Schwendt - 0.45-3 +- Create debuginfo package, remove stripping from Makefile in %%prep, + build with optflags. + * Thu Mar 17 2005 Michael Schwendt - 0.45-2 - Make GCC4 shut up by including more C headers in chkproc.c/chkwtmp.c From fedora-extras-commits at redhat.com Mon May 9 21:38:31 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Mon, 9 May 2005 17:38:31 -0400 Subject: devel/gai-pal gai-pal-0.7-nostrip.patch, NONE, 1.1 gai-pal.spec, 1.8, 1.9 Message-ID: <200505092138.j49LcVuF002739@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/gai-pal In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2719 Modified Files: gai-pal.spec Added Files: gai-pal-0.7-nostrip.patch Log Message: * Mon May 9 2005 Michael Schwendt - 0.7-6 - Create debuginfo package, disable stripping via patch. gai-pal-0.7-nostrip.patch: --- NEW FILE gai-pal-0.7-nostrip.patch --- diff -Nur gai-pal-0.7-orig/Makefile.in gai-pal-0.7/Makefile.in --- gai-pal-0.7-orig/Makefile.in 2004-06-26 11:21:18.000000000 +0200 +++ gai-pal-0.7/Makefile.in 2005-05-09 23:32:48.000000000 +0200 @@ -22,7 +22,6 @@ @APPLET_NAME@: $(OBJS) $(CC) -o @APPLET_NAME@ $(OBJS) $(LDFLAGS) - strip @APPLET_NAME@ install: @APPLET_NAME@ @INSTALL_GNOME@ @INSTALL_IMAGES@ @INSTALL_ROX@ mkdir -p $(INSTALL_PATH)/bin Index: gai-pal.spec =================================================================== RCS file: /cvs/extras/devel/gai-pal/gai-pal.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gai-pal.spec 6 Apr 2005 22:11:37 -0000 1.8 +++ gai-pal.spec 9 May 2005 21:38:28 -0000 1.9 @@ -3,11 +3,11 @@ Summary: GAI Pal applet Name: gai-pal Version: 0.7 -Release: 5 - +Release: 6 Source0: %{name}-%{version}.tar.bz2 Patch0: gai-pal-0.7-xosd-empty-msg.patch Patch1: gai-pal-0.7-typo.patch +Patch2: gai-pal-0.7-nostrip.patch URL: http://gai.sourceforge.net License: GPL Group: User Interface/Desktops @@ -23,10 +23,12 @@ %setup -q %patch -p1 -b .xosd-empty-msg %patch1 -p1 -b .typo +%patch2 -p1 -b .nostrip %ifarch x86_64 sed -i 's!/lib/!/%{_lib}/!' Makefile.in %endif + %build %configure make %{?_smp_mflags} @@ -46,6 +48,9 @@ %{_datadir}/pixmaps/* %changelog +* Mon May 9 2005 Michael Schwendt - 0.7-6 +- Create debuginfo package, disable stripping via patch. + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Mon May 9 22:16:04 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Mon, 9 May 2005 18:16:04 -0400 Subject: rpms/syslog-ng/devel syslog-ng-1.6.7-init.patch, NONE, 1.1 syslog-ng-1.6.7-logrotate.patch, NONE, 1.1 syslog.log, NONE, 1.1 syslog-ng.spec, 1.2, 1.3 Message-ID: <200505092216.j49MG4Wk003884@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/syslog-ng/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3860 Modified Files: syslog-ng.spec Added Files: syslog-ng-1.6.7-init.patch syslog-ng-1.6.7-logrotate.patch syslog.log Log Message: Logrotate handling as suggested by Jeremy Katz. syslog-ng-1.6.7-init.patch: --- NEW FILE syslog-ng-1.6.7-init.patch --- diff -ruN syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.init syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.init --- syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.init 2005-03-04 15:59:39.000000000 +0000 +++ syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.init 2005-05-09 19:14:19.000000000 +0100 @@ -2,7 +2,7 @@ # # syslog-ng This starts and stops syslog-ng # -# chkconfig: 2345 12 88 +# chkconfig: - 12 88 # description: reads and logs messages to the system console, log \ # files, other machines and/or users as specified by \ # its configuration file. syslog-ng-1.6.7-logrotate.patch: --- NEW FILE syslog-ng-1.6.7-logrotate.patch --- diff -ruN syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.init syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.init --- syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.init 2005-03-04 15:59:39.000000000 +0000 +++ syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.init 2005-05-09 18:50:49.000000000 +0100 @@ -9,7 +9,7 @@ # processname: /sbin/syslog-ng # config: /etc/syslog-ng/syslog-ng.conf # config: /etc/sysconfig/syslog-ng -# pidfile: /var/run/syslog-ng.pid +# pidfile: /var/run/syslog.pid # ### BEGIN INIT INFO # Provides: $syslog diff -ruN syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.sysconfig syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.sysconfig --- syslog-ng-1.6.7-orig/contrib/fedora-packaging/syslog-ng.sysconfig 2005-03-04 16:03:29.000000000 +0000 +++ syslog-ng-1.6.7/contrib/fedora-packaging/syslog-ng.sysconfig 2005-05-09 18:53:09.000000000 +0100 @@ -2,4 +2,4 @@ # Syslog-ng command line options # See syslog-ng(8) for more details #--- -SYSLOGNG_OPTIONS="" +SYSLOGNG_OPTIONS="-p /var/run/syslog.pid" --- NEW FILE syslog.log --- /var/log/messages /var/log/secure /var/log/maillog /var/log/spooler /var/log/boot.log /var/log/cron { sharedscripts postrotate /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true endscript } Index: syslog-ng.spec =================================================================== RCS file: /cvs/extras/rpms/syslog-ng/devel/syslog-ng.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- syslog-ng.spec 7 May 2005 00:27:25 -0000 1.2 +++ syslog-ng.spec 9 May 2005 22:16:02 -0000 1.3 @@ -3,13 +3,16 @@ Name: syslog-ng Version: 1.6.7 -Release: 2.fc4 +Release: 3%{?dist} Summary: Syslog replacement daemon Group: System Environment/Daemons License: GPL Url: http://www.balabit.com/products/syslog_ng/ Source0: http://www.balabit.com/downloads/syslog-ng/1.6/src/syslog-ng-1.6.7.tar.gz +Source1: syslog.log +Patch0: syslog-ng-1.6.7-init.patch +Patch1: syslog-ng-1.6.7-logrotate.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libol-devel >= 0.3.16 @@ -41,6 +44,9 @@ %prep %setup -q +%patch0 -p1 +%patch1 -p1 +%{__sed} -i 's|^#!/usr/local/bin/perl|#!%{__perl}|' contrib/relogger.pl chmod a-x contrib/syslog2ng %build @@ -65,8 +71,8 @@ $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/syslog-ng.conf install -p -m 644 contrib/fedora-packaging/syslog-ng.sysconfig \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/syslog-ng -install -p -m 644 contrib/fedora-packaging/syslog-ng.logrotate \ - $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/syslog-ng +install -p -m 644 %{SOURCE1} \ + $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/syslog %clean rm -rf $RPM_BUILD_ROOT @@ -75,18 +81,14 @@ %post # only rpm -i (not rpm {-U|-F}) if [ $1 = 1 ]; then - /sbin/chkconfig syslog off 2> /dev/null || : /sbin/chkconfig --add syslog-ng - /sbin/service syslog stop 2> /dev/null || : - /sbin/service syslog-ng start +# /sbin/service syslog-ng start fi %preun # only rpm -e (not rpm {-U|-F}) if [ $1 = 0 ]; then - /sbin/chkconfig syslog reset 2> /dev/null || : - /sbin/service syslog-ng stop - /sbin/service syslog start 2> /dev/null || : + /sbin/service syslog-ng stop > /dev/null 2>&1 || : /sbin/chkconfig --del syslog-ng fi @@ -97,29 +99,6 @@ fi -%triggerin -- sysklogd -if [ $1 = 1 -a $2 = 1 ]; then - # - # 1) syslog-ng being installed and sysklogd installed - # 2) syslog-ng installed and sysklogd being installed - # - # syslog logrotate file -> comment lines in order to avoid - # a logrotate conflict - # - %{__sed} -i 's/^/#/' %{_sysconfdir}/logrotate.d/syslog 2> /dev/null || : -fi - -%triggerun -- sysklogd -if [ $1 = 0 -a $2 = 1 ]; then - # - # 1) syslog-ng being removed and sysklogd installed - # - # syslog logrotate file -> uncomment lines - # - %{__sed} -i 's/^#//' %{_sysconfdir}/logrotate.d/syslog 2> /dev/null || : -fi - - %files %defattr(-,root,root,-) %doc AUTHORS COPYING README README.spoof ChangeLog INSTALL NEWS PORTS @@ -132,12 +111,18 @@ %dir %{_sysconfdir}/%{name} %config(noreplace) %{_sysconfdir}/%{name}/syslog-ng.conf %config(noreplace) %{_sysconfdir}/sysconfig/syslog-ng -%config(noreplace) %{_sysconfdir}/logrotate.d/syslog-ng +%config(noreplace) %{_sysconfdir}/logrotate.d/syslog %{_mandir}/man5/*.5* %{_mandir}/man8/*.8* %changelog +* Mon May 09 2005 Jose Pedro Oliveira - 1.6.7-3 +- Shipping the sysklogd logrotate file and using the same pidfile + as suggested by Jeremy Katz. +- Patching the init script: no default runlevels. +- Removed the triggers to handle the logrotate file (no longer needed). + * Sat May 07 2005 Jose Pedro Oliveira - 1.6.7-2.fc4 - Increased libol required version to 0.3.16 (https://lists.balabit.hu/pipermail/syslog-ng/2005-May/007385.html). From paul at city-fan.org Mon May 9 22:21:08 2005 From: paul at city-fan.org (Paul Howarth) Date: Mon, 09 May 2005 23:21:08 +0100 Subject: APPROVED: gtorrentviewer Message-ID: <1115677268.4727.62.camel@laurel.intra.city-fan.org> Name: gtorrentviewer Group: Applications/Internet License: GPL URL: http://gtorrentviewer.sourceforge.net/index.html Summary: A GTK2-based viewer and editor for BitTorrent meta files Description: GTorrentViewer gives you the ability to see and modify all the possible information from .torrent files without having to start downloading, and the ability to see in real time the current number of seeds and peers on the torrent, so you will always know the status before starting the download. Reviewer : Aaron Kurtz Packager : Paul Howarth -- Paul Howarth From fedora-extras-commits at redhat.com Mon May 9 23:21:56 2005 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Mon, 9 May 2005 19:21:56 -0400 Subject: rpms/mlmmj/devel mlmmj.spec,1.5,1.6 Message-ID: <200505092321.j49NLuQP005057@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/mlmmj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5040 Modified Files: mlmmj.spec Log Message: Bump to include dist tag usage Index: mlmmj.spec =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mlmmj.spec 9 May 2005 10:03:34 -0000 1.5 +++ mlmmj.spec 9 May 2005 23:21:54 -0000 1.6 @@ -3,7 +3,7 @@ Summary: Mailserver-independent ezmlm-like mailing list manager Name: mlmmj Version: 1.2.6.1 -Release: 1 +Release: 2%{?dist} License: MIT Group: Applications/Internet Source: http://mlmmj.mmj.dk/files/mlmmj-%{version}.tar.bz2 @@ -43,6 +43,9 @@ %{_mandir}/man1/mlmmj-* %changelog +* Tue May 10 2005 Michael Fleming 1.2.6.1-2 +- bump + * Mon May 9 2005 Michael Fleming 1.2.6.1-1 - 1.2.6.1 From fedora-extras-commits at redhat.com Tue May 10 00:48:53 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 20:48:53 -0400 Subject: rpms/kphone/FC-3 kphone-4.1.0-strip.patch, NONE, 1.1 kphone.spec, 1.10, 1.11 Message-ID: <200505100049.j4A0nNR2006731@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/kphone/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6692/FC-3 Modified Files: kphone.spec Added Files: kphone-4.1.0-strip.patch Log Message: Patch to prevent stripping of binary (#157261) kphone-4.1.0-strip.patch: --- NEW FILE kphone-4.1.0-strip.patch --- --- kphone/kphone/Makefile.in.strip 2005-05-09 20:42:44.000000000 -0400 +++ kphone/kphone/Makefile.in 2005-05-09 20:42:58.000000000 -0400 @@ -58,7 +58,7 @@ install: all install --mode=0755 --directory $(DESTDIR)/$(BIN_DIR) - install --strip kphone $(DESTDIR)/$(BIN_DIR) + install kphone $(DESTDIR)/$(BIN_DIR) uninstall: rm -f $(DESTDIR)/$(BIN_DIR)/kphone Index: kphone.spec =================================================================== RCS file: /cvs/extras/rpms/kphone/FC-3/kphone.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- kphone.spec 28 Mar 2005 20:02:37 -0000 1.10 +++ kphone.spec 10 May 2005 00:48:51 -0000 1.11 @@ -1,6 +1,6 @@ Name: kphone Version: 4.1.0 -Release: 11 +Release: 12%{?dist} Summary: A SIP (Session Initiation Protocol) user agent for Linux Group: Applications/Communications @@ -10,6 +10,7 @@ Source1: kphone.desktop Patch0: kphone-4.1.0-po-hacks.patch Patch1: kphone-4.1.0-endian.patch +Patch2: kphone-4.1.0-strip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel alsa-lib-devel desktop-file-utils openssl-devel @@ -24,6 +25,7 @@ %setup -q -n kphone %patch -p1 -b .po-hacks %patch1 -p1 -b .endian +%patch2 -p1 -b .strip %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh @@ -56,6 +58,9 @@ %{_datadir}/pixmaps/*.png %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 4.1.0-12.fc3 +- Patch to prevent stripping of binary (#157261) + * Sat Mar 26 2005 Ignacio Vazquez-Abrams 4.1.0-11 - Added Network category to desktop entry From fedora-extras-commits at redhat.com Tue May 10 00:48:53 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 20:48:53 -0400 Subject: rpms/kphone/devel kphone-4.1.0-strip.patch, NONE, 1.1 kphone.spec, 1.14, 1.15 Message-ID: <200505100049.j4A0nOf0006734@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/kphone/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6692/devel Modified Files: kphone.spec Added Files: kphone-4.1.0-strip.patch Log Message: Patch to prevent stripping of binary (#157261) kphone-4.1.0-strip.patch: --- NEW FILE kphone-4.1.0-strip.patch --- --- kphone/kphone/Makefile.in.strip 2005-05-09 20:42:44.000000000 -0400 +++ kphone/kphone/Makefile.in 2005-05-09 20:42:58.000000000 -0400 @@ -58,7 +58,7 @@ install: all install --mode=0755 --directory $(DESTDIR)/$(BIN_DIR) - install --strip kphone $(DESTDIR)/$(BIN_DIR) + install kphone $(DESTDIR)/$(BIN_DIR) uninstall: rm -f $(DESTDIR)/$(BIN_DIR)/kphone Index: kphone.spec =================================================================== RCS file: /cvs/extras/rpms/kphone/devel/kphone.spec,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- kphone.spec 7 Apr 2005 00:12:03 -0000 1.14 +++ kphone.spec 10 May 2005 00:48:51 -0000 1.15 @@ -1,6 +1,6 @@ Name: kphone Version: 4.1.0 -Release: 12 +Release: 13%{?dist} Summary: A SIP (Session Initiation Protocol) user agent for Linux @@ -11,6 +11,7 @@ Source1: kphone.desktop Patch0: kphone-4.1.0-po-hacks.patch Patch1: kphone-4.1.0-endian.patch +Patch2: kphone-4.1.0-strip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: qt-devel alsa-lib-devel desktop-file-utils openssl-devel @@ -25,6 +26,7 @@ %setup -q -n kphone %patch -p1 -b .po-hacks %patch1 -p1 -b .endian +%patch2 -p1 -b .strip %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh @@ -57,6 +59,9 @@ %{_datadir}/pixmaps/*.png %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 4.1.0-13.fc4 +- Patch to prevent stripping of binary (#157261) + * Thu Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Tue May 10 01:00:59 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:00:59 -0400 Subject: rpms/OpenEXR/FC-3 OpenEXR.spec,1.1,1.2 Message-ID: <200505100101.j4A11TOc007690@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/OpenEXR/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6759/FC-3 Modified Files: OpenEXR.spec Log Message: Add disttag Index: OpenEXR.spec =================================================================== RCS file: /cvs/extras/rpms/OpenEXR/FC-3/OpenEXR.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- OpenEXR.spec 9 May 2005 03:08:39 -0000 1.1 +++ OpenEXR.spec 10 May 2005 01:00:57 -0000 1.2 @@ -1,6 +1,6 @@ Name: OpenEXR Version: 1.2.2 -Release: 2 +Release: 2%{?dist} Summary: A high dynamic-range (HDR) image file format Group: System Environment/Libraries @@ -62,6 +62,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 1.2.2-2.fc4 +- Add disttag + * Sun May 8 2005 Ignacio Vazquez-Abrams 1.2.2-2 - Fix BuildRequires - Fix Requires on -devel From fedora-extras-commits at redhat.com Tue May 10 01:01:00 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:01:00 -0400 Subject: rpms/OpenEXR/devel OpenEXR.spec,1.1,1.2 Message-ID: <200505100101.j4A11TjT007693@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/OpenEXR/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6759/devel Modified Files: OpenEXR.spec Log Message: Add disttag Index: OpenEXR.spec =================================================================== RCS file: /cvs/extras/rpms/OpenEXR/devel/OpenEXR.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- OpenEXR.spec 9 May 2005 03:08:39 -0000 1.1 +++ OpenEXR.spec 10 May 2005 01:00:58 -0000 1.2 @@ -1,6 +1,6 @@ Name: OpenEXR Version: 1.2.2 -Release: 2 +Release: 2%{?dist} Summary: A high dynamic-range (HDR) image file format Group: System Environment/Libraries @@ -62,6 +62,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 1.2.2-2.fc4 +- Add disttag + * Sun May 8 2005 Ignacio Vazquez-Abrams 1.2.2-2 - Fix BuildRequires - Fix Requires on -devel From fedora-extras-commits at redhat.com Tue May 10 01:02:16 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:02:16 -0400 Subject: common tobuild,1.308,1.309 Message-ID: <200505100102.j4A12GrM007779@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7762 Modified Files: tobuild Log Message: request build of rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.308 retrieving revision 1.309 diff -u -r1.308 -r1.309 --- tobuild 9 May 2005 21:13:43 -0000 1.308 +++ tobuild 10 May 2005 01:02:14 -0000 1.309 @@ -35,3 +35,4 @@ kaboom rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 devel icon rpms/verbiste/devel verbiste-0_1_11-2 devel notting rpms/jed/devel jed-0_99_16-9 devel +ivazquez rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 01:02:32 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:02:32 -0400 Subject: common tobuild,1.309,1.310 Message-ID: <200505100102.j4A12Wv4007807@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7790 Modified Files: tobuild Log Message: request build of rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.309 retrieving revision 1.310 diff -u -r1.309 -r1.310 --- tobuild 10 May 2005 01:02:14 -0000 1.309 +++ tobuild 10 May 2005 01:02:30 -0000 1.310 @@ -36,3 +36,4 @@ icon rpms/verbiste/devel verbiste-0_1_11-2 devel notting rpms/jed/devel jed-0_99_16-9 devel ivazquez rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 fc3 +ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 01:04:57 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:04:57 -0400 Subject: rpms/gnet2/FC-3 gnet2.spec,1.2,1.3 Message-ID: <200505100104.j4A14vsZ007848@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/gnet2/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7819/FC-3 Modified Files: gnet2.spec Log Message: Added disttag Index: gnet2.spec =================================================================== RCS file: /cvs/extras/rpms/gnet2/FC-3/gnet2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnet2.spec 11 Apr 2005 23:09:00 -0000 1.2 +++ gnet2.spec 10 May 2005 01:04:55 -0000 1.3 @@ -1,6 +1,6 @@ Name: gnet2 Version: 2.0.7 -Release: 3 +Release: 3%{?dist} Summary: A simple network library built upon glib Group: System Environment/Libraries @@ -59,6 +59,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 2.0.7-3.fc3 +- Added disttag + * Mon Apr 11 2005 Ignacio Vazquez-Abrams 2.0.7-3 - Added glib2-devel to Requires of -devel From fedora-extras-commits at redhat.com Tue May 10 01:04:58 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:04:58 -0400 Subject: rpms/gnet2/devel gnet2.spec,1.2,1.3 Message-ID: <200505100104.j4A14wWc007854@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/gnet2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7819/devel Modified Files: gnet2.spec Log Message: Added disttag Index: gnet2.spec =================================================================== RCS file: /cvs/extras/rpms/gnet2/devel/gnet2.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gnet2.spec 11 Apr 2005 23:09:00 -0000 1.2 +++ gnet2.spec 10 May 2005 01:04:56 -0000 1.3 @@ -1,6 +1,6 @@ Name: gnet2 Version: 2.0.7 -Release: 3 +Release: 3%{?dist} Summary: A simple network library built upon glib Group: System Environment/Libraries @@ -59,6 +59,9 @@ %{_libdir}/pkgconfig/* %changelog +* Mon May 9 2005 Ignacio Vazquez-Abrams 2.0.7-3.fc4 +- Added disttag + * Mon Apr 11 2005 Ignacio Vazquez-Abrams 2.0.7-3 - Added glib2-devel to Requires of -devel From fedora-extras-commits at redhat.com Tue May 10 01:05:16 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:05:16 -0400 Subject: common tobuild,1.310,1.311 Message-ID: <200505100105.j4A15G4q007911@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7894 Modified Files: tobuild Log Message: request build of rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.310 retrieving revision 1.311 diff -u -r1.310 -r1.311 --- tobuild 10 May 2005 01:02:30 -0000 1.310 +++ tobuild 10 May 2005 01:05:14 -0000 1.311 @@ -37,3 +37,4 @@ notting rpms/jed/devel jed-0_99_16-9 devel ivazquez rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 fc3 ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel +ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 01:05:33 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:05:33 -0400 Subject: common tobuild,1.311,1.312 Message-ID: <200505100105.j4A15XI0007970@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7953 Modified Files: tobuild Log Message: request build of rpms/gnet2/devel gnet2-2_0_7-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.311 retrieving revision 1.312 diff -u -r1.311 -r1.312 --- tobuild 10 May 2005 01:05:14 -0000 1.311 +++ tobuild 10 May 2005 01:05:31 -0000 1.312 @@ -38,3 +38,4 @@ ivazquez rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 fc3 ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 +ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 01:06:10 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Mon, 9 May 2005 21:06:10 -0400 Subject: rpms/OpenEXR/FC-3 OpenEXR.spec,1.2,1.3 Message-ID: <200505100106.j4A16Agg008000@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/OpenEXR/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7983/FC-3 Modified Files: OpenEXR.spec Log Message: Whoops... Index: OpenEXR.spec =================================================================== RCS file: /cvs/extras/rpms/OpenEXR/FC-3/OpenEXR.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- OpenEXR.spec 10 May 2005 01:00:57 -0000 1.2 +++ OpenEXR.spec 10 May 2005 01:06:08 -0000 1.3 @@ -62,7 +62,7 @@ %{_libdir}/pkgconfig/* %changelog -* Mon May 9 2005 Ignacio Vazquez-Abrams 1.2.2-2.fc4 +* Mon May 9 2005 Ignacio Vazquez-Abrams 1.2.2-2.fc3 - Add disttag * Sun May 8 2005 Ignacio Vazquez-Abrams 1.2.2-2 From fedora-extras-commits at redhat.com Tue May 10 02:29:24 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 22:29:24 -0400 Subject: common tobuild,1.312,1.313 Message-ID: <200505100229.j4A2TO9i009103@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9086 Modified Files: tobuild Log Message: request build of rpms/jed/devel jed-0_99_16-9 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.312 retrieving revision 1.313 diff -u -r1.312 -r1.313 --- tobuild 10 May 2005 01:05:31 -0000 1.312 +++ tobuild 10 May 2005 02:29:22 -0000 1.313 @@ -39,3 +39,4 @@ ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel +notting rpms/jed/devel jed-0_99_16-9 devel From fedora-extras-commits at redhat.com Tue May 10 02:40:21 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 22:40:21 -0400 Subject: rpms/jed/devel jed.spec,1.4,1.5 Message-ID: <200505100240.j4A2eLAs009138@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/jed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9121 Modified Files: jed.spec Log Message: redirect stdin Index: jed.spec =================================================================== RCS file: /cvs/extras/rpms/jed/devel/jed.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- jed.spec 9 May 2005 21:12:19 -0000 1.4 +++ jed.spec 10 May 2005 02:40:19 -0000 1.5 @@ -49,7 +49,8 @@ cd src/objs install -m 0755 jed $RPM_BUILD_ROOT%{_bindir} -JED_ROOT=$RPM_BUILD_ROOT%{_datadir}/jed $RPM_BUILD_ROOT%{_bindir}/jed -batch -n -l preparse.sl +JED_ROOT=$RPM_BUILD_ROOT%{_datadir}/jed $RPM_BUILD_ROOT%{_bindir}/jed -batch -n -l preparse.sl Author: notting Update of /cvs/extras/rpms/jed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9212 Modified Files: jed.spec Log Message: bump Index: jed.spec =================================================================== RCS file: /cvs/extras/rpms/jed/devel/jed.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- jed.spec 10 May 2005 02:40:19 -0000 1.5 +++ jed.spec 10 May 2005 02:55:05 -0000 1.6 @@ -1,7 +1,7 @@ Summary: Fast, compact editor based on the S-Lang screen library Name: jed Version: 0.99.16 -Release: 9 +Release: 10 License: GPL Group: Applications/Editors Source0: ftp://space.mit.edu/pub/davis/jed/jed-0.99-16.tar.bz2 @@ -66,7 +66,7 @@ %{_datadir}/jed %changelog -* Mon May 9 2005 Bill Nottingham 0.99.16-9 +* Mon May 9 2005 Bill Nottingham 0.99.16-10 - don't forcibly strip binary, fixes debuginfo generation * Fri Mar 4 2005 Bill Nottingham 0.99.16-8 From fedora-extras-commits at redhat.com Tue May 10 02:55:33 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 9 May 2005 22:55:33 -0400 Subject: common tobuild,1.313,1.314 Message-ID: <200505100255.j4A2tXlP009257@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9240 Modified Files: tobuild Log Message: remove jed for notting Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.313 retrieving revision 1.314 diff -u -r1.313 -r1.314 --- tobuild 10 May 2005 02:29:22 -0000 1.313 +++ tobuild 10 May 2005 02:55:31 -0000 1.314 @@ -39,4 +39,3 @@ ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel -notting rpms/jed/devel jed-0_99_16-9 devel From fedora-extras-commits at redhat.com Tue May 10 02:56:39 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 22:56:39 -0400 Subject: common tobuild,1.314,1.315 Message-ID: <200505100256.j4A2ud9O009321@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9304 Modified Files: tobuild Log Message: request build of rpms/jed/devel jed-0_99_16-10 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.314 retrieving revision 1.315 diff -u -r1.314 -r1.315 --- tobuild 10 May 2005 02:55:31 -0000 1.314 +++ tobuild 10 May 2005 02:56:37 -0000 1.315 @@ -39,3 +39,9 @@ ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel +<<<<<<< tobuild +notting rpms/jed/devel jed-0_99_16-9 devel +notting rpms/jed/devel jed-0_99_16-10 devel +======= +>>>>>>> 1.314 +notting rpms/jed/devel jed-0_99_16-10 devel From fedora-extras-commits at redhat.com Tue May 10 03:05:38 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 23:05:38 -0400 Subject: common tobuild,1.315,1.316 Message-ID: <200505100305.j4A35cPU010257@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10240 Modified Files: tobuild Log Message: cleanup Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.315 retrieving revision 1.316 diff -u -r1.315 -r1.316 --- tobuild 10 May 2005 02:56:37 -0000 1.315 +++ tobuild 10 May 2005 03:05:36 -0000 1.316 @@ -39,9 +39,4 @@ ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel -<<<<<<< tobuild -notting rpms/jed/devel jed-0_99_16-9 devel -notting rpms/jed/devel jed-0_99_16-10 devel -======= ->>>>>>> 1.314 notting rpms/jed/devel jed-0_99_16-10 devel From fedora-extras-commits at redhat.com Tue May 10 03:37:48 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Mon, 9 May 2005 23:37:48 -0400 Subject: common Makefile.common,1.13,1.14 Message-ID: <200505100337.j4A3bmK5010333@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10316 Modified Files: Makefile.common Log Message: remove tobuild before updating... avoids CVS conflicts Index: Makefile.common =================================================================== RCS file: /cvs/extras/common/Makefile.common,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- Makefile.common 9 May 2005 21:14:17 -0000 1.13 +++ Makefile.common 10 May 2005 03:37:46 -0000 1.14 @@ -303,6 +303,7 @@ build: $(COMMON_DIR)/branches @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ + rm -f tobuild ;\ cvs -Q update ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ From fedora-extras-commits at redhat.com Tue May 10 04:46:08 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Tue, 10 May 2005 00:46:08 -0400 Subject: extras-buildsys-temp/automation buildqueue.py, 1.4, 1.5 extras-push.py, 1.3, 1.4 Message-ID: <200505100446.j4A4k8ph011438@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/extras-buildsys-temp/automation In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11422 Modified Files: buildqueue.py extras-push.py Log Message: make monitor checker deal with conflicts and other garbage handle odd 'other' case of files in source path. Index: buildqueue.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation/buildqueue.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- buildqueue.py 9 May 2005 09:01:28 -0000 1.4 +++ buildqueue.py 10 May 2005 04:46:06 -0000 1.5 @@ -129,7 +129,9 @@ buildstuff = line.strip().split('\t') if len(buildstuff) == 5: # we have a status continue - + if len(buildstuff) < 4: # broken, skip it + continue + buildstuff = tuple(buildstuff) if not self.needbuilt.has_key(buildstuff): self.needbuilt[buildstuff] = 1 Index: extras-push.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation/extras-push.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- extras-push.py 9 May 2005 20:40:41 -0000 1.3 +++ extras-push.py 10 May 2005 04:46:06 -0000 1.4 @@ -57,6 +57,7 @@ filedict['spec'] = [] filedict['md5sum'] = [] filedict['debuginfo'] = [] + filedict['other'] = [] for root, dirs, files in os.walk(path): for file in files: # match the files to what list they should be in @@ -73,6 +74,9 @@ which = 'spec' elif file.endswith('.md5sum'): which = 'md5sum' + else: + which = 'other' + fullfile = os.path.join(root, file) filedict[which].append(fullfile) return filedict @@ -259,7 +263,7 @@ if __name__ == '__main__': me = os.getcwd() - if len(sys.argv) < 1: + if len(sys.argv) < 2: print "Usage:\nextras-push.py release\n\n" sys.exit(1) main(sys.argv[1]) From fedora-extras-commits at redhat.com Tue May 10 04:52:39 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 00:52:39 -0400 Subject: common tobuild,1.316,1.317 Message-ID: <200505100452.j4A4qd5K011478@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11461 Modified Files: tobuild Log Message: request build of rpms/abicheck/devel abicheck-1_2-6 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.316 retrieving revision 1.317 diff -u -r1.316 -r1.317 --- tobuild 10 May 2005 03:05:36 -0000 1.316 +++ tobuild 10 May 2005 04:52:37 -0000 1.317 @@ -40,3 +40,4 @@ ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel notting rpms/jed/devel jed-0_99_16-10 devel +mschwendt rpms/abicheck/devel abicheck-1_2-6 devel From fedora-extras-commits at redhat.com Tue May 10 04:54:17 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 00:54:17 -0400 Subject: common tobuild,1.317,1.318 Message-ID: <200505100454.j4A4sHfJ011540@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11523 Modified Files: tobuild Log Message: request build of rpms/imlib2/devel imlib2-1_2_0-8_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.317 retrieving revision 1.318 diff -u -r1.317 -r1.318 --- tobuild 10 May 2005 04:52:37 -0000 1.317 +++ tobuild 10 May 2005 04:54:15 -0000 1.318 @@ -41,3 +41,4 @@ ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel notting rpms/jed/devel jed-0_99_16-10 devel mschwendt rpms/abicheck/devel abicheck-1_2-6 devel +mschwendt rpms/imlib2/devel imlib2-1_2_0-8_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 04:55:27 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 00:55:27 -0400 Subject: common tobuild,1.318,1.319 Message-ID: <200505100455.j4A4tvNb011594@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11576 Modified Files: tobuild Log Message: request build of rpms/chkrootkit/devel chkrootkit-0_45-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.318 retrieving revision 1.319 diff -u -r1.318 -r1.319 --- tobuild 10 May 2005 04:54:15 -0000 1.318 +++ tobuild 10 May 2005 04:55:25 -0000 1.319 @@ -42,3 +42,4 @@ notting rpms/jed/devel jed-0_99_16-10 devel mschwendt rpms/abicheck/devel abicheck-1_2-6 devel mschwendt rpms/imlib2/devel imlib2-1_2_0-8_fc4 devel +mschwendt rpms/chkrootkit/devel chkrootkit-0_45-3 devel From fedora-extras-commits at redhat.com Tue May 10 04:56:50 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 00:56:50 -0400 Subject: common tobuild,1.319,1.320 Message-ID: <200505100456.j4A4uoId011637@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11620 Modified Files: tobuild Log Message: request build of rpms/gai-pal/devel gai-pal-0_7-6 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.319 retrieving revision 1.320 diff -u -r1.319 -r1.320 --- tobuild 10 May 2005 04:55:25 -0000 1.319 +++ tobuild 10 May 2005 04:56:48 -0000 1.320 @@ -43,3 +43,4 @@ mschwendt rpms/abicheck/devel abicheck-1_2-6 devel mschwendt rpms/imlib2/devel imlib2-1_2_0-8_fc4 devel mschwendt rpms/chkrootkit/devel chkrootkit-0_45-3 devel +mschwendt rpms/gai-pal/devel gai-pal-0_7-6 devel From fedora-extras-commits at redhat.com Tue May 10 04:59:38 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 10 May 2005 00:59:38 -0400 Subject: rpms/contact-lookup-applet/FC-3 contact-lookup-applet.spec,1.4,1.5 Message-ID: <200505100459.j4A4xcFT011680@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/contact-lookup-applet/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11649/FC-3 Modified Files: contact-lookup-applet.spec Log Message: Remove hard-coded dist tags Index: contact-lookup-applet.spec =================================================================== RCS file: /cvs/extras/rpms/contact-lookup-applet/FC-3/contact-lookup-applet.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- contact-lookup-applet.spec 12 Apr 2005 15:48:28 -0000 1.4 +++ contact-lookup-applet.spec 10 May 2005 04:59:36 -0000 1.5 @@ -1,12 +1,12 @@ Name: contact-lookup-applet Version: 0.10 -Release: 5.fc3 +Release: 6%{?dist} Summary: Contact Lookup Applet Group: Applications/Communications License: GPL URL: http://www.burtonini.com/blog/2004/Oct/27/ -Source0: http://www.burtonini.com/computing/contact-lookup-applet-0.10.tar.gz +Source0: http://www.burtonini.com/computing/%{name}-%{version}.tar.gz Patch1: evolution_seg.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -46,6 +46,9 @@ %{_datadir}/lookup-applet/%{name}.glade %changelog +* Tue May 10 2005 Brian Pepple - 0.10-6 +- Remove hard-coded dist tag. + * Tue Apr 12 2005 Brian Pepple - 0.10-5.fc3 - Added patch to prevent segfault if contact-lookup-applet is started before evolution, From fedora-extras-commits at redhat.com Tue May 10 04:59:38 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Tue, 10 May 2005 00:59:38 -0400 Subject: rpms/contact-lookup-applet/devel contact-lookup-applet.spec, 1.8, 1.9 Message-ID: <200505100459.j4A4xcYh011686@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/contact-lookup-applet/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11649/devel Modified Files: contact-lookup-applet.spec Log Message: Remove hard-coded dist tags Index: contact-lookup-applet.spec =================================================================== RCS file: /cvs/extras/rpms/contact-lookup-applet/devel/contact-lookup-applet.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- contact-lookup-applet.spec 12 Apr 2005 15:56:33 -0000 1.8 +++ contact-lookup-applet.spec 10 May 2005 04:59:36 -0000 1.9 @@ -1,12 +1,12 @@ Name: contact-lookup-applet Version: 0.12 -Release: 2.fc4 +Release: 3%{?dist} 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 +Source0: http://www.burtonini.com/computing/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgnomeui-devel >= 2.7.92 @@ -44,6 +44,9 @@ %{_datadir}/lookup-applet/%{name}.glade %changelog +* Tue May 10 2005 Brian Pepple - 0.12-3 +- Remove hard-coded dist tag. + * Tue Apr 12 2005 Brian Pepple - 0.12-2.fc4 - Correct URL. From fedora-extras-commits at redhat.com Tue May 10 05:58:17 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 01:58:17 -0400 Subject: devel/common tobuild,1.320,1.321 Message-ID: <200505100558.j4A5wHpm012715@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12698 Modified Files: tobuild Log Message: clean up Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.320 retrieving revision 1.321 diff -u -r1.320 -r1.321 --- tobuild 10 May 2005 04:56:48 -0000 1.320 +++ tobuild 10 May 2005 05:58:15 -0000 1.321 @@ -1,46 +1,3 @@ # this is the build control file. the format is # user repo tag target status # -skvidal rpms/verbiste/devel verbiste-0_1_10-4 development -oliver rpms/apg/FC-3 apg-2_3_0b-1 fc3 -oliver rpms/apg/devel apg-2_3_0b-1_fc4 devel -oliver rpms/apg/FC-3 apg-2_3_0b-1 FC3 -thias rpms/gcombust/devel gcombust-0_1_55-6 development -thias rpms/synergy/devel synergy-1_2_2-3 development -nphilipp rpms/bzflag/devel bzflag-2_0_2-4 devel -qspencer rpms/fftw3/devel fftw3-3_0_1-3 development -qspencer rpms/octave/devel octave-2_1_70-1 development -spot rpms/udunits/FC-3 udunits-1_12_4-7_fc3 FC-3 -spot rpms/udunits/devel udunits-1_12_4-7_fc4 devel -spot rpms/scalapack/FC-3 scalapack-1_7-4_fc3 FC-3 -gemi rpms/graveman/FC-3 graveman-0_3_11-2 FC3 -thl rpms/enigma/devel enigma-0_91-5 development -bpepple rpms/python-reportlab/devel python-reportlab-1_20-3_fc4 development -c4chris rpms/nfswatch/devel nfswatch-4_99_2-2 devel -s4504kr rpms/inadyn/devel inadyn-1_90-11 development -s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC-3 -qspencer rpms/fftw3/devel fftw3-3_0_1-3 development -qspencer rpms/octave/devel octave-2_1_70-1 development -jwrdegoede rpms/Glide3/devel Glide3-20010520-36 development -spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-5_fc4 devel -icon rpms/verbiste/devel verbiste-0_1_11-1 devel -jfontain rpms/moodss/FC-3 moodss-20_0-2 FC-3 -spot rpms/librx/FC-3 librx-1_5-5_fc3 fc3 -spot rpms/librx/devel librx-1_5-5_fc4 devel -spot rpms/R-gnomeGUI/FC-3 R-gnomeGUI-2_1_0-4_fc3 fc3 -spot rpms/R-gnomeGUI/devel R-gnomeGUI-2_1_0-4_fc4 devel -spot rpms/udunits/FC-3 udunits-1_12_4-8_fc3 fc3 -spot rpms/udunits/devel udunits-1_12_4-8_fc4 devel -jfontain rpms/moodss/devel moodss-20_0-3 devel -kaboom rpms/xdaliclock/devel xdaliclock-2_20-2_fc4 devel -icon rpms/verbiste/devel verbiste-0_1_11-2 devel -notting rpms/jed/devel jed-0_99_16-9 devel -ivazquez rpms/OpenEXR/FC-3 OpenEXR-1_2_2-2_fc3 fc3 -ivazquez rpms/OpenEXR/devel OpenEXR-1_2_2-2_fc4 devel -ivazquez rpms/gnet2/FC-3 gnet2-2_0_7-3_fc3 fc3 -ivazquez rpms/gnet2/devel gnet2-2_0_7-3_fc4 devel -notting rpms/jed/devel jed-0_99_16-10 devel -mschwendt rpms/abicheck/devel abicheck-1_2-6 devel -mschwendt rpms/imlib2/devel imlib2-1_2_0-8_fc4 devel -mschwendt rpms/chkrootkit/devel chkrootkit-0_45-3 devel -mschwendt rpms/gai-pal/devel gai-pal-0_7-6 devel From fedora-extras-commits at redhat.com Tue May 10 06:36:02 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 02:36:02 -0400 Subject: rpms/xdesktopwaves/devel xdesktopwaves.spec,1.3,1.4 Message-ID: <200505100636.j4A6a25v013691@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/xdesktopwaves/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13674 Modified Files: xdesktopwaves.spec Log Message: fix debuginfo subpackage creation Index: xdesktopwaves.spec =================================================================== RCS file: /cvs/extras/rpms/xdesktopwaves/devel/xdesktopwaves.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- xdesktopwaves.spec 6 Apr 2005 22:13:53 -0000 1.3 +++ xdesktopwaves.spec 10 May 2005 06:36:00 -0000 1.4 @@ -1,6 +1,6 @@ Name: xdesktopwaves Version: 1.3 -Release: 2 +Release: 4%{?dist} Summary: Simulation of water waves on the X Window System desktop License: GPL @@ -18,6 +18,7 @@ %prep %setup -q +%{__sed} -i -e "s,-s,," Makefile %build %{__make} CFLAGS="$RPM_OPT_FLAGS -I/usr/X11R6/include" \ @@ -61,6 +62,10 @@ %{_datadir}/pixmaps/%{name}.xpm %changelog +* Tue May 10 2005 Adrian Reber - 1.3-4 +- remove stripping from Makefile so that the + debuginfo subpackage gets build + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Tue May 10 06:48:16 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 02:48:16 -0400 Subject: common tobuild,1.321,1.322 Message-ID: <200505100648.j4A6mGTR013766@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13749 Modified Files: tobuild Log Message: request build of rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.321 retrieving revision 1.322 diff -u -r1.321 -r1.322 --- tobuild 10 May 2005 05:58:15 -0000 1.321 +++ tobuild 10 May 2005 06:48:14 -0000 1.322 @@ -1,3 +1,4 @@ # this is the build control file. the format is # user repo tag target status # +adrian rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 07:08:14 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 03:08:14 -0400 Subject: rpms/fbida/devel fbida.spec,1.7,1.8 Message-ID: <200505100708.j4A78EBR014726@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/fbida/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14709 Modified Files: fbida.spec Log Message: fix debuginfo subpackage creation Index: fbida.spec =================================================================== RCS file: /cvs/extras/rpms/fbida/devel/fbida.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- fbida.spec 4 Apr 2005 06:51:20 -0000 1.7 +++ fbida.spec 10 May 2005 07:08:12 -0000 1.8 @@ -1,9 +1,7 @@ -# $Id$ - Summary: FrameBuffer Imageviewer Name: fbida Version: 2.03 -Release: 4 +Release: 5%{?dist} License: GPL Group: Applications/Multimedia URL: http://linux.bytesex.org/fbida/ @@ -39,6 +37,7 @@ %prep %setup -q +%{__sed} -i -e "s,(INSTALL) -s,(INSTALL) ," mk/Variables.mk %build LIB=%{_lib} prefix=%{_prefix} CFLAGS=$RPM_OPT_FLAGS %{__make} %{?_smp_mflags} @@ -78,6 +77,9 @@ %{_bindir}/fbgs %changelog +* Tue May 10 2005 Adrian Reber - 2.03-5 +- fix debuginfo subpackage creation + * Mon Apr 04 2005 Adrian Reber - 2.03-4 - rebuild for new libexif From fedora-extras-commits at redhat.com Tue May 10 07:27:15 2005 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Tue, 10 May 2005 03:27:15 -0400 Subject: common tobuild,1.322,1.323 Message-ID: <200505100727.j4A7RFuF014917@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14903 Modified Files: tobuild Log Message: request build of rpms/uim/devel uim-0_4_6-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.322 retrieving revision 1.323 diff -u -r1.322 -r1.323 --- tobuild 10 May 2005 06:48:14 -0000 1.322 +++ tobuild 10 May 2005 07:27:13 -0000 1.323 @@ -2,3 +2,4 @@ # user repo tag target status # adrian rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 devel +tagoh rpms/uim/devel uim-0_4_6-2 development From fedora-extras-commits at redhat.com Tue May 10 07:34:17 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 03:34:17 -0400 Subject: rpms/linux_logo/devel linux_logo-4.12-debug.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 linux_logo.spec, 1.7, 1.8 sources, 1.4, 1.5 Message-ID: <200505100734.j4A7YHuK014955@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/linux_logo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14931 Modified Files: .cvsignore linux_logo.spec sources Added Files: linux_logo-4.12-debug.patch Log Message: Update to 4.12. linux_logo-4.12-debug.patch: --- NEW FILE linux_logo-4.12-debug.patch --- diff -Naupr linux_logo-4.12.orig/Makefile linux_logo-4.12/Makefile --- linux_logo-4.12.orig/Makefile 2005-04-30 22:32:10.000000000 +0200 +++ linux_logo-4.12/Makefile 2005-05-10 00:05:53.000000000 +0200 @@ -88,7 +88,7 @@ linux_logo.o: linux_logo.c defaults.h lo $(CC) $(C_OPTS) -c linux_logo.c install: linux_logo - /usr/bin/install -s -m 755 $(PROGNAME) $(INSTALL_BINPATH) + /usr/bin/install -m 755 $(PROGNAME) $(INSTALL_BINPATH) /usr/bin/install -m 644 $(PROGNAME).1.gz $(INSTALL_MANPATH)/man1 cd po && $(MAKE) install Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 4 Apr 2005 09:13:35 -0000 1.4 +++ .cvsignore 10 May 2005 07:34:15 -0000 1.5 @@ -1 +1 @@ -linux_logo-4.10.tar.gz +linux_logo-4.12.tar.gz Index: linux_logo.spec =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/linux_logo.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- linux_logo.spec 4 Apr 2005 09:13:35 -0000 1.7 +++ linux_logo.spec 10 May 2005 07:34:15 -0000 1.8 @@ -1,11 +1,12 @@ Summary: The linux logo - a colorful console penguin logo Name: linux_logo -Version: 4.10 +Version: 4.12 Release: 1 License: GPL Group: Applications/System URL: http://www.deater.net/weave/vmwprod/linux_logo/ Source: http://www.deater.net/weave/vmwprod/linux_logo/linux_logo-%{version}.tar.gz +Patch: linux_logo-4.12-debug.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: gettext @@ -15,6 +16,7 @@ %prep %setup +%patch -p1 -b .debug %build @@ -50,6 +52,13 @@ %changelog +* Mon May 2 2005 Matthias Saou 4.12-1 +- Update to 4.12. +- Add trivial patch to remove stripping upon install, to get useful debuginfo. + +* Sat Apr 30 2005 Matthias Saou 4.11-1 +- Update to 4.11. + * Sat Apr 2 2005 Matthias Saou 4.10-1 - Update to 4.10. - Remove no longer needed gcc4 patch. Index: sources =================================================================== RCS file: /cvs/extras/rpms/linux_logo/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 4 Apr 2005 09:13:35 -0000 1.4 +++ sources 10 May 2005 07:34:15 -0000 1.5 @@ -1 +1 @@ -aaead3dc3c8e1d02c7b5fed19ebb151d linux_logo-4.10.tar.gz +727a92801656309e6ab703f8b2658fe2 linux_logo-4.12.tar.gz From fedora-extras-commits at redhat.com Tue May 10 07:35:11 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 03:35:11 -0400 Subject: common tobuild,1.323,1.324 Message-ID: <200505100735.j4A7ZBlq015018@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15001 Modified Files: tobuild Log Message: request build of rpms/linux_logo/devel linux_logo-4_12-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.323 retrieving revision 1.324 diff -u -r1.323 -r1.324 --- tobuild 10 May 2005 07:27:13 -0000 1.323 +++ tobuild 10 May 2005 07:35:09 -0000 1.324 @@ -3,3 +3,4 @@ # adrian rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 development +thias rpms/linux_logo/devel linux_logo-4_12-1 devel From fedora-extras-commits at redhat.com Tue May 10 07:41:52 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 03:41:52 -0400 Subject: devel/wv wv-1.0.0-rhbug150461.patch,NONE,1.1 wv.spec,1.8,1.9 Message-ID: <200505100741.j4A7fqA5015063@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/wv In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15040 Modified Files: wv.spec Added Files: wv-1.0.0-rhbug150461.patch Log Message: * Tue May 10 2005 Michael Schwendt - 1.0.0-5 - Include printf format fix for bug 150461. wv-1.0.0-rhbug150461.patch: --- NEW FILE wv-1.0.0-rhbug150461.patch --- diff -Nur wv-1.0.0-orig/wvWare.c wv-1.0.0/wvWare.c --- wv-1.0.0-orig/wvWare.c 2003-08-24 17:22:25.000000000 +0200 +++ wv-1.0.0/wvWare.c 2005-05-10 07:32:55.000000000 +0200 @@ -1246,7 +1246,7 @@ */ printf ("\n\\resizebox{%dpt}{%dpt}\ {\\includegraphics{%s.eps}}\ - \n% -- %#.2x graphic -- \n", width, height, source, graphicstype); + \n%% -- %#.2x graphic -- \n", width, height, source, graphicstype); } else { Index: wv.spec =================================================================== RCS file: /cvs/extras/devel/wv/wv.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wv.spec 6 Apr 2005 22:13:52 -0000 1.8 +++ wv.spec 10 May 2005 07:41:49 -0000 1.9 @@ -1,8 +1,7 @@ Name: wv Summary: MSWord 6/7/8/9 binary file format to HTML converter Version: 1.0.0 -Release: 4 - +Release: 5 License: GPL Group: Applications/Text URL: http://wvware.sourceforge.net @@ -13,6 +12,7 @@ # patch3: deal with filenames containing spaces Patch3: wv-wvmime-tmp-filename.patch Patch4: wv-field.c.patch +Patch5: wv-1.0.0-rhbug150461.patch #BuildRequires: XFree86-devel BuildRequires: glib2-devel @@ -38,6 +38,7 @@ %patch2 %patch3 %patch4 +%patch5 -p1 -b .printf-rhbug150461 %build @@ -74,6 +75,9 @@ %changelog +* Tue May 10 2005 Michael Schwendt - 1.0.0-5 +- Include printf format fix for bug 150461. + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Tue May 10 07:42:10 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 03:42:10 -0400 Subject: common tobuild,1.324,1.325 Message-ID: <200505100742.j4A7gAUm015091@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15074 Modified Files: tobuild Log Message: request build of rpms/fbida/devel fbida-2_03-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.324 retrieving revision 1.325 diff -u -r1.324 -r1.325 --- tobuild 10 May 2005 07:35:09 -0000 1.324 +++ tobuild 10 May 2005 07:42:08 -0000 1.325 @@ -4,3 +4,4 @@ adrian rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 development thias rpms/linux_logo/devel linux_logo-4_12-1 devel +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 07:57:08 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 03:57:08 -0400 Subject: rpms/fyre/FC-3 fyre.spec,1.4,1.5 Message-ID: <200505100757.j4A7v8cs015180@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/fyre/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15151/FC-3 Modified Files: fyre.spec Log Message: Re-enabled OpenEXR and GNet Index: fyre.spec =================================================================== RCS file: /cvs/extras/rpms/fyre/FC-3/fyre.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- fyre.spec 15 Apr 2005 08:53:45 -0000 1.4 +++ fyre.spec 10 May 2005 07:57:06 -0000 1.5 @@ -1,6 +1,6 @@ Name: fyre Version: 1.0.0 -Release: 4 +Release: 5%{?dist} Summary: A tool for creating artwork from chaotic functions Group: Amusements/Graphics @@ -10,7 +10,7 @@ Patch: fyre-1.0.0-apps.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libglade2-devel desktop-file-utils +BuildRequires: libglade2-devel desktop-file-utils gnet2-devel OpenEXR-devel Requires(post): desktop-file-utils shared-mime-info Requires(postun): desktop-file-utils shared-mime-info @@ -26,7 +26,7 @@ %patch -p 1 -b .apps %build -%configure --disable-openexr --disable-gnet +%configure make %{?_smp_mflags} %install @@ -61,6 +61,9 @@ %{_datadir}/pixmaps/* %changelog +* Tue May 10 2005 Ignacio Vazquez-Abrams 1.0.0-5.fc3 +- Re-enabled OpenEXR and GNet + * Wed Mar 30 2005 Ignacio Vazquez-Abrams 1.0.0-4 - Disabled OpenEXR and GNet in %%configure - Removed gtk2-devel from BuildRequires From fedora-extras-commits at redhat.com Tue May 10 07:57:08 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 03:57:08 -0400 Subject: rpms/fyre/devel fyre.spec,1.5,1.6 Message-ID: <200505100757.j4A7v8c3015186@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/rpms/fyre/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15151/devel Modified Files: fyre.spec Log Message: Re-enabled OpenEXR and GNet Index: fyre.spec =================================================================== RCS file: /cvs/extras/rpms/fyre/devel/fyre.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- fyre.spec 7 Apr 2005 00:12:03 -0000 1.5 +++ fyre.spec 10 May 2005 07:57:06 -0000 1.6 @@ -1,6 +1,6 @@ Name: fyre Version: 1.0.0 -Release: 5 +Release: 6%{?dist} Summary: A tool for creating artwork from chaotic functions @@ -11,7 +11,7 @@ Patch: fyre-1.0.0-apps.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: libglade2-devel desktop-file-utils +BuildRequires: libglade2-devel desktop-file-utils gnet2-devel OpenEXR-devel Requires(post): desktop-file-utils shared-mime-info Requires(postun): desktop-file-utils shared-mime-info @@ -27,7 +27,7 @@ %patch -p 1 -b .apps %build -%configure --disable-openexr --disable-gnet +%configure make %{?_smp_mflags} %install @@ -62,6 +62,9 @@ %{_datadir}/pixmaps/* %changelog +* Tue May 10 2005 Ignacio Vazquez-Abrams 1.0.0-6.fc4 +- Re-enabled OpenEXR and GNet + * Thu Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Tue May 10 07:59:18 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 03:59:18 -0400 Subject: common tobuild,1.325,1.326 Message-ID: <200505100759.j4A7xIEu015249@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15232 Modified Files: tobuild Log Message: request build of rpms/fyre/FC-3 fyre-1_0_0-5_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.325 retrieving revision 1.326 diff -u -r1.325 -r1.326 --- tobuild 10 May 2005 07:42:08 -0000 1.325 +++ tobuild 10 May 2005 07:59:16 -0000 1.326 @@ -5,3 +5,4 @@ tagoh rpms/uim/devel uim-0_4_6-2 development thias rpms/linux_logo/devel linux_logo-4_12-1 devel adrian rpms/fbida/devel fbida-2_03-5_fc4 devel +ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 07:59:45 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 03:59:45 -0400 Subject: common tobuild,1.326,1.327 Message-ID: <200505100759.j4A7xjen015306@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15289 Modified Files: tobuild Log Message: request build of rpms/fyre/devel fyre-1_0_0-6_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.326 retrieving revision 1.327 diff -u -r1.326 -r1.327 --- tobuild 10 May 2005 07:59:16 -0000 1.326 +++ tobuild 10 May 2005 07:59:43 -0000 1.327 @@ -6,3 +6,4 @@ thias rpms/linux_logo/devel linux_logo-4_12-1 devel adrian rpms/fbida/devel fbida-2_03-5_fc4 devel ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 +ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 08:11:11 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 04:11:11 -0400 Subject: rpms/antiword/devel antiword.spec,1.8,1.9 Message-ID: <200505100811.j4A8BBfO016798@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/antiword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16781 Modified Files: antiword.spec Log Message: updated to 0.36.1 Index: antiword.spec =================================================================== RCS file: /cvs/extras/rpms/antiword/devel/antiword.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- antiword.spec 6 Apr 2005 22:11:10 -0000 1.8 +++ antiword.spec 10 May 2005 08:11:09 -0000 1.9 @@ -1,10 +1,7 @@ -# $Id$ - Summary: MS Word to ASCII/Postscript converter Name: antiword -Version: 0.36 -Release: 2 - +Version: 0.36.1 +Release: 1 Source: http://www.winfield.demon.nl/linux/%{name}-%{version}.tar.gz URL: http://www.winfield.demon.nl/ Patch0: antiword-0.32-fix-flags.patch @@ -12,23 +9,19 @@ Group: Applications/Text BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - %description Antiword is a free MS-Word reader for Linux, BeOS and RISC OS. It converts the documets from Word 6, 7, 97 and 2000 to ASCII and Postscript. Antiword tries to keep the layout of the document intact. - %prep %setup -q %patch0 -p0 %{__chmod} a+r * Resources/* Docs/* - %build OPT="$RPM_OPT_FLAGS" make all %{?_smp_mflags} - %install %{__rm} -rf $RPM_BUILD_ROOT %{__mkdir_p} $RPM_BUILD_ROOT%{_bindir} @@ -38,10 +31,8 @@ %{__mkdir_p} $RPM_BUILD_ROOT%{_mandir}/man1 %{__cp} Docs/*.1 $RPM_BUILD_ROOT%{_mandir}/man1 - %clean -rm -rf $RPM_BUILD_ROOT - +%{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) @@ -52,8 +43,10 @@ %{_mandir}/*/* %{_datadir}/%{name} - %changelog +* Tue May 10 2005 Adrian Reber - 0.36.1-1 +- updated to 0.36.1 + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Tue May 10 08:23:08 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 04:23:08 -0400 Subject: common tobuild,1.327,1.328 Message-ID: <200505100823.j4A8N84V016881@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16864 Modified Files: tobuild Log Message: request build of rpms/antiword/devel antiword-0_36_1-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.327 retrieving revision 1.328 diff -u -r1.327 -r1.328 --- tobuild 10 May 2005 07:59:43 -0000 1.327 +++ tobuild 10 May 2005 08:23:06 -0000 1.328 @@ -7,3 +7,4 @@ adrian rpms/fbida/devel fbida-2_03-5_fc4 devel ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel +adrian rpms/antiword/devel antiword-0_36_1-1 devel From fedora-extras-commits at redhat.com Tue May 10 08:34:20 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 04:34:20 -0400 Subject: rpms/antiword/devel .cvsignore,1.3,1.4 sources,1.3,1.4 Message-ID: <200505100834.j4A8YK0q016941@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/antiword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16922 Modified Files: .cvsignore sources Log Message: without new tarball it doesn't make much sense Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/antiword/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 11 Feb 2005 19:21:32 -0000 1.3 +++ .cvsignore 10 May 2005 08:34:18 -0000 1.4 @@ -1 +1 @@ -antiword-0.36.tar.gz +antiword-0.36.1.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/antiword/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 11 Feb 2005 19:21:33 -0000 1.3 +++ sources 10 May 2005 08:34:18 -0000 1.4 @@ -1 +1 @@ -7939f3afb48533e9b8d77aaae0a2779d antiword-0.36.tar.gz +d46107219f4afaee658647a49dc45ed9 antiword-0.36.1.tar.gz From fedora-extras-commits at redhat.com Tue May 10 08:37:58 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 04:37:58 -0400 Subject: common tobuild,1.328,1.329 Message-ID: <200505100837.j4A8bwmi016979@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16962 Modified Files: tobuild Log Message: request build of rpms/cook/devel cook-2_25-2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.328 retrieving revision 1.329 diff -u -r1.328 -r1.329 --- tobuild 10 May 2005 08:23:06 -0000 1.328 +++ tobuild 10 May 2005 08:37:56 -0000 1.329 @@ -8,3 +8,4 @@ ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel adrian rpms/antiword/devel antiword-0_36_1-1 devel +ivazquez rpms/cook/devel cook-2_25-2 devel From fedora-extras-commits at redhat.com Tue May 10 08:38:53 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Tue, 10 May 2005 04:38:53 -0400 Subject: common tobuild,1.329,1.330 Message-ID: <200505100838.j4A8crig017007@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16990 Modified Files: tobuild Log Message: Too darn early... Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.329 retrieving revision 1.330 diff -u -r1.329 -r1.330 --- tobuild 10 May 2005 08:37:56 -0000 1.329 +++ tobuild 10 May 2005 08:38:51 -0000 1.330 @@ -8,4 +8,3 @@ ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel adrian rpms/antiword/devel antiword-0_36_1-1 devel -ivazquez rpms/cook/devel cook-2_25-2 devel From fedora-extras-commits at redhat.com Tue May 10 08:45:07 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:45:07 -0400 Subject: rpms/gtorrentviewer - New directory Message-ID: <200505100845.j4A8j7ri017098@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17074/gtorrentviewer Log Message: Directory /cvs/extras/rpms/gtorrentviewer added to the repository From fedora-extras-commits at redhat.com Tue May 10 08:45:08 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:45:08 -0400 Subject: rpms/gtorrentviewer/devel - New directory Message-ID: <200505100845.j4A8j8Zr017103@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17074/gtorrentviewer/devel Log Message: Directory /cvs/extras/rpms/gtorrentviewer/devel added to the repository From fedora-extras-commits at redhat.com Tue May 10 08:46:03 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:46:03 -0400 Subject: rpms/gtorrentviewer Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505100846.j4A8k3Ig017150@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17119 Added Files: Makefile import.log Log Message: Setup of module gtorrentviewer --- NEW FILE Makefile --- # Top level Makefile for module gtorrentviewer all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue May 10 08:46:04 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:46:04 -0400 Subject: rpms/gtorrentviewer/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505100846.j4A8k4HU017155@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17119/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module gtorrentviewer --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue May 10 08:49:02 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:49:02 -0400 Subject: rpms/gtorrentviewer import.log,1.1,1.2 Message-ID: <200505100849.j4A8n2Vg017239@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17208 Modified Files: import.log Log Message: auto-import gtorrentviewer-0.2b-4.fc3 on branch devel from gtorrentviewer-0.2b-4.fc3.src.rpm Initial import of gtorrentviewer package Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gtorrentviewer/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 May 2005 08:46:01 -0000 1.1 +++ import.log 10 May 2005 08:49:00 -0000 1.2 @@ -0,0 +1 @@ +gtorrentviewer-0_2b-4_fc3:HEAD:gtorrentviewer-0.2b-4.fc3.src.rpm:1115714913 From fedora-extras-commits at redhat.com Tue May 10 08:49:02 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 04:49:02 -0400 Subject: rpms/gtorrentviewer/devel gtorrentviewer.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505100849.j4A8n250017246@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17208/devel Modified Files: .cvsignore sources Added Files: gtorrentviewer.spec Log Message: auto-import gtorrentviewer-0.2b-4.fc3 on branch devel from gtorrentviewer-0.2b-4.fc3.src.rpm Initial import of gtorrentviewer package --- NEW FILE gtorrentviewer.spec --- Name: gtorrentviewer Version: 0.2b Release: 4%{?dist} Summary: A GTK2-based viewer and editor for BitTorrent meta files Group: Applications/Internet License: GPL URL: http://gtorrentviewer.sourceforge.net/index.html Source0: http://heanet.dl.sourceforge.net/sourceforge/gtorrentviewer/GTorrentViewer-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): desktop-file-utils Requires(postun): desktop-file-utils BuildRequires: atk-devel, curl-devel, gtk2-devel >= 2.4, krb5-devel BuildRequires: pango-devel, zlib-devel, desktop-file-utils, gettext %description GTorrentViewer gives you the ability to see and modify all the possible information from .torrent files without having to start downloading, and the ability to see in real time the current number of seeds and peers on the torrent, so you will always know the status before starting the download. %prep %setup -q -n GTorrentViewer-%{version} %build %configure %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} install DESTDIR=$RPM_BUILD_ROOT %{__rm} -f $RPM_BUILD_ROOT%{_datadir}/GTorrentViewer/README %{_bindir}/desktop-file-install \ --vendor fedora \ --add-category X-Fedora \ --delete-original \ --dir $RPM_BUILD_ROOT%{_datadir}/applications \ $RPM_BUILD_ROOT%{_datadir}/applications/gtorrentviewer.desktop %clean %{__rm} -rf $RPM_BUILD_ROOT %post %{_bindir}/update-desktop-database > /dev/null || : %postun %{_bindir}/update-desktop-database > /dev/null || : %files %defattr(-,root,root,-) %doc AUTHORS ChangeLog COPYING README %{_bindir}/gtorrentviewer %{_datadir}/GTorrentViewer %{_datadir}/applications/fedora-gtorrentviewer.desktop %{_datadir}/pixmaps/gtorrentviewer.png %{_datadir}/pixmaps/gtorrentviewer.xpm %{_mandir}/man1/gtorrentviewer.1* %changelog * Mon May 9 2005 Paul Howarth 0.2b-4 - remove hard-coded dist tag, no longer needed - remove duplicate README file from %{_datadir}/GTorrentViewer * Mon May 9 2005 Paul Howarth 0.2b-3 - reverted desktop file pathname to relative paths - run update-desktop-database in post-scripts; add post and postun dependencies on desktop-file-utils - use full URL for SOURCE0 - tidy up description * Mon May 9 2005 Paul Howarth 0.2b-2 - lowercased package name - removed zero sized NEWS file - add dist tag to release * Fri May 6 2005 Paul Howarth 0.2b-1 - initial build for Fedora Extras Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtorrentviewer/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 May 2005 08:46:02 -0000 1.1 +++ .cvsignore 10 May 2005 08:49:00 -0000 1.2 @@ -0,0 +1 @@ +GTorrentViewer-0.2b.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtorrentviewer/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 May 2005 08:46:02 -0000 1.1 +++ sources 10 May 2005 08:49:00 -0000 1.2 @@ -0,0 +1 @@ +c29058a09f26693863404ecdb2580770 GTorrentViewer-0.2b.tar.gz From fedora-extras-commits at redhat.com Tue May 10 09:09:59 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 05:09:59 -0400 Subject: rpms/proftpd/devel proftpd.spec,1.6,1.7 Message-ID: <200505100909.j4A99xMq018243@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/rpms/proftpd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18226 Modified Files: proftpd.spec Log Message: Disable stripping to get useful debuginfo packages. Index: proftpd.spec =================================================================== RCS file: /cvs/extras/rpms/proftpd/devel/proftpd.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- proftpd.spec 6 Apr 2005 22:13:29 -0000 1.6 +++ proftpd.spec 10 May 2005 09:09:57 -0000 1.7 @@ -1,11 +1,7 @@ -# $Id$ -# Upstream: - Summary: Flexible, stable and highly-configurable FTP server Name: proftpd Version: 1.2.10 -Release: 3%{?_with_ldap:_ldap}%{?_with_mysql:_mysql}%{?_with_postgresql:_pgsql} - +Release: 4%{?_with_ldap:_ldap}%{?_with_mysql:_mysql}%{?_with_postgresql:_pgsql} License: GPL Group: System Environment/Daemons URL: http://www.proftpd.org/ @@ -52,6 +48,9 @@ # Workaround for the PostgreSQL include file %{__perl} -pi -e 's|pgsql/libpq-fe.h|libpq-fe.h|g' contrib/mod_sql_postgres.c +# Disable stripping in order to get useful debuginfo packages +%{__perl} -pi -e 's|"-s"|""|g' configure + # TLS includes OPENSSL_INC="" if OPENSSL_CFLAGS=`pkg-config --cflags openssl`; then @@ -140,7 +139,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Tue May 10 2005 Matthias Saou 1.2.10-4 +- Disable stripping in order to get useful debuginfo packages. + +* Fri Apr 7 2005 Michael Schwendt 1.2.10-3 - rebuilt * Tue Nov 16 2004 Matthias Saou 1.2.10-2 From fedora-extras-commits at redhat.com Tue May 10 09:10:20 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 05:10:20 -0400 Subject: common tobuild,1.330,1.331 Message-ID: <200505100910.j4A9AK5m018300@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18283 Modified Files: tobuild Log Message: request build of rpms/proftpd/devel proftpd-1_2_10-4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.330 retrieving revision 1.331 diff -u -r1.330 -r1.331 --- tobuild 10 May 2005 08:38:51 -0000 1.330 +++ tobuild 10 May 2005 09:10:18 -0000 1.331 @@ -8,3 +8,4 @@ ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel adrian rpms/antiword/devel antiword-0_36_1-1 devel +thias rpms/proftpd/devel proftpd-1_2_10-4 devel From fedora-extras-commits at redhat.com Tue May 10 12:23:23 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Tue, 10 May 2005 08:23:23 -0400 Subject: common tobuild,1.331,1.332 Message-ID: <200505101223.j4ACNNNF021348@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21331 Modified Files: tobuild Log Message: request build of rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.331 retrieving revision 1.332 diff -u -r1.331 -r1.332 --- tobuild 10 May 2005 09:10:18 -0000 1.331 +++ tobuild 10 May 2005 12:23:21 -0000 1.332 @@ -9,3 +9,4 @@ ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel adrian rpms/antiword/devel antiword-0_36_1-1 devel thias rpms/proftpd/devel proftpd-1_2_10-4 devel +kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 12:36:01 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 08:36:01 -0400 Subject: rpms/gtorrentviewer/devel gtorrentviewer.spec,1.1,1.2 Message-ID: <200505101236.j4ACa1m2021473@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/gtorrentviewer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21456 Modified Files: gtorrentviewer.spec Log Message: Fix URL for SOURCE0 not to point to a specific sf.net mirror Remove redundant build dependencies Tidy URL Index: gtorrentviewer.spec =================================================================== RCS file: /cvs/extras/rpms/gtorrentviewer/devel/gtorrentviewer.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gtorrentviewer.spec 10 May 2005 08:49:00 -0000 1.1 +++ gtorrentviewer.spec 10 May 2005 12:35:59 -0000 1.2 @@ -1,19 +1,18 @@ Name: gtorrentviewer Version: 0.2b -Release: 4%{?dist} +Release: 5%{?dist} Summary: A GTK2-based viewer and editor for BitTorrent meta files Group: Applications/Internet License: GPL -URL: http://gtorrentviewer.sourceforge.net/index.html -Source0: http://heanet.dl.sourceforge.net/sourceforge/gtorrentviewer/GTorrentViewer-%{version}.tar.gz +URL: http://gtorrentviewer.sourceforge.net/ +Source0: http://dl.sf.net/gtorrentviewer/GTorrentViewer-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires(post): desktop-file-utils Requires(postun): desktop-file-utils -BuildRequires: atk-devel, curl-devel, gtk2-devel >= 2.4, krb5-devel -BuildRequires: pango-devel, zlib-devel, desktop-file-utils, gettext +BuildRequires: curl-devel, gtk2-devel >= 2.4, desktop-file-utils, gettext %description GTorrentViewer gives you the ability to see and modify all the possible @@ -60,18 +59,23 @@ %{_mandir}/man1/gtorrentviewer.1* %changelog -* Mon May 9 2005 Paul Howarth 0.2b-4 +* Tue May 10 2005 Paul Howarth 0.2b-5%{?dist} +- fix URL for SOURCE0 not to point to a specific sf.net mirror +- remove redundant build dependencies +- tidy URL + +* Mon May 9 2005 Paul Howarth 0.2b-4%{?dist} - remove hard-coded dist tag, no longer needed - remove duplicate README file from %{_datadir}/GTorrentViewer -* Mon May 9 2005 Paul Howarth 0.2b-3 +* Mon May 9 2005 Paul Howarth 0.2b-3%{?dist} - reverted desktop file pathname to relative paths - run update-desktop-database in post-scripts; add post and postun dependencies on desktop-file-utils - use full URL for SOURCE0 - tidy up description -* Mon May 9 2005 Paul Howarth 0.2b-2 +* Mon May 9 2005 Paul Howarth 0.2b-2%{?dist} - lowercased package name - removed zero sized NEWS file - add dist tag to release From fedora-extras-commits at redhat.com Tue May 10 12:45:20 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 08:45:20 -0400 Subject: rpms/antiword/devel antiword.spec,1.9,1.10 Message-ID: <200505101245.j4ACjK2q021554@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/antiword/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21537 Modified Files: antiword.spec Log Message: version bump Index: antiword.spec =================================================================== RCS file: /cvs/extras/rpms/antiword/devel/antiword.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- antiword.spec 10 May 2005 08:11:09 -0000 1.9 +++ antiword.spec 10 May 2005 12:45:18 -0000 1.10 @@ -1,7 +1,7 @@ Summary: MS Word to ASCII/Postscript converter Name: antiword Version: 0.36.1 -Release: 1 +Release: 2 Source: http://www.winfield.demon.nl/linux/%{name}-%{version}.tar.gz URL: http://www.winfield.demon.nl/ Patch0: antiword-0.32-fix-flags.patch @@ -44,7 +44,7 @@ %{_datadir}/%{name} %changelog -* Tue May 10 2005 Adrian Reber - 0.36.1-1 +* Tue May 10 2005 Adrian Reber - 0.36.1-2 - updated to 0.36.1 * Fri Apr 7 2005 Michael Schwendt From fedora-extras-commits at redhat.com Tue May 10 12:48:09 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 08:48:09 -0400 Subject: common tobuild,1.332,1.333 Message-ID: <200505101248.j4ACm9ua021628@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21610 Modified Files: tobuild Log Message: removed antiword because of wrong tag Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.332 retrieving revision 1.333 diff -u -r1.332 -r1.333 --- tobuild 10 May 2005 12:23:21 -0000 1.332 +++ tobuild 10 May 2005 12:48:07 -0000 1.333 @@ -7,6 +7,5 @@ adrian rpms/fbida/devel fbida-2_03-5_fc4 devel ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel -adrian rpms/antiword/devel antiword-0_36_1-1 devel thias rpms/proftpd/devel proftpd-1_2_10-4 devel kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 13:23:30 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 09:23:30 -0400 Subject: common tobuild,1.333,1.334 Message-ID: <200505101323.j4ADNUql022633@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22616 Modified Files: tobuild Log Message: request build of rpms/linux_logo/devel linux_logo-4_12-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.333 retrieving revision 1.334 diff -u -r1.333 -r1.334 --- tobuild 10 May 2005 12:48:07 -0000 1.333 +++ tobuild 10 May 2005 13:23:28 -0000 1.334 @@ -9,3 +9,4 @@ ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel thias rpms/proftpd/devel proftpd-1_2_10-4 devel kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 +thias rpms/linux_logo/devel linux_logo-4_12-1 devel From fedora-extras-commits at redhat.com Tue May 10 13:24:15 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Tue, 10 May 2005 09:24:15 -0400 Subject: common tobuild,1.334,1.335 Message-ID: <200505101324.j4ADOFvM022662@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22645 Modified Files: tobuild Log Message: request build of rpms/proftpd/devel proftpd-1_2_10-4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.334 retrieving revision 1.335 diff -u -r1.334 -r1.335 --- tobuild 10 May 2005 13:23:28 -0000 1.334 +++ tobuild 10 May 2005 13:24:13 -0000 1.335 @@ -10,3 +10,4 @@ thias rpms/proftpd/devel proftpd-1_2_10-4 devel kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 thias rpms/linux_logo/devel linux_logo-4_12-1 devel +thias rpms/proftpd/devel proftpd-1_2_10-4 devel From fedora-extras-commits at redhat.com Tue May 10 13:30:50 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 10 May 2005 09:30:50 -0400 Subject: common tobuild,1.335,1.336 Message-ID: <200505101330.j4ADUodl022728@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22711 Modified Files: tobuild Log Message: request build of rpms/fftw3/devel fftw3-3_0_1-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.335 retrieving revision 1.336 diff -u -r1.335 -r1.336 --- tobuild 10 May 2005 13:24:13 -0000 1.335 +++ tobuild 10 May 2005 13:30:48 -0000 1.336 @@ -11,3 +11,4 @@ kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 thias rpms/linux_logo/devel linux_logo-4_12-1 devel thias rpms/proftpd/devel proftpd-1_2_10-4 devel +qspencer rpms/fftw3/devel fftw3-3_0_1-3 devel From fedora-extras-commits at redhat.com Tue May 10 13:31:29 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Tue, 10 May 2005 09:31:29 -0400 Subject: common tobuild,1.336,1.337 Message-ID: <200505101331.j4ADVTBT022761@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22744 Modified Files: tobuild Log Message: request build of rpms/octave/devel octave-2_1_70-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.336 retrieving revision 1.337 diff -u -r1.336 -r1.337 --- tobuild 10 May 2005 13:30:48 -0000 1.336 +++ tobuild 10 May 2005 13:31:27 -0000 1.337 @@ -12,3 +12,4 @@ thias rpms/linux_logo/devel linux_logo-4_12-1 devel thias rpms/proftpd/devel proftpd-1_2_10-4 devel qspencer rpms/fftw3/devel fftw3-3_0_1-3 devel +qspencer rpms/octave/devel octave-2_1_70-1 devel From bdpepple at ameritech.net Tue May 10 13:41:48 2005 From: bdpepple at ameritech.net (Brian Pepple) Date: Tue, 10 May 2005 13:41:48 +0000 Subject: APPROVED: python-logilab-common Message-ID: <1115732508.8304.7.camel@localhost.localdomain> Name: python-logilab-common Group: Development/Libraries License: GPL URL: http://www.logilab.org/projects/common Summary: Common libraries for Logilab projects Description: This package contains several modules providing low level functionality shared among some python projects developed by logilab. Reviewer: Brian Pepple Packager: Konstantin Ryabitsev -- Brian Pepple gpg --keyserver pgp.mit.edu --recv-keys 810CC15E BD5E 6F9E 8688 E668 8F5B CBDE 326A E936 810C C15E -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From bdpepple at ameritech.net Tue May 10 13:41:50 2005 From: bdpepple at ameritech.net (Brian Pepple) Date: Tue, 10 May 2005 09:41:50 -0400 Subject: APPROVED: pylint Message-ID: <1115732510.8304.9.camel@localhost.localdomain> Name: pylint Group: Development/Debuggers License: GPL URL: http://www.logilab.org/projects/pylint Summary: Analyzes Python code looking for bugs and signs of poor quality Description: Pylint is a python tool that checks if a module satisfy a coding standard. Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. But Pylint offers some more features, like checking line-code's length, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. The big advantage with Pylint is that it is highly configurable, customizable, and you can easily write a small plugin to add a personal feature. Reviewer: Brian Pepple Packager: Konstantin Ryabitsev -- Brian Pepple gpg --keyserver pgp.mit.edu --recv-keys 810CC15E BD5E 6F9E 8688 E668 8F5B CBDE 326A E936 810C C15E -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From paul at city-fan.org Tue May 10 14:23:15 2005 From: paul at city-fan.org (Paul Howarth) Date: Tue, 10 May 2005 15:23:15 +0100 Subject: APPROVED: pptp Message-ID: <4280C3D3.8000307@city-fan.org> Name: pptp Group: Applications/Internet License: GPL URL: http://pptpclient.sourceforge.net/ Summary: Point-to-Point Tunneling Protocol (PPTP) Client Description: Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based VPN as used by employers and some cable and ADSL service providers. Reviewer : Matthias Saou Packager : Paul Howarth From fedora-extras-commits at redhat.com Tue May 10 14:27:29 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:27:29 -0400 Subject: rpms/pptp - New directory Message-ID: <200505101427.j4AERTvI024096@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24076/pptp Log Message: Directory /cvs/extras/rpms/pptp added to the repository From fedora-extras-commits at redhat.com Tue May 10 14:27:30 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:27:30 -0400 Subject: rpms/pptp/devel - New directory Message-ID: <200505101427.j4AERUWd024101@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24076/pptp/devel Log Message: Directory /cvs/extras/rpms/pptp/devel added to the repository From fedora-extras-commits at redhat.com Tue May 10 14:28:16 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:28:16 -0400 Subject: rpms/pptp Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505101428.j4AESGiJ024148@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24121 Added Files: Makefile import.log Log Message: Setup of module pptp --- NEW FILE Makefile --- # Top level Makefile for module pptp all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue May 10 14:28:16 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:28:16 -0400 Subject: rpms/pptp/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505101428.j4AESG3q024153@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24121/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module pptp --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue May 10 14:29:44 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:29:44 -0400 Subject: rpms/pptp import.log,1.1,1.2 Message-ID: <200505101430.j4AEUEdr024231@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24190 Modified Files: import.log Log Message: auto-import pptp-1.6.0-3.fc3 on branch devel from pptp-1.6.0-3.fc3.src.rpm Initial import of pptp package Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pptp/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 May 2005 14:28:14 -0000 1.1 +++ import.log 10 May 2005 14:29:42 -0000 1.2 @@ -0,0 +1 @@ +pptp-1_6_0-3_fc3:HEAD:pptp-1.6.0-3.fc3.src.rpm:1115735365 From fedora-extras-commits at redhat.com Tue May 10 14:29:44 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 10:29:44 -0400 Subject: rpms/pptp/devel pptp-cvs20050331.patch, NONE, 1.1 pptp.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505101429.j4AETisg024222@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/rpms/pptp/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24190/devel Modified Files: .cvsignore sources Added Files: pptp-cvs20050331.patch pptp.spec Log Message: auto-import pptp-1.6.0-3.fc3 on branch devel from pptp-1.6.0-3.fc3.src.rpm Initial import of pptp package pptp-cvs20050331.patch: --- NEW FILE pptp-cvs20050331.patch --- diff -ur pptp-1.6.0/ChangeLog pptp-linux/ChangeLog --- pptp-1.6.0/ChangeLog 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/ChangeLog 2005-03-31 16:52:04.000000000 +0100 @@ -1,3 +1,32 @@ +Thu Mar 31 17:41:17 2005 James Cameron + + * pptp_ctrl.c (pptp_dispatch): handle signals first, since there's + a possibility of premature return from the function. + + * pptp_callmgr.c (callmgr_main): terminate faster when peer closes + control connection. + +Thu Mar 10 11:07:52 2005 James Cameron + + * pptp_ctrl.c (pptp_handle_timer): when we close connection due to + loss of echo replies, say so in the log. + Reported by: Jean Wolter. + + * pptp_ctrl.c: fix signal deadlock on kernel 2.6.x + Reported by: Jean Wolter. + + * util.c, util.h: adopt sigpipe implementation from pptpd. + + * pptp_ctrl.c (pptp_conn_open): use sigpipe implementation instead + of trying I/O in signal handler (which causes deadlocks). + + * pptp_ctrl.c (pptp_fd_set): include the sigpipe in the file + descriptor set. + + * pptp_ctrl.c (pptp_dispatch): detect queued signals via sigpipe. + + * pptp_ctrl.c (pptp_conn_destroy): close the sigpipe. + Fri Feb 18 12:38:18 2005 James Cameron * pptp-1.6.0 released. diff -ur pptp-1.6.0/NEWS pptp-linux/NEWS --- pptp-1.6.0/NEWS 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/NEWS 2005-03-10 01:18:20.000000000 +0000 @@ -1,3 +1,6 @@ +- adopt sigpipe for use with SIGALRM on control connection [Wolter/Cameron] +- properly report control connection echo reply loss [Wolter] + Release 1.6.0: (18th February 2005) - fix double-free on stop control connection reply [Kivity] @@ -101,4 +104,4 @@ - This is the first public release of the pptp-linux package. -$Id: NEWS,v 1.40 2005/02/18 00:32:19 quozl Exp $ +$Id: NEWS,v 1.41 2005/03/10 01:18:20 quozl Exp $ diff -ur pptp-1.6.0/pptp_callmgr.c pptp-linux/pptp_callmgr.c --- pptp-1.6.0/pptp_callmgr.c 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/pptp_callmgr.c 2005-03-31 16:52:05.000000000 +0100 @@ -2,7 +2,7 @@ * Handles TCP port 1723 protocol. * C. Scott Ananian * - * $Id: pptp_callmgr.c,v 1.18 2004/11/09 01:42:32 quozl Exp $ + * $Id: pptp_callmgr.c,v 1.20 2005/03/31 07:42:39 quozl Exp $ */ #include #include @@ -36,6 +36,7 @@ sigjmp_buf callmgr_env; void callmgr_sighandler(int sig) { + /* TODO: according to signal(2), siglongjmp() is unsafe used here */ siglongjmp (callmgr_env, 1); } @@ -74,7 +75,7 @@ case CALL_CLOSE_DONE: /* don't need to do anything here, except make sure tables * are sync'ed */ - log("Closing connection"); + log("Closing connection (call state)"); conninfo = pptp_conn_closure_get(conn); lci = pptp_call_closure_get(conn, call); assert(lci != NULL && conninfo != NULL); @@ -227,7 +228,7 @@ if (retval) { struct local_callinfo *lci = pptp_call_closure_get(conn, call); - log("Closing connection"); + log("Closing connection (unhandled)"); if(lci->pid[0] > 1) kill(lci->pid[0], SIGTERM); if(lci->pid[1] > 1) kill(lci->pid[1], SIGTERM); free(lci); @@ -241,6 +242,7 @@ } while (vector_size(call_list) > 0 || first); shutdown: { + int rc; fd_set read_set, write_set; struct timeval tv; signal(SIGINT, callmgr_do_nothing); @@ -250,7 +252,7 @@ for (i = 0; i < vector_size(call_list); i++) { PPTP_CALL *call = vector_get_Nth(call_list, i); struct local_callinfo *lci = pptp_call_closure_get(conn, call); - log("Closing connection"); + log("Closing connection (shutdown)"); pptp_call_close(conn, call); if(lci->pid[0] > 1) kill(lci->pid[0], SIGTERM); if(lci->pid[1] > 1) kill(lci->pid[1], SIGTERM); @@ -259,27 +261,34 @@ FD_ZERO(&read_set); FD_ZERO(&write_set); pptp_fd_set(conn, &read_set, &write_set, &max_fd); - pptp_dispatch(conn, &read_set, &write_set); - /* wait for a respond, a timeout because there might not be one */ - FD_ZERO(&read_set); - FD_ZERO(&write_set); - pptp_fd_set(conn, &read_set, &write_set, &max_fd); - tv.tv_sec = 2; - tv.tv_usec = 0; - select(max_fd + 1, &read_set, &write_set, NULL, &tv); - pptp_dispatch(conn, &read_set, &write_set); - if (i > 0) sleep(2); - /* no more open calls. Close the connection. */ - pptp_conn_close(conn, PPTP_STOP_LOCAL_SHUTDOWN); - /* wait for a respond, a timeout because there might not be one */ - FD_ZERO(&read_set); - FD_ZERO(&write_set); - pptp_fd_set(conn, &read_set, &write_set, &max_fd); - tv.tv_sec = 2; - tv.tv_usec = 0; - select(max_fd + 1, &read_set, &write_set, NULL, &tv); - pptp_dispatch(conn, &read_set, &write_set); - sleep(2); + tv.tv_sec = 0; + tv.tv_usec = 0; + select(max_fd + 1, &read_set, &write_set, NULL, &tv); + rc = pptp_dispatch(conn, &read_set, &write_set); + if (rc > 0) { + /* wait for a respond, a timeout because there might not be one */ + FD_ZERO(&read_set); + FD_ZERO(&write_set); + pptp_fd_set(conn, &read_set, &write_set, &max_fd); + tv.tv_sec = 2; + tv.tv_usec = 0; + select(max_fd + 1, &read_set, &write_set, NULL, &tv); + rc = pptp_dispatch(conn, &read_set, &write_set); + if (rc > 0) { + if (i > 0) sleep(2); + /* no more open calls. Close the connection. */ + pptp_conn_close(conn, PPTP_STOP_LOCAL_SHUTDOWN); + /* wait for a respond, a timeout because there might not be one */ + FD_ZERO(&read_set); + FD_ZERO(&write_set); + pptp_fd_set(conn, &read_set, &write_set, &max_fd); + tv.tv_sec = 2; + tv.tv_usec = 0; + select(max_fd + 1, &read_set, &write_set, NULL, &tv); + pptp_dispatch(conn, &read_set, &write_set); + if (rc > 0) sleep(2); + } + } /* with extreme prejudice */ pptp_conn_destroy(conn); vector_destroy(call_list); diff -ur pptp-1.6.0/pptp_ctrl.c pptp-linux/pptp_ctrl.c --- pptp-1.6.0/pptp_ctrl.c 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/pptp_ctrl.c 2005-03-31 16:52:05.000000000 +0100 @@ -1,7 +1,7 @@ /* pptp_ctrl.c ... handle PPTP control connection. * C. Scott Ananian * - * $Id: pptp_ctrl.c,v 1.29 2004/12/13 22:06:46 quozl Exp $ + * $Id: pptp_ctrl.c,v 1.31 2005/03/31 07:42:39 quozl Exp $ */ #include @@ -171,7 +171,7 @@ /* Local prototypes */ static void pptp_reset_timer(void); -static void pptp_handle_timer(int sig); +static void pptp_handle_timer(); /* Write/read as much as we can without blocking. */ int pptp_write_some(PPTP_CONN * conn); int pptp_read_some(PPTP_CONN * conn); @@ -257,7 +257,6 @@ /* Open new pptp_connection. Returns NULL on failure. */ PPTP_CONN * pptp_conn_open(int inet_sock, int isclient, pptp_conn_cb callback) { - struct sigaction sigact; PPTP_CONN *conn; /* Allocate structure */ if ((conn = malloc(sizeof(*conn))) == NULL) return NULL; @@ -306,11 +305,9 @@ } /* Set up interval/keep-alive timer */ /* First, register handler for SIGALRM */ - sigact.sa_handler = pptp_handle_timer; - sigemptyset(&sigact.sa_mask); - sigact.sa_flags = SA_RESTART; + sigpipe_create(); + sigpipe_assign(SIGALRM); global.conn = conn; - sigaction(SIGALRM, &sigact, &global.old_sigaction); /* Reset event timer */ pptp_reset_timer(); /* all done. */ @@ -447,7 +444,7 @@ pptp_call_destroy(conn, vector_get_Nth(conn->call, i)); /* notify */ if (conn->callback != NULL) conn->callback(conn, CONN_CLOSE_DONE); - sigaction(SIGALRM, &global.old_sigaction, NULL); + sigpipe_close(); close(conn->inet_sock); /* deallocate */ vector_destroy(conn->call); @@ -467,6 +464,10 @@ /* Always add fd to read_set. (always want something to read) */ FD_SET(conn->inet_sock, read_set); if (*max_fd < conn->inet_sock) *max_fd = conn->inet_sock; + /* Add signal pipe file descriptor to set */ + int sig_fd = sigpipe_fd(); + FD_SET(sig_fd, read_set); + if (*max_fd < sig_fd) *max_fd = sig_fd; } /*** handle any pptp file descriptors set in fd_set, and clear them ***********/ @@ -474,6 +475,11 @@ { int r = 0; assert(conn && conn->call); + /* Check for signals */ + if (FD_ISSET(sigpipe_fd(), read_set)) { + if (sigpipe_read() == SIGALRM) pptp_handle_timer(); + FD_CLR(sigpipe_fd(), read_set); + } /* Check write_set could be set. */ if (FD_ISSET(conn->inet_sock, write_set)) { FD_CLR(conn->inet_sock, write_set); @@ -1026,7 +1032,7 @@ /*** Handle keep-alive timer **************************************************/ -static void pptp_handle_timer(int sig) +static void pptp_handle_timer() { int i; /* "Keep Alives and Timers, 1": check connection state */ @@ -1038,16 +1044,15 @@ pptp_conn_close(global.conn, PPTP_STOP_NONE); } /* "Keep Alives and Timers, 2": check echo status */ - if (global.conn->ka_state == KA_OUTSTANDING) /*no response to keep-alive*/ - pptp_conn_close(global.conn, PPTP_STOP_NONE); - else { /* ka_state == NONE */ /* send keep-alive */ + if (global.conn->ka_state == KA_OUTSTANDING) { + /* no response to keep-alive */ + log ("closing control connection due to missing echo reply"); + pptp_conn_close(global.conn, PPTP_STOP_NONE); + } else { /* ka_state == NONE */ /* send keep-alive */ struct pptp_echo_rqst rqst = { PPTP_HEADER_CTRL(PPTP_ECHO_RQST), hton32(global.conn->ka_id) }; pptp_send_ctrl_packet(global.conn, &rqst, sizeof(rqst)); global.conn->ka_state = KA_OUTSTANDING; - /* XXX FIXME: wake up ctrl thread -- or will the SIGALRM do that - * automagically? XXX - */ } /* check incoming/outgoing call states for !IDLE && !ESTABLISHED */ for (i = 0; i < vector_size(global.conn->call); i++) { diff -ur pptp-1.6.0/TODO pptp-linux/TODO --- pptp-1.6.0/TODO 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/TODO 2005-03-10 01:18:20.000000000 +0000 @@ -1,3 +1,12 @@ +10th March 2005 + +- call manager is not being reused as it was designed to be; if a +tunnel is started within a minute of a tunnel being stopped, it does +not succeed; symptom is LCP ConfReq's without any traffic from the +server. + +-- + - finish --max-echo-wait 11th August 2004 @@ -86,4 +95,4 @@ already-existing gre-copy process in the same way it uses an already-existing call manager. -$Id: TODO,v 1.21 2004/11/09 01:42:32 quozl Exp $ +$Id: TODO,v 1.22 2005/03/10 01:18:20 quozl Exp $ diff -ur pptp-1.6.0/util.c pptp-linux/util.c --- pptp-1.6.0/util.c 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/util.c 2005-03-10 01:18:20.000000000 +0000 @@ -1,7 +1,7 @@ /* util.c ....... error message utilities. * C. Scott Ananian * - * $Id: util.c,v 1.9 2004/11/09 23:26:15 quozl Exp $ + * $Id: util.c,v 1.10 2005/03/10 01:18:20 quozl Exp $ */ #include @@ -76,3 +76,83 @@ if (file) fclose(file); return ok; } + +/* signal to pipe delivery implementation */ +#include +#include +#include +#include + +/* pipe private to process */ +static int sigpipe[2]; + +/* create a signal pipe, returns 0 for success, -1 with errno for failure */ +int sigpipe_create() +{ + int rc; + + rc = pipe(sigpipe); + if (rc < 0) return rc; + + fcntl(sigpipe[0], F_SETFD, FD_CLOEXEC); + fcntl(sigpipe[1], F_SETFD, FD_CLOEXEC); + +#ifdef O_NONBLOCK +#define FLAG_TO_SET O_NONBLOCK +#else +#ifdef SYSV +#define FLAG_TO_SET O_NDELAY +#else /* BSD */ +#define FLAG_TO_SET FNDELAY +#endif +#endif + + rc = fcntl(sigpipe[1], F_GETFL); + if (rc != -1) + rc = fcntl(sigpipe[1], F_SETFL, rc | FLAG_TO_SET); + if (rc < 0) return rc; + return 0; +#undef FLAG_TO_SET +} + +/* generic handler for signals, writes signal number to pipe */ +void sigpipe_handler(int signum) +{ + write(sigpipe[1], &signum, sizeof(signum)); + signal(signum, sigpipe_handler); +} + +/* assign a signal number to the pipe */ +void sigpipe_assign(int signum) +{ + sigset_t sigset; + struct sigaction sa; + + sigemptyset(&sigset); + sigaddset(&sigset, signum); + + memset(&sa, 0, sizeof(sa)); + sa.sa_handler = sigpipe_handler; + sigaction(signum, &sa, NULL); +} + +/* return the signal pipe read file descriptor for select(2) */ +int sigpipe_fd() +{ + return sigpipe[0]; +} + +/* read and return the pending signal from the pipe */ +int sigpipe_read() +{ + int signum; + read(sigpipe[0], &signum, sizeof(signum)); + return signum; +} + +void sigpipe_close() +{ + close(sigpipe[0]); + close(sigpipe[1]); +} + diff -ur pptp-1.6.0/util.h pptp-linux/util.h --- pptp-1.6.0/util.h 2005-02-18 01:42:45.000000000 +0000 +++ pptp-linux/util.h 2005-03-10 01:18:20.000000000 +0000 @@ -1,7 +1,7 @@ /* util.h ....... error message utilities. * C. Scott Ananian * - * $Id: util.h,v 1.5 2004/11/09 23:26:15 quozl Exp $ + * $Id: util.h,v 1.6 2005/03/10 01:18:20 quozl Exp $ */ #ifndef INC_UTIL_H @@ -32,4 +32,23 @@ int file2fd(const char *path, const char *mode, int fd); +/* signal to pipe delivery implementation */ + +/* create a signal pipe, returns 0 for success, -1 with errno for failure */ +int sigpipe_create(); + +/* generic handler for signals, writes signal number to pipe */ +void sigpipe_handler(int signum); + +/* assign a signal number to the pipe */ +void sigpipe_assign(int signum); + +/* return the signal pipe read file descriptor for select(2) */ +int sigpipe_fd(); + +/* read and return the pending signal from the pipe */ +int sigpipe_read(); + +void sigpipe_close(); + #endif /* INC_UTIL_H */ --- NEW FILE pptp.spec --- Name: pptp Version: 1.6.0 Release: 3%{?dist} Summary: Point-to-Point Tunneling Protocol (PPTP) Client Group: Applications/Internet License: GPL URL: http://pptpclient.sourceforge.net/ Source0: http://dl.sf.net/pptpclient/pptp-%{version}.tar.gz Patch0: pptp-cvs20050331.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: ppp >= 2.4.2 %description Client for the proprietary Microsoft Point-to-Point Tunneling Protocol, PPTP. Allows connection to a PPTP based VPN as used by employers and some cable and ADSL service providers. %prep %setup -q %patch0 -p1 %build %{__make} %{?_smp_mflags} %install %{__rm} -rf $RPM_BUILD_ROOT %{__make} DESTDIR=$RPM_BUILD_ROOT install %clean %{__rm} -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING DEVELOPERS NEWS README TODO USING %doc ChangeLog Documentation/DESIGN.PPTP %attr(755,root,root) %{_sbindir}/pptp %{_mandir}/man8/pptp.8* # /etc/ppp is hardcoded instead of using %{_sysconfdir}/ppp because the # Fedora Core ppp package hardcodes the directory name %config(noreplace) /etc/ppp/options.pptp %changelog * Tue May 10 2005 Paul Howarth 1.6.0-3%{?dist} - fix URL for SOURCE0 not to point to a specific sf.net mirror * Tue May 10 2005 Paul Howarth 1.6.0-2%{?dist} - Weed out documentation useful only to developers - Add dist tag - Use full URL for SOURCE0 - Fix permissions on %{_sbindir}/pptp * Fri May 6 2005 Paul Howarth 1.6.0-1 - First build for Fedora Extras, based on upstream spec file Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pptp/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 May 2005 14:28:14 -0000 1.1 +++ .cvsignore 10 May 2005 14:29:42 -0000 1.2 @@ -0,0 +1 @@ +pptp-1.6.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/pptp/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 May 2005 14:28:14 -0000 1.1 +++ sources 10 May 2005 14:29:42 -0000 1.2 @@ -0,0 +1 @@ +9a706327fb9827541d7c86d48ceb9631 pptp-1.6.0.tar.gz From fedora-extras-commits at redhat.com Tue May 10 14:50:39 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 10 May 2005 10:50:39 -0400 Subject: web/html/download test.php,1.2,1.3 Message-ID: <200505101450.j4AEodJV024402@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/web/html/download In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24394 Modified Files: test.php Log Message: test3 Index: test.php =================================================================== RCS file: /cvs/fedora/web/html/download/test.php,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- test.php 11 Apr 2005 15:37:50 -0000 1.2 +++ test.php 10 May 2005 14:50:37 -0000 1.3 @@ -82,34 +82,34 @@

    Downloading the ISO Images

    -

    The ISO images of 4 test 2 are located at the following URL:

    +

    The ISO images of 4 test 3 are located at the following URL:

    -http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.91/i386/iso/ or -http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.91/ppc/iso/ or -http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.91/x86_64/iso/ +http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.92/i386/iso/ or +http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.92/ppc/iso/ or +http://download.fedora.redhat.com/pub/fedora/linux/core/test/3.92/x86_64/iso/

    Download the following ISO image files as needed:

    -FC4-test2-i386-DVD.iso -FC4-test2-i386-disc1.iso -FC4-test2-i386-disc2.iso -FC4-test2-i386-disc3.iso -FC4-test2-i386-disc4.iso -FC4-test2-ppc-DVD.iso -FC4-test2-ppc-disc1.iso -FC4-test2-ppc-disc2.iso -FC4-test2-ppc-disc3.iso -FC4-test2-ppc-disc4.iso -FC4-test2-ppc-disc5.iso -FC4-test2-x86_64-DVD.iso -FC4-test2-x86_64-disc1.iso -FC4-test2-x86_64-disc2.iso -FC4-test2-x86_64-disc3.iso -FC4-test2-x86_64-disc4.iso -FC4-test2-x86_64-disc5.iso +FC4-test3-i386-DVD.iso (sha1sum: 0936ab6d113339c0ee29b5271d3c11a322077597)
    +FC4-test3-i386-disc1.iso (sha1sum: 4f105f43434a1630988910f9e94435725369f77a)
    +FC4-test3-i386-disc2.iso (sha1sum: f0b6a922eccade7a9c56be14ed007aba0e3c6f8f)
    +FC4-test3-i386-disc3.iso (sha1sum: 5d095f589e17d31d676a6be9fe4a3bbc1d559a78)
    +FC4-test3-i386-disc4.iso (sha1sum: 11cbb2be45d7dec6c3f5db65fc296541db7c1864)
    +FC4-test3-ppc-DVD.iso (sha1sum: d2b967625fc34f5b2671204d165f86ec98c74f1e)
    +FC4-test3-ppc-disc1.iso (sha1sum: 0045a3ac8172fa5690355c94436cc86f82dcb4df)
    +FC4-test3-ppc-disc2.iso (sha1sum: 2e9637ada0ad13c1b520601b3cfafd25286fa021)
    +FC4-test3-ppc-disc3.iso (sha1sum: bea5a838e864dba34f42131e1b609df48cf18fc0)
    +FC4-test3-ppc-disc4.iso (sha1sum: 0c9c4d5312d58a2ce69208d77e141828614cfb7b)
    +FC4-test3-ppc-disc5.iso (sha1sum: 3778e548b4f288c94b48df417e556c3081134d5e)
    +FC4-test3-x86_64-DVD.iso (sha1sum: 50938d81a4cf0429cea6b41b3123ccb9fa6d7994)
    +FC4-test3-x86_64-disc1.iso (sha1sum: cd50871fa781e0fe04400b280546c5aa019b4067)
    +FC4-test3-x86_64-disc2.iso (sha1sum: d03492c6faedc7dacb335f4a86eef77771b025d2)
    +FC4-test3-x86_64-disc3.iso (sha1sum: 1967e832c825d3d52bfc87e298f3a16c9779bb26)
    +FC4-test3-x86_64-disc4.iso (sha1sum: f189f9368ad4fc2b92d310fa1af45899c4238a01)
    +FC4-test3-x86_64-disc5.iso (sha1sum: 862c058ff9043e60b94f29b81855018dbd4f4409)

    @@ -190,7 +190,7 @@

    Boot From the CD-ROM to Run the Installation Program

    -Note that 4 test 2 does not come with +Note that 4 test 3 does not come with floppy boot images. You must boot from CD, or via methods such as PXE.

    From fedora-extras-commits at redhat.com Tue May 10 14:50:46 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 10 May 2005 10:50:46 -0400 Subject: web/html index.php,1.5,1.6 Message-ID: <200505101450.j4AEoksQ024416@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/web/html In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24408 Modified Files: index.php Log Message: test3 Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- index.php 4 May 2005 11:25:19 -0000 1.5 +++ index.php 10 May 2005 14:50:44 -0000 1.6 @@ -46,6 +46,16 @@

    Latest Fedora News

    + [10 May 2005] Fedora Core 4 test 3 now available
    + The third test release of Fedora Core 4 + is
    now available. New features in FC4 + test 3 include GNOME 2.10, KDE 3.4, and a preview of GCC 4.0. PowerPC is + also supported. Download it from the torrent. File bugs in + bugzilla against Fedora + Core, version fc4test3. Discuss this release on + fedora-test-list. +

    +

    [03 May 2005] Endorsement of fedoraforum.org
    The Fedora Project now endorses fedoraforum.org as its end-user @@ -59,16 +69,6 @@ Germany on the 24th and 25th of June.

    - [15 Apr 2005] Fedora Core 4 test 2 now available
    - The second test release of Fedora Core 4 - is now available. New features in FC4 - test 2 include GNOME 2.10, KDE 3.4, and a preview of GCC 4.0. PowerPC is - also supported. Download it from the torrent. File bugs in - bugzilla against Fedora - Core, version fc4test2. Discuss this release on - fedora-test-list. -

    -

    [15 Apr 2005] Fedora Core 2 moves to Legacy Project
    The Fedora Steering Committee announces the transfer of Fedora Core 2 to the From fedora-extras-commits at redhat.com Tue May 10 15:09:32 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 11:09:32 -0400 Subject: rpms/libglademm24/FC-3 .cvsignore, 1.2, 1.3 libglademm.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200505101509.j4AF9WSA025590@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/libglademm24/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25569 Modified Files: .cvsignore libglademm.spec sources Log Message: Upgrade to latest of version of 2.4 line. Fixed potential compile problems with gcc 3.4 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libglademm24/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:44:06 -0000 1.2 +++ .cvsignore 10 May 2005 15:09:30 -0000 1.3 @@ -1 +1 @@ -libglademm-2.4.1.tar.bz2 +libglademm-2.4.2.tar.bz2 Index: libglademm.spec =================================================================== RCS file: /cvs/extras/rpms/libglademm24/FC-3/libglademm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libglademm.spec 10 Dec 2004 22:03:05 -0000 1.2 +++ libglademm.spec 10 May 2005 15:09:30 -0000 1.3 @@ -1,5 +1,5 @@ Name: libglademm24 -Version: 2.4.1 +Version: 2.4.2 Release: 1 Epoch: 0 Summary: A C++ wrapper for libglade @@ -79,6 +79,9 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue May 10 2005 Denis Leroy - 0:2.4.2-1 +- Upgrade to 2.4.2 + * Mon Jun 27 2004 Denis Leroy - 0:2.4.1-0.fdr.1 - Upgrade to 2.4.1 - Moved docs to regular directory, disabled devhelp Index: sources =================================================================== RCS file: /cvs/extras/rpms/libglademm24/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:44:06 -0000 1.2 +++ sources 10 May 2005 15:09:30 -0000 1.3 @@ -1 +1 @@ -81688d8499028aee8132db48a71e90eb libglademm-2.4.1.tar.bz2 +879d72c508ec284f34897eb0f1130c17 libglademm-2.4.2.tar.bz2 From fedora-extras-commits at redhat.com Tue May 10 15:11:05 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 11:11:05 -0400 Subject: rpms/glibmm24/FC-3 .cvsignore, 1.2, 1.3 glibmm.spec, 1.2, 1.3 sources, 1.3, 1.4 Message-ID: <200505101511.j4AFB5hi025629@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/glibmm24/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25608 Modified Files: .cvsignore glibmm.spec sources Log Message: Upgrade to latest version of 2.4 series. Fixes compile problems with newer g++ version (bug 157293) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:25:22 -0000 1.2 +++ .cvsignore 10 May 2005 15:11:03 -0000 1.3 @@ -1 +1 @@ -glibmm-2.4.4.tar.bz2 +glibmm-2.4.7.tar.bz2 Index: glibmm.spec =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-3/glibmm.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- glibmm.spec 7 Dec 2004 22:32:32 -0000 1.2 +++ glibmm.spec 10 May 2005 15:11:03 -0000 1.3 @@ -1,5 +1,5 @@ Name: glibmm24 -Version: 2.4.5 +Version: 2.4.7 Release: 1 Epoch: 0 Summary: A C++ interface for GTK2 (a GUI library for X). @@ -81,6 +81,9 @@ %{_datadir}/aclocal/*.m4 %changelog +* Tue May 10 2005 Denis Leroy - 0:2.4.7-1 +- Upgrade to 2.4.7 + * Wed Nov 17 2004 Denis Leroy - 0:2.4.5-1 - Upgrade to glibmm 2.4.5 Index: sources =================================================================== RCS file: /cvs/extras/rpms/glibmm24/FC-3/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 7 Dec 2004 22:32:32 -0000 1.3 +++ sources 10 May 2005 15:11:03 -0000 1.4 @@ -1 +1 @@ -61b6c798d629418751f74e596b2f3d43 glibmm-2.4.5.tar.bz2 +affaa97f9e082ba4f4e7497dc4b32c9f glibmm-2.4.7.tar.bz2 From fedora-extras-commits at redhat.com Tue May 10 15:11:55 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 11:11:55 -0400 Subject: rpms/gtkmm24/FC-3 .cvsignore, 1.2, 1.3 gtkmm.spec, 1.3, 1.4 sources, 1.4, 1.5 Message-ID: <200505101511.j4AFBuow025671@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/rpms/gtkmm24/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25650 Modified Files: .cvsignore gtkmm.spec sources Log Message: Upgrade to latest version of 2.4 series. Fixes compile problems with newer g++ version (bug 157293) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:31:16 -0000 1.2 +++ .cvsignore 10 May 2005 15:11:53 -0000 1.3 @@ -1 +1 @@ -gtkmm-2.4.5.tar.bz2 +gtkmm-2.4.11.tar.bz2 Index: gtkmm.spec =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-3/gtkmm.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- gtkmm.spec 26 Jan 2005 00:10:44 -0000 1.3 +++ gtkmm.spec 10 May 2005 15:11:53 -0000 1.4 @@ -1,5 +1,5 @@ Name: gtkmm24 -Version: 2.4.8 +Version: 2.4.11 Release: 1 Epoch: 0 Summary: A C++ interface for GTK2 (a GUI library for X). @@ -51,7 +51,7 @@ %build -%configure --enable-static --enable-shared +%configure --enable-static --enable-shared --disable-examples --disable-demos make %{?_smp_mflags} @@ -99,6 +99,10 @@ %changelog +* Tue May 10 2005 Denis Leroy - 0:2.4.11-1 +- Update to gtkmm 2.4.11 +- Disabled building of examples and demos + * Sat Jan 15 2005 Rick L Vinyard Jr - 0:2.4.8-1 - Update for gtkmm 2.4.8 Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtkmm24/FC-3/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 26 Jan 2005 00:10:44 -0000 1.4 +++ sources 10 May 2005 15:11:53 -0000 1.5 @@ -1 +1 @@ -c2aee4c259a75fa0dc766d402bef253b gtkmm-2.4.8.tar.bz2 +35ae78ef687f49900af761045202ccb2 gtkmm-2.4.11.tar.bz2 From fedora-extras-commits at redhat.com Tue May 10 16:04:34 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 12:04:34 -0400 Subject: devel/libksba libksba-0.9.11.tar.gz.sig, NONE, 1.1 .cvsignore, 1.3, 1.4 libksba.spec, 1.9, 1.10 sources, 1.3, 1.4 libksba-0.9.9-underquoted.patch, 1.1, NONE libksba-0.9.9.tar.gz.sig, 1.1, NONE Message-ID: <200505101604.j4AG4YZa026732@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/libksba In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26708 Modified Files: .cvsignore libksba.spec sources Added Files: libksba-0.9.11.tar.gz.sig Removed Files: libksba-0.9.9-underquoted.patch libksba-0.9.9.tar.gz.sig Log Message: Merge upgrade package changes from Rex. --- NEW FILE libksba-0.9.11.tar.gz.sig --- ?? Index: .cvsignore =================================================================== RCS file: /cvs/extras/devel/libksba/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 1 Feb 2005 19:32:51 -0000 1.3 +++ .cvsignore 10 May 2005 16:04:32 -0000 1.4 @@ -1 +1 @@ -libksba-0.9.9.tar.gz +libksba-0.9.11.tar.gz Index: libksba.spec =================================================================== RCS file: /cvs/extras/devel/libksba/libksba.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- libksba.spec 6 Apr 2005 22:12:22 -0000 1.9 +++ libksba.spec 10 May 2005 16:04:32 -0000 1.10 @@ -1,15 +1,13 @@ Summary: X.509 library Name: libksba -Version: 0.9.9 -Release: 2%{?dist_tag} - +Version: 0.9.11 +Release: 1%{?dist} License: GPL Group: System Environment/Libraries URL: http://www.gnupg.org/ -Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-0.9.9.tar.gz -Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-0.9.9.tar.gz.sig -Patch0: libksba-0.9.9-underquoted.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Source0: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.gz +Source1: ftp://ftp.gnupg.org/gcrypt/alpha/libksba/libksba-%{version}.tar.gz.sig +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgpg-error >= 0.7 BuildRequires: libgcrypt-devel >= 1.2.0 @@ -30,7 +28,6 @@ %prep %setup -q -%patch -p1 -b .underquoted %build @@ -39,6 +36,8 @@ # not smp safe make + +%check || : make check @@ -58,11 +57,11 @@ %postun -p /sbin/ldconfig %post devel -install-info %{_infodir}/ksba.info.gz %{_infodir}/dir ||: +install-info %{_infodir}/ksba.info %{_infodir}/dir ||: %postun devel if [ $1 -eq 0 ]; then - install-info --delete %{_infodir}/ksba.info.gz %{_infodir}/dir ||: + install-info --delete %{_infodir}/ksba.info %{_infodir}/dir ||: fi @@ -74,20 +73,28 @@ %files devel %defattr(-,root,root,-) %{_bindir}/* -%{_libdir}/*.a -%{_libdir}/*.so +%{_libdir}/lib*.a +%{_libdir}/lib*.so %{_includedir}/* %{_datadir}/aclocal/* %{_infodir}/* %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu Apr 21 2005 Rex Dieter 0.9.11-1 +- 0.9.11 +- drop upstreamed acquote patch + +* Fri Apr 7 2005 Michael Schwendt - 0.9.9-2 - rebuilt * Tue Feb 1 2005 Michael Schwendt - 0:0.9.9-1 - Minus BR libtool, add epoch to -devel req, fix underquoted ksba.m4. +* Fri Oct 22 2004 Rex Dieter 0:0.9.9-0.fdr.2 +- remove hard-coded .gz from %%post/%%postun +- add %%check section + * Tue Oct 19 2004 Rex Dieter 0:0.9.9-0.fdr.1 - 0.9.9 Index: sources =================================================================== RCS file: /cvs/extras/devel/libksba/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 1 Feb 2005 19:32:51 -0000 1.3 +++ sources 10 May 2005 16:04:32 -0000 1.4 @@ -1 +1 @@ -49085f4435e7506c790ae23342b01b37 libksba-0.9.9.tar.gz +f21912398467e0c93ae1abeb8f6b3a3d libksba-0.9.11.tar.gz --- libksba-0.9.9-underquoted.patch DELETED --- --- libksba-0.9.9.tar.gz.sig DELETED --- From fedora-extras-commits at redhat.com Tue May 10 16:23:13 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 12:23:13 -0400 Subject: rpms/gnupg2/devel gnupg-1.9.16-pth.patch, NONE, 1.1 gnupg-1.9.16-strsignal.patch, NONE, 1.1 gnupg-1.9.16-testverbose.patch, NONE, 1.1 gnupg-1.9.16.tar.bz2.sig, NONE, 1.1 .cvsignore, 1.2, 1.3 gnupg2.spec, 1.7, 1.8 sources, 1.3, 1.4 gnupg-1.9.15.tar.bz2.sig, 1.1, NONE Message-ID: <200505101623.j4AGNDs7026937@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26906 Modified Files: .cvsignore gnupg2.spec sources Added Files: gnupg-1.9.16-pth.patch gnupg-1.9.16-strsignal.patch gnupg-1.9.16-testverbose.patch gnupg-1.9.16.tar.bz2.sig Removed Files: gnupg-1.9.15.tar.bz2.sig Log Message: * Tue May 10 2005 Michael Schwendt - 1.9.16-1 - Merge changes from Rex's 1.9.16-1 (Thu Apr 21): - opensc support unconditional - remove hard-coded .gz from %post/%postun - add %check section - add pth patch - Put back patch modified from 1.9.15-4 to make tests verbose and change signal.c to describe received signals better. gnupg-1.9.16-pth.patch: --- NEW FILE gnupg-1.9.16-pth.patch --- --- gnupg-1.9.16/scd/command.c.pth 2005-04-20 05:23:46.000000000 -0500 +++ gnupg-1.9.16/scd/command.c 2005-04-26 09:17:35.000000000 -0500 @@ -1264,7 +1264,7 @@ else locked_session = ctrl->server_local; -#ifdef USE_GNU_PTH +#if 0 if (rc && has_option (line, "--wait")) { pth_sleep (1); /* Better implement an event mechanism. However, gnupg-1.9.16-strsignal.patch: --- NEW FILE gnupg-1.9.16-strsignal.patch --- diff -Nur gnupg-1.9.16-orig/common/signal.c gnupg-1.9.16/common/signal.c --- gnupg-1.9.16-orig/common/signal.c 2004-12-21 11:03:00.000000000 +0100 +++ gnupg-1.9.16/common/signal.c 2005-05-10 07:55:06.000000000 +0200 @@ -73,12 +73,12 @@ static const char * get_signal_name( int signum ) { -#if defined(SYS_SIGLIST_DECLARED) && defined(NSIG) - return (signum >= 0 && signum < NSIG) ? sys_siglist[signum] : "?"; -#else - return "some signal"; -#endif + const char* tmp = strsignal(signum); + if (tmp) + return tmp; + else + return "some signal"; } #endif /*!HAVE_DOSISH_SYSTEM*/ gnupg-1.9.16-testverbose.patch: --- NEW FILE gnupg-1.9.16-testverbose.patch --- diff -Nur gnupg-1.9.16-orig/tests/runtest gnupg-1.9.16/tests/runtest --- gnupg-1.9.16-orig/tests/runtest 2004-02-20 14:46:35.000000000 +0100 +++ gnupg-1.9.16/tests/runtest 2005-05-10 07:49:56.000000000 +0200 @@ -1,4 +1,4 @@ #!/bin/sh [ -x "$1" ] && exec $1 $2 -exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1" +exec ./asschk --verbose --no-echo -DGPGSM=${GPGSM} <"$1" --- NEW FILE gnupg-1.9.16.tar.bz2.sig --- ?? Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Feb 2005 22:40:35 -0000 1.2 +++ .cvsignore 10 May 2005 16:23:11 -0000 1.3 @@ -1 +1 @@ -gnupg-1.9.14.tar.bz2 +gnupg-1.9.16.tar.bz2 Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- gnupg2.spec 8 May 2005 19:41:17 -0000 1.7 +++ gnupg2.spec 10 May 2005 16:23:11 -0000 1.8 @@ -1,16 +1,17 @@ -# $Id$ - Summary: GNU utility for secure communication and data storage Name: gnupg2 -Version: 1.9.15 -Release: 4%{?dist_tag} - +Version: 1.9.16 +Release: 1%{?dist} License: GPL Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 Source1: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2.sig URL: http://www.gnupg.org/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +Patch0: gnupg-1.9.16-pth.patch +Patch1: gnupg-1.9.16-strsignal.patch +Patch2: gnupg-1.9.16-testverbose.patch Obsoletes: newpg < 0.9.5 @@ -28,12 +29,9 @@ BuildRequires: libgpg-error-devel => 1.0 Requires: libgpg-error >= 1.0 BuildRequires: libassuan-devel >= 0.6.9 -BuildRequires: libksba-devel >= 0.9.7 -# to build without opensc support: --without opensc -%{!?_without_opensc:BuildRequires: opensc-devel >= 0.9} -%{!?_without_opensc:BuildRequires: pcsc-lite-devel } -%{?_without_opensc:BuildConflicts: opensc-devel } - +BuildRequires: libksba-devel >= 0.9.11 +BuildRequires: opensc-devel >= 0.9 +BuildRequires: pcsc-lite-devel BuildRequires: gettext BuildRequires: openldap-devel BuildRequires: libusb-devel @@ -50,20 +48,25 @@ Provides: openpgp %description -GnuPG 1.9 is the future version of GnuPG; it is based on the gnupg-1.3 -code and the previous newpg package. It will eventually lead to a -GnuPG 2.0 release. Note that GnuPG 1.3 and 1.9 are not always in sync -and thus features and bug fixes done in 1.3 are not necessary -available in 1.9. - -You should use this GnuPG version if you want to use the gpg-agent or -gpgsm (the S/MIME variant of gpg). Note that the gpg-agent is also -helpful when using the standard gpg versions (1.2.x or 1.3.x). +GnuPG 1.9 is the development version of GnuPG; it is based on some old +GnuPG 1.3 code and the previous NewPG package. It will eventually +lead to a GnuPG 2.0 release. Note that GnuPG 1.4 and 1.9 are not yet +in sync and thus features and bug fixes done in 1.4 are not available +in 1.9. *Please keep on using 1.4.x for OpenPGP*; 1.9.x and 1.4.x may +be installed simultaneously. + +You should use GnuPG 1.9 if you want to use the gpg-agent or gpgsm +(the S/MIME variant of gpg). The gpg-agent is also helpful when using +the stable gpg version 1.4 (as well as the old 1.2 series). %prep %setup -q -n gnupg-%{version} +%patch0 -p1 -b .pth +%patch1 -p1 -b .strsignal +%patch2 -p1 -b .testverbose + %build @@ -72,15 +75,14 @@ %configure \ --program-prefix="%{?_program_prefix}" \ - --disable-rpath + --disable-rpath \ + --enable-gpg make %{?_smp_mflags} -make check - -%clean -rm -rf $RPM_BUILD_ROOT +%check || : +make check %install @@ -94,11 +96,11 @@ %post -/sbin/install-info %{_infodir}/gnupg.info.gz %{_infodir}/dir 2>/dev/null ||: +/sbin/install-info %{_infodir}/gnupg.info %{_infodir}/dir 2>/dev/null ||: %preun if [ $1 -eq 0 ]; then - /sbin/install-info --delete %{_infodir}/gnupg.info.gz %{_infodir}/dir \ + /sbin/install-info --delete %{_infodir}/gnupg.info %{_infodir}/dir \ 2>/dev/null ||: fi @@ -106,8 +108,10 @@ %files -f %{name}.lang %defattr(-,root,root) %doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO +#docs say to install suid root, but we won't, for now. #attr(4755,root,root) %{_bindir}/gpg2 %{_bindir}/gpg2 +%{_bindir}/gpg-connect-agent %{_bindir}/gpg-agent %{_bindir}/gpgconf %{_bindir}/gpgsm* @@ -123,7 +127,20 @@ %{_infodir}/* +%clean +rm -rf $RPM_BUILD_ROOT + + %changelog +* Tue May 10 2005 Michael Schwendt - 1.9.16-1 +- Merge changes from Rex's 1.9.16-1 (Thu Apr 21): +- opensc support unconditional +- remove hard-coded .gz from %%post/%%postun +- add %%check section +- add pth patch +- Put back patch modified from 1.9.15-4 to make tests verbose + and change signal.c to describe received signals better. + * Sun May 8 2005 Michael Schwendt - Drop patch0 again. Index: sources =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 2 Feb 2005 17:20:20 -0000 1.3 +++ sources 10 May 2005 16:23:11 -0000 1.4 @@ -1 +1 @@ -7b1d0562b66b1853b77d511feb786629 gnupg-1.9.15.tar.bz2 +1282755dce9cf4a84e904ca0191017a3 gnupg-1.9.16.tar.bz2 --- gnupg-1.9.15.tar.bz2.sig DELETED --- From fedora-extras-commits at redhat.com Tue May 10 16:24:16 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 12:24:16 -0400 Subject: common tobuild,1.337,1.338 Message-ID: <200505101624.j4AGOGFV027007@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26990 Modified Files: tobuild Log Message: request build of rpms/libksba/devel libksba-0_9_11-1_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.337 retrieving revision 1.338 diff -u -r1.337 -r1.338 --- tobuild 10 May 2005 13:31:27 -0000 1.337 +++ tobuild 10 May 2005 16:24:14 -0000 1.338 @@ -13,3 +13,4 @@ thias rpms/proftpd/devel proftpd-1_2_10-4 devel qspencer rpms/fftw3/devel fftw3-3_0_1-3 devel qspencer rpms/octave/devel octave-2_1_70-1 devel +mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 16:24:35 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 12:24:35 -0400 Subject: common tobuild,1.338,1.339 Message-ID: <200505101624.j4AGOZJN027035@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27018 Modified Files: tobuild Log Message: request build of rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.338 retrieving revision 1.339 diff -u -r1.338 -r1.339 --- tobuild 10 May 2005 16:24:14 -0000 1.338 +++ tobuild 10 May 2005 16:24:33 -0000 1.339 @@ -14,3 +14,4 @@ qspencer rpms/fftw3/devel fftw3-3_0_1-3 devel qspencer rpms/octave/devel octave-2_1_70-1 devel mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 16:32:18 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:32:18 -0400 Subject: rpms/SoQt/devel SoQt-1.2.0-man3.diff,NONE,1.1 Message-ID: <200505101632.j4AGWI1s027094@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/SoQt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27074 Added Files: SoQt-1.2.0-man3.diff Log Message: New. SoQt-1.2.0-man3.diff: --- NEW FILE SoQt-1.2.0-man3.diff --- --- SoQt-1.2.0.orig/man/man3/Makefile.am 2003-03-06 10:58:20.000000000 +0100 +++ SoQt-1.2.0/man/man3/Makefile.am 2005-05-10 12:18:16.000000000 +0200 @@ -6,6 +6,7 @@ @( cd $(top_builddir); "@sim_ac_doxygen_exe@" sogui.doxygen ) filelist.txt: $(KEYMANPAGE) + rm -f *_.3 ls *.3 >filelist.txt if BUILD_MANPAGES --- SoQt-1.2.0.orig/man/man3/Makefile.in 2004-08-27 17:43:40.000000000 +0200 +++ SoQt-1.2.0/man/man3/Makefile.in 2005-05-10 12:18:54.000000000 +0200 @@ -1144,6 +1144,7 @@ @( cd $(top_builddir); "@sim_ac_doxygen_exe@" sogui.doxygen ) filelist.txt: $(KEYMANPAGE) + rm -f *_.3 ls *.3 >filelist.txt @BUILD_MANPAGES_TRUE at all-local: filelist.txt From fedora-extras-commits at redhat.com Tue May 10 16:33:13 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:33:13 -0400 Subject: rpms/SoQt/FC-3 SoQt-1.2.0-man3.diff,NONE,1.1 Message-ID: <200505101633.j4AGXDfm027127@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/SoQt/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27109 Added Files: SoQt-1.2.0-man3.diff Log Message: New. SoQt-1.2.0-man3.diff: --- NEW FILE SoQt-1.2.0-man3.diff --- --- SoQt-1.2.0.orig/man/man3/Makefile.am 2003-03-06 10:58:20.000000000 +0100 +++ SoQt-1.2.0/man/man3/Makefile.am 2005-05-10 12:18:16.000000000 +0200 @@ -6,6 +6,7 @@ @( cd $(top_builddir); "@sim_ac_doxygen_exe@" sogui.doxygen ) filelist.txt: $(KEYMANPAGE) + rm -f *_.3 ls *.3 >filelist.txt if BUILD_MANPAGES --- SoQt-1.2.0.orig/man/man3/Makefile.in 2004-08-27 17:43:40.000000000 +0200 +++ SoQt-1.2.0/man/man3/Makefile.in 2005-05-10 12:18:54.000000000 +0200 @@ -1144,6 +1144,7 @@ @( cd $(top_builddir); "@sim_ac_doxygen_exe@" sogui.doxygen ) filelist.txt: $(KEYMANPAGE) + rm -f *_.3 ls *.3 >filelist.txt @BUILD_MANPAGES_TRUE at all-local: filelist.txt From fedora-extras-commits at redhat.com Tue May 10 16:39:15 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 12:39:15 -0400 Subject: common tobuild,1.339,1.340 Message-ID: <200505101639.j4AGdF1S027223@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27206 Modified Files: tobuild Log Message: request build of rpms/glibmm24/FC-3 glibmm24-2_4_7-1 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.339 retrieving revision 1.340 diff -u -r1.339 -r1.340 --- tobuild 10 May 2005 16:24:33 -0000 1.339 +++ tobuild 10 May 2005 16:39:13 -0000 1.340 @@ -15,3 +15,4 @@ qspencer rpms/octave/devel octave-2_1_70-1 devel mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel +denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 From fedora-extras-commits at redhat.com Tue May 10 16:40:18 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 10 May 2005 12:40:18 -0400 Subject: rpms/GtkAda/devel GtkAda.spec,1.8,1.9 Message-ID: <200505101640.j4AGeIIU027251@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/GtkAda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27234 Modified Files: GtkAda.spec Log Message: Remove excludearch x86_64; BR textinfo, tetex-dvips Index: GtkAda.spec =================================================================== RCS file: /cvs/extras/rpms/GtkAda/devel/GtkAda.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- GtkAda.spec 6 Apr 2005 22:10:46 -0000 1.8 +++ GtkAda.spec 10 May 2005 16:40:16 -0000 1.9 @@ -1,6 +1,6 @@ Name: GtkAda Version: 2.4.0 -Release: 4 +Release: 5 Summary: Ada95 graphical toolkit based on Gtk+ @@ -11,7 +11,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-gnat, libgnat, perl, xorg-x11-devel BuildRequires: gtk2-devel, libgnome-devel, libgnomeui-devel, bonobo-activation-devel, libbonoboui-devel, libglade2-devel -ExcludeArch: x86_64 +BuildRequires: texinfo, tetex-dvips %description GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the @@ -112,7 +112,11 @@ %doc known-problems %changelog -* Fri Apr 7 2005 Michael Schwendt +* Tue May 10 2005 Thorsten Leemhuis 2.4.0-5 +- Remove excludearch x86_64 (gcc-gnat now in FC4 for x86_64) +- BR textinfo, tetex-dvips + +* Fri Apr 7 2005 Michael Schwendt 2.4.0-4 - rebuilt * Sun Feb 13 2005 Gerard Milmeister - 0:2.4.0-3 From fedora-extras-commits at redhat.com Tue May 10 16:41:06 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:41:06 -0400 Subject: rpms/SoQt/devel SoQt.spec,1.7,1.8 Message-ID: <200505101641.j4AGfbfs027318@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/SoQt/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27286/devel Modified Files: SoQt.spec Log Message: - Add *-man3.diff. Prevent bogus manpages. - Mark html as %doc. - Install html docs into %%{_datadir}/Coin2/SoQt. Index: SoQt.spec =================================================================== RCS file: /cvs/extras/rpms/SoQt/devel/SoQt.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- SoQt.spec 9 May 2005 03:59:31 -0000 1.7 +++ SoQt.spec 10 May 2005 16:41:04 -0000 1.8 @@ -1,10 +1,10 @@ -%define _includedir %{expand:%%(coin-config --includedir)} +%define coin_includedir %{expand:%%(coin-config --includedir)} +%define coin_htmldir %{expand:%%(coin-config --datadir)/Coin2} Summary: High-level 3D visualization library Name: SoQt Version: 1.2.0 -Release: 4.fc4 - +Release: 5%{?dist} License: GPL Group: System Environment/Libraries @@ -20,6 +20,7 @@ # aclocal-1.7 -I cfg/m4 # autoconf Patch1: SoQt-1.2.0-config.diff.bz2 +Patch2: SoQt-1.2.0-man3.diff BuildRequires: doxygen BuildRequires: Coin2-devel qt-devel @@ -51,14 +52,17 @@ %setup %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh %configure \ + --includedir=%{coin_includedir} \ --without-mesa \ --disable-dependency-tracking \ --enable-man \ - --enable-html + --enable-html \ + htmldir=%{coin_htmldir}/SoQt make %install @@ -84,14 +88,19 @@ %{_bindir}/* %{_datadir}/aclocal/soqt.m4 %{_datadir}/Coin -%{_datadir}/SoQt -%{_includedir}/* +%doc %{coin_htmldir}/* +%{coin_includedir}/* %{_libdir}/libSoQt.*a %{_libdir}/libSoQt.so %{_mandir}/man?/*.?.gz %changelog +* Mon May 10 2005 Ralf Corsepius - 0:1.2.0-5 +- Add *-man3.diff. Prevent bogus manpages. +- Mark html as %doc. +- Install html docs into %%{_datadir}/Coin2/SoQt. + * Mon May 09 2005 Ralf Corsepius - 0:1.2.0-4 - Add Provides:Coin2-SoQt*. From fedora-extras-commits at redhat.com Tue May 10 16:41:07 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:41:07 -0400 Subject: rpms/SoQt/FC-3 SoQt.spec,1.5,1.6 Message-ID: <200505101641.j4AGfbg6027321@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/SoQt/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27286/FC-3 Modified Files: SoQt.spec Log Message: - Add *-man3.diff. Prevent bogus manpages. - Mark html as %doc. - Install html docs into %%{_datadir}/Coin2/SoQt. Index: SoQt.spec =================================================================== RCS file: /cvs/extras/rpms/SoQt/FC-3/SoQt.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- SoQt.spec 9 May 2005 03:59:15 -0000 1.5 +++ SoQt.spec 10 May 2005 16:41:05 -0000 1.6 @@ -1,10 +1,10 @@ -%define _includedir %{expand:%%(coin-config --includedir)} +%define coin_includedir %{expand:%%(coin-config --includedir)} +%define coin_htmldir %{expand:%%(coin-config --datadir)/Coin2} Summary: High-level 3D visualization library Name: SoQt Version: 1.2.0 -Release: 4.fc3 - +Release: 5%{?dist} License: GPL Group: System Environment/Libraries @@ -20,6 +20,7 @@ # aclocal-1.7 -I cfg/m4 # autoconf Patch1: SoQt-1.2.0-config.diff.bz2 +Patch2: SoQt-1.2.0-man3.diff BuildRequires: doxygen BuildRequires: Coin2-devel qt-devel @@ -51,14 +52,17 @@ %setup %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build [ -n "$QTDIR" ] || . %{_sysconfdir}/profile.d/qt.sh %configure \ + --includedir=%{coin_includedir} \ --without-mesa \ --disable-dependency-tracking \ --enable-man \ - --enable-html + --enable-html \ + htmldir=%{coin_htmldir}/SoQt make %install @@ -84,14 +88,19 @@ %{_bindir}/* %{_datadir}/aclocal/soqt.m4 %{_datadir}/Coin -%{_datadir}/SoQt -%{_includedir}/* +%doc %{coin_htmldir}/* +%{coin_includedir}/* %{_libdir}/libSoQt.*a %{_libdir}/libSoQt.so %{_mandir}/man?/*.?.gz %changelog +* Mon May 10 2005 Ralf Corsepius - 0:1.2.0-5 +- Add *-man3.diff. Prevent bogus manpages. +- Mark html as %doc. +- Install html docs into %%{_datadir}/Coin2/SoQt. + * Mon May 09 2005 Ralf Corsepius - 0:1.2.0-4 - Add Provides:Coin2-SoQt*. From fedora-extras-commits at redhat.com Tue May 10 16:43:37 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Tue, 10 May 2005 12:43:37 -0400 Subject: common tobuild,1.340,1.341 Message-ID: <200505101643.j4AGhbvS027364@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27347 Modified Files: tobuild Log Message: request build of rpms/GtkAda/devel GtkAda-2_4_0-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.340 retrieving revision 1.341 diff -u -r1.340 -r1.341 --- tobuild 10 May 2005 16:39:13 -0000 1.340 +++ tobuild 10 May 2005 16:43:35 -0000 1.341 @@ -16,3 +16,4 @@ mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 +thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel From fedora-extras-commits at redhat.com Tue May 10 16:45:55 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:45:55 -0400 Subject: rpms/Coin2/devel Coin2.spec,1.8,1.9 Message-ID: <200505101645.j4AGjtF3027401@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/Coin2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27372/devel Modified Files: Coin2.spec Log Message: - Introduce %%{coin_includedir} %%{coin_htmldir}. - Misc. spec cleanup. Index: Coin2.spec =================================================================== RCS file: /cvs/extras/rpms/Coin2/devel/Coin2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- Coin2.spec 6 May 2005 05:26:28 -0000 1.8 +++ Coin2.spec 10 May 2005 16:45:53 -0000 1.9 @@ -1,17 +1,17 @@ +%define coin_includedir %{_includedir}/Coin2 +%define coin_htmldir %{_datadir}/Coin2 + %define srcvers 2.3.0 %define apivers 2 -%define name %{?_name:%{_name}}%{!?_name:Coin2} - %define libopenal_SONAME libopenal.so.0 %define libsimage_SONAME libsimage.so.20 %define libfreetype_SONAME libfreetype.so.6 Summary: High-level 3D visualization library -Name: %{name} +Name: Coin2 Version: %{srcvers} -Release: 8.fc4 - +Release: 9%{?dist} License: GPL Group: System Environment/Libraries @@ -43,7 +43,7 @@ %package devel Summary: Development files for Coin Requires: %{name} = %{version}-%{release} -Requires: XFree86-devel zlib-devel bzip2-devel +Requires: xorg-x11-devel zlib-devel bzip2-devel Group: Development/Libraries %description devel @@ -51,12 +51,12 @@ %prep %setup -q -n Coin-%{version} -%patch0 -p1 -b .orig -%patch1 -p1 -b .orig -%patch2 -p1 -b .orig +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 %patch3 -p1 -%patch4 -p1 -b .orig -%patch5 -p1 -b .orig +%patch4 -p1 +%patch5 -p1 sed -i -e 's, at LIBFREETYPE_SONAME@,"%{libfreetype_SONAME}",' \ src/glue/freetype.c @@ -67,7 +67,7 @@ %build %configure \ - --includedir=%{_includedir}/Coin%{apivers} \ + --includedir=%{coin_includedir} \ --disable-dependency-tracking \ --enable-static \ --disable-dl-libbzip2 \ @@ -75,7 +75,8 @@ --disable-dl-zlib \ --enable-man \ --enable-html \ - --enable-3ds-import + --enable-3ds-import \ + htmldir=%{coin_htmldir}/Coin make %{?_smp_mflags} %install @@ -99,7 +100,7 @@ %files devel %defattr(-,root,root,-) %{_bindir}/* -%{_includedir}/Coin%{apivers} +%{coin_includedir} %{_libdir}/libCoin.*a %{_libdir}/libCoin.so %{_datadir}/aclocal/coin.m4 @@ -107,9 +108,13 @@ %{_datadir}/Coin/conf %{_datadir}/Coin/draggerDefaults %{_mandir}/man?/* -%doc %{_datadir}/Coin/html +%doc %{coin_htmldir} %changelog +* Tue May 10 2005 Ralf Corsepius - 0:2.3.0-9 +- Introduce %%{coin_includedir} %%{coin_htmldir}. +- Misc. spec cleanup. + * Fri May 06 2005 Ralf Corsepius - 0:2.3.0-8 - Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead SONAME handling. @@ -117,9 +122,6 @@ * Tue May 03 2005 Ralf Corsepius - 0:2.3.0-7 - Minor spec changes. -* Fri Apr 7 2005 Michael Schwendt - 0:2.3.0-6 -- rebuilt - * Tue Feb 22 2005 Ralf Corsepius - 0:2.3.0-5 - Include simacros. - Regenerate configure from simacros and FC3 libtool for x86_64. From fedora-extras-commits at redhat.com Tue May 10 16:45:56 2005 From: fedora-extras-commits at redhat.com (Ralf Corsépius (corsepiu)) Date: Tue, 10 May 2005 12:45:56 -0400 Subject: rpms/Coin2/FC-3 Coin2.spec,1.6,1.7 Message-ID: <200505101645.j4AGjuSK027407@cvs-int.fedora.redhat.com> Author: corsepiu Update of /cvs/extras/rpms/Coin2/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27372/FC-3 Modified Files: Coin2.spec Log Message: - Introduce %%{coin_includedir} %%{coin_htmldir}. - Misc. spec cleanup. Index: Coin2.spec =================================================================== RCS file: /cvs/extras/rpms/Coin2/FC-3/Coin2.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Coin2.spec 6 May 2005 05:26:29 -0000 1.6 +++ Coin2.spec 10 May 2005 16:45:53 -0000 1.7 @@ -1,16 +1,17 @@ +%define coin_includedir %{_includedir}/Coin2 +%define coin_htmldir %{_datadir}/Coin2 + %define srcvers 2.3.0 %define apivers 2 -%define name %{?_name:%{_name}}%{!?_name:Coin2} - %define libopenal_SONAME libopenal.so.0 %define libsimage_SONAME libsimage.so.20 %define libfreetype_SONAME libfreetype.so.6 Summary: High-level 3D visualization library -Name: %{name} +Name: Coin2 Version: %{srcvers} -Release: 8.fc3 +Release: 9%{?dist} License: GPL Group: System Environment/Libraries @@ -42,7 +43,7 @@ %package devel Summary: Development files for Coin Requires: %{name} = %{version}-%{release} -Requires: XFree86-devel zlib-devel bzip2-devel +Requires: xorg-x11-devel zlib-devel bzip2-devel Group: Development/Libraries %description devel @@ -50,12 +51,12 @@ %prep %setup -q -n Coin-%{version} -%patch0 -p1 -b .orig -%patch1 -p1 -b .orig -%patch2 -p1 -b .orig +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 %patch3 -p1 -%patch4 -p1 -b .orig -%patch5 -p1 -b .orig +%patch4 -p1 +%patch5 -p1 sed -i -e 's, at LIBFREETYPE_SONAME@,"%{libfreetype_SONAME}",' \ src/glue/freetype.c @@ -66,7 +67,7 @@ %build %configure \ - --includedir=%{_includedir}/Coin%{apivers} \ + --includedir=%{coin_includedir} \ --disable-dependency-tracking \ --enable-static \ --disable-dl-libbzip2 \ @@ -74,7 +75,8 @@ --disable-dl-zlib \ --enable-man \ --enable-html \ - --enable-3ds-import + --enable-3ds-import \ + htmldir=%{coin_htmldir}/Coin make %{?_smp_mflags} %install @@ -98,7 +100,7 @@ %files devel %defattr(-,root,root,-) %{_bindir}/* -%{_includedir}/Coin%{apivers} +%{coin_includedir} %{_libdir}/libCoin.*a %{_libdir}/libCoin.so %{_datadir}/aclocal/coin.m4 @@ -106,9 +108,13 @@ %{_datadir}/Coin/conf %{_datadir}/Coin/draggerDefaults %{_mandir}/man?/* -%doc %{_datadir}/Coin/html +%doc %{coin_htmldir} %changelog +* Tue May 10 2005 Ralf Corsepius - 0:2.3.0-9 +- Introduce %%{coin_includedir} %%{coin_htmldir}. +- Misc. spec cleanup. + * Fri May 06 2005 Ralf Corsepius - 0:2.3.0-8 - Use BR: xorg-x11-* instead of *.so.1 to work around rpm's brain-dead SONAME handling. From fedora-extras-commits at redhat.com Tue May 10 17:01:54 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Tue, 10 May 2005 13:01:54 -0400 Subject: rpms/moodss/FC-3 moodss.spec,1.6,1.7 Message-ID: <200505101701.j4AH1siw028386@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/moodss/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28369 Modified Files: moodss.spec Log Message: require Tcl 8.4.7 Index: moodss.spec =================================================================== RCS file: /cvs/extras/rpms/moodss/FC-3/moodss.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- moodss.spec 8 May 2005 21:03:29 -0000 1.6 +++ moodss.spec 10 May 2005 17:01:52 -0000 1.7 @@ -1,6 +1,6 @@ Name: moodss Version: 20.0 -Release: 2 +Release: 4 Epoch: 0 Summary: Powerful modular monitoring graphical application Group: Applications/System @@ -8,13 +8,8 @@ Source0: http://download.sourceforge.net/moodss/moodss-20.0.tar.bz2 URL: http://moodss.sourceforge.net/ BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n) -%if 0%{?rhl} -# work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9: -BuildRequires: tcl >= 0:8.3.1, %{_includedir}/tcl.h -%else -BuildRequires: tcl-devel >= 0:8.3.1 -%endif -Requires: tk >= 0:8.3.1, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7 +BuildRequires: tcl-devel >= 0:8.4.7 +Requires: tk >= 0:8.4.7, blt >= 0:2.4-0.fdr.0.z, tktable >= 0:2.7 %description moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular @@ -64,6 +59,9 @@ %changelog +* Tue May 10 2005 Jean-Luc Fontaine 0:20.0-4 +- require Tcl 8.4.7 and removed RH compatibility which had Tcl 8.3 + * Sun May 8 2005 Jean-Luc Fontaine 0:20.0-2 - removed sqlite-tcl requirement as it is disabled in the sqlite 3 update for FC-3 and not in Rawhide From fedora-extras-commits at redhat.com Tue May 10 17:08:22 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Tue, 10 May 2005 13:08:22 -0400 Subject: common tobuild,1.341,1.342 Message-ID: <200505101708.j4AH8Mc2028421@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28404 Modified Files: tobuild Log Message: request build of rpms/moodss/FC-3 moodss-20_0-4 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.341 retrieving revision 1.342 diff -u -r1.341 -r1.342 --- tobuild 10 May 2005 16:43:35 -0000 1.341 +++ tobuild 10 May 2005 17:08:20 -0000 1.342 @@ -17,3 +17,4 @@ mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 From fedora-extras-commits at redhat.com Tue May 10 17:20:53 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Tue, 10 May 2005 13:20:53 -0400 Subject: common tobuild,1.342,1.343 Message-ID: <200505101720.j4AHKrBe028521@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28504 Modified Files: tobuild Log Message: request build of rpms/moodss/FC-3 moodss-20_0-4 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.342 retrieving revision 1.343 diff -u -r1.342 -r1.343 --- tobuild 10 May 2005 17:08:20 -0000 1.342 +++ tobuild 10 May 2005 17:20:51 -0000 1.343 @@ -18,3 +18,4 @@ denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 +jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 From fedora-extras-commits at redhat.com Tue May 10 17:22:00 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Tue, 10 May 2005 13:22:00 -0400 Subject: rpms/moodss/devel moodss.spec,1.10,1.11 Message-ID: <200505101722.j4AHM0Pa028544@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/rpms/moodss/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28527 Modified Files: moodss.spec Log Message: - require Tcl 8.4.8 with bug fixes for 64 bit architecture - appended distribution to release Index: moodss.spec =================================================================== RCS file: /cvs/extras/rpms/moodss/devel/moodss.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- moodss.spec 9 May 2005 19:41:00 -0000 1.10 +++ moodss.spec 10 May 2005 17:21:58 -0000 1.11 @@ -1,19 +1,14 @@ Name: moodss Version: 20.0 -Release: 3 +Release: 5%{?dist} Summary: Powerful modular monitoring graphical application Group: Applications/System License: GPL Source0: http://download.sourceforge.net/moodss/moodss-20.0.tar.bz2 URL: http://moodss.sourceforge.net/ BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n) -%if 0%{?rhl} -# work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9: -BuildRequires: tcl >= 8.3.1, %{_includedir}/tcl.h -%else -BuildRequires: tcl-devel >= 8.3.1 -%endif -Requires: tk >= 8.3.1, blt >= 2.4-0.fdr.0.z, tktable >= 2.7 +BuildRequires: tcl-devel >= 8.4.8 +Requires: tk >= 8.4.8, blt >= 2.4-0.fdr.0.z, tktable >= 2.7 %description moodss (Modular Object Oriented Dynamic SpreadSheet) is a modular @@ -63,78 +58,82 @@ %changelog -* Mon May 9 2005 Jean-Luc Fontaine 0:20.0-3 +* Tue May 10 2005 Jean-Luc Fontaine 20.0-5 +- require Tcl 8.4.8 with bug fixes for 64 bit architecture +- appended distribution to release + +* Mon May 9 2005 Jean-Luc Fontaine 20.0-3 - removed all epochs as they are out of style as of FC-4 -* Sun May 8 2005 Jean-Luc Fontaine 0:20.0-2 +* Sun May 8 2005 Jean-Luc Fontaine 20.0-2 - removed sqlite-tcl requirement as it is disabled in the sqlite 3 update for FC-3 and not in Rawhide -* Sun May 1 2005 Jean-Luc Fontaine 0:20.0-1 +* Sun May 1 2005 Jean-Luc Fontaine 20.0-1 - 20.0 source release - use specific build requirements for fedora distribution - improved description. -* Tue Feb 22 2005 Jean-Luc Fontaine 0:19.7-0.fdr.1 +* Tue Feb 22 2005 Jean-Luc Fontaine 19.7-0.fdr.1 - 19.7 release - titles of displayed tables change color to reflect module state - in statistics table, added standard deviation column -* Sun Feb 13 2005 Jean-Luc Fontaine 0:19.6-0.fdr.1 +* Sun Feb 13 2005 Jean-Luc Fontaine 19.6-0.fdr.1 - 19.6 version with new nagios module -* Sun Jan 2 2005 Jean-Luc Fontaine 0:19.5-0.fdr.1 +* Sun Jan 2 2005 Jean-Luc Fontaine 19.5-0.fdr.1 - 19.5 version -* Fri Dec 17 2004 Jean-Luc Fontaine 0:19.4-0.fdr.1 +* Fri Dec 17 2004 Jean-Luc Fontaine 19.4-0.fdr.1 - 19.4 version -* Sun Nov 14 2004 Jean-Luc Fontaine 0:19.3-0.fdr.1 +* Sun Nov 14 2004 Jean-Luc Fontaine 19.3-0.fdr.1 - 19.3 version -* Sun Oct 31 2004 Jean-Luc Fontaine 0:19.2.2-0.fdr.1 +* Sun Oct 31 2004 Jean-Luc Fontaine 19.2.2-0.fdr.1 - capitalized summary -* Sat Oct 30 2004 Jean-Luc Fontaine 0:19.2.1-0.fdr.1 +* Sat Oct 30 2004 Jean-Luc Fontaine 19.2.1-0.fdr.1 - 19.2.1 version, which restores compatibility with Tcl 8.3 core - allowed building on 64 bit architecture by passing library directories to make -* Sun Oct 24 2004 Jean-Luc Fontaine 0:19.2-0.fdr.1 +* Sun Oct 24 2004 Jean-Luc Fontaine 19.2-0.fdr.1 - 19.2 version - in build stage, removed -s option from CFLAGS - require SQLite as default database storage mean - made summary more descriptive - updated description: added formulas and reference to moomps -* Sun Oct 17 2004 Jean-Luc Fontaine 0:19.1-0.fdr.1 +* Sun Oct 17 2004 Jean-Luc Fontaine 19.1-0.fdr.1 - 19.1 version -* Tue Aug 17 2004 Jean-Luc Fontaine 0:19.0-0.fdr.1 +* Tue Aug 17 2004 Jean-Luc Fontaine 19.0-0.fdr.1 - 19.0 version -* Wed Jul 14 2004 Jean-Luc Fontaine 0:18.5-0.fdr.1 +* Wed Jul 14 2004 Jean-Luc Fontaine 18.5-0.fdr.1 - 18.5 version -* Sun Jul 11 2004 Jean-Luc Fontaine 0:18.4-0.fdr.1 +* Sun Jul 11 2004 Jean-Luc Fontaine 18.4-0.fdr.1 - 18.4 version -* Sun Jun 13 2004 Jean-Luc Fontaine 0:18.3-0.fdr.1 +* Sun Jun 13 2004 Jean-Luc Fontaine 18.3-0.fdr.1 - 18.3 version -* Sun May 30 2004 Jean-Luc Fontaine 0:18.2-0.fdr.1 +* Sun May 30 2004 Jean-Luc Fontaine 18.2-0.fdr.1 - 18.2 version -* Sun Apr 25 2004 Jean-Luc Fontaine 0:18.1-0.fdr.1 +* Sun Apr 25 2004 Jean-Luc Fontaine 18.1-0.fdr.1 - 18.1 version -* Sun Mar 14 2004 Jean-Luc Fontaine 0:18.0-0.fdr.1 +* Sun Mar 14 2004 Jean-Luc Fontaine 18.0-0.fdr.1 - 18.0 version -* Sun Feb 8 2004 Jean-Luc Fontaine 0:17.17-0.fdr.1 +* Sun Feb 8 2004 Jean-Luc Fontaine 17.17-0.fdr.1 - 17.17 version -* Sun Jan 18 2004 Jean-Luc Fontaine 0:17.16-0.fdr.1 +* Sun Jan 18 2004 Jean-Luc Fontaine 17.16-0.fdr.1 - 17.16 version - in install stage, copy documentation files after make install completion as it modifies some HTML documentation internal URLs @@ -147,45 +146,45 @@ documentation into modules.htm and develop.htm separate files - see CHANGES in documentation directory for complete list of changes -* Wed Dec 31 2003 Jean-Luc Fontaine 0:17.15-0.fdr.2 +* Wed Dec 31 2003 Jean-Luc Fontaine 17.15-0.fdr.2 - in install stage, copy documentation in a custom directory to avoid listing all the documentation files in the files section - directly generate desktop file with a fedora header - simply list the moodss data directory instead of the file it contains -* Sun Dec 28 2003 Jean-Luc Fontaine 0:17.15-0.fdr.1 +* Sun Dec 28 2003 Jean-Luc Fontaine 17.15-0.fdr.1 - 17.15 version -* Sun Dec 14 2003 Jean-Luc Fontaine 0:17.14-0.fdr.1 +* Sun Dec 14 2003 Jean-Luc Fontaine 17.14-0.fdr.1 - 17.14 version - included predefined dashboard for system in data directory - application desktop menu now uses predefined dashboard for system -* Sat Nov 22 2003 Jean-Luc Fontaine 0:17.13-0.fdr.1 +* Sat Nov 22 2003 Jean-Luc Fontaine 17.13-0.fdr.1 - 17.13 version -* Sun Nov 16 2003 Jean-Luc Fontaine 0:17.12-0.fdr.8 +* Sun Nov 16 2003 Jean-Luc Fontaine 17.12-0.fdr.8 - in build requirements, work around tcl-devel and tk-devel packages non existence in RH 8.0 and 9 -* Sat Nov 8 2003 Jean-Luc Fontaine 0:17.12-0.fdr.7 +* Sat Nov 8 2003 Jean-Luc Fontaine 17.12-0.fdr.7 - moved moomps rpm generation to separate moomps.spec file -* Fri Nov 7 2003 Jean-Luc Fontaine 0:17.12-0.fdr.6 +* Fri Nov 7 2003 Jean-Luc Fontaine 17.12-0.fdr.6 - escaped percent characters in change log -* Tue Nov 4 2003 Jean-Luc Fontaine 0:17.12-0.fdr.5 +* Tue Nov 4 2003 Jean-Luc Fontaine 17.12-0.fdr.5 - changed release tag from 0.fdr.0.X to 0.fdr.X - replaced %%__sed and %%__install by sed and install - added -p argument to install to preserve timestamps - no longer use full path for chkconfig as it is part of root path -* Sat Nov 1 2003 Jean-Luc Fontaine 0:17.12-0.fdr.4 +* Sat Nov 1 2003 Jean-Luc Fontaine 17.12-0.fdr.4 - removed redundant Release and Epoch tags - combined macros in files section for %%_sysconfdir/moomps and %%_sysconfdir/moomps/rc -* Fri Oct 31 2003 Jean-Luc Fontaine 0:17.12-0.fdr.3 +* Fri Oct 31 2003 Jean-Luc Fontaine 17.12-0.fdr.3 - removed optional sqlite binary library inclusion since sqlite rpm is likely to become part of Fedora - removed RCS line @@ -206,8 +205,8 @@ - moomps user created in pre installation stage instead of post - use service command to stop moomps instead of using a little script -* Fri Oct 24 2003 Jean-Luc Fontaine 0:17.12-0.fdr.2 +* Fri Oct 24 2003 Jean-Luc Fontaine 17.12-0.fdr.2 - added desktop entry with small icon. -* Tue Oct 21 2003 Jean-Luc Fontaine 0:17.12-0.fdr.1 +* Tue Oct 21 2003 Jean-Luc Fontaine 17.12-0.fdr.1 - checked with rpmlint and improved accordingly. From fedora-extras-commits at redhat.com Tue May 10 17:22:26 2005 From: fedora-extras-commits at redhat.com (Jean-Luc Fontaine (jfontain)) Date: Tue, 10 May 2005 13:22:26 -0400 Subject: common tobuild,1.343,1.344 Message-ID: <200505101722.j4AHMQAe028601@cvs-int.fedora.redhat.com> Author: jfontain Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28584 Modified Files: tobuild Log Message: request build of rpms/moodss/devel moodss-20_0-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.343 retrieving revision 1.344 diff -u -r1.343 -r1.344 --- tobuild 10 May 2005 17:20:51 -0000 1.343 +++ tobuild 10 May 2005 17:22:24 -0000 1.344 @@ -19,3 +19,4 @@ thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 +jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 17:37:04 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Tue, 10 May 2005 13:37:04 -0400 Subject: devel/common tobuild,1.344,1.345 Message-ID: <200505101737.j4AHb4j4028680@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28661 Modified Files: tobuild Log Message: clean up Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.344 retrieving revision 1.345 diff -u -r1.344 -r1.345 --- tobuild 10 May 2005 17:22:24 -0000 1.344 +++ tobuild 10 May 2005 17:37:02 -0000 1.345 @@ -1,17 +1,6 @@ # this is the build control file. the format is # user repo tag target status # -adrian rpms/xdesktopwaves/devel xdesktopwaves-1_3-4_fc4 devel -tagoh rpms/uim/devel uim-0_4_6-2 development -thias rpms/linux_logo/devel linux_logo-4_12-1 devel -adrian rpms/fbida/devel fbida-2_03-5_fc4 devel -ivazquez rpms/fyre/FC-3 fyre-1_0_0-5_fc3 fc3 -ivazquez rpms/fyre/devel fyre-1_0_0-6_fc4 devel -thias rpms/proftpd/devel proftpd-1_2_10-4 devel -kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 -thias rpms/linux_logo/devel linux_logo-4_12-1 devel -thias rpms/proftpd/devel proftpd-1_2_10-4 devel -qspencer rpms/fftw3/devel fftw3-3_0_1-3 devel qspencer rpms/octave/devel octave-2_1_70-1 devel mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 18:02:05 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 14:02:05 -0400 Subject: common tobuild,1.345,1.346 Message-ID: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29729 Modified Files: tobuild Log Message: request build of rpms/fbida/devel fbida-2_03-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.345 retrieving revision 1.346 diff -u -r1.345 -r1.346 --- tobuild 10 May 2005 17:37:02 -0000 1.345 +++ tobuild 10 May 2005 18:02:03 -0000 1.346 @@ -1,11 +1 @@ -# this is the build control file. the format is -# user repo tag target status -# -qspencer rpms/octave/devel octave-2_1_70-1 devel -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel From denis at poolshark.org Tue May 10 18:04:27 2005 From: denis at poolshark.org (Denis Leroy) Date: Tue, 10 May 2005 11:04:27 -0700 Subject: common tobuild,1.345,1.346 In-Reply-To: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> Message-ID: <4280F7AB.2090901@poolshark.org> Adrian Reber (adrian) wrote: > Author: adrian > > Update of /cvs/extras/common > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29729 > > Modified Files: > tobuild > Log Message: > request build of rpms/fbida/devel fbida-2_03-5_fc4 for devel > > > Index: tobuild > =================================================================== > RCS file: /cvs/extras/common/tobuild,v > retrieving revision 1.345 > retrieving revision 1.346 > diff -u -r1.345 -r1.346 > --- tobuild 10 May 2005 17:37:02 -0000 1.345 > +++ tobuild 10 May 2005 18:02:03 -0000 1.346 > @@ -1,11 +1 @@ > -# this is the build control file. the format is > -# user repo tag target status > -# > -qspencer rpms/octave/devel octave-2_1_70-1 devel > -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel > -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 > -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel > +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel Ok, maybe the 'make build' mechanism really wants to check and fail if the tobuild file is not up-to-date... From adrian at lisas.de Tue May 10 18:08:40 2005 From: adrian at lisas.de (Adrian Reber) Date: Tue, 10 May 2005 20:08:40 +0200 Subject: common tobuild,1.345,1.346 In-Reply-To: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> Message-ID: <20050510180840.GA29009@lisas.de> > Index: tobuild > =================================================================== > RCS file: /cvs/extras/common/tobuild,v > retrieving revision 1.345 > retrieving revision 1.346 > diff -u -r1.345 -r1.346 > --- tobuild 10 May 2005 17:37:02 -0000 1.345 > +++ tobuild 10 May 2005 18:02:03 -0000 1.346 > @@ -1,11 +1 @@ > -# this is the build control file. the format is > -# user repo tag target status > -# > -qspencer rpms/octave/devel octave-2_1_70-1 devel > -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel > -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 > -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel > +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel Did I just break something? $ make build ssh_exchange_identification: Connection closed by remote host cvs [update aborted]: end of file from server (consult above messages if any) **** Access allowed: adrian is in ACL for common. Checking in tobuild; /cvs/extras/common/tobuild,v <-- tobuild new revision: 1.346; previous revision: 1.345 done Running syncmail... Mailing cvsextras at fedora.redhat.com... ...syncmail done. Killed by signal 1. It looks like the make build wasn't able to update the tobuild file and then the empty file with only my build was checked in... Adrian From fedora-extras-commits at redhat.com Tue May 10 18:09:10 2005 From: fedora-extras-commits at redhat.com (Kevin Fenzi (kevin)) Date: Tue, 10 May 2005 14:09:10 -0400 Subject: common tobuild,1.346,1.347 Message-ID: <200505101809.j4AI9AbM029859@cvs-int.fedora.redhat.com> Author: kevin Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29842 Modified Files: tobuild Log Message: request build of rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.346 retrieving revision 1.347 diff -u -r1.346 -r1.347 --- tobuild 10 May 2005 18:02:03 -0000 1.346 +++ tobuild 10 May 2005 18:09:08 -0000 1.347 @@ -1 +1,2 @@ adrian rpms/fbida/devel fbida-2_03-5_fc4 devel +kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 From bugs.michael at gmx.net Tue May 10 18:31:50 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Tue, 10 May 2005 20:31:50 +0200 Subject: common tobuild,1.345,1.346 In-Reply-To: <20050510180840.GA29009@lisas.de> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> Message-ID: <20050510203150.3e3db280.bugs.michael@gmx.net> On Tue, 10 May 2005 20:08:40 +0200, Adrian Reber wrote: > > Index: tobuild > > =================================================================== > > RCS file: /cvs/extras/common/tobuild,v > > retrieving revision 1.345 > > retrieving revision 1.346 > > diff -u -r1.345 -r1.346 > > --- tobuild 10 May 2005 17:37:02 -0000 1.345 > > +++ tobuild 10 May 2005 18:02:03 -0000 1.346 > > @@ -1,11 +1 @@ > > -# this is the build control file. the format is > > -# user repo tag target status > > -# > > -qspencer rpms/octave/devel octave-2_1_70-1 devel > > -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel > > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel > > -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 > > -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel > > +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel > > Did I just break something? Yeah, because the "rm -f tobuild" added recently was not a good idea (it should just attempt to cvs up, but never remove the local file). Just restore the dropped entries. From adrian at lisas.de Tue May 10 18:37:19 2005 From: adrian at lisas.de (Adrian Reber) Date: Tue, 10 May 2005 20:37:19 +0200 Subject: common tobuild,1.345,1.346 In-Reply-To: <20050510203150.3e3db280.bugs.michael@gmx.net> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> Message-ID: <20050510183718.GA21449@lisas.de> On Tue, May 10, 2005 at 08:31:50PM +0200, Michael Schwendt wrote: > > > Index: tobuild > > > =================================================================== > > > RCS file: /cvs/extras/common/tobuild,v > > > retrieving revision 1.345 > > > retrieving revision 1.346 > > > diff -u -r1.345 -r1.346 > > > --- tobuild 10 May 2005 17:37:02 -0000 1.345 > > > +++ tobuild 10 May 2005 18:02:03 -0000 1.346 > > > @@ -1,11 +1 @@ > > > -# this is the build control file. the format is > > > -# user repo tag target status > > > -# > > > -qspencer rpms/octave/devel octave-2_1_70-1 devel > > > -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel > > > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel > > > -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 > > > -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel > > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > > -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel > > > +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel > > > > Did I just break something? > > Yeah, because the "rm -f tobuild" added recently was not a good idea > (it should just attempt to cvs up, but never remove the local file). > Just restore the dropped entries. Will restore it as soon as I can connect to the cvs server again. Adrian From notting at redhat.com Tue May 10 18:45:55 2005 From: notting at redhat.com (Bill Nottingham) Date: Tue, 10 May 2005 14:45:55 -0400 Subject: common tobuild,1.345,1.346 In-Reply-To: <20050510203150.3e3db280.bugs.michael@gmx.net> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> Message-ID: <20050510184555.GB11318@nostromo.devel.redhat.com> Michael Schwendt (bugs.michael at gmx.net) said: > Yeah, because the "rm -f tobuild" added recently was not a good idea > (it should just attempt to cvs up, but never remove the local file). > Just restore the dropped entries. The idea is that blindly doing cvs up and then adding a line isn't good either; you'll get conflicts. Probably it should just error out more. Bill From bugs.michael at gmx.net Tue May 10 18:47:06 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Tue, 10 May 2005 20:47:06 +0200 Subject: tobuild trouble In-Reply-To: <20050510183718.GA21449@lisas.de> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <20050510183718.GA21449@lisas.de> Message-ID: <20050510204706.5d7d5a93.bugs.michael@gmx.net> On Tue, 10 May 2005 20:37:19 +0200, Adrian Reber wrote: > > > > @@ -1,11 +1 @@ > > > > -# this is the build control file. the format is > > > > -# user repo tag target status > > > > -# > > > > -qspencer rpms/octave/devel octave-2_1_70-1 devel > > > > -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel > > > > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel > > > > -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 > > > > -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel > > > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > > > -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 > > > > -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel > > > > +adrian rpms/fbida/devel fbida-2_03-5_fc4 devel > > > > > > Did I just break something? > > > > Yeah, because the "rm -f tobuild" added recently was not a good idea > > (it should just attempt to cvs up, but never remove the local file). > > Just restore the dropped entries. > > Will restore it as soon as I can connect to the cvs server again. --- Makefile.common.~1.14.~ 2005-05-10 07:57:42.000000000 +0200 +++ Makefile.common 2005-05-10 20:45:56.000000000 +0200 @@ -303,8 +303,7 @@ build: $(COMMON_DIR)/branches @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ - rm -f tobuild ;\ - cvs -Q update ;\ + cvs -Q update -C ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ popd >/dev/null) From fedora-extras-commits at redhat.com Tue May 10 18:52:21 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 10 May 2005 14:52:21 -0400 Subject: common Makefile.common,1.14,1.15 Message-ID: <200505101852.j4AIqLYh030141@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30118 Modified Files: Makefile.common Log Message: just overwrite local copies with repository version Index: Makefile.common =================================================================== RCS file: /cvs/extras/common/Makefile.common,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- Makefile.common 10 May 2005 03:37:46 -0000 1.14 +++ Makefile.common 10 May 2005 18:52:19 -0000 1.15 @@ -303,8 +303,7 @@ build: $(COMMON_DIR)/branches @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ - rm -f tobuild ;\ - cvs -Q update ;\ + cvs -Q update -C ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ popd >/dev/null) From notting at redhat.com Tue May 10 18:52:39 2005 From: notting at redhat.com (Bill Nottingham) Date: Tue, 10 May 2005 14:52:39 -0400 Subject: tobuild trouble In-Reply-To: <20050510204706.5d7d5a93.bugs.michael@gmx.net> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <20050510183718.GA21449@lisas.de> <20050510204706.5d7d5a93.bugs.michael@gmx.net> Message-ID: <20050510185239.GC11318@nostromo.devel.redhat.com> Michael Schwendt (bugs.michael at gmx.net) said: > --- Makefile.common.~1.14.~ 2005-05-10 07:57:42.000000000 +0200 > +++ Makefile.common 2005-05-10 20:45:56.000000000 +0200 > @@ -303,8 +303,7 @@ > build: $(COMMON_DIR)/branches > @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi > @(pushd $(COMMON_DIR) >/dev/null ;\ > - rm -f tobuild ;\ > - cvs -Q update ;\ > + cvs -Q update -C ;\ > echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ > cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ > popd >/dev/null) Added. Bill From fedora-extras-commits at redhat.com Tue May 10 19:00:31 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:00:31 -0400 Subject: rpms/perl-Text-Autoformat - New directory Message-ID: <200505101900.j4AJ0VXA030492@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30472/perl-Text-Autoformat Log Message: Directory /cvs/extras/rpms/perl-Text-Autoformat added to the repository From fedora-extras-commits at redhat.com Tue May 10 19:00:31 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:00:31 -0400 Subject: rpms/perl-Text-Autoformat/devel - New directory Message-ID: <200505101900.j4AJ0VFq030497@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30472/perl-Text-Autoformat/devel Log Message: Directory /cvs/extras/rpms/perl-Text-Autoformat/devel added to the repository From fedora-extras-commits at redhat.com Tue May 10 19:00:50 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:00:50 -0400 Subject: rpms/perl-Text-Autoformat Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505101900.j4AJ0osa030546@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30518 Added Files: Makefile import.log Log Message: Setup of module perl-Text-Autoformat --- NEW FILE Makefile --- # Top level Makefile for module perl-Text-Autoformat all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Tue May 10 19:00:50 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:00:50 -0400 Subject: rpms/perl-Text-Autoformat/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505101900.j4AJ0oRn030551@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30518/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module perl-Text-Autoformat --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Tue May 10 19:01:41 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:01:41 -0400 Subject: rpms/perl-Text-Autoformat import.log,1.1,1.2 Message-ID: <200505101901.j4AJ1fGi031526@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31494 Modified Files: import.log Log Message: auto-import perl-Text-Autoformat-1.13-0.3.beta on branch devel from perl-Text-Autoformat-1.13-0.3.beta.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 10 May 2005 19:00:48 -0000 1.1 +++ import.log 10 May 2005 19:01:39 -0000 1.2 @@ -0,0 +1 @@ +perl-Text-Autoformat-1_13-0_3_beta:HEAD:perl-Text-Autoformat-1.13-0.3.beta.src.rpm:1115751712 From fedora-extras-commits at redhat.com Tue May 10 19:01:41 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Tue, 10 May 2005 15:01:41 -0400 Subject: rpms/perl-Text-Autoformat/devel Text-Autoformat-1.12-1.13beta.patch, NONE, 1.1 perl-Text-Autoformat.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505101901.j4AJ1f0b031535@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31494/devel Modified Files: .cvsignore sources Added Files: Text-Autoformat-1.12-1.13beta.patch perl-Text-Autoformat.spec Log Message: auto-import perl-Text-Autoformat-1.13-0.3.beta on branch devel from perl-Text-Autoformat-1.13-0.3.beta.src.rpm Text-Autoformat-1.12-1.13beta.patch: --- NEW FILE Text-Autoformat-1.12-1.13beta.patch --- --- lib/Text/Autoformat.pm.orig 2003-05-27 18:34:38.000000000 -0500 +++ lib/Text/Autoformat.pm 2005-02-09 11:35:36.487236034 -0600 @@ -2,7 +2,7 @@ use strict; use vars qw($VERSION @ISA @EXPORT @EXPORT_OK); use Carp; use 5.005; -$VERSION = '1.12'; +$VERSION = '1.13beta'; require Exporter; @@ -74,15 +74,23 @@ return ""; } -my $ignore_headers = qr/\A(From\b.*$)?([^:]+:.*$([ \t].*$)*)+\s*\Z/m; +my $ignore_headers = qr/ + \A + (?: From \b .* $)? + (?: [^:\n]+ : .* \n + (?: [ \t] .* \n)* + )+ + \s* + \Z + /mx; my $ignore_indent = qr/^[^\S\n].*(\n[^\S\n].*)*$/; -sub ignore_headers { $_[0]==1 && /$ignore_headers/ } +sub ignore_headers { $_[0] && /$ignore_headers/ } # BITS OF A TEXT LINE my $quotechar = qq{[!#%=|:]}; -my $quotechunk = qq{(?:$quotechar(?![a-z])|[a-z]*>+)}; +my $quotechunk = qq{(?:$quotechar(?![a-z])|(?:[a-z]\\w*)?>+)}; my $quoter = qq{(?:(?i)(?:$quotechunk(?:[ \\t]*$quotechunk)*))}; my $separator = q/(?:[-_]{2,}|[=#*]{3,}|[+~]{4,})/; @@ -120,9 +128,11 @@ $args{break} = break_at('-') unless exists $args{break}; $args{impfill} = ! exists $args{fill}; $args{expfill} = $args{fill}; + $args{tabspace} = 8 unless exists $args{tabspace}; $args{renumber} = 1 unless exists $args{renumber}; $args{autocentre} = 1 unless exists $args{autocentre}; $args{_centred} = 1 if $args{justify} =~ /cent(er(ed)?|red?)/; + $args{all} ||= $args{mail}; # SPECIAL IGNORANCE... if ($args{ignore}) { @@ -138,13 +148,16 @@ croak "Expected suboutine reference as value for -ignore option" if ref $args{ignore} ne 'CODE'; } - else { + elsif ($args{mail}) { $args{ignore} = \&ignore_headers; } + else { + $args{ignore} = sub{0}; + } # DETABIFY my @rawlines = split /\n/, $text; - use Text::Tabs; + use Text::Tabs; $tabstop = $args{tabspace}; @rawlines = expand(@rawlines); # PARSE EACH LINE @@ -255,11 +268,13 @@ # SELECT PARAS TO HANDLE my $remainder = ""; - if ($args{all}) { # STOP AT MAIL TERMINATOR + if ($args{all}) { # STOP AT MAIL TERMINATOR IF $args{mail} + my $lastignored = 1; for my $index (0..$#paras) { - local $_ = $paras[$index]{raw}; - $paras[$index]{ignore} = $args{ignore}($index+1); - next unless /^--$/; + local $_ = $paras[$index]{raw} . "\n"; + $lastignored &&= + $paras[$index]{ignore} = $args{ignore}($lastignored); + next unless $args{mail} && /^--$/; $remainder = join "\n", map { $_->{raw} } splice @paras, $index; $remainder .= "\n" unless $remainder =~ /\n\z/; last; @@ -513,7 +528,9 @@ } my $abbrev = join '|', qw{ - etc[.] pp[.] ph[.]?d[.] U[.]S[.] + etc[.] pp[.] ph[.]?d[.] + (?:[A-Z][A-Za-z]+[.])+ + (?:[A-Z][.])(?:[A-Z][.])+ }; my $gen_abbrev = join '|', $abbrev, qw{ @@ -604,6 +621,7 @@ } package Hang; +use strict; # ROMAN NUMERALS @@ -658,6 +676,9 @@ elsif ($_[1] =~ s#\A($hang)##) { @vals = { type => 'bul', val => $1 } } + elsif ($_[1] =~ m#\([^\s)]+\s#) { + @vals = (); + } else { local $^W; my $cut; @@ -801,6 +822,7 @@ sub empty { 0 } package NullHang; +use strict; sub new { bless {}, $_[0] } sub stringify { "" } @@ -1021,6 +1043,14 @@ C will ignore any paragraph in which I line begins with a whitespace. +One other special case of ignorance is ignoring mail headers and signature. +This option is specified using the C argument: + + $tidied_mesg = autoformat($messy_mesg, {mail=>1}); + +Note that the C option automatically implies C. + + =head2 Bulleting and (re-)numbering Often plaintext will include lists that are either: --- NEW FILE perl-Text-Autoformat.spec --- %{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} Name: perl-Text-Autoformat Version: 1.13 Release: 0.3.beta Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Text-Autoformat/ Source0: http://www.cpan.org/modules/by-module/Text/Text-Autoformat-1.12.tar.gz # From http://rt.cpan.org/NoAuth/Bug.html?id=8018 Patch0: Text-Autoformat-1.12-1.13beta.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(Text::Reform) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description Text::Autoformat provides intelligent formatting of plaintext without the need for any kind of embedded mark-up. The module recognizes Internet quoting conventions, a wide range of bulleting and number schemes, centered text, and block quotations, and reformats each appropriately. Other options allow the user to adjust inter-word and inter-paragraph spacing, justify text, and impose various capitalization schemes. The module also supplies a re-entrant, highly configurable replacement for the built-in Perl format() mechanism. %prep %setup -q -n Text-Autoformat-1.12 %patch0 -p0 %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* %check || : make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/* %{_mandir}/man3/* %changelog * Tue May 10 2005 Steven Pritchard 1.13-0.3.beta - Drop Epoch and change Release for Fedora Extras. * Wed Feb 09 2005 Steven Pritchard 0:1.13-0.fdr.0.2.beta - Minor update to 0.13beta source, from http://rt.cpan.org/NoAuth/Bug.html?id=8018 (pointed out by jpo at di.uminho.pt) * Wed Jun 09 2004 Steven Pritchard 0:1.13-0.fdr.0.1.beta - Specfile regenerated. - Update to 0.13beta, which includes the upstream fix for a bug reported to the author. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 10 May 2005 19:00:48 -0000 1.1 +++ .cvsignore 10 May 2005 19:01:39 -0000 1.2 @@ -0,0 +1 @@ +Text-Autoformat-1.12.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 10 May 2005 19:00:48 -0000 1.1 +++ sources 10 May 2005 19:01:39 -0000 1.2 @@ -0,0 +1 @@ +a5a588e7a2d98fc8e8f196db71290dc0 Text-Autoformat-1.12.tar.gz From fedora-extras-commits at redhat.com Tue May 10 19:23:57 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:23:57 -0400 Subject: rpms/blacs/FC-3 Bmake.inc, 1.2, 1.3 Bmake.inc.64bit, 1.1, 1.2 blacs.spec, 1.4, 1.5 Message-ID: <200505101923.j4AJNvE4032156@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32102/FC-3 Modified Files: Bmake.inc Bmake.inc.64bit blacs.spec Log Message: FC-3 needs some special flags for g77, should fix compilation failure. Index: Bmake.inc =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-3/Bmake.inc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- Bmake.inc 25 Apr 2005 00:28:34 -0000 1.2 +++ Bmake.inc 10 May 2005 19:23:54 -0000 1.3 @@ -201,7 +201,7 @@ # macros should be obvious from the names. #============================================================================= F77 = g77 - F77NO_OPTFLAGS = $(RPM_OPT_FLAGS) + F77NO_OPTFLAGS = $(RPM_OPT_FLAGS) -ff90 -Wno-globals -fno-globals F77FLAGS = $(F77NO_OPTFLAGS) -O F77LOADER = $(F77) F77LOADFLAGS = Index: Bmake.inc.64bit =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-3/Bmake.inc.64bit,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Bmake.inc.64bit 5 May 2005 14:43:51 -0000 1.1 +++ Bmake.inc.64bit 10 May 2005 19:23:54 -0000 1.2 @@ -201,7 +201,7 @@ # macros should be obvious from the names. #============================================================================= F77 = g77 - F77NO_OPTFLAGS = $(RPM_OPT_FLAGS) + F77NO_OPTFLAGS = $(RPM_OPT_FLAGS) -ff90 -Wno-globals -fno-globals F77FLAGS = $(F77NO_OPTFLAGS) -O F77LOADER = $(F77) F77LOADFLAGS = Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/FC-3/blacs.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blacs.spec 9 May 2005 19:58:00 -0000 1.4 +++ blacs.spec 10 May 2005 19:23:54 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -84,6 +84,9 @@ %{_libdir}/libmpiblacs* %changelog +* Tue May 10 2005 Tom "spot" Callaway 1.1-8 +- g77 needs some special compile flags, edited Bmake.inc* + * Mon May 9 2005 Tom "spot" Callaway 1.1-7 - remove hardcoded dist tags From fedora-extras-commits at redhat.com Tue May 10 19:23:57 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:23:57 -0400 Subject: rpms/blacs/devel blacs.spec,1.4,1.5 Message-ID: <200505101924.j4AJNver032162@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/blacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32102/devel Modified Files: blacs.spec Log Message: FC-3 needs some special flags for g77, should fix compilation failure. Index: blacs.spec =================================================================== RCS file: /cvs/extras/rpms/blacs/devel/blacs.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- blacs.spec 9 May 2005 19:58:08 -0000 1.4 +++ blacs.spec 10 May 2005 19:23:55 -0000 1.5 @@ -1,7 +1,7 @@ Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 7%{?dist} +Release: 8%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -84,6 +84,9 @@ %{_libdir}/libmpiblacs* %changelog +* Tue May 10 2005 Tom "spot" Callaway 1.1-8 +- g77 needs some special compile flags, edited Bmake.inc* + * Mon May 9 2005 Tom "spot" Callaway 1.1-7 - remove hardcoded dist tags From qspencer at ieee.org Tue May 10 19:27:11 2005 From: qspencer at ieee.org (Quentin Spencer) Date: Tue, 10 May 2005 14:27:11 -0500 Subject: common tobuild,1.345,1.346 In-Reply-To: <20050510203150.3e3db280.bugs.michael@gmx.net> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> Message-ID: <42810B0F.2080506@ieee.org> Michael Schwendt wrote: >On Tue, 10 May 2005 20:08:40 +0200, Adrian Reber wrote: > > >>Did I just break something? >> >> > >Yeah, because the "rm -f tobuild" added recently was not a good idea >(it should just attempt to cvs up, but never remove the local file). >Just restore the dropped entries. > > Is is possible that this affected compilation of anything in the queue? I just got a notice that the build of octave failed. The only thing the build log says is: "Build process terminated by timeout". This log appears in the i386 and x86_64 directories, but i386 and ppc both have completed rpms in them. I can't think what else could have caused this, but it does look like octave was compiling at the time this happened with tobuild. -Quentin From fedora-extras-commits at redhat.com Tue May 10 19:29:01 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:29:01 -0400 Subject: common tobuild,1.347,1.348 Message-ID: <200505101929.j4AJT1cD032699@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32680 Modified Files: tobuild Log Message: request build of rpms/blacs/FC-3 blacs-1_1-8_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.347 retrieving revision 1.348 diff -u -r1.347 -r1.348 --- tobuild 10 May 2005 18:09:08 -0000 1.347 +++ tobuild 10 May 2005 19:28:59 -0000 1.348 @@ -1,2 +1,3 @@ adrian rpms/fbida/devel fbida-2_03-5_fc4 devel kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 +spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:30:34 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:30:34 -0400 Subject: common tobuild,1.348,1.349 Message-ID: <200505101930.j4AJUYIf000313@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32764 Modified Files: tobuild Log Message: request build of rpms/blacs/devel blacs-1_1-8_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.348 retrieving revision 1.349 diff -u -r1.348 -r1.349 --- tobuild 10 May 2005 19:28:59 -0000 1.348 +++ tobuild 10 May 2005 19:30:31 -0000 1.349 @@ -1,3 +1,4 @@ adrian rpms/fbida/devel fbida-2_03-5_fc4 devel kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 +spot rpms/blacs/devel blacs-1_1-8_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 19:31:12 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Tue, 10 May 2005 15:31:12 -0400 Subject: rpms/fontforge/devel .cvsignore, 1.5, 1.6 fontforge.spec, 1.9, 1.10 sources, 1.5, 1.6 Message-ID: <200505101931.j4AJVCAb000361@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/rpms/fontforge/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv333 Modified Files: .cvsignore fontforge.spec sources Log Message: * Tue May 10 2005 Owen Taylor - 0.0-2.20050502.fc4 - Update to 20050502 - Fix the build to look for the docs where we install them Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 4 Apr 2005 20:22:58 -0000 1.5 +++ .cvsignore 10 May 2005 19:31:10 -0000 1.6 @@ -2,3 +2,5 @@ fontforge_htdocs-20041231.tgz fontforge_full-20050310.tgz fontforge_htdocs-20050310.tgz +fontforge_full-20050502.tgz +fontforge_htdocs-20050503.tgz Index: fontforge.spec =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/fontforge.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- fontforge.spec 4 Apr 2005 20:22:58 -0000 1.9 +++ fontforge.spec 10 May 2005 19:31:10 -0000 1.10 @@ -1,14 +1,14 @@ Name: fontforge Version: 0.0 -Release: 2.20050310.fc4 +Release: 2.20050502.fc4 Summary: Outline and bitmap font editor Group: Applications/Publishing License: BSD URL: http://fontforge.sourceforge.net/ -Source0: http://dl.sf.net/fontforge/fontforge_full-20050310.tgz +Source0: http://dl.sf.net/fontforge/fontforge_full-20050502.tgz Source1: fontforge.desktop -Source2: http://dl.sf.net/fontforge/fontforge_htdocs-20050310.tgz +Source2: http://dl.sf.net/fontforge/fontforge_htdocs-20050503.tgz Patch1: fontforge-20040618-docview.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,7 +31,7 @@ (Type2) and CID-keyed fonts. %prep -%setup -q -n %{name}-20050310 +%setup -q -n %{name}-20050502 %patch1 -p2 -b .docview mkdir htdocs @@ -51,9 +51,10 @@ %build +export CPPFLAGS='-DDOCDIR=\"%{_docdir}/%{name}-%{version}/htdocs\"' %configure --with-regular-link --with-freetype-bytecode=no # Parallel make not working. -make DOCDIR=%{_docdir}/%{name}-%{version}/htdocs +make %install @@ -74,6 +75,10 @@ chmod -x $RPM_BUILD_ROOT%{_libdir}/pkgconfig/fontforge.pc +# The fontforge makefiles install htdocs as well, but we +# prefer to have them under the standard RPM location, so +# remove the extra copy +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/fontforge %clean rm -rf $RPM_BUILD_ROOT @@ -97,6 +102,10 @@ %changelog +* Tue May 10 2005 Owen Taylor - 0.0-2.20050502.fc4 +- Update to 20050502 +- Fix the build to look for the docs where we install them + * Sat Mar 19 2005 Owen Taylor - 0.0-2.20050310 - Update to 20050310 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fontforge/devel/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 4 Apr 2005 20:22:58 -0000 1.5 +++ sources 10 May 2005 19:31:10 -0000 1.6 @@ -1,2 +1,2 @@ -55787a2c60fd84599d316e0311bcb3ae fontforge_full-20050310.tgz -10e27dbf02be98bddeb3098371e763e1 fontforge_htdocs-20050310.tgz +6a19fe0e0e6c1d70c49014b1f967b481 fontforge_full-20050502.tgz +1f8de0694c7955ee8de268e70ab70e37 fontforge_htdocs-20050503.tgz From fedora-extras-commits at redhat.com Tue May 10 19:31:55 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Tue, 10 May 2005 15:31:55 -0400 Subject: common tobuild,1.349,1.350 Message-ID: <200505101931.j4AJVtRL000453@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv434 Modified Files: tobuild Log Message: request build of rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 for fc4 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.349 retrieving revision 1.350 diff -u -r1.349 -r1.350 --- tobuild 10 May 2005 19:30:31 -0000 1.349 +++ tobuild 10 May 2005 19:31:53 -0000 1.350 @@ -2,3 +2,4 @@ kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 spot rpms/blacs/devel blacs-1_1-8_fc4 devel +otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 fc4 From fedora-extras-commits at redhat.com Tue May 10 19:32:11 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 10 May 2005 15:32:11 -0400 Subject: common tobuild,1.350,1.351 Message-ID: <200505101932.j4AJWBF1000508@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv491 Modified Files: tobuild Log Message: request build of rpms/epylog/devel epylog-1_0_3-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.350 retrieving revision 1.351 diff -u -r1.350 -r1.351 --- tobuild 10 May 2005 19:31:53 -0000 1.350 +++ tobuild 10 May 2005 19:32:09 -0000 1.351 @@ -3,3 +3,4 @@ spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 spot rpms/blacs/devel blacs-1_1-8_fc4 devel otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 fc4 +icon rpms/epylog/devel epylog-1_0_3-3 devel From fedora-extras-commits at redhat.com Tue May 10 19:32:34 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Tue, 10 May 2005 15:32:34 -0400 Subject: common tobuild,1.351,1.352 Message-ID: <200505101932.j4AJWYFV000536@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv519 Modified Files: tobuild Log Message: request build of rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.351 retrieving revision 1.352 diff -u -r1.351 -r1.352 --- tobuild 10 May 2005 19:32:09 -0000 1.351 +++ tobuild 10 May 2005 19:32:32 -0000 1.352 @@ -4,3 +4,4 @@ spot rpms/blacs/devel blacs-1_1-8_fc4 devel otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 fc4 icon rpms/epylog/devel epylog-1_0_3-3 devel +pghmcfc rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 19:33:50 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 10 May 2005 15:33:50 -0400 Subject: common tobuild,1.352,1.353 Message-ID: <200505101933.j4AJXodG000664@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv640 Modified Files: tobuild Log Message: request build of rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.352 retrieving revision 1.353 diff -u -r1.352 -r1.353 --- tobuild 10 May 2005 19:32:32 -0000 1.352 +++ tobuild 10 May 2005 19:33:48 -0000 1.353 @@ -5,3 +5,4 @@ otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 fc4 icon rpms/epylog/devel epylog-1_0_3-3 devel pghmcfc rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 devel +icon rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 devel From fedora-extras-commits at redhat.com Tue May 10 19:34:31 2005 From: fedora-extras-commits at redhat.com (Konstantin Ryabitsev (icon)) Date: Tue, 10 May 2005 15:34:31 -0400 Subject: common tobuild,1.353,1.354 Message-ID: <200505101934.j4AJYVu7000735@cvs-int.fedora.redhat.com> Author: icon Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv718 Modified Files: tobuild Log Message: request build of rpms/pylint/devel pylint-0_6_4-4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.353 retrieving revision 1.354 diff -u -r1.353 -r1.354 --- tobuild 10 May 2005 19:33:48 -0000 1.353 +++ tobuild 10 May 2005 19:34:29 -0000 1.354 @@ -6,3 +6,4 @@ icon rpms/epylog/devel epylog-1_0_3-3 devel pghmcfc rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 devel icon rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 devel +icon rpms/pylint/devel pylint-0_6_4-4 devel From fedora-extras-commits at redhat.com Tue May 10 19:35:44 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Tue, 10 May 2005 15:35:44 -0400 Subject: rpms/fontforge/FC-3 .cvsignore, 1.5, 1.6 fontforge.spec, 1.8, 1.9 sources, 1.5, 1.6 Message-ID: <200505101935.j4AJZiL7000786@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/rpms/fontforge/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv765 Modified Files: .cvsignore fontforge.spec sources Log Message: * Tue May 10 2005 Owen Taylor - 0.0-2.20050502.fc3 - Update to 20050502 - Fix the build to look for the docs where we install them Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/fontforge/FC-3/.cvsignore,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- .cvsignore 4 Apr 2005 20:25:22 -0000 1.5 +++ .cvsignore 10 May 2005 19:35:42 -0000 1.6 @@ -2,3 +2,5 @@ fontforge_htdocs-20041231.tgz fontforge_full-20050310.tgz fontforge_htdocs-20050310.tgz +fontforge_htdocs-20050503.tgz +fontforge_full-20050502.tgz Index: fontforge.spec =================================================================== RCS file: /cvs/extras/rpms/fontforge/FC-3/fontforge.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- fontforge.spec 4 Apr 2005 20:25:22 -0000 1.8 +++ fontforge.spec 10 May 2005 19:35:42 -0000 1.9 @@ -1,14 +1,14 @@ Name: fontforge Version: 0.0 -Release: 2.20050310.fc3 +Release: 2.20050502.fc3 Summary: Outline and bitmap font editor Group: Applications/Publishing License: BSD URL: http://fontforge.sourceforge.net/ -Source0: http://dl.sf.net/fontforge/fontforge_full-20050310.tgz +Source0: http://dl.sf.net/fontforge/fontforge_full-20050502.tgz Source1: fontforge.desktop -Source2: http://dl.sf.net/fontforge/fontforge_htdocs-20050310.tgz +Source2: http://dl.sf.net/fontforge/fontforge_htdocs-20050503.tgz Patch1: fontforge-20040618-docview.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,7 +31,7 @@ (Type2) and CID-keyed fonts. %prep -%setup -q -n %{name}-20050310 +%setup -q -n %{name}-20050502 %patch1 -p2 -b .docview mkdir htdocs @@ -51,9 +51,10 @@ %build +export CPPFLAGS='-DDOCDIR=\"%{_docdir}/%{name}-%{version}/htdocs\"' %configure --with-regular-link --with-freetype-bytecode=no # Parallel make not working. -make DOCDIR=%{_docdir}/%{name}-%{version}/htdocs +make %install @@ -74,6 +75,10 @@ chmod -x $RPM_BUILD_ROOT%{_libdir}/pkgconfig/fontforge.pc +# The fontforge makefiles install htdocs as well, but we +# prefer to have them under the standard RPM location, so +# remove the extra copy +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/fontforge %clean rm -rf $RPM_BUILD_ROOT @@ -97,6 +102,10 @@ %changelog +* Tue May 10 2005 Owen Taylor - 0.0-2.20050502.fc3 +- Update to 20050502 +- Fix the build to look for the docs where we install them + * Sat Mar 19 2005 Owen Taylor - 0.0-2.20050310 - Update to 20050310 Index: sources =================================================================== RCS file: /cvs/extras/rpms/fontforge/FC-3/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 4 Apr 2005 20:25:22 -0000 1.5 +++ sources 10 May 2005 19:35:42 -0000 1.6 @@ -1,2 +1,2 @@ -55787a2c60fd84599d316e0311bcb3ae fontforge_full-20050310.tgz -10e27dbf02be98bddeb3098371e763e1 fontforge_htdocs-20050310.tgz +1f8de0694c7955ee8de268e70ab70e37 fontforge_htdocs-20050503.tgz +6a19fe0e0e6c1d70c49014b1f967b481 fontforge_full-20050502.tgz From fedora-extras-commits at redhat.com Tue May 10 19:36:02 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Tue, 10 May 2005 15:36:02 -0400 Subject: common tobuild,1.354,1.355 Message-ID: <200505101936.j4AJa2Hv000853@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv836 Modified Files: tobuild Log Message: request build of rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.354 retrieving revision 1.355 diff -u -r1.354 -r1.355 --- tobuild 10 May 2005 19:34:29 -0000 1.354 +++ tobuild 10 May 2005 19:36:00 -0000 1.355 @@ -7,3 +7,4 @@ pghmcfc rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 devel icon rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 devel icon rpms/pylint/devel pylint-0_6_4-4 devel +otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:38:04 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 15:38:04 -0400 Subject: common tobuild,1.355,1.356 Message-ID: <200505101938.j4AJc4tk000924@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv895 Modified Files: tobuild Log Message: readded the deleted lines Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.355 retrieving revision 1.356 diff -u -r1.355 -r1.356 --- tobuild 10 May 2005 19:36:00 -0000 1.355 +++ tobuild 10 May 2005 19:38:02 -0000 1.356 @@ -1,3 +1,14 @@ +# this is the build control file. the format is +# user repo tag target status +# +qspencer rpms/octave/devel octave-2_1_70-1 devel +mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel +denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 +thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 +jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 +jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel adrian rpms/fbida/devel fbida-2_03-5_fc4 devel kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:39:09 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Tue, 10 May 2005 15:39:09 -0400 Subject: common tobuild,1.356,1.357 Message-ID: <200505101939.j4AJd96M000971@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv954 Modified Files: tobuild Log Message: request build of rpms/antiword/devel antiword-0_36_1-2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.356 retrieving revision 1.357 diff -u -r1.356 -r1.357 --- tobuild 10 May 2005 19:38:02 -0000 1.356 +++ tobuild 10 May 2005 19:39:07 -0000 1.357 @@ -19,3 +19,4 @@ icon rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 devel icon rpms/pylint/devel pylint-0_6_4-4 devel otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 +adrian rpms/antiword/devel antiword-0_36_1-2 devel From bugs.michael at gmx.net Tue May 10 19:51:55 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Tue, 10 May 2005 21:51:55 +0200 Subject: common tobuild,1.345,1.346 In-Reply-To: <42810B0F.2080506@ieee.org> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> Message-ID: <20050510215155.3eb7346b.bugs.michael@gmx.net> On Tue, 10 May 2005 14:27:11 -0500, Quentin Spencer wrote: > Is is possible that this affected compilation of anything in the queue? No, I doubt that. > I just got a notice that the build of octave failed. The only thing the > build log says is: "Build process terminated by timeout". It's a large package and builds for a long time. Most likely exceeds the time-out set in the build system, which perhaps is still to short. From fedora-extras-commits at redhat.com Tue May 10 19:53:23 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Tue, 10 May 2005 15:53:23 -0400 Subject: common tobuild,1.357,1.358 Message-ID: <200505101953.j4AJrNh8001081@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1064 Modified Files: tobuild Log Message: request build of rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.357 retrieving revision 1.358 diff -u -r1.357 -r1.358 --- tobuild 10 May 2005 19:39:07 -0000 1.357 +++ tobuild 10 May 2005 19:53:21 -0000 1.358 @@ -20,3 +20,4 @@ icon rpms/pylint/devel pylint-0_6_4-4 devel otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 adrian rpms/antiword/devel antiword-0_36_1-2 devel +kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:54:33 2005 From: fedora-extras-commits at redhat.com (Chris Ricker (kaboom)) Date: Tue, 10 May 2005 15:54:33 -0400 Subject: common tobuild,1.358,1.359 Message-ID: <200505101954.j4AJsX6O001105@cvs-int.fedora.redhat.com> Author: kaboom Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1088 Modified Files: tobuild Log Message: removing extra build Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.358 retrieving revision 1.359 diff -u -r1.358 -r1.359 --- tobuild 10 May 2005 19:53:21 -0000 1.358 +++ tobuild 10 May 2005 19:54:31 -0000 1.359 @@ -20,4 +20,3 @@ icon rpms/pylint/devel pylint-0_6_4-4 devel otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 adrian rpms/antiword/devel antiword-0_36_1-2 devel -kaboom rpms/xdaliclock/FC-3 xdaliclock-2_20-2_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:57:22 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:57:22 -0400 Subject: rpms/QuantLib/FC-3 QuantLib-0.3.8-installdatahookfix.patch, 1.1, 1.2 QuantLib.spec, 1.5, 1.6 Message-ID: <200505101957.j4AJvMNb001231@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/QuantLib/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1192/FC-3 Modified Files: QuantLib-0.3.8-installdatahookfix.patch QuantLib.spec Log Message: fix patch so that QuantLib compiles. QuantLib-0.3.8-installdatahookfix.patch: Index: QuantLib-0.3.8-installdatahookfix.patch =================================================================== RCS file: /cvs/extras/rpms/QuantLib/FC-3/QuantLib-0.3.8-installdatahookfix.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- QuantLib-0.3.8-installdatahookfix.patch 14 Apr 2005 14:33:09 -0000 1.1 +++ QuantLib-0.3.8-installdatahookfix.patch 10 May 2005 19:57:20 -0000 1.2 @@ -3,7 +3,8 @@ @@ -81,7 +81,7 @@ $(SED) -e "s,HAVE_CONFIG_H,QL_HAVE_CONFIG_H," \ -e "s,/\* install-hook \*/,#define QL_HAVE_CONFIG_H," \ - $(includedir)/qldefines.hpp > .qldefines.hpp +- $(includedir)/qldefines.hpp > .qldefines.hpp ++ $(DESTDIR)$(includedir)/qldefines.hpp > .qldefines.hpp - $(INSTALL_DATA) .qldefines.hpp $(includedir)/qldefines.hpp + $(INSTALL_DATA) .qldefines.hpp $(DESTDIR)$(includedir)/qldefines.hpp rm .qldefines.hpp @@ -14,7 +15,8 @@ @@ -757,7 +757,7 @@ $(SED) -e "s,HAVE_CONFIG_H,QL_HAVE_CONFIG_H," \ -e "s,/\* install-hook \*/,#define QL_HAVE_CONFIG_H," \ - $(includedir)/qldefines.hpp > .qldefines.hpp +- $(includedir)/qldefines.hpp > .qldefines.hpp ++ $(DESTDIR)$(includedir)/qldefines.hpp > .qldefines.hpp - $(INSTALL_DATA) .qldefines.hpp $(includedir)/qldefines.hpp + $(INSTALL_DATA) .qldefines.hpp $(DESTDIR)$(includedir)/qldefines.hpp rm .qldefines.hpp Index: QuantLib.spec =================================================================== RCS file: /cvs/extras/rpms/QuantLib/FC-3/QuantLib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- QuantLib.spec 17 Apr 2005 04:47:03 -0000 1.5 +++ QuantLib.spec 10 May 2005 19:57:20 -0000 1.6 @@ -2,7 +2,7 @@ Name: QuantLib Version: 0.3.8 -Release: 6 +Release: 7%{?dist} Summary: A software framework for quantitative finance License: BSD Group: System Environment/Libraries @@ -106,6 +106,9 @@ %{docdir}/QuantLib-%{version}-docs-refman.ps %changelog +* Tue May 10 2005 Tom "spot" Callaway 0.3.8-7 +- fix QuantLib-0.3.8-installdatahookfix.patch + * Sat Apr 16 2005 Tom "spot" Callaway 0.3.8-6 - add tetex BuildRequires From skvidal at phy.duke.edu Tue May 10 19:58:01 2005 From: skvidal at phy.duke.edu (seth vidal) Date: Tue, 10 May 2005 15:58:01 -0400 Subject: common tobuild,1.345,1.346 In-Reply-To: <20050510215155.3eb7346b.bugs.michael@gmx.net> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> <20050510215155.3eb7346b.bugs.michael@gmx.net> Message-ID: <1115755082.10234.96.camel@cutter> On Tue, 2005-05-10 at 21:51 +0200, Michael Schwendt wrote: > On Tue, 10 May 2005 14:27:11 -0500, Quentin Spencer wrote: > > > Is is possible that this affected compilation of anything in the queue? > > No, I doubt that. > > > I just got a notice that the build of octave failed. The only thing the > > build log says is: "Build process terminated by timeout". > > It's a large package and builds for a long time. Most likely exceeds > the time-out set in the build system, which perhaps is still to short. > it's an hour and a half, iirc. probably there is another error that's causing it. I've seen a case where the popen calls can hang up b/c of too much error output. I think I know a fix but I've not found a way to replicate it yet :( -sv From fedora-extras-commits at redhat.com Tue May 10 19:57:22 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 15:57:22 -0400 Subject: rpms/QuantLib/devel QuantLib-0.3.8-installdatahookfix.patch, 1.1, 1.2 QuantLib.spec, 1.5, 1.6 Message-ID: <200505101957.j4AJvM9Z001241@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/QuantLib/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1192/devel Modified Files: QuantLib-0.3.8-installdatahookfix.patch QuantLib.spec Log Message: fix patch so that QuantLib compiles. QuantLib-0.3.8-installdatahookfix.patch: Index: QuantLib-0.3.8-installdatahookfix.patch =================================================================== RCS file: /cvs/extras/rpms/QuantLib/devel/QuantLib-0.3.8-installdatahookfix.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- QuantLib-0.3.8-installdatahookfix.patch 14 Apr 2005 14:33:09 -0000 1.1 +++ QuantLib-0.3.8-installdatahookfix.patch 10 May 2005 19:57:20 -0000 1.2 @@ -3,7 +3,8 @@ @@ -81,7 +81,7 @@ $(SED) -e "s,HAVE_CONFIG_H,QL_HAVE_CONFIG_H," \ -e "s,/\* install-hook \*/,#define QL_HAVE_CONFIG_H," \ - $(includedir)/qldefines.hpp > .qldefines.hpp +- $(includedir)/qldefines.hpp > .qldefines.hpp ++ $(DESTDIR)$(includedir)/qldefines.hpp > .qldefines.hpp - $(INSTALL_DATA) .qldefines.hpp $(includedir)/qldefines.hpp + $(INSTALL_DATA) .qldefines.hpp $(DESTDIR)$(includedir)/qldefines.hpp rm .qldefines.hpp @@ -14,7 +15,8 @@ @@ -757,7 +757,7 @@ $(SED) -e "s,HAVE_CONFIG_H,QL_HAVE_CONFIG_H," \ -e "s,/\* install-hook \*/,#define QL_HAVE_CONFIG_H," \ - $(includedir)/qldefines.hpp > .qldefines.hpp +- $(includedir)/qldefines.hpp > .qldefines.hpp ++ $(DESTDIR)$(includedir)/qldefines.hpp > .qldefines.hpp - $(INSTALL_DATA) .qldefines.hpp $(includedir)/qldefines.hpp + $(INSTALL_DATA) .qldefines.hpp $(DESTDIR)$(includedir)/qldefines.hpp rm .qldefines.hpp Index: QuantLib.spec =================================================================== RCS file: /cvs/extras/rpms/QuantLib/devel/QuantLib.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- QuantLib.spec 17 Apr 2005 04:47:03 -0000 1.5 +++ QuantLib.spec 10 May 2005 19:57:20 -0000 1.6 @@ -2,7 +2,7 @@ Name: QuantLib Version: 0.3.8 -Release: 6 +Release: 7%{?dist} Summary: A software framework for quantitative finance License: BSD Group: System Environment/Libraries @@ -106,6 +106,9 @@ %{docdir}/QuantLib-%{version}-docs-refman.ps %changelog +* Tue May 10 2005 Tom "spot" Callaway 0.3.8-7 +- fix QuantLib-0.3.8-installdatahookfix.patch + * Sat Apr 16 2005 Tom "spot" Callaway 0.3.8-6 - add tetex BuildRequires From fedora-extras-commits at redhat.com Tue May 10 19:59:11 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 15:59:11 -0400 Subject: common tobuild,1.359,1.360 Message-ID: <200505101959.j4AJxBd5001325@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1308 Modified Files: tobuild Log Message: request build of rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.359 retrieving revision 1.360 diff -u -r1.359 -r1.360 --- tobuild 10 May 2005 19:54:31 -0000 1.359 +++ tobuild 10 May 2005 19:59:09 -0000 1.360 @@ -20,3 +20,4 @@ icon rpms/pylint/devel pylint-0_6_4-4 devel otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 adrian rpms/antiword/devel antiword-0_36_1-2 devel +denis rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 fc3 From fedora-extras-commits at redhat.com Tue May 10 19:59:40 2005 From: fedora-extras-commits at redhat.com (Denis Leroy (denis)) Date: Tue, 10 May 2005 15:59:40 -0400 Subject: common tobuild,1.360,1.361 Message-ID: <200505101959.j4AJxe1p001399@cvs-int.fedora.redhat.com> Author: denis Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1382 Modified Files: tobuild Log Message: request build of rpms/libglademm24/FC-3 libglademm24-2_4_2-1 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.360 retrieving revision 1.361 diff -u -r1.360 -r1.361 --- tobuild 10 May 2005 19:59:09 -0000 1.360 +++ tobuild 10 May 2005 19:59:38 -0000 1.361 @@ -21,3 +21,4 @@ otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 adrian rpms/antiword/devel antiword-0_36_1-2 devel denis rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 fc3 +denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 From fedora-extras-commits at redhat.com Tue May 10 20:14:05 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 16:14:05 -0400 Subject: common tobuild,1.361,1.362 Message-ID: <200505102014.j4AKE5Yi002397@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2380 Modified Files: tobuild Log Message: request build of rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.361 retrieving revision 1.362 diff -u -r1.361 -r1.362 --- tobuild 10 May 2005 19:59:38 -0000 1.361 +++ tobuild 10 May 2005 20:14:03 -0000 1.362 @@ -22,3 +22,4 @@ adrian rpms/antiword/devel antiword-0_36_1-2 devel denis rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 fc3 denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 +spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 20:14:21 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 16:14:21 -0400 Subject: common tobuild,1.362,1.363 Message-ID: <200505102014.j4AKELXa002454@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2437 Modified Files: tobuild Log Message: request build of rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.362 retrieving revision 1.363 diff -u -r1.362 -r1.363 --- tobuild 10 May 2005 20:14:03 -0000 1.362 +++ tobuild 10 May 2005 20:14:19 -0000 1.363 @@ -23,3 +23,4 @@ denis rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 fc3 denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 +spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel From qspencer at ieee.org Tue May 10 20:25:46 2005 From: qspencer at ieee.org (Quentin Spencer) Date: Tue, 10 May 2005 15:25:46 -0500 Subject: common tobuild,1.345,1.346 In-Reply-To: <1115755082.10234.96.camel@cutter> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> <20050510215155.3eb7346b.bugs.michael@gmx.net> <1115755082.10234.96.camel@cutter> Message-ID: <428118CA.6080907@ieee.org> seth vidal wrote: >On Tue, 2005-05-10 at 21:51 +0200, Michael Schwendt wrote: > > >>On Tue, 10 May 2005 14:27:11 -0500, Quentin Spencer wrote: >> >> >>>I just got a notice that the build of octave failed. The only thing the >>>build log says is: "Build process terminated by timeout". >>> >>> >>It's a large package and builds for a long time. Most likely exceeds >>the time-out set in the build system, which perhaps is still to short. >> >> >it's an hour and a half, iirc. >probably there is another error that's causing it. I've seen a case >where the popen calls can hang up b/c of too much error output. I think >I know a fix but I've not found a way to replicate it yet :( > > FWIW, octave is a big package that takes a long time to build (close to an hour on a relatively modern system is common), and it generates a lot of output. The spec uses the --enable-picky-flags option on configure (I don't know why--it was that way in core) which generates lots of warnings and could potentially double the size of the log output. If this can potentially help it compile, I'd be happy to change it. -Quentin From skvidal at phy.duke.edu Tue May 10 20:30:21 2005 From: skvidal at phy.duke.edu (seth vidal) Date: Tue, 10 May 2005 16:30:21 -0400 Subject: common tobuild,1.345,1.346 In-Reply-To: <428118CA.6080907@ieee.org> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> <20050510215155.3eb7346b.bugs.michael@gmx.net> <1115755082.10234.96.camel@cutter> <428118CA.6080907@ieee.org> Message-ID: <1115757021.10234.102.camel@cutter> On Tue, 2005-05-10 at 15:25 -0500, Quentin Spencer wrote: > seth vidal wrote: > > >On Tue, 2005-05-10 at 21:51 +0200, Michael Schwendt wrote: > > > > > >>On Tue, 10 May 2005 14:27:11 -0500, Quentin Spencer wrote: > >> > >> > >>>I just got a notice that the build of octave failed. The only thing the > >>>build log says is: "Build process terminated by timeout". > >>> > >>> > >>It's a large package and builds for a long time. Most likely exceeds > >>the time-out set in the build system, which perhaps is still to short. > >> > >> > >it's an hour and a half, iirc. > >probably there is another error that's causing it. I've seen a case > >where the popen calls can hang up b/c of too much error output. I think > >I know a fix but I've not found a way to replicate it yet :( > > > > > FWIW, octave is a big package that takes a long time to build (close to > an hour on a relatively modern system is common), and it generates a lot > of output. The spec uses the --enable-picky-flags option on configure (I > don't know why--it was that way in core) which generates lots of > warnings and could potentially double the size of the log output. If > this can potentially help it compile, I'd be happy to change it. > does octave time out EVERY time? if so then I'd like to use it to test some things. -sv From qspencer at ieee.org Tue May 10 20:35:15 2005 From: qspencer at ieee.org (Quentin Spencer) Date: Tue, 10 May 2005 15:35:15 -0500 Subject: common tobuild,1.345,1.346 In-Reply-To: <1115757021.10234.102.camel@cutter> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> <20050510215155.3eb7346b.bugs.michael@gmx.net> <1115755082.10234.96.camel@cutter> <428118CA.6080907@ieee.org> <1115757021.10234.102.camel@cutter> Message-ID: <42811B03.20301@ieee.org> seth vidal wrote: >On Tue, 2005-05-10 at 15:25 -0500, Quentin Spencer wrote: > > >>seth vidal wrote: >> >> >> >>>On Tue, 2005-05-10 at 21:51 +0200, Michael Schwendt wrote: >>> >>> >>> >>> >>>>On Tue, 10 May 2005 14:27:11 -0500, Quentin Spencer wrote: >>>> >>>> >>>> >>>> >>>>>I just got a notice that the build of octave failed. The only thing the >>>>>build log says is: "Build process terminated by timeout". >>>>> >>>>> >>>>> >>>>> >>>>It's a large package and builds for a long time. Most likely exceeds >>>>the time-out set in the build system, which perhaps is still to short. >>>> >>>> >>>> >>>> >>>it's an hour and a half, iirc. >>>probably there is another error that's causing it. I've seen a case >>>where the popen calls can hang up b/c of too much error output. I think >>>I know a fix but I've not found a way to replicate it yet :( >>> >>> >>> >>> >>FWIW, octave is a big package that takes a long time to build (close to >>an hour on a relatively modern system is common), and it generates a lot >>of output. The spec uses the --enable-picky-flags option on configure (I >>don't know why--it was that way in core) which generates lots of >>warnings and could potentially double the size of the log output. If >>this can potentially help it compile, I'd be happy to change it. >> >> >> > >does octave time out EVERY time? > >if so then I'd like to use it to test some things. > > This is my first build attempt, but it timed out on i386 and on x86_64. You could try it again and see what happens. From fedora-extras-commits at redhat.com Tue May 10 21:53:13 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 17:53:13 -0400 Subject: rpms/nmh/FC-3 nmh.spec,1.4,1.5 Message-ID: <200505102153.j4ALrDst003866@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/rpms/nmh/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3837/FC-3 Modified Files: nmh.spec Log Message: Modify spec files to use proper file locking. Index: nmh.spec =================================================================== RCS file: /cvs/extras/rpms/nmh/FC-3/nmh.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nmh.spec 25 Apr 2005 00:33:03 -0000 1.4 +++ nmh.spec 10 May 2005 21:53:11 -0000 1.5 @@ -1,6 +1,6 @@ Name: nmh Version: 1.1 -Release: 7.fc3 +Release: 8.fc3 Summary: A capable mail handling system with a command line interface. Group: Applications/Internet @@ -36,6 +36,7 @@ --sysconfdir=%{_sysconfdir}/nmh \ --libdir=%{_libdir}/nmh \ --mandir=%{_mandir} \ + --with-locking=fcntl \ --enable-pop make @@ -63,6 +64,9 @@ %doc docs/TODO docs/README* COPYRIGHT %changelog +* Tue May 10 2005 Josh Bressers 0:1.1-8.fc3 +- Use fcntl for filelocking instead of the default dotlocks. + * Sun Apr 24 2005 Josh Bressers 0:1.1-7.fc3 - Add patch from Jason Venner to avoid trying to lock files in /dev From fedora-extras-commits at redhat.com Tue May 10 21:53:14 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 17:53:14 -0400 Subject: rpms/nmh/devel nmh.spec,1.4,1.5 Message-ID: <200505102153.j4ALrEvE003872@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/rpms/nmh/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3837/devel Modified Files: nmh.spec Log Message: Modify spec files to use proper file locking. Index: nmh.spec =================================================================== RCS file: /cvs/extras/rpms/nmh/devel/nmh.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- nmh.spec 25 Apr 2005 00:38:15 -0000 1.4 +++ nmh.spec 10 May 2005 21:53:11 -0000 1.5 @@ -1,6 +1,6 @@ Name: nmh Version: 1.1 -Release: 7.fc4 +Release: 8.fc4 Summary: A capable mail handling system with a command line interface. Group: Applications/Internet @@ -36,6 +36,7 @@ --sysconfdir=%{_sysconfdir}/nmh \ --libdir=%{_libdir}/nmh \ --mandir=%{_mandir} \ + --with-locking=fcntl \ --enable-pop make @@ -63,6 +64,9 @@ %doc docs/TODO docs/README* COPYRIGHT %changelog +* Tue May 10 2005 Josh Bressers 0:1.1-8.fc4 +- Use fcntl for filelocking instead of the default dotlocks. + * Sun Apr 24 2005 Josh Bressers 0:1.1-7.fc4 - Add patch from Jason Venner to avoid trying to lock files in /dev From fedora-extras-commits at redhat.com Tue May 10 21:55:19 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 17:55:19 -0400 Subject: common tobuild,1.363,1.364 Message-ID: <200505102155.j4ALtJ7f003962@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3945 Modified Files: tobuild Log Message: request build of devel/nmh nmh-1_1-6_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.363 retrieving revision 1.364 diff -u -r1.363 -r1.364 --- tobuild 10 May 2005 20:14:19 -0000 1.363 +++ tobuild 10 May 2005 21:55:17 -0000 1.364 @@ -24,3 +24,4 @@ denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel +bressers devel/nmh nmh-1_1-6_fc4 development From fedora-extras-commits at redhat.com Tue May 10 21:56:11 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 17:56:11 -0400 Subject: common tobuild,1.364,1.365 Message-ID: <200505102156.j4ALuBX9003992@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3975 Modified Files: tobuild Log Message: request build of rpms/nmh/FC-3 nmh-1_1-8_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.364 retrieving revision 1.365 diff -u -r1.364 -r1.365 --- tobuild 10 May 2005 21:55:17 -0000 1.364 +++ tobuild 10 May 2005 21:56:09 -0000 1.365 @@ -25,3 +25,4 @@ spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel bressers devel/nmh nmh-1_1-6_fc4 development +bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 From fedora-extras-commits at redhat.com Tue May 10 22:00:21 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 18:00:21 -0400 Subject: common tobuild,1.365,1.366 Message-ID: <200505102200.j4AM0LE9004072@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4055 Modified Files: tobuild Log Message: request build of rpms/nmh/devel nmh-1_1-8_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.365 retrieving revision 1.366 diff -u -r1.365 -r1.366 --- tobuild 10 May 2005 21:56:09 -0000 1.365 +++ tobuild 10 May 2005 22:00:19 -0000 1.366 @@ -26,3 +26,4 @@ spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel bressers devel/nmh nmh-1_1-6_fc4 development bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 +bressers rpms/nmh/devel nmh-1_1-8_fc4 development From fedora-extras-commits at redhat.com Tue May 10 22:10:01 2005 From: fedora-extras-commits at redhat.com (Josh Bressers (bressers)) Date: Tue, 10 May 2005 18:10:01 -0400 Subject: common tobuild,1.366,1.367 Message-ID: <200505102210.j4AMA1KH005032@cvs-int.fedora.redhat.com> Author: bressers Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5012 Modified Files: tobuild Log Message: Remote bad build request. Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.366 retrieving revision 1.367 diff -u -r1.366 -r1.367 --- tobuild 10 May 2005 22:00:19 -0000 1.366 +++ tobuild 10 May 2005 22:09:59 -0000 1.367 @@ -24,6 +24,5 @@ denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel -bressers devel/nmh nmh-1_1-6_fc4 development bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 bressers rpms/nmh/devel nmh-1_1-8_fc4 development From fedora-extras-commits at redhat.com Tue May 10 23:23:46 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:23:46 -0400 Subject: web/html/projects/docs index.php,1.3,1.4 Message-ID: <200505102323.j4ANNkTb007600@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/projects/docs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7592/html/projects/docs Modified Files: index.php Log Message: Changes to CVS instructions to match new module scheme, style changes -- docs -> documents. Index: index.php =================================================================== RCS file: /cvs/fedora/web/html/projects/docs/index.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.php 24 Apr 2005 11:04:20 -0000 1.3 +++ index.php 10 May 2005 23:23:44 -0000 1.4 @@ -17,7 +17,7 @@ /* Display name is the proper name of the project -- * it is displayed at the top of the page */ -$project->display_name="Docs Project"; +$project->display_name="Documentation Project"; $project->project_name="fedora-docs"; $project->cvs_module="fedora-docs"; $project->bugzilla_component="fedora-docs"; @@ -28,13 +28,13 @@ /* Project description */ $project->desc=" -

    The goal of the Docs Project is to create easy-to-follow, +

    The goal of the Documentation Project is to create easy-to-follow, task-based documentation for $RELEASE_NAME users and developers. Other than the Installation Guide, each document is in article format, with one article per topic. This way, writers can contribute documentation about a specific topic without having to worry about how it fits into a manual or how - it flows with other topics. Since the docs are for the + it flows with other topics. Since the documents are for the $PROJECT_NAME;, they only need to describe how to perform tasks on $RELEASE_NAME.

    @@ -44,14 +44,16 @@

    The following tools are used: @@ -68,11 +70,11 @@ documentation in any format, as there are volunteers who will convert into DocBook/XML. Ongoing maintenance for the new document should happen in DocBook/XML, which will be much - easier to learn from the converted doc.

    + easier to learn from the converted document.

    -

    The Docs Project is not interested in unmaintained - documentation. If you have a doc to submit, either you or - someone else will need to continue maintenance of the doc. +

    The Documentation Project is not interested in unmaintained + documentation. If you have a document to submit, either you or + someone else will need to continue maintenance of the document. Documentation should be focused on software found in Fedora Core or Extras. If you have an idea outside of that scope, please bring it to the mailing list for discussion.

    @@ -86,23 +88,36 @@
  • Documentation Project FAQs
  • -

    NOTE: The location for the Docs Project CVS has +

    NOTE: The location for the Documentation Project CVS has changed from what is listed below. When downloading from anonymous CVS, use this set of commands instead:

    export CVSROOT=:pserver:anonymous at cvs.fedora.redhat.com:/cvs/docs
    cvs -z3 login
    - cvs -z3 co fedora-docs
    + cvs -z3 co docs-setup
    + cvs -z3 co <name-of-module>
    +
    +

    +

    The first check-out command grabs the set of common files you need to build the documents, including stylesheets, common XML components, and stylesheet images. In the second check-out command, replace <name-of-module> with the name of the CVS module you are interested in, such as documentation-guide. If you do not know the name of the document module, you can see a listing of all modules in CVS with this command:

    +

    + export CVSROOT=:pserver:anonymous at cvs.fedora.redhat.com:/cvs/docs
    + cvs -z3 login
    + cvs -z3 co -c

    "; /* tutorial topics */ $project->addMisc("Tutorial Topics"," -

    Bug 129807 is being used to track tutorials in progress.

    -

    Bug 129784 is being used to track tutorial ideas with no writer assigned to them. If you are looking for a topic, refer to this bug to see if anything sparks your interest.

    -

    Documents in progress include:

    +

    Bug 129807 +is being used to track tutorials in progress.

    Bug 129784 +is being used to track tutorial ideas with no writer assigned to +them. If you are looking for a topic, refer to this bug to see if +anything sparks your interest.

    Documents in progress +include:

    • FC3 Installation Guide
    • @@ -112,14 +127,14 @@ "); $project->addMisc("Fedora Documentation Steering Committee (FDSCo)"," -

      The purpose of FDSCo is to make the Docs Project a success. -Project direction and action can be initiated by the FDSCo. Our main -purpose is to clear the way and get stuff done. More information -can be found at the The purpose of FDSCo is to make the Documentation Project a +success. Project direction and action can be initiated by the FDSCo. +Our main purpose is to clear the way and get stuff done. More +information can be found at the FDSCo Wiki pages. Our mailing list is fedora-dsco-list at redhat.com. -

      +

      FDSCo Members:

      From fedora-extras-commits at redhat.com Tue May 10 23:32:03 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:32:03 -0400 Subject: web/html/docs/beta - New directory Message-ID: <200505102332.j4ANW39a007649@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7643/beta Log Message: Directory /cvs/fedora/web/html/docs/beta added to the repository From fedora-extras-commits at redhat.com Tue May 10 23:32:15 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:32:15 -0400 Subject: web/html/docs/beta/fedora-install-guide-en - New directory Message-ID: <200505102332.j4ANWF5b007661@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7655/beta/fedora-install-guide-en Log Message: Directory /cvs/fedora/web/html/docs/beta/fedora-install-guide-en added to the repository From fedora-extras-commits at redhat.com Tue May 10 23:32:32 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:32:32 -0400 Subject: web/html/docs/beta/fedora-install-guide-en/figs - New directory Message-ID: <200505102332.j4ANWWkp007673@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/figs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7667/beta/fedora-install-guide-en/figs Log Message: Directory /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/figs added to the repository From fedora-extras-commits at redhat.com Tue May 10 23:32:47 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:32:47 -0400 Subject: web/html/docs/beta/fedora-install-guide-en/stylesheet-images - New directory Message-ID: <200505102332.j4ANWlhC007685@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/stylesheet-images In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7679/beta/fedora-install-guide-en/stylesheet-images Log Message: Directory /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/stylesheet-images added to the repository From fedora-extras-commits at redhat.com Tue May 10 23:35:57 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:35:57 -0400 Subject: web/html/docs/beta/fedora-install-guide-en ch-abouttoinstall.php, NONE, 1.1 ch-acknowledgements.php, NONE, 1.1 ch-beginninginstallation.php, NONE, 1.1 ch-bootloader-advanced.php, NONE, 1.1 ch-bootloader-others.php, NONE, 1.1 ch-bootloader-password.php, NONE, 1.1 ch-bootloader.php, NONE, 1.1 ch-disk-partitioning.php, NONE, 1.1 ch-firewallconfig.php, NONE, 1.1 ch-firstboot.php, NONE, 1.1 ch-installer-locale.php, NONE, 1.1 ch-installing-packages.php, NONE, 1.1 ch-installtypes.php, NONE, 1.1 ch-intro.php, NONE, 1.1 ch-networkconfig.php, NONE, 1.1 ch-other-install-methods.php, NONE, 1.1 ch-packageselection.php, NONE, 1.1 ch-rootpassword.php, NONE, 1.1 ch-timezone.php, NONE, 1.1 ch04.php, NONE, 1.1 index.php, NONE, 1.1 ld-id2511810.php, NONE, 1.1 ld-id2511937.php, NONE, 1.1 ld-id2512015.php, NONE, 1.1 ld-id2512068.php, NONE, 1.1 ld-id2512525.php, NONE, 1.1 ld-id2513661.php, NONE, 1.1 ld-id2513782.php, NONE, 1.1 ld-id2513849.php, NONE, 1.1 ld-id2513922.php, NONE, 1.1 ld-id2513993.php, NONE, 1.1 ld-id2514281.php, NONE, 1.1 ld-id2514368.! php, NONE, 1.1 ld-id2514652.php, NONE, 1.1 ld-id2514722.php, NONE, 1.1 ld-id2515115.php, NONE, 1.1 ld-id2519652.php, NONE, 1.1 ld-id2519832.php, NONE, 1.1 ld-id2520155.php, NONE, 1.1 ld-id2520375.php, NONE, 1.1 ld-id2521341.php, NONE, 1.1 ld-id2521411.php, NONE, 1.1 ld-id2521798.php, NONE, 1.1 ld-id2521886.php, NONE, 1.1 ld-id2522184.php, NONE, 1.1 ld-id2522291.php, NONE, 1.1 ld-id2523099.php, NONE, 1.1 ld-id2523181.php, NONE, 1.1 ld-id2523295.php, NONE, 1.1 ld-id2523421.php, NONE, 1.1 ld-id2523580.php, NONE, 1.1 ld-id2523663.php, NONE, 1.1 ld-id2523780.php, NONE, 1.1 ld-id2523874.php, NONE, 1.1 ld-id2523927.php, NONE, 1.1 ln-legalnotice.php, NONE, 1.1 s1-computer-hostname.php, NONE, 1.1 s1-extreme-packagegroups.php, NONE, 1.1 s1-firstboot-additional-cds.php, NONE, 1.1 s1-firstboot-datetime.php, NONE, 1.1 s1-firstboot-display.php, NONE, 1.1 s1-firstboot-soundcard.php, NONE, 1.1 s1-firstboot-systemuser.php, NONE, 1.1 s1-lang-packages.php, NONE, 1.1 s1-network-misc-settings.php, NONE, 1.1 s1-packagegroups.php, NONE, 1.1 s1-selinux.php, NONE, 1.! 1 sn-before-begin.php,NONE,1.1 sn-booting-from-pxe.php,NONE,1.! 1 sn-d Message-ID: <200505102335.j4ANZvcb007719@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7706/beta/fedora-install-guide-en Added Files: ch-abouttoinstall.php ch-acknowledgements.php ch-beginninginstallation.php ch-bootloader-advanced.php ch-bootloader-others.php ch-bootloader-password.php ch-bootloader.php ch-disk-partitioning.php ch-firewallconfig.php ch-firstboot.php ch-installer-locale.php ch-installing-packages.php ch-installtypes.php ch-intro.php ch-networkconfig.php ch-other-install-methods.php ch-packageselection.php ch-rootpassword.php ch-timezone.php ch04.php index.php ld-id2511810.php ld-id2511937.php ld-id2512015.php ld-id2512068.php ld-id2512525.php ld-id2513661.php ld-id2513782.php ld-id2513849.php ld-id2513922.php ld-id2513993.php ld-id2514281.php ld-id2514368.php ld-id2514652.php ld-id2514722.php ld-id2515115.php ld-id2519652.php ld-id2519832.php ld-id2520155.php ld-id2520375.php ld-id2521341.php ld-id2521411.php ld-id2521798.php ld-id2521886.php ld-id2522184.php ld-id2522291.php ld-id2523099.php ld-id2523181.php ld-id2523295.php ld-id2523421.php ld-id2523580.php ld-id2523663.php ld-id2523780.php ld-id2523874.php ld-id2523927.php ln-legalnotice.php s1-computer-hostname.php s1-extreme-packagegroups.php s1-firstboot-additional-cds.php s1-firstboot-datetime.php s1-firstboot-display.php s1-firstboot-soundcard.php s1-firstboot-systemuser.php s1-lang-packages.php s1-network-misc-settings.php s1-packagegroups.php s1-selinux.php sn-before-begin.php sn-booting-from-pxe.php sn-disk-druid.php sn-installer-keyboard.php sn-installing-from-harddrive.php sn-partitioning-general.php sn-using-otherbootmedia.php Log Message: Creating new beta directory structure, populating with beta install guide. ***** Error reading new file: [Errno 2] No such file or directory: 'ch-abouttoinstall.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-acknowledgements.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-beginninginstallation.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-bootloader-advanced.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-bootloader-others.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-bootloader-password.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-bootloader.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-disk-partitioning.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-firewallconfig.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-firstboot.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-installer-locale.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-installing-packages.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-installtypes.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-intro.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-networkconfig.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-other-install-methods.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-packageselection.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-rootpassword.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch-timezone.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ch04.php' ***** Error reading new file: [Errno 2] No such file or directory: 'index.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2511810.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2511937.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2512015.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2512068.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2512525.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2513661.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2513782.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2513849.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2513922.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2513993.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2514281.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2514368.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2514652.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2514722.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2515115.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2519652.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2519832.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2520155.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2520375.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2521341.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2521411.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2521798.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2521886.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2522184.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2522291.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523099.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523181.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523295.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523421.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523580.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523663.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523780.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523874.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ld-id2523927.php' ***** Error reading new file: [Errno 2] No such file or directory: 'ln-legalnotice.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-computer-hostname.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-extreme-packagegroups.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-firstboot-additional-cds.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-firstboot-datetime.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-firstboot-display.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-firstboot-soundcard.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-firstboot-systemuser.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-lang-packages.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-network-misc-settings.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-packagegroups.php' ***** Error reading new file: [Errno 2] No such file or directory: 's1-selinux.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-before-begin.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-booting-from-pxe.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-disk-druid.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-installer-keyboard.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-installing-from-harddrive.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-partitioning-general.php' ***** Error reading new file: [Errno 2] No such file or directory: 'sn-using-otherbootmedia.php' From fedora-extras-commits at redhat.com Tue May 10 23:35:57 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:35:57 -0400 Subject: web/html/docs/beta/fedora-install-guide-en/stylesheet-images caution.png, NONE, 1.1 important.png, NONE, 1.1 note.png, NONE, 1.1 tip.png, NONE, 1.1 warning.png, NONE, 1.1 Message-ID: <200505102336.j4ANZviJ007727@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/stylesheet-images In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7706/beta/fedora-install-guide-en/stylesheet-images Added Files: caution.png important.png note.png tip.png warning.png Log Message: Creating new beta directory structure, populating with beta install guide. From fedora-extras-commits at redhat.com Tue May 10 23:35:57 2005 From: fedora-extras-commits at redhat.com (Karsten Wade (kwade)) Date: Tue, 10 May 2005 19:35:57 -0400 Subject: web/html/docs/beta/fedora-install-guide-en/figs about-to-install.png, NONE, 1.1 add-lang.png, NONE, 1.1 boot.png, NONE, 1.1 bootloader-advanced.png, NONE, 1.1 bootloader-change.png, NONE, 1.1 bootloader-config.png, NONE, 1.1 bootloader-others.png, NONE, 1.1 bootloader-password.png, NONE, 1.1 fboot-cds.png, NONE, 1.1 fboot-display-monitor.png, NONE, 1.1 fboot-display.png, NONE, 1.1 fboot-finish.png, NONE, 1.1 fboot-licence.png, NONE, 1.1 fboot-sound.png, NONE, 1.1 fboot-time-ntp.png, NONE, 1.1 fboot-time.png, NONE, 1.1 fboot-user.png, NONE, 1.1 fboot-welcome.png, NONE, 1.1 firewall.png, NONE, 1.1 ftp-setup-further.png, NONE, 1.1 ftp-setup.png, NONE, 1.1 hdd-instmethod.png, NONE, 1.1 inst-ipsetup.png, NONE, 1.1 install-method.png, NONE, 1.1 install-types.png, NONE, 1.1 installing-inprogress.png, NONE, 1.1 keyb-conf.png, NONE, 1.1 lang-selection.png, NONE, 1.1 media-test.png, NONE, 1.1 mediacheck-next.png, NONE, 1.1 mediacheck-result.png, NONE, 1.1 net-config-dhcp.png, NONE, 1.1 package-default.png, NONE, 1.1 package-selection-detail! s.png, NONE, 1.1 package-selection.png, NONE, 1.1 pxe-instmethod.png, NONE, 1.1 root-passwd.png, NONE, 1.1 text-lang-selection.png, NONE, 1.1 timezone.png, NONE, 1.1 upgrade-bootloader.png, NONE, 1.1 upgrade-examine.png, NONE, 1.1 Message-ID: <200505102335.j4ANZv0F007724@cvs-int.fedora.redhat.com> Author: kwade Update of /cvs/fedora/web/html/docs/beta/fedora-install-guide-en/figs In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7706/beta/fedora-install-guide-en/figs Added Files: about-to-install.png add-lang.png boot.png bootloader-advanced.png bootloader-change.png bootloader-config.png bootloader-others.png bootloader-password.png fboot-cds.png fboot-display-monitor.png fboot-display.png fboot-finish.png fboot-licence.png fboot-sound.png fboot-time-ntp.png fboot-time.png fboot-user.png fboot-welcome.png firewall.png ftp-setup-further.png ftp-setup.png hdd-instmethod.png inst-ipsetup.png install-method.png install-types.png installing-inprogress.png keyb-conf.png lang-selection.png media-test.png mediacheck-next.png mediacheck-result.png net-config-dhcp.png package-default.png package-selection-details.png package-selection.png pxe-instmethod.png root-passwd.png text-lang-selection.png timezone.png upgrade-bootloader.png upgrade-examine.png Log Message: Creating new beta directory structure, populating with beta install guide. From fedora-extras-commits at redhat.com Tue May 10 23:48:37 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 19:48:37 -0400 Subject: rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel.spec, 1.5, 1.6 Message-ID: <200505102348.j4ANmbTE007787@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7758/FC-3 Modified Files: perl-Spreadsheet-WriteExcel.spec Log Message: spec cleanups Index: perl-Spreadsheet-WriteExcel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/FC-3/perl-Spreadsheet-WriteExcel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Spreadsheet-WriteExcel.spec 24 Apr 2005 23:14:42 -0000 1.5 +++ perl-Spreadsheet-WriteExcel.spec 10 May 2005 23:48:35 -0000 1.6 @@ -1,15 +1,16 @@ -Summary: Write formatted text and numbers to a cross-platform Excel binary file -Name: perl-Spreadsheet-WriteExcel -Version: 2.13 -Release: 2 -License: Artistic or GPL -Group: Development/Libraries -Source0: Spreadsheet-WriteExcel-%{version}.tar.gz -Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildArch: noarch +Name: perl-Spreadsheet-WriteExcel +Version: 2.13 +Release: 3%{?dist} +Summary: Write formatted text and numbers to a cross-platform Excel binary file +License: Artistic or GPL +Group: Development/Libraries +Source0: Spreadsheet-WriteExcel-%{version}.tar.gz +Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) +BuildArch: noarch %description The Spreadsheet::WriteExcel module can be used to create a cross- @@ -31,12 +32,11 @@ %prep %setup -q -n Spreadsheet-WriteExcel-%{version} -%{__perl} -pi -e 's/\r\n/\n/g' Changes README exe/chartex \ - doc/*.html charts/{README,*.{pl,pod,txt}} +%{__perl} -pi -e 's/\r\n/\n/g' Changes README bin/chartex \ + doc/*.html charts/{README,*.{pl,pod,txt}} examples/{README,*.{pl,txt}} %build -perl Makefile.PL INSTALLDIRS=vendor -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -54,13 +54,16 @@ %files %defattr(-,root,root,-) -%doc Changes README doc/ charts/ +%doc Changes README doc/ charts/ examples/ %{_bindir}/chartex -%{perl_vendorlib}/* +%{perl_vendorlib}/Spreadsheet/ %{_mandir}/man1/*.1* %{_mandir}/man3/*.3* %changelog +* Tue May 10 2005 Tom "spot" Callaway 2.13-3 +- more spec cleanups + * Sun Apr 24 2005 Tom "spot" Callaway 2.13-2 - spec cleanups From fedora-extras-commits at redhat.com Tue May 10 23:48:38 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 19:48:38 -0400 Subject: rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel.spec, 1.5, 1.6 Message-ID: <200505102348.j4ANmcgP007793@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7758/devel Modified Files: perl-Spreadsheet-WriteExcel.spec Log Message: spec cleanups Index: perl-Spreadsheet-WriteExcel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/perl-Spreadsheet-WriteExcel.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- perl-Spreadsheet-WriteExcel.spec 24 Apr 2005 23:14:42 -0000 1.5 +++ perl-Spreadsheet-WriteExcel.spec 10 May 2005 23:48:36 -0000 1.6 @@ -1,15 +1,16 @@ -Summary: Write formatted text and numbers to a cross-platform Excel binary file -Name: perl-Spreadsheet-WriteExcel -Version: 2.13 -Release: 2 -License: Artistic or GPL -Group: Development/Libraries -Source0: Spreadsheet-WriteExcel-%{version}.tar.gz -Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildArch: noarch +Name: perl-Spreadsheet-WriteExcel +Version: 2.13 +Release: 3%{?dist} +Summary: Write formatted text and numbers to a cross-platform Excel binary file +License: Artistic or GPL +Group: Development/Libraries +Source0: Spreadsheet-WriteExcel-%{version}.tar.gz +Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) +BuildArch: noarch %description The Spreadsheet::WriteExcel module can be used to create a cross- @@ -31,12 +32,11 @@ %prep %setup -q -n Spreadsheet-WriteExcel-%{version} -%{__perl} -pi -e 's/\r\n/\n/g' Changes README exe/chartex \ - doc/*.html charts/{README,*.{pl,pod,txt}} +%{__perl} -pi -e 's/\r\n/\n/g' Changes README bin/chartex \ + doc/*.html charts/{README,*.{pl,pod,txt}} examples/{README,*.{pl,txt}} %build -perl Makefile.PL INSTALLDIRS=vendor -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -54,13 +54,16 @@ %files %defattr(-,root,root,-) -%doc Changes README doc/ charts/ +%doc Changes README doc/ charts/ examples/ %{_bindir}/chartex -%{perl_vendorlib}/* +%{perl_vendorlib}/Spreadsheet/ %{_mandir}/man1/*.1* %{_mandir}/man3/*.3* %changelog +* Tue May 10 2005 Tom "spot" Callaway 2.13-3 +- more spec cleanups + * Sun Apr 24 2005 Tom "spot" Callaway 2.13-2 - spec cleanups From fedora-extras-commits at redhat.com Tue May 10 23:49:00 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 19:49:00 -0400 Subject: common tobuild,1.367,1.368 Message-ID: <200505102349.j4ANn0BB007850@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7833 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.367 retrieving revision 1.368 diff -u -r1.367 -r1.368 --- tobuild 10 May 2005 22:09:59 -0000 1.367 +++ tobuild 10 May 2005 23:48:58 -0000 1.368 @@ -26,3 +26,4 @@ spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 bressers rpms/nmh/devel nmh-1_1-8_fc4 development +spot rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 fc3 From fedora-extras-commits at redhat.com Tue May 10 23:49:14 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 19:49:14 -0400 Subject: common tobuild,1.368,1.369 Message-ID: <200505102349.j4ANnEp2007907@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7890 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.368 retrieving revision 1.369 diff -u -r1.368 -r1.369 --- tobuild 10 May 2005 23:48:58 -0000 1.368 +++ tobuild 10 May 2005 23:49:12 -0000 1.369 @@ -27,3 +27,4 @@ bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 bressers rpms/nmh/devel nmh-1_1-8_fc4 development spot rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 fc3 +spot rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 devel From fedora-extras-commits at redhat.com Tue May 10 23:59:10 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 19:59:10 -0400 Subject: rpms/R/devel sources,1.3,1.4 Message-ID: <200505102359.j4ANxAQF008031@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8014 Modified Files: sources Log Message: Cleanup sources file Index: sources =================================================================== RCS file: /cvs/extras/rpms/R/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 18 Apr 2005 15:06:32 -0000 1.3 +++ sources 10 May 2005 23:59:08 -0000 1.4 @@ -1,2 +1 @@ -fb47b1fdef4323031e24d541a2f36b2b R-2.0.1.tar.gz e7f92ef0c2bc5b772a83f42a5ed504c9 R-2.1.0.tar.gz From fedora-extras-commits at redhat.com Wed May 11 00:07:04 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 20:07:04 -0400 Subject: rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite.spec,1.2,1.3 Message-ID: <200505110007.j4B07YAW008975@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-OLE-Storage_Lite/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8943/FC-3 Modified Files: perl-OLE-Storage_Lite.spec Log Message: fix defattr out of order issue Index: perl-OLE-Storage_Lite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/FC-3/perl-OLE-Storage_Lite.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-OLE-Storage_Lite.spec 24 Apr 2005 23:15:41 -0000 1.2 +++ perl-OLE-Storage_Lite.spec 11 May 2005 00:07:02 -0000 1.3 @@ -1,27 +1,26 @@ -Summary: Simple Class for OLE document interface -Name: perl-OLE-Storage_Lite -Version: 0.14 -Release: 4 -License: Artistic or GPL -Group: Development/Libraries -Source0: OLE-Storage_Lite-%{version}.tar.gz -Url: http://search.cpan.org/dist/OLE-Storage_Lite/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: perl >= 1:5.6.1 -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -BuildArch: noarch +Name: perl-OLE-Storage_Lite +Version: 0.14 +Release: 6%{?dist} +Summary: Simple Class for OLE document interface +Group: Development/Libraries +License: Artistic or GPL +Source0: OLE-Storage_Lite-%{version}.tar.gz +Url: http://search.cpan.org/dist/OLE-Storage_Lite/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: perl >= 1:5.6.1 +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(IO::Scalar) %description Simple Class for OLE document interface. %prep %setup -q -n OLE-Storage_Lite-%{version} -%{__perl} -pi -e 's/\r\n/\n/g' Changes README \ - doc/*.html charts/{README,*.{pl,pod,txt}} +%{__perl} -pi -e 's/\r\n/\n/g' Changes README sample/{README,*.pl} %build -perl Makefile.PL INSTALLDIRS=vendor -%{__perl} -pi -e 's/^\tLD_RUN_PATH=[^\s]+\s*/\t/' Makefile +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install @@ -38,12 +37,18 @@ rm -rf $RPM_BUILD_ROOT %files -%doc Changes README doc/ charts/ -%defattr(-,root,root) -%{perl_vendorlib}/* +%defattr(-,root,root,-) +%doc Changes README sample/ +%{perl_vendorlib}/OLE/ %{_mandir}/man3/*.3* %changelog +* Tue May 10 2005 Tom "spot" Callaway 0.14-6 +- fix defattr order + +* Mon May 9 2005 Tom "spot" Callaway 0.14-5 +- fix spec file + * Sun Apr 24 2005 Tom "spot" Callaway 0.14-4 - spec file cleanup From fedora-extras-commits at redhat.com Wed May 11 00:07:05 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 20:07:05 -0400 Subject: rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite.spec, 1.4, 1.5 Message-ID: <200505110007.j4B07Zrk008978@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/perl-OLE-Storage_Lite/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8943/devel Modified Files: perl-OLE-Storage_Lite.spec Log Message: fix defattr out of order issue Index: perl-OLE-Storage_Lite.spec =================================================================== RCS file: /cvs/extras/rpms/perl-OLE-Storage_Lite/devel/perl-OLE-Storage_Lite.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-OLE-Storage_Lite.spec 9 May 2005 18:38:43 -0000 1.4 +++ perl-OLE-Storage_Lite.spec 11 May 2005 00:07:02 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-OLE-Storage_Lite Version: 0.14 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Simple Class for OLE document interface Group: Development/Libraries License: Artistic or GPL @@ -37,12 +37,15 @@ rm -rf $RPM_BUILD_ROOT %files -%doc Changes README sample/ %defattr(-,root,root,-) +%doc Changes README sample/ %{perl_vendorlib}/OLE/ %{_mandir}/man3/*.3* %changelog +* Tue May 10 2005 Tom "spot" Callaway 0.14-6 +- fix defattr order + * Mon May 9 2005 Tom "spot" Callaway 0.14-5 - fix spec file From fedora-extras-commits at redhat.com Wed May 11 00:08:42 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 20:08:42 -0400 Subject: common tobuild,1.369,1.370 Message-ID: <200505110008.j4B08g9F009035@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9018 Modified Files: tobuild Log Message: request build of rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.369 retrieving revision 1.370 diff -u -r1.369 -r1.370 --- tobuild 10 May 2005 23:49:12 -0000 1.369 +++ tobuild 11 May 2005 00:08:40 -0000 1.370 @@ -28,3 +28,4 @@ bressers rpms/nmh/devel nmh-1_1-8_fc4 development spot rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 fc3 spot rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 devel +spot rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 fc3 From fedora-extras-commits at redhat.com Wed May 11 00:09:26 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Tue, 10 May 2005 20:09:26 -0400 Subject: common tobuild,1.370,1.371 Message-ID: <200505110009.j4B09Qu6009093@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9076 Modified Files: tobuild Log Message: request build of rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.370 retrieving revision 1.371 diff -u -r1.370 -r1.371 --- tobuild 11 May 2005 00:08:40 -0000 1.370 +++ tobuild 11 May 2005 00:09:24 -0000 1.371 @@ -29,3 +29,4 @@ spot rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 fc3 spot rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 devel spot rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 fc3 +spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 02:15:33 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Tue, 10 May 2005 22:15:33 -0400 Subject: web/html/download/mirrors fedora-core-3, 1.2, 1.3 updates-released-fc3, 1.2, 1.3 updates-testing-fc3, 1.2, 1.3 Message-ID: <200505110215.j4B2FXoX011070@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/web/html/download/mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11057/mirrors Modified Files: fedora-core-3 updates-released-fc3 updates-testing-fc3 Log Message: remove hostrino Index: fedora-core-3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/fedora-core-3,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- fedora-core-3 4 Apr 2005 19:42:28 -0000 1.2 +++ fedora-core-3 11 May 2005 02:15:31 -0000 1.3 @@ -9,7 +9,6 @@ http://ftp.chg.ru/pub/Linux/fedora/linux/core/3/$ARCH/os/ http://ftp.esat.net/pub/linux/fedora/3/$ARCH/os/ http://ftp.heanet.ie/pub/fedora/linux/core/3/$ARCH/os/ -http://ftp.hostrino.com/pub/fedora/linux/core/3/$ARCH/os/ http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/3/$ARCH/os http://ftp.kddilabs.jp/Linux/packages/fedora/core/3/$ARCH/os http://ftp.lug.ro/fedora/linux/core/3/$ARCH/os/ Index: updates-released-fc3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-released-fc3,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- updates-released-fc3 4 Apr 2005 19:42:28 -0000 1.2 +++ updates-released-fc3 11 May 2005 02:15:31 -0000 1.3 @@ -9,7 +9,6 @@ http://ftp.chg.ru/pub/Linux/fedora/linux/core/updates/3/$ARCH/ http://ftp.esat.net/pub/linux/fedora/updates/3/$ARCH/ http://ftp.heanet.ie/pub/fedora/linux/core/updates/3/$ARCH/ -http://ftp.hostrino.com/pub/fedora/linux/core/updates/3/$ARCH/ http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/updates/3/$ARCH/ http://ftp.kddilabs.jp/Linux/packages/fedora/core/updates/3/$ARCH/ http://ftp.lug.ro/fedora/linux/core/updates/3/$ARCH/ Index: updates-testing-fc3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-testing-fc3,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- updates-testing-fc3 4 Apr 2005 19:42:28 -0000 1.2 +++ updates-testing-fc3 11 May 2005 02:15:31 -0000 1.3 @@ -9,7 +9,6 @@ http://ftp.chg.ru/pub/Linux/fedora/linux/core/updates/testing/3/$ARCH/ http://ftp.esat.net/pub/linux/fedora/updates/testing/3/$ARCH/ http://ftp.heanet.ie/pub/fedora/linux/core/updates/testing/3/$ARCH/ -http://ftp.hostrino.com/pub/fedora/linux/core/updates/testing/3/$ARCH/ http://ftp.isu.edu.tw/pub/Linux/Fedora/linux/core/updates/testing/3/$ARCH/ http://ftp.kddilabs.jp/Linux/packages/fedora/core/updates/testing/3/$ARCH/ http://ftp.lug.ro/fedora/linux/core/updates/testing/3/$ARCH/ From fedora-extras-commits at redhat.com Wed May 11 03:00:12 2005 From: fedora-extras-commits at redhat.com (Leon Ho (llch)) Date: Tue, 10 May 2005 23:00:12 -0400 Subject: web/html/projects/i18n iiimf-faq.php,1.1.1.1,1.1.1.2 Message-ID: <200505110300.j4B30Ci9011249@cvs-int.fedora.redhat.com> Author: llch Update of /cvs/fedora/web/html/projects/i18n In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11241 Modified Files: Tag: FEDORA iiimf-faq.php Log Message: new faq for hotkey Index: iiimf-faq.php =================================================================== RCS file: /cvs/fedora/web/html/projects/i18n/iiimf-faq.php,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -r1.1.1.1 -r1.1.1.2 --- iiimf-faq.php 30 Mar 2005 17:47:28 -0000 1.1.1.1 +++ iiimf-faq.php 11 May 2005 03:00:10 -0000 1.1.1.2 @@ -11,12 +11,44 @@

      IIIMF FAQ for Fedora Core Project


      +

      Indexes

      + +
      +

      General FAQ

      +

      Q: Which languages have been enabled for IIIMF?

      Currently CJK (Simplified Chinese, Traditional Chinese, Japanese and Korean) and Indic (Hindi, Tamil, Bengali, Gujarati, Punjabi) are being IIIMF enabled in Fedora Core by default.

      +

      Q: Which LEs (language engines) are included in Fedora Core?

        @@ -28,6 +60,7 @@
      • iiimf-le-sun-thai - Thai

      +

      Q: What locales should have language engines if I have installed all of above?

        @@ -38,24 +71,49 @@
      • iiimf-le-unit - bn_IN.UTF-8, gu_IN.UTF-8, pa_IN.UTF-8, ta_IN.UTF-8, hi_IN.UTF-8

      +

      Q: What can I use to switch to different language engines?

      For example, if you are running your desktop in Japanese environment (ja_JP.UTF-8), by default you should have iiimf-le-canna enabled. If you like to use iiimf-le-xcin in your Japanese environment, you can use GIMLET applet located on your top panel to switch between different installed LE.

      + +

      Q: What are hotkeys?

      +

      +Hotkeys are key combinations for requesting actions or functions from IIIMF server. The following list is going to illustrate what IIIMF functions can be activated by using hotkeys. + + + + + + + + + + + + + + + + + + +
      Function nameDescriptionDefault hotkey
      Input Trigger keyIt can be used to (de)activate the input method.ctrl+space (Configurable)
      LE Hot SwitchIt can be used to switch between different Language Engines from a menu. By switching different language engines from hotkeys, you can input multilingual texts quickly.ctrl+shift+space (Not configurable at the moment)
      Cycle LE Hot SwitchIt can be used to switch between different Language Engines without selecting from a menu. It tends to be a quicker way for experienced users. The order are same as the order in LE Hot Switch Menu.ctrl+< (selecting previous LE), ctrl+> (selecting next LE)
      +


      Running IIIMF FAQ

      +

      Q: What's the list of default hotkeys in IIIMF?

      +For more details, see a section What is hotkeys? in General FAQ.

        -

        General:

        -
      • Ctrl+Space: Activate/Deactivate language engine
      • -
      • Shift+Space: Activate/Deactivate language engine
      • iiimf-le-unit:

      • F6: Switch to different layout within the language
      • F5: Switch to different languages within UNIT LE

      +

      Q: Can I manually enable IIIMF for other locales or all locales so that I can use [insert your favorite language engine name]?

      Yes. To enable IIIMF regardless locale in your current user environment. Please do: @@ -70,6 +128,7 @@

    Then restart X.

    +

    Q: I do not have GIMLET (gnome-im-switcher) enabled on my desktop. What should I do?

      @@ -79,9 +138,62 @@
    • Press "Add"

    + +

    Q: How can I configure the hotkey?

    +

    +This is supported from IIIMF version 12.2 or later. Unfortunately there aren't any GUI configuration tool available at the moment. There is an command line utility called iiimf-le-tools to enable users to add, remove or modify hotkey on user-based configuration file for individual preference or system-wide configuration file. +

    +

    Usage of iiimf-le-tools

    +
    +
    SYNOPSIS
    +
    iiimf-le-tools [options]
    +
    DESCRIPTION
    +
    This program is used to determine the order of loading for specific language when there are two or more language engines by setting a priority for language engine. It is also used to add, remove or modify the hotkey for specific languages.
    +
    OPTIONS
    +
    +
    +
    -v
    +
    display more information
    +
    -g
    +
    read/write the configuration for the system-wide.
    +
    --default
    +
    register MODULE as default for LANG. this option has to be used with --install too.
    +
    --lang LANG
    +
    specify LANG for the action. when you use --install or --remove option, the available language will be given from LE, otherwise.
    +
    --add-hotkey KEY
    +
    add KEY as the hotkey for LANG.
    +
    --remove-hotkey KEY
    +
    remove KEY from the registered hotkey for LANG.
    +
    --clear-hotkey
    +
    clean up all of the hotkeys for LANG.
    +
    --install MODULE
    +
    install MODULE to the configuration file for LANG.
    +
    --remove MODULE
    +
    remove MODULE from the configuration file for LANG.
    +
    --list
    +
    shows the available LEs
    +
    +
    +
    MODIFIERS
    +
    Available modifier keys are Shift, Control, Meta, Alt and AltGr.
    +
    EXAMPLES
    +
    +
      +
    • How can I use shift+space rather than ctrl+space for Japanese and disable ctrl+space?
    • +
        +
      • iiimf-le-tools --lang ja --remove-hotkey '<Control>space' --add-hotkey '<Shift>space'
      • +
      +
    • How can I reset the customized hotkey for Korean and revert to the default hotkey settings?
    • +
        +
      • iiimf-le-tools --lang ko --clear-hotkey
      • +
      +
    +
    +

    Troubleshooting IIIMF FAQ

    +

    Q: OK! It is still not working in GNOME. What can I check?

      @@ -91,6 +203,7 @@
    • If it is working, that's mean you do not have the environment variable or correct locale. Please check what locale are you in by running locale in command line, or check if you have ~/.xinput.d setup correctly.

    +

    Q: OK! It is still not working in KDE. What can I check?

      @@ -101,6 +214,7 @@
    • If it is working, that's mean you do not have the environment variable or correct locale. Please check what locale are you in by running locale in command line, or check if you have ~/.xinput.d setup correctly.

    +

    Q: I cannot see my any languages in "Add or Remove" dialog in GIMLET applet. What should I do?

    GIMLET applet can only fetch the language list when you have already ran a application. For example, please run gedit and then try again. @@ -108,12 +222,13 @@


    Bug submission FAQ

    +

    Q: Which component should I post against?

    • iiimf-le-xcin please post against iiimf-le-xcin component.
    • iiimf-le-chinput please post against iiimf-le-chinput component.
    • -
    • For all other iiimf-* packages, please post against im-sdk component.
    • +
    • For all other iiimf-* packages, please post against iiimf component.


    From fedora-extras-commits at redhat.com Wed May 11 04:49:41 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:49:41 -0400 Subject: common tobuild,1.371,1.372 Message-ID: <200505110449.j4B4nfED013797@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13780 Modified Files: tobuild Log Message: request build of rpms/GtkAda/devel GtkAda-2_4_0-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.371 retrieving revision 1.372 diff -u -r1.371 -r1.372 --- tobuild 11 May 2005 00:09:24 -0000 1.371 +++ tobuild 11 May 2005 04:49:38 -0000 1.372 @@ -30,3 +30,4 @@ spot rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 devel spot rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 fc3 spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 devel +thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel From fedora-extras-commits at redhat.com Wed May 11 04:50:39 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:50:39 -0400 Subject: rpms/sodipodi/FC-3 sodipodi.spec,1.4,1.5 Message-ID: <200505110450.j4B4odhR013825@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/sodipodi/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13808 Modified Files: sodipodi.spec Log Message: add sodipodi-64bit.patch found at gentoo; Fixes #157177 Index: sodipodi.spec =================================================================== RCS file: /cvs/extras/rpms/sodipodi/FC-3/sodipodi.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sodipodi.spec 10 Dec 2004 22:03:11 -0000 1.4 +++ sodipodi.spec 11 May 2005 04:50:37 -0000 1.5 @@ -1,6 +1,6 @@ Name: sodipodi Version: 0.34 -Release: 2 +Release: 3 Epoch: 0 Summary: Vector-based drawing program. @@ -8,6 +8,7 @@ License: GPL URL: http://sodipodi.sourceforge.net/ Source0: http://dl.sf.net/sourceforge/sodipodi/sodipodi-0.34.tar.gz +Patch0: sodipodi-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: XFree86-devel >= 0:4.3.0 @@ -33,6 +34,7 @@ %prep %setup -q +%patch0 -b .patch0 @@ -85,6 +87,9 @@ %changelog +* Tue May 10 2005 Throsten Leemhuis - 0:0.34-3 +- add sodipodi-64bit.patch found at gentoo; Fixes #157177 + * Tue Apr 06 2004 Phillip Compton - 0:0.34-0.fdr.2 - Corrected URL. From fedora-extras-commits at redhat.com Wed May 11 04:52:29 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:52:29 -0400 Subject: rpms/sodipodi/FC-3 sodipodi-64bit.patch, NONE, 1.1 sodipodi.spec, 1.5, 1.6 Message-ID: <200505110452.j4B4qT6E013890@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/sodipodi/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13871 Modified Files: sodipodi.spec Added Files: sodipodi-64bit.patch Log Message: forgot to add patch sodipodi-64bit.patch: --- NEW FILE sodipodi-64bit.patch --- diff -ur /src/interface.c src/interface.c --- src/interface.c 2004-02-06 21:48:39.000000000 +0100 +++ src/interface.c 2004-03-17 19:42:59.242466879 +0100 @@ -222,18 +222,19 @@ sp_ui_menu_key_press (GtkMenuItem *item, GdkEventKey *event, void *data) { if (event->state & (GDK_SHIFT_MASK | GDK_CONTROL_MASK | GDK_MOD1_MASK)) { - unsigned int shortcut, verb; + unsigned int shortcut; + unsigned long verb; shortcut = event->keyval; if (event->state & GDK_SHIFT_MASK) shortcut |= SP_SHORTCUT_SHIFT_MASK; if (event->state & GDK_CONTROL_MASK) shortcut |= SP_SHORTCUT_CONTROL_MASK; if (event->state & GDK_MOD1_MASK) shortcut |= SP_SHORTCUT_ALT_MASK; - verb = (unsigned int) data; + verb = (unsigned long) data; sp_shortcut_set_verb (shortcut, verb, TRUE); } } static GtkWidget * -sp_ui_menu_append_item_from_verb (GtkMenu *menu, unsigned int verb, unsigned int repeatable) +sp_ui_menu_append_item_from_verb (GtkMenu *menu, unsigned long verb, unsigned int repeatable) { SPAction *action; GtkWidget *item, *icon; diff -ur src/libarikkei/arikkei-dict.c src/libarikkei/arikkei-dict.c --- src/libarikkei/arikkei-dict.c 2003-11-17 23:16:48.000000000 +0100 +++ src/libarikkei/arikkei-dict.c 2004-03-17 19:42:59.239467287 +0100 @@ -27,7 +27,7 @@ void *val; }; -static unsigned int +static unsigned long arikkei_string_hash (const void *data) { const unsigned char *p; @@ -40,18 +40,18 @@ return hval; } -static unsigned int +static unsigned long arikkei_string_equal (const void *l, const void *r) { return !strcmp (l, r); } -static unsigned int +static unsigned long arikkei_pointer_hash (const void *data) { - unsigned int hval, p; + unsigned long hval, p; hval = 0; - p = (unsigned int) data; + p = (unsigned long) data; while (p) { hval ^= p; p /= 17; @@ -59,18 +59,18 @@ return hval; } -static unsigned int +static unsigned long arikkei_pointer_equal (const void *l, const void *r) { return l == r; } -static unsigned int +static unsigned long arikkei_int_hash (const void *data) { - unsigned int hval, p; + unsigned long hval, p; hval = 0; - p = (unsigned int) data; + p = (unsigned long) data; while (p) { hval ^= p; p /= 17; @@ -78,10 +78,10 @@ return hval; } -static unsigned int +static unsigned long arikkei_int_equal (const void *l, const void *r) { - return (unsigned int) l == (unsigned int) r; + return (unsigned long) l == (unsigned long) r; } void diff -ur src/libarikkei/arikkei-dict.h src/libarikkei/arikkei-dict.h --- src/libarikkei/arikkei-dict.h 2003-10-14 20:31:30.000000000 +0200 +++ src/libarikkei/arikkei-dict.h 2004-03-17 19:42:59.240467151 +0100 @@ -21,8 +21,8 @@ unsigned int hashsize; ArikkeiDictEntry *entries; int free; - unsigned int (* hash) (const void *data); - unsigned int (* equal) (const void *l, const void *r); + unsigned long (* hash) (const void *data); + unsigned long (* equal) (const void *l, const void *r); }; void arikkei_dict_setup_string (ArikkeiDict *dict, unsigned int hashsize); diff -ur src/selection-chemistry.c src/selection-chemistry.c --- src/selection-chemistry.c 2004-01-20 16:19:29.000000000 +0100 +++ src/selection-chemistry.c 2004-03-17 19:42:59.242466879 +0100 @@ -64,7 +64,7 @@ dt = SP_ACTIVE_DESKTOP; if (!dt) return; - switch ((int) data) { + switch ((long) data) { case SP_VERB_SELECTION_TO_FRONT: sp_selection_raise_to_top (dt); break; diff -ur src/shortcuts.c src/shortcuts.c --- src/shortcuts.c 2004-02-06 21:42:04.000000000 +0100 +++ src/shortcuts.c 2004-03-17 19:42:59.241467015 +0100 @@ -109,11 +109,11 @@ static GHashTable *scdict = NULL; void -sp_shortcut_set_verb (unsigned int shortcut, unsigned int verb, unsigned int primary) +sp_shortcut_set_verb (unsigned long shortcut, unsigned long verb, unsigned int primary) { - unsigned int ex; + unsigned long ex; if (!scdict) scdict = g_hash_table_new (NULL, NULL); - ex = (unsigned int) g_hash_table_lookup (scdict, (void *) shortcut); + ex = (unsigned long) g_hash_table_lookup (scdict, (void *) shortcut); if (ex != verb) g_hash_table_insert (scdict, (void *) shortcut, (void *) verb); if (primary) { SPAction *action; @@ -125,11 +125,11 @@ } void -sp_shortcut_remove_verb (unsigned int shortcut) +sp_shortcut_remove_verb (unsigned long shortcut) { - unsigned int ex; + unsigned long ex; if (!scdict) return; - ex = (unsigned int) g_hash_table_lookup (scdict, (void *) shortcut); + ex = (unsigned long) g_hash_table_lookup (scdict, (void *) shortcut); if (ex) { SPAction *action; g_hash_table_insert (scdict, (void *) shortcut, (void *) 0); @@ -140,10 +140,10 @@ } } -unsigned int -sp_shortcut_get_verb (unsigned int shortcut) +unsigned long +sp_shortcut_get_verb (unsigned long shortcut) { if (!scdict) return 0; - return (unsigned int) g_hash_table_lookup (scdict, (void *) shortcut);; + return (unsigned long) g_hash_table_lookup (scdict, (void *) shortcut);; } diff -ur src/shortcuts.h src/shortcuts.h --- src/shortcuts.h 2003-05-12 01:09:59.000000000 +0200 +++ src/shortcuts.h 2004-03-17 19:42:59.241467015 +0100 @@ -24,8 +24,8 @@ void sp_shortcut_table_load (const unsigned char *name); -void sp_shortcut_set_verb (unsigned int shortcut, unsigned int verb, unsigned int primary); -void sp_shortcut_remove_verb (unsigned int shortcut); -unsigned int sp_shortcut_get_verb (unsigned int shortcut); +void sp_shortcut_set_verb (unsigned long shortcut, unsigned long verb, unsigned int primary); +void sp_shortcut_remove_verb (unsigned long shortcut); +unsigned long sp_shortcut_get_verb (unsigned long shortcut); #endif diff -ur src/verbs.c src/verbs.c --- src/verbs.c 2004-02-06 21:41:13.000000000 +0100 +++ src/verbs.c 2004-03-17 19:42:59.240467151 +0100 @@ -67,7 +67,7 @@ sp_verb_action_set_shortcut (SPAction *action, unsigned int shortcut, void *data) { unsigned int verb, ex; - verb = (unsigned int) data; + verb = (unsigned long) data; ex = sp_shortcut_get_verb (shortcut); if (verb != ex) sp_shortcut_set_verb (shortcut, verb, FALSE); } @@ -76,7 +76,7 @@ sp_verb_action_file_perform (SPAction *action, void *config, void *data) { - switch ((int) data) { + switch ((long) data) { case SP_VERB_FILE_NEW: sp_file_new (); break; @@ -125,7 +125,7 @@ dt = SP_ACTIVE_DESKTOP; if (!dt) return; - switch ((int) data) { + switch ((long) data) { case SP_VERB_EDIT_UNDO: sp_document_undo (SP_DT_DOCUMENT (dt)); break; @@ -177,7 +177,7 @@ center.x = 0.5 * (bbox.x0 + bbox.x1); center.y = 0.5 * (bbox.y0 + bbox.y1); - switch ((int) data) { + switch ((long) data) { case SP_VERB_OBJECT_ROTATE_90: sp_selection_rotate_90 (); break; @@ -209,13 +209,13 @@ dt = SP_ACTIVE_DESKTOP; if (!dt) return; - verb = (unsigned int) data; + verb = (unsigned long) data; for (vidx = SP_VERB_CONTEXT_SELECT; vidx <= SP_VERB_CONTEXT_DROPPER; vidx++) { sp_action_set_active (&verb_actions[vidx], vidx == verb); } - switch ((int) data) { + switch ((long) data) { case SP_VERB_CONTEXT_SELECT: sp_desktop_set_event_context (dt, SP_TYPE_SELECT_CONTEXT, "tools.select"); /* fixme: This is really ugly hack. We should bind and unbind class methods */ @@ -291,7 +291,7 @@ dt = SP_ACTIVE_DESKTOP; if (!dt) return; - switch ((int) data) { + switch ((long) data) { case SP_VERB_ZOOM_IN: sp_desktop_get_display_area (dt, &d); sp_desktop_zoom_relative (dt, (d.x0 + d.x1) / 2, (d.y0 + d.y1) / 2, SP_DESKTOP_ZOOM_INC); @@ -329,7 +329,7 @@ static void sp_verb_action_dialog_perform (SPAction *action, void *config, void *data) { - switch ((int) data) { + switch ((long) data) { case SP_VERB_DIALOG_DISPLAY: sp_display_dialog (); break; @@ -487,7 +487,7 @@ static void sp_verbs_init (void) { - int v; + long v; verb_actions = nr_new (SPAction, SP_VERB_LAST); for (v = 0; v < SP_VERB_LAST; v++) { assert (props[v].code == v); --- src/libnr/nr-svp.c.ORG 2004-01-29 00:03:14.000000000 +0100 +++ src/libnr/nr-svp.c 2004-03-19 11:40:32.507553077 +0100 @@ -70,6 +70,9 @@ svl = sl; } + if (!nsegs) + return NULL; + svp = malloc (sizeof (NRSVP) + (nsegs - 1) * sizeof (NRSVPSegment)); svp->length = nsegs; if (nsegs > 0) { --- src/libnrtype/nr-type-xft.c 2003-12-15 15:38:21.000000000 -0700 +++ src/libnrtype/nr-type-xft.c 2004-08-14 18:46:45.108908800 -0700 @@ -186,7 +186,7 @@ /* Get typeface list */ #ifdef WITH_FONTCONFIG - obj = FcObjectSetBuild (FC_SCALABLE, FC_OUTLINE, FC_FAMILY, FC_WEIGHT, FC_SLANT, FC_FILE, FC_INDEX, 0); + obj = FcObjectSetBuild (FC_SCALABLE, FC_OUTLINE, FC_FAMILY, FC_WEIGHT, FC_SLANT, FC_FILE, FC_INDEX, NULL); NRXftPatterns = FcFontList (cfg, pat, obj); FcObjectSetDestroy (obj); #else Index: sodipodi.spec =================================================================== RCS file: /cvs/extras/rpms/sodipodi/FC-3/sodipodi.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sodipodi.spec 11 May 2005 04:50:37 -0000 1.5 +++ sodipodi.spec 11 May 2005 04:52:27 -0000 1.6 @@ -1,6 +1,6 @@ Name: sodipodi Version: 0.34 -Release: 3 +Release: 4 Epoch: 0 Summary: Vector-based drawing program. @@ -87,6 +87,9 @@ %changelog +* Wed May 11 2005 Throsten Leemhuis - 0:0.34-4 +- rebuild + * Tue May 10 2005 Throsten Leemhuis - 0:0.34-3 - add sodipodi-64bit.patch found at gentoo; Fixes #157177 From fedora-extras-commits at redhat.com Wed May 11 04:53:08 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:53:08 -0400 Subject: common tobuild,1.372,1.373 Message-ID: <200505110453.j4B4r8m3013948@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13931 Modified Files: tobuild Log Message: request build of rpms/sodipodi/FC-3 sodipodi-0_34-4 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.372 retrieving revision 1.373 diff -u -r1.372 -r1.373 --- tobuild 11 May 2005 04:49:38 -0000 1.372 +++ tobuild 11 May 2005 04:53:06 -0000 1.373 @@ -31,3 +31,4 @@ spot rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 fc3 spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 devel thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +thl rpms/sodipodi/FC-3 sodipodi-0_34-4 fc3 From fedora-extras-commits at redhat.com Wed May 11 04:54:33 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:54:33 -0400 Subject: rpms/gstreamer-python/FC-3 gstreamer-python.spec,1.4,1.5 Message-ID: <200505110454.j4B4sXw9013977@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gstreamer-python/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13960 Modified Files: gstreamer-python.spec Log Message: Move __init__.py* files from lib to _libdir on multilibarchs Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-3/gstreamer-python.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gstreamer-python.spec 10 Feb 2005 19:15:26 -0000 1.4 +++ gstreamer-python.spec 11 May 2005 04:54:30 -0000 1.5 @@ -4,7 +4,7 @@ Name: %{gstreamer}-python Version: 0.8.1 -Release: 1 +Release: 2 Summary: Python bindings for GStreamer. Group: Development/Languages @@ -51,6 +51,11 @@ rm -rf $RPM_BUILD_ROOT %makeinstall +# The __init__.py* files go into lib instead of lib64, so fix that +if [ "%{_lib}" != "lib" ]; then + %{__mv} %{buildroot}%{_prefix}/lib/python?.?/site-packages/gst/__init__.* \ + %{buildroot}%{_libdir}/python?.?/site-packages/gst/ +fi find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %clean @@ -67,6 +72,10 @@ %{_libdir}/pkgconfig/gst-python-0.8.pc %changelog +* Tue May 10 2005 Thorsten Leemhuis +- 0.8.1-2: Move __init__.py* files from lib to _libdir on multilibarchs + Found in thias spec file, fixes x86_64 + * Fri Dec 24 2004 Thomas Vander Stichele - 0.8.1-1: moved to Fedora Extras CVS From fedora-extras-commits at redhat.com Wed May 11 04:56:56 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:56:56 -0400 Subject: rpms/gstreamer-python/FC-3 gstreamer-python.spec,1.5,1.6 Message-ID: <200505110456.j4B4uu0G014045@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gstreamer-python/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14028 Modified Files: gstreamer-python.spec Log Message: rebuild due to tag collision Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/FC-3/gstreamer-python.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gstreamer-python.spec 11 May 2005 04:54:30 -0000 1.5 +++ gstreamer-python.spec 11 May 2005 04:56:52 -0000 1.6 @@ -4,7 +4,7 @@ Name: %{gstreamer}-python Version: 0.8.1 -Release: 2 +Release: 4 Summary: Python bindings for GStreamer. Group: Development/Languages @@ -72,6 +72,9 @@ %{_libdir}/pkgconfig/gst-python-0.8.pc %changelog +* Wed May 11 2005 Thorsten Leemhuis +- 0.8.1-4: rebuild due to tag collision + * Tue May 10 2005 Thorsten Leemhuis - 0.8.1-2: Move __init__.py* files from lib to _libdir on multilibarchs Found in thias spec file, fixes x86_64 From fedora-extras-commits at redhat.com Wed May 11 04:57:26 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 00:57:26 -0400 Subject: common tobuild,1.373,1.374 Message-ID: <200505110457.j4B4vQue014102@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14085 Modified Files: tobuild Log Message: request build of rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.373 retrieving revision 1.374 diff -u -r1.373 -r1.374 --- tobuild 11 May 2005 04:53:06 -0000 1.373 +++ tobuild 11 May 2005 04:57:24 -0000 1.374 @@ -32,3 +32,4 @@ spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 devel thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel thl rpms/sodipodi/FC-3 sodipodi-0_34-4 fc3 +thl rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 fc3 From fedora-extras-commits at redhat.com Wed May 11 05:08:19 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 01:08:19 -0400 Subject: rpms/gstreamer-python/devel gstreamer-python.spec,1.6,1.7 Message-ID: <200505110508.j4B58JuZ015047@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/gstreamer-python/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15030 Modified Files: gstreamer-python.spec Log Message: Move __init__.py* files from lib to _libdir on multilibarchs Index: gstreamer-python.spec =================================================================== RCS file: /cvs/extras/rpms/gstreamer-python/devel/gstreamer-python.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gstreamer-python.spec 1 Apr 2005 14:11:56 -0000 1.6 +++ gstreamer-python.spec 11 May 2005 05:08:17 -0000 1.7 @@ -4,7 +4,7 @@ Name: %{gstreamer}-python Version: 0.8.1 -Release: 3 +Release: 5 Summary: Python bindings for GStreamer. Group: Development/Languages @@ -53,6 +53,11 @@ rm -rf $RPM_BUILD_ROOT %makeinstall +# The __init__.py* files go into lib instead of lib64, so fix that +if [ "%{_lib}" != "lib" ]; then + %{__mv} %{buildroot}%{_prefix}/lib/python?.?/site-packages/gst/__init__.* \ + %{buildroot}%{_libdir}/python?.?/site-packages/gst/ +fi find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';' %clean @@ -71,6 +76,10 @@ %{_libdir}/pkgconfig/gst-python-0.8.pc %changelog +* Tue May 10 2005 Thorsten Leemhuis - 0.8.1-5 +- Move __init__.py* files from lib to _libdir on multilibarchs + Found in thias spec file, fixes x86_64 + * Fri Apr 1 2005 Michael Schwendt - 0.8.1-3 - include missing directories From fedora-extras-commits at redhat.com Wed May 11 05:08:51 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 01:08:51 -0400 Subject: common tobuild,1.374,1.375 Message-ID: <200505110508.j4B58p27015104@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15087 Modified Files: tobuild Log Message: request build of rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.374 retrieving revision 1.375 diff -u -r1.374 -r1.375 --- tobuild 11 May 2005 04:57:24 -0000 1.374 +++ tobuild 11 May 2005 05:08:49 -0000 1.375 @@ -33,3 +33,4 @@ thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel thl rpms/sodipodi/FC-3 sodipodi-0_34-4 fc3 thl rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 fc3 +thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel From fedora-extras-commits at redhat.com Wed May 11 06:18:23 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 11 May 2005 02:18:23 -0400 Subject: common tobuild,1.375,1.376 Message-ID: <200505110618.j4B6INW8016183@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16166 Modified Files: tobuild Log Message: request build of rpms/pptp/devel pptp-1_6_0-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.375 retrieving revision 1.376 diff -u -r1.375 -r1.376 --- tobuild 11 May 2005 05:08:49 -0000 1.375 +++ tobuild 11 May 2005 06:18:21 -0000 1.376 @@ -34,3 +34,4 @@ thl rpms/sodipodi/FC-3 sodipodi-0_34-4 fc3 thl rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 fc3 thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel +pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 06:31:37 2005 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Wed, 11 May 2005 02:31:37 -0400 Subject: common tobuild,1.376,1.377 Message-ID: <200505110631.j4B6VbUD016271@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16257 Modified Files: tobuild Log Message: request build of rpms/uim/devel uim-0_4_6-2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.376 retrieving revision 1.377 diff -u -r1.376 -r1.377 --- tobuild 11 May 2005 06:18:21 -0000 1.376 +++ tobuild 11 May 2005 06:31:35 -0000 1.377 @@ -35,3 +35,4 @@ thl rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 fc3 thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel +tagoh rpms/uim/devel uim-0_4_6-2 devel From fedora-extras-commits at redhat.com Wed May 11 07:25:33 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Wed, 11 May 2005 03:25:33 -0400 Subject: rpms/source-highlight/devel .cvsignore, 1.2, 1.3 source-highlight.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200505110725.j4B7PXmY017323@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/source-highlight/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17300 Modified Files: .cvsignore source-highlight.spec sources Log Message: - updated to 1.11 - included the documentation - optimised the %%descritpion Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/source-highlight/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:21:35 -0000 1.2 +++ .cvsignore 11 May 2005 07:25:31 -0000 1.3 @@ -1 +1 @@ -source-highlight-1.9.tar.gz +source-highlight-1.11.tar.gz Index: source-highlight.spec =================================================================== RCS file: /cvs/extras/rpms/source-highlight/devel/source-highlight.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- source-highlight.spec 6 Apr 2005 22:13:32 -0000 1.5 +++ source-highlight.spec 11 May 2005 07:25:31 -0000 1.6 @@ -1,28 +1,20 @@ -Summary: Produces a document with syntax highlighting -Name: source-highlight -Version: 1.9 -Release: 3 - -Group: Development/Tools -License: GPL -Source: ftp://ftp.gnu.org/gnu/src-highlite/%{name}-%{version}.tar.gz -URL: http://www.gnu.org/software/src-highlite/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: bison, flex +Summary: Produces a document with syntax highlighting +Name: source-highlight +Version: 1.11 +Release: 1 +Group: Development/Tools +License: GPL +Source: ftp://ftp.gnu.org/gnu/src-highlite/source-highlight-1.11.tar.gz +URL: http://www.gnu.org/software/src-highlite/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: bison, flex %description This program, given a source file, produces a document with syntax highlighting. At the moment this package can handle : -* Java -* C/C++ -* Prolog -* Perl -* Php3 new -as source languages, and HTML as output format. -NOTICE: now the name of the program is source-highlight: there are no two -separate programs, namely java2html and cpp2html, anymore. However there -are two shell scripts with the same name in order to facilitate the -migration (however their use is not advised). +Java, Javascript, C/C++, Prolog, Perl, Php3, Python, Flex, ChangeLog, Ruby, +Lua, Caml, Sml and Log as source languages, and HTML, XHTML and ANSI color +escape sequences as output format. %prep %setup -q @@ -35,13 +27,14 @@ rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT -rm -fr $RPM_BUILD_ROOT%{_datadir}/doc/ +mv $RPM_BUILD_ROOT%{_datadir}/doc/ docs %clean rm -rf $RPM_BUILD_ROOT %files %defattr (-,root,root) +%doc docs/source-highlight/* %{_bindir}/cpp2html %{_bindir}/java2html %{_bindir}/source-highlight @@ -51,6 +44,11 @@ %{_mandir}/man1/* %changelog +* Wed May 11 2005 Adrian Reber - 1.11-1 +- updated to 1.11 +- included the documentation +- optimised the %%descritpion + * Fri Apr 7 2005 Michael Schwendt - rebuilt Index: sources =================================================================== RCS file: /cvs/extras/rpms/source-highlight/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:21:35 -0000 1.2 +++ sources 11 May 2005 07:25:31 -0000 1.3 @@ -1 +1 @@ -88e1ecd5c4c37104ed98c0674f630656 source-highlight-1.9.tar.gz +4d044e7fb4593e9214f64bedad42ea09 source-highlight-1.11.tar.gz From fedora-extras-commits at redhat.com Wed May 11 07:33:42 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 03:33:42 -0400 Subject: common tobuild,1.377,1.378 Message-ID: <200505110733.j4B7XghW017395@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17378 Modified Files: tobuild Log Message: request build of rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.377 retrieving revision 1.378 diff -u -r1.377 -r1.378 --- tobuild 11 May 2005 06:31:35 -0000 1.377 +++ tobuild 11 May 2005 07:33:39 -0000 1.378 @@ -36,3 +36,4 @@ thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 08:00:55 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 04:00:55 -0400 Subject: devel/common tobuild,1.378,1.379 Message-ID: <200505110800.j4B80tnf017531@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17514 Modified Files: tobuild Log Message: sigh - someone with x86_64 please give gnupg2 from cvs a try meanwhile - a build log would really be interesting Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.378 retrieving revision 1.379 diff -u -r1.378 -r1.379 --- tobuild 11 May 2005 07:33:39 -0000 1.378 +++ tobuild 11 May 2005 08:00:53 -0000 1.379 @@ -2,8 +2,6 @@ # user repo tag target status # qspencer rpms/octave/devel octave-2_1_70-1 devel -mschwendt rpms/libksba/devel libksba-0_9_11-1_fc4 devel -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 @@ -36,4 +34,3 @@ thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-1_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 08:36:57 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 11 May 2005 04:36:57 -0400 Subject: common tobuild,1.379,1.380 Message-ID: <200505110836.j4B8avP9019118@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19101 Modified Files: tobuild Log Message: request build of rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 for fc2 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.379 retrieving revision 1.380 diff -u -r1.379 -r1.380 --- tobuild 11 May 2005 08:00:53 -0000 1.379 +++ tobuild 11 May 2005 08:36:55 -0000 1.380 @@ -34,3 +34,4 @@ thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel +pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 From fedora-extras-commits at redhat.com Wed May 11 08:37:34 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 11 May 2005 04:37:34 -0400 Subject: common tobuild,1.380,1.381 Message-ID: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19158 Modified Files: tobuild Log Message: request build of rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.380 retrieving revision 1.381 diff -u -r1.380 -r1.381 --- tobuild 11 May 2005 08:36:55 -0000 1.380 +++ tobuild 11 May 2005 08:37:32 -0000 1.381 @@ -35,3 +35,4 @@ pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 +pghmcfc rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 fc3 From steve at kspei.com Tue May 10 21:53:25 2005 From: steve at kspei.com (Steven Pritchard) Date: Tue, 10 May 2005 16:53:25 -0500 Subject: common tobuild,1.345,1.346 In-Reply-To: <1115757021.10234.102.camel@cutter> References: <200505101802.j4AI25Co029748@cvs-int.fedora.redhat.com> <20050510180840.GA29009@lisas.de> <20050510203150.3e3db280.bugs.michael@gmx.net> <42810B0F.2080506@ieee.org> <20050510215155.3eb7346b.bugs.michael@gmx.net> <1115755082.10234.96.camel@cutter> <428118CA.6080907@ieee.org> <1115757021.10234.102.camel@cutter> Message-ID: <20050510215325.GA17882@osiris.silug.org> On Tue, May 10, 2005 at 04:30:21PM -0400, seth vidal wrote: > does octave time out EVERY time? > > if so then I'd like to use it to test some things. You might want to try cone.x86_64. It seems to have failed the same way... Steve -- Steven Pritchard - K&S Pritchard Enterprises, Inc. Email: steve at kspei.com http://www.kspei.com/ Phone: (618)398-3000 Mobile: (618)567-7320 From steve at kspei.com Wed May 11 07:57:21 2005 From: steve at kspei.com (Steven Pritchard) Date: Wed, 11 May 2005 02:57:21 -0500 Subject: APPROVED: perl-Text-Autoformat Message-ID: <20050511075721.GA24851@osiris.silug.org> Text::Autoformat provides intelligent formatting of plaintext without the need for any kind of embedded mark-up. The module recognizes Internet quoting conventions, a wide range of bulleting and number schemes, centered text, and block quotations, and reformats each appropriately. Other options allow the user to adjust inter-word and inter-paragraph spacing, justify text, and impose various capitalization schemes. Reviewer: Ville Skytt?? (http://bugzilla.fedora.us/show_bug.cgi?id=1354) Maintainer: Steven Pritchard -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: From bugs.michael at gmx.net Wed May 11 09:12:33 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Wed, 11 May 2005 11:12:33 +0200 Subject: Questions (was: Re: common tobuild,1.380,1.381) In-Reply-To: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> References: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> Message-ID: <20050511111233.413b22bd.bugs.michael@gmx.net> On Wed, 11 May 2005 04:37:34 -0400, Paul Howarth wrote: > Author: pghmcfc > > Update of /cvs/extras/common > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19158 > > Modified Files: > tobuild > Log Message: > request build of rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 for fc3 Has the build system been fixed to apply the dist tag for FC3 and older actually? Previously it didn't append .fc3 for the udunits package. So, unless it has been corrected, caution! > pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 Do we really build for FC2 here? This would be news to me as I thought we only do FC3 and newer. FC2 and older was at fedora.us. From paul at city-fan.org Wed May 11 09:22:03 2005 From: paul at city-fan.org (Paul Howarth) Date: Wed, 11 May 2005 10:22:03 +0100 Subject: Questions In-Reply-To: <20050511111233.413b22bd.bugs.michael@gmx.net> References: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> <20050511111233.413b22bd.bugs.michael@gmx.net> Message-ID: <4281CEBB.6050801@city-fan.org> Michael Schwendt wrote: > On Wed, 11 May 2005 04:37:34 -0400, Paul Howarth wrote: > > >>Author: pghmcfc >> >>Update of /cvs/extras/common >>In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19158 >> >>Modified Files: >> tobuild >>Log Message: >>request build of rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 for fc3 > > > Has the build system been fixed to apply the dist tag for FC3 and older > actually? Previously it didn't append .fc3 for the udunits package. So, unless > it has been corrected, caution! I've no idea; this is only my second ever build request, and first non-devel build. There was a mention on fedora-extras-list yesterday that "I've supplied a patch that should hopefully allow the disttags to be handled properly by the buildsystem as well. With any luck they'll be in soon enough" by Ignacio Vazquez-Abrams, so perhaps it'll be OK anyway? >>pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 > > > Do we really build for FC2 here? This would be news to me as I thought we > only do FC3 and newer. FC2 and older was at fedora.us. Didn't know that either. I didn't see anything on the Wiki or the lists since I've been here that there was any difference. Should I remove the FC-2 build request? Paul. From bugs.michael at gmx.net Wed May 11 09:30:17 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Wed, 11 May 2005 11:30:17 +0200 Subject: Questions In-Reply-To: <4281CEBB.6050801@city-fan.org> References: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> <20050511111233.413b22bd.bugs.michael@gmx.net> <4281CEBB.6050801@city-fan.org> Message-ID: <20050511113017.4324d148.bugs.michael@gmx.net> On Wed, 11 May 2005 10:22:03 +0100, Paul Howarth wrote: > >>pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 > > > > > > Do we really build for FC2 here? This would be news to me as I thought we > > only do FC3 and newer. FC2 and older was at fedora.us. > > Didn't know that either. I didn't see anything on the Wiki or the lists > since I've been here that there was any difference. Should I remove the > FC-2 build request? Well, it would be the first FC2 package to enter a non-existant Fedora Extras for FC2 repository. ;) From fedora-extras-commits at redhat.com Wed May 11 09:32:07 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 05:32:07 -0400 Subject: rpms/wxPythonGTK2/devel wxPython.spec,1.7,1.8 Message-ID: <200505110932.j4B9W72b020241@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/wxPythonGTK2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20224 Modified Files: wxPython.spec Log Message: bump + minor cleanup, then rebuild for ppc, too Index: wxPython.spec =================================================================== RCS file: /cvs/extras/rpms/wxPythonGTK2/devel/wxPython.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wxPython.spec 6 Apr 2005 22:13:53 -0000 1.7 +++ wxPython.spec 11 May 2005 09:32:05 -0000 1.8 @@ -1,13 +1,12 @@ -%define pyver %(python -c 'import sys ; print sys.version[:3]') +# sitelib not sitearch, see build section +%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %define buildflags WXPORT=gtk2 UNICODE=1 Name: wxPythonGTK2 Version: 2.4.2.4 -Release: 5 - +Release: 6 Summary: GUI toolkit for the Python programming language - Group: Development/Languages License: LGPL URL: http://www.wxpython.org/ @@ -17,7 +16,6 @@ BuildRequires: wxGTK2-devel >= 2.4.2, pkgconfig BuildRequires: zlib-devel, libpng-devel, libjpeg-devel, libtiff-devel BuildRequires: python-devel, wxGTK2-gl -Requires: %{_bindir}/python%{pyver} # This is what other packages should depend on, NOT the package name! Provides: wxPython = %{version}-%{release} @@ -57,11 +55,16 @@ %defattr(-,root,root,-) %doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples %{_bindir}/* -%{_libdir}/python%{pyver}/site-packages/wxPython -%{_libdir}/python%{pyver}/site-packages/wx +%{python_sitelib}/wxPython/ +%{python_sitelib}/wx/ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Wed May 11 2005 Michael Schwendt 2.4.2.4-6 +- rebuilt +- use %%python_sitelib macro +- drop dependency on python binary, python(abi) dependency is automatic + +* Thu Apr 7 2005 Michael Schwendt 2.4.2.4-5 - rebuilt * Tue Feb 08 2005 Thorsten Leemhuis 0:2.4.2.4-4 From fedora-extras-commits at redhat.com Wed May 11 09:32:34 2005 From: fedora-extras-commits at redhat.com (Paul Howarth (pghmcfc)) Date: Wed, 11 May 2005 05:32:34 -0400 Subject: common tobuild,1.381,1.382 Message-ID: <200505110932.j4B9WYph020295@cvs-int.fedora.redhat.com> Author: pghmcfc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20276 Modified Files: tobuild Log Message: Remove FC-2 build request submitted in error. Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.381 retrieving revision 1.382 diff -u -r1.381 -r1.382 --- tobuild 11 May 2005 08:37:32 -0000 1.381 +++ tobuild 11 May 2005 09:32:32 -0000 1.382 @@ -34,5 +34,4 @@ thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel -pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 pghmcfc rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 fc3 From fedora-extras-commits at redhat.com Wed May 11 09:32:44 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 05:32:44 -0400 Subject: common tobuild,1.382,1.383 Message-ID: <200505110932.j4B9WimB020321@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20304 Modified Files: tobuild Log Message: request build of rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-6 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.382 retrieving revision 1.383 diff -u -r1.382 -r1.383 --- tobuild 11 May 2005 09:32:32 -0000 1.382 +++ tobuild 11 May 2005 09:32:42 -0000 1.383 @@ -35,3 +35,4 @@ pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel tagoh rpms/uim/devel uim-0_4_6-2 devel pghmcfc rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 fc3 +mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-6 devel From paul at city-fan.org Wed May 11 09:38:50 2005 From: paul at city-fan.org (Paul Howarth) Date: Wed, 11 May 2005 10:38:50 +0100 Subject: Questions In-Reply-To: <20050511113017.4324d148.bugs.michael@gmx.net> References: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> <20050511111233.413b22bd.bugs.michael@gmx.net> <4281CEBB.6050801@city-fan.org> <20050511113017.4324d148.bugs.michael@gmx.net> Message-ID: <4281D2AA.6010603@city-fan.org> Michael Schwendt wrote: > On Wed, 11 May 2005 10:22:03 +0100, Paul Howarth wrote: > > >>>>pghmcfc rpms/gtorrentviewer/FC-2 gtorrentviewer-0_2b-5_fc2 fc2 >>> >>> >>>Do we really build for FC2 here? This would be news to me as I thought we >>>only do FC3 and newer. FC2 and older was at fedora.us. >> >>Didn't know that either. I didn't see anything on the Wiki or the lists >>since I've been here that there was any difference. Should I remove the >>FC-2 build request? > > > Well, it would be the first FC2 package to enter a non-existant Fedora > Extras for FC2 repository. ;) Right, done that then. So, if I wanted to do a build for FC-2, how would I go about it? And why does the current Extras build system even support branches for FC-2 and even older releases? Paul. From ivazquez at ivazquez.net Wed May 11 10:09:14 2005 From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams) Date: Wed, 11 May 2005 06:09:14 -0400 Subject: Questions (was: Re: common tobuild,1.380,1.381) In-Reply-To: <20050511111233.413b22bd.bugs.michael@gmx.net> References: <200505110837.j4B8bYdV019175@cvs-int.fedora.redhat.com> <20050511111233.413b22bd.bugs.michael@gmx.net> Message-ID: <1115806154.21984.81.camel@ignacio.ignacio.lan> On Wed, 2005-05-11 at 11:12 +0200, Michael Schwendt wrote: > On Wed, 11 May 2005 04:37:34 -0400, Paul Howarth wrote: > > > Author: pghmcfc > > > > Update of /cvs/extras/common > > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19158 > > > > Modified Files: > > tobuild > > Log Message: > > request build of rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 for fc3 > > Has the build system been fixed to apply the dist tag for FC3 and older > actually? Previously it didn't append .fc3 for the udunits package. So, unless > it has been corrected, caution! There are a couple of fixes floating around, but as of yet no final decision as to which to use. -- Ignacio Vazquez-Abrams http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From fedora-extras-commits at redhat.com Wed May 11 11:46:26 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 07:46:26 -0400 Subject: rpms/wxPythonGTK2/devel wxPython.spec,1.8,1.9 Message-ID: <200505111146.j4BBkQZC022527@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/wxPythonGTK2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22510 Modified Files: wxPython.spec Log Message: * Wed May 11 2005 Michael Schwendt 2.4.2.4-7 - d'oh, it's sitearch here Index: wxPython.spec =================================================================== RCS file: /cvs/extras/rpms/wxPythonGTK2/devel/wxPython.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wxPython.spec 11 May 2005 09:32:05 -0000 1.8 +++ wxPython.spec 11 May 2005 11:46:24 -0000 1.9 @@ -1,11 +1,10 @@ -# sitelib not sitearch, see build section -%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %define buildflags WXPORT=gtk2 UNICODE=1 Name: wxPythonGTK2 Version: 2.4.2.4 -Release: 6 +Release: 7 Summary: GUI toolkit for the Python programming language Group: Development/Languages License: LGPL @@ -55,10 +54,13 @@ %defattr(-,root,root,-) %doc wxPython/docs wxPython/demo wxPython/licence/ wxPython/samples %{_bindir}/* -%{python_sitelib}/wxPython/ -%{python_sitelib}/wx/ +%{python_sitearch}/wxPython/ +%{python_sitearch}/wx/ %changelog +* Wed May 11 2005 Michael Schwendt 2.4.2.4-7 +- d'oh, it's sitearch here + * Wed May 11 2005 Michael Schwendt 2.4.2.4-6 - rebuilt - use %%python_sitelib macro From fedora-extras-commits at redhat.com Wed May 11 11:47:36 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 07:47:36 -0400 Subject: common tobuild,1.383,1.384 Message-ID: <200505111147.j4BBlav5022584@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22567 Modified Files: tobuild Log Message: clean up and rebuild wxPythonGTK2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.383 retrieving revision 1.384 diff -u -r1.383 -r1.384 --- tobuild 11 May 2005 09:32:42 -0000 1.383 +++ tobuild 11 May 2005 11:47:34 -0000 1.384 @@ -1,38 +1,4 @@ # this is the build control file. the format is # user repo tag target status # -qspencer rpms/octave/devel octave-2_1_70-1 devel -denis rpms/glibmm24/FC-3 glibmm24-2_4_7-1 fc3 -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 -jfontain rpms/moodss/FC-3 moodss-20_0-4 fc3 -jfontain rpms/moodss/devel moodss-20_0-5_fc4 devel -adrian rpms/fbida/devel fbida-2_03-5_fc4 devel -kevin rpms/xfce4-session/FC-3 xfce4-session-4_2_1-5_fc3 FC3 -spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 -spot rpms/blacs/devel blacs-1_1-8_fc4 devel -otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 fc4 -icon rpms/epylog/devel epylog-1_0_3-3 devel -pghmcfc rpms/gtorrentviewer/devel gtorrentviewer-0_2b-5_fc4 devel -icon rpms/python-logilab-common/devel python-logilab-common-0_9_3-3 devel -icon rpms/pylint/devel pylint-0_6_4-4 devel -otaylor rpms/fontforge/FC-3 fontforge-0_0-2_20050502_fc3 fc3 -adrian rpms/antiword/devel antiword-0_36_1-2 devel -denis rpms/gtkmm24/FC-3 gtkmm24-2_4_11-1 fc3 -denis rpms/libglademm24/FC-3 libglademm24-2_4_2-1 fc3 -spot rpms/QuantLib/FC-3 QuantLib-0_3_8-7_fc3 fc3 -spot rpms/QuantLib/devel QuantLib-0_3_8-7_fc4 devel -bressers rpms/nmh/FC-3 nmh-1_1-8_fc3 FC3 -bressers rpms/nmh/devel nmh-1_1-8_fc4 development -spot rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_13-3_fc3 fc3 -spot rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_13-3_fc4 devel -spot rpms/perl-OLE-Storage_Lite/FC-3 perl-OLE-Storage_Lite-0_14-6_fc3 fc3 -spot rpms/perl-OLE-Storage_Lite/devel perl-OLE-Storage_Lite-0_14-6_fc4 devel -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -thl rpms/sodipodi/FC-3 sodipodi-0_34-4 fc3 -thl rpms/gstreamer-python/FC-3 gstreamer-python-0_8_1-4 fc3 -thl rpms/gstreamer-python/devel gstreamer-python-0_8_1-5 devel -pghmcfc rpms/pptp/devel pptp-1_6_0-3_fc4 devel -tagoh rpms/uim/devel uim-0_4_6-2 devel -pghmcfc rpms/gtorrentviewer/FC-3 gtorrentviewer-0_2b-5_fc3 fc3 -mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-6 devel +mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-7 devel From fedora-extras-commits at redhat.com Wed May 11 12:01:27 2005 From: fedora-extras-commits at redhat.com (Dams Nade (anvil)) Date: Wed, 11 May 2005 08:01:27 -0400 Subject: rpms/libcddb/FC-3 .cvsignore, 1.2, 1.3 libcddb.spec, 1.5, 1.6 sources, 1.2, 1.3 Message-ID: <200505111201.j4BC1RPG023608@cvs-int.fedora.redhat.com> Author: anvil Update of /cvs/extras/rpms/libcddb/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23573/FC-3 Modified Files: .cvsignore libcddb.spec sources Log Message: libcddb: 1.0.2 version fc3,devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libcddb/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:41:30 -0000 1.2 +++ .cvsignore 11 May 2005 12:01:25 -0000 1.3 @@ -1 +1 @@ -libcddb-0.9.4.tar.gz +libcddb-1.0.2.tar.gz Index: libcddb.spec =================================================================== RCS file: /cvs/extras/rpms/libcddb/FC-3/libcddb.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- libcddb.spec 10 Dec 2004 22:03:04 -0000 1.5 +++ libcddb.spec 11 May 2005 12:01:25 -0000 1.6 @@ -1,13 +1,14 @@ -Summary: A library (C API) for accessing a CDDB server -Name: libcddb -Version: 0.9.4 -Release: 2 -Epoch: 0 +Summary: Library (C API) for accessing CDDB servers +Name: libcddb +Version: 1.0.2 +Release: 1 + License: LGPL Group: System Environment/Libraries URL: http://libcddb.sourceforge.net/ -Source0: http://download.sf.net/libcddb/%{name}-%{version}.tar.gz +Source0: http://download.sourceforge.net/libcddb/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +BuildRequires: pkgconfig libcdio-devel >= 0.67 %description Libcddb is a library that implements the different protocols (CDDBP, @@ -16,7 +17,8 @@ %package devel Summary: Development files for libcddb Group: Development/Libraries -Requires: %{name} = %{epoch}:%{version}-%{release} +Requires: %{name} = %{version}-%{release} +Requires: pkgconfig %description devel Libcddb is a library that implements the different protocols (CDDBP, @@ -24,18 +26,14 @@ This package contains development files (static libraries, headers) for libcddb. -# ----------------------------------------------------------------------------- - %prep %setup -q -# ----------------------------------------------------------------------------- %build %configure make %{?_smp_mflags} -# ----------------------------------------------------------------------------- %install rm -rf $RPM_BUILD_ROOT @@ -43,16 +41,15 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la -# ----------------------------------------------------------------------------- %clean rm -rf $RPM_BUILD_ROOT -# ----------------------------------------------------------------------------- %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-,root,root,-) %doc AUTHORS COPYING NEWS README THANKS ChangeLog TODO @@ -66,14 +63,21 @@ %{_includedir}/cddb %{_libdir}/pkgconfig/libcddb.pc -# ----------------------------------------------------------------------------- %changelog +* Wed May 11 2005 Dams - 0:1.0.2-1 +- Added libcdio and pkgconfig buildreq +- Updated to 1.0.2 +- Fixed URL in Source0 + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Sat Jul 3 2004 Dams 0:0.9.4-0.fdr.2 - added missing scriptlets - Added URL in Source0 - Added additionnal files as doc -* Tue Mar 9 2004 Dams +* Tue Mar 9 2004 Dams - Initial build. Index: sources =================================================================== RCS file: /cvs/extras/rpms/libcddb/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:41:30 -0000 1.2 +++ sources 11 May 2005 12:01:25 -0000 1.3 @@ -1 +1 @@ -366095f09e1d89d91915a2dd7c7c1478 libcddb-0.9.4.tar.gz +a8f8549cc1afb3bc702a96c7d71d2241 libcddb-1.0.2.tar.gz From fedora-extras-commits at redhat.com Wed May 11 12:01:27 2005 From: fedora-extras-commits at redhat.com (Dams Nade (anvil)) Date: Wed, 11 May 2005 08:01:27 -0400 Subject: rpms/libcddb/devel .cvsignore, 1.2, 1.3 libcddb.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200505111201.j4BC1RTB023616@cvs-int.fedora.redhat.com> Author: anvil Update of /cvs/extras/rpms/libcddb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23573/devel Modified Files: .cvsignore libcddb.spec sources Log Message: libcddb: 1.0.2 version fc3,devel Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/libcddb/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:41:30 -0000 1.2 +++ .cvsignore 11 May 2005 12:01:25 -0000 1.3 @@ -1 +1 @@ -libcddb-0.9.4.tar.gz +libcddb-1.0.2.tar.gz Index: libcddb.spec =================================================================== RCS file: /cvs/extras/rpms/libcddb/devel/libcddb.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libcddb.spec 6 Apr 2005 22:12:21 -0000 1.8 +++ libcddb.spec 11 May 2005 12:01:25 -0000 1.9 @@ -1,13 +1,14 @@ Summary: Library (C API) for accessing CDDB servers Name: libcddb -Version: 0.9.4 -Release: 3 +Version: 1.0.2 +Release: 1 -License: LGPL -Group: System Environment/Libraries -URL: http://libcddb.sourceforge.net/ -Source0: http://download.sf.net/libcddb/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +License: LGPL +Group: System Environment/Libraries +URL: http://libcddb.sourceforge.net/ +Source0: http://download.sourceforge.net/libcddb/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n) +BuildRequires: pkgconfig libcdio-devel >= 0.67 %description Libcddb is a library that implements the different protocols (CDDBP, @@ -17,6 +18,7 @@ Summary: Development files for libcddb Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: pkgconfig %description devel Libcddb is a library that implements the different protocols (CDDBP, @@ -64,6 +66,14 @@ %changelog +* Wed May 11 2005 Dams - 0:1.0.2-1.4 +- Rebuilt for FC4 + +* Wed May 11 2005 Dams - 0:1.0.2-1 +- Added libcdio and pkgconfig buildreq +- Updated to 1.0.2 +- Fixed URL in Source0 + * Fri Apr 7 2005 Michael Schwendt - rebuilt @@ -74,4 +84,3 @@ * Tue Mar 9 2004 Dams - Initial build. - Index: sources =================================================================== RCS file: /cvs/extras/rpms/libcddb/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:41:30 -0000 1.2 +++ sources 11 May 2005 12:01:25 -0000 1.3 @@ -1 +1 @@ -366095f09e1d89d91915a2dd7c7c1478 libcddb-0.9.4.tar.gz +a8f8549cc1afb3bc702a96c7d71d2241 libcddb-1.0.2.tar.gz From fedora-extras-commits at redhat.com Wed May 11 12:02:55 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 08:02:55 -0400 Subject: common tobuild,1.384,1.385 Message-ID: <200505111202.j4BC2t4i023644@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23627 Modified Files: tobuild Log Message: request build of rpms/GtkAda/devel GtkAda-2_4_0-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.384 retrieving revision 1.385 diff -u -r1.384 -r1.385 --- tobuild 11 May 2005 11:47:34 -0000 1.384 +++ tobuild 11 May 2005 12:02:53 -0000 1.385 @@ -2,3 +2,4 @@ # user repo tag target status # mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-7 devel +thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel From fedora-extras-commits at redhat.com Wed May 11 12:12:17 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Wed, 11 May 2005 08:12:17 -0400 Subject: common tobuild,1.385,1.386 Message-ID: <200505111212.j4BCCHNL023676@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23659 Modified Files: tobuild Log Message: request build of rpms/source-highlight/devel source-highlight-1_11-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.385 retrieving revision 1.386 diff -u -r1.385 -r1.386 --- tobuild 11 May 2005 12:02:53 -0000 1.385 +++ tobuild 11 May 2005 12:12:15 -0000 1.386 @@ -3,3 +3,4 @@ # mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-7 devel thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +adrian rpms/source-highlight/devel source-highlight-1_11-1 devel From fedora-extras-commits at redhat.com Wed May 11 12:32:24 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 08:32:24 -0400 Subject: rpms/gnupg2/devel gnupg2.spec,1.8,1.9 Message-ID: <200505111232.j4BCWOpG023751@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23734 Modified Files: gnupg2.spec Log Message: bump and see whether this build request survives the time-out Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gnupg2.spec 10 May 2005 16:23:11 -0000 1.8 +++ gnupg2.spec 11 May 2005 12:32:22 -0000 1.9 @@ -1,7 +1,7 @@ Summary: GNU utility for secure communication and data storage Name: gnupg2 Version: 1.9.16 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 From fedora-extras-commits at redhat.com Wed May 11 12:32:46 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Wed, 11 May 2005 08:32:46 -0400 Subject: common tobuild,1.386,1.387 Message-ID: <200505111232.j4BCWkpv023808@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23791 Modified Files: tobuild Log Message: request build of rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.386 retrieving revision 1.387 diff -u -r1.386 -r1.387 --- tobuild 11 May 2005 12:12:15 -0000 1.386 +++ tobuild 11 May 2005 12:32:44 -0000 1.387 @@ -4,3 +4,4 @@ mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-7 devel thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel adrian rpms/source-highlight/devel source-highlight-1_11-1 devel +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 13:09:48 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 09:09:48 -0400 Subject: common tobuild,1.387,1.388 Message-ID: <200505111309.j4BD9m50024794@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24777 Modified Files: tobuild Log Message: clean up Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.387 retrieving revision 1.388 diff -u -r1.387 -r1.388 --- tobuild 11 May 2005 12:32:44 -0000 1.387 +++ tobuild 11 May 2005 13:09:46 -0000 1.388 @@ -1,7 +1,4 @@ # this is the build control file. the format is # user repo tag target status # -mschwendt rpms/wxPythonGTK2/devel wxPythonGTK2-2_4_2_4-7 devel -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -adrian rpms/source-highlight/devel source-highlight-1_11-1 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel From fedora-extras-commits at redhat.com Wed May 11 13:19:20 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 11 May 2005 09:19:20 -0400 Subject: common tobuild,1.388,1.389 Message-ID: <200505111319.j4BDJKdg024841@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24824 Modified Files: tobuild Log Message: request build of rpms/octave/devel octave-2_1_70-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.388 retrieving revision 1.389 diff -u -r1.388 -r1.389 --- tobuild 11 May 2005 13:09:46 -0000 1.388 +++ tobuild 11 May 2005 13:19:18 -0000 1.389 @@ -2,3 +2,4 @@ # user repo tag target status # mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel +qspencer rpms/octave/devel octave-2_1_70-1 devel From fedora-extras-commits at redhat.com Wed May 11 13:55:41 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 09:55:41 -0400 Subject: common tobuild,1.389,1.390 Message-ID: <200505111355.j4BDtf3p024965@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24951 Modified Files: tobuild Log Message: wanna see the report (sorry michael, just temporary) Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.389 retrieving revision 1.390 diff -u -r1.389 -r1.390 --- tobuild 11 May 2005 13:19:18 -0000 1.389 +++ tobuild 11 May 2005 13:55:38 -0000 1.390 @@ -1,5 +1,5 @@ # this is the build control file. the format is # user repo tag target status # -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel +skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel qspencer rpms/octave/devel octave-2_1_70-1 devel From bugs.michael at gmx.net Wed May 11 14:08:01 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Wed, 11 May 2005 16:08:01 +0200 Subject: common tobuild,1.389,1.390 In-Reply-To: <200505111355.j4BDtf3p024965@cvs-int.fedora.redhat.com> References: <200505111355.j4BDtf3p024965@cvs-int.fedora.redhat.com> Message-ID: <20050511160801.6864a5c3.bugs.michael@gmx.net> On Wed, 11 May 2005 09:55:41 -0400, Seth Vidal wrote: > Author: skvidal > > Update of /cvs/extras/common > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24951 > > Modified Files: > tobuild > Log Message: > > wanna see the report (sorry michael, just temporary) > > > > Index: tobuild > =================================================================== > RCS file: /cvs/extras/common/tobuild,v > retrieving revision 1.389 > retrieving revision 1.390 > diff -u -r1.389 -r1.390 > --- tobuild 11 May 2005 13:19:18 -0000 1.389 > +++ tobuild 11 May 2005 13:55:38 -0000 1.390 > @@ -1,5 +1,5 @@ > # this is the build control file. the format is > # user repo tag target status > # > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel > +skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel > qspencer rpms/octave/devel octave-2_1_70-1 devel Uhm, I got "Build of gnupg2 on development succeeded." earlier, so if your rebuild attempt fails, please reopen the bugzilla ticket, too. :-) From skvidal at phy.duke.edu Wed May 11 14:13:31 2005 From: skvidal at phy.duke.edu (seth vidal) Date: Wed, 11 May 2005 10:13:31 -0400 Subject: common tobuild,1.389,1.390 In-Reply-To: <20050511160801.6864a5c3.bugs.michael@gmx.net> References: <200505111355.j4BDtf3p024965@cvs-int.fedora.redhat.com> <20050511160801.6864a5c3.bugs.michael@gmx.net> Message-ID: <1115820811.10234.175.camel@cutter> On Wed, 2005-05-11 at 16:08 +0200, Michael Schwendt wrote: > On Wed, 11 May 2005 09:55:41 -0400, Seth Vidal wrote: > > > Author: skvidal > > > > Update of /cvs/extras/common > > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24951 > > > > Modified Files: > > tobuild > > Log Message: > > > > wanna see the report (sorry michael, just temporary) > > > > > > > > Index: tobuild > > =================================================================== > > RCS file: /cvs/extras/common/tobuild,v > > retrieving revision 1.389 > > retrieving revision 1.390 > > diff -u -r1.389 -r1.390 > > --- tobuild 11 May 2005 13:19:18 -0000 1.389 > > +++ tobuild 11 May 2005 13:55:38 -0000 1.390 > > @@ -1,5 +1,5 @@ > > # this is the build control file. the format is > > # user repo tag target status > > # > > -mschwendt rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel > > +skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel > > qspencer rpms/octave/devel octave-2_1_70-1 devel > > Uhm, I got "Build of gnupg2 on development succeeded." earlier, so if > your rebuild attempt fails, please reopen the bugzilla ticket, too. :-) > I am testing the disttags thing. -sv From fedora-extras-commits at redhat.com Wed May 11 15:00:57 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Wed, 11 May 2005 11:00:57 -0400 Subject: rpms/gtranslator/devel fix-build.patch, NONE, 1.1 gtranslator.spec, 1.5, 1.6 Message-ID: <200505111500.j4BF0vDo026112@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/gtranslator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26092 Modified Files: gtranslator.spec Added Files: fix-build.patch Log Message: Added patch to remove -Werror fix-build.patch: --- NEW FILE fix-build.patch --- src/semerkent/Makefile.in | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: gtranslator-1.1.5/src/semerkent/Makefile.in =================================================================== --- gtranslator-1.1.5.orig/src/semerkent/Makefile.in 2004-05-28 09:37:55.000000000 -0500 +++ gtranslator-1.1.5/src/semerkent/Makefile.in 2005-05-11 08:17:39.914059288 -0500 @@ -125,7 +125,7 @@ sc_present = @sc_present@ noinst_LIBRARIES = libsemerkent.a -INCLUDES = -I$(top_srcdir) -I$(includedir) $(GTRANSLATOR_CFLAGS) -Wall -Wunused -Werror +INCLUDES = -I$(top_srcdir) -I$(includedir) $(GTRANSLATOR_CFLAGS) -Wall -Wunused libsemerkent_a_SOURCES = semerkent.c semerkent.h semer-csv.c semer-csv.h semer-entry.c semer-entry.h semer-file.c semer-file.h semer-header.c semer-header.h semer-opentag.c semer-opentag.h semer-props.c semer-props.h semer-query.c semer-query.h semer-tmx.c semer-tmx.h semer-umtf.c semer-umtf.h semer-utils.c semer-utils.h semer-xliff.c semer-xliff.h semer-xml.c semer-xml.h Index: gtranslator.spec =================================================================== RCS file: /cvs/extras/rpms/gtranslator/devel/gtranslator.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gtranslator.spec 6 Apr 2005 22:12:00 -0000 1.5 +++ gtranslator.spec 11 May 2005 15:00:55 -0000 1.6 @@ -1,6 +1,6 @@ Name: gtranslator Version: 1.1.5 -Release: 2 +Release: 3 Summary: Gettext po file editor for GNOME @@ -19,6 +19,8 @@ Requires(post): scrollkeeper Requires(postun): scrollkeeper +Patch0: fix-build.patch + %description gtranslator is an enhanced gettext po file editor for the GNOME desktop environment. It handles all forms of gettext po files and @@ -29,6 +31,7 @@ %prep %setup -q +%patch0 -p1 %build %configure @@ -85,6 +88,9 @@ %changelog +* Wed May 11 2005 Josh Boyer +- Added build fix + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Wed May 11 15:01:26 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Wed, 11 May 2005 11:01:26 -0400 Subject: common tobuild,1.390,1.391 Message-ID: <200505111501.j4BF1Q9i027071@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27054 Modified Files: tobuild Log Message: request build of rpms/gtranslator/devel gtranslator-1_1_5-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.390 retrieving revision 1.391 diff -u -r1.390 -r1.391 --- tobuild 11 May 2005 13:55:38 -0000 1.390 +++ tobuild 11 May 2005 15:01:24 -0000 1.391 @@ -3,3 +3,4 @@ # skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel qspencer rpms/octave/devel octave-2_1_70-1 devel +jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel From fedora-extras-commits at redhat.com Wed May 11 15:11:07 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Wed, 11 May 2005 11:11:07 -0400 Subject: rpms/perl-Spreadsheet-WriteExcel/devel .cvsignore, 1.3, 1.4 perl-Spreadsheet-WriteExcel.spec, 1.6, 1.7 sources, 1.3, 1.4 Message-ID: <200505111511.j4BFB7Kr027131@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27110 Modified Files: .cvsignore perl-Spreadsheet-WriteExcel.spec sources Log Message: * Wed May 11 2005 Oliver Falk - 2.14-1 - Update - Add a complete URL for Source0 - Beautifying (fix identations and make it look more like the spectemplate-perl.spec) Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 21 Apr 2005 13:34:16 -0000 1.3 +++ .cvsignore 11 May 2005 15:11:05 -0000 1.4 @@ -1 +1 @@ -Spreadsheet-WriteExcel-2.13.tar.gz +Spreadsheet-WriteExcel-2.14.tar.gz Index: perl-Spreadsheet-WriteExcel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/perl-Spreadsheet-WriteExcel.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Spreadsheet-WriteExcel.spec 10 May 2005 23:48:36 -0000 1.6 +++ perl-Spreadsheet-WriteExcel.spec 11 May 2005 15:11:05 -0000 1.7 @@ -1,16 +1,18 @@ -Name: perl-Spreadsheet-WriteExcel -Version: 2.13 -Release: 3%{?dist} -Summary: Write formatted text and numbers to a cross-platform Excel binary file -License: Artistic or GPL -Group: Development/Libraries -Source0: Spreadsheet-WriteExcel-%{version}.tar.gz -Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: perl-Spreadsheet-WriteExcel +Version: 2.14 +Release: 1%{?dist} +Summary: Write formatted text and numbers to a cross-platform Excel binary file + +Group: Development/Libraries +License: Artistic or GPL +URL: http://search.cpan.org/dist/Spreadsheet-WriteExcel +Source0: http://cpan.org/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) -BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) %description The Spreadsheet::WriteExcel module can be used to create a cross- @@ -61,6 +63,12 @@ %{_mandir}/man3/*.3* %changelog +* Wed May 11 2005 Oliver Falk - 2.14-1 +- Update +- Add a complete URL for Source0 +- Beautifying (fix identations and make it look more like the + spectemplate-perl.spec) + * Tue May 10 2005 Tom "spot" Callaway 2.13-3 - more spec cleanups Index: sources =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 21 Apr 2005 13:34:16 -0000 1.3 +++ sources 11 May 2005 15:11:05 -0000 1.4 @@ -1 +1 @@ -9b4b058b3b79d33c073b0ec025a509cc Spreadsheet-WriteExcel-2.13.tar.gz +2a2ff55a0b8a41bdfd0f8adf9925394a Spreadsheet-WriteExcel-2.14.tar.gz From fedora-extras-commits at redhat.com Wed May 11 15:11:27 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Wed, 11 May 2005 11:11:27 -0400 Subject: common tobuild,1.391,1.392 Message-ID: <200505111511.j4BFBR7c027159@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27142 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.391 retrieving revision 1.392 diff -u -r1.391 -r1.392 --- tobuild 11 May 2005 15:01:24 -0000 1.391 +++ tobuild 11 May 2005 15:11:25 -0000 1.392 @@ -4,3 +4,4 @@ skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel qspencer rpms/octave/devel octave-2_1_70-1 devel jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel +oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel From denis at poolshark.org Wed May 11 15:17:45 2005 From: denis at poolshark.org (Denis Leroy) Date: Wed, 11 May 2005 08:17:45 -0700 Subject: APPROVED: loudmouth Message-ID: <42822219.4020600@poolshark.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Name: loudmouth Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries License: LGPL URL: http://www.imendio.com/projects/loudmouth Description: Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. Reviewer : Denis Leroy Maintainer : Brian Pepple -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFCgiIYN21V2B2op6oRAgKRAJwK6hs9+Tm1/LDwdGSvB9BzICCnngCgj2Mv fYVPRoEX7F3J3N6SVU8o1sU= =yFEO -----END PGP SIGNATURE----- From fedora-extras-commits at redhat.com Wed May 11 15:20:04 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Wed, 11 May 2005 11:20:04 -0400 Subject: rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel.spec, 1.6, 1.7 Message-ID: <200505111520.j4BFK4Ze027215@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27198 Modified Files: perl-Spreadsheet-WriteExcel.spec Log Message: * Wed May 11 2005 Oliver Falk - 2.14-1 - Update - Add a complete URL for Source0 - Beautifying (fix identations and make it look more like the spectemplate-perl.spec) - Merge with devel branch Index: perl-Spreadsheet-WriteExcel.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/FC-3/perl-Spreadsheet-WriteExcel.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Spreadsheet-WriteExcel.spec 10 May 2005 23:48:35 -0000 1.6 +++ perl-Spreadsheet-WriteExcel.spec 11 May 2005 15:20:02 -0000 1.7 @@ -1,16 +1,18 @@ -Name: perl-Spreadsheet-WriteExcel -Version: 2.13 -Release: 3%{?dist} -Summary: Write formatted text and numbers to a cross-platform Excel binary file -License: Artistic or GPL -Group: Development/Libraries -Source0: Spreadsheet-WriteExcel-%{version}.tar.gz -Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Name: perl-Spreadsheet-WriteExcel +Version: 2.14 +Release: 1%{?dist} +Summary: Write formatted text and numbers to a cross-platform Excel binary file + +Group: Development/Libraries +License: Artistic or GPL +URL: http://search.cpan.org/dist/Spreadsheet-WriteExcel +Source0: http://cpan.org/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) -Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) -BuildArch: noarch +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) %description The Spreadsheet::WriteExcel module can be used to create a cross- @@ -61,6 +63,13 @@ %{_mandir}/man3/*.3* %changelog +* Wed May 11 2005 Oliver Falk - 2.14-1 +- Update +- Add a complete URL for Source0 +- Beautifying (fix identations and make it look more like the + spectemplate-perl.spec) +- Merge with devel branch + * Tue May 10 2005 Tom "spot" Callaway 2.13-3 - more spec cleanups From fedora-extras-commits at redhat.com Wed May 11 15:20:20 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Wed, 11 May 2005 11:20:20 -0400 Subject: common tobuild,1.392,1.393 Message-ID: <200505111520.j4BFKKvE027243@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27226 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.392 retrieving revision 1.393 diff -u -r1.392 -r1.393 --- tobuild 11 May 2005 15:11:25 -0000 1.392 +++ tobuild 11 May 2005 15:20:18 -0000 1.393 @@ -5,3 +5,4 @@ qspencer rpms/octave/devel octave-2_1_70-1 devel jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel +oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 From denis at poolshark.org Wed May 11 15:21:36 2005 From: denis at poolshark.org (Denis Leroy) Date: Wed, 11 May 2005 08:21:36 -0700 Subject: APPROVED: gossip Message-ID: <42822300.3020106@poolshark.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Name: gossip Summary: Gnome Jabber Client Group: Applications/Communications License: GPL URL: http://www.imendio.com/projects/gossip/ Description: Gossip aims at making Jabber easy to use and tries to give GNOME users a real user friendly way of chatting with their friends. Reviewer : Denis Leroy Maintainer : Brian Pepple -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6 (GNU/Linux) Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org iD8DBQFCgiMAN21V2B2op6oRArQIAKCdE9SXCOGVmb34SzCLnEqlBxm4dQCfYXGV YUzgYOTIGjpcfHTbX1YphPc= =WTkb -----END PGP SIGNATURE----- From fedora-extras-commits at redhat.com Wed May 11 15:39:33 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 11 May 2005 11:39:33 -0400 Subject: common tobuild,1.393,1.394 Message-ID: <200505111539.j4BFdXCc027337@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27320 Modified Files: tobuild Log Message: request build of rpms/loudmouth/devel loudmouth-0_17_2-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.393 retrieving revision 1.394 diff -u -r1.393 -r1.394 --- tobuild 11 May 2005 15:20:18 -0000 1.393 +++ tobuild 11 May 2005 15:39:31 -0000 1.394 @@ -6,3 +6,4 @@ jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 +bpepple rpms/loudmouth/devel loudmouth-0_17_2-3 development From fedora-extras-commits at redhat.com Wed May 11 15:40:47 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Wed, 11 May 2005 11:40:47 -0400 Subject: common tobuild,1.394,1.395 Message-ID: <200505111540.j4BFeloG027403@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27386 Modified Files: tobuild Log Message: request build of rpms/gossip/devel gossip-0_8-3 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.394 retrieving revision 1.395 diff -u -r1.394 -r1.395 --- tobuild 11 May 2005 15:39:31 -0000 1.394 +++ tobuild 11 May 2005 15:40:45 -0000 1.395 @@ -7,3 +7,4 @@ oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_17_2-3 development +bpepple rpms/gossip/devel gossip-0_8-3 development From fedora-extras-commits at redhat.com Wed May 11 16:22:21 2005 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Wed, 11 May 2005 12:22:21 -0400 Subject: common tobuild,1.395,1.396 Message-ID: <200505111622.j4BGMLjC028439@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28422 Modified Files: tobuild Log Message: request build of rpms/inadyn/FC-3 inadyn-1_90-11 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.395 retrieving revision 1.396 diff -u -r1.395 -r1.396 --- tobuild 11 May 2005 15:40:45 -0000 1.395 +++ tobuild 11 May 2005 16:22:19 -0000 1.396 @@ -8,3 +8,4 @@ oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_17_2-3 development bpepple rpms/gossip/devel gossip-0_8-3 development +s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 From fedora-extras-commits at redhat.com Wed May 11 18:11:33 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Wed, 11 May 2005 14:11:33 -0400 Subject: common tobuild,1.396,1.397 Message-ID: <200505111811.j4BIBXF8031757@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31740 Modified Files: tobuild Log Message: request build of rpms/GtkAda/devel GtkAda-2_4_0-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.396 retrieving revision 1.397 diff -u -r1.396 -r1.397 --- tobuild 11 May 2005 16:22:19 -0000 1.396 +++ tobuild 11 May 2005 18:11:31 -0000 1.397 @@ -9,3 +9,4 @@ bpepple rpms/loudmouth/devel loudmouth-0_17_2-3 development bpepple rpms/gossip/devel gossip-0_8-3 development s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 +thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel From ville.skytta at iki.fi Wed May 11 19:33:46 2005 From: ville.skytta at iki.fi (Ville =?ISO-8859-1?Q?Skytt=E4?=) Date: Wed, 11 May 2005 22:33:46 +0300 Subject: rpms/gtranslator/devel fix-build.patch, NONE, 1.1 gtranslator.spec, 1.5, 1.6 In-Reply-To: <200505111500.j4BF0vDo026112@cvs-int.fedora.redhat.com> References: <200505111500.j4BF0vDo026112@cvs-int.fedora.redhat.com> Message-ID: <1115840026.24510.30.camel@bobcat.mine.nu> On Wed, 2005-05-11 at 11:00 -0400, Joshua W. Boyer wrote: > Added Files: > fix-build.patch Using something that identifies the package where this patch belongs to would be better; that way it's a lot less likely that unexpected things happen when people who rebuild stuff locally and have lots of stuff from different packages unpacked in their SOURCES dir. I'd suggest prefixing the patch with "%{name}-" (or the same with "hardcoded" package name instead of %{name}) in future package revisions. From jwboyer at jdub.homelinux.org Wed May 11 19:38:48 2005 From: jwboyer at jdub.homelinux.org (Josh Boyer) Date: Wed, 11 May 2005 14:38:48 -0500 Subject: rpms/gtranslator/devel fix-build.patch, NONE, 1.1 gtranslator.spec, 1.5, 1.6 In-Reply-To: <1115840026.24510.30.camel@bobcat.mine.nu> References: <200505111500.j4BF0vDo026112@cvs-int.fedora.redhat.com> <1115840026.24510.30.camel@bobcat.mine.nu> Message-ID: <20050511193848.GA30098@yoda.jdub.homelinux.org> On Wed, May 11, 2005 at 10:33:46PM +0300, Ville Skytt? wrote: > On Wed, 2005-05-11 at 11:00 -0400, Joshua W. Boyer wrote: > > > Added Files: > > fix-build.patch > > Using something that identifies the package where this patch belongs to > would be better; that way it's a lot less likely that unexpected things > happen when people who rebuild stuff locally and have lots of stuff from > different packages unpacked in their SOURCES dir. I'd suggest prefixing > the patch with "%{name}-" (or the same with "hardcoded" package name > instead of %{name}) in future package revisions. Agreed. I will be sure to do so next time. Thanks for the tip. josh From fedora-extras-commits at redhat.com Wed May 11 19:45:44 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 15:45:44 -0400 Subject: extras-buildsys-temp/automation2 - New directory Message-ID: <200505111945.j4BJjiv2000427@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv416/automation2 Log Message: Directory /cvs/fedora/extras-buildsys-temp/automation2 added to the repository From fedora-extras-commits at redhat.com Wed May 11 19:46:28 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 15:46:28 -0400 Subject: extras-buildsys-temp/automation2/client - New directory Message-ID: <200505111946.j4BJkSHg000453@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/client In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv438/client Log Message: Directory /cvs/fedora/extras-buildsys-temp/automation2/client added to the repository From fedora-extras-commits at redhat.com Wed May 11 19:46:28 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 15:46:28 -0400 Subject: extras-buildsys-temp/automation2/server - New directory Message-ID: <200505111946.j4BJkSEP000461@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv438/server Log Message: Directory /cvs/fedora/extras-buildsys-temp/automation2/server added to the repository From fedora-extras-commits at redhat.com Wed May 11 19:48:59 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 15:48:59 -0400 Subject: extras-buildsys-temp/automation2/client archwelder.py, NONE, 1.1 archwelder_config.py, NONE, 1.1 Message-ID: <200505111949.j4BJmxBP000505@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/client In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv488/automation2/client Added Files: archwelder.py archwelder_config.py Log Message: 2005-05-11 Dan Williams * First cut of reworked build system. Please see the soon-to-be committed README file for more details on how it works. --- NEW FILE archwelder.py --- #!/usr/bin/python -t # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # copyright 2005 Duke University # written by Seth Vidal # TODO: xml-rpc communication using 2-way ssl-cert-verified xmlrpc connection # TODO: config from file not cli import SimpleXMLRPCServer import xmlrpclib import socket import os import popen2 import sha import time import base64 import sys import string import time from archwelder_config import CONFIG DEBUG = False def debugprint(stuff=''): if DEBUG: print stuff def log(stuff=''): print stuff def is_done_status(status): if status == 'done' or status == 'killed' or status == 'failed': return True return False class ArchWelderMach: """puts things together for an arch - baseclass for handling builds for other arches""" def __init__(self, uniqid, srpm, target, mydir): self._status = 'init' self.target = target self.mydir = mydir self._output = [] self.srpm = srpm self.uniqid = uniqid def die(self, sig=15): try: os.kill(self.pobj.pid, sig) except Exception, e: print "Couldn't kill process %d: %s" % (self.pobj.pid, e) self._status = 'killed' return True def _unlock(self): print "%s: starting step 'unlocking'" % self.uniqid cmd = '%s %s -r %s unlock' % (self.arch_command, CONFIG('mach_cmd'), self.buildroot) self.pobj = popen2.Popen4(cmd=cmd) self._status = 'unlocking' def _clean(self): print "%s: starting step 'cleaning'" % self.uniqid cmd = '%s %s -r %s clean' % (self.arch_command, CONFIG('mach_cmd'), self.buildroot) self.pobj = popen2.Popen4(cmd=cmd) self._status = 'cleaning' def _prep(self): print "%s: starting step 'prepping'" % self.uniqid cmd = '%s /%s -r %s setup prep' % (self.arch_command, CONFIG('mach_cmd'), self.buildroot) self.pobj = popen2.Popen4(cmd=cmd) self._status = 'prepping' def _build(self): print "%s: starting step 'building'" % self.uniqid os.chdir(self.mydir + '/' + self.buildarch) cmd = '%s %s -r %s -c rebuild %s' % (self.arch_command, CONFIG('mach_cmd'), self.buildroot, self.srpm) self.pobj = popen2.Popen4(cmd=cmd) self._status = 'building' def start(self): # check for existence of srpm before going on self._unlock() def process(self): if not is_done_status(self._status): # If we're done with a step, advance to next one exit_status = self.pobj.poll() if exit_status == 0: if self._status == 'unlocking': self._clean() elif self._status == 'cleaning': self._prep() elif self._status == 'prepping': self._build() elif self._status == 'building': print "%s: Job done." % self.uniqid self._status = 'done' else: print "Bad status %s encountered!" % self._status elif exit_status > 0: print "%s: job failed!\n" % self.uniqid self._status = 'failed' else: # mach process still running pass def status(self): return self._status def logs(self): self._output.extend(self.pobj.fromchild.readlines()) return self._output class i386Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='i386'): self.buildroot = '%s-%s-i386-%s' % (target, CONFIG('distro_name'), CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '/usr/bin/setarch i686' ArchWelderMach.__init__(self, uniqid, srpm, target, mydir) class x86_64Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='x86_64'): self.buildroot = '%s-%s-x86_64-%s' % (target, CONFIG('distro_name'), CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' ArchWelderMach.__init__(self, uniqid, srpm, target, mydir) class PPCArch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='ppc'): self.buildroot = '%s-%s-ppc-%s' % (target, CONFIG('distro_name'), CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' ArchWelderMach.__init__(self, uniqid, srpm, target, mydir) class PPC64Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='ppc64'): self.buildroot = '%s-%s-ppc64-%s' % (target, CONFIG('distro_name'), CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' ArchWelderMach.__init__(self, uniqid, srpm, target, mydir) # Keep this global scope, used in __main__ welder_dict = { 'i386':i386Arch, 'i486':i386Arch, 'i586':i386Arch, 'i686':i386Arch, 'athlon':i386Arch, 'x86_64':x86_64Arch, 'amd64':x86_64Arch, 'ia32e':x86_64Arch, 'ppc':PPCArch, 'ppc32':PPCArch, 'ppc64':PPC64Arch, } def getArchWelder(uniqid, srpm, target, mydir, buildarch, localarches): """hand it an arch it hands you back the archwelder instance you need""" if not welder_dict.has_key(buildarch): # raise an exception here bitching about no place to build for that arch pass if buildarch == 'noarch': if len(localarches) > 0: welder = welder_dict[localarches[0]] else: if buildarch in localarches: welder = welder_dict[buildarch] awp = welder(uniqid, srpm, target, mydir, buildarch) return awp class XMLRPCArchWelderServer: def __init__(self, localarches): self.ids = {} # unique id => awclass instance self.localarches = localarches self.cur_job = 0 def _process(self): # Give jobs some time to update their status and do their thing job = 0 for (uniqid, awp) in self.ids.iteritems(): awp.process() if not is_done_status(awp.status()): job = uniqid self.cur_job = job # Update current job def start(self, srpm, target, stagedir, buildarch): if self.cur_job != 0: print "Tried to build '%s' when already buiding something" % srpm return 0 cur_time = time.time() check = '%d %s %s %s' % (cur_time, srpm, target, buildarch) sum = sha.new() sum.update(check) uniqid = sum.hexdigest() awp = getArchWelder(uniqid, srpm, target, stagedir, buildarch, self.localarches) if awp != None: self.ids[uniqid] = awp awp.start() log("%s: started %s on %s arch %s at time %d" % (uniqid, srpm, target, buildarch, cur_time)) else: log("%s: Failed request for %s on %s UNSUPPORTED arch %s at time %d" % (uniqid, srpm, target, buildarch, cur_time)) uniqid = 0 self.cur_job = uniqid return uniqid def status(self, uniqid=None): awp = self.ids[uniqid] if not awp: return '' return awp.status() def die(self, uniqid=None): awp = self.ids[uniqid] return awp.die() def logs(self, uniqid=None): awp = self.ids[uniqid] result = [] for line in awp.logs(): enc = base64.encodestring(line) result.append(enc) return result def listjobs(self): return self.ids.keys() def get_cur_job(self): """ Are we currently building something? """ return self.cur_job def supported_arches(self): return self.localarches class MyXMLRPCServer(SimpleXMLRPCServer.SimpleXMLRPCServer): """ XMLRPC server subclass that turns on SO_REUSEADDR """ def __init__(self, address): SimpleXMLRPCServer.SimpleXMLRPCServer.__init__(self, addr=address, logRequests=False) def server_bind(self): self.socket.setsockopt(socket.SOL_SOCKET,socket.SO_REUSEADDR,1) self.socket.bind(self.server_address) if __name__ == '__main__': if len(sys.argv) < 3: print "Usage:\n" print " %s \n" % sys.argv[0] print " - hostname or IP address of this machine" print " - space-separated list of arches this machine can build" # pretty-print the available archlist archlist = "" avail_arches = welder_dict.keys() avail_arches.sort() for a in avail_arches: archlist = archlist + a if a != avail_arches[len(avail_arches)-1]: archlist = archlist + ", " print " Available arches: [ %s ]\n" % archlist sys.exit(1) hostname = sys.argv[1] localarches = sys.argv[2:] print "Binding to address '%s' with arches: [%s]" % (hostname, string.join(localarches)) server = MyXMLRPCServer((hostname, 8888)) aws = XMLRPCArchWelderServer(localarches) server.register_instance(aws) last_time = time.time() while True: server.handle_request() cur_time = time.time() if cur_time >= last_time + 10: # do some work every 10s or so aws._process() last_time = time.time() --- NEW FILE archwelder_config.py --- # Configuration file for archwelder.py config_opts = {} config_opts['mach_cmd'] = "/usr/bin/mach" config_opts['distro_name'] = "fedora" config_opts['repo_name'] = "extras" def CONFIG (key): return config_opts[key] From fedora-extras-commits at redhat.com Wed May 11 19:49:00 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 15:49:00 -0400 Subject: extras-buildsys-temp/automation2/server aw_manager.py, NONE, 1.1 bm_server.py, NONE, 1.1 bm_server_config.py, NONE, 1.1 buildjob.py, NONE, 1.1 buildmaster.py, NONE, 1.1 Message-ID: <200505111949.j4BJn0p0000513@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv488/automation2/server Added Files: aw_manager.py bm_server.py bm_server_config.py buildjob.py buildmaster.py Log Message: 2005-05-11 Dan Williams * First cut of reworked build system. Please see the soon-to-be committed README file for more details on how it works. --- NEW FILE aw_manager.py --- #!/usr/bin/python # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # copyright 2005 Duke University # written by Seth Vidal import time import string import xmlrpclib from bm_server_config import CONFIG import base64 class ArchWelderJob: """ Tracks a single build instance for a single arch on an ArchWelder """ def __init__(self, awi, server, srpm, target, mydir, arch): self.awi = awi self.jobid = None self.status = None self.srpm = srpm self.target = target self.mydir = mydir self.arch = arch self._server = server self.starttime = None def start(self): try: self.jobid = self._server.start(self.srpm, self.target, self.mydir, self.arch) except Exception, e: print "Error starting job on host %s\n\t---error: %s" % (self.awi.address(), e) return False else: self.starttime = time.time() self.update_status() return True def update_status(self): if self.status == 'failed' or self.status == 'done': return status = '' try: status = self._server.status(self.jobid) except Exception, e: print "XMLAW: got error '%s' from AW during update_status()" % e self.status = status return self.status def die(self): self._server.die(self.jobid) self.status = 'killed' def logs(self): result = [] enclogs = self._server.logs(self.jobid) for line in enclogs: txt = base64.decodestring(line) result.append(txt) return result class ArchWelderInstance: """ Tracks an single arch on an ArchWelder """ def __init__(self, address, arch): self._jobs = [] self._arch = arch self._address = address self._server = xmlrpclib.Server(self._address) self._cur_job = self._get_cur_job() def arch(self): return self._arch def address(self): return self._address def new_job(self, srpm, target, mydir): return ArchWelderJob(self, self._server, srpm, target, mydir, self._arch) def track_job(self, job): self._jobs.append(job) def _get_cur_job(self): cur_job = None try: cur_job = self._server.get_cur_job() except Exception, e: print "XMLAW: got error '%s' from AW during get_cur_job()" % e else: if cur_job == 0: cur_job = None return cur_job def process(self): self._cur_job = self._get_cur_job() # Update status of all jobs for j in self._jobs: j.update_status() def available(self): if self._cur_job: return False else: return True class ArchWelderManager: def __init__(self): # List of addresses of possible builders self.possible_aw = CONFIG('builders') # Dict: arches => available builders # Like so: [ 'i386':['10.0.0.1', '10.0.0.2'], # 'x86_64':['10.0.0.3'] # ] self.running_aw = {} # Figure out which archwelders are alive, and what they support # We create a separate archwelder instance for each arch on each builder, # even though both instances talk to the same XMLRPC server on the builder print "-----------------------------------------------------" print " Looking or ArchWelders..." for address in self.possible_aw: arches = None server = xmlrpclib.Server(address) try: arches = server.supported_arches() except Exception, e: pass if arches: arches.append('noarch') print " Found ArchWelder '%s' supporting arches %s." % (address, string.join(arches)) for a in arches: if not self.running_aw.has_key(a): self.running_aw[a] = [] awi = ArchWelderInstance(address, a) self.running_aw[a].append(awi) else: self.possible_aw.remove(address) del server print "-----------------------------------------------------\n" def process(self): for awi_list in self.running_aw.values(): for awi in awi_list: awi.process() def track_job(self, job): if job: awi = job.awi.track_job(job) def new_job_on_arch(self, arch, srpm, target, mydir): """ Create a job on a free builder for this arch """ if self.running_aw.has_key(arch): for aw in self.running_aw[arch]: if aw.available(): return aw.new_job(srpm, target, mydir) return None --- NEW FILE bm_server.py --- #!/usr/bin/python # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # copyright 2005 Duke University # written by Seth Vidal import time from bm_server_config import CONFIG import socket import SimpleXMLRPCServer import xmlrpclib from buildjob import BuildJob from buildjob import PrepError import sqlite import smtplib from email.MIMEText import MIMEText import threading from buildmaster import BuildMaster from buildmaster import ensure_build_db_tables from aw_manager import ArchWelderManager def email_result(username, cvs_tag, resultstring, subject=None): """send 'resultstring' to username""" msg = MIMEText(resultstring) if not subject: subject = 'Build Result: %s' % cvs_tag msg['Subject'] = subject msg['From'] = CONFIG('email_from') email_to = '%s@%s' % (username, CONFIG('email_to_domain')) msg['To'] = email_to s = smtplib.SMTP() s.connect() s.sendmail(CONFIG('email_from'), [email_to], msg.as_string()) s.close() class XMLRPCBuildMaster: def __init__(self, arch_welder_manager): self.awm = arch_welder_manager self.dbcx = sqlite.connect("buildmaster_db", encoding="utf-8", timeout=2) self.curs = self.dbcx.cursor() ensure_build_db_tables(self.dbcx) def __del__(self): self.dbcx.close() def enqueue(self, username, package, cvs_tag, target, buildreq=None): """ Accept a job to build and stuff it into the job database """ print "Request to enqueue '%s' tag '%s' for target '%s' (user '%s')" \ % (package, cvs_tag, target, username) targets = CONFIG('targets') if not targets.has_key(target): print "Error setting up build for %s on %s: target does not exist."\ % (cvs_tag, target) email_result(username, cvs_tag, "Error setting up build for %s on "\ "%s: target does not exist." % (cvs_tag, target)) return -1 else: # Insert request into the database self.curs.execute('INSERT INTO jobs (uid, username, package,' \ ' cvs_tag, target, buildreq, time_submitted, status)' \ ' VALUES (NULL, "%s", "%s", "%s", "%s", "%s", %d, "%s")' \ % (username, package, cvs_tag, target, buildreq, \ time.time(), 'waiting')) self.dbcx.commit() return 0 def list_waiting_jobs(self): self.curs.execute('SELECT uid, username, package, cvs_tag, target' \ ' FROM jobs WHERE status="waiting"') self.dbcx.commit() data = self.curs.fetchall() job_list = [] for row in data: tempX = [ item for item in row] job_list.append(tempX) return job_list def list_building_jobs(self): self.curs.execute('SELECT uid, username, package, cvs_tag, target' \ ' FROM jobs WHERE status="building"') self.dbcx.commit() data = self.curs.fetchall() job_list = [] for row in data: tempX = [ item for item in row] job_list.append(tempX) return job_list class MyXMLRPCServer(SimpleXMLRPCServer.SimpleXMLRPCServer): """ XMLRPC server subclass that turns on SO_REUSEADDR """ def __init__(self, address): SimpleXMLRPCServer.SimpleXMLRPCServer.__init__(self, addr=address, logRequests=False) def server_bind(self): self.socket.setsockopt(socket.SOL_SOCKET,socket.SO_REUSEADDR,1) self.socket.bind(self.server_address) if __name__ == '__main__': # Create ArchWelderManager awm = ArchWelderManager() # Create the BuildMaster thread bm = BuildMaster(awm) bm.start() # Create the BuildMaster XMLRPC server xmlrpc_bm = XMLRPCBuildMaster(awm) bm_server = MyXMLRPCServer((CONFIG('hostname'), 8887)) bm_server.register_instance(xmlrpc_bm) print "BuildMaster accepting requests on %s:8887.\n" % CONFIG('hostname') try: bm_server.serve_forever() except Exception: # Make sure the BuildMaster thread shuts down print "Shutting down..." bm.stop() --- NEW FILE bm_server_config.py --- # Configuration file for buildmaster.py config_opts = {} config_opts['hostname'] = "localhost" config_opts['email_to_domain'] = "redhat.com" config_opts['email_from'] = "buildsys at fedoraproject.org" config_opts['stages_root'] = "/rpmbuild/extras/stages" config_opts['pkg_cvs_root'] = ":gserver:cvs.devel.redhat.com:/cvs/dist" config_opts['pkg_cvs_rsh'] = "/usr/kerberos/bin/krsh" config_opts['cvs_cmd'] = "/usr/bin/cvs" config_opts['make_cmd'] = "/usr/bin/make" config_opts['tmpdir'] = "/tmp" config_opts['redhat_internal_cvs'] = 1 config_opts['log_url'] = "http://foo.foo.org/logs/" config_opts['targets'] = { 'FC-3' : ['i386', 'x86_64'], 'devel' : ['i386'] } config_opts['builders'] = [ 'http://127.0.0.1:8888' ] def CONFIG (key): if config_opts.has_key(key): return config_opts[key] else: print "Bad request for key '%s'" % (key) exit (1) --- NEW FILE buildjob.py --- #!/usr/bin/python # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # copyright 2005 Duke University # written by Seth Vidal import os import os.path import sys import commands import time import popen2 import rpmUtils import exceptions import shutil import tempfile import smtplib from email.MIMEText import MIMEText import string import SimpleXMLRPCServer import xmlrpclib from bm_server_config import CONFIG import socket from aw_manager import ArchWelderManager from aw_manager import ArchWelderJob os.environ['CVSROOT'] = CONFIG('pkg_cvs_root') os.environ['CVS_RSH'] = CONFIG('pkg_cvs_rsh') DEBUG = True def debugprint(stuff=''): if DEBUG: print stuff def log(stuff=''): print stuff class PrepError(exceptions.Exception): def __init__(self, errno=0, args=None): exceptions.Exception.__init__(self) self.args = args self.errno = errno def __str__(self): return self.args class BuildError(exceptions.Exception): def __init__(self, errno=0, args=None): exceptions.Exception.__init__(self) self.args = args self.errno = errno def __str__(self): return self.args class BuildJob: """ Controller object for building 1 SRPM on multiple arches """ def __init__(self, uid, username, package, cvs_tag, target, arch_welder_manager): self.awm = arch_welder_manager self.uid = uid self.curstage = 'initialize' self.username = username self.starttime = time.time() self.endtime = None self.stages_root = CONFIG('stages_root') self.package = package self.cvs_tag = cvs_tag self.target = target self.buildarches = [] self.sub_jobs = {} self.failed = False def get_cur_stage(self): return self.curstage def get_uid(self): return self.uid def arch_handling(self, hdr): archs = [] targets = CONFIG('targets') buildable_arches = targets[self.target] ba = hdr['buildarchs'] exclusive = hdr['exclusivearch'] exclude = hdr['excludearch'] if ba == ['noarch']: return ba # default to building all arches tmparchs = [] for arch in buildable_arches: tmparchs.append(arch) if ba: tmparchs = ba else: if exclusive: tmparchs = exclusive if exclude: for arch in exclude: if arch in tmparchs: tmparchs.remove(arch) # we probably need to check the archs, and make sure they are what # we can build for for thisarch in tmparchs: if thisarch in buildable_arches: archs.append(thisarch) return archs def _make_stage_dir(self): self.pkgsubdir = '%s-%d/%s-%s' % (self.name, self.starttime, self.ver, self.release) self.target_and_pkg_subdir = '%s/%s' % (self.target, self.pkgsubdir) self.stage_dir = os.path.join(self.stages_root, self.curstage, self.target_and_pkg_subdir) if not os.path.exists(self.stage_dir): os.makedirs(self.stage_dir) return self.stage_dir def _checkout(self): self.curstage = 'checkout' self.tmpdir = tempfile.mkdtemp(prefix=self.cvs_tag, dir=CONFIG('tmpdir')) os.chdir(self.tmpdir) cmd = '%s co -r %s %s' % (CONFIG('cvs_cmd'), self.cvs_tag, self.package) debugprint("%d: Running %s" % (self.uid, cmd)) s, o = commands.getstatusoutput(cmd) if s != 0: subj = 'Prep Error: %s on %s' % (self.cvs_tag, self.target) msg = "could not check out %s from %s - output was:\n %s" % (self.cvs_tag, self.target, o) self.email_result(resultstring=msg, subject=subj) self.curstage = 'finished' self.failed = True return if CONFIG('redhat_internal_cvs') == 1: os.chdir(os.path.join(self.tmpdir, self.package)) cmd = '%s co common' % CONFIG('cvs_cmd') debugprint("%d: Running %s" % (self.uid, cmd)) s, o = commands.getstatusoutput(cmd) if s != 0: subj = 'Prep Error: %s on %s' % (self.cvs_tag, self.target) msg = "could not check out common directory for %s from %s - output was:\n %s" % (self.cvs_tag, self.target, o) self.email_result(resultstring=msg, subject=subj) self.curstage = 'finished' self.failed = True return def _make_srpm(self): self.curstage = 'make_srpm' self.srpmpath = None packagedir = os.path.join(self.tmpdir, self.package) if not os.path.exists(packagedir): subj = 'Prep Error: %s on %s' % (self.cvs_tag, self.target) msg = "could not find path %s for %s." % (packagedir, self.cvs_tag) self.email_result(resultstring=msg, subject=subj) self.curstage = 'finished' self.failed = True return if CONFIG('redhat_internal_cvs') == 1: make_srpm_dir = os.path.join(packagedir, self.target) else: make_srpm_dir = packagedir os.chdir(make_srpm_dir) cmd = '%s srpm' % CONFIG('make_cmd') debugprint("%d: Running %s in %s" % (self.uid, cmd, make_srpm_dir)) s, o = commands.getstatusoutput(cmd) if s != 0: subj = 'Prep Error: %s on %s' % (self.cvs_tag, self.target) msg = "could not make srpm for %s - output was:\n %s" % (self.cvs_tag, o) self.email_result(resultstring=msg, subject=subj) self.curstage = 'finished' self.failed = True return srpmpath = None for line in o.split("\n"): if line.startswith("Wrote:"): line.replace("\n", "") (garbage, path) = line.split(':') srpmpath = path.strip() break if not srpmpath: subj = 'Prep Error: %s on %s' % (self.cvs_tag, self.target) msg = "could not find srpm for %s - output was:\n %s" % (self.cvs_tag, o) self.email_result(resultstring=msg, subject=subj) self.curstage = 'finished' self.failed = True return self.srpmpath = srpmpath def _prep(self): self.curstage = 'prep' ts = rpmUtils.transaction.initReadOnlyTransaction() hdr = rpmUtils.miscutils.hdrFromPackage(ts, self.srpmpath) self.name = hdr['name'] self.ver = hdr['version'] self.release = hdr['release'] self.buildarches = self.arch_handling(hdr) if len(self.buildarches) == 0: self.failed = True self.curstage = 'finished' del hdr del ts return; self._make_stage_dir() self._createrepo(stage='needsign') for arch in self.buildarches: thisdir = os.path.join(self.stage_dir, arch) if not os.path.exists(thisdir): os.makedirs(thisdir) srpm = os.path.basename(self.srpmpath) srpm_in_dir = os.path.join(self.stage_dir, srpm) if os.path.exists(srpm_in_dir): os.unlink(srpm_in_dir) shutil.move(self.srpmpath, self.stage_dir) self.srpmpath = srpm_in_dir del hdr del ts def process(self): # Advance to next stage based on current stage if self.curstage == 'initialize': self._checkout() elif self.curstage == 'checkout': self._make_srpm() elif self.curstage == 'make_srpm': self._prep() elif self.curstage == 'prep' or self.curstage == 'building': self._monitor() elif self.curstage == 'finished': self._cleanup() elif self.curstage == 'cleanup': if self.failed: self._failed() else: self._succeeded() def _start_unspawned_builds(self): for arch in self.buildarches: if not self.sub_jobs.has_key(arch): job = self.awm.new_job_on_arch(arch, self.srpmpath, self.target, self.stage_dir) if job: if job.start() == True: self.awm.track_job(job) self.sub_jobs[arch] = job print "%s: Started job %s with builder id %s" % (self.uid, self.package, job.jobid) else: print "%d: Waiting for free buildhost on %s" % (self.uid, arch) del job def _monitor(self): self.curstage = 'building' self._start_unspawned_builds() have_jobs = False jobs_running = 0 for job in self.sub_jobs.values(): have_jobs = True if job.status == 'done': continue else: jobs_running = 1 # if we'd rather have all builds finish # even if an arch fails we should remove this check if job.status == 'failed' or job.status == 'killed': self.failed = True if self.failed or (have_jobs == True and jobs_running == 0): self.curstage = 'finished' def _cleanup(self): self.curstage = 'cleanup' if self.failed: # Kill remaining jobs on other arches for job in self.sub_jobs.values(): if job.status != 'done' and job.status != 'killed' and job.status != 'failed': job.die() def _failed(self): self.curstage = 'failed' old_stage = self.stage_dir dest = self._make_stage_dir() if os.path.exists(dest): shutil.rmtree(dest, ignore_errors=True) shutil.move(old_stage, dest) for job in self.sub_jobs.values(): buildroot = 'fedora-%s-%s-core' % (self.target, job.arch) stage_arch = os.path.join(self.stage_dir, job.arch) build_log = '%s/mach/%s/%s-%s-%s/rpm.log' % (CONFIG('tmpdir'), buildroot, self.name, self.ver, self.release) if os.path.exists(build_log): bl = open(build_log, 'r') else: bl = None if not os.path.exists(stage_arch): os.makedirs(stage_arch) fn = '%s/%s-%s-%s.failure.log' % (stage_arch, self.name, self.ver, self.release) print "%d: Logfile (%s) is: %s" % (self.uid, job.arch, fn) logfile = open(fn, 'w') if job.status == 'killed': lines = ['Build process terminated due to failure on another arch\n'] else: lines = job.logs() for line in lines: logfile.write(line) if bl: for line in bl.readlines(): logfile.write(line) bl.close() logfile.close() # markup status file resultstring = """ %s: Build of %s on %s failed to complete on one or more archs. Please see logs at: %s/%s/%s""" % (self.uid, self.name, self.target, CONFIG('log_url'), self.target, self.name) self.email_result(resultstring) return False def _succeeded(self): self.curstage = 'needsign' old_stage = self.stage_dir dest = self._make_stage_dir() if os.path.exists(dest): shutil.rmtree(dest, ignore_errors=True) shutil.move(old_stage, dest) # markup status file resultstring = """ %s: Build of %s on %s succeeded. """ % (self.uid, self.name, self.target) self.email_result(resultstring) self._createrepo() return True def email_result(self, resultstring, subject=None): """send 'resultstring' to self.email from self.email_from""" print "%d: resultstring: %s" % (self.uid, resultstring) return msg = MIMEText(resultstring) if not subject: subject = 'Build Result: %s on %s' % (self.name, self.target) msg['Subject'] = subject msg['From'] = CONFIG('email_from') email_to = '%s@%s' % (self.username, CONFIG('email_to_domain')) msg['To'] = email_to s = smtplib.SMTP() s.connect() s.sendmail(CONFIG('email_from'), [email_to], msg.as_string()) s.close() def _createrepo(self, stage=None): # createrepo on the needsign tree for new changes if not stage: stage = self.curstage repodir = os.path.join(self.stages_root, stage, self.target) print "%d: repodir %s" % (self.uid, repodir) if not os.path.exists(repodir): os.makedirs(repodir) s, o = commands.getstatusoutput('/usr/bin/createrepo -q %s' % repodir) if s != 0: self.curstage = 'failed' raise PrepError(5, 'Error generating repodata for %s: %s' % (repodir, o)) --- NEW FILE buildmaster.py --- #!/usr/bin/python # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Library General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # copyright 2005 Duke University # written by Seth Vidal import time from bm_server_config import CONFIG from buildjob import BuildJob from buildjob import PrepError import sqlite import threading def ensure_build_db_tables(dbcx): """ Central routine to create the database table structure """ curs = dbcx.cursor() try: curs.execute('SELECT * FROM jobs') dbcx.commit() except Exception, e: # If DB wasn't created, try to create it curs.execute('CREATE TABLE jobs (uid INTEGER PRIMARY KEY, ' \ 'username VARCHAR(20), package VARCHAR(50), ' \ 'cvs_tag VARCHAR(75), target VARCHAR(20), ' \ 'buildreq VARCHAR(75), time_submitted BIGINT, ' \ 'status VARCHAR(15))') dbcx.commit() class BuildMaster(threading.Thread): def __init__(self, arch_welder_manager): self.awm = arch_welder_manager self.building_jobs = [] self.should_stop = False self.dbcx = sqlite.connect("buildmaster_db", encoding="utf-8", timeout=2) self.curs = self.dbcx.cursor() ensure_build_db_tables(self.dbcx) threading.Thread.__init__(self) def __del__(self): self.dbcx.close() def stop(self): self.should_stop = True def set_job_status(self, job): status = job.get_cur_stage() job_uid = job.get_uid() self.curs.execute('UPDATE jobs SET status="%s" WHERE uid=%d' \ % (status, job_uid)) def run(self): while True: # Update all ArchWelders and known jobs self.awm.process() # Allow each job some processing time for job in self.building_jobs: job.process() self.set_job_status(job) if job.get_cur_stage() == 'failed' or job.get_cur_stage() == 'needsign': print "%d: Job finished." % job.get_uid() self.building_jobs.remove(job) # Grab one waiting job from database and start it self.curs.execute('SELECT uid, username, package, cvs_tag, target' \ ' FROM jobs WHERE status="waiting"') self.dbcx.commit() item = self.curs.fetchone() if item: print "%d: Adding (%s/%s/%s) to build queue" % (item['uid'], \ item['package'], item['cvs_tag'], item['target']) job = BuildJob(item['uid'], item['username'], item['package'], item['cvs_tag'], item['target'], self.awm) self.building_jobs.append(job) time.sleep(1) if self.should_stop == True: break From fedora-extras-commits at redhat.com Wed May 11 19:56:46 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 11 May 2005 15:56:46 -0400 Subject: rpms/GiNaC/devel GiNaC.spec,1.4,1.5 Message-ID: <200505111956.j4BJukpF000558@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/GiNaC/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv534 Modified Files: GiNaC.spec Log Message: Excluded .la file and removed processing of info at build. Index: GiNaC.spec =================================================================== RCS file: /cvs/extras/rpms/GiNaC/devel/GiNaC.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- GiNaC.spec 25 Apr 2005 14:07:20 -0000 1.4 +++ GiNaC.spec 11 May 2005 19:56:31 -0000 1.5 @@ -55,7 +55,6 @@ %install rm -rf ${RPM_BUILD_ROOT} %makeinstall -gzip -9nf ${RPM_BUILD_ROOT}%{_infodir}/ginac.info* %clean rm -rf ${RPM_BUILD_ROOT} @@ -81,7 +80,6 @@ %files devel %defattr(-,root,root) %{_libdir}/*.a -%{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/ginac.pc %{_includedir}/ginac @@ -89,6 +87,7 @@ %{_mandir}/man1/ginac-config.1* %{_bindir}/ginac-config %{_datadir}/aclocal/ginac.m4 +%exclude %{_libdir}/*.la %files utils %defattr(-,root,root) @@ -98,6 +97,10 @@ %{_mandir}/man1/viewgar.1* %changelog +* Wed May 11 2005 Quentin Spencer 1.3.0-2 +- Exclude .la lib. +- Remove processing of info files (this is supposed to be automatic). + * Fri Apr 22 2005 Quentin Spencer 1.3.0-2 - Added release to Requires for devel and utils From fedora-extras-commits at redhat.com Wed May 11 20:00:54 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 11 May 2005 16:00:54 -0400 Subject: rpms/cln/devel cln.spec,1.4,1.5 Message-ID: <200505112000.j4BK0smS000589@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/cln/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv575 Modified Files: cln.spec Log Message: Exclude .la file Index: cln.spec =================================================================== RCS file: /cvs/extras/rpms/cln/devel/cln.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- cln.spec 25 Apr 2005 14:07:41 -0000 1.4 +++ cln.spec 11 May 2005 20:00:51 -0000 1.5 @@ -37,7 +37,7 @@ %build %configure make - +: %install rm -rf ${RPM_BUILD_ROOT} %makeinstall @@ -68,7 +68,6 @@ %defattr(-,root,root) %{_docdir}/%{name}-devel-%{version} %{_libdir}/*.a -%{_libdir}/*.la %{_libdir}/*.so %{_libdir}/pkgconfig/cln.pc %{_includedir}/cln/ @@ -76,8 +75,12 @@ %{_mandir}/man1/cln-config.1* %{_bindir}/cln-config %{_datadir}/aclocal/cln.m4 +%exclude %{_libdir}/*.la %changelog +* Wed May 11 2005 Quentin Spencer 1.1.9-1 +- Excluded .la file + * Fri Apr 22 2005 Quentin Spencer 1.1.9-1 - Added gmp-devel in BuildRequires, fixes in files - Added release to name in Requires for devel From paul at city-fan.org Wed May 11 20:18:35 2005 From: paul at city-fan.org (Paul Howarth) Date: Wed, 11 May 2005 21:18:35 +0100 Subject: rpms/cln/devel cln.spec,1.4,1.5 In-Reply-To: <200505112000.j4BK0smS000589@cvs-int.fedora.redhat.com> References: <200505112000.j4BK0smS000589@cvs-int.fedora.redhat.com> Message-ID: <1115842715.4628.4.camel@laurel.intra.city-fan.org> On Wed, 2005-05-11 at 16:00 -0400, Quentin Spencer wrote: > Author: qspencer > > Update of /cvs/extras/rpms/cln/devel > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv575 > > Modified Files: > cln.spec > Log Message: > Exclude .la file > > > > Index: cln.spec > =================================================================== > RCS file: /cvs/extras/rpms/cln/devel/cln.spec,v > retrieving revision 1.4 > retrieving revision 1.5 > diff -u -r1.4 -r1.5 > --- cln.spec 25 Apr 2005 14:07:41 -0000 1.4 > +++ cln.spec 11 May 2005 20:00:51 -0000 1.5 > @@ -37,7 +37,7 @@ > %build > %configure > make > - > +: Isn't this ":" going to result in make errors being ignored, since the result of %build will be "true"? It looks to me like a typo as it's unrelated to the removal of the .la file(s). Paul. -- Paul Howarth From qspencer at ieee.org Wed May 11 20:29:53 2005 From: qspencer at ieee.org (Quentin Spencer) Date: Wed, 11 May 2005 15:29:53 -0500 Subject: rpms/cln/devel cln.spec,1.4,1.5 In-Reply-To: <1115842715.4628.4.camel@laurel.intra.city-fan.org> References: <200505112000.j4BK0smS000589@cvs-int.fedora.redhat.com> <1115842715.4628.4.camel@laurel.intra.city-fan.org> Message-ID: <42826B41.50707@ieee.org> Paul Howarth wrote: > --- cln.spec 25 Apr 2005 14:07:41 -0000 1.4 > >>+++ cln.spec 11 May 2005 20:00:51 -0000 1.5 >>@@ -37,7 +37,7 @@ >> %build >> %configure >> make >>- >>+: >> >> > >Isn't this ":" going to result in make errors being ignored, since the >result of %build will be "true"? > >It looks to me like a typo as it's unrelated to the removal of the .la >file(s). > > It is. I'm fixing it. Thanks for noticing this. -Quentin From fedora-extras-commits at redhat.com Wed May 11 20:33:10 2005 From: fedora-extras-commits at redhat.com (Quentin Spencer (qspencer)) Date: Wed, 11 May 2005 16:33:10 -0400 Subject: rpms/cln/devel cln.spec,1.5,1.6 Message-ID: <200505112033.j4BKXAjG001600@cvs-int.fedora.redhat.com> Author: qspencer Update of /cvs/extras/rpms/cln/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1583 Modified Files: cln.spec Log Message: Fixed typo. Index: cln.spec =================================================================== RCS file: /cvs/extras/rpms/cln/devel/cln.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- cln.spec 11 May 2005 20:00:51 -0000 1.5 +++ cln.spec 11 May 2005 20:33:08 -0000 1.6 @@ -37,7 +37,7 @@ %build %configure make -: + %install rm -rf ${RPM_BUILD_ROOT} %makeinstall From fedora-extras-commits at redhat.com Wed May 11 21:07:47 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 17:07:47 -0400 Subject: extras-buildsys-temp/automation2/client archwelder.py,1.1,1.2 Message-ID: <200505112107.j4BL7lpZ002821@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/client In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2807/client Modified Files: archwelder.py Log Message: Fix ordering of target and distro name for mach Index: archwelder.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/client/archwelder.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- archwelder.py 11 May 2005 19:48:57 -0000 1.1 +++ archwelder.py 11 May 2005 21:07:43 -0000 1.2 @@ -131,7 +131,7 @@ class i386Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='i386'): - self.buildroot = '%s-%s-i386-%s' % (target, CONFIG('distro_name'), + self.buildroot = '%s-%s-i386-%s' % (CONFIG('distro_name'), target, CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '/usr/bin/setarch i686' @@ -139,7 +139,7 @@ class x86_64Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='x86_64'): - self.buildroot = '%s-%s-x86_64-%s' % (target, CONFIG('distro_name'), + self.buildroot = '%s-%s-x86_64-%s' % (CONFIG('distro_name'), target, CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' @@ -147,7 +147,7 @@ class PPCArch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='ppc'): - self.buildroot = '%s-%s-ppc-%s' % (target, CONFIG('distro_name'), + self.buildroot = '%s-%s-ppc-%s' % (tCONFIG('distro_name'), target, CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' @@ -155,7 +155,7 @@ class PPC64Arch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='ppc64'): - self.buildroot = '%s-%s-ppc64-%s' % (target, CONFIG('distro_name'), + self.buildroot = '%s-%s-ppc64-%s' % (CONFIG('distro_name'), target, CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' @@ -298,8 +298,8 @@ while True: server.handle_request() cur_time = time.time() - if cur_time >= last_time + 10: - # do some work every 10s or so + if cur_time >= last_time + 5: + # do some work every 5s or so aws._process() last_time = time.time() From fedora-extras-commits at redhat.com Wed May 11 21:33:17 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 17:33:17 -0400 Subject: extras-buildsys-temp/automation2/client archwelder.py,1.2,1.3 Message-ID: <200505112133.j4BLXHoJ002903@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/extras-buildsys-temp/automation2/client In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2887 Modified Files: archwelder.py Log Message: very minor typo Index: archwelder.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/client/archwelder.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- archwelder.py 11 May 2005 21:07:43 -0000 1.2 +++ archwelder.py 11 May 2005 21:33:15 -0000 1.3 @@ -147,7 +147,7 @@ class PPCArch(ArchWelderMach): def __init__(self, uniqid, srpm, target, mydir, buildarch='ppc'): - self.buildroot = '%s-%s-ppc-%s' % (tCONFIG('distro_name'), target, + self.buildroot = '%s-%s-ppc-%s' % (CONFIG('distro_name'), target, CONFIG('repo_name')) self.buildarch = buildarch self.arch_command = '' From fedora-extras-commits at redhat.com Wed May 11 21:46:58 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:46:58 -0400 Subject: rpms/nx - New directory Message-ID: <200505112146.j4BLkwtZ003015@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2995/nx Log Message: Directory /cvs/extras/rpms/nx added to the repository From fedora-extras-commits at redhat.com Wed May 11 21:46:58 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:46:58 -0400 Subject: rpms/nx/devel - New directory Message-ID: <200505112147.j4BLkwr8003020@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2995/nx/devel Log Message: Directory /cvs/extras/rpms/nx/devel added to the repository From fedora-extras-commits at redhat.com Wed May 11 21:47:09 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:47:09 -0400 Subject: rpms/nx Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505112147.j4BLl9Am003067@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3040 Added Files: Makefile import.log Log Message: Setup of module nx --- NEW FILE Makefile --- # Top level Makefile for module nx all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed May 11 21:47:09 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:47:09 -0400 Subject: rpms/nx/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505112147.j4BLl9SW003072@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3040/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module nx --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed May 11 21:59:53 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:59:53 -0400 Subject: rpms/nx import.log,1.1,1.2 Message-ID: <200505112159.j4BLxrS5003195@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3160 Modified Files: import.log Log Message: auto-import nx-1.4.0-5 on branch devel from nx-1.4.0-5.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/nx/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 May 2005 21:47:07 -0000 1.1 +++ import.log 11 May 2005 21:59:50 -0000 1.2 @@ -0,0 +1 @@ +nx-1_4_0-5:HEAD:nx-1.4.0-5.src.rpm:1115848788 From fedora-extras-commits at redhat.com Wed May 11 21:59:53 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 17:59:53 -0400 Subject: rpms/nx/devel NX-noansi.diff, NONE, 1.1 NX.diff, NONE, 1.1 nx.spec, NONE, 1.1 nxagent, NONE, 1.1 p_XFree86-4.3-ppc64.diff, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505112159.j4BLxrAU003204@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/nx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3160/devel Modified Files: .cvsignore sources Added Files: NX-noansi.diff NX.diff nx.spec nxagent p_XFree86-4.3-ppc64.diff Log Message: auto-import nx-1.4.0-5 on branch devel from nx-1.4.0-5.src.rpm NX-noansi.diff: --- NEW FILE NX-noansi.diff --- --- lib/Xxf86dga/Imakefile.noansi 2004-04-19 15:55:51.000000000 +0000 +++ lib/Xxf86dga/Imakefile 2004-04-19 20:10:55.000000000 +0000 @@ -36,6 +36,11 @@ #define UnsharedLibObjCompile(options) LibObjCompile(unshared,$(CDEBUGFLAGS) $(CLIBDEBUGFLAGS) options $(PICFLAGS)) +#if defined(ia64Architecture) +#undef DefaultCCOptions +#define DefaultCCOptions GccWarningOptions +#endif + #include MANDIR = $(LIBMANDIR) --- lib/Xaw6/Imakefile.orig 2004-04-19 20:34:53.000000000 +0000 +++ lib/Xaw6/Imakefile 2004-04-19 20:35:05.000000000 +0000 @@ -115,6 +115,11 @@ INCLUDES = -I$(AWIDGETSRC) +#if defined(ia64Architecture) +#undef DefaultCCOptions +#define DefaultCCOptions GccWarningOptions +#endif + #include #if DoSharedLib && SharedDataSeparation --- lib/Xaw/Imakefile.orig 2004-04-19 20:38:05.000000000 +0000 +++ lib/Xaw/Imakefile 2004-04-19 20:38:30.000000000 +0000 @@ -194,6 +194,11 @@ XawI18n.o \ XawInit.o +#if defined(ia64Architecture) +#undef DefaultCCOptions +#define DefaultCCOptions GccWarningOptions +#endif + #include #if DoSharedLib && SharedDataSeparation --- programs/xedit/lisp/Imakefile.orig 2004-04-19 21:52:42.000000000 +0000 +++ programs/xedit/lisp/Imakefile 2004-04-19 21:53:11.000000000 +0000 @@ -98,6 +98,11 @@ write.o \ xedit.o +#if defined(ia64Architecture) +#undef DefaultCCOptions +#define DefaultCCOptions GccWarningOptions +#endif + #include AllTarget(ProgramTargetName($(SAMP))) --- programs/Xserver/hw/xfree86/fbdevhw/Imakefile.orig 2004-04-20 02:04:59.000000000 +0000 +++ programs/Xserver/hw/xfree86/fbdevhw/Imakefile 2004-04-20 02:06:13.000000000 +0000 @@ -1,6 +1,10 @@ XCOMM $XFree86: xc/programs/Xserver/hw/xfree86/fbdevhw/Imakefile,v 1.11tsi Exp $ #define IHaveModules +#if defined(ia64Architecture) +#undef DefaultCCOptions +#define DefaultCCOptions GccWarningOptions +#endif #include #if defined(LinuxArchitecture) && LinuxFBDevSupport NX.diff: --- NEW FILE NX.diff --- --- nxcomp/configure.in.old 2004-05-17 13:33:16.748612843 +0000 +++ nxcomp/configure.in 2004-05-17 13:37:12.710956205 +0000 @@ -5,10 +5,8 @@ AC_INIT(NX.h) AC_PREREQ(2.13) -dnl Reset default compilation flags. - -CXXFLAGS="-O3" -CPPFLAGS="-O3" +CFLAGS="-O2 -fPIC" +CXXFLAGS="-O2 -fPIC" dnl Reset default linking directives. --- nxcompext/configure.in.old 2004-05-17 14:24:52.506541849 +0000 +++ nxcompext/configure.in 2004-05-17 14:25:03.294318138 +0000 @@ -5,8 +5,8 @@ AC_PREREQ(2.13) dnl Reset default compilation flags. -CXXFLAGS="-O3" -CPPFLAGS="-O3" +CXXFLAGS="-O2 -fPIC" +CPPFLAGS="-O2 -fPIC" dnl Check for programs. AC_PROG_CXX --- nx-X11/lib/X11/XlcDL.c.old 2004-05-17 15:01:39.385673123 +0000 +++ nx-X11/lib/X11/XlcDL.c 2004-05-17 15:02:15.963136940 +0000 @@ -58,10 +58,8 @@ #ifdef _LP64 # if defined(__sparcv9) # define _MACH64_NAME "sparcv9" -# elif defined(__ia64__) -# undef MACH64_NAME # else -# error "Unknown architecture" +# undef MACH64_NAME # endif /* defined(__sparcv9) */ # ifdef _MACH64_NAME # define _MACH64_NAME_LEN (sizeof (_MACH64_NAME) - 1) --- nx-X11/lib/xtrans/Xtranssock.c.old 2004-05-17 19:35:29.031496228 +0000 +++ nx-X11/lib/xtrans/Xtranssock.c 2004-05-17 19:41:28.438822523 +0000 @@ -2118,7 +2118,7 @@ * platforms as well. */ - #ifndef __sun + #if !defined(__sun) && !defined(__ia64__) sa.sa_restorer = NULL; --- nxviewer/nxviewer/Imakefile.old 2004-05-31 15:33:45.000000000 +0000 +++ nxviewer/nxviewer/Imakefile 2004-05-31 15:35:06.000000000 +0000 @@ -44,6 +44,8 @@ USRLIBDIR = ../../nx-X11/exports/lib +XPLIB = + #ifdef SunArchitecture USRLIBDIR = /usr/NX/lib SUN_LIB = -lX11 -lXext -L/usr/openwin/lib --- nx-X11/programs/Imakefile.old 2004-09-11 03:30:15.738465241 +0200 +++ nx-X11/programs/Imakefile 2004-09-11 03:30:39.661194763 +0200 @@ -125,7 +125,7 @@ #if defined(NXEmbeddedXServer) SUBDIRS = $(XSSRCDIR) #else -SUBDIRS = $(XSSRCDIR) nxauth +SUBDIRS = $(XSSRCDIR) #endif #else SUBDIRS = \ --- NEW FILE nx.spec --- Name: nx Version: 1.4.0 Release: 5 Summary: Proxy system for X11 Group: Applications/Internet License: GPL, MIT/X11 for X11 bits URL: http://www.nomachine.com Source0: nxproxy-%{version}-2.tar.gz Source1: nxcomp-%{version}-31.tar.gz Source2: nxcompext-%{version}-3.tar.gz Source3: nx-X11-%{version}-10.tar.gz Source4: nxagent-%{version}-65.tar.gz Source5: nxviewer-%{version}-4.tar.gz Source6: nxdesktop-%{version}-61.tar.gz Source7: nxscripts-%{version}-3.tar.gz Source8: nxagent Source9: docs.tar.bz2 Patch0: NX.diff Patch1: NX-noansi.diff Patch2: p_XFree86-4.3-ppc64.diff BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: expat-devel audiofile-devel openssl-devel libjpeg-devel libpng-devel XFree86-devel Requires: xorg-x11 xorg-x11-tools %description NX provides a proxy system for the X Window System. %prep %setup -q -T -c %{name}-%{version} -a0 -a1 -a2 -a3 -a4 -a5 -a6 -a7 %patch0 -p0 pushd nx-X11 %patch1 -p0 %patch2 -p1 popd ln -s rdesktop.1 nxdesktop/doc/nxdesktop.1 cat >> nx-X11/config/cf/host.def << EOF #ifdef i386Architecture #undef DefaultGcc2i386Opt #define DefaultGcc2i386Opt $RPM_OPT_FLAGS -fno-strict-aliasing #endif #ifdef MipsArchitecture #undef DefaultGcc2MipsOpt #define DefaultGcc2MipsOpt $RPM_OPT_FLAGS -fno-strict-aliasing #endif #ifdef s390xArchitecture #undef OptimizedCDebugFlags #define OptimizedCDebugFlags $RPM_OPT_FLAGS -fno-strict-aliasing #endif EOF %build %ifarch x86_64 export CFLAGS="%{optflags} -fPIC" export CXXFLAGS="%{optflags} -fPIC" %else export CFLAGS="%{optflags}" export CXXFLAGS="%{optflags}" %endif perl -pi -e"s|CXXFLAGS=.-O.*|CXXFLAGS=$CXXFLAGS|" */configure # build Compression Library and Proxy for i in nxcomp nxproxy; do pushd $i; ./configure; make; popd done # build X11 Support Libraries and Agents pushd nx-X11 make World popd # build Extended Compression Library pushd nxcompext ./configure; make popd # build RFB Agent pushd nxviewer xmkmf -a cp -a /usr/X11R6/%{_lib}/libXp.so* ../nx-X11/exports/lib/ make 2> /dev/null popd # build RDP Agent %ifnarch ppc ppc64 s390 s390x pushd nxdesktop ./configure --prefix=%{_prefix} --sharedir=%{_datadir}/NX make popd %endif %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_bindir} mkdir -p $RPM_BUILD_ROOT/%{_libdir}/NX/lib mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1 # install X11 Support Libraries and Agents cp -a nx-X11/lib/X11/libX11.so.* \ nx-X11/lib/Xext/libXext.so.* \ nx-X11/lib/Xrender/libXrender.so.* \ $RPM_BUILD_ROOT/%{_libdir}/NX/lib install -m 755 nx-X11/programs/Xserver/nxagent \ $RPM_BUILD_ROOT/%{_libdir}/NX install -m 755 %{SOURCE8} $RPM_BUILD_ROOT/%{_bindir} # install Compression Libraries and Proxy cp -a nxcomp/libXcomp.so.* $RPM_BUILD_ROOT/%{_libdir}/NX/lib cp -a nxcompext/libXcompext.so.* $RPM_BUILD_ROOT/%{_libdir}/NX/lib install -m 755 nxproxy/nxproxy $RPM_BUILD_ROOT/%{_libdir}/NX ln -snf nxagent $RPM_BUILD_ROOT/%{_bindir}/nxproxy # install RFB Agent pushd nxviewer make install DESTDIR=$RPM_BUILD_ROOT mv $RPM_BUILD_ROOT/usr/X11R6/bin/nxviewer $RPM_BUILD_ROOT/%{_libdir}/NX ln -snf nxagent $RPM_BUILD_ROOT/%{_bindir}/nxviewer chmod 755 $RPM_BUILD_ROOT/%{_bindir}/nxviewer mv $RPM_BUILD_ROOT/usr/X11R6/bin/nxpasswd $RPM_BUILD_ROOT/%{_bindir} popd # install RDP Agent %ifnarch ppc ppc64 s390 s390x pushd nxdesktop make install DESTDIR=$RPM_BUILD_ROOT mv $RPM_BUILD_ROOT/%{_bindir}/nxdesktop $RPM_BUILD_ROOT/%{_libdir}/NX ln -snf nxagent $RPM_BUILD_ROOT/%{_bindir}/nxdesktop chmod 755 $RPM_BUILD_ROOT/%{_bindir}/nxdesktop mv $RPM_BUILD_ROOT/usr/man/man1/nxdesktop.1 \ $RPM_BUILD_ROOT/%{_mandir}/man1/nxdesktop.1 rm -rf $RPM_BUILD_ROOT/usr/man popd %endif # install scripts mkdir -p $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX cp -r nxscripts $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX # documentation and license tar xjf %{SOURCE9} -C $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX install -m 644 nxcomp/LICENSE $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX for i in nxcomp nxdesktop; do mkdir $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX/$i done install -m 644 nxcomp/README $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX/nxcomp install -m 644 nxdesktop/README $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX/nxdesktop rm -rf nxdesktop/doc/CVS cp -r nxdesktop/doc $RPM_BUILD_ROOT/%{_datadir}/doc/packages/NX/nxdesktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc %{_datadir}/doc/packages/NX %{_bindir}/* %dir %{_libdir}/NX %dir %{_libdir}/NX/lib %{_libdir}/NX/* %ifnarch ppc ppc64 s390 s390x %dir %{_datadir}/NX %{_mandir}/man1/nxdesktop.1.gz %{_datadir}/NX/keymaps-windows/ %endif %changelog * Mon Apr 11 2005 Tom "spot" Callaway - 1.4.0-5 - spec cleanups - reworked Patch1 to make it apply without arch conditional * Mon Feb 14 2005 Rick Stout - 1.4.0-4 - updated nx-X11, nxproxy, nxcomp, nxagent and nxdesktop - released to address X11 security concerns. * Tue Nov 09 2004 Rick Stout - 1.4.0-3 - updated to 1.4.0 final * Mon Oct 11 2004 Rick Stout - 1.4.0-2 - Changed naming structure to be more friendly (lowercase) * Fri Oct 07 2004 Rick Stout - 1.4.0-1 - Updated package dependencies * Wed Sep 29 2004 Rick Stout - 1.4.0-0 - Initial Fedora RPM release. - Updated SuSE package to work with Fedora --- NEW FILE nxagent --- #!/bin/sh NXCOMMAND=$(basename $0) export LD_LIBRARY_PATH=/usr/lib/NX/lib:$LD_LIBRARY_PATH exec /usr/lib/NX/$NXCOMMAND ${1+"$@"} p_XFree86-4.3-ppc64.diff: --- NEW FILE p_XFree86-4.3-ppc64.diff --- --- xc/config/cf/Imake.cf.ppc64 2002-10-30 10:24:49.000000000 +0100 +++ xc/config/cf/Imake.cf 2002-11-28 16:59:53.000000000 +0100 @@ -743,6 +743,13 @@ # define Mc68020Architecture # undef mc68000 # endif /* mc68000 */ +# ifdef __powerpc64__ +# ifndef Ppc64Architecture +# define Ppc64Architecture +# endif +# undef __powerpc64__ +# undef __powerpc__ +# endif # ifdef powerpc # define PpcArchitecture # undef powerpc --- xc/config/cf/linux.cf.ppc64 2002-11-26 11:22:00.000000000 +0100 +++ xc/config/cf/linux.cf 2002-11-28 16:59:53.000000000 +0100 @@ -288,6 +288,8 @@ # elif defined(HPArchitecture) # define BuildXF86DRI NO # elif defined(i386Architecture) +# elif defined(Ppc64Architecture) +# define BuildXF86DRI NO # if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion >= 2) # define BuildXF86DRI YES # else @@ -512,7 +514,7 @@ #define MkdirHierCmd mkdir -p #ifndef HaveLib64 -# if defined (x86_64Architecture) || defined (s390xArchitecture) +# if defined (x86_64Architecture) || defined (s390xArchitecture) || defined (Ppc64Architecture) # define HaveLib64 YES # else # define HaveLib64 NO @@ -802,6 +804,16 @@ # define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines #endif +#ifdef Ppc64Architecture +# define DefaultCCOptions -fsigned-char -mminimal-toc +# ifndef OptimizedCDebugFlags +# define OptimizedCDebugFlags DefaultGcc2Ppc64Opt +# endif +# define LinuxMachineDefines -D__powerpc64__ +# define ServerOSDefines XFree86ServerOSDefines -DDDXTIME -DPART_NET +# define ServerExtraDefines -DGCCUSESGAS XFree86ServerDefines -D_XSERVER64 +#endif /* Ppc64Architecture */ + #ifdef PpcArchitecture # define DefaultCCOptions -fsigned-char # ifndef OptimizedCDebugFlags --- xc/config/cf/xfree86.cf.ppc64 2002-11-28 13:25:27.000000000 +0100 +++ xc/config/cf/xfree86.cf 2002-11-28 16:59:53.000000000 +0100 @@ -1050,6 +1050,99 @@ # endif #endif +/* + * For PowerPC 64bit systems + * only libraries are strictly needed + */ +#if defined(Ppc64Architecture) +# ifndef XF86Server +# define XF86Server YES +# endif +/* Amiga framebuffer module */ +# ifndef XF86AFB +# define XF86AFB NO +# endif +/* 1bpp module */ +# ifndef XF1Bpp +# define XF1Bpp NO +# endif +/* 4bpp module */ +# ifndef XF4Bpp +# define XF4Bpp NO +# endif +/* 8/32bpp overlay module */ +# ifndef XF8_32Bpp +# define XF8_32Bpp YES +# endif +/* 8/16bpp dual fb module */ +# ifndef XF8_16Bpp +# define XF8_16Bpp YES +# endif +/* 24/32bpp conversion module */ +# ifndef XF24_32Bpp +# define XF24_32Bpp YES +# endif +/* shadow fb module */ +# ifndef XFShadowFB +# define XFShadowFB YES +# endif +/* vgahw module */ +# ifndef XF86VgaHw +# define XF86VgaHw NO +# endif +/* fbdevhw module */ +# ifndef XF86FBDevHw +# define XF86FBDevHw YES +# endif +/* XAA module */ +# ifndef XF86XAA +# define XF86XAA YES +# endif +/* ramdac module */ +# ifndef XF86Ramdac +# define XF86Ramdac YES +# endif +/* I2C module */ +# ifndef XF86I2C +# define XF86I2C YES +# endif +/* DDC module */ +# ifndef XF86DDC +# define XF86DDC YES +# endif +/* RAC (Resource Access Control) module */ +# ifndef XF86RAC +# define XF86RAC YES +# endif + +/* int10 module */ +# ifndef XF86Int10 +# define XF86Int10 YES +# endif + +# ifndef DevelDrivers +# if XFree86Devel +# define DevelDrivers +# else +# define DevelDrivers /* */ +# endif +# endif + +/* Pure PCI drivers should go first */ +# ifndef XF86CardDrivers +# define XF86CardDrivers ati mga \ + DevelDrivers \ + XF86OSCardDrivers XF86ExtraCardDrivers +# endif +# if HasGlide3 +# define TdfxDriDriver +# else +# define TdfxDriDriver /**/ +# endif +# ifndef DriDrivers +# define DriDrivers gamma r128 +# endif +#endif /* * For Mips/Arc platforms, the default is to build all modules which @@ -1910,6 +2003,12 @@ # endif #endif +#if HasGcc2 && defined(Ppc64Architecture) +# ifndef DefaultGcc2Ppc64Opt +# define DefaultGcc2Ppc64Opt -O2 GccAliasingArgs +# endif +#endif + #if HasGcc2 && defined(PpcArchitecture) # ifndef DefaultGcc2PpcOpt # define DefaultGcc2PpcOpt -O2 GccAliasingArgs --- xc/config/imake/imakemdep.h.ppc64 2002-11-26 11:22:24.000000000 +0100 +++ xc/config/imake/imakemdep.h 2002-11-28 16:59:53.000000000 +0100 @@ -612,6 +612,9 @@ # ifdef ppc "-Dppc", # endif +# ifdef ppc64 + "-Dppc64", +# endif # if defined(m68k) || defined(M68k) || defined(m68040) "-Dm68k", "-DM68k", @@ -671,6 +674,10 @@ "-DSVR4", # endif # ifdef __powerpc__ +# ifdef __powerpc64__ + "-D__powerpc64__", +# endif +# else "-D__powerpc__", # endif # ifdef PowerMAX_OS @@ -705,6 +712,9 @@ # ifdef __ppc__ "-D__ppc__", # endif +# ifdef __ppc64__ + "-D__ppc64__", +# endif # ifdef __i386__ "-D__i386__", # endif @@ -1228,6 +1238,10 @@ {"__QNXNTO__", "1"}, #endif # ifdef __powerpc__ +# ifdef __powerpc64__ + {"__powerpc64__", "1"}, +# endif +# else {"__powerpc__", "1"}, # endif # ifdef PowerMAX_OS @@ -1302,6 +1316,9 @@ #if defined(__ppc__) {"__ppc__", "1"}, #endif +#if defined(__ppc64__) + {"__ppc64__", "1"}, +#endif #if defined(__BIG_ENDIAN__) {"__BIG_ENDIAN__", "1"}, #endif --- xc/include/Xmd.h.ppc64 2002-05-31 20:45:39.000000000 +0200 +++ xc/include/Xmd.h 2002-11-28 16:59:53.000000000 +0100 @@ -63,7 +63,8 @@ defined(__sparc64__) || \ defined(__s390x__) || \ (defined(__hppa__) && defined(__LP64__)) || \ - defined(__x86_64__) || defined(x86_64) + defined(__x86_64__) || defined(x86_64) || \ + defined(__powerpc64__) || defined(powerpc64) #define LONG64 /* 32/64-bit architecture */ #endif #ifdef __sgi --- xc/lib/Xt/Xtos.h.ppc64 2002-04-04 16:05:35.000000000 +0200 +++ xc/lib/Xt/Xtos.h 2002-11-28 16:59:53.000000000 +0100 @@ -66,7 +66,8 @@ defined(__sparc64__) || \ defined(__s390x__) || \ (defined(__hppa__) && defined(__LP64__)) || \ - defined(__x86_64__) || defined(x86_64) + defined(__x86_64__) || defined(x86_64) || \ + defined(__powerpc64__) || defined(powerpc64) #define LONG64 #endif --- xc/programs/Xserver/fb/fb.h.ppc64 2002-04-04 16:05:37.000000000 +0200 +++ xc/programs/Xserver/fb/fb.h 2002-11-28 16:59:53.000000000 +0100 @@ -105,7 +105,8 @@ defined(ia64) || defined(__ia64__) || \ defined(__sparc64__) || \ defined(__s390x__) || \ - defined(x86_64) || defined (__x86_64__) + defined(x86_64) || defined (__x86_64__) || \ + defined(powerpc64) || defined (__powerpc64__) typedef unsigned long FbBits; # else typedef unsigned long long FbBits; --- xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile.ppc64 2002-10-30 10:37:54.000000000 +0100 +++ xc/programs/Xserver/hw/xfree86/os-support/bus/Imakefile 2002-11-28 16:59:53.000000000 +0100 @@ -34,6 +34,7 @@ #elif defined(LinuxArchitecture) && \ (defined(PpcArchitecture) || \ + defined(Ppc64Architecture) || \ defined(MipsArchitecture) || \ defined(ia64Architecture) || \ defined(Mc68020Architecture) || \ --- xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h.ppc64 2002-11-26 11:23:49.000000000 +0100 +++ xc/programs/Xserver/hw/xfree86/os-support/bus/Pci.h 2002-11-28 17:16:47.000000000 +0100 @@ -252,7 +252,7 @@ # define INCLUDE_XF86_MAP_PCI_MEM # define INCLUDE_XF86_NO_DOMAIN # endif -#elif defined(__powerpc__) +#elif defined(__powerpc__) || defined(__powerpc64__) # if defined(linux) # define ARCH_PCI_INIT linuxPciInit # define INCLUDE_XF86_MAP_PCI_MEM --- xc/programs/Xserver/os/xalloc.c.ppc64 2002-04-04 16:05:57.000000000 +0200 +++ xc/programs/Xserver/os/xalloc.c 2002-11-28 16:59:53.000000000 +0100 @@ -183,6 +183,7 @@ defined(__ia64__) || defined(ia64) || \ defined(__sparc64__) || \ defined(__s390x__) || \ + defined(__powerpc64__) || \ defined(__x86_64__) || defined(x86_64) #define MAGIC 0x1404196414071968 #define MAGIC_FREE 0x1506196615061966 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/nx/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 May 2005 21:47:07 -0000 1.1 +++ .cvsignore 11 May 2005 21:59:51 -0000 1.2 @@ -0,0 +1,9 @@ +docs.tar.bz2 +nx-X11-1.4.0-10.tar.gz +nxagent-1.4.0-65.tar.gz +nxcomp-1.4.0-31.tar.gz +nxcompext-1.4.0-3.tar.gz +nxdesktop-1.4.0-61.tar.gz +nxproxy-1.4.0-2.tar.gz +nxscripts-1.4.0-3.tar.gz +nxviewer-1.4.0-4.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/nx/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 May 2005 21:47:07 -0000 1.1 +++ sources 11 May 2005 21:59:51 -0000 1.2 @@ -0,0 +1,9 @@ +0511072ee377316879bb91a75153ed47 docs.tar.bz2 +a8c6ab48021c91e55b902cd25097f33d nx-X11-1.4.0-10.tar.gz +e39f2a3384edc9e33d8b68405fb91228 nxagent-1.4.0-65.tar.gz +c2eb354e141e9f0e81f4cd1673b2a3ae nxcomp-1.4.0-31.tar.gz +ab12f1f32329f5da0f53dd0969fe897e nxcompext-1.4.0-3.tar.gz +9399fa94c59fbde2a158618e507635d7 nxdesktop-1.4.0-61.tar.gz +15d89810730c7ed0e669b5525e5f3620 nxproxy-1.4.0-2.tar.gz +eaf568181a6f6c84ab673ce8a98c69f0 nxscripts-1.4.0-3.tar.gz +629f90c1f8ef50517e8b1de2c30adcb4 nxviewer-1.4.0-4.tar.gz From fedora-extras-commits at redhat.com Wed May 11 22:01:32 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:01:32 -0400 Subject: rpms/freenx - New directory Message-ID: <200505112201.j4BM1Wd6004230@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4206/freenx Log Message: Directory /cvs/extras/rpms/freenx added to the repository From fedora-extras-commits at redhat.com Wed May 11 22:01:33 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:01:33 -0400 Subject: rpms/freenx/devel - New directory Message-ID: <200505112201.j4BM1X4D004235@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4206/freenx/devel Log Message: Directory /cvs/extras/rpms/freenx/devel added to the repository From fedora-extras-commits at redhat.com Wed May 11 22:01:45 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:01:45 -0400 Subject: rpms/freenx Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505112201.j4BM1lFT004265@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4251 Added Files: Makefile import.log Log Message: Setup of module freenx --- NEW FILE Makefile --- # Top level Makefile for module freenx all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Wed May 11 22:01:49 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:01:49 -0400 Subject: rpms/freenx/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505112201.j4BM1nE2004287@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4251/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module freenx --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Wed May 11 22:02:00 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:02:00 -0400 Subject: rpms/freenx import.log,1.1,1.2 Message-ID: <200505112202.j4BM2UN8004359@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4320 Modified Files: import.log Log Message: auto-import freenx-0.4.0-1 on branch devel from freenx-0.4.0-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/freenx/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 11 May 2005 22:01:43 -0000 1.1 +++ import.log 11 May 2005 22:01:58 -0000 1.2 @@ -0,0 +1 @@ +freenx-0_4_0-1:HEAD:freenx-0.4.0-1.src.rpm:1115848916 From fedora-extras-commits at redhat.com Wed May 11 22:02:00 2005 From: fedora-extras-commits at redhat.com (Richard A. Stout (zipsonic)) Date: Wed, 11 May 2005 18:02:00 -0400 Subject: rpms/freenx/devel freenx.spec, NONE, 1.1 netcat.diff, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505112202.j4BM204h004353@cvs-int.fedora.redhat.com> Author: zipsonic Update of /cvs/extras/rpms/freenx/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4320/devel Modified Files: .cvsignore sources Added Files: freenx.spec netcat.diff Log Message: auto-import freenx-0.4.0-1 on branch devel from freenx-0.4.0-1.src.rpm --- NEW FILE freenx.spec --- Name: freenx Version: 0.4.0 Release: 1 Summary: freenx application/thin-client server Group: Applications/Internet License: GPL URL: http://debian.tu-bs.de/knoppix/nx/ Source0: freenx-0.4.0.tar.gz Patch0: netcat.diff BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: openssh-server nc expect nx xorg-x11 xorg-x11-tools perl %description Freenx is an application/thin-client server based on nx technology. NoMachine nx is the next-generation X compression and roundtrip suppression scheme. It can operate remote X11 sessions over 56k modem dialup links or anything better. This package contains a free (GPL) implementation of the nxserver component. %prep %setup -q -n freenx-%{version} %patch0 -p0 %build %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_bindir} mkdir -p $RPM_BUILD_ROOT/etc/nxserver mkdir -p $RPM_BUILD_ROOT/%{_var}/lib/nxserver/db/closed mkdir -p $RPM_BUILD_ROOT/%{_var}/lib/nxserver/db/running mkdir -p $RPM_BUILD_ROOT/%{_var}/lib/nxserver/db/failed chmod 700 $RPM_BUILD_ROOT/%{_var}/lib/nxserver chmod 700 $RPM_BUILD_ROOT/%{_var}/lib/nxserver/* chmod 700 $RPM_BUILD_ROOT/%{_var}/lib/nxserver/db/* install -m 755 nxclient nxnode nxkeygen nxnode-login nxserver nxprint nxsetup\ nxloadconfig $RPM_BUILD_ROOT/%{_bindir} install -m 755 node.conf.sample $RPM_BUILD_ROOT/etc/nxserver %clean rm -rf $RPM_BUILD_ROOT %post export $(grep ^NX_DIR %{_bindir}/nxloadconfig) export $(grep ^NX_HOME_DIR %{_bindir}/nxloadconfig) export $(grep ^NX_SESS_DIR %{_bindir}/nxloadconfig) export $(grep ^NX_ETC_DIR %{_bindir}/nxloadconfig) export $(grep ^NX_LOGFILE %{_bindir}/nxloadconfig) export $(grep ^SSH_AUTHORIZED_KEYS %{_bindir}/nxloadconfig) /sbin/service sshd condrestart touch ${NX_ETC_DIR}/passwords ${NX_ETC_DIR}/passwords.orig ${NX_LOGFILE} chmod 600 ${NX_ETC_DIR}/pass* ${NX_LOGFILE} if [ ! -e ${NX_ETC_DIR}/users.id_dsa ] then %{_bindir}/ssh-keygen -f ${NX_ETC_DIR}/users.id_dsa -t dsa -N "" > /dev/null 2>&1 fi if [ -e ${NX_HOME_DIR}/.ssh/client.id_dsa.key ] && [ -e ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key ] then mv -f ${NX_HOME_DIR}/.ssh/client.id_dsa.key ${NX_ETC_DIR}/client.id_dsa.key mv -f ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key ${NX_ETC_DIR}/server.id_dsa.pub.key fi if ! { getent passwd | egrep -q "^nx:"; } then %{_sbindir}/useradd -r -m -d ${NX_HOME_DIR} -s %{_bindir}/nxserver nx mkdir -p ${NX_HOME_DIR}/.ssh chmod 700 ${NX_HOME_DIR}/.ssh fi if [ ! -e ${NX_ETC_DIR}/client.id_dsa.key ] || [ ! -e ${NX_ETC_DIR}/server.id_dsa.pub.key ] then rm -f ${NX_ETC_DIR}/client.id_dsa.key rm -f ${NX_ETC_DIR}/server.id_dsa.pub.key %{_bindir}/ssh-keygen -q -t dsa -N '' -f ${NX_ETC_DIR}/local.id_dsa mv ${NX_ETC_DIR}/local.id_dsa ${NX_ETC_DIR}/client.id_dsa.key mv ${NX_ETC_DIR}/local.id_dsa.pub ${NX_ETC_DIR}/server.id_dsa.pub.key fi cp -f ${NX_ETC_DIR}/client.id_dsa.key ${NX_HOME_DIR}/.ssh/client.id_dsa.key cp -f ${NX_ETC_DIR}/server.id_dsa.pub.key ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key chmod 600 ${NX_ETC_DIR}/client.id_dsa.key ${NX_ETC_DIR}/server.id_dsa.pub.key\ ${NX_HOME_DIR}/.ssh/client.id_dsa.key ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key cat ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key > ${NX_HOME_DIR}/.ssh/authorized_keys2 chmod 640 ${NX_HOME_DIR}/.ssh/authorized_keys2 echo -n "127.0.0.1 " > ${NX_HOME_DIR}/.ssh/known_hosts cat /etc/ssh/ssh_host_rsa_key.pub >> ${NX_HOME_DIR}/.ssh/known_hosts chown -R nx:root /var/lib/nxserver chown -R nx:root $NX_SESS_DIR if [ -e /var/lib/nxserver/running ] then mv /var/lib/nxserver/running/* $NX_SESS_DIR/running mv /var/lib/nxserver/closed/* $NX_SESS_DIR/closed mv /var/lib/nxserver/failed/* $NX_SESS_DIR/failed rm -rf /var/lib/nxserver/running rm -rf /var/lib/nxserver/closed rm -rf /var/lib/nxserver/failed chown -R nx:root $NX_SESS_DIR fi chown -R nx:root $NX_ETC_DIR chown -R nx:root $NX_HOME_DIR chown nx:root ${NX_LOGFILE} %preun if [ $1 = 0 ] then export $(grep ^NX_DIR %{_bindir}/nxloadconfig) export $(grep ^NX_HOME_DIR %{_bindir}/nxloadconfig) rm %{_var}/lib/nxserver/db/closed/* > /dev/null 2>&1 rm %{_var}/lib/nxserver/db/running/* > /dev/null 2>&1 rm %{_var}/lib/nxserver/db/failed/* > /dev/null 2>&1 mv -f ${NX_HOME_DIR}/.ssh/client.id_dsa.key /etc/nxserver/ > /dev/null 2>&1 mv -f ${NX_HOME_DIR}/.ssh/server.id_dsa.pub.key /etc/nxserver/ > /dev/null 2>&1 fi %files %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog CONTRIB %{_bindir}/* %dir /etc/nxserver /etc/nxserver/node.conf.sample %dir %{_var}/lib/nxserver %dir %{_var}/lib/nxserver/db %dir %{_var}/lib/nxserver/db/closed %dir %{_var}/lib/nxserver/db/running %dir %{_var}/lib/nxserver/db/failed %changelog * Fri May 06 2005 Rick Stout 0.4.0-1 - Updated to 0.4.0 - updated netcat.diff for obvious reasons * Mon Apr 11 2005 Tom "spot" Callaway 0.3.1-4 - spec cleanup * Tue Mar 22 2005 Rick Stout - 0:0.3.1 - Updated to 0.3.1 release * Tue Mar 08 2005 Rick Stout - 0:0.3.0 - Updated to 0.3.0 release - Removed home directory patch as it is now default * Mon Feb 14 2005 Rick Stout - 0:0.2.8 - Updated to 0.2.8 release - Fixes some security issues - Added geom-fix patch for windows client resuming issues * Thu Dec 02 2004 Rick Stout - 1:0.2.7 - Fixed package removal not removing the var session directories * Tue Nov 23 2004 Rick Stout - 0:0.2.7 - Updated to 0.2.7 release - fixes some stability issues with 0.2.6 * Fri Nov 12 2004 Rick Stout - 1:0.2.6 - Fixed a problem with key backup upon removal * Fri Nov 12 2004 Rick Stout - 0:0.2.6 - Updated to 0.2.6 release - Changed setup to have nx user account added as a system account. - Changed nx home directory to /var/lib/nxserver/nxhome * Thu Oct 14 2004 Rick Stout - 0:0.2.5 - updated package to 0.2.5 release - still applying patch for netcat and useradd * Fri Oct 08 2004 Rick Stout - 3:0.2.4 - Added nxsetup functionality to the rpm - patched nxsetup (fnxncuseradd) script for occasional path error. - Added patch (fnxncuseradd) to resolve newer client connections (netcat -> nc) - Changed name to be more friendly (lowercase) - Added known dependencies * Thu Sep 30 2004 Rick Stout - 2:0.2.4 - Patch (fnxpermatch) to fix permissions with key generation * Wed Sep 29 2004 Rick Stout - 1:0.2.4 - Initial Fedora RPM release. - Updated SuSE package for Fedora netcat.diff: --- NEW FILE netcat.diff --- diff -Naur nxloadconfig.orig nxloadconfig --- nxloadconfig.orig 2005-04-30 09:24:51.000000000 -0700 +++ nxloadconfig 2005-05-06 15:18:52.446586113 -0700 @@ -153,7 +153,7 @@ COMMAND_XAUTH=/usr/X11R6/bin/xauth COMMAND_SMBMOUNT=smbmount COMMAND_SMBUMOUNT=smbumount -COMMAND_NETCAT=netcat +COMMAND_NETCAT=nc COMMAND_SSH=ssh COMMAND_SSH_KEYGEN=ssh-keygen COMMAND_CUPSD=/usr/sbin/cupsd Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/freenx/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 11 May 2005 22:01:47 -0000 1.1 +++ .cvsignore 11 May 2005 22:01:58 -0000 1.2 @@ -0,0 +1 @@ +freenx-0.4.0.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/freenx/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 11 May 2005 22:01:47 -0000 1.1 +++ sources 11 May 2005 22:01:58 -0000 1.2 @@ -0,0 +1 @@ +a57046e79fb980b4720ec6ae67ed1f19 freenx-0.4.0.tar.gz From fedora-extras-commits at redhat.com Wed May 11 22:38:05 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 18:38:05 -0400 Subject: common tobuild,1.397,1.398 Message-ID: <200505112238.j4BMc5Xu004475@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4458 Modified Files: tobuild Log Message: grrr Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.397 retrieving revision 1.398 diff -u -r1.397 -r1.398 --- tobuild 11 May 2005 18:11:31 -0000 1.397 +++ tobuild 11 May 2005 22:38:03 -0000 1.398 @@ -1,7 +1,6 @@ # this is the build control file. the format is # user repo tag target status # -skvidal rpms/gnupg2/devel gnupg2-1_9_16-2_fc4 devel qspencer rpms/octave/devel octave-2_1_70-1 devel jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel From fedora-extras-commits at redhat.com Thu May 12 00:42:16 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 20:42:16 -0400 Subject: extras-buildsys-temp/automation2/client archwelder.py,1.3,1.4 Message-ID: <200505120042.j4C0gGhZ006492@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/extras-buildsys-temp/automation2/client In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6469/client Modified Files: archwelder.py Log Message: typo in print string make exception catch a little less global Index: archwelder.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/client/archwelder.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- archwelder.py 11 May 2005 21:33:15 -0000 1.3 +++ archwelder.py 12 May 2005 00:42:13 -0000 1.4 @@ -59,7 +59,7 @@ def die(self, sig=15): try: os.kill(self.pobj.pid, sig) - except Exception, e: + except OSError, e: print "Couldn't kill process %d: %s" % (self.pobj.pid, e) self._status = 'killed' return True From fedora-extras-commits at redhat.com Thu May 12 00:42:16 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Wed, 11 May 2005 20:42:16 -0400 Subject: extras-buildsys-temp/automation2/server aw_manager.py,1.1,1.2 Message-ID: <200505120042.j4C0gGVd006502@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6469/server Modified Files: aw_manager.py Log Message: typo in print string make exception catch a little less global Index: aw_manager.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/aw_manager.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aw_manager.py 11 May 2005 19:48:57 -0000 1.1 +++ aw_manager.py 12 May 2005 00:42:14 -0000 1.2 @@ -131,7 +131,7 @@ # We create a separate archwelder instance for each arch on each builder, # even though both instances talk to the same XMLRPC server on the builder print "-----------------------------------------------------" - print " Looking or ArchWelders..." + print " Looking for ArchWelders..." for address in self.possible_aw: arches = None server = xmlrpclib.Server(address) From fedora-extras-commits at redhat.com Thu May 12 01:25:38 2005 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Wed, 11 May 2005 21:25:38 -0400 Subject: rpms/mlmmj/devel mlmmj.spec,1.6,1.7 Message-ID: <200505120125.j4C1PcCG007517@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/mlmmj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7500 Modified Files: mlmmj.spec Log Message: Add contrib/ scripts to package Index: mlmmj.spec =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mlmmj.spec 9 May 2005 23:21:54 -0000 1.6 +++ mlmmj.spec 12 May 2005 01:25:36 -0000 1.7 @@ -3,7 +3,7 @@ Summary: Mailserver-independent ezmlm-like mailing list manager Name: mlmmj Version: 1.2.6.1 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT Group: Applications/Internet Source: http://mlmmj.mmj.dk/files/mlmmj-%{version}.tar.bz2 @@ -30,12 +30,18 @@ %makeinstall textlibdir=%{buildroot}%{_textlibdir} mkdir -p %{buildroot}/var/spool/mlmmj +# Remove execute bits from Perl programs to stop RPM from picking +# up dependencies we don't really want. + +find contrib/ -type f -name *.pl | xargs chmod -x +find contrib/ -type f -name *.cgi | xargs chmod -x + %clean rm -rf %{buildroot} %files %defattr (-,root,root) -%doc AUTHORS ChangeLog COPYING README* LICENSE FAQ TODO TUNABLES UPGRADE +%doc AUTHORS ChangeLog COPYING README* LICENSE FAQ TODO TUNABLES UPGRADE contrib %{_bindir}/mlmmj-* %dir %{_datadir}/mlmmj/ %{_datadir}/mlmmj/* @@ -43,6 +49,9 @@ %{_mandir}/man1/mlmmj-* %changelog +* Tue May 10 2005 Michael Fleming 1.2.6.1-3 +- Add contributed web scripts + * Tue May 10 2005 Michael Fleming 1.2.6.1-2 - bump From fedora-extras-commits at redhat.com Thu May 12 02:31:39 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Wed, 11 May 2005 22:31:39 -0400 Subject: extras-buildsys-temp/automation2 ChangeLog, NONE, 1.1 README, NONE, 1.1 Message-ID: <200505120231.j4C2Vd1o008575@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8563 Added Files: ChangeLog README Log Message: 2005-05-11 Dan Williams * Add README file explaining stuff about build system architecture --- NEW FILE ChangeLog --- 2005-05-11 Dan Williams * Add README file explaining stuff about build system architecture --- NEW FILE README --- Fedora Extras Build System The build system is composed of a single build server, and multiple build clients. Both clients and server must be on the same LAN, or at least have access to the same shared storage. Clients run an XMLRPC server to which the build-server delivers build jobs. The build server runs an XMLRPC server to allow submission of jobs, and to retrieve basic status information about both clients and the build system as a whole. The Build Client (ArchWelder): ------------------------------------------ usage: archwelder.py
    ie : archwelder.py localhost sparc sparcv9 sparcv8 Currently, archwelders are limited to building one job at a time. This limitation may be removed in the future. They do not queue pending jobs, but will reject build requests when something is already building. The build server is expected to queue and manage jobs at this time, and serialize requests to build clients. This may not be the case in the future. main() `- Creates: XMLRPCArchWelderServer `- Creates: i386Arch, x86_64Arch, PPCArch, etc The client creates an XMLRPC server object (XMLRPCArchWelderServer), and then processes requests in an infinite loop. Every so often (currently 5 seconds) the server allows each build job that is still in process to update its status and perform work. The XMLRPCArchWelderServer keeps a list of local build jobs, which are architecture specific, and forwards requests and commands for each job to that specific job, keyed off a unique id. Each build job (ArchWelderMach and its architecture-specific subclasses like i386Arch) has a number of states, that directly correspond to the actions that 'mach' must take to build the package. Each time the job is given time to process (which is done by calling the ArchWelderMach.process(), which in turn is called from XMLRPCArchWelderServer._process()) it checks its state, and advances to the next state when the previous state is complete. Communication with mach and retrieval of status from mach are done with popen2.Popen4() so that mach does not block the XMLRPC server from talking to the build server. The Build Server: ------------------------------------------ usage: bm_server.py The build server runs two threads. The first, the XMLRPC server (XMLRPCBuildMaster class), accepts requests to enqueue jobs for build and stuffs them into an sqlite database which contains all job details. The second thread, the Build Master (BuildMaster class), pulls 'waiting' jobs from the database and builds them. A third top-level object that runs in the same thread as the Build Master is the ArchWelderManager, which keeps track of build clients (ArchWelders) and their status. main() |- Creates: XMLRPCBuildMaster |- Creates: ArchWelderManager |- `- Creates: ArchWelderInstance (one for each arch on each ArchWelder) |- `- Creates: ArchWelderJob (one for each build job on each arch) `- Creates: BuildMaster `- Creates: BuildJob (one for each build job) The ArchWelderManager object serves as a central location for all tracking and status information about each build job on each arch. It creates an ArchWelderInstance for each supported architecture of each build client (ie, each ArchWelder). The ArchWelderInstance keeps track of specific jobs building on that single architecture on that single build client. It also serves as the XMLRPC client of the ArchWelder on the remote build client, proxying status information from it. BuildJobs must request that the ArchWelderManager create a new ArchWelderJob for each build on each architecture the BuildJob needs. If there is an available ArchWelder (since ArchWelders only build one job at a time across all arches they support), the ArchWelderManager will pass the request to the arch-specific ArchWelderInstance, which creates the new arch-specific ArchWelderJob, and pass it back through the ArchWelderManager to the parent BuildJob. If there is no available ArchWelder for the request, the BuildJob must periodically re-issue the build request to the ArchWelderManager. ArchWelderManager has a periodic processing routine that is called from the BuildMaster thread. This processing routine calls the ArchWelderInstance.process() routine on each ArchWelderInstance, which in turn updates its view of the remote build client/ArchWelder's status. Thus, the ArchWelderManager, through each ArchWelderInstance, knows the status and currently building job on each remote build client. BuildJobs track a single SRPM build through the entire build system. They are created from the BuildMaster thread whenever the BuildMaster finds a job entry in the sqlite database with the status of 'waiting'. BuildJobs proceed through a number of states: "initialize", "checkout", "make_srpm", "prep", "building", "finished", "cleanup", "failed", and "needsign". Flow goes like this: initialize => checkout checkout => make_srpm make_srpm => prep prep => building building - All build jobs finished or failed? => finished - otherwise => building finished => cleanup cleanup - failed jobs? => failed - otherwise => needsign The BuildJob updates its status when it is periodically told to do so by the BuildManager. At this point, it will advance to the next state, or spawn build jobs that have not yet started if ArchWelders for those architectures are now available. It stays in the "building" state until all jobs are first spawned, and then either completed or failed. From fedora-extras-commits at redhat.com Thu May 12 02:50:00 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 22:50:00 -0400 Subject: common tobuild,1.398,1.399 Message-ID: <200505120250.j4C2o0eu008770@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8753 Modified Files: tobuild Log Message: request build of rpms/rdiff-backup/devel rdiff-backup-0_12_7-2 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.398 retrieving revision 1.399 diff -u -r1.398 -r1.399 --- tobuild 11 May 2005 22:38:03 -0000 1.398 +++ tobuild 12 May 2005 02:49:58 -0000 1.399 @@ -9,3 +9,4 @@ bpepple rpms/gossip/devel gossip-0_8-3 development s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-2 devel From fedora-extras-commits at redhat.com Thu May 12 02:55:55 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 22:55:55 -0400 Subject: common tobuild,1.399,1.400 Message-ID: <200505120255.j4C2tt1c008818@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8801 Modified Files: tobuild Log Message: whoops Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.399 retrieving revision 1.400 diff -u -r1.399 -r1.400 --- tobuild 12 May 2005 02:49:58 -0000 1.399 +++ tobuild 12 May 2005 02:55:52 -0000 1.400 @@ -9,4 +9,3 @@ bpepple rpms/gossip/devel gossip-0_8-3 development s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-2 devel From fedora-extras-commits at redhat.com Thu May 12 02:56:30 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 22:56:30 -0400 Subject: rpms/rdiff-backup/devel rdiff-backup.spec,1.7,1.8 Message-ID: <200505120256.j4C2uUWf008844@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/rdiff-backup/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8827 Modified Files: rdiff-backup.spec Log Message: bump for rebuild on all arches Index: rdiff-backup.spec =================================================================== RCS file: /cvs/extras/rpms/rdiff-backup/devel/rdiff-backup.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- rdiff-backup.spec 6 Apr 2005 22:13:31 -0000 1.7 +++ rdiff-backup.spec 12 May 2005 02:56:28 -0000 1.8 @@ -3,7 +3,7 @@ Version: 0.12.7 Summary: Convenient and transparent local/remote incremental mirror/backup Name: rdiff-backup -Release: 2 +Release: 3 URL: http://www.nongnu.org/rdiff-backup/ Source: http://savannah.nongnu.org/download/%{name}/%{name}-%{version}.tar.gz @@ -53,6 +53,9 @@ %ghost %{python_sitearch}/rdiff_backup/*.pyo %changelog +* Wed May 11 2005 Bill Nottingham - 0:0.12.7-3 +- rebuilt + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Thu May 12 02:56:43 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 22:56:43 -0400 Subject: common tobuild,1.400,1.401 Message-ID: <200505120256.j4C2uh4e008901@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8884 Modified Files: tobuild Log Message: request build of rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.400 retrieving revision 1.401 diff -u -r1.400 -r1.401 --- tobuild 12 May 2005 02:55:52 -0000 1.400 +++ tobuild 12 May 2005 02:56:41 -0000 1.401 @@ -9,3 +9,4 @@ bpepple rpms/gossip/devel gossip-0_8-3 development s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel +notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 devel From fedora-extras-commits at redhat.com Thu May 12 03:29:26 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 23:29:26 -0400 Subject: rpms/aqhbci-qt-tools/devel aqhbci-qt-tools.spec,1.6,1.7 Message-ID: <200505120329.j4C3TQ9N009911@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/rpms/aqhbci-qt-tools/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9894 Modified Files: aqhbci-qt-tools.spec Log Message: bump for rebuild Index: aqhbci-qt-tools.spec =================================================================== RCS file: /cvs/extras/rpms/aqhbci-qt-tools/devel/aqhbci-qt-tools.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- aqhbci-qt-tools.spec 23 Mar 2005 04:35:51 -0000 1.6 +++ aqhbci-qt-tools.spec 12 May 2005 03:29:24 -0000 1.7 @@ -1,7 +1,7 @@ Name: aqhbci-qt-tools Summary: Setup wizard and debugger for the HBCI backend for the Aqbanking library Version: 1.0.1beta -Release: 4 +Release: 5 Source: http://download.sourceforge.net/aqhbci/%{name}-%{version}.tar.gz Patch: aqhbci-qt-tools-build.patch Group: System Environment/Libraries @@ -39,6 +39,9 @@ %{_datadir}/%{name}/ %changelog +* Wed May 11 2005 Bill Nottingham 1.0.1beta-5 +- rebuild on all arches + * Tue Mar 22 2005 Bill Nottingham 1.0.1beta-4 - fix build on x86-64 From fedora-extras-commits at redhat.com Thu May 12 03:30:05 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Wed, 11 May 2005 23:30:05 -0400 Subject: common tobuild,1.401,1.402 Message-ID: <200505120330.j4C3U5eu009978@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9961 Modified Files: tobuild Log Message: request build of rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.401 retrieving revision 1.402 diff -u -r1.401 -r1.402 --- tobuild 12 May 2005 02:56:41 -0000 1.401 +++ tobuild 12 May 2005 03:30:03 -0000 1.402 @@ -10,3 +10,4 @@ s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 devel +notting rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 devel From fedora-extras-commits at redhat.com Thu May 12 04:40:07 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 00:40:07 -0400 Subject: rpms/gnome-common/devel gnome-common.spec,1.5,1.6 Message-ID: <200505120440.j4C4e723011071@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/gnome-common/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11054 Modified Files: gnome-common.spec Log Message: * Thu May 12 2005 Toshio Kuratomi - 2.8.0-3 - Bump and rebuild to get versions synced across architectures. Index: gnome-common.spec =================================================================== RCS file: /cvs/extras/rpms/gnome-common/devel/gnome-common.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gnome-common.spec 18 Mar 2005 21:53:58 -0000 1.5 +++ gnome-common.spec 12 May 2005 04:40:05 -0000 1.6 @@ -1,6 +1,6 @@ Name: gnome-common Version: 2.8.0 -Release: 2 +Release: 3 Summary: Useful things common to building gnome packages from scratch Group: Development/Tools @@ -57,6 +57,9 @@ %{_datadir}/%{name} %changelog +* Thu May 12 2005 Toshio Kuratomi - 2.8.0-3 +- Bump and rebuild to get versions synced across architectures. + * Fri Mar 18 2005 Toshio Kuratomi - 2.8.0-2 - Rebuild for FC4t1 From fedora-extras-commits at redhat.com Thu May 12 04:41:05 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 00:41:05 -0400 Subject: common tobuild,1.402,1.403 Message-ID: <200505120441.j4C4f5I8011130@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11113 Modified Files: tobuild Log Message: request build of rpms/gnome-common/devel gnome-common-2_8_0-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.402 retrieving revision 1.403 diff -u -r1.402 -r1.403 --- tobuild 12 May 2005 03:30:03 -0000 1.402 +++ tobuild 12 May 2005 04:41:03 -0000 1.403 @@ -11,3 +11,4 @@ thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 devel notting rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 devel +toshio rpms/gnome-common/devel gnome-common-2_8_0-3 devel From fedora-extras-commits at redhat.com Thu May 12 05:04:04 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 01:04:04 -0400 Subject: rpms/python-docutils/devel python-docutils.spec,1.2,1.3 Message-ID: <200505120504.j4C5443U012144@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/python-docutils/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12127 Modified Files: python-docutils.spec Log Message: * Thu May 12 2005 Toshio Kuratomi 0.3.7-7 - Bump version and rebuild to sync across architectures. Index: python-docutils.spec =================================================================== RCS file: /cvs/extras/rpms/python-docutils/devel/python-docutils.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-docutils.spec 21 Mar 2005 14:49:44 -0000 1.2 +++ python-docutils.spec 12 May 2005 05:04:02 -0000 1.3 @@ -6,7 +6,7 @@ Name: python-%{srcname} Version: 0.3.7 -Release: 6 +Release: 7 Summary: A system for processing plaintext documentation Group: Development/Languages @@ -101,6 +101,9 @@ %ghost %{python_sitelib}/docutils/*/*/*/*.pyo %changelog +* Thu May 12 2005 Toshio Kuratomi 0.3.7-7 +- Bump version and rebuild to sync across architectures. + * Sun Mar 20 2005 Toshio Kuratomi 0.3.7-6 - Rebuild for FC4t1 From fedora-extras-commits at redhat.com Thu May 12 05:04:54 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 01:04:54 -0400 Subject: common tobuild,1.403,1.404 Message-ID: <200505120504.j4C54sHZ012206@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12189 Modified Files: tobuild Log Message: request build of rpms/python-docutils/devel python-docutils-0_3_7-7 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.403 retrieving revision 1.404 diff -u -r1.403 -r1.404 --- tobuild 12 May 2005 04:41:03 -0000 1.403 +++ tobuild 12 May 2005 05:04:52 -0000 1.404 @@ -12,3 +12,4 @@ notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 devel notting rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 devel toshio rpms/gnome-common/devel gnome-common-2_8_0-3 devel +toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel From fedora-extras-commits at redhat.com Thu May 12 05:25:44 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 01:25:44 -0400 Subject: rpms/qa-assistant/devel qa-assistant.spec,1.6,1.7 Message-ID: <200505120525.j4C5PibE012400@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/qa-assistant/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12383 Modified Files: qa-assistant.spec Log Message: * Thu May 12 2005 Toshio Kuratomi 0.4.1-3 - Bump release and build to sync across architectures. Index: qa-assistant.spec =================================================================== RCS file: /cvs/extras/rpms/qa-assistant/devel/qa-assistant.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- qa-assistant.spec 6 Apr 2005 23:15:46 -0000 1.6 +++ qa-assistant.spec 12 May 2005 05:25:42 -0000 1.7 @@ -4,7 +4,7 @@ Name: qa-assistant Version: 0.4.1 -Release: 2 +Release: 3 Summary: Graphical quality assurance report generator Group: Development/Tools License: GPL @@ -142,6 +142,9 @@ %{_datadir}/xml/%{name} %changelog +* Thu May 12 2005 Toshio Kuratomi 0.4.1-3 +- Bump release and build to sync across architectures. + * Sun Mar 20 2005 Toshio Kuratomi 0.4.1-2 - Rebuild for FC4t1 From fedora-extras-commits at redhat.com Thu May 12 05:26:24 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Thu, 12 May 2005 01:26:24 -0400 Subject: common tobuild,1.404,1.405 Message-ID: <200505120526.j4C5QO6r012460@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12443 Modified Files: tobuild Log Message: request build of rpms/qa-assistant/devel qa-assistant-0_4_1-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.404 retrieving revision 1.405 diff -u -r1.404 -r1.405 --- tobuild 12 May 2005 05:04:52 -0000 1.404 +++ tobuild 12 May 2005 05:26:22 -0000 1.405 @@ -13,3 +13,4 @@ notting rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 devel toshio rpms/gnome-common/devel gnome-common-2_8_0-3 devel toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel +toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel From fedora-extras-commits at redhat.com Thu May 12 05:40:03 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:40:03 -0400 Subject: rpms/mhash/devel mhash.spec,1.9,1.10 Message-ID: <200505120540.j4C5e3eD012520@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/mhash/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12503 Modified Files: mhash.spec Log Message: * Thu May 12 2005 Michael Schwendt - 0.9.2-3 - rebuilt Index: mhash.spec =================================================================== RCS file: /cvs/extras/rpms/mhash/devel/mhash.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- mhash.spec 6 Apr 2005 22:12:41 -0000 1.9 +++ mhash.spec 12 May 2005 05:40:01 -0000 1.10 @@ -1,8 +1,7 @@ Summary: Thread-safe hash algorithms library Name: mhash Version: 0.9.2 -Release: 2 - +Release: 3 URL: http://mhash.sourceforge.net/ License: LGPL Group: System Environment/Libraries @@ -76,7 +75,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Michael Schwendt - 0.9.2-3 +- rebuilt + +* Thu Apr 7 2005 Michael Schwendt - 0.9.2-2 - rebuilt * Wed Jan 12 2005 Michael Schwendt - 0:0.9.2-1 From fedora-extras-commits at redhat.com Thu May 12 05:40:24 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:40:24 -0400 Subject: common tobuild,1.405,1.406 Message-ID: <200505120540.j4C5eOsJ012577@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12560 Modified Files: tobuild Log Message: request build of rpms/mhash/devel mhash-0_9_2-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.405 retrieving revision 1.406 diff -u -r1.405 -r1.406 --- tobuild 12 May 2005 05:26:22 -0000 1.405 +++ tobuild 12 May 2005 05:40:22 -0000 1.406 @@ -14,3 +14,4 @@ toshio rpms/gnome-common/devel gnome-common-2_8_0-3 devel toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel +mschwendt rpms/mhash/devel mhash-0_9_2-3 devel From fedora-extras-commits at redhat.com Thu May 12 05:41:39 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:41:39 -0400 Subject: rpms/sylpheed/devel sylpheed.spec,1.8,1.9 Message-ID: <200505120541.j4C5fdSB012608@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/sylpheed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12591 Modified Files: sylpheed.spec Log Message: * Thu May 12 2005 Michael Schwendt - 1.0.4-2.fc4 - rebuilt Index: sylpheed.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- sylpheed.spec 25 Mar 2005 12:16:43 -0000 1.8 +++ sylpheed.spec 12 May 2005 05:41:37 -0000 1.9 @@ -5,7 +5,7 @@ Summary: GTK+ based, lightweight, and fast email client Name: sylpheed Version: 1.0.4 -Release: 1.fc4 +Release: 2.fc4 License: GPL URL: http://sylpheed.good-day.net/ Group: Applications/Internet @@ -81,6 +81,9 @@ %{_mandir}/man1 %changelog +* Thu May 12 2005 Michael Schwendt - 1.0.4-2.fc4 +- rebuilt + * Thu Mar 24 2005 Michael Schwendt - 1.0.4-1.fc4 - Update to 1.0.4 (minor security fixes). - Patch4 (draftsegf) merged upstream. From fedora-extras-commits at redhat.com Thu May 12 05:41:58 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:41:58 -0400 Subject: common tobuild,1.406,1.407 Message-ID: <200505120541.j4C5fwTM012665@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12648 Modified Files: tobuild Log Message: request build of rpms/sylpheed/devel sylpheed-1_0_4-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.406 retrieving revision 1.407 diff -u -r1.406 -r1.407 --- tobuild 12 May 2005 05:40:22 -0000 1.406 +++ tobuild 12 May 2005 05:41:56 -0000 1.407 @@ -15,3 +15,4 @@ toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel mschwendt rpms/mhash/devel mhash-0_9_2-3 devel +mschwendt rpms/sylpheed/devel sylpheed-1_0_4-2_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 05:44:28 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:44:28 -0400 Subject: devel/common tobuild,1.407,1.408 Message-ID: <200505120544.j4C5iSCG012711@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12694 Modified Files: tobuild Log Message: too early request of sylpheed build Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.407 retrieving revision 1.408 diff -u -r1.407 -r1.408 --- tobuild 12 May 2005 05:41:56 -0000 1.407 +++ tobuild 12 May 2005 05:44:26 -0000 1.408 @@ -15,4 +15,3 @@ toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel mschwendt rpms/mhash/devel mhash-0_9_2-3 devel -mschwendt rpms/sylpheed/devel sylpheed-1_0_4-2_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 05:46:51 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:46:51 -0400 Subject: rpms/gpgme/devel gpgme.spec,1.8,1.9 Message-ID: <200505120546.j4C5kpck012744@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gpgme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12725 Modified Files: gpgme.spec Log Message: * Thu May 12 2005 Michael Schwendt - 1.0.2-3 - rebuilt Index: gpgme.spec =================================================================== RCS file: /cvs/extras/rpms/gpgme/devel/gpgme.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- gpgme.spec 18 Mar 2005 11:15:55 -0000 1.8 +++ gpgme.spec 12 May 2005 05:46:49 -0000 1.9 @@ -1,13 +1,13 @@ Name: gpgme Version: 1.0.2 -Release: 2%{?dist_tag} +Release: 3%{?dist} Summary: GnuPG Made Easy - high level crypto API License: LGPL Group: Applications/System URL: http://www.gnupg.org/related_software/gpgme/ -Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.0.2.tar.bz2 -Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.0.2.tar.bz2.sig -Patch0: %{name}-1.0.2-macro.patch +Source0: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2 +Source1: ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-%{version}.tar.bz2.sig +Patch0: gpgme-1.0.2-macro.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gnupg >= 1.2.2 @@ -94,6 +94,9 @@ %changelog +* Thu May 12 2005 Michael Schwendt - 1.0.2-3 +- rebuilt + * Fri Mar 18 2005 Ville Skytt?? - 1.0.2-2 - Fix FC4 build. From fedora-extras-commits at redhat.com Thu May 12 05:47:09 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 01:47:09 -0400 Subject: common tobuild,1.408,1.409 Message-ID: <200505120547.j4C5l9V5012803@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12786 Modified Files: tobuild Log Message: request build of rpms/gpgme/devel gpgme-1_0_2-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.408 retrieving revision 1.409 diff -u -r1.408 -r1.409 --- tobuild 12 May 2005 05:44:26 -0000 1.408 +++ tobuild 12 May 2005 05:47:07 -0000 1.409 @@ -15,3 +15,4 @@ toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel mschwendt rpms/mhash/devel mhash-0_9_2-3 devel +mschwendt rpms/gpgme/devel gpgme-1_0_2-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 06:24:27 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Thu, 12 May 2005 02:24:27 -0400 Subject: common tobuild,1.409,1.410 Message-ID: <200505120624.j4C6ORnm013823@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13806 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.409 retrieving revision 1.410 diff -u -r1.409 -r1.410 --- tobuild 12 May 2005 05:47:07 -0000 1.409 +++ tobuild 12 May 2005 06:24:25 -0000 1.410 @@ -16,3 +16,4 @@ toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel mschwendt rpms/mhash/devel mhash-0_9_2-3 devel mschwendt rpms/gpgme/devel gpgme-1_0_2-3_fc4 devel +oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 06:24:51 2005 From: fedora-extras-commits at redhat.com (Oliver Falk (oliver)) Date: Thu, 12 May 2005 02:24:51 -0400 Subject: common tobuild,1.410,1.411 Message-ID: <200505120624.j4C6OpX3013880@cvs-int.fedora.redhat.com> Author: oliver Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13863 Modified Files: tobuild Log Message: request build of rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.410 retrieving revision 1.411 diff -u -r1.410 -r1.411 --- tobuild 12 May 2005 06:24:25 -0000 1.410 +++ tobuild 12 May 2005 06:24:49 -0000 1.411 @@ -17,3 +17,4 @@ mschwendt rpms/mhash/devel mhash-0_9_2-3 devel mschwendt rpms/gpgme/devel gpgme-1_0_2-3_fc4 devel oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 devel +oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 From fedora-extras-commits at redhat.com Thu May 12 07:08:34 2005 From: fedora-extras-commits at redhat.com (Adrian Reber (adrian)) Date: Thu, 12 May 2005 03:08:34 -0400 Subject: rpms/jabberd/devel .cvsignore, 1.2, 1.3 jabberd.spec, 1.8, 1.9 sources, 1.2, 1.3 Message-ID: <200505120708.j4C78YUt014907@cvs-int.fedora.redhat.com> Author: adrian Update of /cvs/extras/rpms/jabberd/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14880 Modified Files: .cvsignore jabberd.spec sources Log Message: updated to 2.0-0.s8.5 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 7 Mar 2005 08:23:35 -0000 1.2 +++ .cvsignore 12 May 2005 07:08:32 -0000 1.3 @@ -1 +1 @@ -jabberd-2.0s6.tar.gz +jabberd-2.0s8.tar.gz Index: jabberd.spec =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/jabberd.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- jabberd.spec 30 Mar 2005 19:46:31 -0000 1.8 +++ jabberd.spec 12 May 2005 07:08:32 -0000 1.9 @@ -1,10 +1,10 @@ Summary: OpenSource server implementation of the Jabber protocols Name: jabberd Version: 2.0 -Release: 0.s6.5 +Release: 0.s8.5 License: GPL Group: System Environment/Daemons -Source0: http://files.jabberstudio.org/jabberd2/jabberd-2.0s6.tar.gz +Source0: http://files.jabberstudio.org/jabberd2/jabberd-2.0s8.tar.gz Source1: jabberd Source2: jabberd.sysconfig URL: http://jabberd.jabberstudio.org/2/ @@ -33,7 +33,7 @@ This packages defaults to use pam and the Berkeley DB. %prep -%setup -q -n %{name}-%{version}s6 +%setup -q -n %{name}-%{version}s8 %build %define _sysconfdir /etc/jabberd @@ -140,7 +140,7 @@ #create ssl certificate cd %{sysconfdir} if [ ! -e server.pem ]; then - %{___build_shell} %{_datadir}/ssl/certs/make-dummy-cert server.pem + %{___build_shell} %{_sysconfdir}/pki/tls/certs/make-dummy-cert server.pem %{__chown} root.jabber server.pem %{__chmod} 640 server.pem fi @@ -174,6 +174,10 @@ %ghost %{_sysconfdir}/jabberd/server.pem %changelog +* Thu May 12 2005 Adrian Reber - 2.0-0.s8.5 +- updated to 2.0-0.s8.5 +- using new location of make-dummy-cert + * Wed Mar 09 2005 Adrian Reber - 2.0-0.s6.5 - removed Epoch: 0 - more Requires(...) Index: sources =================================================================== RCS file: /cvs/extras/rpms/jabberd/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 7 Mar 2005 08:23:35 -0000 1.2 +++ sources 12 May 2005 07:08:32 -0000 1.3 @@ -1 +1 @@ -ca2818885e126181e002949c71603df3 jabberd-2.0s6.tar.gz +96753c5e74676ace0841a4cee9f13fdb jabberd-2.0s8.tar.gz From fedora-extras-commits at redhat.com Thu May 12 07:35:24 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:35:24 -0400 Subject: rpms/ghc - New directory Message-ID: <200505120735.j4C7ZOou015035@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15015/ghc Log Message: Directory /cvs/extras/rpms/ghc added to the repository From fedora-extras-commits at redhat.com Thu May 12 07:35:25 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:35:25 -0400 Subject: rpms/ghc/devel - New directory Message-ID: <200505120735.j4C7ZPV0015040@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15015/ghc/devel Log Message: Directory /cvs/extras/rpms/ghc/devel added to the repository From fedora-extras-commits at redhat.com Thu May 12 07:35:44 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:35:44 -0400 Subject: rpms/ghc Makefile,NONE,1.1 import.log,NONE,1.1 Message-ID: <200505120735.j4C7Zi8s015096@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15065 Added Files: Makefile import.log Log Message: Setup of module ghc --- NEW FILE Makefile --- # Top level Makefile for module ghc all : CVS/Root common-update @cvs update common-update : common @cd common && cvs update common : CVS/Root @cvs checkout common CVS/Root : @echo "ERROR: This does not look like a CVS checkout" && exit 1 clean : @find . -type f -name *~ -exec rm -fv {} \; --- NEW FILE import.log --- From fedora-extras-commits at redhat.com Thu May 12 07:35:44 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:35:44 -0400 Subject: rpms/ghc/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1 Message-ID: <200505120735.j4C7Zium015101@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15065/devel Added Files: .cvsignore Makefile sources Log Message: Setup of module ghc --- NEW FILE .cvsignore --- ***** Error reading new file: [Errno 2] No such file or directory: 'Makefile' --- NEW FILE sources --- From fedora-extras-commits at redhat.com Thu May 12 07:37:45 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:37:45 -0400 Subject: rpms/ghc import.log,1.1,1.2 Message-ID: <200505120738.j4C7cFLB015201@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15149 Modified Files: import.log Log Message: auto-import ghc-6.4-8 on branch devel from ghc-6.4-8.src.rpm initial import to Extras Index: import.log =================================================================== RCS file: /cvs/extras/rpms/ghc/import.log,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- import.log 12 May 2005 07:35:41 -0000 1.1 +++ import.log 12 May 2005 07:37:43 -0000 1.2 @@ -0,0 +1 @@ +ghc-6_4-8:HEAD:ghc-6.4-8.src.rpm:1115883455 From fedora-extras-commits at redhat.com Thu May 12 07:37:45 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:37:45 -0400 Subject: rpms/ghc/devel ghc-6.4-dsforeign-x86_64-1097471.patch, NONE, 1.1 ghc-6.4-powerpc.patch, NONE, 1.1 ghc-6.4-rts-adjustor-x86_64-1097471.patch, NONE, 1.1 ghc.spec, NONE, 1.1 rts-GCCompact.h-x86_64.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2 Message-ID: <200505120737.j4C7bjld015185@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15149/devel Modified Files: .cvsignore sources Added Files: ghc-6.4-dsforeign-x86_64-1097471.patch ghc-6.4-powerpc.patch ghc-6.4-rts-adjustor-x86_64-1097471.patch ghc.spec rts-GCCompact.h-x86_64.patch Log Message: auto-import ghc-6.4-8 on branch devel from ghc-6.4-8.src.rpm initial import to Extras ghc-6.4-dsforeign-x86_64-1097471.patch: --- NEW FILE ghc-6.4-dsforeign-x86_64-1097471.patch --- diff -u ghc-6.4/ghc/compiler/deSugar/DsForeign.lhs ghc-6.5/ghc/compiler/deSugar/DsForeign.lhs --- ghc-6.4/ghc/compiler/deSugar/DsForeign.lhs 2005-05-07 11:51:04.000000000 +0900 +++ ghc-6.5/ghc/compiler/deSugar/DsForeign.lhs 2005-05-07 11:51:04.000000000 +0900 @@ -24,14 +24,14 @@ import Type ( isUnLiftedType ) #endif import MachOp ( machRepByteWidth, MachRep(..) ) -import SMRep ( argMachRep, primRepToCgRep ) +import SMRep ( argMachRep, typeCgRep ) import CoreUtils ( exprType, mkInlineMe ) import Id ( Id, idType, idName, mkSysLocal, setInlinePragma ) import Literal ( Literal(..), mkStringLit ) import Module ( moduleString ) import Name ( getOccString, NamedThing(..) ) import OccName ( encodeFS ) -import Type ( repType, coreEqType, typePrimRep ) +import Type ( repType, coreEqType ) import TcType ( Type, mkFunTys, mkForAllTys, mkTyConApp, mkFunTy, tcSplitTyConApp_maybe, tcSplitForAllTys, tcSplitFunTys, tcTyConAppArgs, @@ -52,7 +52,7 @@ import BasicTypes ( Activation( NeverActive ) ) import SrcLoc ( Located(..), unLoc ) import Outputable -import Maybe ( fromJust ) +import Maybe ( fromJust, isNothing ) import FastString \end{code} @@ -95,7 +95,7 @@ combine (ForeignStubs acc_h acc_c acc_hdrs acc_feb, acc_f) (L loc (ForeignExport (L _ id) _ (CExport (CExportStatic ext_nm cconv)) depr)) = dsFExport id (idType id) - ext_nm cconv False `thenDs` \(h, c, _) -> + ext_nm cconv False `thenDs` \(h, c, _, _) -> warnDepr depr loc `thenDs` \_ -> returnDs (ForeignStubs (h $$ acc_h) (c $$ acc_c) acc_hdrs (id:acc_feb), acc_f) @@ -292,7 +292,8 @@ -- the first argument's stable pointer -> DsM ( SDoc -- contents of Module_stub.h , SDoc -- contents of Module_stub.c - , [Type] -- primitive arguments expected by stub function. + , [MachRep] -- primitive arguments expected by stub function + , Int -- size of args to stub function ) dsFExport fn_id ty ext_name cconv isDyn @@ -371,7 +372,8 @@ in dsLookupGlobalId bindIOName `thenDs` \ bindIOId -> newSysLocalDs stable_ptr_ty `thenDs` \ stbl_value -> - dsFExport id export_ty fe_nm cconv True `thenDs` \ (h_code, c_code, stub_args) -> + dsFExport id export_ty fe_nm cconv True + `thenDs` \ (h_code, c_code, arg_reps, args_size) -> let stbl_app cont ret_ty = mkApps (Var bindIOId) [ Type stable_ptr_ty @@ -395,9 +397,7 @@ -- (probably in the RTS.) adjustor = FSLIT("createAdjustor") - arg_type_info = drop 2 $ map (repCharCode.argMachRep - .primRepToCgRep.typePrimRep) - stub_args + arg_type_info = map repCharCode arg_reps repCharCode F32 = 'f' repCharCode F64 = 'd' repCharCode I64 = 'l' @@ -407,17 +407,9 @@ -- so that we can attach the '@N' suffix to its label if it is a -- stdcall on Windows. mb_sz_args = case cconv of - StdCallConv -> Just (sum (map ty_size stub_args)) + StdCallConv -> Just args_size _ -> Nothing - -- NB. the calculation here isn't strictly speaking correct. - -- We have a primitive Haskell type (eg. Int#, Double#), and - -- we want to know the size, when passed on the C stack, of - -- the associated C type (eg. HsInt, HsDouble). We don't have - -- this information to hand, but we know what GHC's conventions - -- are for passing around the primitive Haskell types, so we - -- use that instead. I hope the two coincide --SDM - ty_size = machRepByteWidth.argMachRep.primRepToCgRep.typePrimRep in dsCCall adjustor adj_args PlayRisky io_res_ty `thenDs` \ ccall_adj -> -- PlayRisky: the adjustor doesn't allocate in the Haskell heap or do a callback @@ -464,33 +456,33 @@ -> CCallConv -> (SDoc, SDoc, - [Type] -- the *primitive* argument types + [MachRep], -- the argument reps + Int -- total size of arguments ) mkFExportCBits c_nm maybe_target arg_htys res_hty is_IO_res_ty cc - = (header_bits, c_bits, all_prim_arg_tys) + = (header_bits, c_bits, + [rep | (_,_,_,rep) <- arg_info], -- just the real args + sum [ machRepByteWidth rep | (_,_,_,rep) <- aug_arg_info] -- all the args + ) where - -- Create up types and names for the real args - arg_cnames, arg_ctys :: [SDoc] - arg_cnames = mkCArgNames 1 arg_htys - arg_ctys = map showStgType arg_htys - - -- and also for auxiliary ones; the stable ptr in the dynamic case, and - -- a slot for the dummy return address in the dynamic + ccall case - extra_cnames_and_tys - = case maybe_target of - Nothing -> [((text "the_stableptr", text "StgStablePtr"), mkStablePtrPrimTy alphaTy)] - other -> [] - ++ - case (maybe_target, cc) of - (Nothing, CCallConv) -> [((text "original_return_addr", text "void*"), addrPrimTy)] - other -> [] - - all_cnames_and_ctys :: [(SDoc, SDoc)] - all_cnames_and_ctys - = map fst extra_cnames_and_tys ++ zip arg_cnames arg_ctys - - all_prim_arg_tys - = map snd extra_cnames_and_tys ++ map getPrimTyOf arg_htys + -- list the arguments to the C function + arg_info :: [(SDoc, -- arg name + SDoc, -- C type + Type, -- Haskell type + MachRep)] -- the MachRep + arg_info = [ (text ('a':show n), showStgType ty, ty, + typeMachRep (getPrimTyOf ty)) + | (ty,n) <- zip arg_htys [1..] ] + + -- add some auxiliary args; the stable ptr in the wrapper case, and + -- a slot for the dummy return address in the wrapper + ccall case + aug_arg_info + | isNothing maybe_target = stable_ptr_arg : insertRetAddr cc arg_info + | otherwise = arg_info + + stable_ptr_arg = + (text "the_stableptr", text "StgStablePtr", undefined, + typeMachRep (mkStablePtrPrimTy alphaTy)) -- stuff to do with the return type of the C function res_hty_is_unit = res_hty `coreEqType` unitTy -- Look through any newtypes @@ -506,8 +498,8 @@ header_bits = ptext SLIT("extern") <+> fun_proto <> semi fun_proto = cResType <+> pprCconv <+> ftext c_nm <> - parens (hsep (punctuate comma (map (\(nm,ty) -> ty <+> nm) - all_cnames_and_ctys))) + parens (hsep (punctuate comma (map (\(nm,ty,_,_) -> ty <+> nm) + aug_arg_info))) -- the target which will form the root of what we ask rts_evalIO to run the_cfun @@ -517,9 +509,9 @@ -- the expression we give to rts_evalIO expr_to_run - = foldl appArg the_cfun (zip arg_cnames arg_htys) + = foldl appArg the_cfun arg_info -- NOT aug_arg_info where - appArg acc (arg_cname, arg_hty) + appArg acc (arg_cname, _, arg_hty, _) = text "rts_apply" <> parens (acc <> comma <> mkHObj arg_hty <> parens arg_cname) @@ -538,6 +530,30 @@ Nothing -> empty Just hs_fn -> text "extern StgClosure " <> ppr hs_fn <> text "_closure" <> semi + -- the only reason for making the mingw32 (anything targetting PE, really) stick + -- out here is that the GHCi linker isn't capable of handling .ctors sections + useStaticConstructors +#if defined(mingw32_HOST_OS) + = False +#else + = True +#endif + + initialiser + = case maybe_target of + Nothing -> empty + Just hs_fn + | not useStaticConstructors -> empty + | otherwise -> + vcat + [ text "static void stginit_export_" <> ppr hs_fn + <> text "() __attribute__((constructor));" + , text "static void stginit_export_" <> ppr hs_fn <> text "()" + , braces (text "getStablePtr" + <> parens (text "(StgPtr) &" <> ppr hs_fn <> text "_closure") + <> semi) + ] + -- finally, the whole darn thing c_bits = space $$ @@ -568,11 +584,17 @@ , if res_hty_is_unit then empty else text "return cret;" , rbrace - ] - + ] $$ + initialiser -mkCArgNames :: Int -> [a] -> [SDoc] -mkCArgNames n as = zipWith (\ _ n -> text ('a':show n)) as [n..] +-- NB. the calculation here isn't strictly speaking correct. +-- We have a primitive Haskell type (eg. Int#, Double#), and +-- we want to know the size, when passed on the C stack, of +-- the associated C type (eg. HsInt, HsDouble). We don't have +-- this information to hand, but we know what GHC's conventions +-- are for passing around the primitive Haskell types, so we +-- use that instead. I hope the two coincide --SDM +typeMachRep ty = argMachRep (typeCgRep ty) mkHObj :: Type -> SDoc mkHObj t = text "rts_mk" <> text (showFFIType t) @@ -590,6 +612,26 @@ Just (tc,_) -> tc Nothing -> pprPanic "showFFIType" (ppr t) +#if !defined(x86_64_TARGET_ARCH) +insertRetAddr CCallConv args = ret_addr_arg : args +insertRetAddr _ args = args +#else +-- On x86_64 we insert the return address after the 6th +-- integer argument, because this is the point at which we +-- need to flush a register argument to the stack (See rts/Adjustor.c for +-- details). +insertRetAddr CCallConv args = go 0 args + where go 6 args = ret_addr_arg : args + go n (arg@(_,_,_,rep):args) + | I64 <- rep = arg : go (n+1) args + | otherwise = arg : go n args + go n [] = [] +insertRetAddr _ args = args +#endif + +ret_addr_arg = (text "original_return_addr", text "void*", undefined, + typeMachRep addrPrimTy) + -- This function returns the primitive type associated with the boxed -- type argument to a foreign export (eg. Int ==> Int#). It assumes -- that all the types we are interested in have a single constructor ghc-6.4-powerpc.patch: --- NEW FILE ghc-6.4-powerpc.patch --- diff -ur ghc-6.4/distrib/configure-bin.ac ghc-6.4/distrib/configure-bin.ac --- ghc-6.4/distrib/configure-bin.ac 2005-03-10 09:10:09.000000000 -0500 +++ ghc-6.4/distrib/configure-bin.ac 2005-03-14 21:37:20.356380744 -0500 @@ -78,6 +78,10 @@ TargetPlatform=rs6000-ibm-aix;; powerpc-apple-darwin*) TargetPlatform=powerpc-apple-darwin;; +powerpc-*-linux*) + TargetPlatform=powerpc-unknown-linux;; +powerpc64-*-linux*) + TargetPlatform=powerpc64-unknown-linux;; sparc-sun-sunos4*) TargetPlatform=sparc-sun-sunos4;; sparc-sun-solaris2*) diff -ur ghc-6.4/ghc/includes/MachRegs.h ghc-6.4/ghc/includes/MachRegs.h --- ghc-6.4/ghc/includes/MachRegs.h 2005-01-28 07:55:51.000000000 -0500 +++ ghc-6.4/ghc/includes/MachRegs.h 2005-03-14 21:37:31.825368128 -0500 @@ -457,7 +457,7 @@ #define REG_R7 r20 #define REG_R8 r21 -#ifdef darwin_REGS +#if darwin_REGS #define REG_F1 f14 #define REG_F2 f15 ghc-6.4-rts-adjustor-x86_64-1097471.patch: --- NEW FILE ghc-6.4-rts-adjustor-x86_64-1097471.patch --- diff -u ghc-6.4/ghc/rts/Adjustor.c ghc-6.5/ghc/rts/Adjustor.c --- ghc-6.4/ghc/rts/Adjustor.c 2005-05-07 11:46:10.000000000 +0900 +++ ghc-6.5/ghc/rts/Adjustor.c 2005-05-07 11:46:11.000000000 +0900 @@ -46,13 +46,18 @@ #include #endif -#if defined(openbsd_HOST_OS) +#if defined(openbsd_HOST_OS) || defined(linux_HOST_OS) #include #include #include /* no C99 header stdint.h on OpenBSD? */ +#if defined(openbsd_HOST_OS) typedef unsigned long my_uintptr_t; +#else +#include +typedef uintptr_t my_uintptr_t; +#endif #endif #if defined(powerpc_HOST_ARCH) && defined(linux_HOST_OS) @@ -80,7 +85,7 @@ barf("mallocBytesRWX: failed to protect 0x%p; error=%lu; old protection: %lu\n", addr, (unsigned long)GetLastError(), (unsigned long)dwOldProtect); } -#elif defined(openbsd_HOST_OS) +#elif defined(openbsd_HOST_OS) || defined(linux_HOST_OS) /* malloced memory isn't executable by default on OpenBSD */ my_uintptr_t pageSize = sysconf(_SC_PAGESIZE); my_uintptr_t mask = ~(pageSize - 1); @@ -94,8 +99,46 @@ return addr; } +#ifdef LEADING_UNDERSCORE +#define UNDERSCORE "_" +#else +#define UNDERSCORE "" +#endif #if defined(i386_HOST_ARCH) -static unsigned char *obscure_ccall_ret_code; +/* + Now here's something obscure for you: + + When generating an adjustor thunk that uses the C calling + convention, we have to make sure that the thunk kicks off + the process of jumping into Haskell with a tail jump. Why? + Because as a result of jumping in into Haskell we may end + up freeing the very adjustor thunk we came from using + freeHaskellFunctionPtr(). Hence, we better not return to + the adjustor code on our way out, since it could by then + point to junk. + + The fix is readily at hand, just include the opcodes + for the C stack fixup code that we need to perform when + returning in some static piece of memory and arrange + to return to it before tail jumping from the adjustor thunk. +*/ +__asm__ ( + ".globl " UNDERSCORE "obscure_ccall_ret_code\n" + UNDERSCORE "obscure_ccall_ret_code:\n\t" + "addl $0x4, %esp\n\t" + "ret" + ); +extern void obscure_ccall_ret_code(void); +#endif + +#if defined(x86_64_HOST_ARCH) +__asm__ ( + ".globl " UNDERSCORE "obscure_ccall_ret_code\n" + UNDERSCORE "obscure_ccall_ret_code:\n\t" + "addq $0x8, %rsp\n\t" + "ret" + ); +extern void obscure_ccall_ret_code(void); #endif #if defined(alpha_HOST_ARCH) @@ -195,7 +238,7 @@ createAdjustor(int cconv, StgStablePtr hptr, StgFunPtr wptr, char *typeString -#if !defined(powerpc_HOST_ARCH) && !defined(powerpc64_HOST_ARCH) +#if !defined(powerpc_HOST_ARCH) && !defined(powerpc64_HOST_ARCH) && !defined(x86_64_HOST_ARCH) STG_UNUSED #endif ) @@ -279,6 +322,111 @@ adj_code[0x0f] = (unsigned char)0xff; /* jmp *%eax */ adj_code[0x10] = (unsigned char)0xe0; } +#elif defined(x86_64_HOST_ARCH) + /* + stack at call: + argn + ... + arg7 + return address + %rdi,%rsi,%rdx,%rcx,%r8,%r9 = arg0..arg6 + + if there are <6 integer args, then we can just push the + StablePtr into %edi and shuffle the other args up. + + If there are >=6 integer args, then we have to flush one arg + to the stack, and arrange to adjust the stack ptr on return. + The stack will be rearranged to this: + + argn + ... + arg7 + return address *** <-- dummy arg in stub fn. + arg6 + obscure_ccall_ret_code + + This unfortunately means that the type of the stub function + must have a dummy argument for the original return address + pointer inserted just after the 6th integer argument. + + Code for the simple case: + + 0: 4d 89 c1 mov %r8,%r9 + 3: 49 89 c8 mov %rcx,%r8 + 6: 48 89 d1 mov %rdx,%rcx + 9: 48 89 f2 mov %rsi,%rdx + c: 48 89 fe mov %rdi,%rsi + f: 48 8b 3d 0a 00 00 00 mov 10(%rip),%rdi + 16: e9 00 00 00 00 jmpq stub_function + ... + 20: .quad 0 # aligned on 8-byte boundary + + + And the version for >=6 integer arguments: + + 0: 41 51 push %r9 + 2: 68 00 00 00 00 pushq $obscure_ccall_ret_code + 7: 4d 89 c1 mov %r8,%r9 + a: 49 89 c8 mov %rcx,%r8 + d: 48 89 d1 mov %rdx,%rcx + 10: 48 89 f2 mov %rsi,%rdx + 13: 48 89 fe mov %rdi,%rsi + 16: 48 8b 3d 0b 00 00 00 mov 11(%rip),%rdi + 1d: e9 00 00 00 00 jmpq stub_function + ... + 28: .quad 0 # aligned on 8-byte boundary + */ + + /* we assume the small code model (gcc -mcmmodel=small) where + * all symbols are <2^32, so hence wptr should fit into 32 bits. + */ + ASSERT(((long)wptr >> 32) == 0); + + { + int i = 0; + char *c; + + // determine whether we have 6 or more integer arguments, + // and therefore need to flush one to the stack. + for (c = typeString; *c != '\0'; c++) { + if (*c == 'i' || *c == 'l') i++; + if (i == 6) break; + } + + if (i < 6) { + adjustor = mallocBytesRWX(40); + + *(StgInt32 *)adjustor = 0x49c1894d; + *(StgInt32 *)(adjustor+4) = 0x8948c889; + *(StgInt32 *)(adjustor+8) = 0xf28948d1; + *(StgInt32 *)(adjustor+12) = 0x48fe8948; + *(StgInt32 *)(adjustor+16) = 0x000a3d8b; + *(StgInt32 *)(adjustor+20) = 0x00e90000; + + *(StgInt32 *)(adjustor+23) = + (StgInt32)((StgInt64)wptr - (StgInt64)adjustor - 27); + *(StgInt64 *)(adjustor+32) = (StgInt64)hptr; + } + else + { + adjustor = mallocBytesRWX(48); + + *(StgInt32 *)adjustor = 0x00685141; + *(StgInt32 *)(adjustor+4) = 0x4d000000; + *(StgInt32 *)(adjustor+8) = 0x8949c189; + *(StgInt32 *)(adjustor+12) = 0xd18948c8; + *(StgInt32 *)(adjustor+16) = 0x48f28948; + *(StgInt32 *)(adjustor+20) = 0x8b48fe89; + *(StgInt32 *)(adjustor+24) = 0x00000b3d; + *(StgInt32 *)(adjustor+28) = 0x0000e900; + + *(StgInt32 *)(adjustor+3) = + (StgInt32)(StgInt64)obscure_ccall_ret_code; + *(StgInt32 *)(adjustor+30) = + (StgInt32)((StgInt64)wptr - (StgInt64)adjustor - 34); + *(StgInt64 *)(adjustor+40) = (StgInt64)hptr; + } + } #elif defined(sparc_HOST_ARCH) /* Magic constant computed by inspecting the code length of the following assembly language snippet (offset and machine code prefixed): @@ -848,7 +996,16 @@ freeStablePtr(*((StgStablePtr*)((unsigned char*)ptr + 0x01))); } else { freeStablePtr(*((StgStablePtr*)((unsigned char*)ptr + 0x02))); - } + } +#elif defined(x86_64_HOST_ARCH) + if ( *(StgWord16 *)ptr == 0x894d ) { + freeStablePtr(*(StgStablePtr*)(ptr+32)); + } else if ( *(StgWord16 *)ptr == 0x5141 ) { + freeStablePtr(*(StgStablePtr*)(ptr+40)); + } else { + errorBelch("freeHaskellFunctionPtr: not for me, guv! %p\n", ptr); + return; + } #elif defined(sparc_HOST_ARCH) if ( *(unsigned long*)ptr != 0x9C23A008UL ) { errorBelch("freeHaskellFunctionPtr: not for me, guv! %p\n", ptr); @@ -906,30 +1063,4 @@ void initAdjustor(void) { -#if defined(i386_HOST_ARCH) - /* Now here's something obscure for you: - - When generating an adjustor thunk that uses the C calling - convention, we have to make sure that the thunk kicks off - the process of jumping into Haskell with a tail jump. Why? - Because as a result of jumping in into Haskell we may end - up freeing the very adjustor thunk we came from using - freeHaskellFunctionPtr(). Hence, we better not return to - the adjustor code on our way out, since it could by then - point to junk. - - The fix is readily at hand, just include the opcodes - for the C stack fixup code that we need to perform when - returning in some static piece of memory and arrange - to return to it before tail jumping from the adjustor thunk. - */ - - obscure_ccall_ret_code = mallocBytesRWX(4); - - obscure_ccall_ret_code[0x00] = (unsigned char)0x83; /* addl $0x4, %esp */ - obscure_ccall_ret_code[0x01] = (unsigned char)0xc4; - obscure_ccall_ret_code[0x02] = (unsigned char)0x04; - - obscure_ccall_ret_code[0x03] = (unsigned char)0xc3; /* ret */ -#endif } --- NEW FILE ghc.spec --- %define build_version 6.4 %define ghcver ghc64 # speed up test builds by not building profiled libraries %define build_prof 1 %define build_doc 0 # ghc-6.4 doesn't build with gcc-4.0 yet %define _with_gcc32 %{nil} Name: ghc Version: 6.4 Release: 8 Summary: Glasgow Haskell Compilation system License: BSD style Group: Development/Languages Source: http://www.haskell.org/ghc/dist/%{version}/ghc-%{version}-src.tar.bz2 URL: http://haskell.org/ghc/ Requires: %{ghcver} = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: sed, %{ghcver}, %{?_with_gcc32: compat-gcc-32} Buildrequires: gmp-devel, readline-devel, xorg-x11-devel, freeglut-devel, openal-devel %if %{build_doc} # haddock generates libraries/ docs Buildrequires: libxslt, docbook-style-xsl, haddock %endif Prefix: %{_prefix} Patch1: ghc-6.4-powerpc.patch Patch2: rts-GCCompact.h-x86_64.patch Patch3: ghc-6.4-dsforeign-x86_64-1097471.patch Patch4: ghc-6.4-rts-adjustor-x86_64-1097471.patch %description GHC is a state-of-the-art programming suite for Haskell, a purely functional programming language. It includes an optimising compiler generating good code for a variety of platforms, together with an interactive system for convenient, quick development. The distribution includes space and time profiling facilities, a large collection of libraries, and support for various language extensions, including concurrency, exceptions, and a foreign language interface. %package -n %{ghcver} Summary: Documentation for GHC Group: Development/Languages Requires: gcc gmp-devel readline-devel %description -n %{ghcver} GHC is a state-of-the-art programming suite for Haskell, a purely functional programming language. It includes an optimising compiler generating good code for a variety of platforms, together with an interactive system for convenient, quick development. The distribution includes space and time profiling facilities, a large collection of libraries, and support for various language extensions, including concurrency, exceptions, and a foreign language interfaces. This package contains all the main files and libraries of version %{version}. %if %{build_prof} %package -n %{ghcver}-prof Summary: Profiling libraries for GHC Group: Development/Libraries Requires: %{ghcver} = %{version}-%{release} Obsoletes: ghc-prof %description -n %{ghcver}-prof Profiling libraries for Glorious Glasgow Haskell Compilation System (GHC). They should be installed when GHC's profiling subsystem is needed. %endif %package doc Summary: Documentation for GHC Group: Development/Languages %description doc Preformatted documentation for the Glorious Glasgow Haskell Compilation System (GHC) and its libraries. It should be installed if you like to have local access to the documentation in HTML format. # the debuginfo subpackage is currently empty anyway, so don't generate it %define debug_package %{nil} %define __spec_install_post /usr/lib/rpm/brp-compress %prep %setup -q -n ghc-%{version} %patch1 -p1 -b .1-ppc %patch2 -p1 -b .2-x86_64 %patch3 -p1 -b .3-x86_64 %patch4 -p1 -b .4-x86_64 %build %ifarch x86_64 echo "SplitObjs = NO" >> mk/build.mk echo "GhcWithInterpreter = NO" >> mk/build.mk %endif %if !%{build_prof} echo "GhcLibWays=" >> mk/build.mk echo "GhcRTSWays=thr debug" >> mk/build.mk %endif ./configure --prefix=%{_prefix} --libdir=%{_libdir} --with-ghc=ghc-%{build_version} %{?_with_gcc32: --with-gcc=%{_bindir}/gcc32} make all %if %{build_doc} make html %endif %install rm -rf $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT%{_prefix} libdir=$RPM_BUILD_ROOT%{_libdir}/%{name}-%{version} install %if %{build_doc} make datadir=$RPM_BUILD_ROOT%{_docdir}/ghc-%{version} XMLDocWays="html" install-docs %endif SRC_TOP=$PWD rm -f rpm-*-filelist rpm-*.files ( cd $RPM_BUILD_ROOT find .%{_libdir}/%{name}-%{version} \( -type d -fprintf $SRC_TOP/rpm-dir.files "%%%%dir %%p\n" \) -o \( -type f \( -name '*.p_hi' -o -name '*_p.a' \) -fprint $SRC_TOP/rpm-prof.files \) -o \( -not -name 'package.conf' -fprint $SRC_TOP/rpm-lib.files \) ) # make paths absolute (filter "./usr" to "/usr") sed -i -e "s|\.%{_prefix}|%{_prefix}|" rpm-*.files cat rpm-dir.files rpm-lib.files > rpm-base-filelist %if %{build_prof} cat rpm-dir.files rpm-prof.files > rpm-prof-filelist %endif %clean rm -rf $RPM_BUILD_ROOT %post ## tweak prefix in drivers scripts if relocating if [ "${RPM_INSTALL_PREFIX}" != "%{_prefix}" ]; then BINDIR=`echo %{_bindir} | sed -e "s|%{_prefix}|${RPM_INSTALL_PREFIX}|"` sed -i "s|%{_prefix}|${RPM_INSTALL_PREFIX}|" ${BINDIR}/{ghcprof,hsc2hs} fi %post -n %{ghcver} ## tweak prefix in drivers scripts if relocating if [ "${RPM_INSTALL_PREFIX}" != "%{_prefix}" ]; then BINDIR=`echo %{_bindir} | sed -e "s|%{_prefix}|${RPM_INSTALL_PREFIX}|"` LIBDIR=`echo %{_libdir} | sed -e "s|%{_prefix}|${RPM_INSTALL_PREFIX}|"` sed -i "s|%{_prefix}|${RPM_INSTALL_PREFIX}|" ${BINDIR}/ghc*-%{version} ${LIBDIR}/ghc-%{version}/package.conf fi %files %defattr(-,root,root,-) %{_bindir}/* %exclude %{_bindir}/ghc*%{version} %files -n %{ghcver} -f rpm-base-filelist %defattr(-,root,root,-) %doc ghc/ANNOUNCE ghc/LICENSE ghc/README %{_bindir}/ghc*%{version} %config(noreplace) %{_libdir}/ghc-%{version}/package.conf %if %{build_prof} %files -n %{ghcver}-prof -f rpm-prof-filelist %defattr(-,root,root,-) %endif %if %{build_doc} %files doc %defattr(-,root,root,-) %{_docdir}/%{name}-%{version} %endif %changelog * Thu May 12 2005 Jens Petersen - 6.4-8 - initial import into Fedora Extras * Thu May 12 2005 Jens Petersen - add build_prof and build_doc switches for -doc and -prof subpackages - add _with_gcc32 switch since ghc-6.4 doesn't build with gcc-4.0 * Wed May 11 2005 Jens Petersen - 6.4-7 - make package relocatable (ghc#1084122) - add post install scripts to replace prefix in driver scripts - buildrequire libxslt and docbook-style-xsl instead of docbook-utils and flex * Fri May 6 2005 Jens Petersen - 6.4-6 - add ghc-6.4-dsforeign-x86_64-1097471.patch and ghc-6.4-rts-adjustor-x86_64-1097471.patch from trunk to hopefully fix ffi support on x86_64 (Simon Marlow, ghc#1097471) - use XMLDocWays instead of SGMLDocWays to build documentation fully * Mon May 2 2005 Jens Petersen - 6.4-5 - add rts-GCCompact.h-x86_64.patch to fix GC issue on x86_64 (Simon Marlow) * Thu Mar 17 2005 Jens Petersen - 6.4-4 - add ghc-6.4-powerpc.patch (Ryan Lortie) - disable building interpreter rather than install and delete on x86_64 * Wed Mar 16 2005 Jens Petersen - 6.4-3 - make ghc require ghcver of same ver-rel - on x86_64 remove ghci for now since it doesn't work and all .o files * Tue Mar 15 2005 Jens Petersen - 6.4-2 - ghc requires ghcver (Amanda Clare) * Sat Mar 12 2005 Jens Petersen - 6.4-1 - 6.4 release - x86_64 build no longer unregisterised - use sed instead of perl to tidy filelists - buildrequire ghc64 instead of ghc-6.4 - no epoch for ghc64-prof's ghc64 requirement - install docs directly in docdir * Fri Jan 21 2005 Jens Petersen - 6.2.2-2 - add x86_64 port - build unregistered and without splitobjs - specify libdir to configure and install - rename ghc-prof to ghcXYZ-prof, which obsoletes ghc-prof * Mon Dec 6 2004 Jens Petersen - 6.2.2-1 - move ghc requires to ghcXYZ * Wed Nov 24 2004 Jens Petersen - 6.2.2-0.fdr.1 - ghc622 - provide ghc = %%version - require gcc, gmp-devel and readline-devel * Fri Oct 15 2004 Gerard Milmeister - 6.2.2-0.fdr.1 - New Version 6.2.2 * Mon Mar 22 2004 Gerard Milmeister - 6.2.1-0.fdr.1 - New Version 6.2.1 * Tue Dec 16 2003 Gerard Milmeister - 6.2-0.fdr.1 - New Version 6.2 * Tue Dec 16 2003 Gerard Milmeister - 6.0.1-0.fdr.3 - A few minor specfile tweaks * Mon Dec 15 2003 Gerard Milmeister - 6.0.1-0.fdr.2 - Different file list generation * Mon Oct 20 2003 Gerard Milmeister - 6.0.1-0.fdr.1 - First Fedora release - Added generated html docs, so that haddock is not needed * Wed Sep 26 2001 Manuel Chakravarty - small changes for 5.04 * Wed Sep 26 2001 Manuel Chakravarty - split documentation off into a separate package - adapt to new docbook setup in RH7.1 * Mon Apr 16 2001 Manuel Chakravarty - revised for 5.00 - also runs autoconf automagically if no ./configure found * Thu Jun 22 2000 Sven Panne - removed explicit usage of hslibs/docs, it belongs to ghc/docs/set * Sun Apr 23 2000 Manuel Chakravarty - revised for ghc 4.07; added suggestions from Pixel - added profiling package * Tue Dec 7 1999 Manuel Chakravarty - version for use from CVS * Thu Sep 16 1999 Manuel Chakravarty - modified for GHC 4.04, patchlevel 1 (no more 62 tuple stuff); minimises use of patch files - instead emits a build.mk on-the-fly * Sat Jul 31 1999 Manuel Chakravarty - modified for GHC 4.04 * Wed Jun 30 1999 Manuel Chakravarty - some more improvements from vbzoli * Fri Feb 26 1999 Manuel Chakravarty - modified for GHC 4.02 * Thu Dec 24 1998 Zoltan Vorosbaranyi - added BuildRoot - files located in /usr/local/bin, /usr/local/lib moved to /usr/bin, /usr/lib * Tue Jul 28 1998 Manuel Chakravarty - original version rts-GCCompact.h-x86_64.patch: --- NEW FILE rts-GCCompact.h-x86_64.patch --- --- fptools/ghc/rts/GCCompact.h 2004/09/12 11:27:14 1.4 +++ fptools/ghc/rts/GCCompact.h 2005/04/29 16:18:58 1.5 @@ -12,7 +12,7 @@ mark(StgPtr p, bdescr *bd) nat offset_within_block = p - bd->start; // in words StgPtr bitmap_word = (StgPtr)bd->u.bitmap + (offset_within_block / (sizeof(W_)*BITS_PER_BYTE)); - nat bit_mask = 1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); + StgWord bit_mask = (StgWord)1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); *bitmap_word |= bit_mask; } @@ -22,17 +22,17 @@ unmark(StgPtr p, bdescr *bd) nat offset_within_block = p - bd->start; // in words StgPtr bitmap_word = (StgPtr)bd->u.bitmap + (offset_within_block / (sizeof(W_)*BITS_PER_BYTE)); - nat bit_mask = 1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); + StgWord bit_mask = (StgWord)1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); *bitmap_word &= ~bit_mask; } -INLINE_HEADER int +INLINE_HEADER StgWord is_marked(StgPtr p, bdescr *bd) { nat offset_within_block = p - bd->start; // in words StgPtr bitmap_word = (StgPtr)bd->u.bitmap + (offset_within_block / (sizeof(W_)*BITS_PER_BYTE)); - nat bit_mask = 1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); + StgWord bit_mask = (StgWord)1 << (offset_within_block & (sizeof(W_)*BITS_PER_BYTE - 1)); return (*bitmap_word & bit_mask); } Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/ghc/devel/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- .cvsignore 12 May 2005 07:35:42 -0000 1.1 +++ .cvsignore 12 May 2005 07:37:43 -0000 1.2 @@ -0,0 +1 @@ +ghc-6.4-src.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/ghc/devel/sources,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- sources 12 May 2005 07:35:42 -0000 1.1 +++ sources 12 May 2005 07:37:43 -0000 1.2 @@ -0,0 +1 @@ +45ea4e15f135698feb88d12c5000aaf8 ghc-6.4-src.tar.bz2 From fedora-extras-commits at redhat.com Thu May 12 07:39:26 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 12 May 2005 03:39:26 -0400 Subject: rpms/gpa/devel gpa.spec,1.5,1.6 Message-ID: <200505120739.j4C7dQW1015258@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/gpa/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15241 Modified Files: gpa.spec Log Message: Rebuild now that gpgme is available for PPC. Index: gpa.spec =================================================================== RCS file: /cvs/extras/rpms/gpa/devel/gpa.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gpa.spec 6 Apr 2005 22:11:38 -0000 1.5 +++ gpa.spec 12 May 2005 07:39:24 -0000 1.6 @@ -1,7 +1,6 @@ Name: gpa Version: 0.7.0 -Release: 3 - +Release: 4 Summary: Graphical user interface for GnuPG Group: Applications/System @@ -60,7 +59,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Ville Skytt?? - 0.7.0-4 +- Rebuild. + +* Fri Apr 7 2005 Michael Schwendt - 0.7.0-3 - rebuilt * Tue Nov 25 2003 Ville Skytt?? - 0:0.7.0-0.fdr.2 From fedora-extras-commits at redhat.com Thu May 12 07:39:52 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Thu, 12 May 2005 03:39:52 -0400 Subject: common tobuild,1.411,1.412 Message-ID: <200505120739.j4C7dq2x015441@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15409 Modified Files: tobuild Log Message: request build of rpms/gpa/devel gpa-0_7_0-4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.411 retrieving revision 1.412 diff -u -r1.411 -r1.412 --- tobuild 12 May 2005 06:24:49 -0000 1.411 +++ tobuild 12 May 2005 07:39:50 -0000 1.412 @@ -18,3 +18,4 @@ mschwendt rpms/gpgme/devel gpgme-1_0_2-3_fc4 devel oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 devel oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 +scop rpms/gpa/devel gpa-0_7_0-4 devel From fedora-extras-commits at redhat.com Thu May 12 07:52:10 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 03:52:10 -0400 Subject: rpms/ghc/FC-3 ghc.spec,1.1,1.2 Message-ID: <200505120752.j4C7qAws015530@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15509 Modified Files: ghc.spec Log Message: remove _with_gcc32 since it is not needed for FC-3 Index: ghc.spec =================================================================== RCS file: /cvs/extras/rpms/ghc/FC-3/ghc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ghc.spec 12 May 2005 07:37:43 -0000 1.1 +++ ghc.spec 12 May 2005 07:52:08 -0000 1.2 @@ -5,9 +5,6 @@ %define build_prof 1 %define build_doc 0 -# ghc-6.4 doesn't build with gcc-4.0 yet -%define _with_gcc32 %{nil} - Name: ghc Version: 6.4 Release: 8 @@ -18,7 +15,7 @@ URL: http://haskell.org/ghc/ Requires: %{ghcver} = %{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: sed, %{ghcver}, %{?_with_gcc32: compat-gcc-32} +BuildRequires: sed, %{ghcver} Buildrequires: gmp-devel, readline-devel, xorg-x11-devel, freeglut-devel, openal-devel %if %{build_doc} # haddock generates libraries/ docs @@ -100,7 +97,7 @@ echo "GhcRTSWays=thr debug" >> mk/build.mk %endif -./configure --prefix=%{_prefix} --libdir=%{_libdir} --with-ghc=ghc-%{build_version} %{?_with_gcc32: --with-gcc=%{_bindir}/gcc32} +./configure --prefix=%{_prefix} --libdir=%{_libdir} --with-ghc=ghc-%{build_version} make all %if %{build_doc} @@ -176,7 +173,6 @@ * Thu May 12 2005 Jens Petersen - add build_prof and build_doc switches for -doc and -prof subpackages -- add _with_gcc32 switch since ghc-6.4 doesn't build with gcc-4.0 * Wed May 11 2005 Jens Petersen - 6.4-7 - make package relocatable (ghc#1084122) From fedora-extras-commits at redhat.com Thu May 12 08:00:43 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 04:00:43 -0400 Subject: rpms/ghc/devel ghc.spec,1.1,1.2 Message-ID: <200505120800.j4C80h7R015583@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15562 Modified Files: ghc.spec Log Message: deliberately break building for now since ghc doesn't build yet with gcc4 (Warren Togami) Index: ghc.spec =================================================================== RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ghc.spec 12 May 2005 07:37:43 -0000 1.1 +++ ghc.spec 12 May 2005 08:00:41 -0000 1.2 @@ -1,3 +1,7 @@ +# FIXME - break-build placeholder for devel +# if you really want to build from this then comment out the following: +echo "** ghc currently requires gcc32 to build in fc4! **" && exit 1 + %define build_version 6.4 %define ghcver ghc64 From fedora-extras-commits at redhat.com Thu May 12 09:22:05 2005 From: fedora-extras-commits at redhat.com (Jens Petersen (petersen)) Date: Thu, 12 May 2005 05:22:05 -0400 Subject: rpms/ghc/devel ghc.spec,1.2,1.3 Message-ID: <200505120922.j4C9M58q018186@cvs-int.fedora.redhat.com> Author: petersen Update of /cvs/extras/rpms/ghc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18152 Modified Files: ghc.spec Log Message: break build (since BRs compat-gcc) in a more Makefile.common friendly way Index: ghc.spec =================================================================== RCS file: /cvs/extras/rpms/ghc/devel/ghc.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ghc.spec 12 May 2005 08:00:41 -0000 1.2 +++ ghc.spec 12 May 2005 09:22:03 -0000 1.3 @@ -1,7 +1,3 @@ -# FIXME - break-build placeholder for devel -# if you really want to build from this then comment out the following: -echo "** ghc currently requires gcc32 to build in fc4! **" && exit 1 - %define build_version 6.4 %define ghcver ghc64 @@ -88,7 +84,9 @@ %define __spec_install_post /usr/lib/rpm/brp-compress %prep -%setup -q -n ghc-%{version} +## FIXME: ghc currently doesn't build with gcc4 +## to do a test build uncomment %%setup +#%%setup -q -n ghc-%{version} %patch1 -p1 -b .1-ppc %patch2 -p1 -b .2-x86_64 %patch3 -p1 -b .3-x86_64 From fedora-extras-commits at redhat.com Thu May 12 12:44:02 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Thu, 12 May 2005 08:44:02 -0400 Subject: common tobuild,1.412,1.413 Message-ID: <200505121244.j4CCi24B021615@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21598 Modified Files: tobuild Log Message: request build of rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.412 retrieving revision 1.413 diff -u -r1.412 -r1.413 --- tobuild 12 May 2005 07:39:50 -0000 1.412 +++ tobuild 12 May 2005 12:43:59 -0000 1.413 @@ -19,3 +19,4 @@ oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 devel oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 scop rpms/gpa/devel gpa-0_7_0-4 devel +bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development From fedora-extras-commits at redhat.com Thu May 12 14:19:29 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:19:29 -0400 Subject: rpms/tetex-xcolor/devel tetex-xcolor.spec,1.3,1.4 Message-ID: <200505121419.j4CEJTMx023795@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/tetex-xcolor/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23778 Modified Files: tetex-xcolor.spec Log Message: Dist tag. Index: tetex-xcolor.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-xcolor/devel/tetex-xcolor.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tetex-xcolor.spec 6 Apr 2005 22:13:33 -0000 1.3 +++ tetex-xcolor.spec 12 May 2005 14:19:27 -0000 1.4 @@ -6,8 +6,7 @@ Name: tetex-%{texpkg} Version: 2.02 -Release: 2 - +Release: 3%{?dist} Summary: Driver-independent color extensions for LaTeX and pdfLaTeX Group: Applications/Publishing @@ -73,7 +72,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 2.02-3 +- Dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 2.02-2 - rebuilt * Mon Mar 28 2005 Jose Pedro Oliveira - 2.02-1 From fedora-extras-commits at redhat.com Thu May 12 14:19:57 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:19:57 -0400 Subject: common tobuild,1.413,1.414 Message-ID: <200505121419.j4CEJv34023852@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23835 Modified Files: tobuild Log Message: request build of rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.413 retrieving revision 1.414 diff -u -r1.413 -r1.414 --- tobuild 12 May 2005 12:43:59 -0000 1.413 +++ tobuild 12 May 2005 14:19:55 -0000 1.414 @@ -20,3 +20,4 @@ oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 scop rpms/gpa/devel gpa-0_7_0-4 devel bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development +jpo rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 development From fedora-extras-commits at redhat.com Thu May 12 14:21:33 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:21:33 -0400 Subject: rpms/tetex-bytefield/devel tetex-bytefield.spec,1.2,1.3 Message-ID: <200505121421.j4CELXA7023892@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/tetex-bytefield/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23875 Modified Files: tetex-bytefield.spec Log Message: Dist tag. Index: tetex-bytefield.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-bytefield/devel/tetex-bytefield.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tetex-bytefield.spec 6 Apr 2005 22:13:32 -0000 1.2 +++ tetex-bytefield.spec 12 May 2005 14:21:31 -0000 1.3 @@ -6,8 +6,7 @@ Name: tetex-%{texpkg} Version: 1.2 -Release: 2 - +Release: 3%{?dist} Summary: Create illustrations for network protocol specifications Group: Applications/Publishing @@ -63,7 +62,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 1.2-3 +- Dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 1.2-2 - rebuilt * Tue Mar 15 2005 Jose Pedro Oliveira - 1.2-1 From fedora-extras-commits at redhat.com Thu May 12 14:22:04 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:22:04 -0400 Subject: common tobuild,1.414,1.415 Message-ID: <200505121422.j4CEM4S1023949@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23932 Modified Files: tobuild Log Message: request build of rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.414 retrieving revision 1.415 diff -u -r1.414 -r1.415 --- tobuild 12 May 2005 14:19:55 -0000 1.414 +++ tobuild 12 May 2005 14:22:02 -0000 1.415 @@ -21,3 +21,4 @@ scop rpms/gpa/devel gpa-0_7_0-4 devel bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development jpo rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 development +jpo rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 development From fedora-extras-commits at redhat.com Thu May 12 14:23:54 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:23:54 -0400 Subject: rpms/tetex-pgf/devel tetex-pgf.spec,1.2,1.3 Message-ID: <200505121423.j4CENsgS023998@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/tetex-pgf/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23981 Modified Files: tetex-pgf.spec Log Message: Dist tag. Index: tetex-pgf.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-pgf/devel/tetex-pgf.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tetex-pgf.spec 6 Apr 2005 22:13:33 -0000 1.2 +++ tetex-pgf.spec 12 May 2005 14:23:52 -0000 1.3 @@ -6,8 +6,7 @@ Name: tetex-%{texpkg} Version: 0.65 -Release: 2 - +Release: 3%{?dist} Summary: Create PostScript and PDF graphics in TeX Group: Applications/Publishing @@ -62,7 +61,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 0.65-3 +- Dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 0.65-2 - rebuilt * Wed Feb 23 2005 Jose Pedro Oliveira - 0.65-1 From fedora-extras-commits at redhat.com Thu May 12 14:26:26 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:26:26 -0400 Subject: common tobuild,1.415,1.416 Message-ID: <200505121426.j4CEQQpq024080@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24063 Modified Files: tobuild Log Message: request build of rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.415 retrieving revision 1.416 diff -u -r1.415 -r1.416 --- tobuild 12 May 2005 14:22:02 -0000 1.415 +++ tobuild 12 May 2005 14:26:24 -0000 1.416 @@ -22,3 +22,5 @@ bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development jpo rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 development jpo rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 development +jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development +jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development From jpo at di.uminho.pt Thu May 12 14:30:29 2005 From: jpo at di.uminho.pt (=?ISO-8859-1?Q?Jos=E9_Pedro_Oliveira?=) Date: Thu, 12 May 2005 15:30:29 +0100 Subject: common tobuild,1.415,1.416 (make build problems) In-Reply-To: <200505121426.j4CEQQpq024080@cvs-int.fedora.redhat.com> References: <200505121426.j4CEQQpq024080@cvs-int.fedora.redhat.com> Message-ID: <42836885.6090405@di.uminho.pt> Another duplicated request to another problem with make build Only got the following output in the first invocation: $ cvs -q update For more information on using the Fedora CVS repositories, please visit http://fedoraproject.org/wiki/UsingCvs $ The second invocation produced the expected output: $ make build TARGET=development For more information on using the Fedora CVS repositories, please visit http://fedoraproject.org/wiki/UsingCvs For more information on using the Fedora CVS repositories, please visit http://fedoraproject.org/wiki/UsingCvs **** Access allowed: jpo is in ACL for common. Checking in tobuild; /cvs/extras/common/tobuild,v <-- tobuild new revision: 1.416; previous revision: 1.415 done Running syncmail... Mailing cvsextras at fedora.redhat.com... ...syncmail done $ Jose Pedro Oliveira (jpo) wrote: > Author: jpo > > Update of /cvs/extras/common > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24063 > > Modified Files: > tobuild > Log Message: > request build of rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 for development > > > Index: tobuild > =================================================================== > RCS file: /cvs/extras/common/tobuild,v > retrieving revision 1.415 > retrieving revision 1.416 > diff -u -r1.415 -r1.416 > --- tobuild 12 May 2005 14:22:02 -0000 1.415 > +++ tobuild 12 May 2005 14:26:24 -0000 1.416 > @@ -22,3 +22,5 @@ > bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development > jpo rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 development > jpo rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 development > +jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development > +jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development -- Jos? Pedro Oliveira * mailto: jpo at di.uminho.pt * http://gsd.di.uminho.pt/~jpo * * gpg fingerprint = F9B6 8D87 859D 1C94 48F0 84C0 9749 9EB5 91BD 851B * -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 251 bytes Desc: OpenPGP digital signature URL: From fedora-extras-commits at redhat.com Thu May 12 14:34:03 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:34:03 -0400 Subject: rpms/tetex-beamer/devel tetex-beamer.spec,1.2,1.3 Message-ID: <200505121434.j4CEY3uE024136@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/tetex-beamer/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24119 Modified Files: tetex-beamer.spec Log Message: Dist tag. Index: tetex-beamer.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-beamer/devel/tetex-beamer.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tetex-beamer.spec 6 Apr 2005 22:13:32 -0000 1.2 +++ tetex-beamer.spec 12 May 2005 14:34:01 -0000 1.3 @@ -6,8 +6,7 @@ Name: tetex-%{texpkg} Version: 3.01 -Release: 2 - +Release: 3%{?dist} Summary: A LaTeX class for producing presentations and slides Group: Applications/Publishing @@ -76,7 +75,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 3.01-3 +- Dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 3.01-2 - rebuilt * Wed Feb 23 2005 Jose Pedro Oliveira - 3.01-1 From fedora-extras-commits at redhat.com Thu May 12 14:35:01 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 10:35:01 -0400 Subject: common tobuild,1.416,1.417 Message-ID: <200505121435.j4CEZ1SI024193@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24176 Modified Files: tobuild Log Message: request build of rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.416 retrieving revision 1.417 diff -u -r1.416 -r1.417 --- tobuild 12 May 2005 14:26:24 -0000 1.416 +++ tobuild 12 May 2005 14:34:58 -0000 1.417 @@ -24,3 +24,4 @@ jpo rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 development jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development +jpo rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 development From fedora-extras-commits at redhat.com Thu May 12 14:38:14 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:38:14 -0400 Subject: common tobuild,1.417,1.418 Message-ID: <200505121438.j4CEcEN3024263@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24244 Modified Files: tobuild Log Message: request build of rpms/tla/devel tla-1_3_2-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.417 retrieving revision 1.418 diff -u -r1.417 -r1.418 --- tobuild 12 May 2005 14:34:58 -0000 1.417 +++ tobuild 12 May 2005 14:38:12 -0000 1.418 @@ -25,3 +25,4 @@ jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development jpo rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 development +shahms rpms/tla/devel tla-1_3_2-5_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:38:41 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:38:41 -0400 Subject: common tobuild,1.418,1.419 Message-ID: <200505121438.j4CEcfRE024323@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24306 Modified Files: tobuild Log Message: request build of rpms/tla/FC-3 tla-1_3_2-5_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.418 retrieving revision 1.419 diff -u -r1.418 -r1.419 --- tobuild 12 May 2005 14:38:12 -0000 1.418 +++ tobuild 12 May 2005 14:38:39 -0000 1.419 @@ -26,3 +26,4 @@ jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development jpo rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 development shahms rpms/tla/devel tla-1_3_2-5_fc4 devel +shahms rpms/tla/FC-3 tla-1_3_2-5_fc3 fc3 From fedora-extras-commits at redhat.com Thu May 12 14:38:46 2005 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 12 May 2005 10:38:46 -0400 Subject: rpms/inadyn/FC-3 inadyn.spec,1.3,1.4 Message-ID: <200505121438.j4CEckQC024342@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/rpms/inadyn/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24267 Modified Files: inadyn.spec Log Message: Description: Add .fc3 for the fc3 package. Index: inadyn.spec =================================================================== RCS file: /cvs/extras/rpms/inadyn/FC-3/inadyn.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- inadyn.spec 9 May 2005 15:23:56 -0000 1.3 +++ inadyn.spec 12 May 2005 14:38:44 -0000 1.4 @@ -1,6 +1,6 @@ Name: inadyn Version: 1.90 -Release: 11 +Release: 11.fc3 Summary: Dynamic DNS Client @@ -81,6 +81,9 @@ %config %{_sysconfdir}/inadyn.conf %changelog +* Thu May 12 2005 Jochen Schmitt 1.90-11.fc3 +- Add .fc3 for FC3 + * Tue May 3 2005 Jochen Schmitt 1.90-11 - Move note from README.Fedora to %%description From fedora-extras-commits at redhat.com Thu May 12 14:39:42 2005 From: fedora-extras-commits at redhat.com (Jochen Schmitt (s4504kr)) Date: Thu, 12 May 2005 10:39:42 -0400 Subject: common tobuild,1.419,1.420 Message-ID: <200505121439.j4CEdgLQ024410@cvs-int.fedora.redhat.com> Author: s4504kr Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24393 Modified Files: tobuild Log Message: request build of rpms/inadyn/FC-3 inadyn-1_90-11_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.419 retrieving revision 1.420 diff -u -r1.419 -r1.420 --- tobuild 12 May 2005 14:38:39 -0000 1.419 +++ tobuild 12 May 2005 14:39:40 -0000 1.420 @@ -27,3 +27,4 @@ jpo rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 development shahms rpms/tla/devel tla-1_3_2-5_fc4 devel shahms rpms/tla/FC-3 tla-1_3_2-5_fc3 fc3 +s4504kr rpms/inadyn/FC-3 inadyn-1_90-11_fc3 FC3 From fedora-extras-commits at redhat.com Thu May 12 14:40:36 2005 From: fedora-extras-commits at redhat.com (Matthias Saou (thias)) Date: Thu, 12 May 2005 10:40:36 -0400 Subject: common tobuild,1.420,1.421 Message-ID: <200505121440.j4CEea4J024443@cvs-int.fedora.redhat.com> Author: thias Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24426 Modified Files: tobuild Log Message: request build of rpms/synergy/devel synergy-1_2_2-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.420 retrieving revision 1.421 diff -u -r1.420 -r1.421 --- tobuild 12 May 2005 14:39:40 -0000 1.420 +++ tobuild 12 May 2005 14:40:34 -0000 1.421 @@ -28,3 +28,4 @@ shahms rpms/tla/devel tla-1_3_2-5_fc4 devel shahms rpms/tla/FC-3 tla-1_3_2-5_fc3 fc3 s4504kr rpms/inadyn/FC-3 inadyn-1_90-11_fc3 FC3 +thias rpms/synergy/devel synergy-1_2_2-3 devel From fedora-extras-commits at redhat.com Thu May 12 14:42:05 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:42:05 -0400 Subject: rpms/bazaar/devel bazaar.spec,1.4,1.5 Message-ID: <200505121442.j4CEg5Ti024466@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bazaar/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24449 Modified Files: bazaar.spec Log Message: add dist tag, rebuild for x86_64 and ppc Index: bazaar.spec =================================================================== RCS file: /cvs/extras/rpms/bazaar/devel/bazaar.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- bazaar.spec 20 Apr 2005 15:18:13 -0000 1.4 +++ bazaar.spec 12 May 2005 14:42:03 -0000 1.5 @@ -1,7 +1,7 @@ Name: bazaar Version: 1.3.2 Summary: A distributed revision control system -Release: 3 +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://bazaar.canonical.com/releases/src/%{name}_%{version}.tar.gz @@ -60,6 +60,9 @@ %{_bindir}/bazaar-gpg-check %changelog +* Thu May 12 2005 Shahms E. King 1.3.2-4 +- Add dist tag, rebuild for missing architectures + * Wed Apr 20 2005 Shahms E. King 1.3.2-3 - Fix branch EVR problem From fedora-extras-commits at redhat.com Thu May 12 14:42:18 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:42:18 -0400 Subject: common tobuild,1.421,1.422 Message-ID: <200505121442.j4CEgILr024528@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24508 Modified Files: tobuild Log Message: request build of rpms/bazaar/devel bazaar-1_3_2-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.421 retrieving revision 1.422 diff -u -r1.421 -r1.422 --- tobuild 12 May 2005 14:40:34 -0000 1.421 +++ tobuild 12 May 2005 14:42:16 -0000 1.422 @@ -29,3 +29,4 @@ shahms rpms/tla/FC-3 tla-1_3_2-5_fc3 fc3 s4504kr rpms/inadyn/FC-3 inadyn-1_90-11_fc3 FC3 thias rpms/synergy/devel synergy-1_2_2-3 devel +shahms rpms/bazaar/devel bazaar-1_3_2-4_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:42:38 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:42:38 -0400 Subject: rpms/bazaar/FC-3 bazaar.spec,1.3,1.4 Message-ID: <200505121442.j4CEgcUU024552@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/bazaar/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24535 Modified Files: bazaar.spec Log Message: add dist tag, rebuild for missing archs Index: bazaar.spec =================================================================== RCS file: /cvs/extras/rpms/bazaar/FC-3/bazaar.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- bazaar.spec 18 Apr 2005 18:18:18 -0000 1.3 +++ bazaar.spec 12 May 2005 14:42:36 -0000 1.4 @@ -1,7 +1,7 @@ Name: bazaar Version: 1.3.2 Summary: A distributed revision control system -Release: 2 +Release: 4%{?dist} License: GPL Group: Development/Tools Source: http://bazaar.canonical.com/releases/src/%{name}_%{version}.tar.gz @@ -60,6 +60,12 @@ %{_bindir}/bazaar-gpg-check %changelog +* Thu May 12 2005 Shahms E. King 1.3.2-4 +- Add dist tag, rebuild for missing architectures + +* Wed Apr 20 2005 Shahms E. King 1.3.2-3 +- Fix branch EVR problem + * Mon Apr 18 2005 Shahms E. King 1.3.2-2 - Remove unnecessary grep for language files From fedora-extras-commits at redhat.com Thu May 12 14:42:57 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:42:57 -0400 Subject: common tobuild,1.422,1.423 Message-ID: <200505121442.j4CEgvc1024609@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24592 Modified Files: tobuild Log Message: request build of rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.422 retrieving revision 1.423 diff -u -r1.422 -r1.423 --- tobuild 12 May 2005 14:42:16 -0000 1.422 +++ tobuild 12 May 2005 14:42:55 -0000 1.423 @@ -30,3 +30,4 @@ s4504kr rpms/inadyn/FC-3 inadyn-1_90-11_fc3 FC3 thias rpms/synergy/devel synergy-1_2_2-3 devel shahms rpms/bazaar/devel bazaar-1_3_2-4_fc4 devel +shahms rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 fc3 From fedora-extras-commits at redhat.com Thu May 12 14:50:26 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:50:26 -0400 Subject: rpms/python-psycopg/devel python-psycopg.spec,1.3,1.4 Message-ID: <200505121450.j4CEoQcp024669@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-psycopg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24647 Modified Files: python-psycopg.spec Log Message: add disttag, rebuild Index: python-psycopg.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg/devel/python-psycopg.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-psycopg.spec 6 Apr 2005 22:13:30 -0000 1.3 +++ python-psycopg.spec 12 May 2005 14:50:24 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-psycopg Version: 1.1.18 -Release: 3 +Release: 4%{?dist} Summary: PostgreSQL database adapter for Python @@ -54,6 +54,9 @@ %{python_sitearch}/*.so %changelog +* Thu May 12 2005 Shahms E. King 1.1.18-4 +- rebuilt, added disttag + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Thu May 12 14:50:51 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:50:51 -0400 Subject: common tobuild,1.423,1.424 Message-ID: <200505121450.j4CEopnx024731@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24714 Modified Files: tobuild Log Message: request build of rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.423 retrieving revision 1.424 diff -u -r1.423 -r1.424 --- tobuild 12 May 2005 14:42:55 -0000 1.423 +++ tobuild 12 May 2005 14:50:49 -0000 1.424 @@ -31,3 +31,4 @@ thias rpms/synergy/devel synergy-1_2_2-3 devel shahms rpms/bazaar/devel bazaar-1_3_2-4_fc4 devel shahms rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 fc3 +shahms rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:51:03 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:51:03 -0400 Subject: rpms/python-psycopg/FC-3 python-psycopg.spec,1.2,1.3 Message-ID: <200505121451.j4CEp305024754@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-psycopg/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24737 Modified Files: python-psycopg.spec Log Message: add disttag Index: python-psycopg.spec =================================================================== RCS file: /cvs/extras/rpms/python-psycopg/FC-3/python-psycopg.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-psycopg.spec 21 Mar 2005 20:22:05 -0000 1.2 +++ python-psycopg.spec 12 May 2005 14:51:01 -0000 1.3 @@ -4,7 +4,8 @@ Name: python-psycopg Version: 1.1.18 -Release: 2 +Release: 4%{?dist} + Summary: PostgreSQL database adapter for Python Group: Development/Libraries @@ -53,6 +54,12 @@ %{python_sitearch}/*.so %changelog +* Thu May 12 2005 Shahms E. King 1.1.18-4 +- rebuilt, added disttag + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Mon Mar 21 2005 Shahms E. King 1.1.18-2 - Remove explicit postgresql-libs Requires - Other misc. cleanups From fedora-extras-commits at redhat.com Thu May 12 14:52:35 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:52:35 -0400 Subject: rpms/python-protocols/devel python-protocols.spec,1.3,1.4 Message-ID: <200505121452.j4CEqZNe024782@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24765 Modified Files: python-protocols.spec Log Message: rebuild and add dist tag Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/devel/python-protocols.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-protocols.spec 6 Apr 2005 22:13:30 -0000 1.3 +++ python-protocols.spec 12 May 2005 14:52:33 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-protocols Version: 0.9.3 -Release: 4 +Release: 5%{?dist} Summary: Open Protocols and Component Adaptation for Python @@ -50,6 +50,9 @@ %ghost %{python_sitearch}/protocols/*/*.pyo %changelog +* Thu May 12 2005 Shahms E. King 0.9.3-4 +- rebuilt, add dist tag + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Thu May 12 14:52:46 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:52:46 -0400 Subject: common tobuild,1.424,1.425 Message-ID: <200505121452.j4CEqlj9024839@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24822 Modified Files: tobuild Log Message: request build of rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.424 retrieving revision 1.425 diff -u -r1.424 -r1.425 --- tobuild 12 May 2005 14:50:49 -0000 1.424 +++ tobuild 12 May 2005 14:52:44 -0000 1.425 @@ -32,3 +32,4 @@ shahms rpms/bazaar/devel bazaar-1_3_2-4_fc4 devel shahms rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 fc3 shahms rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 devel +shahms rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:53:04 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:53:04 -0400 Subject: rpms/python-protocols/FC-3 python-protocols.spec,1.2,1.3 Message-ID: <200505121453.j4CEr4xS024862@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-protocols/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24845 Modified Files: python-protocols.spec Log Message: add dist tag Index: python-protocols.spec =================================================================== RCS file: /cvs/extras/rpms/python-protocols/FC-3/python-protocols.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-protocols.spec 21 Mar 2005 20:20:40 -0000 1.2 +++ python-protocols.spec 12 May 2005 14:53:02 -0000 1.3 @@ -4,7 +4,8 @@ Name: python-protocols Version: 0.9.3 -Release: 3 +Release: 5%{?dist} + Summary: Open Protocols and Component Adaptation for Python Group: Development/Libraries @@ -49,6 +50,12 @@ %ghost %{python_sitearch}/protocols/*/*.pyo %changelog +* Thu May 12 2005 Shahms E. King 0.9.3-4 +- rebuilt, add dist tag + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Mon Mar 21 2005 Shahms E. King - 0.9.3-3 - Replace python_sitelib with python_sitearch - Other misc. specfile cleanups From fedora-extras-commits at redhat.com Thu May 12 14:54:48 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:54:48 -0400 Subject: rpms/python-simpletal/devel python-simpletal.spec,1.3,1.4 Message-ID: <200505121454.j4CEsmF1024891@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-simpletal/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24874 Modified Files: python-simpletal.spec Log Message: rebuild, add dist tag Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/devel/python-simpletal.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-simpletal.spec 6 Apr 2005 22:13:30 -0000 1.3 +++ python-simpletal.spec 12 May 2005 14:54:46 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-simpletal Version: 3.12 -Release: 3 +Release: 4%{?dist} Summary: An XML based template processor for TAL, TALES and METAL specifications. @@ -47,6 +47,9 @@ %ghost %{python_sitelib}/simpletal/*.pyo %changelog +* Thu May 12 2005 Shahms E. King 3.12-4 +- rebuilt, add dist tag + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Thu May 12 14:54:57 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:54:57 -0400 Subject: common tobuild,1.425,1.426 Message-ID: <200505121454.j4CEsvlZ024951@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24934 Modified Files: tobuild Log Message: request build of rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.425 retrieving revision 1.426 diff -u -r1.425 -r1.426 --- tobuild 12 May 2005 14:52:44 -0000 1.425 +++ tobuild 12 May 2005 14:54:55 -0000 1.426 @@ -33,3 +33,4 @@ shahms rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 fc3 shahms rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 devel shahms rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 devel +shahms rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:55:09 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:55:09 -0400 Subject: rpms/python-simpletal/FC-3 python-simpletal.spec,1.2,1.3 Message-ID: <200505121455.j4CEt9sH024974@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-simpletal/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24957 Modified Files: python-simpletal.spec Log Message: add dist tag Index: python-simpletal.spec =================================================================== RCS file: /cvs/extras/rpms/python-simpletal/FC-3/python-simpletal.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-simpletal.spec 21 Mar 2005 20:23:28 -0000 1.2 +++ python-simpletal.spec 12 May 2005 14:55:07 -0000 1.3 @@ -4,7 +4,8 @@ Name: python-simpletal Version: 3.12 -Release: 2 +Release: 4%{?dist} + Summary: An XML based template processor for TAL, TALES and METAL specifications. Group: Development/Libraries @@ -46,6 +47,12 @@ %ghost %{python_sitelib}/simpletal/*.pyo %changelog +* Thu May 12 2005 Shahms E. King 3.12-4 +- rebuilt, add dist tag + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Mon Mar 21 2005 Shahms E. King 3.12-2 - - Misc cleanups From fedora-extras-commits at redhat.com Thu May 12 14:56:27 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:56:27 -0400 Subject: rpms/python-tpg/devel python-tpg.spec,1.3,1.4 Message-ID: <200505121456.j4CEuRQc025017@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25000 Modified Files: python-tpg.spec Log Message: rebuild, add dist tag Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/devel/python-tpg.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-tpg.spec 6 Apr 2005 22:13:30 -0000 1.3 +++ python-tpg.spec 12 May 2005 14:56:24 -0000 1.4 @@ -4,7 +4,7 @@ Name: python-tpg Version: 3.0.5 -Release: 3 +Release: 4%{?dist} Summary: A Python "toy parser generator" Group: Development/Libraries @@ -61,6 +61,9 @@ %ghost %{python_sitelib}/tpg.pyo %changelog +* Thu May 12 2005 Shahms E. King 3.0.5-4 +- rebuilt, add dist tag + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Thu May 12 14:56:36 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:56:36 -0400 Subject: common tobuild,1.426,1.427 Message-ID: <200505121456.j4CEuaBX025074@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25057 Modified Files: tobuild Log Message: request build of rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.426 retrieving revision 1.427 diff -u -r1.426 -r1.427 --- tobuild 12 May 2005 14:54:55 -0000 1.426 +++ tobuild 12 May 2005 14:56:34 -0000 1.427 @@ -34,3 +34,4 @@ shahms rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 devel shahms rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 devel shahms rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 devel +shahms rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 14:58:36 2005 From: fedora-extras-commits at redhat.com (Shahms King (shahms)) Date: Thu, 12 May 2005 10:58:36 -0400 Subject: rpms/python-tpg/FC-3 python-tpg.spec,1.2,1.3 Message-ID: <200505121458.j4CEwaAN025104@cvs-int.fedora.redhat.com> Author: shahms Update of /cvs/extras/rpms/python-tpg/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25082 Modified Files: python-tpg.spec Log Message: * Thu May 12 2005 Shahms E. King 3.0.5-4 - rebuilt, add dist tag Index: python-tpg.spec =================================================================== RCS file: /cvs/extras/rpms/python-tpg/FC-3/python-tpg.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-tpg.spec 21 Mar 2005 20:25:21 -0000 1.2 +++ python-tpg.spec 12 May 2005 14:58:34 -0000 1.3 @@ -4,7 +4,8 @@ Name: python-tpg Version: 3.0.5 -Release: 2 +Release: 4%{?dist} + Summary: A Python "toy parser generator" Group: Development/Libraries License: LGPL @@ -60,6 +61,12 @@ %ghost %{python_sitelib}/tpg.pyo %changelog +* Thu May 12 2005 Shahms E. King 3.0.5-4 +- rebuilt, add dist tag + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Mon Mar 21 2005 Shahms E. King 3.0.5-2 - - Remove unsued python_sitearch define From fedora-extras-commits at redhat.com Thu May 12 15:01:51 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:01:51 -0400 Subject: rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester.spec, 1.8, 1.9 Message-ID: <200505121501.j4CF1pq5026083@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Builder-Tester/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26064 Modified Files: perl-Test-Builder-Tester.spec Log Message: Add dist tag. Index: perl-Test-Builder-Tester.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Builder-Tester/devel/perl-Test-Builder-Tester.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- perl-Test-Builder-Tester.spec 16 Apr 2005 12:06:49 -0000 1.8 +++ perl-Test-Builder-Tester.spec 12 May 2005 15:01:49 -0000 1.9 @@ -1,6 +1,6 @@ Name: perl-Test-Builder-Tester Version: 1.01 -Release: 3 +Release: 4%{?dist} Summary: Test runner for Test::Builder testsuites Group: Development/Libraries @@ -50,11 +50,14 @@ %changelog +* Thu May 12 2005 Jose Pedro Oliveira - 1.01-4 +- Add dist tag. + * Sat Apr 16 2005 Ville Skytt?? - 1.01-3 - Avoid .packlist creation with Module::Build >= 0.2609. - Trust that %%{perl_vendorlib} is defined. -* Fri Apr 7 2005 Michael Schwendt +* Fri Apr 7 2005 Michael Schwendt - 1.01-2 - rebuilt * Mon Aug 9 2004 Jose Pedro Oliveira - 0:1.01-0.fdr.1 From fedora-extras-commits at redhat.com Thu May 12 15:02:32 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:02:32 -0400 Subject: common tobuild,1.427,1.428 Message-ID: <200505121502.j4CF2WEX026140@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26123 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.427 retrieving revision 1.428 diff -u -r1.427 -r1.428 --- tobuild 12 May 2005 14:56:34 -0000 1.427 +++ tobuild 12 May 2005 15:02:30 -0000 1.428 @@ -35,3 +35,4 @@ shahms rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 devel shahms rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 devel shahms rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 devel +jpo rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 development From fedora-extras-commits at redhat.com Thu May 12 15:05:17 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:05:17 -0400 Subject: rpms/perl-Test-Manifest/devel perl-Test-Manifest.spec,1.9,1.10 Message-ID: <200505121505.j4CF5Hst026168@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Manifest/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26151 Modified Files: perl-Test-Manifest.spec Log Message: Add dist tag. Index: perl-Test-Manifest.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Manifest/devel/perl-Test-Manifest.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- perl-Test-Manifest.spec 6 Apr 2005 22:13:08 -0000 1.9 +++ perl-Test-Manifest.spec 12 May 2005 15:05:15 -0000 1.10 @@ -1,9 +1,6 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Test-Manifest Version: 1.14 -Release: 2 - +Release: 3%{?dist} Summary: Test case module for Perl Group: Development/Libraries @@ -62,7 +59,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 1.14-3 +- Add dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 1.14-2 - rebuilt * Tue Mar 29 2005 Jose Pedro Oliveira - 1.14-1 From fedora-extras-commits at redhat.com Thu May 12 15:05:45 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:05:45 -0400 Subject: common tobuild,1.428,1.429 Message-ID: <200505121505.j4CF5jDp026225@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26208 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Manifest/devel perl-Test-Manifest-1_14-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.428 retrieving revision 1.429 diff -u -r1.428 -r1.429 --- tobuild 12 May 2005 15:02:30 -0000 1.428 +++ tobuild 12 May 2005 15:05:43 -0000 1.429 @@ -36,3 +36,4 @@ shahms rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 devel shahms rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 devel jpo rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 development +jpo rpms/perl-Test-Manifest/devel perl-Test-Manifest-1_14-3_fc4 development From fedora-extras-commits at redhat.com Thu May 12 15:07:53 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:07:53 -0400 Subject: rpms/perl-Test-Pod/devel perl-Test-Pod.spec,1.6,1.7 Message-ID: <200505121507.j4CF7rLU026259@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Pod/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26242 Modified Files: perl-Test-Pod.spec Log Message: Add dist tag. Index: perl-Test-Pod.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Pod/devel/perl-Test-Pod.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Test-Pod.spec 6 Apr 2005 22:13:08 -0000 1.6 +++ perl-Test-Pod.spec 12 May 2005 15:07:50 -0000 1.7 @@ -1,9 +1,6 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Test-Pod Version: 1.20 -Release: 2 - +Release: 3%{?dist} Summary: Perl module for checking for POD errors in files Group: Development/Libraries @@ -54,7 +51,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 1.20-3 +- Add dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 1.20-2 - rebuilt * Thu Jun 24 2004 Jose Pedro Oliveira - 0:1.20-0.fdr.1 From fedora-extras-commits at redhat.com Thu May 12 15:12:32 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:12:32 -0400 Subject: rpms/perl-Test-Exception/devel perl-Test-Exception.spec,1.4,1.5 Message-ID: <200505121512.j4CFCWjp026333@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Exception/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26313 Modified Files: perl-Test-Exception.spec Log Message: Add dist tag. Index: perl-Test-Exception.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Exception/devel/perl-Test-Exception.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Test-Exception.spec 16 Apr 2005 12:04:58 -0000 1.4 +++ perl-Test-Exception.spec 12 May 2005 15:12:30 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Test-Exception Version: 0.20 -Release: 3 +Release: 4%{?dist} Summary: Library of test functions for exception based Perl code Group: Development/Libraries @@ -53,11 +53,14 @@ %changelog +* Thu May 12 2005 Jose Pedro Oliveira - 0.20-4 +- Add dist tag. + * Sat Apr 16 2005 Ville Skytt?? - 0.20-3 - Avoid .packlist creation with Module::Build >= 0.2609. - Trust that %%{perl_vendorlib} is defined. -* Fri Apr 7 2005 Michael Schwendt +* Fri Apr 7 2005 Michael Schwendt - 0.20-2 - rebuilt * Fri Nov 5 2004 Jose Pedro Oliveira - 0.20-1 From fedora-extras-commits at redhat.com Thu May 12 15:13:05 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:13:05 -0400 Subject: common tobuild,1.429,1.430 Message-ID: <200505121513.j4CFD5f8026390@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26373 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Exception/devel perl-Test-Exception-0_20-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.429 retrieving revision 1.430 diff -u -r1.429 -r1.430 --- tobuild 12 May 2005 15:05:43 -0000 1.429 +++ tobuild 12 May 2005 15:13:03 -0000 1.430 @@ -37,3 +37,4 @@ shahms rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 devel jpo rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 development jpo rpms/perl-Test-Manifest/devel perl-Test-Manifest-1_14-3_fc4 development +jpo rpms/perl-Test-Exception/devel perl-Test-Exception-0_20-4_fc4 development From fedora-extras-commits at redhat.com Thu May 12 15:26:06 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 11:26:06 -0400 Subject: common tobuild,1.430,1.431 Message-ID: <200505121526.j4CFQ6DJ026469@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26452 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.430 retrieving revision 1.431 diff -u -r1.430 -r1.431 --- tobuild 12 May 2005 15:13:03 -0000 1.430 +++ tobuild 12 May 2005 15:26:04 -0000 1.431 @@ -38,3 +38,5 @@ jpo rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 development jpo rpms/perl-Test-Manifest/devel perl-Test-Manifest-1_14-3_fc4 development jpo rpms/perl-Test-Exception/devel perl-Test-Exception-0_20-4_fc4 development +jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development +jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development From fedora-extras-commits at redhat.com Thu May 12 15:58:52 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 11:58:52 -0400 Subject: devel/common Makefile.common,1.15,1.16 Message-ID: <200505121558.j4CFwqoO026549@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26532 Modified Files: Makefile.common Log Message: Insert a space where it should be and only update local working copy of tobuild, not the entire common directory. Index: Makefile.common =================================================================== RCS file: /cvs/extras/devel/common/Makefile.common,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- Makefile.common 10 May 2005 18:52:19 -0000 1.15 +++ Makefile.common 12 May 2005 15:58:49 -0000 1.16 @@ -303,9 +303,9 @@ build: $(COMMON_DIR)/branches @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ - cvs -Q update -C ;\ + cvs -Q update -C tobuild ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ - cvs commit -m"request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ + cvs commit -m "request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ popd >/dev/null) From fedora-extras-commits at redhat.com Thu May 12 16:48:17 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Thu, 12 May 2005 12:48:17 -0400 Subject: extras-buildsys-temp/automation2/server CONFIG.py, NONE, 1.1 aw_manager.py, 1.2, 1.3 bm_server.py, 1.1, 1.2 buildjob.py, 1.1, 1.2 buildmaster.py, 1.1, 1.2 bm_server_config.py, 1.1, NONE Message-ID: <200505121648.j4CGmHV5027676@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27643/server Modified Files: aw_manager.py bm_server.py buildjob.py buildmaster.py Added Files: CONFIG.py Removed Files: bm_server_config.py Log Message: 2005-05-12 Dan Williams * Add ability to drop ArchWelders and the jobs they are currently building, and to find them again when kicked to do so. To do this, config file for the server got changed to CONFIG so we can reload(CONFIG) and get new builders on the fly --- NEW FILE CONFIG.py --- # Configuration file for buildmaster.py config_opts = {} config_opts['hostname'] = "localhost" config_opts['email_to_domain'] = "redhat.com" config_opts['email_from'] = "buildsys at fedoraproject.org" config_opts['stages_root'] = "/rpmbuild/extras/stages" config_opts['pkg_cvs_root'] = ":gserver:cvs.devel.redhat.com:/cvs/dist" config_opts['pkg_cvs_rsh'] = "/usr/kerberos/bin/krsh" config_opts['cvs_cmd'] = "/usr/bin/cvs" config_opts['make_cmd'] = "/usr/bin/make" config_opts['tmpdir'] = "/tmp" config_opts['redhat_internal_cvs'] = 1 config_opts['log_url'] = "http://foo.foo.org/logs/" config_opts['targets'] = { 'FC-3' : ['i386', 'x86_64'], 'devel' : ['i386'] } config_opts['builders'] = [ 'http://127.0.0.1:8888' ] def get(key): if config_opts.has_key(key): return config_opts[key] else: print "Bad request for key '%s'" % (key) exit (1) Index: aw_manager.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/aw_manager.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- aw_manager.py 12 May 2005 00:42:14 -0000 1.2 +++ aw_manager.py 12 May 2005 16:48:15 -0000 1.3 @@ -18,13 +18,22 @@ import time import string import xmlrpclib -from bm_server_config import CONFIG +import CONFIG import base64 +import sys +import socket + +def status_is_finished(status): + if status == 'failed' or status == 'done' or status == 'killed': + return True + return False + class ArchWelderJob: """ Tracks a single build instance for a single arch on an ArchWelder """ - def __init__(self, awi, server, srpm, target, mydir, arch): + def __init__(self, parent_job, awi, server, srpm, target, mydir, arch): + self.parent_job = parent_job self.awi = awi self.jobid = None self.status = None @@ -47,7 +56,7 @@ return True def update_status(self): - if self.status == 'failed' or self.status == 'done': + if status_is_finished(self.status): return status = '' @@ -58,6 +67,11 @@ self.status = status return self.status + def server_gone(self): + if status_is_finished(self.status): + return + self.parent_job.job_server_gone(self) + def die(self): self._server.die(self.jobid) self.status = 'killed' @@ -73,11 +87,13 @@ class ArchWelderInstance: """ Tracks an single arch on an ArchWelder """ - def __init__(self, address, arch): + def __init__(self, awm, address, arch): + self._awm = awm self._jobs = [] self._arch = arch self._address = address self._server = xmlrpclib.Server(self._address) + self._unavail_count = 0 self._cur_job = self._get_cur_job() def arch(self): @@ -86,8 +102,8 @@ def address(self): return self._address - def new_job(self, srpm, target, mydir): - return ArchWelderJob(self, self._server, srpm, target, mydir, self._arch) + def new_job(self, parent_job, srpm, target, mydir): + return ArchWelderJob(parent_job, self, self._server, srpm, target, mydir, self._arch) def track_job(self, job): self._jobs.append(job) @@ -96,9 +112,14 @@ cur_job = None try: cur_job = self._server.get_cur_job() - except Exception, e: - print "XMLAW: got error '%s' from AW during get_cur_job()" % e + except socket.error, e: + # Check for "Connection refused" or "Connection reset by peer" + if e[0] == 111 or e[0] == 104: + self._unavail_count = self._unavail_count + 1 + else: + print "XMLAW: got error '%s' from AW during get_cur_job()" % e else: + self._unavail_count = 0 if cur_job == 0: cur_job = None return cur_job @@ -109,6 +130,17 @@ # Update status of all jobs for j in self._jobs: j.update_status() + + # If we haven't been able to contact the ArchWelder for a bit, kill build + # jobs on this ArchWelder + if self._unavail_count > 2: + for job in self._jobs: + job.server_gone() + del job + # Return 1 to indicate we should be killed + return 1 + + return 0 def available(self): if self._cur_job: @@ -119,7 +151,7 @@ class ArchWelderManager: def __init__(self): # List of addresses of possible builders - self.possible_aw = CONFIG('builders') + self.possible_aw = CONIFG.get('builders') # Dict: arches => available builders # Like so: [ 'i386':['10.0.0.1', '10.0.0.2'], @@ -127,12 +159,25 @@ # ] self.running_aw = {} + print "-----------------------------------------------------" + print " Looking for ArchWelders..." + self.update_archwelder_instances() + print "-----------------------------------------------------\n" + + def update_archwelder_instances(self): # Figure out which archwelders are alive, and what they support # We create a separate archwelder instance for each arch on each builder, # even though both instances talk to the same XMLRPC server on the builder - print "-----------------------------------------------------" - print " Looking for ArchWelders..." for address in self.possible_aw: + # If the address is already in our running_aw list, skip it + skip = False + for awi_list in self.running_aw.values(): + for awi in awi_list: + if address == awi.address(): + skip = True + if skip == True: + continue + arches = None server = xmlrpclib.Server(address) try: @@ -141,32 +186,35 @@ pass if arches: arches.append('noarch') - print " Found ArchWelder '%s' supporting arches %s." % (address, string.join(arches)) + print " New AW: '%s' [%s]" % (address, string.join(arches)) for a in arches: if not self.running_aw.has_key(a): self.running_aw[a] = [] - awi = ArchWelderInstance(address, a) + awi = ArchWelderInstance(self, address, a) self.running_aw[a].append(awi) else: self.possible_aw.remove(address) del server - print "-----------------------------------------------------\n" def process(self): + """ Allow each ArchWelderInstance to update its status and do some processing """ for awi_list in self.running_aw.values(): for awi in awi_list: - awi.process() + if awi.process() == 1: + # Remove the ArchWelderInstance from our lists + print "Removing ArchWelder '%s'/%s because it timed out." % (awi.address(), awi.arch()) + awi_list.remove(awi) def track_job(self, job): if job: - awi = job.awi.track_job(job) + job.awi.track_job(job) - def new_job_on_arch(self, arch, srpm, target, mydir): + def new_job_on_arch(self, parent_job, arch, srpm, target, mydir): """ Create a job on a free builder for this arch """ if self.running_aw.has_key(arch): for aw in self.running_aw[arch]: if aw.available(): - return aw.new_job(srpm, target, mydir) + return aw.new_job(parent_job, srpm, target, mydir) return None Index: bm_server.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/bm_server.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bm_server.py 11 May 2005 19:48:57 -0000 1.1 +++ bm_server.py 12 May 2005 16:48:15 -0000 1.2 @@ -17,7 +17,7 @@ import time -from bm_server_config import CONFIG +import CONFIG import socket import SimpleXMLRPCServer import xmlrpclib @@ -38,12 +38,12 @@ if not subject: subject = 'Build Result: %s' % cvs_tag msg['Subject'] = subject - msg['From'] = CONFIG('email_from') - email_to = '%s@%s' % (username, CONFIG('email_to_domain')) + msg['From'] = CONFIG.get('email_from') + email_to = '%s@%s' % (username, CONFIG.get('email_to_domain')) msg['To'] = email_to s = smtplib.SMTP() s.connect() - s.sendmail(CONFIG('email_from'), [email_to], msg.as_string()) + s.sendmail(CONFIG.get('email_from'), [email_to], msg.as_string()) s.close() @@ -63,7 +63,7 @@ print "Request to enqueue '%s' tag '%s' for target '%s' (user '%s')" \ % (package, cvs_tag, target, username) - targets = CONFIG('targets') + targets = CONFIG.get('targets') if not targets.has_key(target): print "Error setting up build for %s on %s: target does not exist."\ % (cvs_tag, target) @@ -102,6 +102,14 @@ job_list.append(tempX) return job_list + def look_for_archwelders(self): + reload(CONFIG) + print "-----------------------------------------------------" + print " Looking for ArchWelders..." + self.awm.update_archwelder_instances() + print "-----------------------------------------------------\n" + return 0 + class MyXMLRPCServer(SimpleXMLRPCServer.SimpleXMLRPCServer): """ XMLRPC server subclass that turns on SO_REUSEADDR """ @@ -124,9 +132,9 @@ # Create the BuildMaster XMLRPC server xmlrpc_bm = XMLRPCBuildMaster(awm) - bm_server = MyXMLRPCServer((CONFIG('hostname'), 8887)) + bm_server = MyXMLRPCServer((CONFIG.get('hostname'), 8887)) bm_server.register_instance(xmlrpc_bm) - print "BuildMaster accepting requests on %s:8887.\n" % CONFIG('hostname') + print "BuildMaster accepting requests on %s:8887.\n" % CONFIG.get('hostname') try: bm_server.serve_forever() except Exception: Index: buildjob.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/buildjob.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- buildjob.py 11 May 2005 19:48:57 -0000 1.1 +++ buildjob.py 12 May 2005 16:48:15 -0000 1.2 @@ -31,13 +31,13 @@ import string import SimpleXMLRPCServer import xmlrpclib -from bm_server_config import CONFIG +import CONFIG import socket from aw_manager import ArchWelderManager from aw_manager import ArchWelderJob -os.environ['CVSROOT'] = CONFIG('pkg_cvs_root') -os.environ['CVS_RSH'] = CONFIG('pkg_cvs_rsh') +os.environ['CVSROOT'] = CONFIG.get('pkg_cvs_root') +os.environ['CVS_RSH'] = CONFIG.get('pkg_cvs_rsh') DEBUG = True def debugprint(stuff=''): @@ -75,7 +75,7 @@ self.username = username self.starttime = time.time() self.endtime = None - self.stages_root = CONFIG('stages_root') + self.stages_root = CONFIG.get('stages_root') self.package = package self.cvs_tag = cvs_tag self.target = target @@ -91,7 +91,7 @@ def arch_handling(self, hdr): archs = [] - targets = CONFIG('targets') + targets = CONFIG.get('targets') buildable_arches = targets[self.target] ba = hdr['buildarchs'] @@ -137,9 +137,9 @@ def _checkout(self): self.curstage = 'checkout' - self.tmpdir = tempfile.mkdtemp(prefix=self.cvs_tag, dir=CONFIG('tmpdir')) + self.tmpdir = tempfile.mkdtemp(prefix=self.cvs_tag, dir=CONFIG.get('tmpdir')) os.chdir(self.tmpdir) - cmd = '%s co -r %s %s' % (CONFIG('cvs_cmd'), self.cvs_tag, self.package) + cmd = '%s co -r %s %s' % (CONFIG.get('cvs_cmd'), self.cvs_tag, self.package) debugprint("%d: Running %s" % (self.uid, cmd)) s, o = commands.getstatusoutput(cmd) if s != 0: @@ -150,9 +150,9 @@ self.failed = True return - if CONFIG('redhat_internal_cvs') == 1: + if CONFIG.get('redhat_internal_cvs') == 1: os.chdir(os.path.join(self.tmpdir, self.package)) - cmd = '%s co common' % CONFIG('cvs_cmd') + cmd = '%s co common' % CONFIG.get('cvs_cmd') debugprint("%d: Running %s" % (self.uid, cmd)) s, o = commands.getstatusoutput(cmd) if s != 0: @@ -175,13 +175,13 @@ self.failed = True return - if CONFIG('redhat_internal_cvs') == 1: + if CONFIG.get('redhat_internal_cvs') == 1: make_srpm_dir = os.path.join(packagedir, self.target) else: make_srpm_dir = packagedir os.chdir(make_srpm_dir) - cmd = '%s srpm' % CONFIG('make_cmd') + cmd = '%s srpm' % CONFIG.get('make_cmd') debugprint("%d: Running %s in %s" % (self.uid, cmd, make_srpm_dir)) s, o = commands.getstatusoutput(cmd) if s != 0: @@ -258,17 +258,22 @@ self._succeeded() + def job_server_gone(self, job): + """ Remove a job from our building queue if its server went away """ + + print "%d: ArchWelder for %s went away... Will start new job for %s" % (self.uid, job.arch, job.arch) + del self.sub_jobs[job.arch] + def _start_unspawned_builds(self): for arch in self.buildarches: if not self.sub_jobs.has_key(arch): - job = self.awm.new_job_on_arch(arch, self.srpmpath, self.target, self.stage_dir) + job = self.awm.new_job_on_arch(self, arch, self.srpmpath, self.target, self.stage_dir) if job: if job.start() == True: self.awm.track_job(job) self.sub_jobs[arch] = job print "%s: Started job %s with builder id %s" % (self.uid, self.package, job.jobid) else: - print "%d: Waiting for free buildhost on %s" % (self.uid, arch) del job def _monitor(self): @@ -309,7 +314,7 @@ for job in self.sub_jobs.values(): buildroot = 'fedora-%s-%s-core' % (self.target, job.arch) stage_arch = os.path.join(self.stage_dir, job.arch) - build_log = '%s/mach/%s/%s-%s-%s/rpm.log' % (CONFIG('tmpdir'), buildroot, + build_log = '%s/mach/%s/%s-%s-%s/rpm.log' % (CONFIG.get('tmpdir'), buildroot, self.name, self.ver, self.release) if os.path.exists(build_log): bl = open(build_log, 'r') @@ -337,7 +342,7 @@ # markup status file resultstring = """ %s: Build of %s on %s failed to complete on one or more archs. Please see logs at: -%s/%s/%s""" % (self.uid, self.name, self.target, CONFIG('log_url'), self.target, self.name) +%s/%s/%s""" % (self.uid, self.name, self.target, CONFIG.get('log_url'), self.target, self.name) self.email_result(resultstring) return False @@ -365,12 +370,12 @@ if not subject: subject = 'Build Result: %s on %s' % (self.name, self.target) msg['Subject'] = subject - msg['From'] = CONFIG('email_from') - email_to = '%s@%s' % (self.username, CONFIG('email_to_domain')) + msg['From'] = CONFIG.get('email_from') + email_to = '%s@%s' % (self.username, CONFIG.get('email_to_domain')) msg['To'] = email_to s = smtplib.SMTP() s.connect() - s.sendmail(CONFIG('email_from'), [email_to], msg.as_string()) + s.sendmail(CONFIG.get('email_from'), [email_to], msg.as_string()) s.close() def _createrepo(self, stage=None): Index: buildmaster.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/buildmaster.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- buildmaster.py 11 May 2005 19:48:57 -0000 1.1 +++ buildmaster.py 12 May 2005 16:48:15 -0000 1.2 @@ -17,7 +17,7 @@ import time -from bm_server_config import CONFIG +import CONFIG from buildjob import BuildJob from buildjob import PrepError import sqlite @@ -89,7 +89,7 @@ item['cvs_tag'], item['target'], self.awm) self.building_jobs.append(job) - time.sleep(1) + time.sleep(5) if self.should_stop == True: break --- bm_server_config.py DELETED --- From fedora-extras-commits at redhat.com Thu May 12 16:48:17 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Thu, 12 May 2005 12:48:17 -0400 Subject: extras-buildsys-temp/automation2 ChangeLog,1.1,1.2 Message-ID: <200505121648.j4CGmH12027662@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27643 Modified Files: ChangeLog Log Message: 2005-05-12 Dan Williams * Add ability to drop ArchWelders and the jobs they are currently building, and to find them again when kicked to do so. To do this, config file for the server got changed to CONFIG so we can reload(CONFIG) and get new builders on the fly Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/ChangeLog,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 12 May 2005 02:31:37 -0000 1.1 +++ ChangeLog 12 May 2005 16:48:15 -0000 1.2 @@ -1,3 +1,10 @@ +2005-05-12 Dan Williams + + * Add ability to drop ArchWelders and the jobs they are currently building, + and to find them again when kicked to do so. To do this, config file for + the server got changed to CONFIG so we can reload(CONFIG) and get new + builders on the fly + 2005-05-11 Dan Williams * Add README file explaining stuff about build system architecture From fedora-extras-commits at redhat.com Thu May 12 16:56:25 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 12 May 2005 12:56:25 -0400 Subject: rpms/GtkAda/devel GtkAda.spec,1.9,1.10 Message-ID: <200505121656.j4CGutNA027775@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/rpms/GtkAda/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27756 Modified Files: GtkAda.spec Log Message: Add excludearch ppc ppc64 (no gcc-gnat currently for those) #157550 Index: GtkAda.spec =================================================================== RCS file: /cvs/extras/rpms/GtkAda/devel/GtkAda.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- GtkAda.spec 10 May 2005 16:40:16 -0000 1.9 +++ GtkAda.spec 12 May 2005 16:56:22 -0000 1.10 @@ -1,6 +1,6 @@ Name: GtkAda Version: 2.4.0 -Release: 5 +Release: 6 Summary: Ada95 graphical toolkit based on Gtk+ @@ -12,6 +12,7 @@ BuildRequires: gcc-gnat, libgnat, perl, xorg-x11-devel BuildRequires: gtk2-devel, libgnome-devel, libgnomeui-devel, bonobo-activation-devel, libbonoboui-devel, libglade2-devel BuildRequires: texinfo, tetex-dvips +ExcludeArch: ppc ppc64 %description GtkAda is an Ada95 graphical toolkit based on Gtk+, providing the @@ -112,6 +113,9 @@ %doc known-problems %changelog +* Thu May 12 2005 Thorsten Leemhuis 2.4.0-6 +- Add excludearch ppc ppc64 (no gcc-gnat currently for those) #157550 + * Tue May 10 2005 Thorsten Leemhuis 2.4.0-5 - Remove excludearch x86_64 (gcc-gnat now in FC4 for x86_64) - BR textinfo, tetex-dvips From fedora-extras-commits at redhat.com Thu May 12 16:57:33 2005 From: fedora-extras-commits at redhat.com (Thorsten Leemhuis (thl)) Date: Thu, 12 May 2005 12:57:33 -0400 Subject: common tobuild,1.431,1.432 Message-ID: <200505121657.j4CGvXbh027834@cvs-int.fedora.redhat.com> Author: thl Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27817 Modified Files: tobuild Log Message: request build of rpms/GtkAda/devel GtkAda-2_4_0-6 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.431 retrieving revision 1.432 diff -u -r1.431 -r1.432 --- tobuild 12 May 2005 15:26:04 -0000 1.431 +++ tobuild 12 May 2005 16:57:30 -0000 1.432 @@ -40,3 +40,4 @@ jpo rpms/perl-Test-Exception/devel perl-Test-Exception-0_20-4_fc4 development jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development +thl rpms/GtkAda/devel GtkAda-2_4_0-6 devel From fedora-extras-commits at redhat.com Thu May 12 17:02:29 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 13:02:29 -0400 Subject: rpms/libsidplay/devel libsidplay.spec,1.8,1.9 Message-ID: <200505121702.j4CH2TIU028821@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/libsidplay/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28804 Modified Files: libsidplay.spec Log Message: bump for all-arch rebuild Index: libsidplay.spec =================================================================== RCS file: /cvs/extras/rpms/libsidplay/devel/libsidplay.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libsidplay.spec 6 Mar 2005 17:56:38 -0000 1.8 +++ libsidplay.spec 12 May 2005 17:02:27 -0000 1.9 @@ -1,7 +1,7 @@ Name: libsidplay Summary: Commodore 64 music player and SID chip emulator library Version: 1.36.57 -Release: 7 +Release: 8%{dist} Source: http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/%{name}-%{version}.tgz Patch: libsidplay-post57fixes.patch Group: System Environment/Libraries @@ -62,6 +62,9 @@ %{_includedir}/sidplay %changelog +* Thu May 12 2005 Michael Schwendt 1.36.57-8 +- rebuilt + * Sun Mar 6 2005 Michael Schwendt 1.36.57-7 - Remove "Icon:". This was the only package in Fedora Extras, which used such an icon, and it breaks --specfile queries. From fedora-extras-commits at redhat.com Thu May 12 17:02:54 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 13:02:54 -0400 Subject: common tobuild,1.432,1.433 Message-ID: <200505121702.j4CH2sWL028880@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28863 Modified Files: tobuild Log Message: request build of rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.432 retrieving revision 1.433 diff -u -r1.432 -r1.433 --- tobuild 12 May 2005 16:57:30 -0000 1.432 +++ tobuild 12 May 2005 17:02:52 -0000 1.433 @@ -41,3 +41,4 @@ jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development thl rpms/GtkAda/devel GtkAda-2_4_0-6 devel +mschwendt rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 17:09:00 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 13:09:00 -0400 Subject: rpms/libsndfile/devel libsndfile.spec,1.7,1.8 Message-ID: <200505121709.j4CH90dh028915@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/libsndfile/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28898 Modified Files: libsndfile.spec Log Message: bump for all-arch rebuild Index: libsndfile.spec =================================================================== RCS file: /cvs/extras/rpms/libsndfile/devel/libsndfile.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libsndfile.spec 5 Mar 2005 21:10:22 -0000 1.7 +++ libsndfile.spec 12 May 2005 17:08:58 -0000 1.8 @@ -1,7 +1,7 @@ Summary: Library for reading and writing sound files Name: libsndfile Version: 1.0.11 -Release: 2 +Release: 3%{dist} License: LGPL Group: System Environment/Libraries URL: http://www.mega-nerd.com/libsndfile/ @@ -79,6 +79,9 @@ %changelog +* Thu May 12 2005 Michael Schwendt - 1.0.11-3 +- rebuilt + * Sat Mar 5 2005 Michael Schwendt - 1.0.11-2 - Fix format string bug (#149863). - Drop explicit Epoch 0. From fedora-extras-commits at redhat.com Thu May 12 17:09:33 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 13:09:33 -0400 Subject: common tobuild,1.433,1.434 Message-ID: <200505121709.j4CH9YPZ028973@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28955 Modified Files: tobuild Log Message: request build of rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.433 retrieving revision 1.434 diff -u -r1.433 -r1.434 --- tobuild 12 May 2005 17:02:52 -0000 1.433 +++ tobuild 12 May 2005 17:09:30 -0000 1.434 @@ -42,3 +42,4 @@ jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development thl rpms/GtkAda/devel GtkAda-2_4_0-6 devel mschwendt rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 devel +mschwendt rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 17:11:26 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 13:11:26 -0400 Subject: rpms/libsamplerate/devel libsamplerate.spec,1.8,1.9 Message-ID: <200505121711.j4CHBQqZ029003@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/libsamplerate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28986 Modified Files: libsamplerate.spec Log Message: bump for all-arch rebuild after libsndfile is ready Index: libsamplerate.spec =================================================================== RCS file: /cvs/extras/rpms/libsamplerate/devel/libsamplerate.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- libsamplerate.spec 5 Mar 2005 21:10:22 -0000 1.8 +++ libsamplerate.spec 12 May 2005 17:11:24 -0000 1.9 @@ -1,7 +1,7 @@ Summary: Sample rate conversion library for audio data Name: libsamplerate Version: 0.1.2 -Release: 2 +Release: 3%{dist} License: GPL Group: System Environment/Libraries URL: http://www.mega-nerd.com/SRC/ @@ -75,6 +75,9 @@ %changelog +* Thu May 12 2005 Michael Schwendt - 0.1.2-3 +- rebuilt + * Mon Oct 18 2004 Ville Skytt?? - 0:0.1.2-0.fdr.1 - Update to 0.1.2. - Use "make install DESTDIR=...", disable dependency tracking. From fedora-extras-commits at redhat.com Thu May 12 17:12:02 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Thu, 12 May 2005 13:12:02 -0400 Subject: extras-buildsys-temp/automation2/server aw_manager.py,1.3,1.4 Message-ID: <200505121712.j4CHC2B6029057@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29043 Modified Files: aw_manager.py Log Message: Fix typo CONIFG->CONFIG Index: aw_manager.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/aw_manager.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- aw_manager.py 12 May 2005 16:48:15 -0000 1.3 +++ aw_manager.py 12 May 2005 17:12:00 -0000 1.4 @@ -151,7 +151,7 @@ class ArchWelderManager: def __init__(self): # List of addresses of possible builders - self.possible_aw = CONIFG.get('builders') + self.possible_aw = CONFIG.get('builders') # Dict: arches => available builders # Like so: [ 'i386':['10.0.0.1', '10.0.0.2'], From fedora-extras-commits at redhat.com Thu May 12 17:14:51 2005 From: fedora-extras-commits at redhat.com (Ignacio Vazquez-Abrams (ivazquez)) Date: Thu, 12 May 2005 13:14:51 -0400 Subject: common tobuild,1.434,1.435 Message-ID: <200505121714.j4CHEpEE029107@cvs-int.fedora.redhat.com> Author: ivazquez Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29090 Modified Files: tobuild Log Message: request build of rpms/notecase/FC-3 notecase-0_8_2-6 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.434 retrieving revision 1.435 diff -u -r1.434 -r1.435 --- tobuild 12 May 2005 17:09:30 -0000 1.434 +++ tobuild 12 May 2005 17:14:48 -0000 1.435 @@ -43,3 +43,4 @@ thl rpms/GtkAda/devel GtkAda-2_4_0-6 devel mschwendt rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 devel mschwendt rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 devel +ivazquez rpms/notecase/FC-3 notecase-0_8_2-6 fc3 From jpo at di.uminho.pt Thu May 12 18:05:09 2005 From: jpo at di.uminho.pt (=?ISO-8859-1?Q?Jos=E9_Pedro_Oliveira?=) Date: Thu, 12 May 2005 19:05:09 +0100 Subject: rpms/perl-Spreadsheet-WriteExcel/devel .cvsignore, 1.3, 1.4 perl-Spreadsheet-WriteExcel.spec, 1.6, 1.7 sources, 1.3, 1.4 In-Reply-To: <200505111511.j4BFB7Kr027131@cvs-int.fedora.redhat.com> References: <200505111511.j4BFB7Kr027131@cvs-int.fedora.redhat.com> Message-ID: <42839AD5.9090902@di.uminho.pt> Oliver, Next time you update the perl-Spreadsheet-WriteExcel (and perl-OLE-Storage_Lite ?) specfile could you expand the TABs? TIA, jpo PS - Previous patches, that also reformatted the specfiles, attached to the following messages: https://www.redhat.com/archives/fedora-extras-commits/2005-April/msg01416.html https://www.redhat.com/archives/fedora-extras-commits/2005-April/msg01417.html Oliver Falk (oliver) wrote: > Author: oliver > > Update of /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27110 > > Modified Files: > .cvsignore perl-Spreadsheet-WriteExcel.spec sources > Log Message: > > * Wed May 11 2005 Oliver Falk - 2.14-1 > - Update > - Add a complete URL for Source0 > - Beautifying (fix identations and make it look more like the > spectemplate-perl.spec) > > > > Index: .cvsignore > =================================================================== > RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/.cvsignore,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- .cvsignore 21 Apr 2005 13:34:16 -0000 1.3 > +++ .cvsignore 11 May 2005 15:11:05 -0000 1.4 > @@ -1 +1 @@ > -Spreadsheet-WriteExcel-2.13.tar.gz > +Spreadsheet-WriteExcel-2.14.tar.gz > > > Index: perl-Spreadsheet-WriteExcel.spec > =================================================================== > RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/perl-Spreadsheet-WriteExcel.spec,v > retrieving revision 1.6 > retrieving revision 1.7 > diff -u -r1.6 -r1.7 > --- perl-Spreadsheet-WriteExcel.spec 10 May 2005 23:48:36 -0000 1.6 > +++ perl-Spreadsheet-WriteExcel.spec 11 May 2005 15:11:05 -0000 1.7 > @@ -1,16 +1,18 @@ > -Name: perl-Spreadsheet-WriteExcel > -Version: 2.13 > -Release: 3%{?dist} > -Summary: Write formatted text and numbers to a cross-platform Excel binary file > -License: Artistic or GPL > -Group: Development/Libraries > -Source0: Spreadsheet-WriteExcel-%{version}.tar.gz > -Url: http://search.cpan.org/dist/Spreadsheet-WriteExcel > -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > +Name: perl-Spreadsheet-WriteExcel > +Version: 2.14 > +Release: 1%{?dist} > +Summary: Write formatted text and numbers to a cross-platform Excel binary file > + > +Group: Development/Libraries > +License: Artistic or GPL > +URL: http://search.cpan.org/dist/Spreadsheet-WriteExcel > +Source0: http://cpan.org/authors/id/J/JM/JMCNAMARA/Spreadsheet-WriteExcel-%{version}.tar.gz > +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > + > +BuildArch: noarch > BuildRequires: perl >= 1:5.6.1, perl-Parse-RecDescent > -Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > -Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) > -BuildArch: noarch > +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) > +Requires: perl(Date::Calc), perl(Date::Manip), perl(Parse::RecDescent) > > %description > The Spreadsheet::WriteExcel module can be used to create a cross- > @@ -61,6 +63,12 @@ > %{_mandir}/man3/*.3* > > %changelog > +* Wed May 11 2005 Oliver Falk - 2.14-1 > +- Update > +- Add a complete URL for Source0 > +- Beautifying (fix identations and make it look more like the > + spectemplate-perl.spec) > + > * Tue May 10 2005 Tom "spot" Callaway 2.13-3 > - more spec cleanups > > > > Index: sources > =================================================================== > RCS file: /cvs/extras/rpms/perl-Spreadsheet-WriteExcel/devel/sources,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- sources 21 Apr 2005 13:34:16 -0000 1.3 > +++ sources 11 May 2005 15:11:05 -0000 1.4 > @@ -1 +1 @@ > -9b4b058b3b79d33c073b0ec025a509cc Spreadsheet-WriteExcel-2.13.tar.gz > +2a2ff55a0b8a41bdfd0f8adf9925394a Spreadsheet-WriteExcel-2.14.tar.gz > > -- > fedora-extras-commits mailing list > fedora-extras-commits at redhat.com > http://www.redhat.com/mailman/listinfo/fedora-extras-commits > > -- Jos? Pedro Oliveira * mailto: jpo at di.uminho.pt * http://gsd.di.uminho.pt/~jpo * * gpg fingerprint = F9B6 8D87 859D 1C94 48F0 84C0 9749 9EB5 91BD 851B * -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 251 bytes Desc: OpenPGP digital signature URL: From fedora-extras-commits at redhat.com Thu May 12 18:35:36 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 14:35:36 -0400 Subject: devel/common Makefile.common,1.16,1.17 Message-ID: <200505121835.j4CIZaDq030367@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30350 Modified Files: Makefile.common Log Message: Enough problem reports to test something more: Put back notting's rm -f tobuild, but this time _before_ checking out a fresh copy. Index: Makefile.common =================================================================== RCS file: /cvs/extras/devel/common/Makefile.common,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- Makefile.common 12 May 2005 15:58:49 -0000 1.16 +++ Makefile.common 12 May 2005 18:35:34 -0000 1.17 @@ -303,6 +303,7 @@ build: $(COMMON_DIR)/branches @if [ -z "$(TARGET)" -a ! -d CVS ]; then echo "Must be in a branch subdirectory"; exit 1; fi @(pushd $(COMMON_DIR) >/dev/null ;\ + rm -f tobuild ;\ cvs -Q update -C tobuild ;\ echo -e "$(USER)\t$(CVS_REPOSITORY)\t$(TAG)\t$(TARGET)" >> tobuild ;\ cvs commit -m "request build of $(CVS_REPOSITORY) $(TAG) for $(TARGET)" tobuild ;\ From fedora-extras-commits at redhat.com Thu May 12 19:42:03 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 15:42:03 -0400 Subject: rpms/perl-Pod-Coverage/devel perl-Pod-Coverage.spec,1.7,1.8 Message-ID: <200505121942.j4CJg3wh031614@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Pod-Coverage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31597 Modified Files: perl-Pod-Coverage.spec Log Message: Add dist tag. Index: perl-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Pod-Coverage/devel/perl-Pod-Coverage.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- perl-Pod-Coverage.spec 20 Apr 2005 14:20:22 -0000 1.7 +++ perl-Pod-Coverage.spec 12 May 2005 19:42:01 -0000 1.8 @@ -1,6 +1,6 @@ Name: perl-Pod-Coverage Version: 0.17 -Release: 3 +Release: 4%{?dist} Summary: Checks if the documentation of a module is comprehensive Group: Development/Libraries @@ -56,6 +56,9 @@ %changelog +* Thu May 12 2005 Jose Pedro Oliveira - 0.17-4 +- Add dist tag. + * Wed Apr 20 2005 Jose Pedro Oliveira - 0.17-3 - Avoid .packlist creation with Module::Build >= 0.2609. - Trust that %%{perl_vendorlib} is defined. From fedora-extras-commits at redhat.com Thu May 12 20:37:40 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 16:37:40 -0400 Subject: common tobuild,1.435,1.436 Message-ID: <200505122037.j4CKbe4q032759@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32742 Modified Files: tobuild Log Message: request build of rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.435 retrieving revision 1.436 diff -u -r1.435 -r1.436 --- tobuild 12 May 2005 17:14:48 -0000 1.435 +++ tobuild 12 May 2005 20:37:38 -0000 1.436 @@ -44,3 +44,4 @@ mschwendt rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 devel mschwendt rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 devel ivazquez rpms/notecase/FC-3 notecase-0_8_2-6 fc3 +mschwendt rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-4_fc4 development From fedora-extras-commits at redhat.com Thu May 12 21:03:00 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 17:03:00 -0400 Subject: common tobuild,1.436,1.437 Message-ID: <200505122103.j4CL30dX001262@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1245 Modified Files: tobuild Log Message: request build of rpms/libsamplerate/devel libsamplerate-0_1_2-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.436 retrieving revision 1.437 diff -u -r1.436 -r1.437 --- tobuild 12 May 2005 20:37:38 -0000 1.436 +++ tobuild 12 May 2005 21:02:58 -0000 1.437 @@ -45,3 +45,4 @@ mschwendt rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 devel ivazquez rpms/notecase/FC-3 notecase-0_8_2-6 fc3 mschwendt rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-4_fc4 development +mschwendt rpms/libsamplerate/devel libsamplerate-0_1_2-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 22:18:50 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 18:18:50 -0400 Subject: devel/common tobuild,1.437,1.438 Message-ID: <200505122218.j4CMIogF002396@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2378 Modified Files: tobuild Log Message: clean up Index: tobuild =================================================================== RCS file: /cvs/extras/devel/common/tobuild,v retrieving revision 1.437 retrieving revision 1.438 diff -u -r1.437 -r1.438 --- tobuild 12 May 2005 21:02:58 -0000 1.437 +++ tobuild 12 May 2005 22:18:48 -0000 1.438 @@ -1,48 +1,3 @@ # this is the build control file. the format is # user repo tag target status # -qspencer rpms/octave/devel octave-2_1_70-1 devel -jwboyer rpms/gtranslator/devel gtranslator-1_1_5-3 devel -oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1 devel -oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 -bpepple rpms/loudmouth/devel loudmouth-0_17_2-3 development -bpepple rpms/gossip/devel gossip-0_8-3 development -s4504kr rpms/inadyn/FC-3 inadyn-1_90-11 FC3 -thl rpms/GtkAda/devel GtkAda-2_4_0-5 devel -notting rpms/rdiff-backup/devel rdiff-backup-0_12_7-3 devel -notting rpms/aqhbci-qt-tools/devel aqhbci-qt-tools-1_0_1beta-5 devel -toshio rpms/gnome-common/devel gnome-common-2_8_0-3 devel -toshio rpms/python-docutils/devel python-docutils-0_3_7-7 devel -toshio rpms/qa-assistant/devel qa-assistant-0_4_1-3 devel -mschwendt rpms/mhash/devel mhash-0_9_2-3 devel -mschwendt rpms/gpgme/devel gpgme-1_0_2-3_fc4 devel -oliver rpms/perl-Spreadsheet-WriteExcel/devel perl-Spreadsheet-WriteExcel-2_14-1_fc4 devel -oliver rpms/perl-Spreadsheet-WriteExcel/FC-3 perl-Spreadsheet-WriteExcel-2_14-1_fc3 FC3 -scop rpms/gpa/devel gpa-0_7_0-4 devel -bpepple rpms/gnome-blog/devel gnome-blog-0_8-7_fc4 development -jpo rpms/tetex-xcolor/devel tetex-xcolor-2_02-3_fc4 development -jpo rpms/tetex-bytefield/devel tetex-bytefield-1_2-3_fc4 development -jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development -jpo rpms/tetex-pgf/devel tetex-pgf-0_65-3_fc4 development -jpo rpms/tetex-beamer/devel tetex-beamer-3_01-3_fc4 development -shahms rpms/tla/devel tla-1_3_2-5_fc4 devel -shahms rpms/tla/FC-3 tla-1_3_2-5_fc3 fc3 -s4504kr rpms/inadyn/FC-3 inadyn-1_90-11_fc3 FC3 -thias rpms/synergy/devel synergy-1_2_2-3 devel -shahms rpms/bazaar/devel bazaar-1_3_2-4_fc4 devel -shahms rpms/bazaar/FC-3 bazaar-1_3_2-4_fc3 fc3 -shahms rpms/python-psycopg/devel python-psycopg-1_1_18-4_fc4 devel -shahms rpms/python-protocols/devel python-protocols-0_9_3-5_fc4 devel -shahms rpms/python-simpletal/devel python-simpletal-3_12-4_fc4 devel -shahms rpms/python-tpg/devel python-tpg-3_0_5-4_fc4 devel -jpo rpms/perl-Test-Builder-Tester/devel perl-Test-Builder-Tester-1_01-4_fc4 development -jpo rpms/perl-Test-Manifest/devel perl-Test-Manifest-1_14-3_fc4 development -jpo rpms/perl-Test-Exception/devel perl-Test-Exception-0_20-4_fc4 development -jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development -jpo rpms/perl-Test-Pod/devel perl-Test-Pod-1_20-3_fc4 development -thl rpms/GtkAda/devel GtkAda-2_4_0-6 devel -mschwendt rpms/libsidplay/devel libsidplay-1_36_57-8_fc4 devel -mschwendt rpms/libsndfile/devel libsndfile-1_0_11-3_fc4 devel -ivazquez rpms/notecase/FC-3 notecase-0_8_2-6 fc3 -mschwendt rpms/perl-Pod-Coverage/devel perl-Pod-Coverage-0_17-4_fc4 development -mschwendt rpms/libsamplerate/devel libsamplerate-0_1_2-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 22:35:35 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 18:35:35 -0400 Subject: rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage.spec, 1.3, 1.4 Message-ID: <200505122235.j4CMZZQA002520@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Pod-Coverage/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2503 Modified Files: perl-Test-Pod-Coverage.spec Log Message: Add dist tag. Index: perl-Test-Pod-Coverage.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Pod-Coverage/devel/perl-Test-Pod-Coverage.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Test-Pod-Coverage.spec 6 Apr 2005 22:13:08 -0000 1.3 +++ perl-Test-Pod-Coverage.spec 12 May 2005 22:35:33 -0000 1.4 @@ -1,9 +1,6 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`perl -V:installvendorlib`"; echo $installvendorlib)} - Name: perl-Test-Pod-Coverage Version: 1.06 -Release: 2 - +Release: 3%{?dist} Summary: Check for pod coverage in your distribution Group: Development/Libraries @@ -55,7 +52,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 1.06-3 +- Add dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 1.06-2 - rebuilt * Thu Jun 24 2004 Jose Pedro Oliveira - 0:1.06-1 From fedora-extras-commits at redhat.com Thu May 12 22:36:22 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 18:36:22 -0400 Subject: common tobuild,1.438,1.439 Message-ID: <200505122236.j4CMaM7I002577@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2560 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.438 retrieving revision 1.439 diff -u -r1.438 -r1.439 --- tobuild 12 May 2005 22:18:48 -0000 1.438 +++ tobuild 12 May 2005 22:36:20 -0000 1.439 @@ -1,3 +1,4 @@ # this is the build control file. the format is # user repo tag target status # +jpo rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 23:15:31 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 19:15:31 -0400 Subject: rpms/pth/devel pth.spec,1.9,1.10 Message-ID: <200505122315.j4CNFVIO003597@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/pth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3579 Modified Files: pth.spec Log Message: bump for all-arch rebuild Index: pth.spec =================================================================== RCS file: /cvs/extras/rpms/pth/devel/pth.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- pth.spec 6 Apr 2005 22:13:30 -0000 1.9 +++ pth.spec 12 May 2005 23:15:29 -0000 1.10 @@ -1,8 +1,7 @@ Summary: The GNU Portable Threads Name: pth Version: 2.0.4 -Release: 2 - +Release: 3 License: LGPL Group: System Environment/Libraries URL: http://www.gnu.org/software/pth/ @@ -75,7 +74,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Fri May 13 2005 Michael Schwendt - 2.0.4-3 +- rebuilt + +* Thu Apr 7 2005 Michael Schwendt - 2.0.4-2 - rebuilt * Thu Feb 24 2005 Michael Schwendt - 0:2.0.4-1 From fedora-extras-commits at redhat.com Thu May 12 23:16:02 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Thu, 12 May 2005 19:16:02 -0400 Subject: common tobuild,1.439,1.440 Message-ID: <200505122316.j4CNG2IV003668@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3645 Modified Files: tobuild Log Message: request build of rpms/pth/devel pth-2_0_4-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.439 retrieving revision 1.440 diff -u -r1.439 -r1.440 --- tobuild 12 May 2005 22:36:20 -0000 1.439 +++ tobuild 12 May 2005 23:16:00 -0000 1.440 @@ -2,3 +2,4 @@ # user repo tag target status # jpo rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 devel +mschwendt rpms/pth/devel pth-2_0_4-3 devel From fedora-extras-commits at redhat.com Thu May 12 23:27:13 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 19:27:13 -0400 Subject: rpms/swatch/devel swatch.spec,1.7,1.8 Message-ID: <200505122327.j4CNRDJe003740@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/swatch/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3723 Modified Files: swatch.spec Log Message: Add dist tag. Index: swatch.spec =================================================================== RCS file: /cvs/extras/rpms/swatch/devel/swatch.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- swatch.spec 6 Apr 2005 22:13:32 -0000 1.7 +++ swatch.spec 12 May 2005 23:27:11 -0000 1.8 @@ -1,9 +1,6 @@ -%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)} - Name: swatch Version: 3.1.1 -Release: 2 - +Release: 3%{?dist} Summary: Tool for actively monitoring log files Group: Applications/File @@ -54,13 +51,17 @@ %defattr(-,root,root,-) %doc CHANGES COPYRIGHT COPYING KNOWN_BUGS README examples/ tools/ %{_bindir}/swatch -%{_mandir}/man[13]/* +%{_mandir}/man1/*.1* +%{_mandir}/man3/*.3* %{perl_vendorlib}/Swatch/ %{perl_vendorlib}/auto/Swatch/ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Thu May 12 2005 Jose Pedro Oliveira - 3.1.1-3 +- Add dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 3.1.1-2 - rebuilt * Thu Aug 26 2004 Gavin Henry - 0:3.1.1-1 From fedora-extras-commits at redhat.com Thu May 12 23:27:56 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Thu, 12 May 2005 19:27:56 -0400 Subject: common tobuild,1.440,1.441 Message-ID: <200505122327.j4CNRutb003797@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3780 Modified Files: tobuild Log Message: request build of rpms/swatch/devel swatch-3_1_1-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.440 retrieving revision 1.441 diff -u -r1.440 -r1.441 --- tobuild 12 May 2005 23:16:00 -0000 1.440 +++ tobuild 12 May 2005 23:27:54 -0000 1.441 @@ -3,3 +3,4 @@ # jpo rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 devel mschwendt rpms/pth/devel pth-2_0_4-3 devel +jpo rpms/swatch/devel swatch-3_1_1-3_fc4 devel From fedora-extras-commits at redhat.com Thu May 12 23:35:16 2005 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Thu, 12 May 2005 19:35:16 -0400 Subject: rpms/mlmmj/devel .cvsignore, 1.3, 1.4 mlmmj.spec, 1.7, 1.8 sources, 1.3, 1.4 Message-ID: <200505122335.j4CNZGsK003851@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/mlmmj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3830 Modified Files: .cvsignore mlmmj.spec sources Log Message: New 1.2.7 version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 9 May 2005 09:59:41 -0000 1.3 +++ .cvsignore 12 May 2005 23:35:14 -0000 1.4 @@ -1 +1 @@ -mlmmj-1.2.6.1.tar.bz2 +mlmmj-1.2.7.tar.bz2 Index: mlmmj.spec =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- mlmmj.spec 12 May 2005 01:25:36 -0000 1.7 +++ mlmmj.spec 12 May 2005 23:35:14 -0000 1.8 @@ -2,8 +2,8 @@ Summary: Mailserver-independent ezmlm-like mailing list manager Name: mlmmj -Version: 1.2.6.1 -Release: 3%{?dist} +Version: 1.2.7 +Release: 1%{?dist} License: MIT Group: Applications/Internet Source: http://mlmmj.mmj.dk/files/mlmmj-%{version}.tar.bz2 @@ -49,6 +49,9 @@ %{_mandir}/man1/mlmmj-* %changelog +* Fri May 10 2005 Michael Fleming 1.2.7-1 +- Upstream release 1.2.7 (minor fixes) + * Tue May 10 2005 Michael Fleming 1.2.6.1-3 - Add contributed web scripts Index: sources =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/sources,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- sources 9 May 2005 09:59:41 -0000 1.3 +++ sources 12 May 2005 23:35:14 -0000 1.4 @@ -1 +1 @@ -f55bc897c76472b0446f38a5e8f7496d mlmmj-1.2.6.1.tar.bz2 +82ebeedc8f26c459b4f75796c5fc4b4d mlmmj-1.2.7.tar.bz2 From fedora-extras-commits at redhat.com Fri May 13 00:02:34 2005 From: fedora-extras-commits at redhat.com (Michael G. Fleming (mfleming)) Date: Thu, 12 May 2005 20:02:34 -0400 Subject: rpms/mlmmj/devel mlmmj.spec,1.8,1.9 Message-ID: <200505130002.j4D02YFw004906@cvs-int.fedora.redhat.com> Author: mfleming Update of /cvs/extras/rpms/mlmmj/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4889 Modified Files: mlmmj.spec Log Message: Correct changelog entries + bump Index: mlmmj.spec =================================================================== RCS file: /cvs/extras/rpms/mlmmj/devel/mlmmj.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- mlmmj.spec 12 May 2005 23:35:14 -0000 1.8 +++ mlmmj.spec 13 May 2005 00:02:32 -0000 1.9 @@ -3,7 +3,7 @@ Summary: Mailserver-independent ezmlm-like mailing list manager Name: mlmmj Version: 1.2.7 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT Group: Applications/Internet Source: http://mlmmj.mmj.dk/files/mlmmj-%{version}.tar.bz2 @@ -49,7 +49,10 @@ %{_mandir}/man1/mlmmj-* %changelog -* Fri May 10 2005 Michael Fleming 1.2.7-1 +* Fri May 13 2005 Michael Fleming 1.2.7-2 +- Fix changelog (remove superfluous entries too) and bump + +* Fri May 13 2005 Michael Fleming 1.2.7-1 - Upstream release 1.2.7 (minor fixes) * Tue May 10 2005 Michael Fleming 1.2.6.1-3 @@ -85,38 +88,3 @@ - Added upstream patch for addresses without a @domain - Excluded contrib (just some web frontends) to avoid a perl dependency -* Sat Apr 9 2005 Michael Fleming 1.2.4-3.fc3.mf -- rpmlint-inspired cleanups of the spec file. -- Grammar / spelling clarifications in the English listtexts (sending upstream - too) - -* Tue Feb 15 2005 Michael Fleming -- 1.2.4 - -* Wed Feb 9 2005 Michael Fleming -- 1.2.3 -- Patch removed (fixed in release) - -* Fri Feb 4 2005 Michael Fleming -- Fix location of listtexts (forgot the text.skel part in the define) -- Patch for log operations issue (no access to create logs in some cases) - -* Wed Feb 2 2005 Michael Fleming -- 1.2.2. -- Fixes a hang in mlmmj-send if no subscribers are present -- Workaround makefile breakage under listtexts (fix upstream pls!) - -* Thu Jan 27 2005 Michael Fleming -- 1.2.1. Release early and often. - -* Mon Jan 24 2005 Michael Fleming -- 1.2.0 final - -* Wed Jan 19 2005 Michael Fleming -- 1.2.0 RC2 -- Useful summary added. -- Requires: smtpdaemon added (it's useless without one) -- s/Copyright/License/ - -* Mon Jan 17 2005 Michael Fleming -- 1.2.0 RC1 (lots of changes, see Changelog) From fedora-extras-commits at redhat.com Fri May 13 00:11:08 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Thu, 12 May 2005 20:11:08 -0400 Subject: rpms/gtranslator/devel .cvsignore, 1.2, 1.3 gtranslator.spec, 1.6, 1.7 sources, 1.2, 1.3 fix-build.patch, 1.1, NONE Message-ID: <200505130011.j4D0B8gv005022@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/rpms/gtranslator/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5001 Modified Files: .cvsignore gtranslator.spec sources Removed Files: fix-build.patch Log Message: Update to 1.1.6 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/gtranslator/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 04:31:37 -0000 1.2 +++ .cvsignore 13 May 2005 00:11:06 -0000 1.3 @@ -1 +1 @@ -gtranslator-1.1.5.tar.gz +gtranslator-1.1.6.tar.gz Index: gtranslator.spec =================================================================== RCS file: /cvs/extras/rpms/gtranslator/devel/gtranslator.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gtranslator.spec 11 May 2005 15:00:55 -0000 1.6 +++ gtranslator.spec 13 May 2005 00:11:06 -0000 1.7 @@ -1,26 +1,25 @@ Name: gtranslator -Version: 1.1.5 -Release: 3 +Version: 1.1.6 +Release: 1 Summary: Gettext po file editor for GNOME Group: Development/Tools License: GPL -URL: http://www.gtranslator.org/ -Source0: http://dl.sf.net/gtranslator/gtranslator-1.1.5.tar.gz +URL: http://gtranslator.sourceforge.net +Source0: http://dl.sf.net/gtranslator/gtranslator-1.1.6.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: scrollkeeper BuildRequires: desktop-file-utils BuildRequires: gettext BuildRequires: libgnomeui-devel +BuildRequires: gtkspell-devel BuildRequires:perl(XML::Parser) Requires(post): scrollkeeper Requires(postun): scrollkeeper -Patch0: fix-build.patch - %description gtranslator is an enhanced gettext po file editor for the GNOME desktop environment. It handles all forms of gettext po files and @@ -31,8 +30,6 @@ %prep %setup -q -%patch0 -p1 - %build %configure make %{?_smp_mflags} @@ -88,6 +85,10 @@ %changelog +* Thu May 12 2005 Josh Boyer +- Updated to 1.1.6 +- Remove build patch as it's no longer needed + * Wed May 11 2005 Josh Boyer - Added build fix Index: sources =================================================================== RCS file: /cvs/extras/rpms/gtranslator/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 04:31:37 -0000 1.2 +++ sources 13 May 2005 00:11:06 -0000 1.3 @@ -1 +1 @@ -2cd24e8471362ab76348fc202a1f957f gtranslator-1.1.5.tar.gz +44b3c0f79cd282f63713b504d3c4f696 gtranslator-1.1.6.tar.gz --- fix-build.patch DELETED --- From fedora-extras-commits at redhat.com Fri May 13 00:11:44 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Thu, 12 May 2005 20:11:44 -0400 Subject: common tobuild,1.441,1.442 Message-ID: <200505130011.j4D0Bijs005079@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5062 Modified Files: tobuild Log Message: request build of rpms/gtranslator/devel gtranslator-1_1_6-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.441 retrieving revision 1.442 diff -u -r1.441 -r1.442 --- tobuild 12 May 2005 23:27:54 -0000 1.441 +++ tobuild 13 May 2005 00:11:42 -0000 1.442 @@ -4,3 +4,4 @@ jpo rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 devel mschwendt rpms/pth/devel pth-2_0_4-3 devel jpo rpms/swatch/devel swatch-3_1_1-3_fc4 devel +jwboyer rpms/gtranslator/devel gtranslator-1_1_6-1 devel From fedora-extras-commits at redhat.com Fri May 13 02:55:05 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Thu, 12 May 2005 22:55:05 -0400 Subject: extras-buildsys-temp/automation2 ChangeLog,1.2,1.3 Message-ID: <200505130255.j4D2t57v008005@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7982 Modified Files: ChangeLog Log Message: 2005-05-12 Dan Williams * Add an SRPM build mode that short-circuits CVS checkouts to build an SRPM queued by the user. This mode CANNOT be enabled at the same time as CVS checkout mode, since its less secure. It should only be used for local building and development. To enable this mode, set the 'use_srpm_not_cvs' config option to True. enqueue_srpm(, , , ) Index: ChangeLog =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 12 May 2005 16:48:15 -0000 1.2 +++ ChangeLog 13 May 2005 02:55:02 -0000 1.3 @@ -1,5 +1,15 @@ 2005-05-12 Dan Williams + * Add an SRPM build mode that short-circuits CVS checkouts to build an SRPM + queued by the user. This mode CANNOT be enabled at the same time as CVS + checkout mode, since its less secure. It should only be used for local + building and development. To enable this mode, set the 'use_srpm_not_cvs' + config option to True. + + enqueue_srpm(, , , ) + +2005-05-12 Dan Williams + * Add ability to drop ArchWelders and the jobs they are currently building, and to find them again when kicked to do so. To do this, config file for the server got changed to CONFIG so we can reload(CONFIG) and get new From fedora-extras-commits at redhat.com Fri May 13 02:55:05 2005 From: fedora-extras-commits at redhat.com (Daniel Williams (dcbw)) Date: Thu, 12 May 2005 22:55:05 -0400 Subject: extras-buildsys-temp/automation2/server aw_manager.py, 1.4, 1.5 bm_server.py, 1.2, 1.3 buildjob.py, 1.2, 1.3 buildmaster.py, 1.2, 1.3 CONFIG.py, 1.1, 1.2 Message-ID: <200505130255.j4D2t5aj008021@cvs-int.fedora.redhat.com> Author: dcbw Update of /cvs/fedora/extras-buildsys-temp/automation2/server In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7982/server Modified Files: aw_manager.py bm_server.py buildjob.py buildmaster.py CONFIG.py Log Message: 2005-05-12 Dan Williams * Add an SRPM build mode that short-circuits CVS checkouts to build an SRPM queued by the user. This mode CANNOT be enabled at the same time as CVS checkout mode, since its less secure. It should only be used for local building and development. To enable this mode, set the 'use_srpm_not_cvs' config option to True. enqueue_srpm(, , , ) Index: aw_manager.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/aw_manager.py,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- aw_manager.py 12 May 2005 17:12:00 -0000 1.4 +++ aw_manager.py 13 May 2005 02:55:03 -0000 1.5 @@ -63,7 +63,8 @@ try: status = self._server.status(self.jobid) except Exception, e: - print "XMLAW: got error '%s' from AW during update_status()" % e + print "AWJ(%s): got error '%s' from build client while attempting " \ + "to get its status." % (self.awi.address(), e) self.status = status return self.status @@ -117,7 +118,8 @@ if e[0] == 111 or e[0] == 104: self._unavail_count = self._unavail_count + 1 else: - print "XMLAW: got error '%s' from AW during get_cur_job()" % e + print "AWI(%s): got error '%s' from AW while trying to get " \ + "current job number" % (self._address, e) else: self._unavail_count = 0 if cur_job == 0: Index: bm_server.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/bm_server.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bm_server.py 12 May 2005 16:48:15 -0000 1.2 +++ bm_server.py 13 May 2005 02:55:03 -0000 1.3 @@ -61,6 +61,13 @@ def enqueue(self, username, package, cvs_tag, target, buildreq=None): """ Accept a job to build and stuff it into the job database """ + # FIXME we should be passing back a tuple of (error/success, reason) + + if CONFIG.get('use_srpm_not_cvs') == True: + email_result(username, cvs_tag, "Error setting up build for %s on "\ + "%s: this server builds SRPMs, not CVS checkouts." % (cvs_tag, target)) + return -1 + print "Request to enqueue '%s' tag '%s' for target '%s' (user '%s')" \ % (package, cvs_tag, target, username) targets = CONFIG.get('targets') @@ -80,6 +87,41 @@ self.dbcx.commit() return 0 + def enqueue_srpm(self, username, package, srpm_file, target, buildreq=None): + """ Accept a job to build from SRPM file and stuff it into the job database """ + + # FIXME we should be passing back a tuple of (error/success, reason) + + if CONFIG.get('use_srpm_not_cvs') == False: + email_result(username, srpm_file, "Error setting up build for %s on "\ + "%s: this server builds CVS checkouts, not SRPMS." % (srpm_file, target)) + return -1 + + # We limit the database field to 255 chars + if len(srpm_file) > 255: + email_result(username, srpm_file, "Error setting up build for %s on "\ + "%s: try using a shorter path to the SRPM (< 255 chars)." % (srpm_file, target)) + return -1 + + print "Request to enqueue '%s' file '%s' for target '%s' (user '%s')" \ + % (package, srpm_file, target, username) + targets = CONFIG.get('targets') + if not targets.has_key(target): + print "Error setting up build for %s on %s: target does not exist."\ + % (srpm_file, target) + email_result(username, srpm_file, "Error setting up build for %s on "\ + "%s: target does not exist." % (srpm_file, target)) + return -1 + else: + # Insert request into the database + self.curs.execute('INSERT INTO jobs (uid, username, package,' \ + ' cvs_tag, target, buildreq, time_submitted, status)' \ + ' VALUES (NULL, "%s", "%s", "%s", "%s", "%s", %d, "%s")' \ + % (username, package, srpm_file, target, buildreq, \ + time.time(), 'waiting')) + self.dbcx.commit() + return 0 + def list_waiting_jobs(self): self.curs.execute('SELECT uid, username, package, cvs_tag, target' \ ' FROM jobs WHERE status="waiting"') Index: buildjob.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/buildjob.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- buildjob.py 12 May 2005 16:48:15 -0000 1.2 +++ buildjob.py 13 May 2005 02:55:03 -0000 1.3 @@ -71,18 +71,27 @@ def __init__(self, uid, username, package, cvs_tag, target, arch_welder_manager): self.awm = arch_welder_manager self.uid = uid - self.curstage = 'initialize' self.username = username self.starttime = time.time() self.endtime = None self.stages_root = CONFIG.get('stages_root') self.package = package - self.cvs_tag = cvs_tag self.target = target self.buildarches = [] self.sub_jobs = {} self.failed = False + # If we are building and SRPM, cvs_tag will be the SRPM file + if CONFIG.get('use_srpm_not_cvs') == True: + self.srpmpath = cvs_tag + # SRPM builds short-circut to the prep stage (which is right after make_srpm) + self.curstage = 'make_srpm' + self.cvs_tag = None + else: + self.srpmpath = None + self.curstage = 'initialize' + self.cvs_tag = cvs_tag + def get_cur_stage(self): return self.curstage Index: buildmaster.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/buildmaster.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- buildmaster.py 12 May 2005 16:48:15 -0000 1.2 +++ buildmaster.py 13 May 2005 02:55:03 -0000 1.3 @@ -35,7 +35,7 @@ # If DB wasn't created, try to create it curs.execute('CREATE TABLE jobs (uid INTEGER PRIMARY KEY, ' \ 'username VARCHAR(20), package VARCHAR(50), ' \ - 'cvs_tag VARCHAR(75), target VARCHAR(20), ' \ + 'cvs_tag VARCHAR(255), target VARCHAR(20), ' \ 'buildreq VARCHAR(75), time_submitted BIGINT, ' \ 'status VARCHAR(15))') dbcx.commit() @@ -83,7 +83,7 @@ self.dbcx.commit() item = self.curs.fetchone() if item: - print "%d: Adding (%s/%s/%s) to build queue" % (item['uid'], \ + print "%d: Adding (%s/'%s'/%s) to build queue" % (item['uid'], \ item['package'], item['cvs_tag'], item['target']) job = BuildJob(item['uid'], item['username'], item['package'], item['cvs_tag'], item['target'], self.awm) Index: CONFIG.py =================================================================== RCS file: /cvs/fedora/extras-buildsys-temp/automation2/server/CONFIG.py,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- CONFIG.py 12 May 2005 16:48:15 -0000 1.1 +++ CONFIG.py 13 May 2005 02:55:03 -0000 1.2 @@ -13,6 +13,11 @@ config_opts['redhat_internal_cvs'] = 1 config_opts['log_url'] = "http://foo.foo.org/logs/" +# This option disables pulling from CVS. Allowing jobs to be submitted +# as unknown SRPMs from random people may be a security risk, so don't +# do this unless you really really want to. +config_opts['use_srpm_not_cvs'] = False + config_opts['targets'] = { 'FC-3' : ['i386', 'x86_64'], 'devel' : ['i386'] } From fedora-extras-commits at redhat.com Fri May 13 13:10:20 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 13 May 2005 09:10:20 -0400 Subject: rpms/gnupg2/devel gnupg-1.9.16-signal-info.patch, NONE, 1.1 gnupg2.spec, 1.9, 1.10 gnupg-1.9.16-strsignal.patch, 1.1, NONE Message-ID: <200505131310.j4DDAKJW021075@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21055 Modified Files: gnupg2.spec Added Files: gnupg-1.9.16-signal-info.patch Removed Files: gnupg-1.9.16-strsignal.patch Log Message: * Fri May 13 2005 Michael Schwendt - 1.9.16-3 - Include upstream's patch for signal.c. gnupg-1.9.16-signal-info.patch: --- NEW FILE gnupg-1.9.16-signal-info.patch --- diff -Nur gnupg-1.9.16-orig/common/signal.c gnupg-1.9.16/common/signal.c --- gnupg-1.9.16-orig/common/signal.c 2004-12-21 11:03:00.000000000 +0100 +++ gnupg-1.9.16/common/signal.c 2005-05-13 14:56:37.000000000 +0200 @@ -1,5 +1,6 @@ /* signal.c - signal handling - * Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. + * Copyright (C) 1998, 1999, 2000, 2001, 2002, + * 2005 Free Software Foundation, Inc. * * This file is part of GnuPG. * @@ -73,10 +74,12 @@ static const char * get_signal_name( int signum ) { -#if defined(SYS_SIGLIST_DECLARED) && defined(NSIG) + /* Note that we can't use strsignal(), because it is not + reentrant. */ +#if defined(HAVE_DECL_SYS_SIGLIST) && defined(NSIG) return (signum >= 0 && signum < NSIG) ? sys_siglist[signum] : "?"; #else - return "some signal"; + return NULL; #endif } #endif /*!HAVE_DOSISH_SYSTEM*/ @@ -93,19 +96,42 @@ if (cleanup_fnc) cleanup_fnc (); - /* better don't translate these messages */ + /* Better don't translate these messages. */ write (2, "\n", 1 ); s = log_get_prefix (NULL); if (s) write(2, s, strlen (s)); - write (2, ": ", 2 ); + write (2, ": signal ", 9 ); s = get_signal_name(sig); - write (2, s, strlen(s) ); + if (s) + write (2, s, strlen(s) ); + else + { + /* We are in a signal handler so we can't use any kind of printf + even not sprintf. USe a straightforward algorithm. */ + if (sig < 0 || sig >= 100000) + write (2, "?", 1); + else + { + int i, any=0; + + for (i=10000; i; i /= 10) + { + if (sig >= i || ((any || i==1) && !(sig/i))) + { + write (2, "0123456789"+(sig/i), 1); + if ((sig/i)) + any = 1; + sig %= i; + } + } + } + } write (2, " caught ... exiting\n", 20); - /* reset action to default action and raise signal again */ + /* Reset action to default action and raise signal again */ init_one_signal (sig, SIG_DFL, 0); - /* fixme: remove_lockfiles ();*/ + /* Fixme: remove_lockfiles ();*/ #ifdef __riscos__ close_fds (); #endif /* __riscos__ */ Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gnupg2.spec 11 May 2005 12:32:22 -0000 1.9 +++ gnupg2.spec 13 May 2005 13:10:18 -0000 1.10 @@ -1,7 +1,7 @@ Summary: GNU utility for secure communication and data storage Name: gnupg2 Version: 1.9.16 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 @@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: gnupg-1.9.16-pth.patch -Patch1: gnupg-1.9.16-strsignal.patch +Patch1: gnupg-1.9.16-signal-info.patch Patch2: gnupg-1.9.16-testverbose.patch Obsoletes: newpg < 0.9.5 @@ -132,6 +132,9 @@ %changelog +* Fri May 13 2005 Michael Schwendt - 1.9.16-3 +- Include upstream's patch for signal.c. + * Tue May 10 2005 Michael Schwendt - 1.9.16-1 - Merge changes from Rex's 1.9.16-1 (Thu Apr 21): - opensc support unconditional --- gnupg-1.9.16-strsignal.patch DELETED --- From fedora-extras-commits at redhat.com Fri May 13 13:20:23 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 13 May 2005 09:20:23 -0400 Subject: common tobuild,1.442,1.443 Message-ID: <200505131320.j4DDKNc3021165@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21148 Modified Files: tobuild Log Message: request build of rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.442 retrieving revision 1.443 diff -u -r1.442 -r1.443 --- tobuild 13 May 2005 00:11:42 -0000 1.442 +++ tobuild 13 May 2005 13:20:21 -0000 1.443 @@ -5,3 +5,4 @@ mschwendt rpms/pth/devel pth-2_0_4-3 devel jpo rpms/swatch/devel swatch-3_1_1-3_fc4 devel jwboyer rpms/gtranslator/devel gtranslator-1_1_6-1 devel +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel From fedora-extras-commits at redhat.com Fri May 13 14:32:35 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:32:35 -0400 Subject: rpms/loudmouth import.log,1.2,1.3 Message-ID: <200505131432.j4DEWZv6022366@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22335 Modified Files: import.log Log Message: auto-import loudmouth-0.90-1 on branch devel from loudmouth-0.90-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/loudmouth/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 5 May 2005 13:45:50 -0000 1.2 +++ import.log 13 May 2005 14:32:33 -0000 1.3 @@ -1 +1,2 @@ loudmouth-0_17_2-2:HEAD:loudmouth-0.17.2-2.src.rpm:1115300746 +loudmouth-0_90-1:HEAD:loudmouth-0.90-1.src.rpm:1115994744 From fedora-extras-commits at redhat.com Fri May 13 14:32:35 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:32:35 -0400 Subject: rpms/loudmouth/devel .cvsignore, 1.2, 1.3 loudmouth.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200505131432.j4DEWZdC022374@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22335/devel Modified Files: .cvsignore loudmouth.spec sources Log Message: auto-import loudmouth-0.90-1 on branch devel from loudmouth-0.90-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/loudmouth/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 May 2005 13:45:51 -0000 1.2 +++ .cvsignore 13 May 2005 14:32:33 -0000 1.3 @@ -1 +1 @@ -loudmouth-0.17.2.tar.bz2 +loudmouth-0.90.tar.bz2 Index: loudmouth.spec =================================================================== RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- loudmouth.spec 5 May 2005 15:04:00 -0000 1.2 +++ loudmouth.spec 13 May 2005 14:32:33 -0000 1.3 @@ -1,14 +1,14 @@ %define with_ssl 1 Name: loudmouth -Version: 0.17.2 -Release: 3 +Version: 0.90 +Release: 1 Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries License: LGPL URL: http://www.imendio.com/projects/loudmouth -Source0: http://ftp.gnome.org/pub/GNOME/sources/loudmouth/0.17/%{name}-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel >= 2.4.0 @@ -85,6 +85,9 @@ %changelog +* Fri May 13 2005 Brian Pepple - 0.90-1 +- Update to 0.9. + * Thu May 5 2005 Brian Pepple - 0.17.2-3 - Adde glib2-devel requires. Index: sources =================================================================== RCS file: /cvs/extras/rpms/loudmouth/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 May 2005 13:45:51 -0000 1.2 +++ sources 13 May 2005 14:32:33 -0000 1.3 @@ -1 +1 @@ -db5dd069f3c7de18d5347ebaaee4ad61 loudmouth-0.17.2.tar.bz2 +8d1cc61764bf05cdb86ba2659df30069 loudmouth-0.90.tar.bz2 From fedora-extras-commits at redhat.com Fri May 13 14:35:39 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:35:39 -0400 Subject: rpms/loudmouth/FC-3 .cvsignore, 1.2, 1.3 loudmouth.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200505131435.j4DEZdXW022441@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22420 Modified Files: .cvsignore loudmouth.spec sources Log Message: Update to 0.9 Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/loudmouth/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 5 May 2005 13:45:51 -0000 1.2 +++ .cvsignore 13 May 2005 14:35:37 -0000 1.3 @@ -1 +1 @@ -loudmouth-0.17.2.tar.bz2 +loudmouth-0.90.tar.bz2 Index: loudmouth.spec =================================================================== RCS file: /cvs/extras/rpms/loudmouth/FC-3/loudmouth.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- loudmouth.spec 5 May 2005 15:04:00 -0000 1.2 +++ loudmouth.spec 13 May 2005 14:35:37 -0000 1.3 @@ -1,14 +1,14 @@ %define with_ssl 1 Name: loudmouth -Version: 0.17.2 -Release: 3 +Version: 0.90 +Release: 1 Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries License: LGPL URL: http://www.imendio.com/projects/loudmouth -Source0: http://ftp.gnome.org/pub/GNOME/sources/loudmouth/0.17/%{name}-%{version}.tar.bz2 +Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel >= 2.4.0 @@ -85,6 +85,9 @@ %changelog +* Fri May 13 2005 Brian Pepple - 0.90-1 +- Update to 0.9. + * Thu May 5 2005 Brian Pepple - 0.17.2-3 - Adde glib2-devel requires. Index: sources =================================================================== RCS file: /cvs/extras/rpms/loudmouth/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 5 May 2005 13:45:51 -0000 1.2 +++ sources 13 May 2005 14:35:37 -0000 1.3 @@ -1 +1 @@ -db5dd069f3c7de18d5347ebaaee4ad61 loudmouth-0.17.2.tar.bz2 +8d1cc61764bf05cdb86ba2659df30069 loudmouth-0.90.tar.bz2 From fedora-extras-commits at redhat.com Fri May 13 14:40:57 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:40:57 -0400 Subject: rpms/loudmouth/FC-3 loudmouth.spec,1.3,1.4 Message-ID: <200505131440.j4DEevjh022491@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22462/FC-3 Modified Files: loudmouth.spec Log Message: Add dist tags Index: loudmouth.spec =================================================================== RCS file: /cvs/extras/rpms/loudmouth/FC-3/loudmouth.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- loudmouth.spec 13 May 2005 14:35:37 -0000 1.3 +++ loudmouth.spec 13 May 2005 14:40:54 -0000 1.4 @@ -2,7 +2,7 @@ Name: loudmouth Version: 0.90 -Release: 1 +Release: 2%{?dist} Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries @@ -85,6 +85,9 @@ %changelog +* Fri May 13 2005 Brian Pepple - 0.90-2 +- Add dist tag. + * Fri May 13 2005 Brian Pepple - 0.90-1 - Update to 0.9. From fedora-extras-commits at redhat.com Fri May 13 14:40:57 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:40:57 -0400 Subject: rpms/loudmouth/devel loudmouth.spec,1.3,1.4 Message-ID: <200505131441.j4DEevT8022497@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/loudmouth/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22462/devel Modified Files: loudmouth.spec Log Message: Add dist tags Index: loudmouth.spec =================================================================== RCS file: /cvs/extras/rpms/loudmouth/devel/loudmouth.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- loudmouth.spec 13 May 2005 14:32:33 -0000 1.3 +++ loudmouth.spec 13 May 2005 14:40:55 -0000 1.4 @@ -2,7 +2,7 @@ Name: loudmouth Version: 0.90 -Release: 1 +Release: 2%{?dist} Summary: Loudmouth is a Jabber programming library written in C Group: System Environment/Libraries @@ -24,7 +24,7 @@ Loudmouth is a lightweight and easy-to-use C library for programming with the Jabber protocol. It's designed to be easy to get started with and yet extensible to let you do anything the Jabber protocol allows. - +7%{?dist} %package devel Summary: Development files for Loudmouth @@ -85,6 +85,9 @@ %changelog +* Fri May 13 2005 Brian Pepple - 0.90-2 +- Add dist tag. + * Fri May 13 2005 Brian Pepple - 0.90-1 - Update to 0.9. From fedora-extras-commits at redhat.com Fri May 13 14:43:33 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:43:33 -0400 Subject: common tobuild,1.443,1.444 Message-ID: <200505131443.j4DEhXLr022588@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22571 Modified Files: tobuild Log Message: request build of rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.443 retrieving revision 1.444 diff -u -r1.443 -r1.444 --- tobuild 13 May 2005 13:20:21 -0000 1.443 +++ tobuild 13 May 2005 14:43:31 -0000 1.444 @@ -6,3 +6,4 @@ jpo rpms/swatch/devel swatch-3_1_1-3_fc4 devel jwboyer rpms/gtranslator/devel gtranslator-1_1_6-1 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel +bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 From fedora-extras-commits at redhat.com Fri May 13 14:43:57 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 10:43:57 -0400 Subject: common tobuild,1.444,1.445 Message-ID: <200505131443.j4DEhvgb022616@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22599 Modified Files: tobuild Log Message: request build of rpms/loudmouth/devel loudmouth-0_90-2_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.444 retrieving revision 1.445 diff -u -r1.444 -r1.445 --- tobuild 13 May 2005 14:43:31 -0000 1.444 +++ tobuild 13 May 2005 14:43:55 -0000 1.445 @@ -7,3 +7,4 @@ jwboyer rpms/gtranslator/devel gtranslator-1_1_6-1 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 +bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development From fedora-extras-commits at redhat.com Fri May 13 15:20:31 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Fri, 13 May 2005 11:20:31 -0400 Subject: common tobuild,1.445,1.446 Message-ID: <200505131520.j4DFKV5E023615@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23598 Modified Files: tobuild Log Message: request build of rpms/blacs/FC-3 blacs-1_1-8_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.445 retrieving revision 1.446 diff -u -r1.445 -r1.446 --- tobuild 13 May 2005 14:43:55 -0000 1.445 +++ tobuild 13 May 2005 15:20:29 -0000 1.446 @@ -8,3 +8,4 @@ mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development +spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 From fedora-extras-commits at redhat.com Fri May 13 15:57:22 2005 From: fedora-extras-commits at redhat.com (Bill Nottingham (notting)) Date: Fri, 13 May 2005 11:57:22 -0400 Subject: web/html/download/mirrors fedora-core-1, 1.1.1.1, 1.2 fedora-core-2, 1.1.1.1, 1.2 fedora-core-3, 1.3, 1.4 fedora-core-3.pl, 1.1.1.1, 1.2 updates-released-fc1, 1.1.1.1, 1.2 updates-released-fc2, 1.1.1.1, 1.2 updates-released-fc3, 1.3, 1.4 updates-released-fc3.pl, 1.1.1.1, 1.2 updates-testing-fc1, 1.1.1.1, 1.2 updates-testing-fc2, 1.1.1.1, 1.2 updates-testing-fc3, 1.3, 1.4 updates-testing-fc3.pl, 1.1.1.1, 1.2 Message-ID: <200505131557.j4DFvMDN023713@cvs-int.fedora.redhat.com> Author: notting Update of /cvs/fedora/web/html/download/mirrors In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23699 Modified Files: fedora-core-1 fedora-core-2 fedora-core-3 fedora-core-3.pl updates-released-fc1 updates-released-fc2 updates-released-fc3 updates-released-fc3.pl updates-testing-fc1 updates-testing-fc2 updates-testing-fc3 updates-testing-fc3.pl Log Message: add a polish mirror Index: fedora-core-1 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/fedora-core-1,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fedora-core-1 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ fedora-core-1 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/1/$ARCH/os/ http://mirrors.kernel.org/fedora/core/1/$ARCH/os/ http://sunsite.mff.cuni.cz/pub/fedora/1/$ARCH/os/ +http://ftp.ps.pl/pub/linux/fedora-core/1/$ARCH/os/ Index: fedora-core-2 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/fedora-core-2,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fedora-core-2 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ fedora-core-2 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/2/$ARCH/os/ http://mirrors.kernel.org/fedora/core/2/$ARCH/os/ http://sunsite.mff.cuni.cz/pub/fedora/2/$ARCH/os/ +http://ftp.ps.pl/pub/linux/fedora-core/2/$ARCH/os/ Index: fedora-core-3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/fedora-core-3,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- fedora-core-3 11 May 2005 02:15:31 -0000 1.3 +++ fedora-core-3 13 May 2005 15:57:20 -0000 1.4 @@ -34,3 +34,4 @@ http://wftp.tu-chemnitz.de/pub/linux/fedora-core/3/$ARCH/os/ http://www.las.ic.unicamp.br/pub/fedora/linux/core/3/$ARCH/os/ http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/core/3/$ARCH/os +http://ftp.ps.pl/pub/linux/fedora-core/3/$ARCH/os/ Index: fedora-core-3.pl =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/fedora-core-3.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- fedora-core-3.pl 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ fedora-core-3.pl 13 May 2005 15:57:20 -0000 1.2 @@ -1 +1,2 @@ http://sunsite.icm.edu.pl/pub/Linux/fedora/linux/core/3/$ARCH/os/ +http://ftp.ps.pl/pub/linux/fedora-core/3/$ARCH/os/ Index: updates-released-fc1 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-released-fc1,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-released-fc1 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-released-fc1 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/1/$ARCH/ http://mirrors.kernel.org/fedora/core/updates/1/$ARCH/ http://sunsite.mff.cuni.cz/pub/fedora/updates/1/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/1/$ARCH/ Index: updates-released-fc2 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-released-fc2,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-released-fc2 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-released-fc2 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/2/$ARCH/ http://mirrors.kernel.org/fedora/core/updates/2/$ARCH/ http://sunsite.mff.cuni.cz/pub/fedora/updates/2/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/2/$ARCH/ Index: updates-released-fc3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-released-fc3,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- updates-released-fc3 11 May 2005 02:15:31 -0000 1.3 +++ updates-released-fc3 13 May 2005 15:57:20 -0000 1.4 @@ -34,3 +34,4 @@ http://wftp.tu-chemnitz.de/pub/linux/fedora-core/updates/3/$ARCH/ http://www.las.ic.unicamp.br/pub/fedora/linux/core/updates/3/$ARCH http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/core/updates/3/$ARCH +http://ftp.ps.pl/pub/linux/fedora-updates/3/$ARCH/ Index: updates-released-fc3.pl =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-released-fc3.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-released-fc3.pl 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-released-fc3.pl 13 May 2005 15:57:20 -0000 1.2 @@ -1 +1,2 @@ http://sunsite.icm.edu.pl/pub/Linux/fedora/linux/core/updates/3/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/3/$ARCH/ Index: updates-testing-fc1 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-testing-fc1,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-testing-fc1 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-testing-fc1 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/testing/1/$ARCH/ http://mirrors.kernel.org/fedora/core/updates/testing/1/$ARCH/ http://sunsite.mff.cuni.cz/pub/fedora/updates/testing/1/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/testing/1// Index: updates-testing-fc2 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-testing-fc2,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-testing-fc2 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-testing-fc2 13 May 2005 15:57:20 -0000 1.2 @@ -5,3 +5,4 @@ http://ftp.dulug.duke.edu/pub/fedora/linux/core/updates/testing/2/$ARCH/ http://mirrors.kernel.org/fedora/core/updates/testing/2/$ARCH/ http://sunsite.mff.cuni.cz/pub/fedora/updates/testing/2/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/testing/2// Index: updates-testing-fc3 =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-testing-fc3,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- updates-testing-fc3 11 May 2005 02:15:31 -0000 1.3 +++ updates-testing-fc3 13 May 2005 15:57:20 -0000 1.4 @@ -34,3 +34,4 @@ http://wftp.tu-chemnitz.de/pub/linux/fedora-core/updates/testing/3/$ARCH http://www.las.ic.unicamp.br/pub/fedora/linux/core/updates/testing/3/$ARCH http://www.mirrorservice.org/sites/download.fedora.redhat.com/pub/fedora/linux/core/updates/testing/3/$ARCH +http://ftp.ps.pl/pub/linux/fedora-updates/testing/3/$ARCH/ Index: updates-testing-fc3.pl =================================================================== RCS file: /cvs/fedora/web/html/download/mirrors/updates-testing-fc3.pl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- updates-testing-fc3.pl 30 Mar 2005 17:47:23 -0000 1.1.1.1 +++ updates-testing-fc3.pl 13 May 2005 15:57:20 -0000 1.2 @@ -1 +1,2 @@ http://sunsite.icm.edu.pl/pub/Linux/fedora/linux/core/updates/testing/3/$ARCH/ +http://ftp.ps.pl/pub/linux/fedora-updates/testing/3/$ARCH/ From fedora-extras-commits at redhat.com Fri May 13 16:51:16 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 12:51:16 -0400 Subject: rpms/gossip import.log,1.2,1.3 Message-ID: <200505131651.j4DGpGEh024795@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24766 Modified Files: import.log Log Message: auto-import gossip-0.8-4 on branch devel from gossip-0.8-4.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/gossip/import.log,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- import.log 6 May 2005 16:12:39 -0000 1.2 +++ import.log 13 May 2005 16:51:14 -0000 1.3 @@ -1 +1,2 @@ gossip-0_8-3:HEAD:gossip-0.8-3.src.rpm:1115395956 +gossip-0_8-4:HEAD:gossip-0.8-4.src.rpm:1116003071 From fedora-extras-commits at redhat.com Fri May 13 16:51:17 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 12:51:17 -0400 Subject: rpms/gossip/devel gossip.spec,1.1,1.2 Message-ID: <200505131651.j4DGpHgg024801@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/rpms/gossip/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24766/devel Modified Files: gossip.spec Log Message: auto-import gossip-0.8-4 on branch devel from gossip-0.8-4.src.rpm Index: gossip.spec =================================================================== RCS file: /cvs/extras/rpms/gossip/devel/gossip.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- gossip.spec 6 May 2005 16:12:39 -0000 1.1 +++ gossip.spec 13 May 2005 16:51:14 -0000 1.2 @@ -2,7 +2,7 @@ Name: gossip Version: 0.8 -Release: 3 +Release: 4%{?dist} Summary: Gnome Jabber Client Group: Applications/Communications @@ -95,6 +95,9 @@ %changelog +* Fri May 13 2005 Brian Pepple - 0.8-4 +- Add dist tag. + * Fri May 6 2005 Brian Pepple - 0.8-3 - Add ownership for unclaimed directories. - Disable dbus support due to api changes, and since it is experimental in Gossip anyway. From fedora-extras-commits at redhat.com Fri May 13 16:53:31 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 12:53:31 -0400 Subject: common tobuild,1.446,1.447 Message-ID: <200505131653.j4DGrVQH024868@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24851 Modified Files: tobuild Log Message: request build of rpms/gossip/devel gossip-0_8-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.446 retrieving revision 1.447 diff -u -r1.446 -r1.447 --- tobuild 13 May 2005 15:20:29 -0000 1.446 +++ tobuild 13 May 2005 16:53:29 -0000 1.447 @@ -9,3 +9,4 @@ bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 +bpepple rpms/gossip/devel gossip-0_8-4_fc4 development From fedora-extras-commits at redhat.com Fri May 13 16:53:50 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 12:53:50 -0400 Subject: common tobuild,1.447,1.448 Message-ID: <200505131653.j4DGro5T024896@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24879 Modified Files: tobuild Log Message: request build of rpms/gossip/FC-3 gossip-0_8-3 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.447 retrieving revision 1.448 diff -u -r1.447 -r1.448 --- tobuild 13 May 2005 16:53:29 -0000 1.447 +++ tobuild 13 May 2005 16:53:48 -0000 1.448 @@ -10,3 +10,4 @@ bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development +bpepple rpms/gossip/FC-3 gossip-0_8-3 FC3 From fedora-extras-commits at redhat.com Fri May 13 17:00:16 2005 From: fedora-extras-commits at redhat.com (Brian Pepple (bpepple)) Date: Fri, 13 May 2005 13:00:16 -0400 Subject: common tobuild,1.448,1.449 Message-ID: <200505131700.j4DH0GOs024988@cvs-int.fedora.redhat.com> Author: bpepple Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24968 Modified Files: tobuild Log Message: request build of rpms/gossip/devel gossip-0_8-4_fc4 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.448 retrieving revision 1.449 diff -u -r1.448 -r1.449 --- tobuild 13 May 2005 16:53:48 -0000 1.448 +++ tobuild 13 May 2005 17:00:14 -0000 1.449 @@ -11,3 +11,4 @@ spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development bpepple rpms/gossip/FC-3 gossip-0_8-3 FC3 +bpepple rpms/gossip/devel gossip-0_8-4_fc4 development From fedora-extras-commits at redhat.com Fri May 13 18:01:23 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 13 May 2005 14:01:23 -0400 Subject: rpms/gnupg2/devel gnupg2.spec,1.10,1.11 Message-ID: <200505131801.j4DI1NTN026997@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/gnupg2/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26980 Modified Files: gnupg2.spec Log Message: bump for another build request, because of previous 404 Not Found error in x86_64 build system Index: gnupg2.spec =================================================================== RCS file: /cvs/extras/rpms/gnupg2/devel/gnupg2.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- gnupg2.spec 13 May 2005 13:10:18 -0000 1.10 +++ gnupg2.spec 13 May 2005 18:01:21 -0000 1.11 @@ -1,7 +1,7 @@ Summary: GNU utility for secure communication and data storage Name: gnupg2 Version: 1.9.16 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL Group: Applications/System Source0: ftp://ftp.gnupg.org/gcrypt/alpha/gnupg/gnupg-%{version}.tar.bz2 From fedora-extras-commits at redhat.com Fri May 13 18:01:50 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Fri, 13 May 2005 14:01:50 -0400 Subject: common tobuild,1.449,1.450 Message-ID: <200505131801.j4DI1oiN027054@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27037 Modified Files: tobuild Log Message: request build of rpms/gnupg2/devel gnupg2-1_9_16-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.449 retrieving revision 1.450 diff -u -r1.449 -r1.450 --- tobuild 13 May 2005 17:00:14 -0000 1.449 +++ tobuild 13 May 2005 18:01:48 -0000 1.450 @@ -12,3 +12,4 @@ bpepple rpms/gossip/devel gossip-0_8-4_fc4 development bpepple rpms/gossip/FC-3 gossip-0_8-3 FC3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development +mschwendt rpms/gnupg2/devel gnupg2-1_9_16-4_fc4 devel From fedora-extras-commits at redhat.com Fri May 13 21:29:21 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Fri, 13 May 2005 17:29:21 -0400 Subject: devel/blender .cvsignore, 1.4, 1.5 blender.spec, 1.8, 1.9 sources, 1.4, 1.5 Message-ID: <200505132129.j4DLTM6H030783@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/devel/blender In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30762 Modified Files: .cvsignore blender.spec sources Log Message: * Fri May 13 2005 Toshio Kuratomi - Update to 2.36. - Rebuild with new gcc4. Index: .cvsignore =================================================================== RCS file: /cvs/extras/devel/blender/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 25 Nov 2004 16:49:43 -0000 1.4 +++ .cvsignore 13 May 2005 21:29:19 -0000 1.5 @@ -1 +1 @@ -blender-2.35.tar.bz2 +blender-2.36.tar.gz Index: blender.spec =================================================================== RCS file: /cvs/extras/devel/blender/blender.spec,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- blender.spec 6 Apr 2005 22:11:12 -0000 1.8 +++ blender.spec 13 May 2005 21:29:19 -0000 1.9 @@ -1,13 +1,13 @@ Name: blender -Version: 2.35 -Release: 2 +Version: 2.36 +Release: 1 Summary: 3D modeling, animation, rendering and post-production Group: Applications/Multimedia License: GPL URL: http://www.blender.org -Source0: http://download.blender.org/source/blender-2.35.tar.bz2 +Source0: http://download.blender.org/source/blender-2.36.tar.gz Source1: http://bane.servebeer.com/programming/blender/import-3ds-0.7.py Source2: http://bane.servebeer.com/programming/blender/export-3ds-0.71.py Source3: blender.png @@ -44,7 +44,7 @@ %prep -%setup -q +%setup -q -n %{name} %build @@ -92,6 +92,10 @@ %changelog +* Fri May 13 2005 Toshio Kuratomi 2.36-1 +- Update to 2.36. +- Rebuild with new gcc4. + * Fri Apr 7 2005 Michael Schwendt - rebuilt Index: sources =================================================================== RCS file: /cvs/extras/devel/blender/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 25 Nov 2004 16:49:43 -0000 1.4 +++ sources 13 May 2005 21:29:19 -0000 1.5 @@ -1 +1 @@ -d451bb3047a9c2fe785c0b91f9769717 blender-2.35.tar.bz2 +8e2237c86b12e6061935632495aec875 blender-2.36.tar.gz From fedora-extras-commits at redhat.com Sat May 14 01:40:25 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 21:40:25 -0400 Subject: rpms/perl-Module-CoreList/devel perl-Module-CoreList.spec,1.6,1.7 Message-ID: <200505140140.j4E1eP3K003105@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Module-CoreList/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3088 Modified Files: perl-Module-CoreList.spec Log Message: Add dist tag. Index: perl-Module-CoreList.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Module-CoreList/devel/perl-Module-CoreList.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- perl-Module-CoreList.spec 24 Apr 2005 18:53:25 -0000 1.6 +++ perl-Module-CoreList.spec 14 May 2005 01:40:23 -0000 1.7 @@ -1,7 +1,6 @@ Name: perl-Module-CoreList Version: 2.01 -Release: 2 - +Release: 3%{?dist} Summary: Perl core modules indexed by perl versions Group: Development/Libraries @@ -58,6 +57,9 @@ %changelog +* Sat May 14 2005 Jose Pedro Oliveira - 2.01-3 +- Add dist tag. + * Sun Apr 24 2005 Jose Pedro Oliveira - 2.01-2 - Update to 2.01. From fedora-extras-commits at redhat.com Sat May 14 01:43:06 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 21:43:06 -0400 Subject: common tobuild,1.450,1.451 Message-ID: <200505140143.j4E1h6h4003167@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3150 Modified Files: tobuild Log Message: request build of rpms/perl-Module-CoreList/devel perl-Module-CoreList-2_01-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.450 retrieving revision 1.451 diff -u -r1.450 -r1.451 --- tobuild 13 May 2005 18:01:48 -0000 1.450 +++ tobuild 14 May 2005 01:43:04 -0000 1.451 @@ -13,3 +13,4 @@ bpepple rpms/gossip/FC-3 gossip-0_8-3 FC3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development mschwendt rpms/gnupg2/devel gnupg2-1_9_16-4_fc4 devel +jpo rpms/perl-Module-CoreList/devel perl-Module-CoreList-2_01-3_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 01:54:18 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 21:54:18 -0400 Subject: rpms/pdfjam/devel pdfjam.spec,1.2,1.3 Message-ID: <200505140154.j4E1sIEg003235@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/pdfjam/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3218 Modified Files: pdfjam.spec Log Message: Add dist tag. Index: pdfjam.spec =================================================================== RCS file: /cvs/extras/rpms/pdfjam/devel/pdfjam.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- pdfjam.spec 6 Apr 2005 22:12:43 -0000 1.2 +++ pdfjam.spec 14 May 2005 01:54:16 -0000 1.3 @@ -1,7 +1,6 @@ Name: pdfjam Version: 1.20 -Release: 2 - +Release: 3%{?dist} Summary: Utilities for join, rotate and align PDFs Group: Applications/Publishing @@ -59,7 +58,10 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Sat May 14 2005 Jose Pedro Oliveira - 1.20-3 +- Add dist tag. + +* Fri Apr 7 2005 Michael Schwendt - 1.20-2 - rebuilt * Thu Feb 24 2005 Jose Pedro Oliveira - 1.20-1 From fedora-extras-commits at redhat.com Sat May 14 01:55:09 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 21:55:09 -0400 Subject: common tobuild,1.451,1.452 Message-ID: <200505140155.j4E1t950003300@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3283 Modified Files: tobuild Log Message: request build of rpms/pdfjam/devel pdfjam-1_20-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.451 retrieving revision 1.452 diff -u -r1.451 -r1.452 --- tobuild 14 May 2005 01:43:04 -0000 1.451 +++ tobuild 14 May 2005 01:55:06 -0000 1.452 @@ -14,3 +14,4 @@ bpepple rpms/gossip/devel gossip-0_8-4_fc4 development mschwendt rpms/gnupg2/devel gnupg2-1_9_16-4_fc4 devel jpo rpms/perl-Module-CoreList/devel perl-Module-CoreList-2_01-3_fc4 devel +jpo rpms/pdfjam/devel pdfjam-1_20-3_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 02:12:46 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:12:46 -0400 Subject: rpms/perl-Authen-SASL/devel perl-Authen-SASL.spec,1.3,1.4 Message-ID: <200505140212.j4E2CkNe004330@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Authen-SASL/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4313 Modified Files: perl-Authen-SASL.spec Log Message: Add dist tag. Index: perl-Authen-SASL.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Authen-SASL/devel/perl-Authen-SASL.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- perl-Authen-SASL.spec 26 Apr 2005 17:14:22 -0000 1.3 +++ perl-Authen-SASL.spec 14 May 2005 02:12:44 -0000 1.4 @@ -1,6 +1,6 @@ Name: perl-Authen-SASL Version: 2.09 -Release: 2 +Release: 3%{?dist} Summary: SASL Authentication framework for Perl Group: Development/Libraries @@ -52,6 +52,9 @@ %changelog +* Sat May 14 2005 Jose Pedro Oliveira - 2.09-3 +- Add dist tag. + * Tue Apr 26 2005 Jose Pedro Oliveira - 2.09-2 - Update to 2.09. From fedora-extras-commits at redhat.com Sat May 14 02:13:12 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:13:12 -0400 Subject: common tobuild,1.452,1.453 Message-ID: <200505140213.j4E2DCuK004387@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4370 Modified Files: tobuild Log Message: request build of rpms/perl-Authen-SASL/devel perl-Authen-SASL-2_09-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.452 retrieving revision 1.453 diff -u -r1.452 -r1.453 --- tobuild 14 May 2005 01:55:06 -0000 1.452 +++ tobuild 14 May 2005 02:13:10 -0000 1.453 @@ -15,3 +15,4 @@ mschwendt rpms/gnupg2/devel gnupg2-1_9_16-4_fc4 devel jpo rpms/perl-Module-CoreList/devel perl-Module-CoreList-2_01-3_fc4 devel jpo rpms/pdfjam/devel pdfjam-1_20-3_fc4 devel +jpo rpms/perl-Authen-SASL/devel perl-Authen-SASL-2_09-3_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 02:14:47 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:14:47 -0400 Subject: rpms/perl-Config-IniFiles/devel perl-Config-IniFiles.spec,1.4,1.5 Message-ID: <200505140214.j4E2ElDa004415@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Config-IniFiles/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4398 Modified Files: perl-Config-IniFiles.spec Log Message: Add dist tag. Index: perl-Config-IniFiles.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Config-IniFiles/devel/perl-Config-IniFiles.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Config-IniFiles.spec 2 May 2005 19:05:39 -0000 1.4 +++ perl-Config-IniFiles.spec 14 May 2005 02:14:45 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Config-IniFiles Version: 2.39 -Release: 2 +Release: 3%{?dist} Summary: A module for reading .ini-style configuration files Group: Development/Libraries @@ -54,6 +54,9 @@ %changelog +* Sat May 14 2005 Jose Pedro Oliveira - 2.39-3 +- Add dist tag. + * Fri Apr 29 2005 Jose Pedro Oliveira - 2.39-2 - Update to 2.39. From fedora-extras-commits at redhat.com Sat May 14 02:15:19 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:15:19 -0400 Subject: common tobuild,1.453,1.454 Message-ID: <200505140215.j4E2FJVP004474@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4457 Modified Files: tobuild Log Message: request build of rpms/perl-Config-IniFiles/devel perl-Config-IniFiles-2_39-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.453 retrieving revision 1.454 diff -u -r1.453 -r1.454 --- tobuild 14 May 2005 02:13:10 -0000 1.453 +++ tobuild 14 May 2005 02:15:16 -0000 1.454 @@ -16,3 +16,4 @@ jpo rpms/perl-Module-CoreList/devel perl-Module-CoreList-2_01-3_fc4 devel jpo rpms/pdfjam/devel pdfjam-1_20-3_fc4 devel jpo rpms/perl-Authen-SASL/devel perl-Authen-SASL-2_09-3_fc4 devel +jpo rpms/perl-Config-IniFiles/devel perl-Config-IniFiles-2_39-3_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 02:16:41 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:16:41 -0400 Subject: rpms/perl-Devel-Cycle/devel perl-Devel-Cycle.spec,1.4,1.5 Message-ID: <200505140216.j4E2GfBl004520@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Devel-Cycle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4503 Modified Files: perl-Devel-Cycle.spec Log Message: Add dist tag. Index: perl-Devel-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Devel-Cycle/devel/perl-Devel-Cycle.spec,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- perl-Devel-Cycle.spec 2 May 2005 18:51:33 -0000 1.4 +++ perl-Devel-Cycle.spec 14 May 2005 02:16:39 -0000 1.5 @@ -1,6 +1,6 @@ Name: perl-Devel-Cycle Version: 1.04 -Release: 2 +Release: 3%{?dist} Summary: Find memory cycles in objects Group: Development/Libraries @@ -52,6 +52,9 @@ %changelog +* Sat May 14 2005 Jose Pedro Oliveira - 1.04-3 +- Add dist tag. + * Mon May 02 2005 Jose Pedro Oliveira - 1.04-2 - Update to 1.04. From fedora-extras-commits at redhat.com Sat May 14 02:18:18 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:18:18 -0400 Subject: common tobuild,1.454,1.455 Message-ID: <200505140218.j4E2IIgJ004583@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4566 Modified Files: tobuild Log Message: request build of rpms/perl-Devel-Cycle/devel perl-Devel-Cycle-1_04-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.454 retrieving revision 1.455 diff -u -r1.454 -r1.455 --- tobuild 14 May 2005 02:15:16 -0000 1.454 +++ tobuild 14 May 2005 02:18:16 -0000 1.455 @@ -17,3 +17,4 @@ jpo rpms/pdfjam/devel pdfjam-1_20-3_fc4 devel jpo rpms/perl-Authen-SASL/devel perl-Authen-SASL-2_09-3_fc4 devel jpo rpms/perl-Config-IniFiles/devel perl-Config-IniFiles-2_39-3_fc4 devel +jpo rpms/perl-Devel-Cycle/devel perl-Devel-Cycle-1_04-3_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 02:20:12 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:20:12 -0400 Subject: rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle.spec, 1.2, 1.3 Message-ID: <200505140220.j4E2KCB0004616@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/rpms/perl-Test-Memory-Cycle/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4599 Modified Files: perl-Test-Memory-Cycle.spec Log Message: Add dist tag. Index: perl-Test-Memory-Cycle.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Test-Memory-Cycle/devel/perl-Test-Memory-Cycle.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- perl-Test-Memory-Cycle.spec 22 Apr 2005 10:49:56 -0000 1.2 +++ perl-Test-Memory-Cycle.spec 14 May 2005 02:20:10 -0000 1.3 @@ -1,6 +1,6 @@ Name: perl-Test-Memory-Cycle Version: 1.00 -Release: 3 +Release: 4%{?dist} Summary: Check for memory leaks and circular memory references Group: Development/Libraries @@ -57,6 +57,9 @@ %changelog +* Sat May 14 2005 Jose Pedro Oliveira - 1.00-4 +- Add dist tag. + * Fri Apr 22 2005 Jose Pedro Oliveira - 1.00-3 - Fedora Extras: FC-4 version. From fedora-extras-commits at redhat.com Sat May 14 02:20:48 2005 From: fedora-extras-commits at redhat.com (Jose Pedro Oliveira (jpo)) Date: Fri, 13 May 2005 22:20:48 -0400 Subject: common tobuild,1.455,1.456 Message-ID: <200505140220.j4E2Kmcu004673@cvs-int.fedora.redhat.com> Author: jpo Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4656 Modified Files: tobuild Log Message: request build of rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle-1_00-4_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.455 retrieving revision 1.456 diff -u -r1.455 -r1.456 --- tobuild 14 May 2005 02:18:16 -0000 1.455 +++ tobuild 14 May 2005 02:20:46 -0000 1.456 @@ -18,3 +18,4 @@ jpo rpms/perl-Authen-SASL/devel perl-Authen-SASL-2_09-3_fc4 devel jpo rpms/perl-Config-IniFiles/devel perl-Config-IniFiles-2_39-3_fc4 devel jpo rpms/perl-Devel-Cycle/devel perl-Devel-Cycle-1_04-3_fc4 devel +jpo rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle-1_00-4_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 03:41:16 2005 From: fedora-extras-commits at redhat.com (Joshua W. Boyer (jwboyer)) Date: Fri, 13 May 2005 23:41:16 -0400 Subject: common tobuild,1.456,1.457 Message-ID: <200505140341.j4E3fGPd005799@cvs-int.fedora.redhat.com> Author: jwboyer Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5782 Modified Files: tobuild Log Message: Cleanup Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.456 retrieving revision 1.457 diff -u -r1.456 -r1.457 --- tobuild 14 May 2005 02:20:46 -0000 1.456 +++ tobuild 14 May 2005 03:41:14 -0000 1.457 @@ -4,7 +4,6 @@ jpo rpms/perl-Test-Pod-Coverage/devel perl-Test-Pod-Coverage-1_06-3_fc4 devel mschwendt rpms/pth/devel pth-2_0_4-3 devel jpo rpms/swatch/devel swatch-3_1_1-3_fc4 devel -jwboyer rpms/gtranslator/devel gtranslator-1_1_6-1 devel mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development From fedora-extras-commits at redhat.com Sat May 14 08:56:14 2005 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sat, 14 May 2005 04:56:14 -0400 Subject: rpms/clamav/devel sources,1.6,1.7 clamav.spec,1.13,1.14 Message-ID: <200505140856.j4E8uEGi011690@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/rpms/clamav/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11671/devel Modified Files: sources clamav.spec Log Message: version 0.85 Index: sources =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/sources,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- sources 1 May 2005 11:03:39 -0000 1.6 +++ sources 14 May 2005 08:56:12 -0000 1.7 @@ -1,2 +1,2 @@ -4c89908cc3e8ea7684bbea4cfeae025a clamav-0.84.tar.gz.sig -c43213da01d510faf117daa9a4d5326c clamav-0.84.tar.gz +938952faec9f4deffe2c0f6772d64b97 clamav-0.85.tar.gz.sig +b6bf9b04d69b4e9cf917beca99d8169a clamav-0.85.tar.gz Index: clamav.spec =================================================================== RCS file: /cvs/extras/rpms/clamav/devel/clamav.spec,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- clamav.spec 1 May 2005 11:03:39 -0000 1.13 +++ clamav.spec 14 May 2005 08:56:12 -0000 1.14 @@ -21,8 +21,8 @@ Summary: End-user tools for the Clam Antivirus scanner Name: clamav -Version: 0.84 -Release: %release_func 0 +Version: 0.85 +Release: %release_func 1 License: GPL Group: Applications/File @@ -406,7 +406,10 @@ %endif # _without_milter %changelog -* Sun May 1 2005 Enrico Scholz - 0.84 +* Sat May 14 2005 Enrico Scholz - 0.85-0 +- updated to 0.85 + +* Sun May 1 2005 Enrico Scholz - 0.84-0 - updated to 0.84 * Fri Apr 7 2005 Michael Schwendt From fedora-extras-commits at redhat.com Sat May 14 12:45:58 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Sat, 14 May 2005 08:45:58 -0400 Subject: rpms/python-cherrypy/devel python-cherrypy.spec,1.3,1.4 Message-ID: <200505141246.j4ECkSq2016075@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/rpms/python-cherrypy/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16036/devel Modified Files: python-cherrypy.spec Log Message: - Updated FC-3 to 2.0.0 release as well. - Added dist tag to FC-3 and devel branch. Index: python-cherrypy.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/devel/python-cherrypy.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- python-cherrypy.spec 8 May 2005 09:09:59 -0000 1.3 +++ python-cherrypy.spec 14 May 2005 12:45:56 -0000 1.4 @@ -3,7 +3,7 @@ Name: python-cherrypy Version: 2.0.0 -Release: 1 +Release: 2%{?dist} Summary: A pythonic, object-oriented web development framework Group: Development/Libraries License: BSD @@ -59,6 +59,9 @@ %ghost %{python_sitelib}/cherrypy/lib/filter/*.pyo %changelog +* Sat May 14 2005 Gijs Hollestelle 2.0.0-2 +- Added dist tag + * Sun May 8 2005 Gijs Hollestelle 2.0.0-1 - Updated to 2.0.0 final - Updated python-cherrypy-tutorial-doc.patch to match new version From fedora-extras-commits at redhat.com Sat May 14 12:45:58 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Sat, 14 May 2005 08:45:58 -0400 Subject: rpms/python-cherrypy/FC-3 .cvsignore, 1.2, 1.3 python-cherrypy-tutorial-doc.patch, 1.1, 1.2 python-cherrypy.spec, 1.2, 1.3 sources, 1.2, 1.3 Message-ID: <200505141246.j4ECkTMb016081@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/rpms/python-cherrypy/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16036/FC-3 Modified Files: .cvsignore python-cherrypy-tutorial-doc.patch python-cherrypy.spec sources Log Message: - Updated FC-3 to 2.0.0 release as well. - Added dist tag to FC-3 and devel branch. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/FC-3/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 6 Apr 2005 09:53:01 -0000 1.2 +++ .cvsignore 14 May 2005 12:45:56 -0000 1.3 @@ -1 +1 @@ -CherryPy-2.0.0b.tar.gz +CherryPy-2.0.0.tar.gz python-cherrypy-tutorial-doc.patch: Index: python-cherrypy-tutorial-doc.patch =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/FC-3/python-cherrypy-tutorial-doc.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-cherrypy-tutorial-doc.patch 6 Apr 2005 09:53:01 -0000 1.1 +++ python-cherrypy-tutorial-doc.patch 14 May 2005 12:45:56 -0000 1.2 @@ -1,12 +1,11 @@ -# Do not build tutorial and test ---- CherryPy-2.0.0b/setup.py-orig 2005-03-20 20:16:11.392356672 +0100 -+++ CherryPy-2.0.0b/setup.py 2005-03-20 20:16:27.167958416 +0100 +--- CherryPy-2.0.0/setup.py-orig 2005-04-25 16:58:26.000000000 +0200 ++++ CherryPy-2.0.0/setup.py 2005-05-08 10:39:16.000000000 +0200 @@ -22,7 +22,7 @@ author_email="team at cherrypy.org", url="http://www.cherrypy.org", license="BSD", - packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter", "cherrypy.tutorial", "cherrypy.test"], + packages=["cherrypy", "cherrypy.lib", "cherrypy.lib.filter"], - download_url="http://trac.cherrypy.org/cgi-bin/trac.cgi/wiki/CherryPyDownload" + download_url="http://www.cherrypy.org/wiki/CherryPyDownload", ) Index: python-cherrypy.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/FC-3/python-cherrypy.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- python-cherrypy.spec 6 Apr 2005 12:00:22 -0000 1.2 +++ python-cherrypy.spec 14 May 2005 12:45:56 -0000 1.3 @@ -3,12 +3,12 @@ Name: python-cherrypy Version: 2.0.0 -Release: 0.2.b +Release: 2%{?dist} Summary: A pythonic, object-oriented web development framework Group: Development/Libraries License: BSD URL: http://www.cherrypy.org/ -Source0: http://dl.sf.net/cherrypy/CherryPy-2.0.0b.tar.gz +Source0: http://dl.sf.net/cherrypy/CherryPy-2.0.0.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: python-cherrypy-tutorial-doc.patch Patch1: python-cherrypy-regression-test.patch @@ -22,7 +22,7 @@ results in smaller source code developed in less time. %prep -%setup -q -n CherryPy-2.0.0b +%setup -q -n CherryPy-2.0.0 %patch0 -p1 %patch1 -p1 @@ -59,6 +59,13 @@ %ghost %{python_sitelib}/cherrypy/lib/filter/*.pyo %changelog +* Sat May 14 2005 Gijs Hollestelle 2.0.0-2 +- Added dist tag + +* Sat May 14 2005 Gijs Hollestelle 2.0.0-1 +- Updated to 2.0.0 final +- Updated python-cherrypy-tutorial-doc.patch to match new version + * Wed Apr 6 2005 Ignacio Vazquez-Abrams 2.0.0-0.2.b - Removed CFLAGS Index: sources =================================================================== RCS file: /cvs/extras/rpms/python-cherrypy/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 6 Apr 2005 09:53:01 -0000 1.2 +++ sources 14 May 2005 12:45:56 -0000 1.3 @@ -1 +1 @@ -1a7822256854f67ab1b3def7923d9920 CherryPy-2.0.0b.tar.gz +1e244a9728717199418f8a24a78a3a3e CherryPy-2.0.0.tar.gz From fedora-extras-commits at redhat.com Sat May 14 12:47:45 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Sat, 14 May 2005 08:47:45 -0400 Subject: common tobuild,1.457,1.458 Message-ID: <200505141247.j4ECljM5016146@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16123 Modified Files: tobuild Log Message: request build of rpms/python-cherrypy/devel python-cherrypy-2_0_0-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.457 retrieving revision 1.458 diff -u -r1.457 -r1.458 --- tobuild 14 May 2005 03:41:14 -0000 1.457 +++ tobuild 14 May 2005 12:47:43 -0000 1.458 @@ -18,3 +18,4 @@ jpo rpms/perl-Config-IniFiles/devel perl-Config-IniFiles-2_39-3_fc4 devel jpo rpms/perl-Devel-Cycle/devel perl-Devel-Cycle-1_04-3_fc4 devel jpo rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle-1_00-4_fc4 devel +gijs rpms/python-cherrypy/devel python-cherrypy-2_0_0-2_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 12:48:20 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Sat, 14 May 2005 08:48:20 -0400 Subject: common tobuild,1.458,1.459 Message-ID: <200505141248.j4ECmKrU016213@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16196 Modified Files: tobuild Log Message: request build of rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-2_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.458 retrieving revision 1.459 diff -u -r1.458 -r1.459 --- tobuild 14 May 2005 12:47:43 -0000 1.458 +++ tobuild 14 May 2005 12:48:18 -0000 1.459 @@ -19,3 +19,4 @@ jpo rpms/perl-Devel-Cycle/devel perl-Devel-Cycle-1_04-3_fc4 devel jpo rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle-1_00-4_fc4 devel gijs rpms/python-cherrypy/devel python-cherrypy-2_0_0-2_fc4 devel +gijs rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-2_fc3 fc3 From fedora-extras-commits at redhat.com Sat May 14 12:57:14 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Sat, 14 May 2005 08:57:14 -0400 Subject: common tobuild,1.459,1.460 Message-ID: <200505141257.j4ECvEp9016470@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16453 Modified Files: tobuild Log Message: request build of rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.459 retrieving revision 1.460 diff -u -r1.459 -r1.460 --- tobuild 14 May 2005 12:48:18 -0000 1.459 +++ tobuild 14 May 2005 12:57:12 -0000 1.460 @@ -20,3 +20,4 @@ jpo rpms/perl-Test-Memory-Cycle/devel perl-Test-Memory-Cycle-1_00-4_fc4 devel gijs rpms/python-cherrypy/devel python-cherrypy-2_0_0-2_fc4 devel gijs rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-2_fc3 fc3 +otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 14:25:58 2005 From: fedora-extras-commits at redhat.com (Enrico Scholz (ensc)) Date: Sat, 14 May 2005 10:25:58 -0400 Subject: common tobuild,1.460,1.461 Message-ID: <200505141426.j4EEQSJL018600@cvs-int.fedora.redhat.com> Author: ensc Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18580 Modified Files: tobuild Log Message: request build of rpms/clamav/devel clamav-0_85-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.460 retrieving revision 1.461 diff -u -r1.460 -r1.461 --- tobuild 14 May 2005 12:57:12 -0000 1.460 +++ tobuild 14 May 2005 14:25:56 -0000 1.461 @@ -21,3 +21,4 @@ gijs rpms/python-cherrypy/devel python-cherrypy-2_0_0-2_fc4 devel gijs rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-2_fc3 fc3 otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel +ensc rpms/clamav/devel clamav-0_85-1 devel From fedora-extras-commits at redhat.com Sat May 14 16:04:27 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sat, 14 May 2005 12:04:27 -0400 Subject: common tobuild,1.461,1.462 Message-ID: <200505141604.j4EG4ReI020801@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20784 Modified Files: tobuild Log Message: request build of rpms/blender/devel blender-2_36-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.461 retrieving revision 1.462 diff -u -r1.461 -r1.462 --- tobuild 14 May 2005 14:25:56 -0000 1.461 +++ tobuild 14 May 2005 16:04:25 -0000 1.462 @@ -22,3 +22,4 @@ gijs rpms/python-cherrypy/FC-3 python-cherrypy-2_0_0-2_fc3 fc3 otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel ensc rpms/clamav/devel clamav-0_85-1 devel +toshio rpms/blender/devel blender-2_36-1 development From fedora-extras-commits at redhat.com Sat May 14 21:09:19 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sat, 14 May 2005 17:09:19 -0400 Subject: common tobuild,1.462,1.463 Message-ID: <200505142109.j4EL9JIr026493@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26476 Modified Files: tobuild Log Message: request build of rpms/scalapack/FC-3 scalapack-1_7-6_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.462 retrieving revision 1.463 diff -u -r1.462 -r1.463 --- tobuild 14 May 2005 16:04:25 -0000 1.462 +++ tobuild 14 May 2005 21:09:17 -0000 1.463 @@ -23,3 +23,4 @@ otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel ensc rpms/clamav/devel clamav-0_85-1 devel toshio rpms/blender/devel blender-2_36-1 development +spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 From fedora-extras-commits at redhat.com Sat May 14 21:12:04 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sat, 14 May 2005 17:12:04 -0400 Subject: common tobuild,1.463,1.464 Message-ID: <200505142112.j4ELC4jx026538@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26521 Modified Files: tobuild Log Message: request build of rpms/blacs/devel blacs-1_1-8_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.463 retrieving revision 1.464 diff -u -r1.463 -r1.464 --- tobuild 14 May 2005 21:09:17 -0000 1.463 +++ tobuild 14 May 2005 21:12:02 -0000 1.464 @@ -24,3 +24,4 @@ ensc rpms/clamav/devel clamav-0_85-1 devel toshio rpms/blender/devel blender-2_36-1 development spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 +spot rpms/blacs/devel blacs-1_1-8_fc4 devel From fedora-extras-commits at redhat.com Sat May 14 21:13:32 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sat, 14 May 2005 17:13:32 -0400 Subject: common tobuild,1.464,1.465 Message-ID: <200505142113.j4ELDWLb026561@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26544 Modified Files: tobuild Log Message: remove bogus blacs FC-3 build (already built) Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.464 retrieving revision 1.465 diff -u -r1.464 -r1.465 --- tobuild 14 May 2005 21:12:02 -0000 1.464 +++ tobuild 14 May 2005 21:13:30 -0000 1.465 @@ -7,7 +7,6 @@ mschwendt rpms/gnupg2/devel gnupg2-1_9_16-3_fc4 devel bpepple rpms/loudmouth/FC-3 loudmouth-0_90-2_fc3 FC3 bpepple rpms/loudmouth/devel loudmouth-0_90-2_fc4 development -spot rpms/blacs/FC-3 blacs-1_1-8_fc3 fc3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development bpepple rpms/gossip/FC-3 gossip-0_8-3 FC3 bpepple rpms/gossip/devel gossip-0_8-4_fc4 development From fedora-extras-commits at redhat.com Sat May 14 21:14:08 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sat, 14 May 2005 17:14:08 -0400 Subject: common tobuild,1.465,1.466 Message-ID: <200505142114.j4ELE86S026618@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26601 Modified Files: tobuild Log Message: request build of rpms/scalapack/FC-3 scalapack-1_7-6_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.465 retrieving revision 1.466 diff -u -r1.465 -r1.466 --- tobuild 14 May 2005 21:13:30 -0000 1.465 +++ tobuild 14 May 2005 21:14:06 -0000 1.466 @@ -24,3 +24,4 @@ toshio rpms/blender/devel blender-2_36-1 development spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 spot rpms/blacs/devel blacs-1_1-8_fc4 devel +spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 From fedora-extras-commits at redhat.com Sat May 14 21:14:59 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sat, 14 May 2005 17:14:59 -0400 Subject: common tobuild,1.466,1.467 Message-ID: <200505142114.j4ELExUf026647@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26630 Modified Files: tobuild Log Message: make tag. duh. Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.466 retrieving revision 1.467 diff -u -r1.466 -r1.467 --- tobuild 14 May 2005 21:14:06 -0000 1.466 +++ tobuild 14 May 2005 21:14:57 -0000 1.467 @@ -22,6 +22,5 @@ otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel ensc rpms/clamav/devel clamav-0_85-1 devel toshio rpms/blender/devel blender-2_36-1 development -spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 spot rpms/blacs/devel blacs-1_1-8_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 From fedora-extras-commits at redhat.com Sat May 14 21:23:35 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 14 May 2005 17:23:35 -0400 Subject: devel/gqview .cvsignore, 1.4, 1.5 gqview.spec, 1.5, 1.6 sources, 1.5, 1.6 Message-ID: <200505142123.j4ELNZIN026697@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/devel/gqview In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26676 Modified Files: .cvsignore gqview.spec sources Log Message: * Sat May 14 2005 Michael Schwendt 2.0.1-1 - update to 2.0.1 Index: .cvsignore =================================================================== RCS file: /cvs/extras/devel/gqview/.cvsignore,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- .cvsignore 26 Feb 2005 23:00:44 -0000 1.4 +++ .cvsignore 14 May 2005 21:23:33 -0000 1.5 @@ -1 +1 @@ -gqview-2.0.0.tar.gz +gqview-2.0.1.tar.gz Index: gqview.spec =================================================================== RCS file: /cvs/extras/devel/gqview/gqview.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- gqview.spec 5 Mar 2005 21:10:21 -0000 1.5 +++ gqview.spec 14 May 2005 21:23:33 -0000 1.6 @@ -1,6 +1,6 @@ Summary: Image browser and viewer Name: gqview -Version: 2.0.0 +Version: 2.0.1 Release: 1 License: GPL Group: User Interface/X @@ -76,6 +76,9 @@ %changelog +* Sat May 14 2005 Michael Schwendt 2.0.1-1 +- update to 2.0.1 + * Sat Feb 26 2005 Michael Schwendt 2.0.0-1 - update to 2.0.0 - drop BR libpng-devel Index: sources =================================================================== RCS file: /cvs/extras/devel/gqview/sources,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- sources 26 Feb 2005 23:00:44 -0000 1.5 +++ sources 14 May 2005 21:23:33 -0000 1.6 @@ -1 +1 @@ -421c9a79827e91e394bdfc924071d66f gqview-2.0.0.tar.gz +acd8f1dad2b04389c1936adac1512e32 gqview-2.0.1.tar.gz From fedora-extras-commits at redhat.com Sat May 14 21:24:36 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 14 May 2005 17:24:36 -0400 Subject: common tobuild,1.467,1.468 Message-ID: <200505142124.j4ELOaE7026766@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26749 Modified Files: tobuild Log Message: request build of rpms/gqview/devel gqview-2_0_1-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.467 retrieving revision 1.468 diff -u -r1.467 -r1.468 --- tobuild 14 May 2005 21:14:57 -0000 1.467 +++ tobuild 14 May 2005 21:24:33 -0000 1.468 @@ -24,3 +24,4 @@ toshio rpms/blender/devel blender-2_36-1 development spot rpms/blacs/devel blacs-1_1-8_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 +mschwendt rpms/gqview/devel gqview-2_0_1-1 devel From fedora-extras-commits at redhat.com Sat May 14 21:36:42 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 14 May 2005 17:36:42 -0400 Subject: rpms/sylpheed/devel sylpheed-1.9.10-desktop.patch, NONE, 1.1.2.1 .cvsignore, 1.3.2.4, 1.3.2.5 sources, 1.3.2.4, 1.3.2.5 sylpheed.spec, 1.6.2.4, 1.6.2.5 sylpheed-1.9.9-desktop.patch, 1.1.2.1, NONE Message-ID: <200505142136.j4ELah2p026831@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/sylpheed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26808 Modified Files: Tag: sylpheed-1_9_6-devel .cvsignore sources sylpheed.spec Added Files: Tag: sylpheed-1_9_6-devel sylpheed-1.9.10-desktop.patch Removed Files: Tag: sylpheed-1_9_6-devel sylpheed-1.9.9-desktop.patch Log Message: * Fri May 13 2005 Michael Schwendt - 1.9.10-1 - Update to 1.9.10. - Upstream incorporated some desktop file fixes. sylpheed-1.9.10-desktop.patch: --- NEW FILE sylpheed-1.9.10-desktop.patch --- diff -Nur sylpheed-1.9.10-orig/sylpheed.desktop sylpheed-1.9.10/sylpheed.desktop --- sylpheed-1.9.10-orig/sylpheed.desktop 2005-04-22 07:07:06.000000000 +0200 +++ sylpheed-1.9.10/sylpheed.desktop 2005-05-13 14:29:25.000000000 +0200 @@ -1,6 +1,6 @@ [Desktop Entry] Encoding=UTF-8 -Name=Sylpheed +Name=Sylpheed E-Mail Name[ja]=Sylpheed Comment=E-Mail client Comment[fr]=Client de messagerie ??lectronique Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/.cvsignore,v retrieving revision 1.3.2.4 retrieving revision 1.3.2.5 diff -u -r1.3.2.4 -r1.3.2.5 --- .cvsignore 26 Apr 2005 20:30:19 -0000 1.3.2.4 +++ .cvsignore 14 May 2005 21:36:40 -0000 1.3.2.5 @@ -1 +1 @@ -sylpheed-1.9.9.tar.bz2 +sylpheed-1.9.10.tar.bz2 Index: sources =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sources,v retrieving revision 1.3.2.4 retrieving revision 1.3.2.5 diff -u -r1.3.2.4 -r1.3.2.5 --- sources 26 Apr 2005 20:30:19 -0000 1.3.2.4 +++ sources 14 May 2005 21:36:40 -0000 1.3.2.5 @@ -1 +1 @@ -60f8698354d903da61de52dca2a19c0f sylpheed-1.9.9.tar.bz2 +25baf03e9f5c429f3f06e62f0c729e2f sylpheed-1.9.10.tar.bz2 Index: sylpheed.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v retrieving revision 1.6.2.4 retrieving revision 1.6.2.5 diff -u -r1.6.2.4 -r1.6.2.5 --- sylpheed.spec 26 Apr 2005 20:30:19 -0000 1.6.2.4 +++ sylpheed.spec 14 May 2005 21:36:40 -0000 1.6.2.5 @@ -4,7 +4,7 @@ Summary: GTK+ based, lightweight, and fast email client Name: sylpheed -Version: 1.9.9 +Version: 1.9.10 Release: 1 License: GPL URL: http://sylpheed.good-day.net/ @@ -23,7 +23,7 @@ Patch0: %{name}-0.8.9-ck.patch Patch1: sylpheed-1.9.6-ssl.patch Patch2: sylpheed-default-browser.patch -Patch3: sylpheed-1.9.9-desktop.patch +Patch3: sylpheed-1.9.10-desktop.patch %description This program is an X based fast email client which has features @@ -87,6 +87,10 @@ %{_mandir}/man1 %changelog +* Fri May 13 2005 Michael Schwendt - 1.9.10-1 +- Update to 1.9.10. +- Upstream incorporated some desktop file fixes. + * Fri Apr 22 2005 Michael Schwendt - 1.9.9-1 - Update to 1.9.9. --- sylpheed-1.9.9-desktop.patch DELETED --- From fedora-extras-commits at redhat.com Sat May 14 21:48:38 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 14 May 2005 17:48:38 -0400 Subject: rpms/sylpheed/devel sylpheed.spec,1.9,1.10 Message-ID: <200505142148.j4ELmcJf026928@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/rpms/sylpheed/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26911 Modified Files: sylpheed.spec Log Message: * Sat May 14 2005 Michael Schwendt - 1.0.4-3.fc4 - rebuilt (after build system had built ppc binaries without gpgme-devel) Index: sylpheed.spec =================================================================== RCS file: /cvs/extras/rpms/sylpheed/devel/sylpheed.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- sylpheed.spec 12 May 2005 05:41:37 -0000 1.9 +++ sylpheed.spec 14 May 2005 21:48:36 -0000 1.10 @@ -5,7 +5,7 @@ Summary: GTK+ based, lightweight, and fast email client Name: sylpheed Version: 1.0.4 -Release: 2.fc4 +Release: 3.fc4 License: GPL URL: http://sylpheed.good-day.net/ Group: Applications/Internet @@ -81,8 +81,8 @@ %{_mandir}/man1 %changelog -* Thu May 12 2005 Michael Schwendt - 1.0.4-2.fc4 -- rebuilt +* Sat May 14 2005 Michael Schwendt - 1.0.4-3.fc4 +- rebuilt (after build system had built ppc binaries without gpgme-devel) * Thu Mar 24 2005 Michael Schwendt - 1.0.4-1.fc4 - Update to 1.0.4 (minor security fixes). From fedora-extras-commits at redhat.com Sat May 14 21:49:05 2005 From: fedora-extras-commits at redhat.com (Michael Schwendt (mschwendt)) Date: Sat, 14 May 2005 17:49:05 -0400 Subject: common tobuild,1.468,1.469 Message-ID: <200505142149.j4ELn5le026985@cvs-int.fedora.redhat.com> Author: mschwendt Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26968 Modified Files: tobuild Log Message: request build of rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.468 retrieving revision 1.469 diff -u -r1.468 -r1.469 --- tobuild 14 May 2005 21:24:33 -0000 1.468 +++ tobuild 14 May 2005 21:49:03 -0000 1.469 @@ -25,3 +25,4 @@ spot rpms/blacs/devel blacs-1_1-8_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 mschwendt rpms/gqview/devel gqview-2_0_1-1 devel +mschwendt rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 00:24:33 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 14 May 2005 20:24:33 -0400 Subject: rpms/perl-Text-Autoformat/FC-1 perl-Text-Autoformat.spec,1.1,1.2 Message-ID: <200505150024.j4F0OX7X030304@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/FC-1 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/FC-1 Modified Files: perl-Text-Autoformat.spec Log Message: Add %dist to Release. Index: perl-Text-Autoformat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/FC-1/perl-Text-Autoformat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Autoformat.spec 10 May 2005 19:01:39 -0000 1.1 +++ perl-Text-Autoformat.spec 15 May 2005 00:24:30 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 0.3.beta +Release: 0.3.beta%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Sun May 15 00:24:33 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 14 May 2005 20:24:33 -0400 Subject: rpms/perl-Text-Autoformat/FC-2 perl-Text-Autoformat.spec,1.1,1.2 Message-ID: <200505150024.j4F0OXx8030308@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/FC-2 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/FC-2 Modified Files: perl-Text-Autoformat.spec Log Message: Add %dist to Release. Index: perl-Text-Autoformat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/FC-2/perl-Text-Autoformat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Autoformat.spec 10 May 2005 19:01:39 -0000 1.1 +++ perl-Text-Autoformat.spec 15 May 2005 00:24:31 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 0.3.beta +Release: 0.3.beta%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Sun May 15 00:24:34 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 14 May 2005 20:24:34 -0400 Subject: rpms/perl-Text-Autoformat/RHL-9 perl-Text-Autoformat.spec,1.1,1.2 Message-ID: <200505150024.j4F0OYsK030318@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/RHL-9 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/RHL-9 Modified Files: perl-Text-Autoformat.spec Log Message: Add %dist to Release. Index: perl-Text-Autoformat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/RHL-9/perl-Text-Autoformat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Autoformat.spec 10 May 2005 19:01:39 -0000 1.1 +++ perl-Text-Autoformat.spec 15 May 2005 00:24:32 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 0.3.beta +Release: 0.3.beta%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Sun May 15 00:24:33 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 14 May 2005 20:24:33 -0400 Subject: rpms/perl-Text-Autoformat/FC-3 perl-Text-Autoformat.spec,1.1,1.2 Message-ID: <200505150024.j4F0OXYY030314@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/FC-3 Modified Files: perl-Text-Autoformat.spec Log Message: Add %dist to Release. Index: perl-Text-Autoformat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/FC-3/perl-Text-Autoformat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Autoformat.spec 10 May 2005 19:01:39 -0000 1.1 +++ perl-Text-Autoformat.spec 15 May 2005 00:24:31 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 0.3.beta +Release: 0.3.beta%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Sun May 15 00:24:34 2005 From: fedora-extras-commits at redhat.com (Steven Pritchard (steve)) Date: Sat, 14 May 2005 20:24:34 -0400 Subject: rpms/perl-Text-Autoformat/devel perl-Text-Autoformat.spec,1.1,1.2 Message-ID: <200505150024.j4F0OYHW030324@cvs-int.fedora.redhat.com> Author: steve Update of /cvs/extras/rpms/perl-Text-Autoformat/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30239/devel Modified Files: perl-Text-Autoformat.spec Log Message: Add %dist to Release. Index: perl-Text-Autoformat.spec =================================================================== RCS file: /cvs/extras/rpms/perl-Text-Autoformat/devel/perl-Text-Autoformat.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- perl-Text-Autoformat.spec 10 May 2005 19:01:39 -0000 1.1 +++ perl-Text-Autoformat.spec 15 May 2005 00:24:32 -0000 1.2 @@ -2,7 +2,7 @@ Name: perl-Text-Autoformat Version: 1.13 -Release: 0.3.beta +Release: 0.3.beta%{?dist} Summary: Text::Autoformat Perl module License: Artistic Group: Development/Libraries From fedora-extras-commits at redhat.com Sun May 15 14:26:49 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 10:26:49 -0400 Subject: rpms/tetex-unicode/FC-3 sources,1.2,1.3 tetex-unicode.spec,1.3,1.4 Message-ID: <200505151427.j4FERKKM016439@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/tetex-unicode/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16399/FC-3 Modified Files: sources tetex-unicode.spec Log Message: - new version Index: sources =================================================================== RCS file: /cvs/extras/rpms/tetex-unicode/FC-3/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:26:48 -0000 1.2 +++ sources 15 May 2005 14:26:47 -0000 1.3 @@ -1 +1 @@ -f7d283d3c8a07f1031e27f63b6d3a64b unicode.tgz +1b85878cbe79f672d73da6de6e3d7d00 unicode.tgz Index: tetex-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-unicode/FC-3/tetex-unicode.spec,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tetex-unicode.spec 10 Dec 2004 22:03:12 -0000 1.3 +++ tetex-unicode.spec 15 May 2005 14:26:47 -0000 1.4 @@ -1,7 +1,7 @@ Name: tetex-unicode Version: 0 -Release: 2.20040307 -Epoch: 0 +Release: 4.20041017%{?dist} + Summary: Unicode support for LaTeX Group: Applications/Publishing @@ -15,7 +15,7 @@ Requires(post): tetex Requires(postun): tetex -Provides: tetex-ucs = %{epoch}:%{version}-%{release} +Provides: tetex-ucs = %{version}-%{release} %define unicodepath %{_datadir}/texmf/tex/latex/unicode @@ -35,7 +35,7 @@ %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%unicodepath -for file in ucs.sty utf8.def ucsencs.def data ucshyper.sty ucsutils.sty contrib ; do +for file in ucs.sty utf8x.def ucsencs.def data ucshyper.sty ucsutils.sty contrib ; do cp -pr $file $RPM_BUILD_ROOT%unicodepath done @@ -51,13 +51,19 @@ texhash %{_datadir}/texmf >/dev/null 2>&1 -%files +%files %defattr(644,root,root,755) %doc LICENSE VERSION README FAQ ucs.ps.gz languages.ps.gz %unicodepath %changelog +* Sun May 15 2005 Aurelien Bompard 0-4.20041017%{?dist} +- new version + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + * Mon Jun 07 2004 Aurelien Bompard 0:0-0.fdr.2.20040307 - apply suggestion from QA, see bug 1691: - fix scriptlets and scriptlets requirements From fedora-extras-commits at redhat.com Sun May 15 14:26:50 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 10:26:50 -0400 Subject: rpms/tetex-unicode/devel sources, 1.2, 1.3 tetex-unicode.spec, 1.6, 1.7 Message-ID: <200505151427.j4FERL35016443@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/tetex-unicode/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16399/devel Modified Files: sources tetex-unicode.spec Log Message: - new version Index: sources =================================================================== RCS file: /cvs/extras/rpms/tetex-unicode/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:26:48 -0000 1.2 +++ sources 15 May 2005 14:26:48 -0000 1.3 @@ -1 +1 @@ -f7d283d3c8a07f1031e27f63b6d3a64b unicode.tgz +1b85878cbe79f672d73da6de6e3d7d00 unicode.tgz Index: tetex-unicode.spec =================================================================== RCS file: /cvs/extras/rpms/tetex-unicode/devel/tetex-unicode.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- tetex-unicode.spec 6 Apr 2005 22:13:33 -0000 1.6 +++ tetex-unicode.spec 15 May 2005 14:26:48 -0000 1.7 @@ -1,6 +1,6 @@ Name: tetex-unicode Version: 0 -Release: 3.20040307 +Release: 4.20041017%{?dist} Summary: Unicode support for LaTeX @@ -35,7 +35,7 @@ %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%unicodepath -for file in ucs.sty utf8.def ucsencs.def data ucshyper.sty ucsutils.sty contrib ; do +for file in ucs.sty utf8x.def ucsencs.def data ucshyper.sty ucsutils.sty contrib ; do cp -pr $file $RPM_BUILD_ROOT%unicodepath done @@ -58,6 +58,9 @@ %changelog +* Sun May 15 2005 Aurelien Bompard 0-4.20041017%{?dist} +- new version + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Sun May 15 14:29:56 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 10:29:56 -0400 Subject: common tobuild,1.469,1.470 Message-ID: <200505151429.j4FETu1n016502@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16485 Modified Files: tobuild Log Message: request build of rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.469 retrieving revision 1.470 diff -u -r1.469 -r1.470 --- tobuild 14 May 2005 21:49:03 -0000 1.469 +++ tobuild 15 May 2005 14:29:54 -0000 1.470 @@ -26,3 +26,4 @@ spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 mschwendt rpms/gqview/devel gqview-2_0_1-1 devel mschwendt rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 devel +abompard rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 14:30:26 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 10:30:26 -0400 Subject: common tobuild,1.470,1.471 Message-ID: <200505151430.j4FEUQPY016564@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16547 Modified Files: tobuild Log Message: request build of rpms/tetex-unicode/FC-3 tetex-unicode-0-4_20041017_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.470 retrieving revision 1.471 diff -u -r1.470 -r1.471 --- tobuild 15 May 2005 14:29:54 -0000 1.470 +++ tobuild 15 May 2005 14:30:24 -0000 1.471 @@ -27,3 +27,4 @@ mschwendt rpms/gqview/devel gqview-2_0_1-1 devel mschwendt rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 devel abompard rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 devel +abompard rpms/tetex-unicode/FC-3 tetex-unicode-0-4_20041017_fc3 fc3 From ivazquez at ivazquez.net Sun May 15 14:45:27 2005 From: ivazquez at ivazquez.net (Ignacio Vazquez-Abrams) Date: Sun, 15 May 2005 10:45:27 -0400 Subject: rpms/tetex-unicode/FC-3 sources,1.2,1.3 tetex-unicode.spec,1.3,1.4 In-Reply-To: <200505151427.j4FERKKM016439@cvs-int.fedora.redhat.com> References: <200505151427.j4FERKKM016439@cvs-int.fedora.redhat.com> Message-ID: <1116168327.26688.13.camel@ignacio.ignacio.lan> On Sun, 2005-05-15 at 10:26 -0400, Aurelien Bompard wrote: > Author: abompard > > Update of /cvs/extras/rpms/tetex-unicode/FC-3 > In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16399/FC-3 > > Modified Files: > sources tetex-unicode.spec > Log Message: > - new version > Index: tetex-unicode.spec > =================================================================== > RCS file: /cvs/extras/rpms/tetex-unicode/FC-3/tetex-unicode.spec,v > retrieving revision 1.3 > retrieving revision 1.4 > diff -u -r1.3 -r1.4 > --- tetex-unicode.spec 10 Dec 2004 22:03:12 -0000 1.3 > +++ tetex-unicode.spec 15 May 2005 14:26:47 -0000 1.4 > @@ -1,7 +1,7 @@ > Name: tetex-unicode > Version: 0 > -Release: 2.20040307 > -Epoch: 0 > +Release: 4.20041017%{?dist} > + > Summary: Unicode support for LaTeX Doesn't removing the epoch like this eliminate the ability to upgrade? -- Ignacio Vazquez-Abrams http://fedora.ivazquez.net/ gpg --keyserver hkp://subkeys.pgp.net --recv-key 38028b72 -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: From bugs.michael at gmx.net Sun May 15 14:54:18 2005 From: bugs.michael at gmx.net (Michael Schwendt) Date: Sun, 15 May 2005 16:54:18 +0200 Subject: rpms/tetex-unicode/FC-3 sources,1.2,1.3 tetex-unicode.spec,1.3,1.4 In-Reply-To: <1116168327.26688.13.camel@ignacio.ignacio.lan> References: <200505151427.j4FERKKM016439@cvs-int.fedora.redhat.com> <1116168327.26688.13.camel@ignacio.ignacio.lan> Message-ID: <20050515165418.1ff82a3d.bugs.michael@gmx.net> On Sun, 15 May 2005 10:45:27 -0400, Ignacio Vazquez-Abrams wrote: > On Sun, 2005-05-15 at 10:26 -0400, Aurelien Bompard wrote: > > Author: abompard > > > > Update of /cvs/extras/rpms/tetex-unicode/FC-3 > > Name: tetex-unicode > > Version: 0 > > -Release: 2.20040307 > > -Epoch: 0 > > +Release: 4.20041017%{?dist} > > + > > Summary: Unicode support for LaTeX > > Doesn't removing the epoch like this eliminate the ability to upgrade? Only with rpm -Fvh due to a bug in RPM. Remember, we've removed "Epoch: 0" from _all_ packages in Fedora Extras Development. From fedora-extras-commits at redhat.com Sun May 15 15:30:20 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 11:30:20 -0400 Subject: rpms/wv/devel wv-1.0.3-gcc4.patch, NONE, 1.1 wv-1.0.3-oledecod.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 wv.spec, 1.9, 1.10 Message-ID: <200505151530.j4FFULX3017686@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/wv/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17659 Modified Files: .cvsignore sources wv.spec Added Files: wv-1.0.3-gcc4.patch wv-1.0.3-oledecod.patch Log Message: - new version wv-1.0.3-gcc4.patch: --- NEW FILE wv-1.0.3-gcc4.patch --- --- wv-1.0.0/wvConfig.c.gcc4 2005-05-08 23:17:35.000000000 -0400 +++ wv-1.0.0/wvConfig.c 2005-05-08 23:18:42.000000000 -0400 @@ -2130,7 +2130,7 @@ } static void -startElement (void *userData, const XML_Char *name, const XML_Char **atts) +wvStartElement (void *userData, const XML_Char *name, const XML_Char **atts) { unsigned int nAtts = 0; const XML_Char **p; @@ -3094,7 +3094,7 @@ } static void -endElement (void *userData, const XML_Char *name) +wvEndElement (void *userData, const XML_Char *name) { state_data *mydata = (state_data *) userData; unsigned int token_type; @@ -3470,8 +3470,8 @@ memset(&hdl, 0, sizeof(hdl)); hdl.getEntity = _getEntity; - hdl.startElement = startElement; - hdl.endElement = endElement; + hdl.startElement = wvStartElement; + hdl.endElement = wvEndElement; hdl.characters = charData; if (myhandle->fp) @@ -3514,7 +3514,7 @@ size_t len; XML_SetUserData (parser, myhandle); - XML_SetElementHandler (parser, startElement, endElement); + XML_SetElementHandler (parser, wvStartElement, wvEndElement); XML_SetCharacterDataHandler (parser, charData); if (myhandle->fp == NULL) wv-1.0.3-oledecod.patch: --- NEW FILE wv-1.0.3-oledecod.patch --- --- wv-1.0.3/exporter/support.c.oledecod 2005-05-08 22:50:23.000000000 +0200 +++ wv-1.0.3/exporter/support.c 2005-05-08 22:50:53.000000000 +0200 @@ -10,7 +10,7 @@ #endif #include "config.h" #include "wv.h" -#include "oledecod.h" +#include "ms-ole.h" #include "wvexporter-priv.h" Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/wv/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:32:16 -0000 1.2 +++ .cvsignore 15 May 2005 15:30:18 -0000 1.3 @@ -1 +1 @@ -wv-1.0.0.tar.gz +wv-1.0.3.tar.gz Index: sources =================================================================== RCS file: /cvs/extras/rpms/wv/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 8 Nov 2004 05:32:16 -0000 1.2 +++ sources 15 May 2005 15:30:18 -0000 1.3 @@ -1 +1 @@ -5e9675a8676cb1c1f6b8ab05af883178 wv-1.0.0.tar.gz +71e42aa9af1e03cc8c608bbbdcb43af8 wv-1.0.3.tar.gz Index: wv.spec =================================================================== RCS file: /cvs/extras/rpms/wv/devel/wv.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- wv.spec 10 May 2005 07:41:49 -0000 1.9 +++ wv.spec 15 May 2005 15:30:18 -0000 1.10 @@ -1,17 +1,14 @@ Name: wv Summary: MSWord 6/7/8/9 binary file format to HTML converter -Version: 1.0.0 -Release: 5 +Version: 1.0.3 +Release: 1%{?dist} License: GPL Group: Applications/Text URL: http://wvware.sourceforge.net -Source: http://dl.sf.net/wvware/wv-1.0.0.tar.gz +Source: http://dl.sf.net/wvware/wv-1.0.3.tar.gz Patch0: wv-wvtext-tmp.patch -Patch1: wv-wvdvi-copy.patch -Patch2: wv-docbook-filename.patch -# patch3: deal with filenames containing spaces -Patch3: wv-wvmime-tmp-filename.patch -Patch4: wv-field.c.patch +Patch1: wv-1.0.3-oledecod.patch +Patch2: wv-1.0.3-gcc4.patch Patch5: wv-1.0.0-rhbug150461.patch #BuildRequires: XFree86-devel @@ -33,11 +30,9 @@ %prep %setup -q -%patch0 -%patch1 -%patch2 -%patch3 -%patch4 +#%patch0 +%patch1 -p1 -b .oledecod +%patch2 -p1 -b .gcc4 %patch5 -p1 -b .printf-rhbug150461 @@ -52,7 +47,6 @@ %makeinstall #ln -sf wvConvert $RPM_BUILD_ROOT/%{_bindir}/wvText -mv $RPM_BUILD_ROOT%{_prefix}/man $RPM_BUILD_ROOT%{_datadir} find $RPM_BUILD_ROOT%{_libdir} -name "*.la" -exec rm -f {} \; %clean @@ -75,6 +69,11 @@ %changelog +* Sun May 15 2005 Aurelien Bompard 1.0.3-1%{?dist} +- new version +- fix build with gcc4 +- use dist tag + * Tue May 10 2005 Michael Schwendt - 1.0.0-5 - Include printf format fix for bug 150461. From fedora-extras-commits at redhat.com Sun May 15 15:30:46 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 11:30:46 -0400 Subject: common tobuild,1.471,1.472 Message-ID: <200505151530.j4FFUkXh017743@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17726 Modified Files: tobuild Log Message: request build of rpms/wv/devel wv-1_0_3-1_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.471 retrieving revision 1.472 diff -u -r1.471 -r1.472 --- tobuild 15 May 2005 14:30:24 -0000 1.471 +++ tobuild 15 May 2005 15:30:44 -0000 1.472 @@ -28,3 +28,4 @@ mschwendt rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 devel abompard rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 devel abompard rpms/tetex-unicode/FC-3 tetex-unicode-0-4_20041017_fc3 fc3 +abompard rpms/wv/devel wv-1_0_3-1_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 15:47:29 2005 From: fedora-extras-commits at redhat.com (Aurelien Bompard (abompard)) Date: Sun, 15 May 2005 11:47:29 -0400 Subject: rpms/psi/devel psi.spec,1.9,1.10 Message-ID: <200505151547.j4FFlTXp017796@cvs-int.fedora.redhat.com> Author: abompard Update of /cvs/extras/rpms/psi/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17779/devel Modified Files: psi.spec Log Message: - tell about the qca-tls package - add dist tag Index: psi.spec =================================================================== RCS file: /cvs/extras/rpms/psi/devel/psi.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- psi.spec 6 Apr 2005 22:13:30 -0000 1.9 +++ psi.spec 15 May 2005 15:47:27 -0000 1.10 @@ -3,7 +3,7 @@ Name: psi Version: 0.9.3 -Release: 2 +Release: 2%{?dist} Summary: Jabber client using QT3 License: GPL @@ -81,6 +81,7 @@ in open source technologies. Psi contains all the features necessary to chat, with no bloated extras that slow your computer down. The Jabber protocol provides gateways to other protocols as AIM, ICQ, MSN and Yahoo!. +If you want SSL support, install the qca-tls package. %package -n %name-i18n Summary: Language packs for Psi From fedora-extras-commits at redhat.com Sun May 15 16:56:25 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 12:56:25 -0400 Subject: common tobuild,1.472,1.473 Message-ID: <200505151656.j4FGuP7S018942@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18925 Modified Files: tobuild Log Message: cleanup Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.472 retrieving revision 1.473 diff -u -r1.472 -r1.473 --- tobuild 15 May 2005 15:30:44 -0000 1.472 +++ tobuild 15 May 2005 16:56:23 -0000 1.473 @@ -22,8 +22,6 @@ otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel ensc rpms/clamav/devel clamav-0_85-1 devel toshio rpms/blender/devel blender-2_36-1 development -spot rpms/blacs/devel blacs-1_1-8_fc4 devel -spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 mschwendt rpms/gqview/devel gqview-2_0_1-1 devel mschwendt rpms/sylpheed/devel sylpheed-1_0_4-3_fc4 devel abompard rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 16:56:37 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 12:56:37 -0400 Subject: common tobuild,1.473,1.474 Message-ID: <200505151657.j4FGv7Pc018971@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18953 Modified Files: tobuild Log Message: request build of rpms/scalapack/FC-3 scalapack-1_7-6_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.473 retrieving revision 1.474 diff -u -r1.473 -r1.474 --- tobuild 15 May 2005 16:56:23 -0000 1.473 +++ tobuild 15 May 2005 16:56:34 -0000 1.474 @@ -27,3 +27,4 @@ abompard rpms/tetex-unicode/devel tetex-unicode-0-4_20041017_fc4 devel abompard rpms/tetex-unicode/FC-3 tetex-unicode-0-4_20041017_fc3 fc3 abompard rpms/wv/devel wv-1_0_3-1_fc4 devel +spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 From fedora-extras-commits at redhat.com Sun May 15 16:59:03 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 12:59:03 -0400 Subject: rpms/scalapack/devel scalapack.spec,1.6,1.7 Message-ID: <200505151659.j4FGx3Qv019032@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/scalapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19015 Modified Files: scalapack.spec Log Message: fix release num Index: scalapack.spec =================================================================== RCS file: /cvs/extras/rpms/scalapack/devel/scalapack.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- scalapack.spec 9 May 2005 19:58:19 -0000 1.6 +++ scalapack.spec 15 May 2005 16:59:01 -0000 1.7 @@ -1,7 +1,7 @@ Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers Name: scalapack Version: 1.7 -Release: 5%{?dist} +Release: 6%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/scalapack/scalapack_home.html From fedora-extras-commits at redhat.com Sun May 15 16:59:18 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 12:59:18 -0400 Subject: common tobuild,1.474,1.475 Message-ID: <200505151659.j4FGxIDW019089@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19072 Modified Files: tobuild Log Message: request build of rpms/scalapack/devel scalapack-1_7-6_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.474 retrieving revision 1.475 diff -u -r1.474 -r1.475 --- tobuild 15 May 2005 16:56:34 -0000 1.474 +++ tobuild 15 May 2005 16:59:16 -0000 1.475 @@ -28,3 +28,4 @@ abompard rpms/tetex-unicode/FC-3 tetex-unicode-0-4_20041017_fc3 fc3 abompard rpms/wv/devel wv-1_0_3-1_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 +spot rpms/scalapack/devel scalapack-1_7-6_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 17:16:39 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Sun, 15 May 2005 13:16:39 -0400 Subject: rpms/pam_mount import.log,1.7,1.8 Message-ID: <200505151716.j4FHGdgI020175@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_mount In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20144 Modified Files: import.log Log Message: auto-import pam_mount-0.9.24-1 on branch devel from pam_mount-0.9.24-1.src.rpm Index: import.log =================================================================== RCS file: /cvs/extras/rpms/pam_mount/import.log,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- import.log 5 May 2005 04:16:52 -0000 1.7 +++ import.log 15 May 2005 17:16:37 -0000 1.8 @@ -4,3 +4,4 @@ pam_mount-0_9_23-0_fdr_1:FC-1:pam_mount-0.9.23-0.fdr.1.src.rpm:1115140797 pam_mount-0_9_23-1:HEAD:pam_mount-0.9.23-1.src.rpm:1115266422 pam_mount-0_9_23-1:FC-3:pam_mount-0.9.23-1.src.rpm:1115266499 +pam_mount-0_9_24-1:HEAD:pam_mount-0.9.24-1.src.rpm:1116177304 From fedora-extras-commits at redhat.com Sun May 15 17:16:40 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Sun, 15 May 2005 13:16:40 -0400 Subject: rpms/pam_mount/devel .cvsignore, 1.3, 1.4 pam_mount.spec, 1.6, 1.7 sources, 1.4, 1.5 Message-ID: <200505151716.j4FHGeW2020183@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/rpms/pam_mount/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20144/devel Modified Files: .cvsignore pam_mount.spec sources Log Message: auto-import pam_mount-0.9.24-1 on branch devel from pam_mount-0.9.24-1.src.rpm Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/.cvsignore,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- .cvsignore 3 May 2005 01:39:43 -0000 1.3 +++ .cvsignore 15 May 2005 17:16:38 -0000 1.4 @@ -1 +1 @@ -pam_mount-0.9.23.tar.gz +pam_mount-0.9.24.tar.gz Index: pam_mount.spec =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/pam_mount.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- pam_mount.spec 5 May 2005 04:15:35 -0000 1.6 +++ pam_mount.spec 15 May 2005 17:16:38 -0000 1.7 @@ -1,6 +1,6 @@ Summary: A PAM module that can mount volumes for a user session Name: pam_mount -Version: 0.9.23 +Version: 0.9.24 Release: 1 License: LGPL Group: System Environment/Base @@ -95,6 +95,9 @@ %changelog +* Sat May 14 2005 W. Michael Petullo - 0.9.24-1 + - Updated to pam_mount 0.9.24. + * Wed May 04 2005 W. Michael Petullo - 0.9.23-1 - Updated to pam_mount 0.9.23. Index: sources =================================================================== RCS file: /cvs/extras/rpms/pam_mount/devel/sources,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- sources 5 May 2005 04:15:35 -0000 1.4 +++ sources 15 May 2005 17:16:38 -0000 1.5 @@ -1 +1 @@ -39077d8123d8914c29b3be70a3236f2c pam_mount-0.9.23.tar.gz +3d488976c288667d335ac116ac9de8d7 pam_mount-0.9.24.tar.gz From fedora-extras-commits at redhat.com Sun May 15 17:18:02 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Sun, 15 May 2005 13:18:02 -0400 Subject: common tobuild,1.475,1.476 Message-ID: <200505151718.j4FHI38q020240@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20223 Modified Files: tobuild Log Message: request build of rpms/pam_mount/devel pam_mount-0_9_23-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.475 retrieving revision 1.476 diff -u -r1.475 -r1.476 --- tobuild 15 May 2005 16:59:16 -0000 1.475 +++ tobuild 15 May 2005 17:18:00 -0000 1.476 @@ -29,3 +29,4 @@ abompard rpms/wv/devel wv-1_0_3-1_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 spot rpms/scalapack/devel scalapack-1_7-6_fc4 devel +mikep rpms/pam_mount/devel pam_mount-0_9_23-1 development From fedora-extras-commits at redhat.com Sun May 15 17:20:14 2005 From: fedora-extras-commits at redhat.com (W. Michael Petullo (mikep)) Date: Sun, 15 May 2005 13:20:14 -0400 Subject: common tobuild,1.476,1.477 Message-ID: <200505151720.j4FHKEZv020280@cvs-int.fedora.redhat.com> Author: mikep Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20263 Modified Files: tobuild Log Message: request build of rpms/pam_mount/devel pam_mount-0_9_24-1 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.476 retrieving revision 1.477 diff -u -r1.476 -r1.477 --- tobuild 15 May 2005 17:18:00 -0000 1.476 +++ tobuild 15 May 2005 17:20:11 -0000 1.477 @@ -30,3 +30,4 @@ spot rpms/scalapack/FC-3 scalapack-1_7-6_fc3 fc3 spot rpms/scalapack/devel scalapack-1_7-6_fc4 devel mikep rpms/pam_mount/devel pam_mount-0_9_23-1 development +mikep rpms/pam_mount/devel pam_mount-0_9_24-1 development From fedora-extras-commits at redhat.com Sun May 15 18:08:51 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 15 May 2005 14:08:51 -0400 Subject: rpms/icu/devel .cvsignore,1.2,1.3 icu.spec,1.2,1.3 sources,1.2,1.3 Message-ID: <200505151808.j4FI8pVS021322@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/icu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21301 Modified Files: .cvsignore icu.spec sources Log Message: Apply upstream case mapping mutex lock removal patch, build with gcc 3.2 as a temporary workaround for #152495. Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/icu/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 1 Jan 2005 12:37:35 -0000 1.2 +++ .cvsignore 15 May 2005 18:08:49 -0000 1.3 @@ -1 +1,2 @@ icu-3.2.tgz +icu-3.2-patch.tgz Index: icu.spec =================================================================== RCS file: /cvs/extras/rpms/icu/devel/icu.spec,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- icu.spec 6 Apr 2005 22:12:02 -0000 1.2 +++ icu.spec 15 May 2005 18:08:49 -0000 1.3 @@ -1,23 +1,21 @@ -# Notes: -# - According to upstream, icu may trigger a gcc bug with -O2 which manifests -# itself as failure in data/locales/ja.txt. This does not seem to occur -# any more with icu 3.0 and gcc 3.3.[23], but in case it resurfaces, see -# source/runConfigureICU for the upstream recommended C(XX)FLAGS -# (-O3 and -O as of 3.0) and force use of them in the build section. +%define gcc32 1 Name: icu Version: 3.2 -Release: 2 - +Release: 3 Summary: International Components for Unicode Group: Applications/Text License: X License -URL: http://oss.software.ibm.com/icu/ -Source: ftp://www-126.ibm.com/pub/icu/3.2/icu-3.2.tgz +URL: http://www.ibm.com/software/globalization/icu/ +Source0: ftp://ftp.software.ibm.com/software/globalization/icu/%{version}/%{name}-%{version}.tgz +Source1: ftp://ftp.software.ibm.com/software/globalization/icu/3.2/icu-3.2-patch.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: doxygen graphviz +%if %{gcc32} +BuildRequires: compat-gcc-32-c++ +%endif %description The International Components for Unicode (ICU) libraries provide @@ -55,13 +53,18 @@ %prep -%setup -q -n %{name} +%setup -q -n %{name} -a 1 +%{__patch} -p0 < icu-3.2-patch find . -name CVS -o -name .cvsignore | xargs -r rm -rf %{__perl} -pi -e 's/^(HAVE_DOT\b.*=).*$/$1 YES/' source/Doxyfile.in %build cd source +%if %{gcc32} +%{expand: %%define optflags %(echo %{optflags} | sed -e s/-mtune=/-mcpu=/)} +export CC=gcc32 CXX=g++32 +%endif %configure --enable-static --with-data-packaging=library --disable-samples make # %{?_smp_mflags} # -j(X>1) may "break" man pages as of 3.2, b.f.u #2357 make doc @@ -131,7 +134,11 @@ %changelog -* Fri Apr 7 2005 Michael Schwendt +* Wed Apr 27 2005 Ville Skytt?? - 3.2-3 +- Apply upstream case mapping mutex lock removal patch. +- Build with gcc 3.2 as a temporary workaround for #152495. + +* Fri Apr 7 2005 Michael Schwendt - 3.2-2 - rebuilt * Sat Jan 1 2005 Ville Skytt?? - 3.2-1 Index: sources =================================================================== RCS file: /cvs/extras/rpms/icu/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 1 Jan 2005 12:37:35 -0000 1.2 +++ sources 15 May 2005 18:08:49 -0000 1.3 @@ -1 +1,2 @@ 55a85d2365338ece483d275119fd990c icu-3.2.tgz +304f6cb1659967c7fbdeebca4f9c0e39 icu-3.2-patch.tgz From fedora-extras-commits at redhat.com Sun May 15 18:09:37 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Sun, 15 May 2005 14:09:37 -0400 Subject: common tobuild,1.477,1.478 Message-ID: <200505151809.j4FI9beG021394@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21375 Modified Files: tobuild Log Message: request build of rpms/icu/devel icu-3_2-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.477 retrieving revision 1.478 diff -u -r1.477 -r1.478 --- tobuild 15 May 2005 17:20:11 -0000 1.477 +++ tobuild 15 May 2005 18:09:35 -0000 1.478 @@ -31,3 +31,4 @@ spot rpms/scalapack/devel scalapack-1_7-6_fc4 devel mikep rpms/pam_mount/devel pam_mount-0_9_23-1 development mikep rpms/pam_mount/devel pam_mount-0_9_24-1 development +scop rpms/icu/devel icu-3_2-3 devel From fedora-extras-commits at redhat.com Sun May 15 18:40:36 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 14:40:36 -0400 Subject: rpms/scalapack/FC-3 scalapack-1.7-64bitlibs.patch, NONE, 1.1 scalapack.spec, 1.5, 1.6 Message-ID: <200505151840.j4FIeas0021585@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/scalapack/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21552/FC-3 Modified Files: scalapack.spec Added Files: scalapack-1.7-64bitlibs.patch Log Message: 64 bit fixes scalapack-1.7-64bitlibs.patch: --- NEW FILE scalapack-1.7-64bitlibs.patch --- --- scalapack-1.7/SCALAPACK/SLmake.inc.BAD 2005-05-15 01:31:17.366972464 -0500 +++ scalapack-1.7/SCALAPACK/SLmake.inc 2005-05-15 01:31:53.333504720 -0500 @@ -29,13 +29,13 @@ # and the directory where the BLACS libraries are # BLACSDBGLVL = 0 -BLACSdir = /usr/lib +BLACSdir = /usr/lib64 # # MPI setup; tailor to your system if using MPIBLACS # Will need to comment out these 6 lines if using PVM # USEMPI = -DUsingMpiBlacs -SMPLIB = /usr/lib/libmpi.a +SMPLIB = /usr/lib64/libmpi.a BLACSFINIT = $(BLACSdir)/libmpiblacsF77init.a BLACSCINIT = $(BLACSdir)/libmpiblacsCinit.a BLACSLIB = $(BLACSdir)/libmpiblacs.a @@ -94,9 +94,9 @@ # The name of the libraries to be created/linked to # SCALAPACKLIB = $(home)/libscalapack.a -BLASLIB = /usr/lib/libblas.a +BLASLIB = /usr/lib64/libblas.a # -LAMLIBS = /usr/lib/liblam.a /usr/lib/liblamf77mpi.a +LAMLIBS = /usr/lib64/liblam.a /usr/lib64/liblamf77mpi.a EXTRALIBS = -ldl -lpthread -llam -lmpi -llamf77mpi PBLIBS = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB) $(LAMLIBS) $(EXTRALIBS) Index: scalapack.spec =================================================================== RCS file: /cvs/extras/rpms/scalapack/FC-3/scalapack.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- scalapack.spec 9 May 2005 19:58:18 -0000 1.5 +++ scalapack.spec 15 May 2005 18:40:34 -0000 1.6 @@ -1,7 +1,7 @@ Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers Name: scalapack Version: 1.7 -Release: 6%{?dist} +Release: 7%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/scalapack/scalapack_home.html @@ -11,6 +11,7 @@ Requires: lapack, blas, lam, blacs BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: scalapack-1.7-fedora3.patch +Patch1: scalapack-1.7-64bitlibs.patch %description The ScaLAPACK (or Scalable LAPACK) library includes a subset @@ -41,6 +42,9 @@ %prep %setup -q -c -n %{name}-%{version} %patch0 -p1 +%ifarch x86_64 ppc64 sparc64 ia64 +%patch1 -p1 +%endif %build cd SCALAPACK @@ -68,6 +72,9 @@ %{_libdir}/libscalapack.a %changelog +* Sun May 15 2005 Tom "spot" Callaway 1.7-7 +- 64 bit library fix + * Mon May 9 2005 Tom "spot" Callaway 1.7-5 - remove hardcoded dist tags From fedora-extras-commits at redhat.com Sun May 15 18:40:36 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 14:40:36 -0400 Subject: rpms/scalapack/devel scalapack-1.7-64bitlibs.patch, NONE, 1.1 scalapack.spec, 1.7, 1.8 Message-ID: <200505151840.j4FIeadZ021593@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/scalapack/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21552/devel Modified Files: scalapack.spec Added Files: scalapack-1.7-64bitlibs.patch Log Message: 64 bit fixes scalapack-1.7-64bitlibs.patch: --- NEW FILE scalapack-1.7-64bitlibs.patch --- --- scalapack-1.7/SCALAPACK/SLmake.inc.BAD 2005-05-15 01:31:17.366972464 -0500 +++ scalapack-1.7/SCALAPACK/SLmake.inc 2005-05-15 01:31:53.333504720 -0500 @@ -29,13 +29,13 @@ # and the directory where the BLACS libraries are # BLACSDBGLVL = 0 -BLACSdir = /usr/lib +BLACSdir = /usr/lib64 # # MPI setup; tailor to your system if using MPIBLACS # Will need to comment out these 6 lines if using PVM # USEMPI = -DUsingMpiBlacs -SMPLIB = /usr/lib/libmpi.a +SMPLIB = /usr/lib64/libmpi.a BLACSFINIT = $(BLACSdir)/libmpiblacsF77init.a BLACSCINIT = $(BLACSdir)/libmpiblacsCinit.a BLACSLIB = $(BLACSdir)/libmpiblacs.a @@ -94,9 +94,9 @@ # The name of the libraries to be created/linked to # SCALAPACKLIB = $(home)/libscalapack.a -BLASLIB = /usr/lib/libblas.a +BLASLIB = /usr/lib64/libblas.a # -LAMLIBS = /usr/lib/liblam.a /usr/lib/liblamf77mpi.a +LAMLIBS = /usr/lib64/liblam.a /usr/lib64/liblamf77mpi.a EXTRALIBS = -ldl -lpthread -llam -lmpi -llamf77mpi PBLIBS = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB) $(LAMLIBS) $(EXTRALIBS) Index: scalapack.spec =================================================================== RCS file: /cvs/extras/rpms/scalapack/devel/scalapack.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- scalapack.spec 15 May 2005 16:59:01 -0000 1.7 +++ scalapack.spec 15 May 2005 18:40:34 -0000 1.8 @@ -1,7 +1,7 @@ Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers Name: scalapack Version: 1.7 -Release: 6%{?dist} +Release: 7%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/scalapack/scalapack_home.html @@ -11,6 +11,7 @@ Requires: lapack, blas, lam, blacs BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: scalapack-1.7-fedora.patch +Patch1: scalapack-1.7-64bitlibs.patch %description The ScaLAPACK (or Scalable LAPACK) library includes a subset @@ -41,6 +42,9 @@ %prep %setup -q -c -n %{name}-%{version} %patch0 -p1 +%ifarch x86_64 ppc64 sparc64 ia64 +%patch1 -p1 +%endif %build cd SCALAPACK @@ -68,6 +72,9 @@ %{_libdir}/libscalapack.a %changelog +* Sun May 15 2005 Tom "spot" Callaway 1.7-7 +- 64 bit library fix + * Mon May 9 2005 Tom "spot" Callaway 1.7-6 - remove hardcoded dist tags From fedora-extras-commits at redhat.com Sun May 15 18:41:04 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 14:41:04 -0400 Subject: common tobuild,1.478,1.479 Message-ID: <200505151841.j4FIf4r7021679@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21662 Modified Files: tobuild Log Message: request build of rpms/scalapack/devel scalapack-1_7-7_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.478 retrieving revision 1.479 diff -u -r1.478 -r1.479 --- tobuild 15 May 2005 18:09:35 -0000 1.478 +++ tobuild 15 May 2005 18:41:02 -0000 1.479 @@ -32,3 +32,4 @@ mikep rpms/pam_mount/devel pam_mount-0_9_23-1 development mikep rpms/pam_mount/devel pam_mount-0_9_24-1 development scop rpms/icu/devel icu-3_2-3 devel +spot rpms/scalapack/devel scalapack-1_7-7_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 18:41:15 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 14:41:15 -0400 Subject: common tobuild,1.479,1.480 Message-ID: <200505151841.j4FIfFXc021707@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21690 Modified Files: tobuild Log Message: request build of rpms/scalapack/FC-3 scalapack-1_7-7_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.479 retrieving revision 1.480 diff -u -r1.479 -r1.480 --- tobuild 15 May 2005 18:41:02 -0000 1.479 +++ tobuild 15 May 2005 18:41:13 -0000 1.480 @@ -33,3 +33,4 @@ mikep rpms/pam_mount/devel pam_mount-0_9_24-1 development scop rpms/icu/devel icu-3_2-3 devel spot rpms/scalapack/devel scalapack-1_7-7_fc4 devel +spot rpms/scalapack/FC-3 scalapack-1_7-7_fc3 fc3 From fedora-extras-commits at redhat.com Sun May 15 22:12:47 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 18:12:47 -0400 Subject: rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch, NONE, 1.1 R-RScaLAPACK.spec, 1.5, 1.6 Message-ID: <200505152212.j4FMCl2U025692@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25659/FC-3 Modified Files: R-RScaLAPACK.spec Added Files: R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch Log Message: 64 bit library fix R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch: --- NEW FILE R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch --- --- R-RScaLAPACK-0.4.0/RScaLAPACK/configure.BAD 2005-04-18 19:14:57.000000000 -0500 +++ R-RScaLAPACK-0.4.0/RScaLAPACK/configure 2005-04-18 21:48:45.000000000 -0500 @@ -3550,7 +3550,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lmpi $LIBS" +LIBS="-lmpi -ldl /usr/lib64/liblam.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4170,13 +4170,13 @@ fi -echo "$as_me:$LINENO: checking for Cblacs_gridexit in -lblacs" >&5 -echo $ECHO_N "checking for Cblacs_gridexit in -lblacs... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for Cblacs_gridexit in -lmpiblacs" >&5 +echo $ECHO_N "checking for Cblacs_gridexit in -lmpiblacs... $ECHO_C" >&6 if test "${ac_cv_lib_blacs_Cblacs_gridexit+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacs $LIBS" +LIBS="/usr/lib64/libmpiblacs.a -llam /usr/lib64/libmpi.a /usr/lib64/liblam.a -ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4239,7 +4239,7 @@ #define HAVE_LIBBLACS 1 _ACEOF - LIBS="-lblacs $LIBS" + LIBS="/usr/lib64/libmpiblacs.a -llam /usr/lib64/libmpi.a /usr/lib64/liblam.a -ldl $LIBS" else @@ -4320,13 +4320,13 @@ fi -echo "$as_me:$LINENO: checking for Cblacs_pinfo in -lblacsCinit" >&5 -echo $ECHO_N "checking for Cblacs_pinfo in -lblacsCinit... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for Cblacs_pinfo in -lmpiblacsCinit" >&5 +echo $ECHO_N "checking for Cblacs_pinfo in -lmpiblacsCinit... $ECHO_C" >&6 if test "${ac_cv_lib_blacsCinit_Cblacs_pinfo+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacsCinit $LIBS" +LIBS="/usr/lib64/libmpiblacsCinit.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4466,13 +4466,13 @@ fi -echo "$as_me:$LINENO: checking for blacs_pinfo__ in -lblacsF77init" >&5 -echo $ECHO_N "checking for blacs_pinfo__ in -lblacsF77init... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for blacs_pinfo__ in -lmpiblacsF77init" >&5 +echo $ECHO_N "checking for blacs_pinfo__ in -lmpiblacsF77init... $ECHO_C" >&6 if test "${ac_cv_lib_blacsF77init_blacs_pinfo__+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacsF77init $LIBS" +LIBS="/usr/lib64/libmpiblacsF77init.a /usr/lib64/liblamf77mpi.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4535,7 +4535,7 @@ #define HAVE_LIBBLACSF77INIT 1 _ACEOF - LIBS="-lblacsF77init $LIBS" + LIBS="/usr/lib64/libmpiblacsF77init.a /usr/lib64/liblamf77mpi.a $LIBS" else @@ -4774,7 +4774,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lscalapack $LIBS" +LIBS="-lscalapack $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/FC-3/R-RScaLAPACK.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- R-RScaLAPACK.spec 9 May 2005 19:57:54 -0000 1.5 +++ R-RScaLAPACK.spec 15 May 2005 22:12:45 -0000 1.6 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 0.4.0 -Release: 6%{?dist} +Release: 7%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch Patch1: R-RScaLAPACK-0.4.0-gcc4.patch +Patch2: R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch %description R package: @@ -23,7 +24,11 @@ %prep %setup -T -c -a 0 +%ifarch x86_64 ppc64 sparc64 alpha +%patch2 -p1 +%else %patch0 -p1 +%endif %patch1 -p1 %build @@ -54,6 +59,9 @@ %{_libdir}/R/library/%{packname} %changelog +* Sun May 15 2005 Tom "spot" Callaway 0.4.0-7 +- 64 bit lib fix + * Mon May 9 2005 Tom "spot" Callaway 0.4.0-6 - remove hardcoded dist tags From fedora-extras-commits at redhat.com Sun May 15 22:12:48 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 18:12:48 -0400 Subject: rpms/R-RScaLAPACK/devel R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch, NONE, 1.1 R-RScaLAPACK.spec, 1.5, 1.6 Message-ID: <200505152212.j4FMCmrS025700@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25659/devel Modified Files: R-RScaLAPACK.spec Added Files: R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch Log Message: 64 bit library fix R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch: --- NEW FILE R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch --- --- R-RScaLAPACK-0.4.0/RScaLAPACK/configure.BAD 2005-04-18 19:14:57.000000000 -0500 +++ R-RScaLAPACK-0.4.0/RScaLAPACK/configure 2005-04-18 21:48:45.000000000 -0500 @@ -3550,7 +3550,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lmpi $LIBS" +LIBS="-lmpi -ldl /usr/lib64/liblam.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4170,13 +4170,13 @@ fi -echo "$as_me:$LINENO: checking for Cblacs_gridexit in -lblacs" >&5 -echo $ECHO_N "checking for Cblacs_gridexit in -lblacs... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for Cblacs_gridexit in -lmpiblacs" >&5 +echo $ECHO_N "checking for Cblacs_gridexit in -lmpiblacs... $ECHO_C" >&6 if test "${ac_cv_lib_blacs_Cblacs_gridexit+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacs $LIBS" +LIBS="/usr/lib64/libmpiblacs.a -llam /usr/lib64/libmpi.a /usr/lib64/liblam.a -ldl $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4239,7 +4239,7 @@ #define HAVE_LIBBLACS 1 _ACEOF - LIBS="-lblacs $LIBS" + LIBS="/usr/lib64/libmpiblacs.a -llam /usr/lib64/libmpi.a /usr/lib64/liblam.a -ldl $LIBS" else @@ -4320,13 +4320,13 @@ fi -echo "$as_me:$LINENO: checking for Cblacs_pinfo in -lblacsCinit" >&5 -echo $ECHO_N "checking for Cblacs_pinfo in -lblacsCinit... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for Cblacs_pinfo in -lmpiblacsCinit" >&5 +echo $ECHO_N "checking for Cblacs_pinfo in -lmpiblacsCinit... $ECHO_C" >&6 if test "${ac_cv_lib_blacsCinit_Cblacs_pinfo+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacsCinit $LIBS" +LIBS="/usr/lib64/libmpiblacsCinit.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4466,13 +4466,13 @@ fi -echo "$as_me:$LINENO: checking for blacs_pinfo__ in -lblacsF77init" >&5 -echo $ECHO_N "checking for blacs_pinfo__ in -lblacsF77init... $ECHO_C" >&6 +echo "$as_me:$LINENO: checking for blacs_pinfo__ in -lmpiblacsF77init" >&5 +echo $ECHO_N "checking for blacs_pinfo__ in -lmpiblacsF77init... $ECHO_C" >&6 if test "${ac_cv_lib_blacsF77init_blacs_pinfo__+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lblacsF77init $LIBS" +LIBS="/usr/lib64/libmpiblacsF77init.a /usr/lib64/liblamf77mpi.a $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4535,7 +4535,7 @@ #define HAVE_LIBBLACSF77INIT 1 _ACEOF - LIBS="-lblacsF77init $LIBS" + LIBS="/usr/lib64/libmpiblacsF77init.a /usr/lib64/liblamf77mpi.a $LIBS" else @@ -4774,7 +4774,7 @@ echo $ECHO_N "(cached) $ECHO_C" >&6 else ac_check_lib_save_LIBS=$LIBS -LIBS="-lscalapack $LIBS" +LIBS="-lscalapack $LIBS" cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- R-RScaLAPACK.spec 9 May 2005 19:57:54 -0000 1.5 +++ R-RScaLAPACK.spec 15 May 2005 22:12:46 -0000 1.6 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 0.4.0 -Release: 6%{?dist} +Release: 7%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib @@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch Patch1: R-RScaLAPACK-0.4.0-gcc4.patch +Patch2: R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch %description R package: @@ -23,7 +24,11 @@ %prep %setup -T -c -a 0 +%ifarch x86_64 ppc64 sparc64 alpha +%patch2 -p1 +%else %patch0 -p1 +%endif %patch1 -p1 %build @@ -54,6 +59,9 @@ %{_libdir}/R/library/%{packname} %changelog +* Sun May 15 2005 Tom "spot" Callaway 0.4.0-7 +- 64 bit lib fix + * Mon May 9 2005 Tom "spot" Callaway 0.4.0-6 - remove hardcoded dist tags From fedora-extras-commits at redhat.com Sun May 15 22:16:42 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 15 May 2005 18:16:42 -0400 Subject: rpms/blender/devel blender-2.36-gcc4.patch, NONE, 1.1 blender.spec, 1.9, 1.10 Message-ID: <200505152217.j4FMHCFH025743@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/rpms/blender/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25723 Modified Files: blender.spec Added Files: blender-2.36-gcc4.patch Log Message: New patch blender-2.36-gcc4.patch to fix a gcc4 error. blender-2.36-gcc4.patch: --- NEW FILE blender-2.36-gcc4.patch --- --- blender/source/blender/python/api2_2x/CurNurb.c.gcc4 2005-05-14 16:14:26.000000000 -0400 +++ blender/source/blender/python/api2_2x/CurNurb.c 2005-05-14 16:14:42.000000000 -0400 @@ -51,7 +51,7 @@ */ -extern PyMethodDef BPy_CurNurb_methods[]; +static PyMethodDef BPy_CurNurb_methods[]; PyObject *CurNurb_CreatePyObject( Nurb * blen_nurb ); static PyObject *CurNurb_setMatIndex( BPy_CurNurb * self, PyObject * args ); static PyObject *CurNurb_getMatIndex( BPy_CurNurb * self ); Index: blender.spec =================================================================== RCS file: /cvs/extras/rpms/blender/devel/blender.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- blender.spec 13 May 2005 21:29:19 -0000 1.9 +++ blender.spec 15 May 2005 22:16:34 -0000 1.10 @@ -1,6 +1,6 @@ Name: blender Version: 2.36 -Release: 1 +Release: 2 Summary: 3D modeling, animation, rendering and post-production @@ -13,6 +13,7 @@ Source3: blender.png Source4: blender.desktop Source5: blender.xml +Patch0: blender-2.36-gcc4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: desktop-file-utils @@ -45,7 +46,7 @@ %prep %setup -q -n %{name} - +%patch0 -p1 -b .gcc4 %build sed -i "s/use_openal =.*/use_openal = 'true'/g;" SConstruct @@ -92,6 +93,9 @@ %changelog +* Sat May 14 2005 Toshio Kuratomi 2.36-2 +- Fix a gcc4 error. + * Fri May 13 2005 Toshio Kuratomi 2.36-1 - Update to 2.36. - Rebuild with new gcc4. From fedora-extras-commits at redhat.com Sun May 15 22:21:09 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Sun, 15 May 2005 18:21:09 -0400 Subject: common tobuild,1.480,1.481 Message-ID: <200505152221.j4FML9kj025815@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25798 Modified Files: tobuild Log Message: request build of rpms/blender/devel blender-2_36-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.480 retrieving revision 1.481 diff -u -r1.480 -r1.481 --- tobuild 15 May 2005 18:41:13 -0000 1.480 +++ tobuild 15 May 2005 22:21:07 -0000 1.481 @@ -34,3 +34,4 @@ scop rpms/icu/devel icu-3_2-3 devel spot rpms/scalapack/devel scalapack-1_7-7_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-7_fc3 fc3 +toshio rpms/blender/devel blender-2_36-2 development From fedora-extras-commits at redhat.com Sun May 15 22:42:59 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 18:42:59 -0400 Subject: common tobuild,1.481,1.482 Message-ID: <200505152242.j4FMgxCs025934@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25917 Modified Files: tobuild Log Message: request build of rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-7_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.481 retrieving revision 1.482 diff -u -r1.481 -r1.482 --- tobuild 15 May 2005 22:21:07 -0000 1.481 +++ tobuild 15 May 2005 22:42:57 -0000 1.482 @@ -35,3 +35,4 @@ spot rpms/scalapack/devel scalapack-1_7-7_fc4 devel spot rpms/scalapack/FC-3 scalapack-1_7-7_fc3 fc3 toshio rpms/blender/devel blender-2_36-2 development +spot rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-7_fc4 devel From fedora-extras-commits at redhat.com Sun May 15 22:43:10 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 18:43:10 -0400 Subject: common tobuild,1.482,1.483 Message-ID: <200505152243.j4FMhApE025962@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25945 Modified Files: tobuild Log Message: request build of rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-7_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.482 retrieving revision 1.483 diff -u -r1.482 -r1.483 --- tobuild 15 May 2005 22:42:57 -0000 1.482 +++ tobuild 15 May 2005 22:43:08 -0000 1.483 @@ -36,3 +36,4 @@ spot rpms/scalapack/FC-3 scalapack-1_7-7_fc3 fc3 toshio rpms/blender/devel blender-2_36-2 development spot rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-7_fc4 devel +spot rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-7_fc3 fc3 From fedora-extras-commits at redhat.com Mon May 16 00:29:01 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 20:29:01 -0400 Subject: rpms/R-RScaLAPACK/devel R-RScaLAPACK.spec,1.6,1.7 Message-ID: <200505160029.j4G0TWhJ028008@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27973/devel Modified Files: R-RScaLAPACK.spec Log Message: Fix compilation on FC-3 branch. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- R-RScaLAPACK.spec 15 May 2005 22:12:46 -0000 1.6 +++ R-RScaLAPACK.spec 16 May 2005 00:28:59 -0000 1.7 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 0.4.0 -Release: 7%{?dist} +Release: 8%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib @@ -59,6 +59,9 @@ %{_libdir}/R/library/%{packname} %changelog +* Sun May 15 2005 Tom "spot" Callaway 0.4.0-8 +- fc3 branch doesn't need gcc4 patch + * Sun May 15 2005 Tom "spot" Callaway 0.4.0-7 - 64 bit lib fix From fedora-extras-commits at redhat.com Mon May 16 00:29:01 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Sun, 15 May 2005 20:29:01 -0400 Subject: rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK.spec, 1.6, 1.7 R-RScaLAPACK-0.4.0-gcc4.patch, 1.1, NONE Message-ID: <200505160029.j4G0TV4x028005@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27973/FC-3 Modified Files: R-RScaLAPACK.spec Removed Files: R-RScaLAPACK-0.4.0-gcc4.patch Log Message: Fix compilation on FC-3 branch. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/FC-3/R-RScaLAPACK.spec,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- R-RScaLAPACK.spec 15 May 2005 22:12:45 -0000 1.6 +++ R-RScaLAPACK.spec 16 May 2005 00:28:59 -0000 1.7 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 0.4.0 -Release: 7%{?dist} +Release: 8%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib @@ -13,7 +13,6 @@ Requires: R, scalapack BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch -Patch1: R-RScaLAPACK-0.4.0-gcc4.patch Patch2: R-RScaLAPACK-0.4.0-lam-mpi-blacs64.patch %description @@ -29,7 +28,6 @@ %else %patch0 -p1 %endif -%patch1 -p1 %build cp %{packname}/DESCRIPTION . @@ -59,6 +57,9 @@ %{_libdir}/R/library/%{packname} %changelog +* Sun May 15 2005 Tom "spot" Callaway 0.4.0-8 +- fc3 branch doesn't need gcc4 patch + * Sun May 15 2005 Tom "spot" Callaway 0.4.0-7 - 64 bit lib fix --- R-RScaLAPACK-0.4.0-gcc4.patch DELETED --- From fedora-extras-commits at redhat.com Mon May 16 02:44:03 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Sun, 15 May 2005 22:44:03 -0400 Subject: mock - Imported sources Message-ID: <200505160244.j4G2i3WO030084@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30078 Log Message: Import mock Status: Vendor Tag: mock Release Tags: start N mock/Makefile N mock/mock.py N mock/mock.spec N mock/README N mock/src/Makefile N mock/src/config.h N mock/src/mock-helper.c N mock/src/selinux-mock.c N mock/etc/Makefile N mock/etc/fedora-3-i386-core.cfg N mock/etc/fedora-development-x86_64-core.cfg N mock/etc/fedora-3-x86_64-core.cfg N mock/etc/fedora-development-i386-core.cfg N mock/etc/fedora-development-ppc-core.cfg No conflicts created by this import From fedora-extras-commits at redhat.com Mon May 16 06:27:05 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 16 May 2005 02:27:05 -0400 Subject: mock README,1.1.1.1,1.2 mock.py,1.1.1.1,1.2 Message-ID: <200505160627.j4G6R5hx001765@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1750 Modified Files: README mock.py Log Message: - update copyright info - update README with some more content and TODOs Index: README =================================================================== RCS file: /cvs/fedora/mock/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- README 16 May 2005 02:44:00 -0000 1.1.1.1 +++ README 16 May 2005 06:27:02 -0000 1.2 @@ -1,7 +1,38 @@ Mock Readme +Mock is a simple chroot/rpm building program. It doesn't do anything +terribly fancy other than build a single srpm at a time in a chroot. + +You invoke it as: +mock -r name-of-chroot /path/to/srpm + +options: + -r CHROOT chroot name/config file name default: chroot.cfg + --no-clean do not clean chroot before building + --arch=ARCH target build arch + --debug Output copious debugging information + --resultdir=RESULTDIR + path for resulting files to be put + +mock does: +- builds the chroot +- takes the srpm, rebuilds into another srpm + - it does this to make sure that the build deps in the spec file are + made in the right environment. +- takes the build deps from the new srpm and installs them. +- rebuilds the new srpm into binary packages +- copies the binary packages into the result dir +- logs nicely so that chroot creation and build logs are separate +- outputs little unless it needs to. + + TODO: make readme TODO: make mock check the user's groups and error nicely if they are not in the mock group TODO: make other UID/GID's than 500 work TODO: document more TODO: man page? +TODO: make default.cfg the default config file to look ast +TODO: symlink fedora-development-i386-core.cfg to default.cfg +TODO: if clean is not set then run 'yum update' on the tree instead +TODO: changelog +TODO: check on it working with yum 2.2.X on FC3/EL4, too. Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- mock.py 16 May 2005 02:44:00 -0000 1.1.1.1 +++ mock.py 16 May 2005 06:27:02 -0000 1.2 @@ -12,6 +12,8 @@ # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +# Written by Seth Vidal +# Sections taken from Mach by Thomas Vander Stichele import os import os.path From fedora-extras-commits at redhat.com Mon May 16 06:49:01 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 16 May 2005 02:49:01 -0400 Subject: rpms/tpb/devel tpb-defaultconfig.patch, 1.3, 1.4 tpb.spec, 1.7, 1.8 tpb-nvram.permissions, 1.1, NONE Message-ID: <200505160649.j4G6n1Hb001894@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/rpms/tpb/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1872 Modified Files: tpb-defaultconfig.patch tpb.spec Removed Files: tpb-nvram.permissions Log Message: Adapt to udev in FC4, improve default config. tpb-defaultconfig.patch: Index: tpb-defaultconfig.patch =================================================================== RCS file: /cvs/extras/rpms/tpb/devel/tpb-defaultconfig.patch,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- tpb-defaultconfig.patch 9 Feb 2005 22:01:51 -0000 1.3 +++ tpb-defaultconfig.patch 16 May 2005 06:48:59 -0000 1.4 @@ -1,5 +1,5 @@ ---- doc/tpbrc.orig 2004-08-24 22:29:56.058320657 +0300 -+++ doc/tpbrc 2004-08-24 22:30:14.356444475 +0300 +--- doc/tpbrc.orig 2004-08-18 16:57:32.000000000 +0300 ++++ doc/tpbrc 2005-05-16 01:09:41.000000000 +0300 @@ -27,19 +27,19 @@ # String with command and options that should be executed when Home button is # pressed (only available on A and S series). By default no command is executed. @@ -39,7 +39,7 @@ ## OSDTIMEOUT # Defines how long (in seconds) the on-screen display is shown after the last -@@ -225,7 +225,7 @@ +@@ -225,13 +225,13 @@ ## OSDVERTICAL # Defines the offset from the top or bottom of the screen in pixels. Default is 25. # @@ -48,3 +48,10 @@ ## OSDHORIZONTAL # Defines the offset from the left or right of the screen in pixels. Only + # supported by xosd 2.0.0 and above. Default is 25. + # +-#OSDHORIZONTAL 25 ++OSDHORIZONTAL 60 + + ## OSDPOS + # Defines where the osd is shown. Possible values are top, middle and bottom. Index: tpb.spec =================================================================== RCS file: /cvs/extras/rpms/tpb/devel/tpb.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- tpb.spec 24 Mar 2005 11:04:09 -0000 1.7 +++ tpb.spec 16 May 2005 06:48:59 -0000 1.8 @@ -1,20 +1,19 @@ Name: tpb Version: 0.6.3 -Release: 3 +Release: 4 Summary: IBM ThinkPad button support utility Group: System Environment/Base License: GPL URL: http://www.nongnu.org/tpb/ -Source0: http://savannah.nongnu.org/download/tpb/tpb-0.6.3.tar.gz -Source1: http://savannah.nongnu.org/download/tpb/tpb-0.6.3.tar.gz.sig -Source2: %{name}-nvram.permissions +Source0: http://savannah.nongnu.org/download/tpb/%{name}-%{version}.tar.gz +Source1: http://savannah.nongnu.org/download/tpb/%{name}-%{version}.tar.gz.sig Patch0: %{name}-defaultconfig.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ExclusiveArch: %{ix86} -BuildRequires: xosd-devel >= 2.0.0, XFree86-devel, gettext, /sbin/MAKEDEV -Requires: udev +BuildRequires: xosd-devel >= 2.0.0, XFree86-devel, gettext +Requires: udev >= 050-6, MAKEDEV %description With TPB it is possible to bind a program to the ThinkPad, Mail, Home @@ -29,11 +28,31 @@ %prep %setup -q %patch0 -p0 + +# Start tpb at X startup: cat < %{name}.xinit #!/bin/sh %{_bindir}/tpb -d EOF +# For the initial MAKEDEV at post-install time, and possibly later: +cat < %{name}.makedev +# Custom permissions for nvram for use with tpb(1). +c 664 root root 10 144 1 1 nvram +EOF + +# To get the /dev entry created at boot: +cat < %{name}.nodes +# /dev/nvram, needed by tpb(1), needs to be created manually. +nvram +EOF + +# Permissions fixup: +cat < %{name}.rules +# Custom permissions for nvram for use with tpb(1). +KERNEL=="nvram", MODE="0664" +EOF + %build %configure @@ -45,30 +64,40 @@ make install DESTDIR=$RPM_BUILD_ROOT install -Dm 755 %{name}.xinit \ $RPM_BUILD_ROOT%{_sysconfdir}/X11/xinit/xinitrc.d/%{name}.sh -install -Dpm 644 %{SOURCE2} \ - $RPM_BUILD_ROOT%{_sysconfdir}/udev/permissions.d/49-%{name}-nvram.permissions -/sbin/MAKEDEV -M nvram > %{name}.files -/sbin/MAKEDEV -d %{_sysconfdir}/udev/devices -M nvram >> %{name}.files -sed -i s/600/644/ %{name}.files # console.perms.d would be nice +install -Dpm 644 %{name}.rules \ + $RPM_BUILD_ROOT%{_sysconfdir}/udev/rules.d/90-%{name}.rules +install -Dpm 644 %{name}.nodes \ + $RPM_BUILD_ROOT%{_sysconfdir}/udev/makedev.d/90-%{name}.nodes +install -Dpm 644 %{name}.makedev \ + $RPM_BUILD_ROOT%{_sysconfdir}/makedev.d/zz_%{name} %find_lang %{name} -cat %{name}.lang >> %{name}.files %clean rm -rf $RPM_BUILD_ROOT -%files -f %{name}.files +%post +/sbin/MAKEDEV nvram >/dev/null || : + + +%files -f %{name}.lang %defattr(-,root,root,-) %doc ChangeLog COPYING CREDITS README doc/callback_example.sh doc/nvram.txt -%config %{_sysconfdir}/X11/xinit/xinitrc.d/%{name}.sh -%config(noreplace) %{_sysconfdir}/udev/permissions.d/*%{name}-nvram.permissions +%{_sysconfdir}/X11/xinit/xinitrc.d/%{name}.sh +%config(noreplace) %{_sysconfdir}/udev/rules.d/*-%{name}.rules +%config(noreplace) %{_sysconfdir}/udev/makedev.d/*-%{name}.nodes +%config(noreplace) %{_sysconfdir}/makedev.d/*%{name} %config(noreplace) %{_sysconfdir}/tpbrc %{_bindir}/tpb %{_mandir}/man1/tpb.1* %changelog +* Mon May 16 2005 Ville Skytt?? - 0.6.3-4 +- Adapt to work with FC4's udev configuration. +- Improve default OSD placement. + * Thu Mar 24 2005 Colin Charles - 0:0.6.3-3 - add ExclusiveArch x86 only --- tpb-nvram.permissions DELETED --- From fedora-extras-commits at redhat.com Mon May 16 06:50:00 2005 From: fedora-extras-commits at redhat.com (Ville Skytta (scop)) Date: Mon, 16 May 2005 02:50:00 -0400 Subject: common tobuild,1.483,1.484 Message-ID: <200505160650.j4G6o0jm001958@cvs-int.fedora.redhat.com> Author: scop Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1941 Modified Files: tobuild Log Message: request build of rpms/tpb/devel tpb-0_6_3-4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.483 retrieving revision 1.484 diff -u -r1.483 -r1.484 --- tobuild 15 May 2005 22:43:08 -0000 1.483 +++ tobuild 16 May 2005 06:49:57 -0000 1.484 @@ -37,3 +37,4 @@ toshio rpms/blender/devel blender-2_36-2 development spot rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-7_fc4 devel spot rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-7_fc3 fc3 +scop rpms/tpb/devel tpb-0_6_3-4 devel From fedora-extras-commits at redhat.com Mon May 16 09:39:12 2005 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Mon, 16 May 2005 05:39:12 -0400 Subject: rpms/qemu/devel qemu-0.7.0-gcc4-ppc.patch, NONE, 1.1 qemu-0.7.0-gcc4-x86.patch, NONE, 1.1 qemu.spec, 1.5, 1.6 qemu-0.7.0-ppc-functions-end-in-branch.patch, 1.1, NONE Message-ID: <200505160939.j4G9dC67005703@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/rpms/qemu/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5681 Modified Files: qemu.spec Added Files: qemu-0.7.0-gcc4-ppc.patch qemu-0.7.0-gcc4-x86.patch Removed Files: qemu-0.7.0-ppc-functions-end-in-branch.patch Log Message: Proper fixes for the fact that GCC 4 will put a 'blr' in the middle of a function instead of just at the end. qemu-0.7.0-gcc4-ppc.patch: --- NEW FILE qemu-0.7.0-gcc4-ppc.patch --- --- qemu/dyngen.c.x 2005-05-16 10:30:43.000000000 +0100 +++ qemu/dyngen.c 2005-05-16 10:32:41.000000000 +0100 @@ -1996,6 +1996,9 @@ void gen_code(const char *name, host_ulo int retpos; int exit_addrs[MAX_EXITS]; #endif +#if defined(HOST_PPC) + uint8_t *blr_addr = NULL; +#endif /* Compute exact size excluding prologue and epilogue instructions. * Increment start_offset to skip epilogue instructions, then compute @@ -2018,9 +2021,23 @@ void gen_code(const char *name, host_ulo p = (void *)(p_end - 4); if (p == p_start) error("empty code for %s", name); - if (get32((uint32_t *)p) != 0x4e800020) - error("blr expected at the end of %s", name); - copy_size = p - p_start; + if (get32((uint32_t *)p) == 0x4e800020) { + copy_size = p - p_start; /* blr at end */ + } else { + /* Find the blr and note its address so that we + can emit code to rewrite it to a branch. */ + do { + p -= 4; + + if (get32((uint32_t *)p) == 0x4e800020) { + blr_addr = p; + copy_size = p_end - p_start; + break; + } + } while (p > p_start); + if (p == p_start) + error("blr expected in the end of %s", name); + } } #elif defined(HOST_S390) { @@ -2633,6 +2650,9 @@ void gen_code(const char *name, host_ulo #else #error unsupport object format #endif + if (blr_addr) + fprintf(outfile, " *(uint32_t *)(gen_code_ptr + %d) = 0x48000000 | %d;\n", + blr_addr - p_start, p_end - blr_addr); } #elif defined(HOST_S390) { qemu-0.7.0-gcc4-x86.patch: --- NEW FILE qemu-0.7.0-gcc4-x86.patch --- Index: dyngen-exec.h =================================================================== RCS file: /cvsroot/qemu/qemu/dyngen-exec.h,v retrieving revision 1.25 diff -u -p -r1.25 dyngen-exec.h --- dyngen-exec.h 24 Apr 2005 18:01:56 -0000 1.25 +++ dyngen-exec.h 11 May 2005 20:38:33 -0000 @@ -155,7 +155,12 @@ extern int printf(const char *, ...); #endif /* force GCC to generate only one epilog at the end of the function */ +#if defined(__i386__) || defined(__x86_64__) +/* Also add 4 bytes of padding so that we can replace the ret with a jmp. */ +#define FORCE_RET() asm volatile ("nop;nop;nop;nop"); +#else #define FORCE_RET() asm volatile (""); +#endif #ifndef OPPROTO #define OPPROTO @@ -205,12 +210,19 @@ extern int __op_jmp0, __op_jmp1, __op_jm #endif #ifdef __i386__ -#define EXIT_TB() asm volatile ("ret") -#define GOTO_LABEL_PARAM(n) asm volatile ("jmp " ASM_NAME(__op_gen_label) #n) +/* Dyngen will replace hlt instructions with a ret instruction. Inserting a + ret directly would confuse dyngen. */ +#define EXIT_TB() asm volatile ("hlt") +/* Dyngen will replace cli with 0x9e (jmp). + We generate the offset manually. */ +#define GOTO_LABEL_PARAM(n) \ + asm volatile ("cli;.long " ASM_NAME(__op_gen_label) #n " - 1f;1:") #endif #ifdef __x86_64__ -#define EXIT_TB() asm volatile ("ret") -#define GOTO_LABEL_PARAM(n) asm volatile ("jmp " ASM_NAME(__op_gen_label) #n) +/* The same as i386. */ +#define EXIT_TB() asm volatile ("hlt") +#define GOTO_LABEL_PARAM(n) \ + asm volatile ("cli;.long " ASM_NAME(__op_gen_label) #n " - 1f;1:") #endif #ifdef __powerpc__ #define EXIT_TB() asm volatile ("blr") Index: dyngen.c =================================================================== RCS file: /cvsroot/qemu/qemu/dyngen.c,v retrieving revision 1.40 diff -u -p -r1.40 dyngen.c --- dyngen.c 27 Apr 2005 19:55:58 -0000 1.40 +++ dyngen.c 11 May 2005 20:38:33 -0000 @@ -32,6 +32,8 @@ #include "config-host.h" +//#define DEBUG_OP + /* NOTE: we test CONFIG_WIN32 instead of _WIN32 to enabled cross compilation */ #if defined(CONFIG_WIN32) @@ -1343,6 +1345,639 @@ int arm_emit_ldr_info(const char *name, #endif +#if defined(HOST_I386) || defined(HOST_X86_64) + +/* This byte is the first byte of an instruction. */ +#define FLAG_INSN (1 << 0) +/* This byte has been processed as part of an instruction. */ +#define FLAG_SCANNED (1 << 1) +/* This instruction is a return instruction. Gcc cometimes generates prefix + bytes, so may be more than one byte long. */ +#define FLAG_RET (1 << 2) +/* This is either the target of a jump, or the preceeding instruction uses + a pc-relative offset. */ +#define FLAG_TARGET (1 << 3) +/* This is a magic instruction that needs fixing up. */ +#define FLAG_EXIT (1 << 4) +#define MAX_EXITS 5 + +static void +bad_opcode(const char *name, uint32_t op) +{ + error("Unsupported opcode %0*x in %s", (op > 0xff) ? 4 : 2, op, name); +} + +/* Mark len bytes as scanned, Returns insn_size + len. Reports an error + if these bytes have already been scanned. */ +static int +eat_bytes(const char *name, char *flags, int insn, int insn_size, int len) +{ + while (len > 0) { + /* This should never occur in sane code. */ + if (flags[insn + insn_size] & FLAG_SCANNED) + error ("Overlapping instructions in %s", name); + flags[insn + insn_size] |= FLAG_SCANNED; + insn_size++; + len--; + } + return insn_size; +} + +static void +trace_i386_insn (const char *name, uint8_t *start_p, char *flags, int insn, + int len) +{ + uint8_t *ptr; + uint8_t op; + int modrm; + int is_prefix; + int op_size; + int addr_size; + int insn_size; + int is_ret; + int is_condjmp; + int is_jmp; + int is_exit; + int is_pcrel; + int immed; + int seen_rexw; + int32_t disp; + + ptr = start_p + insn; + /* nonzero if this insn has a ModR/M byte. */ + modrm = 1; + /* The size of the immediate value in this instruction. */ + immed = 0; + /* The operand size. */ + op_size = 4; + /* The address size */ + addr_size = 4; + /* The total length of this instruction. */ + insn_size = 0; + is_prefix = 1; + is_ret = 0; + is_condjmp = 0; + is_jmp = 0; + is_exit = 0; + seen_rexw = 0; + is_pcrel = 0; + + while (is_prefix) { + op = ptr[insn_size]; + insn_size = eat_bytes(name, flags, insn, insn_size, 1); + is_prefix = 0; + switch (op >> 4) { + case 0: + case 1: + case 2: + case 3: + if (op == 0x0f) { + /* two-byte opcode. */ + op = ptr[insn_size]; + insn_size = eat_bytes(name, flags, insn, insn_size, 1); + switch (op >> 4) { + case 0: + if ((op & 0xf) > 3) + modrm = 0; + break; + case 1: /* vector move or prefetch */ + case 2: /* various moves and vector compares. */ + case 4: /* cmov */ + case 5: /* vector instructions */ + case 6: + case 13: + case 14: + case 15: + break; + case 7: /* mmx */ + if (op & 0x77) /* emms */ + modrm = 0; + break; + case 3: /* wrmsr, rdtsc, rdmsr, rdpmc, sysenter, sysexit */ + modrm = 0; + break; + case 8: /* long conditional jump */ + is_condjmp = 1; + immed = op_size; + modrm = 0; + break; + case 9: /* setcc */ + break; + case 10: + switch (op & 0x7) { + case 0: /* push fs/gs */ + case 1: /* pop fs/gs */ + case 2: /* cpuid/rsm */ + modrm = 0; + break; + case 4: /* shld/shrd immediate */ + immed = 1; + break; + default: /* Normal instructions with a ModR/M byte. */ + break; + } + break; + case 11: + switch (op & 0xf) { + case 10: /* bt, bts, btr, btc */ + immed = 1; + break; + default: + /* cmpxchg, lss, btr, lfs, lgs, movzx, btc, bsf, bsr + undefined, and movsx */ + break; + } + break; + case 12: + if (op & 8) { + /* bswap */ + modrm = 0; + } else { + switch (op & 0x7) { + case 2: + case 4: + case 5: + case 6: + immed = 1; + break; + default: + break; + } + } + break; + } + } else if ((op & 0x07) <= 0x3) { + /* General arithmentic ax. */ + } else if ((op & 0x07) <= 0x5) { + /* General arithmetic ax, immediate. */ + if (op & 0x01) + immed = op_size; + else + immed = 1; + modrm = 0; + } else if ((op & 0x23) == 0x22) { + /* Segment prefix. */ + is_prefix = 1; + } else { + /* Segment register push/pop or DAA/AAA/DAS/AAS. */ + modrm = 0; + } + break; + +#if defined(HOST_X86_64) + case 4: /* rex prefix. */ + is_prefix = 1; + /* The address/operand size is actually 64-bit, but the immediate + values in the instruction are still 32-bit. */ + op_size = 4; + addr_size = 4; + if (op & 8) + seen_rexw = 1; + break; +#else + case 4: /* inc/dec register. */ +#endif + case 5: /* push/pop general register. */ + modrm = 0; + break; + + case 6: + switch (op & 0x0f) { + case 0: /* pusha */ + case 1: /* popa */ + modrm = 0; + break; + case 2: /* bound */ + case 3: /* arpl */ + break; + case 4: /* FS */ + case 5: /* GS */ + is_prefix = 1; + break; + case 6: /* opcode size prefix. */ + op_size = 2; + is_prefix = 1; + break; + case 7: /* Address size prefix. */ + addr_size = 2; + is_prefix = 1; + break; + case 8: /* push immediate */ + case 10: /* pop immediate */ + immed = op_size; + modrm = 0; + break; + case 9: /* imul immediate */ + case 11: /* imul immediate */ + immed = op_size; + break; + case 12: /* insb */ + case 13: /* insw */ + case 14: /* outsb */ + case 15: /* outsw */ + modrm = 0; + break; + } + break; + + case 7: /* Short conditional jump. */ + is_condjmp = 1; + immed = 1; + modrm = 0; + break; + + case 8: + if ((op & 0xf) <= 3) { + /* arithmetic immediate. */ + if ((op & 3) == 1) + immed = op_size; + else + immed = 1; + } + /* else test, xchg, mov, lea or pop general. */ + break; + + case 9: + /* Various single-byte opcodes with no modrm byte. */ + modrm = 0; + if (op == 10) { + /* Call */ + immed = 4; + } + break; + + case 10: + switch ((op & 0xe) >> 1) { + case 0: /* mov absoliute immediate. */ + case 1: + if (seen_rexw) + immed = 8; + else + immed = addr_size; + break; + case 4: /* test immediate. */ + if (op & 1) + immed = op_size; + else + immed = 1; + break; + default: /* Various string ops. */ + break; + } + modrm = 0; + break; + + case 11: /* move immediate to register */ + if (op & 8) { + if (seen_rexw) + immed = 8; + else + immed = op_size; + } else { + immed = 1; + } + modrm = 0; + break; + + case 12: + switch (op & 0xf) { + case 0: /* shift immediate */ + case 1: + immed = 1; + break; + case 2: /* ret immediate */ + immed = 2; + modrm = 0; + bad_opcode(name, op); + break; + case 3: /* ret */ + modrm = 0; + is_ret = 1; + case 4: /* les */ + case 5: /* lds */ + break; + case 6: /* mov immediate byte */ + immed = 1; + break; + case 7: /* mov immediate */ + immed = op_size; + break; + case 8: /* enter */ + /* TODO: Is this right? */ + immed = 3; + modrm = 0; + break; + case 10: /* retf immediate */ + immed = 2; + modrm = 0; + bad_opcode(name, op); + break; + case 13: /* int */ + immed = 1; + modrm = 0; + break; + case 11: /* retf */ + case 15: /* iret */ + modrm = 0; + bad_opcode(name, op); + break; + default: /* leave, int3 or into */ + modrm = 0; + break; + } + break; + + case 13: + if ((op & 0xf) >= 8) { + /* Coprocessor escape. For our purposes this is just a normal + instruction with a ModR/M byte. */ + } else if ((op & 0xf) >= 4) { + /* AAM, AAD or XLAT */ + modrm = 0; + } + /* else shift instruction */ + break; + + case 14: + switch ((op & 0xc) >> 2) { + case 0: /* loop or jcxz */ + is_condjmp = 1; + immed = 1; + break; + case 1: /* in/out immed */ + immed = 1; + break; + case 2: /* call or jmp */ + switch (op & 3) { + case 0: /* call */ + immed = op_size; + break; + case 1: /* long jump */ + immed = 4; + is_jmp = 1; + break; + case 2: /* far jmp */ + bad_opcode(name, op); + break; + case 3: /* short jmp */ + immed = 1; + is_jmp = 1; + break; + } + break; + case 3: /* in/out register */ + break; + } + modrm = 0; + break; + + case 15: + switch ((op & 0xe) >> 1) { + case 0: + case 1: + is_prefix = 1; + break; + case 2: + case 4: + case 5: + case 6: + modrm = 0; + /* Some privileged insns are used as markers. */ + switch (op) { + case 0xf4: /* hlt: Exit translation block. */ + is_exit = 1; + break; + case 0xfa: /* cli: Jump to label. */ + is_exit = 1; + immed = 4; + break; + case 0xfb: /* sti: TB patch jump. */ + /* Mark the insn for patching, but continue sscanning. */ + flags[insn] |= FLAG_EXIT; + immed = 4; + break; + } + break; + case 3: /* unary grp3 */ + if ((ptr[insn_size] & 0x38) == 0) { + if (op == 0xf7) + immed = op_size; + else + immed = 1; /* test immediate */ + } + break; + case 7: /* inc/dec grp4/5 */ + /* TODO: This includes indirect jumps. We should fail if we + encounter one of these. */ + break; + } + break; + } + } + + if (modrm) { + if (addr_size != 4) + error("16-bit addressing mode used in %s", name); + + disp = 0; + modrm = ptr[insn_size]; + insn_size = eat_bytes(name, flags, insn, insn_size, 1); + modrm &= 0xc7; + switch ((modrm & 0xc0) >> 6) { + case 0: + if (modrm == 5) + disp = 4; + break; + case 1: + disp = 1; + break; + case 2: + disp = 4; + break; + } + if ((modrm & 0xc0) != 0xc0 && (modrm & 0x7) == 4) { + /* SIB byte */ + if (modrm == 4 && (ptr[insn_size] & 0x7) == 5) { + disp = 4; + is_pcrel = 1; + } + insn_size = eat_bytes(name, flags, insn, insn_size, 1); + } + insn_size = eat_bytes(name, flags, insn, insn_size, disp); + } + insn_size = eat_bytes(name, flags, insn, insn_size, immed); + if (is_condjmp || is_jmp) { + if (immed == 1) { + disp = (int8_t)*(ptr + insn_size - 1); + } else { + disp = (((int32_t)*(ptr + insn_size - 1)) << 24) + | (((int32_t)*(ptr + insn_size - 2)) << 16) + | (((int32_t)*(ptr + insn_size - 3)) << 8) + | *(ptr + insn_size - 4); + } + disp += insn_size; + /* Jumps to external symbols point to the address of the offset + before relocation. */ + /* ??? These are probably a tailcall. We could fix them up by + replacing them with jmp to EOB + call, but it's easier to just + prevent the compiler generating them. */ + if (disp == 1) + error("Unconditional jump (sibcall?) in %s", name); + disp += insn; + if (disp < 0 || disp > len) + error("Jump outside instruction in %s", name); + + if ((flags[disp] & (FLAG_INSN | FLAG_SCANNED)) == FLAG_SCANNED) + error("Overlapping instructions in %s", name); + + flags[disp] |= (FLAG_INSN | FLAG_TARGET); + is_pcrel = 1; + } + if (is_pcrel) { + /* Mark the following insn as a jump target. This will stop + this instruction being moved. */ + flags[insn + insn_size] |= FLAG_TARGET; + } + if (is_ret) + flags[insn] |= FLAG_RET; + + if (is_exit) + flags[insn] |= FLAG_EXIT; + + if (!(is_jmp || is_ret || is_exit)) + flags[insn + insn_size] |= FLAG_INSN; +} + +/* Scan a function body. Returns the position of the return sequence. + Sets *patch_bytes to the number of bytes that need to be copied from that + location. If no patching is required (ie. the return is the last insn) + *patch_bytes will be set to -1. *plen is the number of code bytes to copy. + */ +static int trace_i386_op(const char * name, uint8_t *start_p, int *plen, + int *patch_bytes, int *exit_addrs) +{ + char *flags; + int more; + int insn; + int retpos; + int bytes; + int num_exits; + int len; + int last_insn; + + len = *plen; + flags = malloc(len + 1); + memset(flags, 0, len + 1); + flags[0] |= FLAG_INSN; + more = 1; + while (more) { + more = 0; + for (insn = 0; insn < len; insn++) { + if ((flags[insn] & (FLAG_INSN | FLAG_SCANNED)) == FLAG_INSN) { + trace_i386_insn(name, start_p, flags, insn, len); + more = 1; + } + } + } + + /* Strip any unused code at the end of the function. */ + while (len > 0 && flags[len - 1] == 0) + len--; + + retpos = -1; + num_exits = 0; + last_insn = 0; + for (insn = 0; insn < len; insn++) { + if (flags[insn] & FLAG_RET) { + /* ??? In theory it should be possible to handle multiple return + points. In practice it's not worth the effort. */ + if (retpos != -1) + error("Multiple return instructions in %s", name); + retpos = insn; + } + if (flags[insn] & FLAG_EXIT) { + if (num_exits == MAX_EXITS) + error("Too many block exits in %s", name); + exit_addrs[num_exits] = insn; + num_exits++; + } + if (flags[insn] & FLAG_INSN) + last_insn = insn; + } + + exit_addrs[num_exits] = -1; + if (retpos == -1) { + if (num_exits == 0) { + error ("No return instruction found in %s", name); + } else { + retpos = len; + last_insn = len; + } + } + + /* If the return instruction is the last instruction we can just + remove it. */ + if (retpos == last_insn) + *patch_bytes = -1; + else + *patch_bytes = 0; + + /* Back up over any nop instructions. */ + while (retpos > 0 + && (flags[retpos] & FLAG_TARGET) == 0 + && (flags[retpos - 1] & FLAG_INSN) != 0 + && start_p[retpos - 1] == 0x90) { + retpos--; + } + + if (*patch_bytes == -1) { + *plen = retpos; + free (flags); + return retpos; + } + *plen = len; + + /* The ret is in the middle of the function. Find four more bytes that + so the ret can be replaced by a jmp. */ + /* ??? Use a short jump where possible. */ + bytes = 4; + insn = retpos + 1; + /* We can clobber everything up to the next jump target. */ + while (insn < len && bytes > 0 && (flags[insn] & FLAG_TARGET) == 0) { + insn++; + bytes--; + } + if (bytes > 0) { + /* ???: Strip out nop blocks. */ + /* We can't do the replacement without clobbering anything important. + Copy preceeding instructions(s) to give us some space. */ + while (retpos > 0) { + /* If this byte is the target of a jmp we can't move it. */ + if (flags[retpos] & FLAG_TARGET) + break; + + (*patch_bytes)++; + bytes--; + retpos--; + + /* Break out of the loop if we have enough space and this is either + the first byte of an instruction or a pad byte. */ + if ((flags[retpos] & (FLAG_INSN | FLAG_SCANNED)) != FLAG_SCANNED + && bytes <= 0) { + break; + } + } + } + + if (bytes > 0) + error("Unable to replace ret with jmp in %s\n", name); + + free(flags); + return retpos; +} + +#endif + #define MAX_ARGS 3 /* generate op code */ @@ -1356,6 +1991,11 @@ void gen_code(const char *name, host_ulo uint8_t args_present[MAX_ARGS]; const char *sym_name, *p; EXE_RELOC *rel; +#if defined(HOST_I386) || defined(HOST_X86_64) + int patch_bytes; + int retpos; + int exit_addrs[MAX_EXITS]; +#endif /* Compute exact size excluding prologue and epilogue instructions. * Increment start_offset to skip epilogue instructions, then compute @@ -1366,33 +2006,12 @@ void gen_code(const char *name, host_ulo p_end = p_start + size; start_offset = offset; #if defined(HOST_I386) || defined(HOST_X86_64) -#ifdef CONFIG_FORMAT_COFF - { - uint8_t *p; - p = p_end - 1; - if (p == p_start) - error("empty code for %s", name); - while (*p != 0xc3) { - p--; - if (p <= p_start) - error("ret or jmp expected at the end of %s", name); - } - copy_size = p - p_start; - } -#else { int len; len = p_end - p_start; - if (len == 0) - error("empty code for %s", name); - if (p_end[-1] == 0xc3) { - len--; - } else { - error("ret or jmp expected at the end of %s", name); - } + retpos = trace_i386_op(name, p_start, &len, &patch_bytes, exit_addrs); copy_size = len; } -#endif #elif defined(HOST_PPC) { uint8_t *p; @@ -1559,6 +2178,13 @@ void gen_code(const char *name, host_ulo } if (gen_switch == 2) { +#if defined(HOST_I386) || defined(HOST_X86_64) + if (patch_bytes != -1) + copy_size += patch_bytes; +#ifdef DEBUG_OP + copy_size += 2; +#endif +#endif fprintf(outfile, "DEF(%s, %d, %d)\n", name + 3, nb_args, copy_size); } else if (gen_switch == 1) { @@ -1761,7 +2387,43 @@ void gen_code(const char *name, host_ulo #error unsupport object format #endif } + } + /* Replace the marker instructions with the actual opcodes. */ + for (i = 0; exit_addrs[i] != -1; i++) { + int op; + switch (p_start[exit_addrs[i]]) + { + case 0xf4: op = 0xc3; break; /* hlt -> ret */ + case 0xfa: op = 0xe9; break; /* cli -> jmp */ + case 0xfb: op = 0xe9; break; /* sti -> jmp */ + default: error("Internal error"); + } + fprintf(outfile, + " *(uint8_t *)(gen_code_ptr + %d) = 0x%x;\n", + exit_addrs[i], op); + } + /* Fix up the return instruction. */ + if (patch_bytes != -1) { + if (patch_bytes) { + fprintf(outfile, " memcpy(gen_code_ptr + %d," + "gen_code_ptr + %d, %d);\n", + copy_size, retpos, patch_bytes); + } + fprintf(outfile, + " *(uint8_t *)(gen_code_ptr + %d) = 0xe9;\n", + retpos); + fprintf(outfile, + " *(uint32_t *)(gen_code_ptr + %d) = 0x%x;\n", + retpos + 1, copy_size - (retpos + 5)); + + copy_size += patch_bytes; } +#ifdef DEBUG_OP + fprintf(outfile, + " *(uint16_t *)(gen_code_ptr + %d) = 0x9090;\n", + copy_size); + copy_size += 2; +#endif } #elif defined(HOST_X86_64) { @@ -1793,6 +2455,42 @@ void gen_code(const char *name, host_ulo } } } + /* Replace the marker instructions with the actual opcodes. */ + for (i = 0; exit_addrs[i] != -1; i++) { + int op; + switch (p_start[exit_addrs[i]]) + { + case 0xf4: op = 0xc3; break; /* hlt -> ret */ + case 0xfa: op = 0xe9; break; /* cli -> jmp */ + case 0xfb: op = 0xe9; break; /* sti -> jmp */ + default: error("Internal error"); + } + fprintf(outfile, + " *(uint8_t *)(gen_code_ptr + %d) = 0x%x;\n", + exit_addrs[i], op); + } + /* Fix up the return instruction. */ + if (patch_bytes != -1) { + if (patch_bytes) { + fprintf(outfile, " memcpy(gen_code_ptr + %d," + "gen_code_ptr + %d, %d);\n", + copy_size, retpos, patch_bytes); + } + fprintf(outfile, + " *(uint8_t *)(gen_code_ptr + %d) = 0xe9;\n", + retpos); + fprintf(outfile, + " *(uint32_t *)(gen_code_ptr + %d) = 0x%x;\n", + retpos + 1, copy_size - (retpos + 5)); + + copy_size += patch_bytes; + } +#ifdef DEBUG_OP + fprintf(outfile, + " *(uint16_t *)(gen_code_ptr + %d) = 0x9090;\n", + copy_size); + copy_size += 2; +#endif } #elif defined(HOST_PPC) { Index: exec-all.h =================================================================== RCS file: /cvsroot/qemu/qemu/exec-all.h,v retrieving revision 1.31 diff -u -p -r1.31 exec-all.h --- exec-all.h 17 Apr 2005 18:32:14 -0000 1.31 +++ exec-all.h 11 May 2005 20:38:33 -0000 @@ -335,14 +335,15 @@ do {\ #elif defined(__i386__) && defined(USE_DIRECT_JUMP) -/* we patch the jump instruction directly */ +/* we patch the jump instruction directly. Use sti in place of the actual + jmp instruction so that dyngen can patch in the correct result. */ #define GOTO_TB(opname, tbparam, n)\ do {\ asm volatile (".section .data\n"\ ASM_NAME(__op_label) #n "." ASM_NAME(opname) ":\n"\ ".long 1f\n"\ ASM_PREVIOUS_SECTION \ - "jmp " ASM_NAME(__op_jmp) #n "\n"\ + "sti;.long " ASM_NAME(__op_jmp) #n " - 1f\n"\ "1:\n");\ } while (0) Index: target-ppc/exec.h =================================================================== RCS file: /cvsroot/qemu/qemu/target-ppc/exec.h,v retrieving revision 1.10 diff -u -p -r1.10 exec.h --- target-ppc/exec.h 13 Mar 2005 17:01:22 -0000 1.10 +++ target-ppc/exec.h 11 May 2005 20:38:35 -0000 @@ -33,11 +33,7 @@ register uint32_t T2 asm(AREG3); #define FT1 (env->ft1) #define FT2 (env->ft2) -#if defined (DEBUG_OP) -#define RETURN() __asm__ __volatile__("nop"); -#else -#define RETURN() __asm__ __volatile__(""); -#endif +#define RETURN() FORCE_RET() #include "cpu.h" #include "exec-all.h" Index: qemu.spec =================================================================== RCS file: /cvs/extras/rpms/qemu/devel/qemu.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- qemu.spec 30 Apr 2005 11:34:52 -0000 1.5 +++ qemu.spec 16 May 2005 09:39:10 -0000 1.6 @@ -1,7 +1,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 0.7.0 -Release: 1 +Release: 2 License: GPL/LGPL Group: Development/Tools @@ -9,7 +9,8 @@ Source0: http://fabrice.bellard.free.fr/qemu/%{name}-%{version}.tar.gz Source1: qemu.init Patch0: qemu-0.7.0-build.patch -Patch1: qemu-0.7.0-ppc-functions-end-in-branch.patch +Patch1: qemu-0.7.0-gcc4-x86.patch +Patch2: qemu-0.7.0-gcc4-ppc.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: SDL-devel PreReq: /sbin/chkconfig @@ -35,7 +36,8 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 +%patch1 -p0 +%patch2 -p1 %build ./configure --prefix=%{_prefix} --interp-prefix=%{_prefix}/qemu-%%M @@ -76,6 +78,10 @@ %config %{_sysconfdir}/rc.d/init.d/qemu %changelog +* Mon May 16 2005 David Woodhouse .0.7.0-2 +- Proper fix for GCC 4 putting 'blr' or 'ret' in the middle of the function, + for i386, x86_64 and PPC. + * Sat Apr 30 2005 David Woodhouse .0.7.0-1 - Update to 0.7.0 - Fix dyngen for PPC functions which end in unconditional branch --- qemu-0.7.0-ppc-functions-end-in-branch.patch DELETED --- From fedora-extras-commits at redhat.com Mon May 16 09:39:36 2005 From: fedora-extras-commits at redhat.com (David Woodhouse (dwmw2)) Date: Mon, 16 May 2005 05:39:36 -0400 Subject: common tobuild,1.484,1.485 Message-ID: <200505160939.j4G9daTQ005761@cvs-int.fedora.redhat.com> Author: dwmw2 Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5744 Modified Files: tobuild Log Message: request build of rpms/qemu/devel qemu-0_7_0-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.484 retrieving revision 1.485 diff -u -r1.484 -r1.485 --- tobuild 16 May 2005 06:49:57 -0000 1.484 +++ tobuild 16 May 2005 09:39:33 -0000 1.485 @@ -38,3 +38,4 @@ spot rpms/R-RScaLAPACK/devel R-RScaLAPACK-0_4_0-7_fc4 devel spot rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-7_fc3 fc3 scop rpms/tpb/devel tpb-0_6_3-4 devel +dwmw2 rpms/qemu/devel qemu-0_7_0-2 development From fedora-extras-commits at redhat.com Mon May 16 09:48:48 2005 From: fedora-extras-commits at redhat.com (Tomas Mraz (tmraz)) Date: Mon, 16 May 2005 05:48:48 -0400 Subject: rpms/vpnc/devel .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 vpnc-0.3.2-pie.patch, 1.1, 1.2 vpnc.spec, 1.5, 1.6 vpnc-0.3.2-64bit.patch, 1.1, NONE Message-ID: <200505160948.j4G9mmXG005840@cvs-int.fedora.redhat.com> Author: tmraz Update of /cvs/extras/rpms/vpnc/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5814 Modified Files: .cvsignore sources vpnc-0.3.2-pie.patch vpnc.spec Removed Files: vpnc-0.3.2-64bit.patch Log Message: * Mon May 16 2005 Tomas Mraz 0.3.3-1 - new upstream version Index: .cvsignore =================================================================== RCS file: /cvs/extras/rpms/vpnc/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- .cvsignore 20 Dec 2004 20:46:38 -0000 1.2 +++ .cvsignore 16 May 2005 09:48:46 -0000 1.3 @@ -1 +1,2 @@ -vpnc-0.3.2.tar.gz +vpnc-0.3.3.tar.gz +clog Index: sources =================================================================== RCS file: /cvs/extras/rpms/vpnc/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- sources 20 Dec 2004 20:46:38 -0000 1.2 +++ sources 16 May 2005 09:48:46 -0000 1.3 @@ -1 +1 @@ -aaccdffc5656095a45dfe87c5bf612cb vpnc-0.3.2.tar.gz +e7518cff21326fe7eb9795b60c25ae6a vpnc-0.3.3.tar.gz vpnc-0.3.2-pie.patch: Index: vpnc-0.3.2-pie.patch =================================================================== RCS file: /cvs/extras/rpms/vpnc/devel/vpnc-0.3.2-pie.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- vpnc-0.3.2-pie.patch 24 Dec 2004 03:16:24 -0000 1.1 +++ vpnc-0.3.2-pie.patch 16 May 2005 09:48:46 -0000 1.2 @@ -6,7 +6,7 @@ CC=gcc -CFLAGS=-W -Wall -O -g '-DVERSION="$(shell cat VERSION)"' $(shell libgcrypt-config --cflags) -+CFLAGS=-W -Wall -O2 -g -fpie -pie '-DVERSION="$(shell cat VERSION)"' $(shell libgcrypt-config --cflags) ++CFLAGS=-W -Wall $(RPM_OPT_FLAGS) -fpie -pie '-DVERSION="$(shell cat VERSION)"' $(shell libgcrypt-config --cflags) LDFLAGS=-g $(shell libgcrypt-config --libs) ifeq ($(shell uname -s), Linux) Index: vpnc.spec =================================================================== RCS file: /cvs/extras/rpms/vpnc/devel/vpnc.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- vpnc.spec 6 Apr 2005 22:13:35 -0000 1.5 +++ vpnc.spec 16 May 2005 09:48:46 -0000 1.6 @@ -1,16 +1,15 @@ Name: vpnc -Version: 0.3.2 -Release: 4 +Version: 0.3.3 +Release: 1 Summary: IPSec VPN client compatible with Cisco equipment Group: Applications/Internet License: GPL URL: http://www.unix-ag.uni-kl.de/~massar/vpnc/ -Source0: vpnc-0.3.2.tar.gz +Source0: vpnc-0.3.3.tar.gz Source1: generic-vpnc.conf Patch0: vpnc-0.3.2-pie.patch -Patch1: vpnc-0.3.2-64bit.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: libgcrypt-devel > 1.1.90 @@ -25,17 +24,16 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 %build -make +make PREFIX=/usr %install rm -rf $RPM_BUILD_ROOT -mkdir -p $RPM_BUILD_ROOT/{sbin,etc} +make install DESTDIR="$RPM_BUILD_ROOT" PREFIX=/usr +install -m 0600 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/vpnc/default.conf +rm $RPM_BUILD_ROOT%{_sysconfdir}/vpnc/vpnc.conf -install -m 755 vpnc $RPM_BUILD_ROOT/sbin -install -m 600 %{SOURCE1} $RPM_BUILD_ROOT/etc/vpnc.conf %clean rm -rf $RPM_BUILD_ROOT @@ -43,11 +41,16 @@ %files %defattr(-,root,root) %doc README -%dev(c, 10, 200) /dev/tun -%config(noreplace) /etc/vpnc.conf -/sbin/* + +%config(noreplace) %{_sysconfdir}/vpnc/default.conf +%{_sbindir}/* +%{_sysconfdir}/vpnc +%{_mandir}/man8/* %changelog +* Mon May 16 2005 Tomas Mraz 0.3.3-1 +- new upstream version + * Fri Apr 7 2005 Michael Schwendt - rebuilt --- vpnc-0.3.2-64bit.patch DELETED --- From fedora-extras-commits at redhat.com Mon May 16 09:49:55 2005 From: fedora-extras-commits at redhat.com (Tomas Mraz (tmraz)) Date: Mon, 16 May 2005 05:49:55 -0400 Subject: common tobuild,1.485,1.486 Message-ID: <200505160949.j4G9ntUk005868@cvs-int.fedora.redhat.com> Author: tmraz Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5851 Modified Files: tobuild Log Message: request build of rpms/vpnc/devel vpnc-0_3_3-1 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.485 retrieving revision 1.486 diff -u -r1.485 -r1.486 --- tobuild 16 May 2005 09:39:33 -0000 1.485 +++ tobuild 16 May 2005 09:49:53 -0000 1.486 @@ -39,3 +39,4 @@ spot rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK-0_4_0-7_fc3 fc3 scop rpms/tpb/devel tpb-0_6_3-4 devel dwmw2 rpms/qemu/devel qemu-0_7_0-2 development +tmraz rpms/vpnc/devel vpnc-0_3_3-1 devel From fedora-extras-commits at redhat.com Mon May 16 10:07:57 2005 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 16 May 2005 06:07:57 -0400 Subject: rpms/uim/devel uim-0.4.6-multilib.patch, NONE, 1.1 uim.spec, 1.10, 1.11 Message-ID: <200505161007.j4GA7vEF006899@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/rpms/uim/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6884 Modified Files: uim.spec Added Files: uim-0.4.6-multilib.patch Log Message: * Mon May 16 2005 Akira TAGOH - 0.4.6-3 - uim-0.4.6-multilib.patch: applied to fix a build issue for libquiminputcontextplugin.so. (John Thacker, #156880) uim-0.4.6-multilib.patch: --- NEW FILE uim-0.4.6-multilib.patch --- diff -ur uim-0.4.6.orig/configure.ac uim-0.4.6/configure.ac --- uim-0.4.6.orig/configure.ac 2005-05-11 11:46:09.000000000 -0400 +++ uim-0.4.6/configure.ac 2005-05-11 11:46:26.000000000 -0400 @@ -613,7 +613,7 @@ fi LDFLAGS=$_SAVE_LDFLAGS - QT_LIBS="-L/usr/X11R6/lib $QT_LDFLAGS $QT_LIB -lXext -lX11" + QT_LIBS="$X_LIBS $QT_LDFLAGS $QT_LIB -lXext -lX11" _SAVE_CXXFLAGS=$CXXFLAGS _SAVE_LIBS=$LIBS Index: uim.spec =================================================================== RCS file: /cvs/extras/rpms/uim/devel/uim.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- uim.spec 6 May 2005 05:37:29 -0000 1.10 +++ uim.spec 16 May 2005 10:07:53 -0000 1.11 @@ -5,12 +5,13 @@ Summary: A multilingual input method library Name: uim Version: 0.4.6 -Release: 2 +Release: 3 License: GPL/BSD Group: System Environment/Libraries URL: http://uim.freedesktop.org/ Source0: http://uim.freedesktop.org/release/%{name}-%{version}.tar.gz Source1: xinput.d-uim +Patch0: uim-0.4.6-multilib.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: gtk2-devel gnome-panel-devel qt-devel ncurses-devel BuildRequires: anthy-devel Canna-devel @@ -120,13 +121,12 @@ %prep %setup -q +%patch0 -p1 -b .multilib -%ifarch x86_64 # patch creation: libtoolize --force && aclocal-1.9 -I m4 && autoheader && automake-1.9 --foreign && autoconf # touch uim/config.h.in, otherwise autoheader will run again touch uim/config.h.in -%endif %build %configure --with-canna --with-anthy --with-gtk2 --with-gnome2 --with-qt --with-qt-immodule @@ -286,6 +286,10 @@ %{_datadir}/uim/skk*.scm %changelog +* Mon May 16 2005 Akira TAGOH - 0.4.6-3 +- uim-0.4.6-multilib.patch: applied to fix a build issue for + libquiminputcontextplugin.so. (John Thacker, #156880) + * Fri May 6 2005 Akira TAGOH - 0.4.6-2 - added BuildRequires: ncurses-devel. (#156880) From fedora-extras-commits at redhat.com Mon May 16 10:08:58 2005 From: fedora-extras-commits at redhat.com (Akira Tagoh (tagoh)) Date: Mon, 16 May 2005 06:08:58 -0400 Subject: common tobuild,1.486,1.487 Message-ID: <200505161008.j4GA8waI006964@cvs-int.fedora.redhat.com> Author: tagoh Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6950 Modified Files: tobuild Log Message: request build of rpms/uim/devel uim-0_4_6-3 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.486 retrieving revision 1.487 diff -u -r1.486 -r1.487 --- tobuild 16 May 2005 09:49:53 -0000 1.486 +++ tobuild 16 May 2005 10:08:56 -0000 1.487 @@ -40,3 +40,4 @@ scop rpms/tpb/devel tpb-0_6_3-4 devel dwmw2 rpms/qemu/devel qemu-0_7_0-2 development tmraz rpms/vpnc/devel vpnc-0_3_3-1 devel +tagoh rpms/uim/devel uim-0_4_6-3 devel From fedora-extras-commits at redhat.com Mon May 16 12:07:52 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 08:07:52 -0400 Subject: rpms/audacity/devel audacity.spec,1.9,1.10 Message-ID: <200505161207.j4GC7qmv008981@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/audacity/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8964 Modified Files: audacity.spec Log Message: bump up release Index: audacity.spec =================================================================== RCS file: /cvs/extras/rpms/audacity/devel/audacity.spec,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- audacity.spec 6 Apr 2005 22:24:55 -0000 1.9 +++ audacity.spec 16 May 2005 12:07:50 -0000 1.10 @@ -1,6 +1,6 @@ Name: audacity Version: 1.2.3 -Release: 3 +Release: 4 Summary: A multitrack audio editor Group: Applications/Multimedia From fedora-extras-commits at redhat.com Mon May 16 12:10:52 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 08:10:52 -0400 Subject: rpms/TeXmacs/devel TeXmacs.spec,1.10,1.11 Message-ID: <200505161210.j4GCAqWG009006@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/TeXmacs/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8989 Modified Files: TeXmacs.spec Log Message: bump up release Index: TeXmacs.spec =================================================================== RCS file: /cvs/extras/rpms/TeXmacs/devel/TeXmacs.spec,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- TeXmacs.spec 28 Apr 2005 17:21:07 -0000 1.10 +++ TeXmacs.spec 16 May 2005 12:10:50 -0000 1.11 @@ -1,6 +1,6 @@ Name: TeXmacs Version: 1.0.5 -Release: 1 +Release: 2 Summary: Structured wysiwyg scientific text editor Group: Applications/Editors From fedora-extras-commits at redhat.com Mon May 16 12:12:28 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 08:12:28 -0400 Subject: rpms/gcl/devel gcl.spec,1.11,1.12 Message-ID: <200505161212.j4GCCSlL009038@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/gcl/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9021 Modified Files: gcl.spec Log Message: bump up release Index: gcl.spec =================================================================== RCS file: /cvs/extras/rpms/gcl/devel/gcl.spec,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- gcl.spec 25 Apr 2005 15:15:31 -0000 1.11 +++ gcl.spec 16 May 2005 12:12:25 -0000 1.12 @@ -1,6 +1,6 @@ Name: gcl Version: 2.6.6 -Release: 2 +Release: 3 Summary: GNU Common Lisp Group: Development/Languages From fedora-extras-commits at redhat.com Mon May 16 12:13:29 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 08:13:29 -0400 Subject: rpms/graveman/devel graveman.spec,1.7,1.8 Message-ID: <200505161213.j4GCDTne009061@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/graveman/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9044 Modified Files: graveman.spec Log Message: bump up release Index: graveman.spec =================================================================== RCS file: /cvs/extras/rpms/graveman/devel/graveman.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- graveman.spec 7 May 2005 20:27:20 -0000 1.7 +++ graveman.spec 16 May 2005 12:13:27 -0000 1.8 @@ -1,6 +1,6 @@ Name: graveman Version: 0.3.11 -Release: 2 +Release: 3 Summary: A frontend for cdrtools, dvd+rw-tools and sox Group: Applications/Archiving From fedora-extras-commits at redhat.com Mon May 16 12:13:58 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 08:13:58 -0400 Subject: rpms/plt-scheme/devel plt-scheme.spec,1.1,1.2 Message-ID: <200505161213.j4GCDwrH009084@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/plt-scheme/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9067 Modified Files: plt-scheme.spec Log Message: bump up release Index: plt-scheme.spec =================================================================== RCS file: /cvs/extras/rpms/plt-scheme/devel/plt-scheme.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plt-scheme.spec 16 Apr 2005 17:08:26 -0000 1.1 +++ plt-scheme.spec 16 May 2005 12:13:55 -0000 1.2 @@ -1,6 +1,6 @@ Name: plt-scheme Version: 299.100 -Release: 1 +Release: 2 Summary: Graphical environment for developing programs using Scheme Group: Development/Languages From fedora-extras-commits at redhat.com Mon May 16 12:28:55 2005 From: fedora-extras-commits at redhat.com (Toshio Ernie Kuratomi (toshio)) Date: Mon, 16 May 2005 08:28:55 -0400 Subject: common tobuild,1.487,1.488 Message-ID: <200505161228.j4GCStxO009148@cvs-int.fedora.redhat.com> Author: toshio Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9131 Modified Files: tobuild Log Message: request build of rpms/blender/devel blender-2_36-2 for development Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.487 retrieving revision 1.488 diff -u -r1.487 -r1.488 --- tobuild 16 May 2005 10:08:56 -0000 1.487 +++ tobuild 16 May 2005 12:28:53 -0000 1.488 @@ -41,3 +41,4 @@ dwmw2 rpms/qemu/devel qemu-0_7_0-2 development tmraz rpms/vpnc/devel vpnc-0_3_3-1 devel tagoh rpms/uim/devel uim-0_4_6-3 devel +toshio rpms/blender/devel blender-2_36-2 development From fedora-extras-commits at redhat.com Mon May 16 14:00:15 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 16 May 2005 10:00:15 -0400 Subject: rpms/R-RScaLAPACK/FC-3 R-RScaLAPACK.spec,1.7,1.8 Message-ID: <200505161400.j4GE0FvE010220@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10191/FC-3 Modified Files: R-RScaLAPACK.spec Log Message: Don't run the test, it fails when not run on a lam cluster. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/FC-3/R-RScaLAPACK.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- R-RScaLAPACK.spec 16 May 2005 00:28:59 -0000 1.7 +++ R-RScaLAPACK.spec 16 May 2005 14:00:13 -0000 1.8 @@ -2,14 +2,14 @@ Name: R-%{packname} Version: 0.4.0 -Release: 8%{?dist} +Release: 9%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib Group: Applications/Engineering Summary: An interface to perform parallel computation on linear algebra problems using ScaLAPACK BuildRequires: R-devel, tetex-latex -BuildRequires: gcc-gfortran, lam, blacs, scalapack +BuildRequires: gcc-g77, lam, blacs, scalapack Requires: R, scalapack BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: R-RScaLAPACK-0.4.0-lam-mpi-blacs.patch @@ -23,7 +23,7 @@ %prep %setup -T -c -a 0 -%ifarch x86_64 ppc64 sparc64 alpha +%ifarch x86_64 ppc64 sparc64 alpha ia64 %patch2 -p1 %else %patch0 -p1 @@ -36,7 +36,7 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir}/R/library %{_bindir}/R CMD INSTALL -l $RPM_BUILD_ROOT%{_libdir}/R/library %{packname} -%{_bindir}/R CMD check %{packname} +# %{_bindir}/R CMD check %{packname} test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so) rm -rf $RPM_BUILD_ROOT%{_libdir}/R/library/R.css @@ -57,6 +57,10 @@ %{_libdir}/R/library/%{packname} %changelog +* Mon May 16 2005 Tom "spot" Callaway 0.4.0-9 +- test fails unless you are running it on a lam cluster, + so don't run it here + * Sun May 15 2005 Tom "spot" Callaway 0.4.0-8 - fc3 branch doesn't need gcc4 patch From fedora-extras-commits at redhat.com Mon May 16 14:00:16 2005 From: fedora-extras-commits at redhat.com (Tom Callaway (spot)) Date: Mon, 16 May 2005 10:00:16 -0400 Subject: rpms/R-RScaLAPACK/devel R-RScaLAPACK.spec,1.7,1.8 Message-ID: <200505161400.j4GE0GXo010226@cvs-int.fedora.redhat.com> Author: spot Update of /cvs/extras/rpms/R-RScaLAPACK/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10191/devel Modified Files: R-RScaLAPACK.spec Log Message: Don't run the test, it fails when not run on a lam cluster. Index: R-RScaLAPACK.spec =================================================================== RCS file: /cvs/extras/rpms/R-RScaLAPACK/devel/R-RScaLAPACK.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- R-RScaLAPACK.spec 16 May 2005 00:28:59 -0000 1.7 +++ R-RScaLAPACK.spec 16 May 2005 14:00:14 -0000 1.8 @@ -2,7 +2,7 @@ Name: R-%{packname} Version: 0.4.0 -Release: 8%{?dist} +Release: 9%{?dist} Source0: ftp://cran.r-project.org/pub/R/contrib/main/%{packname}_%{version}.tar.gz License: Freely distributable URL: http://cran.r-project.org/contrib @@ -24,7 +24,7 @@ %prep %setup -T -c -a 0 -%ifarch x86_64 ppc64 sparc64 alpha +%ifarch x86_64 ppc64 sparc64 ia64 alpha %patch2 -p1 %else %patch0 -p1 @@ -38,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT%{_libdir}/R/library %{_bindir}/R CMD INSTALL -l $RPM_BUILD_ROOT%{_libdir}/R/library %{packname} -%{_bindir}/R CMD check %{packname} +# %{_bindir}/R CMD check %{packname} test -d %{packname}/src && (cd %{packname}/src; rm -f *.o *.so) rm -rf $RPM_BUILD_ROOT%{_libdir}/R/library/R.css @@ -59,6 +59,10 @@ %{_libdir}/R/library/%{packname} %changelog +* Mon May 16 2005 Tom "spot" Callaway 0.4.0-9 +- test fails unless you are running it on a lam cluster, + so don't run it here + * Sun May 15 2005 Tom "spot" Callaway 0.4.0-8 - fc3 branch doesn't need gcc4 patch From fedora-extras-commits at redhat.com Mon May 16 14:20:52 2005 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Mon, 16 May 2005 10:20:52 -0400 Subject: rpms/cdo/FC-3 cdo.spec,1.1,1.2 Message-ID: <200505161421.j4GELNMx011280@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/cdo/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11248/FC-3 Modified Files: cdo.spec Log Message: add dist to release Index: cdo.spec =================================================================== RCS file: /cvs/extras/rpms/cdo/FC-3/cdo.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cdo.spec 29 Apr 2005 18:59:09 -0000 1.1 +++ cdo.spec 16 May 2005 14:20:50 -0000 1.2 @@ -1,6 +1,6 @@ Name: cdo Version: 0.9.6 -Release: 2 +Release: 3%{?dist} Summary: A program for manipulating GRIB/NetCDF/SERVICE/EXTRA files Group: Applications/Engineering License: GPL @@ -45,6 +45,9 @@ %changelog +* Mon May 9 2005 Ed Hill - 0.9.6-3 +- add dist to release + * Sat Apr 23 2005 Ed Hill - 0.9.6-2 - fix CPPFLAGS per Tom Callaway's review From fedora-extras-commits at redhat.com Mon May 16 14:20:53 2005 From: fedora-extras-commits at redhat.com (Ed Hill (edhill)) Date: Mon, 16 May 2005 10:20:53 -0400 Subject: rpms/cdo/devel cdo.spec,1.1,1.2 Message-ID: <200505161421.j4GELNY1011283@cvs-int.fedora.redhat.com> Author: edhill Update of /cvs/extras/rpms/cdo/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11248/devel Modified Files: cdo.spec Log Message: add dist to release Index: cdo.spec =================================================================== RCS file: /cvs/extras/rpms/cdo/devel/cdo.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- cdo.spec 29 Apr 2005 18:59:09 -0000 1.1 +++ cdo.spec 16 May 2005 14:20:51 -0000 1.2 @@ -1,6 +1,6 @@ Name: cdo Version: 0.9.6 -Release: 2 +Release: 3%{?dist} Summary: A program for manipulating GRIB/NetCDF/SERVICE/EXTRA files Group: Applications/Engineering License: GPL @@ -45,6 +45,9 @@ %changelog +* Mon May 9 2005 Ed Hill - 0.9.6-3 +- add dist to release + * Sat Apr 23 2005 Ed Hill - 0.9.6-2 - fix CPPFLAGS per Tom Callaway's review From fedora-extras-commits at redhat.com Mon May 16 14:44:46 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Mon, 16 May 2005 10:44:46 -0400 Subject: rpms/python-cherrytemplate/FC-3 python-cherrytemplate.spec,1.1,1.2 Message-ID: <200505161445.j4GEjGPe011567@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/rpms/python-cherrytemplate/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11524/FC-3 Modified Files: python-cherrytemplate.spec Log Message: Adding dist tag to make devel version newer than FC3 version. Index: python-cherrytemplate.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrytemplate/FC-3/python-cherrytemplate.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-cherrytemplate.spec 6 Apr 2005 09:58:28 -0000 1.1 +++ python-cherrytemplate.spec 16 May 2005 14:44:44 -0000 1.2 @@ -3,7 +3,7 @@ Name: python-cherrytemplate Version: 1.0.0 -Release: 1 +Release: 2%{?dist} Summary: An easy and powerful templating module for Python Group: Development/Libraries License: BSD @@ -51,5 +51,8 @@ %ghost %{python_sitelib}/cherrytemplate/unittest/*.pyo %changelog +* Mon May 16 2005 Gijs Hollestelle 1.0.0-2 +- Added dist tag + * Wed Mar 23 2005 Gijs Hollestelle 1.0.0-1 - Initial Fedora Package From fedora-extras-commits at redhat.com Mon May 16 14:44:46 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Mon, 16 May 2005 10:44:46 -0400 Subject: rpms/python-cherrytemplate/devel python-cherrytemplate.spec, 1.1, 1.2 Message-ID: <200505161445.j4GEjHgk011570@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/rpms/python-cherrytemplate/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11524/devel Modified Files: python-cherrytemplate.spec Log Message: Adding dist tag to make devel version newer than FC3 version. Index: python-cherrytemplate.spec =================================================================== RCS file: /cvs/extras/rpms/python-cherrytemplate/devel/python-cherrytemplate.spec,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-cherrytemplate.spec 6 Apr 2005 09:58:28 -0000 1.1 +++ python-cherrytemplate.spec 16 May 2005 14:44:44 -0000 1.2 @@ -3,7 +3,7 @@ Name: python-cherrytemplate Version: 1.0.0 -Release: 1 +Release: 2%{?dist} Summary: An easy and powerful templating module for Python Group: Development/Libraries License: BSD @@ -51,5 +51,8 @@ %ghost %{python_sitelib}/cherrytemplate/unittest/*.pyo %changelog +* Mon May 16 2005 Gijs Hollestelle 1.0.0-2 +- Added dist tag + * Wed Mar 23 2005 Gijs Hollestelle 1.0.0-1 - Initial Fedora Package From fedora-extras-commits at redhat.com Mon May 16 14:47:07 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Mon, 16 May 2005 10:47:07 -0400 Subject: common tobuild,1.488,1.489 Message-ID: <200505161447.j4GEl7QX011661@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11644 Modified Files: tobuild Log Message: request build of rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-2_fc3 for fc3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.488 retrieving revision 1.489 diff -u -r1.488 -r1.489 --- tobuild 16 May 2005 12:28:53 -0000 1.488 +++ tobuild 16 May 2005 14:47:05 -0000 1.489 @@ -42,3 +42,4 @@ tmraz rpms/vpnc/devel vpnc-0_3_3-1 devel tagoh rpms/uim/devel uim-0_4_6-3 devel toshio rpms/blender/devel blender-2_36-2 development +gijs rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-2_fc3 fc3 From fedora-extras-commits at redhat.com Mon May 16 14:47:41 2005 From: fedora-extras-commits at redhat.com (Gijs Hollestelle (gijs)) Date: Mon, 16 May 2005 10:47:41 -0400 Subject: common tobuild,1.489,1.490 Message-ID: <200505161447.j4GElfDn011689@cvs-int.fedora.redhat.com> Author: gijs Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11672 Modified Files: tobuild Log Message: request build of rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-2_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.489 retrieving revision 1.490 diff -u -r1.489 -r1.490 --- tobuild 16 May 2005 14:47:05 -0000 1.489 +++ tobuild 16 May 2005 14:47:39 -0000 1.490 @@ -43,3 +43,4 @@ tagoh rpms/uim/devel uim-0_4_6-3 devel toshio rpms/blender/devel blender-2_36-2 development gijs rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-2_fc3 fc3 +gijs rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-2_fc4 devel From fedora-extras-commits at redhat.com Mon May 16 15:04:46 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 16 May 2005 11:04:46 -0400 Subject: mock README,1.2,1.3 mock.py,1.2,1.3 Message-ID: <200505161504.j4GF4k9P012640@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12631 Modified Files: README mock.py Log Message: - default now the default config file - checks for membership in mock group before running - run yum update if the chroot is set to not be cleaned out Index: README =================================================================== RCS file: /cvs/fedora/mock/README,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- README 16 May 2005 06:27:02 -0000 1.2 +++ README 16 May 2005 15:04:44 -0000 1.3 @@ -25,14 +25,9 @@ - outputs little unless it needs to. -TODO: make readme -TODO: make mock check the user's groups and error nicely if they are not in - the mock group TODO: make other UID/GID's than 500 work TODO: document more TODO: man page? -TODO: make default.cfg the default config file to look ast TODO: symlink fedora-development-i386-core.cfg to default.cfg -TODO: if clean is not set then run 'yum update' on the tree instead TODO: changelog TODO: check on it working with yum 2.2.X on FC3/EL4, too. Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- mock.py 16 May 2005 06:27:02 -0000 1.2 +++ mock.py 16 May 2005 15:04:44 -0000 1.3 @@ -26,6 +26,8 @@ import tempfile import shutil import types +import grp +import pwd from optparse import OptionParser __VERSION__ = '0.1' @@ -143,7 +145,11 @@ def prep(self): self.state('Starting Prep') self._prep_install() - cmd = 'groupinstall %s' % self.config['buildgroup'] + if self.config['clean']: + cmd = 'groupinstall %s' % self.config['buildgroup'] + else: + cmd = 'update' + self.yum(cmd) self._prep_build() self.state('Finished Prep') @@ -556,7 +562,8 @@ usage = "usage: mock [options] /path/to/srpm" parser = OptionParser(usage=usage, version=__VERSION__) parser.add_option("-r", action="store", type="string", dest="chroot", - default='chroot.cfg', help="chroot name/config file name default: %default") + default='default', + help="chroot name/config file name default: %default") parser.add_option("--no-clean", action ="store_true", dest="dirty", help="do not clean chroot before building") parser.add_option("--arch", action ="store", dest="arch", @@ -569,6 +576,20 @@ return parser.parse_args() def main(): + # before we go on, make sure the user is a member of the 'mock' group. + member = False + for item in os.getgroups(): + try: + grptup = grp.getgrgid(item) + except KeyError, e: + continue + if grptup[0] == 'mock': + member = True + + if not member: + print "You need to be a member of the mock group for this to work" + sys.exit(1) + # config path config_path='/etc/mock' From fedora-extras-commits at redhat.com Mon May 16 15:07:54 2005 From: fedora-extras-commits at redhat.com (Seth Vidal (skvidal)) Date: Mon, 16 May 2005 11:07:54 -0400 Subject: mock mock.py,1.3,1.4 Message-ID: <200505161507.j4GF7sUw012655@cvs-int.fedora.redhat.com> Author: skvidal Update of /cvs/fedora/mock In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12647 Modified Files: mock.py Log Message: pychecker is my friend Index: mock.py =================================================================== RCS file: /cvs/fedora/mock/mock.py,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mock.py 16 May 2005 15:04:44 -0000 1.3 +++ mock.py 16 May 2005 15:07:51 -0000 1.4 @@ -21,13 +21,11 @@ import commands import rpmUtils import rpm -import sha import glob -import tempfile import shutil import types import grp -import pwd + from optparse import OptionParser __VERSION__ = '0.1' @@ -527,11 +525,11 @@ self.do_chroot(cmd, fatal=True) # create dir structure - for dir in ('RPMS', 'SRPMS', 'SOURCES', 'SPECS', 'BUILD', 'originals'): - cmd = "mkdir -p %s/%s" % (self.builddir, dir) + for subdir in ('RPMS', 'SRPMS', 'SOURCES', 'SPECS', 'BUILD', 'originals'): + cmd = "mkdir -p %s/%s" % (self.builddir, subdir) self.do_chroot(cmd, fatal = True) cmd = "chown %s.%s %s/%s" % (self.config['chrootuser'], - self.config['chrootgroup'], self.builddir, dir) + self.config['chrootgroup'], self.builddir, subdir) self.do_chroot(cmd, fatal = True) # rpmmacros default From fedora-extras-commits at redhat.com Mon May 16 15:14:15 2005 From: fedora-extras-commits at redhat.com (Owen Taylor (otaylor)) Date: Mon, 16 May 2005 11:14:15 -0400 Subject: common tobuild,1.490,1.491 Message-ID: <200505161514.j4GFEFQL012687@cvs-int.fedora.redhat.com> Author: otaylor Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12670 Modified Files: tobuild Log Message: request build of rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 for devel Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.490 retrieving revision 1.491 diff -u -r1.490 -r1.491 --- tobuild 16 May 2005 14:47:39 -0000 1.490 +++ tobuild 16 May 2005 15:14:13 -0000 1.491 @@ -44,3 +44,4 @@ toshio rpms/blender/devel blender-2_36-2 development gijs rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-2_fc3 fc3 gijs rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-2_fc4 devel +otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel From fedora-extras-commits at redhat.com Mon May 16 18:31:09 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 14:31:09 -0400 Subject: rpms/unison/FC-3 unison-fix.patch,NONE,1.1 unison.spec,1.5,1.6 Message-ID: <200505161831.j4GIV9JL015782@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/unison/FC-3 In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15762 Modified Files: unison.spec Added Files: unison-fix.patch Log Message: patch: http://groups.yahoo.com/group/unison-users/message/3200 unison-fix.patch: --- NEW FILE unison-fix.patch --- --- unison-2.10.2/transport.ml.fix 2005-05-16 20:23:51.000000000 +0200 +++ unison-2.10.2/transport.ml 2005-05-16 20:24:37.000000000 +0200 @@ -15,7 +15,8 @@ match uiFrom, uiTo with _, Updates (File (props, ContentsUpdated (_, _, ress)), _) -> (Props.length props, Osx.ressLength ress) - | Updates (File _, Previous (_, props, _, ress)), NoUpdates -> + | Updates (_, Previous (`FILE, props, _, ress)), + (NoUpdates | Updates (File (_, ContentsSame), _)) -> (Props.length props, Osx.ressLength ress) | _ -> assert false Index: unison.spec =================================================================== RCS file: /cvs/extras/rpms/unison/FC-3/unison.spec,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- unison.spec 7 Mar 2005 21:09:02 -0000 1.5 +++ unison.spec 16 May 2005 18:31:06 -0000 1.6 @@ -1,6 +1,6 @@ Name: unison Version: 2.10.2 -Release: 2 +Release: 4 Summary: File-synchronization tool Group: Applications/File @@ -8,7 +8,7 @@ URL: http://www.cis.upenn.edu/~bcpierce/unison Source: http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/unison-2.10.2/unison-2.10.2.tar.gz Source1: unison.png -#Patch: unison-uigtk.patch +Patch0: unison-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ocaml >= 3.08, lablgtk >= 2.4.0, tetex-latex BuildRequires: desktop-file-utils @@ -24,7 +24,7 @@ %prep %setup -q -#%patch -p1 +%patch0 -p1 %build make %{?_smp_mflags} NATIVE=true UISTYLE=gtk2 @@ -70,6 +70,9 @@ %{_datadir}/pixmaps/* %changelog +* Mon May 16 2005 Gerard Milmeister - 2.10.2-4 +- Patch: http://groups.yahoo.com/group/unison-users/message/3200 + * Thu Feb 24 2005 Michael Schwendt - 0:2.10.2-2 - BR gtk2-devel - Added NEWS and README docs From fedora-extras-commits at redhat.com Mon May 16 18:31:46 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 14:31:46 -0400 Subject: rpms/unison/devel unison-fix.patch,NONE,1.1 unison.spec,1.7,1.8 Message-ID: <200505161831.j4GIVkPD015813@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/rpms/unison/devel In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15793 Modified Files: unison.spec Added Files: unison-fix.patch Log Message: patch: http://groups.yahoo.com/group/unison-users/message/3200 unison-fix.patch: --- NEW FILE unison-fix.patch --- --- unison-2.10.2/transport.ml.fix 2005-05-16 20:23:51.000000000 +0200 +++ unison-2.10.2/transport.ml 2005-05-16 20:24:37.000000000 +0200 @@ -15,7 +15,8 @@ match uiFrom, uiTo with _, Updates (File (props, ContentsUpdated (_, _, ress)), _) -> (Props.length props, Osx.ressLength ress) - | Updates (File _, Previous (_, props, _, ress)), NoUpdates -> + | Updates (_, Previous (`FILE, props, _, ress)), + (NoUpdates | Updates (File (_, ContentsSame), _)) -> (Props.length props, Osx.ressLength ress) | _ -> assert false Index: unison.spec =================================================================== RCS file: /cvs/extras/rpms/unison/devel/unison.spec,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- unison.spec 6 Apr 2005 22:13:34 -0000 1.7 +++ unison.spec 16 May 2005 18:31:44 -0000 1.8 @@ -1,6 +1,6 @@ Name: unison Version: 2.10.2 -Release: 3 +Release: 4 Summary: File-synchronization tool @@ -9,7 +9,7 @@ URL: http://www.cis.upenn.edu/~bcpierce/unison Source: http://www.cis.upenn.edu/~bcpierce/unison/download/beta-test/unison-2.10.2/unison-2.10.2.tar.gz Source1: unison.png -#Patch: unison-uigtk.patch +Patch0: unison-fix.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ocaml >= 3.08, lablgtk >= 2.4.0, tetex-latex BuildRequires: desktop-file-utils @@ -25,7 +25,7 @@ %prep %setup -q -#%patch -p1 +%patch0 -p1 %build make %{?_smp_mflags} NATIVE=true UISTYLE=gtk2 @@ -71,6 +71,9 @@ %{_datadir}/pixmaps/* %changelog +* Mon May 16 2005 Gerard Milmeister - 2.10.2-4 +- Patch: http://groups.yahoo.com/group/unison-users/message/3200 + * Fri Apr 7 2005 Michael Schwendt - rebuilt From fedora-extras-commits at redhat.com Mon May 16 18:32:36 2005 From: fedora-extras-commits at redhat.com (Gérard Milmeister (gemi)) Date: Mon, 16 May 2005 14:32:36 -0400 Subject: common tobuild,1.491,1.492 Message-ID: <200505161832.j4GIWaGa015870@cvs-int.fedora.redhat.com> Author: gemi Update of /cvs/extras/common In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15853 Modified Files: tobuild Log Message: request build of rpms/unison/FC-3 unison-2_10_2-4 for FC3 Index: tobuild =================================================================== RCS file: /cvs/extras/common/tobuild,v retrieving revision 1.491 retrieving revision 1.492 diff -u -r1.491 -r1.492 --- tobuild 16 May 2005 15:14:13 -0000 1.491 +++ tobuild 16 May 2005 18:32:34 -0000 1.492 @@ -45,3 +45,4 @@ gijs rpms/python-cherrytemplate/FC-3 python-cherrytemplate-1_0_0-2_fc3 fc3 gijs rpms/python-cherrytemplate/devel python-cherrytemplate-1_0_0-2_fc4 devel otaylor rpms/fontforge/devel fontforge-0_0-2_20050502_fc4 devel +gemi rpms/unison/FC-3 unison-2_10_2-4 FC3 From fedora-extras-commits at redhat.com Mon May 16 18:43:46 2005 From: fedora-extras-commits at redhat.com (Elliot Lee (sopwith)) Date: Mon, 16 May 2005 14:43:46 -0400 Subject: fedora-release index.html,1.3,1.4 Message-ID: <200505161843.j4GIhkTA015910@cvs-int.fedora.redhat.com> Author: sopwith Update of /cvs/fedora/fedora-release In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15902 Modified Files: index.html Log Message: no offsite.js Index: index.html =================================================================== RCS file: /cvs/fedora/fedora-release/index.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- index.html 4 May 2005 18:40:31 -0000 1.3 +++ index.html 16 May 2005 18:43:43 -0000 1.4 @@ -7,7 +7,6 @@ @import url("css/content.css"); @import url("css/docbook.css"); - From fedora-extras-commits at redhat.com Mon May 16 19:32:20 2005 From: fedora-extras-commits at redhat.com (Elliot Lee (sopwith)) Date: Mon, 16 May 2005 15:32:20 -0400 Subject: fedora-release index.html,1.4,1.5 Message-ID: <200505161932.j4GJWKwh016875@cvs-int.fedora.redhat.com> Author: sopwith Update of /cvs/fedora/fedora-release In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16867 Modified Files: index.html Log Message: sync Index: index.html =================================================================== RCS file: /cvs/fedora/fedora-release/index.html,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- index.html 16 May 2005 18:43:43 -0000 1.4 +++ index.html 16 May 2005 19:32:17 -0000 1.5 @@ -12,7 +12,7 @@ - +