Re: A software center for Fedora

2011-12-04 Thread Pierre-Yves Chibon
On Sat, 2011-12-03 at 16:13 +0100, Giovanni Campagna wrote: curl -H Accept: application/json https://admin.fedoraproject.org/pkgdb/applications/Terminal results in 500 Internal error This one is not that is true and that can be fixed. For an example of the json output see:

Re: Regex replace help

2011-12-04 Thread Ville Skyttä
On 12/04/2011 04:00 AM, Miloslav Trmač wrote: On Sun, Dec 4, 2011 at 12:07 AM, Richard Shaw hobbes1...@gmail.com wrote: $ echo const int TIXML_MAJOR_VERSION = 2; | sed 's/const int TIXML_MAJOR_VERSION = \([0-9]+\).*/\1/' const int TIXML_MAJOR_VERSION = 2; By replacing (sed 's/../../') with

Re: pyvnc2swf and vnc2flv

2011-12-04 Thread David Timms
On 29/11/11 06:51, Casey Dahlin wrote: On Mon, Nov 28, 2011 at 12:18:01PM +0100, Jos Vos wrote: I was looking for a tool to record X/VNC session in a movie and found pyvnc2swf. But looking at the project's home page, http://www.unixuser.org/~euske/vnc2swf/index.html, I see that the

Re: Regex replace help

2011-12-04 Thread Haïkel Guémar
Le 04/12/2011 00:07, Richard Shaw a écrit : I'm writing my own cmake module for finding TinyXML and I'm trying to extract the version from the header. For some reason it's matching the whole file no matter what I do. I've looked through several of the cmake modules in

Re: policy-question: auto-restart of services on update

2011-12-04 Thread Ralf Ertzinger
Hi. On Sun, 04 Dec 2011 01:24:00 +0100, Reindl Harald wrote some releases ago it was no problem to do a dist-upgrade with yum where all services wehre running without any interruption From the wiki: Version updates without using anaconda - such as the yum method described here - is

rawhide report: 20111204 changes

2011-12-04 Thread Rawhide Report
Compose started at Sun Dec 4 08:16:14 UTC 2011 Broken deps for x86_64 -- OpenGTL-0.9.15.1-3.fc17.x86_64 requires libLLVM-2.9.so()(64bit) OpenGTL-devel-0.9.15.1-3.fc17.i686 requires libLLVM-2.9.so

Re: policy-question: auto-restart of services on update

2011-12-04 Thread Reindl Harald
Am 04.12.2011 12:53, schrieb Ralf Ertzinger: Hi. On Sun, 04 Dec 2011 01:24:00 +0100, Reindl Harald wrote some releases ago it was no problem to do a dist-upgrade with yum where all services wehre running without any interruption From the wiki: Version updates without using anaconda -

[perl-Compress-Raw-Zlib] Created tag perl-Compress-Raw-Zlib-2.044-1.fc17

2011-12-04 Thread Paul Howarth
The lightweight tag 'perl-Compress-Raw-Zlib-2.044-1.fc17' was created pointing to: 021c017... Update to 2.044 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-de...@lists.fedoraproject.org

[perl-Compress-Raw-Lzma] Update to 2.044

2011-12-04 Thread Paul Howarth
commit 192e2c079c26ce962d5bc59a9473fef86bd48990 Author: Paul Howarth p...@city-fan.org Date: Sun Dec 4 12:40:27 2011 + Update to 2.044 - New upstream release 2.044 - Moved FAQ.pod under the lib directory so it can get installed perl-Compress-Raw-Lzma.spec | 13

Re: Regex replace help

2011-12-04 Thread Richard Shaw
2011/12/3 Miloslav Trmač m...@volny.cz: On Sun, Dec 4, 2011 at 12:07 AM, Richard Shaw hobbes1...@gmail.com wrote: $ echo const int TIXML_MAJOR_VERSION = 2; | sed 's/const int TIXML_MAJOR_VERSION = \([0-9]+\).*/\1/' const int TIXML_MAJOR_VERSION = 2; By replacing (sed 's/../../') with (sed -n

Re: Regex replace help

2011-12-04 Thread Denis Arnaud
Hi Richard, Date: Sat, 3 Dec 2011 17:07:37 -0600 From: Richard Shaw hobbes1...@gmail.com Subject: Regex replace help To: Development discussions related to Fedora devel@lists.fedoraproject.org Message-ID: CAN3TeO0JbsJQYaXvJnxFkrYVtF=mla-gcse2yic+jx3wfud...@mail.gmail.com

Using plymouth during hibernation

2011-12-04 Thread Tirtha Chatterjee
Plymouth is currently used by Fedora during boot-up and shut-down. But during hibernation, the screen turns blank to a terminal, often showing warning messages that make no sense. Also, when hibernating or resuming from hibernation, it gives no indication of how much the task has progressed. Can

Re: Using plymouth during hibernation

2011-12-04 Thread Matthew Garrett
On Sun, Dec 04, 2011 at 07:36:40PM +0530, Tirtha Chatterjee wrote: Can Plymouth be modified so that it shows up during hibernation and wake-up too? In that case, can anyone guide me on how to do it? I am ready to do the coding, but may need some guidance here and there. It can't. Hibernation

Re: Using plymouth during hibernation

2011-12-04 Thread Chris Tyler
On Sun, 2011-12-04 at 16:53 +, Matthew Garrett wrote: On Sun, Dec 04, 2011 at 07:36:40PM +0530, Tirtha Chatterjee wrote: Can Plymouth be modified so that it shows up during hibernation and wake-up too? In that case, can anyone guide me on how to do it? I am ready to do the coding, but

Re: A software center for Fedora

2011-12-04 Thread Kevin Kofler
Toshio Kuratomi wrote: Yep. This is a pseudo-bug. Because of the way people have been interpreting the spec for .desktop files, all of these provide .desktop files where the name is Terminal. So they're all placed on the same page. This could be fixed in the .desktop files (Judging from

Re: Regex replace help

2011-12-04 Thread Haïkel Guémar
Le dim. 04 déc. 2011 15:01:16 CET, Richard Shaw a écrit : I think I see what you're doing here, but shouldn't a direct replace work? Thanks, Richard AFAIK, CMake does not have multi-line regex, so it doesn't work. If you find a better trick, please share it :-] H. -- devel mailing list

Re: Regex replace help

2011-12-04 Thread Richard Shaw
On Sun, Dec 4, 2011 at 9:20 AM, Haïkel Guémar karlthe...@gmail.com wrote: AFAIK, CMake does not have multi-line regex, so it doesn't work. If you find a better trick, please share it :-] Denis's email client replied to the list and me and I didn't catch that gmail only replied to him directly

Re: policy-question: auto-restart of services on update

2011-12-04 Thread Björn Persson
Reindl Harald wrote: is it really a good decision to restart services after update in the %post section? currently my hardest work is rebuild packages without this especially for dist-upgrades with yum because in this case many would fail because they are restarted in the middle of the

Re: A software center for Fedora

2011-12-04 Thread Toshio Kuratomi
On Sun, Dec 04, 2011 at 07:08:11PM +0100, Kevin Kofler wrote: Toshio Kuratomi wrote: Yep. This is a pseudo-bug. Because of the way people have been interpreting the spec for .desktop files, all of these provide .desktop files where the name is Terminal. So they're all placed on the same

[Test-Announce] 2011-12-05 @ 16:00 UTC - Fedora QA Meeting

2011-12-04 Thread Adam Williamson
# Fedora Quality Assurance Meeting # Date: 2011-12-05 # Time: 16:00 UTC (https://fedoraproject.org/wiki/Infrastructure/UTCHowto) # Location: #fedora-meeting on irc.freenode.net Greetings testers! Sorry for the late announce again this week - totally forgot to do it on Friday. Should be a fairly

Re: A software center for Fedora

2011-12-04 Thread Rex Dieter
Toshio Kuratomi wrote: Looking at the pkgdb page, it looks like kdebase is only showing up for the Terminal app for F-12. Looking at that old package, there is a .desktop that contains Name=Terminal there but it's not konsole:

Any interest in an or1ksim package?

2011-12-04 Thread Jon Masters
Folks, Anyone interested in an or1ksim package for Fedora? If so, I could throw something together based on upstream trunk. None of the current releases (even the RC) are able to run the orpsoc model correctly with the latest upstream kernel, due to the assumption of support for tap network

Re: A software center for Fedora

2011-12-04 Thread Kevin Kofler
Toshio Kuratomi wrote: Is kappfinder just using the .desktop format to keep its own database? Kappfinder is a relict from ancient times where KDE apps would only register themselves in KDE menus, GNOME apps would only register themselves in GNOME menus, and everything else would usually do

File IO-Compress-2.044.tar.gz uploaded to lookaside cache by pghmcfc

2011-12-04 Thread Paul Howarth
A file has been added to the lookaside cache for perl-IO-Compress: 1011f706c2c9df50dc9df587df111f3c IO-Compress-2.044.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Compress-Raw-Lzma] Created tag perl-Compress-Raw-Lzma-2.044-1.fc17

2011-12-04 Thread Paul Howarth
The lightweight tag 'perl-Compress-Raw-Lzma-2.044-1.fc17' was created pointing to: 192e2c0... Update to 2.044 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-IO-Compress] Update to 2.044

2011-12-04 Thread Paul Howarth
commit b99f77c8c0251af8d764dd8a43bb8125c9c091f8 Author: Paul Howarth p...@city-fan.org Date: Sun Dec 4 12:53:16 2011 + Update to 2.044 - New upstream release 2.044 - Moved FAQ.pod under the lib directory so it can get installed - Added bin/zipdetails - In

File Compress-Raw-Bzip2-2.044.tar.gz uploaded to lookaside cache by pghmcfc

2011-12-04 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Compress-Raw-Bzip2: 661eaf89b2933142f90724ad8bf2b610 Compress-Raw-Bzip2-2.044.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

File Compress-Raw-Zlib-2.044.tar.gz uploaded to lookaside cache by pghmcfc

2011-12-04 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Compress-Raw-Zlib: d1cd0c81010658d3a870b71a0fd6ab3f Compress-Raw-Zlib-2.044.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

File Compress-Raw-Lzma-2.044.tar.gz uploaded to lookaside cache by pghmcfc

2011-12-04 Thread Paul Howarth
A file has been added to the lookaside cache for perl-Compress-Raw-Lzma: 96f9ca5517d24ec60d093da4b571105d Compress-Raw-Lzma-2.044.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Compress-Raw-Bzip2] Created tag perl-Compress-Raw-Bzip2-2.044-1.fc17

2011-12-04 Thread Paul Howarth
The lightweight tag 'perl-Compress-Raw-Bzip2-2.044-1.fc17' was created pointing to: ea956c1... Update to 2.044 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

File IO-Compress-Lzma-2.044.tar.gz uploaded to lookaside cache by pghmcfc

2011-12-04 Thread Paul Howarth
A file has been added to the lookaside cache for perl-IO-Compress-Lzma: 52dc4337b2b63d001b1e2821d977218c IO-Compress-Lzma-2.044.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-IO-Compress] Created tag perl-IO-Compress-2.044-1.fc17

2011-12-04 Thread Paul Howarth
The lightweight tag 'perl-IO-Compress-2.044-1.fc17' was created pointing to: b99f77c... Update to 2.044 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-IO-Compress-Lzma] Update to 2.044

2011-12-04 Thread Paul Howarth
commit 38b47b79c9cc07215f83ba5b929c7d183bc80c43 Author: Paul Howarth p...@city-fan.org Date: Sun Dec 4 15:00:59 2011 + Update to 2.044 - New upstream release 2.044 - Moved FAQ.pod under the lib directory so it can get installed perl-IO-Compress-Lzma.spec | 16

[perl-IO-Compress-Lzma] Created tag perl-IO-Compress-Lzma-2.044-1.fc17

2011-12-04 Thread Paul Howarth
The lightweight tag 'perl-IO-Compress-Lzma-2.044-1.fc17' was created pointing to: 38b47b7... Update to 2.044 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Starlet/f15: 3/3] Merge cleanup.

2011-12-04 Thread corsepiu
commit 54b1d006ae103fc14d040ea1f763ff7df69f6fa0 Author: Ralf Corsépius corse...@fedoraproject.org Date: Mon Dec 5 05:15:46 2011 +0100 Merge cleanup. perl-Starlet.spec |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) --- diff --git a/perl-Starlet.spec b/perl-Starlet.spec index

[perl-Starlet/f15] (3 commits) ...Merge cleanup.

2011-12-04 Thread corsepiu
Summary of changes: f7b171d... Perl mass rebuild (*) e9e1545... Spec file cleanup. Abandon fedora 15. Upstream update. (*) 54b1d00... Merge cleanup. (*) This commit already existed in another branch; no separate mail sent -- Fedora Extras Perl SIG