openSUSE Commits
Threads by month
- ----- 2024 -----
- November
- 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
September 2007
- 1 participants
- 1083 discussions
Hello community,
here is the log from the commit of package perl-Bootloader
checked in at Wed Sep 26 21:43:58 CEST 2007.
--------
--- perl-Bootloader/perl-Bootloader.changes 2007-09-24 18:25:59.000000000 +0200
+++ /mounts/work_src_done/STABLE/STABLE/perl-Bootloader/perl-Bootloader.changes 2007-09-26 21:04:19.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Sep 26 21:01:33 CEST 2007 - od(a)suse.de
+
+- Added flag avoid_reading_device_map to Library::ReadSettings()
+ and to all ParseLines() (#328448)
+- Added more logging to GrubDev2UnixDev()
+- Version bump to 0.4.32
+
+-------------------------------------------------------------------
Old:
----
perl-Bootloader-0.4.31.tar.bz2
New:
----
perl-Bootloader-0.4.32.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Bootloader.spec ++++++
--- /var/tmp/diff_new_pack.RP2734/_old 2007-09-26 21:43:43.000000000 +0200
+++ /var/tmp/diff_new_pack.RP2734/_new 2007-09-26 21:43:43.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package perl-Bootloader (Version 0.4.31)
+# spec file for package perl-Bootloader (Version 0.4.32)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,7 +11,7 @@
# norootforbuild
Name: perl-Bootloader
-Version: 0.4.31
+Version: 0.4.32
Release: 1
Requires: perl >= %{perl_version}
Requires: perl-gettext
@@ -65,6 +65,11 @@
/sbin/update-bootloader
/usr/lib/bootloader
%changelog
+* Wed Sep 26 2007 - od(a)suse.de
+- Added flag avoid_reading_device_map to Library::ReadSettings()
+ and to all ParseLines() (#328448)
+- Added more logging to GrubDev2UnixDev()
+- Version bump to 0.4.32
* Mon Sep 24 2007 - aosthof(a)suse.de
- Fixed missing image line in lilo (#294432)
* Fri Sep 21 2007 - aosthof(a)suse.de
++++++ perl-Bootloader-0.4.31.tar.bz2 -> perl-Bootloader-0.4.32.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/perl-Bootloader-0.4.31/lib/Bootloader/Core/ELILO.pm new/perl-Bootloader-0.4.32/lib/Bootloader/Core/ELILO.pm
--- old/perl-Bootloader-0.4.31/lib/Bootloader/Core/ELILO.pm 2007-04-25 19:13:32.000000000 +0200
+++ new/perl-Bootloader-0.4.32/lib/Bootloader/Core/ELILO.pm 2007-09-26 21:04:19.000000000 +0200
@@ -20,7 +20,7 @@
C<< $files_ref = Bootloader::Core::ELILO->ListFiles (); >>
-C<< $status = Bootloader::Core::ELILO->ParseLines (\%files); >>
+C<< $status = Bootloader::Core::ELILO->ParseLines (\%files, $avoid_reading_device_map); >>
C<< $files_ref = Bootloader::Core::ELILO->CreateLines (); >>
@@ -267,20 +267,24 @@
=item
-C<< $status = Bootloader::Core::ELILO->ParseLines (\%files); >>
+C<< $status = Bootloader::Core::ELILO->ParseLines (\%files, $avoid_reading_device_map); >>
Parses the contents of all files and stores the settings in the
-internal structures. As argument, it takes a hash reference, where
-keys are file names and values are references to lists, each member is
-one line of the file. Returns undef on fail, defined nonzero value on
-success.
+internal structures. As first argument, it takes a hash reference,
+where keys are file names and values are references to lists, each
+member is one line of the file. As second argument, it takes a
+boolean flag that, if set to a true value, causes it to skip
+updating the internal device_map information. The latter argument
+is not used for ELILO. Returns undef on fail, defined nonzero
+value on success.
=cut
-# void ParseLines (map<string,list<string>>)
+# void ParseLines (map<string,list<string>>, boolean)
sub ParseLines {
my $self = shift;
my %files = %{+shift};
+ my $avoid_reading_device_map = shift;
# the only file is /etc/elilo.conf
my @elilo_conf = @{$files{$default_conf} || []};
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/perl-Bootloader-0.4.31/lib/Bootloader/Core/GRUB.pm new/perl-Bootloader-0.4.32/lib/Bootloader/Core/GRUB.pm
--- old/perl-Bootloader-0.4.31/lib/Bootloader/Core/GRUB.pm 2007-09-17 20:39:36.000000000 +0200
+++ new/perl-Bootloader-0.4.32/lib/Bootloader/Core/GRUB.pm 2007-09-26 21:04:19.000000000 +0200
@@ -36,7 +36,7 @@
C<< $files_ref = Bootloader::Core::GRUB->ListFiles (); >>
-C<< $status = Bootloader::Core::GRUB->ParseLines (\%files); >>
+C<< $status = Bootloader::Core::GRUB->ParseLines (\%files, $avoid_reading_device_map); >>
C<< $files_ref = Bootloader::Core::GRUB->CreateLines (); >>
@@ -418,12 +418,13 @@
chomp ($resolved_link);
$dev = "/dev/" . $resolved_link;
}
+ $self->l_milestone ("GRUB::GrubDev2UnixDev: udevinfo returned: $dev");
if (defined ($partition)) {
foreach my $dev_ref (@{$self->{"partitions"}}) {
if ($dev_ref->[1] eq $dev && $dev_ref->[2] == $partition) {
$dev = $dev_ref->[0];
- $self->l_debug ("GRUB::GrubDev2UnixDev: Translated $original to $dev");
+ $self->l_milestone ("GRUB::GrubDev2UnixDev: Translated $original to $dev");
return $dev;
}
}
@@ -685,20 +686,23 @@
}
=item
-C<< $status = Bootloader::Core::GRUB->ParseLines (\%files); >>
+C<< $status = Bootloader::Core::GRUB->ParseLines (\%files, $avoid_reading_device_map); >>
Parses the contents of all files and stores the settings in the
-internal structures. As argument, it takes a hash reference, where
-keys are file names and values are references to lists, each member is
-one line of the file. Returns undef on fail, defined nonzero value on
-success.
+internal structures. As first argument, it takes a hash reference, where
+keys are file names and values are references to lists, each
+member is one line of the file. As second argument, it takes a
+boolean flag that, if set to a true value, causes it to skip
+updating the internal device_map information. Returns undef on
+fail, defined nonzero value on success.
=cut
-# void ParseLines (map<string,list<string>>)
+# void ParseLines (map<string,list<string>>, boolean)
sub ParseLines {
my $self = shift;
my %files = %{+shift};
+ my $avoid_reading_device_map = shift;
#first set the device map - other parsing uses it
my @device_map = @{$files{"/boot/grub/device.map"} || []};
@@ -710,7 +714,7 @@
$devmap{$2} = $1;
}
};
- $self->{"device_map"} = \%devmap;
+ $self->{"device_map"} = \%devmap if (! $avoid_reading_device_map);
# and now proceed with menu.lst
my @menu_lst = @{$files{"/boot/grub/menu.lst"} || []};
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/perl-Bootloader-0.4.31/lib/Bootloader/Core/LILO.pm new/perl-Bootloader-0.4.32/lib/Bootloader/Core/LILO.pm
--- old/perl-Bootloader-0.4.31/lib/Bootloader/Core/LILO.pm 2006-04-03 17:36:14.000000000 +0200
+++ new/perl-Bootloader-0.4.32/lib/Bootloader/Core/LILO.pm 2007-09-26 21:04:19.000000000 +0200
@@ -20,7 +20,7 @@
C<< $files_ref = Bootloader::Core::LILO->ListFiles (); >>
-C<< $status = Bootloader::Core::LILO->ParseLines (\%files); >>
+C<< $status = Bootloader::Core::LILO->ParseLines (\%files, $avoid_reading_device_map); >>
C<< $files_ref = Bootloader::Core::LILO->CreateLines (); >>
@@ -121,20 +121,23 @@
=item
-C<< $status = Bootloader::Core::LILO->ParseLines (\%files); >>
+C<< $status = Bootloader::Core::LILO->ParseLines (\%files, $avoid_reading_device_map); >>
Parses the contents of all files and stores the settings in the
-internal structures. As argument, it takes a hash reference, where
-keys are file names and values are references to lists, each member is
-one line of the file. Returns undef on fail, defined nonzero value on
-success.
+internal structures. As first argument, it takes a hash reference,
+where keys are file names and values are references to lists, each
+member is one line of the file. As second argument, it takes a
+boolean flag that, if set to a true value, causes it to skip
+updating the internal device_map information. Returns undef on
+fail, defined nonzero value on success.
=cut
-# void ParseLines (map<string,list<string>>)
+# void ParseLines (map<string,list<string>>, boolean)
sub ParseLines {
my $self = shift;
my %files = %{+shift};
+ my $avoid_reading_device_map = shift;
# the only file is /etc/lilo.conf
my @lilo_conf = @{$files{"/etc/lilo.conf"} || []};
@@ -165,7 +168,8 @@
$self->{"sections"} = $sect_ref;
$self->{"global"} = $glob_ref;
- $self->{"device_map"} = \%devmap if (scalar (keys (%devmap)) > 0);
+ $self->{"device_map"} = \%devmap if (! $avoid_reading_device_map &&
+ scalar (keys (%devmap)) > 0);
return 1;
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/perl-Bootloader-0.4.31/lib/Bootloader/Core/PowerLILO.pm new/perl-Bootloader-0.4.32/lib/Bootloader/Core/PowerLILO.pm
--- old/perl-Bootloader-0.4.31/lib/Bootloader/Core/PowerLILO.pm 2006-11-17 14:59:53.000000000 +0100
+++ new/perl-Bootloader-0.4.32/lib/Bootloader/Core/PowerLILO.pm 2007-09-26 21:04:19.000000000 +0200
@@ -20,7 +20,7 @@
C<< $files_ref = Bootloader::Core::PowerLILO->ListFiles (); >>
-C<< $status = Bootloader::Core::PowerLILO->ParseLines (\%files); >>
+C<< $status = Bootloader::Core::PowerLILO->ParseLines (\%files, $avoid_reading_device_map); >>
C<< $files_ref = Bootloader::Core::PowerLILO->CreateLines (); >>
@@ -309,20 +309,24 @@
=item
-C<< $status = Bootloader::Core::PowerLILO->ParseLines (\%files); >>
+C<< $status = Bootloader::Core::PowerLILO->ParseLines (\%files, $avoid_reading_device_map); >>
Parses the contents of all files and stores the settings in the
-internal structures. As argument, it takes a hash reference, where
+internal structures. As first argument, it takes a hash reference, where
keys are file names and values are references to lists, each member is
-one line of the file. Returns undef on fail, defined nonzero value on
+one line of the file. As second argument, it takes a boolean flag
+that, if set to a true value, causes it to skip updating the
+internal device_map information. The latter argument is not used
+for PowerLILO. Returns undef on fail, defined nonzero value on
success.
=cut
-# void ParseLines (map<string,list<string>>)
+# void ParseLines (map<string,list<string>>, boolean)
sub ParseLines {
my $self = shift;
my %files = %{+shift};
+ my $avoid_reading_device_map = shift;
# the only file is /etc/lilo.conf
my @lilo_conf = @{$files{"/etc/lilo.conf"} || []};
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/perl-Bootloader-0.4.31/lib/Bootloader/Core/ZIPL.pm new/perl-Bootloader-0.4.32/lib/Bootloader/Core/ZIPL.pm
--- old/perl-Bootloader-0.4.31/lib/Bootloader/Core/ZIPL.pm 2007-07-06 10:32:11.000000000 +0200
+++ new/perl-Bootloader-0.4.32/lib/Bootloader/Core/ZIPL.pm 2007-09-26 21:04:19.000000000 +0200
@@ -26,7 +26,7 @@
C<< $status = Bootloader::Core::ZIPL->FixSectionName ($name, \$names_ref, $type); >>
-C<< $status = Bootloader::Core::ZIPL->ParseLines (\%files); >>
+C<< $status = Bootloader::Core::ZIPL->ParseLines (\%files, $avoid_reading_device_map); >>
C<< $sections_ref Bootloader::Core->SplitLinesToSections (\@lines, \@section_starts); >>
@@ -288,20 +288,24 @@
=item
-C<< $status = Bootloader::Core::ZIPL->ParseLines (\%files); >>
+C<< $status = Bootloader::Core::ZIPL->ParseLines (\%files, $avoid_reading_device_map); >>
Parses the contents of all files and stores the settings in the
-internal structures. As argument, it takes a hash reference, where
-keys are file names and values are references to lists, each member is
-one line of the file. Returns undef on fail, defined nonzero value on
-success.
+internal structures. As first argument, it takes a hash reference,
+where keys are file names and values are references to lists, each
+member is one line of the file. As second argument, it takes a
+boolean flag that, if set to a true value, causes it to skip
+updating the internal device_map information. The latter argument
+is not used for ZIPL. Returns undef on fail, defined nonzero value
+on success.
=cut
-# void ParseLines (map<string,list<string>>)
+# void ParseLines (map<string,list<string>>, boolean)
sub ParseLines {
my $self = shift;
my %files = %{+shift};
+ my $avoid_reading_device_map = shift;
# the only file is /etc/zipl.conf
my @zipl_conf = @{$files{"/etc/zipl.conf"} || []};
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/perl-Bootloader-0.4.31/lib/Bootloader/Library.pm new/perl-Bootloader-0.4.32/lib/Bootloader/Library.pm
--- old/perl-Bootloader-0.4.31/lib/Bootloader/Library.pm 2007-04-02 12:59:58.000000000 +0200
+++ new/perl-Bootloader-0.4.32/lib/Bootloader/Library.pm 2007-09-26 21:04:19.000000000 +0200
@@ -298,6 +298,7 @@
sub ReadSettings {
my $self = shift;
+ my $avoid_reading_device_map = shift;
my $loader = $self->{"loader"};
return undef unless defined $loader;
@@ -307,7 +308,7 @@
{
return undef;
}
- $loader->ParseLines ($files_ref);
+ $loader->ParseLines ($files_ref, $avoid_reading_device_map);
return 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 yast2-control-center-gnome
checked in at Wed Sep 26 21:42:47 CEST 2007.
--------
--- yast2-control-center-gnome/yast2-control-center-gnome.changes 2007-08-25 01:41:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/STABLE/yast2-control-center-gnome/yast2-control-center-gnome.changes 2007-09-26 19:41:36.203259000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 26 18:59:51 CEST 2007 - sreeves(a)suse.de
+
+- Fix for 328615 - untranslated.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-control-center-gnome.spec ++++++
--- /var/tmp/diff_new_pack.K32393/_old 2007-09-26 21:42:22.000000000 +0200
+++ /var/tmp/diff_new_pack.K32393/_new 2007-09-26 21:42:22.000000000 +0200
@@ -14,18 +14,17 @@
BuildRequires: gnome-main-menu-devel libgnome-devel libgnomeui-devel pkgconfig qt3-devel update-desktop-files yast2-devtools
License: GPL v2 or later
Group: System/YaST
-Autoreqprov: on
+AutoReqProv: on
Version: 2.13.2
-Release: 73
+Release: 90
Summary: YaST2 - Control Center (GNOME version)
Source: %{name}-%{version}.tar.gz
-prefix: /usr
-URL: http://en.opensuse.org/YaST2-GTK
+Prefix: /usr
+Url: http://en.opensuse.org/YaST2-GTK
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: gnome-main-menu
Supplements: gnome-main-menu
Provides: yast2-control-center-binary
-
%gconf_schemas_prereq
%description
@@ -63,7 +62,6 @@
rm -rf $RPM_BUILD_ROOT
%pre -f %{name}.schemas_pre
-
%posttrans -f %{name}.schemas_posttrans
%preun -f %{name}.schemas_preun
@@ -75,8 +73,9 @@
%{prefix}/lib/YaST2/bin/y2controlcenter-gnome
%{_datadir}/desktop-directories/yast-gnome*.directory
%doc %{_datadir}/doc/packages/yast2-control-center-gnome
-
%changelog
+* Wed Sep 26 2007 - sreeves(a)suse.de
+- Fix for 328615 - untranslated.
* Sat Aug 25 2007 - sreeves(a)suse.de
- Fix for 247684 - remove empty icon hierarchy
Fix for 8097 - use new yast window icon
++++++ yast2-control-center-gnome-2.13.2.tar.gz ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-control-center-gnome-2.13.2/src/control-center.c new/yast2-control-center-gnome-2.13.2/src/control-center.c
--- old/yast2-control-center-gnome-2.13.2/src/control-center.c 2007-08-31 23:24:34.000000000 +0200
+++ new/yast2-control-center-gnome-2.13.2/src/control-center.c 2007-09-26 17:59:48.000000000 +0200
@@ -116,7 +116,8 @@
GnomeProgram *program;
const gchar *widget_theming_name = "y2ccg-control-center";
- bindtextdomain (GNOME_MAIN_MENU_PACKAGE, "/opt/gnome/share/locale");
+ //Fixme - do not hardcode the path - generate and -D it in the Makefile
+ bindtextdomain (GNOME_MAIN_MENU_PACKAGE, "/usr/share/locale");
bind_textdomain_codeset (GNOME_MAIN_MENU_PACKAGE, "UTF-8");
bindtextdomain (YAST_CC_PACKAGE, "/usr/share/YaST2/locale");
bind_textdomain_codeset (YAST_CC_PACKAGE, "UTF-8");
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 yast2-bootloader
checked in at Wed Sep 26 21:38:15 CEST 2007.
--------
--- yast2-bootloader/yast2-bootloader.changes 2007-09-25 19:07:26.000000000 +0200
+++ /mounts/work_src_done/STABLE/STABLE/yast2-bootloader/yast2-bootloader.changes 2007-09-26 21:24:27.237730000 +0200
@@ -1,0 +2,11 @@
+Wed Sep 26 21:22:58 CEST 2007 - od(a)suse.de
+
+- added flag avoid_reading_device_map to blRead(), all internal
+ Read()s and ReadSettings() interface to perl-Bootloader: used by
+ BootLILO and BootGRUB during update to migrate device names in
+ the device_map and then re-read the config files with correct
+ device name translation (#328448)
+- do not install bootloader in XEN paravirtualized DomU (#308451)
+- 2.15.29
+
+-------------------------------------------------------------------
Old:
----
yast2-bootloader-2.15.28.tar.bz2
New:
----
yast2-bootloader-2.15.29.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-bootloader.spec ++++++
--- /var/tmp/diff_new_pack.F17465/_old 2007-09-26 21:37:55.000000000 +0200
+++ /var/tmp/diff_new_pack.F17465/_new 2007-09-26 21:37:55.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-bootloader (Version 2.15.28)
+# spec file for package yast2-bootloader (Version 2.15.29)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-bootloader
-Version: 2.15.28
+Version: 2.15.29
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-bootloader-2.15.28.tar.bz2
+Source0: yast2-bootloader-2.15.29.tar.bz2
Prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen gcc-c++ libxslt limal-perl perl-Bootloader perl-XML-Writer perl-gettext sgml-skel swig update-alternatives update-desktop-files yast2-devtools yast2-installation yast2-perl-bindings yast2-storage yast2-testsuite
# to eliminate a cyclic dependency in autobuild:
@@ -50,7 +50,7 @@
Olaf Dabrunz
%prep
-%setup -n yast2-bootloader-2.15.28
+%setup -n yast2-bootloader-2.15.29
%build
%{prefix}/bin/y2tool y2autoconf
@@ -94,6 +94,14 @@
/var/adm/fillup-templates/*
/usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc
%changelog
+* Wed Sep 26 2007 - od(a)suse.de
+- added flag avoid_reading_device_map to blRead(), all internal
+ Read()s and ReadSettings() interface to perl-Bootloader: used by
+ BootLILO and BootGRUB during update to migrate device names in
+ the device_map and then re-read the config files with correct
+ device name translation (#328448)
+- do not install bootloader in XEN paravirtualized DomU (#308451)
+- 2.15.29
* Tue Sep 25 2007 - od(a)suse.de
- re-read bootloader config from system after the delayed run of
perl-Bootloader updates, then call FlagOnetimeBoot() based on
++++++ yast2-bootloader-2.15.28.tar.bz2 -> yast2-bootloader-2.15.29.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/src/modules/BootCommon.ycp new/yast2-bootloader-2.15.29/src/modules/BootCommon.ycp
--- old/yast2-bootloader-2.15.28/src/modules/BootCommon.ycp 2007-09-25 11:09:41.000000000 +0200
+++ new/yast2-bootloader-2.15.29/src/modules/BootCommon.ycp 2007-09-26 21:17:09.000000000 +0200
@@ -15,7 +15,7 @@
* Joachim Plack <jplack(a)suse.de>
* Olaf Dabrunz <od(a)suse.de>
*
- * $Id: BootCommon.ycp 41073 2007-09-25 09:09:41Z odabrunz $
+ * $Id: BootCommon.ycp 41120 2007-09-26 19:17:08Z odabrunz $
*
*/
@@ -611,16 +611,18 @@
/**
* Read settings from disk
* @param reread boolean true to force reread settings from system
+ * @param avoid_reading_device_map do not read new device map from file, use
+ * internal data
* @return boolean true on success
*/
-global boolean Read (boolean reread) {
+global boolean Read (boolean reread, boolean avoid_reading_device_map) {
string bl = getLoaderType (false);
if (bl == "none")
return true;
InitializeLibrary (reread, bl);
if (reread)
{
- BootCommon::ReadFiles ();
+ BootCommon::ReadFiles (avoid_reading_device_map);
}
sections = GetSections ();
globals = GetGlobal ();
@@ -925,9 +927,10 @@
if (loader_type == "s390")
loader_type = "zipl";
y2milestone ("Bootloader detection returned %1", loader_type);
- if (Arch::is_uml ())
+ // lslezak@: Arch::is_xenU() returns true only in PV guest
+ if (Arch::is_uml () || Arch::is_xenU())
{
- y2milestone ("Not installing any bootloader for UML");
+ y2milestone ("Not installing any bootloader for UML/Xen PV");
loader_type = "none";
}
if (loader_type == "grub" && Storage::UseLilo())
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/src/modules/BootELILO.ycp new/yast2-bootloader-2.15.29/src/modules/BootELILO.ycp
--- old/yast2-bootloader-2.15.28/src/modules/BootELILO.ycp 2007-09-21 16:18:20.000000000 +0200
+++ new/yast2-bootloader-2.15.29/src/modules/BootELILO.ycp 2007-09-26 21:17:09.000000000 +0200
@@ -16,7 +16,7 @@
* Andreas Schwab <schwab(a)suse.de>
* Philipp Thomas <pth(a)suse.de>
*
- * $Id: BootELILO.ycp 41027 2007-09-21 14:18:17Z odabrunz $
+ * $Id: BootELILO.ycp 41120 2007-09-26 19:17:08Z odabrunz $
*
*/
@@ -202,9 +202,12 @@
/**
* Read settings from disk
+ * @param reread boolean true to force reread settings from system
+ * @param avoid_reading_device_map do not read new device map from file, use
+ * internal data
* @return boolean true on success
*/
-global define boolean Read (boolean reread) {
+global define boolean Read (boolean reread, boolean avoid_reading_device_map) {
import "Product";
boolean efi_entry_found = false;
elilo_conf_filename = getEliloConfFilename ();
@@ -218,7 +221,7 @@
}
SCR::Execute (.target.bash, "/bin/touch /etc/elilo.conf");
BootCommon::DetectDisks ();
- boolean ret = BootCommon::Read (reread);
+ boolean ret = BootCommon::Read (reread, avoid_reading_device_map);
// check for meaningless EFI entry name in sysconfig
if ( !haskey(BootCommon::globals,"boot_efilabel")
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/src/modules/BootGRUB.ycp new/yast2-bootloader-2.15.29/src/modules/BootGRUB.ycp
--- old/yast2-bootloader-2.15.28/src/modules/BootGRUB.ycp 2007-09-21 16:18:21.000000000 +0200
+++ new/yast2-bootloader-2.15.29/src/modules/BootGRUB.ycp 2007-09-26 21:17:10.000000000 +0200
@@ -14,7 +14,7 @@
* Joachim Plack <jplack(a)suse.de>
* Philipp Thomas <pth(a)suse.de>
*
- * $Id: BootGRUB.ycp 41027 2007-09-21 14:18:17Z odabrunz $
+ * $Id: BootGRUB.ycp 41120 2007-09-26 19:17:08Z odabrunz $
*
*/
@@ -617,15 +617,17 @@
/**
* Read settings from disk
* @param reread boolean true to force reread settings from system
+ * @param avoid_reading_device_map do not read new device map from file, use
+ * internal data
* @return boolean true on success
*/
-global boolean Read (boolean reread) {
+global boolean Read (boolean reread, boolean avoid_reading_device_map) {
BootCommon::InitializeLibrary (reread, "grub");
if (reread) {
- BootCommon::ReadFiles ();
+ BootCommon::ReadFiles (avoid_reading_device_map);
}
grub_DetectDisks ();
- boolean ret = BootCommon::Read (false);
+ boolean ret = BootCommon::Read (false, avoid_reading_device_map);
// refresh device map if not read
if (BootCommon::device_mapping == nil
|| size (BootCommon::device_mapping) == 0)
@@ -957,6 +959,18 @@
*/
global define void Update () {
BootCommon::UpdateDeviceMap ();
+
+ // During update, for libata device name migration ("/dev/hda1" ->
+ // "/dev/sda1") and somesuch, we need to re-read and parse the rest of the
+ // configuration file contents after internally updating the device map in
+ // perl-Bootloader. This way, the device names are consistent with the
+ // partitioning information we have set up in perl-Bootloader with
+ // SetDiskInfo(), and device names in other config files can be translated
+ // to Unix device names (#328448, this hits sections that are not
+ // (re-)created by yast-Bootloader or later by perl-Bootloader anyway).
+ BootCommon::SetDeviceMap (BootCommon::device_mapping);
+ Read (true, true);
+
BootCommon::UpdateSections (true, CreateLinuxSection);
BootCommon::UpdateGlobals ();
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/src/modules/BootLILO.ycp new/yast2-bootloader-2.15.29/src/modules/BootLILO.ycp
--- old/yast2-bootloader-2.15.28/src/modules/BootLILO.ycp 2007-09-21 16:18:22.000000000 +0200
+++ new/yast2-bootloader-2.15.29/src/modules/BootLILO.ycp 2007-09-26 21:17:11.000000000 +0200
@@ -13,7 +13,7 @@
* Jiri Srain <jsrain(a)suse.cz>
* Philipp Thomas <pth(a)suse.de>
*
- * $Id: BootLILO.ycp 41027 2007-09-21 14:18:17Z odabrunz $
+ * $Id: BootLILO.ycp 41120 2007-09-26 19:17:08Z odabrunz $
*
*/
@@ -163,16 +163,18 @@
/**
* Read settings from disk
* @param reread boolean true to force reread settings from system
+ * @param avoid_reading_device_map do not read new device map from file, use
+ * internal data
* @return boolean true on success
*/
-global boolean Read (boolean reread) {
+global boolean Read (boolean reread, boolean avoid_reading_device_map) {
BootCommon::InitializeLibrary (reread, "lilo");
if (reread)
{
- BootCommon::ReadFiles ();
+ BootCommon::ReadFiles (avoid_reading_device_map);
}
BootCommon::DetectDisks ();
- boolean ret = BootCommon::Read (false);
+ boolean ret = BootCommon::Read (false, avoid_reading_device_map);
BootCommon::loader_device = BootCommon::globals["stage1_dev"]:"";
return ret;
}
@@ -198,6 +200,18 @@
*/
global void Update () {
BootCommon::UpdateDeviceMap ();
+
+ // During update, for libata device name migration ("/dev/hda1" ->
+ // "/dev/sda1") and somesuch, we need to re-read and parse the rest of the
+ // configuration file contents after internally updating the device map in
+ // perl-Bootloader. This way, the device names are consistent with the
+ // partitioning information we have set up in perl-Bootloader with
+ // SetDiskInfo(), and device names in other config files can be translated
+ // to Unix device names (#328448, this hits sections that are not
+ // (re-)created by yast-Bootloader or later by perl-Bootloader anyway).
+ BootCommon::SetDeviceMap (BootCommon::device_mapping);
+ Read (true, true);
+
BootCommon::UpdateSections (true, BootCommon::CreateLinuxSection);
BootCommon::UpdateGlobals ();
BootCommon::loader_device
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/src/modules/Bootloader_API.pm new/yast2-bootloader-2.15.29/src/modules/Bootloader_API.pm
--- old/yast2-bootloader-2.15.28/src/modules/Bootloader_API.pm 2007-07-03 14:23:08.000000000 +0200
+++ new/yast2-bootloader-2.15.29/src/modules/Bootloader_API.pm 2007-09-26 19:41:02.000000000 +0200
@@ -80,10 +80,11 @@
return $ret;
}
-BEGIN { $TYPEINFO{readSettings} = ["function", "boolean"]; }
+BEGIN { $TYPEINFO{readSettings} = ["function", "boolean", "boolean"]; }
# read configuration
sub readSettings() {
- my $ret = $lib_ref->ReadSettings();
+ my ($avoid_reading_device_map) = @_;
+ my $ret = $lib_ref->ReadSettings($avoid_reading_device_map);
DumpLog();
return $ret ? "true" : "false";
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/src/modules/Bootloader.ycp new/yast2-bootloader-2.15.29/src/modules/Bootloader.ycp
--- old/yast2-bootloader-2.15.28/src/modules/Bootloader.ycp 2007-09-21 16:18:24.000000000 +0200
+++ new/yast2-bootloader-2.15.29/src/modules/Bootloader.ycp 2007-09-26 21:17:13.000000000 +0200
@@ -11,7 +11,7 @@
* Authors:
* Jiri Srain <jsrain(a)suse.cz>
*
- * $Id: Bootloader.ycp 41027 2007-09-21 14:18:17Z odabrunz $
+ * $Id: Bootloader.ycp 41120 2007-09-26 19:17:08Z odabrunz $
*
*/
@@ -223,7 +223,7 @@
if (testAbort ())
return false;
- boolean ret = blRead (true);
+ boolean ret = blRead (true, false);
BootCommon::was_read = true;
old_vga = getKernelParam (getDefaultSection (), "vga");
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/src/modules/BootPOWERLILO.ycp new/yast2-bootloader-2.15.29/src/modules/BootPOWERLILO.ycp
--- old/yast2-bootloader-2.15.28/src/modules/BootPOWERLILO.ycp 2007-09-21 16:18:23.000000000 +0200
+++ new/yast2-bootloader-2.15.29/src/modules/BootPOWERLILO.ycp 2007-09-26 21:17:11.000000000 +0200
@@ -16,7 +16,7 @@
* Olaf Dabrunz <od(a)suse.de>
* Philipp Thomas <pth(a)suse.de>
*
- * $Id: BootPOWERLILO.ycp 41027 2007-09-21 14:18:17Z odabrunz $
+ * $Id: BootPOWERLILO.ycp 41120 2007-09-26 19:17:08Z odabrunz $
*
*/
@@ -821,15 +821,18 @@
/**
* Read settings from disk
+ * @param reread boolean true to force reread settings from system
+ * @param avoid_reading_device_map do not read new device map from file, use
+ * internal data
* @return boolean true on success
*/
-global boolean Read (boolean reread) {
+global boolean Read (boolean reread, boolean avoid_reading_device_map) {
BootCommon::InitializeLibrary (reread, "ppc");
if (reread) {
- BootCommon::ReadFiles ();
+ BootCommon::ReadFiles (avoid_reading_device_map);
}
- boolean ret = BootCommon::Read (false);
+ boolean ret = BootCommon::Read (false, avoid_reading_device_map);
y2milestone (":: Read globals: %1", BootCommon::globals);
importMetaData();
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/src/modules/BootZIPL.ycp new/yast2-bootloader-2.15.29/src/modules/BootZIPL.ycp
--- old/yast2-bootloader-2.15.28/src/modules/BootZIPL.ycp 2007-08-31 12:05:43.000000000 +0200
+++ new/yast2-bootloader-2.15.29/src/modules/BootZIPL.ycp 2007-09-26 21:17:12.000000000 +0200
@@ -14,7 +14,7 @@
* Jiri Srain <jsrain(a)suse.cz>
* Philipp Thomas <pth(a)suse.de>
*
- * $Id: BootZIPL.ycp 40623 2007-08-30 13:49:53Z pth $
+ * $Id: BootZIPL.ycp 41120 2007-09-26 19:17:08Z odabrunz $
*
*/
@@ -163,15 +163,17 @@
/**
* Read settings from disk
* @param reread boolean true to force reread settings from system
+ * @param avoid_reading_device_map do not read new device map from file, use
+ * internal data
* @return boolean true on success
*/
-global boolean Read (boolean reread) {
+global boolean Read (boolean reread, boolean avoid_reading_device_map) {
BootCommon::InitializeLibrary (reread, "zipl");
if (reread) {
- BootCommon::ReadFiles ();
+ BootCommon::ReadFiles (avoid_reading_device_map);
}
BootCommon::DetectDisks ();
- boolean ret = BootCommon::Read (false);
+ boolean ret = BootCommon::Read (false, avoid_reading_device_map);
return ret;
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/src/routines/dialogs.ycp new/yast2-bootloader-2.15.29/src/routines/dialogs.ycp
--- old/yast2-bootloader-2.15.28/src/routines/dialogs.ycp 2006-05-29 12:12:44.000000000 +0200
+++ new/yast2-bootloader-2.15.29/src/routines/dialogs.ycp 2007-09-26 21:17:14.000000000 +0200
@@ -11,7 +11,7 @@
* Authors:
* Jiri Srain <jsrain(a)suse.cz>
*
- * $Id: dialogs.ycp 31102 2006-05-22 16:54:46Z jplack $
+ * $Id: dialogs.ycp 41120 2007-09-26 19:17:08Z odabrunz $
*
*/
@@ -367,7 +367,7 @@
{
files[filename] = (string)UI::QueryWidget (`id (`file), `Value);
BootCommon::SetFilesContents (files);
- Bootloader::blRead (false);
+ Bootloader::blRead (false, false);
BootCommon::changed = true;
BootCommon::location_changed = true;
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/src/routines/lib_iface.ycp new/yast2-bootloader-2.15.29/src/routines/lib_iface.ycp
--- old/yast2-bootloader-2.15.28/src/routines/lib_iface.ycp 2007-02-26 18:43:44.000000000 +0100
+++ new/yast2-bootloader-2.15.29/src/routines/lib_iface.ycp 2007-09-26 21:17:14.000000000 +0200
@@ -11,7 +11,7 @@
* Authors:
* Jiri Srain <jsrain(a)suse.cz>
*
- * $Id: lib_iface.ycp 36516 2007-02-26 17:43:40Z odabrunz $
+ * $Id: lib_iface.ycp 41120 2007-09-26 19:17:08Z odabrunz $
*
* WARNING:
* To be included to BootCommon.ycp only
@@ -284,11 +284,13 @@
/**
* Read the files from the system to internal cache of the library
+ * @param avoid_reading_device_map do not read the device map, but use internal
+ * data
* @return boolean true on success
*/
-global boolean ReadFiles () {
+global boolean ReadFiles (boolean avoid_reading_device_map) {
y2milestone ("Reading Files");
- boolean ret = System::Bootloader_API::readSettings ();
+ boolean ret = System::Bootloader_API::readSettings (avoid_reading_device_map);
if (! ret)
y2error ("Reading files failed");
return ret;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/src/routines/switcher.ycp new/yast2-bootloader-2.15.29/src/routines/switcher.ycp
--- old/yast2-bootloader-2.15.28/src/routines/switcher.ycp 2007-08-10 19:25:35.000000000 +0200
+++ new/yast2-bootloader-2.15.29/src/routines/switcher.ycp 2007-09-26 21:17:15.000000000 +0200
@@ -11,7 +11,7 @@
* Authors:
* Jiri Srain <jsrain(a)suse.cz>
*
- * $Id: switcher.ycp 40210 2007-08-10 17:25:35Z odabrunz $
+ * $Id: switcher.ycp 41120 2007-09-26 19:17:08Z odabrunz $
*
*/
@@ -79,10 +79,10 @@
* @param reread boolean true to force rereading the settings from the disk
* @return boolean true on success
*/
-global define boolean blRead (boolean reread) ``{
+global define boolean blRead (boolean reread, boolean avoid_reading_device_map) ``{
map functions = getFunctions (BootCommon::getLoaderType (false));
- boolean(boolean) toEval = functions["read"]:BootCommon::Read;
- return toEval (reread);
+ boolean(boolean, boolean) toEval = functions["read"]:BootCommon::Read;
+ return toEval (reread, avoid_reading_device_map);
}
/**
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-bootloader-2.15.28/VERSION new/yast2-bootloader-2.15.29/VERSION
--- old/yast2-bootloader-2.15.28/VERSION 2007-09-25 13:53:13.000000000 +0200
+++ new/yast2-bootloader-2.15.29/VERSION 2007-09-26 21:22:50.000000000 +0200
@@ -1 +1 @@
-2.15.28
+2.15.29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 libgnome
checked in at Wed Sep 26 20:39:50 CEST 2007.
--------
--- GNOME/libgnome/libgnome.changes 2007-09-17 18:51:42.000000000 +0200
+++ /mounts/work_src_done/STABLE/STABLE/libgnome/libgnome.changes 2007-09-26 18:15:46.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 26 18:15:28 CEST 2007 - sbrabec(a)suse.cz
+
+- Do not patch autogenerated file (#328562).
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgnome.spec ++++++
--- /var/tmp/diff_new_pack.e25708/_old 2007-09-26 20:39:35.000000000 +0200
+++ /var/tmp/diff_new_pack.e25708/_new 2007-09-26 20:39:35.000000000 +0200
@@ -15,7 +15,7 @@
License: GPL v2 or later, LGPL v2 or later
Group: Development/Libraries/GNOME
Version: 2.20.0
-Release: 2
+Release: 5
Summary: The GNOME 2.x Desktop Base Libraries
Url: http://www.gnome.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -145,8 +145,9 @@
%files doc
%defattr(-, root, root)
%{_datadir}/gtk-doc/html/libgnome
-
%changelog
+* Wed Sep 26 2007 - sbrabec(a)suse.cz
+- Do not patch autogenerated file (#328562).
* Mon Sep 17 2007 - sbrabec(a)suse.cz
- Updated to version 2.20.0:
* Build fixes
++++++ libgnome_preconf.diff ++++++
--- /var/tmp/diff_new_pack.e25708/_old 2007-09-26 20:39:37.000000000 +0200
+++ /var/tmp/diff_new_pack.e25708/_new 2007-09-26 20:39:37.000000000 +0200
@@ -1,5 +1,5 @@
---- schemas/desktop_gnome_background.schemas.in
-+++ schemas/desktop_gnome_background.schemas.in
+--- schemas/desktop_gnome_background.schemas.in.in
++++ schemas/desktop_gnome_background.schemas.in.in
@@ -16,7 +16,7 @@
<applyto>/desktop/gnome/background/picture_options</applyto>
<owner>gnome</owner>
@@ -13,8 +13,8 @@
<applyto>/desktop/gnome/background/picture_filename</applyto>
<owner>gnome</owner>
<type>string</type>
-- <default>/usr/share/pixmaps/backgrounds/gnome/background-default.jpg</default>
-+ <default>/usr/share/wallpapers/default-1600x1200.jpg</default>
+- <default>@datadir@/pixmaps/backgrounds/gnome/background-default.jpg</default>
++ <default>@datadir@/wallpapers/default-1600x1200.jpg</default>
<locale name="C">
<short>Picture Filename</short>
<long>File to use for the background image</long>
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 yast2-live-installer
checked in at Wed Sep 26 17:25:58 CEST 2007.
--------
--- yast2-live-installer/yast2-live-installer.changes 2007-09-26 15:27:37.000000000 +0200
+++ /mounts/work_src_done/STABLE/STABLE/yast2-live-installer/yast2-live-installer.changes 2007-09-26 17:20:42.747124000 +0200
@@ -1,0 +2,6 @@
+Wed Sep 26 17:16:13 CEST 2007 - jsrain(a)suse.cz
+
+- added missing step to prepare internet test (#325560)
+- 2.15.12
+
+-------------------------------------------------------------------
Old:
----
yast2-live-installer-2.15.11.tar.bz2
New:
----
yast2-live-installer-2.15.12.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-live-installer.spec ++++++
--- /var/tmp/diff_new_pack.o13508/_old 2007-09-26 17:25:43.000000000 +0200
+++ /var/tmp/diff_new_pack.o13508/_new 2007-09-26 17:25:43.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-live-installer (Version 2.15.11)
+# spec file for package yast2-live-installer (Version 2.15.12)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-live-installer
-Version: 2.15.11
+Version: 2.15.12
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-live-installer-2.15.11.tar.bz2
+Source0: yast2-live-installer-2.15.12.tar.bz2
Prefix: /usr
Requires: yast2
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite
@@ -34,7 +34,7 @@
Jiri Srain <jsrain(a)suse.cz>
%prep
-%setup -n yast2-live-installer-2.15.11
+%setup -n yast2-live-installer-2.15.12
%build
%{prefix}/bin/y2tool y2autoconf
@@ -66,6 +66,9 @@
%doc %{prefix}/share/doc/packages/yast2-live-installer
%changelog
* Wed Sep 26 2007 - jsrain(a)suse.cz
+- added missing step to prepare internet test (#325560)
+- 2.15.12
+* Wed Sep 26 2007 - jsrain(a)suse.cz
- go directly to full installation proposal (#310883)
- 2.15.11
* Fri Sep 21 2007 - locilka(a)suse.cz
++++++ yast2-live-installer-2.15.11.tar.bz2 -> yast2-live-installer-2.15.12.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-live-installer-2.15.11/configure new/yast2-live-installer-2.15.12/configure
--- old/yast2-live-installer-2.15.11/configure 2007-09-26 15:27:02.000000000 +0200
+++ new/yast2-live-installer-2.15.12/configure 2007-09-26 17:19:26.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for yast2-live-installer 2.15.11.
+# Generated by GNU Autoconf 2.61 for yast2-live-installer 2.15.12.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -574,8 +574,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-live-installer'
PACKAGE_TARNAME='yast2-live-installer'
-PACKAGE_VERSION='2.15.11'
-PACKAGE_STRING='yast2-live-installer 2.15.11'
+PACKAGE_VERSION='2.15.12'
+PACKAGE_STRING='yast2-live-installer 2.15.12'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
@@ -1199,7 +1199,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures yast2-live-installer 2.15.11 to adapt to many kinds of systems.
+\`configure' configures yast2-live-installer 2.15.12 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1270,7 +1270,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-live-installer 2.15.11:";;
+ short | recursive ) echo "Configuration of yast2-live-installer 2.15.12:";;
esac
cat <<\_ACEOF
@@ -1348,7 +1348,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-yast2-live-installer configure 2.15.11
+yast2-live-installer configure 2.15.12
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1362,7 +1362,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by yast2-live-installer $as_me 2.15.11, which was
+It was created by yast2-live-installer $as_me 2.15.12, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2183,7 +2183,7 @@
# Define the identity of the package.
PACKAGE='yast2-live-installer'
- VERSION='2.15.11'
+ VERSION='2.15.12'
cat >>confdefs.h <<_ACEOF
@@ -2410,7 +2410,7 @@
-VERSION="2.15.11"
+VERSION="2.15.12"
RPMNAME="yast2-live-installer"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
@@ -3401,7 +3401,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by yast2-live-installer $as_me 2.15.11, which was
+This file was extended by yast2-live-installer $as_me 2.15.12, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3444,7 +3444,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-yast2-live-installer config.status 2.15.11
+yast2-live-installer config.status 2.15.12
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-live-installer-2.15.11/configure.in new/yast2-live-installer-2.15.12/configure.in
--- old/yast2-live-installer-2.15.11/configure.in 2007-09-26 15:26:56.000000000 +0200
+++ new/yast2-live-installer-2.15.12/configure.in 2007-09-26 17:19:22.000000000 +0200
@@ -3,7 +3,7 @@
dnl -- This file is generated by y2autoconf 2.15.8 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-live-installer, 2.15.11, http://bugs.opensuse.org/, yast2-live-installer)
+AC_INIT(yast2-live-installer, 2.15.12, http://bugs.opensuse.org/, yast2-live-installer)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.15.11"
+VERSION="2.15.12"
RPMNAME="yast2-live-installer"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-live-installer-2.15.11/src/control/live-install.xml new/yast2-live-installer-2.15.12/src/control/live-install.xml
--- old/yast2-live-installer-2.15.11/src/control/live-install.xml 2007-09-26 15:12:24.000000000 +0200
+++ new/yast2-live-installer-2.15.12/src/control/live-install.xml 2007-09-26 16:45:46.000000000 +0200
@@ -213,6 +213,10 @@
</module>
<module>
<label>Online Update</label>
+ <name>inst_live_prepare_net_test</name>
+ </module>
+ <module>
+ <label>Online Update</label>
<name>inst_do_net_test</name>
</module>
<!--
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-live-installer-2.15.11/src/inst_live_prepare_net_test.ycp new/yast2-live-installer-2.15.12/src/inst_live_prepare_net_test.ycp
--- old/yast2-live-installer-2.15.11/src/inst_live_prepare_net_test.ycp 1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-live-installer-2.15.12/src/inst_live_prepare_net_test.ycp 2007-09-26 16:43:17.000000000 +0200
@@ -0,0 +1,44 @@
+/**
+ * File: clients/inst_live_prepare_net_test.ycp
+ * Package: Network configuration
+ * Summary: Configuration dialogs for installation
+ * Authors: Michal Svec <msvec(a)suse.cz>
+ * Arvin Schnell <arvin(a)suse.de>
+ *
+ * $Id: inst_ask_net_test.ycp 27667 2006-02-07 10:33:15Z mvidner $
+ */
+
+{
+
+textdomain "network";
+
+import "GetInstArgs";
+import "Internet";
+import "Mode";
+
+include "network/routines.ycp";
+include "network/installation/dialogs.ycp";
+
+if(GetInstArgs::going_back())
+ return `auto;
+
+if (Mode::update ())
+{
+ // FIXME should be made somewhere else
+
+ y2milestone ("starting network");
+ SCR::Execute (.target.bash, "/sbin/rcnetwork start");
+ sleep (1);
+}
+
+/* Nothing to test */
+if(!Internet::FindFastest())
+{
+ Internet::do_test = false;
+ return `auto;
+}
+
+return `next;
+
+/* EOF */
+}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-live-installer-2.15.11/src/Makefile.am new/yast2-live-installer-2.15.12/src/Makefile.am
--- old/yast2-live-installer-2.15.11/src/Makefile.am 2007-09-26 15:12:24.000000000 +0200
+++ new/yast2-live-installer-2.15.12/src/Makefile.am 2007-09-26 17:06:45.000000000 +0200
@@ -14,7 +14,8 @@
inst_live_welcome.ycp \
inst_live_full_proposal.ycp \
inst_live_simple_proposal.ycp \
- inst_live_cleanup.ycp
+ inst_live_cleanup.ycp \
+ inst_live_prepare_net_test.ycp
desktop_DATA = \
live-installer.desktop
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-live-installer-2.15.11/src/Makefile.in new/yast2-live-installer-2.15.12/src/Makefile.in
--- old/yast2-live-installer-2.15.11/src/Makefile.in 2007-09-26 15:27:03.000000000 +0200
+++ new/yast2-live-installer-2.15.12/src/Makefile.in 2007-09-26 17:19:27.000000000 +0200
@@ -203,7 +203,8 @@
inst_live_welcome.ycp \
inst_live_full_proposal.ycp \
inst_live_simple_proposal.ycp \
- inst_live_cleanup.ycp
+ inst_live_cleanup.ycp \
+ inst_live_prepare_net_test.ycp
desktop_DATA = \
live-installer.desktop
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-live-installer-2.15.11/VERSION new/yast2-live-installer-2.15.12/VERSION
--- old/yast2-live-installer-2.15.11/VERSION 2007-09-26 15:12:54.000000000 +0200
+++ new/yast2-live-installer-2.15.12/VERSION 2007-09-26 17:16:47.000000000 +0200
@@ -1 +1 @@
-2.15.11
+2.15.12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 yast2-live-installer
checked in at Wed Sep 26 17:09:22 CEST 2007.
--------
--- yast2-live-installer/yast2-live-installer.changes 2007-09-21 11:04:38.000000000 +0200
+++ /mounts/work_src_done/STABLE/STABLE/yast2-live-installer/yast2-live-installer.changes 2007-09-26 15:27:37.592302000 +0200
@@ -1,0 +2,6 @@
+Wed Sep 26 15:12:33 CEST 2007 - jsrain(a)suse.cz
+
+- go directly to full installation proposal (#310883)
+- 2.15.11
+
+-------------------------------------------------------------------
Old:
----
yast2-live-installer-2.15.10.tar.bz2
New:
----
yast2-live-installer-2.15.11.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-live-installer.spec ++++++
--- /var/tmp/diff_new_pack.QL2187/_old 2007-09-26 17:09:19.000000000 +0200
+++ /var/tmp/diff_new_pack.QL2187/_new 2007-09-26 17:09:19.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-live-installer (Version 2.15.10)
+# spec file for package yast2-live-installer (Version 2.15.11)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-live-installer
-Version: 2.15.10
+Version: 2.15.11
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-live-installer-2.15.10.tar.bz2
+Source0: yast2-live-installer-2.15.11.tar.bz2
Prefix: /usr
Requires: yast2
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite
@@ -34,7 +34,7 @@
Jiri Srain <jsrain(a)suse.cz>
%prep
-%setup -n yast2-live-installer-2.15.10
+%setup -n yast2-live-installer-2.15.11
%build
%{prefix}/bin/y2tool y2autoconf
@@ -65,6 +65,9 @@
/etc/YaST2/live-install.xml
%doc %{prefix}/share/doc/packages/yast2-live-installer
%changelog
+* Wed Sep 26 2007 - jsrain(a)suse.cz
+- go directly to full installation proposal (#310883)
+- 2.15.11
* Fri Sep 21 2007 - locilka(a)suse.cz
- Calling /usr/bin/correct_live_install script if it exists
(#326800).
++++++ yast2-live-installer-2.15.10.tar.bz2 -> yast2-live-installer-2.15.11.tar.bz2 ++++++
++++ 3745 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/yast2-live-installer-2.15.10/configure.in new/yast2-live-installer-2.15.11/configure.in
--- old/yast2-live-installer-2.15.10/configure.in 2007-09-14 13:59:10.000000000 +0200
+++ new/yast2-live-installer-2.15.11/configure.in 2007-09-26 15:26:56.000000000 +0200
@@ -1,9 +1,9 @@
dnl configure.in for yast2-live-installer
dnl
-dnl -- This file is generated by y2autoconf 2.15.7 - DO NOT EDIT! --
+dnl -- This file is generated by y2autoconf 2.15.8 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-live-installer, 2.15.8, http://bugs.opensuse.org/, yast2-live-installer)
+AC_INIT(yast2-live-installer, 2.15.11, http://bugs.opensuse.org/, yast2-live-installer)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.15.8"
+VERSION="2.15.11"
RPMNAME="yast2-live-installer"
MAINTAINER="Jiri Srain <jsrain(a)suse.cz>"
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/yast2-live-installer-2.15.10/missing new/yast2-live-installer-2.15.11/missing
--- old/yast2-live-installer-2.15.10/missing 2007-09-14 13:59:16.000000000 +0200
+++ new/yast2-live-installer-2.15.11/missing 2007-09-26 15:27:03.000000000 +0200
@@ -1,9 +1,9 @@
#! /bin/sh
# Common stub for a few missing GNU programs while installing.
-scriptversion=2005-06-08.21
+scriptversion=2006-05-10.23
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
# Free Software Foundation, Inc.
# Originally by Fran,cois Pinard <pinard(a)iro.umontreal.ca>, 1996.
@@ -33,6 +33,8 @@
fi
run=:
+sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
+sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
# In the cases where this matters, `missing' is being run in the
# srcdir already.
@@ -44,7 +46,7 @@
msg="missing on your system"
-case "$1" in
+case $1 in
--run)
# Try to run requested program, and just exit if it succeeds.
run=
@@ -77,6 +79,7 @@
aclocal touch file \`aclocal.m4'
autoconf touch file \`configure'
autoheader touch file \`config.h.in'
+ autom4te touch the output file, or create a stub one
automake touch all \`Makefile.in' files
bison create \`y.tab.[ch]', if possible, from existing .[ch]
flex create \`lex.yy.c', if possible, from existing .c
@@ -106,7 +109,7 @@
# Now exit if we have it, but it failed. Also exit now if we
# don't have it and --version was passed (most likely to detect
# the program).
-case "$1" in
+case $1 in
lex|yacc)
# Not GNU programs, they don't have --version.
;;
@@ -135,7 +138,7 @@
# If it does not exist, or fails to run (possibly an outdated version),
# try to emulate it.
-case "$1" in
+case $1 in
aclocal*)
echo 1>&2 "\
WARNING: \`$1' is $msg. You should only need it if
@@ -164,7 +167,7 @@
test -z "$files" && files="config.h"
touch_files=
for f in $files; do
- case "$f" in
+ case $f in
*:*) touch_files="$touch_files "`echo "$f" |
sed -e 's/^[^:]*://' -e 's/:.*//'`;;
*) touch_files="$touch_files $f.in";;
@@ -192,8 +195,8 @@
You can get \`$1' as part of \`Autoconf' from any GNU
archive site."
- file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
- test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
+ file=`echo "$*" | sed -n "$sed_output"`
+ test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
if test -f "$file"; then
touch $file
else
@@ -214,25 +217,25 @@
in order for those modifications to take effect. You can get
\`Bison' from any GNU archive site."
rm -f y.tab.c y.tab.h
- if [ $# -ne 1 ]; then
+ if test $# -ne 1; then
eval LASTARG="\${$#}"
- case "$LASTARG" in
+ case $LASTARG in
*.y)
SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
- if [ -f "$SRCFILE" ]; then
+ if test -f "$SRCFILE"; then
cp "$SRCFILE" y.tab.c
fi
SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
- if [ -f "$SRCFILE" ]; then
+ if test -f "$SRCFILE"; then
cp "$SRCFILE" y.tab.h
fi
;;
esac
fi
- if [ ! -f y.tab.h ]; then
+ if test ! -f y.tab.h; then
echo >y.tab.h
fi
- if [ ! -f y.tab.c ]; then
+ if test ! -f y.tab.c; then
echo 'main() { return 0; }' >y.tab.c
fi
;;
@@ -244,18 +247,18 @@
in order for those modifications to take effect. You can get
\`Flex' from any GNU archive site."
rm -f lex.yy.c
- if [ $# -ne 1 ]; then
+ if test $# -ne 1; then
eval LASTARG="\${$#}"
- case "$LASTARG" in
+ case $LASTARG in
*.l)
SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
- if [ -f "$SRCFILE" ]; then
+ if test -f "$SRCFILE"; then
cp "$SRCFILE" lex.yy.c
fi
;;
esac
fi
- if [ ! -f lex.yy.c ]; then
+ if test ! -f lex.yy.c; then
echo 'main() { return 0; }' >lex.yy.c
fi
;;
@@ -267,11 +270,9 @@
\`Help2man' package in order for those modifications to take
effect. You can get \`Help2man' from any GNU archive site."
- file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
- if test -z "$file"; then
- file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
- fi
- if [ -f "$file" ]; then
+ file=`echo "$*" | sed -n "$sed_output"`
+ test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
+ if test -f "$file"; then
touch $file
else
test -z "$file" || exec >$file
@@ -289,11 +290,17 @@
DU, IRIX). You might want to install the \`Texinfo' package or
the \`GNU make' package. Grab either from any GNU archive site."
# The file to touch is that specified with -o ...
- file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
+ file=`echo "$*" | sed -n "$sed_output"`
+ test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
if test -z "$file"; then
# ... or it is the one specified with @setfilename ...
infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
- file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
+ file=`sed -n '
+ /^@setfilename/{
+ s/.* \([^ ]*\) *$/\1/
+ p
+ q
+ }' $infile`
# ... or it is derived from the source name (dir/f.texi becomes f.info)
test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
fi
@@ -317,13 +324,13 @@
fi
firstarg="$1"
if shift; then
- case "$firstarg" in
+ case $firstarg in
*o*)
firstarg=`echo "$firstarg" | sed s/o//`
tar "$firstarg" "$@" && exit 0
;;
esac
- case "$firstarg" in
+ case $firstarg in
*h*)
firstarg=`echo "$firstarg" | sed s/h//`
tar "$firstarg" "$@" && exit 0
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/yast2-live-installer-2.15.10/src/control/live-install.xml new/yast2-live-installer-2.15.11/src/control/live-install.xml
--- old/yast2-live-installer-2.15.10/src/control/live-install.xml 2007-09-14 14:42:54.000000000 +0200
+++ new/yast2-live-installer-2.15.11/src/control/live-install.xml 2007-09-26 15:12:24.000000000 +0200
@@ -149,6 +149,7 @@
<label>License Agreement</label>
<name>inst_license</name>
</module>
+<!--
<module>
<label>Installation Settings</label>
<name>inst_live_simple_proposal</name>
@@ -159,6 +160,12 @@
<name>inst_live_full_proposal</name>
<proposal>initial</proposal>
</module>
+-->
+ <module>
+ <label>Installation Settings</label>
+ <name>inst_proposal</name>
+ <proposal>initial</proposal>
+ </module>
<module>
<label>Perform Installation</label>
<name>inst_do_resize</name>
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/yast2-live-installer-2.15.10/VERSION new/yast2-live-installer-2.15.11/VERSION
--- old/yast2-live-installer-2.15.10/VERSION 2007-09-21 11:03:04.000000000 +0200
+++ new/yast2-live-installer-2.15.11/VERSION 2007-09-26 15:12:54.000000000 +0200
@@ -1 +1 @@
-2.15.10
+2.15.11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 yast2-trans-ro
checked in at Wed Sep 26 15:12:31 CEST 2007.
--------
--- yast2-trans-ro/yast2-trans-ro.changes 2007-09-25 16:54:04.000000000 +0200
+++ /mounts/work_src_done/NOARCH/NOARCH/yast2-trans-ro/yast2-trans-ro.changes 2007-09-26 14:17:24.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 26 14:17:24 2007 - ke(a)suse.de
+
+- Update to version 2.15.24.
+
+------------------------------------------------------------------------
Old:
----
yast2-trans-ro-2.15.23.tar.bz2
New:
----
yast2-trans-ro-2.15.24.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-trans-ro.spec ++++++
--- /var/tmp/diff_new_pack.pn8879/_old 2007-09-26 15:12:24.000000000 +0200
+++ /var/tmp/diff_new_pack.pn8879/_new 2007-09-26 15:12:24.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-trans-ro (Version 2.15.23)
+# spec file for package yast2-trans-ro (Version 2.15.24)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-trans-ro
-Version: 2.15.23
+Version: 2.15.24
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-trans-ro-2.15.23.tar.bz2
+Source0: yast2-trans-ro-2.15.24.tar.bz2
Prefix: /usr
Provides: locale(yast2:ro)
BuildRequires: pkgconfig yast2-devtools
@@ -30,7 +30,7 @@
%prep
-%setup -n yast2-trans-ro-2.15.23
+%setup -n yast2-trans-ro-2.15.24
%build
autoreconf --force --install
@@ -62,6 +62,8 @@
%dir /usr/share/YaST2/locale
%lang(ro) /usr/share/YaST2/locale/ro
%changelog
+* Wed Sep 26 2007 - ke(a)suse.de
+- Update to version 2.15.24.
* Tue Sep 25 2007 - ke(a)suse.de
- Update to version 2.15.23.
* Tue Sep 25 2007 - ke(a)suse.de
++++++ yast2-trans-ro-2.15.23.tar.bz2 -> yast2-trans-ro-2.15.24.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-ro-2.15.23/configure new/yast2-trans-ro-2.15.24/configure
--- old/yast2-trans-ro-2.15.23/configure 2007-09-25 16:54:13.000000000 +0200
+++ new/yast2-trans-ro-2.15.24/configure 2007-09-26 14:17:33.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.60 for yast2-trans-ro 2.15.23.
+# Generated by GNU Autoconf 2.60 for yast2-trans-ro 2.15.24.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -559,8 +559,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-trans-ro'
PACKAGE_TARNAME='yast2-trans-ro'
-PACKAGE_VERSION='2.15.23'
-PACKAGE_STRING='yast2-trans-ro 2.15.23'
+PACKAGE_VERSION='2.15.24'
+PACKAGE_STRING='yast2-trans-ro 2.15.24'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
@@ -1186,7 +1186,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures yast2-trans-ro 2.15.23 to adapt to many kinds of systems.
+\`configure' configures yast2-trans-ro 2.15.24 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1257,7 +1257,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-trans-ro 2.15.23:";;
+ short | recursive ) echo "Configuration of yast2-trans-ro 2.15.24:";;
esac
cat <<\_ACEOF
@@ -1337,7 +1337,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-yast2-trans-ro configure 2.15.23
+yast2-trans-ro configure 2.15.24
generated by GNU Autoconf 2.60
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1351,7 +1351,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by yast2-trans-ro $as_me 2.15.23, which was
+It was created by yast2-trans-ro $as_me 2.15.24, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ $0 $@
@@ -2152,7 +2152,7 @@
# Define the identity of the package.
PACKAGE='yast2-trans-ro'
- VERSION='2.15.23'
+ VERSION='2.15.24'
cat >>confdefs.h <<_ACEOF
@@ -2379,7 +2379,7 @@
-VERSION="2.15.23"
+VERSION="2.15.24"
RPMNAME="yast2-trans-ro"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
@@ -3316,7 +3316,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by yast2-trans-ro $as_me 2.15.23, which was
+This file was extended by yast2-trans-ro $as_me 2.15.24, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3359,7 +3359,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-yast2-trans-ro config.status 2.15.23
+yast2-trans-ro config.status 2.15.24
configured by $0, generated by GNU Autoconf 2.60,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-ro-2.15.23/configure.in new/yast2-trans-ro-2.15.24/configure.in
--- old/yast2-trans-ro-2.15.23/configure.in 2007-09-25 16:54:09.000000000 +0200
+++ new/yast2-trans-ro-2.15.24/configure.in 2007-09-26 14:17:29.000000000 +0200
@@ -3,7 +3,7 @@
dnl -- This file is generated by y2autoconf 2.14.0 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-trans-ro, 2.15.23, http://bugs.opensuse.org/, yast2-trans-ro)
+AC_INIT(yast2-trans-ro, 2.15.24, http://bugs.opensuse.org/, yast2-trans-ro)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.15.23"
+VERSION="2.15.24"
RPMNAME="yast2-trans-ro"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-ro-2.15.23/po/heartbeat.ro.po new/yast2-trans-ro-2.15.24/po/heartbeat.ro.po
--- old/yast2-trans-ro-2.15.23/po/heartbeat.ro.po 2007-08-24 12:27:05.000000000 +0200
+++ new/yast2-trans-ro-2.15.24/po/heartbeat.ro.po 2007-09-26 13:59:50.000000000 +0200
@@ -1,21 +1,23 @@
+# translation of heartbeat.ro.po to romanian
# translation of heartbeat.ro.po to
# Romanian message file for YaST2 (@memory@).
# Copyright (C) 2005 SUSE Linux Products GmbH.
# Copyright (C) 2003 SuSE Linux AG.
#
+# Alexandru Romanescu <a_romanescu(a)yahoo.co.uk>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: heartbeat.ro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-10 13:42+0200\n"
-"PO-Revision-Date: 2007-08-23 11:22+0200\n"
-"Last-Translator: \n"
-"Language-Team: <en(a)li.org>\n"
+"PO-Revision-Date: 2007-09-25 23:20+0300\n"
+"Last-Translator: Alexandru Romanescu <a_romanescu(a)yahoo.co.uk>\n"
+"Language-Team: romanian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.2\n"
+"X-Generator: KBabel 1.11.4\n"
#. Heartbeat read dialog caption
#: src/Heartbeat.ycp:99
@@ -70,7 +72,7 @@
#: src/Heartbeat.ycp:234
msgid "Write resources"
-msgstr "Scrie grupurile"
+msgstr "Scrie resursele"
#: src/Heartbeat.ycp:235
msgid "Write authentication keys"
@@ -156,7 +158,7 @@
#: src/common.ycp:45
msgid "IP Fail"
-msgstr ""
+msgstr "Eşec IP"
#: src/common.ycp:46
msgid "Ping Groups"
@@ -211,6 +213,11 @@
"node that is already in the cluster, not on a node that you want to add\n"
"to the cluster.</p>\n"
msgstr ""
+"<p><b>Configurarea nodului</b> aveţi posibilitatea de a specifica\n"
+"şi adăuga noduri clusterului. Acest program de instalară vă dă posibilitatea\n"
+"de a crea un nou cluster sau de a adăuga nodurui unuia existent Pentru.\n"
+"a adăuga noduri trebuie să executaţi acest program de instalare dintr-un\n"
+"nod care este deja în cluster, nu din unul pe care doriţi să îl adăugaţi.</p>\n"
#: src/helps.ycp:39
msgid ""
@@ -219,6 +226,10 @@
"Heartbeat software package must be installed on all nodes that will be\n"
"part of your cluster.</p>"
msgstr ""
+"<p>Acest program de instalare de cluster nu copiază pachetele Heartbeat\n"
+"pe nodurile clusterului. Prior to running this installation program, the\n"
+"Heartbeat software package must be installed on all nodes that will be\n"
+"part of your cluster.</p>"
#: src/helps.ycp:44
msgid ""
@@ -227,6 +238,10 @@
"node to add to the cluster. Find node names for servers\n"
"by entering the <tt>uname -n</tt> command on each node.</p>\n"
msgstr ""
+"<p>Pentru a adăuga un nod clusterului, introduceţi numele nodului\n"
+"apoi apăsaţi <b>Adaugă</b>.Repetaţi aceşti paşi pentru fiecare\n"
+"nod pe care doriţi să-l adăugaţi. Găsiţi numele nodurilor pentru server\n"
+"introducând comanda <tt>uname -n</tt> pentru fiecare nod.</p>\n"
#: src/helps.ycp:50
msgid ""
@@ -234,6 +249,9 @@
"different node name for that node, double-click the node \n"
"to edit, change the node name, then click <b>Edit</b>.</p>\n"
msgstr ""
+"<p>Dacă, după adăugarea unui nod, doriţi să-i daţi alt nume,\n"
+"daţi dublu-click pe nod pentru a edita, schimbaţi numele şi apoi \n"
+"apăsaţi <b>Editează</b>.</p>\n"
#: src/helps.ycp:55
msgid ""
@@ -243,6 +261,11 @@
"that they are alive to other nodes in the cluster. For proper redundancy,\n"
"you should specify more than one heartbeat medium if possible.</p>\n"
msgstr ""
+"<p><b>Configurarea mediului Heartbeat</b> vă dă posibilitatea \n"
+"de a specifica metoda pe care Hearbeat o va folosi pentru comunicarea\n"
+"internă între nodurile clusterului. Aceasta furnizează nodurilor o cale de\n"
+"spune celorlalte noduri că sunt în regulă. Pentru o redundanţă adecvată,\n"
+"ar trebui să specificaţi mai multe medii heartbeat (dacă este posibil).</p>\n"
#: src/helps.ycp:61
msgid ""
@@ -250,13 +273,17 @@
" two or more. After specifying a heartbeat medium, click <b>Add</b> to add\n"
"that medium type to Heartbeat.</p>\n"
msgstr ""
+"<p>Alegeţi cel puţin un <b>mediu heartbeat</b> şi, dacă este posibil,\n"
+"două sau mai multe. După ce specificaţi un mediu, apăsaţi <b>Adaugă</b>\n"
+"pentru a adăuga mediul respectiv la Heartbeat.</p>\n"
#: src/helps.ycp:66
-#, fuzzy
msgid ""
"<p>If you choose <b>Broadcast</b>, select one of the available network\n"
"devices in the device list.</p>\n"
-msgstr "<p>Alegeţi unul din tipurile de provideri disponibile.</p>"
+msgstr ""
+"<p>Dacă alegeţi <b>Broadcast</b>, selectaţi, din lista de dispozitive, unul dintre\n"
+"dispozitivele de reţea disponibile.</p>\n"
#: src/helps.ycp:70
msgid ""
@@ -264,6 +291,9 @@
"group to join (class D multicast address 224.0.0.0-239.255.255.255), and\n"
"the ttl value (1-255).</p>\n"
msgstr ""
+"<p>Pentru <b>Multicast</b>, alegeţi un dispozitiv de reţea, grupul\n"
+"multicast din care să facă parte (adresă de multicast clasă D 224.0.0.0-239.255.255.255), şi\n"
+"valoarea ttl (1-255).</p>\n"
#: src/helps.ycp:75
msgid ""
@@ -273,6 +303,10 @@
"segment, in which case you need to run each cluster on a different port\n"
"number.</p>\n"
msgstr ""
+"<p><b>Portul UDP</b> setează portul UDP folosit de mediul\n"
+"broadcast. Schimbaţi portul implicit (694) doar dacă rulaţi mai multe\n"
+"clustere Heartbeat pe acelaşi segment de reţea, caz în care trebuie\n"
+"rulaţi fiecare cluster pe un port separat.</p>\n"
#: src/helps.ycp:82
msgid ""
@@ -280,6 +314,9 @@
" use for network communication between cluster nodes. Choosing\n"
"an authentication method protects against network attacks.</p>\n"
msgstr ""
+"<p>Specificaţi metoda de autentificare folosită pentru comunicarea\n"
+"pe reţea dintre nodurile clusterului. Alegând o metodă de\n"
+"autentificare vă protejeazaţi împotriva atacurilor de reţea.</p>\n"
#: src/helps.ycp:86
msgid ""
@@ -288,6 +325,10 @@
" messages. The <b>crc</b> method does not perform message authentication\n"
" and only protects against corruption, not against attacks.</p>\n"
msgstr ""
+"<p>Atât metoda <b>md5</b> cât şi <b>sha1</b> necesită un\n"
+" <i>secret împărtăşit</i>, care este folosit pentru a proteja şi autentifica\n"
+" mesaje. Metoda <b>crc</b> nu execută autentificarea mesajului\n"
+" ci doar protejează împotriva deteriorării, nu şi împotriva atacurilor.</p>\n"
#: src/helps.ycp:92
msgid ""
@@ -295,6 +336,9 @@
" strongest authentication scheme available. The authentication key\n"
"(password) specified is used on all nodes in the cluster.</p>\n"
msgstr ""
+"<p>Metoda <b>sha1</b> este recomandată fiindcă oferă cele mai \n"
+" puternice scheme de autentificare disponibile. Cheia de autentificare\n"
+"(parola) specificată este folosită pe toate nodurile clusterului.</p>\n"
#: src/helps.ycp:97
msgid ""
@@ -302,6 +346,9 @@
"and how Heartbeat should handle failback (migration of resources back to\n"
"a node after a failure has been resolved).</p>\n"
msgstr ""
+"<p><b>Resurse</b> -- specificaţi ce resurse sunt gestionate de către Heartbeat\n"
+"şi cum ar trebui Heartbeat să gestioneze retragerea (failback - migrarea resurselor\n"
+"înapoi la un nod după ce o defecţiune a fost reparată).</p>\n"
#: src/helps.ycp:101
msgid ""
@@ -312,6 +359,11 @@
"stopped so they can be cleanly started, leading to a minor\n"
"interruption of service.</p>\n"
msgstr ""
+"<p>Dacă setaţi <b>Retragere Automată</b> pe <i>activat</i>, Heartbeat \n"
+"migrează resursele înapoi către posesorul principal de îndată ce redevin\n"
+"disponibile. Aceasta restaurează automat balanţa de resurse dintre noduri,\n"
+"dar necesită ca resursele să fie oprite puntru un scurt moment astfel încât\n"
+"să poată fi pornite curat; aceasta duce la o scurtă întrerupere a serviciului.</p>\n"
#: src/helps.ycp:108
msgid ""
@@ -321,6 +373,11 @@
"resolved. This allows him to schedule a maintenance window and not\n"
"interrupt the service even more.</p>\n"
msgstr ""
+"<p>În majoritatea cazurilor, <i>oprit</i> este alegerea potrivită. \n"
+"Va fi necesară intervenţia administratorului pentru a declanşa retragerea\n"
+"resurselor (utilizând utilitarul hb_stadby în linia de comandă) de îndată ce\n"
+"defecţiunea este rezolvată. Aceasta îi permite să programeze o ferestră\n"
+"de întreţinere şi să nu mai fie nevoie de întreruperea serviciului.</p>\n"
#: src/helps.ycp:114
msgid ""
@@ -329,6 +386,11 @@
"nodes support the new directive yet. Explicitly choosing either \n"
"<i>on</i> or <i>off</i> is recommended for new deployments.</p>\n"
msgstr ""
+"<p><i>moştenire</i> este opţiunea implicită pentru compatibilitatea\n"
+"cu versiuni precedente ale Heartbeat. Activează retragerea automată\n"
+"dacă nu toate nodurile suportă noua directivă. Alegerea explicită a\n"
+"<i>pornit</i> sau <i>oprit</i> este recomandată pentru\n"
+"instalările noi .</p>\n"
#: src/helps.ycp:119
msgid ""
@@ -337,6 +399,9 @@
"Heartbeat. Make sure the resource is not started by anything\n"
"else.</p>\n"
msgstr ""
+"<p>Adăugarea unei resurse la un anumit nod o plasează sub \n"
+"controlul Heartbeat. Va fi pornită şi oprită de către Heartbeat.\n"
+"Asiguraţi-va că resursa nu este pornită de către altceva.</p>\n"
#: src/helps.ycp:124
msgid ""
@@ -344,6 +409,9 @@
"assigned if both nodes are healthy and up. See the <b>auto_failback</b>\n"
"setting above.</p>\n"
msgstr ""
+"<p>Heartbeat porneşte mai întâi resursa de pe nodul pe care este\n"
+"alocată daca ambele noduri sunt funcţionale. Vezi setarea <b>auto_failback</b>\n"
+"(retragere automată) de mai sus.</p>\n"
#: src/helps.ycp:128
msgid ""
@@ -456,95 +524,80 @@
msgstr ""
#: src/ipfail_conf.ycp:71
-#, fuzzy
msgid "Node List"
-msgstr "&Actualizează lista"
+msgstr "Lista nodurilo"
#: src/ipfail_conf.ycp:82 src/log_conf.ycp:47 src/timeouts_conf.ycp:96
-#, fuzzy
msgid "Enable"
-msgstr "Activat"
+msgstr "Activează"
#: src/ipfail_conf.ycp:83 src/log_conf.ycp:48 src/timeouts_conf.ycp:97
-#, fuzzy
msgid "Disable"
-msgstr "Deactivat"
+msgstr "Dezactivează"
#: src/ipfail_conf.ycp:87
msgid "Ping to Node"
-msgstr ""
+msgstr "Ping la nod"
#: src/ipfail_conf.ycp:88
msgid "IP Address"
-msgstr "Adrese IP"
+msgstr "Adresă IP"
#: src/ipfail_conf.ycp:155
-#, fuzzy
msgid "Specified IP address is already present."
-msgstr "Adersa IP %1 este deja prezentă."
+msgstr "Adersa IP specificată este deja prezentă."
#: src/ipfail_conf.ycp:266
-#, fuzzy
msgid "Ping Group"
-msgstr "Grupuri RPM"
+msgstr "Ping Grup"
#: src/ipfail_conf.ycp:267 src/ipfail_conf.ycp:277
-#, fuzzy
msgid "Group Name"
-msgstr "&Numele Grupului"
+msgstr "Numele Grupului"
#: src/ipfail_conf.ycp:269
-#, fuzzy
msgid "List of IP Addresses"
-msgstr "&Cea mai mică adresă IP"
+msgstr "Lista adreselor IP"
#: src/ipfail_conf.ycp:277
-#, fuzzy
msgid "IP Addresses"
-msgstr "&Adrese IP"
+msgstr "Adrese IP"
#: src/ipfail_conf.ycp:312 src/ipfail_conf.ycp:339
-#, fuzzy
msgid "Group name is required."
-msgstr "este cerut de..."
+msgstr "Numele grupului este necesar."
#: src/ipfail_conf.ycp:317
-#, fuzzy
msgid "Specified group name is already present."
-msgstr "Opţiunea selectată este deja prezentă"
+msgstr "Numele de grup specificat este deja prezent."
#: src/ipfail_conf.ycp:324 src/ipfail_conf.ycp:346
-#, fuzzy
msgid "Bad list of IP adresses."
-msgstr "Adresă IP invalidă."
+msgstr "Listă de adrese IP invalidă."
#: src/log_conf.ycp:37 src/timeouts_conf.ycp:86
msgid "Keep Alive"
-msgstr ""
+msgstr "Ţine Alive"
#: src/log_conf.ycp:39 src/timeouts_conf.ycp:88
-#, fuzzy
msgid "Dead Time"
-msgstr "Data compilării:"
+msgstr "Timp Dead"
#: src/log_conf.ycp:41 src/timeouts_conf.ycp:90
-#, fuzzy
msgid "Warn Time"
-msgstr "Avertizare"
+msgstr "Timp Warn"
#: src/log_conf.ycp:43 src/timeouts_conf.ycp:92
-#, fuzzy
msgid "Init Dead Time"
-msgstr "Data instalării:"
+msgstr "Timp init. Deat"
#: src/log_conf.ycp:45 src/timeouts_conf.ycp:94
msgid "Watchdog Timer"
-msgstr ""
+msgstr "Timer Watchdog"
#: src/log_conf.ycp:49 src/timeouts_conf.ycp:99
-#, fuzzy
msgid "Watchdog Device"
-msgstr "Imagine / Dispozitiv"
+msgstr "Dispozitiv Watchdog"
#: src/media_conf.ycp:44
msgid ""
@@ -554,94 +607,80 @@
msgstr ""
#: src/media_conf.ycp:133
-#, fuzzy
msgid "UDP Port"
-msgstr "Port"
+msgstr "Port UDP"
#: src/media_conf.ycp:144
-#, fuzzy
msgid "Broadcast"
-msgstr "Caracas"
+msgstr "Broadcast"
#: src/media_conf.ycp:146 src/media_conf.ycp:158
msgid "Device"
msgstr "Dispozitiv"
#: src/media_conf.ycp:154
-#, fuzzy
msgid "Multicast"
-msgstr "Multihead"
+msgstr "Multicast"
#: src/media_conf.ycp:156
msgid "Multicast Group"
-msgstr ""
+msgstr "Grup Multicast"
#: src/media_conf.ycp:160
-#, fuzzy
msgid "TTL"
-msgstr "$TT&L"
+msgstr "TTL"
#: src/media_conf.ycp:164
msgid "Heartbeat Medium"
-msgstr ""
+msgstr "Mediu Heartbeat"
#: src/media_conf.ycp:174
-#, fuzzy
msgid "Medium"
-msgstr "&Medie"
+msgstr "Mediu"
#: src/media_conf.ycp:174
msgid "Options"
msgstr "Opţiuni"
#: src/media_conf.ycp:226
-#, fuzzy
msgid "Specified media is already present."
-msgstr "Opţiunea selectată este deja prezentă"
+msgstr "Mediul specificat este deja prezent."
#: src/media_conf.ycp:286
msgid "Multicast group address must be class D (224.0.0.0 - 239.255.255.255)."
-msgstr ""
+msgstr "Adresa de grup multicast trebuie sa fie de clasa D (224.0.0.0 - 239.255.255.255)."
#: src/node_conf.ycp:73
-#, fuzzy
msgid "This Node"
-msgstr "Numele &modulului"
+msgstr "Acest nod"
#: src/node_conf.ycp:87
-#, fuzzy
msgid "Add Nodes"
-msgstr "&Adaugă Modul"
+msgstr "Adaugă noduri"
#: src/node_conf.ycp:89 src/node_conf.ycp:108
-#, fuzzy
msgid "Node Name"
-msgstr "Numele &modulului"
+msgstr "Numele nodului"
#: src/node_conf.ycp:187
-#, fuzzy
msgid "Specify the node name."
-msgstr "Specificaţi cel puţin un utilizator."
+msgstr "Specificaţi numele nodului."
#: src/node_conf.ycp:191 src/node_conf.ycp:198
-#, fuzzy
msgid "The specified node is already in the cluster."
-msgstr "Modulul este deja în listă"
+msgstr "Nodul specificat se află deja în cluster. "
#: src/resources_conf.ycp:113
-#, fuzzy
msgid "Automatic Failback"
-msgstr "Arhivare automată"
+msgstr "Retragere automată"
#: src/resources_conf.ycp:116
-#, fuzzy
msgid "Add Resource"
-msgstr "Resursă"
+msgstr "Adagă Resursă"
#: src/resources_conf.ycp:118
-#, fuzzy
msgid "Add to Node"
-msgstr "&Adaugă Modul"
+msgstr "Adaugă la nod"
#: src/resources_conf.ycp:120
msgid "Resource"
@@ -649,21 +688,19 @@
#: src/resources_conf.ycp:237
msgid "Heartbeat resource manager only supports two nodes."
-msgstr ""
+msgstr "Administratorul de resurse Hearbeat nu suportă decât două noduri."
#: src/resources_conf.ycp:238
-#, fuzzy
msgid "Configure nodes first."
-msgstr "Zone configurate: %s"
+msgstr "Configuraţi mi întâi nodurile."
#: src/resources_conf.ycp:287
msgid "Resource name is required."
-msgstr ""
+msgstr "Numele resursei este necesar."
#: src/resources_conf.ycp:289
-#, fuzzy
msgid "The specified resource is already present."
-msgstr "Opţiunea selectată este deja prezentă"
+msgstr "Resursa specificată este deja prezentă."
#: src/startup_conf.ycp:25
msgid "Booting"
@@ -671,11 +708,11 @@
#: src/startup_conf.ycp:29
msgid "On -- Start Heartbeat Server Now and when Booting"
-msgstr ""
+msgstr "Pornit -- Porneşte severul Heartbeat acum şi la bootare"
#: src/startup_conf.ycp:30
msgid "Off -- Server Only Starts Manually"
-msgstr ""
+msgstr "Oprit -- Serverul va fi pornit doar manual"
#: src/startup_conf.ycp:33
msgid "Switch On and Off"
@@ -694,15 +731,16 @@
msgstr "Opreşte serveru Heartbeat acum"
#: src/startup_conf.ycp:46
-#, fuzzy
msgid "Propagate Configuration"
-msgstr "Configuraţia providerului"
+msgstr "Propagă configurarea"
#: src/startup_conf.ycp:51
msgid ""
"To propagate this configuration to the rest of the nodes,\n"
"run the command line utility ha_propagate."
msgstr ""
+"Pentru a propaga această configuraţie la celelalte noduri,\n"
+"execută în linia de comandă utilitarul ha_propagate."
#: src/startup_conf.ycp:77
msgid "Hearbeat server is running."
@@ -721,13 +759,12 @@
msgstr "Adaugă o gazdă STONITH"
#: src/stonith_conf.ycp:42
-#, fuzzy
msgid "Host from"
-msgstr "Numele gazdei"
+msgstr "Gazdă de la"
#: src/stonith_conf.ycp:44
msgid "STONITH Type"
-msgstr ""
+msgstr "Tipe STONITH"
#: src/stonith_conf.ycp:46
msgid "Parameters"
@@ -739,12 +776,11 @@
#: src/stonith_conf.ycp:154
msgid "Specify the STONITH type."
-msgstr ""
+msgstr "Specificaţi tipul STONITH."
#: src/stonith_conf.ycp:161
-#, fuzzy
msgid "The specified STONITH is already present."
-msgstr "Opţiunea selectată este deja prezentă"
+msgstr "Tipul STONITH specificat este deja prezent."
#. Initialization dialog caption
#: src/wizards.ycp:139
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-ro-2.15.23/po/iscsi-client.ro.po new/yast2-trans-ro-2.15.24/po/iscsi-client.ro.po
--- old/yast2-trans-ro-2.15.23/po/iscsi-client.ro.po 2007-08-27 15:48:46.000000000 +0200
+++ new/yast2-trans-ro-2.15.24/po/iscsi-client.ro.po 2007-09-26 13:59:54.000000000 +0200
@@ -1,21 +1,23 @@
+# translation of iscsi-client.ro.po to romanian
# translation of iscsi-client.ro.po to
# Romanian message file for YaST2 (@memory@).
# Copyright (C) 2005 SUSE Linux Products GmbH.
# Copyright (C) 2003 SuSE Linux AG.
#
+# Alexandru Romanescu <a_romanescu(a)yahoo.co.uk>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: iscsi-client.ro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-10 13:42+0200\n"
-"PO-Revision-Date: 2007-08-25 14:16+0200\n"
-"Last-Translator: \n"
-"Language-Team: <en(a)li.org>\n"
+"PO-Revision-Date: 2007-09-25 23:44+0300\n"
+"Last-Translator: Alexandru Romanescu <a_romanescu(a)yahoo.co.uk>\n"
+"Language-Team: romanian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.2\n"
+"X-Generator: KBabel 1.11.4\n"
#: src/IscsiClient.ycp:308
msgid ""
@@ -157,7 +159,7 @@
#: src/dialogs.ycp:82
msgid "Log Out"
-msgstr ""
+msgstr "Ieşire"
#: src/dialogs.ycp:83
msgid "Toggle Start-Up"
@@ -350,14 +352,13 @@
#. table of connected targets
#: src/helps.ycp:77
-#, fuzzy
msgid ""
"List of current sessions. To add a new target, press <b>Add</b>.\n"
"To remove one, select it and press <b>Log Out</b>.\n"
"To change start-up status, press <b>Toggle</b>.\n"
msgstr ""
"Listă a sesiunilor curente. Pentru a adăuga o ţintă nouă, apăsaţi <b>Adaugă</b>.\n"
-"Pentru a şterge una, apăsaţi <b>Log Out</b>.\n"
+"Pentru a şterge una, selectaţi-o şi apăsaţi <b>Log Out</b>.\n"
"Pentru a modifica starea la pornire, apăsaţi <b>Activează/deactivează</b>.\n"
#. Warning
@@ -446,11 +447,11 @@
#: src/widgets.ycp:134
msgid "Really log out from the selected target?"
-msgstr ""
+msgstr "Sigur ieşiţi din zona selectată?"
#: src/widgets.ycp:135
msgid "Error occurred while logging out from the selected target."
-msgstr ""
+msgstr "A apărut o eroare la ieşirea din zona selectată."
#: src/widgets.ycp:140 src/widgets.ycp:159
msgid "No record found."
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-ro-2.15.23/po/ldap-client.ro.po new/yast2-trans-ro-2.15.24/po/ldap-client.ro.po
--- old/yast2-trans-ro-2.15.23/po/ldap-client.ro.po 2007-08-30 17:33:26.000000000 +0200
+++ new/yast2-trans-ro-2.15.24/po/ldap-client.ro.po 2007-09-26 14:00:01.000000000 +0200
@@ -1,21 +1,23 @@
+# translation of ldap-client.ro.po to romanian
# translation of ldap-client.ro.po to
# Romanian message file for YaST2 (@memory@).
# Copyright (C) 2003 SuSE Linux AG.
-# Ioana Josephine Ciuca <josephine(a)jaykay.org>, 2004.
#
+# Ioana Josephine Ciuca <josephine(a)jaykay.org>, 2004.
+# Alexandru Romanescu <a_romanescu(a)yahoo.co.uk>, 2007.
msgid ""
msgstr ""
"Project-Id-Version: ldap-client.ro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-10 13:35+0200\n"
-"PO-Revision-Date: 2007-08-29 01:18+0200\n"
-"Last-Translator: \n"
-"Language-Team: <en(a)li.org>\n"
+"PO-Revision-Date: 2007-09-25 23:51+0300\n"
+"Last-Translator: Alexandru Romanescu <a_romanescu(a)yahoo.co.uk>\n"
+"Language-Team: romanian\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: KBabel 1.11.2\n"
+"X-Generator: KBabel 1.11.4\n"
#. summary item
#: src/Ldap.ycp:429
@@ -501,7 +503,7 @@
#. help text for pwdFailureCountInterval attribute
#: src/LdapPopup.ycp:601
msgid "<p><b>Bind Failures Cache Duration</b> sets how long before password failures are purged from the failure counter even though no successful authentication has occurred.</p>"
-msgstr ""
+msgstr "<p><b>Durata cacheului de conectări eşuate</b> setează cât timp să dureze până când eşecurile de parolă sunt scoase din contorul de eşecuri, chiar dacă nu a reuşit nici o autentificare.</p>"
#. tab label
#: src/LdapPopup.ycp:628
@@ -613,7 +615,7 @@
#. frame label
#: src/LdapPopup.ycp:763
msgid "Bind Failures Cache Duration"
-msgstr ""
+msgstr "Durata cacheului de eşecuri de conectare"
#. dialog label
#: src/LdapPopup.ycp:781
@@ -1110,7 +1112,7 @@
#. frame label
#: src/ui.ycp:704
msgid "Naming Contexts"
-msgstr ""
+msgstr "Contextele de numire"
#. textentry label
#: src/ui.ycp:710
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-ro-2.15.23/po/packager.ro.po new/yast2-trans-ro-2.15.24/po/packager.ro.po
--- old/yast2-trans-ro-2.15.23/po/packager.ro.po 2007-08-21 12:38:30.000000000 +0200
+++ new/yast2-trans-ro-2.15.24/po/packager.ro.po 2007-09-26 14:00:11.000000000 +0200
@@ -2823,7 +2823,7 @@
#. radio button
#: src/modules/SourceDialogs.ycp:843 src/modules/SourceDialogs.ycp:1101
msgid "&SMB/CIFS"
-msgstr ""
+msgstr "&SMB/CIFS"
#. frame
#: src/modules/SourceDialogs.ycp:1028
@@ -2910,7 +2910,7 @@
#. radio button
#: src/modules/SourceDialogs.ycp:1113 src/modules/SourceDialogs.ycp:1138
msgid "Specify &URL..."
-msgstr ""
+msgstr "Specifică &URL-ul"
#: src/modules/SourceDialogs.ycp:1117 src/modules/SourceDialogs.ycp:1142
#, fuzzy
@@ -2943,6 +2943,11 @@
"Only the base path is required if all CDs are copied\n"
"into one directory.</p>\n"
msgstr ""
+"CD-urile cu produsul pot fi copiate pe hard-disk.\n"
+"Introduceţi calea primului CD, de exemplu:\n"
+"/data1/<b>CD1</b>.\n"
+"Doar calea de bază e necesară dacă toate CD-urile\n"
+"sunt copiate într-un singur director.</p>\n"
#. help, continued
#: src/modules/SourceDialogs.ycp:1186
@@ -2952,6 +2957,10 @@
"Specify the directory where the packages from\n"
"the first CD are located, such as /data1/CD1.</p>\n"
msgstr ""
+"<p>\n"
+"Instalarea de pe reţea necesită o conexiune funcţională.\n"
+"Specificaţi directorul în care se află pachetele de pe\n"
+"primul CD, de exemplu: /data1/CD1.</p>\n"
#. error popup
#: src/modules/SourceDialogs.ycp:1199
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-ro-2.15.23/po/status.txt new/yast2-trans-ro-2.15.24/po/status.txt
--- old/yast2-trans-ro-2.15.23/po/status.txt 2007-09-25 16:54:04.000000000 +0200
+++ new/yast2-trans-ro-2.15.24/po/status.txt 2007-09-26 14:00:42.000000000 +0200
@@ -1,6 +1,6 @@
-Translated : 12511
-Fuzzy : 2667
-Untranslated : 2818
+Translated : 12588
+Fuzzy : 2631
+Untranslated : 2777
--------------------
All strings : 17996
70 % are translated
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-ro-2.15.23/VERSION new/yast2-trans-ro-2.15.24/VERSION
--- old/yast2-trans-ro-2.15.23/VERSION 2007-09-25 16:54:04.000000000 +0200
+++ new/yast2-trans-ro-2.15.24/VERSION 2007-09-26 14:17:24.000000000 +0200
@@ -1 +1 @@
-2.15.23
+2.15.24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 yast2-trans-nl
checked in at Wed Sep 26 15:12:16 CEST 2007.
--------
--- yast2-trans-nl/yast2-trans-nl.changes 2007-09-20 17:17:59.000000000 +0200
+++ /mounts/work_src_done/NOARCH/NOARCH/yast2-trans-nl/yast2-trans-nl.changes 2007-09-26 14:29:44.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 26 14:29:44 2007 - ke(a)suse.de
+
+- Update to version 2.15.10.
+
+------------------------------------------------------------------------
Old:
----
yast2-trans-nl-2.15.9.tar.bz2
New:
----
yast2-trans-nl-2.15.10.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-trans-nl.spec ++++++
--- /var/tmp/diff_new_pack.Pk7143/_old 2007-09-26 15:12:09.000000000 +0200
+++ /var/tmp/diff_new_pack.Pk7143/_new 2007-09-26 15:12:09.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-trans-nl (Version 2.15.9)
+# spec file for package yast2-trans-nl (Version 2.15.10)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-trans-nl
-Version: 2.15.9
+Version: 2.15.10
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-trans-nl-2.15.9.tar.bz2
+Source0: yast2-trans-nl-2.15.10.tar.bz2
Prefix: /usr
Provides: locale(yast2:nl)
BuildRequires: pkgconfig yast2-devtools
@@ -27,7 +27,7 @@
YaST2 - Dutch Translations
%prep
-%setup -n yast2-trans-nl-2.15.9
+%setup -n yast2-trans-nl-2.15.10
%build
autoreconf --force --install
@@ -59,6 +59,8 @@
%dir /usr/share/YaST2/locale
%lang(nl) /usr/share/YaST2/locale/nl
%changelog
+* Wed Sep 26 2007 - ke(a)suse.de
+- Update to version 2.15.10.
* Thu Sep 20 2007 - ke(a)suse.de
- Update to version 2.15.9.
* Fri Sep 07 2007 - ke(a)suse.de
++++++ yast2-trans-nl-2.15.9.tar.bz2 -> yast2-trans-nl-2.15.10.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-nl-2.15.9/configure new/yast2-trans-nl-2.15.10/configure
--- old/yast2-trans-nl-2.15.9/configure 2007-09-20 17:18:09.000000000 +0200
+++ new/yast2-trans-nl-2.15.10/configure 2007-09-26 14:29:53.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.60 for yast2-trans-nl 2.15.9.
+# Generated by GNU Autoconf 2.60 for yast2-trans-nl 2.15.10.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -559,8 +559,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-trans-nl'
PACKAGE_TARNAME='yast2-trans-nl'
-PACKAGE_VERSION='2.15.9'
-PACKAGE_STRING='yast2-trans-nl 2.15.9'
+PACKAGE_VERSION='2.15.10'
+PACKAGE_STRING='yast2-trans-nl 2.15.10'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
@@ -1186,7 +1186,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures yast2-trans-nl 2.15.9 to adapt to many kinds of systems.
+\`configure' configures yast2-trans-nl 2.15.10 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1257,7 +1257,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-trans-nl 2.15.9:";;
+ short | recursive ) echo "Configuration of yast2-trans-nl 2.15.10:";;
esac
cat <<\_ACEOF
@@ -1337,7 +1337,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-yast2-trans-nl configure 2.15.9
+yast2-trans-nl configure 2.15.10
generated by GNU Autoconf 2.60
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1351,7 +1351,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by yast2-trans-nl $as_me 2.15.9, which was
+It was created by yast2-trans-nl $as_me 2.15.10, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ $0 $@
@@ -2152,7 +2152,7 @@
# Define the identity of the package.
PACKAGE='yast2-trans-nl'
- VERSION='2.15.9'
+ VERSION='2.15.10'
cat >>confdefs.h <<_ACEOF
@@ -2379,7 +2379,7 @@
-VERSION="2.15.9"
+VERSION="2.15.10"
RPMNAME="yast2-trans-nl"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
@@ -3316,7 +3316,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by yast2-trans-nl $as_me 2.15.9, which was
+This file was extended by yast2-trans-nl $as_me 2.15.10, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3359,7 +3359,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-yast2-trans-nl config.status 2.15.9
+yast2-trans-nl config.status 2.15.10
configured by $0, generated by GNU Autoconf 2.60,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-nl-2.15.9/configure.in new/yast2-trans-nl-2.15.10/configure.in
--- old/yast2-trans-nl-2.15.9/configure.in 2007-09-20 17:18:05.000000000 +0200
+++ new/yast2-trans-nl-2.15.10/configure.in 2007-09-26 14:29:49.000000000 +0200
@@ -3,7 +3,7 @@
dnl -- This file is generated by y2autoconf 2.14.0 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-trans-nl, 2.15.9, http://bugs.opensuse.org/, yast2-trans-nl)
+AC_INIT(yast2-trans-nl, 2.15.10, http://bugs.opensuse.org/, yast2-trans-nl)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.15.9"
+VERSION="2.15.10"
RPMNAME="yast2-trans-nl"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-nl-2.15.9/po/installation.nl.po new/yast2-trans-nl-2.15.10/po/installation.nl.po
--- old/yast2-trans-nl-2.15.9/po/installation.nl.po 2007-08-24 12:10:49.000000000 +0200
+++ new/yast2-trans-nl-2.15.10/po/installation.nl.po 2007-09-26 14:07:45.000000000 +0200
@@ -1,4 +1,4 @@
-# translation of installation.po to Nederlands
+# translation of installation.po to Dutch
# peter(a)sybex.nl, 2000.
# FAX-Translations <all(a)fax-translations.com>, 2000.
# Karl Eichwalder <ke(a)suse.de>, 1999, 2000.
@@ -15,9 +15,9 @@
"Project-Id-Version: installation\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-15 17:22+0200\n"
-"PO-Revision-Date: 2007-08-22 23:40+0200\n"
+"PO-Revision-Date: 2007-09-26 11:56+0200\n"
"Last-Translator: Rinse de Vries <rinsedevries(a)kde.nl>\n"
-"Language-Team: Nederlands <kde-i18n-nl(a)kde.org>\n"
+"Language-Team: Dutch <nl(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -176,7 +176,7 @@
"needs a profile to know what the installed system should look like. If this option is\n"
"selected, a profile of the current system is stored in /root/autoyast.xml.</p>\n"
msgstr ""
-"<p>Gebruik <b>Cloon</b> als u een Autoyast-profiel wilt maken.\n"
+"<p>Gebruik <b>Klonen</b> als u een Autoyast-profiel wilt maken.\n"
"Met behulp van Autoyast kunt u een volledige SUSE Linux-installatie uitvoeren zonder gebruikersinteractie. Voor Autoyast\n"
" is een profiel nodig om te weten hoe het geïnstalleerde systeem eruit komt te zien. Als deze optie is\n"
" geselecteerd, wordt een profiel van het huidige systeem opgeslagen in /root/autoyast.xml.</p>\n"
@@ -270,10 +270,7 @@
#. TRANSLATORS: dialog help
#: src/clients/inst_initialization.ycp:23
msgid "Please wait while the installation is being initialized."
-msgstr ""
-"<p>\n"
-"Even geduld a.u.b, de instalatie wordt geïnstalleerd.\n"
-"</p>"
+msgstr "Even geduld a.u.b, de installatie wordt geïnitialiseerd."
#. TRANSLATORS: dialog progress message
#: src/clients/inst_initialization.ycp:25
@@ -290,7 +287,7 @@
#. dialog content - busy message
#: src/clients/inst_initialization.ycp:31 src/include/inst_inc_all.ycp:33
msgid "Preparing the 1st system configuration..."
-msgstr "Voorberijden eerste systeem configuratie..."
+msgstr "Eerste systeemconfiguratie wordt voorbereid..."
# /usr/lib/YaST2/clients/lan.ycp:72
#. TRANSLATORS: dialog caption
@@ -505,7 +502,7 @@
"to use any remote repository and you can skip the configuration then.</p>"
msgstr ""
"<p>Een geconfigureerd netwerk is nodig voor externe installatiebronnen\n"
-"of voor Add-On producten. Het is niet nodig om er één te configureren\n"
+"of voor Addon producten. Het is niet nodig om er één te configureren\n"
"als u geen gebruik wil maken van externe installatiebronnen.</p>"
# /usr/lib/YaST2/clients/dialup_dev_cfg.ycp:71
@@ -678,13 +675,13 @@
#. TRANSLATORS: error message
#: src/clients/inst_network_setup.ycp:421
msgid "Netmask cannot be empty."
-msgstr "Netwerkmask mag niet leeg zijn."
+msgstr "Netwerkmasker mag niet leeg zijn."
#. TRANSLATORS: Error message, %1 is replaced with invalid netmask
#: src/clients/inst_network_setup.ycp:427
#, ycp-format
msgid "'%1' is an invalid netmask."
-msgstr "%1' is geen geldige netmask."
+msgstr "%1' is geen geldige netmasker."
#. TRANSLATORS: error message
#: src/clients/inst_network_setup.ycp:437
@@ -843,8 +840,8 @@
"<p>The output of the command was:\n"
"<pre>%2</pre></p>"
msgstr ""
-"<p> Commando<tt>%1</tt> heeft gevaald</p>\n"
-"<p>Het comando heeft dit terug gegeven:\n"
+"<p> Commando<tt>%1</tt> is mislukt.</p>\n"
+"<p>Het commando heeft dit terug gegeven:\n"
"<pre>%2</pre></p>"
# /usr/lib/YaST2/clients/lan.ycp:373
@@ -854,7 +851,7 @@
#: src/clients/inst_network_setup.ycp:836
#: src/clients/inst_network_setup.ycp:849
msgid "Setting up Network Failed"
-msgstr "Starten van het netwerk heeft gevaald"
+msgstr "Starten van het netwerk is mislukt"
#. TRANSLATORS: popup error message
#: src/clients/inst_network_setup.ycp:908
@@ -880,8 +877,8 @@
"\n"
"Would you like to go back to change it?"
msgstr ""
-"Omdat de internet verbinding test heeft gevaald, zou u\n"
-"doorgestuurt moeten worden naar het vorige scherm om de configuratie te wijzigen\n"
+"Omdat de internet verbinding test is mislukt, zou u\n"
+"doorgestuurd moeten worden naar het vorige scherm om de configuratie te wijzigen\n"
"\n"
"Wilt u terug gaan om de configuratie te veranderen?"
@@ -1155,7 +1152,7 @@
#. Proposal in uml module
#: src/clients/inst_proposal.ycp:1029
msgid "<P><B>UML Installation Proposal</B></P>"
-msgstr "<P><B>UML installatievoorstel</B></P>"
+msgstr "<P><B>UML-installatievoorstel</B></P>"
#. help text
#: src/clients/inst_proposal.ycp:1031
@@ -1251,7 +1248,7 @@
#: src/clients/inst_release_notes.ycp:261
msgid "<p>No release notes have been installed.</p>"
-msgstr "<p>Er zijn uitgave notities geïstaleert.</p>"
+msgstr "<p>Er zijn uitgave notities geïnstalleerd.</p>"
#. TRANSLATORS: busy message
#. TRANSLATORS: progress stage, %1 stands for service name
@@ -1487,7 +1484,7 @@
#. TRANSLATORS: progress step
#: src/clients/inst_system_analysis.ycp:375
msgid "Probe hard disk controllers"
-msgstr "Zoeken naar harddisk-controllers"
+msgstr "Zoeken naar harde-schijf-controllers"
#. TRANSLATORS: progress step
#: src/clients/inst_system_analysis.ycp:377
@@ -1497,12 +1494,12 @@
#. TRANSLATORS: progress step
#: src/clients/inst_system_analysis.ycp:381
msgid "Load kernel modules for hard disk controllers"
-msgstr "'Kernel'-modules voor harde-schijf-controllers laden"
+msgstr "'Kernel-modules voor harde-schijf-controllers laden"
#. TRANSLATORS: progress step
#: src/clients/inst_system_analysis.ycp:383
msgid "Loading kernel modules for hard disk controllers..."
-msgstr "'Kernel'-modules voor harde schijf-controllers worden geladen..."
+msgstr "'Kernel-modules voor harde schijf-controllers worden geladen..."
#. TRANSLATORS: progress step
#: src/clients/inst_system_analysis.ycp:387
@@ -1800,7 +1797,7 @@
#. error report
#: src/clients/release_notes_popup.ycp:75
msgid "Cannot load release notes."
-msgstr "Kan de release notes niet laden."
+msgstr "Kan de uitgavenotities niet laden."
#. beginning of the rich text with the release notes
#: src/clients/release_notes_popup.ycp:81
@@ -1810,10 +1807,10 @@
"to the Internet is available, you can download updated release notes\n"
"from the SUSE Linux Web server.</b></p>"
msgstr ""
-"<b>Dit zijn de release notes die gemaakt zijn voor de eerste initiële\n"
+"<b>Dit zijn de uitgavenotities die gemaakt zijn voor de eerste initiële\n"
"uitgave, die deel uit maakt van de installatiemedia. Als u tijdens de\n"
"installatie een internetverbinding tot uw beschikking heeft, dan kunt u\n"
-"bijgewerkte uitgave-informatie van de webserver van SUSE Linux downloaden.</b>"
+"bijgewerkte uitgavenotities van de webserver van SUSE Linux downloaden.</b>"
# /usr/lib/YaST2/clients/inst_config_x11.ycp:947
#. progress step title
@@ -1896,7 +1893,7 @@
#. TRANSLATORS: busy message
#: src/clients/yast_inf_finish.ycp:49 src/include/inst_inc_all.ycp:61
msgid "Writing YaST Configuration..."
-msgstr "YaSt-configuratie wordt opgeslagen..."
+msgstr "YaST-configuratie wordt opgeslagen..."
#. dialog content - busy message
#: src/include/inst_inc_all.ycp:26
@@ -2164,4 +2161,4 @@
#. notification 2/2
#: src/modules/X11Version.ycp:142
msgid "<p>Do you want to install it now?</p>"
-msgstr "<p>Wilt u het nu installeren?</p>"
+msgstr "oorbereidenet nu installeren?</p>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-nl-2.15.9/VERSION new/yast2-trans-nl-2.15.10/VERSION
--- old/yast2-trans-nl-2.15.9/VERSION 2007-09-20 17:17:59.000000000 +0200
+++ new/yast2-trans-nl-2.15.10/VERSION 2007-09-26 14:29:44.000000000 +0200
@@ -1 +1 @@
-2.15.9
+2.15.10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 yast2-trans-km
checked in at Wed Sep 26 15:12:00 CEST 2007.
--------
--- yast2-trans-km/yast2-trans-km.changes 2007-09-25 10:19:02.000000000 +0200
+++ /mounts/work_src_done/NOARCH/NOARCH/yast2-trans-km/yast2-trans-km.changes 2007-09-26 14:37:04.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 26 14:37:04 2007 - ke(a)suse.de
+
+- Update to version 2.15.26.
+
+------------------------------------------------------------------------
Old:
----
yast2-trans-km-2.15.25.tar.bz2
New:
----
yast2-trans-km-2.15.26.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-trans-km.spec ++++++
--- /var/tmp/diff_new_pack.Xj5619/_old 2007-09-26 15:11:54.000000000 +0200
+++ /var/tmp/diff_new_pack.Xj5619/_new 2007-09-26 15:11:54.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-trans-km (Version 2.15.25)
+# spec file for package yast2-trans-km (Version 2.15.26)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-trans-km
-Version: 2.15.25
+Version: 2.15.26
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-trans-km-2.15.25.tar.bz2
+Source0: yast2-trans-km-2.15.26.tar.bz2
Prefix: /usr
Provides: locale(yast2:km)
BuildRequires: pkgconfig yast2-devtools
@@ -30,7 +30,7 @@
%prep
-%setup -n yast2-trans-km-2.15.25
+%setup -n yast2-trans-km-2.15.26
%build
autoreconf --force --install
@@ -62,6 +62,8 @@
%dir /usr/share/YaST2/locale
%lang(km) /usr/share/YaST2/locale/km
%changelog
+* Wed Sep 26 2007 - ke(a)suse.de
+- Update to version 2.15.26.
* Tue Sep 25 2007 - ke(a)suse.de
- Update to version 2.15.25.
* Fri Sep 21 2007 - ke(a)suse.de
++++++ yast2-trans-km-2.15.25.tar.bz2 -> yast2-trans-km-2.15.26.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-km-2.15.25/configure new/yast2-trans-km-2.15.26/configure
--- old/yast2-trans-km-2.15.25/configure 2007-09-25 10:19:12.000000000 +0200
+++ new/yast2-trans-km-2.15.26/configure 2007-09-26 14:37:14.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.60 for yast2-trans-km 2.15.25.
+# Generated by GNU Autoconf 2.60 for yast2-trans-km 2.15.26.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -559,8 +559,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-trans-km'
PACKAGE_TARNAME='yast2-trans-km'
-PACKAGE_VERSION='2.15.25'
-PACKAGE_STRING='yast2-trans-km 2.15.25'
+PACKAGE_VERSION='2.15.26'
+PACKAGE_STRING='yast2-trans-km 2.15.26'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
@@ -1186,7 +1186,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures yast2-trans-km 2.15.25 to adapt to many kinds of systems.
+\`configure' configures yast2-trans-km 2.15.26 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1257,7 +1257,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-trans-km 2.15.25:";;
+ short | recursive ) echo "Configuration of yast2-trans-km 2.15.26:";;
esac
cat <<\_ACEOF
@@ -1337,7 +1337,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-yast2-trans-km configure 2.15.25
+yast2-trans-km configure 2.15.26
generated by GNU Autoconf 2.60
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1351,7 +1351,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by yast2-trans-km $as_me 2.15.25, which was
+It was created by yast2-trans-km $as_me 2.15.26, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ $0 $@
@@ -2152,7 +2152,7 @@
# Define the identity of the package.
PACKAGE='yast2-trans-km'
- VERSION='2.15.25'
+ VERSION='2.15.26'
cat >>confdefs.h <<_ACEOF
@@ -2379,7 +2379,7 @@
-VERSION="2.15.25"
+VERSION="2.15.26"
RPMNAME="yast2-trans-km"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
@@ -3316,7 +3316,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by yast2-trans-km $as_me 2.15.25, which was
+This file was extended by yast2-trans-km $as_me 2.15.26, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3359,7 +3359,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-yast2-trans-km config.status 2.15.25
+yast2-trans-km config.status 2.15.26
configured by $0, generated by GNU Autoconf 2.60,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-km-2.15.25/configure.in new/yast2-trans-km-2.15.26/configure.in
--- old/yast2-trans-km-2.15.25/configure.in 2007-09-25 10:19:08.000000000 +0200
+++ new/yast2-trans-km-2.15.26/configure.in 2007-09-26 14:37:10.000000000 +0200
@@ -3,7 +3,7 @@
dnl -- This file is generated by y2autoconf 2.14.0 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-trans-km, 2.15.25, http://bugs.opensuse.org/, yast2-trans-km)
+AC_INIT(yast2-trans-km, 2.15.26, http://bugs.opensuse.org/, yast2-trans-km)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.15.25"
+VERSION="2.15.26"
RPMNAME="yast2-trans-km"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-km-2.15.25/po/autoinst.km.po new/yast2-trans-km-2.15.26/po/autoinst.km.po
--- old/yast2-trans-km-2.15.25/po/autoinst.km.po 2007-09-25 09:38:07.000000000 +0200
+++ new/yast2-trans-km-2.15.26/po/autoinst.km.po 2007-09-26 14:13:41.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: autoinst.km\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-10 13:39+0200\n"
-"PO-Revision-Date: 2007-09-25 08:35+0700\n"
+"PO-Revision-Date: 2007-09-26 08:14+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem(a)khmeros.info>\n"
"Language-Team: Khmer <support(a)khmeros.info>\n"
"MIME-Version: 1.0\n"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-km-2.15.25/po/base.km.po new/yast2-trans-km-2.15.26/po/base.km.po
--- old/yast2-trans-km-2.15.25/po/base.km.po 2007-09-25 09:38:10.000000000 +0200
+++ new/yast2-trans-km-2.15.26/po/base.km.po 2007-09-26 14:13:44.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: base.km\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-10 14:06+0200\n"
-"PO-Revision-Date: 2007-09-25 08:35+0700\n"
+"PO-Revision-Date: 2007-09-26 08:14+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem(a)khmeros.info>\n"
"Language-Team: Khmer <support(a)khmeros.info>\n"
"MIME-Version: 1.0\n"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-km-2.15.25/po/cd-creator.km.po new/yast2-trans-km-2.15.26/po/cd-creator.km.po
--- old/yast2-trans-km-2.15.25/po/cd-creator.km.po 2007-09-25 09:38:18.000000000 +0200
+++ new/yast2-trans-km-2.15.26/po/cd-creator.km.po 2007-09-26 14:13:51.000000000 +0200
@@ -6,7 +6,7 @@
"Project-Id-Version: cd-creator.km\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-10 13:40+0200\n"
-"PO-Revision-Date: 2007-09-25 08:37+0700\n"
+"PO-Revision-Date: 2007-09-26 08:14+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem(a)khmeros.info>\n"
"Language-Team: Khmer <support(a)khmeros.info>\n"
"MIME-Version: 1.0\n"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-km-2.15.25/po/control-center.km.po new/yast2-trans-km-2.15.26/po/control-center.km.po
--- old/yast2-trans-km-2.15.25/po/control-center.km.po 2007-09-25 09:38:19.000000000 +0200
+++ new/yast2-trans-km-2.15.26/po/control-center.km.po 2007-09-26 14:13:53.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: control-center.km\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-10 13:39+0200\n"
-"PO-Revision-Date: 2007-09-25 08:38+0700\n"
+"PO-Revision-Date: 2007-09-26 08:15+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem(a)khmeros.info>\n"
"Language-Team: Khmer <support(a)khmeros.info>\n"
"MIME-Version: 1.0\n"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-km-2.15.25/po/printer.km.po new/yast2-trans-km-2.15.26/po/printer.km.po
--- old/yast2-trans-km-2.15.25/po/printer.km.po 2007-09-25 09:39:25.000000000 +0200
+++ new/yast2-trans-km-2.15.26/po/printer.km.po 2007-09-26 14:14:58.000000000 +0200
@@ -11,7 +11,7 @@
"Project-Id-Version: printer.km\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-10 13:44+0200\n"
-"PO-Revision-Date: 2007-09-25 08:39+0700\n"
+"PO-Revision-Date: 2007-09-26 08:15+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem(a)khmeros.info>\n"
"Language-Team: Khmer <support(a)khmeros.info>\n"
"MIME-Version: 1.0\n"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-km-2.15.25/po/product-creator.km.po new/yast2-trans-km-2.15.26/po/product-creator.km.po
--- old/yast2-trans-km-2.15.25/po/product-creator.km.po 2007-09-25 09:39:26.000000000 +0200
+++ new/yast2-trans-km-2.15.26/po/product-creator.km.po 2007-09-26 14:14:59.000000000 +0200
@@ -7,7 +7,7 @@
"Project-Id-Version: product-creator.km\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-10 14:04+0200\n"
-"PO-Revision-Date: 2007-09-25 08:39+0700\n"
+"PO-Revision-Date: 2007-09-26 08:15+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem(a)khmeros.info>\n"
"Language-Team: Khmer <support(a)khmeros.info>\n"
"MIME-Version: 1.0\n"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-km-2.15.25/po/profile-manager.km.po new/yast2-trans-km-2.15.26/po/profile-manager.km.po
--- old/yast2-trans-km-2.15.25/po/profile-manager.km.po 2007-09-25 09:39:28.000000000 +0200
+++ new/yast2-trans-km-2.15.26/po/profile-manager.km.po 2007-09-26 14:15:01.000000000 +0200
@@ -10,7 +10,7 @@
"Project-Id-Version: profile-manager.km\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-10 13:45+0200\n"
-"PO-Revision-Date: 2007-09-25 08:40+0700\n"
+"PO-Revision-Date: 2007-09-26 08:15+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem(a)khmeros.info>\n"
"Language-Team: Khmer <support(a)khmeros.info>\n"
"MIME-Version: 1.0\n"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-km-2.15.25/VERSION new/yast2-trans-km-2.15.26/VERSION
--- old/yast2-trans-km-2.15.25/VERSION 2007-09-25 10:19:02.000000000 +0200
+++ new/yast2-trans-km-2.15.26/VERSION 2007-09-26 14:37:04.000000000 +0200
@@ -1 +1 @@
-2.15.25
+2.15.26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 yast2-trans-hu
checked in at Wed Sep 26 15:11:44 CEST 2007.
--------
--- yast2-trans-hu/yast2-trans-hu.changes 2007-09-25 15:58:51.000000000 +0200
+++ /mounts/work_src_done/NOARCH/NOARCH/yast2-trans-hu/yast2-trans-hu.changes 2007-09-26 14:33:26.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Sep 26 14:33:26 2007 - ke(a)suse.de
+
+- Update to version 2.15.16.
+
+------------------------------------------------------------------------
Old:
----
yast2-trans-hu-2.15.15.tar.bz2
New:
----
yast2-trans-hu-2.15.16.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-trans-hu.spec ++++++
--- /var/tmp/diff_new_pack.Oc3747/_old 2007-09-26 15:11:33.000000000 +0200
+++ /var/tmp/diff_new_pack.Oc3747/_new 2007-09-26 15:11:33.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package yast2-trans-hu (Version 2.15.15)
+# spec file for package yast2-trans-hu (Version 2.15.16)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@@ -11,12 +11,12 @@
# norootforbuild
Name: yast2-trans-hu
-Version: 2.15.15
+Version: 2.15.16
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
-Source0: yast2-trans-hu-2.15.15.tar.bz2
+Source0: yast2-trans-hu-2.15.16.tar.bz2
Prefix: /usr
Provides: locale(yast2:hu)
BuildRequires: pkgconfig yast2-devtools
@@ -29,7 +29,7 @@
%prep
-%setup -n yast2-trans-hu-2.15.15
+%setup -n yast2-trans-hu-2.15.16
%build
autoreconf --force --install
@@ -61,6 +61,8 @@
%dir /usr/share/YaST2/locale
%lang(hu) /usr/share/YaST2/locale/hu
%changelog
+* Wed Sep 26 2007 - ke(a)suse.de
+- Update to version 2.15.16.
* Tue Sep 25 2007 - ke(a)suse.de
- Update to version 2.15.15.
* Mon Sep 24 2007 - ke(a)suse.de
++++++ yast2-trans-hu-2.15.15.tar.bz2 -> yast2-trans-hu-2.15.16.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.15.15/configure new/yast2-trans-hu-2.15.16/configure
--- old/yast2-trans-hu-2.15.15/configure 2007-09-25 15:59:09.000000000 +0200
+++ new/yast2-trans-hu-2.15.16/configure 2007-09-26 14:33:36.000000000 +0200
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.60 for yast2-trans-hu 2.15.15.
+# Generated by GNU Autoconf 2.60 for yast2-trans-hu 2.15.16.
#
# Report bugs to <http://bugs.opensuse.org/>.
#
@@ -559,8 +559,8 @@
# Identity of this package.
PACKAGE_NAME='yast2-trans-hu'
PACKAGE_TARNAME='yast2-trans-hu'
-PACKAGE_VERSION='2.15.15'
-PACKAGE_STRING='yast2-trans-hu 2.15.15'
+PACKAGE_VERSION='2.15.16'
+PACKAGE_STRING='yast2-trans-hu 2.15.16'
PACKAGE_BUGREPORT='http://bugs.opensuse.org/'
ac_unique_file="RPMNAME"
@@ -1186,7 +1186,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures yast2-trans-hu 2.15.15 to adapt to many kinds of systems.
+\`configure' configures yast2-trans-hu 2.15.16 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1257,7 +1257,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of yast2-trans-hu 2.15.15:";;
+ short | recursive ) echo "Configuration of yast2-trans-hu 2.15.16:";;
esac
cat <<\_ACEOF
@@ -1337,7 +1337,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-yast2-trans-hu configure 2.15.15
+yast2-trans-hu configure 2.15.16
generated by GNU Autoconf 2.60
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1351,7 +1351,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by yast2-trans-hu $as_me 2.15.15, which was
+It was created by yast2-trans-hu $as_me 2.15.16, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ $0 $@
@@ -2152,7 +2152,7 @@
# Define the identity of the package.
PACKAGE='yast2-trans-hu'
- VERSION='2.15.15'
+ VERSION='2.15.16'
cat >>confdefs.h <<_ACEOF
@@ -2379,7 +2379,7 @@
-VERSION="2.15.15"
+VERSION="2.15.16"
RPMNAME="yast2-trans-hu"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
@@ -3316,7 +3316,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by yast2-trans-hu $as_me 2.15.15, which was
+This file was extended by yast2-trans-hu $as_me 2.15.16, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3359,7 +3359,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-yast2-trans-hu config.status 2.15.15
+yast2-trans-hu config.status 2.15.16
configured by $0, generated by GNU Autoconf 2.60,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.15.15/configure.in new/yast2-trans-hu-2.15.16/configure.in
--- old/yast2-trans-hu-2.15.15/configure.in 2007-09-25 15:59:05.000000000 +0200
+++ new/yast2-trans-hu-2.15.16/configure.in 2007-09-26 14:33:32.000000000 +0200
@@ -3,7 +3,7 @@
dnl -- This file is generated by y2autoconf 2.14.0 - DO NOT EDIT! --
dnl (edit configure.in.in instead)
-AC_INIT(yast2-trans-hu, 2.15.15, http://bugs.opensuse.org/, yast2-trans-hu)
+AC_INIT(yast2-trans-hu, 2.15.16, http://bugs.opensuse.org/, yast2-trans-hu)
dnl Check for presence of file 'RPMNAME'
AC_CONFIG_SRCDIR([RPMNAME])
@@ -17,7 +17,7 @@
AM_INIT_AUTOMAKE(tar-ustar) dnl searches for some needed programs
dnl Important YaST2 variables
-VERSION="2.15.15"
+VERSION="2.15.16"
RPMNAME="yast2-trans-hu"
MAINTAINER="Karl Eichwalder <ke(a)suse.de>"
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.15.15/po/network.hu.po new/yast2-trans-hu-2.15.16/po/network.hu.po
--- old/yast2-trans-hu-2.15.15/po/network.hu.po 2007-09-25 15:48:28.000000000 +0200
+++ new/yast2-trans-hu-2.15.16/po/network.hu.po 2007-09-26 13:52:53.000000000 +0200
@@ -13,10 +13,10 @@
# Kalman Kemenczy <kkemenczy(a)novell.com>, 2006, 2007.
msgid ""
msgstr ""
-"Project-Id-Version: network\n"
+"Project-Id-Version: network.hu\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-24 14:30+0200\n"
-"PO-Revision-Date: 2007-09-25 09:59+0200\n"
+"PO-Revision-Date: 2007-09-25 18:26+0200\n"
"Last-Translator: Kalman Kemenczy <kkemenczy(a)novell.com>\n"
"Language-Team: <hu(a)li.org>\n"
"MIME-Version: 1.0\n"
@@ -2324,27 +2324,27 @@
#. Network card name (wireless)
#: src/lan/cards.ycp:64
msgid "Wireless device using kernel module p80211.o"
-msgstr "Vezeték nélküli eszköz a p80211.o rendszermag-modullal"
+msgstr "Vezeték nélküli eszköz a p80211.o kernelmodullal"
#. Network card name (wireless)
#: src/lan/cards.ycp:69
msgid "Wireless device using kernel module prism2_cs.o"
-msgstr "Vezeték nélküli eszköz a prism2_cs.o rendszermag-modullal"
+msgstr "Vezeték nélküli eszköz a prism2_cs.o kernelmodullal"
#. Network card name (wireless)
#: src/lan/cards.ycp:74
msgid "Wireless device using kernel module prism2_pci.o"
-msgstr "Vezeték nélküli eszköz a prism2_pci.o rendszermag-modullal"
+msgstr "Vezeték nélküli eszköz a prism2_pci.o kernelmodullal"
#. Network card name (wireless)
#: src/lan/cards.ycp:79
msgid "Wireless device using kernel module prism2_plx.o"
-msgstr "Vezeték nélküli eszköz a prism2_plx.o rendszermag-modullal"
+msgstr "Vezeték nélküli eszköz a prism2_plx.o kernelmodullal"
#. Network card name (wireless)
#: src/lan/cards.ycp:84
msgid "Wireless device using kernel module prism2_usb.o"
-msgstr "Vezeték nélküli eszköz a prism2_usb.o rendszermag-modullal"
+msgstr "Vezeték nélküli eszköz a prism2_usb.o kernelmodullal"
#. Network card name
#: src/lan/cards.ycp:91
@@ -2720,7 +2720,7 @@
#. Frame label
#: src/lan/hardware.ycp:145
msgid "&Kernel Module"
-msgstr "Rendszermagmodulo&k"
+msgstr "&Kernelmodulok"
# /usr/lib/YaST2/clients/lan.ycp:271
# clients/lan_modem.ycp:568
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.15.15/po/packager.hu.po new/yast2-trans-hu-2.15.16/po/packager.hu.po
--- old/yast2-trans-hu-2.15.15/po/packager.hu.po 2007-09-24 10:26:29.000000000 +0200
+++ new/yast2-trans-hu-2.15.16/po/packager.hu.po 2007-09-26 14:11:57.000000000 +0200
@@ -18,14 +18,14 @@
"Project-Id-Version: packager\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-08-21 11:16+0200\n"
-"PO-Revision-Date: 2007-09-22 22:26+0200\n"
+"PO-Revision-Date: 2007-09-25 15:54+0200\n"
"Last-Translator: Kalman Kemenczy <kkemenczy(a)novell.com>\n"
"Language-Team: <hu(a)li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
# /usr/lib/YaST2/clients/inst_confirm_abort.ycp:76
#. headline
@@ -2625,7 +2625,7 @@
#. the string is follwed by a media number, e.g. "Medium 1"
#: src/modules/SlideShow.ycp:31
msgid "Medium"
-msgstr "Közeg"
+msgstr "Adathordozó"
# /usr/lib/YaST2/clients/inst_config_x11.ycp:145
#. When data throughput goes downhill (stalled network connection etc.),
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/yast2-trans-hu-2.15.15/VERSION new/yast2-trans-hu-2.15.16/VERSION
--- old/yast2-trans-hu-2.15.15/VERSION 2007-09-25 15:58:51.000000000 +0200
+++ new/yast2-trans-hu-2.15.16/VERSION 2007-09-26 14:33:26.000000000 +0200
@@ -1 +1 @@
-2.15.15
+2.15.16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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