From bugzilla at redhat.com Wed Apr 1 03:40:15 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 31 Mar 2009 23:40:15 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904010340.n313eFQP004710@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 Yaakov Nemoy changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(petersen at redhat.c | |om) --- Comment #29 from Yaakov Nemoy 2009-03-31 23:40:13 EDT --- New update SPEC: http://ynemoy.fedorapeople.org/review/xmonad.spec SRPM: http://ynemoy.fedorapeople.org/review/xmonad-0.8.1-7.fc10.src.rpm This includes both a start-xmonad and an xmonad-session script. The former will check for a config file or copy a config file over. The latter will call a user's .xsession and then start start-xmonad. There are also .desktop files for both, and both should be installed in the correct location. Let me know if this works for you. Currently, the default config is the default config provided by upstream. Should we convince upstream to have it load the manpage on startup? If you still want to write a script or two, please do, and if it brings any new features / works better than mine, i will be more than happy to include them. :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Apr 1 03:48:19 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 31 Mar 2009 23:48:19 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904010348.n313mJMH018075@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 Bryan O'Sullivan changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bos at serpentine.com --- Comment #30 from Bryan O'Sullivan 2009-03-31 23:48:19 EDT --- Spec file is broken: + install -p -m 0755 -D /home/bos/rpmbuild/SOURCES/start-xmonad /usr/bin/start-xmonad install: cannot create regular file `/usr/bin/start-xmonad': Permission denied error: Bad exit status from /var/tmp/rpm-tmp.sfbpdY (%install) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Apr 1 03:52:28 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 31 Mar 2009 23:52:28 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904010352.n313qSIg018970@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 --- Comment #31 from Bryan O'Sullivan 2009-03-31 23:52:28 EDT --- With that simple edit made, I get another error: Processing files: ghc-xmonad-devel-0.8.1-7.fc10 error: Could not open %files file /home/bos/rpmbuild/BUILD/xmonad-0.8.1/ghc-xmonad-devel.files: No such file or directory -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Apr 1 06:59:20 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 1 Apr 2009 02:59:20 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904010659.n316xKcG007646@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 --- Comment #32 from Till Maas 2009-04-01 02:59:20 EDT --- I will try to test it later today, but I already found some additional issues: - There are now tabs used after Source2 to Source4 - start-xmonad probably needs a "exec xmonad" at the end to make it actually start xmonad - start-xmonad will not find the config file, because there is a doc missing in the path: /usr/share/xmonad-0.8.1/xmonad.hs, nevertheless the sample config should probably copied to /usr/share/xmonad/xmonad.hs, too and not marked as %doc, otherwise the package will not work installed with --nodocs. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Apr 1 19:43:05 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 1 Apr 2009 15:43:05 -0400 Subject: [Fedora-haskell-list] [Bug 493450] New: Updating a release bump resets ghc's internal package list Message-ID: Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Updating a release bump resets ghc's internal package list https://bugzilla.redhat.com/show_bug.cgi?id=493450 Summary: Updating a release bump resets ghc's internal package list Product: Fedora Version: 10 Platform: All OS/Version: Linux Status: NEW Severity: high Priority: high Component: ghc AssignedTo: bos at serpentine.com ReportedBy: bos at serpentine.com QAContact: extras-qa at fedoraproject.org CC: petersen at redhat.com, bos at serpentine.com, loupgaroublond at gmail.com, fedora-haskell-list at redhat.com Classification: Fedora Last night, I installed a rawhide version of ghc 6.10.1 in place of the F10 version I had been running. I also had packages such as ghc-X11 installed at the time. When I ran "ghc-pkg list" after the update, the X11 and other such packages were no longer visible. We need to develop a mechanism to make it possible to make minor updates to ghc without requiring that all devel packages be reinstalled afterwards :-( -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Apr 2 15:24:33 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 2 Apr 2009 11:24:33 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904021524.n32FOXfZ015393@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 Jens Petersen changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(petersen at redhat.c | |om) | --- Comment #33 from Jens Petersen 2009-04-02 11:24:31 EDT --- BTW how about building ghc-X11 for F10 - it would make testing easier for more people I guess. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Apr 2 17:14:36 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 2 Apr 2009 13:14:36 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904021714.n32HEad6017736@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 --- Comment #34 from Till Maas 2009-04-02 13:14:36 EDT --- (In reply to comment #29) > This includes both a start-xmonad and an xmonad-session script. The former will > check for a config file or copy a config file over. The latter will call a > user's .xsession and then start start-xmonad. There are also .desktop files > for both, and both should be installed in the correct location. Let me know if > this works for you. I did not ttest the xsession stuff, but with my patch it works: http://till.fedorapeople.org/files/xmonad_7-8.spec.diff I wrote a simple config that is stored in /etc/skel/.xmonad/xmonad.hs, that opens the manpage using xterm. > Currently, the default config is the default config provided by upstream. > Should we convince upstream to have it load the manpage on startup? If this can be done easily within xmonad, why not. But I guess if xmonad would open the manpage by default, there would be no easy way to stop it doing this using a xmonad.hs currently. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Thu Apr 2 18:55:29 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Thu, 2 Apr 2009 14:55:29 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904021855.n32ItTVp013195@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 Yaakov Nemoy changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(loupgaroublond at gm | |ail.com) --- Comment #35 from Yaakov Nemoy 2009-04-02 14:55:28 EDT --- ghc-X11 won't build on F-10, i think because of macro errors. We'll need an updated ghc for this. Meanwhile, users can just pull packages from rawhide. http://koji.fedoraproject.org/koji/taskinfo?taskID=1274046 @Till, i'll have a look at your patches later. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From petersen at redhat.com Sat Apr 4 03:34:32 2009 From: petersen at redhat.com (Jens Petersen) Date: Fri, 3 Apr 2009 23:34:32 -0400 (EDT) Subject: [Fedora-haskell-list] Re: Broken dependencies in Fedora 10 - 2009-04-02 (cabal2spec) In-Reply-To: <20090402194231.11038.83547@faldor.intranet> Message-ID: <340192305.4028641238816072603.JavaMail.root@zmail02.collab.prod.int.phx2.redhat.com> ----- "Michael Schwendt" wrote: > Your following packages in the repository suffer from broken > dependencies: > > ====================================================================== > The results in this summary consider Test Updates! > ====================================================================== > > package: cabal2spec-0.12-1.fc10.noarch from fedora-updates-10-ppc64 > unresolved deps: > ghc > 0:6.10.1-7 This should get fixed when we finish porting cabal2spec from shell script to Haskell hopefully during the f12 cycle. Jens From bugzilla at redhat.com Sat Apr 4 04:02:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 4 Apr 2009 00:02:17 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904040402.n3442HrU009952@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 --- Comment #36 from Jens Petersen 2009-04-04 00:02:17 EDT --- Yaakov built it http://koji.fedoraproject.org/koji/buildinfo?buildID=96455 unfortunately now it has higher release number than rawhide which is not good. You should use ghc-X11-1.4.5-5.fc10.1 to bump in F-10 to keep it less than ghc-X11-1.4.5-5.fc11. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From loupgaroublond at gmail.com Sat Apr 4 19:44:37 2009 From: loupgaroublond at gmail.com (Yaakov Nemoy) Date: Sat, 4 Apr 2009 15:44:37 -0400 Subject: [Fedora-haskell-list] Re: Broken dependencies in Fedora 10 - 2009-04-02 (cabal2spec) In-Reply-To: <340192305.4028641238816072603.JavaMail.root@zmail02.collab.prod.int.phx2.redhat.com> References: <20090402194231.11038.83547@faldor.intranet> <340192305.4028641238816072603.JavaMail.root@zmail02.collab.prod.int.phx2.redhat.com> Message-ID: <7f692fec0904041244m52f393adsedaa4e9107c09aba@mail.gmail.com> 2009/4/3 Jens Petersen : > ----- "Michael Schwendt" wrote: >> Your following packages in the repository suffer from broken >> dependencies: >> >> ====================================================================== >> The results in this summary consider Test Updates! >> ====================================================================== >> >> package: cabal2spec-0.12-1.fc10.noarch from fedora-updates-10-ppc64 >> ? unresolved deps: >> ? ? ?ghc > 0:6.10.1-7 > > This should get fixed when we finish porting cabal2spec from shell script to Haskell hopefully during the f12 cycle. I started having a look at this last night, there's a good chance we could have it ready for F11. -Yaakov From petersen at redhat.com Mon Apr 6 03:25:07 2009 From: petersen at redhat.com (Jens Petersen) Date: Sun, 5 Apr 2009 23:25:07 -0400 (EDT) Subject: [Fedora-haskell-list] Re: Broken dependencies in Fedora 10 - 2009-04-02 (cabal2spec) In-Reply-To: <7f692fec0904041244m52f393adsedaa4e9107c09aba@mail.gmail.com> Message-ID: <2093511025.16051238988307287.JavaMail.root@zmail02.collab.prod.int.phx2.redhat.com> ----- "Yaakov Nemoy" wrote: > I started having a look at this last night, there's a good chance we > could have it ready for F11. Well I would like to review it anyway before merging it to HEAD. It is rather last now in the F11 cycle so I propose unless it is very trivial it might be better to leave it as a f11 update. I will try to look at it this week anyway. Jens From bugzilla at redhat.com Mon Apr 6 08:49:42 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 6 Apr 2009 04:49:42 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904060849.n368ngB3010972@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 --- Comment #37 from Jens Petersen 2009-04-06 04:49:37 EDT --- Thanks for bumping the f11 ghc-X11 build, Yaakov. (In reply to comment #34) > I did not test the xsession stuff Can't it just be merged into xmonad-start? > but with my patch it works: > http://till.fedorapeople.org/files/xmonad_7-8.spec.diff Thanks > I wrote a simple config that is stored in /etc/skel/.xmonad/xmonad.hs, that > opens the manpage using xterm. Could you attach it here? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Apr 6 19:11:31 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 6 Apr 2009 15:11:31 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904061911.n36JBVUt008214@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 --- Comment #38 from Till Maas 2009-04-06 15:11:28 EDT --- > (In reply to comment #34) > > I did not test the xsession stuff > > Can't it just be merged into xmonad-start? No, today I found a .xsession I used with an older release of xmonad I guess. It contained a exec xmonad. Btw. a different feature for xmonad-start I want to suggest is to test whether xmonad.hs is newer than the binary and in case it is, recompile it. Or is this something xmonad already does? But it seems it does not recompile itself, when I hit ALT-q. > > but with my patch it works: > > http://till.fedorapeople.org/files/xmonad_7-8.spec.diff > > Thanks > > > I wrote a simple config that is stored in /etc/skel/.xmonad/xmonad.hs, that > > opens the manpage using xterm. > > Could you attach it here? I meant to include it in the patch, otherwise the patch is not functional. I uploaded a new version of the patch to above URL, but the config file is now also available at: http://till.fedorapeople.org/files/xmonad.hs.xterm_manpage.hs -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Apr 7 06:35:22 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 7 Apr 2009 02:35:22 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904070635.n376ZMjo014649@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 --- Comment #39 from Bryan O'Sullivan 2009-04-07 02:35:20 EDT --- Can you post complete spec files instead of patches? It's too hard to track what's a patch to a spec file, vs a patch to the source. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Apr 7 06:49:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Tue, 7 Apr 2009 02:49:35 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904070649.n376nZbp017947@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 --- Comment #40 from Till Maas 2009-04-07 02:49:35 EDT --- (In reply to comment #39) > Can you post complete spec files instead of patches? It's too hard to track > what's a patch to a spec file, vs a patch to the source. http://till.fedorapeople.org/files/xmonad-0.8.1-8.fc10.src/ -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Mon Apr 13 14:06:17 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 13 Apr 2009 10:06:17 -0400 Subject: [Fedora-haskell-list] [Bug 451877] unconfined_execmem_exec_t needed for several GHC-built Haskell binaries In-Reply-To: References: Message-ID: <200904131406.n3DE6Hoi012367@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=451877 Daniel Walsh changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |CLOSED Resolution| |INSUFFICIENT_DATA -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Wed Apr 15 09:34:56 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Wed, 15 Apr 2009 05:34:56 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904150934.n3F9Yu7X012496@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 --- Comment #41 from Jens Petersen 2009-04-15 05:34:53 EDT --- (In reply to comment #38) > Btw. a different feature for xmonad-start I want to suggest is to test whether > xmonad.hs is newer than the binary and in case it is, recompile it. Or is this > something xmonad already does? I believe it should but I am a bit rusty on xmonad. > But it seems it does not recompile itself, when > I hit ALT-q. That also work from what I was reading on their wiki. > I meant to include it in the patch, otherwise the patch is not functional. I > uploaded a new version of the patch to above URL, but the config file is now > also available Thanks - will try that out! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Apr 25 13:53:25 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 25 Apr 2009 09:53:25 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904251353.n3PDrPxp006757@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 --- Comment #42 from Jens Petersen 2009-04-25 09:53:22 EDT --- http://petersen.fedorapeople.org/xmonad/xmonad.spec http://petersen.fedorapeople.org/xmonad/xmonad-0.8.1-9.fc10.src.rpm I have been using this package now recently and it works ok for me - uses most of Till's latest package but slightly simpler: just xmonad.desktop for xmonad-start. I feel this is probably enough for the initial fedora xmonad package. We can get more sophisticated later if necessary, but for now I suggest advanced users who want to customize their session startup can use xorg-x11-xinit-session and ~/.xsession say. -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Sat Apr 25 22:54:35 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Sat, 25 Apr 2009 18:54:35 -0400 Subject: [Fedora-haskell-list] [Bug 426752] Review Request: ghc-X11-xft - Haskell binding to Xft In-Reply-To: References: Message-ID: <200904252254.n3PMsZH9021569@bz-web2.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426752 --- Comment #6 from Jens Petersen 2009-04-25 18:54:34 EDT --- ping? -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Apr 28 01:31:13 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 27 Apr 2009 21:31:13 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904280131.n3S1VDBD011680@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 Yaakov Nemoy changed: What |Removed |Added ---------------------------------------------------------------------------- Flag| |needinfo?(petersen at redhat.c | |om) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. From bugzilla at redhat.com Tue Apr 28 01:30:27 2009 From: bugzilla at redhat.com (bugzilla at redhat.com) Date: Mon, 27 Apr 2009 21:30:27 -0400 Subject: [Fedora-haskell-list] [Bug 426753] Review Request: xmonad - A tiling window manager In-Reply-To: References: Message-ID: <200904280130.n3S1URXD011544@bz-web1.app.phx.redhat.com> Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=426753 Yaakov Nemoy changed: What |Removed |Added ---------------------------------------------------------------------------- Flag|needinfo?(loupgaroublond at gm | |ail.com) | --- Comment #43 from Yaakov Nemoy 2009-04-27 21:30:23 EDT --- New update SPEC: http://ynemoy.fedorapeople.org/review/xmonad.spec SRPM: http://ynemoy.fedorapeople.org/review/xmonad-0.8.1-11.fc10.src.rpm This does a few new things. 1) carries around a ppc workaround that really should go in macros.ghc 2) only builds on fedora 12 (yay?) so you need koji to make this work for you http://koji.fedoraproject.org/koji/taskinfo?taskID=1325396 3) converts the value added default config into a patch directly against the upstream source. what this patch does is replaces the xmonad line of the default verbose config with an expansion that loads xterm with the man page showing. in the future, i'll probably add a comment to the user 4) includes just xmonad-start without doing xmonad-session. 5) renumbers the source to make more sense 6) includes other changes proposed here enjoy! -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.