headsup: ghc 7 lands in rawhide

2010-11-27 Thread Jens Petersen
Hi, I have just moved ghc-7.0.1 and a large set of Haskell ghc package rebuilds into dist-f15 (from dist-f15-ghc). The main stacks have been rebuilt: darcs, haskell-platform, xmonad, and gtk2hs. Rebuilds still pending include xmobar, hlint, and various libraries (currently with one or less depen

Re: Recent changes in java-1.6.0-openjdk (font dependencies)

2010-11-27 Thread Nicolas Mailhot
Le vendredi 26 novembre 2010 à 17:18 -0500, TK009 a écrit : > On Fri, Nov 26, 2010 at 4:45 PM, TK009 wrote: > > On Fri, Nov 26, 2010 at 3:58 PM, Ronald Wahl wrote: > >> Hi, > >> > >> today I was very surprised that updating my F13 system required me to > >> install ~20 fonts packages. Digging aro

gnome-guitar in f14?

2010-11-27 Thread lakshminaras2...@gmail.com
Hello, There is no gnome-guitar package in f14. Previous releases do have it. Any reasons why it has not been rebuilt for f14? Thanks, -- Regards Lakshmi Narasimhan T V -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: gnome-guitar in f14?

2010-11-27 Thread François Cami
On Sat, Nov 27, 2010 at 11:54 AM, lakshminaras2...@gmail.com wrote: > There is no gnome-guitar package in f14. Previous releases do have it. Any > reasons why it has not been rebuilt for f14? Because it was orphaned and no one picked it up. https://lists.fedoraproject.org/pipermail/devel/2010-Aug

Re: Recent changes in java-1.6.0-openjdk (font dependencies)

2010-11-27 Thread Ronald Wahl
On 27.11.2010 10:04, Nicolas Mailhot wrote: > Le vendredi 26 novembre 2010 à 17:18 -0500, TK009 a écrit : >> On Fri, Nov 26, 2010 at 4:45 PM, TK009 wrote: >>> On Fri, Nov 26, 2010 at 3:58 PM, Ronald Wahl wrote: today I was very surprised that updating my F13 system required me to instal

Re: Recent changes in java-1.6.0-openjdk (font dependencies)

2010-11-27 Thread Nicolas Mailhot
Le samedi 27 novembre 2010 à 13:30 +0100, Ronald Wahl a écrit : > On 27.11.2010 10:04, Nicolas Mailhot wrote: > > Le vendredi 26 novembre 2010 à 17:18 -0500, TK009 a écrit : > >> On Fri, Nov 26, 2010 at 4:45 PM, TK009 wrote: > >>> On Fri, Nov 26, 2010 at 3:58 PM, Ronald Wahl wrote: > today I

Re: Building production machines out-of-place, regenerating certs when a machine's identity changes, etc.

2010-11-27 Thread nodata
On 26/11/10 23:47, Philip Prindeville wrote: > I recently rebuilt a failing mail server (sendmail and cyrus-imapd), > replacing the hardware and building the replacement machine offline (leaving > the current server in place while I did so). > > This would seem normal enough to do, but had some u

Re: Building production machines out-of-place, regenerating certs when a machine's identity changes, etc.

2010-11-27 Thread Ralf Ertzinger
Hi. On Sat, 27 Nov 2010 16:15:47 +0100, nodata wrote > I don't agree. If you are replacing a production machine, you take > the keys from the old machine and use them. If you don't want to do > that, you buy new, probably stronger, certificates that are also > valid. I think your case only covers

Re: headsup: ghc 7 lands in rawhide

2010-11-27 Thread Bruno Wolff III
On Sat, Nov 27, 2010 at 03:04:30 -0500, Jens Petersen wrote: > > If you need help with rebuilding a package with ghc-7.0.1 > please contact me, #fedora-haskell or haskell-devel list. I need ghc-hslogger rebuilt in order to rebuild hedgewars. -- devel mailing list devel@lists.fedoraproject.org

Re: headsup: ghc 7 lands in rawhide

2010-11-27 Thread Bryan O'Sullivan
On Sat, Nov 27, 2010 at 12:04 AM, Jens Petersen wrote: > I have just moved ghc-7.0.1 and a large set > of Haskell ghc package rebuilds into dist-f15 > (from dist-f15-ghc). > Thanks for doing this work, Jens! -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mai

vim + clipboard facilities : turned off? How does one enable them?

2010-11-27 Thread Ankur Sinha
Hello, I was looking for a method to send text from a vim buffer to the system clipboard. I came across this[1]. The fedora Vim package has clipboard facility disabled: [ankurgu...@070905042 PhD]$ vim --version | grep -i clipboard -clientserver -clipboard +cmdline_compl +cmdline_hist +cmdline_i

Re: vim + clipboard facilities : turned off? How does one enable them?

2010-11-27 Thread Haïkel Guémar
use vimx from package vim-X11 best regards, H. -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: vim + clipboard facilities : turned off? How does one enable them?

2010-11-27 Thread Athmane Madjoudj
On 11/27/2010 07:50 PM, Ankur Sinha wrote: > Hello, > > I was looking for a method to send text from a vim buffer to the system > clipboard. I came across this[1]. > > The fedora Vim package has clipboard facility disabled: > > [ankurgu...@070905042 PhD]$ vim --version | grep -i clipboard > -client

Re: vim + clipboard facilities : turned off? How does one enable them?

2010-11-27 Thread Ankur Sinha
On Sun, 2010-11-28 at 00:20 +0530, Ankur Sinha wrote: > Hello, > > I was looking for a method to send text from a vim buffer to the system > clipboard. I came across this[1]. > > The fedora Vim package has clipboard facility disabled: > > [ankurgu...@070905042 PhD]$ vim --version | grep -i clip

Re: Building production machines out-of-place, regenerating certs when a machine's identity changes, etc.

2010-11-27 Thread nodata
On 27/11/10 16:44, Ralf Ertzinger wrote: > Hi. > > On Sat, 27 Nov 2010 16:15:47 +0100, nodata wrote > >> I don't agree. If you are replacing a production machine, you take >> the keys from the old machine and use them. If you don't want to do >> that, you buy new, probably stronger, certificates th

Re: Building production machines out-of-place, regenerating certs when a machine's identity changes, etc.

2010-11-27 Thread Philip Prindeville
On 11/27/10 8:15 AM, nodata wrote: > On 26/11/10 23:47, Philip Prindeville wrote: >> I recently rebuilt a failing mail server (sendmail and cyrus-imapd), >> replacing the hardware and building the replacement machine offline (leaving >> the current server in place while I did so). >> >> This woul

Re: Building production machines out-of-place, regenerating certs when a machine's identity changes, etc.

2010-11-27 Thread Philip Prindeville
On 11/27/10 1:09 PM, nodata wrote: > On 27/11/10 16:44, Ralf Ertzinger wrote: >> Hi. >> >> On Sat, 27 Nov 2010 16:15:47 +0100, nodata wrote >> >>> I don't agree. If you are replacing a production machine, you take >>> the keys from the old machine and use them. If you don't want to do >>> that, you

libsigsegv-2.9 update, abi bump

2010-11-27 Thread Rex Dieter
I'm planning a libsigsegv-2.9 (rawhide) update relatively soon which includes an abi change. According to repquery, only the following packages should be affected: clisp gnu-smalltalk (I'll help take care of these requisite rebuilds) -- Rex ___ devel-a

Re: Looking for testers: RPM 4.9 alpha

2010-11-27 Thread Kevin Kofler
Panu Matilainen wrote: > The draft release notes are at http://rpm.org/wiki/Releases/4.9.0 1. This change: | Packages with no files can now omit the %files section and still have | packages generated. is going to make it a PITA to conditionalize the building of subpackages, and it's going to brea

Re: [HEADS-UP] Moving /var/run and /var/lock to tmpfs in Rawhide

2010-11-27 Thread Paul Wouters
On Wed, 24 Nov 2010, Paul Howarth wrote: >> Is that needed if the package init script deals with this already? >> (eg xl2tpd will create /var/run/xl2tpd if it does not exist) > > If the initscript already does it then that should be fine. > > But Lennart prefers the tmpfiles.d approach as it's les