commit libfwnt for openSUSE:Factory

2020-05-01 Thread root
Hello community,

here is the log from the commit of package libfwnt for openSUSE:Factory checked 
in at 2020-05-01 11:11:27

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


Package is "libfwnt"

Fri May  1 11:11:27 2020 rev:7 rq:799055 version:0~20181227

Changes:

--- /work/SRC/openSUSE:Factory/libfwnt/libfwnt.changes  2019-06-12 
13:08:31.665127377 +0200
+++ /work/SRC/openSUSE:Factory/.libfwnt.new.2738/libfwnt.changes
2020-05-01 11:12:11.563696023 +0200
@@ -1,0 +2,5 @@
+Thu Apr 30 01:16:25 UTC 2020 - Greg Freemyer 
+
+- remove python2 submodule 
+
+---



Other differences:
--
++ libfwnt.spec ++
--- /var/tmp/diff_new_pack.ePSG0g/_old  2020-05-01 11:12:12.503698067 +0200
+++ /var/tmp/diff_new_pack.ePSG0g/_new  2020-05-01 11:12:12.507698076 +0200
@@ -60,18 +60,6 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libfwnt.
 
-%package -n python2-%{name}
-Summary:Python 2 bindings for %{name}
-License:LGPL-3.0-or-later
-Group:  Development/Languages/Python
-Requires:   %{lname} = %{version}
-Requires:   python2
-BuildRequires:  pkgconfig(python2)
-Obsoletes:  python-%{name}
-
-%description -n python2-%{name}
-This packinge provides Python 2 bindings for ${name}
-
 %package -n python3-%{name}
 Summary:Python 3 bindings for ${name}
 License:LGPL-3.0-or-later
@@ -88,7 +76,7 @@
 cp "%{S:2}" .
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
+%configure --disable-static --enable-wide-character-type --enable-python3
 make %{?_smp_mflags}
 
 %install
@@ -119,12 +107,6 @@
 %{_libdir}/pkgconfig/libfwnt.pc
 %{_mandir}/man3/libfwnt.3*
 
-%files -n python2-%{name}
-%defattr(-,root,root)
-%doc AUTHORS
-%license COPYING
-%{python_sitearch}/pyfwnt.so
-
 %files -n python3-%{name}
 %defattr(-,root,root)
 %doc AUTHORS




commit libfwnt for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package libfwnt for openSUSE:Factory checked 
in at 2019-06-12 13:08:29

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


Package is "libfwnt"

Wed Jun 12 13:08:29 2019 rev:6 rq:695358 version:0~20181227

Changes:

--- /work/SRC/openSUSE:Factory/libfwnt/libfwnt.changes  2017-11-03 
16:23:21.415471650 +0100
+++ /work/SRC/openSUSE:Factory/.libfwnt.new.4811/libfwnt.changes
2019-06-12 13:08:31.665127377 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 20:45:43 UTC 2019 - Greg Freemyer 
+
+- updated to 0~20181227
+   * Worked on Python bindings
+
+---
@@ -10 +16 @@
-- updated to 20170115
+- updated to 0~20170115

Old:

  libfwnt-alpha-20170115.tar.gz

New:

  libfwnt-alpha-20181227.tar.gz



Other differences:
--
++ libfwnt.spec ++
--- /var/tmp/diff_new_pack.GcasTQ/_old  2019-06-12 13:08:32.373127079 +0200
+++ /var/tmp/diff_new_pack.GcasTQ/_new  2019-06-12 13:08:32.373127079 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfwnt
 #
-# Copyright (c) 2017 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,17 +12,17 @@
 # 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 lname  libfwnt1
-%define timestamp 20170115
+%define timestamp 20181227
 Name:   libfwnt
 Version:0~%{timestamp}
 Release:0
 Summary:Library for Windows NT data types
-License:LGPL-3.0+ and GFDL-1.3+
+License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Productivity/File utilities
 Url:https://github.com/libyal/libfwnt/wiki
 Source: 
https://github.com/libyal/libfwnt/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
@@ -41,7 +41,7 @@
 
 %package -n %{lname}
 Summary:Library for Windows NT data types
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Libraries
 
 %description -n %{lname}
@@ -50,7 +50,7 @@
 
 %package devel
 Summary:Development files for libfwnt
-License:LGPL-3.0+ and GFDL-1.3+
+License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Development/Libraries/C and C++
 Requires:   %{lname} = %{version}
 
@@ -62,7 +62,7 @@
 
 %package -n python2-%{name}
 Summary:Python 2 bindings for %{name}
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python2
@@ -74,7 +74,7 @@
 
 %package -n python3-%{name}
 Summary:Python 3 bindings for ${name}
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python3
@@ -104,12 +104,14 @@
 
 %files -n %{lname}
 %defattr(-,root,root)
-%doc AUTHORS COPYING ChangeLog
+%doc AUTHORS ChangeLog
+%license COPYING
 %{_libdir}/libfwnt.so.*
 
 %files devel
 %defattr(-,root,root)
-%doc AUTHORS COPYING README ChangeLog
+%doc AUTHORS README ChangeLog
+%license COPYING
 %doc Locale_identifier_LCID.pdf
 %{_includedir}/libfwnt.h
 %{_includedir}/libfwnt/
@@ -119,12 +121,14 @@
 
 %files -n python2-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS
+%license COPYING
 %{python_sitearch}/pyfwnt.so
 
 %files -n python3-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS
+%license COPYING
 %{python3_sitearch}/pyfwnt.so
 
 %changelog

++ libfwnt-alpha-20170115.tar.gz -> libfwnt-alpha-20181227.tar.gz ++
 35280 lines of diff (skipped)




commit libfwnt for openSUSE:Factory

2017-11-03 Thread root
Hello community,

here is the log from the commit of package libfwnt for openSUSE:Factory checked 
in at 2017-11-03 16:23:20

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


Package is "libfwnt"

Fri Nov  3 16:23:20 2017 rev:5 rq:535312 version:0~20170115

Changes:

--- /work/SRC/openSUSE:Factory/libfwnt/libfwnt.changes  2017-02-21 
13:47:07.699560220 +0100
+++ /work/SRC/openSUSE:Factory/.libfwnt.new/libfwnt.changes 2017-11-03 
16:23:21.415471650 +0100
@@ -1,0 +2,6 @@
+Wed Oct  4 22:44:35 UTC 2017 - greg.freem...@gmail.com
+
+- rename python-libfwnt to python2-libfwnt as expected by singlespec
+- remove Provides pyfwnt as it is not versioned
+
+---



Other differences:
--
++ libfwnt.spec ++
--- /var/tmp/diff_new_pack.jQETKa/_old  2017-11-03 16:23:21.983450978 +0100
+++ /var/tmp/diff_new_pack.jQETKa/_new  2017-11-03 16:23:21.987450832 +0100
@@ -60,26 +60,25 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libfwnt.
 
-%package -n python-%{name}
+%package -n python2-%{name}
 Summary:Python 2 bindings for %{name}
 License:LGPL-3.0+
-Group:  Development/Libraries/Python
+Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
-Requires:   python
+Requires:   python2
 BuildRequires:  pkgconfig(python2)
-Provides:   pyfwnt
+Obsoletes: python-%{name}
 
-%description -n python-%{name}
+%description -n python2-%{name}
 This packinge provides Python 2 bindings for ${name}
 
 %package -n python3-%{name}
 Summary:Python 3 bindings for ${name}
 License:LGPL-3.0+
-Group:  Development/Libraries/Python
+Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python3
 BuildRequires:  pkgconfig(python3)
-Provides:   pyfwnt
 
 %description -n python3-%{name}
 This packinge provides Python 3 bindings for ${name}
@@ -118,7 +117,7 @@
 %{_libdir}/pkgconfig/libfwnt.pc
 %{_mandir}/man3/libfwnt.3*
 
-%files -n python-%{name}
+%files -n python2-%{name}
 %defattr(-,root,root)
 %doc AUTHORS COPYING
 %{python_sitearch}/pyfwnt.so




commit libfwnt for openSUSE:Factory

2017-02-21 Thread root
Hello community,

here is the log from the commit of package libfwnt for openSUSE:Factory checked 
in at 2017-02-21 13:47:06

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


Package is "libfwnt"

Changes:

--- /work/SRC/openSUSE:Factory/libfwnt/libfwnt.changes  2016-10-02 
00:07:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.libfwnt.new/libfwnt.changes 2017-02-21 
13:47:07.699560220 +0100
@@ -1,0 +2,6 @@
+Thu Feb 16 17:41:32 UTC 2017 - greg.freem...@gmail.com
+
+- updated to 20170115
+- use libcstring from factory
+
+---

Old:

  libfwnt-experimental-20160418.tar.gz

New:

  libfwnt-alpha-20170115.tar.gz



Other differences:
--
++ libfwnt.spec ++
--- /var/tmp/diff_new_pack.0jI01y/_old  2017-02-21 13:47:08.211488181 +0100
+++ /var/tmp/diff_new_pack.0jI01y/_new  2017-02-21 13:47:08.215487618 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfwnt
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
 
 
 %define lname  libfwnt1
-%define timestamp 20160418
+%define timestamp 20170115
 Name:   libfwnt
 Version:0~%{timestamp}
 Release:0
@@ -25,14 +25,14 @@
 License:LGPL-3.0+ and GFDL-1.3+
 Group:  Productivity/File utilities
 Url:https://github.com/libyal/libfwnt/wiki
-Source: 
https://github.com/libyal/libfwnt/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
+Source: 
https://github.com/libyal/libfwnt/releases/download/%timestamp/%{name}-alpha-%{timestamp}.tar.gz
 Source2:Locale_identifier_LCID.pdf
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(libcdata) >= 20140105
 BuildRequires:  pkgconfig(libcerror) >= 20140105
 BuildRequires:  pkgconfig(libcnotify)
+BuildRequires:  pkgconfig(libcstring) >= 20120425
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
-#BuildRequires:  pkgconfig(libcstring) >= 20120425
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit libfwnt for openSUSE:Factory

2016-10-01 Thread h_root
Hello community,

here is the log from the commit of package libfwnt for openSUSE:Factory checked 
in at 2016-10-02 00:07:15

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


Package is "libfwnt"

Changes:

--- /work/SRC/openSUSE:Factory/libfwnt/libfwnt.changes  2016-02-05 
00:32:05.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfwnt.new/libfwnt.changes 2016-10-02 
00:07:15.0 +0200
@@ -1,0 +2,11 @@
+Thu Jul 28 21:51:27 UTC 2016 - greg.freem...@gmail.com
+
+- update to 20160418
+   * worked on Python bindings
+   * worked on security descriptor support
+   * worked on tests
+   * 2016 update
+- Add python binding subpackages for python 2 and 3
+- rename PDF document to eliminate () per new security check
+
+---

Old:

  Locale_identifier_(LCID).pdf
  libfwnt-experimental-20151206.tar.gz

New:

  Locale_identifier_LCID.pdf
  libfwnt-experimental-20160418.tar.gz



Other differences:
--
++ libfwnt.spec ++
--- /var/tmp/diff_new_pack.XU3sIO/_old  2016-10-02 00:07:16.0 +0200
+++ /var/tmp/diff_new_pack.XU3sIO/_new  2016-10-02 00:07:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfwnt
 #
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -17,7 +17,7 @@
 
 
 %define lname  libfwnt1
-%define timestamp 20151206
+%define timestamp 20160418
 Name:   libfwnt
 Version:0~%{timestamp}
 Release:0
@@ -26,11 +26,10 @@
 Group:  Productivity/File utilities
 Url:https://github.com/libyal/libfwnt/wiki
 Source: 
https://github.com/libyal/libfwnt/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
-Source2:Locale_identifier_(LCID).pdf
+Source2:Locale_identifier_LCID.pdf
 BuildRequires:  pkg-config
-BuildRequires:  python-devel
-BuildRequires:  pkgconfig(libcerror) >= 20140105
 BuildRequires:  pkgconfig(libcdata) >= 20140105
+BuildRequires:  pkgconfig(libcerror) >= 20140105
 BuildRequires:  pkgconfig(libcnotify)
 BuildRequires:  pkgconfig(libcthreads) >= 20130723
 #BuildRequires:  pkgconfig(libcstring) >= 20120425
@@ -61,18 +60,45 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of libfwnt.
 
+%package -n python-%{name}
+Summary:Python 2 bindings for %{name}
+License:LGPL-3.0+
+Group:  Development/Libraries/Python
+Requires:   %{lname} = %{version}
+Requires:   python
+BuildRequires:  pkgconfig(python2)
+Provides:   pyfwnt
+
+%description -n python-%{name}
+This packinge provides Python 2 bindings for ${name}
+
+%package -n python3-%{name}
+Summary:Python 3 bindings for ${name}
+License:LGPL-3.0+
+Group:  Development/Libraries/Python
+Requires:   %{lname} = %{version}
+Requires:   python3
+BuildRequires:  pkgconfig(python3)
+Provides:   pyfwnt
+
+%description -n python3-%{name}
+This packinge provides Python 3 bindings for ${name}
+
 %prep
 %setup -q -n libfwnt-%{timestamp}
 cp "%{S:2}" .
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python
+%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
 make %{?_smp_mflags}
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name "*.la" -delete -print
 
+%check
+# make check
+
 %post   -n %{lname} -p /sbin/ldconfig
 
 %postun -n %{lname} -p /sbin/ldconfig
@@ -85,11 +111,21 @@
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING README ChangeLog
-%doc Locale_identifier_*.pdf
+%doc Locale_identifier_LCID.pdf
 %{_includedir}/libfwnt.h
 %{_includedir}/libfwnt/
 %{_libdir}/libfwnt.so
 %{_libdir}/pkgconfig/libfwnt.pc
 %{_mandir}/man3/libfwnt.3*
 
+%files -n python-%{name}
+%defattr(-,root,root)
+%doc AUTHORS COPYING
+%{python_sitearch}/pyfwnt.so
+
+%files -n python3-%{name}
+%defattr(-,root,root)
+%doc AUTHORS COPYING
+%{python3_sitearch}/pyfwnt.so
+
 %changelog

++ libfwnt-experimental-20151206.tar.gz -> 
libfwnt-experimental-20160418.tar.gz ++
 26601 lines of diff (skipped)




commit libfwnt for openSUSE:Factory

2016-02-04 Thread h_root
Hello community,

here is the log from the commit of package libfwnt for openSUSE:Factory checked 
in at 2016-02-05 00:32:02

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


Package is "libfwnt"

Changes:

--- /work/SRC/openSUSE:Factory/libfwnt/libfwnt.changes  2015-01-30 
14:59:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfwnt.new/libfwnt.changes 2016-02-05 
00:32:05.0 +0100
@@ -1,0 +2,10 @@
+Fri Jan 29 03:29:43 UTC 2016 - greg.freem...@gmail.com
+
+- update to 20151206
+   * changes in copying security identifier to string
+ to work around issues with VS 2008 compilation
+   * worked on lzxpress support
+   * increased the maximum number of sub authorities from 10 to 15
+   * code clean up
+
+---

Old:

  libfwnt-experimental-20150104.tar.gz

New:

  libfwnt-experimental-20151206.tar.gz



Other differences:
--
++ libfwnt.spec ++
--- /var/tmp/diff_new_pack.vrM17D/_old  2016-02-05 00:32:06.0 +0100
+++ /var/tmp/diff_new_pack.vrM17D/_new  2016-02-05 00:32:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 %define lname  libfwnt1
-%define timestamp 20150104
+%define timestamp 20151206
 Name:   libfwnt
 Version:0~%{timestamp}
 Release:0

++ libfwnt-experimental-20150104.tar.gz -> 
libfwnt-experimental-20151206.tar.gz ++
 95348 lines of diff (skipped)




commit libfwnt for openSUSE:Factory

2015-01-30 Thread h_root
Hello community,

here is the log from the commit of package libfwnt for openSUSE:Factory checked 
in at 2015-01-30 14:59:49

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


Package is libfwnt

Changes:

New Changes file:

--- /dev/null   2014-12-25 22:38:16.200041506 +0100
+++ /work/SRC/openSUSE:Factory/.libfwnt.new/libfwnt.changes 2015-01-30 
14:59:52.0 +0100
@@ -0,0 +1,15 @@
+---
+Sun Jan 11 23:55:40 UTC 2015 - greg.freem...@gmail.com
+
+- update to 20150104
+   * 2015 refresh
+- update URL to the new github site
+- replace Source: field with fully defined URL
+- remove DL-URL comment
+- remove %if opensuse logic.  Not needed with libyal in security:forensics
+
+---
+Mon Sep  1 19:30:15 UTC 2014 - greg.freem...@gmail.com
+
+- initial package in OBS (v0~20140105)
+

New:

  Locale_identifier_(LCID).pdf
  libfwnt-experimental-20150104.tar.gz
  libfwnt.changes
  libfwnt.spec



Other differences:
--
++ libfwnt.spec ++
#
# spec file for package libfwnt
#
# Copyright (c) 2014 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#


%define lname   libfwnt1
%define timestamp 20150104
Name:   libfwnt
Version:0~%{timestamp}
Release:0
Summary:Library for Windows NT data types
License:LGPL-3.0+ and GFDL-1.3+
Group:  Productivity/File utilities
Url:https://github.com/libyal/libfwnt/wiki
Source: 
https://github.com/libyal/libfwnt/releases/download/%timestamp/%{name}-experimental-%{timestamp}.tar.gz
Source2:Locale_identifier_(LCID).pdf
BuildRequires:  pkg-config
BuildRequires:  python-devel
BuildRequires:  pkgconfig(libcerror) = 20140105
BuildRequires:  pkgconfig(libcdata) = 20140105
BuildRequires:  pkgconfig(libcnotify)
BuildRequires:  pkgconfig(libcthreads) = 20130723
#BuildRequires:  pkgconfig(libcstring) = 20120425
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description
Library to provide Windows NT data type support for the libyal family of 
libraries.
libyal is typically used in digital forensic tools.

%package -n %{lname}
Summary:Library for Windows NT data types
License:LGPL-3.0+
Group:  System/Libraries

%description -n %{lname}
Library to provide Windows NT data type support for the libyal family of 
libraries.
libyal is typically used in digital forensic tools.

%package devel
Summary:Development files for libfwnt
License:LGPL-3.0+ and GFDL-1.3+
Group:  Development/Libraries/C and C++
Requires:   %{lname} = %{version}

%description devel
Library to provide Windows NT data type support for the libyal family of 
libraries.  libyal is typically used in digital forensic tools.

This subpackage contains libraries and header files for developing
applications that want to make use of libfwnt.

%prep
%setup -q -n libfwnt-%{timestamp}
cp %{S:2} .

%build
%configure --disable-static --enable-wide-character-type --enable-python
make %{?_smp_mflags}

%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
find %{buildroot} -type f -name *.la -delete -print

%post   -n %{lname} -p /sbin/ldconfig

%postun -n %{lname} -p /sbin/ldconfig

%files -n %{lname}
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%{_libdir}/libfwnt.so.*

%files devel
%defattr(-,root,root)
%doc AUTHORS COPYING README ChangeLog
%doc Locale_identifier_*.pdf
%{_includedir}/libfwnt.h
%{_includedir}/libfwnt/
%{_libdir}/libfwnt.so
%{_libdir}/pkgconfig/libfwnt.pc
%{_mandir}/man3/libfwnt.3*

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