commit talloc for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package talloc for openSUSE:Factory checked 
in at 2018-04-04 11:13:17

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


Package is "talloc"

Wed Apr  4 11:13:17 2018 rev:30 rq:593144 version:2.1.11

Changes:

--- /work/SRC/openSUSE:Factory/talloc/talloc-man.changes2017-10-25 
17:46:19.182798921 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc-man.changes   2018-04-04 
11:13:25.390630537 +0200
@@ -1,0 +2,18 @@
+Tue Mar 27 16:24:11 UTC 2018 - dims...@opensuse.org
+
+- Eliminate usage of %__cp and %__mkdir_p.
+
+---
+Fri Mar 16 17:49:24 UTC 2018 - jmcdono...@suse.com
+
+- Update to version 2.1.11
+  + disable-python - fix talloc wscript if bundling disabled
+  + Do not disclose the random talloc magic in free()'ed memory
+
+---
+Mon Oct  9 06:55:51 UTC 2017 - jmcdono...@suse.com
+
+- Reference library name directly instead of using variables to 
+  pass obs source validator.
+
+---
--- /work/SRC/openSUSE:Factory/talloc/talloc.changes2017-10-25 
17:46:19.474785216 +0200
+++ /work/SRC/openSUSE:Factory/.talloc.new/talloc.changes   2018-04-04 
11:13:26.974572813 +0200
@@ -1,0 +2,12 @@
+Tue Mar 27 16:24:11 UTC 2018 - dims...@opensuse.org
+
+- Eliminate usage of %__cp and %__mkdir_p.
+
+---
+Fri Mar 16 17:49:24 UTC 2018 - jmcdono...@suse.com
+
+- Update to version 2.1.11
+  + disable-python - fix talloc wscript if bundling disabled
+  + Do not disclose the random talloc magic in free()'ed memory
+
+---

Old:

  talloc-2.1.10.tar.asc
  talloc-2.1.10.tar.gz

New:

  talloc-2.1.11.tar.asc
  talloc-2.1.11.tar.gz



Other differences:
--
++ talloc-man.spec ++
--- /var/tmp/diff_new_pack.7zq3t2/_old  2018-04-04 11:13:29.654475148 +0200
+++ /var/tmp/diff_new_pack.7zq3t2/_new  2018-04-04 11:13:29.654475148 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package talloc-man
 #
-# 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,6 +18,8 @@
 
 %{!?python_sitearch:  %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?py3_soflags:  %global py3_soflags cpython-%{python3_version_nodots}m}
+%{!?py3_soflags_dash:   %global py3_soflags_dash %(echo %{py3_soflags} | sed 
"s/_/-/g")}
+%{!?py3_incdir:  %global py3_incdir %(%{__python3} -c "import sysconfig as s; 
print(s.get_path('include'))")}
 %if 0%{?suse_version} > 1310 || 0%{?fedora_version} > 20
 %define with_python3 1
 %else
@@ -36,12 +38,13 @@
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
 %if %{with_python3}
+BuildRequires:  python3-base
 BuildRequires:  python3-devel
 %endif
 #!BuildIgnore:  python
 %endif # build_man
 Url:http://talloc.samba.org/
-Version:2.1.10
+Version:2.1.11
 Release:0
 Summary:Samba talloc Library
 License:LGPL-3.0+
@@ -61,17 +64,12 @@
 
 %if ! %{build_man}
 
-%if 0%{?suse_version} > 0
-%define libtalloc_name libtalloc2
-%else
-%define libtalloc_name libtalloc
-%endif
-%package -n %{libtalloc_name}
+%package -n libtalloc2
 Summary:Samba talloc library
 Group:  System/Libraries
 Provides:   bundled(libreplace)
 
-%description -n %{libtalloc_name}
+%description -n libtalloc2
 Talloc is a hierarchical, reference counted memory pool system with
 destructors.
 
@@ -87,7 +85,7 @@
 %if 0%{?suse_version} > 1030
 Recommends: %{name}-man
 %endif
-Requires:   %{libtalloc_name} = %{version}
+Requires:   libtalloc2 = %{version}
 Requires:   pkg-config
 
 %description -n libtalloc-devel
@@ -102,7 +100,7 @@
 %package -n python-talloc
 Summary:Python bindings for the Talloc library
 Group:  Development/Libraries/Python
-Requires:   %{libtalloc_name} = %{version}
+Requires:   libtalloc2 = %{version}
 Provides:   pytalloc = %{version}
 Obsoletes:  pytalloc < %{version}
 
@@ -117,32 +115,26 @@
 Requires:   python-talloc = %{version}
 Provides:   pytalloc-devel = %{version}
 Obsoletes:  pytalloc-devel < %{version}
-Conflicts:  python3-talloc-devel
 
 %description -n python-talloc-devel
 Libraries and Header Files to Develop Programs with 

commit samba for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package samba for openSUSE:Factory checked 
in at 2018-04-04 11:13:33

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


Package is "samba"

Wed Apr  4 11:13:33 2018 rev:233 rq:593146 version:4.8.0+git.19.f53c6c0aa6f

Changes:

--- /work/SRC/openSUSE:Factory/samba/samba.changes  2018-03-14 
19:21:52.341776953 +0100
+++ /work/SRC/openSUSE:Factory/.samba.new/samba.changes 2018-04-04 
11:13:41.390047468 +0200
@@ -1,0 +2,44 @@
+Mon Mar 26 22:37:15 UTC 2018 - jeng...@inai.de
+
+- Specfile cleanup
+  + Remove %if..%endif guards which don't affect the build
+  + Remove redundant %clean section
+  + Replace old $RPM_* shell vars with macros
+
+---
+Thu Mar 22 16:28:02 UTC 2018 - dims...@opensuse.org
+
+- BuildRequire pkgconfig(systemd) and pkgconfig(libsystemd) in
+  place of systemd and systemd-devel: Allow OBS to optimize the
+  workload by allowing the usage of the 'build-optimized' systemd
+  packages.
+
+---
+Thu Mar 22 14:20:44 UTC 2018 - dmul...@suse.com
+
+- Enable building samba with python3, and create a samba-python3 package.
+
+---
+Thu Mar 15 11:29:04 UTC 2018 - jmcdono...@suse.com
+
+- Update to 4.8
+  + New GUID Index mode in sam.ldb for the AD DC
+  + GPO support for samba KDC
+  + Time machine support with vfs_fruit
+  + Encrypted secrets
+  + AD Replication visualization
+  + Improved trust support
+- ability to not scan global trust list
+- AD external trusts have limited support
+- verbose trusted domain listing
+  + VirusFilter VFS module
+  + NT4-style replication removed
+  + vfs_aio_linux removed
+
+---
+Tue Mar 13 20:12:10 UTC 2018 - david.mul...@suse.com
+
+- Disable samba-pidl package, due to the removal of dependency
+  perl-Parse-Yapp; (bsc#1085150);
+
+---

Old:

  samba-4.7.6+git.54.6e3276c9872.tar.bz2

New:

  samba-4.8.0+git.19.f53c6c0aa6f.tar.bz2



Other differences:
--
++ samba.spec ++
--- /var/tmp/diff_new_pack.fkizsW/_old  2018-04-04 11:13:43.105984935 +0200
+++ /var/tmp/diff_new_pack.fkizsW/_new  2018-04-04 11:13:43.109984788 +0200
@@ -15,6 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+%if 0%{?sle_version} >= 15
+%define with_python3 1
+%else
+%define with_python3 0
+%endif
 
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
@@ -38,6 +43,13 @@
 %define with_python 1
 %endif
 
+%if 0%{?sle_version} >= 15 && !0%{?is_opensuse}
+# SLE15 dropped perl-Parse-Yapp
+%define with_pidl 0
+%else
+%define with_pidl 1
+%endif
+
 %if 0%{?suse_version} > 1140 && 0%{?suse_version} != 1315
 %define build_ctdb_pmda 1
 %endif
@@ -100,6 +112,10 @@
 BuildRequires:  pwdutils
 BuildRequires:  python-devel
 BuildRequires:  python-xml
+%if %{with_python3}
+BuildRequires:  python3-devel
+BuildRequires:  python3-xml
+%endif
 BuildRequires:  readline-devel
 %if 0%{?suse_version} >= 1330
 BuildRequires:  rpcgen
@@ -117,6 +133,12 @@
 BuildRequires:  python-talloc-devel
 BuildRequires:  python-tdb
 BuildRequires:  python-tevent
+%if %{with_python3}
+BuildRequires:  python3-ldb-devel
+BuildRequires:  python3-talloc-devel
+BuildRequires:  python3-tdb
+BuildRequires:  python3-tevent
+%endif
 # to generate the man pages
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  libxslt
@@ -127,8 +149,8 @@
 %if 0%{?suse_version} > 1220
 BuildRequires:  libavahi-devel
 # To only BuildRequire systemd-rpm-macros leads to broken binaries
-BuildRequires:  systemd
-BuildRequires:  systemd-devel
+BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(libsystemd)
 %endif
 %if 0%{?build_ctdb_pmda}
 BuildRequires:  libpcp-devel
@@ -153,7 +175,7 @@
 %else
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
-Version:4.7.6+git.54.6e3276c9872
+Version:4.8.0+git.19.f53c6c0aa6f
 Release:0
 Url:https://www.samba.org/
 Obsoletes:  samba-32bit < %{version}
@@ -279,9 +301,6 @@
 This package contains the libraries and header files needed to
 develop programs which make use of Samba.
 
-
-%if 0%{?suse_version} > 1110
-
 %package doc
 Summary:Samba Documentation
 License:GPL-3.0+
@@ -298,10 +317,6 @@
 This package contains all the Samba documentation as it is not part of
 the man pages.
 
-
-
-%endif
-
 %package libs
 Summary:Samba libraries
 License:GPL-3.0+
@@ 

commit ldb for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package ldb for openSUSE:Factory checked in 
at 2018-04-04 11:13:05

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


Package is "ldb"

Wed Apr  4 11:13:05 2018 rev:37 rq:588671 version:1.3.2

Changes:

--- /work/SRC/openSUSE:Factory/ldb/ldb.changes  2018-02-14 09:22:29.751323621 
+0100
+++ /work/SRC/openSUSE:Factory/.ldb.new/ldb.changes 2018-04-04 
11:13:08.487246562 +0200
@@ -1,0 +2,12 @@
+Fri Mar 16 19:09:53 UTC 2018 - jmcdono...@suse.com
+
+- Update to 1.3.2;
+  + Expose the SHOW_BINARY, ENABLE_TRACING and DONT_CREATE_DB flag
+constants in the python api.
+  + Don't load LDB_MODULESDIR as a module file.
+  + Fix binary data in debug log (bug #13185).
+  + Intersect the index from SCOPE_ONELEVEL with the index for the
+search expression (bso#13191)
+  + GUID Index support.
+
+---

Old:

  ldb-1.2.3.tar.asc
  ldb-1.2.3.tar.gz

New:

  ldb-1.3.2.tar.asc
  ldb-1.3.2.tar.gz



Other differences:
--
++ ldb.spec ++
--- /var/tmp/diff_new_pack.jjvQCn/_old  2018-04-04 11:13:09.187221052 +0200
+++ /var/tmp/diff_new_pack.jjvQCn/_new  2018-04-04 11:13:09.191220906 +0200
@@ -18,15 +18,16 @@
 
 %{!?python_sitearch:  %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?py3_soflags:  %global py3_soflags cpython-%{python3_version_nodots}m}
+%{!?py3_soflags_dash:   %global py3_soflags_dash %(echo %{py3_soflags} | sed 
"s/_/-/g")}
 %if 0%{?suse_version} > 1310 || 0%{?fedora_version} > 20
 %define with_python3 1
 %else
 %define with_python3 0
 %endif
 
-%define talloc_version 2.1.10
+%define talloc_version 2.1.11
 %define tdb_version 1.3.15
-%define tevent_version 0.9.33
+%define tevent_version 0.9.36
 
 Name:   ldb
 BuildRequires:  docbook-xsl-stylesheets
@@ -48,11 +49,10 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-talloc >= %{talloc_version}
 BuildRequires:  python3-talloc-devel >= %{talloc_version}
-%else
-BuildRequires:  python-talloc-devel >= %{talloc_version}
 %endif
+BuildRequires:  python-talloc-devel >= %{talloc_version}
 Url:https://ldb.samba.org/
-Version:1.2.3
+Version:1.3.2
 Release:0
 Summary:An LDAP-like embedded database
 License:GPL-3.0+
@@ -116,7 +116,6 @@
 Requires:   python-ldb = %{version}
 Provides:   pyldb-devel = %{version}
 Obsoletes:  pyldb-devel < %{version}
-Conflicts:  python3-ldb-devel
 
 %description -n python-ldb-devel
 This package contains the development files for the Python bindings for the
@@ -135,7 +134,6 @@
 Group:  Development/Libraries/Python
 Requires:   pkg-config
 Requires:   python3-ldb = %{version}
-Conflicts:  python-ldb-devel
 
 %description -n python3-ldb-devel
 This package contains the development files for the Python bindings for the
@@ -191,6 +189,10 @@
 # Install API documentation
 cp -a apidocs/man/* %{buildroot}/%{_mandir}
 
+%if %{with_python3}
+sed -i 's;-lpyldb-util.%{py3_soflags_dash};-lpyldb-util.%{py3_soflags};g' 
%{buildroot}/%{_libdir}/pkgconfig/pyldb-util.%{py3_soflags}.pc
+%endif
+
 %post -n libldb1 -p /sbin/ldconfig
 
 %postun -n libldb1 -p /sbin/ldconfig
@@ -233,7 +235,7 @@
 %dir %{_libdir}/ldb
 %{_libdir}/pkgconfig/ldb.pc
 %{_mandir}/man3/ldb*.3.*
-%if 0%{?suse_version} != 1110
+%if 0%{?suse_version} != 1110 || %{_arch} != i386
 %{_mandir}/man3/ldif*.3.*
 %endif
 
@@ -264,7 +266,7 @@
 %{_includedir}/pyldb.h
 %{_libdir}/libpyldb-util.so
 %{_libdir}/pkgconfig/pyldb-util.pc
-%if 0%{?suse_version} != 1110
+%if 0%{?suse_version} != 1110 || %{_arch} != i386
 %{_mandir}/man3/PyLdb*.3.*
 %endif
 

++ ldb-1.2.3.tar.gz -> ldb-1.3.2.tar.gz ++
 8111 lines of diff (skipped)





commit tevent for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package tevent for openSUSE:Factory checked 
in at 2018-04-04 11:13:11

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


Package is "tevent"

Wed Apr  4 11:13:11 2018 rev:31 rq:588676 version:0.9.36

Changes:

--- /work/SRC/openSUSE:Factory/tevent/tevent-man.changes2017-12-03 
10:11:06.940018585 +0100
+++ /work/SRC/openSUSE:Factory/.tevent.new/tevent-man.changes   2018-04-04 
11:13:14.943011287 +0200
@@ -2 +2,11 @@
-Tue Nov 28 17:33:52 UTC 2017 - scabr...@suse.com
+Fri Mar 16 17:57:04 UTC 2018 - jmcdono...@suse.com
+
+- Update to version 0.9.36; (bso#13291);
+  + improve documentation of tevent_queue_add_optimize_empty()
+  + add tevent_queue_entry_untrigger()
+  + Minor cleanup. wakeup_fd can always be gotten from the event context.
+  + Use smb_set_close_on_exec() in example code.
+- Use tirpc on newer sytems
+
+---
+Tue Nov 28 17:31:07 UTC 2017 - scabr...@suse.com
@@ -10 +20 @@
-Wed Jul 26 08:50:23 UTC 2017 - scabr...@suse.com
+Wed Jul 26 08:49:04 UTC 2017 - scabr...@suse.com
@@ -16 +26 @@
-Fri Jun 30 12:05:41 UTC 2017 - scabr...@suse.com
+Fri Jun 30 11:58:18 UTC 2017 - scabr...@suse.com
@@ -22,0 +33,6 @@
+
+---
+Mon Feb  6 15:00:05 UTC 2017 - jeng...@inai.de
+
+- Drop redundant PreReq for ldconfig; this is autodetected.
+  Set RPM group right.
--- /work/SRC/openSUSE:Factory/tevent/tevent.changes2017-12-03 
10:11:07.176010005 +0100
+++ /work/SRC/openSUSE:Factory/.tevent.new/tevent.changes   2018-04-04 
11:13:15.199001958 +0200
@@ -1,0 +2,10 @@
+Fri Mar 16 17:57:04 UTC 2018 - jmcdono...@suse.com
+
+- Update to version 0.9.36; (bso#13291);
+  + improve documentation of tevent_queue_add_optimize_empty()
+  + add tevent_queue_entry_untrigger()
+  + Minor cleanup. wakeup_fd can always be gotten from the event context.
+  + Use smb_set_close_on_exec() in example code.
+- Use tirpc on newer sytems
+
+---

Old:

  tevent-0.9.34.tar.asc
  tevent-0.9.34.tar.gz

New:

  tevent-0.9.36.tar.asc
  tevent-0.9.36.tar.gz



Other differences:
--
++ tevent-man.spec ++
--- /var/tmp/diff_new_pack.vwwhWw/_old  2018-04-04 11:13:16.146967411 +0200
+++ /var/tmp/diff_new_pack.vwwhWw/_new  2018-04-04 11:13:16.150967265 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tevent-man
 #
-# 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
@@ -53,7 +53,7 @@
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
 Url:https://tevent.samba.org/
-Version:0.9.34
+Version:0.9.36
 Release:0
 Summary:An event system based on the talloc memory management library
 License:GPL-3.0+

++ tevent.spec ++
--- /var/tmp/diff_new_pack.vwwhWw/_old  2018-04-04 11:13:16.166966682 +0200
+++ /var/tmp/diff_new_pack.vwwhWw/_new  2018-04-04 11:13:16.170966536 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tevent-man
 #
-# 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
@@ -24,7 +24,7 @@
 %define with_python3 0
 %endif
 
-%define talloc_version 2.1.10
+%define talloc_version 2.1.11
 %define build_man 0
 
 %if %{build_man}
@@ -33,6 +33,9 @@
 %else
 Name:   tevent
 BuildRequires:  libtalloc-devel >= %{talloc_version}
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libtirpc-devel
+%endif
 %if 0%{?suse_version} > 1020
 BuildRequires:  pkg-config
 %else
@@ -43,9 +46,8 @@
 BuildRequires:  python3-devel
 BuildRequires:  python3-talloc >= %{talloc_version}
 BuildRequires:  python3-talloc-devel >= %{talloc_version}
-%else
-BuildRequires:  python-talloc-devel >= %{talloc_version}
 %endif # with_python3
+BuildRequires:  python-talloc-devel >= %{talloc_version}
 %endif # build_man
 %if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
 %definebuild_make_smp_mflags %{?_smp_mflags}
@@ -53,7 +55,7 @@
 %definebuild_make_smp_mflags %{?jobs:-j%jobs}
 %endif
 Url:https://tevent.samba.org/
-Version:0.9.34
+Version:0.9.36
 Release:0
 Summary:An event system based on the talloc memory management library
 License:GPL-3.0+

++ 

commit tumbleweed-cli for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package tumbleweed-cli for openSUSE:Factory 
checked in at 2018-04-04 11:09:22

Comparing /work/SRC/openSUSE:Factory/tumbleweed-cli (Old)
 and  /work/SRC/openSUSE:Factory/.tumbleweed-cli.new (New)


Package is "tumbleweed-cli"

Wed Apr  4 11:09:22 2018 rev:3 rq:593352 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/tumbleweed-cli/tumbleweed-cli.changes
2017-11-19 11:13:54.397884471 +0100
+++ /work/SRC/openSUSE:Factory/.tumbleweed-cli.new/tumbleweed-cli.changes   
2018-04-04 11:10:08.933753846 +0200
@@ -1,0 +2,7 @@
+Wed Apr 04 02:47:50 UTC 2018 - ji...@boombatower.com
+
+- Update to version 0.2.1:
+  * repo_init(): handle repo files with space in name. :(
+  * Update README to suggest installation from main OSS repository.
+
+---

Old:

  tumbleweed-cli-0.2.0.tar.xz

New:

  tumbleweed-cli-0.2.1.tar.xz



Other differences:
--
++ tumbleweed-cli.spec ++
--- /var/tmp/diff_new_pack.n80JRc/_old  2018-04-04 11:10:12.425627305 +0200
+++ /var/tmp/diff_new_pack.n80JRc/_new  2018-04-04 11:10:12.425627305 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tumbleweed-cli
 #
-# 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
@@ -17,10 +17,10 @@
 
 
 Name:   tumbleweed-cli
-Version:0.2.0
+Version:0.2.1
 Release:0
 Summary:Command line interface for interacting with tumbleweed 
snapshots
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  System/Packages
 Url:https://github.com/boombatower/tumbleweed-cli
 Source: %{name}-%{version}.tar.xz

++ _service ++
--- /var/tmp/diff_new_pack.n80JRc/_old  2018-04-04 11:10:12.453626290 +0200
+++ /var/tmp/diff_new_pack.n80JRc/_new  2018-04-04 11:10:12.457626145 +0200
@@ -1,7 +1,7 @@
 
   
 @PARENT_TAG@
-refs/tags/0.2.0
+refs/tags/0.2.1
 https://github.com/boombatower/tumbleweed-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.n80JRc/_old  2018-04-04 11:10:12.477625420 +0200
+++ /var/tmp/diff_new_pack.n80JRc/_new  2018-04-04 11:10:12.477625420 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/boombatower/tumbleweed-cli.git
-46bfa0ba8c8b690d1f19d003cc112b6d560926dd
+3f187416a3f057fcfea3d53f067c9ca8f177652a
   
 

++ tumbleweed-cli-0.2.0.tar.xz -> tumbleweed-cli-0.2.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tumbleweed-cli-0.2.0/README.md 
new/tumbleweed-cli-0.2.1/README.md
--- old/tumbleweed-cli-0.2.0/README.md  2017-11-18 04:10:58.0 +0100
+++ new/tumbleweed-cli-0.2.1/README.md  2018-04-04 04:42:48.0 +0200
@@ -4,8 +4,9 @@
 
 ## Installation
 
+The latest stable version can be installed from the main OSS repository.
+
 ```bash
-zypper addrepo -p 105 
http://download.opensuse.org/repositories/home:boombatower:snapshot/openSUSE_Tumbleweed/
 tw-snapshot
 zypper in tumbleweed-cli
 ```
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/tumbleweed-cli-0.2.0/tumbleweed 
new/tumbleweed-cli-0.2.1/tumbleweed
--- old/tumbleweed-cli-0.2.0/tumbleweed 2017-11-18 04:10:58.0 +0100
+++ new/tumbleweed-cli-0.2.1/tumbleweed 2018-04-04 04:42:48.0 +0200
@@ -63,6 +63,7 @@
 sudo mkdir "$REPOS_DIR/.previous"
   fi
 
+  local IFS=$'\n' # Handle repo files with space in name. :(
   local files=($(grep -lP "$REPO_PATTERN" "$REPOS_DIR"/*))
   local file
   for file in ${files[@]} ; do




commit steamcmd for openSUSE:Factory:NonFree

2018-04-04 Thread root
Hello community,

here is the log from the commit of package steamcmd for 
openSUSE:Factory:NonFree checked in at 2018-04-04 11:09:28

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


Package is "steamcmd"

Wed Apr  4 11:09:28 2018 rev:2 rq:592761 version:0.20160905

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/steamcmd/steamcmd.changes
2017-03-01 23:45:10.728230639 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.steamcmd.new/steamcmd.changes   
2018-04-04 11:10:22.201273049 +0200
@@ -1,0 +2,5 @@
+Fri Mar 30 17:43:23 UTC 2018 - ok...@suse.com
+
+- Fix the forwarding of parameters on '$@' in steamcmd with escaping
+
+---



Other differences:
--
++ steamcmd.spec ++
--- /var/tmp/diff_new_pack.fHC8Gn/_old  2018-04-04 11:10:25.321159989 +0200
+++ /var/tmp/diff_new_pack.fHC8Gn/_new  2018-04-04 11:10:25.321159989 +0200
@@ -47,7 +47,7 @@
 mkdir -p %{buildroot}%{_bindir}
 cat > %{buildroot}%{_bindir}/steamcmd << EOF
 #!/bin/sh
-exec %{_libexecdir}/steamcmd/steamcmd.sh "$@"
+exec %{_libexecdir}/steamcmd/steamcmd.sh "\$@"
 EOF
 chmod +x %{buildroot}%{_bindir}/steamcmd
 




commit 000product for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2018-04-04 11:09:42

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


Package is "000product"

Wed Apr  4 11:09:42 2018 rev:63 rq: version:unknown
Wed Apr  4 11:09:35 2018 rev:62 rq: version:unknown

Changes:

New Changes file:

NO CHANGES FILE!!!



Other differences:
--
_service:product_converter:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64.kiwi: same 
change
_service:product_converter:openSUSE-Addon-NonOss-release.spec: same change
++ 
_service:product_converter:openSUSE-Tumbleweed-Kubic-dvd5-dvd-x86_64.kiwi ++
--- /var/tmp/diff_new_pack.vyhPeX/_old  2018-04-04 11:10:39.636641220 +0200
+++ /var/tmp/diff_new_pack.vyhPeX/_new  2018-04-04 11:10:39.636641220 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,9 +35,9 @@
   true
   -x -2
   openSUSE
-  20180403
+  20180404
   11
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180403,openSUSE 
Tumbleweed Kubic
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180404,openSUSE 
Tumbleweed Kubic
   en_US 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

++ _service:product_converter:openSUSE-Tumbleweed-Kubic-release.spec ++
--- /var/tmp/diff_new_pack.vyhPeX/_old  2018-04-04 11:10:39.652640640 +0200
+++ /var/tmp/diff_new_pack.vyhPeX/_new  2018-04-04 11:10:39.656640495 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-Tumbleweed-Kubic-release
-Version:20180403
+Version:    20180404
 Release:0
 Summary:openSUSE Tumbleweed Kubic 
 License:GPL-2.0-or-later
@@ -38,9 +38,9 @@
 ExclusiveArch:  %ix86 x86_64 ppc64le s390x aarch64
 Provides:   %name-%version
 Provides:   product() = openSUSE-Tumbleweed-Kubic
-Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180403-0
+Provides:   product(openSUSE-Tumbleweed-Kubic) = 20180404-0
 Provides:   product-label() = openSUSE%20Tumbleweed%20Kubic
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180403
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20180404
 Provides:   product-url(releasenotes) = 
http%3A%2F%2Fdoc.opensuse.org%2Frelease%2Dnotes%2Fx86_64%2FopenSUSE%2FTumbleweed%2Frelease%2Dnotes%2DopenSUSE.rpm
 Provides:   product-endoflife()
 Requires:   product_flavor(openSUSE-Tumbleweed-Kubic)
@@ -61,7 +61,7 @@
 Group:  System/Fhs
 Provides:   product_flavor()
 Provides:   flavor(dvd)
-Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180403-0
+Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20180404-0
 Summary:openSUSE Tumbleweed Kubic
 
 %description dvd
@@ -123,11 +123,11 @@
 
   openSUSE
   openSUSE-Tumbleweed-Kubic
-  20180403
+  20180404
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180403
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20180404
   openSUSE-Tumbleweed-Kubic
   
 

++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.vyhPeX/_old  2018-04-04 11:10:39.672639915 +0200
+++ /var/tmp/diff_new_pack.vyhPeX/_new  2018-04-04 11:10:39.676639770 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,9 +32,9 @@
   true
   -x -2
   openSUSE
-  20180403
+  20180404
   11
-  cpe:/o:opensuse:opensuse:20180403,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180404,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb 
nl pl pt pt_BR ru sv zh zh_CN zh_TW 
   openSUSE
   /usr/share/kiwi/modules/plugins/suse-tumbleweed

_service:product_converter:openSUSE-cd-mini-x86_64.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-i586.kiwi: same change
_service:product_converter:openSUSE-dvd5-dvd-x86_64.kiwi: same change
++ _service:product_converter:openSUSE-ftp-ftp-i586_x86_64.kiwi ++
--- /var/tmp/diff_new_pack.vyhPeX/_old  2018-04-04 11:10:39.756636871 +0200
+++ /var/tmp/diff_new_pack.vyhPeX/_new  2018-04-04 11:10:39.756636871 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -24,7 +24,7 @@
   openSUSE
   ftp
   true
-  openSUSE-20180403-i586-x86_64
+  openSUSE-20180404-i586-x86_64
   true
   /
   $DISTNAME-$FLAVOR
@@ -36,9 +36,9 @@
   true
   -x -2
   openSUSE
-  20180403
+  20180404
   11
-  cpe:/o:opensuse:opensuse:20180403,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20180404,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja nb

commit enigmail for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package enigmail for openSUSE:Factory 
checked in at 2018-04-04 11:08:42

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


Package is "enigmail"

Wed Apr  4 11:08:42 2018 rev:21 rq:593311 version:2.0.1

Changes:

--- /work/SRC/openSUSE:Factory/enigmail/enigmail.changes2018-03-28 
10:30:49.894232083 +0200
+++ /work/SRC/openSUSE:Factory/.enigmail.new/enigmail.changes   2018-04-04 
11:09:11.171847087 +0200
@@ -1,0 +2,10 @@
+Tue Apr  3 16:28:50 UTC 2018 - astie...@suse.com
+
+- enigmail 2.0.1, addressing several issues found in 2.0:
+  * S/MIME signing/encryption not working correctly, if Enigmail
+is not enabled for an account
+  * Emails fail to decrypt if the sender address contains brackets
+  * Autocrypt-headers may flip manually created per-recipient rules
+  * The key manager does not load if no key on the keyring
+
+---

Old:

  enigmail-2.0.tar.gz
  enigmail-2.0.tar.gz.asc

New:

  enigmail-2.0.1.tar.gz
  enigmail-2.0.1.tar.gz.asc



Other differences:
--
++ enigmail.spec ++
--- /var/tmp/diff_new_pack.gYohI6/_old  2018-04-04 11:09:12.899784468 +0200
+++ /var/tmp/diff_new_pack.gYohI6/_new  2018-04-04 11:09:12.903784323 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   enigmail
-Version:2.0
+Version:2.0.1
 Release:0
 Summary:OpenPGP addon for Thunderbird and SeaMonkey
 License:MPL-2.0

++ enigmail-2.0.tar.gz -> enigmail-2.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/enigmail/Makefile new/enigmail/Makefile
--- old/enigmail/Makefile   2018-03-25 14:48:39.0 +0200
+++ new/enigmail/Makefile   2018-04-02 13:33:37.0 +0200
@@ -3,7 +3,7 @@
 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 
 XPI_MODULE = enigmail
-XPI_MODULE_VERS = 2.0
+XPI_MODULE_VERS = 2.0.1
 
 DEPTH  = .
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/enigmail/configure new/enigmail/configure
--- old/enigmail/configure  2018-03-25 14:48:39.0 +0200
+++ new/enigmail/configure  2018-04-02 13:33:37.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for enigmail 2.0.
+# Generated by GNU Autoconf 2.69 for enigmail 2.0.1.
 #
 # Report bugs to .
 #
@@ -579,8 +579,8 @@
 # Identity of this package.
 PACKAGE_NAME='enigmail'
 PACKAGE_TARNAME='enigmail'
-PACKAGE_VERSION='2.0'
-PACKAGE_STRING='enigmail 2.0'
+PACKAGE_VERSION='2.0.1'
+PACKAGE_STRING='enigmail 2.0.1'
 PACKAGE_BUGREPORT='https://www.enigmail.net'
 PACKAGE_URL=''
 
@@ -1195,7 +1195,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 enigmail 2.0 to adapt to many kinds of systems.
+\`configure' configures enigmail 2.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1261,7 +1261,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of enigmail 2.0:";;
+ short | recursive ) echo "Configuration of enigmail 2.0.1:";;
esac
   cat <<\_ACEOF
 
@@ -1343,7 +1343,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-enigmail configure 2.0
+enigmail configure 2.0.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1360,7 +1360,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by enigmail $as_me 2.0, which was
+It was created by enigmail $as_me 2.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/enigmail/lang/de/enigmail.properties 
new/enigmail/lang/de/enigmail.properties
--- old/enigmail/lang/de/enigmail.properties2018-03-25 14:48:39.0 
+0200
+++ new/enigmail/lang/de/enigmail.properties2018-04-02 13:33:37.0 
+0200
@@ -785,7 +785,7 @@
 upgradeInfo.autocrypt.title=Unterstützung für Autocrypt
 upgradeInfo.autocrypt.desc=Enigmail unterstützt nun https://autocrypt.org/;>Autocrypt, einen neuen Standard zur 
Verteilung von Schlüsseln als Teil der gesendeten Nachrichten. Enigmail 
importiert automatisch Schlüssel aus Autocrypt-kompatiblen Nachrichten, so dass 
im Laufe der Zeit 

commit papirus-icon-theme for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package papirus-icon-theme for 
openSUSE:Factory checked in at 2018-04-04 11:08:50

Comparing /work/SRC/openSUSE:Factory/papirus-icon-theme (Old)
 and  /work/SRC/openSUSE:Factory/.papirus-icon-theme.new (New)


Package is "papirus-icon-theme"

Wed Apr  4 11:08:50 2018 rev:5 rq:593326 version:20180401

Changes:

--- /work/SRC/openSUSE:Factory/papirus-icon-theme/papirus-icon-theme.changes
2018-03-16 10:44:36.961736061 +0100
+++ 
/work/SRC/openSUSE:Factory/.papirus-icon-theme.new/papirus-icon-theme.changes   
2018-04-04 11:09:18.075596899 +0200
@@ -1,0 +2,9 @@
+Tue Apr  3 18:58:30 UTC 2018 - matthias.elias...@gmail.com
+
+- Update to 20180401
+  * Added new icons
+  * Updated a few icons
+  * Colorize some mimes
+  * Fix icon sizes on index.theme's 
(gh#PapirusDevelopmentTeam/papirus-icon-theme#1197)
+
+---

Old:

  papirus-icon-theme-20180311.tar.gz

New:

  papirus-icon-theme-20180401.tar.gz



Other differences:
--
++ papirus-icon-theme.spec ++
--- /var/tmp/diff_new_pack.7huun8/_old  2018-04-04 11:09:21.191483981 +0200
+++ /var/tmp/diff_new_pack.7huun8/_new  2018-04-04 11:09:21.191483981 +0200
@@ -17,12 +17,12 @@
 
 
 Name:   papirus-icon-theme
-Version:20180311
+Version:20180401
 Release:0
 Summary:Papirus icon theme for Linux
 License:GPL-3.0-only
 Group:  System/GUI/Other
-Url:https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
+URL:https://github.com/PapirusDevelopmentTeam/papirus-icon-theme
 Source: 
https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  automake
 BuildRequires:  fdupes

++ papirus-icon-theme-20180311.tar.gz -> papirus-icon-theme-20180401.tar.gz 
++
/work/SRC/openSUSE:Factory/papirus-icon-theme/papirus-icon-theme-20180311.tar.gz
 
/work/SRC/openSUSE:Factory/.papirus-icon-theme.new/papirus-icon-theme-20180401.tar.gz
 differ: char 122, line 2




commit python-publicsuffixlist for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package python-publicsuffixlist for 
openSUSE:Factory checked in at 2018-04-04 11:04:16

Comparing /work/SRC/openSUSE:Factory/python-publicsuffixlist (Old)
 and  /work/SRC/openSUSE:Factory/.python-publicsuffixlist.new (New)


Package is "python-publicsuffixlist"

Wed Apr  4 11:04:16 2018 rev:1 rq:592743 version:0.5.1

Changes:

New Changes file:

--- /dev/null   2018-03-29 10:35:27.759803458 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-publicsuffixlist.new/python-publicsuffixlist.changes
 2018-04-04 11:04:26.578161242 +0200
@@ -0,0 +1,4 @@
+---
+Thu Mar 29 09:35:22 UTC 2018 - sebix+novell@sebix.at
+
+- initial package for version 0.5.0

New:

  publicsuffixlist-0.5.1.tar.gz
  python-publicsuffixlist.changes
  python-publicsuffixlist.spec



Other differences:
--
++ python-publicsuffixlist.spec ++
#
# spec file for package python-publicsuffixlist
#
# 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
# 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/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-publicsuffixlist
Version:0.5.1
Release:0
License:MPL-2.0
Summary:Public suffix list implementaion in Python
Url:https://github.com/ko-zu/psl
Group:  Development/Languages/Python
Source: 
https://files.pythonhosted.org/packages/source/p/publicsuffixlist/publicsuffixlist-%{version}.tar.gz
BuildRequires:  python-rpm-macros
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
Requires(post):   update-alternatives
Requires(postun):  update-alternatives
Recommends: python-requests
BuildArch:  noarch

%python_subpackages

%description
Parser implementation for the Public Suffix List  in 
Python.

Support for IDN (unicode or punycoded). With built-in list and an updater 
script.

%prep
%setup -q -n publicsuffixlist-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%python_clone -a %{buildroot}%{_bindir}/publicsuffixlist-download

%check
%python_exec setup.py test

%post
%python_install_alternative publicsuffixlist-download

%postun
%python_uninstall_alternative publicsuffixlist-download

%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{_bindir}/publicsuffixlist-download-%{python_bin_suffix}
%python_alternative %{_bindir}/publicsuffixlist-download

%changelog



commit libisoburn for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package libisoburn for openSUSE:Factory 
checked in at 2018-04-04 11:08:26

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


Package is "libisoburn"

Wed Apr  4 11:08:26 2018 rev:6 rq:593272 version:1.4.8

Changes:

--- /work/SRC/openSUSE:Factory/libisoburn/libisoburn.changes2018-02-10 
17:58:06.880246312 +0100
+++ /work/SRC/openSUSE:Factory/.libisoburn.new/libisoburn.changes   
2018-04-04 11:09:05.016070170 +0200
@@ -1,0 +2,10 @@
+Tue Apr  3 13:35:23 UTC 2018 - dims...@opensuse.org
+
+- Split out xorriso-tcltk from xorriso: The frontend is advertised
+  as proof-of-concept by upstream. Additionally, we can save a
+  dependency on Tcl/Tk on the main xorriso package.
+- Cleanup using spec-cleaner:
+  + use SPDX3 license string.
+  + Package licence files as license, not doc (boo#1082318).
+
+---



Other differences:
--
++ libisoburn.spec ++
--- /var/tmp/diff_new_pack.BLrm3p/_old  2018-04-04 11:09:06.34511 +0200
+++ /var/tmp/diff_new_pack.BLrm3p/_new  2018-04-04 11:09:06.34511 +0200
@@ -21,9 +21,9 @@
 Version:1.4.8
 Release:0
 Summary:Frontend for libburn and libisofs
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/CD/Record
-Url:http://libburnia-project.org/
+URL:http://libburnia-project.org/
 Source0:
http://files.libburnia-project.org/releases/%{name}-%{version}.tar.gz
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -75,8 +75,6 @@
 %package -n xorriso
 Summary:ISO 9660 Rock Ridge Filesystem Manipulator
 Group:  Productivity/Multimedia/CD/Record
-Requires:   tcl
-Requires:   tk
 Requires(post): info
 Requires(preun): info
 # libburnia-tools was last used in version 1.4.0
@@ -94,6 +92,22 @@
 filesystem objects.
 Vice versa xorriso is able to restore file objects from ISO 9660 filesystems.
 
+%package -n xorriso-tcltk
+Summary:Graphical frontend for xorriso
+Group:  Productivity/Multimedia/CD/Record
+Requires:   tcl
+Requires:   tk
+Requires:   xorriso = %{version}
+
+%description -n xorriso-tcltk
+xorriso is a program which maps file objects from POSIX compliant filesystems
+into Rock Ridge enhanced ISO 9660 filesystems and allows session-wise
+manipulation of such filesystems. It can load the management information of
+existing ISO images and it writes the session results to optical media or to
+filesystem objects.
+
+This package provides a graphical frontend to xorriso.
+
 %prep
 %setup -q
 
@@ -130,7 +144,8 @@
 %install_info_delete --info-dir="%{_infodir}" 
"%{_infodir}/xorrecord.info%{ext_info}"
 
 %files devel
-%doc AUTHORS COPYING COPYRIGHT ChangeLog README TODO
+%license COPYING
+%doc AUTHORS COPYRIGHT ChangeLog README TODO
 %doc doc/partition_offset.wiki
 %doc %{_docdir}/%{name}-devel/html/
 %{_includedir}/libisoburn/
@@ -141,20 +156,23 @@
 %{_libdir}/libisoburn.so.%{so_ver}*
 
 %files -n xorriso
-%doc COPYING COPYRIGHT
+%license COPYING
+%doc COPYRIGHT
 %doc doc/{qemu_xorriso.wiki,startup_file.txt}
-%doc frontend/README-tcltk
 %doc xorriso/README_gnu_xorriso
 %{_bindir}/osirrox
 %{_bindir}/xorrecord
-%{_bindir}/xorriso-tcltk
 %{_bindir}/xorriso
 %{_bindir}/xorrisofs
-%{_mandir}/man1/xorriso.1%{ext_man}
-%{_mandir}/man1/xorrisofs.1%{ext_man}
-%{_mandir}/man1/xorrecord.1%{ext_man}
-%{_infodir}/xorriso.info%{ext_info}
-%{_infodir}/xorrisofs.info%{ext_info}
-%{_infodir}/xorrecord.info%{ext_info}
+%{_mandir}/man1/xorriso.1%{?ext_man}
+%{_mandir}/man1/xorrisofs.1%{?ext_man}
+%{_mandir}/man1/xorrecord.1%{?ext_man}
+%{_infodir}/xorriso.info%{?ext_info}
+%{_infodir}/xorrisofs.info%{?ext_info}
+%{_infodir}/xorrecord.info%{?ext_info}
+
+%files -n xorriso-tcltk
+%doc frontend/README-tcltk
+%{_bindir}/xorriso-tcltk
 
 %changelog




commit wine for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2018-04-04 11:09:05

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


Package is "wine"

Wed Apr  4 11:09:05 2018 rev:250 rq:593330 version:3.5

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2018-04-01 
17:28:06.484084949 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2018-04-04 
11:09:34.203012452 +0200
@@ -1,0 +2,5 @@
+Tue Apr  3 12:31:24 UTC 2018 - sch...@suse.de
+
+- Enable build for aarch64
+
+---



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.loXvQI/_old  2018-04-04 11:09:35.978948093 +0200
+++ /var/tmp/diff_new_pack.loXvQI/_new  2018-04-04 11:09:35.982947948 +0200
@@ -137,7 +137,7 @@
 Recommends: cabextract
 Recommends: unzip
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-ExclusiveArch:  %{ix86} x86_64 ppc %arm
+ExclusiveArch:  %{ix86} x86_64 ppc %arm aarch64
 %if %{staging}
 # upstream patch target version
 %define staging_version 3.5
@@ -396,7 +396,7 @@
 %dir %{_datadir}/icons/hicolor/scalable
 %dir %{_datadir}/icons/hicolor/scalable/apps
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
-%ifarch %ix86
+%ifarch %ix86 aarch64
 %{_bindir}/wine
 %{_bindir}/wine-preloader
 %endif






commit fbreader for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package fbreader for openSUSE:Factory 
checked in at 2018-04-04 11:09:14

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


Package is "fbreader"

Wed Apr  4 11:09:14 2018 rev:13 rq:593340 version:0.99.4

Changes:

--- /work/SRC/openSUSE:Factory/fbreader/fbreader.changes2016-07-21 
08:19:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.fbreader.new/fbreader.changes   2018-04-04 
11:09:44.286647030 +0200
@@ -1,0 +2,6 @@
+Wed Mar  7 13:09:28 UTC 2018 - bwiedem...@suse.com
+
+- Add FBReader-0.99.4-reproducible.patch to make build reproducible
+  (boo#1041090)
+
+---

New:

  FBReader-0.99.4-reproducible.patch



Other differences:
--
++ fbreader.spec ++
--- /var/tmp/diff_new_pack.etvnuK/_old  2018-04-04 11:09:47.326536867 +0200
+++ /var/tmp/diff_new_pack.etvnuK/_new  2018-04-04 11:09:47.326536867 +0200
@@ -33,6 +33,8 @@
 # PATCH-FIX-OPENSUSE to workaround for build issue via gcc6,
 # see more at https://github.com/geometer/FBReader/issues/289
 Patch1: fbreader-0.99.4-gcc6-Wno-narrowing.diff
+# PATCH-FIX-UPSTREAM https://github.com/geometer/FBReader/pull/295
+Patch2: FBReader-0.99.4-reproducible.patch
 BuildRequires:  expat
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
@@ -100,6 +102,7 @@
 %if 0%{?suse_version} > 1320
 %patch1 -p0
 %endif
+%patch2 -p1
 
 %build
 make %{?_smp_mflags} -C zlibrary/core TARGET_ARCH=desktop LIBDIR=%{_libdir} 
UI_TYPE=dummy

++ FBReader-0.99.4-reproducible.patch ++
Subject: Sort list of files to make build reproducible
Author: Bernhard M. Wiedemann 
Date: 2017-05-28

https://github.com/geometer/FBReader/pull/295
https://bugzilla.opensuse.org/show_bug.cgi?id=1041090

sort linker input files

when building packages (e.g. for openSUSE Linux)
(random) filesystem order of input files
influences ordering of functions in the output,
thus without the patch, builds (in disposable VMs) would usually differ.

See https://reproducible-builds.org/ for why this matters.

Setting LC_ALL is needed because locales influence how sorting happens.

Index: fbreader-0.99.4/fbreader/Makefile
===
--- fbreader-0.99.4.orig/fbreader/Makefile
+++ fbreader-0.99.4/fbreader/Makefile
@@ -22,7 +22,7 @@ all: .resources
fi; \
done;
@echo -n 'Linking $(TARGET) ...'
-   @$(LD) $(LDFLAGS) -o $(TARGET) `find src -name *.o` $(TEXT_LIBS) 
$(CORE_LIBS) $(ZLUI_LIB) -lsqlite3
+   @$(LD) $(LDFLAGS) -o $(TARGET) `find src -name *.o | LC_ALL=C sort` 
$(TEXT_LIBS) $(CORE_LIBS) $(ZLUI_LIB) -lsqlite3
@echo ' OK'
 
 FBSHAREDIR = $(DESTDIR)$(SHAREDIR)/FBReader



commit java-11-openjdk for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package java-11-openjdk for openSUSE:Factory 
checked in at 2018-04-04 11:08:18

Comparing /work/SRC/openSUSE:Factory/java-11-openjdk (Old)
 and  /work/SRC/openSUSE:Factory/.java-11-openjdk.new (New)


Package is "java-11-openjdk"

Wed Apr  4 11:08:18 2018 rev:7 rq:593265 version:11.0.0.0~7

Changes:

--- /work/SRC/openSUSE:Factory/java-11-openjdk/java-11-openjdk.changes  
2018-03-26 13:10:30.161299418 +0200
+++ /work/SRC/openSUSE:Factory/.java-11-openjdk.new/java-11-openjdk.changes 
2018-04-04 11:08:58.560304125 +0200
@@ -1,0 +2,322 @@
+Tue Apr  3 11:57:22 UTC 2018 - fst...@suse.com
+
+- Update to upstream tag jdk-11+7
+  * Fixes:
++ S4912693: Behavior of null arguments not specified in Java
+  Sound
++ S6686236: GIF native IIOMetadata assumes
+  characterCellWidth/Height as 2bytes
++ S7031957: DIB header of type BITMAPV2INFOHEADER &
+  BITMAPV3INFOHEADER is not supported in BMPImageReader
++ S7108280: JList.getSelectedValuesList fails if
+  JList.setSelectionInterval larger than list
++ S7158623: Should an unfocusable maximized Frame be resizable
++ S8071282: remove misc dead code
++ S8071469: Cleanup include and exclude of sound native
+  libraries
++ S8140359: get_locked_message_ext() should return Flag::MsgType
++ S8144300: http.nonProxyHosts value having wildcard * both at
+  end and start are not honored
++ S8146201: [AOT] Class static initializers that are not pure
+  should not be executed during static compilation
++ S8152974: AWT hang occurrs when sequenced events arrive out
+  of sequence
++ S815: [REDO] STW phases at Concurrent GC should count in
+  PerfCounte
++ S8159850: Remove unneeded parsing of optional-size when
+  parsing array types
++ S8166642: serviceability/dcmd/framework/* timeout
++ S8170541: serviceability/jdwp/AllModulesCommandTest.java
+  fails intermittently on Windows and Solaris
++ S8173070: Remove ValueObj class for allocation subclassing
+  for runtime code
++ S8173100: AArch64: -XX:-UseOnStackReplacement does not work
+  together with -XX:+TieredCompilation
++ S8175312: SA: clhsdb: Provide an improved heap summary for
+  'universe' for G1GC
++ S8180410: ByteArrayOutputStream should not throw IOExceptions
++ S8180451: ByteArrayInputStream should override readAllBytes,
+  readNBytes, and transferTo
++ S8191102: Incorrect include file use in classLoader.hpp
++ S8191418: List.of().indexOf(null) doesn't throw
+  NullPointerException
++ S8191585: VM anonymous classes created during CDS dump time
+  cause crash
++ S8191924: Adjust DelegatingClassLoader's metadata space
+  sizing algorithm
++ S8191954: AArch64: disable UseCISCSpill in C2
++ S8193128: Reduce number of implementation classes returned by
+  List/Set/Map.of()
++ S8193130: Bad graph when unrolled loop bounds conflicts with
+  range checks
++ S8193266: AArch64: TestOptionsWithRanges.java SIGSEGV
++ S8193369: post_field_access does not work for some functions,
+  possibly related to fast_getfield
++ S8193429: "assert(false) failed: GetModuleFileName failed
+  (126)" in symbolengine.cpp
++ S8193434: [GRAAL] Graal classes are not loaded with
+  -Xshare:dump
++ S8194054: [TESTBUG] Test runtime/CommandLine/
+  /OptionsValidation/TestOptionsWithRanges.java failed with
+  -1073740940 (C374)
++ S8194490: [JVMCI] Move `iterateFrames` to C++
++ S8194746: (fs) Add equivalents of Paths.get to Path interface
++ S8194759: Support caching class mirror objects.
++ S8194978: Javac produces dead code for try-with-resource
++ S8195095: Images are not scaled correctly in JEditorPane
++ S8195109: ServiceUtil::visible_oop is not needed anymore
++ S8195148: Collapse G1SATBCardTableModRefBS and
+  G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
++ S8196028: JMX: Not enough JDP packets received before timeout
++ S8196121: runtime/appcds/ClassLoaderTest.java fails silently
++ S8196294: LoopStripMiningIterShortLoop is set to zero by
+  default
++ S8196337: Add commit methods that take all event properties
+  as argument
++ S8196399: Formatting a decimal using locale-specific grouping
+  separators causes ArithmeticException (division by zero).
++ S8196519: Incomplete classpath causes infinite recursion in
+  Resolve.isAccessible
++ S8196590: Enable docker container related tests for linux
+  AARCH64
++ S8196626: [Graal] runtime/appcds/UseAppCDS.java crashes with
+  "VM thread using lock Heap_lock (not allowed to block on)"
++ S8196668: revisit test SunPackageAccess and
+  

commit adapta-gtk-theme for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package adapta-gtk-theme for 
openSUSE:Factory checked in at 2018-04-04 11:08:58

Comparing /work/SRC/openSUSE:Factory/adapta-gtk-theme (Old)
 and  /work/SRC/openSUSE:Factory/.adapta-gtk-theme.new (New)


Package is "adapta-gtk-theme"

Wed Apr  4 11:08:58 2018 rev:19 rq:593328 version:3.93.0.225

Changes:

--- /work/SRC/openSUSE:Factory/adapta-gtk-theme/adapta-gtk-theme.changes
2018-03-18 21:44:58.693424978 +0100
+++ /work/SRC/openSUSE:Factory/.adapta-gtk-theme.new/adapta-gtk-theme.changes   
2018-04-04 11:09:24.531362946 +0200
@@ -1,0 +2,26 @@
+Tue Apr  3 19:23:56 UTC 2018 - matthias.elias...@gmail.com
+
+- Update to 3.93.0.225
+  * Introduced ink reaction effects for GtkSwitch's sliders (Gtk+ 3.x/4.0).
+  * Toned down selection-mode GtkHeaderBar backgrounds (Gtk+ 3.2x/4.0).
+  * Defined :disabled pseudo-class colours in GtkExpander (Gtk+ 3.2x/4.0).
+  * Cleaned up SVG images (Metacity).
+- Changes in 3.93.0.220
+  * Fixed Gnome-builder 3.28's Omnibar styling in fullscreen-mode (Gtk+ 
3.22/4.0).
+  * Tweaked Preference window of Vala-panel (Gtk+ 3.2x/4.0).
+  * Updated some generic shadow parameters (Gtk+ 3.2x/4.0, Gnome-Shell, 
Cinnamon, Metacity, Opebox-3, XFwm4).
+- Changes in 3.93.0.204
+  * Left the error message if pkg-config was not found (Configure.ac).
+  * Switched to 'AC_PATH_TOOL' from 'AC_PATH_PROG' to find tool binaries 
(Configure.ac).
+- Changes in 3.93.0.200
+  * Prepared for Lightdm-gtk-greeter 2.0.5 (Gtk+ 3.22/4.0).
+  * Moved some extension styling into a single SCSS file (Gnome-Shell 
3.24/3.26).
+  * Added GtkVideo styling (Gtk+ 4.0).
+- Changes in 3.93.0.193
+  * Stopped enforcing circular close buttons in gf-bubble of Gnome-Flashback 
(Gtk+ 3.2x/4.0).
+- Changes in 3.93.0.192
+  * Dropped unneeded workaround for CSD titlebutton L/R margins in 
FirefoxQuantum (Gtk+ 3.2x/4.0).
+  * Tweaked GtkCalendar foreground colours (Gtk+ 3.2x/4.0).
+  * Port the changes from Gtk+ calendar styling (Gnome-shell, Cinnamon).
+
+---

Old:

  adapta-gtk-theme-3.93.0.187.tar.gz

New:

  adapta-gtk-theme-3.93.0.225.tar.gz



Other differences:
--
++ adapta-gtk-theme.spec ++
--- /var/tmp/diff_new_pack.ag4fTs/_old  2018-04-04 11:09:26.479292354 +0200
+++ /var/tmp/diff_new_pack.ag4fTs/_new  2018-04-04 11:09:26.483292209 +0200
@@ -21,12 +21,12 @@
 %define gtk3_min_version3.18
 %define gtk2_min_version2.24
 Name:   adapta-gtk-theme
-Version:3.93.0.187
+Version:3.93.0.225
 Release:0
 Summary:An adaptive Gtk+ theme based on Material Design Guidelines
 License:GPL-2.0-only AND CC-BY-SA-4.0
 Group:  System/GUI/Other
-Url:https://github.com/adapta-project/adapta-gtk-theme
+URL:https://github.com/adapta-project/adapta-gtk-theme
 Source: 
https://github.com/adapta-project/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake

++ adapta-gtk-theme-3.93.0.187.tar.gz -> adapta-gtk-theme-3.93.0.225.tar.gz 
++
 6233 lines of diff (skipped)




commit kmarkdownwebview for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package kmarkdownwebview for 
openSUSE:Factory checked in at 2018-04-04 11:08:11

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


Package is "kmarkdownwebview"

Wed Apr  4 11:08:11 2018 rev:5 rq:593260 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/kmarkdownwebview/kmarkdownwebview.changes
2018-02-14 10:51:43.145474191 +0100
+++ /work/SRC/openSUSE:Factory/.kmarkdownwebview.new/kmarkdownwebview.changes   
2018-04-04 11:08:18.685749180 +0200
@@ -1,0 +2,7 @@
+Tue Apr  3 13:42:41 UTC 2018 - wba...@tmo.at
+
+- Update to 0.5.2:
+  * Update of "Marked" source copy to latest release v0.3.18
+  * Translations updated for some languages (nn, sl)
+
+---

Old:

  kmarkdownwebview-0.5.1.tar.xz

New:

  kmarkdownwebview-0.5.2.tar.xz



Other differences:
--
++ kmarkdownwebview.spec ++
--- /var/tmp/diff_new_pack.DakLyG/_old  2018-04-04 11:08:19.469720769 +0200
+++ /var/tmp/diff_new_pack.DakLyG/_new  2018-04-04 11:08:19.469720769 +0200
@@ -17,7 +17,7 @@
 
 %bcond_without lang
 Name:   kmarkdownwebview
-Version:0.5.1
+Version:0.5.2
 Release:0
 %define kf5_version 5.25.0
 Summary:KPart for rendering Markdown content
@@ -70,7 +70,7 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING*
+%license COPYING*
 %{_kf5_libdir}/libKMarkdownWebView.so
 %{_kf5_plugindir}/kmarkdownwebviewpart.so
 %if 0%{?suse_version} < 1330
@@ -82,7 +82,7 @@
 
 %if %{with lang}
 %files lang -f %{name}.lang
-%doc COPYING*
+%license COPYING*
 %endif
 
 %changelog

++ kmarkdownwebview-0.5.1.tar.xz -> kmarkdownwebview-0.5.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmarkdownwebview-0.5.1/CMakeLists.txt 
new/kmarkdownwebview-0.5.2/CMakeLists.txt
--- old/kmarkdownwebview-0.5.1/CMakeLists.txt   2018-02-12 19:37:48.304812522 
+0100
+++ new/kmarkdownwebview-0.5.2/CMakeLists.txt   2018-04-02 16:38:41.879154505 
+0200
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.0)
 
-project(kmarkdownwebview VERSION 0.5.1)
+project(kmarkdownwebview VERSION 0.5.2)
 
 set(REQUIRED_ECM_VERSION "5.23.0")
 find_package(ECM ${REQUIRED_ECM_VERSION} REQUIRED NO_MODULE)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kmarkdownwebview-0.5.1/po/ca@valencia/kmarkdownwebview.po 
new/kmarkdownwebview-0.5.2/po/ca@valencia/kmarkdownwebview.po
--- old/kmarkdownwebview-0.5.1/po/ca@valencia/kmarkdownwebview.po   
2018-02-12 19:37:08.404852522 +0100
+++ new/kmarkdownwebview-0.5.2/po/ca@valencia/kmarkdownwebview.po   
2018-04-02 16:38:04.311201481 +0200
@@ -64,7 +64,7 @@
 #: kpart/markdownpart.cpp:361
 #, kde-format
 msgid " Link As..."
-msgstr "Al&ça l'enllaç com a..."
+msgstr "Guar l'enllaç com a..."
 
 #: kpart/markdownpartfactory.cpp:29
 #, kde-format
@@ -76,7 +76,7 @@
 msgid "For the rendered display of Markdown files in a webpage-like layout"
 msgstr ""
 "Per a la visualització renderitzada de fitxers Markdown en una disposició "
-"paregut a una pàgina web"
+"semblant a una pàgina web"
 
 #: kpart/markdownpartfactory.cpp:35
 #, kde-format
@@ -92,7 +92,7 @@
 #: kpart/searchtoolbar.ui:43
 #, kde-format
 msgid "Find:"
-msgstr "Busca:"
+msgstr "Cerca:"
 
 #. i18n: ectx: property (toolTip), widget (QToolButton, nextButton)
 #: kpart/searchtoolbar.ui:60
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kmarkdownwebview-0.5.1/po/nb/kmarkdownwebview.po 
new/kmarkdownwebview-0.5.2/po/nb/kmarkdownwebview.po
--- old/kmarkdownwebview-0.5.1/po/nb/kmarkdownwebview.po2018-02-12 
19:37:30.488830375 +0100
+++ new/kmarkdownwebview-0.5.2/po/nb/kmarkdownwebview.po2018-04-02 
16:38:25.199175448 +0200
@@ -5,7 +5,7 @@
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
-"POT-Creation-Date: 2017-09-22 03:23+0200\n"
+"POT-Creation-Date: 2017-12-29 02:58+0100\n"
 "PO-Revision-Date: 2013-08-09 12:30+0200\n"
 "Last-Translator: Bjørn Steensrud \n"
 "Language-Team: Norwegian Bokmål \n"
@@ -35,52 +35,76 @@
 msgid ""
 msgstr ""
 
-#: kpart/markdownpart.cpp:86
+#: kpart/markdownpart.cpp:105
 #, kde-format
 msgid " Text"
 msgstr " tekst"
 
-#: kpart/markdownpart.cpp:216
+#: kpart/markdownpart.cpp:263
 #, kde-format
 msgid "Open Link"
 msgstr ""
 
-#: kpart/markdownpart.cpp:246
+#: kpart/markdownpart.cpp:325
 #, kde-format
 msgid " Email Address"
 msgstr " e-postadresse"
 
-#: kpart/markdownpart.cpp:260
+#: kpart/markdownpart.cpp:339
 #, kde-format
 

commit libmygpo-qt5 for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package libmygpo-qt5 for openSUSE:Factory 
checked in at 2018-04-04 11:07:46

Comparing /work/SRC/openSUSE:Factory/libmygpo-qt5 (Old)
 and  /work/SRC/openSUSE:Factory/.libmygpo-qt5.new (New)


Package is "libmygpo-qt5"

Wed Apr  4 11:07:46 2018 rev:3 rq:593218 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/libmygpo-qt5/libmygpo-qt5.changes
2018-02-26 23:26:41.787001310 +0100
+++ /work/SRC/openSUSE:Factory/.libmygpo-qt5.new/libmygpo-qt5.changes   
2018-04-04 11:08:00.434410617 +0200
@@ -1,0 +2,8 @@
+Tue Apr  3 08:30:36 UTC 2018 - wba...@tmo.at
+
+- Update to 1.1.0:
+  * Deprecated Qt4 support
+  * Improvements in Qt5 support
+  * Fix in URL parsing, preventing Double Encoding of URLs
+
+---

Old:

  libmygpo-qt.1.0.9.tar.gz

New:

  libmygpo-qt.1.1.0.tar.gz



Other differences:
--
++ libmygpo-qt5.spec ++
--- /var/tmp/diff_new_pack.eUSiP7/_old  2018-04-04 11:08:02.386339878 +0200
+++ /var/tmp/diff_new_pack.eUSiP7/_new  2018-04-04 11:08:02.390339733 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libmygpo-qt5
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   libmygpo-qt5
-Version:1.0.9
+Version:1.1.0
 Release:0
 Summary:Qt Library that wraps the gpodder.net Web API
 License:LGPL-2.1+
@@ -65,7 +65,7 @@
 %setup -q -n libmygpo-qt.%{version}
 
 %build
-  %cmake -DMYGPO_BUILD_TESTS=OFF -DBUILD_WITH_QT4=OFF 
-DINCLUDE_INSTALL_DIR=%{_includedir}/mygpo-qt5/
+  %cmake -DMYGPO_BUILD_TESTS=OFF 
-DINCLUDE_INSTALL_DIR=%{_includedir}/mygpo-qt5/
   %make_jobs
 
 %install
@@ -77,15 +77,15 @@
 
 %files devel
 %defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_includedir}/mygpo-qt5/
-%{_libdir}/cmake/mygpo-qt/
+%{_libdir}/cmake/mygpo-qt5/
 %{_libdir}/libmygpo-qt5.so
 %{_libdir}/pkgconfig/libmygpo-qt5.pc
 
 %files -n libmygpo-qt5-1
 %defattr(-,root,root)
-%doc LICENSE
+%license LICENSE
 %{_libdir}/libmygpo-qt5.so.*
 
 %changelog

++ libmygpo-qt.1.0.9.tar.gz -> libmygpo-qt.1.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmygpo-qt.1.0.9/CMakeLists.txt 
new/libmygpo-qt.1.1.0/CMakeLists.txt
--- old/libmygpo-qt.1.0.9/CMakeLists.txt2016-09-16 13:02:54.0 
+0200
+++ new/libmygpo-qt.1.1.0/CMakeLists.txt2018-04-01 13:13:01.0 
+0200
@@ -1,16 +1,15 @@
-cmake_minimum_required( VERSION 2.6 FATAL_ERROR )
+cmake_minimum_required( VERSION 2.8.9 FATAL_ERROR )
 
 project( libmygpo-qt )
 
 set( CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules)
 set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_CAST_FROM_ASCII 
-DQT_NO_CAST_TO_ASCII" )
 
-option(BUILD_WITH_QT4 "Build libmygpo-qt with Qt4 no matter if Qt5 was found" 
ON)
+option(BUILD_WITH_QT4 "Build libmygpo-qt with Qt4 no matter if Qt5 was found" 
OFF)
 
 if( NOT BUILD_WITH_QT4 )
 find_package(Qt5Core QUIET)
 if( Qt5Core_DIR )
-message(STATUS "Found Qt5! Be aware that Qt5-support is still 
experimental and not officially supported!")
 set(MYGPO_QT_VERSION_SUFFIX 5)
 
 macro(qt_wrap_cpp)
@@ -26,6 +25,7 @@
 
 if( NOT Qt5Core_DIR )
 message(STATUS "Could not find Qt5, searching for Qt4 instead...")
+message(STATUS "Qt4 Support is deprecated, building with Qt4 is no longer 
officially supported")
 if( MYGPO_BUILD_TESTS )
 find_package( Qt4 COMPONENTS QtCore QtNetwork QtTest REQUIRED )
 else( MYGPO_BUILD_TESTS )
@@ -53,8 +53,8 @@
 # set(QT_USE_IMPORTED_TARGETS TRUE)
 
 set( MYGPO_QT_VERSION_MAJOR "1" )
-set( MYGPO_QT_VERSION_MINOR "0" )
-set( MYGPO_QT_VERSION_PATCH "9" )
+set( MYGPO_QT_VERSION_MINOR "1" )
+set( MYGPO_QT_VERSION_PATCH "0" )
 set( MYGPO_QT_VERSION 
"${MYGPO_QT_VERSION_MAJOR}.${MYGPO_QT_VERSION_MINOR}.${MYGPO_QT_VERSION_PATCH}" 
)
 
 set( MYGPO_QT_SONAME "${MYGPO_QT_VERSION_MAJOR}")
@@ -99,7 +99,7 @@
 set(LIB_INSTALL_DIR lib${LIB_SUFFIX} )
 set(LIB_DIR_PKGCONF "${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX}")
 set(INCLUDE_INSTALL_DIR 
"${CMAKE_INSTALL_PREFIX}/include/mygpo-qt${MYGPO_QT_VERSION_SUFFIX}" CACHE PATH 
"The directory the headers are installed in")
-set(CMAKECONFIG_INSTALL_DIR ${LIB_INSTALL_DIR}/cmake/mygpo-qt )
+set(CMAKECONFIG_INSTALL_DIR 
${LIB_INSTALL_DIR}/cmake/mygpo-qt${MYGPO_QT_VERSION_SUFFIX})
 
 if( APPLE )
 set( CPACK_GENERATOR "DragNDrop" )
@@ -114,7 +114,7 @@
 find_package(Doxygen)
 

commit kernel-source for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2018-04-04 11:02:48

Comparing /work/SRC/openSUSE:Factory/kernel-source (Old)
 and  /work/SRC/openSUSE:Factory/.kernel-source.new (New)


Package is "kernel-source"

Wed Apr  4 11:02:48 2018 rev:417 rq:591265 version:4.15.13

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/dtb-aarch64.changes
2018-03-26 16:00:15.564429947 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/dtb-aarch64.changes   
2018-04-04 11:02:51.525606387 +0200
@@ -973,0 +974,30 @@
+Tue Mar  6 14:08:41 CET 2018 - jsl...@suse.cz
+
+- Update config files.
+  Enable module signing (bnc#1082905):
+  * CONFIG_MODULE_SIG=y
+  * # CONFIG_MODULE_SIG_FORCE is not set
+  * # CONFIG_MODULE_SIG_ALL is not set
+  * # CONFIG_MODULE_SIG_SHA1 is not set
+  * # CONFIG_MODULE_SIG_SHA224 is not set
+  * CONFIG_MODULE_SIG_SHA256=y
+  * # CONFIG_MODULE_SIG_SHA384 is not set
+  * # CONFIG_MODULE_SIG_SHA512 is not set
+  * CONFIG_MODULE_SIG_HASH="sha256"
+  * CONFIG_MODULE_SIG_KEY="certs/signing_key.pem"
+  * CONFIG_SECONDARY_TRUSTED_KEYRING=y
+  * CONFIG_SYSTEM_BLACKLIST_KEYRING=y
+  * CONFIG_SYSTEM_BLACKLIST_HASH_LIST=""
+  This commit synchronizes these options with SLE15.
+  We do not add patches for loading keys from the shim layer (as in
+  SLE15) for the time being. They were rejected multiple times in
+  upstream and we do not want to forward-port them infinitely. This only
+  means that loading KMPs with none/invalid signatures generates this:
+  : loading out-of-tree module taints kernel.
+  : module verification failed: signature and/or required key 
missing - tainting kernel
+  But the modules load fine after that as we have MODULE_SIG_FORCE set
+  to 'n'.
+  Tested in qemu+OVMF and bare metal and everything looks fine.
+- commit 12abbef
+
+---
dtb-armv6l.changes: same change
dtb-armv7l.changes: same change
kernel-64kb.changes: same change
kernel-debug.changes: same change
kernel-default.changes: same change
kernel-docs.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-syzkaller.changes: same change
kernel-vanilla.changes: same change
kernel-zfcpdump.changes: same change



Other differences:
--
++ dtb-aarch64.spec ++
--- /var/tmp/diff_new_pack.EZxt2H/_old  2018-04-04 11:03:16.336707104 +0200
+++ /var/tmp/diff_new_pack.EZxt2H/_new  2018-04-04 11:03:16.340706959 +0200
@@ -31,7 +31,7 @@
 Name:   dtb-aarch64
 Version:4.15.13
 %if 0%{?is_kotd}
-Release:.g950fc49
+Release:.g12abbef
 %else
 Release:0
 %endif

dtb-armv6l.spec: same change
dtb-armv7l.spec: same change
++ kernel-64kb.spec ++
--- /var/tmp/diff_new_pack.EZxt2H/_old  2018-04-04 11:03:16.416704204 +0200
+++ /var/tmp/diff_new_pack.EZxt2H/_new  2018-04-04 11:03:16.420704059 +0200
@@ -60,7 +60,7 @@
 Group:  System/Kernel
 Version:4.15.13
 %if 0%{?is_kotd}
-Release:.g950fc49
+Release:.g12abbef
 %else
 Release:0
 %endif

kernel-debug.spec: same change
kernel-default.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.EZxt2H/_old  2018-04-04 11:03:16.508700870 +0200
+++ /var/tmp/diff_new_pack.EZxt2H/_new  2018-04-04 11:03:16.512700725 +0200
@@ -33,7 +33,7 @@
 Group:  Documentation/Man
 Version:4.15.13
 %if 0%{?is_kotd}
-Release:.g950fc49
+Release:.g12abbef
 %else
 Release:0
 %endif

++ kernel-lpae.spec ++
--- /var/tmp/diff_new_pack.EZxt2H/_old  2018-04-04 11:03:16.53270 +0200
+++ /var/tmp/diff_new_pack.EZxt2H/_new  2018-04-04 11:03:16.53270 +0200
@@ -60,7 +60,7 @@
 Group:  System/Kernel
 Version:4.15.13
 %if 0%{?is_kotd}
-Release:.g950fc49
+Release:.g12abbef
 %else
 Release:0
 %endif

++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.EZxt2H/_old  2018-04-04 11:03:16.552699275 +0200
+++ /var/tmp/diff_new_pack.EZxt2H/_new  2018-04-04 11:03:16.556699130 +0200
@@ -66,7 +66,7 @@
 Group:  SLES
 Version:4.15.13
 %if 0%{?is_kotd}
-Release:.g950fc49
+Release:.g12abbef
 %else
 Release:0
 %endif

kernel-obs-qa.spec: same change
++ kernel-pae.spec ++
--- /var/tmp/diff_new_pack.EZxt2H/_old  2018-04-04 11:03:16.608697245 +0200
+++ /var/tmp/diff_new_pack.EZxt2H/_new  2018-04-04 11:03:16.612697100 +0200
@@ -60,7 +60,7 @@
 Group:  System/Kernel
 Version:4.15.13
 %if 0%{?is_kotd}
-Release:.g950fc49
+Release:

commit vkeybd for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package vkeybd for openSUSE:Factory checked 
in at 2018-04-04 11:07:57

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


Package is "vkeybd"

Wed Apr  4 11:07:57 2018 rev:23 rq:593229 version:0.1.18d

Changes:

--- /work/SRC/openSUSE:Factory/vkeybd/vkeybd.changes2017-11-30 
12:46:00.428575693 +0100
+++ /work/SRC/openSUSE:Factory/.vkeybd.new/vkeybd.changes   2018-04-04 
11:08:06.910175932 +0200
@@ -1,0 +2,8 @@
+Tue Apr  3 11:33:52 UTC 2018 - tchva...@suse.com
+
+- Format with spec-cleaner
+- Fix rpmlint warnings
+- Disable lash integration for now as we try to remove it from
+  Tumbleweed
+
+---



Other differences:
--
++ vkeybd.spec ++
--- /var/tmp/diff_new_pack.ypVRZB/_old  2018-04-04 11:08:07.782144331 +0200
+++ /var/tmp/diff_new_pack.ypVRZB/_new  2018-04-04 11:08:07.782144331 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package vkeybd
 #
-# 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
@@ -17,59 +17,47 @@
 
 
 Name:   vkeybd
-BuildRequires:  alsa-devel
-BuildRequires:  lash-devel
-BuildRequires:  pkgconfig
-BuildRequires:  tk-devel
-BuildRequires:  update-desktop-files
-Summary:Vkeybd - Virtual Keyboard Instrument
-License:GPL-2.0+
-Group:  Productivity/Multimedia/Sound/Midi
 Version:0.1.18d
 Release:0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:http://www.alsa-project.org/~iwai/alsa.html
+Summary:Virtual Keyboard Instrument
+License:GPL-2.0-or-later
+Group:  Productivity/Multimedia/Sound/Midi
+URL:http://www.alsa-project.org/~iwai/alsa.html
 Source: 
ftp://ftp.suse.com/pub/people/tiwai/vkeybd/%{name}-%{version}.tar.bz2
+BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(tk)
 
 %description
 Vkeybd is a virtual keyboard (as in musical instrument) for AWE32/64,
 raw MIDI, and ALSA sequencer drivers.  It is written in Tcl/Tk.  Enjoy
 playing music with your "computer" keyboard.
 
-
-
-Authors:
-
-Takashi Iwai 
-
 %prep
 %setup -q -n %{name}
 
 %build
 TCL_VERSION=$(echo 'puts $tcl_version' | tclsh)
-make COPTFLAGS="$RPM_OPT_FLAGS" \
+make COPTFLAGS="%{optflags}" \
PREFIX=%{_prefix} \
TCL_VERSION=$TCL_VERSION \
-   USE_LASH=1 \
+   USE_LASH=0 \
XLIB=""
 
 %install
-make DESTDIR="$RPM_BUILD_ROOT" PREFIX=%{_prefix} install
-make DESTDIR="$RPM_BUILD_ROOT" MAN_DIR=%{_mandir} install-man
-make DESTDIR="$RPM_BUILD_ROOT" PREFIX=%{_prefix} install-desktop
-ln -sf vkeybd_48x48.png $RPM_BUILD_ROOT%{_datadir}/pixmaps/
+make DESTDIR=%{buildroot} PREFIX=%{_prefix} install
+make DESTDIR=%{buildroot} MAN_DIR=%{_mandir} install-man
+make DESTDIR=%{buildroot} PREFIX=%{_prefix} install-desktop
+ln -sf vkeybd_48x48.png %{buildroot}%{_datadir}/pixmaps/
 %suse_update_desktop_file vkeybd AudioVideo Music
 
-%clean
-[ "$RPM_BUILD_ROOT" != "/" -a -d "$RPM_BUILD_ROOT" ] && rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root)
 %{_bindir}/*
 %{_datadir}/vkeybd
 %{_datadir}/applications/*.desktop
 %{_datadir}/pixmaps/*.png
-%doc %{_mandir}/man*/*
+%{_mandir}/man*/*
 %doc README ChangeLog
 
 %changelog




commit python-nautilus for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package python-nautilus for openSUSE:Factory 
checked in at 2018-04-04 11:08:02

Comparing /work/SRC/openSUSE:Factory/python-nautilus (Old)
 and  /work/SRC/openSUSE:Factory/.python-nautilus.new (New)


Package is "python-nautilus"

Wed Apr  4 11:08:02 2018 rev:22 rq:593233 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-nautilus/python-nautilus.changes  
2012-05-16 15:03:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-nautilus.new/python-nautilus.changes 
2018-04-04 11:08:13.793926461 +0200
@@ -1,0 +2,27 @@
+Mon Jan  8 01:25:43 UTC 2018 - luc1...@linuxmail.org
+
+- Update to version 1.2.1:
+  + Fix syntax error when building docs using python3 (bgo#792348).
+- Changes from version 1.2:
+  + Added capability to compile with python 3 support using PYTHON
+environment variable.
+  + Improve extension path loading semantics to follow XDG
+recommendations (bgo#781232).
+  + Require Nautilus 3.0 before importing extensions to prevent
+warnings (bgo#791208).
+- Turn the package into singlespec.
+- Update URL tag to https://wiki.gnome.org/Projects/NautilusPython:
+  currently the Nautilus Python project's web page.
+- Drop:
+  + libtool BuildRequires and autoreconf call: the last is no
+longer needed and the former is automatically being pulled.
+  + Standard BuilRoot setting tag: RPM already handles this itself.
+- Pass --docdir=%{_docdir}/%{name} to configure for the use of the
+  right documentation's directory.
+- Unconditionalize gtk-doc BuildRequires as the documentation is
+  building without further problems again.
+- Remove unneeded %clean section once RPM does this work itself
+  nowadays.
+- Correct out of order sentence in package descriptions.
+
+---

Old:

  nautilus-python-1.1.tar.bz2

New:

  nautilus-python-1.2.1.tar.xz



Other differences:
--
++ python-nautilus.spec ++
--- /var/tmp/diff_new_pack.S9UmWl/_old  2018-04-04 11:08:15.333870654 +0200
+++ /var/tmp/diff_new_pack.S9UmWl/_new  2018-04-04 11:08:15.333870654 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-nautilus
 #
-# Copyright (c) 2012 SUSE LINUX Products 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
@@ -16,83 +16,111 @@
 #
 
 
-#
-%define build_doc 0
-
-Name:   python-nautilus
+%define oldpython python
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define _name   nautilus-python
-Version:1.1
+Name:   python-nautilus
+Version:1.2.1
 Release:0
 Summary:Python bindings for Nautilus
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/Python
-Url:http://git.gnome.org/cgit/nautilus-python/
-Source: 
http://download.gnome.org/sources/nautilus-python/1.1/%{_name}-%{version}.tar.bz2
-%if %{build_doc}
+URL:https://wiki.gnome.org/Projects/NautilusPython
+Source: 
http://download.gnome.org/sources/nautilus-python/1.2/%{_name}-%{version}.tar.xz
+BuildRequires:  %{python_module devel}
 BuildRequires:  gtk-doc
-%endif
-BuildRequires:  libtool
-BuildRequires:  python-devel
+BuildRequires:  pkgconfig
+BuildRequires:  python-rpm-macros
 BuildRequires:  pkgconfig(libnautilus-extension)
 BuildRequires:  pkgconfig(pygobject-3.0)
+Requires:   %{name}-common-files = %{version}
 Requires:   python-gobject
 # we can't have automatic typelib() Requires here: it's C code: 
PyImport_ImportModule("gi.repository.Nautilus")
 Requires:   typelib(Nautilus)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%ifpython2
+Obsoletes:  %{oldpython}-nautilus < 1.2.1
+Provides:   %{oldpython}-nautilus = %{version}
+%endif
+%python_subpackages
 
 %description
 This package contains bindings to write Nautilus extensions with Python.
 It allows writing menu, property pages and column providers extensions,
 so that Nautilus functionality can be easily extended.
 
-%package devel
-Summary:Python bindings for Nautilus - Development Files
+%package -n %{name}-common-files
+Summary:Python nautilus files shared between python interpreter 
versions
 Group:  Development/Libraries/Python
 Requires:   %{name} = %{version}
+Provides:   %{python_module nautilus-common-files = %{version}}
+
+%description -n %{name}-common-files
+This package contains common files required to build wrappers for
+python-nautilus in both Python2 and Python3.
+
+%package devel
+Summary:

commit hdf5 for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package hdf5 for openSUSE:Factory checked in 
at 2018-04-04 11:07:32

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


Package is "hdf5"

Wed Apr  4 11:07:32 2018 rev:43 rq:593217 version:1.10.1

Changes:

--- /work/SRC/openSUSE:Factory/hdf5/hdf5.changes2018-02-21 
14:11:15.478650753 +0100
+++ /work/SRC/openSUSE:Factory/.hdf5.new/hdf5.changes   2018-04-04 
11:07:55.226599352 +0200
@@ -1,0 +2,5 @@
+Sat Mar 31 23:53:50 UTC 2018 - stefan.bru...@rwth-aachen.de
+
+- Fix some typos, one trivial, two mispelled macros
+
+---



Other differences:
--
++ hdf5.spec ++
--- /var/tmp/diff_new_pack.D6kNge/_old  2018-04-04 11:07:57.178528612 +0200
+++ /var/tmp/diff_new_pack.D6kNge/_new  2018-04-04 11:07:57.178528612 +0200
@@ -190,7 +190,7 @@
 %endif
 
 # TODO: The so numbers autodetected by update_so_version.sh
-# do not match the so numbers that are actually buit.
+# do not match the so numbers that are actually built.
 %define sonum 101
 %define sonum_CXX 101
 %define sonum_F 100
@@ -348,7 +348,7 @@
 Provides:   %{libname -l hl_fortran} = %{version}
 Obsoletes:  %{libname -l hl_fortran} < %{version}
 %{?with_hpc:Provides:   libhdf5%{?with_mpi:-%{mpi_flavor}}-hpc = 
%{version}}
-%{?whit_hpc:Requires:   %{name}-module = %version}
+%{?with_hpc:Requires:   %{name}-module = %version}
 
 %description -n %{libname -l hl_fortran -s %{sonum_HL_F}}
 HDF5 is a data model, library, and file format for storing and
@@ -724,7 +724,7 @@
 %doc release_docs/RELEASE.txt
 %endif
 %defattr(0755,root,root)
-%{?whith_hpc:%hpc_dirs}
+%{?with_hpc:%hpc_dirs}
 %{my_libdir}/libhdf5.so.%{sonum}
 %{my_libdir}/libhdf5.so.%{sonum}.*
 




commit v4l2loopback for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package v4l2loopback for openSUSE:Factory 
checked in at 2018-04-04 11:07:24

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


Package is "v4l2loopback"

Wed Apr  4 11:07:24 2018 rev:2 rq:593208 version:0.11.0

Changes:

--- /work/SRC/openSUSE:Factory/v4l2loopback/v4l2loopback.changes
2017-08-24 18:51:41.739361848 +0200
+++ /work/SRC/openSUSE:Factory/.v4l2loopback.new/v4l2loopback.changes   
2018-04-04 11:07:47.898864914 +0200
@@ -1,0 +2,8 @@
+Tue Apr  3 12:12:45 UTC 2018 - guillaume.gar...@opensuse.org
+
+- Update to 0.11.0:
+  * Adapted to new kernel timer API
+  * VP9 & HEVC support
+  * Hacks to work around issues with Google Chrome and GStreamer-0.10
+
+---

Old:

  v4l2loopback-0.10.0.tar.gz

New:

  v4l2loopback-0.11.0.tar.gz



Other differences:
--
++ v4l2loopback.spec ++
--- /var/tmp/diff_new_pack.Y5iOAQ/_old  2018-04-04 11:07:50.602766923 +0200
+++ /var/tmp/diff_new_pack.Y5iOAQ/_new  2018-04-04 11:07:50.606766778 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package v4l2loopback
 #
-# 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
@@ -17,10 +17,10 @@
 
 
 Name:   v4l2loopback
-Version:0.10.0
+Version:0.11.0
 Release:0
 Summary:A kernel module to create V4L2 loopback devices
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Kernel
 Url:https://github.com/umlaeute/v4l2loopback
 Source: 
https://github.com/umlaeute/v4l2loopback/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz

++ v4l2loopback-0.10.0.tar.gz -> v4l2loopback-0.11.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l2loopback-0.10.0/.github/ISSUE_TEMPLATE.md 
new/v4l2loopback-0.11.0/.github/ISSUE_TEMPLATE.md
--- old/v4l2loopback-0.10.0/.github/ISSUE_TEMPLATE.md   1970-01-01 
01:00:00.0 +0100
+++ new/v4l2loopback-0.11.0/.github/ISSUE_TEMPLATE.md   2018-03-06 
10:20:30.0 +0100
@@ -0,0 +1,60 @@
+### Step 1: Read this
+
+Thanks for your feedback. It is invaluable for making `v4l2loopback` a better
+software.
+
+To help us making the most of your feedback (so we can e.g. fix bugs more
+quickly), please make sure to provide the following information.
+
+ Accessibility
+Sometimes pictures say more.
+However, mostly they prevent the use of advanced
+tools (like "search" or "copy").
+And always they prevent people who don't use graphical browser to access the
+tracker from reading your content.
+So, to make the web a better place, we ask you to post *text* rather than
+*screenshots of text* whenever feasible (pretty much always).
+
+
+ Cruft
+
+Please exclude these instructions (and other non-relevant information) from 
your
+report.
+
+
+### Step 2: Describe your environment
+
+  * `v4l2loopback` version: _
+
+  sudo dmesg  | grep -i v4l2loopback
+
+  * kernel version: _
+
+  uname -a
+
+  * Distribution (+version): _
+
+  lsb_release -a
+  
+### Step 3: Describe the problem:
+
+ Steps to reproduce:
+
+  1. _
+  2. _
+  3. _
+  
+ Observed Results:
+
+  * What happened?  This could be a description, log output, etc.
+  
+ Expected Results:
+
+  * What did you expect to happen?
+  
+ Relevant Code:
+
+  ```
+  // TODO(you): code here to reproduce the problem
+  ```
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l2loopback-0.10.0/AUTHORS 
new/v4l2loopback-0.11.0/AUTHORS
--- old/v4l2loopback-0.10.0/AUTHORS 2016-12-02 22:11:55.0 +0100
+++ new/v4l2loopback-0.11.0/AUTHORS 2018-03-06 10:20:30.0 +0100
@@ -1,7 +1,8 @@
-Angus McInnes 
 Aidan Thornton 
 Anatolij Gutschin 
+Angus McInnes 
 Anton Novikov 
+Attila Tőkés 
 Dmitry Eremin 
 Gavin Qiu 
 George Chriss 
@@ -10,11 +11,13 @@
 Javier Infante 
 Kurt Kiefer 
 Michel Promonet 
+Nick Sarnie 
 Paul Brook 
 Scott Maines 
 Stefan Diewald 
 Tasos Sahanidis 
-tz
 Ted Mielczarek 
+Todor Minchev 
+tz
 Vasily Levin
 Yusuke Ohshima 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/v4l2loopback-0.10.0/ChangeLog 
new/v4l2loopback-0.11.0/ChangeLog
--- old/v4l2loopback-0.10.0/ChangeLog   2016-12-02 22:11:55.0 +0100
+++ new/v4l2loopback-0.11.0/ChangeLog   2018-03-06 10:20:30.0 

commit ganglia for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package ganglia for openSUSE:Factory checked 
in at 2018-04-04 11:07:00

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


Package is "ganglia"

Wed Apr  4 11:07:00 2018 rev:6 rq:593198 version:3.7.2

Changes:

--- /work/SRC/openSUSE:Factory/ganglia/ganglia.changes  2018-03-30 
12:08:50.834643754 +0200
+++ /work/SRC/openSUSE:Factory/.ganglia.new/ganglia.changes 2018-04-04 
11:07:31.111473304 +0200
@@ -1,0 +2,30 @@
+Tue Apr  3 04:50:58 UTC 2018 - jjo...@suse.com
+
+- Added update patches from ganglia upstream (bsc#1087487):
+  * ganglia-0001-avoid-segfault-when-fd-leaked-and-reached-fd-number-.patch
+  * ganglia-0002-Ignore-hostname-line-in-Apache-2.4.16.patch
+  * ganglia-0003-Avoid-KeyError-for-new-metric-groups.patch
+  * ganglia-0004-Metric-currestab-unlike-all-the-other-one-is-an-abso.patch
+  * ganglia-0005-ensure-the-num-DS-is-always-of-type-GAUGE.patch
+  * ganglia-0006-Fix-race-condition-where-new-metrics-are-added-while.patch
+  * ganglia-0007-fix-indent-to-use-whitespace.patch
+  * ganglia-0008-support-fs-size-for-ZFS-on-Linux.patch
+  * ganglia-0009-Fix-server-definition-type-of-cpu_steal-float.patch
+  * ganglia-0010-Fixes-245.patch - Close fp
+  * ganglia-0011-Fixed-44.patch - Prevent module reload
+  * ganglia-0012-Fix-disable-setuid-and-disable-setgid.patch
+  * ganglia-0013-downgrade-udp-recv-buffer-length-check.patch
+  * ganglia-0014-Report-mem-as-float-to-avoid-uint32-overflow.patch
+  * ganglia-0015-Fix-for-issue-246-minor-typo-in-conversion-from-sflo.patch
+  * ganglia-0016-The-way-forward-is-sometimes-the-way-back.patch
+  * ganglia-0017-Fix-wrong-steal-values-being-reported-for-multi_cpu.patch
+  * ganglia-0018-PEP8-changed-indentation-resulting-in-wrong-summatio.patch
+  * ganglia-0019-issue-266-requiring-dhcp-and-network-interfaces-to-b.patch
+  * ganglia-0020-Fix-segfault-with-TCP-listener-thread-on-exit.patch
+  * ganglia-0021-fix-net-byte-packet-stats-on-32-bit-linux.patch
+  * ganglia-0022-spaces-may-not-appear-in-some-parts-of-the-rrdtool-d.patch
+  * ganglia-0023-Fix-hash-collisions.patch
+  * ganglia-0024-Add-regular-Slab-memory-to-linux-memory-metrics.patch
+  * ganglia-0025-Report-the-Linux-specific-slab-memory-metric.patch
+
+---

New:

  ganglia-0001-avoid-segfault-when-fd-leaked-and-reached-fd-number-.patch
  ganglia-0002-Ignore-hostname-line-in-Apache-2.4.16.patch
  ganglia-0003-Avoid-KeyError-for-new-metric-groups.patch
  ganglia-0004-Metric-currestab-unlike-all-the-other-one-is-an-abso.patch
  ganglia-0005-ensure-the-num-DS-is-always-of-type-GAUGE.patch
  ganglia-0006-Fix-race-condition-where-new-metrics-are-added-while.patch
  ganglia-0007-fix-indent-to-use-whitespace.patch
  ganglia-0008-support-fs-size-for-ZFS-on-Linux.patch
  ganglia-0009-Fix-server-definition-type-of-cpu_steal-float.patch
  ganglia-0010-Fixes-245.patch
  ganglia-0011-Fixed-44.patch
  ganglia-0012-Fix-disable-setuid-and-disable-setgid.patch
  ganglia-0013-downgrade-udp-recv-buffer-length-check.patch
  ganglia-0014-Report-mem-as-float-to-avoid-uint32-overflow.patch
  ganglia-0015-Fix-for-issue-246-minor-typo-in-conversion-from-sflo.patch
  ganglia-0016-The-way-forward-is-sometimes-the-way-back.patch
  ganglia-0017-Fix-wrong-steal-values-being-reported-for-multi_cpu.patch
  ganglia-0018-PEP8-changed-indentation-resulting-in-wrong-summatio.patch
  ganglia-0019-issue-266-requiring-dhcp-and-network-interfaces-to-b.patch
  ganglia-0020-Fix-segfault-with-TCP-listener-thread-on-exit.patch
  ganglia-0021-fix-net-byte-packet-stats-on-32-bit-linux.patch
  ganglia-0022-spaces-may-not-appear-in-some-parts-of-the-rrdtool-d.patch
  ganglia-0023-Fix-hash-collisions.patch
  ganglia-0024-Add-regular-Slab-memory-to-linux-memory-metrics.patch
  ganglia-0025-Report-the-Linux-specific-slab-memory-metric.patch



Other differences:
--
++ ganglia.spec ++
--- /var/tmp/diff_new_pack.SwIJp2/_old  2018-04-04 11:07:32.447424888 +0200
+++ /var/tmp/diff_new_pack.SwIJp2/_new  2018-04-04 11:07:32.447424888 +0200
@@ -34,6 +34,31 @@
 Patch2: gmetad-service-btrfs-check.patch
 Patch3: detect_aarch.patch
 Patch4: add_unknown_arch.patch
+Patch5: 
ganglia-0001-avoid-segfault-when-fd-leaked-and-reached-fd-number-.patch
+Patch6: ganglia-0002-Ignore-hostname-line-in-Apache-2.4.16.patch
+Patch7: ganglia-0003-Avoid-KeyError-for-new-metric-groups.patch
+Patch8: 
ganglia-0004-Metric-currestab-unlike-all-the-other-one-is-an-abso.patch
+Patch9: ganglia-0005-ensure-the-num-DS-is-always-of-type-GAUGE.patch
+Patch10:

commit yubikey-manager-qt for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package yubikey-manager-qt for 
openSUSE:Factory checked in at 2018-04-04 11:07:16

Comparing /work/SRC/openSUSE:Factory/yubikey-manager-qt (Old)
 and  /work/SRC/openSUSE:Factory/.yubikey-manager-qt.new (New)


Package is "yubikey-manager-qt"

Wed Apr  4 11:07:16 2018 rev:4 rq:593199 version:0.4.0

Changes:

--- /work/SRC/openSUSE:Factory/yubikey-manager-qt/yubikey-manager-qt.changes
2018-03-14 19:41:01.596963509 +0100
+++ 
/work/SRC/openSUSE:Factory/.yubikey-manager-qt.new/yubikey-manager-qt.changes   
2018-04-04 11:07:42.855047706 +0200
@@ -1,0 +2,5 @@
+Tue Apr  3 11:48:01 UTC 2018 - t.gru...@katodev.de
+
+- Fix build for Leap 15 and SLE 15 
+
+---



Other differences:
--
++ yubikey-manager-qt.spec ++
--- /var/tmp/diff_new_pack.5qp8WM/_old  2018-04-04 11:07:45.594948410 +0200
+++ /var/tmp/diff_new_pack.5qp8WM/_new  2018-04-04 11:07:45.602948120 +0200
@@ -44,6 +44,9 @@
 
 %prep
 %setup -q 
+# Fix build for Leap 15 and SLE 15
+sed -i 's|python |python3 |g' ykman-cli/ykman-cli.pro
+sed -i 's|python |python3 |g' ykman-gui/ykman-gui.pro
 
 %build
 qmake-qt5 QMAKE_CFLAGS+="%optflags" QMAKE_CXXFLAGS+="%optflags" 
QMAKE_STRIP="/bin/true";





commit yubioath-desktop for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package yubioath-desktop for 
openSUSE:Factory checked in at 2018-04-04 11:06:45

Comparing /work/SRC/openSUSE:Factory/yubioath-desktop (Old)
 and  /work/SRC/openSUSE:Factory/.yubioath-desktop.new (New)


Package is "yubioath-desktop"

Wed Apr  4 11:06:45 2018 rev:3 rq:593197 version:4.3.3

Changes:

--- /work/SRC/openSUSE:Factory/yubioath-desktop/yubioath-desktop.changes
2018-02-23 15:31:34.930654985 +0100
+++ /work/SRC/openSUSE:Factory/.yubioath-desktop.new/yubioath-desktop.changes   
2018-04-04 11:06:55.852751126 +0200
@@ -1,0 +2,5 @@
+Tue Apr  3 11:40:19 UTC 2018 - t.gru...@katodev.de
+
+- Fix build for Leap 15 and SLE 15
+
+---



Other differences:
--
++ yubioath-desktop.spec ++
--- /var/tmp/diff_new_pack.AvjFY9/_old  2018-04-04 11:06:57.956674876 +0200
+++ /var/tmp/diff_new_pack.AvjFY9/_new  2018-04-04 11:06:57.960674731 +0200
@@ -45,7 +45,8 @@
 
 %prep
 %setup -q
-sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' build_qrc.py
+# Fix build for Leap 15 and SLE 15
+sed -i 's|python |python3 |g' yubioath-desktop.pro
 
 %build
 qmake-qt5 QMAKE_CFLAGS+="%{optflags}" QMAKE_CXXFLAGS+="%{optflags}" 
QMAKE_STRIP="/bin/true";





commit openSUSE-release-tools for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-04-04 11:05:58

Comparing /work/SRC/openSUSE:Factory/openSUSE-release-tools (Old)
 and  /work/SRC/openSUSE:Factory/.openSUSE-release-tools.new (New)


Package is "openSUSE-release-tools"

Wed Apr  4 11:05:58 2018 rev:77 rq:593145 version:20180403.78ea7dd

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-03-31 15:37:43.847853960 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2018-04-04 11:06:16.882163493 +0200
@@ -1,0 +2,6 @@
+Tue Apr 03 10:25:05 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20180403.78ea7dd:
+  * check_source: skip checks for packages without spec file
+
+---

Old:

  openSUSE-release-tools-20180329.1ab84c3.obscpio

New:

  openSUSE-release-tools-20180403.78ea7dd.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.3Q2Yap/_old  2018-04-04 11:06:20.590029112 +0200
+++ /var/tmp/diff_new_pack.3Q2Yap/_new  2018-04-04 11:06:20.590029112 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20180329.1ab84c3
+Version:20180403.78ea7dd
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0-or-later AND MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.3Q2Yap/_old  2018-04-04 11:06:20.642027227 +0200
+++ /var/tmp/diff_new_pack.3Q2Yap/_new  2018-04-04 11:06:20.642027227 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/openSUSE-release-tools.git
-1ab84c3cd672bd77e34a279869bc66634fb31e8c
+78ea7dd133092e14cd15ac141d6c551730df5faa
   
 

++ openSUSE-release-tools-20180329.1ab84c3.obscpio -> 
openSUSE-release-tools-20180403.78ea7dd.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20180329.1ab84c3/check_source.pl 
new/openSUSE-release-tools-20180403.78ea7dd/check_source.pl
--- old/openSUSE-release-tools-20180329.1ab84c3/check_source.pl 2018-03-29 
17:39:14.0 +0200
+++ new/openSUSE-release-tools-20180403.78ea7dd/check_source.pl 2018-04-03 
12:11:33.0 +0200
@@ -29,18 +29,29 @@
 rename("$dir/_service", "$dir/_service.bak") || die "rename failed";
 }
 
-if (!-f "$dir/$bname.changes") {
-print "A $bname.changes is missing. Packages submitted as FooBar, need to 
have a FooBar.changes file with a format created by osc vc\n";
+for my $file (glob("$dir/_service:*")) {
+$file=basename($file);
+print "Found _service generate file $file in checkout. Please clean this 
up first.";
 $ret = 1;
 }
 
-if (!-f "$dir/$bname.spec") {
-print "A $bname.spec is missing. Packages submitted as FooBar, need to 
have a FooBar.spec file\n";
-$ret = 1;
-}
+my @specs = map basename($_), glob("$dir/*.spec");
 
-# further we can't check
-exit($ret) if ($ret);
+if (@specs) {
+if (!-f "$dir/$bname.changes") {
+print "A $bname.changes is missing. Packages submitted as FooBar, need 
to have a FooBar.changes file with a format created by osc vc\n";
+$ret = 1;
+}
+
+if (!-f "$dir/$bname.spec") {
+print "A $bname.spec is missing. Packages submitted as FooBar, need to 
have a FooBar.spec file\n";
+$ret = 1;
+}
+exit($ret) if ($ret);
+} else {
+# package without spec files, eg kiwi only
+exit($ret);
+}
 
 open(SPEC, "$dir/$bname.spec");
 my $spec = join("", );
@@ -58,17 +69,11 @@
 $ret = 1;
 }
 
-foreach my $file (glob("$dir/_service:*")) {
-$file=basename($file);
-print "Found _service generate file $file in checkout. Please clean this 
up first.";
-$ret = 1;
-}
-
 # Check that we have for each spec file a changes file - and that at least one
 # contains changes
 my $changes_updated = 0;
-for my $spec (glob("$dir/*.spec")) {
-$changes = basename($spec);
+for my $spec (@specs) {
+$changes = $spec;
 $changes =~ s/\.spec$/.changes/;
 if (!-f "$dir/$changes") {
 print "A $changes is missing. Packages submitted as FooBar, need to 
have a FooBar.changes file with a format created by osc vc\n";
@@ -104,7 +109,7 @@
 
 my %patches = ();
 
-foreach my $test (glob("/usr/lib/obs/service/source_validators/*")) {
+for my $test (glob("/usr/lib/obs/service/source_validators/*")) {
 next if (!-f "$test");
 my $checkivsd = `/bin/bash $test --batchmode $dir $old < /dev/null 2>&1`;
 if ($?) {
@@ 

commit atkmm for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package atkmm for openSUSE:Factory checked 
in at 2018-04-04 11:06:20

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


Package is "atkmm"

Wed Apr  4 11:06:20 2018 rev:26 rq:593151 version:2.27.1

Changes:

--- /work/SRC/openSUSE:Factory/atkmm/atkmm.changes  2018-03-14 
19:36:28.42564 +0100
+++ /work/SRC/openSUSE:Factory/.atkmm.new/atkmm.changes 2018-04-04 
11:06:43.897184416 +0200
@@ -1,0 +2,8 @@
+Sat Mar 31 11:52:54 UTC 2018 - bjorn@gmail.com
+
+- Add atkmm-glibmm-bump.patch, fix build with new glibmm2.
+- Following the above, add libtool and mm-common BuildRequires and
+  pass autogen.sh as the patch touches the buildsystem.
+- Also replace pkgconfig(glibmm-2.56) with pkgconfig(glibmm-2.58).
+
+---

New:

  atkmm-glibmm-bump.patch



Other differences:
--
++ atkmm.spec ++
--- /var/tmp/diff_new_pack.jLtZdQ/_old  2018-04-04 11:06:46.589086857 +0200
+++ /var/tmp/diff_new_pack.jLtZdQ/_new  2018-04-04 11:06:46.589086857 +0200
@@ -28,11 +28,15 @@
 URL:https://www.gtkmm.org/
 Source: 
http://download.gnome.org/sources/%{name}/2.27/%{name}-%{version}.tar.xz
 Source99:   baselibs.conf
+# PATCH-FIX-UPSTREAM atkmm-glibmm-bump.patch bjorn@gmail.com -- Fix build 
with new glibmm2
+Patch0: atkmm-glibmm-bump.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
+BuildRequires:  mm-common
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(atk) >= 1.18
-BuildRequires:  pkgconfig(glibmm-2.56) >= 2.53.1.1
+BuildRequires:  pkgconfig(glibmm-2.58) >= 2.53.1.1
 Recommends: %{name}-doc = %{version}
 
 %description
@@ -79,8 +83,10 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+NOCONFIGURE=1 ./autogen.sh
 %configure --disable-static
 make %{?_smp_mflags}
 

++ atkmm-glibmm-bump.patch ++
>From 67c7de95d50f96656171c7d7654a8c1bec20af9f Mon Sep 17 00:00:00 2001
From: Kjell Ahlstedt 
Date: Mon, 26 Mar 2018 12:56:04 +0200
Subject: Use glibmm-2.58 instead of glibmm-2.56

We have changed the ABI name in glibmm.
---
 codegen/Makefile.am | 2 +-
 configure.ac| 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/codegen/Makefile.am b/codegen/Makefile.am
index d46fbc4..2597de4 100644
--- a/codegen/Makefile.am
+++ b/codegen/Makefile.am
@@ -30,7 +30,7 @@ dist_noinst_SCRIPTS = generate_defs_and_docs.sh
 noinst_PROGRAMS  = extradefs/generate_extra_defs
 
 extradefs_generate_extra_defs_SOURCES = extradefs/generate_extra_defs_atk.cc
-extradefs_generate_extra_defs_LDADD   = $(ATKMM_LIBS) 
-lglibmm_generate_extra_defs-2.56
+extradefs_generate_extra_defs_LDADD   = $(ATKMM_LIBS) 
-lglibmm_generate_extra_defs-2.58
 extradefs_generate_extra_defs_LDFLAGS = -no-undefined -avoid-version
 
 AM_CPPFLAGS = -I$(top_builddir) $(GTHREAD_CFLAGS) $(ATKMM_CFLAGS)
diff --git a/configure.ac b/configure.ac
index 03fb934..b482c7a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,18 +51,18 @@ MM_AX_CXX_COMPILE_STDCXX([14], [noext], [mandatory])
 AC_DISABLE_STATIC
 LT_INIT([win32-dll])
 
-AC_SUBST([ATKMM_MODULES], ['atk >= 1.18 glibmm-2.56 >= 2.53.1.1'])
+AC_SUBST([ATKMM_MODULES], ['atk >= 1.18 glibmm-2.58 >= 2.53.1.1'])
 PKG_CHECK_MODULES([ATKMM], [$ATKMM_MODULES])
 
 MM_PKG_CONFIG_SUBST([GTHREAD_CFLAGS], [--cflags-only-other gthread-2.0])
-MM_PKG_CONFIG_SUBST([GMMPROC_DIR], [--variable=gmmprocdir glibmm-2.56])
+MM_PKG_CONFIG_SUBST([GMMPROC_DIR], [--variable=gmmprocdir glibmm-2.58])
 
 MM_ARG_DISABLE_DEPRECATED_API
 
 MM_ARG_ENABLE_DOCUMENTATION
 MM_ARG_WITH_TAGFILE_DOC([libstdc++.tag], [mm-common-libstdc++])
 MM_ARG_WITH_TAGFILE_DOC([libsigc++-3.0.tag], [sigc++-3.0])
-MM_ARG_WITH_TAGFILE_DOC([glibmm-2.56.tag], [glibmm-2.56])
+MM_ARG_WITH_TAGFILE_DOC([glibmm-2.58.tag], [glibmm-2.58])
 
 AC_LANG([C++])
 MM_ARG_ENABLE_WARNINGS([ATKMM_WXXFLAGS],
-- 
cgit v0.12




commit yast2-schema for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package yast2-schema for openSUSE:Factory 
checked in at 2018-04-04 11:05:48

Comparing /work/SRC/openSUSE:Factory/yast2-schema (Old)
 and  /work/SRC/openSUSE:Factory/.yast2-schema.new (New)


Package is "yast2-schema"

Wed Apr  4 11:05:48 2018 rev:39 rq:593106 version:4.0.2

Changes:

--- /work/SRC/openSUSE:Factory/yast2-schema/yast2-schema.changes
2018-02-13 10:31:06.721399742 +0100
+++ /work/SRC/openSUSE:Factory/.yast2-schema.new/yast2-schema.changes   
2018-04-04 11:05:56.274910347 +0200
@@ -1,0 +2,6 @@
+Tue Apr  3 08:55:13 UTC 2018 - igonzalezs...@suse.com
+
+- Fix several validation problems (bsc#1013047)
+- 4.0.2
+
+---

Old:

  yast2-schema-4.0.1.tar.bz2

New:

  yast2-schema-4.0.2.tar.bz2



Other differences:
--
++ yast2-schema.spec ++
--- /var/tmp/diff_new_pack.8qy75q/_old  2018-04-04 11:05:58.670823514 +0200
+++ /var/tmp/diff_new_pack.8qy75q/_new  2018-04-04 11:05:58.674823369 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-schema
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-schema-4.0.1.tar.bz2 -> yast2-schema-4.0.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-4.0.1/Dockerfile 
new/yast2-schema-4.0.2/Dockerfile
--- old/yast2-schema-4.0.1/Dockerfile   2018-02-12 12:20:19.0 +0100
+++ new/yast2-schema-4.0.2/Dockerfile   2018-04-03 11:06:46.0 +0200
@@ -8,7 +8,6 @@
   yast2-auth-client \
   yast2-auth-server \
   yast2-bootloader \
-  yast2-ca-management \
   yast2-country \
   yast2-dhcp-server \
   yast2-dns-server \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-4.0.1/package/yast2-schema.changes 
new/yast2-schema-4.0.2/package/yast2-schema.changes
--- old/yast2-schema-4.0.1/package/yast2-schema.changes 2018-02-12 
12:20:19.0 +0100
+++ new/yast2-schema-4.0.2/package/yast2-schema.changes 2018-04-03 
11:06:46.0 +0200
@@ -1,4 +1,10 @@
 ---
+Tue Apr  3 08:55:13 UTC 2018 - igonzalezs...@suse.com
+
+- Fix several validation problems (bsc#1013047)
+- 4.0.2
+
+---
 Mon Feb 12 11:14:14 UTC 2018 - jreidin...@suse.com
 
 - drop yast2-ca-management (fate#319119)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-schema-4.0.1/package/yast2-schema.spec 
new/yast2-schema-4.0.2/package/yast2-schema.spec
--- old/yast2-schema-4.0.1/package/yast2-schema.spec2018-02-12 
12:20:19.0 +0100
+++ new/yast2-schema-4.0.2/package/yast2-schema.spec2018-04-03 
11:06:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-schema
-Version:4.0.1
+Version:4.0.2
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit shim for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2018-04-04 11:03:01

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


Package is "shim"

Wed Apr  4 11:03:01 2018 rev:66 rq:593111 version:14

Changes:

--- /work/SRC/openSUSE:Factory/shim/shim.changes2018-03-29 
11:47:09.584652974 +0200
+++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes   2018-04-04 
11:03:17.936649114 +0200
@@ -1,0 +2,6 @@
+Tue Apr  3 08:37:55 UTC 2018 - g...@suse.com
+
+- Install the certificates with a shim suffix to avoid conflicting
+  with other packages (bsc#1087847)
+
+---



Other differences:
--
++ shim.spec ++
--- /var/tmp/diff_new_pack.F7DNYg/_old  2018-04-04 11:03:19.400596053 +0200
+++ /var/tmp/diff_new_pack.F7DNYg/_new  2018-04-04 11:03:19.404595908 +0200
@@ -229,7 +229,7 @@
 install -d %{buildroot}/%{_sysconfdir}/uefi/certs/
 for file in shim-*.der; do
 fpr=$(openssl x509 -sha1 -fingerprint -inform DER -noout -in $file | cut 
-c 18- | cut -d ":" -f 1,2,3,4 | sed 's/://g')
-install -m 644 $file %{buildroot}/%{_sysconfdir}/uefi/certs/$fpr.crt
+install -m 644 $file %{buildroot}/%{_sysconfdir}/uefi/certs/${fpr}-shim.crt
 done
 
 # install the debug symbols







commit imageburner for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package imageburner for openSUSE:Factory 
checked in at 2018-04-04 11:05:38

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


Package is "imageburner"

Wed Apr  4 11:05:38 2018 rev:4 rq:593092 version:0.1.14

Changes:

--- /work/SRC/openSUSE:Factory/imageburner/imageburner.changes  2018-02-16 
21:46:37.574859483 +0100
+++ /work/SRC/openSUSE:Factory/.imageburner.new/imageburner.changes 
2018-04-04 11:05:44.415340169 +0200
@@ -1,0 +2,21 @@
+Mon Mar 26 14:32:43 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.1.14:
+  * Add pl.po
+  * simplified UI an dd
+  * default-decoration
+  * Update README.md
+  * appdata (homepage)
+
+---
+Fri Mar  2 19:26:29 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.1.12:
+  * fix #34
+  * Merge pull request #31 from DanyGee/patch-1
+  * Merge pull request #32 from DanyGee/patch-2
+  * Merge pull request #29 from welaq/patch-2
+  * Update lt.po
+  * Merge pull request #28 from wsxy162/master
+
+---

Old:

  imageburner-0.1.10.tar.gz

New:

  imageburner-0.1.14.tar.gz



Other differences:
--
++ imageburner.spec ++
--- /var/tmp/diff_new_pack.TblAdR/_old  2018-04-04 11:05:45.495301028 +0200
+++ /var/tmp/diff_new_pack.TblAdR/_new  2018-04-04 11:05:45.499300883 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   imageburner
-Version:0.1.10
+Version:0.1.14
 Release:0
 Summary:Image burner
 License:GPL-3.0+

++ imageburner-0.1.10.tar.gz -> imageburner-0.1.14.tar.gz ++
 2912 lines of diff (skipped)




commit translator for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package translator for openSUSE:Factory 
checked in at 2018-04-04 11:05:27

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


Package is "translator"

Wed Apr  4 11:05:27 2018 rev:4 rq:593090 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/translator/translator.changes2018-02-24 
16:39:17.501639155 +0100
+++ /work/SRC/openSUSE:Factory/.translator.new/translator.changes   
2018-04-04 11:05:35.155675764 +0200
@@ -1,0 +2,10 @@
+Sat Mar 17 16:09:57 UTC 2018 - avvi...@yandex.by
+
+- Update to 1.2.0:
+  * Merge pull request #37 from 
+mkinitcpio/#35-Ugly_selected_text_highlight
+  * Fix #24 Fix #13
+  * Remove space
+  * Fix text selection style
+
+---

Old:

  Translator-1.1.0.tar.gz

New:

  Translator-1.2.0.tar.gz



Other differences:
--
++ translator.spec ++
--- /var/tmp/diff_new_pack.0hacQb/_old  2018-04-04 11:05:36.267635464 +0200
+++ /var/tmp/diff_new_pack.0hacQb/_new  2018-04-04 11:05:36.267635464 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   translator
-Version:1.1.0
+Version:1.2.0
 Release:0
 Summary:Translation program
 License:GPL-3.0+

++ Translator-1.1.0.tar.gz -> Translator-1.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Translator-1.1.0/CMakeLists.txt 
new/Translator-1.2.0/CMakeLists.txt
--- old/Translator-1.1.0/CMakeLists.txt 2018-02-14 19:45:17.0 +0100
+++ new/Translator-1.2.0/CMakeLists.txt 2018-03-14 17:40:12.0 +0100
@@ -32,6 +32,7 @@
 
 vala_precompile(VALA_C ${EXEC_NAME}
 src/Main.vala
+src/utils/TranslatorError.vala
 src/LangInfo.vala
 src/widgets/PopoverCombo.vala
 src/TranslatorApplication.vala
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Translator-1.1.0/data/com.github.rapidfingers.translator.appdata.xml 
new/Translator-1.2.0/data/com.github.rapidfingers.translator.appdata.xml
--- old/Translator-1.1.0/data/com.github.rapidfingers.translator.appdata.xml
2018-02-14 19:45:17.0 +0100
+++ new/Translator-1.2.0/data/com.github.rapidfingers.translator.appdata.xml
2018-03-14 17:40:12.0 +0100
@@ -62,5 +62,14 @@
 
 ​  
 ​
+
+​  
+​ 
+Toast message if no connection to server
+Fix ugly text selection color
+Minor bugfix
+
+​  
+​
 ​ 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Translator-1.1.0/debian/changelog 
new/Translator-1.2.0/debian/changelog
--- old/Translator-1.1.0/debian/changelog   2018-02-14 19:45:17.0 
+0100
+++ new/Translator-1.2.0/debian/changelog   2018-03-14 17:40:12.0 
+0100
@@ -1,3 +1,9 @@
+translate (1.2.0) precise; urgency=low
+  * Toast message if no connection to server
+  * Fix ugly text selection color
+  * Minor bugfix
+ -- Grabli66   Tue, 14 March 2018 19:39:00 -0500
+
 translate (1.1.0) precise; urgency=low
   * System icons
   * Better dark theme look
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Translator-1.1.0/src/AsyncTaskExecuter.vala 
new/Translator-1.2.0/src/AsyncTaskExecuter.vala
--- old/Translator-1.1.0/src/AsyncTaskExecuter.vala 2018-02-14 
19:45:17.0 +0100
+++ new/Translator-1.2.0/src/AsyncTaskExecuter.vala 2018-03-14 
17:40:12.0 +0100
@@ -1,13 +1,16 @@
+/// For executing task on thread
 private class AsyncTask : GLib.Object {
   private bool _isActive;
   private int _timeout;
   private AsyncTaskExecuter _parent;
 
+  /// Constructor
   public AsyncTask(AsyncTaskExecuter parent, int timeout) {
 _parent = parent;
 _timeout = timeout;
   }
 
+  /// Execute on thread
   public void Run() {
   try {
 Thread.usleep(_timeout);
@@ -23,8 +26,12 @@
 });
 
 _isActive = false;
-  } catch (Error e) {
-  stderr.printf(e.message);
+  } 
+  catch(TranslatorError e) {
+_parent.OnError(e);
+  }  
+  catch (Error e) {
+stderr.printf(e.message);
   }
 }
 
@@ -38,20 +45,39 @@
   }
 }
 
+/// Executer of AsyncTask
 public class AsyncTaskExecuter : GLib.Object {
+  /// Thread pool
   private ThreadPool _pool;
+
+  /// Async task to execute
   private AsyncTask _task;
+
+  /// Timeout of execution
   protected int ExecuteTimeout = 30;  // Timeout before executing
 
-  public virtual void OnExecute() {}
+  /// On error signal
+  public signal void error(TranslatorError 

commit switchboard-plug-printers for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package switchboard-plug-printers for 
openSUSE:Factory checked in at 2018-04-04 11:05:17

Comparing /work/SRC/openSUSE:Factory/switchboard-plug-printers (Old)
 and  /work/SRC/openSUSE:Factory/.switchboard-plug-printers.new (New)


Package is "switchboard-plug-printers"

Wed Apr  4 11:05:17 2018 rev:2 rq:593089 version:0.1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/switchboard-plug-printers/switchboard-plug-printers.changes
  2018-03-29 11:54:29.088816159 +0200
+++ 
/work/SRC/openSUSE:Factory/.switchboard-plug-printers.new/switchboard-plug-printers.changes
 2018-04-04 11:05:24.152074566 +0200
@@ -1,0 +2,5 @@
+Mon Mar 12 02:19:01 UTC 2018 - avvi...@yandex.by
+
+- Add cups-pk-helper as required dependency
+
+---



Other differences:
--
++ switchboard-plug-printers.spec ++
--- /var/tmp/diff_new_pack.m37U7R/_old  2018-04-04 11:05:26.435991791 +0200
+++ /var/tmp/diff_new_pack.m37U7R/_new  2018-04-04 11:05:26.439991646 +0200
@@ -33,6 +33,7 @@
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.16.0
 BuildRequires:  pkgconfig(switchboard-2.0)
 BuildRequires:  pkgconfig(vapigen) >= 0.28.0
+Requires:   cups-pk-helper
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit screencast for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package screencast for openSUSE:Factory 
checked in at 2018-04-04 11:05:03

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


Package is "screencast"

Wed Apr  4 11:05:03 2018 rev:2 rq:593087 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/screencast/screencast.changes2018-01-10 
23:32:16.728157985 +0100
+++ /work/SRC/openSUSE:Factory/.screencast.new/screencast.changes   
2018-04-04 11:05:08.304648927 +0200
@@ -1,0 +2,31 @@
+Sat Mar 17 16:06:10 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.2.3:
+  * fixed top margin for record controls
+  * move indicator function
+  * Merge pull request #31 from GitHaarek/patch-1
+  * http to https and url fixes
+  * pot + German
+
+---
+Fri Mar  9 15:05:15 UTC 2018 - avvi...@yandex.by
+
+- Update to 0.2.2:
+  * Update com.github.artemanufrij.screencast.appdata.xml
+  * Update com.github.artemanufrij.screencast.desktop
+  * Tweak the capitalisation of some sentences
+  * Improve .desktop comment and generic name slightly
+  * Update lt.po
+  * fixed es.po
+  * fix instand recording from plank
+  * fixed area recording
+  * Update README.md
+  * new pot file
+  * code style
+  * removed unused this.hide ();
+  * application behavior
+  * small improvements
+  * pause on focus
+- Add appindicator dependency
+
+---

Old:

  screencast-0.1.9.tar.gz

New:

  screencast-0.2.3.tar.gz



Other differences:
--
++ screencast.spec ++
--- /var/tmp/diff_new_pack.ZhRwKm/_old  2018-04-04 11:05:10.352574703 +0200
+++ /var/tmp/diff_new_pack.ZhRwKm/_new  2018-04-04 11:05:10.352574703 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   screencast
-Version:0.1.9
+Version:0.2.3
 Release:0
 Summary:A simple screencasting application
 License:GPL-3.0+
@@ -32,6 +32,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  vala
+BuildRequires:  pkgconfig(appindicator3-0.1)
 BuildRequires:  pkgconfig(gdk-x11-3.0)
 BuildRequires:  pkgconfig(granite)
 BuildRequires:  pkgconfig(gstreamer-1.0)
@@ -69,8 +70,7 @@
 %install
 %cmake_install
 
-mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps
-mv 
%{buildroot}%{_datadir}/icons/hicolor/{,scalable/apps/}artemanufrij.screencast.svg
+rm %{buildroot}%{_datadir}/icons/hicolor/*.??g
 
 %suse_update_desktop_file -r com.github.artemanufrij.screencast GTK AudioVideo 
Video Recorder
 %find_lang com.github.artemanufrij.screencast %{name}.lang
@@ -89,11 +89,10 @@
 %files
 %doc debian/copyright README.md
 %{_bindir}/com.github.artemanufrij.screencast
-%dir %{_datadir}/appdata
 %{_datadir}/appdata/com.github.artemanufrij.screencast.appdata.xml
 %{_datadir}/applications/com.github.artemanufrij.screencast.desktop
 %{_datadir}/glib-2.0/schemas/com.github.artemanufrij.screencast.gschema.xml
-%{_datadir}/icons/hicolor/*/apps/artemanufrij.screencast.??g
+%{_datadir}/icons/hicolor/*/apps/com.github.artemanufrij.screencast.??g
 
 %files lang -f %{name}.lang
 

++ screencast-0.1.9.tar.gz -> screencast-0.2.3.tar.gz ++
 6519 lines of diff (skipped)




commit notejot for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package notejot for openSUSE:Factory checked 
in at 2018-04-04 11:04:54

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


Package is "notejot"

Wed Apr  4 11:04:54 2018 rev:4 rq:593086 version:1.4.0

Changes:

--- /work/SRC/openSUSE:Factory/notejot/notejot.changes  2018-01-31 
19:54:13.934946531 +0100
+++ /work/SRC/openSUSE:Factory/.notejot.new/notejot.changes 2018-04-04 
11:05:01.952879135 +0200
@@ -1,0 +2,13 @@
+Mon Mar 26 14:36:48 UTC 2018 - avvi...@yandex.by
+
+- Update to 1.4.0:
+  * - yet another small thing
+  * - small fix here
+  * 1.3.9 - Add option to create new notes from the Dock/Apps 
+  * Adding more keyboard shortcuts
+  * Update com.github.lainsce.notejot.desktop
+  * Add pl.po
+  * Update LINGUAS
+  * Add files via upload
+
+---

Old:

  notejot-1.3.8.tar.gz

New:

  notejot-1.4.0.tar.gz



Other differences:
--
++ notejot.spec ++
--- /var/tmp/diff_new_pack.cUlr1l/_old  2018-04-04 11:05:03.312829846 +0200
+++ /var/tmp/diff_new_pack.cUlr1l/_new  2018-04-04 11:05:03.312829846 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   notejot
-Version:1.3.8
+Version:1.4.0
 Release:0
 Summary:A Sticky Note App
 License:GPL-3.0

++ notejot-1.3.8.tar.gz -> notejot-1.4.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/notejot-1.3.8/data/com.github.lainsce.notejot.appdata.xml 
new/notejot-1.4.0/data/com.github.lainsce.notejot.appdata.xml
--- old/notejot-1.3.8/data/com.github.lainsce.notejot.appdata.xml   
2018-01-23 04:07:28.0 +0100
+++ new/notejot-1.4.0/data/com.github.lainsce.notejot.appdata.xml   
2018-03-19 06:26:10.0 +0100
@@ -1,7 +1,7 @@
 
 
 com.github.lainsce.notejot.desktop
-CC0
+CC0-1.0
 GPL-3.0+
 Notejot
 Jot your ideas
@@ -23,6 +23,14 @@
 
 
 
+  
+  
+  Release: Open Notes From Anywhere
+  
+  New option to open notes from the icon in the Dock or 
App Menu.
+  
+  
+  
   
   
   Release: A New Colorific Menu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/notejot-1.3.8/data/com.github.lainsce.notejot.desktop 
new/notejot-1.4.0/data/com.github.lainsce.notejot.desktop
--- old/notejot-1.3.8/data/com.github.lainsce.notejot.desktop   2018-01-23 
04:07:28.0 +0100
+++ new/notejot-1.4.0/data/com.github.lainsce.notejot.desktop   2018-03-19 
06:26:10.0 +0100
@@ -3,6 +3,7 @@
 Comment=Jot your ideas
 Comment[lt]=Greitai užsirašykite savo idėjas
 Comment[pt_BR]=Anote suas ideias
+Comment[pl]=Notuj swoje pomysły
 Exec=com.github.lainsce.notejot
 Icon=com.github.lainsce.notejot
 Keywords=Text;Plain;Plaintext;Notepad;
@@ -10,3 +11,8 @@
 Type=Application
 StartupNotify=true
 Categories=GTK;Utility;
+Actions=NewNote;
+
+[Desktop Action NewNote]
+Exec=com.github.lainsce.notejot --new-note
+Name=New note...
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.3.8/debian/changelog 
new/notejot-1.4.0/debian/changelog
--- old/notejot-1.3.8/debian/changelog  2018-01-23 04:07:28.0 +0100
+++ new/notejot-1.4.0/debian/changelog  2018-03-19 06:26:10.0 +0100
@@ -1,3 +1,9 @@
+com.github.lainsce.notejot (1.3.9) xenial; urgency=low
+
+  * New option to create notes in the Icon.
+
+ -- Lains   Mon, 19 Mar 2018 02:04:00 -0300
+
 com.github.lainsce.notejot (1.3.8) xenial; urgency=low
 
   * New menu with better & fancier color buttons.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.3.8/meson.build 
new/notejot-1.4.0/meson.build
--- old/notejot-1.3.8/meson.build   2018-01-23 04:07:28.0 +0100
+++ new/notejot-1.4.0/meson.build   2018-03-19 06:26:10.0 +0100
@@ -1,6 +1,6 @@
 # Name our project
 project('com.github.lainsce.notejot', ['vala', 'c'],
-version: '1.3.8'
+version: '1.3.9'
 )
 
 # Import main lib files
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.3.8/po/LINGUAS new/notejot-1.4.0/po/LINGUAS
--- old/notejot-1.3.8/po/LINGUAS2018-01-23 04:07:28.0 +0100
+++ new/notejot-1.4.0/po/LINGUAS2018-03-19 06:26:10.0 +0100
@@ -1,3 +1,8 @@
 lt
 pt_BR
 es
+nl_NL
+tr_TR
+pl
+fr
+ca
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notejot-1.3.8/po/ca.po new/notejot-1.4.0/po/ca.po
--- 

commit nano for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2018-04-04 11:04:46

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


Package is "nano"

Wed Apr  4 11:04:46 2018 rev:66 rq:593072 version:2.9.5

Changes:

--- /work/SRC/openSUSE:Factory/nano/nano.changes2018-03-12 
12:13:45.671106877 +0100
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2018-04-04 
11:04:51.041274609 +0200
@@ -1,0 +2,17 @@
+Fri Mar 30 15:43:36 UTC 2018 - astie...@suse.com
+
+- GNU nano 2.9.5:
+  * change the way the Scroll-Up and Scroll-Down commands work
+(M-- and M-+): instead of keeping the cursor in the same screen
+position they now keep the cursor in the same text position (if
+possible)
+  * add a new color name, "normal", which gives the default
+foreground or background color, which is useful for reverting
+some overzealous painting by earlier syntax regexes
+  * fix a segfault when trying to insert a file in restricted mode
+  * fix the reading in of a new file being "undoable", 
+  * fix a slight miswrapping of help texts when --linenumbers was
+used
+  * fix the shell syntax coloring the word "tar" in file names
+
+---

Old:

  nano-2.9.4.tar.xz
  nano-2.9.4.tar.xz.asc

New:

  nano-2.9.5.tar.xz
  nano-2.9.5.tar.xz.asc



Other differences:
--
++ nano.spec ++
--- /var/tmp/diff_new_pack.QhBAIY/_old  2018-04-04 11:04:52.125235323 +0200
+++ /var/tmp/diff_new_pack.QhBAIY/_new  2018-04-04 11:04:52.129235178 +0200
@@ -18,7 +18,7 @@
 
 %define _version 2.9
 Name:   nano
-Version:2.9.4
+Version:2.9.5
 Release:0
 Summary:Pico editor clone with enhancements
 License:GPL-3.0+

++ nano-2.9.4.tar.xz -> nano-2.9.5.tar.xz ++
 63163 lines of diff (skipped)





commit switchboard-plug-a11y for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package switchboard-plug-a11y for 
openSUSE:Factory checked in at 2018-04-04 11:05:11

Comparing /work/SRC/openSUSE:Factory/switchboard-plug-a11y (Old)
 and  /work/SRC/openSUSE:Factory/.switchboard-plug-a11y.new (New)


Package is "switchboard-plug-a11y"

Wed Apr  4 11:05:11 2018 rev:2 rq:593088 version:0.1.1

Changes:

--- 
/work/SRC/openSUSE:Factory/switchboard-plug-a11y/switchboard-plug-a11y.changes  
2018-03-29 11:53:59.873872141 +0200
+++ 
/work/SRC/openSUSE:Factory/.switchboard-plug-a11y.new/switchboard-plug-a11y.changes
 2018-04-04 11:05:14.900409875 +0200
@@ -1,0 +2,5 @@
+Mon Mar 12 03:38:00 UTC 2018 - avvi...@yandex.by
+
+- Add recommended dependency: onboard mousetweaks
+
+---



Other differences:
--
++ switchboard-plug-a11y.spec ++
--- /var/tmp/diff_new_pack.sPJv9C/_old  2018-04-04 11:05:15.964371314 +0200
+++ /var/tmp/diff_new_pack.sPJv9C/_new  2018-04-04 11:05:15.964371314 +0200
@@ -33,6 +33,8 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(switchboard-2.0)
 Requires:   switchboard
+Recommends: mousetweaks
+Recommends: onboard
 Recommends: %{name}-lang
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 




commit glibc for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2018-04-04 11:01:20

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


Package is "glibc"

Wed Apr  4 11:01:20 2018 rev:222 rq:592315 version:2.27

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc.changes  2018-03-26 
11:50:27.494101354 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc.changes 2018-04-04 
11:02:08.575163157 +0200
@@ -1,0 +2,12 @@
+Thu Mar 29 09:53:52 UTC 2018 - sch...@suse.de
+
+- i386-memmove-sse2-unaligned.patch: Fix SSE2 memmove issue when crossing
+  2GB boundary (BZ #22644)
+
+---
+Tue Mar 27 11:30:49 UTC 2018 - sch...@suse.de
+
+- res-send-enomem.patch: Fix crash in resolver on memory allocation
+  failure (bsc#1086690, BZ #23005)
+
+---

New:

  i386-memmove-sse2-unaligned.patch
  res-send-enomem.patch



Other differences:
--
++ glibc.spec ++
--- /var/tmp/diff_new_pack.WLJ2ED/_old  2018-04-04 11:02:17.818828111 +0200
+++ /var/tmp/diff_new_pack.WLJ2ED/_new  2018-04-04 11:02:17.822827966 +0200
@@ -300,6 +300,10 @@
 Patch1008:  riscv-tls-init.patch
 # PATCH-FIX-UPSTREAM RISC-V: fmax/fmin: Handle signalling NaNs correctly (BZ 
#22884)
 Patch1009:  riscv-fmax-fmin-nan.patch
+# PATCH-FIX-UPSTREAM Fix crash in resolver on memory allocation failure (BZ 
#23005)
+Patch1010:  res-send-enomem.patch
+# PATCH-FIX-UPSTREAM memmove-sse2-unaligned on 32bit x86 produces garbage when 
crossing 2GB threshold (BZ #22644)
+Patch1011:  i386-memmove-sse2-unaligned.patch
 
 ### 
 # Patches awaiting upstream approval
@@ -519,6 +523,8 @@
 %patch1007 -p1
 %patch1008 -p1
 %patch1009 -p1
+%patch1010 -p1
+%patch1011 -p1
 
 %patch2000 -p1
 %patch2004 -p1



++ i386-memmove-sse2-unaligned.patch ++
2018-03-23  Andrew Senkevich  
Max Horn  

[BZ #22644]
* sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Fixed
branch conditions.
* string/test-memmove.c (do_test2): New testcase.

Index: glibc-2.27/string/test-memmove.c
===
--- glibc-2.27.orig/string/test-memmove.c
+++ glibc-2.27/string/test-memmove.c
@@ -24,6 +24,7 @@
 # define TEST_NAME "memmove"
 #endif
 #include "test-string.h"
+#include 
 
 char *simple_memmove (char *, const char *, size_t);
 
@@ -245,6 +246,60 @@ do_random_tests (void)
 }
 }
 
+static void
+do_test2 (void)
+{
+  size_t size = 0x2000;
+  uint32_t * large_buf;
+
+  large_buf = mmap ((void*) 0x7000, size, PROT_READ | PROT_WRITE,
+   MAP_PRIVATE | MAP_ANON, -1, 0);
+
+  if (large_buf == MAP_FAILED)
+error (EXIT_UNSUPPORTED, errno, "Large mmap failed");
+
+  if ((uintptr_t) large_buf > 0x8000 - 128
+  || 0x8000 - (uintptr_t) large_buf > 0x2000)
+{
+  error (0, 0, "Large mmap allocated improperly");
+  ret = EXIT_UNSUPPORTED;
+  munmap ((void *) large_buf, size);
+  return;
+}
+
+  size_t bytes_move = 0x8000 - (uintptr_t) large_buf;
+  size_t arr_size = bytes_move / sizeof (uint32_t);
+  size_t i;
+
+  FOR_EACH_IMPL (impl, 0)
+{
+  for (i = 0; i < arr_size; i++)
+large_buf[i] = (uint32_t) i;
+
+  uint32_t * dst = _buf[33];
+
+#ifdef TEST_BCOPY
+  CALL (impl, (char *) large_buf, (char *) dst, bytes_move);
+#else
+  CALL (impl, (char *) dst, (char *) large_buf, bytes_move);
+#endif
+
+  for (i = 0; i < arr_size; i++)
+   {
+ if (dst[i] != (uint32_t) i)
+   {
+ error (0, 0,
+"Wrong result in function %s dst \"%p\" src \"%p\" offset 
\"%zd\"",
+impl->name, dst, large_buf, i);
+ ret = 1;
+ break;
+   }
+   }
+}
+
+  munmap ((void *) large_buf, size);
+}
+
 int
 test_main (void)
 {
@@ -284,6 +339,9 @@ test_main (void)
 }
 
   do_random_tests ();
+
+  do_test2 ();
+
   return ret;
 }
 
Index: glibc-2.27/sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S
===
--- glibc-2.27.orig/sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S
+++ glibc-2.27/sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S
@@ -72,7 +72,7 @@ ENTRY (MEMCPY)
cmp %edx, %eax
 
 # ifdef USE_AS_MEMMOVE
-   jg  L(check_forward)
+   ja  L(check_forward)
 
 L(mm_len_0_or_more_backward):
 /* Now do checks for lengths. We do [0..16], [16..32], [32..64], [64..128]
@@ -81,7 +81,7 @@ L(mm_len_0_or_more_backward):

commit focuswriter for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package focuswriter for openSUSE:Factory 
checked in at 2018-04-04 11:04:41

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


Package is "focuswriter"

Wed Apr  4 11:04:41 2018 rev:10 rq:593071 version:1.6.11

Changes:

--- /work/SRC/openSUSE:Factory/focuswriter/focuswriter.changes  2018-02-26 
23:27:05.382152708 +0100
+++ /work/SRC/openSUSE:Factory/.focuswriter.new/focuswriter.changes 
2018-04-04 11:04:44.769501920 +0200
@@ -1,0 +2,7 @@
+Sat Mar 31 20:10:46 UTC 2018 - mvet...@suse.com
+
+- Update to 1.6.11:
+  * FIXED: File monitoring prevented saving in Windows.
+  * Translation updates: Danish, Slovenian.
+
+---

Old:

  focuswriter-1.6.10-src.tar.bz2

New:

  focuswriter-1.6.11-src.tar.bz2



Other differences:
--
++ focuswriter.spec ++
--- /var/tmp/diff_new_pack.3I3idw/_old  2018-04-04 11:04:46.349444658 +0200
+++ /var/tmp/diff_new_pack.3I3idw/_new  2018-04-04 11:04:46.353444513 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   focuswriter
-Version:1.6.10
+Version:1.6.11
 Release:0
 Summary:A fullscreen, distraction-free writing program
 License:GPL-3.0+

++ focuswriter-1.6.10-src.tar.bz2 -> focuswriter-1.6.11-src.tar.bz2 ++
/work/SRC/openSUSE:Factory/focuswriter/focuswriter-1.6.10-src.tar.bz2 
/work/SRC/openSUSE:Factory/.focuswriter.new/focuswriter-1.6.11-src.tar.bz2 
differ: char 11, line 1




commit python3-ipa for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package python3-ipa for openSUSE:Factory 
checked in at 2018-04-04 11:04:10

Comparing /work/SRC/openSUSE:Factory/python3-ipa (Old)
 and  /work/SRC/openSUSE:Factory/.python3-ipa.new (New)


Package is "python3-ipa"

Wed Apr  4 11:04:10 2018 rev:3 rq:592659 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python3-ipa/python3-ipa.changes  2017-12-12 
21:23:43.276250323 +0100
+++ /work/SRC/openSUSE:Factory/.python3-ipa.new/python3-ipa.changes 
2018-04-04 11:04:14.494599198 +0200
@@ -1,0 +2,21 @@
+Fri Mar 30 16:40:53 UTC 2018 - sean.mar...@suse.com
+
+- Update to v1.0.0 (2018-03-30)
+  + Tests argument is now optional.
+  + This allows for the use of --no-cleanup option to start an
+instance in the given framework.
+  + Add regression test to check for valid UUID on SLES instance
+in EC2.
+  + Add regression test to confirm lscpu binary returns successful
+exit code.
+  + Subnet option has been added to launch a new instance in the
+given network/subnet (--subnet-id).
+  + Remove requirement on case with distro and provider options.
+  + Use Testinfra run module to check hostname. System Info module
+was removed from package.
+  + Migrate Azure provider to the ARM (resource manager API).
+  + Add option to use user-data for loading SSH public key to
+instance in EC2.
+  + Add delete history item option to results command.
+
+---

Old:

  python3-ipa-0.5.1.tar.gz

New:

  python3-ipa-1.0.0.tar.gz



Other differences:
--
++ python3-ipa.spec ++
--- /var/tmp/diff_new_pack.GxVPhn/_old  2018-04-04 11:04:15.274570929 +0200
+++ /var/tmp/diff_new_pack.GxVPhn/_new  2018-04-04 11:04:15.274570929 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-ipa
 #
-# 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,10 +18,10 @@
 
 %bcond_without test
 Name:   python3-ipa
-Version:0.5.1
+Version:1.0.0
 Release:0
 Summary:Command line and API for testing custom images
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Development/Languages/Python
 Url:https://github.com/SUSE/ipa
 Source: 
https://files.pythonhosted.org/packages/source/p/python3-ipa/python3-ipa-%{version}.tar.gz
@@ -30,7 +30,10 @@
 %if %{with test}
 BuildRequires:  python3-PyYAML
 BuildRequires:  python3-apache-libcloud
-BuildRequires:  python3-azurectl >= 3.0.1
+BuildRequires:  python3-azure-common
+BuildRequires:  python3-azure-mgmt-compute
+BuildRequires:  python3-azure-mgmt-network
+BuildRequires:  python3-azure-mgmt-resource
 BuildRequires:  python3-click
 BuildRequires:  python3-coverage
 BuildRequires:  python3-cryptography
@@ -42,7 +45,10 @@
 %endif
 Requires:   python3-PyYAML
 Requires:   python3-apache-libcloud
-Requires:   python3-azurectl >= 3.0.1
+Requires:   python3-azure-common
+Requires:   python3-azure-mgmt-compute
+Requires:   python3-azure-mgmt-network
+Requires:   python3-azure-mgmt-resource
 Requires:   python3-click
 Requires:   python3-cryptography
 Requires:   python3-paramiko

++ python3-ipa-0.5.1.tar.gz -> python3-ipa-1.0.0.tar.gz ++
 3604 lines of diff (skipped)




commit rpcbind for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package rpcbind for openSUSE:Factory checked 
in at 2018-04-04 11:03:37

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


Package is "rpcbind"

Wed Apr  4 11:03:37 2018 rev:56 rq:593305 version:0.2.4

Changes:

--- /work/SRC/openSUSE:Factory/rpcbind/rpcbind.changes  2017-11-29 
10:49:54.358644864 +0100
+++ /work/SRC/openSUSE:Factory/.rpcbind.new/rpcbind.changes 2018-04-04 
11:03:43.655716933 +0200
@@ -1,0 +2,31 @@
+Tue Apr  3 12:06:36 UTC 2018 - dims...@opensuse.org
+
+- Correctly rebase 0001-systemd-unit-files.patch: Since upstream
+  now ships systemd service files, we must no longer create full
+  unit files, but only correct the existing ones (adding
+  EnvironmentFile statement).
+
+---
+Mon Mar 26 17:11:19 CEST 2018 - ku...@suse.de
+
+- Use %license instead of %doc [bsc#1082318]
+
+---
+Sun Feb 18 19:48:56 UTC 2018 - avin...@opensuse.org
+
+- Update to 0.2.4:
+  + Memory corruption fix
+  + Moved the default state directory to /var/run
+  + Systemd unit files were added.
+- cleanup with spec-cleaner
+- don't ship NEWS or ChangeLog, these are not maintained
+- rebase 0001-systemd-unit-files.patch
+- remove upstreamed patches
+  * drop 0002-handle_reply-Don-t-use-the-xp_auth-pointer-directly.patch
+  * drop 0003-Delete-the-unix-socket-only-if-we-have-created-it.patch
+  * drop 0004-Fix-memory-corruption-in-PMAP_CALLIT-code.patch
+  * drop 0005-security.c-removed-warning.patch
+  * drop 0006-don-t-use-svc_fdset.patch
+  * drop 0012-Move-default-state-dir-to-a-subdirectory-of-var-run.patch
+
+---

Old:

  0002-handle_reply-Don-t-use-the-xp_auth-pointer-directly.patch
  0003-Delete-the-unix-socket-only-if-we-have-created-it.patch
  0004-Fix-memory-corruption-in-PMAP_CALLIT-code.patch
  0005-security.c-removed-warning.patch
  0006-don-t-use-svc_fdset.patch
  0012-Move-default-state-dir-to-a-subdirectory-of-var-run.patch
  rpcbind-0.2.3.tar.bz2

New:

  rpcbind-0.2.4.tar.bz2



Other differences:
--
++ rpcbind.spec ++
--- /var/tmp/diff_new_pack.kUv8g5/_old  2018-04-04 11:03:44.711678660 +0200
+++ /var/tmp/diff_new_pack.kUv8g5/_new  2018-04-04 11:03:44.715678515 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpcbind
 #
-# 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,53 +18,45 @@
 
 #Compat macro for new _fillupdir macro introduced in Nov 2017
 %if ! %{defined _fillupdir}
-  %define _fillupdir /var/adm/fillup-templates
+  %define _fillupdir %{_localstatedir}/adm/fillup-templates
 %endif
-
 Name:   rpcbind
-Version:0.2.3
+Version:0.2.4
 Release:0
 Summary:Transport independent RPC portmapper
+# Git-Web:  http://git.linux-nfs.org/?p=steved/rpcbind.git;a=summary
 License:BSD-4-Clause
 Group:  Productivity/Networking/System
-Url:git://git.infradead.org/users/steved/rpcbind.git
-Source: %{name}-%{version}.tar.bz2
+Url:http://rpcbind.sourceforge.net
+Source: 
https://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
 Source2:sysconfig.rpcbind
 Source3:rpcbind.xml
 Source4:pmap_set.c
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} >= 1330
-BuildRequires:  libnsl-devel
-%endif
-BuildRequires:  libtirpc-devel >= 1.0.1
-BuildRequires:  libtool
-BuildRequires:  pkgconfig
-BuildRequires:  systemd-rpm-macros
-BuildRequires:  tcpd-devel
-BuildRequires:  pkgconfig(libsystemd)
-PreReq: %fillup_prereq
-Requires(pre):  /usr/sbin/useradd
-%if 0%{?suse_version} >= 1330
-Requires(pre):  group(nobody)
-%endif
 Patch1: 0001-systemd-unit-files.patch
-Patch2: 0002-handle_reply-Don-t-use-the-xp_auth-pointer-directly.patch
-Patch3: 0003-Delete-the-unix-socket-only-if-we-have-created-it.patch
-Patch4: 0004-Fix-memory-corruption-in-PMAP_CALLIT-code.patch
-Patch5: 0005-security.c-removed-warning.patch
-Patch6: 0006-don-t-use-svc_fdset.patch
 Patch8: 0008-First-part-of-init_transport-refactoring.patch
 Patch9: 0009-init_transport-move-the-registration-code-into-a-sep.patch
 Patch10:0010-Fix-the-behavior-when-specifying-the-h-option.patch
 Patch11:

commit binutils for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package binutils for openSUSE:Factory 
checked in at 2018-04-04 11:00:54

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


Package is "binutils"

Wed Apr  4 11:00:54 2018 rev:127 rq:591668 version:2.30

Changes:

--- /work/SRC/openSUSE:Factory/binutils/binutils.changes2018-03-24 
16:06:19.263091433 +0100
+++ /work/SRC/openSUSE:Factory/.binutils.new/binutils.changes   2018-04-04 
11:01:03.917506777 +0200
@@ -1,0 +2,6 @@
+Thu Mar 22 17:11:45 UTC 2018 - sch...@suse.de
+
+- riscv-relax-relocatable.patch: RISC-V: Don't enable relaxation in
+  relocatable link
+
+---
cross-aarch64-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-avr-binutils.changes: same change
cross-epiphany-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-hppa64-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-m68k-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-ppc64le-binutils.changes: same change
cross-riscv64-binutils.changes: same change
cross-rx-binutils.changes: same change
cross-s390-binutils.changes: same change
cross-s390x-binutils.changes: same change
cross-sparc-binutils.changes: same change
cross-sparc64-binutils.changes: same change
cross-spu-binutils.changes: same change
cross-x86_64-binutils.changes: same change

New:

  riscv-relax-relocatable.patch



Other differences:
--
++ binutils.spec ++
--- /var/tmp/diff_new_pack.EyWtrs/_old  2018-04-04 11:01:31.576504224 +0200
+++ /var/tmp/diff_new_pack.EyWtrs/_new  2018-04-04 11:01:31.580504079 +0200
@@ -95,6 +95,7 @@
 Patch35:riscv-wrap-relax.patch
 Patch36:binutils-pr22868.diff
 Patch37:riscv-relax-size.patch
+Patch38:riscv-relax-relocatable.patch
 Patch90:cross-avr-nesc-as.patch
 Patch92:cross-avr-omit_section_dynsym.patch
 Patch93:cross-avr-size.patch
@@ -167,6 +168,7 @@
 %patch35 -p1
 %patch36 -p1
 %patch37 -p1
+%patch38 -p1
 %if "%{TARGET}" == "avr"
 cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
 %patch90

++ cross-aarch64-binutils.spec ++
--- /var/tmp/diff_new_pack.EyWtrs/_old  2018-04-04 11:01:31.608503064 +0200
+++ /var/tmp/diff_new_pack.EyWtrs/_new  2018-04-04 11:01:31.612502919 +0200
@@ -98,6 +98,7 @@
 Patch35:riscv-wrap-relax.patch
 Patch36:binutils-pr22868.diff
 Patch37:riscv-relax-size.patch
+Patch38:riscv-relax-relocatable.patch
 Patch90:cross-avr-nesc-as.patch
 Patch92:cross-avr-omit_section_dynsym.patch
 Patch93:cross-avr-size.patch
@@ -170,6 +171,7 @@
 %patch35 -p1
 %patch36 -p1
 %patch37 -p1
+%patch38 -p1
 %if "%{TARGET}" == "avr"
 cp gas/config/tc-avr.h gas/config/tc-avr-nesc.h
 %patch90

cross-arm-binutils.spec: same change
cross-avr-binutils.spec: same change
cross-epiphany-binutils.spec: same change
cross-hppa-binutils.spec: same change
cross-hppa64-binutils.spec: same change
cross-i386-binutils.spec: same change
cross-ia64-binutils.spec: same change
cross-m68k-binutils.spec: same change
cross-mips-binutils.spec: same change
cross-ppc-binutils.spec: same change
cross-ppc64-binutils.spec: same change
cross-ppc64le-binutils.spec: same change
cross-riscv64-binutils.spec: same change
cross-rx-binutils.spec: same change
cross-s390-binutils.spec: same change
cross-s390x-binutils.spec: same change
cross-sparc-binutils.spec: same change
cross-sparc64-binutils.spec: same change
cross-spu-binutils.spec: same change
cross-x86_64-binutils.spec: same change
++ riscv-relax-relocatable.patch ++
2018-03-15  Andreas Schwab  

PR ld/22949
* emultempl/riscvelf.em (riscv_elf_before_allocation): Don't
enable relaxation in relocatable link.

Index: binutils-2.30/ld/emultempl/riscvelf.em
===
--- binutils-2.30.orig/ld/emultempl/riscvelf.em
+++ binutils-2.30/ld/emultempl/riscvelf.em
@@ -33,11 +33,14 @@ riscv_elf_before_allocation (void)
   if (link_info.discard == discard_sec_merge)
 link_info.discard = discard_l;
 
-  /* We always need at least some relaxation to handle code alignment.  */
-  if (RELAXATION_DISABLED_BY_USER)
-TARGET_ENABLE_RELAXATION;
-  else
-ENABLE_RELAXATION;
+  if (!bfd_link_relocatable (_info))
+{
+  /* We always need at least some relaxation to handle code alignment.  */
+  if (RELAXATION_DISABLED_BY_USER)
+   TARGET_ENABLE_RELAXATION;
+  

commit gpm for openSUSE:Factory

2018-04-04 Thread root
Hello community,

here is the log from the commit of package gpm for openSUSE:Factory checked in 
at 2018-04-04 11:00:47

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


Package is "gpm"

Wed Apr  4 11:00:47 2018 rev:51 rq:591538 version:1.20.7

Changes:

--- /work/SRC/openSUSE:Factory/gpm/gpm.changes  2017-11-30 12:31:41.847793820 
+0100
+++ /work/SRC/openSUSE:Factory/.gpm.new/gpm.changes 2018-04-04 
11:00:50.202003927 +0200
@@ -1,0 +2,5 @@
+Tue Mar 27 11:41:04 CEST 2018 - ku...@suse.de
+
+- Use %license instead of %doc [bsc#1082318]
+
+---



Other differences:
--
++ gpm.spec ++
--- /var/tmp/diff_new_pack.4qApKp/_old  2018-04-04 11:00:53.193895478 +0200
+++ /var/tmp/diff_new_pack.4qApKp/_new  2018-04-04 11:00:53.197895333 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gpm
 #
-# 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
@@ -26,7 +26,7 @@
 Version:1.20.7
 Release:0
 Summary:Console Mouse Support
-License:GPL-2.0+ and GPL-3.0+
+License:GPL-2.0-or-later AND GPL-3.0-or-later
 Group:  System/Console
 Url:http://linux.schottelius.org/gpm/
 
@@ -87,7 +87,7 @@
 
 %package -n %lname
 Summary:Console mouse support library
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  System/Libraries
 
 %description -n %lname
@@ -97,7 +97,7 @@
 
 %package devel
 Summary:Development files for gpm (Console Mouse Support)
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
 Requires:   %lname = %version
 
@@ -204,7 +204,8 @@
 
 %files
 %defattr(-,root,root)
-%doc COPYING README README.gpm2 README.SUSE TODO
+%license COPYING
+%doc README README.gpm2 README.SUSE TODO
 %doc doc/Announce doc/FAQ doc/README* doc/changelog
 %{_infodir}/*
 %{_mandir}/*/*