openSUSE Commits
Threads by month
- ----- 2024 -----
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
March 2010
- 1 participants
- 1093 discussions
Hello community,
here is the log from the commit of package perl-XML-Writer for openSUSE:Factory
checked in at Wed Mar 31 19:38:11 CEST 2010.
--------
--- perl-XML-Writer/perl-XML-Writer.changes 2010-03-26 11:15:17.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-XML-Writer/perl-XML-Writer.changes 2010-03-29 16:22:05.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Mar 29 16:16:43 CEST 2010 - anicka(a)suse.cz
+
+- update to 0.610
+ * Add a CHECK_PRINT constructor parameter to check the output print
+ success (#50465). It will croak when printing to output fails.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
XML-Writer-0.607.tar.bz2
New:
----
XML-Writer-0.610.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-XML-Writer.spec ++++++
--- /var/tmp/diff_new_pack.2lRBNF/_old 2010-03-31 19:37:57.000000000 +0200
+++ /var/tmp/diff_new_pack.2lRBNF/_new 2010-03-31 19:37:57.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package perl-XML-Writer (Version 0.607)
+# spec file for package perl-XML-Writer (Version 0.610)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,7 +19,7 @@
Name: perl-XML-Writer
-Version: 0.607
+Version: 0.610
Release: 1
Requires: perl = %{perl_version}
AutoReqProv: on
++++++ XML-Writer-0.607.tar.bz2 -> XML-Writer-0.610.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Writer-0.607/Changes new/XML-Writer-0.610/Changes
--- old/XML-Writer-0.607/Changes 2010-03-22 16:01:50.000000000 +0100
+++ new/XML-Writer-0.610/Changes 2010-03-29 03:32:49.000000000 +0200
@@ -1,5 +1,9 @@
Revision history for Perl extension XML::Writer.
+0.610 Mon Mar 29 02:29:32 BST 2010 <joe(a)kafsemo.org>
+ - Add a CHECK_PRINT constructor parameter to check the output print
+ success (#50465). It will croak when printing to output fails.
+
0.607 Mon Mar 22 14:46:26 GMT 2010 <joe(a)kafsemo.org>
- Address license confusion by reverting to the original
license, with contributor permission, and removing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Writer-0.607/LICENSE new/XML-Writer-0.610/LICENSE
--- old/XML-Writer-0.607/LICENSE 2010-03-22 16:01:50.000000000 +0100
+++ new/XML-Writer-0.610/LICENSE 2010-03-29 03:32:49.000000000 +0200
@@ -1,6 +1,7 @@
Writer.pm - write an XML document.
Copyright (c) 1999 by Megginson Technologies.
-Copyright (c) 2004, 2005 by Joseph Walton <joe(a)kafsemo.org>.
+Copyright (c) 2003 Ed Avis <ed(a)membled.com>
+Copyright (c) 2004-2010 Joseph Walton <joe(a)kafsemo.org>
No warranty. Commercial and non-commercial use freely permitted.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Writer-0.607/META.yml new/XML-Writer-0.610/META.yml
--- old/XML-Writer-0.607/META.yml 2010-03-22 16:01:50.000000000 +0100
+++ new/XML-Writer-0.610/META.yml 2010-03-29 03:32:49.000000000 +0200
@@ -1,9 +1,9 @@
--- #YAML:1.0
meta-spec:
- version: 1.3
- url: http://module-build.sourceforge.net/META-spec-v1.3.html
+ version: 1.4
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
name: XML-Writer
-version: 0.607
+version: 0.610
abstract: Easily generate well-formed, namespace-aware XML.
author:
- David Megginson <david(a)megginson.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Writer-0.607/Makefile.PL new/XML-Writer-0.610/Makefile.PL
--- old/XML-Writer-0.607/Makefile.PL 2010-03-22 16:01:50.000000000 +0100
+++ new/XML-Writer-0.610/Makefile.PL 2010-03-29 03:32:49.000000000 +0200
@@ -7,7 +7,7 @@
# the contents of the Makefile that is written.
WriteMakefile(
'NAME' => 'XML::Writer',
- 'VERSION' => '0.607',
+ 'VERSION' => '0.610',
# A manually-created META.yml has all the other metadata;
# we don't want it overwritten
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Writer-0.607/README new/XML-Writer-0.610/README
--- old/XML-Writer-0.607/README 2010-03-22 16:01:50.000000000 +0100
+++ new/XML-Writer-0.610/README 2010-03-29 03:32:49.000000000 +0200
@@ -18,9 +18,8 @@
See the Changes file for detailed changes between versions.
-Copyright (c) 1999 by David Megginson,
-copyright 2003 Ed Avis, <ed(a)membled.com> and others.
-Some fixes, and a rewritten test suite,
-copyright 2004, 2005 Joseph Walton <joe(a)kafsemo.org>
+Copyright (c) 1999 by Megginson Technologies.
+Copyright (c) 2003 Ed Avis <ed(a)membled.com>
+Copyright (c) 2004-2010 Joseph Walton <joe(a)kafsemo.org>
Current development is hosted at <http://xml-writer-perl.berlios.de/>.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Writer-0.607/Writer.pm new/XML-Writer-0.610/Writer.pm
--- old/XML-Writer-0.607/Writer.pm 2010-03-22 16:01:50.000000000 +0100
+++ new/XML-Writer-0.610/Writer.pm 2010-03-29 03:32:49.000000000 +0200
@@ -1,10 +1,9 @@
########################################################################
# Writer.pm - write an XML document.
# Copyright (c) 1999 by Megginson Technologies.
-# Copyright (c) 2004, 2005 by Joseph Walton <joe(a)kafsemo.org>.
+# Copyright (c) 2003 Ed Avis <ed(a)membled.com>
+# Copyright (c) 2004-2010 Joseph Walton <joe(a)kafsemo.org>
# No warranty. Commercial and non-commercial use freely permitted.
-#
-# $Id$
########################################################################
package XML::Writer;
@@ -15,7 +14,7 @@
use vars qw($VERSION);
use Carp;
use IO::Handle;
-$VERSION = "0.607";
+$VERSION = "0.610";
@@ -454,7 +453,11 @@
# Set and get the output destination.
$self->{'GETOUTPUT'} = sub {
- return $output;
+ if (ref($output) ne 'XML::Writer::_PrintChecker') {
+ return $output;
+ } else {
+ return $output->{HANDLE};
+ }
};
$self->{'SETOUTPUT'} = sub {
@@ -476,6 +479,10 @@
}
}
}
+
+ if ($params{CHECK_PRINT}) {
+ $output = XML::Writer::_PrintChecker->new($output);
+ }
};
$self->{'SETDATAMODE'} = sub {
@@ -1142,6 +1149,27 @@
return 1;
}
+
+package XML::Writer::_PrintChecker;
+
+use Carp;
+
+sub new
+{
+ my $class = shift;
+ return bless({HANDLE => shift}, $class);
+}
+
+sub print
+{
+ my $self = shift;
+ if ($self->{HANDLE}->print(shift)) {
+ return 1;
+ } else {
+ croak "Failed to write output: $!";
+ }
+}
+
1;
__END__
@@ -1294,6 +1322,12 @@
If present, it will be used for the underlying character encoding and as the
default in the XML declaration.
+=item CHECK_PRINT
+
+A true or false value; if this parameter is present and its value is
+true, all prints to the underlying output will be checked for success. Failures
+will cause a croak rather than being ignored.
+
=back
=item end()
@@ -1620,9 +1654,7 @@
Copyright 2004, 2005 Joseph Walton E<lt>joe(a)kafsemo.orgE<gt>
-This module is free software; you can redistribute it and/or
-modify it under the terms of the MIT License. See the F<LICENSE> file
-included with this distribution.
+No warranty. Commercial and non-commercial use freely permitted.
=head1 SEE ALSO
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/XML-Writer-0.607/t/01_main.t new/XML-Writer-0.610/t/01_main.t
--- old/XML-Writer-0.607/t/01_main.t 2010-03-22 16:01:50.000000000 +0100
+++ new/XML-Writer-0.610/t/01_main.t 2010-03-29 03:32:49.000000000 +0200
@@ -2,10 +2,9 @@
########################################################################
# test.pl - test script for XML::Writer module.
# Copyright (c) 1999 by Megginson Technologies.
-# Copyright (c) 2004 - 2006 by Joseph Walton <joe(a)kafsemo.org>.
+# Copyright (c) 2003 Ed Avis <ed(a)membled.com>
+# Copyright (c) 2004-2010 Joseph Walton <joe(a)kafsemo.org>
# No warranty. Commercial and non-commercial use freely permitted.
-#
-# $Id$
########################################################################
# Before 'make install' is performed this script should be runnable with
@@ -13,7 +12,9 @@
use strict;
-use Test::More(tests => 221);
+use Errno;
+
+use Test::More(tests => 223);
# Catch warnings
@@ -76,7 +77,7 @@
binmode($outputFile, ':raw') if $] >= 5.006;
# Overwrite OUTPUT so it goes to the scratch file
- $args{'OUTPUT'} = $outputFile;
+ $args{'OUTPUT'} = $outputFile unless(defined($args{'OUTPUT'}));
# Set NAMESPACES, unless it's present
$args{'NAMESPACES'} = 1 unless(defined($args{'NAMESPACES'}));
@@ -1842,9 +1843,58 @@
});
};
+# Get the string for our test error
+$! = Errno::ENOSPC;
+my $enospcMessage = $!;
+
+# A failing underlying write is caught when the CHECK_PRINT flag is set
+TEST: {
+ my $failingWriter = XML::Writer::Test::FailingWriter->new();
+
+ initEnv(OUTPUT => $failingWriter, CHECK_PRINT => 1);
+ expectError("Failed to write output: $enospcMessage", eval {
+ $w->xmlDecl();
+ });
+};
+
+# Changing the underlying target to a failing one makes the next write fail
+TEST: {
+ my $failingWriter = XML::Writer::Test::FailingWriter->new();
+
+ initEnv(CHECK_PRINT => 1);
+ $w->xmlDecl();
+ $w->setOutput($failingWriter);
+ expectError("Failed to write output: $enospcMessage", eval {
+ $w->startTag('x');
+ });
+};
+
+# A failing underlying write is ignored when the CHECK_PRINT flag is not set
+TEST: {
+ my $failingWriter = XML::Writer::Test::FailingWriter->new();
+
+ initEnv(OUTPUT => $failingWriter);
+ $w->xmlDecl();
+};
+
# Free test resources
$outputFile->close() or die "Unable to close temporary file: $!";
1;
+
+package XML::Writer::Test::FailingWriter;
+
+sub new
+{
+ my $class = shift;
+ return bless({}, $class);
+}
+
+sub print
+{
+ $! = Errno::ENOSPC;
+ return 0;
+}
+
__END__
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package perl-IPC-Run for openSUSE:Factory
checked in at Wed Mar 31 19:37:44 CEST 2010.
--------
--- perl-IPC-Run/perl-IPC-Run.changes 2010-03-26 12:06:47.000000000 +0100
+++ /mounts/work_src_done/STABLE/perl-IPC-Run/perl-IPC-Run.changes 2010-03-30 18:36:09.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Mar 30 18:17:06 CEST 2010 - anicka(a)suse.cz
+
+- update to 0.87
+ * Add doc type fixes - RT 56030 from carnil (Debian)
+ * Remove reccommends for AUTHOR only modules
+ * add pod_coverage and simplify pod test.
+ * document undocumented public subs with TODO and
+ best guess as to what they do.
+ * Explicity recommend IO::Pty version number 1.08
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
IPC-Run-0.86-path.diff
IPC-Run-0.86.tar.bz2
New:
----
IPC-Run-0.87-path.diff
IPC-Run-0.87.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-IPC-Run.spec ++++++
--- /var/tmp/diff_new_pack.S2LO3n/_old 2010-03-31 19:37:31.000000000 +0200
+++ /var/tmp/diff_new_pack.S2LO3n/_new 2010-03-31 19:37:31.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package perl-IPC-Run (Version 0.86)
+# spec file for package perl-IPC-Run (Version 0.87)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,7 +19,7 @@
Name: perl-IPC-Run
-Version: 0.86
+Version: 0.87
Release: 1
Requires: perl = %{perl_version}
AutoReqProv: on
++++++ IPC-Run-0.86-path.diff -> IPC-Run-0.87-path.diff ++++++
++++++ IPC-Run-0.86.tar.bz2 -> IPC-Run-0.87.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/Changes new/IPC-Run-0.87/Changes
--- old/IPC-Run-0.86/Changes 2010-03-24 20:45:51.000000000 +0100
+++ new/IPC-Run-0.87/Changes 2010-03-29 20:00:00.000000000 +0200
@@ -1,5 +1,12 @@
Revision history for Perl extension IPC::Run
+0.87 Mon 29 Mar 2010
+ - Add doc type fixes - RT 56030 from carnil (Debian)
+ - Remove reccommends for AUTHOR only modules
+ - add pod_coverage and simplify pod test.
+ - document undocumented public subs with TODO and best guess as to what they do.
+ - Explicity recommend IO::Pty version number 1.08
+
0.86 Wed 24 Mar 2010
- Add all files to subversion for easier releases
- bump version on ALL files to 86
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/MANIFEST new/IPC-Run-0.87/MANIFEST
--- old/IPC-Run-0.86/MANIFEST 2010-03-24 20:45:51.000000000 +0100
+++ new/IPC-Run-0.87/MANIFEST 2010-03-29 19:45:53.000000000 +0200
@@ -23,7 +23,8 @@
README
t/97_meta.t
t/98_pod.t
-t/99_pmv.t
+t/98_pod_coverage.t
+t/99_perl_minimum_version.t
t/adopt.t
t/binmode.t
t/bogus.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/META.yml new/IPC-Run-0.87/META.yml
--- old/IPC-Run-0.86/META.yml 2010-03-24 21:09:01.000000000 +0100
+++ new/IPC-Run-0.87/META.yml 2010-03-29 20:01:51.000000000 +0200
@@ -1,9 +1,9 @@
--- #YAML:1.0
name: IPC-Run
-version: 0.86
+version: 0.87
abstract: system() and background procs w/ piping, redirs, ptys (Unix, Win32)
author: []
-license: unknown
+license: perl
distribution_type: module
configure_requires:
ExtUtils::MakeMaker: 0
@@ -25,9 +25,4 @@
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: 1.4
recommends:
- IO::Pty: 0
- Perl::MinimumVersion: 0
- Pod::Simple: 0
- Test::CPAN::Meta: 0
- Test::MinimumVersion: 0
- Test::Pod: 0
+ IO::Pty: 1.08
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/Makefile.PL new/IPC-Run-0.87/Makefile.PL
--- old/IPC-Run-0.86/Makefile.PL 2010-03-24 20:59:46.000000000 +0100
+++ new/IPC-Run-0.87/Makefile.PL 2010-03-29 19:58:30.000000000 +0200
@@ -43,18 +43,14 @@
NAME => 'IPC::Run',
ABSTRACT => 'system() and background procs w/ piping, redirs, ptys (Unix, Win32)',
VERSION_FROM => 'lib/IPC/Run.pm',
+ ($ExtUtils::MakeMaker::VERSION >= 6.3002 ? ('LICENSE' => 'perl', ) : ()),
PREREQ_PM => {
Test::More => '0.47',
%PREREQ_PM,
},
META_MERGE => {
recommends => {
- 'Test::CPAN::Meta' => 0,
- 'Pod::Simple' => 0,
- 'Test::Pod' => 0,
- 'Perl::MinimumVersion' => 0,
- 'Test::MinimumVersion' => 0,
- 'IO::Pty' => 0,
+ 'IO::Pty' => '1.08',
},
build_requires => {
'Test::More' => 0, # For testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/lib/IPC/Run/Debug.pm new/IPC-Run-0.87/lib/IPC/Run/Debug.pm
--- old/IPC-Run-0.86/lib/IPC/Run/Debug.pm 2010-03-24 20:45:53.000000000 +0100
+++ new/IPC-Run-0.87/lib/IPC/Run/Debug.pm 2010-03-29 19:49:27.000000000 +0200
@@ -25,7 +25,7 @@
=head1 DESCRIPTION
Controls IPC::Run debugging. Debugging levels are now set by using words,
-but the numbers shown are still supported for backwards compatability:
+but the numbers shown are still supported for backwards compatibility:
0 none disabled (special, see below)
1 basic what's running
@@ -70,7 +70,7 @@
use Exporter;
use vars qw{$VERSION @ISA @EXPORT @EXPORT_OK %EXPORT_TAGS};
BEGIN {
- $VERSION = '0.86';
+ $VERSION = '0.87';
@ISA = qw( Exporter );
@EXPORT = qw(
_debug
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/lib/IPC/Run/IO.pm new/IPC-Run-0.87/lib/IPC/Run/IO.pm
--- old/IPC-Run-0.86/lib/IPC/Run/IO.pm 2010-03-24 20:45:53.000000000 +0100
+++ new/IPC-Run-0.87/lib/IPC/Run/IO.pm 2010-03-29 19:48:41.000000000 +0200
@@ -48,7 +48,7 @@
=head1 DESCRIPTION
This class and module allows filehandles and filenames to be harnessed for
-I/O when used IPC::Run, independant of anything else IPC::Run is doing
+I/O when used IPC::Run, independent of anything else IPC::Run is doing
(except that errors & exceptions can affect all things that IPC::Run is
doing).
@@ -82,7 +82,7 @@
use vars qw{$VERSION};
BEGIN {
- $VERSION = '0.86';
+ $VERSION = '0.87';
if ( Win32_MODE ) {
eval "use IPC::Run::Win32Helper; require IPC::Run::Win32IO; 1"
or ( $@ && die ) or die "$!";
@@ -92,6 +92,20 @@
sub _empty($);
*_empty = \&IPC::Run::_empty;
+=pod
+
+=over
+
+=over
+
+=item new
+
+TODO: Needs more thorough documentation. Patches welcome.
+
+I think it takes >> or << along with some other data.
+
+=cut
+
sub new {
my $class = shift;
$class = ref $class || $class;
@@ -219,8 +233,6 @@
return $self;
}
-=pod
-
=over
=item filename
@@ -311,7 +323,7 @@
=item open_pipe
If this is a redirection IO object, this opens the pipe in a platform
-independant manner.
+independent manner.
=cut
@@ -516,6 +528,13 @@
push @{$self->{FBUFS}}, $self->{SOURCE};
}
+=item poll
+
+TODO: Needs confirmation that this is correct. Was previously undocumented.
+
+I believe this is polling the IO for new input and then returns undef if there will never be any more input, 0 if there is none now, but there might be in the future, and TRUE if more input was gotten.
+
+=cut
sub poll {
my IPC::Run::IO $self = shift;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/lib/IPC/Run/Timer.pm new/IPC-Run-0.87/lib/IPC/Run/Timer.pm
--- old/IPC-Run-0.86/lib/IPC/Run/Timer.pm 2010-03-24 20:45:53.000000000 +0100
+++ new/IPC-Run-0.87/lib/IPC/Run/Timer.pm 2010-03-29 19:48:46.000000000 +0200
@@ -163,7 +163,7 @@
use Exporter;
use vars qw( $VERSION @ISA @EXPORT_OK %EXPORT_TAGS );
BEGIN {
- $VERSION = '0.86';
+ $VERSION = '0.87';
@ISA = qw( Exporter );
@EXPORT_OK = qw(
check
@@ -658,6 +658,8 @@
Note: Setting the state to 'undef' to expire a timer will not throw an
exception.
+=back
+
=cut
sub state {
@@ -675,8 +677,6 @@
=pod
-=back
-
=head1 TODO
use Time::HiRes; if it's present.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/lib/IPC/Run/Win32Helper.pm new/IPC-Run-0.87/lib/IPC/Run/Win32Helper.pm
--- old/IPC-Run-0.86/lib/IPC/Run/Win32Helper.pm 2010-03-24 20:45:53.000000000 +0100
+++ new/IPC-Run-0.87/lib/IPC/Run/Win32Helper.pm 2010-03-29 19:48:37.000000000 +0200
@@ -24,7 +24,7 @@
use IO::Handle;
use vars qw{ $VERSION @ISA @EXPORT };
BEGIN {
- $VERSION = '0.86';
+ $VERSION = '0.87';
@ISA = qw( Exporter );
@EXPORT = qw(
win32_spawn
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/lib/IPC/Run/Win32IO.pm new/IPC-Run-0.87/lib/IPC/Run/Win32IO.pm
--- old/IPC-Run-0.86/lib/IPC/Run/Win32IO.pm 2010-03-24 20:45:53.000000000 +0100
+++ new/IPC-Run-0.87/lib/IPC/Run/Win32IO.pm 2010-03-29 19:49:20.000000000 +0200
@@ -31,7 +31,7 @@
use vars qw{$VERSION};
BEGIN {
- $VERSION = '0.86';
+ $VERSION = '0.87';
}
use Socket qw( IPPROTO_TCP TCP_NODELAY );
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/lib/IPC/Run/Win32Pump.pm new/IPC-Run-0.87/lib/IPC/Run/Win32Pump.pm
--- old/IPC-Run-0.86/lib/IPC/Run/Win32Pump.pm 2010-03-24 20:45:53.000000000 +0100
+++ new/IPC-Run-0.87/lib/IPC/Run/Win32Pump.pm 2010-03-29 19:48:29.000000000 +0200
@@ -29,7 +29,7 @@
use strict;
use vars qw{$VERSION};
BEGIN {
- $VERSION = '0.86';
+ $VERSION = '0.87';
}
use Win32API::File qw(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/lib/IPC/Run.pm new/IPC-Run-0.87/lib/IPC/Run.pm
--- old/IPC-Run-0.86/lib/IPC/Run.pm 2010-03-24 20:45:53.000000000 +0100
+++ new/IPC-Run-0.87/lib/IPC/Run.pm 2010-03-29 19:49:30.000000000 +0200
@@ -112,7 +112,7 @@
=head1 DESCRIPTION
-IPC::Run allows you run and interact with child processes using files, pipes,
+IPC::Run allows you to run and interact with child processes using files, pipes,
and pseudo-ttys. Both system()-style and scripted usages are supported and
may be mixed. Likewise, functional and OO API styles are both supported and
may be mixed.
@@ -1005,13 +1005,15 @@
=head1 ROUTINES
+=over
+
=cut
use strict;
use Exporter ();
use vars qw{$VERSION @ISA @FILTER_IMP @FILTERS @API @EXPORT_OK %EXPORT_TAGS};
BEGIN {
- $VERSION = '0.86';
+ $VERSION = '0.87';
@ISA = qw{ Exporter };
## We use @EXPORT for the end user's convenience: there's only one function
@@ -1531,10 +1533,10 @@
Sends a C<TERM>, waits for all children to exit for up to 30 seconds, then
sends a C<KILL> to any that survived the C<TERM>.
-Will wait for up to 30 more seconds for the OS to sucessfully C<KILL> the
+Will wait for up to 30 more seconds for the OS to successfully C<KILL> the
processes.
-The 30 seconds may be overriden by setting the C<grace> option, this
+The 30 seconds may be overridden by setting the C<grace> option, this
overrides both timers.
The harness is then cleaned up.
@@ -2862,10 +2864,13 @@
return $self;
}
+=item adopt
+
+Experimental feature. NOT FUNCTIONAL YET, NEED TO CLOSE FDS BETTER IN CHILDREN. SEE t/adopt.t for a test suite.
+
+=cut
sub adopt {
- ## NOT FUNCTIONAL YET, NEED TO CLOSE FDS BETTER IN CHILDREN. SEE
- ## t/adopt.t for a test suite.
my IPC::Run $self = shift;
for my $adoptee ( @_ ) {
@@ -3609,6 +3614,8 @@
=back
+=back
+
=head1 FILTERS
These filters are used to modify input our output between a child
@@ -3751,6 +3758,16 @@
};
}
+=item new_string_source
+
+TODO: Needs confirmation. Was previously undocumented. in this module.
+
+This is a filter which is exportable. Returns a sub which appends the data passed in to the output buffer and returns 1 if data was appended. 0 if it was an empty string and undef if no data was passed.
+
+NOTE: Any additional variables passed to new_string_source will be passed to the sub every time it's called and appended to the output.
+
+=cut
+
sub new_string_source {
my $ref;
@@ -3787,6 +3804,13 @@
}
}
+=item new_string_sink
+
+TODO: Needs confirmation. Was previously undocumented.
+
+This is a filter which is exportable. Returns a sub which pops the data out of the input stream and pushes it onto the string.
+
+=cut
sub new_string_sink {
my ( $string_ref ) = @_;
@@ -4094,7 +4118,7 @@
gets replaced with /dev/fd or the name of a temporary file containing foo's
output. This is like <(sub_cmd ...) found in bash and csh (IIRC).
-Allow multiple harnesses to be combined as independant sets of processes
+Allow multiple harnesses to be combined as independent sets of processes
in to one 'meta-harness'.
Allow a harness to be passed in place of an \@cmd. This would allow
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/t/98_pod.t new/IPC-Run-0.87/t/98_pod.t
--- old/IPC-Run-0.86/t/98_pod.t 2010-03-24 20:45:52.000000000 +0100
+++ new/IPC-Run-0.87/t/98_pod.t 2010-03-29 18:37:46.000000000 +0200
@@ -1,32 +1,6 @@
-#!/usr/bin/perl
+#!perl -T
-# Test that the syntax of our POD documentation is valid
-
-use strict;
-BEGIN {
- $| = 1;
- $^W = 1;
-}
-
-my @MODULES = (
- 'Pod::Simple 3.07',
- 'Test::Pod 1.26',
-);
-
-# Don't run tests for installs
use Test::More;
-unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) {
- plan( skip_all => "Author tests not required for installation" );
-}
-
-# Load the testing modules
-foreach my $MODULE ( @MODULES ) {
- eval "use $MODULE";
- if ( $@ ) {
- $ENV{RELEASE_TESTING}
- ? die( "Failed to load required release-testing module $MODULE" )
- : plan( skip_all => "$MODULE not available for testing" );
- }
-}
-
+eval "use Test::Pod 1.14";
+plan skip_all => "Test::Pod 1.14 required for testing POD" if $@;
all_pod_files_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/t/98_pod_coverage.t new/IPC-Run-0.87/t/98_pod_coverage.t
--- old/IPC-Run-0.86/t/98_pod_coverage.t 1970-01-01 01:00:00.000000000 +0100
+++ new/IPC-Run-0.87/t/98_pod_coverage.t 2010-03-29 18:44:04.000000000 +0200
@@ -0,0 +1,19 @@
+#!perl
+
+use Test::More;
+
+eval "use Test::Pod::Coverage 1.04";
+plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage" if $@;
+
+plan tests => 7;
+
+#my $private_subs = { private => [qr/foo_fizz/]};
+#pod_coverage_ok('IPC::Run', $private_subs, "Test IPC::Run that all modules are documented.");
+
+pod_coverage_ok('IPC::Run' , "Test IPC::Run that all modules are documented.");
+pod_coverage_ok('IPC::Run::Debug' , "Test IPC::Run::Debug that all modules are documented.");
+pod_coverage_ok('IPC::Run::IO' , "Test IPC::Run::IO that all modules are documented.");
+pod_coverage_ok('IPC::Run::Timer' , "Test IPC::Run::Timer that all modules are documented.");
+pod_coverage_ok('IPC::Run::Win32Helper', "Test IPC::Run::Win32Helper that all modules are documented.");
+pod_coverage_ok('IPC::Run::Win32IO' , "Test IPC::Run::Win32IO that all modules are documented.");
+pod_coverage_ok('IPC::Run::Win32Pump' , "Test IPC::Run::Win32Pump that all modules are documented.");
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/t/99_perl_minimum_version.t new/IPC-Run-0.87/t/99_perl_minimum_version.t
--- old/IPC-Run-0.86/t/99_perl_minimum_version.t 1970-01-01 01:00:00.000000000 +0100
+++ new/IPC-Run-0.87/t/99_perl_minimum_version.t 2010-03-29 18:35:44.000000000 +0200
@@ -0,0 +1,32 @@
+#!/usr/bin/perl
+
+# Test that our declared minimum Perl version matches our syntax
+
+use strict;
+BEGIN {
+ $| = 1;
+ $^W = 1;
+}
+
+my @MODULES = (
+ 'Perl::MinimumVersion 1.20',
+ 'Test::MinimumVersion 0.008',
+);
+
+# Don't run tests for installs
+use Test::More;
+unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) {
+ plan( skip_all => "Author tests not required for installation" );
+}
+
+# Load the testing modules
+foreach my $MODULE ( @MODULES ) {
+ eval "use $MODULE";
+ if ( $@ ) {
+ $ENV{RELEASE_TESTING}
+ ? die( "Failed to load required release-testing module $MODULE" )
+ : plan( skip_all => "$MODULE not available for testing" );
+ }
+}
+
+all_minimum_version_from_metayml_ok();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/IPC-Run-0.86/t/99_pmv.t new/IPC-Run-0.87/t/99_pmv.t
--- old/IPC-Run-0.86/t/99_pmv.t 2010-03-24 20:45:52.000000000 +0100
+++ new/IPC-Run-0.87/t/99_pmv.t 1970-01-01 01:00:00.000000000 +0100
@@ -1,32 +0,0 @@
-#!/usr/bin/perl
-
-# Test that our declared minimum Perl version matches our syntax
-
-use strict;
-BEGIN {
- $| = 1;
- $^W = 1;
-}
-
-my @MODULES = (
- 'Perl::MinimumVersion 1.20',
- 'Test::MinimumVersion 0.008',
-);
-
-# Don't run tests for installs
-use Test::More;
-unless ( $ENV{AUTOMATED_TESTING} or $ENV{RELEASE_TESTING} ) {
- plan( skip_all => "Author tests not required for installation" );
-}
-
-# Load the testing modules
-foreach my $MODULE ( @MODULES ) {
- eval "use $MODULE";
- if ( $@ ) {
- $ENV{RELEASE_TESTING}
- ? die( "Failed to load required release-testing module $MODULE" )
- : plan( skip_all => "$MODULE not available for testing" );
- }
-}
-
-all_minimum_version_from_metayml_ok();
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package anjuta for openSUSE:Factory
checked in at Wed Mar 31 19:37:32 CEST 2010.
--------
--- GNOME/anjuta/anjuta.changes 2010-03-09 01:06:27.000000000 +0100
+++ /mounts/work_src_done/STABLE/anjuta/anjuta.changes 2010-03-29 15:11:29.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Mar 29 15:06:12 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.30.0.0:
+ + git: Free the log message for merges at the right time
+ + Makefile.am missing libxml flags in some plugins (bgo#613559)
+ + macro: #613118 - Please fix escaping of UTF-chars in ui file
+ + project-wizard: JS template support and require GJS 0.6
+ + build: bgo#612959 - Anjuta crashes when clicked 'Compile'
+ + language-support-cpp-java: Avoid duplication of local symbols
+ in project search
+ + language-support-cpp-java: Fixed some undo problems with
+ indentation
+ + sourceview: bgo#567029 - underline warnings/errors using
+ user-selected message colors
+ + starter: Add tooltip for recent projects.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
anjuta-2.29.92.0.tar.bz2
New:
----
anjuta-2.30.0.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ anjuta.spec ++++++
--- /var/tmp/diff_new_pack.bvpOyI/_old 2010-03-31 19:37:02.000000000 +0200
+++ /var/tmp/diff_new_pack.bvpOyI/_new 2010-03-31 19:37:02.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package anjuta (Version 2.29.92.0)
+# spec file for package anjuta (Version 2.30.0.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,7 +18,7 @@
Name: anjuta
-Version: 2.29.92.0
+Version: 2.30.0.0
Release: 1
License: GPLv2+
Summary: GNOME IDE for C and C++
++++++ anjuta-2.29.92.0.tar.bz2 -> anjuta-2.30.0.0.tar.bz2 ++++++
GNOME/anjuta/anjuta-2.29.92.0.tar.bz2 /mounts/work_src_done/STABLE/anjuta/anjuta-2.30.0.0.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package pcmanfm for openSUSE:Factory
checked in at Wed Mar 31 19:37:18 CEST 2010.
--------
--- pcmanfm/pcmanfm.changes 2010-03-22 09:51:51.000000000 +0100
+++ /mounts/work_src_done/STABLE/pcmanfm/pcmanfm.changes 2010-03-24 09:31:59.000000000 +0100
@@ -1,0 +2,8 @@
+Wed Mar 24 08:32:17 UTC 2010 - andrea(a)opensuse.org
+
+- new git version:
+ - fixed SEGFAULTS
+ - translations upgrades
+ - build on new libfm API
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ pcmanfm.spec ++++++
--- /var/tmp/diff_new_pack.gwGeMW/_old 2010-03-31 19:36:42.000000000 +0200
+++ /var/tmp/diff_new_pack.gwGeMW/_new 2010-03-31 19:36:42.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package pcmanfm (Version 0.9.3beta+git20100317)
+# spec file for package pcmanfm (Version 0.9.3beta+git20100324)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -20,8 +20,8 @@
Name: pcmanfm
Summary: The next generation LXDE file manager
-Version: 0.9.3beta+git20100317
-Release: 2
+Version: 0.9.3beta+git20100324
+Release: 1
License: GPLv2
Group: Productivity/File utilities
Url: http://www.lxde.org/
++++++ pcmanfm-rename-to-pcmanfm.patch ++++++
--- /var/tmp/diff_new_pack.gwGeMW/_old 2010-03-31 19:36:42.000000000 +0200
+++ /var/tmp/diff_new_pack.gwGeMW/_new 2010-03-31 19:36:42.000000000 +0200
@@ -1,6 +1,6 @@
diff -uNr old-pcmanfm//configure.ac pcmanfm/configure.ac
---- old-pcmanfm//configure.ac 2010-03-09 18:59:19.674991605 +0100
-+++ pcmanfm/configure.ac 2010-03-09 18:59:33.347739409 +0100
+--- old-pcmanfm//configure.ac 2010-03-24 09:21:44.081279517 +0100
++++ pcmanfm/configure.ac 2010-03-24 09:21:57.295294878 +0100
@@ -93,7 +93,7 @@
AC_SUBST(MENU_CACHE_CFLAGS)
AC_SUBST(MENU_CACHE_LIBS)
@@ -8,9 +8,9 @@
-GETTEXT_PACKAGE=pcmanfm2
+GETTEXT_PACKAGE=pcmanfm
AC_SUBST(GETTEXT_PACKAGE)
- AM_GLIB_GNU_GETTEXT
- AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE,"$GETTEXT_PACKAGE", [Gettext package.])
-@@ -105,7 +105,7 @@
+
+ # Generate po/LINGUAS on the fly rather than relying on translators
+@@ -116,7 +116,7 @@
data/Makefile
data/ui/Makefile
data/ui/about.glade
@@ -20,8 +20,8 @@
AC_OUTPUT
diff -uNr old-pcmanfm//data/Makefile.am pcmanfm/data/Makefile.am
---- old-pcmanfm//data/Makefile.am 2010-03-09 18:59:19.673991757 +0100
-+++ pcmanfm/data/Makefile.am 2010-03-09 18:59:33.347739409 +0100
+--- old-pcmanfm//data/Makefile.am 2010-03-24 09:21:44.072273692 +0100
++++ pcmanfm/data/Makefile.am 2010-03-24 09:21:57.298520917 +0100
@@ -4,5 +4,5 @@
desktopdir=$(datadir)/applications
@@ -30,66 +30,72 @@
+ pcmanfm.desktop \
$(NULL)
diff -uNr old-pcmanfm//data/pcmanfm2.desktop.in pcmanfm/data/pcmanfm2.desktop.in
---- old-pcmanfm//data/pcmanfm2.desktop.in 2010-03-09 18:59:19.673991757 +0100
+--- old-pcmanfm//data/pcmanfm2.desktop.in 2010-03-24 09:21:44.073271864 +0100
+++ pcmanfm/data/pcmanfm2.desktop.in 1970-01-01 01:00:00.000000000 +0100
-@@ -1,25 +0,0 @@
+@@ -1,28 +0,0 @@
-[Desktop Entry]
-Type=Application
-Icon=system-file-manager
-Name=File Manager
--Name[zh_TW]=檔案管理程式
--Name[fi]=Tiedostonhallinta
+-Name[de]=Dateimanager
-Name[et]=Failihaldur
+-Name[fi]=Tiedostonhallinta
-Name[ja]=ファイルマネージャ
-Name[ru]=Файловый менеджер
+-Name[zh_TW]=檔案管理程式
-GenericName=File Manager
--GenericName[ru]=Файловый менеджер
--GenericName[zh_TW]=檔案管理程式
--GenericName[fi]=Tiedostonhallinta
+-GenericName[de]=Dateimanager
-GenericName[et]=Failihaldur
+-GenericName[fi]=Tiedostonhallinta
-GenericName[ja]=ファイルマネージャ
+-GenericName[ru]=Файловый менеджер
+-GenericName[zh_TW]=檔案管理程式
-Comment=Browse the file system and manage the files
--Comment[zh_TW]=瀏覽檔案系統及管理檔案
--Comment[fi]=Selaa tiedostojärjestelmää ja hallitse tiedostoja
+-Comment[de]=Das Dateisystem durchsuchen und Dateien verwalten
-Comment[et]=Lehitse failisüsteemi ja halda faile
+-Comment[fi]=Selaa tiedostojärjestelmää ja hallitse tiedostoja
-Comment[ja]=ファイルシステムをブラウズし、ファイルの管理を行います
--Categories=Application;Utility;Core;GTK;
+-Comment[zh_TW]=瀏覽檔案系統及管理檔案
+-Categories=FileManager;Utility;Core;GTK;
-Exec=pcmanfm2 %U
-StartupNotify=true
-Terminal=false
-MimeType=x-directory/normal;inode/directory;
diff -uNr old-pcmanfm//data/pcmanfm.desktop.in pcmanfm/data/pcmanfm.desktop.in
--- old-pcmanfm//data/pcmanfm.desktop.in 1970-01-01 01:00:00.000000000 +0100
-+++ pcmanfm/data/pcmanfm.desktop.in 2010-03-09 18:59:33.354988657 +0100
-@@ -0,0 +1,25 @@
++++ pcmanfm/data/pcmanfm.desktop.in 2010-03-24 09:25:16.977273954 +0100
+@@ -0,0 +1,28 @@
+[Desktop Entry]
+Type=Application
+Icon=system-file-manager
+Name=File Manager
-+Name[zh_TW]=檔案管理程式
-+Name[fi]=Tiedostonhallinta
++Name[de]=Dateimanager
+Name[et]=Failihaldur
++Name[fi]=Tiedostonhallinta
+Name[ja]=ファイルマネージャ
+Name[ru]=Файловый менеджер
++Name[zh_TW]=檔案管理程式
+GenericName=File Manager
-+GenericName[ru]=Файловый менеджер
-+GenericName[zh_TW]=檔案管理程式
-+GenericName[fi]=Tiedostonhallinta
++GenericName[de]=Dateimanager
+GenericName[et]=Failihaldur
++GenericName[fi]=Tiedostonhallinta
+GenericName[ja]=ファイルマネージャ
++GenericName[ru]=Файловый менеджер
++GenericName[zh_TW]=檔案管理程式
+Comment=Browse the file system and manage the files
-+Comment[zh_TW]=瀏覽檔案系統及管理檔案
-+Comment[fi]=Selaa tiedostojärjestelmää ja hallitse tiedostoja
++Comment[de]=Das Dateisystem durchsuchen und Dateien verwalten
+Comment[et]=Lehitse failisüsteemi ja halda faile
++Comment[fi]=Selaa tiedostojärjestelmää ja hallitse tiedostoja
+Comment[ja]=ファイルシステムをブラウズし、ファイルの管理を行います
-+Categories=Application;Utility;Core;GTK;
++Comment[zh_TW]=瀏覽檔案系統及管理檔案
++Categories=FileManager;Utility;Core;GTK;
+Exec=pcmanfm %U
+StartupNotify=true
+Terminal=false
+MimeType=x-directory/normal;inode/directory;
diff -uNr old-pcmanfm//data/ui/Makefile.am pcmanfm/data/ui/Makefile.am
---- old-pcmanfm//data/ui/Makefile.am 2010-03-09 18:59:19.674991605 +0100
-+++ pcmanfm/data/ui/Makefile.am 2010-03-09 18:59:33.354988657 +0100
+--- old-pcmanfm//data/ui/Makefile.am 2010-03-24 09:21:44.073271864 +0100
++++ pcmanfm/data/ui/Makefile.am 2010-03-24 09:22:11.866272364 +0100
@@ -1,7 +1,7 @@
NULL=
@@ -100,17 +106,17 @@
about.glade \
pref.glade \
diff -uNr old-pcmanfm//po/POTFILES.skip pcmanfm/po/POTFILES.skip
---- old-pcmanfm//po/POTFILES.skip 2010-03-09 18:59:19.682989691 +0100
-+++ pcmanfm/po/POTFILES.skip 2010-03-09 18:59:33.355989204 +0100
+--- old-pcmanfm//po/POTFILES.skip 2010-03-24 09:21:44.058271351 +0100
++++ pcmanfm/po/POTFILES.skip 2010-03-24 09:22:11.867271095 +0100
@@ -1,3 +1,3 @@
-data/pcmanfm2.desktop.in
+data/pcmanfm.desktop.in
#we transtale .in file
data/ui/about.glade
diff -uNr old-pcmanfm//src/main-win.c pcmanfm/src/main-win.c
---- old-pcmanfm//src/main-win.c 2010-03-09 18:59:19.672991490 +0100
-+++ pcmanfm/src/main-win.c 2010-03-09 18:59:33.356988982 +0100
-@@ -598,9 +598,9 @@
+--- old-pcmanfm//src/main-win.c 2010-03-24 09:21:44.080277364 +0100
++++ pcmanfm/src/main-win.c 2010-03-24 09:22:11.870269940 +0100
+@@ -607,9 +607,9 @@
return;
}
if(strstr(app_config->su_cmd, "%s")) /* FIXME: need to rename to pcmanfm when we reach stable release. */
@@ -123,8 +129,8 @@
g_free(cmd);
if(app)
diff -uNr old-pcmanfm//src/Makefile.am pcmanfm/src/Makefile.am
---- old-pcmanfm//src/Makefile.am 2010-03-09 18:59:19.671991572 +0100
-+++ pcmanfm/src/Makefile.am 2010-03-09 18:59:33.356988982 +0100
+--- old-pcmanfm//src/Makefile.am 2010-03-24 09:21:44.076271896 +0100
++++ pcmanfm/src/Makefile.am 2010-03-24 09:22:11.871278658 +0100
@@ -1,13 +1,13 @@
NULL=
@@ -162,8 +168,8 @@
$(GTK_LIBS) \
$(GIO_LIBS) \
diff -uNr old-pcmanfm//src/pcmanfm.c pcmanfm/src/pcmanfm.c
---- old-pcmanfm//src/pcmanfm.c 2010-03-09 18:59:19.672991490 +0100
-+++ pcmanfm/src/pcmanfm.c 2010-03-09 18:59:33.357988970 +0100
+--- old-pcmanfm//src/pcmanfm.c 2010-03-24 09:21:44.075272467 +0100
++++ pcmanfm/src/pcmanfm.c 2010-03-24 09:22:11.874280716 +0100
@@ -299,7 +299,7 @@
void get_socket_name( char* buf, int len )
{
++++++ pcmanfm.tar.bz2 ++++++
++++ 8787 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package alacarte for openSUSE:Factory
checked in at Wed Mar 31 19:36:49 CEST 2010.
--------
--- GNOME/alacarte/alacarte.changes 2009-12-02 11:26:46.000000000 +0100
+++ /mounts/work_src_done/STABLE/alacarte/alacarte.changes 2010-03-29 16:05:52.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Mar 29 11:48:43 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 0.13.1:
+ + bgo#596098, i18n initialization problem
+ + Updated translations.
+- Remove en@shaw translations on 11.2 and earlier.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
alacarte-0.12.4.tar.bz2
New:
----
alacarte-0.13.1.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ alacarte.spec ++++++
--- /var/tmp/diff_new_pack.28ghzH/_old 2010-03-31 19:36:25.000000000 +0200
+++ /var/tmp/diff_new_pack.28ghzH/_new 2010-03-31 19:36:25.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package alacarte (Version 0.12.4)
+# spec file for package alacarte (Version 0.13.1)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,8 +27,8 @@
BuildRequires: python-gtk
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
-Version: 0.12.4
-Release: 2
+Version: 0.13.1
+Release: 1
Requires: %{name}-lang
Url: http://www.realistanew.com/projects/alacarte
Group: System/GUI/GNOME
@@ -68,6 +68,9 @@
%if 0%{?suse_version} <= 1110
%{__rm} %{buildroot}%{_datadir}/locale/bem/LC_MESSAGES/*
%endif
+%if 0%{?suse_version} <= 1120
+%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
+%endif
%suse_update_desktop_file alacarte X-SuSE-ControlCenter-LookAndFeel
# Patch is disabled
# suse_update_desktop_file alacarte-system X-SuSE-ControlCenter-LookAndFeel
++++++ alacarte-0.12.4.tar.bz2 -> alacarte-0.13.1.tar.bz2 ++++++
++++ 8727 lines of diff (skipped)
++++ retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/Alacarte/MainWindow.py new/alacarte-0.13.1/Alacarte/MainWindow.py
--- old/alacarte-0.12.4/Alacarte/MainWindow.py 2009-09-08 16:24:13.000000000 +0200
+++ new/alacarte-0.13.1/Alacarte/MainWindow.py 2010-03-29 10:23:25.000000000 +0200
@@ -23,8 +23,8 @@
import urllib
try:
from Alacarte import config
- gettext.bindtextdomain(GETTEXT_PACKAGE,config.localedir)
- gettext.textdomain(GETTEXT_PACKAGE)
+ gettext.bindtextdomain(config.GETTEXT_PACKAGE,config.localedir)
+ gettext.textdomain(config.GETTEXT_PACKAGE)
except:
pass
_ = gettext.gettext
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/ChangeLog new/alacarte-0.13.1/ChangeLog
--- old/alacarte-0.12.4/ChangeLog 2009-09-21 13:17:50.000000000 +0200
+++ new/alacarte-0.13.1/ChangeLog 2010-03-29 10:31:07.000000000 +0200
@@ -1,6 +1,113 @@
+commit bfa2e26c0bfedfc8896fc1e576dd197a9c7a8c55
+Author: Cosimo Cecchi <cosimoc(a)gnome.org>
+Date: 2010-03-29
+
+ Prepare for 0.13.1 release.
+
+M NEWS
+M README
+
+commit 12ce24381dc5eb89d50f4c71d4ca06cac51fec5e
+Author: Gheyret Kenji <gheyret(a)hotmail.com>
+Date: 2010-03-28
+
+ Added UG translation
+
+M po/ug.po
+
+commit c4446c4419b994a5dce76b57f892ba671f7da735
+Author: Gheyret Kenji <gheyret(a)hotmail.com>
+Date: 2010-03-28
+
+ Added UG translation
+
+A po/ug.po
+
+commit 924c7a3e6cf125bd5216c459e68e001189057ae6
+Author: Jamil Ahmed <itsjamil(a)gmail.com>
+Date: 2010-03-28
+
+ Updated Bengali translation
+
+M po/bn.po
+
+commit 9cb947199a891262d4c09839b900c4c72108e5bc
+Author: Badral Sanligiin <badral(a)openmn.org>
+Date: 2010-03-22
+
+ Updated Mongolian translation
+
+M po/mn.po
+
+commit c0d3425cba6b83dde669fc0e2b37e5aa2b2334d2
+Author: Changwoo Ryu <cwryu(a)debian.org>
+Date: 2010-03-07
+
+ Updated Korean translation
+
+M po/ko.po
+
+commit 44e7b9fd70a32b3b7d4a4fea072c80756212a159
+Author: Umarzuki bin Mochlis Moktar <umarzuki(a)gmail.com>
+Date: 2010-03-03
+
+ Add Malaj translation. Fixes bug 610933.
+
+M po/LINGUAS
+A po/ms.po
+
+commit b6ae338520ee25374eb4fc08d37f5f26b6b14dfe
+Author: Piotr Drąg <piotrdrag(a)gmail.com>
+Date: 2010-02-24
+
+ Updated Polish translation
+
+M po/pl.po
+
+commit 9f3a36def5a0659bb70616807fba21e7f3f79593
+Author: Fran Diéguez <frandieguez(a)ubuntu.com>
+Date: 2010-02-12
+
+ Updated Galician Translation
+
+M po/gl.po
+
+commit ab358e71637a35bfd93d3726b83b151171554796
+Author: Adi Roiban <adi(a)roiban.ro>
+Date: 2009-11-28
+
+ Update Romanian translation
+
+M po/ro.po
+
+commit 2e3f9d735638bcbb92e7fce5f4e338de142e64ae
+Author: Thomas Thurman <tthurman(a)gnome.org>
+Date: 2009-11-01
+
+ Shavian translation
+
+M po/LINGUAS
+A po/en(a)shaw.po
+
+commit b319a224cf5b9cd35f144736a703cd9240ef35a0
+Author: Gabor Kelemen <kelemeng(a)gnome.hu>
+Date: 2009-09-23
+
+ Fix initialization of i18n. Fixes bug #596098
+
+M Alacarte/MainWindow.py
+
+commit 05dfdd943294868c5c4a067d170e1e6cd7652287
+Author: Cosimo Cecchi <cosimoc(a)gnome.org>
+Date: 2009-09-21
+
+ Start 0.13 development version.
+
+M configure.ac
+
commit 0daf1d6addb692dc43076077e35e6ca78484151c
Author: Cosimo Cecchi <cosimoc(a)gnome.org>
-Date: 2009-09-21
+Date: 2009-09-21
Prepare for 0.12.4 release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/NEWS new/alacarte-0.13.1/NEWS
--- old/alacarte-0.12.4/NEWS 2009-09-21 13:17:21.000000000 +0200
+++ new/alacarte-0.13.1/NEWS 2010-03-29 10:28:51.000000000 +0200
@@ -1,4 +1,21 @@
==============
+Version 0.13.1
+==============
+Bugs fixed:
+ - Fixed #596098, i18n initialization problem (Gabor Kelemen)
+
+Translations:
+ - Updated bn Translation (Jamil Ahmed)
+ - Updated en@shaw Translation (Thomas Thurman)
+ - Updated gl Translation (Fran Diéguez)
+ - Updated ko Translation (Changwoo Ryu)
+ - Updated mn Translation (Badral Sanligiin)
+ - Updated ms Translation (Umarzuki bin Mochlis Moktar)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated ro Translation (Adi Roiban)
+ - Updated ug Translation (Gheyret Kenji)
+
+==============
Version 0.12.4
==============
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/README new/alacarte-0.13.1/README
--- old/alacarte-0.12.4/README 2009-09-08 16:36:45.000000000 +0200
+++ new/alacarte-0.13.1/README 2010-03-29 10:29:18.000000000 +0200
@@ -1,4 +1,4 @@
-Alacarte 0.12.4
+Alacarte 0.13.1
================
Alacarte is a menu editor for GNOME using the freedesktop.org menu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/config.h.in new/alacarte-0.13.1/config.h.in
--- old/alacarte-0.12.4/config.h.in 2009-09-21 13:14:56.000000000 +0200
+++ new/alacarte-0.13.1/config.h.in 2010-03-29 10:31:06.000000000 +0200
@@ -63,6 +63,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/configure.ac new/alacarte-0.13.1/configure.ac
--- old/alacarte-0.12.4/configure.ac 2009-09-08 16:36:53.000000000 +0200
+++ new/alacarte-0.13.1/configure.ac 2009-09-21 13:20:08.000000000 +0200
@@ -1,7 +1,7 @@
dnl -*- Mode: autoconf -*-
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT(alacarte, 0.12.4, http://bugzilla.gnome.org/enter_bug.cgi?product=alacarte)
+AC_INIT(alacarte, 0.13.1, http://bugzilla.gnome.org/enter_bug.cgi?product=alacarte)
AC_CONFIG_SRCDIR(alacarte.in)
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([1.7])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/po/LINGUAS new/alacarte-0.13.1/po/LINGUAS
--- old/alacarte-0.12.4/po/LINGUAS 2009-09-21 13:11:30.000000000 +0200
+++ new/alacarte-0.13.1/po/LINGUAS 2010-03-29 10:23:25.000000000 +0200
@@ -21,6 +21,7 @@
el
en_CA
en_GB
+en@shaw
eo
es
et
@@ -53,6 +54,7 @@
ml
mn
mr
+ms
nb
nds
nl
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/po/bn.po new/alacarte-0.13.1/po/bn.po
--- old/alacarte-0.12.4/po/bn.po 2009-08-29 11:46:15.000000000 +0200
+++ new/alacarte-0.13.1/po/bn.po 2010-03-29 10:23:25.000000000 +0200
@@ -3,29 +3,30 @@
# This file is distributed under the same license as the alacarte package.
# Khandakar Mujahidul Islam <suzan(a)bengalinux.org>, 2006.
# Maruf Ovee <maruf(a)ankur.org.bd>, 2009.
+# Sadia Afroz <sadia(a)ankur.org.bd>, 2010.
#
msgid ""
msgstr ""
-"Project-Id-Version: alacarte\n"
+"Project-Id-Version: bn\n"
"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
"product=alacarte&component=general\n"
-"POT-Creation-Date: 2009-07-07 18:47+0000\n"
-"PO-Revision-Date: 2009-07-22 20:02+0700\n"
-"Last-Translator: Maruf Ovee <maruf(a)ankur.org.bd>\n"
+"POT-Creation-Date: 2009-12-14 15:28+0000\n"
+"PO-Revision-Date: 2010-03-09 12:15+0600\n"
+"Last-Translator: Sadia Afroz <sadia(a)ankur.org.bd>\n"
"Language-Team: Bengali <ankur-bd-l10n(a)googlegroups.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-#: ../Alacarte/MainWindow.py:163
+#: ../Alacarte/MainWindow.py:164
msgid "Name"
msgstr "নাম"
-#: ../Alacarte/MainWindow.py:179
+#: ../Alacarte/MainWindow.py:180
msgid "Show"
-msgstr "দেখান"
+msgstr "প্রদর্শন"
-#: ../Alacarte/MainWindow.py:187
+#: ../Alacarte/MainWindow.py:188
msgid "Item"
msgstr "আইটেম"
@@ -59,7 +60,7 @@
#: ../data/alacarte.ui.h:7
msgid "Restore the default menu layout"
-msgstr "ডিফল্ট মেনু বহির্বিন্যাস ফিরিয়ে আনুন"
+msgstr "পূর্বনির্ধারিত মেনু বহির্বিন্যাস পুনরুদ্ধার করুন"
#: ../data/alacarte.ui.h:8
msgid "Revert Changes?"
@@ -67,7 +68,7 @@
#: ../data/alacarte.ui.h:9
msgid "Revert all menus to original settings?"
-msgstr "সকল মেনু কি আসল সেটিংসে ফিরিয়ে আনা হবে?"
+msgstr "সকল মেনু কি আদি সেটিংসে ফিরিয়ে আনা হবে?"
#: ../data/alacarte.ui.h:10
msgid "_Menus:"
@@ -79,7 +80,7 @@
#: ../data/alacarte.ui.h:12
msgid "_Revert to Original"
-msgstr "আসল অবস্থায় ফিরে যান (_R)"
+msgstr "আদি অবস্থায় ফিরে যান (_R)"
#~ msgid "A name is required."
#~ msgstr "একটি নাম প্রয়োজন।"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/po/en(a)shaw.po new/alacarte-0.13.1/po/en(a)shaw.po
--- old/alacarte-0.12.4/po/en(a)shaw.po 1970-01-01 01:00:00.000000000 +0100
+++ new/alacarte-0.13.1/po/en(a)shaw.po 2010-03-29 10:23:25.000000000 +0200
@@ -0,0 +1,81 @@
+# Shavian translation..
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# Thomas Thurman <tthurman(a)gnome.org>, 2009.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: alacarte\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=alacarte&component=general\n"
+"POT-Creation-Date: 2009-09-23 18:39+0000\n"
+"PO-Revision-Date: 2009-11-01 15:02-0500\n"
+"Last-Translator: Thomas Thurman <tthurman(a)gnome.org>\n"
+"Language-Team: Shavian <ubuntu-l10n-en-shaw(a)lists.launchpad.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../Alacarte/MainWindow.py:164
+msgid "Name"
+msgstr "𐑯𐑱𐑥"
+
+#: ../Alacarte/MainWindow.py:180
+msgid "Show"
+msgstr "𐑖𐑴"
+
+#: ../Alacarte/MainWindow.py:188
+msgid "Item"
+msgstr "𐑲𐑑𐑩𐑥"
+
+#: ../data/alacarte.desktop.in.in.h:1
+msgid "Change which applications are shown on the main menu"
+msgstr "𐑗𐑱𐑯𐑡 𐑢𐑦𐑗 𐑩𐑐𐑤𐑦𐑒𐑱𐑕𐑩𐑯𐑟 𐑸 𐑖𐑴𐑯 𐑪𐑯 𐑞 𐑥𐑱𐑯 𐑥𐑧𐑯𐑿"
+
+#: ../data/alacarte.desktop.in.in.h:2 ../data/alacarte.ui.h:2
+msgid "Main Menu"
+msgstr "𐑥𐑱𐑯 𐑥𐑧𐑯𐑿"
+
+#: ../data/alacarte.ui.h:1
+msgid "It_ems:"
+msgstr "𐑲𐑑_𐑩𐑥𐑟:"
+
+#: ../data/alacarte.ui.h:3
+msgid "Move Down"
+msgstr "𐑥𐑵𐑝 𐑛𐑬𐑯"
+
+#: ../data/alacarte.ui.h:4
+msgid "Move Up"
+msgstr "𐑥𐑵𐑝 𐑳𐑐"
+
+#: ../data/alacarte.ui.h:5
+msgid "Ne_w Item"
+msgstr "𐑯_𐑿 𐑲𐑑𐑩𐑥"
+
+#: ../data/alacarte.ui.h:6
+msgid "New _Separator"
+msgstr "𐑯𐑿 _𐑕𐑧𐑐𐑼𐑱𐑑𐑼"
+
+#: ../data/alacarte.ui.h:7
+msgid "Restore the default menu layout"
+msgstr "𐑮𐑩𐑕𐑑𐑹 𐑞 𐑛𐑦𐑓𐑷𐑤𐑑 𐑥𐑧𐑯𐑿 𐑤𐑱𐑬𐑑"
+
+#: ../data/alacarte.ui.h:8
+msgid "Revert Changes?"
+msgstr "𐑮𐑦𐑝𐑻𐑑 𐑗𐑱𐑯𐑡𐑩𐑟?"
+
+#: ../data/alacarte.ui.h:9
+msgid "Revert all menus to original settings?"
+msgstr "𐑮𐑦𐑝𐑻𐑑 𐑷𐑤 𐑥𐑧𐑯𐑿𐑟 𐑑 𐑩𐑮𐑦𐑡𐑩𐑯𐑩𐑤 𐑕𐑧𐑑𐑦𐑙𐑟?"
+
+#: ../data/alacarte.ui.h:10
+msgid "_Menus:"
+msgstr "_𐑥𐑧𐑯𐑿𐑟:"
+
+#: ../data/alacarte.ui.h:11
+msgid "_New Menu"
+msgstr "_𐑯𐑿 𐑥𐑧𐑯𐑿"
+
+#: ../data/alacarte.ui.h:12
+msgid "_Revert to Original"
+msgstr "_𐑮𐑦𐑝𐑻𐑑 𐑑 𐑩𐑮𐑦𐑡𐑩𐑯𐑩𐑤"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/po/gl.po new/alacarte-0.13.1/po/gl.po
--- old/alacarte-0.12.4/po/gl.po 2009-04-17 15:03:43.000000000 +0200
+++ new/alacarte-0.13.1/po/gl.po 2010-03-29 10:23:25.000000000 +0200
@@ -5,80 +5,81 @@
# Ignacio Casal Quinteiro <nacho.resa(a)gmail.com>, 2006.
# Ignacio Casal Quinteiro <icq(a)cvs.gnome.org>, 2007, 2008.
# Mancomún - Centro de Referencia e Servizos de Software Libre <g11n(a)mancomun.org>, 2009.
+# Fran Diéguez <frandieguez(a)ubuntu.com>, 2010.
msgid ""
msgstr ""
"Project-Id-Version: gl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-03-13 22:18+0100\n"
-"PO-Revision-Date: 2009-03-10 20:17+0000\n"
-"Last-Translator: Suso Baleato <suso.baleato(a)xunta.es>\n"
-"Language-Team: Galego <proxecto(a)trasno.net>\n"
+"POT-Creation-Date: 2010-02-12 23:55+0100\n"
+"PO-Revision-Date: 2010-02-11 19:46+0100\n"
+"Last-Translator: Fran Diéguez <frandieguez(a)ubuntu.com>\n"
+"Language-Team: Gallician <proxecto(a)trasno.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: gl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-#: ../Alacarte/MainWindow.py:167
+#: ../Alacarte/MainWindow.py:164
msgid "Name"
msgstr "Nome"
-#: ../Alacarte/MainWindow.py:183
+#: ../Alacarte/MainWindow.py:180
msgid "Show"
msgstr "Mostrar"
-#: ../Alacarte/MainWindow.py:191
+#: ../Alacarte/MainWindow.py:188
msgid "Item"
msgstr "Elemento"
#: ../data/alacarte.desktop.in.in.h:1
msgid "Change which applications are shown on the main menu"
-msgstr "Cambiar as aplicacións que se mostran no menú principal"
+msgstr "Cambiar os aplicativos que se mostran no menú principal"
-#: ../data/alacarte.desktop.in.in.h:2 ../data/alacarte.glade.h:2
+#: ../data/alacarte.desktop.in.in.h:2 ../data/alacarte.ui.h:2
msgid "Main Menu"
msgstr "Menú principal"
-#: ../data/alacarte.glade.h:1
+#: ../data/alacarte.ui.h:1
msgid "It_ems:"
msgstr "El_ementos:"
-#: ../data/alacarte.glade.h:3
+#: ../data/alacarte.ui.h:3
msgid "Move Down"
msgstr "Mover abaixo"
-#: ../data/alacarte.glade.h:4
+#: ../data/alacarte.ui.h:4
msgid "Move Up"
msgstr "Mover arriba"
-#: ../data/alacarte.glade.h:5
+#: ../data/alacarte.ui.h:5
msgid "Ne_w Item"
msgstr "Elemento no_vo"
-#: ../data/alacarte.glade.h:6
+#: ../data/alacarte.ui.h:6
msgid "New _Separator"
msgstr "_Separador novo"
-#: ../data/alacarte.glade.h:7
+#: ../data/alacarte.ui.h:7
msgid "Restore the default menu layout"
-msgstr "Restaurar a disposición de menú predeterminada"
+msgstr "Restaurar a disposición de menú predefinida"
-#: ../data/alacarte.glade.h:8
+#: ../data/alacarte.ui.h:8
msgid "Revert Changes?"
msgstr "Quere restaurar os cambios?"
-#: ../data/alacarte.glade.h:9
+#: ../data/alacarte.ui.h:9
msgid "Revert all menus to original settings?"
msgstr "Quere restaurar todos os menús coa configuración orixinal?"
-#: ../data/alacarte.glade.h:10
+#: ../data/alacarte.ui.h:10
msgid "_Menus:"
msgstr "_Menús:"
-#: ../data/alacarte.glade.h:11
+#: ../data/alacarte.ui.h:11
msgid "_New Menu"
msgstr "Menú _novo"
-#: ../data/alacarte.glade.h:12
+#: ../data/alacarte.ui.h:12
msgid "_Revert to Original"
msgstr "_Recuperar o orixinal"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/po/ko.po new/alacarte-0.13.1/po/ko.po
--- old/alacarte-0.12.4/po/ko.po 2009-04-17 15:03:43.000000000 +0200
+++ new/alacarte-0.13.1/po/ko.po 2010-03-29 10:23:25.000000000 +0200
@@ -1,16 +1,15 @@
# alacarte Korean translation
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# Changwoo Ryu <cwryu(a)debian.org>, 2006.
+# This file is distributed under the same license as the alacarte package.
+# Changwoo Ryu <cwryu(a)debian.org>, 2006, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: alacarte\n"
-"Report-Msgid-Bugs-To: \n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=alacarte&component=general\n"
"POT-Creation-Date: 2007-02-25 08:16+0900\n"
-"PO-Revision-Date: 2007-02-25 08:17+0900\n"
+"PO-Revision-Date: 2010-03-07 01:51+0900\n"
"Last-Translator: Changwoo Ryu <cwryu(a)debian.org>\n"
-"Language-Team: Korean <gnome-kr-hackers(a)lists.kldp.net>\n"
+"Language-Team: Korean <gnome-kr(a)googlegroups.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/po/mn.po new/alacarte-0.13.1/po/mn.po
--- old/alacarte-0.12.4/po/mn.po 2009-04-17 15:03:43.000000000 +0200
+++ new/alacarte-0.13.1/po/mn.po 2010-03-29 10:23:25.000000000 +0200
@@ -6,137 +6,129 @@
msgid ""
msgstr ""
"Project-Id-Version: mn\n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-14 23:00+0200\n"
-"PO-Revision-Date: 2006-08-14 23:08+0200\n"
-"Last-Translator: Badral <badral(a)openmn.org>\n"
+"Report-Msgid-Bugs-To: "
+"http://bugzilla.gnome.org/enter_bug.cgi?product=alacarte&component=general\n"
+"POT-Creation-Date: 2009-04-22 22:36+0000\n"
+"PO-Revision-Date: 2010-03-21 10:57+0200\n"
+"Last-Translator: ntsetsbold <ntsetsbold(a)gmail.com>\n"
"Language-Team: Mongolian <openmn-translation(a)lists.sourceforge.net>\n"
+"Language: mn\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.10.2\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"X-Generator: Pootle 2.0.3\n"
-#: ../Alacarte/MainWindow.py:161
+#: ../Alacarte/MainWindow.py:167
msgid "Name"
msgstr "Нэр"
-#: ../Alacarte/MainWindow.py:177
+#: ../Alacarte/MainWindow.py:183
msgid "Show"
-msgstr "Харуул"
+msgstr "Харуулах"
-#: ../Alacarte/MainWindow.py:185
+#: ../Alacarte/MainWindow.py:191
msgid "Item"
msgstr "Элемент"
-#: ../Alacarte/DialogHandler.py:145 ../Alacarte/DialogHandler.py:182
-#: ../Alacarte/DialogHandler.py:337 ../Alacarte/DialogHandler.py:368
-msgid "A name is required."
-msgstr "Нэр шаардлагатай."
-
-#: ../Alacarte/DialogHandler.py:148 ../Alacarte/DialogHandler.py:185
-msgid "A command is required."
-msgstr "Тушаал шаардлагатай."
-
-#: ../alacarte.desktop.in.h:1
-msgid "Add, change, remove menu entries"
-msgstr "Цэсийн элемент нэмэх устгах өөрчилөх"
-
-#: ../alacarte.desktop.in.h:2 ../alacarte.glade.h:9
-msgid "Menu Layout"
-msgstr "Цэсийн загвар"
-
-#: ../alacarte.glade.h:1
-msgid "Alacarte Menu Editor"
-msgstr "Alacarte цэс боловсруулагч"
-
-#: ../alacarte.glade.h:2
-msgid "Browse..."
-msgstr "Нэгжих..."
-
-#: ../alacarte.glade.h:3
-msgid "Command:"
-msgstr "Тушаал:"
-
-#: ../alacarte.glade.h:4
-msgid "Comment:"
-msgstr "Сэтгэгдэл:"
-
-#: ../alacarte.glade.h:5
-msgid "Copyright © 2006 Travis Watkins"
-msgstr "Зохиогчийн эрх © 2006 Travis Watkins"
-
-#: ../alacarte.glade.h:6
-msgid "Icon:"
-msgstr "Эмблем:"
+#: ../data/alacarte.desktop.in.in.h:1
+msgid "Change which applications are shown on the main menu"
+msgstr "Үндсэн цэсэнд ямар програмууд харагдахыг өөрчлөх"
+
+#: ../data/alacarte.desktop.in.in.h:2 ../data/alacarte.glade.h:2
+msgid "Main Menu"
+msgstr "Үндсэн цэс"
-#: ../alacarte.glade.h:7
+#: ../data/alacarte.glade.h:1
msgid "It_ems:"
-msgstr "_Элементүүд:"
+msgstr "Элементүүд:"
-#: ../alacarte.glade.h:8
-msgid "Menu Item Properties"
-msgstr "Цэсийн элементийн тодруулга"
-
-#: ../alacarte.glade.h:10
-msgid "Menu Properties"
-msgstr "Цэсийн тодруулга"
-
-#: ../alacarte.glade.h:11
+#: ../data/alacarte.glade.h:3
msgid "Move Down"
msgstr "Доош"
-#: ../alacarte.glade.h:12
+#: ../data/alacarte.glade.h:4
msgid "Move Up"
msgstr "Дээш"
-#: ../alacarte.glade.h:13
-msgid "Name:"
-msgstr "Нэр:"
-
-#: ../alacarte.glade.h:14
+#: ../data/alacarte.glade.h:5
msgid "Ne_w Item"
msgstr "_Шинэ элемент"
-#: ../alacarte.glade.h:15
+#: ../data/alacarte.glade.h:6
msgid "New _Separator"
msgstr "Шинэ _тусгаарлагч"
-#: ../alacarte.glade.h:16
+#: ../data/alacarte.glade.h:7
msgid "Restore the default menu layout"
msgstr "Цэсийн стандарт загварыг сэргээх"
-#: ../alacarte.glade.h:17
+#: ../data/alacarte.glade.h:8
msgid "Revert Changes?"
msgstr "Өөрчилөлтүүдийг буцаах уу?"
-#: ../alacarte.glade.h:18
+#: ../data/alacarte.glade.h:9
msgid "Revert all menus to original settings?"
msgstr "Бүх цэсийн оргинал тохиргоо руу нь буцаах уу?"
-#: ../alacarte.glade.h:19
-msgid "Run command in a terminal"
-msgstr "Тушаалыг терминалд ажиллуулах"
-
-#: ../alacarte.glade.h:20
-msgid "Simple fd.o compliant menu editor"
-msgstr "Энгийн fd.o тохирох цэсийн боловсруулагч"
-
-#: ../alacarte.glade.h:21
+#: ../data/alacarte.glade.h:10
msgid "_Menus:"
msgstr "_Цэсүүд:"
-#: ../alacarte.glade.h:22
+#: ../data/alacarte.glade.h:11
msgid "_New Menu"
msgstr "_Шинэ цэс"
-#: ../alacarte.glade.h:23
+#: ../data/alacarte.glade.h:12
msgid "_Revert to Original"
msgstr "Оргинал руу нь _буцаах"
-#. TRANSLATORS: Replace this string with your names, one name per line.
-#: ../alacarte.glade.h:25
-msgid "translator-credits"
-msgstr ""
-"Санлигийн Бадрал <badral(a)openmn.org>\n"
-"Орчуулга хийх хүсэлтэй хүмүүс дээрх хаягаар имэйл бичээрэй."
+#~ msgid "A name is required."
+#~ msgstr "Нэр шаардлагатай."
+
+#~ msgid "A command is required."
+#~ msgstr "Тушаал шаардлагатай."
+
+#~ msgid "Add, change, remove menu entries"
+#~ msgstr "Цэсийн элемент нэмэх устгах өөрчилөх"
+
+#~ msgid "Menu Layout"
+#~ msgstr "Цэсийн загвар"
+
+#~ msgid "Alacarte Menu Editor"
+#~ msgstr "Alacarte цэс боловсруулагч"
+
+#~ msgid "Browse..."
+#~ msgstr "Нэгжих..."
+
+#~ msgid "Command:"
+#~ msgstr "Тушаал:"
+
+#~ msgid "Comment:"
+#~ msgstr "Сэтгэгдэл:"
+
+#~ msgid "Copyright © 2006 Travis Watkins"
+#~ msgstr "Зохиогчийн эрх © 2006 Travis Watkins"
+
+#~ msgid "Icon:"
+#~ msgstr "Эмблем:"
+
+#~ msgid "Menu Item Properties"
+#~ msgstr "Цэсийн элементийн тодруулга"
+
+#~ msgid "Menu Properties"
+#~ msgstr "Цэсийн тодруулга"
+
+#~ msgid "Name:"
+#~ msgstr "Нэр:"
+
+#~ msgid "Run command in a terminal"
+#~ msgstr "Тушаалыг терминалд ажиллуулах"
+
+#~ msgid "Simple fd.o compliant menu editor"
+#~ msgstr "Энгийн fd.o тохирох цэсийн боловсруулагч"
+#~ msgid "translator-credits"
+#~ msgstr ""
+#~ "Санлигийн Бадрал <badral(a)openmn.org>\n"
+#~ "Орчуулга хийх хүсэлтэй хүмүүс дээрх хаягаар имэйл бичээрэй."
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/po/ms.po new/alacarte-0.13.1/po/ms.po
--- old/alacarte-0.12.4/po/ms.po 1970-01-01 01:00:00.000000000 +0100
+++ new/alacarte-0.13.1/po/ms.po 2010-03-29 10:23:25.000000000 +0200
@@ -0,0 +1,82 @@
+# Malay translation for alacarte.
+# Copyright (C) 2010 alacarte's COPYRIGHT HOLDER
+# This file is distributed under the same license as the alacarte package.
+# Umarzuki Bin Mochlis Moktar <umar(a)umarzuki.org>, 2010.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: alacarte master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=alacarte&component=general\n"
+"POT-Creation-Date: 2010-02-12 22:56+0000\n"
+"PO-Revision-Date: 2010-02-24 20:18+0730\n"
+"Last-Translator: Umarzuki bin Mochlis Moktar <umarzuki(a)gmail.com>\n"
+"Language-Team: Malay <ms(a)li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: ../Alacarte/MainWindow.py:164
+msgid "Name"
+msgstr "Nama"
+
+#: ../Alacarte/MainWindow.py:180
+msgid "Show"
+msgstr "Tunjuk"
+
+#: ../Alacarte/MainWindow.py:188
+msgid "Item"
+msgstr "Item"
+
+#: ../data/alacarte.desktop.in.in.h:1
+msgid "Change which applications are shown on the main menu"
+msgstr "Tukar aplikasi mana yang akan ditunjukkan pada menu utama"
+
+#: ../data/alacarte.desktop.in.in.h:2
+#: ../data/alacarte.ui.h:2
+msgid "Main Menu"
+msgstr "Menu Utama"
+
+#: ../data/alacarte.ui.h:1
+msgid "It_ems:"
+msgstr "It_em:"
+
+#: ../data/alacarte.ui.h:3
+msgid "Move Down"
+msgstr "Alihkan ke Bawah"
+
+#: ../data/alacarte.ui.h:4
+msgid "Move Up"
+msgstr "Alihkan ke Atas"
+
+#: ../data/alacarte.ui.h:5
+msgid "Ne_w Item"
+msgstr "Item _Baru"
+
+#: ../data/alacarte.ui.h:6
+msgid "New _Separator"
+msgstr "Pemi_sah Baru"
+
+#: ../data/alacarte.ui.h:7
+msgid "Restore the default menu layout"
+msgstr "Pulihkan semula rekabentuk dasar menu"
+
+#: ../data/alacarte.ui.h:8
+msgid "Revert Changes?"
+msgstr "Kembalikan semula perubahan kepada asal?"
+
+#: ../data/alacarte.ui.h:9
+msgid "Revert all menus to original settings?"
+msgstr "Kembalikan semula semua menu ke tetapan asal?"
+
+#: ../data/alacarte.ui.h:10
+msgid "_Menus:"
+msgstr "_Menu:"
+
+#: ../data/alacarte.ui.h:11
+msgid "_New Menu"
+msgstr "Me_nu Baru"
+
+#: ../data/alacarte.ui.h:12
+msgid "_Revert to Original"
+msgstr "Kembali_kan semula ke Asal"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/po/pl.po new/alacarte-0.13.1/po/pl.po
--- old/alacarte-0.12.4/po/pl.po 2009-04-17 15:03:43.000000000 +0200
+++ new/alacarte-0.13.1/po/pl.po 2010-03-29 10:23:25.000000000 +0200
@@ -4,137 +4,82 @@
# pomóc w jego rozwijaniu i pielęgnowaniu, napisz do nas:
# gnomepl(a)aviary.pl
# -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-# translation of alacarte to Polish
-# Copyright (C) 2008 Aviary.pl
-# This file is distributed under the same license as the alacarte package.
-#
-# Artur Flinta <aflinta(a)at.kernel.pl>, 2006.
-# Tomasz Dominikowski <tdominikowski(a)aviary.pl>, 2008
msgid ""
msgstr ""
"Project-Id-Version: alacarte\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-08-25 18:34+0200\n"
-"PO-Revision-Date: 2008-08-25 18:31+0100\n"
-"Last-Translator: Tomasz Dominikowski <dominikowski(a)gmail.com>\n"
-"Language-Team: Aviary.pl <gnomepl(a)aviary.pl>\n"
+"POT-Creation-Date: 2010-02-24 23:19+0100\n"
+"PO-Revision-Date: 2010-02-24 22:36+0100\n"
+"Last-Translator: Piotr Drąg <piotrdrag(a)gmail.com>\n"
+"Language-Team: Polish <gnomepl(a)aviary.pl>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.2\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"X-Poedit-Language: Polish\n"
"X-Poedit-Country: Poland\n"
-#: ../Alacarte/MainWindow.py:168
+#: ../Alacarte/MainWindow.py:164
msgid "Name"
msgstr "Nazwa"
-#: ../Alacarte/MainWindow.py:184
+#: ../Alacarte/MainWindow.py:180
msgid "Show"
msgstr "Wyświetlanie"
-#: ../Alacarte/MainWindow.py:192
+#: ../Alacarte/MainWindow.py:188
msgid "Item"
msgstr "Element"
-#: ../alacarte.desktop.in.in.h:1
+#: ../data/alacarte.desktop.in.in.h:1
msgid "Change which applications are shown on the main menu"
-msgstr "Zmienia widoczność programów w menu głównym"
+msgstr "Zmiana widoczności programów w menu głównym"
-#: ../alacarte.desktop.in.in.h:2 ../alacarte.glade.h:2
+#: ../data/alacarte.desktop.in.in.h:2 ../data/alacarte.ui.h:2
msgid "Main Menu"
msgstr "Menu główne"
-#: ../alacarte.glade.h:1
+#: ../data/alacarte.ui.h:1
msgid "It_ems:"
msgstr "_Elementy:"
-#: ../alacarte.glade.h:3
+#: ../data/alacarte.ui.h:3
msgid "Move Down"
msgstr "Przenieś w dół"
-#: ../alacarte.glade.h:4
+#: ../data/alacarte.ui.h:4
msgid "Move Up"
msgstr "Przenieś w górę"
-#: ../alacarte.glade.h:5
+#: ../data/alacarte.ui.h:5
msgid "Ne_w Item"
msgstr "No_wy element"
-#: ../alacarte.glade.h:6
+#: ../data/alacarte.ui.h:6
msgid "New _Separator"
msgstr "Nowy _separator"
-#: ../alacarte.glade.h:7
+#: ../data/alacarte.ui.h:7
msgid "Restore the default menu layout"
msgstr "Przywraca domyślny układ menu"
-#: ../alacarte.glade.h:8
+#: ../data/alacarte.ui.h:8
msgid "Revert Changes?"
msgstr "Cofnąć zmiany?"
-#: ../alacarte.glade.h:9
+#: ../data/alacarte.ui.h:9
msgid "Revert all menus to original settings?"
msgstr "Cofnąć zmiany wszystkich menu do oryginalnych ustawień?"
-#: ../alacarte.glade.h:10
+#: ../data/alacarte.ui.h:10
msgid "_Menus:"
msgstr "Men_u:"
-#: ../alacarte.glade.h:11
+#: ../data/alacarte.ui.h:11
msgid "_New Menu"
msgstr "_Nowe menu"
-#: ../alacarte.glade.h:12
+#: ../data/alacarte.ui.h:12
msgid "_Revert to Original"
msgstr "_Przywróć oryginalne"
-
-#~ msgid "A name is required."
-#~ msgstr "Nazwa jest wymagana."
-
-#~ msgid "A command is required."
-#~ msgstr "Polecenie jest wymagane."
-
-#~ msgid "Add, change, remove menu entries"
-#~ msgstr "Dodaje, zmienia, usuwa elementy menu"
-
-#~ msgid "Menu Layout"
-#~ msgstr "Układ menu"
-
-#~ msgid "Alacarte Menu Editor"
-#~ msgstr "Alacarte - edytor menu"
-
-#~ msgid "Browse..."
-#~ msgstr "Przeglądaj..."
-
-#~ msgid "Command:"
-#~ msgstr "Polecenie:"
-
-#~ msgid "Comment:"
-#~ msgstr "Komentarz:"
-
-#~ msgid "Copyright © 2006 Travis Watkins"
-#~ msgstr "Copyright © 2006 Travis Watkins"
-
-#~ msgid "Icon:"
-#~ msgstr "Ikona:"
-
-#~ msgid "Menu Item Properties"
-#~ msgstr "Właściwości elementu menu"
-
-#~ msgid "Menu Properties"
-#~ msgstr "Właściwości menu"
-
-#~ msgid "Name:"
-#~ msgstr "Nazwa:"
-
-#~ msgid "Run command in a terminal"
-#~ msgstr "Uruchomienie polecenia w terminalu"
-
-#~ msgid "Simple fd.o compliant menu editor"
-#~ msgstr "Prosty edytor menu zgodny z fd.o"
-
-#~ msgid "translator-credits"
-#~ msgstr "GNOME PL Team <translators(a)gnomepl.org>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/alacarte-0.12.4/po/ro.po new/alacarte-0.13.1/po/ro.po
--- old/alacarte-0.12.4/po/ro.po 2009-04-17 15:03:43.000000000 +0200
+++ new/alacarte-0.13.1/po/ro.po 2010-03-29 10:23:25.000000000 +0200
@@ -3,32 +3,31 @@
# This file is distributed under the same license as the alacarte package.
# Alexandru Szasz <alexxed(a)gmail.com>, 2006.
# Adi Roiban https://launchpad.net/~adiroiban, 2008, 2009
-# , fuzzy
-#
-#
+# Lucian Adrian Grijincu <lucian.grijincu(a)gmail.com>, 2009
msgid ""
msgstr ""
"Project-Id-Version: alacarte HEAD\n"
-"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?product=l10n&component=Romanian%20[… \n"
-"POT-Creation-Date: 2009-02-03 16:50+0000\n"
-"PO-Revision-Date: 2009-02-06 14:27+0200\n"
-"Last-Translator: Adi Roiban <adi(a)roiban.ro>\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?"
+"product=alacarte&component=general\n"
+"POT-Creation-Date: 2009-11-01 20:49+0000\n"
+"PO-Revision-Date: 2009-11-15 21:06+0300\n"
+"Last-Translator: Lucian Adrian Grijincu <lucian.grijincu(a)gmail.com>\n"
"Language-Team: Gnome Romanian Team <gnomero-list(a)lists.sourceforge.net>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
-"Plural-Forms: nplurals=3; plural=(n == 1 ? 0: (((n % 100 > 19) || ((n % 100 == 0) && (n != 0))) ? 2: 1));\n"
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < "
+"20)) ? 1 : 2);;\n"
-
-#: ../Alacarte/MainWindow.py:169
+#: ../Alacarte/MainWindow.py:164
msgid "Name"
msgstr "Nume"
-#: ../Alacarte/MainWindow.py:185
+#: ../Alacarte/MainWindow.py:180
msgid "Show"
msgstr "Arată"
-#: ../Alacarte/MainWindow.py:193
+#: ../Alacarte/MainWindow.py:188
msgid "Item"
msgstr "Element"
@@ -36,60 +35,56 @@
msgid "Change which applications are shown on the main menu"
msgstr "Modifică aplicațiile care sunt afișate în meniul principal"
-#: ../data/alacarte.desktop.in.in.h:2
-#: ../data/alacarte.glade.h:2
+#: ../data/alacarte.desktop.in.in.h:2 ../data/alacarte.ui.h:2
msgid "Main Menu"
msgstr "Meniu principal"
-#: ../data/alacarte.glade.h:1
+#: ../data/alacarte.ui.h:1
msgid "It_ems:"
msgstr "Elem_ente:"
-#: ../data/alacarte.glade.h:3
+#: ../data/alacarte.ui.h:3
msgid "Move Down"
msgstr "Mută în jos"
-#: ../data/alacarte.glade.h:4
+#: ../data/alacarte.ui.h:4
msgid "Move Up"
msgstr "Mută în sus"
-#: ../data/alacarte.glade.h:5
+#: ../data/alacarte.ui.h:5
msgid "Ne_w Item"
msgstr "Element no_u"
-#: ../data/alacarte.glade.h:6
+#: ../data/alacarte.ui.h:6
msgid "New _Separator"
msgstr "_Separator nou"
-#: ../data/alacarte.glade.h:7
+#: ../data/alacarte.ui.h:7
msgid "Restore the default menu layout"
msgstr "Restabilește aranjamentul meniului implicit"
-#: ../data/alacarte.glade.h:8
+#: ../data/alacarte.ui.h:8
msgid "Revert Changes?"
-msgstr "Restaurați modificările?"
+msgstr "Anulați modificările?"
-#: ../data/alacarte.glade.h:9
+#: ../data/alacarte.ui.h:9
msgid "Revert all menus to original settings?"
msgstr "Restabiliți toate meniurile la configurările lor originale?"
-#: ../data/alacarte.glade.h:10
+#: ../data/alacarte.ui.h:10
msgid "_Menus:"
msgstr "_Meniuri:"
-#: ../data/alacarte.glade.h:11
+#: ../data/alacarte.ui.h:11
msgid "_New Menu"
msgstr "Meniu _nou"
-#: ../data/alacarte.glade.h:12
+#: ../data/alacarte.ui.h:12
msgid "_Revert to Original"
-msgstr "_Restabilire original"
+msgstr "_Restabilește valoarea originală"
-#: ../data/alacarte.glade.h:13
-msgid "gtk-delete"
-msgstr "gtk-delete"
-
-#: ../data/alacarte.glade.h:14
-msgid "gtk-properties"
-msgstr "gtk-properties"
+#~ msgid "gtk-delete"
+#~ msgstr "gtk-delete"
+#~ msgid "gtk-properties"
+#~ msgstr "gtk-properties"
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package oro for openSUSE:Factory
checked in at Wed Mar 31 19:36:30 CEST 2010.
--------
--- oro/oro.changes 2006-09-26 12:18:24.000000000 +0200
+++ /mounts/work_src_done/STABLE/oro/oro.changes 2010-03-30 14:18:06.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Mar 30 11:34:33 UTC 2010 - mvyskocil(a)suse.cz
+
+- remove source 1.4 from build
+- provide jakarta-oro symbols and jars to ensure compatibility with
+ jpackage.org
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
oro-java14compat.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ oro.spec ++++++
--- /var/tmp/diff_new_pack.TeejJX/_old 2010-03-31 19:35:54.000000000 +0200
+++ /var/tmp/diff_new_pack.TeejJX/_new 2010-03-31 19:35:54.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package oro (Version 2.0.8)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,15 +27,15 @@
%define release 2jpp
%define section free
Version: 2.0.8
-Release: 270
+Release: 271
Summary: Full regular expressions API
-License: The Apache Software License
+License: ASLv..
Group: Development/Libraries/Java
Source0: %{full_name}-%{version}.tar.gz
-Patch: %{name}-java14compat.patch
Url: http://jakarta.apache.org/oro/
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Provides: %{full_name} = %{version}-%{release}
%description
The Jakarta-ORO Java classes are a set of text-processing Java classes
@@ -51,10 +51,11 @@
%package javadoc
-License: The Apache Software License
+License: ASLv..
PreReq: coreutils
Group: Development/Libraries/Java
Summary: Javadoc for oro
+Provides: %{full_name}-javadoc = %{version}-%{release}
%description javadoc
The Jakarta-ORO Java classes are a set of text-processing Java classes
@@ -73,7 +74,6 @@
%prep
%setup -q -n %{full_name}-%{version}
-%patch
# remove all binary libs
find . -name "*.jar" -exec rm -f {} \;
# remove all CVS files
@@ -88,6 +88,7 @@
install -d -m 755 $RPM_BUILD_ROOT%{_javadir}
install -m 644 %{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}*; do ln -sf ${jar} `echo $jar| sed "s|-%{version}||g"`; done)
+(cd $RPM_BUILD_ROOT%{_javadir} && for jar in oro*.jar; do ln -sf ${jar} jakarta-${jar}; done)
#javadoc
install -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
cp -pr docs/api/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package accerciser for openSUSE:Factory
checked in at Wed Mar 31 19:36:14 CEST 2010.
--------
--- GNOME/accerciser/accerciser.changes 2009-12-03 01:39:03.000000000 +0100
+++ /mounts/work_src_done/STABLE/accerciser/accerciser.changes 2010-03-30 20:19:34.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Mar 30 20:18:51 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 1.10.0:
+ + AT-SPI2 support (considered experimental).
+ + Updated translations.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
accerciser-1.9.3.tar.bz2
New:
----
accerciser-1.10.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ accerciser.spec ++++++
--- /var/tmp/diff_new_pack.Gmu8Xj/_old 2010-03-31 19:35:57.000000000 +0200
+++ /var/tmp/diff_new_pack.Gmu8Xj/_new 2010-03-31 19:35:57.000000000 +0200
@@ -1,7 +1,7 @@
#
-# spec file for package accerciser (Version 1.9.3)
+# spec file for package accerciser (Version 1.10.0)
#
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,7 +20,7 @@
Name: accerciser
Summary: Accessibility debugging tool
-Version: 1.9.3
+Version: 1.10.0
Release: 1
License: BSD3c(or similar) ; LGPLv2.1+
Group: Development/Tools/Other
++++++ accerciser-1.9.3.tar.bz2 -> accerciser-1.10.0.tar.bz2 ++++++
++++ 3993 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package aaa_base for openSUSE:Factory
checked in at Wed Mar 31 19:35:47 CEST 2010.
--------
--- aaa_base/aaa_base.changes 2010-03-17 12:59:43.000000000 +0100
+++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2010-03-29 14:15:46.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Mar 29 14:14:47 CEST 2010 - ro(a)suse.de
+
+- boot.cleanup: do cleanup as well in shutdown case, faster
+ than leaving it to the next boot and can speed up boot sequence
+
+-------------------------------------------------------------------
+Fri Mar 26 19:02:00 CET 2010 - sndirsch(a)suse.de
+
+- add NO_KMS_IN_INITRD to sysconfig/kernel.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.XeyunF/_old 2010-03-31 19:35:06.000000000 +0200
+++ /var/tmp/diff_new_pack.XeyunF/_new 2010-03-31 19:35:06.000000000 +0200
@@ -28,7 +28,7 @@
PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv
AutoReqProv: on
Version: 11.2
-Release: 66
+Release: 67
Summary: SUSE Linux Base Package
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: aaa_base.tar.bz2
++++++ aaa_base.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base/etc/init.d/boot.cleanup new/aaa_base/etc/init.d/boot.cleanup
--- old/aaa_base/etc/init.d/boot.cleanup 2010-03-08 16:32:01.000000000 +0100
+++ new/aaa_base/etc/init.d/boot.cleanup 2010-03-29 14:12:15.000000000 +0200
@@ -25,75 +25,74 @@
rc_reset
case "$1" in
- start)
- #
- # clean up
- #
- rm -f /var/lib/rpm/__db*
- rm -rf /tmp/screens /tmp/uscreens /var/run/screens /var/run/uscreens 2>/dev/null
- rm -f /tmp/.X*lock /var/spool/uucp/LCK* /var/log/sa/sadc.LOCK /fsck_corrected_errors 2>/dev/null
- if test -x /usr/bin/find -a -x /usr/bin/xargs; then
- {
- find /tmp/ssh-* /tmp/gpg-* -type s -name "*agent*" -maxdepth 1 -print0
- find /var/run /var/lock -type f ! -wholename /var/run/utmp -print0
- if test -d /var/lib/ntp/var/run; then
- find /var/lib/ntp/var/run -type f -print0
- fi
- } 2>/dev/null | xargs -0r rm -f
- else
- # fallback for find if we get /usr from nfs
- rec_rem() {
- for f in "$1"/*
- do
- test "$f" = /var/run/utmp && continue
- test -L "$f" && continue
- test -f "$f" && rm -f "$f"
- test -d "$f" && rec_rem "$f"
- done
- }
- #
- test -d /var/run && rec_rem /var/run
- test -d /var/lock && rec_rem /var/lock
- fi
- touch /var/run/utmp
- chmod 664 /var/run/utmp
- chown root:tty /var/run/utmp
+ start|stop|restart)
+ if test "$1" = "start" -o "$RUNLEVEL" = "6" ; then
+ #
+ # clean up
+ #
+ rm -f /var/lib/rpm/__db*
+ rm -rf /tmp/screens /tmp/uscreens /var/run/screens /var/run/uscreens 2>/dev/null
+ rm -f /tmp/.X*lock /var/spool/uucp/LCK* /var/log/sa/sadc.LOCK /fsck_corrected_errors 2>/dev/null
+ if test -x /usr/bin/find -a -x /usr/bin/xargs; then
+ {
+ find /tmp/ssh-* /tmp/gpg-* -type s -name "*agent*" -maxdepth 1 -print0
+ find /var/run /var/lock -type f ! -wholename /var/run/utmp -print0
+ if test -d /var/lib/ntp/var/run; then
+ find /var/lib/ntp/var/run -type f -print0
+ fi
+ } 2>/dev/null | xargs -0r rm -f
+ else
+ # fallback for find if we get /usr from nfs
+ rec_rem() {
+ for f in "$1"/*
+ do
+ test "$f" = /var/run/utmp && continue
+ test -L "$f" && continue
+ test -f "$f" && rm -f "$f"
+ test -d "$f" && rec_rem "$f"
+ done
+ }
+ #
+ test -d /var/run && rec_rem /var/run
+ test -d /var/lock && rec_rem /var/lock
+ fi
+ touch /var/run/utmp
+ chmod 664 /var/run/utmp
+ chown root:tty /var/run/utmp
- # Re-read inittab for jobs and redo utmp records if required
- test "$PREVLEVEL" = "S" && telinit q
+ # Re-read inittab for jobs and redo utmp records if required
+ test "$PREVLEVEL" = "S" && telinit q
-# FASTBOOT: This costs us ~1s, and could be done by a simple "mv"
-# if at all necessary.
-#
-# # Restore a possibly dynamically modified /etc/resolv.conf
- test "$DO_FASTBOOT" != "yes" && /sbin/netconfig update
+ # FASTBOOT: This costs us ~1s, and could be done by a simple "mv"
+ # if at all necessary.
+ #
+ # # Restore a possibly dynamically modified /etc/resolv.conf
+ test "$DO_FASTBOOT" != "yes" && /sbin/netconfig update
- # delete temp files
- # If $CLEAR_TMP_DIRS_AT_BOOTUP = yes, delete files in
- # $TMP_DIRS_TO_CLEAR, if $CLEAR_TMP_DIRS_AT_BOOTUP starts with a "/"
- # delete files in those dirs instead.
- CLEAR_DIRS="$TMP_DIRS_TO_CLEAR"
- if [ "${CLEAR_TMP_DIRS_AT_BOOTUP:0:1}" = "/" ]; then
- CLEAR_DIRS="$CLEAR_TMP_DIRS_AT_BOOTUP"
- CLEAR_TMP_DIRS_AT_BOOTUP=yes
- fi
- if test -x /usr/bin/find -a -x /usr/bin/xargs ; then
- if test "$CLEAR_TMP_DIRS_AT_BOOTUP" = yes; then
- echo -n "Cleaning temporary directories $CLEAR_DIRS"
- find $CLEAR_DIRS -mindepth 1 -maxdepth 1 -print0 2>/dev/null | xargs -0r rm -rf
- rc_status -v -r
- fi
+ # delete temp files
+ # If $CLEAR_TMP_DIRS_AT_BOOTUP = yes, delete files in
+ # $TMP_DIRS_TO_CLEAR, if $CLEAR_TMP_DIRS_AT_BOOTUP starts with a "/"
+ # delete files in those dirs instead.
+ CLEAR_DIRS="$TMP_DIRS_TO_CLEAR"
+ if [ "${CLEAR_TMP_DIRS_AT_BOOTUP:0:1}" = "/" ]; then
+ CLEAR_DIRS="$CLEAR_TMP_DIRS_AT_BOOTUP"
+ CLEAR_TMP_DIRS_AT_BOOTUP=yes
+ fi
+ if test -x /usr/bin/find -a -x /usr/bin/xargs ; then
+ if test "$CLEAR_TMP_DIRS_AT_BOOTUP" = yes; then
+ echo -n "Cleaning temporary directories $CLEAR_DIRS"
+ find $CLEAR_DIRS -mindepth 1 -maxdepth 1 -print0 2>/dev/null | xargs -0r rm -rf
+ rc_status -v -r
+ fi
+ fi
+ for CURDIR in /tmp /tmp/.X11-unix /tmp/.ICE-unix \
+ /var/tmp /var/tmp/vi.recover /var/run/uscreens ; do
+ test -d $CURDIR || mkdir -m 1777 $CURDIR
+ done
+ for CURDIR in /var/run/screens ; do
+ test -d $CURDIR || mkdir -m 755 $CURDIR
+ done
fi
- for CURDIR in /tmp /tmp/.X11-unix /tmp/.ICE-unix \
- /var/tmp /var/tmp/vi.recover /var/run/uscreens ; do
- test -d $CURDIR || mkdir -m 1777 $CURDIR
- done
- for CURDIR in /var/run/screens ; do
- test -d $CURDIR || mkdir -m 755 $CURDIR
- done
- ;;
- stop|restart)
- # skip / nothing to do
;;
status)
# assume we have been run
++++++ sysconfig_parts.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sysconfig_parts/sysconfig.kernel new/sysconfig_parts/sysconfig.kernel
--- old/sysconfig_parts/sysconfig.kernel 2008-10-10 00:11:06.000000000 +0200
+++ new/sysconfig_parts/sysconfig.kernel 2010-03-26 19:01:11.000000000 +0100
@@ -8,6 +8,18 @@
# (like drivers for scsi-controllers, for lvm or reiserfs)
#
INITRD_MODULES=""
+
+## Type: string(yes)
+## Command: /sbin/mkinitrd
+## Default: ""
+#
+#
+# This variable disables the initialization of KMS in the initrd
+# by not including the modules required for KMS even though KMS is
+# supported on the underlying hardware.
+# After changing run mkinitrd again.
+#
+NO_KMS_IN_INITRD="no"
## Type: string
## Command: /sbin/mkinitrd
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package openssl for openSUSE:Factory
checked in at Wed Mar 31 19:35:39 CEST 2010.
--------
--- openssl/openssl.changes 2010-02-05 02:25:09.000000000 +0100
+++ /mounts/work_src_done/STABLE/openssl/openssl.changes 2010-03-25 04:05:23.000000000 +0100
@@ -1,0 +2,20 @@
+Thu Mar 25 02:18:22 UTC 2010 - gjhe(a)novell.com
+
+- fix security bug [bnc#590833]
+ CVE-2010-0740
+
+-------------------------------------------------------------------
+Mon Mar 22 06:29:14 UTC 2010 - gjhe(a)novell.com
+
+- update to version 0.9.8m
+ Merge the following patches from 0.9.8k:
+ bswap.diff
+ non-exec-stack.diff
+ openssl-0.9.6g-alpha.diff
+ openssl-0.9.7f-ppc64.diff
+ openssl-0.9.8-flags-priority.dif
+ openssl-0.9.8-sparc.dif
+ openssl-allow-arch.diff
+ openssl-hppa-config.diff
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
bswap.diff
bug-526319_openssl-0.9.8k-no-extssl.patch
disable-optimization-for-s390x.diff
func-parm-err.patch
non-exec-stack.diff
openssl-0.9.6g-alpha.diff
openssl-0.9.7f-ppc64.diff
openssl-0.9.8-flags-priority.dif
openssl-0.9.8-sparc.dif
openssl-0.9.8a.ca-app-segfault.bug128655.dif
openssl-0.9.8k.tar.bz2
openssl-allow-arch.diff
openssl-hppa-config.diff
New:
----
merge_from_0_9_8k.patch
openssl-0.9.8m.tar.bz2
openssl-CVE-2010-0740.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openssl.spec ++++++
--- /var/tmp/diff_new_pack.44uc4k/_old 2010-03-31 19:34:12.000000000 +0200
+++ /var/tmp/diff_new_pack.44uc4k/_new 2010-03-31 19:34:12.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package openssl (Version 0.9.8k)
+# spec file for package openssl (Version 0.9.8m)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -31,29 +31,15 @@
Obsoletes: openssl-64bit
%endif
#
-Version: 0.9.8k
-Release: 5
+Version: 0.9.8m
+Release: 1
Summary: Secure Sockets and Transport Layer Security
Url: http://www.openssl.org/
Source: http://www.%{name}.org/source/%{name}-%{version}.tar.bz2
Source2: baselibs.conf
Source10: README.SuSE
-Patch0: openssl-0.9.8-sparc.dif
-Patch1: openssl-0.9.8-flags-priority.dif
-Patch2: non-exec-stack.diff
-Patch3: openssl-0.9.7f-ppc64.diff
-Patch4: openssl-hppa-config.diff
-Patch5: openssl-0.9.6g-alpha.diff
-# http://www-124.ibm.com/developerworks/projects/libica/
-#Patch10: openssl-0.9.7d-ICA_engine-jun142004.patch.bz2
-Patch6: openssl-0.9.8a.ca-app-segfault.bug128655.dif
-Patch7: bswap.diff
-Patch8: func-parm-err.patch
-%ifarch s390x
-Patch9: disable-optimization-for-s390x.diff
-%endif
-Patch10: bug-526319_openssl-0.9.8k-no-extssl.patch
-Patch11: openssl-allow-arch.diff
+Patch0: merge_from_0_9_8k.patch
+Patch1: openssl-CVE-2010-0740.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -183,19 +169,6 @@
%setup -q
%patch0 -p1
%patch1 -p1
-%patch2
-%patch3 -p1
-%patch4
-%patch5 -p1
-#%patch10 -p1
-%patch6 -p1
-%patch7
-%patch8 -p1
-%ifarch s390x
-%patch9
-%endif
-%patch10 -p1
-%patch -P 11 -p1
cp -p %{S:10} .
# lib64 installation fixes
for i in Makefile.org engines/Makefile; do
++++++ merge_from_0_9_8k.patch ++++++
Index: openssl-0.9.8m/Configure
===================================================================
--- openssl-0.9.8m.orig/Configure
+++ openssl-0.9.8m/Configure
@@ -874,7 +874,7 @@ PROCESS_ARGS:
}
else
{
- die "target already defined - $target (offending arg: $_)\n" if ($target ne "");
+ warn "target already defined - $target (offending arg: $_)\n" if ($target ne "");
$target=$_;
}
@@ -1123,7 +1123,7 @@ else { $lflags=$prelflags; undef $pre
my $no_shared_warn=0;
my $no_user_cflags=0;
-if ($flags ne "") { $cflags="$flags$cflags"; }
+if ($flags ne "") { $cflags="$cflags $flags"; }
else { $no_user_cflags=1; }
# Kerberos settings. The flavor must be provided from outside, either through
Index: openssl-0.9.8m/config
===================================================================
--- openssl-0.9.8m.orig/config
+++ openssl-0.9.8m/config
@@ -526,7 +526,8 @@ case "$GUESSOS" in
ppc-apple-darwin*) OUT="darwin-ppc-cc" ;;
i386-apple-darwin*) OUT="darwin-i386-cc" ;;
alpha-*-linux2)
- ISA=`awk '/cpu model/{print$4;exit(0);}' /proc/cpuinfo`
+ #ISA=`awk '/cpu model/{print$4;exit(0);}' /proc/cpuinfo`
+ ISA=EV56
case ${ISA:-generic} in
*[678]) OUT="linux-alpha+bwx-$CC" ;;
*) OUT="linux-alpha-$CC" ;;
@@ -546,7 +547,8 @@ case "$GUESSOS" in
echo " You have about 5 seconds to press Ctrl-C to abort."
(trap "stty `stty -g`" 2 0; stty -icanon min 0 time 50; read waste) <&1
fi
- OUT="linux-ppc"
+ # we have the target and force it here
+ OUT="linux-ppc64"
;;
ppc-*-linux2) OUT="linux-ppc" ;;
ia64-*-linux?) OUT="linux-ia64" ;;
@@ -562,10 +564,10 @@ case "$GUESSOS" in
sparc-*-linux2)
KARCH=`awk '/^type/{print$3;exit(0);}' /proc/cpuinfo`
case ${KARCH:-sun4} in
- sun4u*) OUT="linux-sparcv9" ;;
- sun4m) OUT="linux-sparcv8" ;;
- sun4d) OUT="linux-sparcv8" ;;
- *) OUT="linux-generic32"; options="$options -DB_ENDIAN" ;;
+# sun4u*) OUT="linux-sparcv9" ;;
+# sun4m) OUT="linux-sparcv8" ;;
+# sun4d) OUT="linux-sparcv8" ;;
+ *) OUT="linux-sparcv8" ;;
esac ;;
parisc*-*-linux2)
# 64-bit builds under parisc64 linux are not supported and
@@ -584,7 +586,11 @@ case "$GUESSOS" in
# PA8500 -> 8000 (2.0)
# PA8600 -> 8000 (2.0)
- CPUSCHEDULE=`echo $CPUSCHEDULE|sed -e 's/7300LC/7100LC/' -e 's/8.00/8000/'`
+ # CPUSCHEDULE=`echo $CPUSCHEDULE|sed -e 's/7300LC/7100LC/' -e 's/8?00/8000/'`
+ # lets have CPUSCHEDULE for 1.1:
+ CPUSCHEDULE=7100LC
+ # we want to support 1.1 CPUs as well:
+ CPUARCH=1.1
# Finish Model transformations
options="$options -DB_ENDIAN -mschedule=$CPUSCHEDULE -march=$CPUARCH"
Index: openssl-0.9.8m/crypto/camellia/cmll_locl.h
===================================================================
--- openssl-0.9.8m.orig/crypto/camellia/cmll_locl.h
+++ openssl-0.9.8m/crypto/camellia/cmll_locl.h
@@ -97,7 +97,7 @@ extern "C" {
(ct)[2] = (u8)((st) >> 8); \
(ct)[3] = (u8)(st); }
-#if (defined (__GNUC__) && (defined(__x86_64__) || defined(__x86_64)))
+#if (defined (__GNUC__) && (defined(__x86_64__) || defined(__x86_64) || defined(i386)))
#define CAMELLIA_SWAP4(x) \
do{\
asm("bswap %1" : "+r" (x));\
Index: openssl-0.9.8m/crypto/perlasm/x86unix.pl
===================================================================
--- openssl-0.9.8m.orig/crypto/perlasm/x86unix.pl
+++ openssl-0.9.8m/crypto/perlasm/x86unix.pl
@@ -557,6 +557,7 @@ sub main'file_end
push(@out,$const);
$const="";
}
+ push(@out, ".section .note.GNU-stack,\"\",\@progbits");
}
sub main'data_byte
++++++ openssl-CVE-2010-0740.patch ++++++
Index: openssl-0.9.8m/ssl/s3_pkt.c
===================================================================
--- openssl-0.9.8m.orig/ssl/s3_pkt.c
+++ openssl-0.9.8m/ssl/s3_pkt.c
@@ -291,9 +291,9 @@ again:
if (version != s->version)
{
SSLerr(SSL_F_SSL3_GET_RECORD,SSL_R_WRONG_VERSION_NUMBER);
- /* Send back error using their
- * version number :-) */
- s->version=version;
+ if ((s->version & 0xFF00) == (version & 0xFF00))
+ /* Send back error using their minor version number :-) */
+ s->version = (unsigned short)version;
al=SSL_AD_PROTOCOL_VERSION;
goto f_err;
}
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package PackageKit for openSUSE:Factory
checked in at Wed Mar 31 19:34:54 CEST 2010.
--------
--- PackageKit/PackageKit.changes 2010-02-10 14:35:48.000000000 +0100
+++ /mounts/work_src_done/STABLE/PackageKit/PackageKit.changes 2010-03-31 01:51:15.000000000 +0200
@@ -1,0 +2,305 @@
+Wed Mar 31 01:45:31 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 0.6.3:
+ + Notes:
+ - Two important bugfixes, one that causes high CPU load in
+ client programs, and one that fixes an odd crash in the
+ libnm-glib threading code.
+ + Libraries:
+ - glib: Add pk_package_sack_filter() and
+ pk_package_sack_remove_by_filter()
+ - glib: Do not generate a PkPackageSack from the package array,
+ instead add packages as they appear
+ - glib: Ensure we remove CLEANUP and FINISHED from the package
+ sack before we run the simulate callback
+ - glib: Fix up a critical warning when installing a file, not a
+ package
+ - qt: Fixed UpdateState enum
+ - python: Fixed packagekit.client.search_file()
+ + New Features:
+ - Add a configure option UseThreadsInBackend so we can more
+ easily debug packagekitd
+ - Break internal python API by supplying a list of filters to
+ the backend, not a delimited list
+ - Add a boolean configure variable 'SimilarNameSearch' to allow
+ skipping swizzle testing. Fixes fdo#27246
+ - Show PkPackage changes in pkmon for easier debugging
+ + Bugfixes:
+ - Add some missing G_BEGIN_DECLS and G_END_DECLS to fix
+ including from C++
+ - Be more careful when testing the value of waitpid() to try to
+ debug a problem where the backend appears to exit
+ - Do not crash libdbus when libnm-glib uses it's own context
+ - Do not finish the transaction with success when the spawned
+ backend does a non-finished exit
+ - Do not show installed packages when we choose packages to
+ download
+ - Ensure the Package(finished) signal is always sent during the
+ transaction. Fixes rh#522628
+ - Fix a nasty segfault if the library check-restart code tries
+ to emit a restart-required
+ - Fix Kubuntu support for upgrade
+ - Fix reporting distribution upgrades by setting the correct
+ property in two places
+ - Never exit the daemon, even when we hit a race in PkSpawn -
+ just cleanup, warn, and continue
+ - Do not call finished before exiting the script due to an
+ error
+ - When realpath fails, do not silently fail but return with an
+ error
+ + Non-zypp backends updates.
+ + Updated translations.
+- Drop PackageKit-fix-pk-qt.patch: fixed upstream.
+
+-------------------------------------------------------------------
+Fri Mar 26 15:15:59 CET 2010 - vuntz(a)opensuse.org
+
+- Add PackageKit-fix-pk-qt.patch, taken from git, to make
+ libpackagekit-qt work correctly.
+
+-------------------------------------------------------------------
+Fri Mar 26 13:14:34 CET 2010 - vuntz(a)opensuse.org
+
+- Build against mozilla-xulrunner192-devel on openSUSE > 11.2.
+
+-------------------------------------------------------------------
+Tue Mar 23 22:08:13 CET 2010 - vuntz(a)opensuse.org
+
+- Update to version 0.6.2:
+ + Notes:
+ - We broke PackageKit-Qt API in a big way this release. You'll
+ need a new KPackageKit if you're using KDE.
+ - There is a _tiny_ API break in PackageKit-glib2 which means
+ most apps just need a recompile.
+ + Libraries:
+ - PackageKit-glib2: Add pk_control_suggest_daemon_quit()
+ - PackageKit-Qt: Add a Last[enum-type] entry to each type
+ - PackageKit-Qt: Added more constness to the lib
+ - PackageKit-Qt: Drop QObject for Package
+ - PackageKit-Qt: Fix filtersToString and make enumToString more
+ robust
+ - PackageKit-Qt: Fix up a typo that prevents compiling programs
+ that use -pedantic-errors
+ - PackageKit-Qt: Fully automatize the proxy generation
+ - PackageKit-Qt: Moved the package enums to Enum class
+ - PackageKit-Qt: Port tests to current API
+ - PackageKit-Qt: Port the tests to the new Enum class
+ - PackageKit-Qt: Switch from QDbusReply to QDBusPendingReply
+ + New Features:
+ - Add a new library function: pk_package_sack_filter_by_info()
+ - Add a pk_backend_set_speed() helper function
+ - Added autoremove to simulateRemovePackage
+ - Add the eula-required python method helper
+ - Change the python helpers to get sent an array of values, not
+ a delimited string
+ - Define a new error code for when the user declines the
+ simulation
+ - Removed deprecated SetLocale
+ - Show messages in the pkmon output when the task has completed
+ + Bugfixes:
+ - Add the environment variable accepted_eulas to the spawned
+ processes
+ - Add the polkit backend library in LIBADD, not LDFLAGS. Fixes
+ fdo#26373
+ - Do not run the transaction with only_trusted if the
+ simulation inferred that any packages were unsigned
+ - Ensure that a malicious user can't make the backend exit by
+ injecting a bogus EULA call into the transaction
+ - Fix a logic problem where the PkSpawn and PkBackend instances
+ would race and sometimes issue a pk_backend_finished() when
+ the dispatcher instance was being changed
+ - Initialize relevant GError's in the daemon to NULL
+ - Install the introspection data to the correct location
+ - Update the list of free licences from the Fedora wiki
+ + Backends:
+ - zypp: add more features to repo_set_data
+ - zypp: change policy to download first
+ - Non-zypp backends updates.
+ + Updated translations.
+- Add gobject-introspection-devel BuildRequires.
+- Rename libpackagekit-glib2-13 to libpackagekit-glib2-14 and
+ libpackagekit-qt13 to libpackagekit-qt14 after soversion change.
+- Add workaround to install pm-utils files in libexecdir, since
+ this is how pm-utils is configured in openSUSE.
+
+-------------------------------------------------------------------
+Fri Mar 19 13:17:02 CET 2010 - vuntz(a)opensuse.org
+
+- Add branding infrastructure, and create a
+ PackageKit-branding-upstream. There is some vendor-specific
+ settings that really belongs to branding packages, and we can
+ also change the default configuration there. Fix bnc#471377.
+- Drop PackageKit_release.patch: this will be done in the branding
+ package.
+
+-------------------------------------------------------------------
+Thu Mar 18 15:37:48 CET 2010 - vuntz(a)opensuse.org
+
+- Update to version 0.6.1:
+ + Backends:
+ - zypp: Add more features to repo_set_data
+ - zypp: Partial support of multiple values for search params
+ - zypp: Work with packagekit-glib2
+ - Non-zypp backends updates.
+ + New Features:
+ - Add Kubuntu support for upgrade
+ - Add support for the 'interactive' hint in the daemon, and
+ also sent it to the backend
+ - Add a new message enum 'repo-for-developers-only' for repos
+ that should not be used by users
+ - Add sync versions of the PkPackageSack functions
+ - Enable initial introspection support in PackageKit-glib2
+ - Sort the packages by name in all pkcon results
+ + Bugfixes:
+ - Ensure we enter SETUP before we run the pre-transaction
+ checks
+ - Add a parent object to all the source objects to track the
+ source role and transacton id
+ - Ensure we set an error when the transaction is cancelled
+ - Ensure PkProgress sends ::notify signals when properties
+ change
+ - When adopting a transaction ensure we set the role on the
+ PkResults object
+ - Show the translated role and status when using pkgenpack
+ - Ensure that pkgenpack generates filenames without ';'
+ embedded in them
+ - If the user uses 'pkcon install dave.rpm' then give a useful
+ error message
+ - Fixed packagekit.client.install_packages() in Python bindings
+ - Cache autoremove too in transaction_remove_packages
+ + Updated translations.
+- Update to version 0.6.0:
+ + New Features:
+ - Remove the deprecated DBus methods from the daemon
+ - Break internal and external API to support OR queries
+ - Add a new error enum 'failed-due-to-running-process' for
+ future code
+ - Add a new config file entry, NoUpdateProcessList that
+ specifies processes that should not be updated when running
+ - glib: Remove the deprecated glib library
+ - packagekit-qt: Removed deprecated methods
+ - packagekit-qt: Added searchNames, searchFiles and searchGroups
+ + Bugfixes:
+ - cnf: Ensure we send error messages to stderr, not stdout.
+ Fixes rh#545220
+ - Fix a crash where the extra library check file callbacks had
+ the wrong signature
+ - Allow the inhibit call to go through even if cancel is not
+ implemented
+ - packagekit-qt: Improved and fixed transaction handling so
+ does not crash kded module anymore
+ - packagekit-qt: Fixed the naming of the conviniece functions
+ to match the same function
+ + Non-zypp backends updates.
+ + Updated translations.
+- Update to version 0.5.5:
+ + New Features:
+ - Add a --plain option to pkcon to better support not-running
++++ 108 more lines (skipped)
++++ between PackageKit/PackageKit.changes
++++ and /mounts/work_src_done/STABLE/PackageKit/PackageKit.changes
calling whatdependson for head-i586
Old:
----
PackageKit-0.5.1.tar.bz2
PackageKit-BNC383261-suggest-daemon-quit.patch
PackageKit-BNC543595.patch
PackageKit-force-pm-utils.patch
PackageKit-webyast.patch
PackageKit_release.patch
New:
----
PackageKit-0.6.3.tar.bz2
PackageKit-BNC559802-zypp-count-patch-size.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ PackageKit.spec ++++++
--- /var/tmp/diff_new_pack.SOqAEc/_old 2010-03-31 19:33:17.000000000 +0200
+++ /var/tmp/diff_new_pack.SOqAEc/_new 2010-03-31 19:33:17.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package PackageKit (Version 0.5.1)
+# spec file for package PackageKit (Version 0.6.3)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -16,21 +16,26 @@
#
+%if 0%{suse_version} > 1120
+%define xulrunner_version 192
+%else
%if 0%{suse_version} > 1110
%define xulrunner_version 191
%else
%define xulrunner_version 190
%endif
+%endif
Name: PackageKit
-Version: 0.5.1
-Release: 5
+Version: 0.6.3
+Release: 1
License: GPLv2+
BuildRequires: NetworkManager-devel
BuildRequires: dbus-1-glib-devel
BuildRequires: docbook-utils
BuildRequires: fdupes
BuildRequires: gcc-c++
+BuildRequires: gobject-introspection-devel
BuildRequires: gstreamer-0_10-devel
BuildRequires: gstreamer-0_10-plugins-base-devel
BuildRequires: gtk-doc
@@ -38,9 +43,11 @@
BuildRequires: intltool
BuildRequires: libarchive-devel
BuildRequires: libcppunit-devel
+BuildRequires: libgudev-1_0-devel
BuildRequires: libqt4-devel
BuildRequires: libzypp-devel
BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel
+BuildRequires: pm-utils
BuildRequires: polkit-devel
BuildRequires: python-devel
BuildRequires: sqlite-devel
@@ -48,17 +55,12 @@
Summary: Simple software installation management software
Url: http://packagekit.org/
Source: %{name}-%{version}.tar.bz2
-Patch: PackageKit_release.patch
-# PATCH-FEATURE-UPSTREAM PackageKit-BNC383261-suggest-daemon-quit.patch bnc383261
-Patch1: PackageKit-BNC383261-suggest-daemon-quit.patch
# PATCH-FIX-UPSTREAM PackageKit-libzypp6.patch fdo#20366
Patch2: PackageKit-libzypp6.patch
-# PATCH-FIX-OPENSUSE PackageKit-force-pm-utils.patch dominique-obs(a)leuenberger.net -- force detection of pm-utils to true (we have a way too old pm-utils package)
-Patch3: PackageKit-force-pm-utils.patch
-# PATCH-FIX-UPSTREAM PackageKit-BNC543595.patch sreeves(a)novell.com -- install local files
-Patch4: PackageKit-BNC543595.patch
-Patch5: PackageKit-webyast.patch
+# PATCH-FIX-UPSTREAM PackageKit-BNC559802-zypp-count-patch-size.patch glin(a)novell.com -- calculate the download size of the patch
+Patch6: PackageKit-BNC559802-zypp-count-patch-size.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Requires: %{name}-branding
Requires: %{name}-lang = %{version}
PreReq: python-base = %{py_ver}
%if %suse_version <= 1110
@@ -74,7 +76,7 @@
%package -n ruck
License: GPLv2+
-Summary: Ruck is a rug-like interface for PackageKit
+Summary: PackageKit interface similar to rug
Requires: %{name} = %{version}
Group: System/Daemons
@@ -86,7 +88,7 @@
License: GPLv2+
Summary: Needed include files and libraries for development
Requires: %{name} = %{version}
-Requires: glib2-devel libpackagekit-glib12-devel NetworkManager-devel sqlite3-devel
+Requires: glib2-devel libpackagekit-glib2-devel NetworkManager-devel sqlite3-devel
Group: System/Daemons
%if 0%{?suse_version} >= 1120
BuildArch: noarch
@@ -97,56 +99,58 @@
configuration files and development tools (with manual pages) needed to
compile and link applications using PackageKit.
-%package -n libpackagekit-glib12
+%package -n libpackagekit-glib2-14
License: GPLv2+
Summary: Simple software installation management software
Group: System/Daemons
Requires: %{name} = %{version}
-%description -n libpackagekit-glib12
+%description -n libpackagekit-glib2-14
PackageKit is a system designed to make installing and updating
software on your computer easier. The primary design goal is to unify
all the software graphical tools used in different distributions, and
use some of the latest technology like PolicyKit to make the process
suck less.
-%package -n libpackagekit-glib12-devel
+%package -n libpackagekit-glib2-devel
License: GPLv2+
Summary: Simple software installation management software
Group: System/Daemons
Requires: %{name} = %{version}
-Requires: libpackagekit-glib12 = %{version}
+Requires: libpackagekit-glib2-14 = %{version}
Requires: glib2-devel NetworkManager-devel sqlite3-devel
-%description -n libpackagekit-glib12-devel
+%description -n libpackagekit-glib2-devel
PackageKit is a system designed to make installing and updating
software on your computer easier. The primary design goal is to unify
all the software graphical tools used in different distributions, and
use some of the latest technology like PolicyKit to make the process
suck less.
-%package -n libpackagekit-qt12
+%package -n libpackagekit-qt14
License: GPLv2+
Summary: Simple software installation management software
Group: System/Daemons
Requires: %{name} = %{version}
-%description -n libpackagekit-qt12
+%description -n libpackagekit-qt14
PackageKit is a system designed to make installing and updating
software on your computer easier. The primary design goal is to unify
all the software graphical tools used in different distributions, and
use some of the latest technology like PolicyKit to make the process
suck less.
-%package -n libpackagekit-qt12-devel
+%package -n libpackagekit-qt-devel
License: GPLv2+
Summary: Simple software installation management software
Group: System/Daemons
Requires: %{name} = %{version}
-Requires: libpackagekit-qt12 = %{version}
+Requires: libpackagekit-qt14 = %{version}
Requires: libqt4-devel
+# Old name of the package; we can't provide it since the ABI has changed
+Obsoletes: libpackagekit-qt12-devel <= 0.5.4
-%description -n libpackagekit-qt12-devel
+%description -n libpackagekit-qt-devel
PackageKit is a system designed to make installing and updating
software on your computer easier. The primary design goal is to unify
all the software graphical tools used in different distributions, and
@@ -169,20 +173,26 @@
use some of the latest technology like PolicyKit to make the process
suck less.
+%package branding-upstream
+License: GPLv2+
+Summary: Upstream branding of PackageKit
+Group: System/Daemons
+Supplements: packageand(%{name}:branding-upstream)
+Provides: %{name}-branding = %{version}
+Conflicts: otherproviders(%{name}-branding)
+#BRAND: Provide configuration files -
+#BRAND: /etc/PackageKit/*
+
+%description branding-upstream
+This package provides upstream Look and Feel for PackageKit.
+
%lang_package
%prep
%setup -q
-%patch -p0
-%patch1 -p1
%patch2
-%patch3 -p1
-%patch4 -p1
-%patch5 -p0
+%patch6 -p1
%build
-# uncomment out the following line if autotools should be run again (i.e.,
-# one of the patches has modified configure.in/ac or a Makefile.am).
-autoreconf -f -i
%configure \
--disable-static \
--enable-zypp \
@@ -196,37 +206,40 @@
%makeinstall
mv %{buildroot}%{_sysconfdir}/bash_completion.d/pk-completion.{ba,}sh
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
+# the pm-utils package in openSUSE uses libexecdir and not libdir
+%if "%{_libdir}" != "%{_libexecdir}"
+test ! -e %{buildroot}%{_libexecdir}/pm-utils
+mv %{buildroot}%{_libdir}/pm-utils %{buildroot}%{_libexecdir}/pm-utils
+%endif
%find_lang %{name}
%fdupes $RPM_BUILD_ROOT
%clean
rm -rf "$RPM_BUILD_ROOT"
-%post -n libpackagekit-glib12 -p /sbin/ldconfig
+%post -n libpackagekit-glib2-14 -p /sbin/ldconfig
-%post -n libpackagekit-qt12 -p /sbin/ldconfig
+%post -n libpackagekit-qt14 -p /sbin/ldconfig
-%postun -n libpackagekit-glib12 -p /sbin/ldconfig
+%postun -n libpackagekit-glib2-14 -p /sbin/ldconfig
-%postun -n libpackagekit-qt12 -p /sbin/ldconfig
+%postun -n libpackagekit-qt14 -p /sbin/ldconfig
%files lang -f %{name}.lang
%files
%defattr(-,root,root)
+%doc AUTHORS ChangeLog COPYING HACKING NEWS README
%dir %{_sysconfdir}/PackageKit
%dir %{_datadir}/PackageKit
%dir %{_datadir}/PackageKit/helpers
%dir %{_datadir}/PackageKit/helpers/test_spawn
%dir %{_libdir}/packagekit-backend
%dir %{python_sitelib}/packagekit
-%dir %{_libdir}/pm-utils
-%dir %{_libdir}/pm-utils/sleep.d
+%dir %{_libexecdir}/pm-utils
+%dir %{_libexecdir}/pm-utils/sleep.d
%dir /var/lib/PackageKit
%{_sysconfdir}/bash_completion.d/pk-completion.sh
-%{_sysconfdir}/PackageKit/PackageKit.conf
-%{_sysconfdir}/PackageKit/Vendor.conf
-%{_sysconfdir}/PackageKit/CommandNotFound.conf
%{_sysconfdir}/dbus-1/system.d/org.freedesktop.PackageKit.conf
%{_sysconfdir}/profile.d/PackageKit.sh
%{_bindir}/packagekit-bugreport.sh
@@ -234,8 +247,8 @@
%{_bindir}/pkcon
%{_bindir}/pkmon
%{_bindir}/pkgenpack
-%{_libdir}/pm-utils/sleep.d/95packagekit
%{_libdir}/packagekit-backend/*.so
+%{_libexecdir}/pm-utils/sleep.d/95packagekit
%{_libexecdir}/pk-command-not-found
%{_libexecdir}/pk-gstreamer-install
%{_libdir}/gtk-2.0/modules/*
@@ -243,6 +256,7 @@
%{_libdir}/polkit-1/extensions/libpackagekit-action-lookup.so
%{python_sitelib}/packagekit/*
%{_sbindir}/packagekitd
+%{_sbindir}/pk-device-rebind
%{_datadir}/mime/packages/packagekit-*.xml
%{_datadir}/PackageKit/helpers/test_spawn/search-name.sh
%{_datadir}/PackageKit/pk-upgrade-distro.sh
@@ -269,23 +283,24 @@
%dir %{_includedir}/PackageKit/backend
%{_includedir}/PackageKit/backend/pk*.h
-%files -n libpackagekit-glib12
+%files -n libpackagekit-glib2-14
%defattr(-,root,root)
-%{_libdir}/libpackagekit-glib.so.*
+%{_datadir}/gir-1.0/PackageKitGlib-1.0.gir
+%{_libdir}/libpackagekit-glib2.so.*
+%{_libdir}/girepository-1.0/PackageKitGlib-1.0.typelib
-%files -n libpackagekit-glib12-devel
+%files -n libpackagekit-glib2-devel
%defattr(-,root,root)
-%{_libdir}/libpackagekit-glib.so
-%{_libdir}/pkgconfig/packagekit-glib.pc
+%{_libdir}/libpackagekit-glib2.so
+%{_libdir}/pkgconfig/packagekit-glib2.pc
%dir %{_includedir}/PackageKit
-%dir %{_includedir}/PackageKit/packagekit-glib
-%{_includedir}/PackageKit/packagekit-glib/*.h
+%{_includedir}/PackageKit/packagekit-glib2/
-%files -n libpackagekit-qt12
+%files -n libpackagekit-qt14
%defattr(-,root,root)
%{_libdir}/libpackagekit-qt.so.*
-%files -n libpackagekit-qt12-devel
+%files -n libpackagekit-qt-devel
%defattr(-,root,root)
%{_libdir}/libpackagekit-qt.so
%{_libdir}/pkgconfig/packagekit-qt.pc
@@ -295,4 +310,11 @@
%dir %{_datadir}/cmake
%{_datadir}/cmake/Modules/*
+%files branding-upstream
+%defattr(-,root,root)
+%config(noreplace) %{_sysconfdir}/PackageKit/CommandNotFound.conf
+%config(noreplace) %{_sysconfdir}/PackageKit/PackageKit.conf
+# This file should not be touched by users/admins, so we can replace it
+%{_sysconfdir}/PackageKit/Vendor.conf
+
%changelog
++++++ PackageKit-0.5.1.tar.bz2 -> PackageKit-0.6.3.tar.bz2 ++++++
PackageKit/PackageKit-0.5.1.tar.bz2 /mounts/work_src_done/STABLE/PackageKit/PackageKit-0.6.3.tar.bz2 differ: char 11, line 1
++++++ PackageKit-BNC559802-zypp-count-patch-size.patch ++++++
>From 33c87a7abbb1dbc1320bc652ace6fdf8ca702303 Mon Sep 17 00:00:00 2001
From: Gary Lin <glin(a)novell.com>
Date: Wed, 17 Mar 2010 16:48:14 +0800
Subject: [PATCH] [ZYPP] Count the download size of a patch
Calculate the download size of a patch while zypp sends out the package details.
Signed-off-by: Gary Lin <glin(a)novell.com>
---
backends/zypp/pk-backend-zypp.cpp | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/backends/zypp/pk-backend-zypp.cpp b/backends/zypp/pk-backend-zypp.cpp
index a6b00b3..6a2649a 100644
--- a/backends/zypp/pk-backend-zypp.cpp
+++ b/backends/zypp/pk-backend-zypp.cpp
@@ -515,6 +515,23 @@ backend_get_details_thread (PkBackend *backend)
rpmHeader->tag_url (). c_str (), // const gchar *url
(gulong)rpmHeader->tag_archivesize ()); // gulong size
+ } else if (package.kind() == zypp::ResKind::patch){
+ /* Calculate the download size of the patch */
+ zypp::PoolItem item = zypp::ResPool::instance ().find (package);
+ zypp::Patch::constPtr patch = zypp::asKind<zypp::Patch>(item);
+ zypp::sat::SolvableSet content = patch->contents ();
+ int total_downloadsize = 0;
+ for (zypp::sat::SolvableSet::const_iterator it = content.begin (); it != content.end (); it++) {
+ total_downloadsize += it->lookupNumAttribute (zypp::sat::SolvAttr::downloadsize);
+ }
+
+ pk_backend_details (backend,
+ package_ids[i],
+ package.lookupStrAttribute (zypp::sat::SolvAttr::license).c_str (), //pkg->license ().c_str (),
+ group,
+ package.lookupStrAttribute (zypp::sat::SolvAttr::description).c_str (), //pkg->description ().c_str (),
+ "TODO", //pkg->url ().c_str (),
+ ((gulong)total_downloadsize * 1024));
} else {
pk_backend_details (backend,
package_ids[i],
--
1.6.0.2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0