Hello community, here is the log from the commit of package yast2-tune for openSUSE:Factory checked in at 2012-04-12 09:59:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-tune (Old) and /work/SRC/openSUSE:Factory/.yast2-tune.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "yast2-tune", Maintainer is "lslezak@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-tune/yast2-tune.changes 2011-10-04 18:04:18.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-tune.new/yast2-tune.changes 2012-04-12 10:00:49.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Apr 10 08:39:17 UTC 2012 - lslezak@suse.cz + +- fixed comment for translators (bnc#756202) +- 2.22.0 + +------------------------------------------------------------------- +Thu Mar 29 16:43:33 CEST 2012 - jsuchome@suse.cz + +- merged proofread texts + +------------------------------------------------------------------- Old: ---- yast2-tune-2.21.3.tar.bz2 New: ---- yast2-tune-2.22.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-tune.spec ++++++ --- /var/tmp/diff_new_pack.RLJOB1/_old 2012-04-12 10:00:50.000000000 +0200 +++ /var/tmp/diff_new_pack.RLJOB1/_new 2012-04-12 10:00:50.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package yast2-tune # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,32 +15,45 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: yast2-tune -Version: 2.21.3 +Version: 2.22.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-tune-%{version}.tar.bz2 -Prefix: /usr - -Group: System/YaST -License: GPL-2.0+ -BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-bootloader yast2-devtools yast2-testsuite +BuildRequires: perl-XML-Writer +BuildRequires: update-desktop-files +BuildRequires: yast2 +BuildRequires: yast2-bootloader +BuildRequires: yast2-devtools +BuildRequires: yast2-testsuite # hwinfo/classnames.ycp # Wizard::SetDesktopTitleAndIcon Requires: yast2 >= 2.21.22 Requires: yast2-bootloader -Provides: yast2-config-hwinfo yast2-tune-idedma yast2-trans-tune -Obsoletes: yast2-config-hwinfo yast2-tune-idedma yast2-trans-tune -Provides: yast2-trans-hwinfo yast2-trans-idedma y2c_tune y2t_tune yast2-config-tune -Obsoletes: yast2-trans-hwinfo yast2-trans-idedma y2c_tune y2t_tune yast2-config-tune +Provides: yast2-config-hwinfo +Provides: yast2-trans-tune +Provides: yast2-tune-idedma +Obsoletes: yast2-config-hwinfo +Obsoletes: yast2-trans-tune +Obsoletes: yast2-tune-idedma +Provides: y2c_tune +Provides: y2t_tune +Provides: yast2-config-tune +Provides: yast2-trans-hwinfo +Provides: yast2-trans-idedma +Obsoletes: y2c_tune +Obsoletes: y2t_tune +Obsoletes: yast2-config-tune +Obsoletes: yast2-trans-hwinfo +Obsoletes: yast2-trans-idedma Summary: YaST2 - Hardware Tuning +License: GPL-2.0+ +Group: System/YaST %description This package contains the YaST2 component for hardware configuration. @@ -49,23 +62,23 @@ %setup -n yast2-tune-%{version} %build -%{prefix}/bin/y2tool y2autoconf -%{prefix}/bin/y2tool y2automake +%{_prefix}/bin/y2tool y2autoconf +%{_prefix}/bin/y2tool y2automake autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" %{?suse_update_config:%{suse_update_config -f}} -./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} +./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} # V=1: verbose build in case we used AM_SILENT_RULES(yes) # so that RPM_OPT_FLAGS check works make %{?jobs:-j%jobs} V=1 %install make install DESTDIR="$RPM_BUILD_ROOT" -[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" -for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do +[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" +for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name "*.desktop"` ; do d=${f##*/} %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} done @@ -84,11 +97,11 @@ /usr/share/YaST2/include/hwinfo/* /usr/share/YaST2/clients/*.ycp -%{prefix}/share/applications/YaST2/hwinfo.desktop -%{prefix}/share/applications/YaST2/system_settings.desktop +%{_prefix}/share/applications/YaST2/hwinfo.desktop +%{_prefix}/share/applications/YaST2/system_settings.desktop /usr/share/YaST2/modules/*.ycp /usr/share/YaST2/modules/*.ybc /usr/share/YaST2/scrconf/*.scr -%doc %{prefix}/share/doc/packages/yast2-tune +%doc %{_prefix}/share/doc/packages/yast2-tune %changelog ++++++ yast2-tune-2.21.3.tar.bz2 -> yast2-tune-2.22.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tune-2.21.3/VERSION new/yast2-tune-2.22.0/VERSION --- old/yast2-tune-2.21.3/VERSION 2011-10-04 10:00:00.000000000 +0200 +++ new/yast2-tune-2.22.0/VERSION 2012-04-10 10:39:06.000000000 +0200 @@ -1 +1 @@ -2.21.3 +2.22.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tune-2.21.3/configure new/yast2-tune-2.22.0/configure --- old/yast2-tune-2.21.3/configure 2011-10-04 10:00:27.000000000 +0200 +++ new/yast2-tune-2.22.0/configure 2012-04-10 10:42:31.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for yast2-tune 2.21.3. +# Generated by GNU Autoconf 2.68 for yast2-tune 2.22.0. # # Report bugs to <http://bugs.opensuse.org/>. # @@ -559,8 +559,8 @@ # Identity of this package. PACKAGE_NAME='yast2-tune' PACKAGE_TARNAME='yast2-tune' -PACKAGE_VERSION='2.21.3' -PACKAGE_STRING='yast2-tune 2.21.3' +PACKAGE_VERSION='2.22.0' +PACKAGE_STRING='yast2-tune 2.22.0' PACKAGE_BUGREPORT='http://bugs.opensuse.org/' PACKAGE_URL='' @@ -1231,7 +1231,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-tune 2.21.3 to adapt to many kinds of systems. +\`configure' configures yast2-tune 2.22.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1302,7 +1302,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of yast2-tune 2.21.3:";; + short | recursive ) echo "Configuration of yast2-tune 2.22.0:";; esac cat <<\_ACEOF @@ -1382,7 +1382,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -yast2-tune configure 2.21.3 +yast2-tune configure 2.22.0 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1399,7 +1399,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-tune $as_me 2.21.3, which was +It was created by yast2-tune $as_me 2.22.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2329,7 +2329,7 @@ # Define the identity of the package. PACKAGE='yast2-tune' - VERSION='2.21.3' + VERSION='2.22.0' cat >>confdefs.h <<_ACEOF @@ -2451,7 +2451,7 @@ -VERSION="2.21.3" +VERSION="2.22.0" RPMNAME="yast2-tune" MAINTAINER="Ladislav Slezak <lslezak@suse.cz>" @@ -3394,7 +3394,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by yast2-tune $as_me 2.21.3, which was +This file was extended by yast2-tune $as_me 2.22.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -3447,7 +3447,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -yast2-tune config.status 2.21.3 +yast2-tune config.status 2.22.0 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tune-2.21.3/configure.in new/yast2-tune-2.22.0/configure.in --- old/yast2-tune-2.21.3/configure.in 2011-10-04 10:00:25.000000000 +0200 +++ new/yast2-tune-2.22.0/configure.in 2012-04-10 10:42:29.000000000 +0200 @@ -1,9 +1,9 @@ dnl configure.in for yast2-tune dnl -dnl -- This file is generated by y2autoconf 2.21.4 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.21.6 - DO NOT EDIT! -- dnl (edit configure.in.in instead) -AC_INIT(yast2-tune, 2.21.3, http://bugs.opensuse.org/, yast2-tune) +AC_INIT(yast2-tune, 2.22.0, http://bugs.opensuse.org/, yast2-tune) dnl Check for presence of file 'RPMNAME' AC_CONFIG_SRCDIR([RPMNAME]) @@ -18,7 +18,7 @@ AM_INIT_AUTOMAKE(tar-ustar -Wno-portability) dnl Important YaST2 variables -VERSION="2.21.3" +VERSION="2.22.0" RPMNAME="yast2-tune" MAINTAINER="Ladislav Slezak <lslezak@suse.cz>" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tune-2.21.3/hwinfo/src/routines.ycp new/yast2-tune-2.22.0/hwinfo/src/routines.ycp --- old/yast2-tune-2.21.3/hwinfo/src/routines.ycp 2009-01-27 18:03:52.000000000 +0100 +++ new/yast2-tune-2.22.0/hwinfo/src/routines.ycp 2012-04-10 10:41:28.000000000 +0200 @@ -2,7 +2,7 @@ * File: routines.ycp * * Author: Ladislav Slezak <lslezak@suse.cz> - * $Id: routines.ycp 55101 2009-01-27 17:03:52Z lslezak $ + * $Id: routines.ycp 67827 2012-03-29 14:43:51Z jsuchome $ * * Functions used in hwinfo and in init_hwinfo modules. */ @@ -261,7 +261,7 @@ // tree node string - CPU information "mhz" : [ _("Frequency"), "yast-hardware"], // tree node string - CPU information - "fdiv_bug" : [ _( "Floating point division bug"), "yast-hardware"], + "fdiv_bug" : [ _("Floating point division bug"), "yast-hardware"], // tree node string - CPU information "flags" : [ _("Flags"), "yast-hardware"], // tree node string - CPU information diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-tune-2.21.3/hwinfo/src/system_settings_dialogs.ycp new/yast2-tune-2.22.0/hwinfo/src/system_settings_dialogs.ycp --- old/yast2-tune-2.21.3/hwinfo/src/system_settings_dialogs.ycp 2011-09-13 13:42:03.000000000 +0200 +++ new/yast2-tune-2.22.0/hwinfo/src/system_settings_dialogs.ycp 2012-04-10 10:42:18.000000000 +0200 @@ -9,7 +9,7 @@ * Authors: * Lukas Ocilka <locilka@suse.cz> * - * $Id: system_settings_dialogs.ycp 65687 2011-09-13 11:42:38Z lslezak $ + * $Id: system_settings_dialogs.ycp 67870 2012-04-10 08:42:16Z lslezak $ * */ @@ -98,11 +98,11 @@ "handle" : HandleElevatorSettings, "init" : InitElevatorSettings, "store" : StoreElevatorSettings, - // help text for the scheduler widget, do not translate 'cfg' + // help text for the scheduler widget, do not translate 'cfq' "help" : _("<p><b><big>Global I/O Scheduler</big></b><br> -It is possible to select the algorithm which orders and sends commands to disk +Select the algorithm which orders and sends commands to disk devices. This is a global option, it will be used for all disk devices in the -system. If the option is not configured the default (usually 'cfq') scheduler +system. If the option is not configured, the default scheduler (usually 'cfq') will be used. See the documentation in the /usr/src/linux/Documentation/block directory (package kernel-source) for more information.</p> "), -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org