commit wcd for openSUSE:Factory

2019-08-16 Thread root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2019-08-16 15:50:17

Comparing /work/SRC/openSUSE:Factory/wcd (Old)
 and  /work/SRC/openSUSE:Factory/.wcd.new.22127 (New)


Package is "wcd"

Fri Aug 16 15:50:17 2019 rev:12 rq:723822 version:6.0.3

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2018-05-29 10:27:33.338963004 
+0200
+++ /work/SRC/openSUSE:Factory/.wcd.new.22127/wcd.changes   2019-08-16 
15:51:04.165582965 +0200
@@ -1,0 +2,13 @@
+Thu Aug 15 18:43:45 UTC 2019 - waterlan 
+
+- Fix BuildRequires. gettext -> gettext-runtime (required for msgfmt).
+
+---
+Thu Aug 15 18:25:17 UTC 2019 - waterlan 
+
+- Update to 6.0.3
+  * New French translations of the messages and the manual.
+Thanks to Grégoire Scano.
+  * Code cleanup.
+
+---

Old:

  wcd-6.0.2.tar.gz

New:

  wcd-6.0.3.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.Y03Xjs/_old  2019-08-16 15:51:04.965582672 +0200
+++ /var/tmp/diff_new_pack.Y03Xjs/_new  2019-08-16 15:51:04.969582671 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wcd
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:6.0.2
+Version:6.0.3
 Release:0
 Summary:Chdir for DOS and Unix
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/File utilities
 Url:http://waterlan.home.xs4all.nl/
 Source: http://waterlan.home.xs4all.nl/wcd/%{name}-%{version}.tar.gz
-BuildRequires:  gettext
+BuildRequires:  gettext-runtime
+BuildRequires:  gettext-tools
 BuildRequires:  ncurses-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} >= 1310
@@ -64,8 +65,9 @@
 %defattr(-,root,root)
 %doc %{_mandir}/man1/wcd.*
 %doc %lang(de) %dir %{_mandir}/de
+%doc %lang(fr) %dir %{_mandir}/fr
 %doc %lang(nl) %dir %{_mandir}/nl
-%doc %lang(nl) %dir %{_mandir}/pt_BR
+%doc %lang(pt_BR) %dir %{_mandir}/pt_BR
 %doc %lang(uk) %dir %{_mandir}/uk
 %doc %{wcd_docdir}
 %{_libexecdir}/wcd.exe

++ wcd-6.0.2.tar.gz -> wcd-6.0.3.tar.gz ++
 38416 lines of diff (skipped)




commit wcd for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2018-05-29 10:27:32

Comparing /work/SRC/openSUSE:Factory/wcd (Old)
 and  /work/SRC/openSUSE:Factory/.wcd.new (New)


Package is "wcd"

Tue May 29 10:27:32 2018 rev:11 rq:606829 version:6.0.2

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2017-09-25 14:00:02.937495019 
+0200
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2018-05-29 
10:27:33.338963004 +0200
@@ -1,0 +2,9 @@
+Sun May 13 15:41:55 UTC 2018 - water...@xs4all.nl
+
+-  Update to 6.0.2
+  * New Friulian translation of the messages. Thanks to Fabio Tomat.
+  * Updated Spanish translation. Thanks to Francisco Javier Serrador.
+  * Makefile: Fix: Add RPM_LD_FLAGS instead of RPM_OPT_FLAGS to LDFLAGS.
+  * Code cleanup.
+
+---

Old:

  wcd-6.0.1.tar.gz

New:

  wcd-6.0.2.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.ThDxlr/_old  2018-05-29 10:27:33.906942018 +0200
+++ /var/tmp/diff_new_pack.ThDxlr/_new  2018-05-29 10:27:33.910941870 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wcd
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:6.0.1
+Version:6.0.2
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0
@@ -55,7 +55,7 @@
   UCS=1
 
 %install
-make -C src install DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} 
CFLAGS="%{optflags}" docdir=%{wcd_docdir} bindir=%{_libexecdir}
+make -C src install DESTDIR=%{buildroot} prefix=%{_prefix} mandir=%{_mandir} 
docdir=%{wcd_docdir} bindir=%{_libexecdir}
 make -C src install-profile DESTDIR=%{buildroot} prefix=%{_prefix} 
sysconfdir=%{_sysconfdir} bindir=%{_libexecdir}
 
 %find_lang %{name} --all-name --with-man

++ wcd-6.0.1.tar.gz -> wcd-6.0.2.tar.gz ++
 3637 lines of diff (skipped)




commit wcd for openSUSE:Factory

2017-09-25 Thread root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2017-09-25 14:00:00

Comparing /work/SRC/openSUSE:Factory/wcd (Old)
 and  /work/SRC/openSUSE:Factory/.wcd.new (New)


Package is "wcd"

Mon Sep 25 14:00:00 2017 rev:10 rq:528536 version:6.0.1

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2017-02-25 00:54:38.534494512 
+0100
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2017-09-25 
14:00:02.937495019 +0200
@@ -1,0 +2,6 @@
+Sun Sep 24 18:49:11 UTC 2017 - water...@xs4all.nl
+
+- Update to 6.0.1
+  * New Brazilian Portuguese translations of UI and manual.
+
+---

Old:

  wcd-6.0.0.tar.gz

New:

  wcd-6.0.1.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.EJUIql/_old  2017-09-25 14:00:03.801373475 +0200
+++ /var/tmp/diff_new_pack.EJUIql/_new  2017-09-25 14:00:03.805372912 +0200
@@ -18,7 +18,7 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:6.0.0
+Version:6.0.1
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0
@@ -65,6 +65,7 @@
 %doc %{_mandir}/man1/wcd.*
 %doc %lang(de) %dir %{_mandir}/de
 %doc %lang(nl) %dir %{_mandir}/nl
+%doc %lang(nl) %dir %{_mandir}/pt_BR
 %doc %lang(uk) %dir %{_mandir}/uk
 %doc %{wcd_docdir}
 %{_libexecdir}/wcd.exe

++ wcd-6.0.0.tar.gz -> wcd-6.0.1.tar.gz ++
 12352 lines of diff (skipped)




commit wcd for openSUSE:Factory

2017-02-24 Thread root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2017-02-25 00:54:37

Comparing /work/SRC/openSUSE:Factory/wcd (Old)
 and  /work/SRC/openSUSE:Factory/.wcd.new (New)


Package is "wcd"

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2017-01-09 11:00:05.398736760 
+0100
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2017-02-25 
00:54:38.534494512 +0100
@@ -1,0 +2,5 @@
+Thu Feb 23 19:30:55 UTC 2017 - water...@xs4all.nl
+
+- Update to 6.0.0
+
+---

Old:

  wcd-5.3.4.tar.gz

New:

  wcd-6.0.0.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.mHlPZv/_old  2017-02-25 00:54:39.178395723 +0100
+++ /var/tmp/diff_new_pack.mHlPZv/_new  2017-02-25 00:54:39.182395110 +0100
@@ -18,7 +18,7 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:5.3.4
+Version:6.0.0
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0

++ wcd-5.3.4.tar.gz -> wcd-6.0.0.tar.gz ++
 21495 lines of diff (skipped)




commit wcd for openSUSE:Factory

2016-11-04 Thread h_root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2016-11-04 21:02:09

Comparing /work/SRC/openSUSE:Factory/wcd (Old)
 and  /work/SRC/openSUSE:Factory/.wcd.new (New)


Package is "wcd"

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2016-02-22 08:58:26.0 
+0100
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2016-11-04 
21:02:10.0 +0100
@@ -1,0 +2,5 @@
+Thu Nov  3 21:42:24 UTC 2016 - water...@xs4all.nl
+
+- Update to 5.3.3
+
+---

Old:

  wcd-5.3.2.tar.gz

New:

  wcd-5.3.3.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.K1kVmK/_old  2016-11-04 21:02:11.0 +0100
+++ /var/tmp/diff_new_pack.K1kVmK/_new  2016-11-04 21:02:11.0 +0100
@@ -18,7 +18,7 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:5.3.2
+Version:5.3.3
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0

++ wcd-5.3.2.tar.gz -> wcd-5.3.3.tar.gz ++
 25049 lines of diff (skipped)




commit wcd for openSUSE:Factory

2016-02-21 Thread h_root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2016-02-22 08:58:15

Comparing /work/SRC/openSUSE:Factory/wcd (Old)
 and  /work/SRC/openSUSE:Factory/.wcd.new (New)


Package is "wcd"

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2015-12-06 07:41:21.0 
+0100
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2016-02-22 
08:58:26.0 +0100
@@ -1,0 +2,5 @@
+Fri Feb 19 18:41:18 UTC 2016 - water...@xs4all.nl
+
+- Update to 5.3.2
+
+---

Old:

  wcd-5.3.1.tar.gz

New:

  wcd-5.3.2.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.NGYqSw/_old  2016-02-22 08:58:27.0 +0100
+++ /var/tmp/diff_new_pack.NGYqSw/_new  2016-02-22 08:58:27.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wcd
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:5.3.1
+Version:5.3.2
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0

++ wcd-5.3.1.tar.gz -> wcd-5.3.2.tar.gz ++
 26493 lines of diff (skipped)




commit wcd for openSUSE:Factory

2015-12-05 Thread h_root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2015-12-06 07:41:20

Comparing /work/SRC/openSUSE:Factory/wcd (Old)
 and  /work/SRC/openSUSE:Factory/.wcd.new (New)


Package is "wcd"

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2015-09-27 08:39:54.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2015-12-06 
07:41:21.0 +0100
@@ -1,0 +2,11 @@
+Thu Dec  3 18:53:42 UTC 2015 - water...@xs4all.nl
+
+- Update to 5.3.1:
+  - src/po/zh_CN.po: New simplified Chinese translation of the messages.
+Thanks to Mingcong Bai (Jeff) and Mingye Wang (Arthur).
+  - src/Makefile, */vc/Makefile, */watcom/Makefile: Unicode support is by
+default enabled for Windows and Unix.
+  - src/Makefile, src/chk_logc.sh: Automatically detect if we are in MSYS
+1 or 2, and disable Unicode for MSYS 1.
+
+---

Old:

  wcd-5.3.0.tar.gz

New:

  wcd-5.3.1.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.gDOui3/_old  2015-12-06 07:41:22.0 +0100
+++ /var/tmp/diff_new_pack.gDOui3/_new  2015-12-06 07:41:22.0 +0100
@@ -18,7 +18,7 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:5.3.0
+Version:5.3.1
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0

++ wcd-5.3.0.tar.gz -> wcd-5.3.1.tar.gz ++
 1978 lines of diff (skipped)




commit wcd for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2015-09-27 08:40:31

Comparing /work/SRC/openSUSE:Factory/wcd (Old)
 and  /work/SRC/openSUSE:Factory/.wcd.new (New)


Package is "wcd"

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2015-04-21 10:52:51.0 
+0200
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2015-09-27 
08:39:54.0 +0200
@@ -1,0 +2,9 @@
+Sat Sep 26 12:12:29 UTC 2015 - water...@xs4all.nl
+
+- Update to 5.3.0: 
+  - Faster loading of the graphical tree, in about one third less time.
+  - Fix reading UTF-16 treedata files.
+  - Fix: Check for file I/O errors while reading files. These can happen
+after a file was opened without problems.
+
+---

Old:

  wcd-5.2.7.tar.gz

New:

  wcd-5.3.0.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.OzkW1b/_old  2015-09-27 08:39:55.0 +0200
+++ /var/tmp/diff_new_pack.OzkW1b/_new  2015-09-27 08:39:55.0 +0200
@@ -18,7 +18,7 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:5.2.7
+Version:5.3.0
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0

++ wcd-5.2.7.tar.gz -> wcd-5.3.0.tar.gz ++
 11299 lines of diff (skipped)




commit wcd for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2015-04-21 10:52:50

Comparing /work/SRC/openSUSE:Factory/wcd (Old)
 and  /work/SRC/openSUSE:Factory/.wcd.new (New)


Package is wcd

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2015-02-08 13:03:58.0 
+0100
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2015-04-21 
10:52:51.0 +0200
@@ -1,0 +2,10 @@
+Sun Apr 19 20:43:52 UTC 2015 - water...@xs4all.nl
+
+- Update to 5.2.7: 
+  - c3po/structur.h: Fix compilation error: unknown type name wchar_t.
+Happens on some systems when wcd is compiled with Unicode support.
+  - Makefile, man/man1/Makefile: add option --no-wrap to xgettext and
+msgmerge. Translation Project standard is not to wrap.
+- -wchar.patch: Removed. Solved by upstream.
+
+---

Old:

  -wchar.patch
  wcd-5.2.6.tar.gz

New:

  wcd-5.2.7.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.AHA19m/_old  2015-04-21 10:52:52.0 +0200
+++ /var/tmp/diff_new_pack.AHA19m/_new  2015-04-21 10:52:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package wcd
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,14 +18,13 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:5.2.6
+Version:5.2.7
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0
 Group:  Productivity/File utilities
 Url:http://waterlan.home.xs4all.nl/
 Source: http://waterlan.home.xs4all.nl/wcd/%{name}-%{version}.tar.gz
-Patch0: -wchar.patch
 BuildRequires:  gettext
 BuildRequires:  ncurses-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -47,7 +46,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .orig
 
 %build
 make -C src %{?_smp_mflags} prefix=%{_prefix} \

++ wcd-5.2.6.tar.gz - wcd-5.2.7.tar.gz ++
 3467 lines of diff (skipped)




commit wcd for openSUSE:Factory

2015-02-08 Thread h_root
Hello community,

here is the log from the commit of package wcd for openSUSE:Factory checked in 
at 2015-02-08 13:03:56

Comparing /work/SRC/openSUSE:Factory/wcd (Old)
 and  /work/SRC/openSUSE:Factory/.wcd.new (New)


Package is wcd

Changes:

--- /work/SRC/openSUSE:Factory/wcd/wcd.changes  2014-11-15 12:29:52.0 
+0100
+++ /work/SRC/openSUSE:Factory/.wcd.new/wcd.changes 2015-02-08 
13:03:58.0 +0100
@@ -1,0 +2,29 @@
+Fri Jan 30 22:18:42 UTC 2015 - water...@xs4all.nl
+
+- wcd.spec: Fixed Source.
+
+---
+Thu Jan 22 21:04:52 UTC 2015 - water...@xs4all.nl
+
+- Update to 5.2.6:
+  - graphics.c,display.c: Use wclear again on Windows iso werase (werase was
+introduced in wcd 5.2.4), because wclear gives a cleaner screen in a
+Windows Command Prompt in an East Asian locale with double width font. E.g.
+Chinese locale CP936 with raster or Simsun font. wclear gives some screen
+flickering when used with ncurses on Windows.
+  - New keys in match list and graphical tree mode: F5 or CRTL-l
+to redraw the screen.
+  - win*/Makefile:
+* Add libiconv-2.dll when compiled with Unicode normalization.
+* Add libwinpthread-1.dll when compiled with ncurses.
+* Replaced libuninstring-0.dll with libunistring-2.dll.
+  - msys2/Makefile: New makefile for building for native msys2.
+  - wcd.c, Makefile: Updated for msys2.
+  - Bugfix: etc/profile.d/wcd.sh: wcd function was overwriting shell's
+$go variable. Thanks to Andreas Schwab.
+  - Bugfix: wcddir.c: Fix in replacing volume manager path with $HOME for other
+users. Introduced in version 5.1.0.
+- -make-go-local.patch: Removed. Solved by upstream.
+- -wchar.patch: New patch. Fix for unknown type wchar_t.
+
+---

Old:

  -make-go-local.patch
  wcd-5.2.5.tar.gz

New:

  -wchar.patch
  wcd-5.2.6.tar.gz



Other differences:
--
++ wcd.spec ++
--- /var/tmp/diff_new_pack.8dMFZP/_old  2015-02-08 13:03:59.0 +0100
+++ /var/tmp/diff_new_pack.8dMFZP/_new  2015-02-08 13:03:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package wcd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -18,14 +18,14 @@
 
 %define wcd_docdir %{_defaultdocdir}/%{name}
 Name:   wcd
-Version:5.2.5
+Version:5.2.6
 Release:0
 Summary:Chdir for DOS and Unix
 License:GPL-2.0
 Group:  Productivity/File utilities
 Url:http://waterlan.home.xs4all.nl/
-Source: http://waterlan.home.xs4all.nl/%{name}-%{version}.tar.gz
-Patch0: -make-go-local.patch
+Source: http://waterlan.home.xs4all.nl/wcd/%{name}-%{version}.tar.gz
+Patch0: -wchar.patch
 BuildRequires:  gettext
 BuildRequires:  ncurses-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ -wchar.patch ++
diff -r -u wcd-5.2.6.orig/src/c3po/structur.h wcd-5.2.6/src/c3po/structur.h
--- wcd-5.2.6.orig/src/c3po/structur.h  2011-09-19 22:42:11.0 +0200
+++ wcd-5.2.6/src/c3po/structur.h   2015-01-21 22:17:38.442682300 +0100
@@ -20,6 +20,10 @@
 
 */
 
+#ifdef WCD_UNICODE
+#include wchar.h
+#endif
+
 #ifndef C3PO_BASIC_TYPES_INCLUDED
 #define C3PO_BASIC_TYPES_INCLUDED
 
++ wcd-5.2.5.tar.gz - wcd-5.2.6.tar.gz ++
 12506 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org