commit python-Cython for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package python-Cython for openSUSE:Factory 
checked in at 2015-08-21 08:24:51

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


Package is "python-Cython"

Changes:

--- /work/SRC/openSUSE:Factory/python-Cython/python-Cython.changes  
2015-08-07 00:20:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-Cython.new/python-Cython.changes 
2015-08-21 08:24:52.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 19 15:23:19 UTC 2015 - bwiedem...@suse.com
+
+- Require python-devel for Python.h (bnc#942385)
+
+---



Other differences:
--
++ python-Cython.spec ++
--- /var/tmp/diff_new_pack.hRehRc/_old  2015-08-21 08:24:53.0 +0200
+++ /var/tmp/diff_new_pack.hRehRc/_new  2015-08-21 08:24:53.0 +0200
@@ -30,6 +30,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  python-devel
 BuildRequires:  python-xml
+Requires:   python-devel
 Requires:   python-xml
 Requires(post): update-alternatives
 Requires(postun): update-alternatives




commit x11-tools for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package x11-tools for openSUSE:Factory 
checked in at 2015-08-21 08:24:40

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


Package is "x11-tools"

Changes:

--- /work/SRC/openSUSE:Factory/x11-tools/x11-tools.changes  2015-08-11 
08:26:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.x11-tools.new/x11-tools.changes 2015-08-21 
08:24:42.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 19 20:00:24 CEST 2015 - ti...@suse.de
+
+- Fix the breakage of default IM selection due to the eval code
+  for ~/.i18n in xim script (bsc#934720, boo#941052)
+
+---



Other differences:
--
++ xim ++
--- /var/tmp/diff_new_pack.q1fyJN/_old  2015-08-21 08:24:43.0 +0200
+++ /var/tmp/diff_new_pack.q1fyJN/_new  2015-08-21 08:24:43.0 +0200
@@ -70,7 +70,7 @@
eval $(set +u +e
   . /etc/profile.d/lang.sh < /dev/null > /dev/null 2>&1
   for cur in $var; do
-  echo export $cur=${!cur}
+  test -n "${!cur}" && echo export $cur=${!cur}
   done)
return
 fi




commit gdk-pixbuf for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package gdk-pixbuf for openSUSE:Factory 
checked in at 2015-08-21 08:24:29

Comparing /work/SRC/openSUSE:Factory/gdk-pixbuf (Old)
 and  /work/SRC/openSUSE:Factory/.gdk-pixbuf.new (New)


Package is "gdk-pixbuf"

Changes:

--- /work/SRC/openSUSE:Factory/gdk-pixbuf/gdk-pixbuf.changes2015-05-18 
21:35:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.gdk-pixbuf.new/gdk-pixbuf.changes   
2015-08-21 08:24:31.0 +0200
@@ -1,0 +2,20 @@
+Wed Aug 19 08:36:31 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.31.6:
+  + Really fix bgo#752297. This is CVE-2015-4491.
+  + Updated translations.
+
+---
+Tue Jul 21 01:12:26 UTC 2015 - zai...@opensuse.org
+
+- Update to version 2.31.5:
+  + Add support for g_autoptr for all object types (bgo#750497).
+  + Avoid a possible divide-by-zero in the pixbuf loader
+(bgo#750440).
+  + Remove gettext .pot file hack (bgo#743574).
+  + Be more careful about integer overflow (bgo#752297).
+  + Updated translations.
+- Drop README from docs as it is now empty.
+- Add generic www.gnome.org URL to silence a few lint warnings.
+
+---

Old:

  gdk-pixbuf-2.31.4.tar.xz

New:

  gdk-pixbuf-2.31.6.tar.xz



Other differences:
--
++ gdk-pixbuf.spec ++
--- /var/tmp/diff_new_pack.fKTfVd/_old  2015-08-21 08:24:32.0 +0200
+++ /var/tmp/diff_new_pack.fKTfVd/_new  2015-08-21 08:24:32.0 +0200
@@ -20,11 +20,12 @@
 %define gdk_pixbuf_binary_version 2.10.0
 
 Name:   gdk-pixbuf
-Version:2.31.4
+Version:2.31.6
 Release:0
 Summary:An image loading library
 License:LGPL-2.1+
 Group:  System/Libraries
+Url:http://www.gnome.org/
 Source: 
http://download.gnome.org/sources/gdk-pixbuf/2.31/%{name}-%{version}.tar.xz
 Source1:macros.gdk-pixbuf
 Source2:README.SUSE
@@ -170,7 +171,7 @@
 
 %files -n libgdk_pixbuf-2_0-0
 %defattr(-, root, root)
-%doc AUTHORS COPYING NEWS README
+%doc AUTHORS COPYING NEWS
 %if "%_lib" == "lib64"
 %doc README.SUSE
 %endif

++ gdk-pixbuf-2.31.4.tar.xz -> gdk-pixbuf-2.31.6.tar.xz ++
 177143 lines of diff (skipped)




commit autofs for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package autofs for openSUSE:Factory checked 
in at 2015-08-21 08:24:35

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


Package is "autofs"

Changes:

--- /work/SRC/openSUSE:Factory/autofs/autofs.changes2015-05-10 
10:54:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.autofs.new/autofs.changes   2015-08-21 
08:24:36.0 +0200
@@ -1,0 +2,85 @@
+Thu Jun 25 23:33:34 UTC 2015 - crrodrig...@opensuse.org
+
+- autofs.service: Use KillMode=mixed so "KillSignal" (SIGTERM) is 
+  only sent to the main process and if still does not exit after
+  "TimeoutStopSec" then "SendSIGKILL" is sent to all remaining 
+  processes of the unit's control group.
+  This is the desired behaviour for almost all daemons that 
+  execute foreign programs.
+
+---
+Sun May 17 21:00:05 UTC 2015 - lchiqui...@suse.com
+
+- update to version 5.1.1:
+  * fix compile error in defaults.c
+  * add serialization to sasl init
+  * dont allocate dev_ctl_ops too early
+  * fix incorrect round robin host detection
+  * fix race accessing qdn in get_query_dn()
+  * fix leak in cache_push_mapent()
+  * fix config entry read buffer not checked
+  * fix FILE pointer check in defaults_read_config()
+  * fix memory leak in conf_amd_get_log_options()
+  * fix signed comparison in inet_fill_net()
+  * fix buffer size checks in get_network_proximity()
+  * fix leak in get_network_proximity()
+  * fix buffer size checks in merge_options()
+  * check amd lex buffer len before copy
+  * add return check in ldap check_map_indirect()
+  * check host macro is set before use
+  * check options length before use in parse_amd.c
+  * fix some out of order evaluations in parse_amd.c
+  * fix copy and paste error in dup_defaults_entry()
+  * fix leak in parse_mount()
+  * add mutex call return check in defaults.c
+  * force disable browse mode for amd format maps
+  * fix hosts map options check in lookup_amd_instance()
+  * fix memory leak in create_client()
+  * fix memory leak in get_exports()
+  * fix memory leak in get_defaults_entry()
+  * fix out of order clearing of options buffer
+  * fix reset amd lexer scan buffer
+  * ignore multiple commas in options strings
+  * fix typo in flagdir configure option
+  * clarify multiple mounts description
+  * gaurd against incorrect umount return
+  * update man page autofs(8) for systemd
+  * dont pass sloppy option for other than nfs mounts
+  * make service want network-online
+  * fix fix master map type check
+  * init qdn before use in get_query_dn()
+  * fix typo in update_hosts_mounts()
+  * fix hosts map update on reload
+  * make negative cache update consistent for all lookup modules
+  * ensure negative cache isn't updated on remount
+  * dont add wildcard to negative cache
+  * add a prefix to program map stdvars
+  * add config option to force use of program map stdvars
+  * fix incorrect check in parse_mount()
+  * handle duplicates in multi mounts
+  * revert special case cifs escapes
+  * fix map option parsing for 'strictatime'
+  * fix showmount search in auto.net
+  * remove obsolete comment in auto.net
+  * fix macro usage in lookup_program.c
+  * fix gcc5 complaints
+  * remove unused offset handling code
+  * fix mount as you go offset selection
+  * link daemon with pthread library (Debian patch)
+  * manpage corrections (Debian patch)
+  * fix manpages hyphenation (Debian patch).
+- ported patches:
+  * autofs-5.1.0-dbus-udisks-monitor.patch ->
+autofs-5.1.1-dbus-udisks-monitor.patch
+  * autofs-debuginfo-fix.patch -> autofs-5.1.1-debuginfo-fix.patch
+  * autofs-5.0.9-suse-auto_master_default.patch ->
+autofs-5.1.1-suse-auto_master_default.patch
+  * autofs-5.0.9-task-use-after-free.patch ->
+autofs-5.1.1-task-use-after-free.patch
+- remove patches that are now upstream:
+  * autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch
+  * autofs-5.1.0-add-a-prefix-to-program-map-stdvars.patch
+  * autofs-5.1.0-add-config-option-to-force-use-of-program-map-stdvars.patch
+  * autofs-5.1.0-gcc5-fixes.patch
+
+---

Old:

  autofs-5.0.9-suse-auto_master_default.patch
  autofs-5.0.9-task-use-after-free.patch
  autofs-5.1.0-add-a-prefix-to-program-map-stdvars.patch
  autofs-5.1.0-add-config-option-to-force-use-of-program-map-stdvars.patch
  autofs-5.1.0-dbus-udisks-monitor.patch
  autofs-5.1.0-dont-pass-sloppy-option-for-other-than-nfs-mounts.patch
  autofs-5.1.0-gcc5-fixes.patch
  autofs-5.1.0.tar.xz
  autofs-debuginfo-fix.patch

New:

  autofs-5.1.1-dbus-udisks-monitor.patch
  autofs-5.1.1-debuginfo-fix.patch
  autofs-5.1.1-suse-auto_master_default.patch
  autofs-5.1.1-tas

commit gnome-control-center for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2015-08-21 08:24:45

Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and  /work/SRC/openSUSE:Factory/.gnome-control-center.new (New)


Package is "gnome-control-center"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes
2015-05-18 22:18:04.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2015-08-21 08:24:48.0 +0200
@@ -1,0 +2,47 @@
+Wed Aug 19 19:53:20 UTC 2015 - dims...@opensuse.org
+
+- Toggle with_cacert_patch to 1: the patch has been rebased.
+
+---
+Wed Jul 29 10:01:00 UTC 2015 - zai...@opensuse.org
+
+- Add gnome-control-center-fix-nb-tans.patch: Fix translation of
+  Keyboard brightness in Norwegian bokmål (bgo#753005). 
+
+---
+Wed Jul 22 07:39:55 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.3:
+  + Date & Time: Fix accessibility of the hour and minutes
+spinbuttons.
+  + Network:
+- Prevent a use after free crash when removing virtual devices.
+- Fix all Wi-Fi networks having gear buttons.
+- Only share a new wifi connection if the user is allowed to.
+- Fix possible crash when changing airplane mode.
+- Fix possible crash when connections change after Network
+  panel was closed.
+  + Power:
+- Hide Bluetooth power section when w/o BT.
+- Fix "When battery power is critical" label with UPower 1.0.
+- Fix possible crash if up_client_get_devices() fails.
+- Make the automatic suspend row accessible.
+  + Printers:
+- Set focus of the 'New printer dialog' correctly.
+- Fix focus chain of the 'New printer dialog'.
+- Fix setting of page size.
+- Don't expand search entry.
+- Show border around 'No printers detected' text.
+- Check whether we have a device name.
+- Don't show the same device multiple times.
+  + Region & Language: Fixes to the region and language lists.
+- Disable gcc-private-connection.patch for now.
+
+---
+Wed Jul 15 20:51:08 UTC 2015 - zai...@opensuse.org
+
+- Set define with_cacert_patch to 0, stop applying
+  gnome-control-center-probe-radius-server-cert.patch as it has
+  been disabled in NetworkManager.
+
+---

Old:

  gnome-control-center-3.16.2.tar.xz

New:

  gnome-control-center-3.16.3.tar.xz
  gnome-control-center-fix-nb-tans.patch



Other differences:
--
++ gnome-control-center.spec ++
--- /var/tmp/diff_new_pack.7kdrR9/_old  2015-08-21 08:24:49.0 +0200
+++ /var/tmp/diff_new_pack.7kdrR9/_new  2015-08-21 08:24:49.0 +0200
@@ -29,7 +29,7 @@
 %define with_cacert_patch 1
 
 Name:   gnome-control-center
-Version:3.16.2
+Version:3.16.3
 Release:0
 # FIXME: in 12.3 and later, check if we still need patch2 
(gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
 Summary:The GNOME Control Center
@@ -43,12 +43,15 @@
 Patch1: gnome-control-center-hide-firewall-zone-entry.patch
 # PATCH-FEATURE-OPENSUSE gnome-control-center-allow-yast-in-shell.patch 
vu...@opensuse.org -- Allow the launch of the yast shell from the g-c-c shell; 
it's quite ugly, but on the other hand, we don't want to change the behavior of 
the shell except for yast...
 Patch14:gnome-control-center-system-proxy-configuration.patch
-# PATCH-FIX-UPSTREAM gcc-private-connection.patch bnc#751211 bgo#646187 
dims...@opensuse.org -- network: create private connections if the user if not 
authorized
+# PATCH-NEEDS-REBASE - and g-c-c code seems to be moving in "our" direction 
see bgo#751378
+# WAS PATCH-FIX-UPSTREAM gcc-private-connection.patch bnc#751211 bgo#646187 
dims...@opensuse.org -- network: create private connections if the user if not 
authorized
 Patch15:gcc-private-connection.patch
 # PATCH-FIX-UPSTREAM gnome-control-center-probe-radius-server-cert.patch 
bnc#574266 g...@suse.com -- network: Probe the RADIUS server certificate
 Patch16:gnome-control-center-probe-radius-server-cert.patch
 # PATCH-FEATURE-OPENSUSE 
gnome-control-center-follow-polkit-permissions-for-tz.patch boo#904058 
badshah...@gmail.com -- Follow polkit permissions for allowing/locking timezone 
setting changes
 Patch17:gnome-control-center-follow-polkit-permissions-for-tz.patch
+# PATCH-FIX-UPSTREAM gnome-control-center-fix-nb-tans.patch bgo#753005 
zai...@opensuse.org -- Fix translation of Keyboard

commit xen for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xen for openSUSE:Factory checked in 
at 2015-08-21 08:24:24

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


Package is "xen"

Changes:

--- /work/SRC/openSUSE:Factory/xen/xen.changes  2015-07-16 17:15:55.0 
+0200
+++ /work/SRC/openSUSE:Factory/.xen.new/xen.changes 2015-08-21 
08:24:25.0 +0200
@@ -1,0 +2,48 @@
+Tue Jul 28 09:04:13 MDT 2015 - carn...@suse.com
+
+- bsc#939712 - VUL-0: XSA-140: QEMU leak of uninitialized heap
+  memory in rtl8139 device model
+  xsa140-qemuu-1.patch
+  xsa140-qemuu-2.patch
+  xsa140-qemuu-3.patch
+  xsa140-qemuu-4.patch
+  xsa140-qemuu-5.patch
+  xsa140-qemuu-6.patch
+  xsa140-qemuu-7.patch
+  xsa140-qemut-1.patch
+  xsa140-qemut-2.patch
+  xsa140-qemut-3.patch
+  xsa140-qemut-4.patch
+  xsa140-qemut-5.patch
+  xsa140-qemut-6.patch
+  xsa140-qemut-7.patch
+- bsc#939709 - VUL-0: XSA-139: xen: Use after free in QEMU/Xen
+  block unplug protocol
+  xsa139-qemuu.patch
+
+---
+Tue Jul 21 10:03:24 UTC 2015 - oher...@suse.de
+
+- bsc#937371 - xen vm's running after reboot
+  xendomains-libvirtd-conflict.patch
+
+---
+Thu Jul 16 10:14:12 MDT 2015 - carn...@suse.com
+
+- bsc#938344 - VUL-0: CVE-2015-5154: qemu,kvm,xen: host code
+  execution via IDE subsystem CD-ROM  
+  CVE-2015-5154-qemuu-check-array-bounds-before-writing-to-io_buffer.patch
+  CVE-2015-5154-qemut-check-array-bounds-before-writing-to-io_buffer.patch
+  CVE-2015-5154-qemuu-fix-START-STOP-UNIT-command-completion.patch
+  CVE-2015-5154-qemut-fix-START-STOP-UNIT-command-completion.patch
+  CVE-2015-5154-qemuu-clear-DRQ-after-handling-all-expected-accesses.patch
+  CVE-2015-5154-qemut-clear-DRQ-after-handling-all-expected-accesses.patch
+
+---
+Wed Jul 15 08:28:23 UTC 2015 - oher...@suse.de
+
+- Remove xendomains.service from systemd preset file because it
+  conflicts with libvirt-guests.service (bnc#937371)
+  Its up to the admin to run systemctl enable xendomains.service
+
+---
@@ -49,0 +98,5 @@
+
+---
+Tue Jul  7 13:35:34 UTC 2015 - oher...@suse.de
+
+- Adjust more places to use br0 instead of xenbr0

New:

  CVE-2015-5154-qemut-check-array-bounds-before-writing-to-io_buffer.patch
  CVE-2015-5154-qemut-clear-DRQ-after-handling-all-expected-accesses.patch
  CVE-2015-5154-qemut-fix-START-STOP-UNIT-command-completion.patch
  CVE-2015-5154-qemuu-check-array-bounds-before-writing-to-io_buffer.patch
  CVE-2015-5154-qemuu-clear-DRQ-after-handling-all-expected-accesses.patch
  CVE-2015-5154-qemuu-fix-START-STOP-UNIT-command-completion.patch
  xendomains-libvirtd-conflict.patch
  xsa139-qemuu.patch
  xsa140-qemut-1.patch
  xsa140-qemut-2.patch
  xsa140-qemut-3.patch
  xsa140-qemut-4.patch
  xsa140-qemut-5.patch
  xsa140-qemut-6.patch
  xsa140-qemut-7.patch
  xsa140-qemuu-1.patch
  xsa140-qemuu-2.patch
  xsa140-qemuu-3.patch
  xsa140-qemuu-4.patch
  xsa140-qemuu-5.patch
  xsa140-qemuu-6.patch
  xsa140-qemuu-7.patch



Other differences:
--
++ xen.spec ++
--- /var/tmp/diff_new_pack.qbU3ym/_old  2015-08-21 08:24:28.0 +0200
+++ /var/tmp/diff_new_pack.qbU3ym/_new  2015-08-21 08:24:28.0 +0200
@@ -15,7 +15,6 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
 # needssslcertforbuild
 
 Name:   xen
@@ -216,6 +215,21 @@
 Patch12:559bdde5-pull-in-latest-linux-earlycpio.patch
 Patch131:   CVE-2015-4106-xsa131-9.patch
 Patch137:   CVE-2015-3259-xsa137.patch
+Patch139:   xsa139-qemuu.patch
+Patch14001: xsa140-qemuu-1.patch
+Patch14002: xsa140-qemuu-2.patch
+Patch14003: xsa140-qemuu-3.patch
+Patch14004: xsa140-qemuu-4.patch
+Patch14005: xsa140-qemuu-5.patch
+Patch14006: xsa140-qemuu-6.patch
+Patch14007: xsa140-qemuu-7.patch
+Patch14011: xsa140-qemut-1.patch
+Patch14012: xsa140-qemut-2.patch
+Patch14013: xsa140-qemut-3.patch
+Patch14014: xsa140-qemut-4.patch
+Patch14015: xsa140-qemut-5.patch
+Patch14016: xsa140-qemut-6.patch
+Patch14017: xsa140-qemut-7.patch
 # Upstream qemu
 Patch250:   VNC-Support-for-ExtendedKeyEvent-client-message.patch
 Patch251:   0001-net-move-the-tap-buffer-into-TAPState.patch
@@ -226,6 +240,12 @@
 Patch256:   0006-e1000-clear-EOP-for-multi-buffer-descriptors.patch
 Patch257:   0007-e1000-verify-we-have-buffers-upfront.patch
 Patch258:   0008-e1000-check-buffer-availability.patch
+

commit ufraw for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package ufraw for openSUSE:Factory checked 
in at 2015-08-21 07:41:25

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


Package is "ufraw"

Changes:

--- /work/SRC/openSUSE:Factory/ufraw/ufraw.changes  2015-03-03 
11:15:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.ufraw.new/ufraw.changes 2015-08-21 
07:41:59.0 +0200
@@ -1,0 +2,18 @@
+Wed Aug 19 13:29:29 UTC 2015 - idon...@suse.com
+
+- Add conflicts with dcraw 
+
+---
+Sun Jun 21 15:33:10 UTC 2015 - g...@ogimet.com
+
+- Added configuration options 
+  * --enable-dst-correction 
+  * --enable-extras 
+
+---
+Sun Jun 21 10:39:15 UTC 2015 - g...@ogimet.com
+
+- Updated to version 0.22
+- Added FITS support
+
+---

Old:

  ufraw-0.21.tar.gz

New:

  ufraw-0.22.tar.gz



Other differences:
--
++ ufraw.spec ++
--- /var/tmp/diff_new_pack.xSOT3K/_old  2015-08-21 07:42:00.0 +0200
+++ /var/tmp/diff_new_pack.xSOT3K/_new  2015-08-21 07:42:00.0 +0200
@@ -18,6 +18,9 @@
 
 Name:   ufraw
 BuildRequires:  automake
+%if 0%{?suse_version} > 1310
+BuildRequires:  cfitsio-devel
+%endif
 BuildRequires:  gcc-c++
 BuildRequires:  gimp-devel
 BuildRequires:  lensfun-devel
@@ -29,10 +32,11 @@
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  update-desktop-files
+Conflicts:  dcraw
 Url:http://ufraw.sourceforge.net/
 # gimptool-2.0 --gimpplugindir
 %define _gimpplugindir %(gimptool-2.0 --gimpplugindir)
-Version:0.21
+Version:0.22
 Release:0
 Summary:The Unidentified Flying Raw
 License:GPL-2.0+
@@ -100,7 +104,9 @@
 %endif
 export CXXFLAGS="$CFLAGS"
 autoreconf -fi
-%configure --enable-contrast
+%configure --enable-contrast \
+  --enable-dst-correction \
+  --enable-extras
 make %{?_smp_mflags}
 
 %install

++ ufraw-0.21.tar.gz -> ufraw-0.22.tar.gz ++
 18440 lines of diff (skipped)




commit trinity for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2015-08-21 07:41:30

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


Package is "trinity"

Changes:

--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2015-07-12 
22:52:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes 2015-08-21 
07:42:02.0 +0200
@@ -1,0 +2,6 @@
+Wed Aug 19 14:40:47 UTC 2015 - mplus...@suse.com
+
+- Update to 20150804
+- Drop older-distros.patch it is already part of upstream
+
+---

Old:

  older-distros.patch
  trinity-20150629.tar.xz

New:

  trinity-20150804.tar.xz



Other differences:
--
++ trinity.spec ++
--- /var/tmp/diff_new_pack.xLnvOP/_old  2015-08-21 07:42:03.0 +0200
+++ /var/tmp/diff_new_pack.xLnvOP/_new  2015-08-21 07:42:03.0 +0200
@@ -17,14 +17,13 @@
 
 
 Name:   trinity
-Version:20150629
+Version:20150804
 Release:0
 Summary:A Linux System call fuzz tester
 License:GPL-2.0
 Group:  Development/Tools/Other
 Url:http://codemonkey.org.uk/projects/trinity/
 Source0:%{name}-%{version}.tar.xz
-Patch0: older-distros.patch
 BuildRequires:  gcc
 BuildRequires:  make
 BuildRequires:  xz
@@ -38,7 +37,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 ./configure.sh

++ trinity-20150629.tar.xz -> trinity-20150804.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-20150629/fds/sockets.c 
new/trinity-20150804/fds/sockets.c
--- old/trinity-20150629/fds/sockets.c  2015-06-30 11:29:30.0 +0200
+++ new/trinity-20150804/fds/sockets.c  2015-08-19 16:40:29.0 +0200
@@ -36,8 +36,10 @@
so->optval = 0;
 
 retry:
-   if (so->optval != 0)
+   if (so->optval != 0) {
free((void *) so->optval);
+   so->optval = 0;
+   }
 
do_setsockopt(so, triplet);
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-20150629/include/compat.h 
new/trinity-20150804/include/compat.h
--- old/trinity-20150629/include/compat.h   2015-06-30 11:29:30.0 
+0200
+++ new/trinity-20150804/include/compat.h   2015-08-19 16:40:29.0 
+0200
@@ -275,6 +275,9 @@
 #ifndef PR_SET_CHILD_SUBREAPER
 #define PR_SET_CHILD_SUBREAPER  36
 #define PR_GET_CHILD_SUBREAPER  37
+#endif
+
+#ifndef PR_SET_NO_NEW_PRIVS
 #define PR_SET_NO_NEW_PRIVS 38
 #define PR_GET_NO_NEW_PRIVS 39
 #define PR_GET_TID_ADDRESS  40
@@ -1018,6 +1021,17 @@
 #endif
 
 /* time.h */
+#ifndef CLOCK_MONOTONIC_RAW
+#define CLOCK_MONOTONIC_RAW 4
+#endif
 #ifndef CLOCK_BOOTTIME
 #define CLOCK_BOOTTIME 7
 #endif
+
+/* asm-generic/poll.h */
+#ifndef POLLFREE
+#define POLLFREE 0x4000
+#endif
+#ifndef POLL_BUSY_LOOP
+#define POLL_BUSY_LOOP 0x8000
+#endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-20150629/include/syscalls-aarch64.h 
new/trinity-20150804/include/syscalls-aarch64.h
--- old/trinity-20150629/include/syscalls-aarch64.h 2015-06-30 
11:29:30.0 +0200
+++ new/trinity-20150804/include/syscalls-aarch64.h 2015-08-19 
16:40:29.0 +0200
@@ -289,4 +289,7 @@
 /* 276 */  { .entry = &syscall_renameat2 },
 /* 277 */  { .entry = &syscall_seccomp },
 /* 278 */  { .entry = &syscall_getrandom },
+/* 279 */  { .entry = &syscall_memfd_create },
+/* 280 */  { .entry = &syscall_bpf },
+/* 281 */  { .entry = &syscall_execveat },
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-20150629/ioctls/vt.c 
new/trinity-20150804/ioctls/vt.c
--- old/trinity-20150629/ioctls/vt.c2015-06-30 11:29:30.0 +0200
+++ new/trinity-20150804/ioctls/vt.c2015-08-19 16:40:29.0 +0200
@@ -2,6 +2,7 @@
 #include 
 #include 
 #include 
+#include 
 
 #include "utils.h"
 #include "ioctls.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/trinity-20150629/net/proto-atm.c 
new/trinity-20150804/net/proto-atm.c
--- old/trinity-20150629/net/proto-atm.c2015-06-30 11:29:30.0 
+0200
+++ new/trinity-20150804/net/proto-atm.c2015-08-19 16:40:29.0 
+0200
@@ -52,8 +52,5 @@
 
 void atm_setsockopt(struct sockopt *so)
 {
-   unsigned char val;
-
-   val = RAND_ARRAY(atm_opts);
-   so->optname = atm_opts[val];
+   so->optname = RAND_ARRAY(atm_opts);
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=

commit docker for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package docker for openSUSE:Factory checked 
in at 2015-08-21 07:41:45

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


Package is "docker"

Changes:

--- /work/SRC/openSUSE:Factory/docker/docker.changes2015-07-25 
07:44:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.docker.new/docker.changes   2015-08-21 
07:42:18.0 +0200
@@ -1,0 +2,15 @@
+Thu Aug 13 09:00:25 UTC 2015 - jmassaguer...@suse.com
+
+- Update to docker 1.8.1(bsc#942369 and bsc#942370):
+  - Fix a bug where pushing multiple tags would result in invalid images
+
+- Update to docker 1.8.0:
+  see detailed changelog in
+
+  https://github.com/docker/docker/releases/tag/v1.8.0 
+
+- remove docker-netns-aarch64.patch: This patch was adding 
+   vendor/src/github.com/vishvananda/netns/netns_linux_arm64.go
+  which is now included upstream, so we don't need this patch anymore
+
+---

Old:

  docker-1.7.1.tar.bz2
  docker-netns-aarch64.patch

New:

  docker-1.8.1.tar.bz2



Other differences:
--
++ docker.spec ++
--- /var/tmp/diff_new_pack.KiTZ8H/_old  2015-08-21 07:42:19.0 +0200
+++ /var/tmp/diff_new_pack.KiTZ8H/_new  2015-08-21 07:42:19.0 +0200
@@ -19,7 +19,7 @@
 %define git_version 786b29d
 %define go_arches %ix86 x86_64
 Name:   docker
-Version:1.7.1
+Version:1.8.1
 Release:0
 Summary:The Linux container runtime
 License:Apache-2.0
@@ -49,7 +49,6 @@
 # to simply disable this check
 Patch100:   ignore-dockerinit-checksum.patch
 Patch101:   gcc-go-build-static-libgo.patch
-Patch102:   docker-netns-aarch64.patch
 BuildRequires:  bash-completion
 BuildRequires:  device-mapper-devel >= 1.2.68
 BuildRequires:  glibc-devel-static
@@ -145,7 +144,6 @@
 %patch100
 %patch101
 %endif
-%patch102
 cp %{SOURCE7} .
 find . -name ".gitignore" | xargs rm
 

++ docker-1.7.1.tar.bz2 -> docker-1.8.1.tar.bz2 ++
/work/SRC/openSUSE:Factory/docker/docker-1.7.1.tar.bz2 
/work/SRC/openSUSE:Factory/.docker.new/docker-1.8.1.tar.bz2 differ: char 11, 
line 1

++ fix-docker-init.patch ++
--- /var/tmp/diff_new_pack.KiTZ8H/_old  2015-08-21 07:42:19.0 +0200
+++ /var/tmp/diff_new_pack.KiTZ8H/_new  2015-08-21 07:42:19.0 +0200
@@ -1,12 +1,10 @@
-Index: docker/hack/make/.dockerinit
-===
 docker.orig/hack/make/.dockerinit
-+++ docker/hack/make/.dockerinit
-@@ -29,5 +29,7 @@ else
+diff -Naur a/hack/make/.dockerinit b/hack/make/.dockerinit
+--- a/hack/make/.dockerinit2015-08-11 18:35:27.0 +0200
 b/hack/make/.dockerinit2015-08-12 18:14:25.743452565 +0200
+@@ -29,5 +29,6 @@
exit 1
  fi
  
 +/usr/bin/strip -s $DEST/dockerinit-$VERSION
-+
  # sha1 our new dockerinit to ensure separate docker and dockerinit always run 
in a perfect pair compiled for one another
  export DOCKER_INITSHA1=$($sha1sum "$DEST/dockerinit-$VERSION" | cut -d' ' -f1)

++ ignore-dockerinit-checksum.patch ++
--- /var/tmp/diff_new_pack.KiTZ8H/_old  2015-08-21 07:42:19.0 +0200
+++ /var/tmp/diff_new_pack.KiTZ8H/_new  2015-08-21 07:42:19.0 +0200
@@ -1,5 +1,6 @@
 utils/utils.go
-+++ utils/utils.go
+diff -Naur a/utils/utils.go b/utils/utils.go
+--- a/utils/utils.go   2015-08-11 18:35:27.0 +0200
 b/utils/utils.go   2015-08-12 18:06:47.930445696 +0200
 @@ -76,7 +76,7 @@
}
return os.SameFile(targetFileInfo, selfPathFileInfo)
@@ -8,4 +9,4 @@
 +  return true
  }
  
- // Figure out the path of our dockerinit (which may be SelfPath())
+ // DockerInitPath figures out the path of our dockerinit (which may be 
SelfPath())

++ libcontainer-apparmor-fixes.patch ++
--- /var/tmp/diff_new_pack.KiTZ8H/_old  2015-08-21 07:42:19.0 +0200
+++ /var/tmp/diff_new_pack.KiTZ8H/_new  2015-08-21 07:42:19.0 +0200
@@ -1,12 +1,11 @@
-Index: docker/vendor/src/github.com/docker/libcontainer/apparmor/gen.go
-===
 docker.orig/vendor/src/github.com/docker/libcontainer/apparmor/gen.go
-+++ docker/vendor/src/github.com/docker/libcontainer/apparmor/gen.go
-@@ -25,7 +25,6 @@ profile {{.Name}} flags=(attach_disconne
-   network,
-   capability,
-   file,
--  umount,
+diff -Naur a/contrib/apparmor/docker-engine b/contrib/apparmor/docker-engine
+--- a/contrib/apparmor/docker-engine   2015-08-11 18:35:27.0 +0200
 b/contrib/apparmor/docker-engine   2015-08-12 18:05:07.608444190 +0200
+@@ -13,7 +13,6 @@
+   mount -> /sys/**,
+   mount -> /run/docker/net

commit caja-extensions for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package caja-extensions for openSUSE:Factory 
checked in at 2015-08-21 07:41:29

Comparing /work/SRC/openSUSE:Factory/caja-extensions (Old)
 and  /work/SRC/openSUSE:Factory/.caja-extensions.new (New)


Package is "caja-extensions"

Changes:

--- /work/SRC/openSUSE:Factory/caja-extensions/caja-extensions.changes  
2015-07-05 18:02:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.caja-extensions.new/caja-extensions.changes 
2015-08-21 07:42:01.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 14:51:38 UTC 2015 - sor.ale...@meowr.ru
+
+- Build Gajim module for openSUSE Leap 42.x.
+
+---



Other differences:
--
++ caja-extensions.spec ++
--- /var/tmp/diff_new_pack.UsvOrA/_old  2015-08-21 07:42:02.0 +0200
+++ /var/tmp/diff_new_pack.UsvOrA/_new  2015-08-21 07:42:02.0 +0200
@@ -92,7 +92,7 @@
 The core package includes CD burner, archiving, email client links
 and devices.
 
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
 %package -n  caja-sendto-gajim
 Summary:Gajim integration for the Caja file manager
 Group:  System/GUI/Other
@@ -197,6 +197,10 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 %find_lang %{name}
 
+%if 0%{?suse_version} <= 1320 && !(0%{?suse_version} == 1315 && 
0%{?is_opensuse})
+rm -f %{buildroot}%{_libdir}/caja-sendto/plugins/libnstgajim.so
+%endif
+
 if [ -d %{buildroot}%{_datadir}/MateConf/ ]; then
 rm -rf %{buildroot}%{_datadir}/MateConf/
 fi
@@ -249,7 +253,7 @@
 %{_libdir}/caja-sendto/plugins/libnstemailclient.so
 %{_mandir}/man?/caja-sendto.?%{?ext_man}
 
-%if 0%{?suse_version} > 1320
+%if 0%{?suse_version} > 1320 || (0%{?suse_version} == 1315 && 0%{?is_opensuse})
 %files -n caja-sendto-gajim
 %defattr(-,root,root)
 %{_libdir}/caja-sendto/plugins/libnstgajim.so




commit libgaminggear for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package libgaminggear for openSUSE:Factory 
checked in at 2015-08-21 07:41:38

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


Package is "libgaminggear"

Changes:

--- /work/SRC/openSUSE:Factory/libgaminggear/libgaminggear.changes  
2015-08-05 19:14:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgaminggear.new/libgaminggear.changes 
2015-08-21 07:42:12.0 +0200
@@ -1,0 +2,12 @@
+Wed Aug 19 23:27:02 UTC 2015 - mrueck...@suse.de
+
+- update to 0.11.0
+  - Added: Import for Roccat Swarm macro files
+  - Fixed: Macroeditor clipboard pasting now handles \t,\n,\r
+  - Software implementation of shortcuts/macros now handle multiple
+events like Roccats hardware implementation
+- add head.patch (d4c46c76342a9c4d5c213cf5d42f36a8f39e0e1e):
+  fixes compilation of the swarm config converter. patch can be
+  removed with the next update.
+
+---

Old:

  libgaminggear-0.10.1.tar.bz2

New:

  head.patch
  libgaminggear-0.11.0.tar.bz2



Other differences:
--
++ libgaminggear.spec ++
--- /var/tmp/diff_new_pack.oPYLzP/_old  2015-08-21 07:42:12.0 +0200
+++ /var/tmp/diff_new_pack.oPYLzP/_new  2015-08-21 07:42:12.0 +0200
@@ -18,13 +18,14 @@
 
 %define majorversion 0
 Name:   libgaminggear
-Version:0.10.1
+Version:0.11.0
 Release:0
 Summary:Library for gaming input devices
 License:GPL-2.0 and CC-BY-3.0
 Group:  Development/Libraries/C and C++
 Url:https://sourceforge.net/projects/libgaminggear/
 Source: 
http://downloads.sourceforge.net/project/%{name}/%{name}-%{version}.tar.bz2
+Patch:  head.patch
 BuildRequires:  cmake >= 2.6.4
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -84,6 +85,7 @@
 
 %prep
 %setup -q
+%patch -p1
 
 %build
 %cmake

++ head.patch ++
commit d4c46c76342a9c4d5c213cf5d42f36a8f39e0e1e
Author: Stefan Achatz 
Date:   Fri Aug 14 11:36:58 2015 +0200

Fixed compilation problems of Swarm macro converter

diff --git a/libgaminggear/macros_converter_roccat_swarm.c 
b/libgaminggear/macros_converter_roccat_swarm.c
index c2dc834..69f8fac 100644
--- a/libgaminggear/macros_converter_roccat_swarm.c
+++ b/libgaminggear/macros_converter_roccat_swarm.c
@@ -64,11 +64,10 @@ static void swarm_macro_set_name(SwarmMacro *macro, gchar 
const *new_name) {
g_strlcpy((gchar *)(macro->name), new_name, SWARM_MACRO_NAME_LENGTH);
 }
 
-static gboolean read32be(int fd, guint32 *value, GError **error) {
-   guint32 buffer;
+static gboolean myread(int fd, void *buffer, size_t nbytes, GError **error) {
int result;
 
-   result = read(fd, &buffer, sizeof(guint32));
+   result = read(fd, buffer, nbytes);
if (result == 0) {
g_set_error(error, G_FILE_ERROR, G_FILE_ERROR_IO, _("Trying to 
read behind file boundaries"));
return FALSE;
@@ -76,26 +75,37 @@ static gboolean read32be(int fd, guint32 *value, GError 
**error) {
g_set_error(error, G_FILE_ERROR, 
g_file_error_from_errno(errno), _("Could not read: %s"), g_strerror(errno));
return FALSE;
}
-
-   *value = GUINT32_FROM_BE(buffer);
return TRUE;
 }
 
-static gboolean write32be(int fd, guint32 value, GError **error) {
+static gboolean read32be(int fd, guint32 *value, GError **error) {
guint32 buffer;
int result;
 
-   buffer = GUINT32_TO_BE(value);
+   result = myread(fd, &buffer, sizeof(guint32), error);
+   if (!result)
+   return FALSE;
+
+   *value = GUINT32_FROM_BE(buffer);
 
-   result = write(fd, &buffer, sizeof(guint32));
-   if (result < 0) {
+   return TRUE;
+}
+
+static gboolean mywrite(int fd, void const *buffer, size_t nbytes, GError 
**error) {
+   if (write(fd, buffer, nbytes) < 0) {
g_set_error(error, G_FILE_ERROR, 
g_file_error_from_errno(errno), _("Could not write: %s"), g_strerror(errno));
return FALSE;
}
-
return TRUE;
 }
 
+static gboolean write32be(int fd, guint32 value, GError **error) {
+   guint32 buffer;
+   buffer = GUINT32_TO_BE(value);
+
+   return mywrite(fd, &buffer, sizeof(guint32), error);
+}
+
 static void utf16_from_be(gunichar2 *data, guint length) {
guint i;
 
@@ -165,7 +175,7 @@ gboolean macros_conversions_roccat_swarm_export(gchar const 
*filename, Gaminggea
glong size;
int fd;
 
-   fd = open(filename, O_WRONLY | O_CREAT);
+   fd = open(filename, O_WRONLY | O_CREAT, 0666);
if (fd < 0) {
g_

commit xtables-geoip for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xtables-geoip for openSUSE:Factory 
checked in at 2015-08-21 07:41:24

Comparing /work/SRC/openSUSE:Factory/xtables-geoip (Old)
 and  /work/SRC/openSUSE:Factory/.xtables-geoip.new (New)


Package is "xtables-geoip"

Changes:

--- /work/SRC/openSUSE:Factory/xtables-geoip/xtables-geoip.changes  
2015-07-28 11:43:32.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtables-geoip.new/xtables-geoip.changes 
2015-08-21 07:41:57.0 +0200
@@ -1,0 +2,5 @@
+Wed Aug 19 10:41:47 UTC 2015 - jeng...@inai.de
+
+- Update database files to 2015.08
+
+---



Other differences:
--
++ xtables-geoip.spec ++
--- /var/tmp/diff_new_pack.uXawDk/_old  2015-08-21 07:41:58.0 +0200
+++ /var/tmp/diff_new_pack.uXawDk/_new  2015-08-21 07:41:58.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xtables-geoip
-Version:2015.07
+Version:2015.08
 Release:0
 Summary:Geolocation database files for xt_geoip
 License:CC-BY-SA-3.0
@@ -62,6 +62,6 @@
 
 %files
 %defattr(-,root,root)
-%_datadir/xt_geoip
+%_datadir/xt_geoip/
 
 %changelog

++ GeoIPCountryWhois.csv.xz ++
 2525 lines (skipped)
 between GeoIPCountryWhois.csv.xz
 and /work/SRC/openSUSE:Factory/.xtables-geoip.new/GeoIPCountryWhois.csv.xz

++ GeoIPv6.csv.xz ++
 898 lines (skipped)
 between GeoIPv6.csv.xz
 and /work/SRC/openSUSE:Factory/.xtables-geoip.new/GeoIPv6.csv.xz




commit roccat-tools for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package roccat-tools for openSUSE:Factory 
checked in at 2015-08-21 07:41:41

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


Package is "roccat-tools"

Changes:

--- /work/SRC/openSUSE:Factory/roccat-tools/roccat-tools.changes
2015-08-05 19:14:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.roccat-tools.new/roccat-tools.changes   
2015-08-21 07:42:13.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 19 23:24:32 UTC 2015 - mrueck...@suse.de
+
+- update to 3.6.0
+  * Added: Support for Nyth
+  * Added: New soundfiles
+  * Added: Firmware updater for Ryos TKL Pro
+  * Removed: Firmware updater for Tyon
+
+---

Old:

  roccat-tools-3.5.0.tar.bz2

New:

  roccat-tools-3.6.0.tar.bz2



Other differences:
--
++ roccat-tools.spec ++
--- /var/tmp/diff_new_pack.ayW48c/_old  2015-08-21 07:42:14.0 +0200
+++ /var/tmp/diff_new_pack.ayW48c/_new  2015-08-21 07:42:14.0 +0200
@@ -18,7 +18,7 @@
 %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir 
udev)/rules.d}
 
 Name:   roccat-tools
-Version:3.5.0
+Version:3.6.0
 Release:0
 License:GPL-2.0+ and CC-BY-3.0
 Group:  Hardware/Other
@@ -30,7 +30,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
-BuildRequires:  pkgconfig(gaminggear-0) >= 0.10.1
+BuildRequires:  pkgconfig(gaminggear-0) >= 0.11.0
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.20
 BuildRequires:  pkgconfig(gudev-1.0)
 BuildRequires:  pkgconfig(libcanberra)
@@ -202,6 +202,17 @@
 Requires:   roccat-tools-devel = %{version}
 Requires:   roccat-tyon = %{version}
 
+%package -n roccat-nyth
+Summary:Roccat Nyth userlandtools
+Group:  Hardware/Other
+Requires:   roccat-tools = %{version}
+
+%package -n roccat-nyth-devel
+Summary:Development header for Roccat Nyth
+Group:  Development/Libraries/C and C++
+Requires:   roccat-tools-devel = %{version}
+Requires:   roccat-nyth = %{version}
+
 %description
 Roccat consists of a shared library and other files shared by device specific
 applications for Roccat hardware.
@@ -354,6 +365,17 @@
 of a Roccat Tyon mouse.
 Here are the development headers needed to compile software that uses libtyon.
 
+%description -n roccat-nyth
+Nyth consists of a shared library, a console application and a GUI application.
+It helps users of the Nyth kernel driver to manipulate the profiles and 
settings
+of a Roccat Nyth mouse.
+
+%description -n roccat-nyth-devel
+Nyth consists of a shared library, a console application and a GUI application.
+It helps users of the Nyth kernel driver to manipulate the profiles and 
settings
+of a Roccat Nyth mouse.
+Here are the development headers needed to compile software that uses libtyon.
+
 
 %prep
 %setup -q -n roccat-tools-%{version}
@@ -544,6 +566,18 @@
 %icon_theme_cache_postun
 %{?udev_rules_update:%udev_rules_update}
 
+%post -n roccat-nyth
+/sbin/ldconfig
+%desktop_database_post
+%icon_theme_cache_post
+%{?udev_rules_update:%udev_rules_update}
+
+%postun -n roccat-nyth
+/sbin/ldconfig
+%desktop_database_postun
+%icon_theme_cache_postun
+%{?udev_rules_update:%udev_rules_update}
+
 %files -f build/roccat-tools.lang
 %defattr(-,root,root)
 %doc README COPYING Changelog
@@ -801,4 +835,19 @@
 %defattr(-,root,root)
 %{_libdir}/libroccattyon.so
 
+%files -n roccat-nyth
+%defattr(-,root,root)
+%{_bindir}/roccatnythconfig
+%{_bindir}/roccatnythcontrol
+%{_libdir}/libroccatnyth.so.*
+%{_libdir}/gaminggear_plugins/libnythgfxplugin.so
+%{_libdir}/roccat/libnytheventhandler.so
+%{_udevrulesdir}/90-roccat-nyth.rules
+%{_datadir}/man/*/man1/roccatnythcontrol.1*
+%{_datadir}/applications/roccatnythconfig.desktop
+
+%files -n roccat-nyth-devel
+%defattr(-,root,root)
+%{_libdir}/libroccatnyth.so
+
 %changelog

++ roccat-tools-3.5.0.tar.bz2 -> roccat-tools-3.6.0.tar.bz2 ++
 34554 lines of diff (skipped)




commit maxima for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package maxima for openSUSE:Factory checked 
in at 2015-08-21 07:41:36

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


Package is "maxima"

Changes:

--- /work/SRC/openSUSE:Factory/maxima/maxima.changes2015-05-18 
22:24:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.maxima.new/maxima.changes   2015-08-21 
07:42:10.0 +0200
@@ -1,0 +2,8 @@
+Tue Aug 18 10:25:22 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.37.0:
+  + Changes undocumented by upstream.
+- Disable %check because there seems to be an upstream issue with
+  make check in the Makefile causing build failures.
+
+---

Old:

  maxima-5.36.1.tar.gz

New:

  maxima-5.37.0.tar.gz



Other differences:
--
++ maxima.spec ++
--- /var/tmp/diff_new_pack.joM95Y/_old  2015-08-21 07:42:11.0 +0200
+++ /var/tmp/diff_new_pack.joM95Y/_new  2015-08-21 07:42:11.0 +0200
@@ -28,7 +28,7 @@
 %define gcl_flags --disable-gcl
 
 Name:   maxima
-Version:5.36.1
+Version:5.37.0
 Release:0
 #%%major_version is used only to package the latest changelog file, however 
upstream doesn't package the 5.36 changelog yet, so don't change this for now
 %define major_version 5.34
@@ -182,8 +182,8 @@
 --enable-recode
 make %{?_smp_mflags}
 
-%check
-make check
+#%check
+#make check
 
 %install
 %makeinstall install-info

++ maxima-5.36.1.tar.gz -> maxima-5.37.0.tar.gz ++
/work/SRC/openSUSE:Factory/maxima/maxima-5.36.1.tar.gz 
/work/SRC/openSUSE:Factory/.maxima.new/maxima-5.37.0.tar.gz differ: char 5, 
line 1




commit freshplayerplugin for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package freshplayerplugin for 
openSUSE:Factory checked in at 2015-08-21 07:41:33

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


Package is "freshplayerplugin"

Changes:

--- /work/SRC/openSUSE:Factory/freshplayerplugin/freshplayerplugin.changes  
2015-08-02 22:46:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.freshplayerplugin.new/freshplayerplugin.changes 
2015-08-21 07:42:04.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug 18 14:51:38 UTC 2015 - sor.ale...@meowr.ru
+
+- Update to 0.3.2:
+  * Fix fullscreen geometry issues (black screen with a tiny video
+in top left corner).
+  * Synchronize with vertical blank in fullscreen mode.
+  * Add autoconnect and server autostart configuration for JACK
+output.
+  * Add NPAPI:AudioControl support.
+- Do not build libpdf and NaCl plugins after all as they do not
+  work (placeholders).
+
+---

Old:

  freshplayerplugin-0.3.1.tar.gz

New:

  freshplayerplugin-0.3.2.tar.gz



Other differences:
--
++ freshplayerplugin.spec ++
--- /var/tmp/diff_new_pack.MlLTOo/_old  2015-08-21 07:42:05.0 +0200
+++ /var/tmp/diff_new_pack.MlLTOo/_new  2015-08-21 07:42:05.0 +0200
@@ -19,7 +19,7 @@
 %bcond_with restricted
 %bcond_with gtk3
 Name:   freshplayerplugin
-Version:0.3.1
+Version:0.3.2
 Release:0
 Summary:PPAPI2NPAPI compatibility layer
 License:MIT
@@ -106,8 +106,6 @@
 pushd build
 cmake \
   -DLIB_INSTALL_DIR=%{_libdir} \
-  -DWITH_NACL=TRUE \
-  -DWITH_LIBPDF=TRUE   \
 %if %{with gtk3}
   -DWITH_GTK=3 \
 %else
@@ -138,8 +136,6 @@
 %defattr(-,root,root)
 %doc ChangeLog COPYING README.md LICENSE
 %config %{_sysconfdir}/freshwrapper.conf
-%{_libdir}/browser-plugins/libfreshwrapper-libpdf.so
-%{_libdir}/browser-plugins/libfreshwrapper-nacl.so
 %{_libdir}/browser-plugins/libfreshwrapper-pepperflash.so
 
 %changelog

++ freshplayerplugin-0.3.1.tar.gz -> freshplayerplugin-0.3.2.tar.gz ++
 2635 lines of diff (skipped)




commit xtables-addons for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xtables-addons for openSUSE:Factory 
checked in at 2015-08-21 07:41:21

Comparing /work/SRC/openSUSE:Factory/xtables-addons (Old)
 and  /work/SRC/openSUSE:Factory/.xtables-addons.new (New)


Package is "xtables-addons"

Changes:

--- /work/SRC/openSUSE:Factory/xtables-addons/xtables-addons.changes
2015-07-14 17:45:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.xtables-addons.new/xtables-addons.changes   
2015-08-21 07:41:55.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 19 10:39:50 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2.8
+* Support for Linux 4.2
+* Enable xt_ECHO
+
+---

Old:

  xtables-addons-2.7.tar.asc
  xtables-addons-2.7.tar.xz

New:

  xtables-addons-2.8.tar.asc
  xtables-addons-2.8.tar.xz



Other differences:
--
++ xtables-addons.spec ++
--- /var/tmp/diff_new_pack.kzMDuf/_old  2015-08-21 07:41:56.0 +0200
+++ /var/tmp/diff_new_pack.kzMDuf/_new  2015-08-21 07:41:56.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   xtables-addons
-Version:2.7
+Version:2.8
 Release:0
 Summary:IP Packet Filter Administration Extensions
 License:GPL-2.0 and GPL-2.0+
@@ -34,7 +34,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  %kernel_module_package_buildreqs
 BuildRequires:  kernel-syms >= 3.7
-BuildRequires:  pkgconfig >= 0.21
+BuildRequires:  pkg-config >= 0.21
 BuildRequires:  xz
 BuildRequires:  pkgconfig(xtables) >= 1.4.5
 Recommends: %name-kmp
@@ -90,7 +90,6 @@
 find "$b/%_libdir" -maxdepth 1 -type l -iname "*.so" -delete;
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files

++ xtables-addons-2.7.tar.xz -> xtables-addons-2.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xtables-addons-2.7/configure 
new/xtables-addons-2.8/configure
--- old/xtables-addons-2.7/configure2015-07-06 06:00:15.0 +0200
+++ new/xtables-addons-2.8/configure2015-08-19 12:39:07.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xtables-addons 2.7.
+# Generated by GNU Autoconf 2.69 for xtables-addons 2.8.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='xtables-addons'
 PACKAGE_TARNAME='xtables-addons'
-PACKAGE_VERSION='2.7'
-PACKAGE_STRING='xtables-addons 2.7'
+PACKAGE_VERSION='2.8'
+PACKAGE_STRING='xtables-addons 2.8'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1325,7 +1325,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xtables-addons 2.7 to adapt to many kinds of systems.
+\`configure' configures xtables-addons 2.8 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1395,7 +1395,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of xtables-addons 2.7:";;
+ short | recursive ) echo "Configuration of xtables-addons 2.8:";;
esac
   cat <<\_ACEOF
 
@@ -1519,7 +1519,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-xtables-addons configure 2.7
+xtables-addons configure 2.8
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1884,7 +1884,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xtables-addons $as_me 2.7, which was
+It was created by xtables-addons $as_me 2.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2750,7 +2750,7 @@
 
 # Define the identity of the package.
  PACKAGE='xtables-addons'
- VERSION='2.7'
+ VERSION='2.8'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -12957,7 +12957,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by xtables-addons $as_me 2.7, which was
+This file was extended by xtables-addons $as_me 2.8, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -13023,7 +13023,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-xtables-addons config.status 2.7
+xtables-addons config.status 2.8
 configured by $0, generated by GNU Autoconf 2.69,
   with o

commit virt-manager for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package virt-manager for openSUSE:Factory 
checked in at 2015-08-21 07:41:35

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


Package is "virt-manager"

Changes:

--- /work/SRC/openSUSE:Factory/virt-manager/virt-manager.changes
2015-07-14 17:45:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.virt-manager.new/virt-manager.changes   
2015-08-21 07:42:06.0 +0200
@@ -1,0 +2,27 @@
+Wed Aug 12 15:22:52 MDT 2015 - carn...@suse.com
+
+- bsc#941464 - virt-convert attempts to create storage pool images
+  even if it already exists
+  virtinst-fix-storage-pool-lookup.patch
+
+---
+Mon Aug 10 11:58:32 MDT 2015 - carn...@suse.com
+
+- Drop the following patches for bsc#938942 as they are not needed.
+  virtman-reset-image-filename-based-on-format.patch
+  virtman-allow-other-disk-formats.patch
+- Upstream bug fixes
+  a9b303fb-fix-copy-host-cpu-definition.patch
+  f81358b0-dont-display-error-if-machine-is-missing-in-XML.patch
+  aebebbf8-report-an-error-for-pxe-install-without-network.patch
+  4970615f-fix-qemu-vs-lxc-detection.patch
+
+---
+Thu Jul 23 09:39:26 MDT 2015 - carn...@suse.com
+
+- bsc#938942 - Can't create a vmguest with raw format image with
+  virt-manager at first installation (option disable) 
+  virtman-reset-image-filename-based-on-format.patch
+  virtman-allow-other-disk-formats.patch
+
+---

New:

  4970615f-fix-qemu-vs-lxc-detection.patch
  a9b303fb-fix-copy-host-cpu-definition.patch
  aebebbf8-report-an-error-for-pxe-install-without-network.patch
  f81358b0-dont-display-error-if-machine-is-missing-in-XML.patch
  virtinst-fix-storage-pool-lookup.patch



Other differences:
--
++ virt-manager.spec ++
--- /var/tmp/diff_new_pack.3zWgkf/_old  2015-08-21 07:42:07.0 +0200
+++ /var/tmp/diff_new_pack.3zWgkf/_new  2015-08-21 07:42:07.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-manager
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define with_guestfs   0
 %define askpass_package"openssh-askpass"
 %define qemu_user  "qemu"
@@ -40,6 +41,10 @@
 Patch2: fc93e154-fix-udp-tcp-host-vs-mode-UI.patch
 Patch3: 34db1af7-fix-adding-iscsi-pools.patch
 Patch4: 76bad650-fix-virt-xml-define-and-update.patch
+Patch5: a9b303fb-fix-copy-host-cpu-definition.patch
+Patch6: f81358b0-dont-display-error-if-machine-is-missing-in-XML.patch
+Patch7: aebebbf8-report-an-error-for-pxe-install-without-network.patch
+Patch8: 4970615f-fix-qemu-vs-lxc-detection.patch
 # SUSE Only
 Patch70:virtman-desktop.patch
 Patch71:virtman-kvm.patch
@@ -80,6 +85,7 @@
 Patch161:   virtinst-xenbus-disk-index-fix.patch
 Patch162:   virtinst-refresh_before_fetch_pool.patch
 Patch163:   virtinst-replace-unar-with-other-archivers.patch
+Patch164:   virtinst-fix-storage-pool-lookup.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -88,7 +94,6 @@
 Requires:   dbus-1-x11
 Requires:   dconf
 Requires:   gtk3
-Requires:   libosinfo >= 0.2.10
 Requires:   python-gconf
 Requires:   virt-manager-common = %{verrel}
 Requires:   vm-install >= 0.5.6
@@ -165,6 +170,10 @@
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
+%patch6 -p1
+%patch7 -p1
+%patch8 -p1
 # SUSE Only
 %patch70 -p1
 %patch71 -p1
@@ -205,6 +214,7 @@
 %patch161 -p1
 %patch162 -p1
 %patch163 -p1
+%patch164 -p1
 
 %build
 %if %{qemu_user}

++ 4970615f-fix-qemu-vs-lxc-detection.patch ++
Subject: addconnection: Fix qemu:///session vs. lxc:/// detection
From: Cole Robinson crobi...@redhat.com Sun Aug 9 12:27:20 2015 -0400
Date: Sun Aug 9 12:27:20 2015 -0400:
Git: 4970615f4870cc5394a46ff6a049ac937b3043d6


diff --git a/virtManager/connect.py b/virtManager/connect.py
index b977fea..7493d14 100644
--- a/virtManager/connect.py
+++ b/virtManager/connect.py
@@ -327,7 +327,8 @@ class vmmConnect(vmmGObjectUI):
 self.populate_uri()
 
 def hypervisor_changed(self, src):
-is_session = (src.get_active() == HV_QEMU_SESSION)
+hv = uiutil.get_list_selection(self.widget("hypervisor"))
+   

commit open-vm-tools for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package open-vm-tools for openSUSE:Factory 
checked in at 2015-08-21 07:41:27

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


Package is "open-vm-tools"

Changes:

--- /work/SRC/openSUSE:Factory/open-vm-tools/open-vm-tools.changes  
2015-08-12 15:12:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.open-vm-tools.new/open-vm-tools.changes 
2015-08-21 07:42:00.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 12 06:54:48 UTC 2015 - dims...@opensuse.org
+
+- For SLE11, the KMP is still required; the .spec file logic is
+  now only enabled in the linked package, the 2nd spec file must
+  not be part of the main package open-vm-tools (as Factory would
+  immediately create the linked package, which would fail building
+  with Linux 4.x) (boo#941384).
+
+---



Other differences:
--
++ open-vm-tools.spec ++
--- /var/tmp/diff_new_pack.J8MLgn/_old  2015-08-21 07:42:01.0 +0200
+++ /var/tmp/diff_new_pack.J8MLgn/_new  2015-08-21 07:42:01.0 +0200
@@ -30,7 +30,7 @@
 
 # The vmhgfs module is currently built for all versions
 # (Shared Folders are not supported under ESX/ESXi, so this driver is not 
necessary for SLES11/12)
-%define vmhgfs %nil
+%define vmhgfs vmhgfs
 
 # exclude AMD PCnet32 LANCE pci.id from Supplements list [bnc#397554]
 %define __find_supplements sh -c '/usr/lib/rpm/find-supplements %{name} | grep 
-v pci:v1022d2000'
@@ -116,7 +116,10 @@
 %if 0%{?suse_version} >= 1310
 Requires:   which
 %endif
-#Requires:   vmware-guest-kmp
+%if 0%{?suse_version} == 1110
+# the KMP package is currently only built for SLE11 inside the devel prj
+Requires:   vmware-guest-kmp
+%endif
 # To prevent autoinstallation on SLES11, exclude supplements from that version
 %if 0%{?suse_version} != 1110
 Supplements:modalias(pci:v15ADd*sv*sd*bc*sc*i*)




commit rpmconf for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package rpmconf for openSUSE:Factory checked 
in at 2015-08-21 07:41:32

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


Package is "rpmconf"

Changes:

--- /work/SRC/openSUSE:Factory/rpmconf/rpmconf.changes  2015-07-08 
06:59:25.0 +0200
+++ /work/SRC/openSUSE:Factory/.rpmconf.new/rpmconf.changes 2015-08-21 
07:42:03.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 18 14:51:38 UTC 2015 - sor.ale...@meowr.ru
+
+- Remove python3-rpmconf-doc which contained a HTML page with the
+  same content as does rpmconf (3) manpage.
+  This also solves odd build failures.
+
+---



Other differences:
--
++ rpmconf.spec ++
--- /var/tmp/diff_new_pack.pFLfsY/_old  2015-08-21 07:42:04.0 +0200
+++ /var/tmp/diff_new_pack.pFLfsY/_new  2015-08-21 07:42:04.0 +0200
@@ -49,21 +49,14 @@
 %description -n python3-%{name}
 Python interface for rpmconf and an essential part of rpmconf.
 
-%package -n python3-%{name}-doc
-Summary:Documentation of python interface for rpmconf
-Group:  Documentation/HTML
-
-%description -n python3-%{name}-doc
-Documentation in HTML generated from code of python3-rpmconf.
-
 %prep
 %setup -q -n %{name}-%{name}-%{version}-1
-sed -i 's/\(SPHINXBUILD \+= \+\).*$/\1sphinx-build-%{py3_ver}/g' docs/Makefile
 
 %build
 python3 setup.py build
 docbook2man %{name}.sgml
-make %{?_smp_mflags} -C docs man html
+make %{?_smp_mflags} -C docs man \
+  SPHINXBUILD=sphinx-build-%{py3_ver}
 
 %install
 python3 setup.py install --skip-build \
@@ -89,9 +82,4 @@
 %{python3_sitelib}/%{name}-*.egg-info
 %{_mandir}/man3/%{name}.3%{?ext_man}
 
-%files -n python3-%{name}-doc
-%defattr(-,root,root)
-%doc LICENSE README TODO
-%doc docs/build/html/
-
 %changelog




commit dropbear for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package dropbear for openSUSE:Factory 
checked in at 2015-08-21 07:41:43

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


Package is "dropbear"

Changes:

--- /work/SRC/openSUSE:Factory/dropbear/dropbear.changes2015-02-06 
10:23:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.dropbear.new/dropbear.changes   2015-08-21 
07:42:16.0 +0200
@@ -1,0 +2,36 @@
+Mon Aug 10 08:13:56 UTC 2015 - thard...@suse.com
+
+- updated to upstream version 2015.68
+  * Reduce local data copying for improved efficiency. Measured 30%
+increase in throughput for connections to localhost
+  * Forwarded TCP ports connect asynchronously and try all available addresses
+(IPv4, IPv6, round robin DNS)
+  * Fix all compile warnings, many patches from Gaël Portay
+Note that configure with -Werror may not be successful on some platforms 
(OS X)
+and some configuration options may still result in unused variable
+warnings.
+  * Use TCP Fast Open on Linux if available. Saves a round trip at connection
+to hosts that have previously been connected.
+Needs a recent Linux kernel and possibly "sysctl -w 
net.ipv4.tcp_fastopen=3"
+Client side is disabled by default pending further compatibility testing
+with networks and systems.
+  * Increase maximum command length to 9000 bytes
+  * Free memory before exiting, patch from Thorsten Horstmann. Useful for
+Dropbear ports to embedded systems and for checking memory leaks
+with valgrind. Only partially implemented for dbclient.
+This is disabled by default, enable with DROPBEAR_CLEANUP in sysoptions.h
+  * DROPBEAR_DEFAULT_CLI_AUTHKEY setting now always prepends home directory 
unless
+there is a leading slash (~ isn't treated specially)
+  * Fix small ECC memory leaks
+  * Tighten validation of Diffie-Hellman parameters, from Florent Daigniere of
+Matta Consulting. Odds of bad values are around 2**-512 -- improbable.
+  * Twofish-ctr cipher is supported though disabled by default
+  * Fix pre-authentication timeout when waiting for client SSH-2.0 banner, 
thanks
+to CL Ouyang
+  * Fix null pointer crash with restrictions in authorized_keys without a 
command, patch from
+Guilhem Moulin
+  * Ensure authentication timeout is handled while reading the initial banner,
+thanks to CL Ouyang for finding it.
+  * Fix null pointer crash when handling bad ECC keys. Found by afl-fuzz
+
+---

Old:

  dropbear-2015.67.tar.bz2
  dropbear-2015.67.tar.bz2.asc
  dropbear.keyring

New:

  dropbear-2015.68.tar.bz2
  dropbear-2015.68.tar.bz2.asc



Other differences:
--
++ dropbear.spec ++
--- /var/tmp/diff_new_pack.VkX9Kr/_old  2015-08-21 07:42:17.0 +0200
+++ /var/tmp/diff_new_pack.VkX9Kr/_new  2015-08-21 07:42:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package dropbear
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,15 +21,14 @@
 %endif
 
 Name:   dropbear
-Version:2015.67
+Version:2015.68
 Release:0
 Summary:A relatively small SSH 2 server and client
 License:MIT
 Group:  Productivity/Networking/SSH
 Url:http://matt.ucc.asn.au/dropbear/dropbear.html
-Source0:
http://matt.ucc.asn.au/dropbear/releases/%{name}-%{version}.tar.bz2
-Source1:
https://matt.ucc.asn.au/dropbear/SHA256SUM.asc#/%{name}-%{version}.tar.bz2.asc
-Source2:dropbear.keyring
+Source0:https://matt.ucc.asn.au/dropbear/%{name}-%{version}.tar.bz2
+Source1:https://matt.ucc.asn.au/dropbear/%{name}-%{version}.tar.bz2.asc
 Source3:dropbear.service
 Source4:dropbear-keygen.service
 Source5:dropbear.sysconfig

++ dropbear-2015.67.tar.bz2 -> dropbear-2015.68.tar.bz2 ++
 5656 lines of diff (skipped)




commit imx-usb-loader for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package imx-usb-loader for openSUSE:Factory 
checked in at 2015-08-21 07:41:13

Comparing /work/SRC/openSUSE:Factory/imx-usb-loader (Old)
 and  /work/SRC/openSUSE:Factory/.imx-usb-loader.new (New)


Package is "imx-usb-loader"

Changes:

--- /work/SRC/openSUSE:Factory/imx-usb-loader/imx-usb-loader.changes
2014-10-16 18:17:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.imx-usb-loader.new/imx-usb-loader.changes   
2015-08-21 07:41:51.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 16:41:29 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- ExcludeArch:ppc ppc64 ppc64le as no 
+
+---



Other differences:
--
++ imx-usb-loader.spec ++
--- /var/tmp/diff_new_pack.35oYor/_old  2015-08-21 07:41:52.0 +0200
+++ /var/tmp/diff_new_pack.35oYor/_new  2015-08-21 07:41:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package imx-usb-loader
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Guillaume GARDET 
 #
 # All modifications and additions to the file contributed by third parties
@@ -16,6 +16,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define git_version 1411759336
 
 Name:   imx-usb-loader
@@ -30,6 +31,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libusb-1_0-devel
 BuildRequires:  pkg-config
+# exclude PowerPC as no 
+ExcludeArch:ppc ppc64 ppc64le
 
 %description
 This utility allows to download and execute code on Freescale i.MX5/i.MX6 and 
Vybrid SoCs through the Serial Download Protocol (SDP). Depending on the board, 
there is usually some kind of recovery button to bring the SoC into serial 
download boot mode, check documentation of your hardware.
@@ -50,7 +53,6 @@
 mkdir -p %{buildroot}/%{_sysconfdir}
 mv %{buildroot}/usr/etc/imx-loader.d/ %{buildroot}/%{_sysconfdir}/imx-loader.d/
 
-
 %files
 %defattr(-,root,root)
 %{_bindir}/imx_uart




commit yast2-journal for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package yast2-journal for openSUSE:Factory 
checked in at 2015-08-21 07:40:57

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


Package is "yast2-journal"

Changes:

--- /work/SRC/openSUSE:Factory/yast2-journal/yast2-journal.changes  
2015-08-05 19:14:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-journal.new/yast2-journal.changes 
2015-08-21 07:40:59.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 18 13:47:54 UTC 2015 - an...@suse.com
+
+- Handle strange journal entries with non-textual messages
+  (bnc#941655)
+- 3.1.2
+
+---

Old:

  yast2-journal-3.1.1.tar.bz2

New:

  yast2-journal-3.1.2.tar.bz2



Other differences:
--
++ yast2-journal.spec ++
--- /var/tmp/diff_new_pack.dStl3l/_old  2015-08-21 07:40:59.0 +0200
+++ /var/tmp/diff_new_pack.dStl3l/_new  2015-08-21 07:40:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-journal
-Version:3.1.1
+Version:3.1.2
 Release:0
 BuildArch:  noarch
 

++ yast2-journal-3.1.1.tar.bz2 -> yast2-journal-3.1.2.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-journal-3.1.1/package/yast2-journal.changes 
new/yast2-journal-3.1.2/package/yast2-journal.changes
--- old/yast2-journal-3.1.1/package/yast2-journal.changes   2015-07-31 
15:42:27.0 +0200
+++ new/yast2-journal-3.1.2/package/yast2-journal.changes   2015-08-18 
16:12:08.0 +0200
@@ -1,4 +1,11 @@
 ---
+Tue Aug 18 13:47:54 UTC 2015 - an...@suse.com
+
+- Handle strange journal entries with non-textual messages
+  (bnc#941655)
+- 3.1.2
+
+---
 Fri Jul 31 13:18:29 UTC 2015 - an...@suse.com
 
 - Synced version numbering with the rest of YaST modules (last
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-journal-3.1.1/package/yast2-journal.spec 
new/yast2-journal-3.1.2/package/yast2-journal.spec
--- old/yast2-journal-3.1.1/package/yast2-journal.spec  2015-07-31 
15:42:27.0 +0200
+++ new/yast2-journal-3.1.2/package/yast2-journal.spec  2015-08-18 
16:12:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   yast2-journal
-Version:3.1.1
+Version:3.1.2
 Release:0
 BuildArch:  noarch
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-journal-3.1.1/src/lib/systemd_journal/entry_presenter.rb 
new/yast2-journal-3.1.2/src/lib/systemd_journal/entry_presenter.rb
--- old/yast2-journal-3.1.1/src/lib/systemd_journal/entry_presenter.rb  
2015-07-31 15:42:27.0 +0200
+++ new/yast2-journal-3.1.2/src/lib/systemd_journal/entry_presenter.rb  
2015-08-18 16:12:08.0 +0200
@@ -49,5 +49,11 @@
 def formatted_time
   Yast::Builtins.strftime(timestamp, TIME_FORMAT)
 end
+
+# Message string
+def message
+  # bnc#941655 was caused by this field being an array in journalctl's json
+  entry.message.to_s
+end
   end
 end




commit octave-forge-fpl for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package octave-forge-fpl for 
openSUSE:Factory checked in at 2015-08-21 07:41:05

Comparing /work/SRC/openSUSE:Factory/octave-forge-fpl (Old)
 and  /work/SRC/openSUSE:Factory/.octave-forge-fpl.new (New)


Package is "octave-forge-fpl"

Changes:

--- /work/SRC/openSUSE:Factory/octave-forge-fpl/octave-forge-fpl.changes
2015-06-16 15:11:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.octave-forge-fpl.new/octave-forge-fpl.changes   
2015-08-21 07:41:08.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 18 18:32:40 UTC 2015 - dmitr...@opensuse.org
+
+- Update to version 1.3.5
+  * Fixed bugs in fpl_vtk_assemble_series.
+  * Removed deprecated functions for IBM Data Explorer output.
+
+---

Old:

  fpl-1.3.4.tar.gz

New:

  fpl-1.3.5.tar.gz



Other differences:
--
++ octave-forge-fpl.spec ++
--- /var/tmp/diff_new_pack.f6JW3L/_old  2015-08-21 07:41:09.0 +0200
+++ /var/tmp/diff_new_pack.f6JW3L/_new  2015-08-21 07:41:09.0 +0200
@@ -18,7 +18,7 @@
 
 %define octpkg  fpl
 Name:   octave-forge-%{octpkg}
-Version:1.3.4
+Version:1.3.5
 Release:0
 Summary:Fem PLotting for Octave
 License:GPL-3.0+

++ fpl-1.3.4.tar.gz -> fpl-1.3.5.tar.gz ++
 8485 lines of diff (skipped)




commit drbd-utils for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package drbd-utils for openSUSE:Factory 
checked in at 2015-08-21 07:41:20

Comparing /work/SRC/openSUSE:Factory/drbd-utils (Old)
 and  /work/SRC/openSUSE:Factory/.drbd-utils.new (New)


Package is "drbd-utils"

Changes:

--- /work/SRC/openSUSE:Factory/drbd-utils/drbd-utils.changes2015-07-27 
09:13:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.drbd-utils.new/drbd-utils.changes   
2015-08-21 07:41:54.0 +0200
@@ -1,0 +2,7 @@
+Wed Aug 19 09:00:49 UTC 2015 - nw...@suse.com
+
+- Fate#317940. Support zeroout/discard instead of zap-devices
+- Add patch zeroout-discard-devices.patch
+- Remove zap-devices-xml.patch and zap-devices.patch
+
+---

Old:

  zap-devices-xml.patch
  zap-devices.patch

New:

  zeroout-discard-devices.patch



Other differences:
--
++ drbd-utils.spec ++
--- /var/tmp/diff_new_pack.Sy1nBV/_old  2015-08-21 07:41:55.0 +0200
+++ /var/tmp/diff_new_pack.Sy1nBV/_new  2015-08-21 07:41:55.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package drbd-utils
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,8 +28,7 @@
 # PATCH-MISSING-TAG -- See 
http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
 Patch1: init-script-fixes.diff
 Patch2: fix-libdir-in-Makefile.patch
-Patch3: zap-devices.patch
-Patch4: zap-devices-xml.patch
+Patch3: zeroout-discard-devices.patch
 
 Provides:   drbd-bash-completion = %{version}
 Provides:   drbd-pacemaker = %{version}
@@ -74,7 +73,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
 
 %build
 ./autogen.sh

++ zeroout-discard-devices.patch ++
>From c80e2258d59d264d56bbea212ec98a114a1de32a Mon Sep 17 00:00:00 2001
From: Nick Wang 
Date: Tue, 21 Jul 2015 10:32:41 +0800
Subject: [PATCH 1/1] drbdsetup: Support zeroout/discard devices instead of
 initial full sync.

---
 documentation/v84/drbdsetup.xml | 18 ++
 user/v84/config_flags.c |  2 ++
 user/v84/linux/drbd_genl.h  |  2 ++
 3 files changed, 22 insertions(+)

diff --git a/documentation/v84/drbdsetup.xml b/documentation/v84/drbdsetup.xml
index d4c4e87..039c6d8 100644
--- a/documentation/v84/drbdsetup.xml
+++ b/documentation/v84/drbdsetup.xml
@@ -1705,6 +1705,24 @@
   Clears the sync bitmap in addition to generating a new 
current UUID.
 
   
+
+  
+--zeroout-devices
+
+
+  Start to zeroing out the device on both side in addition 
to generating
+  a new current UUID .
+
+  
+
+  
+--discard-devices
+
+
+  Start to allocate a thinly provided backing device on both 
side in
+  addition to generating a new current UUID .
+
+  
 
 
   This can be used to skip the initial sync, if you want to start 
from scratch. This
diff --git a/user/v84/config_flags.c b/user/v84/config_flags.c
index 3b0303f..b9870fa 100644
--- a/user/v84/config_flags.c
+++ b/user/v84/config_flags.c
@@ -1019,6 +1019,8 @@ struct context_def new_current_uuid_cmd_ctx = {
NLA_POLICY(new_c_uuid_parms),
.fields = {
{ "clear-bitmap", FLAG(clear_bm) },
+   { "zeroout-devices", FLAG(zeroout_devices) },
+   { "discard-devices", FLAG(discard_devices) },
{ } },
 };
 
diff --git a/user/v84/linux/drbd_genl.h b/user/v84/linux/drbd_genl.h
index 8ddedd1..2aabe4c 100644
--- a/user/v84/linux/drbd_genl.h
+++ b/user/v84/linux/drbd_genl.h
@@ -238,6 +238,8 @@ GENL_struct(DRBD_NLA_START_OV_PARMS, 9, start_ov_parms,
 
 GENL_struct(DRBD_NLA_NEW_C_UUID_PARMS, 10, new_c_uuid_parms,
__flg_field(1, DRBD_GENLA_F_MANDATORY, clear_bm)
+   __flg_field(2, 0, zeroout_devices)
+   __flg_field(3, 0, discard_devices)
 )
 
 GENL_struct(DRBD_NLA_TIMEOUT_PARMS, 11, timeout_parms,
-- 
2.1.4




commit drbd for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package drbd for openSUSE:Factory checked in 
at 2015-08-21 07:41:18

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


Package is "drbd"

Changes:

--- /work/SRC/openSUSE:Factory/drbd/drbd.changes2015-08-01 
11:37:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.drbd.new/drbd.changes   2015-08-21 
07:41:53.0 +0200
@@ -1,0 +2,20 @@
+Wed Aug 19 08:50:27 UTC 2015 - nw...@suse.com
+
+- Fate#317940, merge patch set into one patch. 
+- Support zeroout/discard-devices instead of zap-devices
+- New feature flag FF_DISCARD
+- Add patch 0001-drbd-Support-zeroout-device-in-initial-sync.patch
+- Remove old patch set:
+  Patch -cover-letter-fate317940.patch
+  Patch 0001-drbd-Fix-the-wrong-logic-of-moving-history.patch
+  Patch 0002-drbd-Add-options-zap_devices-to-new-current-uuid.patch
+  Patch 0003-drbd-A-function-to-zero-out-drbd-backing-device.patch
+  Patch 0004-drbd-New-packet-P_ZERO_OUT.patch
+  Patch 0005-drbd-Functions-to-notify-peer-node-to-start.patch
+  Patch 0006-drbd-Wapper-for-zeroing-out-device-by-worker.patch
+  Patch 0007-drbd-Flags-for-background-drbd-device-work.patch
+  Patch 0008-drbd-Function-to-work-with-packet-P_ZERO_OUT.patch
+  Patch 0009-drbd-Receive-zero-out-command-from-peer-node.patch
+  Patch 0010-drbd-Handle-new-current-uuid-zap-devices.patch
+
+---

Old:

  -cover-letter-fate317940.patch
  0001-drbd-Fix-the-wrong-logic-of-moving-history.patch
  0002-drbd-Add-options-zap_devices-to-new-current-uuid.patch
  0003-drbd-A-function-to-zero-out-drbd-backing-device.patch
  0004-drbd-New-packet-P_ZERO_OUT.patch
  0005-drbd-Functions-to-notify-peer-node-to-start.patch
  0006-drbd-Wapper-for-zeroing-out-device-by-worker.patch
  0007-drbd-Flags-for-background-drbd-device-work.patch
  0008-drbd-Function-to-work-with-packet-P_ZERO_OUT.patch
  0009-drbd-Receive-zero-out-command-from-peer-node.patch
  0010-drbd-Handle-new-current-uuid-zap-devices.patch

New:

  0001-drbd-Support-zeroout-device-in-initial-sync.patch



Other differences:
--
++ drbd.spec ++
--- /var/tmp/diff_new_pack.PRn3YB/_old  2015-08-21 07:41:54.0 +0200
+++ /var/tmp/diff_new_pack.PRn3YB/_new  2015-08-21 07:41:54.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package drbd
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,29 +24,18 @@
 Name:   drbd
 Version:8.4.6
 Release:0
-#Name:   drbd-kernel
 Summary:Distributed Replicated Block Device
 License:GPL-2.0+
 Group:  Productivity/Clustering/HA
 Url:http://www.drbd.org/
 Source: http://oss.linbit.com/drbd/8.4/%{name}-%{version}.tar.gz
 Source1:preamble
-# In kernel is: kernel/drivers/block/drbd/drbd.ko
+#In kernel is: kernel/drivers/block/drbd/drbd.ko
 Source2:Module.supported
 
-# Patch set (0-10) for fate: https://fate.suse.com/317940
-# Already merged into linbit upstream and waiting for next release
-Patch0: -cover-letter-fate317940.patch
-Patch1: 0001-drbd-Fix-the-wrong-logic-of-moving-history.patch
-Patch2: 0002-drbd-Add-options-zap_devices-to-new-current-uuid.patch
-Patch3: 0003-drbd-A-function-to-zero-out-drbd-backing-device.patch
-Patch4: 0004-drbd-New-packet-P_ZERO_OUT.patch
-Patch5: 0005-drbd-Functions-to-notify-peer-node-to-start.patch
-Patch6: 0006-drbd-Wapper-for-zeroing-out-device-by-worker.patch
-Patch7: 0007-drbd-Flags-for-background-drbd-device-work.patch
-Patch8: 0008-drbd-Function-to-work-with-packet-P_ZERO_OUT.patch
-Patch9: 0009-drbd-Receive-zero-out-command-from-peer-node.patch
-Patch10:0010-drbd-Handle-new-current-uuid-zap-devices.patch
+#Patch for fate: https://fate.suse.com/317940
+#Whether can merge into linbit is under discussion
+Patch1: 0001-drbd-Support-zeroout-device-in-initial-sync.patch
 
 BuildRequires:  kernel-source
 BuildRequires:  kernel-syms
@@ -58,11 +47,7 @@
 
 Requires:   drbd-utils >= 8.9.0
 Supplements:drbd-utils >= 8.9.0
-Obsoletes:  drbd-bash-completion < %{version}
 Obsoletes:  drbd-kmp < %{version}
-Obsoletes:  drbd-pacemaker < %{version}
-Obsoletes:  drbd-udev < %{version}
-Obsoletes:  drbd-utils < %{version}
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 ExcludeArch:i586 s390
 
@@ -85,15 +70,6 @@
 %prep
 %setup -q -n

commit armadillo for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package armadillo for openSUSE:Factory 
checked in at 2015-08-21 07:41:12

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


Package is "armadillo"

Changes:

--- /work/SRC/openSUSE:Factory/armadillo/armadillo.changes  2015-08-10 
09:16:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.armadillo.new/armadillo.changes 2015-08-21 
07:41:49.0 +0200
@@ -1,0 +2,17 @@
+Wed Aug 19 04:44:22 UTC 2015 - badshah...@gmail.com
+
+- Update to version 5.400.2:
+  + Undocumented fixes.
+- Changes from version 5.400.0 (Plutocracy Incorporated Deluxe):
+  + Added find_unique() for finding indices of unique values.
+  + Added diff() for calculating differences between consecutive
+elements.
+  + Added cumprod() for calculating cumulative product.
+  + Added null() for finding the orthonormal basis of null space.
+  + Expanded interp1() to handle repeated locations.
+  + Expanded unique() to handle complex numbers.
+  + Faster flipud().
+  + Faster row-wise cumsum().
+  + Fix for k-means clustering in gmm_diag class.
+
+---

Old:

  armadillo-5.300.4.tar.gz

New:

  armadillo-5.400.2.tar.gz



Other differences:
--
++ armadillo.spec ++
--- /var/tmp/diff_new_pack.cNjFln/_old  2015-08-21 07:41:50.0 +0200
+++ /var/tmp/diff_new_pack.cNjFln/_new  2015-08-21 07:41:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package armadillo
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define soname libarmadillo5
 
 Name:   armadillo
-Version:5.300.4
+Version:5.400.2
 Release:0
 Summary:Fast C++ matrix library with interfaces to LAPACK and ATLAS
 License:MPL-2.0

++ armadillo-5.300.4.tar.gz -> armadillo-5.400.2.tar.gz ++
 2905 lines of diff (skipped)




commit java-1_9_0-openjdk for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package java-1_9_0-openjdk for 
openSUSE:Factory checked in at 2015-08-21 07:41:09

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


Package is "java-1_9_0-openjdk"

Changes:

--- /work/SRC/openSUSE:Factory/java-1_9_0-openjdk/java-1_9_0-openjdk.changes
2015-08-03 17:21:52.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/java-1_9_0-openjdk.changes   
2015-08-21 07:41:17.0 +0200
@@ -1,0 +2,14 @@
+Tue Aug 18 13:07:42 UTC 2015 - fst...@suse.com
+
+- Add _constraints file
+
+---
+Tue Aug 18 07:31:13 UTC 2015 - fst...@suse.com
+
+- Upgrade to upstream tag jdk9-b77
+  * fix bsc#941987
+- Removed patch:
+  * constant_too_wide_for_long.patch
+- Fixed differently upstream
+
+---

Old:

  02681b7c4232.tar.bz2
  2e8bb16872d7.tar.bz2
  57f3134853ec.tar.bz2
  622fe934e351.tar.bz2
  6232472e5141.tar.bz2
  6dd82d2e4a10.tar.bz2
  constant_too_wide_for_long.patch
  eadcb2b55cd1.tar.bz2
  fff6b54e9770.tar.bz2

New:

  33cecbc59f2a.tar.bz2
  6ec3d5cb1bfc.tar.bz2
  7972dc8f2a47.tar.bz2
  7fd081100f48.tar.bz2
  8bb2441c0fec.tar.bz2
  _constraints
  bd6ece68cf8a.tar.bz2
  be357705874c.tar.bz2
  e66c3813789d.tar.bz2



Other differences:
--
++ java-1_9_0-openjdk.spec ++
--- /var/tmp/diff_new_pack.3ap0E3/_old  2015-08-21 07:41:19.0 +0200
+++ /var/tmp/diff_new_pack.3ap0E3/_new  2015-08-21 07:41:19.0 +0200
@@ -33,17 +33,17 @@
 %global minorver9
 %global microver0
 %global updatever   0
-%global buildverb74
+%global buildverb77
 %global root_projectjdk9
 %global root_repository jdk9
-%global root_revision   57f3134853ec
-%global corba_revision  622fe934e351
-%global hotspot_revision fff6b54e9770
-%global jaxp_revision   eadcb2b55cd1
-%global jaxws_revision  6232472e5141
-%global jdk_revision6dd82d2e4a10
-%global langtools_revision 02681b7c4232
-%global nashorn_revision 2e8bb16872d7
+%global root_revision   7972dc8f2a47
+%global corba_revision  8bb2441c0fec
+%global hotspot_revision e66c3813789d
+%global jaxp_revision   be357705874c
+%global jaxws_revision  bd6ece68cf8a
+%global jdk_revision7fd081100f48
+%global langtools_revision 6ec3d5cb1bfc
+%global nashorn_revision 33cecbc59f2a
 %global icedtea_sound_version 1.0.1
 # priority must be 6 digits in total
 %global priority1905
@@ -204,8 +204,6 @@
 Patch12:adlc-parser.patch
 # Fix: implicit-pointer-decl
 Patch13:implicit-pointer-decl.patch
-# Fix build on 32-bit systems with older compilers
-Patch16:constant_too_wide_for_long.patch
 #
 # OpenJDK specific patches
 #
@@ -478,7 +476,6 @@
 %patch10 -p1
 %patch12 -p1
 %patch13 -p1
-%patch16 -p1
 
 # s390 build fixes
 

++ 02681b7c4232.tar.bz2 -> 33cecbc59f2a.tar.bz2 ++
 1142747 lines of diff (skipped)

++ 02681b7c4232.tar.bz2 -> 6ec3d5cb1bfc.tar.bz2 ++
 2514 lines of diff (skipped)

++ 02681b7c4232.tar.bz2 -> 7972dc8f2a47.tar.bz2 ++
 857034 lines of diff (skipped)

++ 02681b7c4232.tar.bz2 -> 7fd081100f48.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_9_0-openjdk/02681b7c4232.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/7fd081100f48.tar.bz2 differ: 
char 11, line 1

++ 02681b7c4232.tar.bz2 -> 8bb2441c0fec.tar.bz2 ++
 943894 lines of diff (skipped)

++ _constraints ++

  

  2048


  6

  

  

  armv7l
  armv6l


  
512
  

  

 
++ 02681b7c4232.tar.bz2 -> bd6ece68cf8a.tar.bz2 ++
 1284932 lines of diff (skipped)

++ 02681b7c4232.tar.bz2 -> be357705874c.tar.bz2 ++
 1412207 lines of diff (skipped)

++ eadcb2b55cd1.tar.bz2 -> e66c3813789d.tar.bz2 ++
/work/SRC/openSUSE:Factory/java-1_9_0-openjdk/eadcb2b55cd1.tar.bz2 
/work/SRC/openSUSE:Factory/.java-1_9_0-openjdk.new/e66c3813789d.tar.bz2 differ: 
char 11, line 1




commit subversion for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package subversion for openSUSE:Factory 
checked in at 2015-08-21 07:41:07

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


Package is "subversion"

Changes:

--- /work/SRC/openSUSE:Factory/subversion/subversion.changes2015-08-07 
00:25:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.subversion.new/subversion.changes   
2015-08-21 07:41:10.0 +0200
@@ -1,0 +2,26 @@
+Tue Aug 11 06:38:11 UTC 2015 - astie...@suse.com
+
+- Apache Subversion 1.9.0:
+  * new FSFS format 7 with major overhaul for I/O reduction
+  * prospective blame
+  * FSX experimental repository back-end
+  * many enhangements and bug fixes
+- subversion-devel now ships pkgconfig files
+- dependency changes:
+  * serf 1.3.4
+  * apr, apr-utl 1.3.x
+  * httpd 2.2.x
+  * java 1.6
+  * Python 2.7
+- To continue to allow building against blacklisted httpd 2.4.6
+  which has the required patches in openSUSE:13.1:Update, update
+  subversion-1.8.9-allow-httpd-2.4.6.patch to 
+  subversion-1.9.0-allow-httpd-2.4.6.patch
+- removed upstreamed patches:
+  * subversion-1.8.10-fix-bashisms.patch
+  * subversion-1.8.11-swig-py-comment.patch
+  * subversion-1.8.11-swig-py-comment-2.patch
+- adjust subversion-no-build-date.patch
+- drop subversion-1.8.14-unused-var-authnrequired.patch
+
+---

Old:

  subversion-1.8.10-fix-bashisms.patch
  subversion-1.8.11-swig-py-comment-2.patch
  subversion-1.8.11-swig-py-comment.patch
  subversion-1.8.14-unused-var-authnrequired.patch
  subversion-1.8.14.tar.bz2
  subversion-1.8.14.tar.bz2.asc
  subversion-1.8.9-allow-httpd-2.4.6.patch

New:

  subversion-1.9.0-allow-httpd-2.4.6.patch
  subversion-1.9.0.tar.bz2
  subversion-1.9.0.tar.bz2.asc



Other differences:
--
++ subversion.spec ++
--- /var/tmp/diff_new_pack.J0EdAs/_old  2015-08-21 07:41:11.0 +0200
+++ /var/tmp/diff_new_pack.J0EdAs/_new  2015-08-21 07:41:11.0 +0200
@@ -27,6 +27,7 @@
 %defineapache_sysconfdir   %(%{apxs} -q SYSCONFDIR)
 %define apache_mmn  %(MMN="$(%{apxs} -q LIBEXECDIR)_MMN"; test -x 
"$MMN" && "$MMN")
 %define sqlite_minimum_version 3.7.12
+# SLE 12 does not ship KDE
 %define with_kde 0%{?suse_version} != 1315
 %if 0%{?suse_version} > 1140
 %define with_systemd 1
@@ -36,7 +37,7 @@
 %bcond_without python_ctypes
 %bcond_withall_regression_tests
 Name:   subversion
-Version:1.8.14
+Version:1.9.0
 Release:0
 Summary:Subversion version control system
 License:Apache-2.0
@@ -54,8 +55,7 @@
 Source15:   svnserve.tmpfiles
 Source42:   subversion.svngrep.sh
 Source43:   subversion.svndiff.sh
-# https://people.apache.org/keys/group/subversion-pmc.asc
-Source50:   subversion.keyring
+Source50:   
https://people.apache.org/keys/group/subversion-pmc.asc#/subversion.keyring
 Source51:   
https://www.apache.org/dist/subversion/%{name}-%{version}.tar.bz2.asc
 Source92:   %{name}.rpmlintrc
 Patch11:subversion.libtool-verbose.patch
@@ -63,17 +63,13 @@
 Patch23:subversion-swig-perl-Wall.patch
 Patch30:subversion-1.8.0-rpath.patch
 Patch37:subversion-no-build-date.patch
-Patch38:subversion-1.8.9-allow-httpd-2.4.6.patch
 Patch39:subversion-fix-parallel-build-support-for-perl-bindings.patch
 Patch40:subversion-perl-underlinking.patch
-Patch41:subversion-1.8.10-fix-bashisms.patch
-Patch42:subversion-1.8.11-swig-py-comment.patch
-Patch43:subversion-1.8.11-swig-py-comment-2.patch
 Patch44:subversion-1.8.11-swig-py-comment-3.patch
 Patch45:subversion-1.8.11-autocheck-time.patch
 Patch46:subversion-1.8.14-httpd-version-number-detection.patch
-Patch47:subversion-1.8.14-unused-var-authnrequired.patch
-BuildRequires:  apache2-devel
+Patch48:subversion-1.9.0-allow-httpd-2.4.6.patch
+BuildRequires:  apache2-devel >= 2.2.0
 BuildRequires:  apache2-prefork
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  db-devel
@@ -86,11 +82,11 @@
 BuildRequires:  junit
 BuildRequires:  krb5-devel
 BuildRequires:  libgnome-keyring-devel
-BuildRequires:  libserf-devel >= 1.2.1
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
-BuildRequires:  pkgconfig
-BuildRequires:  python-devel
+BuildRequires:  pkg-config
+# Python 2.7 or later is required to run autogen.sh
+BuildRequires:  python-devel >= 2.7
 BuildRequires:  python-xml
 BuildRequires:  ruby-devel >= 1.8.2
 BuildRequires:  sqlite3-devel >= %{sqlite_minimum_version}
@@ -102,6 +98,23 @@
 Requires(pre):  pwdutils
 Provides:   subversion-javahl = %{vers

commit uhd for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package uhd for openSUSE:Factory checked in 
at 2015-08-21 07:41:10

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


Package is "uhd"

Changes:

--- /work/SRC/openSUSE:Factory/uhd/uhd.changes  2015-08-14 14:46:08.0 
+0200
+++ /work/SRC/openSUSE:Factory/.uhd.new/uhd.changes 2015-08-21 
07:41:46.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 18 23:08:51 UTC 2015 - w...@ire.pw.edu.pl
+
+- Update sources to version 3.8.5
+
+---
@@ -89,4 +93,0 @@
-

-Tue Nov 7 2012 - w...@ire.pw.edu.pl
-

Old:

  uhd-3.8.4.tar.gz
  uhd-images_003.008.004-release.tar.gz

New:

  uhd-3.8.5.tar.gz
  uhd-images_003.008.005-release.tar.gz



Other differences:
--
++ uhd.spec ++
--- /var/tmp/diff_new_pack.MgVUXl/_old  2015-08-21 07:41:48.0 +0200
+++ /var/tmp/diff_new_pack.MgVUXl/_new  2015-08-21 07:41:48.0 +0200
@@ -18,10 +18,10 @@
 
 Name:   uhd
 %define libname libuhd003
-Version:3.8.4
+Version:3.8.5
 Release:0
-%define src_ver 003.008.004
-%define img_ver 003.008.004
+%define src_ver 003.008.005
+%define img_ver 003.008.005
 Summary:The driver for USRP SDR boards
 License:GPL-3.0+
 Group:  Hardware/Other

++ uhd-3.8.4.tar.gz -> uhd-3.8.5.tar.gz ++
 1771 lines of diff (skipped)

++ uhd-images_003.008.004-release.tar.gz -> 
uhd-images_003.008.005-release.tar.gz ++
/work/SRC/openSUSE:Factory/uhd/uhd-images_003.008.004-release.tar.gz 
/work/SRC/openSUSE:Factory/.uhd.new/uhd-images_003.008.005-release.tar.gz 
differ: char 5, line 1




commit eog for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package eog for openSUSE:Factory checked in 
at 2015-08-21 07:39:56

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


Package is "eog"

Changes:

--- /work/SRC/openSUSE:Factory/eog/eog.changes  2015-05-18 22:16:59.0 
+0200
+++ /work/SRC/openSUSE:Factory/.eog.new/eog.changes 2015-08-21 
07:40:31.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug 17 21:54:20 UTC 2015 - zai...@opensuse.org
+
+- Update to version 3.16.3:
+  + Fix bgo#751007: Compilation error when EXIF support disabled.
+  + Updated translations.
+
+---

Old:

  eog-3.16.2.tar.xz

New:

  eog-3.16.3.tar.xz



Other differences:
--
++ eog.spec ++
--- /var/tmp/diff_new_pack.jQKaqp/_old  2015-08-21 07:40:32.0 +0200
+++ /var/tmp/diff_new_pack.jQKaqp/_new  2015-08-21 07:40:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   eog
-Version:3.16.2
+Version:3.16.3
 Release:0
 Summary:Image Viewer for GNOME
 License:GPL-2.0+ and LGPL-2.1+

++ eog-3.16.2.tar.xz -> eog-3.16.3.tar.xz ++
 17660 lines of diff (skipped)




commit rsync for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package rsync for openSUSE:Factory checked 
in at 2015-08-21 07:39:51

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


Package is "rsync"

Changes:

--- /work/SRC/openSUSE:Factory/rsync/rsync.changes  2015-03-01 
14:51:46.0 +0100
+++ /work/SRC/openSUSE:Factory/.rsync.new/rsync.changes 2015-08-21 
07:40:29.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 11 09:40:36 UTC 2015 - vci...@suse.com
+
+- reintroduce "use slp" directive (bsc#922710)
+  * added rsync-add_back_use_slp_directive.patch
+
+---

New:

  rsync-add_back_use_slp_directive.patch



Other differences:
--
++ rsync.spec ++
--- /var/tmp/diff_new_pack.yRdikS/_old  2015-08-21 07:40:30.0 +0200
+++ /var/tmp/diff_new_pack.yRdikS/_new  2015-08-21 07:40:30.0 +0200
@@ -44,6 +44,7 @@
 Patch3: system-zlib.diff
 Patch4: rsync-CVE-2014-9512.patch
 Patch5: rsync-no-libattr.patch
+Patch6: rsync-add_back_use_slp_directive.patch
 BuildRequires:  autoconf
 BuildRequires:  libacl-devel
 BuildRequires:  openslp-devel
@@ -85,6 +86,7 @@
 patch -p1 < patches/acls.diff
 patch -p1 < patches/xattrs.diff
 patch -p1 < patches/slp.diff
+%patch6 -p1
 # fate#312479
 patch -p1 < patches/time-limit.diff
 %patch5 -p1


++ rsync-add_back_use_slp_directive.patch ++
Index: rsync-3.1.1/clientserver.c
===
--- rsync-3.1.1.orig/clientserver.c 2015-08-11 11:10:05.445550476 +0200
+++ rsync-3.1.1/clientserver.c  2015-08-11 11:11:12.922400586 +0200
@@ -1200,7 +1200,7 @@ int daemon_main(void)
 * local address??? */
 
 #ifdef HAVE_LIBSLP
-   if (register_services()) {
+   if (lp_use_slp() && register_services()) {
rprintf(FINFO,
"Couldn't register with service discovery protocol, 
continuing anyway\n");
}
Index: rsync-3.1.1/loadparm.c
===
--- rsync-3.1.1.orig/loadparm.c 2015-08-11 11:10:05.445550476 +0200
+++ rsync-3.1.1/loadparm.c  2015-08-11 11:32:41.294010307 +0200
@@ -101,6 +101,7 @@ typedef struct {
int rsync_port;
 #ifdef HAVE_LIBSLP
int slp_refresh;
+   BOOL use_slp;
 #endif
 } global_vars;
 
@@ -322,6 +323,7 @@ static struct parm_struct parm_table[] =
  {"port",  P_INTEGER,P_GLOBAL,&Vars.g.rsync_port,  NULL,0},
 #ifdef HAVE_LIBSLP
  {"slp refresh",   P_INTEGER,P_GLOBAL,&Vars.g.slp_refresh, NULL,0},
+ {"use slp",   P_BOOL,   P_GLOBAL,&Vars.g.use_slp,NULL,0},
 #endif
  {"socket options",P_STRING, P_GLOBAL,&Vars.g.socket_options,  NULL,0},
 
@@ -376,6 +378,7 @@ static struct parm_struct parm_table[] =
 static void reset_all_vars(void)
 {
memcpy(&Vars, &Defaults, sizeof Vars);
+   Vars.g.use_slp = True;
 }
 
 /* Expand %VAR% references.  Any unknown vars or unrecognized
@@ -458,6 +461,7 @@ FN_GLOBAL_INTEGER(lp_listen_backlog, &Va
 FN_GLOBAL_INTEGER(lp_rsync_port, &Vars.g.rsync_port)
 #ifdef HAVE_LIBSLP
 FN_GLOBAL_INTEGER(lp_slp_refresh, &Vars.g.slp_refresh)
+FN_GLOBAL_BOOL(lp_use_slp, &Vars.g.use_slp)
 #endif
 
 FN_LOCAL_STRING(lp_auth_users, auth_users)
Index: rsync-3.1.1/rsyncd.conf.yo
===
--- rsync-3.1.1.orig/rsyncd.conf.yo 2015-08-11 11:10:05.447550501 +0200
+++ rsync-3.1.1/rsyncd.conf.yo  2015-08-11 11:34:15.206231147 +0200
@@ -124,6 +124,10 @@ via the bf(--sockopts) command-line opti
 dit(bf(listen backlog)) You can override the default backlog value when the
 daemon listens for connections.  It defaults to 5.
 
+dit(bf(use slp)) This parameter is used to determine if the module names are
+advertised via slp.  The default is for this to be enabled, which will
+advertise your public modules.
+
 dit(bf(slp refresh)) This parameter is used to determine how long service
 advertisements are valid (measured in seconds), and is only applicable if
 you have Service Location Protocol support compiled in. If this is
Index: rsync-3.1.1/socket.c
===
--- rsync-3.1.1.orig/socket.c   2015-08-11 11:10:05.447550501 +0200
+++ rsync-3.1.1/socket.c2015-08-11 11:35:25.434145276 +0200
@@ -546,7 +546,7 @@ void start_accept_loop(int port, int (*f
int *sp, maxfd, i;
 #ifdef HAVE_LIBSLP
time_t next_slp_refresh;
-   short slp_timeout = lp_slp_refresh();
+   short slp_timeout = lp_use_slp() ? lp_slp_refresh() : 0;
if (slp_timeout) {
if (slp_timeout < SLP_MIN_TIMEOU

commit libhdhomerun for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package libhdhomerun for openSUSE:Factory 
checked in at 2015-08-21 07:40:51

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


Package is "libhdhomerun"

Changes:

--- /work/SRC/openSUSE:Factory/libhdhomerun/libhdhomerun.changes
2015-02-10 20:23:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.libhdhomerun.new/libhdhomerun.changes   
2015-08-21 07:40:52.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 16 14:22:34 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 20150615
+  * update device firmware to 20150615
+
+---

Old:

  hdhomerun_config_gui_20141210.tgz
  libhdhomerun_20141210.tgz

New:

  hdhomerun_config_gui_20150615.tgz
  libhdhomerun_20150615.tgz



Other differences:
--
++ libhdhomerun.spec ++
--- /var/tmp/diff_new_pack.kfwERj/_old  2015-08-21 07:40:53.0 +0200
+++ /var/tmp/diff_new_pack.kfwERj/_new  2015-08-21 07:40:53.0 +0200
@@ -23,7 +23,7 @@
 BuildRequires:  gtk2-devel
 BuildRequires:  pkg-config
 BuildRequires:  update-desktop-files
-Version:20141210
+Version:20150615
 Release:0
 Source0:
http://download.silicondust.com/hdhomerun/libhdhomerun_%version.tgz
 Source1:
http://download.silicondust.com/hdhomerun/hdhomerun_config_gui_%version.tgz
@@ -142,9 +142,6 @@
 cp %{SOURCE2}  %buildroot/%{_datadir}/applications
 %suse_update_desktop_file hdhomerun_config_gui
 
-%clean
-rm -rf %buildroot
-
 %post -n libhdhomerun%{SO_NR} -p /sbin/ldconfig
 
 %postun -n libhdhomerun%{SO_NR} -p /sbin/ldconfig


++ hdhomerun_config_gui_20141210.tgz -> hdhomerun_config_gui_20150615.tgz 
++

++ libhdhomerun_20141210.tgz -> libhdhomerun_20150615.tgz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libhdhomerun/hdhomerun_channelscan.c 
new/libhdhomerun/hdhomerun_channelscan.c
--- old/libhdhomerun/hdhomerun_channelscan.c2014-01-16 20:01:59.0 
+0100
+++ new/libhdhomerun/hdhomerun_channelscan.c2015-06-03 19:13:14.0 
+0200
@@ -157,6 +157,13 @@
continue;
}
 
+   unsigned int original_network_id;
+   if (sscanf(line, "onid=0x%x", &original_network_id) == 1) {
+   result->original_network_id = original_network_id;
+   result->original_network_id_detected = TRUE;
+   continue;
+   }
+
if (program_count >= HDHOMERUN_CHANNELSCAN_MAX_PROGRAM_COUNT) {
continue;
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libhdhomerun/hdhomerun_config.c 
new/libhdhomerun/hdhomerun_config.c
--- old/libhdhomerun/hdhomerun_config.c 2014-01-16 20:01:59.0 +0100
+++ new/libhdhomerun/hdhomerun_config.c 2015-06-03 19:13:14.0 +0200
@@ -311,6 +311,9 @@
if (result.transport_stream_id_detected) {
cmd_scan_printf(fp, "TSID: 0x%04X\n", 
result.transport_stream_id);
}
+   if (result.original_network_id_detected) {
+   cmd_scan_printf(fp, "ONID: 0x%04X\n", 
result.original_network_id);
+   }
 
int i;
for (i = 0; i < result.program_count; i++) {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libhdhomerun/hdhomerun_device.c 
new/libhdhomerun/hdhomerun_device.c
--- old/libhdhomerun/hdhomerun_device.c 2014-07-02 00:40:07.0 +0200
+++ new/libhdhomerun/hdhomerun_device.c 2015-05-29 00:42:19.0 +0200
@@ -774,16 +774,6 @@
return hdhomerun_control_get(hd->cs, "/ir/target", ptarget, NULL);
 }
 
-int hdhomerun_device_get_lineup_location(struct hdhomerun_device_t *hd, char 
**plocation)
-{
-   if (!hd->cs) {
-   hdhomerun_debug_printf(hd->dbg, 
"hdhomerun_device_get_lineup_location: device not set\n");
-   return -1;
-   }
-
-   return hdhomerun_control_get(hd->cs, "/lineup/location", plocation, 
NULL);
-}
-
 int hdhomerun_device_get_version(struct hdhomerun_device_t *hd, char 
**pversion_str, uint32_t *pversion_num)
 {
if (!hd->cs) {
@@ -1012,16 +1002,6 @@
return hdhomerun_control_set(hd->cs, "/ir/target", target, NULL, NULL);
 }
 
-int hdhomerun_device_set_lineup_location(struct hdhomerun_device_t *hd, const 
char *location)
-{
-   if (!hd->cs) {
-   hdhomerun_debug_printf(hd->dbg, 
"hdhomerun_device_set_lineup_location: device not set\n");
-   return -1;
-

commit MozillaThunderbird for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package MozillaThunderbird for 
openSUSE:Factory checked in at 2015-08-21 07:39:41

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


Package is "MozillaThunderbird"

Changes:

--- /work/SRC/openSUSE:Factory/MozillaThunderbird/MozillaThunderbird.changes
2015-07-16 17:16:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/MozillaThunderbird.changes   
2015-08-21 07:40:05.0 +0200
@@ -1,0 +2,30 @@
+Sat Aug 15 11:41:30 UTC 2015 - w...@rosenauer.org
+
+- update to Thunderbird 38.2.0 (bnc#940806)
+  * MFSA 2015-79/CVE-2015-4473
+Miscellaneous memory safety hazards
+  * MFSA 2015-80/CVE-2015-4475 (bmo#1175396)
+Out-of-bounds read with malformed MP3 file
+  * MFSA 2015-82/CVE-2015-4478 (bmo#1105914)
+Redefinition of non-configurable JavaScript object properties
+  * MFSA 2015-83/CVE-2015-4479/CVE-2015-4480/CVE-2015-4493
+Overflow issues in libstagefright
+  * MFSA 2015-84/CVE-2015-4481 (bmo1171518)
+Arbitrary file overwriting through Mozilla Maintenance Service
+with hard links (only affected Windows)
+  * MFSA 2015-85/CVE-2015-4482 (bmo#1184500)
+Out-of-bounds write with Updater and malicious MAR file
+(does not affect openSUSE RPM packages which do not ship the
+ updater)
+  * MFSA 2015-87/CVE-2015-4484 (bmo#1171540)
+Crash when using shared memory in JavaScript
+  * MFSA 2015-88/CVE-2015-4491 (bmo#1184009)
+Heap overflow in gdk-pixbuf when scaling bitmap images
+  * MFSA 2015-89/CVE-2015-4485/CVE-2015-4486 (bmo#1177948, bmo#1178148)
+Buffer overflows on Libvpx when decoding WebM video
+  * MFSA 2015-90/CVE-2015-4487/CVE-2015-4488/CVE-2015-4489
+Vulnerabilities found through code inspection
+  * MFSA 2015-92/CVE-2015-4492 (bmo#1185820)
+Use-after-free in XMLHttpRequest with shared workers
+
+---

Old:

  l10n-38.1.0.tar.xz
  thunderbird-38.1.0-source.tar.xz

New:

  l10n-38.2.0.tar.xz
  thunderbird-38.2.0-source.tar.xz



Other differences:
--
++ MozillaThunderbird.spec ++
--- /var/tmp/diff_new_pack.VNm4N1/_old  2015-08-21 07:40:28.0 +0200
+++ /var/tmp/diff_new_pack.VNm4N1/_new  2015-08-21 07:40:28.0 +0200
@@ -17,7 +17,7 @@
 #
 
 
-%define mainversion 38.1.0
+%define mainversion 38.2.0
 %define update_channel release
 
 %if %suse_version > 1210
@@ -69,7 +69,7 @@
 %endif
 Version:%{mainversion}
 Release:0
-%define releasedate 2015070700
+%define releasedate 2015081400
 Provides:   thunderbird = %{version}
 %if %{with_kde}
 # this is needed to match this package with the kde4 helper package without 
the main package


++ compare-locales.tar.xz ++

++ create-tar.sh ++
--- /var/tmp/diff_new_pack.VNm4N1/_old  2015-08-21 07:40:28.0 +0200
+++ /var/tmp/diff_new_pack.VNm4N1/_new  2015-08-21 07:40:28.0 +0200
@@ -2,8 +2,8 @@
 
 CHANNEL="esr38"
 BRANCH="releases/comm-$CHANNEL"
-RELEASE_TAG="THUNDERBIRD_38_1_0_RELEASE"
-VERSION="38.1.0"
+RELEASE_TAG="THUNDERBIRD_38_2_0_RELEASE"
+VERSION="38.2.0"
 
 echo "cloning $BRANCH..."
 hg clone http://hg.mozilla.org/$BRANCH thunderbird

++ l10n-38.1.0.tar.xz -> l10n-38.2.0.tar.xz ++
/work/SRC/openSUSE:Factory/MozillaThunderbird/l10n-38.1.0.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/l10n-38.2.0.tar.xz differ: 
char 26, line 1

++ thunderbird-38.1.0-source.tar.xz -> thunderbird-38.2.0-source.tar.xz 
++
/work/SRC/openSUSE:Factory/MozillaThunderbird/thunderbird-38.1.0-source.tar.xz 
/work/SRC/openSUSE:Factory/.MozillaThunderbird.new/thunderbird-38.2.0-source.tar.xz
 differ: char 26, line 1





commit picocom for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package picocom for openSUSE:Factory checked 
in at 2015-08-21 07:40:49

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


Package is "picocom"

Changes:

--- /work/SRC/openSUSE:Factory/picocom/picocom.changes  2011-09-23 
12:41:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.picocom.new/picocom.changes 2015-08-21 
07:40:51.0 +0200
@@ -1,0 +2,24 @@
+Sun Aug 16 14:58:08 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.8
+  * Adds support for the "linenoise" library, which allows line-editing
+and path completion when entering filenames for receive- and 
+send-file operations. Support can be compiled-out if you wish.
+  * Allows you to cancel a file-transfer operation, while entering a 
+file name, by pressing C-c. This works with linenoise support and without.
+  * Adds support for more high baud-rates.
+Now every baudrate above 115200 is compiled-in only if the respective
+macros are defined in the system header files. This should allow 
+picocom with HIGH_BAUD support to compile cleanly for more systems.
+  * Input-buffer size (TTY_Q_SZ) now defined in Makefile, and defaults to 1024.
+  * Adds support for locking using flock(2) (now default). Old-style 
+UUCP-lockdir code is maintained. Preferred locking style is selected
+via the Makefile.
+  * Debian's xmltoman is now used to format the manpage.
+  * Other minor fixes. 
+- Changes from version 1.7
+  * No ChangeLog available
+- Update download and project Urls
+- Perform a spec-cleaner on the spec file
+
+---

Old:

  picocom-1.6.tar.bz2

New:

  1.8.tar.gz



Other differences:
--
++ picocom.spec ++
--- /var/tmp/diff_new_pack.JrYUPJ/_old  2015-08-21 07:40:52.0 +0200
+++ /var/tmp/diff_new_pack.JrYUPJ/_new  2015-08-21 07:40:52.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package picocom
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,20 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   picocom
-#BuildRequires:
+Version:1.8
+Release:0
+Summary:Minimal dumb-terminal emulation program
 License:GPL-2.0
 Group:  Hardware/Modem
-#Requires:
-AutoReqProv:on
-Version:1.6
-Release:1
-Summary:Minimal dumb-terminal emulation program
-Url:http://efault.net/npat/hacks/picocom/
-Source: %{name}-%{version}.tar.bz2
+Url:https://github.com/npat-efault/picocom
+Source: 
https://github.com/npat-efault/picocom/archive/%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -41,28 +36,21 @@
 terminal window before / after dialing" feature). It could also prove
 useful in many other similar tasks.
 
-Authors:
-
-Nick Patavalis 
-
 %prep
-%setup
+%setup -q
 
 %build
-make CFLAGS="$RPM_OPT_FLAGS"
+make %{?_smp_mflags} CFLAGS="%{optflags}"
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_bindir}
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/man8
-install -m 755 picocom $RPM_BUILD_ROOT%{_bindir}/
-install -m 644 picocom.8 $RPM_BUILD_ROOT%{_mandir}/man8/
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+mkdir -p %{buildroot}%{_bindir}
+mkdir -p %{buildroot}%{_mandir}/man8
+install -m 755 picocom %{buildroot}%{_bindir}/
+install -m 644 picocom.8 %{buildroot}%{_mandir}/man8/
 
 %files
 %defattr(-,root,root)
-%doc CHANGES CONTRIBUTORS LICENSE.txt NEWS README
+%doc CHANGES.old CONTRIBUTORS LICENSE.txt README.md
 %{_bindir}/picocom
 %{_mandir}/man8/*
 




commit gigaset-frontend for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package gigaset-frontend for 
openSUSE:Factory checked in at 2015-08-21 07:40:53

Comparing /work/SRC/openSUSE:Factory/gigaset-frontend (Old)
 and  /work/SRC/openSUSE:Factory/.gigaset-frontend.new (New)


Package is "gigaset-frontend"

Changes:

--- /work/SRC/openSUSE:Factory/gigaset-frontend/gigaset-frontend.changes
2015-01-29 09:56:23.0 +0100
+++ /work/SRC/openSUSE:Factory/.gigaset-frontend.new/gigaset-frontend.changes   
2015-08-21 07:40:53.0 +0200
@@ -1,0 +2,7 @@
+Sun Aug 16 14:00:11 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 0.7.2
+  * gigacontr: new command --cfxset for setting call forwarding
+  * manpage improvements
+
+---

Old:

  gigaset-frontend-0.7.1.tar.gz

New:

  gigaset-frontend-0.7.2.tar.gz



Other differences:
--
++ gigaset-frontend.spec ++
--- /var/tmp/diff_new_pack.Vs5jMy/_old  2015-08-21 07:40:54.0 +0200
+++ /var/tmp/diff_new_pack.Vs5jMy/_new  2015-08-21 07:40:54.0 +0200
@@ -18,7 +18,7 @@
 
 
 Name:   gigaset-frontend
-Version:0.7.1
+Version:0.7.2
 Release:0
 Summary:Siemens Gigaset configuration software
 Source: 
http://prdownloads.sourceforge.net/gigaset307x/gigaset-frontend-%{version}.tar.gz

++ gigaset-frontend-0.7.1.tar.gz -> gigaset-frontend-0.7.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gigaset-frontend-0.7.1/Makefile 
new/gigaset-frontend-0.7.2/Makefile
--- old/gigaset-frontend-0.7.1/Makefile 2013-05-12 23:19:53.0 +0200
+++ new/gigaset-frontend-0.7.2/Makefile 2015-02-18 15:35:35.0 +0100
@@ -14,7 +14,7 @@
 #   default: "PREFIX/man"
 
 PACKAGE = gigaset-frontend
-VERSION = 0.7.1
+VERSION = 0.7.2
 export VERSION
 
 distdir = $(PACKAGE)-$(VERSION)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gigaset-frontend-0.7.1/README 
new/gigaset-frontend-0.7.2/README
--- old/gigaset-frontend-0.7.1/README   2013-05-12 23:19:53.0 +0200
+++ new/gigaset-frontend-0.7.2/README   2015-02-18 15:35:35.0 +0100
@@ -1,4 +1,4 @@
-Front-end for GigaSet 307x Device Driver (Version 0.7.1)
+Front-end for Gigaset 307x Device Driver (Version 0.7.2)
 
 
 0.   Warning
@@ -100,7 +100,7 @@
 tar -xjvf gigaset-frontend-VERSION.tar.bz2
 
  will create a directory gigaset-frontend-VERSION containing the sources
- (VERSION is currently 0.7.1).
+ (VERSION is currently 0.7.2).
 
  After changing to this directory with
 cd gigaset-frontend-VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gigaset-frontend-0.7.1/Release.notes 
new/gigaset-frontend-0.7.2/Release.notes
--- old/gigaset-frontend-0.7.1/Release.notes2013-05-12 23:19:53.0 
+0200
+++ new/gigaset-frontend-0.7.2/Release.notes2015-02-18 15:35:35.0 
+0100
@@ -8,6 +8,12 @@
uw  - Uwe Wendt
 
 
+2015-02-18
+   0.7.2
+   - gigacontr: new command --cfxset for setting call forwarding
+ (thanks to Jan Willamowius for the contribution)
+   - manpage improvements
+
 2013-05-12
0.7.1
- build improvements
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gigaset-frontend-0.7.1/console/gigaconf.8 
new/gigaset-frontend-0.7.2/console/gigaconf.8
--- old/gigaset-frontend-0.7.1/console/gigaconf.8   2013-05-12 
23:19:53.0 +0200
+++ new/gigaset-frontend-0.7.2/console/gigaconf.8   2015-02-18 
15:35:35.0 +0100
@@ -1,7 +1,7 @@
 .\" Process this file with
 .\" groff -man -t -Tascii gigaconf.8
 .\"
-.TH gigaconf 8 "2013\-05\-12" gigaset\-0.7.1 "Linux System Administration"
+.TH gigaconf 8 "2015\-02\-18" gigaset\-0.7.2 "Linux System Administration"
 .SH NAME
 gigaconf \- Gigaset base configuration
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gigaset-frontend-0.7.1/console/gigacontr.8 
new/gigaset-frontend-0.7.2/console/gigacontr.8
--- old/gigaset-frontend-0.7.1/console/gigacontr.8  2013-05-12 
23:19:53.0 +0200
+++ new/gigaset-frontend-0.7.2/console/gigacontr.8  2015-02-18 
15:35:35.0 +0100
@@ -1,7 +1,7 @@
 .\" Process this file with
 .\" groff -man -t -Tascii gigacontr.8
 .\"
-.TH gigacontr 8 "2013\-05\-12" gigaset\-frontend\-0.7.1 "Linux System 
Administration"
+.TH gigacontr 8 "2015\-02\-18" gigaset\-frontend\-0.7.2 "Linux System 
Administration"
 .SH NAME
 gigacontr \- access to th

commit evtest for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package evtest for openSUSE:Factory checked 
in at 2015-08-21 07:40:47

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


Package is "evtest"

Changes:

--- /work/SRC/openSUSE:Factory/evtest/evtest.changes2015-01-14 
11:45:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.evtest.new/evtest.changes   2015-08-21 
07:40:50.0 +0200
@@ -1,0 +2,6 @@
+Sun Aug 16 13:39:49 UTC 2015 - p.drou...@gmail.com
+
+- Update to version 1.33
+  * No ChangeLog available
+
+---

Old:

  evtest-1.32.tar.gz

New:

  evtest-1.33.tar.gz



Other differences:
--
++ evtest.spec ++
--- /var/tmp/diff_new_pack.8rJefj/_old  2015-08-21 07:40:51.0 +0200
+++ /var/tmp/diff_new_pack.8rJefj/_new  2015-08-21 07:40:51.0 +0200
@@ -16,7 +16,7 @@
 #
 
 Name:   evtest
-Version:1.32
+Version:1.33
 Release:0
 Summary:Input device event monitor and query tool
 License:GPL-2.0+

++ evtest-1.32.tar.gz -> evtest-1.33.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evtest-1.32/configure.ac new/evtest-1.33/configure.ac
--- old/evtest-1.32/configure.ac2014-08-08 04:49:19.0 +0200
+++ new/evtest-1.33/configure.ac2015-07-23 01:51:31.0 +0200
@@ -1,5 +1,5 @@
 AC_PREREQ([2.57])
-AC_INIT(evtest,[1.32], 
[https://bugzilla.freedesktop.org/enter_bug.cgi?product=evtest], evtest)
+AC_INIT(evtest,[1.33], 
[https://bugzilla.freedesktop.org/enter_bug.cgi?product=evtest], evtest)
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 AC_CONFIG_HEADERS(config.h)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/evtest-1.32/evtest.c new/evtest-1.33/evtest.c
--- old/evtest-1.32/evtest.c2014-08-08 04:49:19.0 +0200
+++ new/evtest-1.33/evtest.c2015-07-23 01:51:31.0 +0200
@@ -55,6 +55,10 @@
 #include 
 #include 
 #include 
+#include 
+#include 
+#include 
+#include 
 
 #define BITS_PER_LONG (sizeof(long) * 8)
 #define NBITS(x) x)-1)/BITS_PER_LONG)+1)
@@ -100,6 +104,14 @@
{ "EV_SW",  EV_SW, SW_MAX, EVIOCGSW(SW_MAX) },
 };
 
+static int grab_flag = 0;
+static volatile sig_atomic_t stop = 0;
+
+static void interrupt_handler(int sig)
+{
+   stop = 1;
+}
+
 /**
  * Look up an entry in the query_modes table by its textual name.
  *
@@ -192,6 +204,12 @@
NAME_ELEMENT(INPUT_PROP_DIRECT),
NAME_ELEMENT(INPUT_PROP_BUTTONPAD),
NAME_ELEMENT(INPUT_PROP_SEMI_MT),
+#ifdef INPUT_PROP_TOPBUTTONPAD
+   NAME_ELEMENT(INPUT_PROP_TOPBUTTONPAD),
+#endif
+#ifdef INPUT_PROP_POINTING_STICK
+   NAME_ELEMENT(INPUT_PROP_POINTING_STICK),
+#endif
 };
 #endif
 
@@ -349,10 +367,39 @@
NAME_ELEMENT(KEY_DATABASE), NAME_ELEMENT(KEY_NEWS),
NAME_ELEMENT(KEY_VOICEMAIL),NAME_ELEMENT(KEY_ADDRESSBOOK),
NAME_ELEMENT(KEY_MESSENGER),NAME_ELEMENT(KEY_DISPLAYTOGGLE),
-   NAME_ELEMENT(KEY_SPELLCHECK),   NAME_ELEMENT(KEY_LOGOFF),
-   NAME_ELEMENT(KEY_DOLLAR),   NAME_ELEMENT(KEY_EURO),
-   NAME_ELEMENT(KEY_FRAMEBACK),NAME_ELEMENT(KEY_FRAMEFORWARD),
-   NAME_ELEMENT(KEY_CONTEXT_MENU), NAME_ELEMENT(KEY_MEDIA_REPEAT),
+#ifdef KEY_SPELLCHECK
+   NAME_ELEMENT(KEY_SPELLCHECK),
+#endif
+#ifdef KEY_LOGOFF
+   NAME_ELEMENT(KEY_LOGOFF),
+#endif
+#ifdef KEY_DOLLAR
+   NAME_ELEMENT(KEY_DOLLAR),
+#endif
+#ifdef KEY_EURO
+   NAME_ELEMENT(KEY_EURO),
+#endif
+#ifdef KEY_FRAMEBACK
+   NAME_ELEMENT(KEY_FRAMEBACK),
+#endif
+#ifdef KEY_FRAMEFORWARD
+   NAME_ELEMENT(KEY_FRAMEFORWARD),
+#endif
+#ifdef KEY_CONTEXT_MENU
+   NAME_ELEMENT(KEY_CONTEXT_MENU),
+#endif
+#ifdef KEY_MEDIA_REPEAT
+   NAME_ELEMENT(KEY_MEDIA_REPEAT),
+#endif
+#ifdef KEY_10CHANNELSUP
+   NAME_ELEMENT(KEY_10CHANNELSUP),
+#endif
+#ifdef KEY_10CHANNELSDOWN
+   NAME_ELEMENT(KEY_10CHANNELSDOWN),
+#endif
+#ifdef KEY_IMAGES
+   NAME_ELEMENT(KEY_IMAGES),
+#endif
NAME_ELEMENT(KEY_DEL_EOL),  NAME_ELEMENT(KEY_DEL_EOS),
NAME_ELEMENT(KEY_INS_LINE), NAME_ELEMENT(KEY_DEL_LINE),
NAME_ELEMENT(KEY_FN),   NAME_ELEMENT(KEY_FN_ESC),
@@ -371,28 +418,54 @@
NAME_ELEMENT(KEY_BRL_DOT5), NAME_ELEMENT(KEY_BRL_DOT6),
NAME_ELEMENT(KEY_BRL_DOT7), NAME_ELEMENT(KEY_BRL_DOT8),
NAME_ELEMENT(KEY_BRL_DOT9), NAME_ELEMENT(KEY_BRL_DOT10),
+#ifdef KEY_NUMERIC_0
NAME_ELEMENT(KEY_NUMERIC_0),NAME_ELEMENT(KEY_NUMERIC_1),
NAME

commit rubygem-devise for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-devise for openSUSE:Factory 
checked in at 2015-08-21 07:40:39

Comparing /work/SRC/openSUSE:Factory/rubygem-devise (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-devise.new (New)


Package is "rubygem-devise"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-devise/rubygem-devise.changes
2015-02-16 21:12:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-devise.new/rubygem-devise.changes   
2015-08-21 07:40:45.0 +0200
@@ -1,0 +2,22 @@
+Tue Aug 11 04:29:29 UTC 2015 - co...@suse.com
+
+- updated to version 3.5.2
+ see installed CHANGELOG.md
+
+  ### 3.5.2 - 2015-08-10
+  
+  * enhancements
+* Perform case insensitive basic authorization matching
+  
+  * Big fixes
+* Do not use digests for password confirmation token
+* Fix infinite redirect in Rails 4.2 authenticated routes
+* Autoload Devise::Encryptor to avoid errors on thread-safe mode
+
+---
+Thu May 28 04:29:45 UTC 2015 - co...@suse.com
+
+- updated to version 3.5.1
+ see installed CHANGELOG.md
+
+---

Old:

  devise-3.4.1.gem

New:

  devise-3.5.2.gem



Other differences:
--
++ rubygem-devise.spec ++
--- /var/tmp/diff_new_pack.kWJgzC/_old  2015-08-21 07:40:46.0 +0200
+++ /var/tmp/diff_new_pack.kWJgzC/_new  2015-08-21 07:40:46.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-devise
-Version:3.4.1
+Version:3.5.2
 Release:0
 %define mod_name devise
 %define mod_full_name %{mod_name}-%{version}

++ devise-3.4.1.gem -> devise-3.5.2.gem ++
 5112 lines of diff (skipped)




commit rubygem-haml for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-haml for openSUSE:Factory 
checked in at 2015-08-21 07:40:40

Comparing /work/SRC/openSUSE:Factory/rubygem-haml (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-haml.new (New)


Package is "rubygem-haml"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-haml/rubygem-haml.changes
2015-02-11 16:45:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.rubygem-haml.new/rubygem-haml.changes   
2015-08-21 07:40:47.0 +0200
@@ -1,0 +2,13 @@
+Tue Aug 11 04:30:03 UTC 2015 - co...@suse.com
+
+- updated to version 4.0.7
+ see installed CHANGELOG.md
+
+  ## 4.0.7
+  
+  Released on August 10, 2015
+  ([diff](https://github.com/haml/haml/compare/4.0.6...4.0.7)).
+  
+  * Significantly improve performance of regexp used to fix whitespace 
handling in textareas (thanks [Stan Hu](https://github.com/stanhu)).
+
+---

Old:

  haml-4.0.6.gem

New:

  haml-4.0.7.gem



Other differences:
--
++ rubygem-haml.spec ++
--- /var/tmp/diff_new_pack.cJi6LT/_old  2015-08-21 07:40:47.0 +0200
+++ /var/tmp/diff_new_pack.cJi6LT/_new  2015-08-21 07:40:47.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-haml
-Version:4.0.6
+Version:4.0.7
 Release:0
 %define mod_name haml
 %define mod_full_name %{mod_name}-%{version}

++ haml-4.0.6.gem -> haml-4.0.7.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md2014-12-01 14:20:18.0 +0100
+++ new/CHANGELOG.md2015-08-10 16:51:10.0 +0200
@@ -1,5 +1,12 @@
 # Haml Changelog
 
+## 4.0.7
+
+Released on August 10, 2015
+([diff](https://github.com/haml/haml/compare/4.0.6...4.0.7)).
+
+* Significantly improve performance of regexp used to fix whitespace handling 
in textareas (thanks [Stan Hu](https://github.com/stanhu)).
+
 ## 4.0.6
 
 Released on Dec 1, 2014 
([diff](https://github.com/haml/haml/compare/4.0.5...4.0.6)).
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/REFERENCE.md new/REFERENCE.md
--- old/REFERENCE.md2014-12-01 14:20:18.0 +0100
+++ new/REFERENCE.md2015-08-10 16:51:10.0 +0200
@@ -329,7 +329,7 @@
 
 
 You can use as many such attribute methods as you want by separating them with
-commas, like a Ruby argument list. All the hashes will me merged together, from
+commas, like a Ruby argument list. All the hashes will be merged together, from
 left to right. For example, if you defined
 
 def hash1
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/haml/buffer.rb new/lib/haml/buffer.rb
--- old/lib/haml/buffer.rb  2014-12-01 14:20:18.0 +0100
+++ new/lib/haml/buffer.rb  2015-08-10 16:51:10.0 +0200
@@ -270,16 +270,16 @@
 # @since Haml 4.0.1
 # @private
 def fix_textareas!(input)
-  pattern = /([ ]*)<(textarea)([^>]*)>(\n|
)(.*?)(<\/\2>)/im
+  pattern = /<(textarea)([^>]*)>(\n|
)(.*?)<\/textarea>/im
   input.gsub!(pattern) do |s|
 match = pattern.match(s)
-content = match[5]
-if match[4] == '
'
+content = match[4]
+if match[3] == '
'
   content.sub!(/\A /, ' ')
 else
   content.sub!(/\A[ ]*/, '')
 end
-"#{match[1]}<#{match[2]}#{match[3]}>\n#{content}"
+"<#{match[1]}#{match[2]}>\n#{content}"
   end
 end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/haml/version.rb new/lib/haml/version.rb
--- old/lib/haml/version.rb 2014-12-01 14:20:18.0 +0100
+++ new/lib/haml/version.rb 2015-08-10 16:51:10.0 +0200
@@ -1,3 +1,3 @@
 module Haml
-  VERSION = "4.0.6"
+  VERSION = '4.0.7'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2014-12-01 14:20:18.0 +0100
+++ new/metadata2015-08-10 16:51:10.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: haml
 version: !ruby/object:Gem::Version
-  version: 4.0.6
+  version: 4.0.7
 platform: ruby
 authors:
 - Nathan Weizenbaum
@@ -10,7 +10,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2014-12-01 00:00:00.0 Z
+date: 2015-08-10 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: tilt
@@ -136,6 +136,12 @@
 - test/gemfiles/Gemfile.rails-3.1.x
 - test/gemfiles/Gemfile.rails-3.2.x
 - test/gemfiles/Gemfile.rails-4.0.x
+- test/haml-spec/LICENSE

commit gnuradio for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package gnuradio for openSUSE:Factory 
checked in at 2015-08-21 07:41:04

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


Package is "gnuradio"

Changes:

--- /work/SRC/openSUSE:Factory/gnuradio/gnuradio.changes2015-05-16 
19:01:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.gnuradio.new/gnuradio.changes   2015-08-21 
07:41:05.0 +0200
@@ -1,0 +2,5 @@
+Sun Aug 16 09:47:05 UTC 2015 - w...@ire.pw.edu.pl
+
+- update to version 3.7.8
+
+---

Old:

  gnuradio-3.7.7.1.tar.gz

New:

  gnuradio-3.7.8.tar.gz



Other differences:
--
++ gnuradio.spec ++
--- /var/tmp/diff_new_pack.SuQ6YH/_old  2015-08-21 07:41:06.0 +0200
+++ /var/tmp/diff_new_pack.SuQ6YH/_new  2015-08-21 07:41:06.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   gnuradio
-Version:3.7.7.1
+Version:3.7.8
 Release:0
-%define soname  3_7_7_1-0_0_0
-%define soname_volk  1_0
+%define soname  3_7_8-0_0_0
+%define soname_volk  1_0_2
 Summary:GNU software radio
 License:GPL-3.0+
 Group:  Productivity/Hamradio/Other

++ gnuradio-3.7.7.1.tar.gz -> gnuradio-3.7.8.tar.gz ++
 99528 lines of diff (skipped)




commit sdcc for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package sdcc for openSUSE:Factory checked in 
at 2015-08-21 07:41:00

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


Package is "sdcc"

Changes:

--- /work/SRC/openSUSE:Factory/sdcc/sdcc.changes2015-06-30 
10:18:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.sdcc.new/sdcc.changes   2015-08-21 
07:41:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 18 16:03:31 UTC 2015 - norm...@linux.vnet.ibm.com
+
+- new patch to build on ppc64le
+  sdcc_add_ppc64le_suse_support.patch
+
+---

New:

  sdcc_add_ppc64le_suse_support.patch



Other differences:
--
++ sdcc.spec ++
--- /var/tmp/diff_new_pack.SZaMN7/_old  2015-08-21 07:41:02.0 +0200
+++ /var/tmp/diff_new_pack.SZaMN7/_new  2015-08-21 07:41:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sdcc
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 Url:http://sdcc.sourceforge.net/
 Source: 
http://downloads.sourceforge.net/%{name}/%{name}-src-%{version}.tar.bz2
 Source1:%{name}-rpmlintrc
+Patch1: sdcc_add_ppc64le_suse_support.patch
 BuildRequires:  bison
 BuildRequires:  boost-devel
 BuildRequires:  fdupes
@@ -89,6 +90,7 @@
 %prep
 %setup -q
 rm support/regression/tests/bug3304184.c
+%patch1 -p1
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" \

++ sdcc_add_ppc64le_suse_support.patch ++
From:  Michel Normand 
Subject: sdcc add ppc64le suse support
Date: Tue, 18 Aug 2015 17:20:45 +0200

sdcc add ppc64le suse support

Signed-off-by: Michel Normand 
---
 support/sdbinutils/bfd/config.bfd |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: sdcc-3.5.0/support/sdbinutils/bfd/config.bfd
===
--- sdcc-3.5.0.orig/support/sdbinutils/bfd/config.bfd
+++ sdcc-3.5.0/support/sdbinutils/bfd/config.bfd
@@ -1185,7 +1185,7 @@ case "${targ}" in
 targ_selvecs="bfd_elf64_powerpcle_vec bfd_elf32_powerpc_vec 
bfd_elf32_powerpcle_vec rs6000coff_vec rs6000coff64_vec aix5coff64_vec"
 want64=true
 ;;
-  powerpc64le-*-elf* | powerpcle-*-elf64*)
+  powerpc64le-*-elf* | powerpcle-*-elf64* | powerpc64le-*-linux*)
 targ_defvec=bfd_elf64_powerpcle_vec
 targ_selvecs="bfd_elf64_powerpc_vec bfd_elf32_powerpcle_vec 
bfd_elf32_powerpc_vec rs6000coff_vec rs6000coff64_vec aix5coff64_vec"
 want64=true



commit rubygem-commander for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package rubygem-commander for 
openSUSE:Factory checked in at 2015-08-21 07:40:37

Comparing /work/SRC/openSUSE:Factory/rubygem-commander (Old)
 and  /work/SRC/openSUSE:Factory/.rubygem-commander.new (New)


Package is "rubygem-commander"

Changes:

--- /work/SRC/openSUSE:Factory/rubygem-commander/rubygem-commander.changes  
2015-05-06 07:49:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.rubygem-commander.new/rubygem-commander.changes 
2015-08-21 07:40:44.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug 10 04:29:17 UTC 2015 - co...@suse.com
+
+- updated to version 4.3.5
+ see installed History.rdoc
+
+  === 4.3.5 / 2015-08-09
+  
+  * Fixed a bug with small terminal widths, changed minimum screen width for 
wrapping to 40 columns. (@toolmantim)
+
+---

Old:

  commander-4.3.4.gem

New:

  commander-4.3.5.gem



Other differences:
--
++ rubygem-commander.spec ++
--- /var/tmp/diff_new_pack.KYasOw/_old  2015-08-21 07:40:45.0 +0200
+++ /var/tmp/diff_new_pack.KYasOw/_new  2015-08-21 07:40:45.0 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:   rubygem-commander
-Version:4.3.4
+Version:4.3.5
 Release:0
 %define mod_name commander
 %define mod_full_name %{mod_name}-%{version}

++ commander-4.3.4.gem -> commander-4.3.5.gem ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/History.rdoc new/History.rdoc
--- old/History.rdoc2015-05-04 04:02:45.0 +0200
+++ new/History.rdoc2015-08-09 10:15:09.0 +0200
@@ -1,3 +1,7 @@
+=== 4.3.5 / 2015-08-09
+
+* Fixed a bug with small terminal widths, changed minimum screen width for 
wrapping to 40 columns. (@toolmantim)
+
 === 4.3.4 / 2015-05-03
 
 * Fixed a regression with the compact help formatter.
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/commander/import.rb new/lib/commander/import.rb
--- old/lib/commander/import.rb 2015-05-04 04:02:45.0 +0200
+++ new/lib/commander/import.rb 2015-08-09 10:15:09.0 +0200
@@ -1,8 +1,5 @@
 require 'commander'
 
-include Commander::UI
-include Commander::UI::AskForClass
-include Commander::Delegates
+include Commander::Methods
 
-$terminal.wrap_at = HighLine::SystemExtensions.terminal_size.first - 5 rescue 
80 if $stdin.tty?
 at_exit { run! }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/commander/methods.rb new/lib/commander/methods.rb
--- old/lib/commander/methods.rb2015-05-04 04:02:45.0 +0200
+++ new/lib/commander/methods.rb2015-08-09 10:15:09.0 +0200
@@ -4,6 +4,8 @@
 include Commander::UI::AskForClass
 include Commander::Delegates
 
-$terminal.wrap_at = HighLine::SystemExtensions.terminal_size.first - 5 
rescue 80 if $stdin.tty?
+if $stdin.tty? && (cols = $terminal.output_cols) >= 40
+  $terminal.wrap_at = cols - 5
+end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/commander/version.rb new/lib/commander/version.rb
--- old/lib/commander/version.rb2015-05-04 04:02:45.0 +0200
+++ new/lib/commander/version.rb2015-08-09 10:15:09.0 +0200
@@ -1,3 +1,3 @@
 module Commander
-  VERSION = '4.3.4'
+  VERSION = '4.3.5'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata2015-05-04 04:02:45.0 +0200
+++ new/metadata2015-08-09 10:15:09.0 +0200
@@ -1,7 +1,7 @@
 --- !ruby/object:Gem::Specification
 name: commander
 version: !ruby/object:Gem::Version
-  version: 4.3.4
+  version: 4.3.5
 platform: ruby
 authors:
 - TJ Holowaychuk
@@ -9,7 +9,7 @@
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-05-04 00:00:00.0 Z
+date: 2015-08-09 00:00:00.0 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: highline
@@ -157,7 +157,7 @@
   version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.2.2
+rubygems_version: 2.4.8
 signing_key: 
 specification_version: 4
 summary: The complete solution for Ruby command-line executables




commit pythia for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package pythia for openSUSE:Factory checked 
in at 2015-08-21 07:40:42

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


Package is "pythia"

Changes:

--- /work/SRC/openSUSE:Factory/pythia/pythia.changes2015-08-15 
11:39:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.pythia.new/pythia.changes   2015-08-21 
07:40:48.0 +0200
@@ -1,0 +2,13 @@
+Fri Aug 14 23:52:54 UTC 2015 - badshah...@gmail.com
+
+- Fix the location pointed to by PYTHIA8DATA env variable saved in
+  /etc/profile.d/pythia.*; remove %{appname} macro as nothing uses
+  it any more.
+- Use %configure instead of ./configure (remove duplicate
+  specification of "--prefix=PATH").
+- Add pythia-honour-env-cxxflags.patch to allow compilation with
+  CXXFLAGS set by env appended to default compilation flags; this
+  allows the build to honour RPM_OPT_FLAGS.
+- Fix some unusual characters in the descriptions.
+
+---

New:

  pythia-honour-env-cxxflags.patch



Other differences:
--
++ pythia.spec ++
--- /var/tmp/diff_new_pack.pnYfCN/_old  2015-08-21 07:40:49.0 +0200
+++ /var/tmp/diff_new_pack.pnYfCN/_new  2015-08-21 07:40:49.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pythia
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,6 @@
 
 %define ver 8210
 %define soname lib%{name}8
-%define appname Pythia8
 
 Name:   pythia
 Version:8.210
@@ -30,6 +29,8 @@
 Source: http://home.thep.lu.se/~torbjorn/pythia8/%{name}%{ver}.tgz
 # PATCH-FIX-UPSTREAM pythia-makefile-destdir-support.patch 
badshah...@gmail.com -- Add DESTDIR support to makefile to prevent touching of 
buildroot in the %%build section
 Patch0: pythia-makefile-destdir-support.patch
+# PATCH-FIX-UPSTREAM pythia-honour-env-cxxflags.patch badshah...@gmail.com -- 
Append CXXFLAGS from env to default compilations flags; this allows us to pass 
RPM_OPT_FLAGS during compilation
+Patch1: pythia-honour-env-cxxflags.patch
 BuildRequires:  HepMC-devel
 BuildRequires:  LHAPDF-devel
 BuildRequires:  boost-devel
@@ -42,7 +43,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
-Pythia can be used to generate high-energy-physics ‘events’, i.e. sets
+Pythia can be used to generate high-energy-physics events, i.e. sets
 of outgoing particles produced in the interactions between two
 incoming particles. The objective is to provide as accurate as
 possible a representation of event properties in a wide range of
@@ -61,7 +62,7 @@
 Group:  Development/Libraries/C and C++
 
 %description -n %{soname}
-Pythia can be used to generate high-energy-physics ‘events’, i.e. sets
+Pythia can be used to generate high-energy-physics events, i.e. sets
 of outgoing particles produced in the interactions between two
 incoming particles. The objective is to provide as accurate as
 possible a representation of event properties in a wide range of
@@ -82,7 +83,7 @@
 Group:  Development/Libraries/C and C++
 
 %description -n %{soname}lhapdf6
-Pythia can be used to generate high-energy-physics ‘events’, i.e. sets
+Pythia can be used to generate high-energy-physics events, i.e. sets
 of outgoing particles produced in the interactions between two
 incoming particles. The objective is to provide as accurate as
 possible a representation of event properties in a wide range of
@@ -107,7 +108,7 @@
 Recommends: %{name}-doc
 
 %description devel
-Pythia can be used to generate high-energy-physics ‘events’, i.e. sets
+Pythia can be used to generate high-energy-physics events, i.e. sets
 of outgoing particles produced in the interactions between two
 incoming particles. The objective is to provide as accurate as
 possible a representation of event properties in a wide range of
@@ -129,7 +130,7 @@
 Group:  Documentation/HTML
 
 %description doc
-Pythia can be used to generate high-energy-physics ‘events’, i.e. sets
+Pythia can be used to generate high-energy-physics events, i.e. sets
 of outgoing particles produced in the interactions between two
 incoming particles. The objective is to provide as accurate as
 possible a representation of event properties in a wide range of
@@ -148,6 +149,7 @@
 %prep
 %setup -q -n %{name}%{ver}
 %patch0 -p1
+%patch1 -p1
 
 %build
 # FIX EOF ENCODINGS
@@ -156,8 +158,7 @@
 sed -i 's/\r$//' share/Pythia8/phpdo

commit vtk for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package vtk for openSUSE:Factory checked in 
at 2015-08-21 07:40:44

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


Package is "vtk"

Changes:

--- /work/SRC/openSUSE:Factory/vtk/vtk.changes  2015-08-15 11:39:47.0 
+0200
+++ /work/SRC/openSUSE:Factory/.vtk.new/vtk.changes 2015-08-21 
07:40:49.0 +0200
@@ -1,0 +2,5 @@
+Sat Aug 15 04:16:39 UTC 2015 - badshah...@gmail.com
+
+- python-vtk also needs openmpi-devel at runtime.
+
+---



Other differences:
--
++ vtk.spec ++
--- /var/tmp/diff_new_pack.Ql5i5W/_old  2015-08-21 07:40:50.0 +0200
+++ /var/tmp/diff_new_pack.Ql5i5W/_new  2015-08-21 07:40:50.0 +0200
@@ -156,6 +156,8 @@
 Summary:Python bindings for VTK
 Group:  System/Libraries
 Requires:   %{name} = %{version}
+# DESPITE NOT BEING A DEVEL PACKAGE, THIS REQUIRES OPENMPI-DEVEL TO RUN
+Requires:   openmpi-devel
 Requires:   openmpi-libs
 %{py_requires}
 




commit bluez for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package bluez for openSUSE:Factory checked 
in at 2015-08-21 07:39:34

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


Package is "bluez"

Changes:

--- /work/SRC/openSUSE:Factory/bluez/bluez.changes  2015-07-19 
11:45:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.bluez.new/bluez.changes 2015-08-21 
07:40:02.0 +0200
@@ -1,0 +2,10 @@
+Fri Jul 31 12:24:09 UTC 2015 - seife+...@b1-systems.com
+
+- update to version 5.33:
+  This release contains mostly bugfixes, particularly in areas such
+  as the audio plugin, GATT and OBEX. The main feature additions
+  are in the the emulator code which received improvelents to LE
+  features. There’s also a new tool for testing the recently
+  released Eddystone protocol from Google.
+
+---

Old:

  bluez-5.32.tar.xz

New:

  bluez-5.33.tar.xz



Other differences:
--
++ bluez.spec ++
--- /var/tmp/diff_new_pack.Q4OOlI/_old  2015-08-21 07:40:03.0 +0200
+++ /var/tmp/diff_new_pack.Q4OOlI/_new  2015-08-21 07:40:03.0 +0200
@@ -24,7 +24,7 @@
 BuildRequires:  systemd-devel
 BuildRequires:  pkgconfig(dbus-1) >= 1.4
 %{?systemd_requires}
-Version:5.32
+Version:5.33
 Release:0
 Summary:Bluetooth Stack for Linux
 License:GPL-2.0+

++ bluez-5.32.tar.xz -> bluez-5.33.tar.xz ++
  lines of diff (skipped)




commit python-mistune for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package python-mistune for openSUSE:Factory 
checked in at 2015-08-21 07:40:23

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


Package is "python-mistune"

Changes:

--- /work/SRC/openSUSE:Factory/python-mistune/python-mistune.changes
2015-04-15 16:21:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-mistune.new/python-mistune.changes   
2015-08-21 07:40:39.0 +0200
@@ -1,0 +2,19 @@
+Thu Aug 13 12:08:46 UTC 2015 - toddrme2...@gmail.com
+
+- update to version 0.7:
+  * Fix the breaking change in version 0.6 with options:
+parse_inline_html and parse_block_html
+  * Breaking change: remove parse_html option for explicit
+  * Change option escape default value to True for security reason
+- update to version 0.6:
+  * Breaking change on inline HTML, text in inline HTML will not be
+parsed per #38.
+  * Replace tag renderer with inline_html for breaking change on
+inline HTML
+  * Double emphasis, emphasis, code, and strikethrough can contain one
+linebreak per #48.
+  * Match autolinks that do not have / in their URI via #53.
+  * A work around on link that contains ) per #46.
+  * Add  tag for inline tags per #55.
+
+---

Old:

  mistune-0.5.1.tar.gz

New:

  mistune-0.7.tar.gz



Other differences:
--
++ python-mistune.spec ++
--- /var/tmp/diff_new_pack.FDRQh4/_old  2015-08-21 07:40:40.0 +0200
+++ /var/tmp/diff_new_pack.FDRQh4/_new  2015-08-21 07:40:40.0 +0200
@@ -17,18 +17,23 @@
 
 
 Name:   python-mistune
-Version:0.5.1
+Version:0.7
 Release:0
-Source0:
https://pypi.python.org/packages/source/m/mistune/mistune-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Url:https://github.com/lepture/mistune
 Summary:The fastest markdown parser in pure Python
 License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:https://github.com/lepture/mistune
+Source0:
https://pypi.python.org/packages/source/m/mistune/mistune-%{version}.tar.gz
 BuildRequires:  fdupes
-BuildRequires:  python-Cython
 BuildRequires:  python-devel
+BuildRequires:  python-nose
 BuildRequires:  python-setuptools
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+%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
+%endif
 
 %description
 The fastest markdown parser in pure Python, inspired by marked.
@@ -37,7 +42,6 @@
 %setup -q -n mistune-%{version}
 
 %build
-export CFLAGS="%{optflags}"
 python setup.py build
 
 %install
@@ -47,7 +51,6 @@
 %files
 %defattr(-,root,root)
 %doc LICENSE README.rst
-%{python_sitearch}/mistune-%{version}-py*.egg-info
-%{python_sitearch}/mistune.*
+%{python_sitelib}/*
 
 %changelog

++ mistune-0.5.1.tar.gz -> mistune-0.7.tar.gz ++
 43774 lines of diff (skipped)




commit corosync for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package corosync for openSUSE:Factory 
checked in at 2015-08-21 07:39:46

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


Package is "corosync"

Changes:

--- /work/SRC/openSUSE:Factory/corosync/corosync.changes2015-07-28 
11:41:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.corosync.new/corosync.changes   2015-08-21 
07:40:28.0 +0200
@@ -1,0 +2,4 @@
+Mon Aug 17 15:09:13 UTC 2015 - b...@suse.com(bnc#941910)
+- remove git files from tarball
+- modify corosync.spec to delete logrotate.d
+---



Other differences:
--
++ corosync.spec ++
--- /var/tmp/diff_new_pack.KSgF8i/_old  2015-08-21 07:40:29.0 +0200
+++ /var/tmp/diff_new_pack.KSgF8i/_new  2015-08-21 07:40:29.0 +0200
@@ -190,6 +190,7 @@
 install -m 0644 tools/corosync-notifyd.sysconfig.example  
%{buildroot}/usr/lib/tmpfiles.d/corosync-notifyd
 install -m 0644 conf/corosync.conf.example* 
%{buildroot}/usr/share/doc/packages/corosync/
 rm -rf %{buildroot}/etc/corosync/corosync.conf.example*
+rm -rf %{buildroot}/etc/logrotate.d/
 
 %clean
 rm -rf %{buildroot}

++ corosync-2.3.5.tar.gz ++
/work/SRC/openSUSE:Factory/corosync/corosync-2.3.5.tar.gz 
/work/SRC/openSUSE:Factory/.corosync.new/corosync-2.3.5.tar.gz differ: char 5, 
line 1




commit python-packaging for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package python-packaging for 
openSUSE:Factory checked in at 2015-08-21 07:40:18

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


Package is "python-packaging"

Changes:

--- /work/SRC/openSUSE:Factory/python-packaging/python-packaging.changes
2015-07-05 18:02:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-packaging.new/python-packaging.changes   
2015-08-21 07:40:38.0 +0200
@@ -1,0 +2,6 @@
+Tue Aug 11 07:05:29 UTC 2015 - tbecht...@suse.com
+
+- update to 15.3:
+  * Normalize post-release spellings for rev/r prefixes. :issue:`35`
+
+---

Old:

  packaging-15.2.tar.gz

New:

  packaging-15.3.tar.gz



Other differences:
--
++ python-packaging.spec ++
--- /var/tmp/diff_new_pack.1ikA9p/_old  2015-08-21 07:40:38.0 +0200
+++ /var/tmp/diff_new_pack.1ikA9p/_new  2015-08-21 07:40:38.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   python-packaging
-Version:15.2
+Version:15.3
 Release:0
 Summary:Core utilities for Python packages
 License:Apache-2.0

++ packaging-15.2.tar.gz -> packaging-15.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packaging-15.2/CHANGELOG.rst 
new/packaging-15.3/CHANGELOG.rst
--- old/packaging-15.2/CHANGELOG.rst2015-05-13 23:43:29.0 +0200
+++ new/packaging-15.3/CHANGELOG.rst2015-08-02 02:07:16.0 +0200
@@ -1,6 +1,12 @@
 Changelog
 -
 
+15.3 - 2015-08-01
+~
+
+* Normalize post-release spellings for rev/r prefixes. :issue:`35`
+
+
 15.2 - 2015-05-13
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packaging-15.2/PKG-INFO new/packaging-15.3/PKG-INFO
--- old/packaging-15.2/PKG-INFO 2015-05-13 23:43:34.0 +0200
+++ new/packaging-15.3/PKG-INFO 2015-08-02 02:07:24.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: packaging
-Version: 15.2
+Version: 15.3
 Summary: Core utilities for Python packages
 Home-page: https://github.com/pypa/packaging
 Author: Donald Stufft
@@ -32,6 +32,12 @@
 Changelog
 -
 
+15.3 - 2015-08-01
+~
+
+* Normalize post-release spellings for rev/r prefixes. :issue:`35`
+
+
 15.2 - 2015-05-13
 ~
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packaging-15.2/docs/conf.py 
new/packaging-15.3/docs/conf.py
--- old/packaging-15.2/docs/conf.py 2015-05-13 23:43:29.0 +0200
+++ new/packaging-15.3/docs/conf.py 2015-08-02 02:07:16.0 +0200
@@ -35,6 +35,7 @@
 extensions = [
 "sphinx.ext.autodoc",
 "sphinx.ext.doctest",
+"sphinx.ext.extlinks",
 "sphinx.ext.intersphinx",
 "sphinx.ext.viewcode",
 ]
@@ -71,6 +72,10 @@
 # The name of the Pygments (syntax highlighting) style to use.
 pygments_style = "sphinx"
 
+extlinks = {
+'issue': ('https://github.com/pypa/packaging/issues/%s', '#'),
+'pull': ('https://github.com/pypa/packaging/pull/%s', 'PR #'),
+}
 # -- Options for HTML output --
 
 # The theme to use for HTML and HTML Help pages.  See the documentation for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packaging-15.2/packaging/__about__.py 
new/packaging-15.3/packaging/__about__.py
--- old/packaging-15.2/packaging/__about__.py   2015-05-13 23:43:29.0 
+0200
+++ new/packaging-15.3/packaging/__about__.py   2015-08-02 02:07:16.0 
+0200
@@ -22,7 +22,7 @@
 __summary__ = "Core utilities for Python packages"
 __uri__ = "https://github.com/pypa/packaging";
 
-__version__ = "15.2"
+__version__ = "15.3"
 
 __author__ = "Donald Stufft"
 __email__ = "don...@stufft.io"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/packaging-15.2/packaging/version.py 
new/packaging-15.3/packaging/version.py
--- old/packaging-15.2/packaging/version.py 2015-05-13 23:43:29.0 
+0200
+++ new/packaging-15.3/packaging/version.py 2015-08-02 02:07:16.0 
+0200
@@ -324,6 +324,8 @@
 letter = "b"
 elif letter in ["c", "pre", "preview"]:
 letter = "rc"
+elif letter in ["rev", "r"]:
+letter = "post"
 
 return letter, int(number)
 if not letter and number:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' ol

commit virtualbox for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package virtualbox for openSUSE:Factory 
checked in at 2015-08-21 07:39:28

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


Package is "virtualbox"

Changes:

--- /work/SRC/openSUSE:Factory/virtualbox/virtualbox.changes2015-07-28 
11:42:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.virtualbox.new/virtualbox.changes   
2015-08-21 07:39:59.0 +0200
@@ -1,0 +2,41 @@
+Fri Aug 14 13:23:25 UTC 2015 - larry.fin...@lwfinger.net
+
+Version bump to 5.0.2 (released 2015-08-13 by Oracle)
+
+A number of problems were fixed and/or added. In particular, the artifically 
high load average
+problem reported as bsc#939299 has been fixed. The complete list follows:
+
+VMM: added support for guest crash report MSRs with Hyper-V 
paravirtualization
+VMM: fixed an issue causing artifically high load averages on Linux hosts
+VMM: fixed a kernel panic with thread-context hooks caused by incompatible 
changes made to Linux 4.2 kernels
+VMM: fixed a saved state issue with VT-x/AMD-V disabled (5.0 regression; 
bug #14304)
+VMM: fixed VERR_SUPDRV_TSC_DELTA_MEASUREMENT_FAILED Guru Meditations on 
certain AMD CPUs (5.0 regression; bug #14370)
+VMM: fixed a crash while creating a guest core dumps via the VM debug 
facility (5.0 regression)
+VMM: This release has AVX2 passthrough disabled on every host and AVX 
passthrough disabled for 64-bit VMs on 32-bit hosts.
+This will be properly fixed in a future 5.0.x maintenance release (see 
e.g. bug #14262).
+GUI: fixed rare hang and crash on VM shutdown/poweroff
+GUI: X11: fixed few crashes caused by the Qt alien widgets feature
+GUI: X11: fixed various mini-toolbar geometry quirks like positioning, 
z-order, transiency issues on certain window managers (bug #14257)
+GUI: X11: fixed mini-toolbar minimize button issue under certain window 
managers (bug #14284)
+GUI: VM menu actions availability should now be properly updated on 
full-screen/seamless/scaled mode switches
+GUI: disk encryption password validation should be performed when user 
confirmed the password, not after each entered symbol
+GUI: do not change the VM/group selection in the VM Manager to the newly 
created VM if it was created by another client (e.g. VBoxManage)
+GUI: improve the quality in scaled mode under some circumstances (5.0 
regression; bug #14303)
+VBoxManage: do not deny changing the network adapter type at VM runtime 
(5.0 regression; bug #14308)
+VRDP: allow Windows 10 RDP clients (bug #14216)
+Audio: fix a possible crash on VM process termination (5.0 regression)
+Storage: improved raw disk access on OS X by unmounting any accessed 
volume before first use and prevent any mount attempt by the host (bug #14219)
+3D: basic support for saving/restoring display lists
+Shared Folders: fixed a problem with accessing CIFS shares (bug #14252)
+Shared Folders: improved path conversion between hosts and guests with 
different path separators (bug #14153)
+API: skip resetting of immutable media when the VM in saved state is 
started (bug #13957)
+API: fixed method for setting medium IDs which used zero (invalid) UUIDs 
instead random (valid) UUIDs if no UUIDs were passed (bug #14350)
+API: for Windows host fix detection of API client crashes which have a 
session open
+OVF: properly export all VBox features including the setting for 
paravirtualization (bug #14390)
+Linux hosts: more fixes for activated SMAP on Linux 3.19 and newer 
(Broadwell and later; bug #13961)
+Linux hosts: check then name space before attaching to a host network 
interface (bug #13795)
+Linux Additions: Linux 4.2 fixes (bug #14227)
+Linux Additions: improved the performance of stat() to speed up certain 
file operations on shared folders
+X11 Additions: various seamless mode fixes, including invisible windows 
under LXDE. - 
+
+---

Old:

  VirtualBox-5.0.0-patched.tar.bz2

New:

  VirtualBox-5.0.2-patched.tar.bz2



Other differences:
--
++ virtualbox.spec ++
--- /var/tmp/diff_new_pack.7x7DUp/_old  2015-08-21 07:40:01.0 +0200
+++ /var/tmp/diff_new_pack.7x7DUp/_new  2015-08-21 07:40:01.0 +0200
@@ -19,7 +19,7 @@
 %define _vbox_instdir  %{_libexecdir}/virtualbox
 %define _udevrulesdir %{_libexecdir}/udev/rules.d
 Name:   virtualbox
-Version:5.0.0
+Version:5.0.2
 Release:0
 Summary:VirtualBox is an Emulator
 License:GPL-2.0+

++ UserManual.pdf ++
(binary differes)

++ VirtualBox-5.0.0-patched.ta

commit kernel-source for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package kernel-source for openSUSE:Factory 
checked in at 2015-08-21 07:39:15

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


Package is "kernel-source"

Changes:

--- /work/SRC/openSUSE:Factory/kernel-source/kernel-debug.changes   
2015-08-19 09:29:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.kernel-source.new/kernel-debug.changes  
2015-08-21 07:39:46.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 17 16:43:25 CEST 2015 - jsl...@suse.cz
+
+- Linux 4.1.6.
+- commit 9dbe563
+
+---
kernel-default.changes: same change
kernel-desktop.changes: same change
kernel-docs.changes: same change
kernel-ec2.changes: same change
kernel-lpae.changes: same change
kernel-obs-build.changes: same change
kernel-obs-qa-xen.changes: same change
kernel-obs-qa.changes: same change
kernel-pae.changes: same change
kernel-pv.changes: same change
kernel-source.changes: same change
kernel-syms.changes: same change
kernel-vanilla.changes: same change
kernel-xen.changes: same change



Other differences:
--
++ kernel-debug.spec ++
--- /var/tmp/diff_new_pack.5fFUYm/_old  2015-08-21 07:39:52.0 +0200
+++ /var/tmp/diff_new_pack.5fFUYm/_new  2015-08-21 07:39:52.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.1
-%define patchversion 4.1.5
+%define patchversion 4.1.6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 Summary:A Debug Version of the Kernel
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.1.5
+Version:4.1.6
 %if 0%{?is_kotd}
-Release:.g83fbd4e
+Release:.g9dbe563
 %else
 Release:0
 %endif

kernel-default.spec: same change
kernel-desktop.spec: same change
++ kernel-docs.spec ++
--- /var/tmp/diff_new_pack.5fFUYm/_old  2015-08-21 07:39:52.0 +0200
+++ /var/tmp/diff_new_pack.5fFUYm/_new  2015-08-21 07:39:52.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define patchversion 4.1.5
+%define patchversion 4.1.6
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -27,9 +27,9 @@
 Summary:Kernel Documentation (man pages)
 License:GPL-2.0
 Group:  Documentation/Man
-Version:4.1.5
+Version:4.1.6
 %if 0%{?is_kotd}
-Release:.g83fbd4e
+Release:.g9dbe563
 %else
 Release:0
 %endif

++ kernel-ec2.spec ++
--- /var/tmp/diff_new_pack.5fFUYm/_old  2015-08-21 07:39:52.0 +0200
+++ /var/tmp/diff_new_pack.5fFUYm/_new  2015-08-21 07:39:52.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.1
-%define patchversion 4.1.5
+%define patchversion 4.1.6
 %define variant %{nil}
 %define vanilla_only 0
 
@@ -59,9 +59,9 @@
 Summary:The Amazon EC2 Xen Kernel
 License:GPL-2.0
 Group:  System/Kernel
-Version:4.1.5
+Version:4.1.6
 %if 0%{?is_kotd}
-Release:.g83fbd4e
+Release:.g9dbe563
 %else
 Release:0
 %endif

kernel-lpae.spec: same change
++ kernel-obs-build.spec ++
--- /var/tmp/diff_new_pack.5fFUYm/_old  2015-08-21 07:39:52.0 +0200
+++ /var/tmp/diff_new_pack.5fFUYm/_new  2015-08-21 07:39:52.0 +0200
@@ -19,7 +19,7 @@
 
 #!BuildIgnore: post-build-checks
 
-%define patchversion 4.1.5
+%define patchversion 4.1.6
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -45,9 +45,9 @@
 Summary:package kernel and initrd for OBS VM builds
 License:GPL-2.0
 Group:  SLES
-Version:4.1.5
+Version:4.1.6
 %if 0%{?is_kotd}
-Release:.g83fbd4e
+Release:.g9dbe563
 %else
 Release:0
 %endif

++ kernel-obs-qa-xen.spec ++
--- /var/tmp/diff_new_pack.5fFUYm/_old  2015-08-21 07:39:52.0 +0200
+++ /var/tmp/diff_new_pack.5fFUYm/_new  2015-08-21 07:39:52.0 +0200
@@ -17,7 +17,7 @@
 # needsrootforbuild
 
 
-%define patchversion 4.1.5
+%define patchversion 4.1.6
 %define variant %{nil}
 
 %include %_sourcedir/kernel-spec-macros
@@ -36,9 +36,9 @@
 Summary:Basic QA tests for the kernel
 License:GPL-2.0
 Group:  SLES
-Version:4.1.5
+Version:4.1.6
 %if 0%{?is_kotd}
-Release:.g83fbd4e
+Release:.g9dbe563
 %else
 Release:0
 %endif

kernel-obs-qa.spec: same change
++ kernel-pae.spec ++
--- /var/tmp/diff_new_pack.5fFUYm/_old  2015-08-21 07:39:52.0 +0200
+++ /var/tmp/diff_new_pack.5fFUYm/_new  2015-08-21 07:39:52.0 +0200
@@ -20,7 +20,7 @@
 # needssslcertforbuild
 
 %define srcversion 4.1
-%define patchversion 4.1.5
+%define patchversion 4.1.6
 %d

commit libreoffice for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package libreoffice for openSUSE:Factory 
checked in at 2015-08-21 07:39:06

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


Package is "libreoffice"

Changes:

--- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes  2015-08-07 
00:15:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice.changes 
2015-08-21 07:39:28.0 +0200
@@ -1,0 +2,7 @@
+Tue Aug 11 08:00:38 UTC 2015 - tchva...@suse.com
+
+- Version bump to 5.0.1 rc1:
+  * Various small fixes
+  * Has some commits around screen rendering -> could fix kde bugs
+
+---

Old:

  libreoffice-5.0.0.5.tar.xz
  libreoffice-help-5.0.0.5.tar.xz
  libreoffice-translations-5.0.0.5.tar.xz

New:

  libreoffice-5.0.1.1.tar.xz
  libreoffice-help-5.0.1.1.tar.xz
  libreoffice-translations-5.0.1.1.tar.xz



Other differences:
--
++ libreoffice.spec ++
--- /var/tmp/diff_new_pack.rjrY2u/_old  2015-08-21 07:39:44.0 +0200
+++ /var/tmp/diff_new_pack.rjrY2u/_new  2015-08-21 07:39:44.0 +0200
@@ -23,7 +23,7 @@
 %define numbertext_version 0.9.5
 # Urls
 %define external_url   http://dev-www.libreoffice.org/src/
-%define tarball_url
http://download.documentfoundation.org/libreoffice/src/5.0.0
+%define tarball_url
http://download.documentfoundation.org/libreoffice/src/5.0.1
 # Old Make and bundle or not
 %if 0%{?suse_version} > 1230
 %bcond_with oldmake
@@ -65,7 +65,7 @@
 %endif
 # This is used due to the need for beta releases
 Name:   libreoffice
-Version:5.0.0.5
+Version:5.0.1.1
 Release:0
 Summary:A Free Office Suite (Framework)
 License:Apache-2.0 and Artistic-1.0 and BSD-3-Clause and BSD-4-Clause 
and GPL-2.0+ and LPPL-1.3c and LGPL-2.1+ and LGPL-3.0 and MPL-1.1 and MIT and 
SUSE-Public-Domain and W3C





















++ libreoffice-5.0.0.5.tar.xz -> libreoffice-5.0.1.1.tar.xz ++
/work/SRC/openSUSE:Factory/libreoffice/libreoffice-5.0.0.5.tar.xz 
/work/SRC/openSUSE:Factory/.libreoffice.new/libreoffice-5.0.1.1.tar.xz differ: 
char 26, line 1

++ libreoffice-help-5.0.0.5.tar.xz -> libreoffice-help-5.0.1.1.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libreoffice-5.0.0.5/ChangeLog-helpcontent2 
new/libreoffice-5.0.1.1/ChangeLog-helpcontent2
--- old/libreoffice-5.0.0.5/ChangeLog-helpcontent2  2015-07-31 
02:48:25.0 +0200
+++ new/libreoffice-5.0.1.1/ChangeLog-helpcontent2  2015-08-07 
19:39:16.0 +0200
@@ -1,14 +1,14 @@
-2015-07-31  Christian Lohmaier
[d573f6806b0b73f142d87458bd3fd7a1dd552d95]
+2015-08-07  Christian Lohmaier
[0ab704498190eb8d5e10c12336d022aabaa36992]
 
-Version 5.0.0.5, tag libreoffice-5.0.0.5
+Version 5.0.1.1, tag libreoffice-5.0.1.1
 
-Change-Id: Icdb37502617876f355589a0cea1b2bde047d4e4e
+Change-Id: I4572cb63cb0024c8f409e5c5a8ff95447c81
 
-2015-07-10  Christian Lohmaier
[c8227a67c388586c27388d416914cdbbd52620fd]
+2015-08-07  Christian Lohmaier
[36cbda5c833b6e48a1e30786b6a78da38a2fcf7d]
 
-Branch libreoffice-5-0-0
+Branch libreoffice-5-0-1
 
-This is 'libreoffice-5-0-0' - the stable branch for the 5.0.0 release.
+This is 'libreoffice-5-0-1' - the stable branch for the 5.0.1 release.
 Only very safe changes, reviewed by three people are allowed.
 
 If you want to commit more complicated fix for the next 5.0.x release,
@@ -16,7 +16,31 @@
 
 If you want to build something cool, unstable, and risky, use master.
 
-Change-Id: I0b4110179749a46fe736e7a04eda5e6ff7c632e7
+Change-Id: Ib61f7b08497a9521f4f4a4b6046d21e9a9e82308
+
+2015-08-05  Christian Lohmaier
[68c46e7dbaf5cf34a5b5ccb80122801dad778bbe]
+
+missing space Open Statement[Runtime] → Open Statement [Runtime]
+
+Change-Id: If90b4d89c0dc7172b417b30dd242278386813244
+(cherry picked from commit bbece63b0f7b182f8bbf36accef29bb7a42e7800)
+
+2015-08-05  Christian Lohmaier
[9624c4f487b2f9e05fffd35912445b6405003b2f]
+
+typo rectange → rectangle
+
+Change-Id: I673b4ce44a5bb58355414f3a304842bc2f55ca36
+(cherry picked from commit e78df34e040aeda59567ecd34da23bb0d61ced5b)
+
+2015-07-14  Andras Timar
[df04396f17c0ed2d76bc10f60fda61fc1ee34ce5]
+
+tdf#92684 embed places section instead of the deleted defaultdir section
+
+Change-Id: I2e360913ca041996c2fe5638a992d1f999e3b67f
+(cherry picked from commit 053cee1d890e225245b9d8004ab94cf27b1a9621)
+Reviewed-on: https://gerrit.libreoffice.org/17029
+Reviewed-by: Caolán McNamara 
+Tested-by: Caolán McNamara 
 
 2015-07-08  Andras Timar
[176f822e7a3569ffeb3026df7fc

commit shim for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package shim for openSUSE:Factory checked in 
at 2015-08-21 07:38:54

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


Package is "shim"

Changes:

--- /work/SRC/openSUSE:Factory/shim/shim.changes2015-04-22 
01:10:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.shim.new/shim.changes   2015-08-21 
07:38:56.0 +0200
@@ -1,0 +2,26 @@
+Thu Jul 16 06:49:01 UTC 2015 - g...@suse.com
+
+- Add shim-update-openssl-1.0.2d.patch to update openssl to 1.0.2d
+- Refresh shim-gcc5.patch and add it back since we really need it
+- Add shim-change-debug-file-path.patch to change the debug file
+  path in shim.efi
+  + also add the debuginfo and debugsource subpackages
+- Drop shim-fix-gnu-efi-30w.patch which is not necessary anymore
+
+---
+Mon Jul  6 09:06:02 UTC 2015 - g...@suse.com
+
+- Update to 0.9
+- Refresh patches
+  + shim-fix-gnu-efi-30w.patch
+  + shim-fix-mokmanager-sections.patch
+  + shim-opensuse-cert-prompt.patch
+- Drop upstreamed patches
+  + shim-bsc920515-fix-fallback-buffer-length.patch
+  + shim-mokx-support.patch
+  + shim-update-cryptlib.patch
+- Drop shim-bsc919675-uninstall-shim-protocols.patch since
+  upstream fixed the bug in another way.
+- Drop shim-gcc5.patch which was fixed in another way
+
+---

Old:

  shim-0.8.tar.bz2
  shim-bsc919675-uninstall-shim-protocols.patch
  shim-bsc920515-fix-fallback-buffer-length.patch
  shim-fix-gnu-efi-30w.patch
  shim-mokx-support.patch
  shim-update-cryptlib.patch

New:

  shim-0.9.tar.bz2
  shim-change-debug-file-path.patch
  shim-update-openssl-1.0.2d.patch



Other differences:
--
++ shim.spec ++
--- /var/tmp/diff_new_pack.6MzlGi/_old  2015-08-21 07:38:58.0 +0200
+++ /var/tmp/diff_new_pack.6MzlGi/_new  2015-08-21 07:38:58.0 +0200
@@ -18,8 +18,10 @@
 
 # needssslcertforbuild
 
+%undefine _build_create_debug
+
 Name:   shim
-Version:0.8
+Version:0.9
 Release:0
 Summary:UEFI shim loader
 License:BSD-2-Clause
@@ -40,23 +42,18 @@
 Source10:   timestamp.pl
 Source11:   strip_signature.sh
 Source12:   signature-sles.asc
-# PATCH-FIX-UPSTREAM shim-mokx-support.patch g...@suse.com -- Support MOK 
blacklist
-Patch1: shim-mokx-support.patch
 # PATCH-FIX-SUSE shim-only-os-name.patch g...@suse.com -- Only include the OS 
name in version.c
-Patch2: shim-only-os-name.patch
-# PATCH-FIX-UPSTREAM shim-fix-gnu-efi-30w.patch g...@suse.com -- Adapt the 
change in gnu-efi 3.0w
-Patch3: shim-fix-gnu-efi-30w.patch
+Patch1: shim-only-os-name.patch
 # PATCH-FIX-UPSTREAM shim-fix-mokmanager-sections.patch g...@suse.com -- Fix 
the objcopy parameters for the EFI files
-Patch4: shim-fix-mokmanager-sections.patch
-# PATCH-FIX-UPSTREAM shim-bsc919675-uninstall-shim-protocols.patch bsc#919675 
g...@suse.com -- Uinstall the shim protocols at Exit
-Patch5: shim-bsc919675-uninstall-shim-protocols.patch
-# PATCH-FIX-UPSTREAM shim-bsc920515-fix-fallback-buffer-length.patch 
bsc#920515 g...@suse.com -- Fix the buffer size for the boot options
-Patch6: shim-bsc920515-fix-fallback-buffer-length.patch
-# PATCH-FIX-UPSTREAM shim-update-cryptlib.patch g...@suse.com -- Update 
Cryptlib and openssl
-Patch7: shim-update-cryptlib.patch
+Patch3: shim-fix-mokmanager-sections.patch
+# PATCH-FIX-UPSTREAM shim-update-openssl-1.0.2d.patch g...@suse.com -- Update 
openssl to 1.0.2d
+Patch4: shim-update-openssl-1.0.2d.patch
+# PATCH-FIX-UPSTREAM shim-gcc5.patch g...@suse.com -- Specify the gnu89 
standard
+Patch5: shim-gcc5.patch
+# PATCH-FIX-OPENSUSE shim-change-debug-file-path.patch g...@suse.com -- Change 
the default debug file path
+Patch50:shim-change-debug-file-path.patch
 # PATCH-FIX-OPENSUSE shim-opensuse-cert-prompt.patch g...@suse.com -- Show the 
prompt to ask whether the user trusts openSUSE certificate or not
 Patch100:   shim-opensuse-cert-prompt.patch
-Patch101:   shim-gcc5.patch
 BuildRequires:  gnu-efi >= 3.0t
 BuildRequires:  mozilla-nss-tools
 BuildRequires:  openssl >= 0.9.8
@@ -72,7 +69,19 @@
 shim is a trivial EFI application that, when run, attempts to open and
 execute another application.
 
+%package -n shim-debuginfo
+Summary:UEFI shim loader - debug symbols
+Group:  System/Boot
+
+%description -n shim-debuginfo
+The debug symbols of UEFI shim loader
+
+%package -n shim-debugsource
+Summary:UEFI shim loader - debug source
+Group:  System/Boot
 
+%description -n shim-debugso

commit lash for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package lash for openSUSE:Factory checked in 
at 2015-08-21 07:38:14

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


Package is "lash"

Changes:

--- /work/SRC/openSUSE:Factory/lash/lash.changes2012-08-04 
09:20:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.lash.new/lash.changes   2015-08-21 
07:38:16.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug 11 09:22:57 UTC 2015 - idon...@suse.com
+
+- Add baselibs.conf as source 
+
+---
+Tue Aug 11 06:48:25 UTC 2015 - dims...@opensuse.org
+
+- Add lash-glibc-2.22.patch: Fix build with glibc 2.22. getattrinfo
+  is now only declared in _POSIX_C_SOURCE >= 200112L.
+
+---

New:

  lash-glibc-2.22.patch



Other differences:
--
++ lash.spec ++
--- /var/tmp/diff_new_pack.u57fUd/_old  2015-08-21 07:38:17.0 +0200
+++ /var/tmp/diff_new_pack.u57fUd/_new  2015-08-21 07:38:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lash
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,12 +38,14 @@
 Source: %name-%version.tar.bz2
 Source1:%name.desktop
 Source2:%name.png
+Source1000: baselibs.conf
 Patch0: lash-gcc44.patch
 Patch1: lash-implicit-fortify-decl.patch
 Patch2: lash-info-entry.diff
 Patch3: lash-swig-2x.patch
 Patch4: lash-add-needed.patch
 Patch5: lash-resource.patch
+Patch6: lash-glibc-2.22.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %py_requires
 
@@ -67,6 +69,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build
 ./autogen.sh

++ lash-glibc-2.22.patch ++
Index: lash-0.5.4/liblash/socket.c
===
--- lash-0.5.4.orig/liblash/socket.c
+++ lash-0.5.4/liblash/socket.c
@@ -18,7 +18,7 @@
  *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _POSIX_SOURCE /* addrinfo */
+#define _POSIX_C_SOURCE 200112L /* addrinfo */
 
 #include 
 #include 




commit installation-images-openSUSE for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package installation-images-openSUSE for 
openSUSE:Factory checked in at 2015-08-21 07:38:20

Comparing /work/SRC/openSUSE:Factory/installation-images-openSUSE (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images-openSUSE.new (New)


Package is "installation-images-openSUSE"

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-openSUSE/installation-images-openSUSE.changes
2015-07-22 09:19:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-openSUSE.new/installation-images-openSUSE.changes
   2015-08-21 07:38:22.0 +0200
@@ -1,0 +2,26 @@
+Wed Aug 12 11:51:08 CEST 2015 - snw...@suse.com
+
+- Drop rsh dependency
+- 14.193
+
+---
+Tue Aug  4 11:31:09 CEST 2015 - snw...@suse.com
+
+- better gawk handling
+- 14.192
+
+---
+Fri Jul 31 15:27:32 UTC 2015 - dims...@opensuse.org
+
+- BuildRequire libsystemd0: help the system in deciding between
+  libsystemd0 (meant for end users) and libsystemd0-mini (meant for
+  OBS build environments). -mini is favoured inside OBS, but does
+  not install on end user systems.
+
+---
+Wed Jul 22 14:16:36 CEST 2015 - snw...@suse.com
+
+- don't strip anything (bsc#938738)
+- 14.191
+
+---

Old:

  installation-images-14.190.tar.xz

New:

  installation-images-14.193.tar.xz



Other differences:
--
++ installation-images-openSUSE.spec ++
--- /var/tmp/diff_new_pack.WgULDY/_old  2015-08-21 07:38:23.0 +0200
+++ /var/tmp/diff_new_pack.WgULDY/_new  2015-08-21 07:38:23.0 +0200
@@ -55,7 +55,9 @@
 %ifarch ia64 %ix86 x86_64
 BuildRequires:  libsmbios2
 %endif
+%if %suse_version > 1315
 BuildRequires:  net-tools-deprecated
+%endif
 BuildRequires:  snapper
 BuildRequires:  Mesa
 BuildRequires:  Mesa-libEGL1
@@ -211,7 +213,6 @@
 BuildRequires:  reiserfs
 BuildRequires:  rgb
 BuildRequires:  rpcbind
-BuildRequires:  rsh
 BuildRequires:  rsync
 BuildRequires:  screen
 BuildRequires:  sdparm
@@ -375,7 +376,7 @@
 Summary:Installation Image Files for %theme
 License:GPL-2.0+
 Group:  Metapackages
-Version:14.190
+Version:14.193
 Release:0
 Provides:   installation-images = %version-%release
 Source: installation-images-%{version}.tar.xz

++ installation-images-14.190.tar.xz -> installation-images-14.193.tar.xz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.190/VERSION 
new/installation-images-14.193/VERSION
--- old/installation-images-14.190/VERSION  2015-07-20 14:58:02.0 
+0200
+++ new/installation-images-14.193/VERSION  2015-08-12 11:46:20.0 
+0200
@@ -1 +1 @@
-14.190
+14.193
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.190/bin/mk_image 
new/installation-images-14.193/bin/mk_image
--- old/installation-images-14.190/bin/mk_image 2015-07-20 14:58:02.0 
+0200
+++ new/installation-images-14.193/bin/mk_image 2015-08-12 11:46:20.0 
+0200
@@ -18,7 +18,7 @@
 
 # env vars:
 #
-# image, src, tmpdir, disjunct, mode, debug, fs, filelist, nolibs, nostrip
+# image, src, tmpdir, disjunct, mode, debug, fs, filelist, nolibs, dostrip
 #
 #
 
@@ -91,7 +91,7 @@
   print "fix permissions of directories...\n";
   SUSystem "fix_perms $tmpdir";
 
-  if(!$ENV{nostrip}) {
+  if($ENV{dostrip}) {
 print "strip everything...\n";
 SUSystem "strip_dir $tmpdir";
   }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/installation-images-14.190/changelog 
new/installation-images-14.193/changelog
--- old/installation-images-14.190/changelog2015-07-20 14:58:02.0 
+0200
+++ new/installation-images-14.193/changelog2015-08-12 11:46:20.0 
+0200
@@ -1,3 +1,12 @@
+2015-08-12:14.193
+   - Drop rsh dependency
+
+2015-08-04:14.192
+   - better gawk handling
+
+2015-07-22:14.191
+   - don't strip anything (bsc #938738)
+
 2015-07-20:14.190
- don't srip ssl libs (bsc #938738)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/installation-images-14.190/data/rescue/rescue.file_list 
new/installation-images-14.193/data/rescue/rescue.file_list
--- old/installation-images-14.190/data/rescue/rescue.file_list 2015-07-20 
14:58:02.0 +0200
+++ new/installation-images-14.193/data/rescue/rescue.file_list 2015-08-12 
1

commit NetworkManager for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager for openSUSE:Factory 
checked in at 2015-08-21 07:38:43

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


Package is "NetworkManager"

Changes:

--- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes
2015-07-05 17:59:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.NetworkManager.new/NetworkManager.changes   
2015-08-21 07:38:45.0 +0200
@@ -1,0 +2,76 @@
+Wed Aug 19 19:52:08 UTC 2015 - dims...@opensuse.org
+
+- Toggle with_cacert_patch to 1: the patch has been rebased.
+
+---
+Tue Aug 18 19:13:13 UTC 2015 - bastianho...@gmx.de
+
+- Change nfs dispatcher-script to be more reliable in mixed ip v4
+  v6 environments.
+
+---
+Thu Aug  6 09:57:09 UTC 2015 - g...@suse.com
+
+- Rebase nm-probe-radius-server-cert.patch for 1.0.4 (bsc#938198).
+
+---
+Thu Aug  6 08:42:44 UTC 2015 - dims...@opensuse.org
+
+- Add explicit pkgconfig(udev) BuildRequires: we need it to define
+  %{_udevdir}.
+
+---
+Wed Jul 15 11:45:18 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.0.4:
+  + The MTU setting from an IPv6 neighbor discovery Router
+Advertisements is now ignored if applying it would result in
+invalid configuration.
+  + Some configuration options can now be changed without
+restarting the daemon. Notably, this applies to 'dns',
+'connectivity' and 'ignore-carrier' settings.
+  + The connection activation was made more robust. If an active
+connection is reactivated, the device it's active on takes
+precedence. If an attempt is made to activate a connection on a
+different device than it is active on, the activation proceeds
+removing the connection from the active device.
+  + The device specifiers in configuration files now support
+negation via 'except:' match.
+  + Devices that only have IPv6 link-local address are no longer
+assumed to be connected.
+  + nmcli now provides hints and tab-completion for enumeration
+properties.
+  + If the IPv6 interface tokens are set they are honored when
+creating an interface identifier for IPv6 addressing.
+  + NetworkManager now maintains correct routing configuration when
+multiple interfaces are connected to the same network.
+  + The management of devices can now be controlled with udev
+rules. The veth devices as well as the virtual Ethernet devices
+of various virtualization tools (VMWare, VirtualBox, Parallels
+Workstation) are now ignored by default.
+  + The IPv6 privacy extensions are now enabled by default and
+handling of the ip6-privacy sysctl has been improved.
+  + Activating a Bond, Bridge or Team device can now optionally
+activate the slave connections as well. The behavior is
+controlled with 'connection.autoconnect-slaves' property.
+  + The platform support code has been refactored, resulting in
+better scalability in large configurations.
+  + Changes to network interfaces configuration done outside
+NetworkManager are now picked up and exposed to the user via
+NetworkManager API and tools.
+  + A connection can now optionally leave externally configured
+default route in place instead of overriding it. The behavior
+is controlled with 'ipv4.never-default' and
+'ipv6.never-default' properties.
+  + Multiple crasher and memory leak bugs in the daemon were fixed.
+  + Multiple bugs that could cause the client tools to hang or
+crash were fixed.
+  + nmcli allows multiple devices for 'nmcli device
+disconnect/delete'.
+  + Firewall zone is added to firewalld for device-based VPN
+connections too.
+- Toggle with_cacert_patch to 0: the Radius CA patch neeeds to be
+  reworked. Wrap applying the patch into a with_cacert_patch
+  condition, to make enabling/disabling a one-stop change.
+
+---

Old:

  NetworkManager-1.0.2.tar.xz

New:

  NetworkManager-1.0.4.tar.xz



Other differences:
--
++ NetworkManager.spec ++
--- /var/tmp/diff_new_pack.tFOrWA/_old  2015-08-21 07:38:46.0 +0200
+++ /var/tmp/diff_new_pack.tFOrWA/_new  2015-08-21 07:38:46.0 +0200
@@ -26,7 +26,7 @@
 
 Name:   NetworkManager
 Url:http://www.gnome.org/projects/NetworkManager/
-Version:1.0.2
+Version:1.0.4
 Release:0
 Summary:Network Link Manager and User Applications
 Lice

commit alsa-utils for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package alsa-utils for openSUSE:Factory 
checked in at 2015-08-21 07:38:03

Comparing /work/SRC/openSUSE:Factory/alsa-utils (Old)
 and  /work/SRC/openSUSE:Factory/.alsa-utils.new (New)


Package is "alsa-utils"

Changes:

--- /work/SRC/openSUSE:Factory/alsa-utils/alsa-utils.changes2015-07-16 
17:16:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa-utils.new/alsa-utils.changes   
2015-08-21 07:38:06.0 +0200
@@ -1,0 +2,23 @@
+Mon Aug 10 15:05:45 CEST 2015 - ti...@suse.de
+
+- Suppress alsactl invocation on systems without sound cards
+  (bsc#940950):
+  0009-alsactl-Add-path-condition-to-alsa-store-and-alsa-re.patch
+
+---
+Tue Aug  4 17:48:44 CEST 2015 - ti...@suse.de
+
+- Upstream patch to add -S option to speaker-test
+  0007-speaker-test-Add-option-to-specify-signal-scale.patch
+- Upstream patch to add alsatplg parser program
+  0008-topology-Add-command-line-topology-tool-to-build-top.patch
+- Reenable autoreconf call to regenerate after patching
+
+---
+Fri Jul 31 07:40:12 UTC 2015 - dims...@opensuse.org
+
+- Change libudev-devel BuildRequires to pkgconfig(udev): makes us
+  less prone to packaging changes, and in the end udev.pc is
+  exactly what we need to define _udevdir.
+
+---

New:

  0007-speaker-test-Add-option-to-specify-signal-scale.patch
  0008-topology-Add-command-line-topology-tool-to-build-top.patch
  0009-alsactl-Add-path-condition-to-alsa-store-and-alsa-re.patch



Other differences:
--
++ alsa-utils.spec ++
--- /var/tmp/diff_new_pack.uG17U0/_old  2015-08-21 07:38:07.0 +0200
+++ /var/tmp/diff_new_pack.uG17U0/_new  2015-08-21 07:38:07.0 +0200
@@ -51,6 +51,9 @@
 Patch4: 0004-aplay-Fix-type-for-signal-flag.patch
 Patch5: 0005-aplay-Fix-uninterruptible-aplay.patch
 Patch6: 0006-alsactl-terminate-readlink-result-string.patch
+Patch7: 0007-speaker-test-Add-option-to-specify-signal-scale.patch
+Patch8: 0008-topology-Add-command-line-topology-tool-to-build-top.patch
+Patch9: 0009-alsactl-Add-path-condition-to-alsa-store-and-alsa-re.patch
 #
 Patch99:alsa-utils-gettext-version-removal.diff
 BuildRequires:  alsa-devel
@@ -65,7 +68,7 @@
 Provides:   alsa-conf
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1200
-BuildRequires:  libudev-devel
+BuildRequires:  pkgconfig(udev)
 %endif
 
 %description
@@ -84,6 +87,9 @@
 %patch4 -p1
 %patch5 -p1
 %patch6 -p1
+%patch7 -p1
+%patch8 -p1
+%patch9 -p1
 #
 %if 0%{?suse_version} < 1020
 %patch99 -p1
@@ -94,7 +100,7 @@
 %if 0%{?suse_version} < 1020
 # gettextize -f
 %endif
-# autoreconf -fi
+autoreconf -fi
 opts=""
 %if %{use_systemd}
 opts="$opts --with-systemdsystemunitdir=%{_unitdir}"

++ 0007-speaker-test-Add-option-to-specify-signal-scale.patch ++
>From 791ae1c18016707ee046b430cf3cf0412276c744 Mon Sep 17 00:00:00 2001
From: Julian Scheel 
Date: Tue, 30 Jun 2015 08:57:49 +0200
Subject: [PATCH] speaker-test: Add option to specify signal scale

Allow generated signals (sine and noise) to have a specified signal scale
instead of using hardcoded limits of 80%. This can be handy for debugging, ie
when analysing clipping issues with audio drivers.

Signed-off-by: Julian Scheel 
Signed-off-by: Takashi Iwai 
---
 speaker-test/speaker-test.c | 30 ++
 1 file changed, 18 insertions(+), 12 deletions(-)

diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c
index ccf2671725a3..25970af1c9bc 100644
--- a/speaker-test/speaker-test.c
+++ b/speaker-test/speaker-test.c
@@ -100,6 +100,7 @@ static unsigned int   period_time = 0;  /* 
period time in us */
 static unsigned int   nperiods= 4;  /* number of 
periods */
 static double freq= 440.0;  /* sinusoidal wave 
frequency in Hz */
 static inttest_type   = TEST_PINK_NOISE;/* Test type. 1 = 
noise, 2 = sine wave */
+static float  generator_scale  = 0.8;   /* Scale to use 
for sine volume */
 static pink_noise_t pink;
 static snd_pcm_uframes_t  buffer_size;
 static snd_pcm_uframes_t  period_size;
@@ -306,7 +307,7 @@ static void generate_sine(uint8_t *frames, int channel, int 
count, double *_phas
   switch (format) {
   case SND_PCM_FORMAT_S8:
 if (chn==channel) {
-  res = (sin((phase * 2 * M_PI) / max_phase - M_PI)) * 0x03fff; /* 
Don't use MAX volume */
+  res = (sin((phase * 2 * M_PI) / max_phase - M_PI)) * ge

commit glibc for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2015-08-21 07:37:51

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


Package is "glibc"

Changes:

--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes2015-07-05 
17:50:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes   
2015-08-21 07:37:52.0 +0200
@@ -1,0 +2,54 @@
+Mon Aug 10 09:23:57 UTC 2015 - sch...@suse.de
+
+- dont-remove-nodelete-flag.patch: Don't remove DF_1_NODELETE flag from
+  all loaded objects on failed dlopen
+- openat64-readd-o-largefile.patch: Readd O_LARGEFILE flag for openat64
+
+---
+Wed Aug  5 09:35:41 UTC 2015 - sch...@suse.de
+
+- Update to glibc 2.22 release.
+  * Cache information can be queried via sysconf() function on s390
+  * A buffer overflow in gethostbyname_r and related functions performing DNS
+requests has been fixed.
+  * The time zone file parser has been made more robust against crafted time
+zone files
+  * A powerpc and powerpc64 optimization for TLS, similar to TLS descriptors
+for LD and GD on x86 and x86-64, has been implemented.
+  * Character encoding and ctype tables were updated to Unicode 7.0.0
+  * Added vector math library named libmvec
+  * A new fmemopen implementation has been added with the goal of POSIX
+compliance.
+  * The header  is deprecated, and will be removed in a future
+release.
+- Patches from upstream removed
+  * htm-tabort.patch
+  * o-tmpfile.patch
+  * memcpy-chk-non-SSE2.patch
+  * pthread-mutexattr-gettype-kind.patch
+  * powerpc-software-sqrt.patch
+  * static-tls-dtv-limit.patch
+  * threaded-trim-threshold.patch
+  * resolv-nameserver-handling.patch
+  * nss-separate-state-getXXent.patch
+  * aarch64-sigstksz.patch
+  * heap-top-corruption.patch
+  * pthread-join-deadlock.patch
+
+---
+Mon Jul 27 09:08:21 UTC 2015 - sch...@suse.de
+
+- pthread-join-deadlock.patch: Use IE model for static variables in
+  libc.so, libpthread.so and rtld (bsc#930015, BZ #18457)
+
+---
+Wed Jul 22 09:13:48 UTC 2015 - sch...@suse.de
+
+- glibc-nodate.patch: fix verification of timestamp
+
+---
+Tue Jul 21 07:50:22 UTC 2015 - meiss...@suse.com
+
+- also filter out -fstack-protector-strong
+
+---
glibc-utils.changes: same change
glibc.changes: same change

Old:

  aarch64-sigstksz.patch
  glibc-2.21.tar.xz
  heap-top-corruption.patch
  htm-tabort.patch
  memcpy-chk-non-SSE2.patch
  nss-separate-state-getXXent.patch
  o-tmpfile.patch
  powerpc-software-sqrt.patch
  pthread-join-deadlock.patch
  pthread-mutexattr-gettype-kind.patch
  resolv-nameserver-handling.patch
  static-tls-dtv-limit.patch
  threaded-trim-threshold.patch

New:

  dont-remove-nodelete-flag.patch
  glibc-2.22.tar.xz
  glibc-2.22.tar.xz.sig
  glibc.keyring
  openat64-readd-o-largefile.patch



Other differences:
--
++ glibc-testsuite.spec ++
--- /var/tmp/diff_new_pack.wuJQQD/_old  2015-08-21 07:37:54.0 +0200
+++ /var/tmp/diff_new_pack.wuJQQD/_new  2015-08-21 07:37:54.0 +0200
@@ -100,13 +100,15 @@
 # 3.1 is the openSUSE 12.1 kernel
 %define enablekernel 3.0
 
-Version:2.21
+Version:2.22
 Release:0
-%define git_id 4e42b5b8f89f
+%define git_id bbab82c25da9
 Url:http://www.gnu.org/software/libc/libc.html
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #Source: glibc-%{version}-%{git_id}.tar.xz
 Source: http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz
+Source1:http://ftp.gnu.org/pub/gnu/glibc/glibc-%{version}.tar.xz.sig
+Source2:glibc.keyring
 Source3:noversion.tar.bz2
 Source4:manpages.tar.bz2
 Source5:nsswitch.conf
@@ -214,7 +216,6 @@
 Patch103:   glibc-2.4-china.diff
 
 ### Broken patches in glibc that we revert for now:
-# None
 
 ### Network related patches
 # PATCH-FIX-OPENSUSE reload /etc/resolv.conf on change
@@ -229,26 +230,6 @@
 ###
 # Patches from upstream
 ###
-# PATCH-FIX-UPSTREAM powerpc: Fix TABORT encoding for little endian
-Patch1000:  htm-tabort.patch
-# PATCH-FIX-UPSTREAM Fix value of O_TMPFILE for architectures with non-default 
O_DIRECTORY (BZ #17912)
-Patch1001:  o-tmpfile.patch
-# PATCH-FIX-UPSTREAM Fix __memcpy_chk on non-SSE2 CPUs (BZ #17949)
-Patch1002:  memcpy-chk-non-SSE2.patch
-# PATCH-FIX-UPSTREAM Filter out PTHREAD_MUTEX_NO_EL

commit NetworkManager-gnome for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package NetworkManager-gnome for 
openSUSE:Factory checked in at 2015-08-21 07:38:38

Comparing /work/SRC/openSUSE:Factory/NetworkManager-gnome (Old)
 and  /work/SRC/openSUSE:Factory/.NetworkManager-gnome.new (New)


Package is "NetworkManager-gnome"

Changes:

--- 
/work/SRC/openSUSE:Factory/NetworkManager-gnome/NetworkManager-gnome.changes
2015-07-05 17:59:14.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.NetworkManager-gnome.new/NetworkManager-gnome.changes
   2015-08-21 07:38:39.0 +0200
@@ -1,0 +2,30 @@
+Wed Aug 19 19:52:54 UTC 2015 - dims...@opensuse.org
+
+- Toggle with_cacert_patch to 1: the patch has been rebased.
+
+---
+Wed Jul 15 11:45:35 UTC 2015 - dims...@opensuse.org
+
+- Update to version 1.0.4:
+  + Setting MTU for a bond device is now supported.
+  + Connecting to a wireless network from the NetworkManager applet
+no longer results in an attempt to create system-wide
+connections. This fixes the ability to connect to a wireless
+network for non-privileged user.
+  + The master interface name is used instead of master connection
+UUID for slave connections created with nm-connection-editor.
+This fixes compatibility of the ifcfg configuration files with
+the legacy network service.
+  + It is now possible to specify an interface name instead of a
+MAC address when editing a connection using
+nm-connection-editor.
+  + The WWAN connections now have IPv6 enabled by default.
+  + libnm-gtk includes functions for password storage selection,
+which eases implementation of password GUI for VPN plugins and
+other users.
+- Rebase nm-applet-probe-radius-server-cert.patch and
+  nm-applet-probe-radius-server-cert.patch.
+- Toggle with_cacert_patch to 0: the cacert patch is currently
+  disabled in NetworkManager (boo#938198).
+
+---

Old:

  network-manager-applet-1.0.2.tar.xz

New:

  network-manager-applet-1.0.4.tar.xz



Other differences:
--
++ NetworkManager-gnome.spec ++
--- /var/tmp/diff_new_pack.4lobi0/_old  2015-08-21 07:38:40.0 +0200
+++ /var/tmp/diff_new_pack.4lobi0/_new  2015-08-21 07:38:40.0 +0200
@@ -20,7 +20,7 @@
 
 Name:   NetworkManager-gnome
 Url:http://www.gnome.org/projects/NetworkManager/
-Version:1.0.2
+Version:1.0.4
 Release:0
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  dbus-1-devel

++ network-manager-applet-1.0.2.tar.xz -> 
network-manager-applet-1.0.4.tar.xz ++
 14814 lines of diff (skipped)

++ nm-applet-private-connection.patch ++
--- /var/tmp/diff_new_pack.4lobi0/_old  2015-08-21 07:38:41.0 +0200
+++ /var/tmp/diff_new_pack.4lobi0/_new  2015-08-21 07:38:41.0 +0200
@@ -24,10 +24,10 @@
  src/utils/utils.h   |  2 ++
  12 files changed, 189 insertions(+), 1 deletion(-)
 
-Index: network-manager-applet-0.9.10.0/configure.ac
+Index: network-manager-applet-1.0.4/configure.ac
 ===
 network-manager-applet-0.9.10.0.orig/configure.ac
-+++ network-manager-applet-0.9.10.0/configure.ac
+--- network-manager-applet-1.0.4.orig/configure.ac
 network-manager-applet-1.0.4/configure.ac
 @@ -82,6 +82,10 @@ PKG_CHECK_MODULES(NMA,
  
  NMA_CFLAGS="$NMA_CFLAGS -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_32"
@@ -39,10 +39,10 @@
  AC_MSG_CHECKING([whether to build nm-applet-migration-tool])
  AC_ARG_ENABLE([migration],
  [AS_HELP_STRING([--disable-migration], [Don't build migration 
tool for NM <= 0.8 settings])],
-Index: network-manager-applet-0.9.10.0/src/applet-device-ethernet.c
+Index: network-manager-applet-1.0.4/src/applet-device-ethernet.c
 ===
 network-manager-applet-0.9.10.0.orig/src/applet-device-ethernet.c
-+++ network-manager-applet-0.9.10.0/src/applet-device-ethernet.c
+--- network-manager-applet-1.0.4.orig/src/applet-device-ethernet.c
 network-manager-applet-1.0.4/src/applet-device-ethernet.c
 @@ -40,6 +40,7 @@
  #include "applet-device-ethernet.h"
  #include "ethernet-dialog.h"
@@ -64,11 +64,11 @@
  
nm_connection_add_setting (connection, NM_SETTING (s_con));
  
-Index: network-manager-applet-0.9.10.0/src/applet-device-wifi.c
+Index: network-manager-applet-1.0.4/src/applet-device-wifi.c
 ===
 network-manager-applet-0.9.10.0.orig/src/applet-device-wifi.c
-+++ network-manager-applet-0.9.10.0/src/applet-device-wifi.c
-@@ -442,6 +442,1

commit pesign for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package pesign for openSUSE:Factory checked 
in at 2015-08-21 07:38:31

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


Package is "pesign"

Changes:

--- /work/SRC/openSUSE:Factory/pesign/pesign.changes2015-06-30 
10:13:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.pesign.new/pesign.changes   2015-08-21 
07:38:33.0 +0200
@@ -1,0 +2,13 @@
+Fri Aug 14 07:45:31 UTC 2015 - mplus...@suse.com
+
+- Update project url
+- Use url for download
+- Add rcpesign symlink
+- Tiny spec file cleanup with spec-cleaner
+
+---
+Mon Jul 13 11:07:10 UTC 2015 - wer...@suse.de
+
+- Make it build, tool systemd-tmpfiles is part of systemd
+
+---



Other differences:
--
++ pesign.spec ++
--- /var/tmp/diff_new_pack.69AT2p/_old  2015-08-21 07:38:34.0 +0200
+++ /var/tmp/diff_new_pack.69AT2p/_new  2015-08-21 07:38:34.0 +0200
@@ -22,8 +22,8 @@
 Summary:Signing tool for PE-COFF binaries
 License:GPL-2.0
 Group:  Productivity/Security
-Url:https://github.com/vathpela/pesign
-Source: %{name}-%{version}.tar.bz2
+Url:https://github.com/rhinstaller/pesign
+Source: 
https://github.com/rhinstaller/pesign/releases/download/%{version}/%{name}-%{version}.tar.bz2
 # PATCH-FIX-SUSE pesign-suse-build.patch g...@suse.com -- Adjust Makefile for 
the build service
 Patch1: pesign-suse-build.patch
 # PATCH-FIX-UPSTREAM pesign-fix-build-errors.patch g...@suse.com -- Fix gcc 
warnings
@@ -49,6 +49,7 @@
 BuildRequires:  mozilla-nss-devel
 BuildRequires:  pkg-config
 BuildRequires:  popt-devel
+BuildRequires:  systemd
 BuildRequires:  pkgconfig(systemd)
 Requires(pre):  pwdutils
 %{?systemd_requires}
@@ -58,12 +59,6 @@
 Signing tool for PE-COFF binaries, hopefully at least vaguely compliant
 with the PE and Authenticode specifications.
 
-
-
-Authors:
-
-Peter Jones 
-
 %prep
 %setup -q
 %patch1 -p1
@@ -81,12 +76,15 @@
 make %{?_smp_mflags} OPTFLAGS="%{optflags}"
 
 %install
-make INSTALLROOT=%{buildroot} PREFIX=/usr DOCDIR=/share/doc/packages install
+make INSTALLROOT=%{buildroot} PREFIX=%{_prefix} DOCDIR=/share/doc/packages 
install
 mkdir -p %{buildroot}%{_localstatedir}/lib/pesign
 
 mkdir -p %{buildroot}%{_sbindir}
 make INSTALLROOT=%{buildroot} UNITDIR=%{_unitdir} install_systemd
 
+# create rcsymlink
+ln -sv %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
+
 # there's some stuff that's not really meant to be shipped yet
 rm -rf %{buildroot}/boot %{buildroot}%{_prefix}/include
 rm -rf %{buildroot}%{_libdir}/libdpe*
@@ -104,7 +102,7 @@
 systemd-tmpfiles --create %{_libexecdir}/tmpfiles.d/pesign.conf
 
 %postun
-%service_del_preun pesign.service
+%service_del_postun pesign.service
 
 %files
 %defattr(-,root,root)
@@ -115,6 +113,7 @@
 %{_bindir}/pesigcheck
 %{_bindir}/efisiglist
 %{_bindir}/authvar
+%{_sbindir}/rcpesign
 %dir %{_sysconfdir}/popt.d
 %config %{_sysconfdir}/popt.d/pesign.popt
 %{_sysconfdir}/pki/




commit python-flake8 for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package python-flake8 for openSUSE:Factory 
checked in at 2015-08-21 07:38:26

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


Package is "python-flake8"

Changes:

--- /work/SRC/openSUSE:Factory/python-flake8/python-flake8.changes  
2015-03-05 18:15:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-flake8.new/python-flake8.changes 
2015-08-21 07:38:27.0 +0200
@@ -1,0 +2,6 @@
+Mon Aug 10 08:45:26 UTC 2015 - m...@suse.com
+
+- Add upstream patch flake8-fix-tests-using-new-mock.patch
+  * Fix tests using mock 1.1.x and above
+
+---

New:

  flake8-fix-tests-using-new-mock.patch



Other differences:
--
++ python-flake8.spec ++
--- /var/tmp/diff_new_pack.E7G02E/_old  2015-08-21 07:38:28.0 +0200
+++ /var/tmp/diff_new_pack.E7G02E/_new  2015-08-21 07:38:28.0 +0200
@@ -24,6 +24,8 @@
 Group:  Development/Languages/Python
 Url:http://bitbucket.org/tarek/flake8
 Source: 
http://pypi.python.org/packages/source/f/flake8/flake8-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM flake8-fix-tests-using-new-mock.patch -- m...@suse.com
+Patch1: flake8-fix-tests-using-new-mock.patch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Test requirements:
@@ -53,6 +55,7 @@
 
 %prep
 %setup -q -n flake8-%{version}
+%patch1 -p1
 
 %build
 python setup.py build

++ flake8-fix-tests-using-new-mock.patch ++
>From b0f30f97fbec04c1ab7cb8937f636822eab63885 Mon Sep 17 00:00:00 2001
From: Ian Cordasco 
Date: Fri, 10 Jul 2015 09:34:49 -0500
Subject: [PATCH] Fix flake8 tests using mock to work with 1.1.x branch

--- a/flake8/tests/test_engine.py
+++ b/flake8/tests/test_engine.py
@@ -51,7 +51,7 @@ class TestEngine(unittest.TestCase):
 self.assertTrue(len(registered_exts[0]) > 0)
 for i in registered_exts[1:]:
 self.assertTrue(isinstance(i, list))
-register_check.assert_called()
+self.assertTrue(register_check.called)
 
 def test_get_parser(self):
 # setup
@@ -66,13 +66,13 @@ class TestEngine(unittest.TestCase):
 # actual call we're testing
 parser, hooks = engine.get_parser()
 # assertions
-re.assert_called()
-gpv.assert_called()
+self.assertTrue(re.called)
+self.assertTrue(gpv.called)
 pgp.assert_called_once_with(
 'flake8',
 '%s (pyflakes: 0.7, mccabe: 0.2) Python Version' % __version__)
-m.remove_option.assert_called()
-m.add_option.assert_called()
+self.assertTrue(m.remove_option.called)
+self.assertTrue(m.add_option.called)
 self.assertEqual(parser, m)
 self.assertEqual(hooks, [])
 # clean-up



commit filesystem for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package filesystem for openSUSE:Factory 
checked in at 2015-08-21 07:37:57

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


Package is "filesystem"

Changes:

--- /work/SRC/openSUSE:Factory/filesystem/filesystem.changes2015-06-01 
09:24:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.filesystem.new/filesystem.changes   
2015-08-21 07:37:59.0 +0200
@@ -1,0 +2,12 @@
+Fri Aug  7 08:25:43 UTC 2015 - dims...@opensuse.org
+
+- Add /usr/lib/udev/rules.d: packages installing rules don't really
+  have to build depend on udev, it only increases their build time.
+
+---
+Wed Jul  1 22:27:17 UTC 2015 - jeng...@inai.de
+
+- Add some systemd directories so that uuidd does not have to own
+  them and still succeeds building in a systemd-less root.
+
+---



Other differences:
--
++ directory.list ++
--- /var/tmp/diff_new_pack.9zebF4/_old  2015-08-21 07:38:00.0 +0200
+++ /var/tmp/diff_new_pack.9zebF4/_new  2015-08-21 07:38:00.0 +0200
@@ -91,7 +91,12 @@
 0755 root root /usr/lib/sysctl.d
 0755 root root /usr/lib/systemd
 0755 root root /usr/lib/systemd/system
+0755 root root /usr/lib/systemd/system-preset
+0755 root root /usr/lib/systemd/user
+0755 root root /usr/lib/systemd/user-preset
 0755 root root /usr/lib/tmpfiles.d
+0755 root root /usr/lib/udev
+0755 root root /usr/lib/udev/rules.d
 0755 root root /usr/local
 0755 root root /usr/local/bin
 0755 root root /usr/local/games




commit libgphoto2 for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package libgphoto2 for openSUSE:Factory 
checked in at 2015-08-21 07:37:46

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


Package is "libgphoto2"

Changes:

--- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2015-07-16 
17:18:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.libgphoto2.new/libgphoto2.changes   
2015-08-21 07:37:47.0 +0200
@@ -1,0 +2,8 @@
+Fri Aug  7 07:39:31 UTC 2015 - dims...@opensuse.org
+
+- Change udev BuildRequires for pkgconfig(udev)
+- use pkg-config --modversion udev instead of querying the package
+  database. udev is often installed as udev-mini in OBS' build env,
+  which the rpm -q udev call could not find.
+
+---



Other differences:
--
++ libgphoto2.spec ++
--- /var/tmp/diff_new_pack.Op1z8U/_old  2015-08-21 07:37:48.0 +0200
+++ /var/tmp/diff_new_pack.Op1z8U/_new  2015-08-21 07:37:48.0 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%if %( echo `rpm -q --queryformat %%{version} udev` ) > 190
+%if %( pkg-config --modversion udev ) > 190
 %define _udevrulesdir /usr/lib/udev/rules.d
 %else
 %define _udevrulesdir /lib/udev/rules.d
@@ -36,7 +36,7 @@
 BuildRequires:  libxml2-devel
 BuildRequires:  lockdev-devel
 BuildRequires:  pkg-config
-BuildRequires:  udev
+BuildRequires:  pkgconfig(udev)
 %if 0%{?suse_version} > 1230
 BuildRequires:  systemd-rpm-macros
 %endif






commit valgrind for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package valgrind for openSUSE:Factory 
checked in at 2015-08-21 07:37:41

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


Package is "valgrind"

Changes:

--- /work/SRC/openSUSE:Factory/valgrind/valgrind.changes2015-04-27 
22:08:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.valgrind.new/valgrind.changes   2015-08-21 
07:37:42.0 +0200
@@ -1,0 +2,5 @@
+Thu Aug  6 12:09:47 UTC 2015 - sch...@suse.de
+
+- glibc-version.patch: Add support for glibc 2.22.
+
+---



Other differences:
--
++ glibc-version.patch ++
--- /var/tmp/diff_new_pack.5tQ0NM/_old  2015-08-21 07:37:43.0 +0200
+++ /var/tmp/diff_new_pack.5tQ0NM/_new  2015-08-21 07:37:43.0 +0200
@@ -2,7 +2,7 @@
 ===
 --- valgrind-3.10.1.orig/configure.ac
 +++ valgrind-3.10.1/configure.ac
-@@ -1018,6 +1018,13 @@ case "${GLIBC_VERSION}" in
+@@ -1018,6 +1018,20 @@ case "${GLIBC_VERSION}" in
DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
;;
@@ -12,6 +12,13 @@
 +  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
 +  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
 +  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
++  ;;
++ 2.22)
++  AC_MSG_RESULT(2.22 family)
++  AC_DEFINE([GLIBC_2_22], 1, [Define to 1 if you're using glibc 2.22.x])
++  DEFAULT_SUPP="glibc-2.X.supp ${DEFAULT_SUPP}"
++  DEFAULT_SUPP="glibc-2.34567-NPTL-helgrind.supp ${DEFAULT_SUPP}"
++  DEFAULT_SUPP="glibc-2.X-drd.supp ${DEFAULT_SUPP}"
 +  ;;
   darwin)
AC_MSG_RESULT(Darwin)




commit system-config-printer for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package system-config-printer for 
openSUSE:Factory checked in at 2015-08-21 07:37:29

Comparing /work/SRC/openSUSE:Factory/system-config-printer (Old)
 and  /work/SRC/openSUSE:Factory/.system-config-printer.new (New)


Package is "system-config-printer"

Changes:

--- 
/work/SRC/openSUSE:Factory/system-config-printer/system-config-printer.changes  
2015-07-05 18:01:08.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.system-config-printer.new/system-config-printer.changes
 2015-08-21 07:37:30.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug  6 09:02:58 UTC 2015 - dims...@opensuse.org
+
+- Explicitly BuildRequire pkgconfig(udev): its existence is
+  verified in configure.
+
+---



Other differences:
--
++ system-config-printer.spec ++
--- /var/tmp/diff_new_pack.8XF3nm/_old  2015-08-21 07:37:31.0 +0200
+++ /var/tmp/diff_new_pack.8XF3nm/_new  2015-08-21 07:37:31.0 +0200
@@ -63,6 +63,7 @@
 BuildRequires:  xmlto
 BuildRequires:  pkgconfig(libudev) >= 172
 BuildRequires:  pkgconfig(libusb-1.0)
+BuildRequires:  pkgconfig(udev)
 Requires:   %{name}-common = %{version}
 Requires:   python3-cups
 Requires:   python3-pycurl






commit gnome-system-monitor for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package gnome-system-monitor for 
openSUSE:Factory checked in at 2015-08-21 07:37:35

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


Package is "gnome-system-monitor"

Changes:

--- 
/work/SRC/openSUSE:Factory/gnome-system-monitor/gnome-system-monitor.changes
2015-03-30 19:22:31.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-system-monitor.new/gnome-system-monitor.changes
   2015-08-21 07:37:37.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug  6 08:58:11 UTC 2015 - dims...@opensuse.org
+
+- Own %{_datadir}/polkit-1/actions instead of having to depend on
+  a full polikit installation for building.
+
+---



Other differences:
--
++ gnome-system-monitor.spec ++
--- /var/tmp/diff_new_pack.esGL2V/_old  2015-08-21 07:37:38.0 +0200
+++ /var/tmp/diff_new_pack.esGL2V/_new  2015-08-21 07:37:38.0 +0200
@@ -89,6 +89,8 @@
 %{_datadir}/applications/gnome-system-monitor-kde.desktop
 %{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.enums.xml
 %{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.gschema.xml
+%dir %{_datadir}/polkit-1
+%dir %{_datadir}/polkit-1/actions
 %{_datadir}/polkit-1/actions/org.gnome.gnome-system-monitor.policy
 %dir %{_libexecdir}/%{name}/
 %{_libexecdir}/%{name}/gsm-kill




commit ModemManager for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package ModemManager for openSUSE:Factory 
checked in at 2015-08-21 07:37:24

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


Package is "ModemManager"

Changes:

--- /work/SRC/openSUSE:Factory/ModemManager/ModemManager.changes
2015-04-27 12:57:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.ModemManager.new/ModemManager.changes   
2015-08-21 07:37:25.0 +0200
@@ -1,0 +2,6 @@
+Thu Aug  6 08:26:47 UTC 2015 - dims...@opensuse.org
+
+- Add explicit pkgconfig(udev) BuildRequires: we need it to define
+  %{_udevdir}.
+
+---



Other differences:
--
++ ModemManager.spec ++
--- /var/tmp/diff_new_pack.tTTwWO/_old  2015-08-21 07:37:26.0 +0200
+++ /var/tmp/diff_new_pack.tTTwWO/_new  2015-08-21 07:37:26.0 +0200
@@ -38,6 +38,7 @@
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.97
 BuildRequires:  pkgconfig(qmi-glib) >= 1.12.4
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(udev)
 Requires:   hicolor-icon-theme
 Recommends: usb_modeswitch
 Provides:   org.freedesktop.ModemManager




commit alsa for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package alsa for openSUSE:Factory checked in 
at 2015-08-21 07:37:17

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


Package is "alsa"

Changes:

--- /work/SRC/openSUSE:Factory/alsa/alsa.changes2015-07-05 
18:00:30.0 +0200
+++ /work/SRC/openSUSE:Factory/.alsa.new/alsa.changes   2015-08-21 
07:37:19.0 +0200
@@ -1,0 +2,43 @@
+Tue Aug  4 17:41:39 CEST 2015 - ti...@suse.de
+
+- Backport upstream fixes: surround41/50 chmap fix, UCM documents,
+  config string fix, PCM timestamp query API, replacement of list.h
+  with LGPL:
+  0023-surround41-50.conf-Use-chmap-syntax-for-better-flexi.patch
+  0024-ucm-docs-fix-doxygen-exclude-patch-for-UCM-local-hea.patch
+  0025-ucm-docs-Fix-doxygen-formatting-for-UCM-main-page.patch
+  0026-docs-Add-UCM-link-to-main-doxygen-page.patch
+  0027-Replace-unsafe-characters-with-_-in-card-name.patch
+  0028-pcm-add-helper-functions-to-query-timestamping-capab.patch
+  0029-pcm-add-support-for-get-set_audio_htstamp_config.patch
+  0030-pcm-add-support-for-new-STATUS_EXT-ioctl.patch
+  0031-test-fix-audio_time-with-new-get-set-audio_tstamp_co.patch
+  0032-test-audio_time-show-report-validity-and-accuracy.patch
+  0033-pcm-restore-hw-params-on-set-latency-failed.patch
+  0034-Replace-list.h-with-its-own-version.patch
+- Backport topology API addition patches:
+  0035-topology-uapi-Add-UAPI-headers-for-topology-ABI.patch
+  0036-topology-Add-topology-core-parser.patch
+  0037-topology-Add-text-section-parser.patch
+  0038-topology-Add-PCM-parser.patch
+  0039-topology-Add-operations-parser.patch
+  0040-topology-Add-private-data-parser.patch
+  0041-topology-Add-DAPM-object-parser.patch
+  0042-topology-Add-CTL-parser.patch
+  0043-topology-Add-Channel-map-parser.patch
+  0044-topology-Add-binary-file-builder.patch
+  0045-topology-autotools-Add-build-support-for-topology-co.patch
+  0046-topology-doxygen-Add-doxygen-support-for-topology-co.patch
+  0047-conf-topology-Add-topology-file-for-broadwell-audio-.patch
+  0048-topology-Fix-missing-inclusion-of-ctype.h.patch
+  0049-topology-Fix-typos.patch
+- Enable autoreconf call to regenerate after patching
+
+---
+Fri Jul 31 07:35:12 UTC 2015 - dims...@opensuse.org
+
+- Change libudev-devel BuildRequires to pkgconfig(udev): makes us
+  less prone to packaging changes, and in the end udev.pc is
+  exactly what we need to define _udevdir.
+
+---

New:

  0023-surround41-50.conf-Use-chmap-syntax-for-better-flexi.patch
  0024-ucm-docs-fix-doxygen-exclude-patch-for-UCM-local-hea.patch
  0025-ucm-docs-Fix-doxygen-formatting-for-UCM-main-page.patch
  0026-docs-Add-UCM-link-to-main-doxygen-page.patch
  0027-Replace-unsafe-characters-with-_-in-card-name.patch
  0028-pcm-add-helper-functions-to-query-timestamping-capab.patch
  0029-pcm-add-support-for-get-set_audio_htstamp_config.patch
  0030-pcm-add-support-for-new-STATUS_EXT-ioctl.patch
  0031-test-fix-audio_time-with-new-get-set-audio_tstamp_co.patch
  0032-test-audio_time-show-report-validity-and-accuracy.patch
  0033-pcm-restore-hw-params-on-set-latency-failed.patch
  0034-Replace-list.h-with-its-own-version.patch
  0035-topology-uapi-Add-UAPI-headers-for-topology-ABI.patch
  0036-topology-Add-topology-core-parser.patch
  0037-topology-Add-text-section-parser.patch
  0038-topology-Add-PCM-parser.patch
  0039-topology-Add-operations-parser.patch
  0040-topology-Add-private-data-parser.patch
  0041-topology-Add-DAPM-object-parser.patch
  0042-topology-Add-CTL-parser.patch
  0043-topology-Add-Channel-map-parser.patch
  0044-topology-Add-binary-file-builder.patch
  0045-topology-autotools-Add-build-support-for-topology-co.patch
  0046-topology-doxygen-Add-doxygen-support-for-topology-co.patch
  0047-conf-topology-Add-topology-file-for-broadwell-audio-.patch
  0048-topology-Fix-missing-inclusion-of-ctype.h.patch
  0049-topology-Fix-typos.patch



Other differences:
--
++ alsa.spec ++
--- /var/tmp/diff_new_pack.WnaeCZ/_old  2015-08-21 07:37:21.0 +0200
+++ /var/tmp/diff_new_pack.WnaeCZ/_new  2015-08-21 07:37:21.0 +0200
@@ -71,6 +71,33 @@
 Patch20:0020-pcm-Fix-snd_pcm_status-for-dmix-co.patch
 Patch21:0021-control-Allow-cset-ing-specific-values-in-the-multi-.patch
 Patch22:0022-PCM-snd_pcm__drain-maybe-blocked-after-suspend-a.patch
+Patch23:0023-surround41-50.conf-Use-chmap-syntax-for-better-flexi.patch
+Patch24:0024-ucm-docs-fix-doxygen-exclude-patch-for-UCM-local-hea.patch
+Patch25:0025-ucm-docs-Fix-doxygen-formatting-for-UCM-ma

commit xf86-input-synaptics for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-synaptics for 
openSUSE:Factory checked in at 2015-08-21 07:36:13

Comparing /work/SRC/openSUSE:Factory/xf86-input-synaptics (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-synaptics.new (New)


Package is "xf86-input-synaptics"

Changes:

--- 
/work/SRC/openSUSE:Factory/xf86-input-synaptics/xf86-input-synaptics.changes
2015-04-05 02:03:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-synaptics.new/xf86-input-synaptics.changes
   2015-08-21 07:36:14.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 31 07:48:13 UTC 2015 - jeng...@inai.de
+
+- Ignore absence of udevadm, it won't be present in the build env.
+
+---



Other differences:
--
++ xf86-input-synaptics.spec ++
--- /var/tmp/diff_new_pack.K0VLpQ/_old  2015-08-21 07:36:15.0 +0200
+++ /var/tmp/diff_new_pack.K0VLpQ/_new  2015-08-21 07:36:15.0 +0200
@@ -87,13 +87,11 @@
 
 %post
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %postun
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %files
 %defattr(-,root,root)




commit lirc for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package lirc for openSUSE:Factory checked in 
at 2015-08-21 07:36:50

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


Package is "lirc"

Changes:

--- /work/SRC/openSUSE:Factory/lirc/lirc.changes2015-03-27 
09:37:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.lirc.new/lirc.changes   2015-08-21 
07:36:52.0 +0200
@@ -1,0 +2,11 @@
+Fri Jul 31 17:59:10 UTC 2015 - jeng...@inai.de
+
+- Do not hard depend on systemd - all macro uses support soft
+
+---
+Fri Jul 31 09:51:51 UTC 2015 - dims...@opensuse.org
+
+- Ignore absence of systemd-tmpfiles, it won't be present in the
+  build env.
+
+---



Other differences:
--
++ lirc.spec ++
--- /var/tmp/diff_new_pack.GVakw9/_old  2015-08-21 07:36:53.0 +0200
+++ /var/tmp/diff_new_pack.GVakw9/_new  2015-08-21 07:36:53.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lirc
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -50,17 +50,16 @@
 %if 0%{?suse_version} > 1320
 BuildRequires:  pkgconfig(libftdi1)
 %endif
+BuildRequires:  python3
+BuildRequires:  python3-PyYAML
 BuildRequires:  pkgconfig(portaudio-2.0)
 BuildRequires:  pkgconfig(systemd)
 BuildRequires:  pkgconfig(udev)
 BuildRequires:  pkgconfig(x11)
-BuildRequires:  python3
-BuildRequires:  python3-PyYAML
 Requires:   udev
 Recommends: lirc-remotes
 Suggests:   lirc-kmp
 Supplements:lirc-kmp
-%{?systemd_requires}
 %ifnarch s390 s390x
 # i2c-dev.h now moved to that package
 BuildRequires:  i2c-tools
@@ -77,6 +76,7 @@
 
 %packagecore
 Summary:LIRC core, always needed to run LIRC
+License:GPL-2.0+
 Group:  Hardware/Other
 Provides:   %{name} = %{version}
 Obsoletes:  %{name} < %{version}
@@ -87,12 +87,13 @@
 
 %packageconfig
 Summary:LIRC Configuration Tools and Data
+License:GPL-2.0+
 Group:  Hardware/Other
 Requires:   lirc-core = %{version}
 Provides:   %{name}-remotes = %{version}
 Obsoletes:  %{name}-remotes < %{version}
-Requires:   python3-gobject
 Requires:   python3-PyYAML
+Requires:   python3-gobject
 BuildArch:  noarch
 
 %descriptionconfig
@@ -101,10 +102,11 @@
 
 %packagedevel
 Summary:LIRC development files
+License:GPL-2.0+
 Group:  Development/Libraries/C and C++
+Requires:   liblirc0 = %{version}
 Requires:   liblirc_client0 = %{version}
 Requires:   liblirc_driver0 = %{version}
-Requires:   liblirc0 = %{version}
 # files were in lirc package previously
 Conflicts:  lirc <= 0.8.4
 
@@ -117,6 +119,7 @@
 
 %package -n liblirc_client0
 Summary:LIRC client library
+License:GPL-2.0+
 Group:  Hardware/Other
 # files were in lirc package previously
 Conflicts:  lirc <= 0.8.4
@@ -127,6 +130,7 @@
 
 %package -n liblirc_driver0
 Summary:LIRC driver library
+License:GPL-2.0+
 Group:  Hardware/Other
 
 %description -n liblirc_driver0
@@ -134,6 +138,7 @@
 
 %package -n liblirc0
 Summary:LIRC driver library
+License:GPL-2.0+
 Group:  Hardware/Other
 
 %description -n liblirc0
@@ -142,6 +147,7 @@
 
 %packagedisable-kernel-rc
 Summary:Disable kernel ir device handling in favor of lirc
+License:GPL-2.0+
 Group:  Hardware/Other
 Requires:   %{name}-core = %{version}-%{release}
 Recommends: lirc-core = %{version}
@@ -153,6 +159,7 @@
 %if 0%{?suse_version} > 1320
 %packagedrv-ftdi
 Summary:Ftdi LIRC User-Space Driver
+License:GPL-2.0+
 Group:  Hardware/Other
 Requires:   lirc-core = %{version}
 
@@ -163,9 +170,9 @@
 
 %packagedrv-portaudio
 Summary:Portaudio LIRC User-Space Driver
+License:LGPL-2.0
 Group:  Hardware/Other
 Requires:   lirc-core = %{version}
-License:LGPL-2.0
 
 %descriptiondrv-portaudio
 LIRC user space driver which supports  a IR receiver in microphone input
@@ -173,6 +180,8 @@
 
 %packagetools-gui
 Summary:LIRC GUI tools
+License:GPL-2.0+
+Group:  Hardware/Other
 Requires:   lirc-core = %{version}
 Requires:   xorg-x11-fonts-core
 
@@ -257,7 +266,7 @@
 
 %post core
 %service_add_post lircd.service lircmd.service lircd.socket
-systemd-tmpfiles --create %{_t

commit xf86-video-intel for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xf86-video-intel for 
openSUSE:Factory checked in at 2015-08-21 07:36:58

Comparing /work/SRC/openSUSE:Factory/xf86-video-intel (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-video-intel.new (New)


Package is "xf86-video-intel"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-video-intel/xf86-video-intel.changes
2015-05-28 09:50:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-video-intel.new/xf86-video-intel.changes   
2015-08-21 07:36:59.0 +0200
@@ -1,0 +2,7 @@
+Sun Aug  2 09:49:52 UTC 2015 - dims...@opensuse.org
+
+- Add u_uxa-fix-missing-includes-for-fstat.patch and
+  u_sna-fix-missing-includes-for-fstat.patch: fix missing includes
+  for fstat to be declared.
+
+---

New:

  u_sna-fix-missing-includes-for-fstat.patch
  u_uxa-fix-missing-includes-for-fstat.patch



Other differences:
--
++ xf86-video-intel.spec ++
--- /var/tmp/diff_new_pack.rlUjJS/_old  2015-08-21 07:37:00.0 +0200
+++ /var/tmp/diff_new_pack.rlUjJS/_new  2015-08-21 07:37:00.0 +0200
@@ -33,6 +33,8 @@
 Source0:%{name}-%{version}.tar.bz2
 Source99:   baselibs.conf
 Patch0: U_sna-Protect-against-ABI-breakage-in-recent-versions-.patch
+Patch1: u_sna-fix-missing-includes-for-fstat.patch
+Patch2: u_uxa-fix-missing-includes-for-fstat.patch
 
 %if %glamor
 Requires:   glamor
@@ -104,6 +106,8 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
 ###--enable-dri3 \

++ u_sna-fix-missing-includes-for-fstat.patch ++
>From 8bbf3c3acc5b93f579d7dde77dd1fa27d870cf3b Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger 
Date: Sun, 2 Aug 2015 11:39:20 +0200
Subject: [PATCH] sna: fix missing includes for fstat

In order for fstat to be usable, sys/stat.h needs to be included or we
might end up in a build failure like:

sna_driver.c: In function 'sna_handle_uevents':
sna_driver.c:799:6: error: implicit declaration of function 'fstat' 
[-Werror=implicit-function-declaration]
---
 src/sna/sna_driver.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/sna/sna_driver.c b/src/sna/sna_driver.c
index 6db129f..f8231aa 100644
--- a/src/sna/sna_driver.c
+++ b/src/sna/sna_driver.c
@@ -67,6 +67,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include 
 #include 
 #include 
+#include 
 #include "i915_drm.h"
 
 #ifdef HAVE_VALGRIND
-- 
2.4.5

++ u_uxa-fix-missing-includes-for-fstat.patch ++
>From 7eac1b87bccdd0494fd8161fa3b7da0e169ab8d4 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger 
Date: Sun, 2 Aug 2015 11:46:54 +0200
Subject: [PATCH] uxa: fix missing includes for fstat

Without these headers, we can run into build errors like:

intel_driver.c: In function 'I830HandleUEvents':
intel_driver.c:745:14: error: storage size of 's' isn't known

intel_video.c:104:39: warning: initialization discards 'const' qualifier from 
pointer target type [-Wdiscarded-qualifiers]
{XvSettable | XvGettable, -128, 127, "XV_BRIGHTNESS"},
   ^
intel_driver.c:753:6: error: implicit declaration of function 'fstat' 
[-Werror=implicit-function-declaration]
---
 src/uxa/intel_driver.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/uxa/intel_driver.c b/src/uxa/intel_driver.c
index 8e685bd..007e1a3 100644
--- a/src/uxa/intel_driver.c
+++ b/src/uxa/intel_driver.c
@@ -44,6 +44,8 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
 #include 
 #include 
 #include 
+#include 
+#include 
 
 #include "xorg-server.h"
 #include "xf86.h"
-- 
2.4.5




commit xf86-input-void for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-void for openSUSE:Factory 
checked in at 2015-08-21 07:36:20

Comparing /work/SRC/openSUSE:Factory/xf86-input-void (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-void.new (New)


Package is "xf86-input-void"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-void/xf86-input-void.changes  
2015-04-27 12:59:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-void.new/xf86-input-void.changes 
2015-08-21 07:36:21.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 31 07:48:13 UTC 2015 - jeng...@inai.de
+
+- Ignore absence of udevadm, it won't be present in the build env.
+
+---



Other differences:
--
++ xf86-input-void.spec ++
--- /var/tmp/diff_new_pack.7MMq9D/_old  2015-08-21 07:36:22.0 +0200
+++ /var/tmp/diff_new_pack.7MMq9D/_new  2015-08-21 07:36:22.0 +0200
@@ -56,13 +56,11 @@
 
 %post
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %postun
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %files
 %defattr(-,root,root)




commit DirectFB for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package DirectFB for openSUSE:Factory 
checked in at 2015-08-21 07:36:39

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


Package is "DirectFB"

Changes:

--- /work/SRC/openSUSE:Factory/DirectFB/DirectFB.changes2015-05-02 
17:36:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.DirectFB.new/DirectFB.changes   2015-08-21 
07:36:40.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 31 10:23:10 UTC 2015 - dims...@opensuse.org
+
+- Do not BuildRequire udev: there is no need to do so.
+
+---



Other differences:
--
++ DirectFB.spec ++
--- /var/tmp/diff_new_pack.a0H6lE/_old  2015-08-21 07:36:41.0 +0200
+++ /var/tmp/diff_new_pack.a0H6lE/_new  2015-08-21 07:36:41.0 +0200
@@ -95,7 +95,6 @@
 # TSLib not available for 12.3 and previous
 BuildRequires:  tslib-devel
 %endif
-BuildRequires:  udev
 BuildRequires:  xorg-x11-libX11-devel
 BuildRequires:  xorg-x11-libXext-devel
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit rrdtool for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package rrdtool for openSUSE:Factory checked 
in at 2015-08-21 07:37:05

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


Package is "rrdtool"

Changes:

--- /work/SRC/openSUSE:Factory/rrdtool/rrdtool.changes  2015-03-16 
09:37:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.rrdtool.new/rrdtool.changes 2015-08-21 
07:37:05.0 +0200
@@ -1,0 +2,13 @@
+Fri Jul 31 18:07:53 UTC 2015 - jeng...@inai.de
+
+- Do not hard-depend on systemd, the macros support soft fails.
+- Ignore errors from useradd/groupadd
+- Update RPM groups
+
+---
+Fri Jul 31 09:53:10 UTC 2015 - dims...@opensuse.org
+
+- Ignore absence of systemd-tmpfiles, it won't be present in the
+  build env.
+
+---



Other differences:
--
++ rrdtool.spec ++
--- /var/tmp/diff_new_pack.kXlWEg/_old  2015-08-21 07:37:06.0 +0200
+++ /var/tmp/diff_new_pack.kXlWEg/_new  2015-08-21 07:37:06.0 +0200
@@ -35,9 +35,9 @@
 BuildRequires:  pango-devel
 BuildRequires:  python-devel
 BuildRequires:  ruby-devel
+BuildRequires:  systemd-rpm-macros
 BuildRequires:  tcl-devel
 BuildRequires:  tcpd-devel
-BuildRequires:  pkgconfig(systemd)
 Requires:   perl = %{perl_version}
 Version:1.4.7
 Release:0
@@ -71,7 +71,7 @@
 
 %package devel
 Summary:A tool for data logging and analysis - Development files
-Group:  Development/Libraries/Other
+Group:  Development/Libraries/C and C++
 Requires:   %name = %version
 
 %description devel
@@ -82,7 +82,7 @@
 
 %package -n python-rrdtool
 Summary:Python bindings for rrdtool
-Group:  Productivity/Scientific/Math
+Group:  Development/Languages/Python
 Requires:   %name = %version
 %py_requires
 
@@ -97,7 +97,7 @@
 
 %package -n lua-rrdtool
 Summary:Lua bindings for rrdtool
-Group:  Productivity/Scientific/Math
+Group:  Development/Languages/Other
 Requires:   %name = %version
 
 %description -n lua-rrdtool
@@ -110,7 +110,7 @@
 
 %package -n ruby-rrdtool
 Summary:Ruby bindings for rrdtool
-Group:  Productivity/Scientific/Math
+Group:  Development/Languages/Ruby
 Requires:   ruby(abi) >= %{rb_ver}
 
 %description -n ruby-rrdtool
@@ -123,7 +123,7 @@
 
 %package -n tcl-rrdtool
 Summary:Tcl bindings for rrdtool
-Group:  Productivity/Scientific/Math
+Group:  Development/Languages/Tcl
 Requires:   tcl
 
 %description -n tcl-rrdtool
@@ -139,7 +139,6 @@
 Group:  Productivity/Scientific/Math
 Requires:   %{name} = %{version}
 Requires(pre):  %fillup_prereq
-%{?systemd_requires}
 %define rrdcached_user rrdcached
 %define rrdcached_group rrdcached
 
@@ -311,17 +310,20 @@
 %{_datadir}/rrdcached
 %{_datadir}/rrdcached/rrdcached-systemd-pre
 %{_unitdir}/rrdcached.service
+%if 0%{?suse_version} <= 1320
+%dir %_prefix/lib/tmpfiles.d
+%endif
 %{_tmpfilesdir}/rrdcached.conf
 
 %pre cached
-getent group %rrdcached_group >/dev/null || groupadd %rrdcached_group
-getent passwd %rrdcached_user >/dev/null || useradd -s /sbin/nologin -g 
%rrdcached_group -c %rrdcached_user -d %{_localstatedir}/lib %rrdcached_user
+getent group %rrdcached_group >/dev/null || groupadd %rrdcached_group || :
+getent passwd %rrdcached_user >/dev/null || useradd -s /sbin/nologin -g 
%rrdcached_group -c %rrdcached_user -d %{_localstatedir}/lib %rrdcached_user || 
:
 %service_add_pre rrdcached.service
 
 %post cached
 %service_add_post rrdcached.service
 %fillup_only rrdcached
-systemd-tmpfiles --create %{_tmpfilesdir}/rrdcached.conf
+systemd-tmpfiles --create %{_tmpfilesdir}/rrdcached.conf || :
 
 %preun cached
 %service_del_preun rrdcached.service




commit netcfg for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package netcfg for openSUSE:Factory checked 
in at 2015-08-21 07:37:10

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


Package is "netcfg"

Changes:

--- /work/SRC/openSUSE:Factory/netcfg/netcfg.changes2014-12-19 
09:37:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.netcfg.new/netcfg.changes   2015-08-21 
07:37:13.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug  4 07:47:22 UTC 2015 - tchva...@suse.com
+
+- Do not ghost the empty /etc/hostname to not break installationimages
+  pkg.
+
+---
+Thu Jun 11 15:37:35 UTC 2015 - tchva...@suse.com
+
+- Keep /etc/hostname empty and %ghost it. bnc#934056
+
+---



Other differences:
--
++ netcfg.spec ++
--- /var/tmp/diff_new_pack.EktAFt/_old  2015-08-21 07:37:14.0 +0200
+++ /var/tmp/diff_new_pack.EktAFt/_new  2015-08-21 07:37:14.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package netcfg
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -101,7 +101,7 @@
 
 %files
 %defattr(644,root,root,755)
-%verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/hostname
+%config %{_sysconfdir}/hostname
 %{_sysconfdir}/HOSTNAME
 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/aliases
 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/defaultdomain


++ hostname ++
--- /var/tmp/diff_new_pack.EktAFt/_old  2015-08-21 07:37:14.0 +0200
+++ /var/tmp/diff_new_pack.EktAFt/_new  2015-08-21 07:37:14.0 +0200
@@ -1 +0,0 @@
-linux.site





commit ctdb for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package ctdb for openSUSE:Factory checked in 
at 2015-08-21 07:36:32

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


Package is "ctdb"

Changes:

--- /work/SRC/openSUSE:Factory/ctdb/ctdb.changes2015-07-21 
13:26:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.ctdb.new/ctdb.changes   2015-08-21 
07:36:34.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 31 09:49:56 UTC 2015 - dims...@opensuse.org
+
+- Ignore absence of systemd-tmpfiles, it won't be present in the build env.
+
+---



Other differences:
--
++ ctdb.spec ++
--- /var/tmp/diff_new_pack.xbQdUB/_old  2015-08-21 07:36:35.0 +0200
+++ /var/tmp/diff_new_pack.xbQdUB/_new  2015-08-21 07:36:35.0 +0200
@@ -202,7 +202,7 @@
 %if 0%{?suse_version} > 1220
 %{fillup_only}
 %service_add_post ctdb.service
-%{_bindir}/systemd-tmpfiles --create %{_tmpfilesdir}/ctdb.conf
+%{_bindir}/systemd-tmpfiles --create %{_tmpfilesdir}/ctdb.conf || :
 %else
 %{fillup_and_insserv}
 %endif




commit tigervnc for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package tigervnc for openSUSE:Factory 
checked in at 2015-08-21 07:36:26

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


Package is "tigervnc"

Changes:

--- /work/SRC/openSUSE:Factory/tigervnc/tigervnc.changes2015-07-21 
13:26:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.tigervnc.new/tigervnc.changes   2015-08-21 
07:36:27.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 31 13:48:16 UTC 2015 - dims...@opensuse.org
+
+- Add /usr/sbin/groupadd and /usr/sbin/useradd Requires(post) to
+  xorg-x11-Xvnc: the scripts are creating users/groups.
+
+---
@@ -18,0 +25,7 @@
+
+---
+Thu May 28 02:10:46 CEST 2015 - r...@suse.de
+
+- add buildrequires for xf86driproto and presentproto to
+  match xserver
+- disable dri2 on s390/s390x



Other differences:
--
++ tigervnc.spec ++
--- /var/tmp/diff_new_pack.mtSgqu/_old  2015-08-21 07:36:28.0 +0200
+++ /var/tmp/diff_new_pack.mtSgqu/_new  2015-08-21 07:36:28.0 +0200
@@ -72,6 +72,7 @@
 BuildRequires:  pkgconfig(openssl)
 BuildRequires:  pkgconfig(pciaccess) >= 0.8.0
 BuildRequires:  pkgconfig(pixman-1) >= 0.15.20
+BuildRequires:  pkgconfig(presentproto) >= 1.0
 BuildRequires:  pkgconfig(randrproto) >= 1.2.99.3
 BuildRequires:  pkgconfig(recordproto) >= 1.13.99.1
 BuildRequires:  pkgconfig(renderproto) >= 0.11
@@ -82,6 +83,7 @@
 BuildRequires:  pkgconfig(xcmiscproto) >= 1.2.0
 BuildRequires:  pkgconfig(xdmcp)
 BuildRequires:  pkgconfig(xextproto) >= 7.0.99.3
+BuildRequires:  pkgconfig(xf86driproto) >= 2.1.1
 BuildRequires:  pkgconfig(xfont) >= 1.4.2
 BuildRequires:  pkgconfig(xineramaproto)
 BuildRequires:  pkgconfig(xkbfile)
@@ -127,6 +129,8 @@
 %package -n xorg-x11-Xvnc
 # Needed to generate certificates
 Requires(post): openssl
+Requires(post): /usr/sbin/useradd
+Requires(post): /usr/sbin/groupadd
 # Needed to serve java applet
 Requires:   python
 Requires:   python-pyOpenSSL
@@ -174,7 +178,10 @@
 --disable-static --disable-xinerama \
 --with-xkb-path="/usr/share/X11/xkb" \
 --with-xkb-output="/var/lib/xkb/compiled" \
---enable-glx --enable-dri --enable-dri2 \
+--enable-glx --enable-dri \
+%ifnarch s390 s390x
+   --enable-dri2 \
+%endif
 --disable-config-dbus \
 --disable-config-hal \
 --disable-config-udev \
@@ -229,8 +236,8 @@
 %find_lang '%{name}'
 
 %pre -n xorg-x11-Xvnc
-getent group %{vncgroup} > /dev/null || groupadd -r %{vncgroup}
-getent passwd %{vncuser} > /dev/null || useradd -r -g %{vncgroup} -d 
/var/lib/empty -s /sbin/nologin -c "user for VNC" %{vncuser}
+getent group %{vncgroup} > /dev/null || groupadd -r %{vncgroup} || :
+getent passwd %{vncuser} > /dev/null || useradd -r -g %{vncgroup} -d 
/var/lib/empty -s /sbin/nologin -c "user for VNC" %{vncuser} || :
 
 %post -n xorg-x11-Xvnc
 if ! test -e %{tlskey} ; then
@@ -291,7 +298,7 @@
 
 %exclude /usr/%{_lib}/xorg/protocol.txt
 %exclude /usr/%{_lib}/xorg/modules/extensions/libvnc.la
-%ifnarch s390x
+%ifnarch s390 s390x
 %{_libdir}/xorg/modules/extensions/libvnc.so
 %else
 %exclude %{_libdir}/xorg/modules
@@ -304,7 +311,7 @@
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-server
 %config %{_sysconfdir}/sysconfig/SuSEfirewall2.d/services/vnc-httpd
 
-%ifnarch s390x
+%ifnarch s390 s390x
 %config(noreplace) /etc/X11/xorg.conf.d/10-libvnc.conf
 %else
 %exclude /etc/X11/xorg.conf.d




commit mdadm for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package mdadm for openSUSE:Factory checked 
in at 2015-08-21 07:36:44

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


Package is "mdadm"

Changes:

--- /work/SRC/openSUSE:Factory/mdadm/mdadm.changes  2015-03-12 
16:38:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.mdadm.new/mdadm.changes 2015-08-21 
07:36:45.0 +0200
@@ -1,0 +2,31 @@
+Mon Aug  3 06:25:56 UTC 2015 - nfbr...@suse.com
+
+- new upstream version 3.3.4. Important bugfix
+  to honour IMSM ROM settings when RAID is disabled.
+  (bsc#939748 bsc#937363)
+
+---
+Mon Jul 27 04:17:43 UTC 2015 - nfbr...@suse.com
+
+- new upstream version 3.3.3.  Lots of bug fixes, particular
+  "mdadm --assemble --force" would often not do the right thing
+  for RAID5.
+
+-  0001-Grow-Do-not-try-to-restart-if-reshape-is-running.patch
+   0001-Grow-fix-removal-of-line-in-wrong-case.patch
+   0001-IMSM-Add-warning-message-when-assemble-spanned-conta.patch
+   0001-Makefile-install-mdadm-grow-continue-.service.patch
+   mdcheck-careful.patch
+   mdcheck-no-devices.fix
+
+   All removed as now included upstream.
+
+
+---
+Mon Jul 13 09:19:36 UTC 2015 - wer...@suse.de
+
+- Make it build, that is build-require pkgconfig of udev and the
+  package systemd as this one is the owner of the directory
+  /usr/lib/systemd/system-shutdown
+
+---

Old:

  0001-Grow-Do-not-try-to-restart-if-reshape-is-running.patch
  0001-Grow-fix-removal-of-line-in-wrong-case.patch
  0001-IMSM-Add-warning-message-when-assemble-spanned-conta.patch
  0001-Makefile-install-mdadm-grow-continue-.service.patch
  mdadm-3.3.1.tar.xz
  mdcheck-careful.patch
  mdcheck-no-devices.fix

New:

  mdadm-3.3.4.tar.xz



Other differences:
--
++ mdadm.spec ++
--- /var/tmp/diff_new_pack.kFs7Be/_old  2015-08-21 07:36:46.0 +0200
+++ /var/tmp/diff_new_pack.kFs7Be/_new  2015-08-21 07:36:46.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mdadm
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,16 @@
 
 
 Name:   mdadm
-Version:3.3.1
+Version:3.3.4
 Release:0
 BuildRequires:  binutils-devel
 BuildRequires:  groff
 BuildRequires:  pkgconfig
 BuildRequires:  sgmltool
+BuildRequires:  systemd
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(udev)
 PreReq: %fillup_prereq /sbin/mkinitrd
 Recommends: cron
 Recommends: smtp_daemon
@@ -38,18 +40,6 @@
 Source2:sysconfig.mdadm
 Source3:cron.d.mdadm
 Source7:mdadm.cron
-# PATCH-FIX-UPSTREAM 0001-Makefile-install-mdadm-grow-continue-.service.patch 
nfbr...@suse.de
-Patch1: 0001-Makefile-install-mdadm-grow-continue-.service.patch
-# PATCH-FIX-UPSTREAM 0001-Grow-fix-removal-of-line-in-wrong-case.patch 
bnc#881530 nfbr...@suse.de
-Patch2: 0001-Grow-fix-removal-of-line-in-wrong-case.patch
-# PATCH-FIX-UPSTREAM mdcheck-no-devices.fix bnc#903051 nfbr...@suse.de
-Patch3: mdcheck-no-devices.fix
-# PATCH-FIX-UPSTREAM mdcheck-careful.patch bnc#910500 nfbr...@suse.de
-Patch4: mdcheck-careful.patch
-# PATCH-FIX-UPSTREAM 
0001-IMSM-Add-warning-message-when-assemble-spanned-conta.patch bnc#882634 
nfbr...@suse.de
-Patch5: 0001-IMSM-Add-warning-message-when-assemble-spanned-conta.patch
-# PATCH-FIX-UPSTREAM 
0001-Grow-Do-not-try-to-restart-if-reshape-is-running.patch bnc#887773 
nfbr...@suse.de
-Patch6: 0001-Grow-Do-not-try-to-restart-if-reshape-is-running.patch
 
 %define _udevdir %(pkg-config --variable=udevdir udev)
 %define _systemdshutdowndir %{_unitdir}/../system-shutdown
@@ -61,12 +51,6 @@
 
 %prep
 %setup -q -a1
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
 
 %build
 make %{?_smp_mflags} CC="%__cc" CXFLAGS="$RPM_OPT_FLAGS -Wno-error" SUSE=yes

++ mdadm-3.3.1.tar.xz -> mdadm-3.3.4.tar.xz ++
 10588 lines of diff (skipped)




commit xf86-input-joystick for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-joystick for 
openSUSE:Factory checked in at 2015-08-21 07:36:01

Comparing /work/SRC/openSUSE:Factory/xf86-input-joystick (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-joystick.new (New)


Package is "xf86-input-joystick"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-joystick/xf86-input-joystick.changes  
2013-01-22 18:06:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-joystick.new/xf86-input-joystick.changes 
2015-08-21 07:36:03.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 31 07:48:13 UTC 2015 - jeng...@inai.de
+
+- Ignore absence of udevadm, it won't be present in the build env.
+
+---



Other differences:
--
++ xf86-input-joystick.spec ++
--- /var/tmp/diff_new_pack.Gdp5xn/_old  2015-08-21 07:36:03.0 +0200
+++ /var/tmp/diff_new_pack.Gdp5xn/_new  2015-08-21 07:36:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-joystick
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -64,13 +64,11 @@
 
 %post
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %postun
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %files
 %defattr(-,root,root)




commit xf86-input-keyboard for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-keyboard for 
openSUSE:Factory checked in at 2015-08-21 07:35:57

Comparing /work/SRC/openSUSE:Factory/xf86-input-keyboard (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-keyboard.new (New)


Package is "xf86-input-keyboard"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-keyboard/xf86-input-keyboard.changes  
2015-04-12 00:08:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-keyboard.new/xf86-input-keyboard.changes 
2015-08-21 07:35:59.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 31 07:48:13 UTC 2015 - jeng...@inai.de
+
+- Ignore absence of udevadm, it won't be present in the build env.
+
+---



Other differences:
--
++ xf86-input-keyboard.spec ++
--- /var/tmp/diff_new_pack.Y9jbzZ/_old  2015-08-21 07:35:59.0 +0200
+++ /var/tmp/diff_new_pack.Y9jbzZ/_new  2015-08-21 07:35:59.0 +0200
@@ -56,13 +56,11 @@
 
 %post
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %postun
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %files
 %defattr(-,root,root)




commit xf86-input-mouse for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-mouse for 
openSUSE:Factory checked in at 2015-08-21 07:36:08

Comparing /work/SRC/openSUSE:Factory/xf86-input-mouse (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-mouse.new (New)


Package is "xf86-input-mouse"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-mouse/xf86-input-mouse.changes
2014-12-19 09:37:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-input-mouse.new/xf86-input-mouse.changes   
2015-08-21 07:36:09.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 31 07:48:13 UTC 2015 - jeng...@inai.de
+
+- Ignore absence of udevadm, it won't be present in the build env.
+
+---



Other differences:
--
++ xf86-input-mouse.spec ++
--- /var/tmp/diff_new_pack.CEzaxq/_old  2015-08-21 07:36:10.0 +0200
+++ /var/tmp/diff_new_pack.CEzaxq/_new  2015-08-21 07:36:10.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package xf86-input-mouse
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -68,13 +68,11 @@
 
 %post
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %postun
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %files
 %defattr(-,root,root)




commit xf86-input-evdev for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-evdev for 
openSUSE:Factory checked in at 2015-08-21 07:35:33

Comparing /work/SRC/openSUSE:Factory/xf86-input-evdev (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-evdev.new (New)


Package is "xf86-input-evdev"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-evdev/xf86-input-evdev.changes
2015-04-05 02:03:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-evdev.new/xf86-input-evdev.changes   
2015-08-21 07:35:34.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 31 07:48:13 UTC 2015 - jeng...@inai.de
+
+- Ignore absence of udevadm, it won't be present in the build env.
+
+---



Other differences:
--
++ xf86-input-evdev.spec ++
--- /var/tmp/diff_new_pack.l1vI1C/_old  2015-08-21 07:35:35.0 +0200
+++ /var/tmp/diff_new_pack.l1vI1C/_new  2015-08-21 07:35:35.0 +0200
@@ -77,13 +77,11 @@
 
 %post
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %postun
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
-exit 0
+udevadm trigger --subsystem-match=input --action=change || :
 
 %files
 %defattr(-,root,root)




commit pam for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package pam for openSUSE:Factory checked in 
at 2015-08-21 07:35:14

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


Package is "pam"

Changes:

--- /work/SRC/openSUSE:Factory/pam/pam.changes  2015-07-21 13:23:05.0 
+0200
+++ /work/SRC/openSUSE:Factory/.pam.new/pam.changes 2015-08-21 
07:35:16.0 +0200
@@ -1,0 +2,5 @@
+Sat Jul 25 16:03:33 UTC 2015 - joschibrauc...@gmx.de
+
+- Add folder /etc/security/limits.d as mentioned in 'man pam_limits'
+
+---



Other differences:
--
++ pam.spec ++
--- /var/tmp/diff_new_pack.DHjXxE/_old  2015-08-21 07:35:17.0 +0200
+++ /var/tmp/diff_new_pack.DHjXxE/_new  2015-08-21 07:35:17.0 +0200
@@ -206,6 +206,7 @@
 %defattr(-,root,root)
 %dir %{_sysconfdir}/pam.d
 %dir %{_sysconfdir}/security
+%dir %{_sysconfdir}/security/limits.d
 %config(noreplace) %{_sysconfdir}/pam.d/other
 %config(noreplace) %{_sysconfdir}/pam.d/common-*
 %config(noreplace) %{_sysconfdir}/securetty




commit xf86-input-wacom for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-wacom for 
openSUSE:Factory checked in at 2015-08-21 07:35:51

Comparing /work/SRC/openSUSE:Factory/xf86-input-wacom (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-wacom.new (New)


Package is "xf86-input-wacom"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes
2015-01-25 21:14:43.0 +0100
+++ /work/SRC/openSUSE:Factory/.xf86-input-wacom.new/xf86-input-wacom.changes   
2015-08-21 07:35:52.0 +0200
@@ -1,0 +2,29 @@
+Fri Jul 31 10:48:09 UTC 2015 - dims...@opensuse.org
+
+- Update to version 0.30.0:
+  + Allow PAD only interfaces without EV_ABS and/or EV_X/Y to
+report events.
+  + xsetwacom: Add ability to read args from stdin for fuzzing.
+  + afl: xsetwacom:
+- Do not allow negative button numbers.
+- Check that argc is in range before dereferencing argv.
+  + ubsan:
+- Fix alignment issues.
+- Prevent out-of-bounds array write.
+- Use 'unsigned int' for button mask in 'wcmSendButtons'.
+  + asan: xsetwacom: Cleanup xsetwacom memory leaks.
+  + xsetwacom: Fix 'get_mapped_area' ("maptooutput next") on
+64-bit.
+  + Coverity:
+- fix potential NULL-pointer dereferences.
+- fix coverity complaints about unchecked return values.
+- fix potential negative array subscript.
+- silence "ioctl return value not checked" warnings.
+- remove dead code.
+  + tools: make baudrate unsigned int to shut up compiler.
+- BuildRequire pkgconfig(udev) instead of udev: be more robust to
+  packaging changes.
+- Ignore absence of udevadm, it won't be present in the build env.
+- Rebase n_01-Add-option-to-enable-logging.patch.
+
+---

Old:

  xf86-input-wacom-0.28.0.tar.bz2

New:

  xf86-input-wacom-0.30.0.tar.bz2



Other differences:
--
++ xf86-input-wacom.spec ++
--- /var/tmp/diff_new_pack.aLqULY/_old  2015-08-21 07:35:53.0 +0200
+++ /var/tmp/diff_new_pack.aLqULY/_new  2015-08-21 07:35:53.0 +0200
@@ -24,7 +24,7 @@
 %define install_serial 1
 
 Name:   xf86-input-wacom
-Version:0.28.0
+Version:0.30.0
 Release:0
 Summary:Wacom input driver for the Xorg X server
 License:GPL-2.0+
@@ -44,11 +44,11 @@
 # For directory ownership
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
-BuildRequires:  udev
 BuildRequires:  pkgconfig(inputproto)
 BuildRequires:  pkgconfig(kbproto)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(randrproto)
+BuildRequires:  pkgconfig(udev)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(xext)
 BuildRequires:  pkgconfig(xi)

++ n_01-Add-option-to-enable-logging.patch ++
--- /var/tmp/diff_new_pack.aLqULY/_old  2015-08-21 07:35:53.0 +0200
+++ /var/tmp/diff_new_pack.aLqULY/_new  2015-08-21 07:35:53.0 +0200
@@ -29,10 +29,10 @@
  tools/xsetwacom.c  | 10 ++
  11 files changed, 177 insertions(+), 3 deletions(-)
 
-Index: xf86-input-wacom-0.28.0/configure.ac
+Index: xf86-input-wacom-0.30.0/configure.ac
 ===
 xf86-input-wacom-0.28.0.orig/configure.ac
-+++ xf86-input-wacom-0.28.0/configure.ac
+--- xf86-input-wacom-0.30.0.orig/configure.ac
 xf86-input-wacom-0.30.0/configure.ac
 @@ -87,6 +87,17 @@ if test "x$DEBUGGING" = xyes; then
 AC_DEFINE(DEBUG, 1, [Enable debugging code])
  fi
@@ -51,10 +51,10 @@
  # Define a configure option for an alternate input module directory
  AC_ARG_WITH(xorg-module-dir,
  AS_HELP_STRING([--with-xorg-module-dir=DIR],
-Index: xf86-input-wacom-0.28.0/include/wacom-properties.h
+Index: xf86-input-wacom-0.30.0/include/wacom-properties.h
 ===
 xf86-input-wacom-0.28.0.orig/include/wacom-properties.h
-+++ xf86-input-wacom-0.28.0/include/wacom-properties.h
+--- xf86-input-wacom-0.30.0.orig/include/wacom-properties.h
 xf86-input-wacom-0.30.0/include/wacom-properties.h
 @@ -111,6 +111,15 @@
  */
  #define WACOM_PROP_PRESSURE_RECAL "Wacom Pressure Recalibration"
@@ -71,10 +71,10 @@
  /* The following are tool types used by the driver in WACOM_PROP_TOOL_TYPE
   * or in the 'type' field for XI1 clients. Clients may check for one of
   * these types to identify tool types.
-Index: xf86-input-wacom-0.28.0/man/wacom.man
+Index: xf86-input-wacom-0.30.0/man/wacom.man
 ===
 xf86-input-wacom-0.28.0.orig/man/wacom.man
-+++ xf86-input-wacom-0.28.0/man/wacom.man
+--- xf86-input-wacom-0.30.0.orig/man/wacom.man
 xf86-input-wacom-0.30.0/man/wacom.man
 @@ -269,6 +2

commit xf86-input-vmmouse for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package xf86-input-vmmouse for 
openSUSE:Factory checked in at 2015-08-21 07:35:45

Comparing /work/SRC/openSUSE:Factory/xf86-input-vmmouse (Old)
 and  /work/SRC/openSUSE:Factory/.xf86-input-vmmouse.new (New)


Package is "xf86-input-vmmouse"

Changes:

--- /work/SRC/openSUSE:Factory/xf86-input-vmmouse/xf86-input-vmmouse.changes
2015-07-14 17:20:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-vmmouse.new/xf86-input-vmmouse.changes   
2015-08-21 07:35:46.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 31 10:38:14 UTC 2015 - dims...@opensuse.org
+
+- BuildRequire pkgconfig(udev) instead of udev: be more robust to
+  packaging changes.
+- Ignore absence of udevadm, it won't be present in the build env.
+
+---



Other differences:
--
++ xf86-input-vmmouse.spec ++
--- /var/tmp/diff_new_pack.vnpeyC/_old  2015-08-21 07:35:46.0 +0200
+++ /var/tmp/diff_new_pack.vnpeyC/_new  2015-08-21 07:35:46.0 +0200
@@ -32,11 +32,10 @@
 Source0:
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
 Patch2: u_Don-t-access-hardware-register-while-switched-away.patch
 BuildRequires:  pkg-config
-# For directory ownership
-BuildRequires:  udev
 BuildRequires:  pkgconfig(inputproto)
 BuildRequires:  pkgconfig(libudev)
 BuildRequires:  pkgconfig(randrproto)
+BuildRequires:  pkgconfig(udev)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
 BuildRequires:  pkgconfig(xorg-server) >= 1.0.1
 BuildRequires:  pkgconfig(xproto)
@@ -70,12 +69,12 @@
 
 %post
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
+udevadm trigger --subsystem-match=input --action=change || :
 exit 0
 
 %postun
 # re-plug the input devices
-udevadm trigger --subsystem-match=input --action=change
+udevadm trigger --subsystem-match=input --action=change || :
 exit 0
 
 %files




commit tcpd for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package tcpd for openSUSE:Factory checked in 
at 2015-08-21 07:35:27

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


Package is "tcpd"

Changes:

--- /work/SRC/openSUSE:Factory/tcpd/tcpd.changes2014-12-01 
14:00:35.0 +0100
+++ /work/SRC/openSUSE:Factory/.tcpd.new/tcpd.changes   2015-08-21 
07:35:28.0 +0200
@@ -1,0 +2,11 @@
+Mon Jul 20 14:08:16 UTC 2015 - o...@suse.com
+
+- Fix breakage of IPv6 address handling [bsc#914527, bsc#899185]
+  Added patches:
+  tcp_wrappers_7.6-ipv6-sockaddr-storage.patch
+  tcp_wrappers_7.6-ipv6-subnet.diff
+  tcp_wrappers_7.6-ipv6-host-match.patch
+  tcp_wrappers_7.6-ipv6-mapped-v4.patch
+- Re-added static library
+
+---

New:

  tcp_wrappers_7.6-ipv6-host-match.patch
  tcp_wrappers_7.6-ipv6-mapped-v4.patch
  tcp_wrappers_7.6-ipv6-sockaddr-storage.patch
  tcp_wrappers_7.6-ipv6-subnet.diff



Other differences:
--
++ tcpd.spec ++
--- /var/tmp/diff_new_pack.FUPkBy/_old  2015-08-21 07:35:29.0 +0200
+++ /var/tmp/diff_new_pack.FUPkBy/_new  2015-08-21 07:35:29.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package tcpd
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,6 +17,7 @@
 
 
 %define lname  libwrap0
+
 Name:   tcpd
 Version:7.6
 Release:0
@@ -56,8 +57,16 @@
 Patch27:tcp_wrappers_%{version}-fedora-bug17847.diff
 Patch28:tcp_wrappers_7.6-implicit-decl.patch
 Patch29:tcpd-ocloexec.patch
+Patch30:tcp_wrappers_%{version}-ipv6-sockaddr-storage.patch
+Patch31:tcp_wrappers_%{version}-ipv6-subnet.diff
+Patch32:tcp_wrappers_%{version}-ipv6-host-match.patch
+Patch33:tcp_wrappers_%{version}-ipv6-mapped-v4.patch
 BuildRequires:  linux-kernel-headers
 Provides:   nkitb:%{_sbindir}/tcpd
+# bug437293
+%ifarch ppc64
+Obsoletes:  tcpd-64bit
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -78,6 +87,11 @@
 Group:  Development/Languages/C and C++
 Requires:   %{lname} = %{version}
 Requires:   glibc-devel
+# bug437293
+%ifarch ppc64
+Obsoletes:  tcpd-devel-64bit
+%endif
+#
 
 %description devel
 This package contains the library and header files, which are necessary
@@ -115,9 +129,13 @@
 %patch27
 %patch28
 %patch29
+%patch30 -p1
+%patch31
+%patch32 -p1
+%patch33 -p1
 
 %build
-make %{?_smp_mflags} linux CC=cc
+make %{?_smp_mflags} linux CC="cc"
 
 %install
 install -d -m 755 %{buildroot}%{_includedir}
@@ -126,6 +144,7 @@
 install -d -m 755 %{buildroot}%{_mandir}/man{1,3,5,8}
 install -d -m 755 %{buildroot}/%{_lib}
 install -m 644 ip6utils.h tcpd.h %{buildroot}%{_includedir}
+install -m 644 libwrap.a %{buildroot}/%{_libdir}
 install -m 755 safe_finger tcpd tcpdchk tcpdmatch try-from 
%{buildroot}%{_sbindir}
 install -m 644 hosts_access.3 %{buildroot}%{_mandir}/man3
 install -m 644 hosts_access.5 hosts_options.5 %{buildroot}%{_mandir}/man5
@@ -141,7 +160,7 @@
 %postun -n %{lname} -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
+%defattr(644,root,root,755)
 %doc BLURB CHANGES DISCLAIMER README README.ipv6 README.NIS
 %doc %{_mandir}/man?/*
 %attr(755,root,root) %{_sbindir}/*
@@ -152,9 +171,10 @@
 %attr(755,root,root) /%{_lib}/libwrap.so.0*
 
 %files devel
-%defattr(-,root,root)
+%defattr(644,root,root,755)
 %{_includedir}/tcpd.h
 %{_includedir}/ip6utils.h
+%{_libdir}/libwrap.a
 %{_libdir}/libwrap.so
 
 %changelog

++ tcp_wrappers_7.6-ipv6-host-match.patch ++
---
 hosts_access.c |  271 ++---
 misc.c |   18 +++
 tcpd.h |2 
 3 files changed, 183 insertions(+), 108 deletions(-)

Index: tcp_wrappers_7.6/hosts_access.c
===
--- tcp_wrappers_7.6.orig/hosts_access.c
+++ tcp_wrappers_7.6/hosts_access.c
@@ -88,6 +88,10 @@ static int server_match();
 static int client_match();
 static int host_match();
 static int string_match();
+static int masked_match();
+#ifdef INET6
+static void ipv6_mask();
+#endif
 
 /* Size of logical line buffer. */
 
@@ -293,6 +297,74 @@ struct hosts_info *host;
 return (match);
 }
 
+static inline int
+host_info_ipv6addr(const struct host_info *host, struct in6_addr *addrbuf)
+{
+  /*
+   * In some cases we don't get the sockaddr, only the addr.
+   * We use inet_pton to convert it to its binary re

commit pulseaudio for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package pulseaudio for openSUSE:Factory 
checked in at 2015-08-21 07:35:39

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


Package is "pulseaudio"

Changes:

--- /work/SRC/openSUSE:Factory/pulseaudio/pulseaudio.changes2015-07-25 
07:43:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.pulseaudio.new/pulseaudio.changes   
2015-08-21 07:35:41.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul 31 09:40:24 UTC 2015 - dims...@opensuse.org
+
+- Add pkgconfig(udev) BuildRequires: we explicitly expect udev.pc
+  to be present to define _udevrulesdir.
+
+---



Other differences:
--
++ pulseaudio.spec ++
--- /var/tmp/diff_new_pack.55L3Wb/_old  2015-08-21 07:35:42.0 +0200
+++ /var/tmp/diff_new_pack.55L3Wb/_new  2015-08-21 07:35:42.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pulseaudio
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -84,6 +84,7 @@
 BuildRequires:  pkgconfig(json) >= 0.11
 BuildRequires:  pkgconfig(sbc) >= 1.0
 BuildRequires:  pkgconfig(sm)
+BuildRequires:  pkgconfig(udev)
 BuildRequires:  pkgconfig(x11)
 BuildRequires:  pkgconfig(x11-xcb)
 BuildRequires:  pkgconfig(xcb)
@@ -537,7 +538,6 @@
 %{_libexecdir}/systemd/user/%{name}.service
 %{_libexecdir}/systemd/user/%{name}.socket
 
-
 %if %{defined suse_version}
 %config(noreplace) %{_fwdefdir}/pulseaudio-server
 %endif




commit gettext-runtime for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2015-08-21 07:34:53

Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old)
 and  /work/SRC/openSUSE:Factory/.gettext-runtime.new (New)


Package is "gettext-runtime"

Changes:

gettext-java.changes: same change
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes 
2015-07-20 11:20:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes
2015-08-21 07:34:55.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 21 11:24:48 UTC 2015 - m...@suse.com
+
+- Add gettext-0.19.5.1-gettextize.diff
+  * workaround gettextize in gettext 0.19.5.1, see
+http://lists.gnu.org/archive/html/bug-gettext/2015-07/msg00027.html
+
+---
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime.changes  
2015-07-20 11:20:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime.changes 
2015-08-21 07:34:55.0 +0200
@@ -1,0 +2,7 @@
+Tue Jul 21 11:23:29 UTC 2015 - m...@suse.com
+
+- Add gettext-0.19.5.1-gettextize.diff
+  * workaround gettextize in gettext 0.19.5.1, see
+http://lists.gnu.org/archive/html/bug-gettext/2015-07/msg00027.html
+
+---

New:

  gettext-0.19.5.1-gettextize.diff



Other differences:
--
gettext-java.spec: same change
++ gettext-runtime-mini.spec ++
--- /var/tmp/diff_new_pack.2lRv4m/_old  2015-08-21 07:34:56.0 +0200
+++ /var/tmp/diff_new_pack.2lRv4m/_new  2015-08-21 07:34:56.0 +0200
@@ -68,6 +68,8 @@
 # PATCH-FIX-OPENSUSE gettext-dont-test-gnulib.patch -- co...@suse.de 
 Patch6: gettext-dont-test-gnulib.patch
 Patch9: gettext-needlessly_init_vars.patch
+# PATCH-FIX-OPENSUSE gettext-0.19.5.1-gettextize.diff -- m...@suse.com
+Patch10:gettext-0.19.5.1-gettextize.diff
 
 %description
 This package contains the intl library as well as tools that ease the
@@ -125,6 +127,7 @@
 %patch5
 %patch6 -p1
 %patch9
+%patch10 -p1
 
 %build
 # expect a couple "You should update your `aclocal.m4' by running aclocal."

gettext-runtime.spec: same change
++ gettext-0.19.5.1-gettextize.diff ++
--- gettext-0.19.5.1.orig/gettext-tools/misc/gettextize.in
+++ gettext-0.19.5.1/gettext-tools/misc/gettextize.in
@@ -22,7 +22,7 @@
 
 progname=$0
 package=@PACKAGE@
-version=@VERSION@
+version=0.19.5
 
 # Set variables
 # - gettext_datadir directory where the data files are stored.



commit snappy for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package snappy for openSUSE:Factory checked 
in at 2015-08-21 07:35:20

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


Package is "snappy"

Changes:

--- /work/SRC/openSUSE:Factory/snappy/snappy.changes2013-11-15 
13:39:01.0 +0100
+++ /work/SRC/openSUSE:Factory/.snappy.new/snappy.changes   2015-08-21 
07:35:21.0 +0200
@@ -1,0 +2,25 @@
+Wed Jul 29 10:42:56 UTC 2015 - tchva...@suse.com
+
+- Version bump to 1.1.3:
+  * See the NEWS file for full details
+- Switch to distribution from github
+- Remove upstreamed patch:
+  * snappy-1.1.1-random-return.patch
+
+---
+Wed Jul 29 09:58:16 UTC 2015 - dims...@opensuse.org
+
+- Add baselibs.conf: build snappy1-32bit, as needed by
+  libqt5-qtwebengine-32bit.
+
+---
+Thu Sep 11 09:34:36 UTC 2014 - toddrme2...@gmail.com
+
+- Update to version 1.1.2
+  - This is a maintenance release with no changes to the actual 
+library source code.
+* Stop distributing benchmark data files that have unclear
+  or unsuitable licensing.
+* Add support for padding chunks in the framing format.
+
+---

Old:

  snappy-1.1.1-random-return.patch
  snappy-1.1.1.tar.gz

New:

  1.1.3.tar.gz
  baselibs.conf



Other differences:
--
++ snappy.spec ++
--- /var/tmp/diff_new_pack.ZpyTgn/_old  2015-08-21 07:35:22.0 +0200
+++ /var/tmp/diff_new_pack.ZpyTgn/_new  2015-08-21 07:35:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package snappy
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define lib_name libsnappy1
 
+%define lib_name libsnappy1
 Name:   snappy
-Version:1.1.1
+Version:1.1.3
 Release:0
 Summary:A fast compressor/decompressor library
 License:BSD-3-Clause
 Group:  Development/Libraries/C and C++
-Url:http://code.google.com/p/snappy/
-Source0:http://snappy.googlecode.com/files/%{name}-%{version}.tar.gz
-#PATCH-FIX-OPENSUSE: fix minor things in unittest, probably not worth for 
upstreaming ...
-Patch0: snappy-1.1.1-random-return.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:https://github.com/google/snappy/
+Source0:https://github.com/google/snappy/archive/%{version}.tar.gz
+Source99:   baselibs.conf
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  lzo-devel
+BuildRequires:  pkgconfig
 BuildRequires:  zlib-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 Snappy is a compression/decompression library. It does not aim for maximum
@@ -58,9 +61,9 @@
 This package holds the shared library of snappy.
 
 %package devel
-Requires:   %{lib_name} = %{version}
 Summary:Development files for snappy
 Group:  Development/Libraries/C and C++
+Requires:   %{lib_name} = %{version}
 
 %description devel
 Snappy is a compression/decompression library. It does not aim for maximum
@@ -76,9 +79,9 @@
 
 %prep
 %setup -q
-%patch0 -p0
 
 %build
+autoreconf -fvi
 # mvyskocil: disable assertions to improve a speed a bit in microbenchmarks 
and hopefully in real-world use as well
 # http://code.google.com/p/snappy/issues/detail?id=40
 %configure CXXFLAGS="%{optflags} -DNDEBUG" \
@@ -86,20 +89,18 @@
 --disable-static \
 --docdir=%{_defaultdocdir}/%{name}
 
-make %{?_smp_flags}
+make %{?_smp_mflags}
 
 %install
-%makeinstall
-find %{buildroot} -name \*.la -delete -print
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
+find %{buildroot} -type f -name "*.la" -delete -print
 rm %{buildroot}/%{_defaultdocdir}/%{name}/INSTALL
 
 %check
-make check
-
-%clean
-rm -rf %{buildroot}
+make %{?_smp_mflags} check
 
 %post   -n %{lib_name} -p /sbin/ldconfig
+
 %postun -n %{lib_name} -p /sbin/ldconfig
 
 %files -n %{lib_name}

++ snappy-1.1.1.tar.gz -> 1.1.3.tar.gz ++
 52223 lines of diff (skipped)

++ baselibs.conf ++
libsnappy1



commit build-compare for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package build-compare for openSUSE:Factory 
checked in at 2015-08-21 07:35:00

Comparing /work/SRC/openSUSE:Factory/build-compare (Old)
 and  /work/SRC/openSUSE:Factory/.build-compare.new (New)


Package is "build-compare"

Changes:

--- /work/SRC/openSUSE:Factory/build-compare/build-compare.changes  
2015-05-06 11:22:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.build-compare.new/build-compare.changes 
2015-08-21 07:35:01.0 +0200
@@ -1,0 +2,12 @@
+Wed Jul 15 09:50:58 UTC 2015 - o...@aepfle.de
+
+- 2015.07.15
+- Handle more texi2html generated files and patterns
+
+---
+Wed Jun 17 14:25:06 UTC 2015 - o...@aepfle.de
+
+- 2015.06.17
+- Fix regex to handle /lib/(modules|firmware)/version-release-any properly
+
+---



Other differences:
--
++ build-compare.spec ++
--- /var/tmp/diff_new_pack.vBty9z/_old  2015-08-21 07:35:02.0 +0200
+++ /var/tmp/diff_new_pack.vBty9z/_new  2015-08-21 07:35:02.0 +0200
@@ -21,7 +21,7 @@
 License:GPL-2.0+
 Group:  Development/Tools/Building
 Url:https://github.com/openSUSE/build-compare
-Version:2015.04.28
+Version:2015.07.15
 Release:0
 Source1:COPYING
 Source2:same-build-result.sh

++ functions.sh ++
--- /var/tmp/diff_new_pack.vBty9z/_old  2015-08-21 07:35:02.0 +0200
+++ /var/tmp/diff_new_pack.vBty9z/_new  2015-08-21 07:35:02.0 +0200
@@ -38,11 +38,11 @@
 # Get single directory or filename with long or short release string
 function grep_release_old()
 {
-  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src)/[^/]+(${version_release_old_regex_l}(\$|[^/]+\$)|${version_release_old_regex_s}(\$|[^/]+\$))"
+  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src)/[^/]*(${version_release_old_regex_l}(\$|[^/]+\$)|${version_release_old_regex_s}(\$|[^/]+\$))"
 }
 function grep_release_new()
 {
-  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src)/[^/]+(${version_release_new_regex_l}(\$|[^/]+\$)|${version_release_new_regex_s}(\$|[^/]+\$))"
+  grep -E 
"(/boot|/lib/modules|/lib/firmware|/usr/src)/[^/]*(${version_release_new_regex_l}(\$|[^/]+\$)|${version_release_new_regex_s}(\$|[^/]+\$))"
 }
 
 function check_provides()

++ pkg-diff.sh ++
--- /var/tmp/diff_new_pack.vBty9z/_old  2015-08-21 07:35:02.0 +0200
+++ /var/tmp/diff_new_pack.vBty9z/_new  2015-08-21 07:35:02.0 +0200
@@ -475,15 +475,18 @@
done
;;
  /usr/share/doc/packages/*/*.html|\
- /usr/share/doc/kde/HTML/*/*/*.html|/usr/share/doc/*/html/*.html)
+ /usr/share/doc/packages/*/*/*.html|\
+ /usr/share/doc/*/html/*.html|\
+ /usr/share/doc/kde/HTML/*/*/*.html)
for f in old/$file new/$file; do
- # texi2html output, e.g. in kvm, indent, qemu
-sed -i -e "s|^||
+s|^

commit texinfo for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package texinfo for openSUSE:Factory checked 
in at 2015-08-21 07:34:14

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


Package is "texinfo"

Changes:

--- /work/SRC/openSUSE:Factory/texinfo/texinfo.changes  2015-05-28 
09:00:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.texinfo.new/texinfo.changes 2015-08-21 
07:34:16.0 +0200
@@ -1,0 +2,82 @@
+Wed Jul 15 11:13:20 UTC 2015 - wer...@suse.de
+
+- The package texinfo now requires makeinfo of the same version
+  to make sure that the correct Texinfo.pm is installed 
+- libzio is able to handle lz(ma) and xz files as well
+
+---
+Sat Jul 11 10:14:57 UTC 2015 - mplus...@suse.com
+
+- Update to 6.0
+  * Language:
++ new commands @sub and @sup, for textual subscripts and 
+  superscripts.
++ new command @U to insert a Unicode character by code point.
+  * texinfo.tex:
++ @url/@uref output in PDF now the same as in DVI, showing the 
+  url even if the second argument is given, not just as a link 
+  target. TeX option \urefurlonlylinktrue gives previous 
+  behavior, of invisible urls.
++ PDF-only \linkcolor and \urlcolor specify colors (default 
+  black).
+  * texi2any:
++ customization variable TOP_NODE_UP_URL now replaces all (dir) 
+  references; recommended setting for GNU packages is /manual/.
++ new customization variable INDEX_SPECIAL_CHARS_WARNING to 
+  complain when index entries contain a colon.
++ Docbook output no longer uses  for @r.
++ -D'var val' on the command line works as intended again.
++ --plaintext output can be split.
++ a bit faster.
+  * info:
++ invoking as `info foo bar' looks for bar as an index entry 
+  in manual foo, if not found as a top-level menu item.
++ invoking info with an absolute or explicitly relative file 
+  name (./foo.info, /tmp/foo.info, etc.) just visits that file.
++ separate `infokey' program has been removed - the .infokey 
+  file is now read directly by Info.
++ new option --init-file allows overriding ~/.infokey.
++ new variable `highlight-searches' allows highlighting 
+  results from a search
++ support for mouse scrollwheel, controlled by `mouse' 
+  variable.
++ new variable `key_time' to control how long to wait for 
+  byte sequences sent by special keys.
++ new variable `hide-note-references' alters appearance of 
+  displayed nodes
++ new variable `infopath-no-defaults' allows omitting the 
+  compile-time Info directory from the Info search path.
++ support input of multibyte characters for searches in 
+  a UTF-8 locale.
++ if reading an Info file that is known to be in a different 
+  character encoding to that of the user's environment, 
+  convert its contents when displayed and substitute 
+  missing characters
++ new command M-x info-version.
++ the M-x kill-node command has been removed.
++ test suite at build time.
+  * texindex:
++ completely new implementation as a literate program using 
+  Texinfo and (portable) awk (called TexiWeb Jr.).
++ the -o (--output) is not supported, unless we hear of 
+  someone using it.
++ duplicated sort keys with different display texts result 
+  in one merged index entry, using the first display text.
++ better sorting and parsing in unusual cases; most 
+  notably, { and } characters can appear as initials.
+  * install-info:
++ handle compressed input file names containing spaces.
++ exit successfully if --remove is given and the dir file 
+  does not exist.
++ new option --defsection, to be used instead of 
+  "Miscellaneous" when a section is not present in the Info 
+  file.
+  * texi2dvi:
++ look for the environment variable THUMBPDF_CMD instead of 
+  THUMBPDF, since thumbpdf itself has used THUMBPDF for options 
+  since 2000.
++ remove --recode and --recode-from options, since they haven't 
+  worked as intended for years, so evidently no one needs them.
+- refresh texinfo-zlib.patch
+
+---

Old:

  texinfo-5.2.tar.gz
  texinfo-5.2.tar.gz.sig

New:

  texinfo-6.0.tar.gz
  texinfo-6.0.tar.gz.sig



Other differences:
--
++ texinfo.spec ++
--- /var/tmp/diff_new_pack.olwgS5/_old  2015-08-21 07:34:18.0 +0200
+++ /var/tmp/diff_new_pack.olwgS5/_new  2015-08-21 07:34:18.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, 

commit coreutils for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package coreutils for openSUSE:Factory 
checked in at 2015-08-21 07:35:07

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


Package is "coreutils"

Changes:

--- /work/SRC/openSUSE:Factory/coreutils/coreutils-testsuite.changes
2015-06-11 08:20:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.coreutils.new/coreutils-testsuite.changes   
2015-08-21 07:35:10.0 +0200
@@ -1,0 +2,178 @@
+Thu Jul 16 01:28:36 UTC 2015 - m...@bernhard-voelker.de
+
+- Sync I18N patch from semi-official repository (shared among
+  distributions, maintained by Padraig Brady):
+https://github.com/pixelb/coreutils/tree/i18n
+  * coreutils-i18n.patch: Improve cut(1) performance in field-mode
+in UTF8 locales.  Squash in sort-keycompare-mb.patch.
+  * sort-keycompare-mb.patch: Remove.
+
+- coreutils-build-timeout-as-pie.patch: Refresh.
+
+---
+Thu Jul  9 15:12:10 CEST 2015 - p...@suse.de
+
+- Update to 8.24:
+  ** Bug fixes
+
+  * dd supports more robust SIGINFO/SIGUSR1 handling for outputting statistics.
+Previously those signals may have inadvertently terminated the process.
+
+  * df --local no longer hangs with inaccessible remote mounts.
+[bug introduced in coreutils-8.21]
+
+  * du now silently ignores all directory cycles due to bind mounts.
+Previously it would issue a warning and exit with a failure status.
+[bug introduced in coreutils-8.1 and partially fixed in coreutils-8.23]
+
+  * chroot again calls chroot(DIR) and chdir("/"), even if DIR is "/".
+This handles separate bind mounted "/" trees, and environments
+depending on the implicit chdir("/").
+[bugs introduced in coreutils-8.23]
+
+  * cp no longer issues an incorrect warning about directory hardlinks when a
+source directory is specified multiple times.  Now, consistent with other
+file types, a warning is issued for source directories with duplicate 
names,
+or with -H the directory is copied again using the symlink name.
+
+  * factor avoids writing partial lines, thus supporting parallel operation.
+[the bug dates back to the initial implementation]
+
+  * head, od, split, tac, tail, and wc no longer mishandle input from files in
+/proc and /sys file systems that report somewhat-incorrect file sizes.
+
+  * mkdir --parents -Z now correctly sets the context for the last component,
+even if the parent directory exists and has a different default context.
+[bug introduced with the -Z restorecon functionality in coreutils-8.22]
+
+  * numfmt no longer outputs incorrect overflowed values seen with certain
+large numbers, or with numbers with increased precision.
+[bug introduced when numfmt was added in coreutils-8.21]
+
+  * numfmt now handles leading zeros correctly, not counting them when
+settings processing limits, and making them optional with floating point.
+[bug introduced when numfmt was added in coreutils-8.21]
+
+  * paste no longer truncates output for large input files.  This would happen
+for example with files larger than 4GiB on 32 bit systems with a '\n'
+character at the 4GiB position.
+[the bug dates back to the initial implementation]
+
+  * rm indicates the correct number of arguments in its confirmation prompt,
+on all platforms.  [bug introduced in coreutils-8.22]
+
+  * shuf -i with a single redundant operand, would crash instead of issuing
+a diagnostic.  [bug introduced in coreutils-8.22]
+
+  * tail releases inotify resources when unused.  Previously it could exhaust
+resources with many files, or with -F if files were replaced many times.
+[bug introduced in coreutils-7.5]
+
+  * tail -f again follows changes to a file after it's renamed.
+[bug introduced in coreutils-7.5]
+
+  * tail --follow no longer misses changes to files if those files were
+replaced before inotify watches were created.
+[bug introduced in coreutils-7.5]
+
+  * tail --follow consistently outputs all data for a truncated file.
+[bug introduced in the beginning]
+
+  * tail --follow=name correctly outputs headers for multiple files
+when those files are being created or renamed.
+[bug introduced in coreutils-7.5]
+
+  ** New features
+
+  * chroot accepts the new --skip-chdir option to not change the working 
directory
+to "/" after changing into the chroot(2) jail, thus retaining the current 
wor-
+king directory.  The new option is only permitted if the new root 
directory is
+the old "/", and therefore is useful with the --group and --userspec 
options.
+
+  * dd accepts a new status=progress level to print data transfer statistics
+on stderr approximately every second.
+
+  * nu

commit multipath-tools for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package multipath-tools for openSUSE:Factory 
checked in at 2015-08-21 07:34:32

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


Package is "multipath-tools"

Changes:

--- /work/SRC/openSUSE:Factory/multipath-tools/multipath-tools.changes  
2015-05-11 20:25:38.0 +0200
+++ /work/SRC/openSUSE:Factory/.multipath-tools.new/multipath-tools.changes 
2015-08-21 07:34:33.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 13 10:54:56 UTC 2015 - wer...@suse.de
+
+- Make it build 
+
+---



Other differences:
--
++ multipath-tools.spec ++
--- /var/tmp/diff_new_pack.irwI0I/_old  2015-08-21 07:34:34.0 +0200
+++ /var/tmp/diff_new_pack.irwI0I/_new  2015-08-21 07:34:34.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package multipath-tools
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,6 +23,8 @@
 BuildRequires:  readline-devel
 BuildRequires:  systemd-devel
 BuildRequires:  udev
+BuildRequires:  pkgconfig(systemd)
+BuildRequires:  pkgconfig(udev)
 Url:http://christophe.varoqui.free.fr/
 Requires:   device-mapper >= 1.2.78
 Requires:   kpartx
@@ -37,11 +39,7 @@
 Source: 
http://christophe.varoqui.free.fr/multipath-tools/multipath-tools-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Patch0: %{name}-%{version}-sles12.diff.bz2
-%if %suse_version > 1220
-%define _sysdir usr/lib
-%else
-%define _sysdir lib
-%endif
+%global _sysdir %(pkg-config --variable=systemdutildir systemd | sed 
-r 's@/systemd$@@')
 
 %description
 This package provides the tools to manage multipathed devices by
@@ -96,12 +94,14 @@
 %prep
 %setup -q -n multipath-tools-%{version}
 %patch0 -p1
+echo %{_udevrulesdir}
+echo %{_sysdir}
 
 %build
-make CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS" LIB=%{_lib} SYSTEMDPATH=%{_sysdir}
+make CC="%__cc" OPTFLAGS="$RPM_OPT_FLAGS" LIB=%{_lib} SYSTEMDPATH=%{_sysdir} 
SYSTEMD=yes
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT LIB=%{_lib} SYSTEMDPATH=%{_sysdir} install
+make DESTDIR=$RPM_BUILD_ROOT LIB=%{_lib} SYSTEMDPATH=%{_sysdir} install 
SYSTEMD=yes
 mkdir -p $RPM_BUILD_ROOT/var/cache/multipath/
 rm $RPM_BUILD_ROOT/%_lib/libmpathpersist.so
 mkdir -p $RPM_BUILD_ROOT/usr/sbin




commit biosdevname for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package biosdevname for openSUSE:Factory 
checked in at 2015-08-21 07:34:25

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


Package is "biosdevname"

Changes:

--- /work/SRC/openSUSE:Factory/biosdevname/biosdevname.changes  2015-06-12 
20:29:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.biosdevname.new/biosdevname.changes 
2015-08-21 07:34:26.0 +0200
@@ -1,0 +2,5 @@
+Mon Jul 13 07:08:26 UTC 2015 - wer...@suse.de
+
+- Add missed build require on pkgconfig udev 
+
+---



Other differences:
--
++ biosdevname.spec ++
--- /var/tmp/diff_new_pack.GDPfAB/_old  2015-08-21 07:34:27.0 +0200
+++ /var/tmp/diff_new_pack.GDPfAB/_new  2015-08-21 07:34:27.0 +0200
@@ -37,6 +37,7 @@
 BuildRequires:  sed
 BuildRequires:  suse-module-tools
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(udev)
 # for ownership of /usr/lib/udev/rules.d
 Requires:   udev
 Supplements:modalias(dmi:*svnDell*)




commit expect for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package expect for openSUSE:Factory checked 
in at 2015-08-21 07:34:19

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


Package is "expect"

Changes:

--- /work/SRC/openSUSE:Factory/expect/expect.changes2013-03-28 
13:10:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.expect.new/expect.changes   2015-08-21 
07:34:21.0 +0200
@@ -1,0 +2,5 @@
+Fri Jul 17 09:01:09 UTC 2015 - m...@suse.com
+
+- Don't ship the 'weather' example anymore (fate#318342).
+
+---



Other differences:
--
++ expect.spec ++
--- /var/tmp/diff_new_pack.pyEhwC/_old  2015-08-21 07:34:22.0 +0200
+++ /var/tmp/diff_new_pack.pyEhwC/_new  2015-08-21 07:34:22.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package expect
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -81,6 +81,7 @@
 make install DESTDIR=$RPM_BUILD_ROOT pkglibdir=%_libdir/tcl/%name%version
 # Remove some executables and manpages we don't want to ship
 rm $RPM_BUILD_ROOT%_prefix/bin/*passwd
+rm $RPM_BUILD_ROOT%_prefix/bin/weather
 rm $RPM_BUILD_ROOT%_mandir/*/*passwd*
 
 %files




commit binutils for openSUSE:Factory

2015-08-20 Thread h_root
Hello community,

here is the log from the commit of package binutils for openSUSE:Factory 
checked in at 2015-08-21 07:34:39

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


Package is "binutils"

Changes:

--- /work/SRC/openSUSE:Factory/binutils/binutils.changes2015-02-22 
17:20:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.binutils.new/binutils.changes   2015-08-21 
07:34:41.0 +0200
@@ -1,0 +2,65 @@
+Tue Jul 21 12:43:33 UTC 2015 - m...@suse.de
+
+- Disable use-hashtype-both-by-default.diff for
+  the mips target, it's incompatible with it.  [bnc #938658]
+
+---
+Mon Jul 13 11:16:25 UTC 2015 - afaer...@suse.de
+
+- Add cross-rx-binutils package for Renesas RX
+
+---
+Fri Jul 10 15:57:46 UTC 2015 - sch...@linux-m68k.org
+
+- Work around qemu bug
+
+---
+Thu Jul  9 14:26:13 UTC 2015 - m...@suse.de
+
+- Update to 2.25 branch at 2f5b97b4f (changes
+  binutils-2.25-branch.diff.gz) fixes PR 18481, gas/18541.
+- Add patches for s390 z13 support (backports from
+  to-be 2.26):
+  0001-S-390-Add-support-for-IBM-z13.patch
+  0002-S-390-Add-check-for-length-field-operand.patch
+  0003-S-390-Add-more-IBM-z13-instructions.patch
+  0004-S-390-Fixes-for-z13-instructions.patch
+  0005-S-390-z13-use-GNU-attribute-to-indicate-vector-ABI.patch .
+
+---
+Tue Jul  7 11:00:42 UTC 2015 - afaer...@suse.de
+
+- Fix %TARGET vs. $TARGET_OS inconsistencies by turning $TARGET_OS
+  into %TARGET_OS for reuse in install and file sections.
+  This fixes the assumption that $TARGET_OS will match %{TARGET}*.
+
+---
+Wed Jun 10 07:55:29 UTC 2015 - dmuel...@suse.com
+
+- enable gold for aarch64
+
+---
+Mon May 18 15:26:32 UTC 2015 - m...@suse.de
+
+- Move sed call from %prep to %build to not disturb quilt.
+- Add binutils-2.25-branch.diff.gz:
+  Update to 2.25 branch at 8fe8994c, fixing many bugs:
+  PR ld/15228, binutils/17512, 17165, binutils/17531, ld/17615, 17666,
+  ld/17709, gas/17753, 17755, 17817, ld/17827, 17842, binutils/17926,
+  17954, 18010, ld/18167, ld/18222, ld/18270.
+- Remove eh-frame-hdr-on-shared-lib-bfd.patch: Included already.
+- Remove gold-opd-visibility.patch: Included already.
+
+---
+Mon May 18 06:38:32 UTC 2015 - meiss...@suse.com
+
+- move info deinstall to preun section
+
+---
+Sat May 16 15:05:17 UTC 2015 - hrvoje.sen...@gmail.com
+
+- Added binutils-fix--dynamic-list.patch:
+  Fixes https://sourceware.org/bugzilla/show_bug.cgi?id=13577 and
+  https://sourceware.org/bugzilla/show_bug.cgi?id=16992
+
+---
cross-aarch64-binutils.changes: same change
cross-arm-binutils.changes: same change
cross-avr-binutils.changes: same change
cross-epiphany-binutils.changes: same change
cross-hppa-binutils.changes: same change
cross-hppa64-binutils.changes: same change
cross-i386-binutils.changes: same change
cross-ia64-binutils.changes: same change
cross-m68k-binutils.changes: same change
cross-mips-binutils.changes: same change
cross-ppc-binutils.changes: same change
cross-ppc64-binutils.changes: same change
cross-ppc64le-binutils.changes: same change
New Changes file:

--- /dev/null   2015-07-22 21:25:44.928025004 +0200
+++ /work/SRC/openSUSE:Factory/.binutils.new/cross-rx-binutils.changes  
2015-08-21 07:34:42.0 +0200
@@ -0,0 +1,2746 @@
+---
+Tue Jul 21 12:43:33 UTC 2015 - m...@suse.de
+
+- Disable use-hashtype-both-by-default.diff for
+  the mips target, it's incompatible with it.  [bnc #938658]
+
+---
+Mon Jul 13 11:16:25 UTC 2015 - afaer...@suse.de
+
+- Add cross-rx-binutils package for Renesas RX
+
+---
+Fri Jul 10 15:57:46 UTC 2015 - sch...@linux-m68k.org
+
+- Work around qemu bug
+
+---
+Thu Jul  9 14:26:13 UTC 2015 - m...@suse.de
+
+- Update to 2.25 branch at 2f5b97b4f (changes
+  binutils-2.25-branch.diff.gz) fixes PR 18481, gas/18541.
+- Add patches for s390 z13 support (backports from
+  to-be 2.26):
+  0001-S-390-Add-support-for-IBM-z13.patch
+  0002-S-390-Add-check-for-length-field-operand.patch
+  0003-S-390-Add-more-IBM-z13-instructions.patch
+  0004-S-3