Re: [Mageia-dev] automated installer testing

2013-04-04 Thread nicolas vigier
On Thu, 04 Apr 2013, Nicolas Lécureuil wrote:

> Le jeudi 28 mars 2013 13:57:11 Glen Ogilvie a écrit :
> > Hi,
> > 
> > Has anyone done, or thought about, setting up some automated testing
> > of the Mageia installer?
> > 
> > I am thinking something based on:
> > https://wiki.mageia.org/en/Auto_inst, testing inside a VM, with
> > a range of different installer configurations, like:
> > 
> > * different languages
> > * Free / non-free
> > * package selections, minimal, full, custom
> > * partitioning optons
> > * LVM options
> > * encryption options
> > * filesystem types
> > * software raid options
> > * known error cases (too small / filesystem), /boot on something not
> > supported * grub and grub2
> > * different CPUs, RAM, architectures.
> > 
> > I am thinking that if we had an auto-inst, with maybe 50 or so
> > different test cases, all of which would then be verified by an ssh
> > script connecting to the VM, or something like that.
> > 
> > I've found 3 bugs recently, all of which would have been able to be
> > detected by something like what I am suggesting.
> > 
> > 
> > Suggestions so far are:
> > 
> > nicolas vigier:
> > * For automatic testing it would be possible to use OS-autoinst :
> > http://www.os-autoinst.org/
> > * What we need is someone to add support for Mageia installer :
> > https://github.com/bmwiedemann/os-autoinst/tree/master/distri
> > 
> > Pierre-Malo Deniélou:
> > "Great idea. Can you prototype it? We should use something like that for
> > mageia 4."
> > 
> > Anne Nicolas:
> > "I remember some people starting something about it Furthermore it could
> > be interested to have some virtualization for basic tests once rebooted"
> > 
> > Regards
> > Glen Ogilvie
> 
> we should look to openQA too. ( https://github.com/bmwiedemann/openQA )
> but seems it needs a huge work to adapt but i think t's worth it

openQA is a web frontent for OS-autoinst.



Re: [Mageia-dev] what's the purpose of this list ?

2013-04-03 Thread nicolas vigier
On Wed, 03 Apr 2013, Oliver Burger wrote:

> 
> And really I don't understand the fuss about this, if people don't want to
> read those mails, just configure your mailbox to filter them, or ignore
> them.

Then they will filter any email sent to packagers@group alias and we
have no way to contact them for something important related to packagers
team.



Re: [Mageia-dev] what's the purpose of this list ?

2013-04-03 Thread nicolas vigier
On Wed, 03 Apr 2013, Oliver Burger wrote:

> I do think it is important to have contact addresses. Not only mailing
> lists, you have to subscribe.
> It's the only way to get questions and feedback from people who only have a
> simple question or feedback to give and don't want to subscribe an ml for
> that which they would have to unsubscribe again after they get the answer
> they are interested in.

If the problem with the mailing list is that people need to subscribe to
be able to post, maybe we can change this. It will probably increase
spam a little if we allow anybody to post, but we can try it to see if
that would be ok.



Re: [Mageia-dev] what's the purpose of this list ?

2013-04-03 Thread nicolas vigier
On Wed, 03 Apr 2013, Oliver Burger wrote:

> I do think it is important to have contact addresses. Not only mailing
> lists, you have to subscribe.
> It's the only way to get questions and feedback from people who only have a
> simple question or feedback to give and don't want to subscribe an ml for
> that which they would have to unsubscribe again after they get the answer
> they are interested in.
> The only question - as I see it - is, who should get those mails?
> And I think the best idea is for the whole teams in question to get them
> because otherwise you will have to find someone with too much time on his
> hands.
> 
> And by the way, just to state a number about the incoming traffic using
> this mail address
> All in all I found 5 - in words FIVE - threads in my gmail account, which
> were addressed to the packagers@ address, including an mail from bugzilla
> about a bug report complaining about the many mails, the contributor gets
> that way...

That's 5 in a short time, with none of them with a good reason to be
sent privatly to packagers instead of on the mailing list or forum.

It also exclude from discussions the people who are subscribed to the
mailing list, but not officially packagers.

In my opinion we should keep the packagers@group alias for rare emails
when we need to reach all packagers for something important only, and
it should not be used to replace the mailing list.



Re: [Mageia-dev] what's the purpose of this list ?

2013-04-03 Thread nicolas vigier
On Wed, 03 Apr 2013, Guillaume Rousse wrote:

> Le 03/04/2013 07:59, Oliver Burger a écrit :
>> 2013/4/2 Guillaume Rousse > >
>>  > Since a few days, I'm getting mail through this list. But given their
>> content, I don't any added value to keep it separated from the main
>> mageia-dev one...
>>
>> It's not a list, it's the contact address for packagers team listed
>> here: https://www.mageia.org/en/contact/
> Let's rephrase my question then: what the point of a public contact address 
> for packagers team ? Who is supposed to send what ?

In most cases people should only use the mailing lists.

They probably use it instead of the mailing list because it is easier to
find it on the contact page linked from the menu. And they don't read
the text saying that they should use the mailing list.

So I think those addresses should be removed from the contact page, or
at least the mailing lists should be easier to find.



Re: [Mageia-dev] Does anyone have a script that bumps releases?

2013-03-31 Thread nicolas vigier
On Sun, 31 Mar 2013, Colin Guthrie wrote:

> Hi,
> 
> Does anyone have a script that will bump the release of a given spec file?
> 
> Obviously there are lots of different forms to set the release and I
> guess the script has to back through the definition chain to find the
> right place to "add one".

You can do it with Youri::Package::RPM::Updater :
$ perl -MYouri::Package::RPM::Updater -e \
  "Youri::Package::RPM::Updater->new->update_from_spec(glob('SPECS/*.spec'))"

It only works for simple cases like "Release: %mkrel 1" and with the
definition of a %rel or %release macro. If something more complexe is
needed, it should use a %rel macro for the part that can be bumped.

Like this :
%define rel 1
Release: 1.2.3.4.%{rel}.0



Re: [Mageia-dev] Freeze push: tilitin 1.4.1

2013-03-19 Thread nicolas vigier
On Tue, 19 Mar 2013, Jani Välimaa wrote:

> Hi,
> 
> please push new tilitin. New version of this finnish accounting
> program fixes some issues available in previous versions.
> 
> I've confirmed it builds and works OK.

Submitted.



Re: [Mageia-dev] Freeze push: openttd 1.3.0 rc3

2013-03-19 Thread nicolas vigier
On Tue, 19 Mar 2013, Jani Välimaa wrote:

> Hi,
> 
> please push new openttd. It fixes a few bugs [1] and is hopefully last
> release candidate before the final release.

Submitted.



Re: [Mageia-dev] freeze push: perl-autodie

2013-03-18 Thread nicolas vigier
On Mon, 18 Mar 2013, Jerome Quelin wrote:

> Hi,
> Can you submit perl-autodie please?
> It's mostly a bugfix release (only one feature in the skip mechanism,
> which is used only by some utility classes).

Done.



Re: [Mageia-dev] freeze push: perl-PathTools

2013-03-18 Thread nicolas vigier
On Mon, 18 Mar 2013, Jerome Quelin wrote:

> Hi,
> 
> Can you push perl-PathTools please?
> It's a bugfix release which is needed for some new perl modules.

Done.



Re: [Mageia-dev] Freeze push: Konversation

2013-03-18 Thread nicolas vigier
On Mon, 18 Mar 2013, Nicolas Lécureuil wrote:

> hi,
> 
> please push konversation ( new version ) 
> Final version planned in some days.

Done (by guillomovitch).



Re: [Mageia-dev] freeze push: man-pages

2013-03-18 Thread nicolas vigier
On Mon, 18 Mar 2013, Thierry Vignaud wrote:

> Hi
> please push man-pages so that we 've up to date man-pages sync with our 
> kernel.

Done (by guillomovitch).



Re: [Mageia-dev] freeze push: firefox-ext-adblock-plus, firefox-ext-firebug & firefox-ext-noscript

2013-03-18 Thread nicolas vigier
On Mon, 18 Mar 2013, Thierry Vignaud wrote:

> Hi
> 
> Please let in firefox-ext-adblock-plus, firefox-ext-firebug &
> firefox-ext-noscript.
> They're bug fixes only.
> Adblock plus fixes some memory leaks (previously I had some web sites
> still pinning some objects after closing their tabs).
> They don't impact other packages and they're not on the install DVD anyway.

Done (by guillomovitch).



Re: [Mageia-dev] Freeze push: desktop-common-data

2013-03-06 Thread nicolas vigier
On Wed, 06 Mar 2013, David Walser wrote:

> Thomas Backlund  writes:
> > Guillaume Rousse skrev 4.3.2013 13:52:
> > > Le 03/03/2013 00:57, nicolas vigier a écrit :
> > >> Ok your buggy script has been restored. Now someone need to submit
> > >> desktop-common-data again.
> > > A different conclusion could have been than two different usages
> > > requires two different scripts, and than they could perfectly coexist
> > > with two different names...
> > >
> > 
> > Yep, that would be the best way forward.
> 
> That's fine, but for now, let's please get the proper script back in the
> package ASAP.  Also, I looked more closely at this, and the "bugs" that were
> claimed in the original script are just not there, save for one.

No, they are still there.

> 
> Please re-add this one change:
> http://svnweb.mageia.org/soft/desktop-common-data/trunk/bin/editor?r1=4446&r2=7450
> 
> And push it to the package in SVN and then to the build system.  Thanks!

Then do it yourself.



Re: [Mageia-dev] Freeze push: worldofpadman and worldofpadman-data

2013-03-06 Thread nicolas vigier
On Wed, 06 Mar 2013, Juan Luis Baptiste wrote:

> Hi,
> 
> Please remove worldofpadman-1.6-4 from core/release, I mistakenly
> pushed it there instead of nonfree.

Ok, worldofpadman and worldofpadman-data are removed from core/release.



Re: [Mageia-dev] freeze push: subsurface

2013-03-05 Thread nicolas vigier
On Tue, 05 Mar 2013, Guillaume Rousse wrote:

> bugfix release.

Submitted.



Re: [Mageia-dev] freeze push: stunnel

2013-03-05 Thread nicolas vigier
On Tue, 05 Mar 2013, Guillaume Rousse wrote:

> Version 4.55 fixes CVE-2013-1762

Submitted.



Re: [Mageia-dev] [soft-commits] [5589] (installPackages) prevent going further if some transactions failed (mga#7016)

2013-03-04 Thread nicolas vigier
On Mon, 03 Sep 2012, r...@mageia.org wrote:

> Revision: 5589
> Author:   tv
> Date: 2012-09-03 19:29:30 +0200 (Mon, 03 Sep 2012)
> Log Message:
> ---
> (installPackages) prevent going further if some transactions failed (mga#7016)
> 
> (_install_raw,install) propagate exit code
> 
> Modified Paths:
> --
> drakx/trunk/perl-install/install/NEWS
> drakx/trunk/perl-install/install/pkgs.pm
> drakx/trunk/perl-install/install/steps.pm
> 

[..]

> Modified: drakx/trunk/perl-install/install/steps.pm
> ===
> --- drakx/trunk/perl-install/install/steps.pm 2012-09-03 17:29:27 UTC (rev 
> 5588)
> +++ drakx/trunk/perl-install/install/steps.pm 2012-09-03 17:29:30 UTC (rev 
> 5589)
> @@ -427,6 +427,7 @@
>  #- small transaction will be built based on this selection and depslist.
>  my @toInstall = install::pkgs::packagesToInstall($packages);
>  
> +my $exit_code;
>  my $time = time();
>  { 
>   local $ENV{DURING_INSTALL} = 1;
> @@ -434,13 +435,14 @@
>   local $ENV{TMP} = '/tmp';
>   local $ENV{HOME};
>   local $packages->{options}{auto} = !$o_interactive;
> - install::pkgs::install($o->{isUpgrade}, \@toInstall, $packages, 
> \&installCallback);
> + $exit_code = install::pkgs::install($o->{isUpgrade}, \@toInstall, 
> $packages, \&installCallback);
>  }
>  any::writeandclean_ldsoconf($::prefix);
>  
>  log::l("Install took: ", formatTimeRaw(time() - $time));
>  run_program::rooted_or_die($::prefix, 'ldconfig') if !$o->{justdb};
>  
> +$exit_code and die "Installation failed";
>  install::media::log_sizes();
>  scalar(@toInstall); #- return number of packages installed.
>  }

Shouldn't it be cdie instead of die ? So that the error can be catched
by steps_interactive::installPackages__handle_error.



Re: [Mageia-dev] Freeze push: desktop-common-data

2013-03-02 Thread nicolas vigier
On Sat, 02 Mar 2013, David Walser wrote:

> nicolas vigier wrote:
> > On Sat, 02 Mar 2013, David Walser wrote:
> > 
> >> nicolas vigier wrote:
> >> > On Sat, 02 Mar 2013, David Walser wrote:
> >> > 
> >> >> nicolas vigier wrote:
> >> >> > Please push desktop-common-data.
> >> >> > 
> >> >> > In this new version /usr/bin/editor has been changed to try to use
> >> >> > $VISUAL and $EDITOR instead of only $TEXTEDITOR :
> >> >> > http://svnweb.mageia.org/soft/desktop-common-data/trunk/bin/editor?view=log
> >> >> 
> >> >> This was a bad change.  It was working fine :o(
> >> >> 
> >> >> http://svnweb.mageia.org/soft/desktop-common-data/trunk/bin/editor?r1=7450&r2=7451
> >> > 
> >> > It was not working. You can try with a script like this to check that it
> >> > doesn't work :
> >> >   #!/bin/sh
> >> >   TEXTEDITOR="xvt -e vim"
> >> >   $TEXTEDITOR $@
> >> > 
> >> > It opens a new terminal with vim inside, but does not open the file.
> >> > 
> >> > Also opening a new terminal when you are already in a terminal is not
> >> > very nice.
> >> 
> >> It was working fine, I tested it when I wrote it.  Do you even know what 
> >> this script is for?
> > 
> > It doesn't work, and it's easy to see why it cannot work.
> > 
> > A lot of script coming from Debian use /usr/bin/editor and expect it to
> > open an editor in the same terminal. If you need a script that always
> > open a graphical editor and does not open the file that is given on
> > command line you should probably give it an other name.
> 
> This thing wasn't created for use with Debian scripts, it was created for the 
> Text Editor toolbar button in IceWM.  It was originally called 
> xte, but that conflicted with some other package, so dams renamed it to 
> editor.  If that name is causing problems, feel free to rename it 
> again (we'll have to update IceWM for the new name).  But the old script as 
> it was worked fine.  Please restore it.

Ok your buggy script has been restored. Now someone need to submit
desktop-common-data again.



Re: [Mageia-dev] Freeze push: desktop-common-data

2013-03-02 Thread nicolas vigier
On Sat, 02 Mar 2013, nicolas vigier wrote:

> On Sat, 02 Mar 2013, David Walser wrote:
> 
> > nicolas vigier wrote:
> > > On Sat, 02 Mar 2013, David Walser wrote:
> > > 
> > >> nicolas vigier wrote:
> > >> > Please push desktop-common-data.
> > >> > 
> > >> > In this new version /usr/bin/editor has been changed to try to use
> > >> > $VISUAL and $EDITOR instead of only $TEXTEDITOR :
> > >> > http://svnweb.mageia.org/soft/desktop-common-data/trunk/bin/editor?view=log
> > >> 
> > >> This was a bad change.  It was working fine :o(
> > >> 
> > >> http://svnweb.mageia.org/soft/desktop-common-data/trunk/bin/editor?r1=7450&r2=7451
> > > 
> > > It was not working. You can try with a script like this to check that it
> > > doesn't work :
> > >   #!/bin/sh
> > >   TEXTEDITOR="xvt -e vim"
> > >   $TEXTEDITOR $@
> > > 
> > > It opens a new terminal with vim inside, but does not open the file.
> > > 
> > > Also opening a new terminal when you are already in a terminal is not
> > > very nice.
> > 
> > It was working fine, I tested it when I wrote it.  Do you even know what 
> > this script is for?
> 
> It doesn't work, and it's easy to see why it cannot work.
> 
> A lot of script coming from Debian use /usr/bin/editor and expect it to
> open an editor in the same terminal. If you need a script that always
> open a graphical editor and does not open the file that is given on
> command line you should probably give it an other name.

We could for example add /usr/bin/xeditor for the default graphical
text editor. And replace this script with a link to /etc/alternatives.



Re: [Mageia-dev] Freeze push: desktop-common-data

2013-03-02 Thread nicolas vigier
On Sat, 02 Mar 2013, David Walser wrote:

> nicolas vigier wrote:
> > On Sat, 02 Mar 2013, David Walser wrote:
> > 
> >> nicolas vigier wrote:
> >> > Please push desktop-common-data.
> >> > 
> >> > In this new version /usr/bin/editor has been changed to try to use
> >> > $VISUAL and $EDITOR instead of only $TEXTEDITOR :
> >> > http://svnweb.mageia.org/soft/desktop-common-data/trunk/bin/editor?view=log
> >> 
> >> This was a bad change.  It was working fine :o(
> >> 
> >> http://svnweb.mageia.org/soft/desktop-common-data/trunk/bin/editor?r1=7450&r2=7451
> > 
> > It was not working. You can try with a script like this to check that it
> > doesn't work :
> >   #!/bin/sh
> >   TEXTEDITOR="xvt -e vim"
> >   $TEXTEDITOR $@
> > 
> > It opens a new terminal with vim inside, but does not open the file.
> > 
> > Also opening a new terminal when you are already in a terminal is not
> > very nice.
> 
> It was working fine, I tested it when I wrote it.  Do you even know what this 
> script is for?

It doesn't work, and it's easy to see why it cannot work.

A lot of script coming from Debian use /usr/bin/editor and expect it to
open an editor in the same terminal. If you need a script that always
open a graphical editor and does not open the file that is given on
command line you should probably give it an other name.



Re: [Mageia-dev] Freeze push: desktop-common-data

2013-03-02 Thread nicolas vigier
On Sat, 02 Mar 2013, David Walser wrote:

> nicolas vigier wrote:
> > Please push desktop-common-data.
> > 
> > In this new version /usr/bin/editor has been changed to try to use
> > $VISUAL and $EDITOR instead of only $TEXTEDITOR :
> > http://svnweb.mageia.org/soft/desktop-common-data/trunk/bin/editor?view=log
> 
> This was a bad change.  It was working fine :o(
> 
> http://svnweb.mageia.org/soft/desktop-common-data/trunk/bin/editor?r1=7450&r2=7451

It was not working. You can try with a script like this to check that it
doesn't work :
  #!/bin/sh
  TEXTEDITOR="xvt -e vim"
  $TEXTEDITOR $@

It opens a new terminal with vim inside, but does not open the file.

Also opening a new terminal when you are already in a terminal is not
very nice.



Re: [Mageia-dev] Freeze push: worldofpadman and worldofpadman-data

2013-03-02 Thread nicolas vigier
On Sat, 02 Mar 2013, Juan Luis Baptiste wrote:

> On Sat, Mar 2, 2013 at 7:40 AM, Guillaume Rousse
>  wrote:
> > error: command failed: ssh pkgsubmit.mageia.org
> > /usr/local/bin/submit_package -t cauldron --define
> > sid=673391e4-2d88-4d19-92dc-8960411f23ae -r 400681
> > svn+ssh://svn.mageia.org/svn/packages/cauldron/worldofpadman-data
> > error: '/var/lib/schedbot/repsys/tmp/tmpVsTJ1M/SOURCES/sha1.lst' was not
> > found
> >
> 
> That's strange... I did a mgarepo sync with no errors, and if I run it
> now it doesn't try to upload the sources as they seem to be already
> uploaded:

mgarepo sync will update the sha1.lst file but will not commit it.

> 
> [mageia@dci-laptop worldofpadman-data]$ mgarepo sync
> [mageia@dci-laptop worldofpadman-data]$
> 
> But the sources don't seem to be recognized by svn:
> 
> [mageia@dci-laptop SOURCES]$ ls
> README.install.urpmi  sha1.lst  wop-1.5-unified.zip
> wop-1.5.x-to-1.6-patch-unified.zip
> [mageia@dci-laptop SOURCES]$ svn status
> ?   wop-1.5-unified.zip
> ?   sha1.lst
> ?   wop-1.5.x-to-1.6-patch-unified.zip
> 
> How to fix this ? a svn add on those files ?

svn add sha1.lst
svn ci -m 'SILENT add sha1.lst'



[Mageia-dev] Freeze push: desktop-common-data

2013-03-02 Thread nicolas vigier
Please push desktop-common-data.

In this new version /usr/bin/editor has been changed to try to use
$VISUAL and $EDITOR instead of only $TEXTEDITOR :
http://svnweb.mageia.org/soft/desktop-common-data/trunk/bin/editor?view=log



Re: [Mageia-dev] freeze push: krb5

2013-03-01 Thread nicolas vigier
On Fri, 01 Mar 2013, David Walser wrote:

> David Walser  writes:
> > Guillaume Rousse  writes:
> > > 1.11.1 fixes a null pointer dereference problem (security issue).
> > 
> > Also known as CVE-2013-1415:
> > https://bugzilla.redhat.com/show_bug.cgi?id=914749
> > 
> > Ping?  :o)
> 
> What is the hold-up with this?  Why hasn't this been pushed yet?

pushed.



Re: [Mageia-dev] cyrus-imapd

2013-02-27 Thread nicolas vigier
On Wed, 27 Feb 2013, Thomas Spuhler wrote:

> 
> 
> On Tuesday, February 26, 2013 11:38:57 AM Colin Guthrie wrote:
> > Hiya Thomas,
> > 
> > Firstly, thanks for taking time to update cyrus-imapd a while back. It's
> > a horrible package with lots of "gotchas".
> > 
> > Sadly, I've just recently been bitten by fallout due to some of the many
> > dropped patches when you updated the package to the 2.4 series in this
> > commit:
> > http://svnweb.mageia.org/packages/cauldron/cyrus-imapd/current/SPECS/cyrus-
> > imapd.spec?r1=130115&r2=196262
> 
> > 
> > 
> > What the commit message said was:
> > "upgrade to 2.4.13"
> 
> Colin thanks for the fixes. I assumed most of the problems were solved with 
> the update.
> I commented them out first ( so they could easily be re-added) and would have 
> expected some bug 
> reports if they would cause a problem. Since none were reported, I removed 
> them later.

The commit message should have mentioned what was done.

And it's not a good thing to blindly remove possibly useful patches and
expect users to report problems, without any warning or request for
tests on the mailing list ...

Also, removing the patches from the %prep section but not from the
SOURCES directory or spec headers makes it difficult to see that the
patches are no longer applied. Removed patches should be removed
completly.

And if commenting macros, you should do it by replacing '%' with '#' as
only adding # at the beginning of the line will still expand the macro.



Re: [Mageia-dev] the link to "updates to test" disappeared from http://pkgsubmit.mageia.org/

2013-02-23 Thread nicolas vigier
On Sat, 23 Feb 2013, PhilippeDidier wrote:

> nicolas vigier a écrit :
> > On Sat, 23 Feb 2013, PhilippeDidier wrote:
> > 
> >> To the web team :
> >>
> >> For some days the useful link to "updates to test" leading to
> >> (http://mageia.madb.org/tools/updates) has disappeared and reappeared
> >> and then disappeared again from the header part of the main page of
> >> http://pkgsubmit.mageia.org/
> >>
> >> Is it intentionnal ? or is it an omission ?
> > 
> > Maybe because of the changes on bugzilla:
> > http://svnweb.mageia.org/soft/build_system/web/themes/mageia/page_header.php?revision=6681&view=markup#l47
> > 
> > 
> Yes indeed it seems that there is something wrong in this php script :

Ok, so I removed the bugzilla query that was used to get the number of
updates to validate. Instead it will now display "Some updates to
validate" (it should also make the page a little faster).



Re: [Mageia-dev] the link to "updates to test" disappeared from http://pkgsubmit.mageia.org/

2013-02-23 Thread nicolas vigier
On Sat, 23 Feb 2013, PhilippeDidier wrote:

> To the web team :
> 
> For some days the useful link to "updates to test" leading to
> (http://mageia.madb.org/tools/updates) has disappeared and reappeared
> and then disappeared again from the header part of the main page of
> http://pkgsubmit.mageia.org/
> 
> Is it intentionnal ? or is it an omission ?

Maybe because of the changes on bugzilla:
http://svnweb.mageia.org/soft/build_system/web/themes/mageia/page_header.php?revision=6681&view=markup#l47



Re: [Mageia-dev] task-bs is missing?

2013-02-12 Thread nicolas vigier
On Tue, 12 Feb 2013, Johnny A. Solbu wrote:

> Is there a reason "task-bs" is not built/pushed to Any mga releases, or is it 
> simply forgotten? (it's not available in mga1, mga2 or cauldron)
> According to rpmlog it was imported to the svn feb 22 2011, and was part of 
> the rebuild last month. but it's still not pushed.

It's not used, so it should be removed.

I don't think it was part of rebuild last month.



Re: [Mageia-dev] Freeze push: webmin

2013-02-07 Thread nicolas vigier
On Thu, 07 Feb 2013, nicolas vigier wrote:

> On Thu, 07 Feb 2013, David Walser wrote:
> 
> > David Walser  writes:
> > > David Walser  writes:
> > > > I'll need this pushed so that I can also update the update candidate for
> > > > Mageia 2 in updates_testing.  I've confirmed that it builds fine in 
> > > > Cauldron.
> > > 
> > > It failed on the build system:
> > >
> > http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130206174519.ennael.valstar.635/log/webmin-1.620-1.mga3/build.0.20130206174551.log
> > > 
> > > I can't reproduce the problem on my Cauldron VM.  Can anyone help?
> > 
> > There is no valid error here.  Can someone repush on the build system?
> 
> Submitted.

And failed :
http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130207174317.boklm.valstar.2001/log/webmin-1.620-1.mga3/build.0.20130207174404.log



Re: [Mageia-dev] Freeze push: aria2

2013-02-07 Thread nicolas vigier
On Thu, 07 Feb 2013, David Walser wrote:

> David Walser  writes:
> > David Walser  writes:
> > > I've confirmed it builds fine on Cauldron.
> > 
> > It looks like this segfault in make test happens only on 64-bit:
> >
> http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130206174753.ennael.valstar.1180/log/aria2-1.16.3-1.mga3/build.0.20130206174805.log
> > 
> > Can anyone help?
> 
> Can someone repush on the build system to see if this strange segfault is
> reproducible?  There were many builds failing at the time this was pushed.

Ok, submitted.



Re: [Mageia-dev] Freeze push: webmin

2013-02-07 Thread nicolas vigier
On Thu, 07 Feb 2013, David Walser wrote:

> David Walser  writes:
> > David Walser  writes:
> > > I'll need this pushed so that I can also update the update candidate for
> > > Mageia 2 in updates_testing.  I've confirmed that it builds fine in 
> > > Cauldron.
> > 
> > It failed on the build system:
> >
> http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130206174519.ennael.valstar.635/log/webmin-1.620-1.mga3/build.0.20130206174551.log
> > 
> > I can't reproduce the problem on my Cauldron VM.  Can anyone help?
> 
> There is no valid error here.  Can someone repush on the build system?

Submitted.



Re: [Mageia-dev] Freeze push: audiofile 0.3.5

2013-02-07 Thread nicolas vigier
On Wed, 06 Feb 2013, Olav Vitters wrote:

> I like the following change:
> * Improve validation of compressed audio formats.
> 
> As validation often prevents security problems. Drawback that this
> bugfix release also includes support for new formats.
> 
> I think we should still push this for Mageia 3.

Submitted.



Re: [Mageia-dev] Freeze push: audacious, audacious-plugins

2013-02-07 Thread nicolas vigier
On Thu, 07 Feb 2013, Jani Välimaa wrote:

> 2013/2/7 Guillaume Rousse :
> > Le 06/02/2013 21:12, Götz Waschk a écrit :
> >
> >> Dear Mageia devs,
> >>
> >> please push audacious and audacious-plugins 3.3.4. They are
> >> bugfix-only releases and include a fix for a crasher in 3.3.3.
> >
> > Done.
> 
> Please also push audacious-plugins to tainted/release.

Submitted.



Re: [Mageia-dev] Freeze push: ruby-rdoc

2013-02-07 Thread nicolas vigier
On Wed, 06 Feb 2013, Anne Nicolas wrote:

> Le 06/02/2013 23:48, FundaWang a écrit :
> > ping?
> 
> Wait please some pb on build system
> 

Submitted by tmb.



Re: [Mageia-dev] freeze push: shinken 1.2.3

2013-02-07 Thread nicolas vigier
On Thu, 07 Feb 2013, Guillaume Rousse wrote:

> Le 06/02/2013 19:49, Guillaume Rousse a écrit :
>> Le 06/02/2013 18:51, Anne Nicolas a écrit :
>>> Le 06/02/2013 16:34, Guillaume Rousse a écrit :
 Bugfix release, please push.
>>>
>>> http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130206174617.ennael.valstar.948/log
>>>
>> error: /dev/urandom: No such file or directory
>>
>> /me blames latest change on makedev...
> Can you push it again ?

pushed.



Re: [Mageia-dev] Packager's meeting

2013-02-05 Thread nicolas vigier
On Tue, 05 Feb 2013, Sander Lepik wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> 05.02.2013 13:04, Pascal Terjan kirjutas:
> > On Tue, Feb 5, 2013 at 9:03 AM, Anne Nicolas 
> > wrote:
> >> Hi there
> >> 
> > I am planning to try building failing packages with -j4 instead of 
> > -j12 to get a list of the ones which are "really" broken but I
> > don't know how to handle the discussion on which ones to drop and
> > which ones really need to be fixed
> 
> Can't we have some macro for that in the build system. %make_j4 ? So
> we could fix them and switch the build system's %make to -j12 by
> default in the future?

I'm not sure it's useful to have a %make_j4 macro. It's already possible
to do "make -j4" without using a macro.



Re: [Mageia-dev] freeze push: libroffice

2013-01-29 Thread nicolas vigier
On Tue, 29 Jan 2013, Thierry Vignaud wrote:

> On 29 January 2013 08:57, Thomas Backlund  wrote:
> >>> Please let in freeze push: libroffice-4.0.0.2
> >>> This is RC2, we have RC1.
> >>
> >> Submitted.
> >
> > http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130129043512.tmb.valstar.7406/log/libreoffice-4.0.0.2-1.mga3/build.0.20130129043609.log
> 
> Please submit again.

Submitted.



Re: [Mageia-dev] Freeze Push: bootsplash

2013-01-29 Thread nicolas vigier
On Tue, 29 Jan 2013, Colin Guthrie wrote:

> 'Twas brillig, and nicolas vigier at 29/01/13 11:47 did gyre and gimble:
> > On Sun, 27 Jan 2013, David Walser wrote:
> > 
> >> Colin Guthrie wrote:
> >>> 'Twas brillig, and David Walser at 27/01/13 20:26 did gyre and gimble:
> >>>> Colin Guthrie wrote:
> >>>>> This is one of our packages thus semi-exempt from freeze rules.
> >>>>>
> >>>>> But either way it fixes a potential security issue.
> >>>>
> >>>> Care to elaborate?  Mageia 2 also has 3.3.9.
> >>>
> >>> I already sent a mail to security@ (as per
> >>> https://wiki.mageia.org/en/Packagers_Security_Team) to discuss it
> >>> initially. I've updated the mga2 package in preparation already, but
> >>> just wanted to discuss the process (i.e. order of certain actions) first.
> >>
> >> Does anyone get the mails sent to that list?
> > 
> > I updated the mga-security ldap group to put you and Oden.
> > 
> > You should now receive emails sent to secur...@group.mageia.org.
> 
> Thanks, I'm sure David will be happy :)
> 
> Quick question tho': is secur...@mageia.org just an alias for
> secur...@group.mageia.org? It is the former address that was listed on
> https://wiki.mageia.org/en/Packagers_Security_Team before you updated
> it. It would be interesting to know where that when before... :)

Yes, that's an alias to secur...@group.mageia.org. Before the changes in
the ldap group, it was going to stewb, he should have received your
email.



Re: [Mageia-dev] Freeze Push: bootsplash

2013-01-29 Thread nicolas vigier
On Sun, 27 Jan 2013, David Walser wrote:

> Colin Guthrie wrote:
> > 'Twas brillig, and David Walser at 27/01/13 20:26 did gyre and gimble:
> >> Colin Guthrie wrote:
> >>> This is one of our packages thus semi-exempt from freeze rules.
> >>>
> >>> But either way it fixes a potential security issue.
> >> 
> >> Care to elaborate?  Mageia 2 also has 3.3.9.
> > 
> > I already sent a mail to security@ (as per
> > https://wiki.mageia.org/en/Packagers_Security_Team) to discuss it
> > initially. I've updated the mga2 package in preparation already, but
> > just wanted to discuss the process (i.e. order of certain actions) first.
> 
> Does anyone get the mails sent to that list?

I updated the mga-security ldap group to put you and Oden.

You should now receive emails sent to secur...@group.mageia.org.



Re: [Mageia-dev] Freeze push: gtksourceview 3.6.3

2013-01-29 Thread nicolas vigier
On Sun, 27 Jan 2013, Olav Vitters wrote:

> Bugfix release.

Submitted.



Re: [Mageia-dev] Freeze push: fetchyahoo-2.14.9

2013-01-29 Thread nicolas vigier
On Mon, 28 Jan 2013, Sandro CAZZANIGA wrote:

> Le 28/01/2013 09:59, Sandro CAZZANIGA a écrit :
> > Le 27/01/2013 22:40, Sandro CAZZANIGA a écrit :
> >> Hi,
> >>
> >> Can someone push fetchyahoo? It fixes #8374:
> >> https://bugs.mageia.org/show_bug.cgi?id=8374
> >>
> >> Thanks :)
> >>
> > 
> > ping?
> > 
> > thanks :)
> > 
> ping #2 ?

Submitted by guillomovitch yesterday.



Re: [Mageia-dev] Freeze push : Qt5 5.0.1rc1

2013-01-26 Thread nicolas vigier
On Sat, 26 Jan 2013, Nicolas Lécureuil wrote:

> Hi,
> 
> please push the qt5 stack ( we will have Qt 5.0.1 final for mga3 )
> 
> 
> First push qtbase5 and when pushed ( and available ) send : 
> 
> qtdoc5 qtimageformats5 qtmultimedia5 qtscript5 qttools5 qtwebkit5 
> qtdeclarative5 qtgraphicaleffects5  qtjsbackend5 qtquick5  qtsvg5   
> qttranslations5  

qtscript5 failed :
http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130126130231.boklm.valstar.28131/log/qtscript5-5.0.1-0.rc1.1.mga3/build.0.20130126130352.log



Re: [Mageia-dev] Freeze push : Qt5 5.0.1rc1

2013-01-26 Thread nicolas vigier
On Sat, 26 Jan 2013, Nicolas Lécureuil wrote:

> Hi,
> 
> please push the qt5 stack ( we will have Qt 5.0.1 final for mga3 )
> 
> 
> First push qtbase5 and when pushed ( and available ) send : 
> 
> qtdoc5 qtimageformats5 qtmultimedia5 qtscript5 qttools5 qtwebkit5 
> qtdeclarative5 qtgraphicaleffects5  qtjsbackend5 qtquick5  qtsvg5   
> qttranslations5  

Submitted.

Except qtjsbackend5 which is still at version 5.0.0 in svn :
- qtgraphicaleffects5-5.0.0-2.mga3:
 - Current or newer revision(s) already exists in core/release for
   cauldron: 5.0.0-2.mga3



Re: [Mageia-dev] Freeze push: compiz 0.9.9

2013-01-26 Thread nicolas vigier
On Fri, 25 Jan 2013, Julien wrote:

> Hi,
> 
> please push compiz 0.9.9.0
>  it's a new release with a lot of bugfix, mostly stability, multi-monitor,
>  fullscreen unredirecting and kde 4.10 integration. Some plugins have also
>  been unbroken.
> No new feature.

Submitted.



Re: [Mageia-dev] Free push: playonlinux

2013-01-26 Thread nicolas vigier
On Sat, 19 Jan 2013, Samuel Verschelde wrote:

> Hi,
> 
> I updated playonlinux to the minor release 4.1.9, which is said by the 
> developers to be meant to be the last of the 4.1.x branch, including lots of 
> stability improvements, bugfixes (but also a few improvements).

Submitted.



Re: [Mageia-dev] [Freeze push] gis software stack

2013-01-24 Thread nicolas vigier
On Thu, 24 Jan 2013, nicolas vigier wrote:

> On Tue, 15 Jan 2013, Oliver Burger wrote:
> 
> > Sorry for the trouble, but I didn't get to do it in time (and Anne told me 
> > on IRC, this would be possible).
> >
> > I updated the gis software stack, because parts of it were quite out of 
> > date.
> >
> > Please submit these packages in the following build order:
> >
> > geos (new minor version)
> > gdal (rebuild)
> > postgis (new version, 1.5 was really out of date)
> > grass (rebuild)
> > libspatialite (new package needed by new qgis)
> > libspatialindex (new package needed by new qgis)
> > qgis (somebody already updated it in svn but never built it successfully)
> > mapserver (new version)
> 
> libspatialindex failed :
> http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130124165358.boklm.valstar.19160/log

And postgis rejected :
http://pkgsubmit.mageia.org/uploads/rejected//cauldron/core/release/20130124165329.boklm.valstar.18976.youri



Re: [Mageia-dev] [Freeze push] gis software stack

2013-01-24 Thread nicolas vigier
On Tue, 15 Jan 2013, Oliver Burger wrote:

> Sorry for the trouble, but I didn't get to do it in time (and Anne told me 
> on IRC, this would be possible).
>
> I updated the gis software stack, because parts of it were quite out of 
> date.
>
> Please submit these packages in the following build order:
>
> geos (new minor version)
> gdal (rebuild)
> postgis (new version, 1.5 was really out of date)
> grass (rebuild)
> libspatialite (new package needed by new qgis)
> libspatialindex (new package needed by new qgis)
> qgis (somebody already updated it in svn but never built it successfully)
> mapserver (new version)

libspatialindex failed :
http://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20130124165358.boklm.valstar.19160/log



Re: [Mageia-dev] Freeze push: php

2013-01-24 Thread nicolas vigier
On Thu, 24 Jan 2013, David Walser wrote:

> nicolas vigier  writes:
> > Submitted.
> 
> Thanks.
> 
> Sorry I didn't mention earlier, but these also need pushed, as they need
> rebuilt for updated PHP:
> - php-manual-en
> - php-gd-bundled

Ok, submitted.



Re: [Mageia-dev] Freeze push: gnome-menus 3.6.2

2013-01-24 Thread nicolas vigier
On Tue, 15 Jan 2013, Olav Vitters wrote:

> Small bugfix and translation updates.

Submitted.



Re: [Mageia-dev] freeze push: jline

2013-01-24 Thread nicolas vigier
On Tue, 15 Jan 2013, D.Morgan wrote:

> On Tue, Jan 15, 2013 at 1:58 PM, D.Morgan  wrote:
> > On Tue, Jan 15, 2013 at 8:17 AM, D.Morgan  wrote:
> >> hi,
> >>
> >> please push jline, this is a new version that builds witn maven 3
> >>
> >>
> >> Regards,
> >> D.
> >
> > ping
> 
> previous version do not compile so we need this one

Submission errors, aborting:
- jline-0.9.94-5.mga3:
 - Current or newer revision(s) already exists in core/release for
   cauldron: 0.9.94-5.mga3



Re: [Mageia-dev] Freeze push: vino 3.7.4

2013-01-24 Thread nicolas vigier
On Tue, 15 Jan 2013, Olav Vitters wrote:

> Same as vinagre, bersuit pushed an unstable version while there is no
> maintainer. Almost no changes in this version, should be safe to update.

Should we revert to stable version ?



Re: [Mageia-dev] Freeze push: vinagre 3.7.4

2013-01-24 Thread nicolas vigier
On Tue, 15 Jan 2013, Colin Guthrie wrote:

> 'Twas brillig, and Olav Vitters at 14/01/13 23:26 did gyre and gimble:
> > bersuit pushed an unstable version of vinagre. maintainer is set as
> > nobody.
> > 
> > not sure why it was done, but should update from 3.7.3 to 3.7.4.
> 
> We can always revert it an earlier version if you'd prefer. Ditto for
> eog if that's also preferred.
> 
> Cauldron users manually downgrading is fine IMO.

Should we revert to stable version ?



Re: [Mageia-dev] Freeze push: ruby-rails

2013-01-24 Thread nicolas vigier
On Thu, 24 Jan 2013, Funda Wang wrote:

> -- Original --
> From:  "nicolas vigier";
> Date:  Thu, Jan 24, 2013 09:31 PM
> To:  "Mageia development mailing-list"; 
> > Do you know if it has impact on other packages that need to be rebuilt,
> > or tested after this change ?
> 
> No, all the packages related to ruby-rails are listed here. Nothing all.

Ok. Submitted.

By the way, can you fix your email client so that it correctly set
In-Reply-To headers and does not create a new thread for each reply ?



Re: [Mageia-dev] Freeze push: evolution-kolab 3.6.3

2013-01-24 Thread nicolas vigier
On Wed, 23 Jan 2013, Olav Vitters wrote:

> Another minor bugfix release. Please first submit the other evolution
> stuff.

Submitted.



Re: [Mageia-dev] Freeze push: evolution-ews 3.6.3

2013-01-24 Thread nicolas vigier
On Tue, 22 Jan 2013, Olav Vitters wrote:

> Small amount of bugfixes. Being able to select the sent folder seems
> important.

Submitted.



Re: [Mageia-dev] Freeze push: transmission

2013-01-24 Thread nicolas vigier
On Thu, 24 Jan 2013, Damien Lallement wrote:

> Le 24/01/2013 13:56, nicolas vigier a écrit :
>> On Thu, 24 Jan 2013, Damien Lallement wrote:
>>
>>> Le 23/01/2013 14:03, Damien Lallement a écrit :
>>>> Le 22/01/2013 18:30, Damien Lallement a écrit :
>>>>> Package:transmission
>>>>> Url:
>>>>> https://trac.transmissionbt.com/query?milestone=2.76&group=component&order=severity
>>>>>
>>>>>
>>>>> Now:2.75
>>>>> Submitted:2.76
>>>>> Changelog:Bug/regression fix release and add magnet link support
>>>>>
>>>>> Thanks!
>>>>
>>>> Ping?
>>>
>>> Ping?
>>
>> It seems svn still has version 2.75.
>
> My bad... :-/
> Fixed. Please push it. :-*

Submitted.



Re: [Mageia-dev] freeze push: perl-Class-InsideOut

2013-01-24 Thread nicolas vigier
On Thu, 24 Jan 2013, nicolas vigier wrote:

> On Thu, 24 Jan 2013, Jerome Quelin wrote:
> 
> > Hi,
> > 
> > Can you push perl-Class-InsideOut which fixed its tests to pass with
> > recent Scalar::Util please?
> > This means the pkg will be rebuilt fine with the mass rebuild.
> 
> Submitted.

But failed :
http://pkgsubmit.mageia.org/uploads/rejected//cauldron/core/release/20130124133911.boklm.valstar.21149.youri



Re: [Mageia-dev] freeze push: perl-Class-InsideOut

2013-01-24 Thread nicolas vigier
On Thu, 24 Jan 2013, Jerome Quelin wrote:

> Hi,
> 
> Can you push perl-Class-InsideOut which fixed its tests to pass with
> recent Scalar::Util please?
> This means the pkg will be rebuilt fine with the mass rebuild.

Submitted.



Re: [Mageia-dev] Freeze push: evolution 3.6.3

2013-01-24 Thread nicolas vigier
On Tue, 22 Jan 2013, Olav Vitters wrote:

> Please wait for evolution-data-server to build before submitting this
> one.

Submitted.



Re: [Mageia-dev] Freeze push: ruby-rails

2013-01-24 Thread nicolas vigier
On Mon, 21 Jan 2013, Funda Wang wrote:

> Hello,
> 
> Could following packages regarding ruby-rails be pushed? It has been found 
> several CVE issues in current versions of rails.
> 
> ruby-actionmailer
> ruby-actionpack
> ruby-activemodel
> ruby-activerecord
> ruby-activeresource
> ruby-activesupport
> ruby-rails
> ruby-railties

Do you know if it has impact on other packages that need to be rebuilt,
or tested after this change ?



Re: [Mageia-dev] Freeze push: GConf 3.2.6

2013-01-24 Thread nicolas vigier
On Tue, 22 Jan 2013, Olav Vitters wrote:

> I forgot to use the correct subject. See the Fwd: GConf 3.2.6 email for
> details.

GConf2 submitted.



Re: [Mageia-dev] Freeze push: evolution-data-server 3.6.3

2013-01-24 Thread nicolas vigier
On Tue, 22 Jan 2013, Olav Vitters wrote:

> Loads and loads of bugfixes, a lot of which are crashers.

Submitted.



Re: [Mageia-dev] freeze push: perl-Dist-Zilla-App-Command-weaverconf

2013-01-24 Thread nicolas vigier
On Tue, 22 Jan 2013, Jerome Quelin wrote:

> This is a bugfix release allowing to actually *use* the module. :-)

Submitted.



Re: [Mageia-dev] Freeze push: texstudio 2.5.2

2013-01-24 Thread nicolas vigier
On Tue, 22 Jan 2013, Pierre-Malo Deniélou wrote:

> Le 20/01/13 20:12,Pierre-Malo Deniélou nous adresse ces quelques mots :
> > Le 17/01/13 15:21,Pierre-Malo Deniélou nous adresse ces quelques mots :
> >> On 16/01/13 00:45, Pierre-Malo Deniélou wrote:
> >>> Please push texstudio, which I updated to version 2.5.2.
> >>> Upstream says that it is a bug fix release.
> >>
> >> ping?
> >>
> >> I forgot to copy-paste the changelog:
> >>
> >> · new %BEGIN_FOLD ... %END_FOLD comment to mark arbitrary regions as
> >> foldable
> >> · add support to display CJK and Cyrillic in PDF viewer
> >> · increased maximum possible tab width to 32
> >> · fix basic input method support
> >> · fix crash when saving as an already open file
> >> · fix viewer might change size because of long status messages
> >> · changed shortcuts for next/prev document to Ctrl+PgDown/Up
> >> · several small corrections
> >>
> > 
> > ping? It does not affect any other package and fixes some
> > internationalisation related issues.
> 
> ping?

Submitted.



Re: [Mageia-dev] Freeze push: clutter-gst2 2.0.0

2013-01-24 Thread nicolas vigier
On Wed, 23 Jan 2013, Olav Vitters wrote:

> Stable release of the currently packaged clutter-gst2-1.9.92-3.mga3
> 
> Only minor changes. Please note the 2 in clutter-gst2.

Submitted.



Re: [Mageia-dev] Freeze push: gtksourceview 3.6.2

2013-01-24 Thread nicolas vigier
On Wed, 23 Jan 2013, Olav Vitters wrote:

> Bugfix release, see attachment for details.

Submitted.



Re: [Mageia-dev] freeze push: perl-Devel-Trepan-Disassemble

2013-01-24 Thread nicolas vigier
On Wed, 23 Jan 2013, Jerome Quelin wrote:

> Hi,
> 
> Please push perl-Devel-Trepan-Disassemble which should fix the test
> errors during build.

Submitted.



Re: [Mageia-dev] Freeze push: php

2013-01-24 Thread nicolas vigier
On Wed, 23 Jan 2013, David Walser wrote:

> Bumping to verion 5.4.11, purely a bug fix update (updated in SVN by Oden).
> 
> ChangeLog is here:
> http://www.php.net/ChangeLog-5.php
> 
> I've tested that it builds locally and also verified that it works using the 
> same test cases I use to test updates for stable releases.

Submitted.



Re: [Mageia-dev] Freeze push

2013-01-24 Thread nicolas vigier
On Wed, 23 Jan 2013, Thomas Spuhler wrote:

> Please push
> python-asn1
> and 
> python-pyasn1-modules
> 
> They are required by pykolab

Why ?



Re: [Mageia-dev] Freeze push: Sauerbraten

2013-01-24 Thread nicolas vigier
On Thu, 24 Jan 2013, Juan Luis Baptiste wrote:

> On Wed, Jan 23, 2013 at 12:31 PM, Juan Luis Baptiste  
> wrote:
> > On Tue, Jan 22, 2013 at 12:07 PM, Juan Luis Baptiste  
> > wrote:
> >> Please push again, new bugfix only release, 2013_01_20, fixes the
> >> following stuff:
> >>
> >> * server teamkillkick bugs
> >> * server map rotation bugs
> >> * missing map rotation for SP maps
> >> * map sounds playing after disconnect
> >> * random sounds playing if someone else has a modified map
> >> * ragdolls not re-created properly while spectating someone
> >>
> >>
> >
> > Ping ?
> >
> 
> Pong ?

Submitted.



Re: [Mageia-dev] Freeze push: extundelete

2013-01-24 Thread nicolas vigier
On Thu, 24 Jan 2013, Damien Lallement wrote:

> Le 23/01/2013 14:03, Damien Lallement a écrit :
>> Le 22/01/2013 18:21, Damien Lallement a écrit :
>>> Package:extundelete
>>> Url:http://extundelete.sourceforge.net/
>>> Now:0.2.0
>>> Submitted:0.2.4
>>> Changelog:Bug fix and all patches merged upstream
>>>
>>> Thanks!
>>
>> Ping?
>
> Ping?

Submitted.



Re: [Mageia-dev] Freeze push: help2man

2013-01-24 Thread nicolas vigier
On Thu, 24 Jan 2013, Damien Lallement wrote:

> Le 23/01/2013 14:03, Damien Lallement a écrit :
>> Le 22/01/2013 18:24, Damien Lallement a écrit :
>>> Package:help2man
>>> Url:http://www.gnu.org/software/help2man/
>>> Now:1.40.13
>>> Submitted:1.41.1
>>> Changelog:Add new translations and fix doc
>>>
>>> Thanks!
>>
>> Ping?
>
> Ping?

Submitted.



Re: [Mageia-dev] Freeze push: libburn and libisofs

2013-01-24 Thread nicolas vigier
On Thu, 24 Jan 2013, Damien Lallement wrote:

> Le 14/01/2013 17:16, Damien Lallement a écrit :
>> Hi,
>>
>> Please push libburn and libisofs.
>> New version 1.2.6 is a bug fix release and API update:
>> http://libburnia-project.org/wiki/Releases
>
> Ping #4?

Submitted.



Re: [Mageia-dev] Freeze push: transmission

2013-01-24 Thread nicolas vigier
On Thu, 24 Jan 2013, Damien Lallement wrote:

> Le 23/01/2013 14:03, Damien Lallement a écrit :
>> Le 22/01/2013 18:30, Damien Lallement a écrit :
>>> Package:transmission
>>> Url:
>>> https://trac.transmissionbt.com/query?milestone=2.76&group=component&order=severity
>>>
>>>
>>> Now:2.75
>>> Submitted:2.76
>>> Changelog:Bug/regression fix release and add magnet link support
>>>
>>> Thanks!
>>
>> Ping?
>
> Ping?

It seems svn still has version 2.75.



[Mageia-dev] Freeze push: corosync

2013-01-21 Thread nicolas vigier
Please push corosync version 2.3.0. We currently have version 2.2.0 in
cauldron :

- this new version fix a possible Dos vulnerability
- version 2.2.0 is now unsupported upstream
- changelog from 2.2.0 to 2.3.0 is small

http://lists.corosync.org/pipermail/discuss/2013-January/002350.html



Re: [Mageia-dev] freeze push for drbd-utils

2013-01-21 Thread nicolas vigier
On Sun, 20 Jan 2013, Luis Daniel Lucio Quiroz wrote:

> Please, push drbd 8.4.2
> 
> the one we had, 8.3.7 was only for 2.6.37, then we need newer versio. I have 
> updated with packemaker support.  Please push.

Submitted.



Re: [Mageia-dev] Freeze push: xterm

2013-01-16 Thread nicolas vigier
On Tue, 15 Jan 2013, David Walser wrote:

> David Walser  writes:
> > > On Mon, 14 Jan 2013, Damien Lallement wrote:
> > > 
> > >> Please push xterm 288. It's a bug fix release.
> > >> http://www.spinics.net/lists/xorg/msg54908.html
> 
> Tested locally on Cauldron, can confirm it works fine.

Ok, submitted.



Re: [Mageia-dev] Help needed: rpmlint checks not working

2013-01-15 Thread nicolas vigier
On Tue, 15 Jan 2013, Thierry Vignaud wrote:

> On 15 January 2013 11:57, nicolas vigier  wrote:
> >> > Awesome, thanks.
> >> >
> >> > Will this affect mga2 builds too? It shouldn't there so hopefully there
> >> > is no conflict :)
> >>
> >> Hmm, actually it probably applies to Mageia 2 builds too. I will try to
> >> change this.
> >
> > This should now be fixed.
> >
> > http://svnweb.mageia.org/adm/puppet/modules/buildsystem/templates/youri/submit-upload.conf?r1=2963&r2=2967
> 
> Isn't that commit showing we didn't rejected some packages which
> should have been due to missing rules?

Yes, we didn't reject some packages which should have been. Until this
commit :
http://svnweb.mageia.org/adm/puppet/modules/buildsystem/templates/youri/submit-upload.conf?r1=2928&r2=2963

But after this one we were rejecting too much on Mageia 2. Now it should
be ok on Cauldron and Mageia 2.



Re: [Mageia-dev] Freeze push: sir 2.5.1

2013-01-15 Thread nicolas vigier
On Mon, 14 Jan 2013, Pierre-Malo Deniélou wrote:

> Please push sir, which I updated to version 2.5.1.
> I has some bug fixes and a few new features that we want and that are not 
> too risky to put in for Mageia 3 (since nothing depends on sir).
> I tested the install and usability.

Submitted.



Re: [Mageia-dev] Freeze push: coq-8.4pl1

2013-01-15 Thread nicolas vigier
On Mon, 14 Jan 2013, Pierre-Malo Deniélou wrote:

> This is a bug fix and performance fix release. Nothing depends on coq in 
> mageia.

Submitted.



Re: [Mageia-dev] Freeze push: xterm

2013-01-15 Thread nicolas vigier
On Mon, 14 Jan 2013, Damien Lallement wrote:

> Please push xterm 288. It's a bug fix release.
> http://www.spinics.net/lists/xorg/msg54908.html

It doesn't look like a bugfix release.



Re: [Mageia-dev] Freeze push: calibre

2013-01-15 Thread nicolas vigier
On Mon, 14 Jan 2013, Damien Lallement wrote:

> Hi,
>
> Please push calibre, it's a bug fix release and it adds support for Kobo 
> Arc and Polaroid Android tablet.

Submitted.



Re: [Mageia-dev] Freeze push: gnome-boxes 3.6.3

2013-01-15 Thread nicolas vigier
On Mon, 14 Jan 2013, Olav Vitters wrote:

> Crasher fix. Already have 3.6.2, seems like non intrusive update.

Submitted.



Re: [Mageia-dev] Help needed: rpmlint checks not working

2013-01-15 Thread nicolas vigier
On Mon, 14 Jan 2013, nicolas vigier wrote:

> On Sat, 12 Jan 2013, Colin Guthrie wrote:
> 
> > 'Twas brillig, and nicolas vigier at 12/01/13 15:45 did gyre and gimble:
> > > On Sat, 12 Jan 2013, Colin Guthrie wrote:
> > > 
> > >> Hi,
> > >>
> > >> It seems the rpmlint checks I added to detect (and prevent upload of)
> > >> files in /var/run and in /etc/udev/rules.d etc. are not working.
> > >>
> > >> Can someone see if I've done something wrong?
> > > 
> > > The file distribution.error.list from rpmlint-mageia-policy is not used
> > > by the buildsystem to reject uploads. Instead it is using a list of
> > > rpmlint errors defined in youri configuration. I added them now :
> > > http://svnweb.mageia.org/adm/puppet/modules/buildsystem/templates/youri/submit-upload.conf?r1=2928&r2=2963
> > > 
> > > Maybe we could change it to use distribution.error.list file instead.
> > 
> > Awesome, thanks.
> > 
> > Will this affect mga2 builds too? It shouldn't there so hopefully there
> > is no conflict :)
> 
> Hmm, actually it probably applies to Mageia 2 builds too. I will try to
> change this.

This should now be fixed.

http://svnweb.mageia.org/adm/puppet/modules/buildsystem/templates/youri/submit-upload.conf?r1=2963&r2=2967



Re: [Mageia-dev] ask to push a package

2013-01-14 Thread nicolas vigier
On Mon, 14 Jan 2013, Nicolas Lécureuil wrote:

> Hi,
> 
> please push on the BS the new version of httping ( updated on the svn by oden)

What is the reason ?



Re: [Mageia-dev] Freeze push: libtorrent-rasterbar

2013-01-14 Thread nicolas vigier
On Sun, 13 Jan 2013, Matteo Pasotti wrote:

> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> Hello,
> can someone push libtorrent-rasterbar?
> I was notified by David Walser but I was very busy at that time and I
> forgot to update this package only.
> 
> There are no new major features but few bugs are fixed with this new
> version.

Submitted.



Re: [Mageia-dev] Freeze push: openttd-opengfx

2013-01-14 Thread nicolas vigier
On Sun, 13 Jan 2013, Jani Välimaa wrote:

> Hi,
> 
> please push openttd-opengfx.
> 
> Latest version fixes build issue (failing check) with nml 0.2.4. New
> version also fixes "missing sprites" warnings with openttd 1.3.0-beta1,
> which we currently have.

Submitted.



Re: [Mageia-dev] Freeze push request - gnuradio

2013-01-14 Thread nicolas vigier
On Sun, 13 Jan 2013, Barry Jackson wrote:

> Please push the new version of gnuradio - just released.
>
> It does not impact other packages, it fixes some bugs and has new features 
> that would be good to have in Mageia 3, as the current version we have is 
> quite old.
> It builds OK in iurt locally and basic functional tests are OK.
>
> It's in svn ready to submit.

Submitted.



Re: [Mageia-dev] Freeze push: baobab 3.6.4

2013-01-14 Thread nicolas vigier
On Mon, 14 Jan 2013, Olav Vitters wrote:

> Just fixes a crasher and some translation updates.

Submitted.



Re: [Mageia-dev] Freeze push: bijiben 3.7.4

2013-01-14 Thread nicolas vigier
On Mon, 14 Jan 2013, Olav Vitters wrote:

> Mageia currently has bijiben 3.7.3. This is a new development version.
> Bijiben is a new application and there have only been unstable releases
> up to now. Seems best to stick with the latest unstable, even if the
> change itself might cause bugs (serialization format change could result
> in bugs).

Submitted.



Re: [Mageia-dev] Help needed: rpmlint checks not working

2013-01-14 Thread nicolas vigier
On Sat, 12 Jan 2013, Colin Guthrie wrote:

> 'Twas brillig, and nicolas vigier at 12/01/13 15:45 did gyre and gimble:
> > On Sat, 12 Jan 2013, Colin Guthrie wrote:
> > 
> >> Hi,
> >>
> >> It seems the rpmlint checks I added to detect (and prevent upload of)
> >> files in /var/run and in /etc/udev/rules.d etc. are not working.
> >>
> >> Can someone see if I've done something wrong?
> > 
> > The file distribution.error.list from rpmlint-mageia-policy is not used
> > by the buildsystem to reject uploads. Instead it is using a list of
> > rpmlint errors defined in youri configuration. I added them now :
> > http://svnweb.mageia.org/adm/puppet/modules/buildsystem/templates/youri/submit-upload.conf?r1=2928&r2=2963
> > 
> > Maybe we could change it to use distribution.error.list file instead.
> 
> Awesome, thanks.
> 
> Will this affect mga2 builds too? It shouldn't there so hopefully there
> is no conflict :)

Hmm, actually it probably applies to Mageia 2 builds too. I will try to
change this.



Re: [Mageia-dev] Freeze push: flash-player-plugin 11.2.202.258

2013-01-12 Thread nicolas vigier
On Sun, 13 Jan 2013, Anssi Hannula wrote:

> - new version 11.2.202.261 (CVE-2013-0630)

Submitted.



Re: [Mageia-dev] Freeze push: ttyrec

2013-01-12 Thread nicolas vigier
On Sat, 12 Jan 2013, Johnny A. Solbu wrote:

> Please push ttyrec. 
> Fixes runtime crashes, and build errors.

Version did not change, so you should be able to submit yourself.



Re: [Mageia-dev] Freeze push: radvd

2013-01-12 Thread nicolas vigier
On Sun, 13 Jan 2013, Johnny A. Solbu wrote:

> Please push radvd.
> Moved /var/run/radvd to /run/radvd

If the version didn't change, you can submit yourself.



Re: [Mageia-dev] Help needed: rpmlint checks not working

2013-01-12 Thread nicolas vigier
On Sat, 12 Jan 2013, Colin Guthrie wrote:

> Hi,
> 
> It seems the rpmlint checks I added to detect (and prevent upload of)
> files in /var/run and in /etc/udev/rules.d etc. are not working.
> 
> Can someone see if I've done something wrong?

The file distribution.error.list from rpmlint-mageia-policy is not used
by the buildsystem to reject uploads. Instead it is using a list of
rpmlint errors defined in youri configuration. I added them now :
http://svnweb.mageia.org/adm/puppet/modules/buildsystem/templates/youri/submit-upload.conf?r1=2928&r2=2963

Maybe we could change it to use distribution.error.list file instead.



Re: [Mageia-dev] freeze push: libreoffice

2013-01-12 Thread nicolas vigier
On Sat, 12 Jan 2013, Thierry Vignaud wrote:

> On 11 January 2013 18:54, Thierry Vignaud  wrote:
> > Hi
> >
> > Please let in libreoffice.
> > This is 4.0 RC1 (we currently have beta2)
> 
> ping?

Submitted.



Re: [Mageia-dev] Freeze break: gnome-settings-daemon 3.6.4

2013-01-11 Thread nicolas vigier
On Fri, 11 Jan 2013, Olav Vitters wrote:

> Bug fix release. Colin fixed the patches we had. At least two fixes seem
> important to have (avoid infinite recursion and avoid crasher).

Submitted.



Re: [Mageia-dev] Freeze push: sqlite3

2013-01-10 Thread nicolas vigier
On Fri, 11 Jan 2013, Kamil Rytarowski wrote:

> Hello,
>
> Please push sqlite3 version 3.7.15.2, it's a patch release against our 
> version 3.7.15.1.
>
> It's fixing an single bug introduced with 3.7.15.x. [1]

Submitted.



Re: [Mageia-dev] Freeze push: firefox-beta

2013-01-10 Thread nicolas vigier
On Thu, 10 Jan 2013, Thierry Vignaud wrote:

> Hi
> 
> Please let in firefox-beta.
> It build fine locally, it doesn' impact anything in the distro
> and nothing depends on this package, etc ...).

Submitted.



  1   2   3   4   5   6   7   >