Mailinglist Archive: opensuse-commit (1500 mails)

< Previous Next >
commit opensuse-updater
  • From: root@xxxxxxx (h_root)
  • Date: Fri, 10 Nov 2006 01:51:57 +0100 (CET)
  • Message-id: <20061110005157.7D46F19AA49@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package opensuse-updater
checked in at Fri Nov 10 01:51:57 CET 2006.

--------
--- KDE/opensuse-updater/opensuse-updater.changes 2006-11-07 17:22:09.000000000 +0100
+++ /mounts/work_src_done/STABLE/opensuse-updater/opensuse-updater.changes 2006-11-09 15:26:07.000000000 +0100
@@ -1,0 +2,14 @@
+Thu Nov 9 15:20:41 CET 2006 - dmacvicar@xxxxxxx
+
+- fix message extraction
+- r450
+
+-------------------------------------------------------------------
+Thu Nov 9 14:49:45 CET 2006 - dmacvicar@xxxxxxx
+
+- Complain if can't launch the helper
+- Use plural and .arg() for translations
+- extract strings from ui fles
+- r448
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ opensuse-updater.spec ++++++
--- /var/tmp/diff_new_pack.fLuJLc/_old 2006-11-10 01:50:28.000000000 +0100
+++ /var/tmp/diff_new_pack.fLuJLc/_new 2006-11-10 01:50:28.000000000 +0100
@@ -8,7 +8,6 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

-# norootforbuild

Name: opensuse-updater
BuildRequires: kdelibs3-devel update-desktop-files
@@ -16,7 +15,7 @@
Group: System/Management
Summary: KDE updater applet for OpenSUSE
Version: 0.4
-Release: 5
+Release: 7
URL: http://en.opensuse.org/KDE_Updater_Applet
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: opensuseupdater-%{version}.tar.bz2
@@ -71,6 +70,14 @@
/opt/kde3/share/config.kcfg/opensuseupdater_settings.kcfg

%changelog -n opensuse-updater
+* Thu Nov 09 2006 - dmacvicar@xxxxxxx
+- fix message extraction
+- r450
+* Thu Nov 09 2006 - dmacvicar@xxxxxxx
+- Complain if can't launch the helper
+- Use plural and .arg() for translations
+- extract strings from ui fles
+- r448
* Tue Nov 07 2006 - dmacvicar@xxxxxxx
- add translations
- r445

++++++ opensuseupdater-0.4.tar.bz2 ++++++
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/Makefile.in new/opensuseupdater-0.4/Makefile.in
--- old/opensuseupdater-0.4/Makefile.in 2006-11-07 17:20:53.000000000 +0100
+++ new/opensuseupdater-0.4/Makefile.in 2006-11-09 15:21:05.000000000 +0100
@@ -960,7 +960,7 @@


#>+ 2
-KDE_DIST=stamp-h.in subdirs Makefile.in opensuse-updater.spec.in configure.files config.h.in configure.in Makefile.cvs aclocal.m4 Doxyfile svn-commit.tmp configure Makefile.am acinclude.m4 subdirs.cvs.sh.7080
+KDE_DIST=stamp-h.in subdirs Makefile.in opensuse-updater.spec.in configure.files config.h.in configure.in Makefile.cvs aclocal.m4 Doxyfile svn-commit.tmp rc.cpp acinclude.m4 configure Makefile.am subdirs.cvs.sh.7080

#>+ 2
docs-am:
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/kxmlrpcclient/Makefile.am new/opensuseupdater-0.4/kxmlrpcclient/Makefile.am
--- old/opensuseupdater-0.4/kxmlrpcclient/Makefile.am 2006-10-02 11:09:12.000000000 +0200
+++ new/opensuseupdater-0.4/kxmlrpcclient/Makefile.am 2006-11-09 15:07:32.000000000 +0100
@@ -3,6 +3,10 @@
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)

+messages: rc.cpp
+ $(EXTRACTRC) *.ui >> rc.cpp
+ $(XGETTEXT) *.cpp -o $(podir)/kxmlrpcclient.pot
+
# the library search path.
libkxmlrpcclient_la_LDFLAGS = $(KDE_RPATH) $(all_libraries)

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/kxmlrpcclient/Makefile.in new/opensuseupdater-0.4/kxmlrpcclient/Makefile.in
--- old/opensuseupdater-0.4/kxmlrpcclient/Makefile.in 2006-11-07 17:20:53.000000000 +0100
+++ new/opensuseupdater-0.4/kxmlrpcclient/Makefile.in 2006-11-09 15:21:05.000000000 +0100
@@ -680,6 +680,10 @@
tags uninstall uninstall-am uninstall-includeHEADERS \
uninstall-info-am uninstall-libLTLIBRARIES uninstall-local

+
+messages: rc.cpp
+ $(EXTRACTRC) *.ui >> rc.cpp
+ $(XGETTEXT) *.cpp -o $(podir)/kxmlrpcclient.pot
apidox-am-yes:
@if test \! -d "$(top_srcdir)/doc/common/" && test -z "$$DOXDATA" ; then \
export DOXDATA=$(kde_libs_htmldir)/en/common ; \
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/po/Makefile.in new/opensuseupdater-0.4/po/Makefile.in
--- old/opensuseupdater-0.4/po/Makefile.in 2006-11-07 17:20:53.000000000 +0100
+++ new/opensuseupdater-0.4/po/Makefile.in 2006-11-09 15:21:05.000000000 +0100
@@ -500,7 +500,7 @@


#>+ 2
-KDE_DIST=tr.gmo bs.po zh_CN.po sv.gmo sr.gmo ta.gmo ko.gmo sl.gmo da.po ru.gmo he.gmo nb.gmo ka.gmo uk.po gl.po bn.po de.po et.po ja.gmo bs.gmo ta.po nb.po fr.po et.gmo el.po cs.po zh_CN.gmo tr.po sk.gmo he.po id.gmo ar.gmo en_US.po ro.po bg.po pt_BR.po ja.po it.gmo fi.gmo hi.gmo de.gmo lo.gmo es.po pt.gmo hi.po es.gmo en_GB.po vi.po it.po nl.gmo da.gmo ca.gmo pa.po mk.po id.po nl.po sr.po zh_TW.gmo pl.gmo pt.po uk.gmo km.gmo hr.po ru.po bg.gmo en_GB.gmo fi.po ko.po bn.gmo el.gmo ar.po kio_udshttp.pot fr.gmo ca.po ro.gmo mk.gmo zh_TW.po lt.gmo cs.gmo pt_BR.gmo Makefile.in hr.gmo cy.gmo sv.po vi.gmo hu.po lt.po cy.po pl.po en_US.gmo ka.po km.po pa.gmo opensuseupdater.pot lo.po gl.gmo sk.po hu.gmo Makefile.am sl.po
+KDE_DIST=tr.gmo bs.po zh_CN.po sv.gmo sr.gmo ta.gmo ko.gmo sl.gmo da.po ru.gmo he.gmo nb.gmo ka.gmo uk.po gl.po bn.po de.po et.po ja.gmo bs.gmo ta.po nb.po fr.po et.gmo el.po cs.po zh_CN.gmo tr.po sk.gmo he.po id.gmo ar.gmo en_US.po ro.po bg.po pt_BR.po ja.po it.gmo fi.gmo hi.gmo de.gmo lo.gmo es.po pt.gmo hi.po es.gmo en_GB.po vi.po it.po nl.gmo da.gmo ca.gmo kxmlrpcclient.pot pa.po mk.po id.po nl.po sr.po zh_TW.gmo pl.gmo pt.po uk.gmo km.gmo hr.po ru.po bg.gmo en_GB.gmo fi.po ko.po bn.gmo el.gmo ar.po kio_udshttp.pot fr.gmo ca.po ro.gmo mk.gmo zh_TW.po lt.gmo cs.gmo pt_BR.gmo Makefile.in hr.gmo cy.gmo sv.po vi.gmo hu.po lt.po cy.po pl.po en_US.gmo ka.po km.po pa.gmo opensuseupdater.pot lo.po gl.gmo sk.po hu.gmo Makefile.am sl.po

#>+ 145
zh_CN.gmo: zh_CN.po
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/po/kio_udshttp.pot new/opensuseupdater-0.4/po/kio_udshttp.pot
--- old/opensuseupdater-0.4/po/kio_udshttp.pot 2006-10-18 15:25:47.000000000 +0200
+++ new/opensuseupdater-0.4/po/kio_udshttp.pot 2006-11-09 15:18:17.000000000 +0100
@@ -7,12 +7,12 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-10-18 15:25+0200\n"
+"POT-Creation-Date: 2006-11-09 15:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@xxxxxx>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: udshttp.cpp:128
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/po/kxmlrpcclient.pot new/opensuseupdater-0.4/po/kxmlrpcclient.pot
--- old/opensuseupdater-0.4/po/kxmlrpcclient.pot 1970-01-01 01:00:00.000000000 +0100
+++ new/opensuseupdater-0.4/po/kxmlrpcclient.pot 2006-11-09 15:18:17.000000000 +0100
@@ -0,0 +1,24 @@
+# SOME DESCRIPTIVE TITLE.
+# This file is put in the public domain.
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+#
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: PACKAGE VERSION\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-11-09 15:18+0100\n"
+"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
+"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
+"Language-Team: LANGUAGE <LL@xxxxxx>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=CHARSET\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: kxmlrpcquery.cpp:90
+msgid "Received invalid XML markup: %1 at %2:%3"
+msgstr ""
+
+#: kxmlrpcquery.cpp:103
+msgid "Unknown type of XML markup received"
+msgstr ""
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/po/opensuseupdater.pot new/opensuseupdater-0.4/po/opensuseupdater.pot
--- old/opensuseupdater-0.4/po/opensuseupdater.pot 2006-10-26 11:26:38.000000000 +0200
+++ new/opensuseupdater-0.4/po/opensuseupdater.pot 2006-11-09 15:18:18.000000000 +0100
@@ -7,12 +7,12 @@
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-10-26 11:26+0200\n"
+"POT-Creation-Date: 2006-11-09 15:18+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@xxxxxx>\n"
"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"

#: MainWindow.cpp:95 MainWindow.cpp:179
@@ -73,20 +73,12 @@
msgid "No Updates Available"
msgstr ""

-#: TrayIcon.cpp:63
-msgid " Update Available"
+#: TrayIcon.cpp:61
+msgid "1 Update Available"
msgstr ""

-#: TrayIcon.cpp:64
-msgid " Updates Available"
-msgstr ""
-
-#: TrayIcon.cpp:70
-msgid " Important Update Available"
-msgstr ""
-
-#: TrayIcon.cpp:71
-msgid " Important Updates Available"
+#: TrayIcon.cpp:66
+msgid "1 Important Update Available"
msgstr ""

#: _translatorinfo.cpp:1
@@ -102,43 +94,43 @@
msgstr ""

#. i18n: file updatersettingswidget_base.ui line 16
-#: rc.cpp:3 updatersettingswidget_base.cpp:75
+#: rc.cpp:3 rc.cpp:36 updatersettingswidget_base.cpp:76
#, no-c-format
msgid "Form1"
msgstr ""

#. i18n: file updatersettingswidget_base.ui line 27
-#: rc.cpp:6 updatersettingswidget_base.cpp:76
+#: rc.cpp:6 rc.cpp:39 updatersettingswidget_base.cpp:77
#, no-c-format
msgid "Check For Updates Every "
msgstr ""

#. i18n: file updatersettingswidget_base.ui line 30
-#: rc.cpp:9 updatersettingswidget_base.cpp:77
+#: rc.cpp:9 rc.cpp:42 updatersettingswidget_base.cpp:78
#, no-c-format
-msgid " Minutes"
+msgid " Hours"
msgstr ""

-#. i18n: file updatersettingswidget_base.ui line 38
-#: rc.cpp:12 updatersettingswidget_base.cpp:78
+#. i18n: file updatersettingswidget_base.ui line 41
+#: rc.cpp:12 rc.cpp:45 updatersettingswidget_base.cpp:79
#, no-c-format
msgid "Automa&tically start updater on login"
msgstr ""

-#. i18n: file updatersettingswidget_base.ui line 41
-#: rc.cpp:15 updatersettingswidget_base.cpp:79
+#. i18n: file updatersettingswidget_base.ui line 44
+#: rc.cpp:15 rc.cpp:48 updatersettingswidget_base.cpp:80
#, no-c-format
msgid "Alt+T"
msgstr ""

-#. i18n: file updatersettingswidget_base.ui line 49
-#: rc.cpp:18 updatersettingswidget_base.cpp:80
+#. i18n: file updatersettingswidget_base.ui line 52
+#: rc.cpp:18 rc.cpp:51 updatersettingswidget_base.cpp:81
#, no-c-format
msgid "Get Updates Via"
msgstr ""

-#. i18n: file updatersettingswidget_base.ui line 68
-#: rc.cpp:24 updatersettingswidget_base.cpp:82
+#. i18n: file updatersettingswidget_base.ui line 71
+#: rc.cpp:24 rc.cpp:57 updatersettingswidget_base.cpp:83
#, no-c-format
msgid "Novell ZENWorks"
msgstr ""
@@ -158,5 +150,5 @@
#. i18n: file opensuseupdater_settings.kcfg line 15
#: rc.cpp:33
#, no-c-format
-msgid "Width of the main window."
+msgid "Update engine backend"
msgstr ""
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/updater/Makefile.am new/opensuseupdater-0.4/updater/Makefile.am
--- old/opensuseupdater-0.4/updater/Makefile.am 2006-10-23 18:26:12.000000000 +0200
+++ new/opensuseupdater-0.4/updater/Makefile.am 2006-11-09 15:17:31.000000000 +0100
@@ -2,6 +2,10 @@
# there are none, comment this out
SUBDIRS = zmd zypp

+messages: rc.cpp
+ $(EXTRACTRC) *.ui >> rc.cpp
+ $(XGETTEXT) *.cpp -o $(podir)/opensuseupdater.pot
+
# this is the program that gets installed. it's name is used for all
# of the other Makefile.am variables
bin_PROGRAMS = opensuseupdater
@@ -28,9 +32,6 @@
METASOURCES = AUTO
KDE_ICON = AUTO

-messages: rc.cpp
- $(XGETTEXT) *.cpp -o $(podir)/opensuseupdater.pot
-
# this is where the desktop file will go
desktopdir = $(kde_appsdir)/Utilities
desktop_DATA = opensuseupdater.desktop
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/updater/Makefile.in new/opensuseupdater-0.4/updater/Makefile.in
--- old/opensuseupdater-0.4/updater/Makefile.in 2006-11-07 17:20:53.000000000 +0100
+++ new/opensuseupdater-0.4/updater/Makefile.in 2006-11-09 15:21:05.000000000 +0100
@@ -852,6 +852,7 @@


messages: rc.cpp
+ $(EXTRACTRC) *.ui >> rc.cpp
$(XGETTEXT) *.cpp -o $(podir)/opensuseupdater.pot

install-data-local:
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/updater/TrayIcon.cpp new/opensuseupdater-0.4/updater/TrayIcon.cpp
--- old/opensuseupdater-0.4/updater/TrayIcon.cpp 2006-10-18 16:44:07.000000000 +0200
+++ new/opensuseupdater-0.4/updater/TrayIcon.cpp 2006-11-09 14:17:28.000000000 +0100
@@ -58,17 +58,12 @@
break;
case APPLET_UPDATES:
setPixmap(UserIcon(TRAY_ICON_YELLOW));
- QToolTip::add(this, QString().setNum(updateCount) +
- ( updateCount == 1 ?
- i18n(" Update Available") :
- i18n(" Updates Available")));
+ QToolTip::add(this, i18n("1 Update Available", "%n Updates Available", updateCount) );
+
break;
case APPLET_CRITICAL_UPDATES:
setPixmap(UserIcon(TRAY_ICON_RED));
- QToolTip::add(this, QString().setNum(updateCount) +
- ( updateCount == 1 ?
- i18n(" Important Update Available") :
- i18n(" Important Updates Available")));
+ QToolTip::add(this, i18n("1 Important Update Available", "%n Important Updates Available", updateCount) );
break;
}
}
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/updater/zmd/Makefile.am new/opensuseupdater-0.4/updater/zmd/Makefile.am
--- old/opensuseupdater-0.4/updater/zmd/Makefile.am 2006-10-12 11:51:45.000000000 +0200
+++ new/opensuseupdater-0.4/updater/zmd/Makefile.am 2006-11-09 15:17:49.000000000 +0100
@@ -17,5 +17,9 @@
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO

+messages: rc.cpp
+ $(EXTRACTRC) *.ui >> rc.cpp
+ $(XGETTEXT) *.cpp -o $(podir)/opensuseupdater.pot
+
include $(top_srcdir)/admin/Doxyfile.am

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/updater/zmd/Makefile.in new/opensuseupdater-0.4/updater/zmd/Makefile.in
--- old/opensuseupdater-0.4/updater/zmd/Makefile.in 2006-11-07 17:20:53.000000000 +0100
+++ new/opensuseupdater-0.4/updater/zmd/Makefile.in 2006-11-09 15:21:05.000000000 +0100
@@ -679,6 +679,10 @@
pdf pdf-am ps ps-am tags uninstall uninstall-am \
uninstall-info-am uninstall-libLTLIBRARIES uninstall-local

+
+messages: rc.cpp
+ $(EXTRACTRC) *.ui >> rc.cpp
+ $(XGETTEXT) *.cpp -o $(podir)/opensuseupdater.pot
apidox-am-yes:
@if test \! -d "$(top_srcdir)/doc/common/" && test -z "$$DOXDATA" ; then \
export DOXDATA=$(kde_libs_htmldir)/en/common ; \
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/updater/zypp/Makefile.am new/opensuseupdater-0.4/updater/zypp/Makefile.am
--- old/opensuseupdater-0.4/updater/zypp/Makefile.am 2006-10-12 17:59:13.000000000 +0200
+++ new/opensuseupdater-0.4/updater/zypp/Makefile.am 2006-11-09 15:17:40.000000000 +0100
@@ -17,5 +17,10 @@
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO

+messages: rc.cpp
+ $(EXTRACTRC) *.ui >> rc.cpp
+ $(XGETTEXT) *.cpp -o $(podir)/opensuseupdater.pot
+
+
include $(top_srcdir)/admin/Doxyfile.am

diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/updater/zypp/Makefile.in new/opensuseupdater-0.4/updater/zypp/Makefile.in
--- old/opensuseupdater-0.4/updater/zypp/Makefile.in 2006-11-07 17:20:53.000000000 +0100
+++ new/opensuseupdater-0.4/updater/zypp/Makefile.in 2006-11-09 15:21:05.000000000 +0100
@@ -660,6 +660,10 @@
pdf pdf-am ps ps-am tags uninstall uninstall-am \
uninstall-info-am uninstall-libLTLIBRARIES uninstall-local

+
+messages: rc.cpp
+ $(EXTRACTRC) *.ui >> rc.cpp
+ $(XGETTEXT) *.cpp -o $(podir)/opensuseupdater.pot
apidox-am-yes:
@if test \! -d "$(top_srcdir)/doc/common/" && test -z "$$DOXDATA" ; then \
export DOXDATA=$(kde_libs_htmldir)/en/common ; \
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/opensuseupdater-0.4/updater/zypp/ZYppUpdater.cpp new/opensuseupdater-0.4/updater/zypp/ZYppUpdater.cpp
--- old/opensuseupdater-0.4/updater/zypp/ZYppUpdater.cpp 2006-11-02 17:58:17.000000000 +0100
+++ new/opensuseupdater-0.4/updater/zypp/ZYppUpdater.cpp 2006-11-09 14:43:36.000000000 +0100
@@ -197,7 +197,18 @@
SLOT( slotReceivedStderr(KProcess *, char *, int ) ) );


- _process->start( KProcess::NotifyOnExit, KProcess::AllOutput );
+ bool result = _process->start( KProcess::NotifyOnExit, KProcess::AllOutput );
+ if ( ! result )
+ {
+ kdDebug() << "error launching zypp-checkpatches-wrapper..." << endl;
+ emit(updateAppletError(i18n("Can't launch zypp-checkpatches-wrapper helper program. Make sure zypper package is installed and working.")));
+ _list_view = 0L;
+ delete _process;
+ _process = 0L;
+ emit(populateDone());
+ return;
+ }
+
kdDebug() << "check process started.." << endl;
emit(updateApplet(APPLET_CHECKING, 0));
//mStatusLabel->setText( i18n("Checking...") );


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >