Re: taking over maintenance of broken/abandoned packages

2011-01-08 Thread Christoph Wickert
Am Freitag, den 07.01.2011, 23:56 -0700 schrieb Kurt Seifried: What is the process for taking over packages that haven't been maintained in a long time? https://fedoraproject.org/wiki/Orphaned_package_that_need_new_maintainers Regards, Christoph -- devel mailing list

gcc 4.5 doesn't like gdbm.h

2011-01-08 Thread Sam Varshavchik
gcc 4.5 complains when compiling some C++ code that includes gdbm.h, with a spurious warning: #include gdbm.h class xx { public: GDBM_FILE dbf; }; [mr...@octopus tmp]$ cat foo.c #include foo.h [mr...@octopus tmp]$ g++ -c foo.c In file included from foo.c:1:0: foo.h:3:10: warning: ‘xx’

Re: 32-bit php floating point issue

2011-01-08 Thread Remi Collet
Le 06/01/2011 21:51, Michał Piotrowski a écrit : Hi, There is a bug http://bugs.php.net/bug.php?id=53632 which can be a PITA on 32-bit systems. Fix is in php svn repo - commit r307168 PHP 5.3.5 now available on rawhide. F13 and F14 build done, will be soon on updates-testing (waiting

Re: gcc 4.5 doesn't like gdbm.h

2011-01-08 Thread Rex Dieter
Sam Varshavchik wrote: gcc 4.5 complains when compiling some C++ code that includes gdbm.h, with a spurious warning: #include gdbm.h class xx { public: GDBM_FILE dbf; }; [mr...@octopus tmp]$ cat foo.c #include foo.h [mr...@octopus tmp]$ g++ -c foo.c In file included from

Question regarding RPM packaging of interactive software.

2011-01-08 Thread susmit shannigrahi
Hi, Sorry if this has been discussed before, but I can not find much about this. What is Fedora's policy regarding RPM packaging of software that needs user interaction during installation? Is it to be patched and made non-interactive? Thanks. -- Regards, Susmit.

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread Rahul Sundaram
On Sun, Jan 9, 2011 at 12:14 AM, susmit shannigrahi thinklinux@gmail.com wrote: Hi, Sorry if this has been discussed before, but I can not find much about this. What is Fedora's policy regarding RPM packaging of software that needs user interaction during installation? Is it to be

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread susmit shannigrahi
Yes but you are better off explaining what the specifically requires user interaction and we can potentially suggest good ways of handling it to upstream This software (gnumed-server, which is not yet in bugzilla) uses a postgres database for storing data. For subsequent installations (if

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread seth vidal
On Sat, 2011-01-08 at 09:14 -0700, susmit shannigrahi wrote: Hi, Sorry if this has been discussed before, but I can not find much about this. What is Fedora's policy regarding RPM packaging of software that needs user interaction during installation? Is it to be patched and made

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread Rahul Sundaram
On Sun, Jan 9, 2011 at 12:31 AM, susmit shannigrahi wrote: Yes but you are better off explaining what the specifically requires user interaction and we can potentially suggest good ways of handling it to upstream This software (gnumed-server, which is not yet in bugzilla) uses a

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread Jos Vos
On Sat, Jan 08, 2011 at 09:31:07AM -0700, susmit shannigrahi wrote: This software (gnumed-server, which is not yet in bugzilla) uses a postgres database for storing data. For subsequent installations (if tried), it simply overwrites the database. In this process, it asks the user whether to

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread Haïkel Guémar
Le 08/01/2011 17:31, susmit shannigrahi a écrit : For subsequent installations (if tried), it simply overwrites the database. In this process, it asks the user whether to overwrite the DB or not. This is plain stupid to overwrite the database by default, this MUST be fixed by upstream

Re: gcc 4.5 doesn't like gdbm.h

2011-01-08 Thread Sam Varshavchik
Rex Dieter writes: Sam Varshavchik wrote: gcc 4.5 complains when compiling some C++ code that includes gdbm.h, with a spurious warning: #include gdbm.h class xx { public: GDBM_FILE dbf; }; [mr...@octopus tmp]$ cat foo.c #include foo.h [mr...@octopus tmp]$ g++ -c foo.c In file

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread Kevin Kofler
susmit shannigrahi wrote: For subsequent installations (if tried), it simply overwrites the database. In this process, it asks the user whether to overwrite the DB or not. And what happens if you say no? Does the software not work? Kevin Kofler -- devel mailing list

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread susmit shannigrahi
On Sat, Jan 8, 2011 at 2:18 PM, Kevin Kofler kevin.kof...@chello.at wrote: susmit shannigrahi wrote: For subsequent installations (if tried), it simply overwrites the database. In this process, it asks the user whether to overwrite the DB or not. And what happens if you say no? Does the

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread Toshio Kuratomi
On Sat, Jan 08, 2011 at 05:57:52PM +0100, Jos Vos wrote: On Sat, Jan 08, 2011 at 09:31:07AM -0700, susmit shannigrahi wrote: This software (gnumed-server, which is not yet in bugzilla) uses a postgres database for storing data. For subsequent installations (if tried), it simply

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread Jon Ciesla
-- in your fear, seek only peace in your fera, speak only love -d. bowie On Sat, 8 Jan 2011, Toshio Kuratomi wrote: On Sat, Jan 08, 2011 at 05:57:52PM +0100, Jos Vos wrote: On Sat, Jan 08, 2011 at 09:31:07AM -0700, susmit shannigrahi wrote: This software (gnumed-server, which is not yet

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread Jason L Tibbitts III
JC == Jon Ciesla l...@jcomserv.net writes: JC I can't recall at the moment where this stems from, but the JC rationale, as I recall, was that we can never be sure if the JC database is available at RPM install/upgrade time. It's pretty simple. Creating databases isn't generally something that

Re: Question regarding RPM packaging of interactive software.

2011-01-08 Thread Jon Ciesla
-- in your fear, seek only peace in your fear, speak only love -d. bowie On Sat, 8 Jan 2011, Jason L Tibbitts III wrote: JC == Jon Ciesla l...@jcomserv.net writes: JC I can't recall at the moment where this stems from, but the JC rationale, as I recall, was that we can never be sure if

[perl-Class-MOP/el6/master] Conflicts perl-Moose 1.15

2011-01-08 Thread Iain Arnell
commit ba25373fe2d62f115dee2c68feabc78259dc9858 Author: Iain Arnell iarn...@gmail.com Date: Sat Oct 9 08:00:54 2010 +0200 Conflicts perl-Moose 1.15 Class::MOP 1.09 really breaks older versions of Moose perl-Class-MOP.spec |9 - 1 files changed, 8 insertions(+), 1

[perl-Class-MOP/el6/master] update to 1.12

2011-01-08 Thread Iain Arnell
commit 691c1c2662805c1acd0dffa17feda1ee30f4f761 Author: Iain Arnell iarn...@gmail.com Date: Sat Jan 8 08:16:19 2011 +0100 update to 1.12 .gitignore |1 + perl-Class-MOP.spec | 17 ++--- sources |2 +- 3 files changed, 12 insertions(+), 8

File Getopt-Long-Descriptive-0.087.tar.gz uploaded to lookaside cache by iarnell

2011-01-08 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Getopt-Long-Descriptive: 21d1d9e382a42e0d130808c21c215cde Getopt-Long-Descriptive-0.087.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-namespace-clean] update to 0.20

2011-01-08 Thread Iain Arnell
commit 44435dd26e229c9273a0a8002b80d1d6de0484d1 Author: Iain Arnell iarn...@gmail.com Date: Sat Jan 8 10:24:48 2011 +0100 update to 0.20 .gitignore|1 + perl-namespace-clean.spec | 10 +++--- sources |2 +- 3 files changed, 9 insertions(+),

[perl-SQL-Abstract] update to 1.72

2011-01-08 Thread Iain Arnell
commit 7012433a71cbbe857174137b5deafe74aaf4 Author: Iain Arnell iarn...@gmail.com Date: Sat Jan 8 10:13:25 2011 +0100 update to 1.72 - update BR perl(Test::Deep) = 0.106 - update BR perl(Test::More) = 0.92 - new R/BR perl(Class::Accessor::Grouped) = 0.10002 - new

[perl-namespace-clean/el6/master] update to latest upstream version

2011-01-08 Thread Iain Arnell
commit f8ccb272fc7e8648e601892d62ba097f9dda820c Author: Iain Arnell iarn...@gmail.com Date: Sun Aug 1 14:11:48 2010 +0200 update to latest upstream version - update by Fedora::App::MaintainerTools 0.006 - updating to latest GA CPAN version (0.18) - added a new br on

[perl-namespace-clean/el6/master] - 661697 rebuild for fixing problems with vendorach/lib

2011-01-08 Thread Iain Arnell
commit 16bdea72fe6f3f9f847b163fba799f26c0912119 Author: Marcela Mašláňová mmasl...@redhat.com Date: Tue Dec 21 04:50:11 2010 +0100 - 661697 rebuild for fixing problems with vendorach/lib perl-namespace-clean.spec |5 - 1 files changed, 4 insertions(+), 1 deletions(-) --- diff

[perl-namespace-clean/el6/master] update to 0.20

2011-01-08 Thread Iain Arnell
commit 82b995684f298cad4d82aa9e9ff81f86ac639b1e Author: Iain Arnell iarn...@gmail.com Date: Sat Jan 8 10:24:48 2011 +0100 update to 0.20 .gitignore|1 + perl-namespace-clean.spec | 10 +++--- sources |2 +- 3 files changed, 9 insertions(+),

File DBIx-Class-0.08126.tar.gz uploaded to lookaside cache by iarnell

2011-01-08 Thread Iain Arnell
A file has been added to the lookaside cache for perl-DBIx-Class: c35fadcba798cf734ee1b43ace8be36c DBIx-Class-0.08126.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-DBIx-Class] update to 0.08126

2011-01-08 Thread Iain Arnell
commit a68004fde9ebc88c7a0ecacaf384b9aa9660440b Author: Iain Arnell iarn...@gmail.com Date: Sat Jan 8 11:17:12 2011 +0100 update to 0.08126 .gitignore |1 + perl-DBIx-Class.spec | 29 + sources |2 +- 3 files changed, 19

[perl-MooseX-Role-WithOverloading] update to 0.09

2011-01-08 Thread Iain Arnell
commit 035ca6a11de95fb6e43e35c6348a0d63c6a4c531 Author: Iain Arnell iarn...@gmail.com Date: Sat Jan 8 10:58:16 2011 +0100 update to 0.09 .gitignore|1 + perl-MooseX-Role-WithOverloading.spec |8 ++-- sources |2 +-

[perl-MooseX-Role-WithOverloading/el6/master] (7 commits) ...Merge branch 'master' into el6

2011-01-08 Thread Iain Arnell
Summary of changes: b23f472... initial import (*) 79092a6... - Mass rebuild with perl-5.12.0 (*) c512458... dist-git conversion (*) 93d9872... update to 0.08 (*) 035ca6a... update to 0.09 (*) 1c8e9b6... update to 0.08 e6a629f... Merge branch 'master' into el6 (*) This commit

[perl-MooseX-Role-WithOverloading/el6/master: 7/7] Merge branch 'master' into el6

2011-01-08 Thread Iain Arnell
commit e6a629fe4aa56771f194ab82a746d485886a5a6d Merge: 1c8e9b6 035ca6a Author: Iain Arnell iarn...@gmail.com Date: Sat Jan 8 11:03:53 2011 +0100 Merge branch 'master' into el6 .gitignore|2 ++ perl-MooseX-Role-WithOverloading.spec |8 ++-- sources

[perl-MooseX-Role-WithOverloading/el6/master: 6/7] update to 0.08

2011-01-08 Thread Iain Arnell
commit 1c8e9b66d76b577a89409b5d9d0f2ac8ddc65119 Author: Iain Arnell iarn...@gmail.com Date: Sat Jan 8 11:02:42 2011 +0100 update to 0.08 Conflicts: perl-MooseX-Role-WithOverloading.spec perl-MooseX-Role-WithOverloading.spec | 21 - 1 files

[perl-Catalyst-Runtime] update to 5.80030

2011-01-08 Thread Iain Arnell
commit e5d302dea6a7ba66078f2b83ea9b9d23cc4a85fe Author: Iain Arnell iarn...@gmail.com Date: Sat Jan 8 12:49:28 2011 +0100 update to 5.80030 .gitignore |1 + perl-Catalyst-Runtime.spec | 14 +- sources|2 +- 3 files changed, 11

[perl-MooseX-Getopt/el6/master] (8 commits) ...Merge remote branch 'origin/master' into el6

2011-01-08 Thread Iain Arnell
Summary of changes: 8330a1d... Fix typo that causes a failure to update the common directo (*) b19191c... - rebuild against perl 5.10.1 (*) 0b107aa... - add perl_default_filter - PERL_INSTALL_ROOT = DESTDIR in (*) 2705446... - update by Fedora::App::MaintainerTools 0.006 - updating t (*)

[perl-Package-DeprecationManager] Fixes for EPEL compatibility

2011-01-08 Thread Paul Howarth
commit f845ed116373e13f223c03f371772311a15f793c Author: Paul Howarth p...@city-fan.org Date: Sat Jan 8 17:54:27 2011 + Fixes for EPEL compatibility - Update patches for old Test::More and no Test::Requires - perl(Pod::Coverage::TrustPod) now available everywhere except

[perl-Package-DeprecationManager] Created tag perl-Package-DeprecationManager-0.10-2.fc15

2011-01-08 Thread Paul Howarth
The lightweight tag 'perl-Package-DeprecationManager-0.10-2.fc15' was created pointing to: f845ed1... Fixes for EPEL compatibility -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org

[perl-Getopt-Usaginator] initial import

2011-01-08 Thread Iain Arnell
commit 80f9938f1089840288d5f1ac2451eadf9ca0c670 Author: Iain Arnell iarn...@gmail.com Date: Sun Jan 9 07:32:06 2011 +0100 initial import .gitignore |1 + perl-Getopt-Usaginator.spec | 50 +++ sources |1

File Git-CPAN-Patch-0.4.6.tar.gz uploaded to lookaside cache by iarnell

2011-01-08 Thread Iain Arnell
A file has been added to the lookaside cache for perl-Git-CPAN-Patch: 7fe8661193792f5f1ad09f9d6e734498 Git-CPAN-Patch-0.4.6.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org