commit librime for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package librime for openSUSE:Factory checked 
in at 2018-10-15 10:49:08

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


Package is "librime"

Mon Oct 15 10:49:08 2018 rev:18 rq:641404 version:1.3.1+git20180822.19cea07e

Changes:

--- /work/SRC/openSUSE:Factory/librime/librime.changes  2017-02-03 
17:48:27.217429949 +0100
+++ /work/SRC/openSUSE:Factory/.librime.new/librime.changes 2018-10-15 
10:49:16.567016168 +0200
@@ -1,0 +2,20 @@
+Thu Oct 11 14:30:15 UTC 2018 - tsing...@outlook.com
+
+- Update to version 1.3.1+git20180822.19cea07e:
+  * feat: always_show_comments option
+  * feat(language): shared user dictionary per language
+  * fix(SchemaUpdate): read compiled schema from shared build if there is no 
user build
+  * feat(config): build config files if source files changed
+  * feat(dict): relocate binary files to $user_data_dir/build
+  * feat(dict): no conditional compilation on arm
+  * feat(config): support append and merge syntax
+  * feat(config): references to optional config resources, ending with "?"
+  * config_data: transactional copy on write
+  * fix(chord_composer): allow editor to define BackSpace key behavior
+  * feat(chord_composer): support chording with function keys
+  * feat(chord_composer): accept escaped chording keys
+  * feat(translator): add history_translator (#115)
+  * (feature) add codepoint_translator
+  * Fix memory leak at rime_candidate_copy. 
https://github.com/rime/home/issues/94
+
+---

Old:

  _service
  _servicedata
  librime-1.2.9+git20160226.df4192c.tar.xz

New:

  librime-1.3.1+git20180822.19cea07e.tar.xz



Other differences:
--
++ librime.spec ++
--- /var/tmp/diff_new_pack.cKrTYB/_old  2018-10-15 10:49:17.443015234 +0200
+++ /var/tmp/diff_new_pack.cKrTYB/_new  2018-10-15 10:49:17.447015230 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package librime
 #
-# 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
@@ -12,30 +12,22 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   librime
-Version:1.2.9+git20160226.df4192c
+Version:1.3.1+git20180822.19cea07e
 Release:0
 Summary:Rime Input Method Engine
 License:BSD-3-Clause
 Group:  System/I18n/Chinese
-Url:https://github.com/rime/librime
+URL:https://github.com/rime/librime
 Source: %{name}-%{version}.tar.xz
 #PATCH-FIX-OPENSUSE workaround for gcc bug 53613 on 12.3 and lower
 Patch1: librime-1.1-gcc53613.patch
 #PATCH-FIX-OPENSUSE fix boost 1.49 filesystem linking on 12.3 and lower
 Patch2: librime-1.2-BOOST_NO_SCOPED_ENUMS.patch
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_filesystem-devel
-BuildRequires:  libboost_locale-devel
-BuildRequires:  libboost_regex-devel
-BuildRequires:  libboost_signals-devel
-%else
-BuildRequires:  boost-devel
-%endif
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 BuildRequires:  glog-devel
@@ -44,11 +36,18 @@
 BuildRequires:  libkyotocabinet-devel
 BuildRequires:  marisa-devel
 BuildRequires:  opencc-devel >= 1.0.2
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  xorg-x11-proto-devel
 BuildRequires:  yaml-cpp-devel
 BuildRequires:  zlib-devel
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} > 1325
+BuildRequires:  libboost_filesystem-devel
+BuildRequires:  libboost_locale-devel
+BuildRequires:  libboost_regex-devel
+BuildRequires:  libboost_signals-devel
+%else
+BuildRequires:  boost-devel
+%endif
 
 %description
 Rime is an Traditional Chinese input method engine.
@@ -108,19 +107,18 @@
 %postun -n librime1 -p /sbin/ldconfig
 
 %files -n rime
-%defattr(-,root,root)
-%doc LICENSE README.md
+%license LICENSE
+%doc README.md
 %{_bindir}/rime_deployer
 %{_bindir}/rime_dict_manager
 
 %files -n librime1
-%defattr(-,root,root)
 %{_libdir}/%{name}.so.1
-%{_libdir}/%{name}.so.1.2.9
+%{_libdir}/%{name}.so.1.3.1
 
 %files devel
-%defattr(-,root,root)
 %{_includedir}/rime_api.h
+%{_includedir}/rime_levers_api.h
 %{_libdir}/%{name}.so
 %{_libdir}/pkgconfig/rime.pc
 %{_datadir}/cmake/rime/

++ librime-1.2.9+git20160226.df4192c.tar.xz -> 

commit capnproto for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package capnproto for openSUSE:Factory 
checked in at 2018-10-15 10:49:25

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


Package is "capnproto"

Mon Oct 15 10:49:25 2018 rev:2 rq:641718 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/capnproto/capnproto.changes  2017-08-30 
16:23:52.931758971 +0200
+++ /work/SRC/openSUSE:Factory/.capnproto.new/capnproto.changes 2018-10-15 
10:49:29.779002071 +0200
@@ -1,0 +2,10 @@
+Fri Oct 12 14:14:20 UTC 2018 - Jan Engelhardt 
+
+- Remove bias from descriptions.
+
+---
+Fri Oct 12 08:30:55 UTC 2018 - Luigi Baldoni 
+
+- Update to version 0.7.0 (see https://capnproto.org/news)
+
+---
@@ -20 +29,0 @@
-

Old:

  capnproto-c++-0.6.1.tar.gz

New:

  capnproto-c++-0.7.0.tar.gz



Other differences:
--
++ capnproto.spec ++
--- /var/tmp/diff_new_pack.rha1eQ/_old  2018-10-15 10:49:30.295001521 +0200
+++ /var/tmp/diff_new_pack.rha1eQ/_new  2018-10-15 10:49:30.299001517 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package capnproto
 #
-# 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
@@ -12,50 +12,49 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   capnproto
-Version:0.6.1
+Version:0.7.0
 Release:0
-Summary:Cap'n Proto - Insanely Fast Data Serialization Format
+Summary:A Data Serialization Format
 License:MIT
-Group:  System/Libraries
-Url:https://capnproto.org
+Group:  Development/Libraries/C and C++
+URL:https://capnproto.org
 Source: https://capnproto.org/capnproto-c++-%{version}.tar.gz
+BuildRequires:  cmake
+%if 0%{?suse_version} >= 1500
 BuildRequires:  gcc-c++
+%else
+BuildRequires:  gcc7-c++
+%endif
 BuildRequires:  pkgconfig
-Requires:   libcapnp-0_6 = %{version}
+Requires:   libcapnp-0_7 = %{version}
 
 %description
-Cap'n Proto is an insanely fast data interchange format and capability-based
-RPC system.  Think JSON, except binary.  Or think of Google's Protocol Buffers
-(http://protobuf.googlecode.com), except faster.  In fact, in benchmarks,
-Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
+Cap'n Proto is a binary data interchange format and capability-based
+RPC system.
 
-%package -n libcapnp-0_6
-Summary:Cap'n Proto C++ library
+%package -n libcapnp-0_7
+Summary:The Cap'n Proto data serialization library
 Group:  System/Libraries
 
-%description -n libcapnp-0_6
-Cap'n Proto is an insanely fast data interchange format and capability-based
-RPC system.  Think JSON, except binary.  Or think of Google's Protocol Buffers
-(http://protobuf.googlecode.com), except faster.  In fact, in benchmarks,
-Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
+%description -n libcapnp-0_7
+Cap'n Proto is a binary data interchange format and capability-based
+RPC system.
 
 This package provides runtime libraries for capnproto.
 
 %package -n libcapnp-devel
-Summary:Development headers for Cap'n Proto C++ Library
+Summary:Development headers for the Cap'n Proto C++ Library
 Group:  Development/Libraries/C and C++
-Requires:   libcapnp-0_6 = %{version}
+Requires:   libcapnp-0_7 = %{version}
 
 %description -n libcapnp-devel
-Cap'n Proto is an insanely fast data interchange format and capability-based
-RPC system.  Think JSON, except binary.  Or think of Google's Protocol Buffers
-(http://protobuf.googlecode.com), except faster.  In fact, in benchmarks,
-Cap'n Proto is INFINITY TIMES faster than Protocol Buffers.
+Cap'n Proto is a binary data interchange format and capability-based
+RPC system.
 
 This package provides development headers for capnproto.
 
@@ -63,27 +62,27 @@
 %setup -q -n %{name}-c++-%{version}
 
 %build
+export CXX=g++
+test -x "$(type -p g++-7)" && export CXX=g++-7
 %configure
 make %{?_smp_mflags}
 
 %install
 %make_install
-find %{buildroot}%{_libdir} -name "*.a" -delete
-find %{buildroot} -type f -name "*.la" -delete -print
+find %{buildroot}%{_libdir} -type f \( -name "*.a" -o -name "*.la" \) -delete 
-print
 
-%post -n 

commit bcc for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package bcc for openSUSE:Factory checked in 
at 2018-10-15 10:49:04

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


Package is "bcc"

Mon Oct 15 10:49:04 2018 rev:24 rq:641354 version:0.7.0

Changes:

--- /work/SRC/openSUSE:Factory/bcc/bcc.changes  2018-06-20 15:34:42.518779500 
+0200
+++ /work/SRC/openSUSE:Factory/.bcc.new/bcc.changes 2018-10-15 
10:49:08.255025038 +0200
@@ -1,0 +2,13 @@
+Thu Oct 11 10:03:50 UTC 2018 - Gary Ching-Pang Lin 
+
+- Update to 0.7.0
+- Refresh bcc-python3.patch
+- Drop upstreamed patches
+  + bcc-bpf_probe_read-fixes.patch
+  + bcc-fix-ext4slower.patch
+  + bcc-fix-tcpaccept.patch
+  + bcc-prevent-bpf_probe_read-MemberExpre-rewrite.patch
+- Remove bcc-bsc1065593-llvm4-hack.patch and set ENABLE_LLVM_SHARED
+- Remove COPYRIGHT.txt which was dropped by upstream
+
+---

Old:

  bcc-bpf_probe_read-fixes.patch
  bcc-bsc1065593-llvm4-hack.patch
  bcc-fix-ext4slower.patch
  bcc-fix-tcpaccept.patch
  bcc-prevent-bpf_probe_read-MemberExpre-rewrite.patch
  v0.6.0.tar.gz

New:

  v0.7.0.tar.gz



Other differences:
--
++ bcc.spec ++
--- /var/tmp/diff_new_pack.qllBrR/_old  2018-10-15 10:49:09.027024214 +0200
+++ /var/tmp/diff_new_pack.qllBrR/_new  2018-10-15 10:49:09.027024214 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define libversion 0.6.0
+%define libversion 0.7.0
 %if 0%{?is_opensuse} == 1
 %ifarch %ix86 x86_64
 %{!?with_lua: %global with_lua 1}
@@ -28,7 +28,7 @@
 %endif
 
 Name:   bcc
-Version:0.6.0
+Version:0.7.0
 Release:0
 Summary:BPF Compiler Collection (BCC)
 License:Apache-2.0
@@ -36,13 +36,8 @@
 Url:https://github.com/iovisor/bcc
 Source: https://github.com/iovisor/bcc/archive/v%{version}.tar.gz
 Patch1: %{name}-check_int128.patch
-Patch2: %{name}-bsc1065593-llvm4-hack.patch
-Patch3: %{name}-python3.patch
-Patch4: %{name}-bsc1080085-import-readline-from-lib.patch
-Patch5: %{name}-bpf_probe_read-fixes.patch
-Patch6: %{name}-fix-ext4slower.patch
-Patch7: %{name}-prevent-bpf_probe_read-MemberExpre-rewrite.patch
-Patch8: %{name}-fix-tcpaccept.patch
+Patch2: %{name}-python3.patch
+Patch3: %{name}-bsc1080085-import-readline-from-lib.patch
 ExcludeArch:ppc s390
 BuildRequires:  bison
 BuildRequires:  cmake >= 2.8.7
@@ -166,15 +161,8 @@
 %prep
 %setup -D -n %{name}-%{version}
 %patch1 -p1
-%if 0%{?suse_version} > 1320
 %patch2 -p1
-%endif
 %patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
 
 %build
 # Prevent the cpp examples from compilation and installation
@@ -199,6 +187,9 @@
-DREVISION_LAST=%{libversion} \
-DREVISION=%{libversion} \
-DCMAKE_INSTALL_PREFIX=/usr \
+%if 0%{?suse_version} > 1320
+   -DENABLE_LLVM_SHARED=1 \
+%endif
 %if %{with_lua}
-DLUAJIT_INCLUDE_DIR=`pkg-config --variable=includedir luajit` \
-DLUAJIT_LIBRARY=%{_libdir}/lib`pkg-config --variable=libname 
luajit`.so \
@@ -246,11 +237,11 @@
 %{_libdir}/pkgconfig/libbcc.pc
 
 %files -n libbcc0
-%doc LICENSE.txt COPYRIGHT.txt
+%doc LICENSE.txt
 %{_libdir}/libbcc.so.*
 
 %files -n libbpf0
-%doc LICENSE.txt COPYRIGHT.txt
+%doc LICENSE.txt
 %{_libdir}/libbpf.so.*
 
 %files -n python2-bcc

++ bcc-python3.patch ++
 2878 lines (skipped)
 between /work/SRC/openSUSE:Factory/bcc/bcc-python3.patch
 and /work/SRC/openSUSE:Factory/.bcc.new/bcc-python3.patch

++ v0.6.0.tar.gz -> v0.7.0.tar.gz ++
 7172 lines of diff (skipped)




commit singularity for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package singularity for openSUSE:Factory 
checked in at 2018-10-15 10:49:35

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


Package is "singularity"

Mon Oct 15 10:49:35 2018 rev:5 rq:641910 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/singularity/singularity.changes  2017-11-07 
10:04:51.679362472 +0100
+++ /work/SRC/openSUSE:Factory/.singularity.new/singularity.changes 
2018-10-15 10:49:41.254989828 +0200
@@ -1,0 +2,62 @@
+Sun Oct 14 09:03:26 UTC 2018 - e...@suse.com
+
+- Update to version 2.6.0
+  * Allow admin to specify a non-standard location for mksquashfs binary at 
+build time with '--with-mksquashfs' option #1662
+  * '--nv' option will use
+[nvidia-container-cli](https://github.com/NVIDIA/libnvidia-container) if
+installed #1681
+  * [nvliblist.conf]
+
(https://github.com/singularityware/singularity/blob/master/etc/nvliblist.conf)
+now has a section for binaries #1681
+  * '--nv' can be made default with all action commands in singularity.conf
+#1681
+  * '--nv' can be controlled by env vars '$SINGULARITY_NV' and 
+'$SINGULARITY_NV_OFF' #1681
+  * Refactored travis build and packaging tests #1601
+  * Added build and packaging tests for Debian 8/9 and openSUSE 42.3/15.0 #1713
+  * Restore shim init process for proper signal handling and child reaping when
+container is initiated in its own PID namespace #1221
+  * Add '-i' option to image.create to specify the inode ratio. #1759
+  * Bind '/dev/nvidia*' into the container when the '--nv' flag is used in 
+conjuction with the '--contain' flag #1358
+  * Add '--no-home' option to not mount user $HOME if it is not the $CWD and
+'mount home = yes' is set. #1761
+  * Added support for OAUTH2 Docker registries like Azure Container Registry
+#1622
+   ### Bug fixes
+  * Fix 404 when using Arch Linux bootstrap #1731
+  * Fix environment variables clearing while starting instances #1766
+
+---
+Mon Jul  9 16:37:37 UTC 2018 - e...@suse.com
+
+- Use %license instead of %doc for license files on newer products.
+- Fix bash completion path.
+
+---
+Fri Jul  6 08:20:06 UTC 2018 - cg...@suse.com
+
+- Updated from 2.3.2 to 2.5.2
+- Fix security issues for incorrect access control on systems 
+  supporting overlay file system descirbed in CVE-2018-12021 and
+  bsc#1100333
+  Highlights of 2.5.2
+  * a new `build` command was added to replace `create` + 
+`bootstrap`
+  * default image format is squashfs, eliminating the need to 
+specify a size
+  * a `localimage` can be used as a build base, including ext3, 
+sandbox, and other squashfs images
+  * singularity hub can now be used as a base with the uri
+  * Restore docker-extract aufs whiteout handling that implements 
+correct extraction of docker container layers.
+  * several bug fixes, see CHANGELOG.md for details
+- Removed: singularity-2.3.2.tar.gz
+- Added: singularity-2.5.2.tar.gz
+- Removed 'notyet' if conditions in specfile to allow files 
+  introduced in v2.5.2
+- Fixed access control on systems supporting overlay file system
+  (CVE-2018-12021, boo#1100333).
+
+---

Old:

  singularity-2.3.2.tar.gz

New:

  singularity-2.6.0.tar.gz



Other differences:
--
++ singularity.spec ++
--- /var/tmp/diff_new_pack.onGB6i/_old  2018-10-15 10:49:42.750988232 +0200
+++ /var/tmp/diff_new_pack.onGB6i/_new  2018-10-15 10:49:42.750988232 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package singularity
 #
-# 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
@@ -19,8 +19,7 @@
 #
 %define libsingularity libsingularity1
 
-%define git_version 2.3.2
-#%%define not_yet 0
+%define git_version 2.6.0
 
 # slurm build broken
 %define have_slurm 0
@@ -49,6 +48,7 @@
 BuildRequires:  slurm-devel
 %endif
 BuildRequires:  fdupes
+BuildRequires:  libarchive-devel
 BuildRequires:  python
 %{?allow_suid:Requires(pre):  shadow}
 PreReq: permissions >= 20170922
@@ -101,6 +101,9 @@
 # fix broken permissions
 chmod a-x %{buildroot}/%{_libexecdir}/%{name}/python/docker/__init__.py
 chmod a-x %{buildroot}/%{_libexecdir}/%{name}/python/__init__.py
+mkdir -p %{buildroot}/%{_datadir}/bash-completion/completions/
+mv %{buildroot}/%{_sysconfdir}/bash_completion.d/%{name} \
+

commit ansible for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package ansible for openSUSE:Factory checked 
in at 2018-10-15 10:48:50

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


Package is "ansible"

Mon Oct 15 10:48:50 2018 rev:42 rq:641261 version:2.7.0

Changes:

--- /work/SRC/openSUSE:Factory/ansible/ansible.changes  2018-09-18 
11:47:30.715656510 +0200
+++ /work/SRC/openSUSE:Factory/.ansible.new/ansible.changes 2018-10-15 
10:48:56.411037678 +0200
@@ -1,0 +2,22 @@
+Mon Oct 08 06:09:05 UTC 2018 - s...@suspend.net
+
+- update to 2.7.0
+  Major changes:
+  * Allow config to enable native jinja types
+  * Remove support for simplejson
+  * yum and dnf modules now at feature parity
+
+  Minor changes:
+  * Changed the prefix of all Vultr modules from vr to vultr
+  * Enable installroot tests for yum4(dnf) integration testing, dnf backend 
now supports that
+  * Fixed timer in exponential backoff algorithm in vmware.py
+
+  Bugfixes:
+  * Security Fix - avoid loading host/group vars from cwd when not specifying 
a playbook or playbook base dir
+  * Security Fix - avoid using ansible.cfg in a world writable dir
+  * Some connection exception would cause no_log specified on a task to be 
ignored (stdout info disclosure)
+  * Fix glob path of rc.d (SUSE-specific)
+  * Fix lambda_policy updates
+  * Fix alt linux detection/matching
+  
+---

Old:

  ansible-2.6.4.tar.gz

New:

  ansible-2.7.0.tar.gz



Other differences:
--
++ ansible.spec ++
--- /var/tmp/diff_new_pack.5mnrwN/_old  2018-10-15 10:48:57.627036380 +0200
+++ /var/tmp/diff_new_pack.5mnrwN/_new  2018-10-15 10:48:57.631036376 +0200
@@ -14,7 +14,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -36,7 +36,7 @@
 BuildArch:  noarch
 %endif
 Name:   ansible
-Version:2.6.4
+Version:2.7.0
 Release:0
 Summary:Software automation engine
 License:GPL-3.0-or-later

++ ansible-2.6.4.tar.gz -> ansible-2.7.0.tar.gz ++
/work/SRC/openSUSE:Factory/ansible/ansible-2.6.4.tar.gz 
/work/SRC/openSUSE:Factory/.ansible.new/ansible-2.7.0.tar.gz differ: char 6, 
line 1




commit python-fanficfare for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package python-fanficfare for 
openSUSE:Factory checked in at 2018-10-15 10:49:40

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


Package is "python-fanficfare"

Mon Oct 15 10:49:40 2018 rev:2 rq:641956 version:3.0.10+git.1539286261.2b549c5a

Changes:

--- /work/SRC/openSUSE:Factory/python-fanficfare/python-fanficfare.changes  
2018-10-11 11:58:49.125766698 +0200
+++ /work/SRC/openSUSE:Factory/.python-fanficfare.new/python-fanficfare.changes 
2018-10-15 10:49:53.878976362 +0200
@@ -1,0 +2,15 @@
+Sun Oct 14 22:44:11 UTC 2018 - opensuse-packag...@opensuse.org
+
+- Update to version 3.0.10+git.1539286261.2b549c5a:
+  * Bump Test Version 3.0.10
+  * Update strings to translate.
+  * Change adapter_lightnovelgatecom to adapter_novelonlinefullcom for site 
change.  Closes #346
+  * Bump Test Version 3.0.9
+  * Fix adapter_wuxiaworldco date formate for 24 hour clock.  Closes #345
+  * Bump Test Version 3.0.8
+  * Add max_zalgo feature.
+  * Bump Test Version 3.0.7
+  * Handle stories without cover correctly adapter_wwwlushstoriescom. Closes 
#344
+  * Bump Test Version 3.0.6
+
+---

Old:

  FanFicFare-3.0.0.tar.gz

New:

  FanFicFare-3.0.10+git.1539286261.2b549c5a.tar.xz
  _service
  _servicedata



Other differences:
--
++ python-fanficfare.spec ++
--- /var/tmp/diff_new_pack.IUyE46/_old  2018-10-15 10:49:54.558975636 +0200
+++ /var/tmp/diff_new_pack.IUyE46/_new  2018-10-15 10:49:54.562975632 +0200
@@ -20,13 +20,13 @@
 %define upnamedown fanficfare
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-fanficfare
-Version:3.0.0
+Version:3.0.10+git.1539286261.2b549c5a
 Release:0
 Summary:Tool for making eBooks from stories on fanfiction and other 
web sites
 License:GPL-3.0-only
 Group:  Development/Languages/Python
 URL:https://github.com/JimmXinu/FanFicFare
-Source: 
https://files.pythonhosted.org/packages/source/F/%{upname}/%{upname}-%{version}.tar.gz
+Source: %{upname}-%{version}.tar.xz
 BuildRequires:  %{python_module beautifulsoup4}
 BuildRequires:  %{python_module chardet}
 BuildRequires:  %{python_module html2text}

++ _service ++

  
3.0.10+git
https://github.com/JimmXinu/FanFicFare.git
git
.git*
enable
  
  
xz
*.tar
  
  

++ _servicedata ++


https://github.com/JimmXinu/FanFicFare.git
  2b549c5a4db6ed3eba483bb57bc62eaf9dedab97


commit texlive-cjk-latex-extras for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package texlive-cjk-latex-extras for 
openSUSE:Factory checked in at 2018-10-15 10:49:31

Comparing /work/SRC/openSUSE:Factory/texlive-cjk-latex-extras (Old)
 and  /work/SRC/openSUSE:Factory/.texlive-cjk-latex-extras.new (New)


Package is "texlive-cjk-latex-extras"

Mon Oct 15 10:49:31 2018 rev:18 rq:641767 version:20070515

Changes:

--- 
/work/SRC/openSUSE:Factory/texlive-cjk-latex-extras/texlive-cjk-latex-extras.changes
2017-11-14 13:05:27.772869480 +0100
+++ 
/work/SRC/openSUSE:Factory/.texlive-cjk-latex-extras.new/texlive-cjk-latex-extras.changes
   2018-10-15 10:49:34.150997407 +0200
@@ -1,0 +2,5 @@
+Sat Oct 13 02:38:37 UTC 2018 - Marguerite Su 
+
+- use `udpmap -sys` to fix %post scriptlet for Tumbleweed
+
+---



Other differences:
--
++ texlive-cjk-latex-extras.spec ++
--- /var/tmp/diff_new_pack.Q4KMGc/_old  2018-10-15 10:49:34.714996805 +0200
+++ /var/tmp/diff_new_pack.Q4KMGc/_new  2018-10-15 10:49:34.718996801 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texlive-cjk-latex-extras
 #
-# 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -68,7 +68,7 @@
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Summary:Extra fonts and scripts for CJK LaTeX
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Publishing/TeX/Base
 
 %description
@@ -95,7 +95,7 @@
 %post 
 [ -x usr/bin/texhash ] && usr/bin/texhash
 LC_ALL=POSIX /usr/sbin/cjk-latex-config
-/usr/bin/updmap --enable Map=wadalab.map
+/usr/bin/updmap -sys --enable Map=wadalab.map
 exit 0
 
 %postun




commit python-pickleshare for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package python-pickleshare for 
openSUSE:Factory checked in at 2018-10-15 10:48:57

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


Package is "python-pickleshare"

Mon Oct 15 10:48:57 2018 rev:3 rq:641339 version:0.7.5

Changes:

--- /work/SRC/openSUSE:Factory/python-pickleshare/python-pickleshare.changes
2017-07-17 09:09:13.848225434 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pickleshare.new/python-pickleshare.changes   
2018-10-15 10:49:00.243033588 +0200
@@ -1,0 +2,7 @@
+Thu Oct 11 18:48:37 UTC 2018 - Todd R 
+
+- update to version 0.7.5
+  * path.py is no longer used
+  * Fixed test issues
+
+---

Old:

  pickleshare-0.7.4.tar.gz

New:

  pickleshare-0.7.5.tar.gz



Other differences:
--
++ python-pickleshare.spec ++
--- /var/tmp/diff_new_pack.VMndR6/_old  2018-10-15 10:49:00.827032965 +0200
+++ /var/tmp/diff_new_pack.VMndR6/_new  2018-10-15 10:49:00.831032961 +0200
@@ -19,7 +19,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pickleshare
-Version:0.7.4
+Version:0.7.5
 Release:0
 Summary:Tiny shelve-like database with concurrency support
 License:MIT
@@ -37,7 +37,6 @@
 %ifpython2
 Requires:   python-pathlib2
 %endif
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -77,8 +76,8 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE
+%doc README.md
+%license LICENSE
 %{python_sitelib}/pickleshare.py*
 %{python_sitelib}/pickleshare-%{version}-py*.egg-info
 %pycache_only %{python_sitelib}/__pycache__/pickleshare.*.py*

++ pickleshare-0.7.4.tar.gz -> pickleshare-0.7.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pickleshare-0.7.4/PKG-INFO 
new/pickleshare-0.7.5/PKG-INFO
--- old/pickleshare-0.7.4/PKG-INFO  2016-08-13 23:59:03.0 +0200
+++ new/pickleshare-0.7.5/PKG-INFO  2018-09-25 21:16:16.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pickleshare
-Version: 0.7.4
+Version: 0.7.5
 Summary: Tiny 'shelve'-like database with concurrency support
 Home-page: https://github.com/pickleshare/pickleshare
 Author: Ville Vainio
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pickleshare-0.7.4/README.md 
new/pickleshare-0.7.5/README.md
--- old/pickleshare-0.7.4/README.md 1970-01-01 01:00:00.0 +0100
+++ new/pickleshare-0.7.5/README.md 2018-09-25 21:10:17.0 +0200
@@ -0,0 +1,42 @@
+PickleShare - a small 'shelve' like datastore with concurrency support
+
+Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike 
shelve,
+many processes can access the database simultaneously. Changing a value in
+database is immediately visible to other processes accessing the same database.
+
+Concurrency is possible because the values are stored in separate files. Hence
+the "database" is a directory where *all* files are governed by PickleShare.
+
+Both python2 and python3 are supported.
+
+Example usage:
+
+```python
+
+from pickleshare import *
+db = PickleShareDB('~/testpickleshare')
+db.clear()
+print("Should be empty:", db.items())
+db['hello'] = 15
+db['aku ankka'] = [1,2,313]
+db['paths/are/ok/key'] = [1,(5,46)]
+print(db.keys())
+```
+
+This module is certainly not ZODB, but can be used for low-load
+(non-mission-critical) situations where tiny code size trumps the
+advanced features of a "real" object database.
+
+Installation guide: 
+
+```sh
+pip install pickleshare
+```
+
+Or, if installing from source
+
+```sh
+pip install .
+```
+
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pickleshare-0.7.4/pickleshare.egg-info/PKG-INFO 
new/pickleshare-0.7.5/pickleshare.egg-info/PKG-INFO
--- old/pickleshare-0.7.4/pickleshare.egg-info/PKG-INFO 2016-08-13 
23:59:03.0 +0200
+++ new/pickleshare-0.7.5/pickleshare.egg-info/PKG-INFO 2018-09-25 
21:16:16.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pickleshare
-Version: 0.7.4
+Version: 0.7.5
 Summary: Tiny 'shelve'-like database with concurrency support
 Home-page: https://github.com/pickleshare/pickleshare
 Author: Ville Vainio
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pickleshare-0.7.4/pickleshare.egg-info/SOURCES.txt 
new/pickleshare-0.7.5/pickleshare.egg-info/SOURCES.txt
--- old/pickleshare-0.7.4/pickleshare.egg-info/SOURCES.txt  2016-08-13 

commit python-jedi for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package python-jedi for openSUSE:Factory 
checked in at 2018-10-15 10:48:53

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


Package is "python-jedi"

Mon Oct 15 10:48:53 2018 rev:10 rq:641337 version:0.13.1

Changes:

--- /work/SRC/openSUSE:Factory/python-jedi/python-jedi.changes  2018-07-14 
20:24:14.944036294 +0200
+++ /work/SRC/openSUSE:Factory/.python-jedi.new/python-jedi.changes 
2018-10-15 10:48:59.471034412 +0200
@@ -1,0 +2,16 @@
+Thu Oct 11 18:46:48 UTC 2018 - Todd R 
+
+- update to version 0.13.1
+  * Bugfixes, because tensorflow completions were still slow.
+- update to version 0.13.0
+  * A small release. Some bug fixes.
+  * Remove Python 3.3 support. Python 3.3 support has been dropped by the 
Python
+foundation.
+  * Default environments are now using the same Python version as the Python
+process. In 0.12.x, we used to load the latest Python version on the 
system.
+  * Added ``include_builtins`` as a parameter to usages.
+  * ``goto_assignments`` has a new ``follow_builtin_imports`` parameter that
+changes the previous behavior slightly.
+- Remove test_requrements.patch, no longer needed
+
+---

Old:

  jedi-0.12.1.tar.gz
  test_requrements.patch

New:

  jedi-0.13.1.tar.gz



Other differences:
--
++ python-jedi.spec ++
--- /var/tmp/diff_new_pack.7DSsJx/_old  2018-10-15 10:48:59.987033861 +0200
+++ /var/tmp/diff_new_pack.7DSsJx/_new  2018-10-15 10:48:59.991033857 +0200
@@ -20,14 +20,13 @@
 # Compiled file tests only work on particular architectures and only run on 
python 3.4
 %bcond_with tests
 Name:   python-jedi
-Version:0.12.1
+Version:0.13.1
 Release:0
 Summary:An autocompletion tool for Python
 License:MIT AND Python-2.0
 Group:  Development/Languages/Python
 URL:https://github.com/davidhalter/jedi
 Source0:
https://files.pythonhosted.org/packages/source/j/jedi/jedi-%{version}.tar.gz
-Patch0: test_requrements.patch
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -65,7 +64,6 @@
 
 %prep
 %setup -q -n jedi-%{version}
-%patch0 -p1
 
 %build
 %python_build

++ jedi-0.12.1.tar.gz -> jedi-0.13.1.tar.gz ++
 3994 lines of diff (skipped)




commit python-uvloop for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package python-uvloop for openSUSE:Factory 
checked in at 2018-10-15 10:49:00

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


Package is "python-uvloop"

Mon Oct 15 10:49:00 2018 rev:1 rq:641346 version:0.11.2

Changes:

New Changes file:

--- /dev/null   2018-09-06 11:34:12.900627678 +0200
+++ /work/SRC/openSUSE:Factory/.python-uvloop.new/python-uvloop.changes 
2018-10-15 10:49:02.183031518 +0200
@@ -0,0 +1,4 @@
+---
+Thu Oct 11 15:49:36 UTC 2018 - Ondřej Súkup 
+
+- initial package version 0.11.2 

New:

  python-uvloop.changes
  python-uvloop.spec
  uvloop-0.11.2.tar.gz



Other differences:
--
++ python-uvloop.spec ++
#
# spec file for package python-uvloop
#
# 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 https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name:   python-uvloop
Version:0.11.2
Release:0
Summary:Fast implementation of asyncio event loop on top of libuv
License:MIT AND Apache-2.0
Group:  Development/Languages/Python
URL:http://github.com/MagicStack/uvloop
Source: 
https://files.pythonhosted.org/packages/source/u/uvloop/uvloop-%{version}.tar.gz
BuildRequires:  %{python_module Cython >= 0.28}
BuildRequires:  %{python_module aiohttp}
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module psutil}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  pkgconfig
BuildRequires:  python-rpm-macros
BuildRequires:  pkgconfig(libuv)
%python_subpackages

%description
uvloop is a fast, drop-in replacement of the built-in asyncio
event loop.  uvloop is implemented in Cython and uses libuv
under the hood.

%prep
%setup -q -n uvloop-%{version}
# always use cython to generate code
sed -i -e "/self.cython_always/s/False/True/" setup.py
# use system libuv
sed -i -e "/self.use_system_libuv/s/False/True/" setup.py
# No need to ship .c files
sed -i -e "/include_package_data=True/d" setup.py
# To be sure, no 3rd-party stuff
rm -vrf vendor/

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitearch}

%check
python3 setup.py test

%files %{python_files}
%license LICENSE-APACHE LICENSE-MIT
%doc README.rst
%{python_sitearch}/*

%changelog



commit azure-cli-acr for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-acr for openSUSE:Factory 
checked in at 2018-10-15 10:48:44

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


Package is "azure-cli-acr"

Mon Oct 15 10:48:44 2018 rev:4 rq:641241 version:2.1.4

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-acr/azure-cli-acr.changes  
2018-05-13 16:01:01.211186177 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-acr.new/azure-cli-acr.changes 
2018-10-15 10:48:47.563047121 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 08:38:38 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.4
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-acr-2.0.23.tar.gz

New:

  azure-cli-acr-2.1.4.tar.gz



Other differences:
--
++ azure-cli-acr.spec ++
--- /var/tmp/diff_new_pack.dyiwOV/_old  2018-10-15 10:48:48.011046643 +0200
+++ /var/tmp/diff_new_pack.dyiwOV/_new  2018-10-15 10:48:48.011046643 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-acr
-Version:2.0.23
+Version:2.1.4
 Release:0
 Summary:Microsoft Azure CLI 'acr' Command Module
 License:MIT
@@ -34,10 +34,10 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-containerregistry >= 1.0.1
-Requires:   python3-azure-mgmt-resource >= 1.2.1
-Requires:   python3-azure-mgmt-storage >= 1.5.0
+Requires:   python3-azure-mgmt-containerregistry >= 2.1.0
+Requires:   python3-azure-mgmt-storage >= 2.0.0
 Requires:   python3-azure-nspkg
+Requires:   python3-azure-storage-blob >= 1.1.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch

++ azure-cli-acr-2.0.23.tar.gz -> azure-cli-acr-2.1.4.tar.gz ++
 3877 lines of diff (skipped)




commit azure-cli-extension for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-extension for 
openSUSE:Factory checked in at 2018-10-15 10:48:04

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


Package is "azure-cli-extension"

Mon Oct 15 10:48:04 2018 rev:4 rq:641231 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-extension/azure-cli-extension.changes  
2018-05-13 16:02:23.900169305 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-extension.new/azure-cli-extension.changes 
2018-10-15 10:48:06.691090754 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 10:24:12 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-extension-0.0.12.tar.gz

New:

  azure-cli-extension-0.2.1.tar.gz



Other differences:
--
++ azure-cli-extension.spec ++
--- /var/tmp/diff_new_pack.1teW9l/_old  2018-10-15 10:48:07.667089712 +0200
+++ /var/tmp/diff_new_pack.1teW9l/_new  2018-10-15 10:48:07.671089707 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-extension
-Version:0.0.12
+Version:0.2.1
 Release:0
 Summary:Microsoft Azure CLI 'extension' Command Module
 License:MIT
@@ -36,7 +36,7 @@
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-nspkg
 Requires:   python3-pip
-Requires:   python3-wheel
+Requires:   python3-wheel >= 0.30.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch

++ azure-cli-extension-0.0.12.tar.gz -> azure-cli-extension-0.2.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.0.12/HISTORY.rst 
new/azure-cli-extension-0.2.1/HISTORY.rst
--- old/azure-cli-extension-0.0.12/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-extension-0.2.1/HISTORY.rst   2018-07-26 19:30:50.0 
+0200
@@ -3,6 +3,30 @@
 Release History
 ===
 
+0.2.1
++
+* Fix index url failing requests.
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.1.0
++
+* `extension list-available` will only show extensions compatible with CLI 
version.
+
+0.0.15
+++
+* Minor fixes
+
+0.0.14
+++
+* Be more resilient to system error when removing an extension.
+
+0.0.13
+++
+* Pin version of `wheel` so extensions can get metadata shown again.
+
 0.0.12
 ++
 * Linux distro check message should be output to debug instead of warning.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.0.12/PKG-INFO 
new/azure-cli-extension-0.2.1/PKG-INFO
--- old/azure-cli-extension-0.0.12/PKG-INFO 2018-04-06 19:33:38.0 
+0200
+++ new/azure-cli-extension-0.2.1/PKG-INFO  2018-07-26 19:31:58.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-extension
-Version: 0.0.12
+Version: 0.2.1
 Summary: Microsoft Azure Command-Line Tools Extension Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'extension' Command Module
 ==
 
@@ -21,6 +20,30 @@
 Release History
 ===
 
+0.2.1
++
+* Fix index url failing requests.
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.1.0
++
+* `extension list-available` will only show extensions compatible with 
CLI version.
+
+0.0.15
+++
+* Minor fixes
+
+0.0.14
+++
+* Be more resilient to system error when removing an extension.
+
+0.0.13
+++
+* Pin version of `wheel` so extensions can get metadata shown again.
+
 0.0.12
 ++
 * Linux distro check message should be output to debug instead of 
warning.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit azure-cli-cloud for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-cloud for openSUSE:Factory 
checked in at 2018-10-15 10:48:25

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


Package is "azure-cli-cloud"

Mon Oct 15 10:48:25 2018 rev:4 rq:641238 version:2.1.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-cloud/azure-cli-cloud.changes  
2018-05-13 16:01:38.417828699 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-cloud.new/azure-cli-cloud.changes 
2018-10-15 10:48:31.259064525 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 09:10:59 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-cloud-2.0.13.tar.gz

New:

  azure-cli-cloud-2.1.0.tar.gz



Other differences:
--
++ azure-cli-cloud.spec ++
--- /var/tmp/diff_new_pack.siHTq2/_old  2018-10-15 10:48:31.971063765 +0200
+++ /var/tmp/diff_new_pack.siHTq2/_new  2018-10-15 10:48:31.971063765 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-cloud
-Version:2.0.13
+Version:2.1.0
 Release:0
 Summary:Microsoft Azure CLI 'cloud' Command Module
 License:MIT

++ azure-cli-cloud-2.0.13.tar.gz -> azure-cli-cloud-2.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.13/HISTORY.rst 
new/azure-cli-cloud-2.1.0/HISTORY.rst
--- old/azure-cli-cloud-2.0.13/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-cloud-2.1.0/HISTORY.rst   2018-07-14 01:41:34.0 
+0200
@@ -3,9 +3,20 @@
 Release History
 ===
 
-2.0.13
+2.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+2.0.15
+++
+* Add acr login server suffix to cloud config.
+
+2.0.14
 ++
+* Minor fixes
 
+2.0.13
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 2.0.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cloud-2.0.13/PKG-INFO 
new/azure-cli-cloud-2.1.0/PKG-INFO
--- old/azure-cli-cloud-2.0.13/PKG-INFO 2018-04-06 19:33:54.0 +0200
+++ new/azure-cli-cloud-2.1.0/PKG-INFO  2018-07-14 01:41:54.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-cloud
-Version: 2.0.13
+Version: 2.1.0
 Summary: Microsoft Azure Command-Line Tools Cloud Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'cloud' Command Module
 ==
 
@@ -18,9 +17,20 @@
 Release History
 ===
 
-2.0.13
+2.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+2.0.15
+++
+* Add acr login server suffix to cloud config.
+
+2.0.14
 ++
+* Minor fixes
 
+2.0.13
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 2.0.12
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cloud-2.0.13/azure/cli/command_modules/cloud/__init__.py 
new/azure-cli-cloud-2.1.0/azure/cli/command_modules/cloud/__init__.py
--- old/azure-cli-cloud-2.0.13/azure/cli/command_modules/cloud/__init__.py  
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-cloud-2.1.0/azure/cli/command_modules/cloud/__init__.py   
2018-07-14 01:41:34.0 +0200
@@ -24,7 +24,7 @@
 
 with self.command_group('cloud', cloud_custom) as g:
 g.command('list', 'list_clouds')
-g.command('show', 'show_cloud')
+g.show_command('show', 'show_cloud')
 g.command('register', 'register_cloud')
 g.command('unregister', 'unregister_cloud')
 g.command('set', 'set_cloud')
@@ -56,6 +56,8 @@
 c.argument('suffix_keyvault_dns', help='The Key Vault service dns 
suffix')
 c.argument('suffix_azure_datalake_store_file_system_endpoint', 
help='The Data Lake store filesystem 

commit azure-cli-resource for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-resource for 
openSUSE:Factory checked in at 2018-10-15 10:48:01

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


Package is "azure-cli-resource"

Mon Oct 15 10:48:01 2018 rev:4 rq:641230 version:2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-resource/azure-cli-resource.changes
2018-05-13 16:03:08.754532847 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-resource.new/azure-cli-resource.changes   
2018-10-15 10:48:01.947095820 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 14:08:12 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.3
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-resource-2.0.27.tar.gz

New:

  azure-cli-resource-2.1.3.tar.gz



Other differences:
--
++ azure-cli-resource.spec ++
--- /var/tmp/diff_new_pack.JyEAUi/_old  2018-10-15 10:48:02.319095422 +0200
+++ /var/tmp/diff_new_pack.JyEAUi/_new  2018-10-15 10:48:02.319095422 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-resource
-Version:2.0.27
+Version:2.1.3
 Release:0
 Summary:Microsoft Azure CLI 'resource' Command Module
 License:MIT
@@ -34,8 +34,8 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-authorization >= 0.40.0
-Requires:   python3-azure-mgmt-resource >= 1.2.1
+Requires:   python3-azure-mgmt-authorization >= 0.50.0
+Requires:   python3-azure-mgmt-managementgroups >= 0.1.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 

++ azure-cli-resource-2.0.27.tar.gz -> azure-cli-resource-2.1.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-resource-2.0.27/HISTORY.rst 
new/azure-cli-resource-2.1.3/HISTORY.rst
--- old/azure-cli-resource-2.0.27/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-resource-2.1.3/HISTORY.rst2018-08-23 01:07:57.0 
+0200
@@ -2,6 +2,47 @@
 
 Release History
 ===
+2.1.3
++
+* `provider operation show`: exception handling to exit with code 3 upon a 
missing resource for consistency.
+
+2.1.2
++
+* Minor changes
+
+2.1.1
++
+* `group deployment create`: Add `--rollback-on-error` to execute a known-good 
deployment on error.
+* `group deployment create`: Fix issue where `--parameters {}` resulted in an 
error.
+
+2.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+* `group deployment delete`: Add `--no-wait` support.
+* `deployment delete`: Add `--no-wait` support.
+* Added `deployment wait` command.
+* Fix issue where the subscription-level `az deployment` commands erroneously 
appeared for profile 2017-03-09-profile.
+
+2.0.32
+++
+* Support deployment at subscription scope: new operation group `deployment`.
+
+2.0.31
+++
+* Minor changes
+
+2.0.30
+++
+*  add `account management-group` commands.
+
+2.0.29
+++
+* Minor changes
+
+2.0.28
+++
+* Minor changes
+
 2.0.27
 ++
 * `policy definition create`: Add support for `--metadata`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-resource-2.0.27/PKG-INFO 
new/azure-cli-resource-2.1.3/PKG-INFO
--- old/azure-cli-resource-2.0.27/PKG-INFO  2018-04-06 19:33:47.0 
+0200
+++ new/azure-cli-resource-2.1.3/PKG-INFO   2018-08-23 01:09:32.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-resource
-Version: 2.0.27
+Version: 2.1.3
 Summary: Microsoft Azure Command-Line Tools Resource Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'resource' Command Module
 =
 
@@ -20,6 +19,47 @@
 
 Release History
 ===
+2.1.3
++
+* `provider operation show`: exception handling to exit with code 3 
upon a missing resource for consistency.
+
+ 

commit azure-cli-appservice for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-appservice for 
openSUSE:Factory checked in at 2018-10-15 10:48:32

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


Package is "azure-cli-appservice"

Mon Oct 15 10:48:32 2018 rev:4 rq:641239 version:0.2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/azure-cli-appservice/azure-cli-appservice.changes
2018-05-13 16:01:11.998792592 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-appservice.new/azure-cli-appservice.changes
   2018-10-15 10:48:40.315054857 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 08:46:56 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.3
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-appservice-0.1.31.tar.gz

New:

  azure-cli-appservice-0.2.3.tar.gz



Other differences:
--
++ azure-cli-appservice.spec ++
--- /var/tmp/diff_new_pack.erWThY/_old  2018-10-15 10:48:41.055054068 +0200
+++ /var/tmp/diff_new_pack.erWThY/_new  2018-10-15 10:48:41.083054038 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-appservice
-Version:0.1.31
+Version:0.2.3
 Release:0
 Summary:Microsoft Azure CLI 'appservice' Command Module
 License:MIT
@@ -34,10 +34,12 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-containerregistry >= 1.0.1
+Requires:   python3-azure-mgmt-containerregistry >= 2.1.0
+Requires:   python3-azure-mgmt-storage >= 2.0.0
 Requires:   python3-azure-mgmt-web >= 0.35.0
 Requires:   python3-azure-nspkg
 Requires:   python3-pyOpenSSL
+Requires:   python3-six
 Requires:   python3-urllib3 >= 1.18
 Requires:   python3-xmltodict
 Conflicts:  azure-cli < 2.0.0

++ azure-cli-appservice-0.1.31.tar.gz -> azure-cli-appservice-0.2.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-appservice-0.1.31/HISTORY.rst 
new/azure-cli-appservice-0.2.3/HISTORY.rst
--- old/azure-cli-appservice-0.1.31/HISTORY.rst 2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-appservice-0.2.3/HISTORY.rst  2018-08-23 01:07:57.0 
+0200
@@ -2,6 +2,52 @@
 
 Release History
 ===
+
+0.2.3
++
+* support CORS on functionapp & webapp
+* arm tag support on create commands
+* `webapp/functionapp identity show`: exception handling to exit with code 3 
upon a missing resource for consistency
+
+0.2.2
++
+* fix a bug that prevent from creating a function-app using storage accounts 
in external resource groups
+* fix a crash on zip deployment
+
+0.2.1
++
+* Minor fixes.
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+* appservice: allow PremiumV2 skus
+
+0.1.36
+++
+* webapp/functionapp: Adding support for disabling identity az webapp identity 
remove. Preview tag removed for Identity feature.
+
+0.1.35
+++
+* dependencies: remove the cap on the urllib as newer requests was released
+* functionapp create: support to use appservice plan from external resource 
groups
+
+0.1.34
+++
+* dependencies: cap the urllib to 1.22 to avoid conflit with requests 2.18.4
+
+0.1.33
+++
+* webapp/functionapp: improve generic update commands
+* webapp/functionapp: webapp deployment source config-zip supports async 
operation with status updates for long running operation 
+
+0.1.32
+++
+* webapp: fix a bug in `az webapp delete` when `--slot` is provided
+* webapp: remove `--runtime-version` from `az webapp auth update` as it's not 
very public ready
+* webapp: az webapp config set support for min_tls_version & https2.0
+* webapp: az webapp create support for multicontainers
+
 0.1.31
 ++
 * (Breaking change): remove `assign-identity` which was tagged `deprecating` 2 
releases ago
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-appservice-0.1.31/PKG-INFO 
new/azure-cli-appservice-0.2.3/PKG-INFO
--- old/azure-cli-appservice-0.1.31/PKG-INFO2018-04-06 19:33:30.0 
+0200
+++ new/azure-cli-appservice-0.2.3/PKG-INFO 2018-08-23 01:09:29.0 
+0200

commit azure-cli-acs for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-acs for openSUSE:Factory 
checked in at 2018-10-15 10:48:47

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


Package is "azure-cli-acs"

Mon Oct 15 10:48:47 2018 rev:4 rq:641242 version:2.3.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-acs/azure-cli-acs.changes  
2018-05-13 16:01:04.647060819 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-acs.new/azure-cli-acs.changes 
2018-10-15 10:48:49.527045025 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 08:42:56 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.3.2
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-acs-2.0.31.tar.gz

New:

  azure-cli-acs-2.3.2.tar.gz



Other differences:
--
++ azure-cli-acs.spec ++
--- /var/tmp/diff_new_pack.T2AwSz/_old  2018-10-15 10:48:49.911044615 +0200
+++ /var/tmp/diff_new_pack.T2AwSz/_new  2018-10-15 10:48:49.915044611 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-acs
-Version:2.0.31
+Version:2.3.2
 Release:0
 Summary:Microsoft Azure CLI 'acs' Command Module
 License:MIT
@@ -34,13 +34,13 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-PyYAML
+Requires:   python3-PyYAML >= 3.13
 Requires:   python3-azure-graphrbac >= 0.40.0
-Requires:   python3-azure-mgmt-authorization >= 0.40.0
-Requires:   python3-azure-mgmt-compute >= 4.0.0rc1
-Requires:   python3-azure-mgmt-containerservice >= 3.0.1
+Requires:   python3-azure-mgmt-authorization >= 0.50.0
+Requires:   python3-azure-mgmt-compute >= 4.0.0
+Requires:   python3-azure-mgmt-containerservice >= 4.2.2
 Requires:   python3-azure-nspkg
-Requires:   python3-paramiko
+Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-scp
 Requires:   python3-six
 Requires:   python3-sshtunnel

++ azure-cli-acs-2.0.31.tar.gz -> azure-cli-acs-2.3.2.tar.gz ++
 1947 lines of diff (skipped)




commit azure-cli-dls for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-dls for openSUSE:Factory 
checked in at 2018-10-15 10:48:15

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


Package is "azure-cli-dls"

Mon Oct 15 10:48:15 2018 rev:4 rq:641235 version:0.1.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dls/azure-cli-dls.changes  
2018-05-13 16:02:13.456550332 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-dls.new/azure-cli-dls.changes 
2018-10-15 10:48:18.455078194 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 10:15:23 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.1.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-dls-0.0.21.tar.gz

New:

  azure-cli-dls-0.1.1.tar.gz



Other differences:
--
++ azure-cli-dls.spec ++
--- /var/tmp/diff_new_pack.quWtQ3/_old  2018-10-15 10:48:19.003077609 +0200
+++ /var/tmp/diff_new_pack.quWtQ3/_new  2018-10-15 10:48:19.007077604 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-dls
-Version:0.0.21
+Version:0.1.1
 Release:0
 Summary:Microsoft Azure CLI 'data lake store' Command Module
 License:MIT
@@ -34,7 +34,7 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-datalake-store >= 0.0.19
+Requires:   python3-azure-datalake-store >= 0.0.27
 Requires:   python3-azure-mgmt-datalake-store >= 0.2.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0

++ azure-cli-dls-0.0.21.tar.gz -> azure-cli-dls-0.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dls-0.0.21/HISTORY.rst 
new/azure-cli-dls-0.1.1/HISTORY.rst
--- old/azure-cli-dls-0.0.21/HISTORY.rst2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-dls-0.1.1/HISTORY.rst 2018-08-23 01:07:57.0 +0200
@@ -3,9 +3,24 @@
 Release History
 ===
 
-0.0.21
+0.1.1
++
+* Minor fixes
+
+0.1.0
+++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.0.23
 ++
+* Minor fixes.
 
+0.0.22
+++
+* Minor fixes.
+
+0.0.21
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.0.20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dls-0.0.21/PKG-INFO 
new/azure-cli-dls-0.1.1/PKG-INFO
--- old/azure-cli-dls-0.0.21/PKG-INFO   2018-04-06 19:33:37.0 +0200
+++ new/azure-cli-dls-0.1.1/PKG-INFO2018-08-23 01:09:11.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-dls
-Version: 0.0.21
+Version: 0.1.1
 Summary: Microsoft Azure Command-Line Tools Data Lake Store Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'data lake store' Command Module
 
 
@@ -21,9 +20,24 @@
 Release History
 ===
 
-0.0.21
+0.1.1
++
+* Minor fixes
+
+0.1.0
+++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.0.23
 ++
+* Minor fixes.
 
+0.0.22
+++
+* Minor fixes.
+
+0.0.21
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.0.20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-dls-0.0.21/azure/cli/command_modules/dls/_help.py 
new/azure-cli-dls-0.1.1/azure/cli/command_modules/dls/_help.py
--- old/azure-cli-dls-0.0.21/azure/cli/command_modules/dls/_help.py 
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-dls-0.1.1/azure/cli/command_modules/dls/_help.py  
2018-08-23 01:07:57.0 +0200
@@ -1,3 +1,4 @@
+# coding=utf-8
 # 

 # Copyright (c) Microsoft Corporation. All rights reserved.
 # 

commit azure-cli-network for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-network for 
openSUSE:Factory checked in at 2018-10-15 10:47:57

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


Package is "azure-cli-network"

Mon Oct 15 10:47:57 2018 rev:3 rq:641229 version:2.2.4

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-network/azure-cli-network.changes  
2018-02-14 09:31:35.199556875 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-network.new/azure-cli-network.changes 
2018-10-15 10:48:00.759097088 +0200
@@ -1,0 +2,10 @@
+Mon Sep 17 12:13:52 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 5.0.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-network-2.0.22.tar.gz

New:

  azure-cli-network-2.2.4.tar.gz



Other differences:
--
++ azure-cli-network.spec ++
--- /var/tmp/diff_new_pack.ZWtLNC/_old  2018-10-15 10:48:01.671096114 +0200
+++ /var/tmp/diff_new_pack.ZWtLNC/_new  2018-10-15 10:48:01.679096106 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-network
-Version:2.0.22
+Version:2.2.4
 Release:0
 Summary:Microsoft Azure CLI 'network' Command Module
 License:MIT
@@ -32,14 +32,12 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-dns >= 1.2.0
-Requires:   python3-azure-mgmt-network >= 1.7.0
-Requires:   python3-azure-mgmt-resource >= 1.2.1
-Requires:   python3-azure-mgmt-trafficmanager >= 0.40.0
+Requires:   python3-azure-mgmt-dns >= 2.0.0
+Requires:   python3-azure-mgmt-network >= 2.0.0
+Requires:   python3-azure-mgmt-trafficmanager >= 0.50.0
 Requires:   python3-azure-nspkg
-# Upstream issue https://github.com/Azure/azure-cli/issues/4800
-Requires:   azure-cli-core
 Requires:   python3-mock
 Conflicts:  azure-cli < 2.0.0
 
@@ -69,7 +67,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/network
 %{python3_sitelib}/azure_cli_network-*.egg-info
 

++ azure-cli-network-2.0.22.tar.gz -> azure-cli-network-2.2.4.tar.gz ++
 8101 lines of diff (skipped)




commit azure-cli-advisor for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-advisor for 
openSUSE:Factory checked in at 2018-10-15 10:48:40

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


Package is "azure-cli-advisor"

Mon Oct 15 10:48:40 2018 rev:3 rq:641240 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-advisor/azure-cli-advisor.changes  
2018-05-13 16:01:05.771019812 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-advisor.new/azure-cli-advisor.changes 
2018-10-15 10:48:44.611050272 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 08:45:01 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.6.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-advisor-0.5.1.tar.gz

New:

  azure-cli-advisor-0.6.0.tar.gz



Other differences:
--
++ azure-cli-advisor.spec ++
--- /var/tmp/diff_new_pack.IeFB5G/_old  2018-10-15 10:48:45.063049790 +0200
+++ /var/tmp/diff_new_pack.IeFB5G/_new  2018-10-15 10:48:45.071049781 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-advisor
-Version:0.5.1
+Version:0.6.0
 Release:0
 Summary:Microsoft Azure CLI 'advisor' Command Module
 License:MIT

++ azure-cli-advisor-0.5.1.tar.gz -> azure-cli-advisor-0.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-advisor-0.5.1/HISTORY.rst 
new/azure-cli-advisor-0.6.0/HISTORY.rst
--- old/azure-cli-advisor-0.5.1/HISTORY.rst 2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-advisor-0.6.0/HISTORY.rst 2018-07-14 01:41:34.0 
+0200
@@ -3,9 +3,16 @@
 Release History
 ===
 
-0.5.1
+0.6.0
 +
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.5.2
+++
+* Minor fixes.
 
+0.5.1
++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-advisor-0.5.1/PKG-INFO 
new/azure-cli-advisor-0.6.0/PKG-INFO
--- old/azure-cli-advisor-0.5.1/PKG-INFO2018-04-06 19:33:43.0 
+0200
+++ new/azure-cli-advisor-0.6.0/PKG-INFO2018-07-14 01:41:50.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-advisor
-Version: 0.5.1
+Version: 0.6.0
 Summary: Microsoft Azure Command-Line Tools Advisor Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'advisor' Command Module
 
 
@@ -19,9 +18,16 @@
 Release History
 ===
 
-0.5.1
+0.6.0
 +
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.5.2
+++
+* Minor fixes.
 
+0.5.1
++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.5.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-advisor-0.5.1/azure/cli/command_modules/advisor/_help.py 
new/azure-cli-advisor-0.6.0/azure/cli/command_modules/advisor/_help.py
--- old/azure-cli-advisor-0.5.1/azure/cli/command_modules/advisor/_help.py  
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-advisor-0.6.0/azure/cli/command_modules/advisor/_help.py  
2018-07-14 01:41:34.0 +0200
@@ -1,3 +1,4 @@
+# coding=utf-8
 # 

 # Copyright (c) Microsoft Corporation. All rights reserved.
 # Licensed under the MIT License. See License.txt in the project root for 
license information.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-advisor-0.5.1/azure/cli/command_modules/advisor/commands.py 
new/azure-cli-advisor-0.6.0/azure/cli/command_modules/advisor/commands.py
--- old/azure-cli-advisor-0.5.1/azure/cli/command_modules/advisor/commands.py   
2018-04-06 19:33:13.0 +0200
+++ 

commit azure-cli for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli for openSUSE:Factory 
checked in at 2018-10-15 10:48:09

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


Package is "azure-cli"

Mon Oct 15 10:48:09 2018 rev:4 rq:641233 version:2.0.45

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli/azure-cli.changes  2018-05-13 
16:00:57.379325983 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli.new/azure-cli.changes 2018-10-15 
10:48:09.539087713 +0200
@@ -1,0 +2,9 @@
+Mon Oct  1 14:57:49 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.45
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-2.0.31.tar.gz

New:

  azure-cli-2.0.45.tar.gz



Other differences:
--
++ azure-cli.spec ++
--- /var/tmp/diff_new_pack.EMTifZ/_old  2018-10-15 10:48:09.955087269 +0200
+++ /var/tmp/diff_new_pack.EMTifZ/_new  2018-10-15 10:48:09.959087265 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli
-Version:2.0.31
+Version:2.0.45
 Release:0
 Summary:Microsoft Azure CLI 2.0
 License:MIT
@@ -34,6 +34,7 @@
 Requires:   azure-cli-acr
 Requires:   azure-cli-acs
 Requires:   azure-cli-advisor
+Requires:   azure-cli-ams
 Requires:   azure-cli-appservice
 Requires:   azure-cli-backup
 Requires:   azure-cli-batch
@@ -49,6 +50,7 @@
 Requires:   azure-cli-cosmosdb
 Requires:   azure-cli-dla
 Requires:   azure-cli-dls
+Requires:   azure-cli-dms
 Requires:   azure-cli-eventgrid
 Requires:   azure-cli-eventhubs
 Requires:   azure-cli-extension
@@ -67,6 +69,7 @@
 Requires:   azure-cli-reservations
 Requires:   azure-cli-resource
 Requires:   azure-cli-role
+Requires:   azure-cli-search
 Requires:   azure-cli-servicebus
 Requires:   azure-cli-servicefabric
 Requires:   azure-cli-sql

++ azure-cli-2.0.31.tar.gz -> azure-cli-2.0.45.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.31/HISTORY.rst 
new/azure-cli-2.0.45/HISTORY.rst
--- old/azure-cli-2.0.31/HISTORY.rst2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-2.0.45/HISTORY.rst2018-08-23 01:07:57.0 +0200
@@ -3,6 +3,62 @@
 Release History
 ===
 
+2.0.45
+++
+* Minor fixes
+
+2.0.44
+++
+* Minor fixes
+
+2.0.43
+++
+* Minor fixes
+
+2.0.42
+++
+* Minor fixes
+
+2.0.41
+++
+* Minor fixes
+
+2.0.40
+++
+* Minor fixes
+
+2.0.39
+++
+* MSI packaging change
+
+2.0.38
+++
+* Minor fixes
+
+2.0.37
+++
+* Minor fixes
+
+2.0.36
+++
+* Minor fixes
+
+2.0.35
+++
+* Minor fixes
+
+2.0.34
+++
+* Minor fixes
+
+2.0.33
+++
+* Minor fixes
+
+2.0.32
+++
+* Minor fixes
+
 2.0.31
 ++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-2.0.31/PKG-INFO 
new/azure-cli-2.0.45/PKG-INFO
--- old/azure-cli-2.0.31/PKG-INFO   2018-04-06 19:33:16.0 +0200
+++ new/azure-cli-2.0.45/PKG-INFO   2018-08-23 01:09:04.0 +0200
@@ -1,16 +1,15 @@
 Metadata-Version: 1.1
 Name: azure-cli
-Version: 2.0.31
+Version: 2.0.45
 Summary: Microsoft Azure Command-Line Tools
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
-Description: Microsoft Azure CLI 2.0
-===
+Description: Microsoft Azure CLI
+===
 
-A great cloud needs great tools; we're excited to introduce *Azure CLI 
2.0*, our next generation multi-platform command line experience for Azure.
+A great cloud needs great tools; we're excited to introduce *Azure 
CLI*, our next generation multi-platform command line experience for Azure.
 
 Usage
 =
@@ -38,7 +37,7 @@
 Highlights
 ===
 
-Here are a few features and concepts that can help you get the most 
out of the Azure CLI 2.0
+Here are a few features and concepts that can help you get the most 
out of the Azure CLI.
 
 The following examples are showing using the ``--output table`` 
format, you can 

commit azure-cli-iot for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-iot for openSUSE:Factory 
checked in at 2018-10-15 10:48:12

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


Package is "azure-cli-iot"

Mon Oct 15 10:48:12 2018 rev:4 rq:641234 version:0.3.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-iot/azure-cli-iot.changes  
2018-05-13 16:02:36.587706413 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-iot.new/azure-cli-iot.changes 
2018-10-15 10:48:15.387081469 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 11:44:17 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.3.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-iot-0.1.19.tar.gz

New:

  azure-cli-iot-0.3.1.tar.gz



Other differences:
--
++ azure-cli-iot.spec ++
--- /var/tmp/diff_new_pack.t6tuh1/_old  2018-10-15 10:48:15.911080910 +0200
+++ /var/tmp/diff_new_pack.t6tuh1/_new  2018-10-15 10:48:15.915080906 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-iot
-Version:0.1.19
+Version:0.3.1
 Release:0
 Summary:Microsoft Azure CLI 'iot' Command Module
 License:MIT
@@ -34,8 +34,8 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-iothub >= 0.4.0
-Requires:   python3-azure-mgmt-iothubprovisioningservices >= 0.1.0
+Requires:   python3-azure-mgmt-iothub >= 0.5.0
+Requires:   python3-azure-mgmt-iothubprovisioningservices >= 0.2.0
 Requires:   python3-azure-nspkg
 Requires:   python3-pyOpenSSL
 Conflicts:  azure-cli < 2.0.0

++ azure-cli-iot-0.1.19.tar.gz -> azure-cli-iot-0.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-iot-0.1.19/HISTORY.rst 
new/azure-cli-iot-0.3.1/HISTORY.rst
--- old/azure-cli-iot-0.1.19/HISTORY.rst2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-iot-0.3.1/HISTORY.rst 2018-08-23 01:07:57.0 +0200
@@ -3,6 +3,37 @@
 Release History
 ===
 
+0.3.1
++
+* Increment DPS mgmt SDK requirement
+* Fix internal breaking changes for SDK usage patterns
+* Apply work around (back rev API) for assocating a linked-hub due to 
swagger/sdk mismatch with API.
+* Update tests and DPS recording
+
+0.3.0
++
+* BREAKING CHANGE: Removed deprecated commands which have moved to the iot 
extension
+* Updated elements to not assume azure-devices.net domain
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.1.22
+++
+* Minor fixes.
+
+0.1.21
+++
+
+* Adds support for creating Basic Tier IoT Hubs.
+* Updates to Azure SDK 0.5.0
+
+0.1.20
+++
+
+* Minor fixes to compat with msrest 0.4.28
+
 0.1.19
 ++
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-iot-0.1.19/PKG-INFO 
new/azure-cli-iot-0.3.1/PKG-INFO
--- old/azure-cli-iot-0.1.19/PKG-INFO   2018-04-06 19:33:52.0 +0200
+++ new/azure-cli-iot-0.3.1/PKG-INFO2018-08-23 01:09:41.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-iot
-Version: 0.1.19
+Version: 0.3.1
 Summary: Microsoft Azure Command-Line Tools IoT Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'iot' Command Module
 
 
@@ -21,6 +20,37 @@
 Release History
 ===
 
+0.3.1
++
+* Increment DPS mgmt SDK requirement
+* Fix internal breaking changes for SDK usage patterns
+* Apply work around (back rev API) for assocating a linked-hub due to 
swagger/sdk mismatch with API.
+* Update tests and DPS recording
+
+0.3.0
++
+* BREAKING CHANGE: Removed deprecated commands which have moved to the 
iot extension
+* Updated elements to not assume azure-devices.net domain
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail 

commit azure-cli-batch for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-batch for openSUSE:Factory 
checked in at 2018-10-15 10:48:18

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


Package is "azure-cli-batch"

Mon Oct 15 10:48:18 2018 rev:4 rq:641236 version:3.3.3

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-batch/azure-cli-batch.changes  
2018-05-13 16:01:16.974611049 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-batch.new/azure-cli-batch.changes 
2018-10-15 10:48:21.183075281 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 08:50:57 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 3.3.3
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-batch-3.2.0.tar.gz

New:

  azure-cli-batch-3.3.3.tar.gz



Other differences:
--
++ azure-cli-batch.spec ++
--- /var/tmp/diff_new_pack.NPYp26/_old  2018-10-15 10:48:21.699074731 +0200
+++ /var/tmp/diff_new_pack.NPYp26/_new  2018-10-15 10:48:21.703074726 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-batch
-Version:3.2.0
+Version:3.3.3
 Release:0
 Summary:Microsoft Azure CLI 'batch' Command Module
 License:MIT
@@ -34,9 +34,9 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-batch >= 4.1.1
-Requires:   python3-azure-mgmt-batch >= 4.1.0
-Requires:   python3-azure-mgmt-keyvault >= 0.40.0
+Requires:   python3-azure-batch >= 4.1.3
+Requires:   python3-azure-mgmt-batch >= 5.0.1
+Requires:   python3-azure-mgmt-keyvault >= 1.1.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 

++ azure-cli-batch-3.2.0.tar.gz -> azure-cli-batch-3.3.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-batch-3.2.0/HISTORY.rst 
new/azure-cli-batch-3.3.3/HISTORY.rst
--- old/azure-cli-batch-3.2.0/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-batch-3.3.3/HISTORY.rst   2018-08-23 01:07:57.0 
+0200
@@ -3,8 +3,50 @@
 Release History
 ===
 
+3.3.3
++
+* Update Batch Management SDK dependency
+
+3.3.2
++
+* Update Key Vault SDK dependency
+
+3.3.1
++
+* Fix bug when show AAD token in cloudshell
+
+3.3.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+* Fix bug on using token credential on cloud shell mode
+* When use json file as input parameter, deserialize content with case 
insentive.
+
+3.2.6
++
+* Minor fixes
+
+3.2.5
++
+* Minor fixes
+
+3.2.4
++
+* Remove azure-batch-extensions dependency.
+
+3.2.3
++
+* Fixed bug in Pool list table formatting: issue #4378.
+
+3.2.2
++
+* Updated to Batch SDK 4.1.2.
+
+3.2.1
++
+* Minor fixes.
+
 3.2.0
-++
++
 * Updated to Batch SDK 4.1.1.
 * `sdist` is now compatible with wheel 0.31.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-batch-3.2.0/PKG-INFO 
new/azure-cli-batch-3.3.3/PKG-INFO
--- old/azure-cli-batch-3.2.0/PKG-INFO  2018-04-06 19:33:26.0 +0200
+++ new/azure-cli-batch-3.3.3/PKG-INFO  2018-08-23 01:10:04.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-batch
-Version: 3.2.0
+Version: 3.3.3
 Summary: Microsoft Azure Command-Line Tools Batch Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'batch' Command Module
 ==
 
@@ -21,8 +20,50 @@
 Release History
 ===
 
+3.3.3
++
+* Update Batch Management SDK dependency
+
+3.3.2
++
+* Update Key Vault SDK dependency
+
+3.3.1
++
+* Fix bug when show AAD token in cloudshell
+
+3.3.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+* Fix bug on using token credential on cloud shell 

commit azure-cli-eventgrid for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-eventgrid for 
openSUSE:Factory checked in at 2018-10-15 10:48:06

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


Package is "azure-cli-eventgrid"

Mon Oct 15 10:48:06 2018 rev:4 rq:641232 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-eventgrid/azure-cli-eventgrid.changes  
2018-05-13 16:02:16.048455768 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-eventgrid.new/azure-cli-eventgrid.changes 
2018-10-15 10:48:08.811088490 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 10:17:22 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-eventgrid-0.1.12.tar.gz

New:

  azure-cli-eventgrid-0.2.0.tar.gz



Other differences:
--
++ azure-cli-eventgrid.spec ++
--- /var/tmp/diff_new_pack.Fv7zlz/_old  2018-10-15 10:48:09.291087978 +0200
+++ /var/tmp/diff_new_pack.Fv7zlz/_new  2018-10-15 10:48:09.295087974 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-eventgrid
-Version:0.1.12
+Version:0.2.0
 Release:0
 Summary:Microsoft Azure CLI 'eventgrid' Command Module
 License:MIT

++ azure-cli-eventgrid-0.1.12.tar.gz -> azure-cli-eventgrid-0.2.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-eventgrid-0.1.12/HISTORY.rst 
new/azure-cli-eventgrid-0.2.0/HISTORY.rst
--- old/azure-cli-eventgrid-0.1.12/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-eventgrid-0.2.0/HISTORY.rst   2018-07-14 01:41:34.0 
+0200
@@ -3,9 +3,16 @@
 Release History
 ===
 
-0.1.12
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.1.13
 ++
+* Minor fixes.
 
+0.1.12
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.1.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-eventgrid-0.1.12/PKG-INFO 
new/azure-cli-eventgrid-0.2.0/PKG-INFO
--- old/azure-cli-eventgrid-0.1.12/PKG-INFO 2018-04-06 19:33:38.0 
+0200
+++ new/azure-cli-eventgrid-0.2.0/PKG-INFO  2018-07-14 01:41:43.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-eventgrid
-Version: 0.1.12
+Version: 0.2.0
 Summary: Microsoft Azure Command-Line Tools EventGrid Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'eventgrid' Command Module
 ===
 
@@ -21,9 +20,16 @@
 Release History
 ===
 
-0.1.12
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.1.13
 ++
+* Minor fixes.
 
+0.1.12
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.1.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-eventgrid-0.1.12/azure/cli/command_modules/eventgrid/_help.py 
new/azure-cli-eventgrid-0.2.0/azure/cli/command_modules/eventgrid/_help.py
--- old/azure-cli-eventgrid-0.1.12/azure/cli/command_modules/eventgrid/_help.py 
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-eventgrid-0.2.0/azure/cli/command_modules/eventgrid/_help.py  
2018-07-14 01:41:34.0 +0200
@@ -1,3 +1,4 @@
+# coding=utf-8
 # 

 # Copyright (c) Microsoft Corporation. All rights reserved.
 # Licensed under the MIT License. See License.txt in the project root for 
license information.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-eventgrid-0.1.12/azure/cli/command_modules/eventgrid/commands.py 
new/azure-cli-eventgrid-0.2.0/azure/cli/command_modules/eventgrid/commands.py
--- 
old/azure-cli-eventgrid-0.1.12/azure/cli/command_modules/eventgrid/commands.py  

commit azure-cli-backup for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-backup for 
openSUSE:Factory checked in at 2018-10-15 10:48:21

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


Package is "azure-cli-backup"

Mon Oct 15 10:48:21 2018 rev:4 rq:641237 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-backup/azure-cli-backup.changes
2018-05-13 16:01:12.994756254 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-backup.new/azure-cli-backup.changes   
2018-10-15 10:48:22.731073629 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 08:49:14 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 1.2.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-backup-1.1.1.tar.gz

New:

  azure-cli-backup-1.2.1.tar.gz



Other differences:
--
++ azure-cli-backup.spec ++
--- /var/tmp/diff_new_pack.rI9Uup/_old  2018-10-15 10:48:24.279071976 +0200
+++ /var/tmp/diff_new_pack.rI9Uup/_new  2018-10-15 10:48:24.279071976 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-backup
-Version:1.1.1
+Version:1.2.1
 Release:0
 Summary:Microsoft Azure CLI 'backup' Command Module
 License:MIT

++ azure-cli-backup-1.1.1.tar.gz -> azure-cli-backup-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.1.1/HISTORY.rst 
new/azure-cli-backup-1.2.1/HISTORY.rst
--- old/azure-cli-backup-1.1.1/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-backup-1.2.1/HISTORY.rst  2018-08-23 01:07:57.0 
+0200
@@ -3,9 +3,20 @@
 Release History
 ===
 
-1.1.1
+1.2.1
++
+* `backup vault backup-properties show`: exception handling to exit with code 
3 upon a missing resource for consistency.
+
+1.2.0
 +
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
 
+1.1.2
+++
+* Minor fixes.
+
+1.1.1
++
 * `sdist` is now compatible with wheel 0.31.0
 
 1.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.1.1/PKG-INFO 
new/azure-cli-backup-1.2.1/PKG-INFO
--- old/azure-cli-backup-1.1.1/PKG-INFO 2018-04-06 19:33:41.0 +0200
+++ new/azure-cli-backup-1.2.1/PKG-INFO 2018-08-23 01:10:11.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-backup
-Version: 1.1.1
+Version: 1.2.1
 Summary: Microsoft Azure Command-Line Tools Recovery Services Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'backup' Command Module
 ===
 
@@ -21,9 +20,20 @@
 Release History
 ===
 
-1.1.1
+1.2.1
++
+* `backup vault backup-properties show`: exception handling to exit 
with code 3 upon a missing resource for consistency.
+
+1.2.0
 +
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
 
+1.1.2
+++
+* Minor fixes.
+
+1.1.1
++
 * `sdist` is now compatible with wheel 0.31.0
 
 1.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-backup-1.1.1/azure/cli/command_modules/backup/_help.py 
new/azure-cli-backup-1.2.1/azure/cli/command_modules/backup/_help.py
--- old/azure-cli-backup-1.1.1/azure/cli/command_modules/backup/_help.py
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-backup-1.2.1/azure/cli/command_modules/backup/_help.py
2018-08-23 01:07:57.0 +0200
@@ -1,3 +1,4 @@
+# coding=utf-8
 # 

 # Copyright (c) Microsoft Corporation. All rights reserved.
 # Licensed under the MIT License. See License.txt in the project root for 
license information.
@@ -7,7 +8,7 @@
 
 helps['backup'] = """
 type: group
-short-summary: Commands to manage Azure Backups.
+

commit azure-cli-servicefabric for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-servicefabric for 
openSUSE:Factory checked in at 2018-10-15 10:47:33

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


Package is "azure-cli-servicefabric"

Mon Oct 15 10:47:33 2018 rev:4 rq:641220 version:0.1.2

Changes:

--- 
/work/SRC/openSUSE:Factory/azure-cli-servicefabric/azure-cli-servicefabric.changes
  2018-05-13 16:03:22.782021076 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-servicefabric.new/azure-cli-servicefabric.changes
 2018-10-15 10:47:35.407124162 +0200
@@ -1,0 +2,9 @@
+Wed Sep 19 09:19:32 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.1.2
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-servicefabric-0.0.12.tar.gz

New:

  azure-cli-servicefabric-0.1.2.tar.gz



Other differences:
--
++ azure-cli-servicefabric.spec ++
--- /var/tmp/diff_new_pack.KkuBpw/_old  2018-10-15 10:47:36.843122628 +0200
+++ /var/tmp/diff_new_pack.KkuBpw/_new  2018-10-15 10:47:36.843122628 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-servicefabric
-Version:0.0.12
+Version:0.1.2
 Release:0
 Summary:Microsoft Azure CLI Service Fabric Module
 License:MIT
@@ -34,8 +34,13 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-keyvault >= 0.40.0
-Requires:   python3-azure-mgmt-servicefabric >= 0.1.0
+Requires:   python3-azure-graphrbac >= 0.40.0
+Requires:   python3-azure-keyvault >= 1.1.0
+Requires:   python3-azure-mgmt-compute >= 4.0.0
+Requires:   python3-azure-mgmt-keyvault >= 1.1.0
+Requires:   python3-azure-mgmt-network >= 2.0.0
+Requires:   python3-azure-mgmt-servicefabric >= 0.2.0
+Requires:   python3-azure-mgmt-storage >= 2.0.0
 Requires:   python3-azure-nspkg
 Requires:   python3-pyOpenSSL
 Conflicts:  azure-cli < 2.0.0

++ azure-cli-servicefabric-0.0.12.tar.gz -> 
azure-cli-servicefabric-0.1.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-servicefabric-0.0.12/HISTORY.rst 
new/azure-cli-servicefabric-0.1.2/HISTORY.rst
--- old/azure-cli-servicefabric-0.0.12/HISTORY.rst  2018-04-06 
19:33:14.0 +0200
+++ new/azure-cli-servicefabric-0.1.2/HISTORY.rst   2018-08-23 
01:07:57.0 +0200
@@ -3,9 +3,24 @@
 Release History
 ===
 
-0.0.12
+0.1.2
++
+* Update azure-mgmt-servicefabric to 0.2.0
+
+0.1.1
++
+* Minor fixes
+
+0.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.0.13
 ++
+* Minor fixes.
 
+0.0.12
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.0.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-servicefabric-0.0.12/PKG-INFO 
new/azure-cli-servicefabric-0.1.2/PKG-INFO
--- old/azure-cli-servicefabric-0.0.12/PKG-INFO 2018-04-06 19:33:58.0 
+0200
+++ new/azure-cli-servicefabric-0.1.2/PKG-INFO  2018-08-23 01:10:00.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-servicefabric
-Version: 0.0.12
+Version: 0.1.2
 Summary: Microsoft Azure Service Fabric Command-Line Tools
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI Service Fabric Module
 =
 
@@ -18,9 +17,24 @@
 Release History
 ===
 
-0.0.12
+0.1.2
++
+* Update azure-mgmt-servicefabric to 0.2.0
+
+0.1.1
++
+* Minor fixes
+
+0.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.0.13
 ++
+* Minor fixes.
 
+0.0.12
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.0.11
diff -urN '--exclude=CVS' 

commit azure-cli-billing for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-billing for 
openSUSE:Factory checked in at 2018-10-15 10:47:38

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


Package is "azure-cli-billing"

Mon Oct 15 10:47:38 2018 rev:4 rq:641221 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-billing/azure-cli-billing.changes  
2018-05-13 16:01:21.930430237 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-billing.new/azure-cli-billing.changes 
2018-10-15 10:47:41.947117177 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 08:54:07 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-billing-0.1.8.tar.gz

New:

  azure-cli-billing-0.2.0.tar.gz



Other differences:
--
++ azure-cli-billing.spec ++
--- /var/tmp/diff_new_pack.7RaqVl/_old  2018-10-15 10:47:42.815116250 +0200
+++ /var/tmp/diff_new_pack.7RaqVl/_new  2018-10-15 10:47:42.819116246 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-billing
-Version:0.1.8
+Version:0.2.0
 Release:0
 Summary:Microsoft Azure CLI 'billing' Command Module
 License:MIT

++ azure-cli-billing-0.1.8.tar.gz -> azure-cli-billing-0.2.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-billing-0.1.8/HISTORY.rst 
new/azure-cli-billing-0.2.0/HISTORY.rst
--- old/azure-cli-billing-0.1.8/HISTORY.rst 2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-billing-0.2.0/HISTORY.rst 2018-07-14 01:41:34.0 
+0200
@@ -3,6 +3,14 @@
 Release History
 ===
 
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.1.9
+++
+* Minor fixes.
+
 0.1.8
 ++
 * Add enrollment account commands
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-billing-0.1.8/PKG-INFO 
new/azure-cli-billing-0.2.0/PKG-INFO
--- old/azure-cli-billing-0.1.8/PKG-INFO2018-04-06 19:33:51.0 
+0200
+++ new/azure-cli-billing-0.2.0/PKG-INFO2018-07-14 01:41:48.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-billing
-Version: 0.1.8
+Version: 0.2.0
 Summary: Microsoft Azure Command-Line Tools Billing Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'billing' Command Module
 
 
@@ -21,6 +20,14 @@
 Release History
 ===
 
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.1.9
+++
+* Minor fixes.
+
 0.1.8
 ++
 * Add enrollment account commands
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-billing-0.1.8/azure/cli/command_modules/billing/_help.py 
new/azure-cli-billing-0.2.0/azure/cli/command_modules/billing/_help.py
--- old/azure-cli-billing-0.1.8/azure/cli/command_modules/billing/_help.py  
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-billing-0.2.0/azure/cli/command_modules/billing/_help.py  
2018-07-14 01:41:34.0 +0200
@@ -1,3 +1,4 @@
+# coding=utf-8
 # 

 # Copyright (c) Microsoft Corporation. All rights reserved.
 # Licensed under the MIT License. See License.txt in the project root for 
license information.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-billing-0.1.8/azure/cli/command_modules/billing/commands.py 
new/azure-cli-billing-0.2.0/azure/cli/command_modules/billing/commands.py
--- old/azure-cli-billing-0.1.8/azure/cli/command_modules/billing/commands.py   
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-billing-0.2.0/azure/cli/command_modules/billing/commands.py   
2018-07-14 01:41:34.0 +0200
@@ -34,12 +34,12 @@
 
 

commit azure-cli-role for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-role for openSUSE:Factory 
checked in at 2018-10-15 10:47:04

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


Package is "azure-cli-role"

Mon Oct 15 10:47:04 2018 rev:4 rq:641213 version:2.1.4

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-role/azure-cli-role.changes
2018-05-13 16:03:09.862492425 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-role.new/azure-cli-role.changes   
2018-10-15 10:47:05.375156242 +0200
@@ -1,0 +2,9 @@
+Wed Sep 19 09:12:47 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.4
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-role-2.0.22.tar.gz

New:

  azure-cli-role-2.1.4.tar.gz



Other differences:
--
++ azure-cli-role.spec ++
--- /var/tmp/diff_new_pack.h3JeT7/_old  2018-10-15 10:47:07.131154367 +0200
+++ /var/tmp/diff_new_pack.h3JeT7/_new  2018-10-15 10:47:07.131154367 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-role
-Version:2.0.22
+Version:2.1.4
 Release:0
 Summary:Microsoft Azure CLI 'role' Command Module for Role-Based 
Access Control (RBAC)
 License:MIT
@@ -35,9 +35,9 @@
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-graphrbac >= 0.40.0
-Requires:   python3-azure-keyvault >= 0.3.7
-Requires:   python3-azure-mgmt-authorization >= 0.40.0
-Requires:   python3-azure-mgmt-monitor >= 0.5.0
+Requires:   python3-azure-keyvault >= 1.1.0
+Requires:   python3-azure-mgmt-authorization >= 0.50.0
+Requires:   python3-azure-mgmt-monitor >= 0.5.2
 Requires:   python3-azure-nspkg
 Requires:   python3-pytz
 Conflicts:  azure-cli < 2.0.0

++ azure-cli-role-2.0.22.tar.gz -> azure-cli-role-2.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-role-2.0.22/HISTORY.rst 
new/azure-cli-role-2.1.4/HISTORY.rst
--- old/azure-cli-role-2.0.22/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-role-2.1.4/HISTORY.rst2018-08-23 01:07:57.0 
+0200
@@ -2,10 +2,55 @@
 
 Release History
 ===
+2.1.4
+++
+* Minor fixes.
 
-2.0.22
+
+2.1.3
+++
+* role assignment: fix a recent regression that principalName is missing
+
+2.1.2
+++
+* support for stack profile 2017-03-09-profile
+
+2.1.1
++
+* `ad app update`: Fixes issue where generic update parameters would not work 
correctly.
+
+2.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+2.0.27
+++
+* Minor fixes.
+
+2.0.26
 ++
+* Minor fixes.
 
+2.0.25
+++
+* ad: remove stack traces from graph exceptions before surface to users
+* ad sp create: do not throw if CLI can't resolve app id
+
+2.0.25
+++
+* Minor fixes.
+
+2.0.24
+++
+* ad app update: add generic update support
+
+2.0.23
+++
+* BREAKING CHANGE: remove deprecated `az ad sp reset-credentials`
+* Minor fixes.
+
+2.0.22
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 2.0.21
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-role-2.0.22/PKG-INFO 
new/azure-cli-role-2.1.4/PKG-INFO
--- old/azure-cli-role-2.0.22/PKG-INFO  2018-04-06 19:33:56.0 +0200
+++ new/azure-cli-role-2.1.4/PKG-INFO   2018-08-23 01:09:56.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-role
-Version: 2.0.22
+Version: 2.1.4
 Summary: Microsoft Azure Command-Line Tools Role Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'role' Command Module for Role-Based Access 
Control (RBAC)
 
==
 
@@ -20,10 +19,55 @@
 
 Release History
 ===
+2.1.4
+++
+* Minor fixes.
 
-2.0.22
+
+2.1.3
+++
+* role assignment: fix a recent regression that principalName is 
missing
+   

commit azure-cli-consumption for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-consumption for 
openSUSE:Factory checked in at 2018-10-15 10:47:11

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


Package is "azure-cli-consumption"

Mon Oct 15 10:47:11 2018 rev:4 rq:641215 version:0.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/azure-cli-consumption/azure-cli-consumption.changes  
2018-05-13 16:01:54.145254891 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-consumption.new/azure-cli-consumption.changes
 2018-10-15 10:47:13.803147239 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 09:37:57 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.4.0
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-consumption-0.3.0.tar.gz

New:

  azure-cli-consumption-0.4.0.tar.gz



Other differences:
--
++ azure-cli-consumption.spec ++
--- /var/tmp/diff_new_pack.hnvZAU/_old  2018-10-15 10:47:14.359146645 +0200
+++ /var/tmp/diff_new_pack.hnvZAU/_new  2018-10-15 10:47:14.359146645 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-consumption
-Version:0.3.0
+Version:0.4.0
 Release:0
 Summary:Microsoft Azure CLI 'consumption' Command Module
 License:MIT

++ azure-cli-consumption-0.3.0.tar.gz -> azure-cli-consumption-0.4.0.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-consumption-0.3.0/HISTORY.rst 
new/azure-cli-consumption-0.4.0/HISTORY.rst
--- old/azure-cli-consumption-0.3.0/HISTORY.rst 2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-consumption-0.4.0/HISTORY.rst 2018-07-14 01:41:34.0 
+0200
@@ -2,6 +2,19 @@
 
 Release History
 ===
+
+0.4.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.3.2
+++
+* Minor fixes.
+
+0.3.1
++
+* Added new commands for budget API.
+
 0.3.0
 +
 * Added commands `marketplace`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-consumption-0.3.0/PKG-INFO 
new/azure-cli-consumption-0.4.0/PKG-INFO
--- old/azure-cli-consumption-0.3.0/PKG-INFO2018-04-06 19:33:42.0 
+0200
+++ new/azure-cli-consumption-0.4.0/PKG-INFO2018-07-14 01:41:58.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-consumption
-Version: 0.3.0
+Version: 0.4.0
 Summary: Microsoft Azure Command-Line Tools Consumption Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'consumption' Command Module
 
 
@@ -20,6 +19,19 @@
 
 Release History
 ===
+
+0.4.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.3.2
+++
+* Minor fixes.
+
+0.3.1
++
+* Added new commands for budget API.
+
 0.3.0
 +
 * Added commands `marketplace`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-consumption-0.3.0/azure/cli/command_modules/consumption/_client_factory.py
 
new/azure-cli-consumption-0.4.0/azure/cli/command_modules/consumption/_client_factory.py
--- 
old/azure-cli-consumption-0.3.0/azure/cli/command_modules/consumption/_client_factory.py
2018-04-06 19:33:13.0 +0200
+++ 
new/azure-cli-consumption-0.4.0/azure/cli/command_modules/consumption/_client_factory.py
2018-07-14 01:41:34.0 +0200
@@ -28,3 +28,7 @@
 
 def marketplace_mgmt_client_factory(cli_ctx, kwargs):
 return cf_consumption(cli_ctx, **kwargs).marketplaces
+
+
+def budget_mgmt_client_factory(cli_ctx, kwargs):
+return cf_consumption(cli_ctx, **kwargs).budgets
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-consumption-0.3.0/azure/cli/command_modules/consumption/_help.py 

commit azure-cli-core for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2018-10-15 10:47:42

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


Package is "azure-cli-core"

Mon Oct 15 10:47:42 2018 rev:4 rq:641222 version:2.0.45

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes
2018-05-13 16:04:32.499477575 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new/azure-cli-core.changes   
2018-10-15 10:47:44.903114020 +0200
@@ -1,0 +2,9 @@
+Mon Oct  1 10:27:17 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.45
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-core-2.0.31.tar.gz

New:

  azure-cli-core-2.0.45.tar.gz



Other differences:
--
++ azure-cli-core.spec ++
--- /var/tmp/diff_new_pack.m5IPpf/_old  2018-10-15 10:47:46.603112205 +0200
+++ /var/tmp/diff_new_pack.m5IPpf/_new  2018-10-15 10:47:46.607112200 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-core
-Version:2.0.31
+Version:2.0.45
 Release:0
 Summary:Microsoft Azure CLI Core Module
 License:MIT
@@ -31,27 +31,32 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
 Requires:   azure-cli-nspkg
+Requires:   azure-cli-telemetry
 Requires:   python3-PyJWT
-Requires:   python3-PyYAML
-Requires:   python3-adal >= 0.4.7
-Requires:   python3-applicationinsights >= 0.11.1
+Requires:   python3-PyYAML < 4.0.0
+Requires:   python3-PyYAML >= 3.13
+Requires:   python3-adal >= 1.0.2
 Requires:   python3-argcomplete >= 1.8.0
+Requires:   python3-azure-mgmt-resource >= 2.0.0
 Requires:   python3-azure-nspkg
 Requires:   python3-colorama >= 0.3.9
 Requires:   python3-humanfriendly >= 4.7
 Requires:   python3-jmespath
-Requires:   python3-knack >= 0.3.2
+Requires:   python3-knack >= 0.4.2
 Requires:   python3-msrest >= 0.4.4
 Requires:   python3-msrestazure >= 0.4.25
-Requires:   python3-paramiko
+Requires:   python3-paramiko >= 2.0.8
 Requires:   python3-pip
-Requires:   python3-pyOpenSSL >= 16.2
+Requires:   python3-pyOpenSSL >= 17.1.0
 Requires:   python3-pygments
 Requires:   python3-requests
 Requires:   python3-six
 Requires:   python3-tabulate <= 0.8.2
 Requires:   python3-tabulate >= 0.7.7
-Requires:   python3-wheel
+Requires:   python3-wheel >= 0.30.0
+%if %{python3_version_nodots} < 34
+Requires:   python-enum34 >= 1.0.4
+%endif
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch

++ azure-cli-core-2.0.31.tar.gz -> azure-cli-core-2.0.45.tar.gz ++
 4018 lines of diff (skipped)




commit azure-cli-cdn for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-cdn for openSUSE:Factory 
checked in at 2018-10-15 10:47:54

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


Package is "azure-cli-cdn"

Mon Oct 15 10:47:54 2018 rev:4 rq:641228 version:0.1.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-cdn/azure-cli-cdn.changes  
2018-05-13 16:01:31.702073721 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-cdn.new/azure-cli-cdn.changes 
2018-10-15 10:47:55.503102700 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 08:56:54 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.1.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-cdn-0.0.14.tar.gz

New:

  azure-cli-cdn-0.1.1.tar.gz



Other differences:
--
++ azure-cli-cdn.spec ++
--- /var/tmp/diff_new_pack.5lKvzl/_old  2018-10-15 10:47:57.131100962 +0200
+++ /var/tmp/diff_new_pack.5lKvzl/_new  2018-10-15 10:47:57.135100957 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-cdn
-Version:0.0.14
+Version:0.1.1
 Release:0
 Summary:Microsoft Azure CLI 'Content Delivery Network (CDN)' Command 
Module
 License:MIT
@@ -34,7 +34,7 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-cdn >= 1.0.0
+Requires:   python3-azure-mgmt-cdn >= 3.0.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 

++ azure-cli-cdn-0.0.14.tar.gz -> azure-cli-cdn-0.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cdn-0.0.14/HISTORY.rst 
new/azure-cli-cdn-0.1.1/HISTORY.rst
--- old/azure-cli-cdn-0.0.14/HISTORY.rst2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-cdn-0.1.1/HISTORY.rst 2018-08-23 01:07:57.0 +0200
@@ -3,6 +3,18 @@
 Release History
 ===
 
+0.1.1
++
+* Update azure-mgmt-cdn dependency to 3.0.0
+
+0.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.0.15
+++
+* Minor fixes.
+
 0.0.14
 ++
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cdn-0.0.14/PKG-INFO 
new/azure-cli-cdn-0.1.1/PKG-INFO
--- old/azure-cli-cdn-0.0.14/PKG-INFO   2018-04-06 19:33:27.0 +0200
+++ new/azure-cli-cdn-0.1.1/PKG-INFO2018-08-23 01:09:30.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-cdn
-Version: 0.0.14
+Version: 0.1.1
 Summary: Microsoft Azure Command-Line Tools Content Delivery Network (CDN) 
Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'Content Delivery Network (CDN)' Command 
Module
 ===
 
@@ -19,6 +18,18 @@
 Release History
 ===
 
+0.1.1
++
+* Update azure-mgmt-cdn dependency to 3.0.0
+
+0.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.0.15
+++
+* Minor fixes.
+
 0.0.14
 ++
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cdn-0.0.14/azure/cli/command_modules/cdn/_client_factory.py 
new/azure-cli-cdn-0.1.1/azure/cli/command_modules/cdn/_client_factory.py
--- old/azure-cli-cdn-0.0.14/azure/cli/command_modules/cdn/_client_factory.py   
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-cdn-0.1.1/azure/cli/command_modules/cdn/_client_factory.py
2018-08-23 01:07:57.0 +0200
@@ -4,7 +4,31 @@
 # 

 
 
-def cf_cdn(cli_ctx, _):
+def cf_cdn(cli_ctx, *kwargs):  # pylint: disable=unused-argument
 from azure.cli.core.commands.client_factory import get_mgmt_service_client
 from azure.mgmt.cdn import 

commit azure-cli-cognitiveservices for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-cognitiveservices for 
openSUSE:Factory checked in at 2018-10-15 10:47:14

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


Package is "azure-cli-cognitiveservices"

Mon Oct 15 10:47:14 2018 rev:4 rq:641216 version:0.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/azure-cli-cognitiveservices/azure-cli-cognitiveservices.changes
  2018-05-13 16:01:42.897665254 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-cognitiveservices.new/azure-cli-cognitiveservices.changes
 2018-10-15 10:47:14.599146389 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 09:19:15 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-cognitiveservices-0.1.12.tar.gz

New:

  azure-cli-cognitiveservices-0.2.1.tar.gz



Other differences:
--
++ azure-cli-cognitiveservices.spec ++
--- /var/tmp/diff_new_pack.OsmefQ/_old  2018-10-15 10:47:15.027145931 +0200
+++ /var/tmp/diff_new_pack.OsmefQ/_new  2018-10-15 10:47:15.027145931 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-cognitiveservices
-Version:0.1.12
+Version:0.2.1
 Release:0
 Summary:Microsoft Azure CLI 'cognitiveservices' Command Module
 License:MIT

++ azure-cli-cognitiveservices-0.1.12.tar.gz -> 
azure-cli-cognitiveservices-0.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cognitiveservices-0.1.12/HISTORY.rst 
new/azure-cli-cognitiveservices-0.2.1/HISTORY.rst
--- old/azure-cli-cognitiveservices-0.1.12/HISTORY.rst  2018-04-06 
19:33:13.0 +0200
+++ new/azure-cli-cognitiveservices-0.2.1/HISTORY.rst   2018-08-23 
01:07:57.0 +0200
@@ -3,6 +3,22 @@
 Release History
 ===
 
+0.2.1
++
+* Add new parameter --api-properties, which is required for creating some of 
the services.
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.1.14
+++
+* Minor fixes.
+
+0.1.13
+++
+* Fix typo with example for `az cognitiveservices account create` 
[#5603](https://github.com/Azure/azure-cli/issues/5603)
+
 0.1.12
 ++
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cognitiveservices-0.1.12/PKG-INFO 
new/azure-cli-cognitiveservices-0.2.1/PKG-INFO
--- old/azure-cli-cognitiveservices-0.1.12/PKG-INFO 2018-04-06 
19:33:28.0 +0200
+++ new/azure-cli-cognitiveservices-0.2.1/PKG-INFO  2018-08-23 
01:09:51.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-cognitiveservices
-Version: 0.1.12
+Version: 0.2.1
 Summary: Microsoft Azure Command-Line Tools Cognitive Services Command Module
 Home-page: https://github.com/azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'cognitive services' Command Module
 ===
 
@@ -21,6 +20,22 @@
 Release History
 ===
 
+0.2.1
++
+* Add new parameter --api-properties, which is required for creating 
some of the services.
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.1.14
+++
+* Minor fixes.
+
+0.1.13
+++
+* Fix typo with example for `az cognitiveservices account create` 
[#5603](https://github.com/Azure/azure-cli/issues/5603)
+
 0.1.12
 ++
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cognitiveservices-0.1.12/azure/cli/command_modules/cognitiveservices/_help.py
 
new/azure-cli-cognitiveservices-0.2.1/azure/cli/command_modules/cognitiveservices/_help.py
--- 
old/azure-cli-cognitiveservices-0.1.12/azure/cli/command_modules/cognitiveservices/_help.py
 2018-04-06 19:33:13.0 +0200
+++ 

commit azure-cli-reservations for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-reservations for 
openSUSE:Factory checked in at 2018-10-15 10:47:47

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


Package is "azure-cli-reservations"

Mon Oct 15 10:47:47 2018 rev:2 rq:641226 version:0.3.2

Changes:

--- 
/work/SRC/openSUSE:Factory/azure-cli-reservations/azure-cli-reservations.changes
2018-02-14 09:33:41.954963945 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-reservations.new/azure-cli-reservations.changes
   2018-10-15 10:47:50.807107715 +0200
@@ -1,0 +2,10 @@
+Mon Sep 17 13:48:57 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.3.2
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-reservations-0.1.1.tar.gz

New:

  azure-cli-reservations-0.3.2.tar.gz



Other differences:
--
++ azure-cli-reservations.spec ++
--- /var/tmp/diff_new_pack.w265nX/_old  2018-10-15 10:47:51.339107147 +0200
+++ /var/tmp/diff_new_pack.w265nX/_new  2018-10-15 10:47:51.339107147 +0200
@@ -12,11 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:   azure-cli-reservations
-Version:0.1.1
+Version:0.3.2
 Release:0
 Summary:Microsoft Azure CLI 'reservations' Command Module
 License:MIT
@@ -24,16 +25,17 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-reservations/azure-cli-reservations-%{version}.tar.gz
 Source1:LICENSE.txt
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  python3-azure-nspkg
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
+BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
+Requires:   python3-azure-mgmt-reservations >= 0.2.1
 Requires:   python3-azure-nspkg
-Requires:   python3-azure-mgmt-reservations >= 0.1.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -62,7 +64,9 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/reservations
 %{python3_sitelib}/azure_cli_reservations-*.egg-info
+
 %changelog

++ azure-cli-reservations-0.1.1.tar.gz -> 
azure-cli-reservations-0.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-reservations-0.1.1/HISTORY.rst 
new/azure-cli-reservations-0.3.2/HISTORY.rst
--- old/azure-cli-reservations-0.1.1/HISTORY.rst2018-01-05 
22:11:35.0 +0100
+++ new/azure-cli-reservations-0.3.2/HISTORY.rst2018-08-23 
01:07:57.0 +0200
@@ -3,6 +3,45 @@
 Release History
 ===
 
+0.3.2
++
+* Minor fixes
+
+0.3.1
++
+* Minor fixes.
+
+0.3.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.2.1
++
+* Minor fixes.
+
+0.2.0
++
+**Breaking changes**
+
+* reservations catalog show
+- Added required parameter ReservedResourceType.
+- Added optional parameter Location.
+* Updated ReservationProperties model.
+- Removed 'kind'.
+* Updated Catalog model.
+- Renamed 'capabilities' to 'sku_properties'.
+- Removed 'size' and 'tier'.
+
+**Notes**
+
+* reservations reservation update
+- Added optional parameter InstanceFlexibility.
+* Support for InstanceFlexibility and ReservedResourceType.
+
+0.1.2
+++
+* `sdist` is now compatible with wheel 0.31.0
+
 0.1.1
 ++
 * Update for CLI core changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-reservations-0.1.1/PKG-INFO 
new/azure-cli-reservations-0.3.2/PKG-INFO
--- old/azure-cli-reservations-0.1.1/PKG-INFO   2018-01-05 22:12:12.0 
+0100
+++ new/azure-cli-reservations-0.3.2/PKG-INFO   2018-08-23 01:10:10.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-reservations
-Version: 0.1.1
+Version: 0.3.2
 Summary: Microsoft Azure 

commit azure-cli-configure for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-configure for 
openSUSE:Factory checked in at 2018-10-15 10:47:17

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


Package is "azure-cli-configure"

Mon Oct 15 10:47:17 2018 rev:4 rq:641217 version:2.0.18

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-configure/azure-cli-configure.changes  
2018-05-13 16:01:48.669454673 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-configure.new/azure-cli-configure.changes 
2018-10-15 10:47:20.215140389 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 09:26:09 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.0.18
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-configure-2.0.15.tar.gz

New:

  azure-cli-configure-2.0.18.tar.gz



Other differences:
--
++ azure-cli-configure.spec ++
--- /var/tmp/diff_new_pack.44TLzk/_old  2018-10-15 10:47:20.975139578 +0200
+++ /var/tmp/diff_new_pack.44TLzk/_new  2018-10-15 10:47:20.975139578 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-configure
-Version:2.0.15
+Version:2.0.18
 Release:0
 Summary:Microsoft Azure CLI 'configure' Command Module
 License:MIT

++ azure-cli-configure-2.0.15.tar.gz -> azure-cli-configure-2.0.18.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-configure-2.0.15/HISTORY.rst 
new/azure-cli-configure-2.0.18/HISTORY.rst
--- old/azure-cli-configure-2.0.15/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-configure-2.0.18/HISTORY.rst  2018-07-14 01:41:34.0 
+0200
@@ -3,9 +3,20 @@
 Release History
 ===
 
-2.0.15
+2.0.18
+++
+* Minor fixes
+
+2.0.17
 ++
+* Minor fixes.
 
+2.0.16
+++
+* Minor fixes.
+
+2.0.15
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 2.0.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-configure-2.0.15/PKG-INFO 
new/azure-cli-configure-2.0.18/PKG-INFO
--- old/azure-cli-configure-2.0.15/PKG-INFO 2018-04-06 19:33:34.0 
+0200
+++ new/azure-cli-configure-2.0.18/PKG-INFO 2018-07-14 01:41:49.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-configure
-Version: 2.0.15
+Version: 2.0.18
 Summary: Microsoft Azure Command-Line Tools Configure Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'configure' Command Module
 ==
 
@@ -19,9 +18,20 @@
 Release History
 ===
 
-2.0.15
+2.0.18
+++
+* Minor fixes
+
+2.0.17
 ++
+* Minor fixes.
 
+2.0.16
+++
+* Minor fixes.
+
+2.0.15
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 2.0.14
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-configure-2.0.15/azure/cli/command_modules/configure/__init__.py 
new/azure-cli-configure-2.0.18/azure/cli/command_modules/configure/__init__.py
--- 
old/azure-cli-configure-2.0.15/azure/cli/command_modules/configure/__init__.py  
2018-04-06 19:33:13.0 +0200
+++ 
new/azure-cli-configure-2.0.18/azure/cli/command_modules/configure/__init__.py  
2018-07-14 01:41:34.0 +0200
@@ -27,6 +27,7 @@
 
 with self.argument_context('configure') as c:
 c.argument('defaults', nargs='+', options_list=('--defaults', 
'-d'))
+c.ignore('_subscription')  # ignore the global subscription param
 
 
 COMMAND_LOADER_CLS = ConfigureCommandsLoader
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-configure-2.0.15/azure/cli/command_modules/configure/_help.py 
new/azure-cli-configure-2.0.18/azure/cli/command_modules/configure/_help.py
--- old/azure-cli-configure-2.0.15/azure/cli/command_modules/configure/_help.py 
2018-04-06 19:33:13.0 +0200
+++ 

commit azure-cli-rdbms for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-rdbms for openSUSE:Factory 
checked in at 2018-10-15 10:47:08

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


Package is "azure-cli-rdbms"

Mon Oct 15 10:47:08 2018 rev:4 rq:641214 version:0.3.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-rdbms/azure-cli-rdbms.changes  
2018-05-13 16:03:00.594830542 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-rdbms.new/azure-cli-rdbms.changes 
2018-10-15 10:47:11.247149969 +0200
@@ -1,0 +2,10 @@
+Mon Sep 17 13:43:44 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.3.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+- Update %description from setup.py
+
+---

Old:

  azure-cli-rdbms-0.2.1.tar.gz

New:

  azure-cli-rdbms-0.3.1.tar.gz



Other differences:
--
++ azure-cli-rdbms.spec ++
--- /var/tmp/diff_new_pack.ejgXUw/_old  2018-10-15 10:47:11.927149243 +0200
+++ /var/tmp/diff_new_pack.ejgXUw/_new  2018-10-15 10:47:11.931149239 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-rdbms
-Version:0.2.1
+Version:0.3.1
 Release:0
 Summary:Microsoft Azure CLI 'MySQL and PostgreSQL' Command Module
 License:MIT
@@ -34,7 +34,7 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-rdbms >= 1.1.0
+Requires:   python3-azure-mgmt-rdbms >= 1.2.0
 Requires:   python3-azure-nspkg
 Requires:   python3-six
 Conflicts:  azure-cli < 2.0.0
@@ -43,6 +43,8 @@
 
 %description
 Microsoft Azure CLI 'MySQL and PostgreSQL' Command Module
+This package is for the 'rdbms' module.
+i.e. 'az mysql' and 'az postgres'
 
 This package is for the RDBMS module.
 i.e. 'az mysql'

++ azure-cli-rdbms-0.2.1.tar.gz -> azure-cli-rdbms-0.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-rdbms-0.2.1/HISTORY.rst 
new/azure-cli-rdbms-0.3.1/HISTORY.rst
--- old/azure-cli-rdbms-0.2.1/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-rdbms-0.3.1/HISTORY.rst   2018-08-23 01:07:57.0 
+0200
@@ -3,6 +3,30 @@
 Release History
 ===
 
+0.3.1
++
+* Minor fixes
+
+0.3.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.2.5
++
+* Added 'postgres/myql server vnet-rule' commands.
+
+0.2.4
++
+* Minor fix allowing elastic server update using skuname.
+
+0.2.3
++
+* Minor fixes.
+
+0.2.2
++
+* Minor help fix.
+
 0.2.1
 +
 * Introduce georestore command.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-rdbms-0.2.1/PKG-INFO 
new/azure-cli-rdbms-0.3.1/PKG-INFO
--- old/azure-cli-rdbms-0.2.1/PKG-INFO  2018-04-06 19:33:48.0 +0200
+++ new/azure-cli-rdbms-0.3.1/PKG-INFO  2018-08-23 01:09:49.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-rdbms
-Version: 0.2.1
+Version: 0.3.1
 Summary: Microsoft Azure Command-Line Tools MySQL and PostgreSQL Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'MySQL and PostgreSQL' Command Module
 =
 This package is for the 'rdbms' module.
@@ -19,6 +18,30 @@
 Release History
 ===
 
+0.3.1
++
+* Minor fixes
+
+0.3.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.2.5
++
+* Added 'postgres/myql server vnet-rule' commands.
+
+0.2.4
++
+* Minor fix allowing elastic server update using skuname.
+
+0.2.3
++
+* Minor fixes.
+
+0.2.2
++
+* Minor help fix.
+
 0.2.1
 +
 * Introduce georestore command.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit azure-cli-monitor for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-monitor for 
openSUSE:Factory checked in at 2018-10-15 10:47:20

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


Package is "azure-cli-monitor"

Mon Oct 15 10:47:20 2018 rev:4 rq:641218 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-monitor/azure-cli-monitor.changes  
2018-05-13 16:02:47.763298684 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-monitor.new/azure-cli-monitor.changes 
2018-10-15 10:47:27.151132980 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 12:08:50 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.3
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-monitor-0.1.5.tar.gz

New:

  azure-cli-monitor-0.2.3.tar.gz



Other differences:
--
++ azure-cli-monitor.spec ++
--- /var/tmp/diff_new_pack.UPjlrm/_old  2018-10-15 10:47:27.947132130 +0200
+++ /var/tmp/diff_new_pack.UPjlrm/_new  2018-10-15 10:47:27.951132126 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-monitor
-Version:0.1.5
+Version:0.2.3
 Release:0
 Summary:Microsoft Azure CLI 'Monitor' Command Module
 License:MIT
@@ -34,8 +34,7 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-monitor >= 0.5.0
-Requires:   python3-azure-mgmt-resource >= 1.2.1
+Requires:   python3-azure-mgmt-monitor >= 0.5.2
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 

++ azure-cli-monitor-0.1.5.tar.gz -> azure-cli-monitor-0.2.3.tar.gz ++
 2272 lines of diff (skipped)




commit azure-cli-interactive for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-interactive for 
openSUSE:Factory checked in at 2018-10-15 10:47:27

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


Package is "azure-cli-interactive"

Mon Oct 15 10:47:27 2018 rev:4 rq:641219 version:0.3.28

Changes:

--- 
/work/SRC/openSUSE:Factory/azure-cli-interactive/azure-cli-interactive.changes  
2018-05-13 16:02:30.399932168 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-interactive.new/azure-cli-interactive.changes
 2018-10-15 10:47:32.783126965 +0200
@@ -1,0 +2,12 @@
+Mon Sep 17 11:03:03 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.3.28
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + aci_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-interactive-0.3.19.tar.gz

New:

  aci_drop-compatible-releases-operator.patch
  azure-cli-interactive-0.3.28.tar.gz



Other differences:
--
++ azure-cli-interactive.spec ++
--- /var/tmp/diff_new_pack.Sk7GHr/_old  2018-10-15 10:47:33.299126413 +0200
+++ /var/tmp/diff_new_pack.Sk7GHr/_new  2018-10-15 10:47:33.299126413 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-interactive
-Version:0.3.19
+Version:0.3.28
 Release:0
 Summary:Microsoft Azure CLI Interactive Shell
 License:MIT
@@ -25,6 +25,7 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-interactive/azure-cli-interactive-%{version}.tar.gz
 Source1:LICENSE.txt
+Patch1: aci_drop-compatible-releases-operator.patch
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  python3-azure-nspkg
@@ -34,11 +35,15 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-PyYAML
-Requires:   python3-applicationinsights
+Requires:   python3-PyYAML < 4.0.0
+Requires:   python3-PyYAML >= 3.13
+Requires:   python3-applicationinsights < 1.0.0
+Requires:   python3-applicationinsights >= 0.11.4
 Requires:   python3-azure-nspkg
-Requires:   python3-jmespath
-Requires:   python3-six
+Requires:   python3-jmespath < 1.0.0
+Requires:   python3-jmespath >= 0.9.3
+Requires:   python3-six < 2.0.0
+Requires:   python3-six >= 1.11.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -51,6 +56,7 @@
 
 %prep
 %setup -q -n azure-cli-interactive-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-cli-interactive-%{version}

++ aci_drop-compatible-releases-operator.patch ++
diff -Nru azure-cli-interactive-0.3.28.orig/setup.py 
azure-cli-interactive-0.3.28/setup.py
--- azure-cli-interactive-0.3.28.orig/setup.py  2018-08-09 08:34:43.0 
+0200
+++ azure-cli-interactive-0.3.28/setup.py   2018-09-17 12:40:08.342895572 
+0200
@@ -33,10 +33,10 @@
 DEPENDENCIES = [
 'applicationinsights~=0.11.4',
 'azure-cli-core',
-'jmespath~=0.9.3',
-'prompt_toolkit~=1.0.15',
-'pyyaml~=3.13',
-'six~=1.11.0',
+'jmespath>=0.9.3',
+'prompt_toolkit>=1.0.15',
+'pyyaml>=3.13',
+'six>=1.11.0',
 ]
 
 with open('README.rst', 'r', encoding='utf-8') as f:
++ azure-cli-interactive-0.3.19.tar.gz -> 
azure-cli-interactive-0.3.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-interactive-0.3.19/HISTORY.rst 
new/azure-cli-interactive-0.3.28/HISTORY.rst
--- old/azure-cli-interactive-0.3.19/HISTORY.rst2018-04-06 
19:33:13.0 +0200
+++ new/azure-cli-interactive-0.3.28/HISTORY.rst2018-08-09 
08:34:43.0 +0200
@@ -3,6 +3,46 @@
 Release History
 ===
 
+0.3.28
+++
+* Minor fixes
+
+0.3.27
+++
+* Minor fixes
+
+0.3.26
+++
+* Minor fixes
+
+0.3.25
+++
+* Update PyYAML dependency to 4.2b4
+
+0.3.24
+++
+* Minor fixes
+
+0.3.23
+++
+* Minor fixes
+
+0.3.22
+++
+* Fix dependency versions.
+
+0.3.21
+++
+* Mute logging from parser for 

commit azure-cli-container for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-container for 
openSUSE:Factory checked in at 2018-10-15 10:47:52

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


Package is "azure-cli-container"

Mon Oct 15 10:47:52 2018 rev:4 rq:641227 version:0.3.3

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-container/azure-cli-container.changes  
2018-05-13 16:01:57.369137270 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-container.new/azure-cli-container.changes 
2018-10-15 10:47:54.279104007 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 09:41:57 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.3.3
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-container-0.1.22.tar.gz

New:

  azure-cli-container-0.3.3.tar.gz



Other differences:
--
++ azure-cli-container.spec ++
--- /var/tmp/diff_new_pack.GksE2k/_old  2018-10-15 10:47:54.831103418 +0200
+++ /var/tmp/diff_new_pack.GksE2k/_new  2018-10-15 10:47:54.835103414 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-container
-Version:0.1.22
+Version:0.3.3
 Release:0
 Summary:Microsoft Azure CLI 'container' Command Module
 License:MIT
@@ -34,8 +34,10 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-PyYAML
-Requires:   python3-azure-mgmt-containerinstance >= 0.4.0
+Requires:   python3-PyYAML >= 3.13
+Requires:   python3-azure-mgmt-containerinstance >= 1.0.0
+Requires:   python3-azure-mgmt-loganalytics >= 0.2.0
+Requires:   python3-azure-mgmt-resource >= 2.0.0
 Requires:   python3-azure-nspkg
 Requires:   python3-colorama
 Requires:   python3-websocket-client

++ azure-cli-container-0.1.22.tar.gz -> azure-cli-container-0.3.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-container-0.1.22/HISTORY.rst 
new/azure-cli-container-0.3.3/HISTORY.rst
--- old/azure-cli-container-0.1.22/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-container-0.3.3/HISTORY.rst   2018-08-09 08:34:43.0 
+0200
@@ -3,6 +3,43 @@
 Release History
 ===
 
+0.3.3
++
+* Add '--secure-environment-variables' for passing secure environment 
variables to a container
+
+0.3.2
++
+* Do not require '--log-analytics-workspace-key' for name or ID when in set 
subscription
+
+0.3.1
++
+* Update PyYAML dependency to 3.13
+
+0.3.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+* Remove the requirement for username and password for non dockerhub registries
+* Fix error when creating container groups from yaml file
+
+0.2.1
++
+* Update PyYAML dependency to 4.2b4
+
+0.2.0
++
+* Default to long running operation for `az container create`
+* Add Log Analytics parameters '--log-analytics-workspace' and 
'--log-analytics-workspace-key'
+* Add --protocol parameter to specify which network protocol to use
+
+0.1.24
+++
+* Allow exporting a container group in yaml format.
+* Allow using a yaml file to create / update a container group.
+
+0.1.23
+++
+* Do not require --registry-server for `az container create` when a registry 
server is included in the image name.
+
 0.1.22
 ++
 * Add Git Repo volume mount parameters '--gitrepo-url' '--gitrepo-dir' 
'--gitrepo-revision' and '--gitrepo-mount-path'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-container-0.1.22/PKG-INFO 
new/azure-cli-container-0.3.3/PKG-INFO
--- old/azure-cli-container-0.1.22/PKG-INFO 2018-04-06 19:33:36.0 
+0200
+++ new/azure-cli-container-0.3.3/PKG-INFO  2018-08-09 08:36:01.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-container
-Version: 0.1.22
+Version: 0.3.3
 Summary: Microsoft Azure Command-Line Tools container Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'container' Command Module
 

commit monitoring-plugins-mem for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package monitoring-plugins-mem for 
openSUSE:Factory checked in at 2018-10-15 10:46:05

Comparing /work/SRC/openSUSE:Factory/monitoring-plugins-mem (Old)
 and  /work/SRC/openSUSE:Factory/.monitoring-plugins-mem.new (New)


Package is "monitoring-plugins-mem"

Mon Oct 15 10:46:05 2018 rev:2 rq:641145 version:20120618

Changes:

--- 
/work/SRC/openSUSE:Factory/monitoring-plugins-mem/monitoring-plugins-mem.changes
2016-02-11 12:36:40.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.monitoring-plugins-mem.new/monitoring-plugins-mem.changes
   2018-10-15 10:46:06.783218857 +0200
@@ -1,0 +2,11 @@
+Wed Oct  3 21:30:05 UTC 2018 - l...@linux-schulserver.de
+
+- add nrpe (example) snipplet in /etc/nrpe.d/
+
+---
+Thu Sep 27 14:48:20 CEST 2018 - r...@suse.de
+
+- add monitoring-plugins-mem-min_max_perfdata.patch
+  include warn/crit/min/max in perfdata 
+
+---

New:

  monitoring-plugins-mem-min_max_perfdata.patch
  nrpe-check_mem



Other differences:
--
++ monitoring-plugins-mem.spec ++
--- /var/tmp/diff_new_pack.FIeyxU/_old  2018-10-15 10:46:10.415214975 +0200
+++ /var/tmp/diff_new_pack.FIeyxU/_new  2018-10-15 10:46:10.415214975 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package monitoring-plugins-mem
 #
-# Copyright (c) 2013-2014 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
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   monitoring-plugins-mem
 Version:20120618
-Release:100
+Release:0
 Summary:Check memory plugin for Nagios
 License:MIT
 Group:  System/Monitoring
@@ -26,8 +26,10 @@
 Source0:check_mem.tar.bz2
 Source1:monitoring-plugins-mem-apparmor
 Source2:monitoring-plugins-mem-rpmlintrc
+Source3:nrpe-check_mem
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch0: monitoring-plugins-mem-add_php_to_pnp4nagios_template.patch
+Patch1: monitoring-plugins-mem-min_max_perfdata.patch
 %if 0%{?suse_version} > 1010
 # nagios can execute the script with embedded perl
 Recommends: perl
@@ -48,6 +50,7 @@
 %prep
 %setup -q -n check_mem
 %patch0 -p1
+%patch1 -p1
 
 %build
 
@@ -58,6 +61,7 @@
 install -D -m644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/apparmor.d/usr.lib.nagios.plugins.check_mem.pl
 sed -e 
"s|/usr/lib/nagios/plugins/check_mem.pl|/usr/lib/nagios/plugins/check_mem|g" \
%{SOURCE1} > 
%{buildroot}%{_sysconfdir}/apparmor.d/usr.lib.nagios.plugins.check_mem
+install -Dm644 %{SOURCE3} %{buildroot}%{nrpe_sysconfdir}/check_mem.cfg
 
 %clean
 rm -rf %{buildroot}
@@ -67,6 +71,7 @@
 # avoid build dependecy of nagios - own the dirs
 %dir %{nagios_libdir}
 %dir %{_sysconfdir}/apparmor.d
+%dir %{nrpe_sysconfdir}
 %attr(0644,root,root) %config(noreplace) 
%{_sysconfdir}/apparmor.d/usr.lib.nagios.plugins.check_mem
 %attr(0644,root,root) %config(noreplace) 
%{_sysconfdir}/apparmor.d/usr.lib.nagios.plugins.check_mem.pl
 %dir %{nagios_plugindir}
@@ -74,5 +79,6 @@
 %dir %{pnp4nagios_datarootdir}
 %dir %{pnp4nagios_templatedir}
 %config(noreplace) %{pnp4nagios_templatedir}/check_mem.php
+%config(noreplace) %{nrpe_sysconfdir}/check_mem.cfg
 
 %changelog

++ monitoring-plugins-mem-min_max_perfdata.patch ++
--- check_mem/check_mem.pl  2018/09/27 12:46:37 1.1
+++ check_mem/check_mem.pl  2018/09/27 12:47:20
@@ -67,7 +67,12 @@
 my $total = $free + $used;
 print "$total Total\n" if ($opt_v);
 
-my $perfdata = "|TOTAL=${total}KB USED=${used}KB 
FREE=${free}KB CACHES=${caches}KB";
+my $wm = $total * $opt_w / 100;
+my $cm = $total * $opt_c / 100;
+my $perfdata = "|TOTAL=${total}KB USED=${used}KB 
FREE=${free}KB;${wm};${cm};0.0;${total} CACHES=${caches}KB";
+if ($opt_u) {
+$perfdata = "|TOTAL=${total}KB 
USED=${used}KB;${wm};${cm};0.0;${total} FREE=${free}KB 
CACHES=${caches}KB";
+}
 
 if ($opt_f) {
   my $percent= sprintf "%.1f", ($free / $total * 100);
++ nrpe-check_mem ++
command[check_mem]=/usr/lib/nagios/plugins/check_mem.pl -f -C -w 10 -c 5



commit azure-cli-sql for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-sql for openSUSE:Factory 
checked in at 2018-10-15 10:45:58

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


Package is "azure-cli-sql"

Mon Oct 15 10:45:58 2018 rev:4 rq:641119 version:2.1.3

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-sql/azure-cli-sql.changes  
2018-05-13 16:03:23.913979778 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-sql.new/azure-cli-sql.changes 
2018-10-15 10:46:03.65106 +0200
@@ -1,0 +2,9 @@
+Wed Sep 19 09:24:14 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.3
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-sql-2.0.25.tar.gz

New:

  azure-cli-sql-2.1.3.tar.gz



Other differences:
--
++ azure-cli-sql.spec ++
--- /var/tmp/diff_new_pack.zdMWyG/_old  2018-10-15 10:46:05.439220294 +0200
+++ /var/tmp/diff_new_pack.zdMWyG/_new  2018-10-15 10:46:05.443220290 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-sql
-Version:2.0.25
+Version:2.1.3
 Release:0
 Summary:Microsoft Azure CLI 'SQL' Command Module
 License:MIT
@@ -34,8 +34,8 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-sql >= 0.8.6
-Requires:   python3-azure-mgmt-storage >= 1.5.0
+Requires:   python3-azure-mgmt-sql >= 0.9.1
+Requires:   python3-azure-mgmt-storage >= 2.0.0
 Requires:   python3-azure-nspkg
 Requires:   python3-six
 Conflicts:  azure-cli < 2.0.0

++ azure-cli-sql-2.0.25.tar.gz -> azure-cli-sql-2.1.3.tar.gz ++
 4634 lines of diff (skipped)




commit azure-cli-batchai for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-batchai for 
openSUSE:Factory checked in at 2018-10-15 10:45:54

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


Package is "azure-cli-batchai"

Mon Oct 15 10:45:54 2018 rev:3 rq:641118 version:0.4.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-batchai/azure-cli-batchai.changes  
2018-05-13 16:01:18.222565518 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-batchai.new/azure-cli-batchai.changes 
2018-10-15 10:45:56.699229637 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 08:52:40 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.4.2
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-batchai-0.2.0.tar.gz

New:

  azure-cli-batchai-0.4.2.tar.gz



Other differences:
--
++ azure-cli-batchai.spec ++
--- /var/tmp/diff_new_pack.wIC0Ef/_old  2018-10-15 10:45:58.023228222 +0200
+++ /var/tmp/diff_new_pack.wIC0Ef/_new  2018-10-15 10:45:58.027228218 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-batchai
-Version:0.2.0
+Version:0.4.2
 Release:0
 Summary:Microsoft Azure CLI Batch AI Module
 License:MIT
@@ -34,10 +34,12 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-adal >= 0.4.3
-Requires:   python3-azure-mgmt-batchai >= 1.0.0
+Requires:   python3-azure-mgmt-batchai >= 2.0.0
+Requires:   python3-azure-mgmt-storage >= 2.0.0
 Requires:   python3-azure-nspkg
+Requires:   python3-azure-storage-blob >= 1.1.0
 Requires:   python3-mock >= 2.0.0
+Requires:   python3-sshtunnel
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch

++ azure-cli-batchai-0.2.0.tar.gz -> azure-cli-batchai-0.4.2.tar.gz ++
 2072 lines of diff (skipped)




commit azure-cli-profile for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-profile for 
openSUSE:Factory checked in at 2018-10-15 10:45:31

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


Package is "azure-cli-profile"

Mon Oct 15 10:45:31 2018 rev:4 rq:641114 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-profile/azure-cli-profile.changes  
2018-05-13 16:02:57.750934298 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-profile.new/azure-cli-profile.changes 
2018-10-15 10:45:33.251254708 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 13:18:23 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-profile-2.0.22.tar.gz

New:

  azure-cli-profile-2.1.1.tar.gz



Other differences:
--
++ azure-cli-profile.spec ++
--- /var/tmp/diff_new_pack.C3Qwg1/_old  2018-10-15 10:45:35.819251962 +0200
+++ /var/tmp/diff_new_pack.C3Qwg1/_new  2018-10-15 10:45:35.827251953 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-profile
-Version:2.0.22
+Version:2.1.1
 Release:0
 Summary:Microsoft Azure CLI 'profile' Command Module
 License:MIT
@@ -34,7 +34,6 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-adal >= 0.4.7
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 

++ azure-cli-profile-2.0.22.tar.gz -> azure-cli-profile-2.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-profile-2.0.22/HISTORY.rst 
new/azure-cli-profile-2.1.1/HISTORY.rst
--- old/azure-cli-profile-2.0.22/HISTORY.rst2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-profile-2.1.1/HISTORY.rst 2018-07-26 19:30:51.0 
+0200
@@ -2,6 +2,36 @@
 
 Release History
 ===
+
+2.1.1
+++
+* Moving _load_subscriptions into the core
+
+2.1.0
+++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+2.0.27
+++
+* login: use browser for interactive login
+
+2.0.26
+++
+* Minor fixes
+
+2.0.25
+++
+* Minor fixes
+
+2.0.24
+++
+* `disk create`: fix a bug that source detection is not accurate
+* BREAKING CHANGE: remove --msi-port/--identity-port as they are no longer used
+
+2.0.23
+++
+* Fix typo in `az account get-access-token` short summary.
+
 2.0.22
 ++
 * account list: handle accounts which come from CLI 1.0/ASM mode
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-profile-2.0.22/PKG-INFO 
new/azure-cli-profile-2.1.1/PKG-INFO
--- old/azure-cli-profile-2.0.22/PKG-INFO   2018-04-06 19:33:53.0 
+0200
+++ new/azure-cli-profile-2.1.1/PKG-INFO2018-07-26 19:32:50.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-profile
-Version: 2.0.22
+Version: 2.1.1
 Summary: Microsoft Azure Command-Line Tools Profile Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'profile' Command Module
 
 
@@ -22,6 +21,36 @@
 
 Release History
 ===
+
+2.1.1
+++
+* Moving _load_subscriptions into the core
+
+2.1.0
+++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+2.0.27
+++
+* login: use browser for interactive login
+
+2.0.26
+++
+* Minor fixes
+
+2.0.25
+++
+* Minor fixes
+
+2.0.24
+++
+* `disk create`: fix a bug that source detection is not accurate
+* BREAKING CHANGE: remove --msi-port/--identity-port as they are no 
longer used
+
+2.0.23
+++
+* Fix typo in `az account get-access-token` short summary.
+
 2.0.22
 ++
 

commit azure-cli-lab for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-lab for openSUSE:Factory 
checked in at 2018-10-15 10:45:45

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


Package is "azure-cli-lab"

Mon Oct 15 10:45:45 2018 rev:4 rq:641117 version:0.1.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-lab/azure-cli-lab.changes  
2018-05-13 16:02:46.879330935 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-lab.new/azure-cli-lab.changes 
2018-10-15 10:45:52.887233713 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 12:06:48 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.1.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-lab-0.0.21.tar.gz

New:

  azure-cli-lab-0.1.1.tar.gz



Other differences:
--
++ azure-cli-lab.spec ++
--- /var/tmp/diff_new_pack.SeuBea/_old  2018-10-15 10:45:53.859232674 +0200
+++ /var/tmp/diff_new_pack.SeuBea/_new  2018-10-15 10:45:53.859232674 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-lab
-Version:0.0.21
+Version:0.1.1
 Release:0
 Summary:Microsoft Azure CLI 'DevTestLabs' Command Module
 License:MIT
@@ -35,7 +35,7 @@
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-graphrbac >= 0.40.0
-Requires:   python3-azure-mgmt-devtestlabs >= 2.0.0
+Requires:   python3-azure-mgmt-devtestlabs >= 2.2.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 

++ azure-cli-lab-0.0.21.tar.gz -> azure-cli-lab-0.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-lab-0.0.21/HISTORY.rst 
new/azure-cli-lab-0.1.1/HISTORY.rst
--- old/azure-cli-lab-0.0.21/HISTORY.rst2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-lab-0.1.1/HISTORY.rst 2018-08-23 01:07:57.0 +0200
@@ -3,9 +3,24 @@
 Release History
 ===
 
-0.0.21
+0.1.1
++
+* Update azure-mgmt-devtestlabs dependency to 2.2.0
+
+0.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.0.23
 ++
+* Minor fixes.
 
+0.0.22
+++
+* Fix regression from knack conversion that replaced table_transformers with 
transforms.
+
+0.0.21
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.0.20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-lab-0.0.21/PKG-INFO 
new/azure-cli-lab-0.1.1/PKG-INFO
--- old/azure-cli-lab-0.0.21/PKG-INFO   2018-04-06 19:33:40.0 +0200
+++ new/azure-cli-lab-0.1.1/PKG-INFO2018-08-23 01:09:15.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-lab
-Version: 0.0.21
+Version: 0.1.1
 Summary: Microsoft Azure Command-Line Tools DevTestLabs Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'DevTestLabs' Command Module
 
 
@@ -16,9 +15,24 @@
 Release History
 ===
 
-0.0.21
+0.1.1
++
+* Update azure-mgmt-devtestlabs dependency to 2.2.0
+
+0.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.0.23
+++
+* Minor fixes.
+
+0.0.22
 ++
+* Fix regression from knack conversion that replaced 
table_transformers with transforms.
 
+0.0.21
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.0.20
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/_help.py 
new/azure-cli-lab-0.1.1/azure/cli/command_modules/lab/_help.py
--- old/azure-cli-lab-0.0.21/azure/cli/command_modules/lab/_help.py 
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-lab-0.1.1/azure/cli/command_modules/lab/_help.py  
2018-08-23 01:07:57.0 +0200
@@ -1,3 +1,4 @@
+# coding=utf-8
 # 

commit azure-cli-cosmosdb for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-cosmosdb for 
openSUSE:Factory checked in at 2018-10-15 10:45:00

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


Package is "azure-cli-cosmosdb"

Mon Oct 15 10:45:00 2018 rev:4 rq:64 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-cosmosdb/azure-cli-cosmosdb.changes
2018-05-13 16:01:58.421098890 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-cosmosdb.new/azure-cli-cosmosdb.changes   
2018-10-15 10:45:04.063285923 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 09:44:57 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-cosmosdb-0.1.20.tar.gz

New:

  azure-cli-cosmosdb-0.2.1.tar.gz



Other differences:
--
++ azure-cli-cosmosdb.spec ++
--- /var/tmp/diff_new_pack.J50j99/_old  2018-10-15 10:45:06.103283741 +0200
+++ /var/tmp/diff_new_pack.J50j99/_new  2018-10-15 10:45:06.107283737 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-cosmosdb
-Version:0.1.20
+Version:0.2.1
 Release:0
 Summary:Microsoft Azure CLI 'cosmosdb' Command Module
 License:MIT
@@ -34,7 +34,7 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-cosmosdb >= 0.3.1
+Requires:   python3-azure-mgmt-cosmosdb >= 0.4.0
 Requires:   python3-azure-nspkg
 Requires:   python3-pydocumentdb >= 2.0.1
 Conflicts:  azure-cli < 2.0.0

++ azure-cli-cosmosdb-0.1.20.tar.gz -> azure-cli-cosmosdb-0.2.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cosmosdb-0.1.20/HISTORY.rst 
new/azure-cli-cosmosdb-0.2.1/HISTORY.rst
--- old/azure-cli-cosmosdb-0.1.20/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-cosmosdb-0.2.1/HISTORY.rst2018-08-23 01:07:57.0 
+0200
@@ -3,6 +3,22 @@
 Release History
 ===
 
+0.2.1
++
+* Minor fixes
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.1.22
+++
+* Minor fixes.
+
+0.1.21
+++
+* Introducing VNET support for Azure CLI - Cosmos DB
+
 0.1.20
 ++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-cosmosdb-0.1.20/PKG-INFO 
new/azure-cli-cosmosdb-0.2.1/PKG-INFO
--- old/azure-cli-cosmosdb-0.1.20/PKG-INFO  2018-04-06 19:33:24.0 
+0200
+++ new/azure-cli-cosmosdb-0.2.1/PKG-INFO   2018-08-23 01:09:45.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-cosmosdb
-Version: 0.1.20
+Version: 0.2.1
 Summary: Microsoft Azure Command-Line Tools Cosmos DB Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'cosmosdb' Command Module
 =
 
@@ -21,6 +20,22 @@
 Release History
 ===
 
+0.2.1
++
+* Minor fixes
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.1.22
+++
+* Minor fixes.
+
+0.1.21
+++
+* Introducing VNET support for Azure CLI - Cosmos DB
+
 0.1.20
 ++
 * Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-cosmosdb-0.1.20/azure/cli/command_modules/cosmosdb/_help.py 
new/azure-cli-cosmosdb-0.2.1/azure/cli/command_modules/cosmosdb/_help.py
--- old/azure-cli-cosmosdb-0.1.20/azure/cli/command_modules/cosmosdb/_help.py   
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-cosmosdb-0.2.1/azure/cli/command_modules/cosmosdb/_help.py
2018-08-23 01:07:57.0 +0200
@@ -1,3 +1,4 @@
+# coding=utf-8
 # 

commit azure-cli-keyvault for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-keyvault for 
openSUSE:Factory checked in at 2018-10-15 10:45:11

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


Package is "azure-cli-keyvault"

Mon Oct 15 10:45:11 2018 rev:4 rq:641113 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-keyvault/azure-cli-keyvault.changes
2018-05-13 16:02:39.207610829 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-keyvault.new/azure-cli-keyvault.changes   
2018-10-15 10:45:30.151258022 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 12:04:52 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.2.2
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-keyvault-2.0.21.tar.gz

New:

  azure-cli-keyvault-2.2.2.tar.gz



Other differences:
--
++ azure-cli-keyvault.spec ++
--- /var/tmp/diff_new_pack.90iOfu/_old  2018-10-15 10:45:31.603256470 +0200
+++ /var/tmp/diff_new_pack.90iOfu/_new  2018-10-15 10:45:31.603256470 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-keyvault
-Version:2.0.21
+Version:2.2.2
 Release:0
 Summary:Microsoft Azure CLI 'keyvault' Command Module
 License:MIT
@@ -34,8 +34,9 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-keyvault >= 0.3.7
-Requires:   python3-azure-mgmt-keyvault >= 0.40.0
+Requires:   python3-azure-graphrbac >= 0.40.0
+Requires:   python3-azure-keyvault >= 1.1.0
+Requires:   python3-azure-mgmt-keyvault >= 1.1.0
 Requires:   python3-azure-nspkg
 Requires:   python3-pyOpenSSL
 Conflicts:  azure-cli < 2.0.0

++ azure-cli-keyvault-2.0.21.tar.gz -> azure-cli-keyvault-2.2.2.tar.gz 
++
 1770 lines of diff (skipped)




commit azure-cli-dla for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-dla for openSUSE:Factory 
checked in at 2018-10-15 10:44:52

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


Package is "azure-cli-dla"

Mon Oct 15 10:44:52 2018 rev:4 rq:641110 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dla/azure-cli-dla.changes  
2018-05-13 16:02:11.284629572 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-dla.new/azure-cli-dla.changes 
2018-10-15 10:44:58.323292063 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 10:00:44 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.2
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-dla-0.0.19.tar.gz

New:

  azure-cli-dla-0.2.2.tar.gz



Other differences:
--
++ azure-cli-dla.spec ++
--- /var/tmp/diff_new_pack.diukTw/_old  2018-10-15 10:45:00.115290146 +0200
+++ /var/tmp/diff_new_pack.diukTw/_new  2018-10-15 10:45:00.119290142 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-dla
-Version:0.0.19
+Version:0.2.2
 Release:0
 Summary:Microsoft Azure CLI 'data lake analytics' Command Module
 License:MIT

++ azure-cli-dla-0.0.19.tar.gz -> azure-cli-dla-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.19/HISTORY.rst 
new/azure-cli-dla-0.2.2/HISTORY.rst
--- old/azure-cli-dla-0.0.19/HISTORY.rst2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-dla-0.2.2/HISTORY.rst 2018-08-23 01:07:57.0 +0200
@@ -3,9 +3,28 @@
 Release History
 ===
 
-0.0.19
+0.2.2
++
+* Minor fixes
+
+0.2.1
++
+* Minor fixes
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.1.1
 ++
+* Minor fixes.
 
+0.1.0
++
+* Minor fixes.
+
+0.0.19
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.0.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.19/PKG-INFO 
new/azure-cli-dla-0.2.2/PKG-INFO
--- old/azure-cli-dla-0.0.19/PKG-INFO   2018-04-06 19:33:42.0 +0200
+++ new/azure-cli-dla-0.2.2/PKG-INFO2018-08-23 01:09:21.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-dla
-Version: 0.0.19
+Version: 0.2.2
 Summary: Microsoft Azure Command-Line Tools Data Lake Analytics Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'data lake analytics' Command Module
 
 
@@ -21,9 +20,28 @@
 Release History
 ===
 
-0.0.19
+0.2.2
++
+* Minor fixes
+
+0.2.1
++
+* Minor fixes
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.1.1
 ++
+* Minor fixes.
+
+0.1.0
++
+* Minor fixes.
 
+0.0.19
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.0.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-dla-0.0.19/azure/cli/command_modules/dla/_help.py 
new/azure-cli-dla-0.2.2/azure/cli/command_modules/dla/_help.py
--- old/azure-cli-dla-0.0.19/azure/cli/command_modules/dla/_help.py 
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-dla-0.2.2/azure/cli/command_modules/dla/_help.py  
2018-08-23 01:07:57.0 +0200
@@ -1,3 +1,4 @@
+# coding=utf-8
 # 

 # Copyright (c) Microsoft Corporation. All rights reserved.
 # Licensed under the MIT License. See License.txt in the project root for 
license information.
@@ -293,6 +294,16 @@
 short-summary: (PREVIEW) Manage links between Data Lake Analytics accounts 
and Azure Storage.
 """
 
+helps['dla account blob-storage add'] = """
+type: command
+short-summary: 

commit azure-cli-find for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-find for openSUSE:Factory 
checked in at 2018-10-15 10:45:36

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


Package is "azure-cli-find"

Mon Oct 15 10:45:36 2018 rev:4 rq:641116 version:0.2.12

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-find/azure-cli-find.changes
2018-05-13 16:04:54.190686227 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-find.new/azure-cli-find.changes   
2018-10-15 10:45:43.627243613 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 10:29:59 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.12
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-find-0.2.9.tar.gz

New:

  azure-cli-find-0.2.12.tar.gz



Other differences:
--
++ azure-cli-find.spec ++
--- /var/tmp/diff_new_pack.wm1API/_old  2018-10-15 10:45:44.651242519 +0200
+++ /var/tmp/diff_new_pack.wm1API/_new  2018-10-15 10:45:44.655242514 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-find
-Version:0.2.9
+Version:0.2.12
 Release:0
 Summary:Microsoft Azure CLI 'find' Command Module
 License:MIT

++ azure-cli-find-0.2.9.tar.gz -> azure-cli-find-0.2.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-find-0.2.9/HISTORY.rst 
new/azure-cli-find-0.2.12/HISTORY.rst
--- old/azure-cli-find-0.2.9/HISTORY.rst2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-find-0.2.12/HISTORY.rst   2018-07-14 01:41:34.0 
+0200
@@ -3,9 +3,20 @@
 Release History
 ===
 
-0.2.9
+0.2.12
+++
+* Minor fixes
+
+0.2.11
 ++
+* Minor fixes
 
+0.2.10
+++
+* Minor fixes
+
+0.2.9
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-find-0.2.9/PKG-INFO 
new/azure-cli-find-0.2.12/PKG-INFO
--- old/azure-cli-find-0.2.9/PKG-INFO   2018-04-06 19:33:50.0 +0200
+++ new/azure-cli-find-0.2.12/PKG-INFO  2018-07-14 01:41:48.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-find
-Version: 0.2.9
+Version: 0.2.12
 Summary: Microsoft Azure Command-Line Tools Find Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'find' Command Module
 =
 
@@ -18,9 +17,20 @@
 Release History
 ===
 
-0.2.9
+0.2.12
+++
+* Minor fixes
+
+0.2.11
 ++
+* Minor fixes
 
+0.2.10
+++
+* Minor fixes
+
+0.2.9
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-find-0.2.9/azure/cli/command_modules/find/__init__.py 
new/azure-cli-find-0.2.12/azure/cli/command_modules/find/__init__.py
--- old/azure-cli-find-0.2.9/azure/cli/command_modules/find/__init__.py 
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-find-0.2.12/azure/cli/command_modules/find/__init__.py
2018-07-14 01:41:34.0 +0200
@@ -22,6 +22,8 @@
 
 def load_arguments(self, command):
 from azure.cli.command_modules.find._params import load_arguments
+with self.argument_context('find') as c:
+c.ignore('_subscription')  # hide global subscription param
 load_arguments(self, command)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-find-0.2.9/azure/cli/command_modules/find/_gather_commands.py 
new/azure-cli-find-0.2.12/azure/cli/command_modules/find/_gather_commands.py
--- old/azure-cli-find-0.2.9/azure/cli/command_modules/find/_gather_commands.py 
2018-04-06 19:33:13.0 +0200
+++ 
new/azure-cli-find-0.2.12/azure/cli/command_modules/find/_gather_commands.py
2018-07-14 01:41:34.0 +0200
@@ -5,6 +5,7 @@
 
 import yaml
 
+from knack.help import REQUIRED_TAG
 from knack.help_files 

commit azure-cli-redis for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-redis for openSUSE:Factory 
checked in at 2018-10-15 10:44:22

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


Package is "azure-cli-redis"

Mon Oct 15 10:44:22 2018 rev:4 rq:641107 version:0.3.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-redis/azure-cli-redis.changes  
2018-05-13 16:03:04.926672501 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-redis.new/azure-cli-redis.changes 
2018-10-15 10:44:31.331320939 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 13:46:36 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.3.2
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-redis-0.2.12.tar.gz

New:

  azure-cli-redis-0.3.2.tar.gz



Other differences:
--
++ azure-cli-redis.spec ++
--- /var/tmp/diff_new_pack.uo7kdF/_old  2018-10-15 10:44:33.099319048 +0200
+++ /var/tmp/diff_new_pack.uo7kdF/_new  2018-10-15 10:44:33.107319039 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-redis
-Version:0.2.12
+Version:0.3.2
 Release:0
 Summary:Microsoft Azure CLI 'redis' Command Module
 License:MIT
@@ -34,7 +34,7 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-redis >= 4.1.0
+Requires:   python3-azure-mgmt-redis >= 5.0.0
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 

++ azure-cli-redis-0.2.12.tar.gz -> azure-cli-redis-0.3.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-redis-0.2.12/HISTORY.rst 
new/azure-cli-redis-0.3.2/HISTORY.rst
--- old/azure-cli-redis-0.2.12/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-redis-0.3.2/HISTORY.rst   2018-08-23 01:07:57.0 
+0200
@@ -3,9 +3,31 @@
 Release History
 ===
 
-0.2.12
+0.3.2
++
+* Minor fixes
+
+0.3.1
++
+* Minor fixes
+
+0.3.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.2.14
 ++
+* Minor fixes.
 
+0.2.13
+++
+* Deprecated `redis patch-schedule patch-schedule show` in favor of `redis 
patch-schedule show`.
+* Deprecated `redis list-all`. This functionality has been folded into `redis 
list`.
+* Deprecated `redis import-method` in favor of `redis import`.
+* Added support for `--ids` to various commands.
+
+0.2.12
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.2.11
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-redis-0.2.12/PKG-INFO 
new/azure-cli-redis-0.3.2/PKG-INFO
--- old/azure-cli-redis-0.2.12/PKG-INFO 2018-04-06 19:33:33.0 +0200
+++ new/azure-cli-redis-0.3.2/PKG-INFO  2018-08-23 01:09:23.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-redis
-Version: 0.2.12
+Version: 0.3.2
 Summary: Microsoft Azure Command-Line Tools Redis Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'redis' Command Module
 ==
 
@@ -21,9 +20,31 @@
 Release History
 ===
 
-0.2.12
+0.3.2
++
+* Minor fixes
+
+0.3.1
++
+* Minor fixes
+
+0.3.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.2.14
+++
+* Minor fixes.
+
+0.2.13
 ++
+* Deprecated `redis patch-schedule patch-schedule show` in favor of 
`redis patch-schedule show`.
+* Deprecated `redis list-all`. This functionality has been folded into 
`redis list`.
+* Deprecated `redis import-method` in favor of `redis import`.
+* Added support for `--ids` to various commands.
 
+0.2.12
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.2.11
diff 

commit azure-cli-vm for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-vm for openSUSE:Factory 
checked in at 2018-10-15 10:44:01

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


Package is "azure-cli-vm"

Mon Oct 15 10:44:01 2018 rev:4 rq:641105 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-vm/azure-cli-vm.changes
2018-05-13 16:03:31.901688360 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-vm.new/azure-cli-vm.changes   
2018-10-15 10:44:18.251334935 +0200
@@ -1,0 +2,9 @@
+Wed Sep 19 09:28:54 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.2.2
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-vm-2.0.30.tar.gz

New:

  azure-cli-vm-2.2.2.tar.gz



Other differences:
--
++ azure-cli-vm.spec ++
--- /var/tmp/diff_new_pack.VRrxx3/_old  2018-10-15 10:44:19.631333458 +0200
+++ /var/tmp/diff_new_pack.VRrxx3/_new  2018-10-15 10:44:19.635333454 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-vm
-Version:2.0.30
+Version:2.2.2
 Release:0
 Summary:Microsoft Azure CLI 'vm' Command Module
 License:MIT
@@ -34,15 +34,14 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-keyvault >= 0.3.7
-Requires:   python3-azure-mgmt-authorization >= 0.40.0
-Requires:   python3-azure-mgmt-compute >= 4.0.0rc1
-Requires:   python3-azure-mgmt-keyvault >= 0.40.0
+Requires:   python3-azure-keyvault >= 1.1.0
+Requires:   python3-azure-mgmt-authorization >= 0.50.0
+Requires:   python3-azure-mgmt-compute >= 4.0.0
+Requires:   python3-azure-mgmt-keyvault >= 1.1.0
 Requires:   python3-azure-mgmt-marketplaceordering >= 0.1.0
-Requires:   python3-azure-mgmt-msi >= 0.1.0
-Requires:   python3-azure-mgmt-network >= 2.0.0rc2
-Requires:   python3-azure-mgmt-resource >= 1.2.1
-Requires:   python3-azure-multiapi-storage >= 0.2.0
+Requires:   python3-azure-mgmt-msi >= 0.2.0
+Requires:   python3-azure-mgmt-network >= 2.0.0
+Requires:   python3-azure-multiapi-storage >= 0.2.2
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 

++ azure-cli-vm-2.0.30.tar.gz -> azure-cli-vm-2.2.2.tar.gz ++
 3128 lines of diff (skipped)




commit azure-cli-storage for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-storage for 
openSUSE:Factory checked in at 2018-10-15 10:44:10

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


Package is "azure-cli-storage"

Mon Oct 15 10:44:10 2018 rev:4 rq:641106 version:2.2.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-storage/azure-cli-storage.changes  
2018-05-13 16:03:29.273784234 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-storage.new/azure-cli-storage.changes 
2018-10-15 10:44:22.859330004 +0200
@@ -1,0 +2,9 @@
+Wed Sep 19 09:26:22 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.2.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-storage-2.0.31.tar.gz

New:

  azure-cli-storage-2.2.1.tar.gz



Other differences:
--
++ azure-cli-storage.spec ++
--- /var/tmp/diff_new_pack.H16FRd/_old  2018-10-15 10:44:23.323329508 +0200
+++ /var/tmp/diff_new_pack.H16FRd/_new  2018-10-15 10:44:23.323329508 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-storage
-Version:2.0.31
+Version:2.2.1
 Release:0
 Summary:Microsoft Azure CLI 'storage' Command Module
 License:MIT
@@ -34,8 +34,8 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-storage >= 1.5.0
-Requires:   python3-azure-multiapi-storage >= 0.2.0
+Requires:   python3-azure-mgmt-storage >= 2.0.0
+Requires:   python3-azure-multiapi-storage >= 0.2.2
 Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 

++ azure-cli-storage-2.0.31.tar.gz -> azure-cli-storage-2.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-storage-2.0.31/HISTORY.rst 
new/azure-cli-storage-2.2.1/HISTORY.rst
--- old/azure-cli-storage-2.0.31/HISTORY.rst2018-04-06 19:33:14.0 
+0200
+++ new/azure-cli-storage-2.2.1/HISTORY.rst 2018-08-23 01:07:58.0 
+0200
@@ -2,6 +2,52 @@
 
 Release History
 ===
+2.2.1
++
+* `storage share policy show`: exception handling to exit with code 3 upon a 
missing resource for consistency.
+
+2.2.0
++
+* BREAKING CHANGE: `storage account show-usage` now requires `--location` 
parameter and will list by region.
+* Make '--resource-group' parameter optional for 'storage account' commands.
+* Remove 'Failed precondition' warnings for individual failures in batch 
commands for single aggregated message.
+* blob/file delete-batch commands no longer output array of nulls.
+* blob download/upload/delete-batch commands will read sas-token from 
container url
+
+2.1.1
++
+* Allows download of large files using a single connection.
+* Converted 'show' commands that were missed from failing with exit code 3 
upon a missing resource.
+
+2.1.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+* Added `pageRanges` property to `storage blob show` output that will be 
populated for page blobs.
+
+2.0.36
+++
+* Minor fixes
+
+2.0.35
+++
+* Changed table output for `storage blob download` to be more readable.
+
+2.0.34
+++
+* Added extra mimetypes for json and javascript to be inferred from file 
extensions.
+
+2.0.33
+++
+* Added completer for `--account-name` argument.
+* Fixed problem with `storage entity query`.
+
+2.0.32
+++
+* Allow destination sas-token to apply to source for blob copy if source sas 
and account key are unspecified.
+* Expose --socket-timeout for blob uploads and downloads.
+* Treat blob names that start with path separators as relative paths.
+* `storage blob copy` Allow --source-sas with starting query char, '?'
+* `storage entity query` Fix --marker to accept list of key=values.
 
 2.0.31
 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-storage-2.0.31/PKG-INFO 
new/azure-cli-storage-2.2.1/PKG-INFO
--- old/azure-cli-storage-2.0.31/PKG-INFO   2018-04-06 19:33:45.0 
+0200
+++ new/azure-cli-storage-2.2.1/PKG-INFO2018-08-23 01:09:25.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: 

commit azure-cli-feedback for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-feedback for 
openSUSE:Factory checked in at 2018-10-15 10:44:30

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


Package is "azure-cli-feedback"

Mon Oct 15 10:44:30 2018 rev:4 rq:641108 version:2.1.4

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-feedback/azure-cli-feedback.changes
2018-05-13 16:02:27.252047015 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-feedback.new/azure-cli-feedback.changes   
2018-10-15 10:44:37.435314408 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 10:26:42 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 2.1.4
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-feedback-2.1.1.tar.gz

New:

  azure-cli-feedback-2.1.4.tar.gz



Other differences:
--
++ azure-cli-feedback.spec ++
--- /var/tmp/diff_new_pack.tHcBMW/_old  2018-10-15 10:44:37.927313882 +0200
+++ /var/tmp/diff_new_pack.tHcBMW/_new  2018-10-15 10:44:37.931313878 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   azure-cli-feedback
-Version:2.1.1
+Version:2.1.4
 Release:0
 Summary:Microsoft Azure CLI 'feedback' Command Module
 License:MIT

++ azure-cli-feedback-2.1.1.tar.gz -> azure-cli-feedback-2.1.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-feedback-2.1.1/HISTORY.rst 
new/azure-cli-feedback-2.1.4/HISTORY.rst
--- old/azure-cli-feedback-2.1.1/HISTORY.rst2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-feedback-2.1.4/HISTORY.rst2018-07-14 01:41:34.0 
+0200
@@ -3,9 +3,20 @@
 Release History
 ===
 
-2.1.1
+2.1.4
 +
+* Minor fixes
+
+2.1.3
+++
+* Minor fixes
+
+2.1.2
+++
+* Minor fixes
 
+2.1.1
++
 * `sdist` is now compatible with wheel 0.31.0
 
 2.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-feedback-2.1.1/PKG-INFO 
new/azure-cli-feedback-2.1.4/PKG-INFO
--- old/azure-cli-feedback-2.1.1/PKG-INFO   2018-04-06 19:33:35.0 
+0200
+++ new/azure-cli-feedback-2.1.4/PKG-INFO   2018-07-14 01:41:55.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-feedback
-Version: 2.1.1
+Version: 2.1.4
 Summary: Microsoft Azure Command-Line Tools Feedback Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'feedback' Command Module
 =
 
@@ -21,9 +20,20 @@
 Release History
 ===
 
-2.1.1
+2.1.4
 +
+* Minor fixes
+
+2.1.3
+++
+* Minor fixes
+
+2.1.2
+++
+* Minor fixes
 
+2.1.1
++
 * `sdist` is now compatible with wheel 0.31.0
 
 2.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-feedback-2.1.1/azure/cli/command_modules/feedback/__init__.py 
new/azure-cli-feedback-2.1.4/azure/cli/command_modules/feedback/__init__.py
--- old/azure-cli-feedback-2.1.1/azure/cli/command_modules/feedback/__init__.py 
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-feedback-2.1.4/azure/cli/command_modules/feedback/__init__.py 
2018-07-14 01:41:34.0 +0200
@@ -22,5 +22,9 @@
 
 return self.command_table
 
+def load_arguments(self, command):
+with self.argument_context('feedback') as c:
+c.ignore('_subscription')  # hide global subscription param
+
 
 COMMAND_LOADER_CLS = FeedbackCommandsLoader
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-feedback-2.1.1/azure/cli/command_modules/feedback/_help.py 
new/azure-cli-feedback-2.1.4/azure/cli/command_modules/feedback/_help.py
--- old/azure-cli-feedback-2.1.1/azure/cli/command_modules/feedback/_help.py
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-feedback-2.1.4/azure/cli/command_modules/feedback/_help.py
2018-07-14 01:41:34.0 +0200
@@ -1,3 +1,4 @@
+# 

commit azure-cli-eventhubs for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-eventhubs for 
openSUSE:Factory checked in at 2018-10-15 10:44:38

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


Package is "azure-cli-eventhubs"

Mon Oct 15 10:44:38 2018 rev:2 rq:641109 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-eventhubs/azure-cli-eventhubs.changes  
2018-05-13 16:02:19.684323117 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-eventhubs.new/azure-cli-eventhubs.changes 
2018-10-15 10:44:38.575313188 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 10:18:57 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.3
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-eventhubs-0.1.2.tar.gz

New:

  azure-cli-eventhubs-0.2.3.tar.gz



Other differences:
--
++ azure-cli-eventhubs.spec ++
--- /var/tmp/diff_new_pack.rAqMv5/_old  2018-10-15 10:44:41.319310253 +0200
+++ /var/tmp/diff_new_pack.rAqMv5/_new  2018-10-15 10:44:41.319310253 +0200
@@ -12,11 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:   azure-cli-eventhubs
-Version:0.1.2
+Version:0.2.3
 Release:0
 Summary:Microsoft Azure CLI 'eventhubs' Command Module
 License:MIT
@@ -24,18 +25,18 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-eventhubs/azure-cli-eventhubs-%{version}.tar.gz
 Source1:LICENSE.txt
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  python3-azure-nspkg
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
+BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
+Requires:   python3-azure-mgmt-eventhub >= 2.1.0
 Requires:   python3-azure-nspkg
-Requires:   azure-cli-core
 Requires:   python3-six
-Requires:   python3-azure-mgmt-eventhub >= 1.2.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -68,4 +69,5 @@
 %license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/eventhubs
 %{python3_sitelib}/azure_cli_eventhubs-*.egg-info
+
 %changelog

++ azure-cli-eventhubs-0.1.2.tar.gz -> azure-cli-eventhubs-0.2.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-eventhubs-0.1.2/HISTORY.rst 
new/azure-cli-eventhubs-0.2.3/HISTORY.rst
--- old/azure-cli-eventhubs-0.1.2/HISTORY.rst   2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-eventhubs-0.2.3/HISTORY.rst   2018-08-23 01:07:57.0 
+0200
@@ -3,19 +3,40 @@
 Release History
 ===
 
-0.1.2
+0.2.3
++
+* Minor fixes
+
+0.2.2
++
+* added readonly property 'pendingReplicationOperationsCount' to 
georecovery-alias
+
+0.2.1
++
+* updated help for the parameter --partition-count of eventhub
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.1.4
 ++
+* Minor fixes.
+
+0.1.3
++
+* Minor fixes
 
+0.1.2
+++
 * Fix package wheel
 * `sdist` is now compatible with wheel 0.31.0
 
 0.1.1
 +
-
 * Suppress the eventhubs extension from being loaded now.
 
 0.1.0
 +
-
 * Initial release.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-eventhubs-0.1.2/PKG-INFO 
new/azure-cli-eventhubs-0.2.3/PKG-INFO
--- old/azure-cli-eventhubs-0.1.2/PKG-INFO  2018-04-06 19:33:23.0 
+0200
+++ new/azure-cli-eventhubs-0.2.3/PKG-INFO  2018-08-23 01:10:05.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-eventhubs
-Version: 0.1.2
+Version: 0.2.3
 Summary: Microsoft Azure Command-Line Tools Event Hubs Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'eventhubs' Command Module
 ===
 
@@ -21,20 +20,41 @@
 Release History
 ===
  

commit highlight for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package highlight for openSUSE:Factory 
checked in at 2018-10-15 10:06:36

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


Package is "highlight"

Mon Oct 15 10:06:36 2018 rev:19 rq:641905 version:3.47

Changes:

--- /work/SRC/openSUSE:Factory/highlight/highlight.changes  2018-07-23 
17:58:46.913096674 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight.changes 2018-10-15 
10:06:45.325838565 +0200
@@ -1,0 +2,45 @@
+Sun Oct 14 07:32:17 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.47:
+  * Fixed xterm256 and truecolor whitespace output #2
+(gl#saalen/highlight#90).
+  * Fixed LaTeX, TeX, SVG and ODT whitespace output (regression of
+3.45).
+  * Added darkplus theme.
+  * Converted ChangeLog to AsciiDoc.
+  * Allowed state test indicators to match both whitespace (ws) and
+the enclosing state (others).
+  * CLI: Default output changed to xterm256 or truecolor if run in
+a terminal with color support and only a single file is
+outputted.
+  * GUI: Added checkbox in the clipboard tab to output selected
+lines only.
+
+---
+Sun Oct  7 15:31:19 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.46:
+  * Fixed xterm256 and truecolor whitespace output
+(gl#saalen/highlight#90).
+  * Converted manuals to AsciiDoc.
+
+---
+Fri Oct  5 19:37:00 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 3.45:
+  * Added DocumentHeader and DocumentFooter plug-in hooks.
+  * Added RemoveKeyword Lua function for syntax definitions.
+  * Added syntax test indicators (see README_TESTCASES).
+  * Added support for ISO and R10 variants of Modula2.
+  * Fixed R identifiers.
+  * Fixed ALAN IF identifiers.
+  * Fixed issue with Bash string interpolation.
+  * Fixed some bugs found by coverity tool
+(gl#saalen/highlight#82).
+  * Added Swift keywords and types.
+  * Added filetypes.conf.5 man page (gl#saalen/highlight#83).
+  * Added Gradle extension mapping.
+- Renamed highlight-3.43-fix-doc-dir.patch to
+  highlight-3.45-fix-doc-dir.patch: Rebased patch to 3.45.
+
+---

Old:

  highlight-3.43-fix-doc-dir.patch
  highlight-3.44.tar.bz2
  highlight-3.44.tar.bz2.asc

New:

  highlight-3.45-fix-doc-dir.patch
  highlight-3.47.tar.bz2
  highlight-3.47.tar.bz2.asc



Other differences:
--
++ highlight.spec ++
--- /var/tmp/diff_new_pack.zQwb6Y/_old  2018-10-15 10:06:47.165836593 +0200
+++ /var/tmp/diff_new_pack.zQwb6Y/_new  2018-10-15 10:06:47.169836589 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %bcond_without gui
 Name:   highlight
-Version:3.44
+Version:3.47
 Release:0
 Summary:Universal Source Code to Formatted Text Converter
 License:GPL-3.0-or-later
@@ -27,8 +27,8 @@
 Source0:http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2
 Source1:http://www.andre-simon.de/zip/%{name}-%{version}.tar.bz2.asc
 Source99:   highlight.keyring
-# PATCH-FIX-OPENSUSE highlight-3.43-fix-doc-dir.patch
-Patch0: highlight-3.43-fix-doc-dir.patch
+# PATCH-FIX-OPENSUSE highlight-3.45-fix-doc-dir.patch
+Patch0: highlight-3.45-fix-doc-dir.patch
 # PATCH-FIX-OPENSUSE highlight-3.42-use_optflags.patch
 Patch1: highlight-3.42-use_optflags.patch
 BuildRequires:  dos2unix
@@ -117,6 +117,7 @@
 %{_datadir}/%{name}/plugins
 %{_datadir}/%{name}/themes
 %{_mandir}/man1/%{name}.1%{?ext_man}
+%{_mandir}/man5/filetypes.conf.5%{?ext_man}
 
 %if %{with gui}
 %files gui

++ highlight-3.43-fix-doc-dir.patch -> highlight-3.45-fix-doc-dir.patch 
++
--- /work/SRC/openSUSE:Factory/highlight/highlight-3.43-fix-doc-dir.patch   
2018-05-02 12:17:17.702648148 +0200
+++ /work/SRC/openSUSE:Factory/.highlight.new/highlight-3.45-fix-doc-dir.patch  
2018-10-15 10:06:43.205840837 +0200
@@ -2,7 +2,7 @@
 --- highlight-2.10-orig//makefile  2009-07-22 23:49:45.0 +0200
 +++ highlight-2.10//makefile   2009-07-22 23:50:33.0 +0200
 @@ -20,7 +20,7 @@
- man_dir = ${PREFIX}/share/man/man1/
+ man_dir = ${PREFIX}/share/man/
  
  # Location of the highlight documentation:
 -doc_dir = ${PREFIX}/share/doc/highlight/

++ highlight-3.44.tar.bz2 -> highlight-3.47.tar.bz2 ++
 22319 lines of 

commit apache-pdfbox for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package apache-pdfbox for openSUSE:Factory 
checked in at 2018-10-15 10:06:12

Comparing /work/SRC/openSUSE:Factory/apache-pdfbox (Old)
 and  /work/SRC/openSUSE:Factory/.apache-pdfbox.new (New)


Package is "apache-pdfbox"

Mon Oct 15 10:06:12 2018 rev:9 rq:640544 version:1.8.16

Changes:

--- /work/SRC/openSUSE:Factory/apache-pdfbox/apache-pdfbox.changes  
2018-07-07 21:57:09.095412548 +0200
+++ /work/SRC/openSUSE:Factory/.apache-pdfbox.new/apache-pdfbox.changes 
2018-10-15 10:06:15.673870358 +0200
@@ -1,0 +2,13 @@
+Mon Oct  8 07:30:50 UTC 2018 - Fabian Vogt 
+
+- Update to 1.8.16:
+  * [PDFBOX-4261] - Invalidated signature signing pdf twice
+  * [PDFBOX-4276] - Multiply blend mode not detected
+  * [PDFBOX-4283] - Allowing Rectangles with additional elements
+  * [PDFBOX-4298] - NullPointerException when doing overlay
+  * [PDFBOX-4316] - RemoveAllText does not delete all parameters with " 
operator
+  * [PDFBOX-4274] - Get rid of warning about prerequisites
+  * Improve skip duplicates (bsc#009, CVE-2018-11797)
+- Adjust fix-version.patch
+
+---

Old:

  fontbox-1.8.15.pom
  jempbox-1.8.15.pom
  pdfbox-1.8.15-src.zip
  pdfbox-1.8.15.pom

New:

  fontbox-1.8.16.pom
  jempbox-1.8.16.pom
  pdfbox-1.8.16-src.zip
  pdfbox-1.8.16.pom



Other differences:
--
++ apache-pdfbox.spec ++
--- /var/tmp/diff_new_pack.VR8P8O/_old  2018-10-15 10:06:26.557858685 +0200
+++ /var/tmp/diff_new_pack.VR8P8O/_new  2018-10-15 10:06:26.557858685 +0200
@@ -18,7 +18,7 @@
 
 # Only fontbox and jempbox are built as pdfbox itself depends on Adobe's pcif.
 Name:   apache-pdfbox
-Version:1.8.15
+Version:1.8.16
 Release:0
 Summary:Java PDF Library
 License:Apache-2.0

++ fix-version.patch ++
--- /var/tmp/diff_new_pack.VR8P8O/_old  2018-10-15 10:06:26.585858655 +0200
+++ /var/tmp/diff_new_pack.VR8P8O/_new  2018-10-15 10:06:26.585858655 +0200
@@ -1,13 +1,13 @@
-Index: pdfbox-1.8.15/pdfbox/build.xml
+Index: pdfbox-1.8.16/pdfbox/build.xml
 ===
 pdfbox-1.8.15.orig/pdfbox/build.xml
-+++ pdfbox-1.8.15/pdfbox/build.xml
+--- pdfbox-1.8.16.orig/pdfbox/build.xml
 pdfbox-1.8.16/pdfbox/build.xml
 @@ -31,7 +31,7 @@
  
  
  
 -
-+
++
  
  
  

++ fontbox-1.8.15.pom -> fontbox-1.8.16.pom ++
--- /work/SRC/openSUSE:Factory/apache-pdfbox/fontbox-1.8.15.pom 2018-07-07 
21:57:09.143412487 +0200
+++ /work/SRC/openSUSE:Factory/.apache-pdfbox.new/fontbox-1.8.16.pom
2018-10-15 10:06:18.073867783 +0200
@@ -21,7 +21,7 @@
   
 org.apache.pdfbox
 pdfbox-parent
-1.8.15
+1.8.16
 ../parent/pom.xml
   
 

++ jempbox-1.8.15.pom -> jempbox-1.8.16.pom ++
--- /work/SRC/openSUSE:Factory/apache-pdfbox/jempbox-1.8.15.pom 2018-07-07 
21:57:09.155412471 +0200
+++ /work/SRC/openSUSE:Factory/.apache-pdfbox.new/jempbox-1.8.16.pom
2018-10-15 10:06:18.101867753 +0200
@@ -21,7 +21,7 @@
   
 org.apache.pdfbox
 pdfbox-parent
-1.8.15
+1.8.16
 ../parent/pom.xml
   
 

++ pdfbox-1.8.15.pom -> pdfbox-1.8.16.pom ++
--- /work/SRC/openSUSE:Factory/apache-pdfbox/pdfbox-1.8.15.pom  2018-07-07 
21:57:12.147408674 +0200
+++ /work/SRC/openSUSE:Factory/.apache-pdfbox.new/pdfbox-1.8.16.pom 
2018-10-15 10:06:25.869859422 +0200
@@ -23,7 +23,7 @@
 
 org.apache.pdfbox
 pdfbox-parent
-1.8.15
+1.8.16
 ../parent/pom.xml
 
 




commit javassist for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package javassist for openSUSE:Factory 
checked in at 2018-10-15 10:06:02

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


Package is "javassist"

Mon Oct 15 10:06:02 2018 rev:12 rq:640536 version:3.23.1

Changes:

--- /work/SRC/openSUSE:Factory/javassist/javassist.changes  2017-09-13 
22:20:29.350775521 +0200
+++ /work/SRC/openSUSE:Factory/.javassist.new/javassist.changes 2018-10-15 
10:06:08.545878004 +0200
@@ -1,0 +2,17 @@
+Sun Oct  7 16:51:45 UTC 2018 - Jan Engelhardt 
+
+- Replace old $RPM_* shell vars by macros.
+
+---
+Fri Oct  5 13:19:12 UTC 2018 - pmonrealgonza...@suse.com
+
+- Version update to 3.23.1:
+  * 3.23.1 Github PR #171
+  * 3.23   Fix leaking file handlers in ClassPool and removed
+   ClassPath.close(). Github issue #165
+  * 3.22   Java 9 supports.
+   JIRA JASSIST-261.
+- Dropped patch fixed upstream:
+javassist-rel_3_21_0_ga-javadoc.patch
+
+---

Old:

  javassist-rel_3_21_0_ga-javadoc.patch
  rel_3_21_0_ga.tar.gz

New:

  rel_3_23_1_ga.tar.gz



Other differences:
--
++ javassist.spec ++
--- /var/tmp/diff_new_pack.98AfKD/_old  2018-10-15 10:06:11.577874751 +0200
+++ /var/tmp/diff_new_pack.98AfKD/_new  2018-10-15 10:06:11.585874743 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package javassist
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2000-2005, JPackage Project
 # All rights reserved.
 #
@@ -14,21 +14,21 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%define tar_version rel_3_23_1_ga
 Summary:Java Programming Assistant: bytecode manipulation
-License:LGPL-2.1+ or MPL-1.1
+License:LGPL-2.1-or-later OR MPL-1.1
 Group:  Development/Libraries/Java
 Name:   javassist
-%define tar_version rel_3_21_0_ga
-Version:3.21.0
+Version:3.23.1
 Release:0
-Url:http://www.csg.ci.i.u-tokyo.ac.jp/~chiba/javassist/
+Url:https://www.javassist.org/
 Source0:
https://github.com/jboss-javassist/javassist/archive/%{tar_version}.tar.gz
-Patch0: javassist-rel_3_21_0_ga-javadoc.patch
 BuildRequires:  ant >= 1.6
+BuildRequires:  fdupes
 BuildRequires:  java-devel >= 1.6
 BuildRequires:  javapackages-tools
 BuildArch:  noarch
@@ -77,7 +77,6 @@
 
 %prep
 %setup -q -n %{name}-%{tar_version}
-%patch0 -p1
 for j in $(find . -name "*.jar"); do
 mv $j $j.no
 done
@@ -87,23 +86,25 @@
 
 %install
 # jars
-mkdir -p $RPM_BUILD_ROOT%{_javadir}
+mkdir -p %{buildroot}/%{_javadir}
 cp -p %{name}.jar \
-  $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
-(cd $RPM_BUILD_ROOT%{_javadir} && for jar in *-%{version}.jar; do ln -sf 
${jar} `echo $jar| sed "s|-%{version}||g"`; done)
+  %{buildroot}/%{_javadir}/%{name}-%{version}.jar
+(cd %{buildroot}/%{_javadir} && for jar in *-%{version}.jar; do ln -sf ${jar} 
`echo $jar| sed "s|-%{version}||g"`; done)
 
 # demo
-mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
-cp -pr sample/* $RPM_BUILD_ROOT%{_datadir}/%{name}-%{version}
+mkdir -p %{buildroot}/%{_datadir}/%{name}-%{version}
+cp -pr sample/* %{buildroot}/%{_datadir}/%{name}-%{version}
 
 # javadoc
-mkdir -p $RPM_BUILD_ROOT%{_javadocdir}/%{name}
-cp -pr html/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
+mkdir -p %{buildroot}/%{_javadocdir}/%{name}
+cp -pr html/* %{buildroot}/%{_javadocdir}/%{name}
+
+%fdupes -s %{buildroot}/%{_javadocdir}/%{name}/jquery/
 
 # manual
-mkdir -p $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/tutorial
-cp -pr tutorial/* $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}/tutorial
-cp -p License.html $RPM_BUILD_ROOT%{_docdir}/%{name}-%{version}
+mkdir -p %{buildroot}/%{_docdir}/%{name}-%{version}/tutorial
+cp -pr tutorial/* %{buildroot}/%{_docdir}/%{name}-%{version}/tutorial
+cp -p License.html %{buildroot}/%{_docdir}/%{name}-%{version}
 
 %files
 %defattr(0644,root,root,0755)

++ rel_3_21_0_ga.tar.gz -> rel_3_23_1_ga.tar.gz ++
 25128 lines of diff (skipped)




commit perl-Crypt-OpenSSL-RSA for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package perl-Crypt-OpenSSL-RSA for 
openSUSE:Factory checked in at 2018-10-15 10:05:33

Comparing /work/SRC/openSUSE:Factory/perl-Crypt-OpenSSL-RSA (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Crypt-OpenSSL-RSA.new (New)


Package is "perl-Crypt-OpenSSL-RSA"

Mon Oct 15 10:05:33 2018 rev:21 rq:640385 version:0.31

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Crypt-OpenSSL-RSA/perl-Crypt-OpenSSL-RSA.changes
2017-09-05 15:13:52.312608602 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Crypt-OpenSSL-RSA.new/perl-Crypt-OpenSSL-RSA.changes
   2018-10-15 10:05:38.945909774 +0200
@@ -1,0 +2,45 @@
+Sun Oct  7 09:01:37 UTC 2018 - Dirk Stoecker 
+
+- Fix autogenerated changes to build again
+  * Drop openssl110.patch (upstream)
+
+---
+Tue Sep 25 05:09:43 UTC 2018 - Stephan Kulow 
+
+- updated to 0.31
+   see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
+
+  0.31 Mon Sep 24 2018
+  - Remove default of SHA256 for RSA keys. This has caused significant
+problems with downstream modules and it has always been possible to
+do $key->use_sha256_hash()
+
+---
+Wed May  2 05:08:37 UTC 2018 - co...@suse.com
+
+- updated to 0.30
+   see /usr/share/doc/packages/perl-Crypt-OpenSSL-RSA/Changes
+
+  0.30 Tue May 1 2018
+  - Working windows library detection
+  - Actively testing on appveyor for windows now.
+  - work correctly on LibreSSL
+  
+  0.29_03  Mon Apr 16 2018
+  - Add whirlpool hash support.
+  - Crypt::OpenSSL::Random is now required at comnpile-time.
+  - Use the new interface to RSA_generate_key if available
+  - Add library paths to LIBS from Crypt::OpenSSL::Guess
+  
+  0.29_02  Sun Apr 15 2018
+  - Add missing require of Config::OpenSSL::Guess
+  
+  0.29_01  Fri Apr 13 2018
+  - Adapt to OpenSSL 1.1.0 (dur-randir)
+  - Move issue tracker to github.
+  - Modernization as in Crypt::OpenSSL::Random.
+  - better MSWin32 hints, fixes MSVC libraries,
+  - more meta tests,
+  - prefer hash mode NID_sha256 over NID_sha1 for sign
+
+---

Old:

  Crypt-OpenSSL-RSA-0.28.tar.gz
  openssl110.patch

New:

  Crypt-OpenSSL-RSA-0.31.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Crypt-OpenSSL-RSA.spec ++
--- /var/tmp/diff_new_pack.kdoa0j/_old  2018-10-15 10:05:39.373909315 +0200
+++ /var/tmp/diff_new_pack.kdoa0j/_new  2018-10-15 10:05:39.373909315 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-OpenSSL-RSA
 #
-# 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
@@ -12,44 +12,51 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define cpan_name Crypt-OpenSSL-RSA
 Name:   perl-Crypt-OpenSSL-RSA
-Version:0.28
+Version:0.31
 Release:0
+%define cpan_name Crypt-OpenSSL-RSA
 Summary:RSA encoding and decoding, using the openSSL libraries
-License:GPL-1.0+ OR Artistic-1.0
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Crypt-OpenSSL-RSA
-Source: 
http://search.cpan.org/CPAN/authors/id/P/PE/PERLER/Crypt-OpenSSL-RSA-%{version}.tar.gz
+Url:http://search.cpan.org/dist/Crypt-OpenSSL-RSA/
+Source0:
https://cpan.metacpan.org/authors/id/T/TO/TODDR/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 Patch0: %{cpan_name}.patch
-Patch1: openssl110.patch
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  openssl-devel
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Crypt::OpenSSL::Guess) >= 0.11
 BuildRequires:  perl(Crypt::OpenSSL::Random)
 Requires:   perl(Crypt::OpenSSL::Random)
+Recommends: perl(Crypt::OpenSSL::Bignum)
 %{perl_requires}
 
 %description
-Crypt::OpenSSL::RSA is an XS perl module designed to provide basic RSA
-functionality.  It does this by providing a glue to the RSA functions
-in the OpenSSL library.
+'Crypt::OpenSSL::RSA' provides the ability to RSA encrypt strings which are
+somewhat shorter than the 

commit libdrm for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package libdrm for openSUSE:Factory checked 
in at 2018-10-15 10:05:41

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


Package is "libdrm"

Mon Oct 15 10:05:41 2018 rev:138 rq:640387 version:2.4.95

Changes:

--- /work/SRC/openSUSE:Factory/libdrm/libdrm.changes2018-08-20 
16:17:24.892652906 +0200
+++ /work/SRC/openSUSE:Factory/.libdrm.new/libdrm.changes   2018-10-15 
10:05:46.837901301 +0200
@@ -1,0 +2,8 @@
+Sun Oct  7 09:41:26 UTC 2018 - sndir...@suse.com
+
+- Update to version 2.4.95
+  * This release adds a fallback for realpath() which was blocked by the
+web-browser sand-boxing. While the browsers are fixed-up they seem to have
+little incentive to roll bugfix releases :-\
+
+---

Old:

  libdrm-2.4.93.tar.bz2

New:

  libdrm-2.4.95.tar.bz2



Other differences:
--
++ libdrm.spec ++
--- /var/tmp/diff_new_pack.OWVO6W/_old  2018-10-15 10:05:47.449900644 +0200
+++ /var/tmp/diff_new_pack.OWVO6W/_new  2018-10-15 10:05:47.453900640 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libdrm
-Version:2.4.93
+Version:2.4.95
 Release:0
 Summary:Userspace Interface for Kernel DRM Services
 License:MIT

++ libdrm-2.4.93.tar.bz2 -> libdrm-2.4.95.tar.bz2 ++
 17376 lines of diff (skipped)




commit perl-Crypt-OpenSSL-Random for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package perl-Crypt-OpenSSL-Random for 
openSUSE:Factory checked in at 2018-10-15 10:05:22

Comparing /work/SRC/openSUSE:Factory/perl-Crypt-OpenSSL-Random (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Crypt-OpenSSL-Random.new (New)


Package is "perl-Crypt-OpenSSL-Random"

Mon Oct 15 10:05:22 2018 rev:20 rq:640383 version:0.15

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Crypt-OpenSSL-Random/perl-Crypt-OpenSSL-Random.changes
  2017-09-05 15:13:14.381940273 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Crypt-OpenSSL-Random.new/perl-Crypt-OpenSSL-Random.changes
 2018-10-15 10:05:31.361917919 +0200
@@ -1,0 +2,42 @@
+Sun Oct  7 09:01:19 UTC 2018 - Dirk Stoecker 
+
+- Fix autogenerated changes to build again
+
+---
+Mon Apr 23 05:12:39 UTC 2018 - co...@suse.com
+
+- updated to 0.15
+   see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
+
+  0.15  2018-04-22 rurban
+  - fix mingw hints for pkg-config support (akiym, PR #7)
+
+---
+Wed Apr 18 05:09:41 UTC 2018 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
+
+  0.14  2018-04-17 rurban
+  - add library paths to LIBS from Crypt::OpenSSL::Guess (akiym, PR #6)
+
+---
+Sun Apr 15 05:09:12 UTC 2018 - co...@suse.com
+
+- updated to 0.13
+   see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
+
+  0.13  2018-04-14 rurban
+  - move Crypt::OpenSSL::Guess to configure dependency. (grinnz, PR #4)
+
+---
+Sat Apr 14 05:09:31 UTC 2018 - co...@suse.com
+
+- updated to 0.12
+   see /usr/share/doc/packages/perl-Crypt-OpenSSL-Random/Changes
+
+  0.12  2018-04-13 rurban
+  - use Crypt::OpenSSL::Guess to resolve OpenSSL include path,
+fixes MacOS's homebrew OpenSSL installation problem. (akiym, PR #3)
+
+---

Old:

  Crypt-OpenSSL-Random-0.11.tar.gz

New:

  Crypt-OpenSSL-Random-0.15.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Crypt-OpenSSL-Random.spec ++
--- /var/tmp/diff_new_pack.RxsgzI/_old  2018-10-15 10:05:31.973917261 +0200
+++ /var/tmp/diff_new_pack.RxsgzI/_new  2018-10-15 10:05:31.977917257 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Crypt-OpenSSL-Random
 #
-# 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
@@ -12,29 +12,33 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Crypt-OpenSSL-Random
-Version:0.11
+Version:0.15
 Release:0
 %define cpan_name Crypt-OpenSSL-Random
-Summary:Routines for accessing the OpenSSL pseudo-random number 
generator
-License:Artistic-1.0 or GPL-1.0+
+Summary:OpenSSL/LibreSSL pseudo-random number generator access
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Crypt-OpenSSL-Random/
-Source: 
http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Crypt::OpenSSL::Guess) >= 0.11
 %{perl_requires}
 #MANUAL
 BuildRequires:  openssl-devel
 
 %description
-Crypt::OpenSSL::Random provides the ability to seed and query the OpenSSL
-library's pseudo-random number generator.
+'Crypt::OpenSSL::Random' provides the ability to seed and query the
+*OpenSSL* and *LibreSSL* library's pseudo-random number generators.
+
+Note: On *LibreSSL* 'random_egd()' is not defined.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
@@ -53,6 +57,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes README
+%license LICENSE
 
 %changelog

++ Crypt-OpenSSL-Random-0.11.tar.gz -> Crypt-OpenSSL-Random-0.15.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-SGMLS for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package perl-SGMLS for openSUSE:Factory 
checked in at 2018-10-15 10:05:49

Comparing /work/SRC/openSUSE:Factory/perl-SGMLS (Old)
 and  /work/SRC/openSUSE:Factory/.perl-SGMLS.new (New)


Package is "perl-SGMLS"

Mon Oct 15 10:05:49 2018 rev:23 rq:640406 version:1.1

Changes:

--- /work/SRC/openSUSE:Factory/perl-SGMLS/perl-SGMLS.changes2013-04-17 
08:03:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-SGMLS.new/perl-SGMLS.changes   
2018-10-15 10:05:54.201893396 +0200
@@ -1,0 +2,17 @@
+Sun Oct  7 10:18:13 UTC 2018 - Dirk Stoecker 
+
+- Fix downgrade issue due to uncommon version name
+
+---
+Thu Sep 13 16:44:30 UTC 2018 - pmonrealgonza...@suse.com
+
+- update to version 1.1
+   Updated the package to use Module::Build. This should help
+   distribution packagers who commonly patched the old Makefile
+   to rearrange the install.
+
+   Applied Ardo van Rangelrooij's debian patches
+
+- Cleaned spec file with spec-cleaner
+
+---

Old:

  SGMLSpm-1.03ii.tar.gz

New:

  SGMLSpm-1.1.tar.gz



Other differences:
--
++ perl-SGMLS.spec ++
--- /var/tmp/diff_new_pack.6LVCoG/_old  2018-10-15 10:05:55.289892228 +0200
+++ /var/tmp/diff_new_pack.6LVCoG/_new  2018-10-15 10:05:55.293892224 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-SGMLS
 #
-# Copyright (c) 2013 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
@@ -17,17 +17,20 @@
 
 
 Name:   perl-SGMLS
-Version:1.03ii
+Version:1.1
 Release:0
 Summary:SGML/XML Parsers
-License:LGPL-2.1+
+License:GPL-2.0
 Group:  Productivity/Publishing/SGML
-Url:http://www.garshol.priv.no/download/xmltools/prod/SGMLSpm.html
-Source: 
http://www.cpan.org/modules/by-module/SGMLS/SGMLSpm-%version.tar.gz
+Url:https://metacpan.org/release/RAAB/SGMLSpm-1.1
+Source: 
https://www.cpan.org/authors/id/R/RA/RAAB/SGMLSpm-%{version}.tar.gz
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%perl_requires
+BuildRequires:  perl(Module::Build)
+# workaround the downgrade in version number from 1.03ii to 1.1
+Provides:   perl-SGMLS = %{version}0
+Provides:   perl(SGMLS) = %{version}0
+%{perl_requires}
 
 %description
 SGMLSpm is a Perl script that reads ESIS output (from parsers like SP)
@@ -35,31 +38,28 @@
 parser can parse XML this also works for XML.
 
 %prep
-%setup -n SGMLSpm -q
+%setup -q -n SGMLSpm-1.1
 
 %build
 
 %install
-mkdir -p %{buildroot}%perl_vendorlib
-mkdir -p %{buildroot}%perl_vendorlib/SGMLS
-mkdir -p %{buildroot}%{_prefix}/bin
-install SGMLS.pm %{buildroot}%perl_vendorlib
-install skel.pl %{buildroot}%perl_vendorlib
-install Output.pm Refs.pm %{buildroot}%perl_vendorlib/SGMLS
-install sgmlspl.pl %{buildroot}%{_bindir}/sgmlspl
+mkdir -p %{buildroot}%{perl_vendorlib}
+mkdir -p %{buildroot}%{perl_vendorlib}/SGMLS
+mkdir -p %{buildroot}%{_bindir}
+install lib/SGMLS.pm %{buildroot}%{perl_vendorlib}
+install lib/sgmlspl-specs/skel.pl %{buildroot}%{perl_vendorlib}
+install lib/SGMLS/Output.pm lib/SGMLS/Refs.pm 
%{buildroot}%{perl_vendorlib}/SGMLS
+install script/sgmlspl.pl %{buildroot}%{_bindir}/sgmlspl
 mv DOC/sample.pl DOC/HTML/SGMLSpm/sample.pl
 
-%clean
-rm -rf %{buildroot}
-
 %files
-%defattr(-,root,root)
-%doc COPYING README BUGS ChangeLog TODO DOC/HTML/*
-%dir %perl_vendorlib/SGMLS
-%perl_vendorlib/SGMLS.pm
-%perl_vendorlib/skel.pl
-%perl_vendorlib/SGMLS/Output.pm
-%perl_vendorlib/SGMLS/Refs.pm
+%license COPYING
+%doc README BUGS ChangeLog TODO DOC/HTML/*
+%dir %{perl_vendorlib}/SGMLS
+%{perl_vendorlib}/SGMLS.pm
+%{perl_vendorlib}/skel.pl
+%{perl_vendorlib}/SGMLS/Output.pm
+%{perl_vendorlib}/SGMLS/Refs.pm
 %{_bindir}/sgmlspl
 
 %changelog

++ SGMLSpm-1.03ii.tar.gz -> SGMLSpm-1.1.tar.gz ++
 4356 lines of diff (skipped)




commit kiwi-boot-descriptions for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package kiwi-boot-descriptions for 
openSUSE:Factory checked in at 2018-10-15 10:05:03

Comparing /work/SRC/openSUSE:Factory/kiwi-boot-descriptions (Old)
 and  /work/SRC/openSUSE:Factory/.kiwi-boot-descriptions.new (New)


Package is "kiwi-boot-descriptions"

Mon Oct 15 10:05:03 2018 rev:6 rq:640113 version:1.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/kiwi-boot-descriptions/kiwi-boot-descriptions.changes
2018-09-11 17:09:16.748154719 +0200
+++ 
/work/SRC/openSUSE:Factory/.kiwi-boot-descriptions.new/kiwi-boot-descriptions.changes
   2018-10-15 10:05:06.601944522 +0200
@@ -1,0 +2,15 @@
+Fri Sep 28 16:16:39 UTC 2018 - David Cassany 
+
+- Added syslinux requirement for kiwi-image-iso-requires, this
+  fixes bnc#1103398 
+
+---
+Thu Sep 20 08:45:29 UTC 2018 - m...@suse.com
+
+- Setup swap space with a label in any case
+
+  Independently of the device persistency setup we create
+  the swap space with the label named SWAP and add it as
+  such to the fstab file
+
+---



Other differences:
--
++ kiwi-boot-descriptions.spec ++
--- /var/tmp/diff_new_pack.q5NSPG/_old  2018-10-15 10:05:07.725943313 +0200
+++ /var/tmp/diff_new_pack.q5NSPG/_new  2018-10-15 10:05:07.729943309 +0200
@@ -100,7 +100,7 @@
 Release:0
 Url:https://github.com/SUSE/kiwi-descriptions
 Summary:KIWI - Custom Boot Descriptions
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  System/Management
 Source: %{name}.tar.gz
 Source1:kiwi-boot-packages
@@ -162,6 +162,8 @@
 %else
 Requires:   genisoimage
 %endif
+Requires:   syslinux
+
 %description -n kiwi-image-iso-requires
 Meta package for the buildservice to pull in all required packages
 for the build host to build live iso images

++ kiwi-boot-descriptions.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/custom_boot/arch/arm/oemboot/linuxrc 
new/custom_boot/arch/arm/oemboot/linuxrc
--- old/custom_boot/arch/arm/oemboot/linuxrc2018-02-08 11:48:44.477148606 
+0100
+++ new/custom_boot/arch/arm/oemboot/linuxrc2018-09-20 10:37:45.553901244 
+0200
@@ -553,7 +553,7 @@
 imageSwapDevice=$(cat /mnt/etc/fstab | grep swap | cut -f1 -d " ")
 imageSwapDevice=$(echo $imageSwapDevice)
 if [ -e "$imageSwapDevice" ];then
-if ! mkswap $imageSwapDevice 1>&2;then
+if ! createSwap $imageSwapDevice 1>&2;then
 systemException "Failed to restore swap signature" "reboot"
 fi
 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/custom_boot/arch/arm/oemboot/repart 
new/custom_boot/arch/arm/oemboot/repart
--- old/custom_boot/arch/arm/oemboot/repart 2018-02-08 11:48:44.477148606 
+0100
+++ new/custom_boot/arch/arm/oemboot/repart 2018-09-20 10:37:45.553901244 
+0200
@@ -651,7 +651,7 @@
 waitForStorageDevice $imageSwapDevice &>/dev/null
 if partitionSize $imageSwapDevice &>/dev/null;then
 Echo "Creating swap space on $imageSwapDevice"
-if ! mkswap $imageSwapDevice 1>&2;then
+if ! createSwap $imageSwapDevice 1>&2;then
 systemException "Failed to create swap signature" "reboot"
 fi
 Echo "Activating swap space on $imageSwapDevice"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/custom_boot/arch/ppc/netboot/linuxrc 
new/custom_boot/arch/ppc/netboot/linuxrc
--- old/custom_boot/arch/ppc/netboot/linuxrc2018-02-08 11:48:44.485148633 
+0100
+++ new/custom_boot/arch/ppc/netboot/linuxrc2018-09-20 10:37:45.553901244 
+0200
@@ -437,7 +437,7 @@
 fi
 runHook preswap
 if [ ! -z "$imageSwapDevice" ];then
-if ! mkswap $imageSwapDevice 1>&2;then
+if ! createSwap $imageSwapDevice 1>&2;then
 systemException "Failed to create swap signature" "reboot"
 fi
 fi
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/custom_boot/arch/ppc/oemboot/linuxrc 
new/custom_boot/arch/ppc/oemboot/linuxrc
--- old/custom_boot/arch/ppc/oemboot/linuxrc2018-02-08 11:48:44.485148633 
+0100
+++ new/custom_boot/arch/ppc/oemboot/linuxrc2018-09-20 10:37:45.553901244 
+0200
@@ -552,7 +552,7 @@
 imageSwapDevice=$(cat /mnt/etc/fstab | grep swap | cut -f1 -d " ")
 imageSwapDevice=$(echo $imageSwapDevice)
 if [ -e "$imageSwapDevice" ];then
-if ! mkswap $imageSwapDevice 1>&2;then
+   

commit ovmf for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package ovmf for openSUSE:Factory checked in 
at 2018-10-15 10:04:15

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


Package is "ovmf"

Mon Oct 15 10:04:15 2018 rev:27 rq:640028 
version:2018+git1538590187.c0b1f749ef13

Changes:

--- /work/SRC/openSUSE:Factory/ovmf/ovmf.changes2018-08-28 
09:20:52.244157990 +0200
+++ /work/SRC/openSUSE:Factory/.ovmf.new/ovmf.changes   2018-10-15 
10:04:33.905979681 +0200
@@ -1,0 +2,127 @@
+Fri Oct  5 04:04:38 UTC 2018 - Gary Ching-Pang Lin 
+
+- Update to 2018+git1538590187.c0b1f749ef13
+  + ShellPkg: Create a homefilesystem environment variable
+  + NetworkPkg/HttpUtilitiesDxe: fix read memory access overflow
+  + NetworkPkg/HttpDxe: fix read memory access overflow in HTTPBoot
+  + PcAtChipsetPkg PcRtc: Use new EfiLocateFirstAcpiTable()
+  + MdeModulePkg S3SaveStateDxe: Use new EfiLocateFirstAcpiTable()
+  + MdePkg UefiLib: Add new EfiLocateXXXAcpiTable() APIs
+  + NetworkPkg/UefiPxeBcDxe: Add the clarification compared to
+UefiPxeBcDxe in MdeModulePkg
+  + NetworkPkg/IScsiDxe: Add the clarification compared to
+IScsiDxe in MdeModulePkg
+  + NetworkPkg/TcpDxe: Add the clarification compared to Tcp4Dxe
+in MdeModulePkg
+  + MdeModulePkg/UefiPxeBcDxe: Add the clarification compared
+to UefiPxeBcDxe in NetworkPkg
+  + MdeModulePkg/IScsiDxe: Add the clarification compared to
+IScsiDxe in NetworkPkg
+  + MdeModulePkg/Tcp4Dxe: Add the clarification compared to TcpDxe
+in NetworkPkg
+  + NetworkPkg/UefiPxeBcDxe: Use the specified MTFTP windowsize
+  + NetworkPkg: Define one PCD for PXE to specify MTFTP windowsize
+  + NetworkPkg/Mtftp6Dxe: Support windowsize in read request
+operation
+  + MdeModulePke/Mtftp4Dxe: Support windowsize in read request
+operation
+  + MdePkg/BaseSynchronizationLib: fix XADD operands in GCC
+IA32/X64 assembly
+  + MdeModulePkg/PciHostBridge: Fix a bug that prevents PMEM
+access
+  + MdeModulePkg/PciHostBridge: Enhance boundary check in
+Io/Mem.Read/Write
+  + MdeModulePkg/DxeIpl: support more NX related PCDs
+  + MdeModulePkg: XhciDxe: Prevent illegal memory access in
+XhcSetHsee
+  + SecurityPkg/TcgStorageOpalLib: Fixed correct user password
+not works issue
+  + MdeModulePkg/SdMmcPciHcDxe: Execute card detect only for
+RemovableSlot
+  + MdeModulePkg/SdMmcPciHcDxe: Fix SdMmcHcReset to set only
+necesery bits
+  + NetworkPkg: UefiPxeBcDxe: Add EXCLUSIVE attribute when opening
+SNP protocol installed by PXE
+  + BaseTools: Check GUID C structure format
+  + MdeModulePkg: Avoid key notification called more than once
+  + IntelFrameworkModulePkg: Avoid key notification called more
+than once
+  + MdeModulePkg/Library/DxeHttpLib: Handle the blank value in
+HTTP header
+  + MdeModulePkg/Ip4Dxe: Sync the direct route entry setting
+  + MdeModulePkg XhciDxe: Set HSEE Bit if SERR# Enable Bit is set
+  + BaseTools: Correct DXE_PCD_DATABASE_INIT
+  + BaseTools: Check PcdNvStoreDefaultValueBuffer
+  + BaseTools: Involve Dec default value to calculate Maxsize
+  + BaseTools: Structure Pcd value override incorrect
+  + BaseTools: Report error for incorrect hex value format
+  + MdeModulePkg/ConPlatform: Support short-form USB device path
+  + UefiCpuPkg/CpuDxe: fix an incorrect bit-wise operation
+  + UefiCpuPkg/CpuDxe: fix ECC reported issues
+  + UefiCpuPkg/CpuMpPei: support stack guard feature
+  + UefiCpuPkg/MpInitLib: fix register restore issue in AP wakeup
+  + UefiCpuPkg/CpuExceptionHandlerLib: support stack switch for
+PEI exceptions
+  + MdeModulePkg/DxeIpl: disable paging before creating new page
+table
+  + MdeModulePkg PeiCore: Always use PeiImageRead() function to
+load PEI image
+  + MdeModulePkg/EhciDxe: factor out EhcIsDebugPortInUse()
+  + BaseTools/PatchCheck.py: Fix error when run with Python3
+  + BaseTools: Report more clear error message for PCD used in
+expression
+  + BaseTools: Fix a bug about list the PCD in "not used" section
+  + UefiCpuPkg/MpInitLib: Fix ECC issues
+  + MdeModulePkg/EhciDxe: fix host controller reset condition in
+BindingStart
+  + BaseTools: Extend the keyword "!include"/"!if" to
+case-insensitive
+  + MdeModulePkg/Setup: Fix incorrect size used in AllocateCopyPool
+  + MdeModulePkg DxeCore: Handle multiple FV images in one FV file
+  + MdeModulePkg PeiCore: Handle multiple FV images in one FV file
+  + UefiCpuPkg/CpuExceptionHandlerLib: Avoid calling PEI services
+from AP
+  + CpuExceptionHandlerLib: Add comments to make code more readable
+  + BaseTools: Fixed the PcdValue trailing zero issue
+  + BaseTools: Dynamic Pcd value override from command line
+  + BaseTools: Check pcd DefaultValue and SkuId EBNF
+  + ShellPkg: Update Ifconfig command to 

commit python-paramiko for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package python-paramiko for openSUSE:Factory 
checked in at 2018-10-15 10:05:10

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


Package is "python-paramiko"

Mon Oct 15 10:05:10 2018 rev:39 rq:640326 version:2.4.2

Changes:

--- /work/SRC/openSUSE:Factory/python-paramiko/python-paramiko.changes  
2018-03-26 13:01:50.179994520 +0200
+++ /work/SRC/openSUSE:Factory/.python-paramiko.new/python-paramiko.changes 
2018-10-15 10:05:18.493931742 +0200
@@ -1,0 +2,14 @@
+Fri Oct  5 08:26:46 UTC 2018 - Ondřej Súkup 
+
+- update to 2.4.2
+- refresh paramiko-test_extend_timeout.patch
+ * Fix exploit (CVE pending) in Paramiko's server mode (not client mode)
+ where hostile clients could trick the server into thinking they were
+ authenticated without actually submitting valid authentication.
+ * Modify protocol message handling such that Transport does not respond
+to MSG_UNIMPLEMENTED with its own MSG_UNIMPLEMENTED
+ * Updated SSHConfig.lookup  so it returns
+a new, type-casting-friendly dict subclass (~paramiko.config.SSHConfigDict)
+in lieu of dict literals.
+
+---

Old:

  paramiko-2.4.1.tar.gz

New:

  paramiko-2.4.2.tar.gz



Other differences:
--
++ python-paramiko.spec ++
--- /var/tmp/diff_new_pack.ZE6Jv8/_old  2018-10-15 10:05:19.101931089 +0200
+++ /var/tmp/diff_new_pack.ZE6Jv8/_new  2018-10-15 10:05:19.101931089 +0200
@@ -12,25 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%bcond_without test
-
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without test
 Name:   python-paramiko
-Version:2.4.1
+Version:2.4.2
 Release:0
-Url:http://www.paramiko.org/
 Summary:SSH2 protocol library
 License:LGPL-2.1-or-later
 Group:  Development/Languages/Python
+URL:http://www.paramiko.org/
 Source: 
https://files.pythonhosted.org/packages/source/p/paramiko/paramiko-%{version}.tar.gz
 # certificates needed by testsuite
 Source1:cert_support.tar.gz
 Patch0: paramiko-test_extend_timeout.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %{python_module PyNaCl >= 1.0.1}
 BuildRequires:  %{python_module bcrypt >= 3.1.3}
 BuildRequires:  %{python_module cryptography >= 1.1}
@@ -39,17 +37,16 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-%if %{with test}
-
-BuildRequires:  %{python_module pytest-relaxed}
-BuildRequires:  %{python_module pytest}
-%endif
 Requires:   python-PyNaCl >= 1.0.1
 Requires:   python-bcrypt >= 3.1.3
 Requires:   python-cryptography >= 1.5
 Requires:   python-pyasn1 >= 0.1.7
 BuildArch:  noarch
-
+%if %{with test}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module pytest-relaxed}
+BuildRequires:  %{python_module pytest}
+%endif
 %python_subpackages
 
 %description
@@ -92,11 +89,12 @@
 %endif
 
 %files %{python_files}
-%defattr(-,root,root)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %files -n python-paramiko-doc
-%doc LICENSE demos/
+%license LICENSE
+%doc demos/
 
 %changelog

++ paramiko-2.4.1.tar.gz -> paramiko-2.4.2.tar.gz ++
 30640 lines of diff (skipped)

++ paramiko-test_extend_timeout.patch ++
--- /var/tmp/diff_new_pack.ZE6Jv8/_old  2018-10-15 10:05:19.357930814 +0200
+++ /var/tmp/diff_new_pack.ZE6Jv8/_new  2018-10-15 10:05:19.357930814 +0200
@@ -1,11 +1,13 @@
 paramiko-2.4.1/tests/test_buffered_pipe.py 2018/03/15 17:40:29 1.1
-+++ paramiko-2.4.1/tests/test_buffered_pipe.py 2018/03/15 17:40:36
-@@ -69,7 +69,7 @@
+Index: paramiko-2.4.2/tests/test_buffered_pipe.py
+===
+--- paramiko-2.4.2.orig/tests/test_buffered_pipe.py
 paramiko-2.4.2/tests/test_buffered_pipe.py
+@@ -69,7 +69,7 @@ class BufferedPipeTest(unittest.TestCase
  self.assertTrue(False)
  except PipeTimeout:
  pass
--self.assertEqual(b'b', p.read(1, 1.0))
-+self.assertEqual(b'b', p.read(1, 3.0))
- self.assertEqual(b'', p.read(1))
+-self.assertEqual(b"b", p.read(1, 1.0))
++self.assertEqual(b"b", p.read(1, 3.0))
+ self.assertEqual(b"", p.read(1))
  
  def 

commit imlib2 for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package imlib2 for openSUSE:Factory checked 
in at 2018-10-15 10:04:40

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


Package is "imlib2"

Mon Oct 15 10:04:40 2018 rev:41 rq:640034 version:1.5.1

Changes:

--- /work/SRC/openSUSE:Factory/imlib2/imlib2.changes2017-05-20 
10:06:23.233567892 +0200
+++ /work/SRC/openSUSE:Factory/.imlib2.new/imlib2.changes   2018-10-15 
10:04:45.709966983 +0200
@@ -2 +2,20 @@
-Wed May 10 00:56:21 UTC 2017 - sfl...@suse.de
+Fri Oct  5 00:56:21 UTC 2017 - sfl...@suse.de
+
+- Update to 1.5.1
+  * Fix build without HAVE_X11_SHM_FD (T6752)
+  * XPM loader: Fix potential use of uninitialized value (T6746)
+  * BMP loader: Fix infinite loop with invalid bmp images (T6749)
+  * PNM loader: Simplify (fixing ASCII format parsing issues T6751)
+  * Maximum image dimension should be 32767, not 32766
+  * PNG loader: Correct various error handling cases
+  * Cleanups, maintenance.
+- imlib2 1.5.0:
+  * XPM loader: Fix incorrect image invalidation.
+  * Add support for MIT-SHM FD-passing (Alexander Volkov)
+  * Fix potential OOB memory access if border elements are negative
+or sizes exceed image dimensions
+  * Expose XImage cache control functions
+  * Various enhancements, maintenance. 
+
+---
+Wed May 10 00:56:21 UTC 2017   * sfl...@suse.de

Old:

  imlib2-1.4.10.tar.bz2

New:

  imlib2-1.5.1.tar.bz2



Other differences:
--
++ imlib2.spec ++
--- /var/tmp/diff_new_pack.RCfRKS/_old  2018-10-15 10:04:46.257966394 +0200
+++ /var/tmp/diff_new_pack.RCfRKS/_new  2018-10-15 10:04:46.261966390 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imlib2
 #
-# 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
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname  libImlib2-1
 Name:   imlib2
-Version:1.4.10
+Version:1.5.1
 Release:0
 Summary:Image handling and conversion library
 License:BSD-3-Clause

++ imlib2-1.4.10.tar.bz2 -> imlib2-1.5.1.tar.bz2 ++
 25065 lines of diff (skipped)




commit kdump for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package kdump for openSUSE:Factory checked 
in at 2018-10-15 10:04:57

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


Package is "kdump"

Mon Oct 15 10:04:57 2018 rev:101 rq:640101 version:0.9.0

Changes:

--- /work/SRC/openSUSE:Factory/kdump/kdump.changes  2018-05-23 
16:06:12.728332549 +0200
+++ /work/SRC/openSUSE:Factory/.kdump.new/kdump.changes 2018-10-15 
10:05:01.661949832 +0200
@@ -1,0 +2,22 @@
+Fri Oct  5 14:31:49 UTC 2018 - ptesa...@suse.com
+
+- kdump-turn-off-NUMA-in-kdump-kernel.patch: Turn off NUMA in the
+  kdump kernel (bsc#1109784, bsc#1102609).
+
+---
+Fri Oct  5 14:29:47 UTC 2018 - ptesa...@suse.com
+
+- kdump-fadump-add-udev-support.patch: fadump: add udev event
+  support for fadump (bsc#1108170).
+
+---
+Fri Oct  5 14:28:01 UTC 2018 - ptesa...@suse.com
+
+- kdump-fadump-avoid-multipath-optimizations.patch: fadump: avoid
+  multipath optimizations that break regular boot (bsc#1101730).
+- kdump-split-cmdline-purpose-wise.patch: cmdline: split kdump
+  cmdline purpose wise (bsc#1101730).
+- kdump-fadump-fix-network-bring-up.patch: fadump: fix network
+  bring up issue during default boot (bsc#1101730).
+
+---

New:

  kdump-fadump-add-udev-support.patch
  kdump-fadump-avoid-multipath-optimizations.patch
  kdump-fadump-fix-network-bring-up.patch
  kdump-split-cmdline-purpose-wise.patch
  kdump-turn-off-NUMA-in-kdump-kernel.patch



Other differences:
--
++ kdump.spec ++
--- /var/tmp/diff_new_pack.OQBX3c/_old  2018-10-15 10:05:02.045949419 +0200
+++ /var/tmp/diff_new_pack.OQBX3c/_new  2018-10-15 10:05:02.049949414 +0200
@@ -48,6 +48,11 @@
 Source2:%{name}-rpmlintrc
 Patch1: %{name}-fillupdir-fixes.patch
 Patch2: %{name}-block-initrd-parse-etc.service.patch
+Patch3: %{name}-fadump-avoid-multipath-optimizations.patch
+Patch4: %{name}-split-cmdline-purpose-wise.patch
+Patch5: %{name}-fadump-fix-network-bring-up.patch
+Patch6: %{name}-fadump-add-udev-support.patch
+Patch7: %{name}-turn-off-NUMA-in-kdump-kernel.patch
 BuildRequires:  asciidoc
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
@@ -107,6 +112,11 @@
 %patch1 -p1
 %endif
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 %build
 export CFLAGS="%{optflags}"

++ kdump-fadump-add-udev-support.patch ++
From: Hari Bathini 
Subject: fadump: add udev event support for fadump
References: bsc#1108170
Upstream: merged
Git-commit: eb5784f6cb8368b346b9b52be66116fc5a47f720

Currently, the udev rules written in kdump package only support reloading
kdump on memory/cpu hot add/remove operation. But this is needed as much
for FADump as well. The rules were not updated to support fadump owing to
lack of support in the kernel for re-registering FADump. This support is
now added to kernel with commit 0823c68b054b ("powerpc/fadump: re-register
firmware-assisted dump if already registered"). Update kdump udev rules
to load fadump on memory/cpu DLPAR operations.

Signed-off-by: Hari Bathini 
Signed-off-by: Petr Tesarik 
---
 70-kdump.rules.in |3 +++
 init/load.sh  |   29 -
 2 files changed, 19 insertions(+), 13 deletions(-)

--- a/70-kdump.rules.in
+++ b/70-kdump.rules.in
@@ -21,6 +21,9 @@ GOTO="kdump_end"
 # Reload only if panic kernel is already loaded
 LABEL="kdump_try_restart"
 PROGRAM="/bin/cat /sys/kernel/kexec_crash_loaded", RESULT!="0", 
RUN+="/lib/kdump/load-once.sh"
+@if @ARCH@ ppc64 ppc64le
+TEST=="/sys/kernel/fadump_registered", PROGRAM="/bin/cat 
/sys/kernel/fadump_registered", RESULT!="0", RUN+="/lib/kdump/load-once.sh"
+@endif
 
 LABEL="kdump_end"
 @endif
--- a/init/load.sh
+++ b/init/load.sh
@@ -243,21 +243,24 @@ function load_kdump_fadump()
 
 local msg
 local result=0
+local output
 
-# The kernel fails with EINVAL if registered already
-# (see bnc#814780)
-if [ "$(cat $FADUMP_REGISTERED)" != "1" ] ; then
-local output
-
-output=$( (echo 1 > "$FADUMP_REGISTERED") 2>&1)
-if [ $? -eq 0 ] ; then
-   msg="Registered fadump"
-   else
-   msg="FAILED to register fadump: $output"
-result=1
-   fi
+# Re-registering of FADump is supported in kernel (see bsc#1108170).
+# So, don't bother about whether FADump was registered already
+output=$( (echo 1 > "$FADUMP_REGISTERED") 2>&1)
+if [ $? -eq 0 ] ; then
+msg="Registered fadump"
 else
-   msg="fadump is 

commit 000product for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package 000product for openSUSE:Factory 
checked in at 2018-10-15 09:47:59

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


Package is "000product"

Mon Oct 15 09:47:59 2018 rev:589 rq: version:unknown
Mon Oct 15 09:47:50 2018 rev:588 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.EiJGtF/_old  2018-10-15 09:48:16.299047966 +0200
+++ /var/tmp/diff_new_pack.EiJGtF/_new  2018-10-15 09:48:16.299047966 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -35,9 +35,9 @@
   true
   -x -2
   openSUSE
-  20181012
+  20181015
   11
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20181012,openSUSE 
Tumbleweed Kubic
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20181015,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.EiJGtF/_old  2018-10-15 09:48:16.323047939 +0200
+++ /var/tmp/diff_new_pack.EiJGtF/_new  2018-10-15 09:48:16.323047939 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   openSUSE-Tumbleweed-Kubic-release
-Version:20181012
+Version:    20181015
 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) = 20181012-0
+Provides:   product(openSUSE-Tumbleweed-Kubic) = 20181015-0
 Provides:   product-label() = openSUSE%20Tumbleweed%20Kubic
-Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20181012
+Provides:   product-cpeid() = 
cpe%3A%2Fo%3Aopensuse%3Aopensuse%2Dtumbleweed%2Dkubic%3A20181015
 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) = 20181012-0
+Provides:   product_flavor(openSUSE-Tumbleweed-Kubic) = 20181015-0
 Summary:openSUSE Tumbleweed Kubic
 
 %description dvd
@@ -123,11 +123,11 @@
 
   openSUSE
   openSUSE-Tumbleweed-Kubic
-  20181012
+  20181015
   0
   
   %{_target_cpu}
-  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20181012
+  cpe:/o:opensuse:opensuse-tumbleweed-kubic:20181015
   openSUSE-Tumbleweed-Kubic
   
 

++ _service:product_converter:openSUSE-cd-mini-i586.kiwi ++
--- /var/tmp/diff_new_pack.EiJGtF/_old  2018-10-15 09:48:16.343047917 +0200
+++ /var/tmp/diff_new_pack.EiJGtF/_new  2018-10-15 09:48:16.343047917 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -32,9 +32,9 @@
   true
   -x -2
   openSUSE
-  20181012
+  20181015
   11
-  cpe:/o:opensuse:opensuse:20181012,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20181015,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.EiJGtF/_old  2018-10-15 09:48:16.411047841 +0200
+++ /var/tmp/diff_new_pack.EiJGtF/_new  2018-10-15 09:48:16.411047841 +0200
@@ -1,4 +1,4 @@
-
+
   
 The SUSE Team
 bu...@opensuse.org
@@ -24,7 +24,7 @@
   openSUSE
   ftp
   true
-  openSUSE-20181012-i586-x86_64
+  openSUSE-20181015-i586-x86_64
   true
   /
   $DISTNAME-$FLAVOR
@@ -36,9 +36,9 @@
   true
   -x -2
   openSUSE
-  20181012
+  20181015
   11
-  cpe:/o:opensuse:opensuse:20181012,openSUSE 
Tumbleweed
+  cpe:/o:opensuse:opensuse:20181015,openSUSE 
Tumbleweed
   cs da de en en_GB en_US es fi fr hu it ja

commit unrar for openSUSE:Factory:NonFree

2018-10-15 Thread root
Hello community,

here is the log from the commit of package unrar for openSUSE:Factory:NonFree 
checked in at 2018-10-15 09:47:38

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


Package is "unrar"

Mon Oct 15 09:47:38 2018 rev:74 rq:641726 version:5.6.8

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/unrar/unrar.changes  2018-10-02 
19:49:50.825679713 +0200
+++ /work/SRC/openSUSE:Factory:NonFree/.unrar.new/unrar.changes 2018-10-15 
09:48:13.323051273 +0200
@@ -1,0 +2,8 @@
+Fri Oct 12 13:24:01 UTC 2018 - Kyrill Detinov 
+
+- Update to 5.6.8.
+  * Based on final RAR 5.61.
+  * Fixed a crash when processing corrupt RAR archives. This issue
+may be also associated with security risks.
+
+---

Old:

  unrarsrc-5.6.7.tar.gz

New:

  unrarsrc-5.6.8.tar.gz



Other differences:
--
++ unrar.spec ++
--- /var/tmp/diff_new_pack.dZkANM/_old  2018-10-15 09:48:13.831050708 +0200
+++ /var/tmp/diff_new_pack.dZkANM/_new  2018-10-15 09:48:13.831050708 +0200
@@ -18,10 +18,10 @@
 
 # majorversion should match the major version number.
 %define majorversion 5
-%define libsuffix 5_6_7
+%define libsuffix 5_6_8
 
 Name:   unrar
-Version:5.6.7
+Version:5.6.8
 Release:0
 Summary:A program to extract, test, and view RAR archives
 License:NonFree

++ unrarsrc-5.6.7.tar.gz -> unrarsrc-5.6.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/arcread.cpp new/unrar/arcread.cpp
--- old/unrar/arcread.cpp   2018-09-30 20:05:39.0 +0200
+++ new/unrar/arcread.cpp   2018-10-03 19:07:09.0 +0200
@@ -815,6 +815,8 @@
 // but it was already used in RAR 1.5 and Unpack needs to distinguish
 // them.
 hd->UnpVer=(CompInfo & 0x3f) + 50;
+if (hd->UnpVer!=50) // Only 5.0 compression is known now.
+  hd->UnpVer=VER_UNKNOWN;
 
 hd->HostOS=(byte)Raw.GetV();
 size_t NameSize=(size_t)Raw.GetV();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/dll.cpp new/unrar/dll.cpp
--- old/unrar/dll.cpp   2018-09-30 20:05:40.0 +0200
+++ new/unrar/dll.cpp   2018-10-03 19:07:10.0 +0200
@@ -253,10 +253,7 @@
 D->UnpSize=uint(hd->UnpSize & 0x);
 D->UnpSizeHigh=uint(hd->UnpSize>>32);
 D->HostOS=hd->HSType==HSYS_WINDOWS ? HOST_WIN32:HOST_UNIX;
-if (Data->Arc.Format==RARFMT50)
-  D->UnpVer=Data->Arc.FileHead.UnpVer==0 ? 50 : 200; // If it is not 0, 
just set it to something big.
-else
-  D->UnpVer=Data->Arc.FileHead.UnpVer;
+D->UnpVer=Data->Arc.FileHead.UnpVer;
 D->FileCRC=hd->FileHash.CRC32;
 D->FileTime=hd->mtime.GetDos();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/dll.rc new/unrar/dll.rc
--- old/unrar/dll.rc2018-09-30 20:00:39.0 +0200
+++ new/unrar/dll.rc2018-10-03 09:30:49.0 +0200
@@ -2,8 +2,8 @@
 #include 
 
 VS_VERSION_INFO VERSIONINFO
-FILEVERSION 5, 61, 100, 2834
-PRODUCTVERSION 5, 61, 100, 2834
+FILEVERSION 5, 61, 100, 2835
+PRODUCTVERSION 5, 61, 100, 2835
 FILEOS VOS__WINDOWS32
 FILETYPE VFT_APP
 {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/unrar/headers.hpp new/unrar/headers.hpp
--- old/unrar/headers.hpp   2018-09-30 20:05:42.0 +0200
+++ new/unrar/headers.hpp   2018-10-03 19:07:11.0 +0200
@@ -14,10 +14,11 @@
 #define  SIZEOF_UOHEAD  18
 #define  SIZEOF_STREAMHEAD  26
 
-#define  VER_PACK   29
-#define  VER_PACK5  50 // It is stored as 0, but we subtract 50 
when saving an archive.
-#define  VER_UNPACK 29
-#define  VER_UNPACK550 // It is stored as 0, but we add 50 when 
reading an archive.
+#define  VER_PACK   29U
+#define  VER_PACK5  50U // It is stored as 0, but we subtract 50 
when saving an archive.
+#define  VER_UNPACK 29U
+#define  VER_UNPACK550U // It is stored as 0, but we add 50 when 
reading an archive.
+#define  VER_UNKNOWN  U // Just some large value.
 
 #define  MHD_VOLUME 0x0001U
 
@@ -174,7 +175,7 @@
 struct FileHeader:BlockHeader
 {
   byte HostOS;
-  byte UnpVer;
+  uint UnpVer; // It is 1 byte in RAR29 and bit field in RAR5.
   byte Method;
   union {
 uint FileAttr;
@@ -190,7 +191,7 @@
 
   int64 PackSize;
   int64 UnpSize;
-  int64 MaxSize; // Reserve size bytes for vint of this size.
+  int64 MaxSize; // Reserve packed and unpacked size bytes for vint of this 

commit kphotoalbum for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package kphotoalbum for openSUSE:Factory 
checked in at 2018-10-15 09:46:55

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


Package is "kphotoalbum"

Mon Oct 15 09:46:55 2018 rev:3 rq:641954 version:5.4

Changes:

--- /work/SRC/openSUSE:Factory/kphotoalbum/kphotoalbum.changes  2018-06-04 
13:24:00.009390585 +0200
+++ /work/SRC/openSUSE:Factory/.kphotoalbum.new/kphotoalbum.changes 
2018-10-15 09:48:03.251062467 +0200
@@ -1,0 +2,65 @@
+Sat Oct 13 23:32:23 UTC 2018 - wba...@tmo.at
+
+- Update to 5.4
+  * Change: Database file now uses version 8 format.
+  * Update/Bugfix: Various l10n fixes concerning capitalization and
+contexts.
+  * Update: Review default values for Settings, pre-define
+contemporary ones:
+- Ignore common auto-generated Exif comments by default.
+- The database file is now optimized for speed by default
+  (old default value: optimized for human readability)
+- If less than 20 images are matched, the thumbnail view is
+  shown (old default value: 0)
+- The thumbnail grid is now optimized for a 3:2 aspect ratio
+  (old default value: 4:3)
+- The size of thumbnails is now 256x256 pixels
+  (old default value: 150)
+- When starting a slideshow, it is now shown in fullscreen by
+  default (old default value: 800x600px)
+- Detect edited images by default
+  (old default value: feature was not configured)
+  This means that images that have been edited using the
+  "create a copy and open" feature now are recognized by
+  default. The tags of the original image are copied and both
+  images are automatically stacked.
+  * Bugfix: Use the correct initial value when renaming tag groups
+using the settings page.
+  * Enhancement: Improve startup 10-15% by eliding unnecessary
+category creation.
+  * Bugfixes: Don't continue accessing the Exif db if unusable,
+reset failed state when recreating db.
+  * Bugfix: Fix display of "<=" and ">=" rating options in search
+dialog.
+  * Bugfix: Fix overflow in parsing GPS information from Exif,
+leading to false coordinates.
+  * Enhancement: Add FreeBSD as supported platform
+  * Bugfix: Fixed build with Qt 5.11, replace deprecated API usage.
+  * Enhancement: Do not write unnecessary data to index.xml by
+using defaults.
+  * Enhancements: Improved thumbnail generation:
+- Improve thumbnail generation speed and efficiency.
+- Overlap thumbnail create with image load.
+- Generate new thumbnails for moved images detected during load.
+  * Bugfix: More reliable auto-stacking of images.
+  * Enhancements: Improved speed of loading/removing new images:
+- Insert Exif data for each loaded image as it's loaded, but
+  within a transaction.
+- Elide unnecessary MD5 computations.
+- Reduce I/O wait time of image loader by introducing a scout
+  thread.
+- Improve I/O efficiency for MD5 calculation.
+- Fetch Exif data only once during load.
+- Improve efficiency of loading previews from RAW images.
+- Ignore more sidecar files to improve performance
+  (.xmp, .pp3, and .pto).
+  * Enhancement/Bugfix: Scale the date bar appropriately upon
+exposure, add one minute scaler.
+  * Update: Make Android app compilable with C++14 and later.
+  * Rework: General code cleanup, coding standard updates etc. all
+over the place.
+- Drop Fix-build-with-Qt-511.patch, merged upstream
+- Add 0001-Fix-build-with-Qt-5.7-and-lower.patch to make it build
+  on Leap 42.3
+
+---

Old:

  Fix-build-with-Qt-511.patch
  kphotoalbum-5.3.tar.xz

New:

  0001-Fix-build-with-Qt-5.7-and-lower.patch
  kphotoalbum-5.4.tar.xz



Other differences:
--
++ kphotoalbum.spec ++
--- /var/tmp/diff_new_pack.Huzv3f/_old  2018-10-15 09:48:04.751060799 +0200
+++ /var/tmp/diff_new_pack.Huzv3f/_new  2018-10-15 09:48:04.755060795 +0200
@@ -17,15 +17,15 @@
 
 
 Name:   kphotoalbum
-Version:5.3
+Version:5.4
 Release:0
 Summary:A photo administration utility
 License:GPL-2.0-or-later
 Group:  Productivity/Graphics/Viewers
 URL:http://www.kphotoalbum.org/
 Source: 
http://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM -- Fix-build-with-Qt-511.patch
-Patch0: Fix-build-with-Qt-511.patch
+# PATCH-FIX-OPENSUSE
+Patch:  0001-Fix-build-with-Qt-5.7-and-lower.patch
 BuildRequires:  cmake >= 3.2.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
@@ -92,6 +92,7 @@
 

commit libfilezilla for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package libfilezilla for openSUSE:Factory 
checked in at 2018-10-15 09:47:07

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


Package is "libfilezilla"

Mon Oct 15 09:47:07 2018 rev:20 rq:641965 version:0.14.0

Changes:

--- /work/SRC/openSUSE:Factory/libfilezilla/libfilezilla.changes
2018-08-07 09:43:44.321378997 +0200
+++ /work/SRC/openSUSE:Factory/.libfilezilla.new/libfilezilla.changes   
2018-10-15 09:48:06.123059274 +0200
@@ -1,0 +2,24 @@
+Sat Oct 13 21:52:55 UTC 2018 - ec...@opensuse.org
+
+- update to 0.14.0
+  * New features:
+- Added fz::equal_insensitive_ascii
+- Added insensitive_ascii parameter to fz::starts_with 
+  and fz::ends_with
+  * Bugfixes and minor changes:
+- Fixed namespace of to_wstring in wx glue
+
+---
+Mon Sep 24 14:48:37 UTC 2018 - ec...@opensuse.org
+
+- update to 0.13.2
+  * Bugfixes and minor changes:
+- Fix regression in fz::shared_value::clear
+- Fix parsing of URIs without path
+- changes from 0.13.1
+  * New features:
+- Made fz::scoped_lock movable
+  * Bugfixes and minor changes:
+- Fix a few compiler warnings
+
+---

Old:

  libfilezilla-0.13.0.tar.bz2

New:

  libfilezilla-0.14.0.tar.bz2



Other differences:
--
++ libfilezilla.spec ++
--- /var/tmp/diff_new_pack.5QsYYh/_old  2018-10-15 09:48:06.807058514 +0200
+++ /var/tmp/diff_new_pack.5QsYYh/_new  2018-10-15 09:48:06.811058509 +0200
@@ -20,13 +20,13 @@
 %define libname%{name}%{major}
 %define develname  %{name}-devel
 Name:   libfilezilla
-Version:0.13.0
+Version:0.14.0
 Release:0
 Summary:C++ library for filezilla
 License:GPL-2.0-or-later
 Group:  Development/Libraries/C and C++
 Url:https://lib.filezilla-project.org/
-Source0:
http://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
+Source0:
https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.tar.bz2
 Source1:COPYING
 Patch0: %{name}-date-time.patch
 BuildRequires:  autoconf

++ libfilezilla-0.13.0.tar.bz2 -> libfilezilla-0.14.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.13.0/NEWS new/libfilezilla-0.14.0/NEWS
--- old/libfilezilla-0.13.0/NEWS2018-07-16 09:25:57.0 +0200
+++ new/libfilezilla-0.14.0/NEWS2018-10-04 13:17:12.0 +0200
@@ -1,3 +1,19 @@
+0.14.0 (2018-10-04)
+
++ Added fz::equal_insensitive_ascii
++ Added insensitive_ascii parameter to fz::starts_with and fz::ends_with
+- Fixed namespace of to_wstring in wx glue
+
+0.13.2 (2018-09-21)
+
+- Fix regression in fz::shared_value::clear
+- Fix parsing of URIs without path
+
+0.13.1 (2018-09-10)
+
++ Made fz::scoped_lock movable
+- Fix a few compiler warnings
+
 0.13.0 (2018-07-16)
 
 + Add bool return value to replace_substrings to indicate whether something 
has been replaced.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libfilezilla-0.13.0/configure 
new/libfilezilla-0.14.0/configure
--- old/libfilezilla-0.13.0/configure   2018-07-16 10:17:49.0 +0200
+++ new/libfilezilla-0.14.0/configure   2018-10-04 13:17:18.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for libfilezilla 0.13.0.
+# Generated by GNU Autoconf 2.69 for libfilezilla 0.14.0.
 #
 # Report bugs to .
 #
@@ -590,8 +590,8 @@
 # Identity of this package.
 PACKAGE_NAME='libfilezilla'
 PACKAGE_TARNAME='libfilezilla'
-PACKAGE_VERSION='0.13.0'
-PACKAGE_STRING='libfilezilla 0.13.0'
+PACKAGE_VERSION='0.14.0'
+PACKAGE_STRING='libfilezilla 0.14.0'
 PACKAGE_BUGREPORT='tim.ko...@filezilla-project.org'
 PACKAGE_URL='https://lib.filezilla-project.org/'
 
@@ -1413,7 +1413,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 libfilezilla 0.13.0 to adapt to many kinds of systems.
+\`configure' configures libfilezilla 0.14.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1484,7 +1484,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of libfilezilla 0.13.0:";;
+ short | recursive ) echo "Configuration of libfilezilla 0.14.0:";;
esac
   cat <<\_ACEOF
 
@@ -1621,7 +1621,7 

commit THE for openSUSE:Factory:NonFree

2018-10-15 Thread root
Hello community,

here is the log from the commit of package THE for openSUSE:Factory:NonFree 
checked in at 2018-10-15 09:47:30

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


Package is "THE"

Mon Oct 15 09:47:30 2018 rev:5 rq:641411 version:3.3~RC4

Changes:

--- /work/SRC/openSUSE:Factory:NonFree/THE/THE.changes  2017-02-18 
03:20:20.225859842 +0100
+++ /work/SRC/openSUSE:Factory:NonFree/.THE.new/THE.changes 2018-10-15 
09:48:12.435052259 +0200
@@ -1,0 +2,6 @@
+Tue Feb 20 15:54:31 UTC 2018 - mplus...@suse.com
+
+- Enable additional functionality
+- Run spec-cleaner
+
+---



Other differences:
--
++ THE.spec ++
--- /var/tmp/diff_new_pack.0S0HMj/_old  2018-10-15 09:48:12.983051650 +0200
+++ /var/tmp/diff_new_pack.0S0HMj/_new  2018-10-15 09:48:12.987051646 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package THE
 #
-# Copyright (c) 2016 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
@@ -25,14 +25,18 @@
 # use any part of this package as long as you do not try to make
 # money from it or pretend that you wrote it.
 # see boo#982229
-License:GFDL-1.1 and GPL-2.0+ and SUSE-Freeware
-Group:  Productivity/Editors/Other
-Url:http://hessling-editor.sourceforge.net/
+License:GFDL-1.1 AND GPL-2.0+ AND SUSE-Freeware
+Group:  Productivity/Text/Editors
+URL:http://hessling-editor.sourceforge.net/
 Source0:
https://sourceforge.net/projects/hessling-editor/files/hessling-editor/3.3%%20Release%%20Candidate%%204/THE-3.3RC4.tar.gz
 Source1:%{name}-rpmlintrc
+BuildRequires:  Regina-REXX-devel
+BuildRequires:  libacl-devel
 BuildRequires:  flex
+BuildRequires:  libXaw3d-devel
+BuildRequires:  lsb-release
+BuildRequires:  distribution-release
 BuildRequires:  ncurses-devel
-BuildRequires:  Regina-REXX-devel
 
 %description
 THE is a text editor that uses both command line commands and key bindings
@@ -55,6 +59,7 @@
 export ncurses5_config=%{_bindir}/ncurses6-config
 %configure \
   --with-ncurses \
+  --with-xaw3d \
   --with-rexx=regina
 PATH=${PATH}:$(pwd)
 # parallel build randomly fails
@@ -67,7 +72,6 @@
 rm -rf doc/THE_Help_head.bak
 
 %files
-%defattr(-,root,root)
 %doc FAQ README TODO COPYING HISTORY
 %{_bindir}/the
 %{_bindir}/nthe




commit filezilla for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package filezilla for openSUSE:Factory 
checked in at 2018-10-15 09:47:18

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


Package is "filezilla"

Mon Oct 15 09:47:18 2018 rev:68 rq:641967 version:3.37.4

Changes:

--- /work/SRC/openSUSE:Factory/filezilla/filezilla.changes  2018-08-29 
12:27:07.947650485 +0200
+++ /work/SRC/openSUSE:Factory/.filezilla.new/filezilla.changes 2018-10-15 
09:48:07.711057509 +0200
@@ -1,0 +2,36 @@
+Sat Oct 13 22:20:48 UTC 2018 - ec...@opensuse.org
+
+- update to 3.37.4
+  * Bugfixes and minor changes:
+- MSW: Fix regression introduced in 3.37.3 with moving files 
+  locally using drag
+- update to 3.37.3
+  * Bugfixes and minor changes:
+- Fix issues with directory creation when uploading many files 
+  in parallel
+- drop filezilla-3.22.2-buildinfo-no-date.patch
+
+---
+Mon Sep 24 14:51:18 UTC 2018 - ec...@opensuse.org
+
+- update to 0.37.1
+  * Bugfixes and minor changes:
+- Local path is no longer forgotten when leaving synchronized 
+  browsing mode
+- update to 0.37.0
+  * Bugfixes and minor changes:
+- Fix remote target path if uploading files through the search 
+  dialog
+- update to 0.37.0-rc1
+  * New features:
+- Use a cache for the system trust store to speed up connecting 
+  establishment on systems with huge certificate revocation 
+  lists in the system trust store
+  * Bugfixes and minor changes:
+- Fixed bug in GnuTLS causing crashes on connection 
+  establishment
+- Fixed enabled state of controls in the Site Manager if 
+  switching to a protocol not supporting the previously 
+  selected logontype
+
+---

Old:

  FileZilla_3.36.0_src.tar.bz2
  filezilla-3.22.2-buildinfo-no-date.patch

New:

  FileZilla_3.37.4_src.tar.bz2



Other differences:
--
++ filezilla.spec ++
--- /var/tmp/diff_new_pack.2CAU1m/_old  2018-10-15 09:48:08.367056780 +0200
+++ /var/tmp/diff_new_pack.2CAU1m/_new  2018-10-15 09:48:08.371056775 +0200
@@ -17,15 +17,13 @@
 
 
 Name:   filezilla
-Version:3.36.0
+Version:3.37.4
 Release:0
 Summary:A GUI FTP and SFTP Client
 License:GPL-2.0-or-later
 Group:  Productivity/Networking/Ftp/Clients
 Url:https://filezilla-project.org/
-Source0:
http://download.filezilla-project.org/client/FileZilla_%{version}_src.tar.bz2
-# PATCH-FIX-OPENSUSE filezilla-3.22.2-buildinfo-no-date.patch
-Patch1: filezilla-3.22.2-buildinfo-no-date.patch
+Source0:
https://download.filezilla-project.org/client/FileZilla_%{version}_src.tar.bz2
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -40,7 +38,7 @@
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gnutls) >= 3.4.15
 BuildRequires:  pkgconfig(gtk+-2.0)
-BuildRequires:  pkgconfig(libfilezilla) >= 0.13.0
+BuildRequires:  pkgconfig(libfilezilla) >= 0.14.0
 BuildRequires:  pkgconfig(libidn)
 BuildRequires:  pkgconfig(nettle) >= 3.1
 # filezilla-team use BuildRequires:  pkgconfig(sqlite3) >= 3.11.1
@@ -77,7 +75,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 # Fix invalid translation locales:
 cd locales

++ FileZilla_3.36.0_src.tar.bz2 -> FileZilla_3.37.4_src.tar.bz2 ++
 27949 lines of diff (skipped)




commit python-SQLAlchemy-Utils for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package python-SQLAlchemy-Utils for 
openSUSE:Factory checked in at 2018-10-15 09:46:43

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


Package is "python-SQLAlchemy-Utils"

Mon Oct 15 09:46:43 2018 rev:13 rq:641950 version:0.33.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-SQLAlchemy-Utils/python-SQLAlchemy-Utils.changes
  2018-09-26 14:24:56.585776677 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-SQLAlchemy-Utils.new/python-SQLAlchemy-Utils.changes
 2018-10-15 09:47:56.871069559 +0200
@@ -1,0 +2,7 @@
+Sun Oct 14 15:24:01 UTC 2018 - Arun Persaud 
+
+- update to version 0.33.6:
+  * Fixed passlib compatibility issue (again) (#342)
+  * Added support for SQL VIEWs
+
+---

Old:

  SQLAlchemy-Utils-0.33.5.tar.gz

New:

  SQLAlchemy-Utils-0.33.6.tar.gz



Other differences:
--
++ python-SQLAlchemy-Utils.spec ++
--- /var/tmp/diff_new_pack.4ovrdq/_old  2018-10-15 09:47:59.411066735 +0200
+++ /var/tmp/diff_new_pack.4ovrdq/_new  2018-10-15 09:47:59.415066731 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-SQLAlchemy-Utils
-Version:0.33.5
+Version:0.33.6
 Release:0
 Summary:Various utility functions for SQLAlchemy
 License:BSD-3-Clause

++ SQLAlchemy-Utils-0.33.5.tar.gz -> SQLAlchemy-Utils-0.33.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.5/CHANGES.rst 
new/SQLAlchemy-Utils-0.33.6/CHANGES.rst
--- old/SQLAlchemy-Utils-0.33.5/CHANGES.rst 2018-09-20 09:34:38.0 
+0200
+++ new/SQLAlchemy-Utils-0.33.6/CHANGES.rst 2018-10-14 09:08:52.0 
+0200
@@ -4,6 +4,13 @@
 Here you can see the full list of changes between each SQLAlchemy-Utils 
release.
 
 
+0.33.6 (2018-10-14)
+^^^
+
+- Fixed passlib compatibility issue (again) (#342)
+- Added support for SQL VIEWs
+
+
 0.33.5 (2018-09-19)
 ^^^
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/SQLAlchemy-Utils-0.33.5/PKG-INFO 
new/SQLAlchemy-Utils-0.33.6/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.5/PKG-INFO2018-09-20 09:39:00.0 
+0200
+++ new/SQLAlchemy-Utils-0.33.6/PKG-INFO2018-10-14 09:21:45.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.5
+Version: 0.33.6
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.5/SQLAlchemy_Utils.egg-info/PKG-INFO 
new/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/PKG-INFO
--- old/SQLAlchemy-Utils-0.33.5/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-09-20 09:39:00.0 +0200
+++ new/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/PKG-INFO  
2018-10-14 09:21:45.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: SQLAlchemy-Utils
-Version: 0.33.5
+Version: 0.33.6
 Summary: Various utility functions for SQLAlchemy.
 Home-page: https://github.com/kvesteri/sqlalchemy-utils
 Author: Konsta Vesterinen, Ryan Leckey, Janne Vanhala, Vesa Uimonen
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/SQLAlchemy-Utils-0.33.5/SQLAlchemy_Utils.egg-info/SOURCES.txt 
new/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/SOURCES.txt
--- old/SQLAlchemy-Utils-0.33.5/SQLAlchemy_Utils.egg-info/SOURCES.txt   
2018-09-20 09:39:00.0 +0200
+++ new/SQLAlchemy-Utils-0.33.6/SQLAlchemy_Utils.egg-info/SOURCES.txt   
2018-10-14 09:21:45.0 +0200
@@ -41,7 +41,6 @@
 sqlalchemy_utils/generic.py
 sqlalchemy_utils/i18n.py
 sqlalchemy_utils/listeners.py
-sqlalchemy_utils/materialized_view.py
 sqlalchemy_utils/models.py
 sqlalchemy_utils/observer.py
 sqlalchemy_utils/operators.py
@@ -49,6 +48,7 @@
 sqlalchemy_utils/proxy_dict.py
 sqlalchemy_utils/query_chain.py
 sqlalchemy_utils/utils.py
+sqlalchemy_utils/view.py
 sqlalchemy_utils/functions/__init__.py
 sqlalchemy_utils/functions/database.py
 sqlalchemy_utils/functions/foreign_keys.py
@@ -99,13 +99,13 @@
 tests/test_expressions.py
 tests/test_instant_defaults_listener.py
 tests/test_instrumented_list.py
-tests/test_materialized_view.py
 tests/test_models.py
 tests/test_path.py
 tests/test_proxy_dict.py
 tests/test_query_chain.py
 tests/test_sort_query.py
 tests/test_translation_hybrid.py

commit wine for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package wine for openSUSE:Factory checked in 
at 2018-10-15 09:46:22

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


Package is "wine"

Mon Oct 15 09:46:22 2018 rev:264 rq:641941 version:3.18

Changes:

--- /work/SRC/openSUSE:Factory/wine/wine.changes2018-10-02 
19:48:21.573772619 +0200
+++ /work/SRC/openSUSE:Factory/.wine.new/wine.changes   2018-10-15 
09:47:30.623098757 +0200
@@ -1,0 +2,12 @@
+Sat Oct 13 07:43:30 UTC 2018 - meiss...@suse.com
+
+- Update to 3.18 development release
+  - Subpixel font rendering with FreeType >= 2.8.1.
+  - Support for OAEP algorithm in RSA encryption.
+  - Array marshalling fixes in DCOM.
+  - Improved DPI scaling in the Wine console.
+  - Various bug fixes.
+- updated staging to 3.18
+- updated winetricks
+
+---

Old:

  wine-3.17.tar.xz
  wine-3.17.tar.xz.sign
  wine-d3d9-patches-3.16.tar.xz
  wine-staging-3.17.tar.xz

New:

  wine-3.18.tar.xz
  wine-3.18.tar.xz.sign
  wine-d3d9-patches-3.17.tar.xz
  wine-staging-3.18.tar.xz



Other differences:
--
++ wine.spec ++
--- /var/tmp/diff_new_pack.wQBcIV/_old  2018-10-15 09:47:31.963097266 +0200
+++ /var/tmp/diff_new_pack.wQBcIV/_new  2018-10-15 09:47:31.967097261 +0200
@@ -107,8 +107,8 @@
 BuildRequires:  pkgconfig(xrender)
 BuildRequires:  pkgconfig(xxf86vm)
 BuildRequires:  pkgconfig(zlib)
-%define realver 3.17
-Version:3.17
+%define realver 3.18
+Version:3.18
 Release:0
 Summary:An MS Windows Emulator
 License:LGPL-2.1-or-later
@@ -146,7 +146,7 @@
 ExclusiveArch:  %{ix86} x86_64 ppc %arm aarch64
 %if %{staging}
 # upstream patch target version
-%define staging_version 3.17
+%define staging_version 3.18
 Source100:  wine-staging-%{staging_version}.tar.xz
 BuildRequires:  gtk3-devel
 BuildRequires:  libOSMesa-devel
@@ -154,7 +154,7 @@
 %endif
 %if %{nine}
 # upstream patch target version
-%define nine_version 3.16
+%define nine_version 3.17
 BuildRequires:  Mesa-libd3d-devel
 BuildRequires:  libOSMesa-devel
 BuildRequires:  pkgconfig(dri2proto)

++ _service ++
--- /var/tmp/diff_new_pack.wQBcIV/_old  2018-10-15 09:47:32.015097207 +0200
+++ /var/tmp/diff_new_pack.wQBcIV/_new  2018-10-15 09:47:32.015097207 +0200
@@ -3,7 +3,7 @@
 @PARENT_TAG@
 v(.*)
 https://github.com/wine-staging/wine-staging.git
-refs/tags/v3.17
+refs/tags/v3.18
 v*.*
 git
   
@@ -11,7 +11,7 @@
 @PARENT_TAG@
 wined3d9(.*)
 https://github.com/sarnex/wine-d3d9-patches.git
-refs/tags/wine-d3d9-3.16
+refs/tags/wine-d3d9-3.17
 git
   
   

++ wine-3.17.tar.xz -> wine-3.18.tar.xz ++
/work/SRC/openSUSE:Factory/wine/wine-3.17.tar.xz 
/work/SRC/openSUSE:Factory/.wine.new/wine-3.18.tar.xz differ: char 26, line 1

++ wine-d3d9-patches-3.16.tar.xz -> wine-d3d9-patches-3.17.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/wine-d3d9-patches-3.16/d3d9-helper.patch 
new/wine-d3d9-patches-3.17/d3d9-helper.patch
--- old/wine-d3d9-patches-3.16/d3d9-helper.patch2018-09-17 
03:01:49.0 +0200
+++ new/wine-d3d9-patches-3.17/d3d9-helper.patch2018-09-30 
20:54:02.0 +0200
@@ -1,6 +1,6 @@
-From aa3701b578511d44a810c5541ee26ec16f2adeb7 Mon Sep 17 00:00:00 2001
+From cd3f552bf4fcb8c66fedc38ae841878b7a2f39f2 Mon Sep 17 00:00:00 2001
 From: Nick Sarnie 
-Date: Sun, 16 Sep 2018 21:00:41 -0400
+Date: Sun, 30 Sep 2018 14:52:30 -0400
 Subject: [PATCH] D3D9 Helper
 
 Signed-off-by: Nick Sarnie 
@@ -18,7 +18,7 @@
  create mode 100644 programs/winecfg/staging.c
 
 diff --git a/dlls/ntdll/loader.c b/dlls/ntdll/loader.c
-index 26b2431047..de57f5428b 100644
+index a66a708a7b..cd7592832f 100644
 --- a/dlls/ntdll/loader.c
 +++ b/dlls/ntdll/loader.c
 @@ -110,6 +110,7 @@ struct builtin_load_info
@@ -29,7 +29,7 @@
  NTSTATUS status;
  WINE_MODREF *wm;
  };
-@@ -135,7 +136,8 @@ static WINE_MODREF *cached_modref;
+@@ -134,7 +135,8 @@ static WINE_MODREF *cached_modref;
  static WINE_MODREF *current_modref;
  static WINE_MODREF *last_failed_modref;
  
@@ -39,7 +39,7 @@
  static NTSTATUS process_attach( WINE_MODREF *wm, LPVOID lpReserved );
  static FARPROC find_ordinal_export( HMODULE module, const 
IMAGE_EXPORT_DIRECTORY *exports,
  DWORD exp_size, DWORD ordinal, LPCWSTR 
load_path );
-@@ -511,7 +513,7 @@ static FARPROC find_forwarded_export( HMODULE module, 
const char *forward, LPCWS
+@@ -510,7 +512,7 @@ static FARPROC find_forwarded_export( HMODULE module, 
const char *forward, LPCWS
  if (!(wm = find_basename_module( 

commit orion for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package orion for openSUSE:Factory checked 
in at 2018-10-15 09:46:37

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


Package is "orion"

Mon Oct 15 09:46:37 2018 rev:18 rq:641949 version:1.6.5+git~20181007

Changes:

--- /work/SRC/openSUSE:Factory/orion/orion.changes  2018-07-06 
10:45:39.618992982 +0200
+++ /work/SRC/openSUSE:Factory/.orion.new/orion.changes 2018-10-15 
09:47:45.719081961 +0200
@@ -1,0 +2,27 @@
+Sun Oct 07 19:43:27 UTC 2018 - pousadua...@gmail.com
+
+- Update to version 1.6.5+git~20181007:
+  * version 1.6.6
+  * fix header visibility while mouseover player
+  * add player hotkeys
+  * improve player ui
+  * fix some player ui glitches
+  * add channel name to header when playing vod
+  * fix vod reload seeking to correct position
+  * fix QtAV buffering status and seeking at start
+  * fix mpv player position update
+  * replace spacer with vod time label
+  * add option for hardware acceleration
+  * add option for opengl backend
+  * add option for multiple instances
+  * fix wrong usage of beginRemoveRows
+
+---
+Sat Oct 06 23:18:48 UTC 2018 - pousadua...@gmail.com
+
+- Update to version 1.6.5+git~20181005:
+  * enable android topbar hiding feature on desktop
+  * fix appveyor (#245)
+  * add example image of color mod
+
+---

Old:

  orion-1.6.5+git~20180524.tar.xz

New:

  orion-1.6.5+git~20181007.tar.xz



Other differences:
--
++ orion.spec ++
--- /var/tmp/diff_new_pack.9136pa/_old  2018-10-15 09:47:47.351080146 +0200
+++ /var/tmp/diff_new_pack.9136pa/_new  2018-10-15 09:47:47.351080146 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   orion
-Version:1.6.5+git~20180524
+Version:1.6.5+git~20181007
 Release:0
 Summary:Twitch stream client using Qt
 License:GPL-3.0-only

++ _servicedata ++
--- /var/tmp/diff_new_pack.9136pa/_old  2018-10-15 09:47:47.387080106 +0200
+++ /var/tmp/diff_new_pack.9136pa/_new  2018-10-15 09:47:47.387080106 +0200
@@ -1,4 +1,4 @@
 
 
 https://github.com/alamminsalo/orion.git
-  eda7f7e0f1802671a819fab605ec29adea22a9c9
\ No newline at end of file
+  29dfd55c3332dd36b361d7d6dded8b17c28f9159
\ No newline at end of file

++ orion-1.6.5+git~20180524.tar.xz -> orion-1.6.5+git~20181007.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orion-1.6.5+git~20180524/README.md 
new/orion-1.6.5+git~20181007/README.md
--- old/orion-1.6.5+git~20180524/README.md  2018-05-24 17:25:25.0 
+0200
+++ new/orion-1.6.5+git~20181007/README.md  2018-10-07 17:50:22.0 
+0200
@@ -87,6 +87,18 @@
 ## Misc
 
 Supports environment variables such as `QT_QUICK_CONTROLS_MATERIAL_ACCENT`, to 
customize UI colors. 
+
+### Example
+
+```
+# linux example, but similar in other OSes
+QT_QUICK_CONTROLS_MATERIAL_BACKGROUND="#00101f" 
QT_QUICK_CONTROLS_MATERIAL_ACCENT="#FF5722" orion
+```
+
+And this looks like:
+
+https://user-images.githubusercontent.com/5585454/42691905-8438a3fe-86b2-11e8-821e-c4a6bbb8ff08.png;
 width="256">
+
 See more on [qt material 
docs](https://doc.qt.io/qt-5/qtquickcontrols2-material.html).
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/orion-1.6.5+git~20180524/appveyor.yml 
new/orion-1.6.5+git~20181007/appveyor.yml
--- old/orion-1.6.5+git~20180524/appveyor.yml   2018-05-24 17:25:25.0 
+0200
+++ new/orion-1.6.5+git~20181007/appveyor.yml   2018-10-07 17:50:22.0 
+0200
@@ -1,47 +1,72 @@
-# For info about dev tool paths on Appveyor see 
https://www.appveyor.com/docs/build-environment/#pre-installed-software
-
 environment:
   matrix:
-- platform: x86
-  configuration: release
-- platform: x64
-  configuration: release
-- platform: x86
-  configuration: debug
-- platform: x64
-  configuration: debug
+  - platform: x64
+configuration: release
+qt: 5.10
+cc: VS2017
+QTDIR: C:\Qt\5.10\msvc2017_64
+APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+OPENSSL_DIR: C:\OpenSSL-Win64
+
+  - platform: x86
+configuration: release
+qt: 5.10
+cc: VS2015
+toolchain_version: 14
+QTDIR: C:\Qt\5.10\msvc2015
+APPVEYOR_BUILD_WORKER_IMAGE: Visual 

commit ofono for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package ofono for openSUSE:Factory checked 
in at 2018-10-15 09:46:05

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


Package is "ofono"

Mon Oct 15 09:46:05 2018 rev:10 rq:641935 version:1.25

Changes:

--- /work/SRC/openSUSE:Factory/ofono/ofono.changes  2018-06-19 
12:05:09.046718813 +0200
+++ /work/SRC/openSUSE:Factory/.ofono.new/ofono.changes 2018-10-15 
09:46:57.891135207 +0200
@@ -1,0 +2,10 @@
+Sun Oct 14 15:11:56 UTC 2018 - mar...@gmx.de
+
+- Update to version 1.25:
+  * Fix issue with handling GPRS context release.
+  * Fix issue with GPRS context shutdown and Huawei modems.
+  * Fix issue with roaming status report and QMI devices.
+  * Add support for voice call handling of U-Blox modems
+  * Add support for EUTRAN technology reporting.
+
+---

Old:

  ofono-1.24.tar.xz
  ofono-1.24.tar.xz.sig

New:

  ofono-1.25.tar.xz
  ofono-1.25.tar.xz.sig



Other differences:
--
++ ofono.spec ++
--- /var/tmp/diff_new_pack.vcCEdO/_old  2018-10-15 09:47:02.479130095 +0200
+++ /var/tmp/diff_new_pack.vcCEdO/_new  2018-10-15 09:47:02.483130090 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   ofono
-Version:1.24
+Version:1.25
 Release:0
 Summary:Mobile telephony application development framework
 License:GPL-2.0-only

++ ofono-1.24.tar.xz -> ofono-1.25.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ofono-1.24/AUTHORS new/ofono-1.25/AUTHORS
--- old/ofono-1.24/AUTHORS  2018-06-14 23:22:27.0 +0200
+++ new/ofono-1.25/AUTHORS  2018-09-29 10:33:43.0 +0200
@@ -135,3 +135,5 @@
 Bob Ham 
 Varun Gargi 
 Florent Beillonnet 
+Martin Hundebøll 
+Julien Tournier 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ofono-1.24/ChangeLog new/ofono-1.25/ChangeLog
--- old/ofono-1.24/ChangeLog2018-06-14 23:22:27.0 +0200
+++ new/ofono-1.25/ChangeLog2018-09-29 10:33:43.0 +0200
@@ -1,3 +1,10 @@
+ver 1.25:
+   Fix issue with handling GPRS context release.
+   Fix issue with GPRS context shutdown and Huawei modems.
+   Fix issue with roaming status report and QMI devices.
+   Add support for voice call handling of U-Blox modems
+   Add support for EUTRAN technology reporting.
+
 ver 1.24:
Fix issue with property changed signals and CDMA networks.
Fix issue with handling SIM filesystem and SIM removal.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ofono-1.24/Makefile.in new/ofono-1.25/Makefile.in
--- old/ofono-1.24/Makefile.in  2018-06-14 23:23:00.0 +0200
+++ new/ofono-1.25/Makefile.in  2018-09-29 10:34:16.0 +0200
@@ -1462,8 +1462,6 @@
 GLIB_CFLAGS = @GLIB_CFLAGS@
 GLIB_LIBS = @GLIB_LIBS@
 GREP = @GREP@
-GTHREAD_CFLAGS = @GTHREAD_CFLAGS@
-GTHREAD_LIBS = @GTHREAD_LIBS@
 INSTALL = @INSTALL@
 INSTALL_DATA = @INSTALL_DATA@
 INSTALL_PROGRAM = @INSTALL_PROGRAM@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ofono-1.24/config.h.in new/ofono-1.25/config.h.in
--- old/ofono-1.24/config.h.in  2018-06-14 23:22:53.0 +0200
+++ new/ofono-1.25/config.h.in  2018-09-29 10:34:09.0 +0200
@@ -40,9 +40,6 @@
*/
 #undef LT_OBJDIR
 
-/* Define if threading support is required */
-#undef NEED_THREADS
-
 /* Name of package */
 #undef PACKAGE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ofono-1.24/configure new/ofono-1.25/configure
--- old/ofono-1.24/configure2018-06-14 23:22:56.0 +0200
+++ new/ofono-1.25/configure2018-09-29 10:34:12.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ofono 1.24.
+# Generated by GNU Autoconf 2.69 for ofono 1.25.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='ofono'
 PACKAGE_TARNAME='ofono'
-PACKAGE_VERSION='1.24'
-PACKAGE_STRING='ofono 1.24'
+PACKAGE_VERSION='1.25'
+PACKAGE_STRING='ofono 1.25'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -681,8 +681,6 @@
 DBUS_CONFDIR
 DBUS_LIBS
 DBUS_CFLAGS
-GTHREAD_LIBS
-GTHREAD_CFLAGS
 GLIB_LIBS
 GLIB_CFLAGS
 CPP
@@ -819,7 +817,6 @@
 enable_optimization
 enable_debug
 enable_pie
-enable_threads
 with_dbusconfdir
 with_dbusdatadir
 with_systemdunitdir
@@ -856,8 +853,6 @@
 CPP
 GLIB_CFLAGS
 GLIB_LIBS
-GTHREAD_CFLAGS
-GTHREAD_LIBS
 DBUS_CFLAGS
 DBUS_LIBS
 UDEV_CFLAGS
@@ 

commit libqt5-creator for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package libqt5-creator for openSUSE:Factory 
checked in at 2018-10-15 09:46:16

Comparing /work/SRC/openSUSE:Factory/libqt5-creator (Old)
 and  /work/SRC/openSUSE:Factory/.libqt5-creator.new (New)


Package is "libqt5-creator"

Mon Oct 15 09:46:16 2018 rev:57 rq:641940 version:4.7.1

Changes:

--- /work/SRC/openSUSE:Factory/libqt5-creator/libqt5-creator.changes
2018-09-13 12:10:31.122361285 +0200
+++ /work/SRC/openSUSE:Factory/.libqt5-creator.new/libqt5-creator.changes   
2018-10-15 09:47:07.867124093 +0200
@@ -1,0 +2,20 @@
+Tue Oct  2 22:23:06 UTC 2018 - Javier Llorente 
+
+- Update to 4.7.1
+  * Fixed that generic highlighting could use unreadable colors
+  (QTCREATORBUG-20919)
+  * Fixed jumping text cursor when editing custom executable path
+  * Fixed C++ version passed to code model (QTCREATORBUG-20909)
+  * Fixed include order for Clang headers
+  * Fixed that comments could break reformatting (QTCREATORBUG-21036)
+  * Fixed remote debugging command line argument (QTCREATORBUG-20928)
+  * Fixed environment for `Start and Debug External Application`
+  (QTCREATORBUG-20185)
+  * Fixed GDB built-in pretty printer handling (QTCREATORBUG-20770)
+  * Fixed pretty printing of enums
+  * Fixed re-enabling breakpoints (QTCREATORBUG-20795)
+  * Fixed `Attach to QML Port` (QTCREATORBUG-20168)
+  * Switched SSH support to use Botan 2 (QTCREATORBUG-18802)
+- Removed 0001-Build-with-Botan-2.patch (merged upstream) / updated spec
+
+---

Old:

  0001-Build-with-Botan-2.patch
  qt-creator-opensource-src-4.7.0.tar.xz

New:

  qt-creator-opensource-src-4.7.1.tar.xz



Other differences:
--
++ libqt5-creator.spec ++
--- /var/tmp/diff_new_pack.NOgysP/_old  2018-10-15 09:47:10.427121241 +0200
+++ /var/tmp/diff_new_pack.NOgysP/_new  2018-10-15 09:47:10.427121241 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define have_qdoc 0%{?suse_version} >= 1500
 
 Name:   libqt5-creator
-Version:4.7.0
+Version:4.7.1
 Release:0
 Summary:Integrated Development Environment targeting Qt apps
 License:GPL-3.0-with-Qt-Company-Qt-exception-1.1
@@ -32,10 +32,8 @@
 Source1:%{name}-rpmlintrc
 # PATCH-FIX-OPENSUSE
 Patch1: fix-build-isystem.patch
-# PATCH-FIX-OPENSUSE 0001-Build-with-Botan-2.patch -- Fix build with Botan 2
-Patch2: 0001-Build-with-Botan-2.patch
 # PATCH-FIX-OPENSUSE
-Patch3: fix-application-output.patch
+Patch2: fix-application-output.patch
 BuildRequires:  gdb
 BuildRequires:  libQt5Sql5-sqlite >= %{qt5_version}
 BuildRequires:  libbotan-devel
@@ -96,10 +94,7 @@
 %prep
 %setup -q -n %{rname}-opensource-src-%{version}
 %patch1 -p1
-%if 0%{?suse_version} >= 1500
 %patch2 -p1
-%endif
-%patch3 -p1
 
 %build
 sed -i s,libexec/qtcreator,%{_lib}/qtcreator/libexec,g qtcreator.qbs
@@ -107,11 +102,6 @@
 # https://bugzilla.opensuse.org/962650
 sed -i s,libexec/qtcreator,%{_lib}/qtcreator/libexec,g 
src/plugins/coreplugin/icore.cpp
 
-# The botan2 files were not included in the patch, let's completely wipe the 
directory
-%if 0%{?suse_version} >= 1500
-rm src/libs/3rdparty/botan -fr
-%endif
-
 # Enable the clangcodemodel plugin on openSUSE TW, which has LLVM >= 6.0.
 %ifarch %arm %ix86 x86_64
 %if 0%{?suse_version} > 1500

++ qt-creator-opensource-src-4.7.0.tar.xz -> 
qt-creator-opensource-src-4.7.1.tar.xz ++
/work/SRC/openSUSE:Factory/libqt5-creator/qt-creator-opensource-src-4.7.0.tar.xz
 
/work/SRC/openSUSE:Factory/.libqt5-creator.new/qt-creator-opensource-src-4.7.1.tar.xz
 differ: char 26, line 1




commit dmd for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package dmd for openSUSE:Factory checked in 
at 2018-10-15 09:45:54

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


Package is "dmd"

Mon Oct 15 09:45:54 2018 rev:20 rq:641928 version:2.082.1

Changes:

--- /work/SRC/openSUSE:Factory/dmd/dmd.changes  2018-09-15 15:36:35.428971545 
+0200
+++ /work/SRC/openSUSE:Factory/.dmd.new/dmd.changes 2018-10-15 
09:46:29.211167180 +0200
@@ -1,0 +2,14 @@
+Sun Oct 14 14:14:28 UTC 2018 - Matthias Eliasson 
+
+- Update to 2.082.1
+  - DMD Compiler regressions
+* Could not CTFE with std.math.exp from 2.082.0
+   * [REG 2.081] Can no longer override pragma(lib) with -L switch
+   * Some source files names are no longer accepted
+  - Phobos regressions
+* Templated format with variable width allocates 2GB of RAM per call.
+  - Phobos bugs
+* std.net.curl.post cannot be used with !ubyte
+   * std.algorithm.subsitute wrong results for single subrange substitution
+
+---

Old:

  dmd-2.082.0.tar.gz
  druntime-2.082.0.tar.gz
  phobos-2.082.0.tar.gz

New:

  dmd-2.082.1.tar.gz
  druntime-2.082.1.tar.gz
  phobos-2.082.1.tar.gz



Other differences:
--
++ dmd.spec ++
--- /var/tmp/diff_new_pack.gP6Oj4/_old  2018-10-15 09:46:46.699147680 +0200
+++ /var/tmp/diff_new_pack.gP6Oj4/_new  2018-10-15 09:46:46.699147680 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,7 +20,7 @@
 %define sover  0_82
 %define auto_bootstrap 1
 Name:   dmd
-Version:2.082.0
+Version:2.082.1
 Release:0
 Summary:D Programming Language 2.0
 License:BSL-1.0

++ dmd-2.082.0.tar.gz -> dmd-2.082.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dmd-2.082.0/VERSION new/dmd-2.082.1/VERSION
--- old/dmd-2.082.0/VERSION 2018-09-01 21:45:08.0 +0200
+++ new/dmd-2.082.1/VERSION 2018-10-11 14:20:27.0 +0200
@@ -1 +1 @@
-v2.082.0
+v2.082.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dmd-2.082.0/appveyor.sh new/dmd-2.082.1/appveyor.sh
--- old/dmd-2.082.0/appveyor.sh 2018-09-01 21:45:08.0 +0200
+++ new/dmd-2.082.1/appveyor.sh 2018-10-11 14:20:27.0 +0200
@@ -44,8 +44,8 @@
 fi
 
 if [ $D_COMPILER == "dmd" ]; then
-#appveyor DownloadFile 
"http://downloads.dlang.org/releases/2.x/${D_VERSION}/dmd.${D_VERSION}.windows.7z;
 -FileName dmd2.7z
-appveyor DownloadFile 
"http://nightlies.dlang.org/dmd-master-2017-12-22/dmd.master.windows.7z; 
-FileName dmd2.7z
+appveyor DownloadFile 
"http://downloads.dlang.org/releases/2.x/${D_VERSION}/dmd.${D_VERSION}.windows.7z;
 -FileName dmd2.7z
+#appveyor DownloadFile 
"http://nightlies.dlang.org/dmd-master-2017-12-22/dmd.master.windows.7z; 
-FileName dmd2.7z
 7z x dmd2.7z > /dev/null
 export PATH=$PWD/dmd2/windows/bin/:$PATH
 export DMD=/c/projects/dmd2/windows/bin/dmd.exe
@@ -57,8 +57,10 @@
 ! git ls-remote --exit-code --heads 
https://github.com/dlang/$proj.git $APPVEYOR_REPO_BRANCH > /dev/null; then
 # use master as fallback for other repos to test feature branches
 clone https://github.com/dlang/$proj.git $proj master
+echo "+++ Switched $proj to branch master 
(APPVEYOR_REPO_BRANCH=$APPVEYOR_REPO_BRANCH)"
 else
 clone https://github.com/dlang/$proj.git $proj $APPVEYOR_REPO_BRANCH
+echo "+++ Switched $proj to branch $APPVEYOR_REPO_BRANCH"
 fi
 done
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dmd-2.082.0/appveyor.yml new/dmd-2.082.1/appveyor.yml
--- old/dmd-2.082.0/appveyor.yml2018-09-01 21:45:08.0 +0200
+++ new/dmd-2.082.1/appveyor.yml2018-10-11 14:20:27.0 +0200
@@ -5,7 +5,7 @@
   matrix:
 - ARCH:x64
   D_COMPILER:  dmd
-  D_VERSION:   2.077.1
+  D_VERSION:   2.079.1
   C_COMPILER:  MSVC
   VISUALD_VER: v0.45.1-rc2
   LDC_VERSION: 1.8.0
@@ -22,7 +22,7 @@
 artifacts:
   - path: src/dmd.exe
 name: dmd 64-bit
-  - path: generated/Windows/Release/Win32/dmd.exe 
+  - path: generated/Windows/Release/Win32/dmd.exe
 name: dmd 32-bit built with LDC
 
 init:
@@ -43,7 +43,7 @@
 If (-not (Test-Path $Env:LDC_DIR/bin/ldmd2.exe)) {
 echo 

commit ntpsec for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package ntpsec for openSUSE:Factory checked 
in at 2018-10-15 09:45:42

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


Package is "ntpsec"

Mon Oct 15 09:45:42 2018 rev:10 rq:641920 version:1.1.2

Changes:

--- /work/SRC/openSUSE:Factory/ntpsec/ntpsec.changes2018-06-29 
22:36:51.125978298 +0200
+++ /work/SRC/openSUSE:Factory/.ntpsec.new/ntpsec.changes   2018-10-15 
09:46:08.739190025 +0200
@@ -1,0 +2,9 @@
+Sun Oct 14 11:09:27 UTC 2018 - Tomáš Chvátal 
+
+- Version update to 1.1.2:
+  * Use data minimization on client requests
+https://datatracker.ietf.org/doc/draft-ietf-ntp-data-minimization/
+  * Support AES-128-CMAC for authentication
+https://datatracker.ietf.org/doc/draft-ietf-ntp-mac/
+
+---

Old:

  ntpsec-1.1.1.tar.gz
  ntpsec-1.1.1.tar.gz.asc

New:

  ntpsec-1.1.2.tar.gz
  ntpsec-1.1.2.tar.gz.asc



Other differences:
--
++ ntpsec.spec ++
--- /var/tmp/diff_new_pack.7RwMJv/_old  2018-10-15 09:46:11.723186694 +0200
+++ /var/tmp/diff_new_pack.7RwMJv/_new  2018-10-15 09:46:11.735186681 +0200
@@ -13,12 +13,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   ntpsec
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:Improved implementation of Network Time Protocol
 License:BSD-2-Clause AND NTP AND BSD-3-Clause AND MIT

++ ntpsec-1.1.1.tar.gz -> ntpsec-1.1.2.tar.gz ++
 14512 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-10-15 09:45:22

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Mon Oct 15 09:45:22 2018 rev:85 rq:641918 version:2018.10.05

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-09-11 17:19:20.871221546 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-10-15 09:45:45.335216162 +0200
@@ -1,0 +2,8 @@
+Sat Oct 13 18:55:46 UTC 2018 - s...@suspend.net
+
+- Update to new upstream release 2018.10.05
+  * Improve authentication (#17762)
+  * Fix extraction (#17699)
+  * Switch to HTTPS for RpcApi (#17749)
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.09.08.tar.gz
  youtube-dl-2018.09.08.tar.gz.sig

New:

  youtube-dl-2018.10.05.tar.gz
  youtube-dl-2018.10.05.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.WlQnFJ/_old  2018-10-15 09:45:55.311205018 +0200
+++ /var/tmp/diff_new_pack.WlQnFJ/_new  2018-10-15 09:45:55.343204983 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.09.08
+Version:2018.10.05
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.WlQnFJ/_old  2018-10-15 09:45:55.795204478 +0200
+++ /var/tmp/diff_new_pack.WlQnFJ/_new  2018-10-15 09:45:55.839204429 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   youtube-dl
-Version:2018.09.08
+Version:2018.10.05
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.09.08.tar.gz -> youtube-dl-2018.10.05.tar.gz ++
 2235 lines of diff (skipped)




commit gsequencer for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package gsequencer for openSUSE:Factory 
checked in at 2018-10-15 09:45:07

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


Package is "gsequencer"

Mon Oct 15 09:45:07 2018 rev:23 rq:641906 version:2.0.35

Changes:

--- /work/SRC/openSUSE:Factory/gsequencer/gsequencer.changes2018-10-11 
11:57:17.765882847 +0200
+++ /work/SRC/openSUSE:Factory/.gsequencer.new/gsequencer.changes   
2018-10-15 09:45:27.267236356 +0200
@@ -1,0 +2,12 @@
+Sat Oct 13 14:40:01 UTC 2018 - Joël Krähemann 
+
+- new upstream v2.0.35 fixed swap parameters passed to
+  ags_tactable_change_bpm() of AgsApplyBpm task. Even more
+  unit-tests.
+
+---
+Fri Oct 12 02:01:28 UTC 2018 - Joël Krähemann 
+
+- new upstream v2.0.34 minor bug-fixes. Many new unit-tests.
+
+---

Old:

  gsequencer-2.0.33.tar.gz

New:

  gsequencer-2.0.35.tar.gz



Other differences:
--
++ gsequencer.spec ++
--- /var/tmp/diff_new_pack.6EmqVE/_old  2018-10-15 09:45:29.439233928 +0200
+++ /var/tmp/diff_new_pack.6EmqVE/_new  2018-10-15 09:45:29.443233924 +0200
@@ -18,7 +18,7 @@
 %define libagssonumber 2
 %define libgsequencersonumber 0
 Name:   gsequencer
-Version:2.0.33
+Version:2.0.35
 Release:0
 Summary:Audio processing engine
 License:GPL-3.0+ AND AGPL-3.0+ AND GFDL-1.3

++ gsequencer-2.0.33.tar.gz -> gsequencer-2.0.35.tar.gz ++
 18413 lines of diff (skipped)




commit ansifilter for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package ansifilter for openSUSE:Factory 
checked in at 2018-10-15 09:44:56

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


Package is "ansifilter"

Mon Oct 15 09:44:56 2018 rev:5 rq:641904 version:2.11

Changes:

--- /work/SRC/openSUSE:Factory/ansifilter/ansifilter.changes2018-07-17 
09:41:45.285431712 +0200
+++ /work/SRC/openSUSE:Factory/.ansifilter.new/ansifilter.changes   
2018-10-15 09:45:18.271246415 +0200
@@ -1,0 +2,9 @@
+Sun Oct 14 07:40:37 UTC 2018 - antoine.belv...@opensuse.org
+
+- Update to version 2.11:
+  * Fixed parsing of "7" and "8" sequences
+(gl#saalen/ansifilter#16).
+  * Added --ignore-clear option.
+  * Converted README and ChangeLog to AsciiDoc
+
+---

Old:

  ansifilter-2.10.tar.bz2
  ansifilter-2.10.tar.bz2.asc

New:

  ansifilter-2.11.tar.bz2
  ansifilter-2.11.tar.bz2.asc



Other differences:
--
++ ansifilter.spec ++
--- /var/tmp/diff_new_pack.sFXfNw/_old  2018-10-15 09:45:18.955245651 +0200
+++ /var/tmp/diff_new_pack.sFXfNw/_new  2018-10-15 09:45:18.955245651 +0200
@@ -13,13 +13,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %bcond_without gui
 Name:   ansifilter
-Version:2.10
+Version:2.11
 Release:0
 Summary:ANSI Terminal Escape Code Converter
 License:GPL-3.0-or-later
@@ -76,22 +76,23 @@
   install \
 %if %{with gui}
   install-gui
+%endif
 
-%if 0%{?suse_version} < 1330
+rm %{buildroot}%{_docdir}/%{name}/INSTALL
+
+%if %{with gui} && 0%{?suse_version} < 1330
 %post gui
 %desktop_database_post
 
 %postun gui
 %desktop_database_postun
 %endif
-%endif
 
 %files
 %dir %{_docdir}/%{name}
-%exclude %{_docdir}/%{name}/INSTALL
 %{_docdir}/%{name}/COPYING
-%{_docdir}/%{name}/ChangeLog
-%{_docdir}/%{name}/README
+%{_docdir}/%{name}/ChangeLog.adoc
+%{_docdir}/%{name}/README.adoc
 %{_bindir}/ansifilter
 %{_mandir}/man1/ansifilter.1%{ext_man}
 

++ ansifilter-2.10.tar.bz2 -> ansifilter-2.11.tar.bz2 ++
 2091 lines of diff (skipped)





commit krita for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package krita for openSUSE:Factory checked 
in at 2018-10-15 09:43:52

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


Package is "krita"

Mon Oct 15 09:43:52 2018 rev:30 rq:641809 version:4.1.5

Changes:

--- /work/SRC/openSUSE:Factory/krita/krita.changes  2018-09-28 
08:54:22.529644908 +0200
+++ /work/SRC/openSUSE:Factory/.krita.new/krita.changes 2018-10-15 
09:44:29.935300525 +0200
@@ -1,0 +2,66 @@
+Fri Oct 12 12:07:02 UTC 2018 - wba...@tmo.at
+
+- Update to 4.1.5: (4.1.4 has been skipped)
+  * See https://krita.org/en/item/krita-4-1-5-released/
+  * Associate Krita with .ico files
+  * Auto-update the device pixel ration when changing screens
+  * Disable autoscrolling for the pan tool
+  * Disable drag & drop in the recent documents list (kde#399397)
+  * Disable zoom-in/out actions when editing text in rich-text mode
+(kde#399157)
+  * Do not add template files to recent documents list (kde#398877)
+  * Do not allow creating masks on locked layers (kde#399145)
+  * Do not close the settings dialog when pressing enter while
+searching for a shortcut (kde#399116)
+  * Fill polyline shapes if some fill style was selected
+(kde#399135)
+  * Fix Tangent Normal paintop to work with 16 and 32 bit floating
+point images (kde#398826)
+  * Fix a blending issue with the color picker when picking a color
+for the first time (kde#394399)
+  * Fix a problem with namespaces when loading SVG
+  * Fix an assert when right-clicking the animation timeline
+(kde#399435)
+  * Fix autohiding the color selector popup
+  * Fix canvas scaling in hidpi mode (kde#360541)
+  * Fix deleting canvas input settings shortcuts (kde#385662)
+  * Fix loading multiline text with extra mark-up (kde#399227)
+  * Fix loading of special unicode whitespace characters
+(kde#392710)
+  * Fix loading the alpha channel from Photoshop TIFF files
+(kde#376950)
+  * Fix missing shortcut from Fill Tool tooltip (kde#399111)
+  * Fix projection update after undoing create layer (kde#399575)
+  * Fix saving layer lock, alpha lock and alpha inheritance
+(kde#399513)
+  * Fix saving the location of audio source files in .kra files
+  * Fix selections and transform tool overlay when Mirror Axis is
+active (kde#395222)
+  * Fix setting active session after creating a new one
+  * Fix showing the color selector popup in hover mode
+  * Fix the ctrl-w close window shortcut on Windows (kde#399339)
+  * Fix the overview docker (kde#396922, kde#384033)
+  * Fix the shift-I color selector shortcut
+  * Fix unsuccessful restoring of a session blocking Krita from
+closing (kde#399203)
+  * Import SVG files as vector layers instead of pixel layers
+(kde#399166)
+  * Improve spacing between canvas input setting categories
+  * Make Krita merge layers correctly if the order of selecting
+layers is not top-down (kde#399146)
+  * Make it possible to select the SVG text tool text has been
+moved inside an hidden group and then made visible again
+(kde#395412)
+  * Make the color picker pick the alpha channel value correctly
+(kde#399169)
+  * Prevent opening filter dialogs on non-editable layers
+(kde#398915)
+  * Reset the brush preset selection docker on creating a new
+document (kde#399340)
+  * Support fractional display scaling factors
+  * Update color history after fill (kde#379199)
+- Update fix-build-with-Qt5.6.patch yet again to fix a new
+  compilation error with Qt 5.6 (kde#399677), the previous one is
+  fixed in this release
+
+---

Old:

  krita-4.1.3.tar.gz

New:

  krita-4.1.5.tar.gz



Other differences:
--
++ krita.spec ++
--- /var/tmp/diff_new_pack.Q3QZo7/_old  2018-10-15 09:44:34.587295313 +0200
+++ /var/tmp/diff_new_pack.Q3QZo7/_new  2018-10-15 09:44:34.587295313 +0200
@@ -26,7 +26,7 @@
 %endif
 
 Name:   krita
-Version:4.1.3
+Version:4.1.5
 Release:0
 Summary:Digital Painting Application
 License:GPL-2.0-or-later AND LGPL-2.1-or-later

++ fix-build-with-Qt5.6.patch ++
--- /var/tmp/diff_new_pack.Q3QZo7/_old  2018-10-15 09:44:34.615295282 +0200
+++ /var/tmp/diff_new_pack.Q3QZo7/_new  2018-10-15 09:44:34.615295282 +0200
@@ -1,26 +1,35 @@
-From 90852da0a2ce60fe3ddaff819f2634ed55dbe943 Mon Sep 17 00:00:00 2001
+From ff3194528deea13562422cad0d0ad83248fd63d2 Mon Sep 17 00:00:00 2001
 From: Boudewijn Rempt 
-Date: Thu, 27 Sep 2018 10:09:47 +0200
-Subject: Fix building with Qt 5.6
+Date: Fri, 12 Oct 2018 12:33:37 +0200
+Subject: Fix build with Qt 5.6
 
-BUG:399130
+BUG:399677
 ---
- 

commit lilypond for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package lilypond for openSUSE:Factory 
checked in at 2018-10-15 09:44:16

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


Package is "lilypond"

Mon Oct 15 09:44:16 2018 rev:23 rq:641811 version:2.18.2

Changes:

--- /work/SRC/openSUSE:Factory/lilypond/lilypond-doc.changes2018-05-16 
11:43:51.451354898 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new/lilypond-doc.changes   
2018-10-15 09:44:43.487285344 +0200
@@ -1,0 +2,6 @@
+Fri Oct 12 08:10:02 UTC 2018 - davejpla...@gmail.com
+
+- Fix Factory build by requiring missing fonts and texlive packages
+  directly.
+
+---



Other differences:
--
++ lilypond-doc.spec ++
--- /var/tmp/diff_new_pack.oaxLQr/_old  2018-10-15 09:44:49.371278756 +0200
+++ /var/tmp/diff_new_pack.oaxLQr/_new  2018-10-15 09:44:49.371278756 +0200
@@ -22,7 +22,7 @@
 Version:%{ver}.%{plevel}
 Release:0
 Summary:Documentation for the LilyPond Typesetter
-License:GFDL-1.3
+License:GFDL-1.3-only
 Group:  Documentation/HTML
 Url:http://lilypond.org/
 Source0:
http://download.linuxaudio.org/lilypond/sources/v%{ver}/lilypond-%{version}.tar.gz
@@ -52,12 +52,14 @@
 BuildRequires:  gentium
 BuildRequires:  gettext-tools
 #BuildRequires:  ghostscript-fonts-rus
+BuildRequires:  bitstream-vera-fonts
 BuildRequires:  ghostscript >= 8.60
 BuildRequires:  ghostscript-fonts-other
 BuildRequires:  ghostscript-fonts-std
 BuildRequires:  guile1 >= 1.8.2
 BuildRequires:  gzip
 BuildRequires:  ifntjapa
+BuildRequires:  liberation-fonts
 BuildRequires:  libgnutls-devel
 BuildRequires:  libguile1-devel >= 1.8.2
 BuildRequires:  libtool
@@ -70,7 +72,13 @@
 BuildRequires:  python-devel >= 2.4
 BuildRequires:  rsync
 BuildRequires:  t1utils
+BuildRequires:  texlive-avantgar-fonts
+BuildRequires:  texlive-collection-fontsrecommended
+BuildRequires:  texlive-dejavu-fonts
+BuildRequires:  texlive-gnu-freefont-fonts
 BuildRequires:  texlive-lh
+BuildRequires:  texlive-libertine-fonts
+BuildRequires:  texlive-metafont-bin
 BuildRequires:  texlive-metapost
 BuildRequires:  ttf-wqy-zenhei
 BuildRequires:  xfntjp

++ lilypond.spec ++
--- /var/tmp/diff_new_pack.oaxLQr/_old  2018-10-15 09:44:49.387278738 +0200
+++ /var/tmp/diff_new_pack.oaxLQr/_new  2018-10-15 09:44:49.387278738 +0200
@@ -22,7 +22,7 @@
 Version:2.18.2
 Release:0
 Summary:A typesetting system for music notation
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Productivity/Publishing/Other
 Url:http://www.lilypond.org
 Source0:
http://download.linuxaudio.org/lilypond/sources/v2.18/lilypond-%{version}.tar.gz




commit ibus-table for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package ibus-table for openSUSE:Factory 
checked in at 2018-10-15 09:44:49

Comparing /work/SRC/openSUSE:Factory/ibus-table (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-table.new (New)


Package is "ibus-table"

Mon Oct 15 09:44:49 2018 rev:24 rq:641902 version:1.9.21

Changes:

--- /work/SRC/openSUSE:Factory/ibus-table/ibus-table.changes2017-12-19 
10:56:46.278321191 +0100
+++ /work/SRC/openSUSE:Factory/.ibus-table.new/ibus-table.changes   
2018-10-15 09:44:57.207269983 +0200
@@ -1,0 +2,22 @@
+Sat Oct 13 13:40:35 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 1.9.21
+  * Migrate IBusConfig to GSettings.
+  * Add a test suite
+  * Add missing tags to ibus-table-createdb.sgml.
+  * Draw InputMode text instead of icon into panel on non-Gnome desktops.
+  * Make it work with Python2 again
+  * Sync phrases cache from/to external storage.
+  * Update translations from zanata
+  * validate ibus-table.appdata.xml in %%check
+  * Update translations from zanata (pt_BR updated, es new)
+  * Don't query user database if user define phrase and dynamic adjust 
+are disabled (thanks to heiher)
+  * Enable hash map based cache for user database enabled
+  * Import hash map based cache for table database (thanks to heiher)
+  * Install appstream metadata to /usr/share/metainfo/ (thanks to jbicha)
+  * Fix some appdata validation issues (thanks to jbicha)
+  * Fix bug in Unihan_Variants.txt, 著 U+8457 is both
+simplified and traditional Chinese (thanks to heiher)
+
+---

Old:

  ibus-table-1.9.17.tar.gz

New:

  ibus-table-1.9.21.tar.gz



Other differences:
--
++ ibus-table.spec ++
--- /var/tmp/diff_new_pack.IbxZQw/_old  2018-10-15 09:44:58.299268761 +0200
+++ /var/tmp/diff_new_pack.IbxZQw/_new  2018-10-15 09:44:58.303268757 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibus-table
 #
-# 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,16 +17,13 @@
 
 
 Name:   ibus-table
-Version:1.9.17
+Version:1.9.21
 Release:0
 Summary:The Table engine for IBus platform
-License:LGPL-2.1+
+License:LGPL-2.1-or-later
 Group:  System/I18n/Chinese
 Url:https://github.com/mike-fabian/ibus-table/
-Source: 
https://github.com/mike-fabian/ibus-table/archive/%{version}/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM marguer...@opensuse.org
-# replace file() to open()
-# Patch:  ibus-table-python3.patch
+Source: 
https://github.com/mike-fabian/ibus-table/releases/download/%{version}/%{name}-%{version}.tar.gz
 BuildRequires:  docbook-utils-minimal
 BuildRequires:  fdupes
 BuildRequires:  gettext-tools
@@ -52,7 +49,6 @@
 
 %prep
 %setup -q
-# %patch -p1
 chmod -x AUTHORS COPYING README
 
 %build
@@ -78,9 +74,10 @@
 %{_ibus_libdir}/ibus-setup-table
 %{_datadir}/applications/ibus-setup-table.desktop
 %{_datadir}/%{name}
+%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.table.gschema.xml
 %{_ibus_componentdir}/table.xml
 %{_mandir}/man1/%{name}-createdb.1.gz
-%{_datadir}/appdata/ibus-table.appdata.xml
+%{_datadir}/metainfo/ibus-table.appdata.xml
 
 %files devel
 %defattr(-,root,root)

++ ibus-table-1.9.17.tar.gz -> ibus-table-1.9.21.tar.gz ++
 52788 lines of diff (skipped)




commit python-prompt_toolkit for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package python-prompt_toolkit for 
openSUSE:Factory checked in at 2018-10-15 09:44:35

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


Package is "python-prompt_toolkit"

Mon Oct 15 09:44:35 2018 rev:8 rq:641863 version:2.0.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-prompt_toolkit/python-prompt_toolkit.changes  
2018-07-28 12:44:16.640867283 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-prompt_toolkit.new/python-prompt_toolkit.changes
 2018-10-15 09:44:55.791271568 +0200
@@ -1,0 +2,268 @@
+Sat Oct 13 16:03:06 UTC 2018 - Arun Persaud 
+
+- update to version 2.0.6:
+  * Bug fixes:
++ Don't use the predefined ANSI colors for colors that are defined
+  as RGB.  (Terminals can assign different color schemes for ansi
+  colors, and we don't want use any of those for colors that are
+  defined like #aabbcc for instance.)
++ Fix in handling of CPRs when patch_stdout is used.
+  * Backwards incompatible changes:
++ Change to the `Buffer` class. Reset the buffer unless the
+  `accept_handler` returns `True` (which means: "keep_text"). This
+  doesn't affect applications that use `PromptSession`.
+  * New features:
++ Added `AdjustBrightnessStyleTransformation`. This is a simple
+  style transformation that improves the rendering on terminals
+  with light or dark background.
++ Improved performance (string width caching and line height
+  calculation).
++ Improved `TextArea`:
+   o Exposed `focus_on_click`.
+   o Added attributes: `auto_suggest`, `complete_while_typing`,
+ `history`, `get_line_prefix`, `input_processors`.
+   o Made attributes writable: `lexer`, `completer`,
+ `complete_while_typing`, `accept_handler`, `read_only`,
+ `wrap_lines`.
+
+- changes from version 2.0.5:
+  * Bug fixes:
++ Fix in `DynamicContainer`. Return correct result for
+  `get_children`. This fixes a bug related to focusing.
++ Properly compute length of `start`, `end` and `sym_b` characters
+  of progress bar.
++ CPR (cursor position request) fix.
+  * Backwards incompatible changes:
++ Stop restoring `PromptSession` attributes when exiting prompt.
+  * New features:
++ Added `get_line_prefix` attribute to window. This opens many
+  possibilities:
+   o Line wrapping (soft and hard) can insert whitespace in front of
+ the line, or insert some symbols in front. Like the Vim
+ "breakindent" option.
+   o Single line prompts also support line continuations now.
+   o Line continuations can have a variable width.
++ For VI mode: implemented temporary normal mode (control-O in
+  insert mode).
++ Added style transformations API. Useful for swapping between
+  light and dark color schemes. Added `swap_light_and_dark_colors`
+  parameter to `prompt()` function.
++ Added `format()` method to ANSI formatted text.
++ Set cursor position for Button widgets.
++ Added `pre_run` argument to `PromptSession.prompt()` method.
+
+---
+Fri Sep 28 03:43:16 UTC 2018 - Todd R 
+
+- Update to 2.0.4
+  + Bug fixes:
+* Fix render height for rendering full screen applications in Windows.
+* Fix in `TextArea`. Set `accept_handler` to `None` if not given.
+* Go to the beginning of the next line when enter is pressed in Vi 
navigation
+  mode, and the buffer doesn't have an accept handler.
+* Fix the `default` argument of the `prompt` function when called multiple
+  times.
+* Display decomposed multiwidth characters correctly.
+* Accept `history` in `prompt()` function again.
+  + Backwards incompatible changes:
+* Renamed `PipeInput` to `PosixPipeInput`. Added `Win32PipeInput` and
+  `create_input_pipe`.
+* Pass `buffer` argument to the `accept_handler` of `TextArea`.
+  + New features:
+* Added `accept_default` argument to `prompt()`.
+* Make it easier to change the body/title of a Frame/Dialog.
+* Added `DynamicContainer`.
+* Added `merge_completers` for merging multiple completers together.
+* Add vt100 data to key presses in Windows.
+* Handle left/right key bindings in Vi block insert mode.
+- Update to  2.0.3
+  + Bug fixes:
+* Fix in 'x' and 'X' Vi key bindings. Correctly handle line endings and 
args.
+* Fixed off by one error in Vi line selection.
+* Fixed bugs in Vi block selection. Correctly handle lines that the 
selection
+  doesn't cross.
+* Python 2 bugfix. Handle str/unicode correctly.
+* Handle option+left/right in iTerm.
+- Update to 2.0.2
+  + Bug fixes:
+* Python 3.7 support: correctly handle 

commit ibus-libpinyin for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package ibus-libpinyin for openSUSE:Factory 
checked in at 2018-10-15 09:44:26

Comparing /work/SRC/openSUSE:Factory/ibus-libpinyin (Old)
 and  /work/SRC/openSUSE:Factory/.ibus-libpinyin.new (New)


Package is "ibus-libpinyin"

Mon Oct 15 09:44:26 2018 rev:17 rq:641828 version:1.10.91

Changes:

--- /work/SRC/openSUSE:Factory/ibus-libpinyin/ibus-libpinyin.changes
2018-05-29 10:36:59.870037974 +0200
+++ /work/SRC/openSUSE:Factory/.ibus-libpinyin.new/ibus-libpinyin.changes   
2018-10-15 09:44:50.783277175 +0200
@@ -1,0 +2,8 @@
+Fri Oct 12 13:46:43 UTC 2018 - hillw...@opensuse.org
+
+- Update version to 1.10.91
+  * Support ime.register_trigger in lua extension
+  * Support predicted candidates
+  * Support emoji input
+
+---

Old:

  ibus-libpinyin-1.10.0.tar.gz

New:

  ibus-libpinyin-1.10.91.tar.gz



Other differences:
--
++ ibus-libpinyin.spec ++
--- /var/tmp/diff_new_pack.mMEnzi/_old  2018-10-15 09:44:51.899275925 +0200
+++ /var/tmp/diff_new_pack.mMEnzi/_new  2018-10-15 09:44:51.899275925 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   ibus-libpinyin
-Version:1.10.0
+Version:1.10.91
 Release:0
 Summary:Intelligent Pinyin engine based on libpinyin for IBus
 License:GPL-2.0-or-later

++ ibus-libpinyin-1.10.0.tar.gz -> ibus-libpinyin-1.10.91.tar.gz ++
 7496 lines of diff (skipped)




commit python-rebulk for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package python-rebulk for openSUSE:Factory 
checked in at 2018-10-15 09:43:44

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


Package is "python-rebulk"

Mon Oct 15 09:43:44 2018 rev:4 rq:641808 version:1.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-rebulk/python-rebulk.changes  
2018-09-13 12:10:47.938342368 +0200
+++ /work/SRC/openSUSE:Factory/.python-rebulk.new/python-rebulk.changes 
2018-10-15 09:44:06.363326949 +0200
@@ -1,0 +2,6 @@
+Sat Oct 13 05:58:00 UTC 2018 - aloi...@gmx.com
+
+- Update to version 1.0.0
+  * Add python 3.7 support
+
+---

Old:

  rebulk-0.9.0.tar.gz

New:

  rebulk-1.0.0.tar.gz



Other differences:
--
++ python-rebulk.spec ++
--- /var/tmp/diff_new_pack.39Mzwn/_old  2018-10-15 09:44:10.307322526 +0200
+++ /var/tmp/diff_new_pack.39Mzwn/_new  2018-10-15 09:44:10.311322522 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-rebulk
-Version:0.9.0
+Version:1.0.0
 Release:0
 Summary:Library for defining bulk search patterns to perform advanced 
string matching
 License:MIT

++ rebulk-0.9.0.tar.gz -> rebulk-1.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rebulk-0.9.0/PKG-INFO new/rebulk-1.0.0/PKG-INFO
--- old/rebulk-0.9.0/PKG-INFO   2017-05-31 15:41:53.0 +0200
+++ new/rebulk-1.0.0/PKG-INFO   2018-10-12 23:06:53.0 +0200
@@ -1,12 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 2.1
 Name: rebulk
-Version: 0.9.0
+Version: 1.0.0
 Summary: Rebulk - Define simple search patterns in bulk to perform advanced 
matching on any string.
 Home-page: https://github.com/Toilal/rebulk/
 Author: Rémi Alvergnat
 Author-email: toilal@gmail.com
 License: MIT
-Download-URL: 
https://pypi.python.org/packages/source/r/rebulk/rebulk-0.9.0.tar.gz
+Download-URL: 
https://pypi.python.org/packages/source/r/rebulk/rebulk-1.0.0.tar.gz
 Description: ReBulk
 ===
 
@@ -105,7 +105,7 @@
 
 .. code-block:: python
 
->>> Rebulk().regex(r'Wint\wr', 'com\w{3}').matches("Winter is 
coming...")
+>>> Rebulk().regex(r'Wint\wr', r'com\w{3}').matches("Winter is 
coming...")
 [, ]
 
 All keyword arguments from `re.compile`_ are supported.
@@ -145,7 +145,7 @@
   Defined as a list of 2-tuple, each tuple is an abbreviation. It 
simply replace ``tuple[0]`` with ``tuple[1]`` in the
   expression.
 
-  >>> Rebulk().regex(r'Custom-separators', abbreviations=[("-", 
"[\W_]+")])\
+  >>> Rebulk().regex(r'Custom-separators', abbreviations=[("-", 
r"[\W_]+")])\
   ... .matches("Custom_separators using-abbreviations")
   []
 
@@ -526,10 +526,13 @@
 Classifier: Operating System :: OS Independent
 Classifier: Intended Audience :: Developers
 Classifier: Programming Language :: Python :: 2
-Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Provides-Extra: dev
+Provides-Extra: test
+Provides-Extra: native
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rebulk-0.9.0/README.rst new/rebulk-1.0.0/README.rst
--- old/rebulk-0.9.0/README.rst 2017-05-31 15:41:51.0 +0200
+++ new/rebulk-1.0.0/README.rst 2018-10-12 23:06:52.0 +0200
@@ -96,7 +96,7 @@
 
 .. code-block:: python
 
->>> Rebulk().regex(r'Wint\wr', 'com\w{3}').matches("Winter is coming...")
+>>> Rebulk().regex(r'Wint\wr', r'com\w{3}').matches("Winter is coming...")
 [, ]
 
 All keyword arguments from `re.compile`_ are supported.
@@ -136,7 +136,7 @@
   Defined as a list of 2-tuple, each tuple is an abbreviation. It simply 
replace ``tuple[0]`` with ``tuple[1]`` in the
   expression.
 
-  >>> Rebulk().regex(r'Custom-separators', abbreviations=[("-", "[\W_]+")])\
+  >>> Rebulk().regex(r'Custom-separators', abbreviations=[("-", r"[\W_]+")])\
   ... .matches("Custom_separators using-abbreviations")
   []
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit nextcloud for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package nextcloud for openSUSE:Factory 
checked in at 2018-10-15 09:43:07

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


Package is "nextcloud"

Mon Oct 15 09:43:07 2018 rev:19 rq:641741 version:14.0.3

Changes:

--- /work/SRC/openSUSE:Factory/nextcloud/nextcloud.changes  2018-09-28 
08:53:27.057724710 +0200
+++ /work/SRC/openSUSE:Factory/.nextcloud.new/nextcloud.changes 2018-10-15 
09:43:30.267367459 +0200
@@ -1,0 +2,62 @@
+Fri Oct 12 16:35:32 UTC 2018 - ec...@opensuse.org
+
+- update to 14.0.3
+  - Fixes the apps menu scrollbar (server#11662)
+  - Ignore "session_lifetime" if it can not be converted to a 
+number (server#11761)
+  - Normalize getUnjailedPath (server#11770)
+- changes from 14.0.2
+  - Fix contacts menu on mentions (server#11350)
+  - Make the server ready to use global scale with SAML as auth 
+back-end (server#11373)
+  - Fix default flex shrink on list (server#11374)
+  - Fixes the logo height (server#11385)
+  - Do not explode when getting permissions from a FailedStorage 
+(server#11389)
+  - Do not hide the progress bar while the chunked upload is being 
+assembled (server#11399)
+  - Fix "checkWellKnownUrl" not being run (server#11418)
+  - Add back the total used space per user (server#11425)
+  - Fix invalid inline input confirm border (server#11426)
+  - Center back the history icon (server#11430)
+  - AssemblyStream is also eof if we have no more source stream 
+(server#11436)
+  - Re-enable upload button after updating Avatar (server#11451)
+  - Fix typo in config.sample.php (server#11488)
+  - Bugfix 2FA theme: buttons white (server#11489)
+  - Update config and babel for ie11 (server#11490)
+  - Only catch QueryException when trying to build class 
+(server#11492)
+  - Show auth type "None" in email settings (server#11493)
+  - Fix public page footer link wrap (server#11510)
+  - Fix share header text on small widths (server#11511)
+  - Add missing compiled mimetype list (server#11516)
+  - Fixes the move/copy picker buttons (server#11525)
+  - Fix breadcrumbs (server#11530)
+  - Added kinetic scrolling for iOS to apps dropdown menu #10281
+(server#11554)
+  - Throw an error if a node is smaller than expected in 
+assemblystream (server#11555)
+  - Reduce the min-width of the files table so it works on sharing
+pages on mobile (server#11556)
+  - Fix header overflow, fix more apps menu, fix #11552 
+(server#11558)
+  - Add new group entry on users list + fixes (server#11575)
+  - Redirect guests to login if they follow the link of a comment 
+mention-notifications (server#11577)
+  - Force multiselect max-height to 5.5 items (server#11579)
+  - Just update password hash without validating (server#11580)
+  - Fix sticky header on users list (server#11582)
+  - Fix header border on users list (server#11608)
+  - Fix call to logger (server#11610)
+  - Allow the creationg of previews of files stored in appdata
+(server#11703)
+  - Update CRL due to changed cert for linkshareex (server#11706)
+  - Fix a misleading setup check for .well-known/caldav & carddav
+(server#11738)
+  - Remove unneeded CSS rule for IE 11 (files_pdfviewer#101)
+  - Hide footer in public share page (files_pdfviewer#103)
+  - Fix embedded viewer with new server layout on IE 11 
+(files_pdfviewer#98)
+
+---

Old:

  nextcloud-14.0.1.tar.bz2

New:

  nextcloud-14.0.3.tar.bz2



Other differences:
--
++ nextcloud.spec ++
--- /var/tmp/diff_new_pack.E6y8Ib/_old  2018-10-15 09:43:31.903365621 +0200
+++ /var/tmp/diff_new_pack.E6y8Ib/_new  2018-10-15 09:43:31.907365616 +0200
@@ -49,7 +49,7 @@
 %endif
 
 Name:   nextcloud
-Version:14.0.1
+Version:14.0.3
 Release:0
 Summary:File hosting service
 License:AGPL-3.0-only

++ nextcloud-14.0.1.tar.bz2 -> nextcloud-14.0.3.tar.bz2 ++
/work/SRC/openSUSE:Factory/nextcloud/nextcloud-14.0.1.tar.bz2 
/work/SRC/openSUSE:Factory/.nextcloud.new/nextcloud-14.0.3.tar.bz2 differ: char 
11, line 1




commit platformsh-cli for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2018-10-15 09:43:18

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


Package is "platformsh-cli"

Mon Oct 15 09:43:18 2018 rev:57 rq:641749 version:3.35.3

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2018-10-08 17:47:09.258351615 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2018-10-15 09:43:37.763359041 +0200
@@ -1,0 +2,8 @@
+Fri Oct 12 19:17:51 UTC 2018 - ji...@boombatower.com
+
+- Update to version 3.35.3:
+  * Release v3.35.3
+  * Revoke this session's tokens pro-actively on logout
+  * multi: ignore blank lines in the project ID list
+
+---

Old:

  platformsh-cli-3.35.2.tar.xz

New:

  platformsh-cli-3.35.3.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.3uXV3w/_old  2018-10-15 09:43:39.003357649 +0200
+++ /var/tmp/diff_new_pack.3uXV3w/_new  2018-10-15 09:43:39.007357645 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.35.2
+Version:3.35.3
 Release:0
 Summary:Tool for managing Platform.sh services from the command line
 # See licenses.txt for dependency licenses.

++ _service ++
--- /var/tmp/diff_new_pack.3uXV3w/_old  2018-10-15 09:43:39.031357617 +0200
+++ /var/tmp/diff_new_pack.3uXV3w/_new  2018-10-15 09:43:39.031357617 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.35.2
+refs/tags/v3.35.3
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.3uXV3w/_old  2018-10-15 09:43:39.047357600 +0200
+++ /var/tmp/diff_new_pack.3uXV3w/_new  2018-10-15 09:43:39.051357595 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-f524af6368289fa17c9c8d6c088c260e46b3ec4a
+83849efa1ad6d69c845e84c233785913bb1938bb
   
 

++ licenses.txt ++
--- /var/tmp/diff_new_pack.3uXV3w/_old  2018-10-15 09:43:39.087357554 +0200
+++ /var/tmp/diff_new_pack.3uXV3w/_new  2018-10-15 09:43:39.087357554 +0200
@@ -17,7 +17,7 @@
 padraic/humbug_get_contents 1.1.2BSD-3-Clause  
 padraic/phar-updaterv1.0.5   BSD-3-Clause  
 paragonie/random_compat v2.0.11  MIT   
-platformsh/client   v0.19.2  MIT   
+platformsh/client   v0.20.2  MIT   
 platformsh/console-form v0.0.23  MIT   
 psr/container   1.0.0MIT   
 psr/log 1.0.2MIT   

++ platformsh-cli-3.35.2.tar.xz -> platformsh-cli-3.35.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.35.2/composer.json 
new/platformsh-cli-3.35.3/composer.json
--- old/platformsh-cli-3.35.2/composer.json 2018-10-05 11:21:50.0 
+0200
+++ new/platformsh-cli-3.35.3/composer.json 2018-10-12 18:32:40.0 
+0200
@@ -8,7 +8,7 @@
 "guzzlehttp/guzzle": "^5.3",
 "guzzlehttp/ringphp": "^1.1",
 "platformsh/console-form": ">=0.0.22 <2.0",
-"platformsh/client": ">=0.19.2 <2.0",
+"platformsh/client": ">=0.20.2 <2.0",
 "symfony/console": "^3.0 >=3.2",
 "symfony/yaml": "^3.0 || ^2.6",
 "symfony/finder": "^3.0",
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.35.2/composer.lock 
new/platformsh-cli-3.35.3/composer.lock
--- old/platformsh-cli-3.35.2/composer.lock 2018-10-05 11:21:50.0 
+0200
+++ new/platformsh-cli-3.35.3/composer.lock 2018-10-12 18:32:40.0 
+0200
@@ -4,7 +4,7 @@
 "Read more about it at 
https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies;,
 "This file is @generated automatically"
 ],
-"content-hash": "9cda4be36a91eb4c3047272134b31a98",
+"content-hash": "683a401d37c922ba8fd60e6a691587f7",
 "packages": [
 {
 "name": "cocur/slugify",
@@ -711,16 +711,16 @@
 },
 {
 "name": "platformsh/client",
-"version": "v0.19.2",
+"version": "v0.20.2",
 "source": {
 "type": "git",
 "url": 
"https://github.com/platformsh/platformsh-client-php.git;,
-"reference": "678f057067174c3b2c6716168bc86060a3f10097"
+"reference": "220947685624464455d8ae3022c418ae832ce85e"
 },
 

commit perl-Sys-Virt for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package perl-Sys-Virt for openSUSE:Factory 
checked in at 2018-10-15 09:43:02

Comparing /work/SRC/openSUSE:Factory/perl-Sys-Virt (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new (New)


Package is "perl-Sys-Virt"

Mon Oct 15 09:43:02 2018 rev:65 rq:641737 version:4.8.0

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sys-Virt/perl-Sys-Virt.changes  
2018-10-02 19:47:45.873809605 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sys-Virt.new/perl-Sys-Virt.changes 
2018-10-15 09:43:23.239375352 +0200
@@ -1,0 +2,11 @@
+Fri Oct  5 16:38:01 UTC 2018 - James Fehlig 
+
+- Use %license for LICENSE file
+
+---
+Fri Oct  5 16:26:38 UTC 2018 - James Fehlig 
+
+- Update to 4.8.0
+  - Add all new APIs and constants in libvirt 4.8.0
+
+---

Old:

  Sys-Virt-v4.7.0.tar.gz

New:

  Sys-Virt-v4.8.0.tar.gz



Other differences:
--
++ perl-Sys-Virt.spec ++
--- /var/tmp/diff_new_pack.7GPOL3/_old  2018-10-15 09:43:24.239374229 +0200
+++ /var/tmp/diff_new_pack.7GPOL3/_new  2018-10-15 09:43:24.239374229 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sys-Virt
-Version:4.7.0
+Version:4.8.0
 Release:0
 %define cpan_name Sys-Virt
 Summary:Represent and manage a libvirt hypervisor connection
@@ -77,6 +77,7 @@
 
 %files -f %{name}.files
 %defattr(644,root,root,755)
-%doc AUTHORS Changes HACKING LICENSE perl-Sys-Virt.spec README
+%license LICENSE
+%doc AUTHORS Changes HACKING perl-Sys-Virt.spec README
 
 %changelog

++ Sys-Virt-v4.7.0.tar.gz -> Sys-Virt-v4.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/Build.PL new/Sys-Virt-v4.8.0/Build.PL
--- old/Sys-Virt-v4.7.0/Build.PL2018-09-04 15:03:25.0 +0200
+++ new/Sys-Virt-v4.8.0/Build.PL2018-10-05 15:29:56.0 +0200
@@ -17,7 +17,7 @@
 use strict;
 use warnings;
 
-my $libvirtver = "4.7.0";
+my $libvirtver = "4.8.0";
 my $stat = system "pkg-config --atleast-version=$libvirtver libvirt";
 die "cannot run pkg-config to check libvirt version" if $stat == -1;
 die "libvirt >= $libvirtver is required\n" unless $stat == 0;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/Changes new/Sys-Virt-v4.8.0/Changes
--- old/Sys-Virt-v4.7.0/Changes 2018-09-04 15:03:25.0 +0200
+++ new/Sys-Virt-v4.8.0/Changes 2018-10-05 15:29:56.0 +0200
@@ -1,5 +1,9 @@
 Revision history for perl module Sys::Virt
 
+4.8.0 2018-00-00
+
+ - XXX
+
 4.7.0 2018-09-04
 
  - Various POD spelling error fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/META.json 
new/Sys-Virt-v4.8.0/META.json
--- old/Sys-Virt-v4.7.0/META.json   2018-09-04 15:03:25.0 +0200
+++ new/Sys-Virt-v4.8.0/META.json   2018-10-05 15:29:56.0 +0200
@@ -41,7 +41,7 @@
"provides" : {
   "Sys::Virt" : {
  "file" : "lib/Sys/Virt.pm",
- "version" : "v4.7.0"
+ "version" : "v4.8.0"
   },
   "Sys::Virt::Domain" : {
  "file" : "lib/Sys/Virt/Domain.pm"
@@ -94,6 +94,6 @@
   },
   "x_MailingList" : "http://www.redhat.com/mailman/listinfo/libvir-list;
},
-   "version" : "v4.7.0",
+   "version" : "v4.8.0",
"x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/META.yml new/Sys-Virt-v4.8.0/META.yml
--- old/Sys-Virt-v4.7.0/META.yml2018-09-04 15:03:25.0 +0200
+++ new/Sys-Virt-v4.8.0/META.yml2018-10-05 15:29:56.0 +0200
@@ -24,7 +24,7 @@
 provides:
   Sys::Virt:
 file: lib/Sys/Virt.pm
-version: v4.7.0
+version: v4.8.0
   Sys::Virt::Domain:
 file: lib/Sys/Virt/Domain.pm
   Sys::Virt::DomainSnapshot:
@@ -58,5 +58,5 @@
   homepage: http://libvirt.org/
   license: http://www.gnu.org/licenses/gpl.html
   repository: https://libvirt.org/git/?p=libvirt-perl.git;a=summary
-version: v4.7.0
+version: v4.8.0
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sys-Virt-v4.7.0/README new/Sys-Virt-v4.8.0/README
--- old/Sys-Virt-v4.7.0/README  2018-09-04 15:03:25.0 +0200
+++ new/Sys-Virt-v4.8.0/README  2018-10-05 15:29:56.0 +0200
@@ -8,6 +8,6 @@
 Module::Build buld system. For installation instructions, consult
 the INSTALL file.
 
-The current minimum required version of libvirt is 4.7.0
+The current minimum required 

commit open-vm-tools for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2018-10-15 09:43:25

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


Package is "open-vm-tools"

Mon Oct 15 09:43:25 2018 rev:79 rq:641752 version:10.3.0

Changes:

--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes  
2018-08-27 13:48:18.532462445 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 
2018-10-15 09:43:45.343350532 +0200
@@ -1,0 +2,29 @@
+Fri Oct 12 20:43:54 UTC 2018 - kal...@suse.com
+
+- Added Handle Linux kernel /proc FS uint32 type stat overflow when calculating
+  (bsc#1110793).
+  + handle-linux-kernel-stat-overflow.patch
+On both 32-bit and 64-bit Linux, tools always parses Linux kernel /proc
+FS stats as uint64 values.  For rate stats, current - previous can handle
+uint64 type stat overflow, but not uint32 type.
+- Added patch for Optional override for short and long OS names sent from Tools
+  (bsc#1047469).
+  + optional-override-os-name.patch
+Added support for customers to override the returned long and short OS
+names through the tools config file. If the setting is present, then names
+gathered by hostinfo will be ignored. The user is responsible for setting
+the appropriate names.
+- Added patch for Workaround for false negative result when detecting
+  cloud-init existance (bsc#619)
+  + false-negative-cloud-init.patch
+"cloud-init -v" cmd is used to detect if cloud-init is properly configured
+and it works on most linux distros. However in some linux distro like
+Amazon Linux 2, "cloud-init -v" will print result to stderr instead of
+stdout and it makes "forkExecAndWaitCommand" give false negative result.
+1. added a new bool switch in  "ForkExecAndWaitCommand" to choose
+  if we should ignore the stderr output when the return code is 0
+2. removed unnecessary reference for "ForkExecAndWaitCommand" in
+  linuxDeploymentUtilities.c
+3. trivial change for some formatting
+
+---
@@ -46 +75 @@
-- Update to 10.2.5 (build 8068406)
+- Update to 10.2.5 (build 8068406) (boo#1089181)

New:

  false-negative-cloud-init.patch
  handle-linux-kernel-stat-overflow.patch
  optional-override-os-name.patch



Other differences:
--
++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.12eF1V/_old  2018-10-15 09:43:47.763347816 +0200
+++ /var/tmp/diff_new_pack.12eF1V/_new  2018-10-15 09:43:47.767347812 +0200
@@ -146,6 +146,9 @@
 Supplements:modalias(pci:v15ADd*sv*sd*bc*sc*i*)
 ExclusiveArch:  %ix86 x86_64
 #Upstream patches
+Patch0: optional-override-os-name.patch
+Patch1: handle-linux-kernel-stat-overflow.patch
+Patch2: false-negative-cloud-init.patch
 
 %systemd_requires
 
@@ -211,6 +214,9 @@
 %setup -q -n %{tarname}-%{version}-%{bldnum}
 # fix for an rpmlint warning regarding wrong line feeds
 sed -i -e "s/\r//" README
+%patch0 -p2
+%patch1 -p2
+%patch2 -p2
 
 %build
 %if %{with_X}

++ false-negative-cloud-init.patch ++
commit 0a2d2f8baf9e4dccb2fd15c833efef5e704683ea
Author: Oliver Kurth 
Date:   Fri Jul 13 15:20:38 2018 -0700

Workaround for false negative result when detecting cloud-init existance

"cloud-init -v" cmd is used to detect if cloud-init is properly configured 
and
it works on most linux distros. However in some linux distro like Amazon 
Linux 2,
"cloud-init -v" will print result to stderr instead of stdout and it makes
"forkExecAndWaitCommand" give false negative result.

1. added a new bool switch in  "ForkExecAndWaitCommand" to choose
   if we should ignore the stderr output when the return code is 0
2. removed unnecessary reference for "ForkExecAndWaitCommand" in 
linuxDeploymentUtilities.c
3. trivial change for some formatting

diff --git a/open-vm-tools/libDeployPkg/linuxDeployment.c 
b/open-vm-tools/libDeployPkg/linuxDeployment.c
index 996f184c..34c8b956 100644
--- a/open-vm-tools/libDeployPkg/linuxDeployment.c
+++ b/open-vm-tools/libDeployPkg/linuxDeployment.c
@@ -139,7 +139,7 @@ static bool CopyFileToDirectory(const char* srcPath, const 
char* destPath,
 const char* fileName);
 static DeployPkgStatus Deploy(const char* pkgName);
 static char** GetFormattedCommandLine(const char* command);
-int ForkExecAndWaitCommand(const char* command);
+int ForkExecAndWaitCommand(const char* command, bool ignoreStdErr);
 static void SetDeployError(const char* format, ...);
 static const char* GetDeployError(void);
 static void NoLogging(int level, const char* fmtstr, 

commit openSUSE-release-tools for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2018-10-15 09:43:32

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


Package is "openSUSE-release-tools"

Mon Oct 15 09:43:32 2018 rev:136 rq:641762 version:20181011.61e1049

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2018-10-11 11:56:52.897914465 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2018-10-15 09:43:53.127341797 +0200
@@ -1,0 +2,26 @@
+Thu Oct 11 09:47:38 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20181011.61e1049:
+  * Move unlink_list to pkglistgen class too
+  * Move update_repos into Pkglistgen class
+  * Don't make missing repos (per arch) a fatal error
+
+---
+Thu Oct 11 09:01:08 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20181011.37ac71d:
+  * [ARM 15.1] Include JeOS images in ToTest
+
+---
+Thu Oct 11 05:27:50 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20181011.5d542a8:
+  * Add openSUSE-Tumbleweed-Kubic-dvd5-dvd-aarch64 to openSUSE:Factory:ARM
+
+---
+Wed Oct 10 09:05:22 UTC 2018 - opensuse-releaset...@opensuse.org
+
+- Update to version 20181010.e90ac73:
+  * pkglistgen: Fix copy error on uploading results
+
+---

Old:

  openSUSE-release-tools-20181010.97f1eda.obscpio

New:

  openSUSE-release-tools-20181011.61e1049.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.qWOfV7/_old  2018-10-15 09:43:58.951335262 +0200
+++ /var/tmp/diff_new_pack.qWOfV7/_new  2018-10-15 09:43:58.959335254 +0200
@@ -20,7 +20,7 @@
 %define source_dir openSUSE-release-tools
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20181010.97f1eda
+Version:20181011.61e1049
 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.qWOfV7/_old  2018-10-15 09:43:58.995335213 +0200
+++ /var/tmp/diff_new_pack.qWOfV7/_new  2018-10-15 09:43:58.995335213 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/openSUSE-release-tools.git
-fb4d63ec3dd4b8d337f03cbac427c71529632c04
+61e10498957db3e608bd7541f79d51f37945e437
   
 

++ openSUSE-release-tools-20181010.97f1eda.obscpio -> 
openSUSE-release-tools-20181011.61e1049.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20181010.97f1eda/pkglistgen.py 
new/openSUSE-release-tools-20181011.61e1049/pkglistgen.py
--- old/openSUSE-release-tools-20181010.97f1eda/pkglistgen.py   2018-10-10 
07:09:33.0 +0200
+++ new/openSUSE-release-tools-20181011.61e1049/pkglistgen.py   2018-10-11 
11:38:48.0 +0200
@@ -424,6 +424,7 @@
 self.unwanted = set()
 self.output = None
 self.locales = set()
+self.did_update = False
 
 def _load_supportstatus(self):
 # XXX
@@ -562,7 +563,10 @@
 s = os.path.join(CACHEDIR, 'repo-{}-{}-{}.solv'.format(project, 
reponame, arch))
 r = repo.add_solv(s)
 if not r:
-raise Exception("failed to add repo {}/{}/{}. Need to run 
update first?".format(project, reponame, arch))
+if not self.did_update:
+raise Exception(
+"failed to add repo {}/{}/{}. Need to run update 
first?".format(project, reponame, arch))
+continue
 for solvable in repo.solvables_iter():
 if solvable.name in solvables:
 
self.lockjobs[arch].append(pool.Job(solv.Job.SOLVER_SOLVABLE | 
solv.Job.SOLVER_LOCK, solvable.id))
@@ -674,6 +678,71 @@
 return 'devel package of ' + g.develpkgs[package]
 return None
 
+def update_repos(self, opts):
+# only there to parse the repos
+bs_mirrorfull = os.path.join(SCRIPT_PATH, 'bs_mirrorfull')
+global_update = False
+for project, repo in self.repos:
+for arch in opts.filtered_architectures:
+# TODO: refactor to common function with repo_checker.py
+d = os.path.join(CACHEDIR, project, repo, arch)
+   

commit scilab for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package scilab for openSUSE:Factory checked 
in at 2018-10-15 09:42:49

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


Package is "scilab"

Mon Oct 15 09:42:49 2018 rev:28 rq:641727 version:6.0.1

Changes:

--- /work/SRC/openSUSE:Factory/scilab/scilab.changes2018-04-24 
15:33:33.409294347 +0200
+++ /work/SRC/openSUSE:Factory/.scilab.new/scilab.changes   2018-10-15 
09:43:17.003382358 +0200
@@ -1,0 +2,9 @@
+Fri Oct 12 12:29:09 UTC 2018 - badshah...@gmail.com
+
+- Require java 10 stringently, as java >= 11 has dropped JAF (Java
+  Activation Framework) and scilab does not build without it.
+- Add scilab-gfortran8-errors.patch: Fix size mismatch between
+  function arguments and variables; these crop up as errors when
+  compiling against gfortran >= 8.
+
+---

New:

  scilab-gfortran8-errors.patch



Other differences:
--
++ scilab.spec ++
--- /var/tmp/diff_new_pack.eUIoMN/_old  2018-10-15 09:43:18.171381046 +0200
+++ /var/tmp/diff_new_pack.eUIoMN/_new  2018-10-15 09:43:18.171381046 +0200
@@ -66,6 +66,8 @@
 Patch25:scilab-java9-ClassLoader.patch
 # PATCH-FIX-OPENSUSE  scilab-java_source_target.patch fridrich.st...@suse.com 
-- Build with source and target 6 in order to avoid runtime errors of 
unrecognized bytecode 
 Patch26:scilab-java_source_target.patch
+# PATCH-FIX-UPSTREAM scilab-gfortran8-errors.patch badshah...@gmail.com -- Fix 
argument size mismatch in variable sizes; these crop up as errors when 
compiling against gfortran >= 8.
+Patch27:scilab-gfortran8-errors.patch
 ExcludeArch:i586 ppc64
 # Dependencies are extracted from :
 # "http://wiki.scilab.org/Dependencies of Scilab 5.X"
@@ -98,7 +100,7 @@
 BuildRequires:  ant
 BuildRequires:  ecj
 %if 0%{?suse_version} >= 1500
-BuildRequires:  java-devel >= 9
+BuildRequires:  java-devel = 10
 %else
 BuildRequires:  java-devel = 1.8.0
 %endif
@@ -107,8 +109,8 @@
 BuildRequires:  lucene-analyzers-common >= 6.0
 BuildRequires:  lucene-queryparser >= 6.0
 
-Requires:   java >= 9
 Requires:   ecj
+Requires:   java = 10
 Requires:   lucene >= 6.0
 Requires:   lucene-analyzers-common >= 6.0
 Requires:   lucene-queryparser >= 6.0
@@ -331,6 +333,7 @@
 %patch25 -p1
 %endif
 %patch26 -p1
+%patch27 -p1
 
 # Remove a bad merge remnant (.orig file) to prevent trigerring rpmlint's 
suse-filelist-forbidden
 rm ./modules/cacsd/tests/unit_tests/dscr.tst.orig

++ scilab-gfortran8-errors.patch ++
Index: scilab-6.0.1/modules/differential_equations/src/fortran/twodq.f
===
--- scilab-6.0.1.orig/modules/differential_equations/src/fortran/twodq.f
+++ scilab-6.0.1/modules/differential_equations/src/fortran/twodq.f
@@ -900,7 +900,7 @@ C
   END
 
   subroutine tridv(node,node1,node2,coef,rank)
-  double precision node(10),node1(10),node2(10),coef
+  double precision node(9),node1(9),node2(9),coef
   integer rank
   double precision s(3),coef1,temp
   integer t(3)



commit python-cotyledon for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package python-cotyledon for 
openSUSE:Factory checked in at 2018-10-15 09:42:01

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


Package is "python-cotyledon"

Mon Oct 15 09:42:01 2018 rev:3 rq:641692 version:1.7.1

Changes:

--- /work/SRC/openSUSE:Factory/python-cotyledon/python-cotyledon.changes
2018-07-17 09:41:10.565559201 +0200
+++ /work/SRC/openSUSE:Factory/.python-cotyledon.new/python-cotyledon.changes   
2018-10-15 09:42:55.827402229 +0200
@@ -1,0 +2,9 @@
+Fri Oct 12 13:03:42 UTC 2018 - Tomáš Chvátal 
+
+- Update dependencies based on upstream setup.py/requirements
+- Update to 1.7.1:
+  * No obvious changelog except of git log
+- Use py3 to generate documentation
+- Run tests on all python variants
+
+---

Old:

  cotyledon-1.6.8.tar.gz

New:

  cotyledon-1.7.1.tar.gz



Other differences:
--
++ python-cotyledon.spec ++
--- /var/tmp/diff_new_pack.EjIxxc/_old  2018-10-15 09:42:57.879400351 +0200
+++ /var/tmp/diff_new_pack.EjIxxc/_new  2018-10-15 09:42:57.883400348 +0200
@@ -12,27 +12,30 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global sname cotyledon
 Name:   python-%{sname}
-Version:1.6.8
+Version:1.7.1
 Release:0
 Summary:A framework for defining long-running services
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:https://github.com/sileht/cotyledon
+URL:https://github.com/sileht/cotyledon
 Source: 
https://files.pythonhosted.org/packages/source/c/%{sname}/%{sname}-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module oslo.config}
-BuildRequires:  %{python_module oslotest}
-BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module mock}
+BuildRequires:  %{python_module oslo.config >= 3.14.0}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setproctitle}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module setuptools >= 30.3.0}
+BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  python-rpm-macros
+BuildRequires:  python3-Sphinx
+Requires:   python-setproctitle
+BuildRequires:  fdupes
 BuildArch:  noarch
 
 %description
@@ -43,8 +46,6 @@
 %package -n python-%{sname}-doc
 Summary:Documentation for cotyledon, a framework for long-running 
services
 Group:  Documentation/HTML
-BuildRequires:  python-Sphinx
-BuildRequires:  python-oslosphinx
 Requires:   %{name} = %{version}
 
 %description -n python-%{sname}-doc
@@ -54,21 +55,20 @@
 
 %prep
 %setup -q -n %{sname}-%{version}
+rm tox.ini
 
 %build
 %python_build
-python setup.py build_sphinx
+python3 setup.py build_sphinx
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%ifpython2
-PATH=$PATH:%{buildroot}/usr/bin PYTHONPATH=%{buildroot}%{python_sitelib} 
python2 setup.py test
-%endif
-
-# %xpython_exec setup.py test
+export PYTHONDONTWRITEBYTECODE=1
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_version} -v cotyledon/tests
 
 %files %{python_files}
 %license LICENSE

++ cotyledon-1.6.8.tar.gz -> cotyledon-1.7.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cotyledon-1.6.8/.drone.yml 
new/cotyledon-1.7.1/.drone.yml
--- old/cotyledon-1.6.8/.drone.yml  2016-12-16 19:22:54.0 +0100
+++ new/cotyledon-1.7.1/.drone.yml  1970-01-01 01:00:00.0 +0100
@@ -1,9 +0,0 @@
-build:
-  image: teaci/msys32
-  shell: mingw32
-  pull: true
-  commands:
-- pacman -S --needed --noconfirm --noprogressbar mingw-w64-i686-python2-pip
-- pip install -e .
-- pip install -r test-requirements.txt
-- python -m unittest discover -v -s cotyledon/tests -t . -f
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/cotyledon-1.6.8/.testr.conf 
new/cotyledon-1.7.1/.testr.conf
--- old/cotyledon-1.6.8/.testr.conf 2017-01-16 22:50:55.0 +0100
+++ new/cotyledon-1.7.1/.testr.conf 1970-01-01 01:00:00.0 +0100
@@ -1,7 +0,0 @@
-[DEFAULT]
-test_command=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
- 

commit python-h5py for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package python-h5py for openSUSE:Factory 
checked in at 2018-10-15 09:42:43

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


Package is "python-h5py"

Mon Oct 15 09:42:43 2018 rev:10 rq:641724 version:2.8.0

Changes:

--- /work/SRC/openSUSE:Factory/python-h5py/python-h5py.changes  2018-10-12 
13:11:44.635210258 +0200
+++ /work/SRC/openSUSE:Factory/.python-h5py.new/python-h5py.changes 
2018-10-15 09:43:08.915390256 +0200
@@ -1,0 +2,7 @@
+Fri Oct 12 15:00:53 UTC 2018 - Matej Cepl 
+
+- Remove valuerror-typerror-failing-tests.patch and replace it with
+  proper patch (https://github.com/tacaswell/h5py/commit/6653c65e8c8d0.patch)
+  in adjust_mapping_hdf5_error_codes.patch.
+
+---

Old:

  valuerror-typerror-failing-tests.patch

New:

  adjust_mapping_hdf5_error_codes.patch



Other differences:
--
++ python-h5py.spec ++
--- /var/tmp/diff_new_pack.bIA5Y3/_old  2018-10-15 09:43:10.875388464 +0200
+++ /var/tmp/diff_new_pack.bIA5Y3/_new  2018-10-15 09:43:10.875388464 +0200
@@ -32,7 +32,7 @@
 Patch1: remove_unittest2.patch
 #PATCH-FIX-UPSTREAM valuerror-typerror-failing-tests.patch mc...@suse.cz
 # https://github.com/h5py/h5py/issues/1088
-Patch2: valuerror-typerror-failing-tests.patch
+Patch2: adjust_mapping_hdf5_error_codes.patch
 BuildRequires:  %{python_module Cython >= 0.23}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module numpy-devel >= 1.7}

++ adjust_mapping_hdf5_error_codes.patch ++
>From 6653c65e8c8d024bbcf50315a1c5201487632322 Mon Sep 17 00:00:00 2001
From: Thomas A Caswell 
Date: Thu, 11 Oct 2018 23:39:29 -0400
Subject: [PATCH] FIX: adjust mapping of hdf5 error codes -> python error codes

This is to account for changes to hdf5 between 1.10.2 and 1.10.3.

Closes #1088
---
 h5py/_errors.pyx | 7 +++
 1 file changed, 7 insertions(+)

diff --git a/h5py/_errors.pyx b/h5py/_errors.pyx
index 76801f4f..23849f49 100644
--- a/h5py/_errors.pyx
+++ b/h5py/_errors.pyx
@@ -73,6 +73,13 @@ _exact_table = {
 (H5E_SYM, H5E_CANTINIT):ValueError, # Object already exists/1.8
 (H5E_ARGS, H5E_BADTYPE):ValueError, # Invalid location in file
 (H5E_REFERENCE, H5E_CANTINIT):  ValueError, # Dereferencing invalid ref
+
+# needed for 1.10.3 to maintain compatibility with 1.10.{0,1,2}
+
+# due to changes to H5Gdeprec.c:H5Gget_num_objs
+(H5E_SYM, H5E_BADTYPE): ValueError, # Invalid location in file
+# due to changes to H5F.c:H5Fstart_swmr_write
+(H5E_FILE, H5E_CANTCONVERT):ValueError, # Invalid file format
   }
 
 cdef struct err_data_t:



commit icinga2 for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package icinga2 for openSUSE:Factory checked 
in at 2018-10-15 09:41:27

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


Package is "icinga2"

Mon Oct 15 09:41:27 2018 rev:12 rq:641669 version:2.10.0

Changes:

--- /work/SRC/openSUSE:Factory/icinga2/icinga2.changes  2018-09-28 
08:53:06.993753720 +0200
+++ /work/SRC/openSUSE:Factory/.icinga2.new/icinga2.changes 2018-10-15 
09:42:43.291413699 +0200
@@ -1,0 +2,125 @@
+Fri Oct 12 10:32:47 UTC 2018 - ec...@opensuse.org
+
+- update to 2.10.0
+  * Notes
+- Support for namespaces, details in this blogpost
+- Only send acknowledgement notification to users notified about a problem 
before, thanks for sponsoring to the Max-Planck-Institut for Marine 
Mikrobiologie
+- More child options for scheduled downtimes
+- Performance improvements and fixes for the TLS connections inside 
cluster/REST API
+- Better logging for HTTP requests and less verbose object creation (e.g. 
downtimes via Icinga Web 2 & REST API)
+- New configuration path constants, e.g. ConfigDir
+- Fixed problem with dependencies rescheduling parent checks too fast
+- Fixed problem with logging in systemd and syslog
+- Improved vim syntax highlighting
+- Technical concepts docs update with config compiler and TLS network IO
+  * Enhancement
+- #6663 (API, Log, PR): Silence config compiler logging for runtime 
created objects
+- #6657 (API, Log, PR): Enable the HTTP request body debug log entry for 
release builds
+- #6655 (API, Log, PR): Improve logging for disconnected HTTP clients
+- #6651 (Plugins, PR): Add 'used' feature to check_swap
+- #6633 (API, Cluster, PR): Use a dynamic thread pool for API connections
+- #6632 (Cluster, PR): Increase the cluster reconnect frequency to 10s
+- #6616 (API, Cluster, PR): Add ApiListener#tls_handshake_timeout option
+- #6611 (Notifications): Allow types = [ Recovery ] to always send 
recovery notifications
+- #6595 (API, Cluster, PR): Allow to configure anonymous clients limit 
inside the ApiListener object
+- #6532 (Configuration, PR): Add child_options to ScheduledDowntime
+- #6531 (API, PR): Expose Zone#all_parents via API
+- #6527 (Notifications, PR): Acknowledgment notifications should only be 
send if problem notification has been send
+- #6521 (Configuration, PR): Implement references
+- #6512 (Cluster, PR): Refactor environment for API connections
+- #6511 (Cluster, PR): ApiListener: Add support for dynamic port handling
+- #6509 (Configuration, PR): Implement support for namespaces
+- #6508 (Configuration, PR): Implement the Dictionary#clear script function
+- #6506 (PR): Improve path handling in cmake and daemon
+- #6460 (Log, help wanted): Feature suggestion: Do not log warnings when 
env elements are undefined in CheckCommand objects
+- #6455 (Log, PR): Log something when the Filelogger has been started
+- #6379 (Configuration, PR): Throw config error when using global zones as 
parent
+- #6356 (Log, PR): Fix logging under systemd
+- #6339 (Log, help wanted): On systemd, icinga2 floods the system log, and 
this cannot simply be opted out of
+- #6110 (Configuration, PR): Implement support for optionally specifying 
the 'var' keyword in 'for' loops
+- #6047 (Notifications): Acknowledgment notifications should only be sent 
if the user already received a problem notification
+- #4282 (API, Log): Icinga should log HTTP bodies for API requests
+  * Bug
+- #6658 (API, PR): Ensure that HTTP/1.0 or 'Connection: close' headers are 
properly disconnecting the client
+- #6652 (Plugins, PR): Fix check_memory thresholds in 'used' mode
+- #6647 (CLI, PR): node setup: always respect --accept-config and 
--accept-commands
+- #6643 (Check Execution, Notifications, PR): Fix that check_timeout was 
used for Event/Notification commands too
+- #6639 (Windows, PR): Ensure to _unlink before renaming replay log on 
Windows
+- #6622 (DB IDO, PR): Ensure to use UTC timestamps for IDO PgSQL cleanup 
queries
+- #6603 (Check Execution, Cluster): CheckCommand 'icinga' seems to ignore 
retry interval via command_endpoint
+- #6575: LTO builds fail on Linux
+- #6566 (Cluster): Master disconnects during signing process
+- #6546 (API, CLI, PR): Overridden path constants not passed to config 
validation in /v1/config/stages API call
+- #6530 (DB IDO, PR): IDO/MySQL: avoid empty queries
+- #6519 (CLI, PR): Reset terminal on erroneous console exit
+- #6517 (Cluster): Not all Endpoints can't reconnect due to "Client TLS 
handshake failed" error after "reload or restart"
+- #6514 (API): API using "Connection: close" header 

commit perl-Mojolicious-Plugin-CHI for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-CHI for 
openSUSE:Factory checked in at 2018-10-15 09:39:59

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new (New)


Package is "perl-Mojolicious-Plugin-CHI"

Mon Oct 15 09:39:59 2018 rev:11 rq:641405 version:0.19

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-CHI/perl-Mojolicious-Plugin-CHI.changes
  2018-09-24 13:13:59.589630487 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-CHI.new/perl-Mojolicious-Plugin-CHI.changes
 2018-10-15 09:42:05.375448405 +0200
@@ -1,0 +2,6 @@
+Fri Oct 12 08:20:36 UTC 2018 - Dirk Stoecker 
+
+- Update to 0.19, fix build
+  - Fix tests for Mojolicious > 8.01 compatibility.
+
+---

Old:

  Mojolicious-Plugin-CHI-0.18.tar.gz

New:

  Mojolicious-Plugin-CHI-0.19.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-CHI.spec ++
--- /var/tmp/diff_new_pack.PG9DJf/_old  2018-10-15 09:42:09.607444530 +0200
+++ /var/tmp/diff_new_pack.PG9DJf/_new  2018-10-15 09:42:09.607444530 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   perl-Mojolicious-Plugin-CHI
-Version:0.18
+Version:0.19
 Release:0
 %define cpan_name Mojolicious-Plugin-CHI
 Summary:Use CHI Caches in Mojolicious
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Mojolicious-Plugin-CHI/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/A/AK/AKRON/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch

++ Mojolicious-Plugin-CHI-0.18.tar.gz -> Mojolicious-Plugin-CHI-0.19.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.18/Changes 
new/Mojolicious-Plugin-CHI-0.19/Changes
--- old/Mojolicious-Plugin-CHI-0.18/Changes 2018-09-18 13:42:16.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.19/Changes 2018-09-30 13:44:42.0 
+0200
@@ -1,3 +1,6 @@
+0.19 2018-09-30
+- Fix tests for Mojolicious > 8.01 compatibility.
+
 0.18 2018-09-18
 - Added support for CHI subclasses (rouzier++).
 - Remove unnecessary file permissions (manwar++).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.18/META.json 
new/Mojolicious-Plugin-CHI-0.19/META.json
--- old/Mojolicious-Plugin-CHI-0.18/META.json   2018-09-18 13:42:52.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.19/META.json   2018-09-30 19:45:26.0 
+0200
@@ -55,6 +55,6 @@
  "web" : "https://github.com/Akron/Mojolicious-Plugin-CHI;
   }
},
-   "version" : "0.18",
+   "version" : "0.19",
"x_serialization_backend" : "JSON::PP version 2.27300"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.18/META.yml 
new/Mojolicious-Plugin-CHI-0.19/META.yml
--- old/Mojolicious-Plugin-CHI-0.18/META.yml2018-09-18 13:42:52.0 
+0200
+++ new/Mojolicious-Plugin-CHI-0.19/META.yml2018-09-30 19:45:26.0 
+0200
@@ -28,5 +28,5 @@
   bugtracker: https://github.com/Akron/Mojolicious-Plugin-CHI/issues
   license: http://www.opensource.org/licenses/artistic-license-2.0
   repository: https://github.com/Akron/Mojolicious-Plugin-CHI.git
-version: '0.18'
+version: '0.19'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojolicious-Plugin-CHI-0.18/lib/Mojolicious/Plugin/CHI.pm 
new/Mojolicious-Plugin-CHI-0.19/lib/Mojolicious/Plugin/CHI.pm
--- old/Mojolicious-Plugin-CHI-0.18/lib/Mojolicious/Plugin/CHI.pm   
2018-09-18 13:42:16.0 +0200
+++ new/Mojolicious-Plugin-CHI-0.19/lib/Mojolicious/Plugin/CHI.pm   
2018-09-30 13:44:54.0 +0200
@@ -3,7 +3,7 @@
 use Scalar::Util 'weaken';
 use CHI;
 
-our $VERSION = '0.18';
+our $VERSION = '0.19';
 
 # Register Plugin
 sub register {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-CHI-0.18/t/CHI-Command.t 
new/Mojolicious-Plugin-CHI-0.19/t/CHI-Command.t
--- old/Mojolicious-Plugin-CHI-0.18/t/CHI-Command.t 2018-09-16 
14:57:20.0 +0200
+++ new/Mojolicious-Plugin-CHI-0.19/t/CHI-Command.t 2018-09-30 
13:43:41.0 +0200
@@ -37,15 +37,15 @@
 my $cmds = $app->commands;
 
 ok(grep/::CHI/, @{$cmds->namespaces}, 'Namespace is set');
-is(
-  $cmds->namespaces->[0],
-  

commit google-compute-engine for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package google-compute-engine for 
openSUSE:Factory checked in at 2018-10-15 09:42:23

Comparing /work/SRC/openSUSE:Factory/google-compute-engine (Old)
 and  /work/SRC/openSUSE:Factory/.google-compute-engine.new (New)


Package is "google-compute-engine"

Mon Oct 15 09:42:23 2018 rev:10 rq:641716 version:20181011

Changes:

--- 
/work/SRC/openSUSE:Factory/google-compute-engine/google-compute-engine.changes  
2018-06-20 15:31:46.449168030 +0200
+++ 
/work/SRC/openSUSE:Factory/.google-compute-engine.new/google-compute-engine.changes
 2018-10-15 09:43:01.327397198 +0200
@@ -1,0 +2,30 @@
+Fri Oct 12 11:02:02 UTC 2018 - John Paul Adrian Glaubitz 

+
+- Update to version 20181011
+  + Google Compute Engine
+* Revert: Remove users from sudoers group on account removal.
+- from version 20181008
+  + Google Compute Engine
+* Remove users from sudoers group on account removal.
+* Remove gsutil dependency for metadata scripts.
+- from version 20180905
+  + Google Compute Engine
+* Remove ntp package dependency.
+* Support Debian 10 Buster.
+* Restart the network daemon if networking is restarted.
+* Prevent setup of the default ethernet interface.
+* Accounts daemon verifies username is 32 characters or less.
+  + Google Compute Engine OS Login  
+* Add user name validation to pam modules.
+* Return false on failed final load.
+* Support FreeBSD.
+* Support Debian 10 Buster.
+- from version 20180611
+  + Google Compute Engine  
+* Prevent IP forwarding daemon log spam.
+* Make default shell configurable when executing metadata scripts.
+* Rename distro directory to distro_lib.
+- Refresh patches for new version
+  + gcei-set-run_dir.patch
+
+---

Old:

  compute-image-packages-20180510.tar.gz

New:

  compute-image-packages-20181011.tar.gz



Other differences:
--
++ google-compute-engine.spec ++
--- /var/tmp/diff_new_pack.o6LtDe/_old  2018-10-15 09:43:03.035395635 +0200
+++ /var/tmp/diff_new_pack.o6LtDe/_new  2018-10-15 09:43:03.039395631 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define setup_version 2.8.2
+%define setup_version 2.8.6
 
 Name:   google-compute-engine
-Version:20180510
+Version:20181011
 Release:0
 Summary:GCE Instance Initialization
 License:Apache-2.0

++ compute-image-packages-20180510.tar.gz -> 
compute-image-packages-20181011.tar.gz ++
 5171 lines of diff (skipped)

++ gcei-set-run_dir.patch ++
--- /var/tmp/diff_new_pack.o6LtDe/_old  2018-10-15 09:43:03.151395529 +0200
+++ /var/tmp/diff_new_pack.o6LtDe/_new  2018-10-15 09:43:03.151395529 +0200
@@ -1,5 +1,5 @@
 google_compute_engine/instance_setup/instance_config.py.orig   
2018-05-11 00:57:22.0 +0200
-+++ google_compute_engine/instance_setup/instance_config.py2018-06-14 
11:26:03.631232864 +0200
+--- google_compute_engine/instance_setup/instance_config.py.orig   
2018-10-11 18:53:23.0 +0200
 google_compute_engine/instance_setup/instance_config.py2018-10-12 
12:59:08.355598380 +0200
 @@ -86,7 +86,7 @@
'target_instance_ips': 'true',
},
@@ -8,4 +8,4 @@
 +  'run_dir': '/var/run',
'startup': 'true',
'shutdown': 'true',
-   },
+   'default_shell': '/bin/bash',




commit perl-Mojolicious-Plugin-NYTProf for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-NYTProf for 
openSUSE:Factory checked in at 2018-10-15 09:40:55

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-NYTProf.new (New)


Package is "perl-Mojolicious-Plugin-NYTProf"

Mon Oct 15 09:40:55 2018 rev:3 rq:641413 version:0.21

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf/perl-Mojolicious-Plugin-NYTProf.changes
  2018-05-30 14:45:36.392082449 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-NYTProf.new/perl-Mojolicious-Plugin-NYTProf.changes
 2018-10-15 09:42:28.983426793 +0200
@@ -1,0 +2,6 @@
+Fri Oct 12 08:36:24 UTC 2018 - Dirk Stoecker 
+
+- Update to 0.21
+  only rename pod file when it is installed
+
+---

Old:

  Mojolicious-Plugin-NYTProf-0.20.tar.gz

New:

  Mojolicious-Plugin-NYTProf-0.21.tar.gz



Other differences:
--
++ perl-Mojolicious-Plugin-NYTProf.spec ++
--- /var/tmp/diff_new_pack.gAKnjO/_old  2018-10-15 09:42:29.751426090 +0200
+++ /var/tmp/diff_new_pack.gAKnjO/_new  2018-10-15 09:42:29.755426087 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Mojolicious-Plugin-NYTProf
-Version:0.20
+Version:0.21
 Release:0
 %define cpan_name Mojolicious-Plugin-NYTProf
 Summary:Auto handling of Devel::NYTProf in your Mojolicious app
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Mojolicious-Plugin-NYTProf/
-Source0:
http://www.cpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -63,7 +63,9 @@
 %install
 %perl_make_install
 %perl_process_packlist
+if [ -f %{buildroot}/%{perl_vendorlib}/Mojolicious/Plugin/README.pod ]; then
 mv %{buildroot}/%{perl_vendorlib}/Mojolicious/Plugin/README{,-NYTProf}.pod
+fi
 %perl_gen_filelist
 
 %files -f %{name}.files

++ Mojolicious-Plugin-NYTProf-0.20.tar.gz -> 
Mojolicious-Plugin-NYTProf-0.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.20/Changes 
new/Mojolicious-Plugin-NYTProf-0.21/Changes
--- old/Mojolicious-Plugin-NYTProf-0.20/Changes 2016-05-17 08:07:23.0 
+0200
+++ new/Mojolicious-Plugin-NYTProf-0.21/Changes 2018-10-01 14:28:37.0 
+0200
@@ -1,5 +1,8 @@
 Revision history for Mojolicious-Plugin-NYTProf
 
+0.21 2018-10-01
+- Bump Devel::NYTProf version requirement to 6.06 for recent fixes
+
 0.20 2016-05-17
 - Transfer repo from G3S to Humanstate
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.20/META.json 
new/Mojolicious-Plugin-NYTProf-0.21/META.json
--- old/Mojolicious-Plugin-NYTProf-0.20/META.json   2016-05-17 
08:11:30.0 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.21/META.json   2018-10-01 
14:29:26.0 +0200
@@ -4,7 +4,7 @@
   "Lee Johnson "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -34,7 +34,7 @@
   },
   "runtime" : {
  "requires" : {
-"Devel::NYTProf" : "5.07",
+"Devel::NYTProf" : "6.06",
 "File::Spec::Functions" : "3.30",
 "File::Temp" : "0.22",
 "File::Which" : "1.09",
@@ -57,6 +57,6 @@
  "url" : "https://github.com/Humanstate/mojolicious-plugin-nytprof;
   }
},
-   "version" : "0.20",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "0.21",
+   "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.20/META.yml 
new/Mojolicious-Plugin-NYTProf-0.21/META.yml
--- old/Mojolicious-Plugin-NYTProf-0.20/META.yml2016-05-17 
08:11:30.0 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.21/META.yml2018-10-01 
14:29:26.0 +0200
@@ -9,7 +9,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1001, CPAN::Meta::Converter 
version 2.150005'

commit sonic-visualiser for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package sonic-visualiser for 
openSUSE:Factory checked in at 2018-10-15 09:41:09

Comparing /work/SRC/openSUSE:Factory/sonic-visualiser (Old)
 and  /work/SRC/openSUSE:Factory/.sonic-visualiser.new (New)


Package is "sonic-visualiser"

Mon Oct 15 09:41:09 2018 rev:5 rq:641652 version:3.1.1

Changes:

--- /work/SRC/openSUSE:Factory/sonic-visualiser/sonic-visualiser.changes
2018-08-07 09:43:36.901366086 +0200
+++ /work/SRC/openSUSE:Factory/.sonic-visualiser.new/sonic-visualiser.changes   
2018-10-15 09:42:36.851419592 +0200
@@ -1,0 +2,11 @@
+Fri Oct 12 09:10:00 UTC 2018 - Luigi Baldoni 
+
+- Update to version 3.1.1
+  * Fix failure to record correctly into an empty session with
+certain audio drivers
+  * Fix failure to run LADSPA plugins at all, except with some
+unusual path layouts
+  * Fix failure to silence sonified notes when rewinding backwards
+or jumping back from a loop endpoint
+
+---

Old:

  sonic-visualiser-3.1.tar.gz

New:

  sonic-visualiser-3.1.1.tar.gz



Other differences:
--
++ sonic-visualiser.spec ++
--- /var/tmp/diff_new_pack.6z2oCc/_old  2018-10-15 09:42:40.079416638 +0200
+++ /var/tmp/diff_new_pack.6z2oCc/_new  2018-10-15 09:42:40.079416638 +0200
@@ -16,18 +16,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   sonic-visualiser
-Version:3.1
+Version:3.1.1
 Release:0
 Summary:A program for viewing and analysing contents of audio files
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
 URL:http://www.sonicvisualiser.org/
-Source: 
https://code.soundsoftware.ac.uk/attachments/download/2381/%{name}-%{version}.tar.gz
+Source: 
https://code.soundsoftware.ac.uk/attachments/download/2391/%{name}-%{version}.tar.gz
 Source2:%{name}.xml
 # PATCH-FIX-OPENSUSE sonic-visualiser-system-dataquay.patch aloi...@gmx.com -- 
force use of system libdataquay
 Patch2: sonic-visualiser-system-dataquay.patch
@@ -38,6 +38,7 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  ladspa
 BuildRequires:  libqt5-qtbase-devel >= 5.2
+BuildRequires:  perl
 BuildRequires:  pkgconfig
 BuildRequires:  portaudio-devel
 BuildRequires:  shared-mime-info
@@ -116,6 +117,8 @@
 %if 0%{?BUILD_ORIG} || 0%{?suse_version} >= 1500
 %patch2 -p1
 %endif
+# required with capnproto 0.7.0
+for x in *.pr* config* Makefile* ; do perl -i -p -e 's/c\+\+11/c++14/g' "$x" ; 
done
 
 %build
 export LC_ALL=en_US.UTF-8

++ sonic-visualiser-3.1.tar.gz -> sonic-visualiser-3.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonic-visualiser-3.1/.hgtags 
new/sonic-visualiser-3.1.1/.hgtags
--- old/sonic-visualiser-3.1/.hgtags2018-07-13 10:14:39.0 +0200
+++ new/sonic-visualiser-3.1.1/.hgtags  2018-08-14 10:58:46.0 +0200
@@ -76,3 +76,5 @@
 2ea9537868d50ba1a4d4cd54ac3bdeb10b9f4de0 sv_v3.1pre4
 2ea9537868d50ba1a4d4cd54ac3bdeb10b9f4de0 sv_v3.1pre4
 b465eb7018bcc0add14886ac57d4f79f38401b8f sv_v3.1pre4
+f4d7c9522fcff88292ed2b91bc89b30eeaa6794c sv_v3.1
+4ff2193314d406c3a83c86b409414cf60a0b1406 sv_v3.1.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonic-visualiser-3.1/.travis.yml 
new/sonic-visualiser-3.1.1/.travis.yml
--- old/sonic-visualiser-3.1/.travis.yml2018-07-13 10:14:38.0 
+0200
+++ new/sonic-visualiser-3.1.1/.travis.yml  2018-08-14 10:58:45.0 
+0200
@@ -5,7 +5,7 @@
   include:
 - os: linux
   dist: trusty
-  sudo: false
+  sudo: required
 - os: osx
   osx_image: xcode9
 
@@ -20,6 +20,7 @@
   - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then brew install qt5 ; fi
   - if [[ "$TRAVIS_OS_NAME" = "osx" ]] ; then export 
PATH=$PATH:/usr/local/opt/qt5/bin ; fi
   - ( cd ../ ; git clone https://github.com/sandstorm-io/capnproto )
+  - if [[ "$TRAVIS_OS_NAME" = "linux" ]] ; then ( cd ../capnproto ; git 
checkout v0.6.1 ) ; fi
   - ( cd ../capnproto/c++ ; ./setup-autotools.sh && autoreconf -i )
   - ( cd ../capnproto/c++ ; ./configure && make && sudo make install )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/sonic-visualiser-3.1/CHANGELOG 
new/sonic-visualiser-3.1.1/CHANGELOG
--- old/sonic-visualiser-3.1/CHANGELOG  2018-07-13 10:14:38.0 +0200
+++ new/sonic-visualiser-3.1.1/CHANGELOG

commit yast2-rmt for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package yast2-rmt for openSUSE:Factory 
checked in at 2018-10-15 09:41:43

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


Package is "yast2-rmt"

Mon Oct 15 09:41:43 2018 rev:9 rq:641673 version:1.0.4

Changes:

--- /work/SRC/openSUSE:Factory/yast2-rmt/yast2-rmt.changes  2018-08-28 
09:24:37.996863372 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-rmt.new/yast2-rmt.changes 2018-10-15 
09:42:48.867408597 +0200
@@ -1,0 +2,6 @@
+Wed Oct  3 14:21:13 UTC 2018 - igonzalezs...@suse.com
+
+- version 1.0.4
+- Adapt to the new YaST2 systemd API (bsc#1107253)
+
+---
@@ -6,0 +13 @@
+- Fix visual issues with text alignment

Old:

  yast2-rmt-1.0.3.tar.bz2

New:

  yast2-rmt-1.0.4.tar.bz2



Other differences:
--
++ yast2-rmt.spec ++
--- /var/tmp/diff_new_pack.DJMTlY/_old  2018-10-15 09:42:49.583407942 +0200
+++ /var/tmp/diff_new_pack.DJMTlY/_new  2018-10-15 09:42:49.587407938 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-rmt
-Version:1.0.3
+Version:1.0.4
 Release:0
 BuildArch:  noarch
 

++ yast2-rmt-1.0.3.tar.bz2 -> yast2-rmt-1.0.4.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-rmt-1.0.3/Dockerfile 
new/yast2-rmt-1.0.4/Dockerfile
--- old/yast2-rmt-1.0.3/Dockerfile  2018-08-22 15:23:28.0 +0200
+++ new/yast2-rmt-1.0.4/Dockerfile  2018-10-05 13:45:09.0 +0200
@@ -1,4 +1,4 @@
-FROM yastdevel/ruby
+FROM yastdevel/ruby:sle15
 RUN gem install --no-rdoc --no-ri scc-codestyle -v 0.1.4
 RUN rm /etc/alternatives/rubocop && ln -s 
/usr/lib64/ruby/gems/2.5.0/gems/rubocop-0.52.1/bin/rubocop 
/etc/alternatives/rubocop
 COPY . /usr/src/app
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-rmt-1.0.3/PACKAGE.md 
new/yast2-rmt-1.0.4/PACKAGE.md
--- old/yast2-rmt-1.0.3/PACKAGE.md  1970-01-01 01:00:00.0 +0100
+++ new/yast2-rmt-1.0.4/PACKAGE.md  2018-10-05 13:45:09.0 +0200
@@ -0,0 +1,79 @@
+## yast2-rmt Packaging
+
+### Creating the tarball for packaging
+
+To create the tarball for testing or packaing run:
+
+```
+rake package
+```
+
+### Package
+
+The package gets built for SLE 15 and openSUSE Leap 15 here:
+https://build.opensuse.org/package/show/systemsmanagement:SCC:RMT/yast2-rmt
+
+You can use:
+
+```bash
+rake osc:commit
+```
+
+to commit the current version to OBS.
+
+
+ Submit Requests to openSUSE Factory and SLES
+
+To get a maintenance request accepted, each changelog entry needs to have at
+least one reference to a bug or feature request like `bsc#123` or `fate#123`.
+
+Note: If you want to disable automatic changes made by osc (e.g. License 
string)
+  use the `--no-cleanup` switch. Can be used with commands like `osc mr`, 
`osc sr`
+  and `osc ci`.
+
+# Factory First
+
+To submit a request to openSUSE Factory, issue this commands in the console:
+
+```bash
+osc sr systemsmanagement:SCC:RMT yast2-rmt openSUSE:Factory
+```
+
+# Submit maintenance updates for SLES to the Internal Build Service
+
+## Get target codesteams where to submit
+
+To checkout in which codestreams the package is currently maintaned, run:
+
+```bash
+osc -A https://api.suse.de maintained yast2-rmt
+```
+
+For a more detailed view which target codestreams are in which state checkout: 
[Codestream overview](https://maintenance.suse.de/maintained/?package=yast2-rmt)
+
+## Submit updates
+
+For each maintained codestream you need to create a new maintenance request:
+
+```bash
+osc -A https://api.suse.de mr Devel:SCC:RMT yast2-rmt SUSE:SLE-15:Update
+```
+
+Note: In case the `mr` (maintenance request) command is not working properly,
+  try `sr` (submit request) command.
+
+
+Example:
+
+```bash
+$ osc -A https://api.suse.de maintained yast2-rmt
+SUSE:SLE-15:Update/yast2-rmt
+
+$ osc -A https://api.suse.de mr Devel:SCC:RMT yast2-rmt SUSE:SLE-15:Update
+Using target project 'SUSE:Maintenance'
+1736456
+```
+
+You can check the status of your requests 
[here](https://build.opensuse.org/package/requests/systemsmanagement:SCC:RMT/yast2-rmt)
 and [here](https://build.suse.de/package/requests/Devel:SCC:RMT/yast2-rmt).
+
+After your requests got accepted, they still have to pass maintenance testing 
before they get released to customers. You can check their progress at 
[maintenance.suse.de](https://maintenance.suse.de/search/?q=yast2-rmt). If you 
still need help, the maintenance team can be reached at 
[maint-co...@suse.de](maint-co...@suse.de) or #maintenance on irc.suse.de.
diff -urN '--exclude=CVS' 

commit perl-Mojolicious-Plugin-RenderFile for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-RenderFile 
for openSUSE:Factory checked in at 2018-10-15 09:40:37

Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-RenderFile (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-RenderFile.new 
(New)


Package is "perl-Mojolicious-Plugin-RenderFile"

Mon Oct 15 09:40:37 2018 rev:9 rq:641412 version:0.12

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-RenderFile/perl-Mojolicious-Plugin-RenderFile.changes
2018-07-06 10:44:48.883053402 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-RenderFile.new/perl-Mojolicious-Plugin-RenderFile.changes
   2018-10-15 09:42:23.195432091 +0200
@@ -1,0 +2,5 @@
+Fri Oct 12 08:43:42 UTC 2018 - Dirk Stoecker 
+
+- only rename pod file when it is installed
+
+---



Other differences:
--
++ perl-Mojolicious-Plugin-RenderFile.spec ++
--- /var/tmp/diff_new_pack.yG8BNI/_old  2018-10-15 09:42:25.055430389 +0200
+++ /var/tmp/diff_new_pack.yG8BNI/_new  2018-10-15 09:42:25.083430363 +0200
@@ -19,12 +19,11 @@
 Name:   perl-Mojolicious-Plugin-RenderFile
 Version:0.12
 Release:0
-#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
 %define cpan_name Mojolicious-Plugin-RenderFile
 Summary:"render_file" helper for Mojolicious
 License:GPL-1.0-or-later OR Artistic-1.0
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Mojolicious-Plugin-RenderFile/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/K/KO/KOORCHIK/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -54,7 +53,9 @@
 %install
 %perl_make_install
 %perl_process_packlist
+if [ -f %{buildroot}/%{perl_vendorlib}/Mojolicious/Plugin/README.pod ]; then
 mv %{buildroot}/%{perl_vendorlib}/Mojolicious/Plugin/README{,-RenderFile}.pod
+fi
 %perl_gen_filelist
 
 %files -f %{name}.files




  1   2   >