Hello community, here is the log from the commit of package yast2-irda for openSUSE:Factory checked in at 2012-01-20 20:26:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-irda (Old) and /work/SRC/openSUSE:Factory/.yast2-irda.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-irda", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-irda/yast2-irda.changes 2011-10-04 18:01:38.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-irda.new/yast2-irda.changes 2012-01-20 20:29:45.000000000 +0100 @@ -1,0 +2,11 @@ +Fri Jan 13 11:07:28 CET 2012 - [email protected] + +- confirmed license +- 2.22.0 + +------------------------------------------------------------------- +Wed Dec 7 10:04:25 UTC 2011 - [email protected] + +- fix license to be in spdx.org format + +------------------------------------------------------------------- Old: ---- yast2-irda-2.21.1.tar.bz2 New: ---- yast2-irda-2.22.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-irda.spec ++++++ --- /var/tmp/diff_new_pack.5ZX6c7/_old 2012-01-20 20:30:03.000000000 +0100 +++ /var/tmp/diff_new_pack.5ZX6c7/_new 2012-01-20 20:30:03.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-irda # -# 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,20 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: yast2-irda -Version: 2.21.1 +Version: 2.22.0 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-irda-%{version}.tar.bz2 -Prefix: /usr - Group: System/YaST -License: GPL-2.0+ +License: GPL-2.0 BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2 yast2-devtools yast2-testsuite Requires: yast2 >= 2.21.22 @@ -44,23 +41,22 @@ %setup -n yast2-irda-%{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 @@ -74,8 +70,9 @@ /usr/share/YaST2/include/irda/* /usr/share/YaST2/clients/irda.ycp /usr/share/YaST2/modules/Irda.* -%{prefix}/share/applications/YaST2/irda.desktop +%{_prefix}/share/applications/YaST2/irda.desktop /usr/share/YaST2/scrconf/*.scr -%doc %{prefix}/share/doc/packages/yast2-irda +%doc %{_prefix}/share/doc/packages/yast2-irda +%doc COPYING %changelog ++++++ yast2-irda-2.21.1.tar.bz2 -> yast2-irda-2.22.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-irda-2.21.1/VERSION new/yast2-irda-2.22.0/VERSION --- old/yast2-irda-2.21.1/VERSION 2011-09-29 10:47:17.000000000 +0200 +++ new/yast2-irda-2.22.0/VERSION 2012-01-13 11:05:40.000000000 +0100 @@ -1 +1 @@ -2.21.1 +2.22.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-irda-2.21.1/configure.in new/yast2-irda-2.22.0/configure.in --- old/yast2-irda-2.21.1/configure.in 2011-09-29 10:47:32.000000000 +0200 +++ new/yast2-irda-2.22.0/configure.in 2011-10-05 10:07:42.000000000 +0200 @@ -1,6 +1,6 @@ dnl configure.in for yast2-irda dnl -dnl -- This file is generated by y2autoconf 2.21.2 - DO NOT EDIT! -- +dnl -- This file is generated by y2autoconf 2.21.3 - DO NOT EDIT! -- dnl (edit configure.in.in instead) AC_INIT(yast2-irda, 2.21.1, http://bugs.opensuse.org/, yast2-irda) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-irda-2.21.1/irda.pot new/yast2-irda-2.22.0/irda.pot --- old/yast2-irda-2.21.1/irda.pot 1970-01-01 01:00:00.000000000 +0100 +++ new/yast2-irda-2.22.0/irda.pot 2011-10-05 10:07:48.000000000 +0200 @@ -0,0 +1,158 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR SuSE Linux Products GmbH, Nuernberg +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2011-10-05 10:07+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <[email protected]>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=CHARSET\n" +"Content-Transfer-Encoding: 8bit\n" + +#. Irda read dialog caption +#: src/Irda.ycp:86 +msgid "Saving IrDA Configuration" +msgstr "" + +#. Progress stage 1/2 +#: src/Irda.ycp:91 +msgid "Write the settings" +msgstr "" + +#. Progress stage 2/2 +#: src/Irda.ycp:93 +msgid "Restart the service" +msgstr "" + +#. Progress step 1/2 +#: src/Irda.ycp:96 +msgid "Writing the settings..." +msgstr "" + +#. Progress step 2/2 +#: src/Irda.ycp:98 +msgid "Restarting service..." +msgstr "" + +#. Progress finished +#: src/Irda.ycp:100 +msgid "Finished" +msgstr "" + +#. Command line help text for the Xirda module +#: src/irda.ycp:83 +msgid "Configuration of IrDA" +msgstr "" + +#. command line help text for 'enable' action +#: src/irda.ycp:91 +msgid "Enable IrDA" +msgstr "" + +#. command line help text for 'disable' action +#: src/irda.ycp:96 +msgid "Disable IrDA" +msgstr "" + +#. command line help text for 'configure' action +#: src/irda.ycp:101 +msgid "Change the IrDA configuration" +msgstr "" + +#. command line help text for the 'port' option +#: src/irda.ycp:107 +msgid "Serial port" +msgstr "" + +#. Wait text label +#: src/ui.ycp:84 +msgid "Initializing -- please wait..." +msgstr "" + +#. Popup label (heading) +#: src/ui.ycp:111 +msgid "IrDA Test" +msgstr "" + +#. log view label (log will contain english messages) +#: src/ui.ycp:117 +msgid "Discovery log (kernel diagnostics)" +msgstr "" + +#. error text +#: src/ui.ycp:149 +msgid "The testing application is not responding." +msgstr "" + +#. For translators: Caption of the dialog +#: src/ui.ycp:191 +msgid "IrDA Configuration" +msgstr "" + +#. help text for IrDA 1/4 +#: src/ui.ycp:194 +msgid "<p>Here, configure an infrared interface (<b>IrDA</b>) for your computer.</p>" +msgstr "" + +#. help text for IrDA 2/4 +#: src/ui.ycp:197 +msgid "<p>Choose the correct serial port for <b>Port</b>. Refer to your BIOS setup to find out which is correct.</p>" +msgstr "" + +#. help text for IrDA 3/4 +#: src/ui.ycp:200 +msgid "<p>To test if it works, put your IrDA device (phone, PDA, etc.) in range of your infrared port and push <b>Test</b>.</p>" +msgstr "" + +#. help text for IrDA 4/4 +#: src/ui.ycp:203 +msgid "<p>For some mobile phones, the speed of the infrared connection must be limited. Try setting <b>Maximum Baud Rate</b> if you encounter problems.</p>" +msgstr "" + +#. radio button label +#: src/ui.ycp:219 +msgid "Do No&t Start IrDA" +msgstr "" + +#. radio button label +#: src/ui.ycp:222 +msgid "&Start IrDA" +msgstr "" + +#. frame label +#: src/ui.ycp:226 +msgid "Basic IrDA Settings" +msgstr "" + +#. combobox label +#: src/ui.ycp:231 +msgid "&Port" +msgstr "" + +#. button label +#: src/ui.ycp:235 +msgid "&Test" +msgstr "" + +#. frame label +#: src/ui.ycp:241 +msgid "Baud Rate Limit" +msgstr "" + +#. checkbox label +#: src/ui.ycp:246 +msgid "&Limit Baud Rate" +msgstr "" + +#. combobox label +#: src/ui.ycp:250 +msgid "&Maximum Baud Rate" +msgstr "" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-irda-2.21.1/src/Irda.ycp new/yast2-irda-2.22.0/src/Irda.ycp --- old/yast2-irda-2.21.1/src/Irda.ycp 2011-09-29 10:46:38.000000000 +0200 +++ new/yast2-irda-2.22.0/src/Irda.ycp 2012-01-13 11:08:06.000000000 +0100 @@ -1,10 +1,30 @@ +/* ------------------------------------------------------------------------------ + * Copyright (c) 2006-2012 Novell, Inc. All Rights Reserved. + * + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of version 2 of the GNU General Public License as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you may find + * current contact information at www.novell.com. + * ------------------------------------------------------------------------------ + */ + /** * File: modules/Irda.ycp * Package: Configuration of irda * Summary: Irda settings, input and output functions * Authors: Jiri Suchomel <[email protected]> * - * $Id: Irda.ycp 59849 2009-11-30 09:04:27Z jsuchome $ + * $Id: Irda.ycp 67174 2012-01-13 10:08:05Z jsuchome $ * * Representation of the IrDA configuration. * Input and output routines. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-irda-2.21.1/src/irda.ycp new/yast2-irda-2.22.0/src/irda.ycp --- old/yast2-irda-2.21.1/src/irda.ycp 2011-09-29 10:46:38.000000000 +0200 +++ new/yast2-irda-2.22.0/src/irda.ycp 2012-01-13 11:08:06.000000000 +0100 @@ -1,10 +1,30 @@ +/* ------------------------------------------------------------------------------ + * Copyright (c) 2006-2012 Novell, Inc. All Rights Reserved. + * + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of version 2 of the GNU General Public License as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you may find + * current contact information at www.novell.com. + * ------------------------------------------------------------------------------ + */ + /** * File: clients/irda.ycp * Package: Configuration of irda * Summary: Main file * Authors: Jiri Suchomel <[email protected]> * - * $Id: irda.ycp 22889 2005-04-01 09:12:51Z jsuchome $ + * $Id: irda.ycp 67174 2012-01-13 10:08:05Z jsuchome $ * * Main file for irda configuration. Uses all other files. */ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-irda-2.21.1/src/ui.ycp new/yast2-irda-2.22.0/src/ui.ycp --- old/yast2-irda-2.21.1/src/ui.ycp 2011-09-29 10:48:06.000000000 +0200 +++ new/yast2-irda-2.22.0/src/ui.ycp 2012-01-13 11:08:06.000000000 +0100 @@ -1,10 +1,30 @@ +/* ------------------------------------------------------------------------------ + * Copyright (c) 2006-2012 Novell, Inc. All Rights Reserved. + * + * + * This program is free software; you can redistribute it and/or modify it under + * the terms of version 2 of the GNU General Public License as published by the + * Free Software Foundation. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License along with + * this program; if not, contact Novell, Inc. + * + * To contact Novell about this file by physical or electronic mail, you may find + * current contact information at www.novell.com. + * ------------------------------------------------------------------------------ + */ + /** * File: include/irda/ui.ycp * Package: Configuration of irda * Summary: Dialogs definitions * Authors: Jiri Suchomel <[email protected]> * - * $Id: ui.ycp 66131 2011-09-29 08:48:06Z visnov $ + * $Id: ui.ycp 67174 2012-01-13 10:08:05Z jsuchome $ */ { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
