commit libguestfs for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2017-10-19 19:33:54

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


Package is "libguestfs"

Thu Oct 19 19:33:54 2017 rev:56 rq:535225 version:1.36.5

Changes:

--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes2017-09-26 
21:17:26.760891668 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes   
2017-10-19 19:34:16.374879679 +0200
@@ -1,0 +2,5 @@
+Thu Oct 12 14:37:40 CEST 2017 - sbra...@suse.com
+
+- Use "OCaml" in RPM group exactly as all other packages do.
+
+---



Other differences:
--
++ libguestfs.spec ++
--- /var/tmp/diff_new_pack.byZOSp/_old  2017-10-19 19:34:17.458828964 +0200
+++ /var/tmp/diff_new_pack.byZOSp/_new  2017-10-19 19:34:17.462828777 +0200
@@ -240,7 +240,7 @@
 Summary:OCaml bindings for libguestfs
 #
 License:GPL-2.0
-Group:  Development/Languages/Ocaml
+Group:  Development/Languages/OCaml
 
 %description -n ocaml-libguestfs
 Allows OCaml scripts to directly use libguestfs.
@@ -248,7 +248,7 @@
 %package -n ocaml-libguestfs-devel
 Summary:Development files for libguesfs OCaml bindings
 License:GPL-2.0
-Group:  Development/Languages/Ocaml
+Group:  Development/Languages/OCaml
 
 %description -n ocaml-libguestfs-devel
 Allows OCaml scripts to directly use libguestfs.




commit kakoune for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package kakoune for openSUSE:Factory checked 
in at 2017-10-19 19:33:49

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


Package is "kakoune"

Thu Oct 19 19:33:49 2017 rev:7 rq:535194 version:0.0+git.20171017

Changes:

--- /work/SRC/openSUSE:Factory/kakoune/kakoune.changes  2017-07-25 
11:40:56.739688386 +0200
+++ /work/SRC/openSUSE:Factory/.kakoune.new/kakoune.changes 2017-10-19 
19:34:14.978944990 +0200
@@ -1,0 +2,388 @@
+Thu Oct 19 11:41:06 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.0+git.20171017:
+  * Tweak buffer change code so that WinDisplay hooks can use info boxes
+  * Add a basic replace-ranges highlighter
+  * doc: Document the -E flag
+  * kakrc: Simplify and optimize the autoload function
+  * Fix reference to kakrc highlighter for markdown
+  * Improve kakrc highlighter with more static words
+  * Remove ad-hoc rules in kakrc highlighter
+  * Add some missing languages to comment.kak
+  * Highlight object keys in yaml
+  * rc: Document non-hidden options with `-docstring`
+  * rc: Use POSIX `command -v` instead of `which`
+  * rc: Simplify and optimize the `alt` command
+  * Document that markup is possible in completion menu entries.
+  * Document escape key and update Q doc according to normal.cc
+  * Rename range-faces to range-specs
+  * Add range-faces -> range-specs rename to the breaking changes message
+  * Add missing std::move in on_scope_end implementation
+  * small code cleanups
+  * Highlight 'copied' file action in git-commit buffers
+  * Move constexpr compatible Array struct to meta.hh
+  * Small reorganization in the normal keymap
+  * Make hardware cursor visible in ncurses ui
+  * Add modified value if buffer has modifications not saved
+  * Change / to combine selections instead of appending
+  * Support aligning to opening { as well as ( in c-family indent
+  * Changed wording of completers description
+  * do not embed timestamps in .gz files
+  * Always link input files in the same order
+  * Commit correct version of c-family indent change
+  * Fix vertical movement with tabstops
+  * Smarter align to opening parenthesis/brace supporting multiline
+  * Add some missing tests for c-family indent
+  * Fix scrolling when cursor is on a wrapped part of the last displayed line
+  * Remove virtual destructor from OptionManagerWatcher
+  * Fix bug where idle timers of disabled modes were still run
+  * Do not avoid eol in insert mode vertical movement
+  * Fix man.kak when man pages filenames just end up with the manual section
+  * Remove unneeded forward declaration
+  * Fix hardware cursor positioning in prompt when status bar is on bottom
+  * Small code tweak
+  * Rename line-flags option type to line-specs
+  * Add support for raw C++ strings in c-family highlighting
+  * Fix command parsing bug when commenting after a command
+  * Add an update-option command to update range-descs/line-descs options
+  * Document the update-option command
+  * Add break and continue to the list of sh keywords
+  * Use a line-specs for the clang_errors option in clang.kak
+  * Make the lint_errors a range-specs option in lint.kak
+  * Make shell variable expansion in "strings" highlighted the same way as in 
code
+  * Expose last entered command in register :
+  * Modernize the way we compute memory domains from type
+  * Small documentation tweak in display_buffer.hh
+  * Small code style tweak
+  * Use a ScopedSetBool instead of manual set/unset for 
InputModes::Normal::m_in_on_key
+  * Small formatting tweak
+  * Remove unused and potentially error prone constructor from ArrayView
+  * Remove unneeded explicit conversion
+  * doc: Update the F.A.Q.
+  * Slight style tweak in doc.kak
+  * Small code tweak
+  * Document line-flags -> line-specs and update-option in breaking changes
+  * Parse meta as 8 bit in Normal mode to fix the terminals using that
+  * Highlight non numeric man sections as well in man.kak
+  * Put the doc/manpages/ pages in the 'k' section
+  * man.kak: Rename _manpage option to manpage
+  * Use more precise wording for object selection info box
+  * Fix typos in info-box: availabe, encodngs, highglighters…
+  * Exclude debug from eval/exec over all buffers
+  * Change ncurses_ui info box generation logic to use a Vector
+  * Tweak alias command docstring not to end up with an eol
+  * Re-hide hardware cursor, seems its causing troubles with various terminal 
emulator
+  * fix: remove duplicate include to containers.hh in face_registry.cc
+  * docs: add missing angle brackets around keys in README and manpages
+  * Refine info titles to distinguish G and V modes
+  * Add SVG detection as xml in file.kak
+  * Add support for more selection combining operations
+  * Small formatting fix

commit focuswriter for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package focuswriter for openSUSE:Factory 
checked in at 2017-10-19 19:33:43

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


Package is "focuswriter"

Thu Oct 19 19:33:43 2017 rev:7 rq:535186 version:1.6.7

Changes:

--- /work/SRC/openSUSE:Factory/focuswriter/focuswriter.changes  2017-08-24 
18:31:00.662171056 +0200
+++ /work/SRC/openSUSE:Factory/.focuswriter.new/focuswriter.changes 
2017-10-19 19:34:04.931415084 +0200
@@ -1,0 +2,15 @@
+Thu Oct 19 11:24:15 UTC 2017 - mplus...@suse.com
+
+- Update to version 1.6.7:
+  * Updated dictionaries.
+  * FIXED: HiDPI blurred text backgrounds were scaled.
+  * FIXED: Window margin was always the size of the scrollbar.
+  * FIXED: Always indented first line when printing.
+- Changes for version 1.6.6:
+  * FIXED: Did not always install translations in Linux.
+  * FIXED: Unneccessary compiler warning about switch fallthrough.
+  * FIXED: Did not show headings when automatic spellchecking was disabled.
+  * FIXED: Foreground incorrectly placed when load stretched themes.
+  * Translation updates: Czech, Armenian.
+
+---

Old:

  focuswriter-1.6.5-src.tar.bz2

New:

  focuswriter-1.6.7-src.tar.bz2



Other differences:
--
++ focuswriter.spec ++
--- /var/tmp/diff_new_pack.VQhEQr/_old  2017-10-19 19:34:07.963273232 +0200
+++ /var/tmp/diff_new_pack.VQhEQr/_new  2017-10-19 19:34:07.967273046 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   focuswriter
-Version:1.6.5
+Version:1.6.7
 Release:0
 Summary:A fullscreen, distraction-free writing program
 License:GPL-3.0+
@@ -81,7 +81,6 @@
 %icon_theme_cache_postun
 
 %files
-%defattr(-,root,root,-)
 %doc ChangeLog CREDITS NEWS README
 %{_bindir}/%{name}
 %dir %{_datadir}/%{name}
@@ -97,7 +96,6 @@
 %{_mandir}/man1/%{name}.1%{ext_man}
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/translations
 

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




commit hostapd for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package hostapd for openSUSE:Factory checked 
in at 2017-10-19 19:33:46

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


Package is "hostapd"

Thu Oct 19 19:33:46 2017 rev:32 rq:535187 version:2.6

Changes:

--- /work/SRC/openSUSE:Factory/hostapd/hostapd.changes  2016-10-10 
16:20:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.hostapd.new/hostapd.changes 2017-10-19 
19:34:13.231026770 +0200
@@ -2 +2,14 @@
-Mon Oct 02 14:39:02 GMT 2016 - ch...@intrbiz.com
+Wed Oct 18 21:59:01 UTC 2017 - ch...@intrbiz.com
+
+- Fix KRACK attacks (bsc#1063479, CVE-2017-13078, CVE-2017-13079, 
CVE-2017-13080, CVE-2017-13081, CVE-2017-13087, CVE-2017-13088):
+  * rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
+  * 
rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch
+  * 
rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch
+  * rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch
+  * rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch
+  * rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch
+  * 
rebased-v2.6-0007-WNM-Ignore-WNM-Sleep-Mode-Response-without-pending-r.patch
+  * 
rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch
+
+---
+Mon Oct 02 14:39:02 BST 2016 - ch...@intrbiz.com

New:

  rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
  rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch
  rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch
  rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch
  rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch
  rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch
  rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch



Other differences:
--
++ hostapd.spec ++
--- /var/tmp/diff_new_pack.Bx08lg/_old  2017-10-19 19:34:14.126984851 +0200
+++ /var/tmp/diff_new_pack.Bx08lg/_new  2017-10-19 19:34:14.126984851 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package hostapd
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +33,13 @@
 Source: http://w1.fi/releases/hostapd-%{version}.tar.gz
 Source1:hostapd.service
 Patch0: hostapd-2.6-defconfig.patch
+Patch1: 
rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch
+Patch2: 
rebased-v2.6-0002-Prevent-reinstallation-of-an-already-in-use-group-ke.patch
+Patch3: 
rebased-v2.6-0003-Extend-protection-of-GTK-IGTK-reinstallation-of-WNM-.patch
+Patch4: rebased-v2.6-0004-Prevent-installation-of-an-all-zero-TK.patch
+Patch5: 
rebased-v2.6-0005-Fix-PTK-rekeying-to-generate-a-new-ANonce.patch
+Patch6: rebased-v2.6-0006-TDLS-Reject-TPK-TK-reconfiguration.patch
+Patch7: 
rebased-v2.6-0008-FT-Do-not-allow-multiple-Reassociation-Response-fram.patch
 %{?systemd_requires}
 
 %description
@@ -46,7 +53,14 @@
 
 %prep
 %setup -q -n hostapd-%{version}
-%patch0 -p0
+%patch0
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
 
 cd hostapd
 cp defconfig .config

++ rebased-v2.6-0001-hostapd-Avoid-key-reinstallation-in-FT-handshake.patch 
++
>From cf4cab804c7afd5c45505528a8d16e46163243a2 Mon Sep 17 00:00:00 2001
From: Mathy Vanhoef 
Date: Fri, 14 Jul 2017 15:15:35 +0200
Subject: [PATCH 1/8] hostapd: Avoid key reinstallation in FT handshake

Do not reinstall TK to the driver during Reassociation Response frame
processing if the first attempt of setting the TK succeeded. This avoids
issues related to clearing the TX/RX PN that could result in reusing
same PN values for transmitted frames (e.g., due to CCM nonce reuse and
also hitting replay protection on the receiver) and accepting replayed
frames on RX side.

This issue was introduced by the commit
0e84c25434e6a1f283c7b4e62e483729085b78d2 ('FT: Fix PTK configuration in
authenticator') which allowed wpa_ft_install_ptk() to be called multiple
times with the same PTK. While the second configuration attempt is
needed with some drivers, it must be done only if the first attempt
failed.

Signed-off-by: Mathy Vanhoef 
---
 src/ap/ieee802_11.c  | 16 +---
 src/ap/wpa_auth.c| 11 +++
 

commit partclone for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package partclone for openSUSE:Factory 
checked in at 2017-10-19 19:33:28

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


Package is "partclone"

Thu Oct 19 19:33:28 2017 rev:8 rq:535174 version:0.3.11

Changes:

--- /work/SRC/openSUSE:Factory/partclone/partclone.changes  2017-03-20 
17:09:54.414954836 +0100
+++ /work/SRC/openSUSE:Factory/.partclone.new/partclone.changes 2017-10-19 
19:33:30.821011021 +0200
@@ -1,0 +2,6 @@
+Thu Oct 19 09:20:32 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.3.11:
+  * update xfs
+
+---

Old:

  partclone-0.3.5a.tar.gz

New:

  partclone-0.3.11.tar.gz



Other differences:
--
++ partclone.spec ++
--- /var/tmp/diff_new_pack.b36Rco/_old  2017-10-19 19:33:31.388984447 +0200
+++ /var/tmp/diff_new_pack.b36Rco/_new  2017-10-19 19:33:31.388984447 +0200
@@ -18,13 +18,15 @@
 
 
 Name:   partclone
-Version:0.3.5a
+Version:0.3.11
 Release:0
 Summary:File System Clone Utilities
 License:GPL-2.0+
 Group:  System/Filesystems
 Url:http://partclone.org/
 Source: 
https://github.com/Thomas-Tsai/partclone/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
 BuildRequires:  libbtrfs-devel
@@ -46,8 +48,10 @@
 %setup -q
 
 %build
+autoreconf -fiv
 %configure \
   --enable-ncursesw \
+  --enable-fuse \
   --enable-fs-test \
   --enable-btrfs \
   --enable-extfs \
@@ -67,11 +71,8 @@
 %find_lang %{name}
 
 %files
-%defattr(-,root,root)
 %doc ChangeLog README.md COPYING
 %{_sbindir}/partclone.btrfs
-%{_sbindir}/partclone.block
-%{_sbindir}/partclone.imgfuse
 %{_sbindir}/partclone.chkimg
 %{_sbindir}/partclone.dd
 %{_sbindir}/partclone.ext2
@@ -84,6 +85,7 @@
 %{_sbindir}/partclone.fat12
 %{_sbindir}/partclone.fat16
 %{_sbindir}/partclone.fat32
+%{_sbindir}/partclone.imgfuse
 %{_sbindir}/partclone.hfs+
 %{_sbindir}/partclone.hfsp
 %{_sbindir}/partclone.hfsplus
@@ -129,6 +131,5 @@
 %{_datadir}/partclone
 
 %files lang -f %{name}.lang
-%defattr(-,root,root)
 
 %changelog

++ partclone-0.3.5a.tar.gz -> partclone-0.3.11.tar.gz ++
 158759 lines of diff (skipped)




commit armadillo for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2017-10-19 19:33:26

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


Package is "armadillo"

Thu Oct 19 19:33:26 2017 rev:114 rq:535169 version:8.200.1

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2017-10-18 
10:53:56.343142229 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2017-10-19 
19:33:28.541117693 +0200
@@ -1,0 +2,6 @@
+Wed Oct 18 12:50:38 UTC 2017 - badshah...@gmail.com
+
+- Update to version 8.200.1:
+  + Misc bug fixes.
+
+---

Old:

  armadillo-8.200.0.tar.xz

New:

  armadillo-8.200.1.tar.xz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.I1TgFA/_old  2017-10-19 19:33:29.341080264 +0200
+++ /var/tmp/diff_new_pack.I1TgFA/_new  2017-10-19 19:33:29.345080077 +0200
@@ -18,7 +18,7 @@
 
 %define soname libarmadillo8
 Name:   armadillo
-Version:8.200.0
+Version:8.200.1
 Release:0
 Summary:C++ matrix library with interfaces to LAPACK and ATLAS
 License:Apache-2.0

++ armadillo-8.200.0.tar.xz -> armadillo-8.200.1.tar.xz ++
Binary files old/armadillo-8.200.0/armadillo_mtgmm_2017.pdf and 
new/armadillo-8.200.1/armadillo_mtgmm_2017.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/armadillo-8.200.0/docs.html 
new/armadillo-8.200.1/docs.html
--- old/armadillo-8.200.0/docs.html 2016-06-16 18:17:10.0 +0200
+++ new/armadillo-8.200.1/docs.html 2016-06-16 18:17:11.0 +0200
@@ -194,11 +194,9 @@
 Citations are useful for the continued development and maintenance of the 
library.
 
 
-
 Conrad Sanderson and Ryan Curtin.
 Armadillo: a template-based C++ 
library for linear algebra.
 Journal of Open Source Software, Vol.1, pp.26, 2016.
-
 
 
 
@@ -2995,6 +2993,7 @@
 .transform()
 .fill()
 find()
+clamp()
 relational operators
 constants (pi, nan, inf, ...)
 
@@ -7449,6 +7448,7 @@
 
 min()  max()
 .min()  .max() (member functions of 
Mat)
+replace()
 find()
 
 
@@ -13455,9 +13455,17 @@
 
 gmm_diag
 gmm_full
+
+
+
+
+
+
+
+
 
 
-Classes for multivariate data modelling and evaluation via Gaussian Mixture 
Models (GMMs)
+Classes for multivariate data modelling and evaluation via Gaussian Mixture 
Models (GMMs)
 
 
 
@@ -13486,7 +13494,7 @@
 
N(x|mg,Cg)
 represents a Gaussian (normal) distribution
 for each Gaussian g:
 
-hg is the heft (weight), with constraints 
hg  0 and hg = 1
+hg is the heft (weight), with constraints 
hg0 and hg = 1
 mg is the mean (centroid) vector with dimensionality 
n_dims
 Cg is the covariance matrix (either diagonal or 
full)
 
@@ -13511,18 +13519,50 @@
 The classes include parameter estimation (training) algorithms: k-means 
clustering and Expectation-Maximisation (EM);
 the training algorithms will run much quicker on multi-core machines when 
OpenMP is enabled in your compiler (eg. -fopenmp in GCC and clang)
 
+
+
+
+
+
+
+
 
+
+
+
+
 
-Please cite the following paper if you use the classes in your research and/or 
software:
+Please cite the following article if you use the gmm_diag or 
gmm_full classes in your research and/or software:
 
 
-
 Conrad Sanderson and Ryan Curtin.
-An Open Source C++ Implementation of 
Multi-Threaded Gaussian Mixture Models, k-Means and Expectation 
Maximisation.
-International Conference on Signal Processing and Communication Systems, 
2017.
-
-
+gmm_diag and gmm_full: C++ classes for 
multi-threaded Gaussian mixture models and Expectation-Maximisation.
+Journal of Open Source Software, Vol.2, 2017.
+
+bibtex:
 
+
+
+
+@article{gmm2017,
+author= {Conrad Sanderson and Ryan Curtin},
+title= {gmm{\tt\char95}diag and gmm{\tt\char95}full: 
C++ classes for multi-threaded Gaussian mixture models and 
Expectation-Maximisation},
+journal= {Journal of Open Source Software},
+volume= {2},
+year= {2017}
+}
+
+
+
+
+
+
+
+
+
+
+
+
 
 For an instance of gmm_diag or gmm_full named as M, the 
member functions and variables are:
 
Binary files old/armadillo-8.200.0/gmm_joss_2017.pdf and 
new/armadillo-8.200.1/gmm_joss_2017.pdf differ
Binary files old/armadillo-8.200.0/gmm_spcs_2017.pdf and 
new/armadillo-8.200.1/gmm_spcs_2017.pdf differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/armadillo-8.200.0/include/armadillo_bits/SpMat_bones.hpp 
new/armadillo-8.200.1/include/armadillo_bits/SpMat_bones.hpp
--- old/armadillo-8.200.0/include/armadillo_bits/SpMat_bones.hpp
2016-06-16 18:17:10.0 +0200
+++ 

commit perl-Web-MREST for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package perl-Web-MREST for openSUSE:Factory 
checked in at 2017-10-19 19:33:20

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


Package is "perl-Web-MREST"

Thu Oct 19 19:33:20 2017 rev:4 rq:535106 version:0.288

Changes:

--- /work/SRC/openSUSE:Factory/perl-Web-MREST/perl-Web-MREST.changes
2017-03-28 15:20:50.633278555 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Web-MREST.new/perl-Web-MREST.changes   
2017-10-19 19:33:23.153369773 +0200
@@ -1,0 +2,9 @@
+Mon Oct 16 20:17:42 UTC 2017 - ncut...@suse.com
+
+- updated to 0.288
+   see /usr/share/doc/packages/perl-Web-MREST/Changes
+
+  - build/ops: require latest App::CELL
+  - Report MREST_DEBUG_MODE setting at startup
+
+---

Old:

  Web-MREST-0.287.tar.gz

New:

  Web-MREST-0.288.tar.gz



Other differences:
--
++ perl-Web-MREST.spec ++
--- /var/tmp/diff_new_pack.k4fIGy/_old  2017-10-19 19:33:23.929333467 +0200
+++ /var/tmp/diff_new_pack.k4fIGy/_new  2017-10-19 19:33:23.93280 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Web-MREST
-Version:0.287
+Version:0.288
 Release:0
 %define cpan_name Web-MREST
 Summary:Minimalistic REST server
@@ -58,7 +58,7 @@
 BuildRequires:  perl(URI::Escape)
 BuildRequires:  perl(Web::MREST::CLI) >= 0.276
 BuildRequires:  perl(Web::Machine) >= 0.15
-Requires:   perl(App::CELL) >= 0.205
+Requires:   perl(App::CELL) >= 0.209
 Requires:   perl(File::ShareDir)
 Requires:   perl(HTTP::Request)
 Requires:   perl(HTTP::Request::Common)

++ Web-MREST-0.287.tar.gz -> Web-MREST-0.288.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/Build.PL new/Web-MREST-0.288/Build.PL
--- old/Web-MREST-0.287/Build.PL2017-02-25 09:38:34.0 +0100
+++ new/Web-MREST-0.288/Build.PL2017-10-16 22:17:37.0 +0200
@@ -58,7 +58,7 @@
 },
 requires => {
 'perl'   => 5.012,
-'App::CELL'  => 0.205,
+'App::CELL'  => 0.209,
 'Getopt::Long'   => 2.32,
 'Encode' => 0,
 'File::ShareDir' => 0,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/Changes new/Web-MREST-0.288/Changes
--- old/Web-MREST-0.287/Changes 2017-02-25 09:38:34.0 +0100
+++ new/Web-MREST-0.288/Changes 2017-10-16 22:17:37.0 +0200
@@ -516,3 +516,7 @@
 - Refrain from munging Plack::Session object
 - script: store sessions in a dedicated directory in /tmp
 
+0.288 2017-10-16 22:17 CEST
+- build/ops: require latest App::CELL
+- Report MREST_DEBUG_MODE setting at startup
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/META.json 
new/Web-MREST-0.288/META.json
--- old/Web-MREST-0.287/META.json   2017-02-25 09:38:34.0 +0100
+++ new/Web-MREST-0.288/META.json   2017-10-16 22:17:37.0 +0200
@@ -56,7 +56,7 @@
   },
   "runtime" : {
  "requires" : {
-"App::CELL" : "0.205",
+"App::CELL" : "0.209",
 "Encode" : "0",
 "File::ShareDir" : "1.00",
 "File::Spec" : "0",
@@ -89,7 +89,7 @@
"provides" : {
   "Web::MREST" : {
  "file" : "lib/Web/MREST.pm",
- "version" : "0.287"
+ "version" : "0.288"
   },
   "Web::MREST::Dispatch" : {
  "file" : "lib/Web/MREST/Dispatch.pm",
@@ -138,5 +138,5 @@
  "http://opensource.org/licenses/BSD-3-Clause;
   ]
},
-   "version" : "0.287"
+   "version" : "0.288"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/META.yml new/Web-MREST-0.288/META.yml
--- old/Web-MREST-0.287/META.yml2017-02-25 09:38:34.0 +0100
+++ new/Web-MREST-0.288/META.yml2017-10-16 22:17:37.0 +0200
@@ -44,7 +44,7 @@
 provides:
   Web::MREST:
 file: lib/Web/MREST.pm
-version: 0.287
+version: 0.288
   Web::MREST::Dispatch:
 file: lib/Web/MREST/Dispatch.pm
 version: 0
@@ -76,7 +76,7 @@
 file: lib/Web/MREST/WebServicesIntro.pm
 version: 0
 requires:
-  App::CELL: 0.205
+  App::CELL: 0.209
   Encode: 0
   File::ShareDir: 1.00
   File::Spec: 0
@@ -105,4 +105,4 @@
   perl: 5.012
 resources:
   license: http://opensource.org/licenses/BSD-3-Clause
-version: 0.287
+version: 0.288
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Web-MREST-0.287/bin/mrest 
new/Web-MREST-0.288/bin/mrest
--- 

commit notmuch for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package notmuch for openSUSE:Factory checked 
in at 2017-10-19 19:33:40

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


Package is "notmuch"

Thu Oct 19 19:33:40 2017 rev:13 rq:535181 version:0.25.1

Changes:

--- /work/SRC/openSUSE:Factory/notmuch/notmuch.changes  2017-09-20 
17:09:25.433149458 +0200
+++ /work/SRC/openSUSE:Factory/.notmuch.new/notmuch.changes 2017-10-19 
19:33:44.852354530 +0200
@@ -1,0 +2,6 @@
+Thu Oct 19 10:18:40 UTC 2017 - mimi...@gmail.com
+
+- update to 0.25.1
+  - disable handling x-display in text/enriched messages
+
+---

Old:

  notmuch-0.25.tar.gz
  notmuch-0.25.tar.gz.sha256
  notmuch-0.25.tar.gz.sha256.asc

New:

  notmuch-0.25.1.tar.gz
  notmuch-0.25.1.tar.gz.sha256
  notmuch-0.25.1.tar.gz.sha256.asc



Other differences:
--
++ notmuch.spec ++
--- /var/tmp/diff_new_pack.2TSUGL/_old  2017-10-19 19:33:46.308286410 +0200
+++ /var/tmp/diff_new_pack.2TSUGL/_new  2017-10-19 19:33:46.312286223 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   notmuch
-Version:0.25
+Version:0.25.1
 Release:0
 Summary:The mail indexer
 License:GPL-3.0+

++ notmuch-0.25.tar.gz -> notmuch-0.25.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notmuch-0.25/NEWS new/notmuch-0.25.1/NEWS
--- old/notmuch-0.25/NEWS   2017-07-25 13:30:24.0 +0200
+++ new/notmuch-0.25.1/NEWS 2017-09-12 03:22:22.0 +0200
@@ -1,3 +1,12 @@
+Notmuch 0.25.1 (2017-09-11)
+===
+
+Emacs
+-
+
+Disable handling x-display in text/enriched messages. Mitigation for
+Emacs bug #28350.
+
 Notmuch 0.25 (2017-07-25)
 =
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notmuch-0.25/bindings/python/notmuch/version.py 
new/notmuch-0.25.1/bindings/python/notmuch/version.py
--- old/notmuch-0.25/bindings/python/notmuch/version.py 2017-07-25 
13:30:24.0 +0200
+++ new/notmuch-0.25.1/bindings/python/notmuch/version.py   2017-09-12 
03:22:22.0 +0200
@@ -1,3 +1,3 @@
 # this file should be kept in sync with ../../../version
-__VERSION__ = '0.25'
+__VERSION__ = '0.25.1'
 SOVERSION = '5'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notmuch-0.25/debian/NEWS 
new/notmuch-0.25.1/debian/NEWS
--- old/notmuch-0.25/debian/NEWS2017-07-25 13:30:24.0 +0200
+++ new/notmuch-0.25.1/debian/NEWS  2017-09-12 03:22:22.0 +0200
@@ -1,54 +1,54 @@
 notmuch (0.21~rc1-1) experimental; urgency=medium
 
-  * This release of notmuch requires a non-reversible database upgrade
-to support database revision tracking. This upgrade will happen on
-the first run of 'notmuch-new' after updating. Notmuch will backup
-your tags for your before doing the upgrade, but it never hurts to
-make your own backup with notmuch dump.
+  This release of notmuch requires a non-reversible database upgrade
+  to support database revision tracking. This upgrade will happen on
+  the first run of 'notmuch-new' after updating. Notmuch will backup
+  your tags for your before doing the upgrade, but it never hurts to
+  make your own backup with notmuch dump.
 
  -- David Bremner   Thu, 15 Oct 2015 08:13:04 -0300
 
 notmuch (0.19-1) experimental; urgency=medium
 
-  * This release of notmuch again requires a non-reversable database
-upgrade to support database features. This upgrade will happen on
-the first run of 'notmuch-new' after updating. Notmuch will backup
-your tags for your before doing the upgrade, but it never hurts to
-make your own backup with notmuch dump.
+  This release of notmuch again requires a non-reversable database
+  upgrade to support database features. This upgrade will happen on
+  the first run of 'notmuch-new' after updating. Notmuch will backup
+  your tags for your before doing the upgrade, but it never hurts to
+  make your own backup with notmuch dump.
 
  -- David Bremner   Fri, 14 Nov 2014 20:34:55 +0100
 
 notmuch (0.18~rc0-1) experimental; urgency=low
 
-  * This release of notmuch requires a non-reversable database upgrade
-to support the new path: and updated folder: prefixes. Notmuch
-will backup your tags for your before doing the upgrade, but it
-never hurts to make your own backup with notmuch dump before
-next running 'notmuch new'
+  This release of notmuch requires a non-reversable database upgrade
+  to support the new path: and updated 

commit mkelfImage for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package mkelfImage for openSUSE:Factory 
checked in at 2017-10-19 19:33:31

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


Package is "mkelfImage"

Thu Oct 19 19:33:31 2017 rev:16 rq:535179 version:2.5

Changes:

--- /work/SRC/openSUSE:Factory/mkelfImage/mkelfImage.changes2011-12-25 
17:36:52.0 +0100
+++ /work/SRC/openSUSE:Factory/.mkelfImage.new/mkelfImage.changes   
2017-10-19 19:33:39.372610913 +0200
@@ -1,0 +2,7 @@
+Thu Oct 19 10:36:48 UTC 2017 - mplus...@suse.com
+
+- Cleanup spec file with spec-clener
+- Add url
+- Add missing build dependencies
+
+---



Other differences:
--
++ mkelfImage.spec ++
--- /var/tmp/diff_new_pack.xpYlJb/_old  2017-10-19 19:33:40.388563379 +0200
+++ /var/tmp/diff_new_pack.xpYlJb/_new  2017-10-19 19:33:40.392563192 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mkelfImage
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,46 +17,44 @@
 
 
 Name:   mkelfImage
+Version:2.5
+Release:0
 Summary:Utility to Create ELF Boot Images from Linux Kernel Images
 License:GPL-2.0+
 Group:  Development/Tools/Building
-Version:2.5
-Release:0
+Url:https://www.coreboot.org/Mkelfimage
 Source0:%{name}-%{version}.tar.gz
-Patch:  %{name}-%{version}.dif
+Patch0: %{name}-%{version}.dif
 Patch1: %{name}-optflags.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  zlib-devel
 
 %description
 mkelfImage is a program that makes an ELF boot image for Linux kernel
-images. The image should work with any i386 multiboot compliant boot
-loader as well as with an ELF boot loader that passes no options. It is
-compliant with the LinuxBIOS ELF booting specification or with the
-Linux kexec kernel patch.Its key feature is, that nothing relies on
-BIOS calls, but they are made when necessary. This is useful for
-systems running LinuxBIOS.
+images. The image should work with any i386 multiboot compliant boot loader
+as well as with an ELF boot loader that passes no options. It is compliant
+with the LinuxBIOS ELF booting specification or with the Linux kexec kernel
+patch.Its key feature is, that nothing relies on BIOS calls, but they are
+made when necessary. This is useful for systems running LinuxBIOS.
 
 %prep
 %setup -q
-%patch
+%patch0
 %patch1 -p1
 
 %build
-autoconf
+autoreconf -fiv
 %configure
-make
+make %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+%make_install
 
 %files
-%defattr(-,root,root)
+%doc News COPYING AUTHORS
 %{_sbindir}/mkelfImage
-%doc News
-%doc COPYING
-%doc AUTHORS
-%{_mandir}/man8/mkelfImage.8.gz
+%{_mandir}/man8/mkelfImage.8%{ext_man}
 %{_datadir}/mkelfImage/
 
 %changelog




commit openSUSE-release-tools for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package openSUSE-release-tools for 
openSUSE:Factory checked in at 2017-10-19 19:33:16

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


Package is "openSUSE-release-tools"

Thu Oct 19 19:33:16 2017 rev:8 rq:535066 version:20171018.44e44a6

Changes:

--- 
/work/SRC/openSUSE:Factory/openSUSE-release-tools/openSUSE-release-tools.changes
2017-10-18 10:52:16.331834191 +0200
+++ 
/work/SRC/openSUSE:Factory/.openSUSE-release-tools.new/openSUSE-release-tools.changes
   2017-10-19 19:33:18.085606882 +0200
@@ -1,0 +2,22 @@
+Thu Oct 19 01:59:09 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171018.44e44a6:
+  * Python 2.6+ / 3.x style except clauses
+  * osclib/request_splitter: provide splitter-special-packages config variable.
+  * osclib/request_splitter: reduce default list of special packages.
+  * Rename checknewer to checknewer.py and fix Flake8 fallout
+
+---
+Tue Oct 17 14:26:19 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171017.53f281e:
+  * osc-staging: select -i: include remaining requests in comment.
+  * osc-staging: select -i: s/merged/mergeable/ in stat comment.
+
+---
+Tue Oct 17 09:24:18 UTC 2017 - opensuse-releaset...@opensuse.org
+
+- Update to version 20171017.1168d47:
+  * Fix undefined variables 'release'
+
+---

Old:

  openSUSE-release-tools-20171017.7058f07.obscpio

New:

  openSUSE-release-tools-20171018.44e44a6.obscpio



Other differences:
--
++ openSUSE-release-tools.spec ++
--- /var/tmp/diff_new_pack.8xDVFO/_old  2017-10-19 19:33:19.245552611 +0200
+++ /var/tmp/diff_new_pack.8xDVFO/_new  2017-10-19 19:33:19.245552611 +0200
@@ -20,7 +20,7 @@
 %define source_dir osc-plugin-factory
 %define announcer_filename factory-package-news
 Name:   openSUSE-release-tools
-Version:20171017.7058f07
+Version:20171018.44e44a6
 Release:0
 Summary:Tools to aid in staging and release work for openSUSE/SUSE
 License:GPL-2.0+ and MIT

++ _servicedata ++
--- /var/tmp/diff_new_pack.8xDVFO/_old  2017-10-19 19:33:19.297550178 +0200
+++ /var/tmp/diff_new_pack.8xDVFO/_new  2017-10-19 19:33:19.297550178 +0200
@@ -1,6 +1,6 @@
 
   
 https://github.com/openSUSE/osc-plugin-factory.git
-7058f07d7102fd938d4d60126fbae515cdcf9737
+44e44a64f0e266c42e524ee3554f3b45729ac4cc
   
 

++ openSUSE-release-tools-20171017.7058f07.obscpio -> 
openSUSE-release-tools-20171018.44e44a6.obscpio ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/openSUSE-release-tools-20171017.7058f07/README.asciidoc 
new/openSUSE-release-tools-20171018.44e44a6/README.asciidoc
--- old/openSUSE-release-tools-20171017.7058f07/README.asciidoc 2017-10-17 
09:30:58.0 +0200
+++ new/openSUSE-release-tools-20171018.44e44a6/README.asciidoc 2017-10-19 
03:59:09.0 +0200
@@ -32,7 +32,7 @@
 * *link:docs/maintbot.asciidoc[maintbot].* script that checks maintenance
   incidents to make sure the Factory maintainer submitted the package.
 
-* *link:checknewer[checknewer].* script compares version numbers in repos to
+* *link:checknewer.py[checknewer.py].* script compares version numbers in 
repos to
   make sure all packages e.g. in a new distro are newer
 
 Installation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/openSUSE-release-tools-20171017.7058f07/ReviewBot.py 
new/openSUSE-release-tools-20171018.44e44a6/ReviewBot.py
--- old/openSUSE-release-tools-20171017.7058f07/ReviewBot.py2017-10-17 
09:30:58.0 +0200
+++ new/openSUSE-release-tools-20171018.44e44a6/ReviewBot.py2017-10-19 
03:59:09.0 +0200
@@ -367,7 +367,7 @@
 node = ET.fromstring(''.join(m)).find('devel')
 if node is not None:
 return node.get('project'), node.get('package', None)
-except urllib2.HTTPError, e:
+except urllib2.HTTPError as e:
 if e.code != 404:
 raise e
 return None, None
@@ -387,7 +387,7 @@
 else:
 return False
 states = set([review.get('state') for review in 
root.findall('review') if review.get(by_what) == reviewer])
-except urllib2.HTTPError, e:
+except urllib2.HTTPError as e:
 print('ERROR in URL %s [%s]' % (url, e))
 if not states:
 return None
@@ -644,7 +644,7 @@
 

commit freeipmi for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package freeipmi for openSUSE:Factory 
checked in at 2017-10-19 19:33:23

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


Package is "freeipmi"

Thu Oct 19 19:33:23 2017 rev:35 rq:535165 version:1.5.7

Changes:

--- /work/SRC/openSUSE:Factory/freeipmi/freeipmi.changes2017-10-11 
23:03:48.522447840 +0200
+++ /work/SRC/openSUSE:Factory/.freeipmi.new/freeipmi.changes   2017-10-19 
19:33:25.309268903 +0200
@@ -1,0 +2,6 @@
+Wed Oct 18 14:54:53 UTC 2017 - alarr...@suse.com
+
+- Follow the shared library packaging policy. Created new packages
+  libipmiconsole2, libipmidetect0, libipmimonitoring6, libfreeipmi17
+
+---



Other differences:
--
++ freeipmi.spec ++
--- /var/tmp/diff_new_pack.kAUwer/_old  2017-10-19 19:33:26.049234282 +0200
+++ /var/tmp/diff_new_pack.kAUwer/_new  2017-10-19 19:33:26.049234282 +0200
@@ -23,8 +23,6 @@
 %define has_systemd 0
 %endif
 
-%define name freeipmi
-%define version 1.5.7
 %define srcversion %{version}
 %if %{?_with_debug:1}%{!?_with_debug:0}
 %define release 1.debug%{?dist}
@@ -32,10 +30,15 @@
 %define release 1%{?dist}
 %endif
 
+%define libipmiconsole_soname 2
+%define libipmidetect_soname 0
+%define libipmimonitoring_soname 6
+%define libfreeipmi_soname 17
+
 %{!?_initddir: %global _initddir %{_sysconfdir}/init.d}
 
-Name:   %{name}
-Version:%{version}
+Name:   freeipmi
+Version:1.5.7
 Release:%{release}
 Url:http://www.gnu.org/software/freeipmi/
 Source0:http://ftp.gnu.org/gnu/freeipmi/%{name}-%{srcversion}.tar.gz
@@ -76,6 +79,10 @@
 Summary:Development package for FreeIPMI
 Group:  Development/Tools/Other
 Requires:   freeipmi = %{version}
+Requires:   libfreeipmi%{libfreeipmi_soname} = %{version}
+Requires:   libipmiconsole%{libipmiconsole_soname} = %{version}
+Requires:   libipmidetect%{libipmidetect_soname} = %{version}
+Requires:   libipmimonitoring%{libipmimonitoring_soname} = %{version}
 
 %description devel
 Development package for FreeIPMI.  This package includes the FreeIPMI
@@ -119,6 +126,50 @@
   %define _enable_debug --enable-debug --enable-trace
 %endif
 
+%package -n libipmiconsole%{libipmiconsole_soname}
+Summary:FreeIPMI library
+Group:  System/Libraries
+
+%description -n libipmiconsole%{libipmiconsole_soname}
+This project provides "Remote-Console" (out-of-band) and
+"System Management Software" (in-band) based on Intelligent
+Platform Management Interface specification.
+
+This package contains the libipmiconsole library.
+
+%package -n libipmidetect%{libipmidetect_soname}
+Summary:FreeIPMI library
+Group:  System/Libraries
+
+%description -n libipmidetect%{libipmidetect_soname}
+This project provides "Remote-Console" (out-of-band) and
+"System Management Software" (in-band) based on Intelligent
+Platform Management Interface specification.
+
+This package contains the libipmidetect library.
+
+%package -n libipmimonitoring%{libipmimonitoring_soname}
+Summary:FreeIPMI library
+Group:  System/Libraries
+
+%description -n libipmimonitoring%{libipmimonitoring_soname}
+This project provides "Remote-Console" (out-of-band) and
+"System Management Software" (in-band) based on Intelligent
+Platform Management Interface specification.
+
+This package contains the libipmimonitoring library.
+
+%package -n libfreeipmi%{libfreeipmi_soname}
+Summary:FreeIPMI library
+Group:  System/Libraries
+
+%description -n libfreeipmi%{libfreeipmi_soname}
+This project provides "Remote-Console" (out-of-band) and
+"System Management Software" (in-band) based on Intelligent
+Platform Management Interface specification.
+
+This package contains the libfreeipmi library.
+
 %prep
 %setup -q -n %{name}-%{srcversion}
 
@@ -212,6 +263,18 @@
 
 %postun -p /sbin/ldconfig
 
+%post   -n libipmiconsole%{libipmiconsole_soname} -p /sbin/ldconfig
+%postun -n libipmiconsole%{libipmiconsole_soname} -p /sbin/ldconfig
+
+%post   -n libipmidetect%{libipmidetect_soname} -p /sbin/ldconfig
+%postun -n libipmidetect%{libipmidetect_soname} -p /sbin/ldconfig
+
+%post   -n libipmimonitoring%{libipmimonitoring_soname} -p /sbin/ldconfig
+%postun -n libipmimonitoring%{libipmimonitoring_soname} -p /sbin/ldconfig
+
+%post   -n libfreeipmi%{libfreeipmi_soname} -p /sbin/ldconfig
+%postun -n libfreeipmi%{libfreeipmi_soname} -p /sbin/ldconfig
+
 %post bmc-watchdog
 %if 0%{?suse_version}
 %{fillup_only}
@@ -346,10 +409,6 @@
 %else
 %{_initddir}/ipmiseld
 %endif
-%{_libdir}/libipmiconsole*so.*
-%{_libdir}/libipmidetect*so.*

commit guake for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package guake for openSUSE:Factory checked 
in at 2017-10-19 19:33:13

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


Package is "guake"

Thu Oct 19 19:33:13 2017 rev:21 rq:535029 version:0.8.11

Changes:

--- /work/SRC/openSUSE:Factory/guake/guake.changes  2017-07-10 
11:08:31.358650421 +0200
+++ /work/SRC/openSUSE:Factory/.guake.new/guake.changes 2017-10-19 
19:33:15.129745180 +0200
@@ -1,0 +2,13 @@
+Sun Oct 15 11:48:17 UTC 2017 - badshah...@gmail.com
+
+- Update to version 0.8.11: 
+  + move the startup script setting to the hooks tab
+  + gh#Guake/guake#885: revert to the old fixed-width tabs
+behavior
+  + gh#Guake/guake#977: Add a configuration toggle to disable
+windows refocus
+  + gh#Guake/guake#970: Right-click tab options don't work
+properly
+  + Updated translations.
+
+---

Old:

  0.8.10.tar.gz

New:

  0.8.11.tar.gz



Other differences:
--
++ guake.spec ++
--- /var/tmp/diff_new_pack.v7cUzj/_old  2017-10-19 19:33:16.645674253 +0200
+++ /var/tmp/diff_new_pack.v7cUzj/_new  2017-10-19 19:33:16.645674253 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   guake
-Version:0.8.10
+Version:0.8.11
 Release:0
 Summary:A dropdown terminal for GNOME
 License:GPL-2.0+
@@ -75,6 +75,9 @@
 %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
 %suse_update_desktop_file 
%{buildroot}%{_datadir}/applications/%{name}-prefs.desktop 
X-SuSE-ControlCenter-Personal
 
+desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
+desktop-file-validate 
%{buildroot}%{_datadir}/applications/%{name}-prefs.desktop
+
 %find_gconf_schemas
 %find_lang %{name} %{?no_lang_C}
 %fdupes %{buildroot}%{python_sitelib}/%{name}/

++ 0.8.10.tar.gz -> 0.8.11.tar.gz ++
 2842 lines of diff (skipped)




commit gnuhealth for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package gnuhealth for openSUSE:Factory 
checked in at 2017-10-19 19:33:10

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


Package is "gnuhealth"

Thu Oct 19 19:33:10 2017 rev:18 rq:535024 version:3.2.5

Changes:

--- /work/SRC/openSUSE:Factory/gnuhealth/gnuhealth.changes  2017-10-09 
19:48:38.674467331 +0200
+++ /work/SRC/openSUSE:Factory/.gnuhealth.new/gnuhealth.changes 2017-10-19 
19:33:10.853945237 +0200
@@ -1,0 +2,5 @@
+Wed Oct 18 19:14:54 UTC 2017 - axel.br...@gmx.de
+
+- Correction for gnuhealth-control (file not found in backup)
+
+---



Other differences:
--
++ gnuhealth-control ++
--- /var/tmp/diff_new_pack.Un2sUq/_old  2017-10-19 19:33:11.661907433 +0200
+++ /var/tmp/diff_new_pack.Un2sUq/_new  2017-10-19 19:33:11.661907433 +0200
@@ -24,7 +24,7 @@
 #
 ##
 
-VERSION="3.2.1-openSUSE"
+VERSION="3.2.2-openSUSE"
 
 TRYTON_URL="http://downloads.tryton.org;
 GNUHEALTH_URL="http://ftp.gnu.org/gnu/health;
@@ -176,11 +176,11 @@
 
 gzip "${BACKDIR}/backup_${DB}_${BACKDATE}" || bailout
 
-cli_msg "INFO" "Creating compressed tarball with DB and GNU Health 
Attachment directory" | tee -a $INFOFILE
+cli_msg "INFO" "Compressing GNU Health Attachment directory" | tee -a 
$INFOFILE
 
-tar -cvf "${BACKDIR}/gnuhealth_${DB}_with_fs_backup_${BACKDATE}.tar.gz" 
/var/lib/tryton || bailout
+tar -cvzf "${BACKDIR}/gnuhealth_${DB}_fs_backup_${BACKDATE}.tar.gz" 
/var/lib/tryton || bailout
 
-cli_msg "INFO" "Creating tarball with compressed DB and GNU Health home 
directory" | tee -a $INFOFILE
+cli_msg "INFO" "Creating tarball with compressed DB and GNU Health 
Attachment directory" | tee -a $INFOFILE
 
 tar -cvf "${BACKDIR}/gnuhealth_${DB}_with_fs_backup_${BACKDATE}.tar" \
 ${BACKDIR}/backup_${DB}_${BACKDATE}.gz 
${BACKDIR}/gnuhealth_${DB}_fs_backup_${BACKDATE}.tar.gz \




commit gpxsee for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package gpxsee for openSUSE:Factory checked 
in at 2017-10-19 19:33:08

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


Package is "gpxsee"

Thu Oct 19 19:33:08 2017 rev:16 rq:535016 version:4.16

Changes:

--- /work/SRC/openSUSE:Factory/gpxsee/gpxsee.changes2017-10-08 
20:15:31.447196358 +0200
+++ /work/SRC/openSUSE:Factory/.gpxsee.new/gpxsee.changes   2017-10-19 
19:33:09.701999133 +0200
@@ -1,0 +2,11 @@
+Wed Oct 18 00:06:27 CEST 2017 - tu...@cbox.cz
+
+- Update to version 4.16
+  * Fixed broken loading of KML files with folder elements outside
+document element.
+  * Added support for KML files with multitracks.
+  * Added support for Temperature, Cadence and Heartrate in KML
+files.
+  * Added support for TCX multi-sport activities.
+
+---

Old:

  GPXSee-4.15.tar.gz

New:

  GPXSee-4.16.tar.gz



Other differences:
--
++ gpxsee.spec ++
--- /var/tmp/diff_new_pack.sLraEP/_old  2017-10-19 19:33:10.401966383 +0200
+++ /var/tmp/diff_new_pack.sLraEP/_new  2017-10-19 19:33:10.405966196 +0200
@@ -19,7 +19,7 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 
 Name:   gpxsee
-Version:4.15
+Version:4.16
 Release:1
 Summary:GPS log files visualizing and analyzing tool
 License:GPL-3.0

++ GPXSee-4.15.tar.gz -> GPXSee-4.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.15/.appveyor.yml 
new/GPXSee-4.16/.appveyor.yml
--- old/GPXSee-4.15/.appveyor.yml   2017-10-04 23:15:39.0 +0200
+++ new/GPXSee-4.16/.appveyor.yml   2017-10-14 22:57:03.0 +0200
@@ -1,4 +1,4 @@
-version: 4.15.{build}
+version: 4.16.{build}
 configuration: Release
 platform: Any CPU
 environment:
Binary files old/GPXSee-4.15/cert/mac/gpxsee.cer and 
new/GPXSee-4.16/cert/mac/gpxsee.cer differ
Binary files old/GPXSee-4.15/cert/win/gpxsee.cer and 
new/GPXSee-4.16/cert/win/gpxsee.cer differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.15/gpxsee.pro new/GPXSee-4.16/gpxsee.pro
--- old/GPXSee-4.15/gpxsee.pro  2017-10-04 23:15:39.0 +0200
+++ new/GPXSee-4.16/gpxsee.pro  2017-10-14 22:57:03.0 +0200
@@ -1,5 +1,5 @@
 TARGET = GPXSee
-VERSION = 4.15
+VERSION = 4.16
 QT += core \
 gui \
 network
Binary files old/GPXSee-4.15/pkg/gpxsee.cer and new/GPXSee-4.16/pkg/gpxsee.cer 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.15/pkg/gpxsee.nsi 
new/GPXSee-4.16/pkg/gpxsee.nsi
--- old/GPXSee-4.15/pkg/gpxsee.nsi  2017-10-04 23:15:39.0 +0200
+++ new/GPXSee-4.16/pkg/gpxsee.nsi  2017-10-14 22:57:03.0 +0200
@@ -5,7 +5,7 @@
 ; The name of the installer
 Name "GPXSee"
 ; Program version
-!define VERSION "4.15"
+!define VERSION "4.16"
 
 ; The file to write
 OutFile "GPXSee-${VERSION}.exe"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.15/pkg/gpxsee64.nsi 
new/GPXSee-4.16/pkg/gpxsee64.nsi
--- old/GPXSee-4.15/pkg/gpxsee64.nsi2017-10-04 23:15:39.0 +0200
+++ new/GPXSee-4.16/pkg/gpxsee64.nsi2017-10-14 22:57:03.0 +0200
@@ -5,7 +5,7 @@
 ; The name of the installer
 Name "GPXSee"
 ; Program version
-!define VERSION "4.15"
+!define VERSION "4.16"
 
 ; The file to write
 OutFile "GPXSee-${VERSION}_x64.exe"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.15/src/gui.cpp new/GPXSee-4.16/src/gui.cpp
--- old/GPXSee-4.15/src/gui.cpp 2017-10-04 23:15:39.0 +0200
+++ new/GPXSee-4.16/src/gui.cpp 2017-10-14 22:57:03.0 +0200
@@ -187,7 +187,7 @@
}
}
 
-   _map = _ml->maps().isEmpty() ? new EmptyMap(this) : _ml->maps().first();
+   _map = new EmptyMap(this);
 }
 
 void GUI::loadPOIs()
@@ -1711,9 +1711,7 @@
_showMapAction->setChecked(true);
if (_ml->maps().count()) {
int index = 
mapIndex(settings.value(CURRENT_MAP_SETTING).toString());
-   _mapActions.at(index)->setChecked(true);
-   _map = _ml->maps().at(index);
-   _pathView->setMap(_map);
+   _mapActions.at(index)->trigger();
}
settings.endGroup();
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/GPXSee-4.15/src/kmlparser.cpp 
new/GPXSee-4.16/src/kmlparser.cpp
--- old/GPXSee-4.15/src/kmlparser.cpp   2017-10-04 23:15:39.0 +0200
+++ 

commit tint2 for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package tint2 for openSUSE:Factory checked 
in at 2017-10-19 19:32:54

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


Package is "tint2"

Thu Oct 19 19:32:54 2017 rev:11 rq:534591 version:15.2

Changes:

--- /work/SRC/openSUSE:Factory/tint2/tint2.changes  2017-06-23 
09:18:53.361987875 +0200
+++ /work/SRC/openSUSE:Factory/.tint2.new/tint2.changes 2017-10-19 
19:32:55.646656755 +0200
@@ -1,0 +2,9 @@
+Tue Oct 17 21:00:19 UTC 2017 - mvet...@suse.com
+
+- Update to 15.2:
+  Fixes:
+  * Battery info is now again displayed even when current sensor is missing 
(https://github.com/jmc-88/tint3/issues/34)
+  * Text elements compute their size correctly (issue #671)
+  * Window order persists on panel restart (issue #615)
+
+---

Old:

  tint2-0.14.6.tar.gz

New:

  tint2-15.2.tar.gz



Other differences:
--
++ tint2.spec ++
--- /var/tmp/diff_new_pack.LfDoI8/_old  2017-10-19 19:32:56.210630369 +0200
+++ /var/tmp/diff_new_pack.LfDoI8/_new  2017-10-19 19:32:56.210630369 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   tint2
-Version:0.14.6
+Version:15.2
 Release:0
 Summary:A lightweight X11 desktop panel and task manager
 License:GPL-2.0
@@ -49,7 +49,7 @@
 %lang_package
 
 %prep
-%setup -q -n %{name}-v%{version}-8046600a552774253939b8a83bdd3fc0e60dacec/
+%setup -q -n %{name}-v%{version}-9a7d5a1a518bf5fd32e8061ac3885c322b0c3587/
 
 %build
 %cmake -DENABLE_EXAMPLES=ON -DDOCDIR=%{_docdir}/%{name}

++ tint2-0.14.6.tar.gz -> tint2-15.2.tar.gz ++
 34935 lines of diff (skipped)




commit rpmorphan for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package rpmorphan for openSUSE:Factory 
checked in at 2017-10-19 19:33:06

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


Package is "rpmorphan"

Thu Oct 19 19:33:06 2017 rev:18 rq:535014 version:1.17

Changes:

--- /work/SRC/openSUSE:Factory/rpmorphan/rpmorphan.changes  2016-09-08 
17:38:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmorphan.new/rpmorphan.changes 2017-10-19 
19:33:08.166070996 +0200
@@ -1,0 +2,11 @@
+Wed Oct 18 07:49:20 UTC 2017 - aavind...@gmail.com
+
+- Update to 1.17:
+  * use environment variables to set/get options
+  * fix bug with arch option on gpg-pubkey package (no arch)
+  * in arch mode, query and delete on full name
+- Packaging updates
+  * Lint spec file
+  * use macro for installation
+
+---

Old:

  rpmorphan-1.16.tar.gz

New:

  rpmorphan-1.17.tar.gz



Other differences:
--
++ rpmorphan.spec ++
--- /var/tmp/diff_new_pack.tWqQoo/_old  2017-10-19 19:33:08.730044609 +0200
+++ /var/tmp/diff_new_pack.tWqQoo/_new  2017-10-19 19:33:08.730044609 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rpmorphan
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   rpmorphan
-Version:1.16
+Version:1.17
 Release:0
 Summary:List the orphaned RPM packages
 License:GPL-2.0+
@@ -30,7 +30,6 @@
 Recommends: perl-RPM2
 Recommends: perl-Tk
 Recommends: perl-URPM
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -52,10 +51,9 @@
 %build
 
 %install
-make install DESTDIR=%{buildroot} DOCDIR=%{buildroot}%{_defaultdocdir}/%{name}
+%make_install
 
 %files
-%defattr(-,root,root,-)
 %doc Authors COPYING Changelog NEWS Readme Readme.fr Todo rpmorphan.lsm
 %config(noreplace) %{_sysconfdir}/logrotate.d/rpmorphan
 %config(noreplace) %{_sysconfdir}/rpmorphanrc

++ rpmorphan-1.16.tar.gz -> rpmorphan-1.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmorphan-1.16/Changelog new/rpmorphan-1.17/Changelog
--- old/rpmorphan-1.16/Changelog2016-04-22 15:30:36.0 +0200
+++ new/rpmorphan-1.17/Changelog2017-07-15 08:39:03.0 +0200
@@ -1,3 +1,9 @@
+2017-07-15 Eric Gerbier  1.17
+   * use environment variables to set/get options
+   * fix bug with arch option on gpg-pubkey package (no arch)
+   * in arch mode, query info on full name
+   * in arch mode, delete rpm with full name
+
 2016-04-22 Eric Gerbier  1.16
* change shebang to /usr/bin/env
* fix build warnings on fedora 23
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmorphan-1.16/Makefile new/rpmorphan-1.17/Makefile
--- old/rpmorphan-1.16/Makefile 2016-04-22 15:33:52.0 +0200
+++ new/rpmorphan-1.17/Makefile 2017-07-15 08:55:36.0 +0200
@@ -1,4 +1,4 @@
-# $Id: rpmorphan-1.16 | Makefile | Wed Apr 20 13:00:45 2016 +0200 | Eric 
Gerbier  $
+# $Id: rpmorphan-1.17 | Makefile | Fri Apr 22 15:46:36 2016 +0200 | Eric 
Gerbier  $
 # recommanded by debian install guide
 DESTDIR =
 
@@ -54,7 +54,7 @@
 
 %.1.html : %.pl
pod2html --header $^ --title $^ | sed -f html.sed > $@
-   tidy -m -i -asxhtml -utf8 --doctype strict $@ || echo "tidy"
+   tidy -m -i -asxhtml -utf8  -w 120 --doctype strict $@ || echo "tidy"
 
 # loop to check all perl scripts
 define check_perl_script
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmorphan-1.16/NEWS new/rpmorphan-1.17/NEWS
--- old/rpmorphan-1.16/NEWS 2016-04-22 13:52:37.0 +0200
+++ new/rpmorphan-1.17/NEWS 2017-07-15 08:49:30.0 +0200
@@ -1,3 +1,15 @@
+   1.17 version
+
+bugfix :
+* (rpmorphan) fix bug with arch option on gpg-pubkey package (no arch)
+
+improvment :
+* (rpmorphan) in arch mode, query info on full name
+* (rpmorphan) in arch mode, delete rpm with full name
+
+others :
+* (rpmorphan) use environment variables to set/get options
+---
1.16 version
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/rpmorphan-1.16/Readme 

commit inxi for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package inxi for openSUSE:Factory checked in 
at 2017-10-19 19:33:05

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


Package is "inxi"

Thu Oct 19 19:33:05 2017 rev:4 rq:534988 version:2.3.40

Changes:

--- /work/SRC/openSUSE:Factory/inxi/inxi.changes2017-07-26 
13:05:56.280654140 +0200
+++ /work/SRC/openSUSE:Factory/.inxi.new/inxi.changes   2017-10-19 
19:33:06.606143982 +0200
@@ -1,0 +2,6 @@
+Wed Oct 18 06:17:40 UTC 2017 - aavind...@gmail.com
+
+- Update to version 2.3.40:
+  * See /usr/share/doc/packages/inxi/inxi.changelog
+
+---

Old:

  inxi-2.3.25.tar.gz

New:

  inxi-2.3.40.tar.gz



Other differences:
--
++ inxi.spec ++
--- /var/tmp/diff_new_pack.NBZMWE/_old  2017-10-19 19:33:07.134119279 +0200
+++ /var/tmp/diff_new_pack.NBZMWE/_new  2017-10-19 19:33:07.138119092 +0200
@@ -17,9 +17,9 @@
 #
 
 
-%define _rev8b9ebff447b5e1e86e7201c1b8e8fb3e4bf5ccaa
+%define _rev6c73ce7c59031f42fde721c03e510b631c7dafb3
 Name:   inxi
-Version:2.3.25
+Version:2.3.40
 Release:0
 Summary:A system information script
 License:GPL-3.0+

++ inxi-2.3.25.tar.gz -> inxi-2.3.40.tar.gz ++
 5063 lines of diff (skipped)




commit plasma5-workspace-wallpapers for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package plasma5-workspace-wallpapers for 
openSUSE:Factory checked in at 2017-10-19 19:32:49

Comparing /work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new (New)


Package is "plasma5-workspace-wallpapers"

Thu Oct 19 19:32:49 2017 rev:37 rq:534582 version:5.11.1

Changes:

--- 
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma5-workspace-wallpapers.changes
2017-10-09 19:47:28.977530560 +0200
+++ 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new/plasma5-workspace-wallpapers.changes
   2017-10-19 19:32:51.958829302 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 17:19:46 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.1.php
+- Changes since 5.11.0:
+  * None
+
+---

Old:

  plasma-workspace-wallpapers-5.11.0.tar.xz

New:

  plasma-workspace-wallpapers-5.11.1.tar.xz



Other differences:
--
++ plasma5-workspace-wallpapers.spec ++
--- /var/tmp/diff_new_pack.zSl19e/_old  2017-10-19 19:32:53.902738350 +0200
+++ /var/tmp/diff_new_pack.zSl19e/_new  2017-10-19 19:32:53.906738163 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   plasma5-workspace-wallpapers
-Version:5.11.0
+Version:5.11.1
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 0.0.12
@@ -27,7 +27,7 @@
 License:GPL-2.0+
 Group:  System/GUI/KDE
 Url:http://www.kde.org
-Source: plasma-workspace-wallpapers-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-workspace-wallpapers-%{version}.tar.xz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ plasma-workspace-wallpapers-5.11.0.tar.xz -> 
plasma-workspace-wallpapers-5.11.1.tar.xz ++
/work/SRC/openSUSE:Factory/plasma5-workspace-wallpapers/plasma-workspace-wallpapers-5.11.0.tar.xz
 
/work/SRC/openSUSE:Factory/.plasma5-workspace-wallpapers.new/plasma-workspace-wallpapers-5.11.1.tar.xz
 differ: char 26, line 1




commit pam_kwallet for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package pam_kwallet for openSUSE:Factory 
checked in at 2017-10-19 19:32:43

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


Package is "pam_kwallet"

Thu Oct 19 19:32:43 2017 rev:16 rq:534571 version:5.11.1

Changes:

--- /work/SRC/openSUSE:Factory/pam_kwallet/pam_kwallet.changes  2017-10-09 
19:47:21.921840663 +0200
+++ /work/SRC/openSUSE:Factory/.pam_kwallet.new/pam_kwallet.changes 
2017-10-19 19:32:45.163147261 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 17:18:59 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.1.php
+- Changes since 5.11.0:
+  * None
+
+---

Old:

  kwallet-pam-5.11.0.tar.xz

New:

  kwallet-pam-5.11.1.tar.xz



Other differences:
--
++ pam_kwallet.spec ++
--- /var/tmp/diff_new_pack.CjLu79/_old  2017-10-19 19:32:45.719121247 +0200
+++ /var/tmp/diff_new_pack.CjLu79/_new  2017-10-19 19:32:45.723121060 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   pam_kwallet
-Version:5.11.0
+Version:5.11.1
 Release:0
 Summary:A PAM Module for KWallet signing
 License:LGPL-2.1 and GPL-2.0+ and GPL-3.0
 Group:  System/GUI/KDE
 Url:http://www.kde.org/
-Source: kwallet-pam-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/kwallet-pam-%{version}.tar.xz
 Source1:baselibs.conf
 BuildRequires:  extra-cmake-modules >= 1.2.0
 BuildRequires:  kf5-filesystem

++ kwallet-pam-5.11.0.tar.xz -> kwallet-pam-5.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwallet-pam-5.11.0/CMakeLists.txt 
new/kwallet-pam-5.11.1/CMakeLists.txt
--- old/kwallet-pam-5.11.0/CMakeLists.txt   2017-10-05 14:42:05.0 
+0200
+++ new/kwallet-pam-5.11.1/CMakeLists.txt   2017-10-17 12:34:44.0 
+0200
@@ -1,7 +1,7 @@
 project(pam_kwallet)
 cmake_minimum_required(VERSION 2.8.12)
 
-set(PROJECT_VERSION "5.11.0")
+set(PROJECT_VERSION "5.11.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 find_package (ECM 1.2.0 REQUIRED NO_MODULE)




commit z3 for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package z3 for openSUSE:Factory checked in 
at 2017-10-19 19:32:31

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


Package is "z3"

Thu Oct 19 19:32:31 2017 rev:10 rq:534438 version:4.5.0+git.20171009

Changes:

--- /work/SRC/openSUSE:Factory/z3/z3.changes2017-08-04 11:57:57.743633606 
+0200
+++ /work/SRC/openSUSE:Factory/.z3.new/z3.changes   2017-10-19 
19:32:34.383651616 +0200
@@ -1,0 +2,526 @@
+Tue Oct 10 12:14:38 UTC 2017 - jsl...@suse.com
+
+- Update to version 4.5.0+git.20171009:
+  * allowing non-literal assumptions
+  * adding escape characters to reason-unknown #1043
+  * add colon to assertion stack levels #1046
+  * remove throw in reason-unknown #1043
+  * add pb built in ops for logic ALL #1045
+  * enable get-unsat-assumptions command per request in #1048
+  * Fix Expr.update in java API returning superclass
+  * Remove tab
+  * put temporaries on trail
+  * Tabs
+  * Fixed signed/unsigned comparison warnings
+  * add string accessors to managed APIs #1051
+  * expose operator kinds for internal functions using their sequence 
variants. Issue #1051
+  * fix regression in str
+  * fix reference count issue with pinning to expr_ref
+  * add shorthand for enumerating constants in a model
+  * print success after reset assertions #1057
+  * add documentation per #1058
+  * add documentation per #1058
+  * Added __deepcopy__ operators to ref-counted objects in the Python API
+  * [Doxygen] Fix bug where some header files were not being scanned.
+  * [Doxygen] Fix some Doxygen warnings for `z3_optimization.h`
+  * [Doxygen] Fixed mismatched `@{` and `@}` declaration which prevented the 
`capi` group from being declared properly. For example this prevented from 
`Z3_mk_solver()` from appearing in the `capi` group.
+  * print success #1068
+  * filter assumptions by membership in initial list #1065
+  * revert change to 1065
+  * print_core as a function
+  * [Doxygen] Rewrite documentation of `Z3_mk_solver()` and 
`Z3_mk_simple_solver()` to try to make it clearer what the differences are 
between these APIs.
+  * apply correction by ddcc #1069
+  * escaping names in get-assignment #1061
+  * [CMake] Move CMake files into their intended location so the 
`contrib/cmake/bootstrap.py` script no longer needs to be executed.
+  * [CMake] Remove bootstrap check. Now that the CMake files are in their 
correct location we don't need it anymore.
+  * [CMake] Modify `contrib/cmake/bootstrap.py` to do nothing except print a 
warning.
+  * [CMake] Remove documentation on "Bootstrapping". It is no longer relevant.
+  * properly quote symbols #1061
+  * Add translate method for FuncDecl in java api
+  * Fix docstrings for FuncDecl.translate
+  * fix unsoundness bug in axiomatization of str.at. #1067
+  * port FuncDecl copy to dotnet, continuation of #1073
+  * fix build warning
+  * add sequence recognizers
+  * add concat recognizer
+  * Fix Z3_PRINT_SMTLIB_FULL not working as expected
+  * Fixed AST translation functions in .NET and Java APIs. Fixes #1073.
+  * use less memory #1078
+  * fix build
+  * address issues raised in #998
+  * address issues raised in #998
+  * revert internalize logic for re until debugged
+  * typo
+  * fix bug in qe-lite reported in #1086: bookkeeping of unconstrained 
variables only works for quantifier-free formulas
+  * disable tweak to seq until there are cycles to test further
+  * Whitespace, typo.
+  * Whitespace
+  * Reverted fix for quoted echo strings when smtlib2_compliant=false. Kindly 
reported by Armael Gueneau. Fixes #1062.
+  * Fix for the fix for #1062.
+  * Fix bug #1079, integrality testing seems to have been wrong
+  * fix build break
+  * fix assertion, start addressing #1087 by using size_t
+  * add is_hypothesis() method
+  * ensure that variable names are properly quoted
+  * expose iterators in expr_map
+  * api to accumulate stopwatches
+  * expose iterator api of obj_hashtable
+  * remove debug code
+  * factored out is_variable_proc to a header file
+  * improve comments
+  * make qe_lite prefer simpler definitions
+  * typo in a comment
+  * api for accessing dl_rule name
+  * preserve dl rule names during xforms
+  * disable dt2bv for quantified variables as enum2bv does not handle them. 
#1092
+  * refine test for non-fd to be more inclusive while addressing #1092
+  * [CMake] Fix dependencies for generating `install_tactic.cpp`.
+  * [CMake] Fix dependencies for generating `gparams_register_modules.cpp`.
+  * [CMake] Fix dependencies for generating `mem_initializer.cpp`.
+  * (mev) renamed variable to clarify that it is unused
+  * (mev) bug fix in expanding array equalities
+  * (mev) call expand_value only at the end
+  * add note to Context documentation about scoped uses of contexts 

commit plasma5-sdk for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package plasma5-sdk for openSUSE:Factory 
checked in at 2017-10-19 19:32:47

Comparing /work/SRC/openSUSE:Factory/plasma5-sdk (Old)
 and  /work/SRC/openSUSE:Factory/.plasma5-sdk.new (New)


Package is "plasma5-sdk"

Thu Oct 19 19:32:47 2017 rev:34 rq:534580 version:5.11.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma5-sdk/plasma5-sdk.changes  2017-10-09 
19:47:26.393644124 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-sdk.new/plasma5-sdk.changes 
2017-10-19 19:32:48.890972842 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 17:19:15 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.1.php
+- Changes since 5.11.0:
+  * None
+
+---

Old:

  plasma-sdk-5.11.0.tar.xz

New:

  plasma-sdk-5.11.1.tar.xz



Other differences:
--
++ plasma5-sdk.spec ++
--- /var/tmp/diff_new_pack.mXsaP0/_old  2017-10-19 19:32:49.426947765 +0200
+++ /var/tmp/diff_new_pack.mXsaP0/_new  2017-10-19 19:32:49.426947765 +0200
@@ -18,13 +18,13 @@
 
 %bcond_without lang
 Name:   plasma5-sdk
-Version:5.11.0
+Version:5.11.1
 Release:0
 Summary:Plasma SDK
 License:LGPL-2.0+ and GPL-2.0
 Group:  System/GUI/KDE
 Url:https://cgit.kde.org/plasma-sdk.git
-Source: plasma-sdk-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-sdk-%{version}.tar.xz
 BuildRequires:  breeze5-icons
 BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  kf5-filesystem

++ plasma-sdk-5.11.0.tar.xz -> plasma-sdk-5.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.11.0/CMakeLists.txt 
new/plasma-sdk-5.11.1/CMakeLists.txt
--- old/plasma-sdk-5.11.0/CMakeLists.txt2017-10-05 14:52:56.0 
+0200
+++ new/plasma-sdk-5.11.1/CMakeLists.txt2017-10-17 13:12:53.0 
+0200
@@ -1,5 +1,5 @@
 project(plasma-sdk)
-set(PROJECT_VERSION "5.11.0")
+set(PROJECT_VERSION "5.11.1")
 set(PROJECT_VERSION_MAJOR 5)
 cmake_minimum_required(VERSION 2.8.12)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-sdk-5.11.0/po/gl/cuttlefish.po 
new/plasma-sdk-5.11.1/po/gl/cuttlefish.po
--- old/plasma-sdk-5.11.0/po/gl/cuttlefish.po   2017-10-05 14:52:00.0 
+0200
+++ new/plasma-sdk-5.11.1/po/gl/cuttlefish.po   2017-10-17 13:10:59.0 
+0200
@@ -2,13 +2,14 @@
 # This file is distributed under the same license as the PACKAGE package.
 #
 # Adrián Chaves Fernández , 2015, 2017.
+# Adrián Chaves (Gallaecio) , 2017.
 msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-05-07 02:56+0200\n"
-"PO-Revision-Date: 2017-07-25 10:19+0100\n"
-"Last-Translator: Adrián Chaves \n"
+"PO-Revision-Date: 2017-10-12 21:29+0100\n"
+"Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
 "MIME-Version: 1.0\n"
@@ -35,7 +36,7 @@
 #: package/contents/ui/Preview.qml:156
 #, kde-format
 msgid "Scalable:"
-msgstr "Escalábel:"
+msgstr "Cambiábel de escala:"
 
 #: package/contents/ui/Preview.qml:159
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/plasma-sdk-5.11.0/po/gl/org.kde.plasma.themeexplorer.po 
new/plasma-sdk-5.11.1/po/gl/org.kde.plasma.themeexplorer.po
--- old/plasma-sdk-5.11.0/po/gl/org.kde.plasma.themeexplorer.po 2017-10-05 
14:52:00.0 +0200
+++ new/plasma-sdk-5.11.1/po/gl/org.kde.plasma.themeexplorer.po 2017-10-17 
13:10:59.0 +0200
@@ -8,7 +8,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-01-17 10:19+0100\n"
-"PO-Revision-Date: 2017-08-12 15:16+0100\n"
+"PO-Revision-Date: 2017-10-04 22:56+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -101,7 +101,7 @@
 #: package/contents/ui/ColorEditor.qml:257
 #, kde-format
 msgid "Button mouse over color:"
-msgstr "Cor dos botóns co cursor por riba:"
+msgstr "Cor dos botóns co rato por riba:"
 
 #: package/contents/ui/ColorEditor.qml:264
 #, kde-format
@@ -121,7 +121,7 @@
 #: package/contents/ui/ColorEditor.qml:286
 #, kde-format
 msgid "Text view mouse over color:"
-msgstr "Cor das vistas de texto co cursor por riba:"
+msgstr "Cor das vistas de texto co rato por riba:"
 
 #: 

commit plymouth-theme-breeze for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package plymouth-theme-breeze for 
openSUSE:Factory checked in at 2017-10-19 19:32:50

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


Package is "plymouth-theme-breeze"

Thu Oct 19 19:32:50 2017 rev:17 rq:534583 version:5.11.1

Changes:

--- 
/work/SRC/openSUSE:Factory/plymouth-theme-breeze/plymouth-theme-breeze.changes  
2017-10-09 19:47:33.713322418 +0200
+++ 
/work/SRC/openSUSE:Factory/.plymouth-theme-breeze.new/plymouth-theme-breeze.changes
 2017-10-19 19:32:54.110728619 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 17:19:58 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.1.php
+- Changes since 5.11.0:
+  * None
+
+---

Old:

  breeze-plymouth-5.11.0.tar.xz

New:

  breeze-plymouth-5.11.1.tar.xz



Other differences:
--
++ plymouth-theme-breeze.spec ++
--- /var/tmp/diff_new_pack.x3D35d/_old  2017-10-19 19:32:54.662702793 +0200
+++ /var/tmp/diff_new_pack.x3D35d/_new  2017-10-19 19:32:54.662702793 +0200
@@ -34,7 +34,7 @@
 
 
 Name:   plymouth-theme-breeze
-Version:5.11.0
+Version:5.11.1
 Release:0
 BuildRequires:  cmake >= 2.8.12
 BuildRequires:  extra-cmake-modules >= 1.8.0
@@ -44,7 +44,7 @@
 License:GPL-2.0+
 Group:  System/Base
 Url:http://www.kde.org
-Source: breeze-plymouth-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-plymouth-%{version}.tar.xz
 Requires:   %{name}-plugin-breeze = %{version}
 Requires:   plymouth-plugin-label-ft
 Requires(post): plymouth-scripts

++ breeze-plymouth-5.11.0.tar.xz -> breeze-plymouth-5.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/breeze-plymouth-5.11.0/CMakeLists.txt 
new/breeze-plymouth-5.11.1/CMakeLists.txt
--- old/breeze-plymouth-5.11.0/CMakeLists.txt   2017-10-05 14:31:44.0 
+0200
+++ new/breeze-plymouth-5.11.1/CMakeLists.txt   2017-10-17 11:58:18.0 
+0200
@@ -1,5 +1,5 @@
 project(breeze-plymouth)
-set(PROJECT_VERSION "5.11.0")
+set(PROJECT_VERSION "5.11.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)




commit slurm for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package slurm for openSUSE:Factory checked 
in at 2017-10-19 19:32:26

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


Package is "slurm"

Thu Oct 19 19:32:26 2017 rev:4 rq:534182 version:MACRO

Changes:

--- /work/SRC/openSUSE:Factory/slurm/slurm.changes  2017-10-13 
14:14:01.241681688 +0200
+++ /work/SRC/openSUSE:Factory/.slurm.new/slurm.changes 2017-10-19 
19:32:27.207987354 +0200
@@ -25,0 +26 @@
+  (FATE#324026).



Other differences:
--



commit nut for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package nut for openSUSE:Factory checked in 
at 2017-10-19 19:32:55

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


Package is "nut"

Thu Oct 19 19:32:55 2017 rev:60 rq:534893 version:2.7.4

Changes:

--- /work/SRC/openSUSE:Factory/nut/nut.changes  2017-10-06 11:03:54.801142504 
+0200
+++ /work/SRC/openSUSE:Factory/.nut.new/nut.changes 2017-10-19 
19:32:57.430573289 +0200
@@ -1,0 +2,15 @@
+Tue Oct 17 19:18:03 UTC 2017 - dims...@opensuse.org
+
+- BuildRequire tex(upquote.sty): Generally seen, this dependency
+  is inaccurate, as our sources do not reference upquote.sty, but
+  asciidoc does. Adding the dep there though makes asciidoc too
+  expensive, and recommends are not interpreted when building the
+  buildroot (boo#1063897).
+
+---
+Tue Oct 17 12:42:32 UTC 2017 - dims...@opensuse.org
+
+- Buildrequire libnsl-devel for suse_version >= 1330: libnsl was
+  split out of glibc and needs to be explcitly required if needed.
+
+---



Other differences:
--
++ nut.spec ++
--- /var/tmp/diff_new_pack.Thc71N/_old  2017-10-19 19:32:58.074543159 +0200
+++ /var/tmp/diff_new_pack.Thc71N/_new  2017-10-19 19:32:58.074543159 +0200
@@ -64,6 +64,9 @@
 BuildRequires:  gcc-c++
 BuildRequires:  libcppunit-devel
 BuildRequires:  libtool
+%if 0%{?suse_version} >= 1330
+BuildRequires:  libnsl-devel
+%endif
 BuildRequires:  libusb-devel
 BuildRequires:  libxml2-tools
 BuildRequires:  libxslt-tools
@@ -71,6 +74,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  source-highlight
 BuildRequires:  tcpd-devel
+BuildRequires:  tex(upquote.sty)
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(gdlib)
 BuildRequires:  pkgconfig(libpowerman)





commit audaspace for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package audaspace for openSUSE:Factory 
checked in at 2017-10-19 19:32:58

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


Package is "audaspace"

Thu Oct 19 19:32:58 2017 rev:10 rq:534903 version:1.3.0

Changes:

--- /work/SRC/openSUSE:Factory/audaspace/audaspace.changes  2017-10-03 
23:17:16.334526507 +0200
+++ /work/SRC/openSUSE:Factory/.audaspace.new/audaspace.changes 2017-10-19 
19:32:59.518475600 +0200
@@ -1,0 +2,6 @@
+Wed Oct 18 08:45:37 UTC 2017 - davejpla...@gmail.com
+
+- Delete plugin symlinks and remove version suffixes to further fix
+  boo#1057965 and audaspace issue#10
+
+---



Other differences:
--
++ audaspace.spec ++
--- /var/tmp/diff_new_pack.9Osk12/_old  2017-10-19 19:33:00.310438546 +0200
+++ /var/tmp/diff_new_pack.9Osk12/_new  2017-10-19 19:33:00.310438546 +0200
@@ -144,7 +144,7 @@
 %else
   -DWITH_FFMPEG:BOOL=FALSE \
 %endif
-  -DDEFAULT_PLUGIN_PATH:PATH=%{_libdir}/%{name}/plugins \
+  -DDEFAULT_PLUGIN_PATH:PATH=%{_libdir}/%{name}-%{soversion}/plugins \
   -DWITH_PYTHON_MODULE:BOOL=off \
   -DCMAKE_C_FLAGS:STRING="%{optflags} -fPIE -isystem 
%{python3_sitearch}/numpy/core/include/" \
   -DCMAKE_CXX_FLAGS:STRING="${tmpflags} -fPIE -isystem 
%{python3_sitearch}/numpy/core/include/" \
@@ -157,7 +157,7 @@
 cp -v LICENSE AUTHORS CHANGES README.md %{buildroot}%{_docdir}/%{name}/license/
 find %{buildroot} -name '*.la' -delete
 %fdupes -s %{buildroot}%{_docdir}/%{name}
-%if 1 == 0
+%if 1 == 1
 # This is a workaround for boo#1057965
 find %{buildroot}%{_libdir}/%{name}-%{soversion}/plugins -type l -name 
"lib*.so" -print -delete
 pushd %{buildroot}%{_libdir}/%{name}-%{soversion}/plugins
@@ -185,10 +185,10 @@
 
 %files plugins
 %defattr (-, root, root)
-%dir %{_libdir}/%{name}
-%dir %{_libdir}/%{name}/plugins
-%{_libdir}/%{name}/plugins/*.so
-%{_libdir}/%{name}/plugins/*.so.%{soversion}
+%dir %{_libdir}/%{name}-%{soversion}
+%dir %{_libdir}/%{name}-%{soversion}/plugins
+%{_libdir}/%{name}-%{soversion}/plugins/*.so
+#%%{_libdir}/%%{name}-%%{soversion}/plugins/*.so
 
 %files -n libaudaspace%{sover}
 %defattr (-, root, root)




commit platformsh-cli for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package platformsh-cli for openSUSE:Factory 
checked in at 2017-10-19 19:33:02

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


Package is "platformsh-cli"

Thu Oct 19 19:33:02 2017 rev:21 rq:534961 version:3.21.0

Changes:

--- /work/SRC/openSUSE:Factory/platformsh-cli/platformsh-cli.changes
2017-10-17 01:52:13.711248171 +0200
+++ /work/SRC/openSUSE:Factory/.platformsh-cli.new/platformsh-cli.changes   
2017-10-19 19:33:04.702233062 +0200
@@ -1,0 +2,20 @@
+Wed Oct 18 13:52:28 UTC 2017 - ji...@boombatower.com
+
+- Update to version 3.21.0:
+  * Fix installer bug writing multiple times to config
+  * Fix installer bug writing multiple times to config
+  * Use full namespace name in list command
+  * add mount:list (lists) command
+  * add mount:pull (mpull) and mount:push (mpush) commands
+  * mount commands: use selected environment
+  * mount commands: various improvements
+  * Add a confirmation question and another interactive default for --target 
and --source
+  * Rename mount commands
+  * mount commands: restore --refresh option, add --delete option
+  * List mounts as a table
+  * Support logging in with a username (#636)
+  * Fix: service dependencies of Filesystem did not get output class, 
initialized too early
+  * Switch default output to ConsoleOutput
+  * Release v3.21.0
+
+---

Old:

  platformsh-cli-3.20.5.tar.xz

New:

  platformsh-cli-3.21.0.tar.xz



Other differences:
--
++ platformsh-cli.spec ++
--- /var/tmp/diff_new_pack.4PVYHL/_old  2017-10-19 19:33:05.378201435 +0200
+++ /var/tmp/diff_new_pack.4PVYHL/_new  2017-10-19 19:33:05.378201435 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   platformsh-cli
-Version:3.20.5
+Version:3.21.0
 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.4PVYHL/_old  2017-10-19 19:33:05.406200125 +0200
+++ /var/tmp/diff_new_pack.4PVYHL/_new  2017-10-19 19:33:05.406200125 +0200
@@ -2,7 +2,7 @@
   
 @PARENT_TAG@
 v(.*)
-refs/tags/v3.20.5
+refs/tags/v3.21.0
 git://github.com/platformsh/platformsh-cli.git
 git
 enable

++ _servicedata ++
--- /var/tmp/diff_new_pack.4PVYHL/_old  2017-10-19 19:33:05.422199376 +0200
+++ /var/tmp/diff_new_pack.4PVYHL/_new  2017-10-19 19:33:05.422199376 +0200
@@ -1,6 +1,6 @@
 
   
 git://github.com/platformsh/platformsh-cli.git
-f8e216ec75f1a2f6fdf3e4765c60b624fda06ea3
+0bbbd4c416e3474f27488107cb8a49b6ddeb9100
   
 

++ platformsh-cli-3.20.5.tar.xz -> platformsh-cli-3.21.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.5/README.md 
new/platformsh-cli-3.21.0/README.md
--- old/platformsh-cli-3.20.5/README.md 2017-10-13 10:57:00.0 +0200
+++ new/platformsh-cli-3.21.0/README.md 2017-10-18 10:41:52.0 +0200
@@ -126,6 +126,10 @@
   local:build (build)   Build the current project locally
   local:dir (dir)   Find the local project root
   local:drush-aliases (drush-aliases)   Find the project's Drush aliases
+mount
+  mount:downloadDownload files from a mount, using 
rsync
+  mount:list (mounts)   Get a list of mounts
+  mount:upload  Upload files to a mount, using 
rsync
 project
   project:deleteDelete a project
   project:get (get) Clone a project locally
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.5/config.yaml 
new/platformsh-cli-3.21.0/config.yaml
--- old/platformsh-cli-3.20.5/config.yaml   2017-10-13 10:57:00.0 
+0200
+++ new/platformsh-cli-3.21.0/config.yaml   2017-10-18 10:41:52.0 
+0200
@@ -1,7 +1,7 @@
 # Metadata about the CLI application itself.
 application:
   name: 'Platform.sh CLI'
-  version: '3.20.5'
+  version: '3.21.0'
   executable: 'platform'
   package_name: 'platformsh/cli'
   installer_url: 'https://platform.sh/cli/installer'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/platformsh-cli-3.20.5/dist/installer.php 
new/platformsh-cli-3.21.0/dist/installer.php
--- old/platformsh-cli-3.20.5/dist/installer.php2017-10-13 
10:57:00.0 +0200
+++ new/platformsh-cli-3.21.0/dist/installer.php2017-10-18 
10:41:52.0 +0200
@@ -293,7 +293,7 @@
   

commit eclipse-swt for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package eclipse-swt for openSUSE:Factory 
checked in at 2017-10-19 19:33:00

Comparing /work/SRC/openSUSE:Factory/eclipse-swt (Old)
 and  /work/SRC/openSUSE:Factory/.eclipse-swt.new (New)


Package is "eclipse-swt"

Thu Oct 19 19:33:00 2017 rev:23 rq:534908 version:4.333

Changes:

--- /work/SRC/openSUSE:Factory/eclipse-swt/eclipse-swt.changes  2017-10-07 
17:52:59.429171531 +0200
+++ /work/SRC/openSUSE:Factory/.eclipse-swt.new/eclipse-swt.changes 
2017-10-19 19:33:01.778369864 +0200
@@ -1,0 +2,5 @@
+Wed Oct 18 05:07:37 UTC 2017 - stefan.bru...@rwth-aachen.de
+
+- Add aarch64.patch, sets JNI64 on aarch64
+
+---

New:

  aarch64.patch



Other differences:
--
++ eclipse-swt.spec ++
--- /var/tmp/diff_new_pack.bmOWLX/_old  2017-10-19 19:33:02.574332622 +0200
+++ /var/tmp/diff_new_pack.bmOWLX/_new  2017-10-19 19:33:02.578332436 +0200
@@ -36,6 +36,7 @@
 Patch5: ppc64le_path_for_jre_1_7_0.patch
 Patch6: libswt-4.333-libjawt.patch
 Patch7: libswt-bootclasspath.patch
+Patch8: aarch64.patch
 BuildRequires:  Mesa-devel
 BuildRequires:  ant
 BuildRequires:  cairo
@@ -86,6 +87,7 @@
 %patch4
 %patch5 -p1
 %patch6 -p1
+%patch8
 pushd org/eclipse/swt
 cp %{SOURCE2} .
 # remove all third party jars

++ aarch64.patch ++
--- build.sh_orig   2017-10-18 06:30:37.190391632 +0200
+++ build.sh2017-10-18 06:37:12.088194000 +0200
@@ -452,6 +452,14 @@
fi
export SWT_PTR_CFLAGS
 fi
+if [ ${MODEL} = 'aarch64' ]; then
+   SWT_PTR_CFLAGS=-DJNI64
+   if [ -d /lib64 ]; then
+   XLIB64=-L/usr/X11R6/lib64
+   export XLIB64
+   fi
+   export SWT_PTR_CFLAGS
+fi
 if [ ${MODEL} = 's390' ]; then
SWT_PTR_CFLAGS="-m31"   
SWT_LFLAGS=-m31



commit python-tsk for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package python-tsk for openSUSE:Factory 
checked in at 2017-10-19 19:32:14

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


Package is "python-tsk"

Thu Oct 19 19:32:14 2017 rev:6 rq:533534 version:0~20170802

Changes:

--- /work/SRC/openSUSE:Factory/python-tsk/python-tsk.changes2017-03-12 
20:02:25.147178754 +0100
+++ /work/SRC/openSUSE:Factory/.python-tsk.new/python-tsk.changes   
2017-10-19 19:32:15.420538873 +0200
@@ -1,0 +2,7 @@
+Tue Oct  3 23:20:10 UTC 2017 - greg.freem...@gmail.com
+
+- update to v0~20170802
+- implement python singlespec syntax
+- add LGPL-3.0+ for the included talloc library
+
+---
@@ -10,3 +17,2 @@
-- add pytsk_20170128_remove_talloc_build.patch 
-  to keep setup.py from attempting to build internal talloc lib
-- add python3 support
+- add a patch to keep setup.py from attempting to build internal talloc lib
+- prepare to add python3 support

Old:

  pytsk3-20170128.tar.gz

New:

  pytsk3-20170802.tar.gz



Other differences:
--
++ python-tsk.spec ++
--- /var/tmp/diff_new_pack.ZgLFfC/_old  2017-10-19 19:32:16.360494893 +0200
+++ /var/tmp/diff_new_pack.ZgLFfC/_new  2017-10-19 19:32:16.364494707 +0200
@@ -16,63 +16,49 @@
 #
 
 
-%define timestamp  20170128
-
+%define timestamp  20170802
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-tsk
 Version:0~%{timestamp}
 Release:0
 Summary:Python bindings for tsk - The SleuthKit
-License:Apache-2.0
+# the included talloc library is LGPL 3
+License:Apache-2.0 AND LGPL-3.0+
 Group:  Development/Languages/Python
 Url:https://github.com/py4n6/pytsk/
 Source0:
https://github.com/py4n6/pytsk/releases/download/%{timestamp}/pytsk3-%{timestamp}.tar.gz
 Patch1: pytsk_20170128_remove_talloc_build.patch
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  libtalloc-devel
-BuildRequires:  pkg-config
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+BuildRequires:  python-rpm-macros
 BuildRequires:  sleuthkit-devel >= 4.4.0
-Provides:   pytsk
-Provides:   pytsk3
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%python_subpackages
 
 %description
-The Sleuthkit is a forensic filesystem analysis framework 
(http://www.sleuthkit.org/). This project is a python binding for the 
sleuthkit. 
-
-%package -n python3-tsk
-Summary:Python 3 bindings for the sleuthkit
-Group:  Development/Languages/Python
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-
-%description -n python3-tsk
-Python 3 bindings for the sleuthkit (http://www.sleuthkit.org/)
+The Sleuthkit is a forensic filesystem analysis framework 
(http://www.sleuthkit.org/). This project is a python 2 binding for the 
sleuthkit. 
 
 %prep
 %setup -q -n pytsk3-%{timestamp}
 # remove unused libraries with incompatible license, use libtalloc from main 
repositories
-rm -rf pytsk talloc
-rm -rf pytsk talloc.new
-%patch1 -p1
+# rm -rf pytsk talloc
+# rm -rf pytsk talloc.new
+# %patch1 -p1
 
 %build
-CFLAGS="%{optflags}" python setup.py build
+CFLAGS="%{optflags}"
+%python_build
 
 %install
-python2 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
-python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
+%python_install
 %fdupes %{buildroot}
 
-%files 
+%files %{python_files}
 %defattr(-,root,root)
 %doc LICENSE README
 %{python_sitearch}/*
 
-%files -n python3-tsk
-%defattr(-,root,root)
-%doc LICENSE README
-%{python3_sitearch}/*
-
 %changelog

++ pytsk3-20170128.tar.gz -> pytsk3-20170802.tar.gz ++
 27818 lines of diff (skipped)




commit docker_1_12_6 for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package docker_1_12_6 for openSUSE:Factory 
checked in at 2017-10-19 19:32:23

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


Package is "docker_1_12_6"

Thu Oct 19 19:32:23 2017 rev:3 rq:534169 version:1.12.6

Changes:

--- /work/SRC/openSUSE:Factory/docker_1_12_6/docker_1_12_6.changes  
2017-09-23 21:37:18.744283607 +0200
+++ /work/SRC/openSUSE:Factory/.docker_1_12_6.new/docker_1_12_6.changes 
2017-10-19 19:32:25.896048738 +0200
@@ -1,0 +2,8 @@
+Thu Oct 12 12:55:18 UTC 2017 - vrothb...@suse.com
+
+- Add patch to support mirroring of private/non-upstream registries. As soon as
+  the upstream PR (https://github.com/moby/moby/pull/34319) is merged, this
+  patch will be replaced by the backported one from upstream.
+  + private-registry-0001-Implement-private-registry-mirror-support.patch
+
+---

New:

  private-registry-0001-Implement-private-registry-mirror-support.patch



Other differences:
--
++ docker_1_12_6.spec ++
--- /var/tmp/diff_new_pack.ooQzEZ/_old  2017-10-19 19:32:26.860003636 +0200
+++ /var/tmp/diff_new_pack.ooQzEZ/_new  2017-10-19 19:32:26.860003636 +0200
@@ -86,6 +86,8 @@
 # SUSE-BACKPORT: Patch fixing a DoS bug that makes certain operations fail on
 #a libdm device. bsc#1045628
 Patch500:   
bsc1045628-0001-devicemapper-remove-container-rootfs-mountPath-after.patch
+# SUSE-FEATURE: Add support to mirror non-upstream/private registries.
+Patch600:   
private-registry-0001-Implement-private-registry-mirror-support.patch
 BuildRequires:  audit
 BuildRequires:  bash-completion
 BuildRequires:  device-mapper-devel >= 1.2.68
@@ -217,6 +219,7 @@
 %patch420 -p1
 # bsc#1045628
 %patch500 -p1
+%patch600 -p1
 cp %{SOURCE7} .
 cp %{SOURCE10} .
 

++ private-registry-0001-Implement-private-registry-mirror-support.patch 
++
>From 7934aa58e16c030048337513427109a4b920cff9 Mon Sep 17 00:00:00 2001
From: Valentin Rothberg 
Date: Fri, 28 Jul 2017 16:15:04 +0200
Subject: [PATCH] Implement private-registry mirror support

This is a temporary solution until the upstream PR gets merged. It is
not intended to get into any product other than SUSE CaaS Platform,
where we have full control over the necessary configuration steps,
making it independent from low-level docker details.

In order to use mirrors for private registries, the
/etc/docker/daemon.json must be configured as follows:

```json
{
"private-registry-mirrors": [
{
"registry": "quay.io",
"mirrors": ["http://mirror-1.foo.example.com;, 
"http://mirror-2.foo.example.com;]
}
]
}
```

With the upper example, the registry `foo.example.com` will be mirrored
by `mirror-{1,2}.foo.example.com`.

Signed-off-by: Flavio Castelli 
Signed-off-by: Valentin Rothberg 
---
 daemon/config.go|  3 ++
 distribution/pull.go|  3 +-
 distribution/pull_v2.go |  2 +-
 registry/config.go  | 18 --
 registry/service_v2.go  | 91 +
 5 files changed, 83 insertions(+), 34 deletions(-)

diff --git a/daemon/config.go b/daemon/config.go
index bf568efefa5c..89a192b039ee 100644
--- a/daemon/config.go
+++ b/daemon/config.go
@@ -340,6 +340,9 @@ func findConfigurationConflicts(config 
map[string]interface{}, flags *flag.FlagS
// 1. Search keys from the file that we don't recognize as flags.
unknownKeys := make(map[string]interface{})
for key, value := range config {
+   if key == "private-registry-mirrors" {
+   continue
+   }
flagName := "-" + key
if flag := flags.Lookup(flagName); flag == nil {
unknownKeys[key] = value
diff --git a/distribution/pull.go b/distribution/pull.go
index dad93b656d65..707a918e8ae6 100644
--- a/distribution/pull.go
+++ b/distribution/pull.go
@@ -129,10 +129,11 @@ func Pull(ctx context.Context, ref reference.Named, 
imagePullConfig *ImagePullCo
}
}
 
-   logrus.Debugf("Trying to pull %s from %s %s", repoInfo.Name(), 
endpoint.URL, endpoint.Version)
+   logrus.Infof("Trying to pull %s from %s %s", repoInfo.Name(), 
endpoint.URL, endpoint.Version)
 
puller, err := newPuller(endpoint, repoInfo, imagePullConfig)
if err != nil {
+   logrus.Infof("Error pulling %s from %s %s: %v", 
repoInfo.Name(), endpoint.URL, endpoint.Version, err)
lastErr = err
   

commit qore for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package qore for openSUSE:Factory checked in 
at 2017-10-19 19:32:20

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


Package is "qore"

Thu Oct 19 19:32:20 2017 rev:5 rq:534128 version:0.8.13

Changes:

--- /work/SRC/openSUSE:Factory/qore/qore.changes2015-06-12 
20:32:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.qore.new/qore.changes   2017-10-19 
19:32:22.132224842 +0200
@@ -1,0 +2,44 @@
+Thu Oct 12 23:21:56 UTC 2017 - jeng...@inai.de
+
+- Rework scriptlets for ldconfig. Adjust RPM groups.
+  Avoid double-shipping of files. Use %configure.
+
+---
+Fri Sep 29 15:43:01 UTC 2017 - p...@yarpen.cz
+
+- updated to 0.8.13
+- Input/Output stream APIs
+- Vastly improved type system with complex type support
+  Improved operators; list, string, binary slice operators,
+  the ".." range operator, improved new, cast<>, and
+  instanceof operators, lazy evaluation of functional and
+  list operators, more
+- Improved encryption support including AES encryption,
+  encryption/decryption streams, support for AAD and MACs
+  Improved HTTPS and SSL security support with addition
+  X.509 certificate support including automatic certificate
+  verification in client and server contexts
+- Universal connection API
+- Support for binding output placeholder buffers for result
+  sets that return an SQLStatement object for more efficient
+  piecewise processing of DB stored procedure/function calls
+  that return very large result sets
+- Strong encapsulation support (ex: private:internal)
+- Deterministic garbage collection performance improvements
+  with large cycles
+- Debugging support and APIs including remote network debugging
+- Language Server Protocol support for Qore in the new astparser
+  module for rich language support in IDEs such as the Visual 
+  studio Code Qore Extension
+- much more
+- rpm: /usr/bin user programs are part of qore-misc-tools package
+  now as it was suggested by advanced packagers on IRC
+- rpm: updated qore-libtool-2.4.6.patch for new release
+
+---
+Thu Sep 08 15:28:07 UTC 2016 - p...@yarpen.cz
+
+- updated to 0.8.12.1
+- removed un-applicable patches: configure.patch
+
+---

Old:

  configure.patch
  qore-0.8.11.tar.bz2

New:

  qore-0.8.13.tar.bz2



Other differences:
--
++ qore.spec ++
--- /var/tmp/diff_new_pack.4j2AaG/_old  2017-10-19 19:32:23.428164206 +0200
+++ /var/tmp/diff_new_pack.4j2AaG/_new  2017-10-19 19:32:23.428164206 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qore
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014 David Nichols 
 # Copyright (c) 2014 Petr Vanek 
 #
@@ -20,15 +20,14 @@
 
 %define module_dir %{_libdir}/qore-modules
 Name:   qore
-Version:0.8.11
+Version:0.8.13
 Release:0
 Summary:Multithreaded Programming Language
 License:LGPL-2.1+ or GPL-2.0+ or MIT
-Group:  Development/Languages
+Group:  Development/Languages/Other
 Url:http://qore.org
-Source: http://prdownloads.sourceforge.net/qore/qore-%{version}.tar.bz2
-Patch:  configure.patch
-Patch1: qore-libtool-2.4.6.patch
+Source: 
https://github.com/qorelanguage/qore/releases/download/release-%{version}/qore-%{version}.tar.bz2
+Patch:  qore-libtool-2.4.6.patch
 BuildRequires:  automake
 BuildRequires:  bison
 BuildRequires:  bzip2
@@ -55,7 +54,11 @@
 %package -n libqore5
 Summary:The libraries for the qore runtime and qore clients
 License:LGPL-2.0+ or GPL-2.0+ or MIT
-Group:  Development/Languages
+Group:  Development/Languages/Other
+Provides:   qore-module(abi)%{?_isa} = 0.18
+Provides:   qore-module(abi)%{?_isa} = 0.19
+Provides:   qore-module(abi)%{?_isa} = 0.20
+# provided for backwards-compatibility with unversioned capabilities and will 
be removed when the ABI drops backwards-compatibility
 Provides:   qore-module-api-0.10
 Provides:   qore-module-api-0.11
 Provides:   qore-module-api-0.12
@@ -65,8 +68,9 @@
 Provides:   qore-module-api-0.16
 Provides:   qore-module-api-0.17
 Provides:   qore-module-api-0.18
+Provides:   qore-module-api-0.19
+Provides:   qore-module-api-0.5
 Provides:   qore-module-api-0.5
-Provides:   qore-module-api-0.6
 Provides:   qore-module-api-0.7
 Provides:   qore-module-api-0.8
 

commit icewm-theme-branding for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package icewm-theme-branding for 
openSUSE:Factory checked in at 2017-10-19 19:32:36

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


Package is "icewm-theme-branding"

Thu Oct 19 19:32:36 2017 rev:5 rq:534466 version:1.2.3

Changes:

--- 
/work/SRC/openSUSE:Factory/icewm-theme-branding/icewm-theme-branding.changes
2017-10-02 16:54:40.658400418 +0200
+++ 
/work/SRC/openSUSE:Factory/.icewm-theme-branding.new/icewm-theme-branding.changes
   2017-10-19 19:32:37.815491045 +0200
@@ -1,0 +2,6 @@
+Tue Oct 10 13:39:04 UTC 2017 - tchva...@suse.com
+
+- Use prefoverride instead of preferences in the sysconfig to make
+  sure take priority over theme
+
+---



Other differences:
--
++ icewm-theme-branding.spec ++
--- /var/tmp/diff_new_pack.foxA8o/_old  2017-10-19 19:32:38.703449499 +0200
+++ /var/tmp/diff_new_pack.foxA8o/_new  2017-10-19 19:32:38.707449312 +0200
@@ -46,6 +46,9 @@
 
 %install
 make DESTDIR=%{buildroot} prefix=%{_prefix} install
+# move preferences to prefoverride to take preference over themes
+mv %{buildroot}/%{_sysconfdir}/icewm/preferences \
+   %{buildroot}/%{_sysconfdir}/icewm/prefoverride
 
 %files
 %defattr(-,root,root)
@@ -53,7 +56,7 @@
 %dir %{_sysconfdir}/icewm
 %config %{_sysconfdir}/icewm/keys
 %config %{_sysconfdir}/icewm/menu
-%config %{_sysconfdir}/icewm/preferences
+%config %{_sysconfdir}/icewm/prefoverride
 %config %{_sysconfdir}/icewm/startup
 %config %{_sysconfdir}/icewm/theme
 %config %{_sysconfdir}/icewm/toolbar




commit ghc for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package ghc for openSUSE:Factory checked in 
at 2017-10-19 19:32:38

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


Package is "ghc"

Thu Oct 19 19:32:38 2017 rev:58 rq:534526 version:8.0.2

Changes:

--- /work/SRC/openSUSE:Factory/ghc/ghc.changes  2017-10-02 16:53:32.144017121 
+0200
+++ /work/SRC/openSUSE:Factory/.ghc.new/ghc.changes 2017-10-19 
19:32:38.903440142 +0200
@@ -1,0 +2,7 @@
+Tue Oct 17 09:54:11 UTC 2017 - ptromm...@icloud.com
+
+- add D4089.patch
+  * fix GHCi issue on ppc64
+  * see Haskell Trac #11262 
+
+---

New:

  D4089.patch



Other differences:
--
++ ghc.spec ++
--- /var/tmp/diff_new_pack.nNiqut/_old  2017-10-19 19:32:39.915392794 +0200
+++ /var/tmp/diff_new_pack.nNiqut/_new  2017-10-19 19:32:39.915392794 +0200
@@ -80,6 +80,8 @@
 Patch32:0001-PPC-Implement-Atomic-operations.patch
 # PATCH-FIX-UPSTREAM 0001-Use-__atomic-intrinsics-for-atomicread-write.patch 
ptromm...@icloud.com -- Fix atomic read and atomic write on platforms that have 
no native code generator nor LLVM backend. This is s390x for openSUSE. See 
Haskell Trac #14244.
 Patch33:0001-Use-__atomic-intrinsics-for-atomicread-write.patch
+# PATCH-FIX-UPSTREAM D4089.patch ptromm...@icloud.com -- Fix GHCi on ppc64. 
See Haskell Trac #11262
+Patch34:D4089.patch
 # PATCH-FIX-OPENSUSE ghc-8.0.2-Cabal-dynlibdir.patch -- Fix shared library 
directory location.
 Patch100:   ghc-8.0.2-Cabal-dynlibdir.patch
 # PATCH-FIX-UPSTREAM buildpath-abi-stability.patch -- debian patch for more 
stable abi-1
@@ -177,6 +179,7 @@
 %patch31 -p1
 %patch32 -p1
 %patch33 -p1
+%patch34 -p1
 %patch100 -p1
 %patch110 -p1
 %patch111 -p1

++ D4089.patch ++
Index: ghc-8.0.2/compiler/ghci/RtClosureInspect.hs
===
--- ghc-8.0.2.orig/compiler/ghci/RtClosureInspect.hs
+++ ghc-8.0.2/compiler/ghci/RtClosureInspect.hs
@@ -55,6 +55,7 @@ import TysWiredIn
 import DynFlags
 import Outputable as Ppr
 import GHC.Arr  ( Array(..) )
+import GHC.Char
 import GHC.Exts
 import GHC.IO ( IO(..) )
 
@@ -495,7 +496,9 @@ cPprTermBase y =
 repPrim :: TyCon -> [Word] -> SDoc
 repPrim t = rep where
rep x
-| t == charPrimTyCon = text $ show (build x :: Char)
+-- Char# uses native machine words, whereas Char's Storable instance uses
+-- Int32, so we have to read it as an Int.
+| t == charPrimTyCon = text $ show (chr (build x :: Int))
 | t == intPrimTyCon  = text $ show (build x :: Int)
 | t == wordPrimTyCon = text $ show (build x :: Word)
 | t == floatPrimTyCon= text $ show (build x :: Float)



commit unity-gtk-module for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package unity-gtk-module for 
openSUSE:Factory checked in at 2017-10-19 19:32:34

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


Package is "unity-gtk-module"

Thu Oct 19 19:32:34 2017 rev:2 rq:534453 version:0.0.0+bzr20170817

Changes:

--- /work/SRC/openSUSE:Factory/unity-gtk-module/unity-gtk-module.changes
2015-07-08 06:58:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.unity-gtk-module.new/unity-gtk-module.changes   
2017-10-19 19:32:36.411556733 +0200
@@ -1,0 +2,20 @@
+Tue Oct 17 13:08:30 UTC 2017 - sor.ale...@meowr.ru
+
+- Update to version 0.0.0+bzr20170817 (changes since
+  0.0.0+bzr20150118):
+  * Blacklist freeciv-gtk3 and Anjuta (lp#1556277).
+  * Add a systemd user unit.
+  * Fix the $GTK_MODULES race condition (lp#1618886).
+  * Rename the ubuntu-session systemd target to unity-session to
+inline with new session name:
++ Ship the unity-gtk-module service symlink in the new systemd
+  target.
++ Breaks against older version of ubuntu-session, now that
+  unity-session provides that new systemd target name.
+  * Remove DnD windows from the hijack and always use RGBA visual
+in "realize" (lp#1710999).
+  * Properly limit the workaround to DnD windows only to complete
+the intended implementation for lp#1710999 (lp#1658996).
+- Fix unity-gtk-module.csh, thanks to Ralf Fassel (boo#1062373).
+
+---

Old:

  unity-gtk-module_0.0.0+15.04.20150118.orig.tar.gz

New:

  unity-gtk-module_0.0.0+17.10.20170817.orig.tar.gz



Other differences:
--
++ unity-gtk-module.spec ++
--- /var/tmp/diff_new_pack.uuUV6z/_old  2017-10-19 19:32:36.995529410 +0200
+++ /var/tmp/diff_new_pack.uuUV6z/_new  2017-10-19 19:32:36.999529222 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package unity-gtk-module
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,15 +20,15 @@
 %define _name_gtk3 unity-gtk3-module
 %define lname_gtk2 libunity-gtk2-parser0
 %define lname_gtk3 libunity-gtk3-parser0
-%define _version 0.0.0+15.04.20150118
+%define _version 0.0.0+17.10.20170817
 Name:   unity-gtk-module
-Version:0.0.0+bzr20150118
+Version:0.0.0+bzr20170817
 Release:0
 Summary:GTK+ module for exporting old-style menus as GMenuModels
 License:LGPL-3.0+
 Group:  System/GUI/Other
 Url:https://launchpad.net/unity-gtk-module
-Source: 
http://archive.ubuntu.com/ubuntu/pool/main/u/%{name}/%{name}_%{_version}.orig.tar.gz
+Source: 
https://launchpad.net/ubuntu/+archive/primary/+files/%{name}_%{_version}.orig.tar.gz
 Source1:baselibs.conf
 # PATCH-FIX-OPENSUSE unity-gtk-module-gsettings.patch ria.freelan...@gmail.com 
-- Use GSettings key instead of patched Gtk2.
 Patch0: %{name}-gsettings.patch
@@ -37,10 +37,10 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gtk-doc
 BuildRequires:  libtool
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  python
-BuildRequires:  pkgconfig(gtk+-2.0) >= 2.24.0
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.2.0
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(x11)
 
 %description
@@ -118,7 +118,7 @@
 linking application which will use libunity-gtk-parser.
 
 %prep
-%setup -q -n %{name}-%{_version}
+%setup -q -c
 %patch0
 
 cat > %{name}.sh << EOF
@@ -132,20 +132,18 @@
 fi
 EOF
 cat > %{name}.csh << EOF
-if ( -z "\$%{nil}GTK_MODULES" ) then
+if ( ! \$%{nil}?GTK_MODULES ) then
 setenv GTK_MODULES "unity-gtk-module"
 else
 setenv GTK_MODULES "\$%{nil}{GTK_MODULES}:%{name}"
 endif
-if ( -z "\$%{nil}UBUNTU_MENUPROXY" ) then
+if ( ! \$%{nil}?UBUNTU_MENUPROXY ) then
 setenv UBUNTU_MENUPROXY 1
-fi
+endif
 EOF
 
 %build
-export CFLAGS="%{optflags}"
-gtkdocize --copy
-autoreconf -fi
+NOCONFIGURE=1 ./autogen.sh
 %global _configure ../configure
 for ver in 2 3; do
 mkdir build-gtk$ver
@@ -154,7 +152,7 @@
   --disable-static \
   --enable-gtk-doc \
   --with-gtk=$ver
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 popd
 done
 
@@ -164,17 +162,33 @@
 %make_install
 popd
 done
-install -Dm 0644 %{name}.sh %{buildroot}%{_sysconfdir}/profile.d/%{name}.sh
-install -Dm 0644 %{name}.csh %{buildroot}%{_sysconfdir}/profile.d/%{name}.csh
-find %{buildroot} -type f -name "*.la" -delete -print
+install -Dpm 0644 %{name}.sh 

commit xdg-desktop-portal-kde for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package xdg-desktop-portal-kde for 
openSUSE:Factory checked in at 2017-10-19 19:32:52

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


Package is "xdg-desktop-portal-kde"

Thu Oct 19 19:32:52 2017 rev:9 rq:534587 version:5.11.1

Changes:

--- 
/work/SRC/openSUSE:Factory/xdg-desktop-portal-kde/xdg-desktop-portal-kde.changes
2017-10-09 19:47:34.461289545 +0200
+++ 
/work/SRC/openSUSE:Factory/.xdg-desktop-portal-kde.new/xdg-desktop-portal-kde.changes
   2017-10-19 19:32:54.866693248 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 17:20:10 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.1.php
+- Changes since 5.11.0:
+  * None
+
+---

Old:

  xdg-desktop-portal-kde-5.11.0.tar.xz

New:

  xdg-desktop-portal-kde-5.11.1.tar.xz



Other differences:
--
++ xdg-desktop-portal-kde.spec ++
--- /var/tmp/diff_new_pack.BHdmxO/_old  2017-10-19 19:32:55.310672475 +0200
+++ /var/tmp/diff_new_pack.BHdmxO/_new  2017-10-19 19:32:55.314672288 +0200
@@ -20,13 +20,13 @@
 
 %define kf5_version 5.26.0
 Name:   xdg-desktop-portal-kde
-Version:5.11.0
+Version:5.11.1
 Release:0
 Summary:QT/KF5 backend for xdg-desktop-portal
 License:LGPL-2.1+
 Group:  System/Libraries
 Url:http://www.kde.org
-Source: xdg-desktop-portal-kde-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/xdg-desktop-portal-kde-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= %{kf5_version}
 BuildRequires:  libQt5PrintSupport-private-headers-devel
 BuildRequires:  cmake(KF5CoreAddons) >= %{kf5_version}

++ xdg-desktop-portal-kde-5.11.0.tar.xz -> 
xdg-desktop-portal-kde-5.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xdg-desktop-portal-kde-5.11.0/CMakeLists.txt 
new/xdg-desktop-portal-kde-5.11.1/CMakeLists.txt
--- old/xdg-desktop-portal-kde-5.11.0/CMakeLists.txt2017-10-05 
14:58:21.0 +0200
+++ new/xdg-desktop-portal-kde-5.11.1/CMakeLists.txt2017-10-17 
13:38:16.0 +0200
@@ -3,7 +3,7 @@
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.4.0")
 
-set(PROJECT_VERSION "5.11.0")
+set(PROJECT_VERSION "5.11.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 # set KDE specific information #




commit stp for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package stp for openSUSE:Factory checked in 
at 2017-10-19 19:32:28

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


Package is "stp"

Thu Oct 19 19:32:28 2017 rev:3 rq:534437 version:2.3.1+20171008

Changes:

--- /work/SRC/openSUSE:Factory/stp/stp.changes  2017-03-20 17:10:02.349834435 
+0100
+++ /work/SRC/openSUSE:Factory/.stp.new/stp.changes 2017-10-19 
19:32:31.675778313 +0200
@@ -1,0 +2,241 @@
+Tue Oct 10 11:31:21 UTC 2017 - jsl...@suse.com
+
+- Update to version 2.3.1+20171008:
+  * Reducing scope of upper
+  * Using $() instead of ``
+  * Removing unused code
+  * Removing unused code
+  * Adding docker file -- not working yet
+  * Fixing install and library location RPATH
+  * Updating README, fixing Docker
+  * Fixing static build
+  * Removed unused global variable
+  * Provide thread-safety (if C++11)
+  * Removing tests are too long and hold up development (>10s runtime each)
+  * Cleaning up lexer
+  * Cleanup of smt2.lex
+  * We can use straight-up "thread_local" here
+  * Trying to fix the thread-local storage for C
+  * Mark two more global variables as thread_local
+  * Updating READMEs
+  * No need for this parameter in AppVeyor
+  * No need for INSTALL, it's been incorporated into the README
+  * Updating README
+  * Fixing indentation and some restructuring of README
+  * Better naming of header
+  * Removing DLL_EXPORT on variables that break the build
+  * Using the ctest framework for testing
+  * Actually checking things in tests, reducing their outputs
+  * Making the interface's (vc) more explicit
+  * Removing trailing space
+  * Tabs to spaces conversion
+  * Trailing spaces removed
+  * Minimal cleanup of the lexer
+  * Fixing std::endl -> endl;
+  * Commenting out unused parameter
+  * Fix indentation
+  * Cleaner lexer
+  * Highlighting where GlobalParserInterface is being used
+  * Fixing the assert
+  * No need to undefine this, it should work without
+  * Some cleanup of bison usage
+  * Fixing moving of header file
+  * No need for linenum
+  * Removing helpstring
+  * Removing unneeded files
+  * Removing one more static variable
+  * Reflowing code as per agreed clang-format
+  * Further cleanup
+  * Removing unused code
+  * Cleanup of tests mostly
+  * Making the visibility=hidden work
+  * Don't care about coveralls fail
+  * Fixing AppVeyor build
+  * Fixing the coverage script
+  * Removing comments from CMakeLists
+  * Fixing ARM compile issue as in new libabc
+  * Adding SUSE build files
+  * Fixing fuzz-testing to use python2
+  * Simplifying the Docker usage
+  * Fixing the Docker example
+- add 0001-CMake-fix-dirs-again.patch
+
+---
+Thu Aug 17 12:01:28 UTC 2017 - jsl...@suse.com
+
+- Update to version 2.2+20170815:
+  * Removing broken link
+  * PEP8 + print function in fuzzer
+  * More correct printf
+  * Fixing double-declaration
+  * Fixing memory leak
+  * NULL-ing ptr sent to DELETE is now automatic and more meaningful
+  * Deleting buckets after they have been used
+  * This will fatal error anyway, so just use the pattern and return false
+  * added support for MSVC attributes
+  * disabled crtdbg.h inclusion in extlib-abc for C++ debug builds
+  * fixed unistd.h dependencies for Windows builds
+  * added missing include directive
+  * refactored gettimeofday() for Win32
+  * Adding appveyor file
+  * Adding missing appveyor file
+  * Fixing paths
+  * Adding zlib for minisat to appveyor
+  * Using minisat that's been fixed to build in VS
+  * Better comments in the AppVeyor filBetter comments in the AppVeyor filee
+  * Temporarily disable boost
+  * Install for appveyor minisat
+  * Fixing "libs" to "lib" for minisat
+  * Debugging MiniSat finding in AppVeyor
+  * Debugging Windows build
+  * Debugging Windows build
+  * Debugging Windows build
+  * Installing CygWin
+  * Use 64b CygWin
+  * Trying a different way of installing CygWin
+  * Fixing CygWin
+  * Fixing local package dir
+  * Fixing CygWin site location
+  * Adding CygWin prefix path
+  * Fixing some warnings
+  * Fixing one more signed vs unsigned issue
+  * Suppress warning messages from msbuild
+  * Moving implementation of destructor
+  * No warnings from msbuild
+  * We need ZLIB in STP thanks to MiniSat
+  * Warnings cannot be suppressed in msbuild
+  * Trying to fix Boost in AppVeyor
+  * Removing unused cygwin install command
+  * Fixing yml for AppVeyor
+  * Removing a warning
+  * Fixing signedness and unreachable code warnings
+  * Removing useless comments
+  * Removing dead code
+  * Removing more dead code
+  * Fixing unused parameter warning
+  * Trying to make symbol-hiding work
+  * Trying to remove too much warnings
+  * change semantics of division / 

commit docker-compose for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package docker-compose for openSUSE:Factory 
checked in at 2017-10-19 19:32:22

Comparing /work/SRC/openSUSE:Factory/docker-compose (Old)
 and  /work/SRC/openSUSE:Factory/.docker-compose.new (New)


Package is "docker-compose"

Thu Oct 19 19:32:22 2017 rev:10 rq:534148 version:1.8.1

Changes:

--- /work/SRC/openSUSE:Factory/docker-compose/docker-compose.changes
2016-11-10 13:20:31.0 +0100
+++ /work/SRC/openSUSE:Factory/.docker-compose.new/docker-compose.changes   
2017-10-19 19:32:23.816146054 +0200
@@ -1,0 +2,5 @@
+Sun Oct 15 17:07:48 UTC 2017 - car...@carmenbianca.eu
+
+- Rename python-docker-py requirement to python-docker. (bsc#1062084)
+
+---



Other differences:
--
++ docker-compose.spec ++
--- /var/tmp/diff_new_pack.83iHNb/_old  2017-10-19 19:32:24.372120041 +0200
+++ /var/tmp/diff_new_pack.83iHNb/_new  2017-10-19 19:32:24.376119853 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docker-compose
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,8 +31,8 @@
 Requires:   docker
 Requires:   python-PyYAML   >= 3.11
 Conflicts:  python-PyYAML   >= 4
-Requires:   python-docker-py>= 1.10.3
-Conflicts:  python-docker-py>= 2
+Requires:   python-docker   >= 1.10.3
+Conflicts:  python-docker   >= 2
 Requires:   python-dockerpty>= 0.4.1
 Conflicts:  python-dockerpty>= 0.5
 Requires:   python-docopt   >= 0.6.1




commit plasma-vault for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package plasma-vault for openSUSE:Factory 
checked in at 2017-10-19 19:32:45

Comparing /work/SRC/openSUSE:Factory/plasma-vault (Old)
 and  /work/SRC/openSUSE:Factory/.plasma-vault.new (New)


Package is "plasma-vault"

Thu Oct 19 19:32:45 2017 rev:4 rq:534573 version:5.11.1

Changes:

--- /work/SRC/openSUSE:Factory/plasma-vault/plasma-vault.changes
2017-10-09 19:47:30.561460945 +0200
+++ /work/SRC/openSUSE:Factory/.plasma-vault.new/plasma-vault.changes   
2017-10-19 19:32:45.927111516 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 17:19:51 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.1.php
+- Changes since 5.11.0:
+  * None
+
+---

Old:

  plasma-vault-5.11.0.tar.xz

New:

  plasma-vault-5.11.1.tar.xz



Other differences:
--
++ plasma-vault.spec ++
--- /var/tmp/diff_new_pack.HSUntG/_old  2017-10-19 19:32:46.463086438 +0200
+++ /var/tmp/diff_new_pack.HSUntG/_new  2017-10-19 19:32:46.467086252 +0200
@@ -19,14 +19,14 @@
 %bcond_without lang
 
 Name:   plasma-vault
-Version:5.11.0
+Version:5.11.1
 Release:0
 %define kf5_version 5.17.0
 Summary:Plasma applet and services for creating encrypted vaults
 License:GPL-2.0+
 Group:  Productivity/Security
 Url:http://www.kde.org
-Source: plasma-vault-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/plasma-vault-%{version}.tar.xz
 BuildRequires:  extra-cmake-modules >= %kf5_version
 BuildRequires:  libksysguard5-devel
 BuildRequires:  cmake(KF5Activities) >= %kf5_version

++ plasma-vault-5.11.0.tar.xz -> plasma-vault-5.11.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.11.0/CMakeLists.txt 
new/plasma-vault-5.11.1/CMakeLists.txt
--- old/plasma-vault-5.11.0/CMakeLists.txt  2017-10-05 14:53:09.0 
+0200
+++ new/plasma-vault-5.11.1/CMakeLists.txt  2017-10-17 13:14:45.0 
+0200
@@ -4,7 +4,7 @@
 
 project (PlasmaVault)
 
-set(PROJECT_VERSION "5.11.0")
+set(PROJECT_VERSION "5.11.1")
 set(PROJECT_VERSION_MAJOR 5)
 
 set (PLASMAVAULT_VERSION "0.1")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.11.0/po/gl/plasmavault-kde.po 
new/plasma-vault-5.11.1/po/gl/plasmavault-kde.po
--- old/plasma-vault-5.11.0/po/gl/plasmavault-kde.po2017-10-05 
14:53:19.0 +0200
+++ new/plasma-vault-5.11.1/po/gl/plasmavault-kde.po2017-10-17 
13:15:33.0 +0200
@@ -7,7 +7,7 @@
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-09-08 03:11+0200\n"
-"PO-Revision-Date: 2017-08-20 14:26+0100\n"
+"PO-Revision-Date: 2017-10-12 13:43+0100\n"
 "Last-Translator: Adrián Chaves (Gallaecio) \n"
 "Language-Team: Galician \n"
 "Language: gl\n"
@@ -382,8 +382,8 @@
 "nube como Dropbox,\n"
 " iCloud, OneDrive, etc.\n"
 " \n"
-" A diferenza de algunhas outras solucións de "
-"capa de sistema de\n"
+" A diferenza dalgunhas outras solucións de capa "
+"de sistema de\n"
 " ficheiros, non expón nin a estrutura de "
 "directorios, nin o número  de ficheiros nin os "
 "seus tamaños a través do formato de cifraxe de\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/plasma-vault-5.11.0/po/sk/plasmavault-kde.po 
new/plasma-vault-5.11.1/po/sk/plasmavault-kde.po
--- old/plasma-vault-5.11.0/po/sk/plasmavault-kde.po2017-10-05 
14:53:23.0 +0200
+++ new/plasma-vault-5.11.1/po/sk/plasmavault-kde.po2017-10-17 
13:15:57.0 +0200
@@ -5,7 +5,7 @@
 "Project-Id-Version: plasmavault-kded\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n;
 "POT-Creation-Date: 2017-09-08 03:11+0200\n"
-"PO-Revision-Date: 2017-07-28 20:54+0100\n"
+"PO-Revision-Date: 2017-10-13 22:46+0100\n"
 "Last-Translator: Roman Paholik \n"
 "Language-Team: Slovak \n"
 "Language: sk\n"
@@ -194,10 +194,9 @@
 
 #. i18n: ectx: property (text), widget (QLabel, labelDevice)
 #: kded/ui/directorychooserwidget.ui:17
-#, fuzzy, kde-format
-#| msgid "Mount point"
+#, kde-format
 msgid "Mount point:"
-msgstr "Bod pripojenia"
+msgstr "Bod pripojenia:"
 
 #. i18n: ectx: property (text), widget (QLabel, labelDevice)
 #: 

commit grub2-theme-breeze for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package grub2-theme-breeze for 
openSUSE:Factory checked in at 2017-10-19 19:32:40

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


Package is "grub2-theme-breeze"

Thu Oct 19 19:32:40 2017 rev:17 rq:534549 version:5.11.1

Changes:

--- /work/SRC/openSUSE:Factory/grub2-theme-breeze/grub2-theme-breeze.changes
2017-10-09 19:47:17.374040543 +0200
+++ 
/work/SRC/openSUSE:Factory/.grub2-theme-breeze.new/grub2-theme-breeze.changes   
2017-10-19 19:32:43.455227171 +0200
@@ -1,0 +2,10 @@
+Tue Oct 17 17:18:15 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.11.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.11.1.php
+- Changes since 5.11.0:
+  * None
+
+---

Old:

  breeze-grub-5.11.0.tar.xz

New:

  breeze-grub-5.11.1.tar.xz



Other differences:
--
++ grub2-theme-breeze.spec ++
--- /var/tmp/diff_new_pack.ixUMdB/_old  2017-10-19 19:32:44.143194983 +0200
+++ /var/tmp/diff_new_pack.ixUMdB/_new  2017-10-19 19:32:44.143194983 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   grub2-theme-breeze
-Version:5.11.0
+Version:5.11.1
 Release:0
 Summary:Plasma branding for GRUB2's graphical console
 License:GPL-3.0+
 Group:  System/Boot
 Url:http://www.kde.org
-Source: breeze-grub-%{version}.tar.xz
+Source: 
http://download.kde.org/stable/plasma/%{version}/breeze-grub-%{version}.tar.xz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ breeze-grub-5.11.0.tar.xz -> breeze-grub-5.11.1.tar.xz ++




commit perl-GraphViz for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package perl-GraphViz for openSUSE:Factory 
checked in at 2017-10-19 19:32:18

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


Package is "perl-GraphViz"

Thu Oct 19 19:32:18 2017 rev:11 rq:533860 version:2.24

Changes:

--- /work/SRC/openSUSE:Factory/perl-GraphViz/perl-GraphViz.changes  
2014-05-13 20:46:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-GraphViz.new/perl-GraphViz.changes 
2017-10-19 19:32:19.712338065 +0200
@@ -1,0 +2,35 @@
+Fri Oct 13 09:31:04 UTC 2017 - co...@suse.com
+
+- updated to 2.24
+- Test with Test::More V 1.001002 rather than V 1.302019, and all 
tests still pass.
+See RT#115236. Thanx to Kent Fredric for again (sorry!) 
prompting me over this.
+Lowering the version of Test::More in Makefile.PL is the only 
change in this version.
+
+- Add no_xxe to XML::Twig instantiation. See RT#118972. Many thanx to 
Lisa Hare for a
+very well-crafted set of patches provided via github.
+
+- Revert change so we use Test::More instead of 
Test2::Bundle::Extended.
+See RT#115236. Thanx to ribasushi for this report, and my 
apologies for not acting sooner.
+
+- Escape a '{' in a regexp in t/foo.t. See RT#114551. Thanx to Slaven 
Rezic.
+- Fix a typo in a comment, as provided by Gregor Herrmann in RT#111385.
+- See 
http://savage.net.au/Ron/html/My.Workflow.for.Building.Distros.html for notes 
on the
+modernization of the repo.
+This includes updating Makefile.PL and removing Build.PL, 
MANIFEST and *META.*.
+- Bail out cleanly if 'dot' is not installed. See RT#105575. Thanx 
Karen Etheridge.
+- Update docs to point to a copy of the Perl licence.
+- Update docs in GraphViz.pm to point to the github repo.
+- Move t/pod.t into xt/author/.
+
+- Merge patch from ntyni via github. This concerned use of 
defined(@some_array). With thanx.
+
+- Accept pull request from Patrice Clement to add the x_deprecated 
flag to both META.json and
+META.yml. The docs already had various references to 
'deprecated', including directing users
+to GraphViz2, so no change is needed there. Thanx Patrice.
+- Add .gitignore to MANIFEST.SKIP.
+
+- All patches to this version are from chrony, via a github pull 
request. With thanx.
+- Use File::Which on Windows to detect if Graphviz is present.
+- Clean up the code, including Build.PL and Makefile.PL.
+
+---

Old:

  GraphViz-2.15.tgz

New:

  GraphViz-2.24.tgz
  cpanspec.yml



Other differences:
--
++ perl-GraphViz.spec ++
--- /var/tmp/diff_new_pack.coUj7o/_old  2017-10-19 19:32:20.448303630 +0200
+++ /var/tmp/diff_new_pack.coUj7o/_new  2017-10-19 19:32:20.452303444 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-GraphViz
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,15 @@
 
 
 Name:   perl-GraphViz
-Version:2.15
+Version:2.24
 Release:0
 %define cpan_name GraphViz
 Summary:Interface to AT's GraphViz. Deprecated. See GraphViz2
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/GraphViz/
-Source: 
http://www.cpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
+Source0:
https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -32,18 +33,17 @@
 BuildRequires:  perl(File::Which) >= 1.09
 BuildRequires:  perl(IPC::Run) >= 0.6
 BuildRequires:  perl(LWP::Simple) >= 6
-BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Parse::RecDescent) >= 1.965001
-BuildRequires:  perl(Test::Pod) >= 1.44
-BuildRequires:  perl(XML::Twig) >= 3.38
+BuildRequires:  perl(Test::More) >= 1.001002
+BuildRequires:  perl(Test::Pod) >= 1.48
+BuildRequires:  perl(XML::Twig) >= 3.52
 BuildRequires:  perl(XML::XPath) >= 1.13
 Requires:   perl(File::Which) >= 1.09
 Requires:   perl(IPC::Run) >= 0.6
 Requires:   perl(LWP::Simple) >= 6
 Requires:   perl(Parse::RecDescent) >= 1.965001
-Requires:   

commit appcenter for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package appcenter for openSUSE:Factory 
checked in at 2017-10-19 19:32:11

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


Package is "appcenter"

Thu Oct 19 19:32:11 2017 rev:8 rq:533121 version:0.2.6

Changes:

--- /work/SRC/openSUSE:Factory/appcenter/appcenter.changes  2017-08-24 
18:46:40.421788535 +0200
+++ /work/SRC/openSUSE:Factory/.appcenter.new/appcenter.changes 2017-10-19 
19:32:11.488722838 +0200
@@ -1,0 +2,7 @@
+Mon Sep 18 20:12:03 UTC 2017 - avvi...@yandex.by
+
+- Update to 0.2.6:
+  * Restore daemon desktop file (#474)
+  * RDN command on readme (#473)
+
+---

Old:

  appcenter-0.2.5.tar.gz

New:

  appcenter-0.2.6.tar.gz



Other differences:
--
++ appcenter.spec ++
--- /var/tmp/diff_new_pack.aPJh5v/_old  2017-10-19 19:32:12.460677361 +0200
+++ /var/tmp/diff_new_pack.aPJh5v/_new  2017-10-19 19:32:12.464677174 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   appcenter
-Version:0.2.5
+Version:0.2.6
 Release:0
 Summary:Browse and manage apps
 License:GPL-3.0
@@ -63,11 +63,9 @@
 
 %install
 %cmake_install
-%find_lang %{name}
-
 %suse_update_desktop_file -r -G AppCenter io.elementary.%{name} GTK System 
PackageManager
-
 %fdupes %{buildroot}%{_datadir}
+%find_lang io.elementary.appcenter %{name}.lang
 
 %post
 %glib2_gsettings_schema_post
@@ -80,14 +78,15 @@
 %files
 %defattr(-,root,root)
 %doc AUTHORS COPYING
-%{_bindir}/%{name}
-%{_datadir}/applications/io.elementary.%{name}.desktop
+%{_bindir}/io.elementary.appcenter
 %dir %{_datadir}/appdata
-%{_datadir}/appdata/%{name}.appdata.xml
+%{_datadir}/appdata/io.elementary.appcenter.appdata.xml
+%{_datadir}/applications/io.elementary.appcenter.desktop
+%{_datadir}/applications/io.elementary.appcenter-daemon.desktop
 %{_datadir}/dbus-1/services/io.elementary.appcenter.service
-%{_datadir}/glib-2.0/schemas/io.elementary.%{name}.gschema.xml
-%dir %{_sysconfdir}/%{name}
-%config %{_sysconfdir}/%{name}/%{name}.blacklist
+%{_datadir}/glib-2.0/schemas/io.elementary.appcenter.gschema.xml
+%dir %{_sysconfdir}/io.elementary.appcenter
+%config %{_sysconfdir}/io.elementary.appcenter/appcenter.blacklist
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++ appcenter-0.2.5.tar.gz -> appcenter-0.2.6.tar.gz ++
 3910 lines of diff (skipped)




commit python-django-nose for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package python-django-nose for 
openSUSE:Factory checked in at 2017-10-19 19:32:06

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


Package is "python-django-nose"

Thu Oct 19 19:32:06 2017 rev:15 rq:531880 version:1.4.5

Changes:

--- /work/SRC/openSUSE:Factory/python-django-nose/python-django-nose.changes
2016-08-12 15:43:48.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-nose.new/python-django-nose.changes   
2017-10-19 19:32:07.628903434 +0200
@@ -1,0 +2,12 @@
+Thu Oct  5 18:26:55 UTC 2017 - toddrme2...@gmail.com
+
+- Change django dependency to proper name Django.
+
+---
+Wed Aug 23 19:30:21 UTC 2017 - t.gru...@katodev.de
+
+- add multi-python support
+- update to 1.4.5
+  * Add Django 1.11 support 
+
+---

Old:

  django-nose-1.4.4.tar.gz

New:

  django-nose-1.4.5.tar.gz



Other differences:
--
++ python-django-nose.spec ++
--- /var/tmp/diff_new_pack.2P5MxB/_old  2017-10-19 19:32:08.388867876 +0200
+++ /var/tmp/diff_new_pack.2P5MxB/_new  2017-10-19 19:32:08.392867689 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-django-nose
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,31 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without  test
 Name:   python-django-nose
-Version:1.4.4
+Version:1.4.5
 Release:0
-Url:https://github.com/django-nose/django-nose
-Summary:Django test runner that uses nose
+Summary:Makes your Django tests simple and snappy
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
https://pypi.io/packages/source/d/django-nose/django-nose-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-#BuildRequires:  python-django
-#BuildRequires:  python-django-south
-#BuildRequires:  python-nose
-Requires:   python-Django
-Requires:   python-nose
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
-BuildArch:  noarch
+Url:http://github.com/django-nose/django-nose
+Source: 
https://files.pythonhosted.org/packages/source/d/django-nose/django-nose-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module Django >= 1.11}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  python-rpm-macros
+BuildRequires:  fdupes
+%if %{with test}
+BuildRequires:  %{python_module dj-database-url}
+BuildRequires:  %{python_module nose >= 1.2.1}
+BuildRequires:  %{python_module pytest-django}
 %endif
+Requires:   python-Django  >= 1.11
+Requires:   python-nose >= 1.2.1
+BuildArch:  noarch
+
+%python_subpackages
 
 %description
 Django test runner that uses nose.
@@ -45,17 +49,20 @@
 %setup -q -n django-nose-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-#%%check
-#python setup.py test
+%if %{with test}
+%check
+%python_exec ./manage.py test testapp/tests.py
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
-%doc LICENSE README.rst
+%doc AUTHORS.rst LICENSE README.rst changelog.rst
 %{python_sitelib}/*
 
 %changelog

++ django-nose-1.4.4.tar.gz -> django-nose-1.4.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/django-nose-1.4.4/Makefile 
new/django-nose-1.4.5/Makefile
--- old/django-nose-1.4.4/Makefile  2015-10-07 15:49:17.0 +0200
+++ new/django-nose-1.4.5/Makefile  2017-08-22 21:18:34.0 +0200
@@ -28,10 +28,8 @@
rm -fr *.egg-info
 
 clean-pyc:
-   find . -name '*.pyc' -exec rm -f {} +
-   find . -name '*.pyo' -exec rm -f {} +
-   find . -name '*~' -exec rm -f {} +
-   find . -name '__pycache__' -exec rm -fr {} +
+   find . \( -name \*.pyc -o -name \*.pyo -o -name __pycache__ \) -delete
+   find . -name '*~' -delete
 
 clean-test:
rm -fr .tox/
@@ -50,7 +48,7 @@
./manage.py test
 
 

commit avocado for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package avocado for openSUSE:Factory checked 
in at 2017-10-19 19:32:08

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


Package is "avocado"

Thu Oct 19 19:32:08 2017 rev:1 rq:532976 version:54.1

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.avocado.new/avocado.changes 2017-10-19 
19:32:08.928842611 +0200
@@ -0,0 +1,79 @@
+---
+Thu Jul  6 23:11:46 UTC 2017 - brog...@suse.com
+
+- Fix build failures due to unresolved reference to rst2man
+
+---
+Fri Mar 31 14:49:21 UTC 2017 - brog...@suse.com
+
+- Update to v36.4lts (Long Term Stability)
+
+---
+Tue Dec 20 16:34:52 UTC 2016 - brog...@suse.com
+
+- Update to v36.3lts (Long Term Stability)
+
+---
+Tue Nov 22 15:41:44 UTC 2016 - brog...@suse.com
+
+- Update to v36.2lts (Long Term Stability)
+
+---
+Wed May 25 16:13:46 UTC 2016 - brog...@suse.com
+
+- Update to v36.0lts (Long Term Stability)
+
+---
+Thu Apr 28 23:05:23 UTC 2016 - brog...@suse.com
+
+- Update to v35.0 (Yes, the version numbering system changed)
+
+---
+Wed Mar 23 16:15:16 UTC 2016 - brog...@suse.com
+
+- Update to v0.34.0
+
+---
+Thu Feb 18 18:49:04 UTC 2016 - brog...@suse.com
+
+- Update to v0.33.0
+
+---
+Fri Jan 22 19:19:58 UTC 2016 - brog...@suse.com
+
+- Fixed typo in BuildRequires list
+
+---
+Wed Jan 20 22:51:48 UTC 2016 - brog...@suse.com
+
+- Update to v0.32.0
+
+---
+Fri Oct  9 01:14:02 UTC 2015 - brog...@suse.com
+
+- Update to v0.29.0
+
+---
+Tue Oct  6 13:57:39 UTC 2015 - brog...@suse.com
+
+- Changed a Requires package name from pyliblzma to python-pyliblzma
+
+---
+Tue Oct  6 11:27:49 UTC 2015 - brog...@suse.com
+
+- Changed a Requires package name from gdb-gdbserver to gdbserver
+
+---
+Mon Oct  5 22:39:17 UTC 2015 - brog...@suse.com
+
+- Initial Check-in.
+  Initial preping of spec file provided with the upstream git repo
+  include conforming package names, license name, and adding needed
+  %dir directives.
+  A reference to the dir directory also needed to be changed in
+  source code by patching.
+  Another patch was needed for an issue in a documentation source
+  file.
+  I attempted to get the make check to work, but gave up for now,
+  and just commented that out of the spec file.
+

New:

  avocado-54.1.tar.gz
  avocado.changes
  avocado.spec



Other differences:
--
++ avocado.spec ++
#
# spec file for package avocado
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   avocado
Version:54.1
Release:0
Summary:Avocado Test Framework
License:GPL-2.0
Group:  Development/Tools/Other
URL:https://avocado-framework.github.io/
Source: 
https://github.com/avocado-framework/avocado/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  procps
BuildRequires:  python-Fabric
BuildRequires:  python-PyYAML
BuildRequires:  python-aexpect
BuildRequires:  python-devel
BuildRequires:  python-docutils
BuildRequires:  python-lxml
BuildRequires:  python-mock
BuildRequires:  python-psutil
BuildRequires:  python-pystache
BuildRequires:  python-requests
BuildRequires:  

commit Mesa for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package Mesa for openSUSE:Factory checked in 
at 2017-10-19 19:31:25

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


Package is "Mesa"

Thu Oct 19 19:31:25 2017 rev:304 rq:534472 version:unknown

Changes:

--- /work/SRC/openSUSE:Factory/Mesa/Mesa.changes2017-10-07 
17:48:09.397921455 +0200
+++ /work/SRC/openSUSE:Factory/.Mesa.new/Mesa.changes   2017-10-19 
19:31:26.590823571 +0200
@@ -1,0 +2,22 @@
+Tue Oct 17 13:55:17 UTC 2017 - m...@suse.com
+
+- U_configure.ac-rework-llvm-libs-handling-for-3.9.patch
+  * llvm-config 3.9 and higher works properly, use its values
+instead of guessing. Fixes build against llvm built as single
+shared library.
+
+---
+Thu Oct 12 12:29:38 UTC 2017 - sch...@suse.de
+
+- svga is x86-only
+- u_svga-Fix-build-on-ppc64le.patch: Remove
+
+---
+Wed Oct 11 13:26:07 UTC 2017 - m...@suse.com
+
+- Add build dependency on clang-devel-static.
+  * Required with new llvm4 build mode (bnc#1049703).
+  * Also rename dependency llvm-clang-devel to clang-devel. The
+llvm-clang-devel is old name kept around for compatibility.
+
+---

Old:

  u_svga-Fix-build-on-ppc64le.patch

New:

  U_configure.ac-rework-llvm-libs-handling-for-3.9.patch



Other differences:
--
++ Mesa.spec ++
--- /var/tmp/diff_new_pack.ysGaur/_old  2017-10-19 19:31:28.938713715 +0200
+++ /var/tmp/diff_new_pack.ysGaur/_new  2017-10-19 19:31:28.942713527 +0200
@@ -84,7 +84,7 @@
 Patch31:archlinux_0001-Fix-linkage-against-shared-glapi.patch
 Patch32:archlinux_glvnd-fix-gl-dot-pc.patch
 Patch42:u_r600-Add-support-for-B5G5R5A1.patch
-Patch43:u_svga-Fix-build-on-ppc64le.patch
+Patch43:U_configure.ac-rework-llvm-libs-handling-for-3.9.patch
 
 BuildRequires:  autoconf >= 2.60
 BuildRequires:  automake
@@ -163,8 +163,9 @@
 %endif
 
 %if 0%{with_opencl}
+BuildRequires:  clang-devel
+BuildRequires:  clang-devel-static
 BuildRequires:  libclc
-BuildRequires:  llvm-clang-devel
 %endif
 
 %if 0%{?libglvnd}
@@ -391,8 +392,8 @@
 
 %package -n libOSMesa8
 Summary:Mesa Off-screen rendering extension
-# Wrongly named package shipped .so.8
 Group:  System/Libraries
+# Wrongly named package shipped .so.8
 Obsoletes:  libOSMesa9 < %{version}-%{release}
 Provides:   libOSMesa9 = %{version}-%{release}
 
@@ -498,8 +499,8 @@
 
 %package libd3d
 Summary:Mesa Direct3D9 state tracker
-# Manually provide d3d library (bnc#918294)
 Group:  System/Libraries
+# Manually provide d3d library (bnc#918294)
 %ifarch x86_64 s390x ppc64le aarch64
 Provides:   d3dadapter9.so.1()(64bit)
 %else
@@ -727,7 +728,7 @@
 %ifarch ppc64 ppc64le
--enable-xa \
--with-dri-drivers=nouveau \
-   --with-gallium-drivers=r300,r600,nouveau,swrast,svga \
+   --with-gallium-drivers=r300,r600,nouveau,swrast \
 %endif
 %ifarch ia64 ppc hppa s390 s390x
--with-dri-drivers=swrast \


++ U_configure.ac-rework-llvm-libs-handling-for-3.9.patch ++
Git-commit: 13a53c4f5cdd664fd155c9e78fb46a4387af006c
Patch-Mainline: Upstream
Author: Emil Velikov 
Subject: configure.ac: rework llvm libs handling for 3.9+
Signed-off-by: Michal Srb 

Earlier versions need different quirks, but as of LLVM 3.9 llvm-config
provides --link-shared/link-static toggles.

The output of which seems to be reliable - looking at LLVM 3.9, 4.0 and
5.0.

Note that there are earlier code will be used for pre LLVM 3.9 and is
unchanged.

This effectively fixes LLVM static linking, while providing a clearer
and more robust solution for future versions.

Mildly interesting side notes:

 - build-mode (introduced with 3.8) was buggy with 3.8
It shows "static" when build with -DLLVM_LINK_LLVM_DYLIB=ON, yet it was
consistent with --libs. The latter shows the static libraries.

 - libnames and libfiles are broken with LVM 3.9
The library prefix and extension is printed twice liblibLLVM-3.9.so.so

v2: Invoke llvm-config twice, instead of using sed, to combine the two
lines into one (Tobias)

Cc: mesa-sta...@lists.freedesktop.org
Cc: Dieter Nützel 
Cc: Michel Dänzer 
Signed-off-by: Emil Velikov 
Reviewed-by: Tobias Droste 
---
 configure.ac | 30 --
 1 file changed, 20 insertions(+), 10 deletions(-)

Index: mesa-17.2.2/configure.ac

commit yast2-services-manager for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package yast2-services-manager for 
openSUSE:Factory checked in at 2017-10-19 19:30:56

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


Package is "yast2-services-manager"

Thu Oct 19 19:30:56 2017 rev:37 rq:534341 version:4.0.1

Changes:

--- 
/work/SRC/openSUSE:Factory/yast2-services-manager/yast2-services-manager.changes
2017-08-04 11:57:37.534486046 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-services-manager.new/yast2-services-manager.changes
   2017-10-19 19:30:57.704175168 +0200
@@ -1,0 +2,12 @@
+Mon Oct 16 12:22:31 UTC 2017 - jreidin...@suse.com
+
+- respect target level specified in control file (bsc#1063216)
+- 4.0.1
+
+---
+Wed Aug 30 14:12:29 UTC 2017 - mvid...@suse.com
+
+- Use fewer calls of systemctl to speed up startup (bsc#1045658)
+- 4.0.0
+
+---
@@ -13,0 +26,6 @@
+
+---
+Tue Feb 14 14:25:04 CET 2017 - sch...@suse.de
+
+- Added lib/services-manager/clients/*.rb to spec file
+  (FATE#321738).

Old:

  yast2-services-manager-3.3.1.tar.bz2

New:

  yast2-services-manager-4.0.1.tar.bz2



Other differences:
--
++ yast2-services-manager.spec ++
--- /var/tmp/diff_new_pack.9V2gYj/_old  2017-10-19 19:30:58.252149528 +0200
+++ /var/tmp/diff_new_pack.9V2gYj/_new  2017-10-19 19:30:58.256149340 +0200
@@ -24,7 +24,7 @@
 ##
 
 Name:   yast2-services-manager
-Version:3.3.1
+Version:4.0.1
 Release:0
 BuildArch:  noarch
 
@@ -33,7 +33,7 @@
 
 Requires:   ruby
 # ServicesManager library
-Requires:   yast2 >= 3.1.86
+Requires:   yast2 >= 4.0.5
 Requires:   yast2-ruby-bindings >= 1.2.0
 # need new enough installation for its inst clients
 Conflicts:  yast2-installation < 3.1.32
@@ -45,7 +45,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2-ruby-bindings >= 1.2.0
 # ServicesManager library
-BuildRequires:  yast2 >= 3.1.86
+BuildRequires:  yast2 >= 4.0.5
 # Support for 'data' directory in rake install task
 BuildRequires:  rubygem(rspec)
 BuildRequires:  rubygem(yast-rake) >= 0.1.7

++ yast2-services-manager-3.3.1.tar.bz2 -> 
yast2-services-manager-4.0.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-services-manager-3.3.1/.travis.yml 
new/yast2-services-manager-4.0.1/.travis.yml
--- old/yast2-services-manager-3.3.1/.travis.yml2017-08-02 
16:54:45.593985485 +0200
+++ new/yast2-services-manager-4.0.1/.travis.yml2017-10-17 
09:15:42.757629420 +0200
@@ -5,6 +5,9 @@
 
 before_install:
   - docker build -t yast-services-manager-image .
+  # list the installed packages (just for easier debugging)
+  - docker run --rm -it yast-services-manager-image rpm -qa | sort
+
 script:
   # the "yast-travis-ruby" script is included in the base yastdevel/ruby image
   # see https://github.com/yast/docker-yast-ruby/blob/master/yast-travis-ruby
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-services-manager-3.3.1/README.md 
new/yast2-services-manager-4.0.1/README.md
--- old/yast2-services-manager-3.3.1/README.md  2017-08-02 16:54:45.593985485 
+0200
+++ new/yast2-services-manager-4.0.1/README.md  2017-10-17 09:15:42.757629420 
+0200
@@ -2,6 +2,7 @@
 
 [![Travis 
Build](https://travis-ci.org/yast/yast-services-manager.svg?branch=master)](https://travis-ci.org/yast/yast-services-manager)
 [![Jenkins 
Build](http://img.shields.io/jenkins/s/https/ci.opensuse.org/yast-services-manager-master.svg)](https://ci.opensuse.org/view/Yast/job/yast-services-manager-master/)
+[![Coverage 
Status](https://coveralls.io/repos/github/yast/yast-services-manager/badge.svg?branch=master)](https://coveralls.io/github/yast/yast-services-manager?branch=master)
 
 
 Systemd target and services configuration library for Yast
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-services-manager-3.3.1/package/yast2-services-manager.changes 
new/yast2-services-manager-4.0.1/package/yast2-services-manager.changes
--- old/yast2-services-manager-3.3.1/package/yast2-services-manager.changes 
2017-08-02 16:54:45.593985485 +0200
+++ new/yast2-services-manager-4.0.1/package/yast2-services-manager.changes 
2017-10-17 09:15:42.757629420 +0200
@@ -1,4 +1,16 @@
 ---
+Mon Oct 16 12:22:31 

commit llvm for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package llvm for openSUSE:Factory checked in 
at 2017-10-19 19:31:21

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


Package is "llvm"

Thu Oct 19 19:31:21 2017 rev:93 rq:533361 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/llvm/llvm.changes2017-07-04 
13:33:52.246420709 +0200
+++ /work/SRC/openSUSE:Factory/.llvm.new/llvm.changes   2017-10-19 
19:31:22.595010533 +0200
@@ -1,0 +2,6 @@
+Mon Oct  9 07:20:00 UTC 2017 - m...@suse.com
+
+- Add clang-devel-static package.
+  * Requires clang4-devel-static that was added to llvm4 package.
+
+---



Other differences:
--
++ llvm.spec ++
--- /var/tmp/diff_new_pack.ZRl4AX/_old  2017-10-19 19:31:23.374974039 +0200
+++ /var/tmp/diff_new_pack.ZRl4AX/_new  2017-10-19 19:31:23.374974039 +0200
@@ -119,6 +119,20 @@
 don't require a specific Clang version should depend on this.
 
 
+%package -n clang-devel-static
+Summary:Static libraries for CLANG
+Group:  Development/Languages/Other
+Requires:   clang%{_sonum}-devel-static = %{version}
+
+%description -n clang-devel-static
+This package contains static libraries for clang  (C language)
+frontend for LLVM.
+
+This package is a dummy package that depends on the version of
+clang-devel that openSUSE currently supports.  Packages that
+don't require a specific Clang version should depend on this.
+
+
 %package LTO-devel
 Summary:Link-time optimizer for LLVM (devel package)
 Group:  Development/Languages/Other
@@ -249,6 +263,10 @@
 %defattr(-,root,root)
 %doc README
 
+%files -n clang-devel-static
+%defattr(-,root,root)
+%doc README
+
 %files LTO-devel
 %defattr(-,root,root)
 %doc README





commit llvm4 for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package llvm4 for openSUSE:Factory checked 
in at 2017-10-19 19:31:30

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


Package is "llvm4"

Thu Oct 19 19:31:30 2017 rev:9 rq:534875 version:4.0.1

Changes:

--- /work/SRC/openSUSE:Factory/llvm4/llvm4.changes  2017-09-11 
16:17:10.368042154 +0200
+++ /work/SRC/openSUSE:Factory/.llvm4.new/llvm4.changes 2017-10-19 
19:31:32.154563247 +0200
@@ -1,0 +2,51 @@
+Tue Oct 17 07:31:06 UTC 2017 - m...@suse.com
+
+- llvm-normally-versioned-libllvm.patch
+  * Change libLLVM naming scheme to match our naming guidelines.
+  * The reasons for the original naming scheme are no longer valid,
+more details in the patch.
+
+---
+Fri Oct 13 08:19:24 UTC 2017 - m...@suse.com
+
+- Disable all thread related tests in libcxx. Many of them use
+  timeouts to detect failure. They can fail randomly if the machine
+  is under heavy load (happens often in OBS).
+
+---
+Tue Oct 10 12:14:31 UTC 2017 - m...@suse.com
+
+- Drop llvm4-devel-static. llvm4-devel contains shared library with
+  the same content.
+
+---
+Wed Aug 30 12:08:17 UTC 2017 - m...@suse.com
+
+- Use LLVM_BUILD_LLVM_DYLIB instead of BUILD_SHARED_LIBS to build
+  single libLLVM library. This is the recommended way. The old way
+  was causing various issues.
+  * llvm-split-static-library-exports-into-their-own-export-file.diff
+  * clang-split-static-library-exports-into-their-own-export-file.diff
+  (bnc#1049703)
+
+- Add lld, linker for Clang/LLVM
+  (sr#517692)
+
+- Include clang++-MAJOR.MINOR symbolic link
+  (bnc#1012260)
+
+- Remove unnecessary dependency on flex and bison.
+
+- Make sure all binaries are managed by update-alternatives
+
+- Add llvm-add_a_LLVM_USE_LINKER.patch and link using gold to
+  prevent memory exhaustion on some build machines.
+
+- Reduce debuginfo on x86 architecture. LLVM libraries are so big that they
+  exhaust all memory on 32 bit machine if linked with full debuginfo.
+
+- Speed up build by skipping parts that are not required in stage1.
+
+- Build lldb in-tree as one of the llvm tools.
+
+---

Old:

  lldb4.changes
  lldb4.spec

New:

  clang-split-static-library-exports-into-their-own-export-file.diff
  lld-4.0.1.src.tar.xz
  llvm-add_a_LLVM_USE_LINKER.patch
  llvm-normally-versioned-libllvm.patch
  llvm-split-static-library-exports-into-their-own-export-file.diff



Other differences:
--
++ llvm4.spec ++
 811 lines (skipped)
 between /work/SRC/openSUSE:Factory/llvm4/llvm4.spec
 and /work/SRC/openSUSE:Factory/.llvm4.new/llvm4.spec

++ _constraints ++
--- /var/tmp/diff_new_pack.uaao2c/_old  2017-10-19 19:31:34.422457134 +0200
+++ /var/tmp/diff_new_pack.uaao2c/_new  2017-10-19 19:31:34.422457134 +0200
@@ -2,10 +2,10 @@
 
   
 
-30
+45
 
 
-  4000
+  6500
 
   
   

++ clang-split-static-library-exports-into-their-own-export-file.diff ++
Index: cfe-4.0.1.src/cmake/modules/AddClang.cmake
===
--- cfe-4.0.1.src.orig/cmake/modules/AddClang.cmake
+++ cfe-4.0.1.src/cmake/modules/AddClang.cmake
@@ -92,7 +92,11 @@ macro(add_clang_library name)
 
   if(${name} IN_LIST LLVM_DISTRIBUTION_COMPONENTS OR
   NOT LLVM_DISTRIBUTION_COMPONENTS)
-set(export_to_clangtargets EXPORT ClangTargets)
+if(ARG_SHARED)
+  set(export_to_clangtargets EXPORT ClangTargets)
+else()
+  set(export_to_clangtargets EXPORT ClangStaticTargets)
+endif()
 set_property(GLOBAL PROPERTY CLANG_HAS_EXPORTS True)
   endif()
 
Index: cfe-4.0.1.src/cmake/modules/CMakeLists.txt
===
--- cfe-4.0.1.src.orig/cmake/modules/CMakeLists.txt
+++ cfe-4.0.1.src/cmake/modules/CMakeLists.txt
@@ -10,12 +10,14 @@ export(TARGETS ${CLANG_EXPORTS} FILE ${c
 # Generate ClangConfig.cmake for the build tree.
 set(CLANG_CONFIG_CMAKE_DIR "${clang_cmake_builddir}")
 set(CLANG_CONFIG_EXPORTS_FILE "${clang_cmake_builddir}/ClangTargets.cmake")
+set(CLANG_CONFIG_STATIC_EXPORTS_FILE 
"${clang_cmake_builddir}/ClangStaticTargets.cmake")
 configure_file(
   ${CMAKE_CURRENT_SOURCE_DIR}/ClangConfig.cmake.in
   ${clang_cmake_builddir}/ClangConfig.cmake
   @ONLY)
 set(CLANG_CONFIG_CMAKE_DIR)
 set(CLANG_CONFIG_EXPORTS_FILE)
+set(CLANG_CONFIG_STATIC_EXPORTS_FILE)
 
 # Generate ClangConfig.cmake 

commit yast2-registration for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package yast2-registration for 
openSUSE:Factory checked in at 2017-10-19 19:31:05

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


Package is "yast2-registration"

Thu Oct 19 19:31:05 2017 rev:3 rq:534420 version:4.0.6

Changes:

--- /work/SRC/openSUSE:Factory/yast2-registration/yast2-registration.changes
2017-07-17 10:31:29.812812135 +0200
+++ 
/work/SRC/openSUSE:Factory/.yast2-registration.new/yast2-registration.changes   
2017-10-19 19:31:06.687754827 +0200
@@ -1,0 +2,72 @@
+Thu Oct 12 11:57:29 UTC 2017 - mfi...@suse.com
+
+- fate#323450
+  - when searching for base product check also AY profiles for
+user's selection
+- 4.0.6 
+---
+Wed Oct 11 11:51:31 UTC 2017 - jreidin...@suse.com
+
+- use self update id if defined instead of product name to make
+  self update predictable on multi-product media (bsc#106)
+- 4.0.5
+
+---
+Wed Oct 11 08:49:16 UTC 2017 - jreidin...@suse.com
+
+- Fixed registration of autoselected extensions (bsc#1062684)
+- 4.0.4
+
+---
+Tue Oct 10 08:19:27 UTC 2017 - lsle...@suse.cz
+
+- Add the /mnt prefix only at upgrade, in installation still use /
+  for storing the credentials (bsc#1062468)
+- 4.0.3
+
+---
+Mon Oct  9 12:33:17 UTC 2017 - jreidin...@suse.com
+
+- Fix showing modules and extensions when there is more then
+  simple one level dependencies. (bsc#1054965)
+- 4.0.2
+
+---
+Tue Oct  3 14:17:52 UTC 2017 - lsle...@suse.cz
+
+- Initial support for the SLE12 -> SLE15 upgrade, honor the target
+  mount point prefix (fate#323163)
+- Do not crash when the baseproduct symlink does not exist in
+  installed system
+- Dump the available addons to a separate file
+  (/var/log/YaST2/registration_addons.yml) instead of the y2log
+  to make it better readable
+- 4.0.1
+
+---
+Thu Sep 14 07:27:48 UTC 2017 - knut.anders...@suse.com
+
+- Do not display info.txt file anymore (bsc#1047060).
+- 4.0.0
+
+---
+Tue Sep 12 08:20:51 UTC 2017 - mfi...@suse.com
+
+- bnc#1056318
+  - fixed internal error raised when cloning configuration
+- 3.3.3
+
+---
+Wed Aug 30 14:20:46 UTC 2017 - knut.anders...@suse.com
+
+- Wrap text of connection_helpers error messages (bsc#1055643)
+- 3.3.2
+
+---
+Mon Jul 31 14:20:44 UTC 2017 - lsle...@suse.cz
+
+- LeanOS: Better handle multiple products on the installation
+  medium, register the selected product (FATE#323450)
+- 3.3.1
+
+---

Old:

  yast2-registration-3.3.0.tar.bz2

New:

  yast2-registration-4.0.6.tar.bz2



Other differences:
--
++ yast2-registration.spec ++
--- /var/tmp/diff_new_pack.dyM3mr/_old  2017-10-19 19:31:07.167732369 +0200
+++ /var/tmp/diff_new_pack.dyM3mr/_new  2017-10-19 19:31:07.167732369 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   yast2-registration
-Version:3.3.0
+Version:4.0.6
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
 
-# Popup.Feedback
-Requires:   yast2 >= 3.1.26
+## UI::TextHelpers wrap_text
+Requires:   yast2 >= 4.0.1
 # "dupAllowVendorChange" option in Pkg.SetSolverFlags()
 Requires:   yast2-pkg-bindings >= 3.1.34
 # N_() method
@@ -46,7 +46,7 @@
 Requires:   yast2-update >= 3.1.36
 
 BuildRequires:  update-desktop-files
-BuildRequires:  yast2 >= 3.1.26
+BuildRequires:  yast2 >= 4.0.1
 BuildRequires:  yast2-devtools >= 3.1.39
 BuildRequires:  yast2-slp >= 3.1.9
 BuildRequires:  rubygem(rspec)

++ yast2-registration-3.3.0.tar.bz2 -> yast2-registration-4.0.6.tar.bz2 
++
 2622 lines of diff (skipped)




commit libstorage for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package libstorage for openSUSE:Factory 
checked in at 2017-10-19 19:30:52

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


Package is "libstorage"

Thu Oct 19 19:30:52 2017 rev:170 rq:534242 version:2.26.13

Changes:

--- /work/SRC/openSUSE:Factory/libstorage/libstorage.changes2017-02-16 
16:44:04.666264573 +0100
+++ /work/SRC/openSUSE:Factory/.libstorage.new/libstorage.changes   
2017-10-19 19:30:54.596320584 +0200
@@ -1,0 +2,7 @@
+Thu Oct 12 17:22:01 CEST 2017 - shundham...@suse.de
+
+- Don't discard the internally stored volume label before it is
+  applied (bsc#1061850)
+- 2.26.13
+
+---

Old:

  libstorage-2.26.12.tar.bz2

New:

  libstorage-2.26.13.tar.bz2



Other differences:
--
++ libstorage.spec ++
--- /var/tmp/diff_new_pack.Ws0hB3/_old  2017-10-19 19:30:55.168293821 +0200
+++ /var/tmp/diff_new_pack.Ws0hB3/_new  2017-10-19 19:30:55.172293634 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   libstorage
-Version:2.26.12
+Version:2.26.13
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source: libstorage-%{version}.tar.bz2

++ libstorage-2.26.12.tar.bz2 -> libstorage-2.26.13.tar.bz2 ++
 2052 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libstorage-2.26.12/VERSION new/libstorage-2.26.13/VERSION
--- old/libstorage-2.26.12/VERSION  2017-02-13 12:20:10.0 +0100
+++ new/libstorage-2.26.13/VERSION  2017-10-16 16:25:54.0 +0200
@@ -1 +1 @@
-2.26.12
+2.26.13
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libstorage-2.26.12/compile new/libstorage-2.26.13/compile
--- old/libstorage-2.26.12/compile  2017-02-13 12:21:10.0 +0100
+++ new/libstorage-2.26.13/compile  2017-10-16 16:28:00.0 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2012-10-14.11; # UTC
+scriptversion=2016-01-11.22; # UTC
 
-# Copyright (C) 1999-2014 Free Software Foundation, Inc.
+# Copyright (C) 1999-2017 Free Software Foundation, Inc.
 # Written by Tom Tromey .
 #
 # This program is free software; you can redistribute it and/or modify
@@ -255,7 +255,8 @@
 echo "compile $scriptversion"
 exit $?
 ;;
-  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
+  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \
+  icl | *[/\\]icl | icl.exe | *[/\\]icl.exe )
 func_cl_wrapper "$@"  # Doesn't return...
 ;;
 esac
@@ -342,6 +343,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/libstorage-2.26.12/missing new/libstorage-2.26.13/missing
--- old/libstorage-2.26.12/missing  2017-02-13 12:21:10.0 +0100
+++ new/libstorage-2.26.13/missing  2017-10-16 16:28:00.0 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Common wrapper for a few potentially missing GNU programs.
 
-scriptversion=2013-10-28.13; # UTC
+scriptversion=2016-01-11.22; # UTC
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard , 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -210,6 +210,6 @@
 # eval: (add-hook 'write-file-hooks 'time-stamp)
 # time-stamp-start: "scriptversion="
 # time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
+# time-stamp-time-zone: "UTC0"
 # time-stamp-end: "; # UTC"
 # End:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude 

commit yast2-ntp-client for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package yast2-ntp-client for 
openSUSE:Factory checked in at 2017-10-19 19:31:01

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


Package is "yast2-ntp-client"

Thu Oct 19 19:31:01 2017 rev:99 rq:534402 version:4.0.0

Changes:

--- /work/SRC/openSUSE:Factory/yast2-ntp-client/yast2-ntp-client.changes
2017-08-04 11:57:45.241398248 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-ntp-client.new/yast2-ntp-client.changes   
2017-10-19 19:31:02.331958635 +0200
@@ -1,0 +2,7 @@
+Wed Oct 11 08:40:26 UTC 2017 - mvid...@suse.com
+
+- Avoid Internal Error during AutoYaST cloning
+  when fudge records are present (bsc#1058510)
+- 4.0.0
+
+---

Old:

  yast2-ntp-client-3.3.3.tar.bz2

New:

  yast2-ntp-client-4.0.0.tar.bz2



Other differences:
--
++ yast2-ntp-client.spec ++
--- /var/tmp/diff_new_pack.f1ztpD/_old  2017-10-19 19:31:02.839934866 +0200
+++ /var/tmp/diff_new_pack.f1ztpD/_new  2017-10-19 19:31:02.843934679 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-ntp-client
-Version:3.3.3
+Version:4.0.0
 Release:0
 Summary:YaST2 - NTP Client Configuration
 License:GPL-2.0+

++ yast2-ntp-client-3.3.3.tar.bz2 -> yast2-ntp-client-4.0.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-ntp-client-3.3.3/package/yast2-ntp-client.changes 
new/yast2-ntp-client-4.0.0/package/yast2-ntp-client.changes
--- old/yast2-ntp-client-3.3.3/package/yast2-ntp-client.changes 2017-08-03 
10:56:07.595219746 +0200
+++ new/yast2-ntp-client-4.0.0/package/yast2-ntp-client.changes 2017-10-17 
13:00:17.885239663 +0200
@@ -1,4 +1,11 @@
 ---
+Wed Oct 11 08:40:26 UTC 2017 - mvid...@suse.com
+
+- Avoid Internal Error during AutoYaST cloning
+  when fudge records are present (bsc#1058510)
+- 4.0.0
+
+---
 Thu Aug  3 08:51:24 UTC 2017 - jreidin...@suse.com
 
 - fix crash in ntp-client (bsc#1051899)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-3.3.3/package/yast2-ntp-client.spec 
new/yast2-ntp-client-4.0.0/package/yast2-ntp-client.spec
--- old/yast2-ntp-client-3.3.3/package/yast2-ntp-client.spec2017-08-03 
10:56:07.595219746 +0200
+++ new/yast2-ntp-client-4.0.0/package/yast2-ntp-client.spec2017-10-17 
13:00:17.885239663 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yast2-ntp-client
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,30 @@
 
 
 Name:   yast2-ntp-client
-Version:3.3.3
+Version:4.0.0
 Release:0
 Summary:YaST2 - NTP Client Configuration
 License:GPL-2.0+
 Group:  System/YaST
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Source0:%{name}-%{version}.tar.bz2
+BuildRequires:  augeas-lenses
+BuildRequires:  autoyast2-installation
 BuildRequires:  perl-XML-Writer
 BuildRequires:  update-desktop-files
 BuildRequires:  yast2 >= 3.2.21
 BuildRequires:  yast2-country-data
 BuildRequires:  yast2-devtools >= 3.1.10
-BuildRequires:  autoyast2-installation
+BuildRequires:  rubygem(%rb_default_ruby_abi:cfa) >= 0.6.0
 BuildRequires:  rubygem(%rb_default_ruby_abi:rspec)
 BuildRequires:  rubygem(%rb_default_ruby_abi:yast-rake)
-BuildRequires:  augeas-lenses
-BuildRequires:  rubygem(%rb_default_ruby_abi:cfa) >= 0.6.0
 
 # proper acting TargetFile when scr is switched
+Requires:   augeas-lenses
 Requires:   yast2 >= 3.2.21
 Requires:   yast2-country-data
 Requires:   yast2-ruby-bindings >= 1.0.0
 Requires:   rubygem(%rb_default_ruby_abi:cfa) >= 0.6.0
-Requires:   augeas-lenses
 BuildArch:  noarch
 # New sntp command line syntax
 Conflicts:  ntp < 4.2.8
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-ntp-client-3.3.3/src/modules/NtpClient.rb 
new/yast2-ntp-client-4.0.0/src/modules/NtpClient.rb
--- old/yast2-ntp-client-3.3.3/src/modules/NtpClient.rb 2017-08-03 
10:56:07.603219746 +0200
+++ new/yast2-ntp-client-4.0.0/src/modules/NtpClient.rb 2017-10-17 
13:00:17.897239663 +0200
@@ -711,7 +711,10 @@
   end
 
   peers = @ntp_records.dup
-  peers.each { |peer| peer.delete("cfa_record") } # not needed 

commit yast2-vm for openSUSE:Factory

2017-10-19 Thread root
Hello community,

here is the log from the commit of package yast2-vm for openSUSE:Factory 
checked in at 2017-10-19 19:30:47

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


Package is "yast2-vm"

Thu Oct 19 19:30:47 2017 rev:76 rq:534217 version:3.2.3

Changes:

--- /work/SRC/openSUSE:Factory/yast2-vm/yast2-vm.changes2017-07-22 
02:31:33.70700 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-vm.new/yast2-vm.changes   2017-10-19 
19:30:49.016581660 +0200
@@ -1,0 +2,13 @@
+Wed Oct 11 14:59:40 UTC 2017 - agin...@suse.com
+
+- use new pattern name for SLES (same as TW)
+- Remove SLED as this is no more needed
+- BSC#1055459 
+- 3.2.3
+
+---
+
+Wed Jul 19 14:02:32 UTC 2017 - zgock...@gmail.com
+- Fix package Install problem on Tumbleweed (bsc#1040042)
+
+---

Old:

  yast2-vm-3.2.2.tar.bz2

New:

  yast2-vm-3.2.3.tar.bz2



Other differences:
--
++ yast2-vm.spec ++
--- /var/tmp/diff_new_pack.HGGj1S/_old  2017-10-19 19:30:49.572555646 +0200
+++ /var/tmp/diff_new_pack.HGGj1S/_new  2017-10-19 19:30:49.572555646 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-vm
-Version:3.2.2
+Version:3.2.3
 Release:0
 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ yast2-vm-3.2.2.tar.bz2 -> yast2-vm-3.2.3.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.2.2/package/yast2-vm.changes 
new/yast2-vm-3.2.3/package/yast2-vm.changes
--- old/yast2-vm-3.2.2/package/yast2-vm.changes 2017-07-19 16:34:47.259185694 
+0200
+++ new/yast2-vm-3.2.3/package/yast2-vm.changes 2017-10-16 15:06:21.689188007 
+0200
@@ -1,4 +1,17 @@
 ---
+Wed Oct 11 14:59:40 UTC 2017 - agin...@suse.com
+
+- use new pattern name for SLES (same as TW)
+- Remove SLED as this is no more needed
+- BSC#1055459 
+- 3.2.3
+
+---
+
+Wed Jul 19 14:02:32 UTC 2017 - zgock...@gmail.com
+- Fix package Install problem on Tumbleweed (bsc#1040042)
+
+---
 Wed Jul 19 12:36:51 UTC 2017 - jreidin...@suse.com
 
 - add proper dependency on yast2-bootloader (bsc#1048759)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.2.2/package/yast2-vm.spec 
new/yast2-vm-3.2.3/package/yast2-vm.spec
--- old/yast2-vm-3.2.2/package/yast2-vm.spec2017-07-19 16:34:47.259185694 
+0200
+++ new/yast2-vm-3.2.3/package/yast2-vm.spec2017-10-16 15:06:21.693188007 
+0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-vm
-Version:3.2.2
+Version:3.2.3
 Release:0
 Group: System/YaST
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-vm-3.2.2/src/modules/VirtConfig.rb 
new/yast2-vm-3.2.3/src/modules/VirtConfig.rb
--- old/yast2-vm-3.2.2/src/modules/VirtConfig.rb2017-07-19 
16:34:47.263185694 +0200
+++ new/yast2-vm-3.2.3/src/modules/VirtConfig.rb2017-10-16 
15:06:21.693188007 +0200
@@ -99,15 +99,26 @@
   end
   false
 end
-def isSLED
-  Builtins.y2milestone("Checking to see if this is SLED ...")
+def isTumbleweed
+  Builtins.y2milestone("Checking to see if this is Tumbleweed ...")
   distro = OSRelease.ReleaseName
-  if distro.include? "SLED"
+  if distro.include? "Tumbleweed"
 Builtins.y2milestone("Platform is %1", distro)
 return true
   end
   false
 end
+def isSLES
+  Builtins.y2milestone("Checking to see if this is SLES ...")
+  distro = OSRelease.ReleaseName
+  if distro.include? "SLES"
+Builtins.y2milestone("Platform is %1", distro)
+return true
+  else
+return false
+  end
+  false
+end
 
 def isPAEKernel
   # check is we're running on 32 bit pae.
@@ -280,25 +291,6 @@
 ),
   ),
 )
-  elsif isSLED == true
-progress_stages = [
-  _("Verify Installed Packages")
-]
-UI.OpenDialog(
-  HBox(
-HSpacing(2),
-VBox(
-  VSpacing(1),
-  Frame(_("Software to connect to Virtualization 
server"),
-HBox(
-  Left(CheckBox(Id(:client_tools), 
_("Virtualization client tools"))),
-),
-  ),
-